/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

* {
  outline: none;
}

/**
 * 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] {
  cursor: pointer; /* 3 */
  -webkit-appearance: button; /* 2 */
}

/**
 * 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] {
  box-sizing: content-box; /* 2 */
  -webkit-appearance: textfield; /* 1 */
}

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

/* TS extra normalize
   ========================================================================== */
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html,
button,
input,
select,
textarea {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

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

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

hr {
  border: 0;
  display: block;
  height: 1px;
}

img {
  display: block;
  vertical-align: middle;
  width: 100%;
}

fieldset {
  border: 0;
}

textarea {
  resize: vertical;
}

ul,
ol {
  padding: 0 0 0 20px;
}

.embed-container {
  height: 0;
  max-width: 100%;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  border: none;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

/* Helper classes
   ========================================================================== */
.clearfix:before,
.clearfix:after,
ul.options:before,
ul.options:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.clearfix:after,
ul.options:after {
  clear: both;
}

.clearfix,
ul.options {
  *zoom: 1;
}

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

.v-align:before {
  content: "";
  display: inline-block;
  height: 100%;
  margin-right: -0.3em; /* Adjusts for spacing */
  vertical-align: middle;
}

.v-align > * {
  display: inline-block;
  vertical-align: middle;
}

.center {
  text-align: center;
}

a svg {
  pointer-events: none;
}

/* Grid */
/* Breakpoints */
/* Colors */
/* Form */
html {
  scroll-behavior: smooth;
  height: 100%;
}

main {
  overflow: hidden;
}

section {
  position: relative;
  padding: 100px 0;
}
@media all and (max-width: 560px) {
  section {
    padding: 50px 0;
  }
}

.grecaptcha-badge {
  visibility: hidden;
}

.row {
  box-sizing: border-box;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 1200px;
  position: relative;
  padding: 0 20px;
}
.row.full {
  max-width: none;
}
.row .row {
  margin: 0 0px;
}
.row.start {
  justify-content: flex-start;
  text-align: start;
}
.row.center {
  justify-content: center;
  text-align: center;
}
.row.end {
  justify-content: flex-end;
  text-align: end;
}
.row.top {
  align-items: flex-start;
}
.row.middle {
  align-items: center;
}
.row.bottom {
  align-items: flex-end;
}
.row.reverse {
  flex-direction: row-reverse;
}
.row.around {
  justify-content: space-around;
}
.row.between {
  justify-content: space-between;
}
.row .col {
  flex-grow: 1;
  flex-basis: 0;
  max-width: 100%;
}
.row .col-1 {
  flex-basis: 8.3333333333%;
  max-width: 8.3333333333%;
  padding: 0 0px;
}
.row .push-1 {
  margin-left: 8.3333333333%;
}
.row .col-2 {
  flex-basis: 16.6666666667%;
  max-width: 16.6666666667%;
  padding: 0 0px;
}
.row .push-2 {
  margin-left: 16.6666666667%;
}
.row .col-3 {
  flex-basis: 25%;
  max-width: 25%;
  padding: 0 0px;
}
.row .push-3 {
  margin-left: 25%;
}
.row .col-4 {
  flex-basis: 33.3333333333%;
  max-width: 33.3333333333%;
  padding: 0 0px;
}
.row .push-4 {
  margin-left: 33.3333333333%;
}
.row .col-5 {
  flex-basis: 41.6666666667%;
  max-width: 41.6666666667%;
  padding: 0 0px;
}
.row .push-5 {
  margin-left: 41.6666666667%;
}
.row .col-6 {
  flex-basis: 50%;
  max-width: 50%;
  padding: 0 0px;
}
.row .push-6 {
  margin-left: 50%;
}
.row .col-7 {
  flex-basis: 58.3333333333%;
  max-width: 58.3333333333%;
  padding: 0 0px;
}
.row .push-7 {
  margin-left: 58.3333333333%;
}
.row .col-8 {
  flex-basis: 66.6666666667%;
  max-width: 66.6666666667%;
  padding: 0 0px;
}
.row .push-8 {
  margin-left: 66.6666666667%;
}
.row .col-9 {
  flex-basis: 75%;
  max-width: 75%;
  padding: 0 0px;
}
.row .push-9 {
  margin-left: 75%;
}
.row .col-10 {
  flex-basis: 83.3333333333%;
  max-width: 83.3333333333%;
  padding: 0 0px;
}
.row .push-10 {
  margin-left: 83.3333333333%;
}
.row .col-11 {
  flex-basis: 91.6666666667%;
  max-width: 91.6666666667%;
  padding: 0 0px;
}
.row .push-11 {
  margin-left: 91.6666666667%;
}
.row .col-12 {
  flex-basis: 100%;
  max-width: 100%;
  padding: 0 0px;
}
.row .push-12 {
  margin-left: 100%;
}
.row .col-13 {
  flex-basis: 108.3333333333%;
  max-width: 108.3333333333%;
  padding: 0 0px;
}
.row .push-13 {
  margin-left: 108.3333333333%;
}
.row .col-14 {
  flex-basis: 116.6666666667%;
  max-width: 116.6666666667%;
  padding: 0 0px;
}
.row .push-14 {
  margin-left: 116.6666666667%;
}
.row .col-15 {
  flex-basis: 125%;
  max-width: 125%;
  padding: 0 0px;
}
.row .push-15 {
  margin-left: 125%;
}
.row .col-16 {
  flex-basis: 133.3333333333%;
  max-width: 133.3333333333%;
  padding: 0 0px;
}
.row .push-16 {
  margin-left: 133.3333333333%;
}
.row .col-17 {
  flex-basis: 141.6666666667%;
  max-width: 141.6666666667%;
  padding: 0 0px;
}
.row .push-17 {
  margin-left: 141.6666666667%;
}
.row .col-18 {
  flex-basis: 150%;
  max-width: 150%;
  padding: 0 0px;
}
.row .push-18 {
  margin-left: 150%;
}
.row .col-19 {
  flex-basis: 158.3333333333%;
  max-width: 158.3333333333%;
  padding: 0 0px;
}
.row .push-19 {
  margin-left: 158.3333333333%;
}
.row .col-20 {
  flex-basis: 166.6666666667%;
  max-width: 166.6666666667%;
  padding: 0 0px;
}
.row .push-20 {
  margin-left: 166.6666666667%;
}
@media print, screen and (max-width: 560px) {
  .row.start-xs {
    justify-content: flex-start;
    text-align: start;
  }
  .row.center-xs {
    justify-content: center;
    text-align: center;
  }
  .row.end-xs {
    justify-content: flex-end;
    text-align: end;
  }
  .row.top-xs {
    align-items: flex-start;
  }
  .row.middle-xs {
    align-items: center;
  }
  .row.bottom-xs {
    align-items: flex-end;
  }
  .row.around-xs {
    justify-content: space-around;
  }
  .row.between-xs {
    justify-content: space-between;
  }
  .row .col-0 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .row .push-0 {
    margin-left: 0;
  }
  .row .col-xs-0 {
    flex-basis: 0%;
    max-width: 0%;
  }
  .row .push-xs-0 {
    margin-left: 0%;
  }
  .row .col-1 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .row .push-1 {
    margin-left: 0;
  }
  .row .col-xs-1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .row .push-xs-1 {
    margin-left: 8.3333333333%;
  }
  .row .col-2 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .row .push-2 {
    margin-left: 0;
  }
  .row .col-xs-2 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .row .push-xs-2 {
    margin-left: 16.6666666667%;
  }
  .row .col-3 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .row .push-3 {
    margin-left: 0;
  }
  .row .col-xs-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .row .push-xs-3 {
    margin-left: 25%;
  }
  .row .col-4 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .row .push-4 {
    margin-left: 0;
  }
  .row .col-xs-4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row .push-xs-4 {
    margin-left: 33.3333333333%;
  }
  .row .col-5 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .row .push-5 {
    margin-left: 0;
  }
  .row .col-xs-5 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .row .push-xs-5 {
    margin-left: 41.6666666667%;
  }
  .row .col-6 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .row .push-6 {
    margin-left: 0;
  }
  .row .col-xs-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .row .push-xs-6 {
    margin-left: 50%;
  }
  .row .col-7 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .row .push-7 {
    margin-left: 0;
  }
  .row .col-xs-7 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .row .push-xs-7 {
    margin-left: 58.3333333333%;
  }
  .row .col-8 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .row .push-8 {
    margin-left: 0;
  }
  .row .col-xs-8 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .row .push-xs-8 {
    margin-left: 66.6666666667%;
  }
  .row .col-9 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .row .push-9 {
    margin-left: 0;
  }
  .row .col-xs-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .row .push-xs-9 {
    margin-left: 75%;
  }
  .row .col-10 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .row .push-10 {
    margin-left: 0;
  }
  .row .col-xs-10 {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .row .push-xs-10 {
    margin-left: 83.3333333333%;
  }
  .row .col-11 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .row .push-11 {
    margin-left: 0;
  }
  .row .col-xs-11 {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .row .push-xs-11 {
    margin-left: 91.6666666667%;
  }
  .row .col-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .row .push-12 {
    margin-left: 0;
  }
  .row .col-xs-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .row .push-xs-12 {
    margin-left: 100%;
  }
  .row .col-13 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .row .push-13 {
    margin-left: 0;
  }
  .row .col-xs-13 {
    flex-basis: 108.3333333333%;
    max-width: 108.3333333333%;
  }
  .row .push-xs-13 {
    margin-left: 108.3333333333%;
  }
  .row .col-14 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .row .push-14 {
    margin-left: 0;
  }
  .row .col-xs-14 {
    flex-basis: 116.6666666667%;
    max-width: 116.6666666667%;
  }
  .row .push-xs-14 {
    margin-left: 116.6666666667%;
  }
  .row .col-15 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .row .push-15 {
    margin-left: 0;
  }
  .row .col-xs-15 {
    flex-basis: 125%;
    max-width: 125%;
  }
  .row .push-xs-15 {
    margin-left: 125%;
  }
  .row .col-16 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .row .push-16 {
    margin-left: 0;
  }
  .row .col-xs-16 {
    flex-basis: 133.3333333333%;
    max-width: 133.3333333333%;
  }
  .row .push-xs-16 {
    margin-left: 133.3333333333%;
  }
  .row .col-17 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .row .push-17 {
    margin-left: 0;
  }
  .row .col-xs-17 {
    flex-basis: 141.6666666667%;
    max-width: 141.6666666667%;
  }
  .row .push-xs-17 {
    margin-left: 141.6666666667%;
  }
  .row .col-18 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .row .push-18 {
    margin-left: 0;
  }
  .row .col-xs-18 {
    flex-basis: 150%;
    max-width: 150%;
  }
  .row .push-xs-18 {
    margin-left: 150%;
  }
  .row .col-19 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .row .push-19 {
    margin-left: 0;
  }
  .row .col-xs-19 {
    flex-basis: 158.3333333333%;
    max-width: 158.3333333333%;
  }
  .row .push-xs-19 {
    margin-left: 158.3333333333%;
  }
  .row .col-20 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .row .push-20 {
    margin-left: 0;
  }
  .row .col-xs-20 {
    flex-basis: 166.6666666667%;
    max-width: 166.6666666667%;
  }
  .row .push-xs-20 {
    margin-left: 166.6666666667%;
  }
}
@media print, screen and (max-width: 800px) {
  .row.start-s {
    justify-content: flex-start;
    text-align: start;
  }
  .row.center-s {
    justify-content: center;
    text-align: center;
  }
  .row.end-s {
    justify-content: flex-end;
    text-align: end;
  }
  .row.top-s {
    align-items: flex-start;
  }
  .row.middle-s {
    align-items: center;
  }
  .row.bottom-s {
    align-items: flex-end;
  }
  .row.around-s {
    justify-content: space-around;
  }
  .row.between-s {
    justify-content: space-between;
  }
  .row .col-s-0 {
    flex-basis: 0%;
    max-width: 0%;
  }
  .row .push-s-0 {
    margin-left: 0%;
  }
  .row .col-s-1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .row .push-s-1 {
    margin-left: 8.3333333333%;
  }
  .row .col-s-2 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .row .push-s-2 {
    margin-left: 16.6666666667%;
  }
  .row .col-s-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .row .push-s-3 {
    margin-left: 25%;
  }
  .row .col-s-4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row .push-s-4 {
    margin-left: 33.3333333333%;
  }
  .row .col-s-5 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .row .push-s-5 {
    margin-left: 41.6666666667%;
  }
  .row .col-s-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .row .push-s-6 {
    margin-left: 50%;
  }
  .row .col-s-7 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .row .push-s-7 {
    margin-left: 58.3333333333%;
  }
  .row .col-s-8 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .row .push-s-8 {
    margin-left: 66.6666666667%;
  }
  .row .col-s-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .row .push-s-9 {
    margin-left: 75%;
  }
  .row .col-s-10 {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .row .push-s-10 {
    margin-left: 83.3333333333%;
  }
  .row .col-s-11 {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .row .push-s-11 {
    margin-left: 91.6666666667%;
  }
  .row .col-s-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .row .push-s-12 {
    margin-left: 100%;
  }
  .row .col-s-13 {
    flex-basis: 108.3333333333%;
    max-width: 108.3333333333%;
  }
  .row .push-s-13 {
    margin-left: 108.3333333333%;
  }
  .row .col-s-14 {
    flex-basis: 116.6666666667%;
    max-width: 116.6666666667%;
  }
  .row .push-s-14 {
    margin-left: 116.6666666667%;
  }
  .row .col-s-15 {
    flex-basis: 125%;
    max-width: 125%;
  }
  .row .push-s-15 {
    margin-left: 125%;
  }
  .row .col-s-16 {
    flex-basis: 133.3333333333%;
    max-width: 133.3333333333%;
  }
  .row .push-s-16 {
    margin-left: 133.3333333333%;
  }
  .row .col-s-17 {
    flex-basis: 141.6666666667%;
    max-width: 141.6666666667%;
  }
  .row .push-s-17 {
    margin-left: 141.6666666667%;
  }
  .row .col-s-18 {
    flex-basis: 150%;
    max-width: 150%;
  }
  .row .push-s-18 {
    margin-left: 150%;
  }
  .row .col-s-19 {
    flex-basis: 158.3333333333%;
    max-width: 158.3333333333%;
  }
  .row .push-s-19 {
    margin-left: 158.3333333333%;
  }
  .row .col-s-20 {
    flex-basis: 166.6666666667%;
    max-width: 166.6666666667%;
  }
  .row .push-s-20 {
    margin-left: 166.6666666667%;
  }
}
@media print, screen and (min-width: 1200px) {
  .row.start-m {
    justify-content: flex-start;
    text-align: start;
  }
  .row.center-m {
    justify-content: center;
    text-align: center;
  }
  .row.end-m {
    justify-content: flex-end;
    text-align: end;
  }
  .row.top-m {
    align-items: flex-start;
  }
  .row.middle-m {
    align-items: center;
  }
  .row.bottom-m {
    align-items: flex-end;
  }
  .row.around-m {
    justify-content: space-around;
  }
  .row.between-m {
    justify-content: space-between;
  }
  .row .col-m-1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .row .push-m-1 {
    margin-left: 8.3333333333%;
  }
  .row .col-m-2 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .row .push-m-2 {
    margin-left: 16.6666666667%;
  }
  .row .col-m-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .row .push-m-3 {
    margin-left: 25%;
  }
  .row .col-m-4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row .push-m-4 {
    margin-left: 33.3333333333%;
  }
  .row .col-m-5 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .row .push-m-5 {
    margin-left: 41.6666666667%;
  }
  .row .col-m-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .row .push-m-6 {
    margin-left: 50%;
  }
  .row .col-m-7 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .row .push-m-7 {
    margin-left: 58.3333333333%;
  }
  .row .col-m-8 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .row .push-m-8 {
    margin-left: 66.6666666667%;
  }
  .row .col-m-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .row .push-m-9 {
    margin-left: 75%;
  }
  .row .col-m-10 {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .row .push-m-10 {
    margin-left: 83.3333333333%;
  }
  .row .col-m-11 {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .row .push-m-11 {
    margin-left: 91.6666666667%;
  }
  .row .col-m-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .row .push-m-12 {
    margin-left: 100%;
  }
  .row .col-m-13 {
    flex-basis: 108.3333333333%;
    max-width: 108.3333333333%;
  }
  .row .push-m-13 {
    margin-left: 108.3333333333%;
  }
  .row .col-m-14 {
    flex-basis: 116.6666666667%;
    max-width: 116.6666666667%;
  }
  .row .push-m-14 {
    margin-left: 116.6666666667%;
  }
  .row .col-m-15 {
    flex-basis: 125%;
    max-width: 125%;
  }
  .row .push-m-15 {
    margin-left: 125%;
  }
  .row .col-m-16 {
    flex-basis: 133.3333333333%;
    max-width: 133.3333333333%;
  }
  .row .push-m-16 {
    margin-left: 133.3333333333%;
  }
  .row .col-m-17 {
    flex-basis: 141.6666666667%;
    max-width: 141.6666666667%;
  }
  .row .push-m-17 {
    margin-left: 141.6666666667%;
  }
  .row .col-m-18 {
    flex-basis: 150%;
    max-width: 150%;
  }
  .row .push-m-18 {
    margin-left: 150%;
  }
  .row .col-m-19 {
    flex-basis: 158.3333333333%;
    max-width: 158.3333333333%;
  }
  .row .push-m-19 {
    margin-left: 158.3333333333%;
  }
  .row .col-m-20 {
    flex-basis: 166.6666666667%;
    max-width: 166.6666666667%;
  }
  .row .push-m-20 {
    margin-left: 166.6666666667%;
  }
}
@media print, screen and (min-width: 1500px) {
  .row.start-l {
    justify-content: flex-start;
    text-align: start;
  }
  .row.center-l {
    justify-content: center;
    text-align: center;
  }
  .row.end-l {
    justify-content: flex-end;
    text-align: end;
  }
  .row.top-l {
    align-items: flex-start;
  }
  .row.middle-l {
    align-items: center;
  }
  .row.bottom-l {
    align-items: flex-end;
  }
  .row.around-l {
    justify-content: space-around;
  }
  .row.between-l {
    justify-content: space-between;
  }
  .row .col-l-1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .row .push-l-1 {
    margin-left: 8.3333333333%;
  }
  .row .col-l-2 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .row .push-l-2 {
    margin-left: 16.6666666667%;
  }
  .row .col-l-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .row .push-l-3 {
    margin-left: 25%;
  }
  .row .col-l-4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row .push-l-4 {
    margin-left: 33.3333333333%;
  }
  .row .col-l-5 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .row .push-l-5 {
    margin-left: 41.6666666667%;
  }
  .row .col-l-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .row .push-l-6 {
    margin-left: 50%;
  }
  .row .col-l-7 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .row .push-l-7 {
    margin-left: 58.3333333333%;
  }
  .row .col-l-8 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .row .push-l-8 {
    margin-left: 66.6666666667%;
  }
  .row .col-l-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .row .push-l-9 {
    margin-left: 75%;
  }
  .row .col-l-10 {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .row .push-l-10 {
    margin-left: 83.3333333333%;
  }
  .row .col-l-11 {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .row .push-l-11 {
    margin-left: 91.6666666667%;
  }
  .row .col-l-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .row .push-l-12 {
    margin-left: 100%;
  }
  .row .col-l-13 {
    flex-basis: 108.3333333333%;
    max-width: 108.3333333333%;
  }
  .row .push-l-13 {
    margin-left: 108.3333333333%;
  }
  .row .col-l-14 {
    flex-basis: 116.6666666667%;
    max-width: 116.6666666667%;
  }
  .row .push-l-14 {
    margin-left: 116.6666666667%;
  }
  .row .col-l-15 {
    flex-basis: 125%;
    max-width: 125%;
  }
  .row .push-l-15 {
    margin-left: 125%;
  }
  .row .col-l-16 {
    flex-basis: 133.3333333333%;
    max-width: 133.3333333333%;
  }
  .row .push-l-16 {
    margin-left: 133.3333333333%;
  }
  .row .col-l-17 {
    flex-basis: 141.6666666667%;
    max-width: 141.6666666667%;
  }
  .row .push-l-17 {
    margin-left: 141.6666666667%;
  }
  .row .col-l-18 {
    flex-basis: 150%;
    max-width: 150%;
  }
  .row .push-l-18 {
    margin-left: 150%;
  }
  .row .col-l-19 {
    flex-basis: 158.3333333333%;
    max-width: 158.3333333333%;
  }
  .row .push-l-19 {
    margin-left: 158.3333333333%;
  }
  .row .col-l-20 {
    flex-basis: 166.6666666667%;
    max-width: 166.6666666667%;
  }
  .row .push-l-20 {
    margin-left: 166.6666666667%;
  }
}

@font-face {
  font-family: "Montserrat";
  src: url("./fonts/Montserrat-Bold.woff2") format("woff2"), url("./fonts/Montserrat-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("./fonts/Montserrat-Medium.woff2") format("woff2"), url("./fonts/Montserrat-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("./fonts/Montserrat-Regular.woff2") format("woff2"), url("./fonts/Montserrat-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("./fonts/Montserrat-SemiBold.woff2") format("woff2"), url("./fonts/Montserrat-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("./fonts/Montserrat-SemiBoldItalic.woff2") format("woff2"), url("./fonts/Montserrat-SemiBoldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
body {
  color: #03365f;
  font: 500 16px/24px "Montserrat", Arial, Helvetica, Geneva, sans-serif;
}

.head1 {
  color: #03365f;
  font: 700 48px/48px "Montserrat", Arial, Helvetica, Geneva, sans-serif;
  margin: 0 0 25px;
}
.head1 .subtitle {
  font: 600 24px/24px "Montserrat", Arial, Helvetica, Geneva, sans-serif;
  display: block;
  margin: 15px 0 0 0px;
}
@media print, all and (max-width: 560px) {
  .head1 {
    font-size: 32px;
    line-height: 32px;
  }
}

.head2 {
  color: #03365f;
  font: 700 40px/40px "Montserrat", Arial, Helvetica, Geneva, sans-serif;
  margin: 0 0 40px;
}
@media print, all and (max-width: 560px) {
  .head2 {
    font-size: 32px;
    line-height: 32px;
  }
}

.head3 {
  color: #03365f;
  font: 700 24px/24px "Montserrat", Arial, Helvetica, Geneva, sans-serif;
  margin: 0 0 10px;
}

.head4 {
  color: #03365f;
  font: 700 16px/24px "Montserrat", Arial, Helvetica, Geneva, sans-serif;
  margin: 0 0 10px;
}

.head5 {
  color: #03365f;
  font: 500 16px/24px "Montserrat", Arial, Helvetica, Geneva, sans-serif;
}

.head1.green,
.head1 .green,
.head2.green,
.head2 .green,
.head3.green,
.head3 .green,
p.green,
p .green {
  color: #0bb18f;
}

a {
  color: #03365f;
  display: inline-block;
  position: relative;
  text-decoration: none;
}
a:hover {
  color: #0bb18f;
}

strong {
  font-weight: 700;
}

p {
  margin: 0 0 15px 0;
}
p a {
  text-decoration: underline;
}

[class^=transition-],
[class*=" transition-"] {
  animation-duration: 0.5s;
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 0.01, 0.24, 0.95);
  animation-fill-mode: both;
}

.transition-delay-1 {
  animation-delay: 0.1s;
}

.transition-delay-2 {
  animation-delay: 0.2s;
}

.transition-delay-3 {
  animation-delay: 0.3s;
}

.transition-delay-4 {
  animation-delay: 0.4s;
}

.transition-delay-5 {
  animation-delay: 0.5s;
}

.transition-delay-6 {
  animation-delay: 0.6s;
}

.transition-delay-7 {
  animation-delay: 0.7s;
}

.transition-delay-8 {
  animation-delay: 0.8s;
}

.transition-delay-9 {
  animation-delay: 0.9s;
}

.transition-delay-10 {
  animation-delay: 1s;
}

.transition-delay-11 {
  animation-delay: 1.1s;
}

.transition-delay-12 {
  animation-delay: 1.2s;
}

.transition-delay-13 {
  animation-delay: 1.3s;
}

.transition-delay-14 {
  animation-delay: 1.4s;
}

.transition-delay-15 {
  animation-delay: 1.5s;
}

.transition-delay-16 {
  animation-delay: 1.6s;
}

.transition-delay-17 {
  animation-delay: 1.7s;
}

.transition-delay-18 {
  animation-delay: 1.8s;
}

.transition-delay-19 {
  animation-delay: 1.9s;
}

.transition-delay-20 {
  animation-delay: 2s;
}

section.viewed .transition-fadein {
  animation-name: fadeIn;
}

section.viewed .transition-fadeinup {
  animation-name: fadeInUp;
}

section.viewed .transition-fadeindown {
  animation-name: fadeInDown;
}

section.viewed .transition-fadeinright {
  animation-name: fadeInRight;
}

section.viewed .transition-fadeinleft {
  animation-name: fadeInLeft;
}

section.viewed .transition-zoomin {
  animation-name: zoomIn;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 30px, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 30px, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -30px, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -30px, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.fadeInDown {
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(30px, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(30px, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.fadeInRight {
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-30px, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-30px, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.fadeInLeft {
  animation-name: fadeInLeft;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  animation-name: zoomIn;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#header {
  width: 100%;
}
#header .inner {
  padding: 30px 0;
}
#header a.logo {
  display: block;
  height: 100px;
  overflow: hidden;
  padding: 0;
  width: 143px;
  z-index: 1;
}
#header .wrapper {
  display: flex;
  justify-content: space-between;
}

@media all and (max-width: 560px) {
  #header .inner {
    padding: 10px 0 30px;
  }
  #header a.logo {
    height: 55px;
    width: 79px;
  }
}
#footer .primary {
  padding: 30px 0px;
  background-color: #03365f;
}
#footer .primary .wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 25px 100px;
}
#footer .primary .wrapper .tagline {
  margin: 0;
  color: #fff;
}
#footer .primary .wrapper .tagline span {
  display: block;
}
#footer .secondary {
  padding: 15px 0px;
}
#footer .secondary .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 5px;
}
#footer .secondary .list a {
  font-weight: normal;
  color: #000;
}
#footer .secondary .list a:hover {
  color: #0bb18f;
}
#footer a.logo {
  display: block;
  height: 100px;
  overflow: hidden;
  padding: 0;
  width: 143px;
  z-index: 1;
}
#footer a.logo svg .st1 {
  fill: #fff;
}
@media print, all and (max-width: 560px) {
  #footer .primary .logo {
    margin: 0 auto;
  }
  #footer .secondary {
    padding-bottom: 30px;
  }
  #footer .secondary .list {
    flex-wrap: no-wrap;
    justify-content: center;
    flex-direction: column;
  }
  #footer .secondary .list .dash {
    display: none;
  }
  #footer .secondary .list li {
    display: flex;
  }
  #footer .secondary .list li a {
    margin: auto;
  }
}

