* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  background-color: #001A35;
  font-family: "Graphik LCG", sans-serif;
  font-weight: 400;
  color: #fff;
}

img {
  width: 100%;
}

.page-wrapper {
  overflow: hidden;
}

.container {
  max-width: 370px;
  width: 92%;
  min-width: 290px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .container {
    max-width: 800px;
    position: relative;
  }
}
@media (min-width: 1280px) {
  .container {
    max-width: 1110px;
  }
}

.btn {
  font-family: "Graphik LCG", sans-serif;
  background-color: #E4E541;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  color: #002E5D;
  width: 100%;
  height: 74px;
  margin-bottom: 16px;
  border: none;
  outline: none;
  font-weight: 600;
  cursor: pointer;
  border-radius: 10px;
  transition: background-color 0.7s;
}
.btn:focus {
  border: none;
  outline: none;
}
.btn:hover {
  background-color: #E4E541;
}

section {
  padding-bottom: 62px;
}
@media (min-width: 768px) {
  section {
    padding-top: 62px;
    padding-bottom: 62px;
  }
  section:nth-child(2n) {
    background-color: #07223F;
  }
}
@media (min-width: 1280px) {
  section {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
section h1 {
  text-align: center;
  text-transform: uppercase;
  font-size: 42px;
  line-height: 48px;
  font-weight: normal;
}
section h2 {
  font-size: 42px;
  line-height: 48px;
  font-weight: 400;
  text-align: center;
}
@media (min-width: 768px) {
  section h2 {
    font-size: 56px;
    line-height: 64px;
  }
}
section h3 {
  font-size: 36px;
  line-height: 45px;
  letter-spacing: -0.01em;
  text-align: left;
  font-family: "Graphik LCG", sans-serif;
  margin-bottom: 24px;
  font-weight: 400;
  position: relative;
  max-width: 259px;
  font-weight: normal;
}
section h3:after {
  margin-top: 24px;
  content: "";
  width: 65px;
  height: 2px;
  background-color: #E4E541;
  display: block;
}
section h4 {
  text-align: left;
  font-size: 16px;
  line-height: 20px;
  font-family: "Arial", sans-serif;
  margin-bottom: 8px;
  font-weight: normal;
}
section h5 {
  font-size: 20px;
  line-height: 23px;
  color: #E4E541;
  margin-bottom: 10px;
  text-align: left;
  font-weight: normal;
}
section .opacity {
  opacity: 0.7;
}
section p {
  font-family: "Arial", sans-serif;
  text-align: center;
  font-size: 18px;
  line-height: 26px;
}
section a {
  font-size: 18px;
  line-height: 26px;
  color: #00BBCE;
}
section .logo-container {
  display: none;
  padding: 48px 0 10px;
  justify-content: center;
  order: 1;
}
section .logo-container__logo {
  width: 180px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 768px) {
  section .logo-container__logo {
    flex-direction: row;
  }
}
section .logo-container .logo-btn {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  margin-top: 20px;
}
@media (min-width: 768px) {
  section .logo-container .logo-btn {
    margin-left: 30px;
    margin-top: 0;
  }
}
section .logo-container__steps {
  display: none;
}
section:first-child .logo-container {
  display: flex;
}

.yellow {
  color: #E4E541;
}

.section-education .all {
  text-align: center;
}
.section-education .all input[type=checkbox] {
  display: none;
}
.section-education .all input[type=checkbox]:checked + label {
  color: white;
}
.section-education .all input[type=checkbox]:checked + label:before {
  content: "Close All";
}
.section-education .all label {
  position: relative;
  margin: 0;
  padding: 5px 30px;
  font-size: 16px;
  font-weight: 300;
  background-color: #0E2D4C;
  border: 1px solid #0E2D4C;
  border-radius: 99px;
}
.section-education .all label:before {
  content: "Open All";
}
.section-education .accordion {
  position: relative;
}
.section-education .accordion .trigger {
  margin-bottom: 12px;
}
.section-education .accordion .trigger #checkbox-1,
.section-education .accordion .trigger #checkbox-2,
.section-education .accordion .trigger #checkbox-3,
.section-education .accordion .trigger #checkbox-4,
.section-education .accordion .trigger #checkbox-5,
.section-education .accordion .trigger #checkbox-6,
.section-education .accordion .trigger #checkbox-7 {
  display: none;
}
.section-education .accordion .trigger #checkbox-1:checked + label,
.section-education .accordion .trigger #checkbox-2:checked + label,
.section-education .accordion .trigger #checkbox-3:checked + label,
.section-education .accordion .trigger #checkbox-4:checked + label,
.section-education .accordion .trigger #checkbox-5:checked + label,
.section-education .accordion .trigger #checkbox-6:checked + label,
.section-education .accordion .trigger #checkbox-7:checked + label {
  background-color: #0E2D4C;
}
.section-education .accordion .trigger #checkbox-1:checked + label i:before,
.section-education .accordion .trigger #checkbox-2:checked + label i:before,
.section-education .accordion .trigger #checkbox-3:checked + label i:before,
.section-education .accordion .trigger #checkbox-4:checked + label i:before,
.section-education .accordion .trigger #checkbox-5:checked + label i:before,
.section-education .accordion .trigger #checkbox-6:checked + label i:before,
.section-education .accordion .trigger #checkbox-7:checked + label i:before {
  transform: translate(5px, 8px) rotate(45deg);
}
.section-education .accordion .trigger #checkbox-1:checked + label i:after,
.section-education .accordion .trigger #checkbox-2:checked + label i:after,
.section-education .accordion .trigger #checkbox-3:checked + label i:after,
.section-education .accordion .trigger #checkbox-4:checked + label i:after,
.section-education .accordion .trigger #checkbox-5:checked + label i:after,
.section-education .accordion .trigger #checkbox-6:checked + label i:after,
.section-education .accordion .trigger #checkbox-7:checked + label i:after {
  transform: translate(-5px, 8px) rotate(-45deg);
}
.section-education .accordion .trigger .checkbox {
  position: relative;
  display: block;
  width: 100%;
  margin: 0;
  padding: 20px;
  color: white;
  cursor: pointer;
  font-family: "Arial", sans-serif;
  background-color: #0E2D4C;
  border-radius: 10px;
}
.section-education .accordion .trigger .checkbox i {
  position: absolute;
  display: inline-block;
  width: 20px;
  height: 20px;
  right: 20px;
}
.section-education .accordion .trigger .checkbox i:before, .section-education .accordion .trigger .checkbox i:after {
  position: absolute;
  content: "";
  width: 16px;
  height: 3px;
  background-color: white;
  transition: transform 250ms ease;
}
.section-education .accordion .trigger .checkbox i:before {
  transform: translate(-5px, 8px) rotate(45deg);
}
.section-education .accordion .trigger .checkbox i:after {
  transform: translate(5px, 8px) rotate(-45deg);
}
.section-education .accordion .trigger .content {
  position: relative;
  max-height: 1px;
  padding: 0;
  overflow-y: scroll;
  font-size: 14px;
  line-height: 1.5;
  background-color: #0E2D4C;
  transition: max-height 500ms ease-in-out;
  border-top: 1px solid transparent;
  margin-top: -6px;
  border-radius: 0px 0px 10px 10px;
}
.section-education .accordion .trigger .content ul {
  padding: 20px;
  padding-left: 40px;
}
.section-education .accordion .trigger .content ul li {
  list-style-type: square;
  color: #E4E541;
}
.section-education .accordion .trigger .content ul li p {
  color: #fff;
}
.section-education .accordion .trigger .content p {
  text-align: left;
  margin-bottom: 5px;
}
.section-education #checkbox-1:checked ~ .content,
.section-education #checkbox-2:checked ~ .content,
.section-education #checkbox-3:checked ~ .content,
.section-education #checkbox-4:checked ~ .content,
.section-education #checkbox-5:checked ~ .content,
.section-education #checkbox-6:checked ~ .content,
.section-education #checkbox-7:checked ~ .content {
  border-top: 1px solid #3C2F48;
  max-height: 350px;
  transition: max-height 500ms ease-in-out;
}

