/**
 * Settings.
 */
/**
 * Settings.
 */
/**
 * Font family map.
 */
/**
 * Font size map.
 */
/**
 * Line height map.
 */
/**
* Mobile.
**/
/**
 * Font size map.
 */
/**
 * Line height map.
 */
/**
 * Color Map (https://convertacolor.com/).
 */
/**
 * Colors Variables.
 */
/**
 * Grid.
 */
/**
 * Assets.
 */
/**
 * Body.
 */
/**
 * Other.
 */
@import '../../node_modules/keen-slider/keen-slider.min.css';
@import '../../node_modules/photoswipe/dist/photoswipe.css';
*::selection {
  background-color: hsl(0, 0%, 0%);
  color: hsl(0, 0%, 100%);
}

/**
 * Responsive.
 */
/**
 * Vendor.
 */
/*! normalize.css v8.0.1 | 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;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

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

/**
 * Tools.
 */
/**
 * Tools.
 */
@keyframes bp-fadein {
  from {
    opacity: 0.01;
  }
  to {
    opacity: 1;
  }
}
@keyframes bp-bar {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes bp-o {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.bp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999;
  /* If you're mounting on a portion of the screen and need visible
  overflow on .bp-wrap, change contain to "layout" on that instance */
  contain: strict;
  touch-action: none;
  -webkit-tap-highlight-color: transparent;
}

.bp-wrap > div:first-child {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  animation: bp-fadein 0.48s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.bp-vid audio {
  position: absolute;
  left: 14px;
  width: calc(100% - 28px);
  bottom: 14px;
  height: 50px;
}

.bp-inner {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  display: flex;
}

.bp-html {
  display: contents;
}

.bp-html > :first-child {
  margin: auto;
}

.bp-img-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  contain: strict;
}

.bp-img-wrap .bp-canzoom {
  cursor: zoom-in;
}

.bp-img-wrap .bp-drag {
  cursor: grabbing;
}

.bp-close {
  contain: layout size;
}

.bp-img {
  position: absolute;
  top: 50%;
  left: 50%;
  user-select: none;
  background-size: 100% 100%;
}

.bp-img img,
.bp-img div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bp-img .bp-o {
  display: none;
}

.bp-zoomed .bp-img:not(.bp-drag) {
  cursor: grab;
}

.bp-zoomed .bp-cap {
  opacity: 0;
  animation: none !important;
}

.bp-zoomed.bp-small .bp-controls {
  opacity: 0;
}

.bp-zoomed.bp-small .bp-controls button {
  pointer-events: none;
}

.bp-controls {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  text-align: left;
  transition: opacity 0.3s;
  animation: bp-fadein 0.3s;
}

.bp-controls button {
  pointer-events: auto;
  cursor: pointer;
  position: absolute;
  border: 0;
  background: rgba(0, 0, 0, 0.15);
  opacity: 0.9;
  transition: all 0.1s;
  contain: content;
}

.bp-controls button:hover {
  background-color: rgba(0, 0, 0, 0.2);
  opacity: 1;
}

.bp-controls svg {
  fill: #fff;
}

.bp-count {
  position: absolute;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1;
  margin: 16px;
  height: 50px;
  width: 100px;
}

.bp-prev,
.bp-next {
  top: 50%;
  right: 0;
  margin-top: -32px;
  height: 64px;
  width: 58px;
  border-radius: 3px 0 0 3px;
}

.bp-prev:hover:before,
.bp-next:hover:before {
  transform: translateX(-2px);
}

.bp-prev:before,
.bp-next:before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23fff'%3E%3Cpath d='M8.59 16.34l4.58-4.59-4.58-4.59L10 5.75l6 6-6 6z'/%3E%3C/svg%3E");
  position: absolute;
  left: 7px;
  top: 9px;
  width: 46px;
  transition: all 0.2s;
}

.bp-prev {
  right: auto;
  left: 0;
  transform: scalex(-1);
}

.bp-x {
  top: 0;
  right: 0;
  height: 55px;
  width: 58px;
  border-radius: 0 0 0 3px;
}

.bp-x:before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' fill='%23fff'%3E%3Cpath d='M24 10l-2-2-6 6-6-6-2 2 6 6-6 6 2 2 6-6 6 6 2-2-6-6z'/%3E%3C/svg%3E");
  position: absolute;
  width: 37px;
  top: 8px;
  right: 10px;
}

.bp-if,
.bp-vid {
  position: relative;
  margin: auto;
  background: #000;
  background-size: 100% 100%;
}

.bp-if iframe,
.bp-if video,
.bp-if div,
.bp-vid iframe,
.bp-vid video,
.bp-vid div {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  border: 0;
}

.bp-load {
  display: flex;
  background-size: 100% 100%;
  overflow: hidden;
  z-index: 1;
}

.bp-bar {
  position: absolute;
  top: 0;
  left: 0;
  height: 3px;
  width: 100%;
  transform: translateX(-100%);
  background: rgba(255, 255, 255, 0.9);
  border-radius: 0 3px 3px 0;
  animation: bp-bar 4s both;
}

.bp-o,
.bp-o:after {
  border-radius: 50%;
  width: 90px;
  height: 90px;
}

.bp-o {
  margin: auto;
  border: 10px solid rgba(255, 255, 255, 0.2);
  border-left-color: rgba(255, 255, 255, 0.9);
  animation: bp-o 1s infinite linear;
}

.bp-cap {
  position: absolute;
  bottom: 2%;
  background: rgba(9, 9, 9, 0.8);
  color: rgba(255, 255, 255, 0.9);
  border-radius: 4px;
  max-width: 95%;
  line-height: 1.3;
  padding: 0.6em 1.2em;
  left: 50%;
  transform: translateX(-50%);
  width: fit-content;
  width: -moz-fit-content;
  display: table;
  transition: opacity 0.3s;
  animation: bp-fadein 0.2s;
}

.bp-cap a {
  color: inherit;
}

.bp-inline {
  position: absolute;
}

.bp-lock {
  overflow-y: hidden;
}

.bp-lock body {
  overflow: scroll;
}

.bp-noclose .bp-x {
  display: none;
}

.bp-noclose:not(.bp-zoomed) {
  touch-action: pan-y;
}

.bp-noclose:not(.bp-zoomed) .bp-img-wrap {
  cursor: zoom-in;
}

@media (prefers-reduced-motion) {
  .bp-wrap * {
    animation-duration: 0s !important;
  }
}
@media (max-width: 500px) {
  .bp-x {
    height: 47px;
    width: 47px;
  }
  .bp-x:before {
    width: 34px;
    top: 6px;
    right: 6px;
  }
  .bp-prev,
  .bp-next {
    margin-top: -27px;
    height: 54px;
    width: 45px;
  }
  .bp-prev:before,
  .bp-next:before {
    top: 7px;
    left: 2px;
    width: 43px;
  }
  .bp-o,
  .bp-o:after {
    border-width: 6px;
    width: 60px;
    height: 60px;
  }
  .bp-count {
    margin: 12px 10px;
  }
}
/**
 * Container
 * 
 * Center aligns element with given maximum width, padding, and margins top and bottom.
 * @param {String} $width - Pixel unit value.
 * @param {String} $gap - Pixel unit value.
 * @example @include container(1024px, 20px);
 */
/**
 * Section
 *
 * Add top and bottom spacing to element using paddings.
 * @param {String} $top - Pixel unit value.
 * @param {String} $bottom - Pixel unit value.
 * @example @include section(100px, 100px);
 */