.list {
  padding-left: 0;
  list-style-type: none;
}

.list-arrow li {
  position: relative;
  padding-bottom: 30px;
}
.list-arrow li:before {
  content: "";
  position: absolute;
  left: -25px;
  top: 8px;
  width: 6px;
  height: 6px;
  border: 2px solid #0bb18f;
  border-width: 2px 2px 0 0;
  transform: rotate(45deg);
}
.list-arrow li p {
  margin: 0;
}
.list-arrow li:last-child {
  padding-bottom: 0;
}
@media all and (max-width: 1200px) {
  .list-arrow li {
    padding-left: 25px;
  }
  .list-arrow li:before {
    left: -2px;
  }
}

.btn {
  outline: none;
  border: none;
  background: transparent;
}

.btn-regular {
  position: relative;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  background-color: transparent;
  border: 2px solid #0bb18f;
  padding: 16px 48px;
  border-radius: 8px;
  display: flex;
  overflow: hidden;
  transition: color 0.3s cubic-bezier(0.59, 0.01, 0.37, 0.77);
  z-index: 1;
}
.btn-regular .icon {
  display: flex;
  margin: auto 15px auto 0;
}
.btn-regular .icon svg {
  width: 14px;
}
.btn-regular .icon svg path,
.btn-regular .icon svg polygon {
  fill: #fff;
  transition: fill 0.3s cubic-bezier(0.59, 0.01, 0.37, 0.77);
}
.btn-regular:before {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 100%;
  aspect-ratio: 1011/817;
  background-color: #fff;
  z-index: -1;
  transform: scale(0) rotate(-50deg);
  transition: transform 0.3s cubic-bezier(0.59, 0.01, 0.37, 0.77);
  -webkit-mask-image: url("/assets/images/triangle.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  -webkit-mask-position: center;
}
.btn-regular:after {
  content: "";
  position: absolute;
  inset: -1px;
  margin: auto;
  height: 100%;
  width: 100%;
  background-color: #0bb18f;
  z-index: -2;
}
.btn-regular:hover {
  color: #0bb18f;
}
.btn-regular:hover .icon svg path,
.btn-regular:hover .icon svg polygon {
  fill: #0bb18f;
}
.btn-regular:hover:before {
  transform: scale(2.4) rotate(14deg);
}

.all-in-one {
  background-color: #03365f;
  color: #fff;
}
.all-in-one .top-layer {
  z-index: 1;
  position: relative;
}
.all-in-one .intro {
  background-color: #fff;
  margin: -370px -40px 0 0;
  padding: 50px 40px 50px 70px;
  border-radius: 15px;
  z-index: 1;
  filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.05));
  color: #03365f;
}
.all-in-one .logo {
  height: 60px;
  margin-bottom: 15px;
  aspect-ratio: 2/1;
}
.all-in-one .head2 {
  color: #fff;
}
.all-in-one .list-arrow {
  margin-top: 60px;
}
.all-in-one .background-wrapper {
  position: absolute;
  inset: 0;
  max-width: 1200px;
  margin: auto;
  pointer-events: none;
  display: flex;
  justify-content: flex-end;
}
.all-in-one .background-wrapper .background {
  height: 100%;
  aspect-ratio: 300/171;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.15;
}
.all-in-one .background-wrapper .background:before {
  content: "";
  width: 50px;
  height: 100%;
  display: block;
  background: linear-gradient(90deg, rgb(3, 54, 95) 0%, rgba(3, 54, 95, 0) 100%);
}
.all-in-one .background-wrapper .background:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 100px;
  height: 100%;
  background: linear-gradient(90deg, rgba(3, 54, 95, 0) 0%, rgb(3, 54, 95) 100%);
}
.all-in-one .small-background-container {
  position: relative;
}
.all-in-one .small-background-container .background {
  display: none;
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.15;
}
.all-in-one .graphic-wrapper {
  height: 100%;
  display: flex;
  margin-top: 50px;
}
.all-in-one .graphic-wrapper svg {
  margin: auto 0 auto 10px;
  overflow: visible;
  max-width: 100%;
  width: 100%;
}
.all-in-one .graphic-wrapper svg text {
  font-size: 21px;
  font-weight: bold;
  fill: #fff;
}
.all-in-one .graphic-wrapper svg text.last-line-small tspan:last-child:not(:first-child) {
  font-size: 16px;
}
.all-in-one .graphic-wrapper svg .rotate {
  animation: rotate 13s linear infinite;
  transform-origin: center center;
  transform-box: fill-box;
}
.all-in-one .graphic-wrapper svg .rotate.reverse {
  animation-direction: reverse;
}
@media print, all and (max-width: 1000px) {
  .all-in-one .intro {
    margin-top: -300px;
  }
}
@media print, all and (max-width: 800px) {
  .all-in-one {
    padding: 0;
  }
  .all-in-one .graphic-wrapper {
    height: unset;
  }
  .all-in-one .graphic-wrapper svg {
    max-width: 560px;
    margin: auto;
  }
  .all-in-one .background-wrapper .background {
    display: none;
  }
  .all-in-one .intro {
    margin: 0 -20px;
    filter: unset;
    border-radius: 0;
    padding: 0 20px 100px;
  }
  .all-in-one .small-background-container {
    padding: 100px 0;
  }
  .all-in-one .small-background-container .background {
    display: block;
  }
}
@media print, all and (max-width: 560px) {
  .all-in-one {
    padding: 0;
  }
  .all-in-one .intro {
    margin: 0 -20px;
    padding: 0 20px 50px;
  }
  .all-in-one .small-background-container {
    padding: 50px 0;
  }
}

