:root {
  --theme-size: 10px;
  --font-primary: "Roboto", sans-serif;
  --font-secondary: "Roboto Condensed", sans-serif;
  --font-third: "Inter", sans-serif;
  --body-bg: #fff;
  --body-color: #000;
  --color-error: #db0031;
  --color-succes: #82b900;
  --color-warning: #f2d872;
  --safe-area-inset-top: env(safe-area-inset-top);
  --safe-area-inset-bottom: env(safe-area-inset-bottom);
}

/* ==========================================================================
   Utilites
   ========================================================================== */
.ui-wysiwyg {
  font-size: 1.9rem;
  line-height: 1.15;
  font-weight: 400;
}
.ui-wysiwyg a {
  color: #fff;
  text-decoration: underline;
}
.ui-wysiwyg a:hover {
  text-decoration: underline;
  color: #b3ff00;
}
.ui-wysiwyg h1,
.ui-wysiwyg h2,
.ui-wysiwyg h3,
.ui-wysiwyg h4,
.ui-wysiwyg h5,
.ui-wysiwyg h6 {
  display: block;
  margin: 0 0 4rem;
}
.ui-wysiwyg h1 {
  font-size: 5.1rem;
  line-height: 1.15;
  font-weight: 700;
}
.ui-wysiwyg p {
  margin: 0 0 1rem;
}
.ui-wysiwyg p:last-child {
  margin-bottom: 0;
}
.ui-wysiwyg ul {
  margin: 0 0 4rem;
  padding: 0;
  list-style: none;
}
.ui-wysiwyg ul:last-child {
  margin-bottom: 0;
}
.ui-wysiwyg ul > li {
  position: relative;
  padding: 0 0 0 2rem;
  margin: 0 0 1rem;
}
.ui-wysiwyg ul > li:before {
  content: "";
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background: #788362;
  position: absolute;
  top: 0.5em;
  left: 0;
  margin: 0;
}
.ui-wysiwyg ul > li:last-child {
  margin-bottom: 0;
}
.ui-wysiwyg ol {
  margin: 0 0 4rem;
  padding: 0;
  list-style: none;
  counter-reset: point;
}
.ui-wysiwyg ol:last-child {
  margin-bottom: 0;
}
.ui-wysiwyg ol > li {
  position: relative;
  padding: 0 0 0 2.8rem;
  margin: 0 0 1rem;
}
.ui-wysiwyg ol > li:after {
  content: counter(point) ".";
  counter-increment: point 1;
  position: absolute;
  top: 0;
  left: 0;
  color: #b3ff00;
}
.ui-wysiwyg ol > li:last-child {
  margin-bottom: 0;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Regular.woff2") format("woff2"), url("../fonts/Roboto-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Bold.woff2") format("woff2"), url("../fonts/Roboto-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Black.woff2") format("woff2"), url("../fonts/Roboto-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto Condensed";
  src: url("../fonts/RobotoCondensed-Regular.woff2") format("woff2"), url("../fonts/RobotoCondensed-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto Condensed";
  src: url("../fonts/RobotoCondensed-Bold.woff2") format("woff2"), url("../fonts/RobotoCondensed-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Black.woff2") format("woff2"), url("../fonts/Inter-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Defaults
 ========================================================================== */
html,
body {
  height: 100%;
  -webkit-overflow-scrolling: touch;
}

picture {
  display: block;
}

img,
video,
svg {
  max-width: 100%;
}

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

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

input::-ms-clear {
  display: none;
}

button,
input,
textarea,
select {
  border: none;
  background: none;
  padding: 0;
  font-family: inherit;
}

::-moz-selection {
  color: #fff;
  background: #000;
}

::selection {
  color: #fff;
  background: #000;
}

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

button {
  cursor: pointer;
}

svg {
  max-width: 100%;
}

mark {
  padding: 0;
  background: none;
  color: #8aa5ff;
}

a,
button {
  transition: color 0.4s, background 0.4s, border-color 0.4s;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

iframe {
  border: none;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

section {
  overflow: hidden;
}
@media (min-width: 992px) {
  section {
    overflow: unset;
  }
}

[class^=icon-], [class*=" icon-"] {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.ui-link {
  transition: 0.2s;
  text-decoration: none;
}
.ui-link:hover {
  text-decoration: none;
}

.ui-link--underline {
  border-bottom: 0.1rem solid currentColor;
}

.ui-link--dark {
  color: #000;
}
.ui-link--dark:hover {
  color: #000;
  opacity: 0.8;
}

.ui-link--light {
  color: #949dab;
}
.ui-link--light:hover {
  color: #b3ff00;
}

.ui-link--green {
  color: #b3ff00;
}
.ui-link--green:hover {
  color: #b3ff00;
  opacity: 0.8;
}

.ui-link--red {
  color: #ab2e4a;
}
.ui-link--red:hover {
  color: #ab2e4a;
  opacity: 0.8;
}

.ui-btn {
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: top;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  gap: 1rem;
  border-radius: 1.4rem;
  border: 0.1rem solid transparent;
  height: 5rem;
  padding: 0 2.4rem;
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  transition: 0.4s;
}
.ui-btn svg {
  display: block;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.ui-btn:hover {
  text-decoration: none;
  transform: scale(0.95);
}
.ui-btn:disabled {
  opacity: 0.5;
  pointer-events: none;
}

.ui-btn--fullwidth {
  width: 100%;
}

.ui-btn--primary {
  background: #7c9cff;
  color: #fff;
}
.ui-btn--primary:hover {
  background: #7c9cff;
  color: #fff;
}

.ui-btn--secondary {
  border-color: #90a9ff;
  background: transparent;
  color: #000;
}
.ui-btn--secondary:hover {
  border-color: #90a9ff;
  background: transparent;
  color: #000;
}

.ui-btn--blue {
  border-radius: 10rem;
  font: 400 1.8rem/1.1 var(--font-secondary);
  text-transform: uppercase;
  border-color: #4b69cf;
  background: #4b69cf;
  color: #fff;
}
.ui-btn--blue:hover {
  border-color: #4b69cf;
  background: #4b69cf;
  color: #fff;
}

html {
  -ms-overflow-style: scrollbar;
}

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.6rem;
  padding-left: 1.6rem;
}
@media (min-width: 576px) {
  .container {
    max-width: 54rem;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 72rem;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 96rem;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 114rem;
  }
}

.container-fluid {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.6rem;
  padding-left: 1.6rem;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -1.6rem;
  margin-left: -1.6rem;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-hd,
.col-hd-auto, .col-hd-12, .col-hd-11, .col-hd-10, .col-hd-9, .col-hd-8, .col-hd-7, .col-hd-6, .col-hd-5, .col-hd-4, .col-hd-3, .col-hd-2, .col-hd-1, .col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  min-height: 0.1rem;
  padding-right: 1.6rem;
  padding-left: 1.6rem;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  -ms-flex: 0 0 8.3333333333%;
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  -ms-flex: 0 0 16.6666666667%;
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.3333333333%;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  -ms-flex: 0 0 41.6666666667%;
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.3333333333%;
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  -ms-flex: 0 0 66.6666666667%;
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.3333333333%;
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  -ms-flex: 0 0 91.6666666667%;
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  order: 12;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

.push-1 {
  left: 8.3333333333%;
}

.push-2 {
  left: 16.6666666667%;
}

.push-3 {
  left: 25%;
}

.push-4 {
  left: 33.3333333333%;
}

.push-5 {
  left: 41.6666666667%;
}

.push-6 {
  left: 50%;
}

.push-7 {
  left: 58.3333333333%;
}

.push-8 {
  left: 66.6666666667%;
}

.push-9 {
  left: 75%;
}

.push-10 {
  left: 83.3333333333%;
}

.push-11 {
  left: 91.6666666667%;
}

.pull-1 {
  right: 8.3333333333%;
}

.pull-2 {
  right: 16.6666666667%;
}

.pull-3 {
  right: 25%;
}

.pull-4 {
  right: 33.3333333333%;
}

.pull-5 {
  right: 41.6666666667%;
}

.pull-6 {
  right: 50%;
}

.pull-7 {
  right: 58.3333333333%;
}

.pull-8 {
  right: 66.6666666667%;
}

.pull-9 {
  right: 75%;
}

.pull-10 {
  right: 83.3333333333%;
}

.pull-11 {
  right: 91.6666666667%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0%;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
  .push-sm-0 {
    left: auto;
  }
  .push-sm-1 {
    left: 8.3333333333%;
  }
  .push-sm-2 {
    left: 16.6666666667%;
  }
  .push-sm-3 {
    left: 25%;
  }
  .push-sm-4 {
    left: 33.3333333333%;
  }
  .push-sm-5 {
    left: 41.6666666667%;
  }
  .push-sm-6 {
    left: 50%;
  }
  .push-sm-7 {
    left: 58.3333333333%;
  }
  .push-sm-8 {
    left: 66.6666666667%;
  }
  .push-sm-9 {
    left: 75%;
  }
  .push-sm-10 {
    left: 83.3333333333%;
  }
  .push-sm-11 {
    left: 91.6666666667%;
  }
  .pull-sm-0 {
    right: auto;
  }
  .pull-sm-1 {
    right: 8.3333333333%;
  }
  .pull-sm-2 {
    right: 16.6666666667%;
  }
  .pull-sm-3 {
    right: 25%;
  }
  .pull-sm-4 {
    right: 33.3333333333%;
  }
  .pull-sm-5 {
    right: 41.6666666667%;
  }
  .pull-sm-6 {
    right: 50%;
  }
  .pull-sm-7 {
    right: 58.3333333333%;
  }
  .pull-sm-8 {
    right: 66.6666666667%;
  }
  .pull-sm-9 {
    right: 75%;
  }
  .pull-sm-10 {
    right: 83.3333333333%;
  }
  .pull-sm-11 {
    right: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0%;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
  .push-md-0 {
    left: auto;
  }
  .push-md-1 {
    left: 8.3333333333%;
  }
  .push-md-2 {
    left: 16.6666666667%;
  }
  .push-md-3 {
    left: 25%;
  }
  .push-md-4 {
    left: 33.3333333333%;
  }
  .push-md-5 {
    left: 41.6666666667%;
  }
  .push-md-6 {
    left: 50%;
  }
  .push-md-7 {
    left: 58.3333333333%;
  }
  .push-md-8 {
    left: 66.6666666667%;
  }
  .push-md-9 {
    left: 75%;
  }
  .push-md-10 {
    left: 83.3333333333%;
  }
  .push-md-11 {
    left: 91.6666666667%;
  }
  .pull-md-0 {
    right: auto;
  }
  .pull-md-1 {
    right: 8.3333333333%;
  }
  .pull-md-2 {
    right: 16.6666666667%;
  }
  .pull-md-3 {
    right: 25%;
  }
  .pull-md-4 {
    right: 33.3333333333%;
  }
  .pull-md-5 {
    right: 41.6666666667%;
  }
  .pull-md-6 {
    right: 50%;
  }
  .pull-md-7 {
    right: 58.3333333333%;
  }
  .pull-md-8 {
    right: 66.6666666667%;
  }
  .pull-md-9 {
    right: 75%;
  }
  .pull-md-10 {
    right: 83.3333333333%;
  }
  .pull-md-11 {
    right: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0%;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
  .push-lg-0 {
    left: auto;
  }
  .push-lg-1 {
    left: 8.3333333333%;
  }
  .push-lg-2 {
    left: 16.6666666667%;
  }
  .push-lg-3 {
    left: 25%;
  }
  .push-lg-4 {
    left: 33.3333333333%;
  }
  .push-lg-5 {
    left: 41.6666666667%;
  }
  .push-lg-6 {
    left: 50%;
  }
  .push-lg-7 {
    left: 58.3333333333%;
  }
  .push-lg-8 {
    left: 66.6666666667%;
  }
  .push-lg-9 {
    left: 75%;
  }
  .push-lg-10 {
    left: 83.3333333333%;
  }
  .push-lg-11 {
    left: 91.6666666667%;
  }
  .pull-lg-0 {
    right: auto;
  }
  .pull-lg-1 {
    right: 8.3333333333%;
  }
  .pull-lg-2 {
    right: 16.6666666667%;
  }
  .pull-lg-3 {
    right: 25%;
  }
  .pull-lg-4 {
    right: 33.3333333333%;
  }
  .pull-lg-5 {
    right: 41.6666666667%;
  }
  .pull-lg-6 {
    right: 50%;
  }
  .pull-lg-7 {
    right: 58.3333333333%;
  }
  .pull-lg-8 {
    right: 66.6666666667%;
  }
  .pull-lg-9 {
    right: 75%;
  }
  .pull-lg-10 {
    right: 83.3333333333%;
  }
  .pull-lg-11 {
    right: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0%;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
  .push-xl-0 {
    left: auto;
  }
  .push-xl-1 {
    left: 8.3333333333%;
  }
  .push-xl-2 {
    left: 16.6666666667%;
  }
  .push-xl-3 {
    left: 25%;
  }
  .push-xl-4 {
    left: 33.3333333333%;
  }
  .push-xl-5 {
    left: 41.6666666667%;
  }
  .push-xl-6 {
    left: 50%;
  }
  .push-xl-7 {
    left: 58.3333333333%;
  }
  .push-xl-8 {
    left: 66.6666666667%;
  }
  .push-xl-9 {
    left: 75%;
  }
  .push-xl-10 {
    left: 83.3333333333%;
  }
  .push-xl-11 {
    left: 91.6666666667%;
  }
  .pull-xl-0 {
    right: auto;
  }
  .pull-xl-1 {
    right: 8.3333333333%;
  }
  .pull-xl-2 {
    right: 16.6666666667%;
  }
  .pull-xl-3 {
    right: 25%;
  }
  .pull-xl-4 {
    right: 33.3333333333%;
  }
  .pull-xl-5 {
    right: 41.6666666667%;
  }
  .pull-xl-6 {
    right: 50%;
  }
  .pull-xl-7 {
    right: 58.3333333333%;
  }
  .pull-xl-8 {
    right: 66.6666666667%;
  }
  .pull-xl-9 {
    right: 75%;
  }
  .pull-xl-10 {
    right: 83.3333333333%;
  }
  .pull-xl-11 {
    right: 91.6666666667%;
  }
}
@media (min-width: 1600px) {
  .col-hd {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-hd-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-hd-1 {
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-hd-2 {
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-hd-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-hd-4 {
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-hd-5 {
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-hd-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-hd-7 {
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-hd-8 {
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-hd-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-hd-10 {
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-hd-11 {
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-hd-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-hd-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-hd-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-hd-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-hd-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-hd-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-hd-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-hd-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-hd-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-hd-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-hd-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-hd-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-hd-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-hd-0 {
    margin-left: 0%;
  }
  .offset-hd-1 {
    margin-left: 8.3333333333%;
  }
  .offset-hd-2 {
    margin-left: 16.6666666667%;
  }
  .offset-hd-3 {
    margin-left: 25%;
  }
  .offset-hd-4 {
    margin-left: 33.3333333333%;
  }
  .offset-hd-5 {
    margin-left: 41.6666666667%;
  }
  .offset-hd-6 {
    margin-left: 50%;
  }
  .offset-hd-7 {
    margin-left: 58.3333333333%;
  }
  .offset-hd-8 {
    margin-left: 66.6666666667%;
  }
  .offset-hd-9 {
    margin-left: 75%;
  }
  .offset-hd-10 {
    margin-left: 83.3333333333%;
  }
  .offset-hd-11 {
    margin-left: 91.6666666667%;
  }
  .push-hd-0 {
    left: auto;
  }
  .push-hd-1 {
    left: 8.3333333333%;
  }
  .push-hd-2 {
    left: 16.6666666667%;
  }
  .push-hd-3 {
    left: 25%;
  }
  .push-hd-4 {
    left: 33.3333333333%;
  }
  .push-hd-5 {
    left: 41.6666666667%;
  }
  .push-hd-6 {
    left: 50%;
  }
  .push-hd-7 {
    left: 58.3333333333%;
  }
  .push-hd-8 {
    left: 66.6666666667%;
  }
  .push-hd-9 {
    left: 75%;
  }
  .push-hd-10 {
    left: 83.3333333333%;
  }
  .push-hd-11 {
    left: 91.6666666667%;
  }
  .pull-hd-0 {
    right: auto;
  }
  .pull-hd-1 {
    right: 8.3333333333%;
  }
  .pull-hd-2 {
    right: 16.6666666667%;
  }
  .pull-hd-3 {
    right: 25%;
  }
  .pull-hd-4 {
    right: 33.3333333333%;
  }
  .pull-hd-5 {
    right: 41.6666666667%;
  }
  .pull-hd-6 {
    right: 50%;
  }
  .pull-hd-7 {
    right: 58.3333333333%;
  }
  .pull-hd-8 {
    right: 66.6666666667%;
  }
  .pull-hd-9 {
    right: 75%;
  }
  .pull-hd-10 {
    right: 83.3333333333%;
  }
  .pull-hd-11 {
    right: 91.6666666667%;
  }
}
.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

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

.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

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

.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1600px) {
  .flex-hd-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-hd-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-hd-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-hd-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-hd-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-hd-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-hd-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-hd-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-hd-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-hd-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-hd-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-hd-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-hd-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-hd-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-hd-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-hd-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-hd-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-hd-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-hd-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-hd-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-hd-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-hd-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-hd-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-hd-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-hd-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-hd-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-hd-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-hd-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-hd-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
* {
  outline: none;
  box-sizing: border-box;
  min-width: 0;
}
*:before, *:after {
  box-sizing: border-box;
}

html,
body {
  scroll-behavior: smooth;
}
html::-webkit-scrollbar,
body::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  background: transparent;
}
html::-webkit-scrollbar-thumb,
body::-webkit-scrollbar-thumb {
  background: #eff3fe;
}

html {
  font-size: 8px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@media (max-width: 320px) {
  html {
    font-size: 2.5vw;
  }
}
@media (min-width: 1200px) {
  html {
    font-size: 10px;
  }
}

body {
  background: var(--body-bg);
  color: var(--body-color);
  font: 400 1.9rem/1.15 var(--font-primary);
}

.wrapper {
  position: relative;
  min-height: 100%;
  min-width: 32rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: clip;
}

.container-fluid {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0 2rem;
  max-width: 121rem;
}

[class^=col],
section {
  scroll-margin-top: 13.4rem;
}

.is-nav-open .header__nav-toggle svg:nth-child(1) {
  opacity: 0;
  transform: scale(0);
}
.is-nav-open .header__nav-toggle svg:nth-child(2) {
  opacity: 1;
  transform: scale(1);
}
.is-nav-open .header__nav-offcanvas {
  opacity: 1;
  visibility: visible;
}

.header {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  height: 8rem;
  background: #edecec;
  box-shadow: 0 -1rem 0 #edecec;
}
.header > .container-fluid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  gap: 2rem;
}

.header__logo {
  width: 16.2rem;
  height: 6rem;
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.header__logo a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
.header__logo img,
.header__logo svg {
  display: block;
  max-width: 100%;
  max-height: 100%;
}

.header__nav {
  margin: 0 0 0 auto;
  font-size: 2.1rem;
  line-height: 1.2;
  font-weight: 400;
}
@media (min-width: 992px) {
  .header__nav {
    -ms-flex: 1;
    flex: 1;
    margin: 0;
    font-size: 1.5rem;
  }
}

.header__nav-toggle {
  display: block;
  position: relative;
  width: 3.2rem;
  height: 3.2rem;
  color: #000;
}
.header__nav-toggle svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.4s, transform 0.4s;
}
.header__nav-toggle svg:nth-child(1) {
  opacity: 1;
  transform: scale(1);
}
.header__nav-toggle svg:nth-child(2) {
  opacity: 0;
  transform: scale(0);
}
@media (min-width: 992px) {
  .header__nav-toggle {
    display: none;
  }
}

.header__nav-offcanvas {
  position: fixed;
  top: 7.8rem;
  left: 0;
  right: 0;
  bottom: auto;
  max-height: calc(100svh - 7.8rem);
  z-index: 100;
  background: #edecec;
  opacity: 0;
  visibility: hidden;
  padding: 1rem 2rem 2.8rem;
  overflow-x: hidden;
  overflow-y: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  border-top: 0.1rem solid #fff;
  box-shadow: 0 999.9rem 0 999.9rem rgba(0, 0, 0, 0.4);
  transition: opacity 0.4s, visibility 0.4s;
}
.header__nav-offcanvas::-webkit-scrollbar {
  display: none;
}
@media (min-width: 992px) {
  .header__nav-offcanvas {
    all: unset;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
  }
}

.header__nav-menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex: 1;
  flex: 1;
  gap: 0.4rem;
  padding: 0 0 2.8rem;
  margin: 0 -2rem;
}
.header__nav-menu a {
  color: #393939;
}
.header__nav-menu a:hover {
  color: #8aa5ff;
}
@media (min-width: 992px) {
  .header__nav-menu {
    padding: 0;
    margin: 0;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 2.4rem;
  }
}
@media (max-width: 991px) {
  .header__nav-menu {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.4rem;
  }
  .header__nav-menu a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 4rem;
    background: #e0dede;
    color: #000;
  }
  .header__nav-menu a:hover {
    color: #8aa5ff;
  }
}

.header__nav-additional {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 2rem;
}
.header__nav-additional .ui-btn {
  width: 100%;
}
.header__nav-additional .ui-btn--secondary {
  border-color: #fff;
}
.header__nav-additional .ui-btn--primary {
  min-width: 19.7rem;
}
@media (max-width: 991px) {
  .header__nav-additional {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.2rem;
  }
}

.main {
  -ms-flex: 1;
  flex: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.footer {
  padding: 0 0 2rem;
}

.footer__wrapper {
  background: #424242;
  border: 0.1rem solid #dce6ff;
  border-radius: 0px 0px 1rem 1rem;
  padding: 2rem 2rem 4rem;
  height: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 1.5rem;
  color: #fff;
}
@media (min-width: 992px) {
  .footer__wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    height: 8.2rem;
    padding: 0 4rem 0 2.5rem;
  }
}

.footer__group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.5rem;
}

.footer__logo {
  margin: 0;
  height: 8.2rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  max-width: 16.2rem;
}
.footer__logo img {
  display: block;
}
.footer__logo:nth-child(1) {
  position: relative;
  top: 0.5rem;
}
.footer__logo:nth-child(2) {
  position: relative;
  top: -1.5rem;
}

.footer__contacts {
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 0.5rem 2.4rem;
  margin: 0 auto;
  font: 400 1.8rem/1.1 var(--font-secondary);
}
.footer__contacts a {
  color: #fff;
  text-decoration: none;
}
.footer__contacts a:hover {
  color: #8aa5ff;
  text-decoration: none;
}
@media (min-width: 992px) {
  .footer__contacts {
    margin: 0 0 0 auto;
    gap: 0.5rem 4.8rem;
  }
}

.hero {
  position: relative;
  padding: 5.4rem 0 0;
  margin: 0 0 4.5rem;
}
.hero .row {
  gap: 4rem 0;
}
.hero::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  width: 135.8rem;
  height: 131rem;
  margin: -85.5rem 0 0 -24.5rem;
  background-image: url("data:image/svg+xml,%3Csvg width='1358' height='1309' viewBox='0 0 1358 1309' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1084.3 273.741C1184.31 392.489 949.222 499.674 1014.62 629.083C1041.63 682.561 1078.27 752.527 1062.63 815.229C1042.09 897.487 934.599 945.319 864.275 974.666C735.439 1028.43 585.209 1071.4 446.986 1047.78C340.534 1029.6 208.033 983.826 156.54 881.921C110.52 790.799 102.504 591.771 208.158 528.499C283.376 483.444 374.602 493.473 455.763 468.798C547.672 440.843 624.856 377.514 703.613 324.343C778.295 273.936 866.155 212.373 959.2 212.415C1007.81 212.422 1053.35 237.08 1084.25 273.776L1084.3 273.741Z' fill='url(%23paint0_linear_4454_692)' fill-opacity='0.42'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_4454_692' x1='560.918' y1='1061.05' x2='657.158' y2='178.592' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%236366F1'/%3E%3Cstop offset='1' stop-color='%230992E4'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  pointer-events: none;
}

@media (min-width: 992px) {
  .hero__grid {
    display: grid;
    -ms-flex-align: start;
    align-items: start;
    grid-template-columns: repeat(2, 1fr);
    grid-template-areas: "badge image" "title image" "list image" "action image";
    gap: 0 3.2rem;
  }
  .hero__grid .hero__badge {
    grid-area: badge;
  }
  .hero__grid .hero__title {
    grid-area: title;
  }
  .hero__grid .hero__image {
    grid-area: image;
  }
  .hero__grid .hero__list {
    grid-area: list;
  }
  .hero__grid .hero__action {
    grid-area: action;
  }
}

.hero__desc {
  position: relative;
  z-index: 50;
}

.hero__badge {
  display: inline-block;
  vertical-align: top;
  min-height: 4rem;
  padding: 1rem 2.4rem;
  border: 0.1rem solid #90a9ff;
  border-radius: 2rem;
  font-size: 1.9rem;
  line-height: 1.2;
  font-weight: 700;
  margin: 0 auto 4rem 0;
}
.hero__badge mark {
  display: inline-block;
  vertical-align: top;
}
@media (min-width: 768px) {
  .hero__badge {
    font-size: 1.44rem;
    line-height: 2rem;
    font-weight: 700;
  }
}

.hero__title {
  display: block;
  margin: 0 0 4rem;
  font-size: 5rem;
  line-height: 1.06;
  font-weight: 700;
  text-wrap: balance;
  max-width: 90%;
}
@media (min-width: 992px) {
  .hero__title {
    margin: 0 0 5rem;
  }
}

.hero__list {
  margin: 0 0 5.5rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.2rem;
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 700;
}
.hero__list > li {
  position: relative;
  padding: 0 0 0 3rem;
}
.hero__list > li::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: -0.5rem;
  width: 3rem;
  height: 3rem;
  margin: -1.5rem 0 0 0;
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_2985_1717)'%3E%3Cpath d='M25.8428 4.15625L9.57788 14.9995L13.6441 17.7103L4.15625 25.8427L20.4211 17.7103L16.3549 14.9995L25.8428 4.15625Z' fill='%238AA5FF'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2985_1717'%3E%3Crect width='30' height='30' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
}

.hero__action {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.2rem;
}
@media (min-width: 768px) {
  .hero__action {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 2.4rem;
  }
  .hero__action > * {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    max-width: 24rem;
  }
}

.hero__image {
  position: relative;
  z-index: -1;
  isolation: isolate;
  top: 0;
  left: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto 4rem;
  max-width: 57.6rem;
}
.hero__image img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
@media (min-width: 992px) {
  .hero__image {
    position: relative;
    top: -3rem;
    left: -2rem;
    margin: 0 -8rem 0 -10rem;
    max-width: none;
  }
}

.hero__figcaption {
  position: absolute;
  top: 50%;
  right: 50%;
  margin: -16rem 15rem 0 0;
  display: block;
  width: 25.7rem;
  height: 12.7rem;
  padding: 1.2rem 7rem 1.2rem 2rem;
  font-family: var(--font-secondary);
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: 400;
  white-space: nowrap;
  background-image: url("data:image/svg+xml,%3Csvg width='256' height='127' viewBox='0 0 256 127' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M252.5 1.5L174.564 121.5L174.564 93.1842L1.5 93.1842L1.5 1.5L252.5 1.5Z' fill='%23FD9641' stroke='white' stroke-width='3'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% 100%;
  color: #fff;
}
.hero__figcaption b {
  font-size: 2rem;
}

.benefits {
  margin: 0 0 5.5rem;
  overflow: unset;
}
.benefits .row {
  gap: 4rem 0;
}

.benefits__desc {
  font: 400 1.9rem/1.15 var(--font-secondary);
}
.benefits__desc h1,
.benefits__desc h2,
.benefits__desc h3 {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin: 0 0 2.5rem;
  font-size: 3.2rem;
  line-height: 1.1;
  font-weight: 700;
}
.benefits__desc h1 span,
.benefits__desc h2 span,
.benefits__desc h3 span {
  font-weight: 400;
}
.benefits__desc ul {
  margin: 0 0 2rem;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.7rem;
}
.benefits__desc ul > li {
  position: relative;
  padding: 0 0 0 2.6rem;
}
.benefits__desc ul > li::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.5em;
  left: 0;
  margin: -0.5rem 0 0 0;
  width: 1rem;
  height: 1rem;
  background: #89a4ff;
}
.benefits__desc p {
  margin: 0 0 0.7rem;
}
@media (min-width: 768px) {
  .benefits__desc {
    columns: 2;
  }
}
@media (min-width: 992px) {
  .benefits__desc {
    max-width: 49.3rem;
    columns: unset;
  }
}

.benefits__image {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto 5rem;
  max-width: 57.6rem;
}
.benefits__image img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
@media (min-width: 992px) {
  .benefits__image {
    margin: -13.5rem -2.5rem 0 -8rem;
    max-width: none;
  }
}

.benefits__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 5rem 3.5rem;
}
@media (min-width: 992px) {
  .benefits__list {
    grid-template-columns: repeat(3, 1fr);
  }
}

.benefits__card {
  background: rgba(255, 255, 255, 0.06);
  border: 0.1rem solid #ffffff;
  box-shadow: 0px 2rem 5.33rem rgba(0, 0, 0, 0.11);
  border-radius: 1.8rem;
  padding: 2rem 2rem 2rem 0;
  position: relative;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 992px) {
  .benefits__card {
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.benefits__card-icon {
  position: absolute;
  top: -3.2rem;
  right: 2.5rem;
  width: 4.5rem;
  height: 4.5rem;
  margin: 0;
}
.benefits__card-icon svg {
  display: block;
  width: 100%;
  height: 100%;
}

.benefits__card-number {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: center;
  justify-content: center;
  width: 9rem;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font: 900 7.6rem/1 var(--font-third);
  background: linear-gradient(180deg, #7c9cff 0%, #ffffff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.benefits__card-desc {
  -ms-flex: 1;
  flex: 1;
}

.benefits__card-title {
  display: block;
  margin: 0 0 1rem;
  font-size: 1.8rem;
  line-height: 1.33;
  font-weight: 700;
}

.benefits__card-text {
  display: block;
  margin: 0;
  font-family: var(--font-secondary);
  font-size: 1.7rem;
  line-height: 1.2;
  font-weight: 400;
}

.issues {
  position: relative;
  overflow: unset;
  margin: 0 0 4rem;
}
.issues::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -7rem;
  left: 50%;
  z-index: 100;
  margin: 0 0 0 -5rem;
  width: 8.4rem;
  height: 13.3rem;
  background-image: url("data:image/svg+xml,%3Csvg width='84' height='133' viewBox='0 0 84 133' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M-0.000572205 91.4384L41.3354 133L83.125 91.4384H58.1872L58.1872 58.1881C58.1872 26.0539 32.1284 0 -0.000572205 0C13.767 0 24.9374 11.1655 24.9374 24.9378L24.9374 91.4384H-0.000572205Z' fill='%23D8E1FF'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  pointer-events: none;
}

.issues__desc {
  font: 400 1.9rem/1.4 var(--font-secondary);
}
.issues__desc mark {
  display: block;
  margin: 0 0 3rem;
  font: 900 1.6rem/1.25 var(--font-primary);
  text-transform: uppercase;
  letter-spacing: 0.182rem;
}
.issues__desc h1,
.issues__desc h2,
.issues__desc h3 {
  display: block;
  margin: 0 0 3rem;
  font-size: 3.6rem;
  line-height: 1.1;
  font-weight: 700;
}
.issues__desc p {
  margin: 0 0 1rem;
}
.issues__desc *:last-child {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .issues__desc {
    margin: 0 -2.4rem 0 0;
  }
}

.issues__image {
  position: relative;
  top: 0;
  left: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 57.6rem;
  margin: 0 auto 4rem;
  pointer-events: none;
}
.issues__image img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
@media (min-width: 992px) {
  .issues__image {
    max-width: 50rem;
    position: relative;
    top: -8.5rem;
    left: 3rem;
    margin: 0 auto -10.5rem;
  }
}

.issues__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem;
}
@media (min-width: 768px) {
  .issues__list {
    grid-template-columns: repeat(4, 1fr);
    gap: 7.5rem;
  }
}

.issues__card-icon {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  height: 5.6rem;
  margin: 0 0 1rem;
}
.issues__card-icon img,
.issues__card-icon svg {
  display: block;
  max-width: 100%;
  max-height: 100%;
}

.issues__card-text {
  display: block;
  margin: 0;
  font: 400 2.2rem/1 var(--font-secondary);
}

.solutions {
  margin: 0 0 4.5rem;
}

.solutions__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4rem 3.2rem;
}
@media (min-width: 992px) {
  .solutions__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.solutions__grid > li:has(.row) {
  grid-column: 1/-1;
}
.solutions__grid > li:nth-of-type(5n + 1) .solutions__card .row {
  margin: 0 -7rem;
}
.solutions__grid > li:nth-of-type(5n + 1) .solutions__card .row > [class^=col] {
  padding: 0 7rem;
}
@media (min-width: 992px) {
  .solutions__grid > li:nth-of-type(5n + 1) .solutions__card {
    padding: 5rem 5.7rem 3.5rem 1rem;
  }
}
.solutions__grid > li:nth-of-type(5n + 1) .solutions__card-figure::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  width: 58.7rem;
  height: 58.5rem;
  margin: -33rem 0 0 -28rem;
  background-image: url("data:image/svg+xml,%3Csvg width='587' height='585' viewBox='0 0 587 585' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M425.323 507.717C451.624 469.697 463.444 434.331 484.106 394.489C521.21 322.921 596.381 254.733 584.931 168.979C565.239 21.6388 382.41 60.1042 380.777 60.1135C336.527 60.9462 302.594 63.1602 258.948 50.864C216.682 38.9759 178.422 15.3985 135.486 5.28169C92.9874 -4.71573 46.9746 -3.76807 16.9173 37.2277C-55.2196 135.688 127.746 217.509 110.752 365.095C85.8495 581.628 323.49 654.978 425.323 507.717Z' fill='url(%23paint0_linear_2985_782)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_2985_782' x1='74.3266' y1='472.752' x2='421.668' y2='-0.994103' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='%2389A5FF'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
}
@media (min-width: 992px) {
  .solutions__grid > li:nth-of-type(5n + 1) .solutions__card-figure {
    margin: 5.5rem -6rem 0 0;
  }
}
.solutions__grid > li:nth-of-type(5n + 1) .solutions__card-image {
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.solutions__grid > li:nth-of-type(5n + 1) .solutions__card-image img {
  max-width: 53.7rem;
}
.solutions__grid > li:nth-of-type(5n + 1) .solutions__card-bookmark {
  position: absolute;
  top: -1.5rem;
  right: 5rem;
  z-index: 1;
}
.solutions__grid > li:nth-of-type(5n + 1) .solutions__card-caption {
  position: absolute;
  right: 0;
  bottom: 7.5rem;
  width: 25.4rem;
  margin: 0;
}
.solutions__grid > li:nth-of-type(5n + 1) .solutions__card-action {
  position: absolute;
  right: 1.5rem;
  bottom: 0.5rem;
  z-index: 1;
}
@media (max-width: 767px) {
  .solutions__grid > li:nth-of-type(5n + 1) .solutions__card-figure {
    max-width: none;
  }
  .solutions__grid > li:nth-of-type(5n + 1) .solutions__card-image {
    max-width: 57.6rem;
    margin: 0 auto;
  }
  .solutions__grid > li:nth-of-type(5n + 1) .solutions__card-caption,
  .solutions__grid > li:nth-of-type(5n + 1) .solutions__card-action {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
    margin: 1.5rem 0 0;
  }
  .solutions__grid > li:nth-of-type(5n + 1) .solutions__card-caption .ui-btn,
  .solutions__grid > li:nth-of-type(5n + 1) .solutions__card-action .ui-btn {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .solutions__grid > li:nth-of-type(5n + 2) .solutions__card {
    padding: 4.4rem 5.1rem 4rem 5.1rem;
  }
}
.solutions__grid > li:nth-of-type(5n + 2) .solutions__card-title {
  margin: 0 -2rem 1.5rem 0;
}
.solutions__grid > li:nth-of-type(5n + 2) .solutions__card-figure {
  margin: 0 auto 4rem;
}
@media (min-width: 992px) {
  .solutions__grid > li:nth-of-type(5n + 2) .solutions__card-figure {
    margin: 0 -1.5rem 1.5rem 0;
  }
}
.solutions__grid > li:nth-of-type(5n + 2) .solutions__card-bookmark {
  position: absolute;
  right: 2.5rem;
  bottom: 1rem;
}
@media (min-width: 992px) {
  .solutions__grid > li:nth-of-type(5n + 3) .solutions__card {
    padding: 5rem 4.2rem 4rem;
  }
}
.solutions__grid > li:nth-of-type(5n + 3) .solutions__card-image {
  height: 39.4rem;
  margin: 0 0 3rem -1rem;
}
.solutions__grid > li:nth-of-type(5n + 3) .solutions__card-image::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  width: 48.3rem;
  height: 43.7rem;
  background-image: url("data:image/svg+xml,%3Csvg width='483' height='437' viewBox='0 0 483 437' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M139.474 434.117C200.058 447.899 239.671 396.794 284.845 367.584C337.426 333.547 414.766 352.013 457.292 300.543C495.071 254.836 490.27 156.118 439.619 120.129C389.139 84.234 351.997 85.1673 310.214 32.9806C264.782 -23.7866 221.43 1.99027 172.492 41.0125C139.616 67.2223 44.7927 48.7402 12.4926 109.928C-36.5486 202.81 69.93 418.297 139.474 434.117Z' fill='%23A6B7F0'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  margin: -23rem 0 0 -25rem;
}
@media (min-width: 992px) {
  .solutions__grid > li:nth-of-type(5n + 3) .solutions__card-image {
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .solutions__grid > li:nth-of-type(5n + 3) .solutions__card-image img {
    max-width: 48.2rem;
  }
}
@media (min-width: 992px) {
  .solutions__grid > li:nth-of-type(5n + 3) .solutions__card-info {
    margin: 0 -2rem 0 0;
  }
}
.solutions__grid > li:nth-of-type(5n + 4) .solutions__card {
  padding: 5rem 4.2rem 4rem;
}
.solutions__grid > li:nth-of-type(5n + 4) .solutions__card-image {
  height: 39.4rem;
  margin: 0 0 3rem -1rem;
}
.solutions__grid > li:nth-of-type(5n + 4) .solutions__card-image::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  width: 61.2rem;
  height: 58.8rem;
  background-image: url("data:image/svg+xml,%3Csvg width='612' height='588' viewBox='0 0 612 588' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M183.885 400.777C210.522 404.919 232.034 402.383 258.166 403.236C305.104 404.765 360.108 426.34 401.911 399.922C473.731 354.523 406.439 271.401 406.012 270.578C394.15 248.421 384.231 231.808 379.378 206.797C374.667 182.581 377.093 157.577 371.286 133.449C365.529 109.571 353.151 86.5503 323.991 81.2269C253.969 68.4681 258.513 180.6 177.09 207.522C57.637 247.037 80.7217 384.756 183.885 400.777Z' fill='%23FAE6BB'/%3E%3Cpath d='M215.599 87.0307C276.183 73.2485 315.796 124.354 360.97 153.564C413.551 187.6 490.891 169.134 533.417 220.605C571.196 266.312 566.395 365.03 515.744 401.019C465.264 436.913 428.122 435.98 386.339 488.167C340.907 544.934 297.555 519.157 248.617 480.135C215.741 453.925 120.918 472.407 88.6176 411.219C39.5764 318.338 146.055 102.851 215.599 87.0307Z' fill='%23A6B7F0'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  margin: -30rem 0 0 -31rem;
}
@media (min-width: 992px) {
  .solutions__grid > li:nth-of-type(5n + 4) .solutions__card-image {
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0 0 3rem;
  }
  .solutions__grid > li:nth-of-type(5n + 4) .solutions__card-image img {
    max-width: 48.2rem;
  }
}
@media (min-width: 992px) {
  .solutions__grid > li:nth-of-type(5n + 4) .solutions__card-info {
    margin: 0 -4rem 0 0;
  }
}
@media (min-width: 992px) {
  .solutions__grid > li:nth-of-type(5n + 5) .solutions__card {
    padding: 5rem 3.4rem 4rem 4.6rem;
  }
}
.solutions__grid > li:nth-of-type(5n + 5) .solutions__card-figure {
  margin: 0 -4rem;
}
@media (min-width: 992px) {
  .solutions__grid > li:nth-of-type(5n + 5) .solutions__card-figure {
    margin: 0 auto;
  }
}
.solutions__grid > li:nth-of-type(5n + 5) .solutions__card-image {
  position: relative;
  left: 0;
}
@media (min-width: 992px) {
  .solutions__grid > li:nth-of-type(5n + 5) .solutions__card-image {
    margin: -1rem auto;
    left: 1rem;
    max-width: 50.6rem;
  }
}
.solutions__grid > li:nth-of-type(5n + 5) .solutions__card-title {
  margin: 0 0 4rem;
}
.solutions__grid > li:nth-of-type(5n + 5) .solutions__card-desc {
  margin: 0 -2rem 4rem 0;
}
.solutions__grid > li:nth-of-type(5n + 5) .solutions__card-desc p {
  margin: 0 0 2rem;
}
.solutions__grid > li:nth-of-type(5n + 5) .solutions__card-info {
  padding: 0 6rem 0 0;
}
.solutions__grid > li:nth-of-type(5n + 5) .solutions__card-info-title {
  font-size: 2.1rem;
}

.solutions__card {
  position: relative;
  overflow: hidden;
  height: 100%;
  border-radius: 2.2rem;
  padding: 4rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.solutions__card .row {
  -ms-flex: 1;
  flex: 1;
  gap: 4rem 0;
}
.solutions__card--violet {
  background: #faf5ff;
}
.solutions__card--blue {
  background: #eff3fe;
}
.solutions__card--grey {
  background: #f5f5f7;
}

.solutions__card-figure {
  margin: 0 auto;
  position: relative;
  isolation: isolate;
  max-width: 57.6rem;
}
@media (min-width: 992px) {
  .solutions__card-figure {
    max-width: none;
  }
}

.solutions__card-image {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  position: relative;
  isolation: isolate;
}
.solutions__card-image img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}

.solutions__card-bookmark {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 9rem;
  height: 11.5rem;
  padding: 0 0 2rem;
  background-image: url("data:image/svg+xml,%3Csvg width='90' height='115' viewBox='0 0 90 115' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M76.381 1.63274e-07L12.7302 9.79643e-07C5.72857 1.06944e-06 7.34732e-08 5.72857 1.63274e-07 12.7302L1.46946e-06 114.571L44.5556 95.4762L89.1111 114.571L89.1111 12.7302C89.1111 5.72857 83.3825 7.34737e-08 76.381 1.63274e-07Z' fill='%23A8BCFF'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  font: 400 6.5rem/1 var(--font-secondary);
  text-align: center;
  color: #fff;
}
.solutions__card-bookmark small {
  display: block;
  font-size: 1.5rem;
  color: #000;
}

.solutions__card-caption {
  display: block;
  margin: 0 0 2.5rem;
  font: 400 1.8rem/1.5 var(--font-secondary);
}
.solutions__card-caption b {
  display: inline-block;
  vertical-align: top;
}

.solutions__card-action .ui-btn {
  min-width: 19.6rem;
}

.solutions__card-mark {
  display: block;
  margin: 0 0 2.5rem;
  font: 900 1.6rem/1.25 var(--font-primary);
  text-transform: uppercase;
  letter-spacing: 0.182rem;
  color: #8aa5ff;
}

.solutions__card-title {
  display: block;
  margin: 0 0 3.5rem;
  font: 700 3.8rem/1.1 var(--font-secondary);
  text-wrap: balance;
}
@media (min-width: 992px) {
  .solutions__card-title {
    text-wrap: unset;
  }
}

.solutions__card-desc {
  font: 400 1.9rem/1.4 var(--font-secondary);
  margin: 0 0 2.7rem;
}
.solutions__card-desc:last-child {
  margin-bottom: 0;
}
.solutions__card-desc ul {
  margin: 0 0 2.7rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.6rem;
  font-size: 2.4rem;
  line-height: 1.1;
  font-weight: 700;
  text-wrap: balance;
}
.solutions__card-desc p {
  margin: 0 0 2.7rem;
}
.solutions__card-desc *:last-child {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .solutions__card-desc ul {
    padding: 0 5.5rem 0 0;
    text-wrap: unset;
  }
}

.solutions__card-checklist {
  margin: 0 0 2.7rem;
  padding: 0;
  font: 400 1.9rem/1.42 var(--font-secondary);
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
.solutions__card-checklist:last-child {
  margin-bottom: 0;
}
.solutions__card-checklist > li {
  position: relative;
  padding: 0 0 0 5.6rem;
}
.solutions__card-checklist > li::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 3.9rem;
  height: 3.5rem;
  margin: -1.8rem 0 0;
  background-image: url("data:image/svg+xml,%3Csvg width='39' height='35' viewBox='0 0 39 35' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M38.018 0.103917C39.0294 0.427366 39.3334 1.7174 38.58 2.46585C29.2894 11.6954 22.4918 23.1083 17.8512 33.2612C17.6382 33.7276 17.1944 34.0463 16.6858 34.098C15.2419 34.2438 13.7735 34.5399 12.3474 34.9452C11.594 35.1596 10.8133 34.7261 10.5797 33.9767C8.89929 28.5806 4.88169 24.2958 0.407168 20.7106C-0.0544526 20.3411 -0.150154 19.6378 0.257986 19.209C1.20468 18.2133 2.21143 17.4178 3.1722 16.7869C5.7796 15.0756 9.26333 15.6652 11.1661 18.139C12.3765 19.713 13.4479 21.4073 14.3674 22.9766C21.7899 11.4867 30.3233 3.83204 36.2362 0.308894C36.8048 -0.0295993 37.4494 -0.0775525 38.018 0.104858V0.103917Z' fill='%238AA5FF'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
}

.solutions__card-keys {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  margin: 0 0 4rem;
}
@media (min-width: 992px) {
  .solutions__card-keys {
    padding: 1.5rem 0 0 3rem;
    margin: 0;
  }
}

.solutions__card-line {
  display: block;
  border: none;
  border-bottom: 0.1rem solid #fff;
  margin: auto 0 3.8rem;
}

.solutions__card-info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.8rem;
  position: relative;
  text-align: center;
}
@media (min-width: 768px) {
  .solutions__card-info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
  }
}

.solutions__card-info-discount {
  width: 13.5rem;
  height: 9.3rem;
  position: absolute;
  top: -3rem;
  right: -4rem;
  background-image: url("data:image/svg+xml,%3Csvg width='135' height='93' viewBox='0 0 135 93' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M123 0C129.627 0 135 5.37258 135 12V60C135 66.6274 129.627 72 123 72H54.4824L11.9541 93L25.918 72H12C5.37258 72 1.93283e-07 66.6274 0 60V12C7.73133e-07 5.37258 5.37258 1.57038e-07 12 0L123 0Z' fill='%23A8BCFF'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0.8rem 0.8rem 3rem;
  font: 400 3.5rem/1 var(--font-secondary);
  text-align: center;
  color: #fff;
  transform: rotate(8.53deg);
}
.solutions__card-info-discount small {
  display: block;
  font-size: 1.4rem;
  color: #000;
}

.solutions__card-info-bookmark {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 9rem;
  height: 11.5rem;
  padding: 0 0 3rem;
  background-image: url("data:image/svg+xml,%3Csvg width='90' height='115' viewBox='0 0 90 115' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M76.381 1.63274e-07L12.7302 9.79643e-07C5.72857 1.06944e-06 7.34732e-08 5.72857 1.63274e-07 12.7302L1.46946e-06 114.571L44.5556 95.4762L89.1111 114.571L89.1111 12.7302C89.1111 5.72857 83.3825 7.34737e-08 76.381 1.63274e-07Z' fill='%23A8BCFF'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  font: 400 6.5rem/1 var(--font-secondary);
  text-align: center;
  color: #fff;
}
.solutions__card-info-bookmark small {
  display: block;
  font-size: 1.5rem;
  color: #000;
}

.solutions__card-info-icon {
  margin: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.solutions__card-info-desc {
  -ms-flex: 1;
  flex: 1;
}

.solutions__card-info-title {
  display: block;
  margin: 0 0 1rem;
  font: 700 1.9rem/1.15 var(--font-secondary);
  text-wrap: balance;
}
@media (min-width: 768px) {
  .solutions__card-info-title {
    max-width: 90%;
  }
}
@media (min-width: 992px) {
  .solutions__card-info-title {
    text-wrap: unset;
  }
}

.solutions__card-info-text {
  display: block;
  margin: 0;
  font: 400 1.9rem/1.15 var(--font-secondary);
  text-wrap: balance;
}
@media (min-width: 768px) {
  .solutions__card-info-text {
    text-wrap: unset;
  }
}

.instruments {
  margin: 0 0 6rem;
  text-align: center;
}

.instruments__mark {
  display: block;
  margin: 0 0 2.7rem;
  font: 900 1.6rem/1.25 var(--font-primary);
  text-transform: uppercase;
  letter-spacing: 0.182rem;
  color: #8aa5ff;
}

.instruments__title {
  display: block;
  margin: 0 auto 4rem;
  font: 700 3.8rem/1.1 var(--font-secondary);
  max-width: 53.5rem;
}

.instruments__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.6rem 3rem;
  padding: 4rem 0;
  overflow: hidden;
}
.instruments__list > li {
  position: relative;
  isolation: isolate;
}
@media (max-width: 991px) {
  .instruments__list {
    gap: 2.6rem 2rem;
  }
  .instruments__list > li:nth-child(-n+2)::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0.3rem solid #dce6ff;
    border-radius: 2rem;
    margin-bottom: 1.5rem;
  }
  .instruments__list > li:nth-last-child(-n+2)::after {
    content: "";
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0.3rem solid #dce6ff;
    border-radius: 2rem;
    margin-top: 1.5rem;
  }
}
@media (min-width: 992px) {
  .instruments__list {
    grid-template-columns: repeat(4, 1fr);
    gap: 2.6rem 3rem;
  }
  .instruments__list > li:nth-child(-n+4)::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0.3rem solid #dce6ff;
    border-radius: 2rem;
    margin-bottom: 1.5rem;
  }
  .instruments__list > li:nth-last-child(-n+4)::after {
    content: "";
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0.3rem solid #dce6ff;
    border-radius: 2rem;
    margin-top: 1.5rem;
  }
}

.instruments__card {
  height: 100%;
  border: 0.3rem solid #dce6ff;
  border-radius: 2rem;
  padding: 2.4rem 2rem 2rem;
  text-align: center;
}
@media (min-width: 992px) {
  .instruments__card {
    padding: 2.4rem 3.5rem 2rem;
  }
}

.instruments__card-icon {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 5.2rem;
  height: 5.2rem;
  margin: 0 auto 1.6rem;
}
.instruments__card-icon img,
.instruments__card-icon svg {
  display: block;
  max-width: 100%;
  max-height: 100%;
}

.instruments__card-title {
  display: block;
  margin: 0 0 1rem;
  font: 700 2.1rem/1.1 var(--font-secondary);
}

.instruments__card-text {
  display: block;
  margin: 0;
  font: 400 1.9rem/1.15 var(--font-secondary);
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.try {
  margin: 0 0 3.5rem;
}
.try .row {
  gap: 8rem 0;
}

.try__figure {
  position: relative;
  max-width: 78.4rem;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .try__figure {
    top: -12rem;
    margin: 0 -4rem -18rem -8rem;
  }
}

.try__image {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 78.4rem;
  margin: 0 -2rem;
}
.try__image img {
  display: block;
  max-width: 100%;
}
@media (min-width: 768px) {
  .try__image {
    margin: 0 auto;
  }
}

.try__figcaption {
  position: absolute;
  right: 2.5rem;
  bottom: 2.5rem;
  display: block;
  width: 25rem;
  height: 22.6rem;
  background-image: url("data:image/svg+xml,%3Csvg width='250' height='226' viewBox='0 0 250 226' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M72.0816 224.354C103.392 231.476 123.864 205.065 147.21 189.969C174.384 172.379 214.354 181.922 236.332 155.322C255.856 131.7 253.375 80.6821 227.198 62.0828C201.11 43.5321 181.915 44.0144 160.321 17.044C136.842 -12.2937 114.437 1.02799 89.1452 21.1949C72.155 34.7403 23.1496 25.1887 6.45673 56.8111C-18.8881 104.813 36.1407 216.178 72.0816 224.354Z' fill='%234B69CF'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  padding: 5.5rem 2rem 2rem 5rem;
  font: 400 2.1rem/1.15 var(--font-secondary);
  text-wrap: balance;
  color: #fff;
  transform: scale(0.75);
  transform-origin: right bottom;
}
.try__figcaption svg {
  display: block;
  margin: 0 0 1rem;
  width: 4.3rem;
  height: 2.2rem;
}
@media (min-width: 768px) {
  .try__figcaption {
    transform: none;
    right: 4.5rem;
    bottom: 5.5rem;
  }
}

.try__dl {
  margin: 0;
}
.try__dl dt {
  display: block;
  margin: 0 0 2.7rem;
  font: 900 1.6rem/1.25 var(--font-primary);
  text-transform: uppercase;
  letter-spacing: 0.182rem;
  color: #8aa5ff;
}
.try__dl dd {
  margin: 0;
  font: 400 2.1rem/1.1 var(--font-secondary);
}
.try__dl ul {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.2rem;
}
.try__dl ul > li {
  position: relative;
  padding: 0 0 0 3.2rem;
}
.try__dl ul > li::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.66em;
  left: 0;
  width: 1.6rem;
  height: 2rem;
  margin: -1rem 0 0 0;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='20' viewBox='0 0 16 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.20889 14.5533L13.3341 7.27667L12.084 6L6.20889 11.9575L3.91677 9.61667L2.66667 10.8933L6.20889 14.5533ZM8 0L16 3.66V9.10667C16 14.1283 12.5834 18.8517 8 20C3.41656 18.8508 0 14.1275 0 9.10667V3.66L8 0Z' fill='%238AA5FF'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
}

.try__mark {
  display: block;
  margin: 0 0 7.2rem;
  font: 900 1.8rem/1.25 var(--font-primary);
  text-transform: uppercase;
  letter-spacing: 0.182rem;
  color: #8aa5ff;
}

.try__title {
  display: block;
  margin: 0 0 7.1rem;
  font: 700 3.8rem/1.1 var(--font-secondary);
}

.try__desc {
  margin: 0 0 2.5rem;
  font: 400 1.9rem/1.1 var(--font-secondary);
}
.try__desc p {
  margin: 0 0 1rem;
}
.try__desc *:last-child {
  margin-bottom: 0;
}

.try__card {
  border-radius: 2rem;
  background: #edf1ff;
  border: 0.1rem solid #dce6ff;
  padding: 1.5rem 1.2rem 1.8rem 1.4rem;
  margin: 0 0 1.5rem;
}

.try__card-main {
  margin: 0 0 1.6rem;
  border-radius: 2rem;
  background: #fff;
  border: 0.1rem solid #dce6ff;
  padding: 1.7rem 3.3rem 2rem 8.6rem;
}

.try__card-title {
  display: block;
  margin: 0 0 1.9rem;
  font: 700 2.2rem/1.2 var(--font-secondary);
  position: relative;
}
.try__card-title::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 100%;
  width: 4.2rem;
  height: 4.2rem;
  margin: -2.1rem 1.7rem 0 0;
  background-image: url("data:image/svg+xml,%3Csvg width='42' height='42' viewBox='0 0 42 42' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M37.1187 5.09501C38.0264 5.39073 38.2992 6.57019 37.6231 7.25449C29.2854 15.693 23.1849 26.1276 19.0203 35.4102C18.8291 35.8366 18.4309 36.128 17.9745 36.1753C16.6786 36.3086 15.3608 36.5794 14.081 36.9499C13.4048 37.1459 12.7043 36.7496 12.4946 36.0644C10.9865 31.1308 7.38101 27.2133 3.36541 23.9354C2.95113 23.5976 2.86525 22.9545 3.23153 22.5625C4.08113 21.6522 4.98461 20.9249 5.84684 20.348C8.18682 18.7834 11.3132 19.3225 13.0209 21.5842C14.1071 23.0233 15.0687 24.5724 15.8938 26.0072C22.5551 15.5021 30.2133 8.50358 35.5197 5.28242C36.0299 4.97294 36.6084 4.92909 37.1187 5.09587V5.09501Z' fill='%23ACECC9'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
}

.try__card-price {
  display: block;
  margin: 0 0 2.1rem;
  font: 700 2.5rem/1.1 var(--font-secondary);
  position: relative;
  color: #8aa5ff;
  text-wrap: balance;
}
.try__card-price br {
  display: none;
}
@media (min-width: 992px) {
  .try__card-price br {
    display: block;
  }
}

.try__card-notice {
  display: block;
  margin: 0;
  font: 300 1.5rem/1.2 var(--font-secondary);
  position: relative;
}
.try__card-notice::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 100%;
  width: 4.2rem;
  height: 4.2rem;
  margin: -2.1rem 1.7rem 0 0;
  background-image: url("data:image/svg+xml,%3Csvg width='42' height='42' viewBox='0 0 42 42' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21 36.75C29.6985 36.75 36.75 29.6985 36.75 21C36.75 12.3015 29.6985 5.25 21 5.25C12.3015 5.25 5.25 12.3015 5.25 21C5.25 29.6985 12.3015 36.75 21 36.75Z' stroke='%23DCE6FF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.0175 28H21V28.0175H21.0175V28Z' stroke='%23DCE6FF' stroke-width='3' stroke-linejoin='round'/%3E%3Cpath d='M21 21V14' stroke='%23DCE6FF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
}

.try__card-action {
  display: grid;
  grid-template-columns: 1fr;
}

.try__caption {
  display: block;
  margin: 0;
  font: 400 1.5rem/1.1 var(--font-secondary);
  text-align: center;
}

.consult {
  margin: 0 0 2.1rem;
}

.consult__card {
  border: 0.1rem solid #dce6ff;
  border-radius: 2rem 2rem 0px 0px;
  padding: 4.5rem 1.3rem 4rem 3.5rem;
  gap: 2.8rem;
  display: grid;
  grid-template-columns: 1fr;
}
@media (min-width: 992px) {
  .consult__card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
  }
}

.consult__card-icon {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 6.5rem;
  height: 6.5rem;
  margin: 0;
}
.consult__card-icon img,
.consult__card-icon svg {
  display: block;
  max-width: 100%;
  max-height: 100%;
}

.consult__card-desc {
  font: 400 2.1rem/1.25 var(--font-secondary);
  -ms-flex: 1;
  flex: 1;
}
.consult__card-desc h1,
.consult__card-desc h2,
.consult__card-desc h3 {
  display: block;
  margin: 0 0 2.5rem;
  font: 700 3rem/1.1 var(--font-secondary);
}
.consult__card-desc p {
  margin: 0 0 1rem;
}
.consult__card-desc *:last-child {
  margin-bottom: 0;
}

.consult__card-action {
  width: auto;
  max-width: 100%;
}
.consult__card-action .ui-btn {
  width: 100%;
}
@media (min-width: 992px) {
  .consult__card-action {
    width: 43.9rem;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(2rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-2rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fade-in-up {
  animation: fadeInUp 0.3s ease-out;
}

.fade-in-down {
  animation: fadeInDown 0.3s ease-out;
}

.py-10 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.mb-20 {
  margin-bottom: 2rem;
}

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

.text-green {
  color: #82b900 !important;
}

.text-yellow {
  color: #f2d872 !important;
}

.text-blue {
  color: #6fa5d6 !important;
}

.text-red {
  color: #db0031 !important;
}

.text-grey {
  color: #949dab;
}

.text-dark {
  color: #000 !important;
}

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

.is-visually-hidden {
  position: absolute;
  width: 0.1rem;
  height: 0.1rem;
  margin: -0.1rem;
  border: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.row-gutter-120 {
  margin: 0 -6rem;
}
.row-gutter-120 > [class^=col-] {
  padding: 0 6rem;
}

.is-hidden {
  display: none !important;
}

@media (max-width: 575px) {
  .is-sm-visible {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .is-md-visible {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .is-lg-visible {
    display: none !important;
  }
}

@media (max-width: 1199px) {
  .is-xl-visible {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .is-md-hidden {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .is-lg-hidden {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .is-xl-hidden {
    display: none !important;
  }
}