@charset "UTF-8";
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

/* make sure to set some focus styles for accessibility */
:focus {
  outline: 0;
}

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

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

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -ms-text-size-adjust: 100%; /* 2 */
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0; /* 1 */
  -ms-interpolation-mode: bicubic; /* 2 */
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0; /* 1 */
  padding: 0;
  white-space: normal; /* 2 */
  *margin-left: -7px; /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%; /* 1 */
  margin: 0; /* 2 */
  vertical-align: baseline; /* 3 */
  *vertical-align: middle; /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
  *overflow: visible; /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
  *height: 13px; /* 3 */
  *width: 13px; /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto; /* 1 */
  vertical-align: top; /* 2 */
}

/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

html,
button,
input,
select,
textarea {
  color: #222;
}

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

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

img {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

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

/*
@mixin font-size($sizeValue: 1) {
    font-size: ($sizeValue * 16) * 1px;
    font-size: $sizeValue * 1rem;
}
*/
/* Input placeholder
 * - Exemple
 *
 textarea {
 @include input-placeholder {
   color: $grey;
 }
}
*/
.display--flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flex-column,
.flex-direction--column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.justify-center,
.justify-content--center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.align-items__flex-start {
  -webkit-box-align: start !important;
  -webkit-align-items: flex-start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

.align-items__flex-end,
.flex-end {
  -webkit-box-align: end !important;
  -webkit-align-items: flex-end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
}

.align-items--center,
.middle {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex-wrap {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.space-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.direction-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: row !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

.justify-content--center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.img-style {
  border-radius: var(--radius);
}

.obj-fit--contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.transparent {
  background-color: transparent !important;
}

.bgr-primary {
  background-color: var(--primary) !important;
}

.bgc--primary-lighten2 {
  background-color: var(--primary-lighten2) !important;
}

.bgr-primary-light {
  background-color: var(--primary-light) !important;
}

.bgr-primary-dark {
  background-color: var(--primary-dark) !important;
}

.bgr-gray-light {
  background-color: var(--gray-light) !important;
}

.bgr-light {
  background-color: var(--light) !important;
}

.bgr-main {
  background-color: var(--main-bgr) !important;
}

.bgr-dark {
  background-color: var(--dark) !important;
}

.mute-3 {
  opacity: 0.7;
}

.hover--primary:hover {
  color: var(--primary) !important;
}

.color-primary,
.color--primary {
  color: var(--primary) !important;
}

.color-dark,
.color--dark {
  color: var(--dark) !important;
}

.color-light,
.color--light {
  color: var(--light) !important;
}
.color-light > *,
.color--light > * {
  color: var(--light);
}
.color-light a,
.color--light a {
  color: var(--light);
}

.color-gray-dark {
  color: var(--gray-dark);
}

.color-acent {
  color: var(--acent);
}

.ttu {
  text-transform: uppercase;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-400 {
  font-weight: 400 !important;
}

.width-auto {
  width: auto;
  display: table;
}

.h-a {
  height: auto;
}

.radius-sm {
  border-radius: var(--radius-sm) !important;
  overflow: hidden;
}

.overflow--hidden,
.overflow-hidden {
  overflow: hidden !important;
}

.radius-lg {
  border-radius: var(--radius-lg) !important;
  overflow: hidden;
}

.img-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.img-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.border-gray,
.border--gray {
  border: 0.0625em solid var(--gray-light);
}

.border-light,
.border--light {
  border: 0.0625em solid var(--light);
}

.lh0 {
  line-height: 0 !important;
}

.fill-blue {
  fill: var(--primary) !important;
}
.fill-blue path {
  fill: var(--primary) !important;
}

.mt0 {
  margin-top: 0 !important;
}

.ml-a {
  margin-left: auto;
}

.mt-a {
  margin-top: auto;
}

@media (min-width: 75.0625em) {
  .img-h-md {
    height: 26.25em;
  }
  .lg-ml-a {
    margin-left: auto;
  }
  .radius-default {
    border-radius: var(--radius-default) !important;
    overflow: hidden;
  }
  .lg-block {
    display: block !important;
  }
  .lg-ml-a {
    margin-left: auto;
  }
  .lg-w80 {
    width: 80%;
  }
}
@media (max-width: 75em) {
  .sm-pb0 {
    padding-bottom: 0 !important;
  }
  .sm-hide {
    display: none !important;
  }
  .sm-align-center {
    text-align: center;
  }
  .sm-w100 {
    width: 100%;
  }
  .sm-image {
    width: 18.75em;
    display: table;
    margin-right: auto;
    margin-left: auto;
  }
  .sm-block-center {
    display: table;
    margin-right: auto;
    margin-left: auto;
  }
  .sm-text-center {
    text-align: center;
  }
  .sm-align-left {
    text-align: left !important;
  }
  .sm-height-auto {
    height: auto;
  }
  .sm-pt0 {
    padding-top: 0 !important;
  }
  .sm-m0 {
    margin: 0 !important;
  }
  .sm-p0 {
    padding: 0 !important;
  }
  .sm-order--1 {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
  .sm-order-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .img-h-md {
    height: 20em;
  }
  .radius-default {
    border-radius: var(--radius-sm) !important;
    overflow: hidden;
  }
}
.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.v-middle {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.h-center {
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.w100,
.w-100 {
  width: 100% !important;
}

.h100,
.h-100 {
  height: 100% !important;
}

.height-auto {
  height: auto;
}

.pt0 {
  padding-top: 0 !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.pl0 {
  padding-left: 0 !important;
}

.pr0 {
  padding-right: 0 !important;
}

.space-45 {
  margin-top: em(45);
}

.space-15 {
  margin-top: em(15);
}

.mt-auto {
  margin-top: auto;
}

.m0 {
  margin: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mt-15 {
  margin-top: em(15);
}

.pt-xsm {
  padding-top: em(20) !important;
}

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

.fw400 {
  font-weight: 400 !important;
}

.fw500 {
  font-weight: 500 !important;
}

.fw600 {
  font-weight: 600 !important;
}

.fw700 {
  font-weight: 700 !important;
}

.bgr-gray-2 {
  background-color: #F5F5F5;
}

.bgr-gray {
  background-color: var(--gray);
}

.bgr-primary-light {
  background-color: var(--primary-light);
}

.bgr-white {
  background-color: var(--white);
}

.justify-center {
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

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

.space-50 {
  margin-bottom: em(50);
}

.white {
  color: var(--white);
}

.color--primary {
  color: var(--primary);
}

.color--gray {
  color: var(--gray);
}

.color--success {
  color: var(--success);
}

.color--danger {
  color: var(--danger);
}

.display--block {
  display: block;
}

.long-space {
  padding-right: 1em;
}

.alignleft {
  float: left;
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  float: right;
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

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

.zi-1 {
  position: relative;
  z-index: 1 !important;
}

@media (min-width: 75.0625em) {
  .lg-hide {
    display: none !important;
  }
  .lg-align-right {
    text-align: right;
  }
}
@media (max-width: 75em) {
  .sm-pr-default {
    padding-right: 0.9375em;
  }
  .sm-pl-default {
    padding-left: 0.9375em;
  }
  .sm-br br {
    display: none;
  }
}
@media (max-width: 37.5em) {
  .smx-w100 {
    width: 100%;
  }
}
:root {
  --main-bgr: #f7f8fa;
  --primary: #3390fb;
  --primary-light: #58A6FF;
  --primary-dark: #1175E9;
  --acent: #8A95A6;
  --acent-light: #e2e9f5;
  --acent-dark: #5C6D81;
  --text-color: #1E2127;
  --black: #1E2127;
  --dark: #1E2127;
  --mute-color: #787d86;
  --gray: #dae0e8;
  --gray2: #ecf0fa;
  --gray3: #DFE3EA;
  --gray4: #cdcdcd;
  --gray5: #e8ebf0;
  --gray6: #616671;
  --gray7: #424a59;
  --gray-dark: #a7b2d0;
  --gray-light: #E5E9F2;
  --success: #73ba61;
  --success-dark: #5d994e;
  --success-light: #8bde76;
  --light: #fff;
  --danger: #cf4639;
  --danger-light: #f25c4e;
  --danger-dark: #b83d32;
  --warning: #fccf4f;
  --radius-default: 0.625em;
  --radius-sm: 0.3125em;
  --radius-md: 1.25em;
  --radius-lg: 1.875em;
  --transition: all 300ms;
  --transition-slow: all 400ms;
  --font-main: "Rubik", sans-serif;
  --font-second: "Rubik", sans-serif;
  --font-weight: 400;
  --line-height-default: 1.5;
}

body {
  background-color: var(--main-bgr);
  font-size: 1rem;
  font-weight: var(--font-weight);
  font-family: var(--font-main);
  line-height: var(--line-height-default);
  color: var(--text-color);
  min-width: 23.4375em;
  position: relative;
}

img {
  max-width: 100%;
}

b,
strong {
  font-weight: 900;
}

a {
  color: var(--primary);
  outline: none !important;
}

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

a, svg path, svg rect, svg g, svg circle {
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

p {
  font-size: 1em;
  font-weight: var(--font-weight);
  margin-bottom: 1.25em;
}
p a {
  color: var(--dark);
  border-bottom: 0.0625em solid;
}
p a:hover {
  border-bottom-color: transparent;
}

sup {
  font-size: 80%;
  -webkit-transform: translateY(-35%);
      -ms-transform: translateY(-35%);
          transform: translateY(-35%);
  display: inline-block;
}

@media (min-width: 767px) {
  p {
    margin-bottom: 1.25em;
  }
}
hr {
  border: none;
  border-bottom: 0.0625em solid var(--dark);
}

figure {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
figure img {
  margin-bottom: 1.5625em !important;
}
figure figcaption {
  display: block;
  margin-top: auto;
  color: var(--mute-color);
}

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25em;
  padding-right: 1.25em;
  max-width: 100%;
}

.row,
.row-lg,
.row-sm,
.row-md {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.row {
  margin: -0.9375em;
}
.row > [class^=col-] {
  padding: 0.9375em;
}

.row-md {
  margin: -1.25em;
}
.row-md > [class^=col-] {
  padding: 1.25em;
}

.row-sm {
  margin: -0.625em;
}
.row-sm > [class^=col-] {
  padding: 0.625em;
}

.col-12,
.col-8,
.col-3,
.col-6,
.col-7,
.col-5,
.col-4,
.col-sm-6 {
  width: 100%;
}

@media (min-width: 75.0625em) {
  .container-fluid {
    width: 100%;
    padding-right: 3.75em;
    padding-left: 3.75em;
  }
  .md-row {
    margin: -0.9375em;
  }
  .md-row > [class^=col-] {
    padding: 0.9375em;
  }
  .col-1 {
    width: 8.3333333333%;
  }
  .col-8 {
    width: 66.6666666667%;
  }
  .col-7 {
    width: 58.333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.666667%;
  }
  .col-4 {
    width: 33.3333333333%;
  }
  .col-3 {
    width: 25%;
  }
  .row > .col {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
  }
  .col-auto {
    width: auto;
  }
}
@media (min-width: 115.0625em) {
  .container {
    width: 112.5em;
  }
}
@media (min-width: 87.5625em) and (max-width: 115em) {
  .container {
    width: 100%;
    padding-right: 3.125em;
    padding-left: 3.125em;
  }
}
@media (max-width: 87.5em) {
  .container {
    width: 100%;
    padding-right: 1.25em;
    padding-left: 1.25em;
  }
}
@media (max-width: 75em) {
  .container {
    padding-right: 1.25em;
    padding-left: 1.25em;
    width: 100%;
  }
  .row {
    margin: -1.25em;
  }
  .row > [class^=col-] {
    padding: 1.25em;
  }
  .container-fluid {
    width: 100%;
    padding-right: 1.25em;
    padding-left: 1.25em;
  }
  .col-auto {
    width: 100%;
  }
  .col-sm-4 {
    width: 33.3333333333%;
  }
  .col-xsm-6 {
    width: 50%;
  }
  .sm-row-sm {
    margin-left: -0.625em;
    margin-right: -0.625em;
  }
  .sm-row-sm > [class*=col-] {
    padding: 0.625em;
  }
}
@media (min-width: 48.0625em) and (max-width: 75em) {
  .col-sm-6 {
    width: 50%;
  }
}
@media (max-width: 75em) {
  .row {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .row > .col {
    width: 100%;
  }
  .col-xs-6 {
    width: 50%;
  }
}
@media (max-width: 30em) {
  .col-sm-4 {
    width: 100%;
  }
  .sm-row-smx {
    margin-left: -0.375em;
    margin-right: -0.375em;
  }
  .sm-row-smx > [class*=col-] {
    padding: 0.375em;
  }
}
@font-face {
  font-family: "Rubik";
  font-weight: 400;
  font-style: normal;
  src: url("fonts/Rubik-Regular.ttf");
  font-display: swap;
}
@font-face {
  font-family: "Rubik";
  font-weight: 500;
  font-style: normal;
  src: url("fonts/Rubik-Medium.ttf");
  font-display: swap;
}
@font-face {
  font-family: "Rubik";
  font-weight: 700;
  font-style: normal;
  src: url("fonts/Rubik-Bold.ttf");
  font-display: swap;
}
@media (min-width: 75.0625em) {
  h1, .h1 {
    font-size: 3.75em;
    font-weight: 700;
    line-height: 1.18;
  }
  h2, .h2 {
    font-size: 3.125em;
    font-weight: 500;
    line-height: 1.2;
  }
  h3, .h3 {
    font-size: 2.25em;
    font-weight: 700;
    line-height: 1.2;
  }
  h4, .h4 {
    font-size: 1.625em;
    font-weight: 700;
    line-height: 1.2;
  }
  h5, .h5 {
    font-size: 1.375em;
    font-weight: 700;
    line-height: 1.2;
  }
  h6, .h6 {
    font-size: 1.125em;
    font-weight: 700;
    line-height: 1.35294;
  }
  .lead {
    font-size: 1.25em;
    font-weight: 400;
    line-height: 1.5;
  }
  .lead-md {
    font-size: 1.25em;
    font-weight: 600;
    line-height: 1.5;
  }
}
@media (max-width: 75em) {
  h1, .h1 {
    font-size: 1.875em;
    font-weight: 700;
    line-height: 1.1;
  }
  h2, .h2 {
    font-size: 1.6em;
    font-weight: 500;
    line-height: 1.2;
  }
  h3, .h3 {
    font-size: 1.5em;
    font-weight: 500;
    line-height: 1.3;
  }
  h4, .h4 {
    font-size: 1.25em;
    font-weight: 500;
    line-height: 1.35;
  }
  h5, .h5 {
    font-size: 1.125em;
    font-weight: 500;
    line-height: 1.4;
  }
  h6, .h6 {
    font-size: 1em;
    font-weight: 500;
    line-height: 1.4;
  }
  .lead {
    font-size: 0.875em;
    font-weight: 400;
    line-height: 1.5;
  }
  .lead-sm {
    font-size: 0.75em;
  }
  .lead-md {
    font-size: 1em;
    font-weight: 400;
    line-height: 1.5;
  }
  .page-template-page-promo .section__heading br{
    display: none;
  }
  .page-template-page-promo .hero__heading br{
    display: none;
  } 
}
.header {
  background-color: transparent;
  border-bottom: 0.0625em solid var(--gray3);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: var(--transition-slow);
  transition: var(--transition-slow);
  z-index: 111;
}
.header .header__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.onScroll .header {
  background-color: var(--light);
  -webkit-box-shadow: 0.25em 0.25em 0.5em 0 rgba(34, 60, 80, 0.06);
          box-shadow: 0.25em 0.25em 0.5em 0 rgba(34, 60, 80, 0.06);
}
.onScroll .header__nav ul.nav > .menu-item > a:hover,
.onScroll .header__nav ul.nav > .menu-item.current > a {
  background-color: var(--gray5);
}

@media (min-width: 75.0625em) {
  .header {
    padding: 1.6875em 0;
  }
  .header__btns .cbtn + .cbtn {
    margin-left: 0.625em;
  }
  .header__nav {
    margin-left: 7.5em;
  }
  .onScroll .header {
    padding: 1.125em 0;
  }
}
@media (min-width: 75.0625em) and (max-width: 91.25em) {
  .header__nav {
    margin-left: 3.125em;
  }
}
@media (max-width: 75em) {
  .mobile-trigger {
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.875em;
    line-height: 1;
  }
  .mobile-trigger:not(.active) .icon-close {
    display: none;
  }
  .mobile-trigger.active .icon-open {
    display: none;
  }
  .header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    height: 3.75em;
    padding: 0.75em 0;
  }
  .header__logo {
    line-height: 1;
    margin-left: 0.9375em;
  }
  .header__logo img {
    width: 6.375em;
    height: auto;
  }
  .header__side-border {
    margin-left: 0.9375em;
  }
  .header__btns .sm-square {
    padding: 0;
    width: 2.25em !important;
    min-width: 2.25em !important;
    height: 2.25em;
    line-height: 2.25em;
  }
  .header__btns .cbtn + .cbtn {
    margin-left: 0.625em;
  }
  .mobile__triggerNav {
    display: block;
    line-height: 0;
    position: relative;
  }
  .mobile__triggerNav svg {
    -webkit-transition: var(--transition-slow);
    transition: var(--transition-slow);
  }
  .mobile__triggerNav svg + svg {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
  }
}
@media (min-width: 75.0625em) {
  .header__nav ul.nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 1.875em;
  }
  .header__nav ul.nav > .menu-item > a {
    background-color: transparent;
    border-radius: 0.375em;
    color: var(--dark);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.625em;
    padding: 0.875em 1.25em;
  }
  .header__nav ul.nav > .menu-item > a span {
    font-size: 1.125em;
    line-height: 1;
  }
  .header__nav ul.nav > .menu-item > a svg {
    line-height: 0;
  }
  .header__nav ul.nav > .menu-item.current > a {
    background-color: var(--light);
  }
  .header__nav ul.nav > .menu-item.current > a svg path {
    fill: var(--dark);
  }
  .header__nav ul.nav > .menu-item > a:hover {
    background-color: var(--light);
  }
  .header__nav ul.nav > .menu-item > a:hover svg path {
    fill: var(--dark);
  }
}
@media (min-width: 75.0625em) and (max-width: 91.25em) {
  .header__nav ul.nav {
    gap: 1.25em;
  }
  .header__nav ul.nav > .menu-item > a span {
    font-size: 1em;
  }
}
@media (max-width: 75em) {
  /*.header__nav {
  	display: none;
  }*/
  .mobile__nav {
    display: none;
    background-color: var(--light);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    padding: 7.5em 1.25em 2.5em;
    overflow: auto;
    z-index: 11;
  }
  .mobile__nav--inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.5em;
    width: 14.0625em;
    height: 100%;
    margin: 0 auto;
  }
  .mobile__nav--space {
    margin-top: auto;
  }
  .mobile__nav--nav {
    /*border: em(1) solid var(--gray-medium);
    border-radius: em(10);
    padding: em(10);*/
  }
  .mobile__nav--nav ul.nav > .menu-item + .menu-item {
    margin-top: 0.625em;
  }
  .mobile__nav--nav ul.nav > .menu-item > a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.125em;
    background-color: var(--light);
    border: 0.0625em solid #EBEBEB;
    border-radius: 0.625em;
    color: var(--dark);
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 1em;
    padding: 0.875em;
  }
  .mobile__nav--nav ul.nav > .menu-item > a:hover {
    background-color: var(--primary);
  }
  .mobile__nav--nav ul.nav > .menu-item.current > a {
    background-color: #f7f8fa;
    border-color: #f7f8fa;
  }
  .mobile__nav--nav ul.nav > .menu-item.current > a svg path {
    fill: var(--dark);
  }
  .mobile__nav--nav ul.nav > .menu-item.menu-item-has-children > a:after {
    content: url("data:image/svg+xml,%3Csvg width='10' height='7' viewBox='0 0 10 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.44977 0.503662L5.21746 3.88455L1.98516 0.503662L0.760742 1.78436L5.21746 6.44595L9.67418 1.78436L8.44977 0.503662Z' fill='%231E2127' /%3E%3C/svg%3E");
    margin-left: auto;
    line-height: 0;
  }
  .mobile__nav--nav ul.nav > .menu-item.menu-item-has-children:hover > a {
    background-color: var(--primary);
    color: var(--dark);
  }
  .mobile__nav--nav ul.nav > .menu-item.menu-item-has-children:hover > ul.sub-menu {
    max-height: 25em;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
  }
  .mobile__nav--nav ul.sub-menu {
    max-height: 0;
    overflow: hidden;
    padding: 0 1.5em;
    -webkit-transition: var(--transition-slow);
    transition: var(--transition-slow);
  }
  .mobile__nav--nav ul.sub-menu ul.sub-menu {
    padding-bottom: 0;
  }
  .mobile__nav--nav ul.sub-menu a {
    color: var(--dark);
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 1em;
  }
  .mobile__nav--nav ul.sub-menu a:hover {
    color: var(--acent);
  }
  .mobile__nav--nav ul.sub-menu .menu-item + .menu-item {
    margin-top: 0.625em;
  }
  .mobile__nav--nav ul.sub-menu .menu-item.menu-item-has-children > a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .mobile__nav--nav ul.sub-menu .menu-item.menu-item-has-children > a:after {
    content: url("data:image/svg+xml,%3Csvg width='10' height='7' viewBox='0 0 10 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.44977 0.503662L5.21746 3.88455L1.98516 0.503662L0.760742 1.78436L5.21746 6.44595L9.67418 1.78436L8.44977 0.503662Z' fill='%231E2127' /%3E%3C/svg%3E");
    margin-left: auto;
    line-height: 0;
  }
  .mobile__nav--nav ul.sub-menu .menu-item.menu-item-has-children:hover > a {
    color: var(--acent);
  }
  .mobile__nav--nav ul.sub-menu .menu-item.menu-item-has-children:hover > a:after {
    content: url("data:image/svg+xml,%3Csvg width='10' height='7' viewBox='0 0 10 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.44977 0.503662L5.21746 3.88455L1.98516 0.503662L0.760742 1.78436L5.21746 6.44595L9.67418 1.78436L8.44977 0.503662Z' fill='%23ff693a' /%3E%3C/svg%3E");
  }
  .mobile__nav--nav ul.sub-menu .menu-item.menu-item-has-children:hover > ul.sub-menu {
    max-height: 25em;
    padding-top: 1.5em;
  }
  .mobile__nav--bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.75em;
    margin-top: auto;
  }
  .mobile__nav--bottom .cbtn-lgx {
    padding-right: 0.625em;
    padding-left: 0.625em;
  }
  .mob__nav--open .header__inner {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .mob__nav--open .mobile__triggerNav svg {
    opacity: 0;
  }
  .mob__nav--open .mobile__triggerNav svg + svg {
    opacity: 1;
  }
}
@media (min-width: 75.0625em) {
  .footer {
    padding-top: 3.4375em;
    padding-bottom: 4.0625em;
  }
  .footer__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 1.25em;
  }
  .footer__logo {
    display: block;
    margin-bottom: 3.75em;
  }
  .footer__txt {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 1.25em;
    color: #a7b2d0;
  }
  .footer__txt + .footer__txt {
    margin-top: 1.25em;
  }
  .footer__txt span, .footer__txt a {
    font-weight: 400;
    font-size: 0.8125em;
  }
  .footer__txt a {
    color: #a7b2d0;
  }
  .footer__txt a:hover {
    color: var(--dark);
  }
  .footer__label {
    font-size: 1.375em;
    line-height: 1.45455;
    margin-top: 0.7272727273em;
    margin-bottom: 0.9090909091em;
  }
}
@media (min-width: 75.0625em) and (max-width: 87.5em) {
  .footer__label {
    font-size: 1.25em;
  }
}
@media (max-width: 75em) {
  .footer {
    padding-top: 2.5em;
    padding-bottom: 2.5em;
  }
  .footer__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer__logo {
    display: block;
    margin-bottom: 1.375em;
    text-align: center;
  }
  .footer__logo img {
    height: 1.5625em;
    width: auto;
  }
  .footer__txt {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1.25em;
    text-align: center;
    color: #a7b2d0;
  }
  .footer__txt span, .footer__txt a {
    font-weight: 400;
    font-size: 0.75em;
  }
  .footer__txt a {
    color: #a7b2d0;
  }
  .footer__txt a:hover {
    color: var(--dark);
  }
  .footer__txt + .footer__txt {
    margin-top: 1.25em;
  }
}
.blockHero {
  background-color: var(--gray5);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 100vh;
  position: relative;
  overflow: hidden;
}

@media (min-width: 75.0625em) {
  .blockHero {
    padding-bottom: 2.5em;
    padding-top: 2.5em;
  }
  .hero__banner {
    position: absolute;
    right: -2.8125em;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .hero__desc {
    color: var(--gray6);
    font-size: 1.25em;
    line-height: 1.5;
    margin-top: 1.5em;
  }
  .hero__tag {
    background-color: var(--light);
    border-radius: 0.875em;
    -webkit-box-shadow: 0 0.9375em 2.1875em 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 0.9375em 2.1875em 0 rgba(0, 0, 0, 0.1);
    padding: 1.125em 1.25em;
    display: table;
    position: absolute;
  }
  .hero__tag span {
    display: block;
    color: var(--gray7);
    font-weight: 400;
    font-size: 1em;
    line-height: 1.5;
  }
  .hero__tag[data-index="1"] {
    left: 35%;
    top: -3.75em;
  }
  .hero__tag[data-index="2"] {
    left: -12%;
    bottom: 16%;
  }
  .hero__tag[data-index="3"] {
    right: 22%;
    bottom: -2.5em;
  }
  .hero__actions {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 1.25em;
    margin-top: 3.75em;
  }
}
@media (min-width: 75.0625em) and (max-width: 106.25em) {
  .hero__heading {
    font-size: 3.55em;
  }
  .hero__banner {
    right: -3.75em;
    margin-top: 2.5em;
  }
  .hero__banner img {
    height: 32.5em;
    width: auto;
  }
  .hero__tag span {
    font-size: 0.875em;
  }
}
@media (min-width: 75.0625em) and (max-width: 100em) {
  .hero__banner {
    right: -5em;
  }
  .hero__banner img {
    height: 30em;
  }
  .hero__actions .cbtn-lgx {
    padding: 1.125em 2.5em;
  }
  .hero__actions .cbtn-lgx span {
    font-size: 1.125em;
  }
}
@media (min-width: 75.0625em) and (max-width: 87.5em) {
  .hero__heading {
    font-size: 3.25em;
  }
  .hero__desc {
    font-size: 1em;
  }
  .hero__tag {
    padding: 0.9375em 1em;
  }
  .hero__tag span {
    font-size: 0.75em;
  }
  .hero__banner {
    right: -6.25em;
  }
  .hero__tag[data-index="1"] {
    top: -2.5em;
  }
  .hero__actions .cbtn-lgx {
    padding: 1.0625em 2.1875em;
  }
  .hero__actions .cbtn-lgx span {
    font-size: 1em;
  }
}
@media (max-width: 75em) {
  .blockHero {
    padding-bottom: 5.9375em;
    padding-top: 5.9375em;
  }
  .hero__desc {
    color: var(--gray6);
    font-size: 0.875em;
    line-height: 1.5;
    margin-top: 1.1428571429em;
  }
  .hero__actions {
    margin-top: 1.5625em;
  }
  .hero__banner {
    display: table;
    margin: 4.0625em auto 0;
    width: 26.25em;
    position: relative;
  }
  .hero__banner img {
    height: auto;
    width: 100%;
  }
  .hero__tag {
    background-color: var(--light);
    border-radius: 0.625em;
    -webkit-box-shadow: 0 15px 35px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 15px 35px 0 rgba(0, 0, 0, 0.1);
    padding: 0.5625em 0.625em;
    display: table;
    position: absolute;
  }
  .hero__tag span {
    display: block;
    color: var(--gray7);
    font-weight: 400;
    font-size: 0.75em;
    line-height: 1.45;
  }
  .hero__tag[data-index="1"] {
    left: 35%;
    top: -2.5em;
  }
  .hero__tag[data-index="2"] {
    left: -6%;
    bottom: 15%;
  }
  .hero__tag[data-index="3"] {
    right: 15%;
    bottom: -1.25em;
  }
  .hero__actions {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0.75em;
  }
  .hero__actions .cbtn {
    min-width: 18.875em;
    flex:1;
  }
}
@media (max-width: 35em) {
  .hero__banner {
    width: 20.9375em;
  }
  .hero__tag[data-index="1"] {
    top: -2.1875em;
  }
  .hero__tag[data-index="2"] {
    left: -4%;
  }
  .hero__tag[data-index="3"] {
    right: 8%;
  }
}
.stepNum {
  background-color: var(--light);
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.stepNum__num {
  background-color: var(--primary);
  color: var(--light);
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  z-index: 1;
}
.stepNum__num span {
  font-family: var(--second-family);
  font-weight: 500;
}

.stepNum__title {
  color: var(--dark);
  position: relative;
  z-index: 1;
}

.stepNum__div {
  display: inline-block;
  background-color: var(--gray5);
  vertical-align: middle;
}

.stepNum__desc {
  color: var(--dark);
  font-weight: 400;
  position: relative;
  z-index: 1;
}

@media (min-width: 75.0625em) {
  .stepNum {
    border-radius: 1.875em;
    gap: 4.0625em;
    padding: 2.5em;
  }
  .stepNum:before {
    content: url("data:image/svg+xml,%3Csvg width='112' height='112' viewBox='0 0 150 150' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='150' height='150' transform='matrix(1 0 0 -1 0 150)' fill='%23f7f8fa' /%3E%3Cpath d='M75 150H150V105C150 88.4315 136.569 75 120 75H75V150Z' fill='white' /%3E%3Cpath d='M0 150H75V30C75 13.4315 61.5685 0 45 0H0V150Z' fill='white' /%3E%3Crect width='46' height='46' transform='matrix(1 0 0 -1 67 85)' fill='white' /%3E%3Cpath d='M75 45C75 61.5685 88.4315 75 105 75H150V30C150 13.4315 136.569 0 120 0H75V45Z' fill='%23f7f8fa' /%3E%3C/svg%3E");
    height: 7em;
    width: 7em;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
  }
  .stepNum__num {
    border-radius: 6.25em;
    width: 2.625em;
    height: 2.625em;
    line-height: 2.625em;
  }
  .stepNum__num span {
    font-size: 1.25em;
  }
  .stepNum__title {
    font-size: 1.625em;
    line-height: 1.25;
  }
  .stepNum__div {
    border-radius: 0.6666666667em;
    height: 0.6em;
    width: 1.1333333333em;
  }
  .stepNum__desc {
    font-size: 1.125em;
    line-height: 1.5;
    margin-right: -0.625em;
  }
}
@media (min-width: 75.0625em) and (max-width: 100em) {
  .stepNum {
    padding: 1.875em;
  }
  .stepNum__title {
    font-size: 1.25em;
  }
  .stepNum__desc {
    font-size: 1em;
  }
  .stepNum__num {
    height: 2.25em;
    width: 2.25em;
    line-height: 2.25em;
  }
  .stepNum__num span {
    font-size: 1em;
  }
}
@media (max-width: 75em) {
  .stepNum {
    border-radius: 1.875em;
    padding: 1.6875em 1.6875em;
    gap: 2.5em;
  }
  .stepNum:before {
    content: url("data:image/svg+xml,%3Csvg width='112' height='112' viewBox='0 0 121 122' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='120.423' height='120.423' transform='matrix(1 0 0 -1 0.577148 121.408)' fill='%23f7f8fa' /%3E%3Cpath d='M60.7881 121.408H120.999V81.197C120.999 70.1514 112.045 61.1971 100.999 61.1971H60.7881V121.408Z' fill='white' /%3E%3Cpath d='M0.577148 121.408H60.7884V20.9857C60.7884 9.93996 51.8341 0.985664 40.7884 0.985664H0.577148V121.408Z' fill='white' /%3E%3Crect width='36.9296' height='36.9296' transform='matrix(1 0 0 -1 54.3652 69.2252)' fill='white' /%3E%3Cpath d='M60.7881 41.197C60.7881 52.2427 69.7424 61.197 80.7881 61.197H120.999V20.9857C120.999 9.94005 112.045 0.985752 100.999 0.985752H60.7881V41.197Z' fill='%23f7f8fa' /%3E%3C/svg%3E");
    height: 7em;
    width: 7em;
    position: absolute;
    top: -0.0625em;
    right: 0;
    z-index: 1;
  }
  .stepNum__num {
    border-radius: 6.25em;
    width: 2.6875em;
    height: 2.6875em;
    line-height: 2.6875em;
  }
  .stepNum__num span {
    font-size: 1.25em;
  }
  .stepNum__title {
    font-weight: 500;
    font-size: 1.25em;
    line-height: 1.6;
  }
  .stepNum__title br {
    display: none;
  }
  .stepNum__desc {
    font-size: 0.875em;
    line-height: 1.5;
  }
  .sm-row-slide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    margin-left: -1.25em !important;
    margin-right: -1.25em !important;
    padding: 0 0.625em;
  }
  .sm-row-slide > div {
    -webkit-box-flex: 0 !important;
    -webkit-flex: 0 0 17.8125em !important;
        -ms-flex: 0 0 17.8125em !important;
            flex: 0 0 17.8125em !important;
    width: 17.8125em !important;
    max-width: 17.8125em !important;
    padding: 0.625em !important;
  }
}
.rate__list {
  border: 0.0625em solid #353940;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.rate__list a {
  color: var(--light);
  display: block;
  line-height: 1;
  /*&:not(.active):hover {
  	background-color: var();
  }*/
}
.rate__list a:not(.active) {
  background-color: transparent;
}
.rate__list a.active {
  background-color: var(--light);
  color: var(--dark);
}
.rate__list a span {
  font-size: 1.125em;
  line-height: 1;
}

.rate__content {
  display: none;
}

.rate__item {
  background-color: #2b2f36;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: var(--transition-slow);
  transition: var(--transition-slow);
}
.rate__item:hover {
  background-color: var(--dark);
}
.rate__item:hover .rate__radio {
  background-color: #2b2f36;
}

.rate__radio {
  background-color: #1e2127;
  border-radius: 100%;
  position: relative;
  -webkit-transition: var(--transition-slow);
  transition: var(--transition-slow);
}
.rate__radio:before {
  content: "";
  background-color: var(--primary);
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: var(--transition-slow);
  transition: var(--transition-slow);
}

.rate__desc {
  margin-top: auto;
}

.rate__old-price {
  color: var(--light);
  text-decoration: line-through;
  opacity: 0.6;
}

.rate__item.active {
  background-color: var(--primary);
  border-color: var(--primary);
}
.rate__item.active .rate__radio {
  background-color: var(--light);
}
.rate__item.active .rate__radio:before {
  opacity: 1;
}

/**/
.boxForm {
  border-radius: 0.625em;
  border: 0.0625em solid #2f3137;
}

@media (min-width: 75.0625em) {
  .wrap-prices {
    border: 0.0625em solid #30343b;
    border-radius: 3.125em;
    padding: 3.75em 5.3125em;
    margin-top: 4.0625em;
  }
  .rate__list {
    border-radius: 0.625em;
    gap: 0.625em;
    padding: 0.375em;
    margin-top: -4.0625em;
  }
  .rate__list a {
    border-radius: 0.625em;
    font-size: 1.125em;
    padding: 0.6111111111em 1.1111111111em 0.5555555556em;
  }
  .rate__list a span {
    font-size: 1.125em;
    line-height: 1;
  }
  .rate__content--inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 1.25em;
  }
  .rate__item {
    border: 0.0625em solid #484b52;
    border-radius: 0.625em;
    width: calc(25% - 0.9375em);
    padding: 1.25em 1.25em 2.375em;
  }
  .rate__head {
    /*display: flex;
    justify-content: space-between;
    align-items: center;
    gap: em(10);*/
    text-align: center;
    position: relative;
    margin-bottom: 2.8125em;
  }
  .rate__title {
    color: var(--light);
    font-size: 2.125em;
    line-height: 1;
    margin-top: 0.1470588235em;
  }
  .rate_desc {
    color: #afb3b8;
    font-size: 0.875em;
    line-height: 1;
    margin-top: 1em;
  }
  .rate__price {
    color: var(--light);
    font-size: 1.25em;
    line-height: 1;
    text-align: center;
  }
  .rate__label {
    background-color: #fccf4f;
    border-radius: 6.25em;
    color: #0a173a;
    font-weight: 500;
    font-size: 0.8125em;
    line-height: 1;
    text-align: center;
    display: table;
    margin: 1.5384615385em auto 0;
    padding: 0.6153846154em 1.3846153846em;
  }
  .rate__radio {
    height: 2.25em;
    width: 2.25em;
    position: absolute;
    top: 0;
    left: 0;
  }
  .rate__radio:before {
    height: 0.9375em;
    width: 0.9375em;
  }
  .rate__old-price {
    font-size: 0.9375em;
  }
  .rate__price {
    color: var(--light);
    font-size: 1.375em;
    margin-top: 0.4545454545em;
  }
  .boxForm {
    padding: 3em 2.1875em;
  }
  .boxForm .cbtn.cbtn-md {
    padding-left: 1.25em;
    padding-right: 1.25em;
  }
  .boxForm .cbtn.cbtn-md span {
    font-size: 1.125em;
    text-transform: inherit;
  }
  .boxForm__title {
    font-weight: 600;
    font-size: 1.375em;
    line-height: 1.36364;
  }
  .boxForm__desc {
    color: #9f9f9f;
    font-size: 1em;
    line-height: 1.47059;
    margin-top: 1.25em;
    margin-bottom: 1.5em;
  }
}
@media (min-width: 75.0625em) and (max-width: 100em) {
  .wrap-prices {
    border-radius: 1.875em;
    padding: 3.125em 2.5em;
  }
  .rate__list a {
    padding-top: 0.75em;
    padding-bottom: 0.75em;
  }
  .rate__list a span {
    font-size: 0.875em;
  }
}
@media (min-width: 75.0625em) and (max-width: 87.5em) {
  .rate__title {
    font-size: 1.5em;
  }
  .rate__head {
    margin-bottom: 1.875em;
  }
  .rate__price {
    font-size: 1.125em;
  }
  .rate__radio {
    height: 2em;
    width: 2em;
  }
  .rate__radio:before {
    height: 0.8125em;
    width: 0.8125em;
  }
}
@media (max-width: 75em) {
  .wrap-prices {
    border: 0.0625em solid #30343b;
    border-radius: 1.25em;
    padding: 0.9375em;
    margin-top: 1.25em;
  }
  .rate__list {
    border-radius: 0.625em;
    gap: 0.625em;
    padding: 0.25em;
    margin-top: 2em;
  }
  .rate__list a {
    border-radius: 0.625em;
    font-size: 1em;
    padding: 0.75em 1.5em 0.75em;
  }
  .rate__list a span {
    font-size: 0.75em;
    line-height: 1;
  }
  .rate__content--inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 1.25em;
    margin-bottom: 0.9375em;
  }
  .rate__item {
    border: 0.0625em solid #484b52;
    border-radius: 0.625em;
    width: calc(50% - 0.9375em);
    padding: 0.75em 0.75em 1em;
  }
  .rate__head {
    text-align: center;
    position: relative;
    margin-bottom: 1.5em;
  }
  .rate__title {
    color: var(--light);
    font-size: 1.625em;
  }
  .rate_desc {
    color: #afb3b8;
    font-size: 0.875em;
    line-height: 1;
    margin-top: 0.6428571429em;
  }
  .rate__price {
    color: var(--light);
    font-size: 1.25em;
    line-height: 1;
    text-align: center;
  }
  .rate__label {
    background-color: #fccf4f;
    border-radius: 6.25em;
    color: #0a173a;
    font-weight: 500;
    font-size: 0.75em;
    line-height: 1;
    text-align: center;
    display: table;
    margin: 1.6666666667em auto 0;
    padding: 0.6666666667em 1.5em;
  }
  .rate__radio {
    height: 1.25em;
    width: 1.25em;
    position: absolute;
    top: 0;
    left: 0;
  }
  .rate__radio:before {
    height: 0.5em;
    width: 0.5em;
  }
}
@media (max-width: 48em) {
  .rate__list a {
    padding-right: 0.625em;
    padding-left: 0.625em;
  }
  .rate__item {
    width: 100%;
  }
}
.case__img {
  background-color: var(--light);
}
.case__img img {
  border: 0.0625em solid #a1abba;
  border-radius: 0.625em;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.case__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: var(--light);
}

.case__title {
  color: var(--dark);
  font-weight: 500;
}

.case__label {
  border-radius: 6.25em;
  display: table;
  line-height: 1;
}
.case__label.success {
  background-color: #68bc60;
  color: var(--light);
}
.case__label.default {
  background-color: var(--primary);
  color: var(--light);
}

.case__feature {
  background-color: #f7f8fa;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.case__feature--img {
  background-color: var(--light);
  border-radius: 0.625em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 4.625em;
      -ms-flex: 0 0 4.625em;
          flex: 0 0 4.625em;
  height: 4.625em;
  width: 4.625em;
}

@media (min-width: 75.0625em) {
  .wrap-carousel-case {
    width: 160vw;
  }
  .wrap-carousel-case .slick-track > .slick-slide + .slick-slide {
    margin-left: 4.375em;
  }
  .case__item {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    gap: 1.25em;
  }
  .case__img {
    border-radius: 1.875em;
    padding: 1.875em;
    width: 52em;
  }
  .case__content {
    border-radius: 1.875em;
    width: 27.625em;
    padding: 2.8125em 2.5em;
  }
  .case__title {
    font-size: 1.625em;
    line-height: 1.3;
    margin-bottom: 1.1538461538em;
  }
  .case__attr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0.875em;
  }
  .case__attr + .case__attr {
    margin-top: 1.5625em;
  }
  .case__label {
    font-size: 1em;
    padding: 0.6875em 1.25em;
  }
  .case__attr--title {
    font-size: 1.25em;
    line-height: 1.23;
  }
  .case__feature {
    border-radius: 1.25em;
    gap: 1.25em;
    margin-top: auto;
    margin-bottom: 1.25em;
    padding: 1em;
  }
  .case__feature--title {
    font-size: 1.125em;
    line-height: 1.44;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
@media (min-width: 75.0625em) and (max-width: 100em) {
  .wrap-carousel-case .slick-track > .slick-slide + .slick-slide {
    margin-left: 2.5em;
  }
  .case__img {
    width: 47.5em;
  }
  .case__title {
    font-size: 1.375em;
    margin-bottom: 1.3636363636em;
  }
  .case__content {
    width: 25em;
    padding: 2.5em 2.1875em;
  }
  .case__content .cbtn-lgx {
    padding-right: 1.5625em;
    padding-left: 1.5625em;
  }
  .case__feature {
    gap: 1em;
  }
  .case__feature--title {
    font-size: 1em;
  }
}
@media (min-width: 75.0625em) and (max-width: 87.5em) {
  .case__img {
    padding: 1.25em;
    width: 43.75em;
  }
  .case__content {
    width: 22.5em;
    padding: 1.875em;
  }
  .wrap-carousel-case .slick-track > .slick-slide + .slick-slide {
    margin-left: 1.875em;
  }
  .case__title {
    font-size: 1.25em;
    margin-bottom: 1em;
  }
  .case__label {
    font-size: 0.8125em;
  }
  .case__attr--title {
    font-size: 1em;
  }
  .case__feature {
    padding: 0.875em;
  }
  .case__feature--title {
    font-size: 0.875em;
  }
}
@media (max-width: 75em) {
  .case__item {
    width: calc(100vw - 2.5em) !important;
  }
  .wrap-carousel-case .slick-track {
    margin: 0 -0.625em;
  }
  .wrap-carousel-case .slick-track > .slick-slide > div {
    padding: 0 0.625em;
  }
  .case__img {
    border-radius: 1.25em;
    padding: 0.625em;
  }
  .case__content {
    border-radius: 1.25em;
    margin-top: 1.25em;
    padding: 1.25em;
  }
  .case__title {
    font-size: 1.25em;
    margin-bottom: 1em;
  }
  .case__attr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.625em;
  }
  .case__attr + .case__attr {
    margin-top: 0.875em;
  }
  .case__label {
    font-size: 0.875em;
    padding: 0.6875em 1em;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 7.1428571429em;
        -ms-flex: 0 0 7.1428571429em;
            flex: 0 0 7.1428571429em;
  }
  .case__attr--title {
    font-size: 0.875em;
    line-height: 1.23;
  }
  .case__feature {
    border-radius: 0.625em;
    gap: 1.125em;
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    padding: 1em;
  }
  .case__feature--title {
    font-size: 0.875em;
    line-height: 1.44;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
@media (min-width: 75.0625em) {
  .cBox1 {
    background-color: #ececf4;
    border-radius: 3.125em;
    padding: 5.9375em 5em 9.375em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 6.25em;
  }
  .cBox1__col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .cBox1__col .mt-a {
    margin-top: auto;
  }
  .cBox1__col1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 27.5em;
        -ms-flex: 0 0 27.5em;
            flex: 0 0 27.5em;
  }
  .cBox1__col2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 1.875em;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    position: relative;
  }
  .cBox1__box {
    border-radius: 3.125em;
    padding: 2.8125em;
    min-height: 16.5625em;
  }
  .cBox1__box span {
    display: block;
    font-size: 1.625em;
    line-height: 1.3;
  }
  .cBox1__box[data-index="1"] {
    background-color: #d8d8f0;
    flex:1;
  }

  .cBox1__box[data-index="2"] {
    background-color: #c0dcfb;
    flex:1;
    min-width: 35.125em;
    position: relative;
  }
  .cBox1__box[data-index="2"] .cBox1__img {
    display: table;
    margin-top: 5.625em;
    margin-left: auto;
  }
  .cBox1__box[data-index="2"]:before {
    content: url("data:image/svg+xml,%3Csvg width='207' height='200' viewBox='0 0 207 200' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M43 42C17.0247 33.6578 7.42014 25.4818 0 0V200H206.5C173 191.5 163.256 181.399 158.5 151.5V87.5C154.5 61 136 45 111.5 42.5L43 42Z' fill='%23ECECF4' /%3E%3C/svg%3E");
    position: absolute;
    bottom: 0;
    left: 0;
    width: 12.9375em;
    height: 12.5em;
  }
  .cBox1__box[data-index="3"] {
    background-color: #f5eed2;
    padding-bottom: 0;
  
    flex:1;
    /*position: relative;
    top: em(-150);*/
    margin-top: -9.375em;
    position: relative;
  }
  .cBox1__box[data-index="3"] .cBox1__img {
    display: table;
    margin: 3em auto 0;
  }
  .cBox1__box[data-index="4"] {
    background-color: var(--primary);
    color: var(--light);
    flex:1;
  }
}
@media (min-width: 75.0625em) and (max-width: 106.25em) {
  .cBox1 {
    padding: 5em 3.75em 7.5em;
  }
  .cBox1__box[data-index="2"] {
    min-width: 31.25em;
  }
  .cBox1__box[data-index="3"] {
    width: 25em;
  }
}
@media (min-width: 75.0625em) and (max-width: 100em) {
  .cBox1__box {
    min-height: 13.75em;
    padding: 2.25em;
  }
  .cBox1__box span {
    font-size: 1.25em;
  }
  .cBox1__box[data-index="2"] {
    min-width: 25.625em;
    flex:1;
  }
  .cBox1__box[data-index="3"] {
    width: 22.5em;
  }
  .cBox1 {
    gap: 3.125em;
  }
}
@media (min-width: 75.0625em) and (max-width: 87.5em) {
  .cBox1__box {
    border-radius: 1.875em;
    padding: 1.875em;
    min-height: 12.5em;
  }
  .cBox1__box span {
    font-size: 1.125em;
  }
  .cBox1__box[data-index="2"] {
    width: 21.875em;
  }
  .cBox1__box[data-index="3"] {
    width: 18.75em;
  }
  .cBox1__box[data-index="2"]:before {
    content: url("data:image/svg+xml,%3Csvg width='180' height='170' viewBox='0 0 207 200' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M43 42C17.0247 33.6578 7.42014 25.4818 0 0V200H206.5C173 191.5 163.256 181.399 158.5 151.5V87.5C154.5 61 136 45 111.5 42.5L43 42Z' fill='%23ECECF4' /%3E%3C/svg%3E");
    width: 11.25em;
    height: 10.625em;
    left: -0.125em;
  }
}
@media (max-width: 75em) {
  .cBox1 {
    background-color: #ececf4;
    border-radius: 1.875em;
    padding: 2.5em 1.25em;
    padding-bottom: 3.75em;
  }
  .cBox1__box {
    border-radius: 1.875em;
    width: 100%;
    padding: 1.875em 2em;
    position: relative;
  }
  .cBox1__box + .cBox1__box {
    margin-top: 0.625em;
  }
  .cBox1__box span {
    display: block;
    font-size: 1.25em;
    line-height: 1.5;
    position: relative;
    z-index: 1;
  }
  .cBox1__box[data-index="1"] {
    background-color: #d8d8f0;
  }
  .cBox1__box[data-index="2"] {
    background-color: #c0dcfb;
  }
  .cBox1__box[data-index="2"] .cBox1__img {
    width: 3.625em;
    height: 4em;
    position: absolute;
    right: 1.875em;
    bottom: 1.5625em;
  }
  .cBox1__box[data-index="3"] {
    background-color: #f5eed2;
  }
  .cBox1__box[data-index="3"] .cBox1__img {
    width: 6.375em;
    height: 5em;
    position: absolute;
    right: 1.875em;
    bottom: 0.125em;
  }
  .cBox1__box[data-index="4"] {
    background-color: var(--primary);
    color: var(--light);
  }
}
.cBox2 {
  background-color: var(--light);
  position: relative;
  overflow: hidden;
}
.cBox2 .section__head {
  position: relative;
  z-index: 1;
}
.cBox2 .lead {
  position: relative;
  z-index: 1;
}

@media (min-width: 75.0625em) {
  .cBox2 {
    border-radius: 3.125em;
    padding: 5.9375em 5em 23.75em;
    margin-top: -3.75em;
  }
  .cBox2__img {
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .cBox2__img--desc {
    position: absolute;
    right: 11.375em;
    top: 22.8125em;
    z-index: 2;
  }
  .cBox2__img--desc span.t {
    display: block;
    font-size: 1.375em;
    font-weight: 500;
    line-height: 1;
  }
  .cBox2__img--desc span:not(.t) {
    font-size: 0.75em;
    font-weight: 500;
    line-height: 1;
    display: block;
    margin-top: 0.1666666667em;
    padding-left: 1.1666666667em;
  }
  .cBox2__box {
    background-color: #f7f8fa;
    border-radius: 1.25em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.875em;
    padding: 1.5625em;
    position: absolute;
    right: 22.375em;
    top: 14.0625em;
    z-index: 1;
  }
  .cBox2__box--img {
    background-color: var(--light);
    border-radius: 0.625em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 4.625em;
    width: 4.625em;
  }
  .cBox2__box--title {
    color: #69748b;
    font-size: 1.25em;
    line-height: 1.4;
  }
}
@media (min-width: 75.0625em) and (max-width: 100em) {
  .cBox2__img img {
    height: 47.5em;
    width: auto;
  }
  .cBox2__img--desc {
    right: 10em;
    top: 18.75em;
  }
  .cBox2__box {
    right: 15em;
    top: 9.375em;
  }
  .cBox2__box--title {
    font-size: 1.125em;
  }
}
@media (min-width: 75.0625em) and (max-width: 87.5em) {
  .cBox2 {
    padding: 5em 3.75em 21.875em;
  }
  .cBox2__img img {
    height: 43.75em;
  }
}
@media (max-width: 75em) {
  .cBox2 {
    border-radius: 1.875em;
    padding: 2.5em 1.25em 10.625em;
    margin-top: -1.875em;
  }
  .cBox2__img {
    position: absolute;
    bottom: 0.9375em;
    right: 0;
  }
  .cBox2__img img {
    width: 19.5625em;
    height: auto;
  }
  .cBox2__box {
    background-color: #f7f8fa;
    border-radius: 0.625em;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0.625em;
    padding: 0.75em;
    margin-top: 1.875em;
    margin-left: 0.625em;
    position: relative;
    z-index: 1;
    /*position: absolute;
    right: em(358);
    top: em(225);
    z-index: 1;*/
  }
  .cBox2__box--img {
    background-color: var(--light);
    border-radius: 0.625em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 2.5em;
    width: 2.5em;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 2.5em;
        -ms-flex: 0 0 2.5em;
            flex: 0 0 2.5em;
  }
  .cBox2__box--img img {
    height: 1.375em;
    width: auto;
  }
  .cBox2__box--title {
    color: #69748b;
    font-size: 0.875em;
    line-height: 1.4;
  }
  .cBox2__img--desc {
    position: absolute;
    right: 2.5em;
    top: 3.125em;
    z-index: 2;
  }
  .cBox2__img--desc span.t {
    display: block;
    font-size: 0.9375em;
    font-weight: 500;
    line-height: 1;
  }
  .cBox2__img--desc span:not(.t) {
    font-size: 0.625em;
    font-weight: 500;
    line-height: 1;
    display: block;
    margin-top: 0.2em;
    padding-left: 1.2em;
  }
}
.feature__item {
  background-color: #ececf4;
  position: relative;
}
.feature__item:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
}

.feature__check {
  position: absolute;
  background-color: var(--primary);
  border-radius: 6.25em;
  text-align: center;
}

@media (min-width: 75.0625em) {
  .c-section1 {
    border-top: 0.0625em solid #e0e0e9;
  }
  .feature__item {
    border-radius: 1.875em;
    padding: 2.8125em 3.125em;
  }
  .feature__item:before {
    content: url("data:image/svg+xml,%3Csvg width='167' height='167' viewBox='0 0 167 167' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='167.007' height='167.007' fill='%23F7F8FA' /%3E%3Cpath d='M83.5039 0H167.008V53.5037C167.008 70.0722 153.576 83.5037 137.008 83.5037H83.5039V0Z' fill='%23ECECF4' /%3E%3Cpath d='M0 0H83.5037V137.007C83.5037 153.576 70.0722 167.007 53.5037 167.007H0V0Z' fill='%23ECECF4' /%3E%3Crect x='74.5957' y='72.3701' width='51.2156' height='51.2156' fill='%23ECECF4' /%3E%3Cpath d='M83.5039 123.503C83.5039 101.412 101.413 83.5034 123.504 83.5034H167.008V137.007C167.008 153.576 153.576 167.007 137.008 167.007H83.5039V123.503Z' fill='%23F7F8FA' /%3E%3C/svg%3E");
    height: 10.4375em;
    width: 10.4375em;
  }
  .feature__title {
    color: var(--dark);
    font-size: 2.25em;
  }
  .feature__desc {
    color: #69748b;
    font-size: 1.375em;
    line-height: 1.45455;
    margin-top: 5.2272727273em;
  }
  .feature__check {
    bottom: 0.75em;
    right: 0.75em;
    height: 3.1875em;
    width: 3.1875em;
    line-height: 3.4375em;
  }
}
@media (min-width: 75.0625em) and (max-width: 100em) {
  .feature__title {
    font-size: 1.5em;
  }
  .feature__desc {
    font-size: 1.25em;
  }
}
@media (max-width: 75em) {
  .c-section1 {
    padding-top: 0 !important;
  }
  .feature__item {
    border-radius: 1.875em;
    padding: 1.875em;
  }
  .feature__item:before {
    content: url("data:image/svg+xml,%3Csvg width='103' height='103' viewBox='0 0 167 167' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='167.007' height='167.007' fill='%23F7F8FA' /%3E%3Cpath d='M83.5039 0H167.008V53.5037C167.008 70.0722 153.576 83.5037 137.008 83.5037H83.5039V0Z' fill='%23ECECF4' /%3E%3Cpath d='M0 0H83.5037V137.007C83.5037 153.576 70.0722 167.007 53.5037 167.007H0V0Z' fill='%23ECECF4' /%3E%3Crect x='74.5957' y='72.3701' width='51.2156' height='51.2156' fill='%23ECECF4' /%3E%3Cpath d='M83.5039 123.503C83.5039 101.412 101.413 83.5034 123.504 83.5034H167.008V137.007C167.008 153.576 153.576 167.007 137.008 167.007H83.5039V123.503Z' fill='%23F7F8FA' /%3E%3C/svg%3E");
    height: 6.4375em;
    width: 6.4375em;
  }
  .feature__title {
    color: var(--dark);
    font-size: 1.25em;
  }
  .feature__desc {
    color: #69748b;
    font-size: 0.875em;
    line-height: 1.45455;
    margin-top: 5.7142857143em;
    position: relative;
    padding-right: 2.8571428571em;
  }
  .feature__desc br {
    display: none;
  }
  .feature__check {
    bottom: 0;
    right: 0;
    height: 2.625em;
    width: 2.625em;
    line-height: 2.8125em;
  }
  .feature__check svg {
    height: 0.875em;
    width: 0.875em;
  }
}
.boxFaqMain {
  border-radius: 1.25em;
  position: relative;
  overflow: hidden;
  /*&:before {
  	content: '';
  	background: linear-gradient(180deg, #fff 0%, #f7f8fa 100%);
  	position: absolute;
  	bottom: 0;
  	left: 0;
  	width: 100%;
  	height: 100%;
  }*/
}

/**/
.boxFaq {
  background-color: var(--light);
  border-radius: 1.25em;
}

@media (min-width: 75.0625em) {
  .bgr-c1 {
    background: -webkit-gradient(linear, left top, left bottom, from(#ececf4), to(#f7f8fa));
    background: -webkit-linear-gradient(top, #ececf4 0%, #f7f8fa 100%);
    background: linear-gradient(180deg, #ececf4 0%, #f7f8fa 100%);
  }
  .boxFaqMain {
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f7f8fa));
    background: -webkit-linear-gradient(top, #fff 0%, #f7f8fa 100%);
    background: linear-gradient(180deg, #fff 0%, #f7f8fa 100%);
    padding: 2.8125em;
    height: 100%;
  }
  .boxFaqMain .cbtn-lgx {
    padding-right: 0.625em !important;
    padding-left: 0.625em !important;
  }
  .boxFaqMain__title {
    font-size: 1.375em;
    line-height: 1.45455;
  }
  .boxFaqMain__desc {
    color: #69748b;
    font-size: 1.125em;
    line-height: 1.55556;
    margin-top: 1em;
  }
  .boxFaq {
    padding: 2.8125em 3.125em;
  }
  .boxFaq + .boxFaq {
    margin-top: 1.25em;
  }
  .boxFaq__title {
    font-size: 1.375em;
    line-height: 1.45455;
  }
  .boxFaq__desc {
    color: #69748b;
    font-size: 1.125em;
    line-height: 1.55556;
    margin-top: 2.2222222222em;
  }
}
@media (min-width: 75.0625em) and (max-width: 100em) {
  .boxFaqMain__desc {
    font-size: 1em;
  }
  .boxFaq__title {
    font-size: 1.25em;
  }
  .boxFaq__desc {
    font-size: 1em;
  }
}
@media (min-width: 75.0625em) and (max-width: 87.5em) {
  .boxFaq,
  .boxFaqMain {
    padding: 2.1875em;
  }
}
@media (max-width: 75em) {
  .bgr-c1 {
    background-color: #ededf4;
  }
  .boxFaq {
    padding: 1em 1.5em;
  }
  .boxFaq + .boxFaq {
    margin-top: 0.625em;
  }
  .boxFaq__title {
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0.75em;
  }
  .boxFaq__title:after {
    content: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.8082 0.592395L11.4151 0.196587C11.2914 0.0729763 11.1268 0.0048782 10.9509 0.0048782C10.7751 0.0048782 10.6103 0.0729763 10.4866 0.196587L6.00268 4.68072L1.51357 0.191611C1.39006 0.0680006 1.22528 0 1.04947 0C0.873666 0 0.708786 0.0680006 0.585176 0.191611L0.192002 0.58498C-0.0640005 0.840787 -0.0640005 1.25747 0.192002 1.51328L5.53683 6.87732C5.66034 7.00084 5.82493 7.08786 6.00229 7.08786H6.00434C6.18025 7.08786 6.34483 7.00074 6.46835 6.87732L11.8082 1.52782C11.9319 1.4043 11.9998 1.23474 12 1.05894C12 0.883031 11.9319 0.715811 11.8082 0.592395Z' fill='%231E2127' /%3E%3C/svg%3E");
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 0.75em;
        -ms-flex: 0 0 0.75em;
            flex: 0 0 0.75em;
  }
  .boxFaq__title span {
    font-size: 0.875em;
    line-height: 1.45;
  }
  .boxFaq__title br {
    display: none;
  }
  .boxFaq__desc {
    display: none;
    color: #69748b;
    font-size: 0.875em;
    line-height: 1.55556;
    padding-top: 1em;
  }
  .boxFaqMain {
    background-color: var(--light);
    padding: 1.5625em 1.375em;
    text-align: center;
  }
  .boxFaqMain .cbtn.w100 {
    width: auto !important;
  }
  .boxFaqMain .cbtn-lgx {
    padding-right: 1.25em !important;
    padding-left: 1.25em !important;
  }
  .boxFaqMain__title {
    font-size: 1.25em;
    line-height: 1.45455;
  }
  .boxFaqMain__desc {
    color: #69748b;
    font-size: 0.875em;
    line-height: 1.55556;
    margin-top: 0.8571428571em;
  }
  .boxFaqMain__desc br {
    display: none;
  }
}
.cta__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.cta__item {
  border: 0.0625em solid rgba(255, 255, 255, 0.1);
  border-radius: 0.625em;
  color: var(--light);
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 75.0625em) {
  .section-cta {
    background: -webkit-linear-gradient(231deg, #1e2127 0%, #325e8f 71.63%, #333841 100%);
    background: linear-gradient(219deg, #1e2127 0%, #325e8f 71.63%, #333841 100%);
    border-radius: 3.125em;
    position: relative;
    padding-top: 8.125em;
  }
  .cta-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 11.5625em;
  }
  .cta__heading {
    color: var(--light);
    font-weight: 500;
    font-size: 3.125em;
    line-height: 1.2;
  }
  .cta__img {
    margin-top: 5em;
  }
  .cta__desc {
    color: var(--light);
    font-size: 1.25em;
    line-height: 1.5;
  }
  .cta__items {
    margin-top: 5em;
  }
  .cta__item {
    gap: 0.75em;
    padding: 0.6875em 1em 0.625em;
  }
  .cta__item span {
    font-size: 1.125em;
    line-height: 1;
  }
  .cta__item + .cta__item {
    margin-top: 0.8125em;
  }
}
@media (min-width: 75.0625em) and (max-width: 87.5em) {
  .cta__heading {
    font-size: 2.875em;
  }
  .cta__img {
    height: auto;
    width: 20em;
  }
  .cta__desc {
    font-size: 1em;
  }
  .section-cta {
    padding-top: 6.25em;
  }
  .cta__img {
    margin-top: 3.75em;
  }
}
@media (max-width: 75em) {
  .section-cta {
    background: -webkit-linear-gradient(231deg, #1e2127 0%, #325e8f 71.63%, #333841 100%);
    background: linear-gradient(219deg, #1e2127 0%, #325e8f 71.63%, #333841 100%);
    border-radius: 1.875em;
    padding: 2.8125em 0 18.75em;
    position: relative;
    overflow: hidden;
  }
  .section-cta .cbtn.w100 {
    width: auto !important;
  }
  .cta__heading {
    color: var(--light);
    font-weight: 500;
    font-size: 1.75em;
    line-height: 1.3;
  }
  .cta__desc {
    color: var(--light);
    font-size: 0.875em;
    line-height: 1.5;
    margin-top: 1.5714285714em;
  }
  .cta__img {
    position: absolute;
    bottom: -4.0625em;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    height: auto;
    width: 13.3125em;
  }
  .cta__items {
    margin-top: 1.5em;
  }
  .cta__item {
    gap: 0.625em;
    padding: 0.5625em 0.75em 0.5em;
  }
  .cta__item svg {
    width: 0.875em;
    height: 0.875em;
  }
  .cta__item span {
    font-size: 0.875em;
  }
  .cta__item + .cta__item {
    margin-top: 0.75em;
  }
}
/*

74 - lgx
60 - lg
60 - lg2
54 - lgs
46 - md
48 - md2
40 - sm

*/
.cbtn {
  border-style: solid;
  display: inline-block;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
}
.cbtn span {
  display: inline-block;
  vertical-align: middle;
}
.cbtn svg {
  display: inline-block;
  vertical-align: middle;
}

.cbtn-default {
  background-color: var(--primary);
  border-color: var(--primary);
  color: var(--light);
}
.cbtn-default svg path[fill] {
  fill: var(--light);
}
.cbtn-default svg path[stroke] {
  stroke: var(--light);
}
.cbtn-default:hover, .cbtn-default:focus, .cbtn-default:active {
  background-color: transparent;
  border-color: var(--primary);
  color: var(--primary);
}
.cbtn-default:hover svg path[fill], .cbtn-default:focus svg path[fill], .cbtn-default:active svg path[fill] {
  fill: var(--primary);
}
.cbtn-default:hover svg path[stroke], .cbtn-default:focus svg path[stroke], .cbtn-default:active svg path[stroke] {
  stroke: var(--primary);
}

.cbtn-acent {
  background-color: var(--acent);
  border-color: var(--acent);
  color: var(--light);
}
.cbtn-acent svg path[fill] {
  fill: var(--light);
}
.cbtn-acent svg path[stroke] {
  stroke: var(--light);
}
.cbtn-acent:hover, .cbtn-acent:focus, .cbtn-acent:active {
  background-color: var(--primary);
  border-color: var(--primary);
  color: var(--light);
}
.cbtn-acent:hover svg path[fill], .cbtn-acent:focus svg path[fill], .cbtn-acent:active svg path[fill] {
  fill: var(--light);
}
.cbtn-acent:hover svg path[stroke], .cbtn-acent:focus svg path[stroke], .cbtn-acent:active svg path[stroke] {
  stroke: var(--light);
}

.cbtn-gray {
  background-color: #ececf4;
  border-color: #ececf4;
  color: var(--dark);
}
.cbtn-gray svg path[fill] {
  fill: var(--dark);
}
.cbtn-gray svg path[stroke] {
  stroke: var(--dark);
}
.cbtn-gray:hover, .cbtn-gray:focus, .cbtn-gray:active {
  background-color: var(--primary);
  border-color: var(--primary);
  color: var(--light);
}
.cbtn-gray:hover svg path[fill], .cbtn-gray:focus svg path[fill], .cbtn-gray:active svg path[fill] {
  fill: var(--light);
}
.cbtn-gray:hover svg path[stroke], .cbtn-gray:focus svg path[stroke], .cbtn-gray:active svg path[stroke] {
  stroke: var(--light);
}

.cbtn-acent-light {
  background-color: var(--acent-light);
  border-color: var(--acent-light);
  color: var(--acent);
}
.cbtn-acent-light svg path[fill] {
  fill: var(--acent);
}
.cbtn-acent-light svg path[stroke] {
  stroke: var(--acent);
}
.cbtn-acent-light:hover, .cbtn-acent-light:focus, .cbtn-acent-light:active {
  background-color: var(--primary);
  border-color: var(--primary);
  color: var(--light);
}
.cbtn-acent-light:hover svg path[fill], .cbtn-acent-light:focus svg path[fill], .cbtn-acent-light:active svg path[fill] {
  fill: var(--light) !important;
}
.cbtn-acent-light:hover svg path[stroke], .cbtn-acent-light:focus svg path[stroke], .cbtn-acent-light:active svg path[stroke] {
  stroke: var(--light) !important;
}

.cbtn-transparent {
  background-color: transparent;
  border-color: transparent;
  color: var(--dark);
}
.cbtn-transparent:hover, .cbtn-transparent:focus, .cbtn-transparent:active {
  color: var(--primary);
}
.cbtn-transparent:hover svg path[fill], .cbtn-transparent:focus svg path[fill], .cbtn-transparent:active svg path[fill] {
  fill: var(--primary) !important;
}
.cbtn-transparent:hover svg path[stroke], .cbtn-transparent:focus svg path[stroke], .cbtn-transparent:active svg path[stroke] {
  stroke: var(--primary) !important;
}

.cbtn-success {
  background-color: var(--success);
  border-color: var(--success);
  color: var(--light);
}
.cbtn-success:hover, .cbtn-success:focus, .cbtn-success:active {
  background-color: var(--success-light);
  border-color: var(--success-light);
  color: var(--light);
}

.cbtn-info {
  background-color: var(--primary);
  border-color: var(--primary);
  color: var(--light);
}
.cbtn-info:hover, .cbtn-info:focus, .cbtn-info:active {
  background-color: var(--primary-light);
  border-color: var(--primary-light);
  color: var(--light);
}

.cbtn-danger {
  background-color: var(--danger);
  border-color: var(--danger);
  color: var(--light);
}
.cbtn-danger:hover, .cbtn-danger:focus, .cbtn-danger:active {
  background-color: var(--danger-light);
  border-color: var(--danger-light);
  color: var(--light);
}

.cbtn-light {
  background-color: var(--light);
  border-color: var(--light);
  border-width: 0.0625em;
  border-style: solid;
  color: #BCC2CC;
}
.cbtn-light:hover, .cbtn-light:focus, .cbtn-light:active {
  background-color: var(--gray2);
  border-color: var(--gray2);
  color: var(--gray-dark);
}
.cbtn-light.bordered {
  border-color: var(--gray2);
}

.cbtn-circle {
  display: inline-block;
  border: 0.0625em solid var(--gray2);
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
}
.cbtn-circle svg {
  display: inline-block;
  vertical-align: middle;
}

.cbtn-square {
  display: inline-block;
  border: 0.0625em solid var(--gray2);
  border-radius: var(--radius-default);
  text-align: center;
  vertical-align: middle;
}
.cbtn-square svg {
  display: inline-block;
  vertical-align: middle;
}

.cbtn-round {
  border-radius: 6.25em;
  vertical-align: middle;
}

.cbtn-outline {
  background-color: transparent;
}
.cbtn-outline.cbtn-acent {
  border-color: var(--gray4);
  color: var(--dark);
}
.cbtn-outline.cbtn-acent svg path[fill] {
  fill: var(--dark);
}
.cbtn-outline.cbtn-acent svg path[stroke] {
  stroke: var(--dark);
}
.cbtn-outline.cbtn-acent:hover {
  background-color: var(--primary);
  border-color: var(--primary);
  color: var(--light);
}
.cbtn-outline.cbtn-acent:hover svg path[fill] {
  fill: var(--light) !important;
}
.cbtn-outline.cbtn-acent:hover svg path[stroke] {
  stroke: var(--light) !important;
}
.cbtn-outline.cbtn-acent-light {
  border-color: var(--acent-light);
  color: var(--acent);
}
.cbtn-outline.cbtn-acent-light svg path[fill] {
  fill: var(--acent);
}
.cbtn-outline.cbtn-acent-light svg path[stroke] {
  stroke: var(--acent);
}
.cbtn-outline.cbtn-acent-light:hover {
  background-color: var(--acent-light);
  border-color: var(--acent-light);
  color: var(--acent);
}
.cbtn-outline.cbtn-acent-light:hover svg path[fill] {
  fill: var(--acent) !important;
}
.cbtn-outline.cbtn-acent-light:hover svg path[stroke] {
  stroke: var(--acent) !important;
}

.cbtn-sm {
  border-radius: var(--radius-default);
  border-width: 0.0625em;
}

.cbtn-md {
  border-radius: var(--radius-default);
  border-width: 0.0625em;
}

.cbtn-lg {
  border-radius: var(--radius-default);
  border-width: 0.0625em;
}

.cbtn-lg2 {
  border-radius: var(--radius-default);
  border-width: 0.0625em;
}

.cbtn-lgs {
  border-radius: var(--radius-default);
  border-width: 0.0625em;
}

.cbtn-lgx {
  border-radius: var(--radius-default);
  border-width: 0.0625em;
}

@media (min-width: 75.0625em) {
  .cbtn-square,
  .cbtn-circle {
    line-height: 2.25em;
  }
  .cbtn-square--md {
    height: 2.5em;
    width: 2.5em;
  }
  .cbtn-circle--md {
    height: 2.5em;
    width: 2.5em;
  }
  .cbtn-circle--md-long {
    border-radius: 6.25em;
    width: 60px;
    height: 2.5em;
  }
  .cbtn-circle--md-long svg + svg {
    margin-left: 0.4375em;
  }
  .cbtn-round--md {
    padding: 0.3125em 0.3125em 0.3125em 1.125em;
  }
  .cbtn-round--md span {
    font-weight: 500;
    font-size: 0.875em;
  }
  .cbtn-round--md svg {
    margin-left: 0.75em;
  }
  .cbtn-sm {
    min-width: 7.5em;
    padding: 0.375em 1em 0.4375em;
  }
  .cbtn-sm span {
    font-weight: 500;
    font-size: 1em;
  }
  .cbtn-sm span + svg {
    margin-left: 0.4375em;
  }
  .cbtn-sm svg + span {
    margin-left: 0.4375em;
  }
  .cbtn-md {
    min-width: 7.5em;
    padding: 0.625em 1.25em;
  }
  .cbtn-md span {
    font-weight: 500;
    font-size: 0.875em;
  }
  .cbtn-md span + svg {
    margin-left: 0.4375em;
  }
  .cbtn-md svg + span {
    margin-left: 0.5em;
  }
  .cbtn-md.cbtn-square {
    min-width: 2.6875em;
  }
  .cbtn-lg {
    padding: 0.9375em 2em 1em;
  }
  .cbtn-lg span {
    font-weight: 500;
    font-size: 1.125em;
  }
  .cbtn-lg span + svg {
    margin-left: 1.25em;
  }
  .cbtn-lg svg + span {
    margin-left: 1.1111111111em;
  }
  .cbtn-lg2 {
    padding: 1.1875em 2em 1.125em;
  }
  .cbtn-lg2 span {
    font-weight: 500;
    font-size: 1.125em;
  }
  .cbtn-lg2 span + svg {
    margin-left: 1.25em;
  }
  .cbtn-lg2 svg + span {
    margin-left: 1.1111111111em;
  }
  .cbtn-lgs {
    min-width: 7.5em;
    padding: 0.8125em 2.1875em 0.875em;
  }
  .cbtn-lgs span {
    font-weight: 500;
    font-size: 1em;
  }
  .cbtn-lgs span + svg {
    margin-left: 0.4375em;
  }
  .cbtn-lgs svg + span {
    margin-left: 0.4375em;
  }
  .cbtn-lgx {
    min-width: 7.5em;
    padding: 1.5em 3.75em;
  }
  .cbtn-lgx span {
    font-weight: 500;
    font-size: 1.25em;
  }
  .cbtn-lgx span + svg {
    margin-left: 0.75em;
  }
  .cbtn-lgx svg + span {
    margin-left: 0.6em;
  }
}
@media (max-width: 75em) {
  .cbtn-square,
  .cbtn-circle {
    line-height: 2.25em;
  }
  .cbtn-square--md {
    height: 1.75em;
    width: 1.75em;
    line-height: 1.5625em;
  }
  .cbtn-square--md svg {
    width: 0.6875em;
    height: auto;
  }
  .cbtn-circle--md {
    height: 1.75em;
    width: 1.75em;
    line-height: 1.5625em;
  }
  .cbtn-circle--md svg {
    width: 0.6875em;
    height: auto;
  }
  .cbtn-circle--md-long {
    border-radius: 6.25em;
    width: 2.875em;
    height: 1.75em;
    line-height: 1.625em;
  }
  .cbtn-circle--md-long svg + svg {
    margin-left: 0.3125em;
  }
  .cbtn-circle--md-long svg {
    max-width: 0.6875em;
    height: auto;
  }
  .cbtn-round--md {
    padding: 0.1875em 0.1875em 0.1875em 0.625em;
  }
  .cbtn-round--md span {
    font-weight: 500;
    font-size: 0.625em;
    line-height: 1.3;
  }
  .cbtn-round--md svg {
    width: 1.375em;
    height: 1.375em;
    margin-left: 0.1875em;
    position: relative;
    top: -0.0625em;
  }
  .cbtn-sm {
    padding: 0.3125em 0.625em 0.375em;
  }
  .cbtn-sm span {
    font-weight: 500;
    font-size: 0.75em;
  }
  .cbtn-sm span + svg {
    margin-left: 0.375em;
  }
  .cbtn-sm svg + span {
    margin-left: 0.5em;
  }
  .cbtn-sm svg {
    height: 1.3333333333em;
    width: auto;
  }
  .cbtn-md {
    min-width: 5.875em;
    padding: 0.25em 0.625em 0.375em;
  }
  .cbtn-md span {
    font-weight: 500;
    font-size: 0.875em;
  }
  .cbtn-md span + svg {
    margin-left: 0.25em;
  }
  .cbtn-md svg + span {
    margin-left: 0.2857142857em;
  }
  .cbtn-md.cbtn-square {
    min-width: 2.5em;
    height: 2.5em;
    line-height: 1.75em;
  }
  .cbtn-md.cbtn-square svg {
    width: 0.75em;
  }
  .cbtn-md svg {
    width: 0.75em;
    height: auto;
  }
  .cbtn-lg {
    padding: 0.625em 1.375em 0.6875em;
  }
  .cbtn-lg span {
    font-weight: 500;
    font-size: 1em;
  }
  .cbtn-lg span + svg {
    margin-left: 0.625em;
  }
  .cbtn-lg svg + span {
    margin-left: 0.625em;
  }
  .cbtn-lg svg {
    height: 1.25em;
    width: auto;
  }
  .cbtn-lg2 {
    padding: 1.1875em 1.375em 1.125em;
  }
  .cbtn-lg2 span {
    font-weight: 500;
    font-size: 1.125em;
  }
  .cbtn-lg2 span + svg {
    margin-left: 1.25em;
  }
  .cbtn-lg2 svg + span {
    margin-left: 1.1111111111em;
  }
  .cbtn-lgs {
    min-width: 7.5em;
    padding: 0.8125em 1.5625em 0.875em;
  }
  .cbtn-lgs span {
    font-weight: 500;
    font-size: 1em;
  }
  .cbtn-lgs span + svg {
    margin-left: 0.4375em;
  }
  .cbtn-lgs svg + span {
    margin-left: 0.4375em;
  }
  .cbtn-lgx {
    padding: 1em 1.875em 1.0625em;
  }
  .cbtn-lgx span {
    font-weight: 500;
    font-size: 1em;
  }
  .cbtn-lgx span + svg {
    margin-left: 0.625em;
  }
  .cbtn-lgx svg + span {
    margin-left: 0.625em;
  }
  .cbtn-lgx svg {
    height: 0.5em;
    width: auto;
  }
}
.form-group {
  width: 100%;
}
.form-group label {
  display: block;
  font-weight: 400;
  font-size: 0.875em;
  margin-bottom: 1em;
}
.form-group label .tooltip {
  position: relative;
  left: 0.5714285714em;
  top: 0.1428571429em;
}

.form-control {
  border-radius: var(--radius-default);
  font-weight: 400;
  width: 100%;
  line-height: 1;
}
.form-control:not(.dark) {
  border: 0.0625em solid var(--gray-light);
  color: var(--dark);
}
.form-control:not(.dark)::-webkit-input-placeholder {
  color: var(--gray-dark);
}
.form-control:not(.dark)::-moz-placeholder {
  color: var(--gray-dark);
}
.form-control:not(.dark):-ms-input-placeholder {
  color: var(--gray-dark);
}
.form-control:not(.dark)::-ms-input-placeholder {
  color: var(--gray-dark);
}
.form-control:not(.dark)::placeholder {
  color: var(--gray-dark);
}
.form-control.dark {
  background-color: #2b2f36;
  border: 0.0625em solid #484b52;
  color: var(--light);
}
.form-control.dark::-webkit-input-placeholder {
  color: #727887;
}
.form-control.dark::-moz-placeholder {
  color: #727887;
}
.form-control.dark:-ms-input-placeholder {
  color: #727887;
}
.form-control.dark::-ms-input-placeholder {
  color: #727887;
}
.form-control.dark::placeholder {
  color: #727887;
}

.form-label {
  display: block;
  font-size: 0.9375em;
  margin-bottom: 1.0666666667em;
}

.customCheckbox {
  display: inline-block;
  cursor: pointer;
  position: relative;
  line-height: 1;
}
.customCheckbox input {
  display: none;
}
.customCheckbox input:checked + .customCheckbox__checkbox {
  background-color: var(--primary);
}

.customCheckbox__checkbox {
  display: inline-block;
  background-color: var(--light);
  border: 0.0625em solid var(--gray2);
  border-radius: var(--radius-sm);
  vertical-align: middle;
  position: relative;
}
.customCheckbox__checkbox:before {
  content: url("data:image/svg+xml,%3Csvg width='9' height='7' viewBox='0 0 9 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.44629 6.86513C3.36035 6.95167 3.24317 7 3.12139 7C2.99962 7 2.88244 6.95167 2.7965 6.86513L0.201966 4.26582C-0.0673219 3.99609 -0.0673219 3.5588 0.201966 3.28953L0.526857 2.9641C0.796145 2.69436 1.23224 2.69436 1.50153 2.9641L3.12139 4.58665L7.49847 0.202302C7.76776 -0.0674338 8.20431 -0.0674338 8.47314 0.202302L8.79803 0.527733C9.06732 0.797469 9.06732 1.23475 8.79803 1.50403L3.44629 6.86513Z' fill='white' /%3E%3C/svg%3E");
  position: absolute;
  line-height: 1;
}

.customCheckbox__text {
  display: inline-block;
  vertical-align: middle;
}

.custom-select {
  position: relative;
}

.custom-select__option--value {
  background-color: var(--light);
  border: 0.0625em solid var(--gray2);
  border-radius: var(--radius-default);
  color: var(--gray-dark);
  cursor: pointer;
  font-weight: 500;
  font-size: 1em;
  width: 100%;
  text-align: left;
  padding: 0.8125em 1.25em 0.6875em;
  padding-right: 2.6875em;
  position: relative;
}

.custom-select__option--value:before {
  content: url("data:image/svg+xml,%3Csvg width='10' height='7' viewBox='0 0 10 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.84016 0.794433L9.5126 0.431609C9.40951 0.318299 9.27235 0.255875 9.12577 0.255875C8.97926 0.255875 8.84194 0.318299 8.73885 0.431609L5.00224 4.54206L1.26131 0.427048C1.15838 0.313738 1.02107 0.251404 0.87456 0.251404C0.728055 0.251404 0.590655 0.313738 0.487646 0.427048L0.160001 0.787636C-0.0533338 1.02213 -0.0533338 1.40409 0.160001 1.63858L4.61402 6.55562C4.71695 6.66884 4.8541 6.74861 5.00191 6.74861H5.00362C5.1502 6.74861 5.28736 6.66875 5.39029 6.55562L9.84016 1.6519C9.94325 1.53868 9.99984 1.38325 10 1.22209C10 1.06085 9.94325 0.907564 9.84016 0.794433Z' fill='%23A7B2D0' /%3E%3C/svg%3E");
  position: absolute;
  right: 1.25em;
  line-height: 1;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}

.custom-select__dropdown {
  background-color: var(--light);
  border: 0.0625em solid var(--gray2);
  border-radius: var(--radius-default);
  position: absolute;
  top: calc(100% + 0.3125em);
  left: 0;
  width: 100%;
  overflow: hidden;
  z-index: 11;
}

.custom-select__dropdown .custom-select__option {
  background-color: var(--light);
  border: none;
  color: var(--gray-dark);
  font-weight: 500;
  width: 100%;
  text-align: left;
  padding: 0.6875em 1.5em;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}

.custom-select__dropdown .custom-select__option:hover {
  background-color: var(--gray-light);
  color: var(--acent);
}

.custom-select--active .custom-select__option--value:before {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

/*
.custom-select--active .custom-select__option--value {
	color: var(--gray2);
	border-color: var(--gray2);
}
*/
select.form-control + .custom-select .custom-select__option--value {
  border-color: var(--gray-light);
  color: var(--dark);
  height: 3.75em;
  padding: 1.375em 1.5625em;
}
select.form-control + .custom-select .custom-select__option--value:before {
  content: url("data:image/svg+xml,%3Csvg width='10' height='7' viewBox='0 0 10 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.84016 0.794433L9.5126 0.431609C9.40951 0.318299 9.27235 0.255875 9.12577 0.255875C8.97926 0.255875 8.84194 0.318299 8.73885 0.431609L5.00224 4.54206L1.26131 0.427048C1.15838 0.313738 1.02107 0.251404 0.87456 0.251404C0.728055 0.251404 0.590655 0.313738 0.487646 0.427048L0.160001 0.787636C-0.0533338 1.02213 -0.0533338 1.40409 0.160001 1.63858L4.61402 6.55562C4.71695 6.66884 4.8541 6.74861 5.00191 6.74861H5.00362C5.1502 6.74861 5.28736 6.66875 5.39029 6.55562L9.84016 1.6519C9.94325 1.53868 9.99984 1.38325 10 1.22209C10 1.06085 9.94325 0.907564 9.84016 0.794433Z' fill='%230A173A' /%3E%3C/svg%3E");
}
select.form-control + .custom-select .custom-select__dropdown {
  top: calc(100% + 0.35em);
  border-color: var(--gray-light);
}
select.form-control + .custom-select .custom-select__dropdown .custom-select__option {
  color: var(--dark);
  padding: 1em 1.5625em;
}

.tooltip {
  cursor: pointer;
  position: relative;
  line-height: 1;
}
.tooltip:before {
  content: attr(data-title);
  cursor: default;
  background-color: var(--acent-light);
  border-radius: 0.4285714286em;
  font-size: 1em;
  color: var(--acent-dark);
  position: absolute;
  min-width: 15.7142857143em;
  text-align: center;
  padding: 0.7142857143em;
  line-height: 1.2;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}
.tooltip:after {
  content: "";
  cursor: default;
  display: block;
  position: absolute;
  -webkit-transition: all 300ms;
  transition: all 300ms;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}
.tooltip:hover:before, .tooltip:hover:after {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

[data-tooltip-parent] {
  cursor: pointer;
  position: relative;
  /*
  &:hover {

  	[data-tooltip] {
  		visibility: visible;
  		opacity: 1;
  		z-index: 11;
  	}
  }
  */
}
[data-tooltip-parent].active [data-tooltip] {
  visibility: visible;
  opacity: 1;
  z-index: 11;
}

[data-tooltip] {
  background-color: var(--light);
  border-radius: var(--radius-default);
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -100%);
      -ms-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
  -webkit-transition: all 300ms;
  transition: all 300ms;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  /*&:before {
  	content: attr(data-title);
  	cursor: default;
  	background-color: var(--acent-light);
  	border-radius: em(6, 14);
  	font-size: em(14, 14);
  	color: var(--acent-dark);
      position: absolute;
      min-width: em(220, 14);
      text-align: center;
      padding: em(10, 14);
      line-height: 1.2;
      opacity: 0;
      visibility: hidden;
      z-index: -1;
      transition: all 300ms;
  }*/
}
[data-tooltip] span {
  display: block;
  color: var(--dark);
  font-weight: 400;
  text-align: left;
  line-height: 1.5;
}
[data-tooltip]:after {
  content: "";
  border: 0.5625em solid transparent;
  border-top-color: var(--light);
  cursor: default;
  display: block;
  position: absolute;
  bottom: -1.125em;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

[data-tooltip-close] {
  cursor: pointer;
  position: absolute;
  top: 0.75em;
  right: 0.75em;
}
[data-tooltip-close]:hover svg path {
  fill: var(--primary);
}

.custom-upload {
  background-color: var(--main-bgr);
  border-radius: 0.7142857143em;
  color: var(--acent-dark);
  cursor: pointer;
  display: block;
  text-align: center;
  padding: 1.25em 1.25em 1.1875em;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}
.custom-upload:hover {
  background-color: var(--gray-light);
}
.custom-upload input {
  display: none;
}
.custom-upload span {
  display: block;
  font-size: 1.0714285714em;
}

.wrap-checkbox-ios {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.wrap-checkbox-ios label {
  margin-bottom: 0;
}
.wrap-checkbox-ios > span {
  font-weight: 500;
  font-size: 0.875em;
  margin-left: 0.7857142857em;
}

.checkbox-ios {
  display: inline-block;
  height: 1.5em;
  line-height: 1.5em;
  margin: 0;
  position: relative;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.checkbox-ios .checkbox-ios-switch {
  position: relative;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 2.8125em;
  height: 1.59375em;
  border: 0.0625em solid var(--acent-light);
  border-radius: 6.25em;
  vertical-align: top;
  background: var(--acent-light);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.checkbox-ios .checkbox-ios-switch:before {
  content: "";
  position: absolute;
  top: 0.1875em;
  left: 0.1875em;
  display: inline-block;
  width: 1.125em;
  height: 1.125em;
  border-radius: 50%;
  background: white;
  -webkit-transition: 0.15s;
  transition: 0.15s;
}

.checkbox-ios input[type=checkbox] {
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  z-index: -1;
  opacity: 0;
}

/*.checkbox-ios input[type=checkbox]:not(:disabled):active + .checkbox-ios-switch:before {
	box-shadow: inset 0 0 2px rgba(0, 0, 0, .3);
}*/
.checkbox-ios input[type=checkbox]:checked + .checkbox-ios-switch {
  border-color: var(--primary);
  background: var(--primary);
}

.checkbox-ios input[type=checkbox]:checked + .checkbox-ios-switch:before {
  -webkit-transform: translateX(1.17em);
      -ms-transform: translateX(1.17em);
          transform: translateX(1.17em);
}

/* Hover */
.checkbox-ios input[type=checkbox]:not(:disabled) + .checkbox-ios-switch {
  cursor: pointer;
}

/* Disabled */
/*.checkbox-ios input[type=checkbox]:disabled + .checkbox-ios-switch {
	filter: grayscale(70%);
	//border-color: rgba(0, 0, 0, .1);
}
.checkbox-ios input[type=checkbox]:disabled + .checkbox-ios-switch:before {
	background: #eee;
}*/
/* Focus */
/*.checkbox-ios.focused .checkbox-ios-switch:before {
	box-shadow: inset 0px 0px 4px #ff5623;
}*/
@media (min-width: 75.0625em) {
  .form-group {
    margin-bottom: 1.4375em;
  }
  .form-control {
    height: 3.75em;
    padding: 1.375em 1.5625em;
  }
  textarea.form-control {
    font-family: var(--font-main);
    min-height: 21.875em;
  }
  .form-code {
    border-radius: 0.2777777778em;
    border-width: 0.0277777778em;
    font-size: 2.25em;
    height: 1.6666666667em;
    padding: 0.6111111111em 0.6944444444em;
    text-align: center;
  }
  .customCheckbox__checkbox {
    height: 1.3125em;
    width: 1.3125em;
    margin-right: 0.875em;
  }
  .customCheckbox__checkbox:before {
    bottom: 0.1875em;
    left: 0.25em;
  }
  .tooltip:before {
    left: 1.7857142857em;
    top: 50%;
    -webkit-transform: translateY(-55%);
        -ms-transform: translateY(-55%);
            transform: translateY(-55%);
    font-size: 0.875em;
  }
  .tooltip:after {
    left: 0.7857142857em;
    top: 50%;
    -webkit-transform: translateY(-55%);
        -ms-transform: translateY(-55%);
            transform: translateY(-55%);
    border: 0.5em solid transparent;
    border-right-color: var(--acent-light);
  }
  .tooltip-long:before {
    width: 29.375em;
    text-align: left;
  }
  [data-tooltip] {
    -webkit-box-shadow: -13px 13px 67px 0 rgba(211, 216, 222, 0.7);
            box-shadow: -13px 13px 67px 0 rgba(211, 216, 222, 0.7);
    width: 16em;
    padding: 1.25em;
    padding-right: 3.125em;
    top: -0.75em;
  }
  [data-tooltip] span {
    font-size: 0.9375em;
  }
}
@media (max-width: 75em) {
  .form-group {
    margin-bottom: 1.25em;
  }
  .form-control {
    font-size: 0.875em;
    height: 4.2857142857em;
    padding: 1.2857142857em;
  }
  textarea.form-control {
    font-family: var(--font-main);
    min-height: 11.25em;
  }
  .form-code {
    border-radius: 0.3125em;
    border-width: 0.03125em;
    font-size: 2em;
    height: 1.875em;
    padding: 0.6875em 0.78125em;
    text-align: center;
  }
  .customCheckbox__checkbox {
    height: 1.125em;
    width: 1.125em;
    margin-right: 0.375em;
  }
  .customCheckbox__checkbox:before {
    bottom: 0.125em;
    left: 0.25em;
  }
  .tooltip:before {
    left: auto;
    right: -0.4166666667em;
    top: 2.0833333333em;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    font-size: 0.75em;
  }
  .tooltip:after {
    left: auto;
    right: 0.1875em;
    top: 0.875em;
    border: 0.4em solid transparent;
    border-bottom-color: var(--acent-light);
  }
  .tooltip-long:before {
    width: 13.75em;
    text-align: left;
  }
  [data-tooltip] {
    -webkit-box-shadow: -13px 13px 67px 0 rgba(211, 216, 222, 0.7);
            box-shadow: -13px 13px 67px 0 rgba(211, 216, 222, 0.7);
    width: 11.25em;
    padding: 0.625em;
    padding-right: 1.25em;
    top: -0.75em;
  }
  [data-tooltip] span {
    font-size: 0.6875em;
  }
}
.label-default {
  display: table;
  background-color: var(--primary);
  border-radius: 6.25em;
  color: var(--light);
}
.label-default span {
  font-weight: 400;
  line-height: 1;
}
.label-default.danger {
  background-color: var(--acent);
  color: var(--light);
}

.carousel--arrows {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25em;
  margin-left: auto;
}

.carousel__totals {
  background-color: #ececf4;
  border-radius: 6.25em;
  margin-left: 1.25em;
  font-size: 1.25em;
  line-height: 1;
  padding: 0.55em 1.25em;
  position: relative;
  overflow: hidden;
}
.carousel__totals:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background-color: #e4e4ef;
  -webkit-transform: skew(-15deg);
      -ms-transform: skew(-15deg);
          transform: skew(-15deg);
}
.carousel__totals span {
  position: relative;
  z-index: 1;
}
.carousel__totals span.current {
  margin-right: 2em;
}

.carousel--arrow {
  background-color: transparent;
  border: none;
  margin: 0;
  line-height: 1;
  padding: 0;
}
.carousel--arrow svg {
  line-height: 1;
}
.carousel--arrow:hover svg path {
  fill: var(--primary);
}

@media (min-width: 75.0625em) {
  .label-default {
    padding: 0.625em 1.4375em 0.5em;
  }
  .label-default span {
    font-size: 1.125em;
  }
  .section-mt {
    margin-top: -3.75em;
  }
  .section {
    border-radius: 3.125em;
    padding-top: 9.375em;
    padding-bottom: 9.375em;
    position: relative;
    overflow: hidden;
    z-index: 1;
  }
  .section__head {
    margin-bottom: 5.625em;
  }
  .section__head:not(.not-row) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 12.5em;
  }
  .section__head.rb {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .section__head.not-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 3.75em;
  }
  .section__headPrimary {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 2.5em;
  }
  .section__desc {
    color: var(--dark);
    font-size: 1.25em;
    line-height: 1.5;
  }
  .section__headInfo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 2.8125em;
  }
  .section__inner {
    border-radius: 3.125em;
    padding: 6.25em 7.5em;
  }
}
@media (min-width: 75.0625em) and (max-width: 100em) {
  .section__inner {
    padding: 5em 5em;
  }
  .section__desc {
    font-size: 1.125em;
  }
}
@media (min-width: 75.0625em) and (max-width: 87.5em) {
  .section__head:not(.not-row) {
    gap: 7.5em;
  }
}
@media (max-width: 75em) {
  .section-mt {
    margin-top: -1.875em;
  }
  .section {
    border-radius: 1.875em;
    padding-top: 3.75em;
    padding-bottom: 3.75em;
    position: relative;
    overflow: hidden;
    z-index: 1;
  }
  .section__head {
    margin-bottom: 2em;
  }
  .section__desc {
    font-size: 0.875em;
    line-height: 1.42;
    margin-top: 1.7857142857em;
  }
  .section__desc br {
    display: none;
  }
  .label-default {
    padding: 0.4375em 1.375em;
  }
  .label-default span {
    font-size: 0.875em;
  }
  .section__inner {
    border-radius: 1.875em;
    padding: 2.5em;
  }
  .section__headPrimary {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 1.5625em;
  }
  .section__headInfo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 1.5625em;
  }
  .carousel--arrows {
    gap: 0.75em;
    margin-top: 1.375em;
  }
  .carousel--arrow svg {
    height: 1em;
    width: 1em;
  }
  .carousel__totals {
    font-size: 0.875em;
    margin-left: 0.3125em;
    padding: 1em 1.2857142857em 0.75em;
  }
}
@media (max-width: 48em) {
  .section__inner {
    padding: 2.1875em 0.9375em;
  }
}
table {
  width: 100%;
}

th {
  color: var(--dark);
  font-weight: 600;
  text-align: left;
}

td {
  text-align: left;
}
td:not(.td-action) {
  color: var(--dark);
  font-weight: 400;
  vertical-align: middle;
}

tbody tr:nth-child(odd) {
  background-color: var(--main-bgr);
}
tbody tr:nth-child(odd) td:first-of-type {
  border-top-left-radius: var(--radius-default);
  border-bottom-left-radius: var(--radius-default);
}
tbody tr:nth-child(odd) td:last-of-type {
  border-top-right-radius: var(--radius-default);
  border-bottom-right-radius: var(--radius-default);
}

.td-name > a {
  color: var(--dark);
  display: inline-block;
  vertical-align: middle;
}
.td-name > a:hover {
  color: var(--primary);
}
.td-name .customCheckbox {
  vertical-align: middle;
}
.td-name > span {
  display: inline-block;
  vertical-align: middle;
}

td:not(.td-name):not(.td-action) a {
  border-bottom: 0.0625em solid;
  color: var(--dark);
}
td:not(.td-name):not(.td-action) a:hover {
  border-bottom-color: transparent;
  color: var(--dark);
}

@media (min-width: 75.0625em) {
  th {
    font-size: 0.9375em;
    padding: 1.3333333333em;
  }
  td {
    padding: 0.75em 1.25em 0.6875em;
  }
  td:not(.td-action) {
    font-size: 1em;
  }
  .td-action {
    text-align: right;
  }
  .td-action .cbtn + .cbtn,
  .td-action .cbtn + .cbtn-circle,
  .td-action .cbtn-circle + .cbtn-circle {
    margin-left: 0.75em;
  }
  .td-action .cbtn-square + .cbtn-square {
    margin-left: 0.3125em;
  }
  .td-name > a, .td-name > span {
    width: calc(100% - 2.5em);
  }
}
@media (max-width: 75em) {
  th:not(.td-name) {
    font-size: 0.75em;
    padding: 0.8333333333em;
  }
  th.td-name {
    padding: 0.625em;
  }
  td {
    padding: 0.8333333333em;
    vertical-align: middle;
  }
  td:not(.td-action):not(.td-name) {
    font-size: 0.75em;
  }
  .td-action {
    width: 10.9375em;
    text-align: right;
    padding-left: 0.3125em;
  }
  .td-action a + a {
    margin-left: 0;
  }
  .td-action .cbtn + * {
    margin-right: 0.1875em;
  }
  .td-name > span, .td-name > a {
    font-size: 0.75em;
    width: calc(100% - 2.5em);
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  .wrap-table {
    overflow: auto;
  }
  .wrap-table table:not(.sm-table-sm) {
    min-width: 42.5em;
  }
  .wrap-table .td-name {
    width: 13.75em;
  }
  .wrap-table .td-action {
    width: 6.25em;
  }
  .sm-table-sm th:not(.td-name) {
    font-size: 0.625em;
    padding: 1em;
  }
  .sm-table-sm th.td-name {
    padding: 0.625em;
  }
  .sm-table-sm td {
    padding: 1em;
    vertical-align: middle;
  }
  .sm-table-sm td:not(.td-action):not(.td-name) {
    font-size: 0.625em;
  }
  .sm-table-sm .td-action {
    width: 5.625em;
    padding-left: 0.3125em;
  }
  .td-action.td-action-long {
    width: 15.9375em;
  }
}
@media (max-width: 35em) {
  .td-action.td-action-long {
    width: 10.625em;
  }
  .td-action.td-action-long .cbtn--run {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 5.3125em;
    margin-left: auto;
    margin-bottom: 0.375em;
  }
  .td-action.td-action-long .cbtn--run svg {
    top: 0;
  }
}
.tag {
  display: inline-block;
  text-align: center;
  border-style: solid;
  cursor: default;
}

.tag-light {
  background-color: var(--light);
  color: var(--acent);
}

@media (min-width: 75.0625em) {
  .tag-md {
    border-radius: 5.5555555556em;
    font-weight: 400;
    font-size: 1.125em;
    margin: 0.5555555556em;
    padding: 1.1666666667em 1.6111111111em 1.1111111111em;
  }
}
@media (max-width: 75em) {
  .tag-md {
    border-radius: 7.1428571429em;
    font-weight: 400;
    font-size: 0.875em;
    margin: 0.3571428571em;
    padding: 0.9285714286em 0.8571428571em 0.8571428571em;
  }
}
.content-area {
  line-height: 1.6;
  /*ul {

  	li {
  		display: flex;
  		flex-wrap: wrap;

  		&:not(:last-of-type) {
  			margin-bottom: em(2);
  		}

  		&:before {
  			content: '●';
  			color: var(--gray);
  			font-size: em(10);
  		}

  		span {
  			width: calc(100% - .7em);
  			padding-left: 1em;
  		}
  	}
  }

  ol {
  	padding-left: em(20);
  	list-style: decimal;
  	color: var(--primary);
  	font-weight: 700;

  	li {
  		font-size: em(18);
  	}

  	span {
  		color: var(--text-color);
  		font-weight: 400;
  		padding-left: .8em;
  		display: block;
  		font-size: em(16, 18);
  	}
  }*/
}
.content-area p:last-of-type {
  margin-bottom: 0;
}
.content-area h1, .content-area h2, .content-area .h1, .content-area .h2 {
  margin-bottom: 0.5em;
}
.content-area h3, .content-area h4, .content-area .h3, .content-area .h4 {
  margin-bottom: 0.5em;
}
.content-area h5, .content-area h6, .content-area .h5, .content-area .h6 {
  margin-bottom: 0.7em;
}
.content-area ul,
.content-area ol {
  margin-bottom: 1.25em;
}
.content-area ul {
  padding-left: 1.25em;
  list-style: disc;
}
.content-area ol {
  list-style: decimal;
  padding-left: 1.25em;
}
.content-area img {
  border-radius: var(--radius);
  margin: 0.9375em;
  margin-left: 0;
}
.content-area img.alignright {
  margin-left: 0.9375em;
  margin-right: 0;
}
.content-area blockquote {
  font-size: 1.125em;
  margin: 1.6666666667em 0;
  border-left: 0.4444444444em solid var(--primary);
  padding-left: 1.3888888889em;
  padding-top: 0.8333333333em;
  padding-bottom: 0.8333333333em;
  padding-right: 1.1111111111em;
  -webkit-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
          box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
}
.content-area table {
  margin: 1.875em 0;
}
.content-area p.lead {
  margin-bottom: 0.8em;
}

@media (min-width: 75.0625em) {
  .list-inline {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .list-inline li {
    padding: 0.625em;
    width: 25%;
  }
}
@media (max-width: 75em) {
  .content-area blockquote {
    font-size: 1em;
    line-height: 1.4;
    border-width: 0.375em;
    padding: 0.9375em 1.25em;
  }
}
@media (min-width: 75.0625em) {
  .space-default {
    margin-top: 3em;
  }
  .space-md {
    margin-top: 1.875em;
  }
  .space-mdl {
    margin-top: 2.1875em;
  }
  .space-lg {
    margin-top: 4.5em;
  }
  .space-lgs {
    margin-top: 3.75em;
  }
  .space-sml {
    margin-top: 1.5625em;
  }
  .space-sm {
    margin-top: 1.25em;
  }
  .space-sms {
    margin-top: 0.9375em;
  }
}
@media (max-width: 75em) {
  .space-default {
    margin-top: 1.875em;
  }
  .space-md {
    margin-top: 1.25em;
  }
  .space-lg {
    margin-top: 2.8125em;
  }
  .space-sml,
  .space-sm,
  .space-sms {
    margin-top: 0.9375em;
  }
  .space-mdl {
    margin-top: 1.5625em;
  }
  .space-lgs {
    margin-top: 2.1875em;
  }
}
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: 0;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-list, .slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:after, .slick-track:before {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: "←";
}

[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: "→";
}

[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}