@charset "UTF-8";
/**
 * Foundation for Sites
 * Version 6.7.5
 * https://get.foundation
 * Licensed under MIT Open Source
 */
.slide-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(-100%);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-in-down.mui-enter.mui-enter-active {
  transform: translateY(0);
}

.slide-in-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(-100%);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-in-left.mui-enter.mui-enter-active {
  transform: translateX(0);
}

.slide-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(100%);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-in-up.mui-enter.mui-enter-active {
  transform: translateY(0);
}

.slide-in-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(100%);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-in-right.mui-enter.mui-enter-active {
  transform: translateX(0);
}

.slide-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(0);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-out-down.mui-leave.mui-leave-active {
  transform: translateY(100%);
}

.slide-out-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(0);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-out-right.mui-leave.mui-leave-active {
  transform: translateX(100%);
}

.slide-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(0);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-out-up.mui-leave.mui-leave-active {
  transform: translateY(-100%);
}

.slide-out-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(0);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-out-left.mui-leave.mui-leave-active {
  transform: translateX(-100%);
}

.fade-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 0;
  transition-property: opacity;
}

.fade-in.mui-enter.mui-enter-active {
  opacity: 1;
}

.fade-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 1;
  transition-property: opacity;
}

.fade-out.mui-leave.mui-leave-active {
  opacity: 0;
}

.hinge-in-from-top.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-top.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-right.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-bottom.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(90deg);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-bottom.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(90deg);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-left.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-middle-x.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-middle-y.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-middle-y.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-out-from-top.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-top.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0;
}

.hinge-out-from-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-right.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0;
}

.hinge-out-from-bottom.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-bottom.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0;
}

.hinge-out-from-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-left.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0;
}

.hinge-out-from-middle-x.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0;
}

.hinge-out-from-middle-y.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0;
}

.scale-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(0.5);
  transition-property: transform, opacity;
  opacity: 0;
}

.scale-in-up.mui-enter.mui-enter-active {
  transform: scale(1);
  opacity: 1;
}

.scale-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1.5);
  transition-property: transform, opacity;
  opacity: 0;
}

.scale-in-down.mui-enter.mui-enter-active {
  transform: scale(1);
  opacity: 1;
}

.scale-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1;
}

.scale-out-up.mui-leave.mui-leave-active {
  transform: scale(1.5);
  opacity: 0;
}

.scale-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1;
}

.scale-out-down.mui-leave.mui-leave-active {
  transform: scale(0.5);
  opacity: 0;
}

.spin-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(-0.75turn);
  transition-property: transform, opacity;
  opacity: 0;
}

.spin-in.mui-enter.mui-enter-active {
  transform: rotate(0);
  opacity: 1;
}

.spin-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1;
}

.spin-out.mui-leave.mui-leave-active {
  transform: rotate(0.75turn);
  opacity: 0;
}

.spin-in-ccw.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0.75turn);
  transition-property: transform, opacity;
  opacity: 0;
}

.spin-in-ccw.mui-enter.mui-enter-active {
  transform: rotate(0);
  opacity: 1;
}

.spin-out-ccw.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1;
}

.spin-out-ccw.mui-leave.mui-leave-active {
  transform: rotate(-0.75turn);
  opacity: 0;
}

.slow {
  transition-duration: 750ms !important;
}

.fast {
  transition-duration: 250ms !important;
}

.linear {
  transition-timing-function: linear !important;
}

.ease {
  transition-timing-function: ease !important;
}

.ease-in {
  transition-timing-function: ease-in !important;
}

.ease-out {
  transition-timing-function: ease-out !important;
}

.ease-in-out {
  transition-timing-function: ease-in-out !important;
}

.bounce-in {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}

.bounce-out {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}

.bounce-in-out {
  transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}

.short-delay {
  transition-delay: 300ms !important;
}

.long-delay {
  transition-delay: 700ms !important;
}

.shake {
  animation-name: shake-7;
}
@keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    transform: translateX(7%);
  }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    transform: translateX(-7%);
  }
}

.spin-cw {
  animation-name: spin-cw-1turn;
}
@keyframes spin-cw-1turn {
  0% {
    transform: rotate(-1turn);
  }
  100% {
    transform: rotate(0);
  }
}

.spin-ccw {
  animation-name: spin-ccw-1turn;
}
@keyframes spin-ccw-1turn {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-1turn);
  }
}

.wiggle {
  animation-name: wiggle-7deg;
}
@keyframes wiggle-7deg {
  40%, 50%, 60% {
    transform: rotate(7deg);
  }
  35%, 45%, 55%, 65% {
    transform: rotate(-7deg);
  }
  0%, 30%, 70%, 100% {
    transform: rotate(0);
  }
}

.shake,
.spin-cw,
.spin-ccw,
.wiggle {
  animation-duration: 500ms;
}

.infinite {
  animation-iteration-count: infinite;
}

.slow {
  animation-duration: 750ms !important;
}

.fast {
  animation-duration: 250ms !important;
}

.linear {
  animation-timing-function: linear !important;
}

.ease {
  animation-timing-function: ease !important;
}

.ease-in {
  animation-timing-function: ease-in !important;
}

.ease-out {
  animation-timing-function: ease-out !important;
}

.ease-in-out {
  animation-timing-function: ease-in-out !important;
}

.bounce-in {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}

.bounce-out {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}

.bounce-in-out {
  animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}

.short-delay {
  animation-delay: 300ms !important;
}

.long-delay {
  animation-delay: 700ms !important;
}

/* Slider */
/* .slick-list {
    .slick-loading & {
        background: #fff slick-image-url("ajax-loader.gif") center center no-repeat;
    }
} */
/* Icons */
/* @if $slick-font-family == "slick" {
    @font-face {
        font-family: "slick";
        src: slick-font-url("slick.eot");
        src: slick-font-url("slick.eot?#iefix") format("embedded-opentype"), slick-font-url("slick.woff") format("woff"), slick-font-url("slick.ttf") format("truetype"), slick-font-url("slick.svg#slick") format("svg");
        font-weight: normal;
        font-style: normal;
    }
} */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: auto;
  width: auto;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  z-index: 5;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "icons";
  content: "\e900";
  font-size: 2.7777777778rem;
  line-height: 1;
  display: block;
  color: #003768;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media print, screen and (min-width: 75em) {
  .slick-prev:before,
  .slick-next:before {
    font-size: 3.4722222222rem;
  }
}

.slick-prev {
  left: 0;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: 0;
}
[dir=rtl] .slick-prev:before {
  content: "\e900";
}

.slick-next {
  right: 0;
}
[dir=rtl] .slick-next {
  left: 0;
  right: 0;
}
[dir=rtl] .slick-next:before {
  content: "\e900";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* PREFIXE FOR BROWSERS */
/* EASE-IN EFFECTS */
/* @mixin reveal-animation {
	position: relative;
    opacity: 0;

    &.active {
        opacity: 1;

        &.fade-up {
            animation: fade-up 1s ease-in; 
        }
		&.fade-bottom {
            animation: fade-bottom 1s ease-in;
        }
    }
} */
@keyframes drip {
  to {
    top: 85%;
  }
}
@keyframes ripple {
  from {
    opacity: 1;
  }
  to {
    border-width: 0.0694444444rem;
    height: 13.8888888889rem;
    width: 27.7777777778rem;
    opacity: 0;
  }
}
@keyframes hvr-icon-up {
  0%, 50%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  25%, 75% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}
@font-face {
  font-family: "icons";
  src: url("fonts/icons.eot?dlq7i9");
  src: url("fonts/icons.eot?dlq7i9#iefix") format("embedded-opentype"), url("fonts/icons.ttf?dlq7i9") format("truetype"), url("fonts/icons.woff?dlq7i9") format("woff"), url("fonts/icons.svg?dlq7i9#icons") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-aftersales-periodic-verification:before {
  content: "\e904";
}

.icon-operation-and-maintenance:before {
  content: "\e912";
}

.icon-protective-maintenance:before {
  content: "\e916";
}

.icon-preventive-maintenance:before {
  content: "\e91a";
}

.icon-supply-and-install:before {
  content: "\e921";
}

.icon-supply-only:before {
  content: "\e925";
}

.icon-turnkey-projects:before {
  content: "\e929";
}

.icon-facebook:before {
  content: "\e903";
}

.icon-arrow:before {
  content: "\e900";
}

.icon-linkedin:before {
  content: "\e901";
}

.icon-youtube:before {
  content: "\e902";
}

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

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

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: 0;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

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

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

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

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

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

[data-whatintent=mouse] *, [data-whatintent=mouse] *:focus,
[data-whatintent=touch] *,
[data-whatintent=touch] *:focus,
[data-whatinput=mouse] *,
[data-whatinput=mouse] *:focus,
[data-whatinput=touch] *,
[data-whatinput=touch] *:focus {
  outline: none;
}

[draggable=false] {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
}

.foundation-mq {
  font-family: "small=0em&medium=40em&large=75em&xlarge=90em&xxlarge=100em";
}

html {
  box-sizing: border-box;
  font-size: 90%;
}

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

body {
  margin: 0;
  padding: 0;
  background: #ffffff;
  font-family: "PoppinsRegular", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0;
}

select {
  box-sizing: border-box;
  width: 100%;
  border-radius: 0;
}

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important;
}

button {
  padding: 0;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1;
  cursor: auto;
}
[data-whatinput=mouse] button {
  outline: 0;
}

pre {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
}

.is-visible {
  display: block !important;
}

.is-hidden {
  display: none !important;
}

[type=text], [type=password], [type=date], [type=datetime], [type=datetime-local], [type=month], [type=week], [type=email], [type=number], [type=search], [type=tel], [type=time], [type=url], [type=color],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.5rem;
  margin: 0 0 1.1111111111rem;
  padding: 0.5555555556rem;
  border: 1px solid #d2dbe3;
  border-radius: 0;
  background-color: #ffffff;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  font-family: "PoppinsRegular";
  font-size: 0.9722222222rem;
  font-weight: normal;
  line-height: 1.5;
  color: #003768;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  appearance: none;
}
[type=text]:focus, [type=password]:focus, [type=date]:focus, [type=datetime]:focus, [type=datetime-local]:focus, [type=month]:focus, [type=week]:focus, [type=email]:focus, [type=number]:focus, [type=search]:focus, [type=tel]:focus, [type=time]:focus, [type=url]:focus, [type=color]:focus,
textarea:focus {
  outline: none;
  border: 1px solid rgba(210, 219, 227, 0.75);
  background-color: transparent;
  box-shadow: none;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

textarea {
  max-width: 100%;
}
textarea[rows] {
  height: auto;
}

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;
  cursor: not-allowed;
}

[type=submit],
[type=button] {
  appearance: none;
  border-radius: 0;
}

input[type=search] {
  box-sizing: border-box;
}

::placeholder {
  color: #d2dbe3;
}

[type=file],
[type=checkbox],
[type=radio] {
  margin: 0 0 1.1111111111rem;
}

[type=checkbox] + label,
[type=radio] + label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.5555555556rem;
  margin-right: 1.1111111111rem;
  margin-bottom: 0;
}
[type=checkbox] + label[for],
[type=radio] + label[for] {
  cursor: pointer;
}

label > [type=checkbox],
label > [type=radio] {
  margin-right: 0.5555555556rem;
}

[type=file] {
  width: 100%;
}

label {
  display: block;
  margin: 0;
  font-size: 0.9722222222rem;
  font-weight: normal;
  line-height: 1.8;
  color: #000000;
}
label.middle {
  margin: 0 0 1.1111111111rem;
  line-height: 1.5;
  padding: 0.625rem 0;
}

.help-text {
  margin-top: -0.5555555556rem;
  font-size: 0.9027777778rem;
  font-style: italic;
  color: #000000;
}

.input-group {
  display: flex;
  width: 100%;
  margin-bottom: 1.1111111111rem;
  align-items: stretch;
}
.input-group > :first-child, .input-group > :first-child.input-group-button > * {
  border-radius: 0 0 0 0;
}
.input-group > :last-child, .input-group > :last-child.input-group-button > * {
  border-radius: 0 0 0 0;
}

.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label, .input-group-button, .input-group-field, .input-group-label {
  margin: 0;
  white-space: nowrap;
}

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #cacaca;
  background: #e6e6e6;
  color: #000000;
  text-align: center;
  white-space: nowrap;
  display: flex;
  flex: 0 0 auto;
  align-items: center;
}
.input-group-label:first-child {
  border-right: 0;
}
.input-group-label:last-child {
  border-left: 0;
}

.input-group-field {
  border-radius: 0;
  flex: 1 1 0px;
  min-width: 0;
}

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  display: flex;
  flex: 0 0 auto;
}
.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  align-self: stretch;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 0.9722222222rem;
}

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

legend {
  max-width: 100%;
  margin-bottom: 0.5555555556rem;
}

.fieldset {
  margin: 1.25rem 0;
  padding: 1.3888888889rem;
  border: 1px solid #cacaca;
}
.fieldset legend {
  margin: 0;
  margin-left: -0.2083333333rem;
  padding: 0 0.2083333333rem;
}

select {
  height: 2.5rem;
  margin: 0 0 1.1111111111rem;
  padding: 0.5555555556rem;
  appearance: none;
  border: 1px solid #d2dbe3;
  border-radius: 0;
  background-color: #ffffff;
  font-family: "PoppinsRegular";
  font-size: 0.9722222222rem;
  font-weight: normal;
  line-height: 1.5;
  color: #003768;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="32" height="24" viewBox="0 0 32 24"><polygon points="0,0 32,0 16,24" style="fill: rgb%28138, 138, 138%29"></polygon></svg>');
  background-origin: content-box;
  background-position: right -1.1111111111rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.6666666667rem;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
@media screen and (min-width: 0\0 ) {
  select {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
  }
}
select:focus {
  outline: none;
  border: 1px solid rgba(210, 219, 227, 0.75);
  background-color: transparent;
  box-shadow: none;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
select:disabled {
  background-color: #e6e6e6;
  cursor: not-allowed;
}
select::-ms-expand {
  display: none;
}
select[multiple] {
  height: auto;
  background-image: none;
}
select:not([multiple]) {
  padding-top: 0;
  padding-bottom: 0;
}

.is-invalid-input:not(:focus) {
  border-color: #cc4b37;
  background-color: rgb(249.9, 237, 235);
}
.is-invalid-input:not(:focus)::placeholder {
  color: #cc4b37;
}

.is-invalid-label {
  color: #cc4b37;
}

.form-error {
  display: none;
  margin-top: -0.5555555556rem;
  margin-bottom: 1.1111111111rem;
  font-size: 0.8333333333rem;
  font-weight: bold;
  color: #cc4b37;
}
.form-error.is-visible {
  display: block;
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

em,
i {
  font-style: italic;
  line-height: inherit;
}

strong,
b {
  font-weight: bold;
  line-height: inherit;
}

small {
  font-size: 80%;
  line-height: inherit;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "PoppinsRegular", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
}
h1 small, .h1 small,
h2 small, .h2 small,
h3 small, .h3 small,
h4 small, .h4 small,
h5 small, .h5 small,
h6 small, .h6 small {
  line-height: 0;
  color: #cacaca;
}

h1, .h1 {
  font-size: 1.6666666667rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 1rem;
}

h2, .h2 {
  font-size: 1.3888888889rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 1rem;
}

h3, .h3 {
  font-size: 1.3194444444rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 1rem;
}

h4, .h4 {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 1rem;
}

h5, .h5 {
  font-size: 1.1805555556rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 1rem;
}

h6, .h6 {
  font-size: 1.1111111111rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 1rem;
}

@media print, screen and (min-width: 40em) {
  h1, .h1 {
    font-size: 3.3333333333rem;
  }
  h2, .h2 {
    font-size: 2.7777777778rem;
  }
  h3, .h3 {
    font-size: 2.1527777778rem;
  }
  h4, .h4 {
    font-size: 1.7361111111rem;
  }
  h5, .h5 {
    font-size: 1.3888888889rem;
  }
  h6, .h6 {
    font-size: 1.1111111111rem;
  }
}
a {
  line-height: inherit;
  color: #003768;
  text-decoration: none;
  cursor: pointer;
}
a:hover, a:focus {
  color: rgb(0, 47.3, 89.44);
}
a img {
  border: 0;
}

hr {
  clear: both;
  max-width: 83.3333333333rem;
  height: 0;
  margin: 1.3888888889rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0;
}

ul,
ol,
dl {
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.6;
}

li {
  font-size: inherit;
}

ul {
  margin-left: 1.25rem;
  list-style-type: disc;
}

ol {
  margin-left: 1.25rem;
}

ul ul, ul ol, ol ul, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

dl {
  margin-bottom: 1rem;
}
dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold;
}

blockquote {
  margin: 0 0 1rem;
  padding: 0.625rem 1.3888888889rem 0 1.3194444444rem;
  border-left: 1px solid #cacaca;
}
blockquote, blockquote p {
  line-height: 1.6;
  color: #8a8a8a;
}

abbr, abbr[title] {
  border-bottom: 1px dotted #000000;
  cursor: help;
  text-decoration: none;
}

figure {
  margin: 0;
}

kbd {
  margin: 0;
  padding: 0.1388888889rem 0.2777777778rem 0;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #000000;
}

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #8a8a8a;
}

.lead {
  font-size: 112.5%;
  line-height: 1.6;
}

.stat {
  font-size: 2.5rem;
  line-height: 1;
}
p + .stat {
  margin-top: -1rem;
}

ul.no-bullet, ol.no-bullet {
  margin-left: 0;
  list-style: none;
}

.cite-block, cite {
  display: block;
  color: #8a8a8a;
  font-size: 0.9027777778rem;
}
.cite-block:before, cite:before {
  content: "— ";
}

.code-inline, code {
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #000000;
  display: inline;
  max-width: 100%;
  word-wrap: break-word;
  padding: 0.1388888889rem 0.3472222222rem 0.0694444444rem;
}

.code-block {
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #000000;
  display: block;
  overflow: auto;
  white-space: pre;
  padding: 1rem;
  margin-bottom: 1.5rem;
}

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

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

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

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

@media print, screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left;
  }
  .medium-text-right {
    text-align: right;
  }
  .medium-text-center {
    text-align: center;
  }
  .medium-text-justify {
    text-align: justify;
  }
}
@media print, screen and (min-width: 75em) {
  .large-text-left {
    text-align: left;
  }
  .large-text-right {
    text-align: right;
  }
  .large-text-center {
    text-align: center;
  }
  .large-text-justify {
    text-align: justify;
  }
}
@media screen and (min-width: 90em) {
  .xlarge-text-left {
    text-align: left;
  }
  .xlarge-text-right {
    text-align: right;
  }
  .xlarge-text-center {
    text-align: center;
  }
  .xlarge-text-justify {
    text-align: justify;
  }
}
@media screen and (min-width: 100em) {
  .xxlarge-text-left {
    text-align: left;
  }
  .xxlarge-text-right {
    text-align: right;
  }
  .xxlarge-text-center {
    text-align: center;
  }
  .xxlarge-text-justify {
    text-align: justify;
  }
}
.show-for-print {
  display: none !important;
}

