:root {
  --font-pri: "UTM Avo", sans-serif;
  --font-title: "Albula Pro", sans-serif;
  --header-height: 10rem;
}
@media screen and (max-width: 1200px) {
  :root {
    --header-height: 8rem;
  }
}
:root {
  --pi-8: 0.8rem;
  --pi-10: 1rem;
  --pi-12: 1.2rem;
  --pi-14: 1.4rem;
  --pi-16: 1.6rem;
  --pi-18: 1.8rem;
  --pi-20: 2rem;
  --pi-24: 2.4rem;
  --pi-32: 3.2rem;
  --pi-40: 4rem;
}
@media screen and (max-width: 1200px) {
  :root {
    --pi-12: 0.8rem;
    --pi-14: 0.8rem;
    --pi-16: 0.8rem;
    --pi-18: 0.8rem;
    --pi-20: 0.8rem;
    --pi-24: 1.2rem;
    --pi-32: 1.6rem;
  }
}
:root {
  --z-i-header: 100;
  --radius-circle: 50%;
  --radius-max: 999rem;
  --radius-xl: 2.4rem;
  --radius-l: 1.6rem;
  --radius: 1.2rem;
  --radius-m: 0.8rem;
  --radius-s: 0.4rem;
  --box-shadow-1: 0 0.4rem 2.4rem 0 rgba(0, 0, 0, 0.1);
  --filter-white: brightness(0) invert(1);
  --filter-black: brightness(0) invert(0);
  --filter-pri: brightness(0) saturate(100%) invert(9%) sepia(10%) saturate(4890%) hue-rotate(196deg) brightness(98%) contrast(103%);
  --container-width: 124.8rem;
  --container-padding: 1.6rem;
}