/**
 * Media.
 *
 * Media queries according to "The 100% Correct Way To Do CSS Breakpoints" (https://medium.freecodecamp.com/the-100-correct-way-to-do-css-breakpoints-88d6a5ba1862).
 * @param {String} $breakpoint - Breakpoint pixel unit value.
 * @example @include media('phone') {}
 */
/**
 * Elements.
 */
/**
 * General.
 */
/**
 * Remove margin and padding from every selector including their
 * psuedo selectors.
 *
 * 1. More sensible default box sizing.
 *    (css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice).
 */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: inherit; /* 1 */
}

/**
 * Set height of the document to maxium viewport height.
 *
 * 1. Set root font size to 10.
 */
html {
  height: 100vh;
  font-size: 62.5%; /* 1 */
  box-sizing: border-box;
}

/**
 * Set minimal height of the body to maximum viewport height to
 * match the document's height.
 *
 * 1. Firefox 25+.
 * 2. Chrome 5+.
 */
body {
  min-height: 100vh;
  font-size: 16px;
  line-height: 23px;
  background-color: hsl(0, 0%, 100%);
  color: hsl(0, 0%, 0%);
  font-family: "Source Sans 3";
  font-weight: 400;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale; /* 1 */
  -webkit-font-smoothing: antialiased; /* 2 */
}

/**
 * Custom user agent resets and overrides that are not present in
 * Normalize 8.0.0. This mostly removes some annoying margin and padding
 * defaults, border radius, and outlines.
 */
a {
  color: inherit;
  text-decoration: none;
}

/**
 * 1. Remove border radius on Chrome 62.0+ on macOS.
 */
button {
  border: 0;
  border-radius: 0; /* 1 */
  outline: none;
  background: none;
  cursor: pointer;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

figure {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-weight: inherit;
}

hr {
  margin: 0;
  padding: 0;
}

/**
 * 1. Remove white space.
 */
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle; /* 1 */
}

/**
 * 1. Remove inherited user agent appearance.
 */
input,
select,
textarea {
  max-width: 100%;
  border: 0;
  border-radius: 0;
  outline: none;
  appearance: none; /* 1 */
}

/**
 * 1. Only allow vertical resizing to prevent the textarea
 *    from overflowing the container.
 */
