<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.header {
  width: 100%;
  height: calc(100vh - 41px);
}

.header .flex {
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  padding-left: var(--container-margin);
  position: relative;
}

.header .flex .scroll-down {
  position: absolute;
  bottom: min(215px, 26vh);
  right: var(--container-margin);
  transform: rotate(90deg) translateY(-125%);
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  z-index: 1;
  max-width: 148px;
  white-space: nowrap;
  cursor: pointer;
}

.header .flex .scroll-down_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  min-height: 40px;
  margin-left: 20px;
  position: relative;
  transition: 1s cubic-bezier(0, 0.15, 0, 1);
}

.header .flex .scroll-down_icon::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border: 1px solid #c4d7ed;
  border-radius: 50%;
  box-sizing: border-box;
  transform-origin: center center;
  transition: transform 1s cubic-bezier(0, 0.15, 0, 1);
}

.header .flex .scroll-down_icon svg {
  transform: rotate(90deg);
}

html[data-zoom='100'] .header .flex .scroll-down {
  visibility: visible;
}

@media (max-width: 1310px) {
  .header .flex .scroll-down {
    display: none;
  }
}

@media (max-width: 480px) {
  .header .flex .scroll-down {
    display: none;
  }
}

.header .flex .scroll-down:hover .scroll-down_icon {
  transform: translateX(10%);
}

.header .flex .scroll-down:hover .scroll-down_icon::before {
  transform: scale(1.4);
}

.header-left {
  display: flex;
  width: 600px;
  height: 100%;
  flex-direction: column;
  justify-content: center;
}

.header-left ul.header-slides-title {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -0.01em;
}

.header-left ul.header-slides-title li {
  color: #afb0ae;
  cursor: pointer;
}

.header-left ul.header-slides-title li.active {
  color: #2F63A3;
}

.header-left ul.header-paginator {
  list-style: none;
  padding: 0;
  margin: 90px 0 0 0;
}

.header-left ul.header-paginator li {
  display: inline-block;
  position: relative;
  width: 33px;
  height: 2px;
  background: #afb0ae;
  cursor: pointer;
}

.header-left ul.header-paginator li.active {
  background: #2F63A3;
}

.header-left ul.header-paginator li + li {
  margin-left: 12px;
}

html[data-zoom='175'] .header-left {
  width: 560px;
  transform-origin: 0% 50%;
  transform: scale(0.75);
}

html[data-zoom='200'] .header-left {
  width: 560px;
  transform-origin: 0% 50%;
  transform: scale(0.75);
}

@media (max-width: 1180px) {
  .header-left {
    width: 500px;
  }
  .header-left ul.header-slides-title {
    font-size: 20px;
    line-height: 32px;
  }
}

.header-right {
  width: calc(100% - 600px);
  position: relative;
  overflow: hidden;
}

.header-right_slide {
  position: absolute;
  width: 100%;
  height: 100%;
}

.header-right_slide.active img {
  opacity: 1;
  transform: translateX(0vw) scale(calc(min(1, 1.1 / var(--zoom))));
}

.header-right_slide img {
  transform: translateX(60vw) scale(calc(min(1, 1.1 / var(--zoom))));
  opacity: 0;
  transition: transform 1s cubic-bezier(0.44, 0.15, 0, 1), opacity 1s cubic-bezier(0.44, 0.15, 0, 1);
}

.header-right_slide img:nth-child(1) {
  transition-delay: 0.02s;
}

.header-right_slide img:nth-child(2) {
  transition-delay: 0.04s;
}

.header-right_slide img:nth-child(3) {
  transition-delay: 0.06s;
}

.header-right_slide img:nth-child(4) {
  transition-delay: 0.08s;
}

.header-right_slide img:nth-child(5) {
  transition-delay: 0.1s;
}

.header-right_slide img:nth-child(6) {
  transition-delay: 0.12s;
}

.header-right_slide img:nth-child(7) {
  transition-delay: 0.14s;
}

.header-right_slide img:nth-child(8) {
  transition-delay: 0.16s;
}

.header-right_slide img:nth-child(9) {
  transition-delay: 0.18s;
}

.header-right_slide img:nth-child(10) {
  transition-delay: 0.2s;
}

.header-right_slide img:nth-child(11) {
  transition-delay: 0.22s;
}

.header-right_slide img:nth-child(12) {
  transition-delay: 0.24s;
}

.header-right_slide img:nth-child(13) {
  transition-delay: 0.26s;
}

.header-right_slide img:nth-child(14) {
  transition-delay: 0.28s;
}

.header-right_slide img:nth-child(15) {
  transition-delay: 0.3s;
}

.header-right_slide img:nth-child(16) {
  transition-delay: 0.32s;
}

.header-right_slide img:nth-child(17) {
  transition-delay: 0.34s;
}

.header-right_slide img:nth-child(18) {
  transition-delay: 0.36s;
}

.header-right_slide img:nth-child(19) {
  transition-delay: 0.38s;
}

.header-right_slide img:nth-child(20) {
  transition-delay: 0.4s;
}

.header-right_slide img:nth-child(21) {
  transition-delay: 0.42s;
}

