@charset "UTF-8";
/*
    Theme Name: Royal Mansion
    Author: MaiDo
    Description: A starter theme
    Version: 1.0
    Text Domain: corex
    Tags: theme, starter theme, maido, twinger
*/
@font-face {
  font-family: "Canela-BoldItalic";
  src: url("./assets/fonts/Canela-BoldItalic.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "HJ Proza Display";
  src: url("./assets/fonts/HJProzaDisplay-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "MyriadPro-Regular";
  src: url("./assets/fonts/MyriadPro-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Mallory";
  src: url("./assets/fonts/Mallory-Thin.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-weight: 300;
}
@font-face {
  font-family: "Mallory";
  src: url("./assets/fonts/Mallory-Book.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Mallory";
  src: url("./assets/fonts/Mallory-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "UTM-Aptima";
  src: url("./assets/fonts/UTM-Aptima.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "SVN-OptimaNovaPro";
  src: url("./assets/fonts/SVN-OptimaNovaPro-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SVN-OptimaNovaPro";
  src: url("./assets/fonts/SVN-OptimaNovaPro-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SVN-OptimaNovaPro";
  src: url("./assets/fonts/SVN-OptimaNovaPro-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
/*! minireset.css v0.0.6 | MIT License | github.com/jgthms/minireset.css */
button,
input,
select,
textarea {
  margin: 0;
  outline: none;
}

html {
  box-sizing: border-box;
}

* {
  box-sizing: border-box;
}

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

img,
video {
  height: auto;
  max-width: 100%;
}

iframe {
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}
td:not([align]),
th:not([align]) {
  text-align: left;
}

html,
body {
  margin: 0;
  padding: 0;
}

.white {
  color: #ffffff;
}

body.hidden {
  overflow: hidden;
}

.icon_common:hover img,
.icon_common:hover svg {
  animation-name: snakeX;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-duration: 1s;
}

::-webkit-scrollbar {
  width: 4px;
  background: #f2f4f7;
}

::-webkit-scrollbar-thumb {
  background: #d0d5dd;
  border-radius: 4px;
}

::-webkit-scrollbar-thumb:window-inactive {
  background: #d0d5dd;
}

.typography html,
.typography body,
.typography p,
.typography ol,
.typography ul,
.typography li,
.typography dl,
.typography dt,
.typography dd,
.typography blockquote,
.typography figure,
.typography fieldset,
.typography legend,
.typography textarea,
.typography pre,
.typography iframe,
.typography hr,
.typography h1,
.typography h2,
.typography h3,
.typography h4,
.typography h5,
.typography h6 {
  margin: 0;
  padding: 0;
}
.typography ul {
  list-style: none;
}
.typography a {
  text-decoration: none;
}

@-webkit-keyframes future {
  0% {
    transform: translate(-400px) rotate(-45deg);
  }
  50% {
    transform: translate(0) rotate(-45deg);
  }
  100% {
    transform: translate(400px) rotate(-45deg);
  }
}
@-moz-keyframes future {
  0% {
    transform: translate(-400px) rotate(-45deg);
  }
  50% {
    transform: translate(0) rotate(-45deg);
  }
  100% {
    transform: translate(400px) rotate(-45deg);
  }
}
@-o-keyframes future {
  0% {
    transform: translate(-400px) rotate(-45deg);
  }
  50% {
    transform: translate(0) rotate(-45deg);
  }
  100% {
    transform: translate(400px) rotate(-45deg);
  }
}
@keyframes future {
  0% {
    transform: translate(-400px) rotate(-45deg);
  }
  50% {
    transform: translate(0) rotate(-45deg);
  }
  100% {
    transform: translate(400px) rotate(-45deg);
  }
}
@-webkit-keyframes scroll_down {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translate(0, 0.6944444444vw);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes scroll_down {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translate(0, 0.6944444444vw);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes scroll_down {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translate(0, 0.6944444444vw);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes scroll_down {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translate(0, 0.6944444444vw);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes flicker {
  0% {
    opacity: 0.3;
    filter: blur(1px) drop-shadow(0px 0px 10px #F4F7F1);
  }
  25% {
    opacity: 0.65;
    filter: blur(1px) drop-shadow(0px 0px 20px #F4F7F1);
  }
  50% {
    opacity: 1;
    filter: blur(1px) drop-shadow(0px 0px 30px #F4F7F1);
  }
  75% {
    opacity: 0.65;
    filter: blur(1px) drop-shadow(0px 0px 20px #F4F7F1);
  }
  100% {
    opacity: 0.3;
    filter: blur(1px) drop-shadow(0px 0px 10px #F4F7F1);
  }
}
@-moz-keyframes flicker {
  0% {
    opacity: 0.3;
    filter: blur(1px) drop-shadow(0px 0px 10px #F4F7F1);
  }
  25% {
    opacity: 0.65;
    filter: blur(1px) drop-shadow(0px 0px 20px #F4F7F1);
  }
  50% {
    opacity: 1;
    filter: blur(1px) drop-shadow(0px 0px 30px #F4F7F1);
  }
  75% {
    opacity: 0.65;
    filter: blur(1px) drop-shadow(0px 0px 20px #F4F7F1);
  }
  100% {
    opacity: 0.3;
    filter: blur(1px) drop-shadow(0px 0px 10px #F4F7F1);
  }
}
@-o-keyframes flicker {
  0% {
    opacity: 0.3;
    filter: blur(1px) drop-shadow(0px 0px 10px #F4F7F1);
  }
  25% {
    opacity: 0.65;
    filter: blur(1px) drop-shadow(0px 0px 20px #F4F7F1);
  }
  50% {
    opacity: 1;
    filter: blur(1px) drop-shadow(0px 0px 30px #F4F7F1);
  }
  75% {
    opacity: 0.65;
    filter: blur(1px) drop-shadow(0px 0px 20px #F4F7F1);
  }
  100% {
    opacity: 0.3;
    filter: blur(1px) drop-shadow(0px 0px 10px #F4F7F1);
  }
}
@keyframes flicker {
  0% {
    opacity: 0.3;
    filter: blur(1px) drop-shadow(0px 0px 10px #F4F7F1);
  }
  25% {
    opacity: 0.65;
    filter: blur(1px) drop-shadow(0px 0px 20px #F4F7F1);
  }
  50% {
    opacity: 1;
    filter: blur(1px) drop-shadow(0px 0px 30px #F4F7F1);
  }
  75% {
    opacity: 0.65;
    filter: blur(1px) drop-shadow(0px 0px 20px #F4F7F1);
  }
  100% {
    opacity: 0.3;
    filter: blur(1px) drop-shadow(0px 0px 10px #F4F7F1);
  }
}
@keyframes colorTextBlack {
  0% {
    fill: #fff;
  }
  50% {
    fill: #07383C;
  }
  100% {
    fill: #fff;
  }
}
@keyframes runAround {
  0% {
    top: 0;
    left: 0;
  }
  35% {
    top: 0;
    left: 100%;
  }
  50% {
    top: 100%;
    left: 100%;
  }
  85% {
    top: 100%;
    left: 0;
  }
  100% {
    top: 0;
    left: 0;
  }
}
@keyframes slideRightFlare {
  0% {
    left: 0%;
  }
  100% {
    left: 100%;
  }
}
@keyframes slideLeftFlare {
  0% {
    left: 100%;
  }
  100% {
    left: 0%;
  }
}
@keyframes slideDownFlare {
  0% {
    top: 0%;
  }
  100% {
    top: 100%;
  }
}
@keyframes slideUpFlare {
  0% {
    top: 100%;
  }
  100% {
    top: 0%;
  }
}
@keyframes runVerticalDown {
  0% {
    top: 0;
  }
  100% {
    top: 40%;
    opacity: 0.35;
    z-index: -1;
  }
}
@keyframes draw22 {
  0% {
    stroke-dashoffset: 0;
  }
  to {
    stroke-dashoffset: 1000;
  }
}
.c-subtitle {
  color: var(--Green-1-01, #002818);
  font-family: "Manrope", sans-serif;
  font-size: 16.919px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.559px;
  /* 133.333% */
  letter-spacing: 3.384px;
  text-transform: uppercase;
  margin: 0 0 6px;
}
@media only screen and (max-width: 768px) {
  .c-subtitle {
    text-align: center;
  }
}

.c-title {
  color: var(--Green-1-01, #002818);
  font-family: "UTM-Aptima";
  font-size: 54.142px;
  font-style: normal;
  font-weight: 400;
  line-height: 65.421px;
  /* 120.833% */
  letter-spacing: 0.541px;
  text-transform: uppercase;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .c-title {
    text-align: center;
    font-size: 32px;
    line-height: 65.421px;
    letter-spacing: 0.32;
    margin-top: -10px;
  }
}

.btn_teaser_def {
  cursor: pointer;
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0 1.6666666667vw;
  height: 3.3333333333vw;
  background: linear-gradient(308deg, #CDA163, #D5AD70, #EACD92, #F3DBA1, #EED499, #E2C185, #CEA365, #CDA163);
  font-family: "Mallory";
  font-weight: 400;
  font-size: 1.0416666667vw;
  color: #002818;
  font-weight: 400;
  line-height: 3.4722222222vw;
  letter-spacing: -0.225px;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 767px) {
  .btn_teaser_def {
    font-size: 13px;
    height: auto;
    padding: 0.77em 1.6em 0.72em 1.6em;
    line-height: 1.4em;
  }
}
.btn_teaser_def:before {
  position: absolute;
  content: "";
  width: 0;
  height: 150px;
  background-color: rgba(255, 255, 255, 0.55);
  transform: rotate(-45deg);
  box-shadow: 0 0 40px 30px rgba(255, 255, 255, 0.55);
  animation: future 2.5s linear infinite;
}
.btn_teaser_def._fix {
  position: absolute;
  z-index: 100;
  top: 2.5vw;
  right: 2.5vw;
}
@media only screen and (max-width: 767px) {
  .btn_teaser_def._fix {
    right: 16px;
    top: 24px;
  }
}

.c-tab {
  display: flex;
  width: max-content;
  background: #0C525E;
  padding: 4px;
}
.c-tab .item {
  width: 145px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  /* 125% */
  letter-spacing: -0.24px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.c-tab .item.active {
  background: #41B2B8;
}

html,
body {
  color: #000;
  font-family: "Manrope";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: -0.015em;
  -webkit-font-smoothing: antialiased;
}

.tw-themes .tw-container {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 15px;
}
@media only screen and (max-width: 1440px) {
  .tw-themes .tw-container {
    max-width: 1300px;
  }
}
@media only screen and (max-width: 1200px) {
  .tw-themes .tw-container {
    padding: 0 40px;
  }
}
@media only screen and (max-width: 768px) {
  .tw-themes .tw-container {
    padding: 0 24px;
  }
}
.tw-themes .tw-container2 {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 30px;
}
@media only screen and (max-width: 1440px) {
  .tw-themes .tw-container2 {
    max-width: 1300px;
  }
}
@media only screen and (max-width: 1200px) {
  .tw-themes .tw-container2 {
    padding: 0 40px;
  }
}
@media only screen and (max-width: 768px) {
  .tw-themes .tw-container2 {
    padding: 0 24px;
  }
}
.tw-themes .tw-background {
  width: 100%;
  display: flex;
  justify-content: center;
}
.tw-themes .tw-background img {
  width: 100%;
  object-fit: cover;
}
.tw-themes .tw-background picture {
  width: 100%;
  display: flex;
  justify-content: center;
}
.tw-themes .tw-background picture img {
  width: 100%;
  height: auto;
}
.tw-themes .tw-button {
  font-family: "ExemplarPro", sans-serif;
  font-weight: 400;
  font-size: 18px;
  font-style: normal;
  line-height: 55px;
  letter-spacing: -0.54px;
  text-transform: uppercase;
  outline: none;
  border: none;
  border-radius: 0;
  cursor: pointer;
  color: #FFF;
  height: 59px;
  min-width: 240px;
  display: inline-flex;
  padding: 4px;
  justify-content: center;
  align-items: center;
  gap: 16px;
  background: radial-gradient(262.49% 141.42% at 100% 0%, #EEC386 14%, #A38047 66.16%, #967845 100%);
  transition: all 0.3s ease;
  position: relative;
}
@media only screen and (max-width: 640px) {
  .tw-themes .tw-button {
    font-size: 12px;
    font-weight: 400;
    line-height: 41.25px;
    letter-spacing: -0.36px;
    min-height: 40px;
    height: 44.25px;
    min-width: 180px;
  }
}
.tw-themes .tw-button:hover {
  background: radial-gradient(262.49% 141.42% at 100% 0%, #A38047 14%, #967845 66.16%, #EEC386 100%);
}
.tw-themes .tw-button::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  right: 4px;
  bottom: 4px;
  border: 1px solid #F4DCA2;
  pointer-events: none;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
}
.tw-themes .d-flex {
  display: flex;
}
.tw-themes .d-inline-flex {
  display: inline-flex;
}
.tw-themes .d-flex,
.tw-themes .d-inline-flex {
  /* Align items */
  /* justify-content */
}
.tw-themes .d-flex.align-start,
.tw-themes .d-inline-flex.align-start {
  align-items: flex-start;
}
.tw-themes .d-flex.align-end,
.tw-themes .d-inline-flex.align-end {
  align-items: flex-end;
}
.tw-themes .d-flex.align-center,
.tw-themes .d-inline-flex.align-center {
  align-items: center;
}
.tw-themes .d-flex.justify-between,
.tw-themes .d-inline-flex.justify-between {
  justify-content: space-between;
}
.tw-themes .d-flex.justify-end,
.tw-themes .d-inline-flex.justify-end {
  justify-content: flex-end;
}
.tw-themes .d-flex.justify-start,
.tw-themes .d-inline-flex.justify-start {
  justify-content: flex-start;
}
.tw-themes .d-flex.justify-center,
.tw-themes .d-inline-flex.justify-center {
  justify-content: center;
}
.tw-themes .d-flex.flex-wrap,
.tw-themes .d-inline-flex.flex-wrap {
  flex-wrap: wrap;
}
.tw-themes .d-flex.flex-column,
.tw-themes .d-inline-flex.flex-column {
  flex-direction: column;
}
.tw-themes .d-flex.flex-row,
.tw-themes .d-inline-flex.flex-row {
  flex-direction: row;
}
.tw-themes .d-flex.gap-8,
.tw-themes .d-inline-flex.gap-8 {
  gap: 8px;
}
.tw-themes .d-flex.gap-16,
.tw-themes .d-inline-flex.gap-16 {
  gap: 16px;
}
.tw-themes .d-flex.gap-24,
.tw-themes .d-inline-flex.gap-24 {
  gap: 24px;
}
.tw-themes .d-flex.gap-32,
.tw-themes .d-inline-flex.gap-32 {
  gap: 32px;
}
.tw-themes .text-center {
  text-align: center;
}
.tw-themes .text-right {
  text-align: right;
}
.tw-themes .text-left {
  text-align: left;
}
.tw-themes .text-decoration-none {
  text-decoration: none;
}
.tw-themes .text-uppercase {
  text-transform: uppercase;
}
.tw-themes .tw-body {
  font-family: "Mallory", sans-serif;
  font-weight: 400;
}
.tw-themes .tw-body.light {
  font-weight: 300;
}
.tw-themes .tw-body.medium {
  font-weight: 500;
}
.tw-themes .tw-body.semibold {
  font-weight: 600;
}
.tw-themes .tw-body.bold {
  font-weight: 700;
}
.tw-themes .tw-body.b5 {
  font-size: 20px;
  line-height: 28px;
  letter-spacing: -0.3px;
}
.tw-themes .tw-body.b6 {
  font-size: 15px;
  line-height: 20px;
  letter-spacing: -0.225px;
}

.container_common {
  padding: 0 8.3333333333vw;
}
@media (max-width: 1024px) {
  .container_common {
    padding: 0 2.9296875vw;
  }
}
@media (max-width: 576px) {
  .container_common {
    padding: 0 4vw;
  }
}

.menu-button {
  font-family: "Exemplar Pro", serif;
  text-transform: uppercase;
  background: transparent;
  outline: 0;
  border: none;
  padding: 0;
  cursor: pointer;
}

.header-main {
  position: absolute;
  z-index: 990;
  top: 0;
  left: 0;
  width: 100%;
  padding: 44px 2.7777777778%;
}
@media only screen and (max-width: 640px) {
  .header-main {
    padding: 32px 15px;
  }
  .header-main .align-center {
    justify-content: space-between;
  }
  .header-main .logo {
    width: 92px !important;
    margin-left: 0 !important;
  }
}
.header-main .logo {
  width: 139px;
  margin-left: 25.5555555556%;
}
@media only screen and (max-width: 1024px) {
  .header-main .logo {
    margin-left: 20%;
  }
}
@media only screen and (max-width: 768px) {
  .header-main .logo {
    margin-left: 12%;
  }
}
.header-main .logo svg {
  width: 100%;
  height: 100%;
}
.header-main .content-right {
  gap: 28px;
  color: #fff;
}
.header-main .content-right.is-black {
  color: #59462c;
}
.header-main .switch-lang {
  gap: 9px;
}
@media only screen and (max-width: 640px) {
  .header-main .switch-lang {
    display: none;
  }
}
.header-main .switch-lang select {
  color: inherit;
  font-family: "Exemplar Pro";
  font-size: 24px;
  font-weight: 300;
  line-height: 55px;
  letter-spacing: -0.72px;
  text-transform: uppercase;
  background: transparent;
  border: none;
}
.header-main .menu-button {
  color: inherit;
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: 55px;
  letter-spacing: -0.72px;
  text-transform: uppercase;
}
@media only screen and (max-width: 640px) {
  .header-main .menu-button {
    font-size: 16px;
    letter-spacing: -0.48px;
    line-height: 1;
  }
}
.header-main .menu-button .icon {
  position: relative;
  width: 64px;
  height: 26px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media only screen and (max-width: 640px) {
  .header-main .menu-button .icon {
    width: 24px;
    height: 18px;
  }
}
.header-main .menu-button .icon span {
  display: block;
  width: 100%;
  height: 2px;
  background: currentColor;
}
@media only screen and (min-width: 577px) {
  .header-main.header-inner .align-center {
    justify-content: space-between;
    flex-direction: row;
  }
  .header-main.header-inner .content-right {
    order: 2;
  }
  .header-main.header-inner .logo {
    order: 1;
    margin-left: 0 !important;
  }
}

.header-menu {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  padding: 36px 0 80px;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(100px);
  color: var(--Green-1-01, #002818);
  opacity: 0;
  visibility: hidden;
  transform: translate3d(0, -100%, 0);
  transition: all 0.3s ease;
}
@media only screen and (max-width: 640px) {
  .header-menu {
    padding: 28px 0 60px;
    height: 100%;
  }
}
.header-menu.active {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
}
.header-menu .menu-button {
  margin-left: auto;
  position: relative;
  justify-content: flex-end;
}
.header-menu .menu-wrapper {
  margin-top: 32px;
  padding-top: 40px;
  border-top: 1px solid #80A795;
  gap: 32px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 640px) {
  .header-menu .menu-wrapper {
    margin-top: 24px;
    padding-top: 24px;
  }
}
.header-menu .menu-wrapper .main-menu {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 24px 48px;
  justify-content: center;
  align-items: stretch;
  width: 51.1805555556%;
  height: 144px;
  padding-right: 140px;
}
@media only screen and (max-width: 1200px) {
  .header-menu .menu-wrapper .main-menu {
    padding-right: 0;
    width: auto;
  }
}
@media only screen and (max-width: 640px) {
  .header-menu .menu-wrapper .main-menu {
    gap: 16px;
    height: auto;
  }
}
.header-menu .menu-wrapper .main-menu li {
  display: flex;
}
.header-menu .menu-wrapper .main-menu li:hover a, .header-menu .menu-wrapper .main-menu li.current-menu-item a {
  color: #CCA063;
}
.header-menu .menu-wrapper .main-menu li a {
  color: inherit;
  font-family: "HJ Proza Display";
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0.26px;
  text-decoration: none;
}
@media only screen and (max-width: 640px) {
  .header-menu .menu-wrapper .main-menu li a {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.2px;
  }
}

#site-footer {
  position: relative;
  z-index: 9;
}

.footer-main {
  background: linear-gradient(116deg, #07383C 2.58%, #1397A2 66.16%);
  padding: 53px 15px 24px;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .footer-main {
    padding: 53px 60px 90px;
  }
}
.footer-main .partners {
  max-width: 719px;
  margin: auto;
  gap: 82px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .footer-main .partners {
    gap: 36px;
    flex-direction: column;
    align-items: flex-start !important;
  }
}
.footer-main .partners .partner {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .footer-main .partners .partner .logo {
    width: 200px;
  }
}
.footer-main .infomation {
  width: 860px;
  max-width: 100%;
  margin: 50px auto 24px;
  text-align: center;
  gap: 48px;
}
@media only screen and (max-width: 767px) {
  .footer-main .infomation {
    margin: 26px 0;
    flex-direction: column;
    gap: 8px;
    align-items: flex-start;
    text-align: left;
  }
}
.footer-main .infomation a {
  color: inherit;
  flex: 1 0 auto;
}
.footer-main .infomation svg {
  flex-shrink: 0;
}
.footer-main .infomation .hotline {
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .footer-main .social {
    justify-content: flex-start !important;
  }
}
.footer-main .social .item {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border: 1px solid rgba(236, 220, 198, 0.5);
  border-radius: 100px;
}
.footer-main .note {
  width: 718px;
  max-width: 100%;
  margin: 16px auto 0;
  font-family: "Manrope";
  font-weight: 400;
  color: #80A795, 0.8;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  line-height: 18px;
  letter-spacing: -0.18px;
}
@media only screen and (max-width: 767px) {
  .footer-main .note {
    margin-top: 24px;
    text-align: left;
  }
}

.copyright {
  font-family: "Manrope";
  font-weight: 400;
  background: #0C525E;
  width: 100%;
  padding: 6px 24px;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: -0.18px;
  color: rgba(255, 255, 255, 0.8);
}

.floating {
  position: fixed;
  right: 1.1111111111%;
  z-index: 90;
  top: 50%;
  transform: translateY(-50%);
  gap: 6px;
}
@media only screen and (max-width: 767px) {
  .floating {
    gap: 4px;
  }
}
.floating .item {
  width: 56px;
  height: 56px;
  background: #0C525E;
  border-radius: 50%;
  color: inherit;
  text-decoration: none;
}
@media (max-width: 1280px) {
  .floating .item {
    width: 50px;
    height: 50px;
  }
}
@media only screen and (max-width: 768px) {
  .floating .item {
    width: 45px;
    height: 45px;
  }
}
.floating .item.phone img {
  animation: snakeX 1.2s ease-in-out infinite;
}
.floating .item.form {
  padding: 16px;
}

@-webkit-keyframes snakeX {
  0% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-moz-keyframes snakeX {
  0% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-o-keyframes snakeX {
  0% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes snakeX {
  0% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    transform: rotate(0) scale(1) skew(1deg);
  }
}
#breadcrumb {
  position: relative;
  z-index: 12;
  padding: 80px 0 20px;
}
#breadcrumb .breadcrumb {
  display: flex;
  gap: 16px;
  color: var(--Brown-01, #0C525E);
  font-family: "Manrope";
  font-size: 32px;
  font-weight: 300;
  line-height: calc(47/32);
  text-transform: uppercase;
}
#breadcrumb .breadcrumb a {
  color: inherit;
}
@media only screen and (max-width: 640px) {
  #breadcrumb .breadcrumb {
    font-size: 12px;
    line-height: 1.5;
  }
}
#breadcrumb .entry-title-page {
  color: #0C525E;
  font-family: "SVN-OptimaNovaPro";
  font-weight: 400;
  font-size: 96px;
  line-height: 55px;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  padding-top: 32px;
}
@media only screen and (max-width: 640px) {
  #breadcrumb .entry-title-page {
    font-size: 36px;
    line-height: 1.3;
    padding-top: 12px;
  }
}

.nav-tab {
  position: relative;
  padding: 5px;
  border-image-slice: 1;
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
  background: #0C525E;
}
@media only screen and (max-width: 768px) {
  .nav-tab {
    gap: 16px;
    flex-wrap: wrap;
    padding: 16px;
  }
}
.nav-tab .btn-tab {
  width: 100%;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  outline: 0;
  text-decoration: none;
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-family: Manrope;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: -0.24px;
  padding: 16px 8px;
  transition: all 0.3s ease;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .nav-tab .btn-tab {
    width: 30%;
    height: 44px;
    font-size: 16px;
  }
}
@media only screen and (max-width: 768px) {
  .nav-tab .btn-tab {
    width: calc(50% - 8px);
    height: 36px;
    font-size: 14px;
  }
}
.nav-tab .btn-tab:hover, .nav-tab .btn-tab.active {
  background: #41B2B8;
  color: #fff;
}

.tab-content {
  position: relative;
}
.tab-content .tab-panel {
  display: none;
}
.tab-content .tab-panel.active {
  display: block;
}

.logo_tease_fix {
  position: absolute;
  display: block;
  top: 2.5vw;
  left: 3.6111111111vw;
  z-index: 100;
}
@media only screen and (max-width: 767px) {
  .logo_tease_fix {
    left: 16px;
  }
}
.logo_tease_fix img {
  transition: all 0.4s ease;
  width: 13.6111111111vw;
}
.logo_tease_fix img.active {
  filter: brightness(0) saturate(100%) invert(100%) sepia(16%) saturate(0%) hue-rotate(13deg) brightness(108%) contrast(102%);
}
@media only screen and (max-width: 767px) {
  .logo_tease_fix img.active {
    filter: unset;
  }
}
@media only screen and (max-width: 767px) {
  .logo_tease_fix img {
    width: 150px;
  }
}

.fp-section.fp-table,
.fp-slide.fp-table {
  display: flex;
}

.fp-slidesNav {
  bottom: 4.5% !important;
}
.fp-slidesNav ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.fp-slidesNav ul li {
  width: 0.5555555556vw;
  height: 0.5555555556vw;
  margin: 0 0.2777777778vw;
}
@media only screen and (max-width: 767px) {
  .fp-slidesNav ul li {
    width: 8px;
    height: 8px;
    margin: 0 4px;
  }
}
.fp-slidesNav ul li a span {
  width: 0.5555555556vw !important;
  height: 0.5555555556vw !important;
  background: rgba(255, 255, 255, 0.6);
  margin: 0 !important;
  left: 0;
  top: 0;
}
@media only screen and (max-width: 767px) {
  .fp-slidesNav ul li a span {
    width: 8px !important;
    height: 8px !important;
    margin: 0 4px;
  }
}
.fp-slidesNav ul li a.active span {
  background: #fff;
}

.fp-controlArrow {
  border-color: transparent !important;
  border-width: 0 !important;
  width: 3.3333333333vw !important;
  height: 3.3333333333vw !important;
  margin-top: -1.6666666667vw;
}
@media only screen and (max-width: 767px) {
  .fp-controlArrow {
    width: 32px !important;
    height: 32px !important;
    margin-top: -24px !important;
  }
}
.fp-controlArrow:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("assets/images/teaser/btn-slide.svg");
  background-size: 100% 100%;
}
.fp-controlArrow.fp-next {
  transform: rotate(180deg);
  right: 2.5vw;
}
.fp-controlArrow.fp-prev {
  left: 2.5vw;
}

.scroll_down {
  position: absolute;
  bottom: 4.5%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  display: inline-block;
  font-family: "Mallory";
  font-size: 1.0416666667vw;
  font-weight: 400;
  line-height: 133.333%;
  letter-spacing: -0.225px;
  color: #fff;
  padding-top: 2.2222222222vw;
  transition: opacity 0.3s;
  z-index: 99;
}
@media only screen and (max-width: 767px) {
  .scroll_down {
    font-size: 13px;
    padding-top: 32px;
    bottom: 5%;
  }
}
.scroll_down span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1.1111111111vw;
  height: 1.6666666667vw;
  border: 0.1388888889vw solid #fff;
  border-radius: 50px;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .scroll_down span {
    width: 16px;
    height: 24px;
    transform: translateX(-50%);
  }
}
.scroll_down span:before {
  position: absolute;
  top: 0.2083333333vw;
  left: 50%;
  content: "";
  width: 0.2777777778vw;
  height: 0.4166666667vw;
  margin-left: -0.1388888889vw;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: scroll_down 2s infinite;
  animation: scroll_down 2s infinite;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .scroll_down span:before {
    width: 4px;
    height: 6px;
    margin-left: -2px;
    top: 3px;
  }
}

.teaser-s1 .ss1-slide {
  height: 100%;
}
.teaser-s1 .decor1 {
  position: absolute;
  z-index: 3;
  top: 0;
  height: 100%;
  left: 0;
  width: 2.5vw;
  object-fit: cover;
}
.teaser-s1 .decor2 {
  position: absolute;
  z-index: 4;
  bottom: 0;
  right: 0;
  width: 22.3611111111vw;
  height: auto;
  mix-blend-mode: screen;
  display: none;
}
.teaser-s1 .decor3 {
  position: absolute;
  z-index: 4;
  bottom: 0;
  left: 2.5vw;
  width: 93.5416666667vw;
  height: auto;
  mix-blend-mode: lighten;
  display: none;
}
.teaser-s1 .ellip {
  position: absolute;
  z-index: 4;
  -webkit-animation: flicker 4s infinite;
  animation: flicker 4s infinite;
  display: none;
}
.teaser-s1 .ellip.ellip1 {
  bottom: 20%;
  right: 18.9583333333vw;
  width: 3.2638888889vw;
  animation-delay: 2s;
}
.teaser-s1 .ellip.ellip2 {
  top: 18.5%;
  left: 28.6805555556vw;
  width: 2.7083333333vw;
}
.teaser-s1 .ellip.ellip3 {
  top: 25.25%;
  right: 16.6666666667vw;
  width: 3.125vw;
  animation-delay: 3s;
}
.teaser-s1 .ellip.ellip4 {
  top: 10.875%;
  left: 34.3055555556vw;
  width: 1.6666666667vw;
  animation-delay: 1s;
}
.teaser-s1 .right {
  position: absolute;
  top: 0;
  right: 0;
  width: 73.6111111111vw;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .teaser-s1 .right {
    width: 100%;
    height: 65%;
  }
}
.teaser-s1 .right .decor-mb {
  position: absolute;
  top: 50vh;
  left: 0;
  width: 100%;
  height: 50vh;
  z-index: 9;
  display: none;
}
@media only screen and (max-width: 767px) {
  .teaser-s1 .right .decor-mb {
    display: block;
  }
}
.teaser-s1 .right:before,
.teaser-s1 .right .decor {
  position: absolute;
  z-index: 2;
  left: 0;
}
.teaser-s1 .right:before {
  content: "";
  bottom: 0;
  width: 100%;
  height: 8.5416666667vw;
  background: linear-gradient(180deg, rgba(73, 48, 26, 0) 0%, rgba(73, 48, 26, 0.9) 100%);
}
.teaser-s1 .right .decor {
  width: 34.5138888889vw;
  top: 0;
  opacity: 0.7;
  mix-blend-mode: lighten;
}
.teaser-s1 .right .img-main {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}
.teaser-s1 .right .img-main.--mb {
  display: none;
}
.teaser-s1 .left {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 38.1944444444vw;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .teaser-s1 .left {
    display: none;
  }
}
.teaser-s1 .left .thumbnail {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom right;
}
.teaser-s1 .left .l_decor1,
.teaser-s1 .left .l_decor2 {
  position: absolute;
  top: 0;
  height: 100%;
  width: auto;
}
.teaser-s1 .left .l_decor1 {
  right: -7.6388888889vw;
  z-index: 2;
}
.teaser-s1 .left .l_decor2 {
  right: -0.6944444444vw;
  z-index: 3;
}
.teaser-s1 .text {
  position: absolute;
  display: flex;
  flex-direction: column;
  z-index: 5;
  bottom: 9%;
  left: 5vw;
  z-index: 9;
}
@media only screen and (max-width: 767px) {
  .teaser-s1 .text {
    top: 66vh;
    left: 16px;
    bottom: auto;
  }
}
.teaser-s1 .text .heading-v2 strong {
  display: block;
  color: #FFF;
  font-family: "Exemplar Pro", serif;
  font-size: 3.8194444444vw;
  font-style: normal;
  font-weight: 700;
  line-height: 1em;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .teaser-s1 .text .heading-v2 strong {
    font-size: 32px;
  }
}
.teaser-s1 .text .heading-v2 strong:nth-of-type(1) {
  margin-bottom: 0.6944444444vw;
}
.teaser-s1 .text .heading-v2 strong:nth-of-type(2) {
  margin-top: 1.6666666667vw;
}
.teaser-s1 .text .heading-v2 span {
  display: block;
  color: #FFF;
  font-family: "Mallory", sans-serif;
  font-size: 3.8194444444vw;
  font-style: normal;
  font-weight: 300;
  line-height: 1em;
  letter-spacing: -1.925px;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .teaser-s1 .text .heading-v2 span {
    font-size: 32px;
  }
}
.teaser-s1 .text .heading-v2 .line {
  width: 3.4722222222vw;
  height: 2px;
  background-color: #fff;
  margin-top: 1.6666666667vw;
  margin-bottom: 1.6666666667vw;
}
@media only screen and (max-width: 767px) {
  .teaser-s1 .text .heading-v2 .line {
    width: 32px;
  }
}
.teaser-s1 .text h2.old {
  display: inline-block;
  font-family: "HJ Proza Display";
  line-height: 1.1;
  font-weight: 400;
  padding-top: 0.9027777778vw;
  background: linear-gradient(136deg, #cda163 2.99%, #d5ad70 23.86%, #eacd92 62.62%, #f3dba1 76.53%, #eed499 82.5%, #e2c185 91.44%, #cea365 101.38%, #cda163 102.37%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.teaser-s1 .text h2.old span {
  display: inline-block;
  font-family: "Mallory";
  font-weight: 400;
  font-size: 1.8055555556vw;
  line-height: 1;
  letter-spacing: -0.91px;
  margin-left: 0.4166666667vw;
  background: linear-gradient(308deg, #cda163 0.03%, #d5ad70 19.34%, #eacd92 55.22%, #f3dba1 68.09%, #eed499 73.61%, #e2c185 81.89%, #cea365 91.09%, #cda163 92.01%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media only screen and (max-width: 767px) {
  .teaser-s1 .text h2.old span {
    font-size: 20px;
  }
}
.teaser-s1 .text h2.old:nth-of-type(1) {
  font-size: 3.3333333333vw;
  letter-spacing: -0.72px;
}
@media only screen and (max-width: 767px) {
  .teaser-s1 .text h2.old:nth-of-type(1) {
    font-size: 36px;
  }
}
.teaser-s1 .text h2.old:nth-of-type(2) {
  font-size: 4.4444444444vw;
  letter-spacing: -0.96px;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .teaser-s1 .text h2.old:nth-of-type(2) {
    font-size: 48px;
  }
}
.teaser-s1 .text h2.old:nth-of-type(2) span {
  text-align: right;
  text-transform: initial;
  margin-right: 0.4861111111vw;
  margin-left: 0;
}

.teaser-s2 .slide .content {
  position: relative;
  width: 100%;
  height: 100%;
}
.teaser-s2 .slide .content .img-decor,
.teaser-s2 .slide .content .img-number,
.teaser-s2 .slide .content .text {
  position: absolute;
  z-index: 3;
}
@media only screen and (max-width: 767px) {
  .teaser-s2 .slide .content .img-decor,
.teaser-s2 .slide .content .img-number,
.teaser-s2 .slide .content .text {
    z-index: 9999;
  }
}
.teaser-s2 .slide .content .img-number {
  left: 50%;
  transform: translateX(-50%);
  width: 13.1944444444vw;
}
@media only screen and (max-width: 767px) {
  .teaser-s2 .slide .content .img-number {
    width: 128px;
  }
}
.teaser-s2 .slide .content .text {
  left: 50%;
  transform: translateX(-50%);
  width: fit-content;
}
@media only screen and (max-width: 767px) {
  .teaser-s2 .slide .content .text {
    width: 100%;
    text-align: center;
  }
}
.teaser-s2 .slide .content .text h2 {
  text-shadow: 0px 0px 2.5px #fff;
}
.teaser-s2 .slide .content .text h2 span {
  display: inline-block;
}
.teaser-s2 .slide .content .gallery {
  width: 100%;
  height: 100%;
  display: flex;
}
.teaser-s2 .slide .content .gallery .item {
  position: relative;
  width: 33.3333333333%;
  height: 100%;
}
.teaser-s2 .slide .content .gallery .item:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  background-size: contain;
  background-repeat: no-repeat;
}
.teaser-s2 .slide .content .gallery .item .img-main {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.teaser-s2 .slide:nth-of-type(1) .content .img-decor, .teaser-s2 .slide:nth-of-type(2) .content .img-decor, .teaser-s2 .slide:nth-of-type(3) .content .img-decor {
  left: 0;
  bottom: 0;
  width: 21.9444444444vw;
}
.teaser-s2 .slide:nth-of-type(1) .content .img-number, .teaser-s2 .slide:nth-of-type(2) .content .img-number, .teaser-s2 .slide:nth-of-type(3) .content .img-number {
  top: 10.4166666667vw;
}
@media only screen and (max-width: 767px) {
  .teaser-s2 .slide:nth-of-type(1) .content .img-number, .teaser-s2 .slide:nth-of-type(2) .content .img-number, .teaser-s2 .slide:nth-of-type(3) .content .img-number {
    top: 15vh;
  }
}
.teaser-s2 .slide:nth-of-type(1) .content .text, .teaser-s2 .slide:nth-of-type(2) .content .text, .teaser-s2 .slide:nth-of-type(3) .content .text {
  bottom: 4.8611111111vw;
}
@media only screen and (max-width: 767px) {
  .teaser-s2 .slide:nth-of-type(1) .content .text, .teaser-s2 .slide:nth-of-type(2) .content .text, .teaser-s2 .slide:nth-of-type(3) .content .text {
    bottom: auto;
    top: 36vh;
  }
}
.teaser-s2 .slide:nth-of-type(1) .content .text h2:nth-of-type(2), .teaser-s2 .slide:nth-of-type(2) .content .text h2:nth-of-type(2), .teaser-s2 .slide:nth-of-type(3) .content .text h2:nth-of-type(2) {
  font-family: "HJ Proza Display";
  color: #fff;
  font-size: 5vw;
  font-weight: 400;
  line-height: 75%;
  letter-spacing: -1.2px;
  text-transform: uppercase;
  margin-top: 2.2222222222vw;
}
@media only screen and (max-width: 767px) {
  .teaser-s2 .slide:nth-of-type(1) .content .text h2:nth-of-type(2), .teaser-s2 .slide:nth-of-type(2) .content .text h2:nth-of-type(2), .teaser-s2 .slide:nth-of-type(3) .content .text h2:nth-of-type(2) {
    font-size: 40px;
  }
}
.teaser-s2 .slide:nth-of-type(1) .content .text h2:nth-of-type(1), .teaser-s2 .slide:nth-of-type(2) .content .text h2:nth-of-type(1), .teaser-s2 .slide:nth-of-type(3) .content .text h2:nth-of-type(1) {
  margin-top: 1.1111111111vw;
  color: #fff;
  font-family: "HJ Proza Display";
  font-size: 3.3333333333vw;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -1.8px;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .teaser-s2 .slide:nth-of-type(1) .content .text h2:nth-of-type(1), .teaser-s2 .slide:nth-of-type(2) .content .text h2:nth-of-type(1), .teaser-s2 .slide:nth-of-type(3) .content .text h2:nth-of-type(1) {
    font-size: 26px;
  }
}
.teaser-s2 .slide:nth-of-type(1) .content .text h2:nth-of-type(1) span, .teaser-s2 .slide:nth-of-type(2) .content .text h2:nth-of-type(1) span, .teaser-s2 .slide:nth-of-type(3) .content .text h2:nth-of-type(1) span {
  font-family: "Mallory";
  font-size: 1.5277777778vw;
  font-style: normal;
  font-weight: 400;
  line-height: 138.5%;
  letter-spacing: -0.91px;
  text-transform: initial;
  text-transform: uppercase;
  margin-top: 0.5555555556vw;
}
@media only screen and (max-width: 767px) {
  .teaser-s2 .slide:nth-of-type(1) .content .text h2:nth-of-type(1) span, .teaser-s2 .slide:nth-of-type(2) .content .text h2:nth-of-type(1) span, .teaser-s2 .slide:nth-of-type(3) .content .text h2:nth-of-type(1) span {
    font-size: 20px;
  }
}
.teaser-s2 .slide:nth-of-type(1) .content .gallery .item:before, .teaser-s2 .slide:nth-of-type(2) .content .gallery .item:before, .teaser-s2 .slide:nth-of-type(3) .content .gallery .item:before {
  width: 100%;
  height: 100%;
  mix-blend-mode: lighten;
}
.teaser-s2 .slide:nth-of-type(1) .content .gallery .item:nth-of-type(1):before, .teaser-s2 .slide:nth-of-type(2) .content .gallery .item:nth-of-type(1):before, .teaser-s2 .slide:nth-of-type(3) .content .gallery .item:nth-of-type(1):before {
  background-image: url("assets/images/teaser/s2-decor2.png");
}
.teaser-s2 .slide:nth-of-type(1) .content .gallery .item:nth-of-type(2):before, .teaser-s2 .slide:nth-of-type(2) .content .gallery .item:nth-of-type(2):before, .teaser-s2 .slide:nth-of-type(3) .content .gallery .item:nth-of-type(2):before {
  background-image: url("assets/images/teaser/s2-decor4.png");
}
.teaser-s2 .slide:nth-of-type(1) .content .gallery .item:nth-of-type(3):before, .teaser-s2 .slide:nth-of-type(2) .content .gallery .item:nth-of-type(3):before, .teaser-s2 .slide:nth-of-type(3) .content .gallery .item:nth-of-type(3):before {
  background-image: url("assets/images/teaser/s2-decor5.png");
}
.teaser-s2 .slide:nth-of-type(3) .text {
  display: flex;
  flex-direction: column-reverse;
}

.teaser-s3 {
  position: relative;
  background: linear-gradient(121deg, #002818 36.54%, #09432c 63.46%, #002818 90.24%);
}
.teaser-s3 .decor-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.teaser-s3 .top {
  position: relative;
  display: flex;
  width: 100%;
  height: 83.5078534031%;
  padding: 2.5vw 2.5vw 0;
}
@media only screen and (max-width: 767px) {
  .teaser-s3 .top {
    padding: 0;
    height: auto;
    margin-top: 100px;
  }
}
.teaser-s3 .top .left {
  width: 56.4583333333vw;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .teaser-s3 .top .left {
    display: none;
  }
}
.teaser-s3 .top .left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.teaser-s3 .top .right {
  width: 38.5416666667vw;
  background: #ffde17;
  height: calc(100% + p(36));
  margin-top: -2.5vw;
  box-sizing: border-box;
  padding: 2.5vw 2.5vw 1.9444444444vw;
  background-image: url(assets/images/teaser/ss3-form-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right top;
}
@media only screen and (max-width: 767px) {
  .teaser-s3 .top .right {
    width: 100%;
    height: auto;
    padding: 24px 16px;
  }
}
.teaser-s3 .top .right .title {
  font-family: "HJ Proza Display";
  font-size: 4.4444444444vw;
  font-weight: 400;
  line-height: 118.75%;
  letter-spacing: 0.64px;
  color: #59462C;
  margin-bottom: 1.6666666667vw;
}
@media only screen and (max-width: 767px) {
  .teaser-s3 .top .right .title {
    font-size: 32px;
    margin-bottom: 20px;
  }
}
.teaser-s3 .top .right .title span {
  font-family: "Mallory";
  font-weight: 400;
  font-size: 1.8055555556vw;
  line-height: 138.462%;
  letter-spacing: -0.39px;
}
@media only screen and (max-width: 767px) {
  .teaser-s3 .top .right .title span {
    font-size: 20px;
  }
}
.teaser-s3 .top .right form .all-group .frm-group {
  position: relative;
  width: 100%;
  margin-bottom: 1.3888888889vw;
}
@media only screen and (max-width: 767px) {
  .teaser-s3 .top .right form .all-group .frm-group {
    margin-bottom: 20px;
  }
}
.teaser-s3 .top .right form .all-group .frm-group label,
.teaser-s3 .top .right form .all-group .frm-group input {
  width: 100%;
  font-family: "Mallory";
  font-weight: 400;
  color: #010101;
}
.teaser-s3 .top .right form .all-group .frm-group label {
  margin-bottom: 0.4166666667vw;
  font-size: 0.9027777778vw;
  line-height: 140%;
  letter-spacing: -0.195px;
  opacity: 0.8;
}
@media only screen and (max-width: 767px) {
  .teaser-s3 .top .right form .all-group .frm-group label {
    font-size: 13px;
  }
}
.teaser-s3 .top .right form .all-group .frm-group input {
  width: 100%;
  height: 1.9444444444vw;
  padding: 0 0.5555555556vw;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #b58857;
  outline: none;
  box-shadow: none;
  border-radius: 0;
  font-size: 1.0416666667vw;
  line-height: 133.33%;
  letter-spacing: -0.225px;
}
@media only screen and (max-width: 767px) {
  .teaser-s3 .top .right form .all-group .frm-group input {
    height: 28px;
    padding: 0 8px;
    font-size: 15px;
  }
}
.teaser-s3 .top .right form .all-group .frm-group ._error_msg {
  position: absolute;
  top: 100%;
  right: 0;
  font-family: "Mallory";
  font-weight: 400;
  font-size: 0.8333333333vw;
  color: #002818;
  font-style: italic;
}
@media only screen and (max-width: 767px) {
  .teaser-s3 .top .right form .all-group .frm-group ._error_msg {
    font-size: 12px;
  }
}
.teaser-s3 .top .right form .all-group .frm-group .list {
  display: flex;
  margin-top: 0.8333333333vw;
}
@media only screen and (max-width: 767px) {
  .teaser-s3 .top .right form .all-group .frm-group .list {
    flex-wrap: wrap;
    margin-top: 12px;
    row-gap: 12px;
  }
}
.teaser-s3 .top .right form .all-group .frm-group .list .item {
  display: flex;
  align-items: center;
  margin-right: 1.6666666667vw;
}
@media only screen and (max-width: 767px) {
  .teaser-s3 .top .right form .all-group .frm-group .list .item {
    margin-right: 24px;
  }
}
.teaser-s3 .top .right form .all-group .frm-group .list .item:last-child {
  margin-right: 0;
}
.teaser-s3 .top .right form .all-group .frm-group .list .item label {
  position: relative;
  padding-left: 1.9444444444vw;
  display: block;
  font-family: "Mallory";
  font-weight: 400;
  font-size: 1.0416666667vw;
  line-height: 133.33%;
  letter-spacing: -0.225px;
  color: #010101;
  width: 100%;
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  .teaser-s3 .top .right form .all-group .frm-group .list .item label {
    font-size: 15px;
    padding-left: 28px;
  }
}
.teaser-s3 .top .right form .all-group .frm-group .list .item label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1.3888888889vw;
  height: 1.3888888889vw;
  background: #fff;
  box-sizing: border-box;
  border-radius: 0.2777777778vw;
}
@media only screen and (max-width: 767px) {
  .teaser-s3 .top .right form .all-group .frm-group .list .item label::before {
    width: 20px;
    height: 20px;
    border-radius: 4px;
  }
}
.teaser-s3 .top .right form .all-group .frm-group .list .item label:after {
  content: "";
  position: absolute;
  left: 0.2777777778vw;
  top: 50%;
  transform: translateY(-50%);
  width: 0.8333333333vw;
  height: 0.8333333333vw;
  box-sizing: border-box;
  opacity: 0;
  background-image: url("assets/images/teaser/icon-check.svg");
  background-size: 100% 100%;
}
@media only screen and (max-width: 767px) {
  .teaser-s3 .top .right form .all-group .frm-group .list .item label:after {
    left: 4px;
    width: 12px;
    height: 12px;
  }
}
.teaser-s3 .top .right form .all-group .frm-group .list .item input {
  width: 100%;
  height: 1.3888888889vw;
  display: none;
}
.teaser-s3 .top .right form .all-group .frm-group .list .item input:checked + label:after {
  opacity: 1;
}
.teaser-s3 .top .right form .all-group .frm-group .list#typeCheck {
  flex-wrap: wrap;
}
.teaser-s3 .top .right form .all-group .frm-group .list#typeCheck .item {
  width: 100%;
  margin-right: 0;
  margin-bottom: 0.6944444444vw;
}
.teaser-s3 .top .right form .all-group .frm-group .list#typeCheck .item:last-child {
  margin-bottom: 0;
}
.teaser-s3 .top .right form .all-group .frm-group:nth-child(2) {
  width: calc(50% - 8px);
  padding-right: 8px;
  display: inline-block;
}
.teaser-s3 .top .right form .all-group .frm-group:nth-child(3) {
  width: calc(50% - 8px);
  padding-left: 8px;
  display: inline-block;
}
.teaser-s3 .top .right form .btn-group {
  width: 100%;
  margin-top: 2.5vw;
}
.teaser-s3 .top .right form .btn-group button {
  outline: none;
  border: 0;
  width: 100%;
  background: #cea265;
  color: #002818;
}
.teaser-s3 .top .right form .frm_msg {
  width: 100%;
  font-family: "Mallory";
  font-weight: 400;
  color: #010101;
  font-size: 1.3888888889vw;
  line-height: 138.462%;
  letter-spacing: -0.39px;
}
@media only screen and (max-width: 767px) {
  .teaser-s3 .top .right form .frm_msg {
    font-size: 20px;
  }
}
.teaser-s3 .bottom {
  position: relative;
  width: 100%;
  height: 15.5%;
  padding: 0 2.5vw;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #FDF7EE;
}
@media only screen and (max-width: 767px) {
  .teaser-s3 .bottom {
    padding-left: 16px;
    padding-right: 16px;
    height: auto;
    padding-top: 16px;
    padding-bottom: 200px;
  }
}
.teaser-s3 .bottom .decor {
  position: absolute;
  top: 0;
  left: 13.1944444444vw;
  width: 34.8611111111vw;
}
.teaser-s3 .bottom .left {
  width: 13.6111111111vw;
  margin-left: 1.6666666667vw;
}
@media only screen and (max-width: 767px) {
  .teaser-s3 .bottom .left {
    display: none;
  }
}
.teaser-s3 .bottom .left img {
  width: 100%;
  height: auto;
}
.teaser-s3 .bottom .right {
  display: flex;
  padding-right: 3.8194444444vw;
}
@media only screen and (max-width: 767px) {
  .teaser-s3 .bottom .right {
    justify-content: space-evenly;
    width: 100%;
    margin-top: 16px;
  }
}
.teaser-s3 .bottom .right .item {
  margin-left: 2.2222222222vw;
}
.teaser-s3 .bottom .right .item p {
  font-family: "Mallory";
  color: #002818;
  font-size: 1.0416666667vw;
  font-weight: 400;
  line-height: 133.333%;
  letter-spacing: -0.225px;
  margin-bottom: 0.8333333333vw;
}
@media only screen and (max-width: 767px) {
  .teaser-s3 .bottom .right .item p {
    font-size: 13px;
    margin-bottom: 12px;
  }
}
.teaser-s3 .bottom .right .item .logo {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.7777777778vw;
}
@media only screen and (max-width: 767px) {
  .teaser-s3 .bottom .right .item .logo {
    height: 40px;
  }
}
.teaser-s3 .bottom .right .item .logo img {
  width: auto;
  max-height: 100%;
}
@media only screen and (max-width: 767px) {
  .teaser-s3 .bottom .right .item .logo img {
    max-height: unset;
  }
}
.teaser-s3 .bottom .right .item:nth-of-type(1) {
  padding: 0 0.3472222222vw;
}
.teaser-s3 .bottom .right .item:nth-of-type(2) {
  padding: 0 1.3888888889vw;
}

.fp-tableCell {
  position: relative;
  overflow: hidden;
}

.gallery {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .gallery {
    display: block !important;
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .gallery .item {
    position: absolute !important;
  }
  .gallery .item:nth-child(1) {
    bottom: 0;
    left: 0;
    width: 50% !important;
    height: 40vh !important;
  }
  .gallery .item:nth-child(2) {
    top: 0;
    left: 0;
    width: 100% !important;
    height: 60vh !important;
    z-index: 999;
  }
  .gallery .item:nth-child(3) {
    bottom: 0;
    right: 0;
    width: 50% !important;
    height: 40vh !important;
  }
}

.h-section1 {
  position: relative;
  z-index: 2;
}
.h-section1 .tw-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 12.2916666667%;
}
@media only screen and (max-width: 960px) {
  .h-section1 .tw-content {
    padding-top: 160px;
  }
}
@media only screen and (max-width: 640px) {
  .h-section1 .tw-content {
    padding-top: 106px;
  }
}
.h-section1 .tw-content .text {
  text-transform: uppercase;
  background: linear-gradient(85deg, #967847 21.54%, #CCA063 65.86%, #917445 75.55%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-flex;
}
.h-section1 .tw-content .text-normal {
  font-family: "Mallory", sans-serif;
  font-style: normal;
  letter-spacing: -0.03em;
  font-size: 32px;
  line-height: 42px;
}
@media only screen and (max-width: 960px) {
  .h-section1 .tw-content .text-normal {
    font-size: 26px;
    line-height: 31px;
  }
}
@media only screen and (max-width: 640px) {
  .h-section1 .tw-content .text-normal {
    font-size: 12px;
    line-height: 16.404px;
  }
}
.h-section1 .tw-content .text-heading {
  font-family: "Exemplar Pro", serif;
  font-size: 80px;
  font-weight: 300;
  line-height: 55px;
  letter-spacing: -0.03em;
  padding: 36px 0 16px;
}
@media only screen and (max-width: 960px) {
  .h-section1 .tw-content .text-heading {
    font-size: 60px;
    padding: 20px 0;
  }
}
@media only screen and (max-width: 640px) {
  .h-section1 .tw-content .text-heading {
    font-size: 36px;
    line-height: 25px;
    padding: 12px 0;
  }
}

.h-section2 {
  position: relative;
  z-index: 1;
  color: #59462C;
  background: #FDF7EE;
}
@media only screen and (max-width: 960px) {
  .h-section2 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    padding: 40px 0 80px;
  }
}
@media only screen and (max-width: 640px) {
  .h-section2 {
    padding: 20px 0 40px;
  }
}
.h-section2 .bg {
  position: absolute;
  width: 100%;
  top: 0;
  margin-top: -26.6666666667%;
  left: 0;
}
@media only screen and (max-width: 640px) {
  .h-section2 .bg {
    margin-top: -31.2%;
  }
}
.h-section2 .tw-background {
  position: relative;
  z-index: 3;
  margin-top: -56px;
}
.h-section2 .tw-content {
  position: absolute;
  z-index: 4;
  top: -9.9750623441%;
  left: 0;
  width: 100%;
}
@media only screen and (max-width: 960px) {
  .h-section2 .tw-content {
    top: -50px;
    position: relative;
  }
  .h-section2 .tw-content .tw-container2 {
    gap: 16px;
  }
}
.h-section2 .text-normal {
  font-style: normal;
  text-transform: uppercase;
  max-width: 600px;
  display: flex;
  font-size: 26px;
  line-height: 32px;
}
@media only screen and (max-width: 960px) {
  .h-section2 .text-normal {
    font-size: 20px;
    line-height: 26px;
  }
}
@media only screen and (max-width: 640px) {
  .h-section2 .text-normal {
    font-size: 12px;
    line-height: 13px;
    letter-spacing: -0.36px;
  }
}
.h-section2 .text-heading {
  font-family: "Exemplar Pro", serif;
  font-weight: 300;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  max-width: 533px;
  display: flex;
  font-size: 60px;
  line-height: 1;
  padding-top: 20px;
}
@media only screen and (max-width: 960px) {
  .h-section2 .text-heading {
    font-size: 48px;
    line-height: 52px;
    padding-top: 0;
  }
  .h-section2 .text-heading br {
    display: none;
  }
}
@media only screen and (max-width: 640px) {
  .h-section2 .text-heading {
    font-size: 36px;
    line-height: 25px;
    letter-spacing: -1.08px;
  }
}

.h-section3 {
  padding-top: 26px;
  position: relative;
  z-index: 2;
}
.h-section3 .bg {
  position: absolute;
  top: -19.6721311475%;
  left: 0;
  width: 100%;
  display: flex;
}
@media only screen and (max-width: 1023px) {
  .h-section3 .bg {
    height: 130%;
  }
  .h-section3 .bg img {
    height: 100%;
  }
}
.h-section3 .bg img {
  width: 100%;
}
.h-section3 .tw-container2,
.h-section3 .tw-background {
  position: relative;
  z-index: 9;
}
.h-section3 .tw-heading {
  color: #59462c;
  text-transform: uppercase;
  margin-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .h-section3 .tw-heading {
    margin-bottom: 40px;
  }
}
.h-section3 .tw-heading .entry-title {
  line-height: 1.18em;
  font-size: 26px;
}
@media only screen and (max-width: 767px) {
  .h-section3 .tw-heading .entry-title {
    font-size: 12px;
  }
}
.h-section3 .tw-heading .subtitle {
  color: #59462c;
  font-family: "Exemplar Pro", serif;
  font-weight: 300;
  letter-spacing: -0.03em;
  padding-top: 21px;
  font-size: 60px;
  line-height: 1.1;
}
@media only screen and (max-width: 767px) {
  .h-section3 .tw-heading .subtitle {
    font-size: 36px;
    line-height: 1.35em;
  }
}
.h-section3 .tw-background {
  margin-top: -15.3846153846%;
}
.h-section3 .content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 80px;
}
@media only screen and (max-width: 1023px) {
  .h-section3 .content {
    row-gap: 24px;
    margin-bottom: 24px;
  }
}
.h-section3 .content .desc {
  flex: 0 0 36%;
  max-width: 36%;
  letter-spacing: -0.3px;
  text-align: justify;
  margin-top: -20px;
  font-size: 16px;
}
@media only screen and (max-width: 1023px) {
  .h-section3 .content .desc {
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .h-section3 .content .desc {
    font-size: 15px;
  }
}
.h-section3 .content ul {
  flex: 0 0 23%;
  max-width: 23%;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 1440px) {
  .h-section3 .content ul {
    flex: 0 0 27%;
    max-width: 27%;
  }
}
@media only screen and (max-width: 1023px) {
  .h-section3 .content ul {
    flex-basis: 100%;
    max-width: 100%;
  }
}
.h-section3 .content ul li {
  display: flex;
  align-items: flex-start;
}
.h-section3 .content ul li:not(:last-child) {
  margin-bottom: 16px;
}
.h-section3 .content ul .label {
  display: block;
  color: #a5834f;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.33em;
  /* 133.333% */
  letter-spacing: -0.225px;
  flex: 0 0 104px;
  max-width: 104px;
}
.h-section3 .content ul .value {
  margin-top: -4px;
  padding-left: 16px;
  display: block;
  color: #59462c;
  letter-spacing: -0.3px;
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .h-section3 .content ul .value {
    font-size: 15px;
  }
}

.site-content {
  overflow: hidden;
}

.map-project {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.map-project img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.map-project .ring {
  position: absolute;
  z-index: 2;
  width: 81.6622691293%;
  aspect-ratio: 1;
  padding-top: 81.5303430079%;
  border-radius: 100%;
  overflow: hidden;
  border: 1px dashed #B78A58;
  right: 1.6490765172%;
  top: 10.1538461538%;
  animation: rotate 80s linear infinite;
}
@media only screen and (max-width: 640px) {
  .map-project .ring {
    border-width: 0.3px;
  }
}
.map-project .ring.small {
  width: 43.8654353562%;
  padding-top: 43.8654353562%;
  aspect-ratio: 1;
  right: 20.580474934%;
  top: 32%;
  animation: rotate 50s linear infinite;
}
.map-project .logo,
.map-project .dropshadow {
  width: 9.1029023747%;
  padding-top: 8.1464379947%;
  top: 56.4615384615%;
  right: 30.3430079156%;
  position: absolute;
  z-index: 3;
  clip-path: polygon(8.63% 48.58%, 8.28% 0.922%, 8.28% 0.922%, 8.286% 0.872%, 8.303% 0.83%, 8.329% 0.797%, 8.362% 0.774%, 8.398% 0.761%, 8.436% 0.759%, 8.474% 0.767%, 8.508% 0.787%, 8.537% 0.819%, 8.559% 0.864%, 24.373% 48.724%, 24.373% 48.724%, 24.391% 48.77%, 24.414% 48.812%, 24.441% 48.851%, 24.471% 48.885%, 24.505% 48.915%, 24.542% 48.941%, 24.581% 48.961%, 24.623% 48.976%, 24.666% 48.985%, 24.71% 48.988%, 99.64% 48.988%, 99.64% 48.988%, 99.699% 48.993%, 99.754% 49.008%, 99.806% 49.033%, 99.853% 49.066%, 99.895% 49.106%, 99.931% 49.154%, 99.96% 49.207%, 99.982% 49.265%, 99.995% 49.327%, 100% 49.393%, 100% 99.595%, 100% 99.595%, 99.995% 99.661%, 99.982% 99.723%, 99.96% 99.781%, 99.931% 99.834%, 99.895% 99.881%, 99.853% 99.922%, 99.806% 99.955%, 99.754% 99.979%, 99.699% 99.995%, 99.64% 100%, 1.079% 100%, 1.079% 100%, 1.021% 99.995%, 0.965% 99.979%, 0.914% 99.955%, 0.867% 99.922%, 0.825% 99.881%, 0.789% 99.834%, 0.76% 99.781%, 0.738% 99.723%, 0.724% 99.661%, 0.719% 99.595%, 0.719% 49.393%, 0.719% 49.393%, 0.724% 49.327%, 0.738% 49.265%, 0.76% 49.207%, 0.789% 49.154%, 0.825% 49.106%, 0.867% 49.066%, 0.914% 49.033%, 0.965% 49.008%, 1.021% 48.993%, 1.079% 48.988%, 8.27% 48.988%, 8.27% 48.988%, 8.329% 48.982%, 8.385% 48.967%, 8.437% 48.942%, 8.484% 48.909%, 8.526% 48.868%, 8.562% 48.82%, 8.591% 48.767%, 8.612% 48.708%, 8.626% 48.646%, 8.63% 48.58%);
  animation: scale 2.5s linear infinite;
}
.map-project .logo::before, .map-project .logo::after,
.map-project .dropshadow::before,
.map-project .dropshadow::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #CDA163;
  z-index: -2;
}
.map-project .logo::after,
.map-project .dropshadow::after {
  z-index: -1;
  top: 1px;
  left: 1px;
  right: 1px;
  bottom: 1px;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  background: #042817;
}
.map-project .logo img,
.map-project .dropshadow img {
  position: absolute;
  width: 78.9855072464%;
  bottom: 10.8502024291%;
  right: 6.884057971%;
}
.map-project .dropshadow {
  z-index: 0;
  clip-path: none;
  background: #ffde17;
  margin-top: 20px;
  filter: blur(20px);
  opacity: 0.3;
  animation: blur 2.5s linear infinite;
}
.map-project .dropshadow::before, .map-project .dropshadow::after {
  display: none;
}

@-webkit-keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-moz-keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-o-keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes scale {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.045) translate(3px, 2px);
  }
  100% {
    transform: scale(1);
  }
}
@-moz-keyframes scale {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.045) translate(3px, 2px);
  }
  100% {
    transform: scale(1);
  }
}
@-o-keyframes scale {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.045) translate(3px, 2px);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes scale {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.045) translate(3px, 2px);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes blur {
  0% {
    filter: blur(20px);
    opacity: 0.2;
  }
  50% {
    filter: blur(40px);
    opacity: 1;
  }
  100% {
    filter: blur(20px);
    opacity: 0.2;
  }
}
@-moz-keyframes blur {
  0% {
    filter: blur(20px);
    opacity: 0.2;
  }
  50% {
    filter: blur(40px);
    opacity: 1;
  }
  100% {
    filter: blur(20px);
    opacity: 0.2;
  }
}
@-o-keyframes blur {
  0% {
    filter: blur(20px);
    opacity: 0.2;
  }
  50% {
    filter: blur(40px);
    opacity: 1;
  }
  100% {
    filter: blur(20px);
    opacity: 0.2;
  }
}
@keyframes blur {
  0% {
    filter: blur(20px);
    opacity: 0.2;
  }
  50% {
    filter: blur(40px);
    opacity: 1;
  }
  100% {
    filter: blur(20px);
    opacity: 0.2;
  }
}
.h-section4 {
  padding-top: 80px;
  padding-bottom: 20px;
  position: relative;
  z-index: 9;
}
@media only screen and (max-width: 767px) {
  .h-section4 {
    padding-top: 56px;
    padding-bottom: 56px;
    overflow: hidden;
  }
}
.h-section4 .background {
  position: absolute;
  top: -40vh;
  left: 0;
  width: 100%;
  height: calc(100% + 40vh);
}
@media only screen and (max-width: 767px) {
  .h-section4 .background {
    top: -20vh;
    height: calc(100% + 20vh);
  }
}
.h-section4 .ss4-main {
  display: flex;
  position: relative;
  justify-content: space-between;
  gap: 32px;
}
@media only screen and (max-width: 767px) {
  .h-section4 .ss4-main {
    flex-direction: column;
    gap: 24px;
  }
}
.h-section4 .ss4-main .wrap-content {
  position: relative;
  max-width: 270px;
  z-index: 9;
}
@media only screen and (max-width: 767px) {
  .h-section4 .ss4-main .wrap-content {
    max-width: 100%;
  }
}
.h-section4 .ss4-main .images {
  width: 78.125%;
  z-index: 1;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  margin-left: auto;
}
@media only screen and (max-width: 767px) {
  .h-section4 .ss4-main .images {
    align-items: center;
    width: 100%;
  }
}
.h-section4 .ss4-main > .tab-panel {
  height: auto;
  transition: all 0.3s ease-out;
  opacity: 0;
  visibility: hidden;
  object-fit: contain;
}
.h-section4 .ss4-main > .tab-panel.active {
  opacity: 1;
  visibility: visible;
}
.h-section4 .tw-heading {
  color: #59462c;
  text-transform: uppercase;
  margin-bottom: 24px;
}
@media only screen and (max-width: 767px) {
  .h-section4 .tw-heading {
    text-align: center;
  }
}
.h-section4 .tw-heading span {
  display: block;
}
@media only screen and (max-width: 767px) {
  .h-section4 .tw-heading span {
    display: inline-block;
  }
}
@media only screen and (min-width: 768px) {
  .h-section4 .tw-heading span:nth-child(1) {
    margin-top: 8px;
  }
}
@media only screen and (min-width: 768px) {
  .h-section4 .tw-heading span:nth-child(2) {
    padding-top: 36px;
    margin-top: 16px;
    position: relative;
  }
  .h-section4 .tw-heading span:nth-child(2):before {
    content: "";
    height: 1px;
    width: 70%;
    background: #59462c;
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media only screen and (min-width: 1440px) {
  .h-section4 .tw-heading span:nth-child(2) {
    padding-top: 24px;
  }
}
.h-section4 .tw-heading .entry-title {
  font-size: 32px;
  line-height: 38px;
}
@media only screen and (max-width: 767px) {
  .h-section4 .tw-heading .entry-title {
    font-size: 12px;
    line-height: 1.33em;
  }
}
.h-section4 .tw-heading .subtitle {
  color: #59462c;
  font-family: "Exemplar Pro", serif;
  font-weight: 300;
  letter-spacing: -2.97px;
  font-size: 60px;
  line-height: 66px;
  padding-top: 8px;
}
@media only screen and (max-width: 767px) {
  .h-section4 .tw-heading .subtitle {
    font-size: 36px;
    line-height: 1.4em;
    padding-top: 0;
  }
}
.h-section4 .desc {
  margin-bottom: 80px;
  color: #59462c;
  /* 140% */
  letter-spacing: -0.3px;
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .h-section4 .desc {
    font-size: 15px;
    margin-bottom: 56px;
  }
}
.h-section4 .box-button-mb {
  display: none;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .h-section4 .box-button-mb {
    display: block;
  }
}
.h-section4 .box-button-mb select {
  border: 1px solid #59462c;
  padding: 16px 16px;
  color: #59462c;
  font-family: "Exemplar Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 2em;
  /* 200% */
  letter-spacing: 0.16px;
  text-transform: uppercase;
  background-color: transparent;
  width: 100%;
}
.h-section4 .box-button {
  padding: 0;
  border: none;
}
.h-section4 .box-button::before, .h-section4 .box-button::after {
  display: none;
}
@media only screen and (max-width: 767px) {
  .h-section4 .box-button {
    display: none;
  }
}
.h-section4 .box-button .btn-tab {
  cursor: pointer;
  width: 100%;
  max-width: 254px;
  text-align: left;
  display: block;
  color: #59462c;
  font-family: "Exemplar Pro", serif;
  font-size: 32px;
  line-height: 1.4em;
  letter-spacing: 0.32px;
  text-transform: uppercase;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #59462c;
  position: relative;
  transition: all 0.4s ease;
  border-radius: 0;
  padding: 16px 0;
  height: auto;
}
.h-section4 .box-button .btn-tab::before {
  display: none;
}
.h-section4 .box-button .btn-tab.active {
  color: #014f2b;
  border-color: #014f2b;
}
.h-section4 .box-button .btn-tab.active:after {
  filter: brightness(0) saturate(100%) invert(23%) sepia(20%) saturate(2135%) hue-rotate(107deg) brightness(94%) contrast(102%);
}
.h-section4 .box-button .btn-tab:not(:last-child) {
  margin-bottom: 24px;
}
.h-section4 .box-button .btn-tab:after {
  content: "";
  height: 28px;
  width: 40px;
  border-radius: 0;
  background-color: transparent;
  background-image: url("assets/images/long-arrow-left.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  right: 0;
  left: auto;
  top: 50%;
  transform: translateY(-50%);
}

.h-section5 {
  position: relative;
  overflow: hidden;
  z-index: 9;
  background: #FDF7EE;
  color: #59462C;
  font-family: "Exemplar Pro", serif;
  font-weight: 300;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  padding: 160px 0 80px;
  font-size: 28px;
  line-height: 1.5;
}
@media only screen and (max-width: 1440px) {
  .h-section5 {
    padding-top: 120px;
  }
}
@media only screen and (max-width: 960px) {
  .h-section5 {
    font-size: 28px;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 640px) {
  .h-section5 {
    padding: 47px 0 80px;
    font-size: 16px;
    font-weight: 400;
  }
}
@media only screen and (max-width: 960px) {
  .h-section5 .tw-heading {
    position: relative;
    margin-bottom: 80px;
  }
}
.h-section5 .tw-heading .number {
  font-style: italic;
  font-weight: 300;
  text-transform: uppercase;
  background: linear-gradient(180deg, #ECDCC6 0%, rgba(236, 220, 198, 0.1) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-right: 10px;
  font-size: 444px;
  line-height: 1;
  letter-spacing: -0.03em;
  margin-top: -66px;
}
@media only screen and (max-width: 1440px) {
  .h-section5 .tw-heading .number {
    font-size: 400px;
    margin-top: -54px;
  }
}
@media only screen and (max-width: 960px) {
  .h-section5 .tw-heading .number {
    font-size: 360px;
    margin-top: -32px;
  }
}
@media only screen and (max-width: 640px) {
  .h-section5 .tw-heading .number {
    font-size: 300px;
  }
}
.h-section5 .tw-heading .entry-title {
  font-weight: 300;
  text-transform: uppercase;
  background: linear-gradient(85deg, #967847 21.54%, #CCA063 65.86%, #917445 75.55%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 80px;
  line-height: 1.14;
  letter-spacing: -2.4px;
  margin-top: -126px;
  padding-top: 32px;
}
@media only screen and (max-width: 960px) {
  .h-section5 .tw-heading .entry-title {
    font-size: 60px;
    line-height: 1.14;
    letter-spacing: -1.8px;
    margin-top: -50px;
    position: absolute;
    bottom: 38px;
    padding-top: 0;
  }
}
@media only screen and (max-width: 640px) {
  .h-section5 .tw-heading .entry-title {
    font-size: 36px;
    letter-spacing: -1.08px;
    bottom: 16px;
    padding: 12px 0;
  }
}
.h-section5 .tw-heading .subtitle {
  font-family: "Mallory", sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 55px;
  letter-spacing: -0.96px;
  text-transform: uppercase;
  background: linear-gradient(85deg, #967847 21.54%, #CCA063 65.86%, #917445 75.55%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media only screen and (max-width: 960px) {
  .h-section5 .tw-heading .subtitle {
    font-size: 20px;
    line-height: 1.1;
    position: absolute;
    bottom: 0;
  }
}
@media only screen and (max-width: 640px) {
  .h-section5 .tw-heading .subtitle {
    font-size: 12px;
    line-height: 8px;
    letter-spacing: -0.36px;
    padding: 4px 0;
  }
}
.h-section5 .content-list {
  width: 55%;
}
@media only screen and (max-width: 960px) {
  .h-section5 .content-list {
    width: 100%;
  }
}
.h-section5 .content-list .swiper-navigation {
  justify-content: space-between;
  width: 63.6363636364%;
  margin: 80px auto 0;
}
@media only screen and (max-width: 14400px) {
  .h-section5 .content-list .swiper-navigation {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 640px) {
  .h-section5 .content-list .swiper-navigation {
    width: 100%;
    margin-top: 70px;
  }
}
.h-section5 .content-list .swiper-pagination {
  position: relative;
  bottom: auto;
  left: auto;
  margin: auto;
  width: 240px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 640px) {
  .h-section5 .content-list .swiper-pagination {
    width: 120px;
  }
}
.h-section5 .content-list .swiper-pagination::before {
  position: absolute;
  content: "";
  width: calc(100% - 16px);
  height: 1px;
  background: #ECDCC6;
  top: 50%;
  left: 8px;
  transform: translateY(-50%);
  z-index: 0;
}
.h-section5 .content-list .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  z-index: 2;
  width: 24px;
  height: 24px;
  border-radius: 100px;
  margin: 0;
  opacity: 1;
  border: 1px solid transparent;
  background: transparent;
}
@media only screen and (max-width: 640px) {
  .h-section5 .content-list .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
  }
}
.h-section5 .content-list .swiper-pagination .swiper-pagination-bullet::after {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 100px;
  background: #ECDCC6;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 640px) {
  .h-section5 .content-list .swiper-pagination .swiper-pagination-bullet::after {
    width: 8px;
    height: 8px;
  }
}
.h-section5 .content-list .swiper-pagination .swiper-pagination-bullet-active {
  border-color: #B57B3C;
}
.h-section5 .content-list .swiper-pagination .swiper-pagination-bullet-active::after {
  background: #B57B3C;
}
.h-section5 .content-list .swiper-button-prev,
.h-section5 .content-list .swiper-button-next {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #B58857;
  border-radius: 100px;
  width: 48px;
  height: 48px;
  position: relative;
  z-index: 10;
  transform: none;
  margin: 0;
  left: auto;
  right: auto;
  top: auto;
}
.h-section5 .content-list .swiper-button-prev::after,
.h-section5 .content-list .swiper-button-next::after {
  display: none;
}
.h-section5 .content-list .swiper-slide .item {
  gap: 40px;
  display: flex;
}
@media only screen and (max-width: 640px) {
  .h-section5 .content-list .swiper-slide .item {
    gap: 24px;
  }
}
.h-section5 .content-list .swiper-slide .item:first-child {
  padding-top: 13px;
}
.h-section5 .content-list .swiper-slide .item:not(:last-child) {
  margin-bottom: 60px;
}
@media only screen and (max-width: 640px) {
  .h-section5 .content-list .swiper-slide .item:not(:last-child) {
    margin-bottom: 48px;
  }
}
.h-section5 .content-list .swiper-slide .item .number {
  font-style: italic;
  font-weight: 300;
  letter-spacing: -1.92px;
  text-transform: uppercase;
  font-size: 48px;
  line-height: 35px;
}
@media only screen and (max-width: 640px) {
  .h-section5 .content-list .swiper-slide .item .number {
    font-size: 36px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: -1.08px;
  }
}
.h-section5 .content-list .swiper-slide .item .entry-content {
  margin-top: -13px;
}

.h-section6 {
  position: relative;
  overflow: hidden;
  background: #fdf7ee;
}
.h-section6 .tw-content {
  position: relative;
}
.h-section6 .tw-content .image,
.h-section6 .tw-content .content {
  width: 50%;
  height: 50vw;
}
@media only screen and (max-width: 960px) {
  .h-section6 .tw-content .image,
.h-section6 .tw-content .content {
    width: 100%;
    height: auto;
  }
}
.h-section6 .tw-content .swiper-images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.h-section6 .tw-content .content {
  position: relative;
  background: #094926;
  padding: 4.5390070922% 5.6737588652% 7.9432624113%;
  height: 50vw;
}
@media only screen and (max-width: 1440px) {
  .h-section6 .tw-content .content {
    padding: 3.937007874% 3.1496062992%;
  }
}
@media only screen and (max-width: 960px) {
  .h-section6 .tw-content .content {
    padding: 54px 60px 100px;
    height: auto;
  }
}
@media only screen and (max-width: 640px) {
  .h-section6 .tw-content .content {
    padding: 32px 34px 80px;
  }
}
.h-section6 .tw-content .content::before, .h-section6 .tw-content .content::after {
  position: absolute;
  content: "";
  pointer-events: none;
}
.h-section6 .tw-content .content::before {
  top: 13px;
  left: 13px;
  width: calc(100% - 26px);
  height: calc(100% - 26px);
  border: 2px solid #FEF7D4;
}
@media only screen and (max-width: 640px) {
  .h-section6 .tw-content .content::before {
    top: 6px;
    left: 6px;
    width: calc(100% - 12px);
    height: calc(100% - 12px);
  }
}
.h-section6 .tw-content .content::after {
  top: 26px;
  left: 26px;
  width: calc(100% - 52px);
  height: calc(100% - 52px);
  border: 1px solid #FEF7D4;
}
@media only screen and (max-width: 640px) {
  .h-section6 .tw-content .content::after {
    top: 12px;
    left: 12px;
    width: calc(100% - 24px);
    height: calc(100% - 24px);
  }
}
.h-section6 .tw-content .content .swiper {
  position: relative;
  z-index: 9;
  height: 100%;
}
.h-section6 .tw-content .content .swiper .swiper-button-prev,
.h-section6 .tw-content .content .swiper .swiper-button-next {
  width: 64px;
  height: 64px;
  border-radius: 100px;
  overflow: hidden;
  border: 1px solid #fff;
  top: 0;
  margin: 0;
}
@media only screen and (max-width: 960px) {
  .h-section6 .tw-content .content .swiper .swiper-button-prev,
.h-section6 .tw-content .content .swiper .swiper-button-next {
    width: 52px;
    height: 52px;
  }
}
@media only screen and (max-width: 640px) {
  .h-section6 .tw-content .content .swiper .swiper-button-prev,
.h-section6 .tw-content .content .swiper .swiper-button-next {
    width: 40px;
    height: 40px;
    padding: 12px 11px;
  }
}
.h-section6 .tw-content .content .swiper .swiper-button-prev::after,
.h-section6 .tw-content .content .swiper .swiper-button-next::after {
  display: none;
}
.h-section6 .tw-content .content .swiper .swiper-button-prev {
  left: 0;
}
.h-section6 .tw-content .content .swiper .swiper-button-next {
  right: 0;
}
.h-section6 .tw-content .content .swiper .swiper-slide {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  overflow: hidden;
}
.h-section6 .tw-content .content .swiper .swiper-slide .label {
  color: var(--Yellow-01, #FFDE17);
  text-align: center;
  height: 60px;
  font-family: "Exemplar Pro";
  font-size: 30px;
  font-weight: 300;
  line-height: 41.25px;
  letter-spacing: -0.9px;
  text-transform: uppercase;
  width: 100%;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 640px) {
  .h-section6 .tw-content .content .swiper .swiper-slide .label {
    height: 40px;
    font-size: 20px;
    line-height: 27.5px;
    letter-spacing: -0.6px;
  }
}
.h-section6 .tw-content .content .swiper .swiper-slide .company {
  color: var(--Brown-04, #ECDCC6);
  text-align: center;
  font-family: "Mallory", sans-serif;
  font-style: normal;
  font-size: 16px;
  line-height: 1.3333;
  letter-spacing: -0.015em;
  text-transform: uppercase;
  width: 100%;
  margin-top: auto;
}
@media only screen and (max-width: 640px) {
  .h-section6 .tw-content .content .swiper .swiper-slide .company {
    font-size: 12px;
    max-width: 203px;
    margin: 96px auto 0;
  }
}
.h-section6 .tw-content .content .swiper .swiper-slide .slogan {
  text-align: center;
  font-family: "Exemplar Pro";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25;
  /* 125% */
  text-transform: uppercase;
  background: var(--Gold-01, linear-gradient(136deg, #CDA163 2.99%, #D5AD70 23.86%, #EACD92 62.62%, #F3DBA1 76.53%, #EED499 82.5%, #E2C185 91.44%, #CEA365 101.38%, #CDA163 102.37%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: 100%;
  max-width: 410px;
  margin: 8px auto 0;
}
.h-section6 .tw-content .content .swiper .swiper-slide .logo {
  margin: 40px auto;
  display: flex;
  justify-content: center;
  max-width: 100%;
}
@media only screen and (max-width: 1440px) {
  .h-section6 .tw-content .content .swiper .swiper-slide .logo {
    margin: 24px auto;
  }
}
.h-section6 .tw-content .content .swiper .swiper-slide .description {
  width: 100%;
  max-width: 548px;
  color: var(--Brown-04, #ECDCC6);
  text-align: center;
  font-family: "Mallory", sans-serif;
  font-size: 16px;
  margin: 0 auto 15px;
}
@media only screen and (max-width: 1440px) {
  .h-section6 .tw-content .content .swiper .swiper-slide .description {
    font-size: 14px;
    margin-bottom: 12px;
  }
}
.h-section6 .tw-content .content .swiper .swiper-slide .tw-button {
  margin: auto auto 0;
  position: relative;
}
@media only screen and (max-width: 960px) {
  .h-section6 .tw-content .content .swiper .swiper-slide .tw-button {
    margin-top: 85px;
  }
}

.h-section7 {
  position: relative;
  padding: 160px 0;
  background: #fdf7ee;
}
@media only screen and (max-width: 960px) {
  .h-section7 {
    padding: 120px 0;
  }
}
@media only screen and (max-width: 640px) {
  .h-section7 {
    padding: 100px 0 60px;
  }
}
.h-section7 .entry-title {
  color: #0C150E;
  font-family: "Exemplar Pro";
  font-size: 64px;
  font-style: normal;
  font-weight: 300;
  line-height: 55px;
  letter-spacing: -1.92px;
  text-transform: uppercase;
}
@media only screen and (max-width: 640px) {
  .h-section7 .entry-title {
    font-size: 36px;
    line-height: 25px;
    letter-spacing: -1.08px;
  }
}
.h-section7 .description {
  color: var(--Green-1-01, #002818);
  letter-spacing: -0.225px;
  margin: 32px 0 65px;
}

.swiper-posts {
  position: relative;
}
.swiper-posts .swiper-slide {
  width: 384px;
  box-sizing: border-box;
  background: var(--Gold-04, linear-gradient(90deg, #CCA063 0.26%, #CEA467 21.09%, #D6B073 47.21%, #E4C589 76.03%, #F4DCA2 100%));
  padding: 1px;
  max-height: 408px;
}
.swiper-posts .swiper-slide .post-item {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.swiper-posts .swiper-slide .post-item .post-image {
  background: var(--Green-2-04, #80A795);
  height: 240px;
  display: flex;
  width: 100%;
}
.swiper-posts .swiper-slide .post-item .post-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s ease-out;
}
.swiper-posts .swiper-slide .post-item .post-date {
  background: var(--Gold-04, linear-gradient(90deg, #CCA063 0.26%, #CEA467 21.09%, #D6B073 47.21%, #E4C589 76.03%, #F4DCA2 100%));
  color: var(--Green-1-01, #002818);
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.225px;
  padding: 16px;
  width: 100%;
  border-top: none;
}
@media only screen and (max-width: 640px) {
  .swiper-posts .swiper-slide .post-item .post-date {
    padding: 12px 36px;
  }
}
.swiper-posts .swiper-slide .post-item .post-title {
  padding: 20px;
  color: var(--Green-1-01, #002818);
  font-family: "Exemplar Pro";
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3333;
  letter-spacing: 0.01em;
  border-top: none;
  background: #FDF7EE;
  transition: 0.4s ease-out;
  gap: 16px;
  display: flex;
}
.swiper-posts .swiper-slide .post-item .post-title .text {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.swiper-posts .swiper-slide .post-item .post-title svg {
  flex-shrink: 0;
}
@media only screen and (max-width: 640px) {
  .swiper-posts .swiper-slide .post-item .post-title {
    padding: 16px;
    font-size: 14px;
  }
}
.swiper-posts .swiper-slide .post-item:hover .post-title {
  background: var(--Green-2-01, #014F2B);
  color: var(--Brown-04, #ECDCC6);
}

.h-section8 {
  position: relative;
  background: url(assets/images/home/section8/bg.png) no-repeat center;
  background-size: cover;
  padding: 9.3229166667% 0 16.3020833333%;
}
@media only screen and (max-width: 640px) {
  .h-section8 {
    padding: 0;
    background: none;
  }
}
.h-section8 .wrap-form {
  width: 75%;
  margin: 0 auto;
  padding: 4.3055555556% 11.1111111111% 3.5416666667% 5.5555555556%;
  position: relative;
  border: 2.5px solid;
  border-image-source: linear-gradient(to bottom, #cca063, #F2DAA0 48.79%, #CCA063);
  border-image-slice: 1;
}
@media only screen and (max-width: 960px) {
  .h-section8 .wrap-form {
    padding: 40px 60px 60px;
  }
}
@media only screen and (max-width: 640px) {
  .h-section8 .wrap-form {
    width: 100%;
    padding: 64px 21px 85px 27px;
  }
}
.h-section8 .wrap-form::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #106844;
  mix-blend-mode: multiply;
  opacity: 0.7;
}
@media only screen and (max-width: 640px) {
  .h-section8 .wrap-form::before {
    opacity: 1;
    mix-blend-mode: normal;
    background: #094926;
  }
}
.h-section8 .wrap-form::after {
  position: absolute;
  content: "";
  top: 16px;
  left: 16px;
  right: 16px;
  bottom: 16px;
  width: calc(100% - 32px);
  height: calc(100% - 32px);
  border: 1px solid;
  border-image-source: linear-gradient(to bottom, #cca063, #F2DAA0 48.79%, #CCA063);
  border-image-slice: 1;
}
@media only screen and (max-width: 640px) {
  .h-section8 .wrap-form::after {
    top: 11px;
    left: 11px;
    right: 11px;
    bottom: 11px;
    width: calc(100% - 22px);
    height: calc(100% - 22px);
  }
}
.h-section8 .wrap-form form {
  position: relative;
  z-index: 9;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 32px;
}
@media only screen and (max-width: 640px) {
  .h-section8 .wrap-form form {
    padding-bottom: 88px;
    gap: 0;
  }
}
.h-section8 .wrap-form form .flex-1 {
  flex: 1 0 auto;
}
.h-section8 .wrap-form form .form-heading {
  margin-bottom: 32px;
}
.h-section8 .wrap-form form .form-heading .form-title {
  color: #FFF;
  font-weight: 500;
  letter-spacing: -0.81px;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 14px;
}
@media only screen and (max-width: 640px) {
  .h-section8 .wrap-form form .form-heading .form-title {
    font-size: 12px;
    line-height: 8px;
    letter-spacing: -0.36px;
  }
}
.h-section8 .wrap-form form .form-heading .form-subtitle {
  color: #FFF;
  font-family: "Exemplar Pro", serif;
  font-weight: 300;
  letter-spacing: -1.92px;
  text-transform: uppercase;
  background: linear-gradient(to top, #FAF0CD, #C89069, #9C6546);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 48px;
  line-height: 35px;
  padding: 20px 0 6px;
}
@media only screen and (max-width: 640px) {
  .h-section8 .wrap-form form .form-heading .form-subtitle {
    font-size: 36px;
    line-height: 25px;
    padding-top: 16px;
  }
}
.h-section8 .wrap-form form .form-column {
  width: 40%;
}
@media only screen and (max-width: 960px) {
  .h-section8 .wrap-form form .form-column {
    width: 100%;
  }
}
.h-section8 .wrap-form form .form-group {
  margin-bottom: 16px;
  position: relative;
  padding-bottom: 20px;
}
@media only screen and (max-width: 640px) {
  .h-section8 .wrap-form form .form-group {
    margin-bottom: 0;
  }
  .h-section8 .wrap-form form .form-group.form-button {
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
.h-section8 .wrap-form form .form-group:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.h-section8 .wrap-form form .form-group:last-child .form-message {
  top: 100%;
  bottom: auto;
}
.h-section8 .wrap-form form .form-group .form-message {
  font-size: 12px;
  position: absolute;
  bottom: 0;
  left: 0;
  color: #FF6363;
}
.h-section8 .wrap-form form .form-group.location {
  margin-bottom: 6px;
}
.h-section8 .wrap-form form .form-group.location .form-label {
  margin-bottom: 16px;
}
.h-section8 .wrap-form form .form-group.location .d-flex {
  color: var(--White, #FFF);
  font-family: "Mallory", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.225px;
  gap: 24px;
}
@media only screen and (max-width: 640px) {
  .h-section8 .wrap-form form .form-group.location .d-flex {
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
  }
}
.h-section8 .wrap-form form .form-group.location .d-flex .option {
  display: flex;
  gap: 8px;
}
.h-section8 .wrap-form form .form-group.location .d-flex .option input {
  display: none;
}
.h-section8 .wrap-form form .form-group.location .d-flex .option input:checked + label::after {
  opacity: 1;
}
.h-section8 .wrap-form form .form-group.location .d-flex .option label {
  padding-left: 28px;
  position: relative;
  cursor: pointer;
}
.h-section8 .wrap-form form .form-group.location .d-flex .option label::before, .h-section8 .wrap-form form .form-group.location .d-flex .option label::after {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 4px;
  background: #fff;
}
.h-section8 .wrap-form form .form-group.location .d-flex .option label::after {
  left: 4px;
  width: 12px;
  height: 9.49698px;
  clip-path: polygon(10.4104px 0.523438px, 4.2962px 6.19559px, 1.71048px 3.43619px, 0px 5.039px, 4.17737px 9.49698px, 12px 2.24655px, 10.4104px 0.523438px);
  background: #106844;
  opacity: 0;
}
.h-section8 .wrap-form form .form-label,
.h-section8 .wrap-form form .form-control {
  font-family: "Mallory", sans-serif;
  font-weight: 400;
  display: block;
  width: 100%;
}
.h-section8 .wrap-form form .form-label {
  font-size: 15px;
  line-height: 20px;
  letter-spacing: -0.225px;
  opacity: 0.8;
  margin-bottom: 4px;
}
.h-section8 .wrap-form form .form-label .required {
  color: #FF6363;
}
.h-section8 .wrap-form form .form-control {
  color: var(--White, #FFF);
  font-size: 20px;
  line-height: 28px;
  letter-spacing: -0.3px;
  height: 36px;
  border: none;
  border-bottom: 1px solid #B58857;
  background: transparent;
  padding: 0;
  border-radius: 0;
}
.h-section8 .wrap-form form .form-control::placeholder {
  color: rgba(255, 255, 255, 0.3);
  font-family: "Mallory", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.225px;
  padding: 4px 8px;
}
.h-section8 .wrap-form form .form-response {
  font-size: 14px;
  line-height: 1.35;
  margin-bottom: 12px;
}
@media only screen and (max-width: 640px) {
  .h-section8 .wrap-form form .form-response {
    width: 100%;
  }
}
.h-section8 .wrap-form form .form-response.success {
  color: green;
}
.h-section8 .wrap-form form .form-response.failed {
  color: red;
}
.h-section8 .wrap-form form .tw-button {
  border: 1px solid #F4DCA2;
  background: radial-gradient(262.49% 141.42% at 100% 0%, #EEC386 14%, #A38047 66.16%, #967845 100%);
}
.h-section8 .wrap-form form .tw-button::before {
  border: none;
}

.h-section9 {
  position: relative;
  background: #fdf7ee;
  padding: 128px 0;
}
@media only screen and (max-width: 640px) {
  .h-section9 {
    padding: 64px 0 112px;
  }
}
.h-section9 .tw-container {
  display: flex;
  gap: 8.75%;
}
@media only screen and (max-width: 640px) {
  .h-section9 .tw-container {
    flex-wrap: wrap;
    gap: 24px;
  }
}
.h-section9 .tw-heading {
  flex-shrink: 0;
}
.h-section9 .entry-title {
  color: #7B6039;
  font-family: "HJ Proza Display";
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 58px;
  /* 120.833% */
  letter-spacing: 0.48px;
  text-transform: uppercase;
  margin-bottom: 16px;
}
@media only screen and (max-width: 640px) {
  .h-section9 .entry-title {
    font-size: 36px;
    font-style: normal;
    font-weight: 300;
    line-height: 25px;
    letter-spacing: -1.08px;
  }
  .h-section9 .entry-title br {
    display: none;
  }
}
.h-section9 .navigation {
  position: relative;
}
@media only screen and (max-width: 640px) {
  .h-section9 .navigation {
    display: none;
  }
}
.h-section9 .navigation .swiper-button-prev,
.h-section9 .navigation .swiper-button-next {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #7B6039;
  border-radius: 100px;
  width: 80px;
  height: 80px;
  position: relative;
  z-index: 10;
  transform: none;
  margin: 0;
  left: auto;
  right: auto;
  top: auto;
}
.h-section9 .navigation .swiper-button-prev::after,
.h-section9 .navigation .swiper-button-next::after {
  display: none;
}
.h-section9 .wrap-slider {
  flex-shrink: 0;
  width: 100%;
  padding-right: 18.75%;
}
@media only screen and (max-width: 640px) {
  .h-section9 .wrap-slider {
    padding-right: 0;
  }
}
.h-section9 .swiper-dealers {
  width: 100%;
  margin: 0;
}
.h-section9 .swiper-dealers .swiper-slide {
  box-sizing: border-box;
  color: var(--Green-2-01, #014F2B);
  padding: 32px 24px;
  border: 1px solid #7B6039;
  background: #FDF7EE;
  width: 464px;
  display: flex;
  gap: 24px;
  margin-right: 16px;
}
@media only screen and (max-width: 640px) {
  .h-section9 .swiper-dealers .swiper-slide {
    width: 80%;
    margin-right: 0;
    margin-bottom: 16px;
    padding: 22px 16px;
    gap: 16px;
  }
}
.h-section9 .swiper-dealers .swiper-slide .logo {
  width: 160px;
  height: 160px;
}
.h-section9 .swiper-dealers .swiper-slide .logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.h-section9 .swiper-dealers .swiper-slide .title {
  font-family: "HJ Proza Display";
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0.26px;
  margin-bottom: 16px;
}
.h-section9 .swiper-dealers .swiper-slide svg {
  flex-shrink: 0;
}
.h-section9 .swiper-dealers .swiper-slide .hotline {
  display: inline-flex;
  margin-bottom: 12px;
  text-decoration: none;
  color: inherit;
}

.tw-news-page {
  background-color: #FDF7EE;
}
.tw-news-page.--news-detail .section2 .heading {
  padding-top: 0;
  border: 0;
}
.tw-news-page.--news-detail .section2 .heading a {
  color: #07383C;
  text-align: center;
  font-family: "SVN-OptimaNovaPro";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}
.tw-news-page.--news-detail .section2 .heading a svg {
  margin-left: 16px;
  width: 29px;
  height: auto;
}
.tw-news-page.--news-detail .swiper-posts .swiper-slide {
  max-height: 415px;
}
.tw-news-page.--news-detail .swiper-posts .swiper-slide .post-item .post-date {
  color: #07383C;
  padding: 16px 48px;
}
@media only screen and (max-width: 1440px) {
  .tw-news-page.--news-detail .swiper-posts .swiper-slide .post-item .post-date {
    padding: 16px 24px;
  }
}
@media only screen and (max-width: 1024px) {
  .tw-news-page.--news-detail .swiper-posts .swiper-slide .post-item .post-date {
    padding: 12px 15px;
  }
}
.tw-news-page.--news-detail .swiper-posts .swiper-slide .post-item .post-title {
  padding: 24px 48px;
  font-family: "SVN-OptimaNovaPro";
  font-size: 24px;
  font-weight: 400;
  color: #07383C;
}
@media only screen and (max-width: 1440px) {
  .tw-news-page.--news-detail .swiper-posts .swiper-slide .post-item .post-title {
    padding: 24px 24px;
    font-size: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .tw-news-page.--news-detail .swiper-posts .swiper-slide .post-item .post-title {
    font-size: 18px;
    padding: 20px 15px;
  }
}
.tw-news-page.--news-detail .swiper-posts .swiper-slide .post-item:hover .post-title {
  background: linear-gradient(115.53deg, #07383c, #1397a2) padding-box, linear-gradient(90deg, #cca063 0.26%, #cea467 21.09%, #d6b073 47.21%, #e4c589 76.03%, #f4dca2) padding-box, linear-gradient(90deg, #cca063 0.26%, #cea467 21.09%, #d6b073 47.21%, #e4c589 76.03%, #f4dca2) border-box;
  color: #ecdcc6;
}
.tw-news-page .banner {
  position: relative;
}
.tw-news-page .banner .decor {
  position: absolute;
  top: 55%;
  width: 100%;
  left: 0;
}
.tw-news-page .section2 {
  padding-top: 150px;
  padding-bottom: 230px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .tw-news-page .section2 {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
.tw-news-page .heading {
  padding-top: 80px;
  border-top: 1px solid #DAB98B;
  margin-bottom: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .tw-news-page .heading {
    flex-direction: column;
    margin-bottom: 32px;
    padding-top: 48px;
  }
}
.tw-news-page .heading .title {
  color: #07383C;
  font-family: "SVN-OptimaNovaPro";
  font-size: 48px;
  line-height: 1.2em;
  letter-spacing: 0.48px;
  text-transform: uppercase;
  font-weight: 400;
}
@media only screen and (max-width: 1024px) {
  .tw-news-page .heading .title {
    font-size: 36px;
  }
}
@media only screen and (max-width: 768px) {
  .tw-news-page .heading .title {
    font-size: 32px;
    margin-bottom: 16px;
  }
}
.tw-news-page .detail-main {
  position: relative;
  z-index: 9;
  padding-top: 90px;
}
@media only screen and (max-width: 1024px) {
  .tw-news-page .detail-main {
    padding-top: 60px;
  }
}
@media only screen and (max-width: 768px) {
  .tw-news-page .detail-main {
    padding-top: 25px;
  }
}
.tw-news-page .detail-main .detail-title {
  color: #0C525E;
  text-align: center;
  font-family: "SVN-OptimaNovaPro";
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2em;
  letter-spacing: 0.48px;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .tw-news-page .detail-main .detail-title {
    font-size: 36px;
  }
}
.tw-news-page .detail-main .quotes {
  margin-right: auto;
  margin-left: auto;
  width: 56px;
  height: 56px;
}
.tw-news-page .detail-main .quotes svg {
  width: 100%;
  height: auto;
}
.tw-news-page .detail-main .post-date {
  display: flex;
  align-items: center;
  color: var(--Neu-1, #010101);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.75em;
  position: relative;
}
.tw-news-page .detail-main .post-date::before {
  content: "";
  width: 16px;
  height: 16px;
  background-image: url(assets/images/news/clock.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-right: 6px;
}
.tw-news-page .detail-main .desc {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  color: #0C525E;
  text-align: justify;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5em;
  letter-spacing: -0.3px;
}
@media only screen and (max-width: 768px) {
  .tw-news-page .detail-main .desc {
    font-size: 16px;
  }
}
.tw-news-page .detail-main .desc p {
  color: #0C525E;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.tw-news-page .detail-main .desc span {
  color: #0C525E !important;
}
.tw-news-page .detail-main .desc strong {
  color: #0C525E;
  font-weight: 500;
}
.tw-news-page .detail-main .share {
  padding-top: 16px;
  border-top: 1px solid var(--Brown-03, #DAB98B);
  position: relative;
  display: flex;
  align-items: center;
  color: #14161F;
  font-family: "Mallory", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5em;
  letter-spacing: -0.24px;
}
.tw-news-page .detail-main .share a {
  color: #374EA2;
  margin-left: 4px;
  text-decoration: underline;
}
.tw-news-page .detail-main .share:before {
  content: "";
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(assets/images/news/share.svg);
  margin-right: 16px;
}

.paginate_links.--posts {
  display: flex;
  align-items: center;
}
.paginate_links.--posts .page-numbers {
  color: #59462C;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5em;
  letter-spacing: -0.24px;
  width: 44px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.paginate_links.--posts .page-numbers.current {
  color: #FDF7EE;
  background: #00575E;
}

.post-list {
  display: flex;
  flex-wrap: wrap;
  margin-right: -21px;
  row-gap: 24px;
}
@media only screen and (max-width: 768px) {
  .post-list {
    margin-right: 0;
  }
}
.post-list .post-item {
  flex: 0 0 calc(33.33% - 21px);
  max-width: calc(33.33% - 21px);
  margin-right: 21px;
  background: #fff;
}
@media only screen and (max-width: 1024px) {
  .post-list .post-item {
    flex: 0 0 calc(50% - 21px);
    max-width: calc(50% - 21px);
  }
}
@media only screen and (max-width: 768px) {
  .post-list .post-item {
    flex-basis: 100%;
    max-width: 100%;
    margin-right: 0;
  }
}

.featured-posts {
  padding-top: 100px;
}
@media only screen and (max-width: 768px) {
  .featured-posts {
    padding-top: 64px;
  }
}

.featured-post-item {
  position: relative;
  box-sizing: border-box;
}
.featured-post-item .featured-img {
  display: block;
  width: 100%;
  position: relative;
  padding-top: 53.875%;
}
.featured-post-item .featured-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.featured-post-item .featured-body {
  padding: 32px 80px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(1, 1, 1, 0.9) 0.01%, rgba(0, 0, 0, 0) 94.44%);
}
@media only screen and (max-width: 768px) {
  .featured-post-item .featured-body {
    padding: 16px 20px;
  }
}
.featured-post-item .post-date {
  color: var(--White, #FFF);
  font-weight: 300;
  font-size: 15px;
  line-height: 1.33em;
  letter-spacing: -0.225px;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
}
.featured-post-item .post-date svg {
  width: 16px;
  height: auto;
  margin-right: 6px;
}
.featured-post-item .featured-title {
  color: var(--White, #FFF);
  font-family: "SVN-OptimaNovaPro";
  font-weight: 400;
  font-size: 36px;
  line-height: 1.22em;
  letter-spacing: 0.36px;
  max-width: 720px;
  font-weight: 400;
  word-break: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: auto;
}
@media only screen and (max-width: 1024px) {
  .featured-post-item .featured-title {
    font-size: 26px;
  }
}
@media only screen and (max-width: 768px) {
  .featured-post-item .featured-title {
    font-size: 18px;
  }
}

.post-item {
  border: 1px solid var(--Gold-04, #CCA063);
  box-sizing: border-box;
}
.post-item .post-img {
  display: flex;
  width: 100%;
  position: relative;
  padding-top: 53.875%;
  overflow: hidden;
}
.post-item .post-img img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
}
.post-item:hover .post-img img {
  transform: scale(1.1);
}
.post-item .post-body {
  background: var(--White, #FFF);
}
.post-item .post-date {
  color: var(--Green-1-01, #fff);
  font-family: "SVN-OptimaNovaPro";
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.33em;
  text-transform: uppercase;
  border-top: 1px solid var(--Gold-04, #CCA063);
  border-bottom: 1px solid var(--Gold-04, #CCA063);
  background: linear-gradient(115.53deg, #07383c, #1397a2) padding-box, linear-gradient(90deg, #cca063 0.26%, #cea467 21.09%, #d6b073 47.21%, #e4c589 76.03%, #f4dca2) padding-box, linear-gradient(90deg, #cca063 0.26%, #cea467 21.09%, #d6b073 47.21%, #e4c589 76.03%, #f4dca2) border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.75em 2.1em 0.65em 2.1em;
}
@media only screen and (max-width: 768px) {
  .post-item .post-date {
    font-size: 14px;
  }
}
.post-item .post-title {
  font-size: 26px;
  padding: 24px 40px 48px;
  display: block;
}
@media only screen and (max-width: 1024px) {
  .post-item .post-title {
    font-size: 20px;
    padding: 22px 20px 28px;
  }
}
@media only screen and (max-width: 768px) {
  .post-item .post-title {
    font-size: 16px;
  }
}
.post-item .post-title span {
  color: var(--Green-1-01, #07383C);
  font-family: "SVN-OptimaNovaPro";
  font-style: normal;
  font-weight: 400;
  line-height: 1.46em;
  letter-spacing: 0.26px;
  font-size: inherit;
  word-break: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: auto;
}

.tw-contact-page .banner {
  margin-bottom: 0;
}
.tw-contact-page #breadcrumb {
  padding: 0 0 160px;
}
@media only screen and (max-width: 1440px) {
  .tw-contact-page #breadcrumb {
    padding: 0 0 120px;
  }
}
@media only screen and (max-width: 1024px) {
  .tw-contact-page #breadcrumb {
    padding: 0 0 80px;
  }
}
@media only screen and (max-width: 768px) {
  .tw-contact-page #breadcrumb {
    padding: 0 0 32px;
  }
}
.tw-contact-page .info {
  position: relative;
  z-index: 10;
  padding: 80px 0 172px;
}
@media only screen and (max-width: 1024px) {
  .tw-contact-page .info {
    padding: 60px 0 122px;
  }
}
@media only screen and (max-width: 768px) {
  .tw-contact-page .info {
    padding: 50px 0;
  }
}
.tw-contact-page .info .tw-container {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 1023px) {
  .tw-contact-page .info .tw-container {
    flex-direction: column;
    gap: 24px;
  }
}
.tw-contact-page .info .tw-container .content {
  width: 480px;
  flex-shrink: 0;
}
@media only screen and (max-width: 1023px) {
  .tw-contact-page .info .tw-container .content {
    width: 100%;
  }
}
.tw-contact-page .info .tw-container .content .title_new {
  margin-bottom: 185px;
}
@media only screen and (max-width: 1440px) {
  .tw-contact-page .info .tw-container .content .title_new {
    margin-bottom: 125px;
  }
}
@media only screen and (max-width: 1024px) {
  .tw-contact-page .info .tw-container .content .title_new {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 768px) {
  .tw-contact-page .info .tw-container .content .title_new {
    margin-bottom: 45px;
  }
}
.tw-contact-page .info .tw-container .content .title_new p {
  font-size: 18px;
  letter-spacing: -0.01em;
  line-height: 24px;
  font-weight: 500;
  color: #0c525e;
  display: inline-block;
}
.tw-contact-page .info .tw-container .content .title_new h2 {
  position: relative;
  display: inline-block;
  padding-top: 24px;
  font-size: 45.81px;
  letter-spacing: -0.03em;
  line-height: 44.99px;
  text-transform: uppercase;
  font-family: "SVN-OptimaNovaPro";
  font-weight: 400;
  color: #0c525e;
  display: flex;
  gap: 14px 14px;
  flex-wrap: wrap;
  align-items: center;
  padding-bottom: 26px;
}
.tw-contact-page .info .tw-container .content .title_new h2::before {
  position: absolute;
  content: "";
  left: 0;
  width: 397px;
  max-width: 100%;
  height: 8px;
  bottom: 0;
  background: linear-gradient(90deg, #cca063 0.26%, #cea467 21.09%, #d6b073 47.21%, #e4c589 76.03%, #f4dca2);
}
@media only screen and (max-width: 576px) {
  .tw-contact-page .info .tw-container .content .title_new h2 {
    font-size: 38px;
    line-height: 1.2;
    padding-top: 20px;
  }
}
.tw-contact-page .info .tw-container .content .title_new h2 span {
  display: inline-block;
}
.tw-contact-page .info .tw-container .content .title_new h2 span:nth-of-type(1) {
  width: 100%;
}
.tw-contact-page .info .tw-container .content .title_new h2 span:nth-of-type(2) {
  font-size: 39.26px;
  line-height: 45.81px;
}
@media only screen and (max-width: 576px) {
  .tw-contact-page .info .tw-container .content .title_new h2 span:nth-of-type(2) {
    font-size: 32px;
    line-height: 1.2;
  }
}
.tw-contact-page .info .tw-container .content .title_new h2 span:nth-of-type(3) {
  font-size: 107.98px;
  line-height: 99.98px;
}
@media only screen and (max-width: 576px) {
  .tw-contact-page .info .tw-container .content .title_new h2 span:nth-of-type(3) {
    font-size: 80px;
    line-height: 0.9;
  }
}
.tw-contact-page .info .tw-container .content .row {
  margin-bottom: 8px;
  flex-wrap: wrap;
}
.tw-contact-page .info .tw-container .content .row .label {
  width: 160px;
  flex-shrink: 0;
  color: var(--Green-1-01, #07383c);
  font-weight: 500;
  gap: 4px;
}
.tw-contact-page .info .tw-container .content .row .label svg {
  width: 24px;
}
@media only screen and (max-width: 375px) {
  .tw-contact-page .info .tw-container .content .row .label {
    width: 100%;
  }
}
.tw-contact-page .info .tw-container .content .row a {
  color: inherit;
}
.tw-contact-page .info .tw-container .content .row .value {
  width: 235px;
  color: var(--Green-1-01, #07383c);
}
.tw-contact-page .info .tw-container .map {
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
  aspect-ratio: 1120/830;
}
.tw-contact-page .info .tw-container .map::after {
  content: "";
  position: absolute;
  z-index: 3;
  top: 11px;
  left: 11px;
  right: 11px;
  bottom: 11px;
  width: calc(100% - 22px);
  height: calc(100% - 22px);
  pointer-events: none;
  border: 1.5px solid;
  border-image-slice: 1;
  border-image-source: linear-gradient(to right, #CCA063, #CEA467 21%, #D6B073 47%, #E4C589 76%, #F4DCA2);
}
.tw-contact-page .info .tw-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  aspect-ratio: 4/3;
}

@keyframes phonering-cricle {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0) scale(0.5) skew(1deg);
    transform: translate(-50%, -50%) rotate(0) scale(0.5) skew(1deg);
    opacity: 0.1;
  }
  50% {
    -webkit-transform: translate(-50%, -50%) rotate(0) scale(0.7) skew(1deg);
    transform: translate(-50%, -50%) rotate(0) scale(0.7) skew(1deg);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(0) scale(1) skew(1deg);
    transform: translate(-50%, -50%) rotate(0) scale(1) skew(1deg);
    opacity: 0.1;
  }
}
@keyframes phonering-circle-fill {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0) scale(0.7) skew(1deg);
    transform: translate(-50%, -50%) rotate(0) scale(0.7) skew(1deg);
    opacity: 0.6;
  }
  50% {
    -webkit-transform: translate(-50%, -50%) rotate(0) scale(1) skew(1deg);
    transform: translate(-50%, -50%) rotate(0) scale(1) skew(1deg);
    opacity: 0.6;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(0) scale(0.7) skew(1deg);
    transform: translate(-50%, -50%) rotate(0) scale(0.7) skew(1deg);
    opacity: 0.6;
  }
}
.content_ss {
  padding: 60px 0 80px 0;
}
@media only screen and (max-width: 1280px) {
  .content_ss {
    padding: 50px 0 60px 0;
  }
}
@media only screen and (max-width: 1024px) {
  .content_ss {
    padding: 40px 0 50px 0;
  }
}
@media only screen and (max-width: 768px) {
  .content_ss {
    padding: 30px 0 40px 0;
  }
  .content_ss .tw-container {
    padding: 0 !important;
  }
  .content_ss .tw-container .breadcrumb, .content_ss .tw-container .entry-title-page {
    padding: 0 24px !important;
  }
}
.content_ss .intro-section {
  margin: 0 auto;
  color: #fff;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .content_ss .intro-section {
    padding: 0 24px;
  }
}
.content_ss .intro-section .title-main {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.content_ss .intro-section .title-main img {
  max-width: 100%;
  height: auto;
}
.content_ss .intro-section .title-main img:nth-child(3) {
  display: block;
  margin: 0 auto;
}
.content_ss .intro-section .desc-main {
  font-size: 16px;
  line-height: 1.6;
  margin-top: 36px;
  color: #FFF;
  text-align: center;
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  /* 116.667% */
  letter-spacing: -0.27px;
  padding: 0 20%;
}
@media only screen and (max-width: 1280px) {
  .content_ss .intro-section .desc-main {
    padding: 0 10%;
  }
}
@media only screen and (max-width: 1024px) {
  .content_ss .intro-section .desc-main {
    padding: 0 5.859375%;
    font-size: 16px;
    margin-top: 24px;
  }
}
@media only screen and (max-width: 768px) {
  .content_ss .intro-section .desc-main {
    padding: 0;
    font-size: 15px;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 576px) {
  .content_ss .intro-section .desc-main {
    font-size: 14px;
  }
}
.content_ss .intro-section .desc-main p {
  margin-bottom: 15px;
}
.content_ss .intro-section .line-down {
  width: 8px;
  height: 184px;
  margin: 40px auto;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='184' viewBox='0 0 8 184' fill='none'%3E%3Cpath d='M0 4C9.65645e-08 6.20914 1.79086 8 4 8C6.20914 8 8 6.20914 8 4C8 1.79086 6.20914 -9.65645e-08 4 0C1.79086 9.65645e-08 -9.65645e-08 1.79086 0 4ZM4 4L3.25 4L3.25001 184L4.00001 184L4.75001 184L4.75 4L4 4Z' fill='url(%23paint0_linear_81_5164)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_81_5164' x1='4.5' y1='4' x2='4.50001' y2='184' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0.457323' stop-color='white'/%3E%3Cstop offset='1' stop-color='white' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 1024px) {
  .content_ss .intro-section .line-down {
    height: 120px;
    margin: 30px auto;
  }
}
@media only screen and (max-width: 768px) {
  .content_ss .intro-section .line-down {
    height: 80px;
    margin: 20px auto;
  }
}
@media only screen and (max-width: 576px) {
  .content_ss .intro-section .line-down {
    height: 60px;
    margin: 15px auto 0;
  }
}
.content_ss .map-section {
  margin: 0 auto 50px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .content_ss .map-section {
    margin: 0 auto 25px;
  }
}
.content_ss .map-section .map-container {
  position: relative;
}
.content_ss .map-section .map-container > svg {
  width: 100%;
  height: auto;
  display: block;
}
.content_ss .map-section .map-container > svg [data-id] {
  cursor: pointer;
  transition: 0.3s;
  transform-origin: center;
  transform-box: fill-box;
}
.content_ss .map-section .map-container > svg [data-id]:hover, .content_ss .map-section .map-container > svg [data-id].active {
  transform: scale(1.3);
  filter: drop-shadow(0 0 10px rgba(255, 166, 38, 0.8));
}
.content_ss .map-section .map-container > svg path {
  pointer-events: none;
}
@media only screen and (max-width: 768px) {
  .content_ss .list-utilities-section {
    padding: 0 24px;
  }
}
.content_ss .list-utilities-section .list-wrapper {
  margin: 0 auto;
  column-count: 4;
  column-gap: 30px;
  padding-left: 160px;
}
@media only screen and (max-width: 1280px) {
  .content_ss .list-utilities-section .list-wrapper {
    column-gap: 20px;
    padding-left: 80px;
  }
}
@media only screen and (max-width: 1024px) {
  .content_ss .list-utilities-section .list-wrapper {
    column-count: 3;
    column-gap: 15px;
    padding-left: 0;
  }
}
@media only screen and (max-width: 768px) {
  .content_ss .list-utilities-section .list-wrapper {
    column-count: 2;
  }
}
.content_ss .list-utilities-section .item-utility {
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  color: #00373e;
  font-size: 12px;
  transition: 0.3s;
  break-inside: avoid;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1280px) {
  .content_ss .list-utilities-section .item-utility {
    margin-bottom: 12px;
  }
}
@media only screen and (max-width: 1024px) {
  .content_ss .list-utilities-section .item-utility {
    margin-bottom: 10px;
  }
}
.content_ss .list-utilities-section .item-utility .number {
  width: 21px;
  height: 21px;
  background: #0C525E;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  flex-shrink: 0;
  color: #FFF;
  font-family: "SVN-OptimaNovaPro-Regular.otf";
  font-size: 11.25px;
  font-style: normal;
  font-weight: 400;
  line-height: 15px;
  /* 133.333% */
  letter-spacing: 0.113px;
}
.content_ss .list-utilities-section .item-utility .text {
  transition: 0.3s;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.content_ss .list-utilities-section .item-utility:hover .number, .content_ss .list-utilities-section .item-utility.active .number {
  background: #E2AC52;
}

.tw-utilities-page .content_ss #breadcrumb {
  text-align: left;
  margin-bottom: 80px;
  padding-top: 20px;
}
@media only screen and (max-width: 1280px) {
  .tw-utilities-page .content_ss #breadcrumb {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 1024px) {
  .tw-utilities-page .content_ss #breadcrumb {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .tw-utilities-page .content_ss #breadcrumb {
    margin-bottom: 24px;
    padding-top: 10px;
  }
}
@media only screen and (max-width: 576px) {
  .tw-utilities-page .content_ss #breadcrumb {
    margin-bottom: 15px;
  }
}
.tw-utilities-page .content_ss #breadcrumb .breadcrumb {
  color: #FFF;
}

.tw-utilities-page .content_ss #breadcrumb .breadcrumb {
  justify-content: flex-start;
  align-items: center;
}

.tw-utilities-page .content_ss #breadcrumb .breadcrumb a,
.tw-utilities-page .content_ss #breadcrumb .breadcrumb span,
.tw-utilities-page .content_ss #breadcrumb .entry-title {
  color: #FFF;
  font-family: "Manrope", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: 35.25px;
  /* 146.875% */
  text-transform: uppercase;
}
@media only screen and (max-width: 1280px) {
  .tw-utilities-page .content_ss #breadcrumb .breadcrumb a,
.tw-utilities-page .content_ss #breadcrumb .breadcrumb span,
.tw-utilities-page .content_ss #breadcrumb .entry-title {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .tw-utilities-page .content_ss #breadcrumb .breadcrumb a,
.tw-utilities-page .content_ss #breadcrumb .breadcrumb span,
.tw-utilities-page .content_ss #breadcrumb .entry-title {
    font-size: 18px;
  }
}
@media only screen and (max-width: 768px) {
  .tw-utilities-page .content_ss #breadcrumb .breadcrumb a,
.tw-utilities-page .content_ss #breadcrumb .breadcrumb span,
.tw-utilities-page .content_ss #breadcrumb .entry-title {
    font-size: 16px;
  }
}
@media only screen and (max-width: 576px) {
  .tw-utilities-page .content_ss #breadcrumb .breadcrumb a,
.tw-utilities-page .content_ss #breadcrumb .breadcrumb span,
.tw-utilities-page .content_ss #breadcrumb .entry-title {
    font-size: 12px;
  }
}

.tw-utilities-page .content_ss #breadcrumb .entry-title {
  color: #fff;
  border-bottom-color: #03a9f4;
  /* Cyan underline */
}

.tw-utilities-page .entry-title-page {
  color: #FFF !important;
  font-family: "SVN-OptimaNovaPro-Regular.otf" !important;
  font-size: 72px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 41.25px !important;
  /* 57.292% */
  letter-spacing: -2.16px !important;
  text-transform: uppercase;
  padding-top: 20px !important;
}
@media only screen and (max-width: 1280px) {
  .tw-utilities-page .entry-title-page {
    font-size: 60px !important;
  }
}
@media only screen and (max-width: 1024px) {
  .tw-utilities-page .entry-title-page {
    font-size: 48px !important;
  }
}
@media only screen and (max-width: 768px) {
  .tw-utilities-page .entry-title-page {
    font-size: 36px !important;
    letter-spacing: -1px !important;
  }
}
@media only screen and (max-width: 576px) {
  .tw-utilities-page .entry-title-page {
    padding-top: 0px !important;
  }
}

.svg-hover-tooltip {
  position: absolute;
  background: #0C525E;
  color: #FFF;
  padding: 8px 15px;
  border-radius: 4px;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-weight: 500;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, visibility 0.2s ease;
  z-index: 9999;
  white-space: nowrap;
  transform: translateX(-50%);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .svg-hover-tooltip {
    display: none !important;
  }
}
.svg-hover-tooltip.active {
  opacity: 1;
  visibility: visible;
}
.svg-hover-tooltip::after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 6px 6px 0;
  border-style: solid;
  border-color: #0C525E transparent transparent transparent;
}

.utility-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  z-index: 999;
  display: none;
}

.utility-popup {
  position: fixed !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  width: 600px;
  background: #fff;
  display: none;
  z-index: 1000 !important;
  border: 3.736px solid var(--Gold-04, #CCA063);
}
@media only screen and (max-width: 1280px) {
  .utility-popup {
    width: 550px;
  }
}
@media only screen and (max-width: 1024px) {
  .utility-popup {
    width: 500px;
  }
}
@media only screen and (max-width: 768px) {
  .utility-popup {
    width: 400px;
  }
}
@media only screen and (max-width: 576px) {
  .utility-popup {
    width: 280px;
  }
}
.utility-popup.active {
  display: block;
}
.utility-popup .popup-close {
  position: absolute;
  top: -15px;
  right: -15px;
  width: 39px;
  height: 39px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s;
  border: #014F2B solid 1px;
}
@media only screen and (max-width: 768px) {
  .utility-popup .popup-close {
    width: 30px;
    height: 30px;
  }
}
.utility-popup .popup-close svg {
  width: 12.423px;
  height: 12.423px;
}
.utility-popup .popup-image {
  width: 100%;
  aspect-ratio: 498/308;
  overflow: hidden;
  border-radius: 4px;
}
.utility-popup .popup-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.utility-popup .popup-content {
  padding: 15px 24px;
  text-align: left;
}
@media only screen and (max-width: 576px) {
  .utility-popup .popup-content {
    padding: 15px;
  }
}
.utility-popup .popup-content .popup-title {
  margin-bottom: 19px;
  margin-top: 0;
  color: var(--Green-1-01, #002818);
  font-family: "SVN-OptimaNovaPro-Regular.otf";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 133.333% */
  letter-spacing: 0.18px;
}
@media only screen and (max-width: 576px) {
  .utility-popup .popup-content .popup-title {
    margin-bottom: 10px;
  }
}
.utility-popup .popup-content .popup-desc {
  color: var(--Green-1-01, #002818);
  font-family: "Manrope", sans-serif;
  font-size: 13.5px;
  font-style: normal;
  font-weight: 400;
  line-height: 15px;
  /* 111.111% */
  letter-spacing: -0.202px;
}

.location-page .content_ss {
  position: relative;
  z-index: 2;
}
@media (max-width: 576px) {
  .location-page .content_ss .title-main {
    display: none;
  }
}
.location-page .content_ss .title-main.mb {
  display: none;
}
@media (max-width: 576px) {
  .location-page .content_ss .title-main.mb {
    display: flex;
  }
}
.location-page .content_ss .title-main.mb:nth-child(2) img {
  max-width: 70%;
}
.location-page .content_ss .title-main.mb:nth-child(2) img:nth-child(1) {
  max-width: 52%;
}
.location-page .content_ss .title-main.mb:nth-child(2) img:nth-child(2) {
  padding-top: 5px;
}
.location-page .content_ss .title-main:nth-child(1) img:nth-child(1) {
  max-width: 50%;
}
@media (max-width: 768px) {
  .location-page .content_ss .title-main:nth-child(1) img:nth-child(1) {
    max-width: 70%;
  }
}
.location-page .content_ss .svg {
  position: relative;
  margin-top: 20px;
}
.location-page .content_ss .svg .svg {
  width: 100%;
  height: auto;
  display: block;
}
.location-page .content_ss .svg .img {
  margin: 0 auto;
  display: block;
}
@media (max-width: 576px) {
  .location-page .content_ss .svg .img {
    max-width: 75%;
  }
}
.location-page .content_ss .block_text {
  margin-top: 60px;
}
@media only screen and (max-width: 768px) {
  .location-page .content_ss .block_text {
    margin-top: 40px;
    padding: 0 30px;
  }
}
@media (max-width: 576px) {
  .location-page .content_ss .block_text {
    padding: 0 24px;
  }
}
.location-page .content_ss .block_text .pros-list {
  display: flex;
  justify-content: space-between;
  gap: 140px;
  margin: 0 auto 115px;
}
@media (max-width: 1366px) {
  .location-page .content_ss .block_text .pros-list {
    gap: 100px;
  }
}
@media (max-width: 1280px) {
  .location-page .content_ss .block_text .pros-list {
    gap: 80px;
    margin: 0 auto 80px;
  }
}
@media (max-width: 576px) {
  .location-page .content_ss .block_text .pros-list {
    gap: 10px;
    flex-direction: column;
    margin: 0 auto 50px;
  }
}
.location-page .content_ss .block_text .pros-list .pro-col {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 576px) {
  .location-page .content_ss .block_text .pros-list .pro-col {
    gap: 15px;
  }
}
.location-page .content_ss .block_text .pros-list .pro-item {
  display: flex;
  align-items: flex-start;
  color: #fff;
  font-size: 18px;
  line-height: 1.5;
}
.location-page .content_ss .block_text .pros-list .pro-item .icon-num {
  display: flex;
  margin-right: 15px;
}
@media (max-width: 576px) {
  .location-page .content_ss .block_text .pros-list .pro-item .icon-num {
    align-items: center;
  }
}
.location-page .content_ss .block_text .pros-list .pro-item .icon-num img {
  margin-right: 12px;
  mix-blend-mode: screen;
}
@media (max-width: 1280px) {
  .location-page .content_ss .block_text .pros-list .pro-item .icon-num img {
    width: 30px;
    margin-right: 5px;
    aspect-ratio: 1/1;
  }
}
@media (max-width: 576px) {
  .location-page .content_ss .block_text .pros-list .pro-item .icon-num img {
    width: 20px;
  }
}
.location-page .content_ss .block_text .pros-list .pro-item .icon-num .number {
  font-size: 30px;
  font-family: "SVN-OptimaNovaPro-Medium.otf";
  color: #fff;
}
@media (max-width: 1280px) {
  .location-page .content_ss .block_text .pros-list .pro-item .icon-num .number {
    font-size: 22px;
  }
}
.location-page .content_ss .block_text .pros-list .pro-item .text {
  display: flex;
  align-items: flex-start;
  padding-top: 8px;
}
@media (max-width: 1280px) {
  .location-page .content_ss .block_text .pros-list .pro-item .text {
    padding-top: 4px;
  }
}
.location-page .content_ss .block_text .pros-list .pro-item .text p {
  margin-bottom: 0;
  color: #FFF;
  font-family: "SVN-OptimaNovaPro-Medium.otf";
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 33px;
  /* 110% */
  letter-spacing: -0.45px;
}
@media (max-width: 1280px) {
  .location-page .content_ss .block_text .pros-list .pro-item .text p {
    font-size: 22px;
    line-height: 27px;
  }
}
.location-page .content_ss .block_text .pros-list .pro-item .text .bullet {
  margin-right: 15px;
  color: #fff;
  font-family: "SVN-OptimaNovaPro-Medium.otf";
  font-size: 30px;
  line-height: 33px;
}
@media (max-width: 1280px) {
  .location-page .content_ss .block_text .pros-list .pro-item .text .bullet {
    font-size: 22px;
    line-height: 27px;
    margin-right: 10px;
  }
}
.location-page .content_ss .block_text .dev-unit {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  z-index: 2;
  margin-bottom: -180px;
}
@media (max-width: 991px) {
  .location-page .content_ss .block_text .dev-unit {
    flex-direction: column;
    margin-bottom: -100px;
  }
}
@media (max-width: 576px) {
  .location-page .content_ss .block_text .dev-unit {
    margin-bottom: -20px;
  }
}
.location-page .content_ss .block_text .dev-unit .left-title {
  width: 35%;
}
@media (max-width: 768px) {
  .location-page .content_ss .block_text .dev-unit .left-title {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media (max-width: 576px) {
  .location-page .content_ss .block_text .dev-unit .left-title {
    margin-bottom: 15px;
  }
}
.location-page .content_ss .block_text .dev-unit .left-title h3 {
  color: #F3DBA1;
  margin-top: 50px;
  font-family: "SVN-OptimaNovaPro-Regular.otf";
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 41.25px;
  /* 114.583% */
  letter-spacing: -1.08px;
}
@media (max-width: 768px) {
  .location-page .content_ss .block_text .dev-unit .left-title h3 {
    margin-top: 0;
    font-size: 28px;
    text-align: center;
  }
}
.location-page .content_ss .block_text .dev-unit .right-box {
  width: 55%;
  background: #FDF7EE;
  padding: 52px 60px 92px;
}
@media (max-width: 1280px) {
  .location-page .content_ss .block_text .dev-unit .right-box {
    padding: 40px 45px 60px;
  }
}
@media only screen and (max-width: 768px) {
  .location-page .content_ss .block_text .dev-unit .right-box {
    padding: 20px 25px 30px;
    width: 100%;
  }
}
.location-page .content_ss .block_text .dev-unit .right-box .logo {
  margin-bottom: 25px;
}
@media only screen and (max-width: 768px) {
  .location-page .content_ss .block_text .dev-unit .right-box .logo {
    margin-bottom: 20px;
  }
}
.location-page .content_ss .block_text .dev-unit .right-box .logo img {
  height: 40px;
  object-fit: contain;
  display: block;
}
.location-page .content_ss .block_text .dev-unit .right-box .desc p {
  color: #002818;
  text-align: justify;
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  /* 125% */
  letter-spacing: -0.18px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1024px) {
  .location-page .content_ss .block_text .dev-unit .right-box .desc p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 768px) {
  .location-page .content_ss .block_text .dev-unit .right-box .desc p {
    font-size: 15px;
  }
}
@media only screen and (max-width: 576px) {
  .location-page .content_ss .block_text .dev-unit .right-box .desc p {
    font-size: 14px;
  }
}
.location-page .content_ss .block_text .dev-unit .right-box .desc p:last-child {
  margin-bottom: 0;
}
.location-page > .img {
  width: 100%;
  position: relative;
  z-index: 1;
}
.location-page > .img img {
  width: 100%;
  display: block;
}

.location-page .content_ss #breadcrumb .breadcrumb {
  color: #F3DBA1;
}

.location-page .content_ss #breadcrumb .breadcrumb a,
.location-page .content_ss #breadcrumb .breadcrumb span,
.location-page .content_ss #breadcrumb .entry-title, .location-page .entry-title-page {
  color: #F3DBA1 !important;
}

.tw-library-page .banner {
  margin-bottom: 0;
}
.tw-library-page .main-content {
  margin-top: 100px;
  position: relative;
  z-index: 9;
  background: #FDF7EE;
  padding: 3.1205673759% 8.5106382979% 8.5106382979%;
}
@media only screen and (max-width: 1024px) {
  .tw-library-page .main-content {
    padding: 24px 32px 60px;
    margin-top: 80px;
  }
}
@media only screen and (max-width: 768px) {
  .tw-library-page .main-content {
    padding: 24px 16px 60px;
  }
}
.tw-library-page .main-content .tab-content {
  padding-top: 80px;
}
@media only screen and (max-width: 1024px) {
  .tw-library-page .main-content .tab-content {
    padding-top: 40px;
  }
}
.tw-library-page .main-content .tab-images,
.tw-library-page .main-content .tab-videos {
  position: relative;
}
.tw-library-page .main-content .tab-images .item-gallery,
.tw-library-page .main-content .tab-videos .item-gallery {
  width: calc((100% - 48px) / 3);
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .tw-library-page .main-content .tab-images .item-gallery,
.tw-library-page .main-content .tab-videos .item-gallery {
    width: calc(50% - 16px);
  }
}
.tw-library-page .main-content .tab-images .item-gallery .item-image,
.tw-library-page .main-content .tab-videos .item-gallery .item-image {
  position: relative;
  overflow: hidden;
  padding-top: 64.8148148148%;
  cursor: pointer;
}
.tw-library-page .main-content .tab-images .item-gallery .item-image img,
.tw-library-page .main-content .tab-videos .item-gallery .item-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tw-library-page .main-content .tab-images .item-gallery .item-image .count,
.tw-library-page .main-content .tab-videos .item-gallery .item-image .count {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  background: #00000099;
  transition: 0.4s ease-out;
  color: #fff;
}
.tw-library-page .main-content .tab-images .item-gallery .item-image .icon,
.tw-library-page .main-content .tab-videos .item-gallery .item-image .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  transform: translate(-50%, -50%);
  width: 48px;
  height: 48px;
  border-radius: 100px;
  background: linear-gradient(to right, #CCA063, #CEA467 21%, #D6B073 47%, #E4C589 76%, #F4DCA2);
}
.tw-library-page .main-content .tab-images .item-gallery .item-image .icon::before,
.tw-library-page .main-content .tab-videos .item-gallery .item-image .icon::before {
  position: absolute;
  content: "";
  top: 1px;
  left: 1px;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  border-radius: 100px;
  background: #fff;
}
.tw-library-page .main-content .tab-images .item-gallery .item-image .icon svg,
.tw-library-page .main-content .tab-videos .item-gallery .item-image .icon svg {
  position: relative;
  z-index: 2;
  margin-left: 3px;
}
.tw-library-page .main-content .tab-images .item-gallery .item-image:hover .count,
.tw-library-page .main-content .tab-videos .item-gallery .item-image:hover .count {
  opacity: 1;
  visibility: visible;
}
.tw-library-page .main-content .tab-images .item-gallery .item-title,
.tw-library-page .main-content .tab-videos .item-gallery .item-title {
  color: var(--Green-1-01, #002818);
  font-family: "Exemplar Pro";
  font-size: 20px;
  line-height: calc(32/26);
  letter-spacing: 0.01em;
}
@media only screen and (max-width: 1024px) {
  .tw-library-page .main-content .tab-images .item-gallery .item-title,
.tw-library-page .main-content .tab-videos .item-gallery .item-title {
    font-size: 16px;
  }
}
@media only screen and (max-width: 768px) {
  .tw-library-page .main-content .tab-images .item-gallery .item-title,
.tw-library-page .main-content .tab-videos .item-gallery .item-title {
    font-size: 14px;
  }
}
.tw-library-page .main-content .tab-documents .item-gallery {
  width: calc((100% - 16px) / 2);
}
@media only screen and (max-width: 1024px) {
  .tw-library-page .main-content .tab-documents .item-gallery {
    width: calc(50% - 16px);
  }
}
@media only screen and (max-width: 768px) {
  .tw-library-page .main-content .tab-documents .item-gallery {
    width: 100%;
  }
}
.tw-library-page .main-content .tab-documents .item-gallery {
  width: calc((100% - 48px) / 3);
  background: linear-gradient(116deg, #07383C 2.58%, #1397A2 66.16%), #1397A2;
}
@media only screen and (max-width: 1024px) {
  .tw-library-page .main-content .tab-documents .item-gallery {
    width: calc(50% - 16px);
  }
}
@media only screen and (max-width: 768px) {
  .tw-library-page .main-content .tab-documents .item-gallery {
    width: 100%;
  }
}
.tw-library-page .main-content .tab-documents .item-gallery .logo {
  padding: 28px 0 16px;
}
.tw-library-page .main-content .tab-documents .item-gallery .document-body {
  padding: 16px 24px;
  border-top: 1px solid rgba(181, 136, 87, 0.8);
  background: #00575E;
}
.tw-library-page .main-content .tab-documents .item-gallery .document-body .document-title {
  color: var(--White, #FFF);
  font-size: 16px;
  letter-spacing: -0.015em;
}
.tw-library-page .main-content .tab-documents .item-gallery .document-body .document-title a {
  color: inherit;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tw-library-page .main-content .tab-documents .item-gallery .document-body .document-tool {
  margin-left: auto;
  flex-shrink: 0;
}

.tw-investor-page .wrap {
  position: relative;
}
.tw-investor-page .wrap .wrap_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.tw-investor-page .wrap #breadcrumb .entry-title-page,
.tw-investor-page .wrap #breadcrumb .breadcrumb {
  color: #FFFFFF;
}
.tw-investor-page .wrap .intro {
  position: relative;
  padding: 50px 8.3333333333% 62px;
}
@media only screen and (max-width: 1024px) {
  .tw-investor-page .wrap .intro {
    padding: 45px 30px 50px;
  }
}
@media only screen and (max-width: 768px) {
  .tw-investor-page .wrap .intro {
    padding: 20px 20px 40px;
  }
}
.tw-investor-page .wrap .intro .image {
  width: 100%;
  line-height: 0;
}
.tw-investor-page .wrap .intro .image img {
  width: 100%;
  height: auto;
}
.tw-investor-page .wrap .intro .content {
  position: relative;
  z-index: 2;
  display: flex;
  gap: 5%;
}
@media only screen and (max-width: 1024px) {
  .tw-investor-page .wrap .intro .content {
    gap: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .tw-investor-page .wrap .intro .content {
    flex-direction: column;
  }
}
.tw-investor-page .wrap .intro .content .left,
.tw-investor-page .wrap .intro .content .right {
  width: 46.6666666667%;
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  /* 116.667% */
  letter-spacing: -0.27px;
}
.tw-investor-page .wrap .intro .content .left p,
.tw-investor-page .wrap .intro .content .right p {
  margin-bottom: 32px;
}
.tw-investor-page .wrap .intro .content .left p:last-child,
.tw-investor-page .wrap .intro .content .right p:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .tw-investor-page .wrap .intro .content .left,
.tw-investor-page .wrap .intro .content .right {
    width: 100%;
    font-size: 16px;
  }
  .tw-investor-page .wrap .intro .content .left p,
.tw-investor-page .wrap .intro .content .right p {
    margin-bottom: 24px;
  }
}
.tw-investor-page .wrap .intro .content .left {
  padding-top: 95px;
}
@media only screen and (max-width: 768px) {
  .tw-investor-page .wrap .intro .content .left {
    padding-top: 30px;
  }
}
.tw-investor-page .wrap .intro .content .right {
  margin-top: -170px;
}
@media only screen and (max-width: 768px) {
  .tw-investor-page .wrap .intro .content .right {
    margin-top: 0;
  }
}
.tw-investor-page .wrap .intro .content .right .quote {
  margin-left: 3.5714285714%;
  background: #FDF7EE;
  width: 96.4285714286%;
  padding: 38px 38px 28px;
  box-sizing: border-box;
  margin-bottom: 100px;
}
@media only screen and (max-width: 1024px) {
  .tw-investor-page .wrap .intro .content .right .quote {
    padding: 30px 30px 26px;
    margin-bottom: 70px;
  }
}
@media only screen and (max-width: 768px) {
  .tw-investor-page .wrap .intro .content .right .quote {
    margin-left: 0;
    width: 100%;
    margin-bottom: 30px;
  }
}
.tw-investor-page .wrap .intro .content .right .quote .logo {
  display: block;
  margin: 0 auto 18px;
}
.tw-investor-page .wrap .intro .content .right .quote .des {
  color: #0C525E;
  text-align: center;
  font-family: "SVN-OptimaNovaPro-Medium.otf";
  font-size: 24px;
  font-style: italic;
  font-weight: 500;
  line-height: 32px;
  /* 133.333% */
  letter-spacing: -0.72px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1024px) {
  .tw-investor-page .wrap .intro .content .right .quote .des {
    font-size: 22px;
  }
}
@media only screen and (max-width: 768px) {
  .tw-investor-page .wrap .intro .content .right .quote .des {
    font-size: 20px;
  }
}
.tw-investor-page .wrap .intro .content .right .quote .author,
.tw-investor-page .wrap .intro .content .right .quote .position {
  color: #0C525E;
  text-align: center;
  font-family: "SVN-OptimaNovaPro-Regular.otf";
  font-size: 24px;
  font-style: italic;
  font-weight: 400;
  line-height: 32px;
  /* 133.333% */
  letter-spacing: -0.72px;
}
.tw-investor-page .wrap .intro .content .right .quote .author span,
.tw-investor-page .wrap .intro .content .right .quote .position span {
  font-weight: 700;
}
@media only screen and (max-width: 1024px) {
  .tw-investor-page .wrap .intro .content .right .quote .author,
.tw-investor-page .wrap .intro .content .right .quote .position {
    font-size: 22px;
  }
}
@media only screen and (max-width: 768px) {
  .tw-investor-page .wrap .intro .content .right .quote .author,
.tw-investor-page .wrap .intro .content .right .quote .position {
    font-size: 20px;
  }
}
.tw-investor-page .wrap .intro .content .right .quote .author {
  margin-bottom: 0;
}
.tw-investor-page .wrap .award {
  position: relative;
  z-index: 2;
  padding: 0 8.3333333333%;
}
@media only screen and (max-width: 1024px) {
  .tw-investor-page .wrap .award {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 768px) {
  .tw-investor-page .wrap .award {
    padding: 0 20px;
  }
}
.tw-investor-page .wrap .award .container {
  padding: 75px 0 140px;
  border-top: 1px solid rgba(236, 220, 198, 0.3);
}
@media only screen and (max-width: 1024px) {
  .tw-investor-page .wrap .award .container {
    padding: 60px 0 100px;
  }
}
@media only screen and (max-width: 768px) {
  .tw-investor-page .wrap .award .container {
    padding: 40px 0 50px;
  }
}
.tw-investor-page .wrap .award .container .title {
  color: #FFF;
  font-family: "SVN-OptimaNovaPro-Regular.otf";
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 41.25px;
  /* 103.125% */
  letter-spacing: -1.2px;
  text-transform: uppercase;
  margin-bottom: 38px;
}
@media only screen and (max-width: 768px) {
  .tw-investor-page .wrap .award .container .title {
    font-size: 36px;
    margin-bottom: 30px;
  }
}
.tw-investor-page .wrap .award .container .content {
  display: flex;
}
@media only screen and (max-width: 768px) {
  .tw-investor-page .wrap .award .container .content {
    flex-direction: column;
  }
}
.tw-investor-page .wrap .award .container .content .left {
  position: relative;
  width: 50%;
  display: flex;
  align-items: flex-start;
  line-height: 0;
}
@media only screen and (max-width: 768px) {
  .tw-investor-page .wrap .award .container .content .left {
    width: 100%;
  }
}
.tw-investor-page .wrap .award .container .content .left .image {
  position: relative;
  z-index: 2;
  width: 223px;
}
.tw-investor-page .wrap .award .container .content .left .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tw-investor-page .wrap .award .container .content .right {
  width: 50%;
  padding: 48px 4.6666666667% 0;
  background: #fff;
  max-height: 498px;
}
@media only screen and (max-width: 768px) {
  .tw-investor-page .wrap .award .container .content .right {
    width: 100%;
    padding: 35px 20px 26px;
    max-height: fit-content;
  }
}
.tw-investor-page .wrap .award .container .content .right .des {
  max-height: 100%;
  overflow: auto;
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  /* 116.667% */
  letter-spacing: -0.27px;
  padding-right: 15px;
  padding-bottom: 20px;
  height: 100%;
}
.tw-investor-page .wrap .award .container .content .right .des p {
  margin-bottom: 32px;
}
.tw-investor-page .wrap .award .container .content .right .des p:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .tw-investor-page .wrap .award .container .content .right .des {
    overflow: visible;
    padding-right: 0;
    font-size: 16px;
    padding-bottom: 0;
  }
  .tw-investor-page .wrap .award .container .content .right .des p {
    margin-bottom: 24px;
  }
}
.tw-investor-page .wrap .partners-section {
  position: relative;
  background: #fff;
  padding: 72px 0 110px;
}
@media (max-width: 1280px) {
  .tw-investor-page .wrap .partners-section {
    padding: 70px 0 90px;
  }
}
@media (max-width: 576px) {
  .tw-investor-page .wrap .partners-section {
    padding: 60px 0 60px;
  }
}
.tw-investor-page .wrap .partners-section .title-partners {
  color: #0C525E;
  font-family: "SVN-OptimaNovaPro-Regular.otf";
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 41.25px;
  /* 103.125% */
  letter-spacing: -1.2px;
  text-transform: uppercase;
  margin-bottom: 38px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .tw-investor-page .wrap .partners-section .title-partners {
    font-size: 36px;
    margin-bottom: 30px;
  }
}
.tw-investor-page .wrap .partners-section .partners-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 40px 30px;
  margin: 0 auto;
}
@media (max-width: 576px) {
  .tw-investor-page .wrap .partners-section .partners-list {
    gap: 15px;
  }
}
.tw-investor-page .wrap .partners-section .partners-list .partner-item {
  width: calc((100% - 90px) / 4);
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tw-investor-page .wrap .partners-section .partners-list .partner-item img {
  max-height: 72px;
  max-width: 100%;
  object-fit: contain;
}
@media (max-width: 1024px) {
  .tw-investor-page .wrap .partners-section .partners-list .partner-item {
    width: calc((100% - 60px) / 3);
  }
}
@media (max-width: 576px) {
  .tw-investor-page .wrap .partners-section .partners-list .partner-item {
    width: calc((100% - 15px) / 2);
  }
}

.template-part-ground {
  position: relative;
  z-index: 9;
}
.template-part-ground::after {
  position: absolute;
  content: "";
  z-index: 1;
  pointer-events: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.5;
}
.template-part-ground .bg {
  width: 100%;
}
.template-part-ground .tab-content {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
}
.template-part-ground .tab-content .tab-panel {
  display: block;
  opacity: 0;
  transition: 0.4s;
}
.template-part-ground .tab-content .tab-panel.active, .template-part-ground .tab-content .tab-panel:hover {
  opacity: 1;
  z-index: 9;
}
.template-part-ground .tab-content .btn-ground {
  position: absolute;
  padding: 0 15px;
  border-radius: 16.67px;
  overflow: hidden;
  border: none;
  width: 17.7083333333%;
  max-width: 340px;
  min-width: 180px;
  min-height: 69px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #59462C;
  text-align: center;
  font-family: "Mallory", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  overflow: hidden;
  background: transparent;
}
@media only screen and (max-width: 960px) {
  .template-part-ground .tab-content .btn-ground {
    font-size: 16px;
  }
}
@media only screen and (max-width: 640px) {
  .template-part-ground .tab-content .btn-ground {
    font-size: 14px;
    padding: 12px 5px;
    min-height: auto;
    border-radius: 12px;
  }
  .template-part-ground .tab-content .btn-ground::before, .template-part-ground .tab-content .btn-ground::after {
    border-radius: 10px !important;
  }
}
.template-part-ground .tab-content .btn-ground::before, .template-part-ground .tab-content .btn-ground::after {
  position: absolute;
  content: "";
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: inherit;
}
.template-part-ground .tab-content .btn-ground::before {
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  background: var(--Gold-04, linear-gradient(90deg, #CCA063 0.26%, #CEA467 21.09%, #D6B073 47.21%, #E4C589 76.03%, #F4DCA2 100%));
  border-radius: 15.67px;
}
.template-part-ground .tab-content .btn-ground::after {
  z-index: -2;
  background: linear-gradient(-28.96deg, #CDA163, #D5AD70 21%, #EACD92 60%, #F3DBA1 74%, #EED499 80%, #E2C185 89%, #CEA365 99%, #CDA163);
}
.template-part-ground .tab-content .tab-panel-0 .btn-ground {
  top: 15.5%;
  left: 43.2291666667%;
}
@media only screen and (max-width: 768px) {
  .template-part-ground .tab-content .tab-panel-0 .btn-ground {
    left: 20%;
  }
}
.template-part-ground .tab-content .tab-panel-0 .ground-area {
  position: absolute;
  top: 9.3%;
  left: 57.8645833333%;
  width: 34.0364583333%;
  height: 67.35%;
}
.template-part-ground .tab-content .tab-panel-0 .ground-area::before {
  position: absolute;
  content: "";
  width: 111.5531752104%;
  height: 111.2100965108%;
  top: -4.4058744993%;
  left: -4.5267489712%;
  background: url(assets/images/page/blur-ground-arcadia.png) no-repeat center;
  background-size: cover;
  z-index: -1;
}
.template-part-ground .tab-content .tab-panel-0 .ground-area img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.template-part-ground .tab-content .tab-panel-1 .btn-ground {
  top: 32%;
  left: 65%;
}
@media only screen and (max-width: 768px) {
  .template-part-ground .tab-content .tab-panel-1 .btn-ground {
    left: 40%;
  }
}
.template-part-ground .tab-content .tab-panel-1 .ground-area {
  position: absolute;
  top: 1.6%;
  left: 78.125%;
  width: 14.63125%;
  height: 60.963%;
}
.template-part-ground .tab-content .tab-panel-1 .ground-area::before {
  position: absolute;
  content: "";
  width: 127.0824434003%;
  height: 112.5272706396%;
  top: -4.8104956268%;
  left: -9.243697479%;
  background: url(assets/images/page/blur-ground-gardenia.png) no-repeat center;
  background-size: cover;
  z-index: -1;
}
.template-part-ground .tab-content .tab-panel-1 .ground-area img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.tw-ground-page .template-part-ground {
  margin-top: 100px;
}
@media only screen and (max-width: 768px) {
  .tw-ground-page .template-part-ground {
    margin-top: 40px;
  }
}
.tw-ground-page .gallery {
  padding: 136px 0 183px;
  position: relative;
  z-index: 9;
}
@media only screen and (max-width: 1280px) {
  .tw-ground-page .gallery {
    padding: 100px 0 120px;
  }
}
@media only screen and (max-width: 768px) {
  .tw-ground-page .gallery {
    padding: 60px 0 80px;
  }
  .tw-ground-page .gallery .nav-tab {
    padding: 10px;
  }
}
.tw-ground-page .gallery .entry-title {
  color: #59462C;
  font-family: "Exemplar Pro";
  font-size: 52px;
  font-weight: 300;
  line-height: calc(45/64);
  letter-spacing: -0.03em;
  text-transform: uppercase;
  margin-bottom: 1em;
  text-align: center;
}
@media only screen and (max-width: 960px) {
  .tw-ground-page .gallery .entry-title {
    font-size: 32px;
  }
}
@media only screen and (max-width: 640px) {
  .tw-ground-page .gallery .entry-title {
    font-size: 24px;
  }
}
.tw-ground-page .gallery .tab-content {
  padding-top: 64px;
  max-width: 1280px;
  margin: auto;
}
.tw-ground-page .gallery .tab-content .swiper-button-prev,
.tw-ground-page .gallery .tab-content .swiper-button-next {
  flex-shrink: 0;
  width: 64px;
  height: 64px;
  border-radius: 100px;
  overflow: hidden;
  background: linear-gradient(28.96deg, #CDA163, #D5AD70 21%, #EACD92 60%, #F3DBA1 74%, #EED499 80%, #E2C185 89%, #CEA365 99%, #CDA163);
}
.tw-ground-page .gallery .tab-content .swiper-button-prev::before,
.tw-ground-page .gallery .tab-content .swiper-button-next::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  z-index: -1;
  background: #DAB98B;
  border-radius: 100px;
}
.tw-ground-page .gallery .tab-content .swiper-button-prev::after,
.tw-ground-page .gallery .tab-content .swiper-button-next::after {
  display: none;
}
.tw-ground-page .gallery .tab-content .swiper-button-prev svg,
.tw-ground-page .gallery .tab-content .swiper-button-next svg {
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .tw-ground-page .gallery .tab-content .swiper-button-prev,
.tw-ground-page .gallery .tab-content .swiper-button-next {
    width: 48px;
    height: 48px;
  }
}
.tw-ground-page .gallery .tab-content .swiper-main-images {
  position: relative;
}
.tw-ground-page .gallery .tab-content .swiper-main-images .swiper-slide {
  width: 100%;
  box-sizing: border-box;
  border-radius: 8px;
  overflow: hidden;
}
.tw-ground-page .gallery .tab-content .swiper-main-images .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.tw-ground-page .gallery .tab-content .wrap-slide-thumb {
  margin-top: 24px;
  justify-content: center;
  gap: 48px;
}
@media only screen and (max-width: 768px) {
  .tw-ground-page .gallery .tab-content .wrap-slide-thumb {
    gap: 16px;
  }
}
.tw-ground-page .gallery .tab-content .wrap-slide-thumb .swiper {
  margin: 0;
}
.tw-ground-page .gallery .tab-content .wrap-slide-thumb .swiper-slide {
  width: 80px;
  height: 120px;
  box-sizing: border-box;
  overflow: hidden;
  transition: 0.4s;
  margin-right: 4px;
  border-radius: 8px;
}
.tw-ground-page .gallery .tab-content .wrap-slide-thumb .swiper-slide::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
}
.tw-ground-page .gallery .tab-content .wrap-slide-thumb .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tw-ground-page .gallery .tab-content .wrap-slide-thumb .swiper-slide.swiper-slide-thumb-active {
  width: 240px;
}
.tw-ground-page .gallery .tab-content .wrap-slide-thumb .swiper-slide.swiper-slide-thumb-active::after {
  display: none;
}

.product-page .content-svg {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .product-page .content-svg {
    flex-direction: column;
    padding: 0 24px;
  }
}
@media only screen and (max-width: 576px) {
  .product-page .content-svg {
    padding: 0px;
  }
}
.product-page .content-svg .left {
  width: 45.0833333333%;
  padding-left: 15px;
  padding-right: 6.25%;
}
@media only screen and (max-width: 1280px) {
  .product-page .content-svg .left {
    padding-left: 0;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .product-page .content-svg .left {
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
  }
}
.product-page .content-svg .left .drop_list {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-bottom: 64px;
}
@media only screen and (max-width: 768px) {
  .product-page .content-svg .left .drop_list {
    margin-bottom: 20px;
    justify-content: center;
  }
}
@media only screen and (max-width: 576px) {
  .product-page .content-svg .left .drop_list {
    margin-bottom: 15px;
  }
}
.product-page .content-svg .left .drop_list .custom-select-wrapper {
  position: relative;
  min-width: 225px;
  color: #FFF;
  font-family: "Manrope", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 15px;
  /* 125% */
  letter-spacing: -0.18px;
}
@media only screen and (max-width: 1280px) {
  .product-page .content-svg .left .drop_list .custom-select-wrapper {
    min-width: 150px;
  }
}
.product-page .content-svg .left .drop_list .custom-select-wrapper.disabled {
  opacity: 0.5;
  pointer-events: none;
}
.product-page .content-svg .left .drop_list .custom-select-wrapper .custom-select {
  background-color: #164b56;
  /* Dark teal */
  color: #ffffff;
  border-radius: 30px;
  padding: 6px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  user-select: none;
  transition: background-color 0.3s;
}
.product-page .content-svg .left .drop_list .custom-select-wrapper .custom-select:hover {
  background-color: #123e47;
}
.product-page .content-svg .left .drop_list .custom-select-wrapper .custom-select .dropdown-icon {
  width: 12px;
  transition: transform 0.3s ease;
}
.product-page .content-svg .left .drop_list .custom-select-wrapper .custom-options {
  position: absolute;
  top: calc(100% + 5px);
  left: 0;
  width: 100%;
  background-color: #ffffff;
  border-radius: 15px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease;
  z-index: 10;
  margin: 0;
  padding: 0;
  list-style: none;
  max-height: 250px;
  overflow-y: auto;
}
.product-page .content-svg .left .drop_list .custom-select-wrapper .custom-options .custom-option {
  padding: 10px 20px;
  color: #164b56;
  cursor: pointer;
  transition: background-color 0.2s;
  text-align: center;
}
.product-page .content-svg .left .drop_list .custom-select-wrapper .custom-options .custom-option:hover {
  background-color: #f0f0f0;
}
.product-page .content-svg .left .drop_list .custom-select-wrapper.open .custom-select .dropdown-icon {
  transform: rotate(180deg);
}
.product-page .content-svg .left .drop_list .custom-select-wrapper.open .custom-options {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.product-page .content-svg .left .list_field {
  display: flex;
  gap: 4px 93px;
  margin-bottom: 170px;
}
@media only screen and (max-width: 1280px) {
  .product-page .content-svg .left .list_field {
    margin-bottom: 80px;
    gap: 4px 15px;
  }
}
@media only screen and (max-width: 1024px) {
  .product-page .content-svg .left .list_field {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .product-page .content-svg .left .list_field {
    gap: 10px 30px;
  }
}
@media only screen and (max-width: 576px) {
  .product-page .content-svg .left .list_field {
    gap: 5px 10px;
  }
}
.product-page .content-svg .left .list_field .column {
  min-width: 225px;
  display: grid;
  row-gap: 12px;
  padding-left: 12px;
}
@media only screen and (max-width: 1280px) {
  .product-page .content-svg .left .list_field .column {
    min-width: 150px;
  }
}
.product-page .content-svg .left .list_field .column .item {
  display: flex;
  align-items: center;
  font-family: "UTM-Aptima";
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.21px;
}
.product-page .content-svg .left .list_field .column .item .dot {
  width: 4px;
  height: 4px;
  background-color: #0C525E;
  border-radius: 50%;
  margin-right: 8px;
  flex-shrink: 0;
}
.product-page .content-svg .left .list_field .column .item .label {
  color: #0C525E;
  margin-right: 4px;
}
.product-page .content-svg .left .list_field .column .item .value {
  color: #000;
}
.product-page .content-svg .left .slide_image {
  position: relative;
  width: 100%;
}
.product-page .content-svg .left .slide_image .swiper {
  width: 100%;
  padding-bottom: 24px;
}
.product-page .content-svg .left .slide_image .swiper .swiper-slide {
  aspect-ratio: 597/340;
}
.product-page .content-svg .left .slide_image .swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.product-page .content-svg .left .slide_image .swiper .swiper-pagination {
  bottom: 0px;
}
.product-page .content-svg .left .slide_image .swiper .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: rgba(0, 0, 0, 0.3);
  opacity: 1;
  margin: 0 3px;
}
.product-page .content-svg .left .slide_image .swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: #000;
}
.product-page .content-svg .right {
  width: 54.9166666667%;
  position: relative;
  z-index: 0;
  height: max-content;
}
@media only screen and (max-width: 768px) {
  .product-page .content-svg .right {
    width: 100%;
  }
}
.product-page .content-svg .right img,
.product-page .content-svg .right svg {
  width: 100%;
  display: block;
  height: auto;
}
.product-page .content-svg .right img rect, .product-page .content-svg .right img > g,
.product-page .content-svg .right svg rect,
.product-page .content-svg .right svg > g {
  pointer-events: none;
}
.product-page .content-svg .right img path,
.product-page .content-svg .right svg path {
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.product-page .content-svg .right img path:hover,
.product-page .content-svg .right svg path:hover {
  opacity: 0.5;
}
.product-page .content-svg .right img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.product-page .content-svg .group-img-full {
  width: 100%;
}

.product-page .content_ss #breadcrumb {
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .product-page .content_ss #breadcrumb {
    margin-bottom: 24px;
  }
}
@media only screen and (max-width: 576px) {
  .product-page .content_ss #breadcrumb {
    margin-bottom: 15px;
  }
}
.product-page .content_ss #breadcrumb .breadcrumb {
  color: #0C525E;
}

.product-page .content_ss #breadcrumb .breadcrumb a,
.product-page .content_ss #breadcrumb .breadcrumb span,
.product-page .content_ss #breadcrumb .entry-title,
.product-page .entry-title-page {
  color: #0C525E !important;
}

.home-section1 {
  width: 100%;
  height: 100vh;
  position: relative;
}
.home-section1:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 60.1388888889%;
  aspect-ratio: 866/291;
  content: "";
  z-index: 0;
  border-radius: 866px;
  background: #103647;
  filter: blur(212px);
}
@media only screen and (max-width: 576px) {
  .home-section1:after {
    display: none;
  }
}
.home-section1 .bgr_ss2_cropped {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  object-fit: cover;
  z-index: 0;
  pointer-events: none;
}
.home-section1 .title_banner {
  position: absolute;
  max-width: 36.8055555556%;
  top: 38.625%;
  left: 7.4305555556%;
  z-index: 1;
}
.home-section1 .title_banner img {
  width: 100%;
  display: block;
}
.home-section1 picture {
  display: block;
  width: 100%;
  height: 100%;
}
.home-section1 .bgr {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.3s ease;
  display: block;
}
.home-section1 .absolute-bottom-slider {
  position: absolute;
  bottom: 24px;
  left: 2.2222222222%;
  width: 52.7083333333%;
  z-index: 10;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.home-section1 .absolute-bottom-slider .item {
  padding-top: 8px;
  position: relative;
  color: #fff;
  cursor: pointer;
}
.home-section1 .absolute-bottom-slider .item .desc {
  color: rgba(255, 255, 255, 0.6);
  font-family: "Manrope";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  /* 125% */
  letter-spacing: -0.24px;
  transition: all 0.5s ease;
}
.home-section1 .absolute-bottom-slider .swiper-slide:after {
  width: 0%;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  height: 2px;
  transition: all 0.5s ease;
  background: #F3DBA1;
  z-index: 1;
}
.home-section1 .absolute-bottom-slider .swiper-slide.is-active:after {
  width: 100%;
}
.home-section1 .absolute-bottom-slider .swiper-slide.is-active .item .desc {
  color: #fff;
  font-weight: 600;
}
@media only screen and (max-width: 1366px) {
  .home-section1 .title_banner {
    max-width: 38.7994143485%;
  }
  .home-section1 .absolute-bottom-slider .item .desc {
    font-size: 15px;
  }
}
@media only screen and (max-width: 1024px) {
  .home-section1 {
    height: 80vh;
  }
  .home-section1 .title_banner {
    max-width: 400px;
    top: 35%;
  }
  .home-section1 .absolute-bottom-slider {
    width: 55%;
  }
}
@media only screen and (max-width: 768px) {
  .home-section1 {
    height: auto;
    display: flex;
    flex-direction: column;
    background: linear-gradient(116deg, #07383C 2.58%, #1397A2 66.16%), #FFF;
    padding: 161px 0 0;
    overflow: hidden;
  }
  .home-section1 .title_banner {
    position: relative;
    top: unset;
    left: unset;
    max-width: 90%;
    margin: 0 auto 98px;
    z-index: 2;
  }
  .home-section1 .title_banner img {
    width: 100%;
    display: block;
  }
  .home-section1 picture {
    height: auto;
    margin-top: auto;
    position: relative;
    z-index: 1;
  }
  .home-section1 picture img {
    height: auto;
    object-fit: contain;
    object-position: bottom;
  }
  .home-section1 .absolute-bottom-slider {
    display: none;
  }
}
@media only screen and (max-width: 576px) {
  .home-section1 .title_banner {
    max-width: calc(100% - 44px);
    margin: 0 0 50px 44px;
  }
}

.home-section2 {
  position: relative;
  z-index: 0;
  margin-top: -14%;
  padding-top: 14%;
}
@media only screen and (max-width: 1280px) {
  .home-section2 {
    margin-top: -22%;
    padding-top: 22%;
  }
}
@media only screen and (max-width: 576px) {
  .home-section2 {
    margin-top: 0%;
    padding-top: 0%;
  }
}
.home-section2:after {
  content: "";
  position: absolute;
  top: 6.5%;
  left: 50%;
  transform: translateX(-50%);
  width: 134.6666666667%;
  aspect-ratio: 505/197;
  z-index: -2;
  border-radius: 505px;
  background: #103647;
  filter: blur(120px);
}
.home-section2 .decor1,
.home-section2 .decor2 {
  position: absolute;
  top: 0;
  z-index: 1;
  object-fit: cover;
  object-position: center;
  pointer-events: none;
  transform: rotate(180deg);
  background-blend-mode: normal, color, normal;
  mix-blend-mode: color-dodge;
}
.home-section2 .decor1 {
  width: 50%;
  left: 0;
  height: 15%;
}
@media only screen and (max-width: 576px) {
  .home-section2 .decor1 {
    display: none;
  }
}
.home-section2 .decor2 {
  width: 60%;
  left: 40%;
  height: 13%;
}
@media only screen and (max-width: 576px) {
  .home-section2 .decor2 {
    width: 100%;
    left: 0;
    height: auto;
  }
}
.home-section2 .nen {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: block;
  object-fit: cover;
  z-index: -1;
  pointer-events: none;
}
.home-section2 .bgr {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: block;
  object-fit: cover;
  z-index: -2;
  pointer-events: none;
  min-height: 50%;
}
@media only screen and (max-width: 576px) {
  .home-section2 .bgr {
    display: none;
  }
}
.home-section2 .bgr.mb {
  display: none;
}
@media only screen and (max-width: 576px) {
  .home-section2 .bgr.mb {
    display: block;
  }
}
.home-section2 .bgr_mb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: none;
  object-fit: cover;
  z-index: -1;
  pointer-events: none;
}
@media only screen and (max-width: 576px) {
  .home-section2 .bgr_mb {
    display: block;
  }
}
.home-section2 .bgr_bot {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: block;
  object-fit: cover;
  z-index: -3;
  pointer-events: none;
  min-height: 60%;
}
@media only screen and (max-width: 1280px) {
  .home-section2 .bgr_bot {
    min-height: 50%;
  }
}
@media only screen and (max-width: 768px) {
  .home-section2 .bgr_bot {
    min-height: 51%;
  }
}
@media only screen and (max-width: 576px) {
  .home-section2 .bgr_bot {
    min-height: 64%;
  }
}
.home-section2 > .content {
  padding: 0 3.8888888889%;
  margin-bottom: 25px;
}
.home-section2 > .content .top {
  padding: 0 25.3765060241% 1100px;
}
@media only screen and (max-width: 1440px) {
  .home-section2 > .content .top {
    padding: 0 16.9427710843% 740px;
  }
}
.home-section2 > .content .top .title {
  margin: 0 auto;
  display: block;
}
.home-section2 > .content .top .title:nth-child(1) {
  margin: 0 auto -40px;
}
@media only screen and (max-width: 1280px) {
  .home-section2 > .content .top .title:nth-child(1) {
    width: 500px;
  }
}
@media only screen and (max-width: 1024px) {
  .home-section2 > .content .top .title:nth-child(1) {
    width: 450px;
  }
}
.home-section2 > .content .top p {
  color: #FFF;
  text-align: center;
  font-family: "Manrope";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  /* 125% */
  letter-spacing: -0.24px;
}
.home-section2 > .content .top p strong {
  display: block;
  font-weight: 800;
  letter-spacing: -0.3px;
  line-height: 28px;
}
@media only screen and (max-width: 576px) {
  .home-section2 > .content .top p strong {
    display: unset;
  }
}
.home-section2 > .content .top .desc {
  margin-bottom: 61px;
}
.home-section2 > .content .top .desc p {
  font-weight: 400;
}
.home-section2 > .content .mid_parent {
  padding: 0 8.4337349398%;
}
@media only screen and (max-width: 576px) {
  .home-section2 > .content .mid_parent {
    padding: 0;
  }
}
.home-section2 > .content .mid {
  padding: 80px 36px 100px;
  position: relative;
  display: flex;
  z-index: 0;
  margin-bottom: 90px;
  border-radius: 16px;
  overflow: hidden;
}
@media only screen and (max-width: 1440px) {
  .home-section2 > .content .mid {
    padding: 50px 36px 60px;
  }
}
.home-section2 > .content .mid .left {
  width: 41.7572463768%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.home-section2 > .content .mid .left .thongtin {
  margin-bottom: -45px;
  margin-left: 10px;
}
.home-section2 > .content .mid .right {
  width: 58.2427536232%;
}
.home-section2 > .content .mid .right ul {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 576px) {
  .home-section2 > .content .mid .right ul {
    padding: 0px 22px;
  }
}
.home-section2 > .content .mid .right ul li {
  color: #FFF;
  font-family: "Manrope";
  font-style: normal;
  line-height: 20px;
  margin-bottom: 10px;
}
.home-section2 > .content .mid .right ul li:nth-child(2n+1) {
  font-size: 14px;
  font-weight: 400;
  /* 142.857% */
  letter-spacing: -0.21px;
  text-transform: uppercase;
  width: 24.8833592535%;
}
@media only screen and (max-width: 576px) {
  .home-section2 > .content .mid .right ul li:nth-child(2n+1) {
    width: 100% !important;
    margin-bottom: 0;
    font-size: 14px !important;
    line-height: 20px !important;
    letter-spacing: -0.21px !important;
    text-transform: uppercase !important;
  }
}
.home-section2 > .content .mid .right ul li:nth-child(2n+2) {
  font-size: 16px;
  font-weight: 600;
  /* 125% */
  letter-spacing: -0.24px;
  width: 75.1166407465%;
}
@media only screen and (max-width: 576px) {
  .home-section2 > .content .mid .right ul li:nth-child(2n+2) {
    width: 100% !important;
    margin-bottom: 16px;
    font-size: 16px !important;
    line-height: 20px !important;
    /* 125% */
    letter-spacing: -0.24px !important;
  }
}
.home-section2 > .content .mid .bgr_mid {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
  z-index: -1;
  border: 3px solid rgba(255, 255, 255, 0.2);
}
@media only screen and (max-width: 576px) {
  .home-section2 > .content .mid .bgr_mid {
    display: none;
  }
}
.home-section2 > .content .mid .bgr_mid.mb {
  display: none;
}
@media only screen and (max-width: 576px) {
  .home-section2 > .content .mid .bgr_mid.mb {
    display: block;
  }
}
.home-section2 > .content .mid .flare_border {
  position: absolute;
  width: auto;
  max-width: 600px;
  /* limit width if the original image is too large */
  height: auto;
  z-index: 10;
  pointer-events: none;
  mix-blend-mode: screen;
}
.home-section2 > .content .mid .flare_border.flare_1 {
  top: 66px;
  transform: translate(-50%, -50%) rotate(0deg);
  animation: slideRightFlare 5s linear infinite;
}
.home-section2 > .content .mid .flare_border.flare_2 {
  top: calc(100% - 66px);
  transform: translate(-50%, -50%) rotate(180deg);
  animation: slideLeftFlare 5s linear infinite;
}
@media only screen and (max-width: 768px) {
  .home-section2 > .content .mid .flare_border {
    width: 140px;
  }
  .home-section2 > .content .mid .flare_border.flare_1 {
    top: auto;
    left: 36px;
    transform: translate(-50%, -50%) rotate(270deg);
    animation: slideDownFlare 5s linear infinite;
  }
  .home-section2 > .content .mid .flare_border.flare_2 {
    top: auto;
    left: calc(100% - 36px);
    transform: translate(-50%, -50%) rotate(90deg);
    animation: slideUpFlare 5s linear infinite;
  }
}
.home-section2 > .content .section-yt {
  margin-bottom: 90px;
}
@media only screen and (max-width: 1440px) {
  .home-section2 > .content .section-yt {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 576px) {
  .home-section2 > .content .section-yt {
    margin-bottom: 40px;
  }
}
.home-section2 > .content .section-yt__wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 1328/684;
  overflow: hidden;
  background: #000;
}
@media only screen and (max-width: 576px) {
  .home-section2 > .content .section-yt__wrapper {
    aspect-ratio: 334/526;
  }
}
.home-section2 > .content .section-yt__thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  cursor: pointer;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}
.home-section2 > .content .section-yt__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.home-section2 > .content .section-yt__thumb.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.home-section2 > .content .section-yt__play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: none;
  border: none;
  cursor: pointer;
  transition: opacity 0.3s ease;
  padding: 0;
  z-index: 1;
  width: 110px;
  height: 110px;
}
@media only screen and (max-width: 1280px) {
  .home-section2 > .content .section-yt__play {
    width: 80px;
    height: 80px;
  }
}
.home-section2 > .content .section-yt__play:hover {
  opacity: 0.85;
}
.home-section2 > .content .section-yt__play svg {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
@media only screen and (max-width: 576px) {
  .home-section2 > .content .section-yt__play {
    width: 60px;
    height: 60px;
  }
}
.home-section2 > .content .section-yt__player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.home-section2 > .content .section-yt__player iframe {
  width: 100%;
  height: 100%;
  border: 0;
}
.home-section2 > .content .bottom {
  padding: 0 8.4337349398%;
}
@media only screen and (max-width: 576px) {
  .home-section2 > .content .bottom {
    padding: 30px 0px 0;
  }
}
.home-section2 > .content .bottom .title {
  display: block;
}
@media only screen and (max-width: 576px) {
  .home-section2 > .content .bottom .title {
    display: none;
  }
}
.home-section2 > .content .bottom .title.mb {
  display: none;
}
@media only screen and (max-width: 576px) {
  .home-section2 > .content .bottom .title.mb {
    display: block;
  }
}
.home-section2 > .content .bottom > p {
  padding-left: 88px;
  color: #FFF;
  margin-top: -30px;
  font-family: "UTM-Aptima";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 44px;
  /* 183.333% */
  letter-spacing: -0.36px;
  text-transform: uppercase;
  margin-bottom: 52px;
}
@media only screen and (max-width: 576px) {
  .home-section2 > .content .bottom > p {
    display: none;
  }
}
.home-section2 > .content .bottom > p br {
  display: none;
}
.home-section2 > .content .bottom > p a {
  width: 144px;
  height: 33px;
  z-index: 3;
  float: right;
  margin-bottom: -3px;
}
.home-section2 > .content .bottom > p a img {
  width: 100%;
  height: 100%;
  display: block;
  transition: all 0.5s ease;
}
.home-section2 > .content .bottom .content {
  display: flex;
  justify-content: space-between;
}
.home-section2 > .content .bottom .content > p {
  display: none;
}
@media only screen and (max-width: 576px) {
  .home-section2 > .content .bottom .content > p {
    display: block !important;
    font-size: 20px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 28px !important;
    letter-spacing: -0.3px !important;
    text-transform: uppercase !important;
    font-family: "UTM-Aptima" !important;
    text-align: center;
    padding: 0 15px;
  }
}
.home-section2 > .content .bottom .content p {
  color: #FFF;
  font-family: "Manrope";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  /* 125% */
  letter-spacing: -0.24px;
  margin-bottom: 20px;
}
.home-section2 > .content .bottom .content p:last-child {
  margin-bottom: 0;
}
.home-section2 > .content .bottom .content p strong {
  text-transform: uppercase;
  color: #E9CC91;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: -0.27px;
  display: inline-block;
  margin-right: 4px;
  white-space: nowrap;
  flex-shrink: 0;
}
.home-section2 > .content .bottom .content .desc {
  width: 39.1304347826%;
}
@media only screen and (max-width: 576px) {
  .home-section2 > .content .bottom .content .desc {
    padding: 0px 20px 0;
  }
}
.home-section2 > .content .bottom .content .exp {
  width: 50.7246376812%;
}
.home-section2 > .content .bottom .content .exp p {
  display: flex;
  align-items: flex-start;
  margin-bottom: 10px;
}
.home-section2 > .content .bottom .content .exp p br {
  display: none;
}
@media only screen and (max-width: 576px) {
  .home-section2 > .content .bottom .content .exp p br {
    display: block;
  }
}
.home-section2 > .content .bottom .content .exp p:last-child {
  margin-bottom: 0;
}
.home-section2 > .content .bottom .content .exp p:first-child {
  padding-left: 23px;
}
.home-section2 > .content .bottom .content .exp p > img {
  mix-blend-mode: color-dodge;
  margin-left: 3px;
}
.home-section2 > .content .bottom .content .exp p a {
  width: 144px;
  height: 33px;
  margin: 15px auto;
  display: none;
}
@media only screen and (max-width: 576px) {
  .home-section2 > .content .bottom .content .exp p a {
    display: block;
  }
}
.home-section2 > .content .bottom .content .exp p a img {
  width: 100%;
  height: 100%;
  display: block;
  transition: all 0.5s ease;
}
.home-section2 .svg {
  padding: 0 4.167% 0 0;
  position: relative;
}
.home-section2 .svg img {
  width: 100%;
  height: auto;
  display: block;
}
@media only screen and (max-width: 576px) {
  .home-section2 .svg img {
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
}
.home-section2 .svg .svg-pc {
  display: block;
}
.home-section2 .svg svg {
  width: calc(100% - 4.167%);
  height: 100%;
  position: absolute;
  top: 4.25%;
  left: 0;
}
@media only screen and (max-width: 576px) {
  .home-section2 .svg svg {
    object-fit: cover;
  }
}
.home-section2 .svg svg:nth-child(2) {
  z-index: -1;
}
.home-section2 .svg svg:nth-child(2) path {
  stroke-dasharray: 15;
  animation: draw22 25s linear infinite;
  stroke: #C4C4C4;
}
.home-section2 .svg svg .color {
  animation: colorTextBlack 3s linear infinite;
}
@media only screen and (max-width: 1366px) {
  .home-section2 > .content .top {
    padding: 0 9.0579710145% 700px;
  }
}
@media only screen and (max-width: 1280px) {
  .home-section2 > .content {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 1024px) {
  .home-section2 > .content .top {
    padding: 0 0 700px;
  }
  .home-section2 > .content .top p br {
    display: none;
  }
  .home-section2 > .content .mid {
    flex-direction: column;
    padding: 40px 20px 50px;
  }
  .home-section2 > .content .mid .left {
    width: 100%;
    align-items: center;
  }
  .home-section2 > .content .mid .left .thongtin {
    margin-left: 0;
  }
  .home-section2 > .content .mid .right {
    width: 100%;
  }
  .home-section2 > .content .mid .right ul li:nth-child(2n+1) {
    width: 20%;
  }
  .home-section2 > .content .mid .right ul li:nth-child(2n+2) {
    width: 80%;
  }
  .home-section2 > .content .bottom > p {
    margin-top: -15px;
    margin-bottom: 30px;
    font-size: 20px;
  }
  .home-section2 > .content .bottom .title {
    width: 600px;
  }
  .home-section2 > .content .bottom .content {
    flex-direction: column;
  }
  .home-section2 > .content .bottom .content .desc {
    width: 100%;
    margin-bottom: 30px;
  }
  .home-section2 > .content .bottom .content .exp {
    width: 100%;
  }
  .home-section2 .svg {
    padding: 0;
  }
  .home-section2 .svg svg {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .home-section2 {
    background: linear-gradient(0deg, #0B253E 0%, #0B253E 100%), #FFF;
  }
  .home-section2 > .content .top {
    padding: 0 0 300px;
  }
  .home-section2 > .content .top .title {
    width: 200px;
  }
  .home-section2 > .content .top .title:nth-child(1) {
    width: 300px;
  }
  .home-section2 > .content .top .desc {
    margin-bottom: 40px;
  }
  .home-section2 > .content .mid {
    margin-bottom: 50px;
    padding: 20px 20px 30px;
  }
  .home-section2 > .content .mid .left .thongtin {
    width: 130px;
  }
  .home-section2 > .content .mid .left .tongquan {
    width: 240px;
  }
  .home-section2 > .content .mid .right ul li:nth-child(2n+1) {
    width: 30%;
    font-size: 13px;
  }
  .home-section2 > .content .mid .right ul li:nth-child(2n+2) {
    width: 70%;
    font-size: 14px;
  }
  .home-section2 > .content .bottom > p {
    padding-left: 0;
    font-size: 16px;
    line-height: normal;
  }
  .home-section2 > .content .bottom .title {
    width: 500px;
  }
  .home-section2 > .content .bottom .content p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 576px) {
  .home-section2 > .content {
    padding: 0 15px;
    margin-bottom: 0;
  }
  .home-section2 > .content .top {
    padding: 0 20px 600px;
  }
  .home-section2 > .content .top p strong {
    font-size: 18px;
    line-height: 24px;
  }
  .home-section2 > .content .top .title:nth-child(1) {
    width: 100%;
  }
  .home-section2 > .content .top .desc {
    margin-bottom: 20px;
  }
  .home-section2 > .content .mid {
    padding: 20px 5px 30px;
  }
  .home-section2 > .content .bottom > p {
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 30px;
  }
  .home-section2 > .content .bottom .title {
    width: 100%;
  }
}
@media only screen and (max-width: 576px) and (max-width: 576px) {
  .home-section2 > .content .bottom .content p {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.24px;
  }
}
@media only screen and (max-width: 576px) {
  .home-section2 .svg {
    margin: 50px 0 0;
  }
  .home-section2 .svg .svg-pc {
    width: 180%;
    margin-left: -40%;
  }
}

.home-section3 {
  padding-top: 196px;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  background: #032134;
}
@media only screen and (min-width: 1025px) {
  .home-section3 .swiper {
    overflow: visible;
    position: unset !important;
  }
}
@media only screen and (min-width: 1025px) {
  .home-section3 .swiper-wrapper {
    display: block;
    transform: none !important;
    position: unset !important;
  }
}
@media only screen and (min-width: 1025px) {
  .home-section3 .swiper-slide {
    display: contents;
    margin-right: 0 !important;
  }
}
.home-section3::before {
  position: absolute;
  z-index: 1;
  content: "";
  left: 0;
  top: 0;
  height: 29.25%;
  width: 100%;
  background: linear-gradient(180deg, #00000094 32.81%, rgba(30, 13, 6, 0) 98.45%);
}
.home-section3 .decor {
  position: absolute;
  object-fit: cover;
  top: 0;
  left: 0;
  pointer-events: none;
}
.home-section3 .decor_light {
  position: absolute;
  top: 12%;
  left: 15%;
  width: 60%;
  height: 15%;
  z-index: 10;
  object-fit: cover;
  object-position: center;
  pointer-events: none;
  transform: rotate(180deg);
  background-blend-mode: normal, color, normal;
  mix-blend-mode: color-dodge;
}
.home-section3 > img, .home-section3 > picture {
  width: 100%;
  display: block;
  z-index: 10;
  pointer-events: none;
}
.home-section3 > img img, .home-section3 > picture img {
  width: 100%;
  display: block;
}
.home-section3 .item {
  position: absolute;
  z-index: 20;
  top: 8%;
  left: 5%;
  width: 320px;
  height: 487px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.home-section3 .item.nth2 {
  left: auto;
  right: 5%;
}
.home-section3 .item.nth3 {
  left: 15%;
  top: 35%;
}
.home-section3 .item.nth4 {
  left: 50%;
  top: 25%;
  transform: translateX(-50%);
}
.home-section3 .item.nth5 {
  right: 15%;
  top: 35%;
  left: auto;
}
.home-section3 .item .flare_vertical {
  position: absolute;
  width: auto;
  max-width: 150px;
  /* Adjust if it's too large */
  height: auto;
  z-index: 10;
  pointer-events: none;
  mix-blend-mode: screen;
  transform: translateY(-50%);
}
.home-section3 .item .flare_vertical.left_flare {
  left: 0;
  animation: runVerticalDown 4s linear infinite;
}
.home-section3 .item .flare_vertical.right_flare {
  right: 0;
  animation: runVerticalDown 5.5s linear infinite;
  /* Different speed for some variance */
}
.home-section3 .item .decor1 {
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  height: 100%;
}
.home-section3 .item .mix1 {
  position: absolute;
  top: 4%;
  left: 0;
  width: 100%;
  object-fit: cover;
  z-index: 0;
  mix-blend-mode: lighten;
  opacity: 0.75;
}
.home-section3 .item .img {
  width: 100%;
  height: 60%;
}
.home-section3 .item .img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.home-section3 .item p {
  color: #FFF;
  text-align: center;
  font-family: "UTM-Aptima";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  padding: 0 40px;
  /* 83.333% */
  letter-spacing: -0.36px;
  text-transform: uppercase;
  margin-top: -13px;
  z-index: 1;
}
.home-section3 .item .see-detail {
  margin: 23px auto 0;
  width: 110px;
  height: 32px;
  z-index: 3;
  transition: all 0.5s ease;
}
.home-section3 .item .see-detail img {
  width: 100%;
  height: 100%;
  display: block;
  transition: all 0.5s ease;
}
.home-section3 .content {
  z-index: 20;
}
.home-section3 .content .title {
  margin: 0 auto 36%;
  display: block;
}
.home-section3 .popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.5);
  opacity: 1;
  visibility: visible;
  transition: all 0.4s ease;
}
.home-section3 .popup.hide {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.home-section3 .popup.hide .content_pp {
  transform: scale(0.95) translateY(20px);
  opacity: 0;
}
.home-section3 .popup .content_pp {
  transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transform: scale(1) translateY(0);
  opacity: 1;
  width: 50.3472222222%;
  position: relative;
  background-color: #fff;
  display: flex;
  min-height: 485px;
}
.home-section3 .popup .content_pp > img {
  position: absolute;
  bottom: 21px;
  right: 39px;
}
.home-section3 .popup .content_pp .left {
  width: 44%;
  position: relative;
  top: unset;
  left: unset;
  height: 650px;
}
.home-section3 .popup .content_pp .left .mix1 {
  opacity: 0.5;
}
@media only screen and (max-width: 1024px) {
  .home-section3 .popup .content_pp .left .mix1 {
    top: 6%;
  }
}
.home-section3 .popup .content_pp .right {
  width: 56%;
  padding: 71px 44px;
}
.home-section3 .popup .content_pp .right p:nth-child(1) {
  color: #0C525E;
  font-family: "UTM-Aptima";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 116.667% */
  letter-spacing: -0.36px;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.home-section3 .popup .content_pp .right p:nth-child(2) {
  color: #000;
  font-family: "Manrope";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  /* 125% */
  letter-spacing: -0.24px;
}
@media only screen and (max-width: 1366px) {
  .home-section3 .item {
    width: 280px;
    height: 420px;
  }
  .home-section3 .item p {
    font-size: 20px;
    padding: 0 20px;
  }
  .home-section3 .item .img {
    height: 50%;
  }
}
@media only screen and (max-width: 1280px) {
  .home-section3 {
    padding-top: 80px;
  }
  .home-section3 .item {
    width: 250px;
    height: 380px;
  }
  .home-section3 .item p {
    font-size: 18px;
    padding: 0 10px;
  }
  .home-section3 .item .see-detail {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 1024px) {
  .home-section3 {
    padding-top: 60px;
  }
  .home-section3 .content .title {
    margin: 0 auto 10px;
    width: 30%;
  }
  .home-section3 .list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    padding: 0 30px;
    justify-content: center;
  }
  .home-section3 .item {
    position: relative;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    transform: none !important;
    width: 25%;
  }
  .home-section3 .item .mix1 {
    top: -4%;
  }
  .home-section3 .item p {
    margin-top: 15px;
  }
  .home-section3 .item .img {
    height: 55%;
  }
  .home-section3 > img {
    object-fit: contain;
  }
  .home-section3 .popup .content_pp {
    width: 90%;
  }
}
@media only screen and (max-width: 768px) {
  .home-section3 .list {
    padding: 0;
    display: block;
    overflow: visible;
    padding-left: 15px;
  }
  .home-section3 .item {
    width: 100%;
    height: 487px;
  }
  .home-section3 .item .see-detail {
    width: 110px;
    height: 32px;
  }
  .home-section3 .popup .content_pp .left {
    height: 500px;
  }
  .home-section3 .popup .content_pp .right {
    padding: 30px;
  }
}
@media only screen and (max-width: 576px) {
  .home-section3 .decor {
    display: none;
  }
  .home-section3 .content .title {
    width: 80%;
  }
  .home-section3 .item {
    height: 350px;
  }
  .home-section3 .item p {
    font-size: 15.6px;
    margin-top: 0;
  }
  .home-section3 .item .img {
    height: 57%;
  }
  .home-section3 .item .mix1 {
    top: 2%;
  }
  .home-section3 .popup {
    padding: 0 15px;
  }
  .home-section3 .popup .content_pp {
    width: 100%;
    flex-direction: column-reverse;
    min-height: auto;
  }
  .home-section3 .popup .content_pp > img {
    display: none;
  }
  .home-section3 .popup .content_pp .left {
    height: auto;
    width: 100%;
  }
  .home-section3 .popup .content_pp .left .mix1,
.home-section3 .popup .content_pp .left .decor1 {
    display: none;
  }
  .home-section3 .popup .content_pp .left .img {
    height: 50vh;
  }
  .home-section3 .popup .content_pp .right {
    padding: 20px 15px;
    width: 100%;
  }
  .home-section3 .popup .content_pp .right p:nth-child(2) {
    font-size: 14px;
  }
}

.h_ss7 {
  position: relative;
  padding: 100px 3.8194444444% 120px;
  font-size: 16px;
  line-height: 1.25;
}
@media only screen and (max-width: 1024px) {
  .h_ss7 {
    padding: 80px 30px 90px;
  }
}
@media only screen and (max-width: 768px) {
  .h_ss7 {
    padding: 95px 26px 90px;
  }
}
.h_ss7 .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}
.h_ss7 .top {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 48px;
}
.h_ss7 .top .left {
  display: flex;
  align-items: flex-end;
  gap: 42px;
}
.h_ss7 .top .left .c-title {
  white-space: nowrap;
}
.h_ss7 .top .left .c-tab {
  margin-bottom: 3px;
}
.h_ss7 .top .right .btn_loadmore {
  margin-top: 3px;
}
@media only screen and (max-width: 1024px) {
  .h_ss7 .top {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }
  .h_ss7 .top .left {
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
  }
  .h_ss7 .top .left .c-tab .item {
    flex: 1;
  }
}
@media only screen and (max-width: 768px) {
  .h_ss7 .top {
    margin-bottom: 15px;
  }
  .h_ss7 .top .left .c-tab {
    width: 92.2600619195%;
  }
  .h_ss7 .top .left .c-tab .item {
    width: auto;
  }
  .h_ss7 .top .right {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  .h_ss7 .tab_content {
    margin-right: -30px;
  }
}
@media only screen and (max-width: 768px) {
  .h_ss7 .tab_content {
    margin-right: -26px;
  }
}
.h_ss7 .tab_content .swiper .swiper-slide {
  background: #0C525E;
  height: auto;
  text-decoration: none;
  transition: all 0.3s ease;
}
.h_ss7 .tab_content .swiper .swiper-slide .thumbnail {
  width: 100%;
  overflow: hidden;
  line-height: 0;
}
.h_ss7 .tab_content .swiper .swiper-slide .thumbnail img {
  display: block;
  width: 100%;
  aspect-ratio: 319/199;
  object-fit: cover;
  transition: all 0.3s ease;
}
.h_ss7 .tab_content .swiper .swiper-slide .intro {
  padding: 14px 38px 22px;
}
.h_ss7 .tab_content .swiper .swiper-slide .intro .date {
  color: rgba(255, 255, 255, 0.5);
  font-family: "Manrope";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 166.667% */
  letter-spacing: -0.18px;
  margin: 0;
}
.h_ss7 .tab_content .swiper .swiper-slide .intro .text {
  position: relative;
  padding-right: 35px;
}
.h_ss7 .tab_content .swiper .swiper-slide .intro .text h3 {
  color: #FFF;
  font-family: "UTM-Aptima";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: 0.2px;
  color: #FFF;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* số dòng */
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0;
}
.h_ss7 .tab_content .swiper .swiper-slide .intro .text svg {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}
.h_ss7 .tab_content .swiper .swiper-slide:hover {
  background: #41B2B8;
}
.h_ss7 .tab_content .swiper .swiper-slide:hover .thumbnail img {
  transform: scale(1.1);
}
.h_ss7 .tab_content .swiper .swiper-slide:hover .intro .text svg {
  right: -10px;
}
.h_ss7 .btn_loadmore_mobi {
  position: relative;
  display: none;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .h_ss7 .btn_loadmore_mobi {
    display: block;
    margin: 30px auto 0;
  }
}

.h_ss6 {
  position: relative;
  padding: 100px 3.8194444444% 0;
  font-family: "Manrope", sans-serif;
}
@media only screen and (max-width: 1024px) {
  .h_ss6 {
    padding: 80px 30px 0;
  }
}
@media only screen and (max-width: 768px) {
  .h_ss6 {
    padding: 64px 26px 0;
  }
}
.h_ss6 .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}
.h_ss6 .top {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 48px;
}
.h_ss6 .top .left {
  display: flex;
  align-items: flex-end;
  gap: 42px;
}
.h_ss6 .top .left .c-title {
  white-space: nowrap;
}
.h_ss6 .top .left .c-tab {
  margin-bottom: 3px;
}
.h_ss6 .top .right .btn_loadmore {
  margin-top: 3px;
}
@media only screen and (max-width: 1024px) {
  .h_ss6 .top {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }
  .h_ss6 .top .left {
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
  }
  .h_ss6 .top .left .c-tab .item {
    flex: 1;
  }
}
@media only screen and (max-width: 768px) {
  .h_ss6 .top {
    margin-bottom: 15px;
  }
  .h_ss6 .top .left .c-tab {
    width: 100%;
  }
  .h_ss6 .top .left .c-tab .item {
    width: auto;
  }
  .h_ss6 .top .right {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .h_ss6 .tab_content {
    margin-right: -26px;
  }
  .h_ss6 .tab_content .library_image .item,
.h_ss6 .tab_content .library_video .item {
    aspect-ratio: 294/443 !important;
  }
}
.h_ss6 .tab_content .library_image {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px 16px;
}
.h_ss6 .tab_content .library_image .item {
  display: block;
  text-decoration: none;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  aspect-ratio: 319/302;
}
.h_ss6 .tab_content .library_image .item .thumbnail {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: all 0.3s ease;
}
.h_ss6 .tab_content .library_image .item .decor {
  position: absolute;
  left: 0;
  bottom: 0;
  max-width: 100%;
  height: auto;
  z-index: 1;
  pointer-events: none;
}
.h_ss6 .tab_content .library_image .item .intro {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  margin: 0;
  padding: 20px 16px;
  background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
  color: #fff;
}
.h_ss6 .tab_content .library_image .item .intro p {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 4px;
  font-family: "Manrope";
  background: #FFF;
  color: #0C525E;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
}
.h_ss6 .tab_content .library_image .item .intro h3 {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: "Manrope";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  /* 125% */
  letter-spacing: -0.24px;
  margin: 0;
  color: #fff;
}
.h_ss6 .tab_content .library_image .item:nth-child(12n+3) {
  grid-row: span 2;
  aspect-ratio: 319/620;
}
.h_ss6 .tab_content .library_image .item:nth-child(12n+5) {
  grid-column: span 2;
  aspect-ratio: 656/302;
}
.h_ss6 .tab_content .library_image .item:hover .thumbnail {
  transform: scale(1.1);
}
.h_ss6 .tab_content .library_image--flat .item {
  aspect-ratio: 319/302 !important;
}
.h_ss6 .tab_content .library_image--flat .item:nth-child(12n+3) {
  grid-row: unset;
  aspect-ratio: 319/302 !important;
}
.h_ss6 .tab_content .library_image--flat .item:nth-child(12n+5) {
  grid-column: unset;
  aspect-ratio: 319/302 !important;
}
.h_ss6 .tab_content .library_video {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px 16px;
}
.h_ss6 .tab_content .library_video .item {
  display: block;
  text-decoration: none;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  aspect-ratio: 319/302;
}
.h_ss6 .tab_content .library_video .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: all 0.3s ease;
}
.h_ss6 .tab_content .library_video .item .decor {
  position: absolute;
  left: 0;
  bottom: 0;
  max-width: 100%;
  height: auto;
  z-index: 1;
  pointer-events: none;
}
.h_ss6 .tab_content .library_video .item p {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  margin: 0;
  padding: 32px 16px 16px;
  background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: -0.24px;
}
.h_ss6 .tab_content .library_video .item .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(4px);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease;
}
.h_ss6 .tab_content .library_video .item:hover img {
  transform: scale(1.1);
}
.h_ss6 .tab_content .library_video .item:hover .icon {
  background: rgba(255, 255, 255, 0.35);
}
.h_ss6 .tab_content .library_document {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px 16px;
}
.h_ss6 .tab_content .library_document .item {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}
.h_ss6 .tab_content .library_document .item .thumbnail {
  width: 100%;
  aspect-ratio: 319/180;
  background: #0C525E;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .h_ss6 .tab_content .library_document .item .thumbnail {
    aspect-ratio: 294/383 !important;
  }
}
.h_ss6 .tab_content .library_document .item .thumbnail img {
  width: auto;
  height: auto;
  max-width: 65%;
  object-fit: contain;
}
.h_ss6 .tab_content .library_document .item .text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 16px;
  background: #07383C;
}
.h_ss6 .tab_content .library_document .item .text p {
  margin: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  flex: 1;
  word-break: break-word;
}
.h_ss6 .tab_content .library_document .item .text .icon {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}
.h_ss6 .tab_content .library_document .item .text .icon a {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s ease;
}
.h_ss6 .tab_content .library_document .item .text .icon a:hover {
  opacity: 0.7;
}
@media (min-width: 769px) {
  .h_ss6 .tab_content .library_image.swiper,
.h_ss6 .tab_content .library_video.swiper,
.h_ss6 .tab_content .library_document.swiper {
    overflow: visible;
  }
  .h_ss6 .tab_content .library_image .swiper-wrapper,
.h_ss6 .tab_content .library_video .swiper-wrapper,
.h_ss6 .tab_content .library_document .swiper-wrapper {
    display: contents;
  }
}
.h_ss6 .btn_loadmore_mobi {
  position: relative;
  display: none;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .h_ss6 .btn_loadmore_mobi {
    display: block;
    margin: 30px auto 0;
  }
}

.h_ss5 {
  position: relative;
  background: linear-gradient(-116deg, #07383C 2.58%, #1397A2 66.16%);
  padding: 95px 3.8888888889% 85px 50.625%;
}
@media only screen and (max-width: 768px) {
  .h_ss5 {
    padding: 70px 0 0;
    background: linear-gradient(179deg, #07383C 3.37%, #1397A2 99.43%), #FFF;
  }
}
.h_ss5 .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 46.1111111111%;
  height: 100%;
  object-fit: cover;
  object-position: right top;
  pointer-events: none;
}
@media only screen and (max-width: 768px) {
  .h_ss5 .bg {
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: -3px;
  }
}
.h_ss5 .logo {
  position: absolute;
  z-index: 3;
  top: 44px;
  right: 4.7222222222%;
}
@media only screen and (max-width: 768px) {
  .h_ss5 .logo {
    display: none;
  }
}
.h_ss5 .wrap {
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .h_ss5 .wrap {
    padding: 0 26px;
    margin-bottom: 76px;
  }
}
.h_ss5 .wrap .title {
  display: block;
  width: 85.4961832061%;
  max-width: 560px;
  margin-bottom: 19px;
  margin-left: 30px;
}
@media only screen and (max-width: 768px) {
  .h_ss5 .wrap .title {
    width: calc(100% - 26px);
    margin: 0 auto 30px;
  }
}
.h_ss5 .wrap .logo-mobi {
  display: none;
  margin: 0 auto 30px;
}
@media only screen and (max-width: 768px) {
  .h_ss5 .wrap .logo-mobi {
    display: block;
  }
}
.h_ss5 .wrap .content {
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .h_ss5 .wrap .content {
    font-weight: 600px;
  }
}
.h_ss5 .wrap .content p {
  margin: 0 0 24px;
}
@media only screen and (max-width: 768px) {
  .h_ss5 .wrap .content p {
    margin: 0 0 20px;
  }
}
.h_ss5 .wrap .content p:last-child {
  margin: 0;
}
.h_ss5 .wrap .btn_loadmore {
  display: block;
  line-height: 0;
  margin-top: 50px;
}
@media only screen and (max-width: 768px) {
  .h_ss5 .wrap .btn_loadmore {
    margin: 35px auto 0;
    text-align: center;
  }
}

.h_ss4 {
  padding: 60px 3.8888888889% 54px;
}
@media only screen and (max-width: 1024px) {
  .h_ss4 {
    padding: 60px 30px 54px;
  }
}
@media only screen and (max-width: 768px) {
  .h_ss4 {
    padding: 45px 15px;
  }
}
.h_ss4 .top {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}
.h_ss4 .top .right .btn_loadmore {
  margin-top: 3px;
}
@media only screen and (max-width: 1024px) {
  .h_ss4 .top {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .h_ss4 .top {
    margin-bottom: 15px;
  }
  .h_ss4 .top .left .c-tab {
    width: 100%;
  }
  .h_ss4 .top .left .c-tab .item {
    width: auto;
  }
  .h_ss4 .top .right {
    display: none;
  }
}
.h_ss4 .bottom {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media only screen and (max-width: 1024px) {
  .h_ss4 .bottom {
    align-items: center;
    gap: 30px;
  }
}
.h_ss4 .bottom .filter {
  display: flex;
  gap: 12px;
}
.h_ss4 .bottom .filter .option {
  margin: 0;
  position: relative;
}
.h_ss4 .bottom .filter .option-active {
  display: flex;
  width: 224px;
  height: 32px;
  padding: 6px;
  justify-content: center;
  align-items: center;
  gap: 6px;
  border-radius: 30px;
  background: #0C525E;
  margin: 0;
  cursor: pointer;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 15px;
  /* 125% */
  letter-spacing: -0.18px;
}
@media only screen and (max-width: 1024px) {
  .h_ss4 .bottom .filter .option-active {
    width: 150px;
    font-size: 13px;
    height: 26px;
  }
}
.h_ss4 .bottom .filter .option .list {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 10;
  height: max-content;
  display: none;
  list-style: none;
  padding: 5px 0 0;
  margin: 0;
}
.h_ss4 .bottom .filter .option .list li {
  padding: 8px 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
  color: #fff;
  font-size: 14px;
  background: #41B2B8;
  cursor: pointer;
}
.h_ss4 .bottom .filter .option .list li:last-child {
  border-bottom: 0;
}
@media only screen and (max-width: 1024px) {
  .h_ss4 .bottom .filter .option .list li {
    font-size: 13px;
    padding: 6px 10px;
  }
}
.h_ss4 .bottom .img {
  width: 100%;
  line-height: 0;
}
.h_ss4 .bottom .img img {
  width: 100%;
}
.h_ss4 .bottom .btn_loadmore {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .h_ss4 .bottom .btn_loadmore {
    display: block;
    margin: 0 auto;
  }
}

.h_ss8 {
  position: relative;
  display: flex;
  justify-content: flex-end;
  padding: 115px 8.3333333333%;
  font-size: 16px;
  line-height: 1.25;
}
@media only screen and (max-width: 1024px) {
  .h_ss8 {
    padding: 80px 30px 90px;
  }
}
@media only screen and (max-width: 768px) {
  .h_ss8 {
    padding: 95px 26px 90px;
  }
}
.h_ss8 .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}
.h_ss8 .wrap-form {
  position: relative;
  z-index: 3;
  width: 480px;
  max-width: 100%;
  background: #0C525E;
  padding: 60px;
}
@media only screen and (max-width: 1024px) {
  .h_ss8 .wrap-form {
    padding: 45px 30px;
  }
}
@media only screen and (max-width: 768px) {
  .h_ss8 .wrap-form {
    padding: 32px 20px;
  }
}
.h_ss8 .wrap-form form {
  width: 100%;
}
.h_ss8 .wrap-form form .form-title {
  color: var(--White, #FFF);
  font-family: "SVN-OptimaNovaPro";
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 43.5px;
  /* 120.833% */
  letter-spacing: 0.36px;
  text-transform: uppercase;
  margin-bottom: 39px;
}
@media only screen and (max-width: 768px) {
  .h_ss8 .wrap-form form .form-title {
    font-size: 26px;
    list-style: 1px;
  }
}
.h_ss8 .wrap-form form .form-group {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-bottom: 18px;
}
.h_ss8 .wrap-form form .form-group .form-label {
  color: var(--White, #FFF);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 13.5px;
  /* 138.462% */
  letter-spacing: -0.146px;
}
.h_ss8 .wrap-form form .form-group .form-control {
  width: 100%;
  height: 40px;
  padding: 6px;
  box-shadow: none;
  outline: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  border-bottom: 0.75px solid var(--Brown-01, #B58857);
  color: var(--White, #FFF);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 15px;
  /* 133.333% */
  letter-spacing: -0.169px;
}
.h_ss8 .wrap-form form .form-group .form-message {
  position: absolute;
  top: 100%;
  right: 0;
  font-size: 12px;
  color: #F3DBA1;
  font-style: italic;
  margin-top: 2px;
}
.h_ss8 .wrap-form form .form-group.form-button .form-response {
  font-size: 14px;
  color: #F3DBA1;
  font-style: italic;
  margin-top: 2px;
}
.h_ss8 .wrap-form form .form-group.form-button .form-submit {
  position: relative;
  width: fit-content;
  margin: 0;
  padding: 5px 15px 8px;
  outline: none;
  box-shadow: none;
  border: 0;
  background: transparent;
  border: 0;
  margin: 0;
  color: #8D653D;
  text-align: center;
  font-family: "SVN-OptimaNovaPro";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}
.h_ss8 .wrap-form form .form-group.form-button .form-submit span {
  position: relative;
  z-index: 2;
}
.h_ss8 .wrap-form form .form-group.form-button .form-submit img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tw-page-template .banner img {
  width: 100%;
  height: auto;
}

/*# sourceMappingURL=style.css.map */
