/* NORMALIZE
/* ================================================ */
html,
body,
div,
span,
applet,
main,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
}

/* HTML5 display-role reset for older browsers*/
article,
aside,
details,
main,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  margin: 0px;
  padding: 0px;
  height: 100%;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after {
  content: "";
  content: none;
}

q:before,
q:after {
  content: "";
  content: none;
}

span,
a {
  display: inline-block;
}

img {
  display: block;
  max-width: 100%;
}

table {
  border-collapse: collapse;
  border-width: 0px;
  padding: 0px;
  margin: 0px;
}

html {
  height: auto;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
}

input,
textarea {
  color: #333;
  outline: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  font-family: inherit;
}

input:-webkit-autofill {
  -webkit-box-shadow: inset 0 0 0 50px #fff !important;
  -webkit-text-fill-color: #000 !important;
  color: #000 !important;
}

input[type="button"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  outline: none;
}

input[type="search"] {
  -webkit-appearance: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
  -webkit-text-fill-color: #ffd600;
  -webkit-box-shadow: 0 0 0px 1000px rgba(22, 22, 22, 0.95) inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

button {
  cursor: pointer;
  -webkit-appearance: none;
  outline: none;
  border: none;
  background: transparent;
  padding: 0;
  font-family: inherit;
}

td,
form {
  margin: 0px;
  padding: 0px;
}

a {
  text-decoration: none;
  outline: none;
  color: inherit;
}

ul {
  list-style: none;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

address {
  font-style: normal;
}

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  margin: 0;
}

input:not([type="checkbox"]):not([type="radio"]),
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: textfield;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

input::-ms-clear {
  display: none;
}

:root {
  --main-width-page: 1920px;
  --main-padding-side: 200px;
  --main-transition: 0.3s;
  --header-height: 72px;
  --gap-block-big: 128px;
  --gap-block-small: 72px;
  --title-size-large: 96px;
  --title-size-extend: 42px;
  --title-size-special: 36px;
  --title-size-small: 32px;
  --font-size-big: 20px;
  --font-size-medium: 16px;
  --font-size-extend: 14px;
  --font-size-small: 12px;
  --line-height-big: 1.695;
  --line-height-medium: 1.4;
  --line-height-extend: 1.16;
  --line-height-small: 0.885;
  --border-radius-big: 16px;
  --border-radius-medium: 12px;
  --border-radius-small: 8px;
}
@media screen and (max-width: 1439px) {
  :root {
    --main-padding-side: 100px;
  }
}
@media screen and (max-width: 1279px) {
  :root {
    --main-padding-side: 40px;
    --gap-block-big: 100px;
    --title-size-large: 72px;
  }
}
@media screen and (max-width: 1024px) {
  :root {
    --main-padding-side: 20px;
    --header-height: 60px;
    --gap-block-big: 64px;
    --gap-block-small: 64px;
    --title-size-large: 48px;
    --title-size-extend: 32px;
    --title-size-small: 24px;
    --font-size-big: 16px;
  }
}

@font-face {
  font-family: "Montserrat";
  src: url(../fonts/Montserrat/Montserrat-Regular.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url(../fonts/Montserrat/Montserrat-Medium.woff) format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url(../fonts/Montserrat/Montserrat-SemiBold.woff) format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url(../fonts/Montserrat/Montserrat-Bold.woff) format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Montserrat", sans-serif;
  font-size: var(--font-size-extend);
  font-weight: 400;
  line-height: var(--line-height-big);
  background-color: #f3f8fb;
  color: #333333;
}
body.overflow {
  overflow: hidden;
}

.page-container {
  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;
}

.page-content {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  max-width: var(--main-width-page);
  padding-right: var(--main-padding-side);
  padding-left: var(--main-padding-side);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.page-content__head + * {
  margin-top: 42px;
}

.footer {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

input,
button,
textarea {
  font-family: "Montserrat", sans-serif;
}

.title-sample {
  display: block;
  font-weight: 700;
}
.title-sample--blue {
  color: #123f66;
}
.title-sample--nero {
  color: #1e1e1e;
}
.title-sample--large {
  font-size: var(--title-size-large);
  line-height: var(--line-height-extend);
}
.title-sample--extend {
  font-size: var(--title-size-extend);
  line-height: var(--line-height-big);
}

.button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  font-weight: 700;
  color: #e1eaef;
  background-color: #123f66;
  padding: var(--vertical-padding) var(--horizontal-padding);
  border-radius: var(--border-radius-medium);
  -webkit-transition: background var(--main-transition);
  transition: background var(--main-transition);
  min-height: var(--m-height);
  font-size: var(--font-size-big);
  line-height: var(--line-height-extend);
  --vertical-padding: 20px;
  --horizontal-padding: 32px;
  --m-height: 63px;
}
.button--outline {
  background-color: transparent;
  border: 1px solid #123f66;
  color: #123f66;
  --vertical-padding: 16px;
  --m-height: 55px;
}
@media only screen and (min-width: 1025px) {
  .button:hover {
    background: rgba(18, 63, 102, 0.9);
    color: #e1eaef;
  }
}
@media only screen and (max-width: 1024px) {
  .button {
    --vertical-padding: 12px;
    --horizontal-padding: 20px;
    --m-height: 50px;
  }
}

.more-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  --icon-size: 24px;
}
.more-link__text {
  color: #123f66;
  font-weight: 700;
}
.more-link__text::first-letter {
  text-transform: uppercase;
}
.more-link__icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  fill: #123f66;
  width: var(--icon-size);
  height: var(--icon-size);
  -webkit-transition: var(--main-transition);
  transition: var(--main-transition);
}
@media only screen and (min-width: 1025px) {
  .more-link:hover .more-link__icon {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  row-gap: 24px;
  position: fixed;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  height: var(--header-height);
  background: rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid #e0e0e0;
  font-weight: 600;
  font-size: var(--font-size-medium);
  line-height: var(--line-height-extend);
  -webkit-transition: background-color var(--main-transition);
  transition: background-color var(--main-transition);
  z-index: 999;
  max-width: var(--main-width-page);
  padding-right: var(--main-padding-side);
  padding-left: var(--main-padding-side);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.header--show {
  background-color: rgba(255, 255, 255, 0.9);
}
.header__burger {
  display: none;
}
.header__logo {
  max-width: 119px;
  max-height: 44px;
  -o-object-fit: contain;
  object-fit: contain;
}
.header__logo-wrapper {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.header__language {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  height: 100%;
}
.header__language-current,
.header__language li {
  color: #123f66;
  text-transform: uppercase;
}
.header__language-list {
  position: absolute;
  top: 100%;
  left: 0;
  padding: 15px 10px;
  background-color: #ffffff;
  -webkit-transition: var(--main-transition);
  transition: var(--main-transition);
  -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  border-radius: var(--border-radius-small);
  opacity: 0;
  visibility: hidden;
}
.header__language:hover .header__language-list {
  opacity: 1;
  visibility: visible;
}
@media only screen and (min-width: 1025px) {
  .header__nav {
    height: 100%;
  }
  .header__nav .nav-container,
  .header__nav .menu {
    height: 100%;
  }
  .header__nav .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 32px;
    -moz-column-gap: 32px;
    column-gap: 32px;
  }
  .header__nav .menu > li {
    position: relative;
  }
  .header__nav .menu > li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .header__nav .menu > li > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
  }
  .header__nav .menu a {
    -webkit-transition: color var(--main-transition);
    transition: color var(--main-transition);
  }
  .header__nav .menu a:hover {
    color: #123f66;
  }
  .header__nav .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    min-width: 270px;
    padding: 15px;
    background-color: #ffffff;
    -webkit-transition: var(--main-transition);
    transition: var(--main-transition);
    -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    border-radius: var(--border-radius-small);
  }
  .header__nav .sub-menu li + li {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 1024px) {
  .header {
    --burger-size: 32px;
  }
  .header__burger {
    display: block;
    position: relative;
    width: var(--burger-size);
    height: var(--burger-size);
    background-color: #123f66;
    border-radius: 4px;
  }
  .header__burger.open .header__burger-item:nth-child(1),
  .header__burger.open .header__burger-item:nth-child(3) {
    top: 50%;
  }
  .header__burger.open .header__burger-item:nth-child(1) {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .header__burger.open .header__burger-item:nth-child(2) {
    opacity: 0;
  }
  .header__burger.open .header__burger-item:nth-child(3) {
    bottom: unset;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  .header__burger-item {
    position: absolute;
    width: 20px;
    height: 2px;
    left: 50%;
    background-color: #ffffff;
    -webkit-transition: var(--main-transition);
    transition: var(--main-transition);
  }
  .header__burger-item:nth-child(1) {
    top: 8px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .header__burger-item:nth-child(2) {
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .header__burger-item:nth-child(3) {
    bottom: 8px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .header__nav {
    position: fixed;
    top: var(--header-height);
    left: 0;
    bottom: 0;
    width: 100%;
    background: #ffffff;
    height: calc(100vh - var(--header-height));
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: -webkit-transform var(--main-transition);
    transition: -webkit-transform var(--main-transition);
    transition: transform var(--main-transition);
    transition: transform var(--main-transition),
      -webkit-transform var(--main-transition);
    padding: 32px var(--main-padding-side);
    overflow-y: auto;
  }
  .header__nav .menu-item + .menu-item {
    margin-top: 16px;
  }
  .header__nav .sub-menu {
    margin-top: 16px;
    padding-left: 25px;
  }
  .header__nav.open {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.page-banner {
  margin: 0 calc(var(--main-padding-side) * -1);
  position: relative;
  padding-top: 75%;
  cursor: none;
}
.page-banner__img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 1;
}
.page-banner__img--hidden {
  -webkit-mask-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/40713/xray-machine.png");
  mask-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/40713/xray-machine.png");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 400px;
  mask-size: 400px;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.page-banner__content {
  position: absolute;
  left: var(--main-padding-side);
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 3;
}
.page-banner__title {
  margin-bottom: 16px;
}
.page-banner__text {
  display: block;
  font-weight: 600;
  font-size: var(--title-size-small);
  line-height: var(--line-height-extend);
}
.page-banner__button {
  margin-top: 40px;
}
.page-banner__images {
  display: contents;
}
@media only screen and (max-width: 1024px) {
  .page-banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
    padding: calc(var(--header-height) + 32px) var(--main-padding-side) 0;
    min-height: unset;
    cursor: default;
  }
  .page-banner__content {
    position: static;
    top: unset;
    left: unset;
    -webkit-transform: unset;
    transform: unset;
  }
  .page-banner__images {
    display: block;
    position: relative;
    min-height: 370px;
    width: calc(100% + var(--main-padding-side) * 2);
    margin-left: calc(var(--main-padding-side) * -1);
    margin-right: calc(var(--main-padding-side) * -1);
  }
  /* .page-banner__img { 
    -o-object-position: bottom right;
    object-position: bottom right;
  } */
  .page-banner__img--hidden {
    -webkit-mask-size: 150px;
    mask-size: 150px;
    mask: none;
  }
  .page-banner__img--visible {
    display: none;
  }
}

.research-section {
  margin: 0 calc(var(--main-padding-side) * -1);
  padding: var(--gap-block-small) var(--main-padding-side);
  background-color: #e1eaef;
  background-image: url("/wp-content/themes/help/assets/images/bg/research-bg.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
.research-section__title {
  margin-bottom: 90px;
}
.research-section__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 64px 100px;
}
.research-section__content {
  margin-top: 68px;
  font-size: var(--font-size-medium);
  line-height: var(--line-height-small);
  color: #4f4f4f;
}
.research-section__content-text + .research-section__content-sources {
  margin-top: 10px;
}
.research-section__content a {
  font-weight: 700;
  color: #123f66;
}
@media only screen and (min-width: 1025px) {
  .research-section__content a:hover {
    text-decoration: underline;
  }
}
@media only screen and (max-width: 1024px) {
  .research-section__title {
    margin-bottom: 32px;
  }
  .research-section__list {
    grid-template-columns: 100%;
  }
  .research-section__content {
    margin-top: 32px;
  }
}

.research-item {
  display: grid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-template-columns: var(--circle-size) 1fr;
  grid-gap: 24px;
  --circle-size: 200px;
}
.research-item__circle {
  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;
  width: var(--circle-size);
  height: var(--circle-size);
  background: #f3f8fb;
  -webkit-box-shadow: inset -20px -20px 40px rgba(18, 63, 102, 0.5);
  box-shadow: inset -20px -20px 40px rgba(18, 63, 102, 0.5);
  border-radius: 50%;
  position: relative;
}
.research-item__circle-border {
  fill: none;
  stroke: #123f66;
  stroke-width: 12px;
  stroke-dasharray: 590.32;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.research-item__circle-percent {
  font-weight: 700;
  font-size: var(--title-size-special);
  line-height: var(--line-height-big);
}
.research-item__cloud {
  padding: 8px 16px;
  background-color: #ffffff;
  border-radius: var(--border-radius-medium);
  color: #858585;
}
.research-item__value {
  display: inline;
  font-weight: 700;
  color: #123f66;
}
@media only screen and (max-width: 480px) {
  .research-item {
    grid-template-columns: 100%;
    --circle-size: 150px;
  }
  .research-item__circle {
    margin: 0 auto;
  }
}

.help-section {
  padding: var(--gap-block-big) 0;
}
.help-section__title {
  color: #1e1e1e;
  margin-bottom: 32px;
}
.help-section__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 48px;
}
@media only screen and (max-width: 1024px) {
  .help-section__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .help-section__list {
    grid-template-columns: 100%;
    grid-gap: 24px;
  }
}

.help-item {
  --number-size: 84px;
}
.help-item__number {
  font-weight: 700;
  font-size: var(--title-size-small);
  line-height: var(--line-height-big);
  color: #123f66;
}
.help-item__number-wrapper {
  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;
  width: var(--number-size);
  height: var(--number-size);
  position: relative;
}
.help-item__number-wrapper::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: radial-gradient(
    50% 50% at 50% 50%,
    #82a8d7 0%,
    rgba(133, 170, 216, 0) 100%
  );
  opacity: 0.3;
}
.help-item__content {
  padding-left: 25px;
}
.help-item__title,
.help-item__text {
  display: block;
}
.help-item__title {
  font-weight: 700;
  color: #1e1e1e;
}
.help-item__text {
  color: #858585;
}
@media only screen and (max-width: 1024px) {
  .help-item__content {
    padding-left: 0;
  }
}

.why-section {
  margin: 0 calc(var(--main-padding-side) * -1);
  padding: var(--gap-block-small) var(--main-padding-side);
  background-color: #e1eaef;
  background-image: url("/wp-content/themes/help/assets/images/bg/why-bg.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
.why-section__title {
  margin-bottom: 32px;
}
.why-section__list {
  display: grid;
  grid-gap: 24px;
  grid-template-columns: repeat(4, 1fr);
}
@media only screen and (max-width: 1024px) {
  .why-section__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .why-section {
    background-image: unset;
  }
  .why-section__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 480px) {
  .why-section__list {
    grid-template-columns: 100%;
  }
}

.why-item {
  --icon-size: 24px;
  --icon-wrapper-size: 56px;
}
.why-item__icon-wrapper + .why-item__content {
  margin-top: 18px;
}
.why-item__icon {
  width: var(--icon-size);
  height: var(--icon-size);
}
.why-item__icon-wrapper {
  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;
  width: var(--icon-wrapper-size);
  height: var(--icon-wrapper-size);
  border-radius: 50%;
  background: rgba(243, 248, 251, 0.3);
  border: 1px solid #f3f8fb;
}
.why-item__title,
.why-item__text {
  display: block;
}
.why-item__title + .why-item__text {
  margin-top: 8px;
}
.why-item__title {
  font-weight: 700;
}

.partners {
  padding-top: var(--gap-block-big);
}
.partners__title {
  margin-bottom: 32px;
}
.partners__wrapper {
  padding: 14px;
  margin: 0 calc(var(--main-padding-side) * -1);
  background: rgba(243, 248, 251, 0.3);
  border: 1px solid #f2f2f2;
}
.partners .swiper-wrapper {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.partners .swiper-slide {
  width: auto !important;
}
.partners .swiper-notification {
  display: none;
}

.partners-item__logo {
  max-height: 72px;
  max-width: 360px;
}

.team-section {
  padding: var(--gap-block-big) 0;
}
.team-section__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 48px;
}
.team-section__title {
  color: #1e1e1e;
}
.team-section__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 24px;
}
@media only screen and (max-width: 1024px) {
  .team-section__head {
    margin-bottom: 32px;
  }
  .team-section__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .team-section__list {
    grid-template-columns: 100%;
  }
}

.team-item {
  display: grid;
  grid-template-columns: var(--photo-size) 1fr;
  grid-gap: 24px;
  padding: 24px;
  background-color: #ffffff;
  border-radius: var(--border-radius-big);
  --photo-size: 60px;
}
.team-item__photo {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
}
.team-item__photo-wrapper {
  width: var(--photo-size);
  height: var(--photo-size);
  -webkit-filter: drop-shadow(4px 4px 24px rgba(0, 29, 94, 0.21));
  filter: drop-shadow(4px 4px 24px rgba(0, 29, 94, 0.21));
  border: 4px solid #ffffff;
  border-radius: 50%;
}
.team-item__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.team-item__name,
.team-item__job {
  display: block;
}
.team-item__name {
  font-weight: 700;
  font-size: var(--font-size-medium);
  line-height: var(--line-height-big);
  color: #1e1e1e;
  margin-bottom: 8px;
}
.team-item__job {
  margin-bottom: 12px;
}
.team-item__more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: auto;
}
@media only screen and (max-width: 1024px) {
  .team-item {
    padding: 18px;
  }
}
@media only screen and (max-width: 375px) {
  .team-item {
    grid-template-columns: 100%;
  }
  .team-item__more {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.form-section {
  margin: 0 calc(var(--main-padding-side) * -1);
  padding: var(--gap-block-small) var(--main-padding-side);
  background-color: #e1eaef;
  background-image: url("/wp-content/themes/help/assets/images/bg/form-bg.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
.form-section__inner {
  display: grid;
  grid-template-columns: 1fr 53.637%;
  grid-gap: 128px;
  padding-right: 100px;
}
.form-section__title + .form-section__text {
  margin-top: 12px;
}
.form-section__text {
  display: block;
}
.form-section #appointment_form_container,
.form-section #appointment_form {
  padding: 0;
}
.form-section #appointment_form_container > .form-title,
.form-section #appointment_form_container > i {
  display: none;
}
.form-section #appointment_form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 32px 24px;
}
.form-section #appointment_form .input_wrap {
  width: auto;
  height: auto;
  margin-top: 0;
  vertical-align: unset;
}
.form-section #appointment_form .input_wrap:last-child {
  grid-column: span 2;
  justify-self: end;
}
.form-section #appointment_form .input_wrap .iti {
  width: 100%;
}
.form-section #appointment_form .input_wrap .iti__flag-container {
  padding: 0;
}
.form-section #appointment_form .input_wrap .iti__selected-flag {
  width: 20px;
  padding: 0;
  background-color: transparent;
}
.form-section #appointment_form .input_wrap .iti__selected-dial-code {
  display: none;
}
.form-section #appointment_form .input_wrap .iti__arrow {
  display: none;
}
.form-section #appointment_form .field-top-label {
  display: none;
}
.form-section #appointment_form .form_field {
  width: 100%;
  padding-top: 2px !important;
  padding-bottom: 2px !important;
  padding-right: 2px !important;
  background-color: transparent;
  border: solid #bdbdbd;
  border-width: 0 0 1px 0;
  height: 29px;
}
.form-section #appointment_form .form_field::-webkit-input-placeholder {
  font-size: var(--font-size-extend);
  font-weight: 500;
  color: rgba(51, 51, 51, 0.9);
}
.form-section #appointment_form .form_field::-moz-placeholder {
  font-size: var(--font-size-extend);
  font-weight: 500;
  color: rgba(51, 51, 51, 0.9);
}
.form-section #appointment_form .form_field::-ms-input-placeholder {
  font-size: var(--font-size-extend);
  font-weight: 500;
  color: rgba(51, 51, 51, 0.9);
}
.form-section #appointment_form .form_field::placeholder {
  font-size: var(--font-size-extend);
  font-weight: 500;
  color: rgba(51, 51, 51, 0.9);
}
.form-section #appointment_form .form_submit {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  font-weight: 500;
  color: #e1eaef;
  background-color: #123f66;
  padding: var(--vertical-padding) var(--horizontal-padding);
  border-radius: var(--border-radius-small);
  -webkit-transition: background var(--main-transition);
  transition: background var(--main-transition);
  min-height: var(--m-height);
  min-width: 160px;
  font-size: var(--font-size-extend);
  line-height: var(--line-height-extend);
  height: auto;
  --vertical-padding: 14px;
  --horizontal-padding: 32px;
  --m-height: 48px;
}
@media only screen and (min-width: 1025px) {
  .form-section #appointment_form .form_submit:hover {
    background: rgba(18, 63, 102, 0.9);
    color: #e1eaef;
  }
}
.form-section #appointment_form .confirm_window {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  grid-column: span 2;
  background-color: #ffffff;
  margin: 0;
  padding: 20px;
  border-radius: 20px;
}
@media only screen and (max-width: 1279px) {
  .form-section__inner {
    grid-gap: 60px;
    padding-right: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .form-section__inner {
    grid-template-columns: 100%;
    grid-gap: 32px;
  }
}
@media only screen and (max-width: 600px) {
  .form-section #appointment_form {
    grid-template-columns: 100%;
    grid-gap: 20px;
  }
  .form-section #appointment_form .input_wrap:last-child {
    grid-column: unset;
    justify-self: center;
  }
  .form-section #appointment_form .confirm_window {
    grid-column: unset;
  }
}

