:root {
  /* Typography */
  --font-pri: "Proxima Nova", sans-serif;
  /* Color Palette */
  --color-pri: #1d90c9;
  --color-sec: #001221;
  --color-third: #3b4044;
  --color-text: #888888;
  --color-text-2: #005491;
  --color-white: #fff;
  --color-black: #000;
  --container-width: 124.8rem;
  --container-padding: 1.6rem;
  --z-i-header: 100;
}

.brand-import {
  margin: 14rem 0rem 14rem;
}
@media screen and (max-width: 992px) {
  .brand-import {
    margin: 6rem 0rem;
  }
}
@media screen and (max-width: 576px) {
  .brand-import {
    margin: 4rem 0rem;
  }
}
.brand-import_item {
  width: 18rem;
  height: 18rem;
  border-radius: 50%;
  background-color: #fff;
  border: 1rem solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 0.6rem 1.2rem -0.2rem rgba(16, 24, 40, 0.04);
  -webkit-box-shadow: 0 0.6rem 1.2rem -0.2rem rgba(16, 24, 40, 0.04);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 992px) {
  .brand-import_item {
    width: 12rem;
    height: 12rem;
  }
}
@media screen and (max-width: 576px) {
  .brand-import_item {
    width: 8rem;
    height: 8rem;
  }
}
.brand-import_item img {
  height: 6.4rem;
  object-fit: contain;
}
@media screen and (max-width: 992px) {
  .brand-import_item img {
    height: 4.8rem;
  }
}
@media screen and (max-width: 576px) {
  .brand-import_item img {
    height: 3.2rem;
  }
}

