@charset "UTF-8";
/*
Theme Name: THEME_NAME
Theme URI: http://wordpress.org/themes/twentythirteen
Author: 
Author URI: 
Description: THEME_DESCRIPTION
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: TAG_1, TAG_2, etc
Text Domain: twentythirteen
*/
body {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #331D40;
  font-size: 12px;
  line-height: 18px; }
  @media (min-width: 768px) {
    body {
      font-size: 16px;
      line-height: 24px; } }

menu, ol, ul {
  padding: 0 0 0 25px; }

a,
a:hover,
a:focus,
a:active {
  text-decoration: none; }

button {
  background: transparent;
  border: none; }

a,
button {
  transition: 0.3s; }

a:focus,
a:focus,
button:focus,
input:focus {
  outline: none; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 700; }

h1 {
  font-size: 30px;
  line-height: 45px; }
  @media (min-width: 768px) {
    h1 {
      font-size: 35px;
      line-height: 47px; } }
  @media (min-width: 992px) {
    h1 {
      font-size: 45px;
      line-height: 65px; } }
  @media (min-width: 1200px) {
    h1 {
      font-size: 60px;
      line-height: 70px; } }

h2 {
  font-size: 24px;
  line-height: 36px; }
  @media (min-width: 768px) {
    h2 {
      font-size: 30px;
      line-height: 35px; } }
  @media (min-width: 992px) {
    h2 {
      font-size: 38px;
      line-height: 54px; } }

h3 {
  font-size: 24px;
  line-height: 36px; }
  @media (min-width: 768px) {
    h3 {
      font-size: 28px;
      line-height: 40px; } }
  @media (min-width: 992px) {
    h3 {
      font-size: 32px;
      line-height: 38px; } }

h4 {
  font-size: 22px;
  line-height: 30px; }
  @media (min-width: 768px) {
    h4 {
      font-size: 24px;
      line-height: 36px; } }

h5 {
  font-size: 18px;
  line-height: 27px; }
  @media (min-width: 768px) {
    h5 {
      font-size: 22px;
      line-height: 30px; } }

h6 {
  font-size: 14px;
  line-height: 21px; }
  @media (min-width: 768px) {
    h6 {
      font-size: 18px;
      line-height: 27px; } }

img {
  height: auto;
  max-width: 100%; }

p:last-child {
  margin-bottom: 0; }

.container,
.row,
.col {
  --bs-gutter-x: 48px; }

/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
  Base styles: opinionated defaults
  ========================================================================== */
html,
button,
input,
select,
textarea {
  color: #222; }

html {
  font-size: 1em;
  line-height: 1.4; }

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
*/
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */
audio,
canvas,
img,
video {
  vertical-align: middle; }

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical; }

.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* ==========================================================================
  Helper classes
  ========================================================================== */
/*
 * Image replacement
 */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px; }

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%; }

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden; }

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden; }

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
  *zoom: 1; }

/* ==========================================================================
  EXAMPLE Media Queries for Responsive Design.
  These examples override the primary ('mobile first') styles.
  Modify as content requires.
  ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */ }

@media print, (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */ }

/* ==========================================================================
  Print styles.
  Inlined to avoid required HTTP connection: h5bp.com/r
  ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  /*
     * Don't show links for images, or javascript/internal links
     */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group;
    /* h5bp.com/t */ }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

.form-row {
  margin-bottom: 12px; }
  .form-row .form-group {
    margin-bottom: 0; }

