@import "../iconfont/style.css";
/* Slider */
@import "../css/twentytwenty-no-compass.css";
@import "../css/twentytwenty.css";
.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;
}

@font-face {
  font-family: "Dallas-Regular";
  src: url("../fonts/Dallas-Regular.woff2") format("woff2"), url("../fonts/Dallas-Regular.woff") format("woff"), url("../fonts/Dallas-Regular.ttf") format("truetype"), url("../fonts/Dallas-Regular.eot") format("embedded-opentype"), url("../fonts/Dallas-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Dallas-OutlineThick";
  src: url("../fonts/Dallas-OutlineThick.woff2") format("woff2"), url("../fonts/Dallas-OutlineThick.woff") format("woff"), url("../fonts/Dallas-OutlineThick.ttf") format("truetype"), url("../fonts/Dallas-OutlineThick.eot") format("embedded-opentype"), url("../fonts/Dallas-OutlineThick.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Dallas-Light";
  src: url("../fonts/Dallas-Light.woff2") format("woff2"), url("../fonts/Dallas-Light.woff") format("woff"), url("../fonts/Dallas-Light.ttf") format("truetype"), url("../fonts/Dallas-Light.eot") format("embedded-opentype"), url("../fonts/Dallas-Light.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
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;
  opacity: 1;
}
html .wowo {
  opacity: 0;
}
html .wowo.animated {
  -webkit-animation-duration: 0.7s;
          animation-duration: 0.7s;
  visibility: visible;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  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 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 bounceIn {
  0%, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
            transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
            transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
            transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
            transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
            transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
            transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
.bounceIn.animated {
  -webkit-animation-name: bounceIn;
          animation-name: bounceIn;
}

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

.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-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;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  }
  70% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  }
  70% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@-webkit-keyframes bounce {
  0%, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
            transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
            transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
            transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
@keyframes bounce {
  0%, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
            transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
            transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
            transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
@-webkit-keyframes spiner {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spiner {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes transColor {
  0% {
    color: #524f4f;
  }
  50% {
    color: #a79a8d;
  }
  to {
    color: #524f4f;
  }
}
@keyframes transColor {
  0% {
    color: #524f4f;
  }
  50% {
    color: #a79a8d;
  }
  to {
    color: #524f4f;
  }
}
.wowo.anim-scroll {
  opacity: 0;
  -webkit-transform: translate3d(0, 2.5rem, 0);
          transform: translate3d(0, 2.5rem, 0);
}
.wowo.anim-scroll.animated {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
  -webkit-transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.wowo.is-delay-nth .anim-scroll {
  opacity: 0;
  -webkit-transform: translate3d(0, 2.5rem, 0);
          transform: translate3d(0, 2.5rem, 0);
}
.wowo.is-delay-nth.animated .anim-scroll {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
  -webkit-transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.wowo.is-delay-nth.animated .anim-scroll:nth-child(1) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.wowo.is-delay-nth.animated .anim-scroll:nth-child(2) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.wowo.is-delay-nth.animated .anim-scroll:nth-child(3) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.wowo.is-delay-nth.animated .anim-scroll:nth-child(4) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.wowo.is-delay-nth.animated .anim-scroll:nth-child(5) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.wowo.is-delay-nth.animated .anim-scroll:nth-child(6) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.wowo.is-delay-nth.animated .anim-scroll:nth-child(7) {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
.wowo.is-delay-nth.animated .anim-scroll:nth-child(8) {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.wowo.is-delay-nth.animated .anim-scroll:nth-child(9) {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
.wowo.is-delay-nth.animated .anim-scroll:nth-child(10) {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.wowo.is-delay-nth.animated .anim-scroll:nth-child(11) {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}
.wowo.is-delay-nth.animated .anim-scroll:nth-child(12) {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
.wowo.is-delay-nth.animated .anim-scroll:nth-child(13) {
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
}
.wowo.is-delay-nth.animated .anim-scroll:nth-child(14) {
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}
.wowo.is-delay-nth.animated .anim-scroll:nth-child(15) {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}
.wowo.is-delay-nth.animated .anim-scroll:nth-child(16) {
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
}
.wowo.is-delay-nth.animated .anim-scroll:nth-child(17) {
  -webkit-transition-delay: 1.7s;
          transition-delay: 1.7s;
}
.wowo.is-delay-nth.animated .anim-scroll:nth-child(18) {
  -webkit-transition-delay: 1.8s;
          transition-delay: 1.8s;
}
.wowo.is-delay-nth.animated .anim-scroll:nth-child(19) {
  -webkit-transition-delay: 1.9s;
          transition-delay: 1.9s;
}
.wowo.is-delay-nth.animated .anim-scroll:nth-child(20) {
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
}
.wowo.is-delay-nth.animated .anim-scroll.delay-anim-1 {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.wowo.is-delay-nth.animated .anim-scroll.delay-anim-2 {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.wowo.is-delay-nth.animated .anim-scroll.delay-anim-3 {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.wowo.is-delay-nth.animated .anim-scroll.delay-anim-4 {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.wowo.is-delay-nth.animated .anim-scroll.delay-anim-5 {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.wowo.is-delay-nth.animated .anim-scroll.delay-anim-6 {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.wowo.is-delay-nth.animated .anim-scroll.delay-anim-7 {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
.wowo.is-delay-nth.animated .anim-scroll.delay-anim-8 {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.wowo.is-delay-nth.animated .anim-scroll.delay-anim-9 {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
.wowo.is-delay-nth.animated .anim-scroll.delay-anim-10 {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.wowo.is-delay-nth.animated .anim-scroll.delay-anim-11 {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}
.wowo.is-delay-nth.animated .anim-scroll.delay-anim-12 {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
.wowo.is-delay-nth.animated .anim-scroll.delay-anim-13 {
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
}
.wowo.is-delay-nth.animated .anim-scroll.delay-anim-14 {
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}
.wowo.is-delay-nth.animated .anim-scroll.delay-anim-15 {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}
.wowo.is-delay-nth.animated .anim-scroll.delay-anim-16 {
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
}
.wowo.is-delay-nth.animated .anim-scroll.delay-anim-17 {
  -webkit-transition-delay: 1.7s;
          transition-delay: 1.7s;
}
.wowo.is-delay-nth.animated .anim-scroll.delay-anim-18 {
  -webkit-transition-delay: 1.8s;
          transition-delay: 1.8s;
}
.wowo.is-delay-nth.animated .anim-scroll.delay-anim-19 {
  -webkit-transition-delay: 1.9s;
          transition-delay: 1.9s;
}
.wowo.is-delay-nth.animated .anim-scroll.delay-anim-20 {
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
}

.container {
  max-width: 1512px;
  padding: 0 60px;
  margin: 0 auto;
}
@media (max-width: 991.98px) {
  .container {
    padding: 0 40px;
  }
}
@media (max-width: 575.98px) {
  .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;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
*:focus-visible {
  border: 1px solid #000000;
}

.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: "Inter", sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: 0.32px;
}
body.hidden,
html.hidden {
  overflow: hidden;
}
body.wowo,
html.wowo {
  -webkit-box-ordinal-group: 1 !important;
      -ms-flex-order: 0 !important;
          order: 0 !important;
}

blockquote p {
  margin: 0;
  font-family: "Dallas-Regular", sans-serif;
  font-size: 45px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0.38px;
  text-align: left;
  color: #58565c;
}

p,
cite,
.subtitle,
a {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: 0.32px;
}

strong {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-stretch: inherit;
  font-style: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}

figcaption {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: 0.32px;
}

h1 {
  font-family: "Dallas-Regular", sans-serif;
  font-size: 90px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.03;
  letter-spacing: normal;
  text-align: left;
  text-transform: uppercase;
}
@media (max-width: 1200px) {
  h1 {
    font-size: 60px;
  }
}
@media (max-width: 991.98px) {
  h1 {
    font-size: 50px;
  }
}
@media (max-width: 767.98px) {
  h1 {
    font-size: 40px;
  }
}

h2 {
  font-family: "Dallas-Regular", sans-serif;
  font-size: 58px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.03;
  letter-spacing: normal;
  text-align: left;
  text-transform: uppercase;
}
@media (max-width: 1200px) {
  h2 {
    font-size: 50px;
  }
}
@media (max-width: 991.98px) {
  h2 {
    font-size: 40px;
  }
}
@media (max-width: 767.98px) {
  h2 {
    font-size: 35px;
  }
}

h3 {
  font-family: "Dallas-Regular", sans-serif;
  font-size: 50px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.03;
  letter-spacing: normal;
  text-align: left;
  text-transform: uppercase;
}
@media (max-width: 1200px) {
  h3 {
    font-size: 40px;
  }
}
@media (max-width: 991.98px) {
  h3 {
    font-size: 35px;
  }
}
@media (max-width: 767.98px) {
  h3 {
    font-size: 30px;
  }
}

h4 {
  font-family: "Dallas-Regular", sans-serif;
  font-size: 40px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.03;
  letter-spacing: normal;
  text-align: left;
  text-transform: uppercase;
}
@media (max-width: 1200px) {
  h4 {
    font-size: 35px;
  }
}
@media (max-width: 991.98px) {
  h4 {
    font-size: 30px;
  }
}
@media (max-width: 767.98px) {
  h4 {
    font-size: 25px;
  }
}

h5 {
  font-family: "Dallas-Regular", sans-serif;
  font-size: 35px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.03;
  letter-spacing: normal;
  text-align: left;
  text-transform: uppercase;
}
@media (max-width: 1200px) {
  h5 {
    font-size: 30px;
  }
}
@media (max-width: 991.98px) {
  h5 {
    font-size: 25px;
  }
}
@media (max-width: 767.98px) {
  h5 {
    font-size: 20px;
  }
}

h6 {
  font-family: "Dallas-Regular", sans-serif;
  font-size: 30px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.03;
  letter-spacing: normal;
  text-align: left;
  text-transform: uppercase;
}
@media (max-width: 1200px) {
  h6 {
    font-size: 25px;
  }
}
@media (max-width: 991.98px) {
  h6 {
    font-size: 20px;
  }
}

ol {
  padding-left: 24px;
}
ol li {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: 0.32px;
}
ol li ol,
ol li ul {
  margin-bottom: 0;
}

ul {
  padding-left: 24px;
}
ul li {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: 0.32px;
}
ul li ul,
ul li ol {
  margin-bottom: 0;
}

a {
  margin-bottom: 0;
  color: inherit;
}
a:hover {
  color: #982d3f;
}

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

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

ul,
p,
blockquote,
cite,
ol {
  margin-bottom: 20px;
}
@media (max-width: 767.98px) {
  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: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: 0.32px;
}
textarea {
  height: 165px !important;
  min-height: unset !important;
}

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: #58565c;
}

::-moz-placeholder {
  color: #58565c;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #58565c;
}

::-ms-input-placeholder {
  color: #58565c;
}

::placeholder {
  color: #58565c;
}

.wpcf7-not-valid-tip {
  margin-top: 10px;
  color: red;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: 0.32px;
}

.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;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: 0.32px;
}

.wpcf7 form.sent .wpcf7-response-output {
  width: 100%;
  padding: 0;
  margin: 0;
  border: none;
  margin-top: 10px;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: 0.32px;
}

.block-gutenberg {
  margin: 100px 0;
}
@media (max-width: 991.98px) {
  .block-gutenberg {
    margin: 60px 0;
  }
}
@media (max-width: 767.98px) {
  .block-gutenberg {
    margin: 40px 0;
  }
}
.block-gutenberg:first-child {
  margin: 130px 0;
}
@media (max-width: 991.98px) {
  .block-gutenberg:first-child {
    margin: 130px 0 60px;
  }
}
@media (max-width: 767.98px) {
  .block-gutenberg:first-child {
    margin: 120px 0 40px;
  }
}
.block-gutenberg h2,
.block-gutenberg h3,
.block-gutenberg h4,
.block-gutenberg h5,
.block-gutenberg h6 {
  margin: 35px 0;
}
@media (max-width: 767.98px) {
  .block-gutenberg h2,
  .block-gutenberg h3,
  .block-gutenberg h4,
  .block-gutenberg h5,
  .block-gutenberg h6 {
    margin: 25px 0;
  }
}
.block-gutenberg .wp-block-quote {
  padding-left: 30px;
  border-left: 3px solid #000000;
}
.block-gutenberg .wp-block-media-text {
  margin: 35px 0;
}
@media (max-width: 767.98px) {
  .block-gutenberg .wp-block-media-text {
    margin: 25px 0;
  }
}
@media (max-width: 600px) {
  .block-gutenberg .wp-block-media-text .wp-block-media-text__content {
    width: 100%;
    padding: 0;
    margin: 25px 0 0;
  }
}
.block-gutenberg .wp-block-media-text .wp-block-media-text__content p:last-child {
  margin-bottom: 0;
}
.block-gutenberg .wp-block-buttons {
  margin: 35px 0 15px;
  gap: 20px;
}
@media (max-width: 991.98px) {
  .block-gutenberg .wp-block-buttons {
    margin: 35px 0 35px;
  }
}
@media (max-width: 767.98px) {
  .block-gutenberg .wp-block-buttons {
    margin: 25px 0 25px;
  }
}
.block-gutenberg .wp-block-buttons .wp-block-button .wp-block-button__link {
  display: block;
  text-decoration: none;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.16px;
  font-weight: normal;
  color: #58565c;
  line-height: 1.2;
  letter-spacing: 0.16px;
  text-transform: capitalize;
  position: relative;
  padding: 0;
  padding-bottom: 20px;
  overflow: hidden;
  background-color: transparent;
  border-radius: 0;
}
@media (max-width: 991.98px) {
  .block-gutenberg .wp-block-buttons .wp-block-button .wp-block-button__link {
    padding-bottom: 0;
  }
}
.block-gutenberg .wp-block-buttons .wp-block-button .wp-block-button__link:before {
  content: "";
  font-family: "icomoon";
  position: absolute;
  bottom: 10px;
  left: 0px;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  width: 100%;
  height: 20px;
  background-image: url(../images/link-3.svg);
  background-position: left bottom;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
@media (max-width: 767.98px) {
  .block-gutenberg .wp-block-buttons .wp-block-button .wp-block-button__link:before {
    display: none;
  }
}
.block-gutenberg .wp-block-buttons .wp-block-button .wp-block-button__link:hover:before {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.block-gutenberg .content > .wp-block-image {
  margin: 35px 0;
}
@media (max-width: 767.98px) {
  .block-gutenberg .content > .wp-block-image {
    margin: 25px 0;
  }
}
.block-gutenberg .wp-block-gallery {
  margin: 35px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767.98px) {
  .block-gutenberg .wp-block-gallery {
    margin: 25px 0;
  }
}
.block-gutenberg .wp-block-gallery.wp-block-gallery-1 {
  gap: 48px;
}
@media (max-width: 991.98px) {
  .block-gutenberg .wp-block-gallery.wp-block-gallery-1 {
    gap: 40px;
  }
}
@media (max-width: 767.98px) {
  .block-gutenberg .wp-block-gallery.wp-block-gallery-1 {
    gap: 20px;
  }
}
.block-gutenberg .wp-block-gallery.wp-block-gallery-1 .wp-block-image {
  width: calc(50% - 24px) !important;
}
@media (max-width: 991.98px) {
  .block-gutenberg .wp-block-gallery.wp-block-gallery-1 .wp-block-image {
    width: calc(50% - 20px) !important;
  }
}
@media (max-width: 767.98px) {
  .block-gutenberg .wp-block-gallery.wp-block-gallery-1 .wp-block-image {
    width: 100% !important;
  }
}
.block-gutenberg .wp-block-gallery.wp-block-gallery-2 {
  gap: 48px;
}
@media (max-width: 991.98px) {
  .block-gutenberg .wp-block-gallery.wp-block-gallery-2 {
    gap: 40px;
  }
}
@media (max-width: 767.98px) {
  .block-gutenberg .wp-block-gallery.wp-block-gallery-2 {
    gap: 20px;
  }
}
.block-gutenberg .wp-block-gallery.wp-block-gallery-2 .wp-block-image {
  width: calc(33.33% - 32px) !important;
}
@media (max-width: 991.98px) {
  .block-gutenberg .wp-block-gallery.wp-block-gallery-2 .wp-block-image {
    width: calc(50% - 20px) !important;
  }
}
@media (max-width: 767.98px) {
  .block-gutenberg .wp-block-gallery.wp-block-gallery-2 .wp-block-image {
    width: 100% !important;
  }
}
.block-gutenberg * {
  color: #58565c;
}

.grecaptcha-badge {
  display: none !important;
}

header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1001;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #ffffff;
}
header .container {
  padding: 0 32px 0 42px;
}
@media (max-width: 991.98px) {
  header .container {
    padding: 0 40px;
  }
}
@media (max-width: 575.98px) {
  header .container {
    padding: 0 20px;
  }
}
header .content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 65px 0 43px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
header .navbar-brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  z-index: 1001;
  width: 64px;
  position: absolute;
  left: calc(50% - 5px);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 42px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 1;
}
@media (max-width: 991.98px) {
  header .navbar-brand {
    left: 50%;
  }
}
header .navbar-brand img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
header .navbar-brand .home-show {
  display: none;
}
header .navbar-toggler {
  position: relative;
  right: 0px;
  width: 30px;
  height: 20px;
  cursor: pointer;
  background-color: transparent;
  border: none;
  z-index: 1001;
  display: block;
  margin-top: -3px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
header .navbar-toggler:hover span {
  background-color: #982d3f;
}
header .navbar-toggler span {
  position: absolute;
  right: 0px;
  width: 30px;
  height: 3px;
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #58565c;
}
header .navbar-toggler span:first-child {
  top: 0px;
}
header .navbar-toggler span:nth-child(2) {
  top: 8px;
}
header .navbar-toggler span:last-child {
  top: 16px;
}
header .navbar-toggler.open span {
  background-color: #58565c;
}
header .navbar-toggler.open:hover span {
  background-color: #982d3f;
}
header .navbar-toggler.open span:first-child {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  top: 10px;
}
header .navbar-toggler.open span:nth-child(2) {
  opacity: 0;
}
header .navbar-toggler.open span:last-child {
  top: 10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
header .navbar-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  width: 100%;
  height: calc(var(--vh, 1vh) * 100);
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 800;
  background-color: #ffffff;
  padding: 150px 60px 80px;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 30px 20px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 991.98px) {
  header .navbar-menu {
    padding: 150px 40px 70px;
  }
}
@media (max-width: 575.98px) {
  header .navbar-menu {
    padding: 150px 20px 94px;
  }
}
header .navbar-menu.open {
  opacity: 1;
  visibility: visible;
}
header .navbar-menu ul {
  margin: 0;
  padding: 0;
  gap: 40px;
  overflow-y: auto;
  width: 100%;
}
@media (max-width: 1200px) {
  header .navbar-menu ul {
    gap: 30px;
  }
}
header .navbar-menu li {
  list-style: none;
  width: 100%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 20px;
}
header .navbar-menu li a {
  display: block;
  text-decoration: none;
  font-family: "Dallas-Regular", sans-serif;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 2.3;
  letter-spacing: normal;
  color: #58565c;
  line-height: 1.47;
  letter-spacing: 0.2px;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 991.98px) {
  header .navbar-menu li a {
    font-size: 18px;
  }
}
header .navbar-menu li a:hover {
  color: #982d3f;
}
header .navbar-menu li.active > a {
  color: #982d3f;
}
header .navbar-menu li ul {
  margin-top: 20px;
}
header .navbar-menu li ul li:last-child {
  margin-bottom: 0;
}
header .navbar-menu li.menu-item-has-children {
  padding: 0;
  position: relative;
  cursor: pointer;
}
header .navbar-menu li.menu-item-has-children:before {
  content: "\e904";
  font-family: "icomoon";
  position: absolute;
  left: calc(50% + 100px);
  top: 3px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  color: #58565c;
}
@media (max-width: 991.98px) {
  header .navbar-menu li.menu-item-has-children:before {
    top: 1px;
  }
}
header .navbar-menu li.menu-item-has-children .sub-menu {
  display: none;
}
header .navbar-menu li.menu-item-has-children.open:before {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
header.is-sticky .content {
  padding: 46px 0;
}
@media (max-width: 1440px) {
  header.is-sticky .content {
    padding: 39px 0;
  }
}
header.is-sticky .content .navbar-brand {
  top: 28px;
}
@media (max-width: 1440px) {
  header.is-sticky .content .navbar-brand {
    top: 20px;
  }
}

body.home header {
  background-color: transparent;
}
body.home header .content {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 63px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 991.98px) {
  body.home header .content {
    padding: 20px 0;
  }
}
body.home header .navbar-brand {
  width: 243px;
  position: static;
  -webkit-transform: translate(0);
          transform: translate(0);
  padding-left: 39px;
}
@media (max-width: 1440px) {
  body.home header .navbar-brand {
    padding-left: 0;
    width: 165px;
  }
}
body.home header .navbar-brand img {
  display: none;
}
body.home header .navbar-brand .home-show {
  display: block;
}
body.home header .navbar-toggler {
  -webkit-transform: translateY(-34px);
          transform: translateY(-34px);
}
@media (max-width: 991.98px) {
  body.home header .navbar-toggler {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
body.home header .navbar-toggler span {
  background-color: #ffffff;
}
body.home header .navbar-toggler.open span {
  background-color: #58565c;
}
body.home header .navbar-toggler:hover span {
  background-color: #982d3f;
}
body.home header .navbar-menu {
  padding-top: 210px;
}
body.home header.is-sticky {
  background-color: #ffffff;
}
body.home header.is-sticky .content {
  padding: 20px 0;
}
body.home header.is-sticky .navbar-toggler {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
body.home header.is-sticky .navbar-toggler span {
  background-color: #58565c;
}
body.home header.is-sticky .navbar-toggler:hover span {
  background-color: #982d3f;
}
body.home header.is-sticky .navbar-menu {
  padding-top: 125px;
}

body.error404 header {
  background-color: transparent;
}
body.error404 header .content {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 63px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 991.98px) {
  body.error404 header .content {
    padding: 20px 0;
  }
}
body.error404 header .navbar-brand {
  width: 243px;
  position: static;
  -webkit-transform: translate(0);
          transform: translate(0);
  padding-left: 39px;
}
@media (max-width: 1440px) {
  body.error404 header .navbar-brand {
    padding-left: 0;
    width: 165px;
  }
}
body.error404 header .navbar-brand img {
  display: none;
}
body.error404 header .navbar-brand .home-show {
  display: block;
}
body.error404 header .navbar-toggler {
  -webkit-transform: translateY(-34px);
          transform: translateY(-34px);
}
@media (max-width: 991.98px) {
  body.error404 header .navbar-toggler {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
body.error404 header .navbar-toggler span {
  background-color: #58565c;
}
body.error404 header .navbar-toggler.open span {
  background-color: #58565c;
}
body.error404 header .navbar-toggler:hover span {
  background-color: #982d3f;
}
body.error404 header .navbar-menu {
  padding-top: 210px;
}
body.error404 header.is-sticky {
  background-color: #ffffff;
}
body.error404 header.is-sticky .content {
  padding: 20px 0;
}
body.error404 header.is-sticky .navbar-toggler {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
body.error404 header.is-sticky .navbar-toggler span {
  background-color: #58565c;
}
body.error404 header.is-sticky .navbar-toggler:hover span {
  background-color: #982d3f;
}
body.error404 header.is-sticky .navbar-menu {
  padding-top: 125px;
}

footer {
  background-color: rgba(217, 217, 217, 0.5);
  overflow: hidden;
}
footer .text-marquee {
  margin-top: -21px;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  footer .text-marquee {
    margin-top: -16px;
  }
}
@media (max-width: 991.98px) {
  footer .text-marquee {
    margin-top: -14px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767.98px) {
  footer .text-marquee {
    margin-top: -10px;
  }
}
footer .text-marquee .captions-container .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
footer .text-marquee .captions-container .list .caption-item {
  padding-right: 20px;
}
footer .text-marquee .captions-container .list p {
  margin: 0;
  font-family: "Dallas-Light", sans-serif;
  font-size: 90px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.03;
  letter-spacing: normal;
  color: rgba(88, 86, 92, 0.25);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1200px) {
  footer .text-marquee .captions-container .list p {
    font-size: 70px;
  }
}
@media (max-width: 991.98px) {
  footer .text-marquee .captions-container .list p {
    font-size: 60px;
  }
}
@media (max-width: 767.98px) {
  footer .text-marquee .captions-container .list p {
    font-size: 45px;
  }
}
footer .text-marquee .captions-container .list p:after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: rgba(88, 86, 92, 0.25);
  display: block;
  margin-left: 15px;
}
footer .container {
  padding-left: 36px;
}
@media (max-width: 575.98px) {
  footer .container {
    padding-left: 20px;
  }
}
footer .content {
  padding-bottom: 20px;
  max-width: 1330px;
  margin: 0 auto;
}
footer .logo-and-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 40px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
footer .logo-and-links .left-links {
  padding-left: 21px;
}
@media (max-width: 1200px) {
  footer .logo-and-links .left-links {
    padding-left: 0;
  }
}
@media (max-width: 991.98px) {
  footer .logo-and-links .left-links {
    width: 100%;
  }
}
footer .logo-and-links .navbar-brand {
  width: 324px;
  width: 240px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 991.98px) {
  footer .logo-and-links .navbar-brand {
    margin: 0 auto;
  }
}
footer .logo-and-links .enquire-button {
  display: block;
  text-decoration: none;
  font-family: "Dallas-Regular", sans-serif;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 2.3;
  letter-spacing: normal;
  letter-spacing: 0.2px;
  margin-left: 0px;
  margin-top: 11px;
  text-transform: uppercase;
  color: #58565c;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 991.98px) {
  footer .logo-and-links .enquire-button {
    font-size: 18px;
  }
}
@media (min-width: 991.98px) {
  footer .logo-and-links .enquire-button:hover {
    color: #982d3f;
  }
}
@media (max-width: 991.98px) {
  footer .logo-and-links .enquire-button {
    margin: 0 auto;
    text-align: center;
  }
}
footer .logo-and-links .inner-links {
  max-width: 530px;
  padding-bottom: 2px;
}
@media (max-width: 991.98px) {
  footer .logo-and-links .inner-links {
    width: 100%;
    margin: 0 auto;
    margin-top: 30px;
    padding-bottom: 0;
  }
}
footer .logo-and-links .inner-links .page-links {
  margin-bottom: 29px;
}
footer .logo-and-links .inner-links .page-links ul {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0px 52px;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 991.98px) {
  footer .logo-and-links .inner-links .page-links ul {
    gap: 0 12px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    max-width: 480px;
    margin: 0 auto;
  }
}
footer .logo-and-links .inner-links .page-links li {
  list-style: none;
}
@media (max-width: 575.98px) {
  footer .logo-and-links .inner-links .page-links li {
    width: 100% !important;
  }
}
footer .logo-and-links .inner-links .page-links li:before {
  display: none;
}
footer .logo-and-links .inner-links .page-links li a {
  display: block;
  text-decoration: none;
  font-family: "Dallas-Regular", sans-serif;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 2.3;
  letter-spacing: normal;
  color: #58565c;
  line-height: 1.47;
  letter-spacing: 0.2px;
}
@media (max-width: 991.98px) {
  footer .logo-and-links .inner-links .page-links li a {
    font-size: 18px;
  }
}
@media (min-width: 991.98px) {
  footer .logo-and-links .inner-links .page-links li a:hover {
    color: #000000;
  }
}
@media (max-width: 991.98px) {
  footer .logo-and-links .inner-links .page-links li a {
    text-align: center;
  }
}
footer .logo-and-links .inner-links .page-links li:nth-child(3n+1) {
  width: 76px;
}
footer .logo-and-links .inner-links .page-links li:nth-child(3n+2) {
  width: 166px;
}
footer .logo-and-links .inner-links .page-links li:nth-child(3n+3) {
  width: 141px;
}
footer .logo-and-links .inner-links .social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 55px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 17px;
}
@media (max-width: 991.98px) {
  footer .logo-and-links .inner-links .social-links {
    padding-right: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 25px;
  }
}
footer .logo-and-links .inner-links .social-links .icon-box {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 6px;
}
footer .logo-and-links .inner-links .social-links .icon-box a {
  text-decoration: none;
  width: 36px;
  height: 36px;
  background-color: #58565c;
  border-radius: 8px;
  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;
  margin-right: 24px;
}
footer .logo-and-links .inner-links .social-links .icon-box a:last-child {
  margin-right: 0;
}
@media (min-width: 991.98px) {
  footer .logo-and-links .inner-links .social-links .icon-box a:hover {
    background-color: #982d3f;
  }
}
footer .logo-and-links .inner-links .social-links .icon-box a img {
  height: 18px;
  width: auto;
  -o-object-fit: cover;
  object-fit: cover;
}
footer .logo-and-links .inner-links .social-links .company-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
footer .logo-and-links .inner-links .social-links .company-links .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  width: 36px;
}
footer .logo-and-links .inner-links .social-links .company-links .logo:nth-child(1) {
  width: 37px;
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
}
footer .text-down p {
  margin: 0;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  letter-spacing: normal;
  color: #58565c;
  padding-left: 25px;
}
@media (max-width: 1200px) {
  footer .text-down p {
    padding: 0;
  }
}
footer .text-down p a {
  font-family: inherit;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-decoration: none;
}
@media (min-width: 991.98px) {
  footer .text-down p a:hover {
    color: #982d3f;
  }
}
footer .text-down p span {
  display: inline-block;
}
footer .text-down p span:nth-child(1) {
  margin: 0 7px;
}
footer .text-down p span:nth-child(2) {
  margin: 0 4px;
}

.banner {
  position: relative;
  z-index: 500;
}
.banner .background-box,
.banner .video-box {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.banner .background-box img,
.banner .background-box video,
.banner .video-box img,
.banner .video-box video {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner .background-box .slick-list,
.banner .background-box .slick-track,
.banner .video-box .slick-list,
.banner .video-box .slick-track {
  height: 100%;
  width: 100%;
}
.banner .background-box .image-wrapper,
.banner .video-box .image-wrapper {
  width: 100% !important;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.banner .enquire-button {
  display: block;
  text-decoration: none;
  position: fixed;
  top: 50%;
  right: 0;
  width: 50px;
  padding: 31px 0;
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.16px;
  background-color: rgba(100, 100, 103, 0.75);
  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;
  color: #fffcfc;
  z-index: 50;
  -webkit-transform: translateY(-54px);
          transform: translateY(-54px);
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -webkit-transform: rotate(180deg) translateY(54px);
          transform: rotate(180deg) translateY(54px);
}
@media (min-width: 991.98px) {
  .banner .enquire-button:hover {
    color: #982d3f;
  }
}
.banner .container {
  position: relative;
  height: 100%;
}
.banner .content {
  height: 100%;
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  min-height: calc(var(--vh, 1vh) * 100);
  padding: 150px 0 143px;
  position: relative;
  width: 100%;
  max-width: 1236px;
  margin: 0 auto;
}
.banner h1 {
  max-width: 745px;
  margin-bottom: 20px;
  font-size: 90px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.03;
  letter-spacing: normal;
  color: #ffffff;
  text-align: left;
}
@media (max-width: 1200px) {
  .banner h1 {
    font-size: 70px;
  }
}
@media (max-width: 991.98px) {
  .banner h1 {
    font-size: 60px;
  }
}
@media (max-width: 767.98px) {
  .banner h1 {
    font-size: 45px;
  }
}
.banner h1 span {
  font-family: "Dallas-Light", sans-serif;
}
.banner .button {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0.18px;
  font-family: "Inter", sans-serif;
  text-align: left;
  color: #ffffff;
  display: block;
  text-decoration: none;
  margin-left: 9px;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 20px;
  overflow: hidden;
  padding-right: 6px;
}
@media (max-width: 991.98px) {
  .banner .button {
    padding-bottom: 0;
  }
}
.banner .button:before {
  content: "\e906";
  font-family: "icomoon";
  font-size: 8px;
  position: absolute;
  bottom: 10px;
  left: 0px;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  max-width: calc(100vh - 120px);
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
@media (max-width: 767.98px) {
  .banner .button:before {
    display: none;
  }
}
@media (max-width: 1200px) {
  .banner .button {
    margin-left: 0;
  }
}
.banner .button:hover:before {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.banner .click-scroll {
  position: absolute;
  bottom: 74px;
  left: calc(50% - 17px);
  width: 34px;
  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;
  cursor: pointer;
}
@media (min-width: 991.98px) {
  .banner .click-scroll:hover span:before {
    color: #982d3f;
  }
}
.banner .click-scroll span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: up-down-1 2s ease-in-out infinite;
          animation: up-down-1 2s ease-in-out infinite;
}
.banner .click-scroll span:before {
  font-size: 50px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #ffffff;
}

@-webkit-keyframes up-down-1 {
  0% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  50% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}

@keyframes up-down-1 {
  0% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  50% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}
.banner-inside {
  position: relative;
  z-index: 500;
  margin-bottom: 103px;
}
@media (max-width: 991.98px) {
  .banner-inside {
    margin-bottom: 60px;
  }
}
@media (max-width: 767.98px) {
  .banner-inside {
    margin-bottom: 40px;
  }
}
.banner-inside .enquire-button {
  display: block;
  text-decoration: none;
  position: fixed;
  top: 50%;
  right: 0;
  width: 50px;
  padding: 18px 0;
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.16px;
  background-color: rgba(100, 100, 103, 0.75);
  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;
  color: #fffcfc;
  z-index: 50;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -webkit-transform: rotate(180deg) translateY(54px);
          transform: rotate(180deg) translateY(54px);
}
@media (min-width: 991.98px) {
  .banner-inside .enquire-button:hover {
    color: #982d3f;
  }
}
.banner-inside .content {
  padding-top: 243px;
  max-width: 1340px;
  margin: 0 auto;
}
@media (max-width: 991.98px) {
  .banner-inside .content {
    padding-top: 160px;
  }
}
.banner-inside .text-content {
  width: 100%;
  margin: 0 auto 73px;
}
@media (max-width: 991.98px) {
  .banner-inside .text-content {
    margin-bottom: 35px;
  }
}
.banner-inside .text-content h1 {
  text-transform: uppercase;
  font-family: "Dallas-Regular", sans-serif;
  font-size: 56px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0.45px;
  text-align: center;
  color: #58565c;
  margin-bottom: 22px;
}
@media (max-width: 1200px) {
  .banner-inside .text-content h1 {
    font-size: 52px;
  }
}
@media (max-width: 991.98px) {
  .banner-inside .text-content h1 {
    font-size: 45px;
  }
}
@media (max-width: 767.98px) {
  .banner-inside .text-content h1 {
    font-size: 38px;
  }
}
.banner-inside .text-content h1 span {
  color: #982d3f;
}
.banner-inside .text-content p {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 2.3;
  letter-spacing: normal;
  text-align: center;
  color: #58565c;
  margin: 0;
  line-height: 1.2;
  letter-spacing: 0.2px;
  max-width: 543px;
  margin: 0 auto;
  max-width: 658px;
}
@media (max-width: 991.98px) {
  .banner-inside .text-content p {
    font-size: 18px;
  }
}
.banner-inside .image-content {
  width: 100%;
}
.banner-inside .image-content .image-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.banner-inside.only-image {
  margin-bottom: 59px;
}
@media (max-width: 767.98px) {
  .banner-inside.only-image {
    margin-bottom: 40px;
  }
}
.banner-inside.only-image .content {
  max-width: 1100px;
  padding-top: 195px;
}
@media (max-width: 991.98px) {
  .banner-inside.only-image .content {
    padding-top: 160px;
  }
}
.banner-inside.only-image .text-content {
  display: none;
}

aside.enquire-box {
  position: relative;
  z-index: 1001;
}
aside.enquire-box .enquire-button {
  display: block;
  text-decoration: none;
  position: fixed;
  top: 50%;
  right: 0;
  width: 50px;
  padding: 31px 0;
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.16px;
  background-color: rgba(100, 100, 103, 0.75);
  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;
  color: #fffcfc;
  z-index: 50;
  -webkit-transform: translateY(-54px);
          transform: translateY(-54px);
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -webkit-transform: rotate(180deg) translateY(54px);
          transform: rotate(180deg) translateY(54px);
}
@media (min-width: 991.98px) {
  aside.enquire-box .enquire-button:hover {
    color: #000000;
    background-color: rgba(217, 217, 217, 0.5);
  }
}

.images-wall {
  margin: 66px 0;
}
@media (max-width: 991.98px) {
  .images-wall {
    margin: 60px 0;
  }
}
@media (max-width: 767.98px) {
  .images-wall {
    margin: 40px 0;
  }
}
.images-wall .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1100px;
  margin: 0 auto;
  gap: 66px 48px;
}
@media (max-width: 991.98px) {
  .images-wall .content {
    gap: 40px;
  }
}
@media (max-width: 767.98px) {
  .images-wall .content {
    gap: 20px;
  }
}
.images-wall .inner-image .image-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.images-wall .inner-image.full-image {
  width: 100%;
}
.images-wall .inner-image.half-image {
  width: calc(50% - 24px);
  margin-top: 10px;
}
@media (max-width: 991.98px) {
  .images-wall .inner-image.half-image {
    width: calc(50% - 20px);
    margin-top: 0;
  }
}
@media (max-width: 767.98px) {
  .images-wall .inner-image.half-image {
    width: calc(50% - 10px);
  }
}
@media (max-width: 575.98px) {
  .images-wall .inner-image.half-image {
    width: 100%;
  }
}
.images-wall + .image-and-form {
  margin: 66px 0 107px;
}
@media (max-width: 991.98px) {
  .images-wall + .image-and-form {
    margin: 60px 0;
  }
}
@media (max-width: 767.98px) {
  .images-wall + .image-and-form {
    margin: 40px 0;
  }
}
.images-wall.is-trio .images-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 48px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 991.98px) {
  .images-wall.is-trio .images-wrapper {
    gap: 40px;
  }
}
@media (max-width: 767.98px) {
  .images-wall.is-trio .images-wrapper {
    gap: 20px;
  }
}
.images-wall.is-trio .image-left,
.images-wall.is-trio .image-right {
  width: calc(50% - 24px);
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media (max-width: 991.98px) {
  .images-wall.is-trio .image-left,
  .images-wall.is-trio .image-right {
    width: calc(50% - 20px);
    margin-top: 0;
  }
}
@media (max-width: 767.98px) {
  .images-wall.is-trio .image-left,
  .images-wall.is-trio .image-right {
    width: calc(50% - 10px);
  }
}
@media (max-width: 575.98px) {
  .images-wall.is-trio .image-left,
  .images-wall.is-trio .image-right {
    width: 100%;
  }
}
.images-wall.is-trio .image-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.images-wall:nth-last-child(2) {
  margin-bottom: 268px;
}
@media (max-width: 991.98px) {
  .images-wall:nth-last-child(2) {
    margin-bottom: 60px;
  }
}
@media (max-width: 767.98px) {
  .images-wall:nth-last-child(2) {
    margin-bottom: 40px;
  }
}

.image-and-form {
  margin: 66px 0 224px;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .image-and-form {
    margin: 60px 0;
  }
}
@media (max-width: 767.98px) {
  .image-and-form {
    margin: 40px 0;
  }
}
.image-and-form .content {
  max-width: 1347px;
  margin: 0 auto;
  -webkit-transform: translateX(-23px);
          transform: translateX(-23px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1200px) {
  .image-and-form .content {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@media (max-width: 991.98px) {
  .image-and-form .content {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.image-and-form .image-content {
  width: 49.74%;
}
@media (max-width: 767.98px) {
  .image-and-form .image-content {
    width: 100%;
  }
}
.image-and-form .image-content .image-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  aspect-ratio: 670/682;
}
.image-and-form .image-content .image-wrapper img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.image-and-form .form-content {
  width: 48%;
  max-width: 501px;
  padding: 41px 0 20px;
}
@media (max-width: 1200px) {
  .image-and-form .form-content {
    padding: 20px 0;
  }
}
@media (max-width: 991.98px) {
  .image-and-form .form-content {
    padding: 0;
  }
}
@media (max-width: 767.98px) {
  .image-and-form .form-content {
    width: 100%;
    margin-top: 30px;
    max-width: 100%;
  }
}
.image-and-form .form-content h2 {
  font-family: "Dallas-Regular", sans-serif;
  font-size: 32px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: left;
  line-height: 1.2;
  letter-spacing: 0.32px;
  margin-bottom: 25px;
  text-transform: uppercase;
  color: #58565c;
}
@media (max-width: 1200px) {
  .image-and-form .form-content h2 {
    font-size: 30px;
  }
}
@media (max-width: 991.98px) {
  .image-and-form .form-content h2 {
    font-size: 28px;
  }
}
@media (max-width: 767.98px) {
  .image-and-form .form-content h2 {
    font-size: 25px;
  }
}
.image-and-form .form-content form .form-group,
.image-and-form .form-content form .gfield {
  margin-bottom: 8px;
}
.image-and-form .form-content form .form-group input,
.image-and-form .form-content form .form-group textarea,
.image-and-form .form-content form .gfield input,
.image-and-form .form-content form .gfield textarea {
  padding: 7px 0;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 2.3;
  letter-spacing: normal;
  line-height: 1.68;
  letter-spacing: 0.2px;
  resize: none;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #000000;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  color: #58565c;
}
@media (max-width: 991.98px) {
  .image-and-form .form-content form .form-group input,
  .image-and-form .form-content form .form-group textarea,
  .image-and-form .form-content form .gfield input,
  .image-and-form .form-content form .gfield textarea {
    font-size: 18px;
  }
}
.image-and-form .form-content form .form-group input[type=email],
.image-and-form .form-content form .gfield input[type=email] {
  padding: 11px 0;
}
.image-and-form .form-content form .form-group:nth-child(2),
.image-and-form .form-content form .gfield:nth-child(2) {
  margin-bottom: 19px;
}
.image-and-form .form-content form .form-group:nth-child(3),
.image-and-form .form-content form .gfield:nth-child(3) {
  margin-bottom: 17px;
}
.image-and-form .form-content form .form-submit,
.image-and-form .form-content form .gform-footer {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 62px 0 0 auto;
  -webkit-transform: translateX(2px);
          transform: translateX(2px);
}
.image-and-form .form-content form .form-submit input,
.image-and-form .form-content form .gform-footer input {
  font-family: "Inter", sans-serif !important;
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.16px;
  line-height: 1.2 !important;
  letter-spacing: 0.16px !important;
  font-weight: normal !important;
  text-transform: uppercase !important;
  -webkit-transition: all 0.3s !important;
  transition: all 0.3s !important;
  color: #58565c !important;
  font-size: 16px !important;
  font-weight: normal !important;
  line-height: 1.5 !important;
  letter-spacing: 0.16px !important;
  text-transform: uppercase !important;
  transition: all 0.3s !important;
  color: #58565c !important;
  background-color: transparent !important;
  border-radius: 0 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: none !important;
  border: none !important;
}
@media (min-width: 991.98px) {
  .image-and-form .form-content form .form-submit input:hover,
  .image-and-form .form-content form .gform-footer input:hover {
    color: #982d3f !important;
  }
}
.image-and-form .form-content form .form-submit input:focus-visible,
.image-and-form .form-content form .gform-footer input:focus-visible {
  border: 1px solid #58565c I !important;
}
.image-and-form .form-content form .form-submit .gform-loader,
.image-and-form .form-content form .gform-footer .gform-loader {
  position: absolute !important;
  left: -14px !important;
  border-block-end-color: #58565c !important;
  border-inline-start-color: #58565c !important;
}
.image-and-form .wpcf7-not-valid-tip {
  display: none;
}
.image-and-form input.wpcf7-not-valid {
  border-bottom-color: #982d3f !important;
}
.image-and-form textarea.wpcf7-not-valid {
  border-bottom-color: #982d3f !important;
}
.image-and-form .form-submit .wpcf7-spinner {
  top: -2px;
  right: unset;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  left: -29px;
}
.image-and-form .wpcf7 form.invalid .wpcf7-response-output {
  color: #982d3f;
}
.image-and-form .wpcf7 form.spam .wpcf7-response-output {
  margin: 0;
  padding: 0;
  margin-top: 20px;
  border: none;
}
.image-and-form .gform-theme--framework .gform_validation_errors .gform_submission_error {
  margin: 0;
}
.image-and-form .gform-theme--framework .gform_validation_errors {
  border: none !important;
  outline: none !important;
  background-color: transparent !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  padding: 0 !important;
}

.projects-gallery {
  margin: 172px 0 150px;
}
@media (max-width: 991.98px) {
  .projects-gallery {
    margin: 60px 0;
  }
}
@media (max-width: 767.98px) {
  .projects-gallery {
    margin: 40px 0;
  }
}
.projects-gallery .content {
  max-width: 1340px;
  margin: 0 auto;
}
.projects-gallery .inner-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 103px 20px;
}
@media (max-width: 991.98px) {
  .projects-gallery .inner-cards {
    gap: 50px 20px;
  }
}
@media (max-width: 767.98px) {
  .projects-gallery .inner-cards {
    gap: 30px;
  }
}
.projects-gallery .card {
  display: block;
  text-decoration: none;
  width: calc(33.33% - 14.3333px);
}
@media (min-width: 991.98px) {
  .projects-gallery .card:hover .image-content img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
@media (max-width: 991.98px) {
  .projects-gallery .card {
    width: calc(50% - 10px);
  }
}
@media (max-width: 767.98px) {
  .projects-gallery .card {
    width: 100%;
  }
}
.projects-gallery .card:nth-child(3n) {
  margin-left: 3px;
}
@media (max-width: 991.98px) {
  .projects-gallery .card:nth-child(3n) {
    margin-left: 0;
  }
}
.projects-gallery .image-content {
  width: 100%;
}
.projects-gallery .image-content .image-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  aspect-ratio: 432/550;
  margin-bottom: 25px;
  overflow: hidden;
}
.projects-gallery .image-content .image-wrapper img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.projects-gallery .text-content p {
  text-transform: uppercase;
  margin: 0;
  font-family: "Dallas-Regular", sans-serif;
  font-size: 25px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  line-height: 1.28;
  letter-spacing: 0.25px;
  color: #58565c;
  max-width: 360px;
}
@media (max-width: 991.98px) {
  .projects-gallery .text-content p {
    font-size: 20px;
  }
}
@media (max-width: 991.98px) {
  .projects-gallery .text-content p {
    max-width: 100%;
  }
}
.projects-gallery + .text-slider {
  margin: 60px 0 65px;
}
@media (max-width: 991.98px) {
  .projects-gallery + .text-slider {
    margin: 60px 0;
  }
}
@media (max-width: 767.98px) {
  .projects-gallery + .text-slider {
    margin: 40px 0;
  }
}

.text-and-change-images {
  margin: 147px 0 154px;
}
@media (max-width: 991.98px) {
  .text-and-change-images {
    margin: 60px 0;
  }
}
@media (max-width: 767.98px) {
  .text-and-change-images {
    margin: 40px 0;
  }
}
.text-and-change-images .content {
  margin: 0 auto;
  max-width: 1290px;
  padding-right: 19px;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 1200px) {
  .text-and-change-images .content {
    padding-right: 0;
  }
}
.text-and-change-images .image-content {
  width: 55.4%;
  position: relative;
  background-color: transparent;
}
@media (max-width: 991.98px) {
  .text-and-change-images .image-content {
    width: 100%;
  }
}
.text-and-change-images .image-content * {
  background-color: transparent;
}
.text-and-change-images .img .img-comp-container .twentytwenty-overlay {
  display: none !important;
}
.text-and-change-images .img .img-comp-container .twentytwenty-handle {
  display: block;
  border-radius: 0;
  margin: 0;
  padding: 0;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  position: absolute;
  z-index: 1;
  top: 0;
  width: 4px;
  cursor: pointer;
  height: 100%;
  z-index: 24;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 767.98px) {
  .text-and-change-images .img .img-comp-container .twentytwenty-handle {
    width: 3px;
  }
}
.text-and-change-images .img .img-comp-container .twentytwenty-handle:before {
  content: "";
  position: absolute;
  width: 100%;
  height: calc(50% - 22.5px);
  background-color: #ffffff;
  top: 0;
  left: 0;
  bottom: unset;
  margin: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media (max-width: 575.98px) {
  .text-and-change-images .img .img-comp-container .twentytwenty-handle:before {
    height: calc(50% - 15px);
  }
}
.text-and-change-images .img .img-comp-container .twentytwenty-handle:after {
  content: "";
  position: absolute;
  width: 100%;
  height: calc(50% - 22.5px);
  background-color: #ffffff;
  bottom: 0;
  left: 0;
  top: unset;
  margin: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media (max-width: 575.98px) {
  .text-and-change-images .img .img-comp-container .twentytwenty-handle:after {
    height: calc(50% - 15px);
  }
}
.text-and-change-images .img .img-comp-container .twentytwenty-handle .twentytwenty-left-arrow {
  content: "";
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin: 0;
  padding: 0;
  width: 45px;
  height: 45px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 20;
  background-image: url(../images/button.svg);
}
@media (max-width: 575.98px) {
  .text-and-change-images .img .img-comp-container .twentytwenty-handle .twentytwenty-left-arrow {
    width: 30px;
    height: 30px;
  }
}
.text-and-change-images .img .img-comp-container .twentytwenty-handle .twentytwenty-right-arrow {
  display: none !important;
}
.text-and-change-images .img .img-comp-container .twentytwenty-handle.at-right:before {
  opacity: 0;
}
.text-and-change-images .img .img-comp-container .twentytwenty-handle.at-right:after {
  opacity: 0;
}
.text-and-change-images .img .img-comp-container .twentytwenty-handle.at-left:before {
  opacity: 0;
}
.text-and-change-images .img .img-comp-container .twentytwenty-handle.at-left:after {
  opacity: 0;
}
.text-and-change-images .text-content {
  width: 34.9769%;
  padding: 20px 0 60px;
}
@media (max-width: 1200px) {
  .text-and-change-images .text-content {
    width: 40%;
    padding: 20px 0;
  }
}
@media (max-width: 991.98px) {
  .text-and-change-images .text-content {
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
  }
}
.text-and-change-images .text-content h2 {
  font-family: "Dallas-Regular", sans-serif;
  text-transform: uppercase;
  font-size: 38px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0.38px;
  line-height: 1.21;
  letter-spacing: 0.38px;
  color: #58565c;
  margin-bottom: 60px;
}
@media (max-width: 1200px) {
  .text-and-change-images .text-content h2 {
    font-size: 32px;
  }
}
@media (max-width: 991.98px) {
  .text-and-change-images .text-content h2 {
    font-size: 30px;
  }
}
@media (max-width: 767.98px) {
  .text-and-change-images .text-content h2 {
    font-size: 28px;
  }
}
@media (max-width: 991.98px) {
  .text-and-change-images .text-content h2 {
    margin-bottom: 25px;
  }
}
.text-and-change-images .text-content p {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0.18px;
  line-height: 1.2;
  letter-spacing: 0.18px;
  margin: 0;
  color: #58565c;
  -webkit-transform: translateX(-2px);
          transform: translateX(-2px);
}
@media (max-width: 1200px) {
  .text-and-change-images .text-content p {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
.text-and-change-images + .cards-slider {
  margin: 110px 0 118px;
}
@media (max-width: 991.98px) {
  .text-and-change-images + .cards-slider {
    margin: 60px 0;
  }
}
@media (max-width: 767.98px) {
  .text-and-change-images + .cards-slider {
    margin: 40px 0;
  }
}

.intro-step {
  background-color: rgba(217, 217, 217, 0.2);
  margin: 119px 0 147px;
}
@media (max-width: 991.98px) {
  .intro-step {
    margin: 60px 0;
  }
}
@media (max-width: 767.98px) {
  .intro-step {
    margin: 40px 0;
  }
}
.intro-step .content {
  max-width: 1304px;
  margin: 0 auto;
  padding-left: 8px;
}
@media (max-width: 991.98px) {
  .intro-step .content {
    padding-top: 60px;
  }
}
@media (max-width: 767.98px) {
  .intro-step .content {
    padding-top: 40px;
  }
}
.intro-step .title {
  border-bottom: 1px solid #c4c4c4;
  padding-bottom: 16px;
  position: sticky;
  top: 95px;
  left: 0;
  padding-top: 132px;
  z-index: 500;
  background-color: #F7F7F7;
  padding-left: 2px;
  padding-right: 2px;
  margin: 0 -2px;
}
@media (max-width: 991.98px) {
  .intro-step .title {
    position: static;
  }
}
.intro-step .title h2 {
  font-family: "Dallas-Regular", sans-serif;
  font-size: 45px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0.45px;
  line-height: 1.2;
  letter-spacing: 0.45px;
  color: #58565c;
  text-transform: uppercase;
  margin: 0;
}
@media (max-width: 1200px) {
  .intro-step .title h2 {
    font-size: 38px;
  }
}
@media (max-width: 991.98px) {
  .intro-step .title h2 {
    font-size: 32px;
  }
}
@media (max-width: 767.98px) {
  .intro-step .title h2 {
    font-size: 30px;
  }
}
@media (max-width: 1200px) {
  .intro-step .title h2 {
    font-size: 45px;
  }
}
@media (max-width: 991.98px) {
  .intro-step .title h2 {
    font-size: 32px;
  }
}
@media (max-width: 767.98px) {
  .intro-step .title h2 {
    font-size: 30px;
  }
}
.intro-step .cards-box {
  margin: 0 -10px;
}
.intro-step .cards-box .pin-spacer {
  margin-bottom: 297px !important;
}
.intro-step .cards-box .card {
  padding: 70px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: #F7F7F7;
  padding-left: 10px !important;
  padding-right: 10px !important;
  height: calc(100vh - 271px);
  height: calc(100vh - 297px);
}
@media (max-width: 991.98px) {
  .intro-step .cards-box .card {
    padding: 30px 0;
  }
}
@media (max-width: 767.98px) {
  .intro-step .cards-box .card {
    position: static;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}
.intro-step .cards-box .card:nth-child(1) {
  padding: 41px 0 70px;
}
@media (max-width: 991.98px) {
  .intro-step .cards-box .card:nth-child(1) {
    padding: 30px 0;
  }
}
.intro-step .cards-box .card:nth-child(2) {
  padding: 84px 0 58px;
}
@media (max-width: 991.98px) {
  .intro-step .cards-box .card:nth-child(2) {
    padding: 30px 0;
  }
}
.intro-step .cards-box .card:nth-child(3) {
  padding: 63px 0 64px;
}
@media (max-width: 991.98px) {
  .intro-step .cards-box .card:nth-child(3) {
    padding: 30px 0;
  }
}
.intro-step .cards-box .card:nth-child(4) {
  padding: 77px 0 66px;
}
@media (max-width: 991.98px) {
  .intro-step .cards-box .card:nth-child(4) {
    padding: 30px 0;
  }
}
.intro-step .cards-box .card:nth-child(5) {
  padding: 75px 0 60px;
}
@media (max-width: 991.98px) {
  .intro-step .cards-box .card:nth-child(5) {
    padding: 30px 0;
  }
}
.intro-step .cards-box .card:nth-child(6) {
  padding: 75px 0 62px;
}
@media (max-width: 991.98px) {
  .intro-step .cards-box .card:nth-child(6) {
    padding: 30px 0 60px;
  }
}
@media (max-width: 767.98px) {
  .intro-step .cards-box .card:nth-child(6) {
    padding: 30px 0 40px;
  }
}
.intro-step .cards-box .text-content {
  max-width: 487px;
  width: calc(49% - 15px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767.98px) {
  .intro-step .cards-box .text-content {
    width: 100%;
    max-width: 100%;
  }
}
.intro-step .cards-box .text-content .text-up {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.intro-step .cards-box .text-content .text-up p {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.16px;
  font-weight: normal;
  line-height: 1.45;
  letter-spacing: 0.16px;
  margin: 0;
  color: #58565c;
}
.intro-step .cards-box .text-content .text-down {
  -webkit-transform: translate(-2px, 2px);
          transform: translate(-2px, 2px);
}
@media (max-width: 1200px) {
  .intro-step .cards-box .text-content .text-down {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
.intro-step .cards-box .text-content .text-down .serial-number {
  font-family: "Dallas-Regular", sans-serif;
  font-size: 45px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0.45px;
  line-height: 1.02;
  letter-spacing: 0.45px;
  margin-bottom: 6px;
  color: #58565c;
}
@media (max-width: 1200px) {
  .intro-step .cards-box .text-content .text-down .serial-number {
    font-size: 38px;
  }
}
@media (max-width: 991.98px) {
  .intro-step .cards-box .text-content .text-down .serial-number {
    font-size: 32px;
  }
}
@media (max-width: 767.98px) {
  .intro-step .cards-box .text-content .text-down .serial-number {
    font-size: 30px;
  }
}
.intro-step .cards-box .text-content .text-down h3 {
  margin: 0;
  font-family: "Dallas-Regular", sans-serif;
  text-transform: uppercase;
  font-size: 25px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  line-height: 1.44;
  letter-spacing: 0.25px;
  color: #58565c;
}
@media (max-width: 991.98px) {
  .intro-step .cards-box .text-content .text-down h3 {
    font-size: 20px;
  }
}
.intro-step .cards-box .image-content {
  max-width: 640px;
  width: calc(51% - 15px);
}
@media (max-width: 767.98px) {
  .intro-step .cards-box .image-content {
    width: 100%;
    max-width: 100%;
  }
}
.intro-step .cards-box .image-content .image-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.intro-step .cards-box .image-content .image-wrapper img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.our-team {
  margin: 134px 0 208px;
}
@media (max-width: 991.98px) {
  .our-team {
    margin: 60px 0;
  }
}
@media (max-width: 767.98px) {
  .our-team {
    margin: 40px 0;
  }
}
.our-team .content {
  max-width: 1312px;
  margin: 0 auto;
  padding-left: 6px;
}
@media (max-width: 991.98px) {
  .our-team .content {
    padding-left: 0;
  }
}
.our-team .text-up {
  width: calc(100% - 6px);
  margin: 0 auto;
  padding-bottom: 49px;
  border-bottom: 2px solid #f5f5f5;
}
@media (max-width: 991.98px) {
  .our-team .text-up {
    padding-bottom: 20px;
    width: 100%;
  }
}
.our-team .text-up h2 {
  font-family: "Dallas-Regular", sans-serif;
  text-transform: uppercase;
  font-size: 38px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0.38px;
  text-align: center;
  color: #58565c;
  max-width: 859px;
  margin: 0 auto 48px;
}
@media (max-width: 1200px) {
  .our-team .text-up h2 {
    font-size: 32px;
  }
}
@media (max-width: 991.98px) {
  .our-team .text-up h2 {
    font-size: 30px;
  }
}
@media (max-width: 767.98px) {
  .our-team .text-up h2 {
    font-size: 28px;
  }
}
@media (max-width: 991.98px) {
  .our-team .text-up h2 {
    margin-bottom: 20px;
  }
}
.our-team .text-up p {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.16px;
  font-weight: normal;
  line-height: 1.46;
  letter-spacing: 0.16px;
  text-align: center;
  color: #58565c;
  max-width: 859px;
  margin: 0 auto 30px;
}
@media (max-width: 991.98px) {
  .our-team .text-up p {
    margin-bottom: 30px;
  }
}
.our-team .cards-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 132px 54px;
  padding-top: 83px;
  gap: 66px 54px;
}
@media (max-width: 991.98px) {
  .our-team .cards-box {
    gap: 30px;
    padding-top: 50px;
  }
}
.our-team .cards-box .card {
  width: calc(33.33% - 43px);
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 991.98px) {
  .our-team .cards-box .card {
    width: calc(50% - 15px);
  }
}
@media (max-width: 767.98px) {
  .our-team .cards-box .card {
    width: 100%;
  }
}
.our-team .cards-box .card:nth-child(3n+1) {
  margin-right: 14px;
  width: calc(33.33% - 36px);
}
@media (max-width: 991.98px) {
  .our-team .cards-box .card:nth-child(3n+1) {
    margin-right: 0;
    width: calc(50% - 15px);
  }
}
@media (max-width: 767.98px) {
  .our-team .cards-box .card:nth-child(3n+1) {
    width: 100%;
  }
}
.our-team .cards-box .card .text-content {
  margin-bottom: 50px;
}
@media (max-width: 991.98px) {
  .our-team .cards-box .card .text-content {
    margin-bottom: 20px;
  }
}
.our-team .cards-box .card .text-content .name {
  font-family: "Dallas-Regular", sans-serif;
  font-size: 25px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  line-height: 1.84;
  letter-spacing: 0.25px;
  margin-bottom: -4px;
  color: #58565c;
  text-transform: uppercase;
}
@media (max-width: 991.98px) {
  .our-team .cards-box .card .text-content .name {
    font-size: 20px;
  }
}
.our-team .cards-box .card .text-content .position {
  font-family: "Dallas-Regular", sans-serif;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 2.3;
  letter-spacing: normal;
  line-height: 1.6;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  margin-bottom: 48px;
  color: #58565c;
}
@media (max-width: 991.98px) {
  .our-team .cards-box .card .text-content .position {
    font-size: 18px;
  }
}
@media (max-width: 991.98px) {
  .our-team .cards-box .card .text-content .position {
    margin-bottom: 20px;
  }
}
.our-team .cards-box .card .text-content p {
  margin: 0;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.16px;
  line-height: 1.43;
  letter-spacing: 0.16px;
  color: #58565c;
  font-weight: normal;
}
.our-team .cards-box .card .image-content {
  width: 100%;
  max-width: 393px;
}
@media (max-width: 991.98px) {
  .our-team .cards-box .card .image-content {
    max-width: 100%;
  }
}
.our-team .cards-box .card .image-content .image-wrapper {
  aspect-ratio: 392/398;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.our-team .cards-box .card .image-content .image-wrapper img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.intro-image {
  margin: 209px 0 136px;
  margin: 150px 0 136px;
}
@media (max-width: 991.98px) {
  .intro-image {
    margin: 60px 0;
  }
}
@media (max-width: 767.98px) {
  .intro-image {
    margin: 40px 0;
  }
}
.intro-image .content {
  margin: 0 auto;
  max-width: 1340px;
}
.intro-image .content .inner-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.text-slider {
  margin: 60px 0 133px;
  background-color: rgba(217, 217, 217, 0.5);
  position: relative;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .text-slider {
    margin: 60px 0;
  }
}
@media (max-width: 767.98px) {
  .text-slider {
    margin: 40px 0;
  }
}
.text-slider .content {
  max-width: 974px;
  margin: 0 auto;
  padding: 185px 0 114px;
}
@media (max-width: 991.98px) {
  .text-slider .content {
    padding: 60px 0;
  }
}
@media (max-width: 767.98px) {
  .text-slider .content {
    padding: 40px 0;
  }
}
.text-slider .back-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% - 90px);
  max-width: 342px;
  position: absolute;
  bottom: 0;
  right: 45px;
}
.text-slider .back-image img {
  width: 100%;
}
.text-slider .text-box-slider {
  margin-bottom: 98px;
  cursor: -webkit-grab;
  cursor: grab;
}
.text-slider .text-box-slider .slick-list {
  margin-right: -20px;
}
.text-slider .text-box-slider .text-box {
  margin-right: 20px;
}
.text-slider .text-box-slider blockquote {
  padding: 0;
  margin-bottom: 49px;
}
.text-slider .text-box-slider blockquote p {
  font-family: "Dallas-Regular", sans-serif;
  font-size: 25px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: center;
  color: #58565c;
  text-transform: uppercase;
}
@media (max-width: 991.98px) {
  .text-slider .text-box-slider blockquote p {
    font-size: 20px;
  }
}
.text-slider .text-box-slider blockquote p span {
  color: #b1b1b1;
}
.text-slider .text-box-slider cite {
  font-family: "Dallas-Regular", sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0.18px;
  color: #58565c;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
  letter-spacing: normal;
  margin-left: -7px;
}
@media (max-width: 1200px) {
  .text-slider .text-box-slider cite {
    margin-left: 0;
  }
}
.text-slider .inner-buttons .prev-next {
  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;
  gap: 33px;
}
.text-slider .inner-buttons .prev-next span:before {
  font-size: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.text-slider .inner-buttons .prev-next span {
  cursor: pointer;
}
@media (min-width: 991.98px) {
  .text-slider .inner-buttons .prev-next span:hover:before {
    color: #982d3f;
  }
}

body.home .cards-slider {
  margin: 110px 0 83px;
}
@media (max-width: 991.98px) {
  body.home .cards-slider {
    margin: 60px 0;
  }
}
@media (max-width: 767.98px) {
  body.home .cards-slider {
    margin: 40px 0;
  }
}

.cards-slider {
  margin: 238px 0 83px;
  margin: 110px 0 79px;
}
@media (max-width: 991.98px) {
  .cards-slider {
    margin: 60px 0;
  }
}
@media (max-width: 767.98px) {
  .cards-slider {
    margin: 40px 0;
  }
}
.cards-slider .container {
  padding-right: 0;
}
@media (min-width: 1512px) {
  .cards-slider .container {
    max-width: 100%;
    padding-right: 0;
    padding-left: calc(50% - 676px);
  }
}
.cards-slider .content {
  padding-left: 6px;
}
@media (max-width: 1200px) {
  .cards-slider .content {
    padding-left: 0;
  }
}
.cards-slider h2 {
  font-family: "Dallas-Regular", sans-serif;
  font-size: 38px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0.38px;
  text-transform: uppercase;
  margin-bottom: 32px;
  color: #58565c;
  padding-right: 60px;
  letter-spacing: normal;
}
@media (max-width: 1200px) {
  .cards-slider h2 {
    font-size: 32px;
  }
}
@media (max-width: 991.98px) {
  .cards-slider h2 {
    font-size: 30px;
  }
}
@media (max-width: 767.98px) {
  .cards-slider h2 {
    font-size: 28px;
  }
}
@media (min-width: 1512px) {
  .cards-slider h2 {
    padding-right: calc(50% - 676px);
  }
}
@media (max-width: 991.98px) {
  .cards-slider h2 {
    padding-right: 40px;
  }
}
@media (max-width: 575.98px) {
  .cards-slider h2 {
    padding-right: 20px;
  }
}
.cards-slider .inner-slider {
  overflow: hidden;
  margin-bottom: 24px;
  cursor: -webkit-grab;
  cursor: grab;
}
.cards-slider .inner-slider .slick-list {
  margin-right: -20px;
  padding-right: 66px;
}
.cards-slider .inner-slider .card-box {
  display: block;
  margin-right: 20px;
  text-decoration: none;
  cursor: -webkit-grab;
  cursor: grab;
}
@media (min-width: 991.98px) {
  .cards-slider .inner-slider .card-box:hover .image-content img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  .cards-slider .inner-slider .card-box:hover .text-content p {
    text-decoration-color: #58565c;
  }
}
.cards-slider .inner-slider .card-box .image-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 10px;
  overflow: hidden;
}
.cards-slider .inner-slider .card-box .image-content img {
  height: 279px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 991.98px) {
  .cards-slider .inner-slider .card-box .image-content img {
    height: 200px;
  }
}
.cards-slider .inner-slider .card-box .text-content {
  max-width: 229px;
}
.cards-slider .inner-slider .card-box .text-content p {
  font-family: "Dallas-Regular", sans-serif;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 2.3;
  letter-spacing: normal;
  line-height: 1.2;
  letter-spacing: 0.2px;
  margin: 0;
  color: #58565c;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: underline;
  text-decoration-color: transparent;
}
@media (max-width: 991.98px) {
  .cards-slider .inner-slider .card-box .text-content p {
    font-size: 18px;
  }
}
.cards-slider .inner-slider .card-box:focus-visible {
  border: 1px solid #000000;
}
.cards-slider .inner-buttons {
  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;
  gap: 20px;
  padding-right: 60px;
}
@media (min-width: 1512px) {
  .cards-slider .inner-buttons {
    padding-right: calc(50% - 676px);
  }
}
@media (max-width: 991.98px) {
  .cards-slider .inner-buttons {
    padding-right: 40px;
  }
}
@media (max-width: 575.98px) {
  .cards-slider .inner-buttons {
    padding-right: 20px;
  }
}
.cards-slider .inner-buttons .prev-next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 28px;
}
.cards-slider .inner-buttons .prev-next span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}
.cards-slider .inner-buttons .prev-next span:before {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (min-width: 991.98px) {
  .cards-slider .inner-buttons .prev-next span:hover:before {
    color: #982d3f;
  }
}
.cards-slider .inner-buttons a {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0.18px;
  color: #58565c;
  text-decoration: none;
  margin-right: 67px;
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
  position: relative;
  padding-bottom: 20px;
  overflow: hidden;
  margin-bottom: -20px;
}
@media (max-width: 991.98px) {
  .cards-slider .inner-buttons a {
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
.cards-slider .inner-buttons a:before {
  content: "";
  font-family: "icomoon";
  position: absolute;
  bottom: 10px;
  left: 0px;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  width: 100%;
  height: 10px;
  background-image: url(../images/link-3.svg);
  background-position: left center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
@media (max-width: 767.98px) {
  .cards-slider .inner-buttons a:before {
    display: none;
  }
}
.cards-slider .inner-buttons a:hover:before {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
@media (max-width: 1200px) {
  .cards-slider .inner-buttons a {
    margin-right: 0;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

.image-and-text {
  margin: 86px 0;
}
@media (max-width: 991.98px) {
  .image-and-text {
    margin: 60px 0;
  }
}
@media (max-width: 767.98px) {
  .image-and-text {
    margin: 40px 0;
  }
}
.image-and-text .content {
  max-width: 1340px;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 767.98px) {
  .image-and-text .content {
    gap: 20px;
  }
}
.image-and-text .image-content {
  width: 49.0299%;
}
@media (max-width: 767.98px) {
  .image-and-text .image-content {
    width: 100%;
  }
}
.image-and-text .image-content .image-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.image-and-text .text-content {
  width: 39%;
  padding: 20px 0 88px;
  padding-right: 51px;
}
@media (max-width: 1200px) {
  .image-and-text .text-content {
    padding-right: 0;
  }
}
@media (max-width: 991.98px) {
  .image-and-text .text-content {
    width: 45%;
    padding: 20px 0;
  }
}
@media (max-width: 767.98px) {
  .image-and-text .text-content {
    width: 100%;
    padding: 0;
  }
  .image-and-text .text-content * {
    -webkit-transform: translate3d(0) !important;
            transform: translate3d(0) !important;
  }
}
.image-and-text .text-content .subtitle {
  font-family: "Dallas-Regular", sans-serif;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 2.3;
  letter-spacing: normal;
  color: #58565c;
  text-transform: uppercase;
  margin-bottom: 1px;
}
@media (max-width: 991.98px) {
  .image-and-text .text-content .subtitle {
    font-size: 18px;
  }
}
.image-and-text .text-content .subtitle span {
  color: #982d3f;
}
.image-and-text .text-content h2 {
  font-family: "Dallas-Regular", sans-serif;
  font-size: 38px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0.38px;
  margin-bottom: 69px;
  color: #58565c;
  text-transform: uppercase;
  max-width: 391px;
}
@media (max-width: 1200px) {
  .image-and-text .text-content h2 {
    font-size: 32px;
  }
}
@media (max-width: 991.98px) {
  .image-and-text .text-content h2 {
    font-size: 30px;
  }
}
@media (max-width: 767.98px) {
  .image-and-text .text-content h2 {
    font-size: 28px;
  }
}
@media (max-width: 991.98px) {
  .image-and-text .text-content h2 {
    margin-bottom: 30px;
    max-width: 100%;
  }
}
.image-and-text .text-content h2 span {
  color: #982d3f;
}
.image-and-text .text-content p {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.16px;
  font-weight: normal;
  color: #58565c;
  margin-bottom: 52px;
  max-width: 403px;
  line-height: 1.43;
  letter-spacing: 0.32px;
  margin-top: 86px;
}
@media (max-width: 991.98px) {
  .image-and-text .text-content p {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.image-and-text .text-content a.link {
  display: block;
  text-decoration: none;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.16px;
  font-weight: normal;
  color: #58565c;
  line-height: 1.2;
  letter-spacing: 0.16px;
  text-transform: capitalize;
  position: relative;
  padding-bottom: 20px;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .image-and-text .text-content a.link {
    padding-bottom: 0;
  }
}
.image-and-text .text-content a.link:before {
  content: "";
  font-family: "icomoon";
  position: absolute;
  bottom: 10px;
  left: 0px;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  width: 100%;
  height: 10px;
  background-image: url(../images/link-3.svg);
  background-position: left center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
@media (max-width: 767.98px) {
  .image-and-text .text-content a.link:before {
    display: none;
  }
}
.image-and-text .text-content a.link:hover:before {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.image-and-text .text-content .inner-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px 114px;
}
@media (max-width: 991.98px) {
  .image-and-text .text-content .inner-buttons {
    gap: 20px;
  }
}
.image-and-text.style-1 {
  margin: 133px 0 156px;
}
@media (max-width: 991.98px) {
  .image-and-text.style-1 {
    margin: 60px 0;
  }
}
@media (max-width: 767.98px) {
  .image-and-text.style-1 {
    margin: 40px 0;
  }
}
.image-and-text.style-1 .image-content {
  padding-left: 20px;
}
@media (max-width: 1200px) {
  .image-and-text.style-1 .image-content {
    padding-left: 0;
  }
}
.image-and-text.style-1 .text-content {
  width: 40.6%;
  padding-right: 0;
  padding: 69px 0 20px;
}
@media (max-width: 991.98px) {
  .image-and-text.style-1 .text-content {
    width: 45%;
    padding: 20px 0;
  }
}
@media (max-width: 767.98px) {
  .image-and-text.style-1 .text-content {
    width: 100%;
    padding: 0;
  }
}
.image-and-text.style-1 .text-content a.link {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0.18px;
}
.image-and-text.style-1 .text-content h2 {
  letter-spacing: normal;
}
@media (max-width: 1200px) {
  .image-and-text.style-1 .text-content h2 {
    max-width: 100%;
  }
}
.image-and-text.style-1 .text-content h2 span {
  display: block;
}
@media (max-width: 1200px) {
  .image-and-text.style-1 .text-content h2 br {
    display: none;
  }
}
.image-and-text.style-2 .image-content {
  width: 50%;
}
@media (max-width: 767.98px) {
  .image-and-text.style-2 .image-content {
    width: 100%;
  }
}
.image-and-text.style-2 .text-content {
  width: 40.9%;
  padding: 40px 0 38px;
}
@media (max-width: 991.98px) {
  .image-and-text.style-2 .text-content {
    width: 45%;
    padding: 20px 0;
  }
}
@media (max-width: 767.98px) {
  .image-and-text.style-2 .text-content {
    width: 100%;
    padding: 0;
  }
}
.image-and-text.style-2 .text-content h2 {
  margin-bottom: 49px;
}
.image-and-text.style-2 .text-content p {
  margin-top: 49px;
  letter-spacing: 0.16px;
  max-width: 482px;
  margin-bottom: 47px;
}
.image-and-text.style-2 .text-content .inner-buttons {
  margin-left: -4px;
  gap: 20px 44px;
}
.image-and-text.invert {
  margin: 86px 0 96px;
}
@media (max-width: 991.98px) {
  .image-and-text.invert {
    margin: 60px 0;
  }
}
@media (max-width: 767.98px) {
  .image-and-text.invert {
    margin: 40px 0;
  }
}
.image-and-text.invert .image-content {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media (max-width: 767.98px) {
  .image-and-text.invert .image-content {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}
.image-and-text.invert .text-content {
  padding-left: 54px;
}
@media (max-width: 1200px) {
  .image-and-text.invert .text-content {
    padding-left: 0;
  }
}
.image-and-text.invert .text-content h2 {
  line-height: normal;
  margin-bottom: 46px;
}
.image-and-text.invert .text-content p {
  margin-top: 46px;
  margin-bottom: 67px;
}
.image-and-text.invert .text-content .inner-buttons {
  padding-left: 10px;
}

body.home .image-and-text {
  margin: 185px 0 238px;
}
@media (max-width: 991.98px) {
  body.home .image-and-text {
    margin: 60px 0;
  }
}
@media (max-width: 767.98px) {
  body.home .image-and-text {
    margin: 40px 0;
  }
}
body.home .image-and-text.style-1 {
  margin: 133px 0 156px;
}
@media (max-width: 991.98px) {
  body.home .image-and-text.style-1 {
    margin: 60px 0;
  }
}
@media (max-width: 767.98px) {
  body.home .image-and-text.style-1 {
    margin: 40px 0;
  }
}

.image-and-text-1 {
  margin: 86px 0;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .image-and-text-1 {
    margin: 60px 0;
  }
}
@media (max-width: 767.98px) {
  .image-and-text-1 {
    margin: 40px 0;
  }
}
.image-and-text-1 .content {
  max-width: 1340px;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 767.98px) {
  .image-and-text-1 .content {
    gap: 20px;
  }
}
.image-and-text-1 .image-content {
  width: 50%;
}
@media (max-width: 767.98px) {
  .image-and-text-1 .image-content {
    width: 100%;
  }
}
.image-and-text-1 .image-content .image-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.image-and-text-1 .text-content {
  width: 40.9%;
  padding: 20px 0 57px;
  padding-left: 13px;
}
@media (max-width: 991.98px) {
  .image-and-text-1 .text-content {
    width: 45%;
    padding: 20px 0;
  }
}
@media (max-width: 767.98px) {
  .image-and-text-1 .text-content {
    width: 100%;
    padding: 0;
  }
}
.image-and-text-1 .text-content h2 {
  font-family: "Dallas-Regular", sans-serif;
  font-size: 38px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0.38px;
  margin-bottom: 49px;
  color: #58565c;
  text-transform: uppercase;
}
@media (max-width: 1200px) {
  .image-and-text-1 .text-content h2 {
    font-size: 32px;
  }
}
@media (max-width: 991.98px) {
  .image-and-text-1 .text-content h2 {
    font-size: 30px;
  }
}
@media (max-width: 767.98px) {
  .image-and-text-1 .text-content h2 {
    font-size: 28px;
  }
}
@media (max-width: 991.98px) {
  .image-and-text-1 .text-content h2 {
    margin-bottom: 25px;
  }
}
.image-and-text-1 .text-content h2 span {
  color: #982d3f;
}
.image-and-text-1 .text-content p {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.16px;
  font-weight: normal;
  color: #58565c;
  margin-bottom: 52px;
  line-height: 1.43;
  letter-spacing: 0.32px;
}
@media (max-width: 991.98px) {
  .image-and-text-1 .text-content p {
    margin-bottom: 25px;
  }
}
.image-and-text-1 .text-content p:last-child {
  margin-bottom: 0;
}
.image-and-text-1.invert .content {
  -webkit-transform: translateX(-37px);
          transform: translateX(-37px);
}
@media (max-width: 1200px) {
  .image-and-text-1.invert .content {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.image-and-text-1.invert .image-content {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
@media (max-width: 767.98px) {
  .image-and-text-1.invert .image-content {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}
.image-and-text-1.invert .text-content {
  padding: 20px 0 30px;
  padding-left: 2px;
}
@media (max-width: 991.98px) {
  .image-and-text-1.invert .text-content {
    padding: 20px 0;
  }
}
@media (max-width: 767.98px) {
  .image-and-text-1.invert .text-content {
    padding: 0;
  }
}
.image-and-text-1.invert .text-content h2 {
  line-height: normal;
  margin-bottom: 46px;
}
@media (max-width: 991.98px) {
  .image-and-text-1.invert .text-content h2 {
    margin-bottom: 25px;
  }
}
.image-and-text-1.invert .text-content p {
  margin-bottom: 67px;
  line-height: 1.46;
  letter-spacing: 0.16px;
  max-width: 500px;
}
@media (max-width: 991.98px) {
  .image-and-text-1.invert .text-content p {
    margin-bottom: 25px;
  }
}
.image-and-text-1.invert .text-content p:last-child {
  margin-bottom: 0;
}
.image-and-text-1:last-child {
  margin-bottom: 158px;
}
@media (max-width: 991.98px) {
  .image-and-text-1:last-child {
    margin-bottom: 60px;
  }
}
@media (max-width: 767.98px) {
  .image-and-text-1:last-child {
    margin-bottom: 40px;
  }
}

.count-col-cards {
  margin: 182px 0 185px;
}
@media (max-width: 991.98px) {
  .count-col-cards {
    margin: 60px 0;
  }
}
@media (max-width: 767.98px) {
  .count-col-cards {
    margin: 40px 0;
  }
}
.count-col-cards .content {
  max-width: 1372px;
  margin: 0 auto;
  padding-left: 16px;
}
@media (max-width: 1510px) {
  .count-col-cards .content {
    padding-left: 0;
  }
}
.count-col-cards .inner-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 21px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.count-col-cards .inner-cards .card {
  width: calc(33.33% - 14px);
  padding: 32px 28px;
  position: relative;
  min-height: 612px;
  display: block;
  text-decoration: none;
}
@media (max-width: 991.98px) {
  .count-col-cards .inner-cards .card {
    width: calc(50% - 10.5px);
  }
}
@media (max-width: 767.98px) {
  .count-col-cards .inner-cards .card {
    width: 100%;
  }
}
@media (min-width: 991.98px) {
  .count-col-cards .inner-cards .card:hover .inner-image img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
.count-col-cards .inner-cards .inner-image {
  width: 100%;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}
.count-col-cards .inner-cards .inner-image .image-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
}
.count-col-cards .inner-cards .inner-image .image-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.count-col-cards .inner-cards .inner-text {
  position: relative;
}
.count-col-cards .inner-cards .inner-text h2 {
  margin: 0;
  font-size: 32px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: left;
  font-family: "Dallas-Regular", sans-serif;
  color: #58565c;
  text-align: left;
  max-width: 200px;
}
@media (max-width: 1200px) {
  .count-col-cards .inner-cards .inner-text h2 {
    font-size: 30px;
  }
}
@media (max-width: 991.98px) {
  .count-col-cards .inner-cards .inner-text h2 {
    font-size: 28px;
  }
}
@media (max-width: 767.98px) {
  .count-col-cards .inner-cards .inner-text h2 {
    font-size: 25px;
  }
}

.intro-text-1 {
  margin: 191px 0 169px;
}
@media (max-width: 991.98px) {
  .intro-text-1 {
    margin: 60px 0;
  }
}
@media (max-width: 767.98px) {
  .intro-text-1 {
    margin: 40px 0;
  }
}
.intro-text-1 .content {
  max-width: 1218px;
  width: 100%;
  margin: 0 auto;
}
.intro-text-1 h2 {
  font-family: "Dallas-Regular", sans-serif;
  font-size: 32px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: left;
  text-align: left;
  color: #58565c;
  margin: 0;
  max-width: 919px;
}
@media (max-width: 1200px) {
  .intro-text-1 h2 {
    font-size: 30px;
  }
}
@media (max-width: 991.98px) {
  .intro-text-1 h2 {
    font-size: 28px;
  }
}
@media (max-width: 767.98px) {
  .intro-text-1 h2 {
    font-size: 25px;
  }
}
.intro-text-1 a.link {
  display: block;
  text-decoration: none;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0.18px;
  text-align: left;
  color: #58565c;
  margin-top: 82px;
  text-transform: capitalize;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  padding-bottom: 20px;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .intro-text-1 a.link {
    margin-top: 30px;
    padding-bottom: 0;
  }
}
.intro-text-1 a.link:before {
  content: "";
  font-size: 8px;
  position: absolute;
  bottom: 13px;
  left: 0px;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  width: 100%;
  height: 10px;
  background-image: url(../images/link-2.svg);
  background-position: left center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
@media (max-width: 767.98px) {
  .intro-text-1 a.link:before {
    display: none;
  }
}
.intro-text-1 a.link:hover:before {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.intro-text-2 {
  margin: 172px 0 209px;
  margin: 100px 0 150px;
}
@media (max-width: 991.98px) {
  .intro-text-2 {
    margin: 60px 0;
  }
}
@media (max-width: 767.98px) {
  .intro-text-2 {
    margin: 40px 0;
  }
}
.intro-text-2 .content {
  max-width: 1300px;
  padding-right: 12px;
  margin: 0 auto;
}
.intro-text-2 p {
  font-family: "Dallas-Regular", sans-serif;
  font-size: 25px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  color: #58565c;
  text-transform: uppercase;
  width: 100%;
  line-height: normal;
}
@media (max-width: 991.98px) {
  .intro-text-2 p {
    font-size: 20px;
  }
}
.intro-text-2 p span {
  color: #982d3f;
}
.intro-text-2 p:nth-child(2n+1) {
  margin: 0 auto 117px 0;
  max-width: 750px;
  margin-bottom: 60px;
}
@media (max-width: 991.98px) {
  .intro-text-2 p:nth-child(2n+1) {
    margin-bottom: 30px;
  }
}
.intro-text-2 p:nth-child(2n) {
  margin: 0 0 110px auto;
  max-width: 717px;
  line-height: 1.2;
}
@media (max-width: 991.98px) {
  .intro-text-2 p:nth-child(2n) {
    margin-bottom: 30px;
  }
}
.intro-text-2 p:last-child {
  margin-bottom: 0;
}

.intro-text-3 {
  margin: 142px 0 133px;
}
@media (max-width: 991.98px) {
  .intro-text-3 {
    margin: 60px 0;
  }
}
@media (max-width: 767.98px) {
  .intro-text-3 {
    margin: 40px 0;
  }
}
.intro-text-3 .content {
  max-width: 1218px;
  width: 100%;
  margin: 0 auto;
}
.intro-text-3 h2 {
  font-family: "Dallas-Regular", sans-serif;
  font-size: 32px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: left;
  text-align: left;
  color: #58565c;
  margin: 0;
  max-width: 501px;
  margin-bottom: 22px;
  letter-spacing: 0.32px;
  width: 50%;
}
@media (max-width: 1200px) {
  .intro-text-3 h2 {
    font-size: 30px;
  }
}
@media (max-width: 991.98px) {
  .intro-text-3 h2 {
    font-size: 28px;
  }
}
@media (max-width: 767.98px) {
  .intro-text-3 h2 {
    font-size: 25px;
  }
}
@media (max-width: 767.98px) {
  .intro-text-3 h2 {
    width: 100%;
    max-width: 100%;
  }
}
.intro-text-3 p {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0.18px;
  line-height: 1.5;
  letter-spacing: 0.3px;
  color: #58565c;
  margin: 0 0 0 auto;
  width: 100%;
  max-width: 485px;
  width: 50%;
}
@media (max-width: 767.98px) {
  .intro-text-3 p {
    width: 100%;
    max-width: 100%;
  }
}
.intro-text-3 a.link {
  display: block;
  text-decoration: none;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0.18px;
  text-align: left;
  color: #58565c;
  margin-top: 82px;
  text-transform: capitalize;
}
.intro-text-3 a.link:hover {
  color: #982d3f;
}

.intro-text-4 {
  margin: 59px 0 160px;
}
@media (max-width: 991.98px) {
  .intro-text-4 {
    margin: 60px 0;
  }
}
@media (max-width: 767.98px) {
  .intro-text-4 {
    margin: 40px 0;
  }
}
.intro-text-4 .content {
  max-width: 1098px;
  margin: 0 auto;
  padding-right: 37px;
}
@media (max-width: 1200px) {
  .intro-text-4 .content {
    padding-right: 0;
  }
}
.intro-text-4 .title {
  margin-bottom: 79px;
}
@media (max-width: 991.98px) {
  .intro-text-4 .title {
    margin-bottom: 25px;
  }
}
.intro-text-4 .title h2 {
  margin: 0;
  font-family: "Dallas-Regular", sans-serif;
  font-size: 32px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: left;
  line-height: 1.06;
  letter-spacing: 0.32px;
  color: #58565c;
}
@media (max-width: 1200px) {
  .intro-text-4 .title h2 {
    font-size: 30px;
  }
}
@media (max-width: 991.98px) {
  .intro-text-4 .title h2 {
    font-size: 28px;
  }
}
@media (max-width: 767.98px) {
  .intro-text-4 .title h2 {
    font-size: 25px;
  }
}
.intro-text-4 .inner-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.intro-text-4 .inner-text .left-text {
  width: 100%;
  max-width: 680px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 991.98px) {
  .intro-text-4 .inner-text .left-text {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    max-width: 100%;
  }
}
.intro-text-4 .inner-text .left-text p {
  margin: 0;
  font-family: "Dallas-Regular", sans-serif;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 2.3;
  letter-spacing: normal;
  line-height: 1.2;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  color: #58565c;
}
@media (max-width: 991.98px) {
  .intro-text-4 .inner-text .left-text p {
    font-size: 18px;
  }
}
.intro-text-4 .inner-text .right-text {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 39px;
  padding-top: 10px;
}
.intro-text-4 .inner-text .right-text h3 {
  margin: 0;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 2.3;
  letter-spacing: normal;
  line-height: 1.3;
  letter-spacing: 0.36px;
  color: #58565c;
  text-transform: none;
  font-weight: 600;
  margin-bottom: -1px;
}
@media (max-width: 991.98px) {
  .intro-text-4 .inner-text .right-text h3 {
    font-size: 18px;
  }
}
.intro-text-4 .inner-text .right-text p, .intro-text-4 .inner-text .right-text a {
  margin: 0;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.16px;
  font-weight: normal;
  line-height: 1.3;
  letter-spacing: 0.16px;
  color: #58565c;
  text-decoration: none;
}
.intro-text-4 .inner-text .right-text a:hover {
  color: #982d3f;
}

.map-enquire .container .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 10px 0 57px;
}
.map-enquire .container .content .content-left {
  width: 42.1053%;
  padding-top: 4px;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1440px) {
  .map-enquire .container .content .content-left {
    width: 100%;
    margin-bottom: 35px;
    padding-top: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (max-width: 767.98px) {
  .map-enquire .container .content .content-left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.map-enquire .container .content .content-left p {
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.24px;
  text-align: left;
  color: #58565c;
  margin-bottom: 45px;
  max-width: 523px;
}
@media (max-width: 767.98px) {
  .map-enquire .container .content .content-left p {
    font-size: 16px;
    max-width: 100%;
  }
}
.map-enquire .container .content .content-left a {
  text-decoration: none;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0.3px;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 535px;
  width: -webkit-fill-available;
  color: #58565c;
}
.map-enquire .container .content .content-left a:hover {
  color: #982d3f;
}
.map-enquire .container .content .content-left .phone {
  margin-bottom: 26px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 40px;
}
.map-enquire .container .content .content-left .phone:before {
  content: "\e908";
  font-family: "icomoon";
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #982d3f;
  position: absolute;
  top: -2px;
  left: 0;
}
.map-enquire .container .content .content-left .maile {
  margin-bottom: 26px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 40px;
}
.map-enquire .container .content .content-left .maile:before {
  content: "\e907";
  font-family: "icomoon";
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #982d3f;
  position: absolute;
  left: 0;
  top: -1px;
}
.map-enquire .container .content .content-left .maile a {
  display: block;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.map-enquire .container .content .content-left .address {
  max-width: 431px;
  margin-bottom: 26px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 40px;
}
.map-enquire .container .content .content-left .address:before {
  content: "\e909";
  font-family: "icomoon";
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #982d3f;
  position: absolute;
  left: 0;
  top: -6px;
}
.map-enquire .container .content .content-left .map {
  width: 100%;
  padding-top: 81.34375%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media (max-width: 1440px) {
  .map-enquire .container .content .content-left .map {
    padding-top: 0;
  }
}
@media (max-width: 767.98px) {
  .map-enquire .container .content .content-left .map {
    padding-top: 81.34375%;
  }
}
.map-enquire .container .content .content-left .map iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1440px) {
  .map-enquire .container .content .content-left .map iframe {
    position: static;
  }
}
@media (max-width: 767.98px) {
  .map-enquire .container .content .content-left .map iframe {
    position: absolute;
  }
}
@media (max-width: 1440px) {
  .map-enquire .container .content .content-left .inner-text {
    padding-right: 30px;
  }
}
@media (max-width: 1200px) {
  .map-enquire .container .content .content-left .inner-text {
    width: 35%;
  }
}
@media (max-width: 767.98px) {
  .map-enquire .container .content .content-left .inner-text {
    width: 100%;
  }
}
.map-enquire .container .content .content-right {
  width: 56.5789%;
  padding: 60px 20px 20px;
  background-color: rgba(217, 217, 217, 0.5);
}
@media (max-width: 1440px) {
  .map-enquire .container .content .content-right {
    width: 100%;
  }
}
.map-enquire .container .content .content-right .form-box {
  max-width: 721.5px;
  margin: 0 auto;
}
.map-enquire .container .content .content-right .form-box h2 {
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0.56px;
  text-align: left;
  color: #58565c;
  margin-bottom: 21px;
}
@media (max-width: 767.98px) {
  .map-enquire .container .content .content-right .form-box h2 {
    font-size: 20px;
  }
}
.map-enquire .container .content .content-right .form-box form .form-group,
.map-enquire .container .content .content-right .form-box form .gfield {
  margin-bottom: 8px;
}
.map-enquire .container .content .content-right .form-box form .form-group input,
.map-enquire .container .content .content-right .form-box form .form-group textarea,
.map-enquire .container .content .content-right .form-box form .gfield input,
.map-enquire .container .content .content-right .form-box form .gfield textarea {
  padding: 7px 0;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 2.3;
  letter-spacing: normal;
  line-height: 1.68;
  letter-spacing: 0.2px;
  resize: none;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #000000;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  color: #58565c;
}
@media (max-width: 991.98px) {
  .map-enquire .container .content .content-right .form-box form .form-group input,
  .map-enquire .container .content .content-right .form-box form .form-group textarea,
  .map-enquire .container .content .content-right .form-box form .gfield input,
  .map-enquire .container .content .content-right .form-box form .gfield textarea {
    font-size: 18px;
  }
}
.map-enquire .container .content .content-right .form-box form .form-group input[type=email],
.map-enquire .container .content .content-right .form-box form .gfield input[type=email] {
  padding: 11px 0;
}
.map-enquire .container .content .content-right .form-box form .form-group:nth-child(2),
.map-enquire .container .content .content-right .form-box form .gfield:nth-child(2) {
  margin-bottom: 19px;
}
.map-enquire .container .content .content-right .form-box form .form-group:nth-child(3),
.map-enquire .container .content .content-right .form-box form .gfield:nth-child(3) {
  margin-bottom: 17px;
}
.map-enquire .container .content .content-right .form-box form .form-submit,
.map-enquire .container .content .content-right .form-box form .gform-footer {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 62px 0 0 auto;
  -webkit-transform: translateX(2px);
          transform: translateX(2px);
}
.map-enquire .container .content .content-right .form-box form .form-submit input,
.map-enquire .container .content .content-right .form-box form .gform-footer input {
  font-family: "Inter", sans-serif !important;
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.16px;
  line-height: 1.2 !important;
  letter-spacing: 0.16px !important;
  font-weight: normal !important;
  text-transform: uppercase !important;
  -webkit-transition: all 0.3s !important;
  transition: all 0.3s !important;
  color: #58565c !important;
  font-size: 16px !important;
  font-weight: normal !important;
  line-height: 1.5 !important;
  letter-spacing: 0.16px !important;
  text-transform: uppercase !important;
  transition: all 0.3s !important;
  color: #58565c !important;
  background-color: transparent !important;
  border-radius: 0 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: none !important;
  border: none !important;
}
@media (min-width: 991.98px) {
  .map-enquire .container .content .content-right .form-box form .form-submit input:hover,
  .map-enquire .container .content .content-right .form-box form .gform-footer input:hover {
    color: #982d3f !important;
  }
}
.map-enquire .container .content .content-right .form-box form .form-submit input:focus-visible,
.map-enquire .container .content .content-right .form-box form .gform-footer input:focus-visible {
  border: 1px solid #58565c I !important;
}
.map-enquire .container .content .content-right .form-box form .form-submit .gform-loader,
.map-enquire .container .content .content-right .form-box form .gform-footer .gform-loader {
  position: absolute !important;
  left: -14px !important;
  border-block-end-color: #58565c !important;
  border-inline-start-color: #58565c !important;
}
.map-enquire .wpcf7 form.invalid .wpcf7-response-output {
  margin: 0;
  padding: 0;
  border: none;
  margin-top: 20px;
  color: #982d3f;
  text-align: center;
}
.map-enquire .wpcf7 form.sent .wpcf7-response-output {
  margin: 0;
  padding: 0;
  border: none;
  margin-top: 20px;
  color: #58565c;
  text-align: center;
}
.map-enquire .gform-theme--framework .gform_validation_errors .gform_submission_error {
  margin: 0 !important;
  color: #c02b0a !important;
}
.map-enquire .gform-theme--framework .gform_validation_errors {
  border: none !important;
  outline: none !important;
  background-color: transparent !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  padding: 0 !important;
}
body.error404 {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
body.error404 main.wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  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;
}
body.error404 main.wrapper .error-block {
  padding: 100px 0 50px;
}
body.error404 .error-block h1,
body.error404 .error-block p {
  color: #58565c;
  text-align: center;
}
body.error404 .error-block h1 {
  text-transform: uppercase;
  font-family: "Dallas-Regular", sans-serif;
  font-size: 66px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0.66px;
  text-align: center;
  color: #58565c;
  margin-bottom: 22px;
}
@media (max-width: 1200px) {
  body.error404 .error-block h1 {
    font-size: 60px;
  }
}
@media (max-width: 991.98px) {
  body.error404 .error-block h1 {
    font-size: 50px;
  }
}
@media (max-width: 767.98px) {
  body.error404 .error-block h1 {
    font-size: 40px;
  }
}
body.error404 .error-block a.link {
  display: block;
  text-decoration: none;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0.18px;
  text-align: left;
  color: #58565c;
  margin: 30px auto 0;
  text-transform: capitalize;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  padding-bottom: 20px;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  body.error404 .error-block a.link {
    margin-top: 30px;
    padding-bottom: 0;
  }
}
body.error404 .error-block a.link:before {
  content: "";
  font-size: 8px;
  position: absolute;
  bottom: 13px;
  left: 0px;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  width: 100%;
  height: 10px;
  background-image: url(../images/link-3.svg);
  background-position: left center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
@media (max-width: 767.98px) {
  body.error404 .error-block a.link:before {
    display: none;
  }
}
body.error404 .error-block a.link:hover:before {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.landing-section {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1001;
  background-color: #ffffff;
  height: calc(var(--vh, 1vh) * 100);
  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;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-animation: up-down 1.5s cubic-bezier(0.76, 0, 0.24, 1) forwards;
          animation: up-down 1.5s cubic-bezier(0.76, 0, 0.24, 1) forwards;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
.landing-section .content {
  padding: 100px 0 100px;
  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;
}
.landing-section p {
  font-family: "Dallas-Regular", sans-serif;
  font-size: 45px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0.45px;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
@media (max-width: 1200px) {
  .landing-section p {
    font-size: 38px;
  }
}
@media (max-width: 991.98px) {
  .landing-section p {
    font-size: 32px;
  }
}
@media (max-width: 767.98px) {
  .landing-section p {
    font-size: 30px;
  }
}
.landing-section p span {
  display: inline-block;
  opacity: 0;
}
.landing-section p span:nth-child(1) {
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
  -webkit-animation: spanleft 0.6s ease-in forwards;
          animation: spanleft 0.6s ease-in forwards;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.landing-section p span:nth-child(2) {
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
  -webkit-animation: spanright 0.6s ease-in forwards;
          animation: spanright 0.6s ease-in forwards;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.landing-section .inner-logos {
  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: 165px;
  gap: 4px;
  width: 250px;
}
.landing-section .inner-logos .image-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
  -webkit-animation: spanleft 1.5s cubic-bezier(0.23, 1, 0.32, 1) forwards;
          animation: spanleft 1.5s cubic-bezier(0.23, 1, 0.32, 1) forwards;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.landing-section .inner-logos .image-left img {
  -webkit-transform: translate(63px, 4px);
          transform: translate(63px, 4px);
}
.landing-section .inner-logos .image-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
  -webkit-animation: spanright 1.5s cubic-bezier(0.23, 1, 0.32, 1) forwards;
          animation: spanright 1.5s cubic-bezier(0.23, 1, 0.32, 1) forwards;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
  margin-top: 7px;
}
.landing-section .inner-logos .image-right img {
  -webkit-transform: translateX(-63px);
          transform: translateX(-63px);
}

@-webkit-keyframes spanleft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes spanleft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes spanright {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes spanright {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes up-down {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
@keyframes up-down {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}