/*!
Theme Name: teamlia
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: teamlia
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

teamlia is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/* inter-300 - latin */
@font-face {
  font-display: swap;
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  src: url("./fonts/inter-v20-latin-300.woff2") format("woff2"), url("./fonts/inter-v20-latin-300.ttf") format("truetype");
}
/* inter-regular - latin */
@font-face {
  font-display: swap;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  src: url("./fonts/inter-v20-latin-regular.woff2") format("woff2"), url("./fonts/inter-v20-latin-regular.ttf") format("truetype");
}
/* inter-500 - latin */
@font-face {
  font-display: swap;
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  src: url("./fonts/inter-v20-latin-500.woff2") format("woff2"), url("./fonts/inter-v20-latin-500.ttf") format("truetype");
}
/* inter-600 - latin */
@font-face {
  font-display: swap;
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  src: url("./fonts/inter-v20-latin-600.woff2") format("woff2"), url("./fonts/inter-v20-latin-600.ttf") format("truetype");
}
@font-face {
  font-display: swap;
  font-style: normal;
  font-weight: normal;
  font-family: "Canela Deck";
  src: url("./fonts/CanelaDeck-Regular.woff2") format("woff2"), url("./fonts/CanelaDeck-Regular.ttf") format("truetype");
}
@font-face {
  font-display: swap;
  font-style: normal;
  font-weight: 500;
  font-family: "Canela Deck";
  src: url("./fonts/CanelaDeck-Medium.woff2") format("woff2"), url("./fonts/CanelaDeck-Medium.ttf") format("truetype");
}
.testimonials-card__info .img-block img, .specialist-card .img-block img, .hero-start__bg img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.sticky-cards__wrap, .specialist-card__tags, .privacy-navigation .menu, .footer-navigation .menu, .site-footer__social, .main-navigation .menu, .main-navigation-row .menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.working-steps__card > svg, .hero-start__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #3D4860;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.4;
}
@media (min-width: 1441px) {
  body,
  button,
  input,
  select,
  optgroup,
  textarea {
    font-size: 1.111vw;
  }
}
@media (min-width: 1921px) {
  body,
  button,
  input,
  select,
  optgroup,
  textarea {
    font-size: 0.75vw;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  -ms-hyphens: manual;
      hyphens: manual;
  margin: 0;
  font-weight: 400;
}

.hyphens-manual {
  -ms-hyphens: manual;
      hyphens: manual;
}

.hyphens-auto {
  -ms-hyphens: auto;
      hyphens: auto;
}

.white-space-nowrap {
  white-space: nowrap;
}

.headline-block_h1-big h1, .headline-block_h1-big h2, .headline-block_h1-big h3, .headline-block_h1-big h4, .headline-block_h1-big p {
  font-size: 2.5rem;
  letter-spacing: -1.68px;
  line-height: 1.12;
  font-weight: 400;
}
@media (min-width: 1025px) {
  .headline-block_h1-big h1, .headline-block_h1-big h2, .headline-block_h1-big h3, .headline-block_h1-big h4, .headline-block_h1-big p {
    font-size: 5.625rem;
  }
}
@media (min-width: 1441px) {
  .headline-block_h1-big h1, .headline-block_h1-big h2, .headline-block_h1-big h3, .headline-block_h1-big h4, .headline-block_h1-big p {
    font-size: 5.625em;
  }
}
.headline-block_h1 h1, .headline-block_h1 h2, .headline-block_h1 h3, .headline-block_h1 h4, .headline-block_h1 p {
  font-size: 2rem;
  line-height: 1.2;
}
@media (min-width: 1025px) {
  .headline-block_h1 h1, .headline-block_h1 h2, .headline-block_h1 h3, .headline-block_h1 h4, .headline-block_h1 p {
    font-size: 3.5rem;
  }
}
@media (min-width: 1441px) {
  .headline-block_h1 h1, .headline-block_h1 h2, .headline-block_h1 h3, .headline-block_h1 h4, .headline-block_h1 p {
    font-size: 3.5em;
  }
}
.headline-block_h2 h1, .headline-block_h2 h2, .headline-block_h2 h3, .headline-block_h2 h4, .headline-block_h2 p {
  font-size: 1.5rem;
}
@media (min-width: 1025px) {
  .headline-block_h2 h1, .headline-block_h2 h2, .headline-block_h2 h3, .headline-block_h2 h4, .headline-block_h2 p {
    font-size: 2.5rem;
  }
}
@media (min-width: 1441px) {
  .headline-block_h2 h1, .headline-block_h2 h2, .headline-block_h2 h3, .headline-block_h2 h4, .headline-block_h2 p {
    font-size: 2.5em;
  }
}
.headline-block_h3 h1, .headline-block_h3 h2, .headline-block_h3 h3, .headline-block_h3 h4, .headline-block_h3 p {
  font-size: 1.5rem;
}
@media (min-width: 1025px) {
  .headline-block_h3 h1, .headline-block_h3 h2, .headline-block_h3 h3, .headline-block_h3 h4, .headline-block_h3 p {
    font-size: 2rem;
  }
}
@media (min-width: 1441px) {
  .headline-block_h3 h1, .headline-block_h3 h2, .headline-block_h3 h3, .headline-block_h3 h4, .headline-block_h3 p {
    font-size: 2em;
  }
}
.headline-block_h3-small h1, .headline-block_h3-small h2, .headline-block_h3-small h3, .headline-block_h3-small h4, .headline-block_h3-small p {
  font-size: 1.25rem;
}
@media (min-width: 1025px) {
  .headline-block_h3-small h1, .headline-block_h3-small h2, .headline-block_h3-small h3, .headline-block_h3-small h4, .headline-block_h3-small p {
    font-size: 1.75rem;
  }
}
@media (min-width: 1441px) {
  .headline-block_h3-small h1, .headline-block_h3-small h2, .headline-block_h3-small h3, .headline-block_h3-small h4, .headline-block_h3-small p {
    font-size: 1.75em;
  }
}
.headline-block_h4 h1, .headline-block_h4 h2, .headline-block_h4 h3, .headline-block_h4 h4, .headline-block_h4 p {
  letter-spacing: -0.032px;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.22;
}
@media (min-width: 1441px) {
  .headline-block_h4 h1, .headline-block_h4 h2, .headline-block_h4 h3, .headline-block_h4 h4, .headline-block_h4 p {
    font-size: 1.25em;
  }
}

.small-text {
  font-weight: 500;
  letter-spacing: -0.032px;
  line-height: 1.22;
  font-size: 0.75rem;
}
@media (min-width: 1441px) {
  .small-text {
    font-size: 0.75em;
  }
}

.subheadline-block {
  text-transform: uppercase;
  color: #1E2230;
  padding: 0.375rem 0.625rem;
  background-color: #C8F994;
  border-radius: 2rem;
}
@media (min-width: 1441px) {
  .subheadline-block {
    padding: 0.375em 0.625em;
  }
}

p {
  margin: 0;
}

.text-block {
  font-size: 1rem;
  letter-spacing: -0.032px;
}
@media (min-width: 1441px) {
  .text-block {
    font-size: 1em;
  }
}
.text-block_big {
  font-size: 1.125rem;
}
@media (min-width: 1025px) {
  .text-block_big {
    font-size: 1.25rem;
  }
}
@media (min-width: 1441px) {
  .text-block_big {
    font-size: 1.25em;
  }
}
.text-block_small {
  letter-spacing: -0.032px;
  font-size: 0.875rem;
}
@media (min-width: 1441px) {
  .text-block_small {
    font-size: 0.875em;
  }
}
.text-block ul {
  margin: 0;
  padding-left: 1.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.75rem;
}
@media (min-width: 1441px) {
  .text-block ul {
    padding-left: 1.75em;
  }
}
.text-block ul li {
  padding-left: 0.25rem;
}
@media (min-width: 1441px) {
  .text-block ul li {
    padding-left: 0.25em;
  }
}
.text-block ul li::marker {
  color: #78A9FF;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
.site embed,
.site iframe,
.site object {
  max-width: 100%;
}
.site img {
  height: auto;
  max-width: 100%;
}
.site figure {
  margin: 0;
}
.site .img-block > img {
  display: block;
}

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

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
a:visited, a:hover, a:focus, a:active {
  outline: none;
}
@media (hover: hover) and (pointer: fine) {
  a:focus-visible {
    outline: 1px solid #000;
    outline-offset: 2px;
  }
}

/* Forms
--------------------------------------------- */
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: none;
  border-color: #ccc #ccc #bbb;
  border-radius: 0;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1.22;
  padding: 0;
}

.btn-block {
  line-height: 0;
}
.btn-block button {
  padding: 0;
  border: none;
}

.btn:focus {
  outline: none !important;
}
.btn_focus-light:focus-visible {
  outline: 1px solid #fff !important;
  outline-offset: 2px;
}
.btn_focus-dark:focus-visible {
  outline: 1px solid #000 !important;
  outline-offset: 2px;
}

.btn {
  border: none;
  position: relative;
  border-radius: 2.5rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1em;
  line-height: 1.2;
  letter-spacing: -0.03px;
  cursor: pointer;
  text-decoration: none;
  overflow: hidden;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
@media (max-width: 576px) {
  .btn {
    width: 100%;
  }
}
.btn__wrap {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  margin: 0 auto;
  padding: 1.25em 4.25em 1.25em 2em;
}
.btn_grey {
  background-color: #F5F5F7;
  color: #3D4860;
}
.btn_grey:hover {
  background-color: #E0E4E8;
}
.btn_blue {
  background-color: #78A9FF;
  color: #fff;
}
.btn_blue path {
  stroke: #fff;
}
.btn_blue:hover {
  background-color: #4775C6;
}
.btn_black {
  background-color: #1E2230;
  color: #fff;
}
.btn_black path {
  stroke: #fff;
}
.btn__text {
  -webkit-transition: -webkit-transform 0.45s cubic-bezier(0.579, 0.001, 0, 1.007);
  transition: -webkit-transform 0.45s cubic-bezier(0.579, 0.001, 0, 1.007);
  transition: transform 0.45s cubic-bezier(0.579, 0.001, 0, 1.007);
  transition: transform 0.45s cubic-bezier(0.579, 0.001, 0, 1.007), -webkit-transform 0.45s cubic-bezier(0.579, 0.001, 0, 1.007);
}
.btn__arrow, .btn__arrow-hover {
  position: absolute;
  right: 2em;
  top: calc(50% - 0.625em);
  bottom: 0;
  width: 1.25em;
  height: 1.25em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: -webkit-transform 0.65s cubic-bezier(0.579, 0.001, 0, 1.007);
  transition: -webkit-transform 0.65s cubic-bezier(0.579, 0.001, 0, 1.007);
  transition: transform 0.65s cubic-bezier(0.579, 0.001, 0, 1.007);
  transition: transform 0.65s cubic-bezier(0.579, 0.001, 0, 1.007), -webkit-transform 0.65s cubic-bezier(0.579, 0.001, 0, 1.007);
}
.btn__arrow svg, .btn__arrow-hover svg {
  width: 100%;
  height: 100%;
}
.btn__arrow-hover {
  inset: calc(50% - 0.625em) auto 0 -30em;
  -webkit-transition: inset 0.65s cubic-bezier(0.579, 0.001, 0, 1.007);
  transition: inset 0.65s cubic-bezier(0.579, 0.001, 0, 1.007);
}
.btn:hover .btn__arrow {
  -webkit-transform: translateX(30em);
          transform: translateX(30em);
}
.btn:hover .btn__arrow-hover {
  inset: calc(50% - 0.625em) auto 0 2em;
}
.btn:hover .btn__text {
  -webkit-transform: translateX(2.25em);
          transform: translateX(2.25em);
}

.btn-icon {
  position: relative;
  border-radius: 0.75rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 0;
  cursor: pointer;
  text-decoration: none;
  padding: 0.875em;
  overflow: hidden;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
.btn-icon_grey {
  background-color: #F5F5F7;
  color: #3D4860;
}
.btn-icon_grey:hover {
  background-color: #78A9FF;
}
.btn-icon_grey:hover path {
  stroke: #fff;
}
.btn-icon svg {
  width: 1.25em;
  height: 1.25em;
}
.btn-icon svg path {
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #6D8498;
  border: none;
  border-bottom: 1px solid #E0E4E8;
  border-radius: 0;
  padding: 0.75rem 0.5rem 0.5rem;
  line-height: 1.6;
  letter-spacing: -0.032px;
  width: 100%;
}
@media (min-width: 1441px) {
  input[type=text],
  input[type=email],
  input[type=url],
  input[type=password],
  input[type=search],
  input[type=number],
  input[type=tel],
  input[type=range],
  input[type=date],
  input[type=month],
  input[type=week],
  input[type=time],
  input[type=datetime],
  input[type=datetime-local],
  input[type=color],
  textarea {
    padding: 0.75em 0.5em 0.5em;
  }
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #6D8498;
  outline-color: #3D4860;
}
input[type=text]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input[type=url]::-webkit-input-placeholder, input[type=password]::-webkit-input-placeholder, input[type=search]::-webkit-input-placeholder, input[type=number]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder, input[type=range]::-webkit-input-placeholder, input[type=date]::-webkit-input-placeholder, input[type=month]::-webkit-input-placeholder, input[type=week]::-webkit-input-placeholder, input[type=time]::-webkit-input-placeholder, input[type=datetime]::-webkit-input-placeholder, input[type=datetime-local]::-webkit-input-placeholder, input[type=color]::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #6D8498;
}
input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=url]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=search]::-moz-placeholder, input[type=number]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=range]::-moz-placeholder, input[type=date]::-moz-placeholder, input[type=month]::-moz-placeholder, input[type=week]::-moz-placeholder, input[type=time]::-moz-placeholder, input[type=datetime]::-moz-placeholder, input[type=datetime-local]::-moz-placeholder, input[type=color]::-moz-placeholder, textarea::-moz-placeholder {
  color: #6D8498;
}
input[type=text]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=url]:-ms-input-placeholder, input[type=password]:-ms-input-placeholder, input[type=search]:-ms-input-placeholder, input[type=number]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder, input[type=range]:-ms-input-placeholder, input[type=date]:-ms-input-placeholder, input[type=month]:-ms-input-placeholder, input[type=week]:-ms-input-placeholder, input[type=time]:-ms-input-placeholder, input[type=datetime]:-ms-input-placeholder, input[type=datetime-local]:-ms-input-placeholder, input[type=color]:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #6D8498;
}
input[type=text]::-ms-input-placeholder, input[type=email]::-ms-input-placeholder, input[type=url]::-ms-input-placeholder, input[type=password]::-ms-input-placeholder, input[type=search]::-ms-input-placeholder, input[type=number]::-ms-input-placeholder, input[type=tel]::-ms-input-placeholder, input[type=range]::-ms-input-placeholder, input[type=date]::-ms-input-placeholder, input[type=month]::-ms-input-placeholder, input[type=week]::-ms-input-placeholder, input[type=time]::-ms-input-placeholder, input[type=datetime]::-ms-input-placeholder, input[type=datetime-local]::-ms-input-placeholder, input[type=color]::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #6D8498;
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=url]::placeholder,
input[type=password]::placeholder,
input[type=search]::placeholder,
input[type=number]::placeholder,
input[type=tel]::placeholder,
input[type=range]::placeholder,
input[type=date]::placeholder,
input[type=month]::placeholder,
input[type=week]::placeholder,
input[type=time]::placeholder,
input[type=datetime]::placeholder,
input[type=datetime-local]::placeholder,
input[type=color]::placeholder,
textarea::placeholder {
  color: #6D8498;
}