.cards {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 30px;
}
.cards > li {
  border-radius: 12px;
  padding: 50px;
  filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.05));
  background-color: #fff;
}
.cards > li .icon {
  width: 40px;
  height: 40px;
  object-fit: contain;
  margin-bottom: 26px;
}
.cards > li .list-arrow {
  margin-top: 35px;
}
@media print, all and (max-width: 560px) {
  .cards > li {
    margin: 0 -20px;
    padding: 40px;
    border-radius: 0;
  }
}

#video .mobile {
  display: none;
}

.video-player {
  position: relative;
  width: 100%;
}
.video-player .video-wrapper {
  border-radius: 15px;
  aspect-ratio: 2/1.12;
  overflow: hidden;
  position: relative;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}
.video-player .btn {
  position: absolute;
  width: 100%;
  overflow: hidden;
  height: 100%;
  z-index: 1;
}
.video-player .btn:after {
  content: "";
  display: block;
  padding-bottom: 61%;
}
.video-player .btn .poster {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
}
.video-player .btn .poster picture {
  height: 100%;
  width: 100%;
}
.video-player .btn .poster img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.video-player .btn .btn-play {
  position: absolute;
  inset: 0;
  width: 170px;
  height: 170px;
  margin: auto;
  overflow: hidden;
  border-radius: 100%;
  background: rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid #fff;
  padding: 50px 30px;
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transition: backdrop-filter 1s cubic-bezier(0.19, 1, 0.22, 1);
}
.video-player .btn .btn-play span {
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
}
.video-player .btn .btn-play svg {
  width: 21px;
  min-height: 24px;
  display: block;
  margin: 0 auto;
}
.video-player .btn .btn-play svg path,
.video-player .btn .btn-play svg polygon {
  fill: #fff;
}
.video-player .btn:hover .poster {
  transform: scale(1.05);
}
.video-player .btn:hover .btn-play {
  backdrop-filter: blur(5px) opacity(0.2);
  -webkit-backdrop-filter: blur(5px) opacity(0.2);
}
.video-player .drop-shadow {
  position: absolute;
  width: 98%;
  height: 100%;
  right: 0;
  left: 0;
  margin: 0 auto;
  bottom: -40px;
  z-index: -1;
  background-size: cover;
  opacity: 0.5;
  filter: blur(35px);
}
.video-player .video-container {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.video-player .video-container video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.video-player.playing .video-container {
  pointer-events: auto;
}
@media all and (max-width: 800px) {
  .video-player .btn .btn-play {
    width: 140px;
    height: 140px;
    padding: 15px 20px;
    gap: 10px;
  }
  .video-player .btn .btn-play span {
    font-size: 14px;
    line-height: 14px;
  }
  .video-player .btn .btn-play svg {
    height: 15px;
  }
  .video-player .drop-shadow {
    bottom: -30px;
  }
}
@media all and (max-width: 560px) {
  .video-player {
    margin: 0 -20px;
    width: calc(100% + 40px);
  }
  .video-player .btn .btn-play {
    width: 95px;
    height: 95px;
  }
  .video-player .btn .btn-play span {
    display: none;
  }
  .video-player .btn .btn-play svg {
    height: 24px;
  }
  .video-player .drop-shadow {
    bottom: -15px;
    filter: blur(20px);
  }
}

@media all and (max-width: 560px) {
  #video .mobile {
    display: flex;
  }
}
.download-form {
  background-color: #03365f;
  color: #fff;
  z-index: 1;
}
.download-form .head2 {
  color: #fff;
}
.download-form p {
  margin-bottom: 50px;
}
.download-form p a {
  color: #fff;
}
.download-form p a:hover {
  color: #0bb18f;
}
.download-form .btn-regular {
  margin: 0 auto 0;
}
.download-form .background {
  position: absolute;
  max-width: 1200px;
  height: 100%;
  inset: 0;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: -1;
}
.download-form .background svg {
  overflow: visible;
  height: calc(100% - 100px);
}
.download-form .background svg path {
  fill: transparent;
  stroke-width: 2px;
  stroke: #0bb18f;
  vector-effect: non-scaling-stroke;
}
.download-form .background svg .opacity-level-1 {
  opacity: 0.3;
}
.download-form .background svg .opacity-level-2 {
  opacity: 0.15;
}
.download-form .wpforms-confirmation-container {
  text-align: center;
}
.download-form .success-message,
.download-form .error-message {
  text-align: center;
}
@media all and (max-width: 1200px) {
  .download-form .background svg {
    height: 50vw;
  }
}
@media all and (max-width: 560px) {
  .download-form .background {
    overflow: hidden;
  }
  .download-form .background svg {
    transform: rotate(90deg);
    height: 280px;
  }
}