@media print {
  * {
    background: transparent !important;
    color: black !important;
    print-color-adjust: economy;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  .show-for-print {
    display: block !important;
  }
  .hide-for-print {
    display: none !important;
  }
  table.show-for-print {
    display: table !important;
  }
  thead.show-for-print {
    display: table-header-group !important;
  }
  tbody.show-for-print {
    display: table-row-group !important;
  }
  tr.show-for-print {
    display: table-row !important;
  }
  td.show-for-print {
    display: table-cell !important;
  }
  th.show-for-print {
    display: table-cell !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  pre,
  blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .print-break-inside {
    page-break-inside: auto;
  }
}
.grid-container {
  padding-right: 0.6944444444rem;
  padding-left: 0.6944444444rem;
  max-width: 83.3333333333rem;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 40em) {
  .grid-container {
    padding-right: 1.0416666667rem;
    padding-left: 1.0416666667rem;
  }
}
.grid-container.fluid {
  padding-right: 0.6944444444rem;
  padding-left: 0.6944444444rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 40em) {
  .grid-container.fluid {
    padding-right: 1.0416666667rem;
    padding-left: 1.0416666667rem;
  }
}
.grid-container.full {
  padding-right: 0;
  padding-left: 0;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.grid-x {
  display: flex;
  flex-flow: row wrap;
}

.cell {
  flex: 0 0 auto;
  min-height: 0;
  min-width: 0;
  width: 100%;
}
.cell.auto {
  flex: 1 1 0;
}
.cell.shrink {
  flex: 0 0 auto;
}

.grid-x > .auto {
  width: auto;
}
.grid-x > .shrink {
  width: auto;
}

.grid-x > .small-shrink, .grid-x > .small-full, .grid-x > .small-1, .grid-x > .small-2, .grid-x > .small-3, .grid-x > .small-4, .grid-x > .small-5, .grid-x > .small-6, .grid-x > .small-7, .grid-x > .small-8, .grid-x > .small-9, .grid-x > .small-10, .grid-x > .small-11, .grid-x > .small-12 {
  flex-basis: auto;
}

@media print, screen and (min-width: 40em) {
  .grid-x > .medium-shrink, .grid-x > .medium-full, .grid-x > .medium-1, .grid-x > .medium-2, .grid-x > .medium-3, .grid-x > .medium-4, .grid-x > .medium-5, .grid-x > .medium-6, .grid-x > .medium-7, .grid-x > .medium-8, .grid-x > .medium-9, .grid-x > .medium-10, .grid-x > .medium-11, .grid-x > .medium-12 {
    flex-basis: auto;
  }
}
@media print, screen and (min-width: 75em) {
  .grid-x > .large-shrink, .grid-x > .large-full, .grid-x > .large-1, .grid-x > .large-2, .grid-x > .large-3, .grid-x > .large-4, .grid-x > .large-5, .grid-x > .large-6, .grid-x > .large-7, .grid-x > .large-8, .grid-x > .large-9, .grid-x > .large-10, .grid-x > .large-11, .grid-x > .large-12 {
    flex-basis: auto;
  }
}
@media screen and (min-width: 90em) {
  .grid-x > .xlarge-shrink, .grid-x > .xlarge-full, .grid-x > .xlarge-1, .grid-x > .xlarge-2, .grid-x > .xlarge-3, .grid-x > .xlarge-4, .grid-x > .xlarge-5, .grid-x > .xlarge-6, .grid-x > .xlarge-7, .grid-x > .xlarge-8, .grid-x > .xlarge-9, .grid-x > .xlarge-10, .grid-x > .xlarge-11, .grid-x > .xlarge-12 {
    flex-basis: auto;
  }
}
@media screen and (min-width: 100em) {
  .grid-x > .xxlarge-shrink, .grid-x > .xxlarge-full, .grid-x > .xxlarge-1, .grid-x > .xxlarge-2, .grid-x > .xxlarge-3, .grid-x > .xxlarge-4, .grid-x > .xxlarge-5, .grid-x > .xxlarge-6, .grid-x > .xxlarge-7, .grid-x > .xxlarge-8, .grid-x > .xxlarge-9, .grid-x > .xxlarge-10, .grid-x > .xxlarge-11, .grid-x > .xxlarge-12 {
    flex-basis: auto;
  }
}
.grid-x > .small-12, .grid-x > .small-11, .grid-x > .small-10, .grid-x > .small-9, .grid-x > .small-8, .grid-x > .small-7, .grid-x > .small-6, .grid-x > .small-5, .grid-x > .small-4, .grid-x > .small-3, .grid-x > .small-2, .grid-x > .small-1 {
  flex: 0 0 auto;
}

.grid-x > .small-1 {
  width: 8.3333333333%;
}

.grid-x > .small-2 {
  width: 16.6666666667%;
}

.grid-x > .small-3 {
  width: 25%;
}

.grid-x > .small-4 {
  width: 33.3333333333%;
}

.grid-x > .small-5 {
  width: 41.6666666667%;
}

.grid-x > .small-6 {
  width: 50%;
}

.grid-x > .small-7 {
  width: 58.3333333333%;
}

.grid-x > .small-8 {
  width: 66.6666666667%;
}

.grid-x > .small-9 {
  width: 75%;
}

.grid-x > .small-10 {
  width: 83.3333333333%;
}

.grid-x > .small-11 {
  width: 91.6666666667%;
}

.grid-x > .small-12 {
  width: 100%;
}

@media print, screen and (min-width: 40em) {
  .grid-x > .medium-auto {
    flex: 1 1 0;
    width: auto;
  }
  .grid-x > .medium-12, .grid-x > .medium-11, .grid-x > .medium-10, .grid-x > .medium-9, .grid-x > .medium-8, .grid-x > .medium-7, .grid-x > .medium-6, .grid-x > .medium-5, .grid-x > .medium-4, .grid-x > .medium-3, .grid-x > .medium-2, .grid-x > .medium-1, .grid-x > .medium-shrink {
    flex: 0 0 auto;
  }
  .grid-x > .medium-shrink {
    width: auto;
  }
  .grid-x > .medium-1 {
    width: 8.3333333333%;
  }
  .grid-x > .medium-2 {
    width: 16.6666666667%;
  }
  .grid-x > .medium-3 {
    width: 25%;
  }
  .grid-x > .medium-4 {
    width: 33.3333333333%;
  }
  .grid-x > .medium-5 {
    width: 41.6666666667%;
  }
  .grid-x > .medium-6 {
    width: 50%;
  }
  .grid-x > .medium-7 {
    width: 58.3333333333%;
  }
  .grid-x > .medium-8 {
    width: 66.6666666667%;
  }
  .grid-x > .medium-9 {
    width: 75%;
  }
  .grid-x > .medium-10 {
    width: 83.3333333333%;
  }
  .grid-x > .medium-11 {
    width: 91.6666666667%;
  }
  .grid-x > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 75em) {
  .grid-x > .large-auto {
    flex: 1 1 0;
    width: auto;
  }
  .grid-x > .large-12, .grid-x > .large-11, .grid-x > .large-10, .grid-x > .large-9, .grid-x > .large-8, .grid-x > .large-7, .grid-x > .large-6, .grid-x > .large-5, .grid-x > .large-4, .grid-x > .large-3, .grid-x > .large-2, .grid-x > .large-1, .grid-x > .large-shrink {
    flex: 0 0 auto;
  }
  .grid-x > .large-shrink {
    width: auto;
  }
  .grid-x > .large-1 {
    width: 8.3333333333%;
  }
  .grid-x > .large-2 {
    width: 16.6666666667%;
  }
  .grid-x > .large-3 {
    width: 25%;
  }
  .grid-x > .large-4 {
    width: 33.3333333333%;
  }
  .grid-x > .large-5 {
    width: 41.6666666667%;
  }
  .grid-x > .large-6 {
    width: 50%;
  }
  .grid-x > .large-7 {
    width: 58.3333333333%;
  }
  .grid-x > .large-8 {
    width: 66.6666666667%;
  }
  .grid-x > .large-9 {
    width: 75%;
  }
  .grid-x > .large-10 {
    width: 83.3333333333%;
  }
  .grid-x > .large-11 {
    width: 91.6666666667%;
  }
  .grid-x > .large-12 {
    width: 100%;
  }
}
@media screen and (min-width: 90em) {
  .grid-x > .xlarge-auto {
    flex: 1 1 0;
    width: auto;
  }
  .grid-x > .xlarge-12, .grid-x > .xlarge-11, .grid-x > .xlarge-10, .grid-x > .xlarge-9, .grid-x > .xlarge-8, .grid-x > .xlarge-7, .grid-x > .xlarge-6, .grid-x > .xlarge-5, .grid-x > .xlarge-4, .grid-x > .xlarge-3, .grid-x > .xlarge-2, .grid-x > .xlarge-1, .grid-x > .xlarge-shrink {
    flex: 0 0 auto;
  }
  .grid-x > .xlarge-shrink {
    width: auto;
  }
  .grid-x > .xlarge-1 {
    width: 8.3333333333%;
  }
  .grid-x > .xlarge-2 {
    width: 16.6666666667%;
  }
  .grid-x > .xlarge-3 {
    width: 25%;
  }
  .grid-x > .xlarge-4 {
    width: 33.3333333333%;
  }
  .grid-x > .xlarge-5 {
    width: 41.6666666667%;
  }
  .grid-x > .xlarge-6 {
    width: 50%;
  }
  .grid-x > .xlarge-7 {
    width: 58.3333333333%;
  }
  .grid-x > .xlarge-8 {
    width: 66.6666666667%;
  }
  .grid-x > .xlarge-9 {
    width: 75%;
  }
  .grid-x > .xlarge-10 {
    width: 83.3333333333%;
  }
  .grid-x > .xlarge-11 {
    width: 91.6666666667%;
  }
  .grid-x > .xlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 100em) {
  .grid-x > .xxlarge-auto {
    flex: 1 1 0;
    width: auto;
  }
  .grid-x > .xxlarge-12, .grid-x > .xxlarge-11, .grid-x > .xxlarge-10, .grid-x > .xxlarge-9, .grid-x > .xxlarge-8, .grid-x > .xxlarge-7, .grid-x > .xxlarge-6, .grid-x > .xxlarge-5, .grid-x > .xxlarge-4, .grid-x > .xxlarge-3, .grid-x > .xxlarge-2, .grid-x > .xxlarge-1, .grid-x > .xxlarge-shrink {
    flex: 0 0 auto;
  }
  .grid-x > .xxlarge-shrink {
    width: auto;
  }
  .grid-x > .xxlarge-1 {
    width: 8.3333333333%;
  }
  .grid-x > .xxlarge-2 {
    width: 16.6666666667%;
  }
  .grid-x > .xxlarge-3 {
    width: 25%;
  }
  .grid-x > .xxlarge-4 {
    width: 33.3333333333%;
  }
  .grid-x > .xxlarge-5 {
    width: 41.6666666667%;
  }
  .grid-x > .xxlarge-6 {
    width: 50%;
  }
  .grid-x > .xxlarge-7 {
    width: 58.3333333333%;
  }
  .grid-x > .xxlarge-8 {
    width: 66.6666666667%;
  }
  .grid-x > .xxlarge-9 {
    width: 75%;
  }
  .grid-x > .xxlarge-10 {
    width: 83.3333333333%;
  }
  .grid-x > .xxlarge-11 {
    width: 91.6666666667%;
  }
  .grid-x > .xxlarge-12 {
    width: 100%;
  }
}
.grid-margin-x:not(.grid-x) > .cell {
  width: auto;
}

.grid-margin-y:not(.grid-y) > .cell {
  height: auto;
}

.grid-margin-x {
  margin-left: -0.6944444444rem;
  margin-right: -0.6944444444rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-x {
    margin-left: -1.0416666667rem;
    margin-right: -1.0416666667rem;
  }
}
.grid-margin-x > .cell {
  width: calc(100% - 1.3888888889rem);
  margin-left: 0.6944444444rem;
  margin-right: 0.6944444444rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-x > .cell {
    width: calc(100% - 2.0833333333rem);
    margin-left: 1.0416666667rem;
    margin-right: 1.0416666667rem;
  }
}
.grid-margin-x > .auto {
  width: auto;
}
.grid-margin-x > .shrink {
  width: auto;
}
.grid-margin-x > .small-1 {
  width: calc(8.3333333333% - 1.3888888889rem);
}
.grid-margin-x > .small-2 {
  width: calc(16.6666666667% - 1.3888888889rem);
}
.grid-margin-x > .small-3 {
  width: calc(25% - 1.3888888889rem);
}
.grid-margin-x > .small-4 {
  width: calc(33.3333333333% - 1.3888888889rem);
}
.grid-margin-x > .small-5 {
  width: calc(41.6666666667% - 1.3888888889rem);
}
.grid-margin-x > .small-6 {
  width: calc(50% - 1.3888888889rem);
}
.grid-margin-x > .small-7 {
  width: calc(58.3333333333% - 1.3888888889rem);
}
.grid-margin-x > .small-8 {
  width: calc(66.6666666667% - 1.3888888889rem);
}
.grid-margin-x > .small-9 {
  width: calc(75% - 1.3888888889rem);
}
.grid-margin-x > .small-10 {
  width: calc(83.3333333333% - 1.3888888889rem);
}
.grid-margin-x > .small-11 {
  width: calc(91.6666666667% - 1.3888888889rem);
}
.grid-margin-x > .small-12 {
  width: calc(100% - 1.3888888889rem);
}
@media print, screen and (min-width: 40em) {
  .grid-margin-x > .auto {
    width: auto;
  }
  .grid-margin-x > .shrink {
    width: auto;
  }
  .grid-margin-x > .small-1 {
    width: calc(8.3333333333% - 2.0833333333rem);
  }
  .grid-margin-x > .small-2 {
    width: calc(16.6666666667% - 2.0833333333rem);
  }
  .grid-margin-x > .small-3 {
    width: calc(25% - 2.0833333333rem);
  }
  .grid-margin-x > .small-4 {
    width: calc(33.3333333333% - 2.0833333333rem);
  }
  .grid-margin-x > .small-5 {
    width: calc(41.6666666667% - 2.0833333333rem);
  }
  .grid-margin-x > .small-6 {
    width: calc(50% - 2.0833333333rem);
  }
  .grid-margin-x > .small-7 {
    width: calc(58.3333333333% - 2.0833333333rem);
  }
  .grid-margin-x > .small-8 {
    width: calc(66.6666666667% - 2.0833333333rem);
  }
  .grid-margin-x > .small-9 {
    width: calc(75% - 2.0833333333rem);
  }
  .grid-margin-x > .small-10 {
    width: calc(83.3333333333% - 2.0833333333rem);
  }
  .grid-margin-x > .small-11 {
    width: calc(91.6666666667% - 2.0833333333rem);
  }
  .grid-margin-x > .small-12 {
    width: calc(100% - 2.0833333333rem);
  }
  .grid-margin-x > .medium-auto {
    width: auto;
  }
  .grid-margin-x > .medium-shrink {
    width: auto;
  }
  .grid-margin-x > .medium-1 {
    width: calc(8.3333333333% - 2.0833333333rem);
  }
  .grid-margin-x > .medium-2 {
    width: calc(16.6666666667% - 2.0833333333rem);
  }
  .grid-margin-x > .medium-3 {
    width: calc(25% - 2.0833333333rem);
  }
  .grid-margin-x > .medium-4 {
    width: calc(33.3333333333% - 2.0833333333rem);
  }
  .grid-margin-x > .medium-5 {
    width: calc(41.6666666667% - 2.0833333333rem);
  }
  .grid-margin-x > .medium-6 {
    width: calc(50% - 2.0833333333rem);
  }
  .grid-margin-x > .medium-7 {
    width: calc(58.3333333333% - 2.0833333333rem);
  }
  .grid-margin-x > .medium-8 {
    width: calc(66.6666666667% - 2.0833333333rem);
  }
  .grid-margin-x > .medium-9 {
    width: calc(75% - 2.0833333333rem);
  }
  .grid-margin-x > .medium-10 {
    width: calc(83.3333333333% - 2.0833333333rem);
  }
  .grid-margin-x > .medium-11 {
    width: calc(91.6666666667% - 2.0833333333rem);
  }
  .grid-margin-x > .medium-12 {
    width: calc(100% - 2.0833333333rem);
  }
}
@media print, screen and (min-width: 75em) {
  .grid-margin-x > .large-auto {
    width: auto;
  }
  .grid-margin-x > .large-shrink {
    width: auto;
  }
  .grid-margin-x > .large-1 {
    width: calc(8.3333333333% - 2.0833333333rem);
  }
  .grid-margin-x > .large-2 {
    width: calc(16.6666666667% - 2.0833333333rem);
  }
  .grid-margin-x > .large-3 {
    width: calc(25% - 2.0833333333rem);
  }
  .grid-margin-x > .large-4 {
    width: calc(33.3333333333% - 2.0833333333rem);
  }
  .grid-margin-x > .large-5 {
    width: calc(41.6666666667% - 2.0833333333rem);
  }
  .grid-margin-x > .large-6 {
    width: calc(50% - 2.0833333333rem);
  }
  .grid-margin-x > .large-7 {
    width: calc(58.3333333333% - 2.0833333333rem);
  }
  .grid-margin-x > .large-8 {
    width: calc(66.6666666667% - 2.0833333333rem);
  }
  .grid-margin-x > .large-9 {
    width: calc(75% - 2.0833333333rem);
  }
  .grid-margin-x > .large-10 {
    width: calc(83.3333333333% - 2.0833333333rem);
  }
  .grid-margin-x > .large-11 {
    width: calc(91.6666666667% - 2.0833333333rem);
  }
  .grid-margin-x > .large-12 {
    width: calc(100% - 2.0833333333rem);
  }
}
@media screen and (min-width: 90em) {
  .grid-margin-x > .xlarge-auto {
    width: auto;
  }
  .grid-margin-x > .xlarge-shrink {
    width: auto;
  }
  .grid-margin-x > .xlarge-1 {
    width: calc(8.3333333333% - 2.0833333333rem);
  }
  .grid-margin-x > .xlarge-2 {
    width: calc(16.6666666667% - 2.0833333333rem);
  }
  .grid-margin-x > .xlarge-3 {
    width: calc(25% - 2.0833333333rem);
  }
  .grid-margin-x > .xlarge-4 {
    width: calc(33.3333333333% - 2.0833333333rem);
  }
  .grid-margin-x > .xlarge-5 {
    width: calc(41.6666666667% - 2.0833333333rem);
  }
  .grid-margin-x > .xlarge-6 {
    width: calc(50% - 2.0833333333rem);
  }
  .grid-margin-x > .xlarge-7 {
    width: calc(58.3333333333% - 2.0833333333rem);
  }
  .grid-margin-x > .xlarge-8 {
    width: calc(66.6666666667% - 2.0833333333rem);
  }
  .grid-margin-x > .xlarge-9 {
    width: calc(75% - 2.0833333333rem);
  }
  .grid-margin-x > .xlarge-10 {
    width: calc(83.3333333333% - 2.0833333333rem);
  }
  .grid-margin-x > .xlarge-11 {
    width: calc(91.6666666667% - 2.0833333333rem);
  }
  .grid-margin-x > .xlarge-12 {
    width: calc(100% - 2.0833333333rem);
  }
}
@media screen and (min-width: 100em) {
  .grid-margin-x > .xxlarge-auto {
    width: auto;
  }
  .grid-margin-x > .xxlarge-shrink {
    width: auto;
  }
  .grid-margin-x > .xxlarge-1 {
    width: calc(8.3333333333% - 2.0833333333rem);
  }
  .grid-margin-x > .xxlarge-2 {
    width: calc(16.6666666667% - 2.0833333333rem);
  }
  .grid-margin-x > .xxlarge-3 {
    width: calc(25% - 2.0833333333rem);
  }
  .grid-margin-x > .xxlarge-4 {
    width: calc(33.3333333333% - 2.0833333333rem);
  }
  .grid-margin-x > .xxlarge-5 {
    width: calc(41.6666666667% - 2.0833333333rem);
  }
  .grid-margin-x > .xxlarge-6 {
    width: calc(50% - 2.0833333333rem);
  }
  .grid-margin-x > .xxlarge-7 {
    width: calc(58.3333333333% - 2.0833333333rem);
  }
  .grid-margin-x > .xxlarge-8 {
    width: calc(66.6666666667% - 2.0833333333rem);
  }
  .grid-margin-x > .xxlarge-9 {
    width: calc(75% - 2.0833333333rem);
  }
  .grid-margin-x > .xxlarge-10 {
    width: calc(83.3333333333% - 2.0833333333rem);
  }
  .grid-margin-x > .xxlarge-11 {
    width: calc(91.6666666667% - 2.0833333333rem);
  }
  .grid-margin-x > .xxlarge-12 {
    width: calc(100% - 2.0833333333rem);
  }
}

.grid-padding-x .grid-padding-x {
  margin-right: -0.6944444444rem;
  margin-left: -0.6944444444rem;
}
@media print, screen and (min-width: 40em) {
  .grid-padding-x .grid-padding-x {
    margin-right: -1.0416666667rem;
    margin-left: -1.0416666667rem;
  }
}
.grid-container:not(.full) > .grid-padding-x {
  margin-right: -0.6944444444rem;
  margin-left: -0.6944444444rem;
}
@media print, screen and (min-width: 40em) {
  .grid-container:not(.full) > .grid-padding-x {
    margin-right: -1.0416666667rem;
    margin-left: -1.0416666667rem;
  }
}
.grid-padding-x > .cell {
  padding-right: 0.6944444444rem;
  padding-left: 0.6944444444rem;
}
@media print, screen and (min-width: 40em) {
  .grid-padding-x > .cell {
    padding-right: 1.0416666667rem;
    padding-left: 1.0416666667rem;
  }
}

.small-up-1 > .cell {
  width: 100%;
}

.small-up-2 > .cell {
  width: 50%;
}

.small-up-3 > .cell {
  width: 33.3333333333%;
}

.small-up-4 > .cell {
  width: 25%;
}

.small-up-5 > .cell {
  width: 20%;
}

.small-up-6 > .cell {
  width: 16.6666666667%;
}

.small-up-7 > .cell {
  width: 14.2857142857%;
}

.small-up-8 > .cell {
  width: 12.5%;
}

@media print, screen and (min-width: 40em) {
  .medium-up-1 > .cell {
    width: 100%;
  }
  .medium-up-2 > .cell {
    width: 50%;
  }
  .medium-up-3 > .cell {
    width: 33.3333333333%;
  }
  .medium-up-4 > .cell {
    width: 25%;
  }
  .medium-up-5 > .cell {
    width: 20%;
  }
  .medium-up-6 > .cell {
    width: 16.6666666667%;
  }
  .medium-up-7 > .cell {
    width: 14.2857142857%;
  }
  .medium-up-8 > .cell {
    width: 12.5%;
  }
}
@media print, screen and (min-width: 75em) {
  .large-up-1 > .cell {
    width: 100%;
  }
  .large-up-2 > .cell {
    width: 50%;
  }
  .large-up-3 > .cell {
    width: 33.3333333333%;
  }
  .large-up-4 > .cell {
    width: 25%;
  }
  .large-up-5 > .cell {
    width: 20%;
  }
  .large-up-6 > .cell {
    width: 16.6666666667%;
  }
  .large-up-7 > .cell {
    width: 14.2857142857%;
  }
  .large-up-8 > .cell {
    width: 12.5%;
  }
}
@media screen and (min-width: 90em) {
  .xlarge-up-1 > .cell {
    width: 100%;
  }
  .xlarge-up-2 > .cell {
    width: 50%;
  }
  .xlarge-up-3 > .cell {
    width: 33.3333333333%;
  }
  .xlarge-up-4 > .cell {
    width: 25%;
  }
  .xlarge-up-5 > .cell {
    width: 20%;
  }
  .xlarge-up-6 > .cell {
    width: 16.6666666667%;
  }
  .xlarge-up-7 > .cell {
    width: 14.2857142857%;
  }
  .xlarge-up-8 > .cell {
    width: 12.5%;
  }
}
@media screen and (min-width: 100em) {
  .xxlarge-up-1 > .cell {
    width: 100%;
  }
  .xxlarge-up-2 > .cell {
    width: 50%;
  }
  .xxlarge-up-3 > .cell {
    width: 33.3333333333%;
  }
  .xxlarge-up-4 > .cell {
    width: 25%;
  }
  .xxlarge-up-5 > .cell {
    width: 20%;
  }
  .xxlarge-up-6 > .cell {
    width: 16.6666666667%;
  }
  .xxlarge-up-7 > .cell {
    width: 14.2857142857%;
  }
  .xxlarge-up-8 > .cell {
    width: 12.5%;
  }
}
.grid-margin-x.small-up-1 > .cell {
  width: calc(100% - 1.3888888889rem);
}

.grid-margin-x.small-up-2 > .cell {
  width: calc(50% - 1.3888888889rem);
}

.grid-margin-x.small-up-3 > .cell {
  width: calc(33.3333333333% - 1.3888888889rem);
}

.grid-margin-x.small-up-4 > .cell {
  width: calc(25% - 1.3888888889rem);
}

.grid-margin-x.small-up-5 > .cell {
  width: calc(20% - 1.3888888889rem);
}

.grid-margin-x.small-up-6 > .cell {
  width: calc(16.6666666667% - 1.3888888889rem);
}

.grid-margin-x.small-up-7 > .cell {
  width: calc(14.2857142857% - 1.3888888889rem);
}

.grid-margin-x.small-up-8 > .cell {
  width: calc(12.5% - 1.3888888889rem);
}

@media print, screen and (min-width: 40em) {
  .grid-margin-x.small-up-1 > .cell {
    width: calc(100% - 2.0833333333rem);
  }
  .grid-margin-x.small-up-2 > .cell {
    width: calc(50% - 2.0833333333rem);
  }
  .grid-margin-x.small-up-3 > .cell {
    width: calc(33.3333333333% - 2.0833333333rem);
  }
  .grid-margin-x.small-up-4 > .cell {
    width: calc(25% - 2.0833333333rem);
  }
  .grid-margin-x.small-up-5 > .cell {
    width: calc(20% - 2.0833333333rem);
  }
  .grid-margin-x.small-up-6 > .cell {
    width: calc(16.6666666667% - 2.0833333333rem);
  }
  .grid-margin-x.small-up-7 > .cell {
    width: calc(14.2857142857% - 2.0833333333rem);
  }
  .grid-margin-x.small-up-8 > .cell {
    width: calc(12.5% - 2.0833333333rem);
  }
  .grid-margin-x.medium-up-1 > .cell {
    width: calc(100% - 2.0833333333rem);
  }
  .grid-margin-x.medium-up-2 > .cell {
    width: calc(50% - 2.0833333333rem);
  }
  .grid-margin-x.medium-up-3 > .cell {
    width: calc(33.3333333333% - 2.0833333333rem);
  }
  .grid-margin-x.medium-up-4 > .cell {
    width: calc(25% - 2.0833333333rem);
  }
  .grid-margin-x.medium-up-5 > .cell {
    width: calc(20% - 2.0833333333rem);
  }
  .grid-margin-x.medium-up-6 > .cell {
    width: calc(16.6666666667% - 2.0833333333rem);
  }
  .grid-margin-x.medium-up-7 > .cell {
    width: calc(14.2857142857% - 2.0833333333rem);
  }
  .grid-margin-x.medium-up-8 > .cell {
    width: calc(12.5% - 2.0833333333rem);
  }
}
@media print, screen and (min-width: 75em) {
  .grid-margin-x.large-up-1 > .cell {
    width: calc(100% - 2.0833333333rem);
  }
  .grid-margin-x.large-up-2 > .cell {
    width: calc(50% - 2.0833333333rem);
  }
  .grid-margin-x.large-up-3 > .cell {
    width: calc(33.3333333333% - 2.0833333333rem);
  }
  .grid-margin-x.large-up-4 > .cell {
    width: calc(25% - 2.0833333333rem);
  }
  .grid-margin-x.large-up-5 > .cell {
    width: calc(20% - 2.0833333333rem);
  }
  .grid-margin-x.large-up-6 > .cell {
    width: calc(16.6666666667% - 2.0833333333rem);
  }
  .grid-margin-x.large-up-7 > .cell {
    width: calc(14.2857142857% - 2.0833333333rem);
  }
  .grid-margin-x.large-up-8 > .cell {
    width: calc(12.5% - 2.0833333333rem);
  }
}
@media screen and (min-width: 90em) {
  .grid-margin-x.xlarge-up-1 > .cell {
    width: calc(100% - 2.0833333333rem);
  }
  .grid-margin-x.xlarge-up-2 > .cell {
    width: calc(50% - 2.0833333333rem);
  }
  .grid-margin-x.xlarge-up-3 > .cell {
    width: calc(33.3333333333% - 2.0833333333rem);
  }
  .grid-margin-x.xlarge-up-4 > .cell {
    width: calc(25% - 2.0833333333rem);
  }
  .grid-margin-x.xlarge-up-5 > .cell {
    width: calc(20% - 2.0833333333rem);
  }
  .grid-margin-x.xlarge-up-6 > .cell {
    width: calc(16.6666666667% - 2.0833333333rem);
  }
  .grid-margin-x.xlarge-up-7 > .cell {
    width: calc(14.2857142857% - 2.0833333333rem);
  }
  .grid-margin-x.xlarge-up-8 > .cell {
    width: calc(12.5% - 2.0833333333rem);
  }
}
@media screen and (min-width: 100em) {
  .grid-margin-x.xxlarge-up-1 > .cell {
    width: calc(100% - 2.0833333333rem);
  }
  .grid-margin-x.xxlarge-up-2 > .cell {
    width: calc(50% - 2.0833333333rem);
  }
  .grid-margin-x.xxlarge-up-3 > .cell {
    width: calc(33.3333333333% - 2.0833333333rem);
  }
  .grid-margin-x.xxlarge-up-4 > .cell {
    width: calc(25% - 2.0833333333rem);
  }
  .grid-margin-x.xxlarge-up-5 > .cell {
    width: calc(20% - 2.0833333333rem);
  }
  .grid-margin-x.xxlarge-up-6 > .cell {
    width: calc(16.6666666667% - 2.0833333333rem);
  }
  .grid-margin-x.xxlarge-up-7 > .cell {
    width: calc(14.2857142857% - 2.0833333333rem);
  }
  .grid-margin-x.xxlarge-up-8 > .cell {
    width: calc(12.5% - 2.0833333333rem);
  }
}
.small-margin-collapse {
  margin-right: 0;
  margin-left: 0;
}
.small-margin-collapse > .cell {
  margin-right: 0;
  margin-left: 0;
}
.small-margin-collapse > .small-1 {
  width: 8.3333333333%;
}
.small-margin-collapse > .small-2 {
  width: 16.6666666667%;
}
.small-margin-collapse > .small-3 {
  width: 25%;
}
.small-margin-collapse > .small-4 {
  width: 33.3333333333%;
}
.small-margin-collapse > .small-5 {
  width: 41.6666666667%;
}
.small-margin-collapse > .small-6 {
  width: 50%;
}
.small-margin-collapse > .small-7 {
  width: 58.3333333333%;
}
.small-margin-collapse > .small-8 {
  width: 66.6666666667%;
}
.small-margin-collapse > .small-9 {
  width: 75%;
}
.small-margin-collapse > .small-10 {
  width: 83.3333333333%;
}
.small-margin-collapse > .small-11 {
  width: 91.6666666667%;
}
.small-margin-collapse > .small-12 {
  width: 100%;
}
@media print, screen and (min-width: 40em) {
  .small-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .medium-3 {
    width: 25%;
  }
  .small-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .medium-6 {
    width: 50%;
  }
  .small-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .medium-9 {
    width: 75%;
  }
  .small-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 75em) {
  .small-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .large-3 {
    width: 25%;
  }
  .small-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .large-6 {
    width: 50%;
  }
  .small-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .large-9 {
    width: 75%;
  }
  .small-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .large-12 {
    width: 100%;
  }
}
@media screen and (min-width: 90em) {
  .small-margin-collapse > .xlarge-1 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .xlarge-2 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .xlarge-3 {
    width: 25%;
  }
  .small-margin-collapse > .xlarge-4 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .xlarge-5 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .xlarge-6 {
    width: 50%;
  }
  .small-margin-collapse > .xlarge-7 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .xlarge-8 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .xlarge-9 {
    width: 75%;
  }
  .small-margin-collapse > .xlarge-10 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .xlarge-11 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .xlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 100em) {
  .small-margin-collapse > .xxlarge-1 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .xxlarge-2 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .xxlarge-3 {
    width: 25%;
  }
  .small-margin-collapse > .xxlarge-4 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .xxlarge-5 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .xxlarge-6 {
    width: 50%;
  }
  .small-margin-collapse > .xxlarge-7 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .xxlarge-8 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .xxlarge-9 {
    width: 75%;
  }
  .small-margin-collapse > .xxlarge-10 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .xxlarge-11 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .xxlarge-12 {
    width: 100%;
  }
}

.small-padding-collapse {
  margin-right: 0;
  margin-left: 0;
}
.small-padding-collapse > .cell {
  padding-right: 0;
  padding-left: 0;
}

@media print, screen and (min-width: 40em) {
  .medium-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-margin-collapse > .small-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .small-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .small-3 {
    width: 25%;
  }
  .medium-margin-collapse > .small-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .small-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .small-6 {
    width: 50%;
  }
  .medium-margin-collapse > .small-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .small-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .small-9 {
    width: 75%;
  }
  .medium-margin-collapse > .small-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .small-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .medium-3 {
    width: 25%;
  }
  .medium-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .medium-6 {
    width: 50%;
  }
  .medium-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .medium-9 {
    width: 75%;
  }
  .medium-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 75em) {
  .medium-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .large-3 {
    width: 25%;
  }
  .medium-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .large-6 {
    width: 50%;
  }
  .medium-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .large-9 {
    width: 75%;
  }
  .medium-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .large-12 {
    width: 100%;
  }
}
@media screen and (min-width: 90em) {
  .medium-margin-collapse > .xlarge-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .xlarge-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .xlarge-3 {
    width: 25%;
  }
  .medium-margin-collapse > .xlarge-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .xlarge-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .xlarge-6 {
    width: 50%;
  }
  .medium-margin-collapse > .xlarge-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .xlarge-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .xlarge-9 {
    width: 75%;
  }
  .medium-margin-collapse > .xlarge-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .xlarge-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .xlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 100em) {
  .medium-margin-collapse > .xxlarge-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .xxlarge-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .xxlarge-3 {
    width: 25%;
  }
  .medium-margin-collapse > .xxlarge-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .xxlarge-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .xxlarge-6 {
    width: 50%;
  }
  .medium-margin-collapse > .xxlarge-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .xxlarge-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .xxlarge-9 {
    width: 75%;
  }
  .medium-margin-collapse > .xxlarge-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .xxlarge-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .xxlarge-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 40em) {
  .medium-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

@media print, screen and (min-width: 75em) {
  .large-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .large-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 75em) {
  .large-margin-collapse > .small-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .small-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .small-3 {
    width: 25%;
  }
  .large-margin-collapse > .small-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .small-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .small-6 {
    width: 50%;
  }
  .large-margin-collapse > .small-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .small-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .small-9 {
    width: 75%;
  }
  .large-margin-collapse > .small-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .small-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 75em) {
  .large-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .medium-3 {
    width: 25%;
  }
  .large-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .medium-6 {
    width: 50%;
  }
  .large-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .medium-9 {
    width: 75%;
  }
  .large-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 75em) {
  .large-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .large-3 {
    width: 25%;
  }
  .large-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .large-6 {
    width: 50%;
  }
  .large-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .large-9 {
    width: 75%;
  }
  .large-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .large-12 {
    width: 100%;
  }
}
@media screen and (min-width: 90em) {
  .large-margin-collapse > .xlarge-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .xlarge-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .xlarge-3 {
    width: 25%;
  }
  .large-margin-collapse > .xlarge-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .xlarge-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .xlarge-6 {
    width: 50%;
  }
  .large-margin-collapse > .xlarge-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .xlarge-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .xlarge-9 {
    width: 75%;
  }
  .large-margin-collapse > .xlarge-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .xlarge-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .xlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 100em) {
  .large-margin-collapse > .xxlarge-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .xxlarge-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .xxlarge-3 {
    width: 25%;
  }
  .large-margin-collapse > .xxlarge-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .xxlarge-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .xxlarge-6 {
    width: 50%;
  }
  .large-margin-collapse > .xxlarge-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .xxlarge-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .xxlarge-9 {
    width: 75%;
  }
  .large-margin-collapse > .xxlarge-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .xxlarge-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .xxlarge-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 75em) {
  .large-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .large-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

@media screen and (min-width: 90em) {
  .xlarge-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .xlarge-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}
@media screen and (min-width: 90em) {
  .xlarge-margin-collapse > .small-1 {
    width: 8.3333333333%;
  }
  .xlarge-margin-collapse > .small-2 {
    width: 16.6666666667%;
  }
  .xlarge-margin-collapse > .small-3 {
    width: 25%;
  }
  .xlarge-margin-collapse > .small-4 {
    width: 33.3333333333%;
  }
  .xlarge-margin-collapse > .small-5 {
    width: 41.6666666667%;
  }
  .xlarge-margin-collapse > .small-6 {
    width: 50%;
  }
  .xlarge-margin-collapse > .small-7 {
    width: 58.3333333333%;
  }
  .xlarge-margin-collapse > .small-8 {
    width: 66.6666666667%;
  }
  .xlarge-margin-collapse > .small-9 {
    width: 75%;
  }
  .xlarge-margin-collapse > .small-10 {
    width: 83.3333333333%;
  }
  .xlarge-margin-collapse > .small-11 {
    width: 91.6666666667%;
  }
  .xlarge-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media screen and (min-width: 90em) {
  .xlarge-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .xlarge-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .xlarge-margin-collapse > .medium-3 {
    width: 25%;
  }
  .xlarge-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .xlarge-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .xlarge-margin-collapse > .medium-6 {
    width: 50%;
  }
  .xlarge-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .xlarge-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .xlarge-margin-collapse > .medium-9 {
    width: 75%;
  }
  .xlarge-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .xlarge-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .xlarge-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media screen and (min-width: 90em) {
  .xlarge-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .xlarge-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .xlarge-margin-collapse > .large-3 {
    width: 25%;
  }
  .xlarge-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .xlarge-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .xlarge-margin-collapse > .large-6 {
    width: 50%;
  }
  .xlarge-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .xlarge-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .xlarge-margin-collapse > .large-9 {
    width: 75%;
  }
  .xlarge-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .xlarge-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .xlarge-margin-collapse > .large-12 {
    width: 100%;
  }
}
@media screen and (min-width: 90em) {
  .xlarge-margin-collapse > .xlarge-1 {
    width: 8.3333333333%;
  }
  .xlarge-margin-collapse > .xlarge-2 {
    width: 16.6666666667%;
  }
  .xlarge-margin-collapse > .xlarge-3 {
    width: 25%;
  }
  .xlarge-margin-collapse > .xlarge-4 {
    width: 33.3333333333%;
  }
  .xlarge-margin-collapse > .xlarge-5 {
    width: 41.6666666667%;
  }
  .xlarge-margin-collapse > .xlarge-6 {
    width: 50%;
  }
  .xlarge-margin-collapse > .xlarge-7 {
    width: 58.3333333333%;
  }
  .xlarge-margin-collapse > .xlarge-8 {
    width: 66.6666666667%;
  }
  .xlarge-margin-collapse > .xlarge-9 {
    width: 75%;
  }
  .xlarge-margin-collapse > .xlarge-10 {
    width: 83.3333333333%;
  }
  .xlarge-margin-collapse > .xlarge-11 {
    width: 91.6666666667%;
  }
  .xlarge-margin-collapse > .xlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 100em) {
  .xlarge-margin-collapse > .xxlarge-1 {
    width: 8.3333333333%;
  }
  .xlarge-margin-collapse > .xxlarge-2 {
    width: 16.6666666667%;
  }
  .xlarge-margin-collapse > .xxlarge-3 {
    width: 25%;
  }
  .xlarge-margin-collapse > .xxlarge-4 {
    width: 33.3333333333%;
  }
  .xlarge-margin-collapse > .xxlarge-5 {
    width: 41.6666666667%;
  }
  .xlarge-margin-collapse > .xxlarge-6 {
    width: 50%;
  }
  .xlarge-margin-collapse > .xxlarge-7 {
    width: 58.3333333333%;
  }
  .xlarge-margin-collapse > .xxlarge-8 {
    width: 66.6666666667%;
  }
  .xlarge-margin-collapse > .xxlarge-9 {
    width: 75%;
  }
  .xlarge-margin-collapse > .xxlarge-10 {
    width: 83.3333333333%;
  }
  .xlarge-margin-collapse > .xxlarge-11 {
    width: 91.6666666667%;
  }
  .xlarge-margin-collapse > .xxlarge-12 {
    width: 100%;
  }
}

@media screen and (min-width: 90em) {
  .xlarge-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .xlarge-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

@media screen and (min-width: 100em) {
  .xxlarge-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .xxlarge-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}
@media screen and (min-width: 100em) {
  .xxlarge-margin-collapse > .small-1 {
    width: 8.3333333333%;
  }
  .xxlarge-margin-collapse > .small-2 {
    width: 16.6666666667%;
  }
  .xxlarge-margin-collapse > .small-3 {
    width: 25%;
  }
  .xxlarge-margin-collapse > .small-4 {
    width: 33.3333333333%;
  }
  .xxlarge-margin-collapse > .small-5 {
    width: 41.6666666667%;
  }
  .xxlarge-margin-collapse > .small-6 {
    width: 50%;
  }
  .xxlarge-margin-collapse > .small-7 {
    width: 58.3333333333%;
  }
  .xxlarge-margin-collapse > .small-8 {
    width: 66.6666666667%;
  }
  .xxlarge-margin-collapse > .small-9 {
    width: 75%;
  }
  .xxlarge-margin-collapse > .small-10 {
    width: 83.3333333333%;
  }
  .xxlarge-margin-collapse > .small-11 {
    width: 91.6666666667%;
  }
  .xxlarge-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media screen and (min-width: 100em) {
  .xxlarge-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .xxlarge-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .xxlarge-margin-collapse > .medium-3 {
    width: 25%;
  }
  .xxlarge-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .xxlarge-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .xxlarge-margin-collapse > .medium-6 {
    width: 50%;
  }
  .xxlarge-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .xxlarge-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .xxlarge-margin-collapse > .medium-9 {
    width: 75%;
  }
  .xxlarge-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .xxlarge-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .xxlarge-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media screen and (min-width: 100em) {
  .xxlarge-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .xxlarge-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .xxlarge-margin-collapse > .large-3 {
    width: 25%;
  }
  .xxlarge-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .xxlarge-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .xxlarge-margin-collapse > .large-6 {
    width: 50%;
  }
  .xxlarge-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .xxlarge-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .xxlarge-margin-collapse > .large-9 {
    width: 75%;
  }
  .xxlarge-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .xxlarge-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .xxlarge-margin-collapse > .large-12 {
    width: 100%;
  }
}
@media screen and (min-width: 100em) {
  .xxlarge-margin-collapse > .xlarge-1 {
    width: 8.3333333333%;
  }
  .xxlarge-margin-collapse > .xlarge-2 {
    width: 16.6666666667%;
  }
  .xxlarge-margin-collapse > .xlarge-3 {
    width: 25%;
  }
  .xxlarge-margin-collapse > .xlarge-4 {
    width: 33.3333333333%;
  }
  .xxlarge-margin-collapse > .xlarge-5 {
    width: 41.6666666667%;
  }
  .xxlarge-margin-collapse > .xlarge-6 {
    width: 50%;
  }
  .xxlarge-margin-collapse > .xlarge-7 {
    width: 58.3333333333%;
  }
  .xxlarge-margin-collapse > .xlarge-8 {
    width: 66.6666666667%;
  }
  .xxlarge-margin-collapse > .xlarge-9 {
    width: 75%;
  }
  .xxlarge-margin-collapse > .xlarge-10 {
    width: 83.3333333333%;
  }
  .xxlarge-margin-collapse > .xlarge-11 {
    width: 91.6666666667%;
  }
  .xxlarge-margin-collapse > .xlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 100em) {
  .xxlarge-margin-collapse > .xxlarge-1 {
    width: 8.3333333333%;
  }
  .xxlarge-margin-collapse > .xxlarge-2 {
    width: 16.6666666667%;
  }
  .xxlarge-margin-collapse > .xxlarge-3 {
    width: 25%;
  }
  .xxlarge-margin-collapse > .xxlarge-4 {
    width: 33.3333333333%;
  }
  .xxlarge-margin-collapse > .xxlarge-5 {
    width: 41.6666666667%;
  }
  .xxlarge-margin-collapse > .xxlarge-6 {
    width: 50%;
  }
  .xxlarge-margin-collapse > .xxlarge-7 {
    width: 58.3333333333%;
  }
  .xxlarge-margin-collapse > .xxlarge-8 {
    width: 66.6666666667%;
  }
  .xxlarge-margin-collapse > .xxlarge-9 {
    width: 75%;
  }
  .xxlarge-margin-collapse > .xxlarge-10 {
    width: 83.3333333333%;
  }
  .xxlarge-margin-collapse > .xxlarge-11 {
    width: 91.6666666667%;
  }
  .xxlarge-margin-collapse > .xxlarge-12 {
    width: 100%;
  }
}

@media screen and (min-width: 100em) {
  .xxlarge-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .xxlarge-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

.small-offset-0 {
  margin-left: 0%;
}

.grid-margin-x > .small-offset-0 {
  margin-left: calc(0% + 1.3888888889rem / 2);
}

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

.grid-margin-x > .small-offset-1 {
  margin-left: calc(8.3333333333% + 1.3888888889rem / 2);
}

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

.grid-margin-x > .small-offset-2 {
  margin-left: calc(16.6666666667% + 1.3888888889rem / 2);
}

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

.grid-margin-x > .small-offset-3 {
  margin-left: calc(25% + 1.3888888889rem / 2);
}

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

.grid-margin-x > .small-offset-4 {
  margin-left: calc(33.3333333333% + 1.3888888889rem / 2);
}

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

.grid-margin-x > .small-offset-5 {
  margin-left: calc(41.6666666667% + 1.3888888889rem / 2);
}

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

.grid-margin-x > .small-offset-6 {
  margin-left: calc(50% + 1.3888888889rem / 2);
}

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

.grid-margin-x > .small-offset-7 {
  margin-left: calc(58.3333333333% + 1.3888888889rem / 2);
}

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

.grid-margin-x > .small-offset-8 {
  margin-left: calc(66.6666666667% + 1.3888888889rem / 2);
}

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

.grid-margin-x > .small-offset-9 {
  margin-left: calc(75% + 1.3888888889rem / 2);
}

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

.grid-margin-x > .small-offset-10 {
  margin-left: calc(83.3333333333% + 1.3888888889rem / 2);
}

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

.grid-margin-x > .small-offset-11 {
  margin-left: calc(91.6666666667% + 1.3888888889rem / 2);
}

@media print, screen and (min-width: 40em) {
  .medium-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .medium-offset-0 {
    margin-left: calc(0% + 2.0833333333rem / 2);
  }
  .medium-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .medium-offset-1 {
    margin-left: calc(8.3333333333% + 2.0833333333rem / 2);
  }
  .medium-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .medium-offset-2 {
    margin-left: calc(16.6666666667% + 2.0833333333rem / 2);
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .medium-offset-3 {
    margin-left: calc(25% + 2.0833333333rem / 2);
  }
  .medium-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .medium-offset-4 {
    margin-left: calc(33.3333333333% + 2.0833333333rem / 2);
  }
  .medium-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .medium-offset-5 {
    margin-left: calc(41.6666666667% + 2.0833333333rem / 2);
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .medium-offset-6 {
    margin-left: calc(50% + 2.0833333333rem / 2);
  }
  .medium-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .medium-offset-7 {
    margin-left: calc(58.3333333333% + 2.0833333333rem / 2);
  }
  .medium-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .medium-offset-8 {
    margin-left: calc(66.6666666667% + 2.0833333333rem / 2);
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .medium-offset-9 {
    margin-left: calc(75% + 2.0833333333rem / 2);
  }
  .medium-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .medium-offset-10 {
    margin-left: calc(83.3333333333% + 2.0833333333rem / 2);
  }
  .medium-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .medium-offset-11 {
    margin-left: calc(91.6666666667% + 2.0833333333rem / 2);
  }
}
@media print, screen and (min-width: 75em) {
  .large-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .large-offset-0 {
    margin-left: calc(0% + 2.0833333333rem / 2);
  }
  .large-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .large-offset-1 {
    margin-left: calc(8.3333333333% + 2.0833333333rem / 2);
  }
  .large-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .large-offset-2 {
    margin-left: calc(16.6666666667% + 2.0833333333rem / 2);
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .large-offset-3 {
    margin-left: calc(25% + 2.0833333333rem / 2);
  }
  .large-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .large-offset-4 {
    margin-left: calc(33.3333333333% + 2.0833333333rem / 2);
  }
  .large-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .large-offset-5 {
    margin-left: calc(41.6666666667% + 2.0833333333rem / 2);
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .large-offset-6 {
    margin-left: calc(50% + 2.0833333333rem / 2);
  }
  .large-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .large-offset-7 {
    margin-left: calc(58.3333333333% + 2.0833333333rem / 2);
  }
  .large-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .large-offset-8 {
    margin-left: calc(66.6666666667% + 2.0833333333rem / 2);
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .large-offset-9 {
    margin-left: calc(75% + 2.0833333333rem / 2);
  }
  .large-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .large-offset-10 {
    margin-left: calc(83.3333333333% + 2.0833333333rem / 2);
  }
  .large-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .large-offset-11 {
    margin-left: calc(91.6666666667% + 2.0833333333rem / 2);
  }
}
@media screen and (min-width: 90em) {
  .xlarge-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .xlarge-offset-0 {
    margin-left: calc(0% + 2.0833333333rem / 2);
  }
  .xlarge-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .xlarge-offset-1 {
    margin-left: calc(8.3333333333% + 2.0833333333rem / 2);
  }
  .xlarge-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .xlarge-offset-2 {
    margin-left: calc(16.6666666667% + 2.0833333333rem / 2);
  }
  .xlarge-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .xlarge-offset-3 {
    margin-left: calc(25% + 2.0833333333rem / 2);
  }
  .xlarge-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .xlarge-offset-4 {
    margin-left: calc(33.3333333333% + 2.0833333333rem / 2);
  }
  .xlarge-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .xlarge-offset-5 {
    margin-left: calc(41.6666666667% + 2.0833333333rem / 2);
  }
  .xlarge-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .xlarge-offset-6 {
    margin-left: calc(50% + 2.0833333333rem / 2);
  }
  .xlarge-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .xlarge-offset-7 {
    margin-left: calc(58.3333333333% + 2.0833333333rem / 2);
  }
  .xlarge-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .xlarge-offset-8 {
    margin-left: calc(66.6666666667% + 2.0833333333rem / 2);
  }
  .xlarge-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .xlarge-offset-9 {
    margin-left: calc(75% + 2.0833333333rem / 2);
  }
  .xlarge-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .xlarge-offset-10 {
    margin-left: calc(83.3333333333% + 2.0833333333rem / 2);
  }
  .xlarge-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .xlarge-offset-11 {
    margin-left: calc(91.6666666667% + 2.0833333333rem / 2);
  }
}
@media screen and (min-width: 100em) {
  .xxlarge-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .xxlarge-offset-0 {
    margin-left: calc(0% + 2.0833333333rem / 2);
  }
  .xxlarge-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .xxlarge-offset-1 {
    margin-left: calc(8.3333333333% + 2.0833333333rem / 2);
  }
  .xxlarge-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .xxlarge-offset-2 {
    margin-left: calc(16.6666666667% + 2.0833333333rem / 2);
  }
  .xxlarge-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .xxlarge-offset-3 {
    margin-left: calc(25% + 2.0833333333rem / 2);
  }
  .xxlarge-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .xxlarge-offset-4 {
    margin-left: calc(33.3333333333% + 2.0833333333rem / 2);
  }
  .xxlarge-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .xxlarge-offset-5 {
    margin-left: calc(41.6666666667% + 2.0833333333rem / 2);
  }
  .xxlarge-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .xxlarge-offset-6 {
    margin-left: calc(50% + 2.0833333333rem / 2);
  }
  .xxlarge-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .xxlarge-offset-7 {
    margin-left: calc(58.3333333333% + 2.0833333333rem / 2);
  }
  .xxlarge-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .xxlarge-offset-8 {
    margin-left: calc(66.6666666667% + 2.0833333333rem / 2);
  }
  .xxlarge-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .xxlarge-offset-9 {
    margin-left: calc(75% + 2.0833333333rem / 2);
  }
  .xxlarge-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .xxlarge-offset-10 {
    margin-left: calc(83.3333333333% + 2.0833333333rem / 2);
  }
  .xxlarge-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .xxlarge-offset-11 {
    margin-left: calc(91.6666666667% + 2.0833333333rem / 2);
  }
}
.grid-y {
  display: flex;
  flex-flow: column nowrap;
}
.grid-y > .cell {
  height: auto;
  max-height: none;
}
.grid-y > .auto {
  height: auto;
}
.grid-y > .shrink {
  height: auto;
}
.grid-y > .small-shrink, .grid-y > .small-full, .grid-y > .small-1, .grid-y > .small-2, .grid-y > .small-3, .grid-y > .small-4, .grid-y > .small-5, .grid-y > .small-6, .grid-y > .small-7, .grid-y > .small-8, .grid-y > .small-9, .grid-y > .small-10, .grid-y > .small-11, .grid-y > .small-12 {
  flex-basis: auto;
}
@media print, screen and (min-width: 40em) {
  .grid-y > .medium-shrink, .grid-y > .medium-full, .grid-y > .medium-1, .grid-y > .medium-2, .grid-y > .medium-3, .grid-y > .medium-4, .grid-y > .medium-5, .grid-y > .medium-6, .grid-y > .medium-7, .grid-y > .medium-8, .grid-y > .medium-9, .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medium-12 {
    flex-basis: auto;
  }
}
@media print, screen and (min-width: 75em) {
  .grid-y > .large-shrink, .grid-y > .large-full, .grid-y > .large-1, .grid-y > .large-2, .grid-y > .large-3, .grid-y > .large-4, .grid-y > .large-5, .grid-y > .large-6, .grid-y > .large-7, .grid-y > .large-8, .grid-y > .large-9, .grid-y > .large-10, .grid-y > .large-11, .grid-y > .large-12 {
    flex-basis: auto;
  }
}
@media screen and (min-width: 90em) {
  .grid-y > .xlarge-shrink, .grid-y > .xlarge-full, .grid-y > .xlarge-1, .grid-y > .xlarge-2, .grid-y > .xlarge-3, .grid-y > .xlarge-4, .grid-y > .xlarge-5, .grid-y > .xlarge-6, .grid-y > .xlarge-7, .grid-y > .xlarge-8, .grid-y > .xlarge-9, .grid-y > .xlarge-10, .grid-y > .xlarge-11, .grid-y > .xlarge-12 {
    flex-basis: auto;
  }
}
@media screen and (min-width: 100em) {
  .grid-y > .xxlarge-shrink, .grid-y > .xxlarge-full, .grid-y > .xxlarge-1, .grid-y > .xxlarge-2, .grid-y > .xxlarge-3, .grid-y > .xxlarge-4, .grid-y > .xxlarge-5, .grid-y > .xxlarge-6, .grid-y > .xxlarge-7, .grid-y > .xxlarge-8, .grid-y > .xxlarge-9, .grid-y > .xxlarge-10, .grid-y > .xxlarge-11, .grid-y > .xxlarge-12 {
    flex-basis: auto;
  }
}
.grid-y > .small-12, .grid-y > .small-11, .grid-y > .small-10, .grid-y > .small-9, .grid-y > .small-8, .grid-y > .small-7, .grid-y > .small-6, .grid-y > .small-5, .grid-y > .small-4, .grid-y > .small-3, .grid-y > .small-2, .grid-y > .small-1 {
  flex: 0 0 auto;
}
.grid-y > .small-1 {
  height: 8.3333333333%;
}
.grid-y > .small-2 {
  height: 16.6666666667%;
}
.grid-y > .small-3 {
  height: 25%;
}
.grid-y > .small-4 {
  height: 33.3333333333%;
}
.grid-y > .small-5 {
  height: 41.6666666667%;
}
.grid-y > .small-6 {
  height: 50%;
}
.grid-y > .small-7 {
  height: 58.3333333333%;
}
.grid-y > .small-8 {
  height: 66.6666666667%;
}
.grid-y > .small-9 {
  height: 75%;
}
.grid-y > .small-10 {
  height: 83.3333333333%;
}
.grid-y > .small-11 {
  height: 91.6666666667%;
}
.grid-y > .small-12 {
  height: 100%;
}
@media print, screen and (min-width: 40em) {
  .grid-y > .medium-auto {
    flex: 1 1 0;
    height: auto;
  }
  .grid-y > .medium-12, .grid-y > .medium-11, .grid-y > .medium-10, .grid-y > .medium-9, .grid-y > .medium-8, .grid-y > .medium-7, .grid-y > .medium-6, .grid-y > .medium-5, .grid-y > .medium-4, .grid-y > .medium-3, .grid-y > .medium-2, .grid-y > .medium-1, .grid-y > .medium-shrink {
    flex: 0 0 auto;
  }
  .grid-y > .medium-shrink {
    height: auto;
  }
  .grid-y > .medium-1 {
    height: 8.3333333333%;
  }
  .grid-y > .medium-2 {
    height: 16.6666666667%;
  }
  .grid-y > .medium-3 {
    height: 25%;
  }
  .grid-y > .medium-4 {
    height: 33.3333333333%;
  }
  .grid-y > .medium-5 {
    height: 41.6666666667%;
  }
  .grid-y > .medium-6 {
    height: 50%;
  }
  .grid-y > .medium-7 {
    height: 58.3333333333%;
  }
  .grid-y > .medium-8 {
    height: 66.6666666667%;
  }
  .grid-y > .medium-9 {
    height: 75%;
  }
  .grid-y > .medium-10 {
    height: 83.3333333333%;
  }
  .grid-y > .medium-11 {
    height: 91.6666666667%;
  }
  .grid-y > .medium-12 {
    height: 100%;
  }
}
@media print, screen and (min-width: 75em) {
  .grid-y > .large-auto {
    flex: 1 1 0;
    height: auto;
  }
  .grid-y > .large-12, .grid-y > .large-11, .grid-y > .large-10, .grid-y > .large-9, .grid-y > .large-8, .grid-y > .large-7, .grid-y > .large-6, .grid-y > .large-5, .grid-y > .large-4, .grid-y > .large-3, .grid-y > .large-2, .grid-y > .large-1, .grid-y > .large-shrink {
    flex: 0 0 auto;
  }
  .grid-y > .large-shrink {
    height: auto;
  }
  .grid-y > .large-1 {
    height: 8.3333333333%;
  }
  .grid-y > .large-2 {
    height: 16.6666666667%;
  }
  .grid-y > .large-3 {
    height: 25%;
  }
  .grid-y > .large-4 {
    height: 33.3333333333%;
  }
  .grid-y > .large-5 {
    height: 41.6666666667%;
  }
  .grid-y > .large-6 {
    height: 50%;
  }
  .grid-y > .large-7 {
    height: 58.3333333333%;
  }
  .grid-y > .large-8 {
    height: 66.6666666667%;
  }
  .grid-y > .large-9 {
    height: 75%;
  }
  .grid-y > .large-10 {
    height: 83.3333333333%;
  }
  .grid-y > .large-11 {
    height: 91.6666666667%;
  }
  .grid-y > .large-12 {
    height: 100%;
  }
}
@media screen and (min-width: 90em) {
  .grid-y > .xlarge-auto {
    flex: 1 1 0;
    height: auto;
  }
  .grid-y > .xlarge-12, .grid-y > .xlarge-11, .grid-y > .xlarge-10, .grid-y > .xlarge-9, .grid-y > .xlarge-8, .grid-y > .xlarge-7, .grid-y > .xlarge-6, .grid-y > .xlarge-5, .grid-y > .xlarge-4, .grid-y > .xlarge-3, .grid-y > .xlarge-2, .grid-y > .xlarge-1, .grid-y > .xlarge-shrink {
    flex: 0 0 auto;
  }
  .grid-y > .xlarge-shrink {
    height: auto;
  }
  .grid-y > .xlarge-1 {
    height: 8.3333333333%;
  }
  .grid-y > .xlarge-2 {
    height: 16.6666666667%;
  }
  .grid-y > .xlarge-3 {
    height: 25%;
  }
  .grid-y > .xlarge-4 {
    height: 33.3333333333%;
  }
  .grid-y > .xlarge-5 {
    height: 41.6666666667%;
  }
  .grid-y > .xlarge-6 {
    height: 50%;
  }
  .grid-y > .xlarge-7 {
    height: 58.3333333333%;
  }
  .grid-y > .xlarge-8 {
    height: 66.6666666667%;
  }
  .grid-y > .xlarge-9 {
    height: 75%;
  }
  .grid-y > .xlarge-10 {
    height: 83.3333333333%;
  }
  .grid-y > .xlarge-11 {
    height: 91.6666666667%;
  }
  .grid-y > .xlarge-12 {
    height: 100%;
  }
}
@media screen and (min-width: 100em) {
  .grid-y > .xxlarge-auto {
    flex: 1 1 0;
    height: auto;
  }
  .grid-y > .xxlarge-12, .grid-y > .xxlarge-11, .grid-y > .xxlarge-10, .grid-y > .xxlarge-9, .grid-y > .xxlarge-8, .grid-y > .xxlarge-7, .grid-y > .xxlarge-6, .grid-y > .xxlarge-5, .grid-y > .xxlarge-4, .grid-y > .xxlarge-3, .grid-y > .xxlarge-2, .grid-y > .xxlarge-1, .grid-y > .xxlarge-shrink {
    flex: 0 0 auto;
  }
  .grid-y > .xxlarge-shrink {
    height: auto;
  }
  .grid-y > .xxlarge-1 {
    height: 8.3333333333%;
  }
  .grid-y > .xxlarge-2 {
    height: 16.6666666667%;
  }
  .grid-y > .xxlarge-3 {
    height: 25%;
  }
  .grid-y > .xxlarge-4 {
    height: 33.3333333333%;
  }
  .grid-y > .xxlarge-5 {
    height: 41.6666666667%;
  }
  .grid-y > .xxlarge-6 {
    height: 50%;
  }
  .grid-y > .xxlarge-7 {
    height: 58.3333333333%;
  }
  .grid-y > .xxlarge-8 {
    height: 66.6666666667%;
  }
  .grid-y > .xxlarge-9 {
    height: 75%;
  }
  .grid-y > .xxlarge-10 {
    height: 83.3333333333%;
  }
  .grid-y > .xxlarge-11 {
    height: 91.6666666667%;
  }
  .grid-y > .xxlarge-12 {
    height: 100%;
  }
}

.grid-padding-y .grid-padding-y {
  margin-top: -0.6944444444rem;
  margin-bottom: -0.6944444444rem;
}
@media print, screen and (min-width: 40em) {
  .grid-padding-y .grid-padding-y {
    margin-top: -1.0416666667rem;
    margin-bottom: -1.0416666667rem;
  }
}
.grid-padding-y > .cell {
  padding-top: 0.6944444444rem;
  padding-bottom: 0.6944444444rem;
}
@media print, screen and (min-width: 40em) {
  .grid-padding-y > .cell {
    padding-top: 1.0416666667rem;
    padding-bottom: 1.0416666667rem;
  }
}

.grid-margin-y {
  margin-top: -0.6944444444rem;
  margin-bottom: -0.6944444444rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y {
    margin-top: -1.0416666667rem;
    margin-bottom: -1.0416666667rem;
  }
}
.grid-margin-y > .cell {
  height: calc(100% - 1.3888888889rem);
  margin-top: 0.6944444444rem;
  margin-bottom: 0.6944444444rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y > .cell {
    height: calc(100% - 2.0833333333rem);
    margin-top: 1.0416666667rem;
    margin-bottom: 1.0416666667rem;
  }
}
.grid-margin-y > .auto {
  height: auto;
}
.grid-margin-y > .shrink {
  height: auto;
}
.grid-margin-y > .small-1 {
  height: calc(8.3333333333% - 1.3888888889rem);
}
.grid-margin-y > .small-2 {
  height: calc(16.6666666667% - 1.3888888889rem);
}
.grid-margin-y > .small-3 {
  height: calc(25% - 1.3888888889rem);
}
.grid-margin-y > .small-4 {
  height: calc(33.3333333333% - 1.3888888889rem);
}
.grid-margin-y > .small-5 {
  height: calc(41.6666666667% - 1.3888888889rem);
}
.grid-margin-y > .small-6 {
  height: calc(50% - 1.3888888889rem);
}
.grid-margin-y > .small-7 {
  height: calc(58.3333333333% - 1.3888888889rem);
}
.grid-margin-y > .small-8 {
  height: calc(66.6666666667% - 1.3888888889rem);
}
.grid-margin-y > .small-9 {
  height: calc(75% - 1.3888888889rem);
}
.grid-margin-y > .small-10 {
  height: calc(83.3333333333% - 1.3888888889rem);
}
.grid-margin-y > .small-11 {
  height: calc(91.6666666667% - 1.3888888889rem);
}
.grid-margin-y > .small-12 {
  height: calc(100% - 1.3888888889rem);
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y > .auto {
    height: auto;
  }
  .grid-margin-y > .shrink {
    height: auto;
  }
  .grid-margin-y > .small-1 {
    height: calc(8.3333333333% - 2.0833333333rem);
  }
  .grid-margin-y > .small-2 {
    height: calc(16.6666666667% - 2.0833333333rem);
  }
  .grid-margin-y > .small-3 {
    height: calc(25% - 2.0833333333rem);
  }
  .grid-margin-y > .small-4 {
    height: calc(33.3333333333% - 2.0833333333rem);
  }
  .grid-margin-y > .small-5 {
    height: calc(41.6666666667% - 2.0833333333rem);
  }
  .grid-margin-y > .small-6 {
    height: calc(50% - 2.0833333333rem);
  }
  .grid-margin-y > .small-7 {
    height: calc(58.3333333333% - 2.0833333333rem);
  }
  .grid-margin-y > .small-8 {
    height: calc(66.6666666667% - 2.0833333333rem);
  }
  .grid-margin-y > .small-9 {
    height: calc(75% - 2.0833333333rem);
  }
  .grid-margin-y > .small-10 {
    height: calc(83.3333333333% - 2.0833333333rem);
  }
  .grid-margin-y > .small-11 {
    height: calc(91.6666666667% - 2.0833333333rem);
  }
  .grid-margin-y > .small-12 {
    height: calc(100% - 2.0833333333rem);
  }
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: calc(8.3333333333% - 2.0833333333rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.6666666667% - 2.0833333333rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 2.0833333333rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.3333333333% - 2.0833333333rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.6666666667% - 2.0833333333rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 2.0833333333rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.3333333333% - 2.0833333333rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.6666666667% - 2.0833333333rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 2.0833333333rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.3333333333% - 2.0833333333rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.6666666667% - 2.0833333333rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 2.0833333333rem);
  }
}
@media print, screen and (min-width: 75em) {
  .grid-margin-y > .large-auto {
    height: auto;
  }
  .grid-margin-y > .large-shrink {
    height: auto;
  }
  .grid-margin-y > .large-1 {
    height: calc(8.3333333333% - 2.0833333333rem);
  }
  .grid-margin-y > .large-2 {
    height: calc(16.6666666667% - 2.0833333333rem);
  }
  .grid-margin-y > .large-3 {
    height: calc(25% - 2.0833333333rem);
  }
  .grid-margin-y > .large-4 {
    height: calc(33.3333333333% - 2.0833333333rem);
  }
  .grid-margin-y > .large-5 {
    height: calc(41.6666666667% - 2.0833333333rem);
  }
  .grid-margin-y > .large-6 {
    height: calc(50% - 2.0833333333rem);
  }
  .grid-margin-y > .large-7 {
    height: calc(58.3333333333% - 2.0833333333rem);
  }
  .grid-margin-y > .large-8 {
    height: calc(66.6666666667% - 2.0833333333rem);
  }
  .grid-margin-y > .large-9 {
    height: calc(75% - 2.0833333333rem);
  }
  .grid-margin-y > .large-10 {
    height: calc(83.3333333333% - 2.0833333333rem);
  }
  .grid-margin-y > .large-11 {
    height: calc(91.6666666667% - 2.0833333333rem);
  }
  .grid-margin-y > .large-12 {
    height: calc(100% - 2.0833333333rem);
  }
}
@media screen and (min-width: 90em) {
  .grid-margin-y > .xlarge-auto {
    height: auto;
  }
  .grid-margin-y > .xlarge-shrink {
    height: auto;
  }
  .grid-margin-y > .xlarge-1 {
    height: calc(8.3333333333% - 2.0833333333rem);
  }
  .grid-margin-y > .xlarge-2 {
    height: calc(16.6666666667% - 2.0833333333rem);
  }
  .grid-margin-y > .xlarge-3 {
    height: calc(25% - 2.0833333333rem);
  }
  .grid-margin-y > .xlarge-4 {
    height: calc(33.3333333333% - 2.0833333333rem);
  }
  .grid-margin-y > .xlarge-5 {
    height: calc(41.6666666667% - 2.0833333333rem);
  }
  .grid-margin-y > .xlarge-6 {
    height: calc(50% - 2.0833333333rem);
  }
  .grid-margin-y > .xlarge-7 {
    height: calc(58.3333333333% - 2.0833333333rem);
  }
  .grid-margin-y > .xlarge-8 {
    height: calc(66.6666666667% - 2.0833333333rem);
  }
  .grid-margin-y > .xlarge-9 {
    height: calc(75% - 2.0833333333rem);
  }
  .grid-margin-y > .xlarge-10 {
    height: calc(83.3333333333% - 2.0833333333rem);
  }
  .grid-margin-y > .xlarge-11 {
    height: calc(91.6666666667% - 2.0833333333rem);
  }
  .grid-margin-y > .xlarge-12 {
    height: calc(100% - 2.0833333333rem);
  }
}
@media screen and (min-width: 100em) {
  .grid-margin-y > .xxlarge-auto {
    height: auto;
  }
  .grid-margin-y > .xxlarge-shrink {
    height: auto;
  }
  .grid-margin-y > .xxlarge-1 {
    height: calc(8.3333333333% - 2.0833333333rem);
  }
  .grid-margin-y > .xxlarge-2 {
    height: calc(16.6666666667% - 2.0833333333rem);
  }
  .grid-margin-y > .xxlarge-3 {
    height: calc(25% - 2.0833333333rem);
  }
  .grid-margin-y > .xxlarge-4 {
    height: calc(33.3333333333% - 2.0833333333rem);
  }
  .grid-margin-y > .xxlarge-5 {
    height: calc(41.6666666667% - 2.0833333333rem);
  }
  .grid-margin-y > .xxlarge-6 {
    height: calc(50% - 2.0833333333rem);
  }
  .grid-margin-y > .xxlarge-7 {
    height: calc(58.3333333333% - 2.0833333333rem);
  }
  .grid-margin-y > .xxlarge-8 {
    height: calc(66.6666666667% - 2.0833333333rem);
  }
  .grid-margin-y > .xxlarge-9 {
    height: calc(75% - 2.0833333333rem);
  }
  .grid-margin-y > .xxlarge-10 {
    height: calc(83.3333333333% - 2.0833333333rem);
  }
  .grid-margin-y > .xxlarge-11 {
    height: calc(91.6666666667% - 2.0833333333rem);
  }
  .grid-margin-y > .xxlarge-12 {
    height: calc(100% - 2.0833333333rem);
  }
}

.grid-frame {
  overflow: hidden;
  position: relative;
  flex-wrap: nowrap;
  align-items: stretch;
  width: 100vw;
}

.cell .grid-frame {
  width: 100%;
}

.cell-block {
  overflow-x: auto;
  max-width: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.cell-block-y {
  overflow-y: auto;
  max-height: 100%;
  min-height: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.cell-block-container {
  display: flex;
  flex-direction: column;
  max-height: 100%;
}
.cell-block-container > .grid-x {
  max-height: 100%;
  flex-wrap: nowrap;
}

@media print, screen and (min-width: 40em) {
  .medium-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw;
  }
  .cell .medium-grid-frame {
    width: 100%;
  }
  .medium-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .medium-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%;
  }
  .medium-cell-block-container > .grid-x {
    max-height: 100%;
    flex-wrap: nowrap;
  }
  .medium-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
@media print, screen and (min-width: 75em) {
  .large-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw;
  }
  .cell .large-grid-frame {
    width: 100%;
  }
  .large-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .large-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%;
  }
  .large-cell-block-container > .grid-x {
    max-height: 100%;
    flex-wrap: nowrap;
  }
  .large-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
@media screen and (min-width: 90em) {
  .xlarge-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw;
  }
  .cell .xlarge-grid-frame {
    width: 100%;
  }
  .xlarge-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .xlarge-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%;
  }
  .xlarge-cell-block-container > .grid-x {
    max-height: 100%;
    flex-wrap: nowrap;
  }
  .xlarge-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
@media screen and (min-width: 100em) {
  .xxlarge-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw;
  }
  .cell .xxlarge-grid-frame {
    width: 100%;
  }
  .xxlarge-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .xxlarge-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%;
  }
  .xxlarge-cell-block-container > .grid-x {
    max-height: 100%;
    flex-wrap: nowrap;
  }
  .xxlarge-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
.grid-y.grid-frame {
  overflow: hidden;
  position: relative;
  flex-wrap: nowrap;
  align-items: stretch;
  height: 100vh;
  width: auto;
}
@media print, screen and (min-width: 40em) {
  .grid-y.medium-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
    width: auto;
  }
}
@media print, screen and (min-width: 75em) {
  .grid-y.large-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
    width: auto;
  }
}
@media screen and (min-width: 90em) {
  .grid-y.xlarge-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
    width: auto;
  }
}
@media screen and (min-width: 100em) {
  .grid-y.xxlarge-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
    width: auto;
  }
}

.cell .grid-y.grid-frame {
  height: 100%;
}
@media print, screen and (min-width: 40em) {
  .cell .grid-y.medium-grid-frame {
    height: 100%;
  }
}
@media print, screen and (min-width: 75em) {
  .cell .grid-y.large-grid-frame {
    height: 100%;
  }
}
@media screen and (min-width: 90em) {
  .cell .grid-y.xlarge-grid-frame {
    height: 100%;
  }
}
@media screen and (min-width: 100em) {
  .cell .grid-y.xxlarge-grid-frame {
    height: 100%;
  }
}

.grid-margin-y {
  margin-top: -0.6944444444rem;
  margin-bottom: -0.6944444444rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y {
    margin-top: -1.0416666667rem;
    margin-bottom: -1.0416666667rem;
  }
}
.grid-margin-y > .cell {
  height: calc(100% - 1.3888888889rem);
  margin-top: 0.6944444444rem;
  margin-bottom: 0.6944444444rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y > .cell {
    height: calc(100% - 2.0833333333rem);
    margin-top: 1.0416666667rem;
    margin-bottom: 1.0416666667rem;
  }
}
.grid-margin-y > .auto {
  height: auto;
}
.grid-margin-y > .shrink {
  height: auto;
}
.grid-margin-y > .small-1 {
  height: calc(8.3333333333% - 1.3888888889rem);
}
.grid-margin-y > .small-2 {
  height: calc(16.6666666667% - 1.3888888889rem);
}
.grid-margin-y > .small-3 {
  height: calc(25% - 1.3888888889rem);
}
.grid-margin-y > .small-4 {
  height: calc(33.3333333333% - 1.3888888889rem);
}
.grid-margin-y > .small-5 {
  height: calc(41.6666666667% - 1.3888888889rem);
}
.grid-margin-y > .small-6 {
  height: calc(50% - 1.3888888889rem);
}
.grid-margin-y > .small-7 {
  height: calc(58.3333333333% - 1.3888888889rem);
}
.grid-margin-y > .small-8 {
  height: calc(66.6666666667% - 1.3888888889rem);
}
.grid-margin-y > .small-9 {
  height: calc(75% - 1.3888888889rem);
}
.grid-margin-y > .small-10 {
  height: calc(83.3333333333% - 1.3888888889rem);
}
.grid-margin-y > .small-11 {
  height: calc(91.6666666667% - 1.3888888889rem);
}
.grid-margin-y > .small-12 {
  height: calc(100% - 1.3888888889rem);
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y > .auto {
    height: auto;
  }
  .grid-margin-y > .shrink {
    height: auto;
  }
  .grid-margin-y > .small-1 {
    height: calc(8.3333333333% - 2.0833333333rem);
  }
  .grid-margin-y > .small-2 {
    height: calc(16.6666666667% - 2.0833333333rem);
  }
  .grid-margin-y > .small-3 {
    height: calc(25% - 2.0833333333rem);
  }
  .grid-margin-y > .small-4 {
    height: calc(33.3333333333% - 2.0833333333rem);
  }
  .grid-margin-y > .small-5 {
    height: calc(41.6666666667% - 2.0833333333rem);
  }
  .grid-margin-y > .small-6 {
    height: calc(50% - 2.0833333333rem);
  }
  .grid-margin-y > .small-7 {
    height: calc(58.3333333333% - 2.0833333333rem);
  }
  .grid-margin-y > .small-8 {
    height: calc(66.6666666667% - 2.0833333333rem);
  }
  .grid-margin-y > .small-9 {
    height: calc(75% - 2.0833333333rem);
  }
  .grid-margin-y > .small-10 {
    height: calc(83.3333333333% - 2.0833333333rem);
  }
  .grid-margin-y > .small-11 {
    height: calc(91.6666666667% - 2.0833333333rem);
  }
  .grid-margin-y > .small-12 {
    height: calc(100% - 2.0833333333rem);
  }
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: calc(8.3333333333% - 2.0833333333rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.6666666667% - 2.0833333333rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 2.0833333333rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.3333333333% - 2.0833333333rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.6666666667% - 2.0833333333rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 2.0833333333rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.3333333333% - 2.0833333333rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.6666666667% - 2.0833333333rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 2.0833333333rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.3333333333% - 2.0833333333rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.6666666667% - 2.0833333333rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 2.0833333333rem);
  }
}
@media print, screen and (min-width: 75em) {
  .grid-margin-y > .large-auto {
    height: auto;
  }
  .grid-margin-y > .large-shrink {
    height: auto;
  }
  .grid-margin-y > .large-1 {
    height: calc(8.3333333333% - 2.0833333333rem);
  }
  .grid-margin-y > .large-2 {
    height: calc(16.6666666667% - 2.0833333333rem);
  }
  .grid-margin-y > .large-3 {
    height: calc(25% - 2.0833333333rem);
  }
  .grid-margin-y > .large-4 {
    height: calc(33.3333333333% - 2.0833333333rem);
  }
  .grid-margin-y > .large-5 {
    height: calc(41.6666666667% - 2.0833333333rem);
  }
  .grid-margin-y > .large-6 {
    height: calc(50% - 2.0833333333rem);
  }
  .grid-margin-y > .large-7 {
    height: calc(58.3333333333% - 2.0833333333rem);
  }
  .grid-margin-y > .large-8 {
    height: calc(66.6666666667% - 2.0833333333rem);
  }
  .grid-margin-y > .large-9 {
    height: calc(75% - 2.0833333333rem);
  }
  .grid-margin-y > .large-10 {
    height: calc(83.3333333333% - 2.0833333333rem);
  }
  .grid-margin-y > .large-11 {
    height: calc(91.6666666667% - 2.0833333333rem);
  }
  .grid-margin-y > .large-12 {
    height: calc(100% - 2.0833333333rem);
  }
}
@media screen and (min-width: 90em) {
  .grid-margin-y > .xlarge-auto {
    height: auto;
  }
  .grid-margin-y > .xlarge-shrink {
    height: auto;
  }
  .grid-margin-y > .xlarge-1 {
    height: calc(8.3333333333% - 2.0833333333rem);
  }
  .grid-margin-y > .xlarge-2 {
    height: calc(16.6666666667% - 2.0833333333rem);
  }
  .grid-margin-y > .xlarge-3 {
    height: calc(25% - 2.0833333333rem);
  }
  .grid-margin-y > .xlarge-4 {
    height: calc(33.3333333333% - 2.0833333333rem);
  }
  .grid-margin-y > .xlarge-5 {
    height: calc(41.6666666667% - 2.0833333333rem);
  }
  .grid-margin-y > .xlarge-6 {
    height: calc(50% - 2.0833333333rem);
  }
  .grid-margin-y > .xlarge-7 {
    height: calc(58.3333333333% - 2.0833333333rem);
  }
  .grid-margin-y > .xlarge-8 {
    height: calc(66.6666666667% - 2.0833333333rem);
  }
  .grid-margin-y > .xlarge-9 {
    height: calc(75% - 2.0833333333rem);
  }
  .grid-margin-y > .xlarge-10 {
    height: calc(83.3333333333% - 2.0833333333rem);
  }
  .grid-margin-y > .xlarge-11 {
    height: calc(91.6666666667% - 2.0833333333rem);
  }
  .grid-margin-y > .xlarge-12 {
    height: calc(100% - 2.0833333333rem);
  }
}
@media screen and (min-width: 100em) {
  .grid-margin-y > .xxlarge-auto {
    height: auto;
  }
  .grid-margin-y > .xxlarge-shrink {
    height: auto;
  }
  .grid-margin-y > .xxlarge-1 {
    height: calc(8.3333333333% - 2.0833333333rem);
  }
  .grid-margin-y > .xxlarge-2 {
    height: calc(16.6666666667% - 2.0833333333rem);
  }
  .grid-margin-y > .xxlarge-3 {
    height: calc(25% - 2.0833333333rem);
  }
  .grid-margin-y > .xxlarge-4 {
    height: calc(33.3333333333% - 2.0833333333rem);
  }
  .grid-margin-y > .xxlarge-5 {
    height: calc(41.6666666667% - 2.0833333333rem);
  }
  .grid-margin-y > .xxlarge-6 {
    height: calc(50% - 2.0833333333rem);
  }
  .grid-margin-y > .xxlarge-7 {
    height: calc(58.3333333333% - 2.0833333333rem);
  }
  .grid-margin-y > .xxlarge-8 {
    height: calc(66.6666666667% - 2.0833333333rem);
  }
  .grid-margin-y > .xxlarge-9 {
    height: calc(75% - 2.0833333333rem);
  }
  .grid-margin-y > .xxlarge-10 {
    height: calc(83.3333333333% - 2.0833333333rem);
  }
  .grid-margin-y > .xxlarge-11 {
    height: calc(91.6666666667% - 2.0833333333rem);
  }
  .grid-margin-y > .xxlarge-12 {
    height: calc(100% - 2.0833333333rem);
  }
}

.grid-frame.grid-margin-y {
  height: calc(100vh + 1.3888888889rem);
}
@media print, screen and (min-width: 40em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 2.0833333333rem);
  }
}
@media print, screen and (min-width: 75em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 2.0833333333rem);
  }
}
@media screen and (min-width: 90em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 2.0833333333rem);
  }
}
@media screen and (min-width: 100em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 2.0833333333rem);
  }
}

@media print, screen and (min-width: 40em) {
  .grid-margin-y.medium-grid-frame {
    height: calc(100vh + 2.0833333333rem);
  }
}
@media print, screen and (min-width: 75em) {
  .grid-margin-y.large-grid-frame {
    height: calc(100vh + 2.0833333333rem);
  }
}
@media screen and (min-width: 90em) {
  .grid-margin-y.xlarge-grid-frame {
    height: calc(100vh + 2.0833333333rem);
  }
}
@media screen and (min-width: 100em) {
  .grid-margin-y.xxlarge-grid-frame {
    height: calc(100vh + 2.0833333333rem);
  }
}
.tabs {
  margin: 0;
  border: 1px solid #e6e6e6;
  background: #ffffff;
  list-style-type: none;
}
.tabs::before, .tabs::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.tabs::after {
  clear: both;
}

.tabs.vertical > li {
  display: block;
  float: none;
  width: auto;
}

.tabs.simple > li > a {
  padding: 0;
}
.tabs.simple > li > a:hover {
  background: transparent;
}

.tabs.primary {
  background: #003768;
}
.tabs.primary > li > a {
  color: #ffffff;
}
.tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
  background: rgb(0, 65.7355769231, 124.3);
}

