/*------------------------------------------------------------
	Clearfix
------------------------------------------------------------*/
/*------------------------------------------------------------
	Font
------------------------------------------------------------*/
/*------------------------------------------------------------
	Media
------------------------------------------------------------*/
/*------------------------------------------------------------
	Flex Box
------------------------------------------------------------*/
:root {
  --font-pri: "Mulish", sans-serif;
  --footer-bg-color: #fff;
  --footer-clr-text: $color-text;
  --foter-clr-text-cpr: #fafafa;
  --z-i-header: 100; }

.award {
  padding-top: 6rem;
  padding-bottom: 12rem;
  overflow: hidden; }
  @media screen and (max-width: 576px) {
    .award {
      padding-top: 4rem;
      padding-bottom: 4rem; }
      .award .tt-section {
        text-align: center; } }

.award-slide {
  margin-right: -1.6rem;
  margin-left: -1.6rem;
  position: relative; }
  .award-slide .swiper-slide {
    padding: 4rem 1.6rem;
    width: 25%; }
  .award-slide .swiper-pagination {
    margin-top: 0; }
  @media screen and (max-width: 1199.98px) {
    .award-slide {
      margin-right: -1rem;
      margin-left: -1rem; }
      .award-slide .swiper-slide {
        padding: 4rem 1rem; } }
  @media screen and (max-width: 992px) {
    .award-slide .swiper-slide {
      width: calc(100% / 3); } }
  @media screen and (max-width: 768px) {
    .award-slide .swiper-slide {
      width: 50%; } }
  @media screen and (max-width: 575.98px) {
    .award-slide .swiper-slide {
      width: 100%; } }

.award-item {
  background: #f1f2f7;
  border: 1px solid #e4e4e7;
  border-radius: 1.6rem;
  padding: 1.6rem 3rem;
  display: flex;
  flex-direction: column;
  row-gap: 1.6rem;
  transition: 0.3s ease; }
  .award-item:hover {
    box-shadow: 4px 8px 24px 0px rgba(26, 26, 28, 0.15); }
  @media screen and (max-width: 1199.98px) {
    .award-item {
      padding: 1.6rem; } }

.award-img {
  display: flex;
  align-items: center;
  justify-content: center; }
  .award-img img {
    height: 100%;
    width: auto;
    max-height: 14.5rem;
    object-fit: cover; }

