@import url(https://fonts.googleapis.com/css2?family=Rubik:wght@400;700;900&display=swap);
/*----------------------------------------------------------------------------*\
    Vars
\*----------------------------------------------------------------------------*/
/*  Variables
\*----------------------------------------------------------------------------*/
/* breakpoints */
/* helpers */
/* amount = * 5 */
/* Modules */
/* fixed ratio */
/* images */
/* Form elements */
/* Table elements */
/* Sitekick - front-end fixes */
/*----------------------------------------------------------------------------*\
    $TYPOGRAPHY
\*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*\
    $COLORS
\*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*\
    Theme
\*----------------------------------------------------------------------------*/
/*  Imports
\*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*\
    MIXINS
    Default mixins

\*----------------------------------------------------------------------------*/
/*  Variables
\*----------------------------------------------------------------------------*/
/*  Functions
\*----------------------------------------------------------------------------*/
/*  Mixins
\*----------------------------------------------------------------------------*/
/*  FLEXBOX
\*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*\
    Normalize

\*----------------------------------------------------------------------------*/
/*  Component
\*----------------------------------------------------------------------------*/
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
* Remove default margin.
*/
body {
  margin: 0;
}

/* HTML5 display definitions
    ========================================================================== */
/**
* Correct `block` display not defined for any HTML5 element in IE 8/9.
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox.
* Correct `block` display not defined for `main` in IE 11.
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
* 1. Correct `inline-block` display not defined in IE 8/9.
* 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
*/
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

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

/**
* Address `[hidden]` styling not present in IE 8/9/10.
* Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
*/
[hidden],
template {
  display: none;
}

/* Links
    ========================================================================== */
/**
* Remove the gray background color from active links in IE 10.
*/
a {
  background-color: transparent;
}

/**
* Improve readability of focused elements when they are also in an
* active/hover state.
*/
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
    ========================================================================== */
/**
* Address styling not present in IE 8/9/10/11, Safari, and Chrome.
*/
abbr[title] {
  border-bottom: 1px dotted;
}

/**
* Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
*/
b,
strong {
  font-weight: bold;
}

/**
* Address styling not present in Safari and Chrome.
*/
dfn {
  font-style: italic;
}

/**
* Address variable `h1` font-size and margin within `section` and `article`
* contexts in Firefox 4+, Safari, and Chrome.
*/
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
* Address styling not present in IE 8/9.
*/
mark {
  background: #ff0;
  color: #000;
}

/**
* Address inconsistent and variable font size in all browsers.
*/
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
    ========================================================================== */
/**
* Remove border when inside `a` element in IE 8/9/10.
*/
img {
  border: 0;
}

/**
* Correct overflow not hidden in IE 9/10/11.
*/
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
    ========================================================================== */
/**
* Address margin not present in IE 8/9 and Safari.
*/
figure {
  margin: 1em 40px;
}

/**
* Address differences between Firefox and other browsers.
*/
hr {
  box-sizing: content-box;
  height: 0;
}

/**
* Contain overflow in all browsers.
*/
pre {
  overflow: auto;
}

/**
* Address odd `em`-unit font size rendering in all browsers.
*/
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
    ========================================================================== */
/**
* Known limitation: by default, Chrome and Safari on OS X allow very limited
* styling of `select`, unless a `border` property is set.
*/
/**
* 1. Correct color not being inherited.
*    Known issue: affects color of disabled elements.
* 2. Correct font properties not being inherited.
* 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
*/
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
* Address `overflow` set to `hidden` in IE 8/9/10/11.
*/
button {
  overflow: visible;
}

/**
* Address inconsistent `text-transform` inheritance for `button` and `select`.
* All other form control elements do not inherit `text-transform` values.
* Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
* Correct `select` style inheritance in Firefox.
*/
button,
select {
  text-transform: none;
}

/**
* 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
*    and `video` controls.
* 2. Correct inability to style clickable `input` types in iOS.
* 3. Improve usability and consistency of cursor style between image-type
*    `input` and others.
*/
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

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

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

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

/**
* It's recommended that you don't attempt to style these elements.
* Firefox's implementation doesn't respect box-sizing, padding, or width.
*
* 1. Address box sizing set to `content-box` in IE 8/9/10.
* 2. Remove excess padding in IE 8/9/10.
*/
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
* Fix the cursor style for Chrome's increment/decrement buttons. For certain
* `font-size` values of the `input`, it causes the cursor style of the
* decrement button to change from `default` to `text`.
*/
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

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

/**
* Remove inner padding and search cancel button in Safari and Chrome on OS X.
* Safari (but not Chrome) clips the cancel button when the search input has
* padding (and `textfield` appearance).
*/
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/**
* 1. Correct `color` not being inherited in IE 8/9/10/11.
* 2. Remove padding so people aren't caught out if they zero out fieldsets.
*/
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
* Remove default vertical scrollbar in IE 8/9/10/11.
*/
textarea {
  overflow: auto;
}

/**
* Don't inherit the `font-weight` (applied by a rule above).
* NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
*/
optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

/*----------------------------------------------------------------------------*\
    Reset
\*----------------------------------------------------------------------------*/
/*  Component
\*----------------------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

/**
* The usual resetting of margins, paddings, borders etc.
*/
blockquote,
dl,
dd,
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
fieldset,
hr {
  margin: 0;
}

fieldset,
ol,
ul {
  padding: 0;
}

iframe,
fieldset {
  border: 0;
}

/**
* Remove extra vertical spacing when nesting lists.
*/
li > ul,
li > ol {
  margin-bottom: 0;
}

/**
* 1. Fix an odd quirk whereby, without this, code blocks are rendered at a
*    font-size smaller than 1em.
*/
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
}

/**
* Suppress the focus outline on links that cannot be accessed via keyboard.
* This prevents an unwanted focus outline from appearing around elements that
* might still respond to pointer events.
*/
[tabindex="-1"]:focus {
  outline: none !important;
}

/**
* Image
*
* 1. By default all images are fluid
* 2. Render `alt` visually offset when images don't load
*/
img {
  max-width: 100%;
  /* 1 */
  font-style: italic;
  /* 2 */
}

