body {
  background-color: #EEF5FF;
  max-width: 100vw;
  overflow-x: hidden;
}

:root {
  --c-blue: #498BF9;
}

.section-hero {
  background: #132C55;
  padding: 135px 24px 129px;
  color: #fff;
  position: relative;
}
.section-hero:after {
  content: url("../svg/hero-icons.svg");
  position: absolute;
  right: 260px;
  top: 124px;
  cursor: pointer;
}
.section-hero .mobile-image-wrapper {
  display: none;
}
.section-hero .title-wrapper {
  max-width: 625px;
}
.section-hero .content-wrapper {
  position: relative;
  z-index: 2;
  display: flex;
}
.section-hero .content-wrapper .text-part {
  flex: 0 1 666px;
}
.section-hero .content-wrapper .img-part {
  flex: 1;
  margin-left: -22px;
  display: flex;
  align-items: flex-end;
}
.section-hero .content-wrapper .img-part img {
  max-width: 100%;
}
.section-hero .blocks-wrapper {
  display: flex;
  margin-top: 61px;
  column-gap: 14px;
}
.section-hero .blocks-wrapper .block-item {
  background-color: #1C3E76;
  border-radius: 22px;
  padding: 24px;
  flex: 1 0 245px;
  display: flex;
  flex-direction: column;
}
.section-hero .blocks-wrapper .block-item .block-text {
  flex: 1;
}
.section-hero .blocks-wrapper .block-item .block-text {
  margin: 12px 0 0;
}
.section-hero .blocks-wrapper .block-item .block-text p {
  color: #fff;
  font-family: DM Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 19.6px;
}
.section-hero .blocks-wrapper .block-item .cta-wrapper {
  margin-top: 25px;
}
.section-hero .blocks-wrapper .block-item .cta-wrapper.cta-blue a {
  background-color: #498BF9;
  border-color: #498BF9;
}
.section-hero .blocks-wrapper .block-item .cta-wrapper.cta-blue a:hover {
  background-color: #629DFF;
  border-color: #629DFF;
}
.section-hero .blocks-wrapper .block-item .cta-wrapper a {
  width: 100%;
}
@media (max-width: 1024px) {
  .section-hero .content-wrapper .text-part {
    flex: 1 0 40%;
  }
  .section-hero .content-wrapper .blocks-wrapper .block-item .cta-wrapper a {
    font-size: clamp(13.5px, 1.7vw, 18px);
  }
}
@media (max-width: 767px) {
  .section-hero {
    padding: 81px 24px 80px;
    overflow: hidden;
  }
  .section-hero:before, .section-hero:after {
    content: none;
  }
  .section-hero .content-wrapper .text-part .title-wrapper {
    max-width: calc(100% - 107px);
    min-width: 220px;
    margin: 0 auto;
  }
  .section-hero .content-wrapper .text-part .title-wrapper .title-item {
    text-align: center;
    font-size: 32px;
    line-height: 38.4px;
  }
  .section-hero .content-wrapper .img-part {
    display: none;
  }
  .section-hero .content-wrapper .mobile-image-wrapper {
    display: flex;
    margin-top: 36px;
  }
  .section-hero .content-wrapper .mobile-image-wrapper img {
    position: relative;
    right: -90px;
    max-width: 100%;
  }
  .section-hero .blocks-wrapper {
    margin-top: 0;
    flex-wrap: wrap;
    row-gap: 16px;
  }
  .section-hero .blocks-wrapper .block-item .cta-wrapper {
    margin-top: 2px;
  }
}

