.btn {
  border-radius: 24px;
  width: unset;
  padding: 7px 30px;
  background: #396CAA;
}

.section-1 {
  background: linear-gradient(180deg, #EAF1FB 0%, #FFFFFF 100%);
}

.section-1 .image {
  max-width: 700px;
}

.gap-15 {
  gap: 15px;
}

.video {
  margin-top: 35px;
}

.section-1 .header {
  font-size: 36px;
  font-weight: 600;
  line-height: 42px;
}

.section-1 .title {
  font-family: Poppins;
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0.02em;
}

.section-1 .descr {
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.section-2,
#video-player {
  background: linear-gradient(180deg, #FFFFFF 0%, #F8FBFF 100%);
}

.video-container {
  position: relative;
}

.section-2 .highlights {
  border-radius: 20px;
  box-shadow: 0px 4px 15px 0px #00000026;
  overflow: hidden;
}

.section-2 .highlights .items {
  background-color: white;
}

.section-2 .highlights .summary {
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: -0.02em;
  text-align: center;
  color: #FFFFFF;
  padding: 10px 0;
  background: #3071A9;
}

.section-2 .item {
  gap: 2px;
  padding: 16px;
}

.section-2 .item:not(:last-child) {
  border-right: 1px solid #E6E6E6;
}

.section-2 .item:hover {
  background: #F4FAFF;
}

.section-2 .header {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.02em;
  text-align: left;
  color: #4A4A4A;
}

.section-2 .descr {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: #4A4A4A;
}

.section-2 .action {
  padding-top: 5px;
  display: none;
}

.section-2 .action .icon {
  color: #2F4050;
  font-size: 18px;
  border: 1px solid #F4F4F4;
  border-radius: 20px;
  cursor: pointer;
}

.section-2 .item:hover .action .icon {
  transform: scale(1.2);
  box-shadow: 0px 4px 15px 0px #CBE0FF;
  background-color: white;
}

.accordion .list-icon {
  border-radius: 20px;
  background-color: #4FE078;
  color: white;
}

.accordion {
  border: 2px solid #5CBDFF;
}

.accordion .title {
  color: #4A4A4AB2;
}

.section-3 {
  padding-top: 50px;
  gap: 40px;
  background: #F8FBFF;
}

.section-3 .title {
  font-size: 12px;
  font-weight: 600;
  line-height: 12px;
  letter-spacing: 0.02em;
  color: #4A4A4A;
  text-transform: uppercase;
}

.section-3 .header {
  font-size: 36px;
  font-weight: 600;
  line-height: 42px;
  letter-spacing: 0.002em;
  text-align: left;
  color: #396CAA;
}

.section-3 .item .header {
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0.02em;
  text-align: left;
  color: #3E4868;
}

.section-3 .item .descr {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.02em;
  text-align: left;
  color: #4A4A4A;
}

.section-3 .details {
  padding: 10px 0;
}

.section-3 .item {
  padding: 20px 0;
  margin: 0 20px;
  cursor: pointer;
}

.section-3 .image {
  border-radius: 15px;
}

.section-3 .item:not(:last-child) {
  border-bottom: 1px solid #CBE0FF;
}

.section-3 .image-container {
  background: linear-gradient(180deg, #EAF1FB 1.5%, #F9FBFF 100%);
  border: 2px solid #FFFFFF;
  border-radius: 20px;
}

.section-3 .item.active {
  padding: 20px;
  margin: 0;
  border-radius: 10px;
  border: 1px solid #D0E3FF;
  background-color: white;
  box-shadow: 0px 4px 15px 0px #5CBDFF33;
}

.section-3 .item.no-border {
  border: none;
}

.section-3 .newbg {
  background: linear-gradient(180deg, #F8FBFF 79.35%, #FFFFFF 100%);
}

.section-4 {
  background: #EBF4F8;
  padding: 10px 0;
}

.section-4 .highlights {
  border-radius: 20px;
  overflow: hidden;
}

.section-4 .highlights .items {
  background-color: white;
}

.section-4 .highlights .items .item {
  padding: 20px;
}

.section-4 .highlights .items .item .header {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: 0.02em;
  color: #1D1D1F;
}

.section-4 .highlights .items .item .descr {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #4A4A4A;
}

.section-4 .highlights .items .item:not(:last-child) {
  border-right: 1px solid #E6E6E6;
}

.section-4 .highlights .summary {
  background: #D6E2EB;
  padding: 10px;
}

.section-4 .highlights .summary .header {
  font-size: 30px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 0.02em;
  color: #3071A9;
}

.section-4 .highlights .summary .image {
  max-width: 150px;
}

.section-5 {
  background: radial-gradient(74.9% 282.1% at 16.15% 10.98%, #5CBDFF 0%, #4FE078 100%);
  color: white;
}

.section-5 {
  padding: 20px 0;
}

.section-5 .header {
  font-size: 36px;
  font-weight: 600;
  line-height: 36px;
  text-align: center;
  color: white;
}

.section-5 .measures {
  font-size: 60px;
  font-weight: 600;
  line-height: 60px;
  text-align: center;
}

.section-5 .descr {
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
  text-align: center;
}

.section-6 {
  background: #EAF1FB;
  padding: 20px;
}

.section-6 .card {
  background-color: white;
  box-shadow: 0px 2px 15px 0px #00000026;
  border-radius: 12px;
  justify-content: space-between;
  padding: 20px;
}

.section-6 .header {
  font-family: Poppins;
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  color: #3071A9;
}

.section-6 .card .descr {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0%;
  text-align: center;
  color: #4A4A4A;
}

.section-6 .card .footer {
  background: #5CBDFF66;
  font-size: 16px;
  font-weight: 600;
  line-height: 19.36px;
  letter-spacing: 0.04em;
  padding: 20px 10px;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  text-align: center;
  color: #4A4A4A;
}

.section-6 .card .descr-box {
  padding: 20px;
}

.section-6 .card .list-icon {
  background: #58B73D;
  border-radius: 20px;
  color: white;
}

.section-6 .card .list-data {
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.002em;
}


@media only screen and (max-width: 480px) {
  .section-1 {
    margin: 0;
    padding: 20px 0 0 0;
  }

  .section-1 .title {
    font-size: 12px;
    font-weight: 600;
    line-height: 12px;
    letter-spacing: 0.02em;
    text-align: center;
  }

  .section-1 .header {
    font-size: 30px;
    line-height: 36px;
    text-align: center;
    padding: 0 16px;
  }

  .section-1 .descr {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0.002em;
    text-align: center;
    justify-content: center;
    padding: 0px 10px;
  }

  .section-2 {
    padding: 10px;
    gap: 10px;
  }

  .section-2 .highlights .items {
    flex-direction: column;
  }

  .section-2 .header {
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
    letter-spacing: 0.02em;
  }

  .section-2 .descr {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
  }

  .section-2 .highlights .summary {
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
    letter-spacing: -0.02em;
    text-align: center;
  }

  .section-2 .item:not(:last-child) {
    border-right: 0;
    border-bottom: 1px solid #E6E6E6;
  }

  .section-3 {
    padding: 20px 0 10px;
    gap: 30px;
  }

  .section-3 .top-bottom {
    flex-direction: column;
    gap: 10px;
  }

  .section-3 .bottom-top {
    flex-direction: column-reverse;
    gap: 10px;
  }

  .section-3 .item {
    gap: 5px;
    padding: 16px 0;
  }

  .section-3 .item.active {
    padding: 16px;
  }

  .section-3 .title {
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
    letter-spacing: 0.02em;
    text-align: center;
  }

  .section-3 .details {
    gap: 10px;
    padding: 0 10px;
  }

  .section-3 .header {
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0.02em;
    text-align: center;
  }

  .section-3 .item .header {
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
    letter-spacing: 0.04em;
    text-align: left;
  }

  .section-3 .item .descr {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0.02em;
    text-align: left;
  }

  .section-3 .image-container {
    background: linear-gradient(180deg, #EAF1FB 1.5%, #F9FBFF 100%);
    border: unset;
    border-radius: unset;
  }

  .section-3 .image {
    border-radius: unset;
  }

  .video {
    margin: unset;
  }

  .section-1 .containerised-view {
    gap: 20px;
  }

  .section-6 .card .header .descr {
    font-family: Inter;
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;

  }

  .section-6 .card .footer {
    font-family: Inter;
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
    letter-spacing: 0.04em;
  }

  .section-6 .card .list-data {
    font-size: 12px;
    font-weight: 400;
    line-height: 12px;
    text-align: left;
    color: #4A4A4A;
  }

  .section-6 .card .descr-box {
    gap: 10px;
  }

  .section-6 .card .list-icon {
    font-size: larger;
  }

  .section-6 .title {
    font-size: 10px;
    font-weight: 400;
    line-height: 10px;
    letter-spacing: 0.02em;
    text-align: center;
  }

  .section-6 .cards-list {
    gap: 20px;
  }

  .section-4 .highlights .summary .header {
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: 0.02em;
  }

  .section-4 .highlights .summary .descr {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
  }

  .section-4 .highlights {
    border-radius: unset;
    padding: 10px;
  }

  .section-4 .highlights .items {
    background-color: unset;
  }

  .section-4 .highlights .items .item {
    background-color: white;
    border-radius: 10px;
  }

  .section-4 .highlights .items .item .header {
    font-family: Inter;
    font-size: 14px;
    font-weight: 600;
    line-height: 14px;
    letter-spacing: 0.02em;
    text-align: center;
  }

  .section-4 .highlights .items .item .header svg {
    height: 24px;
  }

  .section-4 .highlights .summary {
    border-radius: 20px;
  }

  .section-5 .header {
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
    text-align: center;
  }

  .section-6 .header {
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
  }
}