.header-right_slide img:nth-child(22) {
  transition-delay: 0.44s;
}

.header-right_slide img:nth-child(23) {
  transition-delay: 0.46s;
}

.header-right_slide img:nth-child(24) {
  transition-delay: 0.48s;
}

.header-right_slide img:nth-child(25) {
  transition-delay: 0.5s;
}

.header-right_slide img:nth-child(26) {
  transition-delay: 0.52s;
}

.header-right_slide img:nth-child(27) {
  transition-delay: 0.54s;
}

.header-right_slide img:nth-child(28) {
  transition-delay: 0.56s;
}

.header-right_slide img:nth-child(29) {
  transition-delay: 0.58s;
}

.header-right_slide img:nth-child(30) {
  transition-delay: 0.6s;
}

.header-right_slide img:nth-child(31) {
  transition-delay: 0.62s;
}

.header-right_slide img:nth-child(32) {
  transition-delay: 0.64s;
}

.header-right_slide img:nth-child(33) {
  transition-delay: 0.66s;
}

.header-right_slide img:nth-child(34) {
  transition-delay: 0.68s;
}

.header-right_slide img:nth-child(35) {
  transition-delay: 0.7s;
}

.header-right_slide img:nth-child(36) {
  transition-delay: 0.72s;
}

.header-right_slide img:nth-child(37) {
  transition-delay: 0.74s;
}

.header-right_slide img:nth-child(38) {
  transition-delay: 0.76s;
}

.header-right_slide img:nth-child(39) {
  transition-delay: 0.78s;
}

.header-right_slide img:nth-child(40) {
  transition-delay: 0.8s;
}

.header-right_slide img:nth-child(41) {
  transition-delay: 0.82s;
}

.header-right_slide img:nth-child(42) {
  transition-delay: 0.84s;
}

.header-right_slide img:nth-child(43) {
  transition-delay: 0.86s;
}

.header-right_slide img:nth-child(44) {
  transition-delay: 0.88s;
}

.header-right_slide img:nth-child(45) {
  transition-delay: 0.9s;
}

.header-right_slide img:nth-child(46) {
  transition-delay: 0.92s;
}

.header-right_slide img:nth-child(47) {
  transition-delay: 0.94s;
}

.header-right_slide img:nth-child(48) {
  transition-delay: 0.96s;
}

.header-right_slide img:nth-child(49) {
  transition-delay: 0.98s;
}

html[data-zoom='175'] .header-right {
  width: calc(100% - 490px);
}

html[data-zoom='200'] .header-right {
  width: calc(100% - 390px);
}

html[data-zoom='200'] .header-right_slide.active img {
  transform: translateX(0vw) scale(calc(min(1, 1.5 / var(--zoom))));
}

html[data-zoom='200'] .header-right_slide img {
  transform: translateX(60vw) scale(calc(min(1, 1.5 / var(--zoom))));
}

@media (max-width: 1180px) {
  .header-right {
    width: calc(100% - 500px);
  }
  .header-right_slide.active img {
    transform: translateX(0vw) scale(0.7);
  }
  .header-right_slide img {
    transform: translateX(60vw) scale(0.7);
  }
}

@media (max-width: 480px) {
  .header-right_slide.active img {
    transform: translateX(0vw) scale(1);
  }
  .header-right_slide img {
    transform: translateX(60vw) scale(1);
  }
}

.header-title {
  font-size: 80px;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -0.03em;
  margin-bottom: 64px;
}

html[data-zoom='175'] .header-title {
  font-size: 70px;
}

html[data-zoom='200'] .header-title {
  font-size: 70px;
  margin-bottom: 40px;
}

@media (max-width: 1180px) {
  .header-title {
    font-size: 60px;
    margin-bottom: 40px;
  }
}

.header #header-slide-items img {
  width: 270px;
  position: absolute;
}

.header #header-slide-items img:nth-child(1) {
  width: 13.50254vh;
  left: 1.68782vh;
  top: 10.07576vh;
}

.header #header-slide-items img:nth-child(2) {
  width: 21.21827vh;
  left: calc((55% - 21.21827vh / 2) * min(1, 1 / var(--zoom)));
  top: 0;
}

.header #header-slide-items img:nth-child(3) {
  width: 26.04061vh;
  right: 0;
  top: 2.39899vh;
}

.header #header-slide-items img:nth-child(4) {
  width: 32.79188vh;
  left: calc(50% - 25.31726vh / 2);
  top: calc((28.30808vh) * 0.9 / min(1, var(--zoom)));
}

.header #header-slide-items img:nth-child(5) {
  width: 16.87817vh;
  left: 0;
  top: calc((62.37374vh) * 0.85 / min(1, var(--zoom)));
}

.header #header-slide-items img:nth-child(6) {
  width: 27.00508vh;
  right: calc(var(--container-margin) + 70px);
  bottom: 0;
}

.header #header-slide-flags img {
  height: 7.263vh;
  position: absolute;
}

.header #header-slide-flags img:nth-child(1) {
  left: 0;
  top: 0;
}