.science-download {
  padding: 60px 24px;
  overflow: hidden;
  position: relative;
}
.science-download:after {
  position: absolute;
  content: url("../svg/download-top-icons.svg");
  left: 293px;
  top: 47px;
}
.science-download:before {
  position: absolute;
  left: 63.1%;
  bottom: 19px;
  content: url("../svg/download-bottom.svg");
}
.science-download .title-wrapper {
  position: relative;
  z-index: 2;
}
.science-download .title-wrapper h2.title-item {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}
.science-download .content-wrapper {
  position: relative;
  z-index: 2;
  margin-top: 35px;
  display: flex;
  column-gap: 20px;
}
.science-download .content-wrapper .title-item:not(.c-blue) {
  color: #333;
}
.science-download .left-part {
  background-color: #fff;
  border-radius: 30px;
  padding: 54px 35px;
  display: flex;
  flex-direction: column;
  row-gap: 40px;
  flex: 0 1 390px;
}
.science-download .left-part .left-title {
  font-weight: 700;
  max-width: 257px;
  display: block;
  line-height: 24px;
}
.science-download .left-part ul {
  list-style: unset;
  color: #646464;
  padding-left: 25px;
  margin-top: 16px;
  max-width: 241px;
  line-height: 24.4px;
}
.science-download .right-part {
  background-color: #fff;
  border-radius: 30px;
  flex: 1;
  padding: 53px 32px 17px;
  position: relative;
  background-position: 100% calc(50% + 8px);
  position: relative;
}
.science-download .right-part:after {
  content: url("../svg/science-of-reading-download-bg.svg");
  position: absolute;
  top: 91px;
  left: 118px;
}
.science-download .right-part .top-text, .science-download .right-part .bottom-text {
  position: absolute;
  font-family: DM Sans;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  white-space: nowrap;
}
.science-download .right-part .top-text {
  right: 143px;
  top: 160px;
  padding-left: 40px;
  height: 42px;
  display: flex;
  align-items: center;
  background: url("../svg/science-of-reading-download-top.svg") no-repeat;
  color: var(--c-blue);
}
.science-download .right-part .bottom-text {
  bottom: 197px;
  right: 132px;
  height: 42px;
  background: url("../svg/science-of-reading-download-bottom.svg") no-repeat;
  padding-left: 40px;
  display: flex;
  align-items: center;
  color: #41C46E;
}
.science-download .right-part .items-wrapper {
  margin-bottom: 42px;
}
.science-download .right-part .items-wrapper.blue .item-title {
  color: var(--c-blue);
}
.science-download .right-part .items-wrapper.green .item-title {
  color: #41C46E;
}
.science-download .right-part .items-wrapper .item-wrapper {
  display: flex;
  flex-direction: column;
  margin: 11px 0 15px;
}
.science-download .right-part .items-wrapper .item-title {
  font-weight: 700;
}
.science-download .right-part .items-wrapper .item-text {
  color: #646464;
}
.science-download .download-wrapper {
  display: flex;
  background-color: var(--c-blue);
  border-radius: 30px;
  color: #fff;
  align-items: center;
  margin-top: 20px;
  padding: 17px 24px;
  column-gap: 25px;
  position: relative;
}
.science-download .download-wrapper:before {
  content: url("../svg/download-star.svg");
  position: absolute;
  right: 33.8%;
  bottom: -28px;
}
.science-download .download-wrapper .title-item {
  flex: 1;
}
.science-download .download-wrapper .global-btn {
  margin-top: 0;
}
.science-download .download-wrapper .global-btn a {
  width: 280px;
}
@media (max-width: 1190px) {
  .science-download .right-part:after {
    content: url("../svg/science-of-reading-download-bg-mobile.svg");
  }
  .science-download .right-part .top-text, .science-download .right-part .bottom-text {
    display: none;
  }
}
@media (max-width: 767px) {
  .science-download {
    padding: 60px 24px 76px;
  }
  .science-download:before, .science-download:after, .science-download .download-wrapper:before {
    content: none;
  }
  .science-download .container > .title-wrapper {
    max-width: 220px;
    margin: 0 auto;
  }
  .science-download .content-wrapper {
    flex-direction: column;
    row-gap: 20px;
  }
  .science-download .left-part {
    padding: 54px 30px;
  }
  .science-download .download-wrapper {
    flex-direction: column;
    padding: 23px 30px;
    row-gap: 20px;
    text-align: center;
  }
}
.science-download .download-popup {
  padding: 0 24px;
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
  transition: 0.2s all ease;
  height: 100%;
}
.science-download .download-popup.sending .form-btn-2 .lds-dual-ring {
  opacity: 1;
}
.science-download .download-popup.active {
  opacity: 1;
  pointer-events: all;
}
.science-download .download-popup .swal-wide-download {
  overflow: auto;
  max-height: calc(100vh - 64px);
  background-color: #fff;
}
.science-download .download-popup .swal-wide-download {
  width: 970px;
  max-width: 90%;
  padding: 0;
}
.science-download .download-popup .swal-wide-download .left {
  width: 63%;
  padding: 96px;
  box-sizing: border-box;
  text-align: left;
}
.science-download .download-popup .swal-wide-download .right {
  width: 39%;
  background: #EEF5FF;
  box-sizing: border-box;
  position: relative;
}
.science-download .download-popup .swal-wide-download .swal2-content {
  padding: 0;
}
.science-download .download-popup .swal-wide-download h2 {
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  text-align: left;
  margin-bottom: 64px;
}
.science-download .download-popup .swal-wide-download .input {
  margin-top: 24px;
}
.science-download .download-popup .swal-wide-download .cover.flex i {
  padding-right: 12px;
  border-right: 1px solid;
}
.science-download .download-popup .swal-wide-download .cover.flex input {
  width: 100%;
  border: 0;
  padding: 14px;
  background-color: transparent;
  padding-left: 12px;
  color: #646464;
  font-weight: 600;
  opacity: 0.6;
  font-size: 16px;
  outline: none;
}
.science-download .download-popup .swal-wide-download .cover.flex {
  background: #EEF5FF;
  border-radius: 7px;
  align-items: center;
  padding-left: 12px;
  color: #9B9EA2;
}
.science-download .download-popup .swal-wide-download .desc {
  padding: 15px 0 24px;
  text-align: left;
}
.science-download .download-popup .swal-wide-download .send {
  text-align: left;
}
.science-download .download-popup .form-btn-2 {
  display: flex;
  align-items: center;
  column-gap: 24px;
}
.science-download .download-popup .form-btn-2 .lds-dual-ring {
  transition: 0.3s all ease;
  opacity: 0;
}
.science-download .download-popup .form-btn-2 .lds-dual-ring,
.science-download .download-popup .form-btn-2 .lds-dual-ring:after {
  box-sizing: border-box;
}
.science-download .download-popup .form-btn-2 .lds-dual-ring {
  display: inline-block;
  width: 24px;
  height: 24px;
}
.science-download .download-popup .form-btn-2 .lds-dual-ring:after {
  content: " ";
  display: block;
  width: 24px;
  height: 24px;
  margin: 8px;
  border-radius: 50%;
  border: 2.4px solid currentColor;
  border-color: var(--c-blue) transparent var(--c-blue) transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.science-download .download-popup .swal-wide-download .button.b {
  display: block;
  background: #498BF9;
  border: 2px solid #333333;
  box-sizing: border-box;
  border-radius: 32px;
  box-shadow: 0 10px 15px 0 rgba(73, 139, 249, 0.2);
  font-size: 1.125em;
  line-height: normal;
  word-wrap: break-word;
  max-width: fit-content;
}
.science-download .download-popup .swal-wide-download .right {
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 900px) {
  .science-download .download-popup .swal-wide-download .left {
    padding: 40px;
  }
}
@media (max-width: 800px) {
  .science-download .download-popup .swal-wide-download .left {
    width: 100%;
    order: 2;
    text-align: center;
  }
  .science-download .download-popup .swal-wide-download .left .desc,
  .science-download .download-popup .swal-wide-download .left h2 {
    text-align: center;
  }
  .science-download .download-popup .swal-wide-download .right {
    width: 100%;
    order: 1;
  }
}

section.vertical-slider {
  padding: 103px 24px 94px;
  background-color: #fff;
  max-width: 100%;
  overflow: hidden;
}
section.vertical-slider .title-item {
  line-height: 43.2px;
}
section.vertical-slider .content-wrapper {
  display: flex;
  max-width: 100%;
  justify-content: space-between;
  column-gap: 42px;
}
section.vertical-slider .left-part {
  flex: 0 1 475px;
}
section.vertical-slider .right-part {
  flex: 1 0 50%;
  max-width: 50%;
}
section.vertical-slider .right-part .vertical-slider {
  max-width: 100%;
  overflow: hidden;
  height: 100%;
}
section.vertical-slider .right-part .vertical-slider .swiper-slide {
  max-width: 100%;
  display: flex;
  justify-content: flex-end;
  position: relative;
  padding: 4px 4px 26px 24px;
}
section.vertical-slider .right-part .vertical-slider .swiper-slide .image-wrapper {
  max-width: fit-content;
  height: fit-content;
  position: relative;
  display: flex;
}
section.vertical-slider .right-part .vertical-slider .swiper-slide .image-wrapper:after {
  position: absolute;
  width: 100%;
  height: 100%;
  left: -24px;
  bottom: -26px;
  background-color: #FBE8A3;
  content: "";
  border-radius: 30px;
}
section.vertical-slider .right-part .vertical-slider .swiper-slide .image-wrapper img {
  position: relative;
  z-index: 2;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.0784313725);
  border-radius: 30px;
  max-width: 100%;
}
section.vertical-slider .slider-pagination {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  row-gap: 32px;
}
section.vertical-slider .pagination-item {
  display: flex;
  column-gap: 16px;
  cursor: pointer;
}
section.vertical-slider .pagination-item * {
  transition: 0.3s all ease;
}
section.vertical-slider .pagination-item .pagination-num {
  min-width: 40px;
  height: 40px;
  display: flex;
  background-color: #EEF5FF;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  margin-top: 22px;
}
section.vertical-slider .pagination-item .pagination-num span {
  font-family: DM Sans;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  text-align: center;
  color: var(--c-blue);
}
section.vertical-slider .pagination-item .text-item {
  font-size: 16px;
  font-weight: 400;
  line-height: 22.4px;
}
section.vertical-slider .pagination-item .title-item {
  line-height: 20px;
  color: #333;
}
section.vertical-slider .pagination-item:hover .pagination-num {
  background-color: #DCE7F9;
}
section.vertical-slider .pagination-item:hover .title-item {
  color: #646464;
}
section.vertical-slider .pagination-item .title-wrapper {
  max-width: 310px;
}
section.vertical-slider .pagination-item.active .title-item {
  color: var(--c-blue);
}
section.vertical-slider .pagination-item.active .pagination-num {
  background-color: var(--c-blue);
}
section.vertical-slider .pagination-item.active .pagination-num span {
  color: #fff;
}
section.vertical-slider .pagination-item.active svg [stroke] {
  stroke: #fff;
}
@media (max-width: 1024px) {
  section.vertical-slider {
    padding: 66px 24px 94px;
  }
  section.vertical-slider .content-wrapper {
    flex-direction: column;
  }
  section.vertical-slider .title-item {
    text-align: center;
    font-size: 28px;
    line-height: 33.6px;
    max-width: 321px;
    margin: 0 auto;
  }
  section.vertical-slider .right-part {
    width: 100%;
    margin-top: 50px;
    max-width: unset;
  }
  section.vertical-slider .right-part .vertical-slider {
    width: 100%;
  }
  section.vertical-slider .right-part .vertical-slider .swiper-slide {
    justify-content: center;
  }
  section.vertical-slider .slider-pagination {
    margin-top: 68px;
  }
  section.vertical-slider .slider-pagination .title-item {
    font-size: 20px;
    line-height: 26px;
  }
  section.vertical-slider .slider-pagination .text-item {
    margin-top: 16px;
  }
  section.vertical-slider .slider-pagination .pagination-item .pagination-num {
    margin-top: 4px;
  }
}