textarea {
  resize: vertical;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

p {
  margin: 0;
}

/**
 * 1. Collapse borders to prevent double sided borders.
 */
table {
  max-width: 100%;
  border-collapse: collapse; /* 1 */
}

strong {
  font-weight: 700;
}

/**
 * Objects.
 */
.button {
  font-size: 16px;
  line-height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all 250ms ease;
  cursor: pointer;
  padding: 10px 15px;
  border-radius: 2px;
  position: relative;
  transition: all 300ms ease;
  height: fit-content;
}
.button svg {
  width: 21px;
  height: 20px;
}
.button.has-svg-right svg {
  margin-left: 10px;
}
.button.has-svg-left svg {
  margin-right: 10px;
}

/**
 * Button (default).
 */
.button--default {
  background-color: hsl(218, 71%, 33%);
  color: hsl(0, 0%, 100%);
}
.button--default:hover {
  background-color: hsl(225, 36%, 91%);
  color: hsl(0, 0%, 0%);
}

/**
 * Every conceivable HTML element within a `.cms-output` wrapper.
 *
 * 1. Exclude last childs.
 */
.cms-output p:not(:last-child) {
  margin-bottom: 1em;
}
.cms-output h2,
.cms-output h3,
.cms-output h4 {
  margin-bottom: 30px;
}
.cms-output h5 {
  margin-bottom: 20px;
}
.cms-output .is-intro {
  font-size: 20px;
  line-height: 32px;
  font-weight: 700;
}
@media only screen and (max-width: 899px) {
  .cms-output .is-intro {
    font-size: 18px;
    line-height: 24px;
  }
}
.cms-output img.aligncenter {
  display: block;
  margin: 0 auto;
}
.cms-output img.alignright {
  display: block;
  margin: 0 0 0 auto;
}
.cms-output table {
  word-break: break-word;
}
.cms-output table td {
  vertical-align: top;
}
.cms-output ul,
.cms-output ol {
  list-style-type: square;
  margin-left: 20px;
  margin-bottom: 1em;
}
.cms-output ul li,
.cms-output ol li {
  margin-bottom: 15px;
}
.cms-output ol {
  list-style-type: decimal;
}
.cms-output strong {
  font-weight: bold;
}
.cms-output a {
  color: hsl(3, 86%, 54%);
  transition: all 250ms ease;
}
@media only screen and (min-width: 900px) {
  .cms-output a:hover {
    text-decoration: underline;
  }
}
.cms-output blockquote {
  position: relative;
  padding: 40px 45px 20px 45px;
  color: hsl(3, 86%, 54%);
}
.cms-output .wp-caption {
  margin-bottom: 20px;
}
.cms-output .wp-caption img {
  border-radius: 10px;
}
.cms-output .wp-caption .wp-caption-text {
  font-size: 16px;
  line-height: 20px;
  color: hsl(3, 86%, 54%);
  letter-spacing: 0.44px;
  margin-top: 10px;
}

/**
 * The content constraint is a constraint for all the content within
 * the document. It can be manipulated by CSS or JavaScript without
 * influencing the body.
 */
.content-constraint {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
}

.content-wrap {
  width: 100%;
}

.content-wrap__left {
  width: 25%;
  padding-top: 32px;
}
@media only screen and (max-width: 1199px) {
  .content-wrap__left {
    width: 30%;
  }
}
@media only screen and (max-width: 899px) {
  .content-wrap__left {
    width: 100%;
  }
}

.content-wrap__right {
  width: 75%;
  padding-left: 32px;
  padding-top: 32px;
}
@media only screen and (max-width: 1199px) {
  .content-wrap__right {
    width: 70%;
  }
}
@media only screen and (max-width: 899px) {
  .content-wrap__right {
    width: 100%;
    padding: 0;
  }
}

/**
 * Example of a flex based column grid layout in practice:
 *
 * <div class="row">
 *   <div class="col col-xs-6 col-sm-12"></div>
 *   <div class="col col-xs-6 col-sm-12"></div>
 * </div>
 *
 * This example will create a row with two columns each filling half the width
 * of the row on all media, but will convert to a full width column on the
 * small `-sm` breakpoint alias, which is mobile only. Refer to
 * `settings/_definitions.scss` for all breakpoint alias.
 */
/**
 * Flex object.
 *
 * Tip: Use flex on a column to make the box the same height as the column.
 */
.flex {
  display: flex;
}

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

/**
 * Flex object with a column based layout system.
 */
.row {
  display: flex;
  flex: 0 1 auto;
  flex-flow: row wrap;
  margin: 0 -10px;
}

/**
 * Box, the inside of a column.
 */
.box {
  flex: 1;
}

/**
 * Align `stretch` for the xs breakpoint.
 */
.align-xs-stretch {
  align-items: stretch;
}

/**
 * Align `center` for the xs breakpoint.
 */
.align-xs-center {
  align-items: center;
}

/**
 * Align `flex-start` for the xs breakpoint.
 */
.align-xs-flex-start {
  align-items: flex-start;
}

/**
 * Align `flex-end` for the xs breakpoint.
 */
.align-xs-flex-end {
  align-items: flex-end;
}

/**
 * Align `baseline` for the xs breakpoint.
 */
.align-xs-baseline {
  align-items: baseline;
}

/**
 * Justify `start` for the xs breakpoint.
 */
.justify-xs-start {
  justify-content: start;
}

/**
 * Justify `center` for the xs breakpoint.
 */
.justify-xs-center {
  justify-content: center;
}

/**
 * Justify `space-between` for the xs breakpoint.
 */
.justify-xs-space-between {
  justify-content: space-between;
}

/**
 * Justify `space-around` for the xs breakpoint.
 */
.justify-xs-space-around {
  justify-content: space-around;
}

/**
 * Justify `space-evenly` for the xs breakpoint.
 */
.justify-xs-space-evenly {
  justify-content: space-evenly;
}

/**
 * Bleed left for the xs breakpoint.
 */
.bleed-xs-left {
  padding-left: 0;
}

/**
 * Bleed right for the xs breakpoint.
 */
.bleed-xs-right {
  padding-right: 0;
}

/**
 * Order first for the `xs` breakpoint.
 */
.first-xs {
  order: -1;
}

/**
 * Order last for the `xs` breakpoint.
 */
.last-xs {
  order: 1;
}

/**
 * Reverse order for the `xs` breakpoint.
 */
.reverse-xs {
  flex-direction: row-reverse;
}

@media only screen and (max-width: 599px) {
  /**
   * Align `stretch` for the sm breakpoint.
   */
  .align-sm-stretch {
    align-items: stretch;
  }
  /**
   * Align `center` for the sm breakpoint.
   */
  .align-sm-center {
    align-items: center;
  }
  /**
   * Align `flex-start` for the sm breakpoint.
   */
  .align-sm-flex-start {
    align-items: flex-start;
  }
  /**
   * Align `flex-end` for the sm breakpoint.
   */
  .align-sm-flex-end {
    align-items: flex-end;
  }
  /**
   * Align `baseline` for the sm breakpoint.
   */
  .align-sm-baseline {
    align-items: baseline;
  }
  /**
   * Justify `start` for the sm breakpoint.
   */
  .justify-sm-start {
    justify-content: start;
  }
  /**
   * Justify `center` for the sm breakpoint.
   */
  .justify-sm-center {
    justify-content: center;
  }
  /**
   * Justify `space-between` for the sm breakpoint.
   */
  .justify-sm-space-between {
    justify-content: space-between;
  }
  /**
   * Justify `space-around` for the sm breakpoint.
   */
  .justify-sm-space-around {
    justify-content: space-around;
  }
  /**
   * Justify `space-evenly` for the sm breakpoint.
   */
  .justify-sm-space-evenly {
    justify-content: space-evenly;
  }
  /**
   * Bleed left for the sm breakpoint.
   */
  .bleed-sm-left {
    padding-left: 0;
  }
  /**
   * Bleed right for the sm breakpoint.
   */
  .bleed-sm-right {
    padding-right: 0;
  }
  /**
   * Order first for the `sm` breakpoint.
   */
  .first-sm {
    order: -1;
  }
  /**
   * Order last for the `sm` breakpoint.
   */
  .last-sm {
    order: 1;
  }
  /**
   * Reverse order for the `sm` breakpoint.
   */
  .reverse-sm {
    flex-direction: row-reverse;
  }
}
@media only screen and (min-width: 600px) {
  /**
   * Align `stretch` for the md breakpoint.
   */
  .align-md-stretch {
    align-items: stretch;
  }
  /**
   * Align `center` for the md breakpoint.
   */
  .align-md-center {
    align-items: center;
  }
  /**
   * Align `flex-start` for the md breakpoint.
   */
  .align-md-flex-start {
    align-items: flex-start;
  }
  /**
   * Align `flex-end` for the md breakpoint.
   */
  .align-md-flex-end {
    align-items: flex-end;
  }
  /**
   * Align `baseline` for the md breakpoint.
   */
  .align-md-baseline {
    align-items: baseline;
  }
  /**
   * Justify `start` for the md breakpoint.
   */
  .justify-md-start {
    justify-content: start;
  }
  /**
   * Justify `center` for the md breakpoint.
   */
  .justify-md-center {
    justify-content: center;
  }
  /**
   * Justify `space-between` for the md breakpoint.
   */
  .justify-md-space-between {
    justify-content: space-between;
  }
  /**
   * Justify `space-around` for the md breakpoint.
   */
  .justify-md-space-around {
    justify-content: space-around;
  }
  /**
   * Justify `space-evenly` for the md breakpoint.
   */
  .justify-md-space-evenly {
    justify-content: space-evenly;
  }
  /**
   * Bleed left for the md breakpoint.
   */
  .bleed-md-left {
    padding-left: 0;
  }
  /**
   * Bleed right for the md breakpoint.
   */
  .bleed-md-right {
    padding-right: 0;
  }
  /**
   * Order first for the `md` breakpoint.
   */
  .first-md {
    order: -1;
  }
  /**
   * Order last for the `md` breakpoint.
   */
  .last-md {
    order: 1;
  }
  /**
   * Reverse order for the `md` breakpoint.
   */
  .reverse-md {
    flex-direction: row-reverse;
  }
}
@media only screen and (min-width: 900px) {
  /**
   * Align `stretch` for the lg breakpoint.
   */
  .align-lg-stretch {
    align-items: stretch;
  }
  /**
   * Align `center` for the lg breakpoint.
   */
  .align-lg-center {
    align-items: center;
  }
  /**
   * Align `flex-start` for the lg breakpoint.
   */
  .align-lg-flex-start {
    align-items: flex-start;
  }
  /**
   * Align `flex-end` for the lg breakpoint.
   */
  .align-lg-flex-end {
    align-items: flex-end;
  }
  /**
   * Align `baseline` for the lg breakpoint.
   */
  .align-lg-baseline {
    align-items: baseline;
  }
  /**
   * Justify `start` for the lg breakpoint.
   */
  .justify-lg-start {
    justify-content: start;
  }
  /**
   * Justify `center` for the lg breakpoint.
   */
  .justify-lg-center {
    justify-content: center;
  }
  /**
   * Justify `space-between` for the lg breakpoint.
   */
  .justify-lg-space-between {
    justify-content: space-between;
  }
  /**
   * Justify `space-around` for the lg breakpoint.
   */
  .justify-lg-space-around {
    justify-content: space-around;
  }
  /**
   * Justify `space-evenly` for the lg breakpoint.
   */
  .justify-lg-space-evenly {
    justify-content: space-evenly;
  }
  /**
   * Bleed left for the lg breakpoint.
   */
  .bleed-lg-left {
    padding-left: 0;
  }
  /**
   * Bleed right for the lg breakpoint.
   */
  .bleed-lg-right {
    padding-right: 0;
  }
  /**
   * Order first for the `lg` breakpoint.
   */
  .first-lg {
    order: -1;
  }
  /**
   * Order last for the `lg` breakpoint.
   */
  .last-lg {
    order: 1;
  }
  /**
   * Reverse order for the `lg` breakpoint.
   */
  .reverse-lg {
    flex-direction: row-reverse;
  }
}
@media only screen and (min-width: 1200px) {
  /**
   * Align `stretch` for the xl breakpoint.
   */
  .align-xl-stretch {
    align-items: stretch;
  }
  /**
   * Align `center` for the xl breakpoint.
   */
  .align-xl-center {
    align-items: center;
  }
  /**
   * Align `flex-start` for the xl breakpoint.
   */
  .align-xl-flex-start {
    align-items: flex-start;
  }
  /**
   * Align `flex-end` for the xl breakpoint.
   */
  .align-xl-flex-end {
    align-items: flex-end;
  }
  /**
   * Align `baseline` for the xl breakpoint.
   */
  .align-xl-baseline {
    align-items: baseline;
  }
  /**
   * Justify `start` for the xl breakpoint.
   */
  .justify-xl-start {
    justify-content: start;
  }
  /**
   * Justify `center` for the xl breakpoint.
   */
  .justify-xl-center {
    justify-content: center;
  }
  /**
   * Justify `space-between` for the xl breakpoint.
   */
  .justify-xl-space-between {
    justify-content: space-between;
  }
  /**
   * Justify `space-around` for the xl breakpoint.
   */
  .justify-xl-space-around {
    justify-content: space-around;
  }
  /**
   * Justify `space-evenly` for the xl breakpoint.
   */
  .justify-xl-space-evenly {
    justify-content: space-evenly;
  }
  /**
   * Bleed left for the xl breakpoint.
   */
  .bleed-xl-left {
    padding-left: 0;
  }
  /**
   * Bleed right for the xl breakpoint.
   */
  .bleed-xl-right {
    padding-right: 0;
  }
  /**
   * Order first for the `xl` breakpoint.
   */
  .first-xl {
    order: -1;
  }
  /**
   * Order last for the `xl` breakpoint.
   */
  .last-xl {
    order: 1;
  }
  /**
   * Reverse order for the `xl` breakpoint.
   */
  .reverse-xl {
    flex-direction: row-reverse;
  }
}
/**
 * Default fields.
 */
label {
  display: block;
  margin-bottom: 8px;
  font-weight: bold;
  color: hsl(0, 0%, 0%);
}

select,
input,
textarea {
  font-size: 16px;
  line-height: 32px;
  width: 100%;
  height: 42px;
  border-radius: 4px;
  padding: 11px 15px;
  background-color: hsl(0, 0%, 100%);
  font-weight: 500;
  border: 1px solid hsl(0, 0%, 0%);
  color: hsl(0, 0%, 0%);
}
select:focus,
input:focus,
textarea:focus {
  background-color: hsl(0, 0%, 100%);
}

textarea {
  height: 230px;
  padding-top: 15px;
}

.gfield_required {
  color: hsl(3, 86%, 54%);
}

.ginput_container_select {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-color: transparent;
  border: 1px solid hsl(0, 0%, 0%);
}
.ginput_container_select svg {
  position: absolute;
  top: 14px;
  right: 20px;
  width: 9px;
  height: 13px;
  z-index: 1;
}
.ginput_container_select select {
  position: relative;
  width: calc(100% + 50px);
  max-width: none;
  margin: -2px;
  background-color: transparent;
  border: 0;
  z-index: 2;
}

input[type=radio],
input[type=checkbox] {
  width: 15px;
  height: 15px;
  border: 2px solid hsl(0, 0%, 0%);
  border-radius: 2px;
  background-color: hsl(0, 0%, 100%);
  transition: all 250ms ease;
}
input[type=radio]:checked,
input[type=checkbox]:checked {
  background-color: hsl(0, 0%, 0%);
}

input[type=radio] {
  border-radius: 20px;
}

/**
 * Gravity Forms.
 */
.gfield {
  margin-bottom: 25px;
}

.gform_validation_container {
  display: none;
}

.hidden_label > label {
  display: none;
}

.validation_message {
  font-size: 14px;
  line-height: 23px;
  margin-top: 5px;
  border-radius: 8px;
  padding: 10px 10px;
  display: flex;
  align-items: center;
  width: 100%;
  color: hsl(3, 86%, 54%);
  background-color: hsla(3, 86%, 54%, 0.1);
}
.validation_message > svg {
  width: 16px;
  height: 16px;
  margin-right: 5px;
  margin-top: -2px;
}

.validation_error {
  display: none;
  position: relative;
  margin: 0 0 50px;
  padding: 25px 25px 25px 75px;
  background: hsla(3, 86%, 54%, 0.1);
  color: hsl(3, 86%, 54%);
}
.validation_error > svg {
  position: absolute;
  top: calc(50% - 15px);
  left: 30px;
  width: 31px;
  height: 30px;
  color: hsl(3, 86%, 54%);
}
.validation_error .close-button {
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
}
.validation_error .close-button svg {
  width: 16px;
  height: 16px;
  color: hsl(0, 0%, 0%);
}

.gform_confirmation_message {
  width: 100%;
  padding: 50px;
  background: hsl(3, 86%, 54%);
}
.gform_confirmation_message br {
  display: none;
}
.gform_confirmation_message h4 {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.gform_confirmation_message h4 svg {
  width: 28px;
  height: 28px;
  margin-right: 20px;
  border-radius: 20px;
  background-color: hsl(0, 0%, 100%);
  padding: 5px;
  color: hsl(0, 0%, 0%);
}

.gform_heading {
  display: none;
}

/**
 * Heading.
 */
h1,
h2,
h3,
h4 {
  font-family: "Source Sans 3";
  color: hsl(0, 0%, 0%);
  font-weight: 600;
}
h1.is-white,
h2.is-white,
h3.is-white,
h4.is-white {
  color: hsl(0, 0%, 100%);
}

/**
 * Heading 1.
*/
h1,
.heading-1 {
  font-size: 40px;
  line-height: 48px;
}
@media only screen and (max-width: 899px) {
  h1,
  .heading-1 {
    font-size: 28px;
    line-height: 36px;
  }
}

/**
 * Heading 2.
 */
h2,
.heading-2 {
  font-size: 34px;
  line-height: 40px;
}
@media only screen and (max-width: 899px) {
  h2,
  .heading-2 {
    font-size: 24px;
    line-height: 32px;
  }
}

/**
 * Heading 3.
 */
h3,
.heading-3 {
  font-size: 28px;
  line-height: 36px;
}
@media only screen and (max-width: 899px) {
  h3,
  .heading-3 {
    font-size: 22px;
    line-height: 28px;
  }
}

/**
* Heading 3.
*/
h4 {
  font-size: 22px;
  line-height: 28px;
}
@media only screen and (max-width: 899px) {
  h4 {
    font-size: 18px;
    line-height: 24px;
  }
}

/**
* Heading 3.
*/
h5 {
  font-size: 18px;
  line-height: 24px;
}
@media only screen and (max-width: 899px) {
  h5 {
    font-size: 16px;
    line-height: 22px;
  }
}

/**
 * Subheading.
 */
p {
  font-size: 16px;
  line-height: 24px;
}
@media only screen and (max-width: 899px) {
  p {
    font-size: 14px;
    line-height: 20px;
  }
}
p.is-white {
  color: hsl(0, 0%, 100%);
}

.has-lazy-load {
  position: relative;
  top: -150px;
  transition: all 750ms ease;
  transition-delay: 500ms;
  opacity: 0;
}
.has-lazy-load.header {
  transition-delay: 750ms;
  transition: all 500ms ease;
}

.has-lazy-load[loaded=true] {
  top: 0;
  opacity: 1;
}

.pagination {
  width: 100%;
  margin-bottom: 150px;
}
.pagination .wrapper {
  justify-content: center;
}
.pagination .page-numbers {
  font-size: 18px;
  line-height: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  transition: all 250ms ease;
  color: hsl(0, 0%, 0%);
  font-weight: 500;
}
.pagination .page-numbers:hover, .pagination .page-numbers.current {
  color: hsl(3, 86%, 54%);
  font-weight: 700;
}
.pagination .page-numbers.prev, .pagination .page-numbers.next {
  margin-right: 15px;
}
.pagination .page-numbers.prev svg, .pagination .page-numbers.next svg {
  position: relative;
  top: 0;
  width: 27px;
  height: 22px;
  color: hsl(0, 0%, 0%);
  transition: all 250ms ease;
}
.pagination .page-numbers.prev:hover, .pagination .page-numbers.next:hover {
  color: hsl(3, 86%, 54%);
}
.pagination .page-numbers.next {
  margin-right: 0;
  margin-left: 5px;
}

/**
 * Wrapper (default)
 */
.wrapper {
  max-width: calc(1280px + 128px);
  padding: 0 64px;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 899px) {
  .wrapper {
    max-width: calc(1280px + 64px);
    padding: 0 32px;
    width: 100%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 599px) {
  .wrapper {
    max-width: calc(1280px + 32px);
    padding: 0 16px;
    width: 100%;
    margin: 0 auto;
  }
}

/**
 * Wrapper (small)
 */
.wrapper--small {
  max-width: calc(1140px + 100px);
  padding: 0 50px;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 899px) {
  .wrapper--small {
    max-width: calc(1140px + 120px);
    padding: 0 60px;
    width: 100%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 599px) {
  .wrapper--small {
    max-width: calc(1140px + 40px);
    padding: 0 20px;
    width: 100%;
    margin: 0 auto;
  }
}

/**
* Self hosted google webfonts.
* https://gwfh.mranftl.com/fonts
**/
/* source-sans-3-200 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Source Sans 3";
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/source-sans-3-v15-latin-200.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* source-sans-3-200italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Source Sans 3";
  font-style: italic;
  font-weight: 200;
  src: url("../fonts/source-sans-3-v15-latin-200italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* source-sans-3-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Source Sans 3";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/source-sans-3-v15-latin-300.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* source-sans-3-300italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Source Sans 3";
  font-style: italic;
  font-weight: 300;
  src: url("../fonts/source-sans-3-v15-latin-300italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* source-sans-3-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Source Sans 3";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/source-sans-3-v15-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* source-sans-3-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Source Sans 3";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/source-sans-3-v15-latin-italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* source-sans-3-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Source Sans 3";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/source-sans-3-v15-latin-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* source-sans-3-500italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Source Sans 3";
  font-style: italic;
  font-weight: 500;
  src: url("../fonts/source-sans-3-v15-latin-500italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* source-sans-3-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Source Sans 3";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/source-sans-3-v15-latin-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* source-sans-3-600italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Source Sans 3";
  font-style: italic;
  font-weight: 600;
  src: url("../fonts/source-sans-3-v15-latin-600italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* source-sans-3-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Source Sans 3";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/source-sans-3-v15-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* source-sans-3-700italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Source Sans 3";
  font-style: italic;
  font-weight: 700;
  src: url("../fonts/source-sans-3-v15-latin-700italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* source-sans-3-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Source Sans 3";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/source-sans-3-v15-latin-800.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* source-sans-3-800italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Source Sans 3";
  font-style: italic;
  font-weight: 800;
  src: url("../fonts/source-sans-3-v15-latin-800italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* source-sans-3-900 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Source Sans 3";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/source-sans-3-v15-latin-900.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* source-sans-3-900italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Source Sans 3";
  font-style: italic;
  font-weight: 900;
  src: url("../fonts/source-sans-3-v15-latin-900italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
.line {
  height: 5px;
  width: 50%;
  display: block;
  float: left;
}

.line-blue {
  background: hsl(218, 71%, 33%);
}

.line-red {
  background: hsl(3, 86%, 54%);
}

.submenu {
  margin: 32px 0;
  width: 100%;
}

.submenu__title {
  width: 100%;
  padding: 5px 10px;
  background-color: hsl(218, 71%, 33%);
  color: hsl(0, 0%, 100%);
  border-radius: 4px 4px 0 0;
}

.submenu-item {
  width: 100%;
  padding: 0;
  display: inline-flex;
  flex-wrap: wrap;
}
.submenu-item:not(:last-of-type) a {
  border-bottom: 1px solid hsl(218, 71%, 33%);
}
.submenu-item:last-of-type a {
  border-radius: 0 0 4px 4px;
}
.submenu-item > a {
  padding: 10px;
  width: 100%;
  transition: all 300ms ease;
  position: relative;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
}
.submenu-item > a svg {
  position: absolute;
  right: 0;
  padding: 10px;
  width: 32px;
  height: 32px;
  fill: hsl(0, 0%, 0%);
  transition: all 300ms ease;
  z-index: 2;
}
.submenu-item > a.is-active {
  background-color: hsl(225, 36%, 91%);
}
.submenu-item > a.is-active svg {
  transform: rotate(180deg);
}
@media only screen and (min-width: 900px) {
  .submenu-item > a:hover {
    background-color: hsl(218, 71%, 33%);
    color: hsl(0, 0%, 100%);
  }
  .submenu-item > a:hover svg {
    fill: hsl(0, 0%, 100%);
  }
}
.submenu-item.is-current > a {
  background-color: hsl(218, 71%, 33%);
  color: hsl(0, 0%, 100%);
}
.submenu-item.is-current > a svg {
  fill: hsl(0, 0%, 100%);
}

.submenu-item__children {
  width: 100%;
}

.submenu-item__child {
  width: 100%;
}
.submenu-item__child a {
  width: 100%;
  padding: 10px;
  transition: all 300ms ease;
  position: relative;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  background-color: hsl(225, 36%, 91%);
}
.submenu-item__child.is-current > a {
  background-color: hsl(218, 71%, 33%);
  color: hsl(0, 0%, 100%);
}
.submenu-item__child.is-current > a svg {
  fill: hsl(0, 0%, 100%);
}

.general-contact {
  background-color: hsl(3, 86%, 54%);
  color: hsl(0, 0%, 100%);
  margin: 32px 0;
  padding: 20px 10px;
  border-radius: 4px;
}

.general-contact__title {
  margin-bottom: 10px;
  font-weight: 600;
}

.general-contact__phone {
  display: inline-flex;
  width: 100%;
  margin-bottom: 7px;
}

.general-contact__email {
  display: inline-flex;
  align-items: center;
  width: 100%;
}

.general-contact__icon {
  width: 20px;
  height: 20px;
  background-color: hsl(218, 71%, 33%);
  color: hsl(0, 0%, 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 8px;
}
.general-contact__icon svg {
  width: 10px;
  height: 10px;
  fill: hsl(0, 0%, 100%);
}

.header-image {
  position: relative;
  height: 250px;
}
@media only screen and (max-width: 899px) {
  .header-image .wrapper {
    padding: 0;
  }
}

.header-image__image {
  width: 100%;
  height: auto;
  height: 250px;
}
.header-image__image img {
  height: 250px;
  width: 100%;
  object-fit: cover;
}

.breadcrumbs {
  margin: 32px 0;
}
.breadcrumbs h1 span span:first-of-type {
  display: none;
}
.breadcrumbs h1 span span:nth-child(2) {
  display: none;
}
.breadcrumbs h1 span span:not(.breadcrumb_last) {
  opacity: 0.5;
}
.breadcrumbs h1 span span.breadcrumbs__seperator {
  opacity: 1;
}

/**
 * Components.
 */
.header {
  background-color: hsl(0, 0%, 100%);
}
.header .wrapper {
  justify-content: space-between;
  align-items: center;
}

.header__logo {
  padding: 10px 0;
  height: 120px;
  width: auto;
}
@media only screen and (max-width: 1000px) {
  .header__logo {
    height: 90px;
  }
}
.header__logo img {
  object-fit: contain;
  height: 100px;
  width: auto;
}
@media only screen and (max-width: 1000px) {
  .header__logo img {
    height: 70px;
  }
}

.header__wrap {
  flex-direction: column;
  height: 120px;
  justify-content: flex-start;
  align-items: flex-end;
}
@media only screen and (max-width: 1000px) {
  .header__wrap {
    justify-content: center;
  }
}

.header__usps {
  gap: 5px;
}
@media only screen and (max-width: 1000px) {
  .header__usps {
    display: none;
  }
}

.header__usp {
  padding: 5px;
  border-radius: 2px;
  position: relative;
  background: url(../../assets/images/truck-icon.png) no-repeat 5px center;
}
.header__usp span {
  font-size: 12px;
  border-bottom: 1px solid hsl(218, 71%, 33%);
  padding: 0 0 0 30px;
}

.header__menu {
  height: fit-content;
  margin-left: auto;
  margin-top: 30px;
}
@media only screen and (max-width: 1000px) {
  .header__menu {
    display: none;
  }
}
.header__menu li {
  margin-left: 3px;
}
.header__menu li.current_page_ancestor > a, .header__menu li.current-menu-item > a {
  background-color: hsl(218, 71%, 33%);
  color: hsl(0, 0%, 100%);
}
.header__menu li a {
  padding: 15px 8px;
  font-size: 16px;
  line-height: 24px;
  position: relative;
  background-color: hsl(225, 36%, 91%);
  transition: all 300ms ease;
  border-radius: 2px;
}
@media only screen and (min-width: 900px) {
  .header__menu li a:hover {
    background-color: hsl(218, 71%, 33%);
    color: hsl(0, 0%, 100%);
  }
}

.header__menu-button {
  display: none;
}
@media only screen and (max-width: 1000px) {
  .header__menu-button {
    display: flex;
    flex-direction: column;
    width: 40px;
    z-index: 100;
    cursor: pointer;
  }
  .header__menu-button span {
    background-color: hsl(218, 71%, 33%);
    border-radius: 10px;
    height: 4px;
    margin: 4px 0;
    transition: 300ms cubic-bezier(0.68, -0.6, 0.32, 1.6);
  }
  .header__menu-button span:nth-child(1) {
    width: 100%;
  }
  .header__menu-button span:nth-child(2) {
    width: 100%;
  }
  .header__menu-button span:nth-child(3) {
    width: 100%;
  }
  .header__menu-button.is-active span:nth-child(1) {
    transform-origin: bottom;
    transform: rotateZ(45deg) translate(8px, 8px);
  }
  .header__menu-button.is-active span:nth-child(2) {
    transform-origin: top;
    transform: rotateZ(-45deg);
  }
  .header__menu-button.is-active span:nth-child(3) {
    width: 0%;
    transform-origin: bottom;
    opacity: 0;
    transform: translate(17px, -6px) rotateZ(45deg);
  }
}

.footer {
  background-color: hsl(218, 71%, 33%);
  color: hsl(0, 0%, 100%);
  padding: 20px 0;
  border-top: 5px solid hsl(3, 86%, 54%);
}
.footer h4 {
  color: hsl(0, 0%, 100%);
  margin-bottom: 10px;
}
.footer .wrapper {
  gap: 32px;
}
.footer a {
  position: relative;
  width: fit-content;
}
.footer a::before {
  position: absolute;
  left: 0;
  bottom: 2px;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: hsl(0, 0%, 100%);
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
@media only screen and (min-width: 900px) {
  .footer a:hover:before {
    opacity: 1;
    transform: scaleX(1);
  }
}
@media only screen and (max-width: 599px) {
  .footer a:hover:after {
    opacity: 1;
    transform: scaleX(1);
  }
}

.footer__contact {
  width: 25%;
}
@media only screen and (max-width: 899px) {
  .footer__contact {
    width: calc(50% - 16px);
  }
}
@media only screen and (max-width: 599px) {
  .footer__contact {
    width: 100%;
  }
}

.footer__address {
  margin-bottom: 16px;
}

.footer__phone,
.footer__email {
  display: block;
  width: 100%;
}

.footer__sitemap {
  width: 25%;
}
@media only screen and (max-width: 899px) {
  .footer__sitemap {
    width: calc(50% - 16px);
  }
}
@media only screen and (max-width: 599px) {
  .footer__sitemap {
    width: 100%;
  }
}

.footer__tags {
  width: calc(50% - 64px);
}
@media only screen and (max-width: 899px) {
  .footer__tags {
    width: 100%;
  }
}

.footer__sitemap-link {
  display: block;
  position: relative;
  width: 100%;
  margin: 0 0 0 13px;
}
.footer__sitemap-link::after {
  position: absolute;
  left: -13px;
  bottom: 4px;
  content: "";
  display: block;
  width: 0;
  height: 18px;
  width: 6px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3C!--!Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--%3E%3Cpath d='M310.6 233.4c12.5 12.5 12.5 32.8 0 45.3l-192 192c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L242.7 256 73.4 86.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l192 192z' fill='%23fff'/%3E%3C/svg%3E%0A");
}

.footer__tags-wrap {
  gap: 5px;
  max-width: 300px;
}

.footer__tag {
  font-size: 12px;
  padding: 3px;
  border: 1px solid hsl(0, 0%, 100%);
  border-radius: 4px;
  color: hsl(0, 0%, 100%);
  width: fit-content;
}

.navigation-mobile {
  position: absolute;
  top: 100vh;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 125px);
  margin-top: 125px;
  transition: all 500ms ease;
  background: hsl(0, 0%, 100%);
  opacity: 0;
  z-index: 999;
  overflow-x: hidden;
  pointer-events: none;
}
.navigation-mobile.is-active {
  top: 0;
  opacity: 1;
  pointer-events: all;
}
.navigation-mobile::-webkit-scrollbar {
  display: none;
}

/**
 * Main menu.
 */
.navigation-mobile__main {
  padding: 0;
}
.navigation-mobile__main > li {
  position: relative;
}
.navigation-mobile__main > li.current_page_ancestor, .navigation-mobile__main > li.current-menu-item {
  background-color: hsl(225, 36%, 91%);
}
.navigation-mobile__main > li.current_page_ancestor > a, .navigation-mobile__main > li.current-menu-item > a {
  color: hsl(0, 0%, 0%);
}
.navigation-mobile__main > li.is-active > a {
  color: hsl(0, 0%, 0%);
}
.navigation-mobile__main > li.is-active > a > span svg {
  transform: rotate(-90deg);
}
.navigation-mobile__main > li > a {
  font-size: 16px;
  line-height: 24px;
  display: block;
  position: relative;
  width: 100%;
  margin: 0;
  padding: 20px;
  color: hsl(0, 0%, 0%);
}
.navigation-mobile__main > li > a > span {
  padding: 0 20px 0 5px;
  cursor: pointer;
}
.navigation-mobile__main > li > a > span svg {
  position: absolute;
  top: calc(50% - 8px);
  right: 0;
  width: 18px;
  height: 18px;
  margin-left: 5px;
  transition: all 500ms ease;
  color: hsl(0, 0%, 0%);
}
.navigation-mobile__main > li .submenu-container {
  display: none;
  position: relative;
  margin-top: 10px;
  padding-top: 20px;
}
.navigation-mobile__main > li .submenu-container li a {
  font-size: 14px;
  line-height: 18px;
  position: relative;
  display: block;
  margin-bottom: 10px;
  font-weight: 600;
  color: hsl(0, 0%, 0%);
}
.navigation-mobile__main > li .submenu-container li.current_page_ancestor > a, .navigation-mobile__main > li .submenu-container li.current-menu-item > a {
  color: hsl(0, 0%, 0%);
}
.navigation-mobile__main > li .submenu-container li.is-active > a {
  color: hsl(0, 0%, 0%);
}

/**
 * Disable scroll.
 */
body.is-active {
  overflow: hidden;
}
body.is-active .header::before {
  bottom: 0;
}

.slideshow {
  position: relative;
  margin-bottom: 64px;
}
@media only screen and (max-width: 899px) {
  .slideshow {
    margin-bottom: 32px;
  }
}
@media only screen and (max-width: 899px) {
  .slideshow .wrapper {
    padding: 0;
  }
}
.slideshow.height--default {
  height: 500px;
}
@media only screen and (max-width: 899px) {
  .slideshow.height--default {
    height: 250px;
  }
}
.slideshow.height--default .slideshow__image {
  height: 500px;
}
@media only screen and (max-width: 899px) {
  .slideshow.height--default .slideshow__image {
    height: 250px;
  }
}
.slideshow.height--default .slideshow__image img {
  height: 500px;
  object-fit: cover;
}
@media only screen and (max-width: 899px) {
  .slideshow.height--default .slideshow__image img {
    height: 250px;
  }
}
.slideshow.height--compact {
  height: 250px;
}
.slideshow.height--compact .slideshow__image {
  height: 250px;
}

.slideshow__images-wrap {
  position: relative;
}

.slideshow__image {
  width: 100%;
}
.slideshow__image img {
  width: 100%;
}

.slideshow__arrows {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  width: 100%;
  padding: 0 50px;
  transition: all 300ms ease;
}
@media only screen and (max-width: 899px) {
  .slideshow__arrows {
    padding: 0 20px;
  }
}
.slideshow__arrows .wrapper {
  justify-content: space-between;
  width: 100%;
}

.slideshow__arrow svg {
  width: 40px;
  height: 40px;
  fill: hsl(0, 0%, 100%);
}
@media only screen and (max-width: 899px) {
  .slideshow__arrow svg {
    width: 20px;
    height: 20px;
  }
}

.default {
  position: relative;
  margin: 64px 0;
}
@media only screen and (max-width: 899px) {
  .default {
    margin: 32px 0;
  }
}
.default.is-default {
  margin: 32px 0;
}
.default.is-default .wrapper {
  padding: 0;
}

.default__body {
  max-width: 800px;
}

.default__title {
  margin-bottom: 16px;
}

.default__editor {
  width: 100%;
}

.text-image {
  position: relative;
  margin: 64px 0;
  background-color: hsl(225, 36%, 91%);
}
@media only screen and (max-width: 899px) {
  .text-image {
    margin: 32px 0;
  }
}
.text-image .wrapper {
  justify-content: space-between;
  align-items: center;
}
.text-image.image-position--left .wrapper {
  flex-direction: row-reverse;
}
@media only screen and (max-width: 899px) {
  .text-image.image-position--left .text-image__body {
    width: 100%;
    padding: 32px 0 0 0 !important;
  }
}

.text-image__title {
  margin-bottom: 16px;
}

.text-image___editor {
  width: 100%;
}

.text-image__body {
  padding: 48px 0 32px;
  width: calc(50% - 64px);
}
@media only screen and (max-width: 899px) {
  .text-image__body {
    width: 100%;
    padding: 32px 0 0 0;
  }
}

.text-image__image {
  border-radius: 4px;
  width: 50%;
  padding: 32px 0;
}
@media only screen and (max-width: 899px) {
  .text-image__image {
    width: 100%;
  }
}
.text-image__image img {
  border-radius: 4px;
  width: 100%;
  height: auto;
}

.teasers {
  position: relative;
  margin: 64px 0;
}
@media only screen and (max-width: 899px) {
  .teasers {
    margin: 32px 0;
  }
}
.teasers.is-default {
  margin: 32px 0;
}
.teasers.is-default .wrapper {
  padding: 0;
}

.teasers__title {
  margin-bottom: 16px;
}

.teasers__teasers {
  gap: 32px;
}
@media only screen and (max-width: 599px) {
  .teasers__teasers {
    gap: 16px;
  }
}

.teasers__teaser {
  width: calc(33.3333333333% - 21.3333333333px);
}
@media only screen and (max-width: 1199px) {
  .teasers__teaser {
    width: calc(50% - 16px);
  }
}
@media only screen and (max-width: 599px) {
  .teasers__teaser {
    width: 100%;
  }
}
@media only screen and (min-width: 900px) {
  .teasers__teaser:hover .teasers__teaser-image img {
    transform: scale(1.1);
  }
}

.teasers__teaser-image {
  border-radius: 4px;
  overflow: hidden;
  max-height: 300px;
}
@media only screen and (min-width: 600px) and (max-width: 899px) {
  .teasers__teaser-image {
    max-height: 200px;
  }
}
.teasers__teaser-image img {
  transition: all 300ms ease;
  width: 100%;
  height: 200px;
  object-fit: cover;
}
@media only screen and (min-width: 600px) and (max-width: 899px) {
  .teasers__teaser-image img {
    height: 200px;
  }
}

.teasers__teaser-body {
  padding: 16px 0 0;
  color: hsl(0, 0%, 0%);
}

.teasers__teaser-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 8px;
}

.teasers__teaser-editor {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.teasers__teaser-link {
  margin-top: 8px;
  color: hsl(218, 71%, 33%);
}

.gallery {
  position: relative;
  margin: 64px 0;
}
@media only screen and (max-width: 899px) {
  .gallery {
    margin: 32px 0;
  }
}
.gallery.is-default {
  margin: 32px 0;
}
.gallery.is-default .wrapper {
  padding: 0;
}

.gallery__images {
  gap: 16px;
}

.gallery__image {
  border-radius: 4px;
  cursor: pointer;
  width: calc(33.3333333333% - 10.6666666667px);
  aspect-ratio: 1/1;
  overflow: hidden;
}
@media only screen and (max-width: 599px) {
  .gallery__image {
    width: calc(50% - 8px);
  }
}
.gallery__image img {
  transition: all 300ms ease;
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}
@media only screen and (min-width: 900px) {
  .gallery__image:hover img {
    transform: scale(1.1);
  }
}

.content-form {
  position: relative;
  margin: 64px 0;
}
@media only screen and (max-width: 899px) {
  .content-form {
    margin: 32px 0;
  }
}
.content-form.is-default {
  margin: 32px 0;
}
.content-form.is-default .wrapper {
  padding: 0;
}
.content-form.has-maps .content-form__maps {
  display: block;
}

.content-form__title {
  margin-bottom: 16px;
}

.content-form__editor {
  width: 100%;
  margin-bottom: 16px;
}

.content-form__maps {
  margin: 32px 0;
  width: 100%;
  height: 500px;
  border-radius: 4px;
}
.content-form__maps iframe {
  height: 100%;
  width: 100%;
  border-radius: 4px;
}

/**
 * Reviews.
 */
.review-latest {
  position: relative;
  margin: -32px 0;
}
@media only screen and (max-width: 899px) {
  .review-latest {
    margin: 32px 0;
  }
}
.review-latest .wrapper {
  align-items: center;
  justify-content: space-between;
  gap: 16px 0;
}
.review-latest .review-item {
  min-width: fit-content !important;
  max-width: fit-content !important;
}
.review-latest .review-item__title {
  white-space: nowrap;
  width: fit-content;
  padding-right: 10px;
  font-style: italic;
  color: hsl(218, 71%, 33%);
}
.review-latest .review-item__quote {
  white-space: nowrap;
  width: fit-content;
}

.review-latest-icon {
  width: 27px;
  height: 27px;
  margin-right: 10px;
}

.review-latest__wrap {
  max-width: calc(100% - 147px);
  position: relative;
}
@media only screen and (max-width: 899px) {
  .review-latest__wrap {
    max-width: calc(100% - 37px);
  }
  .review-latest__wrap::after {
    width: 10px;
  }
}
.review-latest__wrap::after {
  z-index: 2;
  width: 70px;
  content: "";
  right: 0;
  top: 0;
  height: 100%;
  position: absolute;
  background: linear-gradient(270deg, hsl(0, 0%, 100%), transparent);
}

.review-list {
  position: relative;
  margin: 64px 0;
}
@media only screen and (max-width: 899px) {
  .review-list {
    margin: 32px 0;
  }
}
.review-list.is-default {
  margin: 32px 0;
}
.review-list.is-default .wrapper {
  padding: 0;
}
.review-list .review-item {
  width: calc(50% - 16px);
  background-color: hsl(225, 36%, 91%);
  padding: 10px;
}
@media only screen and (max-width: 599px) {
  .review-list .review-item {
    width: 100%;
  }
}

.review-list__title {
  margin-bottom: 16px;
}

.review-list__editor {
  width: 100%;
  margin-bottom: 16px;
}

.review-list__body {
  max-width: 800px;
  margin: 16px 0;
}

.review-list__wrapper {
  margin: 32px 0;
}

.review-list__subtitle {
  margin-bottom: 16px;
  width: 100%;
}

.review-list__wrap {
  gap: 32px;
  width: 100%;
}
@media only screen and (max-width: 599px) {
  .review-list__wrap {
    gap: 16px;
  }
}

.review-item__head {
  margin-bottom: 5px;
  width: 100%;
  gap: 5px;
}

.review-item__title {
  font-weight: 600;
}

.news-item__date {
  font-style: italic;
}

/**
 * Project.
 */
.project-latest {
  position: relative;
  margin: 64px 0;
}
@media only screen and (max-width: 899px) {
  .project-latest {
    margin: 32px 0;
  }
}
@media only screen and (max-width: 899px) {
  .project-latest .project-item {
    min-width: 300px;
    max-width: 300px;
    min-height: auto;
    max-height: auto;
  }
}

.project-latest__head {
  justify-content: space-between;
  width: 100%;
  margin-bottom: 32px;
}

.project-latest__title {
  max-width: 800px;
}

.project-latest__wrap {
  overflow: visible !important;
  width: 100%;
}

@media only screen and (min-width: 900px) {
  .project-item:hover .project-item__image img {
    transform: scale(1.1);
  }
}

.project-item__image {
  border-radius: 4px;
  overflow: hidden;
  max-height: 300px;
}
@media only screen and (min-width: 600px) and (max-width: 899px) {
  .project-item__image {
    max-height: 200px;
  }
}
.project-item__image img {
  transition: all 300ms ease;
  width: 100%;
  height: 200px;
  object-fit: cover;
}
@media only screen and (min-width: 600px) and (max-width: 899px) {
  .project-item__image img {
    height: 200px;
  }
}

.project-item__body {
  padding: 16px 0 0;
  color: hsl(0, 0%, 0%);
}

.project-item__title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 8px;
}

.project-list {
  position: relative;
  margin: 64px 0;
}
@media only screen and (max-width: 899px) {
  .project-list {
    margin: 32px 0;
  }
}
.project-list.is-default {
  margin: 32px 0;
}
.project-list.is-default .wrapper {
  padding: 0;
}

.project-list__title {
  margin-bottom: 16px;
}

.project-list__wrap {
  gap: 32px;
  width: 100%;
}
.project-list__wrap .project-item {
  width: calc(25% - 24px);
}
@media only screen and (max-width: 899px) {
  .project-list__wrap .project-item {
    width: calc(50% - 16px);
  }
}
@media only screen and (max-width: 599px) {
  .project-list__wrap .project-item {
    width: 100%;
  }
}

.project-single {
  position: relative;
  margin: 32px 0;
}

.project-single__title {
  margin-bottom: 16px;
  max-width: 800px;
}

.project-single__editor {
  width: 100%;
  max-width: 800px;
}

.project-single__images {
  margin-top: 32px;
  gap: 16px;
}

.project-single__image {
  cursor: pointer;
  width: calc(25% - 12px);
  aspect-ratio: 1/1;
}
@media only screen and (max-width: 599px) {
  .project-single__image {
    width: calc(50% - 8px);
  }
}
.project-single__image img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}

.news-single__back {
  margin-top: 32px;
}

/**
 * Utilities.
 */
/**
 * Color utility classes.
 *
 * Automatically generated color and background color utility classes based on every color definition in `settings/_color.scss`.
 * Loop through every `$key` and `$map` in the `$colors` variable map defined in `settings/_color.scss`.
 */
/**
 * `color` hsl(0, 0%, 0%)-100 color utility.
 */
.color-black-100 {
  color: hsl(0, 0%, 0%);
}

/**
 * `background-color` hsl(0, 0%, 0%)-100 color utility.
 */
.background-color-black-100 {
  background-color: hsl(0, 0%, 0%);
}

/**
 * `color` hsl(0, 0%, 100%)-100 color utility.
 */
.color-white-100 {
  color: hsl(0, 0%, 100%);
}

/**
 * `background-color` hsl(0, 0%, 100%)-100 color utility.
 */
.background-color-white-100 {
  background-color: hsl(0, 0%, 100%);
}

/**
 * `color` hsl(3, 86%, 54%)-100 color utility.
 */
.color-red-100 {
  color: hsl(3, 86%, 54%);
}

/**
 * `background-color` hsl(3, 86%, 54%)-100 color utility.
 */
.background-color-red-100 {
  background-color: hsl(3, 86%, 54%);
}

/**
 * `color` hsla(3, 86%, 54%, 0.1)-10 color utility.
 */
.color-red-10 {
  color: hsla(3, 86%, 54%, 0.1);
}

/**
 * `background-color` hsla(3, 86%, 54%, 0.1)-10 color utility.
 */
.background-color-red-10 {
  background-color: hsla(3, 86%, 54%, 0.1);
}

/**
 * `color` hsl(218, 71%, 33%)-100 color utility.
 */
.color-blue-100 {
  color: hsl(218, 71%, 33%);
}

/**
 * `background-color` hsl(218, 71%, 33%)-100 color utility.
 */
.background-color-blue-100 {
  background-color: hsl(218, 71%, 33%);
}

/**
 * `color` hsla(218, 71%, 33%, 0.1)-10 color utility.
 */
.color-blue-10 {
  color: hsla(218, 71%, 33%, 0.1);
}

/**
 * `background-color` hsla(218, 71%, 33%, 0.1)-10 color utility.
 */
.background-color-blue-10 {
  background-color: hsla(218, 71%, 33%, 0.1);
}

/**
 * `color` hsl(225, 36%, 91%)-100 color utility.
 */
.color-gray-100 {
  color: hsl(225, 36%, 91%);
}

/**
 * `background-color` hsl(225, 36%, 91%)-100 color utility.
 */
.background-color-gray-100 {
  background-color: hsl(225, 36%, 91%);
}

/**
 * `color` hsla(225, 36%, 91%, 0.1)-10 color utility.
 */
.color-gray-10 {
  color: hsla(225, 36%, 91%, 0.1);
}

/**
 * `background-color` hsla(225, 36%, 91%, 0.1)-10 color utility.
 */
.background-color-gray-10 {
  background-color: hsla(225, 36%, 91%, 0.1);
}