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

form .form-wrap {
  display: flex;
  row-gap: 1.2rem;
  flex-direction: column;
}
form .form-group {
  gap: 1.2rem;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
}
form .form-group:has(textarea) {
  margin-top: 0.8rem;
}
form .form-box {
  width: calc(50% - 0.6rem);
}
@media screen and (max-width: 576px) {
  form .form-box {
    width: 100%;
  }
}
form .form-label {
  width: 100%;
  display: flex;
  row-gap: 0.8rem;
  flex-direction: column;
}
form .form-text {
  width: 100%;
  display: block;
  font-size: 1.6rem;
  letter-spacing: 0.224rem;
  text-transform: uppercase;
}
form .form-text sup {
  color: #f00;
}
form .form-select {
  position: relative;
}
form .form-select::before {
  content: "";
  top: 50%;
  right: 1.6rem;
  position: absolute;
  width: 1.6rem;
  height: 1.6rem;
  pointer-events: none;
  transform: translateY(-50%);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
  background-image: url("../../assets/images/icons/icon-chevron.svg");
}
form .form-action {
  margin-top: 2.8rem;
}
@media screen and (min-width: 992px) {
  form .form-action {
    margin-left: auto;
  }
}
form .form-action .btn {
  padding: 1.2rem 3.2rem;
}
form input,
form textarea {
  padding: 1.6rem;
}
form input:hover, form input:focus, form input:not(:placeholder-shown),
form textarea:hover,
form textarea:focus,
form textarea:not(:placeholder-shown) {
  color: #0D1432;
  border-color: #0D1432;
}
form input::placeholder,
form textarea::placeholder {
  line-height: 160%;
  color: #0D1432;
}
form input,
form select {
  border: 0;
  border-bottom: 0.1rem solid #0D1432;
}
form input,
form select,
form textarea {
  outline: 0;
  width: 100%;
  font-size: 2rem;
}
@media only screen and (max-width: 1200px) {
  form input,
  form select,
  form textarea {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 800px) {
  form input,
  form select,
  form textarea {
    font-size: 1.6rem;
  }
}
form input,
form select,
form textarea {
  border-radius: 0;
  transition: 0.4s ease-in-out;
  font-family: var(--font-pri);
  background-color: transparent;
}
form input {
  height: 4.8rem;
  padding-left: 0;
}
form textarea {
  resize: none;
  height: 20rem;
  border: 0.1rem solid #0D1432;
}
form select {
  padding: 1.6rem 4.8rem 1.6rem 0;
}

.g-recaptcha-wrap {
  padding: 0 !important;
}

.wpcf7-form-control-wrap {
  width: 100%;
  display: block;
}

.wpcf7-not-valid-tip {
  right: 0;
  z-index: 4;
  bottom: -2.2rem;
  padding: 0.4rem;
  width: fit-content;
  position: absolute;
  border-radius: 0.5rem;
  background-color: red;
  color: white !important;
  font-size: 1.2rem !important;
}
.wpcf7-not-valid-tip::before {
  content: "";
  width: 0;
  height: 0;
  bottom: 100%;
  right: 1.6rem;
  position: absolute;
  border-left: 0.5rem solid transparent;
  border-right: 0.5rem solid transparent;
  border-bottom: 0.5rem solid #ec1f26;
}

.wpcf7-response-output {
  color: #7FFF00;
  font-weight: 600;
  font-size: 1.2rem;
  text-align: center;
  border: 0 !important;
  padding: 0 !important;
  margin: 2rem 0 0 0 !important;
}
@media screen and (max-width: 1200px) {
  .wpcf7-response-output {
    font-size: 1.4rem !important;
    margin: 1.2rem 0 0 0 !important;
  }
}

.select2-results {
  overflow: hidden;
  background-color: white;
  border-radius: 0 !important;
  border: 0.1rem solid white;
  box-shadow: var(--box-shadow-1);
}

.select2-container .select2-dropdown {
  border: 0;
  background-color: transparent;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #0D1432;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: white;
  -webkit-box-shadow: 0 0 0 100rem transparent inset;
  transition: background-color 5000s ease-in-out 0s;
}

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

.ab-info {
  padding: 14rem 0 14rem 0;
  background: #F7F5F1;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .ab-info {
    padding: 6rem 0;
  }
}
@media screen and (max-width: 768px) {
  .ab-info {
    padding: 3rem 0;
  }
}