.brand-tht {
  margin: 14rem 0rem 14rem;
}
@media screen and (max-width: 992px) {
  .brand-tht {
    margin: 6rem 0rem;
  }
}
@media screen and (max-width: 576px) {
  .brand-tht {
    margin: 4rem 0rem;
  }
}
.brand-tht_swiper {
  max-width: 100%;
  overflow: hidden;
  position: relative;
}
.brand-tht_btn {
  display: block;
  color: var(--color-text);
  font-size: 1.8rem;
}
@media only screen and (max-width: 1200px) {
  .brand-tht_btn {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 800px) {
  .brand-tht_btn {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 576px) {
  .brand-tht_btn {
    font-size: 1.4rem;
  }
}
.brand-tht_btn {
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.036rem;
  padding: 1.3rem 2rem;
  border-radius: 0.8rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
  transition: color 0.4s, font-weight 0.4s, border-color 0.4s, background-color 0.4s;
}
@media screen and (max-width: 576px) {
  .brand-tht_btn {
    padding: 0.8rem;
  }
}
@media screen and (min-width: 1200px) {
  .brand-tht_btn:hover, .brand-tht_btn:focus-visible {
    color: var(--color-white);
    background-color: var(--color-pri);
    border-color: var(--color-pri);
  }
}
.brand-tht_btn.is-active {
  color: var(--color-white);
  background-color: var(--color-pri);
  border-color: var(--color-pri);
  font-weight: 700;
  pointer-events: none;
}
.brand-tht .js-banner-hero {
  position: relative;
}
.brand-tht .banner-hero_img {
  position: initial !important;
  aspect-ratio: 151.2/66;
  max-width: 100%;
}
.brand-tht .swiper-navigation {
  top: calc(50% - 3.6rem);
}

.intro {
  margin: 14rem 0rem 14rem;
}
@media screen and (max-width: 992px) {
  .intro {
    margin: 6rem 0rem;
  }
}
@media screen and (max-width: 576px) {
  .intro {
    margin: 4rem 0rem;
  }
}
@media screen and (max-width: 576px) {
  .intro .block-desc br {
    display: none;
  }
}
.intro-img {
  aspect-ratio: 151.2/63;
  max-width: 100%;
}
.intro-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.intro-info {
  aspect-ratio: 151.2/63;
  max-width: 100%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .intro-info {
    aspect-ratio: initial;
  }
}
.intro-info_img {
  position: absolute;
  inset: 0;
  z-index: -1;
}
.intro-info_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 576px) {
  .intro-info_img img {
    object-position: 75%;
  }
}
.intro-info_content {
  position: absolute;
  inset: 0;
  padding: 6.878vw 0 3.968vw;
}
@media screen and (max-width: 768px) {
  .intro-info_content {
    padding: 2rem 0;
    position: initial;
  }
}
.intro-info_content > .container {
  max-width: 89.418vw;
  padding: 0 1.058vw;
}
.intro-info_inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 1.058vw;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .intro-info_inner {
    gap: 8rem;
  }
}
@media screen and (max-width: 576px) {
  .intro-info_inner {
    gap: 2.4rem;
  }
}
.intro-info_title {
  font-family: var(--font-third);
  color: #fff;
  font-size: 4.63vw;
  font-weight: 700;
  line-height: 120%;
}
@media screen and (max-width: 576px) {
  .intro-info_title {
    font-size: 2.4rem;
  }
}
.intro-info_sub {
  font-family: var(--font-third);
  color: #fff;
  font-size: 2.579vw;
  font-weight: 700;
  line-height: 120%;
  margin-top: 0.529vw;
}
@media screen and (max-width: 576px) {
  .intro-info_sub {
    font-size: 1.6rem;
  }
}
.intro-info_list {
  display: flex;
  gap: 2.116vw;
  justify-content: space-between;
}
@media screen and (max-width: 576px) {
  .intro-info_list {
    flex-wrap: wrap;
    gap: 1.6rem;
  }
}
@media screen and (max-width: 576px) {
  .intro-info_list > * {
    width: calc(50% - 0.8rem);
  }
}
.intro-info_list > *:first-child {
  min-width: 27.778vw;
}
@media screen and (max-width: 576px) {
  .intro-info_list > *:first-child {
    min-width: initial;
  }
}
.intro-info_list > *:not(:first-child) .intro-info_item {
  text-align: center;
}
@media screen and (max-width: 576px) {
  .intro-info_list > *:not(:first-child) .intro-info_item {
    text-align: left;
  }
}
.intro-info_list > *:not(:first-child) .intro-info_icon,
.intro-info_list > *:not(:first-child) .intro-info_number {
  margin-inline: auto;
}
@media screen and (max-width: 576px) {
  .intro-info_list > *:not(:first-child) .intro-info_icon,
  .intro-info_list > *:not(:first-child) .intro-info_number {
    margin-inline: initial;
  }
}
.intro-info_item {
  display: flex;
  flex-direction: column;
  color: #fff;
}
@media screen and (max-width: 576px) {
  .intro-info_item {
    gap: 0.4rem;
  }
}
.intro-info_icon {
  flex-shrink: 0;
  width: 4.63vw;
  height: 4.63vw;
}
@media screen and (max-width: 576px) {
  .intro-info_icon {
    width: 3.2rem;
    height: 3.2rem;
  }
}
.intro-info_icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.intro-info_number {
  font-family: var(--font-fourth);
  margin-top: 0.265vw;
  font-size: 5.622vw;
  font-weight: 700;
  line-height: 0.8;
  position: relative;
  width: fit-content;
  display: flex;
}
.intro-info_number span {
  line-height: 0.8;
}
@media screen and (max-width: 576px) {
  .intro-info_number {
    margin-top: 0;
  }
}
.intro-info_number sup {
  font-size: 55%;
  vertical-align: super;
}
.intro-info_desc {
  font-family: var(--font-third);
  margin-top: 0.794vw;
  font-size: 1.389vw;
  line-height: 150%;
}
@media screen and (max-width: 768px) {
  .intro-info_desc {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 576px) {
  .intro-info_desc {
    margin-top: 0;
  }
}

.map {
  margin: 6rem 0rem 10rem;
}
@media screen and (max-width: 992px) {
  .map {
    margin: 6rem 0rem;
  }
}
@media screen and (max-width: 576px) {
  .map {
    margin: 4rem 0rem;
  }
}
.map > .container {
  max-width: 156rem;
}
.map-wrap {
  gap: 4rem;
}
.map-heading {
  gap: 3.2rem;
  text-align: center;
}
@media screen and (max-width: 576px) {
  .map-heading {
    gap: 2.4rem;
  }
}
.map-heading .title-48 {
  font-size: 4.8rem;
}
@media only screen and (max-width: 1200px) {
  .map-heading .title-48 {
    font-size: 4.2rem;
  }
}
@media only screen and (max-width: 800px) {
  .map-heading .title-48 {
    font-size: 2.6rem;
  }
}
.map-heading .title-48 {
  font-weight: 500;
  line-height: 130%;
  letter-spacing: -0.096rem;
  color: var(--Color-text, #001221);
}
@media screen and (max-width: 460px) {
  .map-heading .title-48 {
    margin: 0 auto;
    max-width: 30rem;
  }
}
.map-heading .title-48 span {
  color: var(--color-pri);
}
.map-heading .text-16 {
  margin: 0 auto;
  max-width: 100rem;
  line-height: 150%;
  letter-spacing: -0.032rem;
}
.map-heading .text-16 span {
  font-weight: 700;
  color: var(--color-pri);
}
.map-notice {
  gap: 0.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.map-notice img {
  flex-shrink: 0;
  user-select: none;
  object-fit: contain;
  width: 2.4rem;
  height: 2.4rem;
}
.map-notice .text-18 {
  color: var(--Color-text, #001221);
  font-size: 1.8rem;
}
@media only screen and (max-width: 1200px) {
  .map-notice .text-18 {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 800px) {
  .map-notice .text-18 {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 576px) {
  .map-notice .text-18 {
    font-size: 1.4rem;
  }
}
.map-notice .text-18 {
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.036rem;
}
.map-map {
  gap: 4rem;
  user-select: none;
}
@media screen and (max-width: 767px) {
  .map-map {
    gap: 2.4rem;
  }
}
.map-tower {
  position: relative;
}
.map-tower > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}
.map-item#thailand .map-img {
  top: 42%;
  left: 80.5%;
}
.map-item#vietnam .map-img {
  top: 44%;
  left: 82%;
}
.map-item#usa .map-img {
  top: 40%;
  left: 13.5%;
}
.map-item#india .map-img {
  top: 30%;
  left: 73%;
}
.map-item#china .map-img {
  top: 40%;
  left: 84%;
}
.map-item#italy .map-img {
  top: 8%;
  left: 52%;
}
.map-item#australia .map-img {
  top: 75%;
  left: 82%;
}
.map-item#mexico .map-img {
  top: 50%;
  left: 14%;
}
.map-item#brazil .map-img {
  top: 40%;
  left: 34%;
}
.map-item#singapore .map-img {
  top: 48%;
  left: 79%;
}
.map-item#malaysia .map-img {
  top: 49%;
  left: 81%;
}
.map-item#philipines .map-img {
  top: 52%;
  left: 85.5%;
}
.map-item#japan .map-img {
  top: 49%;
  left: 91.5%;
}
.map-item#south-korea .map-img {
  top: 44%;
  left: 88.5%;
}
.map-item#pakistan .map-img {
  top: 24%;
  left: 70%;
}
.map-item#egypt .map-img {
  top: 14%;
  left: 57%;
}
.map-item#france .map-img {
  top: 6%;
  left: 47.5%;
}
.map-item#canada .map-img {
  top: 24%;
  left: 18%;
}
.map-item#greece .map-img {
  top: 10%;
  left: 55.5%;
}
.map-item#spain .map-img {
  top: 8%;
  left: 46%;
}
.map-item#bangladesh .map-img {
  top: 32%;
  left: 77%;
}
.map-item#switzerland .map-img {
  top: 6%;
  left: 48.8%;
}
.map-item#united-kingdom .map-img {
  top: 0%;
  left: 46%;
}
.map-item#united-arab-emirates .map-img {
  top: 21.6%;
  left: 66.4%;
}
.map-item#germany .map-img {
  top: 4%;
  left: 49%;
}
.map-item#qatar .map-img {
  top: 20%;
  left: 65%;
}
.map-item#russia .map-img {
  top: 4%;
  left: 74%;
}
.map-item#south-africa .map-img {
  top: 43%;
  left: 54%;
}
.map-item.is-active .map-img canvas {
  opacity: 1;
}
.map-item.is-active .map-img .gif-tower {
  opacity: 0;
  transition-delay: 2s;
}
.map-item.is-active .map-img .gif2 {
  opacity: 1;
  transition: 0.4s ease 2s;
}
.map-item.is-active .map-img .img-icon {
  opacity: 0;
  transform: translate(-120%, -50%);
}
.map-item.is-active .map-img .title {
  opacity: 1;
  transition: 0.4s ease-in-out;
}
@media screen and (min-width: 1025px) {
  .map-item.is-active .map-img .title {
    transition-delay: 1s;
  }
}
.map-img {
  top: 40%;
  z-index: 5;
  left: 13.5%;
  width: 100%;
  position: absolute;
  transform: translateX(-50%);
}
@media screen and (min-width: 1025px) {
  .map-img::before {
    content: "";
    left: 50%;
    bottom: 15%;
    width: 6rem;
    height: 2rem;
    position: absolute;
    transform: translateX(-50%);
    background: radial-gradient(50% 50% at 50% 50%, rgba(0, 14, 55, 0.4) 0%, rgba(0, 14, 55, 0) 100%);
  }
}
@media screen and (min-width: 1025px) {
  .map-img {
    max-width: 10rem;
  }
}
@media screen and (max-width: 1024px) {
  .map-img {
    top: 45%;
    width: max-content;
  }
}
.map-img:hover canvas {
  opacity: 1;
}
.map-img:hover .gif-tower {
  opacity: 0;
  transition-delay: 2s;
}
.map-img:hover .gif2 {
  opacity: 1;
  transition: 0.4s ease 2s;
}
.map-img:hover .img-icon {
  opacity: 0;
  transform: translate(-120%, -50%);
}
.map-img:hover .title {
  opacity: 1;
  transition: 0.4s ease-in-out;
}
@media screen and (min-width: 1025px) {
  .map-img:hover .title {
    transition-delay: 1s;
  }
}
.map-img .icon-pin {
  margin: 0 auto;
  width: 2rem;
  height: 2rem;
}
@media screen and (min-width: 1025px) {
  .map-img .icon-pin {
    display: none;
  }
}
.map-img canvas {
  opacity: 0;
}
@media screen and (max-width: 1024px) {
  .map-img canvas {
    display: none;
  }
}
.map-img .img,
.map-img .gif {
  position: relative;
}
@media screen and (min-width: 1025px) {
  .map-img .img,
  .map-img .gif {
    padding-top: 100%;
  }
}
@media screen and (min-width: 1025px) {
  .map-img .img > img,
  .map-img .img > video,
  .map-img .img > canvas,
  .map-img .gif > img,
  .map-img .gif > video,
  .map-img .gif > canvas {
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    transition: 0.4s ease;
  }
}
.map-img .gif {
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  position: absolute;
  pointer-events: none;
}
@media screen and (max-width: 1024px) {
  .map-img .gif {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .map-img .gif-tower {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .map-img .img {
    gap: 0.2rem;
    display: flex;
    flex-direction: column;
  }
}
.map-img .img-icon {
  gap: 0.2rem;
  max-width: 7rem;
  text-align: center;
  width: max-content;
  display: flex;
  align-items: center;
  border-bottom: 0.3rem solid var(--color-pri);
  transition: transform 0.6s ease, opacity 0.6s ease;
}
@media screen and (min-width: 1025px) {
  .map-img .img-icon {
    top: 50%;
    position: absolute;
    left: calc(100% - 2rem);
    transform: translate(0, -50%);
  }
}
@media screen and (max-width: 1024px) {
  .map-img .img-icon {
    margin: 0 auto;
  }
}
@media screen and (max-width: 576px) {
  .map-img .img-icon {
    display: none;
  }
}
.map-img .img-icon img {
  height: 1rem;
  width: 1.7rem;
  object-fit: contain;
}
.map-img .img-icon .text-12 {
  font-size: 1.2rem;
}
.map-img .title {
  top: -25%;
  left: 74%;
  opacity: 0;
  color: white;
  max-width: 20.8rem;
  text-align: center;
  width: max-content;
  position: absolute;
  text-align: center;
  transition: 0.4s ease;
  border-radius: 1rem;
  background-color: var(--color-pri);
  padding: 0.4rem 1.6rem 0.4rem 1.2rem;
}
@media screen and (max-width: 1024px) {
  .map-img .title {
    left: 50%;
    gap: 0 0.4rem;
    padding: 0.4rem;
    max-width: 11.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    top: calc(100% + 0.4rem);
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 1025px) {
  .map-img .title::before {
    content: "";
    top: 50%;
    right: 100%;
    position: absolute;
    width: 2.4rem;
    height: 2.4rem;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    background-image: url("../../assets/images/home/map-line1.svg");
  }
}
.map-img .title > * {
  font-weight: 600;
  line-height: 130%;
}
.map-img .title .text-20 {
  font-size: 1.4rem;
  letter-spacing: -0.04rem;
}
@media screen and (max-width: 1024px) {
  .map-img .title .text-20 {
    order: 1;
    font-size: 1.2rem;
  }
}
.map-img .title .text-16 {
  font-size: 1.2rem;
}
@media screen and (min-width: 1201px) {
  .map-img .title .text-16:hover {
    text-decoration: underline;
  }
}
@media screen and (max-width: 1024px) {
  .map-img .title .text-16 {
    order: 3;
    width: 100%;
  }
}
.map-img .title-icon {
  aspect-ratio: 24/14;
  width: 2.4rem;
  max-width: 100%;
  transition: 0.4s ease;
}
@media screen and (min-width: 1025px) {
  .map-img .title-icon {
    top: 50%;
    left: calc(100% - 0.9rem);
    position: absolute;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 1024px) {
  .map-img .title-icon {
    order: 2;
    width: 2rem;
  }
}
.map-img .title-icon picture {
  display: block;
  width: 100%;
  height: 100%;
}
.map-img .title-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.discover {
  margin: 6rem 0rem 6rem;
}
@media screen and (max-width: 992px) {
  .discover {
    margin: 6rem 0rem;
  }
}
@media screen and (max-width: 576px) {
  .discover {
    margin: 4rem 0rem;
  }
}
.discover > .container {
  max-width: 156rem;
}
.discover-wrap {
  gap: 4rem;
}
.discover-heading {
  gap: 0.8rem;
  text-align: center;
}
.discover-heading > * {
  font-weight: 600;
  line-height: 130%;
}
.discover-heading .title-48 {
  font-size: 4.8rem;
}
@media only screen and (max-width: 1200px) {
  .discover-heading .title-48 {
    font-size: 4.2rem;
  }
}
@media only screen and (max-width: 800px) {
  .discover-heading .title-48 {
    font-size: 2.6rem;
  }
}
.discover-heading .title-48 {
  color: var(--color-pri);
  letter-spacing: -0.096rem;
  text-transform: uppercase;
}
.discover-heading .title-24 {
  font-size: 2.4rem;
}
@media only screen and (max-width: 1200px) {
  .discover-heading .title-24 {
    font-size: 2.2rem;
  }
}
@media only screen and (max-width: 800px) {
  .discover-heading .title-24 {
    font-size: 1.8rem;
  }
}
.discover-heading .title-24 {
  color: #3b4044;
  letter-spacing: -0.048rem;
}
.discover-inner {
  gap: 3.2rem;
}
.discover-inner > .title-32 {
  font-size: 3.2rem;
}
@media only screen and (max-width: 1200px) {
  .discover-inner > .title-32 {
    font-size: 2.6rem;
  }
}
@media only screen and (max-width: 800px) {
  .discover-inner > .title-32 {
    font-size: 2rem;
  }
}
.discover-inner > .title-32 {
  color: #001221;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: -0.064rem;
  text-transform: uppercase;
}
.discover-swiper {
  position: relative;
  --letter-spacing: 1rem;
}
.discover-swiper .swiper {
  padding-block: 4rem;
  margin: -4rem calc(-1 * var(--letter-spacing));
}
.discover-swiper .swiper-slide {
  padding: 0 var(--letter-spacing);
}
.discover-swiper .swiper-pagination {
  display: block;
  margin-top: 3.2rem;
}
.discover-list {
  display: flex;
  flex-wrap: wrap;
  row-gap: calc(2 * var(--letter-spacing));
  margin: 0 calc(-1 * var(--letter-spacing));
}
.discover-item {
  width: 50%;
  padding: 0 var(--letter-spacing);
}
@media screen and (max-width: 1024px) {
  .discover-item {
    width: 100%;
  }
}
.discover-box {
  overflow: hidden;
  position: relative;
  border-radius: 1.2rem;
}
@media screen and (min-width: 1201px) {
  .discover-box:hover .img img {
    transform: translate(-50%, -50%) scale(1.02);
  }
}
@media screen and (max-width: 576px) {
  .discover-box {
    box-shadow: 0 0.8rem 2.4rem 0 rgba(0, 0, 0, 0.1);
  }
}
.discover-img {
  user-select: none;
}
.discover-img .img {
  overflow: hidden;
  position: relative;
  padding-top: 50%;
}
.discover-img .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  transition: 0.4s ease;
}
.discover-content {
  gap: 0.4rem;
  width: 100%;
  padding: 1.2rem 2rem;
}
@media screen and (min-width: 577px) {
  .discover-content {
    left: 0;
    bottom: 0;
    position: absolute;
    backdrop-filter: blur(0.2rem);
    background-color: rgba(0, 0, 0, 0.6);
  }
}
.discover-content > * {
  line-height: 130%;
  letter-spacing: -0.036rem;
}
@media screen and (min-width: 577px) {
  .discover-content > * {
    color: white;
  }
}
.discover-content .text-18 {
  font-size: 1.8rem;
}
@media only screen and (max-width: 1200px) {
  .discover-content .text-18 {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 800px) {
  .discover-content .text-18 {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 576px) {
  .discover-content .text-18 {
    font-size: 1.4rem;
  }
}
.discover-content .text-18 {
  font-weight: 700;
  transition: 0.4s ease;
}
@media screen and (min-width: 1201px) {
  .discover-content .text-18:hover {
    color: var(--color-pri);
  }
}
.discover-content .text-12 {
  font-size: 1.2rem;
}
.discover-content .btn-cricle {
  margin: 2.4rem 0 2.4rem 2.4rem;
}
@media screen and (min-width: 1201px) {
  .discover-content .btn-cricle:hover {
    color: var(--color-pri);
  }
  .discover-content .btn-cricle:hover::before {
    filter: brightness(0) saturate(100%) invert(43%) sepia(92%) saturate(417%) hue-rotate(154deg) brightness(94%) contrast(98%);
  }
}
@media screen and (min-width: 577px) {
  .discover-content .btn-cricle::before {
    filter: brightness(0) invert(1);
  }
}

.app {
  overflow: hidden;
  margin-top: 10rem;
}
@media screen and (max-width: 991px) {
  .app {
    margin: 6rem 0;
  }
}
@media screen and (max-width: 576px) {
  .app {
    margin: 4rem 0;
  }
}
.app > .container {
  max-width: 156rem;
}
@media screen and (max-width: 991px) {
  .app-col {
    width: 100%;
  }
}
.app-content {
  gap: 3.2rem;
}
@media screen and (max-width: 767px) {
  .app-content {
    gap: 2.4rem;
  }
}
.app-content .title-32 {
  font-size: 3.2rem;
}
@media only screen and (max-width: 1200px) {
  .app-content .title-32 {
    font-size: 2.6rem;
  }
}
@media only screen and (max-width: 800px) {
  .app-content .title-32 {
    font-size: 2rem;
  }
}
.app-content .title-32 {
  color: #001221;
  font-weight: 600;
  line-height: 130%;
  text-transform: uppercase;
  letter-spacing: -0.064rem;
}
.app-content .desc {
  gap: 1.2rem;
}
.app-content .desc .text-20 {
  font-size: 2rem;
}
@media only screen and (max-width: 1200px) {
  .app-content .desc .text-20 {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 800px) {
  .app-content .desc .text-20 {
    font-size: 1.6rem;
  }
}
.app-content .desc .text-20 {
  font-weight: 700;
  color: var(--color-pri);
  line-height: 130%;
  letter-spacing: -0.04rem;
}
.app-content .desc .text-16 {
  color: #888;
  line-height: 150%;
  letter-spacing: -0.032rem;
}
.app-content .install {
  gap: 1.2rem;
  display: flex;
  flex-wrap: wrap;
  user-select: none;
}
.app-content .install-img {
  width: 100%;
  display: block;
}
.app-content .install-img img {
  width: 100%;
  height: 4.8rem;
  object-fit: cover;
  transition: 0.4s ease;
  border-radius: 0.8rem;
}
@media screen and (min-width: 1201px) {
  .app-content .install-img img:hover {
    transform: scale(1.05);
  }
}
@media screen and (max-width: 576px) {
  .app-content .install-img img {
    height: 4rem;
  }
}
.app-content .btn-cricle {
  margin: 2.4rem 0 2.4rem 2.4rem;
}
.app-img {
  width: 100%;
  z-index: 10;
  user-select: none;
  max-width: 33.4rem;
  position: relative;
  margin: 2.8rem auto 0;
  transform-origin: 50% 84%;
  filter: drop-shadow(0 1.8rem 2.8rem rgba(0, 84, 145, 0.13));
  will-change: transform;
  animation: sealink-phone-idle 6.8s cubic-bezier(0.45, 0, 0.55, 1) infinite;
}
.app-img .img {
  position: relative;
  padding-top: 202.994011976%;
}
.app-img .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}
.app-number .number {
  gap: 4.8rem;
}
@media screen and (max-width: 1200px) {
  .app-number .number {
    gap: 4rem;
  }
}
@media screen and (max-width: 991px) {
  .app-number .number {
    gap: 1.6rem;
    flex-wrap: wrap;
    flex-direction: unset;
  }
}
@media screen and (max-width: 991px) {
  .app-number .number-item {
    width: calc(50% - 0.8rem);
  }
}
.app-number .number .count-number {
  font-size: 4.8rem;
}
@media only screen and (max-width: 1200px) {
  .app-number .number .count-number {
    font-size: 4.2rem;
  }
}
@media only screen and (max-width: 800px) {
  .app-number .number .count-number {
    font-size: 2.6rem;
  }
}
.app-number .number .count-number {
  color: #001221;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: -0.096rem;
}
.app-number .number .text-18 {
  font-size: 1.8rem;
}
@media only screen and (max-width: 1200px) {
  .app-number .number .text-18 {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 800px) {
  .app-number .number .text-18 {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 576px) {
  .app-number .number .text-18 {
    font-size: 1.4rem;
  }
}
.app-number .number .text-18 {
  line-height: 150%;
  letter-spacing: -0.036rem;
}
.app-bg {
  position: relative;
}
@media screen and (min-width: 1201px) {
  .app-bg::before {
    content: "";
    left: 50%;
    z-index: -1;
    bottom: -16.5%;
    border-radius: 50%;
    position: absolute;
    width: 60rem;
    height: 60rem;
    transform: translateX(-50%);
    background: linear-gradient(180deg, #1d90c9 0%, #0062b3 100%);
  }
}

.noti {
  isolation: isolate;
  position: relative;
  padding: 6rem 0rem 10rem;
}
@media screen and (max-width: 1200px) {
  .noti {
    padding: 8rem 0rem;
  }
}
@media screen and (max-width: 992px) {
  .noti {
    padding: 6rem 0rem;
  }
}
@media screen and (max-width: 576px) {
  .noti {
    padding: 4rem 0rem;
  }
}
@media screen and (min-width: 992px) {
  .noti {
    margin-top: -28rem;
  }
}
.noti::before {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  height: 100%;
  position: absolute;
  background-color: #1e91ca;
}
@media screen and (max-width: 991px) {
  .noti-row {
    --row-gap: 1.6rem;
    --col-gap: 1.6rem;
  }
}
@media screen and (max-width: 991px) {
  .noti-col {
    width: 50%;
  }
}
@media screen and (min-width: 992px) {
  .noti-col:first-child .noti-item:first-child {
    margin-left: auto;
  }
  .noti-col:first-child .noti-item:last-child {
    margin-left: 9rem;
  }
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .noti-col:first-child .noti-item:last-child {
    margin-left: 5rem;
  }
}
@media screen and (max-width: 991px) {
  .noti-col:nth-child(2) {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .noti-col:last-child .noti-item:first-child {
    margin-right: auto;
  }
  .noti-col:last-child .noti-item:last-child {
    margin-left: 6.4rem;
  }
}
.noti-list {
  gap: 5.6rem;
}
@media screen and (max-width: 991px) {
  .noti-list {
    gap: 1.6rem;
    flex-wrap: wrap;
    flex-direction: unset;
  }
}
.noti-item {
  width: fit-content;
}
@media screen and (max-width: 991px) {
  .noti-item {
    width: calc(50% - 0.8rem);
  }
}
@media screen and (max-width: 767px) {
  .noti-item {
    width: 100%;
  }
}
.noti-box {
  gap: 1.2rem;
  height: 100%;
  display: flex;
  align-items: center;
  border-radius: 100rem;
  padding: 0.8rem 2rem 0.8rem 0.8rem;
  background-color: rgba(255, 255, 255, 0.3);
}
@media screen and (max-width: 991px) {
  .noti-box {
    padding: 0.8rem 1.2rem 0.8rem 0.8rem;
  }
}
.noti-img {
  flex-shrink: 0;
  user-select: none;
  border-radius: 50%;
  width: 4.8rem;
  height: 4.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  background-color: #005491;
}
@media screen and (max-width: 991px) {
  .noti-img {
    width: 4rem;
    height: 4rem;
  }
}
.noti-img .img {
  width: 2.4rem;
  height: 2.4rem;
}
.noti-img .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.noti-content .text-20 {
  color: white;
  font-size: 2rem;
}
@media only screen and (max-width: 1200px) {
  .noti-content .text-20 {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 800px) {
  .noti-content .text-20 {
    font-size: 1.6rem;
  }
}
.noti-content .text-20 {
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.04rem;
}
@media screen and (max-width: 800px) {
  .noti-content .text-20 {
    font-size: 1.4rem;
  }
}

/* Full-width, admin-managed Services showcase */
.services-showcase {
  position: relative;
  padding: clamp(7.2rem, 8vw, 12rem) 0 0;
  overflow: hidden;
  background: #fff;
}
.services-showcase__heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 3.2rem;
  padding-bottom: clamp(3.2rem, 4vw, 5.6rem);
}
.services-showcase__heading-copy {
  max-width: 82rem;
}
.services-showcase__eyebrow,
.services-showcase__slide-eyebrow {
  color: #009fe3;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.services-showcase__heading h2 {
  margin-top: 1.2rem;
  color: #002b49;
}
.services-showcase__description {
  max-width: 70rem;
  margin-top: 1.6rem;
  color: #4d6272;
  line-height: 1.6;
}
.services-showcase__all-link,
.services-showcase__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 5.2rem;
  padding: 1.2rem 2.8rem;
  border-radius: 999px;
  font-size: 1.6rem;
  font-weight: 700;
  transition: transform 0.25s ease, background-color 0.25s ease, color 0.25s ease;
}
.services-showcase__all-link {
  flex: 0 0 auto;
  border: 1px solid #0077b6;
  color: #0067a0;
  background: #fff;
}
.services-showcase__all-link:hover {
  color: #fff;
  background: #0067a0;
  transform: translateY(-2px);
}
.services-showcase__slider,
.services-showcase__slider .swiper,
.services-showcase__slide {
  width: 100%;
  min-height: clamp(56rem, 72vh, 76rem);
}
.services-showcase__slider {
  position: relative;
  background: linear-gradient(135deg, #004c75, #001f33);
}
.services-showcase__slide {
  position: relative;
  display: flex;
  align-items: stretch;
  overflow: hidden;
  isolation: isolate;
}
.services-showcase__media,
.services-showcase__overlay {
  position: absolute;
  inset: 0;
}
.services-showcase__media {
  z-index: -2;
  background: #004c75;
}
.services-showcase__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.025);
  transition: transform 7s ease;
}
.services-showcase__slide.swiper-slide-active .services-showcase__media img {
  transform: scale(1.08);
}
.services-showcase__overlay {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(0, 31, 51, 0.9) 0%, rgba(0, 43, 73, 0.72) 38%, rgba(0, 43, 73, 0.18) 70%, rgba(0, 31, 51, 0.16) 100%),
    linear-gradient(0deg, rgba(0, 18, 31, 0.62) 0%, transparent 55%);
}
.services-showcase__content {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding-top: 8rem;
  padding-bottom: 8rem;
}
.services-showcase__content-inner {
  max-width: 65rem;
  color: #fff;
}
.services-showcase__slide-eyebrow {
  color: #65d1ff;
}
.services-showcase__content h3 {
  margin-top: 1.4rem;
  font-size: clamp(4rem, 5.4vw, 7.2rem);
  font-weight: 600;
  line-height: 0.98;
  letter-spacing: -0.035em;
  text-wrap: balance;
}
.services-showcase__content p:not(.services-showcase__slide-eyebrow) {
  max-width: 60rem;
  margin-top: 2rem;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(1.7rem, 1.6vw, 2rem);
  line-height: 1.55;
}
.services-showcase__button {
  margin-top: 3.2rem;
  color: #003554;
  background: #fff;
  box-shadow: 0 1.2rem 3rem rgba(0, 24, 41, 0.2);
}
.services-showcase__button:hover {
  color: #fff;
  background: #009fe3;
  transform: translateY(-2px);
}
.services-showcase__navigation {
  position: absolute;
  z-index: 5;
  top: 50%;
  left: 2.4rem;
  right: 2.4rem;
  display: flex;
  justify-content: space-between;
  pointer-events: none;
  transform: translateY(-50%);
}
.services-showcase__navigation button {
  width: 5.2rem;
  height: 5.2rem;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 0.8rem;
  color: #002b49;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 1rem 2.8rem rgba(0, 24, 41, 0.2);
  font-size: 3.6rem;
  line-height: 1;
  cursor: pointer;
  pointer-events: auto;
  backdrop-filter: blur(10px);
  transition: background-color 0.25s ease, transform 0.25s ease;
}
.services-showcase__navigation button:hover {
  background: #fff;
  transform: scale(1.05);
}
.services-showcase__pagination {
  position: absolute;
  z-index: 5;
  bottom: 2.8rem !important;
}
.services-showcase__pagination .swiper-pagination-bullet {
  width: 3.6rem;
  height: 0.3rem;
  margin: 0 0.4rem !important;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.68);
  opacity: 1;
  transition: width 0.25s ease, background-color 0.25s ease;
}
.services-showcase__pagination .swiper-pagination-bullet-active {
  width: 6rem;
  background: #fff;
}
@media screen and (max-width: 991px) {
  .services-showcase__heading {
    align-items: flex-start;
    flex-direction: column;
  }
  .services-showcase__slider,
  .services-showcase__slider .swiper,
  .services-showcase__slide {
    min-height: 64rem;
  }
  .services-showcase__content {
    align-items: flex-end;
    padding: 7rem 2rem 9rem;
  }
  .services-showcase__overlay {
    background: linear-gradient(0deg, rgba(0, 31, 51, 0.94) 0%, rgba(0, 43, 73, 0.65) 48%, rgba(0, 31, 51, 0.12) 100%);
  }
  .services-showcase__navigation {
    top: 3.2rem;
    left: 2rem;
    right: 2rem;
    transform: none;
  }
}
@media screen and (max-width: 575px) {
  .services-showcase {
    padding-top: 6.4rem;
  }
  .services-showcase__slider,
  .services-showcase__slider .swiper,
  .services-showcase__slide {
    min-height: 58rem;
  }
  .services-showcase__content h3 {
    font-size: 4rem;
  }
  .services-showcase__navigation button {
    width: 4.4rem;
    height: 4.4rem;
    font-size: 3rem;
  }
  .services-showcase__pagination .swiper-pagination-bullet {
    width: 2.2rem;
  }
  .services-showcase__pagination .swiper-pagination-bullet-active {
    width: 4rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  .services-showcase__media img,
  .services-showcase__all-link,
  .services-showcase__button,
  .services-showcase__navigation button {
    transition: none;
  }
}

/* Services grid redesign: full-width, asymmetric cards inspired by the
   supplied reference while retaining Sealink typography and brand colors. */
.services-showcase {
  padding: clamp(3.2rem, 3.5vw, 5rem) 0 clamp(6.4rem, 7vw, 10rem);
  background: #fff;
}
body.homepage .map {
  margin-bottom: clamp(2.4rem, 3vw, 4rem);
}
.services-showcase__title {
  justify-content: center;
  padding-bottom: clamp(2.8rem, 3vw, 4rem);
}
.services-showcase__grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: clamp(1.6rem, 1.8vw, 2.8rem);
  width: 100%;
  padding: 0 clamp(1.6rem, 2.4vw, 4rem);
}
.services-showcase__card {
  position: relative;
  grid-column: span 4;
  min-width: 0;
  min-height: clamp(44rem, 40vw, 56rem);
  overflow: hidden;
  isolation: isolate;
  border: 0;
  border-radius: clamp(1.8rem, 2vw, 3.2rem);
  background: #075a86;
  box-shadow: 0 1.8rem 5rem rgba(0, 43, 73, 0.1);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

@keyframes sealink-phone-idle {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(-0.25deg);
  }
  50% {
    transform: translate3d(0, -1rem, 0) rotate(0.35deg);
  }
}

@media (prefers-reduced-motion: reduce) {
  .app-img {
    animation: none;
    will-change: auto;
  }
}
.services-showcase__card:nth-child(4),
.services-showcase__card:nth-child(7) {
  grid-column: span 4;
  min-height: clamp(40rem, 34vw, 48rem);
}
.services-showcase__card:nth-child(5),
.services-showcase__card:nth-child(6) {
  grid-column: span 8;
  min-height: clamp(40rem, 34vw, 48rem);
}
.services-showcase__card:hover {
  transform: translateY(-0.6rem);
  box-shadow: 0 2.6rem 6rem rgba(0, 43, 73, 0.18);
}
.services-showcase__card .services-showcase__media,
.services-showcase__card .services-showcase__overlay {
  position: absolute;
  inset: 0;
}
.services-showcase__card .services-showcase__media {
  z-index: -2;
}
.services-showcase__card .services-showcase__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.02);
  transition: transform 0.8s cubic-bezier(0.2, 0.7, 0.2, 1);
}
.services-showcase__card:hover .services-showcase__media img {
  transform: scale(1.08);
}
.services-showcase__card .services-showcase__overlay {
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(0, 32, 54, 0.12) 12%, rgba(0, 32, 54, 0.88) 100%),
    linear-gradient(90deg, rgba(0, 43, 73, 0.5), transparent 70%);
}
.services-showcase__card .services-showcase__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  width: 100%;
  min-height: inherit;
  padding: clamp(2.8rem, 3vw, 4.8rem);
  color: #fff;
}
.services-showcase__card .services-showcase__slide-eyebrow {
  color: #6bd4ff;
}
.services-showcase__card .services-showcase__content h3 {
  max-width: 68rem;
  margin-top: 1.2rem;
  color: #fff;
  font-size: clamp(3rem, 3.4vw, 4.8rem);
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: -0.035em;
}
.services-showcase__card:nth-child(1) .services-showcase__content h3,
.services-showcase__card:nth-child(2) .services-showcase__content h3,
.services-showcase__card:nth-child(3) .services-showcase__content h3,
.services-showcase__card:nth-child(4) .services-showcase__content h3,
.services-showcase__card:nth-child(7) .services-showcase__content h3 {
  font-size: clamp(2.8rem, 3vw, 4rem);
}
.services-showcase__card .services-showcase__card-description {
  max-width: 64rem;
  margin-top: 1.6rem;
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(1.5rem, 1.3vw, 1.8rem);
  line-height: 1.5;
}
.services-showcase__button.btn-cricle {
  display: inline-block;
  min-height: 0;
  margin: 2.6rem 0 0 2.4rem;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: #fff;
  background: transparent;
  box-shadow: none;
  font-size: 1.6rem;
  line-height: 1.3;
}
.services-showcase__button.btn-cricle::before {
  filter: brightness(0) invert(1);
  opacity: 0.95;
}
.services-showcase__button.btn-cricle:hover,
.services-showcase__button.btn-cricle:focus-visible {
  color: #fff;
  background: transparent;
  transform: translateX(0.4rem);
}
@media screen and (max-width: 1199px) {
  .services-showcase__card,
  .services-showcase__card:nth-child(4),
  .services-showcase__card:nth-child(5),
  .services-showcase__card:nth-child(6),
  .services-showcase__card:nth-child(7) {
    grid-column: span 6;
    min-height: 46rem;
  }
  .services-showcase__card:nth-child(7) {
    grid-column: span 12;
  }
}
@media screen and (max-width: 767px) {
  .services-showcase {
    padding-top: 3.2rem;
    padding-bottom: 6rem;
  }
  .services-showcase__grid {
    gap: 1.6rem;
    padding-inline: 1.6rem;
  }
  .services-showcase__card,
  .services-showcase__card:nth-child(4),
  .services-showcase__card:nth-child(5),
  .services-showcase__card:nth-child(6),
  .services-showcase__card:nth-child(7) {
    grid-column: span 12;
    min-height: 43rem;
  }
  .services-showcase__card .services-showcase__content {
    padding: 2.8rem 2.4rem;
  }
  .services-showcase__card .services-showcase__content h3,
  .services-showcase__card:nth-child(1) .services-showcase__content h3,
  .services-showcase__card:nth-child(2) .services-showcase__content h3,
  .services-showcase__card:nth-child(3) .services-showcase__content h3,
  .services-showcase__card:nth-child(4) .services-showcase__content h3,
  .services-showcase__card:nth-child(7) .services-showcase__content h3 {
    font-size: 3.2rem;
  }
}

/* Match the Web Portal cards to the visual language of the Services grid. */
.discover-box {
  isolation: isolate;
  border: 0;
  border-radius: clamp(1.8rem, 2vw, 3.2rem);
  background: #075a86;
  box-shadow: none;
  transition: transform 0.35s ease;
}
.discover-box:hover {
  transform: translateY(-0.6rem);
  box-shadow: none;
}
.discover-img,
.discover-img .img {
  width: 100%;
  height: 100%;
}
.discover-img .img img {
  transform: translate(-50%, -50%) scale(1.02);
  transition: transform 0.8s cubic-bezier(0.2, 0.7, 0.2, 1);
}
.discover-box:hover .discover-img .img img {
  transform: translate(-50%, -50%) scale(1.08);
}
.discover-content {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 0.6rem;
  width: 100%;
  height: 100%;
  padding: clamp(2rem, 2.2vw, 3.2rem);
  color: #fff;
  background:
    linear-gradient(180deg, rgba(0, 32, 54, 0.12) 12%, rgba(0, 32, 54, 0.88) 100%),
    linear-gradient(90deg, rgba(0, 43, 73, 0.5), transparent 70%);
  backdrop-filter: none;
}
.discover-content > *,
.discover-content .text-18,
.discover-content .text-18 a,
.discover-content .text-12 {
  color: #fff;
}
.discover-content .text-18:hover,
.discover-content .text-18 a:hover,
.discover-content .text-18 a:focus-visible {
  color: #fff;
}
.discover-content .btn-cricle {
  display: inline-block;
  min-height: 0;
  margin: 2.6rem 0 0 2.4rem;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: #fff;
  background: transparent;
  box-shadow: none;
  line-height: 1.3;
}
.discover-content .btn-cricle::before,
.discover-content .btn-cricle:hover::before,
.discover-content .btn-cricle:focus-visible::before {
  filter: brightness(0) invert(1);
  opacity: 0.95;
}
.discover-content .btn-cricle:hover,
.discover-content .btn-cricle:focus-visible {
  color: #fff;
  background: transparent;
  transform: translateX(0.4rem);
}
@media screen and (max-width: 576px) {
  .discover-img .img {
    min-height: 28rem;
    padding-top: 62%;
  }
}
/*# sourceMappingURL=home.css.map */