.award-content {
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  color: #52525b; }
  @media only screen and (max-width: 800px) {
    .award-content {
      font-size: 1.4rem; } }

.award-modal {
  width: 100%;
  padding: 2.4rem;
  max-width: 68.2rem;
  height: fit-content; }
  .award-modal a.close-modal {
    top: 0.8rem;
    width: 2.4rem;
    height: 2.4rem;
    right: 1.2rem;
    background-image: url("../images/about/ico_close.svg"); }
  .award-modal .awrad-box {
    display: flex;
    flex-wrap: wrap;
    gap: 1.6rem;
    align-items: flex-start; }
    .award-modal .awrad-box .award-content {
      flex: 1;
      font-size: 1.4rem;
      color: #52525b;
      display: flex;
      flex-direction: column;
      gap: 2rem;
      text-align: left;
      font-weight: 400; }
      @media screen and (max-width: 575.98px) {
        .award-modal .awrad-box .award-content {
          flex: unset;
          width: 100%;
          row-gap: 1.5rem; } }
    .award-modal .awrad-box .award-img {
      width: 31%; }
      @media screen and (max-width: 575.98px) {
        .award-modal .awrad-box .award-img {
          width: 100%; } }
  @media screen and (max-width: 575.98px) {
    .award-modal {
      aspect-ratio: unset;
      padding: 2rem 1.5rem; } }

.award-tag {
  display: flex;
  gap: 1.6rem;
  flex-wrap: wrap;
  align-items: center; }
  @media screen and (max-width: 575.98px) {
    .award-tag {
      gap: 0.8rem; } }

.award-link {
  padding: 0.4rem;
  display: block;
  color: #fafafa;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
  border-radius: 0.4rem;
  background: #008dda; }

.award-tt2 {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  color: #18181b; }
  @media only screen and (max-width: 800px) {
    .award-tt2 {
      font-size: 1.4rem; } }

.hero {
  overflow: hidden; }
  .hero.banner {
    aspect-ratio: unset;
    height: auto;
    max-height: 100vh; }
    .hero.banner::before {
      content: unset; }

.hero-img {
  position: relative;
  padding-top: 100vh;
  min-height: 50rem; }
  @media screen and (max-width: 1199.98px) {
    .hero-img {
      padding-top: calc(830 / 1440 * 100% + 6.9rem); } }
  .hero-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover; }
    @media screen and (max-width: 576px) {
      .hero-img img {
        object-position: 82%; } }

.hero-position {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  min-height: 40rem; }
  @media screen and (max-width: 1199.98px) {
    .hero-position {
      height: calc(100% - 6.9rem); } }
  @media screen and (max-width: 767.98px) {
    .hero-position {
      height: 100%; } }

.hero-inner {
  width: 100%;
  max-width: 124.8rem;
  height: 100%;
  margin: 0 auto;
  padding: 0 16px;
  display: flex;
  align-items: end;
  padding-bottom: 19.6rem; }
  @media screen and (max-width: 1600.98px) {
    .hero-inner {
      padding-bottom: 10rem; } }
  @media screen and (max-width: 1199.98px) {
    .hero-inner {
      padding-bottom: 8rem; } }
  @media screen and (max-width: 991.98px) {
    .hero-inner {
      padding-bottom: 2rem; } }
  @media screen and (max-width: 767.98px) {
    .hero-inner {
      padding-bottom: 7rem;
      align-items: initial;
      padding-top: 2rem; } }

.hero-content {
  max-width: 59.3rem;
  color: #fafafa;
  line-height: 1.5; }
  .hero-content > * {
    opacity: 0;
    transform: translateY(-25px);
    transition: all 500ms; }

.hero-tt {
  font-size: 4.8rem;
  font-weight: 800;
  line-height: 1.2;
  color: #fff;
  display: flex;
  flex-direction: column;
  margin-bottom: 1.6rem; }
  @media only screen and (max-width: 1200px) {
    .hero-tt {
      font-size: 4.3rem; } }
  @media only screen and (max-width: 800px) {
    .hero-tt {
      font-size: 3.3rem; } }
  .hero-tt strong {
    font-weight: 900; }
  @media screen and (max-width: 575.98px) {
    .hero-tt {
      font-size: 2.6rem; } }

.hero-btn {
  margin-top: 4rem; }
  .hero-btn .btn {
    border-color: transparent;
    border-radius: 0.8rem;
    padding: 1.2rem 3.65rem;
    background: #fafafa;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05); }
  @media screen and (max-width: 991.98px) {
    .hero-btn {
      margin-top: 2.4rem; } }

.hero-slide {
  position: relative;
  height: fit-content; }
  .hero-slide .swiper-slide {
    opacity: 0 !important;
    transition: 0.4s; }
    .hero-slide .swiper-slide-active {
      opacity: 1 !important; }
      .hero-slide .swiper-slide-active .hero-content > * {
        opacity: 1;
        transform: none; }
        .hero-slide .swiper-slide-active .hero-content > *:nth-child(1) {
          transition-delay: 400ms; }
        .hero-slide .swiper-slide-active .hero-content > *:nth-child(2) {
          transition-delay: 500ms; }
        .hero-slide .swiper-slide-active .hero-content > *:nth-child(3) {
          transition-delay: 600ms; }

.hero-action {
  position: absolute;
  z-index: 2;
  bottom: 10.4rem;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center; }
  .hero-action .swiper-pagination {
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    justify-content: start;
    position: unset;
    width: fit-content; }
  .hero-action .swiper-pagination-bullet {
    width: 3.2rem;
    height: 3.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #ecf9ff;
    font-weight: 500;
    font-size: 1.4rem;
    background: transparent;
    transition: 0.3s ease; }
  .hero-action .swiper-pagination-bullet-active {
    width: 3.2rem;
    height: 3.2rem;
    color: #f97316;
    background: #fff7ed; }
  .hero-action .swiper-button-next,
  .hero-action .swiper-button-prev {
    position: unset; }
  .hero-action .swiper-button {
    max-width: 124.8rem;
    padding: 0 16px;
    width: 100%;
    gap: 1.6rem;
    margin: 0 auto;
    display: flex;
    align-items: center; }
    .hero-action .swiper-button .swiper-button-prev,
    .hero-action .swiper-button .swiper-button-next {
      margin-top: 0;
      width: 3.6rem;
      height: 3.6rem;
      border-radius: 50%;
      background: #f97316; }
      .hero-action .swiper-button .swiper-button-prev::after,
      .hero-action .swiper-button .swiper-button-next::after {
        width: 2rem;
        height: 2rem;
        background-image: url("../images/home/ico_arrow.svg");
        background-color: transparent; }
  @media screen and (max-width: 1600.98px) {
    .hero-action {
      bottom: 3rem; } }
  @media screen and (max-width: 1199.98px) {
    .hero-action {
      bottom: 8rem; } }
  @media screen and (max-width: 991.98px) {
    .hero-action {
      bottom: 2rem; } }
  @media screen and (max-width: 767.98px) {
    .hero-action .swiper-button-next,
    .hero-action .swiper-button-prev {
      display: none; }
    .hero-action .swiper-button {
      justify-content: center; }
    .hero-action .swiper-pagination-bullet {
      width: 0.8rem;
      height: 0.8rem;
      background: #f4f4f5; }
      .hero-action .swiper-pagination-bullet.swiper-pagination-bullet-active {
        border-radius: 3px;
        width: 4rem;
        height: 0.6rem;
        background: #f97316; } }

.welcome {
  overflow: hidden;
  margin-top: -6rem;
  padding-top: 12rem;
  border-top-left-radius: 4.8rem;
  border-top-right-radius: 4.8rem;
  position: relative;
  z-index: 2; }
  @media screen and (max-width: 1600.98px) {
    .welcome {
      margin-top: 0;
      padding-top: 6rem; } }

.welcome-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  row-gap: 3rem;
  margin-right: -1.6rem;
  margin-left: -1.6rem; }

.welcome-content,
.welcome-field {
  padding: 0 1.6rem; }

.welcome-content {
  display: flex;
  flex-direction: column;
  row-gap: 4rem;
  width: calc(5 / 12 * 100%); }
  .welcome-content .tt-section {
    color: #0c4da2; }
  @media screen and (max-width: 991.98px) {
    .welcome-content {
      width: 100%; } }
  @media screen and (max-width: 575.98px) {
    .welcome-content {
      row-gap: 1.6rem; } }

.welcome-desc {
  color: #18181b;
  font-weight: 300;
  font-size: 1.8rem; }
  @media only screen and (max-width: 1200px) {
    .welcome-desc {
      font-size: 1.6rem; } }
  @media only screen and (max-width: 800px) {
    .welcome-desc {
      font-size: 1.5rem; } }
  @media only screen and (max-width: 575px) {
    .welcome-desc {
      font-size: 1.4rem; } }
  .welcome-desc strong {
    font-weight: 700; }
  .welcome-desc p {
    margin: 0.5rem 0; }

.welcome-field {
  width: calc(7 / 12 * 100%); }
  @media screen and (max-width: 991.98px) {
    .welcome-field {
      width: 100%; } }

.welcome-item {
  border-radius: 1.6rem;
  box-shadow: 0px 8px 16px 0px rgba(26, 26, 28, 0.15);
  padding: 1.6rem;
  color: #fff;
  grid-column: 2/3; }
  .welcome-item strong {
    font-weight: 700; }
  .welcome-item:nth-child(1) {
    background: #008dda;
    padding: 3.2rem 1.6rem 0 1.6rem;
    grid-column: 1/2;
    grid-row: 1/4;
    display: flex;
    flex-direction: column; }
  .welcome-item:nth-child(2) {
    grid-row: 1/2;
    backdrop-filter: blur(8px); }
    .welcome-item:nth-child(2) .welcome-text {
      margin-top: -2rem;
      width: fit-content;
      margin-left: auto;
      min-width: 13.5rem;
      font-size: 2rem; }
      @media only screen and (max-width: 1200px) {
        .welcome-item:nth-child(2) .welcome-text {
          font-size: 1.8rem; } }
      @media only screen and (max-width: 800px) {
        .welcome-item:nth-child(2) .welcome-text {
          font-size: 1.6rem; } }
      @media screen and (max-width: 1199.98px) {
        .welcome-item:nth-child(2) .welcome-text {
          margin-top: 0; } }
  .welcome-item:nth-child(3) {
    grid-row: 2/3;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    row-gap: 0.8rem;
    background-image: url("../images/home/earth.jpg"); }
    .welcome-item:nth-child(3) .welcome-text {
      font-size: 1.8rem; }
      @media only screen and (max-width: 1200px) {
        .welcome-item:nth-child(3) .welcome-text {
          font-size: 1.6rem; } }
      @media only screen and (max-width: 800px) {
        .welcome-item:nth-child(3) .welcome-text {
          font-size: 1.5rem; } }
      @media only screen and (max-width: 575px) {
        .welcome-item:nth-child(3) .welcome-text {
          font-size: 1.4rem; } }
    .welcome-item:nth-child(3) > img {
      width: 2.8rem;
      height: 2.8rem; }
  .welcome-item:nth-child(4) {
    grid-row: 3/4; }
  .welcome-item:nth-child(2), .welcome-item:nth-child(4) {
    background: #ff8343; }
  @media screen and (max-width: 575.98px) {
    .welcome-item:nth-child(1), .welcome-item:nth-child(4) {
      grid-row: unset;
      grid-column: unset;
      width: 100%; }
    .welcome-item:nth-child(2), .welcome-item:nth-child(3) {
      grid-row: unset;
      grid-column: unset;
      width: calc(50% - 0.5 * 1.6rem); } }

.welcome-img {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  justify-content: end;
  margin-top: 3.2rem; }
  .welcome-img > img {
    max-height: 32.4rem;
    width: auto;
    height: 100%;
    object-fit: cover; }

.welcome-list {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  grid-template-rows: repeat(3, 1fr);
  gap: 1.6rem;
  padding: 1.6rem 0; }
  @media screen and (max-width: 575.98px) {
    .welcome-list {
      display: flex;
      flex-wrap: wrap;
      padding: 0; } }

.welcome-tt {
  font-weight: 700;
  letter-spacing: 0.1rem;
  line-height: 1.5;
  text-transform: uppercase;
  color: #fff;
  font-size: 2rem;
  margin-bottom: 0.8rem; }
  @media only screen and (max-width: 1200px) {
    .welcome-tt {
      font-size: 1.8rem; } }
  @media only screen and (max-width: 800px) {
    .welcome-tt {
      font-size: 1.6rem; } }

.welcome-numb {
  font-weight: 700;
  font-family: var(--font-pri);
  font-size: 5rem;
  display: flex;
  align-items: start;
  line-height: 1.3; }
  @media only screen and (max-width: 1200px) {
    .welcome-numb {
      font-size: 4.5rem; } }
  @media only screen and (max-width: 800px) {
    .welcome-numb {
      font-size: 3.4rem; } }
  .welcome-numb span[data-countup-number] {
    font-size: 8rem;
    line-height: 1.1; }
  @media screen and (max-width: 1199.98px) {
    .welcome-numb {
      font-size: 3rem; } }
  @media only screen and (max-width: 1199.98px) and (max-width: 1200px) {
    .welcome-numb {
      font-size: 2.7rem; } }
  @media only screen and (max-width: 1199.98px) and (max-width: 800px) {
    .welcome-numb {
      font-size: 2.4rem; } }
  @media screen and (max-width: 1199.98px) and (max-width: 575px) {
    .welcome-numb {
      font-size: 2rem; } }
  @media screen and (max-width: 1199.98px) {
      .welcome-numb span[data-countup-number] {
        font-size: 6rem; } }

.welcome-text {
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  margin-top: 0.8rem;
  line-height: 1.35; }
  @media only screen and (max-width: 800px) {
    .welcome-text {
      font-size: 1.4rem; } }

.statistic-list {
  display: flex;
  flex-wrap: wrap;
  column-gap: 3.2rem;
  margin-top: 9.2rem; }
  .statistic-list.is-reverse {
    flex-direction: row-reverse;
    margin-top: 0; }
    .statistic-list.is-reverse .statistic-item:last-child {
      background: #0d4c92; }
    .statistic-list.is-reverse .statistic-item:first-child {
      padding: 0;
      column-gap: 1rem;
      align-items: flex-end; }
      .statistic-list.is-reverse .statistic-item:first-child .statistic-img img {
        max-width: 30rem;
        width: 100%;
        height: auto; }
        @media screen and (max-width: 991.98px) {
          .statistic-list.is-reverse .statistic-item:first-child .statistic-img img {
            max-width: 20rem; } }
        @media screen and (max-width: 575.98px) {
          .statistic-list.is-reverse .statistic-item:first-child .statistic-img img {
            max-width: 100%; } }
      .statistic-list.is-reverse .statistic-item:first-child .statistic-content {
        height: 100%;
        display: flex;
        justify-content: center;
        flex-direction: column;
        padding: 4rem 4rem 4rem 0; }
        @media screen and (max-width: 1199.98px) {
          .statistic-list.is-reverse .statistic-item:first-child .statistic-content {
            padding: 2rem 2rem 2rem 0; } }
        @media screen and (max-width: 575.98px) {
          .statistic-list.is-reverse .statistic-item:first-child .statistic-content {
            padding: 1.5rem; } }
      @media screen and (max-width: 575.98px) {
        .statistic-list.is-reverse .statistic-item:first-child {
          flex-direction: column-reverse; } }
  @media screen and (max-width: 1199.98px) {
    .statistic-list {
      column-gap: 1.6rem; } }
  @media screen and (max-width: 991.98px) {
    .statistic-list {
      margin-top: 5rem; } }
  @media screen and (max-width: 767.98px) {
    .statistic-list {
      margin-top: 0; } }

.statistic-item {
  margin-top: 2.8rem;
  border-radius: 1.2rem;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  column-gap: 4rem;
  align-items: center;
  padding: 4rem;
  background: #ff8343;
  width: 38%; }
  .statistic-item:first-child {
    flex: 1;
    background: #008dda; }
  @media screen and (max-width: 1199.98px) {
    .statistic-item {
      padding: 2rem;
      column-gap: 1.6rem; } }
  @media screen and (max-width: 991.98px) {
    .statistic-item {
      padding: 2rem 1.5rem;
      column-gap: 1rem; } }
  @media screen and (max-width: 767.98px) {
    .statistic-item {
      width: 100%;
      margin-top: 1.6rem; } }

.statistic-img img {
  width: 8rem;
  height: 8rem; }
  @media screen and (max-width: 991.98px) {
    .statistic-img img {
      width: 6rem;
      height: 6rem; } }

.statistic-content {
  flex: 1;
  color: #f0fdf4;
  line-height: 1.2; }

.statistic-numb {
  font-weight: 700;
  font-size: 4rem; }
  @media only screen and (max-width: 1200px) {
    .statistic-numb {
      font-size: 3.6rem; } }
  @media only screen and (max-width: 800px) {
    .statistic-numb {
      font-size: 3.2rem; } }

.statistic-tt {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 1.6rem; }
  @media only screen and (max-width: 1200px) {
    .statistic-tt {
      font-size: 2.2rem; } }
  @media only screen and (max-width: 800px) {
    .statistic-tt {
      font-size: 2rem; } }
  @media screen and (max-width: 575px) {
    .statistic-tt {
      font-size: 1.8rem; } }
  @media screen and (max-width: 991.98px) {
    .statistic-tt {
      margin-bottom: 1rem; } }

.convenient {
  overflow: hidden;
  padding-top: 12rem;
  padding-bottom: 6rem; }
  @media screen and (max-width: 768px) {
    .convenient {
      padding-top: 8rem; } }
  @media screen and (max-width: 576px) {
    .convenient {
      padding-top: 4rem;
      padding-bottom: 4rem; }
      .convenient .tt-section {
        text-align: center; } }
  .convenient .tt-desc {
    max-width: 57.1rem;
    color: #52525b;
    margin-top: 1.6rem; }

.convenient-img {
  aspect-ratio: 288/368;
  border-radius: 1.6rem;
  overflow: hidden;
  position: relative; }
  .convenient-img img {
    height: 100%;
    object-fit: cover; }

.convenient-list {
  display: flex; }

.convenient-item {
  width: calc(100% / 3);
  padding: 0 1.6rem;
  position: relative; }
  @media screen and (max-width: 992px) {
    .convenient-item {
      padding: 0 0.8rem;
      width: 50%; } }
  @media screen and (max-width: 576px) {
    .convenient-item {
      width: 100%; } }
  .convenient-item::after {
    width: calc(100% - 3.2rem);
    height: 100%;
    border-top-width: 0;
    left: 1.6rem;
    background: rgba(13, 10, 10, 0.6);
    top: 0;
    position: absolute;
    z-index: 1;
    content: "";
    border-radius: 1.6rem; }
    @media screen and (max-width: 992px) {
      .convenient-item::after {
        width: calc(100% - 1.6rem);
        left: 0.8rem; } }
  .convenient-item::after {
    height: 0;
    transition: 0.6s ease;
    background: rgba(2, 64, 199, 0.8);
    opacity: 0; }
  .convenient-item:hover::after {
    height: 100%;
    opacity: 1; }
  .convenient-item:hover .convenient-text {
    opacity: 1;
    visibility: visible;
    transform: none; }
  @media screen and (max-width: 767.98px) {
    .convenient-item.swiper-slide-active::after {
      height: 100%;
      opacity: 1; }
    .convenient-item.swiper-slide-active .convenient-text {
      opacity: 1;
      visibility: visible;
      transform: none; } }

.convenient-inner {
  position: absolute;
  width: calc(100% - 3.2rem);
  height: 100%;
  top: 0;
  left: 1.6rem;
  z-index: 2;
  padding: 1.6rem;
  display: flex;
  justify-content: space-between;
  flex-direction: column; }
  @media screen and (max-width: 992px) {
    .convenient-inner {
      width: calc(100% - 1.6rem);
      left: 0.8rem; } }

.convenient-text {
  color: #fafafa;
  transform: translateY(-20px);
  transition: 0.3s ease;
  opacity: 0;
  visibility: hidden; }
  .convenient-text strong {
    font-weight: 700; }

.convenient-tt {
  font-weight: 700;
  color: #fafafa;
  font-size: 2.4rem;
  margin-bottom: 1.6rem; }
  @media only screen and (max-width: 1200px) {
    .convenient-tt {
      font-size: 2.2rem; } }
  @media only screen and (max-width: 800px) {
    .convenient-tt {
      font-size: 2rem; } }
  @media screen and (max-width: 575px) {
    .convenient-tt {
      font-size: 1.8rem; } }

.convenient-icon img {
  width: 8rem;
  height: 8rem; }
  @media screen and (max-width: 992px) {
    .convenient-icon img {
      width: 6rem;
      height: 6rem; } }

.convenient-slide {
  position: relative;
  margin-top: 4rem;
  margin-inline: -1.6rem; }
  @media screen and (max-width: 992px) {
    .convenient-slide {
      margin-inline: -0.8rem; } }
  @media screen and (max-width: 575.98px) {
    .convenient-slide {
      margin-top: 2.4rem; } }

.event {
  padding-block: 6rem;
  overflow: hidden; }
  @media screen and (max-width: 576px) {
    .event {
      padding-block: 4rem; }
      .event .tt-section {
        text-align: center; } }

.event-slide {
  margin-top: 4rem;
  position: relative;
  margin-right: -1.6rem;
  margin-left: -1.6rem; }
  @media screen and (max-width: 576px) {
    .event-slide {
      margin-top: 2.4rem; } }
  .event-slide .swiper {
    margin: -3rem 0;
    padding: 3rem 0; }
  .event-slide .swiper-slide {
    width: 25%;
    padding: 0 1.6rem; }
    @media screen and (max-width: 992px) {
      .event-slide .swiper-slide {
        width: 50%; } }
    @media screen and (max-width: 576px) {
      .event-slide .swiper-slide {
        width: 100%; } }
  .event-slide .article-content {
    padding: 2.4rem 1.6rem;
    row-gap: 3.2rem; }
    @media screen and (max-width: 992px) {
      .event-slide .article-content {
        padding: 1.6rem; } }
    @media screen and (max-width: 576px) {
      .event-slide .article-content {
        padding: 1.2rem; } }
  .event-slide .article-img {
    aspect-ratio: 28/16.5; }
  @media screen and (max-width: 992px) {
    .event-slide {
      margin-right: -0.8rem;
      margin-left: -0.8rem; }
      .event-slide .swiper-slide {
        padding: 0 0.8rem; } }

.cta {
  border-radius: 48px 48px 0 0;
  background: #0555c8;
  padding-top: 6rem;
  overflow: hidden; }

.cta-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-right: -1.6rem;
  margin-left: -1.6rem; }
  @media screen and (max-width: 767.98px) {
    .cta-wrap {
      margin-right: -1rem;
      margin-left: -1rem; } }

.cta-content {
  color: #fafafa;
  font-size: 1.6rem;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  margin-bottom: 9rem; }
  @media only screen and (max-width: 800px) {
    .cta-content {
      font-size: 1.4rem; } }
  .cta-content .tt-section-m {
    font-weight: 900;
    color: #fff; }

.cta-img {
  display: flex;
  align-items: end;
  justify-content: center; }
  .cta-img > img {
    max-height: 40.4rem;
    width: auto; }
  @media screen and (max-width: 575.98px) {
    .cta-img {
      display: none; } }

.cta-img,
.cta-content {
  width: 50%;
  padding-right: 1.6rem;
  padding-left: 1.6rem; }
  @media screen and (max-width: 767.98px) {
    .cta-img,
    .cta-content {
      padding-right: 1rem;
      padding-left: 1rem; } }
  @media screen and (max-width: 575.98px) {
    .cta-img,
    .cta-content {
      width: 100%;
      text-align: center; } }

.cta-app {
  border-radius: 1.2rem;
  background: #fff;
  padding: 1.6rem;
  display: flex;
  align-items: center;
  column-gap: 4rem;
  max-width: 36.2rem; }
  @media screen and (max-width: 767.98px) {
    .cta-app {
      column-gap: 1.6rem; } }

.cta-qr > a {
  display: flex;
  align-items: center;
  justify-content: center; }

.cta-download {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  row-gap: 1.6rem; }
  .cta-download > a {
    display: flex;
    align-items: center;
    justify-content: center; }
  .cta-download img {
    border-radius: 1.2rem; }

.homepage .footer {
  position: relative;
  z-index: 2;
  border-radius: 48px 48px 0 0;
  border-top: 1px solid rgba(236, 249, 255, 0.1);
  margin-top: -6rem; }