.header #header-slide-flags img:nth-child(2) {
  left: 26.57819vh;
  top: 0;
}

.header #header-slide-flags img:nth-child(3) {
  left: 51.7934vh;
  top: calc(7.263vh * 1.5 * var(--zoom));
}

.header #header-slide-flags img:nth-child(4) {
  right: 6.81492vh;
  top: 5.0841vh;
}

.header #header-slide-flags img:nth-child(5) {
  left: 12.67575vh;
  top: 20.33639vh;
}

.header #header-slide-flags img:nth-child(6) {
  right: 48.38594vh;
  top: 27.59939vh;
}

.header #header-slide-flags img:nth-child(7) {
  height: 9.29664vh;
  right: 23.17073vh;
  top: 25.71101vh;
}

.header #header-slide-flags img:nth-child(8) {
  left: calc(20.98996vh * 0.8 / min(1, var(--zoom)));
  top: 45.3211vh;
}

.header #header-slide-flags img:nth-child(9) {
  height: 9.29664vh;
  left: calc(49.06743vh * 0.8 / min(1, var(--zoom)));
  top: 48.9526vh;
}

.header #header-slide-flags img:nth-child(10) {
  height: 9.29664vh;
  left: calc(65.42324vh * 0.9 / min(1, var(--zoom)));
  top: 54.763vh;
}

.header #header-slide-flags img:nth-child(11) {
  right: 0;
  top: 45.03058vh;
}

.header #header-slide-flags img:nth-child(12) {
  left: calc(17.71879vh * 0.8 / min(1, var(--zoom)));
  top: 69.43425vh;
}

.header #header-slide-flags img:nth-child(13) {
  left: calc(51.7934vh * 0.8 / min(1, var(--zoom)));
  top: 71.17737vh;
}

.header #header-slide-flags img:nth-child(14) {
  left: 32.71162vh;
  bottom: 0;
}

.header #header-slide-flags img:nth-child(15) {
  right: 2.72597vh;
  bottom: 5.8104vh;
}

html[data-zoom='200'] .header #header-slide-flags img:nth-child(3) {
  left: auto;
  right: 0;
}

html[data-zoom='200'] .header #header-slide-flags img:nth-child(6) {
  right: 38.70875vh;
}

html[data-zoom='200'] .header #header-slide-flags img:nth-child(7) {
  right: 18.53659vh;
}

html[data-zoom='200'] .header #header-slide-flags img:nth-child(11) {
  top: 36.02446vh;
}

html[data-zoom='200'] .header #header-slide-flags img:nth-child(13) {
  top: 64.05963vh;
}

.header #header-slide-sheet img {
  width: auto;
  height: 80%;
  position: absolute;
  top: calc(50% - 40%);
  right: calc(var(--container-margin));
}

.header #header-slide-sheet img:nth-child(2) {
  display: none;
}

html[data-zoom='100'] .header #header-slide-sheet img {
  right: calc(var(--container-margin) + 70px);
}