/*----------------------------------------------------------------------------*\
    Defaults
    font styling, spaces, breakpoints
\*----------------------------------------------------------------------------*/
/*  Variables
\*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*\
    Grid
\*----------------------------------------------------------------------------*/
/*  Variables
\*----------------------------------------------------------------------------*/
/*  Component
\*----------------------------------------------------------------------------*/
.container {
  width: 100%;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 117rem;
  }
}
.container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
  width: 100%;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 117rem;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -1.5rem;
  margin-left: -1.5rem;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

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

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

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

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-sm-3 > * {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-sm-6 > * {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-sm-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-sm-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

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

  .col-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-sm-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

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

  .col-sm-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-sm-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

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

  .col-sm-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-sm-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

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

  .order-sm-first {
    order: -1;
  }

  .order-sm-last {
    order: 13;
  }

  .order-sm-0 {
    order: 0;
  }

  .order-sm-1 {
    order: 1;
  }

  .order-sm-2 {
    order: 2;
  }

  .order-sm-3 {
    order: 3;
  }

  .order-sm-4 {
    order: 4;
  }

  .order-sm-5 {
    order: 5;
  }

  .order-sm-6 {
    order: 6;
  }

  .order-sm-7 {
    order: 7;
  }

  .order-sm-8 {
    order: 8;
  }

  .order-sm-9 {
    order: 9;
  }

  .order-sm-10 {
    order: 10;
  }

  .order-sm-11 {
    order: 11;
  }

  .order-sm-12 {
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.333333%;
  }

  .offset-sm-2 {
    margin-left: 16.666667%;
  }

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

  .offset-sm-4 {
    margin-left: 33.333333%;
  }

  .offset-sm-5 {
    margin-left: 41.666667%;
  }

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

  .offset-sm-7 {
    margin-left: 58.333333%;
  }

  .offset-sm-8 {
    margin-left: 66.666667%;
  }

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

  .offset-sm-10 {
    margin-left: 83.333333%;
  }

  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-md-3 > * {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-md-6 > * {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-md-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

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

  .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

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

  .col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

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

  .col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-md-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

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

  .order-md-first {
    order: -1;
  }

  .order-md-last {
    order: 13;
  }

  .order-md-0 {
    order: 0;
  }

  .order-md-1 {
    order: 1;
  }

  .order-md-2 {
    order: 2;
  }

  .order-md-3 {
    order: 3;
  }

  .order-md-4 {
    order: 4;
  }

  .order-md-5 {
    order: 5;
  }

  .order-md-6 {
    order: 6;
  }

  .order-md-7 {
    order: 7;
  }

  .order-md-8 {
    order: 8;
  }

  .order-md-9 {
    order: 9;
  }

  .order-md-10 {
    order: 10;
  }

  .order-md-11 {
    order: 11;
  }

  .order-md-12 {
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.333333%;
  }

  .offset-md-2 {
    margin-left: 16.666667%;
  }

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

  .offset-md-4 {
    margin-left: 33.333333%;
  }

  .offset-md-5 {
    margin-left: 41.666667%;
  }

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

  .offset-md-7 {
    margin-left: 58.333333%;
  }

  .offset-md-8 {
    margin-left: 66.666667%;
  }

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

  .offset-md-10 {
    margin-left: 83.333333%;
  }

  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-lg-3 > * {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-lg-6 > * {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-lg-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

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

  .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

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

  .col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

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

  .col-lg-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-lg-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

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

  .order-lg-first {
    order: -1;
  }

  .order-lg-last {
    order: 13;
  }

  .order-lg-0 {
    order: 0;
  }

  .order-lg-1 {
    order: 1;
  }

  .order-lg-2 {
    order: 2;
  }

  .order-lg-3 {
    order: 3;
  }

  .order-lg-4 {
    order: 4;
  }

  .order-lg-5 {
    order: 5;
  }

  .order-lg-6 {
    order: 6;
  }

  .order-lg-7 {
    order: 7;
  }

  .order-lg-8 {
    order: 8;
  }

  .order-lg-9 {
    order: 9;
  }

  .order-lg-10 {
    order: 10;
  }

  .order-lg-11 {
    order: 11;
  }

  .order-lg-12 {
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.333333%;
  }

  .offset-lg-2 {
    margin-left: 16.666667%;
  }

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

  .offset-lg-4 {
    margin-left: 33.333333%;
  }

  .offset-lg-5 {
    margin-left: 41.666667%;
  }

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

  .offset-lg-7 {
    margin-left: 58.333333%;
  }

  .offset-lg-8 {
    margin-left: 66.666667%;
  }

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

  .offset-lg-10 {
    margin-left: 83.333333%;
  }

  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-xl-3 > * {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-xl-6 > * {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-xl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-xl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

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

  .col-xl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-xl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

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

  .col-xl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-xl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

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

  .col-xl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-xl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

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

  .order-xl-first {
    order: -1;
  }

  .order-xl-last {
    order: 13;
  }

  .order-xl-0 {
    order: 0;
  }

  .order-xl-1 {
    order: 1;
  }

  .order-xl-2 {
    order: 2;
  }

  .order-xl-3 {
    order: 3;
  }

  .order-xl-4 {
    order: 4;
  }

  .order-xl-5 {
    order: 5;
  }

  .order-xl-6 {
    order: 6;
  }

  .order-xl-7 {
    order: 7;
  }

  .order-xl-8 {
    order: 8;
  }

  .order-xl-9 {
    order: 9;
  }

  .order-xl-10 {
    order: 10;
  }

  .order-xl-11 {
    order: 11;
  }

  .order-xl-12 {
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.333333%;
  }

  .offset-xl-2 {
    margin-left: 16.666667%;
  }

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

  .offset-xl-4 {
    margin-left: 33.333333%;
  }

  .offset-xl-5 {
    margin-left: 41.666667%;
  }

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

  .offset-xl-7 {
    margin-left: 58.333333%;
  }

  .offset-xl-8 {
    margin-left: 66.666667%;
  }

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

  .offset-xl-10 {
    margin-left: 83.333333%;
  }

  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }

  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.flex-row {
  flex-direction: row !important;
}

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

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

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

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

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

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

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

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

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

.justify-content-center {
  justify-content: center !important;
}

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

.justify-content-around {
  justify-content: space-around !important;
}

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

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

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

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

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

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

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

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

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

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

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

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

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

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

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

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

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

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

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

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

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

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

  .flex-md-fill {
    flex: 1 1 auto !important;
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

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

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

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

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

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

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

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

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

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

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

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

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

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

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

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

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

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

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

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

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

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

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

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

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

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

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

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
/*----------------------------------------------------------------------------*\
    Buttons
    .button

\*----------------------------------------------------------------------------*/
/*  Variables
\*----------------------------------------------------------------------------*/
/*  Component
\*----------------------------------------------------------------------------*/
.button {
  width: auto;
  height: auto;
  border: none;
  background-color: #FFF;
  color: #000;
  transition: all 0.3s;
  outline: none;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /**  Remove excess padding and border in Firefox 4+ */
}
.button:active {
  transform: scale(0.95);
}
.button:disabled {
  cursor: not-allowed;
  opacity: 0.25;
}
.button:hover, .button:focus, .button:active {
  text-decoration: none;
}
.button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.button--full {
  display: block;
  width: 100%;
}

.button--loading {
  cursor: wait;
}

/*----------------------------------------------------------------------------*\
    HELPERS
    Default classes almost always
\*----------------------------------------------------------------------------*/
/*  Variables
\*----------------------------------------------------------------------------*/
/*  Component
\*----------------------------------------------------------------------------*/
/*  COLORS
\*----------------------------------------------------------------------------*/
.bg--primary {
  background-color: #FC5A5F !important;
}

.color--primary {
  color: #FC5A5F !important;
}

.fill--primary {
  fill: #FC5A5F !important;
}

.bg--secondary {
  background-color: #370073 !important;
}

.color--secondary {
  color: #370073 !important;
}

.fill--secondary {
  fill: #370073 !important;
}

.bg--tertiary {
  background-color: #8A11EA !important;
}

.color--tertiary {
  color: #8A11EA !important;
}

.fill--tertiary {
  fill: #8A11EA !important;
}

.bg--light-blue {
  background-color: #CEC6FF !important;
}

.color--light-blue {
  color: #CEC6FF !important;
}

.fill--light-blue {
  fill: #CEC6FF !important;
}

.bg--pinkish {
  background-color: #FAE2E2 !important;
}

.color--pinkish {
  color: #FAE2E2 !important;
}

.fill--pinkish {
  fill: #FAE2E2 !important;
}

.bg--green-full {
  background-color: #00DD83 !important;
}

.color--green-full {
  color: #00DD83 !important;
}

.fill--green-full {
  fill: #00DD83 !important;
}

.bg--green-light {
  background-color: #99F1CD !important;
}

.color--green-light {
  color: #99F1CD !important;
}

.fill--green-light {
  fill: #99F1CD !important;
}

.bg--gray-1 {
  background-color: #3A393A !important;
}

.color--gray-1 {
  color: #3A393A !important;
}

.fill--gray-1 {
  fill: #3A393A !important;
}

.bg--gray-1-shadow {
  background-color: rgba(58, 57, 58, 0.2) !important;
}

.color--gray-1-shadow {
  color: rgba(58, 57, 58, 0.2) !important;
}

.fill--gray-1-shadow {
  fill: rgba(58, 57, 58, 0.2) !important;
}

.bg--gray-2 {
  background-color: #B3B3B3 !important;
}

.color--gray-2 {
  color: #B3B3B3 !important;
}

.fill--gray-2 {
  fill: #B3B3B3 !important;
}

.bg--gray-border {
  background-color: #D8D8D8 !important;
}

.color--gray-border {
  color: #D8D8D8 !important;
}

.fill--gray-border {
  fill: #D8D8D8 !important;
}

.bg--gray-3 {
  background-color: #F2F2F0 !important;
}

.color--gray-3 {
  color: #F2F2F0 !important;
}

.fill--gray-3 {
  fill: #F2F2F0 !important;
}

.bg--gray-4 {
  background-color: #F8F8F7 !important;
}

.color--gray-4 {
  color: #F8F8F7 !important;
}

.fill--gray-4 {
  fill: #F8F8F7 !important;
}

.bg--white {
  background-color: #FFFFFF !important;
}

.color--white {
  color: #FFFFFF !important;
}

.fill--white {
  fill: #FFFFFF !important;
}

.bg--gradientBlue-from {
  background-color: #8A11EA !important;
}

.color--gradientBlue-from {
  color: #8A11EA !important;
}

.fill--gradientBlue-from {
  fill: #8A11EA !important;
}

.bg--gradientBlue-to {
  background-color: #370073 !important;
}

.color--gradientBlue-to {
  color: #370073 !important;
}

.fill--gradientBlue-to {
  fill: #370073 !important;
}

.bg--gradientOrange-from {
  background-color: #FC5A5F !important;
}

.color--gradientOrange-from {
  color: #FC5A5F !important;
}

.fill--gradientOrange-from {
  fill: #FC5A5F !important;
}

.bg--gradientOrange-to {
  background-color: #8A11EA !important;
}

.color--gradientOrange-to {
  color: #8A11EA !important;
}

.fill--gradientOrange-to {
  fill: #8A11EA !important;
}

/*  SPACING
\*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*\
    Form
    Form elements

\*----------------------------------------------------------------------------*/
/*  Variables
\*----------------------------------------------------------------------------*/
/*  Component
\*----------------------------------------------------------------------------*/
form {
  text-align: left;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=password],
input[type=number],
textarea,
select,
.form-control,
.input-group.file .sitekick-forms-fileupload-label {
  width: 100%;
  height: auto;
  font-size: 1.6rem;
  padding: 1rem 1.5rem;
  margin-bottom: 0.5rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  background: #fff no-repeat;
  border: 0.1rem solid #eee;
  border-radius: 0;
  box-shadow: none;
  outline: none;
  transition: all 0.3s;
  font-family: "Rubik", sans-serif;
  /* Read-only */
  /* Disabled */
  /* Focus */
}
input[type=text][readonly],
input[type=tel][readonly],
input[type=email][readonly],
input[type=password][readonly],
input[type=number][readonly],
textarea[readonly],
select[readonly],
.form-control[readonly],
.input-group.file [readonly].sitekick-forms-fileupload-label {
  background-color: #fff;
}
input[type=text][disabled],
input[type=tel][disabled],
input[type=email][disabled],
input[type=password][disabled],
input[type=number][disabled],
textarea[disabled],
select[disabled],
.form-control[disabled],
.input-group.file [disabled].sitekick-forms-fileupload-label {
  opacity: 0.5;
  background-color: #eee;
  cursor: not-allowed;
}
input[type=text]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=number]:focus,
textarea:focus,
select:focus,
.form-control:focus,
.input-group.file .sitekick-forms-fileupload-label:focus {
  border-color: #444;
  box-shadow: none;
  outline: none;
}

.select-inner {
  line-height: 1;
  position: relative;
  white-space: nowrap;
  padding-right: 0;
  padding-left: 0;
  cursor: pointer;
  border: 0.1rem solid #eee;
}
.select-inner:after {
  width: 1.3rem;
  height: 0.7rem;
  background-image: url("../img/icons/arrow-down.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 2rem;
  content: "";
  margin: auto 0;
}
.select-inner span {
  font-size: 1.6rem;
  color: #49505A;
  height: 5rem;
  line-height: 4.8rem;
  white-space: nowrap;
  padding-right: 4rem;
  text-overflow: ellipsis;
  padding-left: 2rem;
  max-width: 100%;
  display: inline-block;
  overflow: hidden;
}

.select-inner-list {
  display: inline-block;
  width: 25rem;
  height: auto;
  position: absolute;
  top: 100%;
  opacity: 0;
  visibility: hidden;
  left: 0;
  background-color: #fff;
  box-shadow: 0 0.6rem 2.4rem rgba(0, 0, 0, 0.1);
  padding: 0;
  border-radius: 0.5rem;
  z-index: 9999;
  transition: all 0.3s;
  margin-bottom: 0;
  margin-top: 0;
  transform: translateY(-2rem);
}
.select-inner-list._active {
  opacity: 1;
  visibility: visible;
  top: 100%;
  transform: translateY(0);
}
.select-inner-list li {
  color: #69737F;
  font-size: 1.6rem;
  font-weight: 700;
  display: inline-block;
  position: relative;
  text-decoration: none;
  width: 100%;
  height: auto;
  line-height: 2.5rem;
  padding: 1.5rem 2rem;
  border-bottom: 0.1rem solid #EBEBEB;
  float: left;
  transition: all 0.3s;
  cursor: pointer;
}
.select-inner-list li:hover {
  background: #F4F5F6;
}
.select-inner-list li:before {
  display: none;
}
.select-inner-list li:last-of-type {
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  border-bottom: none;
}

select.form-control, .input-group.file select.sitekick-forms-fileupload-label {
  background-image: url("data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCIgdmlld0JveD0iMCAwIDYxMiA2MTIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDYxMiA2MTI7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPGc+Cgk8ZyBpZD0iX3gzMV8wXzM0XyI+CgkJPGc+CgkJCTxwYXRoIGQ9Ik02MDQuNTAxLDEzNC43ODJjLTkuOTk5LTEwLjA1LTI2LjIyMi0xMC4wNS0zNi4yMjEsMEwzMDYuMDE0LDQyMi41NThMNDMuNzIxLDEzNC43ODIgICAgIGMtOS45OTktMTAuMDUtMjYuMjIzLTEwLjA1LTM2LjIyMiwwcy05Ljk5OSwyNi4zNSwwLDM2LjM5OWwyNzkuMTAzLDMwNi4yNDFjNS4zMzEsNS4zNTcsMTIuNDIyLDcuNjUyLDE5LjM4Niw3LjI5NiAgICAgYzYuOTg4LDAuMzU2LDE0LjA1NS0xLjkzOSwxOS4zODYtNy4yOTZsMjc5LjEyOC0zMDYuMjY4QzYxNC41LDE2MS4xMDYsNjE0LjUsMTQ0LjgzMiw2MDQuNTAxLDEzNC43ODJ6IiBmaWxsPSIjNDQ0NDQ0Ii8+CgkJPC9nPgoJPC9nPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=");
  background-size: 1rem 1rem;
  background-position: right 1rem center;
}
select.form-control::-ms-expand, .input-group.file select.sitekick-forms-fileupload-label::-ms-expand {
  display: none;
}

.input-group.file input[type=file] {
  opacity: 0;
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  cursor: pointer;
}
.input-group.file input[type=file]:hover + .sitekick-forms-fileupload-label {
  border-color: #444 !important;
}
.input-group.file .sitekick-forms-fileupload-label {
  font-weight: normal;
  cursor: pointer;
  pointer-events: none;
  display: block;
  background-image: url("data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMS4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDQ4Ni4zIDQ4Ni4zIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA0ODYuMyA0ODYuMzsiIHhtbDpzcGFjZT0icHJlc2VydmUiIHdpZHRoPSIxNnB4IiBoZWlnaHQ9IjE2cHgiPgo8Zz4KCTxnPgoJCTxwYXRoIGQ9Ik0zOTUuNSwxMzUuOGMtNS4yLTMwLjktMjAuNS01OS4xLTQzLjktODAuNWMtMjYtMjMuOC01OS44LTM2LjktOTUtMzYuOWMtMjcuMiwwLTUzLjcsNy44LTc2LjQsMjIuNSAgICBjLTE4LjksMTIuMi0zNC42LDI4LjctNDUuNyw0OC4xYy00LjgtMC45LTkuOC0xLjQtMTQuOC0xLjRjLTQyLjUsMC03Ny4xLDM0LjYtNzcuMSw3Ny4xYzAsNS41LDAuNiwxMC44LDEuNiwxNiAgICBDMTYuNywyMDAuNywwLDIzMi45LDAsMjY3LjJjMCwyNy43LDEwLjMsNTQuNiwyOS4xLDc1LjljMTkuMywyMS44LDQ0LjgsMzQuNyw3MiwzNi4yYzAuMywwLDAuNSwwLDAuOCwwaDg2ICAgIGM3LjUsMCwxMy41LTYsMTMuNS0xMy41cy02LTEzLjUtMTMuNS0xMy41aC04NS42QzYxLjQsMzQ5LjgsMjcsMzEwLjksMjcsMjY3LjFjMC0yOC4zLDE1LjItNTQuNywzOS43LTY5ICAgIGM1LjctMy4zLDguMS0xMC4yLDUuOS0xNi40Yy0yLTUuNC0zLTExLjEtMy0xNy4yYzAtMjcuNiwyMi41LTUwLjEsNTAuMS01MC4xYzUuOSwwLDExLjcsMSwxNy4xLDNjNi42LDIuNCwxMy45LTAuNiwxNi45LTYuOSAgICBjMTguNy0zOS43LDU5LjEtNjUuMywxMDMtNjUuM2M1OSwwLDEwNy43LDQ0LjIsMTEzLjMsMTAyLjhjMC42LDYuMSw1LjIsMTEsMTEuMiwxMmM0NC41LDcuNiw3OC4xLDQ4LjcsNzguMSw5NS42ICAgIGMwLDQ5LjctMzkuMSw5Mi45LTg3LjMsOTYuNmgtNzMuN2MtNy41LDAtMTMuNSw2LTEzLjUsMTMuNXM2LDEzLjUsMTMuNSwxMy41aDc0LjJjMC4zLDAsMC42LDAsMSwwYzMwLjUtMi4yLDU5LTE2LjIsODAuMi0zOS42ICAgIGMyMS4xLTIzLjIsMzIuNi01MywzMi42LTg0QzQ4Ni4yLDE5OS41LDQ0Ny45LDE0OS42LDM5NS41LDEzNS44eiIgZmlsbD0iIzQ0NDQ0NCIvPgoJCTxwYXRoIGQ9Ik0zMjQuMiwyODBjNS4zLTUuMyw1LjMtMTMuOCwwLTE5LjFsLTcxLjUtNzEuNWMtMi41LTIuNS02LTQtOS41LTRzLTcsMS40LTkuNSw0bC03MS41LDcxLjVjLTUuMyw1LjMtNS4zLDEzLjgsMCwxOS4xICAgIGMyLjYsMi42LDYuMSw0LDkuNSw0czYuOS0xLjMsOS41LTRsNDguNS00OC41djIyMi45YzAsNy41LDYsMTMuNSwxMy41LDEzLjVzMTMuNS02LDEzLjUtMTMuNVYyMzEuNWw0OC41LDQ4LjUgICAgQzMxMC40LDI4NS4zLDMxOC45LDI4NS4zLDMyNC4yLDI4MHoiIGZpbGw9IiM0NDQ0NDQiLz4KCTwvZz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K");
  background-size: 1rem 1rem;
  background-position: right 1rem center;
}

.input-group {
  width: 100%;
  text-align: left;
  margin-bottom: 1.5rem;
}
.input-group label {
  font-size: 1.6rem;
}

.input-group.radio {
  cursor: pointer;
  margin-bottom: 1rem;
}
.input-group.radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.input-group.radio label {
  position: relative;
  padding-left: 2.5rem;
  font-size: 1.4rem;
  cursor: pointer;
  text-align: left;
  display: inline-block;
  line-height: 1.5;
}
.input-group.radio label:after {
  height: 1.5rem;
  width: 1.5rem;
  background-color: transparent;
  border: 0.1rem solid rgba(0, 0, 0, 0.3);
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
  transition: all 0.3s;
  content: "";
  border-radius: 0.3rem;
  z-index: 1;
}
.input-group.radio label:before {
  width: 1.6rem;
  height: 1.6rem;
  background-image: url("/MYTEMPLATENAME/img/icons/check.svg");
  background-size: 1.2rem 1.2rem;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
  content: "";
  transition: all 0.3s;
  opacity: 0;
  z-index: 2;
}
.input-group.radio input:checked ~ label:after {
  border-color: #FC5A5F;
  background-color: #FC5A5F;
}
.input-group.radio input:checked ~ label:before {
  opacity: 1;
}

.radio-group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: left;
}
.radio-group .input-group {
  width: auto;
}
.radio-group .radio,
.radio-group .radio + .radio {
  margin-top: 0;
  margin-right: 1rem;
}

.input-group.checkbox {
  cursor: pointer;
  margin-bottom: 1rem;
}
.input-group.checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.input-group.checkbox label {
  position: relative;
  padding-left: 2.5rem;
  font-size: 1.4rem;
  cursor: pointer;
  text-align: left;
  display: inline-block;
  line-height: 1.5;
}
.input-group.checkbox label:after {
  height: 1.5rem;
  width: 1.5rem;
  background-color: transparent;
  border: 0.1rem solid rgba(0, 0, 0, 0.3);
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
  transition: all 0.3s;
  content: "";
  border-radius: 0.3rem;
  z-index: 1;
}
.input-group.checkbox label:before {
  width: 1.6rem;
  height: 1.6rem;
  background-image: url("/MYTEMPLATENAME/img/icons/check.svg");
  background-size: 1.2rem 1.2rem;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
  content: "";
  transition: all 0.3s;
  opacity: 0;
  z-index: 2;
}
.input-group.checkbox input:checked ~ label:after {
  border-color: #FC5A5F;
  background-color: #FC5A5F;
}
.input-group.checkbox input:checked ~ label:before {
  opacity: 1;
}

.checkbox-group {
  margin-bottom: 1.5rem;
}
.checkbox-group .input-group {
  margin: 0 0 0.2rem 0;
}

.form-title {
  font-weight: bold;
  text-align: left;
  border-bottom: 0.1rem solid #eee;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}

.parsley-errors-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  color: #e74c3c;
  margin-bottom: 1rem;
  margin-top: 0.5rem;
  font-weight: 400;
  transition: all 0.3s;
  font-size: 1.4rem;
  display: inline-block;
}
.parsley-errors-list li {
  line-height: 1.2;
  position: relative;
  padding-left: 0;
  margin: 0.5rem 0;
}

input.parsley-error, textarea.parsley-error, select.parsley-error {
  margin-bottom: 0 !important;
  border: 0.1rem solid #e74c3c !important;
}

textarea {
  resize: none;
}

form .row {
  display: flex;
  flex-wrap: wrap;
}
form .row:before, form .row:after {
  display: none;
}

:-ms-input-placeholder {
  color: #000;
}

::-moz-placeholder {
  color: #000;
}

::placeholder {
  color: #000;
}

/* Postal address messages */
.sitekick-form-address-loading,
.sitekick-form-address-warning {
  padding: 1.5rem 0;
}

/*----------------------------------------------------------------------------*\
    Shared
    html, body
\*----------------------------------------------------------------------------*/
/*  Component
\*----------------------------------------------------------------------------*/
html {
  font-family: "Rubik", sans-serif;
  min-height: 100%;
  font-size: 62.5%;
  /* 62.5% of 16px = 10px */
  /* browser default = 16px */
  -moz-osx-font-smoothing: grayscale;
  /* 3 */
  -webkit-font-smoothing: antialiased;
  /* 3 */
}

html,
body {
  height: 100%;
}

body {
  position: relative;
  min-height: 100%;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}

a[href^="mailto:"], a[href^="tel:"] {
  white-space: nowrap;
}

/*----------------------------------------------------------------------------*\
    Reset
\*----------------------------------------------------------------------------*/
/*  Variables
\*----------------------------------------------------------------------------*/
/*  Component
\*----------------------------------------------------------------------------*/
body.sitekick {
  margin-top: 7rem;
}
body.sitekick .mce-content-body {
  line-height: inherit !important;
}
body.sitekick .header {
  top: 7rem;
}
body.sitekick .hidden {
  display: none !important;
}

/*----------------------------------------------------------------------------*\
    Theme
\*----------------------------------------------------------------------------*/
/*  Imports
\*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*\
    MIXINS
    Default mixins

\*----------------------------------------------------------------------------*/
/*  Variables
\*----------------------------------------------------------------------------*/
/*  Functions
\*----------------------------------------------------------------------------*/
/*  Mixins
\*----------------------------------------------------------------------------*/
/*  FLEXBOX
\*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*\
    Fixed ratio
    .fixedratio

\*----------------------------------------------------------------------------*/
/*  Variables
\*----------------------------------------------------------------------------*/
/*  Component
\*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*\
    IMAGE
    .image
\*----------------------------------------------------------------------------*/
/*  Variables
\*----------------------------------------------------------------------------*/
/*  Component
\*----------------------------------------------------------------------------*/
/**
 * Swiper 6.0.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: July 3, 2020
 */
@font-face {
  font-family: "swiper-icons";
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

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

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

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

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

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

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

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

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

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

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

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

/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px;
}

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

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

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

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

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

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

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

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

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

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

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

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

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

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

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

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

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

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

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

.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}

.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000000;
}

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

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */
}

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

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

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

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

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

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

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

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

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

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

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

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

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

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

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

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

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

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

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

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

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

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

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

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

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

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

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

.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}

.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}

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

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

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

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

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

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

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

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

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

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

/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}

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

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

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

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

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

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

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

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

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

.swiper-container-cube {
  overflow: visible;
}

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

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

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

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

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

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

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

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

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

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

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

/*----------------------------------------------------------------------------*\
    BUTTON
\*----------------------------------------------------------------------------*/
/*  Variables
\*----------------------------------------------------------------------------*/
/*  Component
\*----------------------------------------------------------------------------*/
.button {
  position: relative;
  padding: 1.2rem 6.55rem;
  background-color: #370073;
  border-radius: 0.4rem 0.4rem 0.4rem 0;
  border: none;
  margin-bottom: 1.2rem;
  transition: box-shadow 0.3s, border 0.3s;
  text-align: center;
  overflow: hidden;
}
.button:hover {
  box-shadow: inset 0rem -0.3rem 0rem #99F1CD;
}
.button:focus {
  border: 0.2rem solid #CEC6FF;
}
.button:active {
  transform: none;
}
.button__text {
  color: #FFFFFF;
  font-weight: 700;
}
.button--square {
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4.8rem;
  height: 4.8rem;
}
.button--arrow::before {
  content: "";
  background-image: url("../../img/icons/arrow.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: 50%;
  display: block;
  width: 1.6rem;
  height: 1.3rem;
  position: absolute;
  left: 2.4rem;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.4s;
}
.button--arrow:hover::before {
  transform: translate(50%, -50%);
}
.button--full-to-md {
  display: block;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .button--full-to-md {
    width: 60%;
  }
}

/*----------------------------------------------------------------------------*\
    FORM
\*----------------------------------------------------------------------------*/
/*  Variables
\*----------------------------------------------------------------------------*/
/*  Component
\*----------------------------------------------------------------------------*/
input[type=text],
input[type=tel],
input[type=email],
input[type=password],
input[type=number],
textarea,
select,
.form-control,
.input-group.file .sitekick-forms-fileupload-label {
  box-sizing: border-box;
  position: relative;
  border: 0.1rem solid #B3B3B3;
  border-radius: 0.3rem;
  padding: 1.5rem 1.2rem 1.7rem;
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #3A393A;
  margin: 0;
}
input[type=text]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=number]::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder, .form-control::-moz-placeholder, .input-group.file .sitekick-forms-fileupload-label::-moz-placeholder {
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #B3B3B3;
  margin: 0;
}
input[type=text]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=password]:-ms-input-placeholder, input[type=number]:-ms-input-placeholder, textarea:-ms-input-placeholder, select:-ms-input-placeholder, .form-control:-ms-input-placeholder, .input-group.file .sitekick-forms-fileupload-label:-ms-input-placeholder {
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #B3B3B3;
  margin: 0;
}
input[type=text]::placeholder,
input[type=tel]::placeholder,
input[type=email]::placeholder,
input[type=password]::placeholder,
input[type=number]::placeholder,
textarea::placeholder,
select::placeholder,
.form-control::placeholder,
.input-group.file .sitekick-forms-fileupload-label::placeholder {
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #B3B3B3;
  margin: 0;
}
input[type=text]:active, input[type=text]:focus,
input[type=tel]:active,
input[type=tel]:focus,
input[type=email]:active,
input[type=email]:focus,
input[type=password]:active,
input[type=password]:focus,
input[type=number]:active,
input[type=number]:focus,
textarea:active,
textarea:focus,
select:active,
select:focus,
.form-control:active,
.input-group.file .sitekick-forms-fileupload-label:active,
.form-control:focus,
.input-group.file .sitekick-forms-fileupload-label:focus {
  border: 0.2rem solid #8A11EA;
  padding: 1.4rem 1.1rem 1.6rem;
}