.quotes .head2 {
  width: 30%;
  position: absolute;
  margin: 30px 0 0 20px;
}
.quotes .triangle {
  position: absolute;
  width: 150px;
  height: 215px;
  left: 33%;
  z-index: 2;
  top: -130px;
  transition: transform 0.8s cubic-bezier(0.2, 2.15, 0.6, 0.87);
  transform-origin: left bottom;
  transform: scale(0) rotate(-20deg) translate(-100px, 80px);
}
.quotes.viewed .triangle {
  transition-delay: 1.2s;
  transform: scale(1) rotate(0deg) translate(0px, 0px);
}
.quotes .quote-blocks {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
  position: relative;
  z-index: 1;
}
.quotes .quote-blocks .quote {
  background-color: #0bb18f;
  color: #fff;
  padding: 50px 35px 50px 90px;
  border-radius: 15px;
  position: relative;
  margin: auto;
}
.quotes .quote-blocks .quote p {
  font-style: italic;
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
}
.quotes .quote-blocks .quote span {
  font-weight: bold;
  display: block;
}
.quotes .quote-blocks .quote:before {
  content: "";
  position: absolute;
  top: 45px;
  left: 40px;
  width: 30px;
  height: 25px;
  background-color: #03365f;
  -webkit-mask-image: url("/assets/images/quotes.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  -webkit-mask-position: center;
}
.quotes .quote-blocks .image {
  border-radius: 15px;
  overflow: hidden;
  position: relative;
}
.quotes .quote-blocks .image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  position: absolute;
}
.quotes .quote-blocks li .slide-wrapper {
  display: grid;
  height: 100%;
}
.quotes .quote-blocks li:nth-child(1) {
  grid-row: 1;
  grid-column: 2/4;
}
.quotes .quote-blocks li:nth-child(1) .slide-wrapper {
  grid-template-columns: repeat(2, 1fr);
  z-index: 1;
}
.quotes .quote-blocks li:nth-child(1) .slide-wrapper .image {
  margin: -30px -30px -180px 20px;
}
.quotes .quote-blocks li:nth-child(1) .slide-wrapper .quote {
  margin: -130px 0px auto -10px;
  z-index: -1;
}
.quotes .quote-blocks li:nth-child(2) {
  grid-row: 2/4;
  grid-column: 1;
}
.quotes .quote-blocks li:nth-child(2) .slide-wrapper {
  grid-template-rows: repeat(2, 1fr);
}
.quotes .quote-blocks li:nth-child(2) .slide-wrapper .image {
  margin: 0px -70px -20px 80px;
}
.quotes .quote-blocks li:nth-child(2) .slide-wrapper .quote {
  margin: 0px 0px 0px 0px;
}
.quotes .quote-blocks li:nth-child(3) {
  grid-row: 2/4;
  grid-column: 3;
}
.quotes .quote-blocks li:nth-child(3) .slide-wrapper {
  grid-template-rows: repeat(2, 1fr);
  z-index: 2;
}
.quotes .quote-blocks li:nth-child(3) .slide-wrapper .image {
  margin: -50px 0px -30px 0px;
}
.quotes .quote-blocks li:nth-child(3) .slide-wrapper .quote {
  margin: -40px 140px auto -140px;
}
@media all and (max-width: 1200px) {
  .quotes .triangle {
    left: 38%;
  }
  .quotes .quote-blocks {
    grid-template-columns: 1fr 0.8fr 1fr;
  }
  .quotes .quote-blocks li:nth-child(1) .slider-wrapper .image {
    margin: -30px -30px -20px 0px;
  }
  .quotes .quote-blocks li:nth-child(1) .slider-wrapper .quote {
    margin: -130px 0px auto -10px;
  }
  .quotes .quote-blocks li:nth-child(2) .slider-wrapper .image {
    margin: 0px -80px -20px 20px;
  }
  .quotes .quote-blocks li:nth-child(2) .slider-wrapper .quote {
    margin: 0px 0px 0px 0px;
  }
  .quotes .quote-blocks li:nth-child(3) .slider-wrapper .image {
    margin: -5px 0px -10px 0px;
  }
  .quotes .quote-blocks li:nth-child(3) .slider-wrapper .quote {
    margin: -40px 80px auto -140px;
  }
}
@media all and (max-width: 800px) {
  .quotes .quote-slider-wrapper {
    margin: 0 -20px;
  }
  .quotes .head2 {
    width: 100%;
    position: relative;
    margin: 0 0 40px 0;
  }
  .quotes .triangle {
    width: 130px;
    height: 185px;
    left: 0;
    margin: 0 auto;
    right: 0;
    top: -200px;
  }
  .quotes .quote-blocks {
    display: flex;
  }
  .quotes .quote-blocks li {
    padding: 0 clamp(70px, 8vw, 120px);
    display: flex;
    flex: 1;
    min-height: 100%;
  }
  .quotes .quote-blocks li:nth-child(1) .slide-wrapper .image, .quotes .quote-blocks li:nth-child(2) .slide-wrapper .image, .quotes .quote-blocks li:nth-child(3) .slide-wrapper .image {
    margin: 0px;
  }
  .quotes .quote-blocks li:nth-child(1) .slide-wrapper .quote, .quotes .quote-blocks li:nth-child(2) .slide-wrapper .quote, .quotes .quote-blocks li:nth-child(3) .slide-wrapper .quote {
    margin: -15px 0 0 0;
    border-radius: 0 0 15px 15px;
  }
  .quotes .quote-blocks li .slide-wrapper {
    display: flex;
    flex-direction: column;
  }
  .quotes .quote-blocks li .slide-wrapper .quote {
    margin: -15px 0 0 0;
    border-radius: 0 0 15px 15px;
    padding-bottom: 86px;
    flex-grow: 1;
  }
  .quotes .quote-blocks li .slide-wrapper .image {
    aspect-ratio: 16/9;
    width: 100%;
    z-index: 1;
  }
  .quotes .quote-blocks li .slide-wrapper .image,
  .quotes .quote-blocks li .slide-wrapper .quote {
    animation: unset;
    opacity: 1;
  }
  .quotes .tns-nav {
    position: absolute;
    bottom: 36px;
    z-index: 1;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    gap: 10px;
  }
  .quotes .tns-nav button {
    border: none;
    background-color: #fff;
    width: 16px;
    height: 16px;
    border-radius: 100%;
    opacity: 0.3;
  }
  .quotes .tns-nav button.tns-nav-active {
    opacity: 1;
  }
}
@media all and (max-width: 560px) {
  .quotes {
    padding-top: 100px;
  }
  .quotes .triangle {
    width: 100px;
    height: 150px;
    left: 0;
    margin: 0 auto;
    right: 0;
    top: -150px;
  }
  .quotes .quote-slider-wrapper {
    margin: 0 -20px;
  }
  .quotes .quote-blocks li {
    padding: 0;
  }
  .quotes .quote-blocks li:nth-child(1) .slide-wrapper .quote, .quotes .quote-blocks li:nth-child(2) .slide-wrapper .quote, .quotes .quote-blocks li:nth-child(3) .slide-wrapper .quote {
    border-radius: 0;
  }
  .quotes .quote-blocks li .slide-wrapper .quote {
    border-radius: 0;
  }
  .quotes .quote-blocks li .slide-wrapper .image {
    aspect-ratio: 4/3;
  }
}

