@charset "UTF-8";
@import url(https://use.typekit.net/ulh2fef.css);
.ff-heading {
  font-family: "Tenso", sans-serif;
}

.ff-body {
  font-family: "Tenso", sans-serif;
}

.fs-italic {
  font-style: italic;
}

.fs-650 {
  font-size: 3rem;
}

.fs-600 {
  font-size: 2.8rem;
}

.fs-500 {
  font-size: 2.6rem;
}

.fs-400 {
  font-size: 2.2rem;
}

.fs-350 {
  font-size: 2rem;
}

.fs-200 {
  font-size: 1.8rem;
}

.fs-100 {
  font-size: 0.9rem;
}

.fw-light {
  font-weight: 300;
}

.fw-regular {
  font-weight: 400;
}

.fw-medium {
  font-weight: 500;
}

.fw-semibold {
  font-weight: 600;
}

.fw-bold {
  font-weight: 700;
}

.text-primary-400 {
  color: #00A3FF;
}

.text-neutral-100 {
  color: #ffffff;
}

.text-neutral-600 {
  color: #959595;
}

.text-neutral-700 {
  color: #757575;
}

.text-neutral-800 {
  color: #404040;
}

.text-neutral-900 {
  color: #000000;
}

.text-success-400 {
  color: #0BD007;
}

.bg-primary-400 {
  background-color: #00A3FF;
}

.bg-neutral-100 {
  background-color: #ffffff;
}

.bg-neutral-600 {
  background-color: #959595;
}

.bg-neutral-700 {
  background-color: #757575;
}

.bg-neutral-800 {
  background-color: #404040;
}

.bg-neutral-900 {
  background-color: #000000;
}

.bg-success-400 {
  background-color: #0BD007;
}

.align-items-center {
  align-items: center;
}

.justify-content-between {
  justify-content: space-between;
}

.ls-100 {
  letter-spacing: 0.05rem;
}

.ls-400 {
  letter-spacing: 0.25rem;
}

.ls-500 {
  letter-spacing: 0.2rem;
}

.ls-550 {
  letter-spacing: 0.25rem;
}

.text-uppercase {
  text-transform: uppercase;
}

.lh-600 {
  line-height: 3.8rem;
}

.lh-500 {
  line-height: 3.4rem;
}

.lh-400 {
  line-height: 2.8rem;
}

.lh-450 {
  line-height: 2.6rem;
}

.lh-300 {
  line-height: 2.5rem;
}

.lh-100 {
  line-height: 1.6rem;
}

.text-start {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-end {
  text-align: right;
}

.ml-auto {
  margin-left: auto;
}

.mr-auto {
  margin-right: auto;
}

.m-auto {
  margin: auto;
}

.col-gap-700 {
  -moz-column-gap: 3.6rem;
       column-gap: 3.6rem;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.align-self-start {
  align-self: flex-start;
}

.align-self-end {
  align-self: flex-end;
}

.position-relative {
  position: relative;
}

.z-index-1 {
  z-index: 1;
}

.content-box:not(:last-child) {
  margin-bottom: 1.2rem;
}

.d-grid {
  display: grid;
}

.d-block {
  display: block;
}

.d-flex {
  display: flex;
}

.d-inline-flex {
  display: inline-flex;
}

.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

.fs-100 {
  font-size: 0.9rem;
}

.fs-150 {
  font-size: 1.6rem;
}

.fs-200 {
  font-size: 1.8rem;
}

.fs-350 {
  font-size: 2rem;
}

.fs-400 {
  font-size: 2.2rem;
}

.fs-450 {
  font-size: 2.5rem;
}

.fs-500 {
  font-size: 2.6rem;
}

.fs-600 {
  font-size: 2.8rem;
}

.fs-650 {
  font-size: 3rem;
}

.remove-highlight {
  -webkit-tap-highlight-color: transparent;
}

@media (min-width: 745px) {
  .col-gap-700 {
    -moz-column-gap: 6.4rem;
         column-gap: 6.4rem;
  }
}
@media (min-width: 1025px) {
  .col-gap-700 {
    -moz-column-gap: 9.6rem;
         column-gap: 9.6rem;
  }
  .align-self-lg-start {
    align-self: flex-start;
  }
  .align-self-lg-end {
    align-self: flex-end;
  }
  .content-box:not(:last-child) {
    margin-bottom: 1.7rem;
  }
  .fs-lg-100 {
    font-size: 0.9rem;
  }
  .fs-lg-150 {
    font-size: 1.6rem;
  }
  .fs-lg-200 {
    font-size: 1.8rem;
  }
  .fs-lg-350 {
    font-size: 2rem;
  }
  .fs-lg-400 {
    font-size: 2.2rem;
  }
  .fs-lg-450 {
    font-size: 2.5rem;
  }
  .fs-lg-500 {
    font-size: 2.6rem;
  }
  .fs-lg-600 {
    font-size: 2.8rem;
  }
  .fs-lg-650 {
    font-size: 3rem;
  }
  .ls-lg-100 {
    letter-spacing: 0.05rem;
  }
  .ls-lg-400 {
    letter-spacing: 0.25rem;
  }
  .ls-lg-500 {
    letter-spacing: 0.2rem;
  }
  .ls-lg-550 {
    letter-spacing: 0.25rem;
  }
  .lh-lg-600 {
    line-height: 3.8rem;
  }
  .lh-lg-500 {
    line-height: 3.4rem;
  }
  .lh-lg-400 {
    line-height: 2.8rem;
  }
  .lh-lg-450 {
    line-height: 2.6rem;
  }
  .lh-lg-300 {
    line-height: 2.5rem;
  }
  .lh-lg-100 {
    line-height: 1.6rem;
  }
}
@media (min-width: 745px) and (max-width: 1024px) {
  .content-box:not(:last-child) {
    margin-bottom: 1.4rem;
  }
  .fs-md-100 {
    font-size: 0.9rem;
  }
  .fs-md-150 {
    font-size: 1.6rem;
  }
  .fs-md-200 {
    font-size: 1.8rem;
  }
  .fs-md-350 {
    font-size: 2rem;
  }
  .fs-md-400 {
    font-size: 2.2rem;
  }
  .fs-md-450 {
    font-size: 2.5rem;
  }
  .fs-md-500 {
    font-size: 2.6rem;
  }
  .fs-md-600 {
    font-size: 2.8rem;
  }
  .fs-md-650 {
    font-size: 3rem;
  }
  .ls-md-100 {
    letter-spacing: 0.05rem;
  }
  .ls-md-400 {
    letter-spacing: 0.25rem;
  }
  .ls-md-500 {
    letter-spacing: 0.2rem;
  }
  .ls-md-550 {
    letter-spacing: 0.25rem;
  }
  .lh-md-600 {
    line-height: 3.8rem;
  }
  .lh-md-500 {
    line-height: 3.4rem;
  }
  .lh-md-400 {
    line-height: 2.8rem;
  }
  .lh-md-450 {
    line-height: 2.6rem;
  }
  .lh-md-300 {
    line-height: 2.5rem;
  }
  .lh-md-100 {
    line-height: 1.6rem;
  }
}
@keyframes c-opacity {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/*reset font sizes of all tags*/
* {
  font-size: inherit;
  margin: 0;
  padding: 0;
}

/* Reset font size 1rem to 10px */
html {
  font-size: 62.5%;
}

body,
html {
  height: 100%;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul,
ol,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  text-rendering: optimizeSpeed;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.5;
}

html, body {
  height: 100%;
  scroll-behavior: smooth;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img, picture, video, canvas, svg {
  max-width: 100%;
  display: block;
}

/* Avoid text overflows */
p, span, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
  font-size: inherit;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
body {
  font-family: "Tenso", sans-serif;
  line-height: 1.4;
}

.text-desc {
  font-size: 2rem;
  line-height: 2.5rem;
}

.title-heading {
  font-size: 2.2rem;
  line-height: 2.5rem;
}

@media (min-width: 745px) and (max-width: 1024px) {
  .title-heading {
    font-size: 2.5rem;
    line-height: 2.8rem;
  }
  .text-desc {
    font-size: 2.2rem;
    line-height: 2.8rem;
  }
}
@media (min-width: 1025px) {
  .text-desc {
    font-size: 2.6rem;
    line-height: 3.4rem;
  }
  .title-heading {
    font-size: 2.8rem;
    line-height: 3.4rem;
  }
}
.btn {
  font-size: 1.8rem;
  line-height: 1.8;
  font-weight: 500;
  letter-spacing: 0.25rem;
  text-transform: uppercase;
  text-align: center;
  padding: 0.389rem 3.5rem 0.486rem 3.5rem;
  border-radius: 20rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 3.6rem;
  min-width: 16.5rem;
  transition: all 0.4s;
}
.btn__txt {
  margin-top: 0.04rem;
}
.btn--primary {
  background-color: #00A3FF;
  color: #ffffff;
}
.btn--primary:hover {
  color: #000000;
}
.btn--success {
  background-color: #0BD007;
  color: #ffffff;
}
.btn--success:hover {
  color: #000000;
}

.img-btn {
  height: 3.6rem;
  width: 16.4rem;
  display: inline-block;
  -webkit-tap-highlight-color: transparent;
}
.img-btn--primary {
  background: url("../images/button_buy_now_blue.svg") no-repeat;
  background-size: 100% auto;
  transition: background 200ms ease;
}
.img-btn--primary:hover {
  background: url("../images/button_buy_now_blue_ACTIVE.svg") no-repeat;
  background-size: 100% auto;
}
.img-btn--success {
  background: url("../images/button_buy_now_green.svg") no-repeat;
  background-size: 100% auto;
  transition: background 200ms ease;
}
.img-btn--success:hover {
  background: url("../images/button_buy_now_green_ACTIVE.svg") no-repeat;
  background-size: 100% auto;
}

.bullet-slider .swiper-pagination {
  bottom: 0;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bullet-slider .swiper-pagination .swiper-pagination-bullet {
  background-color: #959595;
  opacity: 1;
  height: 0.8rem;
  width: 0.8rem;
  margin: 0;
}
.bullet-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #ffffff;
}
.bullet-slider .swiper-pagination .swiper-pagination-bullet:not(:last-child) {
  margin-right: 1.4rem;
}

.text-panel {
  padding: 2rem 0 0;
}
.text-panel .text-panel__heading {
  margin-bottom: 1.2rem;
}
.text-panel .text-panel__content {
  margin-bottom: 2.3rem;
}

@media (min-width: 601px) {
  .text-panel .text-panel__body {
    display: flex;
    gap: 4.5rem;
  }
  .text-panel .text-panel__btn {
    margin-right: -0.2rem;
  }
}
@media (min-width: 746px) {
  .text-panel {
    padding: 2.4rem 0 0;
  }
  .text-panel .text-panel__content {
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 1025px) {
  .text-panel {
    padding-bottom: 0.3rem;
  }
  .text-panel .text-panel__heading {
    margin-bottom: 1.4rem;
  }
  .text-panel .text-panel__btn {
    margin-top: 1.1rem;
  }
}
@media (min-width: 601px) and (max-width: 744px) {
  .text-panel .text-panel__btn {
    margin-top: 0.8rem;
  }
}
@media (min-width: 745px) and (max-width: 1024px) {
  .text-panel .text-panel__heading {
    margin-bottom: 1.3rem;
  }
  .text-panel .text-panel__body {
    gap: 6.4rem;
  }
  .text-panel .text-panel__btn {
    margin-top: 0.9rem;
  }
}
@media (max-width: 600px) {
  .text-panel {
    padding-bottom: 3.6rem;
  }
  .text-panel .text-panel__btn {
    margin-left: -0.2rem;
  }
}
.container {
  max-width: 1088px;
  margin-inline: auto;
}

.even-columns {
  display: grid;
}

@media (min-width: 601px) {
  .even-columns {
    grid-auto-flow: column;
    grid-auto-columns: 1fr;
  }
  .grid-sm-2 {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-flow: unset;
  }
  .vertical-span-sm-2 {
    grid-row: span 2;
  }
}
@media (min-width: 1025px) {
  .container {
    width: min(100% - 19.2rem);
  }
  .slider-arrow .container {
    max-width: calc(1088px + 9.4rem);
    width: min(100% - 9.4rem);
  }
}
@media (min-width: 745px) and (max-width: 1024px) {
  .container {
    width: min(100% - 12.8rem);
  }
  .slider-arrow .container {
    max-width: calc(1088px + 3.4rem);
    width: min(100% - 3.4rem);
  }
}
@media (min-width: 601px) and (max-width: 744px) {
  .slider-arrow .container {
    max-width: calc(1088px + 1.6rem);
    width: min(100% - 1.6rem);
  }
}
@media (max-width: 744px) {
  .container {
    width: min(100% - 7.2rem);
  }
}
.footer {
  padding: 2.2rem 0;
  position: relative;
  z-index: 2;
  font-size: 0.9rem;
  -webkit-text-size-adjust: none;
}
.footer a, .footer p {
  font-size: 0.9rem;
  -webkit-text-size-adjust: none;
}

@media (max-width: 575px) {
  .footer {
    overflow: hidden;
  }
  .footer .container {
    padding: 0 0 0 3.6rem;
    width: 100%;
  }
}
.hero .hero__column {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: 100%;
}
.hero .hero__img-box .hero__img {
  width: 100%;
}
.hero .hero__button {
  margin-left: -0.2rem;
}
.hero .title-heading span {
  white-space: nowrap;
}

.logo .logo__link {
  display: inline-block;
}
.logo .logo__link:focus, .logo .logo__link:focus-visible {
  outline: none;
}
.logo .logo__link:hover .logo__img {
  pointer-events: none;
}
.logo .logo__link:hover .logo__img path {
  fill: #404040;
}
.logo .logo__img {
  height: 6.88rem;
  width: 4rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.logo .logo__img path {
  transition: all 0.3s;
}

.description {
  padding: 2rem 0 2.5rem;
}
.description .description__img-box .description__img {
  width: 100%;
}

.slider-arrow .swiper-button-prev,
.slider-arrow .swiper-button-next {
  width: 3rem;
  height: 2.6rem;
  margin: 0;
  translate: 0 -50%;
  align-items: center;
}
.slider-arrow .swiper-button-prev::after,
.slider-arrow .swiper-button-next::after {
  content: "";
  width: 100%;
  height: 100%;
  display: inline-flex;
}
.slider-arrow .swiper-button-prev {
  left: 0;
}
.slider-arrow .swiper-button-prev::after {
  content: "";
  background: url("../images/arrow_20x16_back.png");
  background-repeat: no-repeat;
  background-size: contain;
  height: 1.6rem;
}
.slider-arrow .swiper-button-prev:hover::after {
  background: url("../images/arrow_20x16_back_active.png");
  background-repeat: no-repeat;
  background-size: contain;
  animation: c-opacity 0.5s linear;
}
.slider-arrow .swiper-button-next {
  right: 0;
}
.slider-arrow .swiper-button-next::after {
  content: "";
  background: url("../images/arrow_20x16_forward.png");
  background-repeat: no-repeat;
  background-size: contain;
  height: 1.6rem;
}
.slider-arrow .swiper-button-next:hover::after {
  background: url("../images/arrow_20x16_forward_active.png");
  background-repeat: no-repeat;
  background-size: contain;
  animation: c-opacity 0.5s linear;
}
.slider-arrow .swiper-button-disabled {
  display: none;
}

.slider-arrow .slider-arrow__wrapper {
  position: relative;
}

.slider-gap {
  padding: 4rem 0 4rem;
}
.slider-gap .swiper-pagination {
  bottom: -2.4rem;
}

.quality .quality__img-box .quality__img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right bottom;
     object-position: right bottom;
}

.infographics .infographics__img-box .infographics__img {
  width: 100%;
  margin: 0 auto;
  max-width: 128rem;
}

.endorsements .authors-slider .authors-slider__box {
  background-color: #ffffff;
  padding: 2.6rem 2.2rem 2.8rem 4.3rem;
}
.endorsements .authors-slider .authors-slider__box .authors-slider__img {
  height: 6rem;
  width: 6rem;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  margin-bottom: 1rem;
  margin-left: -0.2rem;
}
.endorsements .authors-slider .authors-slider__box .authors-slider__info {
  margin-top: 2.6rem;
}
.endorsements .authors-slider .authors-slider__box .authors-slider__quote {
  position: relative;
}
.endorsements .authors-slider .authors-slider__box .authors-slider__quote::before {
  content: "“";
  position: absolute;
  left: -2.7rem;
  font-size: 4.8rem;
  line-height: 3.6rem;
  top: 0.4rem;
}
.endorsements .authors-slider .authors-slider__box .authors-slider__quote::after {
  content: "”";
}
.endorsements .swiper-slide {
  opacity: 0.4;
  transition: opacity 0.4s;
}
.endorsements .swiper-slide-active {
  opacity: 1;
}

.editions {
  padding: 1.9rem 0 4.5rem;
}
.editions .editions__info {
  margin: 0.7rem 0 1.3rem;
}
.editions .editions__price {
  display: flex;
  align-items: flex-start;
}
.editions .editions__price .editions__currency {
  margin-right: 0.3rem;
  margin-top: -0.4rem;
}
.editions .editions__btn {
  margin-top: 0.4rem;
  margin-left: -0.2rem;
}
.editions .editions__img-box {
  margin-bottom: 0.4rem;
}

@media (min-width: 481px) and (max-width: 600px) {
  .hero .hero__img-box {
    margin: 2rem 0 0;
  }
}
@media (min-width: 601px) {
  .hero .even-columns {
    grid-auto-flow: unset;
    grid-template-columns: 1fr 1fr;
  }
  .hero .column--25 {
    width: 125%;
  }
  .infographics .infographics__img-box .infographics__img {
    position: absolute;
    left: 50%;
    translate: -50% 0;
  }
}
@media (min-width: 745px) {
  .logo .logo__img {
    height: 8.6rem;
    max-width: 10rem;
    width: 5rem;
  }
  .infographics {
    padding-bottom: 51.5rem;
  }
  .slider-arrow .slider-arrow__wrapper {
    padding: 0 4.7rem;
  }
  .slider-arrow .swiper-button-next::after {
    background: url("../images/arrow_30x26_forward.png");
    background-size: contain;
    background-repeat: no-repeat;
    height: 2.6rem;
  }
  .slider-arrow .swiper-button-next:hover::after {
    background: url("../images/arrow_30x26_forward_active.png");
    background-size: contain;
    background-repeat: no-repeat;
    animation: c-opacity 0.5s linear;
  }
  .slider-arrow .swiper-button-prev::after {
    background: url("../images/arrow_30x26_back.png");
    background-size: contain;
    background-repeat: no-repeat;
    height: 2.6rem;
  }
  .slider-arrow .swiper-button-prev:hover::after {
    background: url("../images/arrow_30x26_back_active.png");
    background-size: contain;
    background-repeat: no-repeat;
    animation: c-opacity 0.4s linear;
  }
}
@media (min-width: 481px) and (max-width: 744px) {
  .endorsements .swiper-slide {
    width: 36rem;
  }
}
@media (min-width: 601px) and (max-width: 744px) {
  .hero {
    padding: 3rem 0 3rem 0;
  }
  .hero .title-heading span {
    display: block;
  }
  .hero .hero__wrapper .hero__content {
    margin: 2.52rem 0 0;
  }
  .hero .hero__wrapper .hero__content .text-desc {
    margin: 1.8rem 0 6.4rem;
    line-height: 2.8rem;
  }
  .hero .even-columns .column--bottom {
    margin-top: 8.2rem;
  }
  .description {
    padding: 2.5rem 0 2.8rem;
  }
  .infographics {
    padding-bottom: 49rem;
  }
  .quality .quality__img-box .quality__img {
    height: 58rem;
  }
  .editions .editions__img-box {
    translate: -1.4rem 0;
  }
  .editions .editions__img-box .editions__img {
    min-width: 26.7rem;
    max-width: 26.7rem;
  }
  .slider-arrow .swiper-button-next,
  .slider-arrow .swiper-button-prev {
    width: 2rem;
    height: 1.6rem;
  }
  .slider-arrow .slider-arrow__wrapper {
    position: relative;
    padding: 0 2.8rem;
  }
}
@media (min-width: 745px) and (max-width: 1024px) {
  .hero {
    padding: 1.3rem 0 1.364rem;
  }
  .hero .hero__content {
    margin-top: 2.8rem;
  }
  .hero .hero__content .text-desc {
    margin: 1.7rem 0 6.3rem;
    line-height: 3.4rem;
  }
  .hero .hero__credits {
    margin-bottom: 3.736rem;
  }
  .hero .even-columns .column--top {
    margin-top: 1.7rem;
  }
  .hero .even-columns .column--bottom {
    margin-top: 6.1rem;
  }
  .description {
    padding: 3rem 0 2.3rem;
  }
  .endorsements .authors-slider .swiper-slide {
    width: 47rem;
  }
  .endorsements .authors-slider .authors-slider__box {
    padding: 3.6rem 3.6rem 3.8rem 5.6rem;
  }
  .endorsements .authors-slider .authors-slider__box .authors-slider__quote::before {
    font-size: 6.4rem;
    top: 0.7rem;
    left: -3.6rem;
  }
  .endorsements .authors-slider .authors-slider__box .authors-slider__info {
    margin-top: 2.2rem;
  }
  .endorsements .authors-slider .authors-slider__box .authors-slider__img {
    margin-bottom: 1rem;
  }
  .endorsements .authors-slider .authors-slider__box .authors-slider__img {
    height: 7.5rem;
    width: 7.5rem;
  }
  .slider-gap {
    padding: 4.6rem 0 4.6rem 0;
  }
  .slider-gap .swiper-pagination {
    bottom: -2.7rem;
  }
  .quality .quality__img-box .quality__img {
    height: 57rem;
  }
  .editions {
    overflow-x: hidden;
  }
  .editions .editions__img-box {
    translate: -1.7rem 0;
  }
  .editions .editions__img-box .editions__img {
    min-width: 31.5rem;
    max-width: 31.5rem;
  }
}
@media (min-width: 341px) and (max-width: 600px) {
  .editions__img-box {
    translate: -1.66rem 0;
  }
  .editions__img-box .editions__img {
    min-width: 31.5rem;
    max-width: 31.5rem;
  }
}
@media (min-width: 1025px) {
  .hero {
    padding: 0.821rem 0 1.02rem;
  }
  .hero .hero__content {
    margin-top: 3.6rem;
  }
  .hero .hero__content .text-desc {
    margin: 1.2rem 0 5.4rem;
    line-height: 3.8rem;
  }
  .hero .hero__credits {
    margin-bottom: 5rem;
  }
  .hero .even-columns .column--top {
    margin-top: 4.6rem;
  }
  .hero .even-columns .column--bottom {
    margin-top: 15rem;
  }
  .description {
    padding: 2.3rem 0 2.5rem;
  }
  .quality .quality__img-box .quality__img {
    height: 74.4rem;
  }
  .endorsements .authors-slider .swiper-slide {
    width: 56rem;
  }
  .endorsements .authors-slider .authors-slider__box {
    padding: 3.8rem 3.7rem 4rem 7.4rem;
  }
  .endorsements .authors-slider .authors-slider__box .authors-slider__img {
    height: 8.6rem;
    width: 8.6rem;
  }
  .endorsements .authors-slider .authors-slider__box .authors-slider__quote::before {
    font-size: 7.2rem;
    top: 1.3rem;
    left: -4.4rem;
  }
  .endorsements .authors-slider .authors-slider__quote {
    margin-right: 0.3rem;
  }
  .editions {
    padding: 4rem 0 4.5rem;
  }
  .editions .editions__img-box {
    translate: -2.2rem 0;
  }
  .editions .editions__img-box .editions__img {
    min-width: 41rem;
    max-width: 41rem;
  }
  .slider-gap {
    padding: 5.2rem 0 5.2rem;
  }
  .slider-gap .swiper-pagination {
    bottom: -3rem;
  }
  .infographics {
    padding-bottom: 51.7rem;
  }
}
@media (max-width: 744px) {
  .endorsements .authors-slider .authors-slider__box .authors-slider__info {
    margin-top: 2rem;
  }
  .endorsements .authors-slider .authors-slider__box .authors-slider__info .text-desc {
    margin-top: 0rem;
  }
  .endorsements .authors-slider .authors-slider__box .authors-slider__img {
    margin-bottom: 0.8rem;
  }
  .editions .editions__btn {
    margin-top: 0.4rem;
  }
}
@media (max-width: 600px) {
  .hero {
    padding: 2rem 0 3rem;
  }
  .hero .hero__wrapper {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  .hero .hero__button {
    margin-top: 2.6rem;
  }
  .hero .hero__content {
    margin-top: 2.5rem;
  }
  .hero .hero__content .text-desc {
    margin-top: 0.95rem;
    line-height: 2.8rem;
  }
  .description .description__img-box {
    translate: -20% 0;
    width: 83.5%;
    margin-bottom: 0.2rem;
  }
  .slider-gap {
    overflow: hidden;
  }
  .slider-gap .container {
    width: 100%;
  }
  .editions .even-columns {
    row-gap: 3.4rem;
  }
  .editions .editions__content {
    position: relative;
  }
  .endorsements {
    margin-top: 0%;
  }
  .quality .quality__img-box::after {
    content: "";
    display: table;
    clear: both;
  }
  .quality .quality__img-box .quality__img {
    min-width: 140.5%;
    float: right;
  }
  .slider-arrow .swiper-button-next,
  .slider-arrow .swiper-button-prev {
    display: none;
  }
}
@media (max-width: 480px) {
  .hero {
    padding: 2.1rem 0 3.1rem 0;
  }
  .hero .title-heading span {
    display: block;
  }
  .hero .hero__img-box {
    margin: 2.4rem 0 0.4rem 0;
  }
  .hero .hero__wrapper {
    position: relative;
  }
  .hero .hero__wrapper .logo {
    position: absolute;
    right: 0;
    top: 0;
  }
  .hero .hero__wrapper .hero__content {
    margin-right: auto;
    margin-top: 1.4rem;
  }
  .hero .column--bottom {
    margin-top: 0.1rem;
  }
  .description {
    padding: 1.5rem 0 2.3rem;
  }
  .description .description__content {
    margin-top: 0.2rem;
  }
  .endorsements {
    overflow: hidden;
  }
  .endorsements .container {
    width: 100%;
  }
}
@media (max-width: 340px) {
  .editions__img-box {
    translate: -1.4rem 0;
  }
}/*# sourceMappingURL=main.css.map */