.form-item {
  position: relative;
}
.form-item:hover .form-item__label {
  color: #8A11EA;
}
.form-item__head {
  position: relative;
  display: block;
  width: 100%;
  height: 2.3rem;
}
.form-item__head .info-icon {
  position: relative;
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  background-image: url("../../img/icons/form-info.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
.form-item__head .info-icon .tooltip {
  position: absolute;
  top: -1.3rem;
  left: 50%;
  transform: translate(-50%, -100%);
  width: 17.4rem;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  min-height: 8.2rem;
  padding: 1.3rem 1.5rem;
  background-color: #99F1CD;
  border-radius: 0.8rem;
  cursor: default;
}
.form-item__head .info-icon .tooltip--hidden {
  display: none;
}
.form-item__head .info-icon .tooltip::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  border: 1.2rem solid transparent;
  border-top-color: #99F1CD;
  border-bottom: 0;
  margin-left: -1.2rem;
  margin-bottom: -1.2rem;
}
.form-item__head .info-icon .tooltip__text {
  font-size: 1.2rem;
  line-height: 1.4rem;
  color: #370073;
  margin-bottom: 1.9rem;
}
.form-item__head .info-icon .tooltip__confirm {
  font-size: 1.2rem;
  line-height: 1.4rem;
  font-weight: 700;
  color: #370073;
  margin-bottom: 0;
  cursor: pointer;
}
.form-item__label {
  display: block;
  width: 90%;
  height: 2.3rem;
  font-weight: 900;
  color: #370073;
  transition: color 0.4s;
}
.form-item.error input,
.form-item.error textarea,
.form-item.error select,
.form-item.error .form-item__input, .form-item.success input,
.form-item.success textarea,
.form-item.success select,
.form-item.success .form-item__input {
  border: 0.2rem solid #FC5A5F;
  padding: 1.4rem 1.1rem 1.6rem;
  color: #FC5A5F;
}
.form-item.error::before, .form-item.success::before {
  content: "";
  display: block;
  width: 4.2rem;
  height: calc(100% - 2.3rem - 0rem);
  position: absolute;
  right: 0;
  top: 2.3rem;
  z-index: 1;
  background-color: #FC5A5F;
  border-radius: 0 0.4rem 0.4rem 0;
}
.form-item.error::after, .form-item.success::after {
  content: "";
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  position: absolute;
  right: 1.3rem;
  top: calc(2.3rem + 2rem);
  z-index: 1;
  background-image: url("../../img/icons/form-error.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.form-item.error.textarea::before, .form-item.success.textarea::before {
  height: calc(100% - (2.3rem + 0.9rem) - 0rem);
}
.form-item.error.textarea::after, .form-item.success.textarea::after {
  top: calc((2.3rem + 0.9rem) + 2rem);
}
.form-item.success input,
.form-item.success textarea,
.form-item.success select,
.form-item.success .form-item__input {
  border: 0.2rem solid #00DD83;
  padding: 1.4rem 1.1rem 1.6rem;
  color: #00DD83;
}
.form-item.success::before {
  background-color: #00DD83;
}
.form-item.success::after {
  background-image: url("../../img/icons/form-success.svg");
}
.form-item.disabled .form-item__label {
  color: #B3B3B3;
}
.form-item.disabled input,
.form-item.disabled textarea,
.form-item.disabled select,
.form-item.disabled .form-item__input {
  background-color: #B3B3B3;
  color: #F2F2F0;
  pointer-events: none;
}
.form-item.disabled input::-moz-placeholder, .form-item.disabled textarea::-moz-placeholder, .form-item.disabled select::-moz-placeholder, .form-item.disabled .form-item__input::-moz-placeholder {
  color: #F2F2F0;
}
.form-item.disabled input:-ms-input-placeholder, .form-item.disabled textarea:-ms-input-placeholder, .form-item.disabled select:-ms-input-placeholder, .form-item.disabled .form-item__input:-ms-input-placeholder {
  color: #F2F2F0;
}
.form-item.disabled input::placeholder,
.form-item.disabled textarea::placeholder,
.form-item.disabled select::placeholder,
.form-item.disabled .form-item__input::placeholder {
  color: #F2F2F0;
}

/*----------------------------------------------------------------------------*\
    LIST
\*----------------------------------------------------------------------------*/
/*  Variables
\*----------------------------------------------------------------------------*/
/*  Component
\*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*\
    TABLE
\*----------------------------------------------------------------------------*/
/*  Variables
\*----------------------------------------------------------------------------*/
/*  Component
\*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*\
    TYPOGRAPHY
\*----------------------------------------------------------------------------*/
/*  Variables
\*----------------------------------------------------------------------------*/
/*  HEADINGS
\*----------------------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  font-family: "Rubik", sans-serif;
  margin-bottom: 3rem;
}

h1 {
  font-size: 4.2rem;
  line-height: 4.2rem;
}
@media only screen and (min-width: 768px) {
  h1 {
    font-size: 6.8rem;
    line-height: 7.2rem;
  }
}

h2 {
  font-size: 2.6rem;
  line-height: 3.2rem;
  text-transform: uppercase;
  font-weight: 900;
  color: #8A11EA;
}
@media only screen and (min-width: 768px) {
  h2 {
    font-size: 4.2rem;
    line-height: 4.8rem;
  }
}

h3 {
  font-size: 1.8rem;
  line-height: 3.2rem;
}
@media only screen and (min-width: 768px) {
  h3 {
    font-size: 2.6rem;
    line-height: 3.2rem;
  }
}

h4,
h5,
h6 {
  font-size: 1.6rem;
  line-height: 2.4rem;
}

h6 {
  color: #00DD83;
}

p {
  font-size: 1.6rem;
  line-height: 2.4rem;
}

small {
  font-size: 1.4rem;
  line-height: 2.4rem;
}

.XSmall {
  font-size: 1.2rem;
  line-height: 1.6rem;
}

.link-nostyle {
  text-decoration: none;
  text-color: none;
  display: block;
}

a:not(.button, .link-nostyle), div.fake_href {
  color: #370073;
  text-decoration: none;
  position: relative;
  font-weight: 900;
  font-size: 1.6rem;
  line-height: 2.4rem;
}
a:not(.button, .link-nostyle):is(.fake_href), div.fake_href:is(.fake_href) {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
a:not(.button, .link-nostyle).underline::after, div.fake_href.underline::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.2rem;
  display: block;
  height: 0.1rem;
  width: 100%;
  background: repeating-linear-gradient(to right, #99F1CD, #99F1CD 10px, transparent 10px, transparent 15px);
  transition: left 0.2s, width 0.2s;
}
a:not(.button, .link-nostyle).underline:focus::after, div.fake_href.underline:focus::after {
  background: repeating-linear-gradient(to right, #CEC6FF, #CEC6FF 10px, transparent 10px, transparent 15px);
}
a:not(.button, .link-nostyle):hover, div.fake_href:hover {
  color: #370073;
  text-decoration: none;
}
a:not(.button, .link-nostyle):hover.underline::after, div.fake_href:hover.underline::after {
  left: 5%;
  width: 90%;
}
a:not(.button, .link-nostyle):active, div.fake_href:active {
  color: #370073;
  text-decoration: underline;
}
a:not(.button, .link-nostyle):visited, div.fake_href:visited {
  color: #370073;
  text-decoration: underline;
}

/*----------------------------------------------------------------------------*\
    HEADER
\*----------------------------------------------------------------------------*/
/*  Variables
\*----------------------------------------------------------------------------*/
/*  Component
\*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*\
    HERO (header)
\*----------------------------------------------------------------------------*/
/*  Variables
\*----------------------------------------------------------------------------*/
/*  Component
\*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*\
    FOOTER
\*----------------------------------------------------------------------------*/
/*  Variables
\*----------------------------------------------------------------------------*/
/*  Component
\*----------------------------------------------------------------------------*/
/**
 * Include this element for small cookie oneliner 
 */
#cookie_tool_small {
  box-shadow: 0 0 15px black;
}
#cookie_tool_small .cookie_tool_inner {
  display: flex;
  align-items: center;
  padding: 0 15px !important;
}
#cookie_tool_small .cookie_tool_inner .h4 {
  display: none;
}
#cookie_tool_small .cookie_tool_inner p {
  font-size: 14px;
  width: 100%;
}
#cookie_tool_small .cookie_tool_inner .button {
  font-size: 14px;
  padding: 10px 15px;
  margin: 10px 15px;
}
#cookie_tool_small .cookie_tool_inner .cookie_tool_more {
  font-size: 14px;
  margin-left: 15px;
}

