@charset "UTF-8";
html, body, div, span, applet, 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%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
  background-color: #121212;
  margin: 0;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: '';
  content: none;
}

q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.site {
  min-width: 220px;
  width: 100%;
}

a, button, select, input {
  outline: none;
  box-sizing: border-box;
}

input {
  -webkit-appearance: none;
  border-radius: 0;
}

input:focus {
  border: none;
  outline: none;
  box-shadow: none;
}

button {
  border: none;
  cursor: pointer;
}

/*
 * Container style
 */
.ps {
  overflow: hidden !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto;
}

/*
 * Scrollbar rail styles
 */
.ps__rail-x {
  display: none;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  height: 15px;
  /* there must be 'bottom' or 'top' for ps__rail-x */
  bottom: 0px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__rail-y {
  display: none;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  width: 15px;
  /* there must be 'right' or 'left' for ps__rail-y */
  right: 0;
  /* please don't change 'position' */
  position: absolute;
}

.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
  display: block;
  background-color: transparent;
}

.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y,
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y {
  opacity: 0.6;
}

.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {
  background-color: #eee;
  opacity: 0.9;
}

/*
 * Scrollbar thumb styles
 */
.ps__thumb-x {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, height .2s ease-in-out;
  -webkit-transition: background-color .2s linear, height .2s ease-in-out;
  height: 6px;
  /* there must be 'bottom' for ps__thumb-x */
  bottom: 2px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__thumb-y {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, width .2s ease-in-out;
  -webkit-transition: background-color .2s linear, width .2s ease-in-out;
  width: 6px;
  /* there must be 'right' for ps__thumb-y */
  right: 2px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x,
.ps__rail-x.ps--clicking .ps__thumb-x {
  background-color: #999;
  height: 11px;
}

.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
  background-color: #999;
  width: 11px;
}

/* MS supports */
@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important;
  }
}

.jq-checkbox,
.jq-radio {
  position: relative;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.jq-checkbox input,
.jq-radio input {
  position: absolute;
  z-index: -1;
  margin: 0;
  padding: 0;
  opacity: 0;
}

.jq-file {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.jq-file input {
  position: absolute;
  top: 0;
  right: 0;
  height: auto;
  margin: 0;
  padding: 0;
  opacity: 0;
  font-size: 100px;
  line-height: 1em;
}

.jq-file__name {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.jq-selectbox,
.jq-select-multiple {
  position: relative;
  display: inline-block;
}

.jq-selectbox select,
.jq-select-multiple select {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  opacity: 0;
}

.jq-selectbox li,
.jq-select-multiple li {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.jq-selectbox {
  z-index: 10;
}

.jq-selectbox__select {
  position: relative;
}

.jq-selectbox__select-text {
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.jq-selectbox__dropdown {
  position: absolute;
}

.jq-selectbox__search input {
  -webkit-appearance: textfield;
}

.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
  -webkit-appearance: none;
}

.jq-selectbox__dropdown ul {
  position: relative;
  overflow: auto;
  overflow-x: hidden;
  list-style: none;
  -webkit-overflow-scrolling: touch;
  max-height: 170px !important;
}

.jq-select-multiple ul {
  position: relative;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

.jq-number {
  display: inline-block;
}

.jq-number__field input {
  -moz-appearance: textfield;
  text-align: left;
}

.jq-number__field input::-webkit-inner-spin-button,
.jq-number__field input::-webkit-outer-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

/**
 * Swiper 8.1.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: April 24, 2022
 */
@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;
}

:root {
  --swiper-theme-color:#007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

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

.swiper-pointer-events {
  touch-action: pan-y;
}

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

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

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

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

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

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

.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  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: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  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: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

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

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.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 {
  scroll-snap-type: x mandatory;
}

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

.swiper-centered > .swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999;
}

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

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

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

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

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  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-button-next, .swiper-button-prev {
  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: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

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

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  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;
}

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

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

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

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

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

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

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

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

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

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

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  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;
  box-shadow: none;
  -webkit-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-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

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

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

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

.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%;
  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 {
  transition: .2s transform,.2s left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s transform,.2s right;
}

.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%;
  transform: scale(0);
  transform-origin: left top;
}

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

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

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

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

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

.swiper-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

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

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

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

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

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

.swiper-slide-zoomed {
  cursor: move;
}

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-fade .swiper-slide-active, .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;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

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

.swiper-cube.swiper-rtl .swiper-slide {
  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-next + .swiper-slide, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

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

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

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

.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;
}

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

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

.swiper-cards {
  overflow: visible;
}

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

@font-face {
  font-family: "Aeonik";
  font-style: normal;
  font-weight: normal;
  src: url("/source/77dcdea733c03c7c23917c10bda9bdde/Aeonik-Regular.woff") format("woff"), url("/source/b06c5cc7acc74628253a76bedb2752f8") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "Aeonik";
  font-style: normal;
  font-weight: 300;
  src: url("/source/af5dead7ebaab8a5cb16aebab0edf16b/Aeonik-Light.woff") format("woff"), url("/source/43a0c52d0d1ed15254b1f48f49ee414e") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "Aeonik";
  font-style: normal;
  font-weight: 500;
  src: url("/source/47616fdc5bdf4f62d6e0e966242a1758/Aeonik-Medium.woff") format("woff"), url("/source/2ed69ef4194eff5927fe7c90de0c36bb") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "Aeonik";
  font-style: normal;
  font-weight: bold;
  src: url("/source/c98cb97c8b5d0768244797432af195e3/Aeonik-Bold.woff") format("woff"), url("/source/69a4492e2db9be23866d8c2595cb46f5") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "Aeonik";
  font-style: normal;
  font-weight: 900;
  src: url("/source/5b9f04d82e6b8fd9fe529f41ae0d0c9d/Aeonik-Black.woff") format("woff"), url("/source/f19e86a06f8167fd319872453ed39c15") format("woff2");
  font-display: swap;
}

:root {
  --fz-base: 16;
}

@keyframes to-origin-anim {
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
}

body.page-animation .block-title.aos-animate > span > span, body.page-animation .aos-animate.block-title--inv > span > span, body.page-animation .black .aos-animate.faq-block__title > span > span, .black body.page-animation .aos-animate.faq-block__title > span > span, body.page-animation .aos-animate.contact__ttl > span > span, body.page-animation .gray .aos-animate.faq-block__title > span > span, .gray body.page-animation .aos-animate.faq-block__title > span > span, body.page-animation .aos-animate.slider-cards__title > span > span,
body.page-animation .block-title--s.aos-animate > span > span,
body.page-animation .aos-animate.block-title--s-inv > span > span,
body.page-animation .banner-download__title.aos-animate > span > span {
  transform: translate3d(0, 0, 0);
  transition: transform .65s ease;
}

body.page-animation .block-title > span, body.page-animation .block-title--inv > span, body.page-animation .black .faq-block__title > span, .black body.page-animation .faq-block__title > span, body.page-animation .contact__ttl > span, body.page-animation .gray .faq-block__title > span, .gray body.page-animation .faq-block__title > span, body.page-animation .slider-cards__title > span,
body.page-animation .block-title--s > span,
body.page-animation .block-title--s-inv > span,
body.page-animation .banner-download__title > span {
  display: block;
  overflow: hidden;
  line-height: 1.1;
  margin-bottom: -0.1em;
}

body.page-animation .block-title > span:nth-child(1) span, body.page-animation .block-title--inv > span:nth-child(1) span, body.page-animation .black .faq-block__title > span:nth-child(1) span, .black body.page-animation .faq-block__title > span:nth-child(1) span, body.page-animation .contact__ttl > span:nth-child(1) span, body.page-animation .gray .faq-block__title > span:nth-child(1) span, .gray body.page-animation .faq-block__title > span:nth-child(1) span, body.page-animation .slider-cards__title > span:nth-child(1) span,
body.page-animation .block-title--s > span:nth-child(1) span,
body.page-animation .block-title--s-inv > span:nth-child(1) span,
body.page-animation .banner-download__title > span:nth-child(1) span {
  transition-delay: calc(0.1s);
}

body.page-animation .block-title > span:nth-child(2) span, body.page-animation .block-title--inv > span:nth-child(2) span, body.page-animation .black .faq-block__title > span:nth-child(2) span, .black body.page-animation .faq-block__title > span:nth-child(2) span, body.page-animation .contact__ttl > span:nth-child(2) span, body.page-animation .gray .faq-block__title > span:nth-child(2) span, .gray body.page-animation .faq-block__title > span:nth-child(2) span, body.page-animation .slider-cards__title > span:nth-child(2) span,
body.page-animation .block-title--s > span:nth-child(2) span,
body.page-animation .block-title--s-inv > span:nth-child(2) span,
body.page-animation .banner-download__title > span:nth-child(2) span {
  transition-delay: calc(0.2s);
}

body.page-animation .block-title > span:nth-child(3) span, body.page-animation .block-title--inv > span:nth-child(3) span, body.page-animation .black .faq-block__title > span:nth-child(3) span, .black body.page-animation .faq-block__title > span:nth-child(3) span, body.page-animation .contact__ttl > span:nth-child(3) span, body.page-animation .gray .faq-block__title > span:nth-child(3) span, .gray body.page-animation .faq-block__title > span:nth-child(3) span, body.page-animation .slider-cards__title > span:nth-child(3) span,
body.page-animation .block-title--s > span:nth-child(3) span,
body.page-animation .block-title--s-inv > span:nth-child(3) span,
body.page-animation .banner-download__title > span:nth-child(3) span {
  transition-delay: calc(0.3s);
}

body.page-animation .block-title > span:nth-child(4) span, body.page-animation .block-title--inv > span:nth-child(4) span, body.page-animation .black .faq-block__title > span:nth-child(4) span, .black body.page-animation .faq-block__title > span:nth-child(4) span, body.page-animation .contact__ttl > span:nth-child(4) span, body.page-animation .gray .faq-block__title > span:nth-child(4) span, .gray body.page-animation .faq-block__title > span:nth-child(4) span, body.page-animation .slider-cards__title > span:nth-child(4) span,
body.page-animation .block-title--s > span:nth-child(4) span,
body.page-animation .block-title--s-inv > span:nth-child(4) span,
body.page-animation .banner-download__title > span:nth-child(4) span {
  transition-delay: calc(0.4s);
}

body.page-animation .block-title > span:nth-child(5) span, body.page-animation .block-title--inv > span:nth-child(5) span, body.page-animation .black .faq-block__title > span:nth-child(5) span, .black body.page-animation .faq-block__title > span:nth-child(5) span, body.page-animation .contact__ttl > span:nth-child(5) span, body.page-animation .gray .faq-block__title > span:nth-child(5) span, .gray body.page-animation .faq-block__title > span:nth-child(5) span, body.page-animation .slider-cards__title > span:nth-child(5) span,
body.page-animation .block-title--s > span:nth-child(5) span,
body.page-animation .block-title--s-inv > span:nth-child(5) span,
body.page-animation .banner-download__title > span:nth-child(5) span {
  transition-delay: calc(0.5s);
}

body.page-animation .block-title > span span, body.page-animation .block-title--inv > span span, body.page-animation .black .faq-block__title > span span, .black body.page-animation .faq-block__title > span span, body.page-animation .contact__ttl > span span, body.page-animation .gray .faq-block__title > span span, .gray body.page-animation .faq-block__title > span span, body.page-animation .slider-cards__title > span span,
body.page-animation .block-title--s > span span,
body.page-animation .block-title--s-inv > span span,
body.page-animation .banner-download__title > span span {
  display: block;
  transform: translate3d(0, 100%, 0);
  transition: transform .65s ease;
}

body.page-animation [data-aos="fade-up"] {
  opacity: 0;
  transform: translate3d(0, 25px, 0);
  transition: opacity .6s ease, transform .6s ease;
}

body.page-animation [data-aos="fade-up"].aos-animate {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: opacity .6s ease, transform .6s ease;
}

body.page-animation [data-aos][data-aos-delay="100"] {
  transition-delay: .1s;
}

body.page-animation [data-aos][data-aos-delay="150"] {
  transition-delay: .15s;
}

body.page-animation [data-aos][data-aos-delay="200"] {
  transition-delay: .2s;
}

body.page-animation [data-aos][data-aos-delay="250"] {
  transition-delay: .25s;
}

body.page-animation [data-aos][data-aos-delay="300"] {
  transition-delay: .3s;
}

body.page-animation [data-aos][data-aos-delay="350"] {
  transition-delay: .35s;
}

body.page-animation [data-aos][data-aos-delay="400"] {
  transition-delay: .4s;
}

body.page-animation [data-aos][data-aos-delay="450"] {
  transition-delay: .45s;
}

body.page-animation [data-aos][data-aos-delay="500"] {
  transition-delay: .5s;
}

.page-animation .banner-title-anim > span:nth-child(1) span, .page-animation .hero-transparent__title > span:nth-child(1) span, .page-animation .banner-brand-bg__title > span:nth-child(1) span, .page-animation .banner-img-two__title > span:nth-child(1) span, .page-animation .banner-stats__title > span:nth-child(1) span {
  animation-delay: calc(0.1s + .2s + 0.2s);
}

.page-animation .banner-title-anim > span:nth-child(2) span, .page-animation .hero-transparent__title > span:nth-child(2) span, .page-animation .banner-brand-bg__title > span:nth-child(2) span, .page-animation .banner-img-two__title > span:nth-child(2) span, .page-animation .banner-stats__title > span:nth-child(2) span {
  animation-delay: calc(0.2s + .2s + 0.2s);
}

.page-animation .banner-title-anim > span:nth-child(3) span, .page-animation .hero-transparent__title > span:nth-child(3) span, .page-animation .banner-brand-bg__title > span:nth-child(3) span, .page-animation .banner-img-two__title > span:nth-child(3) span, .page-animation .banner-stats__title > span:nth-child(3) span {
  animation-delay: calc(0.3s + .2s + 0.2s);
}

.page-animation .banner-title-anim > span:nth-child(4) span, .page-animation .hero-transparent__title > span:nth-child(4) span, .page-animation .banner-brand-bg__title > span:nth-child(4) span, .page-animation .banner-img-two__title > span:nth-child(4) span, .page-animation .banner-stats__title > span:nth-child(4) span {
  animation-delay: calc(0.4s + .2s + 0.2s);
}

.page-animation .banner-title-anim > span:nth-child(5) span, .page-animation .hero-transparent__title > span:nth-child(5) span, .page-animation .banner-brand-bg__title > span:nth-child(5) span, .page-animation .banner-img-two__title > span:nth-child(5) span, .page-animation .banner-stats__title > span:nth-child(5) span {
  animation-delay: calc(0.5s + .2s + 0.2s);
}

.page-animation .banner-title-anim > span span, .page-animation .hero-transparent__title > span span, .page-animation .banner-brand-bg__title > span span, .page-animation .banner-img-two__title > span span, .page-animation .banner-stats__title > span span {
  display: block;
  transform: translate3d(0, 100%, 0);
  animation: to-origin-anim .8s ease forwards;
}

.banner-title-anim > span, .hero-transparent__title > span, .banner-brand-bg__title > span, .banner-img-two__title > span, .banner-stats__title > span {
  display: block;
  overflow: hidden;
  line-height: 1.1;
  margin-bottom: -0.1em;
}

@keyframes to-stroke-anim {
  to {
    stroke-dashoffset: 0;
  }
}

.btn-clear, .btn-primary, input[type="submit"], .filter-tag__btn-submit, .gray .faq-block__btn, .black .faq-block__btn, .btn-secondary, .slider-btn, .filter-tag__btn-clear, .filter-item__btn, .listing__filter-btn, .listing__filter-btn-close, .header__btn-profile, .header__btn-menu, .header__btn-back-wrap, .header__btn-back, .header__btn-back-title, .header__btn-close {
  background-color: transparent;
  border: 0;
  outline: 0;
  box-shadow: none;
  padding: 0;
  appearance: none;
  cursor: pointer;
}

.btn-clear:hover, .btn-primary:hover, input:hover[type="submit"], .filter-tag__btn-submit:hover, .gray .faq-block__btn:hover, .black .faq-block__btn:hover, .btn-secondary:hover, .slider-btn:hover, .filter-tag__btn-clear:hover, .filter-item__btn:hover, .listing__filter-btn:hover, .listing__filter-btn-close:hover, .header__btn-profile:hover, .header__btn-menu:hover, .header__btn-back-wrap:hover, .header__btn-back:hover, .header__btn-back-title:hover, .header__btn-close:hover, .btn-clear:active, .btn-primary:active, input:active[type="submit"], .filter-tag__btn-submit:active, .gray .faq-block__btn:active, .black .faq-block__btn:active, .btn-secondary:active, .slider-btn:active, .filter-tag__btn-clear:active, .filter-item__btn:active, .listing__filter-btn:active, .listing__filter-btn-close:active, .header__btn-profile:active, .header__btn-menu:active, .header__btn-back-wrap:active, .header__btn-back:active, .header__btn-back-title:active, .header__btn-close:active {
  outline: 0;
}

.btn-primary, input[type="submit"], .filter-tag__btn-submit, .gray .faq-block__btn, .black .faq-block__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: Aeonik, Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: calc(0.875rem + 6 * ((100vw - 375px) / 1225));
  letter-spacing: 0.01em;
  color: #000;
  background-color: #fff;
  border-radius: 68px;
  min-height: 3.875rem;
  padding: 0.25em 1.3em;
  transition: background-color .5s ease;
}

@media (min-width: 1600px) {
  .btn-primary, input[type="submit"], .filter-tag__btn-submit, .gray .faq-block__btn, .black .faq-block__btn {
    font-size: 1.25rem;
  }
}

@media (min-width: 1280px) {
  .btn-primary.--btn-long, input.--btn-long[type="submit"], .--btn-long.filter-tag__btn-submit, .gray .--btn-long.faq-block__btn, .black .--btn-long.faq-block__btn {
    min-height: 60px;
    padding: 0.100em 1.650em;
  }
}

@media (min-width: 1280px) {
  .btn-primary.--btn-s, input.--btn-s[type="submit"], input.filter-tag__btn-submit[type="submit"], .filter-tag__btn-submit, .gray .--btn-s.faq-block__btn, .gray .faq-block__btn.filter-tag__btn-submit, .black .--btn-s.faq-block__btn, .black .faq-block__btn.filter-tag__btn-submit {
    font-size: calc(1rem + 0 * ((100vw - 375px) / 1225));
    min-height: 3.5em;
    border-radius: 68px;
    padding: 0 1.375em;
  }
}

@media (min-width: 1280px) and (min-width: 1600px) {
  .btn-primary.--btn-s, input.--btn-s[type="submit"], input.filter-tag__btn-submit[type="submit"], .filter-tag__btn-submit, .gray .--btn-s.faq-block__btn, .gray .faq-block__btn.filter-tag__btn-submit, .black .--btn-s.faq-block__btn, .black .faq-block__btn.filter-tag__btn-submit {
    font-size: 1rem;
  }
}

@media (min-width: 1280px) {
  .btn-primary.--btn-s .btn-primary__icon, input.--btn-s[type="submit"] .btn-primary__icon, input.filter-tag__btn-submit[type="submit"] .btn-primary__icon, .filter-tag__btn-submit .btn-primary__icon, .gray .--btn-s.faq-block__btn .btn-primary__icon, .gray .faq-block__btn.filter-tag__btn-submit .btn-primary__icon, .black .--btn-s.faq-block__btn .btn-primary__icon, .black .faq-block__btn.filter-tag__btn-submit .btn-primary__icon {
    width: 0.625em;
    height: 0.625em;
    margin: 0.125em 0 0 0.375em;
  }
}

.btn-primary.--btn-inv, input[type="submit"], .--btn-inv.filter-tag__btn-submit, .gray .faq-block__btn, .black .--btn-inv.faq-block__btn, .black input.faq-block__btn[type="submit"] {
  color: #fff;
  background-color: #000;
}

.btn-primary.--btn-inv .btn-primary__icon, input[type="submit"] .btn-primary__icon, .--btn-inv.filter-tag__btn-submit .btn-primary__icon, input.filter-tag__btn-submit[type="submit"] .btn-primary__icon, .gray .faq-block__btn .btn-primary__icon, .black .--btn-inv.faq-block__btn .btn-primary__icon, .black input.faq-block__btn[type="submit"] .btn-primary__icon {
  stroke: #fff;
}

@media (max-width: 1279px) {
  .btn-primary, input[type="submit"], .filter-tag__btn-submit, .gray .faq-block__btn, .black .faq-block__btn {
    min-height: 3.286em;
    border-radius: 40px;
    padding: 0.357em 1.214em;
  }
}

@media (min-width: 1025px) {
  .btn-primary:hover, input:hover[type="submit"], .filter-tag__btn-submit:hover, .gray .faq-block__btn:hover, .black .faq-block__btn:hover {
    background-color: #476af2;
    transition: background-color .5s ease;
  }
}

.btn-primary__icon {
  display: block;
  stroke: #000;
  font-size: calc(0.875rem + 6 * ((100vw - 375px) / 1225));
  width: 0.85em;
  height: 0.85em;
  margin: 0.2em 0 0 0.786em;
}

@media (min-width: 1600px) {
  .btn-primary__icon {
    font-size: 1.25rem;
  }
}

@media (max-width: 767px) {
  .btn-primary__icon {
    width: 0.857em;
    height: 0.857em;
    margin: 0.143em 0 0 0.429em;
  }
}

.btn-arrow:after {
  content: '';
  width: 17px;
  height: 18px;
  background: url("/source/03bd4979cf0256846600d72ade0b97a7/btn-arr-ico.svg") no-repeat center;
  background-size: contain;
  margin-left: 0.75rem;
  display: block;
}

.btn-callback {
  background: #fff;
  padding: .5rem 1.62rem .5rem .5rem;
  border: 1px solid #1e58f9;
}

.btn-callback svg {
  width: 2.75rem;
  height: 2.75rem;
  margin-right: .75rem;
  fill: transparent;
}

@media (max-width: 1023px) {
  .btn-callback svg {
    width: 1.75rem;
    height: 1.75rem;
    margin-right: .5rem;
  }
}

.btn-callback svg path {
  transition: stroke .3s ease-in-out;
  stroke: #1e58f9;
}

@media (min-width: 1025px) {
  .btn-callback:hover {
    background: #1e58f9;
    color: #ffffff;
  }
  .btn-callback:hover svg path {
    stroke: #ffffff;
  }
}

.btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: calc(0.75rem + 4 * ((100vw - 375px) / 1225));
  line-height: 1;
  letter-spacing: 0.01em;
  color: #ededec;
  background-color: transparent;
  border: 1.4px solid #fff;
  border-radius: 58px;
  padding: 0.75em 1em;
  transition: background-color .3s ease, border .3s ease, color .3s ease;
}

@media (min-width: 1600px) {
  .btn-secondary {
    font-size: 1rem;
  }
}

@media (max-width: 767px) {
  .btn-secondary {
    border-radius: 45px;
    padding: 0.75em 1.167em;
  }
}

@media (min-width: 1025px) {
  .btn-secondary:hover {
    color: #000;
    background-color: #fff;
    border: 1.4px solid #fff;
    transition: background-color .3s ease, border .3s ease, color .3s ease;
  }
}

.btn-tertiary {
  font-size: calc(1rem + 0 * ((100vw - 375px) / 1225));
  line-height: 1;
  font-weight: 500;
  min-height: 56px;
  min-width: 167px;
  padding: 5px 1.125rem;
  background: #2f57f0;
  color: #FFF;
  border-radius: 60px;
  text-align: center;
  transition: .3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  filter: drop-shadow(0px 2px 5px rgba(0, 0, 0, 0.06)) drop-shadow(0px 4px 6px rgba(0, 0, 0, 0.1));
}

@media (min-width: 1600px) {
  .btn-tertiary {
    font-size: 1rem;
  }
}

.btn-tertiary__ico {
  flex: 0 0 .65rem;
  width: .65rem;
  height: .65rem;
  margin-left: .325rem;
  stroke: #FFF;
  transition: stroke .3s ease;
}

.btn-tertiary.btn-tertiary--wide {
  min-height: 85px;
  min-width: 220px;
  letter-spacing: 0.01em;
  font-size: calc(1.125rem + 2 * ((100vw - 375px) / 1225));
}

@media (min-width: 1600px) {
  .btn-tertiary.btn-tertiary--wide {
    font-size: 1.25rem;
  }
}

@media (min-width: 768px) {
  .btn-tertiary.btn-tertiary--wide {
    min-width: 358px;
  }
}

@media (min-width: 1025px) {
  .btn-tertiary:hover {
    background: #FFF;
    color: #2f57f0;
  }
  .btn-tertiary:hover svg {
    stroke: #2f57f0;
  }
}

.btn-big {
  font-size: calc(1.125rem + 0 * ((100vw - 375px) / 1225));
  font-weight: 400;
  min-height: 65px;
  min-width: 9.25rem;
}

@media (min-width: 1600px) {
  .btn-big {
    font-size: 1.125rem;
  }
}

.btn-big .btn-tertiary__ico {
  flex-basis: .83em;
  width: .83em;
  height: .83em;
  margin-left: 0.625rem;
}

.breadcrumbs {
  font-size: calc(0.8125rem + 0 * ((100vw - 375px) / 1225));
  line-height: 1.23;
  letter-spacing: -0.4875px;
  color: rgba(118, 120, 118, 0.8);
}

@media (min-width: 1600px) {
  .breadcrumbs {
    font-size: 0.8125rem;
  }
}

.breadcrumbs span,
.breadcrumbs a {
  color: rgba(118, 120, 118, 0.8);
}

.breadcrumbs a > span {
  transition: color .5s ease;
}

@media (min-width: 1025px) {
  .breadcrumbs a > span:hover {
    color: #2f57f0;
    cursor: pointer;
    transition: color .5s ease;
  }
}

.link-primary {
  display: inline-flex;
  align-items: center;
  font-size: 19px;
  font-size: calc(1rem + 3 * ((100vw - 375px) / 1225));
  letter-spacing: -0.01em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  padding-bottom: 0.526em;
  transition: color .3s ease, border .3s ease;
}

@media (min-width: 1600px) {
  .link-primary {
    font-size: 1.1875rem;
  }
}

.link-primary.--link-inv {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.link-primary.--link-inv .link-primary__icon {
  stroke: #fff;
}

@media (max-width: 1279px) {
  .link-primary {
    padding-bottom: 0.438em;
  }
}

@media (min-width: 1025px) {
  .link-primary:hover {
    color: #2f57f0;
    border-bottom: 1px solid #2f57f0;
    transition: color .3s ease, border .3s ease;
  }
  .link-primary:hover .link-primary__icon {
    transform: translate3d(3px, 0, 0);
    stroke: #1e58f9;
    transition: stroke .3s ease, transform .3s ease;
  }
}

.link-primary__icon {
  display: flex;
  font-size: calc(1rem + 3 * ((100vw - 375px) / 1225));
  width: 0.737em;
  height: 0.737em;
  stroke: #000;
  margin: 0.105em 0 0 0.684em;
  transition: stroke .3s ease, transform .3s ease;
}

@media (min-width: 1600px) {
  .link-primary__icon {
    font-size: 1.1875rem;
  }
}

@media (max-width: 1279px) {
  .link-primary__icon {
    width: 0.75em;
    height: 0.75em;
  }
}

html {
  font-family: Aeonik, Helvetica, Arial, sans-serif;
  color: #000;
}

html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
}

html *::selection {
  color: #fff;
  background-color: #1e58f9;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  letter-spacing: -0.01em;
  cursor: default;
}

b, strong {
  font-weight: 700;
}

i, em {
  font-style: italic;
}

a {
  text-decoration: none;
  cursor: pointer;
}

a * {
  cursor: pointer;
}

mark {
  background-color: transparent;
}

.font-inherit, *[class*='block-title'] a,
*[class*='block-subtitle'] a, .wysiwyg-styles > p a sup, .wysiwyg-styles--inv > p a sup, .banner-download__editor > p a sup, .black .faq-block__item-content-inner > p a sup, .wysiwyg-block__inner > p a sup, .points-block__faq-text > p a sup, .gray .faq-block__item-content-inner > p a sup, .faq__block-item-content-inner > p a sup, .text-editor > p a sup, .careers-single-content__text > p a sup, .technology-banner__nav > p a sup, .technology-block__head > p a sup, .technology-block__col > p a sup, .quote-block__form > p a sup, .quote-block__aside > p a sup,
.wysiwyg-styles ul a sup,
.wysiwyg-styles--inv ul a sup,
.banner-download__editor ul a sup,
.black .faq-block__item-content-inner ul a sup,
.wysiwyg-block__inner ul a sup,
.points-block__faq-text ul a sup,
.gray .faq-block__item-content-inner ul a sup,
.faq__block-item-content-inner ul a sup,
.text-editor ul a sup,
.careers-single-content__text ul a sup,
.technology-banner__nav ul a sup,
.technology-block__head ul a sup,
.technology-block__col ul a sup,
.quote-block__form ul a sup,
.quote-block__aside ul a sup,
.wysiwyg-styles li a sup,
.wysiwyg-styles--inv li a sup,
.banner-download__editor li a sup,
.black .faq-block__item-content-inner li a sup,
.wysiwyg-block__inner li a sup,
.points-block__faq-text li a sup,
.gray .faq-block__item-content-inner li a sup,
.faq__block-item-content-inner li a sup,
.text-editor li a sup,
.careers-single-content__text li a sup,
.technology-banner__nav li a sup,
.technology-block__head li a sup,
.technology-block__col li a sup,
.quote-block__form li a sup,
.quote-block__aside li a sup, form label span, input[type="text"],
input[type="number"],
input[type="password"],
input[type="email"],
input[type="tel"],
textarea, input[type="text"]::placeholder,
input[type="number"]::placeholder,
input[type="password"]::placeholder,
input[type="email"]::placeholder,
input[type="tel"]::placeholder,
textarea::placeholder, .hbspt-form label input[type="checkbox"] + span p, .hbspt-form label input[type="radio"] + span p, .listing__item-title-link, .banner__title-link, .banner-download__title span, .icon-item-five__item-title-link, .img-item-four__item-title-link, .g-map-block__item-text p a {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
}

h1,
.page-title,
.contact.page-banner .contact__ttl,
.text-w-image__ttl,
.block-list__ttl,
.files__ttl,
.links__ttl {
  font-size: calc(2.125rem + 24 * ((100vw - 375px) / 1225));
  line-height: 1;
  color: #fff;
  margin-bottom: 0.5em;
}

@media (min-width: 1600px) {
  h1,
  .page-title,
  .contact.page-banner .contact__ttl,
  .text-w-image__ttl,
  .block-list__ttl,
  .files__ttl,
  .links__ttl {
    font-size: 3.625rem;
  }
}

@media (max-width: 767px) {
  h1,
  .page-title,
  .contact.page-banner .contact__ttl,
  .text-w-image__ttl,
  .block-list__ttl,
  .files__ttl,
  .links__ttl {
    line-height: 1.2;
  }
}

@media (min-width: 1280px) {
  h1,
  .page-title,
  .contact.page-banner .contact__ttl,
  .text-w-image__ttl,
  .block-list__ttl,
  .files__ttl,
  .links__ttl {
    margin-bottom: 0.342em;
  }
}

.page-description, .page-form__form .hs-richtext h3, .banner-img-overflow__txt {
  font-size: calc(1.125rem + 6 * ((100vw - 375px) / 1225));
  line-height: 1.52;
  letter-spacing: -0.01em;
  color: #DDE6FE;
  margin-bottom: 1.071em;
}

@media (min-width: 1600px) {
  .page-description, .page-form__form .hs-richtext h3, .banner-img-overflow__txt {
    font-size: 1.5rem;
  }
}

@media (max-width: 767px) {
  .page-description, .page-form__form .hs-richtext h3, .banner-img-overflow__txt {
    line-height: 1.2;
  }
}

@media (min-width: 1280px) {
  .page-description, .page-form__form .hs-richtext h3, .banner-img-overflow__txt {
    margin-bottom: 1.429em;
  }
}

.block-title, .block-title--inv, .black .faq-block__title, .contact__ttl, .gray .faq-block__title, .slider-cards__title {
  font-size: calc(2rem + 14 * ((100vw - 375px) / 1225));
  line-height: 0.98;
}

@media (min-width: 1600px) {
  .block-title, .block-title--inv, .black .faq-block__title, .contact__ttl, .gray .faq-block__title, .slider-cards__title {
    font-size: 2.875rem;
  }
}

@media (max-width: 767px) {
  .block-title, .block-title--inv, .black .faq-block__title, .contact__ttl, .gray .faq-block__title, .slider-cards__title {
    line-height: 1.06;
  }
}

.block-title--inv, .black .faq-block__title {
  color: #fff;
}

.block-title--s, .block-title--s-inv {
  font-size: calc(1.875rem + 16 * ((100vw - 375px) / 1225));
  line-height: 1.2;
}

@media (min-width: 1600px) {
  .block-title--s, .block-title--s-inv {
    font-size: 2.875rem;
  }
}

@media (max-width: 767px) {
  .block-title--s, .block-title--s-inv {
    line-height: 1.41;
  }
}

.block-title--s-inv {
  color: #fff;
}

.block-subtitle, .page-form__form .submitted-message p {
  font-size: calc(1.5rem + 12 * ((100vw - 375px) / 1225));
  line-height: 1.17;
}

@media (min-width: 1600px) {
  .block-subtitle, .page-form__form .submitted-message p {
    font-size: 2.25rem;
  }
}

@media (max-width: 767px) {
  .block-subtitle, .page-form__form .submitted-message p {
    line-height: 1.08;
  }
}

.block-subtitle--s, .block-subtitle--s-inv, .g-map-block__item-text p strong, .resources-list__item-title {
  font-size: calc(1.25rem + 6 * ((100vw - 375px) / 1225));
  line-height: 1;
}

@media (min-width: 1600px) {
  .block-subtitle--s, .block-subtitle--s-inv, .g-map-block__item-text p strong, .resources-list__item-title {
    font-size: 1.625rem;
  }
}

.block-subtitle--s-inv {
  color: #fff;
}

*[class*='block-title'] a,
*[class*='block-subtitle'] a {
  cursor: pointer;
}

*[class*='block-title'] a span,
*[class*='block-subtitle'] a span {
  cursor: pointer;
}

.body-font, .body-font--n, .body-font--n-inv, .black .faq-block__description, .gray .faq-block__description, .resources-list__post-description, .body-font--inv, .wysiwyg-link, .wysiwyg-styles > p a, .wysiwyg-styles--inv > p a, .banner-download__editor > p a, .black .faq-block__item-content-inner > p a, .wysiwyg-block__inner > p a, .points-block__faq-text > p a, .gray .faq-block__item-content-inner > p a, .faq__block-item-content-inner > p a, .text-editor > p a, .careers-single-content__text > p a, .technology-banner__nav > p a, .technology-block__head > p a, .technology-block__col > p a, .quote-block__form > p a, .quote-block__aside > p a,
.wysiwyg-styles ul a,
.wysiwyg-styles--inv ul a,
.banner-download__editor ul a,
.black .faq-block__item-content-inner ul a,
.wysiwyg-block__inner ul a,
.points-block__faq-text ul a,
.gray .faq-block__item-content-inner ul a,
.faq__block-item-content-inner ul a,
.text-editor ul a,
.careers-single-content__text ul a,
.technology-banner__nav ul a,
.technology-block__head ul a,
.technology-block__col ul a,
.quote-block__form ul a,
.quote-block__aside ul a,
.wysiwyg-styles li a,
.wysiwyg-styles--inv li a,
.banner-download__editor li a,
.black .faq-block__item-content-inner li a,
.wysiwyg-block__inner li a,
.points-block__faq-text li a,
.gray .faq-block__item-content-inner li a,
.faq__block-item-content-inner li a,
.text-editor li a,
.careers-single-content__text li a,
.technology-banner__nav li a,
.technology-block__head li a,
.technology-block__col li a,
.quote-block__form li a,
.quote-block__aside li a, .listing__head-description, .banner__description, .faq__sidebar-subtitle {
  font-size: calc(1rem + 2 * ((100vw - 375px) / 1225));
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.01em;
}

@media (min-width: 1600px) {
  .body-font, .body-font--n, .body-font--n-inv, .black .faq-block__description, .gray .faq-block__description, .resources-list__post-description, .body-font--inv, .wysiwyg-link, .wysiwyg-styles > p a, .wysiwyg-styles--inv > p a, .banner-download__editor > p a, .black .faq-block__item-content-inner > p a, .wysiwyg-block__inner > p a, .points-block__faq-text > p a, .gray .faq-block__item-content-inner > p a, .faq__block-item-content-inner > p a, .text-editor > p a, .careers-single-content__text > p a, .technology-banner__nav > p a, .technology-block__head > p a, .technology-block__col > p a, .quote-block__form > p a, .quote-block__aside > p a,
  .wysiwyg-styles ul a,
  .wysiwyg-styles--inv ul a,
  .banner-download__editor ul a,
  .black .faq-block__item-content-inner ul a,
  .wysiwyg-block__inner ul a,
  .points-block__faq-text ul a,
  .gray .faq-block__item-content-inner ul a,
  .faq__block-item-content-inner ul a,
  .text-editor ul a,
  .careers-single-content__text ul a,
  .technology-banner__nav ul a,
  .technology-block__head ul a,
  .technology-block__col ul a,
  .quote-block__form ul a,
  .quote-block__aside ul a,
  .wysiwyg-styles li a,
  .wysiwyg-styles--inv li a,
  .banner-download__editor li a,
  .black .faq-block__item-content-inner li a,
  .wysiwyg-block__inner li a,
  .points-block__faq-text li a,
  .gray .faq-block__item-content-inner li a,
  .faq__block-item-content-inner li a,
  .text-editor li a,
  .careers-single-content__text li a,
  .technology-banner__nav li a,
  .technology-block__head li a,
  .technology-block__col li a,
  .quote-block__form li a,
  .quote-block__aside li a, .listing__head-description, .banner__description, .faq__sidebar-subtitle {
    font-size: 1.125rem;
  }
}

@media (max-width: 767px) {
  .body-font, .body-font--n, .body-font--n-inv, .black .faq-block__description, .gray .faq-block__description, .resources-list__post-description, .body-font--inv, .wysiwyg-link, .wysiwyg-styles > p a, .wysiwyg-styles--inv > p a, .banner-download__editor > p a, .black .faq-block__item-content-inner > p a, .wysiwyg-block__inner > p a, .points-block__faq-text > p a, .gray .faq-block__item-content-inner > p a, .faq__block-item-content-inner > p a, .text-editor > p a, .careers-single-content__text > p a, .technology-banner__nav > p a, .technology-block__head > p a, .technology-block__col > p a, .quote-block__form > p a, .quote-block__aside > p a,
  .wysiwyg-styles ul a,
  .wysiwyg-styles--inv ul a,
  .banner-download__editor ul a,
  .black .faq-block__item-content-inner ul a,
  .wysiwyg-block__inner ul a,
  .points-block__faq-text ul a,
  .gray .faq-block__item-content-inner ul a,
  .faq__block-item-content-inner ul a,
  .text-editor ul a,
  .careers-single-content__text ul a,
  .technology-banner__nav ul a,
  .technology-block__head ul a,
  .technology-block__col ul a,
  .quote-block__form ul a,
  .quote-block__aside ul a,
  .wysiwyg-styles li a,
  .wysiwyg-styles--inv li a,
  .banner-download__editor li a,
  .black .faq-block__item-content-inner li a,
  .wysiwyg-block__inner li a,
  .points-block__faq-text li a,
  .gray .faq-block__item-content-inner li a,
  .faq__block-item-content-inner li a,
  .text-editor li a,
  .careers-single-content__text li a,
  .technology-banner__nav li a,
  .technology-block__head li a,
  .technology-block__col li a,
  .quote-block__form li a,
  .quote-block__aside li a, .listing__head-description, .banner__description, .faq__sidebar-subtitle {
    line-height: 1.2;
  }
}

.body-font--n, .body-font--n-inv, .black .faq-block__description, .gray .faq-block__description, .resources-list__post-description {
  font-family: Aeonik, Helvetica, Arial, sans-serif;
}

.body-font--inv {
  color: #fff;
}

.body-font--n-inv, .black .faq-block__description {
  color: #fff;
}

.body-font--s, .body-font--s-inv, .g-map-block__item-text p {
  font-size: calc(1rem + 2 * ((100vw - 375px) / 1225));
  font-family: Aeonik, Helvetica, Arial, sans-serif;
  line-height: 1.44;
  letter-spacing: -0.01em;
}

@media (min-width: 1600px) {
  .body-font--s, .body-font--s-inv, .g-map-block__item-text p {
    font-size: 1.125rem;
  }
}

@media (max-width: 767px) {
  .body-font--s, .body-font--s-inv, .g-map-block__item-text p {
    line-height: 1.25;
  }
}

.body-font--s-inv {
  color: #fff;
}

.body-font--m, .body-font--m-inv {
  font-size: calc(1rem + 2 * ((100vw - 375px) / 1225));
  font-family: Aeonik, Helvetica, Arial, sans-serif;
  line-height: 1.5;
  letter-spacing: -0.01em;
}

@media (min-width: 1600px) {
  .body-font--m, .body-font--m-inv {
    font-size: 1.125rem;
  }
}

@media (max-width: 767px) {
  .body-font--m, .body-font--m-inv {
    line-height: 1.3;
  }
}

.body-font--m-inv {
  color: #fff;
}

.block-label, .form-sidebar-articles__tag {
  position: relative;
  display: block;
  font-size: calc(0.875rem + 0 * ((100vw - 375px) / 1225));
  height: 1.429em;
  line-height: 1.2;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: #fff;
  background-color: #000;
  padding: 0.143em 0.286em 0;
  margin: 0 0.429em;
}

@media (min-width: 1600px) {
  .block-label, .form-sidebar-articles__tag {
    font-size: 0.875rem;
  }
}

.block-label:before, .form-sidebar-articles__tag:before, .block-label:after, .form-sidebar-articles__tag:after {
  position: absolute;
  content: '';
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
}

.block-label:before, .form-sidebar-articles__tag:before {
  left: -6px;
  border-width: 0 0 20px 6px;
  border-color: transparent transparent #000 transparent;
}

.block-label:after, .form-sidebar-articles__tag:after {
  left: 100%;
  border-width: 20px 6px 0 0;
  border-color: #000 transparent transparent transparent;
}

.block-date {
  font-size: calc(0.875rem + 0 * ((100vw - 375px) / 1225));
  line-height: 1.2;
  letter-spacing: -0.01em;
}

@media (min-width: 1600px) {
  .block-date {
    font-size: 0.875rem;
  }
}

.wysiwyg-link, .wysiwyg-styles > p a, .wysiwyg-styles--inv > p a, .banner-download__editor > p a, .black .faq-block__item-content-inner > p a, .wysiwyg-block__inner > p a, .points-block__faq-text > p a, .gray .faq-block__item-content-inner > p a, .faq__block-item-content-inner > p a, .text-editor > p a, .careers-single-content__text > p a, .technology-banner__nav > p a, .technology-block__head > p a, .technology-block__col > p a, .quote-block__form > p a, .quote-block__aside > p a,
.wysiwyg-styles ul a,
.wysiwyg-styles--inv ul a,
.banner-download__editor ul a,
.black .faq-block__item-content-inner ul a,
.wysiwyg-block__inner ul a,
.points-block__faq-text ul a,
.gray .faq-block__item-content-inner ul a,
.faq__block-item-content-inner ul a,
.text-editor ul a,
.careers-single-content__text ul a,
.technology-banner__nav ul a,
.technology-block__head ul a,
.technology-block__col ul a,
.quote-block__form ul a,
.quote-block__aside ul a,
.wysiwyg-styles li a,
.wysiwyg-styles--inv li a,
.banner-download__editor li a,
.black .faq-block__item-content-inner li a,
.wysiwyg-block__inner li a,
.points-block__faq-text li a,
.gray .faq-block__item-content-inner li a,
.faq__block-item-content-inner li a,
.text-editor li a,
.careers-single-content__text li a,
.technology-banner__nav li a,
.technology-block__head li a,
.technology-block__col li a,
.quote-block__form li a,
.quote-block__aside li a {
  position: relative;
  display: inline-flex;
  color: #2f57f0;
  box-shadow: inset 0 -2px 0 0 currentColor;
  overflow: hidden;
  transition: box-shadow .3s ease;
}

@media (min-width: 1025px) {
  .wysiwyg-link:hover, .wysiwyg-styles > p a:hover, .wysiwyg-styles--inv > p a:hover, .banner-download__editor > p a:hover, .black .faq-block__item-content-inner > p a:hover, .wysiwyg-block__inner > p a:hover, .points-block__faq-text > p a:hover, .gray .faq-block__item-content-inner > p a:hover, .faq__block-item-content-inner > p a:hover, .text-editor > p a:hover, .careers-single-content__text > p a:hover, .technology-banner__nav > p a:hover, .technology-block__head > p a:hover, .technology-block__col > p a:hover, .quote-block__form > p a:hover, .quote-block__aside > p a:hover,
  .wysiwyg-styles ul a:hover,
  .wysiwyg-styles--inv ul a:hover,
  .banner-download__editor ul a:hover,
  .black .faq-block__item-content-inner ul a:hover,
  .wysiwyg-block__inner ul a:hover,
  .points-block__faq-text ul a:hover,
  .gray .faq-block__item-content-inner ul a:hover,
  .faq__block-item-content-inner ul a:hover,
  .text-editor ul a:hover,
  .careers-single-content__text ul a:hover,
  .technology-banner__nav ul a:hover,
  .technology-block__head ul a:hover,
  .technology-block__col ul a:hover,
  .quote-block__form ul a:hover,
  .quote-block__aside ul a:hover,
  .wysiwyg-styles li a:hover,
  .wysiwyg-styles--inv li a:hover,
  .banner-download__editor li a:hover,
  .black .faq-block__item-content-inner li a:hover,
  .wysiwyg-block__inner li a:hover,
  .points-block__faq-text li a:hover,
  .gray .faq-block__item-content-inner li a:hover,
  .faq__block-item-content-inner li a:hover,
  .text-editor li a:hover,
  .careers-single-content__text li a:hover,
  .technology-banner__nav li a:hover,
  .technology-block__head li a:hover,
  .technology-block__col li a:hover,
  .quote-block__form li a:hover,
  .quote-block__aside li a:hover {
    box-shadow: inset 0 -4px 0 0 currentColor;
    transition: box-shadow .3s ease;
  }
}

.wysiwyg-styles > h1, .wysiwyg-styles--inv > h1, .banner-download__editor > h1, .black .faq-block__item-content-inner > h1, .wysiwyg-block__inner > h1, .points-block__faq-text > h1, .gray .faq-block__item-content-inner > h1, .faq__block-item-content-inner > h1, .text-editor > h1, .careers-single-content__text > h1, .technology-banner__nav > h1, .technology-block__head > h1, .technology-block__col > h1, .quote-block__form > h1, .quote-block__aside > h1 {
  margin-bottom: 0.3em;
}

.wysiwyg-styles > h2, .wysiwyg-styles--inv > h2, .banner-download__editor > h2, .black .faq-block__item-content-inner > h2, .wysiwyg-block__inner > h2, .points-block__faq-text > h2, .gray .faq-block__item-content-inner > h2, .faq__block-item-content-inner > h2, .text-editor > h2, .careers-single-content__text > h2, .technology-banner__nav > h2, .technology-block__head > h2, .technology-block__col > h2, .quote-block__form > h2, .quote-block__aside > h2 {
  font-size: calc(1.5rem + 14 * ((100vw - 375px) / 1225));
  margin-bottom: 0.294em;
}

@media (min-width: 1600px) {
  .wysiwyg-styles > h2, .wysiwyg-styles--inv > h2, .banner-download__editor > h2, .black .faq-block__item-content-inner > h2, .wysiwyg-block__inner > h2, .points-block__faq-text > h2, .gray .faq-block__item-content-inner > h2, .faq__block-item-content-inner > h2, .text-editor > h2, .careers-single-content__text > h2, .technology-banner__nav > h2, .technology-block__head > h2, .technology-block__col > h2, .quote-block__form > h2, .quote-block__aside > h2 {
    font-size: 2.375rem;
  }
}

.wysiwyg-styles > h3, .wysiwyg-styles--inv > h3, .banner-download__editor > h3, .black .faq-block__item-content-inner > h3, .wysiwyg-block__inner > h3, .points-block__faq-text > h3, .gray .faq-block__item-content-inner > h3, .faq__block-item-content-inner > h3, .text-editor > h3, .careers-single-content__text > h3, .technology-banner__nav > h3, .technology-block__head > h3, .technology-block__col > h3, .quote-block__form > h3, .quote-block__aside > h3 {
  font-size: calc(1.375rem + 8 * ((100vw - 375px) / 1225));
  margin-bottom: 0.267em;
}

@media (min-width: 1600px) {
  .wysiwyg-styles > h3, .wysiwyg-styles--inv > h3, .banner-download__editor > h3, .black .faq-block__item-content-inner > h3, .wysiwyg-block__inner > h3, .points-block__faq-text > h3, .gray .faq-block__item-content-inner > h3, .faq__block-item-content-inner > h3, .text-editor > h3, .careers-single-content__text > h3, .technology-banner__nav > h3, .technology-block__head > h3, .technology-block__col > h3, .quote-block__form > h3, .quote-block__aside > h3 {
    font-size: 1.875rem;
  }
}

.wysiwyg-styles > h4, .wysiwyg-styles--inv > h4, .banner-download__editor > h4, .black .faq-block__item-content-inner > h4, .wysiwyg-block__inner > h4, .points-block__faq-text > h4, .gray .faq-block__item-content-inner > h4, .faq__block-item-content-inner > h4, .text-editor > h4, .careers-single-content__text > h4, .technology-banner__nav > h4, .technology-block__head > h4, .technology-block__col > h4, .quote-block__form > h4, .quote-block__aside > h4 {
  font-size: calc(1.25rem + 8 * ((100vw - 375px) / 1225));
  margin-bottom: 0.286em;
}

@media (min-width: 1600px) {
  .wysiwyg-styles > h4, .wysiwyg-styles--inv > h4, .banner-download__editor > h4, .black .faq-block__item-content-inner > h4, .wysiwyg-block__inner > h4, .points-block__faq-text > h4, .gray .faq-block__item-content-inner > h4, .faq__block-item-content-inner > h4, .text-editor > h4, .careers-single-content__text > h4, .technology-banner__nav > h4, .technology-block__head > h4, .technology-block__col > h4, .quote-block__form > h4, .quote-block__aside > h4 {
    font-size: 1.75rem;
  }
}

.wysiwyg-styles > h5, .wysiwyg-styles--inv > h5, .banner-download__editor > h5, .black .faq-block__item-content-inner > h5, .wysiwyg-block__inner > h5, .points-block__faq-text > h5, .gray .faq-block__item-content-inner > h5, .faq__block-item-content-inner > h5, .text-editor > h5, .careers-single-content__text > h5, .technology-banner__nav > h5, .technology-block__head > h5, .technology-block__col > h5, .quote-block__form > h5, .quote-block__aside > h5 {
  font-size: calc(1.125rem + 6 * ((100vw - 375px) / 1225));
  margin-bottom: 0.333em;
}

@media (min-width: 1600px) {
  .wysiwyg-styles > h5, .wysiwyg-styles--inv > h5, .banner-download__editor > h5, .black .faq-block__item-content-inner > h5, .wysiwyg-block__inner > h5, .points-block__faq-text > h5, .gray .faq-block__item-content-inner > h5, .faq__block-item-content-inner > h5, .text-editor > h5, .careers-single-content__text > h5, .technology-banner__nav > h5, .technology-block__head > h5, .technology-block__col > h5, .quote-block__form > h5, .quote-block__aside > h5 {
    font-size: 1.5rem;
  }
}

.wysiwyg-styles > h6, .wysiwyg-styles--inv > h6, .banner-download__editor > h6, .black .faq-block__item-content-inner > h6, .wysiwyg-block__inner > h6, .points-block__faq-text > h6, .gray .faq-block__item-content-inner > h6, .faq__block-item-content-inner > h6, .text-editor > h6, .careers-single-content__text > h6, .technology-banner__nav > h6, .technology-block__head > h6, .technology-block__col > h6, .quote-block__form > h6, .quote-block__aside > h6 {
  font-size: calc(1.0625rem + 3 * ((100vw - 375px) / 1225));
  margin-bottom: 0.35em;
}

@media (min-width: 1600px) {
  .wysiwyg-styles > h6, .wysiwyg-styles--inv > h6, .banner-download__editor > h6, .black .faq-block__item-content-inner > h6, .wysiwyg-block__inner > h6, .points-block__faq-text > h6, .gray .faq-block__item-content-inner > h6, .faq__block-item-content-inner > h6, .text-editor > h6, .careers-single-content__text > h6, .technology-banner__nav > h6, .technology-block__head > h6, .technology-block__col > h6, .quote-block__form > h6, .quote-block__aside > h6 {
    font-size: 1.25rem;
  }
}

.wysiwyg-styles > h2, .wysiwyg-styles--inv > h2, .banner-download__editor > h2, .black .faq-block__item-content-inner > h2, .wysiwyg-block__inner > h2, .points-block__faq-text > h2, .gray .faq-block__item-content-inner > h2, .faq__block-item-content-inner > h2, .text-editor > h2, .careers-single-content__text > h2, .technology-banner__nav > h2, .technology-block__head > h2, .technology-block__col > h2, .quote-block__form > h2, .quote-block__aside > h2, .wysiwyg-styles > h3, .wysiwyg-styles--inv > h3, .banner-download__editor > h3, .black .faq-block__item-content-inner > h3, .wysiwyg-block__inner > h3, .points-block__faq-text > h3, .gray .faq-block__item-content-inner > h3, .faq__block-item-content-inner > h3, .text-editor > h3, .careers-single-content__text > h3, .technology-banner__nav > h3, .technology-block__head > h3, .technology-block__col > h3, .quote-block__form > h3, .quote-block__aside > h3, .wysiwyg-styles > h4, .wysiwyg-styles--inv > h4, .banner-download__editor > h4, .black .faq-block__item-content-inner > h4, .wysiwyg-block__inner > h4, .points-block__faq-text > h4, .gray .faq-block__item-content-inner > h4, .faq__block-item-content-inner > h4, .text-editor > h4, .careers-single-content__text > h4, .technology-banner__nav > h4, .technology-block__head > h4, .technology-block__col > h4, .quote-block__form > h4, .quote-block__aside > h4, .wysiwyg-styles > h5, .wysiwyg-styles--inv > h5, .banner-download__editor > h5, .black .faq-block__item-content-inner > h5, .wysiwyg-block__inner > h5, .points-block__faq-text > h5, .gray .faq-block__item-content-inner > h5, .faq__block-item-content-inner > h5, .text-editor > h5, .careers-single-content__text > h5, .technology-banner__nav > h5, .technology-block__head > h5, .technology-block__col > h5, .quote-block__form > h5, .quote-block__aside > h5, .wysiwyg-styles > h6, .wysiwyg-styles--inv > h6, .banner-download__editor > h6, .black .faq-block__item-content-inner > h6, .wysiwyg-block__inner > h6, .points-block__faq-text > h6, .gray .faq-block__item-content-inner > h6, .faq__block-item-content-inner > h6, .text-editor > h6, .careers-single-content__text > h6, .technology-banner__nav > h6, .technology-block__head > h6, .technology-block__col > h6, .quote-block__form > h6, .quote-block__aside > h6 {
  line-height: 1.25;
}

.wysiwyg-styles > h2:not(:first-child), .wysiwyg-styles--inv > h2:not(:first-child), .banner-download__editor > h2:not(:first-child), .black .faq-block__item-content-inner > h2:not(:first-child), .wysiwyg-block__inner > h2:not(:first-child), .points-block__faq-text > h2:not(:first-child), .gray .faq-block__item-content-inner > h2:not(:first-child), .faq__block-item-content-inner > h2:not(:first-child), .text-editor > h2:not(:first-child), .careers-single-content__text > h2:not(:first-child), .technology-banner__nav > h2:not(:first-child), .technology-block__head > h2:not(:first-child), .technology-block__col > h2:not(:first-child), .quote-block__form > h2:not(:first-child), .quote-block__aside > h2:not(:first-child),
.wysiwyg-styles > h3:not(:first-child),
.wysiwyg-styles--inv > h3:not(:first-child),
.banner-download__editor > h3:not(:first-child),
.black .faq-block__item-content-inner > h3:not(:first-child),
.wysiwyg-block__inner > h3:not(:first-child),
.points-block__faq-text > h3:not(:first-child),
.gray .faq-block__item-content-inner > h3:not(:first-child),
.faq__block-item-content-inner > h3:not(:first-child),
.text-editor > h3:not(:first-child),
.careers-single-content__text > h3:not(:first-child),
.technology-banner__nav > h3:not(:first-child),
.technology-block__head > h3:not(:first-child),
.technology-block__col > h3:not(:first-child),
.quote-block__form > h3:not(:first-child),
.quote-block__aside > h3:not(:first-child),
.wysiwyg-styles > h4:not(:first-child),
.wysiwyg-styles--inv > h4:not(:first-child),
.banner-download__editor > h4:not(:first-child),
.black .faq-block__item-content-inner > h4:not(:first-child),
.wysiwyg-block__inner > h4:not(:first-child),
.points-block__faq-text > h4:not(:first-child),
.gray .faq-block__item-content-inner > h4:not(:first-child),
.faq__block-item-content-inner > h4:not(:first-child),
.text-editor > h4:not(:first-child),
.careers-single-content__text > h4:not(:first-child),
.technology-banner__nav > h4:not(:first-child),
.technology-block__head > h4:not(:first-child),
.technology-block__col > h4:not(:first-child),
.quote-block__form > h4:not(:first-child),
.quote-block__aside > h4:not(:first-child),
.wysiwyg-styles > h5:not(:first-child),
.wysiwyg-styles--inv > h5:not(:first-child),
.banner-download__editor > h5:not(:first-child),
.black .faq-block__item-content-inner > h5:not(:first-child),
.wysiwyg-block__inner > h5:not(:first-child),
.points-block__faq-text > h5:not(:first-child),
.gray .faq-block__item-content-inner > h5:not(:first-child),
.faq__block-item-content-inner > h5:not(:first-child),
.text-editor > h5:not(:first-child),
.careers-single-content__text > h5:not(:first-child),
.technology-banner__nav > h5:not(:first-child),
.technology-block__head > h5:not(:first-child),
.technology-block__col > h5:not(:first-child),
.quote-block__form > h5:not(:first-child),
.quote-block__aside > h5:not(:first-child),
.wysiwyg-styles > h6:not(:first-child),
.wysiwyg-styles--inv > h6:not(:first-child),
.banner-download__editor > h6:not(:first-child),
.black .faq-block__item-content-inner > h6:not(:first-child),
.wysiwyg-block__inner > h6:not(:first-child),
.points-block__faq-text > h6:not(:first-child),
.gray .faq-block__item-content-inner > h6:not(:first-child),
.faq__block-item-content-inner > h6:not(:first-child),
.text-editor > h6:not(:first-child),
.careers-single-content__text > h6:not(:first-child),
.technology-banner__nav > h6:not(:first-child),
.technology-block__head > h6:not(:first-child),
.technology-block__col > h6:not(:first-child),
.quote-block__form > h6:not(:first-child),
.quote-block__aside > h6:not(:first-child) {
  padding-top: 0.147em;
}

.wysiwyg-styles > p, .wysiwyg-styles--inv > p, .banner-download__editor > p, .black .faq-block__item-content-inner > p, .wysiwyg-block__inner > p, .points-block__faq-text > p, .gray .faq-block__item-content-inner > p, .faq__block-item-content-inner > p, .text-editor > p, .careers-single-content__text > p, .technology-banner__nav > p, .technology-block__head > p, .technology-block__col > p, .quote-block__form > p, .quote-block__aside > p,
.wysiwyg-styles ul,
.wysiwyg-styles--inv ul,
.banner-download__editor ul,
.black .faq-block__item-content-inner ul,
.wysiwyg-block__inner ul,
.points-block__faq-text ul,
.gray .faq-block__item-content-inner ul,
.faq__block-item-content-inner ul,
.text-editor ul,
.careers-single-content__text ul,
.technology-banner__nav ul,
.technology-block__head ul,
.technology-block__col ul,
.quote-block__form ul,
.quote-block__aside ul,
.wysiwyg-styles li,
.wysiwyg-styles--inv li,
.banner-download__editor li,
.black .faq-block__item-content-inner li,
.wysiwyg-block__inner li,
.points-block__faq-text li,
.gray .faq-block__item-content-inner li,
.faq__block-item-content-inner li,
.text-editor li,
.careers-single-content__text li,
.technology-banner__nav li,
.technology-block__head li,
.technology-block__col li,
.quote-block__form li,
.quote-block__aside li {
  font-size: calc(1rem + 4 * ((100vw - 375px) / 1225));
  font-family: Aeonik, Helvetica, Arial, sans-serif;
  line-height: 1.3;
  letter-spacing: -0.01em;
}

@media (min-width: 1600px) {
  .wysiwyg-styles > p, .wysiwyg-styles--inv > p, .banner-download__editor > p, .black .faq-block__item-content-inner > p, .wysiwyg-block__inner > p, .points-block__faq-text > p, .gray .faq-block__item-content-inner > p, .faq__block-item-content-inner > p, .text-editor > p, .careers-single-content__text > p, .technology-banner__nav > p, .technology-block__head > p, .technology-block__col > p, .quote-block__form > p, .quote-block__aside > p,
  .wysiwyg-styles ul,
  .wysiwyg-styles--inv ul,
  .banner-download__editor ul,
  .black .faq-block__item-content-inner ul,
  .wysiwyg-block__inner ul,
  .points-block__faq-text ul,
  .gray .faq-block__item-content-inner ul,
  .faq__block-item-content-inner ul,
  .text-editor ul,
  .careers-single-content__text ul,
  .technology-banner__nav ul,
  .technology-block__head ul,
  .technology-block__col ul,
  .quote-block__form ul,
  .quote-block__aside ul,
  .wysiwyg-styles li,
  .wysiwyg-styles--inv li,
  .banner-download__editor li,
  .black .faq-block__item-content-inner li,
  .wysiwyg-block__inner li,
  .points-block__faq-text li,
  .gray .faq-block__item-content-inner li,
  .faq__block-item-content-inner li,
  .text-editor li,
  .careers-single-content__text li,
  .technology-banner__nav li,
  .technology-block__head li,
  .technology-block__col li,
  .quote-block__form li,
  .quote-block__aside li {
    font-size: 1.25rem;
  }
}

@media (max-width: 767px) {
  .wysiwyg-styles > p, .wysiwyg-styles--inv > p, .banner-download__editor > p, .black .faq-block__item-content-inner > p, .wysiwyg-block__inner > p, .points-block__faq-text > p, .gray .faq-block__item-content-inner > p, .faq__block-item-content-inner > p, .text-editor > p, .careers-single-content__text > p, .technology-banner__nav > p, .technology-block__head > p, .technology-block__col > p, .quote-block__form > p, .quote-block__aside > p,
  .wysiwyg-styles ul,
  .wysiwyg-styles--inv ul,
  .banner-download__editor ul,
  .black .faq-block__item-content-inner ul,
  .wysiwyg-block__inner ul,
  .points-block__faq-text ul,
  .gray .faq-block__item-content-inner ul,
  .faq__block-item-content-inner ul,
  .text-editor ul,
  .careers-single-content__text ul,
  .technology-banner__nav ul,
  .technology-block__head ul,
  .technology-block__col ul,
  .quote-block__form ul,
  .quote-block__aside ul,
  .wysiwyg-styles li,
  .wysiwyg-styles--inv li,
  .banner-download__editor li,
  .black .faq-block__item-content-inner li,
  .wysiwyg-block__inner li,
  .points-block__faq-text li,
  .gray .faq-block__item-content-inner li,
  .faq__block-item-content-inner li,
  .text-editor li,
  .careers-single-content__text li,
  .technology-banner__nav li,
  .technology-block__head li,
  .technology-block__col li,
  .quote-block__form li,
  .quote-block__aside li {
    line-height: 1.2;
  }
}

.wysiwyg-styles > p b, .wysiwyg-styles--inv > p b, .banner-download__editor > p b, .black .faq-block__item-content-inner > p b, .wysiwyg-block__inner > p b, .points-block__faq-text > p b, .gray .faq-block__item-content-inner > p b, .faq__block-item-content-inner > p b, .text-editor > p b, .careers-single-content__text > p b, .technology-banner__nav > p b, .technology-block__head > p b, .technology-block__col > p b, .quote-block__form > p b, .quote-block__aside > p b,
.wysiwyg-styles > p strong,
.wysiwyg-styles--inv > p strong,
.banner-download__editor > p strong,
.black .faq-block__item-content-inner > p strong,
.wysiwyg-block__inner > p strong,
.points-block__faq-text > p strong,
.gray .faq-block__item-content-inner > p strong,
.faq__block-item-content-inner > p strong,
.text-editor > p strong,
.careers-single-content__text > p strong,
.technology-banner__nav > p strong,
.technology-block__head > p strong,
.technology-block__col > p strong,
.quote-block__form > p strong,
.quote-block__aside > p strong,
.wysiwyg-styles ul b,
.wysiwyg-styles--inv ul b,
.banner-download__editor ul b,
.black .faq-block__item-content-inner ul b,
.wysiwyg-block__inner ul b,
.points-block__faq-text ul b,
.gray .faq-block__item-content-inner ul b,
.faq__block-item-content-inner ul b,
.text-editor ul b,
.careers-single-content__text ul b,
.technology-banner__nav ul b,
.technology-block__head ul b,
.technology-block__col ul b,
.quote-block__form ul b,
.quote-block__aside ul b,
.wysiwyg-styles ul strong,
.wysiwyg-styles--inv ul strong,
.banner-download__editor ul strong,
.black .faq-block__item-content-inner ul strong,
.wysiwyg-block__inner ul strong,
.points-block__faq-text ul strong,
.gray .faq-block__item-content-inner ul strong,
.faq__block-item-content-inner ul strong,
.text-editor ul strong,
.careers-single-content__text ul strong,
.technology-banner__nav ul strong,
.technology-block__head ul strong,
.technology-block__col ul strong,
.quote-block__form ul strong,
.quote-block__aside ul strong,
.wysiwyg-styles li b,
.wysiwyg-styles--inv li b,
.banner-download__editor li b,
.black .faq-block__item-content-inner li b,
.wysiwyg-block__inner li b,
.points-block__faq-text li b,
.gray .faq-block__item-content-inner li b,
.faq__block-item-content-inner li b,
.text-editor li b,
.careers-single-content__text li b,
.technology-banner__nav li b,
.technology-block__head li b,
.technology-block__col li b,
.quote-block__form li b,
.quote-block__aside li b,
.wysiwyg-styles li strong,
.wysiwyg-styles--inv li strong,
.banner-download__editor li strong,
.black .faq-block__item-content-inner li strong,
.wysiwyg-block__inner li strong,
.points-block__faq-text li strong,
.gray .faq-block__item-content-inner li strong,
.faq__block-item-content-inner li strong,
.text-editor li strong,
.careers-single-content__text li strong,
.technology-banner__nav li strong,
.technology-block__head li strong,
.technology-block__col li strong,
.quote-block__form li strong,
.quote-block__aside li strong {
  font-weight: 500;
  color: inherit;
}

.wysiwyg-styles > p i, .wysiwyg-styles--inv > p i, .banner-download__editor > p i, .black .faq-block__item-content-inner > p i, .wysiwyg-block__inner > p i, .points-block__faq-text > p i, .gray .faq-block__item-content-inner > p i, .faq__block-item-content-inner > p i, .text-editor > p i, .careers-single-content__text > p i, .technology-banner__nav > p i, .technology-block__head > p i, .technology-block__col > p i, .quote-block__form > p i, .quote-block__aside > p i,
.wysiwyg-styles > p em,
.wysiwyg-styles--inv > p em,
.banner-download__editor > p em,
.black .faq-block__item-content-inner > p em,
.wysiwyg-block__inner > p em,
.points-block__faq-text > p em,
.gray .faq-block__item-content-inner > p em,
.faq__block-item-content-inner > p em,
.text-editor > p em,
.careers-single-content__text > p em,
.technology-banner__nav > p em,
.technology-block__head > p em,
.technology-block__col > p em,
.quote-block__form > p em,
.quote-block__aside > p em,
.wysiwyg-styles ul i,
.wysiwyg-styles--inv ul i,
.banner-download__editor ul i,
.black .faq-block__item-content-inner ul i,
.wysiwyg-block__inner ul i,
.points-block__faq-text ul i,
.gray .faq-block__item-content-inner ul i,
.faq__block-item-content-inner ul i,
.text-editor ul i,
.careers-single-content__text ul i,
.technology-banner__nav ul i,
.technology-block__head ul i,
.technology-block__col ul i,
.quote-block__form ul i,
.quote-block__aside ul i,
.wysiwyg-styles ul em,
.wysiwyg-styles--inv ul em,
.banner-download__editor ul em,
.black .faq-block__item-content-inner ul em,
.wysiwyg-block__inner ul em,
.points-block__faq-text ul em,
.gray .faq-block__item-content-inner ul em,
.faq__block-item-content-inner ul em,
.text-editor ul em,
.careers-single-content__text ul em,
.technology-banner__nav ul em,
.technology-block__head ul em,
.technology-block__col ul em,
.quote-block__form ul em,
.quote-block__aside ul em,
.wysiwyg-styles li i,
.wysiwyg-styles--inv li i,
.banner-download__editor li i,
.black .faq-block__item-content-inner li i,
.wysiwyg-block__inner li i,
.points-block__faq-text li i,
.gray .faq-block__item-content-inner li i,
.faq__block-item-content-inner li i,
.text-editor li i,
.careers-single-content__text li i,
.technology-banner__nav li i,
.technology-block__head li i,
.technology-block__col li i,
.quote-block__form li i,
.quote-block__aside li i,
.wysiwyg-styles li em,
.wysiwyg-styles--inv li em,
.banner-download__editor li em,
.black .faq-block__item-content-inner li em,
.wysiwyg-block__inner li em,
.points-block__faq-text li em,
.gray .faq-block__item-content-inner li em,
.faq__block-item-content-inner li em,
.text-editor li em,
.careers-single-content__text li em,
.technology-banner__nav li em,
.technology-block__head li em,
.technology-block__col li em,
.quote-block__form li em,
.quote-block__aside li em {
  font-style: italic;
  color: inherit;
}

.wysiwyg-styles > p img, .wysiwyg-styles--inv > p img, .banner-download__editor > p img, .black .faq-block__item-content-inner > p img, .wysiwyg-block__inner > p img, .points-block__faq-text > p img, .gray .faq-block__item-content-inner > p img, .faq__block-item-content-inner > p img, .text-editor > p img, .careers-single-content__text > p img, .technology-banner__nav > p img, .technology-block__head > p img, .technology-block__col > p img, .quote-block__form > p img, .quote-block__aside > p img,
.wysiwyg-styles ul img,
.wysiwyg-styles--inv ul img,
.banner-download__editor ul img,
.black .faq-block__item-content-inner ul img,
.wysiwyg-block__inner ul img,
.points-block__faq-text ul img,
.gray .faq-block__item-content-inner ul img,
.faq__block-item-content-inner ul img,
.text-editor ul img,
.careers-single-content__text ul img,
.technology-banner__nav ul img,
.technology-block__head ul img,
.technology-block__col ul img,
.quote-block__form ul img,
.quote-block__aside ul img,
.wysiwyg-styles li img,
.wysiwyg-styles--inv li img,
.banner-download__editor li img,
.black .faq-block__item-content-inner li img,
.wysiwyg-block__inner li img,
.points-block__faq-text li img,
.gray .faq-block__item-content-inner li img,
.faq__block-item-content-inner li img,
.text-editor li img,
.careers-single-content__text li img,
.technology-banner__nav li img,
.technology-block__head li img,
.technology-block__col li img,
.quote-block__form li img,
.quote-block__aside li img {
  display: block;
  max-width: 100%;
  height: auto;
  overflow: hidden;
  margin: 2.5rem auto;
}

.wysiwyg-styles > p img.alignnone, .wysiwyg-styles--inv > p img.alignnone, .banner-download__editor > p img.alignnone, .black .faq-block__item-content-inner > p img.alignnone, .wysiwyg-block__inner > p img.alignnone, .points-block__faq-text > p img.alignnone, .gray .faq-block__item-content-inner > p img.alignnone, .faq__block-item-content-inner > p img.alignnone, .text-editor > p img.alignnone, .careers-single-content__text > p img.alignnone, .technology-banner__nav > p img.alignnone, .technology-block__head > p img.alignnone, .technology-block__col > p img.alignnone, .quote-block__form > p img.alignnone, .quote-block__aside > p img.alignnone, .wysiwyg-styles > p img.alignleft, .wysiwyg-styles--inv > p img.alignleft, .banner-download__editor > p img.alignleft, .black .faq-block__item-content-inner > p img.alignleft, .wysiwyg-block__inner > p img.alignleft, .points-block__faq-text > p img.alignleft, .gray .faq-block__item-content-inner > p img.alignleft, .faq__block-item-content-inner > p img.alignleft, .text-editor > p img.alignleft, .careers-single-content__text > p img.alignleft, .technology-banner__nav > p img.alignleft, .technology-block__head > p img.alignleft, .technology-block__col > p img.alignleft, .quote-block__form > p img.alignleft, .quote-block__aside > p img.alignleft,
.wysiwyg-styles ul img.alignnone,
.wysiwyg-styles--inv ul img.alignnone,
.banner-download__editor ul img.alignnone,
.black .faq-block__item-content-inner ul img.alignnone,
.wysiwyg-block__inner ul img.alignnone,
.points-block__faq-text ul img.alignnone,
.gray .faq-block__item-content-inner ul img.alignnone,
.faq__block-item-content-inner ul img.alignnone,
.text-editor ul img.alignnone,
.careers-single-content__text ul img.alignnone,
.technology-banner__nav ul img.alignnone,
.technology-block__head ul img.alignnone,
.technology-block__col ul img.alignnone,
.quote-block__form ul img.alignnone,
.quote-block__aside ul img.alignnone,
.wysiwyg-styles ul img.alignleft,
.wysiwyg-styles--inv ul img.alignleft,
.banner-download__editor ul img.alignleft,
.black .faq-block__item-content-inner ul img.alignleft,
.wysiwyg-block__inner ul img.alignleft,
.points-block__faq-text ul img.alignleft,
.gray .faq-block__item-content-inner ul img.alignleft,
.faq__block-item-content-inner ul img.alignleft,
.text-editor ul img.alignleft,
.careers-single-content__text ul img.alignleft,
.technology-banner__nav ul img.alignleft,
.technology-block__head ul img.alignleft,
.technology-block__col ul img.alignleft,
.quote-block__form ul img.alignleft,
.quote-block__aside ul img.alignleft,
.wysiwyg-styles li img.alignnone,
.wysiwyg-styles--inv li img.alignnone,
.banner-download__editor li img.alignnone,
.black .faq-block__item-content-inner li img.alignnone,
.wysiwyg-block__inner li img.alignnone,
.points-block__faq-text li img.alignnone,
.gray .faq-block__item-content-inner li img.alignnone,
.faq__block-item-content-inner li img.alignnone,
.text-editor li img.alignnone,
.careers-single-content__text li img.alignnone,
.technology-banner__nav li img.alignnone,
.technology-block__head li img.alignnone,
.technology-block__col li img.alignnone,
.quote-block__form li img.alignnone,
.quote-block__aside li img.alignnone,
.wysiwyg-styles li img.alignleft,
.wysiwyg-styles--inv li img.alignleft,
.banner-download__editor li img.alignleft,
.black .faq-block__item-content-inner li img.alignleft,
.wysiwyg-block__inner li img.alignleft,
.points-block__faq-text li img.alignleft,
.gray .faq-block__item-content-inner li img.alignleft,
.faq__block-item-content-inner li img.alignleft,
.text-editor li img.alignleft,
.careers-single-content__text li img.alignleft,
.technology-banner__nav li img.alignleft,
.technology-block__head li img.alignleft,
.technology-block__col li img.alignleft,
.quote-block__form li img.alignleft,
.quote-block__aside li img.alignleft {
  margin-left: 0;
  margin-right: auto;
}

.wysiwyg-styles > p img.alignright, .wysiwyg-styles--inv > p img.alignright, .banner-download__editor > p img.alignright, .black .faq-block__item-content-inner > p img.alignright, .wysiwyg-block__inner > p img.alignright, .points-block__faq-text > p img.alignright, .gray .faq-block__item-content-inner > p img.alignright, .faq__block-item-content-inner > p img.alignright, .text-editor > p img.alignright, .careers-single-content__text > p img.alignright, .technology-banner__nav > p img.alignright, .technology-block__head > p img.alignright, .technology-block__col > p img.alignright, .quote-block__form > p img.alignright, .quote-block__aside > p img.alignright,
.wysiwyg-styles ul img.alignright,
.wysiwyg-styles--inv ul img.alignright,
.banner-download__editor ul img.alignright,
.black .faq-block__item-content-inner ul img.alignright,
.wysiwyg-block__inner ul img.alignright,
.points-block__faq-text ul img.alignright,
.gray .faq-block__item-content-inner ul img.alignright,
.faq__block-item-content-inner ul img.alignright,
.text-editor ul img.alignright,
.careers-single-content__text ul img.alignright,
.technology-banner__nav ul img.alignright,
.technology-block__head ul img.alignright,
.technology-block__col ul img.alignright,
.quote-block__form ul img.alignright,
.quote-block__aside ul img.alignright,
.wysiwyg-styles li img.alignright,
.wysiwyg-styles--inv li img.alignright,
.banner-download__editor li img.alignright,
.black .faq-block__item-content-inner li img.alignright,
.wysiwyg-block__inner li img.alignright,
.points-block__faq-text li img.alignright,
.gray .faq-block__item-content-inner li img.alignright,
.faq__block-item-content-inner li img.alignright,
.text-editor li img.alignright,
.careers-single-content__text li img.alignright,
.technology-banner__nav li img.alignright,
.technology-block__head li img.alignright,
.technology-block__col li img.alignright,
.quote-block__form li img.alignright,
.quote-block__aside li img.alignright {
  margin-right: 0;
  margin-left: auto;
}

.wysiwyg-styles > p:not(:last-child), .wysiwyg-styles--inv > p:not(:last-child), .banner-download__editor > p:not(:last-child), .black .faq-block__item-content-inner > p:not(:last-child), .wysiwyg-block__inner > p:not(:last-child), .points-block__faq-text > p:not(:last-child), .gray .faq-block__item-content-inner > p:not(:last-child), .faq__block-item-content-inner > p:not(:last-child), .text-editor > p:not(:last-child), .careers-single-content__text > p:not(:last-child), .technology-banner__nav > p:not(:last-child), .technology-block__head > p:not(:last-child), .technology-block__col > p:not(:last-child), .quote-block__form > p:not(:last-child), .quote-block__aside > p:not(:last-child) {
  margin-bottom: 1.3em;
}

.wysiwyg-styles > ul, .wysiwyg-styles--inv > ul, .banner-download__editor > ul, .black .faq-block__item-content-inner > ul, .wysiwyg-block__inner > ul, .points-block__faq-text > ul, .gray .faq-block__item-content-inner > ul, .faq__block-item-content-inner > ul, .text-editor > ul, .careers-single-content__text > ul, .technology-banner__nav > ul, .technology-block__head > ul, .technology-block__col > ul, .quote-block__form > ul, .quote-block__aside > ul,
.wysiwyg-styles > ol,
.wysiwyg-styles--inv > ol,
.banner-download__editor > ol,
.black .faq-block__item-content-inner > ol,
.wysiwyg-block__inner > ol,
.points-block__faq-text > ol,
.gray .faq-block__item-content-inner > ol,
.faq__block-item-content-inner > ol,
.text-editor > ol,
.careers-single-content__text > ol,
.technology-banner__nav > ol,
.technology-block__head > ol,
.technology-block__col > ol,
.quote-block__form > ol,
.quote-block__aside > ol {
  padding: .3em 0 2.2em .5em;
}

.wysiwyg-styles > ul li:not(:last-child), .wysiwyg-styles--inv > ul li:not(:last-child), .banner-download__editor > ul li:not(:last-child), .black .faq-block__item-content-inner > ul li:not(:last-child), .wysiwyg-block__inner > ul li:not(:last-child), .points-block__faq-text > ul li:not(:last-child), .gray .faq-block__item-content-inner > ul li:not(:last-child), .faq__block-item-content-inner > ul li:not(:last-child), .text-editor > ul li:not(:last-child), .careers-single-content__text > ul li:not(:last-child), .technology-banner__nav > ul li:not(:last-child), .technology-block__head > ul li:not(:last-child), .technology-block__col > ul li:not(:last-child), .quote-block__form > ul li:not(:last-child), .quote-block__aside > ul li:not(:last-child),
.wysiwyg-styles > ol li:not(:last-child),
.wysiwyg-styles--inv > ol li:not(:last-child),
.banner-download__editor > ol li:not(:last-child),
.black .faq-block__item-content-inner > ol li:not(:last-child),
.wysiwyg-block__inner > ol li:not(:last-child),
.points-block__faq-text > ol li:not(:last-child),
.gray .faq-block__item-content-inner > ol li:not(:last-child),
.faq__block-item-content-inner > ol li:not(:last-child),
.text-editor > ol li:not(:last-child),
.careers-single-content__text > ol li:not(:last-child),
.technology-banner__nav > ol li:not(:last-child),
.technology-block__head > ol li:not(:last-child),
.technology-block__col > ol li:not(:last-child),
.quote-block__form > ol li:not(:last-child),
.quote-block__aside > ol li:not(:last-child) {
  margin-bottom: 0.4em;
}

.wysiwyg-styles > ul li, .wysiwyg-styles--inv > ul li, .banner-download__editor > ul li, .black .faq-block__item-content-inner > ul li, .wysiwyg-block__inner > ul li, .points-block__faq-text > ul li, .gray .faq-block__item-content-inner > ul li, .faq__block-item-content-inner > ul li, .text-editor > ul li, .careers-single-content__text > ul li, .technology-banner__nav > ul li, .technology-block__head > ul li, .technology-block__col > ul li, .quote-block__form > ul li, .quote-block__aside > ul li {
  position: relative;
  padding-left: 1em;
}

.wysiwyg-styles > ul li:before, .wysiwyg-styles--inv > ul li:before, .banner-download__editor > ul li:before, .black .faq-block__item-content-inner > ul li:before, .wysiwyg-block__inner > ul li:before, .points-block__faq-text > ul li:before, .gray .faq-block__item-content-inner > ul li:before, .faq__block-item-content-inner > ul li:before, .text-editor > ul li:before, .careers-single-content__text > ul li:before, .technology-banner__nav > ul li:before, .technology-block__head > ul li:before, .technology-block__col > ul li:before, .quote-block__form > ul li:before, .quote-block__aside > ul li:before {
  position: absolute;
  content: '';
  top: 0.4em;
  left: 0;
  display: block;
  width: 0.5em;
  height: 0.5em;
  background-color: #1e58f9;
}

.wysiwyg-styles > ol > li, .wysiwyg-styles--inv > ol > li, .banner-download__editor > ol > li, .black .faq-block__item-content-inner > ol > li, .wysiwyg-block__inner > ol > li, .points-block__faq-text > ol > li, .gray .faq-block__item-content-inner > ol > li, .faq__block-item-content-inner > ol > li, .text-editor > ol > li, .careers-single-content__text > ol > li, .technology-banner__nav > ol > li, .technology-block__head > ol > li, .technology-block__col > ol > li, .quote-block__form > ol > li, .quote-block__aside > ol > li {
  position: relative;
  counter-increment: li;
  list-style: none;
  padding-left: 1.5em;
}

.wysiwyg-styles > ol > li:before, .wysiwyg-styles--inv > ol > li:before, .banner-download__editor > ol > li:before, .black .faq-block__item-content-inner > ol > li:before, .wysiwyg-block__inner > ol > li:before, .points-block__faq-text > ol > li:before, .gray .faq-block__item-content-inner > ol > li:before, .faq__block-item-content-inner > ol > li:before, .text-editor > ol > li:before, .careers-single-content__text > ol > li:before, .technology-banner__nav > ol > li:before, .technology-block__head > ol > li:before, .technology-block__col > ol > li:before, .quote-block__form > ol > li:before, .quote-block__aside > ol > li:before {
  position: absolute;
  content: "." counter(li);
  top: 0;
  left: 0;
  font-size: inherit;
  line-height: inherit;
  direction: rtl;
  color: #1e58f9;
}

.wysiwyg-styles table, .wysiwyg-styles--inv table, .banner-download__editor table, .black .faq-block__item-content-inner table, .wysiwyg-block__inner table, .points-block__faq-text table, .gray .faq-block__item-content-inner table, .faq__block-item-content-inner table, .text-editor table, .careers-single-content__text table, .technology-banner__nav table, .technology-block__head table, .technology-block__col table, .quote-block__form table, .quote-block__aside table {
  width: 100%;
}

@media (min-width: 768px) {
  .wysiwyg-styles table, .wysiwyg-styles--inv table, .banner-download__editor table, .black .faq-block__item-content-inner table, .wysiwyg-block__inner table, .points-block__faq-text table, .gray .faq-block__item-content-inner table, .faq__block-item-content-inner table, .text-editor table, .careers-single-content__text table, .technology-banner__nav table, .technology-block__head table, .technology-block__col table, .quote-block__form table, .quote-block__aside table {
    min-width: auto;
  }
}

.wysiwyg-styles table thead th, .wysiwyg-styles--inv table thead th, .banner-download__editor table thead th, .black .faq-block__item-content-inner table thead th, .wysiwyg-block__inner table thead th, .points-block__faq-text table thead th, .gray .faq-block__item-content-inner table thead th, .faq__block-item-content-inner table thead th, .text-editor table thead th, .careers-single-content__text table thead th, .technology-banner__nav table thead th, .technology-block__head table thead th, .technology-block__col table thead th, .quote-block__form table thead th, .quote-block__aside table thead th {
  font-weight: 400;
  font-size: calc(0.875rem + 2 * ((100vw - 375px) / 1225));
  line-height: 1;
  padding-top: 13px;
  padding-bottom: 13px;
  text-transform: uppercase;
  color: #787878;
  background: #F0F0F0;
  text-align: left;
  padding-left: 17px;
}

@media (min-width: 1600px) {
  .wysiwyg-styles table thead th, .wysiwyg-styles--inv table thead th, .banner-download__editor table thead th, .black .faq-block__item-content-inner table thead th, .wysiwyg-block__inner table thead th, .points-block__faq-text table thead th, .gray .faq-block__item-content-inner table thead th, .faq__block-item-content-inner table thead th, .text-editor table thead th, .careers-single-content__text table thead th, .technology-banner__nav table thead th, .technology-block__head table thead th, .technology-block__col table thead th, .quote-block__form table thead th, .quote-block__aside table thead th {
    font-size: 1rem;
  }
}

.wysiwyg-styles table thead tr, .wysiwyg-styles--inv table thead tr, .banner-download__editor table thead tr, .black .faq-block__item-content-inner table thead tr, .wysiwyg-block__inner table thead tr, .points-block__faq-text table thead tr, .gray .faq-block__item-content-inner table thead tr, .faq__block-item-content-inner table thead tr, .text-editor table thead tr, .careers-single-content__text table thead tr, .technology-banner__nav table thead tr, .technology-block__head table thead tr, .technology-block__col table thead tr, .quote-block__form table thead tr, .quote-block__aside table thead tr {
  background: transparent !important;
}

.wysiwyg-styles table td, .wysiwyg-styles--inv table td, .banner-download__editor table td, .black .faq-block__item-content-inner table td, .wysiwyg-block__inner table td, .points-block__faq-text table td, .gray .faq-block__item-content-inner table td, .faq__block-item-content-inner table td, .text-editor table td, .careers-single-content__text table td, .technology-banner__nav table td, .technology-block__head table td, .technology-block__col table td, .quote-block__form table td, .quote-block__aside table td {
  font-size: calc(0.875rem + 2 * ((100vw - 375px) / 1225));
  line-height: 1;
  padding-top: 13px;
  padding-bottom: 13px;
  font-weight: 500;
  background: #FCFCFC;
  padding-left: 17px;
}

@media (min-width: 1600px) {
  .wysiwyg-styles table td, .wysiwyg-styles--inv table td, .banner-download__editor table td, .black .faq-block__item-content-inner table td, .wysiwyg-block__inner table td, .points-block__faq-text table td, .gray .faq-block__item-content-inner table td, .faq__block-item-content-inner table td, .text-editor table td, .careers-single-content__text table td, .technology-banner__nav table td, .technology-block__head table td, .technology-block__col table td, .quote-block__form table td, .quote-block__aside table td {
    font-size: 1rem;
  }
}

.wysiwyg-styles > ul.row, .wysiwyg-styles--inv > ul.row, .banner-download__editor > ul.row, .black .faq-block__item-content-inner > ul.row, .wysiwyg-block__inner > ul.row, .points-block__faq-text > ul.row, .gray .faq-block__item-content-inner > ul.row, .faq__block-item-content-inner > ul.row, .text-editor > ul.row, .careers-single-content__text > ul.row, .technology-banner__nav > ul.row, .technology-block__head > ul.row, .technology-block__col > ul.row, .quote-block__form > ul.row, .quote-block__aside > ul.row {
  display: flex;
  flex-wrap: wrap;
}

.wysiwyg-styles > ul.row li, .wysiwyg-styles--inv > ul.row li, .banner-download__editor > ul.row li, .black .faq-block__item-content-inner > ul.row li, .wysiwyg-block__inner > ul.row li, .points-block__faq-text > ul.row li, .gray .faq-block__item-content-inner > ul.row li, .faq__block-item-content-inner > ul.row li, .text-editor > ul.row li, .careers-single-content__text > ul.row li, .technology-banner__nav > ul.row li, .technology-block__head > ul.row li, .technology-block__col > ul.row li, .quote-block__form > ul.row li, .quote-block__aside > ul.row li {
  padding: 1rem 1rem 1rem 2.5rem;
  background: #EDEDEC;
  margin-bottom: 1.25rem;
}

.wysiwyg-styles > ul.row li:not(:last-child), .wysiwyg-styles--inv > ul.row li:not(:last-child), .banner-download__editor > ul.row li:not(:last-child), .black .faq-block__item-content-inner > ul.row li:not(:last-child), .wysiwyg-block__inner > ul.row li:not(:last-child), .points-block__faq-text > ul.row li:not(:last-child), .gray .faq-block__item-content-inner > ul.row li:not(:last-child), .faq__block-item-content-inner > ul.row li:not(:last-child), .text-editor > ul.row li:not(:last-child), .careers-single-content__text > ul.row li:not(:last-child), .technology-banner__nav > ul.row li:not(:last-child), .technology-block__head > ul.row li:not(:last-child), .technology-block__col > ul.row li:not(:last-child), .quote-block__form > ul.row li:not(:last-child), .quote-block__aside > ul.row li:not(:last-child) {
  margin-right: 2.5rem;
}

.wysiwyg-styles > ul.row li:before, .wysiwyg-styles--inv > ul.row li:before, .banner-download__editor > ul.row li:before, .black .faq-block__item-content-inner > ul.row li:before, .wysiwyg-block__inner > ul.row li:before, .points-block__faq-text > ul.row li:before, .gray .faq-block__item-content-inner > ul.row li:before, .faq__block-item-content-inner > ul.row li:before, .text-editor > ul.row li:before, .careers-single-content__text > ul.row li:before, .technology-banner__nav > ul.row li:before, .technology-block__head > ul.row li:before, .technology-block__col > ul.row li:before, .quote-block__form > ul.row li:before, .quote-block__aside > ul.row li:before {
  top: 1.5rem;
  left: 0.875rem;
}

.wysiwyg-styles--inv h1, .banner-download__editor h1, .black .faq-block__item-content-inner h1,
.wysiwyg-styles--inv h2,
.banner-download__editor h2,
.black .faq-block__item-content-inner h2,
.wysiwyg-styles--inv h3,
.banner-download__editor h3,
.black .faq-block__item-content-inner h3,
.wysiwyg-styles--inv h4,
.banner-download__editor h4,
.black .faq-block__item-content-inner h4,
.wysiwyg-styles--inv h5,
.banner-download__editor h5,
.black .faq-block__item-content-inner h5,
.wysiwyg-styles--inv h6,
.banner-download__editor h6,
.black .faq-block__item-content-inner h6,
.wysiwyg-styles--inv p,
.banner-download__editor p,
.black .faq-block__item-content-inner p,
.wysiwyg-styles--inv li,
.banner-download__editor li,
.black .faq-block__item-content-inner li {
  color: #fff;
}

.sidebar-title, .listing__note, .faq__aside-title {
  font-size: 24px;
  line-height: 24px;
  color: #767876;
}

@media (max-width: 1023px) {
  .sidebar-title, .listing__note, .faq__aside-title {
    font-size: 21px;
    line-height: 22px;
  }
}

form {
  min-width: 100%;
  width: 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

form label {
  display: block;
  font-weight: 500;
  font-size: calc(0.875rem + 0 * ((100vw - 375px) / 1225));
  line-height: 1;
  color: #000;
  margin-bottom: 0.786em;
}

@media (min-width: 1600px) {
  form label {
    font-size: 0.875rem;
  }
}

form label.hidden {
  position: absolute;
  font-size: 0;
  opacity: 0;
  pointer-events: none;
}

form fieldset {
  min-width: 100%;
  width: 100%;
  max-width: 100%;
}

input[type="text"],
input[type="number"],
input[type="password"],
input[type="email"],
input[type="tel"],
textarea {
  width: 100%;
  height: 3.857em;
  min-width: 100%;
  max-width: 100%;
  font-size: calc(0.875rem + 0 * ((100vw - 375px) / 1225));
  line-height: 1;
  color: #000;
  background-color: #fff;
  border: 2px solid #d0d0d0;
  border-radius: 6px;
  padding: 1.071em 1.143em;
  transition: border .3s ease;
}

@media (min-width: 1600px) {
  input[type="text"],
  input[type="number"],
  input[type="password"],
  input[type="email"],
  input[type="tel"],
  textarea {
    font-size: 0.875rem;
  }
}

input[type="text"]::placeholder,
input[type="number"]::placeholder,
input[type="password"]::placeholder,
input[type="email"]::placeholder,
input[type="tel"]::placeholder,
textarea::placeholder {
  color: #9B9B9B;
  opacity: 1;
}

input[type="text"]:focus, input[type="text"]:focus-visible, input[type="text"]:active,
input[type="number"]:focus,
input[type="number"]:focus-visible,
input[type="number"]:active,
input[type="password"]:focus,
input[type="password"]:focus-visible,
input[type="password"]:active,
input[type="email"]:focus,
input[type="email"]:focus-visible,
input[type="email"]:active,
input[type="tel"]:focus,
input[type="tel"]:focus-visible,
input[type="tel"]:active,
textarea:focus,
textarea:focus-visible,
textarea:active {
  outline: 0;
  border: 2px solid #1e58f9;
  transition: border .3s ease;
}

fieldset {
  width: 100%;
}

textarea {
  min-height: 3.857em;
  resize: vertical;
}

input[type=number] {
  -moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.js-custom-scroll .ps__rail-y {
  opacity: 1;
  width: 7px;
}

.js-custom-scroll .ps__rail-y:hover, .js-custom-scroll .ps__rail-y.ps--clicking {
  background-color: transparent;
}

.js-custom-scroll .ps__rail-y:hover .ps__thumb-y, .js-custom-scroll .ps__rail-y.ps--clicking .ps__thumb-y {
  width: 7px;
}

.js-custom-scroll .ps__thumb-y {
  right: 5px;
  width: 7px;
  background: #5A6371;
  border-radius: 4px;
  opacity: 0.6;
}

.js-custom-scroll .ps__rail-x {
  opacity: 1;
  height: 7px;
}

.js-custom-scroll .ps__rail-x:hover, .js-custom-scroll .ps__rail-x.ps--clicking {
  background-color: transparent;
}

.js-custom-scroll .ps__rail-x:hover .ps__thumb-x, .js-custom-scroll .ps__rail-x.ps--clicking .ps__thumb-x {
  height: 7px;
}

.js-custom-scroll .ps__thumb-x {
  height: 7px;
  background: #5A6371;
  border-radius: 4px;
  opacity: 0.6;
}

.hbspt-form {
  position: relative;
}

.is-light .hbspt-form {
  color: #fff;
}

.hbspt-form form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.hbspt-form label {
  color: inherit;
}

.hbspt-form label input[type="checkbox"] {
  position: absolute;
  width: 0;
  height: 0;
}

.hbspt-form label input[type="checkbox"]:checked + span:after {
  opacity: 1;
  transition: opacity .3s ease;
}

.hbspt-form label input[type="checkbox"] + span {
  position: relative;
  display: block;
  font-family: Aeonik, Helvetica, Arial, sans-serif;
  font-size: calc(0.875rem + 0 * ((100vw - 375px) / 1225));
  line-height: 1.18;
  letter-spacing: 0.005em;
  color: #9B9B9B;
  padding-left: 1.857em;
  margin: 0 0 0.357em 0;
  transition: color .5s ease;
}

@media (min-width: 1600px) {
  .hbspt-form label input[type="checkbox"] + span {
    font-size: 0.875rem;
  }
}

@media (min-width: 1025px) {
  .hbspt-form label input[type="checkbox"] + span:hover {
    color: #2f57f0;
    cursor: pointer;
    transition: color .5s ease;
  }
}

.hbspt-form label input[type="checkbox"] + span:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 0.929em;
  height: 0.929em;
  border: 2px solid #9B9B9B;
  border-radius: 6px;
}

.hbspt-form label input[type="checkbox"] + span:after {
  position: absolute;
  content: '';
  top: 0.143em;
  left: 0.429em;
  width: 0.286em;
  height: 0.571em;
  border: solid #2f57f0;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  opacity: 0;
  transition: opacity .3s ease;
}

.hbspt-form label input[type="checkbox"] + span p {
  cursor: pointer;
}

.hbspt-form label input[type="radio"] {
  position: absolute;
  width: 0;
  height: 0;
}

.hbspt-form label input[type="radio"]:checked + span:after {
  opacity: 1;
  transition: opacity .3s ease;
}

.hbspt-form label input[type="radio"] + span {
  position: relative;
  display: block;
  font-family: Aeonik, Helvetica, Arial, sans-serif;
  font-size: calc(0.875rem + 0 * ((100vw - 375px) / 1225));
  line-height: 1.18;
  letter-spacing: 0.005em;
  color: #9B9B9B;
  padding-left: 1.857em;
  margin: 0 0 0.357em 0;
  transition: color .5s ease;
}

@media (min-width: 1600px) {
  .hbspt-form label input[type="radio"] + span {
    font-size: 0.875rem;
  }
}

@media (min-width: 1025px) {
  .hbspt-form label input[type="radio"] + span:hover {
    color: #2f57f0;
    cursor: pointer;
    transition: color .5s ease;
  }
}

.hbspt-form label input[type="radio"] + span:before, .hbspt-form label input[type="radio"] + span:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 0.929em;
  height: 0.929em;
  border: 1px solid #d0d0d0;
  border-radius: 50%;
}

.hbspt-form label input[type="radio"] + span:after {
  background-color: #2f57f0;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.75);
  border: 1px solid transparent;
  opacity: 0;
  transition: opacity .3s ease;
}

.hbspt-form label input[type="radio"] + span p {
  cursor: pointer;
}

.hbspt-form .hs-main-font-element {
  width: 100%;
}

.hbspt-form .hs-form-field {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}

.hbspt-form .hs-form-field .hs-error-msgs {
  position: absolute;
  top: 100%;
  left: 0;
}

.is-light .hbspt-form .hs-input {
  color: inherit;
  border-color: currentColor;
  background-color: transparent;
  font-weight: 500;
}

.is-light .hbspt-form .hs-input::placeholder {
  color: inherit;
}

.hbspt-form .hs-submit {
  width: 100%;
  padding-top: 30px;
}

.hbspt-form .hs-submit .actions {
  width: 100%;
  display: flex;
  justify-content: center;
}

.is-light .hbspt-form .hs-submit .actions {
  justify-content: flex-start;
}

.hbspt-form .hs-submit .actions input[type="submit"] {
  width: 92%;
}

.is-light .hbspt-form .hs-submit .actions input[type="submit"] {
  width: auto;
  background-color: #fff;
  color: #000;
}

@media (min-width: 1025px) {
  .is-light .hbspt-form .hs-submit .actions input[type="submit"]:hover {
    background-color: #000;
    color: #fff;
  }
}

.hbspt-form label.hs-error-msg {
  font-family: Aeonik, Helvetica, Arial, sans-serif;
  font-size: 12px;
  color: #E74C3C;
  padding-top: 2px;
}

.hbspt-form .hs_error_rollup {
  display: none;
}

.jq-selectbox {
  width: 100%;
}

.jq-selectbox.dropdown.opened .jq-selectbox__select {
  outline: 0;
  border: 2px solid #1e58f9;
  transition: border .3s ease;
}

.jq-selectbox.dropdown.opened .jq-selectbox__trigger {
  transform: rotate(-135deg);
  transition: transform .3s ease;
}

.jq-selectbox__select {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: calc(0.875rem + 0 * ((100vw - 375px) / 1225));
  width: 100%;
  height: 3.857em;
  background-color: #fff;
  border: 2px solid #d0d0d0;
  border-radius: 6px;
  padding: 1.071em 1.143em;
  cursor: pointer;
  transition: border .3s ease;
}

@media (min-width: 1600px) {
  .jq-selectbox__select {
    font-size: 0.875rem;
  }
}

.jq-selectbox__select-text {
  flex: 1;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: calc(0.875rem + 0 * ((100vw - 375px) / 1225));
  line-height: 1;
  color: #9B9B9B;
}

@media (min-width: 1600px) {
  .jq-selectbox__select-text {
    font-size: 0.875rem;
  }
}

.jq-selectbox__select-text.placeholder {
  color: #fff;
}

.jq-selectbox__trigger {
  width: 0.625em;
  height: 0.625em;
  border: solid #787878;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  margin-top: -2px;
  transition: transform .3s ease;
}

.jq-selectbox__dropdown {
  width: 100%;
  background-color: #fff;
  border: 2px solid #d0d0d0;
  border-radius: 6px;
  padding: 10px 0;
  margin-top: 3px;
}

.jq-selectbox__dropdown li {
  font-size: calc(0.875rem + 0 * ((100vw - 375px) / 1225));
  line-height: 1;
  color: #9B9B9B;
  cursor: pointer;
  padding: 0.714em 20px;
  transition: color .3s ease, background-color .3s ease;
}

@media (min-width: 1600px) {
  .jq-selectbox__dropdown li {
    font-size: 0.875rem;
  }
}

@media (min-width: 1025px) {
  .jq-selectbox__dropdown li:hover {
    color: #2f57f0;
    background-color: rgba(47, 87, 240, 0.2);
    transition: color .3s ease, background-color .3s ease;
  }
}

a[class*="img-wrap"] + div[class*="item-content"] *[class*="item-title"] {
  transition: color .5s ease;
}

a[class*="img-wrap"] + div[class*="item-content"] *[class*="item-title"] a {
  transition: color .5s ease, box-shadow .5s ease;
}

a[class*="img-wrap"] + div[class*="content"] *[class*="title"] {
  transition: color .5s ease;
}

a[class*="img-wrap"] + div[class*="content"] *[class*="title"] a {
  transition: color .5s ease, box-shadow .5s ease;
}

@media (min-width: 1025px) {
  a[class*="img-wrap"]:hover + div[class*="item-content"] *[class*="item-title"] {
    color: #2f57f0;
    transition: color .5s ease;
  }
  a[class*="img-wrap"]:hover + div[class*="item-content"] *[class*="item-title"] a {
    color: #2f57f0;
    box-shadow: inset 0 -4px 0 0 currentColor;
    transition: color .5s ease, box-shadow .5s ease;
  }
  a[class*="img-wrap"]:hover + div[class*="content"] *[class*="title"] {
    color: #2f57f0;
    transition: color .5s ease;
  }
  a[class*="img-wrap"]:hover + div[class*="content"] *[class*="title"] a {
    color: #2f57f0;
    box-shadow: inset 0 -4px 0 0 currentColor;
    transition: color .5s ease, box-shadow .5s ease;
  }
}

.post-item {
  width: 100%;
  height: auto;
}

.post-item__img-wrap {
  width: 100%;
  display: block;
}

.type-video .post-item__img-wrap {
  position: relative;
  display: block;
  width: 100%;
  background-color: #d0d0d0;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.type-video .post-item__img-wrap:before {
  content: '';
  display: block;
  padding-bottom: 56.25%;
}

@media (min-width: 1025px) {
  .type-video .post-item__img-wrap:hover .post-item__icon-video {
    stroke: #1e58f9;
    transition: stroke .3s ease;
  }
}

.post-item__img {
  vertical-align: top;
}

.type-post .post-item__img {
  display: block;
  width: 100%;
  height: auto;
}

.post-item__icon-video {
  display: none;
}

.type-video .post-item__icon-video {
  display: block;
  width: 90px;
  height: 90px;
  color: #fff;
  z-index: 1;
  transition: stroke .3s ease;
}

@media (max-width: 1279px) {
  .type-video .post-item__icon-video {
    width: 70px;
    height: 70px;
  }
}

.post-item__content {
  width: 100%;
}

.post-item__details {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 1.1875em 0 .875rem;
}

.post-item__label {
  margin-right: 1.786em;
}

.post-item__title {
  display: inline;
  width: 90%;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

@media (min-width: 1025px) {
  .post-item__title:hover {
    color: #2f57f0;
    transition: color .5s ease;
  }
  .post-item__title:hover .post-item__title-link {
    color: #2f57f0;
    box-shadow: inset 0 -4px 0 0 currentColor;
    transition: color .5s ease, box-shadow .5s ease;
  }
}

.post-item__title-link {
  font-family: inherit;
  color: inherit;
}

.post-item__description {
  width: 90%;
  font-family: Aeonik, Helvetica, Arial, sans-serif;
  line-height: 1.3;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  padding-top: 0.75em;
  display: none;
}

.post-item__more-link-wrap {
  padding-top: 1.5rem;
}

.post-item__more-link {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  color: var(--blue, #2F57F0);
  font-size: 1.0625rem;
  font-weight: 500;
  line-height: 1.5625rem;
  /* 147.059% */
}

.post-item__more-link svg {
  transition: all .5s;
}

.post-item__more-link:hover svg {
  transform: translateX(5px);
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal {
  position: relative;
  top: auto;
  width: 90%;
  height: 5px;
  background: #d0d0d0;
}

@media (max-width: 1023px) {
  .swiper-horizontal > .swiper-pagination-progressbar,
  .swiper-pagination-progressbar.swiper-pagination-horizontal {
    width: 95%;
  }
}

.swiper-horizontal > .swiper-pagination-progressbar .swiper-pagination-progressbar-fill,
.swiper-pagination-progressbar.swiper-pagination-horizontal .swiper-pagination-progressbar-fill {
  background-color: #2f57f0;
}

.slider-bottom {
  width: 100%;
  display: flex;
  align-items: center;
}

.slider-bottom .swiper-pagination-progressbar {
  flex: 1;
}

.slider-btn {
  width: 15px;
  height: 15px;
}

.slider-btn.prev {
  margin-right: 30px;
}

.slider-btn.next {
  margin-left: 30px;
}

@media (max-width: 767px) {
  .slider-btn {
    display: none;
  }
}

@media (min-width: 1025px) {
  .slider-btn:hover .slider-btn__icon {
    stroke: #2f57f0;
    transition: stroke .3s ease;
  }
}

.slider-btn__icon {
  width: 100%;
  height: 100%;
  stroke: #d0d0d0;
  transition: stroke .3s ease;
}

.slider-btn-circle {
  position: absolute;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  z-index: 3;
  transition: .3s ease;
}

@media (min-width: 1440px) {
  .slider-btn-circle {
    width: 4rem;
    height: 4rem;
  }
}

@media (min-width: 1025px) {
  .slider-btn-circle:hover {
    background-color: #1742BB;
  }
  .slider-btn-circle:hover .slider-btn__icon {
    stroke: #fff;
  }
}

.slider-btn-circle.prev {
  left: 0;
  transform: translate(0, -50%) translateX(10px);
}

@media (min-width: 1440px) {
  .slider-btn-circle.prev {
    transform: translate(-100%, -50%) translateX(-2rem);
  }
}

.slider-btn-circle.next {
  right: 0;
  transform: translate(0, -50%) translateX(-10px);
}

@media (min-width: 1440px) {
  .slider-btn-circle.next {
    transform: translate(100%, -50%) translateX(2rem);
  }
}

.slider-btn-circle .slider-btn__icon {
  width: .75rem;
  height: .75rem;
  stroke: #000;
}

@media (min-width: 1440px) {
  .slider-btn-circle .slider-btn__icon {
    width: 1rem;
    height: 1rem;
  }
}

.filter-tag__btn-clear {
  font-weight: 500;
  font-size: 10px;
  text-transform: uppercase;
  color: #A998AC;
  transition: color .5s ease;
}

@media (min-width: 1025px) {
  .filter-tag__btn-clear:hover {
    color: #1e58f9;
    cursor: pointer;
    transition: color .5s ease;
  }
}

.filter-tag__item {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  transition: border .3s ease;
}

.filter-tag__item:not(:last-child) {
  margin-bottom: 8px;
  margin-right: 5px;
}

@media (min-width: 1025px) {
  .filter-tag__item:hover .filter-tag__item-input:checked + .filter-tag__item-label {
    background-color: #1e58f9;
  }
  .filter-tag__item:hover .filter-tag__item-label {
    color: #fff;
    background-color: #1e58f9;
    border: 2px solid #1e58f9;
    transition: .3s ease;
  }
}

.filter-tag__item-input {
  display: none;
}

.filter-tag__item-input:checked + .filter-tag__item-label {
  color: #fff;
  background-color: #767876;
  transition: .3s ease;
}

.filter-tag__btn-submit {
  padding: 5px .75rem;
  min-height: 2rem;
}

.filter-cat__item-input {
  position: absolute;
  visibility: hidden;
}

.filter__title, .filter-item__btn-title-inner {
  font-size: calc(0.875rem + 2 * ((100vw - 375px) / 1225));
  font-family: Aeonik, Helvetica, Arial, sans-serif;
  line-height: 1.857;
  font-weight: 500;
  letter-spacing: -0.01em;
  color: #000;
  cursor: pointer;
  margin-right: 1.8125rem;
}

@media (min-width: 1600px) {
  .filter__title, .filter-item__btn-title-inner {
    font-size: 1rem;
  }
}

.filter-item {
  position: relative;
}

.filter-item + .filter-item {
  margin-left: 1.625rem;
}

.filter-item:active .filter-item__dropdown, .filter-item:hover .filter-item__dropdown {
  opacity: 1;
  visibility: visible;
}

.filter-item__btn-title-inner {
  text-transform: capitalize;
}

.filter-item__btn-icon {
  cursor: pointer;
}

.filter-item__btn {
  display: flex;
  align-items: center;
  position: relative;
}

.filter-item__btn:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background-color: #767876;
  height: 2px;
  border-radius: 2px;
}

.filter-item__btn .btn-box__icon {
  width: .625rem;
  height: .375rem;
  margin-left: .8125rem;
  fill: #767876;
}

.filter-item__dropdown {
  position: absolute;
  top: 100%;
  left: -1.25rem;
  width: 100%;
  min-width: 220px;
  z-index: 2;
  padding: 1.125rem;
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #c3cfef;
  transition: .3s ease;
  opacity: 0;
  visibility: hidden;
}

@media (min-width: 600px) {
  .filter-item__dropdown.--right {
    left: auto;
    right: -3px;
  }
}

.filter-item__dropdown-head {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
}

.filter-item__dropdown-list {
  display: flex;
  flex-wrap: wrap;
}

.filter__item-label {
  font-size: calc(1.125rem + 0 * ((100vw - 375px) / 1225));
  transition: color .5s ease;
  line-height: 1.222;
  cursor: pointer;
  margin-bottom: 0;
}

@media (min-width: 1600px) {
  .filter__item-label {
    font-size: 1.125rem;
  }
}

@media (min-width: 1025px) {
  .filter__item-label:hover {
    color: #1e58f9;
    cursor: pointer;
    transition: color .5s ease;
  }
}

.filter__item-label.--tag {
  font-size: 10px;
  line-height: 12px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  color: #767876;
  border: 2px solid #767876;
  border-radius: 50px;
  cursor: pointer;
  padding: .5rem;
  transition: .3s ease;
}

.filter-tag__item-input:checked + .filter__item-label.--tag {
  background-color: #1e58f9;
  border-color: #1e58f9;
  color: #fff;
}

.filter__item-label.--category {
  padding: 5px 1.125rem;
  margin-left: -1.125rem;
  margin-right: -1.125rem;
}

.filter-cat__item-input:checked + .filter__item-label.--category {
  background-color: #1e58f9;
  color: #fff;
}

.filter-sort {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

.filter-sort__item:not(:last-child) {
  margin-bottom: 10px;
}

.filter-sort__item-input {
  display: none;
}

@media (max-width: 767px) {
  .filter-sort .filter__title, .filter-sort .filter-item__btn-title-inner {
    width: 100%;
    margin-right: 0;
  }
}

@media (max-width: 1279px) {
  .listing {
    padding-bottom: 48px;
  }
}

@media (min-width: 1280px) {
  .listing {
    padding-bottom: 80px;
  }
}

.listing__banner-top {
  overflow: hidden;
  margin-bottom: 3.4375rem;
}

@media (min-width: 768px) {
  .listing__banner-top {
    padding-left: 5%;
    padding-right: 5%;
  }
}

.listing__banner-top .banner__inner {
  align-items: initial;
}

@media (min-width: 768px) {
  .listing__banner-top .banner__inner {
    align-items: flex-end;
  }
}

.listing__banner-post {
  padding: 4rem 5%;
  position: relative;
  overflow: hidden;
}

@media (min-width: 768px) {
  .listing__banner-post {
    max-width: 50.9375%;
    flex: 0 0 50.9375%;
    padding-top: 7.8125rem;
    padding-bottom: 6.5rem;
    padding-left: 3.75rem;
  }
}

.listing__banner-post .post-item.type-post {
  position: static;
}

@media (max-width: 767px) {
  .listing__banner-post .post-item.type-post {
    max-width: none;
  }
}

.listing__banner-post .post-item.type-post:before {
  content: '';
  position: absolute;
  background-color: #fff;
  width: 14.4%;
  height: 28.54%;
  z-index: 5;
  transform: translate(-50%, -50%) rotate(45deg);
}

.listing__banner-post .post-item__content {
  background-color: #ededec;
  width: auto;
  padding: 1.875rem 2.75rem;
  position: absolute;
  left: 5%;
  right: 5%;
  bottom: 0;
}

@media (min-width: 1024px) {
  .listing__banner-post .post-item__content {
    left: 1.875rem;
    right: 5rem;
  }
}

.listing__banner-post .post-item__img-wrap.post-item__img-wrap:before {
  padding-bottom: 73.27%;
}

.listing__banner-top-ttl {
  margin-bottom: 2.4375rem;
}

.listing__banner-top-txt {
  font-size: 1.25rem;
  line-height: 1.3;
  margin-bottom: 2rem;
}

@media (min-width: 1024px) {
  .listing__banner-top-txt {
    margin-bottom: 3.3125rem;
  }
}

.banner__form-wrap {
  color: #fff;
  padding-top: 6rem;
  padding-bottom: 2rem;
  position: relative;
  z-index: 0;
}

@media (max-width: 767px) {
  .banner__form-wrap {
    padding-left: 5%;
    padding-right: 5%;
  }
}

@media (min-width: 768px) {
  .banner__form-wrap {
    width: 49.0625%;
    flex: 0 0 49.0625%;
    padding-right: 8%;
  }
}

@media (min-width: 1024px) {
  .banner__form-wrap {
    padding-bottom: 3rem;
  }
}

.banner__form-wrap:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: -99rem;
  width: 999rem;
  background-color: #2f57f0;
  z-index: -1;
}

@media (min-width: 768px) {
  .banner__form-wrap:before {
    top: -99rem;
    right: 0;
    bottom: -99rem;
  }
}

.banner__form-wrap:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 7.125rem;
  height: 14.1875rem;
  mask-image: url("/source/edc473766a8d3b9e9989768c4f8ca16f/figure-5.svg");
  mask-size: 100% 100%;
  mask-repeat: no-repeat;
  background-color: #1742BB;
  pointer-events: none;
  z-index: -1;
}

@media (min-width: 1440px) {
  .banner__form-wrap:after {
    width: 10.5625rem;
    height: 21.3125rem;
  }
}

.banner__form-wrap.--grey:before {
  background-color: #767876;
}

.banner__form-wrap.--grey:after {
  background-color: rgba(255, 255, 255, 0.3);
}

.listing__banner-top-form {
  max-width: 26.625rem;
}

.listing__head {
  width: 100%;
  margin-bottom: 3.4375rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media (min-width: 1024px) {
  .listing__head-col.left .filter-sort {
    margin-left: auto;
  }
}

@media (max-width: 1023px) {
  .listing__head-col.left .filter-sort {
    margin-top: 1.5rem;
    width: 100%;
  }
}

@media (min-width: 1024px) {
  .listing__head-col.left {
    flex-shrink: 0;
    width: 100%;
  }
}

@media (max-width: 599px) {
  .listing__head-col.left {
    margin-bottom: 1.5rem;
  }
}

.listing__head-col.right {
  flex: 1;
  display: flex;
}

@media (max-width: 599px) {
  .listing__head-col.right {
    flex: 0 1 auto;
    width: 100%;
  }
}

@media (min-width: 600px) {
  .listing__head-col.right {
    justify-content: flex-end;
  }
}

.listing__head-info {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
}

.listing__head-breadcrumbs {
  width: 100%;
  margin-bottom: 10px;
}

.listing__head-breadcrumbs + .listing__head-title {
  padding-top: 10px;
}

.listing__head-title {
  font-family: Aeonik, Helvetica, Arial, sans-serif;
}

.listing__head-description {
  flex: 1;
  padding: 5px 12% 0 0;
}

.listing__content {
  position: relative;
}

@media (min-width: 769px) {
  .listing__content {
    min-height: 400px;
  }
}

.listing__aside-form {
  display: flex;
  justify-content: flex-start;
}

.listing__form-filter {
  width: 100%;
}

@media (max-width: 767px) {
  .listing__form-filter {
    display: flex;
    flex-wrap: wrap;
  }
}

@media (max-width: 767px) {
  .listing__form-filter .filter__title, .listing__form-filter .filter-item__btn-title-inner {
    width: 100%;
    margin-right: 0;
  }
}

.listing__filter-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  background-color: #1e58f9;
  border-radius: 10px;
  margin: 0 0 0 5px;
}

@media (min-width: 1024px) {
  .listing__filter-btn {
    display: none;
  }
}

.listing__filter-btn-icon {
  width: 27px;
  height: 28px;
  fill: #9d9d9c;
}

.listing__filter-btn-close {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  background-color: #1e58f9;
  border-radius: 10px;
  margin: 0 0 40px auto;
}

@media (min-width: 768px) {
  .listing__filter-btn-close {
    display: none;
  }
}

.listing__filter-btn-close-icon {
  width: 15px;
  height: 15px;
  fill: #9d9d9c;
}

.listing__items {
  display: flex;
  flex: 1;
}

@media (max-width: 767px) {
  .listing__items {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}

@media (min-width: 768px) {
  .listing__items {
    flex-wrap: wrap;
    align-items: flex-start;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .listing__items .post-item {
    width: calc(50% - 10px);
    margin-bottom: 28px;
  }
  .listing__items .post-item:nth-child(odd) {
    margin-right: 20px;
  }
}

@media (min-width: 1024px) {
  .three-in-row .post-item {
    width: calc(33.333% - 13px);
    margin-bottom: 3.75rem;
  }
  .three-in-row .post-item:not(:nth-child(3n + 3)) {
    margin-right: 19px;
  }
}

@media (min-width: 1024px) {
  .four-in-row .post-item {
    width: calc(25% - 15px);
    margin-bottom: 52px;
  }
  .four-in-row .post-item:not(:nth-child(4n + 4)) {
    margin-right: 20px;
  }
}

@media (max-width: 767px) {
  .post-item.type-post {
    width: 100%;
    max-width: 325px;
    margin-bottom: 38px;
  }
}

.listing .post-item__img-wrap {
  width: 100%;
  height: auto;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #2f57f0;
  overflow: hidden;
}

.listing .post-item__img-wrap:not(.type-post):before {
  content: '';
  display: block;
  padding-bottom: 56.31%;
}

.listing .post-item__img-wrap:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.5));
  opacity: 0;
  pointer-events: none;
  transition: opacity .3s ease;
}

.video .listing .post-item__img-wrap:after {
  opacity: 1;
}

@media (min-width: 1025px) {
  .video .listing .post-item__img-wrap:hover:after,
  .post .listing .post-item__img-wrap:hover:after {
    opacity: 1;
    transition: opacity .3s ease;
  }
  .video .listing .post-item__img-wrap:hover .listing__item-icon-play,
  .post .listing .post-item__img-wrap:hover .listing__item-icon-play {
    transform: scale(1.1);
    transition: transform .4s ease;
  }
  .video .listing .post-item__img-wrap:hover + .listing__item-info + .listing__item-title .listing__item-title-link,
  .post .listing .post-item__img-wrap:hover + .listing__item-info + .listing__item-title .listing__item-title-link {
    color: #2f57f0;
    transition: color .3s ease;
  }
  .video .listing .post-item__img-wrap:hover + .listing__item-info + .listing__item-title + .link-arrow-small .link-arrow-small__icon,
  .post .listing .post-item__img-wrap:hover + .listing__item-info + .listing__item-title + .link-arrow-small .link-arrow-small__icon {
    transform: translate3d(3px, 0, 0);
    transition: transform .3s ease;
  }
}

.listing .post-item__img {
  width: 100%;
  height: 100%;
}

.listing .post-item__img:not(.type-post) {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}

.listing__item-icon-play {
  position: absolute;
  width: 64px;
  height: 64px;
  color: #fff;
  pointer-events: none;
  z-index: 1;
  transition: transform .3s ease;
}

.listing__item-info {
  width: 100%;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .listing__item-info {
    margin-bottom: 4px;
  }
}

.listing__item-title {
  font-weight: 500;
  letter-spacing: -0.01em;
}

@media (min-width: 1025px) {
  .listing__item-title:hover .listing__item-title-link {
    color: #2f57f0;
    transition: color .3s ease;
  }
  .listing__item-title:hover + .link-arrow-small .link-arrow-small__icon {
    transform: translate3d(3px, 0, 0);
    transition: transform .3s ease;
  }
}

@media (max-width: 767px) {
  .listing__item-title {
    font-size: 22px;
    line-height: 25px;
    margin-bottom: 38px;
  }
}

@media (min-width: 768px) {
  .listing__item-title {
    font-size: 22px;
    line-height: 25px;
    margin-bottom: 38px;
  }
}

@media (min-width: 1280px) {
  .listing__item-title {
    font-size: 25px;
    line-height: 28px;
    margin-bottom: 50px;
  }
}

.listing__item-title-link {
  transition: color .3s ease;
}

.listing__pagination {
  padding-top: 9px;
}

.listing__note {
  width: 100%;
}

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

.single-post {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.single-post__inner {
  padding-top: 5rem;
}

@media (max-width: 1279px) {
  .single-post__inner {
    padding-bottom: 7rem;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .single-post__inner {
    padding-top: 7rem;
  }
}

@media (min-width: 1024px) {
  .single-post__inner {
    padding-top: 9.375rem;
  }
}

@media (min-width: 1280px) {
  .single-post__inner {
    padding-bottom: 67px;
  }
}

.single-post__banner-top {
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  .single-post__banner-top {
    flex-direction: row;
  }
}

@media (max-width: 767px) {
  .single-post__banner-top .post-item__content {
    order: 1;
    margin-top: 1.5rem;
  }
}

@media (min-width: 768px) {
  .single-post__banner-top .post-item__content {
    padding-right: 3.75vw;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 1024px) {
  .single-post__banner-top .post-item__content {
    flex: 0 0 60%;
    max-width: 60%;
  }
}

.single-post__banner-top .post-item__title {
  font-size: calc(2.125rem + 30 * ((100vw - 375px) / 1225));
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  width: 100%;
  padding-bottom: 0.0625em;
  line-height: 1;
  color: #000;
}

@media (min-width: 1600px) {
  .single-post__banner-top .post-item__title {
    font-size: 4rem;
  }
}

.single-post__banner-top .post-item__img-wrap {
  position: relative;
  display: flex;
  align-items: flex-end;
}

.single-post__banner-top .post-item__img-wrap.--video:after {
  content: '';
  position: absolute;
  right: 100%;
  bottom: -4rem;
  transform: translate(57%, 0);
  z-index: -1;
  mask-image: url("/source/d5948dd6df131597947e220e670f7749/figure-8.svg");
  mask-size: 100% 100%;
  mask-repeat: no-repeat;
  background-color: #CFD0D0;
  pointer-events: none;
}

@media (max-width: 767px) {
  .single-post__banner-top .post-item__img-wrap.--video:after {
    width: 156px;
    height: 222px;
  }
}

@media (min-width: 768px) {
  .single-post__banner-top .post-item__img-wrap.--video:after {
    width: 217px;
    height: 310px;
  }
}

@media (min-width: 1280px) {
  .single-post__banner-top .post-item__img-wrap.--video:after {
    width: 311px;
    height: 443px;
  }
}

.single-post__banner-top .post-item__img {
  width: 100%;
  height: auto;
}

.single-post__banner-top .single-post__video-btn {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.single-post__banner-top .single-post__video-icon {
  width: 116px;
  height: 116px;
  display: block;
  color: #fff;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .single-post__banner-top .single-post__aside {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 599px) {
  .single-post__banner-top .single-post__aside {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .single-post__banner-top .single-post__tags {
    margin-bottom: 1.25rem;
  }
}

@media (max-width: 599px) {
  .single-post__banner-top .single-post__tags {
    margin-bottom: 1.25rem;
  }
}

.single-post__head {
  width: 100%;
}

.single-post__head-inner {
  margin-bottom: 27px;
}

@media (min-width: 1024px) {
  .single-post__head-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
  }
}

.single-post__head-title {
  font-family: Aeonik, Helvetica, Arial, sans-serif;
  line-height: 1.152175;
  padding-right: 10%;
}

@media (max-width: 1023px) {
  .single-post__head-title {
    margin-bottom: 17px;
  }
}

@media (min-width: 1024px) {
  .single-post__head-title {
    flex: 1;
    padding-right: 15%;
  }
}

.single-post__content {
  width: 100%;
  margin-top: 2rem;
}

@media (min-width: 768px) {
  .single-post__content {
    margin-top: 4.875rem;
  }
}

.single-post__aside {
  position: relative;
  margin-top: auto;
  padding-top: 1.5rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 1023px) {
  .single-post__aside {
    flex-direction: column;
    align-items: flex-start;
  }
  .single-post__aside .tags__item {
    margin-bottom: 12px;
  }
}

.single-post__items {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex: 1;
  max-width: 1024px;
  margin: 0 auto;
}

.single-post__items > * {
  width: 100%;
}

.single-post__items-details {
  margin-bottom: 13px;
}

.single-post__related {
  width: 100%;
  padding-top: 3.75rem;
  padding-bottom: 1.5rem;
  background-color: #f0f0f0;
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@media (min-width: 768px) {
  .single-post__related {
    padding-top: 6.25rem;
  }
}

.single-post__related:after {
  width: 13.5625rem;
  height: 7.1875rem;
  content: '';
  position: absolute;
  right: 0;
  top: -3rem;
  mask-image: url("/source/ed95bce59f2564f334983398a4edf3d9/figure-4.svg");
  mask-size: 100% 100%;
  mask-repeat: no-repeat;
  background-color: #fff;
  pointer-events: none;
  z-index: -1;
}

@media (min-width: 1024px) {
  .single-post__related:after {
    width: 27.125rem;
    height: 14.375rem;
    top: -5rem;
  }
}

.single-post__related-title {
  margin-bottom: 2.5rem;
}

@media (min-width: 1280px) {
  .single-post__related-title {
    margin-bottom: 3.75rem;
  }
}

.single-post .faq__block-items {
  margin-top: 1rem;
  margin-bottom: 2.5rem;
}

.single-post .faq__block-item-title {
  font-size: calc(1.25rem + 8 * ((100vw - 375px) / 1225));
  max-width: 45.3125rem;
}

@media (min-width: 1600px) {
  .single-post .faq__block-item-title {
    font-size: 1.75rem;
  }
}

.tags__items {
  display: flex;
  flex-wrap: wrap;
  margin-right: -12px;
}

.tags__item {
  margin-right: 12px;
}

.tags__item-title {
  font-size: calc(1rem + 4 * ((100vw - 375px) / 1225));
  font-weight: 500;
  border-radius: 4px;
  background-color: #ededec;
  padding: .5rem 1rem;
  height: 2.2em;
  display: inline-flex;
  align-items: center;
  color: #000;
  transition: .3s ease;
  transition-property: background-color, color;
}

@media (min-width: 1600px) {
  .tags__item-title {
    font-size: 1.25rem;
  }
}

.tags__item-title:hover {
  background-color: #1e58f9;
  color: #fff;
}

.post-item__back {
  font-size: calc(1.125rem + 2 * ((100vw - 375px) / 1225));
  display: inline-block;
  padding-bottom: 3px;
  margin-bottom: 1.5rem;
  color: #1e58f9;
  box-shadow: inset 0 -1.5px 0 0 #1e58f9;
  transition: box-shadow .3s ease;
}

@media (min-width: 1600px) {
  .post-item__back {
    font-size: 1.25rem;
  }
}

@media (min-width: 1025px) {
  .post-item__back:hover {
    box-shadow: inset 0 -1.5px 0 transparent;
  }
}

.single-post__footer {
  width: 100%;
  border: solid #ededec;
  border-width: 1px 0;
  padding: 1.25rem 0;
  margin-top: 2.5rem;
}

.image-gallery + .single-post__footer {
  margin-top: 0;
}

@media (min-width: 1024px) {
  .single-post__footer {
    display: flex;
    justify-content: space-between;
    margin-top: 3.75rem;
  }
}

.single-post__footer .single-post__aside {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

@media (min-width: 1024px) {
  .single-post__footer .single-post__aside {
    align-items: flex-end;
    margin-top: 0;
    padding-top: 0;
  }
}

.single-post__footer .single-post__tags {
  margin-bottom: .75rem;
}

@media (min-width: 1024px) {
  .single-post__footer .single-post__tags {
    margin-left: 1.5rem;
  }
}

.single-post__footer .single-post__tags .tags__items {
  justify-content: flex-end;
}

.single-post__footer .single-post__tags .tags__item {
  margin-bottom: 12px;
}

.single-post__author {
  background-color: #ededec;
  padding: 1.25rem;
  flex-shrink: 0;
  display: flex;
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@media (min-width: 600px) and (max-width: 1023px) {
  .single-post__author {
    min-width: 28rem;
    max-width: 60%;
    flex-basis: 60%;
  }
}

@media (min-width: 1024px) {
  .single-post__author {
    max-width: 60.828%;
    flex-basis: 60.828%;
  }
}

.single-post__author:after {
  width: 136px;
  height: 65px;
  content: '';
  position: absolute;
  right: -3%;
  bottom: -9%;
  z-index: -1;
  mask-image: url("/source/108541a8441f4700f2cd178c2738014e/figure-7.svg");
  mask-size: 100% 100%;
  mask-repeat: no-repeat;
  background-color: #fff;
  pointer-events: none;
}

@media (min-width: 768px) {
  .single-post__author:after {
    width: 194px;
    height: 93px;
  }
}

.single-post__img {
  margin-right: 1.5rem;
  max-width: 9.75rem;
}

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

.single-post__author-info {
  font-weight: 500;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.single-post__author-name {
  font-size: calc(1.125rem + 2 * ((100vw - 375px) / 1225));
  margin-bottom: 10px;
  color: #1e58f9;
}

@media (min-width: 1600px) {
  .single-post__author-name {
    font-size: 1.25rem;
  }
}

.single-post__author-position {
  font-size: calc(0.875rem + 2 * ((100vw - 375px) / 1225));
  margin-bottom: 1.5rem;
  color: #1e58f9;
}

@media (min-width: 1600px) {
  .single-post__author-position {
    font-size: 1rem;
  }
}

.paging {
  display: flex;
  justify-content: center;
  margin-top: -1.6875rem;
  margin-bottom: 3.75rem;
}

.paging__btn {
  font-size: calc(1.125rem + 2 * ((100vw - 375px) / 1225));
  display: flex;
  align-items: center;
  margin-right: .5rem;
  margin-left: .5rem;
  position: relative;
  color: #000;
  transition: color .3s ease;
}

@media (min-width: 1600px) {
  .paging__btn {
    font-size: 1.25rem;
  }
}

@media (min-width: 1025px) {
  .paging__btn:hover {
    color: #1e58f9;
  }
  .paging__btn:hover:after {
    background-color: currentColor;
  }
  .paging__btn:hover:before {
    background-color: #fff;
  }
}

.paging__btn:after {
  content: '';
  background-color: #fff;
  border-radius: 50%;
  filter: drop-shadow(0px 2px 5px rgba(0, 0, 0, 0.06)) drop-shadow(0px 4px 6px rgba(0, 0, 0, 0.1));
  width: 4rem;
  height: 4rem;
  flex: 0 0 4rem;
  margin-left: 1rem;
  transition: background-color .3s ease;
}

.paging__btn:before {
  content: '';
  position: absolute;
  mask-image: url("/source/a218bf08b61c687167943ea6326538bf/arrow-sm.svg");
  mask-size: 100% 100%;
  mask-repeat: no-repeat;
  width: 11px;
  height: 19px;
  background-color: #000;
  transition: background-color .3s ease;
  top: 50%;
  right: 1.65rem;
  transform: translateY(-50%);
  z-index: 2;
}

.paging__btn--next:after {
  order: -1;
  margin-left: 0;
  margin-right: 1rem;
}

.paging__btn--next:before {
  right: auto;
  left: 1.65rem;
  transform: translateY(-50%) scaleX(-1);
}

.single-post__banner {
  width: 100%;
  padding: 2.5rem 4.375rem 2.5rem 3.75rem;
  background: #1e58f9;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1024px;
  margin: 2.5rem auto;
  position: relative;
}

@media (max-width: 1023px) {
  .single-post__banner {
    flex-direction: column;
    justify-content: center;
    padding: 2rem 1rem 2rem;
  }
}

.single-post__banner:after {
  content: '';
  width: 27.375rem;
  height: 14.313rem;
  position: absolute;
  bottom: 1.25rem;
  right: 0;
  background: url("/source/63fea30d6285a410cef9a37e17d724b1/article-single-banner-vector-1.svg") no-repeat center;
  background-size: contain;
  z-index: 1;
}

@media (max-width: 1023px) {
  .single-post__banner:after {
    width: 14rem;
    height: 7rem;
  }
}

.single-post__banner-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
  z-index: 2;
}

@media (min-width: 1024px) {
  .single-post__banner-text {
    max-width: 31.875rem;
    margin-right: 2rem;
  }
}

@media (max-width: 1023px) {
  .single-post__banner-text {
    margin-bottom: 2rem;
  }
}

.single-post__banner-text h3 {
  font-size: calc(2.875rem + 0 * ((100vw - 375px) / 1225));
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -0.01em;
  margin-bottom: 1rem;
  color: #FFF;
}

@media (min-width: 1600px) {
  .single-post__banner-text h3 {
    font-size: 2.875rem;
  }
}

.single-post__banner-text p {
  font-size: calc(1.25rem + 0 * ((100vw - 375px) / 1225));
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -0.01em;
  color: #FFF;
  margin-bottom: 2.5rem;
}

@media (min-width: 1600px) {
  .single-post__banner-text p {
    font-size: 1.25rem;
  }
}

.single-post__banner-img {
  max-width: 273px;
  width: 100%;
  position: relative;
  z-index: 2;
}

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

.single-post__banner.--alt {
  background: #767876;
}

.single-post__banner.--alt:after {
  width: 13.75rem;
  height: 26.25rem;
  bottom: 0.625rem;
  right: 0.625rem;
  background: url("/source/23fc2d03aca5c2ba92f5d1d91d9012e7/article-single-banner-vector-2.svg") no-repeat center;
  background-size: contain;
}

@media (max-width: 1023px) {
  .single-post__banner.--alt:after {
    width: 7rem;
    height: 13rem;
  }
}

.social-media__title {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.1;
  color: #fff;
  margin: 4px 0 15px;
}

@media (min-width: 1440px) {
  .social-media__title {
    font-size: 20px;
    margin: 0 0 22px;
  }
}

.social-media__items {
  display: flex;
  align-items: center;
}

.social-media__item {
  font-size: 0;
}

.social-media__item:not(:last-child) {
  margin-right: 24px;
}

@media (min-width: 1440px) {
  .social-media__item:not(:last-child) {
    margin-right: 28px;
  }
}

@media (min-width: 1025px) {
  .social-media__item:hover .social-media__item-icon {
    fill: #1e58f9;
    transition: fill .3s ease;
  }
}

.social-media__item-icon {
  display: block;
  fill: #9B9B9B;
  transition: fill .3s ease;
}

.social-media__item-icon.twitter {
  width: 24px;
  height: 26px;
}

@media (max-width: 1439px) {
  .social-media__item-icon.twitter {
    width: 22px;
    height: 23px;
  }
}

.social-media__item-icon.youtube {
  width: 27px;
  height: 25px;
}

@media (max-width: 1439px) {
  .social-media__item-icon.youtube {
    width: 24px;
    height: 23px;
  }
}

.social-media__item-icon.instagram, .social-media__item-icon.linkedin {
  width: 24px;
  height: 24px;
}

@media (max-width: 1439px) {
  .social-media__item-icon.instagram, .social-media__item-icon.linkedin {
    width: 21px;
    height: 21px;
  }
}

.social-share {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: #000;
}

.social-share.--light {
  color: #ededec;
}

.social-share__title {
  font-weight: 500;
  line-height: 1;
  margin-right: 15px;
}

.social-share__items {
  display: flex;
  flex-wrap: wrap;
}

.social-share__item {
  display: block;
  transition: transform .3s ease;
}

.social-share__item:not(:last-child) {
  margin-right: 12px;
}

@media (min-width: 1025px) {
  .social-share__item:hover {
    transform: translate3d(0, -3px, 0);
    transition: transform .3s ease;
  }
}

.social-share__item-icon {
  display: block;
  fill: currentColor;
  width: 16px;
  height: 16px;
}

@media (max-width: 1279px) {
  .social-share__item-icon {
    width: 14px;
    height: 14px;
  }
}

.social-share__item-link {
  color: currentColor;
}

@media (min-width: 1025px) {
  .social-share__item-link:hover {
    color: #1e58f9;
  }
}

.--light {
  color: #ededec;
}

.--light .social-share__item-link {
  color: inherit;
  border: 1px solid currentColor;
  border-radius: 50%;
  width: 3.0625rem;
  height: 3.0625rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .3s ease;
}

.--light .social-share__item-link:hover {
  color: #1e58f9;
}

.table-wrapper {
  width: 100%;
  overflow-x: auto;
  margin-top: 2.5rem;
  margin-bottom: 3rem;
  padding-bottom: .75rem;
}

.table-wrapper .table {
  width: 100%;
  min-width: 900px;
}

.table-wrapper td,
.table-wrapper th {
  font-size: calc(1.125rem + 2 * ((100vw - 375px) / 1225));
  text-align: left;
  height: 85px;
  padding: 2rem;
  border: solid #ededec;
  border-width: 0 0 1px 1px;
}

@media (min-width: 1600px) {
  .table-wrapper td,
  .table-wrapper th {
    font-size: 1.25rem;
  }
}

.table-wrapper th {
  font-weight: 500;
  background-color: #ededec;
  border-color: rgba(118, 120, 118, 0.3);
  border-bottom: 2px solid currentColor;
  color: #2f57f0;
}

.table-wrapper th:first-child {
  border-left-color: #ededec;
}

.table-wrapper td {
  color: #202020;
}

.table-wrapper td:last-child {
  border-right-width: 1px;
}

.popup {
  position: fixed;
  top: 50%;
  z-index: 10;
  max-width: 23rem;
  width: 94vw;
  max-height: 96vh;
  overflow-y: auto;
  background-color: #fff;
  box-shadow: 0 4px 10px #00000021;
  border-radius: 20px;
  transition: .27s ease-in;
  opacity: 0;
  visibility: hidden;
}

@media (max-width: 529px) {
  .popup {
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

@media (min-width: 530px) {
  .popup {
    transform: translateY(-50%);
    right: 1.25rem;
    width: 100%;
    border-radius: 20px 20px 0 20px;
  }
}

.popup.is-visible {
  animation: .75s fadeIn forwards;
}

@keyframes fadeIn {
  to {
    opacity: 1;
    visibility: visible;
  }
}

.popup__close {
  background: none;
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  width: 1.25rem;
  height: 1.25rem;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5);
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  transition: .3s ease;
}

.popup__close .icon {
  width: .5rem;
  height: .7rem;
  stroke-width: 2px;
  fill: currentColor;
  stroke: currentColor;
}

@media (min-width: 1025px) {
  .popup__close:hover {
    background-color: #2f57f0;
    box-shadow: 0 0 0 2px rgba(47, 87, 240, 0.5);
    color: #fff;
  }
}

.popup__image {
  position: relative;
  background-color: #787878;
}

.popup__image img {
  max-width: 100%;
  height: auto;
  max-height: 200px;
  object-fit: cover;
  border-radius: 20px 20px 0 0;
  vertical-align: top;
}

.popup__caption {
  position: absolute;
  top: 1.35rem;
  left: 1.25rem;
  max-width: 80%;
  border-radius: 100px;
  background-color: #2f57f0;
  color: #ededec;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  padding: 5px 8px 1px;
  height: 21px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.popup__content {
  padding: 1.875rem 1.25rem;
  display: flex;
  flex-direction: column;
}

.popup__date {
  color: #787878;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 1.25rem;
}

.popup__content-ttl {
  color: #000;
  font-size: 1.625rem;
  font-weight: 500;
  line-height: 1;
  margin-bottom: .75rem;
}

.popup__content-txt {
  color: #000;
  font-size: 18px;
  line-height: 1.1;
  letter-spacing: -.18px;
  margin-bottom: 0;
}

.popup__footer {
  padding: 0 1.25rem 1.875rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.popup__footer .btn-tertiary {
  max-width: 63%;
}

.popup__footer .btn-tertiary__ico {
  margin-left: .625rem;
}

.popup__footer-link {
  color: #1C4FE0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.16px;
  margin-left: 1.25rem;
  margin-right: 1rem;
  transition: .3s ease;
}

@media (min-width: 1025px) {
  .popup__footer-link:hover {
    color: #112f85;
  }
}

.angle-img-lt {
  clip-path: polygon(10.2% 0%, 100% 0%, 100% 100%, 0 100%, 0 13.2%);
}

.angle-img-lt--lg {
  clip-path: polygon(20% 0%, 100% 0%, 100% 100%, 0 100%, 0 20%);
}

.angle-img-rb {
  clip-path: polygon(100% 0, 100% 80%, 80% 100%, 0 100%, 0 0);
}

.angle-img-rt {
  clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 18%, 86% 0);
}

.angle-img-lt-rb {
  clip-path: polygon(14% 0%, 100% 0, 100% 79%, 85% 100%, 0 100%, 0% 20%);
}

.announcement-bar {
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #1742BB;
  width: 100%;
  z-index: 2;
}

@media (max-width: 1023px) {
  .announcement-bar {
    padding: 21px 45px 21px 20px;
    justify-content: flex-start;
  }
}

@media (min-width: 768px) {
  .announcement-bar__inner {
    display: flex;
    align-items: center;
  }
}

.announcement-bar__inner h3 {
  flex: 1;
  font-weight: 400;
  margin-right: 15px;
  line-height: 1.1;
  letter-spacing: -0.01em;
  color: #DDE6FE;
  font-size: calc(0.75rem + 2 * ((100vw - 375px) / 1225));
}

@media (min-width: 1600px) {
  .announcement-bar__inner h3 {
    font-size: 0.875rem;
  }
}

@media (min-width: 768px) {
  .announcement-bar__inner h3 {
    display: flex;
    align-items: center;
  }
}

@media (max-width: 767px) {
  .announcement-bar__inner h3 {
    display: inline;
    margin-right: 10px;
  }
}

.announcement-bar__inner a {
  line-height: 1.1;
  letter-spacing: 0.01em;
  color: #1742BB;
  text-decoration: underline;
  font-size: calc(0.75rem + 2 * ((100vw - 375px) / 1225));
  background: none !important;
}

@media (min-width: 1600px) {
  .announcement-bar__inner a {
    font-size: 0.875rem;
  }
}

@media (min-width: 768px) {
  .announcement-bar__inner a {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .announcement-bar__inner a:before {
    content: '';
    width: 1px;
    height: 20px;
    background: #F0F0F0;
    margin-right: 15px;
  }
}

.announcement-bar__close {
  position: absolute;
  right: 21px;
  background: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  padding: 0;
}

@media (max-width: 767px) {
  .announcement-bar__close {
    right: 10px;
    top: 6px;
  }
}

.announcement-bar__close svg {
  width: 13px;
  height: 13px;
}

@media (max-width: 767px) {
  .announcement-bar__close svg {
    width: 11px;
    height: 11px;
  }
}

.request-sidebar {
  max-width: 25.625rem;
  color: #fff;
}

.request-sidebar__ttl {
  font-size: calc(1.5rem + 0 * ((100vw - 375px) / 1225));
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -0.24px;
  text-transform: capitalize;
  margin-bottom: 0.75rem;
}

@media (min-width: 1600px) {
  .request-sidebar__ttl {
    font-size: 1.5rem;
  }
}

.request-sidebar__dsc {
  font-size: calc(1rem + 0 * ((100vw - 375px) / 1225));
  line-height: 1.4;
  letter-spacing: -0.16px;
  margin-bottom: 2rem;
}

@media (min-width: 1600px) {
  .request-sidebar__dsc {
    font-size: 1rem;
  }
}

.request-sidebar__item:not(:last-child) {
  margin-bottom: 1.5rem;
}

.request-sidebar__location,
.request-sidebar__phone {
  padding-left: 1.625rem;
  position: relative;
  display: flex;
  align-items: center;
  font-size: calc(0.8125rem + 0 * ((100vw - 375px) / 1225));
  font-style: normal;
  font-weight: 300;
  line-height: 1.4;
  text-transform: uppercase;
}

@media (min-width: 1600px) {
  .request-sidebar__location,
  .request-sidebar__phone {
    font-size: 0.8125rem;
  }
}

.request-sidebar__location:before,
.request-sidebar__phone:before {
  content: '';
  width: 0.875rem;
  height: 0.875rem;
  display: block;
  position: absolute;
  left: 0;
}

.request-sidebar__location {
  margin-bottom: 0.75rem;
}

.request-sidebar__location:before {
  background: url("/source/5b1c5c5540950a143280d9689f8499db/sidebar-location.svg") no-repeat center;
  background-size: contain;
}

.request-sidebar__phone:before {
  background: url("/source/8312ad0cb8b8e9caeadae3e2e082a008/sidebar-phone.svg") no-repeat center;
  background-size: contain;
}

.request-sidebar__phone a {
  color: inherit;
}

@media (max-width: 1023px) {
  .form-step {
    width: 100%;
    display: flex;
    justify-content: center;
  }
}

@media (min-width: 1024px) {
  .form-step {
    position: sticky;
    top: 40%;
  }
}

.form-step__item {
  position: relative;
  display: flex;
  align-items: center;
}

@media (min-width: 1024px) {
  .form-step__item:not(:last-child) {
    padding-bottom: 3.625rem;
  }
}

@media (max-width: 1023px) {
  .form-step__item:not(:last-child) {
    padding-right: 4.25rem;
  }
}

.form-step__item:not(:last-child):after {
  content: '';
  width: 0.125rem;
  height: 1.875rem;
  position: absolute;
  background: #607FF2;
  display: block;
}

@media (max-width: 1023px) {
  .form-step__item:not(:last-child):after {
    width: 2.5rem;
    height: 0.125rem;
    right: 0.875rem;
  }
}

@media (min-width: 1024px) {
  .form-step__item:not(:last-child):after {
    bottom: 0.875rem;
    left: 0.938rem;
  }
}

.form-step__item.--done .form-step__num {
  background: url("/source/ebdbc9bca6f5711712b7cea7950ab525/form-step-done.svg") no-repeat center;
  background-size: contain;
  font-size: 0;
  border: none;
}

.form-step__item.--current .form-step__num {
  border-color: #C7D3FF;
}

.form-step__num {
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 50%;
  background: #456BFA;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #456BFA;
  color: #fff;
  font-size: calc(0.875rem + 0 * ((100vw - 375px) / 1225));
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -0.14px;
}

@media (min-width: 1600px) {
  .form-step__num {
    font-size: 0.875rem;
  }
}

@media (min-width: 1024px) {
  .form-step__num {
    margin-right: 1rem;
  }
}

@media (max-width: 1023px) {
  .form-step__text {
    display: none;
  }
}

.form-step__count {
  color: rgba(255, 255, 255, 0.6);
  font-size: calc(0.75rem + 0 * ((100vw - 375px) / 1225));
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.12px;
  margin-bottom: 0.375rem;
}

@media (min-width: 1600px) {
  .form-step__count {
    font-size: 0.75rem;
  }
}

.form-step__ttl {
  color: #fff;
  font-size: calc(1rem + 0 * ((100vw - 375px) / 1225));
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.16px;
}

@media (min-width: 1600px) {
  .form-step__ttl {
    font-size: 1rem;
  }
}

.form-sidebar-articles {
  max-width: 26.875rem;
  width: 100%;
  margin: 0 auto;
}

.form-sidebar-articles .swiper {
  height: 210px;
}

.form-sidebar-articles__item {
  width: 100%;
  padding: 1.375rem 1.125rem 1.25rem;
  background: #ededec;
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
  min-height: 210px;
}

.form-sidebar-articles__item:nth-child(1) .form-sidebar-articles__img:after {
  content: '';
  background: #424242;
}

.form-sidebar-articles__item:nth-child(1) .form-sidebar-articles__img img {
  max-width: 5.125rem;
}

.form-sidebar-articles__item:nth-child(2) .form-sidebar-articles__img:after {
  background: url("/source/b557f42a8230ff50907c31f5fd16181b/form-sidebar-articles__img-bg.svg") no-repeat center;
  background-size: contain;
}

.form-sidebar-articles__item:nth-child(2) .form-sidebar-articles__img img {
  max-width: 6rem;
}

.form-sidebar-articles__img {
  width: 6.5rem;
  height: 8.75rem;
  margin-right: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background: #FFF;
}

.form-sidebar-articles__img:after, .form-sidebar-articles__img:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
}

.form-sidebar-articles__img:before {
  top: -0.563rem;
  left: -0.563rem;
  background: #1e58f9;
}

.form-sidebar-articles__img:after {
  background: #fff;
  z-index: 2;
}

.form-sidebar-articles__img img {
  max-width: 95%;
  height: auto;
  position: relative;
  z-index: 3;
}

.form-sidebar-articles__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.form-sidebar-articles__tag {
  margin-bottom: 1.625rem;
}

.form-sidebar-articles__ttl {
  color: #000;
  font-size: calc(1.25rem + 0 * ((100vw - 375px) / 1225));
  font-weight: 500;
  line-height: 1;
  margin-bottom: 0.625rem;
}

@media (min-width: 1600px) {
  .form-sidebar-articles__ttl {
    font-size: 1.25rem;
  }
}

.form-sidebar-articles__ttl a {
  color: inherit;
  transition: .3s color ease-in-out;
}

@media (min-width: 1025px) {
  .form-sidebar-articles__ttl a:hover {
    color: #1e58f9;
  }
}

.form-sidebar-articles__dsc {
  color: #000;
  font-size: calc(0.75rem + 0 * ((100vw - 375px) / 1225));
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.12px;
  margin-bottom: 1.125rem;
}

@media (min-width: 1600px) {
  .form-sidebar-articles__dsc {
    font-size: 0.75rem;
  }
}

.form-sidebar-articles__link {
  color: #000;
  font-size: 12px;
  font-size: calc(0.75rem + 0 * ((100vw - 375px) / 1225));
  font-weight: 500;
  line-height: 26px;
  letter-spacing: -0.24px;
  display: flex;
  align-items: center;
  transition: .3s color ease-in-out;
}

@media (min-width: 1600px) {
  .form-sidebar-articles__link {
    font-size: 0.75rem;
  }
}

@media (min-width: 1025px) {
  .form-sidebar-articles__link:hover {
    color: #1e58f9;
  }
  .form-sidebar-articles__link:hover svg {
    stroke: #1e58f9;
  }
}

.form-sidebar-articles__link svg {
  stroke: #000;
  fill: none;
  width: 1rem;
  height: 1rem;
  margin-left: 0.5rem;
  transition: .3s stroke ease-in-out;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  z-index: 9999;
}

.header[data-wpr-lazyrender] {
  content-visibility: initial !important;
}

.header.--logo-only .header__inner-content > *:not(.header__logo) {
  display: none;
}

.header.--logo-only .header__logo {
  margin: 0 auto;
}

.header.--form-sidebar-header .header__inner:not(.sticky) {
  background: #2f57f0;
}

.header--isolated {
  top: 0;
  left: 0;
  background: #2f57f0;
}

.header--isolated .header__inner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 0;
}

.header__inner {
  width: 100%;
  transition: transform .5s ease, background-color .5s ease;
}

.header__inner.sticky {
  background-color: rgba(157, 157, 156, 0.35);
  backdrop-filter: blur(12px);
  transition: transform .5s ease, background-color .5s ease;
}

.menu-active .header__inner.sticky {
  background: none;
  backdrop-filter: none;
  pointer-events: none;
  z-index: 1;
}

.menu-active .header__inner.sticky .header__logo,
.menu-active .header__inner.sticky .header__btn {
  visibility: hidden;
}

.menu-active .header__inner.sticky .header__btn-menu {
  pointer-events: auto;
}

@media (max-width: 767px) {
  .header__inner {
    height: 56px;
    padding: 17px 0 5px;
  }
  .header__inner.sticky, .header__inner.sticky.scrolled-up, .header__inner.sticky.scrolled-down {
    transform: translate3d(0, -14px, 0);
  }
  .header__inner.sticky + .header__content .header__content-logo, .header__inner.sticky.scrolled-up + .header__content .header__content-logo, .header__inner.sticky.scrolled-down + .header__content .header__content-logo {
    transform: translate3d(0, -14px, 0);
  }
}

@media (min-width: 768px) {
  .header__inner {
    height: 82px;
    padding: 23px 0 5px;
  }
  .header__inner.sticky, .header__inner.sticky.scrolled-up, .header__inner.sticky.scrolled-down {
    transform: translate3d(0, -18px, 0);
  }
}

@media (min-width: 1440px) {
  .header__inner {
    height: 114px;
    padding: 41px 0 7px;
  }
  .header__inner.sticky, .header__inner.sticky.scrolled-up, .header__inner.sticky.scrolled-down {
    transform: translate3d(0, -37px, 0);
  }
}

.header__inner-content {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.header__logo {
  position: relative;
  display: block;
}

@media (max-width: 767px) {
  .header__logo {
    width: 84px;
    height: 25px;
    min-height: 25px;
  }
}

@media (min-width: 768px) {
  .header__logo {
    width: 130px;
    height: 38px;
    min-height: 38px;
  }
}

@media (min-width: 1440px) {
  .header__logo {
    width: 153px;
    height: 45px;
    min-height: 45px;
  }
}

.page-animation .header__logo {
  opacity: 0;
  animation: to-origin-anim 1.7s linear forwards calc(0.2s + .2s);
}

.ca-version .header__logo {
  min-height: unset;
}

@media (max-width: 767px) {
  .ca-version .header__logo {
    width: 71px;
    height: 31px;
  }
}

@media (min-width: 768px) {
  .ca-version .header__logo {
    width: 134px;
    height: 58px;
  }
}

@media (min-width: 1440px) {
  .ca-version .header__logo {
    width: 170px;
    height: 50px;
  }
}

.header__logo-img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.page-animation .header__btn, .page-animation .header__btn-menu {
  opacity: 0;
  transform: translate3d(0, 10px, 0);
}

.header__btn {
  color: #fff;
  margin: 0 10px 0 auto;
  display: flex;
  align-items: center;
  gap: clamp(1rem, 1.25vw, 1.5rem);
}

.page-animation .header__btn {
  animation: to-origin-anim 0.6s ease forwards calc(0.2s + .9s);
}

@media (max-width: 767px) {
  .header__btn {
    margin-right: 12px;
  }
}

.logo_white-button_brand-menu_back .header__btn,
.logo_black-button_brand-menu-black .header__btn {
  color: #000;
}

.header__btn-profile {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1.4px solid #FFF;
  margin: 0;
}

@media (max-width: 767px) {
  .header__btn-profile {
    margin: 0 10px 0 0;
    width: 34px;
    height: 34px;
    padding: 0;
  }
  .header__btn-profile span {
    display: none;
  }
}

@media (min-width: 1025px) {
  .header__btn-profile:hover {
    background-color: #FFF;
  }
  .header__btn-profile:hover svg {
    stroke: #000;
    fill: #000;
  }
}

.logo_white-button_brand-menu_white .header__btn-profile svg {
  stroke: #FFF;
  fill: #FFF;
}

.logo_black-button_brand-menu-black .header__btn-profile svg,
.logo_white-button_brand-menu_back .header__btn-profile svg {
  stroke: #000;
  fill: #000;
}

@media (min-width: 1025px) {
  .logo_black-button_brand-menu-black .header__btn-profile:hover svg,
  .logo_white-button_brand-menu_back .header__btn-profile:hover svg {
    stroke: #FFF;
    fill: #FFF;
  }
}

.header__btn-profile svg {
  stroke: #FFF;
  fill: #FFF;
  transition: .3s ease;
  width: 14px;
  height: 17px;
}

@media (min-width: 768px) {
  .header__btn-profile svg {
    margin-right: 10px;
  }
}

.logo_black-button_brand-menu-black .header__btn .header__btn-request {
  background-color: #1e58f9;
  color: #FFF;
}

.logo_white-button_white-menu_white .header__btn-request {
  background-color: #FFF;
  border-color: #FFF;
  color: #000;
}

@media (min-width: 1025px) {
  .logo_white-button_white-menu_white .header__btn-request:hover {
    background: transparent;
    color: #FFF;
  }
}

.logo_white-button_brand-menu_white .header__btn-request,
.logo_white-button_brand-menu_back .header__btn-request {
  background-color: #FFF;
  color: #000;
}

@media (min-width: 1025px) {
  .logo_white-button_brand-menu_white .header__btn-request:hover,
  .logo_white-button_brand-menu_back .header__btn-request:hover {
    background: transparent;
    color: #FFF;
  }
}

@media (min-width: 1025px) {
  .logo_white-button_brand-menu_back .header__btn-request:hover,
  .logo_black-button_brand-menu-black .header__btn-request:hover {
    background-color: #476af2;
    color: #fff;
  }
}

.logo_white-button_brand-menu_white .header__btn-request {
  border: 1px solid #1e58f9;
}

@media (min-width: 1025px) {
  .logo_white-button_brand-menu_white .header__btn-request:hover {
    background-color: #476af2;
    color: #fff;
  }
}

.header__content .header__btn-request {
  margin-left: 15px;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity .3s ease .65s, transform .45s ease .65s;
}

.header__content .active .header__btn-request {
  transform: translateY(0);
  opacity: 1;
}

.header__btn-tooltip {
  display: flex;
  align-items: center;
  text-align: center;
  padding: 7px 13px 8px 14px;
  position: absolute;
  bottom: 0;
  border-radius: 48px;
  background: #000;
  transform: translateY(100%);
  opacity: 0;
  visibility: hidden;
  transition: .3s ease;
  pointer-events: none;
}

.header__btn-tooltip::after {
  content: '';
  position: absolute;
  left: calc(50% - 7px);
  top: -7px;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #000;
  clear: both;
}

.header__btn-tooltip span {
  font-size: calc(0.875rem + 0 * ((100vw - 375px) / 1225));
  font-weight: 500;
  line-height: 1.43;
  color: #F2F2F2;
  white-space: nowrap;
}

@media (min-width: 1600px) {
  .header__btn-tooltip span {
    font-size: 0.875rem;
  }
}

.header__btn-menu {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #fff;
  border-radius: 50%;
  z-index: 1;
  transition: background-color .3s ease;
}

.header__btn-menu:before, .header__btn-menu:after {
  position: absolute;
  content: '';
  display: block;
  width: 40%;
  height: 1px;
  background-color: #fff;
  pointer-events: none;
  transition: background-color .3s ease, transform .3s ease;
}

@media (max-width: 767px) {
  .menu-active .header__btn-menu:before, .menu-active .header__btn-menu:after {
    background-color: #fff !important;
  }
}

.header__btn-menu:before {
  margin-top: -9px;
}

.header__btn-menu:after {
  margin-bottom: -9px;
}

.submenu-active .header__btn-menu {
  border-color: #000 !important;
}

.submenu-active .header__btn-menu:before, .submenu-active .header__btn-menu:after {
  background-color: #000 !important;
}

.header__btn-menu * {
  cursor: pointer;
}

.logo_white-button_brand-menu_back .header__btn-menu,
.logo_black-button_brand-menu-black .header__btn-menu {
  border: 1px solid #d0d0d0;
}

.logo_white-button_brand-menu_back .header__btn-menu:before, .logo_white-button_brand-menu_back .header__btn-menu:after,
.logo_white-button_brand-menu_back .header__btn-menu .header__btn-menu-inner,
.logo_black-button_brand-menu-black .header__btn-menu:before,
.logo_black-button_brand-menu-black .header__btn-menu:after,
.logo_black-button_brand-menu-black .header__btn-menu .header__btn-menu-inner {
  background-color: #000;
  transition: background-color .3s ease, border-color .3s ease;
}

@media (min-width: 1025px) {
  .logo_white-button_brand-menu_back .header__btn-menu:hover,
  .logo_black-button_brand-menu-black .header__btn-menu:hover {
    background-color: #476af2;
    border-color: #476af2;
    transition: background-color .3s ease, border-color .3s ease;
  }
  .logo_white-button_brand-menu_back .header__btn-menu:hover:before, .logo_white-button_brand-menu_back .header__btn-menu:hover:after,
  .logo_white-button_brand-menu_back .header__btn-menu:hover .header__btn-menu-inner,
  .logo_black-button_brand-menu-black .header__btn-menu:hover:before,
  .logo_black-button_brand-menu-black .header__btn-menu:hover:after,
  .logo_black-button_brand-menu-black .header__btn-menu:hover .header__btn-menu-inner {
    background-color: #fff;
  }
}

.page-animation .header__btn-menu {
  animation: to-origin-anim 0.6s ease forwards calc(0.2s + 1s);
}

.header__btn-menu.active:before, .header__btn-menu.active:after {
  transition: transform .3s ease, background-color .3s ease;
}

.header__btn-menu.active:before {
  transform: translate3d(0, 5px, 0) rotate(45deg);
}

.header__btn-menu.active:after {
  transform: translate3d(0, -4px, 0) rotate(-45deg);
}

@media (min-width: 1024px) {
  .header__btn-menu.active {
    background-color: #cfd0d0;
    border-color: #cfd0d0;
  }
  .header__btn-menu.active:before, .header__btn-menu.active:after {
    background-color: #000;
  }
}

.header__btn-menu.active .header__btn-menu-inner {
  opacity: 0;
  transition: opacity .3s ease;
}

@media (max-width: 767px) {
  .header__btn-menu {
    width: 34px;
    height: 34px;
  }
}

@media (min-width: 768px) {
  .header__btn-menu {
    width: 43px;
    height: 43px;
  }
}

@media (min-width: 1025px) {
  .header__btn-menu:hover {
    background-color: #fff;
    transition: background-color .5s ease;
  }
  .header__btn-menu:hover:before, .header__btn-menu:hover:after,
  .header__btn-menu:hover .header__btn-menu-inner {
    background-color: #000;
    transition: background-color .5s ease, transform .3s ease;
  }
}

.header__separator {
  background-color: rgba(255, 255, 255, 0.4);
  margin: 0 20px;
  width: 2px;
  height: 31px;
}

.logo_white-button_brand-menu_back .header__separator,
.logo_black-button_brand-menu-black .header__separator {
  background-color: rgba(0, 0, 0, 0.4);
}

.page-animation .header__separator {
  opacity: 0;
  transform: translate3d(0, 10px, 0);
  animation: to-origin-anim 0.6s ease forwards calc(0.2s + 1s);
}

@media (max-width: 767px) {
  .header__separator {
    display: none;
  }
}

.header__btn-menu-inner {
  position: absolute;
  display: block;
  width: 40%;
  height: 1px;
  background-color: #fff;
  transition: background-color .3s ease, opacity .3s ease;
}

.header__content {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  pointer-events: none;
}

.header__content-inner {
  position: relative;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
}

.header__content-inner.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate3d(0, 0, 0);
}

@media (max-width: 1023px) {
  .header__content-inner {
    transform: translate3d(-100%, 0, 0);
    transition: transform .2s linear, opacity .2s ease .2s, visibility .2s ease .2s;
  }
  .header__content-inner.active {
    transition: transform .2s linear;
  }
}

@media (min-width: 1024px) {
  .header__content-inner {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, -100%, 0);
    background-color: #f0f0f0;
    transition: transform .5s ease;
  }
  .header__content-inner.active {
    transition: transform .6s ease;
  }
}

@media (max-width: 1023px) {
  .header__content-inner-bg {
    display: none;
  }
}

@media (min-width: 1024px) {
  .header__content-inner-bg {
    position: absolute;
    right: -185px;
    bottom: -110px;
    width: 1087px;
    height: 576px;
    pointer-events: none;
    opacity: 0;
    z-index: -1;
  }
  .active .header__content-inner-bg {
    opacity: 1;
    fill: rgba(207, 208, 208, 0);
    stroke: #b5b7b7;
    stroke-width: 1;
    stroke-dasharray: 1500;
    stroke-dashoffset: -1500;
    animation: to-stroke-anim 2.6s ease forwards 0s, header-bg-anim 1s linear forwards 1.6s;
  }
  @keyframes header-bg-anim {
    to {
      fill: #cfd0d0;
    }
  }
}

.header__content-overlay {
  display: none;
}

@media (max-width: 1023px) {
  .header__content-overlay {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
  }
}

.header__content-col {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #000;
  color: #fff;
  max-width: 415px;
  overflow: hidden;
}

@media (max-width: 1023px) {
  .header__content-col {
    padding: 20px 45px 70px 21px;
  }
}

@media (min-width: 1024px) {
  .header__content-col {
    padding: 22px 45px 70px 40px;
  }
}

.header__content-logo {
  position: relative;
  display: block;
  z-index: 2;
}

@media (max-width: 1023px) {
  .header__content-logo {
    width: 64px;
    height: 28px;
    margin-bottom: 60px;
  }
}

@media (min-width: 1024px) {
  .header__content-logo {
    width: 108px;
    height: 46px;
    margin-bottom: 53px;
  }
}

.header__main-nav {
  width: 100%;
  margin-bottom: 50px;
}

@media (max-width: 1023px) {
  .header__main-nav > ul {
    padding-left: 10px;
  }
}

@media (min-width: 1024px) {
  .header__main-nav > ul {
    padding-left: 15px;
  }
}

@media (max-width: 1023px) {
  .header__main-nav > ul > li:not(:last-child) {
    margin-bottom: 35px;
  }
}

@media (min-width: 1024px) {
  .header__main-nav > ul > li:not(:last-child) {
    padding-bottom: 32px;
  }
}

.header__main-nav > ul > li.menu-item-has-children > a:after {
  position: absolute;
  content: '';
  right: 4px;
  border: solid #fff;
  border-bottom-right-radius: 3px;
  transform: rotate(-45deg);
  transition: border-color .3s ease;
}

@media (max-width: 1023px) {
  .header__main-nav > ul > li.menu-item-has-children > a:after {
    top: 10px;
    width: 6px;
    height: 6px;
    border-width: 0 2px 2px 0;
  }
}

@media (min-width: 1024px) {
  .header__main-nav > ul > li.menu-item-has-children > a:after {
    top: 14px;
    width: 9px;
    height: 9px;
    border-width: 0 3px 3px 0;
  }
}

@media (min-width: 1024px) {
  .header__main-nav > ul > li.active > a {
    color: #2f57f0;
    transition: color .3s ease;
  }
  .header__main-nav > ul > li.active > a:before {
    background-color: #2f57f0;
    transition: background-color .3s ease;
  }
  .header__main-nav > ul > li.active > a:after {
    border-color: #2f57f0;
    transition: border-color .3s ease;
  }
  .header__main-nav > ul > li.active > ul {
    opacity: 1;
    pointer-events: auto;
    transition: opacity .3s ease;
  }
}

@media (min-width: 1024px) {
  .header__main-nav > ul > li > a {
    opacity: 0;
    transform: translate3d(0, 15px, 0);
    transition: opacity .5s ease, transform .5s ease, color .3s ease;
  }
  .menu-active .header__main-nav > ul > li > a {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: opacity .5s ease, transform .5s ease, color .3s ease;
  }
  .menu-active .header__main-nav > ul > li:nth-of-type(1) a {
    transition: opacity 0.5s ease calc(0.05s + 0.4s), transform 0.6s ease calc(0.05s + 0.4s), color 0.3s ease 0s;
  }
  .menu-active .header__main-nav > ul > li:nth-of-type(2) a {
    transition: opacity 0.5s ease calc(0.1s + 0.4s), transform 0.6s ease calc(0.1s + 0.4s), color 0.3s ease 0s;
  }
  .menu-active .header__main-nav > ul > li:nth-of-type(3) a {
    transition: opacity 0.5s ease calc(0.15s + 0.4s), transform 0.6s ease calc(0.15s + 0.4s), color 0.3s ease 0s;
  }
  .menu-active .header__main-nav > ul > li:nth-of-type(4) a {
    transition: opacity 0.5s ease calc(0.2s + 0.4s), transform 0.6s ease calc(0.2s + 0.4s), color 0.3s ease 0s;
  }
  .menu-active .header__main-nav > ul > li:nth-of-type(5) a {
    transition: opacity 0.5s ease calc(0.25s + 0.4s), transform 0.6s ease calc(0.25s + 0.4s), color 0.3s ease 0s;
  }
  .menu-active .header__main-nav > ul > li:nth-of-type(6) a {
    transition: opacity 0.5s ease calc(0.3s + 0.4s), transform 0.6s ease calc(0.3s + 0.4s), color 0.3s ease 0s;
  }
  .menu-active .header__main-nav > ul > li:nth-of-type(7) a {
    transition: opacity 0.5s ease calc(0.35s + 0.4s), transform 0.6s ease calc(0.35s + 0.4s), color 0.3s ease 0s;
  }
  .menu-active .header__main-nav > ul > li:nth-of-type(8) a {
    transition: opacity 0.5s ease calc(0.4s + 0.4s), transform 0.6s ease calc(0.4s + 0.4s), color 0.3s ease 0s;
  }
  .menu-active .header__main-nav > ul > li:nth-of-type(9) a {
    transition: opacity 0.5s ease calc(0.45s + 0.4s), transform 0.6s ease calc(0.45s + 0.4s), color 0.3s ease 0s;
  }
  .menu-active .header__main-nav > ul > li:nth-of-type(10) a {
    transition: opacity 0.5s ease calc(0.5s + 0.4s), transform 0.6s ease calc(0.5s + 0.4s), color 0.3s ease 0s;
  }
}

.header__main-nav > ul > li > a {
  font-size: clamp(1.5rem, 1.66667vw, 2rem);
  position: relative;
  display: block;
  width: 100%;
  font-weight: bold;
  letter-spacing: -0.01em;
  color: #fff;
  transition: color .3s ease;
}

.header__main-nav > ul > li > a:before {
  position: absolute;
  content: '';
  left: 0;
  width: 5px;
  height: 5px;
  background-color: #787878;
  transition: background-color .3s ease;
}

.header__main-nav > ul > li > a:hover {
  color: #2f57f0;
  transition: color .3s ease;
}

.header__main-nav > ul > li > a:hover:before {
  background-color: #2f57f0;
  transition: background-color .3s ease;
}

.header__main-nav > ul > li > a:hover:after {
  border-color: #2f57f0;
  transition: border-color .3s ease;
}

@media (max-width: 1023px) {
  .header__main-nav > ul > li > a {
    padding: 0 20px 0 22px;
  }
  .header__main-nav > ul > li > a:before {
    top: 11px;
  }
}

@media (min-width: 1024px) {
  .header__main-nav > ul > li > a {
    padding: 0 20px 0 22px;
  }
  .header__main-nav > ul > li > a:before {
    top: 17px;
  }
}

.header__main-nav > ul > li > ul {
  position: fixed;
  top: 0;
  right: 0;
  background-color: #f0f0f0;
  overflow: hidden;
}

@media (max-width: 1023px) {
  .header__main-nav > ul > li > ul {
    width: 100%;
    height: 100%;
    box-shadow: inset 99px 0 0 0 #000;
    pointer-events: none;
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
    z-index: 1;
    padding: 107px 30px 30px 129px;
    transition: transform .2s linear, visibility .5s linear;
  }
  .header__main-nav > ul > li > ul:after {
    position: absolute;
    content: '';
    right: -276px;
    bottom: -42px;
    width: 588px;
    height: 372px;
    mask-image: url("/source/37df73b788ae8ec84348645106603d9a/figure-2.svg");
    mask-size: 100% 100%;
    mask-repeat: no-repeat;
    background-color: #CFD0D0;
    pointer-events: none;
    z-index: -1;
  }
  .header__main-nav > ul > li > ul.active {
    pointer-events: auto;
    visibility: visible;
    transform: translate3d(0, 0, 0);
    transition: transform .2s linear;
  }
}

@media (min-width: 1024px) {
  .header__main-nav > ul > li > ul {
    top: 117px;
    left: 490px;
    width: 500px;
    max-width: 100%;
    opacity: 0;
    pointer-events: none;
    transition: opacity .3s ease;
  }
  .header__main-nav > ul > li > ul:after {
    display: none;
    right: -185px;
    bottom: -110px;
    width: 1087px;
    height: 576px;
  }
}

@media (max-width: 1023px) {
  .header__main-nav > ul > li > ul > li:not(:last-child) {
    margin-bottom: 25px;
  }
}

@media (min-width: 1024px) {
  .header__main-nav > ul > li > ul > li:not(:last-child) {
    margin-bottom: 27px;
  }
}

@media (min-width: 1024px) {
  .header__main-nav > ul > li > ul > li {
    opacity: 0;
  }
  .menu-active .header__main-nav > ul > li > ul > li {
    opacity: 1;
    transition: opacity .7s ease .7s;
  }
}

.header__main-nav > ul > li > ul > li > a {
  font-weight: bold;
  line-height: 1.1;
  letter-spacing: -0.01em;
  color: #797878;
  transition: color .5s ease;
}

@media (min-width: 1025px) {
  .header__main-nav > ul > li > ul > li > a:hover {
    color: #2f57f0;
    cursor: pointer;
    transition: color .5s ease;
  }
}

@media (max-width: 1023px) {
  .header__main-nav > ul > li > ul > li > a {
    font-size: 18px;
  }
}

@media (min-width: 1024px) {
  .header__main-nav > ul > li > ul > li > a {
    font-size: 24px;
  }
}

@media (max-width: 1023px) {
  .header__main-nav > ul > li > ul > li.current-menu-item > a {
    color: #2f57f0;
  }
}

.header__btn-back-wrap {
  display: none;
}

@media (max-width: 1023px) {
  .header__btn-back-wrap {
    position: absolute;
    top: 106px;
    left: 69px;
    display: block;
  }
}

.header__content-lang {
  margin: 1.875rem 0;
  margin-left: 15px;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity .3s ease .75s, transform .45s ease .75s;
}

.active .header__content-lang {
  transform: translateY(0);
  opacity: 1;
}

.header__btn-back {
  width: 12px;
  height: 12px;
  border: solid #2f57f0;
  border-width: 0 0 3px 3px;
  transform: rotate(45deg);
  font-size: 0;
}

.header__btn-back-title {
  display: none;
}

@media (max-width: 1023px) {
  .header__btn-back-title {
    display: block;
    width: calc(100% + 60px);
    font-size: 24px;
    font-weight: bold;
    letter-spacing: -0.01em;
    text-align: right;
    color: #2f57f0;
    margin-left: -30px;
  }
}

.header__bottom-nav {
  width: 100%;
  margin-top: auto;
  padding-top: 2rem;
}

@media (max-width: 1023px) {
  .header__bottom-nav > ul {
    padding-left: 10px;
  }
}

@media (min-width: 1024px) {
  .header__bottom-nav > ul {
    padding-left: 15px;
  }
}

@media (max-width: 1023px) {
  .header__bottom-nav > ul > li:not(:last-child) {
    margin-bottom: 30px;
  }
}

@media (min-width: 1024px) {
  .header__bottom-nav > ul > li:not(:last-child) {
    margin-bottom: 38px;
  }
}

@media (min-width: 1024px) {
  .header__bottom-nav > ul > li {
    opacity: 0;
    transform: translate3d(0, 10px, 0);
    transition: opacity .5s ease, transform .5s ease, color .3s ease;
  }
  .menu-active .header__bottom-nav > ul > li {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: opacity .5s ease, transform .6s ease, color .3s ease;
  }
  .menu-active .header__bottom-nav > ul > li:nth-of-type(1) {
    transition: opacity 0.5s ease calc(0.075s + 0.435s), transform 0.5s ease calc(0.075s + 0.435s), color 0.3s ease 0s;
  }
  .menu-active .header__bottom-nav > ul > li:nth-of-type(2) {
    transition: opacity 0.5s ease calc(0.15s + 0.435s), transform 0.5s ease calc(0.15s + 0.435s), color 0.3s ease 0s;
  }
  .menu-active .header__bottom-nav > ul > li:nth-of-type(3) {
    transition: opacity 0.5s ease calc(0.225s + 0.435s), transform 0.5s ease calc(0.225s + 0.435s), color 0.3s ease 0s;
  }
  .menu-active .header__bottom-nav > ul > li:nth-of-type(4) {
    transition: opacity 0.5s ease calc(0.3s + 0.435s), transform 0.5s ease calc(0.3s + 0.435s), color 0.3s ease 0s;
  }
  .menu-active .header__bottom-nav > ul > li:nth-of-type(5) {
    transition: opacity 0.5s ease calc(0.375s + 0.435s), transform 0.5s ease calc(0.375s + 0.435s), color 0.3s ease 0s;
  }
}

.header__bottom-nav > ul > li > a {
  position: relative;
  display: block;
  font-weight: 500;
  letter-spacing: -0.01em;
  color: #fff;
  padding-left: 20px;
  transition: color .3s ease;
}

.header__bottom-nav > ul > li > a:before {
  position: absolute;
  content: '';
  top: 5px;
  left: 0;
  width: 5px;
  height: 5px;
  background-color: #787878;
  transition: background-color .3s ease;
}

.header__bottom-nav > ul > li > a:hover {
  color: #2f57f0;
  transition: color .3s ease;
}

.header__bottom-nav > ul > li > a:hover:before {
  background-color: #2f57f0;
  transition: background-color .3s ease;
}

@media (max-width: 1023px) {
  .header__bottom-nav > ul > li > a {
    font-size: 16px;
  }
  .header__bottom-nav > ul > li > a:before {
    top: 6px;
  }
}

@media (min-width: 1024px) {
  .header__bottom-nav > ul > li > a {
    font-size: 18px;
  }
  .header__bottom-nav > ul > li > a:before {
    top: 7px;
  }
}

.header__btn-close {
  z-index: 1;
  display: none;
}

.header__btn-close:hover .header__btn-close-icon {
  fill: #2f57f0;
  transition: fill .3s ease;
}

@media (max-width: 1023px) {
  .header__btn-close {
    display: none;
  }
}

@media (min-width: 1024px) {
  .header__btn-close {
    position: fixed;
    top: 39px;
    right: 59px;
    width: 23px;
    height: 23px;
  }
}

.header__btn-close-icon {
  width: 100%;
  height: 100%;
  fill: #fff;
  transition: fill .3s ease;
}

@media (min-width: 1024px) {
  .header__btn-close-icon {
    fill: #000;
  }
}

.lang-switcher {
  display: flex;
  align-items: center;
  gap: calc(10rem / var(--fz-base));
  position: relative;
  color: inherit;
  font-size: clamp(0.875rem, 0.9375vw, 1.125rem);
  font-style: normal;
  font-weight: 400;
  line-height: 144.444%;
  letter-spacing: -.01em;
}

@media (min-width: 1025px) {
  .lang-switcher:hover .lang-switcher__current-txt:after {
    transform: translate3d(0, 0, 0);
  }
}

.lang-switcher__current-txt {
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.lang-switcher__current-txt:after {
  position: absolute;
  content: '';
  bottom: 0;
  left: -1px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transform: translate3d(-100%, 0, 0);
  transition: transform .5s ease;
}

.lang-switcher__icon {
  width: clamp(1.25rem, 1.30208vw, 1.5625rem);
  height: clamp(1.25rem, 1.30208vw, 1.5625rem);
  flex-shrink: 0;
}

.footer {
  position: relative;
  background-color: #000;
}

.footer__inner {
  position: relative;
  width: 100%;
  background-color: #000;
  overflow: hidden;
  z-index: 1;
}

.footer__bg {
  position: absolute;
  opacity: 0.2;
  z-index: 2;
}

@media (max-width: 1023px) {
  .footer__bg {
    bottom: 112px;
    right: -295px;
    width: 680px;
    height: 385px;
    transform: rotate(-90deg);
  }
}

@media (min-width: 1024px) {
  .footer__bg {
    bottom: -55px;
    left: -60px;
    width: 767px;
    height: 446px;
  }
}

.footer__bg-icon {
  fill: #787878;
  width: 100%;
  height: 100%;
}

.footer__bg-icon path {
  fill: rgba(120, 120, 120, 0);
  stroke: #787878;
  stroke-width: 0.1;
  stroke-dasharray: 200;
  stroke-dashoffset: -200;
}

.aos-animate .footer__bg-icon path {
  animation: to-stroke-anim 2.6s ease forwards -1s, uf2acf065 1s linear forwards 1.6s;
}

@keyframes uf2acf065 {
  to {
    fill: #787878;
  }
}

.footer__content {
  position: relative;
  display: flex;
  z-index: 2;
  margin: 0 auto;
}

@media (max-width: 1023px) {
  .footer__content {
    flex-direction: column;
    align-items: flex-start;
    padding: 60px 0 14px;
  }
}

@media (min-width: 1024px) {
  .footer__content {
    flex-wrap: wrap;
    padding: 76px 0 25px;
  }
}

@media (min-width: 1440px) {
  .footer__content {
    padding: 140px 0 343px;
  }
}

.footer__logo {
  display: block;
}

@media (max-width: 1023px) {
  .footer__logo {
    order: 1;
    width: 125px;
    margin-bottom: 46px;
  }
}

@media (min-width: 1024px) {
  .footer__logo {
    width: 145px;
  }
}

@media (min-width: 1440px) {
  .footer__logo {
    width: 248px;
  }
}

@media (max-width: 1023px) {
  .ca-version .footer__logo {
    width: 133px;
  }
}

@media (min-width: 1024px) {
  .ca-version .footer__logo {
    width: 154px;
  }
}

@media (min-width: 1440px) {
  .ca-version .footer__logo {
    width: 264px;
  }
}

.footer__logo-img {
  display: block;
  max-width: 100%;
  height: auto;
}

.footer__info {
  width: 100%;
  font-size: calc(0.8125rem + 0 * ((100vw - 375px) / 1225));
  max-width: 27.538em;
}

@media (min-width: 1600px) {
  .footer__info {
    font-size: 0.8125rem;
  }
}

@media (max-width: 1023px) {
  .footer__info {
    order: 4;
    padding-top: 84px;
  }
}

@media (min-width: 1024px) and (max-width: 1439px) {
  .footer__info {
    position: absolute;
    top: 185px;
    left: 0;
    padding-right: 115px;
  }
}

@media (min-width: 1440px) {
  .footer__info {
    position: absolute;
    top: 332px;
    left: 0;
  }
}

.footer__info * {
  font-weight: 500;
  font-size: inherit;
  line-height: 1.1;
  color: #787878;
}

.footer__info-menu {
  display: flex;
  flex-wrap: wrap;
}

.footer__info-menu > li {
  display: block;
}

.footer__info-menu > li:not(:last-child) {
  margin-right: 10px;
}

.footer__info-menu > li > a {
  transition: color .5s ease;
}

@media (min-width: 1025px) {
  .footer__info-menu > li > a:hover {
    color: #1e58f9;
    cursor: pointer;
    transition: color .5s ease;
  }
}

.footer__copyright {
  display: block;
  margin-bottom: 7px;
}

.footer__nav {
  flex: 1;
  overflow: hidden;
}

@media (max-width: 1023px) {
  .footer__nav {
    order: 2;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .footer__nav {
    max-width: 100%;
    padding: 20px 5% 64px 0;
  }
}

@media (min-width: 1024px) {
  .footer__nav {
    display: flex;
    justify-content: flex-end;
    margin: -1px 0 142px;
  }
}

@media (min-width: 768px) {
  .footer__nav > ul {
    column-count: 2;
    column-gap: 130px;
  }
}

@media (min-width: 1024px) {
  .footer__nav > ul {
    margin-left: auto;
  }
}

@media (min-width: 1280px) {
  .footer__nav > ul {
    column-count: 3;
    column-gap: 130px;
  }
}

.footer__nav > ul > li {
  break-inside: avoid;
}

.footer__nav > ul > li.menu-item-has-children {
  margin-bottom: 40px;
}

.footer__nav > ul > li.menu-item-has-children > a {
  pointer-events: none;
}

.footer__nav > ul > li a {
  transition: color .5s ease;
}

@media (min-width: 1025px) {
  .footer__nav > ul > li a:hover {
    color: #1e58f9;
    cursor: pointer;
    transition: color .5s ease;
  }
}

.footer__nav > ul > li > a {
  display: block;
  font-weight: 500;
  font-size: calc(1.125rem + 2 * ((100vw - 375px) / 1225));
  font-size: 18px;
  line-height: 1.1;
  color: #fff;
  white-space: nowrap;
  margin-bottom: 1.050em;
}

@media (min-width: 1600px) {
  .footer__nav > ul > li > a {
    font-size: 1.25rem;
  }
}

.footer__nav > ul > li > ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.footer__nav > ul > li > ul > li {
  display: block;
}

.footer__nav > ul > li > ul > li:not(:last-child) {
  margin-bottom: 19px;
}

@media (min-width: 1440px) {
  .footer__nav > ul > li > ul > li:not(:last-child) {
    margin-bottom: 22px;
  }
}

.footer__nav > ul > li > ul > li > a {
  font-weight: 500;
  font-size: calc(1rem + 1 * ((100vw - 375px) / 1225));
  line-height: 1.1;
  color: #9B9B9B;
  white-space: nowrap;
}

@media (min-width: 1600px) {
  .footer__nav > ul > li > ul > li > a {
    font-size: 1.0625rem;
  }
}

.footer__socials {
  width: 100%;
}

@media (max-width: 1023px) {
  .footer__socials {
    order: 3;
  }
}

@media (min-width: 1024px) {
  .footer__socials {
    display: flex;
    justify-content: flex-end;
  }
}

body {
  width: 100%;
  overflow-x: hidden;
  margin: 0;
}

.page-wrap {
  position: relative;
  width: 100%;
  min-width: 320px;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  margin: 0 auto;
}

.page-content {
  flex: 1;
  max-width: 100vw;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-content.has-popup {
  z-index: 99;
}

.page-content > section {
  width: 100%;
}

.block-width {
  width: 90%;
  max-width: 1362px;
  margin: 0 auto;
}

.block-width-l, .single-post__inner, .single-post__related-wrap, .contact__inner, .banner, .banner-text__container, .faq, .slider-cards__inner, .banner-img-overflow__cols, .not-found__content {
  width: 90%;
  max-width: 1362px;
  margin: 0 auto;
}

.block-width-m {
  width: 90%;
  max-width: 1130px;
  margin: 0 auto;
}

.block-top {
  position: relative;
  width: 100%;
  padding-bottom: 26px;
}

@media (min-width: 1024px) {
  .block-top.--in-row {
    flex-direction: row;
  }
}

.block-top.--with-btn {
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
}

.block-top.--with-btn .block-title, .block-top.--with-btn .block-title--inv, .block-top.--with-btn .black .faq-block__title, .black .block-top.--with-btn .faq-block__title, .block-top.--with-btn .contact__ttl, .block-top.--with-btn .gray .faq-block__title, .gray .block-top.--with-btn .faq-block__title, .block-top.--with-btn .slider-cards__title {
  flex: 1;
}

@media (min-width: 768px) {
  .block-top {
    padding-bottom: 40px;
  }
}

@media (min-width: 1280px) {
  .block-top {
    padding-bottom: 80px;
  }
}

.block-top .block-title, .block-top .block-title--inv, .block-top .black .faq-block__title, .black .block-top .faq-block__title, .block-top .contact__ttl, .block-top .gray .faq-block__title, .gray .block-top .faq-block__title, .block-top .slider-cards__title {
  width: 90%;
}

@media (min-width: 1024px) {
  .block-top .block-title, .block-top .block-title--inv, .block-top .black .faq-block__title, .black .block-top .faq-block__title, .block-top .contact__ttl, .block-top .gray .faq-block__title, .gray .block-top .faq-block__title, .block-top .slider-cards__title {
    width: 44%;
  }
}

.block-top .block-title.--full-width, .block-top .--full-width.block-title--inv, .block-top .black .--full-width.faq-block__title, .black .block-top .--full-width.faq-block__title, .block-top .--full-width.contact__ttl, .block-top .gray .--full-width.faq-block__title, .gray .block-top .--full-width.faq-block__title, .block-top .--full-width.slider-cards__title {
  width: 95%;
}

@media (min-width: 1024px) {
  .block-top .block-title.--full-width, .block-top .--full-width.block-title--inv, .block-top .black .--full-width.faq-block__title, .black .block-top .--full-width.faq-block__title, .block-top .--full-width.contact__ttl, .block-top .gray .--full-width.faq-block__title, .gray .block-top .--full-width.faq-block__title, .block-top .--full-width.slider-cards__title {
    width: 75%;
  }
}

.block-top .block-description {
  max-width: 22em;
}

@media (max-width: 767px) {
  .block-top .block-description {
    padding-top: 18px;
  }
}

@media (min-width: 1280px) {
  .block-top .block-description {
    padding-top: 13px;
    margin-left: 7%;
  }
}

.block-top .block-link {
  margin: 0 0 3px 5%;
}

@media (min-width: 768px) {
  .block-top .block-link {
    margin: 0 0 -3px 5%;
  }
}

@media (min-width: 1280px) {
  .block-top .block-link {
    margin: 0 0 7px 5%;
  }
}

.wysiwyg-block {
  padding: 35px 0 65px;
}

@media (min-width: 1280px) {
  .wysiwyg-block {
    padding: 100px 0;
  }
}

.d-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.col-start, .hbspt-form ul.inputs-list.multi-container, .post-item__content, .social-media, .header__content-inner, .header__content-col, .header__main-nav > ul > li > ul, .header__bottom-nav > ul, .block-top, .icon-item-five__item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.img-cover, .type-video .post-item__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.abs-full, .banner-img__overlay, .g-map-block__map-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.grecaptcha-badge {
  opacity: 0;
  visibility: hidden;
}

.whitepaper {
  width: 100%;
  overflow: hidden;
}

.whitepaper__inner {
  max-width: 1362px;
  margin: 0 auto 130px;
  width: 90%;
  display: flex;
  justify-content: space-between;
}

@media (max-width: 1023px) {
  .whitepaper__inner {
    flex-direction: column;
  }
}

.whitepaper__aside {
  max-width: 367px;
  width: 100%;
  padding-top: 30px;
}

@media (min-width: 1024px) {
  .whitepaper__aside {
    padding-top: 52px;
  }
}

.whitepaper__form {
  width: 100%;
  padding: 56px 36px 98px;
  background: #ededec;
  position: relative;
}

.whitepaper__form h3 {
  font-size: calc(1.625rem + 10 * ((100vw - 375px) / 1225));
  line-height: 1.17;
  font-weight: 500;
  margin-bottom: 23px;
}

@media (min-width: 1600px) {
  .whitepaper__form h3 {
    font-size: 2.25rem;
  }
}

.whitepaper__form:after {
  content: '';
  width: 215px;
  height: 58px;
  position: absolute;
  bottom: 7px;
  left: -26px;
  background: url("/source/cf41676ab4e4bfa95ef450772a18a1b3/whitepapers-single-aside-vector.svg") no-repeat center;
  background-size: contain;
}

.whitepaper__form input[type="text"],
.whitepaper__form input[type="email"] {
  background-color: transparent;
  border-color: #000000;
}

.whitepaper__form input[type="text"]::placeholder,
.whitepaper__form input[type="email"]::placeholder {
  color: #000000;
}

.whitepaper__content {
  flex: 1;
  max-width: 865px;
  margin-right: 20px;
}

.whitepaper__list {
  display: flex;
  flex-wrap: wrap;
  width: 90%;
  max-width: 1362px;
  margin: 80px auto;
  align-items: unset;
}

.whitepaper-item {
  margin-bottom: 40px;
  overflow: hidden;
  background: #F0F0F0;
  width: 100%;
  padding: 14px 20px 17px;
  display: flex;
}

@media (min-width: 768px) {
  .whitepaper-item {
    align-items: flex-start;
  }
}

@media (max-width: 767px) {
  .whitepaper-item {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (min-width: 1024px) {
  .whitepaper-item {
    width: calc(50% - 10px);
  }
  .whitepaper-item:not(:nth-child(2n + 2)) {
    margin-right: 20px;
  }
}

.whitepaper-item__img {
  background: #FFFFFF;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.06), 0px 4px 6px -1px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  padding: 8px;
}

@media (min-width: 768px) {
  .whitepaper-item__img {
    margin-right: 21px;
  }
}

@media (max-width: 767px) {
  .whitepaper-item__img {
    margin-bottom: 15px;
  }
}

.whitepaper-item__img img {
  width: 176px;
  height: 279px;
}

.whitepaper-item__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.whitepaper-item__tag {
  font-weight: 500;
  font-size: calc(1rem + 0 * ((100vw - 375px) / 1225));
  line-height: 1.62;
  letter-spacing: -0.01em;
  color: #FFF;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 9px;
  background: #9E9D9C;
  border-radius: 50px;
  margin-bottom: 22px;
}

@media (min-width: 1600px) {
  .whitepaper-item__tag {
    font-size: 1rem;
  }
}

.whitepaper-item h3 {
  font-size: calc(1.625rem + 12 * ((100vw - 375px) / 1225));
  line-height: 1;
  margin-bottom: 22px;
}

@media (min-width: 1600px) {
  .whitepaper-item h3 {
    font-size: 2.375rem;
  }
}

.whitepaper-item h3 a {
  color: inherit;
}

@media (min-width: 1025px) {
  .whitepaper-item h3 a:hover {
    transition: color .3s ease;
    color: #2f57f0;
  }
}

.whitepaper-item p {
  font-weight: 400;
  font-size: calc(1.125rem + 2 * ((100vw - 375px) / 1225));
  line-height: 1.45;
  letter-spacing: -0.01em;
  color: #000000;
}

@media (min-width: 1600px) {
  .whitepaper-item p {
    font-size: 1.25rem;
  }
}

.whitepaper-banner {
  width: 100%;
  position: relative;
  padding: 70px 0 0;
}

@media (min-width: 768px) {
  .whitepaper-banner {
    padding: 124px 0 0;
  }
}

.whitepaper-banner:before {
  content: '';
  width: 75.8%;
  height: calc(100% - 35px);
  position: absolute;
  left: 0;
  top: 0;
  background: #000;
  z-index: 1;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .whitepaper-banner:before {
    width: 68%;
  }
}

@media (max-width: 767px) {
  .whitepaper-banner:before {
    width: 50%;
  }
}

.whitepaper-banner:after {
  content: '';
  width: 299px;
  height: 67px;
  background: url("/source/d88b74d38312cff251a8acb8d69a525f/whitepapers-listing-banner-ico.svg") no-repeat center;
  background-size: contain;
  position: absolute;
  top: 41px;
  z-index: 2;
  transform: translateX(-100%);
}

@media (min-width: 1024px) and (max-width: 1279px) {
  .whitepaper-banner:after {
    left: 79%;
  }
}

@media (min-width: 1280px) {
  .whitepaper-banner:after {
    left: 77.8%;
  }
}

.whitepaper-banner__inner {
  position: relative;
  z-index: 2;
  max-width: 1362px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .whitepaper-banner__inner {
    width: 90%;
    display: flex;
  }
}

@media (max-width: 767px) {
  .whitepaper-banner__inner {
    padding-left: 5%;
    padding-right: 5%;
    background: #000;
  }
}

.whitepaper-banner__content {
  width: 100%;
  padding-top: 33px;
  padding-bottom: 20px;
}

@media (min-width: 768px) and (max-width: 1279px) {
  .whitepaper-banner__content {
    max-width: 50%;
    margin-right: 20px;
    padding-bottom: 50px;
  }
}

@media (min-width: 1280px) {
  .whitepaper-banner__content {
    max-width: 500px;
    margin-right: 110px;
    padding-bottom: 50px;
  }
}

.whitepaper-banner__content h1 {
  color: #FFF;
  margin-bottom: 39px;
}

.whitepaper-banner__content p {
  color: #9B9B9B;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -0.01em;
  font-size: calc(1rem + 4 * ((100vw - 375px) / 1225));
}

@media (min-width: 1600px) {
  .whitepaper-banner__content p {
    font-size: 1.25rem;
  }
}

.whitepaper-banner__form {
  padding-top: 43px;
}

.whitepaper-banner__form * {
  color: #FFF;
}

.whitepaper-banner__form .hbspt-form input[type="text"],
.whitepaper-banner__form .hbspt-form input[type="tel"],
.whitepaper-banner__form .hbspt-form input[type="email"],
.whitepaper-banner__form .hbspt-form textarea {
  background-color: transparent;
  border-color: #767876;
  color: #FFF;
}

.whitepaper-banner__form .hbspt-form input[type="checkbox"] {
  color: #767876;
}

.whitepaper-banner__form .hbspt-form input[type="checkbox"] + span {
  color: #767876;
}

.whitepaper-banner__form .hbspt-form .hs-submit .actions {
  justify-content: flex-start;
  max-width: 287px;
}

.whitepaper-banner__form .hbspt-form input[type="submit"] {
  color: #000;
  background-color: #fff;
  transition: background-color .5s ease;
}

@media (min-width: 1025px) {
  .whitepaper-banner__form .hbspt-form input[type="submit"]:hover {
    background-color: #476af2;
    transition: background-color .5s ease;
  }
}

.whitepaper-banner__img {
  flex: 1;
  position: relative;
  overflow: hidden;
}

@media (min-width: 768px) {
  .whitepaper-banner__img {
    height: 593px;
  }
}

@media (max-width: 1023px) {
  .whitepaper-banner__img {
    transform: translateY(40px);
  }
}

.whitepaper-banner__img:before {
  content: '';
  position: absolute;
  background-color: #000;
  width: 19.4%;
  height: 28.54%;
  z-index: 5;
  transform: translate(-50%, -50%) rotate(45deg);
}

.whitepaper-banner__img img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}

.contact {
  background-color: #787878;
  color: #fff;
}

.contact .social-share__items {
  margin-bottom: 1.25rem;
}

.contact__inner {
  padding-top: 80px;
  margin: 0 auto;
  position: relative;
}

@media (min-width: 768px) {
  .contact__inner {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-top: 106px;
  }
}

.contact__col-txt {
  padding-bottom: 80px;
}

@media (min-width: 768px) {
  .contact__col-txt {
    max-width: 48%;
    flex: 0 0 48%;
  }
}

@media (min-width: 1024px) {
  .contact__col-txt {
    max-width: 27rem;
    flex: 0 0 27rem;
    padding-bottom: 7.25rem;
  }
}

.contact__ttl {
  margin-bottom: 2.3rem;
}

.contact__descr {
  font-size: calc(1.125rem + 2 * ((100vw - 375px) / 1225));
  line-height: 1.3;
  margin-bottom: 5rem;
}

@media (min-width: 1600px) {
  .contact__descr {
    font-size: 1.25rem;
  }
}

@media (min-width: 768px) {
  .contact__descr {
    margin-bottom: 6.725rem;
  }
}

.contact__bg-icon {
  display: none;
}

.contact__item:not(:last-child) {
  margin-bottom: 2.5rem;
}

@media (min-width: 768px) {
  .contact__item:not(:last-child) {
    margin-bottom: 3.4375rem;
  }
}

.contact__item .icon-marker,
.contact__item .icon-phone,
.contact__item .icon-envelope {
  width: calc(28rem / var(--fz-base));
  height: calc(28rem / var(--fz-base));
  display: block;
  margin-bottom: .85rem;
}

.contact__item .icon-phone,
.contact__item .icon-envelope {
  fill: currentColor;
  color: #9e9d9c;
}

.contact__item a {
  font-size: calc(1.125rem + 0 * ((100vw - 375px) / 1225));
  color: currentColor;
  transition: color .5s ease;
}

@media (min-width: 1600px) {
  .contact__item a {
    font-size: 1.125rem;
  }
}

@media (min-width: 1025px) {
  .contact__item a:hover {
    color: #1e58f9;
    cursor: pointer;
    transition: color .5s ease;
  }
}

.contact__item-ttl {
  font-size: calc(1.25rem + 2 * ((100vw - 375px) / 1225));
  font-weight: 400;
  margin-bottom: 10px;
}

@media (min-width: 1600px) {
  .contact__item-ttl {
    font-size: 1.375rem;
  }
}

.contact.page-banner .contact__item-ttl {
  color: #000;
}

.contact__item-txt {
  font-size: calc(1rem + 0 * ((100vw - 375px) / 1225));
  line-height: 1.467;
  margin-top: 2.5rem;
}

@media (min-width: 1600px) {
  .contact__item-txt {
    font-size: 1rem;
  }
}

.contact__item-divider {
  width: 5.4375rem;
  height: 1.0625rem;
  display: block;
  margin-bottom: 3.125rem;
}

.contact__form {
  width: 100%;
  background-color: #fff;
  color: #000;
  border-radius: 4px;
  margin-bottom: 80px;
}

@media (max-width: 767px) {
  .contact__form {
    padding: 35px 25px 20px;
  }
}

@media (min-width: 768px) {
  .contact__form {
    max-width: 48%;
    padding: 45px;
  }
}

@media (min-width: 1024px) {
  .contact__form {
    max-width: 35.5rem;
    padding: 75px 70px 60px;
    margin-bottom: 7.25rem;
  }
}

.contact__form h3 {
  font-size: calc(2rem + 8 * ((100vw - 375px) / 1225));
  line-height: 1.3125;
  margin-bottom: 20px;
}

@media (min-width: 1600px) {
  .contact__form h3 {
    font-size: 2.5rem;
  }
}

.contact__form .hbspt-form {
  padding-top: 25px;
}

.contact.page-banner {
  background-color: #fff;
  overflow: hidden;
  padding: calc(82px + 15px) 0 0;
}

@media (min-width: 768px) {
  .contact.page-banner {
    padding: calc(82px + 38px) 0 35px;
  }
}

@media (min-width: 1280px) {
  .contact.page-banner {
    padding: calc(114px + 69px) 0 25px;
  }
}

.contact.page-banner .contact__inner {
  position: relative;
  padding: 0;
}

@media (min-width: 768px) {
  .contact.page-banner .contact__inner {
    flex-direction: row-reverse;
    justify-content: flex-end;
  }
}

.contact.page-banner .contact__ttl {
  position: relative;
  color: #000;
  z-index: 1;
}

@media (min-width: 1024px) {
  .contact.page-banner .contact__ttl {
    position: absolute;
    top: 0;
    left: 0;
  }
}

.contact.page-banner .contact__descr {
  position: relative;
  color: #000;
  max-width: 22.5em;
  z-index: 1;
}

@media (min-width: 1024px) {
  .contact.page-banner .contact__descr {
    position: absolute;
    top: 105px;
    left: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
}

.contact.page-banner .contact__bg-icon {
  display: block;
  width: 439px;
  height: 230px;
  pointer-events: none;
}

@media (max-width: 767px) {
  .contact.page-banner .contact__bg-icon {
    position: absolute;
    top: 145px;
    right: -185px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .contact.page-banner .contact__bg-icon {
    position: absolute;
    top: 180px;
    right: -175px;
  }
}

@media (min-width: 1024px) {
  .contact.page-banner .contact__bg-icon {
    margin: -12px 0 70px;
  }
}

.page-animation .contact.page-banner .contact__bg-icon path {
  fill: rgba(237, 237, 236, 0);
  stroke: #EDEDEC;
  stroke-width: 1;
  stroke-dasharray: 785;
  stroke-dashoffset: -785;
  animation: to-stroke-anim 3s ease forwards 0s, u53de4a5c 2s linear forwards 1.8s;
}

@keyframes u53de4a5c {
  to {
    fill: #ededec;
  }
}

.contact.page-banner .contact__item {
  font-size: clamp(1rem, 0.9375vw, 1.125rem);
  line-height: 1.2222;
  position: relative;
  color: #767876;
  z-index: 1;
}

.contact.page-banner .contact__item p:not(:last-child) {
  margin-bottom: 15px;
}

.contact.page-banner .contact__item .icon {
  color: #1e58f9;
}

.contact.page-banner .contact__item .social-share__item-link {
  border-color: #d0d0d0;
}

.contact.page-banner .contact__item-divider {
  opacity: 0.4;
}

.contact.page-banner .contact__form {
  background-color: #000;
}

@media (min-width: 768px) {
  .contact.page-banner .contact__form {
    margin-right: 3%;
  }
}

@media (min-width: 1024px) {
  .contact.page-banner .contact__form {
    margin-top: 225px;
  }
}

@media (min-width: 1280px) {
  .contact.page-banner .contact__form {
    margin-right: 10%;
  }
}

.contact.page-banner .contact__form * {
  color: #fff;
}

.contact.page-banner .contact__form *.hs-error-msg {
  color: #E74C3C;
}

.contact.page-banner .contact__form .hbspt-form input[type="text"],
.contact.page-banner .contact__form .hbspt-form input[type="tel"],
.contact.page-banner .contact__form .hbspt-form input[type="email"],
.contact.page-banner .contact__form .hbspt-form textarea {
  background-color: transparent;
  border-color: #767876;
}

.contact.page-banner .contact__form .hbspt-form input[type="checkbox"] {
  color: #767876;
}

.contact.page-banner .contact__form .hbspt-form input[type="checkbox"] + span {
  color: #767876;
}

.contact.page-banner .contact__form .hbspt-form input[type="submit"] {
  color: #000;
  background-color: #fff;
  transition: background-color .5s ease;
}

@media (min-width: 1025px) {
  .contact.page-banner .contact__form .hbspt-form input[type="submit"]:hover {
    background-color: #476af2;
    transition: background-color .5s ease;
  }
}

.contact.page-banner .contact__form .hs_contact_form_agreement > label {
  position: absolute;
  opacity: 0;
  font-size: 0;
  pointer-events: none;
}

.page-animation .contact__item.aos-animate .icon {
  opacity: 1;
  transform: scale(1);
  transition: opacity .3s ease,transform .45s ease;
}

.page-animation .contact__item.aos-animate .contact__item-address,
.page-animation .contact__item.aos-animate .contact__item-ttl,
.page-animation .contact__item.aos-animate .contact__item-ttl ~ a {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: opacity .3s ease .2s, transform .5s ease .2s;
}

.page-animation .contact__item.aos-animate .contact__item-ttl ~ a {
  transition: opacity .3s ease .275s, transform .5s ease .275s, color .3s ease;
}

.page-animation .contact__item.aos-animate .contact__item-address {
  transition-delay: .35s;
}

.page-animation .contact__item + .contact__item.aos-animate .icon {
  transition: opacity .3s ease .2s, transform .45s ease .2s;
}

.page-animation .contact__item + .contact__item.aos-animate .contact__item-ttl {
  transition: opacity .3s ease .3s, transform .5s ease .3s;
}

.page-animation .contact__item + .contact__item.aos-animate .contact__item-ttl + a {
  transition: opacity .3s ease .375s, transform .5s ease .375s, color .3s ease;
}

.page-animation .contact__item .icon {
  opacity: 0;
  transform: scale(0.35);
  transition: opacity .3s ease, transform .6s ease;
}

.page-animation .contact__item .contact__item-address,
.page-animation .contact__item .contact__item-ttl,
.page-animation .contact__item .contact__item-ttl ~ a {
  display: block;
  opacity: 0;
  transform: translate3d(0, 10px, 0);
  transition: opacity .3s ease, transform .5s ease, color .3s ease;
}

.capabilities-hero {
  width: 100%;
  position: relative;
}

.capabilities-hero:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  z-index: 1;
}

.capabilities-hero:after {
  content: '';
  width: 49.68%;
  height: 148px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  background: #FFFFFF;
}

.capabilities-hero__inner {
  max-width: 1362px;
  width: 90%;
  margin: 0 auto;
  display: flex;
  align-self: flex-start;
  justify-content: space-between;
  padding: 200px 0 0;
  position: relative;
  z-index: 3;
}

.capabilities-hero__img {
  max-width: 578px;
  width: 42.43%;
  height: 789px;
  margin-right: 30px;
  clip-path: polygon(0% 0%, 80% 0%, 100% 15%, 100% 100%, 16% 100%, 0% 88%);
}

.capabilities-hero__img img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}

.capabilities-hero__content {
  flex: 1;
  max-width: 650px;
  padding-top: 30px;
}

.capabilities-hero__content h1 {
  margin-bottom: 40px;
}

.capabilities {
  padding: 100px 0 140px;
  width: 100%;
  position: relative;
}

.capabilities + .resources-list {
  padding-top: 0;
}

.capabilities + .resources-list .block-top {
  padding-bottom: 0;
}

.capabilities + .resources-list .resources-list__posts {
  padding-top: 0;
}

@media (max-width: 1023px) {
  .capabilities {
    padding: 60px 0 80px;
  }
}

.capabilities__inner {
  max-width: 1362px;
  width: 90%;
  margin: 0 auto;
}

@media (min-width: 1024px) {
  .capabilities__inner {
    display: flex;
    align-items: flex-start;
  }
}

.capabilities__sidebar {
  width: 100%;
  margin: 0 20px 30px 0;
}

@media (min-width: 1024px) {
  .capabilities__sidebar {
    max-width: 390px;
    margin-right: 113px;
  }
}

@media (min-width: 1024px) {
  .capabilities__sidebar {
    position: sticky;
    top: 30px;
  }
}

.capabilities__sidebar h3 {
  margin-bottom: 48px;
  font-weight: 500;
  font-size: calc(1.75rem + 8 * ((100vw - 375px) / 1225));
  line-height: .97;
  letter-spacing: -0.01em;
}

@media (min-width: 1600px) {
  .capabilities__sidebar h3 {
    font-size: 2.25rem;
  }
}

.capabilities__sidebar .capabilities__nav {
  padding: 18px 19px;
  border: 1px solid #ededec;
  border-radius: 4px;
}

@media (min-width: 1024px) {
  .capabilities__sidebar .capabilities__nav {
    max-height: calc(100vh - 150px);
    overflow: auto;
  }
  .capabilities__sidebar .capabilities__nav::-webkit-scrollbar {
    width: 2px;
  }
  .capabilities__sidebar .capabilities__nav::-webkit-scrollbar-track {
    margin-bottom: 66px;
    margin-top: 73px;
  }
  .capabilities__sidebar .capabilities__nav::-webkit-scrollbar-thumb {
    background: #000;
    border: 1px solid #000;
  }
}

.capabilities__sidebar .capabilities__nav > div {
  display: none;
}

.capabilities__sidebar .capabilities__nav > div.active {
  display: block;
}

.capabilities__sidebar ul li {
  margin-bottom: 10px;
}

.capabilities__sidebar ul li a {
  letter-spacing: -0.01em;
  transition: .3s ease color;
  color: #000;
  font-size: calc(0.875rem + 2 * ((100vw - 375px) / 1225));
  line-height: 1.46;
  font-weight: 500;
}

@media (min-width: 1600px) {
  .capabilities__sidebar ul li a {
    font-size: 1rem;
  }
}

@media (min-width: 1025px) {
  .capabilities__sidebar ul li a:hover {
    color: #1e58f9;
  }
}

.capabilities__sidebar ul li.lvl1 {
  margin: 0 0 20px;
  padding-left: 10px;
}

.capabilities__sidebar ul li.lvl1 a {
  font-weight: 700;
  font-size: calc(1.125rem + 6 * ((100vw - 375px) / 1225));
  line-height: 1.3;
  letter-spacing: -0.01em;
}

@media (min-width: 1600px) {
  .capabilities__sidebar ul li.lvl1 a {
    font-size: 1.5rem;
  }
}

.capabilities__tabs {
  flex: 1;
}

.capabilities__tabs__nav {
  display: flex;
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .capabilities__tabs__nav li:not(:last-child) {
    margin-right: 48px;
  }
}

@media (max-width: 767px) {
  .capabilities__tabs__nav li:not(:last-child) {
    margin-right: 20px;
  }
}

.capabilities__tabs__nav li button {
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 3px solid #d0d0d0;
  font-size: calc(1.25rem + 6 * ((100vw - 375px) / 1225));
  line-height: 1.62;
  font-weight: 500;
  background: #FFFFFF;
  font-family: Aeonik, Helvetica, Arial, sans-serif;
  color: #000;
}

@media (min-width: 1600px) {
  .capabilities__tabs__nav li button {
    font-size: 1.625rem;
  }
}

@media (min-width: 768px) {
  .capabilities__tabs__nav li button {
    padding: 0 42px 16px;
  }
}

.capabilities__tabs__nav li button.active {
  border-color: #1e58f9;
}

.capabilities__tabs__content {
  display: none;
}

.capabilities__tabs__content.active {
  display: block;
}

.capabilities__table {
  margin-bottom: 32px;
  margin-top: 22px;
  max-width: 100%;
  overflow: auto;
}

.capabilities__table .table {
  width: 100%;
}

@media (min-width: 768px) {
  .capabilities__table .table {
    min-width: auto;
  }
}

@media (max-width: 767px) {
  .capabilities__table .table {
    min-width: 600px;
  }
}

.capabilities__table .table thead th {
  font-weight: 400;
  font-size: calc(0.875rem + 2 * ((100vw - 375px) / 1225));
  line-height: 1;
  padding-top: 13px;
  padding-bottom: 13px;
  text-transform: uppercase;
  color: #787878;
  background: #F0F0F0;
  text-align: left;
}

@media (min-width: 1600px) {
  .capabilities__table .table thead th {
    font-size: 1rem;
  }
}

.capabilities__table .table thead th:first-child {
  padding-left: 17px;
}

.capabilities__table .table thead tr {
  background: transparent !important;
}

.capabilities__table .table td {
  font-size: calc(0.875rem + 2 * ((100vw - 375px) / 1225));
  line-height: 1;
  padding-top: 13px;
  padding-bottom: 13px;
  font-weight: 500;
}

@media (min-width: 1600px) {
  .capabilities__table .table td {
    font-size: 1rem;
  }
}

.capabilities__table .table td:first-child {
  padding-left: 17px;
}

.capabilities__table .table td.red {
  color: #FF594E;
}

.capabilities__table .table td.green {
  color: #17AC64;
}

.hero-transparent {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  padding: 187px 0 105px;
  background: #ededec;
  overflow: hidden;
}

@media (max-width: 767px) {
  .hero-transparent {
    height: auto;
    padding: 60px 0 40px;
  }
}

.hero-transparent__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.hero-transparent__bg:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 2;
}

.hero-transparent__bg img {
  position: relative;
  z-index: 1;
  object-position: center;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.hero-transparent__bg-icon {
  position: absolute;
  right: 2.93%;
  bottom: -16.87%;
  width: 38.375%;
  height: 84.81%;
  pointer-events: none;
}

@media (max-width: 1023px) {
  .hero-transparent__bg-icon {
    right: -20%;
    bottom: -28%;
    width: 85%;
  }
}

.hero-transparent__bg-icon path {
  fill: #fff;
}

.page-animation .hero-transparent__bg-icon path {
  fill: rgba(255, 255, 255, 0);
  stroke: #fff;
  stroke-width: 1;
  stroke-dasharray: 900;
  stroke-dashoffset: -900;
  animation: to-stroke-anim 2.6s ease forwards 0.2s, ube5436f7 1s linear forwards calc(0.2s + 1.4s);
}

@keyframes ube5436f7 {
  to {
    fill: white;
  }
}

.hero-transparent__inner {
  max-width: 1362px;
  width: 90%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.hero-transparent__inner h1 {
  color: #000000;
  margin-bottom: 39px;
}

.hero-transparent__inner p {
  line-height: 1.3;
  max-width: 27em;
  color: #000000;
}

.page-animation .hero-transparent__description {
  opacity: 0;
  transform: translate3d(0, 10px, 0);
  animation: to-origin-anim 0.6s ease forwards calc(0.2s + .75s);
}

.points-block {
  overflow: hidden;
  padding: 20px 0;
}

@media (min-width: 768px) {
  .points-block {
    padding: 94px 0 40px;
  }
}

.points-block + .resources-list {
  background: #ededec;
}

@media (min-width: 1024px) {
  .points-block + .resources-list {
    margin-top: 120px;
  }
}

.points-block.right .points-block__container {
  flex-direction: row-reverse;
}

.points-block.right .points-block__img-wrap {
  margin-left: 0;
  padding-bottom: 209px;
  position: relative;
}

@media (max-width: 767px) {
  .points-block.right .points-block__img-wrap {
    padding-bottom: 120px;
  }
}

.points-block.right .points-block__img-wrap:before {
  content: '';
  width: 614px;
  background: url("/source/eec79f8d17cd136af1b6841c1afb143f/dfm-image-left-vector.svg") no-repeat center;
  background-size: contain;
  position: absolute;
  bottom: 0;
  left: -135px;
  z-index: -1;
}

@media (min-width: 768px) {
  .points-block.right .points-block__img-wrap:before {
    height: 402px;
  }
}

@media (min-width: 1024px) {
  .points-block.right .points-block__img-wrap {
    margin-right: 85px;
  }
}

.points-block:not(.with-image) .points-block__faq {
  display: none;
}

@media (min-width: 1024px) {
  .points-block:not(.with-image) .points-block__inner {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
}

.points-block:not(.with-image) .points-block__text {
  flex: 1;
  margin-right: 40px;
}

.points-block:not(.with-image) .points-block__list {
  width: 100%;
}

@media (min-width: 1024px) and (max-width: 1279px) {
  .points-block:not(.with-image) .points-block__list {
    max-width: 50%;
  }
}

@media (max-width: 1023px) {
  .points-block:not(.with-image) .points-block__list {
    margin-top: 40px;
  }
}

.points-block__text .wysiwyg-styles, .points-block__text .wysiwyg-styles--inv, .points-block__text .banner-download__editor, .points-block__text .black .faq-block__item-content-inner, .black .points-block__text .faq-block__item-content-inner, .points-block__text .wysiwyg-block__inner, .points-block__text .points-block__faq-text, .points-block__text .gray .faq-block__item-content-inner, .gray .points-block__text .faq-block__item-content-inner, .points-block__text .faq__block-item-content-inner, .points-block__text .text-editor, .points-block__text .careers-single-content__text, .points-block__text .technology-banner__nav, .points-block__text .technology-block__head, .points-block__text .technology-block__col, .points-block__text .quote-block__form, .points-block__text .quote-block__aside {
  max-width: 587px;
}

.points-block__container {
  max-width: 1362px;
  width: 90%;
  margin: 0 auto;
}

@media (min-width: 1024px) {
  .points-block__container {
    display: flex;
  }
}

.points-block__inner {
  flex: 1;
}

.points-block__inner h2 {
  margin-bottom: 43px;
}

.points-block__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 648px;
}

.points-block__item {
  width: calc(50% - 5px);
  min-height: 65px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 10px;
  background: #2f57f0;
}

@media (min-width: 768px) {
  .points-block__item {
    width: calc(33.3% - 6.67px);
    max-width: 209px;
  }
  .points-block__item:not(:nth-child(3n + 3)) {
    margin-right: 10px;
  }
  .page-animation .points-block__item[data-aos=fade-up].aos-animate:nth-child(3n + 2) {
    transition-delay: .1s;
  }
  .page-animation .points-block__item[data-aos=fade-up].aos-animate:nth-child(3n + 3) {
    transition-delay: .2s;
  }
}

@media (max-width: 767px) {
  .points-block__item:not(:nth-child(2n + 2)) {
    margin-right: 10px;
  }
  .page-animation .points-block__item:nth-child(even)[data-aos=fade-up].aos-animate {
    transition-delay: .1s;
  }
}

.points-block__item p {
  margin-bottom: 0;
  text-align: center;
  font-size: calc(1rem + 2 * ((100vw - 375px) / 1225));
  line-height: 1.2;
  letter-spacing: -0.01em;
  color: #FFFFFF;
}

@media (min-width: 1600px) {
  .points-block__item p {
    font-size: 1.125rem;
  }
}

.points-block__img-wrap {
  padding-bottom: 222px;
  overflow: hidden;
  position: relative;
}

.points-block__img-wrap:before {
  content: '';
  width: 581px;
  height: 275px;
  background: url("/source/a25d7097e4223348a3c02868f9a00007/dfm-image-right-vector.svg") no-repeat center;
  background-size: contain;
  position: absolute;
  bottom: 0;
  right: -33px;
  z-index: -1;
}

@media (max-width: 1023px) {
  .points-block__img-wrap:before {
    max-width: 80%;
    height: 200px;
  }
}

.page-animation .points-block__img-wrap.aos-animate .points-block__img {
  transform: scale(1);
  transition: transform .8s ease;
}

@media (max-width: 767px) {
  .points-block__img-wrap {
    padding-bottom: 150px;
  }
}

@media (min-width: 1024px) {
  .points-block__img-wrap {
    max-width: 50%;
    margin-left: 50px;
  }
}

@media (max-width: 1023px) {
  .points-block__img-wrap {
    margin-top: 40px;
  }
}

.points-block__img {
  max-width: 100%;
  height: auto;
}

.page-animation .points-block__img {
  transform: scale(1.3);
  transform-origin: 50% 50%;
  transition: transform .8s ease;
}

.points-block__illustration {
  display: block;
  width: 100%;
  height: auto;
}

@media (max-width: 767px) {
  .points-block__illustration {
    width: 110%;
    height: auto;
  }
  .points-block__illustration.left {
    margin-left: -8%;
  }
}

.points-block__faq {
  position: relative;
  padding: 38px 40px 51px 50px;
  background: #ededec;
  margin-top: 56px;
  max-width: 597px;
  overflow: hidden;
}

.points-block__faq:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 6px;
  height: 100%;
  background-color: #1e58f9;
}

.page-animation .points-block__faq:before {
  transform: translate3d(0, -100%, 0);
  transition: transform .6s ease;
}

.page-animation .points-block__faq.aos-animate:before {
  transform: translate3d(0, 0, 0);
  transition: transform .8s ease .15s;
}

.points-block__faq-title {
  font-size: calc(1.75rem + 10 * ((100vw - 375px) / 1225));
  line-height: 1.2;
  letter-spacing: -0.01em;
  margin-bottom: 20px;
  color: #1e58f9;
}

@media (min-width: 1600px) {
  .points-block__faq-title {
    font-size: 2.375rem;
  }
}

.text-banner {
  margin: 50px auto 20px;
  max-width: 1390px;
  width: 90% !important;
  padding: 47px 115px 47px 50px;
  border: 1px solid #510F59;
  border-left: 63px solid #510F59;
  border-radius: 10px;
  background: #FFF;
}

@media (max-width: 767px) {
  .text-banner {
    padding: 25px;
    width: 95% !important;
    border-left: 25px solid #510F59;
  }
}

.text-banner:last-child {
  margin-bottom: 120px;
}

.text-banner h3 {
  font-weight: 500;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 42px;
  color: #000000;
}

.text-banner p {
  font-size: 18px;
  line-height: 26px;
  color: #1D142C;
  margin-bottom: 0;
}

.page-animation .points-block__img-wrap.aos-animate .points-block__illustration.right .illustration__icon,
.page-animation .points-block__img-wrap.aos-animate .points-block__illustration.right .illustration__dots,
.page-animation .points-block__img-wrap.aos-animate .points-block__illustration.right .illustration__back,
.page-animation .points-block__img-wrap.aos-animate .points-block__illustration.right .illustration__dots-back,
.page-animation .points-block__img-wrap.aos-animate .points-block__illustration.right .illustration__bg {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: opacity .3s ease, transform .6s ease;
}

.page-animation .points-block__img-wrap.aos-animate .points-block__illustration.right .illustration__bg.bg-top {
  transition-delay: .1s;
}

.page-animation .points-block__img-wrap.aos-animate .points-block__illustration.right .illustration__bg.bg-bottom {
  transition-delay: .2s;
}

.page-animation .points-block__img-wrap.aos-animate .points-block__illustration.right .illustration__dots-back {
  transition-delay: .3s;
}

.page-animation .points-block__img-wrap.aos-animate .points-block__illustration.right .illustration__back {
  transition-delay: .4s;
}

.page-animation .points-block__img-wrap.aos-animate .points-block__illustration.right .illustration__dots {
  transition-delay: .6s;
}

.page-animation .points-block__img-wrap.aos-animate .points-block__illustration.right .illustration__icon.icon-1 {
  transition-delay: .2s;
}

.page-animation .points-block__img-wrap.aos-animate .points-block__illustration.right .illustration__icon.icon-2 {
  transition-delay: .3s;
}

.page-animation .points-block__img-wrap.aos-animate .points-block__illustration.right .illustration__icon.icon-3 {
  transition-delay: .4s;
}

.page-animation .points-block__img-wrap.aos-animate .points-block__illustration.right .illustration__icon.icon-4 {
  transition-delay: .5s;
}

.page-animation .points-block__img-wrap.aos-animate .points-block__illustration.right .illustration__cross,
.page-animation .points-block__img-wrap.aos-animate .points-block__illustration.right .illustration__stars,
.page-animation .points-block__img-wrap.aos-animate .points-block__illustration.right .illustration__check {
  transform: scale(1);
  transition: transform .5s ease;
  transition-delay: .3s;
}

.page-animation .points-block__img-wrap.aos-animate .points-block__illustration.right .illustration__cross {
  transition-delay: .5s;
}

.page-animation .points-block__img-wrap.aos-animate .points-block__illustration.right .illustration__stars {
  transition-delay: .6s;
}

.page-animation .points-block__img-wrap.aos-animate .points-block__illustration.right .illustration__line {
  transform: scaleX(1);
  transition: transform .5s ease;
}

.page-animation .points-block__img-wrap.aos-animate .points-block__illustration.right .illustration__line.line-1 {
  transition-delay: .4s;
}

.page-animation .points-block__img-wrap.aos-animate .points-block__illustration.right .illustration__line.line-2 {
  transition-delay: .5s;
}

.page-animation .points-block__img-wrap.aos-animate .points-block__illustration.right .illustration__line.line-3 {
  transition-delay: .6s;
}

.page-animation .points-block__img-wrap.aos-animate .points-block__illustration.right .illustration__line.line-4 {
  transition-delay: .7s;
}

.page-animation .points-block__img-wrap.aos-animate .points-block__illustration.right .illustration__line.line-5 {
  transition-delay: .8s;
}

.page-animation .points-block__img-wrap.aos-animate .points-block__illustration.right .illustration__line.line-6 {
  transition-delay: .9s;
}

.page-animation .points-block__img-wrap.aos-animate .points-block__illustration.right .illustration__curve {
  stroke-dashoffset: 0;
  transition: 2s ease;
}

.page-animation .points-block__img-wrap.aos-animate .points-block__illustration.left {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: opacity .3s ease, transform .6s ease;
}

.page-animation .points-block__img-wrap.aos-animate .points-block__illustration.left .illustration__dots-overlay {
  transform: scaleX(0);
  transition: transform 1.2s linear .3s;
}

.page-animation .points-block__img-wrap.aos-animate .points-block__illustration.left .illustration__stars,
.page-animation .points-block__img-wrap.aos-animate .points-block__illustration.left .illustration__icon,
.page-animation .points-block__img-wrap.aos-animate .points-block__illustration.left .illustration__rect {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: opacity .3s ease, transform .5s ease;
}

.page-animation .points-block__img-wrap.aos-animate .points-block__illustration.left .illustration__rect.rect-1 {
  transition-delay: .4s;
}

.page-animation .points-block__img-wrap.aos-animate .points-block__illustration.left .illustration__rect.rect-2 {
  transition-delay: .55s;
}

.page-animation .points-block__img-wrap.aos-animate .points-block__illustration.left .illustration__rect.rect-3 {
  transition-delay: .7s;
}

.page-animation .points-block__img-wrap.aos-animate .points-block__illustration.left .illustration__rect.rect-4 {
  transition-delay: .85s;
}

.page-animation .points-block__img-wrap.aos-animate .points-block__illustration.left .illustration__rect.rect-5 {
  transition-delay: 1s;
}

.page-animation .points-block__img-wrap.aos-animate .points-block__illustration.left .illustration__rect.rect-6 {
  transition-delay: 1.05s;
}

.page-animation .points-block__img-wrap.aos-animate .points-block__illustration.left .illustration__rect.rect-7 {
  transition-delay: 1.2s;
}

.page-animation .points-block__img-wrap.aos-animate .points-block__illustration.left .illustration__icon.icon-left {
  transition-delay: .8s;
}

.page-animation .points-block__img-wrap.aos-animate .points-block__illustration.left .illustration__icon.icon-right {
  transition-delay: .9s;
}

.page-animation .points-block__img-wrap.aos-animate .points-block__illustration.left .illustration__box {
  opacity: 1;
  transform: scale(1);
  transition: opacity .5s ease, transform 1s ease;
}

.page-animation .points-block__img-wrap.aos-animate .points-block__illustration.left .illustration__box.box-1 {
  transition-delay: .3s;
}

.page-animation .points-block__img-wrap.aos-animate .points-block__illustration.left .illustration__box.box-2 {
  transition-delay: .4s;
}

.page-animation .points-block__img-wrap.aos-animate .points-block__illustration.left .illustration__box.box-3 {
  transition-delay: .5s;
}

.page-animation .points-block__img-wrap.aos-animate .points-block__illustration.left .illustration__box.box-4 {
  transition-delay: .6s;
}

.page-animation .points-block__img-wrap.aos-animate .points-block__illustration.left .illustration__stars.stars-top {
  transition-delay: 1s;
}

.page-animation .points-block__img-wrap.aos-animate .points-block__illustration.left .illustration__stars.stars-bottom {
  transition-delay: 1.2s;
}

.page-animation .points-block__illustration.right .illustration__back,
.page-animation .points-block__illustration.right .illustration__bg,
.page-animation .points-block__illustration.right .illustration__dots-back,
.page-animation .points-block__illustration.right .illustration__dots {
  opacity: 0;
  transform: translate3d(0, 20px, 0);
  transition: opacity .3s ease, transform .5s ease;
}

.page-animation .points-block__illustration.right .illustration__dots {
  transform: translate3d(0, 15px, 0);
}

.page-animation .points-block__illustration.right .illustration__check,
.page-animation .points-block__illustration.right .illustration__cross,
.page-animation .points-block__illustration.right .illustration__stars {
  transform: scale(0);
  transform-origin: 55% 12%;
  transition: transform .5s ease;
}

.page-animation .points-block__illustration.right .illustration__cross {
  transform-origin: 55% 61%;
}

.page-animation .points-block__illustration.right .illustration__stars {
  transform-origin: 71% 14%;
}

.page-animation .points-block__illustration.right .illustration__line {
  transform: scaleX(0);
  transform-origin: 52% 0;
  transition: transform .5s ease;
}

.page-animation .points-block__illustration.right .illustration__icon {
  opacity: 0;
  transform: translate3d(0, 10px, 0);
  transition: opacity .3s ease, transform .5s ease;
}

.page-animation .points-block__illustration.right .illustration__curve {
  stroke-dasharray: 380px;
  stroke-dashoffset: 380px;
  transition: 1s ease;
}

.page-animation .points-block__illustration.left {
  opacity: 0;
  transform: translate3d(0, 20px, 0);
  transition: opacity .3s ease, transform .6s ease;
}

.page-animation .points-block__illustration.left .illustration__dots-overlay {
  transform: scaleX(1);
  transition: transform 2s ease;
}

.page-animation .points-block__illustration.left .illustration__dots-overlay.overlay-top {
  transform-origin: 58% 0;
}

.page-animation .points-block__illustration.left .illustration__dots-overlay.overlay-bottom {
  transform-origin: 45% 0;
}

.page-animation .points-block__illustration.left .illustration__icon {
  opacity: 0;
  transform: translate3d(0, 10px, 0);
  transition: opacity .3s ease, transform .5s ease;
}

.page-animation .points-block__illustration.left .illustration__stars,
.page-animation .points-block__illustration.left .illustration__rect {
  opacity: 0;
  transform: translate3d(0, 5px, 0);
  transition: opacity .3s ease, transform .5s ease;
}

.page-animation .points-block__illustration.left .illustration__box {
  opacity: 0;
  transform: scale(0.8);
  transition: transform .5s ease;
}

.page-animation .points-block__illustration.left .illustration__box.box-1 {
  transform-origin: 67% 24%;
}

.page-animation .points-block__illustration.left .illustration__box.box-2 {
  transform-origin: 80% 24%;
}

.page-animation .points-block__illustration.left .illustration__box.box-3 {
  transform-origin: 67% 47%;
}

.page-animation .points-block__illustration.left .illustration__box.box-4 {
  transform-origin: 80% 47%;
}

.two-column {
  background: #000;
  width: 100%;
  min-height: 100vh;
  display: flex;
  color: #fff;
}

.two-column > h1 {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}

.two-column__ttl {
  color: #fff;
}

/* Hover */
.two-column__item .btn-arrow {
  transition: all .3s;
}

.two-column__item .btn-arrow:after {
  transition: all .3s;
}

@media (min-width: 1025px) {
  .two-column__item .btn-arrow:hover {
    color: #fff;
  }
  .two-column__item .btn-arrow:hover:after {
    background: url("/source/d2104f202fa7369558af3459b081e999/btn-arr-ico-white.svg") no-repeat center;
    background-size: contain;
  }
}

@media (min-width: 1024px) {
  .two-column__item:nth-child(1) .btn-arrow {
    padding: 1.25rem 1.62rem;
  }
}

@media (min-width: 1024px) {
  .two-column__item:nth-child(2) .btn-arrow {
    padding: 1.25rem 1.62rem;
  }
}

@media (min-width: 1025px) {
  .two-column__item:nth-child(2) .btn-arrow:hover {
    background: #000;
  }
}

.two-column__item,
.two-column__img,
.two-column__ttl,
.two-column__dsc {
  transition: .3s ease-in-out;
}

.two-column__inner {
  display: flex;
  justify-content: center;
  width: 100%;
  flex-wrap: wrap;
}

.two-column__item {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 5rem 1.5rem;
}

@media (max-width: 1023px) {
  .two-column__item {
    width: 100%;
  }
}

.two-column__item:nth-child(1) .two-column__content, .two-column__item:nth-child(2) .two-column__content {
  background: rgba(255, 255, 255, 0.05);
}

.two-column__item:nth-child(1) .two-column__content:hover, .two-column__item:nth-child(2) .two-column__content:hover {
  background: rgba(255, 255, 255, 0.14);
}

.two-column__item:nth-child(1) {
  background: #000;
}

.two-column__item:nth-child(2) {
  background: #1e58f9;
}

.two-column__content {
  max-width: 36.875rem;
  min-height: 39.75rem;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 2.8rem;
  border-radius: 1.25rem;
  transition: all .3s;
}

@media (max-width: 1023px) {
  .two-column__content {
    min-height: 10rem;
  }
}

@media (max-width: 767px) {
  .two-column__content {
    padding: 1.8rem;
  }
}

.two-column__content:hover .two-column__img {
  transform: scale(1.2);
}

.two-column__img {
  max-width: 7rem;
  margin-bottom: 3.75rem;
  transition: all .3s;
  transform-origin: left top;
}

@media (max-width: 1023px) {
  .two-column__img {
    max-width: 4.5rem;
    margin-bottom: 1.5rem;
  }
}

.two-column__img img {
  width: 100%;
  height: auto;
}

.two-column__ttl {
  font-size: calc(2rem + 8 * ((100vw - 375px) / 1225));
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -0.4px;
  text-transform: capitalize;
  margin-bottom: 1rem;
}

@media (min-width: 1600px) {
  .two-column__ttl {
    font-size: 2.5rem;
  }
}

.two-column__dsc {
  color: #EDEDEC;
  font-size: calc(1rem + 2 * ((100vw - 375px) / 1225));
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -0.18px;
  margin-bottom: 2.5rem;
}

@media (min-width: 1600px) {
  .two-column__dsc {
    font-size: 1.125rem;
  }
}

.two-column__btns {
  display: flex;
  align-items: center;
}

@media (min-width: 1024px) {
  .two-column__btns {
    transition: .3s ease-in-out;
  }
}

@media (max-width: 1023px) {
  .two-column__btns {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (min-width: 1024px) {
  .two-column__btns .btn-callback {
    margin-left: 1.5rem;
  }
}

@media (max-width: 1023px) {
  .two-column__btns .btn-callback {
    margin-top: .75rem;
  }
}

.form-sidebar {
  min-height: 100vh;
  display: flex;
  width: 100%;
}

@media (min-width: 1024px) {
  .form-sidebar.--step:not(.--success) .form-sidebar__aside {
    align-items: flex-start;
  }
}

@media (max-width: 1023px) {
  .form-sidebar.--step .form-sidebar__container {
    flex-direction: column;
  }
}

@media (max-width: 1023px) {
  .form-sidebar.--step .form-sidebar__aside {
    padding: 5rem 1.25rem 1rem;
  }
}

@media (max-width: 1023px) {
  .form-sidebar.--step .form-sidebar__inner {
    padding: 2rem 0 6.125rem;
  }
}

@media (max-width: 1023px) {
  .form-sidebar.--step .form-sidebar__back {
    display: block;
  }
}

.form-sidebar:not(.--success) .form-sidebar__content.--success {
  display: none;
}

.form-sidebar:not(.--step) .form-sidebar__aside {
  align-items: flex-start;
}

@media (max-width: 1023px) {
  .form-sidebar.--success .form-sidebar {
    padding-top: 2.5rem;
  }
}

.form-sidebar.--success .form-sidebar__content:not(.--success) {
  display: none;
}

@media (max-width: 1023px) {
  .form-sidebar.--success .form-sidebar__container {
    flex-direction: column-reverse;
  }
}

.form-sidebar.--success .form-sidebar__ttl {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.form-sidebar.--success .form-sidebar__ttl:before {
  content: '';
  width: 3.5rem;
  height: 3.5rem;
  background: url("/source/d9dfb67844d7cc082777bdd7202f00cc/form-step-success-ico.svg") no-repeat center;
  background-size: contain;
  margin-bottom: 1.625rem;
  display: block;
}

.form-sidebar .wpcf7-form.submitting .custom-form__step {
  display: none !important;
}

.form-sidebar .wpcf7-form.submitting .form-sidebar__loader {
  display: block !important;
}

.form-sidebar__container {
  display: flex;
  justify-content: center;
  width: 100%;
}

@media (max-width: 1023px) {
  .form-sidebar__container {
    flex-direction: column-reverse;
  }
}

.form-sidebar__aside {
  max-width: 31.75%;
  width: 100%;
  background: #1e58f9;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10rem 3.75rem 5rem 2.5rem;
  color: #fff;
}

@media (max-width: 1023px) {
  .form-sidebar__aside {
    max-width: 100%;
    padding: 2.5rem 1.25rem;
  }
}

.form-sidebar__inner {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  padding: 10rem 0 5rem;
}

@media (max-width: 1023px) {
  .form-sidebar__inner {
    max-width: 100%;
    padding: 2rem 0 3.75rem;
  }
}

.form-sidebar__inner:after {
  content: '';
  width: 21.5rem;
  height: 11.25rem;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  background: url("/source/8331dc3cb091a5eed8fa6f14d554d1f3/form-sidebar-vector.svg") no-repeat center;
  background-size: contain;
}

@media (max-width: 1023px) {
  .form-sidebar__inner:after {
    display: none;
  }
}

.form-sidebar__content {
  width: 100%;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (max-width: 1023px) {
  .form-sidebar__content {
    padding: 0 1.25rem;
  }
  .form-sidebar__content.--success {
    padding-top: 5rem;
  }
  .form-sidebar__content.--success .form-sidebar__ttl {
    text-align: center;
  }
}

.form-sidebar__content > .wpcf7,
.form-sidebar__content .wpcf7-form {
  width: 100%;
}

.form-sidebar__content .wpcf7-form {
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.form-sidebar__content .wpcf7-form .wpcf7-spinner {
  margin-bottom: 1rem;
  display: none !important;
}

.form-sidebar__content .wpcf7-form .wpcf7-response-output {
  display: none !important;
}

.form-sidebar__head {
  width: 100%;
  margin-bottom: 2rem;
}

@media (min-width: 1024px) {
  .form-sidebar__head {
    max-width: 25rem;
    margin-bottom: 2.5rem;
  }
}

.form-sidebar__ttl {
  text-align: center;
  font-size: calc(1.875rem + 0 * ((100vw - 375px) / 1225));
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -0.3px;
  text-transform: capitalize;
  margin-bottom: 0.75rem;
  color: #000;
}

@media (min-width: 1600px) {
  .form-sidebar__ttl {
    font-size: 1.875rem;
  }
}

@media (max-width: 1023px) {
  .form-sidebar__ttl {
    text-align: left;
  }
}

.form-sidebar__dsc {
  text-align: center;
  font-size: calc(0.875rem + 2 * ((100vw - 375px) / 1225));
  line-height: 1.4;
}

@media (min-width: 1600px) {
  .form-sidebar__dsc {
    font-size: 1rem;
  }
}

@media (max-width: 1023px) {
  .form-sidebar__dsc {
    text-align: left;
  }
}

.form-sidebar__form {
  max-width: 51.25rem;
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  justify-content: center;
}

.form-sidebar__form > p {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: center;
}

.form-sidebar__form .wpcf7-previous {
  font-size: calc(0.875rem + 0 * ((100vw - 375px) / 1225));
  font-weight: 400;
  line-height: 1.85;
  letter-spacing: 0.28px;
  display: flex;
  align-items: center;
  color: #000;
  transition: .3s color ease-in-out;
  background: url("/source/1ebcc6ac7e455ef51edd9bb5af40cb90/form-sidebar-back-filled.svg") no-repeat left center;
  background-size: 1.25rem;
  border: none;
  padding: 0 0 0 1.75rem;
}

@media (min-width: 1600px) {
  .form-sidebar__form .wpcf7-previous {
    font-size: 0.875rem;
  }
}

@media (min-width: 1025px) {
  .form-sidebar__form .wpcf7-previous:hover {
    cursor: pointer;
  }
}

.form-sidebar__form.--iframe {
  max-width: 25rem;
  width: 100%;
}

.form-sidebar__form .btn-tertiary {
  margin: 0 auto;
  font-family: Aeonik, Helvetica, Arial, sans-serif;
}

@media (max-width: 529px) {
  .form-sidebar__form .btn-tertiary {
    width: 100%;
  }
}

.form-sidebar__form .boardera-iframe {
  width: 100%;
}

.form-sidebar__form .boardera-wrapper {
  overflow: auto;
  width: 100%;
}

.form-sidebar__form .boardera-wrapper.sign_in iframe {
  height: 400px !important;
}

.form-sidebar__form .boardera-wrapper.sign_up iframe {
  height: 660px !important;
}

.form-sidebar__back {
  position: absolute;
  bottom: -3.125rem;
  z-index: 2;
}

@media (max-width: 1023px) {
  .form-sidebar__back {
    display: none;
  }
}

.form-sidebar__back button, .form-sidebar__back a {
  font-size: calc(0.875rem + 0 * ((100vw - 375px) / 1225));
  background: none;
  padding: 0;
  font-weight: 400;
  line-height: 1.85;
  letter-spacing: 0.28px;
  display: flex;
  align-items: center;
  color: #000;
  transition: .3s color ease-in-out;
}

@media (min-width: 1600px) {
  .form-sidebar__back button, .form-sidebar__back a {
    font-size: 0.875rem;
  }
}

@media (min-width: 1025px) {
  .form-sidebar__back button:hover, .form-sidebar__back a:hover {
    color: #1e58f9;
  }
  .form-sidebar__back button:hover svg, .form-sidebar__back a:hover svg {
    stroke: #1e58f9;
  }
}

.form-sidebar__back button svg, .form-sidebar__back a svg {
  stroke: #000;
  fill: none;
  transition: .3s stroke ease-in-out;
  width: 1rem;
  height: 1rem;
  margin-right: 0.5rem;
}

@media (min-width: 1024px) {
  .form-sidebar__step {
    display: none;
  }
}

@media (max-width: 1023px) {
  .form-sidebar__step {
    color: #767876;
    font-size: calc(0.75rem + 0 * ((100vw - 375px) / 1225));
    line-height: 1.2;
    letter-spacing: -0.12px;
    margin-bottom: 0.75rem;
  }
}

@media (max-width: 1023px) and (min-width: 1600px) {
  .form-sidebar__step {
    font-size: 0.75rem;
  }
}

.form-sidebar__text {
  width: 100%;
  padding: .62rem 1rem;
  position: relative;
  margin-bottom: 2rem;
  z-index: 2;
  background: #F4F2F2;
}

@media (max-width: 1023px) {
  .form-sidebar__text {
    margin-bottom: 1rem;
  }
}

.form-sidebar__text p {
  text-align: center;
  color: #000;
  font-size: calc(0.75rem + 6 * ((100vw - 375px) / 1225));
  max-width: 27.8125rem;
  font-size: 0.625rem;
  font-weight: 400;
  line-height: 1.4;
  margin: 0 auto;
}

@media (min-width: 1600px) {
  .form-sidebar__text p {
    font-size: 1.125rem;
  }
}

@media (min-width: 1024px) {
  .form-sidebar__text p {
    max-width: 45rem;
  }
}

.form-sidebar__loader {
  display: none;
}

.form-sidebar__loader.--visible {
  display: block;
}

.form-sidebar__loader .loader {
  width: 50px;
  padding: 8px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #1e58f9;
  --_m: conic-gradient(#0000 10%, #000),
    linear-gradient(#000 0 0) content-box;
  -webkit-mask: var(--_m);
  mask: var(--_m);
  -webkit-mask-composite: source-out;
  mask-composite: subtract;
  animation: l3 1s infinite linear;
  margin: 0 auto;
}

@keyframes l3 {
  to {
    transform: rotate(1turn);
  }
}

.banner {
  display: flex;
  background-color: #2f57f0;
  border-radius: 10px;
  overflow: hidden;
  min-height: 330px;
}

.banner.lefted .banner__content {
  align-items: flex-start;
  max-width: 670px;
  margin-right: auto;
}

.banner.lefted .btn-download {
  margin-top: 30px;
}

@media (min-width: 1280px) {
  .banner {
    min-height: 400px;
  }
}

.banner__inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.left-bottom .banner__inner {
  align-items: flex-end;
  justify-content: flex-start;
}

@media (min-width: 768px) {
  .left-center .banner__inner {
    align-items: center;
    justify-content: flex-start;
  }
}

@media (max-width: 767px) {
  .img-half .banner__inner {
    flex-direction: column;
  }
}

.with-gradient .banner__inner:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 25.63%, rgba(0, 0, 0, 0.8) 100%);
  pointer-events: none;
}

@media (max-width: 767px) {
  .with-gradient .banner__inner:after {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 12.63%, rgba(0, 0, 0, 0.8) 100%);
  }
}

.banner__img-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.with-overlay .banner__img-wrap:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1e58f9;
  opacity: 0.5;
  pointer-events: none;
  z-index: 1;
}

.img-half .banner__img-wrap {
  position: relative;
}

@media (max-width: 767px) {
  .img-half .banner__img-wrap {
    width: 100%;
    height: 250px;
  }
}

@media (min-width: 768px) {
  .img-half .banner__img-wrap {
    width: 50%;
  }
}

.banner__img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner__content {
  position: relative;
  display: flex;
  flex-direction: column;
  z-index: 1;
}

.centered .banner__content {
  align-items: center;
  justify-content: center;
  text-align: center;
  max-width: 663px;
}

.left-bottom .banner__content {
  max-width: 940px;
}

.left-center .banner__content {
  max-width: 830px;
}

@media (min-width: 768px) {
  .img-half .banner__content {
    width: 50%;
  }
  .img-half .banner__content > * {
    max-width: 522px;
  }
}

@media (min-width: 1280px) {
  .img-half .banner__content {
    padding: 45px 40px 25px 40px;
  }
}

@media (max-width: 1279px) {
  .banner__content {
    padding: 30px 5% 30px;
  }
}

@media (min-width: 1280px) {
  .banner__content {
    padding: 40px 40px 40px 40px;
  }
}

.banner__content > * {
  color: #fff;
}

.left-bottom .banner__head {
  margin-bottom: 10px;
}

@media (min-width: 1024px) {
  .img-half .banner__head {
    padding-bottom: 35px;
  }
}

.banner__description {
  padding-top: 18px;
}

.banner__bottom {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  padding-top: 20px;
}

.img-half .banner__bottom {
  justify-content: space-between;
}

@media (min-width: 1024px) {
  .img-half .banner__bottom {
    padding-top: 57px;
  }
}

.banner-about-new {
  padding-top: 135px;
  background-color: #2F57F0;
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

@media (max-width: 1023px) {
  .banner-about-new {
    padding-top: 80px;
  }
}

.banner-about-new__inner {
  position: relative;
  z-index: 2;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 1;
}

@media (max-width: 1023px) {
  .banner-about-new__inner {
    padding: 0 15px;
  }
}

.banner-about-new__t1 {
  margin: auto auto 42px;
  max-width: calc(100% - 60px);
  color: var(--white, #FFF);
  text-align: center;
  line-height: 1.2;
  letter-spacing: -0.075rem;
}

@media (min-width: 520px) {
  .banner-about-new__t1.block-title > span, .banner-about-new__t1.block-title--inv > span, .black .banner-about-new__t1.faq-block__title > span, .banner-about-new__t1.contact__ttl > span, .gray .banner-about-new__t1.faq-block__title > span, .banner-about-new__t1.slider-cards__title > span {
    line-height: 1.4 !important;
    margin-bottom: -0.4em !important;
  }
}

@media (max-width: 520px) {
  .banner-about-new__t1 span {
    display: inline !important;
  }
}

.banner-about-new__t2 {
  margin-bottom: 3rem;
  color: var(--white, #FFF);
  text-align: center;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  font-size: calc(1rem + 4 * ((100vw - 375px) / 1225));
}

@media (min-width: 1600px) {
  .banner-about-new__t2 {
    font-size: 1.25rem;
  }
}

.banner-about-new__btn-wrap {
  margin-bottom: auto;
  display: flex;
  justify-content: center;
}

.banner-about-new__bg {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 779px);
  width: 3624px;
}

.banner-about-new__bg svg {
  width: 100%;
  height: auto;
}

.banner-about-new__bg path {
  fill: rgba(23, 66, 187, 0);
  stroke: #1742BB;
  stroke-width: 1;
  stroke-dasharray: 1000;
  stroke-dashoffset: -1000;
  stroke: none;
}

.aos-animate .banner-about-new__bg path {
  animation: to-stroke-anim 2s ease forwards 0s, u2150f3ef 2s linear forwards 1s;
}

@keyframes u2150f3ef {
  to {
    fill: #1742bb;
  }
}

.banner-about-new__mockup {
  width: 950px;
  max-width: 95%;
  aspect-ratio: 10.14 / 4.76;
  background-image: url("/source/14e018281e7f855f760abea79a07fe64/banner-about-mockup.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  margin: 40px auto 0;
  transform-origin: 50% 100%;
}

.banner-about-new__mockup .banner-about-new__img {
  width: calc(100% - 28px);
  height: calc(100% - 15px);
  object-fit: cover;
  position: absolute;
  left: 14px;
  bottom: 0;
}

@media (max-width: 1023px) {
  .banner-about-new__mockup .banner-about-new__img {
    left: 1.3vw;
    width: calc(100% - 2.6vw);
    height: calc(100% - 1.3vw);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
}

.banner-brand-bg {
  position: relative;
  background-color: #1C4FE0;
  overflow: hidden;
  padding: calc(82px + 15px) 0 40px;
}

.banner-brand-bg.banner-brand-bg--dark {
  background: #000;
}

.banner-brand-bg.banner-brand-bg--dark:after {
  background-color: #fff;
}

.banner-brand-bg:after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  background-color: #000;
  pointer-events: none;
}

@media (max-width: 767px) {
  .banner-brand-bg:after {
    width: 86%;
    height: 10.4%;
  }
}

@media (min-width: 768px) {
  .banner-brand-bg:after {
    width: 76%;
    height: 12.1%;
  }
}

@media (min-width: 1024px) {
  .banner-brand-bg:after {
    width: 47.5%;
    height: 19%;
  }
}

@media (min-width: 1280px) {
  .banner-brand-bg:after {
    width: 49.9%;
    height: 14.6%;
  }
}

@media (min-width: 768px) {
  .banner-brand-bg {
    padding: calc(82px + 38px) 0 60px;
  }
}

@media (min-width: 1280px) {
  .banner-brand-bg {
    padding: calc(114px + 69px) 0 55px;
  }
}

.banner-brand-bg__inner {
  position: relative;
  z-index: 1;
}

@media (min-width: 1024px) {
  .banner-brand-bg__inner {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
  }
}

.banner-brand-bg__content {
  position: relative;
  flex: 1;
  z-index: 1;
}

@media (max-width: 1023px) {
  .banner-brand-bg__content {
    margin-bottom: 32px;
  }
}

@media (min-width: 1024px) {
  .banner-brand-bg__content {
    padding: 37px 5% 0 8.9%;
  }
}

.banner-brand-bg__title {
  line-height: 1.14;
  margin-bottom: 0.556em;
}

.page-animation .banner-brand-bg__description, .page-animation .banner-brand-bg__btn {
  opacity: 0;
  transform: translate3d(0, 10px, 0);
  animation: to-origin-anim .6s ease forwards;
}

.banner-brand-bg__description {
  width: 88%;
}

.page-animation .banner-brand-bg__description {
  transform: translate3d(0, 15px, 0);
  animation-delay: calc(0.2s + .7s);
}

.page-animation .banner-brand-bg__btn {
  animation-delay: calc(0.2s + 1s);
}

.banner-brand-bg__link {
  margin-left: 5%;
  transition: color .5s ease;
}

@media (min-width: 1025px) {
  .banner-brand-bg__link:hover {
    color: #000;
    cursor: pointer;
    transition: color .5s ease;
  }
}

.banner-brand-bg__img-wrap {
  position: relative;
  display: block;
  width: 100%;
  background-color: #9d9d9c;
  overflow: hidden;
  clip-path: polygon(0% 0%, 80% 0%, 100% 15%, 100% 100%, 16% 100%, 0% 88%);
}

.banner-brand-bg__img-wrap:before {
  content: '';
  display: block;
  padding-bottom: 136.469%;
}

.page-animation .banner-brand-bg__img-wrap {
  opacity: 0;
  transform: translate3d(0, 20px, 0);
  animation: to-origin-anim 0.8s ease forwards 0.2s;
}

@media (max-width: 1023px) {
  .banner-brand-bg__img-wrap {
    max-width: 490px;
  }
}

@media (min-width: 1024px) {
  .banner-brand-bg__img-wrap {
    width: 42.45%;
  }
}

.page-animation .banner-brand-bg__img {
  transform: scale(1.2);
  transform-origin: 50% 50%;
  animation: to-origin-anim 2.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards 0.2s;
}

.banner-brand-bg__icon {
  position: absolute;
  width: 585px;
  height: 276px;
  z-index: -1;
}

@media (max-width: 767px) {
  .banner-brand-bg__icon {
    right: -115%;
    bottom: 42%;
  }
}

@media (min-width: 768px) {
  .banner-brand-bg__icon {
    right: -57%;
    bottom: 50%;
  }
}

@media (min-width: 1024px) {
  .banner-brand-bg__icon {
    right: -40%;
    bottom: -20%;
  }
}

@media (min-width: 1280px) {
  .banner-brand-bg__icon {
    right: -23.4%;
    bottom: -1.9%;
  }
}

.page-animation .banner-brand-bg__icon path {
  fill: rgba(255, 255, 255, 0);
  stroke: rgba(255, 255, 255, 0.3);
  stroke-width: 0.9;
  stroke-dasharray: 1090;
  stroke-dashoffset: -1090;
  animation: to-stroke-anim 2s ease forwards 0.2s, u6107b636 1.2s linear forwards calc(0.2s + 2s);
}

@keyframes u6107b636 {
  to {
    fill: white;
  }
}

.banner-img {
  padding: 30px 0;
}

@media (min-width: 768px) {
  .banner-img {
    padding: 7.5rem 0;
  }
}

@media (max-width: 1023px) {
  .banner-img {
    padding: 80px 0;
  }
}

.banner-img__top {
  padding-bottom: 4rem;
}

.banner-img__title.block-title, .banner-img__title.block-title--inv, .black .banner-img__title.faq-block__title, .banner-img__title.contact__ttl, .gray .banner-img__title.faq-block__title, .banner-img__title.slider-cards__title {
  width: 50%;
  padding-right: 4rem;
}

@media (max-width: 1023px) {
  .banner-img__title.block-title, .banner-img__title.block-title--inv, .black .banner-img__title.faq-block__title, .banner-img__title.contact__ttl, .gray .banner-img__title.faq-block__title, .banner-img__title.slider-cards__title {
    width: 100%;
  }
}

.banner-img__description {
  flex: 1;
  max-width: 50%;
  color: #000;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 2.25rem;
  /* 150% */
  letter-spacing: -0.015rem;
}

@media (max-width: 1023px) {
  .banner-img__description {
    max-width: 100%;
  }
}

.banner-img__description b {
  font-weight: 500;
}

@media (max-width: 1023px) {
  .banner-img__description {
    padding-top: 0.75em;
  }
}

.banner-img__img-wrap {
  position: relative;
  display: block;
  width: 100%;
  background-color: #d0d0d0;
  overflow: hidden;
}

.banner-img__img-wrap:before {
  content: '';
  display: block;
  padding-bottom: 44.274%;
}

@media (max-width: 767px) {
  .banner-img__img-wrap {
    max-width: 602px;
  }
  .banner-img__img-wrap:before {
    padding-bottom: 136.889%;
  }
}

.banner-img__overlay {
  display: none;
}

@media (max-width: 767px) {
  .banner-img__overlay {
    top: auto;
    bottom: calc(-100% - 22px);
    width: 300%;
    height: 300%;
  }
}

@media (min-width: 768px) {
  .banner-img__overlay {
    top: 8px;
  }
}

.banner-img__btn-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: transparent;
  padding: 0;
  width: 182px;
  pointer-events: none;
  color: #2f57f0;
  transition: .27s;
}

.is-video-played ~ .banner-img__btn-play {
  opacity: 0;
  visibility: hidden;
}

.banner-img__img-wrap:hover .banner-img__btn-play {
  color: #1C4FE0;
}

.banner-img__btn-play svg {
  width: 100%;
  display: block;
  fill: currentColor;
}

.banner-img-two {
  background-color: #000;
  overflow: hidden;
  padding: calc(82px + 15px) 0 100px;
}

@media (min-width: 768px) {
  .banner-img-two {
    padding-top: calc(82px + 50px);
  }
}

@media (min-width: 1280px) {
  .banner-img-two {
    padding-top: calc(114px + 72px);
  }
}

.banner-img-two__inner {
  width: 100%;
}

@media (max-width: 767px) {
  .banner-img-two__content {
    margin-bottom: 60px;
  }
}

.banner-img-two__title {
  margin-bottom: 0.521em;
}

.banner-img-two__description, .banner-img-two__btn {
  opacity: 0;
  transform: translate3d(0, 10px, 0);
  animation: to-origin-anim .6s ease forwards;
}

.banner-img-two__description {
  max-width: 22.5em;
  color: #9B9B9B;
}

.page-animation .banner-img-two__description {
  animation-delay: calc(0.2s + .75s);
}

.page-animation .banner-img-two__btn {
  animation-delay: calc(0.2s + .9s);
}

.banner-img-two__imgs {
  position: relative;
  width: 100%;
}

.banner-img-two__imgs-inner {
  width: 100%;
  max-width: 1600px;
}

@media (min-width: 768px) {
  .banner-img-two__imgs-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

.banner-img-two__img-wrap {
  position: relative;
  opacity: 0;
  transform: translate3d(0, 50px, 0);
  z-index: 1;
}

.banner-img-two__img-wrap.left {
  position: relative;
  display: block;
  width: 100%;
  background-color: #787878;
  overflow: hidden;
}

.banner-img-two__img-wrap.left:before {
  content: '';
  display: block;
  padding-bottom: 74.938%;
}

.page-animation .banner-img-two__img-wrap.left {
  opacity: 0;
  transform: translate3d(0, 55px, 0);
  animation: to-origin-anim 0.8s ease forwards 0.2s;
}

@media (max-width: 767px) {
  .banner-img-two__img-wrap.left {
    width: 95%;
    margin-bottom: 30px;
    margin-top: 30px;
  }
}

@media (min-width: 768px) {
  .banner-img-two__img-wrap.left {
    width: 53.956%;
    margin-top: 3%;
  }
}

.banner-img-two__img-wrap.right {
  position: relative;
  display: block;
  width: 100%;
  background-color: #787878;
  overflow: hidden;
}

.banner-img-two__img-wrap.right:before {
  content: '';
  display: block;
  padding-bottom: 125.787%;
}

@media (max-width: 767px) {
  .banner-img-two__img-wrap.right {
    width: 90%;
    margin-left: 10%;
  }
  .page-animation .banner-img-two__img-wrap.right {
    opacity: 0;
    transform: translate3d(0, 20px, 0);
    transition: opacity .3s ease, transform .5s ease;
  }
  .page-animation .banner-img-two__img-wrap.right.aos-animate {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: opacity .3s ease, transform .5s ease;
  }
}

@media (min-width: 768px) {
  .banner-img-two__img-wrap.right {
    width: 43.0025%;
  }
  .page-animation .banner-img-two__img-wrap.right {
    opacity: 0;
    transform: translate3d(0, 55px, 0);
    animation: to-origin-anim 0.8s ease forwards calc(0.2s + .1s);
  }
}

.page-animation .banner-img-two__img {
  transform: scale(1.2);
  transform-origin: 50% 50%;
  animation: to-origin-anim 2.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards 0.2s;
}

.banner-img-two__bg {
  position: absolute;
  height: auto;
}

@media (max-width: 767px) {
  .banner-img-two__bg.left {
    bottom: -89px;
    left: -140px;
    width: 335px;
  }
}

@media (min-width: 768px) {
  .banner-img-two__bg.left {
    bottom: -40px;
    left: -188px;
    width: 425px;
  }
}

@media (min-width: 1024px) {
  .banner-img-two__bg.left {
    bottom: -56px;
    left: -250px;
    width: 570px;
  }
}

@media (min-width: 1280px) {
  .banner-img-two__bg.left {
    bottom: -86px;
  }
}

@media (max-width: 767px) {
  .banner-img-two__bg.right {
    top: -70px;
    right: -111px;
    width: 360px;
  }
}

@media (min-width: 768px) {
  .banner-img-two__bg.right {
    top: -145px;
    right: -120px;
    width: 500px;
  }
}

@media (min-width: 1024px) {
  .banner-img-two__bg.right {
    top: -208px;
    right: -145px;
    width: 615px;
  }
}

@media (min-width: 1280px) {
  .banner-img-two__bg.right {
    right: 6px;
  }
}

.page-animation .banner-img-two__bg path {
  fill: rgba(77, 77, 77, 0);
  stroke: #4D4D4D;
  stroke-width: 1;
  stroke-dasharray: 900;
  stroke-dashoffset: -900;
  animation: to-stroke-anim 2.2s ease forwards 0.2s, u6cbbc0fb 1s linear forwards calc(0.2s + 1.4s);
}

@keyframes u6cbbc0fb {
  to {
    fill: #4d4d4d;
  }
}

.banner-download__inner {
  position: relative;
  background-color: #2f57f0;
  overflow: hidden;
  padding: 41px 0 45px;
}

@media (min-width: 768px) {
  .banner-download__inner {
    padding: 116px 0;
  }
}

.banner-download__content {
  position: relative;
  z-index: 1;
}

@media (min-width: 768px) {
  .banner-download__content {
    display: flex;
    align-items: center;
  }
}

@media (min-width: 1024px) {
  .banner-download__content {
    padding-right: 5.8%;
  }
}

.banner-download__text {
  flex: 1;
  margin-right: 5%;
  margin-bottom: 0.964em;
}

@media (min-width: 1280px) {
  .banner-download__text {
    margin-right: 13%;
  }
}

.banner-download__title {
  font-size: calc(1.75rem + 18 * ((100vw - 375px) / 1225));
  color: #fff;
  line-height: 1.2;
}

@media (min-width: 1600px) {
  .banner-download__title {
    font-size: 2.875rem;
  }
}

@media (max-width: 767px) {
  .banner-download__title {
    line-height: 1.14;
  }
}

.banner-download__editor {
  padding-top: 37px;
}

.banner-download__editor ul {
  padding-bottom: 0;
}

@media (min-width: 1024px) {
  .banner-download__editor ul li {
    margin-bottom: 18px;
  }
}

.banner-download__editor ul li:before {
  background-color: #fff;
}

.banner-download__btn {
  color: #1e58f9;
}

@media (min-width: 1025px) {
  .banner-download__btn:hover {
    color: #fff;
  }
}

.banner-download__bg {
  position: absolute;
}

@media (max-width: 767px) {
  .banner-download__bg {
    top: 132px;
    right: -182px;
    width: 381px;
    height: 299px;
  }
}

@media (min-width: 768px) {
  .banner-download__bg {
    top: -94px;
    right: -73px;
    width: 730px;
    height: 572px;
  }
}

.banner-download__bg path {
  fill: rgba(25, 70, 199, 0);
  stroke: #1946C7;
  stroke-width: 1;
  stroke-dasharray: 1000;
  stroke-dashoffset: -1000;
}

.aos-animate .banner-download__bg path {
  animation: to-stroke-anim 2s ease forwards 0s, u536769e7 2s linear forwards 1s;
}

@keyframes u536769e7 {
  to {
    fill: #1946c7;
  }
}

.banner-stats {
  position: relative;
  overflow: hidden;
  background-color: #2A2A2A;
  padding: calc(82px + 15px) 0 80px;
}

@media (min-width: 768px) {
  .banner-stats {
    padding: calc(82px + 50px) 0 60px;
  }
}

@media (min-width: 1280px) {
  .banner-stats {
    padding: calc(114px + 85px) 0 78px;
  }
}

.banner-stats__bg {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: auto;
  mix-blend-mode: darken;
  opacity: 0.6;
  object-fit: cover;
}

.page-animation .banner-stats__bg {
  transform: translate3d(0, -25px, 0);
  transform-origin: 50% 50%;
  opacity: 0;
  animation: to-origin-anim 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards calc(0.2s + 1.2s);
}

@media (max-width: 1023px) {
  .banner-stats__bg {
    height: 50%;
  }
}

.banner-stats__inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 1;
}

@media (max-width: 1023px) {
  .banner-stats__inner {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}

@media (min-width: 1280px) {
  .banner-stats__title {
    line-height: 1.14;
    margin-bottom: 0.548em;
  }
}

.banner-stats__description {
  width: 86%;
  color: #d0d0d0;
}

@media (min-width: 1280px) {
  .banner-stats__description {
    width: 77%;
  }
}

.banner-stats__description, .banner-stats__btn {
  opacity: 0;
  transform: translate3d(0, 10px, 0);
  animation: to-origin-anim .6s ease forwards;
}

.page-animation .banner-stats__description {
  animation-delay: calc(0.2s + .75s);
}

.page-animation .banner-stats__btn {
  animation-delay: calc(0.2s + .9s);
}

.banner-stats__img-wrap {
  position: relative;
  display: block;
  width: 100%;
  background-color: #787878;
  overflow: hidden;
  clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 14.5%, 82.5% 0);
}

.banner-stats__img-wrap:before {
  content: '';
  display: block;
  padding-bottom: 119.7%;
}

@media (max-width: 1023px) {
  .banner-stats__img-wrap {
    max-width: 490px;
  }
}

@media (min-width: 1024px) {
  .banner-stats__img-wrap {
    width: 37%;
  }
}

@media (min-width: 1440px) {
  .banner-stats__img-wrap {
    width: 42.14%;
  }
}

.page-animation .banner-stats__img-wrap {
  transform: translate3d(0, 20px, 0) scale(1.2);
  transform-origin: 50% 50%;
  opacity: 0;
  animation: to-origin-anim 2.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards 0.2s;
}

@media (max-width: 1023px) {
  .banner-stats__content {
    margin-bottom: 32px;
  }
}

@media (min-width: 1024px) {
  .banner-stats__content {
    flex: 1;
    padding-left: 4%;
  }
}

@media (min-width: 1600px) {
  .banner-stats__content {
    padding-left: 8%;
  }
}

.banner-stats__items {
  width: 100%;
  position: relative;
  width: 90%;
  z-index: 1;
}

@media (min-width: 600px) {
  .banner-stats__items {
    display: flex;
    flex-wrap: wrap;
  }
}

@media (max-width: 599px) {
  .banner-stats__items > div {
    width: 100%;
    max-width: 300px;
    margin-bottom: 25px;
  }
}

@media (min-width: 600px) and (max-width: 1023px) {
  .banner-stats__items > div {
    width: calc(50% - 18px);
    margin-bottom: 35px;
  }
  .banner-stats__items > div:not(:nth-child(even)) {
    margin-right: 35px;
  }
}

@media (min-width: 1024px) and (max-width: 1279px) {
  .banner-stats__items > div {
    width: calc(33.333% - 47px);
    margin-bottom: 50px;
  }
  .banner-stats__items > div:not(:nth-child(3n + 3)) {
    margin-right: 70px;
  }
}

@media (min-width: 1280px) {
  .banner-stats__items > div {
    width: calc(33.333% - 85px);
    margin-bottom: 60px;
  }
  .banner-stats__items > div:not(:nth-child(3n + 3)) {
    margin-right: 127px;
  }
}

@media (max-width: 767px) {
  .banner-stats__items {
    padding-top: 30px;
  }
}

@media (min-width: 768px) {
  .banner-stats__items {
    padding-top: 55px;
  }
}

@media (min-width: 1280px) {
  .banner-stats__items {
    padding-top: 111px;
  }
}

.banner-stats__item[data-aos=fade-up].aos-animate:nth-child(1) {
  transition-delay: .3s;
}

.banner-stats__item[data-aos=fade-up].aos-animate:nth-child(2) {
  transition-delay: .4s;
}

.banner-stats__item[data-aos=fade-up].aos-animate:nth-child(3) {
  transition-delay: .5s;
}

.banner-stats__item-title {
  display: block;
  font-weight: 500;
  font-size: calc(5rem + 50 * ((100vw - 375px) / 1225));
  color: #fff;
  margin-bottom: 0.269em;
}

@media (min-width: 1600px) {
  .banner-stats__item-title {
    font-size: 8.125rem;
  }
}

.banner-stats__item-subtitle {
  width: 92%;
  line-height: 1.25;
  color: #d0d0d0;
}

.banner-form.--dark .banner-form__inner {
  background: #000000;
}

.banner-form.--light {
  color: #000;
}

.banner-form.--light .banner-form__ttl {
  color: #000;
}

.banner-form.--light .banner-form__inner {
  background: #ffffff;
}

.banner-stats.--with-form {
  padding-bottom: 320px;
}

@media (min-width: 1024px) {
  .banner-stats.--with-form {
    padding-bottom: 120px;
  }
}

.banner-img-overflow.--with-form {
  padding-bottom: 295px;
}

@media (min-width: 1024px) {
  .banner-img-overflow.--with-form {
    padding-bottom: 220px;
  }
}

.banner-img-overflow + .banner-form {
  background: #d0d0d0;
}

.banner-form__inner {
  padding: 70px;
  background: #1e58f9;
  margin-top: -115px;
  position: relative;
  z-index: 2;
}

@media (max-width: 1023px) {
  .banner-form__inner {
    padding: 24px;
  }
}

.banner-form__inner .banner-form__shortcode .hbspt-form form label {
  font-weight: 300;
}

.banner-form__inner .banner-form__shortcode .hbspt-form form .hs-input {
  font-weight: 300;
}

@media (min-width: 1024px) {
  .banner-form__inner .banner-form__shortcode .hbspt-form form {
    flex-wrap: nowrap;
    align-items: flex-end;
  }
  .banner-form__inner .banner-form__shortcode .hbspt-form form .hs-form-field {
    margin-bottom: 0;
  }
  .banner-form__inner .banner-form__shortcode .hbspt-form form .hs-form-field:not(:last-child) {
    margin-right: 14px;
  }
  .banner-form__inner .banner-form__shortcode .hbspt-form form .hs-submit {
    padding-top: 0;
  }
  .banner-form__inner .banner-form__shortcode .hbspt-form form .hs-submit input[type=submit] {
    min-height: 3.9375rem;
  }
}

@media (max-width: 1023px) {
  .banner-form__inner .banner-form__shortcode .hbspt-form form .hs-submit .actions input[type=submit] {
    width: 100%;
  }
}

.banner-form__ttl {
  color: var(--white, #FFF);
  font-size: calc(2rem + 16 * ((100vw - 375px) / 1225));
  margin-bottom: 1.375rem;
  font-style: normal;
  font-weight: 500;
  line-height: 125%;
  letter-spacing: -0.06rem;
}

@media (min-width: 1600px) {
  .banner-form__ttl {
    font-size: 3rem;
  }
}

@media (max-width: 1023px) {
  .banner-form__ttl {
    margin-bottom: 0.75rem;
  }
}

@media (min-width: 1024px) {
  .banner-raq .two-column__item {
    min-height: 700px;
  }
}

.banner-raq .two-column__ttl {
  color: #ffffff;
}

.banner-raq .two-column__item:nth-child(2):after {
  bottom: unset;
  top: 0;
}

.form-section {
  background: #f0f0f0;
  position: relative;
  z-index: 2;
  padding-bottom: 130px;
}

.form-section:after {
  content: '';
  width: 643px;
  height: 335px;
  position: absolute;
  right: 0;
  bottom: 116px;
  z-index: 1;
  display: block;
  background: url("/source/5cd5d0054df63dd102552c309cb4c8ba/form-section-vector.svg") no-repeat right;
  background-size: contain;
}

@media (max-width: 1023px) {
  .form-section:after {
    width: 366px;
    height: 180px;
    right: -53px;
    bottom: 20px;
  }
}

.form-section__shortcode {
  padding: 70px;
  background: #fff;
  max-width: 628px;
  margin-top: -129px;
  position: relative;
  z-index: 2;
}

@media (max-width: 1023px) {
  .form-section__shortcode {
    padding: 24px;
    margin-top: -90px;
  }
}

.form-section__ttl {
  color: #000;
  font-size: calc(2rem + 8 * ((100vw - 375px) / 1225));
  margin-bottom: 1.375rem;
  font-style: normal;
  font-weight: 500;
  line-height: 125%;
  letter-spacing: -0.04rem;
}

@media (min-width: 1600px) {
  .form-section__ttl {
    font-size: 2.5rem;
  }
}

@media (max-width: 1023px) {
  .form-section__ttl {
    margin-bottom: 0.75rem;
  }
}

.post-password-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 120px 0;
  width: 100%;
}

.post-password-form > p {
  font-size: calc(1.375rem + 0 * ((100vw - 375px) / 1225));
  line-height: 1.2;
  text-align: center;
}

@media (min-width: 1600px) {
  .post-password-form > p {
    font-size: 1.375rem;
  }
}

.post-password-form > p:first-child {
  max-width: 35rem;
  margin: 0 auto 30px;
  font-weight: 700;
}

.post-password-form label {
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 10px;
  display: block;
  font-weight: 700;
}

.post-password-form input[type="submit"] {
  min-width: 150px;
}

.icon-item-five {
  background-color: #000;
  padding: 80px 0;
}

@media (min-width: 768px) {
  .icon-item-five {
    padding: 7.5rem 0;
  }
}

.icon-item-five .block-top .block-title--inv, .icon-item-five .block-top .black .faq-block__title, .black .icon-item-five .block-top .faq-block__title {
  width: 100%;
}

.icon-item-five__items {
  padding-top: 40px;
  width: 100%;
  gap: 3.75rem 2rem;
}

@media (min-width: 530px) {
  .icon-item-five__items {
    display: flex;
    flex-wrap: wrap;
  }
}

@media (max-width: 529px) {
  .icon-item-five__items > div {
    width: 100%;
    max-width: 350px;
    margin-bottom: 40px;
  }
}

@media (min-width: 530px) and (max-width: 767px) {
  .icon-item-five__items > div {
    width: calc(50% - 15px);
    margin-bottom: 40px;
  }
  .icon-item-five__items > div:not(:nth-child(even)) {
    margin-right: 30px;
  }
}

@media (min-width: 768px) and (max-width: 1279px) {
  .icon-item-five__items > div {
    width: calc(33.333% - 30px);
    margin-bottom: 55px;
  }
  .icon-item-five__items > div:not(:nth-child(3n + 3)) {
    margin-right: 45px;
  }
}

@media (min-width: 1280px) {
  .icon-item-five__items > div {
    width: calc(20% - 70px);
    margin-bottom: 70px;
  }
  .icon-item-five__items > div:not(:nth-child(5n + 5)) {
    margin-right: 85px;
  }
}

.icon-item-five__item {
  display: flex;
  flex-direction: row;
  width: calc(50% - 1rem) !important;
  margin: 0 !important;
}

@media (max-width: 768px) {
  .icon-item-five__item {
    width: 100% !important;
    max-width: 100% !important;
    margin-bottom: 40px !important;
  }
}

.page-animation .icon-item-five__item[data-aos="animated"] {
  transform: translate3d(0, 20%, 0);
}

.page-animation .icon-item-five__item[data-aos="animated"].aos-animate {
  transform: translate3d(0, 0, 0);
  transition: opacity .2s ease, transform .95s ease;
}

.page-animation .icon-item-five__item[data-aos="animated"].aos-animate:nth-child(1) {
  transition-delay: calc(0.075s + .1s);
}

.page-animation .icon-item-five__item[data-aos="animated"].aos-animate:nth-child(1) .icon-item-five__item-img-wrap {
  transition: opacity 0.2s ease calc(0.075s + .1s), transform 0.95s ease calc(0.075s + .1s);
}

.page-animation .icon-item-five__item[data-aos="animated"].aos-animate:nth-child(2) {
  transition-delay: calc(0.15s + .1s);
}

.page-animation .icon-item-five__item[data-aos="animated"].aos-animate:nth-child(2) .icon-item-five__item-img-wrap {
  transition: opacity 0.2s ease calc(0.15s + .1s), transform 0.95s ease calc(0.15s + .1s);
}

.page-animation .icon-item-five__item[data-aos="animated"].aos-animate:nth-child(3) {
  transition-delay: calc(0.225s + .1s);
}

.page-animation .icon-item-five__item[data-aos="animated"].aos-animate:nth-child(3) .icon-item-five__item-img-wrap {
  transition: opacity 0.2s ease calc(0.225s + .1s), transform 0.95s ease calc(0.225s + .1s);
}

.page-animation .icon-item-five__item[data-aos="animated"].aos-animate:nth-child(4) {
  transition-delay: calc(0.3s + .1s);
}

.page-animation .icon-item-five__item[data-aos="animated"].aos-animate:nth-child(4) .icon-item-five__item-img-wrap {
  transition: opacity 0.2s ease calc(0.3s + .1s), transform 0.95s ease calc(0.3s + .1s);
}

.page-animation .icon-item-five__item[data-aos="animated"].aos-animate:nth-child(5) {
  transition-delay: calc(0.375s + .1s);
}

.page-animation .icon-item-five__item[data-aos="animated"].aos-animate:nth-child(5) .icon-item-five__item-img-wrap {
  transition: opacity 0.2s ease calc(0.375s + .1s), transform 0.95s ease calc(0.375s + .1s);
}

.page-animation .icon-item-five__item[data-aos="animated"].aos-animate .icon-item-five__item-img-wrap {
  opacity: 1;
  transform: scale(1);
  transform-origin: 25% 50%;
  transition: opacity .2s ease, transform .95s ease;
}

.icon-item-five__item--btn-wrap {
  padding-top: 1.5rem;
  padding-left: 7.75rem;
}

@media (max-width: 768px) {
  .icon-item-five__item--btn-wrap {
    padding-left: 94px;
  }
}

.icon-item-five__item-img-wrap {
  display: flex;
  align-items: flex-end;
  flex-shrink: 0;
  margin: 0;
  margin-right: 1.5rem;
  width: 6.25rem;
}

@media (max-width: 768px) {
  .icon-item-five__item-img-wrap {
    width: 70px;
  }
}

.page-animation .icon-item-five__item-img-wrap {
  opacity: 0;
  transform: scale(0.9);
  transform-origin: 25% 50%;
}

@media (min-width: 530px) {
  .icon-item-five__item-img-wrap {
    height: 70px;
  }
}

@media (min-width: 1280px) {
  .icon-item-five__item-img-wrap {
    height: 88px;
  }
}

@media (min-width: 1025px) {
  .icon-item-five a.icon-item-five__item-img-wrap:hover .icon-item-five__item-img {
    transform: translate3d(0, -10px, 0);
    transition: transform .5s ease;
  }
  .icon-item-five a.icon-item-five__item-img-wrap:hover + .icon-item-five__item-title .icon-item-five__item-title-link {
    color: #1e58f9;
    transition: color .3s ease;
  }
}

.icon-item-five__item-img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  transition: transform .5s ease;
}

@media (max-width: 529px) {
  .icon-item-five__item-img {
    max-height: 60px;
  }
}

.icon-item-five__item-title {
  font-size: calc(1.5rem + 4 * ((100vw - 375px) / 1225));
  color: #fff;
  line-height: 1.33;
  margin-bottom: 0.433em;
}

@media (min-width: 1600px) {
  .icon-item-five__item-title {
    font-size: 1.75rem;
  }
}

.icon-item-five__item-title-link {
  transition: color .5s ease;
}

@media (min-width: 1025px) {
  .icon-item-five__item-title-link:hover {
    color: #1e58f9;
    cursor: pointer;
    transition: color .5s ease;
  }
}

.icon-item-five__description {
  opacity: 0.9;
}

.icon-item-five__btn {
  margin-top: 1.316em;
}

.icon-item-two {
  padding: 60px 0 30px;
}

@media (min-width: 1280px) {
  .icon-item-two {
    padding: 106px 0 39px;
  }
}

@media (min-width: 768px) {
  .icon-item-two__head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
}

@media (min-width: 768px) {
  .icon-item-two__top {
    flex: 1;
  }
}

.icon-item-two__description {
  max-width: 32.375em;
  padding-top: 1.083em;
}

.icon-item-two__items {
  width: 100%;
  padding-top: 20px;
}

@media (min-width: 768px) {
  .icon-item-two__items {
    display: flex;
    flex-wrap: wrap;
  }
}

@media (max-width: 767px) {
  .icon-item-two__items > div {
    width: 100%;
    max-width: 455px;
    margin-bottom: 25px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .icon-item-two__items > div {
    width: calc(50% - 20px);
    margin-bottom: 50px;
  }
  .icon-item-two__items > div:nth-child(odd) {
    margin-right: 40px;
  }
}

@media (min-width: 1024px) and (max-width: 1279px) {
  .icon-item-two__items > div {
    width: calc(50% - 35px);
    margin-bottom: 40px;
  }
  .icon-item-two__items > div:nth-child(odd) {
    margin-right: 70px;
  }
}

@media (min-width: 1280px) {
  .icon-item-two__items > div {
    width: calc(50% - 98px);
    margin-bottom: 72px;
  }
  .icon-item-two__items > div:nth-child(odd) {
    margin-right: 195px;
  }
}

@media (min-width: 768px) {
  .icon-item-two__items {
    padding-top: 32px;
  }
}

@media (min-width: 1024px) {
  .icon-item-two__item {
    display: flex;
    align-items: flex-start;
  }
}

@media (min-width: 768px) {
  .icon-item-two__item[data-aos=fade-up].aos-animate:nth-child(2n + 1) {
    transition-delay: .3s;
  }
  .icon-item-two__item[data-aos=fade-up].aos-animate:nth-child(2n + 1) .icon-item-two__item-img {
    transition-delay: .4s;
  }
  .icon-item-two__item[data-aos=fade-up].aos-animate:nth-child(2n + 2) {
    transition-delay: .5s;
  }
  .icon-item-two__item[data-aos=fade-up].aos-animate:nth-child(2n + 2) .icon-item-two__item-img {
    transition-delay: .5s;
  }
}

.icon-item-two__item[data-aos=fade-up].aos-animate .icon-item-two__item-img {
  opacity: 1;
  transform: scale(1);
  transition: opacity .3s ease, transform .45s ease;
}

.icon-item-two__item-img-wrap {
  width: 94px;
  height: 94px;
  margin: 0 20px 20px 0;
}

@media (min-width: 1280px) {
  .icon-item-two__item-img-wrap {
    margin-right: 46px;
  }
}

.icon-item-two__item-img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}

.page-animation .icon-item-two__item-img {
  opacity: 0;
  transform: scale(0.35);
  transition: opacity .3s ease, transform .6s ease;
}

.icon-item-two__item-content {
  flex: 1;
  padding-top: 6px;
}

.icon-item-two__item-title {
  line-height: 1;
}

.icon-item-two__item-description {
  line-height: 1.3;
  padding-top: 0.5em;
}

.img-icon-list {
  background-color: #000;
  padding: 70px 0 66px;
}

@media (min-width: 1280px) {
  .img-icon-list {
    padding: 131px 0 108px;
  }
}

@media (max-width: 1514px) {
  .img-icon-list__top {
    width: 90%;
  }
}

@media (min-width: 1280px) {
  .img-icon-list__top {
    padding-bottom: 102px;
  }
}

@media (max-width: 1279px) {
  .img-icon-list__top {
    width: 90%;
  }
}

.img-icon-list__title {
  margin-bottom: 0.576em;
}

.img-icon-list__description {
  max-width: 28.75em;
  line-height: 1.3;
}

.img-icon-list__content {
  width: 100%;
  margin: 0 auto;
}

@media (min-width: 1024px) {
  .img-icon-list__content {
    display: flex;
    align-items: flex-start;
  }
}

.img-icon-list__content-inner {
  padding-top: 46px;
}

@media (max-width: 1023px) {
  .img-icon-list__content-inner {
    width: 90%;
    margin: 0 auto;
  }
}

@media (min-width: 1024px) {
  .img-icon-list__content-inner {
    width: 41.7%;
  }
}

@media (min-width: 1860px) {
  .img-icon-list__content-inner {
    padding-right: 12%;
  }
}

.img-icon-list__img-wrap {
  position: relative;
  display: block;
  width: 100%;
  background-color: #d0d0d0;
  overflow: hidden;
  width: 95%;
}

.img-icon-list__img-wrap:before {
  content: '';
  display: block;
  padding-bottom: 96.632%;
}

@media (max-width: 1023px) {
  .img-icon-list__img-wrap {
    max-width: 716px;
  }
}

@media (min-width: 1024px) {
  .img-icon-list__img-wrap {
    width: 44.75%;
    margin-right: 6.2%;
  }
}

.img-icon-list__items {
  width: 100%;
}

.img-icon-list__item {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.img-icon-list__item:not(:last-child) {
  border-bottom: 1px solid rgba(118, 120, 118, 0.5);
  padding-bottom: 43px;
  margin-bottom: 36px;
}

.img-icon-list__item.aos-animate .img-icon-list__item-icon {
  transform: scale(1);
  transition: transform .5s ease;
}

.img-icon-list__item-icon-wrap {
  width: 1.087em;
  height: 1.087em;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0.065em 0.587em 0 0;
}

.img-icon-list__item-icon {
  display: block;
  width: 100%;
  height: auto;
  max-height: 100%;
  transform: scale(0.2);
  transform-origin: 50% 50%;
  transition: transform .5s ease;
}

.img-icon-list__item-title {
  flex: 1;
}

.img-icon-list__item-description {
  width: 100%;
  color: #d0d0d0;
  padding-top: 0.833em;
}

.img-icon-list__btns {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-top: 40px;
}

.img-icon-list__btn {
  margin-right: 20px;
}

.img-item-four {
  padding: 30px 0 82px;
  overflow: hidden;
}

.img-item-four .block-top .block-title, .img-item-four .block-top .block-title--inv, .img-item-four .block-top .black .faq-block__title, .black .img-item-four .block-top .faq-block__title, .img-item-four .block-top .contact__ttl, .img-item-four .block-top .gray .faq-block__title, .gray .img-item-four .block-top .faq-block__title, .img-item-four .block-top .slider-cards__title {
  width: 100%;
}

@media (max-width: 1023px) {
  .img-item-four__inner {
    width: 95%;
    overflow: hidden;
    margin-left: auto;
  }
}

@media (min-width: 1024px) {
  .img-item-four__inner {
    width: 90%;
    max-width: 1362px;
    margin: 0 auto;
  }
}

@media (max-width: 1023px) {
  .img-item-four__items {
    margin-bottom: 21px;
  }
}

@media (min-width: 1024px) {
  .img-item-four__items {
    width: 100%;
  }
}

@media (min-width: 1024px) and (min-width: 600px) {
  .img-item-four__items {
    display: flex;
    flex-wrap: wrap;
  }
}

@media (min-width: 1024px) and (max-width: 599px) {
  .img-item-four__items > div {
    width: 100%;
    max-width: 237px;
    margin-bottom: 25px;
  }
}

@media (min-width: 1024px) and (min-width: 600px) and (max-width: 1023px) {
  .img-item-four__items > div {
    width: calc(50% - 10px);
    margin-bottom: 30px;
  }
  .img-item-four__items > div:not(:nth-child(even)) {
    margin-right: 20px;
  }
}

@media (min-width: 1024px) and (min-width: 1024px) and (max-width: 1279px) {
  .img-item-four__items > div {
    width: calc(25% - 15px);
    margin-bottom: 20px;
  }
  .img-item-four__items > div:not(:nth-child(4n + 4)) {
    margin-right: 20px;
  }
}

@media (min-width: 1024px) and (min-width: 1280px) {
  .img-item-four__items > div {
    width: calc(25% - 41px);
    margin-bottom: 34px;
  }
  .img-item-four__items > div:not(:nth-child(4n + 4)) {
    margin-right: 54px;
  }
}

.img-item-four__item {
  width: 300px;
}

.page-animation .img-item-four__item[data-aos="animated"] {
  transform: translate3d(0, 20%, 0);
}

.page-animation .img-item-four__item[data-aos="animated"].aos-animate {
  transform: translate3d(0, 0, 0);
  transition: opacity .2s ease, transform .95s ease;
}

.page-animation .img-item-four__item[data-aos="animated"].aos-animate:nth-child(1) {
  transition-delay: calc(0.075s + .1s);
}

.page-animation .img-item-four__item[data-aos="animated"].aos-animate:nth-child(2) {
  transition-delay: calc(0.15s + .1s);
}

.page-animation .img-item-four__item[data-aos="animated"].aos-animate:nth-child(3) {
  transition-delay: calc(0.225s + .1s);
}

.page-animation .img-item-four__item[data-aos="animated"].aos-animate:nth-child(4) {
  transition-delay: calc(0.3s + .1s);
}

.page-animation .img-item-four__item[data-aos="animated"].aos-animate:nth-child(5) {
  transition-delay: calc(0.375s + .1s);
}

@media (max-width: 599px) {
  .img-item-four__item {
    max-width: 237px;
  }
}

@media (max-width: 1023px) {
  .img-item-four__item {
    margin-right: 37px;
  }
}

@media (min-width: 600px) {
  .img-item-four__item {
    max-width: 300px;
  }
}

.img-item-four__item-img-wrap {
  position: relative;
  display: block;
  width: 100%;
  background-color: #d0d0d0;
  overflow: hidden;
  margin-bottom: 20px;
}

.img-item-four__item-img-wrap:before {
  content: '';
  display: block;
  padding-bottom: 94%;
}

@media (min-width: 1025px) {
  .img-item-four__item-img-wrap:hover .img-item-four__item-img {
    transform: scale(1.1);
    transition: transform .8s ease;
  }
  .img-item-four__item-img-wrap:hover + .img-item-four__item-inner .img-item-four__item-title-link {
    color: #1e58f9;
    transition: color .3s ease;
  }
}

.img-item-four__item-img {
  transition: transform .8s ease;
}

.img-item-four__item-title {
  font-size: calc(1.5rem + 4 * ((100vw - 375px) / 1225));
  margin-bottom: 0.357em;
}

@media (min-width: 1600px) {
  .img-item-four__item-title {
    font-size: 1.75rem;
  }
}

.img-item-four__item-title-link {
  transition: color .5s ease;
}

@media (min-width: 1025px) {
  .img-item-four__item-title-link:hover {
    color: #1e58f9;
    cursor: pointer;
    transition: color .5s ease;
  }
}

@media (min-width: 1024px) {
  .banner-img + .img-item-four {
    background-color: #ededec;
    padding-top: 356px;
    margin-top: -291px;
  }
}

.img-item-four-new {
  padding: 7.5rem 0;
}

@media (max-width: 1023px) {
  .img-item-four-new {
    padding: 5rem 0;
  }
}

.img-item-four-new img {
  max-width: 100%;
}

.img-item-four-new__top {
  padding-bottom: 5rem;
}

@media (max-width: 1023px) {
  .img-item-four-new__top {
    padding-bottom: 40px;
  }
}

@media (min-width: 1024px) {
  .img-item-four-new__items {
    gap: 1.5rem;
    display: flex;
    flex-wrap: wrap;
  }
}

.img-item-four-new__item {
  border-radius: .75rem;
  background-color: #EDEDEC;
  padding: 3rem;
  overflow: hidden;
  height: auto;
  display: block;
  position: relative;
  z-index: 1;
  transition: background-color 0.5s, color 0.5s;
}

@media (min-width: 1024px) {
  .img-item-four-new__item {
    width: calc(33.33% - 1rem) !important;
    margin: 0 !important;
    max-width: 100% !important;
  }
}

@media (min-width: 768px) {
  .img-item-four-new__item:hover {
    background-color: #2f57f0;
    color: #fff;
  }
  .img-item-four-new__item:hover:before {
    opacity: 1;
    transform: translateX(0);
  }
  .img-item-four-new__item:hover .img-item-four-new__item-title-link,
  .img-item-four-new__item:hover .img-item-four-new__item-description {
    color: #fff;
  }
}

@media (max-width: 1023px) {
  .img-item-four-new__item {
    margin-right: 37px;
    max-width: 400px;
    width: 400px;
    padding: 1.75rem;
    margin-bottom: 24px;
  }
}

@media (max-width: 440px) {
  .img-item-four-new__item {
    width: 340px;
    max-width: 340px;
  }
}

.img-item-four-new__item:before {
  content: '';
  position: absolute;
  mask-image: url("/source/493762745f72d29735fab62490ba6e49/figure-9.svg");
  mask-size: 100% 100%;
  mask-repeat: no-repeat;
  mask-position: 100% 50%;
  background-color: #1742bb;
  aspect-ratio: 643/335;
  width: 100%;
  max-width: 30rem;
  bottom: 2rem;
  right: -3.75rem;
  transform: translateX(3%);
  opacity: 0;
  transition: .5s .1s ease;
}

.img-item-four-new__item-img-wrap {
  background: none;
  display: block;
  text-align: center;
  margin-bottom: 1.5rem;
  transition: .5s ease;
}

@media (min-width: 768px) {
  .img-item-four-new__item:hover .img-item-four-new__item-img-wrap {
    opacity: 0;
    transform: translateY(-10%);
  }
}

@media (max-width: 1023px) {
  .img-item-four-new__item-img-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}

@media (min-width: 1024px) {
  .img-item-four-new__item:nth-child(1) {
    width: calc(60% - 0.75rem) !important;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    position: relative;
  }
  .img-item-four-new__item:nth-child(1):after {
    content: '';
    width: 30rem;
    height: 20rem;
    position: absolute;
    background-image: url("/source/8c7588a9168b36d127f47b0cb6f91648/chip-schema-bg.svg");
    background-repeat: no-repeat;
    background-size: contain;
    right: -10rem;
    top: -2.5rem;
    opacity: .5;
  }
}

@media (min-width: 1023px) {
  .img-item-four-new__item:nth-child(1) .img-item-four-new__item-img-wrap {
    width: calc(50% - 1rem);
    margin-top: auto;
    margin-bottom: auto;
  }
}

@media (min-width: 1023px) {
  .img-item-four-new__item:nth-child(1) .img-item-four-new__item-inner {
    width: calc(50% - 1rem);
  }
}

@media (min-width: 1023px) {
  .img-item-four-new__item:nth-child(2) {
    width: calc(40% - 0.75rem) !important;
  }
}

.img-item-four-new__item-img-wrap:before {
  display: none;
}

.img-item-four-new__item-inner {
  transition: .5s .1s ease-out;
  position: relative;
  bottom: 0;
}

@media (min-width: 768px) {
  .img-item-four-new__item:hover .img-item-four-new__item-inner {
    transform: translateY(100%);
    bottom: 100%;
  }
}

.img-item-four-new__title {
  width: 1040px !important;
  max-width: 100%;
}

@media (max-width: 1023px) {
  .img-item-four-new__title span {
    display: inline !important;
  }
}

.img-item-four-new__item-title-link {
  display: block;
  padding-bottom: 0.5rem;
  color: #101828;
  font-size: 1.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  /* 2.0625rem */
  letter-spacing: -0.01875rem;
  text-transform: capitalize;
  transition: all .5s;
}

.img-item-four-new__item-description {
  color: #475467;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.0125rem;
  transition: all .5s;
}

.img-item-four-new__item-cta {
  position: absolute;
  bottom: 3rem;
  left: 3rem;
  transform: translateY(50%);
  opacity: 0;
  transition: .5s .15s ease;
}

@media (min-width: 768px) {
  .img-item-four-new__item:hover .img-item-four-new__item-cta {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1023px) {
  .img-item-four-new__item-cta {
    left: 1.75rem;
    bottom: 1.75rem;
  }
}

.img-text {
  background-color: #9d9d9c;
  padding: 60px 0 70px;
}

@media (min-width: 1280px) {
  .img-text {
    padding: 130px 0 136px;
  }
}

@media (min-width: 1024px) {
  .img-text__inner {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }
}

@media (min-width: 1280px) {
  .img-text__top {
    padding-bottom: 51px;
  }
}

.img-text__img-wrap {
  position: relative;
  display: block;
  width: 100%;
  background-color: #1e58f9;
  overflow: hidden;
  filter: drop-shadow(0px 24px 0px rgba(0, 0, 0, 0.1));
}

.img-text__img-wrap:before {
  content: '';
  display: block;
  padding-bottom: 123.53%;
}

@media (max-width: 1023px) {
  .img-text__img-wrap {
    max-width: 530px;
  }
}

@media (min-width: 1024px) {
  .img-text__img-wrap {
    width: 37.445%;
    margin-right: 8%;
  }
}

@media (min-width: 1280px) {
  .img-text__img-wrap {
    margin-right: 14%;
  }
}

.img-text__img {
  mix-blend-mode: normal;
  opacity: 0.8;
}

@media (min-width: 1024px) {
  .img-text__content {
    width: 50%;
  }
}

@media (min-width: 1280px) {
  .img-text__content {
    width: 47%;
  }
}

.img-text__subtitle {
  margin: 0.065em 0 0.826em;
}

@media (max-width: 767px) {
  .img-text__subtitle {
    line-height: 1.2;
  }
}

@media (max-width: 1023px) {
  .img-text__subtitle {
    margin-top: 1.6em;
  }
}

.img-text__description {
  width: 85%;
  font-size: calc(1rem + 4 * ((100vw - 375px) / 1225));
  font-family: Aeonik, Helvetica, Arial, sans-serif;
  line-height: 1.3;
  letter-spacing: -0.01em;
  color: #fff;
}

@media (min-width: 1600px) {
  .img-text__description {
    font-size: 1.25rem;
  }
}

.faq-block {
  overflow: hidden;
}

@media (max-width: 767px) {
  .faq-block {
    padding: 65px 0 85px;
  }
}

@media (min-width: 768px) {
  .faq-block {
    padding: 69px 0 88px;
  }
}

@media (min-width: 1280px) {
  .faq-block {
    padding: 131px 0 133px;
  }
}

.faq-block.gray {
  background-color: #d0d0d0;
}

.faq-block.black {
  background-color: #000;
}

.faq-block__description {
  padding-top: 1em;
}

@media (min-width: 1280px) {
  .faq-block__description {
    padding-top: 1.85em;
  }
}

.faq-block__content {
  position: relative;
  width: 100%;
  max-width: 863px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: auto;
}

@media (min-width: 768px) {
  .faq-block__content {
    width: 78%;
  }
}

.faq-block__items {
  position: relative;
  width: 100%;
  margin-bottom: 40px;
}

@media (min-width: 1280px) {
  .faq-block__items {
    margin-bottom: 100px;
  }
}

.faq-block__item {
  position: relative;
  width: 100%;
  border-bottom: 2px solid;
}

.faq-block__item:not(:last-child) {
  margin-bottom: 34px;
}

.gray .faq-block__item {
  border-color: #9B9B9B;
}

.black .faq-block__item {
  border-color: #767876;
}

.faq-block__item.active .faq-block__item-head .faq__block-item-title {
  color: #2f57f0;
}

.faq-block__item.active .faq-block__item-head:after {
  border-color: #2f57f0;
  transform: rotate(-135deg);
  transition: border-color .3s ease, transform .3s ease;
}

.faq-block__item.active .faq-block__item-title {
  color: #2f57f0;
  transition: color .3s ease;
}

.faq-block__item-head {
  cursor: pointer;
  padding-bottom: 20px;
}

.faq-block__item-head:after {
  position: absolute;
  content: '';
  top: 6px;
  right: 12px;
  width: 9px;
  height: 9px;
  border-style: solid;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  transition: border-color .3s ease, transform .3s ease;
}

.gray .faq-block__item-head:after {
  border-color: #9B9B9B;
}

.black .faq-block__item-head:after {
  border-color: #767876;
}

@media (min-width: 1280px) {
  .faq-block__item-head {
    padding-bottom: 37px;
  }
  .faq-block__item-head:after {
    top: 7px;
    right: 18px;
    width: 12px;
    height: 12px;
    border-width: 0 3px 3px 0;
  }
}

@media (min-width: 1025px) {
  .faq-block__item-head:hover:after {
    border-color: #2f57f0;
    transition: border-color .3s ease, transform .3s ease;
  }
  .faq-block__item-head:hover .faq-block__item-title {
    color: #2f57f0;
    transition: color .3s ease;
  }
}

.faq-block__item-title {
  width: 85%;
  font-size: 22px;
  line-height: 1.09;
  cursor: pointer;
  transition: color .3s ease;
}

.gray .faq-block__item-title {
  color: #000;
}

.black .faq-block__item-title {
  color: #fff;
}

@media (min-width: 768px) {
  .faq-block__item-title {
    width: 70%;
    font-size: 24px;
  }
}

@media (min-width: 1024px) {
  .faq-block__item-title {
    width: 58%;
  }
}

@media (min-width: 1280px) {
  .faq-block__item-title {
    font-size: 32px;
  }
}

.faq-block__item-content {
  display: none;
}

@media (min-width: 768px) {
  .faq-block__item-content {
    width: 85%;
  }
}

@media (min-width: 1024px) {
  .faq-block__item-content {
    width: 70%;
  }
}

.faq-block__item-content-inner {
  padding-bottom: 36px;
  max-width: 81%;
}

.faq-block__item-content-inner p {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
  letter-spacing: -0.01em;
  color: #000000;
}

.faq-block__bg {
  display: block;
  max-width: 381px;
}

.gray .faq-block__bg {
  fill: #9B9B9B;
}

.black .faq-block__bg {
  fill: rgba(255, 255, 255, 0.3);
}

@media (max-width: 767px) {
  .faq-block__bg {
    position: absolute;
    bottom: -75px;
    right: -150px;
  }
}

@media (min-width: 768px) {
  .faq-block__bg {
    width: 44%;
    height: auto;
    margin-left: auto;
  }
}

@media (min-width: 1280px) {
  .faq-block__bg {
    margin: -31px 0 0 auto;
  }
}

.g-map-block {
  background-color: #ededec;
  padding: 72px 0 90px;
}

@media (min-width: 1280px) {
  .g-map-block {
    padding: 131px 0 89px;
  }
}

.g-map-block__map {
  position: relative;
  display: block;
  width: 100%;
  background-color: #D9D9D9;
  overflow: hidden;
  border-radius: 4px;
  margin-bottom: clamp(3.125rem, 5.20833vw, 6.25rem);
}

.g-map-block__map:before {
  content: '';
  display: block;
  padding-bottom: 56.25%;
}

@media (min-width: 1024px) {
  .g-map-block__map:before {
    padding-bottom: 38.694%;
  }
}

.g-map-block__map-inner {
  pointer-events: auto;
}

.g-map-block__current {
  display: grid;
  margin-bottom: clamp(1.875rem, 3.125vw, 3.75rem);
  row-gap: clamp(1.875rem, 3.125vw, 3.75rem);
}

@media (min-width: 768px) and (max-width: 1279px) {
  .g-map-block__current {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto auto;
  }
}

@media (min-width: 1280px) {
  .g-map-block__current {
    grid-template-columns: 52.976% repeat(2, 1fr);
  }
}

.g-map-block__items {
  width: 100%;
  display: grid;
  row-gap: clamp(1.875rem, 3.125vw, 3.75rem);
  margin: 0 auto;
}

@media (min-width: 768px) {
  .g-map-block__items {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 2.5rem;
  }
}

@media (min-width: 1280px) {
  .g-map-block__items {
    grid-template-columns: repeat(4, 1fr);
    column-gap: clamp(3.75rem, 4.53125vw, 5.4375rem);
  }
}

.g-map-block__item {
  width: 100%;
}

.g-map-block__item.default {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  transition: border .3s ease;
}

.g-map-block__item.default:before, .g-map-block__item.default:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #d0d0d0;
}

.g-map-block__item.default:before {
  transform: translate3d(-100%, 0, 0);
  background-color: #C4CFEF;
  z-index: 1;
  transition: transform .3s ease;
}

.g-map-block__item.default.active:before {
  transform: translate3d(0, 0, 0);
  transition: transform .3s ease;
}

.g-map-block__item.default.active .g-map-block__item-text strong {
  color: #1e58f9;
  transition: color .5s ease;
}

@media (min-width: 768px) and (max-width: 1279px) {
  .g-map-block__item.default[data-aos=fade-up].aos-animate:nth-child(odd) {
    transition-delay: .1s;
  }
  .g-map-block__item.default[data-aos=fade-up].aos-animate:nth-child(even) {
    transition-delay: .2s;
  }
}

@media (min-width: 1280px) {
  .g-map-block__item.default[data-aos=fade-up].aos-animate:nth-child(4n + 1) {
    transition-delay: .1s;
  }
  .g-map-block__item.default[data-aos=fade-up].aos-animate:nth-child(4n + 2) {
    transition-delay: .2s;
  }
  .g-map-block__item.default[data-aos=fade-up].aos-animate:nth-child(4n + 3) {
    transition-delay: .3s;
  }
  .g-map-block__item.default[data-aos=fade-up].aos-animate:nth-child(4n + 4) {
    transition-delay: .4s;
  }
}

@media (min-width: 1025px) {
  .g-map-block__item.default:hover .g-map-block__item-text strong {
    color: #1e58f9;
    transition: color .5s ease;
  }
}

.g-map-block__item.default * {
  cursor: pointer;
}

.g-map-block__item.highlighted {
  justify-content: center;
  font-size: calc(1.125rem + 4 * ((100vw - 375px) / 1225));
  background-color: rgba(195, 207, 239, 0.25);
  border-radius: 4px;
}

@media (min-width: 1600px) {
  .g-map-block__item.highlighted {
    font-size: 1.375rem;
  }
}

.g-map-block__item.highlighted:has(+ .g-map-block__item.highlighted) {
  position: relative;
}

.g-map-block__item.highlighted:has(+ .g-map-block__item.highlighted):after {
  position: absolute;
  content: '';
  background-color: rgba(30, 88, 249, 0.1);
}

.page-animation .g-map-block__item.highlighted.aos-animate .g-map-block__item-icon {
  opacity: 1;
  transform: scale(1);
  transition: opacity .3s ease, transform .45s ease;
}

.page-animation .g-map-block__item.highlighted.aos-animate .g-map-block__item-title,
.page-animation .g-map-block__item.highlighted.aos-animate .g-map-block__item-link {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: opacity .3s ease .2s, transform .5s ease .2s, color .3s ease;
}

.page-animation .g-map-block__item.highlighted.aos-animate .g-map-block__item-link {
  transition: opacity .3s ease .275s, transform .5s ease .275s, color .3s ease;
}

@media (max-width: 767px) {
  .g-map-block__item.highlighted {
    padding: 42px 56px;
  }
  .g-map-block__item.highlighted:not(:last-child):after {
    bottom: 0;
    left: 56px;
    width: 76px;
    height: 2px;
  }
}

@media (min-width: 768px) {
  .g-map-block__item.highlighted {
    flex: 1;
    min-height: 235px;
    padding-top: clamp(1.875rem, 2.08333vw, 2.5rem);
    padding-bottom: clamp(1.875rem, 2.08333vw, 2.5rem);
    padding-right: 28px;
    padding-left: clamp(1.875rem, 3.125vw, 3.75rem);
  }
  .g-map-block__item.highlighted:not(:last-child):after {
    top: 50%;
    right: 0;
    transform: translate3d(0, -50%, 0);
    width: 2px;
    height: 76px;
  }
}

.g-map-block__item.current-location {
  background-color: #fff;
  padding: clamp(1.25rem, 2.08333vw, 2.5rem);
  cursor: pointer;
}

@media (min-width: 768px) and (max-width: 1279px) {
  .g-map-block__item.current-location {
    grid-column: 1 / -1;
  }
}

.current-location .g-map-block__item-text {
  font-weight: 300;
}

.g-map-block__item-text [href*="tel"] {
  font-weight: 400;
  color: #000;
}

.g-map-block__item-text p {
  line-height: 1.33;
  color: #767876;
}

.g-map-block__item-text p strong {
  display: block;
  font-weight: 500;
  color: #000;
  padding-top: 1.346em;
  transition: color .5s ease;
}

.current-location .g-map-block__item-text p strong {
  padding-top: 0;
}

.g-map-block__item-text p a {
  display: block;
  transition: color .5s ease;
  margin-top: 0.722em;
}

@media (min-width: 1025px) {
  .g-map-block__item-text p a:hover {
    color: #1e58f9;
    cursor: pointer;
    transition: color .5s ease;
  }
}

.g-map-block__item-icon {
  color: #1e58f9;
  fill: #1e58f9;
  font-size: inherit;
  margin-bottom: 0.773em;
}

.g-map-block__item-icon.icon-phone {
  width: 1.636em;
  height: 1.636em;
}

.g-map-block__item-icon.icon-envelope {
  width: 1.818em;
  height: 1.455em;
}

.page-animation .g-map-block__item-icon {
  opacity: 0;
  transform: scale(0.35);
  transition: opacity .3s ease, transform .6s ease;
}

.g-map-block__item-title {
  font-size: calc(1.125rem + 4 * ((100vw - 375px) / 1225));
  font-weight: 500;
  margin-bottom: 0.591em;
}

@media (min-width: 1600px) {
  .g-map-block__item-title {
    font-size: 1.375rem;
  }
}

.g-map-block__item-link {
  color: #000;
  transition: color .5s ease;
}

@media (min-width: 1025px) {
  .g-map-block__item-link:hover {
    color: #1e58f9;
    cursor: pointer;
    transition: color .5s ease;
  }
}

.page-animation .g-map-block__item-title, .page-animation .g-map-block__item-link {
  display: block;
  opacity: 0;
  transform: translate3d(0, 10px, 0);
  transition: opacity .3s ease, transform .5s ease;
}

.g-map-block .gm-style .gm-style-iw-c {
  padding: 15px 20px 24px 20px !important;
  border-radius: 4px;
  box-shadow: 5px 7px 4px rgba(0, 0, 0, 0.15);
  min-width: 245px !important;
}

.g-map-block .gm-style .gm-style-iw-tc::after {
  content: none !important;
}

.g-map-block .gm-style .gm-style-iw-d {
  padding-right: 0 !important;
  padding-bottom: 0 !important;
  overflow: unset !important;
}

.g-map-block .gm-style .gm-style-iw-d p {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.71;
  letter-spacing: -0.01em;
  color: #767876;
  font-family: Aeonik, Helvetica, Arial, sans-serif;
}

.g-map-block .gm-style .gm-style-iw-d p:not(:last-child) {
  margin-bottom: 10px;
}

.g-map-block .gm-style .gm-style-iw-d p strong {
  font-size: 20px;
  line-height: 1.3;
  color: #1e58f9;
  margin-bottom: 9px;
}

.g-map-block .gm-style .gm-style-iw-d a {
  font-family: Aeonik, Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1;
  color: #1e58f9;
  margin-top: 10px;
}

.map-block {
  background-color: #787878;
  padding: 7.5rem 0;
}

@media (max-width: 1023px) {
  .map-block {
    padding: 70px 0;
  }
}

.map-block__top {
  justify-content: space-between;
}

@media (min-width: 1280px) {
  .map-block__top {
    padding-bottom: 94px;
  }
}

@media (max-width: 1023px) {
  .map-block__top {
    flex-direction: row;
  }
}

@media (max-width: 600px) {
  .map-block__top {
    flex-direction: column;
  }
}

.map-block__title.block-title--inv, .black .map-block__title.faq-block__title {
  width: calc(50% - 1.8rem);
}

@media (max-width: 600px) {
  .map-block__title.block-title--inv, .black .map-block__title.faq-block__title {
    width: 100%;
  }
}

.map-block__description {
  padding-top: 0.278em;
  width: calc(50% - 1.8rem);
}

@media (max-width: 767px) {
  .map-block__description {
    padding-top: 1.111em;
  }
}

@media (max-width: 600px) {
  .map-block__description {
    width: 100%;
  }
}

.map-block__content {
  display: flex;
}

@media (max-width: 767px) {
  .map-block__content {
    flex-direction: column-reverse;
  }
}

@media (max-width: 1279px) {
  .map-block__content {
    padding-top: 35px;
  }
}

@media (min-width: 768px) {
  .map-block__content {
    align-items: flex-start;
    justify-content: space-between;
  }
}

.map-block__col.left {
  width: calc(50% - 1.8rem);
}

@media (max-width: 767px) {
  .map-block__col.left {
    width: 100%;
  }
}

.map-block__col.left .map-block__img {
  transition: .5s ease;
  opacity: 0;
  transform: translateX(-5%);
}

.page-animation .map-block__col.left.aos-animate .map-block__img {
  opacity: 1;
  transform: translateX(0);
}

@media (max-width: 767px) {
  .map-block__col.right {
    margin: -4px 0 40px 0;
  }
}

@media (min-width: 768px) {
  .map-block__col.right {
    width: calc(50% - 1.8rem);
  }
}

@media (max-width: 600px) {
  .map-block__col.right {
    width: 100%;
  }
}

.map-block__img {
  display: block;
  width: 100%;
  height: auto;
}

.map-block__items {
  margin-bottom: clamp(2.5rem, 3.125vw, 3.75rem);
}

.map-block__item {
  border-bottom: 1px solid #9B9B9B;
  padding-bottom: clamp(1.875rem, 2.08333vw, 2.5rem);
}

.map-block__item:not(:last-child) {
  margin-bottom: clamp(1.875rem, 2.08333vw, 2.5rem);
}

.number-item-three {
  position: relative;
  background-color: #f0f0f0;
  overflow: hidden;
  padding: 70px 0 50px;
}

@media (min-width: 1024px) {
  .number-item-three {
    padding: 131px 0 39px;
  }
}

.number-item-three__inner {
  position: relative;
}

@media (min-width: 768px) {
  .number-item-three__inner {
    width: 85%;
    max-width: 1037px;
  }
}

.number-item-three__title {
  margin-bottom: 1.273em;
}

.number-item-three__content {
  position: relative;
  width: 100%;
}

@media (min-width: 1280px) {
  .number-item-three__content {
    width: 110%;
  }
}

.number-item-three__bg {
  position: absolute;
  bottom: 2px;
  right: -308px;
  width: 495px;
  height: auto;
}

@media (min-width: 768px) {
  .number-item-three__bg {
    right: -334px;
  }
}

@media (min-width: 1440px) {
  .number-item-three__bg {
    right: -450px;
  }
}

.number-item-three__bg path {
  fill: rgba(207, 208, 208, 0);
  stroke: #CFD0D0;
  stroke-width: 1;
  stroke-dasharray: 1000;
  stroke-dashoffset: -1000;
}

.aos-animate .number-item-three__bg path {
  animation: to-stroke-anim 2s ease forwards 0s, ubc6e3197 2s linear forwards 1s;
}

@keyframes ubc6e3197 {
  to {
    fill: #cfd0d0;
  }
}

.number-item-three__items {
  position: relative;
  z-index: 1;
  width: 100%;
}

@media (min-width: 600px) {
  .number-item-three__items {
    display: flex;
    flex-wrap: wrap;
  }
}

@media (max-width: 599px) {
  .number-item-three__items > div {
    width: 100%;
    max-width: 400px;
    margin-bottom: 25px;
  }
}

@media (min-width: 600px) and (max-width: 1023px) {
  .number-item-three__items > div {
    width: calc(50% - 13px);
    margin-bottom: 60px;
  }
  .number-item-three__items > div:not(:nth-child(even)) {
    margin-right: 25px;
  }
}

@media (min-width: 1024px) and (max-width: 1279px) {
  .number-item-three__items > div {
    width: calc(33.333% - 41px);
    margin-bottom: 93px;
  }
  .number-item-three__items > div:not(:nth-child(3n + 3)) {
    margin-right: 59px;
  }
}

@media (min-width: 1280px) {
  .number-item-three__items > div {
    width: calc(33.333% - 41px);
    margin-bottom: 93px;
  }
  .number-item-three__items > div:not(:nth-child(3n + 3)) {
    margin-right: 59px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .number-item-three__item[data-aos=fade-up].aos-animate:nth-child(odd) {
    transition-delay: .3s;
  }
  .number-item-three__item[data-aos=fade-up].aos-animate:nth-child(even) {
    transition-delay: .4s;
  }
}

@media (min-width: 1024px) {
  .number-item-three__item[data-aos=fade-up].aos-animate:nth-child(3n + 1) {
    transition-delay: .3s;
  }
  .number-item-three__item[data-aos=fade-up].aos-animate:nth-child(3n + 2) {
    transition-delay: .4s;
  }
  .number-item-three__item[data-aos=fade-up].aos-animate:nth-child(3n + 3) {
    transition-delay: .5s;
  }
}

.number-item-three__item-title {
  font-size: calc(4.375rem + 20 * ((100vw - 375px) / 1225));
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.03em;
  margin-bottom: 0.144em;
}

@media (min-width: 1600px) {
  .number-item-three__item-title {
    font-size: 5.625rem;
  }
}

.number-item-three__item-title small {
  font-size: 0.678em;
}

.related-posts {
  background-color: #f0f0f0;
  overflow: hidden;
  padding: 7.5rem 0;
}

@media (min-width: 1280px) {
  .related-posts {
    padding: 100px 0 126px;
  }
}

.related-posts__inner {
  position: relative;
  width: 90%;
  max-width: 1362px;
  margin-left: auto;
  margin-right: auto;
}

.related-posts__top {
  max-width: 1362px;
  display: flex;
  align-items: center !important;
}

@media (min-width: 768px) {
  .related-posts__top {
    padding-bottom: 5rem;
  }
}

.related-posts__content {
  width: 100%;
}

.related-posts__items {
  width: 100%;
  display: flex;
}

.page-animation .related-posts__items .post-item.aos-animate.swiper-slide-active {
  transition-delay: .2s;
}

.page-animation .related-posts__items .post-item.aos-animate.swiper-slide-active + .post-item {
  transition-delay: .3s;
}

.page-animation .related-posts__items .post-item.aos-animate.swiper-slide-active + .post-item + .post-item {
  transition-delay: .4s;
}

.page-animation .related-posts__items .post-item.aos-animate.swiper-slide-active + .post-item + .post-item + .post-item {
  transition-delay: .5s;
}

.page-animation .related-posts__items .post-item.aos-animate.swiper-slide-active + .post-item + .post-item + .post-item + .post-item {
  transition-delay: .6s;
}

.page-animation .related-posts__items .post-item.aos-animate.swiper-slide-active + .post-item + .post-item + .post-item + .post-item + .post-item {
  transition-delay: .7s;
}

.page-animation .related-posts__items .post-item.aos-animate.swiper-slide-active + .post-item + .post-item + .post-item + .post-item + .post-item + .post-item {
  transition-delay: .8s;
}

.related-posts__items .post-item {
  max-width: none;
}

@media (min-width: 768px) {
  .related-posts__items .post-item {
    max-width: none;
  }
}

@media (min-width: 1280px) {
  .related-posts__items .post-item {
    max-width: none;
  }
}

.related-posts__items .post-item__img {
  aspect-ratio: 1/1;
  object-fit: cover;
}

@media (max-width: 1279px) {
  .related-posts__items .post-item__content {
    padding-top: 20px;
  }
}

@media (min-width: 1280px) {
  .related-posts__items .post-item__content {
    padding-top: 2rem;
  }
}

.related-posts__items .post-item__details {
  display: none;
}

.related-posts__items .post-item__title {
  font-size: calc(1.5rem + 4 * ((100vw - 375px) / 1225));
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

@media (min-width: 1600px) {
  .related-posts__items .post-item__title {
    font-size: 1.75rem;
  }
}

.related-posts__items .post-item__description {
  display: block;
  color: #475467;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 1.75rem */
  letter-spacing: -0.0125rem;
}

@media (max-width: 767px) {
  .related-posts__items .post-item__description {
    width: 100%;
    padding-top: .75rem;
  }
}

@media (min-width: 768px) {
  .related-posts__items .post-item__description {
    padding-top: 0.5rem;
  }
}

.related-posts__bottom {
  width: 95%;
  max-width: 1362px;
}

.page-animation .related-posts__bottom {
  opacity: 0;
}

.page-animation .related-posts__bottom.aos-animate {
  animation: to-origin-anim .5s ease forwards;
}

.slider-images .related-posts__bottom {
  width: 100%;
}

@media (min-width: 1280px) {
  .slider-images .related-posts__bottom {
    padding-top: 30px;
  }
}

.number-item-three + .related-posts {
  background-color: #fff;
}

.text-editor .slider-images {
  margin-bottom: 2.5rem;
}

.text-editor .slider-images img {
  width: 100%;
  height: auto;
}

.text-editor .swiper-horizontal > .swiper-pagination-progressbar,
.text-editor .swiper-pagination-progressbar.swiper-pagination-horizontal {
  width: 90%;
  height: 3px;
}

.resources-list {
  padding: 65px 0 35px;
}

@media (min-width: 1280px) {
  .resources-list {
    padding: 132px 0 99px;
  }
}

.resources-list__items {
  position: relative;
  width: 100%;
  max-width: 927px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: auto;
}

@media (min-width: 768px) {
  .resources-list__items {
    width: 78%;
    padding-top: 32px;
  }
}

.resources-list__item {
  position: relative;
  width: 100%;
  border-bottom: 2px solid;
}

.resources-list__item:not(:last-child) {
  margin-bottom: 38px;
}

.resources-list__item[data-aos=fade-up].aos-animate:nth-child(1) {
  animation-delay: 0.1s;
}

.resources-list__item[data-aos=fade-up].aos-animate:nth-child(2) {
  animation-delay: 0.2s;
}

.resources-list__item[data-aos=fade-up].aos-animate:nth-child(3) {
  animation-delay: 0.3s;
}

.resources-list__item[data-aos=fade-up].aos-animate:nth-child(4) {
  animation-delay: 0.4s;
}

.resources-list__item[data-aos=fade-up].aos-animate:nth-child(5) {
  animation-delay: 0.5s;
}

.resources-list__item[data-aos=fade-up].aos-animate:nth-child(6) {
  animation-delay: 0.6s;
}

.resources-list__item[data-aos=fade-up].aos-animate:nth-child(7) {
  animation-delay: 0.7s;
}

.resources-list__item[data-aos=fade-up].aos-animate:nth-child(8) {
  animation-delay: 0.8s;
}

.resources-list__item[data-aos=fade-up].aos-animate:nth-child(9) {
  animation-delay: 0.9s;
}

.resources-list__item[data-aos=fade-up].aos-animate:nth-child(10) {
  animation-delay: 1s;
}

@media (min-width: 1025px) {
  .resources-list__item:hover .resources-list__item-title {
    color: #2f57f0;
    transition: color .3s ease;
  }
  .resources-list__item:hover .resources-list__item-icon {
    transform: translate3d(3px, 0, 0);
    stroke: #2f57f0;
    transition: transform .3s ease, stroke .3s ease;
  }
}

.resources-list__item-inner {
  display: block;
  padding-bottom: 34px;
}

.resources-list__item-inner * {
  cursor: pointer;
}

.resources-list__item-details {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 8px;
}

.resources-list__item-detail {
  position: relative;
  display: block;
  color: #787878;
}

.resources-list__item-detail:not(:last-child) {
  margin-right: 1.438em;
}

.resources-list__item-detail:not(:last-child):after {
  position: absolute;
  content: '';
  top: 0.75em;
  right: -1.188em;
  width: 0.813em;
  height: 1px;
  background-color: #787878;
}

.resources-list__item-title-wrap {
  display: flex;
  align-items: flex-start;
}

.resources-list__item-title {
  flex: 1;
  color: #000;
  padding-right: 10%;
  transition: color .3s ease;
}

.resources-list__item-icon {
  width: 16px;
  height: 16px;
  stroke: #000;
  margin: 3px 0 0 3px;
  transition: transform .3s ease, stroke .3s ease;
}

.resources-list__posts {
  width: 100%;
  padding-top: 100px;
}

@media (min-width: 768px) {
  .resources-list__posts {
    display: flex;
    flex-wrap: wrap;
  }
}

@media (max-width: 767px) {
  .resources-list__posts > div {
    width: 100%;
    max-width: 651px;
    margin-bottom: 25px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .resources-list__posts > div {
    width: calc(50% - 8px);
    margin-bottom: 30px;
  }
  .resources-list__posts > div:nth-child(odd) {
    margin-right: 15px;
  }
}

@media (min-width: 1024px) and (max-width: 1279px) {
  .resources-list__posts > div {
    width: calc(50% - 12px);
    margin-bottom: 30px;
  }
  .resources-list__posts > div:nth-child(odd) {
    margin-right: 24px;
  }
}

@media (min-width: 1280px) {
  .resources-list__posts > div {
    width: calc(50% - 23px);
    margin-bottom: 40px;
  }
  .resources-list__posts > div:nth-child(odd) {
    margin-right: 45px;
  }
}

@media (min-width: 1024px) {
  .resources-list__posts {
    padding-top: 140px;
  }
}

.resources-list__post[data-aos=fade-up].aos-animate:nth-child(1) {
  transition-delay: 0.1s;
}

.resources-list__post[data-aos=fade-up].aos-animate:nth-child(2) {
  transition-delay: 0.2s;
}

.resources-list__post[data-aos=fade-up].aos-animate:nth-child(3) {
  transition-delay: 0.3s;
}

.resources-list__post[data-aos=fade-up].aos-animate:nth-child(4) {
  transition-delay: 0.4s;
}

.resources-list__post-img-wrap {
  position: relative;
  display: block;
  width: 100%;
  background-color: #787878;
  overflow: hidden;
  margin-bottom: 21px;
}

.resources-list__post-img-wrap:before {
  content: '';
  display: block;
  padding-bottom: 67.435%;
}

@media (min-width: 1024px) {
  .resources-list__post-img-wrap {
    margin-bottom: 37px;
  }
}

.resources-list__post-title {
  width: 90%;
  line-height: 1.04;
}

.resources-list__post-description {
  font-family: Aeonik, Helvetica, Arial, sans-serif;
  width: 90%;
  padding-top: 13px;
}

@media (min-width: 1280px) {
  .resources-list__post-description {
    width: 70%;
    line-height: 1.3;
  }
}

.team-block {
  padding: 50px 0 65px;
}

@media (min-width: 1280px) {
  .team-block {
    padding: 109px 0 3.5rem;
  }
}

@media (min-width: 1280px) {
  .team-block__top {
    padding-bottom: 102px;
  }
}

.team-block__title {
  margin-bottom: 0.53em;
}

.team-block__description {
  max-width: 23.500em;
  line-height: 1.3;
}

.team-block__description mark {
  position: relative;
  overflow: hidden;
}

.team-block__description mark:after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: currentColor;
}

.team-block__items {
  width: 100%;
}

@media (min-width: 600px) {
  .team-block__items {
    display: flex;
    flex-wrap: wrap;
  }
}

@media (max-width: 599px) {
  .team-block__items > div {
    width: 100%;
    max-width: 301px;
    margin-bottom: 25px;
  }
}

@media (min-width: 600px) and (max-width: 1023px) {
  .team-block__items > div {
    width: calc(50% - 13px);
    margin-bottom: 50px;
  }
  .team-block__items > div:not(:nth-child(even)) {
    margin-right: 25px;
  }
}

@media (min-width: 1024px) and (max-width: 1279px) {
  .team-block__items > div {
    width: calc(25% - 23px);
    margin-bottom: 50px;
  }
  .team-block__items > div:not(:nth-child(4n + 4)) {
    margin-right: 30px;
  }
}

@media (min-width: 1280px) {
  .team-block__items > div {
    width: calc(25% - 34px);
    margin-bottom: 96px;
  }
  .team-block__items > div:not(:nth-child(4n + 4)) {
    margin-right: 45px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .team-block__item[data-aos=fade-up].aos-animate:nth-child(odd) {
    transition-delay: .3s;
  }
  .team-block__item[data-aos=fade-up].aos-animate:nth-child(even) {
    transition-delay: .4s;
  }
}

@media (min-width: 1024px) {
  .team-block__item[data-aos=fade-up].aos-animate:nth-child(3n + 1) {
    transition-delay: .3s;
  }
  .team-block__item[data-aos=fade-up].aos-animate:nth-child(3n + 2) {
    transition-delay: .4s;
  }
  .team-block__item[data-aos=fade-up].aos-animate:nth-child(3n + 3) {
    transition-delay: .5s;
  }
}

.team-block__item-img-wrap {
  position: relative;
  display: block;
  width: 100%;
  background-color: #9B9B9B;
  overflow: hidden;
  margin-bottom: 13px;
}

.team-block__item-img-wrap:before {
  content: '';
  display: block;
  padding-bottom: 109.3%;
}

@media (min-width: 1024px) {
  .team-block__item-img-wrap {
    margin-bottom: 27px;
  }
}

.team-block__item-subtitle {
  text-transform: uppercase;
  color: #767876;
  margin-bottom: 0.778em;
}

.team-block__item-title {
  margin-bottom: 0.538em;
}

.team-block__item-description {
  color: #767876;
}

.team-block__bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 40px;
}

@media (min-width: 1280px) {
  .team-block__bottom {
    padding-top: 12px;
  }
}

.team-block__bottom-bg {
  display: block;
  width: 90%;
  height: auto;
  max-width: 726px;
  opacity: 0;
  transform: scale(0.95);
  margin-bottom: 15px;
  transition: opacity .5s ease, transform .5s ease;
}

.aos-animate .team-block__bottom-bg {
  opacity: 1;
  transform: scale(1);
  transition: opacity .6s ease, transform .6s ease;
}

.team-block__bottom-title {
  max-width: 15.217em;
  text-align: center;
  margin-bottom: 0.978em;
}

.team-block__bottom-btns {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.team-block__bottom-btns a {
  margin-bottom: 10px;
}

.team-block__bottom-btns a:not(:last-of-type) {
  margin-right: 20px;
}

.page-animation .team-block__bottom-btn[data-aos=fade-up] {
  transition: opacity .6s ease .3s, transform .6s ease .3s, background-color .3s ease;
}

.page-animation .team-block__bottom-btn[data-aos=fade-up].aos-animate {
  transition: opacity .6s ease .3s, transform .6s ease .3s, background-color .3s ease;
}

.page-animation .team-block__bottom-btn[data-aos=fade-up].aos-animate + .team-block__bottom-link {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: opacity .6s ease .4s, transform .5s ease .4s;
}

.team-block__bottom-link {
  font-weight: 500;
  color: #2f57f0;
  transition: box-shadow .5s ease;
}

.page-animation .team-block__bottom-link {
  display: block;
  opacity: 0;
  transform: translate3d(0, 25px, 0);
  transition: opacity .3s ease, transform .5s ease;
}

@media (min-width: 1025px) {
  .team-block__bottom-link:hover {
    box-shadow: 0 4px 0 0 currentColor;
    transition: box-shadow .5s ease;
  }
}

.text-form {
  background-color: #000;
  padding: 66px 0 76px;
}

@media (min-width: 1280px) {
  .text-form {
    padding: 103px 0 76px;
  }
}

@media (min-width: 768px) {
  .text-form__inner {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
}

@media (min-width: 768px) {
  .text-form__content {
    width: 48%;
  }
}

@media (min-width: 1024px) {
  .text-form__content {
    width: 42%;
  }
}

.text-form__description {
  line-height: 1.3;
  max-width: 21.650em;
  opacity: 0.55;
  padding-top: 1.750em;
}

@media (max-width: 767px) {
  .text-form__description {
    padding-top: 10px;
  }
}

.text-form__items {
  padding: 40px 11% 31px 0;
}

@media (min-width: 1280px) {
  .text-form__items {
    padding: 73px 18% 31px 0;
  }
}

.text-form__item {
  position: relative;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.55);
  line-height: 1.39;
  padding-left: 1.375em;
}

.text-form__item[data-aos=fade-up].aos-animate:nth-child(1) {
  transition-delay: 0.05s;
}

.text-form__item[data-aos=fade-up].aos-animate:nth-child(2) {
  transition-delay: 0.1s;
}

.text-form__item[data-aos=fade-up].aos-animate:nth-child(3) {
  transition-delay: 0.15s;
}

.text-form__item[data-aos=fade-up].aos-animate:nth-child(4) {
  transition-delay: 0.2s;
}

.text-form__item[data-aos=fade-up].aos-animate:nth-child(5) {
  transition-delay: 0.25s;
}

.text-form__item[data-aos=fade-up].aos-animate:nth-child(6) {
  transition-delay: 0.3s;
}

.text-form__item[data-aos=fade-up].aos-animate:nth-child(7) {
  transition-delay: 0.35s;
}

.text-form__item[data-aos=fade-up].aos-animate:nth-child(8) {
  transition-delay: 0.4s;
}

.text-form__item[data-aos=fade-up].aos-animate:nth-child(9) {
  transition-delay: 0.45s;
}

.text-form__item[data-aos=fade-up].aos-animate:nth-child(10) {
  transition-delay: 0.5s;
}

.text-form__item:after {
  position: absolute;
  content: '';
  top: 0.125em;
  left: 0.167em;
  width: 0.292em;
  height: 0.542em;
  border: solid #fff;
  border-width: 0 0.167em 0.167em 0;
  transform: rotate(45deg);
}

.text-form__item:not(:last-child) {
  margin-bottom: 1.958em;
}

.text-form__item p {
  font-weight: 500;
  color: rgba(255, 255, 255, 0.55);
}

.text-form__item strong {
  font-weight: bold;
  color: white;
}

.text-form__bg {
  display: block;
  width: 100%;
  height: auto;
}

.text-form__bg path {
  fill: rgba(120, 120, 120, 0);
  stroke: #787878;
  stroke-width: 1;
  stroke-dasharray: 1200;
  stroke-dashoffset: -1200;
}

.aos-animate .text-form__bg path {
  animation: to-stroke-anim 2s ease forwards 0s, u2e0771c5 2s linear forwards 1s;
}

@keyframes u2e0771c5 {
  to {
    fill: #787878;
  }
}

.text-form__cols {
  padding-top: 20px;
}

@media (min-width: 1280px) {
  .text-form__cols {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
  }
}

.text-form__col {
  width: 100%;
  padding-right: 9%;
}

.text-form__col:not(:last-child) {
  margin-bottom: 20px;
}

@media (min-width: 1280px) {
  .text-form__col {
    width: 48%;
  }
}

.text-form__col-title {
  margin-bottom: 0.731em;
}

.text-form__col-description {
  color: rgba(255, 255, 255, 0.65);
  padding-bottom: 7px;
}

.text-form__col-link {
  color: rgba(255, 255, 255, 0.65);
  transition: color .5s ease;
}

@media (min-width: 1025px) {
  .text-form__col-link:hover {
    color: #2f57f0;
    cursor: pointer;
    transition: color .5s ease;
  }
}

.text-form__form {
  background-color: #fff;
  border-radius: 4px;
  padding: 41px 5% 53px;
  margin-top: 50px;
}

@media (min-width: 768px) {
  .text-form__form {
    width: 47%;
    padding: 33px 3% 47px;
    margin-top: 10px;
  }
}

@media (min-width: 1024px) {
  .text-form__form {
    width: 41.7%;
  }
}

@media (min-width: 1280px) {
  .text-form__form {
    padding: 66px 5.1% 60px;
  }
}

@media (min-width: 1280px) {
  .text-form__form form > .hs-form-field:nth-child(1), .text-form__form form > .hs-form-field:nth-child(2) {
    width: calc(50% - 7px);
  }
}

.text-form__form-title {
  font-weight: bold;
  font-size: 28px;
  line-height: 1.1;
  margin-bottom: 16px;
}

@media (min-width: 768px) {
  .text-form__form-title {
    font-size: 32px;
  }
}

@media (min-width: 1280px) {
  .text-form__form-title {
    font-size: 40px;
  }
}

.text-form__form-description {
  font-size: 16px;
  line-height: 1.1;
}

.text-form__form-inner {
  padding-top: 25px;
}

.text-form__form-inner .hs-input.jq-selectbox {
  width: 100% !important;
}

.text-form__form-inner .hs-fieldtype-select .hs-field-desc {
  font-size: 12px;
  margin-bottom: 10px;
}

.timeline {
  padding: 55px 0 95px;
}

@media (min-width: 1280px) {
  .timeline {
    padding: 3rem 0 170px;
  }
}

.timeline__content {
  width: 100%;
}

@media (min-width: 1024px) {
  .timeline__content {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
}

.timeline__nav {
  width: 100%;
  margin: 0;
}

@media (min-width: 1024px) {
  .timeline__nav {
    width: 40%;
  }
}

.timeline__nav-items {
  display: flex;
}

@media (min-width: 1024px) {
  .timeline__nav-items {
    flex-direction: column;
  }
}

.timeline__nav-item {
  position: relative;
  width: 100%;
  cursor: pointer;
}

.timeline__nav-item:before, .timeline__nav-item:after {
  position: absolute;
  content: '';
}

.timeline__nav-item:before {
  top: 0.15em;
  left: 0;
  width: 0.4em;
  height: 0.4em;
  border: 0.3em solid #000;
  border-radius: 50%;
  transition: border-color .4s linear;
}

.timeline__nav-item:after {
  background-color: #000;
  transition: background-color .4s linear;
}

.timeline__nav-item.swiper-slide-thumb-active + .swiper-slide.swiper-slide-visible:before {
  border-color: #000;
  transition: border .4s linear .05s;
}

.timeline__nav-item.swiper-slide-thumb-active ~ .swiper-slide:before {
  border-color: #d0d0d0;
  transition: border .4s linear;
}

.timeline__nav-item.swiper-slide-thumb-active ~ .swiper-slide:after {
  background-color: #d0d0d0;
  transition: background-color .4s linear;
}

.page-animation .timeline__nav-item:before {
  transform: scale(0);
  transition: transform .5s ease;
}

.timeline__nav-item[data-aos=fade-up].aos-animate:before {
  transform: scale(1);
  transition: transform .5s ease;
}

.timeline__nav-item[data-aos=fade-up].aos-animate:nth-child(1) {
  transition-delay: 0.075s;
}

.timeline__nav-item[data-aos=fade-up].aos-animate:nth-child(1):before {
  transition: transform 0.5s ease 0.075s, border-color 0.4s linear;
}

.timeline__nav-item[data-aos=fade-up].aos-animate:nth-child(2) {
  transition-delay: 0.15s;
}

.timeline__nav-item[data-aos=fade-up].aos-animate:nth-child(2):before {
  transition: transform 0.5s ease 0.15s, border-color 0.4s linear;
}

.timeline__nav-item[data-aos=fade-up].aos-animate:nth-child(3) {
  transition-delay: 0.225s;
}

.timeline__nav-item[data-aos=fade-up].aos-animate:nth-child(3):before {
  transition: transform 0.5s ease 0.225s, border-color 0.4s linear;
}

.timeline__nav-item[data-aos=fade-up].aos-animate:nth-child(4) {
  transition-delay: 0.3s;
}

.timeline__nav-item[data-aos=fade-up].aos-animate:nth-child(4):before {
  transition: transform 0.5s ease 0.3s, border-color 0.4s linear;
}

.timeline__nav-item[data-aos=fade-up].aos-animate:nth-child(5) {
  transition-delay: 0.375s;
}

.timeline__nav-item[data-aos=fade-up].aos-animate:nth-child(5):before {
  transition: transform 0.5s ease 0.375s, border-color 0.4s linear;
}

.timeline__nav-item[data-aos=fade-up].aos-animate:nth-child(6) {
  transition-delay: 0.45s;
}

.timeline__nav-item[data-aos=fade-up].aos-animate:nth-child(6):before {
  transition: transform 0.5s ease 0.45s, border-color 0.4s linear;
}

.timeline__nav-item[data-aos=fade-up].aos-animate:nth-child(7) {
  transition-delay: 0.525s;
}

.timeline__nav-item[data-aos=fade-up].aos-animate:nth-child(7):before {
  transition: transform 0.5s ease 0.525s, border-color 0.4s linear;
}

.timeline__nav-item[data-aos=fade-up].aos-animate:nth-child(8) {
  transition-delay: 0.6s;
}

.timeline__nav-item[data-aos=fade-up].aos-animate:nth-child(8):before {
  transition: transform 0.5s ease 0.6s, border-color 0.4s linear;
}

.timeline__nav-item[data-aos=fade-up].aos-animate:nth-child(9) {
  transition-delay: 0.675s;
}

.timeline__nav-item[data-aos=fade-up].aos-animate:nth-child(9):before {
  transition: transform 0.5s ease 0.675s, border-color 0.4s linear;
}

.timeline__nav-item[data-aos=fade-up].aos-animate:nth-child(10) {
  transition-delay: 0.75s;
}

.timeline__nav-item[data-aos=fade-up].aos-animate:nth-child(10):before {
  transition: transform 0.5s ease 0.75s, border-color 0.4s linear;
}

.timeline__nav-item[data-aos=fade-up].aos-animate:nth-child(11) {
  transition-delay: 0.825s;
}

.timeline__nav-item[data-aos=fade-up].aos-animate:nth-child(11):before {
  transition: transform 0.5s ease 0.825s, border-color 0.4s linear;
}

.timeline__nav-item[data-aos=fade-up].aos-animate:nth-child(12) {
  transition-delay: 0.9s;
}

.timeline__nav-item[data-aos=fade-up].aos-animate:nth-child(12):before {
  transition: transform 0.5s ease 0.9s, border-color 0.4s linear;
}

@media (max-width: 1023px) {
  .timeline__nav-item {
    padding: 1.8em 1em 1em 0;
  }
  .timeline__nav-item:after {
    top: 0.5em;
    left: 1.188em;
    width: calc(100% - 1.563em);
    height: 0.3em;
  }
}

@media (min-width: 1024px) {
  .timeline__nav-item {
    min-height: 7em;
    max-width: 24.5em;
    padding: 0 0 1.5em 2.15em;
  }
  .timeline__nav-item:after {
    top: 1.45em;
    left: 0.35em;
    width: 0.3em;
    height: calc(100% - 1.7em);
  }
  .timeline__nav-item:last-child {
    min-height: auto;
    padding-bottom: 0;
  }
}

@media (min-width: 1025px) {
  .timeline__nav-item:hover .timeline__nav-item-title,
  .timeline__nav-item:hover .timeline__nav-item-description {
    cursor: pointer;
    color: #1e58f9;
    transition: color .3s ease;
  }
}

.timeline__nav-item-title {
  font-size: calc(1.25rem + 8 * ((100vw - 375px) / 1225));
  font-weight: bold;
  line-height: 1;
  margin-bottom: 0.107em;
  transition: color .3s ease;
}

@media (min-width: 1600px) {
  .timeline__nav-item-title {
    font-size: 1.75rem;
  }
}

.timeline__nav-item-description {
  overflow: hidden;
  line-height: 1.3;
  transition: color .3s ease;
}

@media (min-width: 1024px) {
  .timeline__nav-item-description {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
}

.timeline__gallery {
  background-color: #d0d0d0;
  border-radius: 4px;
  overflow: hidden;
  filter: drop-shadow(0px 24px 0px rgba(0, 0, 0, 0.05));
  margin: 2% 0 0 0;
}

@media (max-width: 1023px) {
  .timeline__gallery {
    max-width: 666px;
  }
}

@media (min-width: 1024px) {
  .timeline__gallery {
    width: 48.899%;
  }
}

.timeline__gallery-item {
  width: 100%;
}

.page-animation .timeline__gallery-item.aos-animate .timeline__gallery-item-img-wrap {
  transform: scale(1);
  transition: transform 1.8s ease .2s;
}

.timeline__gallery-item-img-wrap {
  position: relative;
  display: block;
  width: 100%;
  background-color: #d0d0d0;
  overflow: hidden;
}

.timeline__gallery-item-img-wrap:before {
  content: '';
  display: block;
  padding-bottom: 101.202%;
}

.page-animation .timeline__gallery-item-img-wrap {
  transform: scale(1.1);
  transition: transform .6s ease;
}

.two-img-text {
  background-color: #787878;
  padding: 56px 0 66px;
}

@media (min-width: 768px) {
  .two-img-text {
    padding: 95px 0 116px;
  }
}

@media (min-width: 1280px) {
  .two-img-text {
    padding: 132px 0 177px;
  }
}

@media (min-width: 1280px) {
  .two-img-text__inner {
    padding-right: 5.65%;
  }
}

.two-img-text__top {
  width: 100%;
}

@media (min-width: 768px) {
  .two-img-text__top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
}

@media (max-width: 767px) {
  .two-img-text__top-content {
    margin-bottom: 30px;
  }
}

@media (min-width: 768px) {
  .two-img-text__top-content {
    width: 54%;
    padding-top: 13px;
  }
}

@media (min-width: 1600px) {
  .two-img-text__top-content {
    width: 41%;
    padding-top: 29px;
  }
}

.two-img-text__top-title {
  margin-bottom: 0.409em;
}

.two-img-text__top-description {
  margin-bottom: 1.5em;
}

.two-img-text__top-img-wrap {
  position: relative;
  display: block;
  width: 100%;
  background-color: #fff;
  overflow: hidden;
  width: 90%;
  box-shadow: 0 17.1376px 34.2752px rgba(0, 0, 0, 0.08);
  border-radius: 8.56881px;
}

.two-img-text__top-img-wrap:before {
  content: '';
  display: block;
  padding-bottom: 139.787%;
}

@media (max-width: 767px) {
  .two-img-text__top-img-wrap {
    max-width: 465px;
  }
}

@media (min-width: 768px) {
  .two-img-text__top-img-wrap {
    width: 36.911%;
  }
}

.two-img-text__top-img-bg {
  position: absolute;
  bottom: -8%;
  right: -8%;
  fill: #1e58f9;
  width: 107%;
  height: auto;
}

.two-img-text__bottom {
  width: 100%;
  padding-top: 40px;
}

@media (min-width: 768px) {
  .two-img-text__bottom {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
    justify-content: space-between;
    padding-top: 110px;
  }
}

@media (min-width: 1280px) {
  .two-img-text__bottom {
    padding-top: 170px;
  }
}

.two-img-text__bottom:only-child {
  padding-top: 0;
}

.two-img-text__bottom-content {
  padding-bottom: 30px;
}

@media (min-width: 768px) {
  .two-img-text__bottom-content {
    width: 44.832%;
    padding: 4px 0 0 0;
    margin-right: -2%;
  }
}

@media (min-width: 1280px) {
  .two-img-text__bottom-content {
    padding: 4px 0 0 6%;
  }
}

.two-img-text__bottom-title {
  margin-bottom: 0.804em;
}

.two-img-text__bottom-item:not(:last-child) {
  margin-bottom: 1.25em;
}

.two-img-text__bottom-item[data-aos=fade-up].aos-animate:nth-child(1) {
  transition-delay: 0.05s;
}

.two-img-text__bottom-item[data-aos=fade-up].aos-animate:nth-child(2) {
  transition-delay: 0.1s;
}

.two-img-text__bottom-item[data-aos=fade-up].aos-animate:nth-child(3) {
  transition-delay: 0.15s;
}

.two-img-text__bottom-item[data-aos=fade-up].aos-animate:nth-child(4) {
  transition-delay: 0.2s;
}

.two-img-text__bottom-item[data-aos=fade-up].aos-animate:nth-child(5) {
  transition-delay: 0.25s;
}

.two-img-text__bottom-item[data-aos=fade-up].aos-animate:nth-child(6) {
  transition-delay: 0.3s;
}

.two-img-text__bottom-item[data-aos=fade-up].aos-animate:nth-child(7) {
  transition-delay: 0.35s;
}

.two-img-text__bottom-item[data-aos=fade-up].aos-animate:nth-child(8) {
  transition-delay: 0.4s;
}

.two-img-text__bottom-item[data-aos=fade-up].aos-animate:nth-child(9) {
  transition-delay: 0.45s;
}

.two-img-text__bottom-item[data-aos=fade-up].aos-animate:nth-child(10) {
  transition-delay: 0.5s;
}

.two-img-text__bottom-item-link {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 6px;
  text-decoration-color: #fff;
  transition: text-decoration-color .3s ease;
}

@media (min-width: 1025px) {
  .two-img-text__bottom-item-link:hover {
    text-decoration-color: #2f57f0;
    transition: text-decoration-color .3s ease;
  }
}

.two-img-text__bottom-img-wrap {
  position: relative;
  display: block;
  width: 100%;
  background-color: #fff;
  overflow: hidden;
  width: 90%;
}

.two-img-text__bottom-img-wrap:before {
  content: '';
  display: block;
  padding-bottom: 77.556%;
}

@media (max-width: 767px) {
  .two-img-text__bottom-img-wrap {
    max-width: 695px;
  }
}

@media (min-width: 768px) {
  .two-img-text__bottom-img-wrap {
    width: 51%;
  }
}

@media (min-width: 1280px) {
  .two-img-text__bottom-img-wrap {
    width: 55.168%;
  }
}

.banner-text {
  background-color: #ededec;
  padding-top: 4.1875rem;
  position: relative;
  z-index: 0;
}

@media (max-width: 1279px) {
  .banner-text {
    padding-bottom: 5rem;
  }
}

@media (min-width: 1280px) {
  .banner-text {
    padding-bottom: 7.9375rem;
  }
}

.banner-text:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 19.3125rem;
  height: 17.3125rem;
  mask-image: url("/source/94c5187b79a23fbb241b6f11fd0ed457/figure-3.svg");
  mask-size: 100% 100%;
  mask-repeat: no-repeat;
  background-color: #CFD0D0;
  pointer-events: none;
  z-index: -1;
}

@media (min-width: 1440px) {
  .banner-text:after {
    width: 28.9375rem;
    height: 25.9375rem;
  }
}

@media (min-width: 768px) {
  .banner-text__container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

@media (max-width: 767px) {
  .banner-text__img {
    margin-bottom: 2rem;
  }
}

@media (min-width: 768px) {
  .banner-text__img {
    flex-basis: 52.648%;
    max-width: 52.648%;
    flex-shrink: 0;
  }
}

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

@media (min-width: 768px) {
  .banner-text__text {
    flex-basis: 43.089%;
    max-width: 43.089%;
    flex-shrink: 0;
  }
}

.banner-text__text p {
  margin-bottom: 1em;
}

.banner-text__ttl {
  margin-bottom: 2.75rem;
}

.banner-text__cta {
  margin-top: 3.125rem;
}

.faq {
  padding: 40px 0;
}

@media (min-width: 1024px) {
  .faq {
    padding-top: 68px;
  }
}

.faq__inner {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.faq__aside {
  position: relative;
  width: 100%;
}

@media (max-width: 767px) {
  .faq__aside.left {
    padding-bottom: 40px;
  }
}

@media (min-width: 768px) {
  .faq__aside.left {
    width: 35%;
    max-width: 388px;
    padding: 0 20px 70px 0;
  }
}

@media (min-width: 1024px) {
  .faq__aside.left {
    width: 30%;
  }
}

@media (min-width: 1024px) {
  .faq__aside.right {
    width: 28%;
    max-width: 30rem;
    padding: 0 0 70px 20px;
  }
}

@media (min-width: 1280px) {
  .faq__aside {
    padding-bottom: 132px;
  }
}

@media (min-width: 768px) {
  .faq__aside-inner {
    position: sticky;
    top: 115px;
  }
}

.faq__aside-title {
  margin-bottom: 23px;
}

.faq__nav {
  width: 100%;
}

.faq__nav-items {
  width: 100%;
  display: flex;
  flex-direction: column;
  background: rgba(237, 237, 236, 0.6);
}

.faq__nav-item-link {
  position: relative;
  display: block;
  font-size: calc(0.9375rem + 9 * ((100vw - 375px) / 1225));
  line-height: 1;
  letter-spacing: -0.01em;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 15px 20px 14px 21px;
  color: #000;
  font-weight: 500;
  transition: color .5s ease;
}

@media (min-width: 1600px) {
  .faq__nav-item-link {
    font-size: 1.5rem;
  }
}

@media (min-width: 1025px) {
  .faq__nav-item-link:hover {
    color: #1e58f9;
    cursor: pointer;
    transition: color .5s ease;
  }
}

@media (min-width: 768px) {
  .faq__nav-item-link {
    line-height: 35px;
  }
}

.faq__nav-item-link:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background-color: #1e58f9;
  opacity: 0;
  transition: opacity .3s ease;
}

.active .faq__nav-item-link {
  transition: color .3s ease;
  color: #2f57f0;
  background: rgba(47, 87, 240, 0.08);
}

.active .faq__nav-item-link:before {
  opacity: 1;
  transition: opacity .3s ease;
}

@media (min-width: 1280px) {
  .faq__nav-item-link {
    padding: 19px 20px 18px 31px;
  }
}

.faq__content {
  flex: 1;
}

@media (min-width: 1024px) {
  .faq__content {
    padding-left: 80px;
  }
}

.faq__block:not(:first-child) {
  padding-top: 40px;
}

@media (min-width: 1280px) {
  .faq__block:not(:first-child) {
    padding-top: 80px;
  }
}

.faq__block:last-child {
  margin-bottom: 40px;
}

@media (min-width: 1280px) {
  .faq__block:last-child {
    margin-bottom: 132px;
  }
}

.faq__block-title {
  margin-bottom: 13px;
  color: #2f57f0;
  font-size: 38px;
  line-height: 1.2;
  font-weight: 500;
  cursor: pointer;
}

.faq__block-item {
  border-bottom: 2px solid #767876;
}

.faq__block-item.active .faq__block-item-head:after {
  background: url("/source/ca794b7aa49c6251a4aed377bd506a4c/faq-title-ico-active.svg") no-repeat center;
  background-size: contain;
  transform: rotate(180deg);
}

.faq__block-item.active .faq__block-item-title {
  color: #2f57f0;
  transition: .3s ease;
}

.faq__block-item:not(:last-child) {
  margin-bottom: 10px;
}

.faq__block-item-head {
  display: flex;
  align-items: center;
  border-radius: 10px;
  padding: 26px 25px 26px 0;
  position: relative;
}

.faq__block-item-head:after {
  content: '';
  width: 20px;
  height: 10px;
  background: url("/source/2db5929ba74be6ed96e0ff6175cadc72/faq-title-ico.svg") no-repeat center;
  background-size: contain;
  position: absolute;
  right: 0;
  transition: .3s ease;
}

@media (min-width: 1280px) {
  .faq__block-item-head {
    padding: 43px 15px 38px 0;
  }
}

.faq__block-item-title {
  line-height: 1.1;
  cursor: pointer;
  font-size: calc(1.25rem + 12 * ((100vw - 375px) / 1225));
}

@media (min-width: 1600px) {
  .faq__block-item-title {
    font-size: 2rem;
  }
}

@media (min-width: 1024px) {
  .faq__block-item-title {
    max-width: 500px;
  }
}

.faq__block-item-content {
  display: none;
  padding-top: 5px;
}

.faq__block-item-content-inner {
  padding-bottom: 20px;
}

@media (min-width: 1280px) {
  .faq__block-item-content-inner {
    padding-bottom: 36px;
  }
}

.faq__sidebar {
  display: flex;
  flex-wrap: wrap;
  background-color: #1e58f9;
  border-radius: 10px;
  padding: 20px;
}

@media (min-width: 768px) {
  .faq__sidebar {
    position: sticky;
    top: 115px;
  }
}

.faq__sidebar-inner {
  position: relative;
  width: 100%;
}

.faq__sidebar-inner:before {
  position: absolute;
  content: '';
  top: 3px;
  left: 0;
  width: 22px;
  height: 4px;
  background-color: #fff;
}

.faq__sidebar-icon {
  display: block;
  max-width: 60px;
  height: auto;
  margin-left: auto;
}

.faq__sidebar-icon + .faq__sidebar-title {
  padding-top: 14px;
}

.faq__sidebar-title {
  width: 100%;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
  max-width: 90%;
  padding: 35px 0;
}

@media (max-width: 767px) {
  .faq__sidebar-title {
    font-size: 24px;
  }
}

@media (min-width: 768px) {
  .faq__sidebar-title {
    font-size: 28px;
  }
}

@media (min-width: 1280px) {
  .faq__sidebar-title {
    font-size: 32px;
  }
}

.faq__sidebar-bottom {
  width: 100%;
  display: flex;
  align-items: baseline;
}

.faq__sidebar-subtitle {
  flex: 1;
  color: #fff;
  padding-right: 20px;
}

@media (min-width: 1280px) {
  .faq__sidebar-subtitle {
    font-size: 20px;
  }
}

.faq-banner {
  width: 100%;
  background: #ededec;
  padding: 70px 0 40px;
  position: relative;
}

@media (min-width: 768px) {
  .faq-banner {
    padding: 187px 0 103px;
  }
}

.faq-banner:after {
  content: '';
  width: 80%;
  height: 50%;
  position: absolute;
  bottom: 0;
  right: 0;
  background: url("/source/111b67865eca0fdef8724ece62fb36ba/faq-banner-bg.svg") no-repeat center;
  background-size: cover;
}

@media (min-width: 1024px) {
  .faq-banner:after {
    width: 705px;
    height: 420px;
    background: url("/source/111b67865eca0fdef8724ece62fb36ba/faq-banner-bg.svg") no-repeat center;
    background-size: contain;
  }
}

.faq-banner__inner {
  width: 90%;
  max-width: 1362px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.faq-banner__inner h1 {
  color: #000;
}

@media (min-width: 1024px) {
  .faq-banner__inner h1 {
    max-width: 900px;
  }
}

@media (min-width: 1280px) {
  .faq-banner__inner h1 {
    letter-spacing: -0.01em;
    margin-bottom: 39px;
  }
}

.faq-banner__inner p {
  line-height: 1.3;
  letter-spacing: -0.01em;
  font-size: calc(1rem + 4 * ((100vw - 375px) / 1225));
}

@media (min-width: 1024px) {
  .faq-banner__inner p {
    max-width: 580px;
  }
}

@media (min-width: 1600px) {
  .faq-banner__inner p {
    font-size: 1.25rem;
  }
}

.flow-block {
  background-color: #000;
  overflow: hidden;
}

@media (max-width: 767px) {
  .flow-block {
    padding: 65px 0 175px;
  }
}

@media (min-width: 768px) {
  .flow-block {
    padding: 69px 0 170px;
  }
}

@media (min-width: 1280px) {
  .flow-block {
    padding: 112px 0 131px;
  }
}

@media (min-width: 1024px) {
  .flow-block__top {
    padding-bottom: 101px;
  }
}

.flow-block__title {
  margin-bottom: 0.561em;
}

.flow-block__description {
  max-width: 25em;
}

.flow-block__items {
  position: relative;
  width: 100%;
}

.flow-block__item {
  position: relative;
  z-index: 1;
}

.flow-block__item:before, .flow-block__item:after {
  position: absolute;
  content: '';
  left: 0;
  background-color: #787878;
  pointer-events: none;
}

.flow-block__item:before {
  background-color: #1e58f9;
  transform: scale(1, 0.5);
  transform-origin: 0 0;
  z-index: 1;
}

@media (max-width: 1023px) {
  .flow-block__item {
    max-width: 600px;
    padding: 0 0 80px 15%;
  }
  .flow-block__item:before, .flow-block__item:after {
    top: 40px;
    left: 15px;
    width: 2px;
    height: calc(100% - 48px);
  }
  .flow-block__item:last-of-type {
    padding-bottom: 0;
  }
}

@media (min-width: 1024px) {
  .flow-block__item {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-bottom: 111px;
  }
  .flow-block__item:nth-child(even) {
    flex-direction: row-reverse;
  }
  .flow-block__item:before, .flow-block__item:after {
    top: 72px;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
    width: 4px;
    height: calc(100% - 83px);
  }
  .flow-block__item:before {
    transform: translate3d(-50%, 0, 0) scale(1, 0);
  }
  .flow-block__item.item-5 {
    align-items: center;
  }
}

.flow-block__item-media {
  position: relative;
}

@media (max-width: 1023px) {
  .flow-block__item-media {
    margin-bottom: 10%;
  }
}

@media (min-width: 1024px) {
  .flow-block__item-media {
    width: 41.1%;
  }
}

.flow-block__item-media-inner {
  display: flex;
  align-self: flex-end;
}

.flow-block__item-img-wrap {
  border-radius: 4px;
  overflow: hidden;
}

.item-1 .flow-block__item-img-wrap,
.item-3 .flow-block__item-img-wrap {
  position: relative;
  display: block;
  width: 100%;
  background-color: #d0d0d0;
  overflow: hidden;
  width: 90.572%;
  margin-bottom: 3.8%;
}

.item-1 .flow-block__item-img-wrap:before,
.item-3 .flow-block__item-img-wrap:before {
  content: '';
  display: block;
  padding-bottom: 124.36%;
}

.item-3 .flow-block__item-img-wrap {
  margin-bottom: 1.6%;
}

.item-2 .flow-block__item-img-wrap,
.item-4 .flow-block__item-img-wrap {
  position: relative;
  display: block;
  width: 100%;
  background-color: #d0d0d0;
  overflow: hidden;
  width: 81.5%;
  margin: 0 0 25.5% auto;
}

.item-2 .flow-block__item-img-wrap:before,
.item-4 .flow-block__item-img-wrap:before {
  content: '';
  display: block;
  padding-bottom: 104.337%;
}

.item-5 .flow-block__item-img-wrap {
  position: relative;
  display: block;
  width: 100%;
  background-color: #d0d0d0;
  overflow: hidden;
  width: 90.572%;
}

.item-5 .flow-block__item-img-wrap:before {
  content: '';
  display: block;
  padding-bottom: 67.063%;
}

@media (max-width: 529px) {
  .item-5 .flow-block__item-img-wrap {
    margin-bottom: 30%;
  }
}

@media (min-width: 768px) {
  .item-5 .flow-block__item-img-wrap {
    margin-bottom: 25%;
  }
}

@media (min-width: 1024px) {
  .item-5 .flow-block__item-img-wrap {
    margin-top: 20%;
  }
}

.flow-block__item-img {
  border-radius: inherit;
}

.flow-block__item-illustration {
  display: block;
  height: auto;
}

.item-1 .flow-block__item-illustration {
  width: 82%;
}

.item-2 .flow-block__item-illustration {
  width: 90.5%;
}

.item-3 .flow-block__item-illustration {
  width: 60%;
}

.item-4 .flow-block__item-illustration {
  width: 51.8%;
}

.item-5 .flow-block__item-illustration {
  width: 75%;
}

.flow-block__item-illustration.with-img {
  position: absolute;
  bottom: 0;
  right: 0;
}

@media (max-width: 529px) {
  .item-3 .flow-block__item-illustration {
    width: 80%;
  }
}

.item-3 .flow-block__item-illustration.with-img {
  right: 5.8%;
}

@media (max-width: 529px) {
  .item-2 .flow-block__item-illustration,
  .item-4 .flow-block__item-illustration {
    width: 70%;
  }
}

.item-2 .flow-block__item-illustration.with-img,
.item-4 .flow-block__item-illustration.with-img {
  right: auto;
  left: -7%;
}

@media (max-width: 529px) {
  .item-5 .flow-block__item-illustration.with-img {
    bottom: -10%;
  }
}

@media (max-width: 767px) {
  .item-5 .flow-block__item-illustration {
    width: 70%;
  }
}

@media (min-width: 768px) {
  .item-5 .flow-block__item-illustration.with-img {
    bottom: -15%;
    right: -9%;
  }
}

.flow-block__item-counter {
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 500;
  font-size: 18px;
  color: #fff;
  width: 1.765em;
  height: 1.765em;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #787878;
  border-radius: 50%;
}

@media (min-width: 1024px) {
  .flow-block__item-counter {
    left: 50%;
    transform: translate3d(-50%, 0, 0);
    font-size: calc(1.5rem + 10 * ((100vw - 375px) / 1225));
  }
}

@media (min-width: 1024px) and (min-width: 1600px) {
  .flow-block__item-counter {
    font-size: 2.125rem;
  }
}

@media (min-width: 1024px) {
  .flow-block__item-content {
    width: 41.75%;
    padding-top: 10.8%;
  }
  .item-1 .flow-block__item-content {
    padding-top: 10.8%;
  }
  .item-2 .flow-block__item-content {
    padding-top: 3.2%;
  }
  .item-3 .flow-block__item-content {
    padding-top: 10%;
  }
  .item-4 .flow-block__item-content {
    padding-top: 12%;
  }
}

.flow-block__item-title {
  margin-bottom: 0.848em;
}

@media (min-width: 1280px) {
  .flow-block__item-description > p {
    line-height: 1.75;
  }
  .flow-block__item-description > p:not(:last-child) {
    margin-bottom: 1.7em;
  }
}

.flow-block__item-btn {
  padding-bottom: 0.789em;
  margin-top: 2.947em;
}

.flow-block__icons {
  width: 100%;
  padding-top: 67px;
}

@media (min-width: 768px) {
  .flow-block__icons {
    display: flex;
    align-items: flex-start;
  }
}

.flow-block__icon-title {
  color: #9B9B9B;
}

@media (max-width: 767px) {
  .flow-block__icon-title {
    width: 70%;
    border-bottom: 1px solid #787878;
    padding-bottom: 20px;
  }
}

@media (min-width: 768px) {
  .flow-block__icon-title {
    position: relative;
    width: 15.5%;
    text-align: right;
    margin-right: 31px;
  }
}

.flow-block__icon-items {
  display: flex;
  flex-wrap: wrap;
  flex: 1;
}

@media (max-width: 767px) {
  .flow-block__icon-items {
    padding-top: 20px;
  }
}

@media (min-width: 768px) {
  .flow-block__icon-items {
    border-left: 1px solid #787878;
    padding-left: 31px;
  }
}

.flow-block__icon-item {
  position: relative;
  width: 56px;
  height: 56px;
  background-color: #787878;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 15px;
}

.flow-block__icon-item:not(:last-child) {
  margin-right: 12px;
}

.flow-block__bg-icon {
  position: absolute;
  right: -14.9%;
  bottom: -143px;
  width: 250px;
  height: 118px;
  pointer-events: none;
}

@media (min-width: 768px) {
  .flow-block__bg-icon {
    bottom: -105px;
  }
}

@media (min-width: 1024px) {
  .flow-block__bg-icon {
    bottom: 1.25%;
  }
}

.flow-block__item:before {
  transition: transform .5s ease;
}

.flow-block__item.aos-animate:before {
  opacity: 1;
  transform: translate3d(-50%, 0, 0) scale(1, 1);
  transition: transform 1.5s ease;
}

.flow-block__item.aos-animate .flow-block__item-counter {
  background-color: #1e58f9;
  transition: background-color .3s ease;
}

.flow-block__item.aos-animate .flow-block__item-img-wrap,
.flow-block__item.aos-animate .flow-block__item-illustration,
.flow-block__item.aos-animate .flow-block__item-title,
.flow-block__item.aos-animate .flow-block__item-description,
.flow-block__item.aos-animate .flow-block__item-btn,
.flow-block__item.aos-animate .flow-block__icons {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: transform .65s ease, opacity .5s ease;
}

.flow-block__item.aos-animate .flow-block__item-illustration.with-img {
  transition-delay: .15s;
}

.flow-block__item.aos-animate .flow-block__item-title {
  transition-delay: .05s;
}

.flow-block__item.aos-animate .flow-block__item-description {
  transition-delay: .1s;
}

.flow-block__item.aos-animate .flow-block__item-btn,
.flow-block__item.aos-animate .flow-block__icons {
  transition-delay: .15s;
}

.flow-block__item.item-1.aos-animate .flow-block__item-illustration > g {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: opacity .2s ease, transform .4s ease;
}

.flow-block__item.item-1.aos-animate .flow-block__item-illustration > g.item-main {
  transform: translate3d(0, 0, 0) scale(1);
  transition: opacity .2s ease, transform .5s ease;
}

.flow-block__item.item-1.aos-animate .flow-block__item-illustration > g:nth-child(1) {
  transition-delay: calc(0.1s + .3s);
}

.flow-block__item.item-1.aos-animate .flow-block__item-illustration > g:nth-child(2) {
  transition-delay: calc(0.2s + .3s);
}

.flow-block__item.item-1.aos-animate .flow-block__item-illustration > g:nth-child(3) {
  transition-delay: calc(0.3s + .3s);
}

.flow-block__item.item-1.aos-animate .flow-block__item-illustration > g:nth-child(4) {
  transition-delay: calc(0.4s + .3s);
}

.flow-block__item.item-1.aos-animate .flow-block__item-illustration > g:nth-child(5) {
  transition-delay: calc(0.5s + .3s);
}

.flow-block__item.item-1.aos-animate .flow-block__item-illustration > g:nth-child(6) {
  transition-delay: calc(0.6s + .3s);
}

.flow-block__item.item-1.aos-animate .flow-block__item-illustration > g:nth-child(7) {
  transition-delay: calc(0.7s + .3s);
}

.flow-block__item.item-1.aos-animate .flow-block__item-illustration .illustration__item.item-1 .illustration__item-inner-long {
  transition-delay: .5s;
}

.flow-block__item.item-1.aos-animate .flow-block__item-illustration .illustration__item.item-1 .illustration__item-inner-short {
  transition-delay: .55s;
}

.flow-block__item.item-1.aos-animate .flow-block__item-illustration .illustration__item.item-2 .illustration__item-inner-long {
  transition-delay: .75s;
}

.flow-block__item.item-1.aos-animate .flow-block__item-illustration .illustration__item.item-2 .illustration__item-inner-short {
  transition-delay: .8s;
}

.flow-block__item.item-1.aos-animate .flow-block__item-illustration .illustration__item.item-3 .illustration__item-inner-long {
  transition-delay: .95s;
}

.flow-block__item.item-1.aos-animate .flow-block__item-illustration .illustration__item.item-3 .illustration__item-inner-short {
  transition-delay: 1s;
}

.flow-block__item.item-1.aos-animate .flow-block__item-illustration .illustration__item-inner-long,
.flow-block__item.item-1.aos-animate .flow-block__item-illustration .illustration__item-inner-short {
  transform: scaleX(1);
  transition: transform .45s ease;
}

.flow-block__item.item-1.aos-animate .flow-block__item-illustration .illustration__icon {
  transform: scale(1);
  transition: transform .5s ease .8s;
}

.flow-block__item.item-1 .flow-block__item-illustration > g {
  opacity: 0;
  transform: translate3d(0, 10px, 0);
  transition: opacity .2s ease .4s, transform .5s ease;
}

.flow-block__item.item-1 .flow-block__item-illustration > g.item-main {
  transform: translate3d(0, 10px, 0) scale(0.9);
  transform-origin: 50% 50%;
}

.flow-block__item.item-1 .flow-block__item-illustration .illustration__icon {
  transform: scale(0);
  transform-origin: 7.3% 53%;
  transition: transform .4s ease;
}

.flow-block__item.item-1 .flow-block__item-illustration .illustration__item-inner-long {
  transform: scaleX(0);
  transform-origin: 18% 50%;
}

.flow-block__item.item-1 .flow-block__item-illustration .illustration__item-inner-short {
  transform: scaleX(0);
  transform-origin: 68% 50%;
}

.flow-block__item.item-2.aos-animate .flow-block__item-illustration > g {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: opacity .2s ease, transform .7s ease;
}

.flow-block__item.item-2.aos-animate .flow-block__item-illustration > g:last-child {
  transform: translate3d(0, 0, 0);
  transition: opacity .2s ease .9s, transform .8s ease .9s;
}

.flow-block__item.item-2.aos-animate .flow-block__item-illustration > g:nth-child(1) {
  transition-delay: calc(0.1s + .2s);
}

.flow-block__item.item-2.aos-animate .flow-block__item-illustration > g:nth-child(2) {
  transition-delay: calc(0.2s + .2s);
}

.flow-block__item.item-2.aos-animate .flow-block__item-illustration > g:nth-child(3) {
  transition-delay: calc(0.3s + .2s);
}

.flow-block__item.item-2.aos-animate .flow-block__item-illustration > g:nth-child(4) {
  transition-delay: calc(0.4s + .2s);
}

.flow-block__item.item-2.aos-animate .flow-block__item-illustration > g:nth-child(5) {
  transition-delay: calc(0.5s + .2s);
}

.flow-block__item.item-2.aos-animate .flow-block__item-illustration > g:nth-child(6) {
  transition-delay: calc(0.6s + .2s);
}

.flow-block__item.item-2.aos-animate .flow-block__item-illustration .illustration__item-icon {
  transform: scale(1);
  transition: transform .5s ease;
}

.flow-block__item.item-2.aos-animate .flow-block__item-illustration .illustration__item-icon.item-1 {
  transition-delay: .6s;
}

.flow-block__item.item-2.aos-animate .flow-block__item-illustration .illustration__item-icon.item-2 {
  transition-delay: .7s;
}

.flow-block__item.item-2.aos-animate .flow-block__item-illustration .illustration__item-icon.item-3 {
  transition-delay: .8s;
}

.flow-block__item.item-2.aos-animate .flow-block__item-illustration .illustration__item-icon.item-4 {
  transition-delay: .95s;
}

.flow-block__item.item-2.aos-animate .flow-block__item-illustration .illustration__item-line {
  transform: scaleX(1);
  transition: transform .5s ease;
}

.flow-block__item.item-2.aos-animate .flow-block__item-illustration .illustration__item-line.item-1 {
  transition-delay: .7s;
}

.flow-block__item.item-2.aos-animate .flow-block__item-illustration .illustration__item-line.item-2 {
  transition-delay: .8s;
}

.flow-block__item.item-2.aos-animate .flow-block__item-illustration .illustration__item-line.item-3 {
  transition-delay: .9s;
}

.flow-block__item.item-2.aos-animate .flow-block__item-illustration .illustration__item-line.item-4 {
  transition-delay: 1.05s;
}

.flow-block__item.item-2.aos-animate .flow-block__item-illustration .illustration__item-status {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: opacity .2s ease, transform .5s ease;
}

.flow-block__item.item-2.aos-animate .flow-block__item-illustration .illustration__item-status.item-1 {
  transition-delay: .8s;
}

.flow-block__item.item-2.aos-animate .flow-block__item-illustration .illustration__item-status.item-2 {
  transition-delay: .9s;
}

.flow-block__item.item-2.aos-animate .flow-block__item-illustration .illustration__item-status.item-3 {
  transition-delay: 1s;
}

.flow-block__item.item-2.aos-animate .flow-block__item-illustration .illustration__item-status.item-4 {
  transition-delay: 1.15s;
}

.flow-block__item.item-2.aos-animate .flow-block__item-illustration .illustration__item-check {
  transform: scale(1);
  transition: transform .5s ease;
}

.flow-block__item.item-2.aos-animate .flow-block__item-illustration .illustration__item-check.item-1 {
  transition-delay: .9s;
}

.flow-block__item.item-2.aos-animate .flow-block__item-illustration .illustration__item-check.item-3 {
  transition-delay: 1s;
}

.flow-block__item.item-2.aos-animate .flow-block__item-illustration .illustration__item-check.item-4 {
  transition-delay: 1.25s;
}

.flow-block__item.item-2 .flow-block__item-illustration {
  opacity: 1;
  overflow: visible;
}

.flow-block__item.item-2 .flow-block__item-illustration > g {
  opacity: 0;
  transform: translate3d(0, 35px, 0);
  transition: opacity .2s ease .5s, transform .5s ease;
}

.flow-block__item.item-2 .flow-block__item-illustration > g:last-child {
  transform: translate3d(0, 50px, 0);
}

.flow-block__item.item-2 .flow-block__item-illustration .illustration__item-icon {
  transform: scale(0);
}

.flow-block__item.item-2 .flow-block__item-illustration .illustration__item-icon.item-1 {
  transform-origin: 18% 30%;
}

.flow-block__item.item-2 .flow-block__item-illustration .illustration__item-icon.item-2 {
  transform-origin: 18% 50%;
}

.flow-block__item.item-2 .flow-block__item-illustration .illustration__item-icon.item-3 {
  transform-origin: 18% 70%;
}

.flow-block__item.item-2 .flow-block__item-illustration .illustration__item-icon.item-4 {
  transform-origin: 18% 91%;
}

.flow-block__item.item-2 .flow-block__item-illustration .illustration__item-check {
  transform: scale(0);
}

.flow-block__item.item-2 .flow-block__item-illustration .illustration__item-check.item-1 {
  transform-origin: 23% 25%;
}

.flow-block__item.item-2 .flow-block__item-illustration .illustration__item-check.item-3 {
  transform-origin: 23% 66%;
}

.flow-block__item.item-2 .flow-block__item-illustration .illustration__item-check.item-4 {
  transform-origin: 23% 87%;
}

.flow-block__item.item-2 .flow-block__item-illustration .illustration__item-line {
  transform: scaleX(0);
}

.flow-block__item.item-2 .flow-block__item-illustration .illustration__item-line.line-1 {
  transform-origin: 27% 0;
}

.flow-block__item.item-2 .flow-block__item-illustration .illustration__item-line.line-2 {
  transform-origin: 27% 0;
}

.flow-block__item.item-2 .flow-block__item-illustration .illustration__item-line.line-3 {
  transform-origin: 41% 0;
}

.flow-block__item.item-2 .flow-block__item-illustration .illustration__item-status {
  opacity: 0;
  transform: translate3d(0, 5px, 0);
}

.flow-block__item.item-3.aos-animate .flow-block__item-illustration .illustration__item-dot,
.flow-block__item.item-3.aos-animate .flow-block__item-illustration .illustration__item-rect,
.flow-block__item.item-3.aos-animate .flow-block__item-illustration .illustration__item {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: opacity .3s ease, transform .3s ease;
  transition-delay: calc(0.1s + .4s);
}

.flow-block__item.item-3.aos-animate .flow-block__item-illustration .illustration__item-dot:nth-child(1) {
  transition-delay: calc(0.1s + .2s);
}

.flow-block__item.item-3.aos-animate .flow-block__item-illustration .illustration__item-dot:nth-child(2) {
  transition-delay: calc(0.1s + .3s);
}

.flow-block__item.item-3.aos-animate .flow-block__item-illustration .illustration__item-dot:nth-child(3) {
  transition-delay: calc(0.1s + .4s);
}

.flow-block__item.item-3.aos-animate .flow-block__item-illustration .illustration__item {
  transition: opacity .3s ease, transform .5s ease;
}

.flow-block__item.item-3.aos-animate .flow-block__item-illustration .illustration__item.item-3 {
  transform: translate3d(0, 0, 0);
}

.flow-block__item.item-3.aos-animate .flow-block__item-illustration .illustration__item.item-1 {
  transition-delay: calc(0.1s + .45s);
}

.flow-block__item.item-3.aos-animate .flow-block__item-illustration .illustration__item.item-2 {
  transition-delay: calc(0.1s + .75s);
}

.flow-block__item.item-3.aos-animate .flow-block__item-illustration .illustration__item.item-3 {
  transition: opacity .3s ease, transform .7s ease;
  transition-delay: calc(0.1s + 1.05s);
}

.flow-block__item.item-3.aos-animate .flow-block__item-illustration .illustration__item-divider {
  transform: scaleY(1);
  transition: transform .3s ease;
}

.flow-block__item.item-3.aos-animate .flow-block__item-illustration .illustration__item-divider.divider-1 {
  transition-delay: calc(0.1s + .7s);
}

.flow-block__item.item-3.aos-animate .flow-block__item-illustration .illustration__item-divider.divider-2 {
  transition-delay: calc(0.1s + .9s);
}

.flow-block__item.item-3.aos-animate .flow-block__item-illustration .illustration__item-title,
.flow-block__item.item-3.aos-animate .flow-block__item-illustration .illustration__item-check-bg {
  opacity: 1;
  transition: opacity .5s ease;
}

.flow-block__item.item-3.aos-animate .flow-block__item-illustration .illustration__item-title.item-1,
.flow-block__item.item-3.aos-animate .flow-block__item-illustration .illustration__item-check-bg.item-1 {
  transition-delay: calc(0.1s + .8s);
}

.flow-block__item.item-3.aos-animate .flow-block__item-illustration .illustration__item-title.item-2,
.flow-block__item.item-3.aos-animate .flow-block__item-illustration .illustration__item-check-bg.item-2 {
  transition-delay: calc(0.1s + .9s);
}

.flow-block__item.item-3.aos-animate .flow-block__item-illustration .illustration__item-title.item-3,
.flow-block__item.item-3.aos-animate .flow-block__item-illustration .illustration__item-check-bg.item-3 {
  transition-delay: calc(0.1s + 1s);
}

.flow-block__item.item-3.aos-animate .flow-block__item-illustration .illustration__item-line {
  transform: scaleX(1);
  transition: transform .4s ease;
}

.flow-block__item.item-3.aos-animate .flow-block__item-illustration .illustration__item-line.item-1 {
  transition-delay: calc(0.1s + .9s);
}

.flow-block__item.item-3.aos-animate .flow-block__item-illustration .illustration__item-line.item-2 {
  transition-delay: calc(0.1s + 1s);
}

.flow-block__item.item-3.aos-animate .flow-block__item-illustration .illustration__item-line.item-3 {
  transition-delay: calc(0.1s + 1.1s);
}

.flow-block__item.item-3.aos-animate .flow-block__item-illustration .illustration__item-check-icon {
  transform: scale(1);
  transition: transform .5s ease;
}

.flow-block__item.item-3.aos-animate .flow-block__item-illustration .illustration__item-check-icon.item-1 {
  transition-delay: calc(0.1s + 1s);
}

.flow-block__item.item-3.aos-animate .flow-block__item-illustration .illustration__item-check-icon.item-2 {
  transition-delay: calc(0.1s + 1.1s);
}

.flow-block__item.item-3.aos-animate .flow-block__item-illustration .illustration__item-check-icon.item-3 {
  transition-delay: calc(0.1s + 1.2s);
}

.flow-block__item.item-3 .flow-block__item-illustration .illustration__item-dot,
.flow-block__item.item-3 .flow-block__item-illustration .illustration__item-rect {
  display: block;
  opacity: 0;
  transform: translate3d(0, 10px, 0);
  transition: opacity .3s ease;
}

.flow-block__item.item-3 .flow-block__item-illustration .illustration__item {
  opacity: 0;
  transform: translate3d(0, 15px, 0);
  transition: opacity .3s ease, transform .3s ease;
}

.flow-block__item.item-3 .flow-block__item-illustration .illustration__item.item-3 {
  transform: translate3d(0, 25px, 0);
}

.flow-block__item.item-3 .flow-block__item-illustration .illustration__item-divider {
  display: block;
  transform: scaleY(0);
}

.flow-block__item.item-3 .flow-block__item-illustration .illustration__item-divider.divider-1 {
  transform-origin: 0 38%;
}

.flow-block__item.item-3 .flow-block__item-illustration .illustration__item-divider.divider-2 {
  transform-origin: 0 68%;
}

.flow-block__item.item-3 .flow-block__item-illustration .illustration__item-title,
.flow-block__item.item-3 .flow-block__item-illustration .illustration__item-check-bg {
  opacity: 0;
  transition: opacity .3s ease;
}

.flow-block__item.item-3 .flow-block__item-illustration .illustration__item-line {
  transform: scaleX(0);
  transition: transform .4s ease;
}

.flow-block__item.item-3 .flow-block__item-illustration .illustration__item-line.line-1 {
  transform-origin: 28% 0;
}

.flow-block__item.item-3 .flow-block__item-illustration .illustration__item-line.line-2 {
  transform-origin: 54% 0;
}

.flow-block__item.item-3 .flow-block__item-illustration .illustration__item-check-icon {
  transform: scale(0);
  transition: transform .3s ease;
}

.flow-block__item.item-3 .flow-block__item-illustration .illustration__item-check-icon.item-1 {
  transform-origin: 16.5% 27.5%;
}

.flow-block__item.item-3 .flow-block__item-illustration .illustration__item-check-icon.item-2 {
  transform-origin: 16.5% 56%;
}

.flow-block__item.item-3 .flow-block__item-illustration .illustration__item-check-icon.item-3 {
  transform-origin: 16.5% 85%;
}

.flow-block__item.item-4.aos-animate .flow-block__item-illustration .illustration__logo,
.flow-block__item.item-4.aos-animate .flow-block__item-illustration .illustration__title,
.flow-block__item.item-4.aos-animate .flow-block__item-illustration .illustration__line,
.flow-block__item.item-4.aos-animate .flow-block__item-illustration .illustration__rect {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: opacity .3s ease, transform .5s ease;
  transition-delay: calc(0.2s + .2s);
}

.flow-block__item.item-4.aos-animate .flow-block__item-illustration .illustration__title {
  transition-delay: calc(0.2s + .3s);
}

.flow-block__item.item-4.aos-animate .flow-block__item-illustration .illustration__line {
  transition-delay: calc(0.2s + .4s);
}

.flow-block__item.item-4.aos-animate .flow-block__item-illustration .illustration__rect {
  transition-delay: calc(0.2s + 1.1s);
}

.flow-block__item.item-4.aos-animate .flow-block__item-illustration .illustration__star {
  transform: scale(1);
  transition: transform .3s ease;
}

.flow-block__item.item-4.aos-animate .flow-block__item-illustration .illustration__star.star-1 {
  transition-delay: calc(0.2s + .5s);
}

.flow-block__item.item-4.aos-animate .flow-block__item-illustration .illustration__star.star-2 {
  transition-delay: calc(0.2s + .6s);
}

.flow-block__item.item-4.aos-animate .flow-block__item-illustration .illustration__star.star-3 {
  transition-delay: calc(0.2s + .7s);
}

.flow-block__item.item-4.aos-animate .flow-block__item-illustration .illustration__star.star-4 {
  transition-delay: calc(0.2s + .8s);
}

.flow-block__item.item-4.aos-animate .flow-block__item-illustration .illustration__star.star-5 {
  transition-delay: calc(0.2s + .9s);
}

.flow-block__item.item-4 .flow-block__item-illustration .illustration__logo,
.flow-block__item.item-4 .flow-block__item-illustration .illustration__title,
.flow-block__item.item-4 .flow-block__item-illustration .illustration__line,
.flow-block__item.item-4 .flow-block__item-illustration .illustration__rect {
  opacity: 0;
  transform: translate3d(0, 10px, 0);
  transition: opacity .3s ease, transform .5s ease;
}

.flow-block__item.item-4 .flow-block__item-illustration .illustration__star {
  transform: scale(0);
  transition: transform .3s ease;
}

.flow-block__item.item-4 .flow-block__item-illustration .illustration__star.star-1 {
  transform-origin: 30% 74%;
}

.flow-block__item.item-4 .flow-block__item-illustration .illustration__star.star-2 {
  transform-origin: 40% 74%;
}

.flow-block__item.item-4 .flow-block__item-illustration .illustration__star.star-3 {
  transform-origin: 50% 74%;
}

.flow-block__item.item-4 .flow-block__item-illustration .illustration__star.star-4 {
  transform-origin: 60% 74%;
}

.flow-block__item.item-4 .flow-block__item-illustration .illustration__star.star-5 {
  transform-origin: 70% 74%;
}

.flow-block__item.item-5.aos-animate .flow-block__item-illustration .illustration__dots,
.flow-block__item.item-5.aos-animate .flow-block__item-illustration .illustration__icon,
.flow-block__item.item-5.aos-animate .flow-block__item-illustration .illustration__bg {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: opacity .3s ease, transform .5s ease;
}

.flow-block__item.item-5.aos-animate .flow-block__item-illustration .illustration__bg {
  transition: opacity .3s ease, transform .6s ease;
}

.flow-block__item.item-5.aos-animate .flow-block__item-illustration .illustration__bg.bg-top {
  transition-delay: .3s;
}

.flow-block__item.item-5.aos-animate .flow-block__item-illustration .illustration__bg.bg-bottom {
  transition-delay: .35s;
}

.flow-block__item.item-5.aos-animate .flow-block__item-illustration .illustration__icon.icon-1 {
  transition-delay: .5s;
}

.flow-block__item.item-5.aos-animate .flow-block__item-illustration .illustration__icon.icon-2 {
  transition-delay: .6s;
}

.flow-block__item.item-5.aos-animate .flow-block__item-illustration .illustration__icon.icon-3 {
  transition-delay: .7s;
}

.flow-block__item.item-5.aos-animate .flow-block__item-illustration .illustration__icon.icon-4 {
  transition-delay: .8s;
}

.flow-block__item.item-5.aos-animate .flow-block__item-illustration .illustration__dots {
  transition-delay: .6s;
}

.flow-block__item.item-5.aos-animate .flow-block__item-illustration .illustration__check,
.flow-block__item.item-5.aos-animate .flow-block__item-illustration .illustration__stars {
  transform: scale(1);
  transition: transform .5s ease;
  transition-delay: .6s;
}

.flow-block__item.item-5.aos-animate .flow-block__item-illustration .illustration__check {
  transition-delay: .7s;
}

.flow-block__item.item-5.aos-animate .flow-block__item-illustration .illustration__line {
  transform: scaleX(1);
  transition: transform .5s ease;
}

.flow-block__item.item-5.aos-animate .flow-block__item-illustration .illustration__line.line-1 {
  transition-delay: .5s;
}

.flow-block__item.item-5.aos-animate .flow-block__item-illustration .illustration__line.line-2 {
  transition-delay: .6s;
}

.flow-block__item.item-5.aos-animate .flow-block__item-illustration .illustration__line.line-3 {
  transition-delay: .7s;
}

.flow-block__item.item-5 .flow-block__item-illustration {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.flow-block__item.item-5 .flow-block__item-illustration .illustration__bg,
.flow-block__item.item-5 .flow-block__item-illustration .illustration__dots {
  opacity: 0;
  transform: translate3d(0, 20px, 0);
  transition: opacity .3s ease, transform .5s ease;
}

.flow-block__item.item-5 .flow-block__item-illustration .illustration__dots {
  transform: translate3d(0, 15px, 0);
}

.flow-block__item.item-5 .flow-block__item-illustration .illustration__check,
.flow-block__item.item-5 .flow-block__item-illustration .illustration__stars {
  transform: scale(0);
  transform-origin: 52% 11%;
  transition: transform .5s ease;
}

.flow-block__item.item-5 .flow-block__item-illustration .illustration__stars {
  transform: scale(0);
  transform-origin: 73% 16%;
}

.flow-block__item.item-5 .flow-block__item-illustration .illustration__line {
  transform: scaleX(0);
  transform-origin: 47.5% 0;
  transition: transform .5s ease;
}

.flow-block__item.item-5 .flow-block__item-illustration .illustration__icon {
  opacity: 0;
  transform: translate3d(0, 10px, 0);
  transition: opacity .3s ease, transform .5s ease;
}

.flow-block__item .flow-block__item-img-wrap,
.flow-block__item .flow-block__item-illustration,
.flow-block__item .flow-block__item-title,
.flow-block__item .flow-block__item-description,
.flow-block__item .flow-block__item-btn,
.flow-block__item .flow-block__icons {
  opacity: 0;
  transform: translate3d(0, 30px, 0);
  transition: opacity .3s ease .45s, transform .5s ease;
}

.flow-block__item .flow-block__item-counter {
  transition: background-color .3s ease .2s;
}

.page-form.--alt .page-form__top {
  background-color: #2f57f0;
  clip-path: none;
}

.page-form__top {
  width: 100%;
  background-color: #767876;
  clip-path: polygon(92% 100%, 0 100%, 0 0%, 100% 0%, 100% 79%);
  overflow: hidden;
}

.page-form__top-inner {
  position: relative;
  padding: calc(82px + 15px) 0 100px;
}

@media (min-width: 768px) {
  .page-form__top-inner {
    padding: calc(82px + 48px) 0 120px;
  }
}

@media (min-width: 1280px) {
  .page-form__top-inner {
    padding: calc(114px + 50px) 0 130px;
  }
}

.page-form__bg {
  position: absolute;
  right: -5.3%;
  bottom: -10.5%;
  width: 80%;
  height: auto;
}

@media (min-width: 768px) {
  .page-form__bg {
    width: 60%;
  }
}

@media (min-width: 1024px) {
  .page-form__bg {
    width: 42.7%;
  }
}

.page-form__title {
  margin-bottom: 0.458em;
}

.page-form__description {
  line-height: 1.3;
  max-width: 27em;
}

.page-form__content {
  width: 90%;
  max-width: 1162px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 65px 0 60px;
  margin: 0 auto;
}

@media (min-width: 1280px) {
  .page-form__content {
    padding: 104px 0 167px;
  }
}

.page-form__form-title {
  text-align: center;
  margin-bottom: 0.5em;
}

.page-form__form-description {
  text-align: center;
  margin-bottom: 2.65em;
}

.page-form__form-subtitle {
  width: 100%;
  margin-bottom: 1.321em;
}

.page-form__form {
  background-color: #FBFBFB;
  border-radius: 4px;
  padding: 40px 5% 70px;
}

@media (min-width: 768px) {
  .page-form__form {
    padding: 60px 8% 76px;
  }
}

@media (min-width: 1280px) {
  .page-form__form {
    padding: 76px 17.1% 119px;
  }
}

.page-form__form .hs-richtext h3 {
  color: #000;
  margin-bottom: 1.321em;
}

@media (min-width: 768px) {
  .page-form__form .hs-fieldtype-select + .hs-form-field,
  .page-form__form .hs-fieldtype-select + .hs-form-field + .hs-form-field {
    width: calc(50% - 15px);
  }
}

.page-form__form .hs-form-field {
  margin-bottom: 31px;
}

.page-form__form .hs-form-field > label {
  font-size: calc(1rem + 2 * ((100vw - 375px) / 1225));
  letter-spacing: 0.02em;
  margin-bottom: 0.889em;
}

@media (min-width: 1600px) {
  .page-form__form .hs-form-field > label {
    font-size: 1.125rem;
  }
}

.page-form__form .hs-form-field input[type="text"],
.page-form__form .hs-form-field input[type="number"],
.page-form__form .hs-form-field input[type="password"],
.page-form__form .hs-form-field input[type="email"],
.page-form__form .hs-form-field input[type="tel"] {
  height: 64px;
  font-size: calc(0.875rem + 4 * ((100vw - 375px) / 1225));
  line-height: 1;
}

@media (min-width: 1600px) {
  .page-form__form .hs-form-field input[type="text"],
  .page-form__form .hs-form-field input[type="number"],
  .page-form__form .hs-form-field input[type="password"],
  .page-form__form .hs-form-field input[type="email"],
  .page-form__form .hs-form-field input[type="tel"] {
    font-size: 1.125rem;
  }
}

.page-form__form .hs-form-field + .hs-fieldtype-radio {
  padding-top: 31px;
}

.page-form__form .hs-form-field + .hs-fieldtype-radio + .hs-fieldtype-radio {
  padding-top: 0;
}

.page-form__form .hs-fieldtype-radio,
.page-form__form .hs-fieldtype-textarea {
  margin-bottom: 52px;
}

.page-form__form .hs-fieldtype-radio > label,
.page-form__form .hs-fieldtype-textarea > label {
  font-size: calc(1.375rem + 6 * ((100vw - 375px) / 1225));
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.01em;
  margin-bottom: 1.536em;
}

@media (min-width: 1600px) {
  .page-form__form .hs-fieldtype-radio > label,
  .page-form__form .hs-fieldtype-textarea > label {
    font-size: 1.75rem;
  }
}

.page-form__form .hs-fieldtype-radio ul.inputs-list.multi-container {
  width: 100%;
}

@media (min-width: 768px) {
  .page-form__form .hs-fieldtype-radio ul.inputs-list.multi-container {
    flex-direction: row;
    flex-wrap: wrap;
  }
}

@media (min-width: 768px) {
  .page-form__form .hs-fieldtype-radio ul.inputs-list.multi-container li:not(:last-child) span {
    padding-right: 2.778em;
  }
}

@media (min-width: 1280px) {
  .page-form__form .hs-fieldtype-radio ul.inputs-list.multi-container li:not(:last-child) span {
    padding-right: 4.444em;
  }
}

.page-form__form .hs-fieldtype-radio ul.inputs-list.multi-container li span {
  font-size: calc(0.875rem + 4 * ((100vw - 375px) / 1225));
  padding-left: 2.222em;
}

@media (min-width: 1600px) {
  .page-form__form .hs-fieldtype-radio ul.inputs-list.multi-container li span {
    font-size: 1.125rem;
  }
}

.page-form__form .hs-fieldtype-radio ul.inputs-list.multi-container li span:before, .page-form__form .hs-fieldtype-radio ul.inputs-list.multi-container li span:after {
  top: -0.222em;
  width: 1.278em;
  height: 1.278em;
}

.page-form__form .hs-fieldtype-radio ul.inputs-list.multi-container li span:after {
  box-shadow: inset 0 0 0 3px #FBFBFB;
}

.page-form__form .hs-fieldtype-textarea textarea {
  font-size: calc(0.875rem + 4 * ((100vw - 375px) / 1225));
  min-height: 280px;
}

@media (min-width: 1600px) {
  .page-form__form .hs-fieldtype-textarea textarea {
    font-size: 1.125rem;
  }
}

.page-form__form .hs-submit {
  padding-top: 0;
}

.page-form__form .hs-submit .actions input[type="submit"] {
  background-color: #2f57f0;
  transition: background-color .5s ease;
}

@media (min-width: 1025px) {
  .page-form__form .hs-submit .actions input[type="submit"]:hover {
    background-color: #000;
    transition: background-color .5s ease;
  }
}

@media (min-width: 1024px) {
  .page-form__form .hs-submit .actions input[type="submit"] {
    width: 50%;
  }
}

.page-form__form .submitted-message p {
  text-align: center;
}

.page-form__form .jq-selectbox__select {
  height: 64px;
}

.page-form__form .jq-selectbox__select, .page-form__form .jq-selectbox__select-text,
.page-form__form .jq-selectbox__dropdown li {
  font-size: calc(0.875rem + 4 * ((100vw - 375px) / 1225));
}

@media (min-width: 1600px) {
  .page-form__form .jq-selectbox__select, .page-form__form .jq-selectbox__select-text,
  .page-form__form .jq-selectbox__dropdown li {
    font-size: 1.125rem;
  }
}

.slider-cards__inner {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

@media (min-width: 1024px) {
  .slider-cards__inner {
    padding-top: 6.825rem;
    padding-bottom: 7.3125rem;
  }
}

.slider-cards__title {
  margin-bottom: 4.5625rem;
}

.slider-cards__content {
  overflow: hidden;
}

@media (min-width: 768px) {
  .slider-cards__item {
    display: flex;
  }
}

@media (min-width: 768px) {
  .slider-cards__item-img {
    flex: 0 0 34.412%;
    max-width: 34.412%;
  }
}

.slider-cards__item-img img {
  width: 100%;
  object-fit: cover;
}

.slider-cards__item-txt {
  padding-top: 3.6rem;
  padding-left: 9.3%;
}

.slider-cards__item-quote {
  font-size: calc(1.5rem + 12 * ((100vw - 375px) / 1225));
  line-height: 1.167;
  font-weight: 500;
  margin-bottom: 2.25rem;
}

@media (min-width: 1600px) {
  .slider-cards__item-quote {
    font-size: 2.25rem;
  }
}

@media (min-width: 1024px) {
  .slider-cards__item-quote {
    margin-bottom: 2.525rem;
  }
}

.slider-cards__item-author {
  font-size: calc(1.125rem + 2 * ((100vw - 375px) / 1225));
  font-weight: 500;
  letter-spacing: -0.01em;
  margin-bottom: .675rem;
  display: block;
}

@media (min-width: 1600px) {
  .slider-cards__item-author {
    font-size: 1.25rem;
  }
}

.slider-cards__item-author:before {
  content: '— ';
}

.slider-cards__item-position {
  font-size: calc(1rem + 2 * ((100vw - 375px) / 1225));
  letter-spacing: -0.01em;
  font-weight: 400;
  color: #787878;
  display: block;
}

@media (min-width: 1600px) {
  .slider-cards__item-position {
    font-size: 1.125rem;
  }
}

.slider-cards__nav {
  margin-top: 2rem;
}

@media (min-width: 768px) {
  .slider-cards__nav {
    flex: 0 0 65.588%;
    max-width: 65.588%;
    padding-left: 10%;
    margin-left: auto;
  }
}

.slider-cards__nav .slider-btn.prev {
  transform: scaleX(-1);
}

.slider-cards__nav .swiper-pagination-progressbar {
  height: 3px;
}

.flow-block + .slider-cards {
  background-color: #f0f0f0;
}

.two-cols {
  --cols-offset: 2.125rem;
  background-color: #d0d0d0;
  padding-bottom: 3.5rem;
}

@media (min-width: 768px) {
  .two-cols {
    padding-bottom: 6.7rem;
  }
}

@media (min-width: 768px) {
  .two-cols__wrap {
    display: flex;
    flex-wrap: wrap;
    margin-left: calc(var(--cols-offset) / -2);
    margin-right: calc(var(--cols-offset) / -2);
  }
}

@media (min-width: 768px) {
  .two-cols__col {
    max-width: calc(50% - var(--cols-offset));
    flex-shrink: 0;
    flex-basis: calc(50% - var(--cols-offset));
    margin-left: calc(var(--cols-offset) / 2);
    margin-right: calc(var(--cols-offset) / 2);
  }
}

.two-cols__img {
  margin-bottom: 1.975rem;
}

.two-cols__img img {
  width: 100%;
  height: auto;
}

.two-cols__ttl {
  font-size: calc(2rem + 9 * ((100vw - 375px) / 1225));
  margin-bottom: 2.1rem;
}

@media (min-width: 1600px) {
  .two-cols__ttl {
    font-size: 2.5625rem;
  }
}

.two-cols__txt {
  font-size: calc(1.125rem + 2 * ((100vw - 375px) / 1225));
  line-height: 1.3;
  color: #787878;
}

@media (min-width: 1600px) {
  .two-cols__txt {
    font-size: 1.25rem;
  }
}

@media (max-width: 767px) {
  .two-cols__txt {
    margin-bottom: 2rem;
  }
}

.text-w-image {
  background-color: #d0d0d0;
  padding-bottom: 2.5rem;
  padding-top: 2.5rem;
}

.text-w-image + .text-w-image {
  padding-bottom: 20px;
  padding-top: 50px;
}

@media (min-width: 1024px) {
  .text-w-image + .text-w-image {
    padding-bottom: 120px;
    padding-top: 50px;
  }
}

@media (min-width: 768px) {
  .text-w-image {
    padding-bottom: 2.925rem;
    padding-top: 6.45rem;
  }
}

.text-w-image.--bg-light {
  background-color: #fff;
}

.text-w-image__ttl {
  color: #000;
  margin-bottom: 3rem;
  position: relative;
  z-index: 3;
}

@media (min-width: 768px) {
  .text-w-image__ttl {
    margin-bottom: 5.5rem;
  }
}

@media (min-width: 768px) {
  .text-w-image__cols {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .text-w-image__cols.right {
    flex-direction: row-reverse;
  }
  .text-w-image__cols.right .text-w-image__txt {
    padding-left: 0;
    padding-right: 6.25rem;
  }
}

@media (max-width: 767px) {
  .text-w-image__img {
    margin-bottom: 2rem;
    position: relative;
    z-index: 2;
  }
}

@media (min-width: 768px) {
  .text-w-image__img {
    max-width: 40%;
    flex: 0 0 40%;
  }
}

@media (min-width: 1280px) {
  .text-w-image__img {
    max-width: 56.2%;
    flex: 0 0 56.2%;
  }
}

@media (min-width: 1280px) {
  .--sm-width .text-w-image__img {
    max-width: 47%;
    flex: 0 0 47%;
  }
}

.text-w-image__img img {
  width: 100%;
  height: auto;
}

.text-w-image__img.--alt-size img {
  width: auto;
  max-height: 700px;
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

.text-w-image__txt {
  font-size: calc(1.125rem + 2 * ((100vw - 375px) / 1225));
  line-height: 1.3;
}

@media (min-width: 1600px) {
  .text-w-image__txt {
    font-size: 1.25rem;
  }
}

@media (min-width: 768px) {
  .text-w-image__txt {
    max-width: 60%;
    flex: 0 0 60%;
    padding-left: 6.25rem;
  }
}

@media (min-width: 1280px) {
  .text-w-image__txt {
    max-width: 43.8%;
    flex: 0 0 43.8%;
  }
}

@media (min-width: 1280px) {
  .--sm-width .text-w-image__txt {
    max-width: 47%;
    flex: 0 0 47%;
    padding-left: 0;
  }
}

.text-w-image__txt p:not(:last-child) {
  margin-bottom: 2.6em;
}

.text-w-image__txt h2,
.text-w-image__txt h3,
.text-w-image__txt-ttl {
  font-size: calc(2rem + 9 * ((100vw - 375px) / 1225));
  line-height: 1.1;
  margin-bottom: 2rem;
  color: #000;
}

@media (min-width: 1600px) {
  .text-w-image__txt h2,
  .text-w-image__txt h3,
  .text-w-image__txt-ttl {
    font-size: 2.5625rem;
  }
}

.banner-img-overflow {
  width: 100%;
  background-color: #1e58f9;
  color: #fff;
  padding-top: 9.1rem;
  position: relative;
  z-index: 1;
}

@media (min-width: 768px) {
  .banner-img-overflow__cols {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

.banner-img-overflow__txt-holder {
  padding-bottom: 3rem;
}

@media (min-width: 768px) {
  .banner-img-overflow__txt-holder {
    max-width: 49%;
    flex: 0 0 49%;
    padding-right: 10%;
    padding-top: 5.7rem;
  }
}

.banner-img-overflow__ttl {
  margin-bottom: 2.5rem;
}

.banner-img-overflow__txt {
  margin-bottom: 0;
}

.banner-img-overflow__img {
  position: relative;
  margin-bottom: -1rem;
}

@media (min-width: 768px) {
  .banner-img-overflow__img {
    max-width: 51%;
    flex: 0 0 51%;
    margin-bottom: -5.825rem;
    min-height: 280px;
  }
}

.banner-img-overflow__img:before {
  width: 233px;
  height: 84px;
  content: '';
  position: absolute;
  right: 0;
  bottom: -5rem;
  z-index: -1;
  mask-image: url("/source/f12300d3719ac2b123ae0eb58022de5c/figure-10.svg");
  mask-size: 100% 100%;
  mask-repeat: no-repeat;
  background-color: #9e9d9c;
  pointer-events: none;
}

@media (max-width: 767px) {
  .banner-img-overflow__img:before {
    opacity: .5;
  }
}

@media (min-width: 768px) {
  .banner-img-overflow__img:before {
    width: 465px;
    height: 167px;
    bottom: -8.65rem;
  }
}

.banner-img-overflow__img:after {
  width: 220px;
  height: 115px;
  content: '';
  position: absolute;
  left: -4rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
  mask-image: url("/source/493762745f72d29735fab62490ba6e49/figure-9.svg");
  mask-size: 100% 100%;
  mask-repeat: no-repeat;
  background-color: #1742bb;
  pointer-events: none;
}

@media (min-width: 768px) {
  .banner-img-overflow__img:after {
    width: 439px;
    height: 230px;
    left: -7.75rem;
  }
}

.banner-img-overflow__img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.block-list {
  background-color: #000;
  color: #fff;
  position: relative;
  z-index: 0;
  padding-top: 6.65rem;
  padding-bottom: 7.3125rem;
}

.block-list + .img-item-four {
  padding-top: 40px;
}

@media (min-width: 1024px) {
  .block-list + .img-item-four {
    padding-top: 80px;
    padding-bottom: 0;
  }
}

.block-list:before {
  width: 156px;
  height: 286px;
  content: '';
  position: absolute;
  left: 0;
  bottom: 1rem;
  z-index: -1;
  mask-image: url("/source/11f150c7c52db3746035d6e6ef5e30aa/figure-11.svg");
  mask-size: 100% 100%;
  mask-repeat: no-repeat;
  background-color: #d9d9d9;
  pointer-events: none;
}

@media (min-width: 1280px) {
  .block-list:before {
    width: 313px;
    height: 573px;
  }
}

.block-list__ttl {
  margin-bottom: 4rem;
}

@media (min-width: 1280px) {
  .block-list__ttl {
    margin-bottom: 7.8rem;
  }
}

.block-list__items {
  font-size: calc(1.75rem + 10 * ((100vw - 375px) / 1225));
  font-weight: 500;
  max-width: 57.9375rem;
  margin-left: auto;
}

@media (min-width: 1600px) {
  .block-list__items {
    font-size: 2.375rem;
  }
}

.block-list__items li {
  border-bottom: 1px solid #d0d0d0;
  padding-top: 1.45rem;
  padding-bottom: 1.45rem;
  padding-left: 2.5rem;
  position: relative;
}

.block-list__items li:before {
  content: '';
  width: 11px;
  height: 11px;
  background-color: currentColor;
  position: absolute;
  left: 0;
  top: 2.15rem;
}

.block-list__items a {
  color: inherit;
  transition: color .3s ease;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.block-list__items a svg {
  width: 20px;
  min-width: 20px;
  height: 20px;
  stroke: #FFF;
  margin: 3px 0 0 10px;
  transition: transform .3s ease, stroke .3s ease;
}

@media (min-width: 1025px) {
  .block-list__items a:hover {
    color: #2f57f0;
  }
  .block-list__items a:hover svg {
    transform: translate3d(3px, 0, 0);
    stroke: #2f57f0;
  }
}

.text-editor {
  width: 100%;
}

.text-editor > p a {
  color: #1e58f9;
  box-shadow: inset 0 -1.5px 0 0 #1e58f9;
  transition: box-shadow .3s ease;
}

@media (min-width: 1025px) {
  .text-editor > p a:hover {
    box-shadow: inset 0 -1.5px 0 transparent;
  }
}

.text-editor > p img {
  --gutter-between: 1.25rem;
  display: block;
  max-width: 100%;
  height: auto;
  margin: 1.5rem auto;
  border-radius: var(--brand-bd-radius);
}

@media (min-width: 1024px) {
  .text-editor > p img {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
}

.text-editor > p img:not(:only-child) {
  width: 100%;
  display: inline-block;
  vertical-align: top;
}

@media (min-width: 768px) {
  .text-editor > p img:not(:only-child) {
    width: calc(50% - var(--gutter-between) / 2);
  }
}

@media (min-width: 768px) {
  .text-editor > p img:not(:only-child):first-child {
    margin-right: calc(var(--gutter-between) / 2);
  }
}

@media (min-width: 768px) {
  .text-editor > p img:not(:only-child) + img {
    margin-left: calc(var(--gutter-between) / 2);
  }
}

.text-editor > p img.alignright:only-child {
  margin-left: auto;
  margin-right: 0;
}

@media (min-width: 1440px) {
  .text-editor > p img.alignright:only-child {
    margin-right: calc(var(--extra-expand) * -1);
  }
}

@media (min-width: 1440px) {
  .text-editor > p img.alignleft:only-child {
    margin-left: calc(var(--extra-expand) * -1);
  }
}

.text-editor iframe {
  max-width: 600px;
  margin: 25px auto;
  display: block;
}

.img-caption {
  width: 100%;
  margin-bottom: 3.9rem;
}

@media (max-width: 1279px) {
  .img-caption {
    margin-bottom: 2rem;
  }
}

.img-caption:not(:first-child) {
  margin-top: 2.5rem;
}

@media (max-width: 1279px) {
  .img-caption:not(:first-child) {
    margin-top: 2rem;
  }
}

.img-caption__img {
  display: flex;
  max-width: 100%;
  height: auto;
  margin: 0 auto 1rem;
}

.img-caption__caption {
  font-size: calc(0.875rem + 2 * ((100vw - 375px) / 1225));
  line-height: 1.3;
  letter-spacing: -0.01em;
  padding-right: 5%;
}

@media (min-width: 1600px) {
  .img-caption__caption {
    font-size: 1rem;
  }
}

@media (max-width: 767px) {
  .img-caption__caption {
    line-height: 1.2;
  }
}

.blockquote {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background-color: #ededec;
  font-weight: 500;
  color: #1e58f9;
  padding: 5rem 4.375rem 5.425rem 4rem;
  margin-bottom: 2.5rem;
  margin-top: 3.625rem;
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@media (max-width: 767px) {
  .blockquote {
    padding: 25px 15px;
    margin-bottom: 40px;
  }
}

.blockquote__img {
  display: block;
  height: auto;
  z-index: 1;
  margin-right: -10px;
}

@media (max-width: 767px) {
  .blockquote__img {
    max-width: 50px;
  }
}

@media (min-width: 768px) {
  .blockquote__img {
    max-width: 60px;
  }
}

@media (min-width: 1280px) {
  .blockquote__img {
    max-width: 71px;
  }
}

.blockquote:after {
  content: '';
  position: absolute;
  left: -5rem;
  bottom: -1.85rem;
  z-index: -1;
  mask-image: url("/source/794735095565700906f3ce952fa9d0bc/figure-6.svg");
  mask-size: 100% 100%;
  mask-repeat: no-repeat;
  background-color: #fff;
  pointer-events: none;
}

@media (max-width: 767px) {
  .blockquote:after {
    width: 159px;
    height: 105px;
  }
}

@media (min-width: 768px) {
  .blockquote:after {
    width: 244px;
    height: 160px;
  }
}

@media (min-width: 1280px) {
  .blockquote:after {
    width: 318px;
    height: 209px;
  }
}

.blockquote__quote {
  font-size: calc(1.25rem + 12 * ((100vw - 375px) / 1225));
  line-height: 1.4;
  text-align: right;
}

@media (min-width: 1600px) {
  .blockquote__quote {
    font-size: 2rem;
  }
}

@media (min-width: 768px) {
  .blockquote__quote {
    flex: 1;
  }
}

.blockquote__author {
  font-size: calc(1rem + 4 * ((100vw - 375px) / 1225));
  width: 100%;
  padding-top: 1.475rem;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

@media (min-width: 1600px) {
  .blockquote__author {
    font-size: 1.25rem;
  }
}

.blockquote__author-name {
  margin-bottom: 7px;
}

.blockquote__author-name:before {
  content: '– ';
}

.blockquote__author-role {
  font-size: calc(0.875rem + 2 * ((100vw - 375px) / 1225));
  color: #000;
  margin-top: 6px;
}

@media (min-width: 1600px) {
  .blockquote__author-role {
    font-size: 1rem;
  }
}

.image-gallery {
  --image-gallery-offset: 1rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 2.75rem;
}

.image-gallery__img {
  margin-bottom: var(--image-gallery-offset);
}

@media (min-width: 600px) {
  .image-gallery__img {
    position: relative;
    overflow: hidden;
    flex-shrink: 0;
  }
}

@media (min-width: 600px) {
  .image-gallery__img:nth-child(6n+1), .image-gallery__img:nth-child(6n+2) {
    max-width: calc(50% - var(--image-gallery-offset)/2);
    flex-basis: calc(50% - var(--image-gallery-offset)/2);
  }
  .image-gallery__img:nth-child(6n+1):before, .image-gallery__img:nth-child(6n+2):before {
    padding-bottom: 57.143%;
  }
}

@media (min-width: 600px) {
  .image-gallery__img:nth-child(6n+3), .image-gallery__img:nth-child(6n+6) {
    max-width: calc(36.755% - var(--image-gallery-offset)/2);
    flex-basis: calc(36.755% - var(--image-gallery-offset)/2);
  }
  .image-gallery__img:nth-child(6n+3):before, .image-gallery__img:nth-child(6n+6):before {
    padding-bottom: 76.393%;
  }
}

@media (min-width: 600px) {
  .image-gallery__img:nth-child(6n+4), .image-gallery__img:nth-child(6n+5) {
    max-width: calc(63.245% - var(--image-gallery-offset)/2);
    flex-basis: calc(63.245% - var(--image-gallery-offset)/2);
  }
  .image-gallery__img:nth-child(6n+4):before, .image-gallery__img:nth-child(6n+5):before {
    padding-bottom: 45.714%;
  }
}

@media (min-width: 600px) {
  .image-gallery__img:before {
    content: '';
    display: block;
  }
}

.image-gallery__img img {
  width: 100%;
  height: auto;
}

@media (min-width: 600px) {
  .image-gallery__img img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
}

.banner-video {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-bottom: 1.25rem;
  margin-top: 2.375rem;
}

.banner-video:after {
  content: '';
  display: block;
  padding-bottom: 54.8%;
}

.banner-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  border: 0;
  z-index: 1;
}

.banner-video__poster {
  transition: all .3s ease;
}

.banner-video__poster.is-video-played {
  opacity: 0;
  visibility: hidden;
}

.banner-video__poster-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 2;
}

.banner-video__video-btn {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
  cursor: pointer;
}

@media (min-width: 1025px) {
  .banner-video__video-btn:hover .single-post__video-icon {
    transform: scale(1.1);
    transition: transform .4s ease;
  }
}

.banner-video__video-icon {
  color: #fff;
  fill: currentColor;
  transition: transform .4s ease;
  pointer-events: none;
}

@media (max-width: 767px) {
  .banner-video__video-icon {
    width: 7rem;
    height: 7rem;
  }
}

@media (min-width: 768px) {
  .banner-video__video-icon {
    width: 10rem;
    height: 10rem;
  }
}

@media (min-width: 1024px) {
  .banner-video__video-icon {
    width: 15.4375rem;
    height: 15.4375rem;
  }
}

.whitepaper-hero {
  width: 100%;
  display: flex;
  align-items: center;
  background: #2f57f0;
  margin-bottom: 81px;
}

.whitepaper-hero__inner {
  display: flex;
  justify-content: space-between;
  max-width: 1362px;
  width: 90%;
  margin: 0 auto;
  min-height: 585px;
  position: relative;
}

@media (max-width: 767px) {
  .whitepaper-hero__inner {
    flex-direction: column;
  }
}

.whitepaper-hero__content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  z-index: 2;
  padding: 120px 0 40px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .whitepaper-hero__content {
    max-width: calc(100% - 300px);
  }
}

@media (min-width: 1024px) {
  .whitepaper-hero__content {
    padding: 208px 0 40px;
  }
}

@media (min-width: 1024px) and (max-width: 1279px) {
  .whitepaper-hero__content {
    max-width: calc(100% - 431px);
  }
}

@media (min-width: 1280px) {
  .whitepaper-hero__content {
    max-width: 666px;
  }
}

.whitepaper-hero__title {
  margin-bottom: 39px;
  font-weight: 500;
  color: #FFF;
}

.whitepaper-hero__description {
  color: #FFF;
  line-height: 1.3;
  font-weight: 500;
  font-size: calc(1rem + 4 * ((100vw - 375px) / 1225));
}

@media (min-width: 1600px) {
  .whitepaper-hero__description {
    font-size: 1.25rem;
  }
}

.whitepaper-hero__img {
  max-width: 311px;
  height: 500px;
  width: 100%;
}

@media (min-width: 768px) {
  .whitepaper-hero__img {
    position: absolute;
    right: 27px;
    bottom: 0;
  }
}

@media (max-width: 767px) {
  .whitepaper-hero__img {
    padding-left: 25px;
  }
}

@media (max-width: 1023px) {
  .whitepaper-hero__img {
    max-width: 250px;
    height: 300px;
  }
}

.whitepaper-hero__img:before {
  content: '';
  width: 615px;
  height: 299px;
  position: absolute;
  right: 0;
  bottom: 0;
  background: url("/source/8d065cb319d85bca4fc5651f68c7f205/whitepaper-img-ico-left.svg") no-repeat center;
  background-size: contain;
  z-index: 1;
}

@media (max-width: 767px) {
  .whitepaper-hero__img:before {
    width: 300px;
    height: 150px;
    right: -150px;
  }
}

.whitepaper-hero__img:after {
  content: '';
  width: 100px;
  height: 319px;
  position: absolute;
  background: url("/source/2a4193886ae322fc41f241aef8bcaa2c/whitepaper-img-ico-right.svg") no-repeat center;
  background-size: contain;
  z-index: 1;
  bottom: 0;
}

@media (min-width: 768px) {
  .whitepaper-hero__img:after {
    transform: translateX(100%);
    right: -16px;
  }
}

@media (max-width: 767px) {
  .whitepaper-hero__img:after {
    width: 50px;
    height: 150px;
    left: -15px;
    bottom: 5px;
  }
}

.whitepaper-hero__img img {
  width: 100%;
  position: relative;
  z-index: 2;
  object-fit: contain;
  object-position: center;
  height: 100%;
  transform: translateY(40px);
}

@media (min-width: 1024px) {
  .whitepaper-hero__img img {
    transform: translateY(81px);
  }
}

.not-found {
  flex: 1;
  display: flex;
  width: 100%;
  background: #000;
  position: relative;
}

.not-found__inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  z-index: 2;
  padding: 170px 0 120px;
}

@media (min-width: 1280px) {
  .not-found__inner {
    padding: 277px 0 198px;
  }
}

.not-found__img {
  display: block;
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.not-found__content {
  display: flex;
  justify-content: center;
  z-index: 1;
}

.not-found__content-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.not-found__title {
  font-size: 160px;
  line-height: .9;
  letter-spacing: -0.01em;
  color: #FFFFFF;
  text-shadow: 0 0 50px rgba(255, 255, 255, 0.5);
  margin-bottom: 25px;
  text-align: center;
}

@media (min-width: 768px) {
  .not-found__title {
    font-size: 254px;
  }
}

.not-found__subtitle {
  text-align: center;
  margin-bottom: 40px;
  color: #FFF;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: -0.01em;
  font-weight: 500;
}

@media (min-width: 768px) {
  .not-found__subtitle {
    font-size: 28px;
    margin-bottom: 68px;
  }
}

.not-found__btn {
  min-width: 175px;
  padding: 0 10px;
  height: 43px;
  font-size: 16px;
  line-height: 1;
  color: #2f57f0;
  background: transparent;
  transition: none;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1.4px solid #2f57f0;
  border-radius: 58px;
  font-weight: 500;
}

@media (min-width: 1025px) {
  .not-found__btn:hover {
    transition: background-color, color .5s ease;
    background-color: #2f57f0;
    color: #000;
  }
}

.webinar-featured {
  width: 100%;
  display: flex;
}

@media (max-width: 1023px) {
  .webinar-featured {
    flex-direction: column;
  }
}

.webinar-featured__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 100px 40px 60px;
  flex: 1;
  background: #1e58f9;
  position: relative;
}

.webinar-featured__content:before {
  content: '';
  width: 40%;
  height: 70%;
  background: url("/source/9d73e07764aa8ca24711f2181c7347c2/webinar-featured-vector.svg") no-repeat left center;
  background-size: contain;
  position: absolute;
  right: -10%;
  top: 30%;
  z-index: 1;
}

@media (max-width: 1023px) {
  .webinar-featured__content {
    padding: 100px 20px 30px;
  }
}

@media (min-width: 1440px) {
  .webinar-featured__content {
    padding-left: 119px;
    height: 520px;
    padding-bottom: 0;
  }
}

.webinar-featured__date {
  color: #FFF;
  font-size: calc(1.5rem + 0 * ((100vw - 375px) / 1225));
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.24px;
  text-transform: uppercase;
  margin-bottom: 3px;
}

@media (min-width: 1600px) {
  .webinar-featured__date {
    font-size: 1.5rem;
  }
}

.webinar-featured__title {
  max-width: 580px;
  color: #FFF;
  font-size: 2.2rem;
  margin-bottom: .5rem;
}

.webinar-featured__title a {
  color: inherit;
}

.webinar-featured__desc {
  max-width: 580px;
  color: #FFF;
  font-size: calc(1.25rem + 0 * ((100vw - 375px) / 1225));
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -0.2px;
  margin-bottom: 2rem;
}

@media (min-width: 1600px) {
  .webinar-featured__desc {
    font-size: 1.25rem;
  }
}

.webinar-featured__img {
  display: block;
  z-index: 2;
}

@media (max-width: 1023px) {
  .webinar-featured__img {
    max-width: 420px;
    margin: 0 auto;
  }
}

@media (min-width: 1024px) {
  .webinar-featured__img {
    width: 45%;
  }
}

@media (min-width: 1440px) {
  .webinar-featured__img {
    width: 55vw;
    height: 520px;
  }
}

.webinar-featured__img img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}

.webinar-listing {
  width: 100%;
}

.webinar-listing__inner {
  max-width: 1360px;
  width: 90%;
  padding: 107px 0 88px;
  margin: 0 auto;
}

.webinar-listing__sort {
  display: flex;
  align-items: center;
  margin-bottom: 36px;
}

.webinar-listing__sort label {
  color: #000;
  text-align: right;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.85;
  letter-spacing: 0.28px;
  margin-right: 30px;
}

.webinar-listing__sort .jq-selectbox {
  width: auto;
}

.webinar-listing__sort .jq-selectbox.dropdown.opened .jq-selectbox__select {
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  border-bottom: 2px solid #767876 !important;
}

.webinar-listing__sort .jq-selectbox__select {
  display: flex;
  align-items: center;
  width: auto;
  border: none;
  height: auto;
  border-radius: 0;
  padding: 0 22px 0 0;
  border-bottom: 2px solid #767876;
}

.webinar-listing__sort .jq-selectbox__select .jq-selectbox__select-text {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.85;
  letter-spacing: 0.28px;
}

.webinar-listing__sort .jq-selectbox__select .jq-selectbox__trigger {
  position: absolute;
  right: 0;
  margin-top: -4px;
  border-color: #767876;
}

.webinar-listing__sort .jq-selectbox__dropdown {
  border-radius: 0;
}

.webinar-listing__sort .jq-selectbox__dropdown li:hover {
  color: #000;
  background-color: rgba(0, 0, 0, 0.05);
}

.webinar-listing__grid {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.webinar-listing__more {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.webinar-listing__more .load-more-webinars {
  width: 40px;
  height: 40px;
  position: relative;
  background: url("/source/c79379e369aabee0d6d6ac6335aa0728/loader.svg") no-repeat center;
  background-size: contain;
  animation: 2s ease-in-out loaderAnim infinite;
}

@keyframes loaderAnim {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

.webinar-item {
  display: flex;
  width: 100%;
  min-height: 263px;
  background: #F0F0F0;
  margin-bottom: 30px;
}

@media (max-width: 1023px) {
  .webinar-item {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}

.webinar-item__date {
  background: #1e58f9;
  width: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}

@media (max-width: 1023px) {
  .webinar-item__date {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 40px;
  }
}

.webinar-item__date:after {
  content: '';
  width: 100%;
  height: 79px;
  background: url("/source/d4d3403522a0b0ed2a7ebe5bdf2f34d7/webinar-item-date-vector.svg") no-repeat right;
  background-size: contain;
  position: absolute;
  bottom: 0;
  right: 0;
}

.webinar-item__date span {
  color: #FFF;
  text-align: center;
  font-weight: 500;
}

.webinar-item__date span:first-child {
  line-height: 0.9;
  letter-spacing: -0.72px;
  font-size: calc(4.125rem + 0 * ((100vw - 375px) / 1225));
}

@media (min-width: 1600px) {
  .webinar-item__date span:first-child {
    font-size: 4.125rem;
  }
}

.webinar-item__date span:last-child {
  font-size: calc(2rem + 0 * ((100vw - 375px) / 1225));
  font-size: 32px;
  line-height: 1.2;
  letter-spacing: -0.32px;
}

@media (min-width: 1600px) {
  .webinar-item__date span:last-child {
    font-size: 2rem;
  }
}

.webinar-item__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 15px 20px;
  z-index: 2;
}

@media (min-width: 1024px) {
  .webinar-item__content {
    padding: 16px 40px 16px 40px;
  }
}

@media (min-width: 1440px) {
  .webinar-item__content {
    padding-right: 88px;
  }
}

.webinar-item__info {
  color: #000;
  font-size: calc(0.875rem + 0 * ((100vw - 375px) / 1225));
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.14px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

@media (min-width: 1600px) {
  .webinar-item__info {
    font-size: 0.875rem;
  }
}

.webinar-item__title {
  color: #000;
  font-size: calc(1.375rem + 2 * ((100vw - 375px) / 1225));
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 10px;
}

@media (min-width: 1600px) {
  .webinar-item__title {
    font-size: 1.5rem;
  }
}

.webinar-item__title a {
  color: inherit;
}

@media (min-width: 1025px) {
  .webinar-item__title a:hover {
    color: #1e58f9;
  }
}

.webinar-item__desc {
  color: #000;
  font-size: calc(1rem + 0 * ((100vw - 375px) / 1225));
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -0.2px;
  margin-bottom: 15px;
}

@media (min-width: 1600px) {
  .webinar-item__desc {
    font-size: 1rem;
  }
}

.webinar-item .btn-primary, .webinar-item input[type="submit"], .webinar-item .filter-tag__btn-submit, .webinar-item .gray .faq-block__btn, .gray .webinar-item .faq-block__btn, .webinar-item .black .faq-block__btn, .black .webinar-item .faq-block__btn {
  padding: 15px 25px;
  font-size: calc(1rem + 0 * ((100vw - 375px) / 1225));
  min-height: auto;
}

@media (min-width: 1600px) {
  .webinar-item .btn-primary, .webinar-item input[type="submit"], .webinar-item .filter-tag__btn-submit, .webinar-item .gray .faq-block__btn, .gray .webinar-item .faq-block__btn, .webinar-item .black .faq-block__btn, .black .webinar-item .faq-block__btn {
    font-size: 1rem;
  }
}

.webinar-item__img {
  height: 263px;
}

@media (max-width: 1023px) {
  .webinar-item__img {
    width: 100%;
  }
}

@media (min-width: 1024px) {
  .webinar-item__img {
    width: 35%;
  }
}

@media (min-width: 1440px) {
  .webinar-item__img {
    width: 422px;
  }
}

.webinar-item__img img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}

.webinar-hero {
  display: flex;
  width: 100%;
}

@media (max-width: 1023px) {
  .webinar-hero {
    flex-direction: column;
  }
}

.webinar-hero__content {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  flex: 1;
  padding: 40px;
}

@media (max-width: 1023px) {
  .webinar-hero__content {
    padding: 100px 20px 30px;
  }
}

@media (min-width: 1400px) {
  .webinar-hero__content {
    padding-left: 119px;
    padding-top: 150px;
    padding-bottom: 20px;
  }
}

.webinar-hero__content .btn-primary, .webinar-hero__content input[type="submit"], .webinar-hero__content .filter-tag__btn-submit, .webinar-hero__content .gray .faq-block__btn, .gray .webinar-hero__content .faq-block__btn, .webinar-hero__content .black .faq-block__btn, .black .webinar-hero__content .faq-block__btn {
  color: #FFF;
  background: #1e58f9;
}

@media (min-width: 1025px) {
  .webinar-hero__content .btn-primary:hover, .webinar-hero__content input:hover[type="submit"], .webinar-hero__content .filter-tag__btn-submit:hover, .webinar-hero__content .gray .faq-block__btn:hover, .gray .webinar-hero__content .faq-block__btn:hover, .webinar-hero__content .black .faq-block__btn:hover, .black .webinar-hero__content .faq-block__btn:hover {
    background: #000;
  }
}

.webinar-hero__link {
  color: #1e58f9;
  font-size: calc(1.125rem + 2 * ((100vw - 375px) / 1225));
  font-weight: 500;
  letter-spacing: 0.2px;
  text-decoration-line: underline;
  margin-bottom: 52px;
}

@media (min-width: 1600px) {
  .webinar-hero__link {
    font-size: 1.25rem;
  }
}

@media (max-width: 1023px) {
  .webinar-hero__link {
    margin-bottom: 30px;
  }
}

.webinar-hero__date {
  color: #000;
  font-size: calc(0.875rem + 0 * ((100vw - 375px) / 1225));
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.14px;
  text-transform: uppercase;
  margin-bottom: 19px;
}

@media (min-width: 1600px) {
  .webinar-hero__date {
    font-size: 0.875rem;
  }
}

.webinar-hero__title {
  margin-bottom: 61px;
  color: #000;
  max-width: 800px;
}

@media (max-width: 1023px) {
  .webinar-hero__title {
    margin-bottom: 35px;
  }
}

@media (max-width: 1023px) {
  .webinar-hero__img {
    max-width: 420px;
    margin: 0 auto;
  }
}

@media (min-width: 1024px) {
  .webinar-hero__img {
    width: 45%;
  }
}

@media (min-width: 1440px) {
  .webinar-hero__img {
    width: 617px;
    min-height: 617px;
  }
}

.webinar-hero__img img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}

.webinar-single {
  padding: 118px 0 64px;
  width: 90%;
  max-width: 1023px;
  margin: 0 auto;
}

@media (max-width: 1023px) {
  .webinar-single {
    padding: 60px 0 30px;
  }
}

.webinar-recent {
  background: #F0F0F0;
  position: relative;
}

.webinar-recent:after {
  width: 13.5625rem;
  height: 7.1875rem;
  content: '';
  position: absolute;
  right: 0;
  top: -3rem;
  mask-image: url("/source/ed95bce59f2564f334983398a4edf3d9/figure-4.svg");
  mask-size: 100% 100%;
  mask-repeat: no-repeat;
  background-color: #fff;
  pointer-events: none;
  z-index: -1;
}

@media (min-width: 1024px) {
  .webinar-recent:after {
    width: 27.125rem;
    height: 14.375rem;
    top: -5rem;
  }
}

.webinar-recent h2 {
  margin-bottom: 53px;
}

.webinar-recent .webinar-item__content {
  background: #FFF;
}

.featured-links-block {
  width: 90%;
  max-width: 1362px;
  margin: 20px auto 40px;
}

@media (min-width: 768px) {
  .featured-links-block {
    margin: 60px auto 80px;
  }
}

.featured-links-block__inner {
  width: 100%;
}

.featured-links-block__title {
  line-height: 1;
  font-family: Aeonik, Helvetica, Arial, sans-serif;
  margin-bottom: 40px;
  letter-spacing: -0.01em;
  color: #000000;
}

.featured-links-block__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.featured-links-block__item {
  width: 100%;
  margin-bottom: 20px;
  background: #ededec;
  padding: 40px;
  min-height: 365px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
}

.featured-links-block__item:before {
  content: '';
  width: 133px;
  height: 200px;
  position: absolute;
  bottom: 0;
  right: 0;
  background: url("/source/7cb5e95e4e2895446211a94acc498036/featured-links-block-bg.svg") no-repeat center;
  background-size: contain;
}

@media (min-width: 1024px) {
  .featured-links-block__item:before {
    width: 187px;
    height: 282px;
  }
}

@media (min-width: 1024px) {
  .featured-links-block__item {
    max-width: calc(50% - 15px);
    padding: 56px 187px 56px 70px;
  }
}

.featured-links-block__item h3 {
  font-size: 46px;
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: -0.01em;
  margin-bottom: 19px;
  font-size: calc(1.75rem + 18 * ((100vw - 375px) / 1225));
}

@media (min-width: 1600px) {
  .featured-links-block__item h3 {
    font-size: 2.875rem;
  }
}

@media (max-width: 767px) {
  .featured-links-block__item h3 {
    line-height: 1.14;
  }
}

.featured-links-block__item h3 a {
  transition: .3s ease;
  color: inherit;
}

@media (min-width: 1025px) {
  .featured-links-block__item h3 a:hover {
    color: #2f57f0;
  }
}

.featured-links-block__item p {
  font-size: 16px;
  line-height: 1.5;
  font-family: Aeonik, Helvetica, Arial, sans-serif;
  letter-spacing: -0.01em;
}

@media (min-width: 1280px) {
  .featured-links-block__item p {
    font-size: 20px;
  }
}

.careers-hero {
  position: relative;
  width: 100%;
  padding: 80px 0 131px;
}

@media (min-width: 768px) {
  .careers-hero {
    padding: 131px 0 131px;
  }
}

@media (min-width: 1024px) {
  .careers-hero {
    min-height: 721px;
    display: flex;
    align-items: center;
  }
}

.careers-hero:before {
  content: '';
  width: 57.875%;
  height: calc(100% - 44px);
  background: #000;
  display: block;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 767px) {
  .careers-hero:before {
    width: calc(100% - 220px);
  }
}

.careers-hero:after {
  content: '';
  width: 45.06%;
  height: 100%;
  background: #ededec;
  z-index: 1;
  right: 0;
  position: absolute;
}

@media (min-width: 768px) {
  .careers-hero:after {
    top: 0;
  }
}

@media (max-width: 767px) {
  .careers-hero:after {
    background: #000;
    width: 100%;
    height: calc(100% - 70px);
    bottom: 0;
  }
}

.careers-hero__inner {
  width: 90%;
  max-width: 1362px;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}

.careers-hero__content {
  width: 100%;
}

.careers-hero__content h1 {
  max-width: 407px;
}

.careers-hero__content p {
  max-width: 407px;
  color: #767876;
  font-weight: 500;
  font-size: calc(1rem + 4 * ((100vw - 375px) / 1225));
  line-height: 1.3;
  margin-bottom: 40px;
  letter-spacing: -0.01em;
}

@media (min-width: 1600px) {
  .careers-hero__content p {
    font-size: 1.25rem;
  }
}

.careers-hero__content p span {
  color: #FFF;
  letter-spacing: -0.01em;
  font-weight: 700;
}

@media (min-width: 768px) {
  .careers-hero .careers-contacts {
    display: flex;
  }
}

.careers-hero .careers-contacts__item {
  display: flex;
  flex-direction: column;
}

.careers-hero .careers-contacts__item:not(:last-child) {
  margin-right: 45px;
}

@media (max-width: 767px) {
  .careers-hero .careers-contacts__item:not(:last-child) {
    margin-bottom: 10px;
  }
}

.careers-hero .careers-contacts__item:before {
  content: '';
  width: 28px;
  height: 28px;
  margin-bottom: 18px;
}

.careers-hero .careers-contacts__item--phone:before {
  background: url("/source/a271c531abaafa92a6f689f90a2e7dbf/careers-phone-ico.svg") no-repeat center;
  background-size: contain;
}

.careers-hero .careers-contacts__item--mail:before {
  background: url("/source/e2b88ff24950b2af1ec480e68ede779f/careers-mail-ico.svg") no-repeat center;
  background-size: contain;
}

.careers-hero .careers-contacts__item span {
  color: #FFF;
  letter-spacing: -0.01em;
  font-size: calc(1rem + 2 * ((100vw - 375px) / 1225));
  line-height: 1.22;
  font-weight: 400;
}

@media (min-width: 1600px) {
  .careers-hero .careers-contacts__item span {
    font-size: 1.125rem;
  }
}

.careers-hero .careers-contacts__item span a {
  color: inherit;
  text-decoration: none;
  transition: .3s ease;
}

@media (min-width: 1025px) {
  .careers-hero .careers-contacts__item span a:hover {
    color: #2f57f0;
  }
}

.careers-hero__img {
  position: absolute;
  max-width: 36.43%;
  right: 2.8125%;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  max-height: 72.57%;
}

@media (max-width: 767px) {
  .careers-hero__img {
    top: 95%;
    max-width: 220px;
  }
}

.careers-hero__img img {
  width: auto;
  max-width: 100%;
}

.careers-hero__vector {
  position: absolute;
  width: 13.06%;
  height: 59.64%;
  bottom: 44px;
  left: calc(57.875% - 13.06%);
  background: url("/source/e0d07a035421c1919235b45288b17c08/careers-vector.svg") no-repeat center;
  background-size: contain;
  z-index: 2;
}

@media (max-width: 767px) {
  .careers-hero__vector {
    display: none;
  }
}

.careers-listing {
  padding: 20px 0;
}

.careers-listing__inner {
  width: 90%;
  max-width: 1362px;
  margin: 0 auto;
}

.careers-listing__head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.careers-listing__title {
  position: relative;
}

.careers-listing__title span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  font-weight: 500;
  font-size: calc(1rem + 0 * ((100vw - 375px) / 1225));
  line-height: 1.3;
  letter-spacing: -0.01em;
  color: #FFFFFF;
  border-radius: 50%;
  background: #2f57f0;
  position: absolute;
  top: 0;
  right: -45px;
}

@media (min-width: 1600px) {
  .careers-listing__title span {
    font-size: 1rem;
  }
}

@media (max-width: 767px) {
  .careers-listing__title span {
    top: -30px;
    right: 0;
  }
}

.careers-listing__search {
  width: 100%;
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.careers-listing__search input {
  width: 100%;
  padding: 25px 100px 25px 35px;
  background: #ededec;
  font-size: calc(1rem + 0 * ((100vw - 375px) / 1225));
  line-height: 1.62;
  font-weight: 500;
  color: #000;
  border: none;
  border-radius: 60px;
}

@media (min-width: 1600px) {
  .careers-listing__search input {
    font-size: 1rem;
  }
}

.careers-listing__search input::placeholder {
  color: #767876;
}

@media (min-width: 1280px) {
  .careers-listing__search input {
    padding: 30px 0 31px 48px;
  }
}

.careers-listing__search input::-webkit-search-decoration, .careers-listing__search input::-webkit-search-cancel-button, .careers-listing__search input::-webkit-search-results-button, .careers-listing__search input::-webkit-search-results-decoration {
  -webkit-appearance: none;
}

.careers-listing__search-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 68px;
  border-radius: 60px;
  background: #FFF;
  filter: drop-shadow(0px 2px 5px rgba(0, 0, 0, 0.06)) drop-shadow(0px 4px 6px rgba(0, 0, 0, 0.1));
  -webkit-filter: drop-shadow(0px 2px 5px rgba(0, 0, 0, 0.06)) drop-shadow(0px 4px 6px rgba(0, 0, 0, 0.1));
  font-size: 0;
  line-height: 0;
  transition: .3s ease;
  position: absolute;
  right: 10px;
}

.careers-listing__search-button:before {
  content: '';
  width: 28px;
  height: 28px;
  background: url("/source/5602e74255db29f81aeaa895354a8924/careers-search-ico.svg") no-repeat center;
  background-size: contain;
}

@media (min-width: 1025px) {
  .careers-listing__search-button:hover {
    filter: none;
    -webkit-filter: none;
  }
}

.careers-list {
  padding: 68px 0 80px;
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  .careers-list {
    padding: 30px 0 50px;
  }
}

.careers-list .careers-item__line--time {
  display: none;
}

.careers-item {
  width: 100%;
  padding: 35px 48px 35px;
  margin-bottom: 20px;
  background: #ededec;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
}

@media (min-width: 1025px) {
  .careers-item:hover {
    background: #2f57f0;
  }
  .careers-item:hover .careers-item__title {
    color: #FFF;
    cursor: pointer;
  }
  .careers-item:hover .careers-item__line span {
    color: #FFF;
    cursor: pointer;
  }
  .careers-item:hover .careers-item__line svg {
    fill: #2f57f0 !important;
    stroke: #FFF;
    cursor: pointer;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .careers-item {
    max-width: calc(50% - 10px);
  }
  .careers-item:not(:nth-child(2n + 2)) {
    margin-right: 20px;
  }
}

@media (min-width: 1024px) {
  .careers-item {
    max-width: calc(33.3% - 14px);
    min-height: 245px;
  }
  .careers-item:not(:nth-child(3n + 3)) {
    margin-right: 20px;
  }
}

.careers-item__title {
  font-weight: 500;
  font-size: calc(1.5rem + 10 * ((100vw - 375px) / 1225));
  line-height: 1.1;
  letter-spacing: -0.01em;
  margin-bottom: 22px;
  color: #000;
  transition: .3s ease;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

@media (min-width: 1600px) {
  .careers-item__title {
    font-size: 2.125rem;
  }
}

@media (min-width: 768px) {
  .careers-item__title {
    min-height: 68px;
  }
}

.careers-item__line {
  display: flex;
  align-items: center;
}

.careers-item__line:not(:last-child) {
  margin-bottom: 14px;
}

.careers-item__line.careers-item__line--location svg {
  fill: #767876;
  width: 12px;
  margin-right: 16px;
}

.careers-item__line svg {
  stroke: #767876;
  fill: transparent;
  width: 18px;
  height: 18px;
  margin-right: 13px;
  transition: .3s ease;
}

.careers-item__line span {
  flex: 1;
  font-size: calc(1rem + 2 * ((100vw - 375px) / 1225));
  line-height: 1.44;
  letter-spacing: -0.01em;
  color: #767876;
  font-weight: 400;
  transition: .3s ease;
}

@media (min-width: 1600px) {
  .careers-item__line span {
    font-size: 1.125rem;
  }
}

.careers-single-hero {
  position: relative;
  display: flex;
  align-items: center;
  padding: 90px 0 40px;
}

@media (min-width: 768px) {
  .careers-single-hero {
    padding: 153px 0 57px;
  }
}

.careers-single-hero:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #ededec;
  z-index: 1;
}

.careers-single-hero:after {
  content: '';
  width: 38.437%;
  height: 65.95%;
  position: absolute;
  bottom: 3.56%;
  right: 2.93%;
  background: url("/source/4b81aafe6b414a5b82f5cfcf92186d50/careers-single-hero-vector.svg") no-repeat center;
  background-size: contain;
  z-index: 2;
}

@media (max-width: 1023px) {
  .careers-single-hero:after {
    display: none;
  }
}

.careers-single-hero__inner {
  max-width: 1362px;
  width: 90%;
  margin: 0 auto;
  position: relative;
  z-index: 4;
}

.careers-single-hero__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 689px;
}

.careers-single-hero__content .back-to-listing-btn {
  margin-bottom: 25px;
}

.careers-single-hero__content h1 {
  color: #000;
  line-height: .9;
  margin-bottom: 39px;
}

.careers-single-hero__content p {
  font-size: calc(1.125rem + 2 * ((100vw - 375px) / 1225));
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -0.01em;
  max-width: 84.18%;
}

@media (min-width: 1600px) {
  .careers-single-hero__content p {
    font-size: 1.25rem;
  }
}

.careers-single-hero__content .careers-item__lines {
  padding: 25px 0 15px;
}

@media (min-width: 768px) {
  .careers-single-hero__content .careers-item__lines {
    display: flex;
    padding: 39px 0 24px;
  }
}

@media (min-width: 768px) {
  .careers-single-hero__content .careers-item__line {
    margin-bottom: 0;
  }
}

.careers-single-hero__content .careers-item__line svg {
  stroke: #2f57f0 !important;
}

.careers-single-hero__content .careers-item__line.careers-item__line--location svg {
  fill: #ededec;
}

@media (min-width: 768px) {
  .careers-single-hero__content .careers-item__line:not(:last-child) {
    margin-right: 80px;
  }
}

.careers-single-hero__content a {
  margin-top: 40px;
}

.careers-single-content {
  padding: 70px 0 50px;
}

@media (min-width: 768px) {
  .careers-single-content {
    padding: 105px 0 93px;
  }
}

.careers-single-content__inner {
  max-width: 1130px;
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.careers-single-content__text {
  margin-bottom: 50px;
  width: 100%;
}

@media (min-width: 768px) {
  .careers-single-content__text {
    margin-bottom: 89px;
  }
}

.careers-single-content__btn {
  margin-bottom: 35px;
}

@media (min-width: 768px) {
  .careers-single-content__btn {
    margin-bottom: 61px;
  }
}

.careers-single-content__copy {
  border-top: 1px solid rgba(118, 120, 118, 0.3);
  padding: 19px 0 17px;
  width: 100%;
}

.careers-single-content__copy span {
  color: #767876;
  font-weight: 500;
  font-size: calc(1rem + 0 * ((100vw - 375px) / 1225));
  line-height: 1.7;
  letter-spacing: -0.01em;
  font-style: italic;
}

@media (min-width: 1600px) {
  .careers-single-content__copy span {
    font-size: 1rem;
  }
}

.careers-more {
  padding: 80px 0 40px;
  background: #f0f0f0;
  position: relative;
  overflow: hidden;
}

@media (min-width: 768px) {
  .careers-more {
    padding: 125px 0;
  }
}

.careers-more:before {
  content: '';
  width: 429px;
  height: 230px;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateY(-32.6%);
  background: url("/source/b66a0bf8eae7216c57e0a0382b9d12b9/careers-single-more-vector.svg") no-repeat center;
  background-size: contain;
}

@media (max-width: 767px) {
  .careers-more:before {
    width: 250px;
    height: 300px;
    z-index: 1;
  }
}

.careers-more__inner {
  max-width: 1362px;
  width: 90%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.careers-more__inner h2 {
  margin-bottom: 26px;
}

.careers-more__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 0 0;
}

.careers-more__listing {
  width: 100%;
}

.careers-more__listing .careers-list {
  align-items: center;
  flex-wrap: unset;
}

.careers-more__listing .careers-item {
  margin-right: 0 !important;
  max-width: 100%;
  background: #FFF;
  border: 1px solid #ededec;
}

@media (min-width: 1025px) {
  .careers-more__listing .careers-item:hover {
    background: #2f57f0;
  }
}

.careers-more .swiper {
  overflow: visible;
}

.careers-more .swiper-horizontal > .swiper-pagination-progressbar,
.careers-more .swiper-pagination-progressbar.swiper-pagination-horizontal {
  width: 90%;
  height: 3px;
}

.careers-more .swiper-pagination-progressbar.swiper-pagination-horizontal {
  background: #FFF;
}

.post-nav {
  display: flex;
  align-items: center;
  justify-content: center;
}

.post-nav__item {
  display: flex;
  align-items: center;
  padding: 0 8px;
}

@media (min-width: 1025px) {
  .post-nav__item:hover span {
    cursor: pointer;
    color: #2f57f0;
  }
  .post-nav__item:hover svg {
    fill: #2f57f0;
  }
}

.post-nav__item span {
  font-weight: 500;
  color: #000;
  line-height: 1;
  font-size: calc(1.125rem + 2 * ((100vw - 375px) / 1225));
  letter-spacing: 0.01em;
  transition: .3s ease;
}

@media (min-width: 1600px) {
  .post-nav__item span {
    font-size: 1.25rem;
  }
}

.post-nav__item.next span {
  margin-left: 15px;
}

.post-nav__item.next svg {
  transform: rotate(180deg);
}

.post-nav__item.prev span {
  margin-right: 15px;
}

.post-nav__btn {
  width: 63px;
  height: 63px;
  border-radius: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFF;
  filter: drop-shadow(0px 2px 5px rgba(0, 0, 0, 0.06)) drop-shadow(0px 4px 6px rgba(0, 0, 0, 0.1));
  -webkit-filter: drop-shadow(0px 2px 5px rgba(0, 0, 0, 0.06)) drop-shadow(0px 4px 6px rgba(0, 0, 0, 0.1));
  transition: .3s ease;
}

.post-nav__btn svg {
  width: 11px;
  height: 19px;
  transition: .3s ease;
}

.back-to-listing-btn {
  font-weight: 400;
  font-size: calc(1.125rem + 2 * ((100vw - 375px) / 1225));
  line-height: .4;
  text-decoration: underline;
  color: #2f57f0;
  letter-spacing: 0.01em;
}

@media (min-width: 1600px) {
  .back-to-listing-btn {
    font-size: 1.25rem;
  }
}

.about-us-block {
  padding: 61px 0 40px;
}

.about-us-block__inner {
  width: 90%;
  max-width: 1362px;
  margin: 0 auto;
}

@media (min-width: 1024px) {
  .about-us-block__inner {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
}

.about-us-block__text {
  max-width: 587px;
  padding: 14px 0 0;
}

@media (min-width: 1024px) {
  .about-us-block__text {
    margin-right: 20px;
    flex: 1;
  }
}

@media (max-width: 1023px) {
  .about-us-block__text {
    margin-bottom: 30px;
  }
}

.about-us-block__text h2 {
  margin-bottom: 25px;
}

@media (min-width: 1024px) {
  .about-us-block__text h2 {
    margin-bottom: 43px;
  }
}

.about-us-block__text p {
  font-size: calc(1.125rem + 2 * ((100vw - 375px) / 1225));
  line-height: 1.3;
  font-weight: 500;
  color: #000;
  letter-spacing: -0.01em;
  margin-bottom: 30px;
}

@media (min-width: 1600px) {
  .about-us-block__text p {
    font-size: 1.25rem;
  }
}

@media (min-width: 1024px) {
  .about-us-block__text p {
    margin-bottom: 56px;
  }
}

.about-us-block__cards {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media (min-width: 1024px) and (max-width: 1279px) {
  .about-us-block__cards {
    max-width: 60%;
  }
}

@media (min-width: 1280px) {
  .about-us-block__cards {
    max-width: 676px;
  }
}

.about-us-block__item {
  padding: 46px 11px 33px 30px;
  background: #ededec;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .about-us-block__item {
    max-width: calc(50% - 10px);
  }
}

.about-us-block__item h3 {
  font-size: calc(1.5rem + 6 * ((100vw - 375px) / 1225));
  font-weight: 500;
  line-height: 1.33;
  letter-spacing: -0.01em;
  margin-bottom: 10px;
}

@media (min-width: 1600px) {
  .about-us-block__item h3 {
    font-size: 1.875rem;
  }
}

.about-us-block__item p {
  font-weight: 500;
  font-size: calc(1rem + 0 * ((100vw - 375px) / 1225));
  line-height: 1.3;
  letter-spacing: -0.01em;
}

@media (min-width: 1600px) {
  .about-us-block__item p {
    font-size: 1rem;
  }
}

.about-us-block__ico {
  height: 77px;
  margin-bottom: 18px;
}

.about-us-block__ico img {
  object-fit: contain;
}

.technology-banner {
  padding: 167px 0 0;
  position: relative;
  margin-bottom: 75px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .technology-banner {
    padding: 90px 0 0;
    margin-bottom: 50px;
  }
}

.technology-banner:before {
  content: '';
  width: 100%;
  height: 78.54%;
  position: absolute;
  left: 0;
  top: 0;
  background: #1e58f9;
}

.technology-banner__inner {
  position: relative;
  z-index: 2;
  max-width: 1362px;
  width: 90%;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .technology-banner__inner {
    display: flex;
    justify-content: space-between;
  }
}

.technology-banner__text {
  color: #FFF;
  max-width: 100%;
  padding-bottom: 60px;
}

@media (min-width: 768px) {
  .technology-banner__text {
    max-width: 39.1%;
    padding-bottom: 183px;
    padding-top: 20px;
  }
}

.technology-banner__text .body-font, .technology-banner__text .body-font--n, .technology-banner__text .body-font--n-inv, .technology-banner__text .black .faq-block__description, .black .technology-banner__text .faq-block__description, .technology-banner__text .gray .faq-block__description, .gray .technology-banner__text .faq-block__description, .technology-banner__text .resources-list__post-description, .technology-banner__text .body-font--inv, .technology-banner__text .wysiwyg-link, .technology-banner__text .wysiwyg-styles > p a, .wysiwyg-styles > p .technology-banner__text a, .technology-banner__text .wysiwyg-styles--inv > p a, .wysiwyg-styles--inv > p .technology-banner__text a, .technology-banner__text .banner-download__editor > p a, .banner-download__editor > p .technology-banner__text a, .technology-banner__text .black .faq-block__item-content-inner > p a, .black .faq-block__item-content-inner > p .technology-banner__text a, .technology-banner__text .wysiwyg-block__inner > p a, .wysiwyg-block__inner > p .technology-banner__text a, .technology-banner__text .points-block__faq-text > p a, .points-block__faq-text > p .technology-banner__text a, .technology-banner__text .gray .faq-block__item-content-inner > p a, .gray .faq-block__item-content-inner > p .technology-banner__text a, .technology-banner__text .faq__block-item-content-inner > p a, .faq__block-item-content-inner > p .technology-banner__text a, .technology-banner__text .text-editor > p a, .text-editor > p .technology-banner__text a, .technology-banner__text .careers-single-content__text > p a, .careers-single-content__text > p .technology-banner__text a, .technology-banner__text .technology-banner__nav > p a, .technology-banner__nav > p .technology-banner__text a, .technology-banner__text .technology-block__head > p a, .technology-block__head > p .technology-banner__text a, .technology-banner__text .technology-block__col > p a, .technology-block__col > p .technology-banner__text a, .technology-banner__text .quote-block__form > p a, .quote-block__form > p .technology-banner__text a, .technology-banner__text .quote-block__aside > p a, .quote-block__aside > p .technology-banner__text a,
.technology-banner__text .wysiwyg-styles ul a, .wysiwyg-styles ul .technology-banner__text a,
.technology-banner__text .wysiwyg-styles--inv ul a, .wysiwyg-styles--inv ul .technology-banner__text a,
.technology-banner__text .banner-download__editor ul a, .banner-download__editor ul .technology-banner__text a,
.technology-banner__text .black .faq-block__item-content-inner ul a, .black .faq-block__item-content-inner ul .technology-banner__text a,
.technology-banner__text .wysiwyg-block__inner ul a, .wysiwyg-block__inner ul .technology-banner__text a,
.technology-banner__text .points-block__faq-text ul a, .points-block__faq-text ul .technology-banner__text a,
.technology-banner__text .gray .faq-block__item-content-inner ul a, .gray .faq-block__item-content-inner ul .technology-banner__text a,
.technology-banner__text .faq__block-item-content-inner ul a, .faq__block-item-content-inner ul .technology-banner__text a,
.technology-banner__text .text-editor ul a, .text-editor ul .technology-banner__text a,
.technology-banner__text .careers-single-content__text ul a, .careers-single-content__text ul .technology-banner__text a,
.technology-banner__text .technology-banner__nav ul a, .technology-banner__nav ul .technology-banner__text a,
.technology-banner__text .technology-block__head ul a, .technology-block__head ul .technology-banner__text a,
.technology-banner__text .technology-block__col ul a, .technology-block__col ul .technology-banner__text a,
.technology-banner__text .quote-block__form ul a, .quote-block__form ul .technology-banner__text a,
.technology-banner__text .quote-block__aside ul a, .quote-block__aside ul .technology-banner__text a,
.technology-banner__text .wysiwyg-styles li a, .wysiwyg-styles li .technology-banner__text a,
.technology-banner__text .wysiwyg-styles--inv li a, .wysiwyg-styles--inv li .technology-banner__text a,
.technology-banner__text .banner-download__editor li a, .banner-download__editor li .technology-banner__text a,
.technology-banner__text .black .faq-block__item-content-inner li a, .black .faq-block__item-content-inner li .technology-banner__text a,
.technology-banner__text .wysiwyg-block__inner li a, .wysiwyg-block__inner li .technology-banner__text a,
.technology-banner__text .points-block__faq-text li a, .points-block__faq-text li .technology-banner__text a,
.technology-banner__text .gray .faq-block__item-content-inner li a, .gray .faq-block__item-content-inner li .technology-banner__text a,
.technology-banner__text .faq__block-item-content-inner li a, .faq__block-item-content-inner li .technology-banner__text a,
.technology-banner__text .text-editor li a, .text-editor li .technology-banner__text a,
.technology-banner__text .careers-single-content__text li a, .careers-single-content__text li .technology-banner__text a,
.technology-banner__text .technology-banner__nav li a, .technology-banner__nav li .technology-banner__text a,
.technology-banner__text .technology-block__head li a, .technology-block__head li .technology-banner__text a,
.technology-banner__text .technology-block__col li a, .technology-block__col li .technology-banner__text a,
.technology-banner__text .quote-block__form li a, .quote-block__form li .technology-banner__text a,
.technology-banner__text .quote-block__aside li a, .quote-block__aside li .technology-banner__text a, .technology-banner__text .listing__head-description, .technology-banner__text .banner__description, .technology-banner__text .faq__sidebar-subtitle {
  margin-bottom: 39px;
}

.technology-banner__nav {
  max-width: 523px;
  width: 100%;
  background: #ededec;
  padding: 35px 30px 60px 30px;
  position: relative;
}

.technology-banner__nav .technology-banner-nav-angle {
  position: absolute;
  bottom: 10px;
  left: 10px;
  width: 166px;
  height: 85px;
  background: #FFF;
  z-index: 2;
  transform: translateX(-50%) translateY(50%) rotate(45deg);
}

@media (max-width: 767px) {
  .technology-banner__nav .technology-banner-nav-angle {
    width: 90px;
    height: 60px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .technology-banner__nav {
    max-width: 50%;
  }
}

@media (min-width: 1024px) {
  .technology-banner__nav {
    padding: 57px 30px 105px 64px;
  }
}

@media (min-width: 1280px) {
  .technology-banner__nav {
    margin-right: 166px;
  }
}

@media (min-width: 768px) {
  .technology-banner__nav:before {
    content: '';
    background: url("/source/5ed4df8efbf28d5c563fe10353b6ba8b/technology-banner-nav-left-vector.svg") no-repeat center;
    background-size: contain;
    width: 582px;
    height: 276px;
    position: absolute;
    bottom: 23px;
    left: -236px;
    z-index: -1;
  }
}

.technology-banner__nav:after {
  content: '';
  width: 582px;
  height: 276px;
  bottom: 108px;
  right: -240px;
  background: url("/source/41c3a65d6fa366eb2483188577eec9d2/technology-banner-nav-right-vector.svg") no-repeat center;
  background-size: contain;
  position: absolute;
  z-index: -1;
}

.technology-banner__nav ul li a {
  color: #000;
  box-shadow: none;
  text-transform: capitalize;
}

@media (min-width: 1025px) {
  .technology-banner__nav ul li a:hover {
    color: #1e58f9;
  }
}

.technology-list__inner {
  max-width: 1362px;
  margin: 0 auto 67px;
  width: 90%;
}

.technology-list + .resources-list {
  background: #ededec;
}

.technology-block {
  margin-bottom: 60px;
}

@media (min-width: 768px) {
  .technology-block {
    margin-bottom: 120px;
  }
}

.technology-block__head {
  margin-bottom: 60px;
}

.technology-block__head h2, .technology-block__col h2 {
  color: #1e58f9;
}

.technology-block__head ul.list-type-block, .technology-block__col ul.list-type-block {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.technology-block__head ul.list-type-block li, .technology-block__col ul.list-type-block li {
  width: 100%;
  padding: .583em .3em .583em 2.45em;
  background: #ededec;
  margin-bottom: .4em;
}

@media (min-width: 768px) {
  .technology-block__head ul.list-type-block li, .technology-block__col ul.list-type-block li {
    max-width: calc(25% - 15px);
  }
  .technology-block__head ul.list-type-block li:not(:nth-child(4n + 4)), .technology-block__col ul.list-type-block li:not(:nth-child(4n + 4)) {
    margin-right: 20px;
  }
}

.technology-block__head ul.list-type-block li:before, .technology-block__col ul.list-type-block li:before {
  left: 1em;
  top: 1em;
}

@media (min-width: 1024px) {
  .technology-block__row {
    display: flex;
    justify-content: space-between;
  }
}

@media (min-width: 1024px) {
  .technology-block__col {
    max-width: calc(50% - 40px);
  }
}

.quote-banner {
  padding: 187px 0 29px;
  width: 100%;
  position: relative;
}

@media (max-width: 1023px) {
  .quote-banner {
    padding-top: 90px;
  }
}

.quote-banner:after {
  content: '';
  width: 602px;
  height: 483px;
  position: absolute;
  right: 0;
  top: 139px;
  background: url("/source/6a4995cd4448553d2794b7c6a006ba56/quote-banner-vector.svg") no-repeat center;
  background-size: contain;
  z-index: -1;
  max-width: 50%;
}

.quote-banner__inner {
  max-width: 1362px;
  margin: 0 auto;
  width: 90%;
  position: relative;
  z-index: 2;
}

.quote-banner h1, .quote-banner p {
  color: #000;
  max-width: 580px;
}

.quote-block {
  width: 100%;
  padding-bottom: 80px;
}

@media (min-width: 1024px) {
  .quote-block {
    padding-bottom: 175px;
  }
}

.quote-block__inner {
  max-width: 1362px;
  margin: 0 auto;
  width: 90%;
}

@media (min-width: 1024px) {
  .quote-block__inner {
    display: flex;
    align-items: flex-start;
  }
}

.quote-block__form {
  padding-top: 62px;
  flex: 1;
}

@media (min-width: 1024px) {
  .quote-block__form {
    margin-right: 44px;
  }
}

.quote-block__form h3 {
  margin-bottom: 45px;
  max-width: 635px;
}

.quote-block__aside {
  padding: 35px 20px 45px;
  background: #1e58f9;
  position: relative;
  max-width: 553px;
  width: 100%;
  color: #FFF;
}

@media (min-width: 768px) {
  .quote-block__aside {
    padding: 60px 43px;
  }
}

.quote-block__aside:before {
  content: '';
  width: 297px;
  height: 582px;
  position: absolute;
  bottom: -208px;
  right: -87px;
  background: url("/source/3fa385e8ecddba10d90773e33378d4bd/quote-block-aside-vector.svg") no-repeat center;
  background-size: contain;
}

.quote-block__aside h3 {
  margin-bottom: 26px;
  color: #FFF;
}

.quote-block__aside p {
  color: #FFFFFF;
  margin-bottom: 34px;
}

.quote-block__aside:after {
  content: '';
}

.quote-contact {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.quote-contact__item {
  display: flex;
  flex-direction: column;
}

.quote-contact__item span, .quote-contact__item a {
  position: relative;
  letter-spacing: -0.01em;
  font-size: calc(1rem + 2 * ((100vw - 375px) / 1225));
  line-height: 1.3;
  color: #FFF;
  padding-left: 27px;
  display: flex;
  align-items: center;
}

@media (min-width: 1600px) {
  .quote-contact__item span, .quote-contact__item a {
    font-size: 1.125rem;
  }
}

.quote-contact__item span:before, .quote-contact__item a:before {
  content: '';
  position: absolute;
  left: 0;
}

.quote-contact__item span {
  font-weight: 500;
  margin-bottom: 8px;
}

.quote-contact__item span:before {
  width: 12px;
  height: 16px;
  background: url("/source/1a4ebddcc4614e14c53c9a5e249d0d35/quote-contact-position-ico.svg") no-repeat center;
  background-size: contain;
}

.quote-contact__item a:before {
  width: 16px;
  height: 16px;
  background: url("/source/da2ccc5364ce4cb636b4cb91af262d8b/quote-contact-phone-ico.svg") no-repeat center;
  background-size: contain;
}

.quote-contact__item:not(:last-child) {
  margin-bottom: 36px;
}

.custom-form__row {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .custom-form__row {
    flex-direction: column;
  }
}

.custom-form__col {
  width: 100%;
  margin-bottom: 15px;
  position: relative;
}

.custom-form__col textarea {
  resize: none;
  height: 160px;
}

@media (min-width: 768px) {
  .custom-form__col textarea {
    height: 280px;
  }
}

.custom-form__col:only-child {
  max-width: 100%;
}

@media (min-width: 768px) {
  .custom-form__col {
    max-width: calc(50% - 15px);
  }
}

.custom-form__col .wpcf7-form-control,
.custom-form__col .jq-selectbox__select {
  margin-top: 10px;
}

.custom-form__col .wpcf7-not-valid-tip {
  margin-top: 10px;
}

.custom-form .wpcf7 form .wpcf7-response-output {
  padding: 20px;
  width: 100%;
  text-align: center;
}

@media (max-width: 1023px) {
  .custom-form .wpcf7 form .wpcf7-response-output {
    margin: 0 0 40px;
  }
}

.custom-form input[type=submit] {
  background: #1e58f9;
  color: #fff;
}

@media (min-width: 768px) {
  .custom-form input[type=submit] {
    min-width: 393px;
  }
}

@media (max-width: 767px) {
  .custom-form input[type=submit] {
    width: 100%;
  }
}

@media (min-width: 1025px) {
  .custom-form input[type=submit]:hover {
    background: #2f57f0;
  }
}

.custom-input-file {
  margin-bottom: 50px;
}

@media (min-width: 1024px) {
  .custom-input-file {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
}

.custom-input-file input[type=file] {
  position: absolute;
  z-index: -1;
  opacity: 0;
  display: block;
  width: 0;
  height: 0;
}

.custom-input-file__label {
  width: 100%;
  margin-bottom: 10px;
}

.custom-input-file__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  min-width: 179px;
  background: #ededec;
  font-size: calc(1rem + 2 * ((100vw - 375px) / 1225));
  line-height: 1;
  letter-spacing: -0.01em;
  transition: .3s ease;
  color: #2f57f0;
  margin-right: 20px;
  cursor: pointer;
}

@media (min-width: 1600px) {
  .custom-input-file__btn {
    font-size: 1.125rem;
  }
}

@media (min-width: 1025px) {
  .custom-input-file__btn:hover {
    background: #2f57f0;
    color: #FFFFFF;
  }
  .custom-input-file__btn:hover svg {
    fill: #FFFFFF;
  }
}

.custom-input-file__btn svg {
  fill: #2f57f0;
  width: 23px;
  height: 19px;
  margin-right: 13px;
  transition: .3s ease;
}

.custom-input-file__text {
  font-size: calc(1rem + 2 * ((100vw - 375px) / 1225));
  line-height: 1.44;
  letter-spacing: 0.02em;
  font-weight: 500;
  color: #9B9B9B;
  font-style: italic;
}

@media (min-width: 1600px) {
  .custom-input-file__text {
    font-size: 1.125rem;
  }
}

.custom-input-file__reset {
  display: none;
  margin-left: 16px;
  align-items: flex-start;
  justify-content: center;
  background: none;
}

@media (min-width: 1025px) {
  .custom-input-file__reset:hover svg {
    fill: #2f57f0;
  }
}

.custom-input-file__reset svg {
  width: 14px;
  height: 14px;
  fill: #9B9B9B;
  transition: .3s ease;
}

.custom-input-file__reset.visible {
  display: flex;
}

.custom-form__step {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 51.25rem;
}

.custom-form__step.--active {
  display: flex;
}

.custom-form__btn input[type=submit],
.custom-form__btn button {
  background: #1e58f9;
  color: #fff;
}

@media (min-width: 768px) {
  .custom-form__btn input[type=submit],
  .custom-form__btn button {
    min-width: 393px;
  }
}

@media (max-width: 767px) {
  .custom-form__btn input[type=submit],
  .custom-form__btn button {
    width: 100%;
  }
}

@media (min-width: 1025px) {
  .custom-form__btn input[type=submit]:hover,
  .custom-form__btn button:hover {
    background: #2f57f0;
    color: #fff;
  }
}

.custom-form__hidden {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}

.form-drag-file .codedropz-upload-handler {
  border-radius: 0.5rem;
  border: 1px dashed #D0D0D0;
  background: rgba(238, 238, 238, 0.5);
  padding: 4.1875rem 1rem 1rem;
  margin-bottom: .75rem;
}

.form-drag-file .codedropz-upload-container {
  padding: 0;
}

.form-drag-file .codedropz-upload-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.form-drag-file .codedropz-upload-inner:before {
  content: '';
  width: 3.1875rem;
  height: 3.1875rem;
  background: url("/source/201001066883120bcd3469c0c4aa1b1d/form-drag-ico.svg") no-repeat center;
  -webkit-background-size: contain;
  background-size: contain;
  position: absolute;
  top: 1rem;
}

.form-drag-file .codedropz-upload-inner h3, .form-drag-file .codedropz-upload-inner span {
  margin: 0;
  padding: 0;
  color: #000;
  text-align: center;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -0.0225rem;
}

.form-drag-file .codedropz-upload-inner span {
  margin: 0 .15rem;
}

.form-drag-file .codedropz-upload-inner .codedropz-btn-wrap {
  width: 100%;
  margin: .25rem 0 0;
}

.form-drag-file .codedropz-upload-inner .codedropz-btn-wrap a {
  color: #1e58f9;
  text-align: center;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -0.0225rem;
}

.form-drag-file .dnd-upload-status {
  padding: .5rem 3rem .5rem .5rem;
  border-radius: 0.5rem;
  border: 1px solid rgba(47, 87, 240, 0.3);
  background: rgba(47, 87, 240, 0.1);
  margin-bottom: .5rem;
}

.form-drag-file .dnd-upload-status .dnd-upload-details {
  width: auto;
  flex: 1;
  padding-left: .75rem;
}

.form-drag-file .dnd-upload-status .dnd-upload-image {
  width: 2.5rem;
  height: 2.5rem;
  border: none;
  display: flex;
  align-items: center;
}

.form-drag-file .dnd-upload-status .dnd-upload-image span.file {
  width: 2.5rem;
  height: 2.5rem;
  background-image: url("/source/6fba4cb259298e8b06dc32dcef661002/form-drag-file-ico.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  left: 0;
  top: 0;
  transform: none;
}

.form-drag-file .dnd-upload-status .dnd-upload-details .name {
  padding: 0 0 .25rem;
  color: #000;
}

.form-drag-file .dnd-upload-status .dnd-upload-details .name span {
  color: #000;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 125%;
  padding-right: 1rem;
}

.form-drag-file .dnd-upload-status .dnd-upload-details .name em {
  color: #767876;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 125%;
}

.form-drag-file .dnd-upload-status .dnd-upload-details .dnd-progress-bar {
  border-radius: 1rem;
  background: #c7cad7;
  height: 0.75rem;
}

.form-drag-file .dnd-upload-status .dnd-upload-details .dnd-progress-bar span {
  color: var(--white, #FFF);
  font-size: 0.625rem;
  font-style: normal;
  font-weight: 500;
  line-height: .75rem;
  letter-spacing: -0.01875rem;
  text-transform: uppercase;
  padding-right: .5rem;
  border-radius: 1rem;
  background: #1e58f9;
}

.form-drag-file .dnd-upload-status .dnd-upload-details .remove-file {
  top: 1.25rem;
  right: 1rem;
}

.form-drag-file .dnd-upload-status .dnd-upload-details .remove-file span:after {
  width: 1rem;
  height: 1rem;
  background: url("/source/9426b4d52026519bd760d30c416c0d18/form-drag-remove-ico.svg") no-repeat center;
  -webkit-background-size: contain;
  background-size: contain;
}

.form-drag-file .dnd-upload-status .dnd-upload-details span.has-error {
  font-size: .875rem;
  margin-top: .5rem;
  display: block;
}

.form-drag-file__note {
  font-size: 0.875rem;
  line-height: 1.625rem;
  letter-spacing: 0.0175rem;
  margin-bottom: .5rem;
}

.autocomplete-results {
  position: absolute;
  top: 80px;
  left: 0;
  width: 100%;
  background-color: #fff;
  border: 2px solid #d0d0d0;
  border-radius: 6px;
  padding: 10px 0;
  margin-top: 3px;
  z-index: 3;
}

.autocomplete-results .autocomplete-item {
  font-size: calc(0.875rem + 0 * ((100vw - 375px) / 1225));
  line-height: 1;
  color: #9B9B9B;
  cursor: pointer;
  padding: 0.714em 20px;
  transition: color .3s ease, background-color .3s ease;
}

@media (min-width: 1600px) {
  .autocomplete-results .autocomplete-item {
    font-size: 0.875rem;
  }
}

@media (min-width: 1025px) {
  .autocomplete-results .autocomplete-item:hover {
    color: #2f57f0;
    background-color: rgba(47, 87, 240, 0.2);
    transition: color .3s ease, background-color .3s ease;
  }
}

.autocomplete-results .autocomplete-item:not([data-company-id]) {
  pointer-events: none;
}

.files {
  overflow: hidden;
  margin-top: 3rem;
  margin-bottom: 3rem;
}

@media (min-width: 1024px) {
  .files {
    margin-top: 5.8rem;
  }
}

.files__ttl {
  color: #000;
  margin-bottom: 4rem;
}

@media (min-width: 1024px) {
  .files__ttl {
    margin-bottom: 6.5rem;
  }
}

.files-row {
  background-color: #ededec;
  position: relative;
  z-index: 0;
  padding: 2rem 2.5rem;
  margin-bottom: 2.5rem;
}

@media (min-width: 1024px) {
  .files-row {
    padding: 4.3rem 5.0625rem 4.5rem;
  }
}

.files-row:before {
  width: 110px;
  height: 44px;
  content: '';
  position: absolute;
  top: -2.375rem;
  right: 0;
  z-index: -1;
  mask-image: url("/source/9cedde2774b276e8288801c8cb087cfd/figure-13.svg");
  mask-size: 100% 100%;
  mask-repeat: no-repeat;
  background-color: #fff;
  pointer-events: none;
}

@media (min-width: 768px) {
  .files-row:before {
    width: 365px;
    height: 147px;
  }
}

.files-row__ttl {
  font-size: calc(1.75rem + 13 * ((100vw - 375px) / 1225));
  font-weight: 500;
  margin-bottom: 2.625rem;
  color: #1e58f9;
}

@media (min-width: 1600px) {
  .files-row__ttl {
    font-size: 2.5625rem;
  }
}

.files-row__list {
  margin-bottom: -2.5625rem;
}

@media (min-width: 600px) {
  .files-row__list {
    display: flex;
    flex-wrap: wrap;
  }
}

.files-row__list-itm {
  display: flex;
  align-items: center;
  padding-right: 1rem;
  margin-bottom: 2.5625rem;
}

@media (min-width: 600px) {
  .files-row__list-itm {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 768px) {
  .files-row__list-itm {
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }
}

@media (min-width: 1280px) {
  .files-row__list-itm {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

a.files-row__list-itm {
  transition: color .27s;
}

@media (min-width: 1025px) {
  a.files-row__list-itm:hover .files-row__file-name {
    color: #1e58f9;
  }
}

.files-row__available-icon {
  background-color: #1e58f9;
  width: 3.25rem;
  height: 3.25rem;
  flex: 0 0 3.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1rem;
}

.files-row__available-icon .icon-document {
  width: 1.875rem;
  height: 1.875rem;
}

.files-row__available-icon .icon-asterisk {
  width: 1.375rem;
  height: 1.375rem;
}

.files-row__file-name {
  font-size: calc(1.125rem + 6 * ((100vw - 375px) / 1225));
  color: #000;
  padding: 4px 0;
  display: block;
}

@media (min-width: 1600px) {
  .files-row__file-name {
    font-size: 1.5rem;
  }
}

.files-row__file-restriction {
  font-size: calc(1rem + 0 * ((100vw - 375px) / 1225));
  color: #9E9D9C;
}

@media (min-width: 1600px) {
  .files-row__file-restriction {
    font-size: 1rem;
  }
}

.links {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

@media (min-width: 768px) {
  .links {
    margin-top: 3.4rem;
    margin-bottom: 3.4rem;
  }
}

.links:last-child {
  margin-bottom: 7rem;
}

@media (min-width: 768px) {
  .links:last-child {
    margin-bottom: 10rem;
  }
}

.links__ttl {
  color: #000;
  margin-bottom: 2.2rem;
}

@media (max-width: 767px) {
  .links__list {
    border-top: 1px solid #767876;
  }
}

@media (min-width: 768px) {
  .links__list {
    display: flex;
    flex-wrap: wrap;
    margin-left: -1.875rem;
    margin-right: -1.875rem;
  }
}

.links__list-itm {
  font-size: calc(1.25rem + 4 * ((100vw - 375px) / 1225));
  display: flex;
  align-items: center;
  border-bottom: 1px solid #767876;
  padding-top: 2.025rem;
  padding-bottom: 1.825rem;
  color: #000;
  transition: color .27s;
}

@media (min-width: 1600px) {
  .links__list-itm {
    font-size: 1.5rem;
  }
}

@media (min-width: 1025px) {
  .links__list-itm:hover {
    color: #2f57f0;
  }
}

@media (min-width: 768px) {
  .links__list-itm:first-child, .links__list-itm:nth-child(2) {
    border-top: 1px solid #767876;
  }
}

@media (min-width: 768px) {
  .links__list-itm {
    flex-shrink: 0;
    flex-basis: calc(50% - 3.75rem);
    max-width: calc(50% - 3.75rem);
    margin-left: 1.875rem;
    margin-right: 1.875rem;
  }
}

.links__list-itm .icon-link {
  width: 40px;
  height: 15px;
  fill: #2f57f0;
  margin-right: 2rem;
}

.yt-block {
  width: 100%;
}

.yt-block__inner {
  max-width: 1362px;
  margin: 0 auto;
  width: 90%;
  padding: 40px 0 60px;
}

@media (min-width: 1024px) {
  .yt-block__inner {
    padding: 80px 0 60px;
  }
}

@media (min-width: 1440px) {
  .yt-block__inner {
    padding: 120px 0 170px;
  }
}

.yt-block__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  padding-bottom: 60px;
  margin-bottom: 91px;
  width: 100%;
}

.yt-block__top h2 {
  margin-right: 20px;
}

@media (max-width: 767px) {
  .yt-block__top h2 {
    margin-bottom: 20px;
  }
}

.yt-block__top p {
  max-width: 714px;
}

.yt-block__top .btn-primary, .yt-block__top input[type="submit"], .yt-block__top .filter-tag__btn-submit, .yt-block__top .gray .faq-block__btn, .gray .yt-block__top .faq-block__btn, .yt-block__top .black .faq-block__btn, .black .yt-block__top .faq-block__btn {
  position: absolute;
  left: 0;
  bottom: 0;
}

.yt-block__item {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.yt-block__item:after {
  content: '';
  display: block;
  padding-bottom: 56.25%;
}

.yt-block__item:not(:last-child) {
  margin-bottom: 60px;
}

.yt-block__player {
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  position: absolute;
  z-index: 1;
}

.is-video-playing .yt-block__player {
  display: block;
}

.yt-block__placeholder {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.yt-block__placeholder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.is-video-playing .yt-block__placeholder {
  display: none;
}

.yt-block__play {
  position: absolute;
  cursor: pointer;
  z-index: 3;
}

.yt-block__play svg {
  width: 181px;
  height: 127px;
}

@media (max-width: 767px) {
  .yt-block__play svg {
    width: 95px;
  }
}

.is-video-playing .yt-block__play {
  display: none;
}

.address-section {
  padding: 50px 0;
  background-color: #d0d0d0;
}

.address-section__inner {
  max-width: 1362px;
  width: 90%;
  margin: 0 auto;
}

.address-text {
  width: 100%;
  margin-bottom: 40px;
}

.address-text__item {
  width: 100%;
}

@media (min-width: 768px) {
  .address-text__item {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

@media (min-width: 768px) {
  .address-text__img {
    width: 48%;
  }
}

@media (max-width: 767px) {
  .address-text__img {
    margin-top: 30px;
  }
}

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

.address-text .wysiwyg-styles, .address-text .wysiwyg-styles--inv, .address-text .banner-download__editor, .address-text .black .faq-block__item-content-inner, .black .address-text .faq-block__item-content-inner, .address-text .wysiwyg-block__inner, .address-text .points-block__faq-text, .address-text .gray .faq-block__item-content-inner, .gray .address-text .faq-block__item-content-inner, .address-text .faq__block-item-content-inner, .address-text .text-editor, .address-text .careers-single-content__text, .address-text .technology-banner__nav, .address-text .technology-block__head, .address-text .technology-block__col, .address-text .quote-block__form, .address-text .quote-block__aside {
  flex: 1;
}

.address-row {
  display: flex;
  flex-wrap: wrap;
}

.address-row__item {
  border-top: 2px solid rgba(30, 88, 249, 0.2);
  padding-top: 35px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 100%;
  margin-bottom: 40px;
}

@media (min-width: 1024px) {
  .address-row__item {
    max-width: calc(25% - 47.25px);
    margin-bottom: 88px;
  }
  .address-row__item:not(:nth-child(4n + 4)) {
    margin-right: 63px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .address-row__item {
    max-width: calc(50% - 10px);
  }
  .address-row__item:not(:nth-child(2n + 2)) {
    margin-right: 20px;
  }
}

.address-row__item > p:nth-child(1) {
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.01em;
  color: #000000;
  font-size: calc(1.375rem + 4 * ((100vw - 375px) / 1225));
  margin-bottom: 15px;
}

@media (min-width: 1600px) {
  .address-row__item > p:nth-child(1) {
    font-size: 1.625rem;
  }
}

.address-row__item > p:nth-child(2) {
  font-weight: 500;
  font-size: calc(1.25rem + 0 * ((100vw - 375px) / 1225));
  line-height: 1.3;
  letter-spacing: -0.01em;
  color: #000000;
  margin-bottom: 10px;
}

@media (min-width: 1600px) {
  .address-row__item > p:nth-child(2) {
    font-size: 1.25rem;
  }
}

.address-row__link {
  font-weight: 400;
  font-size: calc(1.125rem + 0 * ((100vw - 375px) / 1225));
  line-height: 1.33;
  letter-spacing: -0.01em;
  color: #767876;
  transition: .3s ease;
  margin-bottom: 10px;
}

@media (min-width: 1600px) {
  .address-row__link {
    font-size: 1.125rem;
  }
}

@media (min-width: 1025px) {
  .address-row__link:hover {
    color: #000;
  }
}

.address-row__phone {
  font-weight: 500;
  font-size: calc(1.125rem + 0 * ((100vw - 375px) / 1225));
  line-height: 1.44;
  color: #2F57F0;
}

@media (min-width: 1600px) {
  .address-row__phone {
    font-size: 1.125rem;
  }
}

.address-contact {
  display: flex;
  align-items: center;
  padding: 66px 42px 66px;
  background: rgba(195, 207, 239, 0.25);
  border-radius: 4px;
}

@media (max-width: 767px) {
  .address-contact {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }
}

@media (min-width: 768px) {
  .address-contact {
    max-height: 232px;
  }
}

@media (max-width: 767px) {
  .address-contact > div {
    margin-bottom: 20px;
  }
}

.address-contact > div:before {
  content: '';
  width: 34px;
  height: 27px;
  margin-bottom: 18px;
  display: block;
}

.address-contact > div h3 {
  font-weight: 500;
  font-size: calc(1.375rem + 0 * ((100vw - 375px) / 1225));
  line-height: 1;
  letter-spacing: -0.01em;
  color: #000000;
  margin-bottom: 15px;
}

@media (min-width: 1600px) {
  .address-contact > div h3 {
    font-size: 1.375rem;
  }
}

.address-contact > div a {
  font-weight: 400;
  font-size: calc(1.125rem + 0 * ((100vw - 375px) / 1225));
  line-height: 1.22;
  letter-spacing: -0.01em;
  color: #000000;
}

@media (min-width: 1600px) {
  .address-contact > div a {
    font-size: 1.125rem;
  }
}

.address-contact__mail {
  position: relative;
}

@media (min-width: 768px) {
  .address-contact__mail {
    padding-right: 63px;
  }
}

@media (min-width: 768px) {
  .address-contact__mail:after {
    content: '';
    width: 2px;
    height: 76px;
    background: #1E58F9;
    opacity: .1;
    position: absolute;
    right: 0;
    top: 30px;
  }
}

.address-contact__mail:before {
  background: url("/source/e2b88ff24950b2af1ec480e68ede779f/careers-mail-ico.svg") no-repeat center;
  background-size: contain;
}

@media (min-width: 768px) {
  .address-contact__phone {
    padding-left: 55px;
    padding-right: 115px;
  }
}

.address-contact__phone:before {
  background: url("/source/a271c531abaafa92a6f689f90a2e7dbf/careers-phone-ico.svg") no-repeat center;
  background-size: contain;
}

.download-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 101;
  transition: .3s ease;
  opacity: 0;
  visibility: hidden;
}

.download-popup.--visible {
  opacity: 1;
  visibility: visible;
}

.download-popup__inner {
  max-width: 1362px;
  width: 90%;
  background: #FFF;
  padding: 50px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  overflow: hidden;
}

@media (min-width: 1024px) {
  .download-popup__inner:before {
    content: '';
    width: 306px;
    height: 469px;
    position: absolute;
    left: 0;
    background: url("/source/38dbf006d28c5bcfeb378d234974ba5c/download-popup-vector.svg") no-repeat center;
    background-size: contain;
  }
}

.download-popup__text {
  width: 100%;
}

@media (min-width: 1024px) {
  .download-popup__text {
    max-width: 425px;
  }
}

.download-popup__text h3 {
  font-size: calc(1.875rem + 10 * ((100vw - 375px) / 1225));
  line-height: 1;
  letter-spacing: -0.02em;
  color: #000000;
  margin-bottom: 32px;
}

@media (min-width: 1600px) {
  .download-popup__text h3 {
    font-size: 2.5rem;
  }
}

.two-column-text {
  width: 100%;
  background: #D0D0D0;
  padding: 50px 0;
  position: relative;
}

@media (min-width: 1024px) {
  .two-column-text {
    padding: 120px 0;
  }
}

.two-column-text__inner {
  width: 90%;
  margin: 0 auto;
  max-width: 1362px;
}

@media (min-width: 1024px) {
  .two-column-text__inner {
    display: flex;
    justify-content: space-between;
  }
}

.two-column-text__col {
  width: 100%;
}

@media (min-width: 1024px) {
  .two-column-text__col {
    max-width: 47%;
  }
}

@media (max-width: 1023px) {
  .two-column-text__col {
    margin-bottom: 30px;
  }
}

.two-column-text__divider {
  position: absolute;
  right: 0;
  top: 44px;
  width: 231px;
  height: 364px;
}

@media (max-width: 1023px) {
  .two-column-text__divider {
    width: 154px;
    height: 243px;
    opacity: 0.5;
  }
}

.boardera-signup {
  position: relative;
  z-index: 1;
  width: 100%;
}

@media (min-width: 768px) {
  .boardera-signup:before {
    content: '';
    width: 465px;
    height: 167px;
    position: absolute;
    right: 0;
    top: 6rem;
    mask-image: url("/source/f12300d3719ac2b123ae0eb58022de5c/figure-10.svg");
    mask-size: 100% 100%;
    mask-repeat: no-repeat;
    background-color: #9e9d9c;
    pointer-events: none;
  }
}

.boardera-signup > .block-width {
  padding-bottom: 2.925rem;
  padding-top: 6rem;
}

@media (min-width: 768px) {
  .boardera-signup > .block-width {
    display: flex;
    justify-content: space-between;
  }
}

@media (min-width: 1024px) {
  .boardera-signup > .block-width {
    padding-top: 11.1875rem;
    padding-bottom: 10.6875rem;
  }
}

@media (max-width: 1023px) {
  .boardera-signup__content {
    padding-bottom: 3rem;
  }
}

@media (min-width: 768px) {
  .boardera-signup__content {
    max-width: 41.64%;
    flex: 0 0 41.64%;
  }
}

.boardera-iframe {
  width: 100% !important;
}

.boardera-signup__intro {
  font-size: calc(1.125rem + 2 * ((100vw - 375px) / 1225));
  line-height: 1.3;
  letter-spacing: -0.2px;
}

@media (min-width: 1600px) {
  .boardera-signup__intro {
    font-size: 1.25rem;
  }
}

.boardera-signup__intro p {
  margin-bottom: 1.3em;
}

.boardera-signup__intro p:not(:last-child) {
  margin-bottom: 1em;
}

.boardera-signup__intro a {
  color: #1e58f9;
  text-decoration: underline;
}

.boardera-signup__intro a:hover {
  text-decoration: none;
}

.boardera-signup__ttl {
  margin-bottom: 13px;
  letter-spacing: -0.46px;
  color: inherit;
}

@media (min-width: 768px) {
  .boardera-signup__aside {
    max-width: 46%;
    flex: 0 0 46%;
    padding-top: 2rem;
  }
}

@media (max-width: 767px) {
  .boardera-signup__aside {
    position: relative;
    padding-top: 3.5rem;
  }
  .boardera-signup__aside:before {
    content: '';
    width: 233px;
    height: 84px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    mask-image: url("/source/f12300d3719ac2b123ae0eb58022de5c/figure-10.svg");
    mask-size: 100% 100%;
    mask-repeat: no-repeat;
    background-color: #9e9d9c;
    pointer-events: none;
  }
}

.boardera-signup__aside-img {
  max-width: 100%;
  height: auto;
  margin-bottom: 3rem;
}

.upload-notes {
  background: #2f57f0 url("/source/4338502e85a21209be2ce5234a410b20/figure-15.svg") no-repeat 100% 100%;
  color: #fff;
  font-weight: 500;
  padding: 3.75rem 1.5rem 4.6875rem 7.34375vw;
  max-width: 685px;
}

.upload-notes__ttl {
  font-size: calc(1.75rem + 8 * ((100vw - 375px) / 1225));
  line-height: 1.167;
  font-weight: 500;
  display: block;
  margin-bottom: 1.125em;
}

@media (min-width: 1600px) {
  .upload-notes__ttl {
    font-size: 2.25rem;
  }
}

.upload-notes__list {
  font-size: calc(1.125rem + 5 * ((100vw - 375px) / 1225));
  line-height: 1.392;
}

@media (min-width: 1600px) {
  .upload-notes__list {
    font-size: 1.4375rem;
  }
}

.upload-notes__list li {
  padding-left: 2rem;
  position: relative;
}

.upload-notes__list li:not(:last-child) {
  margin-bottom: 15px;
}

.upload-notes__list li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  background-image: url("/source/2361f8ad17f76532e120e9cf7a29e8c1/check.svg");
  background-repeat: no-repeat;
  width: 20px;
  height: 15px;
}

.subscribe-form-homepage {
  background-color: #2F57F0;
  color: #fff;
  overflow: hidden;
  position: relative;
}

.subscribe-form-homepage__inner {
  padding: 5.62rem 0;
  position: relative;
}

.subscribe-form-homepage__ttl {
  margin-bottom: 1.5rem;
  color: #fff;
  font-size: 2.875rem;
  font-weight: 500;
  line-height: 120%;
  /* 3.45rem */
  letter-spacing: -0.0575rem;
}

@media (max-width: 767px) {
  .subscribe-form-homepage__ttl {
    font-size: 32px;
  }
}

.subscribe-form-homepage__bg {
  position: absolute;
  pointer-events: none;
  top: 45px;
  right: -100px;
  opacity: 0.5;
}

@media (max-width: 768px) {
  .subscribe-form-homepage__bg {
    right: -380px;
    opacity: 0.3;
  }
}

.subscribe-form-homepage__bg path {
  fill: rgba(255, 255, 255, 0);
  stroke: rgba(255, 255, 255, 0.5);
  stroke-width: 1;
  stroke-dasharray: 1000;
  stroke-dashoffset: -1000;
}

.aos-animate .subscribe-form-homepage__bg path {
  animation: to-stroke-anim 2s ease forwards 0s, u00e71091 2s linear forwards 1s;
}

@keyframes u00e71091 {
  to {
    fill: white;
  }
}

#subscribe-form-homepage__form .hs-field-desc {
  margin-bottom: 14px;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.625rem;
  /* 144.444% */
  letter-spacing: 0.0225rem;
}

#subscribe-form-homepage__form > form {
  max-width: 570px;
  min-width: 320px;
  display: flex;
  flex-wrap: nowrap;
  position: relative;
  z-index: 2;
}

@media (max-width: 480px) {
  #subscribe-form-homepage__form > form {
    flex-wrap: wrap;
  }
}

#subscribe-form-homepage__form label {
  margin-bottom: 0;
}

#subscribe-form-homepage__form .hs_email {
  width: 100%;
  padding-right: 32px;
}

@media (max-width: 480px) {
  #subscribe-form-homepage__form .hs_email {
    padding-right: 0;
    margin-bottom: 32px;
  }
}

#subscribe-form-homepage__form .hs_submit {
  padding-top: 40px;
}

@media (max-width: 480px) {
  #subscribe-form-homepage__form .hs_submit {
    padding-top: 0;
  }
}

#subscribe-form-homepage__form .hs_error_rollup {
  display: none;
}

#subscribe-form-homepage__form input[type="email"] {
  height: 62px;
  border-radius: 6px;
  border: 2px solid #D0D0D0;
  background: transparent;
  padding: 0 36px;
  color: #EDEDEC;
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
  /* 144.444% */
  letter-spacing: 0.36px;
  min-width: 0;
  width: 100%;
  background-color: #2f57f0;
}

#subscribe-form-homepage__form input[type="email"]::placeholder {
  color: #D0D0D0;
}

#subscribe-form-homepage__form input[type="submit"] {
  height: 62px;
  padding: 0 53px 0 26px;
  min-height: 62px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-shrink: 0;
  border-radius: 100px;
  background: #fff;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.06);
  color: #000;
  font-size: 20px;
  font-weight: 500;
  line-height: 110%;
  /* 22px */
  letter-spacing: 0.2px;
  font-family: Aeonik;
  cursor: pointer;
  transition: all .5s;
  background-image: url("/source/03bd4979cf0256846600d72ade0b97a7/btn-arr-ico.svg");
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: right 26px top 22px;
}

#subscribe-form-homepage__form input[type="submit"] span {
  cursor: pointer;
}

#subscribe-form-homepage__form input[type="submit"]:hover {
  background-color: #476af2;
}

#subscribe-form-homepage__form .hs-error-msg {
  margin-top: 10px;
  color: #fff;
}

.upcoming-webinar {
  padding: 120px 0;
  position: relative;
}

@media (max-width: 540px) {
  .upcoming-webinar {
    padding: 80px 0;
  }
}

.upcoming-webinar__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  z-index: 2;
  flex-wrap: wrap;
}

@media (max-width: 1023px) {
  .upcoming-webinar__inner {
    flex-wrap: wrap;
  }
}

.upcoming-webinar__head .block-title, .upcoming-webinar__head .block-title--inv, .upcoming-webinar__head .black .faq-block__title, .black .upcoming-webinar__head .faq-block__title, .upcoming-webinar__head .contact__ttl, .upcoming-webinar__head .gray .faq-block__title, .gray .upcoming-webinar__head .faq-block__title, .upcoming-webinar__head .slider-cards__title, .upcoming-webinar__left {
  width: 520px;
  position: relative;
  flex-shrink: 0;
}

@media (max-width: 1280px) {
  .upcoming-webinar__head .block-title, .upcoming-webinar__head .block-title--inv, .upcoming-webinar__head .black .faq-block__title, .black .upcoming-webinar__head .faq-block__title, .upcoming-webinar__head .contact__ttl, .upcoming-webinar__head .gray .faq-block__title, .gray .upcoming-webinar__head .faq-block__title, .upcoming-webinar__head .slider-cards__title, .upcoming-webinar__left {
    width: 420px;
    padding: 0;
  }
}

@media (max-width: 1023px) {
  .upcoming-webinar__head .block-title, .upcoming-webinar__head .block-title--inv, .upcoming-webinar__head .black .faq-block__title, .black .upcoming-webinar__head .faq-block__title, .upcoming-webinar__head .contact__ttl, .upcoming-webinar__head .gray .faq-block__title, .gray .upcoming-webinar__head .faq-block__title, .upcoming-webinar__head .slider-cards__title, .upcoming-webinar__left {
    width: 100%;
    margin-bottom: 100px;
  }
}

.upcoming-webinar__head {
  width: 100%;
  display: flex;
  margin-bottom: 64px;
  color: #000;
}

@media (max-width: 1023px) {
  .upcoming-webinar__head {
    flex-wrap: wrap;
  }
}

.upcoming-webinar__head .block-title, .upcoming-webinar__head .block-title--inv, .upcoming-webinar__head .black .faq-block__title, .black .upcoming-webinar__head .faq-block__title, .upcoming-webinar__head .contact__ttl, .upcoming-webinar__head .gray .faq-block__title, .gray .upcoming-webinar__head .faq-block__title, .upcoming-webinar__head .slider-cards__title {
  font-size: 3.25rem;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: -0.0325rem;
  margin: 0;
}

@media (max-width: 1023px) {
  .upcoming-webinar__head .block-title, .upcoming-webinar__head .block-title--inv, .upcoming-webinar__head .black .faq-block__title, .black .upcoming-webinar__head .faq-block__title, .upcoming-webinar__head .contact__ttl, .upcoming-webinar__head .gray .faq-block__title, .gray .upcoming-webinar__head .faq-block__title, .upcoming-webinar__head .slider-cards__title {
    margin-bottom: 30px;
  }
}

@media (max-width: 540px) {
  .upcoming-webinar__head .block-title, .upcoming-webinar__head .block-title--inv, .upcoming-webinar__head .black .faq-block__title, .black .upcoming-webinar__head .faq-block__title, .upcoming-webinar__head .contact__ttl, .upcoming-webinar__head .gray .faq-block__title, .gray .upcoming-webinar__head .faq-block__title, .upcoming-webinar__head .slider-cards__title {
    font-size: 2.3rem;
  }
}

.upcoming-webinar__head .block-desc {
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: -0.015rem;
  max-width: 665px;
  padding-left: 64px;
}

@media (max-width: 1023px) {
  .upcoming-webinar__head .block-desc {
    padding-left: 0;
  }
}

@media (max-width: 540px) {
  .upcoming-webinar__head .block-desc {
    font-size: 1.2rem;
  }
}

.upcoming-webinar__left {
  padding: 0 50px;
}

@media (max-width: 1023px) {
  .upcoming-webinar__left {
    margin-bottom: 100px;
  }
}

.upcoming-webinar__left-img {
  overflow: hidden;
}

@media (max-width: 1023px) {
  .upcoming-webinar__left-img {
    aspect-ratio: 3 / 2;
  }
}

.upcoming-webinar__left-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.upcoming-webinar__left .summit-img {
  position: absolute;
  left: -47px;
  bottom: -63px;
}

@media (max-width: 1023px) {
  .upcoming-webinar__left .summit-img {
    left: 30px;
  }
}

.upcoming-webinar__right {
  width: calc(100% - 520px);
  padding-left: 64px;
}

@media (max-width: 1280px) {
  .upcoming-webinar__right {
    width: calc(100% - 420px);
  }
}

@media (max-width: 1023px) {
  .upcoming-webinar__right {
    padding: 0;
    width: 100%;
  }
}

.upcoming-webinar__label {
  margin-bottom: 24px;
  height: 40px;
  padding: 0 16px;
  border-radius: 100px;
  border: 1px solid #2F57F0;
  background: #FFF;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.06);
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #2f57f0;
  font-size: 20px;
  line-height: 140%;
  /* 28px */
  letter-spacing: -0.2px;
}

.upcoming-webinar__label .icon {
  display: flex;
}

.upcoming-webinar__title {
  color: #000;
  font-family: Aeonik;
  font-size: 52px;
  font-weight: 500;
  line-height: 110%;
  /* 57.2px */
  letter-spacing: -0.52px;
  text-transform: capitalize;
  margin-bottom: 24px;
}

@media (max-width: 1280px) {
  .upcoming-webinar__title br {
    display: none;
  }
}

@media (max-width: 1023px) {
  .upcoming-webinar__title {
    font-size: 42px;
  }
}

@media (max-width: 767px) {
  .upcoming-webinar__title {
    font-size: 32px;
  }
}

.upcoming-webinar__subtitle {
  color: #767876;
  font-size: 24px;
  line-height: 120%;
  /* 28.8px */
  letter-spacing: -0.24px;
}

.upcoming-webinar__delimeter {
  margin: 32px 0;
  height: 1px;
  width: 100%;
  background-color: #ededec;
}

.upcoming-webinar__info {
  display: flex;
  gap: 150px;
}

@media (max-width: 1340px) {
  .upcoming-webinar__info {
    gap: 50px;
  }
}

@media (max-width: 540px) {
  .upcoming-webinar__info {
    flex-wrap: wrap;
  }
}

.upcoming-webinar .info-block__lbl {
  margin-bottom: 12px;
  color: #767876;
  font-size: 20px;
  line-height: 140%;
  /* 28px */
  letter-spacing: -0.2px;
}

.upcoming-webinar .info-block__date {
  height: 60px;
  padding: 0 32px;
  border-radius: 100px;
  border: 1px solid #767876;
  background: rgba(47, 87, 240, 0.1);
  display: inline-flex;
  gap: 13px;
  align-items: center;
}

.upcoming-webinar .info-block__speakers {
  display: flex;
  gap: 11px;
}

.upcoming-webinar .info-block__speakers .photos {
  flex-shrink: 0;
  display: flex;
}

.upcoming-webinar .info-block__speakers .photos .photo {
  width: 61px;
  height: 61px;
  padding: 2px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #2f57f0;
  margin-left: -20px;
}

.upcoming-webinar .info-block__speakers .photos .photo:first-child {
  margin-left: 0;
}

.upcoming-webinar .info-block__speakers .photos .photo img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}

.upcoming-webinar .info-block__speakers .names {
  display: flex;
  align-items: center;
}

.upcoming-webinar__btns {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}

.upcoming-webinar__btns .btn-primary, .upcoming-webinar__btns input[type="submit"], .upcoming-webinar__btns .filter-tag__btn-submit, .upcoming-webinar__btns .gray .faq-block__btn, .gray .upcoming-webinar__btns .faq-block__btn, .upcoming-webinar__btns .black .faq-block__btn, .black .upcoming-webinar__btns .faq-block__btn {
  display: inline-flex;
  gap: 12px;
  align-items: center;
  padding: 0 42px;
}

.upcoming-webinar__btns .btn-blue {
  background-color: #2f57f0;
  color: #fff;
}

.upcoming-webinar__btns .btn-blue:hover {
  background-color: #476af2;
}

.upcoming-webinar__btns .btn-bordered {
  border: 1px solid #2f57f0;
}

.upcoming-webinar__btns .btn-bordered span {
  transition: all .5s;
}

.upcoming-webinar__btns .btn-bordered:hover {
  color: #fff;
}

.upcoming-webinar__bg {
  position: absolute;
  right: 0;
  bottom: 0;
}

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