@media (max-width: 480px) {
  .header .flex {
    padding: 36px 0;
    flex-direction: column;
    position: relative;
  }
  .header-left {
    width: calc(100% - 24px * 2);
    padding: 0 24px;
    height: auto;
    max-width: 351px;
  }
  .header-left ul.header-slides-title {
    font-size: 18px;
    line-height: 26px;
  }
  .header-left ul.header-paginator {
    position: absolute;
    margin: 0;
    left: 24px;
    bottom: 24px;
    z-index: 1;
  }
  .header-right {
    width: 100%;
    height: calc(100vh - 419px);
  }
  .header-right_slide {
    text-align: right;
  }
  .header-title {
    font-size: 60px;
    line-height: 60px;
    margin-bottom: 18px;
  }
  .header #header-slide-items img {
    width: 270px;
    position: absolute;
  }
  .header #header-slide-items img:nth-child(1) {
    width: calc((100vh - 419px) * 43/375);
    left: calc((100vh - 419px) * 30/375);
    top: calc((100vh - 419px) * 37/293);
  }
  .header #header-slide-items img:nth-child(2) {
    width: calc((100vh - 419px) * 56/375);
    left: calc((100vh - 419px) * 149/375);
    top: 30px;
  }
  .header #header-slide-items img:nth-child(3) {
    width: calc((100vh - 419px) * 74/375);
    right: 0;
    top: calc((100vh - 419px) * 49/293);
  }
  .header #header-slide-items img:nth-child(4) {
    width: calc((100vh - 419px) * 98/375);
    left: calc((100vh - 419px) * 121/375);
    top: calc((100vh - 419px) * 90/293);
  }
  .header #header-slide-items img:nth-child(5) {
    width: calc((100vh - 419px) * 51/375);
    left: 30px;
    top: calc((100vh - 419px) * 162/293);
  }
  .header #header-slide-items img:nth-child(6) {
    width: calc((100vh - 419px) * 80/375);
    right: calc((100vh - 419px) * 54/375);
    bottom: 30px;
  }
  .header #header-slide-flags img {
    position: absolute;
    height: calc(22/293 * calc(100vh - 419px));
  }
  .header #header-slide-flags img:nth-child(1) {
    display: none;
  }
  .header #header-slide-flags img:nth-child(2) {
    display: none;
  }
  .header #header-slide-flags img:nth-child(3) {
    left: 0;
    top: calc((100vh - 419px) * 70/293);
  }
  .header #header-slide-flags img:nth-child(4) {
    left: calc((100vh - 419px) * 110/375);
    top: calc((100vh - 419px) * 60/293);
  }
  .header #header-slide-flags img:nth-child(5) {
    display: none;
  }
  .header #header-slide-flags img:nth-child(6) {
    display: none;
  }
  .header #header-slide-flags img:nth-child(7) {
    height: calc((100vh - 419px) * 39/293);
    left: calc((100vh - 419px) * 70/375);
    top: calc((100vh - 419px) * 148/293);
  }
  .header #header-slide-flags img:nth-child(8) {
    left: calc((100vh - 419px) * 198/375);
    top: calc((100vh - 419px) * 20/293);
  }
  .header #header-slide-flags img:nth-child(9) {
    height: calc((100vh - 419px) * 31/293);
    right: calc((100vh - 419px) * 7/375);
    top: calc((100vh - 419px) * 35/293);
    left: auto;
  }
  .header #header-slide-flags img:nth-child(10) {
    display: none;
  }
  .header #header-slide-flags img:nth-child(11) {
    display: none;
  }
  .header #header-slide-flags img:nth-child(12) {
    left: calc((100vh - 419px) * 180/375);
    top: calc((100vh - 419px) * 120/293);
  }
  .header #header-slide-flags img:nth-child(13) {
    right: -10px;
    left: auto;
    top: calc((100vh - 419px) * 130/293);
  }
  .header #header-slide-flags img:nth-child(14) {
    left: calc((100vh - 419px) * 250/375);
    bottom: 50px;
  }
  .header #header-slide-flags img:nth-child(15) {
    display: none;
  }
  .header #header-slide-sheet img {
    width: calc(50% - 36px);
    height: 80%;
    position: absolute;
    top: calc(50% - 40%);
    right: 30px;
    left: 30px;
  }
  .header #header-slide-sheet img:nth-child(2) {
    display: inherit;
    left: calc(50% + 6px);
  }
}

@media (max-height: 667px) {
  html[data-zoom='100'] .header #header-slide-items img {
    width: 270px;
    position: absolute;
  }
  html[data-zoom='100'] .header #header-slide-items img:nth-child(1) {
    width: calc((100vh - 419px) * 43/375);
    left: calc((100vh - 419px) * 30/375);
    top: calc((100vh - 419px) * 37/293);
  }
  html[data-zoom='100'] .header #header-slide-items img:nth-child(2) {
    width: calc((100vh - 419px) * 56/375);
    left: calc((100vh - 419px) * 149/375);
    top: 30px;
  }
  html[data-zoom='100'] .header #header-slide-items img:nth-child(3) {
    width: calc((100vh - 419px) * 90/375);
    right: 0;
    top: calc((100vh - 419px) * 49/293);
  }
  html[data-zoom='100'] .header #header-slide-items img:nth-child(4) {
    width: calc((100vh - 419px) * 110/375);
    left: calc((100vh - 419px) * 230/375);
    top: calc((100vh - 419px) * 100/293);
  }
  html[data-zoom='100'] .header #header-slide-items img:nth-child(5) {
    width: calc((100vh - 419px) * 100/375);
    left: 30px;
    top: calc((100vh - 419px) * 130/293);
  }
  html[data-zoom='100'] .header #header-slide-items img:nth-child(6) {
    width: calc((100vh - 419px) * 100/375);
    right: calc((100vh - 419px) * 54/375);
    bottom: 10px;
  }
  html[data-zoom='100'] .header #header-slide-flags img {
    position: absolute;
    height: calc(32/293 * calc(100vh - 419px));
  }
  html[data-zoom='100'] .header #header-slide-flags img:nth-child(1) {
    display: none;
  }
  html[data-zoom='100'] .header #header-slide-flags img:nth-child(2) {
    display: none;
  }
  html[data-zoom='100'] .header #header-slide-flags img:nth-child(3) {
    left: 0;
    top: calc((100vh - 419px) * 70/293);
  }
  html[data-zoom='100'] .header #header-slide-flags img:nth-child(4) {
    left: calc((100vh - 419px) * 150/375);
    top: calc((100vh - 419px) * 40/293);
  }
  html[data-zoom='100'] .header #header-slide-flags img:nth-child(5) {
    display: none;
  }
  html[data-zoom='100'] .header #header-slide-flags img:nth-child(6) {
    display: none;
  }
  html[data-zoom='100'] .header #header-slide-flags img:nth-child(7) {
    height: calc((100vh - 419px) * 39/293);
    left: calc((100vh - 419px) * 70/375);
    top: calc((100vh - 419px) * 148/293);
  }
  html[data-zoom='100'] .header #header-slide-flags img:nth-child(8) {
    left: calc((100vh - 419px) * 300/375);
    top: calc((100vh - 419px) * 30/293);
  }
  html[data-zoom='100'] .header #header-slide-flags img:nth-child(9) {
    height: calc((100vh - 419px) * 31/293);
    right: calc((100vh - 419px) * 7/375);
    top: calc((100vh - 419px) * 35/293);
    left: auto;
  }
  html[data-zoom='100'] .header #header-slide-flags img:nth-child(10) {
    display: none;
  }
  html[data-zoom='100'] .header #header-slide-flags img:nth-child(11) {
    display: none;
  }
  html[data-zoom='100'] .header #header-slide-flags img:nth-child(12) {
    left: calc((100vh - 419px) * 250/375);
    top: calc((100vh - 419px) * 120/293);
  }
  html[data-zoom='100'] .header #header-slide-flags img:nth-child(13) {
    right: 20px;
    left: auto;
    top: calc((100vh - 419px) * 130/293);
  }
  html[data-zoom='100'] .header #header-slide-flags img:nth-child(14) {
    left: calc((100vh - 419px) * 340/375);
    bottom: 30px;
  }
  html[data-zoom='100'] .header #header-slide-flags img:nth-child(15) {
    display: none;
  }
}