.tabs-title {
  float: left;
}
.tabs-title > a {
  display: block;
  padding: 1.25rem 1.5rem;
  font-size: 0.8333333333rem;
  line-height: 1;
  color: #003768;
}
[data-whatinput=mouse] .tabs-title > a {
  outline: 0;
}
.tabs-title > a:hover {
  background: #ffffff;
  color: rgb(0, 47.3, 89.44);
}
.tabs-title > a:focus, .tabs-title > a[aria-selected=true] {
  background: #e6e6e6;
  color: #003768;
}

.tabs-content {
  border: 1px solid #e6e6e6;
  border-top: 0;
  background: #ffffff;
  color: #000000;
  transition: all 0.5s ease;
}

.tabs-content.vertical {
  border: 1px solid #e6e6e6;
  border-left: 0;
}

.tabs-panel {
  display: none;
  padding: 1rem;
}
.tabs-panel.is-active {
  display: block;
}

.align-left {
  justify-content: flex-start;
}

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

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

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

.align-spaced {
  justify-content: space-around;
}

.align-left.vertical.menu > li > a {
  justify-content: flex-start;
}

.align-right.vertical.menu > li > a {
  justify-content: flex-end;
}

.align-center.vertical.menu > li > a {
  justify-content: center;
}

.align-top {
  align-items: flex-start;
}

