@charset "UTF-8";
/**
 * Flexbox 2.0 (2022)
 *
 * Build with: 
 * ConciseCSS v4.1.2
 * https://github.com/ConciseCSS/concise.css
 *
 */
.mb1 {
  margin-bottom: 1em;
}

.mb2 {
  margin-bottom: 2em;
}

.mb3 {
  margin-bottom: 3em;
}

.mb4 {
  margin-bottom: 4em;
}

.mb5 {
  margin-bottom: 5em;
}

.mb6 {
  margin-bottom: 6em;
}

/**
 * Theme Settings
 * - Make sure all your theme settings are set here
 */
:root {
  line-height: 1.5;
}

/* NOTE: 2025-0416 root CSS colors (HTML vars) are in _theme.scss */
/* 2025-0416 Switching to generic SASS colors and CSS root vars */
/**
 * Setup the framework with your settings
 *
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

template,
[hidden] {
  display: none;
}

*,
::before,
::after {
  background-repeat: no-repeat;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

:root {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Figtree", "Rubik", "Helvetica", "Arial", sans-serif;
  line-height: 1.5;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  background-color: white;
  color: #444;
  font-size: 21px;
  text-rendering: optimizeLegibility;
}
@media (min-width: 480px) {
  :root {
    font-size: 21px;
  }
}

code,
kbd,
pre,
samp {
  font-family: "Consolas", monospace;
  font-size: 0.8rem;
  background-color: #f5f5f5;
}

code,
kbd {
  vertical-align: middle;
  display: inline-block;
  padding: 0 0.4em;
}

pre {
  padding: 0.5lh 1em;
}
pre > code  {
  white-space: pre;
}

kbd {
  background-color: transparent;
  outline: 1px solid;
}

hr {
  height: 1px;
  overflow: visible;
  border: 0;
}

nav ol,
nav ul {
  padding-left: 0;
}
nav li {
  list-style: none;
}

dt {
  font-weight: bold;
}

blockquote {
  padding: 0 1em;
}
blockquote cite,
blockquote footer {
  color: #777;
  font-size: 80%;
  margin-top: 0.5lh;
}
blockquote cite:before,
blockquote footer:before {
  content: "— ";
}

abbr {
  -webkit-font-feature-settings: "kern" 1, "liga" 1, "calt" 1, "pnum" 1, "tnum" 0, "onum" 1, "lnum" 0, "smcp" 1, "c2sc" 1;
          font-feature-settings: "kern" 1, "liga" 1, "calt" 1, "pnum" 1, "tnum" 0, "onum" 1, "lnum" 0, "smcp" 1, "c2sc" 1;
  text-transform: uppercase;
}
abbr[title] {
  border-bottom: 1px solid;
  cursor: help;
  text-decoration: none;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ffff00;
  color: #000000;
}

progress {
  vertical-align: baseline;
}

small {
  font-size: 80%;
}

sub,
sup {
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  font-size: 80%;
}

sub {
  bottom: -0.25em;
  -webkit-font-feature-settings: "subs" 1;
          font-feature-settings: "subs" 1;
}

sup {
  top: -0.25em;
  -webkit-font-feature-settings: "sups" 1;
          font-feature-settings: "sups" 1;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

img {
  border-style: none;
}

svg {
  fill: currentColor;
}

svg:not(:root) {
  overflow: hidden;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  color: #00a3e0;
  text-decoration: none;
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
}
a:hover, a:focus {
  color: #00597a;
}

a:hover {
  outline-width: 0;
}

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

input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  border: 1px solid;
  padding: 1lh 1em;
}

legend {
  display: table;
  max-width: 100%;
  white-space: normal;
  padding: 0 0.5em;
}

textarea {
  overflow: auto;
  resize: vertical;
  height: auto;
  padding: 0.25lh 0.5em;
}

[type=checkbox],
[type=radio] {
  padding: 0;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

::-webkit-search-cancel-button,
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

input[type=range] {
  border: none;
  padding: 0;
  width: 100%;
  -webkit-appearance: none;
}
input[type=range]:focus {
  outline: none;
}
input[type=range]::range-track {
  border: none;
  height: 0.2lh;
}
input[type=range]::range-thumb {
  border: none;
  border-radius: 50%;
  background-color: #00a3e0;
  height: 0.5lh;
  margin-top: -0.15lh;
  width: 0.5lh;
}
input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
}

button {
  background-color: #00a3e0;
  border: none;
  color: white;
  cursor: pointer;
  font-size: 0.8rem;
  line-height: 1.5lh;
  padding: 0 1.5em;
  -webkit-transition: background-color 150ms;
  transition: background-color 150ms;
  white-space: nowrap;
}
button:hover, button:focus {
  background-color: #00b6fa;
  text-decoration: none;
  outline: none;
}
button:active {
  background-color: #14bfff;
}
button[disabled] {
  background-color: #eee;
  cursor: not-allowed;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

a,
area,
button,
input,
label,
select,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

[hidden][aria-hidden=false] {
  clip: rect(0, 0, 0, 0);
  display: inherit;
  position: absolute;
}

[hidden][aria-hidden=false]:focus {
  clip: auto;
}

* {
  margin: 0;
}

li,
kbd,
div,
input,
option,
select,
a,
textarea,
body,
span,
dd,
code,
label,
[flex-column] {
  margin-top: 0;
}

h1 + p, h2 + p, h3 + p, h4 + p, h5 + p, h6 + p {
  margin-top: 0;
}

h1 {
  font-size: 2.44140625rem;
}

h2 {
  font-size: 1.953125rem;
}

h3 {
  font-size: 1.5625rem;
}

h4 {
  font-size: 1.25rem;
}

h5 {
  font-size: 1rem;
}

h6 {
  font-size: 0.8rem;
}

h1, h2, h3, h4, h5, h6 {
  color: #222;
  font-family: "Krub", "Rubik", "Helvetica", "Arial", sans-serif;
  line-height: 1.3;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  color: inherit;
  vertical-align: 0;
  font-size: 80%;
}

h1, h2, h3 {
  margin: 0;
  line-height: 1.3lh;
}
h1 a, h2 a, h3 a {
  color: inherit;
}
h1 a:hover, h1 a:focus, h2 a:hover, h2 a:focus, h3 a:hover, h3 a:focus {
  color: #00a3e0;
  text-decoration: none;
}

h4, h5, h6 {
  margin: 0;
  line-height: 1lh;
}

[flex-container] {
  max-width: 1200px;
  overflow: auto;
}

[flex-grid] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 480px) {
  [flex-grid] {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

[flex-grid=xs] {
  max-width: 480px;
}

[flex-grid=sm] {
  max-width: 480px;
}

[flex-grid=md] {
  max-width: 768px;
}

[flex-grid=lg] {
  max-width: 992px;
}

[flex-grid=xlg] {
  max-width: 1200px;
}

[flex-grid=xxlg] {
  max-width: 1600px;
}

[flex-column] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

[flex-grid~=no-gutters] {
  margin-left: 0;
  margin-right: 0;
}
[flex-grid~=no-gutters] [flex-column] {
  padding-left: 0;
  padding-right: 0;
}

[flex-grid~=no-collapse] {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
}

[flex-grid~=wrap] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

[flex-grid~=no-wrap] {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

[flex-grid~=wrap-reverse] {
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
}

[flex-grid~=row] {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

[flex-grid~=row-reverse] {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

[flex-grid~=column] {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

[flex-grid~=column-reverse] {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

[flex-grid~=justify-start] {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

[flex-grid~=justify-end] {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

[flex-grid~=justify-center] {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

[flex-grid~=justify-between] {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

[flex-grid~=justify-around] {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

[justify~=start] {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

[justify~=end] {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

[justify~=center] {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

[justify~=between] {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

[justify~=around] {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

[flex-grid~=top] {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

[flex-grid~=center] {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

[flex-grid~=bottom] {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

[flex-grid~=baseline] {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

[flex-grid~=stretch] {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

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

[align~=top] {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

[align~=center] {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

[align~=bottom] {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

[align~=baseline] {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

[align~=stretch] {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

[flex-column~=top] {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

[flex-column~=center] {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

[flex-column~=bottom] {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

[columns~=top] {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

[columns~=center] {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

[columns~=bottom] {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

[flex-column~=auto] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media (min-width: 480px) {
  [flex-column~="1"] {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  [flex-column~="2"] {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  [flex-column~="3"] {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  [flex-column~="4"] {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  [flex-column~="5"] {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  [flex-column~="6"] {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  [flex-column~="7"] {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  [flex-column~="8"] {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  [flex-column~="9"] {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  [flex-column~="10"] {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  [flex-column~="11"] {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  [flex-column~="12"] {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  [flex-column~="+1"] {
    margin-left: 8.3333333333%;
  }
  [flex-column~="+2"] {
    margin-left: 16.6666666667%;
  }
  [flex-column~="+3"] {
    margin-left: 25%;
  }
  [flex-column~="+4"] {
    margin-left: 33.3333333333%;
  }
  [flex-column~="+5"] {
    margin-left: 41.6666666667%;
  }
  [flex-column~="+6"] {
    margin-left: 50%;
  }
  [flex-column~="+7"] {
    margin-left: 58.3333333333%;
  }
  [flex-column~="+8"] {
    margin-left: 66.6666666667%;
  }
  [flex-column~="+9"] {
    margin-left: 75%;
  }
  [flex-column~="+10"] {
    margin-left: 83.3333333333%;
  }
  [flex-column~="+11"] {
    margin-left: 91.6666666667%;
  }
  [flex-column~="+12"] {
    margin-left: 100%;
  }
}
@media (min-width: 480px) {
  [flex-column~=s-1] {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  [flex-column~=s-2] {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  [flex-column~=s-3] {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  [flex-column~=s-4] {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  [flex-column~=s-5] {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  [flex-column~=s-6] {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  [flex-column~=s-7] {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  [flex-column~=s-8] {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  [flex-column~=s-9] {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  [flex-column~=s-10] {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  [flex-column~=s-11] {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  [flex-column~=s-12] {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  [flex-column~="+s-1"] {
    margin-left: 8.3333333333%;
  }
  [flex-column~="+s-2"] {
    margin-left: 16.6666666667%;
  }
  [flex-column~="+s-3"] {
    margin-left: 25%;
  }
  [flex-column~="+s-4"] {
    margin-left: 33.3333333333%;
  }
  [flex-column~="+s-5"] {
    margin-left: 41.6666666667%;
  }
  [flex-column~="+s-6"] {
    margin-left: 50%;
  }
  [flex-column~="+s-7"] {
    margin-left: 58.3333333333%;
  }
  [flex-column~="+s-8"] {
    margin-left: 66.6666666667%;
  }
  [flex-column~="+s-9"] {
    margin-left: 75%;
  }
  [flex-column~="+s-10"] {
    margin-left: 83.3333333333%;
  }
  [flex-column~="+s-11"] {
    margin-left: 91.6666666667%;
  }
  [flex-column~="+s-12"] {
    margin-left: 100%;
  }
}
@media (min-width: 768px) {
  [flex-column~=m-1] {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  [flex-column~=m-2] {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  [flex-column~=m-3] {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  [flex-column~=m-4] {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  [flex-column~=m-5] {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  [flex-column~=m-6] {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  [flex-column~=m-7] {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  [flex-column~=m-8] {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  [flex-column~=m-9] {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  [flex-column~=m-10] {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  [flex-column~=m-11] {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  [flex-column~=m-12] {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  [flex-column~="+m-1"] {
    margin-left: 8.3333333333%;
  }
  [flex-column~="+m-2"] {
    margin-left: 16.6666666667%;
  }
  [flex-column~="+m-3"] {
    margin-left: 25%;
  }
  [flex-column~="+m-4"] {
    margin-left: 33.3333333333%;
  }
  [flex-column~="+m-5"] {
    margin-left: 41.6666666667%;
  }
  [flex-column~="+m-6"] {
    margin-left: 50%;
  }
  [flex-column~="+m-7"] {
    margin-left: 58.3333333333%;
  }
  [flex-column~="+m-8"] {
    margin-left: 66.6666666667%;
  }
  [flex-column~="+m-9"] {
    margin-left: 75%;
  }
  [flex-column~="+m-10"] {
    margin-left: 83.3333333333%;
  }
  [flex-column~="+m-11"] {
    margin-left: 91.6666666667%;
  }
  [flex-column~="+m-12"] {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  [flex-column~=l-1] {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  [flex-column~=l-2] {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  [flex-column~=l-3] {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  [flex-column~=l-4] {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  [flex-column~=l-5] {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  [flex-column~=l-6] {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  [flex-column~=l-7] {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  [flex-column~=l-8] {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  [flex-column~=l-9] {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  [flex-column~=l-10] {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  [flex-column~=l-11] {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  [flex-column~=l-12] {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  [flex-column~="+l-1"] {
    margin-left: 8.3333333333%;
  }
  [flex-column~="+l-2"] {
    margin-left: 16.6666666667%;
  }
  [flex-column~="+l-3"] {
    margin-left: 25%;
  }
  [flex-column~="+l-4"] {
    margin-left: 33.3333333333%;
  }
  [flex-column~="+l-5"] {
    margin-left: 41.6666666667%;
  }
  [flex-column~="+l-6"] {
    margin-left: 50%;
  }
  [flex-column~="+l-7"] {
    margin-left: 58.3333333333%;
  }
  [flex-column~="+l-8"] {
    margin-left: 66.6666666667%;
  }
  [flex-column~="+l-9"] {
    margin-left: 75%;
  }
  [flex-column~="+l-10"] {
    margin-left: 83.3333333333%;
  }
  [flex-column~="+l-11"] {
    margin-left: 91.6666666667%;
  }
  [flex-column~="+l-12"] {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  [flex-column~=xl-1] {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  [flex-column~=xl-2] {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  [flex-column~=xl-3] {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  [flex-column~=xl-4] {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  [flex-column~=xl-5] {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  [flex-column~=xl-6] {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  [flex-column~=xl-7] {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  [flex-column~=xl-8] {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  [flex-column~=xl-9] {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  [flex-column~=xl-10] {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  [flex-column~=xl-11] {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  [flex-column~=xl-12] {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  [flex-column~="+xl-1"] {
    margin-left: 8.3333333333%;
  }
  [flex-column~="+xl-2"] {
    margin-left: 16.6666666667%;
  }
  [flex-column~="+xl-3"] {
    margin-left: 25%;
  }
  [flex-column~="+xl-4"] {
    margin-left: 33.3333333333%;
  }
  [flex-column~="+xl-5"] {
    margin-left: 41.6666666667%;
  }
  [flex-column~="+xl-6"] {
    margin-left: 50%;
  }
  [flex-column~="+xl-7"] {
    margin-left: 58.3333333333%;
  }
  [flex-column~="+xl-8"] {
    margin-left: 66.6666666667%;
  }
  [flex-column~="+xl-9"] {
    margin-left: 75%;
  }
  [flex-column~="+xl-10"] {
    margin-left: 83.3333333333%;
  }
  [flex-column~="+xl-11"] {
    margin-left: 91.6666666667%;
  }
  [flex-column~="+xl-12"] {
    margin-left: 100%;
  }
}
/* Improve grid/padding below 'large' */
@media (max-width: 992px) {
  [flex-grid] {
    padding-left: 1em;
    padding-right: 1em;
  }
}
@media (max-width: 768px) {
  [flex-column] {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
/*
*/
/**
 * Theme Settings
 * - Make sure all your theme settings are set here
 */
/**
 * UI
 */
:root {
  --ui-hero-block-margin: 0;
  --ui-hero-block-padding: 0;
  --ui-hero-h1: 46px;
  --ui-hero-h2: 23px;
  --ui-hero-h2-margin: 0;
}

.ui__hero__block {
  --ui-hero-block-margin: 4em 0 4.5em 0;
  --ui-hero-h1: 31px;
  --ui-hero-h2: 50px;
  --ui-hero-h2-margin: 0.25em 0 0.5em 0;
  position: relative;
  margin: var(--ui-hero-block-margin);
  padding: var(--ui-hero-block-padding);
  line-height: 1.4;
}
.ui__hero__block h1,
.ui__hero__block h2 {
  margin: var(--ui-hero-h2-margin);
  font-size: var(--ui-hero-h2);
  line-height: 1.25;
  font-weight: 100;
}
.ui__hero__block p {
  font-family: "Krub", "Rubik", "Helvetica", "Arial", sans-serif;
  font-weight: 300;
  line-height: 1.7rem;
}
.ui__hero__block p.large {
  font-size: 22px;
  line-height: 1.9rem;
}

/* theme/ui/block/block/scss */
.ui__block {
  font-size: 0.9em;
}
.ui__block label {
  margin-bottom: 1em;
  display: inline-block;
  color: #99a;
  font-size: 0.84em;
}
.ui__block label a {
  color: inherit;
}
.ui__block header {
  line-height: 2.5;
  /*	
  	h1{
  		margin-bottom: 0.55em;
  	}
  	h2,h3,h4,h5{
  		margin-bottom: 0.5em;
  	}
  */
}
.ui__block p {
  margin-bottom: 1em;
}
.ui__block a {
  font-size: inherit;
  font-weight: 300;
}
.ui__block .ui__action {
  margin-top: 1em;
}

.ui__row, .ui__row__dark, .ui__row__purple {
  position: relative;
  overflow: hidden;
}
.ui__row .ui__row__header, .ui__row__dark .ui__row__header, .ui__row__purple .ui__row__header {
  margin-bottom: 2.5em;
}
.ui__row .ui__row__header h2, .ui__row__dark .ui__row__header h2, .ui__row__purple .ui__row__header h2, .ui__row .ui__row__header h3, .ui__row__dark .ui__row__header h3, .ui__row__purple .ui__row__header h3, .ui__row .ui__row__header h4, .ui__row__dark .ui__row__header h4, .ui__row__purple .ui__row__header h4 {
  font-weight: 300;
}
.ui__row h1, .ui__row__dark h1, .ui__row__purple h1, .ui__row h2, .ui__row__dark h2, .ui__row__purple h2, .ui__row h3, .ui__row__dark h3, .ui__row__purple h3, .ui__row h4, .ui__row__dark h4, .ui__row__purple h4 {
  line-height: 1.05;
}
.ui__row figure, .ui__row__dark figure, .ui__row__purple figure {
  margin: 0;
}
.ui__row figure img, .ui__row__dark figure img, .ui__row__purple figure img {
  display: block;
}
.ui__row .ui__row__background__image, .ui__row__dark .ui__row__background__image, .ui__row__purple .ui__row__background__image {
  position: absolute;
  right: 3em;
  top: 4em;
}
.ui__row .ui__row__background__image img, .ui__row__dark .ui__row__background__image img, .ui__row__purple .ui__row__background__image img {
  height: 500px;
}

.ui__block__typography h3 {
  margin-top: 0;
}
.ui__block__typography ul {
  font-style: normal;
  font-weight: 300;
}
.ui__block__typography ul li {
  font-style: inherit;
  font-weight: inherit;
}

/* theme/ui/card/card/scss */
.lightblue {
  background-color: rgba(0, 163, 224, 0.1254901961);
}

.card__service {
  margin-bottom: 1.5em;
}
.card__service.grey {
  background-color: var(--brand-color-grey);
}
.card__service.grey h4 {
  color: var(--color-black);
}
.card__service.dark {
  color: #fff;
  background-color: #10363f;
}
.card__service.dark h4 {
  color: inherit;
}
.card__service.lightblue {
  background-color: rgba(0, 163, 224, 0.1254901961);
}
.card__service {
  -webkit-transition: all 240ms linear;
  transition: all 240ms linear;
}
.card__service.grey:hover {
  background-color: rgba(0, 163, 224, 0.1254901961) !important;
}
.card__service.grey:hover h4 {
  color: var(--color-black);
}
.card__service.lightblue:hover {
  background-color: var(--brand-color-grey) !important;
}
.card__service.lightblue:hover h4 {
  color: var(--color-black);
}

.card__service__header {
  padding: 2em 1em 1.5em;
  min-height: 10em;
}
.card__service__header label {
  display: inline-block;
  margin-bottom: 0.9em;
  font-size: 0.68em;
  color: #99a;
}

.card__service__media-image {
  width: 87% !important;
  height: 320px;
}

.card__action__links {
  margin-top: 1em;
  font-size: 0.8em;
}

.card__action__buttons {
  display: none;
  padding: 1em;
}

.ui__quote__block h1,
.ui__quote__block h2,
.ui__quote__block h3 {
  margin-bottom: 0.7em;
  line-height: 1.2;
}
.ui__quote__block h2 {
  font-weight: 100;
}
.ui__quote__block p {
  font-family: "Krub", "Rubik", "Helvetica", "Arial", sans-serif;
  line-height: 1.5rem;
  font-size: 19px;
}
.ui__quote__block p.large {
  font-size: 22px;
  line-height: 1.9rem;
}

.acf__block.ui__quote__block {
  margin: 3em 0 0 0; /*0 0 3em 0;*/
}
.acf__block.ui__quote__block h1, .acf__block.ui__quote__block h2, .acf__block.ui__quote__block h3 {
  margin-bottom: var(--ui-typography-heading-margin);
}
.acf__block.ui__quote__block:last-child {
  margin-bottom: 7em;
}

/*
.acf__block{}
.acf__block h2,
.acf__block h3,
.acf__block h4{
	margin-bottom: 0.85em;
}

.ui__quote__block__buttons{
	margin-top: 3.5em;
	text-align: center;


	& a.btn{
		padding: 0.75em 1.75em;
		font-weight: bold;
		color: #fff;
		background-color: #00a3e0;
	}
}
*/
/* /scss/smacss/theme/ui/media/image.scss  */
img {
  display: inline-block;
}

/* Counter WP styles */
:where(figure) {
  margin: 0 !important;
}

.ui__media__image__responsive, .card__service__media-image {
  max-width: 100%;
  max-height: 100%;
}

.ui__media__image__fullwidth {
  width: 100%;
  height: auto;
}

.ui__media__image__object-fit, .home__hero__media__image, .ui__media__block .ui__media__image__large-image, .ui__media__image-image, .card__service__media-image {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.ui__media__image {
  overflow: hidden;
}

.ui__media__overlay__image {
  position: absolute;
  bottom: -11em;
  right: 1em;
}
.ui__media__overlay__image img {
  height: 580px;
}

/* /scss/smacss/theme/ui/media/image.scss  */
img {
  display: inline-block;
}

.ui__media__video__responsive {
  max-width: 100%;
  max-height: 100%;
}

.ui__media__video__fullwidth {
  width: 100%;
  height: auto;
}

.ui__media__video__object-fit, .ui__media__video-video {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.ui__media__video {
  overflow: hidden;
}

.ui__media__overlay__image {
  position: absolute;
  bottom: -11em;
  right: 1em;
}
.ui__media__overlay__image img {
  height: 580px;
}

:root {
  --ui-media-block-margin: 0;
  --ui-media-block-padding: 0;
}

.ui__media__block {
  --ui-media-block-margin: 0; /*0 0 3em;*/
  position: relative;
  margin: var(--ui-media-block-margin);
  padding: var(--ui-media-block-padding);
}
.ui__media__block {
  overflow: hidden;
}
.ui__media__block .ui__media__image__large-image {
  height: 780px;
  width: 100%;
  -o-object-position: center center;
     object-position: center center;
}
@media (max-width: 768px) {
  .ui__media__block .ui__media__image__large-image {
    height: 630px;
  }
}

.acf__block.ui__media__block,
.page__single__tplb__hero {
  margin-bottom: 3.5em;
}

/* /scss/theme/ui/typography.scss  */
/* /scss/theme/site/config/fonts.scss  */
@font-face {
  font-family: "Figtree";
  src: url("../fonts/figtree/Figtree-Bold.woff2") format("woff2"), url("../fonts/figtree/Figtree-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Figtree";
  src: url("../fonts/figtree/Figtree-SemiBold.woff2") format("woff2"), url("../fonts/figtree/Figtree-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Figtree";
  src: url("../fonts/figtree/Figtree-Black.woff2") format("woff2"), url("../fonts/figtree/Figtree-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Figtree";
  src: url("../fonts/figtree/Figtree-ExtraBold.woff2") format("woff2"), url("../fonts/figtree/Figtree-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Figtree";
  src: url("../fonts/figtree/Figtree-Medium.woff2") format("woff2"), url("../fonts/figtree/Figtree-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Figtree";
  src: url("../fonts/figtree/Figtree-Regular.woff2") format("woff2"), url("../fonts/figtree/Figtree-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Figtree";
  src: url("../fonts/figtree/Figtree-Light.woff2") format("woff2"), url("../fonts/figtree/Figtree-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Krub";
  src: url("../fonts/krub/Krub-SemiBold.woff2") format("woff2"), url("../fonts/krub/Krub-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Krub";
  src: url("../fonts/krub/Krub-Bold.woff2") format("woff2"), url("../fonts/krub/Krub-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Krub";
  src: url("../fonts/krub/Krub-Medium.woff2") format("woff2"), url("../fonts/krub/Krub-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Krub";
  src: url("../fonts/krub/Krub-Light.woff2") format("woff2"), url("../fonts/krub/Krub-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Krub";
  src: url("../fonts/krub/Krub-Regular.woff2") format("woff2"), url("../fonts/krub/Krub-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Krub";
  src: url("../fonts/krub/Krub-ExtraLight.woff2") format("woff2"), url("../fonts/krub/Krub-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Muli";
  src: url("../fonts/muli/Muli-LightItalic.woff2") format("woff2"), url("../fonts/muli/Muli-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Muli";
  src: url("../fonts/muli/Muli-Regular.woff2") format("woff2"), url("../fonts/muli/Muli-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/*
@font-face {
    font-family: 'Century Gothic';
    src: url('../fonts/century-gothic/century-gothic-400.woff2') format('woff2'),
        url('../fonts/century-gothic/century-gothic-400.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
*/
@font-face {
  font-family: "Rubik";
  src: url("../fonts/rubik/Rubik-Bold.woff2") format("woff2"), url("../fonts/rubik/Rubik-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Rubik";
  src: url("../fonts/rubik/Rubik-Regular.woff2") format("woff2"), url("../fonts/rubik/Rubik-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Rubik";
  src: url("../fonts/rubik/Rubik-SemiBold.woff2") format("woff2"), url("../fonts/rubik/Rubik-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Rubik";
  src: url("../fonts/rubik/Rubik-Black.woff2") format("woff2"), url("../fonts/rubik/Rubik-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Rubik";
  src: url("../fonts/rubik/Rubik-Medium.woff2") format("woff2"), url("../fonts/rubik/Rubik-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
:root {
  --ui-typography-block-margin: 0;
  --ui-typography-heading-margin: 0 0 0.4em;
}

.ui__block__text {
  padding: 2.5em 0 2em 0;
}
.ui__block__text h1,
.ui__block__text h2 {
  margin-bottom: 0.7em;
}
.ui__block__text h2 {
  font-weight: 100;
}
.ui__block__text p {
  font-family: "Krub", "Rubik", "Helvetica", "Arial", sans-serif;
  line-height: 1.6;
  font-size: inherit;
}
.ui__block__text p.large {
  font-size: 1.02rem;
  line-height: 1.5;
}
.ui__block__text .ui__action {
  margin-top: 2em;
}
@media (min-width: 768px) {
  .ui__block__text {
    padding: 5em 0 4em 0;
  }
}

.ui__block__typography {
  font-size: 0.9em;
}
.ui__block__typography h1 {
  margin-bottom: 0.75em;
}
.ui__block__typography h2 {
  font-weight: 100;
}
.ui__block__typography h2, .ui__block__typography h3 {
  line-height: 1.75lh;
}
.ui__block__typography p {
  margin-bottom: 1em;
  font-family: "Krub", "Rubik", "Helvetica", "Arial", sans-serif;
  font-weight: 300;
  line-height: 1.7rem;
  font-size: inherit;
}
.ui__block__typography p.large {
  font-size: 22px;
  line-height: 1.9rem;
}
.ui__block__typography ul, .ui__block__typography li {
  font-size: inherit;
}
.ui__block__typography ul {
  margin-bottom: 1.5em;
}

.acf__block.ui__block__typography h1, .acf__block.ui__block__typography h2, .acf__block.ui__block__typography h3 {
  margin: var(--ui-typography-heading-margin);
}
.acf__block.ui__block__typography h3 {
  margin-top: 1em;
}
.acf__block.ui__block__typography h4 {
  margin-top: 1.2em;
  margin-bottom: 0.5em;
}
.acf__block.ui__block__typography ul {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
.acf__block.ui__block__typography li {
  line-height: 1.7;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Figtree", "Rubik", "Helvetica", "Arial", sans-serif;
  font-weight: 300;
}

p {
  font-weight: 300;
}

strong {
  font-weight: 500;
}

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

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

.blink_me {
  -webkit-animation: blinker 2s linear infinite;
          animation: blinker 2s linear infinite;
}

@-webkit-keyframes blinker {
  50% {
    opacity: 0;
  }
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}
.widget__statusdisplay {
  padding: 0.15em 0 0.75em 0;
  font-size: 0.8em;
}

.widget__statusdisplay__system {
  color: #222;
  border-radius: 25px;
  text-align: right;
}
.widget__statusdisplay__system.notify {
  background-color: #65b0e2;
}
.widget__statusdisplay__system.error {
  background-color: #ea6e62;
}
.widget__statusdisplay__system .statusdisplay {
  display: block;
  padding: 0.45em 0em;
}
.widget__statusdisplay__system .statuslight {
  display: inline-block;
  margin-right: 0.5em;
  width: 11px;
  height: 11px;
  background-color: #60d792;
  border-radius: 50%;
}

.ui__widget__footer {
  margin-bottom: 1.25em;
}
.ui__widget__footer header {
  margin-bottom: 0.75em;
}
.ui__widget__footer header h5, .ui__widget__footer header h6 {
  font-weight: 400;
}
.ui__widget__footer p {
  color: #889;
}

/* theme/ui/buttons/buttons/scss */
/* theme/ui/buttons/block_buttons/scss */
.ui__block__buttons {
  --btn-padding: 0.65em 1.2em;
  margin: 1em 0 2em;
}
.ui__block__buttons [class*=btn] {
  --btn-font-size: 0.8em;
}
.ui__block__buttons [class*=btn] + [class*=btn] {
  margin-left: 1em;
}

:root {
  --btn-font-size: 0.72em;
  --btn-padding: 0.75em 1.2em;
  --btn-color-black: #10363f;
  --btn-color-primary: #00a3e0;
  --btn-color-secondary: #7e57c2;
  --btn-border: 1px;
  --btn-border-color: var(--btn-color-black);
  --btn-background-color: transparent;
  --btn-border-radius: 3px;
}

.btn, .btn__secondary,
a.btn__secondary, .btn__primary,
a.btn__primary, .btn__base,
a.btn {
  --btn-color: var(--btn-color-black);
  --btn-border-color: var(--btn-color-black);
  display: inline-block;
  padding: var(--btn-padding);
  cursor: pointer;
  font-size: var(--btn-font-size);
  font-weight: 500;
  color: var(--btn-color);
  border: var(--btn-border) solid var(--btn-border-color);
  border-radius: var(--btn-border-radius);
  background-color: var(--btn-background-color);
}
.btn:hover, .btn__secondary:hover, .btn__primary:hover, .btn__base:hover,
a.btn:hover {
  --btn-background-color: #FAFAFD;
}

.btn__base {
  --btn-color: var(--btn-color-black);
  --btn-border-color: var(--btn-color-black);
}

.btn__primary,
a.btn__primary {
  --btn-color: var(--color-white);
  --btn-border-color: var(--btn-color-primary);
  --btn-background-color: var(--btn-color-primary);
}
.btn__primary:hover,
a.btn__primary:hover {
  --btn-background-color: var(--color-white);
  color: var(--btn-color-primary);
}

.btn__secondary,
a.btn__secondary {
  --btn-color: var(--color-white);
  --btn-border-color: var(--btn-color-secondary);
  --btn-background-color: var(--btn-color-secondary);
}
.btn__secondary:hover,
a.btn__secondary:hover {
  color: var(--btn-color-secondary);
  background-color: var(--color-white);
}

.ui__row .ui__tpbl__header, .ui__row__purple .ui__tpbl__header, .ui__row__dark .ui__tpbl__header {
  margin-bottom: 5em;
}
.ui__row .ui__tpbl__header h2, .ui__row__purple .ui__tpbl__header h2, .ui__row__dark .ui__tpbl__header h2, .ui__row .ui__tpbl__header h3, .ui__row__purple .ui__tpbl__header h3, .ui__row__dark .ui__tpbl__header h3, .ui__row .ui__tpbl__header h4, .ui__row__purple .ui__tpbl__header h4, .ui__row__dark .ui__tpbl__header h4 {
  margin-bottom: 0.75em;
  color: #7e57c2;
}

.ui__row .ui__tpbl__introduction, .ui__row__purple .ui__tpbl__introduction, .ui__row__dark .ui__tpbl__introduction {
  margin-bottom: 2em;
}
.ui__row .ui__tpbl__introduction h4, .ui__row__purple .ui__tpbl__introduction h4, .ui__row__dark .ui__tpbl__introduction h4 {
  font-weight: 500;
}

.ui__tpbl__subpages {
  margin-top: 3em;
  margin-bottom: 2em;
}

.ui__tpbl.ui__tpbl__subpages .subpages__services {
  margin-bottom: 3em;
}
@media (min-width: 768px) {
  .ui__tpbl.ui__tpbl__subpages .subpages__services {
    margin-bottom: 5em;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.ui__tpbl.ui__tpbl__subpages header.header {
  padding: 0em 0 3em;
}
.ui__tpbl.ui__tpbl__subpages header.header h3 {
  margin-bottom: 0.25em;
}
.ui__tpbl.ui__tpbl__subpages header.header small {
  color: #99a;
}

/* Colors/Gradients */
.gradient__purple {
  background-image: -webkit-gradient(linear, left top, right top, from(#fafafd), to(#E5DDF3));
  background-image: linear-gradient(to right, #fafafd, #E5DDF3);
}

.gradient__rgba__purple, .ui__row__purple,
.ui__design__gradient__purple,
.page-id-49 .ui__row,
.page-id-49 .ui__row__purple,
.page-id-49 .ui__row__dark,
.page-id-47 .ui__row,
.page-id-47 .ui__row__purple,
.page-id-47 .ui__row__dark {
  background: -webkit-gradient(linear, left top, right top, color-stop(20%, #fafafd), to(#e5ddf3));
  background: linear-gradient(90deg, #fafafd 20%, #e5ddf3 100%);
}

.gradient__blue {
  background-image: -webkit-gradient(linear, left top, right top, from(#fafafd), to(#CCEDF9));
  background-image: linear-gradient(to right, #fafafd, #CCEDF9);
}

.gradient__rgba__blue,
.ui__design__gradient__blue,
.page-id-53 .ui__row,
.page-id-53 .ui__row__purple,
.page-id-53 .ui__row__dark,
.page-id-55 .ui__row,
.page-id-55 .ui__row__purple,
.page-id-55 .ui__row__dark,
.page__single__tplb .ui__row,
.page__single__tplb .ui__row__purple,
.page__single__tplb .ui__row__dark {
  background: -webkit-gradient(linear, left top, right top, color-stop(20%, #fafafd), to(#ccedf9));
  background: linear-gradient(90deg, #fafafd 20%, #ccedf9 100%);
}

:root {
  --acf-container-margin: 0 0 3em 0;
}

.ui.acf__container {
  --acf-container-margin: 0;
  margin: var(--acf-container-margin);
}

/* /scss/theme/page/home.scss  */
.home .site__header {
  position: absolute;
  z-index: 10;
  width: 100%;
  padding-top: 0em;
  padding: 1em 0 1.5em;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 3, 0)), color-stop(93%, rgb(0, 0, 0)));
  background: linear-gradient(0deg, rgba(0, 0, 3, 0) 0%, rgb(0, 0, 0) 93%);
}

.home .site__header__nav {
  --header-menu-color-href: #ccd;
  --header-menu-dropdown-color-href: var(--color-white);
  --header-menu-dropdown-background-color: #22222280;
}
.home .site__header__nav ul li:hover a {
  --header-menu-color-href: var(--color-white);
}
.home__hero .ui__action {
  margin-top: 1.75em;
}
.home__hero .ui__action .btn, .home__hero .ui__action .btn__base, .home__hero .ui__action .btn__primary, .home__hero .ui__action .btn__secondary {
  border-color: #fff;
  color: #fff;
}

/*
*/
.home__hero__media {
  position: relative;
  overflow: hidden;
  height: 100%;
  background-color: #040048;
  color: #fff;
  line-height: 1.5;
}
.home__hero__media figcaption {
  margin: 0 auto;
  position: absolute;
  z-index: 99;
  bottom: 17%;
  width: 100%;
}
.home__hero__media figcaption h1 {
  margin-bottom: 0.35em;
  line-height: 1.2em;
  font-size: 2.9em;
  font-weight: 400;
  color: inherit;
}
.home__hero__media figcaption p {
  margin: 0;
  color: inherit;
  font-size: 1.11em;
  letter-spacing: 0.05em;
  font-weight: 300;
}
@media (max-width: 768px) {
  .home__hero__media {
    line-height: 1.4;
  }
  .home__hero__media figcaption {
    bottom: 10%;
  }
  .home__hero__media figcaption h1 {
    font-size: 2.3em;
  }
  .home__hero__media figcaption p {
    font-size: 0.96em;
  }
}

.home__hero__media__image {
  z-index: 0;
  width: 100%;
  height: 810px;
  -o-object-position: center center;
     object-position: center center;
  -webkit-filter: blur(8px);
          filter: blur(8px);
  opacity: 0.55;
}
@media (max-width: 768px) {
  .home__hero__media__image {
    height: 650px;
  }
}

.home__main .home__main__oplossingen {
  margin-bottom: 2em;
}

.home__reviews__text p {
  text-align: justify;
}
@media (min-width: 768px) {
  .home__reviews__text {
    padding-right: 3.5em;
  }
}

.home__reviews .splide__pagination {
  bottom: -1.5em;
}
.home__reviews .splide__arrow {
  background-color: #eee;
  background-color: #556;
}
.home__reviews .splide__arrow svg {
  fill: #fff;
}
.home__reviews .splide__arrow--prev {
  left: 0;
}
.home__reviews .splide__arrow--next {
  right: 0;
}
.home__reviews .splide__pagination__page {
  margin: 3px 6px;
  height: 12px;
  width: 12px;
  background-color: #ccc;
}
.home__reviews .splide__pagination__page.is-active {
  background-color: #00a3e0;
}
@media (max-width: 768px) {
  .home__reviews {
    margin-top: 1em;
  }
}
@media (min-width: 768px) {
  .home__reviews {
    padding: 2.5em 0 1.5em;
  }
}

/*

- Contact
- Belafspraak

*/
/* Contact 
---------------------------------------------------------- */
.page__contact__main {
  background-color: var(--color-white);
}

.contact__form {
  margin: 2em 0;
}
.contact__form #form__messages {
  margin-bottom: 1.5em;
  font-size: 1em;
  font-weight: 500;
}
.contact__form #form__messages.error {
  color: #e00;
}
.contact__form #form__messages.success {
  color: #0a0;
}
.contact__form .form__field {
  display: block;
  margin-bottom: 0.85em;
}
.contact__form .form__field label {
  display: block;
  margin-bottom: 0.45em;
  font-size: 0.9em;
  color: #10363f;
}
.contact__form fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}
.contact__form input[type=text],
.contact__form input[type=tel],
.contact__form input[type=email],
.contact__form select,
.contact__form textarea {
  padding: 0.75em 1em;
  width: 100%;
  font-family: inherit;
  font-size: 1em;
  font-weight: 300;
  border: 1px solid #eee;
  background-color: #FAFAFD;
}
.contact__form select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.contact__form select option[value="#"] {
  color: var(--color-grey);
}
.contact__form input[type=submit] {
  font-size: 0.76em;
  font-weight: 600;
}

/* Belafspraak 
---------------------------------------------------------- */
.page__belafspraak__main {
  background-color: var(--color-white);
}

.page__blocks__media_hero {
  padding: 0 2em 1em;
}
.page__blocks__media_hero .ui__media__image-image {
  height: 100vh;
  width: 100%;
  -o-object-position: center center;
     object-position: center center;
}
.page__blocks__media_hero .ui__media__video {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.page__blocks__media_hero .ui__media__video-video {
  height: 100%;
  width: 100%;
  -o-object-position: center center;
     object-position: center center;
}

.page__blocks__media_1 .ui__media__image-image {
  height: 620px;
  width: 100%;
  -o-object-position: center center;
     object-position: center center;
}

/*
.page__blocks__media-large{
	position: relative;
	overflow: hidden;
	.ui__media__image-image{
		height: 820px;
		width: 100%;
		object-position: center center;
	}	
}
*/
main {
  padding-bottom: 0em;
}

/* PAGE: Mainpage ------------------------------------*/
/* PAGE: Subpage -------------------------------------*/
/* PAGE: Single page ---------------------------------*/
.page__single__tplb .ui__quote__block {
  padding-top: 1.5em;
  padding-bottom: 2em;
}
@media (min-width: 768px) {
  .page__single__tplb .ui__quote__block {
    padding-left: 3em;
    padding-right: 2em;
  }
}

.page__single__tplb .ui__quote__block label a {
  font-weight: 400;
  font-size: 1.2em;
  color: #00a3e0;
}

.card__review {
  margin: 0.2em;
  padding: 1.5em 1.25em;
  padding-bottom: 2em;
  font-size: 0.82em;
  background-color: #f9f9f9;
  border-radius: 9px;
  -webkit-box-shadow: 0 0 1px rgba(30, 30, 30, 0.15);
          box-shadow: 0 0 1px rgba(30, 30, 30, 0.15);
}
.card__review q {
  font-weight: 300;
}
@media (min-width: 768px) {
  .card__review {
    padding: 2.5em 2.5em;
  }
}

.card__review__media img {
  max-width: 44px;
}

.card__review__body {
  margin: 1.5em 0 1em;
}

:root {
  --header-menu-color-href: var(--color-black);
  --header-menu-dropdown-color-href: var(--color-black);
  --header-menu-dropdown-background-color: #ffffff96;
}

.site__header {
  position: relative;
}

.site__header__brand {
  padding: 1em 0;
}
.site__header__brand img, .site__header__brand svg {
  display: block;
  height: 48px;
}
@media (max-width: 768px) {
  .site__header__brand {
    padding: 1em 0;
  }
}

.site__header__nav {
  position: relative;
  /* Default */
  /* Mobile (only) */
  /* Tablet / Desktop */
  /* Fancy hover: Active */
}
.site__header__nav > ul {
  position: relative;
}
.site__header__nav li {
  color: inherit;
  font-weight: 300;
  font-size: 0.82em;
}
.site__header__nav a {
  color: var(--header-menu-color-href);
  display: inline-block;
}
.site__header__nav .site__header-list {
  position: relative;
  color: var(--header-menu-color-href);
}
.site__header__nav .site__header-list ul {
  margin: 0;
  padding: 0;
}
@media (max-width: 768px) {
  .site__header__nav ul.site__header-list {
    display: none;
  }
  .site__header__nav ul.site__header-list.show {
    display: block;
    padding-bottom: 0.75em;
    line-height: 1.8;
    font-size: 1.05em;
  }
  .site__header__nav ul.site__header-list.show > li {
    display: block;
    padding: 0.5em 0;
    border-bottom: 1px solid #eee;
  }
  .site__header__nav ul.site__header-list.show > li + li {
    line-height: 1.9;
    border-bottom: 1px solid #eee;
  }
  .site__header__nav ul.site__header-list.show > li + li:last-child {
    border: 0;
  }
}
@media (min-width: 768px) {
  .site__header__nav {
    /* Main navigation */
  }
  .site__header__nav ul.site__header-list {
    text-align: right;
    /* Fancy hover: Underline animation */
  }
  .site__header__nav ul.site__header-list > li {
    position: relative;
    display: inline-block;
    /* sub navigation */
  }
  .site__header__nav ul.site__header-list > li + li {
    margin-left: 1.5em;
  }
  .site__header__nav ul.site__header-list > li > a {
    padding: 1.95em 0;
    border: 0;
    /* Fancy hover: Defaults */
  }
  .site__header__nav ul.site__header-list > li > a::before {
    content: "";
    position: absolute;
    bottom: 0px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 0%;
    left: 0;
    height: 3px;
    background: #7e57c2;
    -webkit-transition: width 0.3s ease;
    transition: width 0.3s ease;
  }
  .site__header__nav ul.site__header-list > li ul.children,
  .site__header__nav ul.site__header-list > li ul.sub-menu {
    display: none;
    position: absolute;
    z-index: 10;
    text-align: left;
    min-width: 14.2em;
    padding: 0.5em 0.75em;
    line-height: 1em;
    background-color: var(--header-menu-dropdown-background-color);
    border-radius: 1px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1882352941);
            box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1882352941);
  }
  .site__header__nav ul.site__header-list > li ul.children > li,
  .site__header__nav ul.site__header-list > li ul.sub-menu > li {
    padding: 0;
    display: block;
    font-size: 0.8rem;
    font-weight: 300;
  }
  .site__header__nav ul.site__header-list > li ul.children > li a,
  .site__header__nav ul.site__header-list > li ul.sub-menu > li a {
    padding: 0.7em 0;
    color: var(--header-menu-dropdown-color-href);
  }
  .site__header__nav ul.site__header-list > li ul.children > li a:hover,
  .site__header__nav ul.site__header-list > li ul.sub-menu > li a:hover {
    color: var(--header-menu-dropdown-color-href);
  }
  .site__header__nav ul.site__header-list > li.menu_item_has_children:hover ul, .site__header__nav ul.site__header-list > li.menu-item-has-children:hover ul, .site__header__nav ul.site__header-list > li.page_item_has_children:hover ul {
    display: block;
  }
  .site__header__nav ul.site__header-list > li > a {
    position: relative;
  }
  .site__header__nav ul.site__header-list > li > a:hover::before {
    width: 100%;
  }
}
.site__header__nav .menu_item_has_children > a:after,
.site__header__nav .menu-item-has-children > a:after,
.site__header__nav .page_item_has_children > a:after {
  display: inline-block;
  margin-left: 0.35em;
  content: "";
  background-image: url("../svg/ui/arrow-down-bold.svg");
  background-position: 0 -1px;
  background-size: contain;
  background-repeat: no-repeat;
  width: 12px;
  height: 12px;
  font-size: 1.1em;
}
.site__header__nav .current-menu-item a::before {
  width: 100% !important;
}

/* BACKGROUNDS */
.bg_cloudcomputing {
  position: absolute;
}
.bg_cloudcomputing img {
  height: 500px;
}

/* /scss/smacs/site/header.mobile.scss  */
.bar1, .bar2, .bar3 {
  position: relative;
  top: 0;
  width: 23px;
  height: 3px;
  background-color: #111;
  margin: 4px 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.change .bar1 {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 7px;
}

.change .bar2 {
  opacity: 0;
}

.change .bar3 {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  top: -7px;
}

.g__mobilehamburger {
  position: absolute;
  top: 1em;
  right: 1.5em;
}

.g__mobilehamburger-button {
  display: inline-block;
  font-size: 1px;
  line-height: 1px;
  color: rgba(17, 17, 17, 0.9);
  cursor: pointer;
  font-weight: bold;
}
@media (min-width: 768px) {
  .g__mobilehamburger-button {
    display: none;
  }
}

.site__footer {
  margin-top: 3em;
  border-top: 1px solid #eee;
  background-color: #fafafd;
}

/* Site Footer Primary ------------------------------- */
.site__footer__primary {
  padding: 3em 0 1em;
}

.site__footer__block p {
  font-size: inherit;
  color: inherit;
}
@media (max-width: 768px) {
  .site__footer__block {
    margin-bottom: 2em;
  }
}

.site__footer__block__address {
  font-size: 0.82em;
  color: #99a;
}

.site__footer__brand {
  margin-bottom: 1.25em;
}
.site__footer__brand img, .site__footer__brand svg {
  display: block;
  height: 48px;
}

.site__footer__proposition {
  padding-right: 1.25em;
}
.site__footer__proposition p {
  font-size: 0.86em;
  line-height: 1.5;
}

.bg__footer__vector {
  position: absolute;
  right: 0;
}
.bg__footer__vector img {
  position: relative;
  top: -200px;
  height: 500px;
}

.site__footer__nav li {
  padding: 0.25em 0;
  font-size: 0.81em;
  font-weight: 300;
  color: var(--color-black);
}
.site__footer__nav li a {
  color: var(--color-black);
}

/* Site Footer Secondary ------------------------------- */
.site__footer__secondary {
  padding: 1em 0 2em;
}

.site__footer__legal {
  text-align: left;
  font-size: 0.76em;
  color: #aab;
}
.site__footer__legal a {
  color: var(--color-black);
}

.footer__legal__kvk {
  margin-left: 0.5em;
}

.footer__legal__documents {
  margin-left: 4em;
}
.footer__legal__documents a + a {
  margin-left: 1em;
}

:root {
  --ui-media-block-margin: 0;
  --ui-media-block-padding: 0;
  --brand-color-primary: #00a3e0;
  --brand-color-secondary: #7e57c2;
  --brand-color-grey: #f8f8fb; /*#FAFAFD;*/
  --color-white: #fff;
  --color-black: #111;
  --color-grey: #f8f8fb;
}