.section_head {
  margin-bottom: 80px;
}

.section_head-title {
  font-size: 80px;
  font-weight: 500;
  line-height: 80px;
  letter-spacing: -0.03em;
}

.section_head-description {
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: -0.01em;
}

.section_head-description p {
  margin: 0;
}

@media (max-width: 480px) {
  .section_head {
    margin-bottom: 40px;
  }
  .section_head-title {
    font-size: 48px;
    line-height: 48px;
  }
  .section_head-description {
    font-size: 18px;
    line-height: 24px;
  }
  .section_head-description p {
    margin: 0;
  }
}

#map-section {
  position: relative;
}

#map-section .world {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}

#map-section .gradient {
  transform: none !important;
}

#who {
  position: relative;
}

#who::before {
  content: '';
  position: absolute;
  top: 35%;
  right: 0;
  bottom: 0;
  left: 0;
  background: #E9F4FF;
}

#who .container {
  background: #000E2A;
  color: white;
  max-width: none;
}

#who .section-title {
  width: 70%;
}

#who .section-title span {
  color: #FF1C52;
}

#who .row + .row {
  margin-top: 52px;
}

#who .box .left-line {
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateX(100%) translateY(100%);
}

#who .box .center-line {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) translateY(100%);
}

#who .box .right-line {
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translateX(-100%) translateY(100%);
}

#who p {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0em;
}

@media (max-width: 480px) {
  #who::before {
    top: 0;
    background: #000E2A;
    top: 30px;
    bottom: 30px;
  }
  #who .container {
    width: 100% !important;
  }
  #who.section {
    padding-bottom: 0;
  }
  #who .section-title {
    width: 100%;
  }
  #who .box::before {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%) translateY(100%);
    width: 1px;
    height: 40px;
    background: #192C41;
    bottom: 0;
  }
  #who .box .left-line,
  #who .box .center-line,
  #who .box .right-line {
    display: none;
  }
}

#how {
  position: relative;
}

#how::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #E9F4FF;
}

#how .row + .row {
  margin-top: 80px;
}

#how .find-out {
  margin-top: 0;
}

#how .section-title {
  width: 70%;
}

@media (max-width: 480px) {
  #how .section-title {
    width: 100%;
    margin: 30px 0 0;
  }
  #how .row + .row {
    margin-top: 20px;
  }
}

#benefits {
  position: relative;
  padding-bottom: 86px;
}

#benefits::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #E9F4FF;
}

#benefits::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 170px;
  background: #082B51;
}

#benefits .container {
  background: white;
  max-width: none;
}

@media (max-width: 480px) {
  #benefits {
    background-color: #E9F4FF;
    padding-bottom: 0;
  }
  #benefits::before {
    background: #FFF;
    top: 30px;
  }
  #benefits::after {
    display: none;
    padding-bottom: 0;
  }
  #benefits .container {
    width: 100% !important;
  }
}

#applying {
  position: relative;
  color: white;
  padding: 120px 0;
}

#applying::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000E2A;
  z-index: 0;
}

#applying .section-title {
  border-bottom: 1px solid #19263f;
  padding-bottom: 80px;
  margin-bottom: 80px;
}

#applying .section-title span {
  color: #FF1C52;
}

#applying .step {
  z-index: 1;
  position: relative;
}

#applying .step + .step {
  margin-top: 120px;
}

#applying .step span,
#applying .step a {
  color: #ff7392;
  font-weight: 700;
}

#applying .step_section {
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: -0.01em;
  margin-bottom: 16px;
}

#applying .step_title {
  font-size: 64px;
  font-weight: 500;
  line-height: 72px;
  letter-spacing: -0.03em;
}

#applying .step_description {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

#applying .step .folded-box {
  margin-top: 158px;
  padding: 160px;
  position: relative;
}

#applying .step .folded-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  border-style: solid;
  border-width: 88px 88px 0 0;
  z-index: 1;
}