.align-self-top {
  align-self: flex-start;
}

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

.align-self-bottom {
  align-self: flex-end;
}

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

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

.align-stretch {
  align-items: stretch;
}

.align-self-stretch {
  align-self: stretch;
}

.align-center-middle {
  justify-content: center;
  align-items: center;
  align-content: center;
}

.small-order-1 {
  order: 1;
}

.small-order-2 {
  order: 2;
}

.small-order-3 {
  order: 3;
}

.small-order-4 {
  order: 4;
}

.small-order-5 {
  order: 5;
}

.small-order-6 {
  order: 6;
}

@media print, screen and (min-width: 40em) {
  .medium-order-1 {
    order: 1;
  }
  .medium-order-2 {
    order: 2;
  }
  .medium-order-3 {
    order: 3;
  }
  .medium-order-4 {
    order: 4;
  }
  .medium-order-5 {
    order: 5;
  }
  .medium-order-6 {
    order: 6;
  }
}
@media print, screen and (min-width: 75em) {
  .large-order-1 {
    order: 1;
  }
  .large-order-2 {
    order: 2;
  }
  .large-order-3 {
    order: 3;
  }
  .large-order-4 {
    order: 4;
  }
  .large-order-5 {
    order: 5;
  }
  .large-order-6 {
    order: 6;
  }
}
@media screen and (min-width: 90em) {
  .xlarge-order-1 {
    order: 1;
  }
  .xlarge-order-2 {
    order: 2;
  }
  .xlarge-order-3 {
    order: 3;
  }
  .xlarge-order-4 {
    order: 4;
  }
  .xlarge-order-5 {
    order: 5;
  }
  .xlarge-order-6 {
    order: 6;
  }
}
@media screen and (min-width: 100em) {
  .xxlarge-order-1 {
    order: 1;
  }
  .xxlarge-order-2 {
    order: 2;
  }
  .xxlarge-order-3 {
    order: 3;
  }
  .xxlarge-order-4 {
    order: 4;
  }
  .xxlarge-order-5 {
    order: 5;
  }
  .xxlarge-order-6 {
    order: 6;
  }
}
.flex-container {
  display: flex;
}