.ab-info-block {
  display: flex;
  margin: 0 -7rem;
}
@media screen and (max-width: 1200px) {
  .ab-info-block {
    margin: 0 -1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .ab-info-block {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    gap: 4.8rem;
  }
}
.ab-info-block.is-inview .ab-i-img {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.ab-info-box {
  width: 50%;
  padding: 0 7rem;
  display: flex;
  flex-direction: column;
  gap: 4.8rem;
}
.ab-info-box:nth-child(even) {
  flex-direction: column-reverse;
}
@media screen and (max-width: 1200px) {
  .ab-info-box {
    padding: 0 1.2rem;
  }
}
@media screen and (max-width: 980px) {
  .ab-info-box {
    gap: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .ab-info-box {
    width: 100%;
    flex-direction: column-reverse;
  }
}

.ab-i-img {
  position: relative;
  padding-top: 53.050397878%;
  overflow: hidden;
  z-index: 2;
  transition: 2s ease-in-out;
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
}
.ab-i-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0;
}

.ab-i-txt .text-16 {
  font-size: 1.8rem;
}
@media only screen and (max-width: 1200px) {
  .ab-i-txt .text-16 {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 800px) {
  .ab-i-txt .text-16 {
    font-size: 1.5rem;
  }
}
.ab-i-txt .text-16 {
  color: #0D1432;
  font-weight: 300;
  line-height: 1.5;
}

.ab-title {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.ab-title .title-40 {
  line-height: 1;
  font-weight: 600;
}
.ab-title .text-16 {
  font-size: 2rem;
}
@media only screen and (max-width: 1200px) {
  .ab-title .text-16 {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 800px) {
  .ab-title .text-16 {
    font-size: 1.6rem;
  }
}
.ab-title .text-16 {
  text-transform: uppercase;
}

.ab-i-txt {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}

.ab-vision {
  padding: 13.6rem 0;
  background: #0D1432;
}
@media screen and (max-width: 1200px) {
  .ab-vision {
    padding: 6rem 0;
  }
}

.ab-v-block {
  display: flex;
  gap: 16.6rem;
}
@media screen and (max-width: 1200px) {
  .ab-v-block {
    gap: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .ab-v-block {
    gap: 4.8rem;
    flex-direction: column;
  }
  .ab-v-block:not(:last-child) {
    margin-bottom: 2.4rem;
  }
}

.ab-v-img {
  width: 33.3333333333%;
}
@media screen and (max-width: 1200px) {
  .ab-v-img {
    width: fit-content;
    flex: 1;
  }
}
@media screen and (max-width: 768px) {
  .ab-v-img {
    flex: unset;
    max-width: 40rem;
    width: 100%;
    margin: 0 auto;
  }
}
.ab-v-img .img-box {
  position: relative;
  padding-top: 127.34082397%;
  overflow: hidden;
}
.ab-v-img .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0;
}

.ab-v-content {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .ab-v-content {
    width: 100%;
  }
}

.ab-v-list {
  display: flex;
  flex-direction: column;
  gap: 4.8rem;
  background-color: #0D1432;
  padding: 0.8rem;
  margin: -0.8rem;
}
@media screen and (max-width: 768px) {
  .ab-v-list {
    gap: 3.2rem;
  }
}

.ab-v-item .text-36 {
  color: #fff;
  font-size: 3.8rem;
}
@media only screen and (max-width: 1200px) {
  .ab-v-item .text-36 {
    font-size: 3.4rem;
  }
}
@media only screen and (max-width: 800px) {
  .ab-v-item .text-36 {
    font-size: 2.6rem;
  }
}
.ab-v-item .text-36 {
  padding-bottom: 2.4rem;
  border-bottom: 0.1rem solid #fff;
  font-weight: 600;
  cursor: pointer;
}

.content-slide {
  color: #fff;
  font-size: 1.6rem;
}
@media only screen and (max-width: 800px) {
  .content-slide {
    font-size: 1.4rem;
  }
}
.content-slide {
  margin-top: 4.8rem;
  line-height: 1.7;
}
@media screen and (max-width: 1200px) {
  .content-slide {
    margin-top: 2.4rem;
  }
}

/* ── Brand section: Clients & Partners ───────────────────────── */
/* ── Brand section: Clients & Partners ───────────────────────── */
.ab-brand {
    position: relative;
    padding-top: 11.2rem;
    background: #F7F5F1;
}
@media screen and (max-width: 1200px) {
    .ab-brand {
        padding-top: 6rem;
    }
}

.ab-brand-inner {
    max-width: 120rem;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 6.4rem;
}
@media screen and (max-width: 1200px) {
    .ab-brand-inner {
        gap: 4rem;
    }
}

.ab-brand-block {
    padding: 0;
}

/* Section title (BRANDS WE WORK WITH) — uses global .tt-main */
.ab-brand-inner > .tt-main {
    text-align: center;
    margin: 0 0 6.4rem;
}
@media screen and (max-width: 1200px) {
    .ab-brand-inner > .tt-main {
        margin-bottom: 3.2rem;
    }
}

/* Level 1 — section heading (Our Clients / Our Partners) */
.ab-brand-heading {
    position: relative;
    font-size: 28px;
    line-height: 1.2;
    font-weight: 600;
    color: #0d1432;
    text-transform: capitalize;
    letter-spacing: 0.01em;
    margin: 0 0 24px;
    padding-bottom: 14px;
    border-bottom: 1px solid #d9d9d9;
}

.ab-brand-heading::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 56px;
    height: 2px;
    background: #0d1432;
}

.ab-brand-heading strong,
.ab-brand-heading b {
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.ab-brand-groups {
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.ab-brand-group + .ab-brand-group {
    padding-top: 24px;
    border-top: 1px dashed #e5e5e5;
}

/* Level 2 — group title (Retail / Ecommerce / High-rise…) */
.ab-brand-group-title {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #6b6b6b;
    margin: 0 0 16px;
}

.ab-brand-group-title::before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 1px;
    background: #b5b5b5;
}

.brand-list {
    display: flex;
    flex-wrap: wrap;
}

.brand-item {
    width: 16.6666666667%;
    padding: 0.4rem 0.6rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.brand-item img {
    mix-blend-mode: multiply;
    max-width: 100%;
    height: auto;
    display: block;
}
@media screen and (max-width: 1024px) {
    .brand-item { width: 25%; }
}
@media screen and (max-width: 640px) {
    .brand-item { width: 33.33%; }
}
@media screen and (max-width: 425px) {
    .brand-item { width: 50%; }
}

@media (max-width: 640px) {
    .ab-brand-heading {
        font-size: 22px;
        margin-bottom: 18px;
        padding-bottom: 10px;
    }
    .ab-brand-group-title {
        font-size: 12px;
        letter-spacing: 0.1em;
    }
}

.quote-note {
  background: #0D1432;
  padding: 6.5rem 1.5rem;
  color: #fff;
  font-size: 1.8rem;
}
@media only screen and (max-width: 1200px) {
  .quote-note {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 800px) {
  .quote-note {
    font-size: 1.5rem;
  }
}
.quote-note {
  display: flex;
  justify-content: center;
  overflow: hidden;
  margin-top: 6.2rem;
}
@media screen and (max-width: 768px) {
  .quote-note {
    padding: 3.2rem 1.5rem;
  }
}

.quote-txt {
  max-width: 113.6rem;
  margin: 0 auto;
  width: 100%;
  position: relative;
  text-align: center;
  display: flex;
  align-items: center;
  gap: 2.4rem;
  font-weight: 600;
}
.quote-txt::before {
  content: "";
  flex: 1;
  height: 0.2rem;
  background: #fff;
  opacity: 0.4;
  min-width: 2.4rem;
}
.quote-txt::after {
  content: "";
  flex: 1;
  height: 0.2rem;
  background: #fff;
  opacity: 0.4;
  min-width: 2.4rem;
}

.ab-founder {
  padding: 11.2rem 0 7.4rem 0;
  background: #F7F5F1;
}
@media screen and (max-width: 1200px) {
  .ab-founder {
    padding: 6rem 0;
  }
  .ab-founder .tt-main {
    margin-bottom: 2.4rem;
  }
}

.ab-founder-list {
  max-width: 117.2rem;
  margin-left: auto;
  padding-top: 1.2rem;
  padding-bottom: 5.6rem;
}

.ab-founder-inner {
  margin: 0 -4.1rem;
}
@media screen and (max-width: 1200px) {
  .ab-founder-inner {
    margin: 0 -1.2rem;
  }
}
.ab-founder-inner .swiper-slide {
  width: 33.33%;
  padding: 0 4.1rem;
}
@media screen and (max-width: 1200px) {
  .ab-founder-inner .swiper-slide {
    padding: 0 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .ab-founder-inner .swiper-slide {
    width: 60%;
  }
}
@media screen and (max-width: 480px) {
  .ab-founder-inner .swiper-slide {
    width: 80%;
  }
}

.founder-item {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media screen and (hover: hover) and (pointer: fine) and (min-width: 1201px) {
  .founder-item:hover .fou-avt .img, .founder-item:focus-visible .fou-avt .img {
    filter: unset;
  }
  .founder-item:hover .fou-avt .img img, .founder-item:focus-visible .fou-avt .img img {
    transform: scale(1.1);
  }
  .founder-item:hover .fou-avt .view-link, .founder-item:focus-visible .fou-avt .view-link {
    opacity: 1;
  }
}

.fou-avt {
  position: relative;
}
.fou-avt * {
  transition: 0.6s ease-in-out;
}
.fou-avt .img {
  filter: grayscale(1);
  padding-top: 130.9523809524%;
}
.fou-avt .view-link {
  opacity: 0;
  font-size: 2.4rem;
}
@media only screen and (max-width: 1200px) {
  .fou-avt .view-link {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 800px) {
  .fou-avt .view-link {
    font-size: 1.7rem;
  }
}
.fou-avt .view-link {
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  color: white;
  font-family: var(--font-title);
}

.fou-info {
  gap: 1.6rem;
  display: flex;
  flex-direction: column;
}
.fou-info .text-14 {
  text-transform: uppercase;
  color: rgba(13, 20, 50, 0.5);
}
.fou-info .title-24 {
  font-weight: 600;
  line-height: 135%;
  text-transform: uppercase;
}
@media screen and (min-width: 1201px) {
  .fou-info .title-24 {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 1201px) and (max-width: 1200px) {
  .fou-info .title-24 {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 1201px) and (max-width: 800px) {
  .fou-info .title-24 {
    font-size: 1.6rem;
  }
}

.fou-role > * {
  font-size: 1.6rem;
}

.mark-bot {
  display: flex;
  gap: 2.4rem;
}
@media screen and (max-width: 768px) {
  .mark-bot {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.mark-bot .mb-logo {
  max-width: 20rem;
  width: 100%;
}
.mark-bot .mb-logo img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.mark-bot .mark-txt {
  max-width: 117.2rem;
  margin-left: auto;
  width: 100%;
  background-color: #0D1432;
  color: #fff;
  text-align: center;
  font-weight: 700;
  vertical-align: middle;
  padding: 0.8rem 1.2rem;
}

.fo-item-block {
  max-width: 109rem;
  margin: 0 auto;
  display: flex;
  gap: 4rem;
  padding: 5rem 0;
}
@media screen and (max-width: 980px) {
  .fo-item-block {
    gap: 2.4rem;
  }
}
@media screen and (max-width: 680px) {
  .fo-item-block {
    flex-direction: column !important;
    align-items: center !important;
  }
}

.fo-avt {
  max-width: 31rem;
  width: 100%;
  flex-shrink: 0;
}
.fo-avt .img-box {
  position: relative;
  padding-top: 141.935483871%;
  overflow: hidden;
}
.fo-avt .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0;
}

.founder-user {
  height: 100%;
  background: #F7F5F1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.founder-user .container {
  height: auto;
}

.fo-info {
  flex: 1;
}
.fo-info .title-24 {
  font-weight: 600;
  line-height: 135%;
  margin-bottom: 0.8rem;
  text-transform: uppercase;
}
@media screen and (min-width: 1201px) {
  .fo-info .title-24 {
    font-size: 2rem;
  }
}
.fo-info .mona-content {
  margin-top: 2.4rem;
}
.fo-info .mona-content > * {
  line-height: 1.3;
}
.fo-info .mona-content p {
  margin: 0;
  font-size: 1.6rem;
}
@media only screen and (max-width: 800px) {
  .fo-info .mona-content p {
    font-size: 1.4rem;
  }
}
.fo-info .mona-content ul {
  margin: 0;
  list-style: none;
}
.fo-info .mona-content ul li {
  margin: 0;
  padding-left: 2rem;
  position: relative;
  width: fit-content;
}
.fo-info .mona-content ul li::before {
  content: "";
  width: 0.4rem;
  height: 0.4rem;
  background: #0D1432;
  border-radius: 50%;
  position: absolute;
  left: 0.7rem;
  top: 1.2rem;
}

.fountder-slide {
  position: relative;
  background: #F7F5F1;
}
.fountder-slide .swiper-slide {
  height: auto;
}
@media screen and (min-width: 681px) {
  .fountder-slide .swiper-slide:nth-child(even) .fo-item-block {
    flex-direction: row-reverse;
  }
  .fountder-slide .swiper-slide:nth-child(even) .fo-item-block .fo-info {
    text-align: end;
  }
  .fountder-slide .swiper-slide:nth-child(even) .mona-content ul li {
    margin-left: auto;
  }
}

.founder-user .img-decor {
  width: 100%;
  position: relative;
  padding-top: 16.2037037037%;
}
.founder-user .img-decor img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0;
}

.js-stick-nav {
  display: flex;
  gap: 1.2rem;
  position: absolute;
  bottom: 25%;
  right: 4rem;
  z-index: 10;
}
@media screen and (max-width: 1400px) {
  .js-stick-nav {
    display: none;
  }
}
.js-stick-nav img {
  filter: brightness(0) saturate(100%) invert(10%) sepia(12%) saturate(3178%) hue-rotate(190deg) brightness(99%) contrast(104%);
}
.js-stick-nav .js-btn-prev,
.js-stick-nav .js-btn-next {
  cursor: pointer;
}
.js-stick-nav .js-btn-prev.swiper-button-disabled,
.js-stick-nav .js-btn-next.swiper-button-disabled {
  pointer-events: none;
  opacity: 0.2;
}
.js-stick-nav .js-btn-prev {
  transform: scaleX(-1);
}

.js-founder-slide {
  position: relative;
}
.js-founder-slide .swiper-pagination-progressbar {
  top: unset;
  bottom: 0;
}
.js-founder-slide .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #F7F5F1;
}

.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=about.css.map */
