@charset "UTF-8";

/**
 * settings
 */

/**
 * settings/colors
 */

/**
* settings/spacing
*/

/**
* settings/typography
*/

/**
 * tools
 */

/**
 * tools/function/strip-units
 */

/**
* tools/mixin/breakpoints
*/

/**
 * tools/mixin/columns
 */

/**
 * tools/mixin/flex
 */

/**
 * tools/mixin/fluid-type
 */

/**
 * tools/mixin/font-size
 */

/**
 * tools/mixin/hide-visually
 */

/**
 * tools/mixin/layered-shadow
 */

/**
 * generic
 */

/**
* generic/all
*/

html {
  box-sizing: border-box;
}

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

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

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

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

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

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/**
 * generic/reset
 */

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
dl,
dd,
ol,
ul,
form,
fieldset,
legend,
figure,
table,
th,
td,
caption,
hr {
  margin: 0;
  padding: 0;
}

/**
 * generic/shared
 */

h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
blockquote,
p,
address,
hr,
table,
fieldset,
figure,
pre {
  margin-bottom: 1.5rem;
}

/**
 * elements
 */

/**
 * elements/body
 */

body {
  background-color: #f0f0f0;
  color: #333;
  font-family: "Titillium Web", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 100%;
  line-height: 1.5rem;
  overflow-x: hidden;
}

body::before {
  content: "mobile-up";
  display: none;
  visibility: hidden;
}

@media (max-width: 599px) {
  body::before {
    content: "mobile-only";
  }
}

@media (min-width: 600px) {
  body::before {
    content: "tablet-portrait-up";
  }
}

@media (min-width: 900px) {
  body::before {
    content: "tablet-landscape-up";
  }
}

@media (min-width: 1200px) {
  body::before {
    content: "desktop-up";
  }
}

@media (min-width: 1800px) {
  body::before {
    content: "big-desktop-up";
  }
}

/**
 * elements/form
 */

input[type=text],
input[type=password],
input[type=email],
input[type=number],
input[type=file],
select,
textarea {
  padding: 0.75rem;
  width: 100%;
}

/**
 * elements/headings
 */

h1 {
  font-size: 2rem;
  line-height: 2rem;
  margin-top: calc((1.5rem - 2rem) + 1.5rem * 2);
}

h2 {
  font-size: 1.5rem;
  line-height: 1.5rem;
  margin-top: calc((1.5rem - 1.5rem) + 1.5rem * 2);
}

h3 {
  font-size: 1.25rem;
  line-height: 1.25rem;
  margin-top: calc((1.5rem - 1.25rem) + 1.5rem * 2);
}

h4 {
  font-size: 1rem;
  line-height: 1rem;
  margin-top: calc((1.5rem - 1rem) + 1.5rem * 2);
}

h5 {
  font-size: 0.875rem;
  line-height: 0.875rem;
  margin-top: calc((1.5rem - 0.875rem) + 1.5rem * 2);
}

h6 {
  font-size: 0.75rem;
  line-height: 0.75rem;
  margin-top: calc((1.5rem - 0.75rem) + 1.5rem * 2);
}

/**
 * elements/html
 */

html {
  height: 100%;
  overflow-x: hidden;
}

/**
 * elements/images
 */

img {
  height: auto;
  max-width: 100%;
}

/**
 * elements/links
 */

a,
a:visited {
  color: #fff;
  text-decoration: none;
}

a:hover,
a:focus,
a:visited:hover,
a:visited:focus {
  text-decoration: underline;
}

/**
 * elements/main
 */

main {
  min-height: 100%;
}

/**
 * objects
 */

/**
 * objects/aspect-ratio
 */

