@charset "UTF-8";
html.show-c .wowo {
  opacity: 0;
}
html.show-c .wowo.animated {
  -webkit-animation-duration: 0.7s;
          animation-duration: 0.7s;
  visibility: visible;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
html .wowo {
  opacity: 0;
}
html .wowo.animated {
  opacity: 1;
  -webkit-animation-duration: 0.7s;
          animation-duration: 0.7s;
  visibility: visible;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

@-webkit-keyframes slide {
  0% {
    margin-top: -148px;
  }
  5% {
    margin-top: -74px;
  }
  33% {
    margin-top: -74px;
  }
  38% {
    margin-top: -37px;
  }
  66% {
    margin-top: -37px;
  }
  71% {
    margin-top: 0;
  }
  100% {
    margin-top: 0;
  }
}

@keyframes slide {
  0% {
    margin-top: -148px;
  }
  5% {
    margin-top: -74px;
  }
  33% {
    margin-top: -74px;
  }
  38% {
    margin-top: -37px;
  }
  66% {
    margin-top: -37px;
  }
  71% {
    margin-top: 0;
  }
  100% {
    margin-top: 0;
  }
}
@-webkit-keyframes MoveUpInitial {
  to {
    -webkit-transform: translate3d(0, -105%, 0);
            transform: translate3d(0, -105%, 0);
  }
}
@keyframes MoveUpInitial {
  to {
    -webkit-transform: translate3d(0, -105%, 0);
            transform: translate3d(0, -105%, 0);
  }
}
@-webkit-keyframes MoveUpEnd {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes MoveUpEnd {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeSpan {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeSpan {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes fadeInBigUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fadeInBigUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -50px, 0);
    transform: translate3d(0, -50px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -50px, 0);
    transform: translate3d(0, -50px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-30%, 0, 0);
            transform: translate3d(-30%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-30%, 0, 0);
            transform: translate3d(-30%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@-webkit-keyframes fadeInSamllLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-15%, 0, 0);
            transform: translate3d(-15%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes fadeInSamllLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-15%, 0, 0);
            transform: translate3d(-15%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(20%, 0, 0);
            transform: translate3d(20%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(20%, 0, 0);
            transform: translate3d(20%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@-webkit-keyframes zoomOut {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 0) scale(1.2);
            transform: translate(0, 0) scale(1.2);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0) scale(1);
            transform: translate(0, 0) scale(1);
  }
}
@keyframes zoomOut {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 0) scale(1.2);
            transform: translate(0, 0) scale(1.2);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0) scale(1);
            transform: translate(0, 0) scale(1);
  }
}
@-webkit-keyframes loading {
  0% {
    transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
  }
}
@keyframes loading {
  0% {
    transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
  }
}
@-webkit-keyframes wordUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes wordUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes myFloatingAction {
  0% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  to {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}
@keyframes myFloatingAction {
  0% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  to {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}
@-webkit-keyframes animated-slide {
  0% {
    padding: 0px;
  }
  25% {
    padding: 20px;
  }
  50% {
    padding: 20px;
  }
  100% {
    padding: 0;
    width: 43.19%;
    height: 33.61vw;
    top: 18.47vw;
  }
}
@keyframes animated-slide {
  0% {
    padding: 0px;
  }
  25% {
    padding: 20px;
  }
  50% {
    padding: 20px;
  }
  100% {
    padding: 0;
    width: 43.19%;
    height: 33.61vw;
    top: 18.47vw;
  }
}
.wordUp.animated {
  -webkit-animation-name: wordUp;
          animation-name: wordUp;
  -webkit-animation-duration: 0.7s !important;
          animation-duration: 0.7s !important;
}

.fadeSpan.animated {
  -webkit-animation-name: fadeSpan;
          animation-name: fadeSpan;
}

.fadeInLeft.animated {
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
}

.fadeInSamllLeft.animated {
  -webkit-animation-name: fadeInSamllLeft;
          animation-name: fadeInSamllLeft;
}

.transform_s.animated {
  -webkit-animation-name: transform_s;
          animation-name: transform_s;
}

.fadeInRight.animated {
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
}

.fadeIn.animated {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}

.fadeInUp.animated {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}

.fadeInBigUp.animated {
  -webkit-animation-name: fadeInBigUp;
          animation-name: fadeInBigUp;
}

.fadeInDown.animated {
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
}

.zoomOut.animated {
  -webkit-animation-name: zoomOut;
          animation-name: zoomOut;
}

.delay-in-1 {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

.delay-in-2 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.delay-in-3 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.delay-in-4 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.delay-in-5 {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.delay-in-6 {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.delay-in-1 {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

.delay-in-2 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.delay-in-3 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.delay-in-4 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.delay-in-5 {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.delay-in-6 {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.delay-in-7 {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}

.delay-in-8 {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

.delay-in-9 {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}

.delay-in-10 {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.delay-in-11 {
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
}

.delay-in-12 {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}

.delay-in-13 {
  -webkit-animation-delay: 1.3s;
          animation-delay: 1.3s;
}

.delay-in-14 {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}

.delay-in-15 {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

.delay-in-16 {
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}

.delay-in-17 {
  -webkit-animation-delay: 1.7s;
          animation-delay: 1.7s;
}

.delay-in-18 {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}

.delay-in-19 {
  -webkit-animation-delay: 1.9s;
          animation-delay: 1.9s;
}

.delay-in-20 {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.delay-in-21 {
  -webkit-animation-delay: 2.1s;
          animation-delay: 2.1s;
}

.delay-in-22 {
  -webkit-animation-delay: 2.2s;
          animation-delay: 2.2s;
}

.delay-in-23 {
  -webkit-animation-delay: 2.3s;
          animation-delay: 2.3s;
}

.delay-in-24 {
  -webkit-animation-delay: 2.4s;
          animation-delay: 2.4s;
}

.delay-in-25 {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}

.delay-in-26 {
  -webkit-animation-delay: 2.6s;
          animation-delay: 2.6s;
}

.delay-in-27 {
  -webkit-animation-delay: 2.7s;
          animation-delay: 2.7s;
}

.delay-in-28 {
  -webkit-animation-delay: 2.8s;
          animation-delay: 2.8s;
}

.delay-in-29 {
  -webkit-animation-delay: 2.9s;
          animation-delay: 2.9s;
}

.delay-in-30 {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

@font-face {
  font-family: "Juana";
  src: url("../fonts/JuanaLight.eot");
  src: url("../fonts/JuanaLight.eot?#iefix") format("embedded-opentype"), url("../fonts/JuanaLight.woff2") format("woff2"), url("../fonts/JuanaLight.woff") format("woff"), url("../fonts/JuanaLight.ttf") format("truetype"), url("../fonts/JuanaLight.svg#JuanaLight") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gordita";
  src: url("../fonts/Gordita-Regular.eot");
  src: url("../fonts/Gordita-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Gordita-Regular.woff2") format("woff2"), url("../fonts/Gordita-Regular.woff") format("woff"), url("../fonts/Gordita-Regular.ttf") format("truetype"), url("../fonts/Gordita-Regular.svg#Gordita-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Juana";
  src: url("../fonts/JuanaRegular.eot");
  src: url("../fonts/JuanaRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/JuanaRegular.woff2") format("woff2"), url("../fonts/JuanaRegular.woff") format("woff"), url("../fonts/JuanaRegular.ttf") format("truetype"), url("../fonts/JuanaRegular.svg#JuanaRegular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-overflow-scrolling: touch;
}

.container {
  max-width: 1440px;
  padding: 0 40px;
  margin: 0 auto;
}
@media (max-width: 575px) {
  .container {
    padding: 0 20px;
  }
}

a {
  text-decoration: underline;
  opacity: 1;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
a:hover {
  color: #808369;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.img {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

img {
  width: 100%;
  height: auto;
}

body,
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Juana";
  font-weight: 300;
  letter-spacing: 0;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: center;
  color: #000;
}
body.overflow-hidden,
html.overflow-hidden {
  overflow: hidden !important;
}
body.wowo,
html.wowo {
  -webkit-box-ordinal-group: 1 !important;
      -ms-flex-order: 0 !important;
          order: 0 !important;
}

.not-found .content {
  height: auto;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding-top: 110px;
}
@media (max-width: 575px) {
  .not-found .content {
    padding-top: 70px;
  }
}
.not-found h1 {
  font-family: "Juana";
  font-weight: 400;
  letter-spacing: 0;
  font-size: 50px;
  color: #808369;
}
@media (max-width: 575px) {
  .not-found h1 {
    font-size: 40px;
  }
}
.not-found p {
  font-size: 18px;
  line-height: 1.3888888889;
  letter-spacing: 0;
  text-align: center;
  font-weight: normal;
  color: #808369;
  font-family: "Juana";
  font-weight: 400;
  letter-spacing: 0;
}
@media (max-width: 575px) {
  .not-found p {
    font-size: 16px;
  }
}
.not-found .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: var(--contentHeight);
}

blockquote {
  font-family: "Juana";
  font-weight: 300;
  letter-spacing: 0;
  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
}

a {
  font-family: "Juana";
  font-weight: 300;
  letter-spacing: 0;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: center;
  color: #000;
}

p,
cite,
.subtitle,
strong {
  font-family: "Juana";
  font-weight: 300;
  letter-spacing: 0;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: center;
  color: #000;
}

strong {
  font-weight: bold;
}

figcaption {
  font-family: "Juana";
  font-weight: 300;
  letter-spacing: 0;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: center;
  color: #000;
}

h1 {
  font-family: "Gordita";
  font-weight: normal;
  letter-spacing: 0;
  font-size: 45px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  color: #000;
}
@media (max-width: 991px) {
  h1 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 35px;
  }
}

h2 {
  font-family: "Juana";
  font-weight: 300;
  letter-spacing: 0;
  font-size: 40px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  color: #000;
}
@media (max-width: 991px) {
  h2 {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 30px;
  }
}

h3 {
  font-family: "Juana";
  font-weight: 300;
  letter-spacing: 0;
  font-size: 35px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  color: #000;
}
@media (max-width: 991px) {
  h3 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  h3 {
    font-size: 25px;
  }
}

h4 {
  font-family: "Juana";
  font-weight: 300;
  letter-spacing: 0;
  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  color: #000;
}
@media (max-width: 991px) {
  h4 {
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  h4 {
    font-size: 20px;
  }
}

h5 {
  font-family: "Juana";
  font-weight: 300;
  letter-spacing: 0;
  font-size: 25px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  color: #000;
}
@media (max-width: 991px) {
  h5 {
    font-size: 20px;
  }
}

h6 {
  font-family: "Juana";
  font-weight: 300;
  letter-spacing: 0;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  color: #000;
}

ul {
  padding: 0;
  margin: 0;
  counter-reset: my-counter;
  width: 100%;
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  ul {
    margin-bottom: 25px;
  }
}
ul li {
  list-style: none;
  font-family: "Gordita";
  font-weight: normal;
  letter-spacing: 0;
  font-size: 18px;
  line-height: 1.3888888889;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #808369;
  counter-increment: my-counter;
  position: relative;
  padding-left: 0px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  opacity: 1;
  gap: 10px;
  display: block;
  padding: 0;
}
@media (max-width: 575px) {
  ul li {
    font-size: 16px;
  }
}
ul li:before {
  content: "·";
  color: #808369;
  font-weight: bold;
  text-align: right;
  padding-right: 10px;
}
ul ol,
ul ul {
  padding-left: 20px;
  margin-bottom: 0;
  padding-top: 0;
}
ul ol li:last-child,
ul ul li:last-child {
  padding-bottom: 0;
}

ol {
  margin: 0;
  padding: 0;
  margin-bottom: 35px;
  counter-reset: my-counter;
}
@media (max-width: 767px) {
  ol {
    margin-bottom: 25px;
  }
}
ol li {
  list-style: none;
  font-family: "Gordita";
  font-weight: normal;
  letter-spacing: 0;
  font-size: 18px;
  line-height: 1.3888888889;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: -0.5px;
  text-align: left;
  color: #808369;
  padding: 0;
  counter-increment: my-counter;
}
@media (max-width: 575px) {
  ol li {
    font-size: 16px;
  }
}
ol li::before {
  content: counter(my-counter) ".";
  color: #808369;
  width: 18px;
  text-align: right;
  margin-right: 10px;
}
ol ol,
ol ul {
  padding-left: 20px;
  padding: 0;
  margin-bottom: 0;
}
ol ol li:last-child,
ol ul li:last-child {
  padding-bottom: 0;
}

a {
  margin-bottom: 0;
}

ul,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
cite,
ol {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin-bottom: 25px;
  }
}

ul,
p,
blockquote,
cite,
ol {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  ul,
  p,
  blockquote,
  cite,
  ol {
    margin-bottom: 15px;
  }
}

cite {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

input,
textarea,
select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: none;
  outline: none;
  border: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0;
  display: block;
  width: 100%;
  padding-bottom: 8px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
textarea {
  height: 220px;
}

select,
input[type=check],
input[type=submit] {
  cursor: pointer;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

::-webkit-input-placeholder {
  color: #000;
}

::-moz-placeholder {
  color: #000;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #000;
}

::-ms-input-placeholder {
  color: #000;
}

::placeholder {
  color: #000;
}

.wpcf7-not-valid-tip {
  margin-top: 10px;
  color: red;
}

.form-submit {
  position: relative;
}
.form-submit .wpcf7-spinner {
  margin: 0;
  position: absolute;
  top: 10px;
  right: -36px;
}

.wpcf7 form.invalid .wpcf7-response-output {
  width: 100%;
  padding: 0;
  margin: 0;
  border: none;
  color: red;
  margin-top: 10px;
}

.wpcf7 form.sent .wpcf7-response-output {
  width: 100%;
  padding: 0;
  margin: 0;
  border: none;
  margin-top: 10px;
}

.wp-block-pullquote {
  padding: 0;
}

.gutenberg-content p,
.gutenberg-content cite,
.gutenberg-content .subtitle,
.gutenberg-content strong {
  font-size: 18px;
  line-height: 1.3888888889;
  letter-spacing: 0;
  text-align: center;
  font-family: "Gordita";
  font-weight: normal;
  letter-spacing: 0;
  color: #808369;
}
.gutenberg-content p:last-child,
.gutenberg-content cite:last-child,
.gutenberg-content .subtitle:last-child,
.gutenberg-content strong:last-child {
  margin-bottom: 0;
}
@media (max-width: 575px) {
  .gutenberg-content p,
  .gutenberg-content cite,
  .gutenberg-content .subtitle,
  .gutenberg-content strong {
    font-size: 16px;
  }
}
.gutenberg-content h1 {
  font-family: "Juana";
  font-weight: 400;
  letter-spacing: 0;
  font-size: 50px;
}
@media (max-width: 575px) {
  .gutenberg-content h1 {
    font-size: 40px;
  }
}
.gutenberg-content h2,
.gutenberg-content h3,
.gutenberg-content h4,
.gutenberg-content h5,
.gutenberg-content h6 {
  margin: 35px 0;
}
@media (max-width: 767px) {
  .gutenberg-content h2,
  .gutenberg-content h3,
  .gutenberg-content h4,
  .gutenberg-content h5,
  .gutenberg-content h6 {
    margin: 25px 0;
  }
}
.gutenberg-content .content-box {
  max-width: 620px;
  margin: 0 auto;
  padding: 100px 0;
}
@media (max-width: 767px) {
  .gutenberg-content .content-box {
    padding: 50px 0;
  }
}
.gutenberg-content ul {
  padding: 0;
  margin: 0;
  counter-reset: my-counter;
  width: 100%;
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  .gutenberg-content ul {
    margin-bottom: 25px;
  }
}
.gutenberg-content ul li {
  list-style: none;
  font-family: "Gordita";
  font-weight: normal;
  letter-spacing: 0;
  font-size: 18px;
  line-height: 1.3888888889;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #808369;
  counter-increment: my-counter;
  position: relative;
  padding-left: 0px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  opacity: 1;
  gap: 10px;
  display: block;
  padding: 0;
}
@media (max-width: 575px) {
  .gutenberg-content ul li {
    font-size: 16px;
  }
}
.gutenberg-content ul li:before {
  content: "·";
  color: #808369;
  font-weight: bold;
  text-align: right;
  padding-right: 10px;
}
.gutenberg-content ul ol,
.gutenberg-content ul ul {
  padding-left: 20px;
  margin-bottom: 0;
  padding: 0;
}
.gutenberg-content ul ol li:last-child,
.gutenberg-content ul ul li:last-child {
  padding-bottom: 0;
}
.gutenberg-content ol {
  margin: 0;
  padding: 0;
  margin-bottom: 35px;
  counter-reset: my-counter;
}
@media (max-width: 767px) {
  .gutenberg-content ol {
    margin-bottom: 25px;
  }
}
.gutenberg-content ol li {
  list-style: none;
  font-family: "Gordita";
  font-weight: normal;
  letter-spacing: 0;
  font-size: 18px;
  line-height: 1.3888888889;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: -0.5px;
  text-align: left;
  color: #808369;
  padding: 0;
  counter-increment: my-counter;
}
@media (max-width: 575px) {
  .gutenberg-content ol li {
    font-size: 16px;
  }
}
.gutenberg-content ol li::before {
  content: counter(my-counter) ".";
  color: #808369;
  width: 18px;
  text-align: right;
  margin-right: 10px;
}
.gutenberg-content ol ol,
.gutenberg-content ol ul {
  padding-left: 20px;
  padding-top: 0;
  margin-bottom: 0;
}
.gutenberg-content ol ol li:last-child,
.gutenberg-content ol ul li:last-child {
  padding-bottom: 0;
}
.gutenberg-content .wp-block-column.is-layout-flow.wp-block-column-is-layout-flow {
  margin-top: 10px;
}
@media (max-width: 750px) {
  .gutenberg-content .wp-block-column.is-layout-flow.wp-block-column-is-layout-flow {
    margin-top: 0;
  }
}
.gutenberg-content .wp-block-button__link {
  font-family: "Juana";
  font-weight: 300;
  letter-spacing: 0;
  font-size: 20px;
  line-height: 32px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 19px;
  height: 52px;
  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;
  color: #808369;
  border: 1px solid #808369;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
  border-radius: 0;
  background-color: transparent;
}
@media (max-width: 991px) {
  .gutenberg-content .wp-block-button__link {
    font-size: 16px;
    height: 40px;
    padding: 8px 12px;
  }
}
.gutenberg-content .wp-block-button__link:hover {
  background: #808369;
  border-color: #808369;
  opacity: 1;
  color: #fff;
}
.gutenberg-content h1,
.gutenberg-content h2,
.gutenberg-content h3,
.gutenberg-content h4,
.gutenberg-content h5,
.gutenberg-content h6,
.gutenberg-content p,
.gutenberg-content cite,
.gutenberg-content li,
.gutenberg-content blockquote {
  text-align: left;
  color: #808369;
}
.gutenberg-content h1 a,
.gutenberg-content h2 a,
.gutenberg-content h3 a,
.gutenberg-content h4 a,
.gutenberg-content h5 a,
.gutenberg-content h6 a,
.gutenberg-content p a,
.gutenberg-content cite a,
.gutenberg-content li a,
.gutenberg-content blockquote a {
  font-family: inherit;
  color: inherit;
  line-height: inherit;
  font-size: inherit;
}
.gutenberg-content h1 a:hover,
.gutenberg-content h2 a:hover,
.gutenberg-content h3 a:hover,
.gutenberg-content h4 a:hover,
.gutenberg-content h5 a:hover,
.gutenberg-content h6 a:hover,
.gutenberg-content p a:hover,
.gutenberg-content cite a:hover,
.gutenberg-content li a:hover,
.gutenberg-content blockquote a:hover {
  opacity: 0.7;
}
@media (max-width: 750px) {
  .gutenberg-content :where(.wp-block-columns.is-layout-flex) {
    gap: 1em;
  }
}

header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
  -webkit-transition: background-color 0.3s ease, -webkit-transform 0.3s ease;
  transition: background-color 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, background-color 0.3s ease;
  transition: transform 0.3s ease, background-color 0.3s ease, -webkit-transform 0.3s ease;
}
@media (max-width: 575px) {
  header {
    z-index: 9999;
  }
}
header.sticky {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
header.sticky .logo {
  opacity: 1 !important;
}
header.is-show {
  background-color: #808369;
}
header.is-show .header-wrapper .btn {
  color: #fff7d0;
  border: 1px solid #fff7d0;
  background-color: transparent;
}
header.is-show .header-wrapper .btn:hover {
  background-color: #fff7d0;
  border-color: #fff7d0;
  color: #808369;
}
header.is-show .logo {
  opacity: 1 !important;
}
header .logo {
  max-width: 362px;
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 20px;
  -webkit-transition: none;
  transition: none;
}
@media (max-width: 991px) {
  header .logo {
    max-width: 180px;
  }
}
@media (max-width: 575px) {
  header .logo {
    max-width: 150px;
    top: 18px;
    opacity: 0 !important;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
}
header .logo img {
  width: 100%;
}
header .header-wrapper {
  padding: 29px 32px;
  position: relative;
  z-index: 9;
  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;
}
@media (max-width: 991px) {
  header .header-wrapper {
    padding: 20px 16px;
  }
}
header .header-wrapper .btn {
  font-family: "Juana";
  font-weight: 300;
  letter-spacing: 0;
  font-size: 20px;
  line-height: 32px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 19px;
  height: 52px;
  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;
  color: #fff7d0;
  border: 1px solid #fff7d0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
  background: #808369;
  border-color: #808369;
}
@media (max-width: 991px) {
  header .header-wrapper .btn {
    font-size: 16px;
    height: 40px;
    padding: 8px 12px;
  }
}
@media (max-width: 575px) {
  header .header-wrapper .btn {
    font-size: 10px;
    height: 24px;
    padding: 2px 6px;
  }
}
@media (max-width: 360px) {
  header .header-wrapper .btn {
    position: relative;
    left: 0;
    top: 0;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
header .header-wrapper .btn span {
  display: block;
}
@media (max-width: 575px) {
  header .header-wrapper .btn span {
    display: none;
  }
}
header .header-wrapper .btn span.show-m {
  display: none;
}
@media (max-width: 575px) {
  header .header-wrapper .btn span.show-m {
    display: block;
  }
}
header .header-wrapper .btn:hover {
  background-color: #fff7d0;
  border-color: #fff7d0;
  color: #808369;
}

body:not(.home) {
  background-color: rgba(255, 247, 208, 0.1019607843);
}
body:not(.home) header {
  background-color: #808369;
}
body:not(.home) header::before {
  content: none;
}
body:not(.home) header .logo {
  opacity: 1 !important;
}

.hero-banner {
  height: 100vh;
  position: relative;
  overflow: hidden;
  min-height: 600px;
}
.hero-banner::before {
  z-index: 99;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(217, 217, 217, 0)), color-stop(89.77%, rgba(0, 0, 0, 0.39)));
  background: linear-gradient(0deg, rgba(217, 217, 217, 0) 0%, rgba(0, 0, 0, 0.39) 89.77%);
  height: 159px;
  pointer-events: none;
}
@media (max-width: 575px) {
  .hero-banner {
    height: 50vh;
  }
}
.hero-banner .banner-slider {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  overflow: hidden;
}
.hero-banner .banner-slider .slider-item,
.hero-banner .banner-slider .slick-list,
.hero-banner .banner-slider .slick-track,
.hero-banner .banner-slider .img,
.hero-banner .banner-slider .media {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.hero-banner .banner-slider .media {
  overflow: hidden;
}
.hero-banner .banner-slider img,
.hero-banner .banner-slider video,
.hero-banner .banner-slider iframe {
  width: 100%;
  height: 100%;
  z-index: 1;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}
@media (max-width: 575px) {
  .hero-banner .banner-slider img,
  .hero-banner .banner-slider video,
  .hero-banner .banner-slider iframe {
    -webkit-transform: scale(1) !important;
            transform: scale(1) !important;
  }
}
.hero-banner .banner-slider::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4392156863);
  opacity: 1;
  pointer-events: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (max-width: 575px) {
  .hero-banner .banner-slider::after {
    opacity: 1 !important;
  }
}
.hero-banner .content {
  height: 100%;
  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;
}
.hero-banner .text {
  padding: 0 20px;
  height: 100%;
  z-index: 999;
  position: relative;
  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;
  width: 100%;
  pointer-events: none;
}
.hero-banner .text h1 {
  position: absolute;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  left: 50%;
  text-align: center;
  z-index: 9;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  width: 362px;
  top: 20px;
  margin-top: 0;
  opacity: 0;
}
@media (max-width: 991px) {
  .hero-banner .text h1 {
    width: 180px;
  }
}
@media (max-width: 575px) {
  .hero-banner .text h1 {
    top: auto;
    width: 250px !important;
    opacity: 1 !important;
  }
}
.hero-banner .text h1 img {
  max-width: 100%;
  height: auto;
}
.hero-banner .text > span {
  font-family: "Gordita";
  font-weight: normal;
  letter-spacing: 0;
  font-size: 22px;
  line-height: 1.1363636364;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  margin-top: calc(9.7vw + 19px);
  color: #fff7d0;
  opacity: 0;
}
@media (max-width: 575px) {
  .hero-banner .text > span {
    opacity: 1;
    font-size: 16px;
  }
}
.hero-banner .slick-arrow {
  position: absolute;
  top: 50%;
  margin-top: -8px;
  background-color: transparent;
  border: none;
  border-radius: 0;
  color: #808369;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 5;
}
@media (max-width: 575px) {
  .hero-banner .slick-arrow {
    bottom: 55px;
    top: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.hero-banner .slick-arrow:hover {
  opacity: 1;
}
.hero-banner .slick-arrow svg {
  color: inherit;
}
.hero-banner .slick-arrow svg path {
  stroke: currentColor;
}
.hero-banner .slick-arrow.slick-prev {
  left: 24px;
}
.hero-banner .slick-arrow.slick-prev:hover {
  opacity: 1;
  -webkit-transform: translateX(-5px);
          transform: translateX(-5px);
}
@media (max-width: 575px) {
  .hero-banner .slick-arrow.slick-prev {
    bottom: 61px;
  }
}
.hero-banner .slick-arrow.slick-next {
  right: 24px;
}
.hero-banner .slick-arrow.slick-next:hover {
  opacity: 1;
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
@media (max-width: 575px) {
  .hero-banner .slick-arrow.slick-next {
    bottom: 63px;
  }
}
.hero-banner .scroll-down {
  position: absolute;
  bottom: 55px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 18px;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0px;
  font-family: "Gordita";
  font-weight: normal;
  letter-spacing: 0;
  text-decoration: none;
  opacity: 0;
}
@media (max-width: 575px) {
  .hero-banner .scroll-down {
    opacity: 1 !important;
    font-size: 16px;
  }
}
.hero-banner .scroll-down:hover {
  color: #fff7d0;
}
@-webkit-keyframes bannerZoomIn {
  from {
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes bannerZoomIn {
  from {
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes maskFadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes maskFadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes titleMoveUpDesktop {
  from {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 48.8888888889vw;
    top: 50%;
    margin-top: -11px;
  }
  to {
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
    width: 362px;
    top: 20px;
    margin-top: 0;
  }
}
@keyframes titleMoveUpDesktop {
  from {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 48.8888888889vw;
    top: 50%;
    margin-top: -11px;
  }
  to {
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
    width: 362px;
    top: 20px;
    margin-top: 0;
  }
}
@-webkit-keyframes titleMoveUpTablet {
  from {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 48.8888888889vw;
    top: 50%;
    margin-top: -11px;
  }
  to {
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
    width: 180px;
    top: 20px;
    margin-top: 0;
  }
}
@keyframes titleMoveUpTablet {
  from {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 48.8888888889vw;
    top: 50%;
    margin-top: -11px;
  }
  to {
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
    width: 180px;
    top: 20px;
    margin-top: 0;
  }
}
@-webkit-keyframes titleMoveUpMobile {
  from {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 250px;
    top: 50%;
    margin-top: -11px;
  }
  to {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 250px;
    top: 50%;
    margin-top: -11px;
  }
}
@keyframes titleMoveUpMobile {
  from {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 250px;
    top: 50%;
    margin-top: -11px;
  }
  to {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 250px;
    top: 50%;
    margin-top: -11px;
  }
}
@-webkit-keyframes textFadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes textFadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes scrollFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes scrollFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes titleFadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes titleFadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes logoFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes logoFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
body.initial-state .hero-banner .banner-slider img {
  -webkit-animation: bannerZoomIn 2s cubic-bezier(0.77, 0, 0.175, 1) forwards;
          animation: bannerZoomIn 2s cubic-bezier(0.77, 0, 0.175, 1) forwards;
}
@media (min-width: 575px) {
  body.initial-state .hero-banner .banner-slider::after {
    -webkit-animation: maskFadeOut 2s cubic-bezier(0.77, 0, 0.175, 1) forwards;
            animation: maskFadeOut 2s cubic-bezier(0.77, 0, 0.175, 1) forwards;
  }
}
body.initial-state .hero-banner .text h1 {
  opacity: 1;
  -webkit-animation: titleMoveUpDesktop 2s cubic-bezier(0.77, 0, 0.175, 1) forwards;
          animation: titleMoveUpDesktop 2s cubic-bezier(0.77, 0, 0.175, 1) forwards;
}
@media (max-width: 991px) {
  body.initial-state .hero-banner .text h1 {
    -webkit-animation: titleMoveUpTablet 2s cubic-bezier(0.77, 0, 0.175, 1) forwards;
            animation: titleMoveUpTablet 2s cubic-bezier(0.77, 0, 0.175, 1) forwards;
  }
}
@media (max-width: 575px) {
  body.initial-state .hero-banner .text h1 {
    -webkit-animation: titleMoveUpMobile 2s cubic-bezier(0.77, 0, 0.175, 1) forwards;
            animation: titleMoveUpMobile 2s cubic-bezier(0.77, 0, 0.175, 1) forwards;
  }
}
@media (min-width: 575px) {
  body.initial-state .hero-banner .text span {
    -webkit-animation: textFadeOut 2s cubic-bezier(0.77, 0, 0.175, 1) forwards;
            animation: textFadeOut 2s cubic-bezier(0.77, 0, 0.175, 1) forwards;
  }
}
@media (min-width: 575px) {
  body.initial-state .hero-banner .scroll-down {
    -webkit-animation: scrollFadeIn 2s cubic-bezier(0.77, 0, 0.175, 1) forwards;
            animation: scrollFadeIn 2s cubic-bezier(0.77, 0, 0.175, 1) forwards;
  }
}
body.animated-show .hero-banner .text h1 {
  opacity: 0;
  pointer-events: none;
}
@media (max-width: 575px) {
  body.animated-show .hero-banner .text h1 {
    opacity: 1;
    width: 180px;
  }
}
body.animated-show .hero-banner .banner-slider img {
  -webkit-transform: scale(1);
          transform: scale(1);
}
body.animated-show .hero-banner .banner-slider::after {
  opacity: 0;
}
body.animated-show .hero-banner .scroll-down {
  opacity: 1;
}
body.is-show .hero-banner .banner-slider img {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}
body.is-show .hero-banner .banner-slider::after {
  opacity: 1;
}
body.is-show .hero-banner .text h1 {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 48.8888888889vw;
  top: 50%;
  margin-top: -11px;
}
body.is-show .hero-banner .text span {
  opacity: 1;
}
body.is-show .hero-banner .scroll-down {
  opacity: 0;
}

header .logo {
  opacity: 0;
}
body.animated-show header .logo {
  opacity: 1;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.gutenberg-content {
  padding-top: 110px;
}
@media (max-width: 575px) {
  .gutenberg-content {
    padding-top: 70px;
  }
}
.gutenberg-content .container .content-box {
  max-width: 900px;
  margin: 0 auto;
}
.gutenberg-content h1 {
  color: #808369;
}

.slider-sec {
  background-color: rgba(255, 247, 208, 0.1019607843);
  padding-top: 55px;
}
@media (max-width: 575px) {
  .slider-sec {
    padding-top: 40px;
  }
}
.slider-sec .content {
  overflow: hidden;
  padding-bottom: 26px;
}
.slider-sec .title {
  text-align: center;
  padding: 0 20px;
  max-width: 1056px;
  margin: 0 auto 52px;
}
@media (max-width: 575px) {
  .slider-sec .title {
    margin-bottom: 40px;
  }
}
.slider-sec .title h2 {
  margin-bottom: 0;
  font-family: "Juana";
  font-weight: 300;
  letter-spacing: 0;
  font-size: 40px;
  line-height: 1.25;
  letter-spacing: 0;
  text-align: center;
  color: #808369;
}
@media (max-width: 575px) {
  .slider-sec .title h2 {
    font-size: 28px;
  }
}
.slider-sec .slider-box {
  position: relative;
  margin-right: -5px;
  padding-right: 5px;
  width: auto;
}
.slider-sec .slider-box .slick-list {
  width: 100%;
}
.slider-sec .slider-item {
  height: 26.3888888889vw;
  cursor: -webkit-grab;
  cursor: grab;
  margin-right: 5px;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
@media (max-width: 575px) {
  .slider-sec .slider-item {
    height: 50vw;
  }
}
.slider-sec .slider-item img {
  width: auto;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
.slider-sec .slick-arrow {
  position: absolute;
  bottom: -26px;
  background-color: transparent;
  border: none;
  border-radius: 0;
  color: #808369;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.slider-sec .slick-arrow:hover {
  opacity: 1;
}
.slider-sec .slick-arrow svg {
  color: inherit;
}
.slider-sec .slick-arrow svg path {
  stroke: currentColor;
}
.slider-sec .slick-arrow.slick-prev {
  left: 24px;
}
.slider-sec .slick-arrow.slick-prev:hover {
  opacity: 1;
  -webkit-transform: translateX(-5px);
          transform: translateX(-5px);
}
.slider-sec .slick-arrow.slick-next {
  right: 24px;
}
.slider-sec .slick-arrow.slick-next:hover {
  opacity: 1;
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}

.text-info {
  padding-top: 24px;
  padding-bottom: 50px;
  background-color: rgba(255, 247, 208, 0.1019607843);
}
@media (max-width: 575px) {
  .text-info {
    padding-top: 24px;
    padding-bottom: 50px;
  }
}
.text-info .content {
  max-width: 882px;
  margin: 0 auto;
}
.text-info h2 {
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  text-transform: uppercase;
  font-family: "Gordita";
  font-weight: normal;
  letter-spacing: 0;
  margin-bottom: 20px;
  color: #808369;
  letter-spacing: 0.13em;
}
@media (max-width: 575px) {
  .text-info h2 {
    font-size: 16px;
    margin-bottom: 16px;
  }
}
.text-info p {
  font-size: 18px;
  line-height: 1.3888888889;
  letter-spacing: 0;
  text-align: center;
  font-family: "Gordita";
  font-weight: normal;
  letter-spacing: 0;
  color: #808369;
}
.text-info p:last-child {
  margin-bottom: 0;
}
@media (max-width: 575px) {
  .text-info p {
    font-size: 16px;
  }
}

.contact-sec {
  position: relative;
  padding: 72px 0 63px;
}
@media (max-width: 575px) {
  .contact-sec {
    padding: 40px 0;
  }
}
.contact-sec .container {
  position: relative;
  z-index: 2;
}
.contact-sec .title {
  max-width: 740px;
  margin: 0 auto 15px;
}
.contact-sec h2 {
  font-size: 40px;
  line-height: 0.8;
  letter-spacing: 0;
  text-align: center;
  font-family: "Juana";
  font-weight: 300;
  letter-spacing: 0;
  margin-bottom: 52px;
  color: #fff7d0;
}
@media (max-width: 575px) {
  .contact-sec h2 {
    font-size: 28px;
    line-height: 1;
    margin-bottom: 40px;
  }
}
.contact-sec p {
  font-size: 18px;
  line-height: 1.3888888889;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
  font-family: "Gordita";
  font-weight: normal;
  letter-spacing: 0;
  color: #ffffff;
  margin-bottom: 0;
}
.contact-sec p a {
  font-size: inherit;
  text-decoration: none;
  color: inherit;
  line-height: inherit;
  font-family: inherit;
}
.contact-sec p a:hover {
  opacity: 0.7;
}
@media (max-width: 575px) {
  .contact-sec p {
    font-size: 16px;
  }
}
.contact-sec .contact-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.contact-sec .contact-bg .image, .contact-sec .contact-bg div,
.contact-sec .contact-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  background: no-repeat center;
  background-size: cover;
}
.contact-sec .form {
  max-width: 882px;
  margin: 0 auto;
}
@media (min-width: 575px) {
  .contact-sec .form {
    min-height: 512px;
  }
}
.contact-sec .form .gform_validation_errors {
  display: block;
  width: 100%;
  background: transparent;
  border: none !important;
  padding: 0;
  margin: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none !important;
}
.contact-sec .form .gform_validation_errors .gform_submission_error {
  outline: none !important;
  color: #ed8181;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  font-size: 18px;
  line-height: 1.3888888889;
  border: none !important;
}
@media (max-width: 575px) {
  .contact-sec .form .gform_validation_errors .gform_submission_error {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    text-align: left;
    font-size: 16px;
  }
}
.contact-sec .form .gform_validation_errors .gform_submission_error:focus-visible {
  outline: none;
}
@media (max-width: 575px) {
  .contact-sec .form .gform_validation_errors .gform_submission_error {
    margin: 20px 0 10px;
  }
}
.contact-sec .form .gform_validation_errors .gform-icon {
  color: #ed8181;
  border-color: #ed8181;
}
.contact-sec .form form {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.contact-sec .form form * {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.contact-sec .form .gform_confirmation_message {
  color: #fff;
  font-size: 18px;
  line-height: 1.3888888889;
}
@media (max-width: 575px) {
  .contact-sec .form .gform_confirmation_message {
    font-size: 16px;
  }
}
.contact-sec .form .gform-theme--framework .gfield_error input[type]:where(:not(.gform-text-input-reset):not([type=hidden])):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
  border-color: #ed8181;
}
.contact-sec .form .gform-body .gform_fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
}
.contact-sec .form .gform-body .gform_fields .gfield_label,
.contact-sec .form .gform-body .gform_fields .gform-field-label,
.contact-sec .form .gform-body .gform_fields .gfield_description.gfield_validation_message {
  display: none;
}
.contact-sec .form .gform-body .ginput_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  gap: 0;
}
.contact-sec .form .gform-body .ginput_container .gform-grid-col--size-auto {
  margin: 0;
  padding: 0;
  display: block;
}
.contact-sec .form .gform-body input, .contact-sec .form .gform-body select {
  border: none;
  border-bottom: 0.5px solid #fff;
  padding: 19px 0;
  font-family: "Juana";
  font-weight: 300;
  letter-spacing: 0;
  font-size: 18px;
  line-height: 35px;
  letter-spacing: 0;
  background-color: transparent;
  border-radius: 0;
  height: auto;
  color: #fff;
  text-align: left;
}
.contact-sec .form .gform-body input::-webkit-input-placeholder, .contact-sec .form .gform-body select::-webkit-input-placeholder {
  color: #fff !important;
  opacity: 1 !important;
}
.contact-sec .form .gform-body input:-moz-placeholder, .contact-sec .form .gform-body select:-moz-placeholder {
  color: #fff !important;
  opacity: 1 !important;
}
.contact-sec .form .gform-body input::-moz-placeholder, .contact-sec .form .gform-body select::-moz-placeholder {
  color: #fff !important;
  opacity: 1 !important;
}
.contact-sec .form .gform-body input:-ms-input-placeholder, .contact-sec .form .gform-body select:-ms-input-placeholder {
  color: #fff !important;
  opacity: 1 !important;
}
@media (max-width: 575px) {
  .contact-sec .form .gform-body input, .contact-sec .form .gform-body select {
    padding: 15px 0;
    font-size: 16px;
  }
}
.contact-sec .form .gform-body input:focus, .contact-sec .form .gform-body input:focus-visible, .contact-sec .form .gform-body select:focus, .contact-sec .form .gform-body select:focus-visible {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.contact-sec .form .gform-body input:focus, .contact-sec .form .gform-body select:focus {
  border-color: #fff7d0;
}
.contact-sec .form .gform-body select {
  background-color: transparent;
  background: none;
}
.contact-sec .form .gform-body select option {
  color: #000;
}
.contact-sec .form .gform-body select option.gf_placeholder {
  display: none !important;
}
.contact-sec .form .gform_footer {
  margin-top: 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.contact-sec .form .gform_footer input.gform_button.button {
  height: 47px !important;
  padding: 0 36px !important;
  border: 1px solid #fff !important;
  width: auto !important;
  color: #fff !important;
  font-size: 18px !important;
  line-height: 35px !important;
  letter-spacing: 0 !important;
  text-align: center !important;
  border-radius: 0 !important;
  background-color: transparent !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-family: "Juana" !important;
  font-weight: 300 !important;
}
@media (max-width: 575px) {
  .contact-sec .form .gform_footer input.gform_button.button {
    height: 40px !important;
    font-size: 16px !important;
    line-height: 1.9444444444 !important;
    padding: 0 24px !important;
  }
}
.contact-sec .form .gform_footer input.gform_button.button:focus, .contact-sec .form .gform_footer input.gform_button.button:focus-visible {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.contact-sec .form .gform_footer input.gform_button.button:focus-visible {
  outline: 1px solid #000 !important;
}
.contact-sec .form .gform_footer input.gform_button.button:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: none !important;
}
.contact-sec .form .gform_footer input.gform_button.button:hover {
  background-color: #fff !important;
  color: #808369 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.contact-sec .form .gform_footer .gform-loader {
  border-block-end-color: #fff !important;
  border-inline-start-color: #fff !important;
}

.footer {
  background-color: #7F8368;
  padding: 23px 0 48px;
}
@media (max-width: 575px) {
  .footer {
    padding: 30px 0;
  }
}
.footer .footer-wrapper {
  max-width: 1334px;
  margin: 0 auto;
}
.footer .footer-top {
  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;
  gap: 40px;
}
@media (max-width: 1200px) {
  .footer .footer-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
  }
}
.footer .footer-top .footer-logo {
  max-width: 291px;
}
.footer .footer-top .footer-logo .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.footer .footer-top .footer-groups {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 27px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 642px;
}
@media (min-width: 1280px) {
  .footer .footer-top .footer-groups {
    padding-right: 9px;
    padding-top: 2px;
  }
}
@media (max-width: 1280px) {
  .footer .footer-top .footer-groups {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 991px) {
  .footer .footer-top .footer-groups {
    gap: 15px 40px;
  }
}
@media (max-width: 575px) {
  .footer .footer-top .footer-groups {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer .footer-top .footer-groups .link:first-child {
  width: 190px;
}
@media (max-width: 1280px) {
  .footer .footer-top .footer-groups .link:first-child {
    width: auto;
  }
}
.footer .footer-top .footer-groups .link:nth-child(2) {
  width: 245px;
}
@media (max-width: 1280px) {
  .footer .footer-top .footer-groups .link:nth-child(2) {
    width: auto;
  }
}
.footer .footer-top .footer-groups .link:last-child {
  width: 144px;
}
@media (max-width: 1280px) {
  .footer .footer-top .footer-groups .link:last-child {
    width: auto;
  }
}
@media (max-width: 575px) {
  .footer .footer-top .footer-groups .link {
    max-width: 150px;
  }
}
.footer .footer-bottom {
  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;
  padding-top: 7px;
  border-top: 0.5px solid #fff;
  margin: 13px auto 0;
  width: calc(100% - 20px);
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 991px) {
  .footer .footer-bottom {
    margin-top: 23px;
    padding-top: 23px;
  }
}
@media (max-width: 575px) {
  .footer .footer-bottom {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 30px;
    padding-top: 30px;
  }
}
.footer .footer-bottom p {
  font-size: 12px;
  line-height: 35px;
  letter-spacing: 0;
  margin-bottom: 0;
  color: #fff;
  font-family: "Juana";
  font-weight: 400;
  letter-spacing: 0;
}
.footer .footer-bottom p a {
  color: inherit;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
  font-size: inherit;
}
.footer .footer-bottom p a:hover {
  opacity: 0.7;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}