#applying .step .folded-box::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  border-style: solid;
  border-width: 88px 88px 0 0;
  z-index: 2;
}

#applying .step .folded-box_title {
  font-size: 80px;
  font-weight: 500;
  line-height: 80px;
  letter-spacing: -0.03em;
}

#applying .step .folded-box p {
  margin: 0;
}

#applying .step-one .container {
  max-width: none;
}

#applying .step-one .small-container .ellipse {
  width: 360px;
  position: absolute;
  left: 0;
  bottom: -420px;
}

#applying .step-one .small-container .ellipse img {
  width: 360px;
  height: auto;
}

#applying .step-one .step_title {
  color: #FF1C52;
}

#applying .step-one .folded-box {
  background: #002652;
}

#applying .step-one .folded-box::before {
  border-color: #2C44BF transparent transparent transparent;
}

#applying .step-one .folded-box::after {
  border-color: transparent #7D92FF #7D92FF transparent;
}

#applying .step-two .row {
  margin-top: 80px;
}

#applying .step-two .row .ellipse {
  width: 360px;
  position: absolute;
  right: 60px;
  bottom: -300px;
  z-index: 0;
}

#applying .step-two .row .col {
  z-index: 1;
}

#applying .step-two .step_head .row {
  margin-top: 0;
}

#applying .step-two_box {
  padding: 40px;
}

#applying .step-two_box-title {
  font-size: 32px;
  font-weight: 500;
  line-height: 40px;
  letter-spacing: -0.01em;
  margin: 30px 0 25px 0;
}

#applying .step-two_box-footnote {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  position: relative;
  padding-left: 65px;
}

#applying .step-two_box-footnote svg {
  position: absolute;
  top: 0;
  left: 0;
}

#applying .step-two_box--left {
  background: #40173C;
}

#applying .step-two_box--left .step-two_box-footnote {
  color: #FFAABC;
}

#applying .step-two_box--right {
  background: #024A3A;
}

#applying .step-two_box--right .step-two_box-footnote {
  color: #00FFB2;
}

#applying .step-three .container {
  max-width: none;
}

#applying .step-three .folded-box {
  background: #40173C;
}

#applying .step-three .folded-box::before {
  border-color: #D01F45 transparent transparent transparent;
}

#applying .step-three .folded-box::after {
  border-color: transparent #FF6082 #FF6082 transparent;
}

#applying .step-three .folded-box_title {
  font-size: 64px;
  font-weight: 500;
  line-height: 72px;
  letter-spacing: -0.03em;
  margin-bottom: 24px;
}

#applying .step-three .folded-box img {
  position: relative;
  top: -50px;
  right: -85px;
}

#applying .step-final {
  margin-top: 60px !important;
}

#applying .step-final .small-container {
  border-top: 1px solid #192d41;
  padding-top: 60px;
}

#applying .step-final .small-container .step_head {
  z-index: 1;
  position: relative;
}

#applying .step-final .small-container .ellipse {
  width: 360px;
  position: absolute;
  left: -40px;
  top: -75px;
  z-index: 0;
}

#applying .step-final .small-container .ellipse img {
  transform: scale(1.1) rotate(90deg);
}

#applying .step-final .step_title {
  font-size: 48px;
  font-weight: 500;
  line-height: 48px;
  letter-spacing: -0.03em;
  margin-bottom: 65px;
}

#applying .step-final p {
  opacity: .6;
}

@media (max-width: 480px) {
  #applying {
    padding: 64px 0;
  }
  #applying .container {
    width: 100% !important;
  }
  #applying .step + .step {
    margin-top: 60px;
  }
  #applying .step_title {
    font-size: 40px;
    line-height: 48px;
  }
  #applying .step .folded-box {
    margin-top: 64px;
    padding: 80px 0 40px 0;
  }
  #applying .step .folded-box::before {
    border-width: 48px 48px 0 0;
  }
  #applying .step .folded-box::after {
    content: '';
    border-width: 48px 48px 0 0;
  }
  #applying .step .folded-box_title {
    font-size: 48px;
    line-height: 48px;
    margin-bottom: 10px;
  }
  #applying .step-one .small-container .ellipse {
    left: -35%;
    transform: translateY(85%);
  }
  #applying .step-one .small-container .step_head {
    position: relative;
  }
  #applying .step-two_box {
    padding: 24px;
  }
  #applying .step-two_box-title {
    font-size: 24px;
    line-height: 32px;
  }
  #applying .step-two_box-footnote {
    padding-left: 50px;
    font-size: 16px;
    line-height: 24px;
  }
  #applying .step-two_box-footnote svg {
    width: 29px;
    height: 29px;
  }
  #applying .step-three .folded-box img {
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
  }
  #applying .step-four {
    position: relative;
    z-index: 2;
  }
  #applying .step-final {
    position: relative;
    margin-top: 30px !important;
    z-index: 1;
  }
  #applying .step-final .small-container {
    padding-top: 60px;
  }
  #applying .step-final .small-container .ellipse {
    left: -40px;
    top: -75px;
    transform: rotate(90deg) translateY(50%) translateX(-31%);
  }
  #applying .step-final .small-container .ellipse img {
    transform: scale(0.7);
  }
  #applying .step-final .step_title {
    font-size: 32px;
    line-height: 32px;
    margin-bottom: 30px;
  }
}