.images_text {
  padding: 96px 24px 111px;
  position: relative;
  max-width: 100%;
  overflow: hidden;
}
.images_text:after {
  content: url("../svg/images-text-icons-top.svg");
  position: absolute;
  top: 76px;
  right: 239px;
}
.images_text:before {
  content: url("../svg/images-text-icons-bottompng.svg");
  bottom: 78px;
  right: 47.5%;
  position: absolute;
}
.images_text .content-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 24px;
  position: relative;
  z-index: 2;
}
.images_text .images-part {
  position: relative;
  max-width: calc(100% - 500px);
}
.images_text .images-slider {
  overflow: hidden;
  min-width: 0;
}
.images_text .images-slider .swiper-slide {
  display: flex;
  max-width: 100%;
  position: relative;
}
.images_text .images-slider img {
  max-width: 100%;
  position: relative;
  z-index: 2;
  border-radius: 22px;
}
.images_text .images-slider .image-wrapper {
  max-width: fit-content;
  padding: 0 0 24px 24px;
  position: relative;
}
.images_text .images-slider .image-wrapper:after {
  content: "";
  position: absolute;
  top: 24px;
  left: 0;
  bottom: 0;
  right: 24px;
  background-color: #FBE8A3;
  border-radius: 30px;
}
.images_text .texts-part {
  flex: 0 1 500px;
}
.images_text .texts-part .mobile-images-part {
  display: none;
}
.images_text .texts-part .title-item {
  font-size: 36px;
  font-weight: 700;
  line-height: 43.2px;
  margin-bottom: 32px;
}
.images_text .texts-part .list {
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  list-style: unset;
  padding-left: 25px;
  color: #646464;
}
@media (max-width: 1024px) {
  .images_text .images-part {
    flex: 1;
  }
  .images_text .images-part img {
    max-width: 100%;
  }
  .images_text .texts-part {
    flex: 1;
  }
}
@media (max-width: 767px) {
  .images_text:before, .images_text:after {
    content: none;
  }
  .images_text .images-part {
    display: none;
  }
  .images_text .texts-part {
    max-width: 100%;
  }
  .images_text .texts-part .mobile-images-part {
    display: block;
    text-align: center;
    padding: 0 0 24px 24px;
    position: relative;
    max-width: fit-content;
    margin: 24px auto;
    width: 100%;
    overflow: hidden;
  }
  .images_text .texts-part .mobile-images-part .swiper {
    max-width: 100%;
  }
  .images_text .texts-part .mobile-images-part img {
    max-width: 100%;
    position: relative;
    z-index: 2;
  }
}