.flex-child-auto {
  flex: 1 1 auto;
}

.flex-child-grow {
  flex: 1 0 auto;
}

.flex-child-shrink {
  flex: 0 1 auto;
}

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

.flex-dir-row-reverse {
  flex-direction: row-reverse;
}

.flex-dir-column {
  flex-direction: column;
}

.flex-dir-column-reverse {
  flex-direction: column-reverse;
}

@media print, screen and (min-width: 40em) {
  .medium-flex-container {
    display: flex;
  }
  .medium-flex-child-auto {
    flex: 1 1 auto;
  }
  .medium-flex-child-grow {
    flex: 1 0 auto;
  }
  .medium-flex-child-shrink {
    flex: 0 1 auto;
  }
  .medium-flex-dir-row {
    flex-direction: row;
  }
  .medium-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }
  .medium-flex-dir-column {
    flex-direction: column;
  }
  .medium-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}
@media print, screen and (min-width: 75em) {
  .large-flex-container {
    display: flex;
  }
  .large-flex-child-auto {
    flex: 1 1 auto;
  }
  .large-flex-child-grow {
    flex: 1 0 auto;
  }
  .large-flex-child-shrink {
    flex: 0 1 auto;
  }
  .large-flex-dir-row {
    flex-direction: row;
  }
  .large-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }
  .large-flex-dir-column {
    flex-direction: column;
  }
  .large-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 90em) {
  .xlarge-flex-container {
    display: flex;
  }
  .xlarge-flex-child-auto {
    flex: 1 1 auto;
  }
  .xlarge-flex-child-grow {
    flex: 1 0 auto;
  }
  .xlarge-flex-child-shrink {
    flex: 0 1 auto;
  }
  .xlarge-flex-dir-row {
    flex-direction: row;
  }
  .xlarge-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }
  .xlarge-flex-dir-column {
    flex-direction: column;
  }
  .xlarge-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 100em) {
  .xxlarge-flex-container {
    display: flex;
  }
  .xxlarge-flex-child-auto {
    flex: 1 1 auto;
  }
  .xxlarge-flex-child-grow {
    flex: 1 0 auto;
  }
  .xxlarge-flex-child-shrink {
    flex: 0 1 auto;
  }
  .xxlarge-flex-dir-row {
    flex-direction: row;
  }
  .xxlarge-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }
  .xxlarge-flex-dir-column {
    flex-direction: column;
  }
  .xxlarge-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}
.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

.visible {
  visibility: visible;
}

@media print, screen and (max-width: 39.99875em) {
  .hide-for-small-only {
    display: none !important;
  }
}

@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important;
  }
}

@media screen and (max-width: 39.99875em) {
  .show-for-medium {
    display: none !important;
  }
}

@media print, screen and (min-width: 40em) and (max-width: 74.99875em) {
  .hide-for-medium-only {
    display: none !important;
  }
}

@media screen and (max-width: 39.99875em), screen and (min-width: 75em) {
  .show-for-medium-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 75em) {
  .hide-for-large {
    display: none !important;
  }
}

@media screen and (max-width: 74.99875em) {
  .show-for-large {
    display: none !important;
  }
}

@media print, screen and (min-width: 75em) and (max-width: 89.99875em) {
  .hide-for-large-only {
    display: none !important;
  }
}

@media screen and (max-width: 74.99875em), screen and (min-width: 90em) {
  .show-for-large-only {
    display: none !important;
  }
}

@media screen and (min-width: 90em) {
  .hide-for-xlarge {
    display: none !important;
  }
}

@media screen and (max-width: 89.99875em) {
  .show-for-xlarge {
    display: none !important;
  }
}

@media screen and (min-width: 90em) and (max-width: 99.99875em) {
  .hide-for-xlarge-only {
    display: none !important;
  }
}

@media screen and (max-width: 89.99875em), screen and (min-width: 100em) {
  .show-for-xlarge-only {
    display: none !important;
  }
}

@media screen and (min-width: 100em) {
  .hide-for-xxlarge {
    display: none !important;
  }
}

@media screen and (max-width: 99.99875em) {
  .show-for-xxlarge {
    display: none !important;
  }
}

@media screen and (min-width: 100em) {
  .hide-for-xxlarge-only {
    display: none !important;
  }
}

@media screen and (max-width: 99.99875em) {
  .show-for-xxlarge-only {
    display: none !important;
  }
}

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto !important;
  height: auto !important;
  overflow: visible !important;
  clip: auto !important;
  white-space: normal !important;
}

.show-for-landscape,
.hide-for-portrait {
  display: block !important;
}
@media screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: block !important;
  }
}
@media screen and (orientation: portrait) {
  .show-for-landscape,
  .hide-for-portrait {
    display: none !important;
  }
}

.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}
@media screen and (orientation: landscape) {
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }
}
@media screen and (orientation: portrait) {
  .hide-for-landscape,
  .show-for-portrait {
    display: block !important;
  }
}

.show-for-dark-mode {
  display: none;
}

.hide-for-dark-mode {
  display: block;
}

@media screen and (prefers-color-scheme: dark) {
  .show-for-dark-mode {
    display: block !important;
  }
  .hide-for-dark-mode {
    display: none !important;
  }
}
.show-for-ie {
  display: none;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .show-for-ie {
    display: block !important;
  }
  .hide-for-ie {
    display: none !important;
  }
}
.show-for-sticky {
  display: none;
}

.is-stuck .show-for-sticky {
  display: block;
}

.is-stuck .hide-for-sticky {
  display: none;
}

.text-hide {
  font: 0/0 a !important;
  color: transparent !important;
  text-shadow: none !important;
  background-color: transparent !important;
  border: 0 !important;
}