.info-section {
  padding: var(--gap-block-big) 0;
}
.info-section__title {
  margin-bottom: 16px;
}
.info-section__content {
  color: #858585;
}
.info-section__content > * + * {
  margin-top: 24px;
}

.page-footer {
  background-color: #123f66;
  padding-top: 72px;
  padding-bottom: 32px;
  color: #ffffff;
}
.page-footer__inner {
  max-width: var(--main-width-page);
  padding-right: var(--main-padding-side);
  padding-left: var(--main-padding-side);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.page-footer__top + .page-footer__bottom {
  margin-top: 55px;
}
.page-footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.page-footer__content {
  max-width: 387px;
  width: 100%;
}
.page-footer__logo {
  max-width: 152px;
  max-height: 51px;
  -o-object-fit: contain;
  object-fit: contain;
}
.page-footer__logo-wrapper {
  margin-bottom: 24px;
}
.page-footer__text {
  color: #cfcfd1;
}
.page-footer__develop-text,
.page-footer__develop-img {
  display: inline-block;
}
.page-footer__develop-text {
  font-size: var(--font-size-small);
}
.page-footer__develop-img {
  vertical-align: middle;
  margin-left: 6px;
}
.page-footer__nav + .page-footer__socials {
  margin-top: 32px;
}
.page-footer__nav .menu {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 12px 200px;
}
.page-footer__nav .menu-item {
  font-weight: 500;
  font-size: var(--font-size-medium);
  line-height: var(--line-height-medium);
  color: #dadada;
  -webkit-transition: color var(--main-transition);
  transition: color var(--main-transition);
}
@media only screen and (min-width: 1025px) {
  .page-footer__nav .menu-item:hover {
    color: #ffffff;
  }
}
.page-footer__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 12px;
  --icon-size: 24px;
}
.page-footer__socials-item {
  -webkit-transition: -webkit-transform var(--main-transition);
  transition: -webkit-transform var(--main-transition);
  transition: transform var(--main-transition);
  transition: transform var(--main-transition),
    -webkit-transform var(--main-transition);
}
@media only screen and (min-width: 1025px) {
  .page-footer__socials-item:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
.page-footer__socials-icon {
  width: var(--icon-size);
  height: var(--icon-size);
  margin-bottom: 10px;
}
.page-footer__socials-icon--sup {
  width: 200px;
  background-color: white;
}
.page-footer__bottom {
  text-align: center;
}
.page-footer__copy {
  color: #9c9c9c;
}
@media only screen and (max-width: 1279px) {
  .page-footer__nav .menu {
    grid-column-gap: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .page-footer {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .page-footer__top + .page-footer__bottom {
    margin-top: 32px;
  }
  .page-footer__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 32px;
  }
  .page-footer__socials {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media only screen and (max-width: 480px) {
  .page-footer__nav .menu {
    grid-template-columns: 1fr;
  }
}

/**
 * Swiper 8.4.6
 * 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: January 17, 2023
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, 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")
    format("woff");
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color: #007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.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-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-pointer-events.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;
}

.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-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.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-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.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)
  );
}

/* 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-horizontal.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
}

.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-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-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  width: var(--swiper-centered-offset-after);
}

.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-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --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: 10px;
  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: 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: 10px;
  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;
}

/* Progress */
.swiper-pagination-progressbar {
  background: 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: 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: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 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: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,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

/*# sourceMappingURL=home.css.map */