.mona-content > * {
  color: #0D1432;
  line-height: 150%;
}
.mona-content b,
.mona-content strong {
  font-weight: 700;
  color: rgba(13, 20, 50, 0.5);
}
.mona-content em,
.mona-content i {
  font-style: italic;
}
.mona-content h1,
.mona-content h2,
.mona-content h3,
.mona-content h4,
.mona-content h5,
.mona-content h6 {
  font-weight: 700;
  margin-bottom: 1.6rem;
}
.mona-content h1 {
  font-size: 2.8rem;
}
@media only screen and (max-width: 1200px) {
  .mona-content h1 {
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 800px) {
  .mona-content h1 {
    font-size: 2.1rem;
  }
}
.mona-content h2 {
  font-size: 2rem;
}
@media only screen and (max-width: 1200px) {
  .mona-content h2 {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 800px) {
  .mona-content h2 {
    font-size: 1.6rem;
  }
}
.mona-content h3 {
  font-size: 1.8rem;
}
@media only screen and (max-width: 1200px) {
  .mona-content h3 {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 800px) {
  .mona-content h3 {
    font-size: 1.5rem;
  }
}
.mona-content h4 {
  font-size: 1.6rem;
}
@media only screen and (max-width: 800px) {
  .mona-content h4 {
    font-size: 1.4rem;
  }
}
.mona-content h5 {
  font-size: 1.4rem;
}
.mona-content h6 {
  font-size: 1.2rem;
}
.mona-content p {
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 767px) {
  .mona-content p {
    font-size: 1.4rem;
  }
}
.mona-content ul,
.mona-content ol {
  margin: 1em 0;
  list-style-position: inside;
}
.mona-content ul ul,
.mona-content ul ol,
.mona-content ol ul,
.mona-content ol ol {
  margin-left: 1em;
}
.mona-content ul {
  list-style-type: disc;
}
.mona-content ol {
  list-style-type: decimal;
}
.mona-content ul ul,
.mona-content ol ul {
  list-style-type: circle;
}
.mona-content ol ol,
.mona-content ul ol {
  list-style-type: lower-latin;
}
.mona-content img,
.mona-content iframe {
  height: auto;
  margin: 4rem 0;
  user-select: none;
  max-width: 100% !important;
}
@media screen and (max-width: 1200px) {
  .mona-content img,
  .mona-content iframe {
    margin: 2.4rem 0;
  }
}
.mona-content blockquote {
  margin: 2rem 0 5.6rem;
  padding: 1.2rem 2.4rem;
  border-left: 0.4rem solid #0D1432;
}
@media screen and (max-width: 991px) {
  .mona-content blockquote {
    margin: 2rem 0;
  }
}
.mona-content blockquote p {
  font-size: 1.8rem;
}
@media only screen and (max-width: 1200px) {
  .mona-content blockquote p {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 800px) {
  .mona-content blockquote p {
    font-size: 1.5rem;
  }
}
.mona-content blockquote p {
  margin-bottom: 0.8rem;
}
.mona-content blockquote p strong {
  color: #0D1432;
}
.mona-content blockquote .author-txt {
  margin: 0;
  font-size: 1.4rem;
  color: rgba(13, 20, 50, 0.5);
}
.mona-content table {
  max-width: 100%;
  margin: 3.2rem 0;
  border-collapse: collapse;
}
@media screen and (max-width: 1200px) {
  .mona-content table {
    margin: 2.4rem 0;
  }
}
.mona-content table th,
.mona-content table td {
  padding: 1.2rem 0;
  vertical-align: middle;
  border-bottom: 0.1rem solid rgba(0, 0, 0, 0.1);
}
.mona-content .mona-youtube-wrap {
  position: relative;
  height: 0;
  padding-top: 56.25%;
}
.mona-content .mona-youtube-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mona-content .mona-table-wrap {
  overflow: auto;
}
.mona-content .wp-caption {
  border: 0;
  padding: 0;
  max-width: 100%;
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 1200px) {
  .mona-content .wp-caption {
    margin-bottom: 2.4rem;
  }
}
.mona-content .wp-caption-text {
  line-height: 1.5;
  padding: 0.8rem 0;
  font-size: 1.4rem;
  font-style: italic;
  margin: 0 !important;
  color: rgba(13, 20, 50, 0.5);
}
@media screen and (max-width: 576px) {
  .mona-content .wp-caption-text {
    font-size: 1.2rem;
  }
}
.mona-content .wp-caption.alignnone {
  margin: 3.2rem 0;
}
@media screen and (max-width: 576px) {
  .mona-content .wp-caption.alignnone {
    margin: 2.4rem 0;
  }
}
.mona-content .wp-caption.alignright {
  float: right;
  display: inline;
  margin-bottom: 0;
  margin-left: 1.5rem;
}
.mona-content .wp-caption.aligncenter {
  margin: 2.4rem auto;
}
.mona-content .wp-caption.alignleft {
  float: left;
  display: inline;
  margin-bottom: 0;
  margin-right: 1.5rem;
}
.mona-content .wp-caption img {
  margin: 0;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}
.mona-content a {
  font-weight: 700;
  color: #ec1d23;
  transition: all 0.5s ease;
}
.mona-content a:hover {
  text-decoration: underline;
  color: #0D1432;
}
.mona-content li {
  margin: 1em 0;
}
.mona-content figure {
  width: fit-content;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-right: auto;
  margin-left: auto;
}
.mona-content figure img {
  margin: 0;
}
.mona-content figcaption {
  font-style: italic;
  font-size: 0.8em;
  text-align: center;
}
.mona-content .img-full img {
  width: 100%;
}
.mona-content table {
  width: 100%;
}
.mona-content table td {
  text-align: left;
  vertical-align: middle;
}
.mona-content table th,
.mona-content table td {
  padding: 1.2rem 0;
}
.mona-content table td {
  background-color: transparent;
}
.mona-content table tbody {
  background-color: #fff;
}
.mona-content table th {
  color: #111;
  font-weight: 600;
  text-align: left;
}
.mona-content .table-resp {
  overflow-x: auto;
  margin-bottom: 3rem;
}
.mona-content img.size-full {
  width: 100%;
}
.mona-content img.alignnone {
  margin: 3.2rem 0;
}
@media screen and (max-width: 576px) {
  .mona-content img.alignnone {
    margin: 2.4rem 0;
  }
}
.mona-content img.aligncenter {
  margin: 3.2rem auto;
}
@media screen and (max-width: 576px) {
  .mona-content img.aligncenter {
    margin: 2.4rem auto;
  }
}
.mona-content img.alignright {
  margin-left: auto;
}
.mona-content img.alignleft {
  margin-right: auto;
}
.mona-content .gallery-columns {
  gap: 4rem;
  display: flex;
  flex-wrap: wrap;
  margin: 2rem 0;
}
@media screen and (max-width: 576px) {
  .mona-content .gallery-columns {
    gap: 2.4rem;
  }
}
.mona-content .gallery-columns img {
  margin: 0;
}
.mona-content .gallery-columns .gallery-icon {
  width: 100%;
  height: 100%;
}
.mona-content .gallery-columns .gallery-icon a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mona-content .gallery-columns-2 {
  gap: 4rem;
  display: flex;
  flex-wrap: wrap;
  margin: 2rem 0;
}
@media screen and (max-width: 576px) {
  .mona-content .gallery-columns-2 {
    gap: 2.4rem;
  }
}
.mona-content .gallery-columns-2 .gallery-item {
  margin: 0 !important;
  float: unset !important;
  text-align: left !important;
  width: calc(50% - 2rem) !important;
}
@media screen and (max-width: 576px) {
  .mona-content .gallery-columns-2 .gallery-item {
    width: 100% !important;
  }
}
.mona-content .gallery-columns-2 img {
  margin: 0;
  border: 0 !important;
}
.mona-content .gallery-columns-3 .gallery-item {
  width: calc(33.3333333333% - 1.1rem) !important;
}
.mona-content .gallery-columns .wp-caption {
  margin: 0;
}

#ez-toc-container {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  border-radius: 0;
  box-shadow: unset;
  background-color: transparent;
}
@media screen and (max-width: 1200px) {
  #ez-toc-container {
    margin-bottom: 2.4rem;
  }
}
#ez-toc-container .ez-toc-title-container {
  display: block;
  padding: 1.2rem 0;
  line-height: 140%;
  border-top: 0.1rem solid #0D1432;
  border-bottom: 0.1rem solid #0D1432;
}
#ez-toc-container .ez-toc-title-container .ez-toc-title {
  font-size: 2rem;
}
@media only screen and (max-width: 1200px) {
  #ez-toc-container .ez-toc-title-container .ez-toc-title {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 800px) {
  #ez-toc-container .ez-toc-title-container .ez-toc-title {
    font-size: 1.6rem;
  }
}
#ez-toc-container .ez-toc-title-container .ez-toc-title {
  text-transform: uppercase;
  font-weight: 700 !important;
}
#ez-toc-container .ez-toc-title-toggle {
  display: none;
}
#ez-toc-container nav {
  margin-top: 2rem;
}
#ez-toc-container nav ul {
  gap: 1rem;
  display: flex;
  flex-direction: column;
}
#ez-toc-container nav ul li:not(:last-child) {
  padding-bottom: 1rem;
  border-bottom: 0.1rem solid rgba(13, 20, 50, 0.1);
}
#ez-toc-container nav ul li a {
  font-weight: 400;
  line-height: 160%;
  color: #0D1432;
  font-size: 1.6rem;
}
#ez-toc-container nav ul li a:visited {
  font-weight: 700;
  color: #0D1432;
}

