@charset "UTF-8";
@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;600;700&family=Roboto:wght@300;400;500;700&display=swap);
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-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: 0;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:after,
.slick-track:before {
  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;
}
.advantages-triggers ul:after,
.advantages-triggers ul:before,
.content-block .milestone-inner:after,
.content-block .milestone-inner:before,
.subscribe-form:after,
.subscribe-form:before {
  content: ' ';
  display: table;
}
.advantages-triggers ul:after,
.content-block .milestone-inner:after,
.subscribe-form:after {
  clear: both;
}
@font-face {
  font-family: icomoon;
  src: url(../fonts/icomoon.eot?qwcdfz);
  src: url(../fonts/icomoon.eot?qwcdfz#iefix) format('embedded-opentype'),
    url(../fonts/icomoon.ttf?qwcdfz) format('truetype'),
    url(../fonts/icomoon.woff?qwcdfz) format('woff'),
    url(../fonts/icomoon.svg?qwcdfz#icomoon) format('svg');
  font-weight: 400;
  font-style: normal;
}
[class*=' icon-'],
[class^='icon-'] {
  font-family: icomoon !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-arrow-down:before {
  content: '\e900';
  color: #fff;
}
.icon-arrow-left:before {
  content: '\e901';
  color: #fff;
}
.icon-arrow-right:before {
  content: '\e902';
  color: #fff;
}
.icon-caret-left:before {
  content: '\e903';
  color: #fff;
}
.icon-caret-right:before {
  content: '\e904';
  color: #fff;
}
.icon-clock-full:before {
  content: '\e905';
  color: #fff;
}
.icon-clock:before {
  content: '\e906';
  color: #fff;
}
.icon-close-large:before {
  content: '\e907';
  color: #fff;
}
.icon-close-small:before {
  content: '\e908';
  color: #fff;
}
.icon-download:before {
  content: '\e909';
  color: #fff;
}
.icon-forward:before {
  content: '\e90a';
  color: #fff;
}
.icon-mail:before {
  content: '\e90b';
  color: inherit;
}
.icon-pin:before {
  content: '\e90c';
  color: #fff;
}
.icon-search:before {
  content: '\e90d';
  color: #fff;
}
.icon-Shape:before {
  content: '\e90e';
  color: #fff;
}
.icon-Star:before {
  content: '\e90f';
  color: #fff;
}
.icon-world:before {
  content: '\e910';
  color: #fff;
}
.icon-cross:before {
  content: '\ea0f';
}
p {
  font-size: 14px;
  line-height: 26px;
}
@-webkit-keyframes fadeInFormTop {
  0% {
    display: block;
    opacity: 0;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  100% {
    display: block;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInFormTop {
  0% {
    display: block;
    opacity: 0;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  100% {
    display: block;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeOutToTop {
  0% {
    display: block;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    display: block;
    opacity: 0;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
}
@keyframes fadeOutToTop {
  0% {
    display: block;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    display: block;
    opacity: 0;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
}
@-webkit-keyframes showSearch {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes showSearch {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes hideSearch {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
@keyframes hideSearch {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
@-webkit-keyframes showSearchInput {
  0% {
    opacity: 0;
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes showSearchInput {
  0% {
    opacity: 0;
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes scaleIn {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scaleIn {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes scrollArrow {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  40% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
}
@keyframes scrollArrow {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  40% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
}
@-webkit-keyframes showMobileNav {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes showMobileNav {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes hideMobileNav {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
}
@keyframes hideMobileNav {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
}
@-webkit-keyframes showMobileNavItems {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes showMobileNavItems {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes hideMobileNavItems {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }
}
@keyframes hideMobileNavItems {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }
} /*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
figcaption,
figure {
  display: block;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
main {
  display: block;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:active,
a:hover {
  outline-width: 0;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: inherit;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
dfn {
  font-style: italic;
}
mark {
  background-color: #ff0;
  color: #000;
}
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;
}
audio,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
img {
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type='reset'],
[type='submit'],
button,
html [type='button'] {
  -webkit-appearance: button;
}
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
input {
  overflow: visible;
}
[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-cancel-button,
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  box-sizing: border-box;
  display: table;
  max-width: 100%;
  padding: 0;
  color: inherit;
  white-space: normal;
}
progress {
  display: inline-block;
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
details {
  display: block;
}
summary {
  display: list-item;
}
menu {
  display: block;
}
canvas {
  display: inline-block;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
.foundation-mq {
  font-family: 'small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em';
}
html {
  box-sizing: border-box;
  font-size: 100%;
}
*,
::after,
::before {
  box-sizing: inherit;
}
body {
  margin: 0;
  padding: 0;
  background: #fefefe;
  font-family: Roboto, Helvetica, Roboto, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: #0a0a0a;
}
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 embed,
.map_canvas img,
.map_canvas object,
.mqa-display embed,
.mqa-display img,
.mqa-display object {
  max-width: none !important;
}
button {
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: 0 0;
  line-height: 1;
}
[data-whatinput='mouse'] button {
  outline: 0;
}
pre {
  overflow: auto;
}
.is-visible {
  display: block !important;
}
.is-hidden {
  display: none !important;
}
.row {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.row .row {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
@media print, screen and (min-width: 40em) {
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
@media print, screen and (min-width: 64em) {
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
@media screen and (min-width: 75em) {
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
.row .row.collapse {
  margin-right: 0;
  margin-left: 0;
}
.row.expanded {
  max-width: none;
}
.row.expanded .row {
  margin-right: auto;
  margin-left: auto;
}
.row:not(.expanded) .row {
  max-width: none;
}
.row.collapse > .column,
.row.collapse > .columns {
  padding-right: 0;
  padding-left: 0;
}
.row.collapse > .column > .row,
.row.collapse > .columns > .row,
.row.is-collapse-child {
  margin-right: 0;
  margin-left: 0;
}
.column,
.columns {
  -webkit-flex: 1 1 0px;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  min-width: initial;
}
@media print, screen and (min-width: 40em) {
  .column,
  .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.column.row.row,
.row.row.columns {
  float: none;
  display: block;
}
.row .column.row.row,
.row .row.row.columns {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0;
}
.flex-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.flex-child-auto {
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.flex-child-grow {
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.flex-child-shrink {
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
.flex-dir-row {
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.flex-dir-row-reverse {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.flex-dir-column {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.flex-dir-column-reverse {
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.small-1 {
  -webkit-flex: 0 0 8.33333%;
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}
.small-offset-0 {
  margin-left: 0;
}
.small-2 {
  -webkit-flex: 0 0 16.66667%;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}
.small-offset-1 {
  margin-left: 8.33333%;
}
.small-3 {
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.small-offset-2 {
  margin-left: 16.66667%;
}
.small-4 {
  -webkit-flex: 0 0 33.33333%;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}
.small-offset-3 {
  margin-left: 25%;
}
.small-5 {
  -webkit-flex: 0 0 41.66667%;
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}
.small-offset-4 {
  margin-left: 33.33333%;
}
.small-6 {
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.small-offset-5 {
  margin-left: 41.66667%;
}
.small-7 {
  -webkit-flex: 0 0 58.33333%;
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}
.small-offset-6 {
  margin-left: 50%;
}
.small-8 {
  -webkit-flex: 0 0 66.66667%;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}
.small-offset-7 {
  margin-left: 58.33333%;
}
.small-9 {
  -webkit-flex: 0 0 75%;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.small-offset-8 {
  margin-left: 66.66667%;
}
.small-10 {
  -webkit-flex: 0 0 83.33333%;
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}
.small-offset-9 {
  margin-left: 75%;
}
.small-11 {
  -webkit-flex: 0 0 91.66667%;
  -ms-flex: 0 0 91.66667%;
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}
.small-offset-10 {
  margin-left: 83.33333%;
}
.small-12 {
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.small-offset-11 {
  margin-left: 91.66667%;
}
.small-order-1 {
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
.small-order-2 {
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}
.small-order-3 {
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
}
.small-order-4 {
  -webkit-order: 4;
  -ms-flex-order: 4;
  order: 4;
}
.small-order-5 {
  -webkit-order: 5;
  -ms-flex-order: 5;
  order: 5;
}
.small-order-6 {
  -webkit-order: 6;
  -ms-flex-order: 6;
  order: 6;
}
.small-up-1 {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.small-up-1 > .column,
.small-up-1 > .columns {
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.small-up-2 {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.small-up-2 > .column,
.small-up-2 > .columns {
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.small-up-3 {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.small-up-3 > .column,
.small-up-3 > .columns {
  -webkit-flex: 0 0 33.33333%;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}
.small-up-4 {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.small-up-4 > .column,
.small-up-4 > .columns {
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.small-up-5 {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.small-up-5 > .column,
.small-up-5 > .columns {
  -webkit-flex: 0 0 20%;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
.small-up-6 {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.small-up-6 > .column,
.small-up-6 > .columns {
  -webkit-flex: 0 0 16.66667%;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}
.small-up-7 {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.small-up-7 > .column,
.small-up-7 > .columns {
  -webkit-flex: 0 0 14.28571%;
  -ms-flex: 0 0 14.28571%;
  flex: 0 0 14.28571%;
  max-width: 14.28571%;
}
.small-up-8 {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.small-up-8 > .column,
.small-up-8 > .columns {
  -webkit-flex: 0 0 12.5%;
  -ms-flex: 0 0 12.5%;
  flex: 0 0 12.5%;
  max-width: 12.5%;
}
.small-collapse > .column,
.small-collapse > .columns {
  padding-right: 0;
  padding-left: 0;
}
.small-uncollapse > .column,
.small-uncollapse > .columns {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .medium-1 {
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .medium-offset-0 {
    margin-left: 0;
  }
  .medium-2 {
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .medium-offset-1 {
    margin-left: 8.33333%;
  }
  .medium-3 {
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .medium-offset-2 {
    margin-left: 16.66667%;
  }
  .medium-4 {
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .medium-5 {
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .medium-offset-4 {
    margin-left: 33.33333%;
  }
  .medium-6 {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .medium-offset-5 {
    margin-left: 41.66667%;
  }
  .medium-7 {
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .medium-8 {
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .medium-offset-7 {
    margin-left: 58.33333%;
  }
  .medium-9 {
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .medium-offset-8 {
    margin-left: 66.66667%;
  }
  .medium-10 {
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .medium-11 {
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .medium-offset-10 {
    margin-left: 83.33333%;
  }
  .medium-12 {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .medium-offset-11 {
    margin-left: 91.66667%;
  }
  .medium-order-1 {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .medium-order-2 {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .medium-order-3 {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .medium-order-4 {
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .medium-order-5 {
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .medium-order-6 {
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
  .medium-up-1 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .medium-up-1 > .column,
  .medium-up-1 > .columns {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .medium-up-2 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .medium-up-2 > .column,
  .medium-up-2 > .columns {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .medium-up-3 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .medium-up-3 > .column,
  .medium-up-3 > .columns {
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .medium-up-4 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .medium-up-4 > .column,
  .medium-up-4 > .columns {
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .medium-up-5 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .medium-up-5 > .column,
  .medium-up-5 > .columns {
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .medium-up-6 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .medium-up-6 > .column,
  .medium-up-6 > .columns {
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .medium-up-7 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .medium-up-7 > .column,
  .medium-up-7 > .columns {
    -webkit-flex: 0 0 14.28571%;
    -ms-flex: 0 0 14.28571%;
    flex: 0 0 14.28571%;
    max-width: 14.28571%;
  }
  .medium-up-8 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .medium-up-8 > .column,
  .medium-up-8 > .columns {
    -webkit-flex: 0 0 12.5%;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
@media print, screen and (min-width: 40em) and (min-width: 40em) {
  .medium-expand {
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-flex-dir-row {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .medium-flex-dir-row-reverse {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .medium-flex-dir-column {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .medium-flex-dir-column-reverse {
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .medium-flex-child-auto {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .medium-flex-child-grow {
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
  .medium-flex-child-shrink {
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
}
.row.medium-unstack > .column,
.row.medium-unstack > .columns {
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
@media print, screen and (min-width: 40em) {
  .row.medium-unstack > .column,
  .row.medium-unstack > .columns {
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-collapse > .column,
  .medium-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .medium-uncollapse > .column,
  .medium-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
@media print, screen and (min-width: 64em) {
  .large-1 {
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .large-offset-0 {
    margin-left: 0;
  }
  .large-2 {
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .large-offset-1 {
    margin-left: 8.33333%;
  }
  .large-3 {
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .large-offset-2 {
    margin-left: 16.66667%;
  }
  .large-4 {
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .large-5 {
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .large-offset-4 {
    margin-left: 33.33333%;
  }
  .large-6 {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .large-offset-5 {
    margin-left: 41.66667%;
  }
  .large-7 {
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .large-8 {
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .large-offset-7 {
    margin-left: 58.33333%;
  }
  .large-9 {
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .large-offset-8 {
    margin-left: 66.66667%;
  }
  .large-10 {
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .large-11 {
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .large-offset-10 {
    margin-left: 83.33333%;
  }
  .large-12 {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .large-offset-11 {
    margin-left: 91.66667%;
  }
  .large-order-1 {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .large-order-2 {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .large-order-3 {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .large-order-4 {
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .large-order-5 {
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .large-order-6 {
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
  .large-up-1 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .large-up-1 > .column,
  .large-up-1 > .columns {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .large-up-2 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .large-up-2 > .column,
  .large-up-2 > .columns {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .large-up-3 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .large-up-3 > .column,
  .large-up-3 > .columns {
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .large-up-4 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .large-up-4 > .column,
  .large-up-4 > .columns {
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .large-up-5 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .large-up-5 > .column,
  .large-up-5 > .columns {
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .large-up-6 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .large-up-6 > .column,
  .large-up-6 > .columns {
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .large-up-7 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .large-up-7 > .column,
  .large-up-7 > .columns {
    -webkit-flex: 0 0 14.28571%;
    -ms-flex: 0 0 14.28571%;
    flex: 0 0 14.28571%;
    max-width: 14.28571%;
  }
  .large-up-8 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .large-up-8 > .column,
  .large-up-8 > .columns {
    -webkit-flex: 0 0 12.5%;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
@media print, screen and (min-width: 64em) and (min-width: 64em) {
  .large-expand {
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
  }
}
@media print, screen and (min-width: 64em) {
  .large-flex-dir-row {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .large-flex-dir-row-reverse {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .large-flex-dir-column {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .large-flex-dir-column-reverse {
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .large-flex-child-auto {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .large-flex-child-grow {
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
  .large-flex-child-shrink {
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
}
.row.large-unstack > .column,
.row.large-unstack > .columns {
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
@media print, screen and (min-width: 64em) {
  .row.large-unstack > .column,
  .row.large-unstack > .columns {
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
  }
}
@media print, screen and (min-width: 64em) {
  .large-collapse > .column,
  .large-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .large-uncollapse > .column,
  .large-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-1 {
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .xlarge-offset-0 {
    margin-left: 0;
  }
  .xlarge-2 {
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .xlarge-offset-1 {
    margin-left: 8.33333%;
  }
  .xlarge-3 {
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .xlarge-offset-2 {
    margin-left: 16.66667%;
  }
  .xlarge-4 {
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .xlarge-offset-3 {
    margin-left: 25%;
  }
  .xlarge-5 {
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .xlarge-offset-4 {
    margin-left: 33.33333%;
  }
  .xlarge-6 {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .xlarge-offset-5 {
    margin-left: 41.66667%;
  }
  .xlarge-7 {
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .xlarge-offset-6 {
    margin-left: 50%;
  }
  .xlarge-8 {
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .xlarge-offset-7 {
    margin-left: 58.33333%;
  }
  .xlarge-9 {
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .xlarge-offset-8 {
    margin-left: 66.66667%;
  }
  .xlarge-10 {
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .xlarge-offset-9 {
    margin-left: 75%;
  }
  .xlarge-11 {
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .xlarge-offset-10 {
    margin-left: 83.33333%;
  }
  .xlarge-12 {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .xlarge-offset-11 {
    margin-left: 91.66667%;
  }
  .xlarge-order-1 {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .xlarge-order-2 {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .xlarge-order-3 {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .xlarge-order-4 {
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .xlarge-order-5 {
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .xlarge-order-6 {
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
  .xlarge-up-1 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .xlarge-up-1 > .column,
  .xlarge-up-1 > .columns {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .xlarge-up-2 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .xlarge-up-2 > .column,
  .xlarge-up-2 > .columns {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .xlarge-up-3 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .xlarge-up-3 > .column,
  .xlarge-up-3 > .columns {
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .xlarge-up-4 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .xlarge-up-4 > .column,
  .xlarge-up-4 > .columns {
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .xlarge-up-5 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .xlarge-up-5 > .column,
  .xlarge-up-5 > .columns {
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .xlarge-up-6 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .xlarge-up-6 > .column,
  .xlarge-up-6 > .columns {
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .xlarge-up-7 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .xlarge-up-7 > .column,
  .xlarge-up-7 > .columns {
    -webkit-flex: 0 0 14.28571%;
    -ms-flex: 0 0 14.28571%;
    flex: 0 0 14.28571%;
    max-width: 14.28571%;
  }
  .xlarge-up-8 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .xlarge-up-8 > .column,
  .xlarge-up-8 > .columns {
    -webkit-flex: 0 0 12.5%;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
@media screen and (min-width: 75em) and (min-width: 75em) {
  .xlarge-expand {
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-flex-dir-row {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .xlarge-flex-dir-row-reverse {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .xlarge-flex-dir-column {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .xlarge-flex-dir-column-reverse {
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .xlarge-flex-child-auto {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .xlarge-flex-child-grow {
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
  .xlarge-flex-child-shrink {
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
}
.row.xlarge-unstack > .column,
.row.xlarge-unstack > .columns {
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
@media screen and (min-width: 75em) {
  .row.xlarge-unstack > .column,
  .row.xlarge-unstack > .columns {
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-collapse > .column,
  .xlarge-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .xlarge-uncollapse > .column,
  .xlarge-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.shrink {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 100%;
}
.column-block {
  margin-bottom: 1.25rem;
}
.column-block > :last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 40em) {
  .column-block {
    margin-bottom: 1.875rem;
  }
  .column-block > :last-child {
    margin-bottom: 0;
  }
}
blockquote,
dd,
div,
dl,
dt,
form,
h1,
h2,
h3,
h4,
h5,
h6,
li,
ol,
p,
pre,
td,
th,
ul {
  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;
}
b,
strong {
  font-weight: 700;
  line-height: inherit;
}
small {
  font-size: 80%;
  line-height: inherit;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Montserrat, Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  color: inherit;
  text-rendering: optimizeLegibility;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  line-height: 0;
  color: #d5dfe1;
}
h1 {
  font-size: 1.5rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}
h2 {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}
h3 {
  font-size: 1.1875rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}
h4 {
  font-size: 1.125rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}
h5 {
  font-size: 1.0625rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}
h6 {
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}
@media print, screen and (min-width: 40em) {
  h1 {
    font-size: 3rem;
  }
  h2 {
    font-size: 2.5rem;
  }
  h3 {
    font-size: 1.9375rem;
  }
  h4 {
    font-size: 1.5625rem;
  }
  h5 {
    font-size: 1.25rem;
  }
  h6 {
    font-size: 1rem;
  }
}
a {
  line-height: inherit;
  color: #4f6d81;
  text-decoration: none;
  cursor: pointer;
}
a:focus,
a:hover {
  color: #445e6f;
}
a img {
  border: 0;
}
hr {
  clear: both;
  max-width: 75rem;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #d5dfe1;
  border-left: 0;
}
dl,
ol,
ul {
  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;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin-left: 1.25rem;
  margin-bottom: 0;
}
dl {
  margin-bottom: 1rem;
}
dl dt {
  margin-bottom: 0.3rem;
  font-weight: 700;
}
blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #d5dfe1;
}
blockquote,
blockquote p {
  line-height: 1.6;
  color: #243447;
}
cite {
  display: block;
  font-size: 0.8125rem;
  color: #243447;
}
cite:before {
  content: '— ';
}
abbr {
  border-bottom: 1px dotted #0a0a0a;
  color: #0a0a0a;
  cursor: help;
}
figure {
  margin: 0;
}
code {
  padding: 0.125rem 0.3125rem 0.0625rem;
  border: 1px solid #d5dfe1;
  background-color: #fafafa;
  font-family: Consolas, 'Liberation Mono', Courier, monospace;
  font-weight: 400;
  color: #0a0a0a;
}
kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  background-color: #fafafa;
  font-family: Consolas, 'Liberation Mono', Courier, monospace;
  color: #0a0a0a;
}
.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: 400;
  line-height: 1.4;
  color: #243447;
}
.lead {
  font-size: 125%;
  line-height: 1.6;
}
.stat {
  font-size: 2.5rem;
  line-height: 1;
}
p + .stat {
  margin-top: -1rem;
}
.no-bullet {
  margin-left: 0;
  list-style: none;
}
.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: 64em) {
  .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: 75em) {
  .xlarge-text-left {
    text-align: left;
  }
  .xlarge-text-right {
    text-align: right;
  }
  .xlarge-text-center {
    text-align: center;
  }
  .xlarge-text-justify {
    text-align: justify;
  }
}
.show-for-print {
  display: none !important;
}
@media print {
  * {
    background: 0 0 !important;
    box-shadow: none !important;
    color: #000 !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^='#']:after,
  a[href^='javascript:']:after {
    content: '';
  }
  abbr[title]:after {
    content: ' (' attr(title) ')';
  }
  blockquote,
  pre {
    border: 1px solid #243447;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  img,
  tr {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .print-break-inside {
    page-break-inside: auto;
  }
}
.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.85em 1em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 0.9rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #4f6d81;
  color: #fefefe;
}
[data-whatinput='mouse'] .button {
  outline: 0;
}
.button:focus,
.button:hover {
  background-color: #435d6e;
  color: #fefefe;
}
.button.tiny {
  font-size: 0.6rem;
}
.button.small {
  font-size: 0.75rem;
}
.button.large {
  font-size: 1.25rem;
}
.button.expanded {
  display: block;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}
.button.primary {
  background-color: #4f6d81;
  color: #fefefe;
}
.button.primary:focus,
.button.primary:hover {
  background-color: #3f5767;
  color: #fefefe;
}
.button.secondary {
  background-color: #60b2ce;
  color: #0a0a0a;
}
.button.secondary:focus,
.button.secondary:hover {
  background-color: #3998b9;
  color: #0a0a0a;
}
.button.third {
  background-color: #486270;
  color: #fefefe;
}
.button.third:focus,
.button.third:hover {
  background-color: #3a4e5a;
  color: #fefefe;
}
.button.text {
  background-color: #3e3e58;
  color: #fefefe;
}
.button.text:focus,
.button.text:hover {
  background-color: #323246;
  color: #fefefe;
}
.button.success {
  background-color: #3adb76;
  color: #0a0a0a;
}
.button.success:focus,
.button.success:hover {
  background-color: #22bb5b;
  color: #0a0a0a;
}
.button.warning {
  background-color: #ffae00;
  color: #0a0a0a;
}
.button.warning:focus,
.button.warning:hover {
  background-color: #cc8b00;
  color: #0a0a0a;
}
.button.alert {
  background-color: #cc4b37;
  color: #fefefe;
}
.button.alert:focus,
.button.alert:hover {
  background-color: #a53b2a;
  color: #fefefe;
}
.button.hollow {
  border: 1px solid #4f6d81;
  color: #4f6d81;
}
.button.hollow,
.button.hollow:focus,
.button.hollow:hover {
  background-color: transparent;
}
.button.hollow:focus,
.button.hollow:hover {
  border-color: #283741;
  color: #283741;
}
.button.hollow.primary {
  border: 1px solid #4f6d81;
  color: #4f6d81;
}
.button.hollow.primary:focus,
.button.hollow.primary:hover {
  border-color: #283741;
  color: #283741;
}
.button.hollow.secondary {
  border: 1px solid #60b2ce;
  color: #60b2ce;
}
.button.hollow.secondary:focus,
.button.hollow.secondary:hover {
  border-color: #245f73;
  color: #245f73;
}
.button.hollow.third {
  border: 1px solid #486270;
  color: #486270;
}
.button.hollow.third:focus,
.button.hollow.third:hover {
  border-color: #243138;
  color: #243138;
}
.button.hollow.text {
  border: 1px solid #3e3e58;
  color: #3e3e58;
}
.button.hollow.text:focus,
.button.hollow.text:hover {
  border-color: #1f1f2c;
  color: #1f1f2c;
}
.button.hollow.success {
  border: 1px solid #3adb76;
  color: #3adb76;
}
.button.hollow.success:focus,
.button.hollow.success:hover {
  border-color: #157539;
  color: #157539;
}
.button.hollow.warning {
  border: 1px solid #ffae00;
  color: #ffae00;
}
.button.hollow.warning:focus,
.button.hollow.warning:hover {
  border-color: #805700;
  color: #805700;
}
.button.hollow.alert {
  border: 1px solid #cc4b37;
  color: #cc4b37;
}
.button.hollow.alert:focus,
.button.hollow.alert:hover {
  border-color: #67251a;
  color: #67251a;
}
.button.disabled,
.button[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled,
.button.disabled:focus,
.button.disabled:hover,
.button[disabled],
.button[disabled]:focus,
.button[disabled]:hover {
  background-color: #4f6d81;
  color: #fefefe;
}
.button.disabled.primary,
.button[disabled].primary {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.primary,
.button.disabled.primary:focus,
.button.disabled.primary:hover,
.button[disabled].primary,
.button[disabled].primary:focus,
.button[disabled].primary:hover {
  background-color: #4f6d81;
  color: #fefefe;
}
.button.disabled.secondary,
.button[disabled].secondary {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.secondary,
.button.disabled.secondary:focus,
.button.disabled.secondary:hover,
.button[disabled].secondary,
.button[disabled].secondary:focus,
.button[disabled].secondary:hover {
  background-color: #60b2ce;
  color: #0a0a0a;
}
.button.disabled.third,
.button[disabled].third {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.third,
.button.disabled.third:focus,
.button.disabled.third:hover,
.button[disabled].third,
.button[disabled].third:focus,
.button[disabled].third:hover {
  background-color: #486270;
  color: #fefefe;
}
.button.disabled.text,
.button[disabled].text {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.text,
.button.disabled.text:focus,
.button.disabled.text:hover,
.button[disabled].text,
.button[disabled].text:focus,
.button[disabled].text:hover {
  background-color: #3e3e58;
  color: #fefefe;
}
.button.disabled.success,
.button[disabled].success {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.success,
.button.disabled.success:focus,
.button.disabled.success:hover,
.button[disabled].success,
.button[disabled].success:focus,
.button[disabled].success:hover {
  background-color: #3adb76;
  color: #0a0a0a;
}
.button.disabled.warning,
.button[disabled].warning {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.warning,
.button.disabled.warning:focus,
.button.disabled.warning:hover,
.button[disabled].warning,
.button[disabled].warning:focus,
.button[disabled].warning:hover {
  background-color: #ffae00;
  color: #0a0a0a;
}
.button.disabled.alert,
.button[disabled].alert {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.alert,
.button.disabled.alert:focus,
.button.disabled.alert:hover,
.button[disabled].alert,
.button[disabled].alert:focus,
.button[disabled].alert:hover {
  background-color: #cc4b37;
  color: #fefefe;
}
.button.dropdown::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.4em;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #fefefe transparent transparent;
  position: relative;
  top: 0.4em;
  display: inline-block;
  float: right;
  margin-left: 1em;
}
.button.dropdown.hollow::after {
  border-top-color: #4f6d81;
}
.button.dropdown.hollow.primary::after {
  border-top-color: #4f6d81;
}
.button.dropdown.hollow.secondary::after {
  border-top-color: #60b2ce;
}
.button.dropdown.hollow.third::after {
  border-top-color: #486270;
}
.button.dropdown.hollow.text::after {
  border-top-color: #3e3e58;
}
.button.dropdown.hollow.success::after {
  border-top-color: #3adb76;
}
.button.dropdown.hollow.warning::after {
  border-top-color: #ffae00;
}
.button.dropdown.hollow.alert::after {
  border-top-color: #cc4b37;
}
.button.arrow-only::after {
  top: -0.1em;
  float: none;
  margin-left: 0;
}
[type='color'],
[type='date'],
[type='datetime-local'],
[type='datetime'],
[type='email'],
[type='month'],
[type='number'],
[type='password'],
[type='search'],
[type='tel'],
[type='text'],
[type='time'],
[type='url'],
[type='week'],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: 1px solid #d5dfe1;
  border-radius: 0;
  background-color: #fefefe;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: 400;
  color: #0a0a0a;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
[type='color']:focus,
[type='date']:focus,
[type='datetime-local']:focus,
[type='datetime']:focus,
[type='email']:focus,
[type='month']:focus,
[type='number']:focus,
[type='password']:focus,
[type='search']:focus,
[type='tel']:focus,
[type='text']:focus,
[type='time']:focus,
[type='url']:focus,
[type='week']:focus,
textarea:focus {
  outline: 0;
  border: 1px solid #243447;
  background-color: #fefefe;
  box-shadow: 0 0 5px #d5dfe1;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
textarea {
  max-width: 100%;
}
textarea[rows] {
  height: auto;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #d5dfe1;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #d5dfe1;
}
input::placeholder,
textarea::placeholder {
  color: #d5dfe1;
}
input:disabled,
input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #fafafa;
  cursor: not-allowed;
}
[type='button'],
[type='submit'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}
input[type='search'] {
  box-sizing: border-box;
}
[type='checkbox'],
[type='file'],
[type='radio'] {
  margin: 0 0 1rem;
}
[type='checkbox'] + label,
[type='radio'] + label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
}
[type='checkbox'] + label[for],
[type='radio'] + label[for] {
  cursor: pointer;
}
label > [type='checkbox'],
label > [type='radio'] {
  margin-right: 0.5rem;
}
[type='file'] {
  width: 100%;
}
label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.8;
  color: #0a0a0a;
}
label.middle {
  margin: 0 0 1rem;
  padding: 0.5625rem 0;
}
.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #0a0a0a;
}
.input-group {
  display: table;
  width: 100%;
  margin-bottom: 1rem;
}
.input-group > :first-child {
  border-radius: 0;
}
.input-group > :last-child > * {
  border-radius: 0;
}
.input-group-button,
.input-group-button a,
.input-group-button button,
.input-group-button input,
.input-group-button label,
.input-group-field,
.input-group-label {
  margin: 0;
  white-space: nowrap;
  display: table-cell;
  vertical-align: middle;
}
.input-group-label {
  padding: 0 1rem;
  border: 1px solid #d5dfe1;
  background: #fafafa;
  color: #0a0a0a;
  text-align: center;
  white-space: nowrap;
  width: 1%;
  height: 100%;
}
.input-group-label:first-child {
  border-right: 0;
}
.input-group-label:last-child {
  border-left: 0;
}
.input-group-field {
  border-radius: 0;
  height: 2.5rem;
}
.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  width: 1%;
  height: 100%;
}
.input-group-button a,
.input-group-button button,
.input-group-button input,
.input-group-button label {
  height: 2.5rem;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1rem;
}
.input-group .input-group-button {
  display: table-cell;
}
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}
legend {
  max-width: 100%;
  margin-bottom: 0.5rem;
}
.fieldset {
  margin: 1.125rem 0;
  padding: 1.25rem;
  border: 1px solid #d5dfe1;
}
.fieldset legend {
  margin: 0;
  margin-left: -0.1875rem;
  padding: 0 0.1875rem;
  background: #fefefe;
}
select {
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #d5dfe1;
  border-radius: 0;
  background-color: #fefefe;
  font-family: inherit;
  font-size: 1rem;
  line-height: normal;
  color: #0a0a0a;
  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%2836, 52, 71%29'></polygon></svg>");
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.5rem;
  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: 0;
  border: 1px solid #243447;
  background-color: #fefefe;
  box-shadow: 0 0 5px #d5dfe1;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
select:disabled {
  background-color: #fafafa;
  cursor: not-allowed;
}
select::-ms-expand {
  display: none;
}
select[multiple] {
  height: auto;
  background-image: none;
}
.is-invalid-input:not(:focus) {
  border-color: #cc4b37;
  background-color: #f9ecea;
}
.is-invalid-input:not(:focus)::-webkit-input-placeholder {
  color: #cc4b37;
}
.is-invalid-input:not(:focus):-ms-input-placeholder {
  color: #cc4b37;
}
.is-invalid-input:not(:focus)::placeholder {
  color: #cc4b37;
}
.is-invalid-label {
  color: #cc4b37;
}
.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: 700;
  color: #cc4b37;
}
.form-error.is-visible {
  display: block;
}
.accordion {
  margin-left: 0;
  background: #fefefe;
  list-style-type: none;
}
.accordion-item:first-child > :first-child {
  border-radius: 0;
}
.accordion-item:last-child > :last-child {
  border-radius: 0;
}
.accordion-title {
  position: relative;
  display: block;
  padding: 1.25rem 1rem;
  border: 1px solid #fafafa;
  border-bottom: 0;
  font-size: 0.75rem;
  line-height: 1;
  color: #4f6d81;
}
:last-child:not(.is-active) > .accordion-title {
  border-bottom: 1px solid #fafafa;
  border-radius: 0;
}
.accordion-title:focus,
.accordion-title:hover {
  background-color: #fafafa;
}
.accordion-title::before {
  position: absolute;
  top: 50%;
  right: 1rem;
  margin-top: -0.5rem;
  content: '+';
}
.is-active > .accordion-title::before {
  content: '\2013';
}
.accordion-content {
  display: none;
  padding: 1rem;
  border: 1px solid #fafafa;
  border-bottom: 0;
  background-color: #fefefe;
  color: #0a0a0a;
}
:last-child > .accordion-content:last-child {
  border-bottom: 1px solid #fafafa;
}
.is-accordion-submenu-parent > a {
  position: relative;
}
.is-accordion-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #4f6d81 transparent transparent;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 1rem;
}
.is-accordion-submenu-parent[aria-expanded='true'] > a::after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.flex-video,
.responsive-embed {
  position: relative;
  height: 0;
  margin-bottom: 1rem;
  padding-bottom: 75%;
  overflow: hidden;
}
.flex-video embed,
.flex-video iframe,
.flex-video object,
.flex-video video,
.responsive-embed embed,
.responsive-embed iframe,
.responsive-embed object,
.responsive-embed video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.flex-video.widescreen,
.responsive-embed.widescreen {
  padding-bottom: 56.25%;
}
.hide {
  display: none !important;
}
.invisible {
  visibility: hidden;
}
@media screen and (max-width: 39.9375em) {
  .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.9375em) {
  .show-for-medium {
    display: none !important;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .hide-for-medium-only {
    display: none !important;
  }
}
@media screen and (max-width: 39.9375em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important;
  }
}
@media print, screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important;
  }
}
@media screen and (max-width: 63.9375em) {
  .show-for-large {
    display: none !important;
  }
}
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .hide-for-large-only {
    display: none !important;
  }
}
@media screen and (max-width: 63.9375em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important;
  }
}
@media screen and (min-width: 75em) {
  .hide-for-xlarge {
    display: none !important;
  }
}
@media screen and (max-width: 74.9375em) {
  .show-for-xlarge {
    display: none !important;
  }
}
@media screen and (min-width: 75em) and (max-width: 89.9375em) {
  .hide-for-xlarge-only {
    display: none !important;
  }
}
@media screen and (max-width: 74.9375em), screen and (min-width: 90em) {
  .show-for-xlarge-only {
    display: none !important;
  }
}
.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}
.show-on-focus:active,
.show-on-focus:focus {
  position: static !important;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
}
.hide-for-portrait,
.show-for-landscape {
  display: block !important;
}
@media screen and (orientation: landscape) {
  .hide-for-portrait,
  .show-for-landscape {
    display: block !important;
  }
}
@media screen and (orientation: portrait) {
  .hide-for-portrait,
  .show-for-landscape {
    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;
  }
}
.align-right {
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.align-center {
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.align-justify {
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.align-spaced {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.align-top {
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.align-self-top {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.align-bottom {
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.align-self-bottom {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}
.align-middle {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.align-self-middle {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}
.align-stretch {
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.align-self-stretch {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}
.align-center-middle {
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}
.small-order-1 {
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
.small-order-2 {
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}
.small-order-3 {
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
}
.small-order-4 {
  -webkit-order: 4;
  -ms-flex-order: 4;
  order: 4;
}
.small-order-5 {
  -webkit-order: 5;
  -ms-flex-order: 5;
  order: 5;
}
.small-order-6 {
  -webkit-order: 6;
  -ms-flex-order: 6;
  order: 6;
}
@media print, screen and (min-width: 40em) {
  .medium-order-1 {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .medium-order-2 {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .medium-order-3 {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .medium-order-4 {
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .medium-order-5 {
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .medium-order-6 {
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
}
@media print, screen and (min-width: 64em) {
  .large-order-1 {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .large-order-2 {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .large-order-3 {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .large-order-4 {
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .large-order-5 {
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .large-order-6 {
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-order-1 {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .xlarge-order-2 {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .xlarge-order-3 {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .xlarge-order-4 {
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .xlarge-order-5 {
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .xlarge-order-6 {
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
}
::-moz-selection {
  background: #60b2ce;
  color: #fefefe;
}
::selection {
  background: #60b2ce;
  color: #fefefe;
}
.logo_watertruck {
  display: block;
  width: 112.5px;
  height: 47px;
  margin: 0 0 0 -5px;
  background-image: url(../img/logo_europe.png);
  background-repeat: no-repeat;
  background-size: 112.5px 47px;
  background-position: center;
}
@media print, screen and (min-width: 40em) {
  .logo_watertruck {
    width: 180px;
    height: 74px;
    background-size: 180px 74px;
    margin: 0;
  }
}
.logo_watertruck a {
  display: block;
  text-indent: -9999px;
}
nav.main-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 20px 0;
  border-bottom: 1px solid #fefefe;
  z-index: 5;
  transition: all 0.3s;
  background-color: rgba(72, 98, 112, 0.9);
}
@media screen and (min-width: 75em) {
  nav.main-nav {
    padding: 50px 0;
    background-color: transparent;
  }
}
nav.main-nav .main-nav--search {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(72, 98, 112, 0.7);
  z-index: 3;
}
nav.main-nav .main-nav--search > .row {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
nav.main-nav .main-nav--search .search--wrap {
  position: relative;
  display: block;
  opacity: 0;
}
nav.main-nav .main-nav--search .search--wrap i {
  position: absolute;
  top: 22px;
  left: 25px;
  color: #fefefe;
}
nav.main-nav .main-nav--search .search--wrap .search--field {
  display: block;
  padding: 20px 0;
  padding-left: 40px;
  border: 0;
  background-color: transparent;
  color: #fefefe;
  box-shadow: none;
  outline: 0;
  height: auto;
  font-size: 18px;
  margin: 0;
}
nav.main-nav .main-nav--search .close--wrap button {
  opacity: 0;
  color: #fefefe;
  cursor: pointer;
  margin-top: 6px;
  margin-right: 17px;
}
@media screen and (min-width: 75em) {
  nav.main-nav .main-nav--search .close--wrap button {
    margin-top: 25px;
    margin-right: 5px;
  }
}
nav.main-nav .main-nav--wrap {
  transition: all 0.3s;
}
nav.main-nav .main-nav--wrap .mobile-menu--menu a {
  color: #fefefe;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  padding-left: 30px;
  display: block;
}
nav.main-nav .main-nav--wrap .mobile-menu--menu a span {
  position: absolute;
  width: 20px;
  height: 2px;
  background-color: #fefefe;
  left: 0;
  top: calc(50% - 1px);
  transition: all, 0.3s;
  border-radius: 1px;
}
nav.main-nav .main-nav--wrap .mobile-menu--menu a span:after,
nav.main-nav .main-nav--wrap .mobile-menu--menu a span:before {
  content: '';
  position: absolute;
  width: 20px;
  height: 2px;
  left: 0;
  background-color: #fefefe;
  transition: all, 0.3s;
  border-radius: 1px;
}
nav.main-nav .main-nav--wrap .mobile-menu--menu a span:before {
  top: -7px;
}
nav.main-nav .main-nav--wrap .mobile-menu--menu a span:after {
  bottom: -7px;
}
nav.main-nav .main-nav--wrap .mobile-menu--menu a.is-open span {
  background-color: transparent;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
nav.main-nav .main-nav--wrap .mobile-menu--menu a.is-open span:before {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
  top: 0;
}
nav.main-nav .main-nav--wrap .mobile-menu--menu a.is-open span:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  bottom: 0;
}
nav.main-nav .main-nav--wrap .main-nav__menu,
nav.main-nav .main-nav--wrap .mobile-menu--icons {
  margin: 0;
}
nav.main-nav .main-nav--wrap .main-nav__menu#menu-header_fr li,
nav.main-nav .main-nav--wrap .mobile-menu--icons#menu-header_fr li {
  margin: 0 8px;
}
@media screen and (min-width: 75em) {
  nav.main-nav .main-nav--wrap .main-nav__menu,
  nav.main-nav .main-nav--wrap .mobile-menu--icons {
    padding-top: 20px;
  }
}
nav.main-nav .main-nav--wrap .main-nav__menu li,
nav.main-nav .main-nav--wrap .mobile-menu--icons li {
  display: inline-block;
  list-style-type: none;
  margin: 0 10px;
}
nav.main-nav .main-nav--wrap .main-nav__menu li a,
nav.main-nav .main-nav--wrap .mobile-menu--icons li a {
  padding: 20px 0;
  text-transform: uppercase;
  color: #fefefe;
  font-family: Montserrat, Helvetica, Roboto, Arial, sans-serif;
  font-size: 20px;
  font-weight: 500;
}
@media screen and (min-width: 75em) {
  nav.main-nav .main-nav--wrap .main-nav__menu li a,
  nav.main-nav .main-nav--wrap .mobile-menu--icons li a {
    font-size: 14px;
  }
}
nav.main-nav .main-nav--wrap .main-nav__menu li.anim-line,
nav.main-nav .main-nav--wrap .mobile-menu--icons li.anim-line {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100px;
  height: 3px;
  background: #fefefe;
  margin: 0;
}
nav.main-nav .main-nav--wrap .main-nav__menu li.main-nav__menu--subnav,
nav.main-nav .main-nav--wrap .mobile-menu--icons li.main-nav__menu--subnav {
  position: relative;
}
nav.main-nav
  .main-nav--wrap
  .main-nav__menu
  li.main-nav__menu--subnav
  a
  .icon-caret-left,
nav.main-nav
  .main-nav--wrap
  .mobile-menu--icons
  li.main-nav__menu--subnav
  a
  .icon-caret-left {
  display: inline-block;
  position: relative;
  font-size: 8px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  margin-left: 3px;
  top: -5px;
}
@media print, screen and (min-width: 64em) {
  nav.main-nav
    .main-nav--wrap
    .main-nav__menu
    li.main-nav__menu--subnav
    a
    .icon-caret-left,
  nav.main-nav
    .main-nav--wrap
    .mobile-menu--icons
    li.main-nav__menu--subnav
    a
    .icon-caret-left {
    top: -2px;
  }
}
nav.main-nav
  .main-nav--wrap
  .main-nav__menu
  li.main-nav__menu--subnav
  .main-nav__menu--subnav__menu,
nav.main-nav
  .main-nav--wrap
  .mobile-menu--icons
  li.main-nav__menu--subnav
  .main-nav__menu--subnav__menu {
  position: absolute;
  margin: 0;
  width: 120px;
  top: 40px;
  left: -45px;
  display: none;
  -webkit-animation-name: fadeOutToTop;
  animation-name: fadeOutToTop;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
nav.main-nav
  .main-nav--wrap
  .main-nav__menu
  li.main-nav__menu--subnav
  .main-nav__menu--subnav__menu.is-visible,
nav.main-nav
  .main-nav--wrap
  .mobile-menu--icons
  li.main-nav__menu--subnav
  .main-nav__menu--subnav__menu.is-visible {
  display: block;
  -webkit-animation-name: fadeInFormTop;
  animation-name: fadeInFormTop;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
nav.main-nav
  .main-nav--wrap
  .main-nav__menu
  li.main-nav__menu--subnav
  .main-nav__menu--subnav__menu
  li,
nav.main-nav
  .main-nav--wrap
  .mobile-menu--icons
  li.main-nav__menu--subnav
  .main-nav__menu--subnav__menu
  li {
  margin: 0 5px;
}
nav.main-nav
  .main-nav--wrap
  .main-nav__menu
  li.main-nav__menu--subnav
  .main-nav__menu--subnav__menu
  li
  a,
nav.main-nav
  .main-nav--wrap
  .mobile-menu--icons
  li.main-nav__menu--subnav
  .main-nav__menu--subnav__menu
  li
  a {
  transition: all 0.2s;
  display: inline-block;
  padding: 5px 0;
  font-size: 12px;
}
nav.main-nav
  .main-nav--wrap
  .main-nav__menu
  li.main-nav__menu--subnav
  .main-nav__menu--subnav__menu
  li
  a:hover,
nav.main-nav
  .main-nav--wrap
  .mobile-menu--icons
  li.main-nav__menu--subnav
  .main-nav__menu--subnav__menu
  li
  a:hover {
  -webkit-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  transform: translateY(-1px);
}
nav.main-nav
  .main-nav--wrap
  .main-nav__menu
  li.main-nav__menu--subnav
  .main-nav__menu--subnav__menu
  li.active-lang
  a,
nav.main-nav
  .main-nav--wrap
  .mobile-menu--icons
  li.main-nav__menu--subnav
  .main-nav__menu--subnav__menu
  li.active-lang
  a {
  font-weight: 700;
}
nav.main-nav .mobile-nav {
  background-color: #fefefe;
  position: fixed;
  width: 100%;
  height: calc(100% - 73px);
  top: 73px;
  left: 0;
}
@media print, screen and (min-width: 40em) {
  nav.main-nav .mobile-nav {
    height: calc(100% - 90px);
    top: 90px;
  }
}
nav.main-nav .mobile-nav.is-open {
  -webkit-animation-name: showMobileNav;
  animation-name: showMobileNav;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
nav.main-nav .mobile-nav.is-open .mobile-nav-top {
  -webkit-animation-name: showMobileNavItems;
  animation-name: showMobileNavItems;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
nav.main-nav .mobile-nav.is-closing {
  -webkit-animation-name: hideMobileNav;
  animation-name: hideMobileNav;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
nav.main-nav .mobile-nav.is-closing .mobile-nav-top {
  -webkit-animation-name: hideMobileNavItems;
  animation-name: hideMobileNavItems;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
nav.main-nav .mobile-nav .mobile-nav-top {
  margin-top: 30px;
  opacity: 0;
}
nav.main-nav .mobile-nav .mobile-nav-top .mobile-nav__menu {
  padding: 0 20px;
  margin: 0;
}
nav.main-nav .mobile-nav .mobile-nav-top .mobile-nav__menu li {
  list-style-type: none;
}
nav.main-nav .mobile-nav .mobile-nav-top .mobile-nav__menu li a {
  font-family: Roboto, Helvetica, Roboto, Arial, sans-serif;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  color: #60b2ce;
}
nav.main-nav .mobile-nav .mobile-nav-top .mobile-nav__menu li a i {
  font-size: 50%;
  position: relative;
  top: -3px;
  left: 3px;
}
nav.main-nav .mobile-nav .mobile-nav-top .mobile-nav__menu li + li {
  margin-top: 5px;
}
nav.main-nav
  .mobile-nav
  .mobile-nav-top
  .mobile-nav__menu
  li
  .accordion-content {
  border: 0;
  padding: 10px 0;
}
nav.main-nav
  .mobile-nav
  .mobile-nav-top
  .mobile-nav__menu
  li
  .accordion-content
  .accordion-menu {
  margin-left: 10px;
}
nav.main-nav
  .mobile-nav
  .mobile-nav-top
  .mobile-nav__menu
  li
  .accordion-content
  .accordion-menu
  li
  a {
  font-size: 16px;
  text-transform: none;
  font-weight: 500;
  color: #4f6d81;
}
nav.main-nav .mobile-nav .mobile-nav-bottom {
  padding: 0;
}
nav.main-nav .mobile-nav .mobile-nav-bottom .mobile-nav__lang {
  margin: 0;
  padding: 0;
  border-top: 1px solid #d5dfe1;
}
nav.main-nav .mobile-nav .mobile-nav-bottom .mobile-nav__lang li {
  display: inline-block;
  list-style-type: none;
  width: 24%;
  box-sizing: border-box;
}
nav.main-nav .mobile-nav .mobile-nav-bottom .mobile-nav__lang li a {
  display: block;
  width: 100%;
  text-align: center;
  padding: 15px 0;
  font-weight: 600;
}
nav.main-nav .mobile-nav .mobile-nav-bottom .mobile-nav__lang li + li {
  border-left: 1px solid #d5dfe1;
}
@media screen and (min-width: 75em) {
  nav.main-nav.has-scrolled {
    background-color: rgba(72, 98, 112, 0.9);
    padding: 20px 0;
  }
  nav.main-nav.has-scrolled
    .main-nav--wrap
    .main-nav__menu
    li.main-nav__menu--subnav
    .main-nav__menu--subnav__menu.is-visible {
    top: 20px;
  }
}
nav.main-nav.has-scrolled + .subnav {
  top: 115px;
}
nav.main-nav.has-scrolled + .subnav .subnav-pointer {
  opacity: 0;
}
nav.main-nav.has-scrolled + .subnav .subnav-wrap ul {
  padding: 10px 0;
}
nav.main-nav.has-scrolled + .subnav .subnav-wrap ul li {
  padding: 10px 20px;
}
nav.main-nav.search-is-open .main-nav--search {
  display: block;
  -webkit-animation-name: showSearch;
  animation-name: showSearch;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
nav.main-nav.search-is-open .main-nav--search .search--wrap {
  -webkit-animation-name: showSearchInput;
  animation-name: showSearchInput;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
nav.main-nav.search-is-open .main-nav--search .close--wrap button {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
nav.main-nav.search-is-open.search-is-closing .main-nav--search {
  -webkit-animation-name: hideSearch;
  animation-name: hideSearch;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
nav.main-nav.search-is-open.search-is-closing .main-nav--wrap {
  opacity: 1;
}
nav.main-nav.search-is-open .main-nav--wrap {
  opacity: 0;
}
nav.subnav {
  background-color: #486270;
  position: fixed;
  top: 175px;
  width: 100%;
  left: 0;
  z-index: 4;
  transition: all 0.3s;
  display: none;
}
nav.subnav.subnav-is-open {
  -webkit-animation-name: showMobileNavItems;
  animation-name: showMobileNavItems;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
nav.subnav.subnav-is-closing {
  -webkit-animation-name: hideMobileNavItems;
  animation-name: hideMobileNavItems;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
nav.subnav .subnav-pointer {
  position: absolute;
  top: -15px;
  width: 15px;
  height: 0;
  border-bottom: 15px solid #486270;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  transition: all 0.3s;
  display: none;
}
nav.subnav .subnav-wrap {
  text-align: center;
}
nav.subnav .subnav-wrap.subnav-hidden {
  display: none;
}
nav.subnav .subnav-wrap ul {
  padding: 30px 0;
  margin: 0;
  display: inline-block;
  transition: padding 0.3s;
}
nav.subnav .subnav-wrap ul li {
  display: inline-block;
  padding: 15px 20px;
  transition: padding 0.3s;
}
nav.subnav .subnav-wrap ul li + li {
  border-left: 1px solid #fefefe;
}
nav.subnav .subnav-wrap ul li a {
  color: #fefefe;
  font-family: Montserrat, Helvetica, Roboto, Arial, sans-serif;
  font-size: 14px;
}
nav.subnav .subnav-wrap ul li.subnav-active a {
  font-weight: 600;
}
ul.menu {
  margin-bottom: 0;
}
.padding-l-0 {
  padding-left: 0;
}
.padding-r-0 {
  padding-right: 0;
}
header {
  padding-top: 200px;
  position: relative;
  z-index: 0;
  transition: padding 0.3s;
}
header:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(72, 98, 112, 0.6);
}
body.subnav-is-open header.header {
  padding-top: 260px;
}
header.header-large {
  padding-top: 100px;
  padding-bottom: 20px;
}
@media print, screen and (min-width: 40em) {
  header.header-large {
    padding-top: 150px;
  }
}
@media screen and (min-width: 75em) {
  header.header-large {
    padding-top: 300px;
  }
}
header.header-home {
  background-image: url(../img/headers/home.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
header .header-content {
  position: relative;
  z-index: 1;
  text-align: center;
}
@media print, screen and (min-width: 40em) {
  header .header-content {
    text-align: left;
  }
}
header .header-content h2 {
  color: #fefefe;
  font-size: 35px;
  font-family: Roboto, Helvetica, Roboto, Arial, sans-serif;
  font-weight: 700;
  line-height: 35px;
}
@media print, screen and (min-width: 40em) {
  header .header-content h2 {
    font-size: 50px;
    padding-right: 20%;
    line-height: 60px;
  }
}
@media screen and (min-width: 75em) {
  header .header-content h2 {
    font-size: 80px;
    padding-right: 30%;
    line-height: 70px;
  }
}
header .header-content p {
  color: #fefefe;
  margin-top: 30px;
}
@media print, screen and (min-width: 40em) {
  header .header-content p {
    padding-right: 30%;
  }
}
@media screen and (min-width: 75em) {
  header .header-content p {
    padding-right: 60%;
  }
}
header .header-content p + .button {
  margin-top: 20px;
}
header .scroll-animation {
  position: relative;
  z-index: 1;
  margin-top: 30px;
}
header .scroll-animation .mouse {
  width: 30px;
  height: auto;
  margin: 0 auto;
}
header .scroll-animation .mouse #mouse path {
  fill: #fefefe;
}
header .scroll-animation .arrow {
  width: 12px;
  margin: -10px auto 0;
}
header .scroll-animation .arrow #arrow_1,
header .scroll-animation .arrow #arrow_2 {
  opacity: 0;
  -webkit-animation-name: scrollArrow;
  animation-name: scrollArrow;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
header .scroll-animation .arrow #arrow_1 path,
header .scroll-animation .arrow #arrow_2 path {
  fill: #fefefe;
}
header .scroll-animation .arrow #arrow_1 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
header .scroll-animation .arrow #arrow_2 {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}
.button,
.button:focus {
  padding: 0 50px;
  font-size: 12px;
  font-weight: 700;
  font-family: Montserrat, Helvetica, Roboto, Arial, sans-serif;
  line-height: 35px;
  margin: 0;
  text-transform: uppercase;
  border: 2px solid;
  box-sizing: border-box;
  letter-spacing: 2.4px;
  position: relative;
}
@media print, screen and (min-width: 40em) {
  .button,
  .button:focus {
    padding: 0 75px;
    line-height: 48px;
  }
}
.button.narrow,
.button:focus.narrow {
  padding: 0 30px;
}
.button.narrow.icon,
.button:focus.narrow.icon {
  padding: 0 15px;
}
.button.icon,
.button:focus.icon {
  font-size: 22px;
}
.button:before,
.button:focus:before {
  content: '';
  width: 0;
  height: calc(100% + 4px);
  position: absolute;
  right: -2px;
  top: -2px;
  transition: all 0.5s ease-in-out;
}
.button:focus:not(.hollow):hover:before,
.button:not(.hollow):hover:before {
  width: calc(100% + 4px);
  left: -2px;
}
.button span,
.button:focus span {
  position: relative;
  z-index: 1;
}
.button.primary,
.button:focus.primary {
  color: #fefefe;
  background-color: #4f6d81;
  border-color: #4f6d81;
}
.button.secondary,
.button:focus.secondary {
  color: #fefefe;
  background-color: #60b2ce;
  border-color: #60b2ce;
  transition: all 0.5s ease-in-out;
}
.button.secondary:before,
.button:focus.secondary:before {
  background-color: #3b9ec0;
}
.button.secondary:hover,
.button:focus.secondary:hover {
  color: #fefefe;
  background-color: #60b2ce;
  border-color: #60b2ce;
}
.button.secondary.hollow,
.button:focus.secondary.hollow {
  background-color: transparent;
  border-width: 2px;
  transition: all 0.3s;
}
.button.white.hollow,
.button:focus.white.hollow {
  color: #fefefe;
  border-color: #fefefe;
  border-width: 2px;
  transition: opacity 0.3s;
}
.button.white.hollow:hover,
.button:focus.white.hollow:hover {
  opacity: 0.7;
}
.content-block {
  padding: 10px 0 30px;
}
@media screen and (min-width: 75em) {
  .content-block {
    padding: 80px 0;
  }
}
.content-block.qa {
  padding: 10px 30px;
}
@media screen and (min-width: 75em) {
  .content-block.qa {
    padding: 80px 0;
  }
}
.content-block .content-title {
  font-size: 36px;
  font-weight: 400;
  font-family: Roboto, Helvetica, Roboto, Arial, sans-serif;
  color: #3e3e58;
  padding-bottom: 15px;
  margin-bottom: 15px;
  margin-top: 20px;
  position: relative;
}
@media screen and (min-width: 75em) {
  .content-block .content-title {
    font-size: 56px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    margin-top: 0;
  }
}
.content-block .content-title:after {
  content: '';
  position: absolute;
  width: 10vw;
  height: 4px;
  background-color: #60b2ce;
  left: 0;
  bottom: 0;
}
.content-block .content-title.center:after {
  left: 50%;
  transform: translateX(-50%);
}
.content-block .content-subtitle {
  font-family: Roboto, Helvetica, Roboto, Arial, sans-serif;
  font-size: 22px;
  margin-bottom: 15px;
}
.content-block h2 {
  color: #3e3e58;
  font-size: 24px;
}
.content-block h3 {
  font-size: 18px;
  color: #245f73;
  margin-top: 2em;
}
.content-block p {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.3px;
  color: #3e3e58;
  margin: 0;
}
.content-block p + h2,
.content-block p + ol,
.content-block p + p,
.content-block p + ul {
  margin-top: 2em;
}
.content-block p a {
  font-size: 13px;
  font-weight: 400;
  text-decoration: underline;
  color: #60b2ce;
}
.content-block p a.button {
  text-decoration: none;
}
@media screen and (min-width: 75em) {
  .content-block p {
    font-size: 14px;
    line-height: 31px;
  }
}
.content-block ol,
.content-block ul {
  margin-top: 0;
  margin-bottom: 0;
}
.content-block ol li,
.content-block ul li {
  color: #3e3e58;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.3px;
}
.content-block ol li + li,
.content-block ul li + li {
  margin-top: 1em;
}
.content-block ol + p,
.content-block ul + p {
  margin-top: 20px;
}
ul.checkmarks {
  list-style: none;
  margin-left: 0;
}
ul.checkmarks li {
  padding-left: 1.5em;
  position: relative;
}
ul.checkmarks li::before {
  content: '✓';
  color: #60b2ce;
  font-weight: 700;
  position: absolute;
  left: 0;
}
.content-block table {
  padding: 20px;
  margin-top: 20px;
}
.content-block table tr th {
  color: #3e3e58;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.3px;
  line-height: 24px;
}
.content-block table tr td {
  color: #3e3e58;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.3px;
  line-height: 24px;
}
.content-block table tr td + td {
  padding-left: 10px;
}
.content-block img.img-inline-text {
  margin-bottom: 50px;
  max-width: 30%;
}
.content-block img.img-inline-text.img-left {
  float: left;
  margin-right: 20px;
}
.content-block img.img-inline-text.img-right {
  float: right;
  margin-left: 20px;
}
.content-block .highlighted {
  background-color: rgba(213, 223, 225, 0.35);
  margin-top: 20px;
  padding: 20px 10px;
}
.content-block .highlighted p + p {
  margin-top: 0;
}
.content-block .milestone {
  margin-top: 20px;
}
@media print, screen and (min-width: 64em) {
  .content-block .milestone {
    margin-top: 40px;
  }
}
.content-block .milestone-inner {
  background-color: rgba(213, 223, 225, 0.2);
}
.content-block .milestone-inner .img-left {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}
@media print, screen and (min-width: 40em) {
  .content-block .milestone-inner .img-left {
    width: 50%;
    margin-right: 30px;
  }
}
.content-block .milestone-inner .img-right {
  float: right;
  width: 100%;
  margin-bottom: 30px;
}
@media print, screen and (min-width: 40em) {
  .content-block .milestone-inner .img-right {
    width: 50%;
    margin-left: 30px;
  }
}
.content-block .milestone-inner h4 {
  padding: 20px;
  color: #3e3e58;
}
.content-block .milestone-inner h4 b {
  display: block;
}
.content-block .milestone-inner p {
  padding: 0 20px;
}
.content-block .milestone-inner p:last-child {
  margin-bottom: 40px;
}
.content-block .milestone-inner ul {
  padding-left: 20px;
  margin-bottom: 20px;
}
.content-block .milestone-inner ul li {
  color: #3e3e58;
  font-size: 14px;
  line-height: 31px;
}
.content-block .milestone-inner ul li + li {
  margin-top: 10px;
}
.content-block .milestone:nth-child(even) .milestone-inner {
  background-color: rgba(213, 223, 225, 0.5);
}
.recent-news {
  background-color: rgba(213, 223, 225, 0.35);
}
.recent-news .recent-news-title {
  font-size: 36px;
  font-weight: 400;
  font-family: Roboto, Helvetica, Roboto, Arial, sans-serif;
  color: #3e3e58;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px;
  text-align: left;
}
@media screen and (min-width: 75em) {
  .recent-news .recent-news-title {
    font-size: 46px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    text-align: right;
  }
}
.recent-news .recent-news-title:after {
  content: '';
  position: absolute;
  width: 10vw;
  height: 4px;
  left: 0;
  bottom: 0;
  background-color: #60b2ce;
}
@media screen and (min-width: 75em) {
  .recent-news .recent-news-title:after {
    right: 0;
    left: auto;
  }
}
.recent-news .recent-news-title + .button {
  margin-bottom: 20px;
  float: left;
}
@media screen and (min-width: 75em) {
  .recent-news .recent-news-title + .button {
    float: right;
  }
}
.recent-news--slider__item {
  padding: 0 10px;
}
.recent-news--slider__tools {
  padding-bottom: 50px;
}
.recent-news--slider button {
  position: absolute;
  z-index: 3;
  bottom: 150px;
  width: 35px;
  height: 35px;
  background-color: #4f6d81;
  color: #fefefe;
  cursor: pointer;
  outline: 0;
}
@media print, screen and (min-width: 40em) {
  .recent-news--slider button {
    bottom: 300px;
    width: 45px;
    height: 45px;
  }
}
@media print, screen and (min-width: 64em) {
  .recent-news--slider button {
    bottom: 0;
    width: 45px;
    height: 45px;
  }
}
.recent-news--slider button.slick-prev {
  left: -100px;
}
@media print, screen and (min-width: 40em) {
  .recent-news--slider button.slick-prev {
    left: -100px;
  }
}
@media print, screen and (min-width: 64em) {
  .recent-news--slider button.slick-prev {
    left: -106px;
  }
}
.recent-news--slider button.slick-next {
  left: -55px;
}
@media print, screen and (min-width: 40em) {
  .recent-news--slider button.slick-next {
    left: -55px;
  }
}
@media print, screen and (min-width: 64em) {
  .recent-news--slider button.slick-next {
    left: -60px;
  }
}
.news-item--overview {
  margin-bottom: 20px;
}
@media screen and (min-width: 75em) {
  .news-item--overview {
    margin-bottom: 0;
  }
}
.news-item--overview__img {
  height: 200px;
  background-size: cover;
  background-position: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px 20px;
  box-sizing: border-box;
}
.news-item--overview__date {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  margin: 0;
  color: #fefefe;
  font-size: 10px;
  font-weight: 700;
  font-family: Montserrat, Helvetica, Roboto, Arial, sans-serif;
  text-transform: uppercase;
}
.news-item--overview__date i {
  display: inline-block;
  margin-right: 5px;
  font-weight: 400;
}
.news-item--overview__count {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  margin: 0;
  color: #fefefe;
  font-size: 10px;
  font-weight: 700;
  font-family: Montserrat, Helvetica, Roboto, Arial, sans-serif;
  text-transform: uppercase;
}
.news-item--overview__count i {
  display: inline-block;
  margin-right: 5px;
  font-weight: 400;
}
.news-item--overview__content {
  background-color: #fefefe;
  padding: 20px;
  box-sizing: border-box;
}
.news-item--overview__content.bg-dark {
  background-color: #4f6d81;
}
.news-item--overview__content.bg-dark h4,
.news-item--overview__content.bg-dark p {
  color: #fefefe;
}
.news-item--overview__content h4 {
  font-size: 22px;
  font-weight: 400;
  font-family: Roboto, Helvetica, Roboto, Arial, sans-serif;
  color: #3e3e58;
  margin-bottom: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-item--overview__content p {
  font-size: 14px;
  color: #243447;
}
.upcoming-events {
  position: relative;
  padding: 30px 0;
  background-image: url(../img/home/events.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (min-width: 75em) {
  .upcoming-events {
    padding: 80px 0;
  }
}
.upcoming-events:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(72, 98, 112, 0.7);
}
.upcoming-events > div {
  position: relative;
  z-index: 1;
}
.upcoming-events .upcoming-events-title {
  font-size: 36px;
  font-weight: 400;
  font-family: Roboto, Helvetica, Roboto, Arial, sans-serif;
  color: #fefefe;
  padding-bottom: 15px;
  margin-bottom: 15px;
  position: relative;
}
@media screen and (min-width: 75em) {
  .upcoming-events .upcoming-events-title {
    font-size: 56px;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}
.upcoming-events .upcoming-events-title:after {
  content: '';
  position: absolute;
  width: 10vw;
  height: 4px;
  left: 0;
  bottom: 0;
  background-color: #60b2ce;
}
.upcoming-events .upcoming-events-button {
  padding-right: 0;
  text-align: left;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 64em) {
  .upcoming-events .upcoming-events-button {
    text-align: right;
    margin-bottom: 0;
  }
}
.event--date p {
  background-color: #4f6d81;
  color: #fefefe;
  font-size: 25px;
  font-weight: 400;
  margin: 0;
  padding: 10px;
  display: block;
  height: 100%;
}
@media print, screen and (min-width: 40em) {
  .event--date p {
    font-size: 25px;
    text-align: center;
    padding: 20px;
  }
}
.event--date p b {
  font-weight: 400;
  line-height: 25px;
  margin-top: 15px;
}
@media print, screen and (min-width: 40em) {
  .event--date p b {
    display: block;
    font-size: 55px;
  }
}
.event--date p small {
  line-height: 25px;
  margin-top: 10px;
  display: block;
}
.event--date p small.year {
  margin-top: 0;
}
.event--info {
  border: 2px solid #fefefe;
  padding: 10px;
  box-sizing: border-box;
  color: #fefefe;
  font-family: Roboto, Helvetica, Roboto, Arial, sans-serif;
  font-weight: 100;
}
@media screen and (max-width: 63.9375em) {
  .event--info {
    margin: 0 0.9375rem 0 0;
    max-width: calc(83.3333% - 0.9375rem);
    -webkit-flex: 0 0 calc(83.3333% - 0.9375rem);
    -ms-flex: 0 0 calc(83.3333% - 0.9375rem);
    flex: 0 0 calc(83.3333% - 0.9375rem);
  }
}
@media screen and (max-width: 39.9375em) {
  .event--info {
    margin: 0 0.625rem;
    max-width: calc(100% - 1.25rem);
    -webkit-flex: 0 0 calc(100% - 1.25rem);
    -ms-flex: 0 0 calc(100% - 1.25rem);
    flex: 0 0 calc(100% - 1.25rem);
  }
}
@media print, screen and (min-width: 40em) {
  .event--info {
    padding: 10px 20px;
  }
}
.event--info__main {
  margin-bottom: 5px;
  border-bottom: 2px solid #fefefe;
  padding-bottom: 20px;
}
@media print, screen and (min-width: 40em) {
  .event--info__main {
    border-bottom: 0;
  }
}
.event--info__main h5 {
  font-size: 24px;
  font-weight: 100;
  margin: 0;
}
@media print, screen and (min-width: 40em) {
  .event--info__main h5 {
    font-size: 27px;
  }
}
@media screen and (min-width: 75em) {
  .event--info__main h5 {
    font-size: 35px;
  }
}
.event--info__main p {
  margin: 0;
  font-size: 18px;
  line-height: 1.2;
}
.event--info__location,
.event--info__time {
  border-left: 2px solid #fefefe;
  padding: 10px 0 10px 60px;
  position: relative;
}
@media print, screen and (min-width: 40em) {
  .event--info__location,
  .event--info__time {
    padding: 20px 0 20px 80px;
  }
}
.event--info__location i,
.event--info__time i {
  font-size: 30px;
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media print, screen and (min-width: 40em) {
  .event--info__location i,
  .event--info__time i {
    font-size: 45px;
  }
}
.event--info__location p,
.event--info__time p {
  margin: 0;
}
@media screen and (max-width: 39.9375em) {
  .event--info__time {
    border-left: none;
  }
}
.event + .event {
  margin-top: 20px;
}
.event-detail {
  margin: 0 0 60px;
}
.event-detail h5 {
  color: #3e3e58;
}
.event-detail--item {
  background-color: #fafafa;
}
.event-detail--item__date {
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}
@media print, screen and (min-width: 40em) {
  .event-detail--item__date {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}
.event-detail--item__date p {
  padding: 10px 0;
  font-size: 35px;
  line-height: 1;
  color: #3e3e58;
  margin: 0;
}
.event-detail--item__date p a {
  text-decoration: underline;
  color: #3e3e58;
}
@media print, screen and (min-width: 40em) {
  .event-detail--item__date p {
    padding: 30px 0 30px 20px;
    font-size: 55px;
    text-align: center;
  }
}
.event-detail--item__date p small {
  font-size: 20px;
  line-height: 1;
}
@media print, screen and (min-width: 40em) {
  .event-detail--item__date p small {
    display: block;
    font-size: 30px;
  }
}
.event-detail--item__date p small.year {
  font-size: 20px;
  line-height: 1;
  margin-left: 5px;
  margin-top: 0;
}
@media print, screen and (min-width: 40em) {
  .event-detail--item__date p small.year {
    display: block;
    font-size: 21px;
    margin-top: 10px;
    margin-left: 0;
  }
}
.event-detail--item__divider {
  padding: 30px 0;
  position: relative;
  display: none;
}
@media print, screen and (min-width: 40em) {
  .event-detail--item__divider {
    display: block;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
}
.event-detail--item__divider hr {
  width: 1px;
  height: calc(100% - 60px);
  position: absolute;
  top: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border-left: 1px solid #3e3e58;
  margin: 0;
}
.event-detail--item__content {
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media print, screen and (min-width: 40em) {
  .event-detail--item__content {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.event-detail--item__content h4 {
  font-size: 20px;
  font-family: Roboto, Helvetica, Roboto, Arial, sans-serif;
  font-weight: 100;
  color: #3e3e58;
}
@media print, screen and (min-width: 40em) {
  .event-detail--item__content h4 {
    font-size: 30px;
  }
}
.event-detail--item__content h5 {
  font-size: 15px;
  font-family: Roboto, Helvetica, Roboto, Arial, sans-serif;
  font-weight: 100;
  color: #3e3e58;
}
@media print, screen and (min-width: 40em) {
  .event-detail--item__content h5 {
    font-size: 18px;
  }
}
.event-detail--item__content p {
  font-size: 13px;
  font-family: Roboto, Helvetica, Roboto, Arial, sans-serif;
  line-height: 24px;
  color: #3e3e58;
}
.event-detail--item__content p + .button {
  margin-top: 10px;
}
@media print, screen and (min-width: 40em) {
  .event-detail--item__content p + .button {
    margin-top: 30px;
  }
}
.event-detail--item__content p a {
  text-decoration: underline;
  color: #3e3e58;
}
.event-detail--item__background {
  background-size: cover;
  background-position: center;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  height: 200px;
}
@media print, screen and (min-width: 40em) {
  .event-detail--item__background {
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
    height: auto;
  }
}
.event-detail--item + .event-detail--item {
  margin-top: 30px;
}
.wp-block-gallery.columns-5 .blocks-gallery-grid .blocks-gallery-item {
  opacity: 0.9;
  transition: 0.4s ease;
}
.wp-block-gallery.columns-5 .blocks-gallery-grid .blocks-gallery-item:hover {
  opacity: 1;
}
@supports (display: grid) {
  .wp-block-gallery.columns-5 .blocks-gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto;
    gap: 0.5em;
  }
  .wp-block-gallery.columns-5 .blocks-gallery-grid .blocks-gallery-item {
    width: 100%;
    margin: 0;
  }
  @media screen and (min-width: 40em) {
    .wp-block-gallery.columns-5 .blocks-gallery-grid {
      grid-template-columns: repeat(5, 1fr);
      gap: 1em;
    }
  }
}
.subscribe {
  padding: 30px 0;
  background-color: #4f6d81;
}
@media screen and (min-width: 75em) {
  .subscribe {
    padding: 80px 0;
  }
}
.subscribe-intro {
  margin-bottom: 10px;
}
@media screen and (min-width: 75em) {
  .subscribe-intro {
    margin-bottom: 30px;
  }
}
.subscribe-intro p {
  color: #fefefe;
  font-family: Montserrat, Helvetica, Roboto, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2.4px;
}
.subscribe-intro p i {
  display: block;
  margin-bottom: 10px;
}
@media print, screen and (min-width: 40em) {
  .subscribe-intro p i {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 0;
  }
}
.subscribe-form input {
  border: 0;
  box-shadow: none;
  outline: 0;
  background-color: rgba(254, 254, 254, 0.25);
  font-size: 14px;
  font-family: Roboto, Helvetica, Roboto, Arial, sans-serif;
  color: #fefefe;
  padding: 15px;
  height: auto;
  width: 100%;
  float: left;
  margin: 20px 0 0;
}
.subscribe-form input:active,
.subscribe-form input:focus {
  border: 0;
  box-shadow: none;
  outline: 0;
  background-color: rgba(254, 254, 254, 0.25);
}
.subscribe-form button {
  background-color: rgba(254, 254, 254, 0.9);
  font-size: 14px;
  font-family: Montserrat, Helvetica, Roboto, Arial, sans-serif;
  color: #3e3e58;
  padding: 15px;
  width: 100%;
  cursor: pointer;
  margin-top: 20px;
  text-transform: uppercase;
}
.subscribe-form .success {
  color: #fefefe;
}
.subscribe-form .error {
  color: #cc4b37;
}
.subscribe-disclaimer {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.subscribe-disclaimer input {
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  width: auto;
  margin-top: 24px;
}
.subscribe-disclaimer label {
  color: #fefefe;
  font-size: 14px;
  line-height: 1.2;
  margin-top: 20px;
}
.subscribe-disclaimer label a {
  text-decoration: underline;
  color: #fefefe;
}
.subscribe.subscribe-white {
  background-color: #fefefe;
}
.subscribe.subscribe-grey {
  background-color: rgba(213, 223, 225, 0.35);
}
.subscribe.subscribe-grey .subscribe-intro p,
.subscribe.subscribe-white .subscribe-intro p {
  color: #3e3e58;
}
.subscribe.subscribe-grey .subscribe-disclaimer label,
.subscribe.subscribe-white .subscribe-disclaimer label {
  color: #3e3e58;
}
.subscribe.subscribe-grey .subscribe-disclaimer label a,
.subscribe.subscribe-white .subscribe-disclaimer label a {
  color: #3e3e58;
}
.subscribe.subscribe-grey .subscribe-form input,
.subscribe.subscribe-white .subscribe-form input {
  background-color: #d5dfe1;
  color: #3e3e58;
}
.subscribe.subscribe-grey .subscribe-form input::-moz-placeholder,
.subscribe.subscribe-white .subscribe-form input::-moz-placeholder {
  color: #3e3e58;
}
.subscribe.subscribe-grey .subscribe-form input::-webkit-input-placeholder,
.subscribe.subscribe-white .subscribe-form input::-webkit-input-placeholder {
  color: #3e3e58;
}
.subscribe.subscribe-grey .subscribe-form input:-ms-input-placeholder,
.subscribe.subscribe-white .subscribe-form input:-ms-input-placeholder {
  color: #3e3e58;
}
.subscribe.subscribe-grey .subscribe-form button,
.subscribe.subscribe-white .subscribe-form button {
  color: #3e3e58;
  background-color: #d5dfe1;
}
.subscribe.subscribe-grey .subscribe-form .success,
.subscribe.subscribe-white .subscribe-form .success {
  color: #3adb76;
}
.subscribe.subscribe-grey .subscribe-form .error,
.subscribe.subscribe-white .subscribe-form .error {
  color: #cc4b37;
}
.subscribe.subscribe-grey .subscribe-checkbox input + label,
.subscribe.subscribe-white .subscribe-checkbox input + label {
  color: #3e3e58;
}
.partners {
  padding: 10px 0;
  background-color: #fefefe;
}
@media screen and (min-width: 75em) {
  .partners {
    padding: 30px 0;
  }
}
.partners .partner img {
  display: block;
  max-width: 150px;
  height: auto;
}
.content-block .partner {
  margin-top: 20px;
}
.partner-info {
  background-color: #4f6d81;
  padding: 40px 0;
}
.partner-info p {
  font-size: 14px;
  color: #fefefe;
  line-height: 1.6;
  font-weight: 100;
}
@media print, screen and (min-width: 40em) {
  .partner-info p {
    font-size: 18px;
    line-height: 38px;
  }
}
.partner-info p a {
  color: #fefefe;
  text-decoration: none;
}
.partner--slider {
  position: relative;
}
.partner--slider__slide h5 a {
  display: inline-block;
  padding: 10px 15px;
  background-color: rgba(254, 254, 254, 0.7);
  border: 1px solid #fefefe;
  color: #4f6d81;
  font-weight: 400;
  font-size: 14px;
}
.partner--slider .slick-arrow {
  display: inline-block;
  padding: 15px 20px;
  background-color: rgba(254, 254, 254, 0.3);
  color: #fefefe;
  cursor: pointer;
  text-align: center;
  line-height: 1;
  outline: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  transition: 0.2s;
}
.partner--slider .slick-arrow.slick-prev {
  left: 0;
}
.partner--slider .slick-arrow.slick-prev:hover {
  -webkit-transform: translateY(-50%) translateX(2px);
  -ms-transform: translateY(-50%) translateX(2px);
  transform: translateY(-50%) translateX(2px);
}
.partner--slider .slick-arrow.slick-next {
  right: 0;
}
.partner--slider .slick-arrow.slick-next:hover {
  -webkit-transform: translateY(-50%) translateX(-2px);
  -ms-transform: translateY(-50%) translateX(-2px);
  transform: translateY(-50%) translateX(-2px);
}
footer {
  background-color: #243447;
  padding: 30px 0 0;
}
@media screen and (min-width: 75em) {
  footer {
    padding: 80px 0 0;
  }
}
footer h6 a {
  color: #fefefe;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2.4px;
  transition: all 0.3s;
}
footer h6 a:hover {
  color: #cbcbcb;
}
footer .columns.language-list {
  display: none;
}
@media screen and (min-width: 75em) {
  footer .columns.language-list {
    display: block;
  }
}
@media screen and (max-width: 63.9375em) {
  footer .columns {
    max-width: 50%;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    text-align: center;
  }
}
@media screen and (max-width: 39.9375em) {
  footer .columns {
    max-width: 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    text-align: center;
  }
}
footer .footer-list {
  padding: 0;
  margin: 0;
  display: none;
}
@media screen and (min-width: 75em) {
  footer .footer-list {
    display: block;
  }
}
footer .footer-list li {
  list-style-type: none;
}
footer .footer-list li a {
  font-size: 14px;
  line-height: 36px;
  color: #d5dfe1;
}
footer .footer-search {
  position: relative;
  margin: 20px 0;
}
@media screen and (min-width: 75em) {
  footer .footer-search {
    margin: 0;
  }
}
footer .footer-search i {
  color: #fefefe;
  position: absolute;
  left: 15px;
  top: 19px;
}
footer .footer-search input {
  background-color: transparent;
  border: 1px solid #fefefe;
  color: #fefefe;
  font-family: Montserrat, Helvetica, Roboto, Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 20px 20px 20px 45px;
  height: auto;
  box-shadow: none;
}
footer .footer-search input:active,
footer .footer-search input:focus {
  border: 1px solid #fefefe;
  background-color: transparent;
  outline: 0;
  box-shadow: none;
}
footer .footer-disclaimer {
  border-top: 1px solid #d5dfe1;
}
footer .footer-disclaimer p {
  padding: 25px 0;
  margin: 0;
  font-size: 14px;
  color: #d5dfe1;
}
footer .footer-disclaimer p a {
  color: #d5dfe1;
  text-decoration: underline;
}
.table {
  background-color: rgba(213, 223, 225, 0.35);
  padding: 20px;
  overflow-x: auto;
  margin: 20px 0;
}
@media print, screen and (min-width: 64em) {
  .table {
    padding: 20px 40px;
    overflow: hidden;
    margin: 0;
  }
}
@media screen and (max-width: 63.9375em) {
  .table .table-body,
  .table .table-footer,
  .table .table-head {
    min-width: 500px;
  }
}
.table .table-head {
  border-bottom: 1px solid rgba(36, 52, 71, 0.5);
  font-size: 18px;
  color: #3e3e58;
}
.table .table-head > .columns {
  padding-top: 10px;
  padding-bottom: 10px;
}
.table .table-head > .columns + .columns {
  border-left: 1px solid rgba(36, 52, 71, 0.5);
}
.table .table-head > .columns .row .columns {
  font-size: 16px;
}
.table .table-body > .columns {
  padding-top: 10px;
  padding-bottom: 10px;
}
.table .table-body > .columns + .columns {
  border-left: 1px solid rgba(36, 52, 71, 0.5);
}
.table .table-body > .columns p {
  margin: 0;
  line-height: 1.4;
}
.table .table-footer {
  border-top: 1px solid rgba(36, 52, 71, 0.5);
}
.table .table-footer > .columns {
  padding-top: 10px;
  padding-bottom: 10px;
  color: #3e3e58;
}
.table .table-footer > .columns + .columns {
  border-left: 1px solid rgba(36, 52, 71, 0.5);
}
table.table {
  margin-bottom: 20px;
  border-spacing: 0;
}
table.table tr th {
  font-size: 14px;
  border-bottom: 1px solid #4f6d81;
  padding: 0 5px;
  padding-bottom: 10px;
}
table.table tr td {
  font-size: 14px;
  color: #4f6d81;
  border-bottom: 1px solid rgba(36, 52, 71, 0.08);
  padding: 10px 20px 10px 0;
  vertical-align: top;
}
table.table tr td:last-child {
  padding-right: 0;
}
table.table tr:last-child td {
  border-bottom: 0;
  padding-bottom: 0;
}
.slider .slick-slider button {
  position: absolute;
  z-index: 3;
  top: 150px;
  width: 35px;
  height: 35px;
  background-color: #4f6d81;
  color: #fefefe;
  cursor: pointer;
  outline: 0;
}
@media print, screen and (min-width: 40em) {
  .slider .slick-slider button {
    top: 300px;
    width: 45px;
    height: 45px;
  }
}
@media print, screen and (min-width: 64em) {
  .slider .slick-slider button {
    top: 480px;
    width: 45px;
    height: 45px;
  }
}
.slider .slick-slider button.slick-prev {
  right: 50px;
}
@media print, screen and (min-width: 40em) {
  .slider .slick-slider button.slick-prev {
    right: 150px;
  }
}
@media print, screen and (min-width: 64em) {
  .slider .slick-slider button.slick-prev {
    right: 350px;
  }
}
.slider .slick-slider button.slick-next {
  right: 15.5px;
  border-left: 1px solid #243447;
}
@media print, screen and (min-width: 40em) {
  .slider .slick-slider button.slick-next {
    right: 105.5px;
  }
}
@media print, screen and (min-width: 64em) {
  .slider .slick-slider button.slick-next {
    right: 305.5px;
  }
}
.slider .slick-slider .slick-slide {
  height: 200px;
  position: relative;
  left: -50px;
}
@media print, screen and (min-width: 40em) {
  .slider .slick-slider .slick-slide {
    height: 400px;
    left: -150px;
  }
}
@media print, screen and (min-width: 64em) {
  .slider .slick-slider .slick-slide {
    height: 600px;
    left: -350px;
  }
}
.slider .slick-slider .slick-slide img {
  width: 100%;
  max-width: none;
  height: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
}
.slick-slide {
  outline: 0;
}
.advantages {
  background-color: #fafafa;
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.5);
  margin-top: 20px;
}
@media print, screen and (min-width: 40em) {
  .advantages {
    margin-top: 0;
  }
}
@media print, screen and (min-width: 40em) {
  .advantages-triggers {
    padding-right: 0;
  }
}
.advantages-triggers #advantages-trigger-mobile {
  height: auto;
  padding: 20px 0.5rem;
  padding-right: 30px;
  margin-bottom: 0;
  border: 0;
  border-bottom: 1px solid #d5dfe1;
}
.advantages-triggers #advantages-trigger-mobile:active,
.advantages-triggers #advantages-trigger-mobile:focus {
  border-bottom: 1px solid #243447;
}
.advantages-triggers ul {
  margin: 0;
  padding: 0;
}
.advantages-triggers ul li {
  border-bottom: 1px solid #d5dfe1;
  list-style-type: none;
  padding: 10px;
  cursor: pointer;
  position: relative;
  z-index: 2;
}
.advantages-triggers ul li + li {
  border-left: 1px solid #d5dfe1;
  margin-top: 0;
}
@media print, screen and (min-width: 40em) {
  .advantages-triggers ul li + li {
    border-left: 0;
  }
}
@media print, screen and (min-width: 40em) {
  .advantages-triggers ul li {
    padding: 20px;
  }
}
.advantages-triggers ul li > * {
  position: relative;
  z-index: 2;
}
.advantages-triggers ul li h4 {
  font-family: Roboto, Helvetica, Roboto, Arial, sans-serif;
  font-size: 14px;
  color: #3e3e58;
  margin: 0;
}
@media print, screen and (min-width: 40em) {
  .advantages-triggers ul li h4 {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.advantages-triggers ul li h4 + span {
  font-family: Roboto, Helvetica, Roboto, Arial, sans-serif;
  font-size: 14px;
  color: #3e3e58;
  display: none;
}
@media print, screen and (min-width: 40em) {
  .advantages-triggers ul li h4 + span {
    display: block;
  }
}
.advantages-triggers ul li h4 + span i {
  font-size: 10px;
}
.advantages-triggers ul li.sliding-item {
  position: absolute;
  background-color: #d5dfe1;
  z-index: 1;
}
@media print, screen and (min-width: 40em) {
  .advantages-content {
    padding-left: 0;
  }
}
.advantages-content-inner {
  padding: 20px;
  background-color: #fefefe;
  height: 100%;
}
@media print, screen and (min-width: 40em) {
  .advantages-content-inner {
    padding: 40px;
    background-color: #d5dfe1;
  }
}
.advantages-content-inner p {
  line-height: 1.4;
}
.advantages-content-inner p + ul {
  margin-top: 20px;
}
.advantages-content-inner ul {
  margin-bottom: 0;
}
.advantages-content-inner ul li {
  font-size: 14px;
  line-height: 1.4;
}
.advantages-content-inner .table {
  padding: 0;
  margin: 20px 0 0;
  border-collapse: collapse;
  border-spacing: 0;
}
.advantages-content-inner .table + p {
  margin-top: 20px;
}
.advantages-content-inner .table .table-body,
.advantages-content-inner .table .table-head {
  font-size: 14px;
  line-height: 1.4;
  color: #3e3e58;
}
.advantages-content-inner .table .table-head th {
  border-bottom: 1px solid #4f6d81;
  padding-bottom: 5px;
  text-align: left;
}
.advantages-content-inner .table .table-body tr td {
  padding: 3px 0;
}
.advantages-content-inner .table .table-body tr + tr td {
  border-top: 1px solid #4f6d81;
}
.advantages-content-inner .advantage-item {
  display: none;
}
.advantages-content-inner .advantage-item.advantage-active {
  display: block;
}
.trials-video {
  margin-top: 50px;
  padding: 50px 0;
  background-color: rgba(213, 223, 225, 0.3);
}
.trials-video .trials-video-slider {
  padding-bottom: 45px;
  position: relative;
}
.trials-video .trials-video-slider_slide {
  margin: 10px;
  cursor: pointer;
  outline: 0;
}
.trials-video .trials-video-slider_slide .video-wrap {
  position: relative;
}
.trials-video .trials-video-slider_slide .video-wrap .date {
  position: absolute;
  color: #fefefe;
  text-transform: uppercase;
  font-size: 12px;
  font-family: Montserrat, Helvetica, Roboto, Arial, sans-serif;
  z-index: 2;
  bottom: 10px;
  left: 10px;
  font-weight: 700;
}
.trials-video .trials-video-slider_slide .video-wrap .date i {
  margin-right: 5px;
}
.trials-video .trials-video-slider_slide .video-wrap img {
  display: block;
}
.trials-video .trials-video-slider_slide .title-wrap {
  display: block;
  background-color: #fefefe;
  padding: 20px;
  font-size: 20px;
  line-height: 1.2;
  color: #3e3e58;
  transition: all 0.3s;
}
.trials-video .trials-video-slider_slide:hover .title-wrap {
  background-color: #60b2ce;
  color: #fefefe;
}
.trials-video .trials-video-slider button {
  position: absolute;
  z-index: 3;
  width: 35px;
  height: 35px;
  background-color: #4f6d81;
  color: #fefefe;
  cursor: pointer;
  outline: 0;
  bottom: 0;
}
.trials-video .trials-video-slider button.slick-prev {
  right: 46px;
}
.trials-video .trials-video-slider button.slick-next {
  right: 10px;
}
.video-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(79, 109, 129, 0.7);
  z-index: 5;
  display: none;
}
.video-overlay .close {
  color: #fefefe;
  position: fixed;
  right: 5%;
  top: 5%;
  font-size: 30px;
  cursor: pointer;
  z-index: 7;
}
.video-overlay .video-overlay_video {
  max-width: 900px;
  width: 90%;
  margin: 0 auto;
  top: 40%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: relative;
  z-index: 7;
}
.video-overlay .video-overlay_back {
  position: fixed;
  z-index: 6;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.qa {
  background-color: #fafafa;
  padding: 50px 0;
}
.qa .qa-accordion--title {
  font-family: Roboto, Helvetica, Roboto, Arial, sans-serif;
  color: #3e3e58;
  font-size: 24px;
}
.qa .qa-accordion__item--title {
  font-family: Roboto, Helvetica, Roboto, Arial, sans-serif;
  font-size: 21px;
  border-top: 1px solid #3e3e58;
  padding: 10px 35px 10px 0;
  position: relative;
  color: #3e3e58;
  cursor: pointer;
  margin: 0;
}
.qa .qa-accordion__item--title:before {
  content: '';
  position: absolute;
  width: 18px;
  height: 4px;
  background-color: #3e3e58;
  right: 10px;
  top: 23px;
  transition: all 0.3s;
}
.qa .qa-accordion__item--title:after {
  content: '';
  position: absolute;
  height: 18px;
  width: 4px;
  background-color: #3e3e58;
  right: 17px;
  top: 16px;
  transition: all 0.3s;
}
.qa .qa-accordion__item--content {
  display: none;
}
.qa .qa-accordion__item--content p {
  margin: 0;
  font-size: 14px;
  line-height: 31px;
  color: #3e3e58;
}
.qa .qa-accordion__item--content p + p {
  margin-top: 10px;
}
.qa .qa-accordion__item--content p:last-child {
  margin-bottom: 30px;
}
.qa .qa-accordion__item--content ol li,
.qa .qa-accordion__item--content ul li {
  font-size: 14px;
  line-height: 31px;
  color: #3e3e58;
}
.qa .qa-accordion__item--content h3 {
  font-size: 16px;
  color: #3e3e58;
}
.qa .qa-accordion__item--open h5:before {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.qa .qa-accordion__item--open h5:after {
  height: 0;
  top: 25px;
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.external-news__item {
  font-family: Roboto, Helvetica, Roboto, Arial, sans-serif;
  font-size: 21px;
  position: relative;
  border-bottom: 1px solid #3e3e58;
  padding: 35px 35px 10px 0;
  margin: 0;
}
.external-news__item::after {
  content: '';
  position: absolute;
  bottom: 18px;
  right: 0;
  width: 18px;
  height: 18px;
  background-image: url(../img/external-link.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.external-news__item:hover::after {
  background-image: url(../img/external-link-hover.svg);
}
.external-news__link {
  display: block;
  color: #3e3e58;
}
.external-news__source {
  font-family: Montserrat, Helvetica, Roboto, Arial, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 0.09em;
  color: #3e3e58;
}
.videos {
  margin-top: 40px;
}
.videos__item {
  margin-bottom: 40px;
}
.videos__video {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.videos__video embed,
.videos__video iframe,
.videos__video object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 40em) {
  .videos__item {
    display: inline-block;
    width: 40%;
    margin-right: 40px;
  }
  @supports (display: grid) {
    .videos {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 40px;
    }
    .videos__item {
      display: block;
      width: auto;
      margin-right: 0;
      margin-bottom: 0;
    }
  }
}
.at-the-movies {
  padding: 50px 0;
  background-color: #4f6d81;
}
.at-the-movies-title {
  font-size: 30px;
  font-weight: 400;
  font-family: Roboto, Helvetica, Roboto, Arial, sans-serif;
  color: #fefefe;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px;
  text-align: left;
}
@media screen and (min-width: 75em) {
  .at-the-movies-title {
    font-size: 45px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    text-align: right;
  }
}
.at-the-movies-title:after {
  content: '';
  position: absolute;
  width: 10vw;
  height: 4px;
  left: 0;
  bottom: 0;
  background-color: #60b2ce;
}
@media screen and (min-width: 75em) {
  .at-the-movies-title:after {
    right: 0;
    left: auto;
  }
}
.at-the-movies-title + .button {
  margin-bottom: 20px;
  float: left;
}
@media screen and (min-width: 75em) {
  .at-the-movies-title + .button {
    float: right;
  }
}
.at-the-movies .at-the-movies-slider {
  padding-bottom: 0;
  position: relative;
}
.at-the-movies .at-the-movies-slider_slide {
  padding: 0 10px;
  cursor: pointer;
  outline: 0;
}
.at-the-movies .at-the-movies-slider_slide .video-wrap {
  position: relative;
}
.at-the-movies .at-the-movies-slider_slide .video-wrap .date {
  position: absolute;
  color: #fefefe;
  text-transform: uppercase;
  font-size: 12px;
  font-family: Montserrat, Helvetica, Roboto, Arial, sans-serif;
  z-index: 2;
  bottom: 10px;
  left: 10px;
  font-weight: 700;
}
.at-the-movies .at-the-movies-slider_slide .video-wrap .date i {
  margin-right: 5px;
}
.at-the-movies .at-the-movies-slider_slide .video-wrap img {
  display: block;
}
.at-the-movies .at-the-movies-slider_slide .title-wrap {
  display: block;
  background-color: #fefefe;
  padding: 20px;
  font-size: 20px;
  line-height: 1.2;
  color: #3e3e58;
  transition: all 0.3s;
}
.at-the-movies .at-the-movies-slider_slide:hover .title-wrap {
  background-color: #60b2ce;
  color: #fefefe;
}
.at-the-movies .at-the-movies-slider button {
  position: absolute;
  z-index: 3;
  bottom: 150px;
  width: 35px;
  height: 35px;
  background-color: #fefefe;
  color: #4f6d81;
  cursor: pointer;
  outline: 0;
}
@media print, screen and (min-width: 40em) {
  .at-the-movies .at-the-movies-slider button {
    bottom: 300px;
    width: 45px;
    height: 45px;
  }
}
@media print, screen and (min-width: 64em) {
  .at-the-movies .at-the-movies-slider button {
    bottom: 0;
    width: 45px;
    height: 45px;
  }
}
.at-the-movies .at-the-movies-slider button.slick-next i:before,
.at-the-movies .at-the-movies-slider button.slick-prev i:before {
  color: #4f6d81;
}
.at-the-movies .at-the-movies-slider button.slick-prev {
  left: -100px;
}
@media print, screen and (min-width: 40em) {
  .at-the-movies .at-the-movies-slider button.slick-prev {
    left: -100px;
  }
}
@media print, screen and (min-width: 64em) {
  .at-the-movies .at-the-movies-slider button.slick-prev {
    left: -106px;
  }
}
.at-the-movies .at-the-movies-slider button.slick-next {
  left: -55px;
}
@media print, screen and (min-width: 40em) {
  .at-the-movies .at-the-movies-slider button.slick-next {
    left: -55px;
  }
}
@media print, screen and (min-width: 64em) {
  .at-the-movies .at-the-movies-slider button.slick-next {
    left: -60px;
  }
}
.contact form input:not([type='submit']),
.contact form textarea {
  padding: 15px 20px;
  border-radius: 5px;
  box-shadow: none;
  border: 1px solid #3e3e58;
  resize: none;
  outline: 0;
  color: #3e3e58;
  height: auto;
  font-size: 15px;
  line-height: 1.2;
}
.contact form input:not([type='submit'])::-moz-placeholder,
.contact form textarea::-moz-placeholder {
  color: #535376;
}
.contact form input:not([type='submit'])::-webkit-input-placeholder,
.contact form textarea::-webkit-input-placeholder {
  color: #535376;
}
.contact form input:not([type='submit']):-ms-input-placeholder,
.contact form textarea:-ms-input-placeholder {
  color: #535376;
}
.contact form input:not([type='submit']).wpcf7-not-valid,
.contact form textarea.wpcf7-not-valid {
  margin-bottom: 10px;
}
.contact form textarea {
  height: calc(100% - 1rem);
}
.contact form .simple--select {
  position: relative;
}
.contact form .simple--select select {
  padding: 15px 20px;
  border-radius: 5px;
  box-shadow: none;
  border: 1px solid #3e3e58;
  height: auto;
  color: #3e3e58;
  font-size: 15px;
  line-height: 1.2;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: none;
}
.contact form .simple--select i {
  position: absolute;
  right: 20px;
  top: 22px;
  z-index: 2;
  color: #60b2ce;
  font-size: 10px;
}
.contact form .captcha {
  margin-top: 20px;
  margin-bottom: 20px;
}
.contact form .wpcf7-not-valid-tip {
  color: #cc4b37;
  font-size: 12px;
  margin-bottom: 10px;
}
.contact form .wpcf7-response-output {
  border-color: #cc4b37;
  background-color: rgba(204, 75, 55, 0.1);
  max-width: 90%;
  margin: 20px auto 0;
  text-align: center;
  color: #cc4b37;
  padding: 20px;
  font-size: 14px;
}
@media print, screen and (min-width: 40em) {
  .contact form .wpcf7-response-output {
    max-width: 50%;
  }
}
.googlemaps {
  position: relative;
}
.googlemaps .googlemaps-content {
  position: relative;
  z-index: 2;
}
.googlemaps .googlemaps-content .googlemaps-text {
  background-color: #60b2ce;
  height: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  color: #fefefe;
}
@media print, screen and (min-width: 40em) {
  .googlemaps .googlemaps-content .googlemaps-text {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.googlemaps .googlemaps-content .googlemaps-text h4 {
  font-size: 23px;
  font-weight: 600;
}
.googlemaps .googlemaps-content .googlemaps-text p {
  font-family: Montserrat, Helvetica, Roboto, Arial, sans-serif;
  font-weight: 600;
}
.googlemaps .googlemaps-content .googlemaps-text p a {
  color: #fefefe;
}
.googlemaps #map {
  position: relative;
  height: 200px;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}
@media print, screen and (min-width: 40em) {
  .googlemaps #map {
    position: absolute;
    height: 100%;
  }
}
.cookies {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 8888;
  background-color: #fefefe;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  padding: 20px;
  width: 350px;
  display: none;
}
.cookies a.close {
  position: absolute;
  right: 10px;
  top: 10px;
}
.cookies a.close i:before {
  color: #4f6d81;
}
.cookies p {
  font-size: 13px;
}
.cookies .button.small {
  font-size: 11px;
  line-height: 14px;
  padding: 10px;
  margin-bottom: 0;
  letter-spacing: 0.2px;
}
.tax-answer_categories .content-block {
  padding: 30px 0 20px;
}
.page-template-page-news .content-block {
  padding-bottom: 30px;
}
.page-template-page-news .subscribe {
  margin-bottom: 30px;
}
