.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;
}

.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-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;
}

.comparison-view .old-way .title,
.comparison-view .new-way .title {
  font-family: Inter;
  font-weight: 600;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 2%;
  text-align: center;
}

.comparison-view .old-way .header,
.comparison-view .new-way .header {
  font-family: Poppins;
  font-weight: 600;
  font-size: 24px;
  line-height: 24px;
  letter-spacing: 2%;
  text-align: center;
}

.comparison-view .old-way,
.comparison-view .new-way {
  padding: 20px 40px;
}

.comparison-view .old-way .descr,
.comparison-view .new-way .descr {
  font-family: Inter;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0%;
  text-align: center;
}

.comparison-view .new-way {
  border-left: 1px solid #CBE0FF;
}

.comparison-view {
  margin-top: 20px;
  padding-bottom: 20px;
}

@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-5 .header {
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
    text-align: center;
  }
}