html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

a {
  text-decoration: none;
  color: inherit;
}

ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-size: inherit;
}

body {
  position: relative;
  padding: 0 0 60px 0;
  min-width: 320px;
  overflow-x: hidden;
  font-family: "Manrope", sans-serif;
  font-size: 22px;
  line-height: 150%;
  background-color: #f6f4ef;
  color: #3e3832;
  font-weight: 400;
}

body::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 60px;
  background-color: #661515;
}

body.lock {
  overflow: hidden;
}

.container {
  width: 100%;
  padding: 0px 15px;
  margin: 0 auto;
}

.title {
  color: #3e3832;
  font-family: 'Ardeco';
  font-size: 90px;
  font-weight: 400;
  line-height: 100%;
}

.element-animation {
  opacity: .5;
  -webkit-transform: translate(0, 30px);
  -ms-transform: translate(0, 30px);
  transform: translate(0, 30px);
  -webkit-transition: all 1.5s;
  -o-transition: all 1.5s;
  transition: all 1.5s;
}

.element-animation.element-show {
  opacity: 1 !important;
  -webkit-transform: translate(0) !important;
  -ms-transform: translate(0) !important;
  transform: translate(0) !important;
}

@font-face {
  font-family: 'Ardeco';
  src: local("Ardeco-Regular"), local("Ardeco-Regular"), url("../fonts/Ardeco.woff2") format("woff2"), url("../fonts/Ardeco.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

.btn {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 65px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: white;
  font-family: 'Ardeco';
  font-size: 36px;
  font-weight: 400;
  line-height: 110%;
  border-radius: 30px;
  padding: 10px 80px;
  -webkit-transition: linear .2s;
  -o-transition: linear .2s;
  transition: linear .2s;
}

.btn:hover {
  -webkit-transform: translate(-2px, -2px) scale(1.01);
  -ms-transform: translate(-2px, -2px) scale(1.01);
  transform: translate(-2px, -2px) scale(1.01);
}

.btn--red {
  background-color: #661515;
}

.btn--green {
  background-color: #8DA47C;
}

.btn--white {
  background-color: #fff;
  color: #661515;
}

/*start preload=================*/
.preload {
  padding: 80px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100vh;
  width: 100vw;
  background-color: #f6f4ef;
  overflow: auto;
}

.preload h1 {
  margin: 0 0 60px 0;
  text-align: center;
}

.preload__inner {
  max-width: 1440px;
  margin: 0 auto;
  text-align: center;
}

.preload__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0 0 100px -30px;
}

.preload__btn {
  position: relative;
  margin: 0 0 0 30px;
  width: calc(33.33333% - 30px);
  font-size: 40px;
  border: none;
  outline: none;
  cursor: pointer;
  background-color: transparent;
  color: #3e3832;
}

.preload__btn.active {
  color: #4E6B39;
  padding: 20px;
}

.preload__btn.active::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  width: 100%;
  height: 6px;
  background-image: url("../images/dest/icons/linkactive.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}

.preload img {
  width: 230px;
  -o-object-fit: contain;
  object-fit: contain;
}

/*end preload=================*/
/*start header=======*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 999;
  -webkit-transition: linear .2s;
  -o-transition: linear .2s;
  transition: linear .2s;
}

.header.sticky {
  -webkit-backdrop-filter: blur(100px);
  backdrop-filter: blur(100px);
  background-color: rgba(246, 244, 239, 0.5);
}

.header .container {
  max-width: 1470px;
}

.header__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__link {
  margin: 15px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #661515;
  font-size: 22px;
  font-weight: 400;
  line-height: 110%;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  -webkit-text-decoration-color: #661515;
          text-decoration-color: #661515;
  -webkit-transition: linear .2s;
  -o-transition: linear .2s;
  transition: linear .2s;
}

.header__link:hover {
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
}

.header__inner {
  height: 145px;
  padding: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header__menu-btn {
  display: none;
}

.header nav {
  margin: 0 30px 0 0;
}

.header nav a {
  position: relative;
  color: #3e3832;
  font-size: 22px;
  font-weight: 400;
  line-height: 110%;
}

.header nav a::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  width: 0;
  height: 6px;
  background-image: url("../images/dest/icons/linkactive.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  -webkit-transition: linear .2s;
  -o-transition: linear .2s;
  transition: linear .2s;
}

.header nav a:hover::before {
  width: 100%;
}

.header nav a.active::before {
  width: 100%;
}

.header ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header li + li {
  margin: 0 0 0 60px;
}

/*end header=======*/
/*start intro==========*/
.intro {
  position: relative;
  padding: 240px 0 250px;
  background-color: #B0A7A0;
  background-image: url("../images/dest/content/introbg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  overflow: hidden;
}

.intro .element-animation {
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}

.intro::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 445px;
  background-image: url("../images/dest/icons/introBottomBg.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: bottom center;
}

.intro__anim-img {
  width: 670px;
  position: absolute;
  top: 10px;
  right: -220px;
  -webkit-animation: look 10s ease-in infinite;
  animation: look 10s ease-in infinite;
  z-index: 1;
}

.intro__anim-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

@-webkit-keyframes look {
  0% {
    -webkit-transform: translate(50px, 30px) rotate(-5deg);
    transform: translate(50px, 30px) rotate(-5deg);
  }
  50% {
    -webkit-transform: translate(10px, 10px) rotate(0);
    transform: translate(10px, 10px) rotate(0);
  }
  100% {
    -webkit-transform: translate(50px, 30px) rotate(-5deg);
    transform: translate(50px, 30px) rotate(-5deg);
  }
}

@keyframes look {
  0% {
    -webkit-transform: translate(50px, 30px) rotate(-5deg);
    transform: translate(50px, 30px) rotate(-5deg);
  }
  50% {
    -webkit-transform: translate(10px, 10px) rotate(0);
    transform: translate(10px, 10px) rotate(0);
  }
  100% {
    -webkit-transform: translate(50px, 30px) rotate(-5deg);
    transform: translate(50px, 30px) rotate(-5deg);
  }
}

.intro__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
}

.intro__content {
  margin: 0 20px 0 0;
  max-width: 900px;
  width: 100%;
  padding: 0 0 0 125px;
}

.intro h1 {
  margin: 0 0 20px -125px;
  font-family: 'Ardeco';
  font-size: 75px;
  font-weight: 400;
  line-height: 100%;
}

.intro h1 strong {
  margin: 0 0 20px 125px;
  display: block;
  font-size: 150px;
  font-weight: 400;
}

.intro p {
  max-width: 700px;
  margin: 0 0 20px 0;
}

.intro span {
  font-family: 'Ardeco';
  font-size: 36px;
  font-weight: 400;
  line-height: 100%;
}

.intro__img {
  margin: -175px -240px 0 0;
  max-width: 750px;
  width: 100%;
}

.intro__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.intro__img.element-animation {
  -webkit-transform: translate(20px, 20px);
  -ms-transform: translate(20px, 20px);
  transform: translate(20px, 20px);
}

/*end intro==========*/
/*start info=========*/
.info {
  position: relative;
  padding: 55px 0 150px;
}

.info::after {
  position: absolute;
  content: "";
  bottom: -100px;
  left: -720px;
  width: 1550px;
  height: 880px;
  background-image: url("../images/dest/icons/map.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: -1;
}

.info::before {
  position: absolute;
  content: "";
  top: 100px;
  right: 0;
  width: 290px;
  height: 655px;
  background-image: url("../images/dest/content/info-anim.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: -1;
}

.info h3 {
  max-width: 950px;
  margin: 0 auto 20px;
  color: #661515;
  font-family: 'Ardeco';
  font-size: 90px;
  font-weight: 400;
  line-height: 100%;
  text-align: center;
}

.info p {
  max-width: 710px;
  margin: 0 auto 20px;
  text-align: center;
}

.info .gallery {
  margin: 115px auto 0;
}

/*end info=========*/
/*start gallery=============*/
.gallery {
  margin: 0 auto;
  max-width: 1920px;
  overflow: hidden;
  pointer-events: none;
}

.gallery .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  -o-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}

.gallery .swiper-slide:nth-child(even) {
  -webkit-transform: rotate(-2deg);
  -ms-transform: rotate(-2deg);
  transform: rotate(-2deg);
}

.gallery .swiper-slide {
  -webkit-transition: linear .5s;
  -o-transition: linear .5s;
  transition: linear .5s;
  height: auto;
  max-height: 470px;
}

.gallery .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.gallery__img:nth-child(even) {
  -webkit-transform: rotate(-2deg);
  -ms-transform: rotate(-2deg);
  transform: rotate(-2deg);
}

/*end gallery=============*/
/*start step-one===============*/
.step-one {
  padding: 75px 0 65px;
  margin: -35px 0 0 0;
  background-image: url("../images/dest/icons/step-onebg.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top center;
  position: relative;
}

.step-one img {
  position: relative;
  z-index: 2;
}

.step-one::after {
  position: absolute;
  content: "";
  z-index: -1;
  height: 60%;
  width: 100%;
  left: 0;
  right: 0;
  top: 40%;
  bottom: 0;
  background-color: #fff;
  z-index: -1;
}

.step-one::before {
  position: absolute;
  content: "";
  bottom: -405px;
  right: 0;
  width: 665px;
  height: 880px;
  background-image: url("../images/dest/icons/map2.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.step-one__top {
  max-width: 1685px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
}

.step-one__top img.element-animation:nth-child(1) {
  margin: 0 30px 0 4%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 220px;
  height: 250px;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform: translateX(-40px);
  -ms-transform: translateX(-40px);
  transform: translateX(-40px);
}

.step-one__top img.element-animation:nth-child(3) {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 335px;
  height: 235px;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform: translateX(40px);
  -ms-transform: translateX(40px);
  transform: translateX(40px);
}

.step-one__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1305px;
  width: 100%;
  margin: -20px auto 0;
}

.step-one__bottom img.element-animation:nth-child(1) {
  -webkit-transform: translateX(-40px);
  -ms-transform: translateX(-40px);
  transform: translateX(-40px);
  margin: 0 0 0 4%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 260px;
  height: 290px;
  -o-object-fit: cover;
  object-fit: cover;
}

.step-one__bottom img.element-animation:nth-child(2) {
  margin: 2% 14% 0 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 205px;
  height: 150px;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform: translateX(40px);
  -ms-transform: translateX(40px);
  transform: translateX(40px);
}

.step-one__box {
  max-width: 950px;
  width: 100%;
  margin: 20px 30px 20px auto;
  text-align: center;
}

.step-one__box h3 {
  margin: 0 0 30px 0;
}

.step-one__box p {
  margin: 0 0 20px 0;
}

.step-one__box .btn {
  margin: 50px auto 0;
}

.step-one .step-num {
  margin: 0 auto;
}

.step-num {
  font-family: 'Ardeco';
  font-size: 74px;
  color: #4E6B39;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 150px;
  height: 150px;
  background-image: url("../images/dest/icons/step-numborder.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

/*end step-one===============*/
/*start step-two==============*/
.step-two {
  padding: 75px 0 70px;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}

.step-two__img-anim {
  position: absolute;
  top: 35px;
  left: -50px;
  width: 805px;
  height: 745px;
  -webkit-animation: look2 8s ease-in infinite;
  animation: look2 8s ease-in infinite;
}

.step-two__img-anim img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

@-webkit-keyframes look2 {
  0% {
    -webkit-transform: translate(-10px, -50px) rotate(-10deg);
    transform: translate(-10px, -50px) rotate(-10deg);
  }
  50% {
    -webkit-transform: translate(10px, 20px) rotate(0);
    transform: translate(10px, 20px) rotate(0);
  }
  100% {
    -webkit-transform: translate(-10px, -50px) rotate(-10deg);
    transform: translate(-10px, -50px) rotate(-10deg);
  }
}

@keyframes look2 {
  0% {
    -webkit-transform: translate(-10px, -50px) rotate(-10deg);
    transform: translate(-10px, -50px) rotate(-10deg);
  }
  50% {
    -webkit-transform: translate(10px, 20px) rotate(0);
    transform: translate(10px, 20px) rotate(0);
  }
  100% {
    -webkit-transform: translate(-10px, -50px) rotate(-10deg);
    transform: translate(-10px, -50px) rotate(-10deg);
  }
}

.step-two__inner {
  position: relative;
  z-index: 1;
  max-width: 1440px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.step-two__img {
  max-width: 640px;
  width: 100%;
}

.step-two__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.step-two__content {
  max-width: 705px;
  width: 100%;
}

.step-two h3 {
  margin: 0 0 30px 0;
}

.step-two p {
  margin: 0 0 20px 0;
}

.step-two .btn {
  margin: 50px 0 0 0;
}

/*end step-two==============*/
/*start step-three==============*/
.step-three {
  padding: 75px 0 100px;
  background-color: #fff;
}

.step-three__inner {
  max-width: 1440px;
  margin: 0 auto;
}

.step-three__content {
  max-width: 705px;
  width: 100%;
}

.step-three h3 {
  margin: 0 0 30px 0;
}

.step-three p {
  margin: 0 0 20px 0;
}

.step-three .btn {
  margin: 60px 0 0 0;
}

/*end step-three==============*/
/*start step-four============*/
.step-four {
  padding: 100px 0 160px;
  position: relative;
}

.step-four::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 30%;
  background-color: #fff;
  z-index: -1;
}

.step-four__img {
  height: 560px;
  width: 100%;
  border-radius: 50px;
  overflow: hidden;
}

.step-four__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.step-four__content {
  margin: -75px auto 0;
  max-width: 705px;
  width: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.step-four h3 {
  margin: 0 0 30px 0;
}

.step-four p {
  margin: 0 0 20px 0;
}

.step-four .btn {
  margin: 30px 0 0 0;
}

/*end step-four============*/
/*start step=five===============*/
.step-five {
  padding: 150px 0 195px;
}

.step-five__inner {
  max-width: 1440px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.step-five__content {
  margin: 0 20px 0 0;
  max-width: 705px;
  width: 100%;
}

.step-five h3 {
  margin: 0 0 30px 0;
}

.step-five p {
  margin: 0 0 20px 0;
}

.step-five .btn {
  margin: 60px 0 0 0;
}

.step-five__img {
  max-width: 690px;
  width: 100%;
}

.step-five__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/*end step=five===============*/
/*start bottom===============*/
.bottom {
  border-radius: 50px 50px 0px 0px;
  padding: 150px 0 250px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}

.bottom__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 0 -20px;
}

.bottom::after {
  border-radius: 50px 50px 0px 0px;
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: -o-linear-gradient(319.14deg, rgba(62, 56, 50, 0) 1.155%, rgba(62, 56, 50, 0.66) 30.097%, rgba(81, 39, 36, 0.73) 75.628%, rgba(102, 21, 21, 0.8) 110.95%);
  background: linear-gradient(130.86deg, rgba(62, 56, 50, 0) 1.155%, rgba(62, 56, 50, 0.66) 30.097%, rgba(81, 39, 36, 0.73) 75.628%, rgba(102, 21, 21, 0.8) 110.95%);
}

.bottom__content {
  position: relative;
  z-index: 1;
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
}

.bottom h3 {
  margin: 0 0 50px 0;
  color: white;
  font-family: 'Ardeco';
  font-size: 75px;
  line-height: 120%;
}

.bottom .btn {
  padding: 10px;
  margin: 0 0 0 20px;
  width: calc(25% - 20px);
  text-align: center;
  white-space: nowrap;
}

/*end bottom===============*/
.main-form {
  position: relative;
  padding: 70px 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

.main-form .intro__anim-img {
  width: 670px;
  position: absolute;
  top: 10px;
  right: -150px;
  -webkit-animation: look 10s ease-in infinite;
  animation: look 10s ease-in infinite;
  z-index: 1;
}

.main-form__inner {
  position: relative;
  z-index: 10;
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
}

.main-form .form {
  max-width: 700px;
}

.main-form h3 {
  margin: 0 0 10px 0;
  color: #661515;
  font-family: 'Ardeco';
  font-size: 75px;
  font-weight: 400;
  line-height: 120%;
}

.main-form p {
  margin: 0 0 30px 0;
  color: #3e3832;
  font-size: 22px;
  font-weight: 400;
  line-height: 150%;
}

/*start archive-intro==========*/
.archive-intro {
  padding: 150px 0 100px;
  background-image: url("../images/dest/content/archive-intro-bg.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: top center;
}

.archive-intro__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.archive-intro h1 {
  margin: 0 0 50px 0;
  font-family: 'Ardeco';
  font-size: 46px;
  line-height: 100%;
  text-align: center;
}

.archive-intro input {
  padding: 20px 80px 20px 30px !important;
}

.input-wrap {
  width: 100%;
  position: relative;
}

.input-wrap input {
  padding: 20px 80px 20px 30px;
  width: 100%;
  height: 100%;
  height: 65px;
  border-radius: 30px;
  border: none;
  background-color: #fff;
  color: #3e3832 !important;
  font-size: 22px;
  line-height: 110%;
}

.input-wrap input::-webkit-input-placeholder {
  color: #3e3832 !important;
}

.input-wrap input::-moz-placeholder {
  color: #3e3832 !important;
}

.input-wrap input:-ms-input-placeholder {
  color: #3e3832 !important;
}

.input-wrap input::-ms-input-placeholder {
  color: #3e3832 !important;
}

.input-wrap input::placeholder {
  color: #3e3832 !important;
}

.search-btn {
  padding: 0;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
  background-color: transparent;
  border: none;
  cursor: pointer;
}

.search-btn img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

/*end archive-intro==========*/
/*start archive=============*/
.archive {
  padding: 50px 0 70px;
}

.archive__inner {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
}

.archive__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0 0 0 -30px;
}

.archive__top .archive__item p {
  -webkit-box-flex: 0;
  -ms-flex: 0;
  flex: 0;
}

.archive__top .archive__item:nth-child(1) {
  max-width: 580px;
  width: 100%;
}

.archive__top .archive__item:nth-child(1) .archive__img {
  height: 450px;
}

.archive__top .archive__item:nth-child(2) {
  width: 100%;
}

.archive__top .archive__item:nth-child(2) .archive__img {
  height: 630px;
}

.archive__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 0 30px 30px;
  text-align: center;
}

.archive__item p {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 0 18px;
  margin: 0 0 20px 0;
}

.archive__item strong {
  padding: 0 20px;
  display: block;
  margin: 0 0 10px 0;
  color: black;
  font-family: 'Ardeco';
  font-size: 30px;
  line-height: 100%;
}

.archive__item span {
  padding: 0 20px;
  color: #661515;
  font-family: 'Ardeco';
  font-size: 30px;
  line-height: 100%;
}

.archive__img {
  margin: 0 0 30px 0;
  height: 350px;
  overflow: hidden;
}

.archive__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transition: linear .4s;
  -o-transition: linear .4s;
  transition: linear .4s;
}

.archive__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 0 -30px;
}

.archive__bottom .archive__item {
  margin: 0 0 60px 30px;
  width: calc(33.33333% - 30px);
}

/*end archive=============*/
/*start archive-bottom===========*/
.archive-bottom {
  position: relative;
  padding: 70px 0;
  background-image: url("../images/dest/content/archive-bottombg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50px 50px 0px 0px;
  overflow: hidden;
  overflow: hidden;
}

.archive-bottom__anim {
  width: 655px;
  position: absolute;
  bottom: 40px;
  right: -200px;
  -webkit-animation: look3 11s ease-in infinite;
  animation: look3 11s ease-in infinite;
}

.archive-bottom__anim img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

@-webkit-keyframes look3 {
  0% {
    -webkit-transform: translate(-50px, 30px) rotate(-5deg);
    transform: translate(-50px, 30px) rotate(-5deg);
  }
  50% {
    -webkit-transform: translate(-10px, 10px) rotate(0);
    transform: translate(-10px, 10px) rotate(0);
  }
  100% {
    -webkit-transform: translate(-50px, 30px) rotate(-5deg);
    transform: translate(-50px, 30px) rotate(-5deg);
  }
}

@keyframes look3 {
  0% {
    -webkit-transform: translate(-50px, 30px) rotate(-5deg);
    transform: translate(-50px, 30px) rotate(-5deg);
  }
  50% {
    -webkit-transform: translate(-10px, 10px) rotate(0);
    transform: translate(-10px, 10px) rotate(0);
  }
  100% {
    -webkit-transform: translate(-50px, 30px) rotate(-5deg);
    transform: translate(-50px, 30px) rotate(-5deg);
  }
}

.archive-bottom__inner {
  max-width: 1440px;
  margin: 0 auto;
}

.archive-bottom h3 {
  font-family: 'Ardeco';
  font-size: 100px;
  font-weight: 400;
  line-height: 100%;
}

.archive-bottom p {
  margin: 0 0 30px 0;
}

.account-addLogo {
  margin: 0 0 10px 0;
  padding: 15px 20px;
  width: 100%;
  border: none;
  height: 65px;
  border-radius: 30px;
  border: none;
  background-color: #fff;
  cursor: pointer;
}

.account-addLogo input[type="file"] {
  display: none;
}

.account-addLogo__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.account-addLogo__sup {
  color: #3e3832 !important;
}

.form {
  position: relative;
  z-index: 1;
  max-width: 700px;
  width: 100%;
  font-family: "Inter", sans-serif !important;
}

.form--main {
  max-width: 860px;
  width: 100%;
  margin: 0 auto;
}

.form__inner {
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  background-color: #fff;
  border-radius: 10px;
}

.form .word-wrap {
  width: 100%;
  padding: 0 15px 10px 15px;
}

.form .name {
  max-width: 165px;
  padding: 0 15px 10px 15px;
  border-right: 1px solid #d9d9d9;
}

.form__input-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.form__input-wrap input {
  padding: 5px 0 7px !important;
  height: 30px;
  border: none;
  color: black !important;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  outline: none;
}

.form__input-wrap input::-webkit-input-placeholder {
  color: #999999;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
}

.form__input-wrap input::-moz-placeholder {
  color: #999999;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
}

.form__input-wrap input:-ms-input-placeholder {
  color: #999999;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
}

.form__input-wrap input::-ms-input-placeholder {
  color: #999999;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
}

.form__input-wrap input::placeholder {
  color: #999999;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
}

.form .years-wrap {
  width: 255px;
  padding: 0 15px 10px 15px;
  border-right: 1px solid #d9d9d9;
}

.form .years-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #999999;
  font-family: "Inter", sans-serif !important;
  font-size: 14px;
  font-weight: 400;
}

.form .years-box p {
  margin: 0 5px;
}

.form .start,
.form .end {
  cursor: pointer;
}

.form .start-year,
.form .end-year {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.form .start-year > span,
.form .end-year > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 10px 0 0;
  font-weight: 700;
}

.select2-container--open .select2-dropdown--below {
  width: 70px !important;
}

.select2-container--open .select2-dropdown--below ::-webkit-scrollbar {
  height: 10px;
  width: 2px;
}

.select2-container--open .select2-dropdown--below ::-webkit-scrollbar-thumb {
  background-color: #838383;
  border-radius: 5px;
  width: 2px;
}

.select2-container--open .select2-dropdown--below ::-webkit-scrollbar-track {
  background-color: transparent;
  border-radius: 5px;
}

.select2-results__option--selectable {
  color: #999999;
  font-family: "Inter", sans-serif !important;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
}

.select2-container--default .select2-selection--single {
  border: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 0;
}

.form__sup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 5px 0;
  color: #999999;
  font-size: 12px;
  font-weight: 700;
  line-height: 15px;
}

.form__years {
  position: relative;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #999999;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
}

.form__btn-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  background-color: transparent;
  border: none;
}

.form .btn {
  cursor: pointer;
  border: none;
}

.form .input-wrap {
  margin: 0 0 10px 0;
}

.form .textarea-wrap {
  width: 100%;
}

.form .textarea-wrap textarea {
  padding: 15px 20px;
  border-radius: 30px;
  background-color: #fff;
  height: 130px;
  width: 100%;
  border: none;
  color: #3e3832 !important;
}

.form .textarea-wrap textarea::-webkit-input-placeholder {
  color: #3e3832 !important;
}

.form .textarea-wrap textarea::-moz-placeholder {
  color: #3e3832 !important;
}

.form .textarea-wrap textarea:-ms-input-placeholder {
  color: #3e3832 !important;
}

.form .textarea-wrap textarea::-ms-input-placeholder {
  color: #3e3832 !important;
}

.form .textarea-wrap textarea::placeholder {
  color: #3e3832 !important;
}

.form .btn {
  margin: 30px 0 0 0;
  padding: 10px 160px;
}

/*end archive-bottom===========*/
.nf-fu-progress {
  display: none;
}

.nf-form-content .ninja-forms-field {
  font-family: "Manrope", sans-serif;
  padding: 20px 30px 20px 30px;
  width: 100%;
  height: 100%;
  height: 65px;
  border-radius: 30px;
  border: none;
  background-color: #fff;
  color: #3e3832;
  font-size: 22px !important;
  line-height: 110%;
  text-align: left;
}

.nf-form-content .ninja-forms-field:before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
  width: 30px;
  height: 20px;
  background-image: url("https://mydear.family/wp-content/uploads/2024/04/add.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.page-404 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100vh;
  width: 100vw;
}

.page-404__inner {
  padding: 80px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 1440px;
  margin: 0 auto;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-404 strong {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #661515;
  font-family: 'Ardeco';
  font-size: 200px;
  font-weight: 400;
  line-height: 100%;
  text-align: center;
}

.page-404 p {
  margin: 0 0 50px 0;
  color: #3e3832;
  font-family: 'Ardeco';
  font-size: 90px;
  font-weight: 400;
  line-height: 100%;
  text-align: center;
}

input[type=text]::-webkit-input-placeholder {
  color: #3e3832 !important;
}

input[type=text]::-moz-placeholder {
  color: #3e3832 !important;
}

input[type=text]:-ms-input-placeholder {
  color: #3e3832 !important;
}

input[type=text]::-ms-input-placeholder {
  color: #3e3832 !important;
}

input[type=text]::placeholder {
  color: #3e3832 !important;
}

input[type=text] {
  color: #3e3832 !important;
}

@media (max-width: 1650px) {
  .intro__img {
    margin: -175px -45px 0 0;
    max-width: 600px;
  }
  .intro__anim-img {
    width: 470px;
    top: 100px;
  }
  .step-one {
    overflow: hidden;
  }
}

@media (max-width: 1400px) {
  .header nav a {
    font-size: 16px;
  }
  .header li + li {
    margin: 0 0 0 30px;
  }
  .bottom h3 {
    text-align: center;
  }
  .bottom__btns {
    max-width: 400px;
    margin: 0 auto;
  }
  .bottom .btn {
    margin: 0 0 20px 20px;
    width: calc(100% - 20px);
  }
}

.archive__img .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
  /* 	object-fit: contain; */
}

.archive__img .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.video {
  position: fixed;
  z-index: 999;
  left: 15px;
  bottom: 15px;
  width: 265px;
  height: 150px;
}
.video__close {
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 15px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 10;
}

.video__close::after,
.video__close::before {
  position: absolute;
  content: "";
  width: 12px;
  height: 2px;
  background-color: #fff;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.video__close::before {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.video__close::after {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.video video {
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 20px;
  overflow: hidden;
}

.video .video__close.enlarged {
  right: -120px;
  top: -75px;
}

.video video.enlarged {
  width: 400px;
  height: 225px;
  position: absolute;
  right: -130px;
  top: -80px;
}

.video.hide {
  display: none;
}

.form__btn-main {
  margin: 0 10px 0 0;
  padding: 15px 20px;
  border-radius: 15px;
  background: #661515;
  color: white;
  font-family: 'Ardeco';
  font-size: 24px;
  font-weight: 400;
  line-height: 110%;
}

.form__btn-main img {
  margin: 0 0 0 30px;
}

@media (max-width: 1200px) {
  .page-404 strong {
    font-size: 120px;
  }
  .page-404 p {
    font-size: 48px;
  }
  body {
    font-size: 18px;
  }
  .intro__content {
    margin: 0 20px 0 0;
    padding: 0;
  }
  .intro h1 {
    margin: 0 0 20px 0;
    font-size: 68px;
  }
  .intro h1 strong {
    margin: 0 0 20px 20px;
    font-size: 142px;
  }
  .info h3 {
    font-size: 68px;
  }
  .info .gallery {
    margin: 80px auto 0;
  }
  .gallery .swiper-slide {
    height: auto;
  }
  .title {
    font-size: 68px;
  }
  .step-num {
    font-size: 54px;
    width: 100px;
    height: 100px;
  }
  .step-four__img {
    height: 450px;
    width: 100%;
    border-radius: 50px;
    overflow: hidden;
  }
  .step-four__content {
    margin: -50px auto 0;
  }
  .step-four {
    padding: 100px 0 100px;
  }
  .bottom h3 {
    font-size: 54px;
  }
  .bottom {
    border-radius: 50px 50px 0px 0px;
    padding: 120px 0 180px;
  }
  .btn {
    height: 45px;
    font-size: 26px;
  }
  .step-three {
    padding: 50px 0 50px;
  }
  .step-four {
    padding: 70px 0 100px;
  }
  .input-wrap input,
  .account-addLogo {
    padding: 5px 20px;
    height: 45px;
    font-size: 16px;
  }
  .search-btn {
    width: 25px;
    height: 25px;
  }
  .archive__img {
    margin: 0 0 30px 0;
    height: 250px;
    overflow: hidden;
  }
  .archive {
    padding: 120px 0 100px;
  }
  .archive-bottom h3 {
    font-size: 90px;
  }
  .archive-bottom__anim {
    width: 590px;
  }
  .main-form h3 {
    font-size: 54px;
  }
  .main-form p {
    font-size: 18px;
  }
  .main-form .intro__anim-img {
    width: 370px;
    height: 200px;
    top: 0;
    right: -150px;
  }
}

@media (max-width: 992px) {
  .header__menu-btn {
    padding: 0;
    display: block;
    width: 35px;
    height: 21px;
    position: relative;
    z-index: 100;
    background-color: transparent;
    cursor: pointer;
    outline: none;
    border: none;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .header .btn {
    z-index: 100;
  }
  .header__menu-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #661515;
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s;
  }
  .header__menu-btn::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #661515;
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s;
  }
  .header__menu-btn span {
    margin: 0 0 0 auto;
    display: block;
    width: 100%;
    height: 3px;
    background-color: #661515;
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s;
  }
  .header__menu-btn.active::after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    bottom: 9px;
  }
  .header__menu-btn.active span {
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
    opacity: 0;
  }
  .header__menu-btn.active::before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 9px;
  }
  .header__inner {
    height: 100px;
    padding: 20px 0;
  }
  .header nav {
    padding: 150px 15px 150px;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    height: 110vh;
    z-index: 99;
    background-color: #B0A7A0;
    background-image: url("../images/dest/content/introbg.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    -webkit-transition: linear .4s;
    -o-transition: linear .4s;
    transition: linear .4s;
    opacity: 0;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  .header nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .header nav li {
    margin: 0 0 30px 0 !important;
  }
  .header nav.open {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  .intro::before {
    background-size: 100%;
  }
  .intro {
    position: relative;
    padding: 200px 0 250px;
  }
  .info::after {
    bottom: -90px;
    left: -336px;
    width: 950px;
    height: 480px;
  }
  .step-one {
    background-size: 100%;
  }
  .step-one__top img.element-animation:nth-child(1) {
    margin: 0 30px 0 0;
    width: 170px;
    height: 200px;
  }
  .step-one__top img.element-animation:nth-child(3) {
    width: 200px;
    height: 175px;
  }
  .step-one__bottom img.element-animation:nth-child(1) {
    margin: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 200px;
    height: 230px;
  }
  .intro h1 strong {
    font-size: 130px;
  }
  .archive-intro {
    background-size: 150% 100%;
    padding: 195px 0 130px;
  }
  .archive__item p,
  .archive__item span {
    padding: 0 10px;
    font-size: 16px;
  }
  .archive__item strong {
    font-size: 22px;
  }
  .archive__img {
    max-height: 160px;
  }
  .preload {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .preload__btn {
    font-size: 28px;
  }
  .preload .title {
    font-size: 48px;
  }
}

@media (max-width: 768px) {
  .form .name,
  .form .years-wrap,
  .form .word-wrap {
    margin: 0 !important;
    padding: 10px 15px;
  }
  .form__btn-main {
    width: 100%;
    margin: 0 0 10px 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .archive-intro {
    background-size: cover;
    padding: 195px 0 50px;
  }
  .header__link {
    margin: 10px 0 0 0;
    font-size: 16px;
  }
  .intro__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .intro__img {
    margin: 0 -150px 0 auto;
    max-width: 600px;
    height: 320px;
  }
  .info::after {
    bottom: -90px;
    left: -136px;
    width: 450px;
    height: 280px;
  }
  .intro::before {
    background-size: 100%;
  }
  .intro {
    padding: 200px 0 160px;
  }
  .step-one__bottom {
    display: none;
  }
  .step-one::after {
    top: 20%;
    height: 100%;
  }
  .step-one::before {
    bottom: 0;
    width: 305px;
    height: 300px;
  }
  .step-one {
    padding: 75px 0 125px;
  }
  .step-two {
    padding: 125px 0 70px;
  }
  .step-one__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .step-one__top img {
    width: calc(50% - 30px) !important;
  }
  .step-one__box {
    margin: 0 0 60px 0;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .step-two__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .step-two__img {
    margin: 0 0 30px 0;
    max-width: 340px;
  }
  .step-four__img {
    height: 320px;
    width: 100%;
    border-radius: 30px;
  }
  .step-five__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .step-five__content {
    margin: 0 0 40px 0;
  }
  .step-five {
    padding: 100px 0 145px;
  }
  .step-two__img-anim {
    width: 405px;
    height: 445px;
  }
  .archive__item {
    margin: 0 0 30px 30px;
    width: calc(50% - 30px) !important;
  }
  .archive-bottom h3 {
    font-size: 48px;
  }
  .archive-bottom__anim {
    width: 460px;
    bottom: -125px;
  }
  .archive__item p,
  .archive__item span {
    padding: 0 10px;
    font-size: 14px;
  }
  .preload__btns {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .preload__btn {
    margin: 0 0 30px 30px;
    width: calc(50% - 30px);
  }
  .form__inner {
    padding: 0 10px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .form .word-wrap {
    margin: 15px 0 0 0;
    width: calc(100% - 50px);
  }
  .form .years-wrap {
    width: 100%;
    border: none;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
  }
  .form .name {
    max-width: 100%;
    width: 100%;
    border: none;
  }
}

@media (max-width: 576px) {
  .main-form h3 {
    font-size: 32px;
  }
  .main-form p {
    font-size: 16px;
  }
  .page-404 p {
    font-size: 34px;
  }
  .page-404 .btn {
    padding: 10px 32px;
  }
  .bottom .btn {
    margin: 0 0 20px 0;
    width: 100%;
  }
  .bottom .btn {
    width: 100%;
    padding: 10px 40px;
  }
  .intro h1 strong {
    font-size: 94px;
  }
  .intro h1 {
    font-size: 48px;
  }
  body {
    font-size: 16px;
  }
  .header .btn {
    padding: 10px 40px;
  }
  .intro__anim-img {
    width: 425px;
    top: 100px;
  }
  .intro__img {
    margin: 0 -35px 0 auto;
    max-width: 600px;
    height: 320px;
  }
  .intro {
    padding: 200px 0 100px;
  }
  .info h3 {
    font-size: 48px;
  }
  .step-num {
    font-size: 40px;
    width: 80px;
    height: 80px;
  }
  .title {
    font-size: 48px;
  }
  .bottom {
    border-radius: 30px 30px 0px 0px;
    padding: 120px 0 180px;
  }
  .bottom h3 {
    font-size: 28px;
    text-align: center;
  }
  .archive__item {
    margin: 0 0 60px 30px;
    width: calc(100% - 30px) !important;
  }
  .form .nf-form-content input[type=submit] {
    padding: 10px 20px;
    max-width: 100%;
    width: 100%;
  }
  .archive-bottom h3 {
    font-size: 44px;
  }
  .archive-bottom {
    padding: 80px 0 120px;
  }
  .archive {
    padding: 40px 0 50px;
  }
  .preload .title {
    font-size: 32px;
  }
  .preload__btn {
    font-size: 22px;
  }
  .form *,
  .input-wrap * {
    font-size: 16px !important;
  }
  .form * input::-webkit-input-placeholder,
  .form * textarea::-webkit-input-placeholder,
  .input-wrap * input::-webkit-input-placeholder,
  .input-wrap * textarea::-webkit-input-placeholder {
    font-size: 16px !important;
  }
  .form * input::-moz-placeholder,
  .form * textarea::-moz-placeholder,
  .input-wrap * input::-moz-placeholder,
  .input-wrap * textarea::-moz-placeholder {
    font-size: 16px !important;
  }
  .form * input:-ms-input-placeholder,
  .form * textarea:-ms-input-placeholder,
  .input-wrap * input:-ms-input-placeholder,
  .input-wrap * textarea:-ms-input-placeholder {
    font-size: 16px !important;
  }
  .form * input::-ms-input-placeholder,
  .form * textarea::-ms-input-placeholder,
  .input-wrap * input::-ms-input-placeholder,
  .input-wrap * textarea::-ms-input-placeholder {
    font-size: 16px !important;
  }
  .form * input::-webkit-input-placeholder,
  .form * textarea::-webkit-input-placeholder,
  .input-wrap * input::-webkit-input-placeholder,
  .input-wrap * textarea::-webkit-input-placeholder {
    font-size: 16px !important;
  }
  .form * input::-moz-placeholder,
  .form * textarea::-moz-placeholder,
  .input-wrap * input::-moz-placeholder,
  .input-wrap * textarea::-moz-placeholder {
    font-size: 16px !important;
  }
  .form * input:-ms-input-placeholder,
  .form * textarea:-ms-input-placeholder,
  .input-wrap * input:-ms-input-placeholder,
  .input-wrap * textarea:-ms-input-placeholder {
    font-size: 16px !important;
  }
  .form * input::-ms-input-placeholder,
  .form * textarea::-ms-input-placeholder,
  .input-wrap * input::-ms-input-placeholder,
  .input-wrap * textarea::-ms-input-placeholder {
    font-size: 16px !important;
  }
  .form * input::-webkit-input-placeholder,
  .form * textarea::-webkit-input-placeholder,
  .input-wrap * input::-webkit-input-placeholder,
  .input-wrap * textarea::-webkit-input-placeholder {
    font-size: 16px !important;
  }
  .form * input::-moz-placeholder,
  .form * textarea::-moz-placeholder,
  .input-wrap * input::-moz-placeholder,
  .input-wrap * textarea::-moz-placeholder {
    font-size: 16px !important;
  }
  .form * input:-ms-input-placeholder,
  .form * textarea:-ms-input-placeholder,
  .input-wrap * input:-ms-input-placeholder,
  .input-wrap * textarea:-ms-input-placeholder {
    font-size: 16px !important;
  }
  .form * input::-ms-input-placeholder,
  .form * textarea::-ms-input-placeholder,
  .input-wrap * input::-ms-input-placeholder,
  .input-wrap * textarea::-ms-input-placeholder {
    font-size: 16px !important;
  }
  .form * input::-webkit-input-placeholder, .form * textarea::-webkit-input-placeholder, .input-wrap * input::-webkit-input-placeholder, .input-wrap * textarea::-webkit-input-placeholder {
    font-size: 16px !important;
  }
  .form * input::-moz-placeholder, .form * textarea::-moz-placeholder, .input-wrap * input::-moz-placeholder, .input-wrap * textarea::-moz-placeholder {
    font-size: 16px !important;
  }
  .form * input:-ms-input-placeholder, .form * textarea:-ms-input-placeholder, .input-wrap * input:-ms-input-placeholder, .input-wrap * textarea:-ms-input-placeholder {
    font-size: 16px !important;
  }
  .form * input::-ms-input-placeholder, .form * textarea::-ms-input-placeholder, .input-wrap * input::-ms-input-placeholder, .input-wrap * textarea::-ms-input-placeholder {
    font-size: 16px !important;
  }
  .form * input::placeholder,
  .form * textarea::placeholder,
  .input-wrap * input::placeholder,
  .input-wrap * textarea::placeholder {
    font-size: 16px !important;
  }
}