#duration {
  position: relative;
  padding-top: 120px;
}

#duration::before {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 130vw;
  height: 130vw;
  border-radius: 50%;
  transform: translateY(80%) translateX(-15vw);
  background: #E9F4FF;
}

@media (max-width: 480px) {
  #duration {
    padding-top: 60px;
  }
  #duration::before {
    top: 0;
    border-radius: 0;
    width: 100%;
    height: 100%;
    transform: none;
  }
}

#fees {
  position: relative;
}

#fees::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #E9F4FF;
}

#fees .container {
  background: white;
  position: relative;
  max-width: none;
}

#fees .container::before {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 140px;
  background: #000E2A;
}

#fees .container .small-container {
  padding-bottom: 0;
}

#fees .container + .container {
  background: #000E2A;
  color: #FFF;
}

#fees .container + .container .small-container {
  padding-bottom: 120px;
}

#fees .container + .container .section_head {
  border-bottom: 1px solid #19263f;
  padding-bottom: 80px;
  margin-bottom: 80px;
}

#fees .container + .container .section_head-title {
  font-size: 62px;
  font-weight: 500;
  line-height: 72px;
  letter-spacing: -0.03em;
}

#fees .container + .container .section_head-title span {
  color: #FF1C52;
  font-size: 64px;
  font-weight: 500;
  line-height: 72px;
  letter-spacing: -0.03em;
}

#fees .container + .container .btn-outline-white {
  margin-top: 24px;
  width: max-content;
}

#fees .section-subtitle {
  border-bottom: 1px solid #C8D7E7;
  padding-bottom: 40px;
  margin-bottom: 40px;
}

#fees .find-more p {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  opacity: .6;
}

#fees .find-more ul {
  list-style: none;
  padding: 0;
  margin: 33px 0 0 0;
}

#fees .find-more ul li {
  display: inline-block;
  border-bottom: 1px solid #FFF;
  padding-bottom: 5px;
}

#fees .find-more ul li svg {
  margin-left: 15px;
}

#fees .find-more ul li svg path {
  stroke: #FFF;
}

#fees .find-more ul li + li {
  margin-left: 40px;
}

@media (max-width: 480px) {
  #fees {
    padding-bottom: 0;
  }
  #fees.section {
    padding-top: 0;
  }
  #fees .container {
    width: 100% !important;
  }
  #fees .container + .container .small-container {
    padding-bottom: 60px;
  }
  #fees .container + .container .section_head {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
  #fees .container + .container .section_head-title {
    font-size: 40px;
    line-height: 48px;
  }
  #fees .container + .container .section_head-title span {
    font-size: 40px;
    line-height: 48px;
  }
  #fees .section-subtitle {
    margin-bottom: 20px;
  }
  #fees .find-more ul li {
    margin: 0 0 20px 0;
  }
  #fees .find-more ul li:first-child {
    margin-right: 20px;
  }
  #fees .find-more ul li + li {
    margin: 0 0 20px 0;
  }
}

#tools {
  position: relative;
  padding-top: 120px;
}

#tools::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #E9F4FF;
}

@media (max-width: 480px) {
  #tools {
    padding-top: 64px;
  }
  #tools .section-title {
    margin-bottom: 0;
  }
}

#resources {
  position: relative;
  color: #FFF;
  padding-bottom: 0;
}

#resources::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #E9F4FF;
}

#resources .container {
  background: #000E2A;
  max-width: none;
}

#resources .row + .row {
  margin-top: 80px;
}

#resources .btn {
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  text-align: center;
  padding: 22px 5px 18px;
  margin-top: auto;
}

@media (max-width: 480px) {
  #resources {
    background: #E9F4FF;
  }
  #resources::before {
    background: #000E2A;
    top: 30px;
  }
  #resources .section-title {
    margin-bottom: 0;
  }
  #resources .row + .row {
    margin-top: 20px;
  }
  #resources .container {
    width: 100% !important;
  }
}

#designs {
  padding-top: 120px;
}

#designs .btn {
  margin-top: 24px;
  width: max-content;
}

#designs .featured-companies {
  margin-bottom: 86px;
}

#designs .featured-companies .swiper-wrapper {
  margin-left: -50px;
}

#designs .featured-companies_title {
  margin: 80px 0 56px;
  padding-top: 40px;
  border-top: 1px solid #f0f3f9;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
}

#designs .featured-companies img {
  height: 24px;
  padding: 0 40px;
  vertical-align: middle;
}

#designs .featured-companies .wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
}

#designs .featured-companies .logos {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  vertical-align: middle;
  will-change: transform;
  animation: loop 8s linear infinite;
}

#designs .design-box {
  width: calc(100% - 10px);
  position: relative;
  overflow: hidden;
}

#designs .design-box::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
  opacity: .2;
  z-index: 1;
  transition: opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