@media (min-width: 1280px) {
  .anim-desk {
    animation: myAnimDesk 8s ease 0s infinite;
  }

  .anim01 {
    animation: myAnim 8s ease 0s infinite reverse forwards;
  }

  .anim02 {
    animation: myAnim2 11s ease-in-out 0s infinite reverse forwards;
  }

  .anim03 {
    animation: myAnim2 8s ease-in-out 0s infinite reverse forwards;
  }

  .anim04 {
    animation: myAnim2 14s ease-in-out 0s infinite reverse forwards;
  }

  .animation-item {
    transform: scale(0);
    opacity: 0;
  }

  .animation-play {
    transition: all 1.2s;
    transform: scale(1);
    opacity: 1;
  }

  @keyframes myAnim2 {
    0%, 100% {
      transform: translateX(0%);
      transform-origin: 50% 50%;
    }
    15% {
      transform: translateX(-40px) rotate(-16deg);
    }
    30% {
      transform: translateX(25px) rotate(16deg);
    }
    45% {
      transform: translateX(-25px) rotate(-13.6deg);
    }
    60% {
      transform: translateX(19px) rotate(12.4deg);
    }
    75% {
      transform: translateX(-16px) rotate(-11.2deg);
    }
  }
  @keyframes myAnim {
    0% {
      transform: translate(0);
    }
    10% {
      transform: translate(-2px, -2px);
    }
    20% {
      transform: translate(2px, -2px);
    }
    30% {
      transform: translate(-2px, 2px);
    }
    40% {
      transform: translate(2px, 2px);
    }
    50% {
      transform: translate(-2px, -2px);
    }
    60% {
      transform: translate(2px, -2px);
    }
    70% {
      transform: translate(-2px, 2px);
    }
    80% {
      transform: translate(-2px, -2px);
    }
    90% {
      transform: translate(2px, -2px);
    }
    100% {
      transform: translate(0);
    }
  }
  @keyframes myAnimDesk {
    0% {
      transform: translate3d(0, -10px, 0);
    }
    50% {
      transform: translate3d(0, 10px, 0);
    }
    100% {
      transform: translate3d(0, -10px, 0);
    }
  }
  @keyframes myAnim3 {
    0% {
      animation-timing-function: ease-in;
      opacity: 1;
      transform: translateY(45px);
    }
    24% {
      opacity: 1;
    }
    40% {
      animation-timing-function: ease-in;
      transform: translateY(24px);
    }
    65% {
      animation-timing-function: ease-in;
      transform: translateY(12px);
    }
    82% {
      animation-timing-function: ease-in;
      transform: translateY(6px);
    }
    93% {
      animation-timing-function: ease-in;
      transform: translateY(4px);
    }
    25%, 55%, 75%, 87% {
      animation-timing-function: ease-out;
      transform: translateY(0px);
    }
    100% {
      animation-timing-function: ease-out;
      opacity: 1;
      transform: translateY(0px);
    }
  }
}
.modal {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
  visibility: hidden;
  opacity: 0;
}
.modal .wrapper {
  overflow: hidden;
  width: 400px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  z-index: 100;
}
.modal h2 {
  font-size: 28px;
  line-height: 115%;
  text-align: center;
  text-transform: uppercase;
  color: #001A35;
  position: relative;
  z-index: 10;
  padding-top: 20px;
  text-align: center;
  max-width: 100%;
}
.modal .b24-form-header-padding {
  display: none;
}
.modal .b24-form-wrapper.b24-form-shadow {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.modal .b24-form-padding-side {
  transform: translateY(63px);
}
.modal p {
  font-size: 18px;
  text-align: center;
  color: #001A35;
  margin-bottom: -80px;
  position: relative;
  z-index: 10;
  opacity: 0.4;
}
.modal .b24-form-btn {
  background-color: #E4E541;
  font-size: 24px;
  line-height: 29px;
  color: #002E5D;
}
.modal .b24-form-btn:hover {
  background-color: #C7C830 !important;
}
.modal .bg_x {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 50;
  background-color: #001A35;
  opacity: 0.7;
}
.modal .b24-form-padding-side {
  transform: translateY(63px);
  margin-top: -80px;
}

.active {
  visibility: visible;
  opacity: 1;
}

.section-hero h1 {
  margin-bottom: 16px;
}
.section-hero p {
  font-family: "Graphik LCG", sans-serif;
}
.section-hero .btn {
  margin: 32px 0;
}
.section-hero__img {
  position: relative;
  width: 520px;
  margin: 0px 0 0px;
  left: 50%;
  transform: translateX(-50%);
}
.section-hero__img--gradient {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 750px;
  height: 750px;
  background: radial-gradient(circle, rgba(0, 187, 206, 0.3312675412) 0%, rgba(204, 241, 245, 0) 50%, rgba(255, 255, 255, 0) 100%);
}
.section-hero__link {
  display: flex;
  justify-content: space-between;
  margin-bottom: 32px;
  font-family: "Graphik LCG", sans-serif;
}
.section-hero__link span {
  width: 48%;
  padding: 14px 5px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}
.section-hero p b {
  font-weight: 400;
  display: block;
}

.section-article h2 {
  margin-bottom: 40px;
  text-transform: uppercase;
  font-family: "Graphik LCG", sans-serif;
}
.section-article__grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 46px;
  padding-bottom: 200px;
  position: relative;
}
.section-article__grid:after {
  content: "";
  display: block;
  width: 1250px;
  height: 300px;
  background-image: url(../img/article-bg.jpg);
  background-position: center;
  background-size: cover;
  position: absolute;
  bottom: -30px;
  z-index: -1;
  left: 50%;
  transform: translateX(-50%);
}
.section-article__item {
  background-color: #0E2D4C;
  border-radius: 10px;
  padding: 39px 20px 16px;
  position: relative;
  min-height: 99px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-article__price {
  background-color: #E4E541;
  border-radius: 10px;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  color: #001A35;
  padding: 13px 0;
  width: 90%;
  font-weight: bold;
  position: absolute;
  top: -22px;
  left: 50%;
  transform: translateX(-50%);
}
.section-article__content {
  display: grid;
  grid-gap: 60px;
}
.section-article__content p {
  text-align: left;
}
.section-article__item--sub p {
  font-family: "Arial", sans-serif;
}
.section-article__item--sub ul li {
  color: #E4E541;
  list-style: square;
  margin-left: 20px;
  margin-top: 24px;
}
.section-article__item--sub ul li p {
  color: #fff;
  font-size: 14px;
  line-height: 23px;
}

.section-info p {
  text-align: left;
  font-family: "Graphik LCG", sans-serif;
}

.section-partner h2 {
  font-size: 36px;
  line-height: 45px;
  text-align: center;
  letter-spacing: -0.01em;
  margin-bottom: 24px;
}
.section-partner__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 9px;
}