#cookie_tool_large {
  z-index: 9999999999999 !important;
}

.main-text__paragraph {
  color: #3A393A;
  margin-bottom: 3.2rem;
}
.main-text__subtitle {
  font-weight: 900;
  color: #370073;
  margin-bottom: 0.8rem;
}
.main-text--extra-margin-bottom {
  margin-bottom: 4.9rem;
}
@media only screen and (min-width: 992px) {
  .main-text--extra-margin-bottom {
    margin-bottom: 9.7rem;
  }
}
.main-text--caps {
  text-transform: uppercase;
}

.title {
  margin-bottom: 3.7rem;
  margin-top: 3.7rem;
}
@media only screen and (min-width: 992px) {
  .title {
    margin-bottom: 7.7rem;
    margin-top: 7.4rem;
  }
}
.title .body__title {
  margin-bottom: 0;
}

.navigation {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 100;
}
.navigation::before {
  content: "";
  display: block;
  width: 100%;
  height: 6.4rem;
  background-color: #FFFFFF;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.navigation .header {
  padding: 0.8rem 1.6rem;
  height: 6.4rem;
}
.navigation .header__logo {
  height: 4rem;
  display: flex;
  align-items: end;
  padding-left: 0;
}
.navigation .header__logo:hover img {
  transform: scale(1.05);
}
.navigation .header__logo img {
  height: 100%;
  transition: transform 0.4s;
}
.navigation .header__logo__text {
  font-weight: bold;
  text-transform: uppercase;
  color: #370073;
}
.navigation .header__help {
  padding-right: 0;
}
.navigation .header__help .help-label {
  font-weight: bold;
  color: #99F1CD;
  margin-right: 1.3rem;
}
.navigation .header__help .help-items .icon:last-of-type {
  margin-right: 0;
}
.navigation .header .navigation__button {
  padding-right: 0;
}
.navigation .header .navigation__button .menu__button {
  background-color: #99F1CD;
  border-radius: 0.4rem 0.4rem 0.4rem 0rem;
  border: none;
  width: 13.5rem;
  height: 4.8rem;
  padding-right: 0;
  transition: background-color 0.4s;
}
.navigation .header .navigation__button .menu__button:hover:not(.open) {
  background-color: #370073;
}
.navigation .header .navigation__button .menu__button:hover:not(.open) .button__label {
  color: #99F1CD;
}
.navigation .header .navigation__button .menu__button:hover:not(.open) .button__icon .bar {
  background-color: #99F1CD;
}
.navigation .header .navigation__button .menu__button:hover:not(.open) .button__icon .bar:nth-of-type(1) {
  -webkit-animation: nav-bar_bounce 2s ease-in-out 0s infinite;
          animation: nav-bar_bounce 2s ease-in-out 0s infinite;
}
.navigation .header .navigation__button .menu__button:hover:not(.open) .button__icon .bar:nth-of-type(2) {
  -webkit-animation: nav-bar_bounce 2s ease-in-out 0.1s infinite;
          animation: nav-bar_bounce 2s ease-in-out 0.1s infinite;
}
.navigation .header .navigation__button .menu__button:hover:not(.open) .button__icon .bar:nth-of-type(3) {
  -webkit-animation: nav-bar_bounce 2s ease-in-out 0.2s infinite;
          animation: nav-bar_bounce 2s ease-in-out 0.2s infinite;
}
.navigation .header .navigation__button .menu__button:hover:not(.open) .button__icon .bar:nth-of-type(4) {
  -webkit-animation: nav-bar_bounce 2s ease-in-out 0.3s infinite;
          animation: nav-bar_bounce 2s ease-in-out 0.3s infinite;
}
.navigation .header .navigation__button .menu__button .button__label {
  color: #370073;
  font-weight: bold;
  margin-right: 2rem;
  transition: color 0.4s;
}
.navigation .header .navigation__button .menu__button .button__icon {
  width: 3rem;
  height: 3rem;
  position: relative;
}
.navigation .header .navigation__button .menu__button .button__icon .bar {
  background-color: #370073;
  display: block;
  height: 0.2rem;
  width: 80%;
  position: absolute;
  border-radius: 0.1rem;
  transition: top 0.2s, left 0.2s, transform 0.4s, background-color 0.4s;
}
.navigation .header .navigation__button .menu__button .button__icon .bar:nth-of-type(1) {
  left: 5%;
  top: 12.5%;
}
.navigation .header .navigation__button .menu__button .button__icon .bar:nth-of-type(2) {
  left: 30%;
  top: 37.5%;
}
.navigation .header .navigation__button .menu__button .button__icon .bar:nth-of-type(3) {
  left: 10%;
  top: 62.5%;
}
.navigation .header .navigation__button .menu__button .button__icon .bar:nth-of-type(4) {
  top: 87.5%;
  width: 100%;
}
.navigation .header .navigation__button .menu__button.open:hover {
  background-color: #370073;
}
.navigation .header .navigation__button .menu__button.open:hover .button__label {
  color: #99F1CD;
}
.navigation .header .navigation__button .menu__button.open:hover .button__icon {
  -webkit-animation: close-menu_shake 2s infinite;
          animation: close-menu_shake 2s infinite;
}
.navigation .header .navigation__button .menu__button.open:hover .button__icon .bar {
  background-color: #99F1CD;
}
.navigation .header .navigation__button .menu__button.open .button__icon .bar {
  width: 100%;
}
.navigation .header .navigation__button .menu__button.open .button__icon .bar:nth-of-type(1) {
  left: 0%;
  top: 37.5%;
  transform: rotate(45deg) translate(17.5%, 0%);
}
.navigation .header .navigation__button .menu__button.open .button__icon .bar:nth-of-type(2) {
  left: 0%;
  top: 37.5%;
  transform: rotate(45deg) translate(17.5%, 0%);
}
.navigation .header .navigation__button .menu__button.open .button__icon .bar:nth-of-type(3) {
  left: 0%;
  top: 62.5%;
  transform: rotate(-45deg) translate(17.5%, 0%);
}
.navigation .header .navigation__button .menu__button.open .button__icon .bar:nth-of-type(4) {
  top: 62.5%;
  transform: rotate(-45deg) translate(17.5%, 0%);
}
.navigation__body {
  height: calc(100vh - 3rem);
  background-color: #99F1CD;
  transition: opacity 0.4s;
  opacity: 0;
}
.navigation__body.open {
  opacity: 1;
}
.navigation__body.hidden {
  visibility: hidden;
  position: absolute;
  pointer-events: none;
}
.navigation__body.visible {
  visibility: visible;
  position: relative;
  pointer-events: all;
}
.navigation__body__text {
  position: absolute;
  left: 5rem;
  bottom: 9.8rem;
  font-weight: 900;
  font-size: 5rem;
  line-height: 7.2rem;
  color: #FFFFFF;
  text-transform: uppercase;
}
@media only screen and (min-width: 992px) {
  .navigation__body__text {
    font-size: 6.8rem;
  }
}
@media only screen and (min-width: 1200px) {
  .navigation__body__text {
    left: 12rem;
  }
}
.navigation__body .page {
  width: 100%;
  height: 100%;
  background-color: #370073;
  border-radius: 1.2rem;
  position: absolute;
  transition: left 0.4s;
  left: 100%;
}
.navigation__body .page.open {
  left: 4.8rem;
}
@media only screen and (min-width: 768px) {
  .navigation__body .page.open {
    left: 50vw;
  }
}
.navigation__body .page__nav {
  list-style: none;
  margin-top: 11.1rem;
  margin-left: 3.2rem;
}
.navigation__body .page__nav li {
  width: 100%;
  padding: 1rem 0;
}
.navigation__body .page__nav li a {
  width: 100%;
  font-weight: 900;
  font-size: 2.6rem;
  text-decoration: none;
  text-transform: uppercase;
  color: #99F1CD;
  transition: color 0.3s;
}
.navigation__body .page__nav li a:hover {
  color: #f3fdf9 !important;
}
.navigation__body .page__help {
  margin-top: 18.2rem;
  margin-left: 3.2rem;
}
.navigation__body .page__help .help-label {
  font-weight: bold;
  color: #99F1CD;
}