select {
  border: 1px solid #E0E4E8;
}

textarea {
  height: 6.0625rem;
  resize: none;
  padding: 1rem 0.5rem;
}

.form-area form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.9375rem;
}
.form-area__btn {
  position: relative;
  margin-top: 1rem;
}
.form-area__btn .wpcf7-spinner {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.wpcf7 form .wpcf7-response-output {
  border-width: 1px;
  margin: 1em 0.5em 1em;
}

.wpcf7-not-valid-tip {
  font-size: 0.75rem;
}
@media (min-width: 1441px) {
  .wpcf7-not-valid-tip {
    font-size: 0.75em;
  }
}

.wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  display: none;
}

.wpcf7-form-control-wrap .wpcf7-not-valid-tip:nth-child(2) {
  display: block;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
body.active {
  overflow: hidden;
  width: 100%;
}
body.active .site-header__drop-nav {
  max-height: 100vh;
}
body.active .menu-overlay {
  visibility: visible;
  opacity: 1;
}

html {
  scrollbar-gutter: stable;
}

.site-header {
  position: fixed;
  top: 1.75rem;
  left: 0;
  right: 0;
  z-index: 50;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.site-header__wrap {
  padding: 0.5rem 2rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.5rem;
  border-radius: 6.25rem;
  background-color: rgba(89, 107, 138, 0.08);
  backdrop-filter: blur(6px);
}
@media (min-width: 1441px) {
  .site-header__wrap {
    padding: 0.5em 2em;
    gap: 2.5em;
  }
}
.site-header__logo {
  line-height: 0;
}
.site-header__logo img {
  width: 6.375rem;
  height: 1.9375rem;
}
@media (min-width: 1441px) {
  .site-header__logo img {
    width: 6.375em;
    height: 1.9375em;
  }
}
.site-header__logo_light {
  display: none;
}
.site-header__drop-nav {
  position: absolute;
  z-index: 30;
  top: -1rem;
  left: 50%;
  width: calc(100vw - 24px);
  will-change: transform;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height 0.3s ease-in-out;
  transition: max-height 0.3s ease-in-out;
}
@media (min-width: 1024px) {
  .site-header__drop-nav {
    min-width: 631px;
    max-width: 44vw;
    top: 0;
  }
}
.site-header__drop-nav-inner {
  padding: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.5rem;
}
.site-header__drop-nav-inner .btn {
  width: 100%;
  background-color: #000;
}
.site-header__drop-top {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.5rem;
  padding-left: 1.5rem;
}
.site-header.menu-light .site-header__wrap {
  background-color: rgba(192, 215, 255, 0.08);
}
.site-header.menu-light .main-navigation-row .menu-item a {
  color: #fff;
}
.site-header.menu-light .site-header__logo_black {
  display: none;
}
.site-header.menu-light .site-header__logo_light {
  display: block;
}
.site-header.menu-light .menu-button {
  border: 1px solid rgba(255, 255, 255, 0.12);
}
.site-header.menu-light .menu-button span {
  background: #C5CCD2;
}

.main-navigation-row {
  display: none;
}
@media (min-width: 1024px) {
  .main-navigation-row {
    display: block;
  }
}
.main-navigation-row .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
@media (min-width: 1441px) {
  .main-navigation-row .menu {
    gap: 1em;
  }
}
.main-navigation-row .menu .menu-item:nth-child(n+3) {
  display: none;
}
.main-navigation-row .menu .menu-item a {
  color: #1E2230;
  text-decoration: none;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.main-navigation-row .menu .menu-item a:hover {
  color: #C8F994;
}

.main-navigation {
  padding-bottom: 1.5rem;
}
.main-navigation .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
}
@media (min-width: 1441px) {
  .main-navigation .menu {
    gap: 0.75em;
  }
}
.main-navigation .menu .menu-item a {
  text-decoration: none;
  font-size: 2rem;
  color: #1E2230;
}
@media (min-width: 1441px) {
  .main-navigation .menu .menu-item a {
    font-size: 2em;
  }
}

.menu-button-close {
  cursor: pointer;
  position: relative;
  padding: 0.75rem;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 3.5rem;
  border: 1px solid rgba(30, 34, 48, 0.12);
  background: none;
}
.menu-button-close span {
  display: block;
  position: absolute;
  height: 1px;
  width: 15px;
  background: #4775C6;
  opacity: 1;
  left: 12px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.menu-button-close span:nth-child(1) {
  top: 16px;
  left: 16px;
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transform: rotate(44deg);
          transform: rotate(44deg);
}
.menu-button-close span:nth-child(2) {
  top: 26px;
  left: 16px;
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.menu-button {
  cursor: pointer;
  position: relative;
  padding: 0.75rem;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 3.5rem;
  border: 1px solid rgba(30, 34, 48, 0.12);
  background: none;
}
.menu-button span {
  display: block;
  position: absolute;
  height: 1px;
  width: 18px;
  background: #1E2230;
  opacity: 1;
  left: 12px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.menu-button span:nth-child(1) {
  top: 17px;
  -webkit-transform-origin: left center;
          transform-origin: left center;
}
.menu-button span:nth-child(2) {
  top: 24px;
  -webkit-transform-origin: left center;
          transform-origin: left center;
}

.menu-overlay {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  inset: 0;
  background-color: rgba(14, 16, 26, 0.5);
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 20;
}

.site-footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
@media (min-width: 1024px) {
  .site-footer__inner {
    gap: 6.5rem;
  }
}
@media (min-width: 1441px) {
  .site-footer__inner {
    gap: 6.5em;
  }
}
.site-footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 2rem;
  gap: 2.5rem 0;
}
@media (min-width: 1024px) {
  .site-footer__top {
    padding-top: 3.875rem;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.site-footer__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
}
@media (min-width: 1024px) {
  .site-footer__col {
    gap: 2rem;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 20%;
            flex: 1 1 20%;
  }
}
.site-footer__col:first-child {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}
@media (min-width: 1024px) {
  .site-footer__col:first-child {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 55%;
            flex: 1 1 55%;
  }
}
@media (min-width: 1024px) {
  .site-footer__col .text-block {
    max-width: 80%;
  }
}
.site-footer__col-name {
  text-decoration: none;
  color: #6D8498;
}
.site-footer__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
.site-footer__social-item {
  padding: 0.375rem;
  line-height: 0;
  display: block;
}
.site-footer__social-item:hover path {
  stroke: #4775C6;
}
.site-footer__social-item svg {
  width: 1.3125rem;
  height: 1.3125rem;
}
@media (min-width: 1441px) {
  .site-footer__social-item svg {
    width: 1.3125em;
    height: 1.3125em;
  }
}
.site-footer__social-item svg path {
  -webkit-transition: stroke 0.3s ease-in-out;
  transition: stroke 0.3s ease-in-out;
}
.site-footer__center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
@media (min-width: 1024px) {
  .site-footer__center {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.site-footer__logo {
  display: block;
  width: 100%;
  line-height: 0;
}
@media (min-width: 1024px) {
  .site-footer__logo {
    max-width: 40%;
    padding-bottom: 0.875rem;
  }
}
@media (min-width: 1280px) {
  .site-footer__logo {
    max-width: 56.7%;
  }
}
.site-footer__logo img {
  width: 100%;
  height: auto;
}
.site-footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
  padding: 1.5rem 0;
  border-top: 1px solid #E0E4E8;
  color: #6D8498;
}
@media (min-width: 1024px) {
  .site-footer__bottom {
    padding: 2rem 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width: 1441px) {
  .site-footer__bottom {
    padding: 2em 0;
  }
}

.footer-navigation .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
@media (min-width: 1024px) {
  .footer-navigation .menu {
    gap: 1.75rem;
  }
}
.footer-navigation .menu .menu-item a {
  text-decoration: none;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  color: #3D4860;
}
.footer-navigation .menu .menu-item a:hover {
  color: #4775C6;
}

.privacy-navigation .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.privacy-navigation .menu .menu-item a {
  text-decoration: none;
  color: #6D8498;
}
.privacy-navigation .menu .menu-item + .menu-item::before {
  content: "/";
  margin: 0 0.5rem;
}

.hero-start .wrapper {
  min-height: calc(100vh - 1.5rem);
  min-height: calc(100svh - 1.5rem);
  min-height: calc(100dvh - 1.5rem);
  overflow: hidden;
  position: relative;
}
.hero-start__bg {
  left: 0;
  top: 0;
}
@media (min-width: 1024px) {
  .hero-start__bg {
    inset: 0;
    -webkit-transform: scale(1.22);
            transform: scale(1.22);
  }
}
@media (min-width: 1024px) {
  .hero-start__bg svg {
    width: 100%;
    height: 100%;
  }
}
.hero-start__bg img {
  height: 100% !important;
}
.hero-start__inner, .hero-start__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hero-start__inner {
  position: relative;
  z-index: 10;
  gap: 2rem;
  padding-top: 8.25rem;
  padding-bottom: 5rem;
}
@media (min-width: 1281px) {
  .hero-start__inner {
    padding-top: 10.875rem;
    padding-bottom: 5rem;
  }
}
@media (min-width: 1441px) {
  .hero-start__inner {
    padding-top: 10.875em;
    padding-bottom: 5em;
  }
}
@media (max-width: 576px) {
  .hero-start__inner .anim-up {
    width: 100%;
  }
}
.hero-start__content {
  gap: 0.5rem;
}
@media (min-width: 1025px) {
  .hero-start__content .text-block {
    max-width: 52%;
    width: 100%;
    margin: 0 auto;
  }
}
@media (min-width: 1921px) {
  .hero-start__content .text-block {
    max-width: 47%;
  }
}

.working-steps__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
@media (min-width: 1024px) {
  .working-steps__inner {
    gap: 3.5rem;
  }
}
.working-steps__cards {
  display: grid;
  grid-template-columns: 100%;
  grid-gap: 0.75rem;
}
@media (min-width: 1024px) {
  .working-steps__cards {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 1.25rem;
  }
}
.working-steps__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2rem;
  padding: 2rem;
  background-color: #78A9FF;
  color: #fff;
  position: relative;
  overflow: hidden;
}
@media (min-width: 1280px) {
  .working-steps__card {
    aspect-ratio: 421/406;
  }
}
@media (min-width: 1441px) {
  .working-steps__card {
    padding: 2em;
  }
}
.working-steps__card:nth-child(2) {
  background-color: #1E2230;
}
.working-steps__card:nth-child(2) .working-steps__count {
  color: #1E2230;
}
.working-steps__card:nth-child(3) {
  background-color: #C8F994;
  color: #1E2230;
}
.working-steps__card:nth-child(3) .working-steps__count {
  color: #7CB540;
}
.working-steps__card > div {
  position: relative;
  z-index: 5;
}
.working-steps__card > svg {
  z-index: 1;
}
.working-steps__card-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}
.working-steps__card-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1rem;
}
@media (min-width: 1024px) {
  .working-steps__card-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.working-steps__count {
  background-color: #fff;
  padding: 0.1875rem 0.5rem;
  color: #78A9FF;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media (max-width: 1023px) {
  .working-steps__count {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media (min-width: 1441px) {
  .working-steps__count {
    padding: 0.1875em 0.5em;
  }
}

.specialists-carusel {
  overflow: hidden;
}
.specialists-carusel__content {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
@media (min-width: 1025px) {
  .specialists-carusel__content {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
}
@media (min-width: 1441px) {
  .specialists-carusel__content {
    padding-top: 3.5em;
    padding-bottom: 3.5em;
  }
}
.specialists-carusel__content .swiper-slide {
  height: auto;
}

.specialist-card {
  padding: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.625rem;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.specialist-card .img-block {
  position: relative;
  overflow: hidden;
}
.specialist-card__flag {
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  width: 2.5em;
  height: 2.5em;
  padding: 0.5em;
  background-color: #fff;
  border-radius: 6.25rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.specialist-card__flag svg, .specialist-card__flag img {
  width: 100%;
  height: 100%;
}
.specialist-card__content {
  padding: 0.75rem 0 0 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.specialist-card__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.25rem;
}
.specialist-card__head .text-block:not(.text-block_small) {
  font-weight: 600;
}
.specialist-card__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.25rem;
}
.specialist-card__tags button {
  padding: 0.1875rem 0.5rem;
  background-color: #1E2230;
  border: none;
  color: #fff;
  cursor: pointer;
}
.specialist-card__tags button:focus-visible {
  outline: 1px solid #1E2230;
  outline-offset: 1px;
}
.specialist-card__tags:not(.is-open) .specialist-card__tag:nth-child(n+5) {
  display: none;
}
.specialist-card__tag {
  padding: 0.1875rem 0.5rem;
  background-color: rgba(120, 169, 255, 0.16);
  color: #4775C6;
}
.specialist-card__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: auto;
}
.specialist-card__footer .btn-icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.skill-role-tabs__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
@media (min-width: 1025px) {
  .skill-role-tabs__inner {
    gap: 3.5rem;
  }
}
.skill-role-tabs__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
}
.skill-role-tabs__nav {
  padding: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
}
.skill-role-tabs__nav-btn {
  border: none;
  background-color: transparent;
  padding: 0;
  font-size: 1.25rem;
  color: #1E2230;
  opacity: 0.5;
  padding: 0.5rem 2rem;
  -webkit-transition: background-color 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out, opacity 0.3s ease-in-out;
  cursor: pointer;
}
@media (min-width: 1441px) {
  .skill-role-tabs__nav-btn {
    font-size: 1.25em;
  }
}
.skill-role-tabs__nav-btn.is-active {
  opacity: 1;
  background-color: #fff;
}
.skill-role-tabs__nav-btn:hover {
  opacity: 1;
}
.skill-role-tabs__nav-btn:focus-visible {
  outline: 1px solid #1E2230;
}
.skill-role-tabs__tabs {
  width: 100%;
}
.skill-role-tabs__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.75rem;
}
@media (min-width: 1024px) {
  .skill-role-tabs__grid {
    gap: 1.25rem;
  }
}
.skill-role-tabs__tab {
  display: none;
}
.skill-role-tabs__tab.is-active {
  display: block;
}
.skill-role-tabs__cta {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  overflow: hidden;
}
@media (min-width: 1281px) {
  .skill-role-tabs__cta {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
@media (min-width: 1441px) {
  .skill-role-tabs__cta {
    padding-top: 6em;
    padding-bottom: 6em;
  }
}
.skill-role-tabs__cta .btn-block {
  margin-top: 1rem;
}
.skill-role-tabs__cta .text-block, .skill-role-tabs__cta .headline-block, .skill-role-tabs__cta .btn-block, .skill-role-tabs__cta .anim-up, .skill-role-tabs__cta .anim-word, .skill-role-tabs__cta .anim-line {
  position: relative;
  z-index: 5;
}
.skill-role-tabs__cta .line {
  overflow: hidden;
}
.skill-role-tabs__bg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}
@media (max-width: 767px) {
  .skill-role-tabs__bg {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
            transform: translate(-50%, -50%) scale(1.1);
  }
}

.skill-role-card {
  padding: 1.5rem 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 12%;
          flex: 1 1 12%;
  min-width: 8.125rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  text-align: center;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
.skill-role-card__icon {
  width: 2rem;
  height: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 1441px) {
  .skill-role-card__icon {
    width: 2em;
    height: 2em;
  }
}
.skill-role-card__icon svg {
  width: 100%;
}
.skill-role-card__count {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  padding: 0.1875rem 0.5rem 0.25rem 0.5rem;
}

.skill-role-card.bg_grey-light:hover {
  background-color: #E0E4E8;
}

a.skill-role-card.bg_blue:hover {
  background-color: #4775C6;
}

.sticky-cards__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (min-width: 1024px) {
  .sticky-cards__inner {
    gap: 3.5rem;
  }
}
@media (min-width: 1281px) {
  .sticky-cards__inner {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}
@media (min-width: 1441px) {
  .sticky-cards__inner {
    padding-top: 10em;
    padding-bottom: 10em;
  }
}
@media (min-width: 1280px) {
  .sticky-cards .head-block {
    max-width: 56.5%;
  }
}
.sticky-cards__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 0.75rem;
}

.sticky-card {
  overflow: hidden;
  -webkit-transform-origin: 50% 0;
          transform-origin: 50% 0;
  position: sticky;
  top: 3.5em;
  padding: 2rem 1.25rem;
  min-height: 25.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.625rem;
}
@media (min-width: 1024px) {
  .sticky-card {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .sticky-card {
    position: relative;
    top: auto;
  }
}
.sticky-card:nth-child(even) {
  background-color: #E0E4E8;
}
.sticky-card .sticky-card-overlay {
  z-index: 1;
  background-color: #E0E4E8;
  opacity: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  position: absolute;
  inset: 0%;
}
.sticky-card__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
}
.sticky-card__head .small-text {
  text-transform: uppercase;
}
.sticky-card__count {
  padding: 0.25em 0.5em;
}
@media (min-width: 1024px) {
  .sticky-card__content {
    max-width: 58%;
  }
}
@media (min-width: 1024px) {
  .sticky-card__content .text-block {
    max-width: 85%;
  }
}
.sticky-card .img-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 1024px) {
  .sticky-card .img-block {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    max-width: 40%;
  }
}
.sticky-card .img-block img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 767px) {
  .sticky-card .img-block img {
    width: 50%;
    height: 50%;
  }
}
@media (min-width: 1024px) {
  .sticky-card .img-block img {
    width: 80%;
    height: 80%;
  }
}
@media (min-width: 1280px) {
  .sticky-card .img-block img {
    width: 100%;
    height: 100%;
  }
}

.testimonials__inner {
  display: grid;
  grid-template-columns: 100%;
  gap: 1.25rem;
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
@media (min-width: 1024px) {
  .testimonials__inner {
    grid-template-columns: calc(50% - 10px) calc(50% - 10px);
  }
}
@media (min-width: 1441px) {
  .testimonials__inner {
    padding-top: 3.5em;
    padding-bottom: 3.5em;
  }
}
@media (min-width: 1280px) {
  .testimonials__inner .head-block .text-block {
    max-width: 66%;
  }
}
@media (min-width: 1280px) {
  .testimonials__inner .head-block .headline-block {
    max-width: 54%;
  }
}
.testimonials .google-rating {
  margin-top: 1rem;
  margin-bottom: 2rem;
}
@media (min-width: 1024px) {
  .testimonials .google-rating {
    margin-top: auto;
  }
}
.testimonials .google-rating .google-rating-text {
  fill: #1E2230;
}
.testimonials__wrap {
  padding: 1.5rem 1.25rem;
}
@media (min-width: 1024px) {
  .testimonials__wrap {
    padding: 2.5rem 2rem 2rem;
  }
}
@media (min-width: 1441px) {
  .testimonials__wrap {
    padding: 2.5em 2em 2em;
  }
}
.testimonials__slider {
  overflow: hidden;
}
.testimonials__slider .swiper-slide {
  height: auto;
}

.testimonials-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
  height: 100%;
}
.testimonials-card__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  padding: 0 0 2.5rem 0;
  border-bottom: 1px solid #E0E4E8;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
@media (min-width: 1024px) {
  .testimonials-card__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 2rem;
  }
}
.testimonials-card__content svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 2.5rem;
  height: 2.0625rem;
}
@media (min-width: 1024px) {
  .testimonials-card__content svg {
    width: 3.4375rem;
    height: 2.875rem;
  }
}
@media (min-width: 1441px) {
  .testimonials-card__content svg {
    width: 3.4375em;
    height: 2.875em;
  }
}
.testimonials-card__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.75rem;
  padding: 1rem 0 0 0;
}
@media (min-width: 1280px) {
  .testimonials-card__info {
    padding: 1rem 0;
  }
}
.testimonials-card__info .img-block {
  width: 3rem;
  height: 3rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media (min-width: 1441px) {
  .testimonials-card__info .img-block {
    width: 3em;
    height: 3em;
  }
}
.testimonials-card__info .img-block img {
  border-radius: 100px;
}
.testimonials-card__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.25rem;
}
.testimonials-card__meta strong {
  font-weight: 500;
  color: #1E2230;
}
@media (min-width: 1024px) {
  .testimonials-card__meta br {
    display: none;
  }
}
.testimonials-card__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.5rem;
}
@media (min-width: 1280px) {
  .testimonials-card__footer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    gap: 0.375rem;
  }
}
.testimonials-card__footer .swiper-arrows {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.color-cards-4col__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
@media (min-width: 1024px) {
  .color-cards-4col__inner {
    gap: 3.5rem;
  }
}
.color-cards-4col__grid {
  display: grid;
  grid-template-columns: 100%;
  grid-gap: 0.75rem;
}
@media (min-width: 767px) {
  .color-cards-4col__grid {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 1.25rem;
  }
}
@media (min-width: 1280px) {
  .color-cards-4col__grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.color-card {
  padding: 2rem 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 1024px) {
  .color-card {
    padding: 2rem;
  }
}
.color-card:nth-child(4n+1) {
  background-color: #1E2230;
  color: #fff;
}
.color-card:nth-child(4n+2) {
  background-color: #C8F994;
  color: #1E2230;
}
.color-card:nth-child(4n+3) {
  background-color: #78A9FF;
  color: #fff;
}
.color-card:nth-child(4n+4) {
  background-color: #C5CCD2;
  color: #1E2230;
}
.color-card__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
}
@media (min-width: 1024px) {
  .color-card__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.color-card__icon {
  width: 3.5rem;
  height: 3.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media (min-width: 1441px) {
  .color-card__icon {
    width: 3.5em;
    height: 3.5em;
  }
}
.color-card__icon svg, .color-card__icon img {
  width: 1.75rem;
  height: 1.75rem;
}
@media (min-width: 1441px) {
  .color-card__icon svg, .color-card__icon img {
    width: 1.75em;
    height: 1.75em;
  }
}
.color-card .text-block {
  margin-top: auto;
}

.faq__inner {
  display: grid;
  grid-template-columns: 100%;
  gap: 1.25rem;
}
@media (min-width: 1024px) {
  .faq__inner {
    gap: 2rem;
    grid-template-columns: calc(50% - 10px) calc(50% - 10px);
  }
}
@media (min-width: 1280px) {
  .faq .head-block .text-block {
    max-width: 75%;
  }
}
@media (min-width: 1280px) {
  .faq .head-block .headline-block {
    max-width: 70%;
  }
}

.accordion-list__item {
  border-bottom: 1px solid #E0E4E8;
}
.accordion-list__item .text-block {
  padding: 0 0 1rem;
}
.accordion-list__content {
  -webkit-transition: max-height 0.3s ease, opacity 0.3s ease;
  transition: max-height 0.3s ease, opacity 0.3s ease;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
}
.accordion-list__content.open {
  height: auto;
  max-height: 5000px;
  opacity: 1;
}

.accordion-trigger {
  background: none;
  border: none;
  padding: 0;
  border-radius: 0;
  width: 100%;
  text-align: left;
}
.accordion-trigger:focus {
  outline: none;
}
.accordion-trigger:focus-visible {
  outline: 1px solid #1E2230;
  outline-offset: 0;
}
.accordion-trigger .accordion-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  letter-spacing: -0.032px;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.22;
  padding: 1.25rem 0;
  cursor: pointer;
}
@media (min-width: 1441px) {
  .accordion-trigger .accordion-title {
    font-size: 1.25em;
  }
}
.accordion-trigger .accordion-title .accordion-icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  line-height: 0;
  width: 3rem;
  height: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 1441px) {
  .accordion-trigger .accordion-title .accordion-icon {
    width: 3em;
    height: 3em;
  }
}
.accordion-trigger .accordion-title .accordion-icon svg {
  width: 1.5rem;
  height: 1.5rem;
  will-change: transform;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
@media (min-width: 1441px) {
  .accordion-trigger .accordion-title .accordion-icon svg {
    width: 1.5em;
    height: 1.5em;
  }
}

.accordion-trigger[aria-expanded=true] .accordion-icon svg path:last-child {
  display: none;
}

.text-form .wrapper {
  overflow: hidden;
}
.text-form__inner {
  position: relative;
  display: grid;
  grid-template-columns: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (min-width: 1024px) {
  .text-form__inner {
    padding-top: 6rem;
    padding-bottom: 6rem;
    grid-template-columns: calc(50% - 16px) calc(50% - 16px);
  }
}
@media (min-width: 1441px) {
  .text-form__inner {
    padding-top: 6em;
    padding-bottom: 6em;
  }
}
.text-form .head-block {
  position: relative;
  z-index: 5;
}
.text-form__wrap {
  position: relative;
  z-index: 5;
  padding: 2rem 1.25rem;
}
@media (min-width: 1024px) {
  .text-form__wrap {
    padding: 2rem;
  }
}
@media (min-width: 1280px) {
  .text-form__wrap {
    max-width: 84%;
    width: 100%;
    margin-left: auto;
  }
}
.text-form__bg {
  position: absolute;
  z-index: 1;
  top: -100%;
  left: 56%;
}
@media (min-width: 1024px) {
  .text-form__bg {
    top: 50%;
    left: 66%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

.site {
  padding: 0.75rem;
}

.container {
  width: 100%;
  max-width: 100em;
  margin: 0 auto;
}

.padding-hor {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
@media (min-width: 1025px) {
  .padding-hor {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}
@media (min-width: 1441px) {
  .padding-hor {
    padding-left: 3.5em;
    padding-right: 3.5em;
  }
}
@media (max-width: 1024px) {
  .padding-hor_mob-hide {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1025px) {
  .padding-hor_big {
    padding-left: 4.25rem;
    padding-right: 4.25rem;
  }
}
@media (min-width: 1281px) {
  .padding-hor_big {
    padding-left: 6.8125rem;
    padding-right: 6.8125rem;
  }
}
@media (min-width: 1441px) {
  .padding-hor_big {
    padding-left: 6.8125em;
    padding-right: 6.8125em;
  }
}
@media (min-width: 1921px) {
  .padding-hor_big {
    padding-left: 13.25em;
    padding-right: 13.25em;
  }
}

.text-color_primary {
  color: #1E2230;
}
.text-color_white {
  color: #fff;
}
.text-color_grey-dark {
  color: #C5CCD2;
}
.text-color_grey {
  color: #E0E4E8;
}

.text-weight_300 {
  font-weight: 300;
}
.text-weight_600 {
  font-weight: 600;
}

.bg_blue {
  background-color: #78A9FF;
}
.bg_salat {
  background-color: #C8F994;
}
.bg_grey {
  background-color: #E0E4E8;
}
.bg_grey-light {
  background-color: #F5F5F7;
}
.bg_grey-dark {
  background-color: #C5CCD2;
}
.bg_primary {
  background-color: #1E2230;
}
.bg_primary-gradient {
  background: radial-gradient(141.22% 66.02% at 51.22% 50%, #24293F 0%, #06070D 100%);
}
.bg_blue-gradient {
  background: radial-gradient(141.22% 66.02% at 51.22% 50%, #78A9FF 0%, #0E3985 100%);
}
.bg_white {
  background-color: #fff;
}

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

.font-secondary {
  font-family: "Canela Deck", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.bd-radius_12 {
  border-radius: 0.75rem;
}
.bd-radius_16 {
  border-radius: 1rem;
}
.bd-radius_32 {
  border-radius: 2rem;
}

.head-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 1441px) {
  .head-block {
    gap: 1.25em;
  }
}
.head-block_left {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.google-rating svg {
  width: 7.8125em;
  height: auto;
}

.swiper-arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
}
.swiper-arrows .swiper-arrow-prev,
.swiper-arrows .swiper-arrow-next {
  width: 3rem;
  height: 3rem;
  padding: 0.875rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
@media (min-width: 1441px) {
  .swiper-arrows .swiper-arrow-prev,
  .swiper-arrows .swiper-arrow-next {
    width: 3em;
    height: 3em;
    padding: 0.875em;
  }
}
.swiper-arrows .swiper-arrow-prev svg,
.swiper-arrows .swiper-arrow-next svg {
  width: 100%;
  height: 100%;
}
.swiper-arrows .swiper-arrow-prev.bg_grey-light:hover,
.swiper-arrows .swiper-arrow-next.bg_grey-light:hover {
  background-color: #E0E4E8;
}
.swiper-arrows .swiper-arrow-prev svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.margin_space {
  margin: 0.75rem 0;
}

.flexible-spacer_small {
  height: 3.5rem;
}
@media (min-width: 1024px) {
  .flexible-spacer_small {
    height: 3.5rem;
  }
}
@media (min-width: 1441px) {
  .flexible-spacer_small {
    height: 3.5em;
  }
}
.flexible-spacer_default {
  height: 3.5rem;
}
@media (min-width: 1024px) {
  .flexible-spacer_default {
    height: 8.5rem;
  }
}
@media (min-width: 1441px) {
  .flexible-spacer_default {
    height: 8.5em;
  }
}
.flexible-spacer_big {
  height: 3.5rem;
}
@media (min-width: 1024px) {
  .flexible-spacer_big {
    height: 8.5rem;
  }
}
@media (min-width: 1441px) {
  .flexible-spacer_big {
    height: 8.5em;
  }
}

.text-spacer {
  overflow: hidden;
}
.text-spacer__inner {
  white-space: nowrap;
  line-height: 1.4;
  font-size: 6.25rem;
}
@media (min-width: 1024px) {
  .text-spacer__inner {
    font-size: 12.5rem;
  }
}
@media (min-width: 1441px) {
  .text-spacer__inner {
    font-size: 12.5em;
  }
}

.site {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}

.site-main {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.error-404 {
  padding: 5rem 1rem;
  font-size: 1rem;
  text-align: center;
}
@media (min-width: 1024px) {
  .error-404 {
    padding: 10rem 1rem;
  }
}
@media (min-width: 1440px) {
  .error-404 {
    font-size: 1.11rem;
    padding: 11.1rem 1rem;
  }
}
@media (min-width: 1280px) {
  .error-404 {
    font-size: 1.11rem;
  }
}
.error-404__404 {
  font-size: 8.75rem;
  font-weight: 700;
  color: #1E2230;
}
@media (min-width: 1440px) {
  .error-404__404 {
    font-size: 9.72rem;
  }
}
.error-404 .page-header {
  margin: 0 0 1.5rem 0;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/**
 * Swiper 11.0.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 22, 2023
 */
/* FONT_START */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
/* FONT_END */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
          transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.swiper-vertical {
  -ms-touch-action: pan-x;
      touch-action: pan-x;
}

.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  -ms-scroll-snap-type: none;
      scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
      -ms-flex-order: 9999;
          order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@-webkit-keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/* Slide styles end */
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}

.swiper-button-prev svg,
.swiper-button-next svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transform-origin: center;
          transform-origin: center;
}

.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-lock {
  display: none;
}

/* Navigation font start */
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

/* Navigation font end */
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0);
}

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
          transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

:root {
  /*
  --swiper-scrollbar-border-radius: 10px;
  --swiper-scrollbar-top: auto;
  --swiper-scrollbar-bottom: 4px;
  --swiper-scrollbar-left: auto;
  --swiper-scrollbar-right: 4px;
  --swiper-scrollbar-sides-offset: 1%;
  --swiper-scrollbar-bg-color: rgba(0, 0, 0, 0.1);
  --swiper-scrollbar-drag-bg-color: rgba(0, 0, 0, 0.5);
  --swiper-scrollbar-size: 4px;
  */
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  -ms-touch-action: none;
      touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-vertical > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

/* Zoom container styles start */
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* Zoom container styles end */
.swiper-slide-zoomed {
  cursor: move;
  -ms-touch-action: none;
      touch-action: none;
}

/* a11y */
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
          filter: blur(50px);
}

.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

/* Cube slide shadows start */
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Cube slide shadows end */
.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

/* Flip slide shadows start */
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Flip slide shadows end */
.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  -webkit-transition-property: opacity, height, -webkit-transform;
  transition-property: opacity, height, -webkit-transform;
  transition-property: transform, opacity, height;
  transition-property: transform, opacity, height, -webkit-transform;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

.skip-link {
  position: absolute;
  left: -999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  text-decoration: none;
  display: block;
}

.skip-link:focus {
  position: static;
  width: auto;
  height: auto;
  padding: 8px;
  background: #1E2230;
  color: #fff;
  z-index: 1000;
  outline-offset: -2px;
  outline: 1px solid #fff;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}/*# sourceMappingURL=style.css.map */