:root {
  --white: #ffffff;
  --black: #000000;
  --black-40: #00000066;
  --yinmn-blue: #4a5f93;
  --selective-yellow: #ffb200;
  --ghost-white: #f6f7fb;
  --persian-blue: #003aba;
  --light-lavander: #bbbce4;
  --dark-gray: #1f1f1f;
  --gray: #757575;
  --delft-blue: #344067;
  --lavander: #dadfeb;
  --persian-blue: #003aba;

  --blue-gradient: linear-gradient(274.59deg, #003aba 0%, #275fdc 99.6%);
  --light-blue-gradient: linear-gradient(
    99.38deg,
    #ffffff 9.53%,
    rgba(109, 144, 232, 0) 99.63%
  );
  --yellow-gradient: linear-gradient(87.36deg, #ffb200 2.2%, #e2781b 91.82%);
}
* {
  font-family: "Poppins", sans-serif;
  line-height: 1.1;
}
body {
  background-color: #ffffff;
}
.container {
  padding: 0 30px;
}
.faq-acc-wrapper .accordion {
  gap: 12px;
}
.faq-acc-wrapper .accordion-item {
  border-radius: 9px !important;
  overflow: hidden;
  border: 1px solid #dadfeb !important;
  background: #ffffff;
  box-shadow:
    0 2.63px 10.017px 0 rgba(69, 79, 157, 0.03),
    0 1.397px 5.32px 0 rgba(69, 79, 157, 0.02),
    0 0.581px 2.214px 0 rgba(69, 79, 157, 0.01);
}
.app-faq-section {
  padding: 16px 0 50px 0;
}
.faq-acc-wrapper {
  padding-top: 30px;
}
.faq-acc-wrapper .accordion-button::after {
  filter: brightness(0) saturate(100%) invert(37%) sepia(12%) saturate(2019%)
    hue-rotate(185deg) brightness(92%) contrast(87%);
  background-image: url("../assets/accordion-chevron.svg");
  background-size: 12px;
  background-position: center;
  margin-left: 5px;
}
.faq-acc-wrapper .accordion-button {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.1;
  padding: 20px 30px;
}

.faq-acc-wrapper .accordion-body {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.1;
  padding: 0 30px 20px 30px;
}
.faq-acc-wrapper .accordion-body a {
  color: var(--persian-blue);
}
.as-title h2 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.1;
  margin-bottom: 16px;
}
.app-cta-block {
  background: linear-gradient(268.16deg, #f6f9ff 3.42%, #ebeef4 97.22%);
  border-radius: 48px;
  padding: 47px 30px 47px 30px;
  position: relative;
  z-index: 5;
}
.app-cta-img img {
  object-fit: contain;
  height: 100%;
}
.app-cta-img {
  height: 275px;
  border-radius: 40px;
}
.app-cta-text {
  padding-top: 30px;
}
.app-cta-text .app-single-badge {
  margin-bottom: 30px;
}
.app-cta-text h3 {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.1;
  margin-bottom: 16px;
}
.app-cta-text p {
  font-size: 16px;
  line-height: 1.3;
  margin-bottom: 16px;
  max-width: 360px;
}
.app-cta-section {
  padding-top: 16px;
}
.app-cta-section:last-of-type {
  margin-bottom: 7.25rem;
}
.app-links {
  gap: 8px;
}
.app-links a {
  border-radius: 1rem;
  border: 1px solid #dadfeb;
  background: #ffffff;
  width: calc(50% - 4px);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 28px;
  min-height: 44px;
}
.app-links a img {
  transition: none;
  max-width: 100%;
  max-height: 22px;
  width: auto;
}
.app-links a:hover,
.app-links a:focus {
  border-color: #dadfeb;
  background: var(--ghost-white);
}
.app-single-badge {
  background: linear-gradient(275deg, #003aba 0%, #275fdc 99.6%);
  border-radius: 8px;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 28px;
}
.app-number-icon {
  width: 82px;
  height: 82px;
  border-radius: 16px;
  overflow: hidden;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 22px;
  right: 22px;
  background: linear-gradient(352deg, #fff 17.87%, #dee0f5 109.39%);
  box-shadow:
    0 76px 80px 0 rgba(137, 163, 228, 0.04),
    0 31.751px 33.422px 0 rgba(137, 163, 228, 0.03),
    0 16.976px 17.869px 0 rgba(137, 163, 228, 0.02),
    0 9.516px 10.017px 0 rgba(137, 163, 228, 0.02),
    0 5.054px 5.32px 0 rgba(137, 163, 228, 0.02),
    0 2.103px 2.214px 0 rgba(137, 163, 228, 0.01);
}
.app-number-item {
  min-height: 250px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(40px) saturate(180%);
  -webkit-backdrop-filter: blur(40px) saturate(180%);
  border: 1px solid rgba(255, 255, 255, 0.6);
  padding: 55px 60px;
}

.app-numbers-section::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translateX(-50%);
  background: radial-gradient(
    ellipse 70% 40% at center,
    rgba(37, 57, 97, 1) 0%,
    rgba(255, 255, 255, 1) 70%
  );

  opacity: 0.15;
  pointer-events: none;
  z-index: -1;
}
.app-number-text__first-text {
  color: #1f1f1f;
  font-size: 16px;
  line-height: 1.1;
  margin-bottom: 6px;
}
.app-number-text__second-text {
  font-size: 80px;
  color: #000000;
  font-weight: 300;
  line-height: 1.1;
}
.app-numbers-section .container {
  z-index: 3;
}
.app-numbers-section {
  padding: 55px 0 0 0;
  margin-bottom: 40px;
}
.app-news-image {
  height: 180px;
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 40px;
}
.app-news-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.anc-btn {
  transition: all 0.2s;
  font-size: 16px;
  font-weight: 500;
}
.anc-btn:focus,
.anc-btn:hover {
  color: #003aba;
}
.anc-btn svg {
  transition: all 0.2s;
}
.anc-btn:focus svg path,
.anc-btn:hover svg path {
  fill: #003aba;
}
.anc-ellipse {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  margin-bottom: 13px;
  background-color: #dadfeb;
}
.app-news-card h3 {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 13px;
}
.app-news-card-text {
  color: #757575;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.1;
  margin-bottom: 30px;
}

.news-progress-container {
  margin-top: 40px;
}
.app-news-section {
  padding: 16px 0;
  z-index: 3;
}
.app-news-section .row {
  --bs-gutter-x: 44px;
}
.illustration-section {
  padding: 70px 0 50px 0;
}
.illustration-section .apps-badge {
  margin-bottom: 50px;
}
.illustration-swiper-container {
  padding-top: 40px;
}
.illustration-img {
  height: 225px;
  overflow: hidden;
  border-radius: 32px;
  background: rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(215, 221, 248, 1);
}
.illustration-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ill-nav {
  padding: 0 31px 26px 43px;
  border: 1px solid rgba(215, 221, 248, 1);
  background-image: url("apps-img/ill-nav-bg.png");
  background-repeat: no-repeat;
  overflow: hidden;
  border-radius: 32px;
}
.illustrationSwiper {
  border-radius: 32px;
}
.illustration-progress {
  margin-top: 40px;
}
.swiper-button-next,
.swiper-button-prev {
  width: 31px;
  height: 31px;
  border-radius: 50%;
  position: static;
  background-color: #ffffff;
  border: 1px solid #4a5f93;
  margin-top: 0;
  opacity: 1 !important;
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
  background-color: #0b2f80;
  border: 1px solid #0b2f80;
}
.swiper-button-prev:hover::after,
.swiper-button-next:hover::after {
  color: var(--white);
}
.swiper-button-next::after,
.swiper-button-prev::after {
  color: #4a5f93;
  font-size: 12px;
  font-weight: 700;
}
.apps-badge {
  padding: 8.5px 16.5px;
  line-height: 1.1;
  border-radius: 48px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: rgba(217, 223, 255, 0.4);
  box-shadow:
    6.017px -6.017px 6.017px 0 rgba(157, 157, 157, 0.1) inset,
    -6.017px 6.017px 6.017px 0 rgba(255, 255, 255, 0.1) inset;
  backdrop-filter: blur(6.016894340515137px);
}
.apps-cover-section {
  padding-top: 45px;
  margin-bottom: 40px;
}

.apps-cover-section .section-title h1 {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.1;
  margin-bottom: 20px;
}
.app-cover-top {
  max-width: 455px;
}
.app-cover-top p {
  line-height: 1.3;
  margin-bottom: 54px;
}
.app-cover-bottom {
  max-width: 505px;
}
.app-cover-block {
  z-index: 3;
}
.app-cover-block .section-title {
  margin-top: 54px;
}
.app-cover-scroll {
  padding: 14px 24px;
  line-height: 1;
  font-size: 14px;
  color: #4a5f93;
  transition: all 0.3s;
  border-radius: 8px;
  position: relative;
  z-index: 5;
}
.app-cover-scroll img {
  width: 12px;
  margin-left: 10px;
  transition: none;
}
.app-cover-scroll:hover {
  background: linear-gradient(274.59deg, #003aba 0%, #275fdc 99.6%);
  color: #ffffff;
}
.app-cover-scroll:hover img {
  filter: brightness(0) saturate(100%) invert(99%) sepia(22%) saturate(0%)
    hue-rotate(341deg) brightness(113%) contrast(100%);
}
.apps-cover-img {
  width: 120%;
  position: relative;
}
.apps-cover-img img {
  width: 100%;
  height: auto;
}
.apps-cover-img::after {
  height: 40%;
  width: 100%;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 100%
  );
}
/* .background-shape {
    top: 12%;
    width: 80%;
    height: 60%;
    left: 50%;
    transform: translateX(-50%);
    background-image: url('apps-img/Background_Color_Decor.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
} */
.back-btn {
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  padding: 14px 20px;
  border-radius: 10px;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  gap: 16px;
  transition: all 0.2s;
  margin-bottom: 40px;
}
.back-btn:hover,
.back-btn:focus {
  color: #ffffff;
  background: linear-gradient(275deg, #003aba 0%, #275fdc 99.6%);
}
.back-btn:hover path,
.back-btn:focus path {
  stroke: #ffffff;
}
/* .background-shape {
    top: 12%;
    width: 80%;
    height: 60%;
    left: 50%;
    transform: translateX(-50%);
    background-image: url('apps-img/Background_Color_Decor.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
} */

.book-cover-section::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  top: -30%;
  left: 0;
  border-radius: 1190.92px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.5) 0%,
    rgba(158, 170, 237, 0.5) 51.92%,
    rgba(255, 255, 255, 0.5) 100%
  );
  filter: blur(250px);
}
.app-overview-section .as-text {
  line-height: 1.3;
  padding: 0 20px;
}
.app-overview-section {
  padding: 23px 0 0 0;
  margin-bottom: 40px;
}
.overview-card {
  border-radius: 28px;
  background-color: rgba(158, 170, 237, 0.15);
  padding: 16px 50px 16px 50px;
  color: #1f1f1f;
  text-align: center;
  min-height: 220px;
  height: 100%;
}
.overview-card span {
  color: #bbbce4;
  opacity: 0.5;
  font-size: 50px;
  position: absolute;
  line-height: 1;
  top: 20px;
  right: 20px;
}
.app-overview-swiper-container {
  padding: 40px 0;
}
.swiper-slide {
  height: auto;
}
.app-overview-swiper-container .swiper {
  padding: 0 30px;
}
.swiper-pagination {
  bottom: 0;
  top: auto !important;
  max-width: 314px;
  left: 50% !important;
  transform: translateX(-50%);
  border-radius: 50px;
  background-color: #dadfeb;
  overflow: hidden;
}
.swiper-pagination .swiper-pagination-progressbar-fill {
  background-color: #275fdc;
  border-radius: 50px;
}
.app-video-container {
  border-radius: 16px;
  margin-top: 26px;
}
.app-video-section {
  padding: 16px 0;
}
.app-video-text .as-text {
  max-width: 300px;
}
.au-mockup-section {
  margin-bottom: 40px;
}
.au-mockup-section .ratio {
  width: 100%;
}
.book-features-section {
  padding: 55px 0 0 0;
  margin-bottom: 40px;
}
.book-features-section .as-text {
  line-height: 1.3;
  max-width: 500px;
}
.book-features-block {
  padding-top: 25px;
  z-index: 3;
}
.book-features-section::after {
  border-radius: 473.866px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.75) 0%,
    rgba(158, 170, 237, 0.75) 51.92%,
    rgba(255, 255, 255, 0.75) 100%
  );
  filter: blur(250px);
  content: "";
  position: absolute;
  height: 250px;
  width: 100%;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
}
.book-features-block .row {
  --bs-gutter-y: 16px;
  --bs-gutter-x: 30px;
}
.book-feature-box {
  padding: 40px 25px;
  border-radius: 24px;
  text-align: center;
  position: relative;
  background: rgba(255, 255, 255, 0.4);
  min-height: 116px;
}
.book-feature-box span {
  max-width: 255px;
  display: block;
  line-height: 1.3;
}
.book-feature-box::after {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: inherit;
  background: linear-gradient(
    to bottom,
    rgba(109, 144, 232, 0.2) 0%,
    rgba(109, 144, 232, 0) 30%,
    rgba(109, 144, 232, 0) 60%,
    rgba(109, 144, 232, 0.2) 100%
  );

  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;

  pointer-events: none;
}
.z-3 {
  z-index: 3;
  position: relative;
}
.stepbystep-section .as-text {
  line-height: 1.3;
  max-width: 475px;
}
.steps-text {
  padding-top: 40px;
}
.stepbystep-section {
  margin-bottom: 40px;
}
.steps-fraction {
  color: #4a5f93;
  font-size: 16px;
  line-height: 1.1;
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
  z-index: 1;
}
.steps-img-box {
  /* padding-top: 100px; */
  margin-bottom: -15px;
}
.steps-img-box img {
  width: 75%;
  height: auto;
  bottom: -3rem;
}
.stepbystep-slider-container {
  overflow: hidden;
}
.news-progress,
.testimonials-progress,
.illustration-progress,
.steps-progress {
  height: 3px;
  background-color: #dadfeb;
  border-radius: 8px;
  width: 100%;
  max-width: 311px;
}
.news-progress .swiper-scrollbar-drag,
.testimonials-progress .swiper-scrollbar-drag,
.illustration-progress .swiper-scrollbar-drag,
.steps-progress .swiper-scrollbar-drag {
  background: linear-gradient(275deg, #003aba 0%, #275fdc 99.6%);
}
.trust-img-box {
  height: 365px;
  border-radius: 24px;
}
.trust-img-box img {
  width: 140%;
  height: 140%;
  object-fit: cover;
}
.trust-text-box {
  border-radius: 24px;
  background: linear-gradient(268deg, #f6f9ff 3.42%, #ebeef4 97.22%);
  padding: 80px 28px 45px 28px;
}
.trust-badge {
  position: absolute;
  top: -44px;
  right: 16px;
  width: 105px;
  height: 105px;
}
.trust-badge img {
  max-width: 100%;
  max-width: 100%;
  height: auto;
  width: auto;
}
.trust-top-title {
  color: var(--gray);
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 24px;
}
.trust-title {
  color: var(--dark-gray);
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 24px;
}
.trust-section .row {
  --bs-gutter-y: 22px;
  --bs-gutter-x: 32px;
}
.trust-section {
  padding: 40px 0 55px 0;
}

.bestsellers-books-section {
  background-color: var(--dark-gray);
  padding: 70px 0 55px 0;
}
.bestsellers-books-section .as-text {
  max-width: 430px;
}
.bestsellers-box {
  padding: 70px 25px 33px 25px;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 24px;
}
.bestsellers-box::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 24px;
  backdrop-filter: blur(20px);
  z-index: -1;
}
.bestsellers-swiper-container .swiper-slide {
  padding: 35px 30px 0 30px;
}
.bestsellers-box::after {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: inherit;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.2) 0%,
    rgba(255, 255, 255, 0) 30%,
    rgba(255, 255, 255, 0) 60%,
    rgba(0, 0, 0, 1) 100%
  );

  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;

  pointer-events: none;
  z-index: 0;
}
.bestsellers-box--second {
  border: 1px solid var(--lavander);
}
.bestsellers-box--second::after {
  background: none;
}
.bestsellers-box__gradient-wrapper {
  border-radius: 1.5rem;
}
.gradient-wrapper__item {
  width: 55rem;
  height: 30rem;
  border-radius: 50%;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.35) 0%,
    rgba(34, 32, 181, 0.35) 51.92%,
    rgba(255, 255, 255, 0.35) 100%
  );
  filter: blur(300px);
}
.gradient-wrapper__item--left {
  bottom: -30rem;
  left: -24rem;
}
.gradient-wrapper__item--right {
  top: -30rem;
  right: -24rem;
}
.bb-img {
  width: calc(100% + 130px);
}
.bb-img img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 5;
}
.bestseller-badge {
  border-radius: 24px;
  background: linear-gradient(87deg, #ffb200 2.2%, #e2781b 91.82%);
  color: #ffffff;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1.96px;
  padding: 10px 25px;
  text-transform: uppercase;
  margin-bottom: 32px;
  align-self: flex-start;
}
.bb-box-text {
  align-self: flex-start;
  z-index: 1;
}
.bb-btn {
  color: #ffffff;
  text-decoration: none;
  font-weight: 500;
  border-radius: 24px;
  padding: 0.875rem 1.875rem;
  width: fit-content;
  gap: 0.75rem;
}
.bb-btn:hover {
  background: linear-gradient(87deg, #ffb200 2.2%, #e2781b 91.82%);
  color: #ffffff !important;
}
.bb-btn:hover svg path {
  fill: var(--white);
}
.bb-box-text h4 {
  color: #ffffff;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.1;
  margin-bottom: 24px;
}
.bb-desc {
  margin-bottom: 24px;
}
.bestsellers-fraction {
  color: #ffffff;
  position: absolute;
  top: 185px;
  left: 50%;
  z-index: 5;
  transform: translateX(-50%);
  width: fit-content;
}
.swiper-slide {
  height: auto;
}
.bestsellersSwiper {
  padding-bottom: 2px;
  border-radius: 24px;
}
.bestsellers-books-section::after {
  content: "";
  pointer-events: none;
  position: absolute;
  width: 150px;
  height: 70px;
  left: -10%;
  bottom: 10%;
  transform: rotate(24.324deg);
  background: radial-gradient(
    ellipse at center,
    rgba(255, 255, 255, 0.9) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  filter: blur(128.02662658691406px);
}

.bestsellers-video .as-title {
  max-width: 232px;
}
.bestsellers-video {
  padding-top: 60px;
}
.bs-swiper-buttons {
  border-radius: 24px;
  background: var(--black);
  overflow: hidden;
  border: none;
  width: fit-content;
  margin-bottom: 85px;
  list-style-type: none;
  padding: 0;
}
.bs-swiper-buttons--second {
  background-color: var(--lavander);
}
.bs-swiper-buttons .nav-link {
  color: #ffffff;
  font-size: 14px;
  border-radius: 24px;
  padding: 13px 26.5px;
  border: none;
  background-color: transparent;
}
.bs-swiper-buttons .nav-link:hover {
  color: var(--selective-yellow);
}
.bs-swiper-buttons .nav-link.active {
  background: linear-gradient(87deg, #ffb200 2.2%, #e2781b 91.82%);
  color: #ffffff !important;
}
.steps-img-box__gradient-box {
  width: 51.625rem;
  height: 20.25rem;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.75) 0%,
    rgba(158, 170, 237, 0.75) 51.92%,
    rgba(255, 255, 255, 0.75) 100%
  );
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  filter: blur(264px);
  z-index: -1;
}
.availability-img {
  width: 11.5rem;

  top: 1.75rem;
  right: 1.75rem;

  z-index: 1;
}
.overview-card-text {
  line-height: 1.3;
}
.section-margin {
  margin-bottom: 105px;
}
.overview-card-text {
  font-size: 1rem;
  font-weight: 400;
  line-height: 110%;
  color: var(--dark-gray);
}
.overview-card-text span {
  font-size: 1rem;
  font-weight: 600;
  line-height: 110%;
  color: var(--dark-gray);
  position: static;
  opacity: 1;
}
@media (min-width: 576px) {
}

@media (max-width: 768px) {
  .app-cta-section .container {
    padding: 0;
  }
}

@media (min-width: 768px) {
  .faq-acc-wrapper .accordion {
    gap: 20px;
  }
  .app-faq-section {
    padding: 55px 0 70px 0;
  }
  .faq-acc-wrapper .accordion-button {
    font-size: 18px;
    padding: 30px 16px;
    justify-content: space-between;
  }
  .faq-acc-wrapper .accordion-body {
    padding: 0 16px 30px 16px;
  }
  .as-title h2 {
    font-size: 30px;
  }
  .app-cta-img {
    height: 325px;
  }
  .app-cta-block {
    padding: 27px 24px 60px 24px;
  }
  .app-cta-text {
    padding: 29px 38px 0 38px;
  }
  .app-numbers-section {
    padding: 65px 0 0 0;
  }
  .app-news-image {
    height: 340px;
    margin-bottom: 0;
    margin-top: 40px;
  }
  .app-news-section {
    padding: 40px 0 50px 0;
  }
  .app-news-section .as-title h2 {
    margin-bottom: 48px;
  }
  .illustration-section {
    padding: 65px 0 40px 0;
  }
  .illustration-section .apps-badge {
    margin-bottom: 36px;
  }
  .illustration-section .as-title h2 {
    margin-bottom: 40px;
  }
  .illustration-section .as-text {
    max-width: 676px;
  }
  .illustration-swiper-container {
    padding-top: 55px;
  }
  .illustration-img {
    height: 255px;
  }
  .apps-cover-section {
    padding: 105px 0 0 0;
  }
  .app-overview-section {
    padding: 65px 0 0 0;
  }
  .app-overview-section .as-text {
    padding: 0;
    max-width: 472px;
  }
  .overview-card {
    padding: 16px 100px 16px 100px;
  }
  .app-video-section {
    padding: 48px 0 55px 0;
  }
  .app-video-container {
    margin-top: 32px;
  }
  .book-features-section {
    padding: 55px 0 0 0;
  }
  .book-features-block {
    padding-top: 48px;
  }
  .stepbystep-section .as-text {
    max-width: 736px;
  }
  .steps-text {
    padding-top: 50px;
  }
  .stepbystep-section {
  }
  .steps-img-box {
    padding-left: 0;
    padding-right: 0;
  }
  .trust-img-box img {
    width: 220%;
    height: 220%;
    object-fit: cover;
    margin-top: 90px;
    margin-right: 30px;
  }
  .trust-section .row {
    --bs-gutter-y: 28px;
  }
  .trust-text-box {
    padding: 110px 28px 42px 28px;
  }
  .trust-badge {
    width: 155px;
    height: 155px;
  }
  .bestsellers-books-section {
    padding: 70px 0 95px 0;
  }
  .bestsellers-box {
    padding: 35px 87px 92px 87px;
  }
  .bb-box-text h4 {
    font-size: 28px;
  }
  .bestsellers-fraction {
    right: 13%;
    left: auto;
    transform: none;
  }
  .bb-img {
    width: calc(100% + 320px);
    margin-left: 20px;
  }
  .bestsellers-swiper-container .swiper-slide {
    padding: 35px 75px 0 75px;
  }
  .bestsellers-books-section::before {
    content: "";
    pointer-events: none;
    position: absolute;
    width: 220px;
    right: 0;
    top: 5%;
    height: 110px;
    transform: rotate(24.324deg);
    background: radial-gradient(
      ellipse at center,
      rgba(255, 255, 255, 1) 0%,
      rgba(255, 255, 255, 0) 100%
    );
    filter: blur(120px);
  }
  .bestsellers-books-section::after {
    content: "";
    pointer-events: none;
    position: absolute;
    width: 150px;
    height: 70px;
    left: -10%;
    bottom: 10%;
    transform: rotate(24.324deg);
    background: radial-gradient(
      ellipse at center,
      rgba(255, 255, 255, 0.9) 0%,
      rgba(255, 255, 255, 0) 100%
    );
    filter: blur(128.02662658691406px);
  }
  .bestsellers-video .as-title {
    max-width: 320px;
  }
  .bestsellers-video .as-text {
    max-width: 300px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .availability-img {
    width: 9rem;
  }
}
@media (min-width: 992px) {
  .app-faq-section {
    padding: 100px 0 115px 0;
  }
  .faq-acc-wrapper {
    padding-top: 45px;
  }
  .app-cta-section {
  }
  .app-cta-img {
    width: 408px;
    height: 230px;
    min-height: 100%;
  }
  .app-cta-img img {
    object-fit: initial;
    height: auto;
    position: relative;
    top: 50%;
    transform: translateY(-43%);
    scale: 1.1;
  }
  .app-cta-block {
    padding: 26px 50px 26px 26px;
  }
  .app-cta-text {
    padding: 0;
  }
  .app-links {
    padding-left: 16px;
  }
  .app-cta-text .app-links a {
    width: 100%;
  }
  .app-numbers-section {
    padding: 55px 0 0 0;
  }
  .app-numbers-section::after {
    background: radial-gradient(
      ellipse 95% 80% at center,
      rgba(37, 57, 97, 0.5) 0%,
      rgba(255, 255, 255, 1) 70%
    );
  }
  .app-news-image {
    height: 400px;
    width: 400px;
    margin: 0;
  }
  .app-news-block {
    gap: 50px;
  }
  .illustration-section {
    padding: 110px 0 55px 0;
  }
  .illustration-swiper-container {
    padding-top: 60px;
  }
  .illustration-img img {
    transition: all 0.2s;
  }
  .illustration-img {
    position: relative;
  }
  .illustration-img::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(275deg, #0a89ff 0%, #0162bb 52.67%);
    mix-blend-mode: hard-light;
    transition: all 0.3s;
  }
  .illustration-img:hover::after {
    opacity: 0;
  }
  .apps-cover-img {
    width: 110%;
    position: relative;
  }
  .app-cover-top {
    max-width: 750px;
  }
  .app-cover-block .section-title {
    margin-top: 27px;
  }
  .book-cover-section::after {
    content: "";
    position: absolute;
    width: 60%;
    height: 30%;
    top: 30%;
    left: 50%;
    transform: translateX(-50%);
  }
  .app-overview-section {
    padding: 22px 0 0 0;
  }
  .app-overview-section .as-text {
    padding: 0;
    max-width: 865px;
  }
  .overview-card {
    padding: 16px 70px 16px 70px;
  }
  .overview-cards-wrapper {
    padding-top: 55px;
  }
  .app-video-section {
    padding: 55px 0;
  }
  .book-features-section .as-text {
    max-width: 905px;
  }
  .book-features-block .row {
    --bs-gutter-y: 24px;
  }
  .book-feature-box {
    padding: 55px 25px;
    text-align: start;
    min-height: 100%;
  }
  .book-feature-box span {
    max-width: 233px;
    display: block;
  }
  .book-features-section::after {
    width: 80%;
    height: 400px;
  }
  .steps-fraction {
    right: 20%;
    left: auto;
    transform: translateY(-50%);
    top: calc(50% - 50px);
    bottom: auto;
  }
  .trust-img-box {
    min-height: 100%;
  }
  .trust-img-box img {
    width: 100%;
    height: 100%;
    margin-top: 0;
    margin-right: 0;
  }
  .trust-text-box {
    padding: 40px 28px;
  }
  .trust-top-title {
    margin-bottom: 100px;
  }
  .trust-badge {
    width: 100px;
    height: 100px;
    top: 50px;
  }
  .bestsellers-books-section {
    padding: 70px 0 95px 0;
  }
  .bestsellers-books-section .as-title h2 {
    margin-bottom: 0;
  }
  .bb-img {
    position: absolute;
    height: calc(100% - 2px);
    overflow: hidden;
    right: -1.25px;
    width: auto;
    top: 50%;
    transform: translateY(-50%);
  }
  .bb-img--second-section {
    right: initial;
    left: -1.25rem;
  }
  .bb-box-text {
    max-width: 350px;
  }
  .bestsellers-swiper-container .swiper-slide {
    padding: 0;
  }
  .bestsellers-swiper-container {
    max-width: 960px;
    padding: 40px 30px 0 30px;
  }
  .bb-img img {
    object-fit: contain;
    height: 440px;
    width: auto;
  }
  .bestsellers-box {
    padding: 50px;
  }
  .bb-box-text {
    height: 100%;
    justify-content: center;
  }
  .bestsellers-fraction {
    bottom: 40px;
    top: auto;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
  }
  .bestsellers-books-section::before {
    content: "";
    pointer-events: none;
    position: absolute;
    width: 220px;
    right: 10%;
    top: 15%;
    height: 110px;
    transform: rotate(24.324deg);
    background: radial-gradient(
      ellipse at center,
      rgba(255, 255, 255, 0.5) 0%,
      rgba(255, 255, 255, 0) 100%
    );
    filter: blur(120px);
  }
  .bestsellers-books-section::after {
    content: "";
    pointer-events: none;
    position: absolute;
    width: 220px;
    height: 110px;
    left: 10%;
    bottom: 60%;
    transform: rotate(24.324deg);
    background: radial-gradient(
      ellipse at center,
      rgba(255, 255, 255, 0.5) 0%,
      rgba(255, 255, 255, 0) 100%
    );
    filter: blur(120px);
  }
  .bestsellers-video .as-title {
    max-width: unset;
  }
  .bestsellers-video {
    padding-top: 95px;
  }
  .bs-swiper-buttons {
    margin-bottom: 35px;
  }
  .bestsellers-books-section .as-text {
    max-width: 332px;
  }
  .bestsellers-books-section .bestsellers-video .as-text {
    max-width: 300px;
  }
  .steps-img-box img {
    width: 50%;
    height: auto;
  }
  .bestsellers-box {
    min-height: 516px;
  }
  .steps-img-box img {
  }
  .au-mockup-section .ratio {
    width: 52rem;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .trust-badge img {
    width: 8rem;
  }
}
@media (min-width: 1200px) {
  .faq-acc-wrapper .accordion-button {
    padding: 28px 40px;
  }
  .faq-acc-wrapper .accordion-body {
    padding: 0 40px 40px 40px;
  }
  .app-cta-img {
    width: 410px;
  }
  .app-cta-text .app-links a {
    min-height: 65px;
    min-width: 245px;
  }
  .app-links a img {
    max-height: 33px;
    height: auto;
  }
  .app-cta-text .app-links a.amazon-btn {
    padding-top: 20px;
    padding-bottom: 14px;
  }
  .app-news-block {
    gap: 100px;
  }
  .app-news-image {
    height: 500px;
    width: 500px;
  }
  .app-news-section {
    padding: 90px 0 55px 0;
  }
  .apps-cover-section .section-title h1 {
    font-size: 40px;
  }
  .book-features-block {
    padding-top: 70px;
  }
  .trust-text-box {
    padding: 49px 87px 40px 65px;
    min-height: 505px;
  }
  .trust-top-title {
    margin-bottom: 100px;
  }
  .trust-title {
    margin-bottom: 30px;
  }
  .trust-badge {
    width: 180px;
    height: 180px;
    top: 50px;
  }
  .bestsellers-books-section {
    padding: 90px 0 135px 0;
  }

  .bb-img img {
    height: 500px;
  }
  .bb-box-text {
    max-width: 410px;
  }
  .bestsellers-swiper-container .swiper-slide {
    padding: 0;
  }
  .bestsellers-swiper-container {
    max-width: 1140px;
    padding: 40px 30px 0 30px;
  }
  .bestsellers-box {
    padding: 50px 100px;
  }
  .bs-swiper-buttons {
    margin-bottom: 55px;
  }
  .app-cta-img img {
    scale: 1.2;
  }
  .steps-img-box img {
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1250px;
  }
  .bestsellers-box {
    padding: 65px 100px;
  }
  .bestsellers-swiper-container {
    max-width: 1250px;
  }
  .bb-img img {
    height: 600px;
  }
  .steps-img-box img {
    bottom: -6rem;
  }
}