.image_boxes {
  padding: 94px 24px;
  background-color: #fff;
}
.image_boxes .title-item {
  text-align: center;
}
.image_boxes .boxes-wrapper {
  display: grid;
  flex-wrap: wrap;
  justify-content: center;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 56px;
  column-gap: 92px;
}
.image_boxes .boxes-wrapper .box-item {
  display: flex;
  column-gap: 40px;
}
.image_boxes .boxes-wrapper .box-item .title-wrapper {
  margin: 40px 0 8px;
}
.image_boxes .boxes-wrapper .box-item .title-item {
  font-size: 64px;
  font-weight: 700;
  line-height: 64px;
}
.image_boxes .boxes-wrapper .box-item .text-item {
  max-width: 271px;
}
@media (max-width: 1024px) {
  .image_boxes .boxes-wrapper {
    margin-top: 64px;
    display: flex;
    align-items: center;
    row-gap: 64px;
    flex-direction: column-reverse;
  }
}
@media (max-width: 767px) {
  .image_boxes .boxes-wrapper .box-item {
    flex-direction: column;
    text-align: center;
  }
}

.text_image {
  padding: 94px 24px 106px;
  position: relative;
}
.text_image:after {
  content: url("../svg/text-image-icon.svg");
  position: absolute;
  right: 32.8%;
  top: 68px;
}
.text_image .content-wrapper {
  display: flex;
  justify-content: space-between;
  column-gap: 42px;
}
.text_image .content-wrapper .text-item {
  margin-top: 33px;
  font-size: 22px;
  font-weight: 400;
  line-height: 30.8px;
  max-width: 374px;
}
.text_image .content-wrapper .global-btn {
  margin-top: 51px;
}
.text_image .content-wrapper .global-btn a {
  border-color: var(--c-blue);
  color: var(--c-blue);
}
@media (max-width: 1024px) {
  .text_image .content-wrapper {
    align-items: center;
  }
  .text_image .content-wrapper .text-part {
    flex: 1;
  }
  .text_image .content-wrapper .image-part {
    flex: 1;
  }
  .text_image .content-wrapper .image-part img {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .text_image:before, .text_image:after {
    content: none;
  }
  .text_image .content-wrapper {
    flex-direction: column;
    row-gap: 54px;
  }
}

.title-wrapper {
  padding-top: 0;
  margin-top: 0;
}

.fs-48 {
  font-size: 48px;
  font-weight: 700;
  line-height: 57.6px;
}

.fs-20 {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

.fs-24 {
  font-size: 24px;
  line-height: 24px;
}

.fs-28 {
  font-size: 28px;
  line-height: 33.6px;
}

.fs-18 {
  font-size: 18px;
  line-height: 23.4px;
}

.title-item {
  font-family: "IBM Plex Serif";
  font-weight: 700;
}

.c-blue {
  color: var(--c-blue);
}

h2.title-item span {
  position: relative;
  font-family: "IBM Plex Serif", Sans-serif;
}
h2.title-item span:after {
  content: "";
  background: url("../svg/underline-2.svg");
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 7px;
}

.swiper-slide {
  touch-action: none;
}

@media (max-width: 767px) {
  h2.title-item {
    font-size: 28px;
    line-height: 33.6px;
  }
  .fs-28 {
    font-size: 24px;
    line-height: 28.8px;
  }
}