.aspect-ratio {
  height: 0;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.aspect-ratio--1-1 {
  padding-bottom: 100%;
}

.aspect-ratio__inner {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  position: absolute;
}

.aspect-ratio__image {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

/**
 * objects/content-wrapper
 */

.content-wrapper {
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1152px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  position: relative;
  width: 100%;
}

.content-wrapper--flex {
  display: flex;
}

@media (min-width: 1200px) {
  .content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}

/**
 * objects/column-wrapper
 */

.flex-grid {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  height: 100%;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.flex-grid--narrow {
  margin-left: 0;
  margin-right: 0;
}

.flex-grid--narrow > .flex-grid__item {
  padding-left: 0;
  padding-right: 0;
}

.flex-grid--items-center {
  align-items: center;
}

.flex-grid--items-center > .flex-grid__item {
  height: auto;
}

.flex-grid--auto > .flex-grid__item {
  flex: 1 0 auto;
}

.flex-grid__item {
  flex: 0 0 auto;
  height: 100%;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

/**
 * objects/full-width
 */

.full-width {
  border: 0;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

/**
 * components
 */

/**
 * components/border-heading
 */

.border-heading {
  position: relative;
}

.border-heading::before {
  content: "";
  display: block;
  width: 50px;
  height: 3px;
  position: absolute;
  bottom: -12px;
  background-color: #204b9b;
  border-bottom: 3px solid #204b9b;
}

.border-heading--invert {
  color: #fff;
}

.border-heading--invert::before {
  background-color: #fff;
  border-bottom: 3px solid #fff;
}

/**
 * Buttons
 */

/**
 * 1. Reset <button> border
 * 2. Unify line height
 * 3. Recommended WCAG touch target size
 * 4. Align buttons with different height
 */

.button {
  border-radius: 0.25em;
  align-items: center;
  border: none;
  /* [1] */
  cursor: pointer;
  display: inline-flex;
  font-family: inherit;
  font-size: 1rem;
  justify-content: center;
  line-height: inherit;
  /* [2] */
  margin: 0;
  min-width: 44px;
  /* [3] */
  min-height: 44px;
  /* [3] */
  padding: 0.75em 1.5em;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  /* [4] */
}

.button:hover {
  transition: 220ms all ease;
}

@media screen and (-ms-high-contrast: active) {
  .button {
    border: 2px solid currentcolor;
  }
}

/**
 * Variants
 */

.button--primary {
  background-color: #204B9B;
  color: #fff;
}

.button--primary:focus {
  box-shadow: 0 0 0 4px #132d5d;
  outline-style: solid;
  outline-color: transparent;
}

.button--primary:hover,
.button--primary:active {
  background-color: #16356d;
}

.button--secondary {
  background-color: #000;
  color: #fff;
}

.button--secondary:focus {
  box-shadow: 0 0 0 4px black;
  outline-style: solid;
  outline-color: transparent;
}

.button--secondary:hover,
.button--secondary:active {
  background-color: black;
}

.button--tertiary {
  background-color: #fff;
  color: #000;
}

.button--tertiary:focus {
  box-shadow: 0 0 0 4px #999999;
  outline-style: solid;
  outline-color: transparent;
}

.button--tertiary:hover,
.button--tertiary:active {
  background-color: #b3b3b3;
}

/**
 * Sizes
 */

.button--small {
  font-size: 0.75rem;
}

.button--big {
  font-size: 1.5rem;
}

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

/**
 * Ghost
 */

.button--ghost {
  padding: calc(0.75em - 0.125em) calc(1.5em - 0.125em);
}

.button--ghost,
.button--ghost:active,
.button--ghost:focus,
.button--ghost:hover {
  background-color: transparent;
}

.button--ghost.button--primary {
  border: 0.125em solid #204B9B;
  color: #204B9B;
}

.button--ghost.button--primary:hover {
  background-color: #204B9B;
  color: #fff;
}

.button--ghost.button--secondary {
  border: 0.125em solid #000;
  color: #000;
}

.button--ghost.button--secondary:hover {
  background-color: #000;
  color: #fff;
}

.button--ghost.button--tertiary {
  border: 0.125em solid #fff;
  color: #fff;
}

.button--ghost.button--tertiary:hover {
  background-color: #fff;
  color: #333;
}

.button__icon {
  fill: currentColor;
  height: 0.9em;
  margin-right: 0.5em;
  vertical-align: bottom;
  width: 0.9em;
}

.button__icon--rev {
  margin-right: 0;
  margin-left: 0.5em;
}

/**
 * components/card
 */

.card {
  margin-bottom: 3rem;
}

.card__body {
  padding: 1.5rem;
}

/**
 * components/category-nav
 */

.category-nav > .category-nav__item {
  margin-bottom: 1.5rem;
}

.category-nav,
.category-nav__subnav {
  list-style: none;
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
}

.category-nav .category-nav__subnav,
.category-nav__subnav .category-nav__subnav {
  padding-left: 0.75rem;
}

.category-nav__item--current > .category-nav__link,
.category-nav__item--current > .category-nav__link:visited {
  font-weight: bold;
}

.category-nav__link {
  font-size: 0.875rem;
  line-height: 0.875rem;
  margin-top: calc((1.5rem - 0.875rem) + 1.5rem * 1);
  white-space: nowrap;
}

.category-nav__link,
.category-nav__link:visited {
  color: #204b9b;
}

.category-nav__link--empty {
  opacity: 0.5;
}

.category-nav__subnav-icon {
  position: relative;
  top: 2px;
}

.category-nav__product-count {
  font-size: 0.75rem;
}

/**
 * components/feedback
 */

.feedback {
  padding: 1.5rem;
}

.feedback--info {
  background-color: #98e0f3;
}

.feedback--success {
  background-color: #ceff86;
}

.feedback--error {
  background-color: #ff8686;
}

.flyout {
  position: fixed;
  right: 50%;
  transform: translateX(50%);
  bottom: 0;
  z-index: 1000;
  width: 100%;
}

.flyout__trigger {
  background-color: #204B9B;
  color: #ffffff;
  padding: 0.75rem;
  cursor: pointer;
  font-weight: bold;
  border-radius: 5px 5px 0 0;
  transition: background-color 0.3s;
}

.flyout__trigger:hover {
  background-color: #16356d;
}

.flyout__content {
  background-color: #ffffff;
  height: 0;
  overflow: scroll;
  transition: height 0.3s ease-in-out;
}

.flyout__content--open {
  height: 450px;
}

@media (min-width: 900px) {
  .flyout__content--open {
    height: 400px;
  }
}

@media (min-width: 900px) {
  .flyout__content {
    width: 100%;
  }
}

.flyout__header {
  background-color: #204B9B;
  color: #ffffff;
  padding: 10px 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.flyout__title {
  margin: 0;
}

.flyout__close-btn {
  background: none;
  border: none;
  color: #ffffff;
  font-size: 24px;
  cursor: pointer;
  padding: 0;
}

.flyout__body {
  padding: 1.5rem;
  font-size: 12px;
}

@media (min-width: 900px) {
  .flyout__image {
    float: right;
  }
}

.flyout__text {
  margin-bottom: 10px;
  -moz-column-count: 1;
       column-count: 1;
}

@media (min-width: 900px) {
  .flyout__text {
    -moz-column-count: 2;
         column-count: 2;
  }
}

.flyout__cta-button {
  display: inline-block;
  background-color: #204B9B;
  color: #ffffff;
  text-decoration: none;
  padding: 10px 15px;
  border-radius: 4px;
  font-weight: bold;
  transition: background-color 0.3s;
}

.flyout__cta-button:hover {
  background-color: #16356d;
}

@media (min-width: 900px) {
  .flyout {
    width: 80%;
  }
}

/**
 * components/form-checkbox
 */

.form-checkboxes__item {
  position: relative;
}

.form-checkboxes__input {
  cursor: pointer;
  height: 1.5rem;
  left: -2px;
  margin: 0;
  opacity: 0;
  position: absolute;
  top: -2px;
  width: 1.5rem;
  z-index: 1;
}

.form-checkboxes__input:checked + .form-checkboxes__label::after {
  opacity: 1;
}

.form-checkboxes__input--invalid + .form-checkboxes__label::before {
  border-color: #f00;
}

.form-checkboxes__label {
  cursor: pointer;
  display: inline-block;
  padding-left: calc(1.5rem + 0.75rem);
}

.form-checkboxes__label::before {
  background: #fff;
  border: 3px solid #555;
  content: "";
  height: 1.5rem;
  left: 0;
  position: absolute;
  top: 0;
  width: 1.5rem;
}

.form-checkboxes__label::after {
  background: transparent;
  border: solid;
  border-top-color: transparent;
  border-width: 0 0 3px 3px;
  content: "";
  height: 6px;
  left: 6px;
  opacity: 0;
  position: absolute;
  top: 8px;
  transform: rotate(-45deg);
  width: 12px;
}

/**
 * components/form-feedback
 */

.form-feedback {
  margin-bottom: 1.5rem;
}

.form-feedback--error {
  color: #f00;
}

/**
 * components/form-input
 */

.form-input {
  border: 3px solid #555;
}

.form-input--invalid {
  border-color: #f00;
}

/**
 * components/form-label
 */

.form-label {
  display: block;
}

/**
 * components/form-select
 */

.form-select {
  position: relative;
}

.form-select select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 3px solid #555;
  line-height: 1.625;
  padding-right: 3rem;
}

.form-select:after {
  content: "\F107";
  display: block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
}

.form-select--invalid select {
  border-color: #f00;
}

/**
 * components/google-maps
 */

.google-maps {
  margin-top: -3rem;
}

/**
 * component/hero-slider
 */

@-webkit-keyframes fade-in-top {
  from {
    opacity: 0;
    top: -10%;
  }

  to {
    opacity: 1;
    top: 0;
  }
}

@keyframes fade-in-top {
  from {
    opacity: 0;
    top: -10%;
  }

  to {
    opacity: 1;
    top: 0;
  }
}

.hero-slider {
  height: 600px;
  position: relative;
}

.hero-slider__slide {
  background-image: url(/images/hero.jpg?c93a5454ed271df367429ee65858bdb5);
  background-position: center center;
  background-size: cover;
  height: 100%;
  width: 100%;
}

@media (min-width: 900px) {
  .hero-slider__slide {
    background-blend-mode: normal;
  }
}

@media (min-width: 1200px) {
  .hero-slider__slide {
    background-image: url(/images/hero@2x.jpg?3f486a6a302e0ae0d1c155b448a33da0);
    background-position-y: 73%;
  }
}

.hero-slider__content {
  color: #fff;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-name: fade-in-top;
          animation-name: fade-in-top;
  position: absolute;
  left: 50%;
  text-align: center;
  top: 0;
  transform: translateX(-50%);
  width: 75%;
}

@media (min-width: 900px) {
  .hero-slider__content {
    left: 50%;
    right: 0;
    top: 3vw;
    transform: translateX(-50%);
    width: 70%;
  }
}

@media (min-width: 1200px) {
  .hero-slider__content {
    top: 0vw;
  }
}

.hero-slider__title {
  text-transform: uppercase;
}

.hero-slider__title > span {
  display: inline-block;
  padding: 0.75rem;
}

.hero-slider__title > span:nth-child(1) {
  background-color: #204B9B;
  color: #fff;
}

.hero-slider__title > span:nth-child(2) {
  background-color: #fff;
  color: #204b9b;
}

@media (min-width: 900px) {
  .hero-slider__title {
    text-align: center;
  }
}

.hero-slider__text {
  font-size: 1.25em;
  line-height: 1.25em;
  margin-top: calc((1.5rem - 1.25em) + 1.5rem * 1);
  color: #fff;
}

@media (min-width: 900px) {
  .hero-slider__text {
    color: #343434;
    text-shadow: 0 0 2px white, 0 0 4px white, 0 0 6px white, 0 0 8px white;
  }
}

.hero-slider__video {
  width: 100%;
}

@media (min-width: 900px) {
  .hero-slider__video {
    width: 90%;
  }
}

/**
 * components/link
 */

.link {
  text-decoration: underline;
}

.link,
.link:active,
.link:visited {
  color: #16356d;
}

/**
 * Logos
 */

.logo--schefer {
  width: 30%;
}

@media (min-width: 600px) {
  .logo--schefer {
    width: 10%;
  }
}

/**
 * components/page-section
 */

.page-section {
  padding-bottom: 3rem;
  padding-top: 3rem;
}

.page-section--variation {
  background-color: #e3e3e3;
}

.page-section--narrow {
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
}

.page-section--service {
  background-image: url(/images/hero-service.jpg?7a965b6875fc7a16d8ed950db9226309);
  background-position: 30% center;
  background-size: cover;
}

@media (min-width: 1200px) {
  .page-section--service {
    background-image: url(/images/hero-service@2x.jpg?954acbe4fb6c91a7a0e24126f10ba576);
    background-position-x: center;
  }
}

.page-section__title {
  font-size: 2rem;
  line-height: 2rem;
  margin-top: calc((1.5rem - 2rem) + 1.5rem * 1);
}

/**
 * Phone number
 */

.phone-number a {
  text-decoration: underline;
}

.phone-number a,
.phone-number a:active,
.phone-number a:visited {
  color: #16356d;
}

/**
* components/popup
*/

.popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
}

.popup:not([hidden]) {
  display: flex;
}

.popup__content {
  position: relative;
  padding: 0.75rem;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  text-align: center;
}

@media (min-width: 900px) {
  .popup__content {
    font-size: 2rem;
    padding: 1.5rem;
    margin-left: 0;
    margin-right: 0;
  }
}

.popup__close {
  position: absolute;
  top: -1rem;
  right: -1rem;
  cursor: pointer;
  background-color: white;
  border: 0;
  border-radius: 2rem;
  width: 48px;
  height: 48px;
}

.popup__title {
  margin: 0 0 10px;
  font-size: 20px;
}

/**
 * components/pre-header
 */

.pre-header {
  background-color: #204B9B;
  color: #fff;
  font-weight: bold;
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
  text-align: center;
}

.pre-header__highlight {
  background-color: #fff;
  color: #204b9b;
  display: inline-block;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.pre-header__link {
  text-decoration: underline;
}

/**
 * components/product-attributes
 */

.product-attributes {
  border: 1px solid #d0d0d0;
}

.product-attributes__item {
  border-bottom: 1px solid #d0d0d0;
  display: flex;
}

.product-attributes__item:nth-child(even) {
  background-color: #d0d0d0;
}

.product-attributes__item:last-child {
  border-bottom: 0;
}

.product-attributes__key,
.product-attributes__value {
  padding: 0.75rem;
  width: 50%;
}

.product-attributes__key {
  font-weight: bold;
  margin-right: 1.5rem;
}

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

/**
 * components/product-images
 */

.product-images {
  position: relative;
}

.product-images__prev,
.product-images__next {
  background-color: transparent;
  border: 0;
  color: transparent;
  cursor: pointer;
  height: 60px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  z-index: 99;
}

.product-images__prev::after,
.product-images__prev::before,
.product-images__next::after,
.product-images__next::before {
  border-width: 4px;
  border-radius: 4px;
  border-style: solid;
  content: "";
  display: block;
  height: 30px;
  position: absolute;
  top: 50%;
  transform: rotate(45deg) translateY(-50%);
  transform-origin: top;
  width: 30px;
}

.product-images__prev {
  left: 0;
}

.product-images__prev::before {
  left: 1.5rem;
  border-left-color: #fff;
  border-bottom-color: #fff;
}

.product-images__prev::after {
  left: calc(1.5rem - 5px);
  border-left-color: #000;
  border-bottom-color: #000;
}

.product-images__next {
  right: 0;
}

.product-images__next::before {
  right: 1.5rem;
  border-right-color: #fff;
  border-top-color: #fff;
}

.product-images__next::after {
  right: calc(1.5rem - 5px);
  border-right-color: #000;
  border-top-color: #000;
}

.product-images__thumbnails img {
  opacity: 0.5;
}

.product-images__thumbnails img.tns-nav-active {
  opacity: 1;
}

/**
 * components/product-card
 */

.product-card {
  border: 1px solid #d0d0d0;
  border-radius: 4px;
  margin-bottom: 1.5rem;
}

.product-card a {
  text-decoration: none;
}

.product-card__body {
  padding: 0.75rem;
}

.product-card__name,
.product-card__price {
  color: #333;
}

.product-card__name {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

.product-card__price {
  font-weight: bold;
}

/**
 * components/site-footer
 */

.site-footer {
  background-color: #343434;
  color: #fff;
}

.site-footer img {
  background-color: #fff;
}

.site-footer__icon {
  font-size: 2rem;
  margin-left: 0.75rem;
  vertical-align: middle;
}

.site-footer__link-list {
  display: flex;
  list-style: none;
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
}

.site-footer__link-list > li {
  margin-right: 0.75rem;
}

.site-footer__link-list a {
  text-decoration: underline;
}

@media (min-width: 600px) {
  .site-footer__link-list {
    justify-content: flex-end;
  }

  .site-footer__link-list > li {
    margin-left: 0.75rem;
    margin-right: 0;
  }
}

/**
 * components/site-header
 */

@-webkit-keyframes site-header-grow {
  from {
    height: 90%;
    right: 0;
  }

  to {
    height: 110%;
    right: -40px;
  }
}

@keyframes site-header-grow {
  from {
    height: 90%;
    right: 0;
  }

  to {
    height: 110%;
    right: -40px;
  }
}

.site-header {
  background-color: #343434;
  display: flex;
  height: 96px;
}

.site-header__logo {
  align-items: center;
  display: flex;
  position: relative;
  width: 65%;
  z-index: 2;
}

.site-header__logo::before {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1),0 2px 2px 0 rgba(0, 0, 0, 0.1),0 4px 4px 0 rgba(0, 0, 0, 0.1),0 8px 8px 0 rgba(0, 0, 0, 0.1),0 16px 16px 0 rgba(0, 0, 0, 0.1),0 32px 32px 0 rgba(0, 0, 0, 0.1);
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-name: site-header-grow;
          animation-name: site-header-grow;
  background-color: #fff;
  content: "";
  display: block;
  height: 110%;
  position: absolute;
  right: -40px;
  top: 0;
  transform: skewX(-35deg);
  width: 500%;
}

.site-header__logo > svg {
  max-height: 64px;
  position: relative;
  vertical-align: text-top;
}

@media (min-width: 600px) {
  .site-header__logo {
    width: 30%;
  }
}

/**
 * components/site-nav
 */

.site-nav {
  background-color: #272B3C;
  width: 35%;
}

.site-nav::before {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1),0 2px 2px 0 rgba(0, 0, 0, 0.1),0 4px 4px 0 rgba(0, 0, 0, 0.1),0 8px 8px 0 rgba(0, 0, 0, 0.1),0 16px 16px 0 rgba(0, 0, 0, 0.1),0 32px 32px 0 rgba(0, 0, 0, 0.1);
  background-color: #343434;
  content: "";
  display: block;
  height: 100%;
  left: 43px;
  position: absolute;
  top: 0;
  transform: skewX(-35deg);
  width: 200%;
  z-index: 1;
}

@media (min-width: 600px) {
  .site-nav {
    width: 70%;
  }
}

.site-nav__list {
  background-color: #fff;
  display: none;
  font-size: 14px;
  list-style: none;
  margin-bottom: 0;
  min-height: 100vh;
  padding-left: 0;
  padding-top: 3rem;
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  z-index: 2;
}

.site-nav__list .site-nav__list {
  right: 0;
  top: 0;
}

.site-nav__list ~ .site-nav__close {
  display: none;
}

.site-nav__list--open {
  display: block;
}

.site-nav__list--open ~ .site-nav__close {
  display: block;
}

@media (min-width: 1200px) {
  .site-nav__list {
    background-color: #343434;
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: flex-end;
    min-height: auto;
    padding-top: 0;
    position: relative;
    right: 0;
    top: 0;
    transform: none;
    width: auto;
    z-index: 1;
  }

  .site-nav__list .site-nav__list {
    top: 100%;
  }
}

.site-nav__hamburger {
  background-color: transparent;
  border: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

@media (min-width: 1200px) {
  .site-nav__hamburger {
    display: none;
  }
}

.site-nav__close {
  background-color: transparent;
  border: 0;
  position: fixed;
  right: 1.5rem;
  top: 1.5rem;
  z-index: 2;
}

.site-nav__item--button {
  padding: 1.5rem 3rem;
}

.site-nav__item--active > .site-nav__list {
  transform: translateX(0);
}

@media (min-width: 1200px) {
  .site-nav__item {
    margin-left: 1.5rem;
    position: relative;
  }

  .site-nav__item > .site-nav__list {
    display: none;
    background-color: #fff;
    height: auto;
    position: absolute;
  }

  .site-nav__item > .site-nav__list > .site-nav__item {
    margin-left: 0;
  }

  .site-nav__item > .site-nav__list > .site-nav__item > .site-nav__link {
    color: #343434;
    display: block;
    padding: 0.75rem 1.5rem;
    white-space: nowrap;
  }

  .site-nav__item:hover.site-nav__item--has-subcategories::before,
  .site-nav__item--hover.site-nav__item--has-subcategories::before {
    border: 10px solid transparent;
    border-bottom-color: white;
    bottom: 0;
    content: "";
    display: block;
    height: 0;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 0;
  }

  .site-nav__item:hover > .site-nav__sublist,
  .site-nav__item--hover > .site-nav__sublist {
    display: block;
  }

  .site-nav__item--button {
    padding: 0;
  }

  .site-nav__item--button .button {
    border-color: #fff;
    color: #fff;
  }

  .site-nav__item--has-subcategories {
    padding-right: 1.5rem;
    position: relative;
  }

  .site-nav__item--has-subcategories::after {
    border: 6px solid transparent;
    border-top-color: white;
    content: "";
    display: inline-block;
    height: -5px;
    position: absolute;
    right: 3px;
    top: 54%;
    transform: translateY(-50%);
    width: 0;
  }
}

.site-nav__link {
  display: flex;
  font-size: 1rem;
  font-weight: 700;
  padding: 0.75em 1.5em;
  text-transform: uppercase;
  width: 100%;
}

.site-nav__link > i:last-child {
  margin-left: auto;
}

.site-nav__link > i:first-child {
  margin-right: auto;
}

.site-nav__link,
.site-nav__link:visited,
.site-nav__link:active {
  color: #343434;
}

@media (min-width: 1200px) {
  .site-nav__link {
    font-size: 0.875rem;
    padding: 2.25rem 0;
  }

  .site-nav__link,
  .site-nav__link:visited,
  .site-nav__link:active {
    color: #fff;
  }
}

@media (min-width: 1200px) {
  .site-nav__icon {
    align-self: center;
    display: flex;
  }
}

.site-nav__sublist {
  margin-bottom: 0;
}

.site-nav__sublist-link {
  display: flex;
  font-size: 1rem;
  font-weight: 700;
  padding: 0.75em 1.5em;
  text-transform: uppercase;
  width: 100%;
}

.site-nav__sublist-link > i:last-child {
  margin-left: auto;
}

.site-nav__sublist-link > i:first-child {
  margin-right: auto;
}

.site-nav__sublist-link,
.site-nav__sublist-link:visited,
.site-nav__sublist-link:active {
  color: #343434;
}

@media (min-width: 1200px) {
  .site-nav__sublist {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1),0 2px 2px 0 rgba(0, 0, 0, 0.1),0 4px 4px 0 rgba(0, 0, 0, 0.1),0 8px 8px 0 rgba(0, 0, 0, 0.1);
    background-color: #fff;
    display: none;
    list-style: none;
    position: absolute;
    top: 100%;
  }

  .site-nav__sublist-link {
    display: block;
    font-size: 1rem;
    padding: 1rem;
    text-transform: none;
    white-space: nowrap;
  }
}

/**
 * components/slider-controls
 */

.slider-controls {
  display: flex;
  list-style: none;
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
}

/**
 * components/social-icon
 */

.social-icons {
  list-style: none;
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
}

.social-icons > li {
  display: inline-block;
  margin-right: 0.75rem;
}

.social-icons__item {
  align-items: center;
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  color: #343434;
  display: flex;
  font-size: 1.5em;
  height: 3rem;
  justify-content: center;
  width: 3rem;
}

.social-icons__item:hover {
  text-decoration: none;
}

.social-icons__item:visited {
  color: #343434;
}

/**
 * components/team-card
 */

.team-card__body {
  background-color: #343434;
  border-top: 3px solid #204b9b;
  color: #fff;
  padding: 0.75rem;
}

.team-card__img {
  vertical-align: top;
}

.team-card__name {
  margin-top: 0;
  margin-bottom: 0;
}

.team-card__position {
  margin-bottom: 0;
}

/**
 * components/usp-list
 */

.usp-list {
  list-style: none;
  margin-bottom: 0;
  margin-top: 0;
}

.usp-list--columns {
  -moz-column-count: 2;
       column-count: 2;
}

.usp-list--inverted .usp-list__item {
  color: #fff;
}

.usp-list__item {
  color: #204b9b;
  padding-left: 1.5rem;
  position: relative;
}

.usp-list__item > i {
  left: 0;
  line-height: 1.5rem;
  margin-right: 0.75rem;
  position: absolute;
}

/**
 * Video
 */

.video {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tns-ovh {
  overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

/**
 * utilities
 */

/**
 * utilities/columns
 */

.col--1-12 {
  flex-basis: 8.3333333333%;
  max-width: 8.3333333333%;
}

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

.col--2-12 {
  flex-basis: 16.6666666667%;
  max-width: 16.6666666667%;
}

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

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

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

.col--4-12 {
  flex-basis: 33.3333333333%;
  max-width: 33.3333333333%;
}

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

.col--5-12 {
  flex-basis: 41.6666666667%;
  max-width: 41.6666666667%;
}

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

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

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

.col--7-12 {
  flex-basis: 58.3333333333%;
  max-width: 58.3333333333%;
}

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

.col--8-12 {
  flex-basis: 66.6666666667%;
  max-width: 66.6666666667%;
}

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

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

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

.col--10-12 {
  flex-basis: 83.3333333333%;
  max-width: 83.3333333333%;
}

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

.col--11-12 {
  flex-basis: 91.6666666667%;
  max-width: 91.6666666667%;
}

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

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

.col-offset--12-12 {
  margin-left: 100%;
}

@media (max-width: 599px) {
  .col-m--1-12 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }

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

  .col-m--2-12 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

  .col-m--3-12 {
    flex-basis: 25%;
    max-width: 25%;
  }

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

  .col-m--4-12 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }

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

  .col-m--5-12 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }

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

  .col-m--6-12 {
    flex-basis: 50%;
    max-width: 50%;
  }

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

  .col-m--7-12 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }

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

  .col-m--8-12 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }

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

  .col-m--9-12 {
    flex-basis: 75%;
    max-width: 75%;
  }

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

  .col-m--10-12 {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }

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

  .col-m--11-12 {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }

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

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

  .col-offset-m--12-12 {
    margin-left: 100%;
  }
}

@media (min-width: 600px) {
  .col-tab--1-12 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }

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

  .col-tab--2-12 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

  .col-tab--3-12 {
    flex-basis: 25%;
    max-width: 25%;
  }

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

  .col-tab--4-12 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }

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

  .col-tab--5-12 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }

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

  .col-tab--6-12 {
    flex-basis: 50%;
    max-width: 50%;
  }

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

  .col-tab--7-12 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }

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

  .col-tab--8-12 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }

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

  .col-tab--9-12 {
    flex-basis: 75%;
    max-width: 75%;
  }

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

  .col-tab--10-12 {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }

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

  .col-tab--11-12 {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }

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

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

  .col-offset-tab--12-12 {
    margin-left: 100%;
  }
}

