@font-face {
  font-family: Argestadisplay Webfont;
  src: url('../fonts/argestadisplay-regular-webfont.woff2') format("woff2"), url('../fonts/argestadisplay-regular-webfont.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Argestahairline Webfont;
  src: url('../fonts/argestahairline-regular-webfont.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Argestatext Webfont;
  src: url('../fonts/argestatext-bold-webfont.woff2') format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Argestadisplay Webfont;
  src: url('../fonts/argestadisplay-regularitalic-webfont.woff2') format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Argestatext Webfont;
  src: url('../fonts/argestatext-regularitalic-webfont.woff2') format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Argestaheadline Webfont;
  src: url('../fonts/argestaheadline-regularitalic-webfont.woff2') format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Argestatext Webfont;
  src: url('../fonts/argestatext-regular-webfont.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Argestahairline  italic Webfont;
  src: url('../fonts/argestahairline-regularitalic-webfont.woff2') format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Argestaheadline Webfont;
  src: url('../fonts/argestaheadline-regular-webfont.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Safiro Webfont;
  src: url('../fonts/safiro-mediumitalic-webfont.woff2') format("woff2");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Safiro Webfont;
  src: url('../fonts/safiro-semibold-webfont.woff2') format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Safiro Webfont;
  src: url('../fonts/safiro-regularitalic-webfont.woff2') format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Safiro Webfont;
  src: url('../fonts/safiro-regular-webfont.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Safiro Webfont;
  src: url('../fonts/safiro-semibolditalic-webfont.woff2') format("woff2");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Safiro Webfont;
  src: url('../fonts/safiro-medium-webfont.woff2') format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Safiro Webfont;
  src: url('../fonts/safiro-bolditalic-webfont.woff2') format("woff2");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

:root {
  --background: #05192e;
  --broken-white: #f0e6da;
  --creme-heading: #d3c6b8;
  --primary-dark: #16468e;
  --white: white;
  --radius-s: 20px;
  --20px: 20px;
  --blue: #2c4375;
  --primary-light: #0278ff;
  --secondary-dark: #383838;
  --accent-light: #e9754e;
  --secondary-medium: #868583;
  --secondary-light: #ecebe6;
  --accent-dark: #5c3621;
  --outer-page-margin: 5vw;
  --button-ga: 20px;
  --100: 100%;
  --gap-20: 0px;
  --button-y: 8px;
  --button-x: 10px;
  --button-gap: var(--20px);
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

body {
  background-color: var(--background);
  color: var(--broken-white);
  font-family: Safiro Webfont, Verdana, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  transition: all .2s;
}

h1 {
  max-width: 20ch;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Argestahairline Webfont, Times New Roman, sans-serif;
  font-size: 72px;
  font-weight: 700;
  line-height: 1.2;
}

h2 {
  color: #d3c6b8;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Argestahairline Webfont, Times New Roman, sans-serif;
  font-size: 45px;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  color: var(--creme-heading);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Argestaheadline Webfont, Times New Roman, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

p {
  margin-bottom: 10px;
}

a {
  cursor: pointer;
  text-decoration: none;
}

.opac-20 {
  opacity: .2;
}

.pl-2-5 {
  padding-left: .625rem;
}

.h-100vh {
  height: 100vh;
}

.text-4xl {
  font-size: 1.875rem;
}

.h-40vh {
  height: 40vh;
}

.pill {
  background-color: var(--primary-dark);
  color: var(--white);
  letter-spacing: 0;
  text-transform: none;
  background-image: url('../images/rectangle-4645.webp');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 18px;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding: 6px 8px 6px 20px;
  font-size: 16px;
  display: flex;
  box-shadow: 1px 1px 6px #0000001a;
}

.pill.md-optional {
  color: #313131;
  background-color: #fafafa;
}

.pill.md-optional.sg {
  background-color: #0076ff;
  padding-left: 2px;
  padding-right: 2px;
}

.pl-5 {
  padding-left: 1.5rem;
}

.grid {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.checkbox {
  opacity: .35;
}

.checkbox.scale-down {
  filter: grayscale();
  margin-top: 0;
  transition: all .2s;
  transform: scale(1);
}

.checkbox.scale-down:hover {
  opacity: 1;
}

.text-succes {
  color: #00a83e;
}

.mb-2-5 {
  margin-bottom: .625rem;
}

.mx-5 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.wh-50 {
  width: 50px;
  height: 50px;
}

.flex-horiz-cc-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.flex-horiz-cc-2.form {
  border-radius: 10px;
  flex-direction: column;
  width: 500px;
}

.sg-width {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.pt-2-5 {
  padding-top: .625rem;
}

.z-0 {
  z-index: 0;
  position: relative;
}

.opac-40 {
  opacity: .4;
}

.text-shadow {
  text-shadow: 1px 1px 10px #00000080;
}

.mx-2-5 {
  margin-left: .625rem;
  margin-right: .625rem;
}

._w-10vw {
  width: 10vw;
}

.col {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  perspective: 1000px;
  flex-direction: column;
  width: 100%;
  min-height: 10px;
  display: flex;
}

.col._w-50pct {
  width: 50%;
}

.col._w-30pct {
  width: 30%;
}

.col._w-75pct {
  width: 75%;
}

.col.footercol {
  border-top-left-radius: var(--radius-s);
  border-top-right-radius: var(--20px);
  background-color: var(--background);
  flex-flow: row;
  justify-content: space-between;
}

.col.flex-horiz-dist-ce {
  flex-flow: row;
  margin-bottom: 0;
}

.col.card.flex-verti-ss.blue {
  background-color: var(--primary-light);
}

.h-50vh {
  height: 50vh;
}

.text-warning {
  color: #ffd84a;
}

.bg-succes {
  background-color: #00a83e;
}

._w-10 {
  width: 10px;
}

._w-25vw {
  width: 25vw;
}

._w-80vw {
  width: 80vw;
}

.bg-dark {
  background-color: var(--secondary-dark);
}

.space-10 {
  min-width: 2.5rem;
  min-height: 2.5rem;
}

.columns-8 {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.flex-horiz-c-start {
  align-items: center;
  display: flex;
}

.p-10 {
  padding: 2.5rem;
}

.pb-10 {
  padding-bottom: 2.5rem;
}

.bgs-base {
  background-color: var(--accent-light);
}

.drop-shadow-md {
  box-shadow: 0 0 15px #0003;
}

.bg-grad-misc {
  background-image: linear-gradient(326deg, var(--primary-light), #1d4ed830);
}

._w-20 {
  width: 20px;
}

.p2-5 {
  padding: .625rem;
}

.btn-menu {
  opacity: .83;
  color: #f0e6da;
  text-shadow: 0 1px 1px #00000059;
  background-color: #3898ec00;
  border-radius: 5px;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
  transition: all .225s;
}

.btn-menu:hover {
  background-color: var(--background);
  opacity: 100;
}

.btn-menu.w--current {
  opacity: 100;
  color: var(--white);
  background-image: url('../images/rectangle-4645.webp');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 25px;
  padding-right: 10px;
}

.btn-menu.dropdown {
  display: none;
}

.mr-5 {
  margin-right: 1.5rem;
}

.mx-10 {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

.blur {
  filter: blur(8px);
}

.caption {
  text-transform: uppercase;
  font-size: 12px;
}

.caption.margined {
  margin-top: 20px;
  margin-left: 10px;
  font-size: 8px;
}

.mt-2-5 {
  margin-top: .625rem;
}

.text-no-wrap {
  white-space: nowrap;
}

.pb-5 {
  padding-bottom: 1.5rem;
}

.border-white {
  border: 1px solid #fff;
}

.h-10vh {
  height: 10vh;
}

.styleguide-row {
  background-color: #f2f2f2;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: 100%;
  padding: 20px;
  display: flex;
}

.styleguide-row.bg-lighter {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.text-l {
  font-size: 1rem;
}

.bg-warning {
  background-color: #ca6f15;
}

.text-menu {
  color: #797979;
  text-decoration: none;
}

.text-menu:hover {
  color: #000;
}

.social-links {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

.sg-text-container {
  background-color: #f2f2f2;
  border-radius: 4px;
  flex-direction: column;
  min-width: 100px;
  margin-right: 20px;
  padding: 0;
  display: flex;
  overflow: hidden;
  box-shadow: 1px 1px 20px #00000026;
}

.text-dark {
  color: var(--secondary-dark);
}

.text-6xl {
  font-size: 3rem;
}

.opac-80 {
  opacity: .8;
}

.py-2-5 {
  padding-top: .625rem;
  padding-bottom: .625rem;
}

.text-3xl {
  max-width: 500px;
  font-size: 1.5rem;
}

.py-10vh {
  padding-top: 10vh;
  padding-bottom: 10vh;
}

._w-60vw {
  width: 60vw;
}

.my-2-5 {
  margin-top: .625rem;
  margin-bottom: .625rem;
}

.form-label {
  text-transform: none;
  font-weight: 500;
}

.container-grid {
  grid-template-columns: 1fr;
  grid-template-areas: "Area"
                       "Area-2";
}

.styleguide-type-row {
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  margin-bottom: 35px;
  padding: 25px 0 15px;
  display: flex;
}

.flex-verti-st-cent {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.py-5 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.wh-15 {
  width: 15px;
  height: 15px;
}

.styleguide-block-parent {
  background-color: #fff;
  border-radius: 5px;
  width: 20%;
  margin-right: 20px;
  overflow: hidden;
  box-shadow: 1px 1px 8px #0000001f;
}

.styleguide-block-parent.md-placeholder {
  background-image: linear-gradient(#0000 65%, #fff 66%), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  background-attachment: scroll, fixed;
}

.text-link {
  color: #1c4ed8;
  margin-bottom: 35px;
  text-decoration: none;
}

.text-link:hover {
  text-shadow: 1px 1px 6px #1c4ed878;
}

.text-link.w--current {
  color: #4d18ff;
}

.space-20vh {
  height: 20vh;
}

.wh-100-cover {
  min-width: 100%;
  min-height: 100%;
}

.wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.wrapper.flex-horiz-c-start.gap-10.menu {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-radius: 8px;
  padding: 10px 20px;
}

.blur-sm {
  filter: blur(4px);
}

.text-shadow-darker {
  text-shadow: 1px 1px 10px #000;
}

.pr-0-25 {
  padding-right: .625rem;
}

.flex-verti-cent-s {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.mr-10 {
  margin-right: 2.5rem;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.text-shadow-dark {
  text-shadow: 1px 1px 10px #000000bf;
}

.text-tagline {
  letter-spacing: 2px;
  text-transform: uppercase;
}

.bgp-darker {
  background-color: var(--background);
}

.styleguide-logo {
  margin-top: 20px;
  margin-bottom: 20px;
}

.styleguide-block-label {
  min-width: 100px;
  margin-right: 20px;
}

.backdrop-br-50 {
  -webkit-backdrop-filter: brightness(50%);
  backdrop-filter: brightness(50%);
}

.sgtext-container {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 10px 32px 10px 20px;
  display: flex;
}

.h-75vh {
  height: 75vh;
}

.wh-10 {
  width: 10px;
  height: 10px;
}

.bgp-light {
  background-color: var(--broken-white);
}

.flex-horiz-cc {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.pr-5 {
  padding-right: 1.5rem;
}

.m-5 {
  margin: 1.5rem;
}

.px-10vh {
  padding-left: 10vh;
  padding-right: 10vh;
}

.bg-black {
  background-color: #000;
}

.bgp-dark {
  background-color: var(--primary-dark);
}

.dark-block {
  background-color: #f2f2f2;
  width: 100%;
  padding: 20px;
}

.content-grid {
  grid-template-columns: 1fr;
}

.h-20 {
  height: 20px;
}

.columns-3 {
  grid-template-columns: 1fr 1fr 1fr;
}

.backdrop-blur-sm {
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}

.my-5 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.h-40 {
  height: 40px;
}

.ml-2-5 {
  margin-left: .625rem;
}

.divider {
  background-color: #0000000f;
  min-width: 100%;
  height: 1px;
}

.h-10 {
  height: 10px;
}

.invert {
  filter: invert();
}

.form-field {
  color: #000;
  background-color: #fff0;
  border: 2px solid #0003;
  border-radius: 5px;
  min-width: 10vw;
  height: 50px;
  margin-bottom: 0;
  font-size: 14px;
  transition: all .2s;
}

.form-field:hover {
  border-color: #9c9c9c;
}

.form-field:focus {
  color: #fff;
  border-color: #00000091;
}

.form-field:focus-visible, .form-field[data-wf-focus-visible] {
  color: #fff;
}

.form-field::placeholder {
  color: #00000096;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 10px;
  line-height: 10px;
}

.form-field.white {
  color: #fff;
  border-color: #fff3;
}

.form-field.white:hover {
  border-color: #ffffff80;
}

.form-field.white:focus {
  border-color: #fff;
}

.form-field.white::placeholder {
  color: #fff;
}

.opac-60 {
  opacity: .6;
}

.text-highlight {
  background-color: #fff;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  padding: 35px 20px;
  display: flex;
}

.text-highlight.md-spacing {
  min-height: 110px;
}

.mr-2-5 {
  margin-right: .625rem;
}

.drop-shadow-lg {
  box-shadow: 1px 1px 5px #0000000d, 0 0 20px #00000040;
}

.flex-verti-end-st {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

._w-75vw {
  width: 75vw;
}

.text-2xs {
  font-size: .5rem;
}

.text-xl {
  font-size: 1.125rem;
}

.text-ch-max50 {
  max-width: 50ch;
}

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

.backdrop-blur {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}

._w-5vw {
  width: 5vw;
}

.flex-horiz-dist-ce {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.heading-description {
  color: gray;
  padding-top: 10px;
  padding-bottom: 0;
  font-size: 12px;
}

.light-block {
  background-color: #f8f8f8;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: 100%;
  padding: 20px;
}

.styleguide-sidepanel {
  background-color: #f8f8f8;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  flex-direction: column;
  align-items: stretch;
  width: 15%;
  height: 100vh;
  margin-right: 20px;
  padding: 10px 0 10px 10px;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  box-shadow: 1px 1px 20px #00000024;
}

.tect-ch-max10 {
  max-width: 10ch;
}

.flex-verti-end-cent {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.ml-10 {
  margin-left: 2.5rem;
}

.mb-5 {
  margin-bottom: 1.5rem;
}

.text-9xl {
  font-size: 6rem;
}

.form.gap-10-vertical {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.pt-10 {
  padding-top: 2.5rem;
}

.flex-verti-cc {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.drop-shadow {
  box-shadow: 0 0 10px #00000026;
}

.columns-6 {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.bg-base {
  background-color: var(--secondary-medium);
}

._w-100 {
  width: 100px;
}

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

.drop-shadow-2xl {
  box-shadow: 1px 1px 15px #0000001a, 1px 1px 30px #00000059;
}

.text-m {
  font-size: .875rem;
}

.pl-10 {
  padding-left: 2.5rem;
}

.pill-icon {
  object-fit: contain;
  max-width: 20px;
  max-height: 20px;
}

.blur-xl {
  filter: blur(200px);
}

.btn {
  color: #fff;
  background-color: #151f24;
  border-radius: 37px;
  min-width: 110px;
  min-height: 62px;
  padding: 12px 20px;
  font-weight: 500;
  transition: all .3s;
  box-shadow: 1px 1px 10px #0000001a;
}

.btn:hover {
  transform: scale(1.02)translate(0, -3px);
}

.btn.dark {
  background-color: #000;
  border-color: #000;
  font-weight: 500;
}

.btn.dark.text {
  color: #000;
  background-color: #0000;
  border-color: #0000;
}

.btn.dark.outline {
  color: #000c;
  background-color: #0000;
}

.btn.dark.outline:hover {
  color: #fff;
  background-color: #000;
}

.btn.white {
  color: #303030;
  background-color: #fff;
  border-color: #e6e6e6;
  font-weight: 500;
}

.btn.white.w--current {
  justify-content: center;
  align-items: center;
  display: flex;
}

.btn.white.outline {
  color: #fff;
  background-color: #fff0;
}

.btn.white.text {
  color: #fff;
}

.btn.white.text:hover {
  color: #60a5fa;
}

.btn.text {
  box-shadow: none;
  color: #4dace1;
  letter-spacing: 1px;
  background-color: #1c4ed800;
  border-color: #fff0;
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
}

.btn.text:hover {
  color: #1d4ed8;
  border-color: #5858581c;
}

.btn.outline {
  color: #00f;
  background-color: #1d4ed800;
  border-color: #0000ffa3;
}

.btn.outline:hover {
  color: #fff;
  background-color: #00f;
}

.mt-10 {
  margin-top: 2.5rem;
}

.p-10vh {
  padding: 10vh;
}

.text-description {
  color: gray;
  white-space: nowrap;
  object-fit: fill;
  font-size: 12px;
}

.text-primary {
  color: var(--primary-light);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
}

.text-s {
  margin-bottom: 0;
  font-size: .75rem;
}

.h-80vh {
  height: 80vh;
}

.space-2-5 {
  min-width: .625rem;
  min-height: .625rem;
}

.hide-computer {
  display: none;
}

.drop-shadow-sm {
  box-shadow: 0 0 5px #0000001a;
}

.px-5 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.gap-10 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.text-base {
  color: var(--secondary-medium);
}

.backdrop-blur-md {
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}

.card {
  border: 1px solid var(--primary-dark);
  border-radius: 20px;
  min-height: 100%;
  padding: 40px;
  overflow: hidden;
}

.card.horiz {
  display: flex;
}

.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.pos-static {
  position: static;
}

.text-light {
  color: var(--secondary-light);
}

.btn-special-text {
  font-size: 20px;
  font-weight: 400;
  text-decoration: none;
}

.columns-4 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-areas: "Area Area Area Area"
                       "Area-2 Area-3 Area-4 Area-5";
  place-content: center;
  place-items: stretch stretch;
}

.flex-horiz-c-start-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  display: flex;
}

.flex-horiz-c-start-2.no-gap {
  margin-top: 5px;
  padding-left: 13px;
}

._w-40 {
  width: 40px;
}

.text-darker {
  color: #101827;
}

.section-grid {
  grid-template-columns: .25fr minmax(80vw, 95vw) .25fr;
  grid-template-areas: ". Area"
                       ". Area-2";
}

.flex-horiz-dist-even {
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.container {
  grid-column-gap: 20px;
  grid-template: "."
                 "Area"
                 / 1fr;
  grid-auto-columns: 1fr;
  width: 80vw;
  max-width: 1100px;
  min-height: 5px;
  display: flex;
}

.container.larger {
  width: 100vw;
  max-width: none;
}

.container.larger.pl-10vw {
  padding-left: 10vw;
}

.container.large {
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  width: 90vw;
  max-width: none;
  display: grid;
}

.container.large.flex {
  display: flex;
}

.pb-2-5 {
  padding-bottom: .625rem;
}

.h-20vh {
  border-top-left-radius: var(--radius-s);
  border-top-right-radius: var(--radius-s);
  background-color: var(--background);
  height: 20vh;
}

.color-row {
  justify-content: flex-start;
  width: 100%;
  margin-bottom: 0;
  padding: 25px 0 15px;
  display: flex;
}

.m-10 {
  margin: 2.5rem;
}

.px-2-5 {
  padding-left: .625rem;
  padding-right: .625rem;
}

._w-40vw {
  width: 40vw;
}

.btn-special-icon-container {
  background-color: #fff;
  border: 1px solid #0000ff12;
  border-radius: 7px;
  justify-content: center;
  align-items: center;
  min-width: 33px;
  height: auto;
  min-height: 33px;
  padding: 4px;
  display: flex;
  box-shadow: 0 2px 13px #0000000f;
}

.border-primary {
  border: 1px solid var(--primary-light);
}

.bg-light {
  background-color: var(--secondary-light);
}

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

.bg-grad {
  background-image: linear-gradient(0deg, var(--primary-dark), #0000);
}

.bg-grad.position-absolute {
  border-radius: var(--radius-s);
  background-image: linear-gradient(315deg, var(--primary-dark) 5%, #0000 61%);
  position: absolute;
  inset: 0%;
}

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

.text-error {
  color: #ff2f32;
}

.h-25vh {
  height: 25vh;
}

.text-8xl {
  font-size: 4.5rem;
}

.pos-relat {
  position: relative;
}

.backdrop-blur-lg {
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
}

.pr-10 {
  padding-right: 2.5rem;
}

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

.text-pill {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #00f;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #f0f0ff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 5px 10px;
  font-size: 16px;
  display: flex;
}

._w-50vw {
  width: 50vw;
}

.text-lighter {
  color: var(--broken-white);
}

._w-50 {
  width: 50px;
}

.flex-horiz-c-end {
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.bg-grad-dark {
  background-image: linear-gradient(to bottom, #0000001a, #0000001a), linear-gradient(328deg, var(--background), #13131300 84%);
}

.border-black {
  border: 1px solid #000;
}

.icon-link {
  opacity: .7;
  padding: 7px;
  transition: all .2s;
}

.icon-link:hover {
  opacity: 1;
  transform: scale(1.05);
}

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

.error-message {
  color: red;
  background-color: #fff;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  width: 500px;
  margin-top: 45px;
  position: absolute;
}

.space-10vh {
  min-height: 10vh;
}

.sepia {
  filter: sepia();
}

.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.text-2xl {
  font-size: 1.25rem;
}

.columns-1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block {
  height: 60vh;
}

.space-5 {
  min-width: 1.5rem;
  min-height: 1.5rem;
}

.text-7xl {
  font-size: 3.75rem;
}

.text-shadow-light {
  text-shadow: 1px 1px 10px #00000040;
}

.text-ch-max25 {
  max-width: 25ch;
}

.color-block {
  z-index: -1;
  border-radius: 4px;
  width: 100%;
  height: 85px;
  padding: 10px;
  display: flex;
  position: relative;
}

.columns-12 {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.text-secondary {
  color: var(--primary-dark);
}

.wh-100 {
  width: 100px;
  height: 100px;
}

.border-base {
  border: 1px solid var(--secondary-medium);
}

.flexbox-2 {
  display: flex;
}

.stretch100x100 {
  object-fit: cover;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  inset: 0%;
}

.btn-speciality {
  grid-column-gap: 10px;
  background-image: linear-gradient(#ffffffa6, #ffffffa6), linear-gradient(to right, #fbfb9c66, #0000ff2b);
  border: 1px solid #eff4ff;
  border-radius: 10px;
  align-items: center;
  padding: 10px 15px 10px 20px;
  text-decoration: none;
  display: flex;
  box-shadow: -7px 4px 20px -6px #0003;
}

.section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 100vw;
  min-height: 30px;
  display: flex;
  position: relative;
}

.ml-5 {
  margin-left: 1.5rem;
}

.columns-2 {
  grid-template-rows: auto;
  grid-template-areas: "Area Area-2";
}

.z-10 {
  z-index: 10;
  position: relative;
}

.pt-5 {
  padding-top: 1.5rem;
}

.bg-error {
  background-color: #a80909;
}

.m-2-5 {
  margin: .625rem;
}

.h-5vh {
  height: 5vh;
}

.bg-white {
  background-color: #fff;
}

.text-xs {
  font-size: .65rem;
}

._w-100vw {
  width: 100vw;
}

.form-succes {
  color: #000;
  background-color: #fff;
  border-radius: 10px;
  width: 500px;
}

.p-5 {
  padding: 1.5rem;
}

._w-20vw {
  width: 20vw;
}

.text-5xl {
  font-size: 2.25rem;
}

.light-block-flat {
  background-color: #f8f8f8;
  width: 100%;
  padding: 20px;
}

.light-block-flat.rounded-bottom {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  margin-bottom: 45px;
}

.flex-verti-ss {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.light-section {
  float: right;
  width: 85%;
  position: relative;
  overflow: auto;
}

.columns-10 {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.flex-verti-st-end {
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.mt-5 {
  margin-top: 1.5rem;
}

.columns-5 {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.drop-shadow-xl {
  box-shadow: 1px 1px 15px #00000014, 0 0 25px #0000004d;
}

.bgs-dark {
  background-color: var(--accent-dark);
}

.z-20 {
  z-index: 20;
  position: relative;
}

.utility-sec.section.h-100vh {
  overflow: hidden;
}

.logo {
  width: 200px;
  height: 50px;
}

.styling {
  z-index: -1;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.styling.dual-grad.is-c {
  display: flex;
}

.nav-sec.section {
  z-index: 100;
  position: fixed;
  inset: 0% 0% auto;
}

.divider-vertical {
  width: 1px;
  height: 100%;
}

.divider-vertical.bg-grad-radial.opac-40 {
  margin-left: 10px;
}

.bg-grad-radial {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--broken-white), #fff0);
}

.hero-image {
  left: var(--outer-page-margin);
  top: var(--outer-page-margin);
  border-radius: var(--radius-s);
  width: 90vw;
  max-width: none;
  max-height: 100%;
  position: absolute;
  bottom: 0%;
}

.hero-image.l {
  aspect-ratio: auto;
  object-fit: cover;
  min-width: 90vw;
  height: 100%;
  min-height: 100%;
}

.logo-carousel-home {
  border-top-left-radius: var(--radius-s);
  border-top-right-radius: var(--radius-s);
  background-color: var(--background);
  justify-content: flex-start;
  align-items: center;
  width: 70%;
  display: flex;
}

.logo-carousel-home.p-10 {
  padding-left: 4rem;
}

.logo-carousel {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.logo-carousel-fader {
  z-index: 2;
  background-image: linear-gradient(81deg, var(--background) 6%, #76818c00 45%, var(--background));
  position: absolute;
  inset: 0%;
}

.logo-strip {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: flex-start;
  align-items: center;
  width: 200%;
  display: flex;
}

.logo-strip-img {
  object-fit: contain;
  width: 80px;
  height: 40px;
}

.trusted-by {
  white-space: nowrap;
}

.blotch-gray-dash {
  z-index: 3;
  background-color: var(--white);
  filter: blur(50px);
  transform-style: preserve-3d;
  border-radius: 100%;
  width: 50px;
  height: 250px;
  margin-left: 20px;
  position: absolute;
  left: 98px;
  transform: rotateX(0)rotateY(-18deg)rotateZ(-34deg);
}

.page-wrapper {
  max-width: 100vw;
  overflow: hidden;
}

.button {
  grid-column-gap: var(--button-ga);
  grid-row-gap: var(--button-ga);
  border: 1px solid var(--primary-dark);
  border-radius: 50px;
  justify-content: flex-start;
  align-items: center;
  padding: 20px 30px 20px 40px;
  text-decoration: none;
  transition: all .25s;
  display: flex;
}

.button:hover {
  border-color: var(--primary-light);
  background-color: var(--primary-dark);
}

.button.is_smaller {
  padding: 10px 20px;
}

.button.is_smaller.absolute {
  position: absolute;
  inset: auto 20px 20px auto;
}

.blue-arrow-container {
  border-radius: var(--100);
  background-color: var(--primary-light);
  box-shadow: 0 0 10px 0 var(--primary-light);
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  display: flex;
}

.blue-arrow-container.is_smaller {
  width: 20px;
  height: 20px;
}

.button-text {
  color: var(--broken-white);
  font-size: 24px;
  text-decoration: none;
}

.button-text.is_smaller {
  font-size: 18px;
}

.image-sq {
  aspect-ratio: 2 / 3;
  border-radius: var(--radius-s);
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.image-sq.filter-gray {
  filter: grayscale();
}

.blue-box {
  left: var(--outer-page-margin);
  border-top-left-radius: var(--radius-s);
  border-bottom-left-radius: var(--radius-s);
  background-color: var(--primary-light);
  width: 100%;
  height: 250px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  right: 0%;
}

.dienst-card {
  background-color: var(--broken-white);
  border-radius: 5px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  min-width: 250px;
  height: 400px;
  padding: 40px;
  transition: all .2s;
  display: flex;
}

.dienst-card:hover {
  transform: translate(0, -5px);
}

.dienst-heading {
  color: var(--primary-dark);
  font-size: 32px;
}

.dienst-subtitel {
  color: var(--primary-dark);
}

.footer-heading {
  font-size: 60px;
}

.footer-heading.text-center {
  font-size: 50px;
}

.moving-grad {
  background-image: linear-gradient(180deg, var(--background), #0278ffa3), radial-gradient(circle farthest-corner at 50% 50%, #05192ead, var(--background)), url('../images/giphy-4.gif');
  filter: blur(5px);
  background-position: 0 0, 0 0, 0 0;
  background-size: auto, auto, cover;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.moving-grad._2nd {
  z-index: -1;
  opacity: 1;
  background-image: url('../images/giphy-4.gif');
  background-position: 0 0;
  background-size: cover;
}

.dual-grad {
  background-image: linear-gradient(90deg, var(--accent-light), var(--primary-light) 85%);
  filter: blur(100px);
  width: 500px;
  height: 100px;
}

.testimonial-bg {
  background-image: linear-gradient(180deg, #05192e00 9%, #e9754e42 40%, #05192e00 71%), linear-gradient(180deg, var(--background), #04458e4d 44%, var(--primary-light));
  position: absolute;
  inset: 0%;
}

.testimonial-dark-card {
  left: var(--outer-page-margin);
  top: 0%;
  right: var(--outer-page-margin);
  border-bottom-left-radius: var(--radius-s);
  border-bottom-right-radius: var(--radius-s);
  background-color: var(--background);
  height: 70%;
  position: absolute;
  bottom: auto;
}

.testimonial-dark-card.is-bottom {
  left: var(--outer-page-margin);
  top: auto;
  right: var(--outer-page-margin);
  border-radius: var(--radius-s) var(--radius-s) 0px 0px;
  height: 25%;
  bottom: 0%;
}

.cta-heading {
  max-width: 25ch;
}

.faq-accordion-item {
  border: 1px solid var(--primary-dark);
  background-color: #16468e00;
  border-radius: 20px;
  width: 100%;
  margin-top: 20px;
  transition: all .275s;
  box-shadow: 0 10px 15px -10px #1f20221a;
}

.faq-accordion-item:hover {
  border-color: var(--primary-light);
  background-color: #16468e7d;
}

.lynx-accordion-header {
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  padding: 20px 15px 20px 30px;
  transition: padding .3s;
  display: flex;
}

.lynx-accordion-header:hover {
  padding-left: 35px;
}

.faq-heading {
  color: var(--broken-white);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 132%;
}

.lynx-icon-arrow {
  background-image: url('../images/vector.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 50%;
  flex: none;
  width: 40px;
  height: 40px;
  margin-right: 20px;
}

.lynx-accordion-content {
  padding-left: 30px;
  padding-right: 30px;
  overflow: hidden;
}

.lynx-paragraph-accordion {
  margin-bottom: 30px;
  line-height: 165%;
}

.faq-sec.section {
  height: auto;
  min-height: 800px;
}

.footer-bot-link-seperator {
  border-style: solid none none;
  border-width: 1px;
  border-color: var(--primary-dark) black black;
  flex-flow: row;
  justify-content: center;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.footer-bot-link-seperator.mx-10 {
  border-top-color: #6b86ad26;
}

.credits {
  color: #85a2cec4;
  background-color: #3898ec00;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 12px;
}

.diensten-sec.section {
  transition: all .2s;
}

.diensten-card.card {
  color: var(--broken-white);
  background-color: #16468e00;
}

.diensten-card.card:hover {
  border-color: var(--primary-light);
  background-color: #16468e1c;
}

.collection-item {
  flex: 0 auto;
  align-self: stretch;
  min-width: 50%;
  padding: 10px;
}

.hero-2-bg {
  position: absolute;
  inset: 0%;
}

.hero-2-bg.dual-grad.is_mid {
  top: 50%;
  left: 40vw;
}

.content-hero-image {
  border-radius: var(--radius-s);
  object-fit: cover;
  width: 100%;
  height: 400px;
}

.decoration-dual-cta {
  margin-right: var(--outer-page-margin);
  margin-left: var(--outer-page-margin);
  border-bottom-left-radius: var(--radius-s);
  border-bottom-right-radius: var(--radius-s);
  background-color: var(--background);
  height: 10vh;
  position: absolute;
  inset: 0% 0% auto;
}

.decoration-dual-cta.bottom {
  border-radius: var(--radius-s) var(--radius-s) 0px 0px;
  inset: auto 0% 0%;
}

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

.testimolian-wrapper {
  grid-column-gap: var(--20px);
  grid-row-gap: var(--20px);
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.testimonial-pic {
  aspect-ratio: 1;
  border: 2px solid var(--primary-light);
  border-radius: 100px;
  width: 60px;
  min-width: 60px;
  max-width: 60px;
  height: 60px;
  min-height: 60px;
  max-height: 60px;
}

.name-link {
  color: var(--primary-light);
  text-decoration: underline;
}

.testimolial-text {
  font-size: 26px;
}

.arrow {
  width: 15px;
  height: 20px;
}

.testimolian-wrapper-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.name-link-2 {
  color: #0278ff;
  text-decoration: underline;
}

.slider-mask {
  background-color: var(--background);
}

.slier-arrow {
  color: var(--primary-light);
  height: 100px;
  inset: auto 0% -23% auto;
}

.slier-arrow.is_left {
  top: auto;
  left: 0%;
  right: auto;
}

.slider-nav {
  opacity: .67;
  bottom: -16%;
  transform: scale(.6);
}

.unordered-list {
  padding-left: 20px;
}

.heading {
  color: #f0e6da;
}

.heading-2 {
  color: var(--creme-heading);
}

.service-rich-text p {
  margin-bottom: 0;
  font-size: 24px;
}

.collection-list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hero-heading {
  max-width: none;
  font-size: 58px;
}

.contact-image {
  object-fit: cover;
  width: 250px;
  height: 100%;
}

.contact-image-bg {
  z-index: -1;
  border-radius: 20px;
  position: absolute;
  inset: 0% 0% 0% auto;
  overflow: hidden;
}

.contact-image-cover {
  background-image: linear-gradient(90deg, var(--background) 8%, #1b31563b 60%, #2c437587);
  position: absolute;
  inset: 0%;
}

@media screen and (max-width: 991px) {
  .hide-ipad-down {
    display: none;
  }

  .flex-horiz-cc-2 {
    flex-direction: row;
    align-items: flex-start;
  }

  .btn-menu.dropdown {
    display: none;
  }

  .h-10vh {
    height: 100px;
  }

  .ipad-horiz {
    flex-flow: row;
    display: flex;
  }

  .text-link {
    margin-right: 50px;
  }

  .styleguide-logo {
    margin-bottom: 0;
    margin-right: 10px;
  }

  .flex-horiz-cc {
    flex-direction: row;
    align-items: flex-start;
  }

  .text-highlight {
    padding: 20px;
  }

  .text-ch-max50 {
    font-size: 16px;
  }

  .ipad-left {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .styleguide-sidepanel {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    height: auto;
    padding: 25px 10px;
    position: relative;
  }

  .hide-computer {
    display: block;
  }

  .section-grid {
    grid-template-columns: .25fr minmax(80vw, 95vw) .25fr;
  }

  .container {
    flex-direction: column;
    width: 95vw;
  }

  .h-20vh {
    height: 200px;
  }

  .flex-horiz-c-end {
    flex-wrap: wrap;
    place-content: center;
  }

  .responsive {
    position: absolute;
  }

  .light-section {
    float: none;
    clear: left;
    width: 100%;
    padding-top: 25px;
    padding-bottom: 25px;
    overflow: visible;
  }

  .faq-heading {
    font-size: 19px;
  }

  .mobile-spacer {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  body {
    background-color: #2c4375;
  }

  h1 {
    font-size: 40px;
  }

  h2 {
    color: var(--broken-white);
    font-size: 32px;
  }

  .pl-2-5 {
    padding-left: .425rem;
  }

  .pl-5 {
    padding-left: 1rem;
  }

  .flex-horiz-cc-2.form {
    width: auto;
  }

  .pt-2-5 {
    padding-top: .425rem;
  }

  .col.footercol.p-10 {
    background-color: var(--blue);
  }

  .col.flex-horiz-dist-ce.mob-cc.mob-vert {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .p-10 {
    padding: 1.5rem;
  }

  .pb-10 {
    padding-bottom: 1.5rem;
  }

  .p2-5 {
    padding: .425rem;
  }

  .btn-menu {
    padding-left: 0;
  }

  .btn-menu.dropdown {
    padding-left: 20px;
    padding-right: 49px;
    display: block;
  }

  .pb-5 {
    padding-bottom: 1rem;
  }

  .py-2-5 {
    padding-top: .425rem;
    padding-bottom: .425rem;
  }

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

  .wrapper {
    flex-flow: column;
  }

  .wrapper.flex-horiz-c-start.gap-10.menu {
    grid-column-gap: 19px;
    grid-row-gap: 19px;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    min-width: 100%;
  }

  .wrapper.flex-horiz-c-start.gap-10.hero {
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 40px;
  }

  .pr-0-25 {
    padding-right: .425rem;
  }

  .pr-5 {
    padding-right: 1rem;
  }

  .hide-ls-down {
    display: none;
  }

  .form-field {
    margin-bottom: -2px;
  }

  .text-highlight {
    padding: 9px;
  }

  .text-ch-max50 {
    font-size: 14px;
  }

  .styleguide-sidepanel {
    padding-bottom: 0;
    padding-right: 35px;
    overflow: auto;
  }

  .pt-10 {
    padding-top: 1.5rem;
  }

  .pl-10 {
    padding-left: 1.5rem;
  }

  .text-primary {
    color: var(--broken-white);
  }

  .px-5 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .flex-horiz-c-start-2 {
    justify-content: center;
  }

  .flex-horiz-c-start-2.no-gap {
    padding-left: 0;
  }

  .section-grid {
    grid-column-gap: 1px;
    grid-template-columns: 2vw minmax(96vw, 96vw) 2vw;
  }

  .container.my-10.mob-smaller {
    width: 80vw;
  }

  .pb-2-5 {
    padding-bottom: .425rem;
  }

  .px-2-5 {
    padding-left: .425rem;
    padding-right: .425rem;
  }

  .pr-10 {
    padding-right: 1.5rem;
  }

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

  .columns-2 {
    grid-template-rows: auto auto;
    grid-template-areas: "Area Area"
                         "Area-2 Area-2";
  }

  .pt-5 {
    padding-top: 1rem;
  }

  .p-5 {
    padding: 1rem;
  }

  .hero-image {
    height: 100%;
  }

  .logo-carousel-home.p-10 {
    background-color: var(--blue);
    width: 100%;
    padding-left: 40px;
  }

  .logo-carousel-fader {
    background-image: linear-gradient(81deg, #2c4375 6%, #76818c00 45%, #2c4375);
  }

  .blotch-gray-dash.opac-40 {
    background-color: var(--accent-light);
  }

  .button, .button.is_smaller {
    border-color: var(--primary-light);
  }

  .button.is_smaller.hide-computer {
    border-color: var(--primary-light);
    flex-flow: row;
    display: flex;
  }

  .moving-grad {
    background-image: linear-gradient(180deg, var(--blue), #7857665e 40%, #98605f5c 57%, var(--accent-light)), radial-gradient(circle farthest-corner at 50% 50%, #05192ead, var(--background)), url('../images/giphy-4.gif');
    background-position: 0 0, 0 0, 0 0;
    background-size: auto, auto, cover;
  }

  .testimonial-dark-card {
    background-color: var(--blue);
    background-image: linear-gradient(180deg, var(--blue), var(--primary-dark));
    transform: scale(1.05);
  }

  .testimonial-dark-card.is-bottom {
    background-image: linear-gradient(0deg, var(--blue), var(--primary-dark));
  }

  .cta-heading.mob-cc {
    text-align: center;
  }

  .diensten-card.card {
    border-color: var(--primary-light);
    min-width: 100%;
    display: inline-block;
  }

  .collection-item {
    flex: 0 auto;
    min-width: 100%;
  }

  .dropdown-list {
    margin-top: 72px;
    margin-left: 60px;
    padding: 3px;
    position: fixed;
    inset: 0% -2% auto 0%;
  }

  .dropdown-list.w--open {
    background-color: var(--broken-white);
    border-radius: 16px;
    padding: 14px;
    left: -43px;
  }

  .dropdown-link {
    color: var(--primary-dark);
    padding-top: 15px;
    padding-bottom: 20px;
    font-size: 21px;
  }

  .dropdown-link.w--current {
    background-image: url('../images/rectangle-4645.webp');
    background-position: 0 40%;
    background-repeat: no-repeat;
    background-size: auto;
  }

  .testimolian-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .testimolial-text {
    max-width: 100%;
    font-size: 22px;
  }

  .testimonial-slider {
    background-color: #ddd0;
    width: 100%;
    min-height: 600px;
  }

  .testimolian-wrapper-2 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .slider-mask {
    background-color: #2c437500;
  }

  .service-rich-text p {
    font-size: 21px;
  }

  .mobile-spacer {
    width: 40px;
    height: 40px;
    display: block;
  }

  .contact-image-cover {
    opacity: .5;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 32px;
  }

  .col.footercol.p-10 {
    flex-flow: column;
    padding-bottom: 5.1rem;
  }

  .col.flex-horiz-dist-ce {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .col.flex-horiz-dist-ce.mob-cc {
    justify-content: space-between;
    align-items: center;
  }

  .h-10vh {
    height: 80px;
  }

  .sg-text-container {
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .styleguide-type-row {
    flex-direction: column;
  }

  .styleguide-block-parent {
    width: 30%;
    margin-right: 3%;
  }

  .wrapper.flex-horiz-c-start.gap-10.hero {
    padding-left: 0;
  }

  .sgtext-container {
    width: 68%;
  }

  .text-highlight {
    width: 32%;
    padding: 20px 10px;
  }

  .blur-xl {
    position: relative;
  }

  .container {
    flex-direction: column;
    width: 100vw;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container.my-10.mob-invert {
    flex-flow: column-reverse wrap;
  }

  .container.my-10.mob-smaller {
    padding-left: 0;
    padding-right: 0;
  }

  .container.larger.pl-10vw {
    padding-left: 20px;
  }

  .container.my-2-5 {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .container.logo-contain {
    padding-left: 0;
    padding-right: 0;
    position: absolute;
    inset: auto 0% 0%;
  }

  .h-20vh {
    height: 100px;
  }

  .phone-no-min-w {
    min-width: 0;
  }

  .color-row {
    flex-direction: row;
  }

  .text-2xl.testimonials-name {
    font-size: 14px;
  }

  .text-7xl {
    font-size: 30px;
  }

  .hide-mob {
    display: none;
  }

  .color-block {
    width: 100%;
    height: 55px;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .logo {
    min-width: 150px;
  }

  .styling.dual-grad {
    background-color: var(--primary-light);
    background-image: none;
    border-radius: 3px;
  }

  .nav-sec.section {
    min-height: 0;
  }

  .hero-sec.section {
    height: 80vh;
  }

  .hero-image {
    width: 100vw;
  }

  .hero-image.l {
    width: 800px;
    min-width: 100%;
    height: 600px;
    min-height: 100%;
    position: static;
  }

  .logo-carousel-home.p-10 {
    padding-left: 1rem;
    padding-right: 0;
  }

  .logo-strip {
    grid-column-gap: 38px;
    grid-row-gap: 38px;
  }

  .logo-strip-img {
    width: 60px;
    height: 28px;
  }

  .trusted-by {
    font-size: 14px;
  }

  .button.is_smaller.hide-computer {
    display: flex;
  }

  .dienst-card {
    height: 250px;
    margin-bottom: 20px;
    padding: 20px 20px 30px;
  }

  .footer-heading.text-center {
    font-size: 32px;
  }

  .cta-heading.mob-cc {
    font-size: 24px;
  }

  .faq-heading {
    font-size: 18px;
  }

  .lynx-icon-arrow {
    width: 15px;
  }

  .footer-bot-link-seperator.mx-10 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    margin-left: 0;
    margin-right: 0;
  }

  .dropdown-list {
    max-width: 60vw;
    margin-left: 52px;
    left: 0%;
  }

  .dropdown-list.w--open {
    left: -57px;
  }

  .testimolial-text {
    font-family: Safiro Webfont, Verdana, sans-serif;
    font-size: 18px;
    font-weight: 400;
  }

  .testimolial-text.smaller-text {
    font-size: 16px;
  }

  .mob-cc {
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .collection-item-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .testimonial-slider {
    min-height: 500px;
  }

  .heading {
    color: var(--creme-heading);
  }

  .div-block-2 {
    filter: blur(20px);
  }

  .dua-grad {
    background-color: var(--primary-light);
    filter: blur(100px);
    width: 300px;
    height: 100px;
    position: absolute;
    top: 200px;
  }

  .contact-image-bg {
    position: relative;
  }
}

#w-node-_3ef4c9b9-9f4a-226b-0778-efd6e7cb25d8-9ea7d10a, #w-node-_3ef4c9b9-9f4a-226b-0778-efd6e7cb25d9-9ea7d10a, #w-node-_3ef4c9b9-9f4a-226b-0778-efd6e7cb25da-9ea7d10a, #w-node-_3ef4c9b9-9f4a-226b-0778-efd6e7cb25db-9ea7d10a, #w-node-_3ef4c9b9-9f4a-226b-0778-efd6e7cb25dc-9ea7d10a, #w-node-_3ef4c9b9-9f4a-226b-0778-efd6e7cb25dd-9ea7d10a, #w-node-_3ef4c9b9-9f4a-226b-0778-efd6e7cb25de-9ea7d10a, #w-node-_3ef4c9b9-9f4a-226b-0778-efd6e7cb25df-9ea7d10a, #w-node-_3ef4c9b9-9f4a-226b-0778-efd6e7cb25e0-9ea7d10a, #w-node-_3ef4c9b9-9f4a-226b-0778-efd6e7cb25e1-9ea7d10a, #w-node-_3ef4c9b9-9f4a-226b-0778-efd6e7cb25e2-9ea7d10a, #w-node-_3ef4c9b9-9f4a-226b-0778-efd6e7cb25e3-9ea7d10a, #w-node-_3ef4c9b9-9f4a-226b-0778-efd6e7cb25e4-9ea7d10a, #w-node-_3ef4c9b9-9f4a-226b-0778-efd6e7cb25e5-9ea7d10a, #w-node-_3ef4c9b9-9f4a-226b-0778-efd6e7cb25e6-9ea7d10a, #w-node-_3ef4c9b9-9f4a-226b-0778-efd6e7cb25e7-9ea7d10a, #w-node-_3ef4c9b9-9f4a-226b-0778-efd6e7cb25e8-9ea7d10a, #w-node-_3ef4c9b9-9f4a-226b-0778-efd6e7cb25e9-9ea7d10a, #w-node-_3ef4c9b9-9f4a-226b-0778-efd6e7cb25ea-9ea7d10a, #w-node-_3ef4c9b9-9f4a-226b-0778-efd6e7cb25eb-9ea7d10a, #w-node-_3ef4c9b9-9f4a-226b-0778-efd6e7cb25ec-9ea7d10a, #w-node-_3ef4c9b9-9f4a-226b-0778-efd6e7cb25ed-9ea7d10a, #w-node-_3ef4c9b9-9f4a-226b-0778-efd6e7cb25ee-9ea7d10a, #w-node-_3ef4c9b9-9f4a-226b-0778-efd6e7cb25ef-9ea7d10a, #w-node-_3ef4c9b9-9f4a-226b-0778-efd6e7cb25f0-9ea7d10a, #w-node-_3ef4c9b9-9f4a-226b-0778-efd6e7cb25f1-9ea7d10a, #w-node-_3ef4c9b9-9f4a-226b-0778-efd6e7cb25f2-9ea7d10a, #w-node-_3ef4c9b9-9f4a-226b-0778-efd6e7cb25f6-9ea7d10a, #w-node-_3ef4c9b9-9f4a-226b-0778-efd6e7cb25f7-9ea7d10a, #w-node-_3ef4c9b9-9f4a-226b-0778-efd6e7cb25f8-9ea7d10a, #w-node-_3ef4c9b9-9f4a-226b-0778-efd6e7cb25f9-9ea7d10a, #w-node-_3ef4c9b9-9f4a-226b-0778-efd6e7cb25fa-9ea7d10a, #w-node-_3ef4c9b9-9f4a-226b-0778-efd6e7cb25fb-9ea7d10a, #w-node-_3ef4c9b9-9f4a-226b-0778-efd6e7cb25fc-9ea7d10a, #w-node-_3ef4c9b9-9f4a-226b-0778-efd6e7cb25fd-9ea7d10a, #w-node-_3ef4c9b9-9f4a-226b-0778-efd6e7cb25fe-9ea7d10a, #w-node-_3ef4c9b9-9f4a-226b-0778-efd6e7cb25ff-9ea7d10a, #w-node-_3ef4c9b9-9f4a-226b-0778-efd6e7cb2600-9ea7d10a, #w-node-_3ef4c9b9-9f4a-226b-0778-efd6e7cb2601-9ea7d10a, #w-node-_3ef4c9b9-9f4a-226b-0778-efd6e7cb2602-9ea7d10a, #w-node-_3ef4c9b9-9f4a-226b-0778-efd6e7cb2603-9ea7d10a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3ef4c9b9-9f4a-226b-0778-efd6e7cb2ac4-9ea7d10a {
  grid-area: Area;
}

#w-node-_3ef4c9b9-9f4a-226b-0778-efd6e7cb2ac7-9ea7d10a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3ef4c9b9-9f4a-226b-0778-efd6e7cb2ad5-9ea7d10a {
  grid-area: Area-2;
}

#w-node-_3ef4c9b9-9f4a-226b-0778-efd6e7cb2ad8-9ea7d10a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4a3f0f63-a001-0436-8938-38a1fbe4ad5a-2c15643d {
  justify-self: stretch;
}


@font-face {
  font-family: 'Argestadisplay Webfont';
  src: url('../fonts/argestadisplay-regular-webfont.woff2') format('woff2'), url('../fonts/argestadisplay-regular-webfont.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Argestahairline Webfont';
  src: url('../fonts/argestahairline-regular-webfont.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Argestatext Webfont';
  src: url('../fonts/argestatext-bold-webfont.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Argestadisplay Webfont';
  src: url('../fonts/argestadisplay-regularitalic-webfont.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Argestatext Webfont';
  src: url('../fonts/argestatext-regularitalic-webfont.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Argestaheadline Webfont';
  src: url('../fonts/argestaheadline-regularitalic-webfont.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Argestatext Webfont';
  src: url('../fonts/argestatext-regular-webfont.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Argestahairline  italic Webfont';
  src: url('../fonts/argestahairline-regularitalic-webfont.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Argestaheadline Webfont';
  src: url('../fonts/argestaheadline-regular-webfont.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Safiro Webfont';
  src: url('../fonts/safiro-mediumitalic-webfont.woff2') format('woff2');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Safiro Webfont';
  src: url('../fonts/safiro-semibold-webfont.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Safiro Webfont';
  src: url('../fonts/safiro-regularitalic-webfont.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Safiro Webfont';
  src: url('../fonts/safiro-regular-webfont.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Safiro Webfont';
  src: url('../fonts/safiro-semibolditalic-webfont.woff2') format('woff2');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Safiro Webfont';
  src: url('../fonts/safiro-medium-webfont.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Safiro Webfont';
  src: url('../fonts/safiro-bolditalic-webfont.woff2') format('woff2');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}