.contact-form {
  padding: 100px 0;
  background-color: #03365f;
}
.contact-form .contact-form-wrapper {
  background-color: #f5f7f9;
  border-radius: 15px;
  padding: 60px 130px 60px 100px;
  display: grid;
  gap: 90px;
  grid-template-columns: 1fr 1fr;
}
.contact-form .contact-form-wrapper .head2 {
  margin-top: 80px;
  position: relative;
}
.contact-form .contact-form-wrapper .head2 svg {
  position: absolute;
  width: 150px;
  height: 180px;
  left: -75px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  overflow: visible;
}
.contact-form .contact-form-wrapper .head2 svg path {
  fill: #0bb18f;
  transition: transform 0.4s ease-out;
  transform: scale(0);
  transform-box: fill-box;
  transform-origin: top right;
}
.contact-form .contact-form-wrapper .head2 svg path:nth-child(2) {
  transition-delay: 0.1s;
  transform-origin: bottom right;
}
.contact-form .contact-form-wrapper .head2 svg path:nth-child(3) {
  transition-delay: 0.2s;
  transform-origin: bottom left;
}
.contact-form .contact-form-wrapper .paragraphs {
  margin-left: 30px;
}
.contact-form .contact-form-wrapper .form button {
  margin-left: auto;
}
.contact-form .contact-form-wrapper .form li:last-child {
  margin-bottom: 0;
}
.contact-form .contact-form-wrapper .form > .elq-row {
  margin: 0 0 30px 0;
}
.contact-form .contact-form-wrapper .form > .elq-row .LV_validation_message.LV_valid {
  display: none;
}
.contact-form .contact-form-wrapper .form .elq-row {
  padding: 0;
}
.contact-form .contact-form-wrapper .form .elq-row .form-element-layout > div {
  width: 100%;
}
.contact-form .contact-form-wrapper .form .elq-row .elq-label {
  display: block;
  margin: 0 0 8px 16px;
}
.contact-form .contact-form-wrapper .form .elq-row .single-checkbox-row {
  display: flex;
  gap: 15px;
}
.contact-form .contact-form-wrapper .form .elq-row label a {
  display: inline;
  text-decoration: underline;
}
.contact-form .contact-form-wrapper .form .elq-row .LV_validation_message {
  display: block;
  margin: 5px 0 0 0;
}
.contact-form .contact-form-wrapper .form .elq-row .LV_invalid {
  color: red;
}
.contact-form .contact-form-wrapper .form .elq-row .selector-element {
  position: relative;
}
.contact-form .contact-form-wrapper .form .elq-row .selector-element:before {
  content: "";
  position: absolute;
  right: 25px;
  top: -4px;
  bottom: 0;
  margin: auto 0;
  width: 10px;
  height: 10px;
  border-right: 2px solid #03365f;
  border-bottom: 2px solid #03365f;
  transform: rotate(45deg);
}
.contact-form .contact-form-wrapper .form .elq-row .selector-element select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: #fff;
  border-radius: 12px;
  box-shadow: none;
  color: #000;
  font: inherit;
  height: 50px;
  padding: 12px 45px 12px 21px;
  width: 100%;
  border: 1px solid rgba(3, 54, 95, 0.2);
  font-weight: 400;
}
.contact-form .contact-form-wrapper .btn-regular {
  margin-left: auto;
}
.contact-form.viewed .contact-form-wrapper .head2 svg path {
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.52, 2.25);
  transform: scale(1);
}
@media all and (max-width: 1200px) {
  .contact-form .contact-form-wrapper {
    padding: 60px 60px 60px 100px;
    gap: 70px;
  }
  .contact-form .contact-form-wrapper .head2 {
    margin-top: 70px;
  }
  .contact-form .contact-form-wrapper .head2 svg {
    width: 130px;
    height: 150px;
    left: -60px;
  }
  .contact-form .contact-form-wrapper .paragraphs {
    margin-left: 20px;
  }
}
@media all and (max-width: 800px) {
  .contact-form .contact-form-wrapper {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .contact-form .contact-form-wrapper .head2 {
    margin-top: 55px;
  }
}
@media all and (max-width: 560px) {
  .contact-form {
    background-color: transparent;
    padding: 50px 0 100px 0;
  }
  .contact-form .contact-form-wrapper {
    border-radius: 0;
    padding: 60px 20px;
    margin: 0 -20px;
  }
  .contact-form .contact-form-wrapper .head2 {
    margin-top: 0;
  }
  .contact-form .contact-form-wrapper .head2 svg {
    display: none;
  }
  .contact-form .contact-form-wrapper .paragraphs {
    margin-left: 0;
  }
}

.partnership .blue {
  background-color: #03365f;
  color: #fff;
  padding: 200px 0 180px;
}
.partnership .blue .head2 {
  color: #fff;
  text-align: right;
}
.partnership .blue p {
  margin-top: 30px;
  max-width: 230px;
}
.partnership .image {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  z-index: 1;
}
.partnership .image picture {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  z-index: -1;
  -webkit-mask-image: url("/assets/images/partnership-mask-left.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  -webkit-mask-position: top right;
}
.partnership .image picture:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.5;
}
.partnership .image picture img {
  object-fit: cover;
  height: 100%;
}
.partnership .image .logo {
  width: 100%;
  margin-bottom: 25px;
}
.partnership .image p {
  color: #fff;
}
.partnership .image.left {
  z-index: 2;
  margin: -100px -80px 0 0;
  padding: 200px 270px 50px 80px;
}
.partnership .image.right {
  margin: -30px 0 0 -80px;
  padding: 250px 35px 50px 190px;
  text-align: right;
  align-items: flex-end;
}
.partnership .image.right picture {
  -webkit-mask-image: url("/assets/images/partnership-mask-right.svg");
  -webkit-mask-position: bottom left;
}
@media all and (max-width: 1200px) {
  .partnership .image.left {
    padding: 150px 180px 50px 80px;
  }
  .partnership .image.right {
    padding: 170px 35px 50px 150px;
  }
}
@media all and (max-width: 800px) {
  .partnership .blue .head2 {
    text-align: left;
  }
  .partnership .blue p {
    margin-top: 0;
    max-width: 100%;
  }
  .partnership .image.left {
    margin-right: 80px;
  }
  .partnership .image.right {
    margin-left: 80px;
  }
}
@media all and (max-width: 560px) {
  .partnership {
    background-color: #03365f;
  }
  .partnership .blue {
    padding: 0;
  }
  .partnership .image.left, .partnership .image.right {
    margin: 0;
    padding: 0;
  }
  .partnership .image.left picture, .partnership .image.right picture {
    -webkit-mask-image: unset;
    position: relative;
    aspect-ratio: 16/10;
    margin: 0 -20px;
    width: calc(100% + 40px);
  }
  .partnership .image.left .logo, .partnership .image.right .logo {
    max-width: 300px;
    margin: 35px auto 35px 0;
  }
  .partnership .image.right {
    text-align: left;
    align-items: flex-start;
    margin-top: 80px;
  }
}

.advantages-slider {
  background-color: #f5f7f9;
  padding: 0;
  overflow: hidden;
}
.advantages-slider .title-wrapper {
  position: relative;
}
.advantages-slider .title-wrapper .head3 {
  position: absolute;
  top: 30px;
  left: 20px;
  max-width: 200px;
  color: #fff;
  padding-right: 20px;
}
.advantages-slider .title-wrapper .head3:before {
  content: "";
  position: absolute;
  right: -5px;
  bottom: -70px;
  width: 930px;
  height: 750px;
  background-color: #0bb18f;
  z-index: -1;
  -webkit-mask-image: url("/assets/images/triangle.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  -webkit-mask-position: center;
}
.advantages-slider .list {
  padding: 100px 0;
  position: relative;
  min-height: 100vh;
}
.advantages-slider .list li {
  inset: 0;
  position: absolute;
  padding: 250px 0 100px;
  display: grid;
  grid-template-columns: 0.7fr 1fr;
  gap: 60px;
}
.advantages-slider .list li .text {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}
.advantages-slider .list li .video video {
  height: 100%;
  width: 100%;
  object-fit: contain;
  object-position: center right;
}
.advantages-slider .list li.initial {
  pointer-events: auto !important;
}
.advantages-slider .list li.initial .text .head2,
.advantages-slider .list li.initial .text p {
  opacity: 1 !important;
  visibility: inherit !important;
}
.advantages-slider .list li.initial .video video {
  opacity: 1 !important;
  visibility: inherit !important;
}
@media all and (max-width: 800px) {
  .advantages-slider .title-wrapper .head3 {
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
    padding-top: 30px;
  }
  .advantages-slider .list {
    min-height: unset;
    padding: 100px 0 70px;
  }
  .advantages-slider .list li {
    position: static;
    padding: 50px 0 0 0;
    grid-template-columns: 1fr;
  }
  .advantages-slider .list li .text .head2,
  .advantages-slider .list li .text p {
    opacity: 1;
  }
  .advantages-slider .list li .video {
    display: none;
  }
}

.advantages-cards .triangle {
  transform: scale(0);
}
.advantages-cards .triangle svg path,
.advantages-cards .triangle svg polygon,
.advantages-cards .triangle svg rect {
  fill: #0bb18f;
}
.advantages-cards .triangle svg path.white,
.advantages-cards .triangle svg polygon.white,
.advantages-cards .triangle svg rect.white {
  fill: #fff;
}
.advantages-cards .title-wrapper {
  display: flex;
  justify-content: center;
}
.advantages-cards .title-wrapper .head2 {
  position: relative;
}
.advantages-cards .title-wrapper .triangle {
  position: absolute;
  aspect-ratio: 1/1;
  z-index: 1;
  width: 160px;
  left: -140px;
  top: -60px;
}
.advantages-cards .animation-graphics {
  pointer-events: none;
  position: absolute;
  inset: 0;
  max-width: 1200px;
  margin: auto;
}
.advantages-cards .animation-graphics .triangle {
  position: absolute;
  width: 50px;
  aspect-ratio: 1/1;
}
.advantages-cards .animation-graphics .triangle:nth-child(1) {
  width: 70px;
  right: 0;
  top: 175px;
}
.advantages-cards .animation-graphics .triangle:nth-child(2) {
  right: 30px;
  bottom: 60px;
}
.advantages-cards .animation-graphics .triangle:nth-child(3) {
  width: 60px;
  left: 43%;
  bottom: 75px;
}
.advantages-cards .animation-graphics .triangle:nth-child(4) {
  width: 80px;
  left: -15px;
  bottom: 75px;
  z-index: -1;
}
@media all and (max-width: 800px) {
  .advantages-cards .title-wrapper .triangle {
    top: 0px;
  }
}
@media all and (max-width: 560px) {
  .advantages-cards .animation-graphics {
    pointer-events: none;
    position: absolute;
    inset: 0;
    max-width: 1200px;
    margin: auto;
  }
  .advantages-cards .animation-graphics .triangle:nth-child(1) {
    top: 130px;
  }
  .advantages-cards .animation-graphics .triangle:nth-child(2) {
    bottom: 8px;
  }
  .advantages-cards .animation-graphics .triangle:nth-child(3) {
    bottom: 14px;
  }
  .advantages-cards .animation-graphics .triangle:nth-child(4) {
    bottom: 20px;
  }
}

.lang-switch {
  height: 40px;
  text-align: center;
  font-size: 14px;
  display: flex;
  gap: 10px;
}
.lang-switch span {
  position: relative;
  height: 100%;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  font-weight: bold;
}
.lang-switch .list {
  display: flex;
  gap: 10px;
}
.lang-switch .list li {
  display: flex;
  align-items: center;
}
.lang-switch .list li a {
  transition: color 0.3s ease-out;
  color: #03365f;
  text-transform: uppercase;
}
.lang-switch .list li a:hover {
  color: #0bb18f;
}
.lang-switch:hover > span {
  color: #03365f;
}

.intro-section {
  padding: 0px 0 100px 0;
}
.intro-section .container {
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 75px;
  align-items: center;
}
.intro-section .container .head1 {
  color: #0bb18f;
}
.intro-section .container .head1 span {
  color: #03365f;
}
@media print, all and (max-width: 1000px) {
  .intro-section {
    padding: 25px 0 100px 0;
  }
  .intro-section .container {
    grid-template-columns: 1fr;
    gap: 50px;
  }
  .intro-section .container .video {
    order: 2;
  }
  .intro-section .container .text {
    order: 1;
  }
}
@media print, all and (max-width: 560px) {
  .intro-section {
    padding: 25px 0 75px 0;
  }
  .intro-section .container .video {
    order: 2;
  }
  .intro-section .container .text {
    order: 1;
  }
}

input[type=text],
input[type=password],
input[type=email],
input[type=tel] {
  background: #fff;
  border-radius: 12px;
  box-shadow: none;
  color: #000;
  font: inherit;
  height: 50px;
  padding: 12px 21px;
  width: 100%;
  border: 1px solid rgba(3, 54, 95, 0.2);
  font-weight: 400;
  scroll-margin-top: 40px;
}
input[type=text]::placeholder,
input[type=password]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder {
  color: rgba(3, 54, 95, 0.2);
}
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=tel]:focus {
  box-shadow: none;
  outline: 0;
}
input[type=text][disabled],
input[type=password][disabled],
input[type=email][disabled],
input[type=tel][disabled] {
  cursor: not-allowed;
}

label .head4 {
  margin: 0 0 8px 16px;
  display: block;
}

.error input[type=text],
.error input[type=password],
.error input[type=email],
.error input[type=tel],
.error textarea {
  border-color: red;
}

form.inverted label span {
  color: #fff;
}
form.inverted input[type=text],
form.inverted input[type=password],
form.inverted input[type=email],
form.inverted input[type=tel] {
  border-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
}
form.inverted input[type=text]::placeholder,
form.inverted input[type=password]::placeholder,
form.inverted input[type=email]::placeholder,
form.inverted input[type=tel]::placeholder {
  color: rgba(255, 255, 255, 0.3);
}
form.inverted .error input[type=text],
form.inverted .error input[type=password],
form.inverted .error input[type=email],
form.inverted .error input[type=tel],
form.inverted .error textarea {
  border-color: red;
}

input[type=checkbox] {
  font: inherit;
  width: 18px;
  height: 18px;
  min-width: 18px;
  max-width: 18px;
  border-radius: 3px;
  border: 1px solid rgba(3, 54, 95, 0.2);
  transform: translateY(-0.075em);
  cursor: pointer;
  display: grid;
  place-content: center;
  appearance: none;
  background-color: #fff;
  margin: 4px 0 0 0;
}
input[type=checkbox]:before {
  content: "";
  width: 12px;
  height: 12px;
  transform: scale(0);
  border-radius: 0;
  transition: 120ms transform ease-in-out;
  background-color: #0bb18f;
  -webkit-mask-image: url("/assets/images/icon-check.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  -webkit-mask-position: center;
}
input[type=checkbox]:checked:before {
  transform: scale(1);
}
input[type=checkbox] + span {
  line-height: 25px;
  padding: 0 0 0 10px;
  cursor: pointer;
  margin: 0;
  color: #03365f;
}
input[type=checkbox] + span a {
  text-decoration: underline;
  display: inline;
}
input[type=checkbox] + span a:hover {
  opacity: 0.5;
}

form.inverted input[type=checkbox] + span a {
  color: #fff;
}

.error input[type=checkbox] {
  border: 1px solid red;
}
.error input[type=checkbox] + span {
  color: red;
}

.error-message,
.error-recaptcha-message {
  color: #f00;
  font-weight: bold;
}

.success-message,
.error-message,
.error-recaptcha-message {
  display: none;
  scroll-padding-top: 30px;
}
.success-message.active,
.error-message.active,
.error-recaptcha-message.active {
  display: block;
}

.form-wrapper.loading {
  pointer-events: none;
  position: relative;
}
.form-wrapper.loading:after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background-image: url("/assets/images/loader-circle.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 50px;
  height: 50px;
  margin: auto;
}
.form-wrapper.loading form {
  opacity: 0.3;
}

ul.form {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0 -15px;
  list-style-type: none;
}
ul.form > li {
  margin: 0 0 30px 0;
  padding: 0 15px;
  width: 50%;
}
ul.form > li.size100 {
  width: 100%;
}
ul.form > li.size75 {
  width: 75%;
}
ul.form > li.size25 {
  width: 25%;
}
ul.form > li.hidden {
  display: none;
}
@media all and (max-width: 800px) {
  ul.form > li {
    width: 50%;
  }
  ul.form > li.size75 {
    width: 100%;
  }
  ul.form > li.size25 {
    width: 50%;
  }
}
@media all and (max-width: 560px) {
  ul.form > li {
    width: 100%;
  }
  ul.form > li.size75 {
    width: 100%;
  }
  ul.form > li.size25 {
    width: 100%;
  }
}
ul.form > li > label {
  display: block;
  margin-bottom: 3px;
}

ul.options {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0 0 -10px;
  padding: 0;
}
ul.options > li {
  display: block;
  width: 50%;
}
ul.options > li ~ li {
  margin: 10px 0 0 0;
}
ul.options > li.size100 {
  width: 100%;
}
ul.options > li > label {
  display: flex;
  align-items: flex-start;
  margin: 0;
  color: #000;
}
ul.options > li small {
  padding: 0 0 0 29px;
  font-size: 13px;
  line-height: 13px;
}

textarea {
  border-radius: 12px;
  padding: 12px 21px;
  background-color: #fff;
  width: 100%;
  border: 1px solid rgba(3, 54, 95, 0.2);
  resize: none;
  height: 180px;
  scroll-margin-top: 40px;
  color: #000;
  font-weight: 400;
}
textarea::placeholder {
  color: rgba(3, 54, 95, 0.2);
}

.slim-select.ss-main {
  background: #fff;
  border-radius: 12px;
  box-shadow: none;
  color: #000;
  font: inherit;
  height: 50px;
  padding: 12px 21px;
  width: 100%;
  border: 1px solid rgba(3, 54, 95, 0.2);
  font-weight: 400;
  scroll-margin-top: 40px;
}
.slim-select.ss-main .ss-arrow {
  margin-right: 0;
}
.slim-select.ss-main .ss-arrow path {
  stroke: rgba(3, 54, 95, 0.2);
  stroke-width: 10;
}
.slim-select.ss-main .ss-values .ss-placeholder {
  color: rgba(3, 54, 95, 0.2);
}
.slim-select.ss-content.ss-open-below {
  border-radius: 0 0 12px 12px;
  filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.05));
}
.slim-select.ss-content.ss-open-above {
  border-radius: 12px 12px 0 0;
  filter: drop-shadow(0px -10px 10px rgba(0, 0, 0, 0.05));
}
.slim-select.ss-content .ss-list .ss-option {
  padding: 12px 22px;
}
.slim-select.ss-content .ss-list .ss-option.ss-highlighted, .slim-select.ss-content .ss-list .ss-option:not(.ss-disabled).ss-selected, .slim-select.ss-content .ss-list .ss-option:hover {
  background-color: #0bb18f;
}
.slim-select.ss-content .ss-search input {
  color: #000;
  font: inherit;
  border-radius: 10px;
  padding: 12px 15px;
}