.form-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%; }
  .form-group:not(:last-child) {
    margin-bottom: 12px; }
  .form-group label {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #331D40;
    margin-bottom: 0; }
  .form-group input[type="text"],
  .form-group input[type="email"],
  .form-group input[type="tel"],
  .form-group input[type="number"],
  .form-group select {
    height: 24px;
    padding: 0;
    border: 0;
    border-bottom: 1px solid #FF3364;
    border-radius: 0;
    background: transparent;
    font-size: 12px;
    line-height: 24px;
    color: #331D40; }
    .form-group input[type="text"]:placeholder,
    .form-group input[type="email"]:placeholder,
    .form-group input[type="tel"]:placeholder,
    .form-group input[type="number"]:placeholder,
    .form-group select:placeholder {
      color: #5D5D64; }
    .form-group input[type="text"]:focus,
    .form-group input[type="email"]:focus,
    .form-group input[type="tel"]:focus,
    .form-group input[type="number"]:focus,
    .form-group select:focus {
      border-color: #331D40; }
    .form-group input[type="text"]:focus-visible,
    .form-group input[type="email"]:focus-visible,
    .form-group input[type="tel"]:focus-visible,
    .form-group input[type="number"]:focus-visible,
    .form-group select:focus-visible {
      outline: none; }
  .form-group input[type="number"] {
    -moz-appearance: textfield;
    -webkit-appearance: textfield;
    appearance: textfield; }
    .form-group input[type="number"]::-webkit-outer-spin-button, .form-group input[type="number"]::-webkit-inner-spin-button {
      -webkit-appearance: none;
      margin: 0; }
  .form-group select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-right: 24px;
    background-image: url("../img/icon-select.svg");
    background-repeat: no-repeat;
    background-position: right 0 center;
    background-size: 16px; }
  .form-group .button[type="submit"] {
    -ms-flex-item-align: start;
    align-self: flex-start; }

@media (min-width: 768px) {
  .form-group:has(.button[type="submit"]) {
    padding-top: 8px; } }

@media (min-width: 992px) {
  .form-row {
    display: -ms-flexbox;
    display: flex;
    gap: 24px; } }

.button {
  display: inline-block;
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  padding: 11px 40px;
  transition: 0.3s;
  text-align: center;
  color: #FFFFFF;
  border-radius: 100px;
  background-color: #FF3364; }
  @media (min-width: 768px) {
    .button {
      font-size: 18px;
      padding: 21px 40px; } }
  @media (hover: hover) {
    .button:hover {
      background-color: #EA2857;
      box-shadow: 0px 2px 12px 0px rgba(255, 51, 100, 0.4); } }
  .button:active {
    background-color: #EA2857;
    box-shadow: 0px 2px 12px 0px rgba(255, 51, 100, 0.4); }

.button-secondary {
  display: inline-block;
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  padding: 11px 40px;
  transition: 0.3s;
  text-align: center;
  color: #FFFFFF;
  border-radius: 100px;
  background-color: #331D40; }
  @media (min-width: 768px) {
    .button-secondary {
      font-size: 18px;
      padding: 21px 40px; } }
  @media (hover: hover) {
    .button-secondary:hover {
      background-color: #FFFFFF;
      color: #331D40;
      box-shadow: 0px 2px 12px 0px rgba(51, 29, 64, 0.4); } }
  .button-secondary:active {
    background-color: #FFFFFF;
    color: #331D40;
    box-shadow: 0px 2px 12px 0px rgba(51, 29, 64, 0.4); }

.button.button--small,
.button-secondary.button--small {
  padding-top: 11px;
  padding-bottom: 11px; }

.button.button--xsmall,
.button-secondary.button--xsmall {
  font-size: 12px;
  padding-top: 5px;
  padding-bottom: 5px; }

.footer {
  background-color: #FF3364; }
  .footer__container {
    max-width: 1440px;
    width: 100%;
    padding: 40px 24px 40px;
    margin: 0 auto; }
  .footer__info-column {
    margin-bottom: 20px; }
  .footer__logo {
    margin-bottom: 20px; }
  .footer__logo-img {
    max-width: 100px;
    width: 100%; }
  .footer__description {
    color: #FFFFFF;
    font-weight: 500;
    font-size: 10px;
    line-height: 14px; }
  .footer__columns {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px 24px;
    max-width: 164px;
    width: 100%; }
  .footer__icons-list {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 12px; }
  .footer .icon-list-item .footer__icons-link::before {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
  .footer .icon-list-item.item-email .footer__icons-link::before {
    background-image: url("../img/icon-mail.svg"); }
  .footer .icon-list-item.item-phone .footer__icons-link::before {
    background-image: url("../img/icon-phone.svg"); }
  .footer .icon-list-item.item-location .footer__icons-link::before {
    background-image: url("../img/icon-location.svg"); }
  .footer__icons-link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    gap: 0 6px;
    color: #FFFFFF;
    font-weight: 500;
    font-size: 10px;
    line-height: 14px; }
  @media (hover: hover) {
    .footer a.footer__icons-link:hover {
      color: #331D40; } }
  .footer a.footer__icons-link:active {
    color: #331D40; }
  .footer__socials {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 5px 0; }
  .footer__social-link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 16px;
    height: 16px; }
    .footer__social-link img {
      width: 100%;
      height: 100%;
      -o-object-fit: contain;
      object-fit: contain; }
    @media (hover: hover) {
      .footer__social-link:hover {
        opacity: 0.8; } }
    .footer__social-link:active {
      opacity: 0.8; }
  .footer__heading {
    color: #FFFFFF;
    margin-bottom: 12px; }
    .footer__heading::after {
      content: '';
      display: block;
      width: 100%;
      height: 1px;
      background-color: #331D40;
      margin-top: 12px; }
  .footer__heading-title {
    line-height: 18px;
    margin: 0; }
  .footer__menu {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 14px; }
  .footer__menu-link {
    color: #FFFFFF;
    font-weight: 500;
    font-size: 10px;
    line-height: 14px; }
    .footer__menu-link:active {
      color: #331D40; }
    @media (hover: hover) {
      .footer__menu-link:hover {
        color: #331D40; } }
  .footer__bottom-row {
    margin-top: 20px;
    border-top: 1px solid #FFFFFF;
    padding-top: 40px; }
  .footer__copyright {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    font-weight: 400;
    font-size: 10px;
    line-height: 14px;
    color: #331D40; }
    .footer__copyright span {
      color: #FFFFFF; }

@media (min-width: 768px) {
  .footer__container {
    padding: 40px 80px 50px; }
  .footer__info-column {
    max-width: 280px;
    width: 100%;
    margin-bottom: 27px; }
  .footer__logo {
    margin-bottom: 30px; }
  .footer__logo-img {
    max-width: 175px; }
  .footer__columns {
    -ms-flex-direction: row;
    flex-direction: row;
    max-width: none;
    width: auto; }
  .footer__column {
    -ms-flex: 1;
    flex: 1; }
  .footer__description {
    font-size: 14px;
    line-height: normal; }
  .footer__heading {
    margin-bottom: 27px; }
    .footer__heading::after {
      max-width: 200px;
      margin-top: 27px; }
  .footer__heading-title {
    line-height: 24px; }
  .footer__icons-list {
    gap: 14px;
    margin-bottom: 27px; }
  .footer .icon-list-item .footer__icons-link::before {
    width: 18px;
    height: 18px; }
  .footer__icons-link {
    font-size: 14px;
    line-height: 24px; }
  .footer__socials {
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px 20px;
    padding: 2px 0; }
  .footer__social-link {
    width: 20px;
    height: 20px; }
  .footer__menu-link {
    font-size: 14px;
    line-height: 24px; }
  .footer__bottom-row {
    padding-top: 40px;
    margin-top: 24px; }
  .footer__copyright {
    display: block;
    font-size: 12px;
    line-height: 24px; } }

@media (min-width: 1200px) {
  .footer__top-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 50px; }
  .footer__info-column {
    margin-bottom: 0; }
  .footer__column {
    min-width: clamp(200px, calc(200px + (277px - 200px) * ((100vw - 1200px) / (1440px - 1200px))), 277px); } }

body {
  --header-height: 60px;
  padding-top: var(--header-height); }

#main-menu {
  display: none; }

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  background-color: #331D40; }
  .header__container {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: var(--header-height);
    gap: 0 20px;
    max-width: 1440px;
    margin: 0 auto;
    padding: 14px 24px;
    background-color: #331D40;
    z-index: 9; }
  .header__logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .header__logo-img {
    height: 32px; }
  .header__button {
    -ms-flex-order: -1;
    order: -1;
    max-width: clamp(60px, calc(60px + (100px - 60px) * ((100vw - 320px) / (400px - 320px))), 100px); }
  .header .button {
    padding: 6px 8px;
    font-size: 8px;
    line-height: 8px; }

@media (min-width: 768px) {
  .header__button {
    max-width: none; }
  .header .button {
    padding: 8px 32px;
    font-size: 14px;
    line-height: 18px; } }

@media (min-width: 992px) {
  body {
    --header-height: 56px; }
  #main-menu {
    display: block; }
  .header__container {
    padding: 12px clamp(24px, calc(24px + (80px - 24px) * ((100vw - 992px) / (1440px - 992px))), 80px); }
  .header__menu {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
    display: -ms-flexbox;
    display: flex;
    gap: clamp(20px, calc(20px + (54px - 20px) * ((100vw - 992px) / (1440px - 992px))), 54px); }
  .header__logo {
    position: static;
    transform: none; }
  .header__button {
    -ms-flex-order: 0;
    order: 0;
    max-width: none; }
  .header .button {
    padding: 8px 40px;
    font-size: 14px;
    line-height: 18px; }
  .header__menu-link {
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: #FFFFFF;
    padding: 5px 0; } }
  @media (min-width: 992px) and (hover: hover) {
    .header__menu-link:hover {
      color: #FF3364; } }

@media (min-width: 992px) {
    .header__menu-link:active, .header__menu-link.active {
      color: #FF3364; } }

body::after {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(51, 29, 64, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease; }

body.mm-wrapper_opened {
  overflow: hidden; }
  body.mm-wrapper_opened::after {
    opacity: 1;
    visibility: visible; }

#button-open-menu-mobile {
  --mb-button-size: 24px;
  --mb-bar-width: 0.75;
  --mb-bar-height: 2px;
  --mb-bar-spacing: 6px;
  --mb-animate-timeout: 0;
  color: #FFFFFF; }

.mobile-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: auto;
  background-color: #FF3364;
  z-index: 1;
  transform: translateY(-100%);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease; }
  .mobile-menu.show {
    transform: translateY(0);
    opacity: 1;
    visibility: visible; }
  .mobile-menu .header__menu {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
    padding: 6px 24px; }
  .mobile-menu .header__menu-item {
    border-bottom: 1px solid #331D40; }
    .mobile-menu .header__menu-item:first-child .header__menu-link {
      padding-top: 0; }
    .mobile-menu .header__menu-item:last-child {
      border-bottom: none; }
      .mobile-menu .header__menu-item:last-child .header__menu-link {
        padding-bottom: 0;
        border-bottom: none; }
  .mobile-menu .header__menu-link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 0 20px;
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    color: #FFFFFF;
    padding: 6px 0; }
    .mobile-menu .header__menu-link:after {
      content: '';
      display: block;
      width: 14px;
      height: 14px;
      background-image: url("../img/icon-arrow-right-white.svg");
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      -ms-flex-negative: 0;
      flex-shrink: 0; }

@media (min-width: 992px) {
  .menu-mobile-toggle {
    display: none; } }

.block-cta-full {
  background-color: #331D40;
  color: #FFFFFF;
  background-image: url("../img/bg-cta.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

.cta-full__title {
  margin-bottom: 20px; }
  .cta-full__title strong {
    color: #FF3364; }

.cta-full__description {
  margin-bottom: 20px; }

.cta-full__button {
  margin-bottom: 20px; }

.cta-full__list span:not(:first-child)::before {
  content: '•';
  margin-right: 3px;
  display: inline-block;
  color: #FF3364; }

.cta-full__list-title {
  margin-bottom: 15px; }

@media (min-width: 768px) {
  .cta-full__title {
    max-width: 650px;
    margin: 0 auto 24px; }
  .cta-full__description {
    margin-bottom: 24px; }
  .cta-full__button {
    margin-bottom: 24px; }
  .cta-full__list span:not(:first-child)::before {
    margin-right: 3px; }
  .cta-full__list-title {
    margin-bottom: 7px; } }

.block-cta {
  padding: 40px 25px;
  background-color: #331D40;
  color: #FFFFFF;
  border-radius: 20px; }
  .block-cta.bg--accent {
    background-color: #FF3364; }
    .block-cta.bg--accent .block-cta__title strong,
    .block-cta.bg--accent .block-cta__title b {
      color: #331D40; }
  .block-cta__title {
    font-size: 30px;
    line-height: 45px;
    line-height: 35px;
    margin: 0; }
    @media (min-width: 768px) {
      .block-cta__title {
        font-size: 35px;
        line-height: 47px; } }
    @media (min-width: 992px) {
      .block-cta__title {
        font-size: 45px;
        line-height: 65px; } }
    @media (min-width: 1200px) {
      .block-cta__title {
        font-size: 60px;
        line-height: 70px; } }
    .block-cta__title strong,
    .block-cta__title b {
      color: #FF3364; }
  .block-cta__description {
    font-size: 12px;
    line-height: 18px;
    margin-top: 24px; }
  .block-cta .button,
  .block-cta .button-secondary {
    margin-top: 24px; }

@media (min-width: 768px) {
  .block-cta {
    padding: 40px 100px;
    border-radius: 60px; }
    .block-cta__description {
      font-size: 18px;
      line-height: 24px;
      margin-top: 40px; }
    .block-cta .button,
    .block-cta .button-secondary {
      margin-top: 40px; } }

.info-img__title {
  font-weight: 600;
  margin-bottom: 20px; }

.info-img__description {
  color: #5D5D64;
  margin-bottom: 20px; }

.info-img__img-container {
  max-width: 400px;
  margin: 0 auto 20px; }
  .info-img__img-container.desktop-image {
    display: none; }

.info-img__icon-list {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px; }
  .info-img__icon-list .icon-list__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    gap: 11px;
    color: #5D5D64; }
  .info-img__icon-list .icon-list__icon {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 14px;
    height: 14px;
    -ms-flex-negative: 0;
    flex-shrink: 0; }

@media (min-width: 992px) {
  .info-img__container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px; }
  .info-img__title {
    margin-bottom: 24px; }
  .info-img__description {
    margin-bottom: 24px; }
  .info-img__img-container {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: 450px;
    margin: 0; }
    .info-img__img-container.mobile-image {
      display: none; }
    .info-img__img-container.desktop-image {
      display: block; }
  .info-img__icon-list {
    gap: 24px; }
    .info-img__icon-list .icon-list__icon {
      width: 20px;
      height: 20px; } }

@media (min-width: 1200px) {
  .info-img__img-container {
    max-width: 578px; } }

.slider-mission-vision-wrapper {
  position: relative; }
  .slider-mission-vision-wrapper .slider-menu {
    position: absolute;
    bottom: 24px;
    left: 0;
    width: 100%;
    z-index: 1; }
    @media (hover: hover) {
      .slider-mission-vision-wrapper .slider-menu .slider-arrow:hover {
        color: #FFFFFF; } }
    .slider-mission-vision-wrapper .slider-menu .slider-arrow:active {
      color: #FFFFFF; }
    .slider-mission-vision-wrapper .slider-menu .slick-dots button {
      background-color: #FFFFFF; }
  .slider-mission-vision-wrapper .mission-vision__buttons {
    display: none; }

@media (min-width: 992px) {
  .block-mission-vision {
    background-color: #F9FAFB; }
  .slider-mission-vision-wrapper .slider-menu {
    display: none; }
  .slider-mission-vision-wrapper .mission-vision__buttons {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 124px;
    margin-bottom: 16px; }
  .slider-mission-vision-wrapper .mission-vision__buttons-inner {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    gap: 124px; }
  .slider-mission-vision-wrapper .tab-button-line {
    width: 0;
    bottom: 12px;
    left: 0;
    height: 2px;
    background-color: #FF3364;
    position: absolute;
    transform: translateX(0);
    transition: 0.3s; }
  .tab-button {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 500;
    font-size: 32px;
    line-height: normal;
    color: #5D5D64;
    padding: 0 30px;
    height: 70px; }
    .tab-button.active {
      color: #FF3364; } }
  @media (min-width: 992px) and (hover: hover) {
    .tab-button:not(.active):hover {
      color: #331D40; } }

@media (min-width: 992px) {
    .tab-button:not(.active):active {
      color: #331D40; } }

.block-values__title {
  font-weight: 900;
  color: #FF3364; }
  .block-values__title strong {
    color: #331D40; }

.block-values__items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
  margin-top: 14px; }

@media (min-width: 768px) {
  .block-values {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #FFFFFF; }
    .block-values.bg-light-gray {
      background-color: #FFFFFF; }
    .block-values__items {
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      gap: 30px 24px;
      margin-top: 30px; }
      .block-values__items .card-icon {
        max-width: calc(50% - 12px); } }

.block-cards-icon {
  overflow: hidden; }
  .block-cards-icon .slider-testimonials-wrapper {
    margin-bottom: 20px; }
  .block-cards-icon .mobile-scroller {
    width: 86%;
    margin: 0 auto; }

.cards-icon__title {
  font-size: 30px;
  margin-bottom: 20px; }
  .cards-icon__title strong {
    color: #FF3364;
    font-weight: 700; }

.cards-icon__container {
  display: -ms-flexbox;
  display: flex;
  gap: 24px; }
  .cards-icon__container .card-icon {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%; }

.cards-icon__button {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: clamp(18px, calc(18px + (48 - 18) * (100vw - 768px)), 48px); }

@media (min-width: 768px) {
  .block-cards-icon .slider-testimonials-wrapper {
    margin-bottom: 24px; }
  .block-cards-icon .mobile-scroller {
    width: 100%;
    margin: 0; }
  .cards-icon__title {
    font-size: 50px;
    line-height: 58px;
    text-align: center;
    margin-bottom: 24px; }
  .cards-icon__container {
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: visible;
    gap: 54px; }
    .cards-icon__container .card-icon {
      -ms-flex-negative: 1;
      flex-shrink: 1;
      width: calc(50% - 27px); } }

@media (min-width: 992px) {
  .cards-icon__container .card-icon {
    width: calc(33.3333% - 36px); } }

.block-general {
  padding: 40px 0; }

.wrapper-container {
  padding-bottom: 40px;
  padding-top: 40px; }
  .wrapper-container .block-general {
    padding-bottom: 20px;
    padding-top: 20px; }
    .wrapper-container .block-general:first-child {
      padding-top: 0; }
    .wrapper-container .block-general:last-child {
      padding-bottom: 0; }

.manageable-content h1,
.manageable-content h2,
.manageable-content h3,
.manageable-content h4,
.manageable-content h5,
.manageable-content h6 {
  margin-bottom: 16px;
  margin-top: 26px; }

.manageable-content *:first-child {
  margin-top: 0; }

.manageable-content *:last-child {
  margin-bottom: 0; }

.manageable-content blockquote {
  background-position: left 8px;
  background-repeat: no-repeat;
  background-size: 40px 38px;
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 20px;
  margin-top: 19px;
  padding-left: 60px; }

.manageable-content a:visited {
  color: #000000; }

.manageable-content b,
.manageable-content strong {
  font-weight: bold; }

.manageable-content .wp-caption {
  max-width: 100%; }

.manageable-content .wp-caption-text {
  margin-top: 10px; }

.manageable-content div:has(img:only-child),
.manageable-content img:not(:last-child) {
  margin-bottom: 24px; }

.page-text h1, .page-text h2, .page-text h3, .page-text h4, .page-text h5, .page-text h6 {
  color: #FF3364; }
  .page-text h1 strong, .page-text h2 strong, .page-text h3 strong, .page-text h4 strong, .page-text h5 strong, .page-text h6 strong {
    font-weight: 700;
    color: #331D40; }

.page-text a {
  color: #331D40;
  text-decoration: underline; }
  @media (hover: hover) {
    .page-text a:hover {
      text-decoration: none; } }
  .page-text a:active {
    text-decoration: none; }
  .page-text a:visited {
    color: #331D40; }

.page-text p + ul,
.page-text p + ol {
  margin-top: -1rem; }

.page-text ul li:not(:last-child),
.page-text ol li:not(:last-child) {
  margin-bottom: 3px; }

.page-text ul {
  list-style: none;
  padding-left: 0; }
  .page-text ul li {
    position: relative;
    padding-left: 25px; }
    .page-text ul li::before {
      content: '';
      position: absolute;
      left: 12px;
      top: 10px;
      width: 3px;
      height: 3px;
      background-color: #331D40;
      border-radius: 50%; }

.page-text img {
  box-shadow: 0px 8px 12px 0px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  margin-bottom: 24px; }

@media (max-width: 767px) {
  .page-text h4 {
    font-size: 16px;
    line-height: 24px; }
  .page-text h5 {
    font-size: 14px;
    line-height: 22px; }
  .page-text h6 {
    font-size: 12px;
    line-height: 20px; } }

.page-content {
  color: #5D5D64; }
  .page-content a {
    color: #331D40;
    text-decoration: none; }
    @media (hover: hover) {
      .page-content a:hover {
        text-decoration: underline; } }
    .page-content a:active {
      text-decoration: underline; }
    .page-content a:visited {
      color: #331D40; }
  .page-content ul {
    list-style: none; }
    .page-content ul li::before {
      background-color: #5D5D64; }

.bg-light-gray {
  background-color: #F9FAFB; }

@media (min-width: 768px) {
  .block-general {
    padding: 50px 0; }
  .wrapper-container {
    padding-bottom: 50px;
    padding-top: 50px; }
    .wrapper-container .block-general {
      padding-bottom: 25px;
      padding-top: 25px; }
  .manageable-content h1,
  .manageable-content h2,
  .manageable-content h3,
  .manageable-content h4,
  .manageable-content h5,
  .manageable-content h6 {
    margin-bottom: 25px;
    margin-top: 34px; }
  .manageable-content blockquote {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 27px;
    margin-top: 29px; }
  .page-text img {
    border-radius: 40px;
    margin-bottom: 40px; } }

@media (min-width: 992px) {
  .block-general {
    padding: 60px 0; }
  .wrapper-container {
    padding-bottom: 60px;
    padding-top: 60px; }
    .wrapper-container .block-general {
      padding-bottom: 30px;
      padding-top: 30px; }
  .manageable-content h1,
  .manageable-content h2,
  .manageable-content h3,
  .manageable-content h4,
  .manageable-content h5,
  .manageable-content h6 {
    margin-bottom: 30px;
    margin-top: 39px; }
  .manageable-content blockquote {
    font-size: 42px;
    line-height: 56px;
    margin-bottom: 39px;
    margin-top: 40px; } }

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

.general-cover__title {
  color: #FF3364;
  font-weight: 900;
  margin-bottom: 0; }
  .general-cover__title strong {
    color: #331D40; }

.general-cover__subtitle {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 8px; }

.general-cover__description {
  color: #5D5D64;
  margin-top: clamp(14px, calc(14px + (20 - 14) * (100vw - 768px)), 20px); }
  .general-cover__description strong {
    color: #FF3364; }

.general-cover__image {
  aspect-ratio: 395 / 194;
  border-radius: 20px;
  overflow: hidden;
  width: 100%;
  margin-top: 14px; }
  .general-cover__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }

@media (min-width: 768px) {
  .general-cover__container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    gap: 0 26px;
    text-align: left; }
  .general-cover__content {
    width: 50%; }
  .general-cover__subtitle {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 10px; }
  .general-cover__description {
    font-size: 18px;
    line-height: 28px; }
  .general-cover__image {
    aspect-ratio: 576 / 323;
    width: 50%;
    margin-top: 0; } }

.hero {
  padding: 24px 0;
  background: linear-gradient(116.96deg, #331D40 -8.45%, rgba(51, 29, 64, 0.95) 43.71%, rgba(255, 51, 100, 0.2) 108.45%);
  color: #FFFFFF; }
  .hero__image-container {
    margin-bottom: 24px; }
  .hero__title {
    margin-bottom: 12px;
    max-width: 200px; }
    .hero__title strong {
      color: #FF3364; }
  .hero__description {
    font-size: 10px;
    line-height: 14px;
    margin-bottom: 12px;
    color: rgba(255, 255, 255, 0.8); }
  .hero__button .button {
    padding: 5px 10px; }
  .hero__benefits {
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid #FFFFFF;
    color: rgba(255, 255, 255, 0.8); }
    .hero__benefits-title {
      max-width: 260px;
      font-weight: 700;
      margin-bottom: 12px; }
    .hero__benefits-list {
      list-style: none;
      margin-bottom: 0;
      padding-left: 0;
      max-width: 260px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      gap: 10px; }
    .hero__benefits-item {
      position: relative;
      font-size: 8px;
      line-height: 10px;
      max-width: calc(50% - 5px);
      width: 100%;
      padding-left: 13px; }
      .hero__benefits-item::before {
        content: '';
        display: block;
        width: 5px;
        height: 5px;
        background-color: #FF3364;
        border-radius: 50%;
        position: absolute;
        left: 0;
        top: 3px; }
      .hero__benefits-item.item-highlight {
        max-width: none;
        font-weight: 700;
        font-size: 9px;
        line-height: 11px; }
      .hero__benefits-item.item-highlight::before {
        top: 4px; }

@media (max-width: 767px) {
  .hero__title {
    line-height: 30px; } }

@media (min-width: 768px) {
  .hero {
    padding: 60px 0 80px; }
    .hero__inner-container {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
      gap: 55px; }
    .hero__title {
      margin-bottom: 24px;
      max-width: 385px; }
    .hero__description {
      font-size: 14px;
      line-height: 24px;
      margin-bottom: 24px; }
    .hero__image-container {
      max-width: 350px;
      margin-bottom: 0; }
    .hero__button .button {
      font-size: 14px;
      padding: 10px 20px; }
    .hero__benefits {
      margin-top: 24px;
      padding-top: 24px; }
      .hero__benefits-title {
        font-size: 14px;
        line-height: 18px;
        max-width: none; }
      .hero__benefits-list {
        max-width: none; }
      .hero__benefits-item {
        font-size: 12px;
        line-height: 18px;
        padding-left: 15px; }
        .hero__benefits-item::before {
          width: 7px;
          height: 7px;
          top: 6px; }
        .hero__benefits-item.item-highlight {
          font-size: 14px;
          line-height: 18px; }
        .hero__benefits-item.item-highlight::before {
          top: 5px; } }

@media (min-width: 992px) {
  .hero {
    background: linear-gradient(135deg, #331D40 0%, rgba(51, 29, 64, 0.95) 50%, rgba(255, 51, 100, 0.2) 100%); }
    .hero__description {
      font-size: 18px;
      line-height: 28px; }
    .hero__image-container {
      max-width: 610px; }
    .hero__button .button {
      font-size: 18px;
      padding: 21px 40px; }
    .hero__benefits-list {
      gap: 24px; }
    .hero__benefits-item {
      max-width: calc(33.3333% - 16px); } }

.sticky-image__image-container {
  max-width: 400px;
  margin: 0 auto 20px; }
  .sticky-image__image-container.desktop-image {
    display: none; }

.sticky-image__title {
  font-weight: 600;
  margin-bottom: 20px; }

.sticky-image__pills-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px; }
  .sticky-image__pills-container .button-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .sticky-image__pills-container .button-secondary {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    padding: 8px 24px;
    font-size: 10px;
    line-height: 14px; }

.pill-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  padding: 7px 30px 7px 8px;
  border-radius: 45px;
  background-color: #FFFFFF;
  box-shadow: 0px 5.79px 8.68px 0px rgba(0, 0, 0, 0.1); }
  .pill-item__icon {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 40px;
    height: 40px; }
  .pill-item__title {
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    color: #331D40; }
  .pill-item__description {
    font-size: 10px;
    line-height: 14px;
    color: #5D5D64; }

@media (min-width: 992px) {
  .sticky-image__container {
    display: -ms-flexbox;
    display: flex;
    gap: 25px; }
  .sticky-image__image-container {
    position: sticky;
    top: 0;
    max-width: 450px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0;
    transition: transform 0.1s ease-out; }
    .sticky-image__image-container.desktop-image {
      display: block; }
      .sticky-image__image-container.desktop-image img {
        position: sticky;
        top: 100px; }
    .sticky-image__image-container.mobile-image {
      display: none; }
  .sticky-image__title {
    margin-bottom: 10px; }
  .sticky-image__pills-container {
    gap: 10px; }
    .sticky-image__pills-container .button-secondary {
      padding: 7px 18px;
      font-size: 12px;
      line-height: 18px; }
  .pill-item {
    gap: 28px;
    padding: 10px 30px 10px 12px;
    border-radius: 100px; }
    .pill-item__icon {
      width: 80px;
      height: 80px; }
    .pill-item__title {
      font-size: 22px;
      line-height: 24px; }
    .pill-item__description {
      font-size: 16px;
      line-height: 24px; } }

@media (min-width: 1200px) {
  .sticky-image__image-container {
    max-width: 578px; } }

.card-icon {
  text-align: center;
  padding: 24px 28px;
  box-shadow: 0px 8px 12px 0px rgba(0, 0, 0, 0.1);
  border-radius: 24px;
  background-color: #FFFFFF; }
  .card-icon__icon-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    margin: 0 auto 16px; }
    .card-icon__icon-container img {
      width: 100%;
      height: 100%;
      -o-object-fit: contain;
      object-fit: contain; }
  .card-icon__title {
    font-weight: 500;
    margin-bottom: 0; }
    .card-icon__title + .card-icon__subtitle {
      margin-top: 14px; }
  .card-icon__subtitle {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 104px; }
  .card-icon__description {
    color: #5D5D64;
    padding-top: 16px;
    border-top: 1px solid #F2F2F2;
    margin-top: 16px;
    font-size: 10px;
    line-height: 14px;
    font-weight: 300; }
  .card-icon.card-icon--large .card-icon__icon-container {
    margin-bottom: 12px; }
  .card-icon.card-icon--large .card-icon__description {
    padding-top: 12px;
    margin-top: 12px;
    font-size: 12px;
    line-height: 18px; }

@media (min-width: 768px) {
  .card-icon {
    padding: 24px; }
    .card-icon__title + .card-icon__subtitle {
      margin-top: 16px; }
    .card-icon__description {
      font-size: 14px;
      line-height: 22px; }
    .card-icon.card-icon--large .card-icon__icon-container {
      margin-bottom: 16px;
      width: 80px;
      height: 80px; }
    .card-icon.card-icon--large .card-icon__description {
      padding-top: 16px;
      margin-top: 16px;
      font-size: 14px;
      line-height: 22px; } }

.card-image {
  --border-radius: 24px;
  position: relative;
  width: 100%; }
  .card-image::before {
    border-radius: var(--border-radius);
    box-shadow: 0px 8px 12px 0px rgba(0, 0, 0, 0.2);
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }
  .card-image__container-wrapper {
    display: -ms-flexbox;
    display: flex; }
    .card-image__container-wrapper::before {
      padding-bottom: 100%;
      content: '';
      float: left; }
    .card-image__container-wrapper::after {
      display: table;
      content: '';
      clear: both; }
  .card-image__container {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: var(--border-radius);
    color: #FFFFFF;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: end;
    justify-content: flex-end;
    overflow: hidden;
    padding: 20px;
    position: relative;
    width: 100%; }
    .card-image__container::after, .card-image__container::before {
      background-blend-mode: multiply;
      content: '';
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      transition: 0.3s;
      width: 100%; }
    .card-image__container::after {
      background: linear-gradient(180deg, rgba(51, 29, 64, 0) 0%, #331D40 72%); }
    .card-image__container::before {
      background: linear-gradient(180deg, rgba(255, 51, 100, 0) 0%, #FF3364 72%);
      opacity: 0; }
    @media (hover: hover) {
      .card-image__container:hover::after {
        opacity: 0; }
      .card-image__container:hover::before {
        opacity: 1; }
      .card-image__container:hover .button {
        background-color: #331D40;
        box-shadow: none; } }
  .card-image__content {
    position: relative;
    z-index: 1; }
  .card-image__title {
    color: #FFFFFF;
    font-weight: 500;
    margin: 0; }
  .card-image__description {
    font-weight: 300;
    font-size: 10px;
    line-height: 14px;
    padding-top: 16px; }
    .card-image__description::before {
      background: #FFFFFF;
      content: '';
      display: block;
      height: 2px;
      margin-bottom: 16px;
      width: 100%; }
  .card-image .button {
    margin-top: 16px; }

@media (min-width: 768px) {
  .card-image__container {
    aspect-ratio: 324 / 500;
    min-height: 500px;
    padding: 20px 24px; }
  .card-image__description {
    font-size: 14px;
    line-height: 22px; } }

.card-info {
  background-color: #331D40;
  padding: 24px 20px 86px;
  border-radius: 24px;
  text-align: center; }
  .card-info__title {
    font-weight: 600;
    color: #FF3364;
    margin-bottom: 24px; }
  .card-info__image-container {
    border-radius: 20px;
    overflow: hidden;
    aspect-ratio: 310 / 197;
    max-width: 400px;
    margin: 0 auto 24px; }
    .card-info__image-container img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; }
  .card-info__description {
    color: #FFFFFF; }
    .card-info__description::after {
      content: '';
      display: block;
      width: 100%;
      max-width: 200px;
      height: 1px;
      background-color: #FF3364;
      margin: 24px auto 0; }

@media (min-width: 992px) {
  .card-info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-align: center;
    align-items: center;
    gap: 54px;
    padding: 30px 35px;
    border-radius: 40px; }
    .card-info.slick-slide {
      display: -ms-flexbox;
      display: flex; }
    .card-info__title {
      display: none; }
    .card-info__image-container {
      margin-bottom: 0;
      aspect-ratio: 411 / 262;
      max-width: 411px;
      -ms-flex-negative: 0;
      flex-shrink: 0; }
    .card-info__description::after {
      content: none; } }

.card-pricing {
  box-shadow: 0px 8px 12px 0px rgba(0, 0, 0, 0.1);
  border-radius: 40px;
  border: 1px solid #F2F2F2;
  padding: 40px 20px;
  color: #5D5D64; }
  .card-pricing__header {
    padding-bottom: 20px;
    border-bottom: 1px solid #F2F2F2;
    margin-bottom: 20px; }
  .card-pricing__title {
    font-size: 32px;
    line-height: 38px;
    color: #FF3364;
    margin-bottom: 0; }
  .card-pricing__price {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    color: #331D40; }
    .card-pricing__price .price {
      font-weight: 600;
      font-size: 32px;
      line-height: normal; }
    .card-pricing__price .compare-at {
      font-weight: 400;
      font-size: 16px;
      line-height: normal;
      text-decoration: line-through; }
  .card-pricing__schema {
    display: block;
    font-size: 16px;
    line-height: normal;
    margin-top: 7px; }
  .card-pricing__button {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 20px; }
  .card-pricing .button.button--xsmall {
    padding-right: 16px;
    padding-left: 16px; }
  .card-pricing__description {
    font-size: 16px;
    line-height: normal;
    margin-bottom: 24px; }
  .card-pricing__benefits {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px 0; }
  .card-pricing.card-price--highlighted {
    position: relative;
    background-color: #331D40;
    color: #F2F2F2; }
    .card-pricing.card-price--highlighted::before {
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1;
      border: 2px solid #FF3364;
      border-radius: 40px; }
    .card-pricing.card-price--highlighted .card-pricing__header,
    .card-pricing.card-price--highlighted .card-pricing__body {
      position: relative;
      z-index: 2; }
    .card-pricing.card-price--highlighted .card-pricing__title strong {
      color: #FFFFFF; }
    .card-pricing.card-price--highlighted .card-pricing__price {
      color: #FFFFFF; }
    .card-pricing.card-price--highlighted .card-pricing__description {
      color: #FFFFFF; }
    .card-pricing.card-price--highlighted .pricing-benefit__title strong {
      color: #FFFFFF; }

.pricing-benefit {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px; }
  .pricing-benefit__icon {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 32px; }
  .pricing-benefit__title {
    font-size: 32px;
    line-height: normal;
    color: #FF3364;
    font-weight: 600; }
    .pricing-benefit__title strong {
      font-weight: 600;
      color: #331D40; }
  .pricing-benefit__description {
    font-size: 12px;
    line-height: normal; }
    .pricing-benefit__description strong {
      font-weight: 600; }

@media (min-width: 768px) {
  .card-pricing {
    padding: 40px 25px; }
    .card-pricing__body {
      padding: 0 5px; } }

.card-service {
  padding: 24px 28px;
  border-radius: 24px;
  box-shadow: 0px 8px 12px 0px rgba(0, 0, 0, 0.1);
  text-align: center;
  background-color: #FFFFFF; }
  .card-service__header {
    margin-bottom: 12px; }
  .card-service__counter {
    display: block;
    font-size: 40px;
    line-height: 40px;
    color: #FF3364;
    font-weight: 700;
    margin-bottom: 12px; }
  .card-service__title {
    font-weight: 500;
    margin-bottom: 12px; }
  .card-service__image {
    aspect-ratio: 305 / 263;
    border-radius: 40px;
    max-width: 305px;
    width: 100%;
    overflow: hidden;
    margin: 0 auto; }
    .card-service__image.desktop-image {
      display: none; }
    .card-service__image img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; }
  .card-service__info {
    color: #5D5D64; }
    .card-service__info strong {
      color: #FF3364; }

@media (min-width: 992px) {
  .card-service {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px;
    padding: 40px;
    border-radius: 60px;
    text-align: left; }
    .card-service__header {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      gap: 25px;
      padding-bottom: 18px;
      border-bottom: 1px solid #F2F2F2;
      margin-bottom: 18px; }
    .card-service__counter {
      text-align: center;
      width: 53px;
      margin-bottom: 0; }
    .card-service__title {
      margin-bottom: 0;
      max-width: 300px; }
    .card-service__image {
      -ms-flex-negative: 0;
      flex-shrink: 0;
      aspect-ratio: 350 / 300;
      max-width: 350px; }
      .card-service__image.desktop-image {
        display: block; }
      .card-service__image.mobile-image {
        display: none; } }

.card-testimonial {
  padding: 20px 20px 94px;
  background-color: #331D40;
  color: #FFFFFF;
  border-radius: 24px;
  text-align: center; }
  .card-testimonial__avatar {
    width: 80px;
    height: 80px;
    margin: 0 auto 12px;
    border-radius: 50%;
    overflow: hidden; }
    .card-testimonial__avatar img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; }
  .card-testimonial__content {
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    margin-bottom: 24px; }
    .card-testimonial__content strong {
      font-weight: 600;
      color: #FF3364; }
  .card-testimonial__name {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative; }
    .card-testimonial__name::before {
      content: '';
      position: absolute;
      top: -12px;
      left: 50%;
      transform: translateX(-50%);
      width: 76px;
      height: 1px;
      background-color: #FF3364; }
    .card-testimonial__name strong {
      font-weight: 600; }

@media (min-width: 992px) {
  .card-testimonial {
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
    padding: 40px 40px 96px;
    text-align: left; }
    .card-testimonial.slick-slide {
      display: -ms-flexbox;
      display: flex; }
    .card-testimonial__avatar {
      -ms-flex-negative: 0;
      flex-shrink: 0;
      width: 177px;
      height: 177px;
      margin: 0; }
    .card-testimonial__content {
      font-size: 22px;
      line-height: 32px; }
    .card-testimonial__name {
      font-size: 18px;
      line-height: 27px;
      max-width: 50%;
      width: -moz-fit-content;
      width: fit-content;
      margin-left: auto; }
      .card-testimonial__name::before {
        top: 50%;
        left: auto;
        right: calc(100% + 24px);
        transform: translateY(-50%); } }

.general-header__image {
  display: none; }

.general-header__title {
  font-weight: 900;
  color: #FF3364;
  text-align: center;
  margin-bottom: 0; }
  .general-header__title strong {
    color: #331D40; }

.general-header__description {
  color: #5D5D64;
  margin-top: 15px; }

@media (min-width: 768px) {
  .general-header__image {
    display: block;
    max-width: 248px;
    margin: 0 auto 35px; }
  .general-header__description {
    margin-top: 30px; } }

.mobile-scroller {
  position: relative; }
  .mobile-scroller-container {
    display: -ms-flexbox;
    display: flex;
    transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    will-change: transform; }
  .mobile-scroller::after {
    content: '';
    display: block;
    width: 100%;
    height: 16px;
    background-image: url("../img/horizontal-scroll-indicator.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 40px; }

@media (min-width: 768px) {
  .mobile-scroller {
    overflow: visible; }
    .mobile-scroller-container {
      transition: none;
      will-change: auto; }
    .mobile-scroller::after {
      content: none; } }

.pagination {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  padding: 5px 0; }
  .pagination__list {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px; }
  .pagination__button {
    color: #FF3364; }
    @media (hover: hover) {
      .pagination__button:hover {
        color: #331D40; } }
    .pagination__button:active {
      color: #331D40; }
  .pagination__link {
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #331D40; }
    .pagination__link.current {
      width: 12px;
      height: 12px;
      background-color: #FF3364; }

@media (min-width: 768px) {
  .pagination {
    padding: 12px 0; } }

.slider-testimonials-wrapper {
  position: relative; }
  .slider-testimonials-wrapper .slider-testimonials.slick-dotted.slick-slider {
    margin-bottom: 0; }
  .slider-testimonials-wrapper .slider-menu {
    position: absolute;
    bottom: 44px;
    left: 0;
    width: 100%; }
    .slider-testimonials-wrapper .slider-menu .slick-dots button {
      background-color: #FFFFFF; }
    @media (hover: hover) {
      .slider-testimonials-wrapper .slider-menu .slick-arrow:hover {
        color: #FFFFFF; } }
    .slider-testimonials-wrapper .slider-menu .slick-arrow:active {
      color: #FFFFFF; }

.slider-menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px; }
  .slider-menu:has(.slick-dots li:only-child) {
    display: none; }
  .slider-menu .slider-arrow {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 24px;
    height: 16px;
    color: #FF3364;
    padding: 0; }
    @media (hover: hover) {
      .slider-menu .slider-arrow:hover {
        color: #331D40; } }
    .slider-menu .slider-arrow:active {
      color: #331D40; }
    .slider-menu .slider-arrow.slick-disabled {
      pointer-events: none;
      color: #F2F2F2; }
  .slider-menu .slick-dots {
    position: static;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px; }
    .slider-menu .slick-dots li {
      width: auto;
      height: auto;
      margin: 0; }
    .slider-menu .slick-dots .slick-active button {
      transform: scale3d(1.5, 1.5, 1.5);
      background-color: #FF3364; }
    .slider-menu .slick-dots button {
      width: 8px;
      height: 8px;
      padding: 0;
      border-radius: 50%;
      background-color: #331D40;
      transform: scale3d(1, 1, 1); }
      .slider-menu .slick-dots button::before {
        content: none; }

.block-privacy-policy .page-description + .page-content {
  margin-top: 15px; }

.block-privacy-policy .page-text {
  margin-top: 30px; }

@media (min-width: 768px) {
  .template-privacy-policy .page-description + .page-content {
    margin-top: 20px; }
  .template-privacy-policy .page-text {
    margin-top: 73px; } }

.general-header + .blog-main {
  margin-top: 30px; }

.blog-main__image-container {
  display: block;
  aspect-ratio: 345 / 194;
  margin-bottom: 12px;
  border-radius: 20px;
  overflow: hidden;
  width: 100%; }
  @media (hover: hover) {
    .blog-main__image-container:hover .blog-main__img {
      transform: scale3d(1.05, 1.05, 1.05); } }

.blog-main__img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transform: scale3d(1, 1, 1);
  transition: 0.3s; }

.blog-main__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px; }

.blog-main__title,
.blog-main__title * {
  font-size: 18px;
  line-height: 27px;
  font-weight: 900;
  color: #331D40;
  margin-bottom: 0; }
  @media (min-width: 768px) {
    .blog-main__title,
    .blog-main__title * {
      font-size: 22px;
      line-height: 30px; } }

.blog-main__description {
  color: #5D5D64; }

.blog-main__link {
  font-weight: 700;
  color: #FF3364;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-item-align: start;
  align-self: flex-start; }
  .blog-main__link::after {
    content: '';
    display: inline-block;
    width: 28px;
    height: 12px;
    background-image: url("../img/icon-link-arrow.svg");
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 12px;
    transform: translateX(0);
    transition: 0.3s; }
  @media (hover: hover) {
    .blog-main__link:hover::after {
      transform: translateX(5px); } }

.blog-grid__title {
  font-weight: 400; }

.blog-grid__content {
  margin-top: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px; }

.block-blog-grid .pagination {
  margin-top: 20px; }

.block-blog-grid .blog-grid__button {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 20px; }

@media (min-width: 768px) {
  .general-header + .blog-main {
    margin-top: 50px; }
  .blog-main {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 0 26px; }
    .blog-main__image-container {
      margin-bottom: 0;
      max-width: 575px; }
    .blog-main__content {
      max-width: 478px; }
  .blog-grid__title {
    text-align: center; }
  .blog-grid__content {
    margin-top: 40px;
    gap: 52px; }
    .blog-grid__content .card-image {
      width: calc(50% - 26px); }
  .block-blog-grid .pagination {
    margin-top: 40px; }
  .block-blog-grid .blog-grid__button {
    margin-top: 40px; } }

@media (min-width: 992px) {
  .blog-grid__content .card-image {
    width: calc(33.3333% - 34.6667px); } }

.blogpost-cover__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: clamp(12px, calc(12px + (20 - 12) * (100vw - 768px)), 20px) 0;
  color: #5D5D64; }

.blogpost-cover__title {
  color: #331D40;
  font-weight: 900;
  text-align: center;
  margin-bottom: 0; }
  .blogpost-cover__title strong {
    color: #FF3364; }

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

.blogpost-cover__img {
  aspect-ratio: 1;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  border-radius: 40px;
  box-shadow: 0px 8px 12px 0px rgba(0, 0, 0, 0.1); }

.block-blogpost-content .page-description + .page-content {
  margin-top: 20px; }

.block-blogpost-content .block-cta {
  margin-top: 24px; }

.block-articles__title {
  font-weight: 600;
  margin-bottom: 20px; }

.block-articles__button {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 20px; }

@media (max-width: 767px) {
  .block-related-articles .card-image:not(:last-child):not(:nth-child(3)) {
    margin-bottom: 20px; }
  .block-related-articles .card-image:not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)) {
    display: none; }
  .block-related-articles .slider-menu {
    display: none; } }

@media (min-width: 768px) {
  .blogpost-cover__container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 0 24px; }
  .blogpost-cover__content {
    width: 50%; }
  .blogpost-cover__featured-image {
    width: 50%; }
  .blogpost-cover__title {
    font-size: 24px;
    line-height: 36px;
    text-align: left; } }
  @media (min-width: 768px) and (min-width: 768px) {
    .blogpost-cover__title {
      font-size: 30px;
      line-height: 35px; } }
  @media (min-width: 768px) and (min-width: 992px) {
    .blogpost-cover__title {
      font-size: 38px;
      line-height: 54px; } }

@media (min-width: 768px) {
  .blogpost-cover__date {
    text-align: left;
    -ms-flex-order: -1;
    order: -1; }
  .block-blogpost-content .page-description + .page-content {
    margin-top: 15px; }
  .block-blogpost-content .block-cta {
    margin-top: 60px; }
  .block-articles__title {
    margin-bottom: 40px; }
  .block-articles .slider-menu {
    margin-top: 32px; }
  .block-articles__button {
    display: none; }
  .slider-articles:not(.slick-initialized) {
    opacity: 0; }
  .slider-articles .card-image {
    margin: 0 26px; }
  .slider-articles .slick-list {
    margin: 0 -26px;
    padding-bottom: 20px; }
  .slider-articles.slick-dotted {
    margin-bottom: 0; } }

.block-courses__title {
  font-size: 30px;
  line-height: 45px;
  font-weight: 900;
  color: #FF3364;
  text-align: center;
  margin-bottom: 24px; }
  @media (min-width: 768px) {
    .block-courses__title {
      font-size: 35px;
      line-height: 47px; } }
  @media (min-width: 992px) {
    .block-courses__title {
      font-size: 45px;
      line-height: 65px; } }
  @media (min-width: 1200px) {
    .block-courses__title {
      font-size: 60px;
      line-height: 70px; } }
  .block-courses__title strong {
    color: #331D40; }

.block-courses__container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: clamp(24px, calc(24px + (40 - 24) * (100vw - 768px)), 40px) 0; }

.course-item__title {
  font-weight: 900;
  color: #FF3364;
  text-align: center;
  margin-bottom: 12px; }
  .course-item__title strong {
    color: #331D40; }

.course-item__card {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px 24px;
  background-color: #FFFFFF;
  border-radius: 20px;
  padding: 24px;
  box-shadow: 0px 8px 12px 0px rgba(0, 0, 0, 0.1);
  color: #5D5D64; }
  .course-item__card-title {
    font-weight: 900;
    font-size: 24px;
    line-height: 36px;
    color: #331D40; }
  .course-item__card-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px; }
  .course-item__card-icons {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px 18px; }
  .course-item__card .course-card-icon {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 32px;
    height: 32px; }
    .course-item__card .course-card-icon img {
      width: 100%;
      height: 100%;
      -o-object-fit: contain;
      object-fit: contain; }
  .course-item__card .course-content__title {
    color: #FF3364;
    font-weight: 900;
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 10px; }
  .course-item__card .course-content__list {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 4px 0; }
    .course-item__card .course-content__list li {
      position: relative;
      padding-left: 20px; }
      .course-item__card .course-content__list li::before {
        content: '';
        width: 10px;
        height: 10px;
        background-color: #FF3364;
        border-radius: 50%;
        position: absolute;
        left: 0;
        top: 4px; }

@media (min-width: 768px) {
  .course-item__card .course-content__list li::before {
    top: 6px; } }

@media (min-width: 992px) {
  .course-item__title {
    margin-bottom: 20px; }
  .course-item__card {
    -ms-flex-direction: row;
    flex-direction: row;
    border-radius: 40px;
    padding: 40px 24px; }
    .course-item__card-content {
      width: calc(478 / 878 * 100%); }
    .course-item__card-icons {
      -ms-flex-pack: justify;
      justify-content: space-between;
      margin-top: auto;
      gap: 15px 38px; }
    .course-item__card .course-card-icon {
      width: 48px;
      height: 48px; }
    .course-item__card-course-content {
      width: calc(376 / 878 * 100%); } }

.block-contact__content {
  text-align: center;
  color: #5D5D64; }

.block-contact__title {
  font-weight: 900;
  color: #FF3364;
  margin-bottom: 14px; }
  .block-contact__title strong {
    color: #331D40; }

.block-contact__subtitle {
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 14px;
  color: #331D40; }

.block-contact__info {
  display: none;
  margin-top: 20px; }

.block-contact .contact-info__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 14px;
  color: #331D40; }

.block-contact .contact-info__description strong {
  color: #FF3364; }

.block-contact .contact-info__links {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 20px; }
  .block-contact .contact-info__links span {
    font-size: 12px;
    line-height: 18px; }
  .block-contact .contact-info__links a {
    -ms-flex-item-align: center;
    align-self: center;
    font-size: 12px;
    line-height: 18px;
    color: #FF3364; }
    @media (hover: hover) {
      .block-contact .contact-info__links a:hover {
        color: #331D40; } }
    .block-contact .contact-info__links a:active {
      color: #331D40; }

.block-contact__form-card {
  margin-top: 40px;
  padding: 24px;
  border-radius: 20px;
  box-shadow: 0px 8px 12px 0px rgba(0, 0, 0, 0.1);
  color: #5D5D64; }

.block-contact .form-card__title {
  font-weight: 700;
  color: #FF3364;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 12px; }

.block-contact .form-card__header {
  margin-bottom: 12px; }

.block-contact .form-card__description + .menu-socials {
  margin-top: 20px; }

.menu-socials {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
  display: -ms-flexbox;
  display: flex;
  gap: 0 10px; }
  .menu-socials__link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    filter: brightness(0) saturate(100%) invert(40%) sepia(64%) saturate(5156%) hue-rotate(326deg) brightness(100%) contrast(103%); }
    .menu-socials__link img {
      width: 100%;
      height: 100%;
      -o-object-fit: contain;
      object-fit: contain; }
    @media (hover: hover) {
      .menu-socials__link:hover {
        opacity: 0.6; } }

.block-location__title {
  font-size: 30px;
  line-height: 45px;
  font-weight: 900;
  color: #FF3364;
  margin-bottom: clamp(14px, calc(14px + (24 - 14) * (100vw - 768px)), 24px); }
  @media (min-width: 768px) {
    .block-location__title {
      font-size: 35px;
      line-height: 47px; } }
  @media (min-width: 992px) {
    .block-location__title {
      font-size: 45px;
      line-height: 65px; } }
  @media (min-width: 1200px) {
    .block-location__title {
      font-size: 60px;
      line-height: 70px; } }
  .block-location__title strong {
    color: #331D40; }

.block-location__description {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #5D5D64;
  margin-bottom: clamp(14px, calc(14px + (24 - 14) * (100vw - 768px)), 24px); }

.block-location__map {
  aspect-ratio: 1;
  border-radius: 20px;
  overflow: hidden; }

@media (min-width: 768px) {
  .block-contact__container {
    display: -ms-flexbox;
    display: flex;
    gap: 0 24px; }
  .block-contact__content {
    width: 50%;
    text-align: left; }
  .block-contact__title {
    margin-bottom: 24px; }
    .block-contact__title strong {
      color: #331D40; }
  .block-contact__subtitle {
    margin-bottom: 5px; }
  .block-contact__info {
    display: block;
    margin-top: 24px; }
  .block-contact .contact-info__title {
    margin-bottom: 5px; }
  .block-contact .contact-info__links {
    display: -ms-flexbox;
    display: flex;
    margin-top: 24px; }
    .block-contact .contact-info__links span {
      font-size: 16px;
      line-height: 24px; }
    .block-contact .contact-info__links a {
      -ms-flex-item-align: start;
      align-self: flex-start;
      font-size: 18px;
      line-height: 24px; }
  .block-contact__form-card {
    width: 50%;
    margin-top: auto;
    padding: 40px 24px;
    border-radius: 40px; }
  .block-contact .form-card__header {
    margin-bottom: 40px; }
  .block-location__map {
    aspect-ratio: 1080 / 551;
    border-radius: 0; } }

.block-pricing {
  overflow: hidden; }

.general-header + .slider-pricing-wrapper {
  margin-top: 30px; }

.slider-pricing-wrapper .slider-menu {
  margin-top: 10px; }

.slider-pricing.slick-dotted.slick-slider {
  margin-bottom: 0; }

.slider-pricing .slick-list {
  margin: 0 -12px; }

.slider-pricing .slick-track {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
  align-items: stretch;
  padding-bottom: 20px; }

.slider-pricing .card-pricing {
  margin: 0 12px;
  height: auto; }

.pricing-disclaimer {
  max-width: 880px;
  text-align: center;
  font-size: 12px;
  line-height: 18px;
  margin: 40px auto 0; }

.modal-pricing {
  --bs-modal-width: 900px;
  --bs-modal-border-radius: 20px; }
  .modal-pricing .modal-content {
    margin: 0 24px; }
  .modal-pricing .modal-body {
    padding: 24px 20px; }
  .modal-pricing .modal-description {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #FF3364;
    text-align: center;
    margin-bottom: 16px; }
  .modal-pricing button[type="submit"] {
    margin: 0 auto;
    padding: 10px 40px;
    font-size: 18px;
    line-height: 18px; }

@media (max-width: 767px) {
  .slider-pricing {
    width: 78%;
    margin: 0 auto; }
    .slider-pricing .slick-list {
      overflow: visible; } }

@media (min-width: 768px) {
  .general-header + .slider-pricing-wrapper {
    margin-top: 40px; }
  .modal-pricing {
    --bs-modal-border-radius: 40px; }
    .modal-pricing .modal-body {
      padding: 40px 50px; }
    .modal-pricing .modal-description {
      margin-bottom: 24px; }
    .modal-pricing button[type="submit"] {
      margin: 0 auto; }
    .modal-pricing .form-row {
      display: -ms-flexbox;
      display: flex;
      gap: 24px; } }

@media (min-width: 992px) {
  .modal-pricing .modal-content {
    margin: 0; } }

.block-services-content {
  color: #5D5D64; }
  .block-services-content__image {
    mix-blend-mode: multiply; }

.cover-services .general-cover__title {
  font-size: 45px;
  line-height: 50px; }

.block-services .block-cta {
  margin-bottom: 40px; }

.block-services__title {
  color: #FF3364;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px; }
  .block-services__title strong {
    color: #331D40; }

.block-services__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px; }

.block-services__summary {
  margin-top: 24px; }

@media (min-width: 768px) {
  .cover-services .general-cover__title {
    font-size: 60px;
    line-height: 66px; }
  .block-services__title {
    text-align: left;
    margin-bottom: 40px; }
  .block-services__list .card-service:nth-child(even) {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
  .block-services__summary {
    margin-top: 40px; } }

@media (min-width: 992px) {
  .cover-services .general-cover__title {
    font-size: 80px;
    line-height: 85px; } }

/*# sourceMappingURL=style.css.map */
