@charset "UTF-8";
@import "./vendors/slick.css";
@import "../iconfont/style.css";
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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-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 fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-30px, 0, 0);
            transform: translate3d(-30px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-30px, 0, 0);
            transform: translate3d(-30px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(30px, 0, 0);
            transform: translate3d(30px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(30px, 0, 0);
            transform: translate3d(30px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@-webkit-keyframes zoomOut {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes zoomOut {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes fillWidth {
  0% {
    opacity: 1;
    stroke-dashoffset: 700;
  }
  to {
    opacity: 1;
    stroke-dashoffset: 0;
  }
}
@keyframes fillWidth {
  0% {
    opacity: 1;
    stroke-dashoffset: 700;
  }
  to {
    opacity: 1;
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes circleAnimate {
  0% {
    opacity: 0;
    r: 0;
  }
  to {
    opacity: 1;
    r: 8;
  }
}
@keyframes circleAnimate {
  0% {
    opacity: 0;
    r: 0;
  }
  to {
    opacity: 1;
    r: 8;
  }
}
@font-face {
  font-family: "Arboria";
  src: url("../fonts/Arboria-Bold.eot");
  src: url("../fonts/Arboria-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Arboria-Bold.woff2") format("woff2"), url("../fonts/Arboria-Bold.woff") format("woff"), url("../fonts/Arboria-Bold.ttf") format("truetype"), url("../fonts/Arboria-Bold.svg#Arboria-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Arboria";
  src: url("../fonts/Arboria-Medium.eot");
  src: url("../fonts/Arboria-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Arboria-Medium.woff2") format("woff2"), url("../fonts/Arboria-Medium.woff") format("woff"), url("../fonts/Arboria-Medium.ttf") format("truetype"), url("../fonts/Arboria-Medium.svg#Arboria-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Arboria";
  src: url("../fonts/Arboria-Book.eot");
  src: url("../fonts/Arboria-Book.eot?#iefix") format("embedded-opentype"), url("../fonts/Arboria-Book.woff2") format("woff2"), url("../fonts/Arboria-Book.woff") format("woff"), url("../fonts/Arboria-Book.ttf") format("truetype"), url("../fonts/Arboria-Book.svg#Arboria-Book") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Arboria";
  src: url("../fonts/Arboria-Light.eot");
  src: url("../fonts/Arboria-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Arboria-Light.woff2") format("woff2"), url("../fonts/Arboria-Light.woff") format("woff"), url("../fonts/Arboria-Light.ttf") format("truetype"), url("../fonts/Arboria-Light.svg#Arboria-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  --lineAnimate: width 2s cubic-bezier(0.76, 0, 0.24, 1), background-color 0.5s cubic-bezier(0.76, 0, 0.24, 1), height 2s cubic-bezier(0.76, 0, 0.24, 1);
  --lineHover: width 0.5s cubic-bezier(0.76, 0, 0.24, 1), background-color 0.5s cubic-bezier(0.76, 0, 0.24, 1), height 0.5s cubic-bezier(0.76, 0, 0.24, 1);
}
*:focus-visible {
  outline: 2px solid #000000 !important;
}

input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: none !important;
}

html {
  scroll-behavior: unset !important;
  height: 100%;
}
html > .hidden {
  overflow: hidden;
}

body {
  width: 100%;
  overflow-x: clip !important;
  position: relative;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
body.overflow-hidden {
  overflow: hidden !important;
}
body.body-opacity {
  opacity: 0;
}

html,
body {
  color: #000000;
  font-family: "Arboria";
  font-family: "Arboria";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.25;
}
@media (max-width: 767.9px) {
  html,
  body {
    font-size: 15px;
  }
}

section {
  max-width: 100vw;
  overflow-x: clip !important;
  overflow-y: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media (max-width: 767.9px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}

h1 {
  font-size: 60px;
  line-height: 1.2;
}
@media (max-width: 767.9px) {
  h1 {
    font-size: 50px;
  }
}
@media (max-width: 575.9px) {
  h1 {
    font-size: 35px;
  }
}

h2 {
  font-size: 40px;
  line-height: 1.2;
}
@media (max-width: 767.9px) {
  h2 {
    font-size: 36px;
  }
}
@media (max-width: 575.9px) {
  h2 {
    font-size: 32px;
  }
}

h3 {
  font-size: 36px;
  line-height: 1.2;
}
@media (max-width: 767.9px) {
  h3 {
    font-size: 32px;
  }
}
@media (max-width: 575.9px) {
  h3 {
    font-size: 28px;
  }
}

h4 {
  font-size: 32px;
  line-height: 1.2;
}
@media (max-width: 767.9px) {
  h4 {
    font-size: 28px;
  }
}

h5 {
  font-size: 28px;
  line-height: 1.2;
}
@media (max-width: 767.9px) {
  h5 {
    font-size: 24px;
  }
}

h6 {
  font-size: 22px;
  line-height: 1.2;
}
@media (max-width: 767.9px) {
  h6 {
    font-size: 18px;
  }
}

.header-logo:hover,
.footer-logo:hover {
  opacity: 1;
}
.header-logo a:hover,
.footer-logo a:hover {
  opacity: 1;
}

a {
  cursor: pointer;
  color: inherit;
  -webkit-transition: color 0.2s, opacity 0.2s;
  transition: color 0.2s, opacity 0.2s;
}
@media (min-width: 767.9px) {
  a:hover {
    opacity: 0.6;
  }
}

p {
  margin: 0 0 24px;
}
p:last-child {
  margin-bottom: 0;
}
@media (max-width: 767.9px) {
  p {
    margin-bottom: 15px;
  }
}
p a {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  text-decoration: underline;
}
p a:hover {
  opacity: 0.6;
}
p span {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
}

ul,
ol {
  padding-left: 17px;
  margin: 0 0 24px;
}
ul:last-child,
ol:last-child {
  margin-bottom: 0;
}
ul li,
ol li {
  position: relative;
}
ul li:last-child,
ol li:last-child {
  margin-bottom: 0;
}
ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

img {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}

svg {
  max-width: 100%;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}

.play-iframe-video {
  display: block;
  width: 100%;
  max-width: 100%;
}

video,
iframe {
  display: block;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}

.img,
.video-box,
.media-box,
.bg-box,
.wp-block-image,
.wp-block-video,
.common {
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.img video,
.img iframe,
.video-box video,
.video-box iframe,
.media-box video,
.media-box iframe,
.bg-box video,
.bg-box iframe,
.wp-block-image video,
.wp-block-image iframe,
.wp-block-video video,
.wp-block-video iframe,
.common video,
.common iframe {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.img-bg {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

input {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0;
  font-family: inherit;
  display: block;
  -webkit-transition: opacity 0.2s, -webkit-filter 0.2s;
  transition: opacity 0.2s, -webkit-filter 0.2s;
  transition: opacity 0.2s, filter 0.2s;
  transition: opacity 0.2s, filter 0.2s, -webkit-filter 0.2s;
}
input::-webkit-input-placeholder {
  font-size: inherit !important;
  color: inherit !important;
  line-height: inherit !important;
  font-family: inherit !important;
}
input::-moz-placeholder {
  font-size: inherit !important;
  color: inherit !important;
  line-height: inherit !important;
  font-family: inherit !important;
}
input:-ms-input-placeholder {
  font-size: inherit !important;
  color: inherit !important;
  line-height: inherit !important;
  font-family: inherit !important;
}
input::-ms-input-placeholder {
  font-size: inherit !important;
  color: inherit !important;
  line-height: inherit !important;
  font-family: inherit !important;
}
input::placeholder {
  font-size: inherit !important;
  color: inherit !important;
  line-height: inherit !important;
  font-family: inherit !important;
}
button,
select,
textarea {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: none;
  outline: none;
  border: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  font-family: inherit;
  display: block;
  -webkit-transition: opacity 0.2s, -webkit-filter 0.2s;
  transition: opacity 0.2s, -webkit-filter 0.2s;
  transition: opacity 0.2s, filter 0.2s;
  transition: opacity 0.2s, filter 0.2s, -webkit-filter 0.2s;
}

textarea {
  resize: none;
  font-size: inherit;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: inherit;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: inherit;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: inherit;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: inherit;
}

button,
input[type=checkbox],
input[type=radio],
input[type=submit] {
  cursor: pointer;
}

button,
input[type=checkbox],
input[type=radio],
input[type=submit],
::before,
::after {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

select {
  border-radius: 0;
  display: block;
  padding-right: 30px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.container {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.content {
  margin: 0 auto;
  max-width: 1300px;
  padding: 0 30px;
}
@media (max-width: 767.9px) {
  .content {
    padding: 0 25px;
  }
}
.content h1 {
  margin-top: 0;
}

.contact-section .info-box p {
  font-weight: 500;
}
.contact-section .info-box p a {
  font-weight: 400;
}
.contact-section .info-box .position {
  font-weight: 400;
  margin-left: -0.22em;
}

.page-title {
  padding: 8px 0 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page-title .container {
  width: 100%;
}
.page-title + section {
  padding-top: 0;
}
.page-title .text h1 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 0 0 auto;
  font-family: "Arboria";
  font-style: normal;
  font-weight: 500;
  font-size: 25px;
  line-height: 1.2;
  font-weight: 700;
}
@media (max-width: 767.9px) {
  .page-title .text h1 {
    font-size: 22px;
  }
}

.home .page-title {
  display: none !important;
}

.color-red {
  color: #FF0000;
}

main:has(.banner) {
  padding-top: 0 !important;
}

main:not(:has(.banner)) {
  padding-top: 100px;
}
@media (max-width: 767.9px) {
  main:not(:has(.banner)) {
    padding-top: 80px;
  }
}
@media (max-width: 767.9px) {
  main:not(:has(.banner)) {
    padding-top: 65px;
  }
}

main:has(.contact-section), main:has(.notfound) {
  background-color: #B69B73 !important;
}

.banner + .title-and-text-content {
  padding-bottom: 0;
}
.banner + .title-and-text-content + .slider-mixin {
  padding-bottom: 0;
}

.impact-section + .our-team {
  padding-bottom: 0;
}

.row-section-three-col-box + .row-section-three-col-box {
  padding-top: 0;
}

.slider-mixin:nth-child(1), .page-title + .slider-mixin {
  padding-bottom: 0;
}

.text-image + .slider-mixin {
  padding: 0;
}

.slider-mixin:nth-child(4) {
  padding-bottom: 0;
}

.slider-mixin:nth-child(6) {
  padding-bottom: 0;
}

.slider-mixin + .single-text {
  padding-bottom: 0;
}

.title-and-text-content:nth-child(5) + .slider-mixin.has-gold-bg {
  padding: 0 !important;
}

.four-col-blocks + .page-blocks {
  padding-top: 0;
}

.table-section + .our-team {
  padding-top: 0;
}

.steps-blocks + .slider-mixin {
  padding-top: 0;
}

.filter-load.is-active {
  min-height: 42vh;
  padding: 50px 0;
}
.filter-load.is-active a {
  display: none;
}
.filter-load.is-active:after {
  content: "";
  display: block;
  width: 5vw;
  height: 5vw;
  aspect-ratio: 1;
  border: 5px solid #ffffff;
  border-top: 5px solid #000000;
  border-radius: 50%;
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
  margin: auto;
}
@media (max-width: 767.9px) {
  .filter-load.is-active:after {
    width: 40px;
    height: 40px;
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes loading {
  0% {
    transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
  }
}

@keyframes loading {
  0% {
    transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
  }
}
.loading-outer {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.loading-outer.active {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.loading-outer .loading {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: solid 2px #000000;
  border-bottom-color: transparent;
  -webkit-animation: loading 1s infinite linear;
          animation: loading 1s infinite linear;
}

.btn a,
.btn .wp-block-button__link,
.wp-block-button a,
.wp-block-button .wp-block-button__link {
  -webkit-transition: background-color 0.2s, color 0.2s, border 0.2s, opacity 0.2s;
  transition: background-color 0.2s, color 0.2s, border 0.2s, opacity 0.2s;
  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;
  max-width: 100%;
  margin: 0 auto;
  text-decoration: none;
  text-align: center;
  border-radius: 0;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 16px;
  padding: 5px 15px;
  background-color: transparent;
  border: 1px solid #000000;
  color: #000000;
}
.btn a:hover,
.btn .wp-block-button__link:hover,
.wp-block-button a:hover,
.wp-block-button .wp-block-button__link:hover {
  opacity: 1;
  background-color: #000000;
  color: #ffffff;
}
.btn input[type=submit],
.wp-block-button input[type=submit] {
  font-size: 14px;
  line-height: 16px;
  padding: 0 15px;
  text-transform: uppercase;
}

.wp-block-button .wp-block-button__link::after {
  content: none;
}

.video {
  padding-bottom: 144px;
}
@media (max-width: 576.9px) {
  .video {
    padding-bottom: 94px;
  }
}
.video .container .video-link {
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
.video .container .video-link .img {
  width: 100%;
  overflow: hidden;
  border-radius: 5px;
}
.video .container .video-link .img:hover div {
  scale: 1.18;
}
.video .container .video-link .img div {
  padding-top: 42.7%;
  background-size: cover;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.video .container .video-link img {
  width: 46px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 767.98px) {
  .video .container .video-link img {
    width: 32px;
  }
}
.video .data-video {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  z-index: -99;
}

.video-box {
  overflow: visible !important;
}
.video-box .data-video {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  z-index: -99;
}

.video-light-box {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 99999;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 40px 25px;
}
.video-light-box:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #000;
  opacity: 0.8;
}
.video-light-box .close {
  opacity: 1;
  background: none;
  display: block;
  width: 28px;
  height: 28px;
  position: absolute;
  z-index: 9;
  right: -7px;
  top: -30px;
  -webkit-transition: All 0.2s ease-in-out;
  transition: All 0.2s ease-in-out;
  cursor: pointer;
}
.video-light-box .close:before {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background: #ffffff;
  -webkit-transform: rotate(-45deg) translateZ(0);
          transform: rotate(-45deg) translateZ(0);
  position: absolute;
  left: 3px;
  top: 13px;
  -webkit-transition: All 0.3s ease-in-out;
  transition: All 0.3s ease-in-out;
}
.video-light-box .close:after {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background: #ffffff;
  -webkit-transform: rotate(45deg) translateZ(0);
          transform: rotate(45deg) translateZ(0);
  position: absolute;
  left: 3px;
  top: 13px;
  transition: All 0.3s ease-in-out;
  -webkit-transition: All 0.3s ease-in-out;
  -moz-transition: All 0.3s ease-in-out;
  -o-transition: All 0.3s ease-in-out;
}
.video-light-box .video-box {
  position: relative;
  z-index: 2;
  padding: 0;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  max-height: 100%;
  width: 1240px;
  max-width: 100%;
}
.video-light-box .video-box .play-iframe-video {
  -o-object-fit: contain;
     object-fit: contain;
}
.video-light-box .video-box video {
  width: 100%;
}
.video-light-box .video-box iframe, .video-light-box .video-box video {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  width: auto;
  aspect-ratio: 16/9;
  margin: 0 auto;
}
body.hasScrollAnimate,
main.hasScrollAnimate {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background: #ffffff;
  --basic-color: #B69B73;
  position: relative;
  z-index: 2;
}
body.hasScrollAnimate h1,
body.hasScrollAnimate h2,
body.hasScrollAnimate h3,
body.hasScrollAnimate h4,
body.hasScrollAnimate h5,
body.hasScrollAnimate h6,
body.hasScrollAnimate p,
body.hasScrollAnimate span,
main.hasScrollAnimate h1,
main.hasScrollAnimate h2,
main.hasScrollAnimate h3,
main.hasScrollAnimate h4,
main.hasScrollAnimate h5,
main.hasScrollAnimate h6,
main.hasScrollAnimate p,
main.hasScrollAnimate span {
  -webkit-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}
body.hasScrollAnimate::after,
main.hasScrollAnimate::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/background.jpg);
  z-index: -1;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  pointer-events: none;
}
body.hasScrollAnimate.section-bg-gold,
main.hasScrollAnimate.section-bg-gold {
  background: #B69B73;
}
body.hasScrollAnimate.section-bg-white,
main.hasScrollAnimate.section-bg-white {
  background: #ffffff;
}
body.hasScrollAnimate.section-bg-black,
main.hasScrollAnimate.section-bg-black {
  background: #000000;
}
body.hasScrollAnimate.section-bg-light,
main.hasScrollAnimate.section-bg-light {
  background: #FBF6EE;
}
body.hasScrollAnimate.section-bg-img::after,
main.hasScrollAnimate.section-bg-img::after {
  opacity: 1;
}
body.hasScrollAnimate section,
main.hasScrollAnimate section {
  color: var(--basic-color);
}
body.hasScrollAnimate section.has-gold-bg,
main.hasScrollAnimate section.has-gold-bg {
  background: transparent;
  --basic-color: white;
}
body.hasScrollAnimate section.has-gold-bg.active, body.hasScrollAnimate section.has-gold-bg.is-covered,
main.hasScrollAnimate section.has-gold-bg.active,
main.hasScrollAnimate section.has-gold-bg.is-covered {
  --basic-color: white;
}
body.hasScrollAnimate section.has-gold-bg.is-covered-by-white,
main.hasScrollAnimate section.has-gold-bg.is-covered-by-white {
  --basic-color: #B69B73;
}
body.hasScrollAnimate section.has-gold-bg.is-covered-by-white.active,
main.hasScrollAnimate section.has-gold-bg.is-covered-by-white.active {
  --basic-color: white;
}
body.hasScrollAnimate section.has-gold-bg.is-covered-by-gold,
main.hasScrollAnimate section.has-gold-bg.is-covered-by-gold {
  --basic-color: white;
}
body.hasScrollAnimate section.has-gold-bg.is-covered-by-gold.active,
main.hasScrollAnimate section.has-gold-bg.is-covered-by-gold.active {
  --basic-color: white;
}
body.hasScrollAnimate section.has-gold-bg.is-covered-by-light, body.hasScrollAnimate section.has-gold-bg.is-covered-by-img,
main.hasScrollAnimate section.has-gold-bg.is-covered-by-light,
main.hasScrollAnimate section.has-gold-bg.is-covered-by-img {
  --basic-color: #B69B73;
}
body.hasScrollAnimate section.has-gold-bg.is-covered-by-light.active, body.hasScrollAnimate section.has-gold-bg.is-covered-by-img.active,
main.hasScrollAnimate section.has-gold-bg.is-covered-by-light.active,
main.hasScrollAnimate section.has-gold-bg.is-covered-by-img.active {
  --basic-color: white;
}
body.hasScrollAnimate section.has-white-bg,
main.hasScrollAnimate section.has-white-bg {
  background: transparent;
  --basic-color: #B69B73;
}
body.hasScrollAnimate section.has-white-bg.active, body.hasScrollAnimate section.has-white-bg.is-covered,
main.hasScrollAnimate section.has-white-bg.active,
main.hasScrollAnimate section.has-white-bg.is-covered {
  --basic-color: #B69B73;
}
body.hasScrollAnimate section.has-white-bg.is-covered-by-light, body.hasScrollAnimate section.has-white-bg.is-covered-by-img,
main.hasScrollAnimate section.has-white-bg.is-covered-by-light,
main.hasScrollAnimate section.has-white-bg.is-covered-by-img {
  --basic-color: #B69B73;
}
body.hasScrollAnimate section.has-white-bg.is-covered-by-light.active, body.hasScrollAnimate section.has-white-bg.is-covered-by-img.active,
main.hasScrollAnimate section.has-white-bg.is-covered-by-light.active,
main.hasScrollAnimate section.has-white-bg.is-covered-by-img.active {
  --basic-color: white;
}
body.hasScrollAnimate section.has-white-bg.is-covered-by-gold,
main.hasScrollAnimate section.has-white-bg.is-covered-by-gold {
  --basic-color: white;
}
body.hasScrollAnimate section.has-white-bg.is-covered-by-gold.active,
main.hasScrollAnimate section.has-white-bg.is-covered-by-gold.active {
  --basic-color: #B69B73;
}
body.hasScrollAnimate section.has-black-bg,
main.hasScrollAnimate section.has-black-bg {
  background: transparent;
  --basic-color: #B69B73;
}
body.hasScrollAnimate section.has-black-bg.active:not(.is-covered-by-white), body.hasScrollAnimate section.has-black-bg.is-covered:not(.is-covered-by-white),
main.hasScrollAnimate section.has-black-bg.active:not(.is-covered-by-white),
main.hasScrollAnimate section.has-black-bg.is-covered:not(.is-covered-by-white) {
  --basic-color: white;
}
body.hasScrollAnimate section.has-light-bg, body.hasScrollAnimate section.has-img-bg,
main.hasScrollAnimate section.has-light-bg,
main.hasScrollAnimate section.has-img-bg {
  background: transparent;
  --basic-color: white;
}
body.hasScrollAnimate section.has-light-bg.active, body.hasScrollAnimate section.has-light-bg.is-covered, body.hasScrollAnimate section.has-img-bg.active, body.hasScrollAnimate section.has-img-bg.is-covered,
main.hasScrollAnimate section.has-light-bg.active,
main.hasScrollAnimate section.has-light-bg.is-covered,
main.hasScrollAnimate section.has-img-bg.active,
main.hasScrollAnimate section.has-img-bg.is-covered {
  --basic-color: #B69B73;
}
body.hasScrollAnimate section.has-light-bg.is-covered-by-white, body.hasScrollAnimate section.has-img-bg.is-covered-by-white,
main.hasScrollAnimate section.has-light-bg.is-covered-by-white,
main.hasScrollAnimate section.has-img-bg.is-covered-by-white {
  --basic-color: #B69B73;
}
body.hasScrollAnimate section.has-light-bg.is-covered-by-white.active, body.hasScrollAnimate section.has-img-bg.is-covered-by-white.active,
main.hasScrollAnimate section.has-light-bg.is-covered-by-white.active,
main.hasScrollAnimate section.has-img-bg.is-covered-by-white.active {
  --basic-color: white;
}
body.hasScrollAnimate section.has-light-bg.is-covered-by-gold, body.hasScrollAnimate section.has-img-bg.is-covered-by-gold,
main.hasScrollAnimate section.has-light-bg.is-covered-by-gold,
main.hasScrollAnimate section.has-img-bg.is-covered-by-gold {
  --basic-color: white;
}
body.hasScrollAnimate section.has-light-bg.is-covered-by-gold.active, body.hasScrollAnimate section.has-img-bg.is-covered-by-gold.active,
main.hasScrollAnimate section.has-light-bg.is-covered-by-gold.active,
main.hasScrollAnimate section.has-img-bg.is-covered-by-gold.active {
  --basic-color: #B69B73;
}
body.hasScrollAnimate .initiatives-section img,
body.hasScrollAnimate .our-team img,
main.hasScrollAnimate .initiatives-section img,
main.hasScrollAnimate .our-team img {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
body.hasScrollAnimate .initiatives-section.is-covered-by-white img, body.hasScrollAnimate .initiatives-section.is-covered-by-light img, body.hasScrollAnimate .initiatives-section.is-covered-by-img img,
body.hasScrollAnimate .our-team.is-covered-by-white img,
body.hasScrollAnimate .our-team.is-covered-by-light img,
body.hasScrollAnimate .our-team.is-covered-by-img img,
main.hasScrollAnimate .initiatives-section.is-covered-by-white img,
main.hasScrollAnimate .initiatives-section.is-covered-by-light img,
main.hasScrollAnimate .initiatives-section.is-covered-by-img img,
main.hasScrollAnimate .our-team.is-covered-by-white img,
main.hasScrollAnimate .our-team.is-covered-by-light img,
main.hasScrollAnimate .our-team.is-covered-by-img img {
  -webkit-filter: drop-shadow(2px 4px 6px #B69B73);
          filter: drop-shadow(2px 4px 6px #B69B73);
}
body.hasScrollAnimate section.our-team.has-gold-bg:not(.active),
main.hasScrollAnimate section.our-team.has-gold-bg:not(.active) {
  color: #B69B73;
}
body.hasScrollAnimate .impact-section img,
main.hasScrollAnimate .impact-section img {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
body.hasScrollAnimate .impact-section.is-covered-by-white img, body.hasScrollAnimate .impact-section.is-covered-by-light:not(.has-light-bg) img, body.hasScrollAnimate .impact-section.is-covered-by-img img,
main.hasScrollAnimate .impact-section.is-covered-by-white img,
main.hasScrollAnimate .impact-section.is-covered-by-light:not(.has-light-bg) img,
main.hasScrollAnimate .impact-section.is-covered-by-img img {
  -webkit-filter: drop-shadow(2px 4px 6px #B69B73);
          filter: drop-shadow(2px 4px 6px #B69B73);
}
body.hasScrollAnimate .four-col-blocks,
main.hasScrollAnimate .four-col-blocks {
  fill: var(--basic-color);
}
body.hasScrollAnimate .four-col-blocks img,
main.hasScrollAnimate .four-col-blocks img {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
body.hasScrollAnimate .four-col-blocks img,
main.hasScrollAnimate .four-col-blocks img {
  -webkit-filter: brightness(4);
          filter: brightness(4);
}
body.hasScrollAnimate .four-col-blocks.is-covered-by-white.is-covered:not(.active) img, body.hasScrollAnimate .four-col-blocks.is-covered-by-light.is-covered:not(.active) img, body.hasScrollAnimate .four-col-blocks.is-covered-by-img.is-covered:not(.active) img,
main.hasScrollAnimate .four-col-blocks.is-covered-by-white.is-covered:not(.active) img,
main.hasScrollAnimate .four-col-blocks.is-covered-by-light.is-covered:not(.active) img,
main.hasScrollAnimate .four-col-blocks.is-covered-by-img.is-covered:not(.active) img {
  -webkit-filter: brightness(1);
          filter: brightness(1);
}
body.hasScrollAnimate .management-section.active,
main.hasScrollAnimate .management-section.active {
  color: #B69B73;
}
body.hasScrollAnimate .management-section.active h2,
main.hasScrollAnimate .management-section.active h2 {
  color: #B69B73;
}
body.hasScrollAnimate .management-section img,
main.hasScrollAnimate .management-section img {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
body.hasScrollAnimate .management-section.has-white-bg:not(.active) .logo-box img,
main.hasScrollAnimate .management-section.has-white-bg:not(.active) .logo-box img {
  -webkit-filter: brightness(4);
          filter: brightness(4);
}
body.hasScrollAnimate .steps-blocks img,
main.hasScrollAnimate .steps-blocks img {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
body.hasScrollAnimate .steps-blocks.is-covered-by-white:not(.active) .index,
main.hasScrollAnimate .steps-blocks.is-covered-by-white:not(.active) .index {
  color: #ffffff;
}
body.hasScrollAnimate section.text-image.is-covered-by-white.active,
main.hasScrollAnimate section.text-image.is-covered-by-white.active {
  --basic-color: #B69B73;
}
body.hasScrollAnimate section.title-and-text-content.has-white-bg,
main.hasScrollAnimate section.title-and-text-content.has-white-bg {
  --basic-color: #B69B73;
}
body.hasScrollAnimate section.title-and-text-content.has-white-bg .active,
main.hasScrollAnimate section.title-and-text-content.has-white-bg .active {
  --basic-color: #B69B73;
}
body.hasScrollAnimate section.single-text.has-white-bg,
main.hasScrollAnimate section.single-text.has-white-bg {
  --basic-color: #B69B73;
}
body.hasScrollAnimate section.single-text.is-covered.is-covered-by-white,
main.hasScrollAnimate section.single-text.is-covered.is-covered-by-white {
  --basic-color: #B69B73;
}
body.hasScrollAnimate section.initiatives-section.has-white-bg,
main.hasScrollAnimate section.initiatives-section.has-white-bg {
  --basic-color: #B69B73;
}
body.hasScrollAnimate section.initiatives-section.is-covered.is-covered-by-white,
main.hasScrollAnimate section.initiatives-section.is-covered.is-covered-by-white {
  --basic-color: #B69B73;
}
body.hasScrollAnimate section.table-section img,
main.hasScrollAnimate section.table-section img {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
body.hasScrollAnimate section.table-section.is-covered-by-gold:not(.active) img,
main.hasScrollAnimate section.table-section.is-covered-by-gold:not(.active) img {
  -webkit-filter: brightness(4);
          filter: brightness(4);
}
body.hasScrollAnimate section.table-section.has-white-bg.active h2, body.hasScrollAnimate section.table-section.has-img-bg.active h2,
main.hasScrollAnimate section.table-section.has-white-bg.active h2,
main.hasScrollAnimate section.table-section.has-img-bg.active h2 {
  color: #B69B73;
}
body.hasScrollAnimate section.table-section.has-white-bg.active tr, body.hasScrollAnimate section.table-section.has-img-bg.active tr,
main.hasScrollAnimate section.table-section.has-white-bg.active tr,
main.hasScrollAnimate section.table-section.has-img-bg.active tr {
  border-color: #B69B73;
}
body.hasScrollAnimate section.table-section.has-white-bg.active .table-box, body.hasScrollAnimate section.table-section.has-img-bg.active .table-box,
main.hasScrollAnimate section.table-section.has-white-bg.active .table-box,
main.hasScrollAnimate section.table-section.has-img-bg.active .table-box {
  --basic-color: #000000;
}
body.hasScrollAnimate .row-section-three-col-box img,
main.hasScrollAnimate .row-section-three-col-box img {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
body.hasScrollAnimate .row-section-three-col-box.has-gold-bg.active .col-item img,
main.hasScrollAnimate .row-section-three-col-box.has-gold-bg.active .col-item img {
  -webkit-filter: brightness(4);
          filter: brightness(4);
}
body.hasScrollAnimate .impact-section img,
main.hasScrollAnimate .impact-section img {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
body.hasScrollAnimate .impact-section.is-covered-by-gold:not(.active) img,
main.hasScrollAnimate .impact-section.is-covered-by-gold:not(.active) img {
  -webkit-filter: brightness(4);
          filter: brightness(4);
}
body.hasScrollAnimate section.page-title,
main.hasScrollAnimate section.page-title {
  --basic-color: #B69B73;
}
body.hasScrollAnimate section.page-title.has-white-bg,
main.hasScrollAnimate section.page-title.has-white-bg {
  --basic-color: #B69B73;
}
body.hasScrollAnimate section.page-title.has-white-bg.is-covered,
main.hasScrollAnimate section.page-title.has-white-bg.is-covered {
  --basic-color: #B69B73;
}
body.hasScrollAnimate .xxxxxxx img,
main.hasScrollAnimate .xxxxxxx img {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.wpcf7 form .wpcf7-not-valid-tip {
  display: none !important;
}
.wpcf7 form .wpcf7-response-output {
  font-family: inherit !important;
  width: 100%;
  margin: 0;
  margin-top: 15px;
}
.wpcf7 form.invalid .wpcf7-response-output {
  color: #bd0000 !important;
}
.wpcf7 form.invalid .wpcf7-validates-as-required.wpcf7-not-valid {
  border-color: #bd0000 !important;
}
.wpcf7 form.invalid .wpcf7-validates-as-required.wpcf7-not-valid::after {
  background-color: #bd0000 !important;
}
.wpcf7 form .wpcf7-form-control-wrap {
  width: 100%;
}
.wpcf7 form:not([data-status=submitting]) .wpcf7-spinner {
  display: none;
}
.wpcf7 form .input-box:has(.wpcf7-form-control-wrap .wpcf7-validates-as-required.wpcf7-not-valid)::after {
  background-color: #bd0000 !important;
}
.wpcf7 .wpcf7-response-output {
  border: none !important;
  font-size: 16px !important;
  padding: 0 !important;
}

@media (max-width: 600px) {
  .wp-block-media-text .wp-block-media-text__content {
    padding: 20px 0;
  }
}

.wp-block-quote {
  border-left: solid 5px #000000;
  padding-left: 30px;
}

.wp-block-pullquote {
  border-top: solid 2px #000000;
  border-bottom: solid 2px #000000;
  padding: 40px 0;
}

.wp-block-embed .wp-block-embed__wrapper {
  padding-top: 56.25%;
}
.wp-block-embed .wp-block-embed__wrapper > * {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.article-main, .editor-box {
  padding: 100px 0 100px;
  line-height: 1.2;
}
@media (max-width: 991.9px) {
  .article-main, .editor-box {
    padding: 70px 0 70px;
  }
}
@media (max-width: 767.9px) {
  .article-main, .editor-box {
    padding: 55px 0 55px;
  }
}
.article-main .content, .editor-box .content {
  max-width: 1300px;
  margin: 0 auto;
}
.article-main .wp-block-columns, .article-main .wp-block-columns, .editor-box .wp-block-columns, .editor-box .wp-block-columns {
  margin: 55px 0 55px;
}
@media (max-width: 991.9px) {
  .article-main .wp-block-columns, .article-main .wp-block-columns, .editor-box .wp-block-columns, .editor-box .wp-block-columns {
    margin: 32px 0 32px;
  }
}
.article-main table, .editor-box table {
  line-height: 1.2;
}
.article-main h1,
.article-main h2,
.article-main h3,
.article-main h4,
.article-main h5,
.article-main h6, .editor-box h1,
.editor-box h2,
.editor-box h3,
.editor-box h4,
.editor-box h5,
.editor-box h6 {
  font-weight: 500;
  color: #B69B73;
  margin: 40px 0 25px;
}
@media (max-width: 991.9px) {
  .article-main h1,
  .article-main h2,
  .article-main h3,
  .article-main h4,
  .article-main h5,
  .article-main h6, .editor-box h1,
  .editor-box h2,
  .editor-box h3,
  .editor-box h4,
  .editor-box h5,
  .editor-box h6 {
    margin: 35px 0 20px;
  }
}
.article-main h1:first-child,
.article-main h2:first-child,
.article-main h3:first-child,
.article-main h4:first-child,
.article-main h5:first-child,
.article-main h6:first-child, .editor-box h1:first-child,
.editor-box h2:first-child,
.editor-box h3:first-child,
.editor-box h4:first-child,
.editor-box h5:first-child,
.editor-box h6:first-child {
  margin-top: 0;
}
.article-main h1:first-child, .article-main h2:first-child, .editor-box h1:first-child, .editor-box h2:first-child {
  font-size: 36px;
  line-height: 1.2;
}
@media (max-width: 991.9px) {
  .article-main h1:first-child, .article-main h2:first-child, .editor-box h1:first-child, .editor-box h2:first-child {
    font-size: 32px;
  }
}
@media (max-width: 767.9px) {
  .article-main h1:first-child, .article-main h2:first-child, .editor-box h1:first-child, .editor-box h2:first-child {
    font-size: 28px;
  }
}
@media (max-width: 575.9px) {
  .article-main h1:first-child, .article-main h2:first-child, .editor-box h1:first-child, .editor-box h2:first-child {
    font-size: 26px;
  }
}
.article-main h2, .editor-box h2 {
  font-family: "Arboria";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
}
@media (max-width: 767.9px) {
  .article-main h2, .editor-box h2 {
    font-size: 18px;
  }
}
.article-main h3, .editor-box h3 {
  font-family: "Arboria";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 130%;
  font-weight: 500;
}
@media (max-width: 767.9px) {
  .article-main h3, .editor-box h3 {
    font-size: 16px;
  }
}
.article-main h4, .editor-box h4 {
  font-family: "Arboria";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 500;
}
@media (max-width: 767.9px) {
  .article-main h4, .editor-box h4 {
    font-size: 15px;
  }
}
.article-main h5, .editor-box h5 {
  font-family: "Arboria";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4285714286;
  font-weight: 500;
}
@media (max-width: 767.9px) {
  .article-main h5, .editor-box h5 {
    font-size: 12px;
  }
}
.article-main h6, .editor-box h6 {
  font-family: "Arboria";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 120%;
  font-weight: 500;
}
.article-main .wp-block-buttons, .editor-box .wp-block-buttons {
  margin-bottom: 25px;
}
@media (max-width: 575.9px) {
  .article-main .wp-block-buttons, .editor-box .wp-block-buttons {
    margin-bottom: 15px;
  }
}
.article-main .wp-block-buttons:last-child, .editor-box .wp-block-buttons:last-child {
  margin-bottom: 0;
}
.article-main p, .editor-box p {
  margin-bottom: 20px;
}
@media (max-width: 575.9px) {
  .article-main p, .editor-box p {
    margin-bottom: 15px;
  }
}
.article-main p:last-child, .editor-box p:last-child {
  margin-bottom: 0;
}
.article-main ul, .article-main ol, .editor-box ul, .editor-box ol {
  margin-bottom: 20px;
}
@media (max-width: 575.9px) {
  .article-main ul, .article-main ol, .editor-box ul, .editor-box ol {
    margin-bottom: 15px;
  }
}
.article-main ul:last-child, .article-main ol:last-child, .editor-box ul:last-child, .editor-box ol:last-child {
  margin-bottom: 0;
}
.article-main ul li, .article-main ol li, .editor-box ul li, .editor-box ol li {
  margin-bottom: 0px;
}
.article-main ul li:last-child, .article-main ol li:last-child, .editor-box ul li:last-child, .editor-box ol li:last-child {
  margin-bottom: 0;
}
.article-main .wp-block-quote, .editor-box .wp-block-quote {
  border-left: solid 5px #B69B73;
  padding-left: 30px;
}
.article-main .wp-block-quote p, .editor-box .wp-block-quote p {
  font-size: 24px;
}
.article-main .wp-block-pullquote, .editor-box .wp-block-pullquote {
  border-top: solid 2px #B69B73;
  border-bottom: solid 2px #B69B73;
  padding: 40px 0;
}
.article-main .wp-block-embed .wp-block-embed__wrapper, .editor-box .wp-block-embed .wp-block-embed__wrapper {
  padding-top: 56.25%;
}
.article-main .wp-block-embed .wp-block-embed__wrapper > *, .editor-box .wp-block-embed .wp-block-embed__wrapper > * {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.article-main .wp-block-image, .article-main figure, .article-main div:has(.figcaption), .article-main figure:has(.figcaption), .editor-box .wp-block-image, .editor-box figure, .editor-box div:has(.figcaption), .editor-box figure:has(.figcaption) {
  display: block;
}
.article-main .wp-block-image img, .article-main figure img, .article-main div:has(.figcaption) img, .article-main figure:has(.figcaption) img, .editor-box .wp-block-image img, .editor-box figure img, .editor-box div:has(.figcaption) img, .editor-box figure:has(.figcaption) img {
  display: block;
}
.article-main .wp-block-image .figcaption, .article-main figure .figcaption, .article-main div:has(.figcaption) .figcaption, .article-main figure:has(.figcaption) .figcaption, .editor-box .wp-block-image .figcaption, .editor-box figure .figcaption, .editor-box div:has(.figcaption) .figcaption, .editor-box figure:has(.figcaption) .figcaption {
  display: block;
  margin-top: 15px;
  font-size: 13px;
}

figure.wp-block-gallery, figure:has(figure) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.error404 .notfound, .error404 .not-found {
  background-color: #B69B73 !important;
  color: #ffffff !important;
  min-height: 70vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding: 60px 0;
}
.error404 .notfound h1, .error404 .not-found h1 {
  font-family: "Arboria";
  font-style: normal;
  font-weight: 500;
  font-size: 60px;
  line-height: 1.2;
  margin: 0 0 20px;
}
@media (max-width: 991.9px) {
  .error404 .notfound h1, .error404 .not-found h1 {
    font-size: 52px;
  }
}
@media (max-width: 767.9px) {
  .error404 .notfound h1, .error404 .not-found h1 {
    font-size: 42px;
  }
}
.error404 .notfound p, .error404 .not-found p {
  font-family: "Arboria";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
  font-weight: 400;
  line-height: 1.2;
}
@media (max-width: 767.9px) {
  .error404 .notfound p, .error404 .not-found p {
    font-size: 18px;
  }
}

.page-id-228 header .header-logo .logo-white {
  opacity: 0;
}
.page-id-228 header .header-logo .logo-gold {
  opacity: 1;
}

.error404 header .header-logo .logo-white {
  opacity: 1 !important;
}
.error404 header .header-logo .logo-gold {
  opacity: 0 !important;
}

header {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}
header .container {
  width: 100%;
}
header a {
  display: block;
  text-decoration: none;
}
header .content {
  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;
  color: #B69B73;
}
header .header-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 99999;
  margin-top: 51px;
  width: 231.14px;
}
@media (max-width: 991.9px) {
  header .header-logo {
    margin-top: 0px;
    height: 80px;
    width: 200px;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-top: auto;
  }
}
@media (max-width: 767.9px) {
  header .header-logo {
    margin-top: 0px;
    width: 160px;
    height: 65px;
    margin-top: auto;
  }
}
header .header-logo img {
  width: 100%;
  display: block;
  -webkit-transition: all 0.45s ease-out;
  transition: all 0.45s ease-out;
}
header .header-logo .logo-gold {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom;
     object-position: bottom;
}
header .header-logo.active .logo-white {
  opacity: 0;
}
header .header-logo.active .logo-gold {
  opacity: 1;
}
header .header-logo.dark-mode .logo-white {
  opacity: 0;
}
header .header-logo.dark-mode .logo-gold {
  opacity: 1;
}
header .hamburger {
  cursor: pointer;
  display: block;
  width: 100px;
  height: auto;
  z-index: 999;
  aspect-ratio: 1;
  position: fixed;
  right: 0;
  top: 0;
  background-color: #B69B73;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media (max-width: 991.9px) {
  header .hamburger {
    width: 80px;
  }
}
@media (max-width: 767.9px) {
  header .hamburger {
    width: 65px;
  }
}
header .hamburger span {
  display: block;
  width: 65.4%;
  height: 2px;
  position: absolute;
  right: 17.3%;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
header .hamburger span:first-child {
  bottom: 29.87%;
}
header .hamburger span:last-child {
  bottom: 14.94%;
}
@media (min-width: 767.9px) {
  header .hamburger:hover span:last-child {
    width: 32.7%;
  }
}
header .hamburger.dark-mode1 {
  background-color: #ffffff;
}
header .hamburger.dark-mode1 span {
  background-color: #B69B73;
}
header .nav-box {
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url(../images/nav-bg.jpg);
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  padding: var(--headerH) 30px 60px;
  -webkit-transition: all 0.45s ease-out;
  transition: all 0.45s ease-out;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  opacity: 0;
}
@media (max-width: 767.9px) {
  header .nav-box {
    padding-top: calc(var(--headerH) + 50px);
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 40px;
  }
}
header .nav-box .box-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding-top: 29px;
  max-height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}
@media (max-width: 767.9px) {
  header .nav-box .box-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 0;
  }
}
header .nav-box .nav-left {
  padding-top: 15.1px;
}
@media (max-width: 767.9px) {
  header .nav-box .nav-left {
    margin-top: 50px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
header .nav-box .nav-left p {
  display: block;
}
header .nav-box .nav-left {
  width: 100%;
  max-width: 445px;
  margin-right: 40px;
  font-family: "Arboria";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.25;
}
@media (max-width: 767.9px) {
  header .nav-box .nav-left {
    font-size: 15px;
  }
}
@media (max-width: 767.9px) {
  header .nav-box .nav-left {
    margin-left: 0;
    max-width: unset;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
header .nav-box .nav-left .text-content .info-title {
  font-weight: 500;
  margin-bottom: 11.4px;
  padding-bottom: 7px;
  position: relative;
}
header .nav-box .nav-left .text-content .info-title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 1px;
  background-color: #B69B73;
  -webkit-transition: var(--lineAnimate);
  transition: var(--lineAnimate);
}
header .nav-box .nav-left .text-content .info-title.line-active::after {
  width: 100%;
}
header .nav-box .nav-left .text-content .info-box p {
  font-weight: 400;
}
header .nav-box .nav-left .text-content .info-box p strong {
  font-weight: 500;
}
header .nav-box .nav-left .text-content .info-box p a {
  font-weight: 400;
}
header .nav-box .nav-left .text-content .info-box .position {
  font-weight: 400;
}
header .nav-box .nav-left .text-content a {
  display: block;
}
header .nav-box .nav-left .text-content .info-row-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-bottom: 23px;
  margin-bottom: 11px;
  position: relative;
}
@media (max-width: 991.9px) {
  header .nav-box .nav-left .text-content .info-row-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
header .nav-box .nav-left .text-content .info-row-box:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 1px;
  background-color: #B69B73;
  -webkit-transition: var(--lineAnimate);
  transition: var(--lineAnimate);
}
header .nav-box .nav-left .text-content .info-row-box:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
header .nav-box .nav-left .text-content .info-row-box:last-child::after {
  content: none;
}
header .nav-box .nav-left .text-content .info-row-box.line-active::after {
  width: 100%;
}
header .nav-box .nav-left .text-content .logo-1,
header .nav-box .nav-left .text-content .logo-2,
header .nav-box .nav-left .text-content .logo-3 {
  width: 145.5px;
  min-width: 145.5px;
  margin-right: 12px;
}
@media (max-width: 991.9px) {
  header .nav-box .nav-left .text-content .logo-1,
  header .nav-box .nav-left .text-content .logo-2,
  header .nav-box .nav-left .text-content .logo-3 {
    margin-bottom: 12px;
  }
}
header .nav-box .nav-left .text-content .logo-1:hover,
header .nav-box .nav-left .text-content .logo-2:hover,
header .nav-box .nav-left .text-content .logo-3:hover {
  opacity: 1;
}
header .nav-box .nav-left .text-content .logo-1 img {
  width: 100px;
}
header .nav-box .nav-left .text-content .info-item {
  margin-bottom: 20px;
}
header .nav-box .nav-left .text-content .info-item p {
  margin: 0;
}
header .nav-box .nav-left .text-content .logo-2 img {
  width: 152.5px;
}
header .nav-box .nav-left .text-content .logo-3 img {
  width: 133px;
}
header .nav-box .nav-left .text-content p {
  margin: 0 0 14px;
}
header .nav-box .nav-left .text-content p:last-child {
  margin-bottom: 0;
}
header .nav-box .nav-right {
  width: 100%;
  max-width: 445px;
  margin-top: 7px;
}
@media (max-width: 767.9px) {
  header .nav-box .nav-right {
    max-width: unset;
    margin-top: 0;
  }
}
header .nav-box .nav-right .download-box {
  position: relative;
}
header .nav-box .nav-right .download-box:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 1px;
  background-color: #B69B73;
  -webkit-transition: var(--lineAnimate);
  transition: var(--lineAnimate);
  -webkit-transition-delay: 0.28s;
          transition-delay: 0.28s;
}
header .nav-box .nav-right .download-box::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 2px;
  background-color: #B69B73;
  -webkit-transition: var(--lineHover);
  transition: var(--lineHover);
}
@media (min-width: 767.9px) {
  header .nav-box .nav-right .download-box:hover::after {
    width: 100%;
  }
}
header .nav-box .nav-right .download-box.line-active::before {
  width: 100%;
}
header .nav-box .nav-right .download-box .download-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-family: "Arboria";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
  margin-top: 17px;
  padding-bottom: 19.4px;
  border-bottom: 1px solid transparent;
}
@media (max-width: 767.9px) {
  header .nav-box .nav-right .download-box .download-btn {
    font-size: 18px;
  }
}
header .nav-box .nav-right .download-box .download-btn p {
  font-weight: 500;
  margin: 0;
  max-width: 239px;
  margin-right: 35.8px;
}
header .nav-box .nav-right .download-box .download-btn::after {
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e901";
  font-size: 1.608125em;
  display: block;
  margin-left: 70px;
  margin-top: 5px;
}
@media (max-width: 991.9px) {
  header .nav-box .nav-right .download-box .download-btn::after {
    margin-left: 15px;
  }
}
header .nav-box .nav-right .download-box .download-btn:hover {
  opacity: 1;
}
header .nav-box .nav-right nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-family: "Arboria";
  font-style: normal;
  font-weight: 500;
  font-size: 35px;
  line-height: normal;
  font-weight: 500;
}
@media (max-width: 767.9px) {
  header .nav-box .nav-right nav ul {
    font-size: 30px;
  }
}
header .nav-box .nav-right nav ul li {
  margin: 0;
  border-bottom: 1px solid transparent;
  position: relative;
}
header .nav-box .nav-right nav ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 17.8px 0;
}
header .nav-box .nav-right nav ul li a:hover {
  opacity: 1;
}
header .nav-box .nav-right nav ul li:first-child {
  padding-top: 0;
}
header .nav-box .nav-right nav ul li:first-child a {
  padding-top: 0;
}
header .nav-box .nav-right nav ul li:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 1px;
  background-color: #B69B73;
  -webkit-transition: var(--lineAnimate);
  transition: var(--lineAnimate);
}
header .nav-box .nav-right nav ul li::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 2px;
  background-color: #B69B73;
  -webkit-transition: var(--lineHover);
  transition: var(--lineHover);
}
header .nav-box .nav-right nav ul li:nth-child(1)::before {
  -webkit-transition-delay: 0.04s;
          transition-delay: 0.04s;
}
header .nav-box .nav-right nav ul li:nth-child(2)::before {
  -webkit-transition-delay: 0.08s;
          transition-delay: 0.08s;
}
header .nav-box .nav-right nav ul li:nth-child(3)::before {
  -webkit-transition-delay: 0.12s;
          transition-delay: 0.12s;
}
header .nav-box .nav-right nav ul li:nth-child(4)::before {
  -webkit-transition-delay: 0.16s;
          transition-delay: 0.16s;
}
header .nav-box .nav-right nav ul li:nth-child(5)::before {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
header .nav-box .nav-right nav ul li:nth-child(6)::before {
  -webkit-transition-delay: 0.24s;
          transition-delay: 0.24s;
}
header .nav-box .nav-right nav ul li:nth-child(7)::before {
  -webkit-transition-delay: 0.28s;
          transition-delay: 0.28s;
}
header .nav-box .nav-right nav ul li:nth-child(8)::before {
  -webkit-transition-delay: 0.32s;
          transition-delay: 0.32s;
}
header .nav-box .nav-right nav ul li:nth-child(9)::before {
  -webkit-transition-delay: 0.36s;
          transition-delay: 0.36s;
}
header .nav-box .nav-right nav ul li:nth-child(10)::before {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
header .nav-box .nav-right nav ul li:nth-child(11)::before {
  -webkit-transition-delay: 0.44s;
          transition-delay: 0.44s;
}
header .nav-box .nav-right nav ul li:nth-child(12)::before {
  -webkit-transition-delay: 0.48s;
          transition-delay: 0.48s;
}
header .nav-box .nav-right nav ul li:nth-child(13)::before {
  -webkit-transition-delay: 0.52s;
          transition-delay: 0.52s;
}
header .nav-box .nav-right nav ul li:nth-child(14)::before {
  -webkit-transition-delay: 0.56s;
          transition-delay: 0.56s;
}
header .nav-box .nav-right nav ul li:nth-child(15)::before {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
header .nav-box .nav-right nav ul li:nth-child(16)::before {
  -webkit-transition-delay: 0.64s;
          transition-delay: 0.64s;
}
header .nav-box .nav-right nav ul li:nth-child(17)::before {
  -webkit-transition-delay: 0.68s;
          transition-delay: 0.68s;
}
header .nav-box .nav-right nav ul li:nth-child(18)::before {
  -webkit-transition-delay: 0.72s;
          transition-delay: 0.72s;
}
header .nav-box .nav-right nav ul li:nth-child(19)::before {
  -webkit-transition-delay: 0.76s;
          transition-delay: 0.76s;
}
header .nav-box .nav-right nav ul li:nth-child(20)::before {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
@media (min-width: 767.9px) {
  header .nav-box .nav-right nav ul li:hover::after {
    width: 100%;
  }
}
header .nav-box .nav-right nav.line-active li::before {
  width: 100%;
}
header .nav-box.is-show {
  opacity: 1;
}
header .nav-box.visible {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}
header .nav-box .close {
  cursor: pointer;
  display: block;
  width: 46.25px;
  height: auto;
  z-index: 999;
  aspect-ratio: 1;
  position: absolute;
  top: 43px;
  right: 45px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media (max-width: 991.9px) {
  header .nav-box .close {
    width: 40px;
    right: 30px;
    top: 30px;
  }
}
@media (max-width: 767.9px) {
  header .nav-box .close {
    width: 35px;
    right: 25px;
    top: 30px;
  }
}
header .nav-box .close::before, header .nav-box .close::after {
  content: "";
  display: block;
  width: 141.4054054054%;
  height: 2px;
  background-color: #B69B73;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
header .nav-box .close::before {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
header .nav-box .close::after {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
@media (min-width: 767.9px) {
  header .nav-box .close:hover {
    opacity: 0.6;
  }
}

.home header .header-logo {
  opacity: 0;
}
.home header .header-logo.active {
  opacity: 1;
}

.banner {
  height: 100vh;
  min-height: 620px;
  overflow: hidden;
}
@media (max-width: 575.9px) {
  .banner {
    min-height: 520px;
    height: -webkit-fit-content !important;
    height: -moz-fit-content !important;
    height: fit-content !important;
  }
}
.banner .container {
  padding: 0;
  max-width: unset;
  height: 100%;
}
.banner .content {
  padding: 0;
  max-width: unset;
  height: 100%;
}
.banner .bg-box {
  width: 100%;
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 575.9px) {
  .banner .bg-box {
    height: 520px;
  }
}
.banner .bg-box img, .banner .bg-box video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 575.9px) {
  .banner .bg-box video {
    max-height: 520px;
  }
}
.banner .bg-box .next-screen {
  font-family: "Arboria";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4285714286;
  text-decoration: none;
  font-weight: 500;
  color: #B69B73;
  position: absolute;
  left: 50%;
  bottom: 10.8604938272%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 99;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
@media (max-width: 767.9px) {
  .banner .bg-box .next-screen {
    font-size: 12px;
  }
}
@media (min-width: 767.9px) {
  .banner .bg-box .next-screen:hover {
    color: #000000;
  }
}
.banner .bg-box .next-screen::after {
  content: "";
  display: block;
  width: 2px;
  height: 0vh;
  background-color: #B69B73;
  position: absolute;
  left: calc(50% - 1px);
  bottom: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: var(--lineAnimate);
  transition: var(--lineAnimate);
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.banner .bg-box .next-screen.line-active {
  opacity: 1;
}
.banner .bg-box .next-screen.line-active::after {
  height: 16vh;
}
.banner .enquire {
  font-family: "Arboria";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 12px 17.5px;
  border: 1px solid #B69B73;
  font-weight: 700;
  position: absolute;
  z-index: 12;
  left: 50%;
  bottom: 19.1358024691%;
  text-decoration: none;
  background-color: transparent;
  color: #B69B73;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  max-width: calc(100% - 50px);
}
@media (max-width: 767.9px) {
  .banner .enquire {
    font-size: 18px;
  }
}
@media (min-width: 767.9px) {
  .banner .enquire:hover {
    background-color: #B69B73;
    color: #ffffff;
    opacity: 1;
  }
}
.banner:not(:nth-child(2)) .next-screen, .banner:not(:nth-child(2)) .enquire {
  display: none;
}

.title-and-text-content {
  padding: 85px 0 95px;
}
@media (max-width: 991.9px) {
  .title-and-text-content {
    padding: 60px 0 65px;
  }
}
@media (max-width: 767.9px) {
  .title-and-text-content {
    padding: 40px 0 43px;
  }
}
.title-and-text-content:nth-child(8) {
  padding: 120px 0 120px;
}
@media (max-width: 991.9px) {
  .title-and-text-content:nth-child(8) {
    padding: 90px 0 90px;
  }
}
@media (max-width: 767.9px) {
  .title-and-text-content:nth-child(8) {
    padding: 65px 0 65px;
  }
}
.title-and-text-content .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 991.9px) {
  .title-and-text-content .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.title-and-text-content .title {
  width: 100%;
  max-width: 343px;
  margin: 0 35px 0 0;
}
@media (max-width: 991.9px) {
  .title-and-text-content .title {
    max-width: unset;
    margin: 0 0 30px;
  }
}
@media (max-width: 575.9px) {
  .title-and-text-content .title {
    margin: 0 0 20px;
  }
}
.title-and-text-content .title h2 {
  font-family: "Arboria";
  font-style: normal;
  font-weight: 500;
  font-size: 25px;
  line-height: 1.2;
  margin: 0;
  font-weight: bold;
}
@media (max-width: 767.9px) {
  .title-and-text-content .title h2 {
    font-size: 22px;
  }
}
.title-and-text-content .text-content {
  width: 100%;
  max-width: 764px;
}
@media (max-width: 991.9px) {
  .title-and-text-content .text-content {
    max-width: unset;
  }
}
.title-and-text-content .text-content .text-body {
  max-width: 717px;
  margin-right: auto;
  padding-right: 30px;
  font-family: "Arboria";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
  line-height: 1.2;
}
@media (max-width: 767.9px) {
  .title-and-text-content .text-content .text-body {
    font-size: 18px;
  }
}
@media (max-width: 991.9px) {
  .title-and-text-content .text-content .text-body {
    max-width: unset;
    padding-right: 0;
  }
}
.title-and-text-content .text-content .text-body .large-text {
  font-family: "Arboria";
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 1.2;
}
@media (max-width: 991.9px) {
  .title-and-text-content .text-content .text-body .large-text {
    font-size: 26px;
  }
}
@media (max-width: 767.9px) {
  .title-and-text-content .text-content .text-body .large-text {
    font-size: 22px;
  }
}
.title-and-text-content .text-content .row-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-family: "Arboria";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
}
@media (max-width: 767.9px) {
  .title-and-text-content .text-content .row-text {
    font-size: 18px;
  }
}
.title-and-text-content .text-content .row-text .row-item {
  width: 100%;
  padding-bottom: 50px;
  margin-bottom: 43px;
  position: relative;
}
@media (max-width: 767.9px) {
  .title-and-text-content .text-content .row-text .row-item {
    padding-bottom: 25px;
    margin-bottom: 25px;
  }
}
.title-and-text-content .text-content .row-text .row-item:last-child {
  margin-bottom: 0;
}
.title-and-text-content .text-content .row-text .row-item h3 {
  font-family: "Arboria";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
  margin: 0;
}
@media (max-width: 767.9px) {
  .title-and-text-content .text-content .row-text .row-item h3 {
    font-size: 18px;
  }
}
.title-and-text-content .text-content .row-text .row-item:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 1px;
  background-color: var(--basic-color);
  -webkit-transition: var(--lineAnimate);
  transition: var(--lineAnimate);
}
.title-and-text-content .text-content .row-text .row-item.line-active::after {
  width: 100%;
}
.title-and-text-content.text--large .text-content .text-body {
  font-family: "Arboria";
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 1.2;
}
@media (max-width: 991.9px) {
  .title-and-text-content.text--large .text-content .text-body {
    font-size: 26px;
  }
}
@media (max-width: 767.9px) {
  .title-and-text-content.text--large .text-content .text-body {
    font-size: 22px;
  }
}
.slider-mixin {
  padding: 100px 0 100px;
}
@media (max-width: 991.9px) {
  .slider-mixin {
    padding: 70px 0 70px;
  }
}
@media (max-width: 767.9px) {
  .slider-mixin {
    padding: 40px 0 40px;
  }
}
.slider-mixin:first-child {
  padding-top: 50px;
}
@media (max-width: 991.9px) {
  .slider-mixin:first-child {
    padding-top: 35px;
  }
}
@media (max-width: 767.9px) {
  .slider-mixin:first-child {
    padding-top: 20px;
  }
}
.slider-mixin.no-padding {
  padding: 0;
}
.slider-mixin.no-padding-bottom {
  padding-bottom: 0;
}
.slider-mixin.no-padding-top {
  padding-top: 0;
}
.slider-mixin.no-padding-left {
  padding-left: 0;
}

.slider-mixin-box {
  --animateLine: cubic-bezier(0.21, 0.51, 0.55, 0.97);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  aspect-ratio: 1240/563;
  position: relative;
  color: #ffffff;
  -webkit-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}
.slider-mixin-box.show, .slider-mixin-box.in-view {
  opacity: 1 !important;
}
.slider-mixin-box.show .cover-text, .slider-mixin-box.in-view .cover-text {
  opacity: 1 !important;
}
.slider-mixin-box.show::after, .slider-mixin-box.in-view::after {
  opacity: 1 !important;
}
@media (max-width: 767.9px) {
  .slider-mixin-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    aspect-ratio: unset;
  }
}
.slider-mixin-box::after {
  content: "+";
  display: block;
  position: absolute;
  z-index: 20;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: inherit;
  font-family: "Arboria";
  font-style: normal;
  font-weight: 500;
  font-size: 60px;
  line-height: 1.2;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
  opacity: 0;
}
@media (max-width: 991.9px) {
  .slider-mixin-box::after {
    font-size: 52px;
  }
}
@media (max-width: 767.9px) {
  .slider-mixin-box::after {
    font-size: 42px;
  }
}
@media (max-width: 767.9px) {
  .slider-mixin-box::after {
    line-height: 1;
    margin-top: -0.14em;
  }
}
.slider-mixin-box .cover-text {
  position: absolute;
  z-index: 20;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  padding: 40px 23px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
  opacity: 0 !important;
}
@media (max-width: 767.9px) {
  .slider-mixin-box .cover-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center !important;
  }
}
.slider-mixin-box .cover-text h2 {
  margin: 0;
  font-family: "Arboria";
  font-style: normal;
  font-weight: 500;
  font-size: 60px;
  line-height: 1.2;
  color: inherit;
}
@media (max-width: 991.9px) {
  .slider-mixin-box .cover-text h2 {
    font-size: 52px;
  }
}
@media (max-width: 767.9px) {
  .slider-mixin-box .cover-text h2 {
    font-size: 42px;
  }
}
.slider-mixin-box .left-text {
  right: 0;
  text-align: right;
}
@media (max-width: 767.9px) {
  .slider-mixin-box .left-text {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.slider-mixin-box .right-text {
  left: 0;
  text-align: left;
}
@media (max-width: 767.9px) {
  .slider-mixin-box .right-text {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.slider-mixin-box .left-slider,
.slider-mixin-box .right-slider {
  overflow: hidden;
  width: 100%;
  max-width: 50%;
  height: 100%;
  position: relative;
}
@media (max-width: 767.9px) {
  .slider-mixin-box .left-slider,
  .slider-mixin-box .right-slider {
    max-width: unset;
    height: auto;
    aspect-ratio: 620/563;
  }
}
.slider-mixin-box .left-slider .img,
.slider-mixin-box .right-slider .img {
  opacity: 1 !important;
}
.slider-mixin-box .left-slider .img,
.slider-mixin-box .right-slider .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.slider-mixin-box .left-slider .img.current,
.slider-mixin-box .right-slider .img.current {
  z-index: 2;
  opacity: 1;
}
.slider-mixin-box .left-slider .img {
  z-index: 3;
  -webkit-transform: translateX(101%);
          transform: translateX(101%);
  opacity: 1;
}
@media (max-width: 767.9px) {
  .slider-mixin-box .left-slider .img {
    -webkit-transform: translateY(101%);
            transform: translateY(101%);
  }
}
.slider-mixin-box .left-slider .img.animate {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: -webkit-transform 2s var(--animateLine);
  transition: -webkit-transform 2s var(--animateLine);
  transition: transform 2s var(--animateLine);
  transition: transform 2s var(--animateLine), -webkit-transform 2s var(--animateLine);
}
@media (max-width: 767.9px) {
  .slider-mixin-box .left-slider .img.animate {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
.slider-mixin-box .right-slider .img {
  z-index: 3;
  -webkit-transform: translateX(-101%);
          transform: translateX(-101%);
  opacity: 1;
}
@media (max-width: 767.9px) {
  .slider-mixin-box .right-slider .img {
    -webkit-transform: translateY(-101%);
            transform: translateY(-101%);
  }
}
.slider-mixin-box .right-slider .img.animate {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: -webkit-transform 2s var(--animateLine);
  transition: -webkit-transform 2s var(--animateLine);
  transition: transform 2s var(--animateLine);
  transition: transform 2s var(--animateLine), -webkit-transform 2s var(--animateLine);
}
@media (max-width: 767.9px) {
  .slider-mixin-box .right-slider .img.animate {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

.four-col-blocks {
  padding: 76px 0 86px;
}
@media (max-width: 991.9px) {
  .four-col-blocks {
    padding: 65px 0 65px;
  }
}
@media (max-width: 767.9px) {
  .four-col-blocks {
    padding: 40px 0 40px;
  }
}
.four-col-blocks .col-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: calc(100% + 40px);
  margin: 0 -20px -48px;
}
@media (max-width: 1300px) {
  .four-col-blocks .col-box {
    width: calc(100% + 30px);
    margin: 0 -15px -48px;
  }
}
@media (max-width: 991.9px) {
  .four-col-blocks .col-box {
    margin: 0 -15px -35px;
  }
}
.four-col-blocks .col-box .col-item {
  width: 100%;
  max-width: calc(25% - 40px);
  margin: 0 20px 48px;
}
@media (max-width: 1300px) {
  .four-col-blocks .col-box .col-item {
    max-width: calc(25% - 30px);
    margin: 0 15px 48px;
  }
}
@media (max-width: 1199.9px) {
  .four-col-blocks .col-box .col-item {
    max-width: calc(33.33% - 30px);
  }
}
@media (max-width: 991.9px) {
  .four-col-blocks .col-box .col-item {
    margin: 0 15px 35px;
  }
}
@media (max-width: 840px) {
  .four-col-blocks .col-box .col-item {
    max-width: calc(50% - 30px);
  }
}
@media (max-width: 575.9px) {
  .four-col-blocks .col-box .col-item {
    max-width: calc(100% - 30px);
  }
}
.four-col-blocks .col-box .col-item .item-text {
  font-family: "Arboria";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 130%;
  width: 100%;
  margin: 0;
}
@media (max-width: 767.9px) {
  .four-col-blocks .col-box .col-item .item-text {
    font-size: 16px;
  }
}
.four-col-blocks .col-box .col-item .item-text .text-title {
  font-family: "Arboria";
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  line-height: 1.2;
  font-family: "Poppins";
  font-weight: 500;
  margin: 0 0 13px;
  width: 102%;
  padding-bottom: 16px;
  border-bottom: 1px solid transparent;
  position: relative;
  min-height: var(--tHeight);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 991.9px) {
  .four-col-blocks .col-box .col-item .item-text .text-title {
    font-size: 28px;
  }
}
@media (max-width: 767.9px) {
  .four-col-blocks .col-box .col-item .item-text .text-title {
    font-size: 25px;
  }
}
@media (max-width: 767.9px) {
  .four-col-blocks .col-box .col-item .item-text .text-title {
    margin: 0 0 10px;
    padding-bottom: 13px;
  }
}
@media (max-width: 575.9px) {
  .four-col-blocks .col-box .col-item .item-text .text-title {
    min-height: unset;
    width: 100%;
  }
}
.four-col-blocks .col-box .col-item .item-text .text-title .img {
  width: 66.5px;
  height: 66.5px;
  aspect-ratio: 1;
  min-width: 66.5px;
  margin-right: 20px;
  border-radius: 50%;
}
.four-col-blocks .col-box .col-item .item-text .text-title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 1px;
  background-color: var(--basic-color);
  -webkit-transition: var(--lineAnimate);
  transition: var(--lineAnimate);
}
.four-col-blocks .col-box .col-item.line-active .item-text .text-title:after {
  width: 100%;
}

.page-blocks {
  padding: 100px 0 100px;
}
@media (max-width: 991.9px) {
  .page-blocks {
    padding: 70px 0 70px;
  }
}
@media (max-width: 767.9px) {
  .page-blocks {
    padding: 40px 0 70px;
  }
}
.page-blocks .title {
  max-width: 600px;
  margin: 0 auto 93px;
  text-align: center;
}
@media (max-width: 991.9px) {
  .page-blocks .title {
    margin: 0 auto 65px;
  }
}
@media (max-width: 767.9px) {
  .page-blocks .title {
    margin: 0 auto 40px;
  }
}
.page-blocks .title h2 {
  font-family: "Arboria";
  font-style: normal;
  font-weight: 500;
  font-size: 40px;
  line-height: 1.2;
  margin: 0;
}
@media (max-width: 991.9px) {
  .page-blocks .title h2 {
    font-size: 36px;
  }
}
@media (max-width: 767.9px) {
  .page-blocks .title h2 {
    font-size: 30px;
  }
}
.page-blocks a {
  text-decoration: none;
}
.page-blocks .col-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: calc(100% + 30px);
  margin: 0 -15px -54px;
}
@media (max-width: 767.9px) {
  .page-blocks .col-box {
    margin: 0 -15px -35px;
  }
}
.page-blocks .col-box .col-item {
  width: 100%;
  max-width: calc(50% - 30px);
  margin: 0 15px 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: all 0.6s cubic-bezier(0, 0, 0.2, 1);
  transition: all 0.6s cubic-bezier(0, 0, 0.2, 1);
}
@media (min-width: 767.9px) {
  .page-blocks .col-box .col-item.zoom {
    max-width: calc(53% - 30px);
  }
  .page-blocks .col-box .col-item.reduce {
    max-width: calc(47% - 30px);
  }
}
@media (max-width: 767.9px) {
  .page-blocks .col-box .col-item {
    max-width: calc(100% - 30px);
    margin: 0 15px 35px;
  }
}
.page-blocks .col-box .col-item .img {
  width: 100%;
  margin-bottom: 15.5px;
  height: 389px;
}
.page-blocks .col-box .col-item .img .item-title {
  font-family: "Arboria";
  font-style: normal;
  font-weight: 500;
  font-size: 60px;
  line-height: 1.2;
  color: #ffffff;
  margin: 0 0 5px;
  width: 100%;
  padding: 25px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 6;
  left: 0;
  top: 0;
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
@media (max-width: 991.9px) {
  .page-blocks .col-box .col-item .img .item-title {
    font-size: 52px;
  }
}
@media (max-width: 767.9px) {
  .page-blocks .col-box .col-item .img .item-title {
    font-size: 42px;
  }
}
.page-blocks .col-box .col-item .img img {
  display: block;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 130%;
  height: 130%;
}
.page-blocks .col-box .col-item .text {
  padding-bottom: 20px;
  border-bottom: 1px solid transparent;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-width: 100%;
  position: relative;
}
@media (max-width: 767.9px) {
  .page-blocks .col-box .col-item .text {
    padding-bottom: 15px;
  }
}
.page-blocks .col-box .col-item .text .text-body {
  font-family: "Arboria";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
  margin: 0 0 12px;
  max-width: 534px;
}
@media (max-width: 767.9px) {
  .page-blocks .col-box .col-item .text .text-body {
    font-size: 18px;
  }
}
@media (max-width: 767.9px) {
  .page-blocks .col-box .col-item .text .text-body {
    max-width: unset;
  }
}
.page-blocks .col-box .col-item .text .text-btn {
  font-family: "Arboria";
  font-style: normal;
  font-weight: 500;
  font-size: 25px;
  line-height: 1.2;
  font-weight: 700;
  line-height: normal;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 767.9px) {
  .page-blocks .col-box .col-item .text .text-btn {
    font-size: 22px;
  }
}
.page-blocks .col-box .col-item .text .text-btn span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-blocks .col-box .col-item .text .text-btn span::after {
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  content: "\e900";
  margin-top: 0.3em;
  margin-bottom: -1px;
  font-size: 0.872em;
  margin-left: 1.1em;
  line-height: 1;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.page-blocks .col-box .col-item .text:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 2px;
  background-color: var(--basic-color);
  -webkit-transition: var(--lineHover);
  transition: var(--lineHover);
}
.page-blocks .col-box .col-item .text:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 1px;
  background-color: var(--basic-color);
  -webkit-transition: var(--lineAnimate);
  transition: var(--lineAnimate);
}
.page-blocks .col-box .col-item.line-active .item-title {
  opacity: 1;
}
.page-blocks .col-box .col-item.line-active .text::after {
  width: 100%;
}
.page-blocks .col-box .col-item:hover {
  opacity: 1;
}
@media (min-width: 767.9px) {
  .page-blocks .col-box .col-item:hover .text::before {
    width: 100%;
  }
  .page-blocks .col-box .col-item:hover .text-btn span::after {
    margin-left: 1.5em;
  }
}
.page-blocks .col-box.wowo .text {
  border-width: 0%;
}

.row-section-three-col-box {
  padding: 100px 0 100px;
}
@media (max-width: 991.9px) {
  .row-section-three-col-box {
    padding: 70px 0 70px;
  }
}
@media (max-width: 767.9px) {
  .row-section-three-col-box {
    padding: 40px 0 50px;
  }
}
.row-section-three-col-box .row-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.row-section-three-col-box .row-box .row-item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 50px 0 57px;
  position: relative;
}
@media (max-width: 991.9px) {
  .row-section-three-col-box .row-box .row-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.row-section-three-col-box .row-box .row-item:first-child {
  padding-top: 0;
}
.row-section-three-col-box .row-box .row-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.row-section-three-col-box .row-box .row-item:last-child::after {
  content: none !important;
}
.row-section-three-col-box .row-box .row-item > .img {
  width: 100%;
  max-width: 606px;
  margin-right: 30px;
}
@media (max-width: 1199.9px) {
  .row-section-three-col-box .row-box .row-item > .img {
    max-width: 350px;
  }
}
@media (max-width: 991.9px) {
  .row-section-three-col-box .row-box .row-item > .img {
    max-width: 100%;
    margin-bottom: 35px;
  }
}
.row-section-three-col-box .row-box .row-item .text-box {
  width: 100%;
  margin-bottom: 45px;
  font-family: "Arboria";
  font-style: normal;
  font-weight: 500;
  font-size: 25px;
  line-height: 1.2;
  font-weight: 700;
}
@media (max-width: 767.9px) {
  .row-section-three-col-box .row-box .row-item .text-box {
    font-size: 22px;
  }
}
@media (max-width: 991.9px) {
  .row-section-three-col-box .row-box .row-item .text-box {
    max-width: unset;
    margin: 0 0 35px;
  }
}
@media (max-width: 991.9px) {
  .row-section-three-col-box .row-box .row-item .text-box {
    margin: 0 0 25px;
  }
}
.row-section-three-col-box .row-box .row-item .text-box .text-body {
  font-family: "Arboria";
  font-style: normal;
  font-weight: 500;
  font-size: 25px;
  line-height: 1.2;
  font-weight: 700;
}
@media (max-width: 767.9px) {
  .row-section-three-col-box .row-box .row-item .text-box .text-body {
    font-size: 22px;
  }
}
.row-section-three-col-box .row-box .row-item .item-content {
  width: 100%;
  max-width: 760px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 991.9px) {
  .row-section-three-col-box .row-box .row-item .item-content {
    max-width: unset;
  }
}
.row-section-three-col-box .row-box .row-item .item-content .content-title {
  font-family: "Arboria";
  font-style: normal;
  font-weight: 500;
  font-size: 25px;
  line-height: 1.2;
  font-weight: 700;
  margin: 0 0 30px;
}
@media (max-width: 767.9px) {
  .row-section-three-col-box .row-box .row-item .item-content .content-title {
    font-size: 22px;
  }
}
.row-section-three-col-box .row-box .row-item .item-content .col-box {
  width: 100%;
}
.row-section-three-col-box .row-box .row-item .item-content .col-box:has(.col-item:nth-child(4)) {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}
.row-section-three-col-box .row-box .row-item .item-content .col-box:has(.col-item:nth-child(4)) .col-item:nth-child(4) {
  -webkit-column-break-before: column;
     -moz-column-break-before: column;
          break-before: column;
}
@media (max-width: 650px) {
  .row-section-three-col-box .row-box .row-item .item-content .col-box:has(.col-item:nth-child(4)) .col-item:nth-child(4) {
    -webkit-column-break-before: unset;
       -moz-column-break-before: unset;
            break-before: unset;
  }
}
@media (max-width: 991.9px) {
  .row-section-three-col-box .row-box .row-item .item-content .col-box:has(.col-item:nth-child(4)) .col-item {
    max-width: unset;
  }
}
@media (max-width: 650px) {
  .row-section-three-col-box .row-box .row-item .item-content .col-box:has(.col-item:nth-child(4)) {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
}
.row-section-three-col-box .row-box .row-item .item-content .col-box .col-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 287px;
  min-height: 90px;
  padding: 6px 0 6px;
  position: relative;
}
@media (max-width: 991.9px) {
  .row-section-three-col-box .row-box .row-item .item-content .col-box .col-item {
    max-width: 50%;
  }
}
@media (max-width: 650px) {
  .row-section-three-col-box .row-box .row-item .item-content .col-box .col-item {
    max-width: 100%;
  }
}
.row-section-three-col-box .row-box .row-item .item-content .col-box .col-item:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 1px;
  background-color: var(--basic-color);
  -webkit-transition: var(--lineAnimate);
  transition: var(--lineAnimate);
}
.row-section-three-col-box .row-box .row-item .item-content .col-box .col-item.line-active::after {
  width: 100%;
}
.row-section-three-col-box .row-box .row-item .item-content .col-box .col-item .img {
  width: 61.2px;
  min-width: 61.2px;
  margin-right: 15px;
  aspect-ratio: 1;
}
.row-section-three-col-box .row-box .row-item .item-content .col-box .col-item .img img {
  display: block;
}
.row-section-three-col-box .row-box .row-item .item-content .col-box .col-item .col-item-text {
  line-height: 1.25;
}
.row-section-three-col-box .row-box .row-item .item-content .col-box .col-item .col-item-text .item-title {
  font-family: "Arboria";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
  line-height: normal;
  margin: 0;
}
@media (max-width: 767.9px) {
  .row-section-three-col-box .row-box .row-item .item-content .col-box .col-item .col-item-text .item-title {
    font-size: 18px;
  }
}
.row-section-three-col-box .row-box .row-item .item-content .col-box .col-item .col-item-text a {
  display: block;
  text-decoration: underline;
}
.row-section-three-col-box .row-box .row-item:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 1px;
  background-color: var(--basic-color);
  -webkit-transition: var(--lineAnimate);
  transition: var(--lineAnimate);
}
.row-section-three-col-box .row-box .row-item.line-active::after {
  width: 100%;
}

.impact-section {
  padding-top: 0;
  padding-bottom: 0;
}
.impact-section .col-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: calc(100% + 60px);
  margin: 0 -30px -54px;
}
@media (max-width: 767.9px) {
  .impact-section .col-box {
    width: calc(100% + 30px);
    margin: 0 -15px -35px;
  }
}
@media (max-width: 420px) {
  .impact-section .col-box {
    width: calc(100% + 0px);
    margin: 0 0 -20px;
  }
}
.impact-section .col-box .col-item {
  width: 100%;
  max-width: calc(25% - 0px);
  margin: 0 0px 54px;
  min-height: 170px;
  padding: 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
}
@media (max-width: 991.9px) {
  .impact-section .col-box .col-item {
    max-width: calc(33.33% - 0px);
  }
}
@media (max-width: 767.9px) {
  .impact-section .col-box .col-item {
    max-width: calc(50% - 0px);
    margin: 0 0 35px;
    min-height: 140px;
  }
}
@media (max-width: 420px) {
  .impact-section .col-box .col-item {
    max-width: calc(100% - 0px);
    margin-bottom: 20px;
    padding-bottom: 20px;
    min-height: unset;
  }
}
.impact-section .col-box .col-item .img {
  width: 67.5px;
  height: auto;
  aspect-ratio: 1;
  min-width: 67.5px;
  border-radius: 50px;
}
@media (max-width: 767.9px) {
  .impact-section .col-box .col-item .img {
    width: 50px;
    min-width: 50px;
  }
}
.impact-section .col-box .col-item .img img {
  display: block;
}
.impact-section .col-box .col-item .text-body {
  display: block;
  padding-top: 11px;
  font-family: "Arboria";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.25;
  text-align: center;
  max-width: 226px;
}
@media (max-width: 767.9px) {
  .impact-section .col-box .col-item .text-body {
    font-size: 15px;
  }
}
.impact-section .col-box .col-item .text-body .text-title {
  font-family: "Arboria";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
  line-height: 1.2;
  font-weight: bold;
  margin: 0;
}
@media (max-width: 767.9px) {
  .impact-section .col-box .col-item .text-body .text-title {
    font-size: 18px;
  }
}
.impact-section .col-box .col-item::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 0%;
  background-color: var(--basic-color);
  -webkit-transition: var(--lineAnimate);
  transition: var(--lineAnimate);
}
@media (max-width: 420px) {
  .impact-section .col-box .col-item::after {
    content: none;
  }
}
.impact-section .col-box .col-item::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 1px;
  background-color: var(--basic-color);
  -webkit-transition: var(--lineAnimate);
  transition: var(--lineAnimate);
}
@media (max-width: 420px) {
  .impact-section .col-box .col-item::before {
    content: "";
  }
}
@media (min-width: 991.9px) {
  .impact-section .col-box .col-item:nth-child(4n):after {
    display: none;
  }
}
@media (max-width: 991.9px) and (min-width: 767.9px) {
  .impact-section .col-box .col-item:nth-child(3n):after {
    display: none;
  }
}
@media (max-width: 767.9px) {
  .impact-section .col-box .col-item:nth-child(2n):after {
    display: none;
  }
}
.impact-section .col-box .col-item.line-active:after {
  height: 100%;
}
.impact-section .col-box .col-item.line-active::before {
  width: 100%;
}

.video-media-section {
  padding: 100px 0 100px;
}
@media (max-width: 991.9px) {
  .video-media-section {
    padding: 70px 0 70px;
  }
}
@media (max-width: 767.9px) {
  .video-media-section {
    padding: 40px 0 40px;
  }
}
.video-media-section .title {
  max-width: 680px;
  margin: 0 auto 35px;
  text-align: center;
}
.video-media-section .title h2 {
  font-family: "Arboria";
  font-style: normal;
  font-weight: 500;
  font-size: 40px;
  line-height: 1.2;
  margin: 0 0 12.75px;
}
@media (max-width: 991.9px) {
  .video-media-section .title h2 {
    font-size: 36px;
  }
}
@media (max-width: 767.9px) {
  .video-media-section .title h2 {
    font-size: 30px;
  }
}
.video-media-section .title p {
  font-family: "Arboria";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
  color: #000000;
  margin-bottom: 40px;
}
@media (max-width: 767.9px) {
  .video-media-section .title p {
    font-size: 18px;
  }
}
@media (max-width: 767.9px) {
  .video-media-section .title p {
    margin-bottom: 30px;
  }
}
.video-media-section .video-box {
  width: 100%;
  max-width: 1236.22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 991.9px) {
  .video-media-section .video-box {
    max-width: unset;
  }
}
.video-media-section .video-box .bg-box {
  width: 100%;
  aspect-ratio: 1236.22/649.87;
  cursor: pointer;
}
.video-media-section .video-box .bg-box img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.video-media-section .video-box .bg-box::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  opacity: 0.4;
}
.video-media-section .video-box .bg-box .cover-box {
  position: absolute;
  z-index: 9;
  left: 0;
  top: 0;
  width: 100%;
  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-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #ffffff;
}
.video-media-section .video-box .bg-box .cover-box .play {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 9;
  width: 10.6467741935%;
}
.video-media-section .video-box .bg-box .cover-box .play::before {
  content: "";
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(../images/play.svg);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.video-media-section .video-box .bg-box:hover > img {
  scale: 1.08;
}
.video-media-section .video-box .bg-box:hover .play::before {
  -webkit-filter: drop-shadow(2px 4px 6px black);
          filter: drop-shadow(2px 4px 6px black);
}

.initiatives-section {
  padding: 50px 0 88px;
  background-color: #B69B73;
}
@media (max-width: 991.9px) {
  .initiatives-section {
    padding: 40px 0 65px;
  }
}
@media (max-width: 767.9px) {
  .initiatives-section {
    padding: 40px 0 50px;
  }
}
.initiatives-section:first-child {
  padding-bottom: 50px;
}
@media (max-width: 991.9px) {
  .initiatives-section:first-child {
    padding-bottom: 35px;
  }
}
@media (max-width: 767.9px) {
  .initiatives-section:first-child {
    padding-bottom: 20px;
  }
}
.initiatives-section .content .top-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 991.9px) {
  .initiatives-section .content .top-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.initiatives-section .title {
  width: 100%;
  max-width: 440px;
  margin: 0 35px 35px 0;
}
@media (max-width: 1199.9px) {
  .initiatives-section .title {
    max-width: 300px;
  }
}
@media (max-width: 991.9px) {
  .initiatives-section .title {
    max-width: unset;
    margin-right: 0;
  }
}
.initiatives-section .title h2 {
  font-family: "Arboria";
  font-style: normal;
  font-weight: 500;
  font-size: 25px;
  line-height: 1.2;
  font-weight: bold;
  margin: 0 0 58px;
}
@media (max-width: 767.9px) {
  .initiatives-section .title h2 {
    font-size: 22px;
  }
}
@media (max-width: 991.9px) {
  .initiatives-section .title h2 {
    margin: 0 0 25px;
  }
}
.initiatives-section .title h2:last-child {
  margin-bottom: 0;
}
.initiatives-section .title .title-logo {
  max-width: 140.25px;
  margin-left: 62px;
  display: none;
}
@media (max-width: 991.9px) {
  .initiatives-section .title .title-logo {
    margin: 0;
  }
}
.initiatives-section .title .title-logo img {
  display: block;
}
.initiatives-section .text-content {
  width: 100%;
  max-width: 764px;
}
@media (max-width: 991.9px) {
  .initiatives-section .text-content {
    max-width: unset;
  }
}
.initiatives-section .text-content > .text-body {
  max-width: 680px;
  margin-right: auto;
  padding-right: 30px;
  font-family: "Arboria";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
}
@media (max-width: 767.9px) {
  .initiatives-section .text-content > .text-body {
    font-size: 18px;
  }
}
@media (max-width: 991.9px) {
  .initiatives-section .text-content > .text-body {
    max-width: unset;
    padding-right: 0;
  }
}
.initiatives-section .text-content > .text-body ul {
  margin-top: 33px;
  list-style: none;
  padding: 0;
}
@media (max-width: 991.9px) {
  .initiatives-section .text-content > .text-body ul {
    margin-top: 25px;
  }
}
.initiatives-section .text-content > .text-body ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.initiatives-section .text-content > .text-body ul li::before {
  content: "+ ";
  font-family: inherit;
  font-size: inherit;
  font-weight: 700;
  line-height: inherit;
  margin-left: 10px;
  margin-right: 6px;
  display: inline-block;
}
.initiatives-section .col-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: calc(100% + 22px);
  margin: 58px -18px -30px;
}
@media (max-width: 991.9px) {
  .initiatives-section .col-box {
    max-width: unset;
    margin: 50px -15px -50px;
  }
}
.initiatives-section .col-box .col-item {
  width: 100%;
  max-width: calc(20% - 36px);
  margin: 0 18px 30px;
}
@media (max-width: 991.9px) {
  .initiatives-section .col-box .col-item {
    max-width: calc(33.33% - 30px);
    margin: 0 15px 50px;
  }
}
@media (max-width: 767.9px) {
  .initiatives-section .col-box .col-item {
    max-width: calc(50% - 30px);
  }
}
@media (max-width: 575.9px) {
  .initiatives-section .col-box .col-item {
    max-width: calc(100% - 30px);
  }
}
.initiatives-section .col-box .col-item .item-title .head-title {
  display: block;
  font-family: "Arboria";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
  margin: 0 0;
  width: 102%;
  padding-bottom: 10px;
  min-height: 47.4px;
  position: relative;
}
@media (max-width: 767.9px) {
  .initiatives-section .col-box .col-item .item-title .head-title {
    font-size: 18px;
  }
}
@media (max-width: 767.9px) {
  .initiatives-section .col-box .col-item .item-title .head-title {
    min-height: unset;
  }
}
.initiatives-section .col-box .col-item .item-title .head-title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 1px;
  background-color: var(--basic-color);
  -webkit-transition: var(--lineAnimate);
  transition: var(--lineAnimate);
}
.initiatives-section .col-box .col-item .item-title .star-title {
  display: block;
  font-family: "Arboria";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
  margin: 0 10px 0 0;
  white-space: nowrap;
}
@media (max-width: 767.9px) {
  .initiatives-section .col-box .col-item .item-title .star-title {
    font-size: 18px;
  }
}
.initiatives-section .col-box .col-item .item-title .star-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 13px;
  position: relative;
  min-height: 73px;
}
@media (max-width: 767.9px) {
  .initiatives-section .col-box .col-item .item-title .star-box {
    min-height: unset;
  }
}
.initiatives-section .col-box .col-item .item-title .star-box:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 1px;
  background-color: var(--basic-color);
  -webkit-transition: var(--lineAnimate);
  transition: var(--lineAnimate);
}
.initiatives-section .col-box .col-item .item-title .star-box .star {
  width: auto;
  height: 37.4px;
  max-width: 183.3px;
}
@media (max-width: 767.9px) {
  .initiatives-section .col-box .col-item .item-title .star-box .star {
    height: 30px;
    max-width: 150px;
  }
}
@media (max-width: 767.9px) {
  .initiatives-section .col-box .col-item .item-title .star-box .star {
    height: 27px;
  }
}
.initiatives-section .col-box .col-item .item-title .star-box .star img {
  display: block;
  width: auto;
  height: 100%;
}
.initiatives-section .col-box .col-item .text-body {
  display: block;
  font-family: "Arboria";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
  text-align: center;
}
@media (max-width: 767.9px) {
  .initiatives-section .col-box .col-item .text-body {
    font-size: 18px;
  }
}
.initiatives-section .col-box .col-item .img-box {
  height: 100px;
  width: 100%;
  margin-bottom: 15px;
}
.initiatives-section .col-box .col-item .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.initiatives-section .col-box .col-item.line-active .star-box:after,
.initiatives-section .col-box .col-item.line-active .head-title:after,
.initiatives-section .col-box .col-item.line-active .img-box:after {
  width: 100%;
}
.initiatives-section .col-box .col-item.has-image .img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 73px;
  width: auto;
  padding-bottom: 10px;
  position: relative;
}
.initiatives-section .col-box .col-item.has-image .img-box img {
  display: block;
  width: auto;
  height: 100%;
}
.initiatives-section .col-box .col-item.has-image .img-box:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 1px;
  background-color: var(--basic-color);
  -webkit-transition: var(--lineAnimate);
  transition: var(--lineAnimate);
}
.initiatives-section .col-box .col-item.has-image.line-active .img-box:after {
  width: 100%;
}

.single-text {
  padding: 85px 0 85px;
}
@media (max-width: 991.9px) {
  .single-text {
    padding: 65px 0 65px;
  }
}
@media (max-width: 767.9px) {
  .single-text {
    padding: 40px 0 40px;
  }
}
.single-text .text-body {
  font-family: "Arboria";
  font-style: normal;
  font-weight: 500;
  font-size: 25px;
  line-height: 1.2;
  font-weight: 700;
  line-height: normal;
  max-width: 735px;
  margin: 0 auto;
  text-align: center;
  color: var(--basic-color);
}
@media (max-width: 767.9px) {
  .single-text .text-body {
    font-size: 22px;
  }
}
.single-text .text-body p {
  margin-bottom: 1em;
}
.single-text .text-body p:last-child {
  margin-bottom: 0;
}
.single-text .text-body ul, .single-text .text-body ol {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  list-style-position: inside;
}

.location-box {
  width: 100%;
  padding: 85px 0 0;
}
@media (max-width: 991.9px) {
  .location-box {
    padding: 65px 0 0;
  }
}
@media (max-width: 767.9px) {
  .location-box {
    padding: 40px 0 0;
  }
}
.location-box .content {
  height: 100%;
  max-width: unset;
  padding: 0;
  position: relative;
}
.location-box .bg-box {
  z-index: 0;
  left: 0;
  top: 0;
  height: 100%;
}
@media (max-width: 991.9px) {
  .location-box .bg-box {
    height: 100%;
    scrollbar-width: none;
  }
  .location-box .bg-box::-webkit-scrollbar {
    width: 0 !important;
  }
}
.location-box .bg-box .logo-item {
  width: 5.56%;
  height: 9.1%;
  aspect-ratio: 1;
  -o-object-fit: cover;
  object-fit: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 56.55%;
  top: 68.05%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  overflow: visible;
}
.location-box .bg-box .logo-item .location-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: -541%;
  left: -41%;
  width: 182.4%;
  max-width: unset;
  height: 100%;
}
.location-box .bg-box .logo-item img {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom;
     object-position: bottom;
  opacity: 0;
}
.location-box .bg-box .logo-item::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 20%;
  left: 50.8%;
  width: 1px;
  height: 0%;
  background-color: #ffffff;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.location-box .bg-box .logo-item::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 13%;
  left: 51.1%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 6.25%;
  min-width: 5px;
  height: auto;
  aspect-ratio: 1;
  border-radius: 50%;
  border-radius: 50%;
  background-color: #ffffff;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  z-index: 9;
  opacity: 0;
}
@media (max-width: 767.9px) {
  .location-box .bg-box .logo-item::before {
    width: 5px;
    height: 5px;
    bottom: 8%;
  }
}
.location-box .bg-box .logo-item .glow {
  position: relative;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.location-box .bg-box .logo-item .glow::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.location-box .bg-box.show-light .logo-item .glow {
  -webkit-animation: fadeInP 0.3s forwards;
          animation: fadeInP 0.3s forwards;
}
.location-box .bg-box.show-dot .logo-item::before {
  -webkit-animation: fadeInP 0.3s forwards;
          animation: fadeInP 0.3s forwards;
}
.location-box .bg-box.show-line .logo-item::after {
  -webkit-animation: HeightP 0.3s forwards;
          animation: HeightP 0.3s forwards;
}
.location-box .bg-box.show-line .glow::before {
  -webkit-animation: blink 2.3s linear infinite !important;
          animation: blink 2.3s linear infinite !important;
}
.location-box .bg-box.show-logo .img img {
  -webkit-animation: fadeInP 0.3s forwards;
          animation: fadeInP 0.3s forwards;
}
@-webkit-keyframes fadeInP {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInP {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes HeightP {
  0% {
    height: 0%;
  }
  100% {
    height: 511%;
  }
}
@keyframes HeightP {
  0% {
    height: 0%;
  }
  100% {
    height: 511%;
  }
}
@-webkit-keyframes blink {
  0%, 100% {
    opacity: 1; /* 完全不透明 */
  }
  50% {
    opacity: 0.2; /* 半透明 */
  }
}
@keyframes blink {
  0%, 100% {
    opacity: 1; /* 完全不透明 */
  }
  50% {
    opacity: 0.2; /* 半透明 */
  }
}

.map-list-section {
  padding: 100px 0 104px;
  padding-top: 0;
}
@media (max-width: 991.9px) {
  .map-list-section {
    padding: 70px 0 70px;
    padding-top: 0;
  }
}
@media (max-width: 767.9px) {
  .map-list-section {
    padding: 40px 0 40px;
    padding-top: 0;
  }
}
.map-list-section iframe {
  height: 100%;
}
.map-list-section #map {
  aspect-ratio: 16/9;
  aspect-ratio: 1233.57/541.65;
}
@media (max-width: 767.9px) {
  .map-list-section #map {
    aspect-ratio: 1240/800;
  }
}
.map-list-section .map-list-box {
  margin-top: 48.8px;
  margin-bottom: -40px;
  color: #000000;
  -webkit-column-count: 4;
     -moz-column-count: 4;
          column-count: 4;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
}
@media (max-width: 991.9px) {
  .map-list-section .map-list-box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
  }
}
@media (max-width: 767.9px) {
  .map-list-section .map-list-box {
    margin-top: 35px;
    margin-bottom: -30px;
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
}
@media (max-width: 575.9px) {
  .map-list-section .map-list-box {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
    margin-bottom: -25px;
  }
}
.map-list-section .map-list-box .list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 40px;
}
@media (max-width: 767.9px) {
  .map-list-section .map-list-box .list-item {
    margin-bottom: 30px;
  }
}
@media (max-width: 575.9px) {
  .map-list-section .map-list-box .list-item {
    margin-bottom: 25px;
    -webkit-column-break-before: unset !important;
       -moz-column-break-before: unset !important;
            break-before: unset !important;
  }
}
.map-list-section .map-list-box .list-item:nth-child(3) {
  -webkit-column-break-before: column;
     -moz-column-break-before: column;
          break-before: column;
}
@media (max-width: 991.9px) {
  .map-list-section .map-list-box .list-item:nth-child(3) {
    -webkit-column-break-before: unset;
       -moz-column-break-before: unset;
            break-before: unset;
  }
}
@media (max-width: 991.9px) {
  .map-list-section .map-list-box .list-item:nth-child(4) {
    -webkit-column-break-before: column;
       -moz-column-break-before: column;
            break-before: column;
  }
}
@media (max-width: 767.9px) {
  .map-list-section .map-list-box .list-item:nth-child(4) {
    -webkit-column-break-before: unset;
       -moz-column-break-before: unset;
            break-before: unset;
  }
}
.map-list-section .map-list-box .list-item:nth-child(5) {
  -webkit-column-break-before: column;
     -moz-column-break-before: column;
          break-before: column;
}
@media (max-width: 991.9px) {
  .map-list-section .map-list-box .list-item:nth-child(5) {
    -webkit-column-break-before: unset;
       -moz-column-break-before: unset;
            break-before: unset;
  }
}
@media (max-width: 767.9px) {
  .map-list-section .map-list-box .list-item:nth-child(5) {
    -webkit-column-break-before: column;
       -moz-column-break-before: column;
            break-before: column;
  }
}
@media (max-width: 575.9px) {
  .map-list-section .map-list-box .list-item:nth-child(5) {
    -webkit-column-break-before: unset;
       -moz-column-break-before: unset;
            break-before: unset;
  }
}
.map-list-section .map-list-box .list-item:nth-child(6) {
  -webkit-column-break-before: column;
     -moz-column-break-before: column;
          break-before: column;
}
@media (max-width: 767.9px) {
  .map-list-section .map-list-box .list-item:nth-child(6) {
    -webkit-column-break-before: unset;
       -moz-column-break-before: unset;
            break-before: unset;
  }
}
@media (max-width: 575.9px) {
  .map-list-section .map-list-box .list-item:nth-child(6) {
    -webkit-column-break-before: unset;
       -moz-column-break-before: unset;
            break-before: unset;
  }
}
.map-list-section .map-list-box .list-item .item-title {
  color: var(--theme-color);
  margin: 0 0 0 20.8px;
  font-family: "Arboria";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4285714286;
  font-weight: 500;
}
@media (max-width: 767.9px) {
  .map-list-section .map-list-box .list-item .item-title {
    font-size: 12px;
  }
}
.map-list-section .map-list-box .list-item ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: "Arboria";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4285714286;
}
@media (max-width: 767.9px) {
  .map-list-section .map-list-box .list-item ul {
    font-size: 12px;
  }
}
.map-list-section .map-list-box .list-item ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  position: relative;
}
.map-list-section .map-list-box .list-item ul li .map-index {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-family: "Arboria";
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  line-height: 1.8181818182;
  letter-spacing: -0.1em;
  color: #ffffff;
  background-color: var(--theme-color);
  border-radius: 50%;
  overflow: visible;
  width: 15px;
  height: 15px;
  min-width: 15px;
  margin-top: 0.3636363636em;
  padding-right: 0.1em;
  padding-bottom: 0.1em;
  margin-right: 5.8px;
}

.image-slider-section {
  padding: 0 0 100px;
}
@media (max-width: 991.9px) {
  .image-slider-section {
    padding: 0 0 70px;
  }
}
@media (max-width: 767.9px) {
  .image-slider-section {
    padding: 0 0 40px;
  }
}
.image-slider-section.has-text {
  padding: 0 0 50px;
}
@media (max-width: 991.9px) {
  .image-slider-section.has-text {
    padding: 0 0 35px;
  }
}
@media (max-width: 767.9px) {
  .image-slider-section.has-text {
    padding: 0 0 35px;
  }
}
@media (max-width: 767.9px) {
  .image-slider-section.has-text .slider-control {
    position: relative;
    height: 0;
    top: -23px;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
.image-slider-section img {
  display: block;
}
.image-slider-section .image-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  cursor: -webkit-grab;
  cursor: grab;
}
.image-slider-section .image-slider .img {
  width: 100%;
  position: relative;
}
.image-slider-section .image-slider .img img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 1240/563;
}
.image-slider-section .image-slider .img p, .image-slider-section .image-slider .img figcaption {
  display: block !important;
  position: absolute;
  left: 50%;
  bottom: 0%;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
  text-align: center;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  z-index: 8;
  font-family: "Arboria";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
  font-weight: 500;
  line-height: normal;
  max-width: calc(100% - 50px);
  padding: 12.7px 10px 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  word-wrap: break-word;
  text-overflow: ellipsis;
}
@media (max-width: 767.9px) {
  .image-slider-section .image-slider .img p, .image-slider-section .image-slider .img figcaption {
    font-size: 18px;
  }
}
@media (max-width: 767.9px) {
  .image-slider-section .image-slider .img p, .image-slider-section .image-slider .img figcaption {
    position: relative;
    display: block;
    left: 0;
    width: 100%;
    -webkit-transform: none;
            transform: none;
    margin: 0 auto;
  }
}
.image-slider-section .image-slider .slick-list {
  width: 100%;
}
.image-slider-section .image-slider .slick-list .slick-track {
  width: 100%;
}
.image-slider-section .image-slider .img {
  overflow: visible;
}
.image-slider-section .slider-control {
  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;
  margin-top: 16.87px;
}
.image-slider-section .slider-control .slick-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.image-slider-section .slider-control .slick-arrow svg {
  width: 24.8px;
}
@media (min-width: 767.9px) {
  .image-slider-section .slider-control .slick-arrow:hover {
    opacity: 0.6;
  }
}
.image-slider-section .slick-list {
  overflow: visible;
}
.image-slider-section .slick-list .slick-track {
  overflow: visible;
}
.table-section {
  padding: 100px 0 100px;
  color: var(--basic-color);
}
@media (max-width: 991.9px) {
  .table-section {
    padding: 70px 0 70px;
  }
}
@media (max-width: 767.9px) {
  .table-section {
    padding: 40px 0 40px;
  }
}
@media (max-width: 575.9px) {
  .table-section .content {
    padding: 0;
  }
}
.table-section .title {
  max-width: 600px;
  margin: 0 auto 68px;
  text-align: center;
}
@media (max-width: 991.9px) {
  .table-section .title {
    margin: 0 auto 40px;
  }
}
@media (max-width: 767.9px) {
  .table-section .title {
    margin: 0 auto 30px;
  }
}
.table-section .title h2 {
  font-family: "Arboria";
  font-style: normal;
  font-weight: 500;
  font-size: 40px;
  line-height: 1.2;
  margin: 0;
}
@media (max-width: 991.9px) {
  .table-section .title h2 {
    font-size: 36px;
  }
}
@media (max-width: 767.9px) {
  .table-section .title h2 {
    font-size: 30px;
  }
}
.table-section img {
  display: block;
}
.table-section .table-box {
  width: 100%;
  color: var(--basic-color);
}
@media (max-width: 991.9px) {
  .table-section .table-box {
    width: calc(100% + 60px);
    margin: 0 -30px;
    overflow-x: auto;
    padding: 0 30px;
  }
  .table-section .table-box::-webkit-scrollbar {
    width: 100%;
    height: 5px;
    background-color: transparent;
    border-radius: 10px;
  }
  .table-section .table-box::-webkit-scrollbar-track {
    display: none;
  }
  .table-section .table-box::-webkit-scrollbar-thumb {
    background-color: grey;
    border-radius: 10px;
  }
}
@media (max-width: 767.9px) {
  .table-section .table-box {
    width: calc(100% + 50px);
    margin: 0 25px 0 -25px;
    padding: 0 25px;
  }
}
@media (max-width: 575.9px) {
  .table-section .table-box {
    width: calc(100% + 0px);
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .table-section .table-box::before, .table-section .table-box::after {
    width: 25px;
    min-width: 25px;
    height: 100%;
    background-color: transparent;
    display: block;
  }
}
.table-section .table-content {
  padding: 0 25px;
}
.table-section table {
  font-family: "Arboria";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.25;
  width: 100%;
  border-collapse: collapse;
}
@media (max-width: 767.9px) {
  .table-section table {
    font-size: 15px;
  }
}
@media (max-width: 575.9px) {
  .table-section table {
    padding: 0 25px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.table-section table thead tr {
  border-bottom: 1px solid var(--basic-color);
}
.table-section table thead th {
  text-align: left;
  font-weight: 500;
  padding: 0 15px 28px 0;
  white-space: nowrap;
}
@media (max-width: 991.9px) {
  .table-section table thead th {
    padding: 0 12px 18px 0;
  }
}
.table-section table thead th:nth-last-child(2) {
  text-align: center;
  padding: 0 8px 28px;
}
@media (max-width: 991.9px) {
  .table-section table thead th:nth-last-child(2) {
    padding: 0 8px 18px;
  }
}
.table-section table thead th:last-child {
  text-align: center;
  padding: 0 0 28px 8px;
}
@media (max-width: 991.9px) {
  .table-section table thead th:last-child {
    padding: 0 0 18px 8px;
  }
}
.table-section table tbody tr {
  border-bottom: 1px solid var(--basic-color);
}
.table-section table tbody tr td {
  padding: 30px 15px 18px 0px;
}
@media (max-width: 991.9px) {
  .table-section table tbody tr td {
    padding: 20px 15px 14px 0px;
  }
}
.table-section table tbody tr td:nth-last-child(2) {
  padding: 30px 8px 18px;
}
@media (max-width: 991.9px) {
  .table-section table tbody tr td:nth-last-child(2) {
    padding: 20px 8px 14px;
  }
}
.table-section table tbody tr td:nth-last-child(1) {
  padding: 30px 8px 18px;
}
@media (max-width: 991.9px) {
  .table-section table tbody tr td:nth-last-child(1) {
    padding: 20px 8px 14px;
  }
}
.table-section table img {
  width: 21px;
  margin: 0 auto;
}
.table-section table .download {
  display: block;
  width: 30px;
  margin: 0 auto;
}
.table-section table .download img {
  width: 100%;
}
.table-section table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.table-section table tr th:nth-child(1), .table-section table tr th:nth-child(2),
.table-section table tr td:nth-child(1),
.table-section table tr td:nth-child(2) {
  width: 139px;
  min-width: 139px;
}
@media (max-width: 767.9px) {
  .table-section table tr th:nth-child(1), .table-section table tr th:nth-child(2),
  .table-section table tr td:nth-child(1),
  .table-section table tr td:nth-child(2) {
    width: 110px;
    min-width: 110px;
  }
}
.table-section table tr th:nth-last-child(2),
.table-section table tr td:nth-last-child(2) {
  width: 80px;
}
.table-section table tr th:nth-last-child(1),
.table-section table tr td:nth-last-child(1) {
  width: 18.4%;
  width: 205px;
  min-width: 80px;
  text-align: right;
}
.table-section table tr:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 1px;
  background-color: var(--basic-color);
  -webkit-transition: var(--lineAnimate);
  transition: var(--lineAnimate);
}
.table-section table.line-active tr::before {
  width: 100%;
}

.our-team {
  padding: 95px 0 50px;
}
@media (max-width: 991.9px) {
  .our-team {
    padding: 70px 0 35px;
  }
}
@media (max-width: 767.9px) {
  .our-team {
    padding: 50px 0 35px;
  }
}
.our-team .row-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.our-team .row-box .row-item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 58px 0 55px;
  border-bottom: 1px solid transparent;
  position: relative;
}
@media (max-width: 767.9px) {
  .our-team .row-box .row-item {
    padding: 35px 0 35px;
  }
}
.our-team .row-box .row-item:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 1px;
  background-color: var(--basic-color);
  -webkit-transition: var(--lineAnimate);
  transition: var(--lineAnimate);
}
.our-team .row-box .row-item.line-active::after {
  width: 100%;
}
@media (max-width: 767.9px) {
  .our-team .row-box .row-item {
    padding: 35px 0 40px;
  }
}
@media (max-width: 991.9px) {
  .our-team .row-box .row-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.our-team .row-box .row-item:first-child {
  padding-top: 0;
}
.our-team .row-box .row-item:last-child {
  border-bottom: none;
}
.our-team .row-box .row-item .text-box {
  width: 100%;
  max-width: 445px;
  margin-right: 25px;
}
@media (max-width: 1199.9px) {
  .our-team .row-box .row-item .text-box {
    max-width: 300px;
  }
}
@media (max-width: 991.9px) {
  .our-team .row-box .row-item .text-box {
    max-width: unset;
    margin: 0 0 35px;
  }
}
.our-team .row-box .row-item:first-child .item-title .logo-box {
  width: 141px;
}
.our-team .row-box .row-item .item-title {
  width: 100%;
  max-width: 293px;
  margin: 0 40px 25px 0;
}
@media (max-width: 991.9px) {
  .our-team .row-box .row-item .item-title {
    margin: 0 0 30px;
  }
}
.our-team .row-box .row-item .item-title h2 {
  font-family: "Arboria";
  font-style: normal;
  font-weight: 500;
  font-size: 25px;
  line-height: 1.2;
  font-weight: 700;
  margin: 0 0 61px;
  min-height: 72px;
  margin-bottom: 45px;
}
@media (max-width: 767.9px) {
  .our-team .row-box .row-item .item-title h2 {
    font-size: 22px;
  }
}
@media (max-width: 1199.9px) {
  .our-team .row-box .row-item .item-title h2 {
    margin: 0 0 45px;
  }
}
@media (max-width: 991.9px) {
  .our-team .row-box .row-item .item-title h2 {
    margin: 0 0 30px;
    min-height: unset;
  }
}
.our-team .row-box .row-item .item-title h2:last-child {
  margin-bottom: 0;
}
.our-team .row-box .row-item .item-title .logo-box {
  height: 200px;
  max-width: 293px;
  max-height: 62px;
}
@media (max-width: 991.9px) {
  .our-team .row-box .row-item .item-title .logo-box {
    max-height: 60px;
    max-width: 240px;
  }
}
.our-team .row-box .row-item .item-title .logo-box img {
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 991.9px) {
  .our-team .row-box .row-item .item-title .logo-box img {
    height: 100%;
    width: auto;
  }
}
.our-team .row-box .row-item .item-content-box {
  width: 100%;
  max-width: 764px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 991.9px) {
  .our-team .row-box .row-item .item-content-box {
    max-width: unset;
  }
}
.our-team .row-box .row-item .item-content-box .text-body {
  font-family: "Arboria";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
  font-weight: 500;
  max-width: 605px;
  min-height: 72px;
  margin-bottom: 45px;
}
@media (max-width: 767.9px) {
  .our-team .row-box .row-item .item-content-box .text-body {
    font-size: 18px;
  }
}
@media (max-width: 991.9px) {
  .our-team .row-box .row-item .item-content-box .text-body {
    max-width: unset;
    margin-bottom: 30px;
    min-height: unset;
  }
}
@media (max-width: 991.9px) {
  .our-team .row-box .row-item .pleacehold {
    display: none !important;
  }
}
.our-team .row-box .row-item .col-box {
  width: calc(100% + 24px);
  margin: 0 -12px -99px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 767.9px) {
  .our-team .row-box .row-item .col-box {
    margin: 0 -12px -40px;
  }
}
.our-team .row-box .row-item .col-box .col-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(33.33% - 24px);
  margin: 0 12px 99px;
}
@media (max-width: 767.9px) {
  .our-team .row-box .row-item .col-box .col-item {
    width: calc(50% - 24px);
    margin: 0 12px 40px;
  }
}
@media (max-width: 575.9px) {
  .our-team .row-box .row-item .col-box .col-item {
    width: calc(100% - 24px);
  }
}
.our-team .row-box .row-item .col-box .col-item .img {
  aspect-ratio: 237.85/224.43;
  margin: 0 0 14px;
  width: 100%;
}
.our-team .row-box .row-item .col-box .col-item .img img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.our-team .row-box .row-item .col-box .col-item .info-box {
  font-family: "Arboria";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.25;
  line-height: 1.25;
  width: 100%;
}
@media (max-width: 767.9px) {
  .our-team .row-box .row-item .col-box .col-item .info-box {
    font-size: 15px;
  }
}
.our-team .row-box .row-item .col-box .col-item .info-box p {
  margin: 0;
}
.our-team .row-box .row-item .col-box .col-item .info-box a {
  text-decoration: none;
  display: block;
}
.our-team .row-box .row-item .col-box .col-item .info-box .mail {
  white-space: wrap;
  word-wrap: break-word;
}
.our-team .row-box .row-item .col-box .col-item .info-box .name {
  font-family: "Arboria";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 700;
  line-height: 1.3;
  margin: 0;
}
@media (max-width: 767.9px) {
  .our-team .row-box .row-item .col-box .col-item .info-box .name {
    font-size: 15px;
  }
}
.our-team:not(:last-child) .row-item:last-child {
  padding-bottom: 0;
}
.our-team:not(:last-child) .row-item:last-child::after {
  content: none;
}

.management-section {
  padding: 100px 0 100px;
}
@media (max-width: 991.9px) {
  .management-section {
    padding: 70px 0 70px;
  }
}
@media (max-width: 767.9px) {
  .management-section {
    padding: 40px 0 40px;
  }
}
.management-section .title {
  margin: 0 0 40px;
}
.management-section .title h2 {
  font-family: "Arboria";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
  margin: 0 0 0px;
}
@media (max-width: 767.9px) {
  .management-section .title h2 {
    font-size: 18px;
  }
}
.management-section .row-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.management-section .row-box .row-item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 50px 0 46px;
  border-bottom: 1px solid transparent;
  position: relative;
}
.management-section .row-box .row-item:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 1px;
  background-color: #B69B73;
  -webkit-transition: var(--lineAnimate);
  transition: var(--lineAnimate);
}
.management-section .row-box .row-item.line-active::after {
  width: 100%;
}
@media (max-width: 767.9px) {
  .management-section .row-box .row-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.management-section .row-box .row-item:first-child {
  padding-top: 0;
}
.management-section .row-box .row-item:first-child .logo-box {
  margin-top: 3.5px;
}
@media (max-width: 767.9px) {
  .management-section .row-box .row-item:first-child .logo-box {
    margin-top: 0px;
  }
}
.management-section .row-box .row-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.management-section .row-box .row-item:last-child::after {
  content: none;
}
.management-section .row-box .row-item .text-box {
  width: 100%;
  max-width: 445px;
  margin-right: 25px;
}
.management-section .row-box .row-item .item-title {
  width: 100%;
  max-width: 230px;
  margin: 0 40px 25px 0;
}
.management-section .row-box .row-item .logo-box {
  max-width: 177px;
  min-width: 177px;
  max-height: 62px;
  margin-right: 35px;
}
@media (max-width: 767.9px) {
  .management-section .row-box .row-item .logo-box {
    margin: 0;
  }
}
.management-section .row-box .row-item .logo-box img {
  display: block;
}
.management-section .row-box .row-item .img-and-text {
  width: 100%;
  max-width: 605px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-right: 159px;
}
@media (max-width: 1199.9px) {
  .management-section .row-box .row-item .img-and-text {
    margin-right: 0;
  }
}
@media (max-width: 767.9px) {
  .management-section .row-box .row-item .img-and-text {
    max-width: unset;
    margin-top: 30px;
  }
}
.management-section .row-box .row-item .img-and-text .img {
  margin-bottom: 15px;
}
.management-section .row-box .row-item .img-and-text .text-body {
  font-family: "Arboria";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
  max-width: 605px;
}
@media (max-width: 767.9px) {
  .management-section .row-box .row-item .img-and-text .text-body {
    font-size: 18px;
  }
}
.management-section .row-box .row-item .img-and-text .text-body p {
  margin: 0 0 5px;
}
.management-section .row-box .row-item .img-and-text .text-body p:last-child {
  margin-bottom: 0;
}

.contact-section {
  padding: 100px 0 0;
  background-color: #B69B73 !important;
  color: #ffffff !important;
  position: relative;
  z-index: 5;
}
@media (max-width: 991.9px) {
  .contact-section {
    padding: 70px 0 0;
  }
}
@media (max-width: 767.9px) {
  .contact-section {
    padding: 60px 0 0;
  }
}
.contact-section .content {
  padding-bottom: 158.7px;
  position: relative;
}
@media (max-width: 991.9px) {
  .contact-section .content {
    padding-bottom: 110px;
  }
}
@media (max-width: 767.9px) {
  .contact-section .content {
    padding-bottom: 70px;
  }
}
.contact-section .content::after {
  content: "";
  width: calc(100% - 60px);
  position: absolute;
  left: 30px;
  bottom: 0;
  height: 1px;
  background-color: #ffffff;
}
@media (max-width: 767.9px) {
  .contact-section .content::after {
    width: calc(100% - 50px);
    left: 25px;
  }
}
.contact-section a {
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.contact-section .form-title {
  margin: -13.5px 0 44px;
  max-width: 460px;
}
@media (max-width: 767.9px) {
  .contact-section .form-title {
    margin: 0 0 35px;
  }
}
.contact-section .form-title h2 {
  font-family: "Arboria";
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  line-height: 1.2;
  margin: 0;
}
@media (max-width: 991.9px) {
  .contact-section .form-title h2 {
    font-size: 28px;
  }
}
@media (max-width: 767.9px) {
  .contact-section .form-title h2 {
    font-size: 25px;
  }
}
.contact-section .content .flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
@media (max-width: 991.9px) {
  .contact-section .content .flex-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.contact-section .content .form-box {
  position: relative;
  width: 100%;
  max-width: 605px;
}
@media (max-width: 991.9px) {
  .contact-section .content .form-box {
    max-width: unset;
    margin: 0 0 60px;
  }
}
.contact-section .content .form-box form {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.contact-section .content .form-box form label {
  display: none;
}
.contact-section .content .form-box form > input {
  display: none !important;
}
.contact-section .content .form-box form input {
  display: block;
  width: 100%;
  font-family: "Arboria";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.25;
}
@media (max-width: 767.9px) {
  .contact-section .content .form-box form input {
    font-size: 15px;
  }
}
.contact-section .content .form-box form .input-box {
  width: 100%;
  margin: 0 0 45px;
  position: relative;
}
@media (max-width: 767.9px) {
  .contact-section .content .form-box form .input-box {
    margin: 0 0 27px;
  }
}
.contact-section .content .form-box form .input-box input {
  padding: 0 0 9px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: inherit !important;
}
.contact-section .content .form-box form .input-box input::-webkit-input-placeholder {
  color: inherit !important;
}
.contact-section .content .form-box form .input-box input::-moz-placeholder {
  color: inherit !important;
}
.contact-section .content .form-box form .input-box input:-ms-input-placeholder {
  color: inherit !important;
}
.contact-section .content .form-box form .input-box input::-ms-input-placeholder {
  color: inherit !important;
}
.contact-section .content .form-box form .input-box input::placeholder {
  color: inherit !important;
}
.contact-section .content .form-box form .input-box input::-webkit-input-placeholder {
  color: inherit !important;
}
.contact-section .content .form-box form .input-box input:-moz-placeholder {
  color: inherit !important;
}
.contact-section .content .form-box form .input-box input::-moz-placeholder {
  color: inherit !important;
}
.contact-section .content .form-box form .input-box input:-ms-input-placeholder {
  color: inherit !important;
}
.contact-section .content .form-box form .input-box:first-child input {
  padding-top: 3px;
}
.contact-section .content .form-box form .input-box:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 1px;
  background-color: #ffffff;
  -webkit-transition: var(--lineAnimate);
  transition: var(--lineAnimate);
}
.contact-section .content .form-box form.line-active .input-box::after {
  width: 100%;
}
.contact-section .content .form-box form .choose-flex {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: "Arboria";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.25;
}
@media (max-width: 767.9px) {
  .contact-section .content .form-box form .choose-flex {
    font-size: 15px;
  }
}
.contact-section .content .form-box form .choose-flex .choose-title {
  font-family: "Arboria";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.25;
  margin: 0 0 8px;
}
@media (max-width: 767.9px) {
  .contact-section .content .form-box form .choose-flex .choose-title {
    font-size: 15px;
  }
}
.contact-section .content .form-box form .wpcf7-list-item {
  margin: 0;
}
.contact-section .content .form-box form .choose-box,
.contact-section .content .form-box form .wpcf7-list-item {
  width: 100%;
  z-index: 9;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 25px;
  line-height: 1.25;
}
@media (max-width: 767.9px) {
  .contact-section .content .form-box form .choose-box,
  .contact-section .content .form-box form .wpcf7-list-item {
    font-size: 16px;
  }
}
@media (max-width: 767.9px) {
  .contact-section .content .form-box form .choose-box,
  .contact-section .content .form-box form .wpcf7-list-item {
    margin-bottom: 16px;
  }
}
.contact-section .content .form-box form .choose-box:last-child,
.contact-section .content .form-box form .wpcf7-list-item:last-child {
  margin-bottom: 0;
}
.contact-section .content .form-box form .choose-box label,
.contact-section .content .form-box form .wpcf7-list-item label {
  display: block;
}
.contact-section .content .form-box form .choose-box input[type=checkbox],
.contact-section .content .form-box form .choose-box input[type=radio],
.contact-section .content .form-box form .wpcf7-list-item input[type=checkbox],
.contact-section .content .form-box form .wpcf7-list-item input[type=radio] {
  position: absolute;
  z-index: -50;
  opacity: 0;
}
.contact-section .content .form-box form .choose-box input[type=checkbox]:checked + label::before, .contact-section .content .form-box form .choose-box input[type=checkbox]:checked + .wpcf7-list-item-label::before,
.contact-section .content .form-box form .choose-box input[type=radio]:checked + label::before,
.contact-section .content .form-box form .choose-box input[type=radio]:checked + .wpcf7-list-item-label::before,
.contact-section .content .form-box form .wpcf7-list-item input[type=checkbox]:checked + label::before,
.contact-section .content .form-box form .wpcf7-list-item input[type=checkbox]:checked + .wpcf7-list-item-label::before,
.contact-section .content .form-box form .wpcf7-list-item input[type=radio]:checked + label::before,
.contact-section .content .form-box form .wpcf7-list-item input[type=radio]:checked + .wpcf7-list-item-label::before {
  content: "\e902";
  background-color: #ffffff;
}
.contact-section .content .form-box form .choose-box .wpcf7-list-item-label,
.contact-section .content .form-box form .choose-box label1,
.contact-section .content .form-box form .wpcf7-list-item .wpcf7-list-item-label,
.contact-section .content .form-box form .wpcf7-list-item label1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.contact-section .content .form-box form .choose-box .wpcf7-list-item-label::before,
.contact-section .content .form-box form .choose-box label1::before,
.contact-section .content .form-box form .wpcf7-list-item .wpcf7-list-item-label::before,
.contact-section .content .form-box form .wpcf7-list-item label1::before {
  content: "";
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 21px;
  height: 21px;
  min-width: 21px;
  border: 1px solid #ffffff;
  margin-right: 14px;
  font-size: 1.2em;
  color: #B69B73;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.contact-section .content .form-box form .submit-box {
  position: relative;
  margin-top: 10px;
}
@media (max-width: 767.9px) {
  .contact-section .content .form-box form .submit-box {
    margin-top: 5px;
  }
}
.contact-section .content .form-box form .submit-box input {
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 124px;
  min-height: 38px;
  font-weight: 500;
  color: #B69B73;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  font-family: "Arboria";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 120%;
}
@media (max-width: 767.9px) {
  .contact-section .content .form-box form .submit-box input {
    max-width: 100%;
  }
}
@media (min-width: 767.9px) {
  .contact-section .content .form-box form .submit-box input:hover {
    background-color: #B69B73;
    color: #ffffff;
  }
}
.contact-section .content .form-box form .submit-box .wpcf7-spinner {
  position: absolute;
  right: -20px;
  margin: 0;
  padding: 0;
  top: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
  overflow: visible !important;
  aspect-ratio: 1 !important;
}
.contact-section .content .form-box form .submit-box .wpcf7-spinner::before {
  z-index: 9;
}
.contact-section .content .form-box form .submit-box .wpcf7-spinner::after {
  content: "";
  background-color: #23282d;
  opacity: 0.75;
  width: 24px;
  height: 24px;
  border: none;
  border-radius: 100%;
  display: block;
  position: relative;
  overflow: visible;
}
.contact-section img {
  display: block;
}
.contact-section .text {
  width: 100%;
  max-width: 445px;
  margin-left: 40px;
  margin-top: -4px;
  font-family: "Arboria";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.25;
}
@media (max-width: 767.9px) {
  .contact-section .text {
    font-size: 15px;
  }
}
@media (max-width: 991.9px) {
  .contact-section .text {
    margin-left: 0;
    max-width: unset;
  }
}
.contact-section .text .info-box p {
  font-weight: 400;
}
.contact-section .text .info-box p strong {
  font-weight: 500;
}
.contact-section .text .info-box p a {
  font-weight: 400;
}
.contact-section .text .info-box .position {
  font-weight: 400;
}
.contact-section .text .download-box {
  position: relative;
  position: relative;
}
.contact-section .text .download-box .download-btn {
  font-family: "Arboria";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: -0.01em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 25px;
  margin-bottom: 19px;
  font-weight: 500;
}
@media (max-width: 767.9px) {
  .contact-section .text .download-box .download-btn {
    font-size: 15px;
  }
}
@media (max-width: 767.9px) {
  .contact-section .text .download-box .download-btn {
    padding-bottom: 22px;
    margin-bottom: 15px;
    padding-right: 0;
  }
}
.contact-section .text .download-box p {
  font-weight: 500;
  margin: 0;
}
.contact-section .text .download-box a::after {
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e901";
  font-size: 1.8em;
  display: block;
  margin-left: 15px;
}
.contact-section .text .download-box:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 1px;
  background-color: #ffffff;
  -webkit-transition: var(--lineAnimate);
  transition: var(--lineAnimate);
}
.contact-section .text .download-box.line-active::after {
  width: 100%;
}
.contact-section .text .text-content .info-title {
  font-weight: 500;
  margin-bottom: 33px;
}
@media (max-width: 767.9px) {
  .contact-section .text .text-content .info-title {
    margin-bottom: 25px;
  }
}
.contact-section .text .text-content a {
  display: block;
}
.contact-section .text .text-content .info-row-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-bottom: 36px;
  margin-bottom: 26px;
  position: relative;
}
@media (max-width: 575.9px) {
  .contact-section .text .text-content .info-row-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.contact-section .text .text-content .info-row-box:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.contact-section .text .text-content .info-row-box:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 1px;
  background-color: #ffffff;
  -webkit-transition: var(--lineAnimate);
  transition: var(--lineAnimate);
}
.contact-section .text .text-content .info-row-box:last-child:after {
  content: none;
}
.contact-section .text .text-content .info-row-box.line-active::after {
  width: 100%;
}
.contact-section .text .text-content .logo-1,
.contact-section .text .text-content .logo-2,
.contact-section .text .text-content .logo-3 {
  width: 145.5px;
  min-width: 145.5px;
  margin-right: 12px;
}
@media (max-width: 575.9px) {
  .contact-section .text .text-content .logo-1,
  .contact-section .text .text-content .logo-2,
  .contact-section .text .text-content .logo-3 {
    margin-bottom: 20px;
  }
}
.contact-section .text .text-content .logo-1:hover,
.contact-section .text .text-content .logo-2:hover,
.contact-section .text .text-content .logo-3:hover {
  opacity: 1;
}
.contact-section .text .text-content .logo-1 img {
  width: 100px;
}
.contact-section .text .text-content .info-item {
  margin-bottom: 20px;
}
.contact-section .text .text-content .info-item p {
  margin: 0;
}
.contact-section .text .text-content .logo-2 img {
  width: 152.5px;
}
.contact-section .text .text-content .logo-3 img {
  width: 133px;
}
.contact-section .text .text-content p {
  margin: 0 0 14px;
}
.contact-section .text .text-content p:last-child {
  margin-bottom: 0;
}
.contact-section.sentAfter .container::after {
  scale: 10;
  -webkit-transition: all 2.6s ease-in-out;
  transition: all 2.6s ease-in-out;
}
.contact-section.sentAfter .form-box::after {
  scale: 10;
  -webkit-transition: all 2.6s ease-in-out;
  transition: all 2.6s ease-in-out;
}
.contact-section.sentAfter::after {
  width: 400%;
}
@media (max-width: 767.9px) {
  .contact-section.sentAfter::after {
    width: 302.272%;
    height: 3200px;
  }
}

.steps-blocks {
  padding: 100px 0 100px;
}
@media (max-width: 991.9px) {
  .steps-blocks {
    padding: 70px 0 70px;
  }
}
.steps-blocks .title {
  margin: 0 0 57px;
  text-align: center;
}
.steps-blocks .title h2 {
  font-family: "Arboria";
  font-style: normal;
  font-weight: 500;
  font-size: 25px;
  line-height: 1.2;
  line-height: normal;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 620px;
}
@media (max-width: 767.9px) {
  .steps-blocks .title h2 {
    font-size: 22px;
  }
}
.steps-blocks .col-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media (max-width: 991.9px) {
  .steps-blocks .col-box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: -50px;
  }
}
.steps-blocks .col-box .col-item {
  width: 100%;
  max-width: calc(33.33% - 0px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding: 0 62px;
  position: relative;
}
@media (max-width: 991.9px) {
  .steps-blocks .col-box .col-item {
    padding: 0 25px;
    max-width: calc(50% - 0px);
    margin-bottom: 50px;
  }
}
@media (max-width: 575.9px) {
  .steps-blocks .col-box .col-item {
    max-width: 100%;
  }
}
.steps-blocks .col-box .col-item::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 0%;
  background-color: var(--basic-color);
  -webkit-transition: var(--lineAnimate);
  transition: var(--lineAnimate);
}
.steps-blocks .col-box .col-item::before {
  position: absolute;
  bottom: -25px;
  left: 0;
  width: 0%;
  height: 1px;
  background-color: var(--basic-color);
  -webkit-transition: var(--lineAnimate);
  transition: var(--lineAnimate);
}
.steps-blocks .col-box .col-item:last-child:after {
  display: none;
}
.steps-blocks .col-box .col-item:last-child::before {
  content: none !important;
}
@media (max-width: 991.9px) {
  .steps-blocks .col-box .col-item:nth-child(2):after {
    display: none;
  }
}
@media (max-width: 575.9px) {
  .steps-blocks .col-box .col-item::before {
    content: "";
  }
  .steps-blocks .col-box .col-item::after {
    content: none;
  }
}
.steps-blocks .col-box .col-item.line-active::after {
  height: 100%;
}
.steps-blocks .col-box .col-item.line-active::before {
  width: 100%;
}
.steps-blocks .col-box .col-item .index {
  font-family: "Arboria";
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  line-height: 1.2;
  font-family: "Poppins";
  line-height: 1;
  color: #B69B73;
  background-color: var(--basic-color);
  width: 61.2px;
  min-width: 61.2px;
  height: 61.2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  margin-bottom: 32px;
}
@media (max-width: 991.9px) {
  .steps-blocks .col-box .col-item .index {
    font-size: 28px;
  }
}
@media (max-width: 767.9px) {
  .steps-blocks .col-box .col-item .index {
    font-size: 25px;
  }
}
.steps-blocks .col-box .col-item .text {
  font-family: "Arboria";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 130%;
}
@media (max-width: 767.9px) {
  .steps-blocks .col-box .col-item .text {
    font-size: 16px;
  }
}
.steps-blocks .col-box .col-item .text .item-title {
  font-family: "Arboria";
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  line-height: 1.2;
  font-family: "Poppins";
  line-height: 1;
  margin: 0 0 19px;
}
@media (max-width: 991.9px) {
  .steps-blocks .col-box .col-item .text .item-title {
    font-size: 28px;
  }
}
@media (max-width: 767.9px) {
  .steps-blocks .col-box .col-item .text .item-title {
    font-size: 25px;
  }
}
.steps-blocks .col-box .col-item .text p {
  max-width: 275px;
}

.text-image {
  padding: 100px 0 100px;
}
@media (max-width: 991.9px) {
  .text-image {
    padding: 70px 0 70px;
  }
}
@media (max-width: 767.9px) {
  .text-image {
    padding: 40px 0 70px;
  }
}
.text-image .row-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767.9px) {
  .text-image .row-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.text-image .title {
  margin: 0 0 49px;
}
@media (max-width: 767.9px) {
  .text-image .title {
    margin-bottom: 32px;
  }
}
.text-image .title h2 {
  margin: 0;
  font-family: "Arboria";
  font-style: normal;
  font-weight: 500;
  font-size: 25px;
  line-height: 1.2;
  font-weight: bold;
  line-height: normal;
}
@media (max-width: 767.9px) {
  .text-image .title h2 {
    font-size: 22px;
  }
}
.text-image .img {
  width: 100%;
  max-width: 607px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 33px;
}
@media (max-width: 767.9px) {
  .text-image .img {
    max-width: unset;
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.text-image .text-box {
  width: 100%;
  max-width: 598px;
  font-family: "Arboria";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
}
@media (max-width: 767.9px) {
  .text-image .text-box {
    font-size: 18px;
  }
}
@media (max-width: 767.9px) {
  .text-image .text-box {
    max-width: unset;
  }
}
.text-image .text-box p {
  margin-bottom: 5px;
}
.text-image .text-box p:last-child {
  margin-bottom: 0;
}
.text-image .text-box p strong {
  font-weight: 500;
}
.text-image .text-box p:has(img) {
  width: 178px;
  margin-bottom: 37.25px;
}
@media (max-width: 767.9px) {
  .text-image .text-box p:has(img) {
    width: 145px;
    margin-bottom: 26px;
  }
}
.text-image .text-box p:has(img) img {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
}
.text-image .text-box p:has(img) a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.text-image .text-box p:has(img) a:hover {
  opacity: 0.6;
}

footer {
  background-color: #B69B73;
  color: #ffffff;
  padding: 60px 0 0;
}
@media (max-width: 767.9px) {
  footer {
    padding: 45px 0 0;
  }
}
footer img {
  display: block;
}
footer .footer-logo {
  display: block;
  width: 231.14px;
  margin-right: 40px;
  margin-bottom: 61px;
}
@media (max-width: 991.9px) {
  footer .footer-logo {
    margin-bottom: 40px;
  }
}
@media (max-width: 767.9px) {
  footer .footer-logo {
    width: 200px;
    margin-bottom: 32px;
  }
}
@media (max-width: 575.9px) {
  footer .footer-logo {
    margin: 0 auto 25px;
  }
}
footer .footer-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 0 89px;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 991.9px) {
  footer .footer-top {
    padding: 0 0 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 575.9px) {
  footer .footer-top {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
}
footer .footer-top .form-box {
  width: 100%;
  max-width: 319px;
  color: inherit;
  margin-top: 16px;
  margin-right: 40px;
}
@media (max-width: 991.9px) {
  footer .footer-top .form-box {
    margin-bottom: 30px;
    margin-right: auto;
  }
}
@media (max-width: 575.9px) {
  footer .footer-top .form-box {
    margin-left: auto;
  }
}
footer .footer-top .form-box h2 {
  font-family: "Arboria";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 500;
  margin: 0 0 27px;
  line-height: 1.25;
}
@media (max-width: 767.9px) {
  footer .footer-top .form-box h2 {
    font-size: 15px;
  }
}
footer .footer-top .form-box form {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Arboria";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.25;
  color: inherit;
}
@media (max-width: 767.9px) {
  footer .footer-top .form-box form {
    font-size: 15px;
  }
}
footer .footer-top .form-box form .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
  color: inherit;
}
footer .footer-top .form-box form .input-box {
  width: 100%;
}
footer .footer-top .form-box form .input-box input {
  display: block;
  width: 100%;
  font-size: inherit;
  color: inherit;
  line-height: 1.25;
  padding-bottom: 6px;
  font-weight: 400;
  border-bottom: 1px solid #ffffff;
}
footer .footer-top .form-box form .submit-box {
  position: absolute;
  right: 0;
  top: 0.2em;
  display: block;
  z-index: 6;
}
footer .footer-top .form-box form .submit-box input {
  font-size: 0;
  color: transparent;
  display: block;
  width: 15.5px;
  height: 13.5px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(../images/submit-arrow.svg);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 1;
}
@media (min-width: 767.9px) {
  footer .footer-top .form-box form .submit-box input:hover {
    opacity: 0.6;
  }
}
footer .footer-top .form-box form .submit-box .wpcf7-spinner {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin: 0;
}
footer .footer-top .form-box form.submitting .submit-box input {
  opacity: 0 !important;
}
@media (min-width: 991.9px) {
  footer .footer-top .form-box form .wpcf7-response-output {
    position: absolute;
    bottom: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    margin-top: 0;
    padding-top: 10px !important;
  }
}
footer .footer-top .logo-box {
  width: 100%;
  max-width: 712.5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 991.9px) {
  footer .footer-top .logo-box {
    max-width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (max-width: 575.9px) {
  footer .footer-top .logo-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
footer .footer-top .logo-box a:hover {
  opacity: 1;
}
footer .footer-top .logo-box .logo-title {
  margin: 0 0 9px;
}
footer .footer-top .logo-box .logo-box-1 img,
footer .footer-top .logo-box .logo-box-2 img,
footer .footer-top .logo-box .logo-box-3 img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left;
     object-position: left;
}
footer .footer-top .logo-box .logo-box-1 .logo,
footer .footer-top .logo-box .logo-box-2 .logo,
footer .footer-top .logo-box .logo-box-3 .logo {
  height: 44px;
}
footer .footer-top .logo-box .logo-box-1 {
  max-width: 171.3px;
}
footer .footer-top .logo-box .logo-box-1 .logo {
  display: block;
  width: 97.88px;
}
@media (max-width: 767.9px) {
  footer .footer-top .logo-box .logo-box-1 .logo {
    width: 85px;
  }
}
@media (max-width: 575.9px) {
  footer .footer-top .logo-box .logo-box-1 .logo {
    margin: 0 auto;
  }
}
footer .footer-top .logo-box .logo-box-2 {
  max-width: 224px;
  margin-left: 62px;
  margin-right: 62px;
}
@media (max-width: 1199.9px) {
  footer .footer-top .logo-box .logo-box-2 {
    margin-left: 35px;
    margin-right: 35px;
  }
}
@media (max-width: 575.9px) {
  footer .footer-top .logo-box .logo-box-2 {
    margin: 30px 0;
  }
}
footer .footer-top .logo-box .logo-box-2 .logo {
  display: block;
  width: 224px;
}
@media (max-width: 767.9px) {
  footer .footer-top .logo-box .logo-box-2 .logo {
    width: 180px;
  }
}
@media (max-width: 575.9px) {
  footer .footer-top .logo-box .logo-box-2 .logo {
    margin: 0 auto;
  }
}
footer .footer-top .logo-box .logo-box-3 {
  max-width: 177px;
}
footer .footer-top .logo-box .logo-box-3 .logo {
  display: block;
  width: 152px;
}
@media (max-width: 767.9px) {
  footer .footer-top .logo-box .logo-box-3 .logo {
    width: 130px;
  }
}
@media (max-width: 575.9px) {
  footer .footer-top .logo-box .logo-box-3 .logo {
    margin: 0 auto;
  }
}
footer .footer-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 35px 0 43px;
}
@media (max-width: 767.9px) {
  footer .footer-bottom {
    padding: 32px 0 30px;
  }
}
@media (max-width: 575.9px) {
  footer .footer-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 25px 0 35px;
    text-align: center;
  }
}
footer .footer-bottom a,
footer .footer-bottom p {
  font-family: "Arboria";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 500;
  line-height: 1.25;
  position: relative;
  display: inline-block;
  text-decoration: none;
  margin: 0;
  padding: 0 0;
}
@media (max-width: 767.9px) {
  footer .footer-bottom a,
  footer .footer-bottom p {
    font-size: 15px;
  }
}
footer .footer-bottom .copy-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 30px;
}
@media (max-width: 575.9px) {
  footer .footer-bottom .copy-right {
    margin: 8px 0 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
footer .footer-bottom .copy-right > p {
  white-space: nowrap;
}
footer .footer-bottom .copy-right > p::after {
  content: "|";
  font-size: 1.0625em;
  display: inline-block;
  margin: 0 5px;
  vertical-align: bottom;
  line-height: 1;
  font-weight: 400;
  font-family: "Inter";
}
footer .footer-bottom .copy-right > p:last-child::after {
  content: none !important;
}
footer .footer-bottom .copy-right a::before {
  display: block;
  content: "";
  width: calc(100% - 0px);
  height: 0.5px;
  background-color: #ffffff;
  position: absolute;
  left: 0;
  bottom: 0.01em;
}