form.inverted .slim-select.ss-main {
  border-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
}
form.inverted .slim-select.ss-main .ss-values .ss-placeholder {
  color: rgba(255, 255, 255, 0.3);
}
form.inverted .slim-select .ss-arrow path {
  stroke: #fff;
}
form.inverted .error .slim-select.ss-main {
  border-color: red;
}

.error .slim-select.ss-main {
  border-color: red;
}

body.home .contact-form {
  z-index: 1;
}
body.home .partnership {
  padding-top: 0;
}
@media all and (max-width: 560px) {
  body.home .quotes {
    padding-bottom: 0;
  }
  body.home .contact-form {
    margin-bottom: 0px;
  }
  body.home .partnership {
    padding-top: 50px;
  }
}

body.thank-you {
  display: flex;
  flex-direction: column;
  height: 100%;
}
body.thank-you main {
  flex: 1;
  display: flex;
  justify-content: center;
}
body.thank-you main section {
  margin: auto;
  padding: 0 0 150px 0;
}
body.thank-you main section h1 {
  margin: 0 0 35px 0;
}
body.thank-you main section p {
  max-width: 350px;
  margin: 0 auto;
}

.tns-outer {
  padding: 0 !important;
}

.tns-outer [hidden] {
  display: none !important;
}

.tns-outer [aria-controls],
.tns-outer [data-action] {
  cursor: pointer;
}