#designs .design-box::after {
  content: attr(data-credits);
  position: absolute;
  color: #fff;
  left: 40px;
  bottom: 14px;
  font-size: 12px;
  z-index: 5;
}

@media (max-width: 480px) {
  #designs .design-box::after {
    left: 24px;
    bottom: 10px;
    font-size: 10px;
  }
}

#designs .design-box_wrapper {
  margin-bottom: 68px;
}

#designs .design-box_wrapper .col + .col .design-box {
  margin-left: 10px;
}

#designs .design-box_bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

#designs .design-box_bg img {
  object-fit: cover;
  min-height: 100%;
}

#designs .design-box_content {
  position: absolute;
  top: 40px;
  right: 40px;
  bottom: 40px;
  left: 40px;
  color: #FFF;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  z-index: 1;
  overflow: hidden;
}

#designs .design-box_content-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
  width: 85%;
  transform: translateY(calc(100% + 16px));
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

#designs .design-box_title {
  font-size: 32px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: -0.01em;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(calc(-100% - 16px));
}

#designs .design-box_description {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
}

#designs .design-box_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #FFF;
  border-radius: 50%;
  position: absolute;
  bottom: 40px;
  right: 40px;
  z-index: 1;
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

#designs .design-box:hover::before {
  opacity: .7;
}

#designs .design-box:hover .design-box_content-wrapper {
  transform: translateY(0);
}

#designs .design-box:hover .design-box_icon {
  background: #FFF;
}

#designs .design-box:hover .design-box_icon svg path {
  stroke: #000E2A;
}

#designs .design-box + .design-box {
  margin-top: 40px;
}

#designs .design-box--small {
  padding-top: 92%;
}

#designs .design-box--medium {
  padding-top: 108%;
}

#designs .design-box--big {
  padding-top: 193%;
}

@media (max-width: 480px) {
  #designs {
    padding-top: 64px;
  }
  #designs .section-title {
    margin-bottom: 0;
  }
  #designs .featured-companies {
    margin-bottom: 40px;
  }
  #designs .featured-companies_title {
    margin: 40px 0 40px;
    padding-top: 40px;
  }
  #designs .featured-companies img {
    height: 30px;
  }
  #designs .design-box {
    width: 100%;
  }
  #designs .design-box_wrapper .col {
    margin: 0;
    padding: 0;
  }
  #designs .design-box_wrapper .col + .col {
    margin-top: 20px;
  }
  #designs .design-box_wrapper .col + .col .design-box {
    margin-left: 0;
  }
  #designs .design-box + .design-box {
    margin-top: 20px;
  }
  #designs .design-box_content {
    top: 25px;
    right: 25px;
    bottom: 25px;
    left: 25px;
  }
  #designs .design-box_title {
    font-size: 24px;
    line-height: 24px;
  }
}

#more {
  position: relative;
  margin-top: 40px;
  padding-top: 120px;
}

#more::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #E9F4FF;
}

#more .find-out {
  margin: 48px auto 0 0;
}

@media (max-width: 480px) {
  #more {
    padding-bottom: 0;
    padding-top: 24px;
  }
  #more .section-title {
    margin-top: 40px;
  }
}

#contact {
  position: relative;
}

#contact::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #E9F4FF;
}

#webinar {
  color: #FFF;
  position: relative;
  background: #E9F4FF;
}

#webinar::before {
  content: '';
  position: absolute;
  top: calc(60px + 88px);
  right: 0;
  bottom: 0;
  left: 0;
  background: #000E2A;
}

#webinar .container {
  max-width: none;
}

#webinar .folded-box {
  background: #40173C;
  padding: 160px;
  position: relative;
}

#webinar .folded-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  border-style: solid;
  border-width: 88px 88px 0 0;
  z-index: 1;
  border-color: #D01F45 transparent transparent transparent;
}

#webinar .folded-box::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  border-style: solid;
  border-width: 88px 88px 0 0;
  z-index: 2;
  border-color: transparent #FF6082 #FF6082 transparent;
}

#webinar .folded-box_title {
  font-size: 64px;
  font-weight: 500;
  line-height: 72px;
  letter-spacing: -0.03em;
  margin-bottom: 24px;
}

#webinar .folded-box img {
  position: relative;
  top: -50px;
  right: -85px;
}

#webinar .folded-box .btn {
  margin-top: 20px;
  padding-right: 80px;
  min-width: 250px;
  width: max-content;
}

@media (max-width: 480px) {
  #webinar .container {
    width: 100% !important;
  }
  #webinar .folded-box {
    margin-top: 64px;
    padding: 80px 0 40px 0;
  }
  #webinar .folded-box::before {
    border-width: 48px 48px 0 0;
  }
  #webinar .folded-box::after {
    border-width: 48px 48px 0 0;
  }
  #webinar .folded-box_title {
    font-size: 48px;
    line-height: 48px;
    margin-bottom: 10px;
  }
  #webinar .folded-box img {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    margin-top: 48px;
    margin-bottom: 20px;
  }
  #webinar .folded-box .btn {
    padding: 22px 0 22px 24px;
    width: calc(100% - 24px);
  }
}

</pre></body></html>