.icon {
  background-image: url("../../img/icons/icon_background.svg");
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block;
  width: 3.6rem;
  height: 3.6rem;
  border: none;
  background-color: transparent;
  margin-right: 1.2rem;
  position: relative;
  transition: transform 0.3s;
}
.icon:hover {
  transform: scale(1.05);
}
.icon__content:is(img) {
  height: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.footer {
  margin-bottom: 3rem;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  padding-top: 6.4rem;
}
.footer-container {
  background-image: url("../../img/svg_backgrounds/footer_background-mobile.svg");
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 6.6rem;
  padding-bottom: 7.8rem;
}
@media only screen and (min-width: 992px) {
  .footer-container {
    background-image: url("../../img/svg_backgrounds/footer_background-desktop.svg");
  }
}
.footer__logo .logo__img {
  height: 5.8rem;
  transition: transform 0.4s;
  cursor: pointer;
}
.footer__logo .logo__img:hover {
  transform: scale(1.05);
}
.footer__navigation {
  width: 100%;
  list-style: none;
}
.footer__navigation li a {
  display: block;
  width: 100%;
  margin-top: 0.8rem;
  font-weight: 900;
  font-size: 1.8rem;
  line-height: 3.2rem;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  z-index: 0;
  color: #99F1CD !important;
  transition: color 0.3s;
}
.footer__navigation li a:hover {
  color: #f3fdf9 !important;
}
@media only screen and (min-width: 992px) {
  .footer__navigation li a {
    text-align: left;
  }
}
.footer__contact {
  width: 100%;
  margin-top: 9.8rem;
  display: flex;
  flex-direction: column;
}
.footer__contact .contact {
  width: 100%;
  margin-bottom: 2.1rem;
}
.footer__contact .contact__label {
  width: 100%;
  text-transform: capitalize;
  text-align: center;
  font-weight: 900;
  margin-bottom: 0.3rem;
  color: #FAE2E2;
}
.footer__contact .contact__info {
  display: block;
  margin: 0 auto;
  width: 100%;
  text-align: center;
  color: #FAE2E2;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.2s;
}
.footer__contact .contact__info:is(a):hover {
  color: #FC5A5F;
}
@media only screen and (min-width: 992px) {
  .footer__contact {
    margin-top: 0;
  }
  .footer__contact .contact__label, .footer__contact .contact__info {
    text-align: left;
  }
}
.footer__copyright {
  margin-top: 2rem;
}
.footer__copyright .linkedin {
  transition: filter 0.2s;
}
.footer__copyright .linkedin--mobile {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 2.3rem;
}
.footer__copyright .linkedin:hover {
  filter: invert(37%) sepia(92%) saturate(717%) hue-rotate(317deg) brightness(112%) contrast(98%);
}
.footer__copyright .copyright__title {
  font-weight: 900;
  font-size: 2rem;
  line-height: 3.2rem;
  text-align: center;
  color: #FAE2E2;
  margin-bottom: 0.7rem;
}
@media only screen and (min-width: 992px) {
  .footer__copyright .copyright__title {
    text-align: left;
  }
}
.footer__copyright .copyright__info {
  text-align: center;
  display: flex;
  justify-content: center;
  color: #FAE2E2;
  margin-bottom: 0.2rem;
}
.footer__copyright .copyright__info a {
  margin: 0 0.5rem;
  color: #FAE2E2;
  font-weight: 500;
  text-decoration: underline;
  transition: color 0.2s;
}
.footer__copyright .copyright__info a:hover {
  color: #FC5A5F;
}
@media only screen and (min-width: 992px) {
  .footer__copyright {
    margin-top: 18.4rem;
  }
}
@media only screen and (min-width: 992px) {
  .footer {
    padding-top: 12.6rem;
    height: 67rem;
  }
}

.checkmark-list {
  list-style: none;
}
.checkmark-list .checkmark-list__item {
  position: relative;
  margin: 1.5rem 0;
  padding-left: 4.3rem;
}
.checkmark-list .checkmark-list__item::before {
  content: "";
  display: block;
  width: 3.2rem;
  height: 3.2rem;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("../../img/icons/checkmark_list.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.checkmark-list .checkmark-list__item .checkmark-list__item__text {
  width: 100%;
  color: #3A393A;
}

.swiper-pagination .swiper-pagination-bullet {
  width: 3.6rem;
  height: 0.4rem;
  border-radius: 0.2rem;
  background-color: #B3B3B3;
}
.swiper-pagination .swiper-pagination-bullet-active {
  background-color: #99F1CD;
}

.hero-card {
  position: relative;
  height: 28.2rem;
}
@media only screen and (min-width: 992px) {
  .hero-card {
    margin-bottom: 16.1rem;
  }
}
.hero-card .background {
  height: 21.1rem;
  background-image: url("../../img/svg_backgrounds/hero-cards_background-desktop.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: -1;
}
@media only screen and (min-width: 992px) {
  .hero-card .background {
    height: 32.4rem;
  }
}
.hero-card .background--phone {
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .hero-card .background {
    height: 32.4rem;
  }
}
.hero-card .image {
  position: absolute;
  top: 2.4rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-mask-image: url("../../img/svg_backgrounds/hero-cards_mask-desktop.svg");
          mask-image: url("../../img/svg_backgrounds/hero-cards_mask-desktop.svg");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: 100% 110%;
          mask-size: 100% 110%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  height: 25.8rem;
}
@media only screen and (min-width: 992px) {
  .hero-card .image {
    height: 38.4rem;
  }
}

main {
  position: relative;
  overflow: hidden;
}
main.main--index::after {
  content: "";
  display: block;
  width: 143.1rem;
  height: 138.1rem;
  z-index: -10;
  position: absolute;
  left: -52.8rem;
  top: 157.5rem;
  background-image: url("../../img/svg_backgrounds/index_page_background.svg");
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 992px) {
  main.main--index::after {
    left: 34.5rem;
    top: -2.2rem;
    width: 168.1rem;
    height: 162.1rem;
  }
}
main.main--about::after {
  content: "";
  display: block;
  width: 58.5rem;
  height: 56.5rem;
  z-index: -10;
  position: absolute;
  left: -10.5rem;
  top: 28.4rem;
  background-image: url("../../img/svg_backgrounds/index_page_background.svg");
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 992px) {
  main.main--about::after {
    left: 19.4rem;
    top: -2.5rem;
    width: 129.1rem;
    height: 124.6rem;
  }
}
main.main--case-details::before {
  content: "";
  display: block;
  width: 58.5rem;
  height: 56.5rem;
  z-index: -10;
  position: absolute;
  left: -10.5rem;
  top: 28.4rem;
  background-image: url("../../img/svg_backgrounds/case-details_page-background.svg");
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 992px) {
  main.main--case-details::before {
    left: 19.4rem;
    top: -2.5rem;
    width: 129.1rem;
    height: 124.6rem;
  }
}
main.main--case-details::after {
  content: "";
  display: block;
  width: 58.5rem;
  height: 56.5rem;
  z-index: -10;
  position: absolute;
  left: -10.5rem;
  top: 193.5rem;
  background-image: url("../../img/svg_backgrounds/case-details_page-background.svg");
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 992px) {
  main.main--case-details::after {
    left: 34.5rem;
    top: 171.5rem;
    width: 168.1rem;
    height: 162.1rem;
  }
}
main.main--contact::before {
  content: "";
  display: block;
  width: 58.5rem;
  height: 56.5rem;
  z-index: -10;
  position: absolute;
  left: -10.5rem;
  top: 28.4rem;
  background-image: url("../../img/svg_backgrounds/case-details_page-background.svg");
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 992px) {
  main.main--contact::before {
    left: 19.4rem;
    top: -2.5rem;
    width: 129.1em;
    height: 124.6rem;
  }
}
main.main--contact::after {
  content: "";
  display: block;
  width: 58.5rem;
  height: 56.5rem;
  z-index: -10;
  position: absolute;
  left: -10.5rem;
  top: 375.4rem;
  background-image: url("../../img/svg_backgrounds/case-details_page-background.svg");
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 992px) {
  main.main--contact::after {
    left: 12rem;
    top: 268.5rem;
    width: 75.7em;
    height: 73rem;
  }
}

.figure {
  margin-bottom: 4.8rem;
}
@media only screen and (min-width: 992px) {
  .figure {
    margin-bottom: 4rem;
  }
}
.figure .body .content__image {
  width: 100%;
  height: 25.8rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-mask-image: url("../../img/svg_backgrounds/case-details_figure-mask-mobile.svg");
          mask-image: url("../../img/svg_backgrounds/case-details_figure-mask-mobile.svg");
  -webkit-mask-size: 100% 25.8rem;
          mask-size: 100% 25.8rem;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
@media only screen and (min-width: 768px) {
  .figure .body .content__image {
    -webkit-mask-image: url("../../img/svg_backgrounds/case-details_figure-mask-desktop.svg");
            mask-image: url("../../img/svg_backgrounds/case-details_figure-mask-desktop.svg");
    height: 62.9rem;
    -webkit-mask-size: 100% 62.9rem;
            mask-size: 100% 62.9rem;
  }
}
.figure .body .content__caption {
  width: 100%;
  color: #370073;
  margin-top: 1.8rem;
}
@media only screen and (min-width: 768px) {
  .figure .body .content__caption {
    text-align: right;
  }
}

.quote {
  position: relative;
  margin-bottom: 8.7rem;
}
@media only screen and (min-width: 992px) {
  .quote {
    margin-bottom: 7.1rem;
  }
}
.quote-container {
  position: relative;
}
.quote-container::after {
  content: "";
  display: block;
  height: 100%;
  width: 1.6rem;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #99F1CD;
}
@media only screen and (min-width: 992px) {
  .quote-container::after {
    left: 12.4rem;
  }
}
.quote__portrait .portrait__img {
  display: block;
  width: 11.3rem;
  height: 11.3rem;
  margin: 0.6rem auto 2.4rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-mask-image: url("../../img/svg_backgrounds/case-detail_quote-person-mask.svg");
          mask-image: url("../../img/svg_backgrounds/case-detail_quote-person-mask.svg");
  -webkit-mask-size: 100% 25.8rem;
          mask-size: 100% 25.8rem;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
.quote__body {
  padding-bottom: 1.7rem;
}
.quote__body .body__quote {
  font-weight: 700;
  color: #8A11EA;
  text-transform: none;
}
.quote__body .body__person {
  margin-top: 2.4rem;
  color: #370073;
}

.hero {
  margin-bottom: 4.7rem;
}
@media only screen and (min-width: 992px) {
  .hero {
    margin-bottom: 15.7rem;
  }
}
.hero-container {
  background-image: url("../../img/svg_backgrounds/hero_background-mobile.svg");
  background-size: 100% calc(100% - 11.2rem);
  background-position: 50% 11.2rem;
  background-repeat: no-repeat;
  padding-bottom: 7.5rem;
}
@media only screen and (min-width: 992px) {
  .hero-container {
    background-image: url("../../img/svg_backgrounds/hero_background-desktop.svg");
    background-size: calc(100% - 14rem) 100%;
    background-position: 0% 50%;
    padding-top: 3.3rem;
    padding-bottom: 5.5rem;
  }
}
.hero .body {
  position: relative;
  padding-bottom: 15rem;
}
@media only screen and (min-width: 992px) {
  .hero .body {
    padding-top: 3.3rem;
  }
}
@media only screen and (min-width: 992px) {
  .hero .body__content {
    padding-left: 6.1rem;
  }
}
@media only screen and (min-width: 992px) {
  .hero .body__content {
    padding-top: 4.1rem;
  }
}
.hero .body__content__image {
  height: 25.8rem;
  width: 100%;
  margin-bottom: 2.1rem;
  background-image: url("../../img/hero_image_full.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask-image: url("../../img/svg_backgrounds/hero_mask-mobile.svg");
          mask-image: url("../../img/svg_backgrounds/hero_mask-mobile.svg");
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
@media only screen and (min-width: 768px) {
  .hero .body__content__image {
    -webkit-mask-image: url("../../img/svg_backgrounds/hero_mask-desktop.svg");
            mask-image: url("../../img/svg_backgrounds/hero_mask-desktop.svg");
  }
}
@media only screen and (min-width: 992px) {
  .hero .body__content__image {
    height: 53.2rem;
    margin-bottom: 0;
  }
}
.hero .body__content__title h2 {
  text-transform: uppercase;
  font-weight: 900;
}
.hero .body__content__title .title-primary {
  color: #99F1CD;
  margin-bottom: 0;
}
.hero .body__content__title .title-secondary {
  color: #FAE2E2;
}
@media only screen and (min-width: 992px) {
  .hero .body__content__list {
    margin-top: 6.3rem;
  }
}
.hero .body__content__list .list-item {
  margin: 0.2rem 0;
}
.hero .body__content__list .list-item__text {
  color: #FFFFFF;
  font-weight: 700;
  margin-left: 0.7rem;
  width: 80%;
}

.reasons {
  margin-bottom: 9.9rem;
}
@media only screen and (min-width: 1200px) {
  .reasons {
    margin-bottom: 16rem;
  }
}

.reasons .body__content__image {
  min-height: 25.8rem;
  height: 100%;
  background-image: url("../../img/computer_reports.jpeg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask-image: url("../../img/svg_backgrounds/hero_mask-mobile.svg");
  mask-image: url("../../img/svg_backgrounds/hero_mask-mobile.svg");
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
@media only screen and (min-width: 768px) {
  .reasons .body__content__image {
    -webkit-mask-image: url("../../img/svg_backgrounds/hero_mask-desktop.svg");
    mask-image: url("../../img/svg_backgrounds/hero_mask-desktop.svg");
  }
}
@media only screen and (min-width: 992px) {
  .reasons .body__content__image {
    min-height: 25.8rem;
    margin-bottom: 0;
  }
}

.reasons .banner__img {
  background-image: url("../../img/computer_reports.jpeg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  min-height: 25.8rem;
}
@media only screen and (min-width: 992px) {
  .reasons .banner__img {
    -webkit-mask-size: 80% 100%;
            mask-size: 80% 100%;
  }
}
.reasons .content__title {
  font-weight: 900;
  color: #8A11EA;
  text-transform: none;
  margin-top: 2.9rem;
}
.reasons .content__list {
  margin-bottom: 3.2rem;
}
.reasons .content__list .list-item .item__text {
  margin-left: 0.7rem;
}
.reasons .content__button {
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .reasons .content__button {
    width: initial;
  }
}

.cards {
  margin-bottom: 3.6rem;
}
@media only screen and (min-width: 1200px) {
  .cards {
    margin-bottom: 12rem;
  }
}
.cards .title {
  color: #8A11EA;
  font-weight: 900;
  margin-bottom: 2.5rem;
  text-transform: capitalize;
}
@media only screen and (min-width: 768px) {
  .cards .title {
    text-align: center;
  }
}
@media only screen and (min-width: 992px) {
  .cards .title {
    text-align: center;
  }
}
.cards .body .card {
  transition: bottom 0.6s;
  bottom: 0;
}
.cards .body .card:hover {
  bottom: 1.5rem;
}
.cards .body .card:hover .button {
  box-shadow: inset 0rem -0.3rem 0rem #99F1CD;
}
.cards .body .card:hover .button .button__icon {
  -webkit-animation: arrow-flyby 2s;
          animation: arrow-flyby 2s;
}
.cards .body .card:not(.cards .body .card:last-of-type) {
  margin-bottom: 8rem;
}
.cards .body .card__head {
  width: 100%;
  min-height: 12.8rem;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 2.3rem 2.4rem 4.1rem;
  background-image: url("../../img/svg_backgrounds/card_banner-mobile.svg");
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
@media only screen and (min-width: 992px) {
  .cards .body .card__head {
    padding-top: 4rem;
    background-image: url("../../img/svg_backgrounds/card_banner-desktop.svg");
  }
}
.cards .body .card__head .head__title {
  color: #370073;
  font-weight: 700;
  margin-bottom: 2rem;
  text-transform: capitalize;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .cards .body .card__head .head__title {
    font-size: 2.8rem;
    line-height: 2.8rem;
  }
}
@media only screen and (min-width: 1200px) {
  .cards .body .card__head .head__title {
    font-size: 3.2rem;
    line-height: 3.2rem;
  }
}
.cards .body .card__body {
  padding: 1.5rem 0 1.4rem;
}
.cards .body .card__body .body__text {
  color: #3A393A;
}
.clients {
  position: relative;
  padding-top: 7.5rem;
  margin-bottom: 4rem;
}
@media only screen and (min-width: 1200px) {
  .clients {
    margin-bottom: 13.6rem;
  }
}
.clients-container {
  background-image: url("../../img/svg_backgrounds/clients_background.svg");
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.clients .header__title {
  width: 100%;
  font-weight: 900;
  color: #8A11EA;
  text-align: center;
}
.clients .body {
  padding-bottom: 5.5rem;
}
.clients .body__slides {
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .clients .body__slides {
    width: 80%;
  }
}
.clients .body__slides .swiper-wrapper {
  padding-bottom: 3.6rem;
}
.clients .body__slides .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 20rem;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (min-width: 992px) {
  .clients .body__slides .swiper-wrapper .swiper-slide {
    height: 20rem;
  }
}
.clients .body__slides .swiper-wrapper .swiper-slide .slide-item {
  width: 50%;
  height: 50%;
}
@media only screen and (min-width: 992px) {
  .clients .body__slides .swiper-wrapper .swiper-slide .slide-item {
    width: 25%;
    height: 100%;
  }
  .clients .body__slides .swiper-wrapper .swiper-slide .slide-item__image {
    width: 50%;
  }
}

.cases {
  padding: 0 1.6rem;
  margin-bottom: 4.7rem;
}
@media only screen and (min-width: 1200px) {
  .cases {
    margin-bottom: 11rem;
  }
}
.cases-container {
  padding-top: 2.3rem;
  padding-bottom: 4rem;
  background-image: url("../../img/svg_backgrounds/cases_background-mobile.svg");
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 992px) {
  .cases-container {
    padding-top: 4.7rem;
    padding-right: 4.8rem;
    padding-left: 4.8rem;
    background-image: url("../../img/svg_backgrounds/cases_background-desktop.svg");
  }
}
.cases .title {
  width: 100%;
  padding-bottom: 5.7rem;
}
.cases .title__secondary {
  margin-bottom: 1.6rem;
}
.cases .title__primary {
  margin-top: 1.6rem;
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) {
  .cases .title__primary {
    font-size: 3.2rem;
    line-height: 3.2rem;
  }
}
@media only screen and (min-width: 1200px) {
  .cases .title__primary {
    font-size: 4.2rem;
    line-height: 4.8rem;
  }
}
.cases .body {
  width: 100%;
}
.cases .body .body__cards {
  width: 100%;
}
.cases .body .body__cards .swiper-wrapper {
  padding-bottom: 3.7rem;
}
.cases .body .body__cards .swiper-wrapper .cases-slide {
  width: 26.7rem;
  min-height: -webkit-fit-content;
  min-height: -moz-fit-content;
  min-height: fit-content;
  background-color: #FFFFFF;
  border-radius: 0.8rem 0.8rem 0.8rem 0;
  overflow-x: hidden;
  transition: box-shadow 0.6s;
}
.cases .body .body__cards .swiper-wrapper .cases-slide:hover {
  box-shadow: inset 0rem -0.3rem 0rem #99F1CD;
}
.cases .body .body__cards .swiper-wrapper .cases-slide:hover .cases-slide__banner .banner__img {
  transform: scale(1.3);
}
.cases .body .body__cards .swiper-wrapper .cases-slide__banner {
  overflow: hidden;
  height: 18.4rem;
}
.cases .body .body__cards .swiper-wrapper .cases-slide__banner .banner__img {
  transition: transform 0.6s;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .cases .body .body__cards .swiper-wrapper .cases-slide__banner .banner__img {
    height: 100%;
    width: initial;
  }
}
.cases .body .body__cards .swiper-wrapper .cases-slide .content {
  padding: 3rem 1.9rem 2.3rem;
}
.cases .body .body__cards .swiper-wrapper .cases-slide .content__title {
  font-weight: 900;
  color: #8A11EA;
}
.cases .body .body__cards .swiper-wrapper .cases-slide .content__text {
  margin-bottom: 0.8rem;
  color: #3A393A;
  max-height: 24rem;
  overflow: hidden;
  width: 100%;
}
.cases__button--mobile {
  margin: 4.7rem auto 1rem;
}
.cases__button--desktop {
  position: absolute;
  bottom: 3.2rem;
}

.information {
  margin-bottom: 5.2rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../img/svg_backgrounds/information_background.svg");
  background-size: 75.7rem 73.1rem;
  background-position: 50% 90%;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 1200px) {
  .information {
    margin-bottom: 12.6rem;
  }
}
@media only screen and (min-width: 992px) {
  .information {
    padding-top: 4rem;
    background-position: 50% -20%;
    background-size: 100% 100%;
  }
}
.information__banner {
  background-image: url("../../img/reasons_banner.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 30.4rem;
}

.information .information__banner_2 {
  min-height: 25.8rem;
  height: 100%;
  background-image: url("../../img/office_img.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask-image: url("../../img/svg_backgrounds/hero_mask-mobile.svg");
  mask-image: url("../../img/svg_backgrounds/hero_mask-mobile.svg");
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
@media only screen and (min-width: 768px) {
  .information .information__banner_2 {
    -webkit-mask-image: url("../../img/svg_backgrounds/hero_mask-desktop.svg");
    mask-image: url("../../img/svg_backgrounds/hero_mask-desktop.svg");
  }
}
@media only screen and (min-width: 992px) {
  .information .information__banner_2 {
    min-height: 25.8rem;
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 992px) {
  .information__banner {
    height: 100%;
    margin-top: 2.3rem;
  }
}
.information .body__title {
  color: #8A11EA;
  font-weight: 900;
  text-transform: none;
  margin: 3.9rem 0;
}
.information .body__text {
  color: #3A393A;
}
.information__button {
  margin-top: 4.1rem;
}
@media only screen and (min-width: 992px) {
  .information__button {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.call {
  padding: 0 1.6rem;
  margin-bottom: 4.8rem;
}
@media only screen and (min-width: 1200px) {
  .call {
    margin-bottom: 12.6rem;
  }
}
.call-container {
  padding-top: 2.9rem;
  padding-bottom: 3.7rem;
  background-image: url("../../img/svg_backgrounds/call_background-mobile.svg");
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 992px) {
  .call-container {
    background-image: url("../../img/svg_backgrounds/call_background-desktop.svg");
  }
}
.call-container .call-title {
  width: 100%;
  padding-top: 2.1rem;
}
.call-container .call-title__text {
  font-weight: 900;
  margin-bottom: 0;
  text-transform: none;
  color: #FFFFFF;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .call-container .call-title__text {
    font-size: 3.2rem;
    line-height: 3.2rem;
  }
}
.call-container .contact {
  padding-top: 2.1rem;
}
.call-container .contact .body__text {
  color: #FFFFFF;
  margin-bottom: 2.3rem;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .call-container .contact .body__text {
    text-align: left;
  }
}
.call-container .contact .body__button {
  margin: 0 auto 1.2rem;
  display: block;
  width: 75%;
}
@media only screen and (min-width: 992px) {
  .call-container .contact .body__button {
    margin: 0 0 1.2rem;
    align-self: start;
    width: 100%;
  }
}
.call-container .person {
  width: 100%;
  margin-top: 3.9rem;
}
@media only screen and (min-width: 992px) {
  .call-container .person {
    margin-top: 0;
  }
}
.call-container .person__portrait {
  height: 7.9rem;
}
@media only screen and (min-width: 992px) {
  .call-container .person__portrait {
    height: 11.8rem;
  }
}
.call-container .person__info {
  margin-left: 1.6rem;
}
.call-container .person__info__name {
  color: #FFFFFF;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.call-container .person__info__role {
  color: #FFFFFF;
}

.intro {
  margin-bottom: 5.7rem;
}
.intro .title__secondary {
  margin-bottom: 1.6rem;
}
.intro .title__primary {
  margin-bottom: 3.2rem;
}
.intro .body__paragraph {
  color: #3A393A;
  margin-bottom: 3.2rem;
}
.intro .body__paragraph--bold {
  font-weight: 700;
  color: #370073;
}
.intro .body__subtitle {
  font-weight: 900;
  color: #370073;
  margin-bottom: 0.8rem;
}

.showcase-images {
  margin-bottom: 6.2rem;
}
@media only screen and (min-width: 992px) {
  .showcase-images {
    margin-bottom: 14.4rem;
  }
}
@media only screen and (min-width: 992px) {
  .showcase-images .showcase__item {
    padding: 0;
  }
}
.showcase-images .showcase__item__image {
  width: 100%;
}
.showcase-images .showcase__item__image--left {
  margin-bottom: 2.2rem;
}
@media only screen and (min-width: 992px) {
  .showcase-images .showcase__item__image--left {
    padding-right: 1.2rem;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 992px) {
  .showcase-images .showcase__item__image--right {
    padding-left: 1.2rem;
  }
}

.about-cards {
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) {
  .about-cards {
    margin-bottom: 0;
  }
}
.about-cards .header .title {
  color: #8A11EA;
  font-weight: 900;
  margin-bottom: 2.5rem;
  text-transform: none;
}
@media only screen and (min-width: 768px) {
  .about-cards .header .title {
    text-align: center;
  }
}
@media only screen and (min-width: 992px) {
  .about-cards .header .title {
    text-align: center;
  }
}
.about-cards .body .card {
  margin-bottom: 8rem;
  transition: bottom 0.6s;
  bottom: 0;
}
.about-cards .body .card:hover {
  bottom: 1.5rem;
}
.about-cards .body .card:hover .button {
  box-shadow: inset 0rem -0.3rem 0rem #99F1CD;
}
.about-cards .body .card:hover .button .button__icon {
  -webkit-animation: arrow-flyby 2s;
          animation: arrow-flyby 2s;
}
.about-cards .body .card__head {
  width: 100%;
  min-height: 12.8rem;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 2.3rem 2.4rem 4.1rem;
  background-image: url("../../img/svg_backgrounds/services_card_banner-mobile.svg");
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
@media only screen and (min-width: 992px) {
  .about-cards .body .card__head {
    padding-top: 4rem;
    background-image: url("../../img/svg_backgrounds/card_banner-desktop.svg");
  }
}
.about-cards .body .card__head .head__title {
  color: #370073;
  font-weight: 700;
  margin-bottom: 2rem;
  text-transform: none;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .about-cards .body .card__head .head__title {
    font-size: 2.8rem;
    line-height: 2.8rem;
  }
}
@media only screen and (min-width: 1200px) {
  .about-cards .body .card__head .head__title {
    font-size: 3.2rem;
    line-height: 3.2rem;
  }
}
.about-cards .body .card__body .body__text {
  color: #3A393A;
  margin-bottom: 1.8rem;
}
.about-cards .body .card__body .body__list {
  margin-bottom: 1.9rem;
}
.programs {
  margin-bottom: 6.7rem;
}
@media only screen and (min-width: 992px) {
  .programs {
    margin-bottom: 5.6rem;
  }
}
.programs .body {
  position: relative;
}
.programs .body .card {
  position: relative;
  transition: bottom 0.6s;
  bottom: 0;
}
.programs .body .card:hover {
  bottom: 1.5rem;
}
.programs .body .card:hover .button {
  box-shadow: inset 0rem -0.3rem 0rem #99F1CD;
}
.programs .body .card:hover .button .button__icon {
  -webkit-animation: arrow-flyby 2s;
          animation: arrow-flyby 2s;
}
.programs .body .card:not(:last-child) {
  margin-bottom: 6.4rem;
}
.programs .body .card__head {
  width: 100%;
  height: 22.4rem;
}
@media only screen and (min-width: 768px) {
  .programs .body .card__head {
    height: 28.4rem;
  }
}
.programs .body .card__head__image {
  height: 100%;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-mask-image: url("../../img/svg_backgrounds/reasons_mask-desktop.svg");
          mask-image: url("../../img/svg_backgrounds/reasons_mask-desktop.svg");
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
.programs .body .card__body {
  padding-top: 2.3rem;
}
.programs .body .card__body .body__title {
  color: #370073;
}
.programs .body .card__body .body__text {
  color: #3A393A;
}
.programs .body .card__button {
  margin-top: 1.7rem;
}
.programs .body .card::after {
  content: "";
  display: block;
  width: 45.6rem;
  height: 44rem;
  z-index: -1;
  position: absolute;
  top: 11.2rem;
  left: 50%;
  transform: translateX(-50%);
  background-image: url("../../img/svg_backgrounds/program-card_background-mobile.svg");
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 992px) {
  .programs .body .card::after {
    background-image: none;
    content: none;
  }
}
@media only screen and (min-width: 992px) {
  .programs .body::before {
    content: "";
    display: block;
    width: 67.5rem;
    height: 65.2rem;
    z-index: -1;
    position: absolute;
    top: -4.5rem;
    left: 7.7rem;
    transform: translateX(-50%);
    background-image: url("../../img/svg_backgrounds/program-card_background-mobile.svg");
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
  }
  .programs .body::after {
    content: "";
    display: block;
    width: 53.9rem;
    height: 52rem;
    z-index: -1;
    position: absolute;
    top: -5.6rem;
    right: -21.6rem;
    background-image: url("../../img/svg_backgrounds/program-card_background-mobile.svg");
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
  }
}

.supplier {
  margin-bottom: 3.7rem;
}
@media only screen and (min-width: 992px) {
  .supplier {
    margin-bottom: 13.6rem;
  }
}
.supplier-container {
  background-image: url("../../img/svg_backgrounds/clients_background.svg");
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.supplier .head {
  padding-bottom: 2.8rem;
  padding-top: 11.5rem;
}
.supplier .head__title {
  text-align: center;
  text-transform: none;
  font-weight: 900;
  color: #8A11EA;
  margin-bottom: 0;
}
.supplier .body {
  padding-bottom: 4.9rem;
}
.services_cards {
  position: relative;
  margin-bottom: 9.6rem;
}
@media only screen and (min-width: 992px) {
  .services_cards {
    margin-bottom: 12.8rem;
  }
}
.services_cards .body .card {
  margin-bottom: 8rem;
}
@media only screen and (min-width: 992px) {
  .services_cards .body .card {
    background-image: url("../../img/svg_backgrounds/services_card_background-desktop.svg");
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 4.8rem;
    padding-bottom: 6.4rem;
  }
}
.services_cards .body .card__head {
  width: 100%;
  min-height: 12.8rem;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 2.3rem 2.4rem 4.1rem;
  background-image: url("../../img/svg_backgrounds/services_card_banner-mobile.svg");
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 992px) {
  .services_cards .body .card__head {
    height: 33.9rem;
    background-image: url("../../img/svg_backgrounds/services_card_banner-desktop.svg");
  }
}
.services_cards .body .card__head .head__title {
  text-transform: none;
  color: #370073;
  margin-bottom: 0;
}
.services_cards .body .card__body {
  padding-top: 2.2rem;
}
.services_cards .body .card__body .body__title {
  text-transform: none;
  color: #8A11EA;
  margin-bottom: 2.4rem;
}
@media only screen and (min-width: 768px) {
  .services_cards .body .card__body .body__title {
    font-size: 3.2rem;
    line-height: 3.6rem;
  }
}
.services_cards .body .card__body .body__text {
  color: #3A393A;
  margin-bottom: 2.5rem;
}
.services_cards .body .card__body .body__button--desktop {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.services_cards .body .card__body .body__button--desktop .button__text {
  font-size: 1.4rem;
}
.services_cards::before {
  content: "";
  display: block;
  width: 143.1rem;
  height: 138.1rem;
  z-index: -1;
  position: absolute;
  top: -5.9rem;
  left: -52.8rem;
  background-image: url("../../img/svg_backgrounds/services_cards_container_background-mobile.svg");
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 992px) {
  .services_cards::before {
    background-image: none;
    content: none;
  }
}
.services_cards::after {
  content: "";
  display: block;
  width: 143.1rem;
  height: 138.1rem;
  z-index: -1;
  position: absolute;
  top: 68.2rem;
  left: -52.8rem;
  background-image: url("../../img/svg_backgrounds/services_cards_container_background-mobile.svg");
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 992px) {
  .services_cards::after {
    background-image: none;
    content: none;
  }
}

.contact_info {
  margin-bottom: 9.7rem;
}
@media only screen and (min-width: 992px) {
  .contact_info {
    margin-bottom: 10.7rem;
  }
}
.contact_info .body__banner .banner__img {
  width: 100%;
  height: 25.8rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-mask-image: url("../../img/svg_backgrounds/case-details_figure-mask-mobile.svg");
          mask-image: url("../../img/svg_backgrounds/case-details_figure-mask-mobile.svg");
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
@media only screen and (min-width: 768px) {
  .contact_info .body__banner .banner__img {
    height: 45.3rem;
  }
}
.contact_info .body__content {
  padding-top: 3.1rem;
  padding-bottom: 4.6rem;
}
@media only screen and (min-width: 768px) {
  .contact_info .body__content {
    padding-bottom: 0;
  }
}
.contact_info .body__content .info-item:not(:last-of-type) {
  margin-bottom: 2rem;
}
@media only screen and (min-width: 768px) {
  .contact_info .body__content .info-item:last-of-type {
    margin-bottom: 4.1rem;
  }
}
.contact_info .body__content .info-item__label {
  margin-bottom: 0.4rem;
  line-height: 1.6rem;
  font-weight: 700;
  color: #8A11EA;
}
.contact_info .body__content .info-item__info {
  color: #370073;
  transition: color 0.4s;
}
.contact_info .body__content .info-item__info:is(a):hover {
  color: #8A11EA;
}

.contact_form {
  margin-bottom: 7.1rem;
  padding: 0 1.5rem;
}
@media only screen and (min-width: 992px) {
  .contact_form {
    margin-bottom: 11.2rem;
  }
}
.contact_form-container {
  padding-top: 2.3rem;
  padding-bottom: 6.3rem;
  background-image: url("../../img/svg_backgrounds/contact-form_background-mobile.svg");
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 768px) {
  .contact_form-container {
    padding-top: 4.7rem;
    padding-bottom: 8.1rem;
    background-image: url("../../img/svg_backgrounds/contact-form_background-desktop.svg");
  }
}
@media only screen and (min-width: 992px) {
  .contact_form-container {
    padding-left: 4.8rem;
    padding-right: 3.2rem;
  }
}
.contact_form .title {
  margin-top: 0;
  margin-bottom: 2.4rem;
}
.contact_form .title__secondary {
  margin-bottom: 1.6rem;
}
@media only screen and (min-width: 992px) {
  .contact_form .title__secondary {
    margin-bottom: 1.9rem;
  }
}
.contact_form .title__primary {
  margin-bottom: 0;
}
.contact_form .content .form-item {
  margin-bottom: 3.1rem;
}
@media only screen and (min-width: 768px) {
  .contact_form .content .form-item {
    margin-bottom: 2.4rem;
  }
}
.contact_form .content .submit {
  margin-top: 2rem;
}
@media only screen and (min-width: 992px) {
  .contact_form .content .submit {
    margin-top: 2.4rem;
  }
}
.contact_form .content .submit__notice__text {
  color: #3A393A;
  display: inline;
}
.contact_form .content .submit__notice__link {
  font-weight: 500;
  color: #3A393A;
  display: inline;
  text-decoration: underline;
  transition: color 0.4s;
}
.contact_form .content .submit__notice__link:is(a):hover {
  color: #8A11EA;
}
.contact_form .content .submit__button {
  margin-top: 3.6rem;
}
@media only screen and (min-width: 992px) {
  .contact_form .content .submit__button {
    margin-top: 0;
  }
}
@media only screen and (min-width: 768px) {
  .contact_form .content .submit__button .button {
    padding: 1.2rem 3.55rem;
  }
}

.people {
  position: relative;
  margin-bottom: 13.7rem;
}
@media only screen and (min-width: 992px) {
  .people {
    margin-bottom: 14.4rem;
  }
}
.people::before {
  content: "";
  display: block;
  width: 100%;
  height: 160.1rem;
  z-index: -10;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url("../../img/svg_backgrounds/contact_people_background-mobile.svg");
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 768px) {
  .people::before {
    display: none;
    background-image: none;
  }
}
.people .head__title {
  text-transform: none;
}
@media only screen and (min-width: 768px) {
  .people .head__title {
    text-align: center;
  }
}
.people .body .person {
  margin-bottom: 3.1rem;
}
.people .body .person__portrait {
  display: block;
  height: 18.3rem;
  width: auto;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .people .body .person__portrait {
    width: 100%;
    height: auto;
  }
}
.people .body .person__info {
  margin-top: 2.7rem;
}
.people .body .person__info .info__name {
  color: #3A393A;
  font-weight: 900;
  margin-bottom: 0;
}
.people .body .person__info .info__role {
  color: #3A393A;
  margin-bottom: 0;
}
.people .body .person__contact {
  margin-top: 1rem;
}
.people .body .person__contact .contact-item {
  margin-top: 0.4rem;
}
.people .body .person__contact .contact-item__info {
  margin-left: 0.7rem;
  color: #3A393A;
  transition: color 0.4s;
}
.people .body .person__contact .contact-item__info:is(a):hover {
  color: #8A11EA;
}

.faq {
  margin-bottom: 7.9rem;
}
@media only screen and (min-width: 992px) {
  .faq {
    margin-bottom: 14.4rem;
  }
}
.faq .head__title {
  text-transform: none;
}
.faq .body .faq-container {
  background-color: #FFFFFF;
  border-radius: 0.8rem 0.8rem 0.8rem 0;
  box-shadow: 0 0 1.2rem 0 rgba(58, 57, 58, 0.2);
}
@media only screen and (min-width: 768px) {
  .faq .body .faq-container {
    counter-reset: question-counter;
  }
}
.faq .body .faq-container .question:not(:last-of-type) {
  border-bottom: 0.1rem solid #D8D8D8;
}
.faq .body .faq-container .question .head {
  position: relative;
  padding: 1.6rem 4.8rem 0.9rem 3.2rem;
}
.faq .body .faq-container .question .head:hover .head__title {
  color: #6800d9;
}
.faq .body .faq-container .question .head:hover::before {
  background-color: #99F1CD;
  color: #370073;
}
@media only screen and (min-width: 768px) {
  .faq .body .faq-container .question .head::before {
    counter-increment: question-counter;
    content: counter(question-counter);
    display: flex;
    width: 2.9rem;
    height: 2.9rem;
    position: absolute;
    left: 3.6rem;
    top: 2.4rem;
    background-color: #99F1CD;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    font-size: 1.6rem;
    line-height: 2.4rem;
    font-weight: 900;
    color: #370073;
    transition: color 0.4s, background-color 0.4s;
  }
}
.faq .body .faq-container .question .head::after {
  content: "";
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  position: absolute;
  top: 1.6rem;
  right: 2.4rem;
  background-image: url("../../img/icons/icon_minus.svg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.faq .body .faq-container .question .head__title {
  font-weight: 900;
  color: #370073;
  margin-bottom: 0;
  transition: color 0.4s;
}
@media only screen and (min-width: 768px) {
  .faq .body .faq-container .question .head__title {
    font-size: 2.6rem;
    line-height: 3.2rem;
  }
}
.faq .body .faq-container .question .head--closed::before {
  background-color: #B3B3B3;
  color: #F2F2F0;
}
.faq .body .faq-container .question .head--closed::after {
  background-image: url("../../img/icons/icon_plus.svg");
}
@media only screen and (min-width: 768px) {
  .faq .body .faq-container .question .head {
    padding: 2.3rem 5rem 1.7rem 8.9rem;
  }
}
.faq .body .faq-container .question .body {
  position: relative;
  padding: 1.6rem 4.8rem 1.3rem 3.2rem;
  max-height: 100rem;
  transition: max-height 0.4s, padding-top 0.4s, padding-bottom 0.4s;
}
.faq .body .faq-container .question .body--closed {
  max-height: 0;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}
.faq .body .faq-container .question .body__answer .answer__text {
  display: inline;
  margin-bottom: 0;
  color: #3A393A;
}
.faq .body .faq-container .question .body__answer .answer__link {
  display: inline;
  margin-bottom: 0;
}
.faq .body .faq-container .question .body::after {
  content: "";
  display: block;
  width: 0.8rem;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #99F1CD;
}
@media only screen and (min-width: 768px) {
  .faq .body .faq-container .question .body::after {
    width: 1.6rem;
  }
}

.test {
  margin-bottom: 4.7rem;
}
@media only screen and (min-width: 992px) {
  .test {
    margin-bottom: 5.4rem;
  }
}
.test .body {
  padding: 3.9rem 1.6rem 10.4rem;
  background-image: url("../../img/svg_backgrounds/cta_test_background-mobile.svg");
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 992px) {
  .test .body {
    padding-top: 10.4rem;
    padding-bottom: 11.5rem;
  }
}
.test .body .test-question:not(:last-of-type) {
  margin-bottom: 9.4rem;
}
@media only screen and (min-width: 992px) {
  .test .body .test-question:not(:last-of-type) {
    margin-bottom: 11.8rem;
  }
}
.test .body .test-question__title .question__number {
  margin-bottom: 0;
  font-weight: 900;
  color: #370073;
}
@media only screen and (min-width: 992px) {
  .test .body .test-question__title .question__number {
    font-size: 2.6rem;
    line-height: 3.2rem;
  }
}
.test .body .test-question__title .question__title {
  margin-bottom: 0;
  font-weight: 900;
  color: #370073;
}
@media only screen and (min-width: 992px) {
  .test .body .test-question__title .question__title {
    font-size: 2.6rem;
    line-height: 3.2rem;
  }
}
.test .body .test-question__explaination {
  margin-top: 1.6rem;
}
.test .body .test-question__explaination__text {
  color: #3A393A;
}
.test .body .test-question__content {
  padding-top: 2.5rem;
  padding-bottom: 2.3rem;
}
.test .body .test-form__progress .almost-done-banner {
  width: 100%;
  background-color: #99F1CD;
  padding: 3.9rem 3.2rem 4.1rem;
  border-radius: 0.8rem 0.8rem 0.8rem 0;
  margin-bottom: 9.6rem;
}
@media only screen and (min-width: 992px) {
  .test .body .test-form__progress .almost-done-banner {
    margin-bottom: 8.8rem;
  }
}
.test .body .test-form__progress .almost-done-banner .banner__text {
  display: inline;
  color: #370073;
}
.test .body .test-form__progress .almost-done-banner .banner__text--bold {
  font-weight: 700;
}
.test .body .test-form__progress .progress {
  margin-bottom: 4.9rem;
}
.test .body .test-form__progress .progress-point {
  position: relative;
  margin-bottom: 3.5rem;
  flex-grow: 1;
}
@media only screen and (min-width: 992px) {
  .test .body .test-form__progress .progress-point {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 768px) {
  .test .body .test-form__progress .progress-point:not(:first-of-type)::before {
    content: "";
    display: block;
    height: 0.4rem;
    width: 110%;
    position: absolute;
    top: 2.2rem;
    left: -60%;
    background-color: #B3B3B3;
    z-index: 0;
  }
}
.test .body .test-form__progress .progress-point__icon {
  position: relative;
  display: block;
  height: 4.8rem;
  background-image: url("../../img/icons/progress-to-do.svg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  z-index: 1;
}
.test .body .test-form__progress .progress-point__info {
  margin-top: 0.7rem;
}
.test .body .test-form__progress .progress-point__info .info__text {
  color: #3A393A;
  margin-bottom: 0;
  text-align: center;
  width: 100%;
}
.test .body .test-form__progress .progress-point__info .info__text--bold {
  color: #370073;
  font-weight: 900;
}
.test .body .test-form__progress .progress-point.done .progress-point__icon {
  background-image: url("../../img/icons/progress-done.svg");
}
.test .body .test-form__progress .progress-point.done::before {
  background-color: #99F1CD;
}
.test .body .test-form__button {
  display: block;
  margin: 0 auto 0;
}
.test .options__option {
  position: relative;
}
.test .options__option:not(:last-of-type) {
  margin-bottom: 1.6rem;
}
.test .options__option .info-icon {
  position: absolute;
  right: 1.3rem;
  top: 1.6rem;
  z-index: 1;
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  background-image: url("../../img/icons/form-info.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
.test .options__option .info-icon .tooltip {
  position: absolute;
  top: -1.3rem;
  left: 50%;
  transform: translate(-90%, -100%);
  width: 17.4rem;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  min-height: 8.2rem;
  padding: 1.3rem 1.5rem;
  background-color: #99F1CD;
  border-radius: 0.8rem;
  cursor: default;
}
@media only screen and (min-width: 992px) {
  .test .options__option .info-icon .tooltip {
    transform: translate(-50%, -100%);
  }
}
.test .options__option .info-icon .tooltip--hidden {
  display: none;
}
.test .options__option .info-icon .tooltip::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  bottom: 0;
  right: 3%;
  border: 1.2rem solid transparent;
  border-top-color: #99F1CD;
  border-bottom: 0;
  margin-left: -1.2rem;
  margin-bottom: -1.2rem;
}
@media only screen and (min-width: 992px) {
  .test .options__option .info-icon .tooltip::after {
    left: 50%;
  }
}
.test .options__option .info-icon .tooltip__text {
  font-size: 1.2rem;
  line-height: 1.4rem;
  color: #370073;
  margin-bottom: 1.9rem;
}
.test .options__option .info-icon .tooltip__confirm {
  font-size: 1.2rem;
  line-height: 1.4rem;
  font-weight: 700;
  color: #370073;
  margin-bottom: 0;
  cursor: pointer;
}
.test .options__option .answer__radio {
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.test .options__option .answer__radio:checked ~ .answer__label {
  padding: 2.3rem 2rem 3.3rem 6.2rem;
  border: 0.2rem solid #99F1CD;
}
.test .options__option .answer__radio:checked ~ .answer__label::before {
  background-color: #99F1CD;
}
.test .options__option .answer__radio:checked ~ .answer__label::after {
  background-image: url("../../img/icons/simple-checkmark-selected.svg");
}
.test .options__option .answer__label {
  display: block;
  position: relative;
  background: #FFFFFF;
  cursor: pointer;
  padding: 2.4rem 2.1rem 3.4rem 6.3rem;
  border-radius: 0.8rem 0.8rem 0.8rem 0;
  border: 0.1rem solid #B3B3B3;
  overflow: hidden;
  transition: border 0.3s, padding 0.3s;
}
.test .options__option .answer__label:hover {
  border: 0.1rem solid #b86df4;
}
.test .options__option .answer__label:hover::before {
  background-color: #b86df4;
}
.test .options__option .answer__label__title {
  font-weight: 900;
  color: #370073;
  margin-bottom: 0;
}
.test .options__option .answer__label__text {
  color: #3A393A;
}
.test .options__option .answer__label::before {
  content: "";
  display: block;
  width: 3.5rem;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #B3B3B3;
  transition: background-color 0.3s;
}
.test .options__option .answer__label::after {
  content: "";
  display: block;
  width: 1.6rem;
  height: 1rem;
  position: absolute;
  left: 0.9rem;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("../../img/icons/simple-checkmark-white.svg");
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.test .toggle .toggle-button {
  display: flex;
  background-color: white;
  border-radius: 0.4rem;
}
.test .toggle .toggle-button__option {
  flex-grow: 1;
}
.test .toggle .toggle-button__option .answer__radio {
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.test .toggle .toggle-button__option .answer__radio:checked ~ .answer__label {
  box-shadow: inset 0rem -0.3rem 0rem #99F1CD;
  background-color: #370073;
  border-radius: 0.4rem;
}
.test .toggle .toggle-button__option .answer__radio:checked ~ .answer__label .option__text {
  color: #FFFFFF;
}
.test .toggle .toggle-button__option .answer__label {
  display: block;
  padding: 1.2rem;
  cursor: pointer;
  transition: box-shadow 0.3s, background-color 0.3s;
}
.test .toggle .toggle-button__option .answer__label:hover .option__text {
  color: #9b40ff;
}
.test .toggle .toggle-button__option .answer__label .option__text {
  width: 100%;
  margin-bottom: 0;
  text-align: center;
  font-weight: 900;
  color: #370073;
  transition: color 0.3s;
}

@-webkit-keyframes nav-bar_bounce {
  0% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(-0.5rem);
  }
  40% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}

@keyframes nav-bar_bounce {
  0% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(-0.5rem);
  }
  40% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}
@-webkit-keyframes close-menu_shake {
  0% {
    transform: rotate(0);
  }
  5% {
    transform: rotate(5deg);
  }
  10% {
    transform: rotate(-10deg);
  }
  15% {
    transform: rotate(15deg);
  }
  20% {
    transform: rotate(-10deg);
  }
  25% {
    transform: rotate(5deg);
  }
  30% {
    transform: rotate(-2deg);
  }
  35% {
    transform: rotate(2deg);
  }
  40% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(0);
  }
}
@keyframes close-menu_shake {
  0% {
    transform: rotate(0);
  }
  5% {
    transform: rotate(5deg);
  }
  10% {
    transform: rotate(-10deg);
  }
  15% {
    transform: rotate(15deg);
  }
  20% {
    transform: rotate(-10deg);
  }
  25% {
    transform: rotate(5deg);
  }
  30% {
    transform: rotate(-2deg);
  }
  35% {
    transform: rotate(2deg);
  }
  40% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(0);
  }
}
@-webkit-keyframes arrow-flyby {
  0% {
    transform: translateX(0);
  }
  24% {
    transform: translateX(5rem);
    visibility: hidden;
  }
  26% {
    transform: translateX(-5rem);
    visibility: visible;
  }
  30% {
    transform: translateX(-3.2rem);
  }
  35% {
    transform: translateX(-1rem);
  }
  40% {
    transform: translateX(-0.5rem);
  }
  45% {
    transform: translateX(-0.2rem);
  }
  50% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes arrow-flyby {
  0% {
    transform: translateX(0);
  }
  24% {
    transform: translateX(5rem);
    visibility: hidden;
  }
  26% {
    transform: translateX(-5rem);
    visibility: visible;
  }
  30% {
    transform: translateX(-3.2rem);
  }
  35% {
    transform: translateX(-1rem);
  }
  40% {
    transform: translateX(-0.5rem);
  }
  45% {
    transform: translateX(-0.2rem);
  }
  50% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(0);
  }
}
main {
  padding-top: 6.4rem;
}

/* ------- PARAGRAPH ------- */
p {
  margin-bottom: 3rem;
}
p:last-of-type {
  margin-bottom: 0;
}

/* ------- Fade elements in like a god damn waterfall ------- */
.waterfall .waterfall__element {
  opacity: 0;
  transform: translateY(-15px);
  transition: all 0.3s ease-out;
}
.waterfall .waterfall__element:nth-child(0) {
  transition-delay: 0ms;
}
.waterfall .waterfall__element:nth-child(1) {
  transition-delay: 100ms;
}
.waterfall .waterfall__element:nth-child(2) {
  transition-delay: 200ms;
}
.waterfall .waterfall__element:nth-child(3) {
  transition-delay: 300ms;
}
.waterfall .waterfall__element:nth-child(4) {
  transition-delay: 400ms;
}
.waterfall .waterfall__element:nth-child(5) {
  transition-delay: 500ms;
}
.waterfall .waterfall__element:nth-child(6) {
  transition-delay: 600ms;
}
.waterfall .waterfall__element:nth-child(7) {
  transition-delay: 700ms;
}
.waterfall .waterfall__element:nth-child(8) {
  transition-delay: 800ms;
}
.waterfall .waterfall__element:nth-child(9) {
  transition-delay: 900ms;
}
.waterfall .waterfall__element:nth-child(10) {
  transition-delay: 1000ms;
}
.waterfall .waterfall__element:nth-child(11) {
  transition-delay: 1100ms;
}
.waterfall .waterfall__element:nth-child(12) {
  transition-delay: 1200ms;
}
.waterfall .waterfall__element:nth-child(13) {
  transition-delay: 1300ms;
}
.waterfall .waterfall__element:nth-child(14) {
  transition-delay: 1400ms;
}
.waterfall.in-view .waterfall__element {
  opacity: 1;
  transform: translateY(0px);
}