.tns-slider {
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  transition: all 0s;
}

.tns-slider > .tns-item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.tns-horizontal.tns-subpixel {
  white-space: nowrap;
}

.tns-horizontal.tns-subpixel > .tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}

.tns-horizontal.tns-no-subpixel:after {
  content: "";
  display: table;
  clear: both;
}

.tns-horizontal.tns-no-subpixel > .tns-item {
  float: left;
}

.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
  margin-right: -100%;
}

.tns-no-calc {
  position: relative;
  left: 0;
}

.tns-gallery {
  position: relative;
  left: 0;
  min-height: 1px;
}

.tns-gallery > .tns-item {
  position: absolute;
  left: -100%;
  -webkit-transition: transform 0s, opacity 0s;
  -moz-transition: transform 0s, opacity 0s;
  transition: transform 0s, opacity 0s;
}

.tns-gallery > .tns-slide-active {
  position: relative;
  left: auto !important;
}

.tns-gallery > .tns-moving {
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}

.tns-autowidth {
  display: inline-block;
}

.tns-lazy-img {
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  transition: opacity 0.6s;
  opacity: 0.6;
}

.tns-lazy-img.tns-complete {
  opacity: 1;
}

.tns-ah {
  -webkit-transition: height 0s;
  -moz-transition: height 0s;
  transition: height 0s;
}

.tns-ovh {
  overflow: hidden;
}

.tns-visually-hidden {
  position: absolute;
  left: -10000em;
}

.tns-transparent {
  opacity: 0;
  visibility: hidden;
}

.tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 0;
}

.tns-normal,
.tns-fadeOut {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
}

.tns-vpfix {
  white-space: nowrap;
}

.tns-vpfix > div,
.tns-vpfix > li {
  display: inline-block;
}

.tns-t-subp2 {
  margin: 0 auto;
  width: 310px;
  position: relative;
  height: 10px;
  overflow: hidden;
}

.tns-t-ct {
  width: 2333.3333333%;
  width: -webkit-calc(100% * 70 / 3);
  width: -moz-calc(100% * 70 / 3);
  width: 2333.3333333333%;
  position: absolute;
  right: 0;
}

.tns-t-ct:after {
  content: "";
  display: table;
  clear: both;
}

.tns-t-ct > div {
  width: 1.4285714%;
  width: -webkit-calc(100% / 70);
  width: -moz-calc(100% / 70);
  width: 1.4285714286%;
  height: 10px;
  float: left;
}


:root {
  --ss-primary-color: #5897fb;
  --ss-bg-color: #ffffff;
  --ss-font-color: #4d4d4d;
  --ss-font-placeholder-color: #8d8d8d;
  --ss-disabled-color: #dcdee2;
  --ss-border-color: #dcdee2;
  --ss-highlight-color: #fffb8c;
  --ss-success-color: #00b755;
  --ss-error-color: #dc3545;
  --ss-main-height: 30px;
  --ss-content-height: 300px;
  --ss-spacing-l: 7px;
  --ss-spacing-m: 5px;
  --ss-spacing-s: 3px;
  --ss-animation-timing: 0.2s;
  --ss-border-radius: 4px;
}

@keyframes ss-valueIn {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes ss-valueOut {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0);
    opacity: 0;
  }
}
.ss-hide {
  display: none !important;
}

.ss-main {
  display: flex;
  flex-direction: row;
  position: relative;
  user-select: none;
  color: var(--ss-font-color);
  min-height: var(--ss-main-height);
  width: 100%;
  padding: var(--ss-spacing-s);
  cursor: pointer;
  border: 1px solid var(--ss-border-color);
  border-radius: var(--ss-border-radius);
  background-color: var(--ss-bg-color);
  outline: 0;
  box-sizing: border-box;
  transition: background-color var(--ss-animation-timing);
  overflow: hidden;
}

