.responsive-server-image[data-astro-cid-3v2xeymn] {
  animation: slideGradient 1.75s linear infinite;
  background-color: #e2e0f4;
  background-image: linear-gradient(110deg, #e2e0f4 30%, #eee8ff, #e2e0f4 70%);
  background-repeat: no-repeat;
  background-size: 200% 100%
}

@keyframes slideGradient {
  0% {
    background-position: 200% 0
  }

  to {
    background-position: -200% 0
  }
}

.choose-card[data-astro-cid-mqn3ex4e] {
  position: relative;
  padding-top: 44px;
  padding-bottom: 44px
}

.choose-card_white[data-astro-cid-mqn3ex4e] {
  background-color: #fff
}

.choose-card_blue[data-astro-cid-mqn3ex4e] {
  background-color: #f5f6fe
}

.choose-card__bg-wrapper[data-astro-cid-mqn3ex4e] {
  position: absolute;
  z-index: -1;
  width: 100%;
  max-width: 1440px;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
  inset: 0
}

.choose-card__bg-wrapper[data-astro-cid-mqn3ex4e]:before {
  content: "";
  position: absolute;
  z-index: 1;
  opacity: .85;
  background-color: #fff;
  inset: 0
}

.choose-card__bg[data-astro-cid-mqn3ex4e] {
  position: absolute;
  top: 0;
  left: 50%;
  width: auto;
  max-width: none;
  height: auto;
  min-height: 100%;
  transform: translate(-50%)
}

@media(min-width:768px) {
  .choose-card__bg[data-astro-cid-mqn3ex4e] {
    top: -30px
  }
}

.choose-card__list[data-astro-cid-mqn3ex4e] {
  display: grid;
  grid-template-columns: 1fr;
  justify-content: center;
  width: 100%;
  max-width: 343px;
  margin: 0 auto;
  gap: 4px
}

@media(min-width:768px) {
  .choose-card__list[data-astro-cid-mqn3ex4e] {
    grid-template-columns: repeat(auto-fit, 216px);
    max-width: none;
    gap: 16px
  }
}

.choose-card__button[data-astro-cid-mqn3ex4e] {
  width: 100%;
  padding: 8px;
  transition: box-shadow .3s;
  border: none;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 7px 26px #2f54eb26;
  cursor: pointer
}

.choose-card__button[data-astro-cid-mqn3ex4e]:hover {
  box-shadow: 0 4px 15px #2f54eb40
}

.choose-card__text[data-astro-cid-mqn3ex4e] {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 600;
  display: block;
  margin-top: 8px;
  padding: 8px;
  color: #000
}

.choose-card__image[data-astro-cid-mqn3ex4e],
.choose-card[data-astro-cid-mqn3ex4e] .choose-card__image {
  display: block;
  width: 100%;
  margin-bottom: 8px;
  border-radius: 4px;
  aspect-ratio: 1/.715
}

.choose-card[data-astro-cid-mqn3ex4e]:not(.choose-card_cms) .choose-card__image[data-astro-cid-mqn3ex4e],
.choose-card[data-astro-cid-mqn3ex4e]:not(.choose-card_cms) .choose-card__image {
  aspect-ratio: 2.29
}

@media(min-width:768px) {

  .choose-card[data-astro-cid-mqn3ex4e]:not(.choose-card_cms) .choose-card__image[data-astro-cid-mqn3ex4e],
  .choose-card[data-astro-cid-mqn3ex4e]:not(.choose-card_cms) .choose-card__image {
    aspect-ratio: 1/.715
  }
}

.choose-card[data-astro-cid-mqn3ex4e] img.choose-card__image {
  object-fit: cover
}

.choose-card__header[data-astro-cid-mqn3ex4e] {
  margin-bottom: 24px
}

.choose-card__title[data-astro-cid-mqn3ex4e] {
  font-size: 23px;
  line-height: 1.3913043478;
  font-weight: 700;
  text-align: center
}

@media(min-width:1202px) {
  .choose-card__title[data-astro-cid-mqn3ex4e] {
    font-size: 25px;
    line-height: 1.44
  }
}

.choose-card__subtitle[data-astro-cid-mqn3ex4e] {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  margin-top: 16px;
  text-align: center
}

.choose-feature[data-astro-cid-754bypz2] {
  padding-top: 44px;
  padding-bottom: 0
}

@media(min-width:1024px) {
  .choose-feature[data-astro-cid-754bypz2] {
    padding-bottom: 56px
  }
}

.choose-feature_white[data-astro-cid-754bypz2] {
  background-color: #fff
}

.choose-feature_blue[data-astro-cid-754bypz2] {
  background-color: #f5f6fe
}

.choose-feature__container[data-astro-cid-754bypz2] {
  position: relative
}

.choose-feature__header[data-astro-cid-754bypz2] {
  margin-bottom: 32px
}

.choose-feature__title[data-astro-cid-754bypz2] {
  font-size: 23px;
  line-height: 1.3913043478;
  font-weight: 700;
  text-align: center
}

@media(min-width:1202px) {
  .choose-feature__title[data-astro-cid-754bypz2] {
    font-size: 25px;
    line-height: 1.44
  }
}

.choose-feature__subtitle[data-astro-cid-754bypz2] {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  margin-top: 16px;
  text-align: center
}

.choose-feature__list[data-astro-cid-754bypz2] {
  display: grid;
  grid-template-columns: repeat(2, 130px);
  justify-content: center;
  gap: 16px
}

@media(min-width:768px) {
  .choose-feature__list[data-astro-cid-754bypz2] {
    grid-template-columns: repeat(4, 130px);
    margin: 0 auto
  }
}

.choose-feature__button[data-astro-cid-754bypz2] {
  display: grid;
  padding: 0;
  border: none;
  background-color: transparent;
  color: #16191d;
  text-align: center;
  cursor: pointer;
  gap: 16px
}

.choose-feature__button[data-astro-cid-754bypz2]:hover .choose-feature__image[data-astro-cid-754bypz2] {
  box-shadow: 0 4px 15px #2f54eb40
}

.choose-feature__image[data-astro-cid-754bypz2],
.choose-feature[data-astro-cid-754bypz2] img.choose-feature__image {
  width: 130px;
  height: 130px;
  padding: 10px;
  transition: box-shadow .3s;
  border-radius: 50%;
  box-shadow: 0 7px 26px #2f54eb26;
  object-fit: cover
}

.choose-feature__text[data-astro-cid-754bypz2] {
  color: #000;
  font-size: 18px;
  line-height: 1.3333333333;
  font-weight: 500
}

.choose-feature__mascot[data-astro-cid-754bypz2] {
  height: 202px;
  margin: 42px auto 0
}

@media(min-width:1024px) {
  .choose-feature__mascot[data-astro-cid-754bypz2] {
    position: absolute;
    bottom: -32px;
    left: 50px;
    width: auto;
    height: 245px
  }
}

@media(min-width:1202px) {
  .choose-feature__mascot[data-astro-cid-754bypz2] {
    left: 100px
  }
}

.choose-option[data-astro-cid-hl5j4ggb] {
  padding-top: 44px;
  padding-bottom: 44px
}

.choose-option_white[data-astro-cid-hl5j4ggb] {
  background-color: #fff
}

.choose-option_blue[data-astro-cid-hl5j4ggb] {
  background-color: #f5f6fe
}

.choose-option__list[data-astro-cid-hl5j4ggb] {
  display: grid;
  max-width: 700px;
  margin: 0 auto;
  gap: 16px
}

.choose-option__button[data-astro-cid-hl5j4ggb] {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 64px;
  padding: 8px;
  transition: box-shadow .3s;
  border: none;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: -2px 2px 4px #0000000d;
  color: #16191d;
  cursor: pointer;
  gap: 8px
}

.choose-option__button[data-astro-cid-hl5j4ggb]:hover {
  box-shadow: 0 4px 15px #2f54eb40
}

.choose-option[data-astro-cid-hl5j4ggb] .choose-option__image {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px
}

.choose-option[data-astro-cid-hl5j4ggb] picture .choose-option__image {
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1/1
}

.choose-option__title[data-astro-cid-hl5j4ggb] {
  font-size: 23px;
  line-height: 1.3913043478;
  font-weight: 700;
  margin-bottom: 16px;
  text-align: center
}

@media(min-width:1202px) {
  .choose-option__title[data-astro-cid-hl5j4ggb] {
    font-size: 25px;
    line-height: 1.44
  }
}

.choose-option__subtitle[data-astro-cid-hl5j4ggb] {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 16px;
  text-align: center
}

.choose-option__text[data-astro-cid-hl5j4ggb] {
  color: #000;
  text-align: left;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500
}

.choose-option__text_bigger[data-astro-cid-hl5j4ggb] {
  font-size: 18px;
  line-height: 1.3333333333;
  font-weight: 500
}

/*! purgecss start ignore */
.options-gallery {
  padding-top: 44px;
  padding-bottom: 44px
}

@media(min-width:1024px) {
  .options-gallery {
    padding-top: 48px;
    padding-bottom: 48px
  }
}

.options-gallery_white {
  background-color: #fff
}

.options-gallery_blue {
  background-color: #f5f6fe
}

.options-gallery__title {
  margin-bottom: 24px;
  text-align: center;
  font-size: 23px;
  line-height: 1.3913043478;
  font-weight: 700
}

@media(min-width:1202px) {
  .options-gallery__title {
    font-size: 25px;
    line-height: 1.44;
    font-weight: 700
  }
}

.options-gallery__slider {
  max-width: 864px;
  margin: 0 auto
}

.options-gallery__slide {
  position: relative;
  overflow: hidden;
  border-radius: 8px
}

.options-gallery__image {
  display: block;
  width: 100%;
  height: 346px;
  object-fit: cover
}

.options-gallery__button {
  position: absolute;
  right: 0;
  bottom: 16px;
  left: 0;
  width: 253px;
  margin: auto;
  padding: 20px 8px;
  border: none;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 7px 26px #2f54eb26;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  cursor: pointer
}

.options-gallery__navigation {
  display: flex;
  justify-content: center;
  margin-top: 24px
}

@media(min-width:1024px) {
  .options-gallery__navigation {
    margin-top: 32px
  }
}

.options-gallery .splide__pagination.options-gallery__pagination {
  display: flex;
  position: static;
  width: auto;
  padding: 0 16px;
  transform: none;
  justify-items: center;
  gap: 4px
}

.options-gallery__pagination-button {
  width: 13px;
  height: 13px;
  margin: 0;
  padding: 0;
  transform: none;
  transition: background-color .3s ease;
  border: none;
  border-radius: 50%;
  opacity: 1;
  background-color: #d3d3d3;
  cursor: pointer
}

.options-gallery__pagination-button.is-active {
  background-color: #4169e1
}

.options-gallery__arrow {
  position: relative;
  width: 32px;
  height: 32px;
  padding: 0;
  border: none;
  background-color: transparent;
  cursor: pointer
}

.options-gallery__arrow:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 10px;
  width: 15px;
  height: 15px;
  transform: rotate(-45deg);
  transition: border-color .3s ease;
  border-top: 3px solid #d3d3d3;
  border-left: 3px solid #d3d3d3
}

.options-gallery__arrow_next:before {
  left: 4px;
  transform: rotate(135deg)
}

.options-gallery__arrow:hover:before {
  border-color: #666
}

/*! purgecss end ignore */