@media (min-width: 1200px) {
  .col-desk--1-12 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }

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

  .col-desk--2-12 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

  .col-desk--3-12 {
    flex-basis: 25%;
    max-width: 25%;
  }

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

  .col-desk--4-12 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }

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

  .col-desk--5-12 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }

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

  .col-desk--6-12 {
    flex-basis: 50%;
    max-width: 50%;
  }

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

  .col-desk--7-12 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }

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

  .col-desk--8-12 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }

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

  .col-desk--9-12 {
    flex-basis: 75%;
    max-width: 75%;
  }

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

  .col-desk--10-12 {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }

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

  .col-desk--11-12 {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }

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

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

  .col-offset-desk--12-12 {
    margin-left: 100%;
  }
}

/**
 * utilities/flex
 */

.flex {
  display: flex;
}

.flex--justify-center {
  justify-content: center;
}

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

.flex--justify-between {
  justify-content: space-between;
}

.flex--justify-around {
  justify-content: space-around;
}

.flex--align-center {
  align-items: center;
}

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

.flex--self-center {
  align-self: center;
}

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

/**
 * utilities/display
 */

.hidden {
  display: none !important;
}

@media (max-width: 599px) {
  .hidden--phone-only {
    display: none !important;
  }
}

@media (min-width: 600px) {
  .hidden--tablet-portrait-up {
    display: none !important;
  }
}