.section-program {
  display: none;
}
.section-program p {
  text-align: left;
  font-family: "Graphik LCG", sans-serif;
}
.section-program__grid {
  display: grid;
  grid-gap: 24px;
}
.section-program__arrow {
  display: none;
}

.section-footer {
  position: relative;
}
.section-footer__rw {
  font-size: 12px;
}
.section-footer__rw a {
  font-size: 12px;
  color: #fff;
}
.section-footer h2 {
  text-align: left;
  margin-bottom: 32px;
  text-transform: uppercase;
}
.section-footer__img {
  max-width: 309px;
  margin: 0 auto;
  margin-bottom: 58px;
}
.section-footer__img .doodle {
  display: none;
}
.section-footer__form {
  margin-bottom: 20px;
}
.section-footer__form .b24-form-sign {
  display: none;
}
.section-footer__form .b24-form-wrapper.b24-form-border-bottom {
  border-bottom: none;
}
.section-footer__form .b24-form-control-string .b24-form-control, .section-footer__form .b24-form-control-list .b24-form-control, .section-footer__form .b24-form-control-text .b24-form-control, .section-footer__form .b24-form-control-select .field-item {
  background-color: #fff;
}
.section-footer__form .b24-form-control-icon-after .b24-form-control, .section-footer__form .b24-form-control-icon-after .b24-form-control-label {
  font-size: 18px;
  font-family: "Graphik LCG", sans-serif;
}
.section-footer__form .b24-form-btn {
  background-color: #E4E541;
  font-size: 24px;
  line-height: 29px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #002E5D;
  box-shadow: none;
  width: 100%;
  height: 56px;
  margin-bottom: 16px;
  border: none;
  outline: none;
  font-weight: bold;
}
.section-footer__form .b24-form-btn:focus {
  border: none;
  outline: none;
}