.ss-main:focus {
  box-shadow: 0 0 5px var(--ss-primary-color);
}

.ss-main.ss-disabled {
  background-color: var(--ss-disabled-color);
  cursor: not-allowed;
}

.ss-main.ss-disabled .ss-values .ss-disabled {
  color: var(--ss-font-color);
}

.ss-main.ss-disabled .ss-values .ss-value .ss-value-delete {
  cursor: not-allowed;
}

.ss-main.ss-open-above {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.ss-main.ss-open-below {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.ss-main .ss-values {
  display: inline-flex;
  flex-wrap: wrap;
  gap: var(--ss-spacing-m);
  flex: 1 1 100%;
}

.ss-main .ss-values .ss-placeholder {
  display: flex;
  padding: var(--ss-spacing-s) var(--ss-spacing-m) var(--ss-spacing-s) var(--ss-spacing-m);
  margin: auto 0px auto 0px;
  line-height: 1em;
  align-items: center;
  width: 100%;
  color: var(--ss-font-placeholder-color);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ss-main .ss-values .ss-max {
  display: flex;
  user-select: none;
  align-items: center;
  width: fit-content;
  font-size: 12px;
  color: var(--ss-bg-color);
  line-height: 1;
  padding: var(--ss-spacing-s) var(--ss-spacing-m);
  background-color: var(--ss-primary-color);
  border-radius: var(--ss-border-radius);
}

.ss-main .ss-values .ss-single {
  display: flex;
  margin: auto 0px auto var(--ss-spacing-s);
}

.ss-main .ss-values .ss-value {
  display: flex;
  user-select: none;
  align-items: center;
  width: fit-content;
  background-color: var(--ss-primary-color);
  border-radius: var(--ss-border-radius);
  animation-name: ss-valueIn;
  animation-duration: var(--ss-animation-timing);
  animation-timing-function: ease-out;
  animation-fill-mode: both;
}

.ss-main .ss-values .ss-value.ss-value-out {
  animation-name: ss-valueOut;
  animation-duration: var(--ss-animation-timing);
  animation-timing-function: ease-out;
}

.ss-main .ss-values .ss-value .ss-value-text {
  font-size: 12px;
  color: var(--ss-bg-color);
  line-height: 1;
  padding: var(--ss-spacing-s) var(--ss-spacing-m);
}

.ss-main .ss-values .ss-value .ss-value-delete {
  display: flex;
  align-items: center;
  height: var(--ss-spacing-l);
  width: var(--ss-spacing-l);
  padding: var(--ss-spacing-s) var(--ss-spacing-m);
  cursor: pointer;
  border-left: solid 1px var(--ss-bg-color);
  box-sizing: content-box;
}

.ss-main .ss-values .ss-value .ss-value-delete svg {
  height: var(--ss-spacing-l);
  width: var(--ss-spacing-l);
}

.ss-main .ss-values .ss-value .ss-value-delete svg path {
  fill: none;
  stroke: var(--ss-bg-color);
  stroke-width: 18;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ss-main .ss-deselect {
  display: flex;
  align-self: center;
  justify-content: flex-end;
  flex: 0 1 auto;
  width: 8px;
  height: 8px;
  margin: 0 var(--ss-spacing-m) 0 var(--ss-spacing-m);
}

.ss-main .ss-deselect svg {
  width: 8px;
  height: 8px;
}

.ss-main .ss-deselect svg path {
  fill: none;
  stroke: var(--ss-font-color);
  stroke-width: 20;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ss-main .ss-arrow {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 0 1 auto;
  width: 12px;
  height: 12px;
  margin: auto var(--ss-spacing-m) auto var(--ss-spacing-m);
}

.ss-main .ss-arrow path {
  fill: none;
  stroke: var(--ss-font-color);
  stroke-width: 18;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition-timing-function: ease-out;
  transition: var(--ss-animation-timing);
}

.ss-content {
  position: absolute;
  display: flex;
  height: auto;
  flex-direction: column;
  width: auto;
  max-height: var(--ss-content-height);
  box-sizing: border-box;
  border: solid 1px var(--ss-border-color);
  background-color: var(--ss-bg-color);
  transition: transform var(--ss-animation-timing), opacity var(--ss-animation-timing);
  opacity: 0;
  transform: scaleY(0);
  transform-origin: center top;
  overflow: hidden;
  z-index: 10000;
}

.ss-content.ss-relative {
  position: relative;
  height: 100%;
}

.ss-content.ss-open-above {
  flex-direction: column-reverse;
  opacity: 1;
  transform: scaleY(1);
  transform-origin: center bottom;
  border-top-left-radius: var(--ss-border-radius);
  border-top-right-radius: var(--ss-border-radius);
}

.ss-content.ss-open-below {
  opacity: 1;
  transform: scaleY(1);
  transform-origin: center top;
  border-bottom-left-radius: var(--ss-border-radius);
  border-bottom-right-radius: var(--ss-border-radius);
}

.ss-content .ss-search {
  flex: 0 1 auto;
  display: flex;
  flex-direction: row;
  padding: var(--ss-spacing-l) var(--ss-spacing-l) var(--ss-spacing-m) var(--ss-spacing-l);
}

.ss-content .ss-search input {
  display: inline-flex;
  font-size: inherit;
  line-height: inherit;
  flex: 1 1 auto;
  width: 100%;
  min-width: 0px;
  padding: var(--ss-spacing-m) var(--ss-spacing-l);
  margin: 0;
  border: 1px solid var(--ss-border-color);
  border-radius: var(--ss-border-radius);
  background-color: var(--ss-bg-color);
  outline: 0;
  text-align: left;
  box-sizing: border-box;
}

.ss-content .ss-search input::placeholder {
  color: var(--ss-font-placeholder-color);
  vertical-align: middle;
}

.ss-content .ss-search input:focus {
  box-shadow: 0 0 5px var(--ss-primary-color);
}

.ss-content .ss-search .ss-addable {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  flex: 0 0 auto;
  height: auto;
  margin: 0 0 0 var(--ss-spacing-m);
  border: 1px solid var(--ss-border-color);
  border-radius: var(--ss-border-radius);
}

.ss-content .ss-search .ss-addable svg {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 0 1 auto;
  width: 12px;
  height: 12px;
  margin: auto var(--ss-spacing-m) auto var(--ss-spacing-m);
}

.ss-content .ss-search .ss-addable svg path {
  fill: none;
  stroke: var(--ss-font-color);
  stroke-width: 18;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ss-content .ss-list {
  flex: 1 1 auto;
  height: auto;
  overflow-x: hidden;
  overflow-y: auto;
}

.ss-content .ss-list .ss-error {
  color: var(--ss-error-color);
  padding: var(--ss-spacing-l);
}

.ss-content .ss-list .ss-searching {
  color: var(--ss-font-color);
  padding: var(--ss-spacing-l);
}

.ss-content .ss-list .ss-optgroup.ss-close .ss-option {
  display: none !important;
}

.ss-content .ss-list .ss-optgroup .ss-optgroup-label {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: var(--ss-spacing-m) var(--ss-spacing-l) var(--ss-spacing-m) var(--ss-spacing-l);
}

.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-label-text {
  flex: 1 1 auto;
  font-weight: bold;
  color: var(--ss-font-color);
}

.ss-content .ss-list .ss-optgroup .ss-optgroup-label:has(.ss-arrow) {
  cursor: pointer;
}

.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions {
  flex: 0 1 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: var(--ss-spacing-m);
}

.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall {
  flex: 0 0 auto;
  display: flex;
  flex-direction: row;
  cursor: pointer;
}

.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall:hover {
  opacity: 0.5;
}

.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall.ss-selected svg path {
  stroke: var(--ss-error-color);
}

.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall span {
  flex: 0 1 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 60%;
  text-align: center;
  padding: 0 var(--ss-spacing-s) 0 0;
}

.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall svg {
  flex: 0 1 auto;
  width: 13px;
  height: 13px;
}

.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall svg path {
  fill: none;
  stroke: var(--ss-success-color);
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall svg:first-child {
  stroke-width: 5;
}

.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall svg:last-child {
  stroke-width: 11;
}

.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-closable {
  flex: 0 1 auto;
  display: flex;
  flex-direction: row;
  cursor: pointer;
}

.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-closable .ss-arrow {
  flex: 1 1 auto;
  width: 10px;
  height: 10px;
}

.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-closable .ss-arrow path {
  fill: none;
  stroke: var(--ss-font-color);
  stroke-width: 18;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition-timing-function: ease-out;
  transition: var(--ss-animation-timing);
}

.ss-content .ss-list .ss-optgroup .ss-option {
  padding: var(--ss-spacing-s) var(--ss-spacing-s) var(--ss-spacing-s) calc(var(--ss-spacing-l) * 3);
}

.ss-content .ss-list .ss-option {
  display: flex;
  padding: var(--ss-spacing-m) var(--ss-spacing-l) var(--ss-spacing-m) var(--ss-spacing-l);
  color: var(--ss-font-color);
  cursor: pointer;
  user-select: none;
}

.ss-content .ss-list .ss-option:hover {
  color: var(--ss-bg-color);
  background-color: var(--ss-primary-color);
}

.ss-content .ss-list .ss-option.ss-highlighted,
.ss-content .ss-list .ss-option:not(.ss-disabled).ss-selected {
  color: var(--ss-bg-color);
  background-color: var(--ss-primary-color);
}

.ss-content .ss-list .ss-option.ss-disabled {
  cursor: not-allowed;
  background-color: var(--ss-disabled-color);
}

.ss-content .ss-list .ss-option.ss-disabled:hover {
  color: var(--ss-font-color);
}

.ss-content .ss-list .ss-option .ss-search-highlight {
  background-color: var(--ss-highlight-color);
} 