@media (min-width: 900px) {
  .hidden--tablet-landscape-up {
    display: none !important;
  }
}

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

@media (min-width: 1800px) {
  .hidden--big-desktop-up {
    display: none !important;
  }
}

.hidden-a11y {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
}

/**
 * utilities/no-scroll
 */

.no-scroll {
  overflow: hidden;
}

.no-scroll::after {
  background-color: rgba(0, 0, 0, 0.5);
  display: block;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

/**
 * utilities/spacings
 */

.m--none {
  margin: 0 !important;
}

.m--base {
  margin: 1.5rem !important;
}

.m--half {
  margin: 0.75rem !important;
}

.m--double {
  margin: 3rem !important;
}

.mt--none {
  margin-top: 0 !important;
}

.mt--base {
  margin-top: 1.5rem !important;
}

.mt--half {
  margin-top: 0.75rem !important;
}

.mt--double {
  margin-top: 3rem !important;
}

.mt--auto {
  margin-top: auto !important;
}

.mr--none {
  margin-right: 0 !important;
}

.mr--base {
  margin-right: 1.5rem !important;
}

.mr--half {
  margin-right: 0.75rem !important;
}

.mr--double {
  margin-right: 3rem !important;
}

.mr--auto {
  margin-right: auto !important;
}

.mb--none {
  margin-bottom: 0 !important;
}

.mb--base {
  margin-bottom: 1.5rem !important;
}

.mb--half {
  margin-bottom: 0.75rem !important;
}

.mb--double {
  margin-bottom: 3rem !important;
}

.mb--auto {
  margin-bottom: auto !important;
}

.ml--none {
  margin-left: 0 !important;
}

.ml--base {
  margin-left: 1.5rem !important;
}

.ml--half {
  margin-left: 0.75rem !important;
}

.ml--double {
  margin-left: 3rem !important;
}

.ml--auto {
  margin-left: auto !important;
}

.p--none {
  padding: 0 !important;
}

.p--base {
  padding: 1.5rem !important;
}

.p--half {
  padding: 0.75rem !important;
}

.p--double {
  padding: 3rem !important;
}

.pt--none {
  padding-top: 0 !important;
}

.pt--base {
  padding-top: 1.5rem !important;
}

.pt--half {
  padding-top: 0.75rem !important;
}

.pt--double {
  padding-top: 3rem !important;
}

.pr--none {
  padding-right: 0 !important;
}

.pr--base {
  padding-right: 1.5rem !important;
}

.pr--half {
  padding-right: 0.75rem !important;
}

.pr--double {
  padding-right: 3rem !important;
}

.pb--none {
  padding-bottom: 0 !important;
}

.pb--base {
  padding-bottom: 1.5rem !important;
}

.pb--half {
  padding-bottom: 0.75rem !important;
}

.pb--double {
  padding-bottom: 3rem !important;
}

.pl--none {
  padding-left: 0 !important;
}

.pl--base {
  padding-left: 1.5rem !important;
}

.pl--half {
  padding-left: 0.75rem !important;
}

.pl--double {
  padding-left: 3rem !important;
}

/**
 * utilities/typography
 */

.h1 {
  font-size: 2rem;
  line-height: 2rem;
  margin-top: calc((1.5rem - 2rem) + 1.5rem * 2);
}

.h2 {
  font-size: 1.5rem;
  line-height: 1.5rem;
  margin-top: calc((1.5rem - 1.5rem) + 1.5rem * 2);
}

.h3 {
  font-size: 1.25rem;
  line-height: 1.25rem;
  margin-top: calc((1.5rem - 1.25rem) + 1.5rem * 2);
}

.h4 {
  font-size: 1rem;
  line-height: 1rem;
  margin-top: calc((1.5rem - 1rem) + 1.5rem * 2);
}

.h5 {
  font-size: 0.875rem;
  line-height: 0.875rem;
  margin-top: calc((1.5rem - 0.875rem) + 1.5rem * 2);
}

.h6 {
  font-size: 0.75rem;
  line-height: 0.75rem;
  margin-top: calc((1.5rem - 0.75rem) + 1.5rem * 2);
}

.text--bold {
  font-weight: bold;
}

.text--regular {
  font-weight: normal;
}

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

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

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

.text--uppercase {
  text-transform: uppercase;
}

/**
 * overrides
 */

/**
 * overrides/tiny-slider
 */

#tns3-mw {
  position: relative;
}

#tns3-mw::before,
#tns3-mw::after {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  top: 0;
  width: 48px;
  z-index: 1;
}

#tns3-mw::before {
  left: 0;
}

#tns3-mw::after {
  right: 0;
}

#tns3-mw::before {
  background: linear-gradient(90deg, #e3e3e3, transparent);
}

#tns3-mw::after {
  background: linear-gradient(-90deg, #e3e3e3, transparent);
}