.social-link__grid {
  display: grid;
  grid-gap: 24px;
}
.social-link h2 {
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 32px;
}
.social-link__item {
  border-radius: 10px;
  background-color: #0E2D4C;
  padding: 54px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.social-link__item a {
  color: #E4E541;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  letter-spacing: 0.01em;
}
.social-link__item img {
  width: 120px;
  margin-bottom: 26px;
}

.sticky-btn {
  width: 100%;
  position: fixed;
  bottom: -80;
  left: 0;
  transition: transform 0.5s;
}
.sticky-btn .btn {
  margin: 0;
  border-radius: 0;
}

.check-st {
  transition: transform 0.5s;
  bottom: 0;
}

@media (min-width: 768px) {
  .section-hero .logo-container {
    justify-content: flex-start;
    margin-bottom: 80px;
    padding-top: 0;
  }
  .section-hero h1 {
    margin-bottom: 25px;
    font-size: 63px;
    line-height: 83px;
    text-align: left;
  }
  .section-hero__content {
    max-width: 450px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .section-hero p b {
    display: inline;
    margin-left: 10px;
  }
  .section-hero__btn-container {
    width: 100%;
    max-width: 330px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .section-hero__link {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 16px 0 45px;
  }
  .section-hero__link br {
    display: none;
  }
  .section-hero__link span {
    padding: 0;
    width: auto;
    margin-bottom: 10px;
  }
  .section-hero__img {
    width: 680px;
    margin: 0;
    bottom: -62px;
    position: absolute;
    left: 50%;
    transform: translateX(5%);
  }

  .section-article {
    background-position: 100% 223%;
  }
  .section-article__item--sub h3 {
    font-size: 38px;
    line-height: 64px;
    max-width: 100%;
  }
  .section-article__item--sub h3 br {
    display: none;
  }
  .section-article h2 {
    margin-bottom: 50px;
  }
  .section-article h2 br {
    display: none;
  }
  .section-article__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .section-article__item {
    max-width: 390px;
    width: 100%;
    grid-gap: 60px 36px;
    margin: 0 auto;
  }
  .section-article__item:last-child {
    grid-column-start: 1;
    grid-column-end: 3;
  }

  .section-info p {
    text-align: left;
  }

  .section-education__acord {
    max-width: 330px;
    margin-left: auto;
  }
  .section-education img {
    max-width: 390px;
    position: absolute;
    top: 60px;
    left: -20px;
  }
  .section-education h2 {
    margin-bottom: 39px;
  }

  .section-partner__grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .section-program {
    display: block;
  }
  .section-program p {
    text-align: left;
  }
  .section-program__grid {
    display: grid;
    grid-gap: 24px;
    max-height: 390px;
    overflow: scroll;
  }

  .section-footer h2 {
    max-width: 300px;
    font-size: 36px;
    line-height: 46px;
  }
  .section-footer .b24-form-header-padding {
    display: none;
  }
  .section-footer__form-container {
    position: absolute;
    max-width: 430px;
    width: 56%;
    top: 0;
    right: 0;
  }
  .section-footer__img {
    position: absolute;
    right: -300px;
  }

  .social-link__grid {
    display: grid;
    grid-gap: 24px;
    grid-template-columns: 1fr 1fr;
  }
  .social-link h2 {
    font-size: 32px;
    line-height: 37px;
    /* or 37px */
  }
  .social-link__item {
    border-radius: 10px;
    background-color: #0E2D4C;
    padding: 54px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .social-link__item a {
    color: #E4E541;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    letter-spacing: 0.01em;
  }
  .social-link__item img {
    width: 120px;
    margin-bottom: 26px;
  }

  .sticky-btn {
    display: none;
  }
}
@media (min-width: 1280px) {
  .section-hero {
    padding-top: 42px;
    padding-bottom: 120px;
    overflow: hidden;
  }
  .section-hero .logo-container {
    justify-content: flex-start;
    margin-bottom: 127px;
    padding-top: 0;
  }
  .section-hero h1 {
    font-size: 72px;
    line-height: 83px;
  }
  .section-hero__content {
    max-width: 550px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .section-hero p {
    font-size: 20px;
    line-height: 24px;
    text-align: left;
  }
  .section-hero p b {
    margin-left: 30px;
  }
  .section-hero p strong {
    display: block;
  }
  .section-hero__btn-container {
    width: 100%;
    max-width: 100%;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-top: 42px;
  }
  .section-hero__btn-container .btn {
    max-width: 330px;
    margin-right: 50px;
    margin-bottom: 0;
    margin-top: 0;
  }
  .section-hero__subTitle {
    font-size: 24px !important;
    line-height: 24px;
  }
  .section-hero__img {
    width: 930px;
    bottom: -132px;
    transform: translateX(5%);
  }

  .section-info .container {
    max-width: 730px;
  }
  .section-info--sub {
    max-width: 730px;
  }
  .section-info__item {
    margin-right: 30px;
    margin-bottom: 0;
  }
  .section-info h3 {
    font-size: 38px;
    line-height: 64px;
    max-width: 100%;
  }
  .section-info h3:after {
    margin-top: 10px;
    height: 3px;
  }
  .section-info h3 br {
    display: none;
  }

  .section-article {
    padding-bottom: 100px;
  }
  .section-article h2 {
    margin-bottom: 60px;
  }
  .section-article h2 br {
    display: none;
  }
  .section-article__grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    grid-gap: 68px 36px;
  }
  .section-article__grid:after {
    width: 2010px;
    height: 484px;
    bottom: -160px;
  }
  .section-article__item {
    max-width: 350px;
    width: 30%;
    grid-gap: 60px 36px;
    margin: 0;
  }
  .section-article__item:last-child {
    grid-column-start: 1;
    grid-column-end: 3;
  }
  .section-article__content {
    grid-template-columns: 1fr 1fr;
  }
  .section-article__content p {
    font-size: 14px;
    line-height: 23px;
  }

  .section-education {
    padding-top: 170px;
  }
  .section-education__acord {
    max-width: 540px;
    margin-left: auto;
  }
  .section-education img {
    max-width: 470px;
    position: absolute;
    top: 60px;
    left: 20px;
  }
  .section-education h2 {
    margin-bottom: 39px;
  }
  .section-education .trigger {
    transition: transform 0.8s;
  }
  .section-education .trigger:hover {
    transform: scale(1.04);
  }
  .section-education .accordion .trigger .checkbox {
    font-size: 20px;
    padding: 22px;
  }
  .section-education .accordion .trigger .content ul li p {
    font-size: 18px;
    line-height: 23px;
  }

  .section-partner__grid {
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 30px;
  }
  .section-partner h2 {
    font-size: 48px;
    line-height: 55px;
    margin-bottom: 36px;
  }

  .section-program .container {
    max-width: 540px;
  }
  .section-program p {
    text-align: left;
    font-size: 16px;
    line-height: 24px;
  }
  .section-program h5 {
    font-size: 32px;
    line-height: 37px;
    margin-bottom: 16px;
  }
  .section-program__grid {
    grid-gap: 48px;
    max-height: 560px;
  }
  .section-program__item {
    opacity: 0.7;
  }
  .section-program__item:hover {
    opacity: 1;
  }
  .section-program__arrow {
    display: block;
    width: 46px;
    position: relative;
    left: 50%;
    transform: scaleX(1.8) translateY(-50%);
  }
  .section-program .arrowUp {
    transform: scaleX(1.8) translateY(-50%) rotate(180deg);
  }
  .section-program .arrowDown {
    transform: scaleX(1.8) translateY(-50%) translateY(40px);
  }

  .section-footer {
    padding: 170px 0;
  }
  .section-footer h2 {
    max-width: 600px;
    text-transform: none;
    font-size: 64px;
    line-height: 74px;
  }
  .section-footer .b24-form-header-padding {
    display: none;
  }
  .section-footer__form-container {
    max-width: 530px;
  }
  .section-footer__form {
    margin-bottom: 20px;
    overflow: hidden;
    padding: 20px 0;
    border-radius: 10px;
    background-color: #fff;
  }
  .section-footer .b24-form-wrapper.b24-form-shadow {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .section-footer__img {
    position: absolute;
    right: -260px;
    top: 100px;
    z-index: 20;
  }
  .section-footer .doodle {
    display: block;
    width: 224px;
    left: -210%;
    top: -320px;
    position: absolute;
  }
  .section-footer .doodle-2 {
    left: -40%;
    top: -297px;
  }
  .section-footer .doodle-3 {
    left: -140%;
    top: 233px;
  }

  .social-link {
    padding: 100px 210px;
  }
  .social-link h2 {
    padding: 0 100px;
  }

  .sticky-btn {
    display: none;
  }
}

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