/* Start Variable */
/* End Variable */
/* Start Mixin */
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    transform: translateZ(0);
  }
}
/* End Mixin */
/* Start Grid */
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 576px) {
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
}

@media (min-width: 576px) {
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
}

@media (min-width: 576px) {
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media (min-width: 576px) {
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}

@media (min-width: 576px) {
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
}

@media (min-width: 576px) {
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 576px) {
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
}

@media (min-width: 576px) {
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
}

@media (min-width: 576px) {
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
}

@media (min-width: 576px) {
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
}

@media (min-width: 576px) {
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
}

@media (min-width: 576px) {
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
}

@media (min-width: 768px) {
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
}

@media (min-width: 768px) {
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media (min-width: 768px) {
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}

@media (min-width: 768px) {
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
}

@media (min-width: 768px) {
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 768px) {
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
}

@media (min-width: 768px) {
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
}

@media (min-width: 768px) {
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
}

@media (min-width: 768px) {
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
}

@media (min-width: 768px) {
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
}

@media (min-width: 768px) {
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
}

@media (min-width: 992px) {
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
}

@media (min-width: 992px) {
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media (min-width: 992px) {
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}

@media (min-width: 992px) {
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
}

@media (min-width: 992px) {
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 992px) {
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
}

@media (min-width: 992px) {
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
}

@media (min-width: 992px) {
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
}

@media (min-width: 992px) {
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
}

@media (min-width: 992px) {
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
}

@media (min-width: 992px) {
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
}

@media (min-width: 1200px) {
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media (min-width: 1200px) {
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}

@media (min-width: 1200px) {
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 1200px) {
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
}

@media (min-width: 1200px) {
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
}

@media (min-width: 1200px) {
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
}

@media (min-width: 1200px) {
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

@media (min-width: 576px) {
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
}

.d-flex {
  display: flex;
}
.d-none {
  display: none;
}
.d-block {
  display: block;
}
.d-inline-block {
  display: block;
}
.d-inline-flex {
  display: flex;
}

.text-center {
  text-align: center !important;
}
.text-right {
  text-align: right !important;
}
.text-left {
  text-align: left !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-white {
  color: white;
}

.m-0 {
  margin: 0 !important;
}
.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mt-auto {
  margin-top: auto !important;
}
.mr-0 {
  margin-right: 0 !important;
}
.mr-auto {
  margin-right: auto !important;
}
.ml-0 {
  margin-left: 0 !important;
}
.ml-auto {
  margin-left: auto !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-auto {
  margin-bottom: auto !important;
}

.p-0 {
  margin: 0;
}
.px-0 {
  margin-left: 0;
  margin-right: 0;
}
.px-auto {
  margin-left: auto;
  margin-right: auto;
}
.py-0 {
  margin-top: 0;
  margin-bottom: 0;
}
.py-auto {
  margin-top: auto;
  margin-bottom: auto;
}
.pt-0 {
  margin-top: 0;
}
.pr-0 {
  margin-right: 0;
}
.pl-0 {
  margin-left: 0;
}
.pb-0 {
  margin-bottom: 0;
}

.h-100 {
  height: 100%;
}
.h-auto {
  height: auto !important;
}

.w-100 {
  width: 100% !important;
}
.w-auto {
  width: auto;
}

.align-items-start {
  align-items: flex-start !important;
}

.justify-content-center {
  justify-content: center !important;
}

/* End Grid */
/* Start Reset CSS */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

:root {
  --primary: #20B486;
  --secondary: #202020;
  --black: #000;
  --blue: #0256CF;
  --green: #33cc99;
  --indigo: #041540;
  --white: #fff;
  --yellow: #ffbc10;
  --body_background: var(--white);
  --text_color: var(--secondary);
}

body {
  font-family: "Tomorrow", sans-serif;
  font-size: 14px;
  font-weight: 400;
  background: var(--body_background);
  color: var(--text_color);
}
@media only screen and (max-width: 991px) {
  body.active {
    overflow: hidden;
  }
}
body.active .header .header__overlay {
  opacity: 1;
  visibility: visible;
}
@media only screen and (max-width: 991px) {
  body.active .header .header__menu-list {
    left: 0;
  }
}
body.active .header .header__menu-action .action__icon {
  --background: var(--primary);
}
body.active .header .header__menu-action .action__icon-line::before, body.active .header .header__menu-action .action__icon-line::after {
  width: 100%;
}

a {
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease;
  cursor: pointer;
}
a:hover {
  text-decoration: none;
  color: inherit;
}

p {
  margin: 0;
}

ul, li {
  list-style: none;
  margin: 0;
}

img {
  display: block;
  max-width: 100%;
}

input, textarea {
  outline: none;
}
input:focus, textarea:focus {
  outline: none;
}

.wrapper {
  overflow: hidden;
}

.overflow-hidden {
  overflow: hidden;
}

@media (min-width: 1440px) {
  .container {
    max-width: 1380px;
  }
}
@media (max-width: 1199px) {
  .container {
    max-width: 100%;
    padding: 0 24px;
  }
}
@media (max-width: 991px) {
  .container {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .container {
    padding: 0 15px;
  }
}

.primary {
  color: #20B486 !important;
}

.secondary {
  color: #202020 !important;
}

.black {
  color: #000 !important;
}

.blue {
  color: #0256CF !important;
}

.green {
  color: #33cc99 !important;
}

.indigo {
  color: #041540 !important;
}

.white {
  color: #fff !important;
}

.yellow {
  color: #ffbc10 !important;
}

.btn {
  display: inline-flex;
  align-items: center;
  text-align: center;
  position: relative;
  padding: 10px 24px;
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.4s ease;
  font-size: 20px;
  border: 1px solid transparent;
}

.btn-icon {
  width: var(--size);
  height: var(--size);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #43ffc0;
  margin-left: 16px;
}
.btn-primary {
  background: var(--green);
  border-color: var(--green);
  color: var(--white);
  justify-content: center;
}
.btn-primary:hover {
  background: var(--primary);
  color: var(--white);
}
.btn-primary-outline {
  background: transparent;
  border-color: var(--primary);
  color: var(--primary);
  justify-content: space-between;
  padding: 5px 5px 5px 15px;
  border-radius: 40px;
}
.btn-primary-outline:hover {
  background: var(--primary);
  color: var(--white);
}
.btn-primary-outline .btn-icon {
  --size: 38px;
  background: var(--green);
}
.btn-primary-outline .btn-icon img {
  width: 20px;
}
.btn-white {
  background: var(--white);
  border-color: var(--white);
  color: var(--white);
  justify-content: center;
}
.btn-white:hover {
  background: var(--primary);
  border-color: var(--primary);
  color: var(--white);
}
.btn-white-outline {
  background: transparent;
  border-color: var(--white);
  color: var(--white);
  justify-content: center;
}
.btn-white-outline:hover {
  background: var(--primary);
  border-color: var(--primary);
  color: var(--white);
}
.btn-gradient {
  --size: 50px;
  background: linear-gradient(to right, var(--green), rgba(26, 102, 77, 0));
  color: var(--white);
  border-color: var(--white);
  justify-content: space-between;
  padding: 8px 10px 8px 40px;
  border-radius: 40px;
}
.btn-gradient:hover {
  color: var(--white);
}

.scroll-btn {
  --size: 55px;
  position: fixed;
  right: 30px;
  bottom: 10vh;
  z-index: 12;
  cursor: pointer;
  border: 2px solid var(--white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: var(--size);
  height: var(--size);
  background: var(--green);
  padding: 10px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 1199px) {
  .scroll-btn {
    right: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .scroll-btn {
    --size: 50px;
  }
}
@media only screen and (max-width: 575px) {
  .scroll-btn {
    --size: 40px;
  }
}
.scroll-btn.show {
  opacity: 1;
  visibility: visible;
}
.scroll-btn img {
  max-width: 26px;
  margin: auto;
}

/* End Reset CSS */
/* Start Swiper */
.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 0;
}

.swiper-pagination-bullet {
  height: 9px;
  width: 86px;
  border-radius: 0;
  background: #fff;
  opacity: 1;
}
@media only screen and (max-width: 1439px) {
  .swiper-pagination-bullet {
    width: 60px;
  }
}
@media only screen and (max-width: 991px) {
  .swiper-pagination-bullet {
    height: 7px;
    width: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .swiper-pagination-bullet {
    height: 8px;
    width: 8px;
    border-radius: 50%;
  }
}

.swiper-pagination-bullet-active {
  background: #43FFC0;
}

/* End Swiper */
/* Start Header */
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 99;
  background: linear-gradient(to bottom, rgb(4, 21, 64) -30%, rgba(10, 54, 166, 0) 120%);
}
@media only screen and (max-width: 991px) {
  .header {
    background: linear-gradient(to bottom, rgb(4, 21, 64) -30%, rgba(10, 54, 166, 0) 150%);
  }
}
.header.sticky {
  animation: 0.95s ease-in-out 0s normal none 1 running fadeInDown;
  transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.header .header__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  visibility: hidden;
  z-index: 100;
  transition: all 0.4s ease;
  cursor: pointer;
}
.header .header__menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .header__menu-logo .logo__link {
  display: block;
}
@media only screen and (max-width: 991px) {
  .header .header__menu-logo .logo__link {
    padding: 10px 0 14px;
  }
}
@media only screen and (max-width: 575px) {
  .header .header__menu-logo .logo__link {
    padding: 12px 0 14px;
  }
}
.header .header__menu-logo .logo__link img {
  height: 42px;
}
@media only screen and (max-width: 991px) {
  .header .header__menu-logo .logo__link img {
    height: 36px;
  }
}
@media only screen and (max-width: 575px) {
  .header .header__menu-logo .logo__link img {
    height: 30px;
  }
}
.header .header__menu-list {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .header .header__menu-list {
    position: fixed;
    top: 0;
    left: -280px;
    width: 280px;
    height: 100vh;
    display: block;
    background: var(--secondary);
    transition: all 0.4s ease;
    z-index: 111;
  }
}
.header .header__menu-list .list__item {
  margin: 0 35px;
}
@media only screen and (max-width: 1439px) {
  .header .header__menu-list .list__item {
    margin: 0 30px;
  }
}
@media only screen and (max-width: 991px) {
  .header .header__menu-list .list__item {
    margin: 0;
  }
}
.header .header__menu-list .list__item.active a {
  color: var(--primary);
}
.header .header__menu-list .list__item.mobile {
  margin: 20px 24px;
}
@media only screen and (min-width: 992px) {
  .header .header__menu-list .list__item.mobile {
    display: none;
  }
}
.header .header__menu-list .list__item.mobile .btn {
  width: 100%;
  font-size: 16px;
  padding: 8px 24px;
}
.header .header__menu-list .list__item.mobile img {
  height: 36px;
}
.header .header__menu-list .list__item-link {
  display: block;
  color: var(--white);
  font-size: 20px;
  padding: 28px 0;
}
@media only screen and (max-width: 1439px) {
  .header .header__menu-list .list__item-link {
    font-size: 18px;
    padding: 24px 0;
  }
}
@media only screen and (max-width: 991px) {
  .header .header__menu-list .list__item-link {
    padding: 16px 24px;
    font-size: 16px;
  }
}
.header .header__menu-list .list__item-link:hover {
  color: var(--primary);
}
.header .header__menu-action {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .header .header__menu-action .action__button {
    display: none;
  }
}
.header .header__menu-action .action__button .btn {
  padding: 6px 24px;
  min-width: 180px;
  border-radius: 28px;
}
@media only screen and (max-width: 1439px) {
  .header .header__menu-action .action__button .btn {
    font-size: 18px;
    min-width: 160px;
  }
}
@media only screen and (max-width: 991px) {
  .header .header__menu-action .action__button .btn {
    font-size: 16px;
    min-width: 140px;
  }
}
.header .header__menu-action .action__button .btn + .btn {
  margin-left: 20px;
}
@media only screen and (max-width: 1439px) {
  .header .header__menu-action .action__button .btn + .btn {
    margin-left: 16px;
  }
}
.header .header__menu-action .action__icon {
  --size: 32px;
  --background: var(--white);
  position: relative;
  cursor: pointer;
  margin-left: 16px;
  width: var(--size);
  height: var(--size);
  transition: all 0.3s ease;
}
@media only screen and (min-width: 992px) {
  .header .header__menu-action .action__icon {
    opacity: 0;
    visibility: hidden;
    width: 150px;
  }
}
@media only screen and (max-width: 575px) {
  .header .header__menu-action .action__icon {
    --size: 28px;
  }
}
@media only screen and (max-width: 424px) {
  .header .header__menu-action .action__icon {
    padding: 4px;
  }
}
@media only screen and (max-width: 374px) {
  .header .header__menu-action .action__icon {
    margin-left: 12px;
  }
}
.header .header__menu-action .action__icon-line {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 4px);
  height: 2px;
  background: var(--background);
  transition: inherit;
}
.header .header__menu-action .action__icon-line::before, .header .header__menu-action .action__icon-line::after {
  content: "";
  position: absolute;
  width: 50%;
  height: inherit;
  background: inherit;
  transition: inherit;
}
.header .header__menu-action .action__icon-line::before {
  top: -8px;
  right: 0;
}
.header .header__menu-action .action__icon-line::after {
  bottom: -8px;
  left: 0;
}

/* End Header */
/* Start Footer */
.footer {
  background: var(--indigo);
  padding: 14px 0 16px;
}
@media only screen and (max-width: 767px) {
  .footer {
    padding: 12px 0 20px;
  }
}
.footer .footer__list {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .footer .footer__list {
    flex-direction: column;
  }
}
@media only screen and (max-width: 767px) {
  .footer .footer__list-item {
    margin-top: 16px;
  }
}
.footer .footer__list-item img {
  height: 34px;
}
@media only screen and (max-width: 991px) {
  .footer .footer__list-item img {
    height: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .footer .footer__list-item img {
    height: 26px;
  }
}
.footer .footer__list-item span {
  color: var(--white);
}

/* End Footer */
/* Start Section */
.section.about .section__content, .section.value .section__content, .section.organizer .section__content {
  color: var(--white);
}
.section.about .section__content-title .icon, .section.value .section__content-title .icon, .section.organizer .section__content-title .icon {
  background: url("../images/icon-main-white.svg") center no-repeat;
  background-size: contain;
  width: var(--size);
  height: calc(var(--size) * 53 / 47);
}
.section.about .section__content-title p {
  font-size: 72px;
}
@media only screen and (max-width: 1439px) {
  .section.about .section__content-title p {
    font-size: 64px;
  }
}
@media only screen and (max-width: 1199px) {
  .section.about .section__content-title p {
    font-size: 56px;
  }
}
@media only screen and (max-width: 991px) {
  .section.about .section__content-title p {
    font-size: 48px;
  }
}
@media only screen and (max-width: 767px) {
  .section.about .section__content-title p {
    font-size: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .section.about .section__content-title p {
    font-size: 34px;
  }
}
@media only screen and (max-width: 479px) {
  .section.about .section__content-title p {
    font-size: 28px;
  }
}
@media only screen and (max-width: 424px) {
  .section.about .section__content-title p {
    font-size: 24px;
  }
}
.section .section__content {
  text-align: center;
  margin-bottom: 64px;
  color: var(--indigo);
}
@media only screen and (max-width: 1439px) {
  .section .section__content {
    margin-bottom: 54px;
  }
}
@media only screen and (max-width: 991px) {
  .section .section__content {
    margin-bottom: 44px;
  }
}
@media only screen and (max-width: 575px) {
  .section .section__content {
    margin-bottom: 34px;
  }
}
.section .section__content-title {
  display: flex;
  align-items: center;
  justify-content: center;
}
.section .section__content-title p {
  font-size: 64px;
  font-weight: 500;
}
@media only screen and (max-width: 1439px) {
  .section .section__content-title p {
    font-size: 58px;
  }
}
@media only screen and (max-width: 1199px) {
  .section .section__content-title p {
    font-size: 52px;
  }
}
@media only screen and (max-width: 991px) {
  .section .section__content-title p {
    font-size: 46px;
  }
}
@media only screen and (max-width: 767px) {
  .section .section__content-title p {
    font-size: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .section .section__content-title p {
    font-size: 34px;
  }
}
@media only screen and (max-width: 479px) {
  .section .section__content-title p {
    font-size: 28px;
  }
}
@media only screen and (max-width: 424px) {
  .section .section__content-title p {
    font-size: 24px;
  }
}
.section .section__content-title .icon {
  --size: 47px;
  margin-left: 24px;
  background: url("../images/icon-main-indigo.svg") center no-repeat;
  background-size: contain;
  width: var(--size);
  height: calc(var(--size) * 53 / 47);
}
@media only screen and (max-width: 1439px) {
  .section .section__content-title .icon {
    --size: 40px;
    margin-left: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .section .section__content-title .icon {
    --size: 35px;
    margin-left: 16px;
  }
}
@media only screen and (max-width: 575px) {
  .section .section__content-title .icon {
    --size: 30px;
    margin-left: 12px;
  }
}
@media only screen and (max-width: 479px) {
  .section .section__content-title .icon {
    --size: 25px;
    margin-left: 8px;
  }
}
@media only screen and (max-width: 424px) {
  .section .section__content-title .icon {
    --size:20px;
    margin-left: 8px;
  }
}
@media only screen and (max-width: 374px) {
  .section .section__content-title .icon {
    display: none;
  }
}
.section .section__content-text {
  font-size: 20px;
  font-weight: 300;
  max-width: 1190px;
  margin: auto;
  margin-top: 20px;
}
@media only screen and (max-width: 991px) {
  .section .section__content-text {
    font-size: 18px;
  }
}
@media only screen and (max-width: 575px) {
  .section .section__content-text {
    font-size: 16px;
    margin-top: 16px;
  }
}

/* End Section */
/* Start Hero */
.hero {
  position: relative;
  height: 100vh;
  min-height: 850px;
  background: var(--indigo) url(../images/hero-background.png) center no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .hero {
    min-height: 100vh;
    height: auto;
  }
}
.hero .hero__background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.hero .hero__background video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero .hero__box {
  position: relative;
  width: 100%;
}
.hero .hero__box-content {
  color: var(--white);
}
.hero .hero__box-content .content__logo {
  position: relative;
  padding-bottom: 20px;
  width: -moz-fit-content;
  width: fit-content;
  pointer-events: none;
}
@media only screen and (max-width: 991px) {
  .hero .hero__box-content .content__logo {
    padding-bottom: 10px;
  }
}
.hero .hero__box-content .content__logo::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 86%;
  background: var(--white);
}
.hero .hero__box-content .content__logo img {
  height: 190px;
}
@media only screen and (max-width: 1439px) {
  .hero .hero__box-content .content__logo img {
    height: 170px;
  }
}
@media only screen and (max-width: 1199px) {
  .hero .hero__box-content .content__logo img {
    height: 150px;
  }
}
@media only screen and (max-width: 991px) {
  .hero .hero__box-content .content__logo img {
    height: 130px;
  }
}
@media only screen and (max-width: 767px) {
  .hero .hero__box-content .content__logo img {
    height: 110px;
  }
}
@media only screen and (max-width: 575px) {
  .hero .hero__box-content .content__logo img {
    height: 90px;
  }
}
@media only screen and (max-width: 424px) {
  .hero .hero__box-content .content__logo img {
    height: 70px;
  }
}
@media only screen and (max-width: 374px) {
  .hero .hero__box-content .content__logo img {
    height: 60px;
  }
}
.hero .hero__box-content .content__title {
  font-size: 48px;
  font-weight: 500;
  margin: 0 0 60px;
}
@media only screen and (max-width: 1439px) {
  .hero .hero__box-content .content__title {
    font-size: 44px;
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 1199px) {
  .hero .hero__box-content .content__title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 991px) {
  .hero .hero__box-content .content__title {
    font-size: 36px;
    margin: 10px 0 40px;
  }
}
@media only screen and (max-width: 767px) {
  .hero .hero__box-content .content__title {
    font-size: 32px;
  }
}
@media only screen and (max-width: 575px) {
  .hero .hero__box-content .content__title {
    font-size: 28px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 424px) {
  .hero .hero__box-content .content__title {
    font-size: 24px;
  }
}
.hero .hero__box-content .content__text {
  font-size: 32px;
  font-weight: 300;
}
@media only screen and (max-width: 1439px) {
  .hero .hero__box-content .content__text {
    font-size: 28px;
  }
}
@media only screen and (max-width: 991px) {
  .hero .hero__box-content .content__text {
    font-size: 24px;
  }
}
@media only screen and (max-width: 575px) {
  .hero .hero__box-content .content__text {
    font-size: 20px;
  }
}
@media only screen and (max-width: 424px) {
  .hero .hero__box-content .content__text {
    font-size: 16px;
  }
}
@media only screen and (max-width: 374px) {
  .hero .hero__box-content .content__text {
    font-size: 15px;
  }
}
.hero .hero__box-content .content__time {
  display: flex;
  margin-top: 15px;
}
@media only screen and (max-width: 374px) {
  .hero .hero__box-content .content__time {
    flex-direction: column;
  }
}
.hero .hero__box-content .content__time p {
  display: flex;
  align-items: center;
}
.hero .hero__box-content .content__time p + p {
  margin-left: 48px;
}
@media only screen and (max-width: 1439px) {
  .hero .hero__box-content .content__time p + p {
    margin-left: 40px;
  }
}
@media only screen and (max-width: 991px) {
  .hero .hero__box-content .content__time p + p {
    margin-left: 32px;
  }
}
@media only screen and (max-width: 575px) {
  .hero .hero__box-content .content__time p + p {
    margin-left: 24px;
  }
}
@media only screen and (max-width: 424px) {
  .hero .hero__box-content .content__time p + p {
    margin-left: 16px;
  }
}
@media only screen and (max-width: 374px) {
  .hero .hero__box-content .content__time p + p {
    margin-left: 0;
    margin-top: 12px;
  }
}
.hero .hero__box-content .content__time p img {
  --size: 29px;
  width: var(--size);
  height: var(--size);
}
@media only screen and (max-width: 1439px) {
  .hero .hero__box-content .content__time p img {
    --size: 26px;
  }
}
@media only screen and (max-width: 991px) {
  .hero .hero__box-content .content__time p img {
    --size: 22px;
  }
}
@media only screen and (max-width: 575px) {
  .hero .hero__box-content .content__time p img {
    --size: 18px;
  }
}
.hero .hero__box-content .content__time p span {
  margin-left: 8px;
  font-size: 24px;
  font-weight: 300;
}
@media only screen and (max-width: 1439px) {
  .hero .hero__box-content .content__time p span {
    font-size: 22px;
  }
}
@media only screen and (max-width: 991px) {
  .hero .hero__box-content .content__time p span {
    font-size: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .hero .hero__box-content .content__time p span {
    font-size: 18px;
  }
}
@media only screen and (max-width: 424px) {
  .hero .hero__box-content .content__time p span {
    font-size: 16px;
  }
}
@media only screen and (max-width: 374px) {
  .hero .hero__box-content .content__time p span {
    font-size: 15px;
  }
}
.hero .hero__box-content .content__button {
  margin-top: 120px;
}
@media only screen and (max-width: 1439px) {
  .hero .hero__box-content .content__button {
    margin-top: 100px;
  }
}
@media only screen and (max-width: 1199px) {
  .hero .hero__box-content .content__button {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 991px) {
  .hero .hero__box-content .content__button {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .hero .hero__box-content .content__button {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .hero .hero__box-content .content__button {
    margin-top: 30px;
  }
}
.hero .hero__box-content .content__button .btn {
  padding: 5px 50px 7px;
}
@media only screen and (max-width: 991px) {
  .hero .hero__box-content .content__button .btn {
    font-size: 18px;
  }
}
@media only screen and (max-width: 575px) {
  .hero .hero__box-content .content__button .btn {
    padding: 5px 40px 7px;
  }
}
@media only screen and (max-width: 479px) {
  .hero .hero__box-content .content__button .btn {
    width: 100%;
  }
}
.hero .hero__box-content .content__button .btn + .btn {
  margin-left: 20px;
}
@media only screen and (max-width: 479px) {
  .hero .hero__box-content .content__button .btn + .btn {
    margin-left: 0;
    margin-top: 10px;
  }
}
.hero .hero__box-content .content__button .btn-primary {
  color: var(--black);
}
.hero .hero__box-content .content__button .btn-primary:hover {
  color: var(--white);
}

/* End Hero */
/* Start About */
.about {
  background: var(--indigo);
  padding: 120px 0 60px;
  color: var(--white);
}
@media only screen and (max-width: 1439px) {
  .about {
    padding-top: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .about {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 575px) {
  .about {
    padding-top: 60px;
    padding-bottom: 40px;
  }
}
.about .about__countup {
  display: flex;
  gap: 10px;
}
@media only screen and (max-width: 575px) {
  .about .about__countup {
    flex-wrap: wrap;
    gap: 0;
  }
}
.about .about__countup-item {
  flex: 1;
  text-align: center;
}
@media only screen and (max-width: 575px) {
  .about .about__countup-item {
    width: 50%;
    flex: unset;
    margin-bottom: 24px;
  }
}
@media only screen and (max-width: 424px) {
  .about .about__countup-item {
    margin-bottom: 20px;
  }
}
.about .about__countup-item p {
  --size: 128px;
  position: relative;
  font-size: var(--size);
  font-weight: 500;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
@media only screen and (max-width: 1439px) {
  .about .about__countup-item p {
    --size: 110px;
  }
}
@media only screen and (max-width: 1199px) {
  .about .about__countup-item p {
    --size: 92px;
  }
}
@media only screen and (max-width: 991px) {
  .about .about__countup-item p {
    --size: 74px;
  }
}
@media only screen and (max-width: 767px) {
  .about .about__countup-item p {
    --size: 56px;
  }
}
@media only screen and (max-width: 575px) {
  .about .about__countup-item p {
    --size: 38px;
  }
}
.about .about__countup-item p::before {
  content: "+";
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
  font-size: calc(var(--size) / 2);
  font-weight: 600;
}
.about .about__countup-item span {
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
}
@media only screen and (max-width: 991px) {
  .about .about__countup-item span {
    font-size: 18px;
  }
}
@media only screen and (max-width: 575px) {
  .about .about__countup-item span {
    font-size: 16px;
    margin-top: 6px;
  }
}
.about .about__box {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 10px;
  margin-top: 80px;
}
@media only screen and (max-width: 1439px) {
  .about .about__box {
    align-items: center;
  }
}
@media only screen and (max-width: 991px) {
  .about .about__box {
    margin-top: 60px;
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .about .about__box {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .about .about__box {
    margin-top: 20px;
  }
}
.about .about__box-content {
  background: var(--blue);
  padding: 36px 60px;
}
@media only screen and (max-width: 1439px) {
  .about .about__box-content {
    padding: 30px 55px;
  }
}
@media only screen and (max-width: 1199px) {
  .about .about__box-content {
    padding: 30px 50px;
  }
}
@media only screen and (max-width: 991px) {
  .about .about__box-content {
    padding: 24px 40px;
  }
}
@media only screen and (max-width: 767px) {
  .about .about__box-content {
    padding: 24px 30px;
  }
}
@media only screen and (max-width: 575px) {
  .about .about__box-content {
    padding: 20px;
  }
}
.about .about__box-content .content__text {
  font-size: 40px;
  font-weight: 300;
}
@media only screen and (max-width: 1439px) {
  .about .about__box-content .content__text {
    font-size: 34px;
  }
}
@media only screen and (max-width: 991px) {
  .about .about__box-content .content__text {
    font-size: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .about .about__box-content .content__text {
    font-size: 24px;
  }
}
@media only screen and (max-width: 575px) {
  .about .about__box-content .content__text {
    font-size: 20px;
  }
}
.about .about__box-content .content__title {
  font-size: 48px;
  font-weight: 500;
  margin: 15px 0;
}
@media only screen and (max-width: 1439px) {
  .about .about__box-content .content__title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 991px) {
  .about .about__box-content .content__title {
    font-size: 32px;
    margin: 12px 0;
  }
}
@media only screen and (max-width: 767px) {
  .about .about__box-content .content__title {
    font-size: 28px;
  }
}
@media only screen and (max-width: 575px) {
  .about .about__box-content .content__title {
    font-size: 24px;
    margin: 10px 0;
  }
}
@media only screen and (max-width: 991px) {
  .about .about__box-content .content__title br {
    display: none;
  }
}
.about .about__box-content p {
  display: flex;
  align-items: center;
  font-size: 13px;
}
@media only screen and (max-width: 1199px) {
  .about .about__box-content p {
    font-size: 12px;
  }
}
.about .about__box-content p img {
  --size: 17px;
  width: var(--size);
  height: calc(var(--size) * 25 / 17);
}
@media only screen and (max-width: 1199px) {
  .about .about__box-content p img {
    --size: 15px;
  }
}
@media only screen and (max-width: 991px) {
  .about .about__box-content p img {
    --size: 12px;
  }
}
.about .about__box-content p span {
  max-width: 240px;
  margin-left: 12px;
}
@media only screen and (max-width: 991px) {
  .about .about__box-content p span {
    max-width: unset;
    margin-left: 10px;
  }
}
.about .about__box-slide {
  overflow: hidden;
}
.about .about__box-slide .slide__item {
  display: flex;
  gap: 10px;
}
.about .about__box-slide .slide__item-left, .about .about__box-slide .slide__item-right {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.about .about__box-slide .slide__item img {
  -o-object-fit: cover;
     object-fit: cover;
}

/* End About */
/* Start Organizer */
.organizer {
  position: relative;
  background: url(../images/organizer-background.png) center no-repeat;
  background-size: cover;
  padding: 60px 0;
}
@media only screen and (max-width: 575px) {
  .organizer {
    padding: 40px 0;
  }
}
.organizer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 101%;
  height: 100%;
  transform: rotate(2.73deg);
  background: url(../images/organizer-overlay.png) center no-repeat;
  background-size: cover;
  z-index: -1;
}
.organizer .organizer__box {
  --item: 1;
  --space: 10px;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .organizer .organizer__box {
    --item: 1;
    flex-wrap: wrap;
  }
}
.organizer .organizer__box-card {
  width: calc((100% - (var(--item) - 1) * var(--space)) / var(--item));
  border: 0.5px solid var(--white);
  border-radius: 9px;
  padding: 30px 36px;
  color: var(--white);
}
@media only screen and (max-width: 767px) {
  .organizer .organizer__box-card {
    padding: 24px 30px;
  }
}
@media only screen and (max-width: 575px) {
  .organizer .organizer__box-card {
    padding: 20px 24px;
  }
}
.organizer .organizer__box-card .card__title {
  --height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 15px;
  border-bottom: 1px solid var(--primary);
}
@media only screen and (max-width: 1439px) {
  .organizer .organizer__box-card .card__title {
    --height: 68px;
  }
}
@media only screen and (max-width: 1199px) {
  .organizer .organizer__box-card .card__title {
    --height: 62px;
  }
}
@media only screen and (max-width: 991px) {
  .organizer .organizer__box-card .card__title {
    --height: 56px;
    padding-bottom: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .organizer .organizer__box-card .card__title {
    --height: 50px;
  }
}
@media only screen and (max-width: 575px) {
  .organizer .organizer__box-card .card__title {
    --height: 54px;
  }
}
.organizer .organizer__box-card .card__title-text {
  font-size: 64px;
  font-weight: 600;
  line-height: var(--height);
}
@media only screen and (max-width: 1439px) {
  .organizer .organizer__box-card .card__title-text {
    font-size: 56px;
  }
}
@media only screen and (max-width: 1199px) {
  .organizer .organizer__box-card .card__title-text {
    font-size: 48px;
  }
}
@media only screen and (max-width: 991px) {
  .organizer .organizer__box-card .card__title-text {
    font-size: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .organizer .organizer__box-card .card__title-text {
    font-size: 32px;
  }
}
@media only screen and (max-width: 575px) {
  .organizer .organizer__box-card .card__title-text {
    font-size: 28px;
  }
}
.organizer .organizer__box-card .card__title-image img {
  height: var(--height);
}
.organizer .organizer__box-card .card__title-icon {
  --size: 50px;
  background: url("../images/icon-main-green.svg") center no-repeat;
  background-size: contain;
  width: var(--size);
  height: calc(var(--size) * 53 / 47);
}
@media only screen and (max-width: 1439px) {
  .organizer .organizer__box-card .card__title-icon {
    --size: 44px;
  }
}
@media only screen and (max-width: 1199px) {
  .organizer .organizer__box-card .card__title-icon {
    --size: 38px;
  }
}
@media only screen and (max-width: 991px) {
  .organizer .organizer__box-card .card__title-icon {
    --size: 32px;
  }
}
@media only screen and (max-width: 575px) {
  .organizer .organizer__box-card .card__title-icon {
    --size: 26px;
  }
}
.organizer .organizer__box-card .card__text {
  font-size: 16px;
  font-weight: 300;
  margin-top: 36px;
  line-height: 1.5625;
}
@media only screen and (max-width: 767px) {
  .organizer .organizer__box-card .card__text {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .organizer .organizer__box-card .card__text {
    font-size: 15px;
    margin-top: 24px;
  }
}

/* End Organizer */
/* Start Sponsor */
.sponsor {
  padding: 120px 0 60px;
}
@media only screen and (max-width: 1439px) {
  .sponsor {
    padding: 100px 0 50px;
  }
}
@media only screen and (max-width: 991px) {
  .sponsor {
    padding: 80px 0 50px;
  }
}
@media only screen and (max-width: 575px) {
  .sponsor {
    padding: 40px 0;
  }
}
.sponsor .sponsor__box + .sponsor__box {
  margin-top: 100px;
}
@media only screen and (max-width: 1439px) {
  .sponsor .sponsor__box + .sponsor__box {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 991px) {
  .sponsor .sponsor__box + .sponsor__box {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 575px) {
  .sponsor .sponsor__box + .sponsor__box {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 424px) {
  .sponsor .sponsor__box + .sponsor__box {
    margin-top: 30px;
  }
}
.sponsor .sponsor__box.diamond {
  display: flex;
  justify-content: center;
  gap: 200px;
}
@media only screen and (max-width: 1439px) {
  .sponsor .sponsor__box.diamond {
    gap: 160px;
  }
}
@media only screen and (max-width: 1199px) {
  .sponsor .sponsor__box.diamond {
    gap: 120px;
  }
}
@media only screen and (max-width: 991px) {
  .sponsor .sponsor__box.diamond {
    gap: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .sponsor .sponsor__box.diamond {
    gap: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .sponsor .sponsor__box.diamond {
    flex-direction: column;
  }
}
@media only screen and (max-width: 767px) {
  .sponsor .sponsor__box.diamond .sponsor__box-title {
    font-size: 26px;
  }
}
@media only screen and (max-width: 597px) {
  .sponsor .sponsor__box.diamond .sponsor__box-title {
    font-size: 24px;
  }
}
.sponsor .sponsor__box.diamond .sponsor__box-title span {
  background: -webkit- linear-gradient(to right, #73ffd0, #9bb7ff 180%);
  background: linear-gradient(to right, #73ffd0, #9bb7ff 180%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.sponsor .sponsor__box.diamond .sponsor__box-title span::before {
  left: -90px;
  transform: unset;
  background-image: url(../images/sponsor-line-diamond.svg);
}
@media only screen and (max-width: 1439px) {
  .sponsor .sponsor__box.diamond .sponsor__box-title span::before {
    --size: 308px;
    left: -80px;
  }
}
@media only screen and (max-width: 991px) {
  .sponsor .sponsor__box.diamond .sponsor__box-title span::before {
    --size: 258px;
    left: -70px;
  }
}
@media only screen and (max-width: 767px) {
  .sponsor .sponsor__box.diamond .sponsor__box-title span::before {
    --size: 208px;
    left: -60px;
  }
}
@media only screen and (max-width: 575px) {
  .sponsor .sponsor__box.diamond .sponsor__box-title span::before {
    --size: 208px;
  }
}
.sponsor .sponsor__box.diamond .sponsor__box-list {
  gap: 60px;
}
@media only screen and (max-width: 1439px) {
  .sponsor .sponsor__box.diamond .sponsor__box-list {
    gap: 50px;
  }
}
@media only screen and (max-width: 991px) {
  .sponsor .sponsor__box.diamond .sponsor__box-list {
    gap: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .sponsor .sponsor__box.diamond .sponsor__box-list {
    gap: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .sponsor .sponsor__box.diamond .sponsor__box-list {
    gap: 0;
  }
}
@media only screen and (max-width: 374px) {
  .sponsor .sponsor__box.diamond .sponsor__box-list {
    flex-direction: column;
  }
}
.sponsor .sponsor__box.diamond .sponsor__box-list .list__item {
  position: relative;
  display: flex;
  justify-content: center;
  height: 110px;
  min-width: 400px;
  border: 1px solid transparent;
  background: linear-gradient(75deg, rgb(255, 255, 255), rgb(120, 180, 230) 300%);
  border-radius: 50px;
  align-items: center;
  padding: 0 40px;
  background-clip: padding-box;
}
@media only screen and (max-width: 1439px) {
  .sponsor .sponsor__box.diamond .sponsor__box-list .list__item {
    height: 90px;
    padding: 10px 40px;
  }
}
@media only screen and (max-width: 991px) {
  .sponsor .sponsor__box.diamond .sponsor__box-list .list__item {
    height: 70px;
    min-width: 300px;
  }
}
@media only screen and (max-width: 767px) {
  .sponsor .sponsor__box.diamond .sponsor__box-list .list__item {
    height: 60px;
    min-width: 240px;
  }
}
@media only screen and (max-width: 575px) {
  .sponsor .sponsor__box.diamond .sponsor__box-list .list__item {
    height: 50px;
    min-width: 200px;
    margin: 0 10px;
    padding: 8px 30px;
  }
}
@media only screen and (max-width: 479px) {
  .sponsor .sponsor__box.diamond .sponsor__box-list .list__item {
    height: 46px;
    min-width: 160px;
    padding: 8px 12px;
  }
}
@media only screen and (max-width: 424px) {
  .sponsor .sponsor__box.diamond .sponsor__box-list .list__item {
    margin: 0 8px;
  }
}
@media only screen and (max-width: 374px) {
  .sponsor .sponsor__box.diamond .sponsor__box-list .list__item {
    height: 40px;
    width: 100%;
    padding: 6px 12px;
    margin: 0 15px;
  }
}
.sponsor .sponsor__box.diamond .sponsor__box-list .list__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  margin: -1px;
  background: linear-gradient(to right, rgb(120, 180, 230), rgba(120, 180, 230, 0));
  border-radius: inherit;
}
@media only screen and (max-width: 1439px) {
  .sponsor .sponsor__box.diamond .sponsor__box-list .list__item:first-child {
    padding: 15px 40px;
  }
}
@media only screen and (max-width: 575px) {
  .sponsor .sponsor__box.diamond .sponsor__box-list .list__item:first-child {
    padding: 10px 30px;
  }
}
@media only screen and (max-width: 479px) {
  .sponsor .sponsor__box.diamond .sponsor__box-list .list__item:first-child {
    padding: 10px 15px;
  }
}
@media only screen and (max-width: 424px) {
  .sponsor .sponsor__box.diamond .sponsor__box-list .list__item:first-child {
    padding: 6px 12px;
  }
}
@media only screen and (max-width: 1439px) {
  .sponsor .sponsor__box.diamond .sponsor__box-list .list__item img {
    height: 100%;
  }
}
.sponsor .sponsor__box.gold .sponsor__box-title {
  font-size: 40px;
}
@media only screen and (max-width: 1439px) {
  .sponsor .sponsor__box.gold .sponsor__box-title {
    font-size: 34px;
  }
}
@media only screen and (max-width: 991px) {
  .sponsor .sponsor__box.gold .sponsor__box-title {
    font-size: 28px;
  }
}
@media only screen and (max-width: 575px) {
  .sponsor .sponsor__box.gold .sponsor__box-title {
    font-size: 22px;
  }
}
.sponsor .sponsor__box.gold .sponsor__box-title span {
  color: var(--yellow);
}
.sponsor .sponsor__box.gold .sponsor__box-title span::before {
  width: 224px;
  height: 2px;
  left: 0;
  background-image: url(../images/sponsor-line-gold.svg);
}
@media only screen and (max-width: 991px) {
  .sponsor .sponsor__box.gold .sponsor__box-title span::before {
    width: 204px;
  }
}
@media only screen and (max-width: 575px) {
  .sponsor .sponsor__box.gold .sponsor__box-title span::before {
    width: 184px;
    left: 50%;
  }
}
.sponsor .sponsor__box.gold .sponsor__box-list {
  gap: 96px;
}
@media only screen and (max-width: 1199px) {
  .sponsor .sponsor__box.gold .sponsor__box-list {
    gap: 60px;
  }
}
@media only screen and (max-width: 991px) {
  .sponsor .sponsor__box.gold .sponsor__box-list {
    gap: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .sponsor .sponsor__box.gold .sponsor__box-list {
    gap: 0;
  }
}
@media only screen and (max-width: 575px) {
  .sponsor .sponsor__box.gold .sponsor__box-list .list__item {
    margin: 0 10px;
  }
}
@media only screen and (max-width: 424px) {
  .sponsor .sponsor__box.gold .sponsor__box-list .list__item {
    margin: 0 8px;
  }
}
@media only screen and (max-width: 991px) {
  .sponsor .sponsor__box.gold .sponsor__box-list .list__item img {
    height: 80%;
    margin: auto;
  }
}
@media only screen and (max-width: 767px) {
  .sponsor .sponsor__box.gold .sponsor__box-list .list__item img {
    height: 60%;
  }
}
@media only screen and (max-width: 575px) {
  .sponsor .sponsor__box.gold .sponsor__box-list .list__item img {
    height: 100%;
    max-height: 60px;
  }
}
@media only screen and (min-width: 992px) {
  .sponsor .sponsor__box.silver {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.sponsor .sponsor__box.silver .sponsor__box-title {
  font-size: 32px;
}
@media only screen and (max-width: 1439px) {
  .sponsor .sponsor__box.silver .sponsor__box-title {
    font-size: 28px;
  }
}
@media only screen and (max-width: 991px) {
  .sponsor .sponsor__box.silver .sponsor__box-title {
    font-size: 24px;
  }
}
@media only screen and (max-width: 575px) {
  .sponsor .sponsor__box.silver .sponsor__box-title {
    font-size: 20px;
  }
}
.sponsor .sponsor__box.silver .sponsor__box-title span {
  color: #aeaeae;
}
.sponsor .sponsor__box.silver .sponsor__box-title span::before {
  width: 224px;
  height: 2px;
  left: 0;
  background-image: url(../images/sponsor-line-silver.svg);
}
@media only screen and (max-width: 991px) {
  .sponsor .sponsor__box.silver .sponsor__box-title span::before {
    width: 204px;
  }
}
@media only screen and (max-width: 575px) {
  .sponsor .sponsor__box.silver .sponsor__box-title span::before {
    width: 184px;
    left: 50%;
  }
}
.sponsor .sponsor__box.silver .sponsor__box-list {
  margin-left: 100px;
}
@media only screen and (min-width: 992px) {
  .sponsor .sponsor__box.silver .sponsor__box-list {
    margin-top: 0;
  }
}
@media only screen and (max-width: 1439px) {
  .sponsor .sponsor__box.silver .sponsor__box-list {
    margin-left: 80px;
  }
}
@media only screen and (max-width: 991px) {
  .sponsor .sponsor__box.silver .sponsor__box-list {
    margin-left: 0;
  }
}
@media only screen and (max-width: 991px) {
  .sponsor .sponsor__box.silver .sponsor__box-list .list__item img {
    width: 80%;
    margin: auto;
  }
}
@media only screen and (max-width: 575px) {
  .sponsor .sponsor__box.silver .sponsor__box-list .list__item img {
    width: 60%;
  }
}
.sponsor .sponsor__box-title {
  position: relative;
  font-size: 48px;
  font-weight: 500;
  text-align: center;
}
@media only screen and (max-width: 1439px) {
  .sponsor .sponsor__box-title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 991px) {
  .sponsor .sponsor__box-title {
    font-size: 32px;
  }
}
@media only screen and (max-width: 575px) {
  .sponsor .sponsor__box-title {
    font-size: 24px;
  }
}
.sponsor .sponsor__box-title span {
  position: relative;
  font-style: italic;
  font-weight: 700;
}
.sponsor .sponsor__box-title span::before {
  --size: 378px;
  content: "";
  position: absolute;
  bottom: 0;
  transform: translateX(-50%);
  width: var(--size);
  height: calc(var(--size) * 4 / 378);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.sponsor .sponsor__box-list {
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 120px;
}
@media only screen and (max-width: 991px) {
  .sponsor .sponsor__box-list {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .sponsor .sponsor__box-list {
    margin-top: 30px;
  }
}
.sponsor .sponsor__box-list .list__item img {
  max-height: 130px;
}
.sponsor .sponsor__button {
  margin-top: 70px;
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .sponsor .sponsor__button {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 575px) {
  .sponsor .sponsor__button {
    margin-top: 30px;
  }
}
.sponsor .sponsor__button .btn {
  padding-left: 20px;
}
@media only screen and (max-width: 991px) {
  .sponsor .sponsor__button .btn {
    font-size: 18px;
  }
}
@media only screen and (max-width: 575px) {
  .sponsor .sponsor__button .btn {
    font-size: 16px;
  }
}
@media only screen and (max-width: 991px) {
  .sponsor .sponsor__button .btn-icon {
    --size: 34px;
  }
}
@media only screen and (max-width: 575px) {
  .sponsor .sponsor__button .btn-icon {
    --size: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .sponsor .sponsor__button .btn-icon img {
    width: 16px;
  }
}

/* End Sponsor */
/* Start Agenda */
.agenda {
  padding: 60px 0 100px;
}
@media only screen and (max-width: 1439px) {
  .agenda {
    padding: 50px 0 80px;
  }
}
@media only screen and (max-width: 991px) {
  .agenda {
    padding: 50px 0 60px;
  }
}
@media only screen and (max-width: 575px) {
  .agenda {
    padding: 40px 0;
  }
}
@media only screen and (max-width: 991px) {
  .agenda .agenda__box {
    display: flex;
    max-width: 600px;
    margin: auto;
  }
}
.agenda .agenda__box-line {
  position: relative;
  height: 4px;
  width: 100%;
  background: #5C8AFF;
  margin-bottom: 50px;
}
@media only screen and (max-width: 991px) {
  .agenda .agenda__box-line {
    display: none;
  }
}
.agenda .agenda__box-line::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 14px;
  height: 14px;
  background: #5C8AFF;
}
.agenda .agenda__box-line::after {
  content: "";
  position: absolute;
  right: -12px;
  top: 50%;
  transform: translateY(-50%);
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 12px solid var(--primary);
}
.agenda .agenda__box-line .line-color {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  height: 100%;
  width: 420px;
  background: linear-gradient(to right, #5C8AFF, var(--primary));
}
.agenda .agenda__box-list {
  --item: 4;
  --space: 60px;
  position: relative;
  display: flex;
  gap: var(--space);
}
@media only screen and (max-width: 1439px) {
  .agenda .agenda__box-list {
    --space: 50px;
  }
}
@media only screen and (max-width: 991px) {
  .agenda .agenda__box-list {
    display: block;
    padding-left: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .agenda .agenda__box-list {
    --space: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .agenda .agenda__box-list {
    --space: 30px;
    padding-left: 30px;
  }
}
@media only screen and (max-width: 424px) {
  .agenda .agenda__box-list {
    --space: 24px;
  }
}
.agenda .agenda__box-list::before {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 4px;
  background: #5C8AFF;
}
@media only screen and (min-width: 992px) {
  .agenda .agenda__box-list::before {
    display: none;
  }
}
.agenda .agenda__box-list::after {
  content: "";
  position: absolute;
  top: 0;
  left: -4px;
  transform: rotate(45deg);
  width: 12px;
  height: 12px;
  background: #5C8AFF;
}
@media only screen and (min-width: 992px) {
  .agenda .agenda__box-list::after {
    display: none;
  }
}
.agenda .agenda__box-list .line {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 240px;
  width: 4px;
  background: linear-gradient(to right, #5C8AFF, var(--primary));
}
@media only screen and (min-width: 992px) {
  .agenda .agenda__box-list .line {
    display: none;
  }
}
.agenda .agenda__box-list .line::after {
  content: "";
  position: absolute;
  left: -5px;
  bottom: -12px;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 12px solid var(--primary);
}
.agenda .agenda__box-list .list__item {
  width: calc((100% - (var(--item) - 1) * var(--space)) / var(--item));
}
@media only screen and (max-width: 991px) {
  .agenda .agenda__box-list .list__item {
    width: 100%;
    margin-bottom: var(--space);
  }
}
.agenda .agenda__box-list .list__item-title {
  display: flex;
  align-items: center;
  overflow: hidden;
}
.agenda .agenda__box-list .list__item-title img {
  width: 33px;
}
@media only screen and (max-width: 991px) {
  .agenda .agenda__box-list .list__item-title img {
    width: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .agenda .agenda__box-list .list__item-title img {
    width: 26px;
  }
}
.agenda .agenda__box-list .list__item-title span {
  position: relative;
  color: #092877;
  font-size: 24px;
  font-weight: 500;
  margin-left: 8px;
}
@media only screen and (max-width: 1439px) {
  .agenda .agenda__box-list .list__item-title span {
    font-size: 22px;
  }
}
@media only screen and (max-width: 991px) {
  .agenda .agenda__box-list .list__item-title span {
    font-size: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .agenda .agenda__box-list .list__item-title span {
    font-size: 18px;
  }
}
.agenda .agenda__box-list .list__item-title span.no-text {
  margin-left: -25px;
}
.agenda .agenda__box-list .list__item-title span.no-text::before {
  right: auto;
}
.agenda .agenda__box-list .list__item-title span::before {
  content: "";
  position: absolute;
  right: -80px;
  top: 50%;
  transform: translateY(-50%);
  width: 123px;
  height: 32px;
  background: linear-gradient(60deg, rgba(51, 204, 153, 0), rgb(51, 204, 153) 300%);
  pointer-events: none;
}
.agenda .agenda__box-list .list__item-content {
  margin-top: 20px;
}
@media only screen and (max-width: 575px) {
  .agenda .agenda__box-list .list__item-content {
    margin-top: 16px;
  }
}
.agenda .agenda__box-list .list__item-content p {
  position: relative;
  font-size: 20px;
  color: var(--black);
}
@media only screen and (max-width: 991px) {
  .agenda .agenda__box-list .list__item-content p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 575px) {
  .agenda .agenda__box-list .list__item-content p {
    font-size: 16px;
  }
}
.agenda .agenda__box-list .list__item-content p:not(:last-child) {
  margin-bottom: 16px;
}
@media only screen and (max-width: 991px) {
  .agenda .agenda__box-list .list__item-content p:not(:last-child) {
    margin-bottom: 12px;
  }
}
@media only screen and (max-width: 575px) {
  .agenda .agenda__box-list .list__item-content p:not(:last-child) {
    margin-bottom: 8px;
  }
}
.agenda .agenda__box-list .list__item-content p::before {
  content: "";
  position: absolute;
  top: 10px;
  left: -15px;
  width: 5px;
  height: 5px;
  transform: rotate(45deg);
  background: #5C8AFF;
}

/* End Agenda */
/* Start Speaker */
.speaker {
  padding: 70px 0 120px;
  background: url(../images/speaker-bacground.png) center no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 1439px) {
  .speaker {
    padding: 60px 0 100px;
  }
}
@media only screen and (max-width: 991px) {
  .speaker {
    padding: 50px 0 80px;
  }
}
@media only screen and (max-width: 575px) {
  .speaker {
    padding: 40px 0;
  }
}
.speaker .speaker__slide-item {
  position: relative;
}
.speaker .speaker__slide-item .item__background img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.speaker .speaker__slide-item .item__info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(9, 40, 119, 0.8);
  padding: 10px 20px 12px;
  color: var(--white);
  display: flex;
  justify-content: space-between;
}
.speaker .speaker__slide-item .item__info-content .content__name {
  font-size: 20px;
  margin-bottom: 16px;
}
@media only screen and (max-width: 1439px) {
  .speaker .speaker__slide-item .item__info-content .content__name {
    font-size: 16px;
    margin-bottom: 12px;
  }
}
.speaker .speaker__slide-item .item__info-content .content__position {
  font-size: 18px;
  font-weight: 600;
  min-height: 22px;
}
@media only screen and (max-width: 1439px) {
  .speaker .speaker__slide-item .item__info-content .content__position {
    font-size: 16px;
  }
}
.speaker .speaker__slide-item .item__info-content p {
  font-size: 18px;
  font-weight: 300;
  min-height: 22px;
}
@media only screen and (max-width: 1439px) {
  .speaker .speaker__slide-item .item__info-content p {
    font-size: 16px;
  }
}
.speaker .speaker__slide-item .item__info-icon {
  top: -25px;
  position: absolute;
  right: 20px;
  display: none;
}
@media only screen and (max-width: 1199px) {
  .speaker .speaker__slide-item .item__info-icon {
    top: 0;
    right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .speaker .speaker__slide-item .item__info-icon {
    top: -40px;
  }
}
.speaker .speaker__slide-item .item__info-icon.icon-none {
  display: none;
}
.speaker .speaker__slide-item .item__info-icon img {
  --size: 74px;
  width: var(--size);
  height: var(--size);
}
@media only screen and (max-width: 1439px) {
  .speaker .speaker__slide-item .item__info-icon img {
    --size: 60px;
  }
}
@media only screen and (max-width: 1199px) {
  .speaker .speaker__slide-item .item__info-icon img {
    --size: 50px;
  }
}
@media only screen and (max-width: 991px) {
  .speaker .speaker__slide-item .item__info-icon img {
    --size: 40px;
  }
}
.speaker .speaker__slide .swiper-container {
  padding-bottom: 40px;
}
@media only screen and (max-width: 575px) {
  .speaker .speaker__slide .swiper-container {
    padding-bottom: 30px;
  }
}

/* End Speaker */
/* Start Media */
.media {
  padding: 100px 0 0;
}
@media only screen and (max-width: 1439px) {
  .media {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 991px) {
  .media {
    padding-top: 60px;
  }
}
@media only screen and (max-width: 575px) {
  .media {
    padding-top: 40px;
  }
}
.media .media__box {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 200px;
  padding-bottom: 140px;
}
@media only screen and (max-width: 1439px) {
  .media .media__box {
    padding-bottom: 100px;
    gap: 160px;
  }
}
@media only screen and (max-width: 1199px) {
  .media .media__box {
    padding-bottom: 80px;
    gap: 120px;
  }
}
@media only screen and (max-width: 991px) {
  .media .media__box {
    padding-bottom: 60px;
    gap: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .media .media__box {
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .media .media__box {
    padding-bottom: 20px;
    gap: 0;
  }
}
.media .media__box::before, .media .media__box::after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 4px;
}
@media only screen and (max-width: 575px) {
  .media .media__box::before, .media .media__box::after {
    height: 2px;
  }
}
.media .media__box::before {
  left: 0;
  width: 100%;
  background: #5c8aff;
}
.media .media__box::after {
  right: 0;
  width: 40%;
  background: linear-gradient(to right, #5c8aff, var(--primary));
}
@media only screen and (max-width: 575px) {
  .media .media__box-item {
    margin: 0 20px;
  }
}
@media only screen and (max-width: 424px) {
  .media .media__box-item {
    margin: 0 10px;
  }
}
.media .media__box-item img {
  max-height: 140px;
  margin: auto;
}
@media only screen and (max-width: 1439px) {
  .media .media__box-item img {
    max-height: 120px;
  }
}
@media only screen and (max-width: 1199px) {
  .media .media__box-item img {
    max-height: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .media .media__box-item img {
    max-height: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .media .media__box-item img {
    max-height: 60px;
  }
}
@media only screen and (max-width: 575px) {
  .media .media__box-item img {
    max-height: 50px;
  }
}

/* End Media */
/* Start Partner */
.partner {
  padding: 70px 0;
}
@media only screen and (max-width: 575px) {
  .partner {
    padding: 40px 0;
  }
}
.partner .partner__box {
  display: grid;
  align-items: center;
  gap: 50px;
}
@media only screen and (max-width: 991px) {
  .partner .partner__box {
    gap: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .partner .partner__box {
    gap: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.partner .partner__box.partnerTop {
  grid-template-columns: repeat(5, 1fr);
}
@media only screen and (max-width: 991px) {
  .partner .partner__box.partnerTop {
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .partner .partner__box.partnerTop {
    --number: 3;
    gap: 0;
  }
}
@media only screen and (max-width: 424px) {
  .partner .partner__box.partnerTop {
    --number: 2;
  }
}
@media only screen and (max-width: 575px) {
  .partner .partner__box.partnerTop .partner__box-item {
    width: calc((100% - 20px) / var(--number));
    margin-bottom: 20px;
    padding: 0 10px;
  }
}
.partner .partner__box.partnerTop .partner__box-item img {
  margin: auto;
}
@media only screen and (max-width: 575px) {
  .partner .partner__box.partnerTop .partner__box-item img {
    max-height: 50px;
  }
}
@media only screen and (max-width: 575px) {
  .partner .partner__box.partnerTop .partner__box-item img {
    max-height: 40px;
  }
}
.partner .partner__box.partnerBottom {
  --number: 7;
  grid-template-columns: repeat(var(--number), 1fr);
  margin-top: 40px;
}
@media only screen and (max-width: 991px) {
  .partner .partner__box.partnerBottom {
    --number: 6;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .partner .partner__box.partnerBottom {
    --number: 5;
  }
}
@media only screen and (max-width: 575px) {
  .partner .partner__box.partnerBottom {
    --number: 4;
    margin-top: 0;
  }
}
@media only screen and (max-width: 424px) {
  .partner .partner__box.partnerBottom {
    --number: 2;
  }
}
@media only screen and (max-width: 575px) {
  .partner .partner__box.partnerBottom .partner__box-item {
    width: calc((100% - 20px) / var(--number));
    margin-bottom: 20px;
    padding: 0 10px;
  }
}
@media only screen and (max-width: 424px) {
  .partner .partner__box.partnerBottom .partner__box-item {
    padding: 0 20px;
  }
}
.partner .partner__box.partnerBottom .partner__box-item img {
  max-height: 48px;
  margin: auto;
}
.partner .partner__button {
  text-align: center;
  margin-top: 50px;
}
@media only screen and (max-width: 991px) {
  .partner .partner__button {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .partner .partner__button {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .partner .partner__button .btn {
    font-size: 18px;
  }
}
@media only screen and (max-width: 575px) {
  .partner .partner__button .btn {
    font-size: 16px;
  }
}
@media only screen and (max-width: 991px) {
  .partner .partner__button .btn-icon {
    --size: 34px;
  }
}
@media only screen and (max-width: 575px) {
  .partner .partner__button .btn-icon {
    --size: 30px;
  }
}

/* End Partner */
/* Start Value */
.value {
  position: relative;
  background: url(../images/value-background.png) center no-repeat;
  background-size: cover;
  padding: 100px 0 120px;
}
@media only screen and (max-width: 991px) {
  .value {
    padding: 80px 0 100px;
  }
}
@media only screen and (max-width: 767px) {
  .value {
    padding: 80px 0;
  }
}
@media only screen and (max-width: 575px) {
  .value {
    padding: 60px 0 40px;
  }
}
.value .value__box {
  --item: 3;
  --space: 10px;
  display: flex;
}
@media only screen and (max-width: 991px) {
  .value .value__box {
    --item: 2;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  .value .value__box {
    --item: 1;
  }
}
.value .value__box-card {
  width: calc((100% - (var(--item) - 1) * var(--space)) / var(--item));
  border-radius: 9px;
  border: 0.5px solid var(--white);
  padding: 4px;
  color: var(--white);
  min-height: 444px;
}
@media only screen and (max-width: 1439px) {
  .value .value__box-card {
    min-height: 400px;
  }
}
@media only screen and (max-width: 991px) {
  .value .value__box-card {
    margin: 0 auto 10px;
    min-height: unset;
  }
}
@media only screen and (max-width: 767px) {
  .value .value__box-card {
    background: rgba(0, 0, 0, 0.2);
    -webkit-backdrop-filter: blur(6px);
            backdrop-filter: blur(6px);
  }
}
.value .value__box-card:not(:first-child) {
  margin-left: var(--space);
}
@media only screen and (max-width: 767px) {
  .value .value__box-card:not(:first-child) {
    margin-left: 0;
  }
}
@media only screen and (max-width: 991px) {
  .value .value__box-card:last-child {
    margin-left: auto;
  }
}
.value .value__box-card .card__title {
  position: relative;
  border-radius: 7px;
  background: rgba(0, 208, 208, 0.03);
  display: flex;
  justify-content: space-between;
  padding: 80px 40px 25px;
}
@media only screen and (max-width: 1439px) {
  .value .value__box-card .card__title {
    padding: 80px 30px 20px;
  }
}
@media only screen and (max-width: 1439px) {
  .value .value__box-card .card__title {
    padding: 80px 20px 20px;
  }
}
@media only screen and (max-width: 991px) {
  .value .value__box-card .card__title {
    padding-top: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .value .value__box-card .card__title {
    padding-top: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .value .value__box-card .card__title {
    padding-top: 30px;
  }
}
.value .value__box-card .card__title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 1px;
  width: calc(100% - 80px);
  background: var(--primary);
}
@media only screen and (max-width: 1439px) {
  .value .value__box-card .card__title::before {
    width: calc(100% - 60px);
  }
}
@media only screen and (max-width: 1199px) {
  .value .value__box-card .card__title::before {
    width: calc(100% - 40px);
  }
}
.value .value__box-card .card__title-text {
  font-size: 24px;
  font-weight: 500;
  white-space: nowrap;
}
@media only screen and (max-width: 1439px) {
  .value .value__box-card .card__title-text {
    font-size: 22px;
  }
}
@media only screen and (max-width: 1199px) {
  .value .value__box-card .card__title-text {
    font-size: 20px;
  }
}
.value .value__box-card .card__title-icon {
  --size: 50px;
  background: url("../images/icon-main-green.svg") center no-repeat;
  background-size: contain;
  width: var(--size);
  height: calc(var(--size) * 53 / 47);
  position: absolute;
  bottom: 10px;
  right: 22px;
}
@media only screen and (max-width: 1439px) {
  .value .value__box-card .card__title-icon {
    --size: 40px;
    bottom: auto;
    top: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .value .value__box-card .card__title-icon {
    --size: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .value .value__box-card .card__title-icon {
    --size: 24px;
  }
}
.value .value__box-card .card__text {
  margin: 50px 40px;
  font-size: 20px;
  font-weight: 300;
}
@media only screen and (max-width: 1439px) {
  .value .value__box-card .card__text {
    margin: 40px 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .value .value__box-card .card__text {
    margin: 30px 20px;
  }
}
@media only screen and (max-width: 991px) {
  .value .value__box-card .card__text {
    font-size: 18px;
  }
}
@media only screen and (max-width: 575px) {
  .value .value__box-card .card__text {
    font-size: 16px;
  }
}
.value .value__action {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 150px;
}
@media only screen and (max-width: 1439px) {
  .value .value__action {
    margin-top: 120px;
  }
}
@media only screen and (max-width: 1199px) {
  .value .value__action {
    margin-top: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .value .value__action {
    margin-top: 80px;
    flex-direction: column;
    align-items: center;
  }
}
@media only screen and (max-width: 767px) {
  .value .value__action {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 575px) {
  .value .value__action {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 991px) {
  .value .value__action-button {
    order: 2;
    margin-top: 30px;
  }
}
.value .value__action-button .btn {
  min-width: 300px;
}
@media only screen and (max-width: 991px) {
  .value .value__action-button .btn {
    font-size: 18px;
    padding: 6px 8px 6px 30px;
    min-width: 240px;
  }
}
@media only screen and (max-width: 575px) {
  .value .value__action-button .btn {
    font-size: 16px;
    padding: 4px 6px 4px 24px;
    min-width: 200px;
  }
}
@media only screen and (max-width: 1439px) {
  .value .value__action-button .btn-icon {
    --size: 45px;
  }
}
@media only screen and (max-width: 991px) {
  .value .value__action-button .btn-icon {
    --size: 40px ;
  }
}
@media only screen and (max-width: 575px) {
  .value .value__action-button .btn-icon {
    --size: 35px;
  }
}
@media only screen and (max-width: 1439px) {
  .value .value__action-button .btn-icon img {
    width: 24px;
  }
}
@media only screen and (max-width: 991px) {
  .value .value__action-button .btn-icon img {
    width: 20px;
  }
}
.value .value__action-email {
  color: var(--white);
}
.value .value__action-email span {
  display: block;
  font-size: 16px;
  font-weight: 300;
}
@media only screen and (max-width: 991px) {
  .value .value__action-email span {
    background: rgba(0, 0, 0, 0.6);
    -webkit-backdrop-filter: blur(6px);
            backdrop-filter: blur(6px);
    padding: 4px 8px 6px;
    border-radius: 5px;
  }
}
@media only screen and (max-width: 575px) {
  .value .value__action-email span {
    font-size: 15px;
  }
}
.value .value__action-email .email__input {
  margin-top: 30px;
  border: 1px solid var(--white);
  padding: 4px;
  border-radius: 40px;
  display: flex;
}
@media only screen and (max-width: 991px) {
  .value .value__action-email .email__input {
    background: rgba(0, 0, 0, 0.4);
    -webkit-backdrop-filter: blur(6px);
            backdrop-filter: blur(6px);
  }
}
.value .value__action-email .email__input input {
  width: 100%;
  background: transparent;
  font-size: 24px;
  color: var(--white);
  border: 0;
  padding: 0 30px;
}
@media only screen and (max-width: 1439px) {
  .value .value__action-email .email__input input {
    font-size: 22px;
  }
}
@media only screen and (max-width: 991px) {
  .value .value__action-email .email__input input {
    font-size: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .value .value__action-email .email__input input {
    font-size: 18px;
  }
}
.value .value__action-email .email__input input::-moz-placeholder {
  color: #b8b8b8;
}
.value .value__action-email .email__input input::placeholder {
  color: #b8b8b8;
}
.value .value__action-email .email__input input:focus-visible {
  outline: none;
}
.value .value__action-email .email__input .btn {
  font-size: 24px;
  padding: 14px 40px;
}
@media only screen and (max-width: 1439px) {
  .value .value__action-email .email__input .btn {
    font-size: 22px;
    padding: 12px 40px;
  }
}
@media only screen and (max-width: 991px) {
  .value .value__action-email .email__input .btn {
    font-size: 20px;
    padding: 10px 36px;
  }
}
@media only screen and (max-width: 575px) {
  .value .value__action-email .email__input .btn {
    font-size: 18px;
  }
}

/* End Value */
/* Start Action */
.action {
  padding: 120px 0 40px;
}
@media only screen and (max-width: 1439px) {
  .action {
    padding-top: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .action {
    padding: 80px 0;
  }
}
@media only screen and (max-width: 767px) {
  .action {
    padding-top: 60px 0;
  }
}
@media only screen and (max-width: 767px) {
  .action {
    padding-top: 40px 0;
  }
}
.action .action__box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 991px) {
  .action .action__box {
    display: block;
  }
}
.action .action__box-content {
  max-width: 580px;
}
.action .action__box-content .content__text {
  color: var(--black);
  margin-bottom: 40px;
}
@media only screen and (max-width: 991px) {
  .action .action__box-content .content__text {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .action .action__box-content .content__text {
    margin-bottom: 20px;
  }
}
.action .action__box-content .content__form {
  --item: 2;
  --space: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: var(--space);
}
@media only screen and (max-width: 575px) {
  .action .action__box-content .content__form {
    --item: 1;
    gap: 0;
  }
}
.action .action__box-content .content__form-item {
  width: calc((100% - (var(--item) - 1) * var(--space)) / var(--item));
}
@media only screen and (max-width: 575px) {
  .action .action__box-content .content__form-item:not(:last-child) {
    margin-bottom: var(--space);
  }
}
.action .action__box-content .content__form-item input {
  width: 100%;
  border: 1px solid var(--indigo);
  font-size: 16px;
  border-radius: 10px;
  padding: 8px 14px;
  transition: all 0.4s ease;
}
.action .action__box-content .content__form-item input::-moz-placeholder {
  color: #cfcfcf;
}
.action .action__box-content .content__form-item input::placeholder {
  color: #cfcfcf;
}
.action .action__box-content .content__form-item input:focus {
  border-color: var(--primary);
}
.action .action__box-content .content__form-item .btn {
  font-size: 16px;
  width: 100%;
  line-height: 20px;
  padding: 7px 24px;
  border-radius: 10px;
}
.action .action__box-content .content__note {
  font-size: 12px;
  font-style: italic;
  max-width: 454px;
  margin-top: 50px;
}
@media only screen and (max-width: 991px) {
  .action .action__box-content .content__note {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .action .action__box-content .content__note {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .action .action__box-content .content__note {
    margin-top: 20px;
  }
}
.action .action__box-link {
  display: flex;
}
@media only screen and (max-width: 991px) {
  .action .action__box-link {
    display: block;
    margin-top: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .action .action__box-link {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .action .action__box-link .link__website {
    display: flex;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .action .action__box-link .link__website {
    justify-content: center;
  }
}
.action .action__box-link .link__website a {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 20px;
  line-height: 1.3;
}
@media only screen and (max-width: 991px) {
  .action .action__box-link .link__website a {
    font-size: 18px;
  }
}
@media only screen and (max-width: 575px) {
  .action .action__box-link .link__website a {
    font-size: 16px;
  }
}
.action .action__box-link .link__website a:not(:last-child) {
  margin-bottom: 30px;
}
@media only screen and (max-width: 991px) {
  .action .action__box-link .link__website a:not(:last-child) {
    margin-right: 24px;
    margin-bottom: 0;
  }
}
.action .action__box-link .link__website a:hover {
  color: var(--primary);
}
.action .action__box-link .link__social {
  margin-left: 100px;
}
@media only screen and (max-width: 1439px) {
  .action .action__box-link .link__social {
    margin-left: 80px;
  }
}
@media only screen and (max-width: 991px) {
  .action .action__box-link .link__social {
    margin-left: 0;
    display: flex;
    align-items: flex-end;
  }
}
@media only screen and (max-width: 767px) {
  .action .action__box-link .link__social {
    justify-content: center;
  }
}
.action .action__box-link .link__social a {
  display: block;
}
.action .action__box-link .link__social a:not(:last-child) {
  margin-bottom: 24px;
}
@media only screen and (max-width: 991px) {
  .action .action__box-link .link__social a:not(:last-child) {
    margin-right: 50px;
    margin-bottom: 0;
  }
}
.action .action__box-link .link__social a:hover img {
  transform: scale(1.1);
}
.action .action__box-link .link__social a img {
  margin: auto;
  transition: all 0.5s ease;
}

/* End Action *//*# sourceMappingURL=main.css.map */