.text-truncate {
  max-width: 100% !important;
  overflow: hidden !important;
  text-overflow: ellipsis;
  white-space: nowrap !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-wrap {
  word-wrap: break-word !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

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

.text-capitalize {
  text-transform: capitalize !important;
}

.text-overline {
  text-decoration: overline !important;
}

.text-underline {
  text-decoration: underline !important;
}

.text-line-through {
  text-decoration: line-through !important;
}

.font-wide {
  letter-spacing: 0.2777777778rem;
}

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

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

.font-italic {
  font-style: italic !important;
}

ul.list-disc {
  list-style-type: disc !important;
}

ul.list-circle {
  list-style-type: circle !important;
}

ul.list-square {
  list-style-type: square !important;
}

ol.list-decimal {
  list-style-type: decimal !important;
}

ol.list-lower-alpha {
  list-style-type: lower-alpha !important;
}

ol.list-lower-latin {
  list-style-type: lower-latin !important;
}

ol.list-lower-roman {
  list-style-type: lower-roman !important;
}

ol.list-upper-alpha {
  list-style-type: upper-alpha !important;
}

ol.list-upper-latin {
  list-style-type: upper-latin !important;
}

ol.list-upper-roman {
  list-style-type: upper-roman !important;
}

.rounded {
  border-radius: 5000px !important;
}
.rounded .switch-paddle {
  border-radius: 5000px !important;
}
.rounded .switch-paddle:after {
  border-radius: 50%;
}

.radius {
  border-radius: 0.2083333333rem;
}

.bordered {
  border: 0.0694444444rem solid #cacaca;
}

.shadow {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.arrow-down {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.4375rem;
  content: "";
  border-bottom-width: 0;
  border-color: #000000 transparent transparent;
}

.arrow-up {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.4375rem;
  content: "";
  border-top-width: 0;
  border-color: transparent transparent #000000;
}

.arrow-right {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.4375rem;
  content: "";
  border-right-width: 0;
  border-color: transparent transparent transparent #000000;
}

.arrow-left {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.4375rem;
  content: "";
  border-left-width: 0;
  border-color: transparent #000000 transparent transparent;
}

.separator-center {
  text-align: center !important;
}
.separator-center::before, .separator-center::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.separator-center::after {
  clear: both;
}
.separator-center::after {
  position: relative !important;
  width: 3rem;
  border-bottom: 0.1388888889rem solid #003768;
  margin: 1rem auto 0;
}

.separator-left {
  text-align: left !important;
}
.separator-left::before, .separator-left::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.separator-left::after {
  clear: both;
}
.separator-left::after {
  position: relative !important;
  width: 3rem;
  border-bottom: 0.1388888889rem solid #003768;
  margin: 1rem auto 0;
  margin-left: 0 !important;
}

.separator-right {
  text-align: right !important;
}
.separator-right::before, .separator-right::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.separator-right::after {
  clear: both;
}
.separator-right::after {
  position: relative !important;
  width: 3rem;
  border-bottom: 0.1388888889rem solid #003768;
  margin: 1rem auto 0;
  margin-right: 0 !important;
}

.overflow-visible {
  overflow: visible !important;
}

.overflow-x-visible {
  overflow-x: visible !important;
}

.overflow-y-visible {
  overflow-y: visible !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-x-hidden {
  overflow-x: hidden !important;
}

.overflow-y-hidden {
  overflow-y: hidden !important;
}

.overflow-scroll {
  overflow: scroll !important;
  -webkit-overflow-scrolling: touch;
}

.overflow-x-scroll {
  overflow-x: scroll !important;
  -webkit-overflow-scrolling: touch;
}

.overflow-y-scroll {
  overflow-y: scroll !important;
  -webkit-overflow-scrolling: touch;
}

.display-inline {
  display: inline !important;
}

.display-inline-block {
  display: inline-block !important;
}

.display-block {
  display: block !important;
}

.display-table {
  display: table !important;
}

.display-table-cell {
  display: table-cell !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-fixed-top {
  position: fixed !important;
  top: 0rem !important;
  right: 0rem !important;
  left: 0rem !important;
  z-index: 975;
}

.position-fixed-bottom {
  position: fixed !important;
  right: 0rem !important;
  bottom: 0rem !important;
  left: 0rem !important;
  z-index: 975;
}

.border-box {
  box-sizing: border-box !important;
}

.border-none {
  border: 0 !important;
}

.width-25 {
  width: 25% !important;
}

.width-50 {
  width: 50% !important;
}

.width-75 {
  width: 75% !important;
}

.width-100 {
  width: 100% !important;
}

.height-25 {
  height: 25% !important;
}

.height-50 {
  height: 50% !important;
}

.height-75 {
  height: 75% !important;
}

.height-100 {
  height: 100% !important;
}

.max-width-100 {
  max-width: 100% !important;
}

.max-height-100 {
  max-height: 100% !important;
}

.margin-0 {
  margin: 0rem !important;
}

.margin-top-0 {
  margin-top: 0rem !important;
}

.margin-right-0 {
  margin-right: 0rem !important;
}

.margin-bottom-0 {
  margin-bottom: 0rem !important;
}

.margin-left-0 {
  margin-left: 0rem !important;
}

.margin-horizontal-0 {
  margin-right: 0rem !important;
  margin-left: 0rem !important;
}

.margin-vertical-0 {
  margin-top: 0rem !important;
  margin-bottom: 0rem !important;
}

.padding-0 {
  padding: 0rem !important;
}

.padding-top-0 {
  padding-top: 0rem !important;
}

.padding-right-0 {
  padding-right: 0rem !important;
}

.padding-bottom-0 {
  padding-bottom: 0rem !important;
}

.padding-left-0 {
  padding-left: 0rem !important;
}

.padding-horizontal-0 {
  padding-right: 0rem !important;
  padding-left: 0rem !important;
}

.padding-vertical-0 {
  padding-top: 0rem !important;
  padding-bottom: 0rem !important;
}

.margin-1 {
  margin: 1rem !important;
}

.margin-top-1 {
  margin-top: 1rem !important;
}

.margin-right-1 {
  margin-right: 1rem !important;
}

.margin-bottom-1 {
  margin-bottom: 1rem !important;
}

.margin-left-1 {
  margin-left: 1rem !important;
}

.margin-horizontal-1 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.margin-vertical-1 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.padding-1 {
  padding: 1rem !important;
}

.padding-top-1 {
  padding-top: 1rem !important;
}

.padding-right-1 {
  padding-right: 1rem !important;
}

.padding-bottom-1 {
  padding-bottom: 1rem !important;
}

.padding-left-1 {
  padding-left: 1rem !important;
}

.padding-horizontal-1 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.padding-vertical-1 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.margin-2 {
  margin: 2rem !important;
}

.margin-top-2 {
  margin-top: 2rem !important;
}

.margin-right-2 {
  margin-right: 2rem !important;
}

.margin-bottom-2 {
  margin-bottom: 2rem !important;
}

.margin-left-2 {
  margin-left: 2rem !important;
}

.margin-horizontal-2 {
  margin-right: 2rem !important;
  margin-left: 2rem !important;
}

.margin-vertical-2 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

.padding-2 {
  padding: 2rem !important;
}

.padding-top-2 {
  padding-top: 2rem !important;
}

.padding-right-2 {
  padding-right: 2rem !important;
}

.padding-bottom-2 {
  padding-bottom: 2rem !important;
}

.padding-left-2 {
  padding-left: 2rem !important;
}

.padding-horizontal-2 {
  padding-right: 2rem !important;
  padding-left: 2rem !important;
}

.padding-vertical-2 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

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

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

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

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

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

.margin-horizontal-3 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.margin-vertical-3 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

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

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

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

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

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

.padding-horizontal-3 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.padding-vertical-3 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

/* Fonts */
@font-face {
  font-family: "PoppinsExtraLight";
  src: url("../fonts/PoppinsExtraLight.eot?") format("eot"), url("../fonts/PoppinsExtraLight.woff") format("woff"), url("../fonts/PoppinsExtraLight.ttf") format("truetype"), url('../fonts/PoppinsExtraLight.svg#str-replace("PoppinsExtraLight", " ", "_")') format("svg");
}
@font-face {
  font-family: "PoppinsSemiBold";
  src: url("../fonts/PoppinsSemiBold.eot?") format("eot"), url("../fonts/PoppinsSemiBold.woff") format("woff"), url("../fonts/PoppinsSemiBold.ttf") format("truetype"), url('../fonts/PoppinsSemiBold.svg#str-replace("PoppinsSemiBold", " ", "_")') format("svg");
}
@font-face {
  font-family: "PoppinsRegular";
  src: url("../fonts/PoppinsRegular.eot?") format("eot"), url("../fonts/PoppinsRegular.woff") format("woff"), url("../fonts/PoppinsRegular.ttf") format("truetype"), url('../fonts/PoppinsRegular.svg#str-replace("PoppinsRegular", " ", "_")') format("svg");
}
@font-face {
  font-family: "PoppinsMedium";
  src: url("../fonts/PoppinsMedium.eot?") format("eot"), url("../fonts/PoppinsMedium.woff") format("woff"), url("../fonts/PoppinsMedium.ttf") format("truetype"), url('../fonts/PoppinsMedium.svg#str-replace("PoppinsMedium", " ", "_")') format("svg");
}
@font-face {
  font-family: "PoppinsBold";
  src: url("../fonts/PoppinsBold.eot?") format("eot"), url("../fonts/PoppinsBold.woff") format("woff"), url("../fonts/PoppinsBold.ttf") format("truetype"), url('../fonts/PoppinsBold.svg#str-replace("PoppinsBold", " ", "_")') format("svg");
}
@font-face {
  font-family: "icons";
  src: url("../fonts/icons.eot?") format("eot"), url("../fonts/icons.woff") format("woff"), url("../fonts/icons.ttf") format("truetype"), url('../fonts/icons.svg#str-replace("icons", " ", "_")') format("svg");
}
body {
  margin: 0;
}
body p {
  line-height: normal;
}
body p:last-child {
  margin-bottom: 0;
}

h1.pageSeoTitle {
  position: absolute !important;
  overflow: hidden;
  height: auto;
  width: auto;
  opacity: 0;
  left: 0;
  top: 0;
}

:root {
  --half-custom-padding: 70px;
  --custom-padding: 140px;
}

.preloader {
  background-color: #00a6dd;
  position: fixed !important;
  height: 100vh;
  z-index: 100;
  width: 100%;
  left: 0;
  top: 0;
}
.preloader .drop {
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 20px;
  position: absolute !important;
  height: 2.0833333333rem;
  width: 2.0833333333rem;
  top: -2.0833333333rem;
  background: #ffffff;
  margin: 0 auto;
  left: 50%;
  -webkit-animation-timing-function: cubic-bezier(1, 0, 0.91, 0.19);
  -moz-animation-timing-function: cubic-bezier(1, 0, 0.91, 0.19);
  animation-timing-function: cubic-bezier(1, 0, 0.91, 0.19);
  -webkit-animation-name: drip;
  -moz-animation-name: drip;
  animation-name: drip;
  /* -webkit-animation-delay: 2s;
  -moz-animation-delay: 2s;
  animation-delay: 2s; */
  -webkit-animation-duration: 3s;
  -moz-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.preloader .drop::before {
  border-bottom: 20px solid rgb(255, 255, 255);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
  position: absolute !important;
  height: 1.8055555556rem;
  width: 1.8055555556rem;
  top: -1.3194444444rem;
  content: "";
  left: 50%;
}
.preloader .wave {
  border: 3px solid #ffffff;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-border-radius: 300px/150px;
  -moz-border-radius: 300px/150px;
  border-radius: 300px/150px;
  position: absolute !important;
  bottom: 0.6944444444rem;
  height: 0.0694444444rem;
  width: 0.1388888889rem;
  opacity: 0;
  left: 50%;
  -webkit-animation-name: ripple;
  -moz-animation-name: ripple;
  animation-name: ripple;
  /* -webkit-animation-delay: 3.5s;
  -moz-animation-delay: 3.5s; */
  animation-delay: 3s;
  /* -webkit-animation-duration: 5s;
  -moz-animation-duration: 5s; */
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.name {
  font-family: "PoppinsBold";
  text-transform: uppercase;
  font-size: 0.9722222222rem;
  margin-bottom: 0;
}

.job-title {
  font-family: "PoppinsMedium";
}

.slider {
  margin-bottom: 0;
}
.slider .slick-arrow {
  background-color: #003768;
  border-radius: 50%;
  height: 2.0833333333rem;
  width: 2.0833333333rem;
  z-index: 1;
}
.slider .slick-arrow::before {
  font-size: 1.25rem;
  color: #ffffff;
}
.slider .slick-arrow.slick-next {
  right: auto;
}
.slider .slick-arrow.slick-next::before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media print, screen and (max-width: 39.99875em) {
  .slider .slick-arrow {
    display: none !important;
  }
}
@media print, screen and (min-width: 75em) {
  .slider .slick-arrow {
    left: var(--half-custom-padding);
    top: var(--half-custom-padding);
    height: 2.7777777778rem;
    width: 2.7777777778rem;
  }
  .slider .slick-arrow.slick-next {
    left: calc(var(--half-custom-padding) + 48px);
  }
}
.slider.white .slick-arrow {
  background-color: #ffffff;
}
.slider.white .slick-arrow::before {
  color: #003768;
}
@media print, screen and (min-width: 75em) {
  .slider.arrow-in-right .slick-arrow {
    left: auto;
  }
  .slider.arrow-in-right .slick-arrow.slick-prev {
    right: 48px;
  }
  .slider.arrow-in-right .slick-arrow.slick-next {
    right: 0;
  }
}

@media print, screen and (max-width: 74.99875em) {
  .break {
    display: none;
  }
}

.logo a {
  display: block;
}

.center {
  text-align: center;
}

.cta-btn {
  z-index: 1;
}
.cta-btn button {
  -webkit-transition: all 0.25s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -moz-transition: all 0.25s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: all 0.25s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  font-family: "PoppinsSemiBold";
  background-color: #003768;
  line-height: 2.7777777778rem;
  position: relative !important;
  padding: 0 1rem;
  display: inline-block;
  text-align: center;
  color: #ffffff;
}
.cta-btn a {
  -webkit-transition: all 0.25s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -moz-transition: all 0.25s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: all 0.25s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  font-family: "PoppinsSemiBold";
  padding: 0 0.5rem;
  background-color: #003768;
  line-height: 2.7777777778rem;
  position: relative !important;
  font-size: 0.8333333333rem;
  display: inline-block;
  text-align: center;
  color: #ffffff;
  /* &::before {
  	@include transition(all .25s $ease-in-cubic);
  	@include position(absolute);
  	background-color: rgba($white,.5);
  	content: '';
  	width: 100%;
  	bottom: 0;
  	height: 0;
  	left: 0;
  } */
}
@media print, screen and (min-width: 75em) {
  .cta-btn a {
    padding: 0 1rem;
  }
  .cta-btn a:hover {
    background-color: #ffffff;
    color: #003768;
    /* &::before {
    	height: 100%;
    } */
  }
  .cta-btn a:hover .icon::before {
    color: #ffffff;
  }
  .cta-btn a:hover .icon::after {
    height: 100%;
    width: 100%;
  }
}
.cta-btn a .icon {
  margin-left: 0.5rem;
  z-index: 1;
  border-radius: 50%;
  line-height: 1.25rem;
  position: relative !important;
  font-size: 0.8333333333rem;
  background-color: #ffffff;
  height: 1.25rem;
  display: inline-block;
  width: 1.25rem;
  text-align: center;
  color: #00a6dd;
}
.cta-btn a .icon::after {
  -webkit-transition: all 0.25s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -moz-transition: all 0.25s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: all 0.25s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #003768;
  position: absolute !important;
  border-radius: 50%;
  content: "";
  z-index: 2;
  height: 0;
  left: 50%;
  width: 0;
  top: 50%;
}
.cta-btn a .icon:hover::after {
  height: 100%;
  width: 100%;
}
.cta-btn a .icon::before {
  position: relative !important;
  z-index: 3;
}
@media print, screen and (min-width: 75em) {
  .cta-btn a .icon {
    margin-left: 1rem;
    line-height: 1.3194444444rem;
    font-size: 0.9027777778rem;
    height: 1.5277777778rem;
    width: 1.5277777778rem;
  }
}
.cta-btn.light-blue a, .cta-btn.light-blue button {
  background-color: #00a6dd;
}
@media print, screen and (min-width: 75em) {
  .cta-btn.light-blue a:hover, .cta-btn.light-blue button:hover {
    background-color: #ffffff;
  }
}
.cta-btn.outline a {
  background-color: transparent;
  color: #00a6dd;
  padding: 0;
}
.cta-btn.outline a .icon {
  background-color: #003768;
  margin-right: 1rem;
  margin-left: 0;
  color: #ffffff;
}
.cta-btn.outline a .icon::after {
  background-color: #00a6dd;
}
@media print, screen and (min-width: 75em) {
  .cta-btn.outline a:hover {
    background-color: transparent;
  }
}
.cta-btn.outline.white a .icon {
  background-color: #ffffff;
}
.cta-btn.outline.white a .icon::before {
  color: #003768;
}
@media print, screen and (min-width: 75em) {
  .cta-btn.outline.white a:hover {
    color: #ffffff;
  }
  .cta-btn.outline.white a:hover .icon::before {
    color: #ffffff;
  }
}
.cta-btn.outline.light-blue a .icon {
  background-color: #00a6dd;
}
@media print, screen and (min-width: 75em) {
  .cta-btn.outline.light-blue a:hover .icon::after {
    background-color: #003768;
  }
}
.cta-btn.round a {
  border: 1px solid #003768;
  border-bottom-right-radius: 1.3888888889rem;
  border-bottom-left-radius: 1.3888888889rem;
  border-top-right-radius: 1.3888888889rem;
  border-top-left-radius: 1.3888888889rem;
  background-color: transparent;
  text-transform: uppercase;
  color: #003768;
  overflow: hidden;
  width: 100%;
  z-index: 1;
}
.cta-btn.round a::after {
  -webkit-transition: all 0.25s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -moz-transition: all 0.25s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: all 0.25s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  background-color: #003768;
  position: absolute !important;
  height: 100%;
  content: "";
  z-index: -1;
  width: 0;
  left: 0;
  top: 0;
}
@media print, screen and (min-width: 75em) {
  .cta-btn.round a:hover {
    color: #ffffff;
  }
  .cta-btn.round a:hover::after {
    width: 100%;
  }
}
.cta-btn.round.filled a {
  background-color: #003768;
  color: #ffffff;
}
.cta-btn.round.filled a::after {
  background-color: #ffffff;
}
@media print, screen and (min-width: 75em) {
  .cta-btn.round.filled a:hover {
    color: #003768;
  }
}
.cta-btn.round.secondary a {
  border-color: #ffffff;
}
.cta-btn.round.secondary a::after {
  background-color: #ffffff;
}
@media print, screen and (min-width: 75em) {
  .cta-btn.round.secondary a:hover {
    color: #003768 !important;
  }
}
.cta-btn.submit a input {
  position: absolute !important;
  height: 100%;
  width: 100%;
  opacity: 0;
  z-index: 2;
  left: 0;
  top: 0;
}

.heading {
  font-family: "PoppinsSemiBold";
  color: #003768;
  line-height: normal;
}
@media print, screen and (min-width: 75em) {
  .heading {
    margin-bottom: 2.0833333333rem;
  }
}

h2.heading {
  font-size: 1.6666666667rem;
}
@media print, screen and (min-width: 75em) {
  h2.heading {
    line-height: 4.5138888889rem;
    font-size: 3.8194444444rem;
  }
}

h3.heading {
  font-size: 1.25rem;
}
@media print, screen and (min-width: 75em) {
  h3.heading {
    line-height: 2.2222222222rem;
    font-size: 2.4305555556rem;
  }
}

form input, form select, form textarea {
  border: 1px solid #d2dbe3;
  color: #003768;
}
form input:focus, form select:focus, form textarea:focus {
  border: 1px solid #d2dbe3;
}
form .note {
  font-size: 0.8333333333rem;
  color: #003768;
}
@media print, screen and (min-width: 40em) {
  form .note {
    padding-left: 1rem;
  }
}
form .newsletter {
  position: relative !important;
}
@media print, screen and (min-width: 75em) {
  form .newsletter::after {
    -webkit-transition: all 0.25s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -moz-transition: all 0.25s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: all 0.25s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    background-color: #00a6dd;
    position: absolute !important;
    content: "";
    height: 1px;
    bottom: 0;
    width: 0;
    left: 0;
  }
}
form .newsletter input {
  padding: 0;
  border: 0;
  border-bottom: 1px solid #ffffff;
  padding-bottom: 1rem;
  background-color: transparent;
  margin-bottom: 0;
  color: #ffffff;
}
form .newsletter input:focus {
  border: 0;
  border-bottom: 1px solid #ffffff;
}
form .newsletter input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
@media print, screen and (max-width: 39.99875em) {
  form .newsletter input {
    font-size: 0.8333333333rem;
  }
}
form .newsletter button[type=submit] {
  position: absolute !important;
  height: auto;
  width: auto;
  right: 0;
  top: 0;
}
form .newsletter button[type=submit] .icon {
  color: #00a6dd;
}
form .newsletter:focus-within::after {
  width: 100%;
}
form .newsletter:focus-within button[type=submit] .icon {
  color: #ffffff;
}
form .field-error {
  border-color: #cc4b37 !important;
}
form .field-error::placeholder {
  color: #cc4b37 !important;
}
form .form-message p {
  margin-bottom: 1rem;
}
form .form-message.fill-out p {
  color: #cc4b37;
}
form .form-message.thank-you p {
  color: #003768;
}

.icon-arrow.top::before, .icon-arrow.bottom::before, .icon-arrow.right::before {
  display: inline-block;
}
.icon-arrow.top::before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.icon-arrow.right::before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.icon-arrow.bottom::before {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}

.wave-animation {
  position: absolute !important;
  width: 100%;
  z-index: 3;
  bottom: 0;
  left: 0;
}
.wave-animation iframe {
  display: block;
  height: 110px;
  width: 100%;
  border: 0;
}
@media print, screen and (min-width: 75em) {
  .wave-animation iframe {
    height: 200px;
  }
}

.secondary {
  color: #767676;
}

.white {
  color: #ffffff;
}

.black {
  color: #000000;
}

.light-blue {
  color: #00a6dd;
}

.wrapper {
  position: relative !important;
  overflow: hidden;
  max-width: 100%;
  z-index: 1;
}
.wrapper .topbar {
  position: fixed !important;
  height: auto;
  width: 100%;
  z-index: 5;
  left: 0;
  top: 0;
}
.wrapper .topbar ul {
  list-style-type: none;
  margin: 0;
}
.wrapper .topbar::before {
  -webkit-transition: all 0.5s cubic-bezier(0.6, -0.28, 0.735, 0.045);
  -moz-transition: all 0.5s cubic-bezier(0.6, -0.28, 0.735, 0.045);
  transition: all 0.5s cubic-bezier(0.6, -0.28, 0.735, 0.045);
  background-color: #003768;
  position: absolute !important;
  height: 100%;
  width: 100%;
  content: "";
  z-index: 5;
  left: 0;
  top: 0;
}
@media print, screen and (min-width: 75em) {
  .wrapper .topbar::before {
    background-color: rgba(0, 55, 104, 0.85);
    height: 0;
  }
}
.wrapper .topbar.scrolled {
  /* & .logo {
      & a {
          & img {
              width: rem-calc(143px);
          }
      }
  } */
}
.wrapper .topbar.scrolled::before {
  height: 100%;
}
.wrapper .topbar > .grid-x {
  position: relative !important;
  padding: 0 1rem;
  z-index: 6;
}
@media print, screen and (max-width: 74.99875em) {
  .wrapper .topbar > .grid-x {
    height: 5.8333333333rem;
  }
}
@media print, screen and (min-width: 75em) {
  .wrapper .topbar > .grid-x {
    padding: 1rem var(--half-custom-padding);
  }
}
.wrapper .topbar > .grid-x > .cell .logo a img {
  -webkit-transition: all 0.5s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -moz-transition: all 0.5s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: all 0.5s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  width: 7.6388888889rem;
}
@media print, screen and (min-width: 75em) {
  .wrapper .topbar > .grid-x > .cell .logo a img {
    width: 11.3194444444rem;
  }
}
.wrapper .topbar > .grid-x > .cell > ul:not(.lang) {
  flex-flow: row wrap;
  display: flex;
}
@media print, screen and (max-width: 74.99875em) {
  .wrapper .topbar > .grid-x > .cell > ul:not(.lang) {
    -webkit-transition: all 0.25s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -moz-transition: all 0.25s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: all 0.25s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    background-color: #003768;
    position: absolute !important;
    padding: 0 1rem;
    top: 5.8333333333rem;
    height: auto;
    width: 100%;
    left: 0;
  }
}
@media print, screen and (min-width: 75em) {
  .wrapper .topbar > .grid-x > .cell > ul:not(.lang) {
    padding: 0 var(--half-custom-padding);
    justify-content: flex-end;
    padding-right: 0;
  }
}
.wrapper .topbar > .grid-x > .cell > ul:not(.lang) li a {
  position: relative !important;
  text-transform: uppercase;
}
.wrapper .topbar > .grid-x > .cell > ul:not(.lang) li a p {
  -webkit-transition: all 0.25s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -moz-transition: all 0.25s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: all 0.25s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  color: #ffffff;
}
.wrapper .topbar > .grid-x > .cell > ul:not(.lang) li a p .icon {
  padding-left: 1.3888888889rem;
}
.wrapper .topbar > .grid-x > .cell > ul:not(.lang) > li {
  position: relative !important;
}
@media print, screen and (min-width: 75em) {
  .wrapper .topbar > .grid-x > .cell > ul:not(.lang) > li {
    text-align: center;
    max-width: 150px;
  }
  .wrapper .topbar > .grid-x > .cell > ul:not(.lang) > li:hover > ul {
    visibility: visible;
    opacity: 1;
  }
}
.wrapper .topbar > .grid-x > .cell > ul:not(.lang) > li > a {
  height: 2.7777777778rem;
  display: inline-block;
}
.wrapper .topbar > .grid-x > .cell > ul:not(.lang) > li > a p {
  font-size: 0.9027777778rem;
}
@media print, screen and (max-width: 74.99875em) {
  .wrapper .topbar > .grid-x > .cell > ul:not(.lang) > li > a {
    display: block;
  }
  .wrapper .topbar > .grid-x > .cell > ul:not(.lang) > li > a p {
    line-height: 2.7777777778rem;
  }
  .wrapper .topbar > .grid-x > .cell > ul:not(.lang) > li > a p .icon {
    display: none;
  }
}
@media print, screen and (min-width: 75em) {
  .wrapper .topbar > .grid-x > .cell > ul:not(.lang) > li:not(:last-child) {
    margin-right: 2.0833333333rem;
  }
}
@media print, screen and (min-width: 75em) {
  .wrapper .topbar > .grid-x > .cell > ul:not(.lang) > li:not(:last-child) > a::before {
    background-color: #ffffff;
    width: 100%;
  }
  .wrapper .topbar > .grid-x > .cell > ul:not(.lang) > li:not(:last-child) > a::after {
    -webkit-transition: all 0.25s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -moz-transition: all 0.25s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: all 0.25s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    background-color: #00a6dd;
    width: 0;
  }
  .wrapper .topbar > .grid-x > .cell > ul:not(.lang) > li:not(:last-child) > a::before, .wrapper .topbar > .grid-x > .cell > ul:not(.lang) > li:not(:last-child) > a::after {
    position: absolute !important;
    content: "";
    height: 1px;
    left: 0;
    top: 0;
  }
  .wrapper .topbar > .grid-x > .cell > ul:not(.lang) > li:not(:last-child) > a p {
    padding-top: 1rem;
  }
  .wrapper .topbar > .grid-x > .cell > ul:not(.lang) > li:not(:last-child) > a:hover {
    /* & p {
        color: $light-blue;
    } */
  }
  .wrapper .topbar > .grid-x > .cell > ul:not(.lang) > li:not(:last-child) > a:hover::after {
    width: 100%;
  }
}
.wrapper .topbar > .grid-x > .cell > ul:not(.lang) > li:last-child > a {
  text-transform: uppercase;
  overflow: hidden;
  width: 100%;
  z-index: 1;
}
.wrapper .topbar > .grid-x > .cell > ul:not(.lang) > li:last-child > a::after {
  -webkit-transition: all 0.25s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -moz-transition: all 0.25s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: all 0.25s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  position: absolute !important;
  background-color: #ffffff;
  height: 100%;
  content: "";
  z-index: -1;
  width: 0;
  left: 0;
  top: 0;
}
.wrapper .topbar > .grid-x > .cell > ul:not(.lang) > li:last-child > a p {
  line-height: 2.7777777778rem;
}
@media print, screen and (min-width: 75em) {
  .wrapper .topbar > .grid-x > .cell > ul:not(.lang) > li:last-child > a {
    border: 1px solid #ffffff;
    border-bottom-right-radius: 1.3888888889rem;
    border-bottom-left-radius: 1.3888888889rem;
    border-top-right-radius: 1.3888888889rem;
    border-top-left-radius: 1.3888888889rem;
  }
  .wrapper .topbar > .grid-x > .cell > ul:not(.lang) > li:last-child > a:hover p {
    color: #003768;
  }
  .wrapper .topbar > .grid-x > .cell > ul:not(.lang) > li:last-child > a:hover::after {
    width: 100%;
  }
}
@media print, screen and (min-width: 75em) {
  .wrapper .topbar > .grid-x > .cell > ul:not(.lang) > li > ul {
    -webkit-transition: all 0.25s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -moz-transition: all 0.25s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: all 0.25s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    border: 1px solid #003768;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #003768;
    visibility: hidden;
    opacity: 0;
    position: absolute !important;
    min-width: 400px;
    left: 50%;
    top: 100%;
  }
}
.wrapper .topbar > .grid-x > .cell > ul:not(.lang) > li > ul li a {
  display: block;
}
.wrapper .topbar > .grid-x > .cell > ul:not(.lang) > li > ul li a p {
  font-size: 0.8333333333rem;
  padding-bottom: 9px;
  padding-top: 9px;
}
@media print, screen and (min-width: 75em) {
  .wrapper .topbar > .grid-x > .cell > ul:not(.lang) > li > ul li a {
    padding: 0 1rem;
  }
  .wrapper .topbar > .grid-x > .cell > ul:not(.lang) > li > ul li a:hover {
    background-color: #ffffff;
  }
  .wrapper .topbar > .grid-x > .cell > ul:not(.lang) > li > ul li a:hover p {
    color: #003768;
  }
}
.wrapper .topbar > .grid-x > .cell .lang {
  -webkit-transition: all 0.25s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -moz-transition: all 0.25s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: all 0.25s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  position: relative !important;
  max-height: 1.6666666667rem;
  width: 3.4722222222rem;
  overflow: hidden;
}
@media print, screen and (max-width: 74.99875em) {
  .wrapper .topbar > .grid-x > .cell .lang {
    margin-right: 3.1944444444rem;
    width: auto;
  }
}
@media print, screen and (min-width: 75em) {
  .wrapper .topbar > .grid-x > .cell .lang {
    margin-left: 3.1944444444rem;
  }
}
.wrapper .topbar > .grid-x > .cell .lang li a:not(.lang-trigger) {
  padding-left: 0.5rem;
  text-transform: uppercase;
  color: #ffffff;
}
.wrapper .topbar > .grid-x > .cell .lang li a.lang-trigger {
  -webkit-transition: all 0.25s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -moz-transition: all 0.25s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: all 0.25s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute !important;
  text-align: right;
  height: auto;
  width: 100%;
  top: 50%;
  left: 0;
}
.wrapper .topbar > .grid-x > .cell .lang li a.lang-trigger .icon {
  display: block;
  color: #ffffff;
}
.wrapper .topbar > .grid-x > .cell .lang.active {
  overflow: visible;
}
.wrapper .topbar > .grid-x > .cell .lang.active .lang-trigger .icon::before {
  -webkit-transform: rotate(-270deg);
  -moz-transform: rotate(-270deg);
  -ms-transform: rotate(-270deg);
  -o-transform: rotate(-270deg);
  transform: rotate(-270deg);
}
.wrapper .topbar > .grid-x > .cell .menu-trigger {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  position: fixed !important;
  right: 1rem;
  height: 1.3888888889rem;
  width: 2.0833333333rem;
  top: 2.9166666667rem;
  display: block;
}
.wrapper .topbar > .grid-x > .cell .menu-trigger span {
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  background-color: transparent;
  border-bottom-right-radius: 1.3888888889rem;
  border-bottom-left-radius: 1.3888888889rem;
  border-top-right-radius: 1.3888888889rem;
  border-top-left-radius: 1.3888888889rem;
  position: absolute !important;
  height: 0.2083333333rem;
  width: 100%;
  left: 0;
}
.wrapper .topbar > .grid-x > .cell .menu-trigger span:first-child {
  top: 0;
}
.wrapper .topbar > .grid-x > .cell .menu-trigger span:nth-child(2) {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
}
.wrapper .topbar > .grid-x > .cell .menu-trigger span:last-child {
  bottom: 0;
}
.wrapper .topbar > .grid-x > .cell .menu-trigger span::before, .wrapper .topbar > .grid-x > .cell .menu-trigger span::after {
  -webkit-transition: all 0.25s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -moz-transition: all 0.25s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: all 0.25s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  position: absolute !important;
  background-color: #ffffff;
  height: 100%;
  content: "";
  width: 50%;
  top: 0;
}
.wrapper .topbar > .grid-x > .cell .menu-trigger span::before {
  left: 0;
}
.wrapper .topbar > .grid-x > .cell .menu-trigger span::after {
  right: 0;
}
@media print, screen and (min-width: 75em) {
  .wrapper .topbar > .grid-x > .cell .menu-trigger {
    display: none;
  }
}
.wrapper.policies .topbar::before {
  height: 100%;
}
@media print, screen and (max-width: 74.99875em) {
  .wrapper.show-nav::before {
    -webkit-transition: all 0.5s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -moz-transition: all 0.5s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: all 0.5s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    position: absolute !important;
    background-color: #ffffff;
    content: "";
    height: 100%;
    width: 100%;
    z-index: 2;
    left: 0;
    top: 0;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .wrapper.show-nav .topbar > .grid-x > .cell > ul:not(.lang) {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
.wrapper.show-nav .topbar > .grid-x > .cell .menu-trigger span::before {
  left: 2px;
}
.wrapper.show-nav .topbar > .grid-x > .cell .menu-trigger span::after {
  right: 2px;
}
.wrapper.show-nav .topbar > .grid-x > .cell .menu-trigger span:first-child {
  top: 3px;
}
.wrapper.show-nav .topbar > .grid-x > .cell .menu-trigger span:first-child::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.wrapper.show-nav .topbar > .grid-x > .cell .menu-trigger span:first-child::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.wrapper.show-nav .topbar > .grid-x > .cell .menu-trigger span:nth-child(2) {
  visibility: hidden;
  opacity: 0;
}
.wrapper.show-nav .topbar > .grid-x > .cell .menu-trigger span:last-child {
  bottom: 3px;
}
.wrapper.show-nav .topbar > .grid-x > .cell .menu-trigger span:last-child::before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.wrapper.show-nav .topbar > .grid-x > .cell .menu-trigger span:last-child::after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.wrapper header {
  position: relative !important;
}
.wrapper header .home-slider::before {
  background-image: url("../images/header/mask-curve.png");
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
  position: absolute !important;
  height: 12.5rem;
  bottom: -1px;
  width: 100%;
  content: "";
  z-index: 2;
  left: 0;
  display: none;
}
@media print, screen and (max-width: 74.99875em) {
  .wrapper header .home-slider::before {
    display: none;
  }
}
@media screen and (min-width: 93.5625em) {
  .wrapper header .home-slider::before {
    bottom: -2px !important;
  }
}
@media screen and (min-width: 108.4375em) {
  .wrapper header .home-slider::before {
    height: 14.5833333333rem;
  }
}
.wrapper header .home-slider::before {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.wrapper header .home-slider figure::before {
  display: none;
}
@media print, screen and (min-width: 75em) {
  .wrapper header .home-slider figure img {
    height: 100vh;
  }
}
.wrapper header .home-slider figure figcaption {
  z-index: 2;
}
.wrapper header .home-slider .slick-arrow {
  z-index: 99;
}
@media print, screen and (min-width: 75em) {
  .wrapper header .home-slider .slick-arrow {
    bottom: var(--half-custom-padding);
    top: auto;
  }
}
.wrapper header figure {
  /* background-color: rgba(52,92,129,.15); 
  background-blend-mode: multiply; */
  position: relative !important;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  /* @include breakpoint(large up) {
      background-image: none !important;
  } */
}
.wrapper header figure::before {
  background-image: url("../images/header/mask-curve.png");
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
  position: absolute !important;
  height: 12.5rem;
  bottom: -1px;
  width: 100%;
  content: "";
  z-index: 2;
  left: 0;
  display: none;
}
@media print, screen and (max-width: 74.99875em) {
  .wrapper header figure::before {
    display: none;
  }
}
@media screen and (min-width: 93.5625em) {
  .wrapper header figure::before {
    bottom: -2px !important;
  }
}
@media screen and (min-width: 108.4375em) {
  .wrapper header figure::before {
    height: 14.5833333333rem;
  }
}
.wrapper header figure::after {
  background-image: url("../images/header/gradient.png");
  position: absolute !important;
  bottom: 0rem !important;
  left: 0rem !important;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
  content: "";
  z-index: 1;
}
.wrapper header figure img {
  visibility: hidden;
  opacity: 0;
  height: 50vh;
  width: 100%;
}
@media print, screen and (min-width: 75em) {
  .wrapper header figure img {
    height: 80vh;
  }
}
.wrapper header figure figcaption {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute !important;
  height: auto;
  width: 100%;
  left: 50%;
  top: 50%;
  padding: 0 1rem;
  z-index: 3;
}
@media print, screen and (min-width: 75em) {
  .wrapper header figure figcaption {
    -webkit-transform: translate(-50%, -43%);
    -moz-transform: translate(-50%, -43%);
    -ms-transform: translate(-50%, -43%);
    -o-transform: translate(-50%, -43%);
    transform: translate(-50%, -43%);
    padding: 0 var(--half-custom-padding);
  }
}
.wrapper header figure figcaption .heading, .wrapper header figure figcaption p {
  color: #ffffff;
}
.wrapper header figure figcaption p {
  text-transform: uppercase;
}
.wrapper header figure figcaption p:not(.cta-btn) {
  font-family: "PoppinsMedium";
  line-height: normal;
}
@media print, screen and (min-width: 75em) {
  .wrapper header figure figcaption p:not(.cta-btn) {
    line-height: 1.5972222222rem;
    font-size: 1.3888888889rem;
  }
}
@media print, screen and (min-width: 75em) {
  .wrapper header figure figcaption p.cta-btn {
    margin-top: 3.4722222222rem;
  }
}
.wrapper header figure figcaption.error-page .heading {
  font-family: "PoppinsBold";
}
@media print, screen and (min-width: 75em) {
  .wrapper header figure figcaption.error-page .heading {
    line-height: 7.9861111111rem;
    font-size: 10.0694444444rem;
  }
}
.wrapper header figure figcaption.error-page > p {
  margin-bottom: var(--half-custom-padding);
}
.wrapper header figure figcaption.error-page > p.cta-btn {
  margin: auto;
  max-width: 200px;
}
.wrapper section .section-title {
  border-bottom: 1px solid #003768;
  font-family: "PoppinsMedium";
  padding-bottom: 1rem;
  position: relative !important;
  text-transform: uppercase;
  font-size: 0.9027777778rem;
  color: #003768;
}
.wrapper section .section-title.white {
  color: #ffffff;
  border-color: #ffffff;
}
.wrapper section .section-title .custom-slider-pagins {
  position: absolute !important;
  bottom: 1rem;
  right: 0;
}
@media print, screen and (min-width: 75em) {
  .wrapper section .section-title {
    margin-bottom: var(--half-custom-padding);
    padding-bottom: 1.7361111111rem;
  }
  .wrapper section .section-title .custom-slider-pagins {
    bottom: 1.7361111111rem;
  }
}
.wrapper section .section-desc > .grid-x > .cell p, .wrapper section .section-desc > .grid-x > .cell li {
  color: #003768;
}
.wrapper section .section-desc > .grid-x > .cell figure img {
  width: 100%;
}
.wrapper section .section-desc > .grid-x > .cell:first-child p {
  font-family: "PoppinsMedium";
}
.wrapper section .section-desc > .grid-x > .cell:last-child p {
  font-family: "PoppinsSemiBold";
}
@media print, screen and (min-width: 75em) {
  .wrapper section .section-desc > .grid-x > .cell.medium-6:last-child {
    padding-left: var(--half-custom-padding);
  }
  .wrapper section .section-desc > .grid-x > .cell.medium-6:last-child p {
    margin-bottom: var(--half-custom-padding);
  }
}
.wrapper section:not(.no-padding) > .grid-x {
  padding: 1rem;
}
@media print, screen and (min-width: 75em) {
  .wrapper section:not(.no-padding) > .grid-x {
    padding: var(--half-custom-padding);
  }
}
.wrapper section.history > .grid-x > .cell > figure {
  padding-top: 1rem;
}
@media print, screen and (min-width: 75em) {
  .wrapper section.history > .grid-x > .cell > figure {
    padding-top: var(--half-custom-padding);
  }
}
.wrapper section.history figure img {
  width: 100%;
}
.wrapper section.key-figures {
  background-color: #003768;
}
.wrapper section.key-figures .box-contents-holder {
  list-style-type: none;
  margin: 0;
  /* @include breakpoint(medium up) {
  	& .box-content {
  		&:last-child {
  			margin-bottom: 0;
  		}
  	}
  } */
}
.wrapper section.key-figures .box-contents-holder .box-content {
  margin-bottom: 1rem;
}
.wrapper section.key-figures .box-contents-holder .box-content figure img {
  width: 100%;
}
@media print, screen and (min-width: 40em) and (max-width: 74.99875em) {
  .wrapper section.key-figures .box-contents-holder {
    margin-right: -1rem;
    margin-left: -1rem;
  }
  .wrapper section.key-figures .box-contents-holder .box-content {
    margin-right: 1rem;
    margin-left: 1rem;
  }
}
.wrapper section.key-figures .box-contents-holder .box-content {
  border: 1px solid #ffffff;
  margin-bottom: 1rem;
  position: relative !important;
}
.wrapper section.key-figures .box-contents-holder .box-content figure {
  background-color: rgba(0, 55, 104, 0.75);
  background-blend-mode: multiply;
  position: relative !important;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}
@media print, screen and (min-width: 75em) {
  .wrapper section.key-figures .box-contents-holder .box-content figure {
    background-image: none !important;
  }
}
.wrapper section.key-figures .box-contents-holder .box-content figure img {
  display: block;
  opacity: 10%;
  height: 100%;
}
@media print, screen and (max-width: 74.99875em) {
  .wrapper section.key-figures .box-contents-holder .box-content figure img {
    height: 18vh;
    opacity: 0;
  }
}
.wrapper section.key-figures .box-contents-holder .box-content figure p {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-family: "PoppinsExtraLight";
  position: absolute !important;
  line-height: normal;
  text-align: center;
  font-weight: 600;
  font-size: 15px;
  color: #ffffff;
  height: auto;
  left: 50%;
  top: 50%;
}
@media print, screen and (min-width: 75em) {
  .wrapper section.key-figures .box-contents-holder .box-content figure p {
    font-size: 17px;
    width: 80%;
  }
}
.wrapper section.key-figures .box-contents-holder .box-content figure p span {
  position: relative !important;
  line-height: 4.4444444444rem;
  font-size: 3.4722222222rem;
  text-align: center;
  color: #ffffff;
  height: auto;
  width: auto;
}
@media print, screen and (min-width: 75em) {
  .wrapper section.key-figures .box-contents-holder .box-content figure p span {
    line-height: 14.6527777778rem;
    font-size: 10.4166666667rem;
  }
}
.wrapper section.key-figures .box-contents-holder .box-content figure p span::after {
  position: absolute !important;
  font-size: 1.3888888889rem;
  right: -1.3888888889rem;
  line-height: normal;
  color: #ffffff;
  content: "+";
  height: auto;
  width: auto;
  top: 0;
}
@media print, screen and (min-width: 75em) {
  .wrapper section.key-figures .box-contents-holder .box-content figure p span::after {
    font-size: 2.7777777778rem;
    right: -2.7777777778rem;
    top: 2.1527777778rem;
  }
}
@media print, screen and (min-width: 75em) {
  .wrapper section.key-figures .box-contents-holder.medium-up-3 {
    margin-right: -30px;
    margin-left: -30px;
  }
  .wrapper section.key-figures .box-contents-holder.medium-up-3 .box-content {
    width: calc(33.3333333333% - 60px);
    margin-right: 2.0833333333rem;
    margin-left: 2.0833333333rem;
  }
}
.wrapper section.home-our-services {
  background-color: rgba(25, 57, 100, 0.05);
  background-blend-mode: multiply;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.wrapper section.home-our-services .box-contents-holder {
  list-style-type: none;
  margin: 0;
  /* @include breakpoint(medium up) {
  	& .box-content {
  		&:last-child {
  			margin-bottom: 0;
  		}
  	}
  } */
}
.wrapper section.home-our-services .box-contents-holder .box-content {
  margin-bottom: 1rem;
}
.wrapper section.home-our-services .box-contents-holder .box-content figure img {
  width: 100%;
}
@media print, screen and (min-width: 40em) and (max-width: 74.99875em) {
  .wrapper section.home-our-services .box-contents-holder {
    margin-right: -1rem;
    margin-left: -1rem;
  }
  .wrapper section.home-our-services .box-contents-holder .box-content {
    margin-right: 1rem;
    margin-left: 1rem;
  }
}
.wrapper section.home-our-services .box-contents-holder .box-content a {
  display: block;
}
.wrapper section.home-our-services .box-contents-holder .box-content a figure {
  position: relative !important;
}
.wrapper section.home-our-services .box-contents-holder.medium-up-2 .box-content a figure figcaption {
  padding: 2rem 1rem;
  background-color: #003768;
  position: relative !important;
}
.wrapper section.home-our-services .box-contents-holder.medium-up-2 .box-content a figure figcaption::after {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  position: absolute !important;
  border-radius: 50%;
  line-height: 2.7777777778rem;
  font-size: 1.5277777778rem;
  background-color: #ffffff;
  left: calc(50% - 20px);
  height: 2.7777777778rem;
  width: 2.7777777778rem;
  color: #003768;
  top: -1.3888888889rem;
  text-align: center;
  content: "+";
}
.wrapper section.home-our-services .box-contents-holder.medium-up-2 .box-content a figure figcaption p {
  text-align: center;
  margin-bottom: 0;
  color: #ffffff;
}
.wrapper section.home-our-services .box-contents-holder.medium-up-2 .box-content a figure figcaption p strong {
  text-transform: uppercase;
}
@media print, screen and (min-width: 75em) {
  .wrapper section.home-our-services .box-contents-holder.medium-up-2 .box-content a figure figcaption {
    padding: 3.4722222222rem 1rem;
    position: absolute !important;
    height: auto;
    width: 100%;
    bottom: 0;
    left: 0;
  }
}
.wrapper section.home-our-services .box-contents-holder.medium-up-2 .box-content a figure img {
  width: 100%;
}
@media print, screen and (min-width: 75em) {
  .wrapper section.home-our-services .box-contents-holder.medium-up-2 {
    margin-right: -8px;
    margin-left: -8px;
  }
  .wrapper section.home-our-services .box-contents-holder.medium-up-2 .box-content {
    margin-right: 0.5rem;
    margin-left: 0.5rem;
    width: calc(50% - 16px);
  }
  .wrapper section.home-our-services .box-contents-holder.medium-up-2 .box-content a:hover figure figcaption::after {
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-name: hvr-icon-up;
    -moz-animation-name: hvr-icon-up;
    animation-name: hvr-icon-up;
    -webkit-animation-duration: 0.75s;
    -moz-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-iteration-count: 2;
    -moz-animation-iteration-count: 2;
    animation-iteration-count: 2;
  }
}
.wrapper section.home-our-services .box-contents-holder.medium-up-3 .box-content a figure {
  background-color: #ffffff;
}
@media print, screen and (min-width: 75em) {
  .wrapper section.home-our-services .box-contents-holder.medium-up-3 .box-content a figure {
    position: relative !important;
    overflow: hidden;
  }
  .wrapper section.home-our-services .box-contents-holder.medium-up-3 .box-content a figure::before {
    background-image: linear-gradient(180deg, #FFFFFF 0%, rgba(216, 216, 216, 0) 100%);
    -webkit-transition: all 0.375s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -moz-transition: all 0.375s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: all 0.375s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    position: absolute !important;
    height: 125%;
    width: 125%;
    content: "";
    left: 0;
    top: 0;
  }
}
.wrapper section.home-our-services .box-contents-holder.medium-up-3 .box-content a figure figcaption {
  padding: 1rem;
}
.wrapper section.home-our-services .box-contents-holder.medium-up-3 .box-content a figure figcaption p {
  -webkit-transition: all 0.25s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -moz-transition: all 0.25s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: all 0.25s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  color: #003768;
  margin-bottom: 0;
}
.wrapper section.home-our-services .box-contents-holder.medium-up-3 .box-content a figure figcaption p strong {
  font-family: "PoppinsBold";
  text-transform: uppercase;
}
.wrapper section.home-our-services .box-contents-holder.medium-up-3 .box-content a figure figcaption .cta-btn {
  background-color: #00a6dd;
  border-radius: 50%;
  position: absolute !important;
  bottom: -1.6666666667rem;
  height: 2.0833333333rem;
  width: 2.0833333333rem;
  text-align: center;
  line-height: 30px;
  color: #ffffff;
  right: 25%;
}
.wrapper section.home-our-services .box-contents-holder.medium-up-3 .box-content a figure figcaption .cta-btn .icon {
  line-height: 30px;
  height: 30px;
  width: 30px;
}
@media print, screen and (max-width: 39.99875em) {
  .wrapper section.home-our-services .box-contents-holder.medium-up-3 .box-content a figure figcaption .cta-btn {
    display: none;
  }
}
@media screen and (min-width: 100em) {
  .wrapper section.home-our-services .box-contents-holder.medium-up-3 .box-content a figure figcaption .cta-btn {
    bottom: -2.0833333333rem;
  }
}
@media screen and (min-width: 106.25em) {
  .wrapper section.home-our-services .box-contents-holder.medium-up-3 .box-content a figure figcaption .cta-btn {
    bottom: -2.4305555556rem;
  }
}
@media screen and (min-width: 112.5em) {
  .wrapper section.home-our-services .box-contents-holder.medium-up-3 .box-content a figure figcaption .cta-btn {
    bottom: -2.7777777778rem;
  }
}
@media screen and (min-width: 118.75em) {
  .wrapper section.home-our-services .box-contents-holder.medium-up-3 .box-content a figure figcaption .cta-btn {
    bottom: -3.125rem;
  }
}
@media print, screen and (min-width: 75em) {
  .wrapper section.home-our-services .box-contents-holder.medium-up-3 .box-content a figure figcaption {
    position: absolute !important;
    height: 70px;
    width: 100%;
    left: 0;
    top: 0;
  }
  .wrapper section.home-our-services .box-contents-holder.medium-up-3 .box-content a figure figcaption p:not(.cta-btn) {
    line-height: 22px;
  }
}
@media print, screen and (min-width: 75em) {
  .wrapper section.home-our-services .box-contents-holder.medium-up-3 .box-content a figure img {
    -webkit-transition: all 0.25s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -moz-transition: all 0.25s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: all 0.25s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -webkit-transform: translateY(36%);
    -moz-transform: translateY(36%);
    -ms-transform: translateY(36%);
    -o-transform: translateY(36%);
    transform: translateY(36%);
  }
}
@media print, screen and (min-width: 75em) {
  .wrapper section.home-our-services .box-contents-holder.medium-up-3 .box-content:hover figure figcaption p:not(.cta-btn) {
    color: #00a6dd;
  }
  .wrapper section.home-our-services .box-contents-holder.medium-up-3 .box-content:hover figure figcaption p.cta-btn {
    background-color: #003768;
  }
  .wrapper section.home-our-services .box-contents-holder.medium-up-3 .box-content:hover figure::before {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  .wrapper section.home-our-services .box-contents-holder.medium-up-3 .box-content:hover figure img {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}
@media print, screen and (min-width: 75em) {
  .wrapper section.home-our-services .box-contents-holder.medium-up-3 {
    margin-right: -8px;
    margin-left: -8px;
  }
  .wrapper section.home-our-services .box-contents-holder.medium-up-3 .box-content {
    margin-right: 0.5rem;
    margin-left: 0.5rem;
    width: calc(33.3333333333% - 16px);
  }
}
.wrapper section.our-projects {
  margin-bottom: var(--half-custom-padding);
  background-color: #003768;
  position: relative !important;
}
@media print, screen and (max-width: 74.99875em) {
  .wrapper section.our-projects {
    margin-bottom: 1rem;
    padding: 1rem;
  }
}
@media print, screen and (min-width: 75em) {
  .wrapper section.our-projects .section-title {
    width: calc(100% - var(--custom-padding));
    left: var(--half-custom-padding);
    top: var(--half-custom-padding);
    position: absolute !important;
    height: auto;
    z-index: 1;
    margin: 0;
  }
}
@media print, screen and (min-width: 75em) {
  .wrapper section.our-projects .project-slider .slick-arrow {
    top: 170px;
  }
}
.wrapper section.our-projects .project-slider .grid-x {
  position: relative !important;
}
@media print, screen and (max-width: 39.99875em) {
  .wrapper section.our-projects .project-slider .grid-x > .cell:first-child {
    order: 2;
  }
  .wrapper section.our-projects .project-slider .grid-x > .cell:last-child {
    order: 1;
  }
}
.wrapper section.our-projects .project-slider .grid-x > .cell .desc {
  padding: 1rem 1rem 0;
}
@media print, screen and (min-width: 75em) {
  .wrapper section.our-projects .project-slider .grid-x > .cell .desc {
    padding: var(--half-custom-padding);
  }
}
.wrapper section.our-projects .project-slider .grid-x > .cell .desc p, .wrapper section.our-projects .project-slider .grid-x > .cell .desc li {
  color: #ffffff;
}
.wrapper section.our-projects .project-slider .grid-x > .cell figure {
  background-color: rgba(0, 0, 0, 0.3);
  background-blend-mode: multiply;
  position: relative !important;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.wrapper section.our-projects .project-slider .grid-x > .cell figure img {
  opacity: 0;
}
.wrapper section.our-projects .project-slider .grid-x > .cell figure .heading {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute !important;
  text-transform: uppercase;
  height: auto;
  width: 100%;
  top: 50%;
  right: 0;
}
@media print, screen and (min-width: 75em) {
  .wrapper section.our-projects .project-slider .grid-x > .cell figure .heading {
    line-height: 3.125rem;
    font-size: 3.125rem;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    top: 10.4166666667rem;
    right: 50%;
  }
}
.wrapper section.news-room .box-contents-holder {
  list-style-type: none;
  margin: 0;
  /* @include breakpoint(medium up) {
  	& .box-content {
  		&:last-child {
  			margin-bottom: 0;
  		}
  	}
  } */
}
.wrapper section.news-room .box-contents-holder .box-content {
  margin-bottom: 1rem;
}
.wrapper section.news-room .box-contents-holder .box-content figure img {
  width: 100%;
}
@media print, screen and (min-width: 40em) and (max-width: 74.99875em) {
  .wrapper section.news-room .box-contents-holder {
    margin-right: -1rem;
    margin-left: -1rem;
  }
  .wrapper section.news-room .box-contents-holder .box-content {
    margin-right: 1rem;
    margin-left: 1rem;
  }
}
.wrapper section.news-room .box-contents-holder .box-content {
  background-color: rgba(0, 55, 104, 0.1);
  padding: 1.7361111111rem;
}
.wrapper section.news-room .box-contents-holder .box-content p {
  color: #003768;
}
.wrapper section.news-room .box-contents-holder .box-content > p {
  font-family: "PoppinsSemiBold";
  margin-bottom: var(--custom-padding);
}
.wrapper section.news-room .box-contents-holder .box-content .date-published {
  border-top: 1px solid #003768;
}
@media print, screen and (min-width: 75em) {
  .wrapper section.news-room .box-contents-holder .box-content .date-published {
    margin-bottom: -10px;
  }
}
.wrapper section.news-room .box-contents-holder .box-content .date-published p.date {
  font-family: "PoppinsBold";
}
@media print, screen and (min-width: 75em) {
  .wrapper section.news-room .box-contents-holder .box-content .date-published p.date {
    font-size: 2.4305555556rem;
  }
}
.wrapper section.news-room .box-contents-holder .box-content .date-published p.mth-year span {
  display: block;
}
@media print, screen and (min-width: 75em) {
  .wrapper section.news-room .box-contents-holder .box-content .date-published p.mth-year {
    line-height: 14px;
  }
}
@media print, screen and (min-width: 75em) {
  .wrapper section.news-room .box-contents-holder .box-content {
    width: calc(100% - 16px);
  }
}
@media print, screen and (min-width: 75em) {
  .wrapper section.news-room .section-title {
    margin-bottom: 2.0833333333rem;
  }
}
.wrapper section.news-room .filter-btn {
  margin-bottom: 1rem;
}
@media print, screen and (min-width: 75em) {
  .wrapper section.news-room .filter-btn {
    margin-bottom: 2.0833333333rem;
  }
}
.wrapper section.news-room .filter-btn > .cell:not(:last-child) {
  margin-right: 1rem;
}
@media print, screen and (min-width: 75em) {
  .wrapper section.news-room .news-slider .slick-arrow {
    top: -60px;
  }
}
.wrapper section.partners .partners-list {
  list-style-type: none;
  margin: 0;
}
@media print, screen and (max-width: 39.99875em) {
  .wrapper section.partners .partners-list {
    margin-bottom: -1rem;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .wrapper section.partners .partners-list {
    margin-right: -8px;
    margin-left: -8px;
  }
}
@media print, screen and (min-width: 75em) {
  .wrapper section.partners .partners-list {
    margin-right: -30px;
    margin-left: -30px;
  }
}
.wrapper section.partners .partners-list li {
  padding: 0 0.5555555556rem;
}
@media print, screen and (max-width: 39.99875em) {
  .wrapper section.partners .partners-list li {
    margin-bottom: 1rem;
  }
}
@media print, screen and (min-width: 75em) {
  .wrapper section.partners .partners-list li {
    padding: 0 2.0833333333rem;
  }
}
.wrapper section.partners .partners-list li figure {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media print, screen and (min-width: 75em) {
  .wrapper section.partners .partners-list li figure {
    background-image: none !important;
  }
}
.wrapper section.partners .partners-list li figure img {
  display: block;
  width: 100%;
}
@media print, screen and (max-width: 74.99875em) {
  .wrapper section.partners .partners-list li figure img {
    opacity: 0;
  }
}
.wrapper section.partners .partners-list li p {
  text-transform: uppercase;
  font-size: 1.25rem;
  color: #003768;
  line-height: normal;
  text-align: center;
}
@media print, screen and (max-width: 39.99875em) {
  .wrapper section.partners .partners-list li p {
    margin-bottom: 1rem;
  }
}
@media print, screen and (min-width: 75em) {
  .wrapper section.partners .partners-list li p {
    padding-top: 1rem;
    font-size: 1.5277777778rem;
  }
}
.wrapper section.partners .partners-list2 {
  margin: 0 -16px;
}
.wrapper section.partners .partners-list2 div figure {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0 1rem;
}
@media print, screen and (min-width: 75em) {
  .wrapper section.partners .partners-list2 div figure {
    background-image: none !important;
  }
}
.wrapper section.partners .partners-list2 div figure img {
  display: block;
  width: 100%;
}
@media print, screen and (max-width: 74.99875em) {
  .wrapper section.partners .partners-list2 div figure img {
    opacity: 0;
  }
}
.wrapper section.partners .partners-list2 div p {
  text-transform: uppercase;
  font-size: 1.25rem;
  color: #003768;
  line-height: normal;
  text-align: center;
}
@media print, screen and (max-width: 39.99875em) {
  .wrapper section.partners .partners-list2 div p {
    margin-bottom: 1rem;
  }
}
@media print, screen and (min-width: 75em) {
  .wrapper section.partners .partners-list2 div p {
    padding-top: 1rem;
    font-size: 1.5277777778rem;
  }
}
.wrapper section.contact-details > .grid-x > .cell > .grid-x.address {
  margin-bottom: 1rem;
}
@media print, screen and (max-width: 39.99875em) {
  .wrapper section.contact-details > .grid-x > .cell > .grid-x.address > .medium-shrink:not(:last-child) {
    margin-bottom: 1rem;
  }
  .wrapper section.contact-details > .grid-x > .cell > .grid-x.address > .medium-shrink:last-child p:first-child {
    display: none;
  }
}
@media print, screen and (min-width: 40em) {
  .wrapper section.contact-details > .grid-x > .cell > .grid-x.address {
    margin-bottom: var(--half-custom-padding);
    justify-content: space-between;
  }
}
.wrapper section.contact-details > .grid-x > .cell > .grid-x.address p {
  font-family: "PoppinsSemiBold";
  font-size: 0.9027777778rem;
  color: #00a6dd;
}
.wrapper section.contact-details > .grid-x > .cell > .grid-x.address p strong {
  font-size: 0.9722222222rem;
  color: #003768;
  display: block;
}
@media print, screen and (min-width: 75em) {
  .wrapper section.contact-details > .grid-x > .cell > .grid-x.address p strong {
    padding-bottom: 1.0416666667rem;
  }
}
.wrapper section.contact-details > .grid-x > .cell > .grid-x.address ul {
  list-style-type: none;
  margin: 0;
}
.wrapper section.contact-details > .grid-x > .cell > .grid-x.address ul li {
  font-family: "PoppinsExtraLight";
  font-size: 0.9027777778rem;
  color: #003768;
}
.wrapper section.contact-details > .grid-x > .cell > .grid-x.address ul li span, .wrapper section.contact-details > .grid-x > .cell > .grid-x.address ul li em {
  padding-right: 1.1111111111rem;
  text-transform: uppercase;
  font-style: normal;
}
.wrapper section.contact-details > .grid-x > .cell > .grid-x.address ul li a {
  -webkit-transition: all 0.25s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -moz-transition: all 0.25s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: all 0.25s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
@media print, screen and (min-width: 75em) {
  .wrapper section.contact-details > .grid-x > .cell > .grid-x.address ul li a:hover {
    color: #00a6dd;
  }
}
.wrapper section.contact-details > .grid-x > .cell > .grid-x.contact-form-map p strong {
  font-family: "PoppinsSemiBold";
  font-size: 0.9722222222rem;
  color: #003768;
}
@media print, screen and (min-width: 75em) {
  .wrapper section.contact-details > .grid-x > .cell > .grid-x.contact-form-map form .submit button:hover {
    background-color: #003768;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .wrapper section.contact-details > .grid-x > .cell > .grid-x.contact-form-map form .note {
    margin: 1rem 0;
  }
}
@media print, screen and (min-width: 40em) {
  .wrapper section.contact-details > .grid-x > .cell > .grid-x.contact-form-map form > .grid-x {
    margin-right: -8px;
    margin-left: -8px;
  }
  .wrapper section.contact-details > .grid-x > .cell > .grid-x.contact-form-map form > .grid-x > .cell {
    padding-right: 8px;
    padding-left: 8px;
  }
}
.wrapper section.contact-details > .grid-x > .cell > .grid-x.contact-form-map .map iframe {
  min-height: 100%;
  display: block;
  width: 100%;
}
@media print, screen and (max-width: 39.99875em) {
  .wrapper section.contact-details > .grid-x > .cell > .grid-x.contact-form-map .map {
    width: calc(100% + 2rem);
    margin-bottom: -1rem;
    margin-left: -1rem;
  }
}
@media print, screen and (min-width: 75em) {
  .wrapper section.contact-details > .grid-x > .cell > .grid-x.contact-form-map .map {
    -webkit-transform: translateX(70px);
    -moz-transform: translateX(70px);
    -ms-transform: translateX(70px);
    -o-transform: translateX(70px);
    transform: translateX(70px);
  }
}
.wrapper section.company-profile {
  background-color: rgba(0, 55, 104, 0.1);
}
.wrapper section.team-profile .box-contents-holder {
  list-style-type: none;
  margin: 0;
  /* @include breakpoint(medium up) {
  	& .box-content {
  		&:last-child {
  			margin-bottom: 0;
  		}
  	}
  } */
}
.wrapper section.team-profile .box-contents-holder .box-content {
  margin-bottom: 1rem;
}
.wrapper section.team-profile .box-contents-holder .box-content figure img {
  width: 100%;
}
@media print, screen and (min-width: 40em) and (max-width: 74.99875em) {
  .wrapper section.team-profile .box-contents-holder {
    margin-right: -1rem;
    margin-left: -1rem;
  }
  .wrapper section.team-profile .box-contents-holder .box-content {
    margin-right: 1rem;
    margin-left: 1rem;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .wrapper section.team-profile .box-contents-holder.medium-up-4 > .box-content:last-child {
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 75em) {
  .wrapper section.team-profile .box-contents-holder.medium-up-4 {
    margin-right: -8px;
    margin-left: -8px;
  }
  .wrapper section.team-profile .box-contents-holder.medium-up-4 .box-content {
    margin-right: 0.5rem;
    margin-left: 0.5rem;
    width: calc(25% - 16px);
  }
}
.wrapper section.team-profile .box-contents-holder .box-content .directors-managers {
  /* @include breakpoint(large up) {
  	margin-bottom: rem-calc(30px);
  } */
}
@media print, screen and (max-width: 39.99875em) {
  .wrapper section.team-profile .box-contents-holder .box-content .directors-managers figure {
    margin-bottom: 1rem;
  }
}
.wrapper section.team-profile .box-contents-holder .box-content .directors-managers > .cell.auto {
  align-self: center;
}
.wrapper section.team-profile .box-contents-holder .box-content .directors-managers > .cell p {
  font-size: 0.9027777778rem;
  color: #003768;
}
.wrapper section.team-profile .box-contents-holder .box-content figure {
  position: relative !important;
}
.wrapper section.team-profile .box-contents-holder .box-content figure figcaption {
  background-color: #003768;
  padding: 1rem;
}
.wrapper section.team-profile .box-contents-holder .box-content figure figcaption p {
  text-align: center;
  margin-bottom: 0;
  color: #ffffff;
}
@media print, screen and (min-width: 75em) {
  .wrapper section.team-profile .box-contents-holder .box-content figure figcaption {
    position: absolute !important;
    height: auto;
    width: 100%;
    bottom: 0;
    left: 0;
  }
  .wrapper section.team-profile .box-contents-holder .box-content figure figcaption p {
    font-size: 0.9027777778rem;
  }
}
.wrapper section.team-profile .box-contents-holder .box-content figure img {
  width: 100%;
}
@media print, screen and (min-width: 75em) {
  .wrapper section.team-profile .box-contents-holder:first-of-type li:last-child .directors-managers {
    margin-bottom: 0;
  }
  .wrapper section.team-profile .box-contents-holder:first-of-type li:nth-child(odd) .directors-managers > .cell:first-child {
    margin-right: var(--half-custom-padding);
  }
  .wrapper section.team-profile .box-contents-holder:first-of-type li:nth-child(even) .directors-managers > .cell:first-child {
    margin-left: var(--half-custom-padding);
    order: 2;
  }
  .wrapper section.team-profile .box-contents-holder:first-of-type li:nth-child(even) .directors-managers > .cell:last-child {
    order: 1;
  }
}
@media print, screen and (min-width: 75em) {
  .wrapper section.team-profile .box-contents-holder .box-content {
    margin-bottom: var(--half-custom-padding);
  }
}
@media print, screen and (min-width: 75em) {
  .wrapper section.team-profile .box-contents-holder.medium-up-4 .box-content:nth-last-child(2), .wrapper section.team-profile .box-contents-holder.medium-up-4 .box-content:nth-last-child(3) {
    margin-bottom: 0;
  }
}
.wrapper section.client-folio {
  position: relative !important;
  /* @include breakpoint(large up) {
      margin-bottom: rem-calc(-60px);
  } */
}
.wrapper section.client-folio::before {
  background-image: url("../images/header/mask-curve.png");
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
  position: absolute !important;
  height: 12.5rem;
  bottom: -1px;
  width: 100%;
  content: "";
  z-index: 2;
  left: 0;
  display: none;
}
@media print, screen and (max-width: 74.99875em) {
  .wrapper section.client-folio::before {
    display: none;
  }
}
@media screen and (min-width: 93.5625em) {
  .wrapper section.client-folio::before {
    bottom: -2px !important;
  }
}
@media screen and (min-width: 108.4375em) {
  .wrapper section.client-folio::before {
    height: 14.5833333333rem;
  }
}
@media print, screen and (min-width: 75em) {
  .wrapper section.client-folio > .grid-x {
    padding-bottom: 0;
    padding-top: 0;
  }
}
.wrapper section.client-folio figure {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media print, screen and (min-width: 75em) {
  .wrapper section.client-folio figure {
    background-image: none !important;
  }
}
.wrapper section.client-folio figure img {
  width: 100%;
}
@media print, screen and (max-width: 74.99875em) {
  .wrapper section.client-folio figure img {
    opacity: 0;
  }
}
.wrapper section.who-we-are .section-desc .heading {
  margin-top: 1rem;
}
@media print, screen and (min-width: 75em) {
  .wrapper section.who-we-are .section-desc .heading {
    margin-top: calc(var(--half-custom-padding) / 2);
  }
}
@media print, screen and (min-width: 75em) {
  .wrapper section.who-we-are .section-desc figure {
    margin-top: -4.7222222222rem;
  }
}
.wrapper section.our-services {
  background-color: rgba(0, 55, 104, 0.1);
}
.wrapper section.our-services .box-contents-holder {
  list-style-type: none;
  margin: 0;
  /* @include breakpoint(medium up) {
  	& .box-content {
  		&:last-child {
  			margin-bottom: 0;
  		}
  	}
  } */
}
.wrapper section.our-services .box-contents-holder .box-content {
  margin-bottom: 1rem;
}
.wrapper section.our-services .box-contents-holder .box-content figure img {
  width: 100%;
}
@media print, screen and (min-width: 40em) and (max-width: 74.99875em) {
  .wrapper section.our-services .box-contents-holder {
    margin-right: -1rem;
    margin-left: -1rem;
  }
  .wrapper section.our-services .box-contents-holder .box-content {
    margin-right: 1rem;
    margin-left: 1rem;
  }
}
.wrapper section.our-services .box-contents-holder .box-content a {
  display: block;
}
.wrapper section.our-services .box-contents-holder .box-content a figure {
  position: relative !important;
}
.wrapper section.our-services .box-contents-holder.medium-up-2 .box-content a figure figcaption {
  padding: 2rem 1rem;
  background-color: #003768;
  position: relative !important;
}
.wrapper section.our-services .box-contents-holder.medium-up-2 .box-content a figure figcaption::after {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  position: absolute !important;
  border-radius: 50%;
  line-height: 2.7777777778rem;
  font-size: 1.5277777778rem;
  background-color: #ffffff;
  left: calc(50% - 20px);
  height: 2.7777777778rem;
  width: 2.7777777778rem;
  color: #003768;
  top: -1.3888888889rem;
  text-align: center;
  content: "+";
}
.wrapper section.our-services .box-contents-holder.medium-up-2 .box-content a figure figcaption p {
  text-align: center;
  margin-bottom: 0;
  color: #ffffff;
}
.wrapper section.our-services .box-contents-holder.medium-up-2 .box-content a figure figcaption p strong {
  text-transform: uppercase;
}
@media print, screen and (min-width: 75em) {
  .wrapper section.our-services .box-contents-holder.medium-up-2 .box-content a figure figcaption {
    padding: 3.4722222222rem 1rem;
    position: absolute !important;
    height: auto;
    width: 100%;
    bottom: 0;
    left: 0;
  }
}
.wrapper section.our-services .box-contents-holder.medium-up-2 .box-content a figure img {
  width: 100%;
}
@media print, screen and (min-width: 75em) {
  .wrapper section.our-services .box-contents-holder.medium-up-2 {
    margin-right: -8px;
    margin-left: -8px;
  }
  .wrapper section.our-services .box-contents-holder.medium-up-2 .box-content {
    margin-right: 0.5rem;
    margin-left: 0.5rem;
    width: calc(50% - 16px);
  }
  .wrapper section.our-services .box-contents-holder.medium-up-2 .box-content a:hover figure figcaption::after {
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-name: hvr-icon-up;
    -moz-animation-name: hvr-icon-up;
    animation-name: hvr-icon-up;
    -webkit-animation-duration: 0.75s;
    -moz-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-iteration-count: 2;
    -moz-animation-iteration-count: 2;
    animation-iteration-count: 2;
  }
}
.wrapper section.our-services .box-contents-holder.medium-up-3 .box-content a figure {
  background-color: #ffffff;
}
@media print, screen and (min-width: 75em) {
  .wrapper section.our-services .box-contents-holder.medium-up-3 .box-content a figure {
    position: relative !important;
    overflow: hidden;
  }
  .wrapper section.our-services .box-contents-holder.medium-up-3 .box-content a figure::before {
    background-image: linear-gradient(180deg, #FFFFFF 0%, rgba(216, 216, 216, 0) 100%);
    -webkit-transition: all 0.375s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -moz-transition: all 0.375s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: all 0.375s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    position: absolute !important;
    height: 125%;
    width: 125%;
    content: "";
    left: 0;
    top: 0;
  }
}
.wrapper section.our-services .box-contents-holder.medium-up-3 .box-content a figure figcaption {
  padding: 1rem;
}
.wrapper section.our-services .box-contents-holder.medium-up-3 .box-content a figure figcaption p {
  -webkit-transition: all 0.25s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -moz-transition: all 0.25s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: all 0.25s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  color: #003768;
  margin-bottom: 0;
}
.wrapper section.our-services .box-contents-holder.medium-up-3 .box-content a figure figcaption p strong {
  font-family: "PoppinsBold";
  text-transform: uppercase;
}
.wrapper section.our-services .box-contents-holder.medium-up-3 .box-content a figure figcaption .cta-btn {
  background-color: #00a6dd;
  border-radius: 50%;
  position: absolute !important;
  bottom: -1.6666666667rem;
  height: 2.0833333333rem;
  width: 2.0833333333rem;
  text-align: center;
  line-height: 30px;
  color: #ffffff;
  right: 25%;
}
.wrapper section.our-services .box-contents-holder.medium-up-3 .box-content a figure figcaption .cta-btn .icon {
  line-height: 30px;
  height: 30px;
  width: 30px;
}
@media print, screen and (max-width: 39.99875em) {
  .wrapper section.our-services .box-contents-holder.medium-up-3 .box-content a figure figcaption .cta-btn {
    display: none;
  }
}
@media screen and (min-width: 100em) {
  .wrapper section.our-services .box-contents-holder.medium-up-3 .box-content a figure figcaption .cta-btn {
    bottom: -2.0833333333rem;
  }
}
@media screen and (min-width: 106.25em) {
  .wrapper section.our-services .box-contents-holder.medium-up-3 .box-content a figure figcaption .cta-btn {
    bottom: -2.4305555556rem;
  }
}
@media screen and (min-width: 112.5em) {
  .wrapper section.our-services .box-contents-holder.medium-up-3 .box-content a figure figcaption .cta-btn {
    bottom: -2.7777777778rem;
  }
}
@media screen and (min-width: 118.75em) {
  .wrapper section.our-services .box-contents-holder.medium-up-3 .box-content a figure figcaption .cta-btn {
    bottom: -3.125rem;
  }
}
@media print, screen and (min-width: 75em) {
  .wrapper section.our-services .box-contents-holder.medium-up-3 .box-content a figure figcaption {
    position: absolute !important;
    height: 70px;
    width: 100%;
    left: 0;
    top: 0;
  }
  .wrapper section.our-services .box-contents-holder.medium-up-3 .box-content a figure figcaption p:not(.cta-btn) {
    line-height: 22px;
  }
}
@media print, screen and (min-width: 75em) {
  .wrapper section.our-services .box-contents-holder.medium-up-3 .box-content a figure img {
    -webkit-transition: all 0.25s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -moz-transition: all 0.25s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: all 0.25s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -webkit-transform: translateY(36%);
    -moz-transform: translateY(36%);
    -ms-transform: translateY(36%);
    -o-transform: translateY(36%);
    transform: translateY(36%);
  }
}
@media print, screen and (min-width: 75em) {
  .wrapper section.our-services .box-contents-holder.medium-up-3 .box-content:hover figure figcaption p:not(.cta-btn) {
    color: #00a6dd;
  }
  .wrapper section.our-services .box-contents-holder.medium-up-3 .box-content:hover figure figcaption p.cta-btn {
    background-color: #003768;
  }
  .wrapper section.our-services .box-contents-holder.medium-up-3 .box-content:hover figure::before {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  .wrapper section.our-services .box-contents-holder.medium-up-3 .box-content:hover figure img {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}
@media print, screen and (min-width: 75em) {
  .wrapper section.our-services .box-contents-holder.medium-up-3 {
    margin-right: -8px;
    margin-left: -8px;
  }
  .wrapper section.our-services .box-contents-holder.medium-up-3 .box-content {
    margin-right: 0.5rem;
    margin-left: 0.5rem;
    width: calc(33.3333333333% - 16px);
  }
}
.wrapper section.services-chemicals-used .chemicals-used-tab {
  background-color: #00a6dd;
  padding: 1rem;
}
@media print, screen and (max-width: 39.99875em) {
  .wrapper section.services-chemicals-used .chemicals-used-tab {
    margin-top: 1rem;
  }
}
@media print, screen and (min-width: 75em) {
  .wrapper section.services-chemicals-used .chemicals-used-tab {
    padding: 2.0833333333rem;
  }
}
.wrapper section.services-chemicals-used .chemicals-used-tab p {
  font-family: "PoppinsRegular" !important;
  margin-bottom: 1rem !important;
  color: #ffffff !important;
}
.wrapper section.services-chemicals-used .chemicals-used-tab p strong {
  font-family: "PoppinsSemiBold" !important;
  text-transform: uppercase;
  color: #003768;
}
.wrapper section.services-chemicals-used .chemicals-used-tab p.request {
  color: #003768 !important;
  margin-bottom: 0 !important;
  font-size: 0.9027777778rem;
  line-height: normal;
  font-style: italic;
}
.wrapper section.products-list-holder > .grid-x > .cell p, .wrapper section.products-list-holder > .grid-x > .cell li {
  color: #003768;
}
.wrapper section.products-list-holder > .grid-x > .cell > p {
  font-family: "PoppinsSemiBold";
  font-size: 0.9722222222rem;
}
@media print, screen and (min-width: 75em) {
  .wrapper section.products-list-holder > .grid-x > .cell > p {
    font-size: 1.25rem;
  }
}
@media print, screen and (min-width: 75em) {
  .wrapper section.products-list-holder > .grid-x > .cell .products-list .product, .wrapper section.products-list-holder > .grid-x > .cell .products-list .cta-btn {
    padding: var(--half-custom-padding);
  }
}
@media print, screen and (max-width: 39.99875em) {
  .wrapper section.products-list-holder > .grid-x > .cell .products-list .product {
    margin-bottom: 1rem;
  }
}
.wrapper section.products-list-holder > .grid-x > .cell .products-list .product:not(:last-child) {
  border-bottom: 1px solid #003768;
}
.wrapper section.products-list-holder > .grid-x > .cell .products-list .product .heading span, .wrapper section.products-list-holder > .grid-x > .cell .products-list .product li {
  font-family: "PoppinsExtraLight";
}
.wrapper section.products-list-holder > .grid-x > .cell .products-list .product ul {
  list-style-type: none;
  margin: 0;
}
.wrapper section.products-list-holder > .grid-x > .cell .products-list .product ul li {
  border-bottom: 1px solid rgba(0, 55, 104, 0.1);
  margin-bottom: 1rem;
  text-transform: uppercase;
}
@media print, screen and (max-width: 39.99875em) {
  .wrapper section.products-list-holder > .grid-x > .cell .products-list .product ul li {
    font-size: 0.8333333333rem;
  }
}
@media print, screen and (min-width: 40em) {
  .wrapper section.products-list-holder > .grid-x > .cell .products-list .product ul {
    column-gap: var(--half-custom-padding);
    column-count: 2;
  }
  .wrapper section.products-list-holder > .grid-x > .cell .products-list .product ul li {
    width: 80%;
  }
}
@media print, screen and (min-width: 75em) {
  .wrapper section.products-list-holder > .grid-x > .cell .products-list .cta-btn {
    padding-bottom: 0;
  }
  .wrapper section.products-list-holder > .grid-x > .cell .products-list .cta-btn a:hover {
    background-color: #003768;
    color: #ffffff;
  }
  .wrapper section.products-list-holder > .grid-x > .cell .products-list .cta-btn a:hover .icon::before {
    color: #003768;
  }
  .wrapper section.products-list-holder > .grid-x > .cell .products-list .cta-btn a:hover .icon::after {
    background-color: #ffffff;
  }
}
.wrapper section.products-list-holder2 {
  background-color: #003768;
}
@media print, screen and (max-width: 39.99875em) {
  .wrapper section.products-list-holder2 > .grid-x > .cell .products-list-filtering {
    margin-bottom: 2.2222222222rem;
  }
}
.wrapper section.products-list-holder2 > .grid-x > .cell .products-list-filtering > .grid-x:first-child {
  margin-bottom: 1rem;
}
@media print, screen and (min-width: 75em) {
  .wrapper section.products-list-holder2 > .grid-x > .cell .products-list-filtering > .grid-x:first-child {
    margin-bottom: 2.0833333333rem;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .wrapper section.products-list-holder2 > .grid-x > .cell .products-list-filtering > .grid-x:first-child > .cell:first-child .heading {
    display: none;
  }
}
@media print, screen and (min-width: 40em) and (max-width: 74.99875em) {
  .wrapper section.products-list-holder2 > .grid-x > .cell .products-list-filtering > .grid-x > .cell:last-child {
    padding-left: var(--half-custom-padding);
  }
}
@media print, screen and (min-width: 75em) {
  .wrapper section.products-list-holder2 > .grid-x > .cell .products-list-filtering > .grid-x > .cell:last-child {
    padding-left: var(--custom-padding);
  }
}
.wrapper section.products-list-holder2 > .grid-x > .cell .products-list-filtering > .grid-x > .cell .heading {
  border-bottom: 1px solid white;
  padding-bottom: 1rem;
  color: #ffffff;
}
@media print, screen and (max-width: 39.99875em) {
  .wrapper section.products-list-holder2 > .grid-x > .cell .products-list-filtering > .grid-x > .cell .heading {
    padding-bottom: 0.3472222222rem;
    display: inline-block;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .wrapper section.products-list-holder2 > .grid-x > .cell .products-list-filtering > .grid-x > .cell .products-categories {
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    transition: all 0.25s;
    margin-bottom: 2.2222222222rem;
    position: relative !important;
    height: 1.0416666667rem;
    overflow: hidden;
    z-index: 1;
  }
  .wrapper section.products-list-holder2 > .grid-x > .cell .products-list-filtering > .grid-x > .cell .products-categories.active {
    overflow: visible;
    height: auto;
  }
}
.wrapper section.products-list-holder2 > .grid-x > .cell .products-list-filtering > .grid-x > .cell .products-categories > a {
  position: absolute !important;
  height: auto;
  width: auto;
  z-index: 3;
  right: 0;
  top: 0;
}
.wrapper section.products-list-holder2 > .grid-x > .cell .products-list-filtering > .grid-x > .cell .products-categories > a i {
  color: #ffffff;
}
@media print, screen and (min-width: 40em) {
  .wrapper section.products-list-holder2 > .grid-x > .cell .products-list-filtering > .grid-x > .cell .products-categories > a {
    display: none;
  }
}
@media print, screen and (min-width: 40em) and (max-width: 74.99875em) {
  .wrapper section.products-list-holder2 > .grid-x > .cell .products-list-filtering > .grid-x > .cell .products-categories .filter-button-group {
    margin-bottom: 2.2222222222rem;
  }
}
@media print, screen and (min-width: 75em) {
  .wrapper section.products-list-holder2 > .grid-x > .cell .products-list-filtering > .grid-x > .cell .products-categories .filter-button-group {
    margin-bottom: 4.1666666667rem;
  }
}
.wrapper section.products-list-holder2 > .grid-x > .cell .products-list-filtering > .grid-x > .cell .products-categories .filter-button-group .button {
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
  text-align: left;
  cursor: pointer;
  display: block;
  color: #ffffff;
  width: 100%;
}
.wrapper section.products-list-holder2 > .grid-x > .cell .products-list-filtering > .grid-x > .cell .products-categories .filter-button-group .button.active {
  border-color: #00a6dd;
  color: #00a6dd;
}
.wrapper section.products-list-holder2 > .grid-x > .cell .products-list-filtering > .grid-x > .cell .products-categories .filter-button-group .button:not(:last-child) {
  margin-bottom: 1rem;
}
@media print, screen and (min-width: 40em) {
  .wrapper section.products-list-holder2 > .grid-x > .cell .products-list-filtering > .grid-x > .cell .products-categories .filter-button-group .button {
    border-bottom: 1px solid white;
    padding-bottom: 1rem;
  }
}
@media print, screen and (min-width: 75em) {
  .wrapper section.products-list-holder2 > .grid-x > .cell .products-list-filtering > .grid-x > .cell .products-categories .filter-button-group .button:hover {
    color: #00a6dd;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .wrapper section.products-list-holder2 > .grid-x > .cell .products-list-filtering > .grid-x > .cell .products-categories .cta-btn {
    display: none;
  }
}
.wrapper section.products-list-holder2 > .grid-x > .cell .products-list-filtering > .grid-x > .cell .products-list2 {
  list-style-type: none;
  margin: 0;
  margin-right: -8px;
  margin-left: -8px;
}
.wrapper section.products-list-holder2 > .grid-x > .cell .products-list-filtering > .grid-x > .cell .products-list2 li {
  margin-bottom: 1rem;
  padding: 0 0.5555555556rem;
}
@media print, screen and (max-width: 39.99875em) {
  .wrapper section.products-list-holder2 > .grid-x > .cell .products-list-filtering > .grid-x > .cell .products-list2 li:nth-child(2n+1):nth-last-child(-n+2), .wrapper section.products-list-holder2 > .grid-x > .cell .products-list-filtering > .grid-x > .cell .products-list2 li:nth-child(2n+1):nth-last-child(-n+2) ~ li {
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 40em) and (max-width: 74.99875em) {
  .wrapper section.products-list-holder2 > .grid-x > .cell .products-list-filtering > .grid-x > .cell .products-list2 li:nth-child(3n+1):nth-last-child(-n+3), .wrapper section.products-list-holder2 > .grid-x > .cell .products-list-filtering > .grid-x > .cell .products-list2 li:nth-child(3n+1):nth-last-child(-n+3) ~ li {
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 75em) {
  .wrapper section.products-list-holder2 > .grid-x > .cell .products-list-filtering > .grid-x > .cell .products-list2 li:nth-child(4n+1):nth-last-child(-n+4), .wrapper section.products-list-holder2 > .grid-x > .cell .products-list-filtering > .grid-x > .cell .products-list2 li:nth-child(4n+1):nth-last-child(-n+4) ~ li {
    margin-bottom: 0;
  }
}
.wrapper section.products-list-holder2 > .grid-x > .cell .products-list-filtering > .grid-x > .cell .products-list2 li figure {
  border: 1px solid #ffffff;
  border-radius: 5px;
}
.wrapper section.products-list-holder2 > .grid-x > .cell .products-list-filtering > .grid-x > .cell .products-list2 li figure img {
  width: 100%;
}
.wrapper section.products-list-holder2 > .grid-x > .cell .products-list-filtering > .grid-x > .cell .products-list2 li figure p {
  margin-bottom: 1rem;
  text-align: center;
  color: #ffffff;
}
.wrapper section.products-list-holder2 > .grid-x > .cell > .cta-btn {
  margin-bottom: 1rem;
}
@media print, screen and (min-width: 40em) {
  .wrapper section.products-list-holder2 > .grid-x > .cell > .cta-btn {
    display: none;
  }
}
.wrapper section.product-related-services > .grid-x > .cell ul {
  list-style-type: none;
  margin: 0;
}
.wrapper section.product-related-services > .grid-x > .cell ul li {
  margin-bottom: 1rem;
  color: #003768;
  text-align: center;
}
@media print, screen and (min-width: 75em) {
  .wrapper section.product-related-services > .grid-x > .cell ul li {
    margin-bottom: 0;
  }
}
.wrapper section.product-related-services > .grid-x > .cell ul li i {
  border: 1px solid #00a6dd;
  margin: 0 auto 1rem;
  border-radius: 50%;
  line-height: 4.1666666667rem;
  font-size: 1.6666666667rem;
  height: 4.1666666667rem;
  width: 4.1666666667rem;
  display: block;
}
@media print, screen and (min-width: 75em) {
  .wrapper section.product-related-services > .grid-x > .cell ul li i {
    line-height: 5.5555555556rem;
    font-size: 2.2222222222rem;
    height: 5.5555555556rem;
    width: 5.5555555556rem;
  }
}
.wrapper section.product-related-services > .grid-x > .cell ul li p {
  font-size: 0.8506944444rem;
  text-transform: uppercase;
  margin: 0 auto;
  max-width: 80%;
}
.wrapper section.policies-holder > .grid-x {
  padding-top: 6.9444444444rem;
}
@media print, screen and (min-width: 75em) {
  .wrapper section.policies-holder > .grid-x {
    padding-top: 12.5rem;
  }
}
.wrapper section.policies-holder > .grid-x .section-desc p strong {
  color: #00a6dd;
}
.wrapper section.policies-holder > .grid-x .section-desc p a {
  -webkit-transition: all 0.25s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -moz-transition: all 0.25s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: all 0.25s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  color: #767676;
}
@media print, screen and (min-width: 75em) {
  .wrapper section.policies-holder > .grid-x .section-desc p a:hover {
    color: #00a6dd;
  }
}
.wrapper footer {
  background-color: #003768;
  position: relative !important;
  padding: 1rem;
}
@media print, screen and (min-width: 75em) {
  .wrapper footer {
    padding: var(--half-custom-padding);
  }
}
@media print, screen and (min-width: 75em) {
  .wrapper footer > .grid-x:first-child {
    padding-bottom: 3.4722222222rem;
  }
}
.wrapper footer ul {
  list-style-type: none;
  margin: 0;
}
.wrapper footer p, .wrapper footer li, .wrapper footer a {
  color: #ffffff;
}
.wrapper footer form p {
  font-family: "PoppinsExtraLight";
}
@media print, screen and (min-width: 75em) {
  .wrapper footer form p {
    margin-bottom: 2.0833333333rem;
    font-size: 1.0416666667rem;
  }
}
.wrapper footer .scroll-top {
  text-align: right;
}
.wrapper footer .scroll-top a .icon {
  line-height: 2.7777777778rem;
  height: 2.7777777778rem;
  width: 2.7777777778rem;
  margin-right: 0;
}
.wrapper footer .scroll-top a .icon::before {
  margin-left: -1px;
}
@media print, screen and (min-width: 40em) {
  .wrapper footer .scroll-top a {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
@media print, screen and (max-width: 39.99875em) {
  .wrapper footer .scroll-top {
    position: absolute !important;
    top: 0.125rem;
    height: auto;
    width: auto;
    right: 1rem;
  }
  .wrapper footer .scroll-top a .icon {
    line-height: 2.0833333333rem;
    height: 2.0833333333rem;
    width: 2.0833333333rem;
  }
}
@media print, screen and (min-width: 75em) {
  .wrapper footer .scroll-top a:hover .icon::before {
    color: #003768;
  }
  .wrapper footer .scroll-top a:hover .icon::after {
    background-color: #ffffff !important;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .wrapper footer .footer-menu {
    margin: 1rem 0;
  }
}
@media print, screen and (min-width: 40em) {
  .wrapper footer .footer-menu {
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    -ms-transform: translateY(5px);
    -o-transform: translateY(5px);
    transform: translateY(5px);
    justify-content: flex-end;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .wrapper footer .footer-menu li {
    width: 50%;
    line-height: 28px;
  }
  .wrapper footer .footer-menu li:nth-child(even) {
    text-align: right;
  }
}
@media print, screen and (min-width: 40em) {
  .wrapper footer .footer-menu li {
    margin-left: 1.3888888889rem;
    text-align: center;
    max-width: 200px;
  }
}
@media screen and (min-width: 100em) {
  .wrapper footer .footer-menu li {
    margin-left: 2.7777777778rem;
  }
}
.wrapper footer .footer-menu li a {
  display: block;
  color: #ffffff;
}
@media print, screen and (min-width: 75em) {
  .wrapper footer .footer-menu li a:hover p {
    color: #00a6dd;
  }
}
.wrapper footer .footer-menu li a p {
  -webkit-transition: all 0.25s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -moz-transition: all 0.25s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: all 0.25s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  font-size: 0.8333333333rem;
}
@media print, screen and (min-width: 75em) {
  .wrapper footer .footer-menu li a p {
    font-size: 0.9027777778rem;
  }
}
.wrapper footer .footer-menu li:last-child a {
  position: relative !important;
  overflow: hidden;
  width: 100%;
  z-index: 1;
}
.wrapper footer .footer-menu li:last-child a::after {
  -webkit-transition: all 0.25s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -moz-transition: all 0.25s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: all 0.25s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  position: absolute !important;
  background-color: #ffffff;
  height: 100%;
  content: "";
  z-index: -1;
  width: 0;
  left: 0;
  top: 0;
}
.wrapper footer .footer-menu li:last-child a p {
  font-size: 0.8333333333rem;
}
@media print, screen and (min-width: 75em) {
  .wrapper footer .footer-menu li:last-child a {
    border: 1px solid #ffffff;
    border-bottom-right-radius: 1.3888888889rem;
    border-bottom-left-radius: 1.3888888889rem;
    border-top-right-radius: 1.3888888889rem;
    border-top-left-radius: 1.3888888889rem;
    text-transform: uppercase;
    width: 150px;
  }
  .wrapper footer .footer-menu li:last-child a p {
    line-height: 2.0833333333rem;
  }
  .wrapper footer .footer-menu li:last-child a:hover p {
    color: #003768;
  }
  .wrapper footer .footer-menu li:last-child a:hover::after {
    width: 100%;
  }
}
@media print, screen and (min-width: 40em) {
  .wrapper footer .copyright-designed li:not(:first-child) {
    border-left: 1px solid rgba(255, 255, 255, 0.4);
  }
}
@media print, screen and (min-width: 40em) {
  .wrapper footer .copyright-designed li:nth-child(even) {
    padding: 0 1rem;
    margin: 0 1rem;
  }
}
.wrapper footer .copyright-designed li p {
  font-size: 0.8333333333rem;
}
.wrapper footer .copyright-designed li p a {
  -webkit-transition: all 0.25s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -moz-transition: all 0.25s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: all 0.25s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
@media print, screen and (min-width: 75em) {
  .wrapper footer .copyright-designed li p a:hover {
    color: #00a6dd;
  }
}
.wrapper footer .social li:nth-child(even) {
  padding-left: 0.6944444444rem;
}
@media print, screen and (min-width: 40em) {
  .wrapper footer .social li:nth-child(even) {
    padding-left: 1rem;
  }
}
.wrapper footer .social li a .icon {
  font-size: 1.1805555556rem;
}