.hero {
  position: relative;
}
.hero-bn {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.hero-bn::before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  content: "";
  z-index: 1;
  background: linear-gradient(0deg, rgba(13, 20, 50, 0.2) 0%, rgba(13, 20, 50, 0.2) 100%);
}
.hero-bn img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-pos {
  z-index: 5;
  position: relative;
  padding: 20rem 0 10rem;
}
@media screen and (max-width: 991px) {
  .hero-pos {
    padding: 10rem 0;
  }
}
.hero-pos > .container {
  max-width: 140rem;
}
.hero-content {
  gap: 16rem;
  color: white;
}
@media screen and (max-width: 991px) {
  .hero-content {
    gap: 10rem;
  }
}
.hero-content .view-link {
  opacity: 0;
  gap: 0.4rem;
  line-height: 125%;
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  letter-spacing: 0.224rem;
  text-transform: uppercase;
  animation: opacityAni 1.5s ease-in-out 3.75s forwards;
}
.hero-content .view-link .icon {
  user-select: none;
  width: 1.6rem;
  height: 1.6rem;
}
.hero-title {
  max-width: 108rem;
}
@media screen and (max-width: 991px) {
  .hero-title {
    gap: 0.8rem;
  }
}
.hero-title > * {
  line-height: 135%;
}
.hero-title .text-16 {
  opacity: 0;
  font-size: 2rem;
}
@media only screen and (max-width: 1200px) {
  .hero-title .text-16 {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 800px) {
  .hero-title .text-16 {
    font-size: 1.6rem;
  }
}
.hero-title .text-16 {
  animation: opacityAni 1.5s ease-in-out forwards;
}
.hero-title .title-48 span {
  opacity: 0;
}
.hero-title .title-48 span:nth-child(1) {
  animation: opacityAni 1.5s ease-in-out 0.75s forwards;
}
.hero-title .title-48 span:nth-child(2) {
  animation: opacityAni 1.5s ease-in-out 1.5s forwards;
}
.hero-title .title-48 span:nth-child(3) {
  animation: opacityAni 1.5s ease-in-out 2.25s forwards;
}
.hero-title .title-48 span:nth-child(4) {
  animation: opacityAni 1.5s ease-in-out 3s forwards;
}
.hero-title .title-48 span:nth-child(5) {
  animation: opacityAni 1.5s ease-in-out 3.75s forwards;
}
.hero-title .title-48 span:nth-child(6) {
  animation: opacityAni 1.5s ease-in-out 4.5s forwards;
}
.hero-title .title-48 span:nth-child(7) {
  animation: opacityAni 1.5s ease-in-out 5.25s forwards;
}
.hero-title .title-48 span:nth-child(8) {
  animation: opacityAni 1.5s ease-in-out 6s forwards;
}
.hero-title .title-48 span:nth-child(9) {
  animation: opacityAni 1.5s ease-in-out 6.75s forwards;
}
.hero-title .title-48 span:nth-child(10) {
  animation: opacityAni 1.5s ease-in-out 7.5s forwards;
}
.hero-title .t-up {
  letter-spacing: 0.256rem;
}
.hero-title .calendar {
  color: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 576px) {
  .hero-title .title-48 {
    font-size: 2.8rem;
  }
}

.banner {
  position: relative;
  height: calc(100dvh - 8rem);
}
@media screen and (max-width: 1200px) {
  .banner {
    height: auto;
  }
}
.banner .swiper {
  height: 100%;
}
.banner .swiper-slide-active .banner-content_title .text-16 {
  animation: opacityAni 1.75s ease-in-out 0.5s forwards;
}
.banner .swiper-slide-active .banner-content_title .tt-main {
  animation: opacityAni 1.75s ease-in-out 1.5s forwards;
}
.banner .swiper-slide-active .banner-content_desc {
  animation: opacityAni 1.75s ease-in-out 2.25s forwards;
}
.banner .swiper-pagination {
  top: unset;
  left: 50%;
  height: 0.1rem;
  bottom: 6.4rem;
  max-width: 20rem;
  transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.4);
}
@media screen and (max-width: 1200px) {
  .banner .swiper-pagination {
    bottom: 5rem;
  }
}
@media screen and (max-width: 576px) {
  .banner .swiper-pagination {
    bottom: 3rem;
  }
}
.banner .swiper-pagination-progressbar-fill {
  background-color: white;
}
.banner-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  user-select: none;
  position: absolute;
  will-change: transform;
}
.banner-bg::before {
  height: 100%;
  width: inherit;
  position: absolute;
  content: "";
  z-index: 1;
  background: linear-gradient(180deg, rgba(12, 18, 29, 0) 25%, rgba(12, 18, 29, 0.6) 75%, var(--blackened-blue-20, #0D1432) 100%);
}
.banner-bg img {
  width: 100%;
  height: 120%;
  object-fit: cover;
}
.banner-home {
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}
.banner-home::before {
  content: "";
  width: 100%;
  display: block;
  padding-top: 56.25%;
}
@media screen and (max-width: 767px) {
  .banner-home::before {
    padding-top: 80%;
  }
}
@media screen and (max-width: 576px) {
  .banner-home::before {
    padding-top: 120%;
  }
}
.banner-pos {
  inset: 0;
  z-index: 5;
  position: absolute;
  color: white;
}
.banner-wrap {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  max-width: 109rem;
}
.banner-content {
  gap: 2.4rem;
  height: 100%;
  display: flex;
  padding-bottom: 16rem;
  align-items: flex-end;
}
@media screen and (max-width: 1200px) {
  .banner-content {
    padding-bottom: 10rem;
  }
}
@media screen and (max-width: 767px) {
  .banner-content {
    gap: 1.2rem;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-end;
  }
}
@media screen and (max-width: 576px) {
  .banner-content {
    padding-bottom: 6rem;
  }
}
.banner-content > * {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .banner-content > * {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .banner-content_title {
    gap: 1.2rem;
  }
}
.banner-content_title .tt-main {
  opacity: 0;
  font-size: 4.8rem;
}
@media only screen and (max-width: 1200px) {
  .banner-content_title .tt-main {
    font-size: 4.3rem;
  }
}
@media only screen and (max-width: 800px) {
  .banner-content_title .tt-main {
    font-size: 3.3rem;
  }
}
.banner-content_title .tt-main {
  color: white;
}
@media screen and (max-width: 767px) {
  .banner-content_title .tt-main br {
    display: none;
  }
}
.banner-content_title .text-16 {
  opacity: 0;
  font-size: 2rem;
}
@media only screen and (max-width: 1200px) {
  .banner-content_title .text-16 {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 800px) {
  .banner-content_title .text-16 {
    font-size: 1.6rem;
  }
}
.banner-content_title .text-16 {
  line-height: 135%;
  letter-spacing: 0.256rem;
  text-transform: uppercase;
}
.banner-content_desc {
  opacity: 0;
}
.banner-content_desc .text-16 {
  font-size: 1.8rem;
}
@media only screen and (max-width: 1200px) {
  .banner-content_desc .text-16 {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 800px) {
  .banner-content_desc .text-16 {
    font-size: 1.5rem;
  }
}
.banner-content_desc .text-16 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-clamp: 4;
  -webkit-line-clamp: 4;
}

ul.page-numbers {
  gap: 0.6rem;
  user-select: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
ul.page-numbers li {
  transition: 0.4s ease-in-out;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 10rem;
}
ul.page-numbers li:has(.current) {
  background-color: #0D1432;
}
ul.page-numbers li:has(.current) a,
ul.page-numbers li:has(.current) span {
  color: white;
}
@media screen and (min-width: 1201px) {
  ul.page-numbers li:not(:has(.disable)):hover {
    background-color: #0D1432;
  }
  ul.page-numbers li:not(:has(.disable)):hover a {
    color: white;
  }
  ul.page-numbers li:not(:has(.disable)):hover img {
    filter: brightness(0) invert(1);
  }
}
ul.page-numbers li .disable {
  pointer-events: none;
}
ul.page-numbers li .prev img {
  transform: rotate(90deg);
}
ul.page-numbers li .next img {
  transform: rotate(-90deg);
}
ul.page-numbers li a,
ul.page-numbers li span {
  width: 100%;
  height: 100%;
  font-weight: 500;
  color: #656565;
  line-height: 150%;
  transition: 0.4s ease-in-out;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.who {
  padding-top: 14.4rem;
  transition: 1s ease-in-out;
  background-color: #0D1432;
}
@media screen and (max-width: 1200px) {
  .who {
    padding-top: 8rem;
  }
}
@media screen and (max-width: 576px) {
  .who {
    padding-top: 6rem;
  }
}
.who:has(.is-inview) {
  background-color: transparent;
}
.who .img {
  transition: 3s ease-in-out;
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
}
.who-wrap.is-inview .img {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
@media screen and (max-width: 767px) {
  .who-row {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 767px) {
  .who-col {
    width: 100%;
  }
}
.who-img {
  max-width: 46rem;
}
@media screen and (min-width: 1201px) {
  .who-img {
    margin-top: 7.6rem;
  }
}
@media screen and (max-width: 1200px) {
  .who-img {
    height: 100%;
  }
}
.who-img .img {
  padding-top: 147.8260869565%;
}
.who-content {
  margin: 0 auto;
  position: relative;
  max-width: 81.2rem;
}
@media screen and (max-width: 576px) {
  .who-content {
    gap: 1.6rem;
  }
}
@media screen and (min-width: 1727.98px) {
  .who-content_title {
    top: 0;
    z-index: 5;
    position: absolute;
    right: calc(100% + 4.8rem);
  }
}
.who-content_title .text-16 {
  font-size: 1.8rem;
}
@media only screen and (max-width: 1200px) {
  .who-content_title .text-16 {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 800px) {
  .who-content_title .text-16 {
    font-size: 1.5rem;
  }
}
.who-content_title .text-16 {
  line-height: 135%;
  letter-spacing: 0.256rem;
  text-transform: uppercase;
  color: rgba(13, 20, 50, 0.5);
}
.who-content_desc .text-16 {
  font-size: 1.8rem;
}
@media only screen and (max-width: 1200px) {
  .who-content_desc .text-16 {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 800px) {
  .who-content_desc .text-16 {
    font-size: 1.5rem;
  }
}
.who-content_desc .text-16 {
  line-height: 160%;
  text-align: justify;
}
@media screen and (min-width: 577px) {
  .who-content_desc .text-16 {
    text-indent: 3.2rem;
  }
}
.who-content_img .img {
  padding-top: 43.1034482759%;
}
@media screen and (hover: hover) and (pointer: fine) and (min-width: 1201px) {
  .who-content_img .img:hover img, .who-content_img .img:focus-visible img {
    transform: scale(1.05);
  }
}

.key {
  padding: 6.4rem 0rem 6.4rem;
}
@media screen and (max-width: 991px) {
  .key {
    padding: 6rem 0rem;
  }
}
@media screen and (max-width: 576px) {
  .key {
    padding: 4rem 0rem;
  }
}
.key {
  background-color: #0D1432;
}
.key > .container {
  max-width: 117.6rem;
}
.key-info {
  gap: 1.2rem;
  display: flex;
  flex-wrap: wrap;
}
.key-name {
  margin: 0 auto;
  text-align: center;
}
.key-name .text-14 {
  line-height: 135%;
  letter-spacing: 0.224rem;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
}
.key-content {
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 577px) {
  .key-content {
    position: relative;
    isolation: isolate;
  }
  .key-content:before {
    left: 0;
    top: 50%;
    width: 100%;
    height: 0.1rem;
    position: absolute;
    content: "";
    z-index: -1;
    transform: translateY(-50%);
    background-color: rgba(255, 255, 255, 0.5);
  }
}
.key-content .text-18 {
  margin: 0 auto;
  line-height: 160%;
  width: fit-content;
  position: relative;
  color: white;
  background-color: #0D1432;
}
@media screen and (min-width: 577px) {
  .key-content .text-18 {
    padding: 0 4rem;
  }
}
@media screen and (min-width: 577px) and (max-width: 991px) {
  .key-content .text-18 {
    padding: 0 2.4rem;
  }
}
@media screen and (max-width: 576px) {
  .key-content .text-18 {
    font-size: 1.4rem;
    max-width: 31.2rem;
  }
  .key-content .text-18 br {
    display: none;
  }
}
.key-banner {
  height: 100%;
  position: relative;
}
.key-banner.is-inview .img {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.key-banner .img {
  padding-top: 33.3333333333%;
  transition: clip-path 2s ease-in-out;
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
}
.key-banner .img img {
  transform: unset !important;
}

.banner-h {
  position: relative;
  background-color: #0D1432;
}
.banner-h .swiper-wrapper {
  flex-direction: column;
  transform: unset !important;
}
.banner-h_bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  position: absolute;
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
}
.banner-h_bg.is-inview {
  transition: clip-path 1.5s ease-in-out;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.banner-h_bg::before {
  width: 100%;
  height: 100%;
  position: absolute;
  content: "";
  z-index: 1;
  background: linear-gradient(180deg, rgba(12, 18, 29, 0) 60%, var(--blackened-blue-20, #0D1432) 100%);
}
.banner-h_bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner-h_pos {
  z-index: 5;
  height: 100dvh;
  position: relative;
  color: white;
}
.banner-h_wrap {
  height: inherit;
}
.banner-h_content {
  gap: 2.4rem;
  display: flex;
  height: inherit;
  flex-wrap: wrap;
  padding-bottom: 8rem;
}
@media screen and (min-width: 577px) {
  .banner-h_content {
    align-items: flex-end;
  }
}
@media screen and (max-width: 576px) {
  .banner-h_content {
    padding-bottom: 6rem;
    flex-direction: column;
    justify-content: flex-end;
  }
}
.banner-h_content > * {
  width: calc(50% - 1.2rem);
}
@media screen and (max-width: 576px) {
  .banner-h_content > * {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .banner-h_title {
    gap: 1.6rem;
  }
}
.banner-h_title .tt-main {
  color: white;
}
@media screen and (min-width: 1201px) {
  .banner-h_title .tt-main {
    font-size: 3.8rem;
  }
}
.banner-h_title .title,
.banner-h_title .view-link {
  font-size: 2rem;
}
@media only screen and (max-width: 1200px) {
  .banner-h_title .title,
  .banner-h_title .view-link {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 800px) {
  .banner-h_title .title,
  .banner-h_title .view-link {
    font-size: 1.6rem;
  }
}
.banner-h_title .title,
.banner-h_title .view-link {
  line-height: 135%;
  width: fit-content;
  letter-spacing: 0.225rem;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.4);
}
.banner-h_title .desc {
  line-height: 160%;
  max-width: 69.4rem;
}
.banner-h_info ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.banner-h_info ul .text-16 {
  line-height: 135%;
  letter-spacing: 0.225rem;
}
.banner-h_gallery {
  margin: 0 auto;
  padding: 0 10rem;
}
@media screen and (max-width: 1200px) {
  .banner-h_gallery {
    padding: 0 1.6rem;
  }
}
.banner-h_gallery-list {
  gap: 16rem;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1200px) {
  .banner-h_gallery-list {
    gap: 10rem;
  }
}
@media screen and (max-width: 576px) {
  .banner-h_gallery-list {
    gap: 6rem;
  }
}
.banner-h_gallery-img {
  position: relative;
}
.banner-h_gallery-img::before {
  width: 100%;
  height: 100%;
  position: absolute;
  content: "";
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%);
}
.banner-h_gallery-img .img {
  padding-top: 67.1532846715%;
}
/*# sourceMappingURL=home.css.map */
