@import url("https://use.typekit.net/noa4jzg.css");
* {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  outline: 0 none;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
ol,
ul {
  list-style: none;
}
a {
  text-decoration: none;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
input,
select {
  vertical-align: middle;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
audio:not([controls]) {
  display: none;
}
b,
strong {
  font-weight: bolder;
}
button {
  -webkit-appearance: button;
  overflow: visible;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText;
}
button,
select {
  text-transform: none;
}
details {
  display: block;
}
hr {
  overflow: visible;
}
html {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}
input {
  -webkit-border-radius: 0;
}
input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
}
input[type=number] {
  /* width:auto */
}
input[type=search] {
  -webkit-appearance: textfield;
}
main {
  display: block;
}
pre {
  overflow: auto;
}
progress {
  display: inline-block;
}
summary {
  display: block;
}
svg:not(:root) {
  overflow: hidden;
}
template {
  display: none;
}
textarea {
  overflow: auto;
}
[hidden] {
  display: none;
}
*,
:after,
:before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
* {
  font-size: inherit;
  line-height: inherit;
}
:after,
:before {
  text-decoration: inherit;
  vertical-align: inherit;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
}
* {
  margin: 0;
  padding: 0;
}
*,
:after,
:before {
  border-style: solid;
  border-width: 0;
}
[tabindex],
a,
area,
button,
input,
label,
select,
textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}
select {
  -moz-appearance: none;
  -webkit-appearance: none;
}
select::-ms-expand {
  display: none;
}
select::-ms-value {
  color: currentColor;
}
svg {
  fill: currentColor;
}
[aria-busy=true] {
  cursor: progress;
}
[aria-controls] {
  cursor: pointer;
}
[aria-disabled] {
  cursor: default;
}
[hidden][aria-hidden=false] {
  clip: rect(0 0 0 0);
  display: inherit;
  position: absolute;
}
[hidden][aria-hidden=false]:focus {
  clip: auto;
}
* {
  background-repeat: no-repeat;
}
:root {
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #000;
  cursor: default;
}
a {
  text-decoration: none;
}
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
button,
input,
select,
textarea {
  background-color: transparent;
  color: inherit;
}
[type=button],
[type=date],
[type=datetime-local],
[type=datetime],
[type=email],
[type=month],
[type=number],
[type=password],
[type=reset],
[type=search],
[type=submit],
[type=tel],
[type=text],
[type=time],
[type=url],
[type=week],
button,
select,
textarea {
  min-height: 1.5em;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}
nav ol,
nav ul {
  list-style: none;
}
small {
  font-size: 75%;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
textarea {
  resize: vertical;
}
::-moz-selection {
  background-color: #b3d4fc;
  color: #fff;
  text-shadow: none;
}
::selection {
  background-color: #b3d4fc;
  color: #fff;
  text-shadow: none;
}
#media .media {
  xl: (min-width: 1600px );
  lg: (min-width: 1200px ) and (max-width: 1599px );
  md: (min-width: 992px ) and (max-width: 1199px );
  sm: (min-width: 768px ) and (max-width: 991px );
  xs: (max-width: 767px );
  lg-down: (max-width: 1599px );
  md-down: (max-width: 1199px );
  sm-down: (max-width: 991px );
  lg-up: (min-width: 1200px );
  md-up: (min-width: 992px );
  sm-up: (min-width: 768px );
}
/**
* Container
*/
@media (max-width: 767px ) {
  :root {
    --container-padding: 16px;
  }
}
@media (min-width: 768px ) and (max-width: 991px ) {
  :root {
    --container-padding: 24px;
  }
}
@media (min-width: 992px ) and (max-width: 1199px ) {
  :root {
    --container-padding: 24px;
  }
}
@media (min-width: 1200px ) and (max-width: 1599px ) {
  :root {
    --container-padding: 24px;
  }
}
@media (min-width: 1600px ) {
  :root {
    --container-padding: 36px;
  }
}
@media (max-width: 767px ) {
  :root {
    --container-gutter: 16px;
  }
}
@media (min-width: 768px ) and (max-width: 991px ) {
  :root {
    --container-gutter: 16px;
  }
}
@media (min-width: 992px ) and (max-width: 1199px ) {
  :root {
    --container-gutter: 24px;
  }
}
@media (min-width: 1200px ) and (max-width: 1599px ) {
  :root {
    --container-gutter: 30px;
  }
}
@media (min-width: 1600px ) {
  :root {
    --container-gutter: 30px;
  }
}
/**
* Grid
*/
@media (max-width: 767px ) {
  .row {
    --gutter: 16px;
  }
}
@media (min-width: 768px ) and (max-width: 991px ) {
  .row {
    --gutter: 16px;
  }
}
@media (min-width: 992px ) and (max-width: 1199px ) {
  .row {
    --gutter: 24px;
  }
}
@media (min-width: 1200px ) and (max-width: 1599px ) {
  .row {
    --gutter: 30px;
  }
}
@media (min-width: 1600px ) {
  .row {
    --gutter: 30px;
  }
}
/**
* Margins
*/
@media (max-width: 767px ) {
  :root {
    --margin: 0.65;
  }
}
@media (min-width: 768px ) and (max-width: 991px ) {
  :root {
    --margin: 0.7;
  }
}
@media (min-width: 992px ) and (max-width: 1199px ) {
  :root {
    --margin: 0.75;
  }
}
@media (min-width: 1200px ) and (max-width: 1599px ) {
  :root {
    --margin: 0.875;
  }
}
@media (min-width: 1600px ) {
  :root {
    --margin: 1;
  }
}
/**
* Paddings
*/
@media (max-width: 767px ) {
  :root {
    --padding: 0.5;
  }
}
@media (min-width: 768px ) and (max-width: 991px ) {
  :root {
    --padding: 0.625;
  }
}
@media (min-width: 992px ) and (max-width: 1199px ) {
  :root {
    --padding: 0.75;
  }
}
@media (min-width: 1200px ) and (max-width: 1599px ) {
  :root {
    --padding: 0.875;
  }
}
@media (min-width: 1600px ) {
  :root {
    --padding: 1;
  }
}
/**
* Generate Helper classes
**/
.m-1 {
  margin-top: calc(var(--margin) * 6px);
  margin-right: calc(var(--margin) * 6px);
  margin-bottom: calc(var(--margin) * 6px);
  margin-left: calc(var(--margin) * 6px);
}
.mt-1 {
  margin-top: calc(var(--margin) * 6px);
}
.mr-1 {
  margin-right: calc(var(--margin) * 6px);
}
.mb-1 {
  margin-bottom: calc(var(--margin) * 6px);
}
.ml-1 {
  margin-left: calc(var(--margin) * 6px);
}
.mx-1 {
  margin-left: calc(var(--margin) * 6px);
  margin-right: calc(var(--margin) * 6px);
}
.my-1 {
  margin-top: calc(var(--margin) * 6px);
  margin-bottom: calc(var(--margin) * 6px);
}
.m-2 {
  margin-top: calc(var(--margin) * 12px);
  margin-right: calc(var(--margin) * 12px);
  margin-bottom: calc(var(--margin) * 12px);
  margin-left: calc(var(--margin) * 12px);
}
.mt-2 {
  margin-top: calc(var(--margin) * 12px);
}
.mr-2 {
  margin-right: calc(var(--margin) * 12px);
}
.mb-2 {
  margin-bottom: calc(var(--margin) * 12px);
}
.ml-2 {
  margin-left: calc(var(--margin) * 12px);
}
.mx-2 {
  margin-left: calc(var(--margin) * 12px);
  margin-right: calc(var(--margin) * 12px);
}
.my-2 {
  margin-top: calc(var(--margin) * 12px);
  margin-bottom: calc(var(--margin) * 12px);
}
.m-3 {
  margin-top: calc(var(--margin) * 24px);
  margin-right: calc(var(--margin) * 24px);
  margin-bottom: calc(var(--margin) * 24px);
  margin-left: calc(var(--margin) * 24px);
}
.mt-3 {
  margin-top: calc(var(--margin) * 24px);
}
.mr-3 {
  margin-right: calc(var(--margin) * 24px);
}
.mb-3 {
  margin-bottom: calc(var(--margin) * 24px);
}
.ml-3 {
  margin-left: calc(var(--margin) * 24px);
}
.mx-3 {
  margin-left: calc(var(--margin) * 24px);
  margin-right: calc(var(--margin) * 24px);
}
.my-3 {
  margin-top: calc(var(--margin) * 24px);
  margin-bottom: calc(var(--margin) * 24px);
}
.m-4 {
  margin-top: calc(var(--margin) * 30px);
  margin-right: calc(var(--margin) * 30px);
  margin-bottom: calc(var(--margin) * 30px);
  margin-left: calc(var(--margin) * 30px);
}
.mt-4 {
  margin-top: calc(var(--margin) * 30px);
}
.mr-4 {
  margin-right: calc(var(--margin) * 30px);
}
.mb-4 {
  margin-bottom: calc(var(--margin) * 30px);
}
.ml-4 {
  margin-left: calc(var(--margin) * 30px);
}
.mx-4 {
  margin-left: calc(var(--margin) * 30px);
  margin-right: calc(var(--margin) * 30px);
}
.my-4 {
  margin-top: calc(var(--margin) * 30px);
  margin-bottom: calc(var(--margin) * 30px);
}
.m-5 {
  margin-top: calc(var(--margin) * 48px);
  margin-right: calc(var(--margin) * 48px);
  margin-bottom: calc(var(--margin) * 48px);
  margin-left: calc(var(--margin) * 48px);
}
.mt-5 {
  margin-top: calc(var(--margin) * 48px);
}
.mr-5 {
  margin-right: calc(var(--margin) * 48px);
}
.mb-5 {
  margin-bottom: calc(var(--margin) * 48px);
}
.ml-5 {
  margin-left: calc(var(--margin) * 48px);
}
.mx-5 {
  margin-left: calc(var(--margin) * 48px);
  margin-right: calc(var(--margin) * 48px);
}
.my-5 {
  margin-top: calc(var(--margin) * 48px);
  margin-bottom: calc(var(--margin) * 48px);
}
.m-6 {
  margin-top: calc(var(--margin) * 60px);
  margin-right: calc(var(--margin) * 60px);
  margin-bottom: calc(var(--margin) * 60px);
  margin-left: calc(var(--margin) * 60px);
}
.mt-6 {
  margin-top: calc(var(--margin) * 60px);
}
.mr-6 {
  margin-right: calc(var(--margin) * 60px);
}
.mb-6 {
  margin-bottom: calc(var(--margin) * 60px);
}
.ml-6 {
  margin-left: calc(var(--margin) * 60px);
}
.mx-6 {
  margin-left: calc(var(--margin) * 60px);
  margin-right: calc(var(--margin) * 60px);
}
.my-6 {
  margin-top: calc(var(--margin) * 60px);
  margin-bottom: calc(var(--margin) * 60px);
}
.m-7 {
  margin-top: calc(var(--margin) * 80px);
  margin-right: calc(var(--margin) * 80px);
  margin-bottom: calc(var(--margin) * 80px);
  margin-left: calc(var(--margin) * 80px);
}
.mt-7 {
  margin-top: calc(var(--margin) * 80px);
}
.mr-7 {
  margin-right: calc(var(--margin) * 80px);
}
.mb-7 {
  margin-bottom: calc(var(--margin) * 80px);
}
.ml-7 {
  margin-left: calc(var(--margin) * 80px);
}
.mx-7 {
  margin-left: calc(var(--margin) * 80px);
  margin-right: calc(var(--margin) * 80px);
}
.my-7 {
  margin-top: calc(var(--margin) * 80px);
  margin-bottom: calc(var(--margin) * 80px);
}
.m {
  margin-top: calc(var(--margin) * 12px);
  margin-right: calc(var(--margin) * 12px);
  margin-bottom: calc(var(--margin) * 12px);
  margin-left: calc(var(--margin) * 12px);
}
.mt {
  margin-top: calc(var(--margin) * 12px);
}
.mr {
  margin-right: calc(var(--margin) * 12px);
}
.mb {
  margin-bottom: calc(var(--margin) * 12px);
}
.ml {
  margin-left: calc(var(--margin) * 12px);
}
.mx {
  margin-left: calc(var(--margin) * 12px);
  margin-right: calc(var(--margin) * 12px);
}
.my {
  margin-top: calc(var(--margin) * 12px);
  margin-bottom: calc(var(--margin) * 12px);
}
.p-1 {
  padding-top: calc(var(--padding) * 6px);
  padding-right: calc(var(--padding) * 6px);
  padding-bottom: calc(var(--padding) * 6px);
  padding-left: calc(var(--padding) * 6px);
}
.pt-1 {
  padding-top: calc(var(--padding) * 6px);
}
.pr-1 {
  padding-right: calc(var(--padding) * 6px);
}
.pb-1 {
  padding-bottom: calc(var(--padding) * 6px);
}
.pl-1 {
  padding-left: calc(var(--padding) * 6px);
}
.px-1 {
  padding-left: calc(var(--padding) * 6px);
  padding-right: calc(var(--padding) * 6px);
}
.py-1 {
  padding-top: calc(var(--padding) * 6px);
  padding-bottom: calc(var(--padding) * 6px);
}
.p-2 {
  padding-top: calc(var(--padding) * 12px);
  padding-right: calc(var(--padding) * 12px);
  padding-bottom: calc(var(--padding) * 12px);
  padding-left: calc(var(--padding) * 12px);
}
.pt-2 {
  padding-top: calc(var(--padding) * 12px);
}
.pr-2 {
  padding-right: calc(var(--padding) * 12px);
}
.pb-2 {
  padding-bottom: calc(var(--padding) * 12px);
}
.pl-2 {
  padding-left: calc(var(--padding) * 12px);
}
.px-2 {
  padding-left: calc(var(--padding) * 12px);
  padding-right: calc(var(--padding) * 12px);
}
.py-2 {
  padding-top: calc(var(--padding) * 12px);
  padding-bottom: calc(var(--padding) * 12px);
}
.p-3 {
  padding-top: calc(var(--padding) * 24px);
  padding-right: calc(var(--padding) * 24px);
  padding-bottom: calc(var(--padding) * 24px);
  padding-left: calc(var(--padding) * 24px);
}
.pt-3 {
  padding-top: calc(var(--padding) * 24px);
}
.pr-3 {
  padding-right: calc(var(--padding) * 24px);
}
.pb-3 {
  padding-bottom: calc(var(--padding) * 24px);
}
.pl-3 {
  padding-left: calc(var(--padding) * 24px);
}
.px-3 {
  padding-left: calc(var(--padding) * 24px);
  padding-right: calc(var(--padding) * 24px);
}
.py-3 {
  padding-top: calc(var(--padding) * 24px);
  padding-bottom: calc(var(--padding) * 24px);
}
.p-4 {
  padding-top: calc(var(--padding) * 36px);
  padding-right: calc(var(--padding) * 36px);
  padding-bottom: calc(var(--padding) * 36px);
  padding-left: calc(var(--padding) * 36px);
}
.pt-4 {
  padding-top: calc(var(--padding) * 36px);
}
.pr-4 {
  padding-right: calc(var(--padding) * 36px);
}
.pb-4 {
  padding-bottom: calc(var(--padding) * 36px);
}
.pl-4 {
  padding-left: calc(var(--padding) * 36px);
}
.px-4 {
  padding-left: calc(var(--padding) * 36px);
  padding-right: calc(var(--padding) * 36px);
}
.py-4 {
  padding-top: calc(var(--padding) * 36px);
  padding-bottom: calc(var(--padding) * 36px);
}
.p-5 {
  padding-top: calc(var(--padding) * 48px);
  padding-right: calc(var(--padding) * 48px);
  padding-bottom: calc(var(--padding) * 48px);
  padding-left: calc(var(--padding) * 48px);
}
.pt-5 {
  padding-top: calc(var(--padding) * 48px);
}
.pr-5 {
  padding-right: calc(var(--padding) * 48px);
}
.pb-5 {
  padding-bottom: calc(var(--padding) * 48px);
}
.pl-5 {
  padding-left: calc(var(--padding) * 48px);
}
.px-5 {
  padding-left: calc(var(--padding) * 48px);
  padding-right: calc(var(--padding) * 48px);
}
.py-5 {
  padding-top: calc(var(--padding) * 48px);
  padding-bottom: calc(var(--padding) * 48px);
}
.p-6 {
  padding-top: calc(var(--padding) * 60px);
  padding-right: calc(var(--padding) * 60px);
  padding-bottom: calc(var(--padding) * 60px);
  padding-left: calc(var(--padding) * 60px);
}
.pt-6 {
  padding-top: calc(var(--padding) * 60px);
}
.pr-6 {
  padding-right: calc(var(--padding) * 60px);
}
.pb-6 {
  padding-bottom: calc(var(--padding) * 60px);
}
.pl-6 {
  padding-left: calc(var(--padding) * 60px);
}
.px-6 {
  padding-left: calc(var(--padding) * 60px);
  padding-right: calc(var(--padding) * 60px);
}
.py-6 {
  padding-top: calc(var(--padding) * 60px);
  padding-bottom: calc(var(--padding) * 60px);
}
.p-7 {
  padding-top: calc(var(--padding) * 96px);
  padding-right: calc(var(--padding) * 96px);
  padding-bottom: calc(var(--padding) * 96px);
  padding-left: calc(var(--padding) * 96px);
}
.pt-7 {
  padding-top: calc(var(--padding) * 96px);
}
.pr-7 {
  padding-right: calc(var(--padding) * 96px);
}
.pb-7 {
  padding-bottom: calc(var(--padding) * 96px);
}
.pl-7 {
  padding-left: calc(var(--padding) * 96px);
}
.px-7 {
  padding-left: calc(var(--padding) * 96px);
  padding-right: calc(var(--padding) * 96px);
}
.py-7 {
  padding-top: calc(var(--padding) * 96px);
  padding-bottom: calc(var(--padding) * 96px);
}
.p {
  padding-top: calc(var(--padding) * 12px);
  padding-right: calc(var(--padding) * 12px);
  padding-bottom: calc(var(--padding) * 12px);
  padding-left: calc(var(--padding) * 12px);
}
.pt {
  padding-top: calc(var(--padding) * 12px);
}
.pr {
  padding-right: calc(var(--padding) * 12px);
}
.pb {
  padding-bottom: calc(var(--padding) * 12px);
}
.pl {
  padding-left: calc(var(--padding) * 12px);
}
.px {
  padding-left: calc(var(--padding) * 12px);
  padding-right: calc(var(--padding) * 12px);
}
.py {
  padding-top: calc(var(--padding) * 12px);
  padding-bottom: calc(var(--padding) * 12px);
}
.container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 992px;
  padding-left: var(--container-padding);
  padding-right: var(--container-padding);
  position: relative;
}
.container:before,
.container .container:after {
  content: "";
  display: table;
  line-height: 0;
}
.container:after {
  clear: both;
}
@media only screen and (min-width: 1180px) {
  .container__block--outdent {
    margin-left: calc( ( ( 1180px - 992px) / -2 ) );
    margin-right: calc( ( ( 1180px - 992px) / -2 ) );
  }
}
@media only screen and (max-width: 992px) {
  .container__block--outdent {
    margin-left: calc( -1 * var(--container-gutter) );
    margin-right: calc( -1 * var(--container-gutter) );
  }
}
.container__block--half {
  width: calc( 50% - ( 0.5 * var(--container-gutter) ) );
}
@media (max-width: 767px ) {
  .container__block--half {
    width: 100%;
  }
}
.container__block--right {
  float: right;
  clear: right;
  margin-left: calc( 0.5 * var(--container-gutter) );
}
@media (max-width: 767px ) {
  .container__block--right {
    float: none;
    margin-left: 0;
    margin-right: 0;
  }
}
.container__block--left {
  float: left;
  clear: left;
  margin-right: calc( 0.5 * var(--container-gutter) );
}
@media (max-width: 767px ) {
  .container__block--left {
    float: none;
    margin-left: 0;
    margin-right: 0;
  }
}
.container--small {
  max-width: 768px;
}
@media only screen and (min-width: 992px) {
  .container--small .container__block--outdent {
    margin-left: calc( ( ( 992px - 768px) / -2 )  );
    margin-right: calc( ( ( 992px - 768px) / -2 )  );
  }
}
@media only screen and (max-width: 768px) {
  .container--small .container__block--outdent {
    margin-left: calc( -1 * var(--container-padding) );
    margin-right: calc( -1 * var(--container-padding) );
  }
}
@media only screen and (min-width: 1180px) {
  .container--small .container__block--outdent-large {
    margin-left: calc( ( ( 1180px - 768px) / -2 ));
    margin-right: calc( ( ( 1180px - 768px) / -2 ));
  }
}
@media only screen and (min-width: 992px) and (max-width: 1180px) {
  .container--small .container__block--outdent-large {
    margin-left: calc( ( ( 992px - 768px) / -2 ) );
    margin-right: calc( ( ( 992px - 768px) / -2 ) );
  }
}
@media only screen and (max-width: 768px) {
  .container--small .container__block--outdent-large {
    margin-left: calc( -1 * var(--container-padding) );
    margin-right: calc( -1 * var(--container-padding) );
  }
}
.container--medium {
  max-width: 992px;
}
@media only screen and (min-width: 1180px) {
  .container--medium .container__block--outdent {
    margin-left: calc( ( ( 1180px - 992px) / -2 ) );
    margin-right: calc( ( ( 1180px - 992px) / -2 ) );
  }
}
@media only screen and (max-width: 992px) {
  .container--medium .container__block--outdent {
    margin-left: calc( -1 * var(--container-padding) );
    margin-right: calc( -1 * var(--container-padding) );
  }
}
.container--large {
  max-width: 1180px;
}
.container--full {
  max-width: 100%;
}
/**
		* Row
		*/
.row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  clear: both;
  order: 1000;
  margin-left: calc(var(--gutter) / -2);
  margin-right: calc(var(--gutter) / -2);
}
/**
		* Columns
		*/
.row > [class*="col"] {
  height: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0 1 auto;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  margin-right: -0.1px;
  -webkit-box-direction: column;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  order: 1000;
  padding-left: calc(var(--gutter) / 2);
  padding-right: calc(var(--gutter) / 2);
}
/**
		* Column width
		*/
.row > .col-1 {
  width: calc( 100% * 1 / 12 );
  max-width: calc( 100% * 1 / 12 );
}
.row > .col-2 {
  width: calc( 100% * 2 / 12 );
  max-width: calc( 100% * 2 / 12 );
}
.row > .col-3 {
  width: calc( 100% * 3 / 12 );
  max-width: calc( 100% * 3 / 12 );
}
.row > .col-4 {
  width: calc( 100% * 4 / 12 );
  max-width: calc( 100% * 4 / 12 );
}
.row > .col-5 {
  width: calc( 100% * 5 / 12 );
  max-width: calc( 100% * 5 / 12 );
}
.row > .col-6 {
  width: calc( 100% * 6 / 12 );
  max-width: calc( 100% * 6 / 12 );
}
.row > .col-7 {
  width: calc( 100% * 7 / 12 );
  max-width: calc( 100% * 7 / 12 );
}
.row > .col-8 {
  width: calc( 100% * 8 / 12 );
  max-width: calc( 100% * 8 / 12 );
}
.row > .col-9 {
  width: calc( 100% * 9 / 12 );
  max-width: calc( 100% * 9 / 12 );
}
.row > .col-10 {
  width: calc( 100% * 10 / 12 );
  max-width: calc( 100% * 10 / 12 );
}
.row > .col-11 {
  width: calc( 100% * 11 / 12 );
  max-width: calc( 100% * 11 / 12 );
}
.row > .col-12 {
  width: calc( 100% * 12 / 12 );
  max-width: calc( 100% * 12 / 12 );
}
/**
		* Media xs: all cols to 100% 
		*/
@media (max-width: 767px ) {
  .row > [class*="col"] {
    width: 100%;
    max-width: 100%;
    flex-basis: auto!important;
  }
  .row > .col-auto-xs {
    width: auto;
    _max-width: initial;
    -webkit-flex: 0 0 auto!important;
    -ms-flex: 0 0 auto!important;
    flex: 0 0 auto!important;
  }
}
/**
		*  Col widths for each override, wrapped in a mediaquery
		*/
@media (min-width: 1600px ) {
  .row > .col-1-xl {
    width: calc( 100% * 1 / 12 );
    max-width: calc( 100% * 1 / 12 );
  }
  .row > .col-2-xl {
    width: calc( 100% * 2 / 12 );
    max-width: calc( 100% * 2 / 12 );
  }
  .row > .col-3-xl {
    width: calc( 100% * 3 / 12 );
    max-width: calc( 100% * 3 / 12 );
  }
  .row > .col-4-xl {
    width: calc( 100% * 4 / 12 );
    max-width: calc( 100% * 4 / 12 );
  }
  .row > .col-5-xl {
    width: calc( 100% * 5 / 12 );
    max-width: calc( 100% * 5 / 12 );
  }
  .row > .col-6-xl {
    width: calc( 100% * 6 / 12 );
    max-width: calc( 100% * 6 / 12 );
  }
  .row > .col-7-xl {
    width: calc( 100% * 7 / 12 );
    max-width: calc( 100% * 7 / 12 );
  }
  .row > .col-8-xl {
    width: calc( 100% * 8 / 12 );
    max-width: calc( 100% * 8 / 12 );
  }
  .row > .col-9-xl {
    width: calc( 100% * 9 / 12 );
    max-width: calc( 100% * 9 / 12 );
  }
  .row > .col-10-xl {
    width: calc( 100% * 10 / 12 );
    max-width: calc( 100% * 10 / 12 );
  }
  .row > .col-11-xl {
    width: calc( 100% * 11 / 12 );
    max-width: calc( 100% * 11 / 12 );
  }
  .row > .col-12-xl {
    width: calc( 100% * 12 / 12 );
    max-width: calc( 100% * 12 / 12 );
  }
}
@media (min-width: 1200px ) and (max-width: 1599px ) {
  .row > .col-1-lg {
    width: calc( 100% * 1 / 12 );
    max-width: calc( 100% * 1 / 12 );
  }
  .row > .col-2-lg {
    width: calc( 100% * 2 / 12 );
    max-width: calc( 100% * 2 / 12 );
  }
  .row > .col-3-lg {
    width: calc( 100% * 3 / 12 );
    max-width: calc( 100% * 3 / 12 );
  }
  .row > .col-4-lg {
    width: calc( 100% * 4 / 12 );
    max-width: calc( 100% * 4 / 12 );
  }
  .row > .col-5-lg {
    width: calc( 100% * 5 / 12 );
    max-width: calc( 100% * 5 / 12 );
  }
  .row > .col-6-lg {
    width: calc( 100% * 6 / 12 );
    max-width: calc( 100% * 6 / 12 );
  }
  .row > .col-7-lg {
    width: calc( 100% * 7 / 12 );
    max-width: calc( 100% * 7 / 12 );
  }
  .row > .col-8-lg {
    width: calc( 100% * 8 / 12 );
    max-width: calc( 100% * 8 / 12 );
  }
  .row > .col-9-lg {
    width: calc( 100% * 9 / 12 );
    max-width: calc( 100% * 9 / 12 );
  }
  .row > .col-10-lg {
    width: calc( 100% * 10 / 12 );
    max-width: calc( 100% * 10 / 12 );
  }
  .row > .col-11-lg {
    width: calc( 100% * 11 / 12 );
    max-width: calc( 100% * 11 / 12 );
  }
  .row > .col-12-lg {
    width: calc( 100% * 12 / 12 );
    max-width: calc( 100% * 12 / 12 );
  }
}
@media (min-width: 992px ) and (max-width: 1199px ) {
  .row > .col-1-md {
    width: calc( 100% * 1 / 12 );
    max-width: calc( 100% * 1 / 12 );
  }
  .row > .col-2-md {
    width: calc( 100% * 2 / 12 );
    max-width: calc( 100% * 2 / 12 );
  }
  .row > .col-3-md {
    width: calc( 100% * 3 / 12 );
    max-width: calc( 100% * 3 / 12 );
  }
  .row > .col-4-md {
    width: calc( 100% * 4 / 12 );
    max-width: calc( 100% * 4 / 12 );
  }
  .row > .col-5-md {
    width: calc( 100% * 5 / 12 );
    max-width: calc( 100% * 5 / 12 );
  }
  .row > .col-6-md {
    width: calc( 100% * 6 / 12 );
    max-width: calc( 100% * 6 / 12 );
  }
  .row > .col-7-md {
    width: calc( 100% * 7 / 12 );
    max-width: calc( 100% * 7 / 12 );
  }
  .row > .col-8-md {
    width: calc( 100% * 8 / 12 );
    max-width: calc( 100% * 8 / 12 );
  }
  .row > .col-9-md {
    width: calc( 100% * 9 / 12 );
    max-width: calc( 100% * 9 / 12 );
  }
  .row > .col-10-md {
    width: calc( 100% * 10 / 12 );
    max-width: calc( 100% * 10 / 12 );
  }
  .row > .col-11-md {
    width: calc( 100% * 11 / 12 );
    max-width: calc( 100% * 11 / 12 );
  }
  .row > .col-12-md {
    width: calc( 100% * 12 / 12 );
    max-width: calc( 100% * 12 / 12 );
  }
}
@media (min-width: 768px ) and (max-width: 991px ) {
  .row > .col-1-sm {
    width: calc( 100% * 1 / 12 );
    max-width: calc( 100% * 1 / 12 );
  }
  .row > .col-2-sm {
    width: calc( 100% * 2 / 12 );
    max-width: calc( 100% * 2 / 12 );
  }
  .row > .col-3-sm {
    width: calc( 100% * 3 / 12 );
    max-width: calc( 100% * 3 / 12 );
  }
  .row > .col-4-sm {
    width: calc( 100% * 4 / 12 );
    max-width: calc( 100% * 4 / 12 );
  }
  .row > .col-5-sm {
    width: calc( 100% * 5 / 12 );
    max-width: calc( 100% * 5 / 12 );
  }
  .row > .col-6-sm {
    width: calc( 100% * 6 / 12 );
    max-width: calc( 100% * 6 / 12 );
  }
  .row > .col-7-sm {
    width: calc( 100% * 7 / 12 );
    max-width: calc( 100% * 7 / 12 );
  }
  .row > .col-8-sm {
    width: calc( 100% * 8 / 12 );
    max-width: calc( 100% * 8 / 12 );
  }
  .row > .col-9-sm {
    width: calc( 100% * 9 / 12 );
    max-width: calc( 100% * 9 / 12 );
  }
  .row > .col-10-sm {
    width: calc( 100% * 10 / 12 );
    max-width: calc( 100% * 10 / 12 );
  }
  .row > .col-11-sm {
    width: calc( 100% * 11 / 12 );
    max-width: calc( 100% * 11 / 12 );
  }
  .row > .col-12-sm {
    width: calc( 100% * 12 / 12 );
    max-width: calc( 100% * 12 / 12 );
  }
}
@media (max-width: 1599px ) {
  .row > .col-1-lg-down {
    width: calc( 100% * 1 / 12 );
    max-width: calc( 100% * 1 / 12 );
  }
  .row > .col-2-lg-down {
    width: calc( 100% * 2 / 12 );
    max-width: calc( 100% * 2 / 12 );
  }
  .row > .col-3-lg-down {
    width: calc( 100% * 3 / 12 );
    max-width: calc( 100% * 3 / 12 );
  }
  .row > .col-4-lg-down {
    width: calc( 100% * 4 / 12 );
    max-width: calc( 100% * 4 / 12 );
  }
  .row > .col-5-lg-down {
    width: calc( 100% * 5 / 12 );
    max-width: calc( 100% * 5 / 12 );
  }
  .row > .col-6-lg-down {
    width: calc( 100% * 6 / 12 );
    max-width: calc( 100% * 6 / 12 );
  }
  .row > .col-7-lg-down {
    width: calc( 100% * 7 / 12 );
    max-width: calc( 100% * 7 / 12 );
  }
  .row > .col-8-lg-down {
    width: calc( 100% * 8 / 12 );
    max-width: calc( 100% * 8 / 12 );
  }
  .row > .col-9-lg-down {
    width: calc( 100% * 9 / 12 );
    max-width: calc( 100% * 9 / 12 );
  }
  .row > .col-10-lg-down {
    width: calc( 100% * 10 / 12 );
    max-width: calc( 100% * 10 / 12 );
  }
  .row > .col-11-lg-down {
    width: calc( 100% * 11 / 12 );
    max-width: calc( 100% * 11 / 12 );
  }
  .row > .col-12-lg-down {
    width: calc( 100% * 12 / 12 );
    max-width: calc( 100% * 12 / 12 );
  }
}
@media (max-width: 1199px ) {
  .row > .col-1-md-down {
    width: calc( 100% * 1 / 12 );
    max-width: calc( 100% * 1 / 12 );
  }
  .row > .col-2-md-down {
    width: calc( 100% * 2 / 12 );
    max-width: calc( 100% * 2 / 12 );
  }
  .row > .col-3-md-down {
    width: calc( 100% * 3 / 12 );
    max-width: calc( 100% * 3 / 12 );
  }
  .row > .col-4-md-down {
    width: calc( 100% * 4 / 12 );
    max-width: calc( 100% * 4 / 12 );
  }
  .row > .col-5-md-down {
    width: calc( 100% * 5 / 12 );
    max-width: calc( 100% * 5 / 12 );
  }
  .row > .col-6-md-down {
    width: calc( 100% * 6 / 12 );
    max-width: calc( 100% * 6 / 12 );
  }
  .row > .col-7-md-down {
    width: calc( 100% * 7 / 12 );
    max-width: calc( 100% * 7 / 12 );
  }
  .row > .col-8-md-down {
    width: calc( 100% * 8 / 12 );
    max-width: calc( 100% * 8 / 12 );
  }
  .row > .col-9-md-down {
    width: calc( 100% * 9 / 12 );
    max-width: calc( 100% * 9 / 12 );
  }
  .row > .col-10-md-down {
    width: calc( 100% * 10 / 12 );
    max-width: calc( 100% * 10 / 12 );
  }
  .row > .col-11-md-down {
    width: calc( 100% * 11 / 12 );
    max-width: calc( 100% * 11 / 12 );
  }
  .row > .col-12-md-down {
    width: calc( 100% * 12 / 12 );
    max-width: calc( 100% * 12 / 12 );
  }
}
@media (max-width: 991px ) {
  .row > .col-1-sm-down {
    width: calc( 100% * 1 / 12 );
    max-width: calc( 100% * 1 / 12 );
  }
  .row > .col-2-sm-down {
    width: calc( 100% * 2 / 12 );
    max-width: calc( 100% * 2 / 12 );
  }
  .row > .col-3-sm-down {
    width: calc( 100% * 3 / 12 );
    max-width: calc( 100% * 3 / 12 );
  }
  .row > .col-4-sm-down {
    width: calc( 100% * 4 / 12 );
    max-width: calc( 100% * 4 / 12 );
  }
  .row > .col-5-sm-down {
    width: calc( 100% * 5 / 12 );
    max-width: calc( 100% * 5 / 12 );
  }
  .row > .col-6-sm-down {
    width: calc( 100% * 6 / 12 );
    max-width: calc( 100% * 6 / 12 );
  }
  .row > .col-7-sm-down {
    width: calc( 100% * 7 / 12 );
    max-width: calc( 100% * 7 / 12 );
  }
  .row > .col-8-sm-down {
    width: calc( 100% * 8 / 12 );
    max-width: calc( 100% * 8 / 12 );
  }
  .row > .col-9-sm-down {
    width: calc( 100% * 9 / 12 );
    max-width: calc( 100% * 9 / 12 );
  }
  .row > .col-10-sm-down {
    width: calc( 100% * 10 / 12 );
    max-width: calc( 100% * 10 / 12 );
  }
  .row > .col-11-sm-down {
    width: calc( 100% * 11 / 12 );
    max-width: calc( 100% * 11 / 12 );
  }
  .row > .col-12-sm-down {
    width: calc( 100% * 12 / 12 );
    max-width: calc( 100% * 12 / 12 );
  }
}
@media (min-width: 1200px ) {
  .row > .col-1-lg-up {
    width: calc( 100% * 1 / 12 );
    max-width: calc( 100% * 1 / 12 );
  }
  .row > .col-2-lg-up {
    width: calc( 100% * 2 / 12 );
    max-width: calc( 100% * 2 / 12 );
  }
  .row > .col-3-lg-up {
    width: calc( 100% * 3 / 12 );
    max-width: calc( 100% * 3 / 12 );
  }
  .row > .col-4-lg-up {
    width: calc( 100% * 4 / 12 );
    max-width: calc( 100% * 4 / 12 );
  }
  .row > .col-5-lg-up {
    width: calc( 100% * 5 / 12 );
    max-width: calc( 100% * 5 / 12 );
  }
  .row > .col-6-lg-up {
    width: calc( 100% * 6 / 12 );
    max-width: calc( 100% * 6 / 12 );
  }
  .row > .col-7-lg-up {
    width: calc( 100% * 7 / 12 );
    max-width: calc( 100% * 7 / 12 );
  }
  .row > .col-8-lg-up {
    width: calc( 100% * 8 / 12 );
    max-width: calc( 100% * 8 / 12 );
  }
  .row > .col-9-lg-up {
    width: calc( 100% * 9 / 12 );
    max-width: calc( 100% * 9 / 12 );
  }
  .row > .col-10-lg-up {
    width: calc( 100% * 10 / 12 );
    max-width: calc( 100% * 10 / 12 );
  }
  .row > .col-11-lg-up {
    width: calc( 100% * 11 / 12 );
    max-width: calc( 100% * 11 / 12 );
  }
  .row > .col-12-lg-up {
    width: calc( 100% * 12 / 12 );
    max-width: calc( 100% * 12 / 12 );
  }
}
@media (min-width: 992px ) {
  .row > .col-1-md-up {
    width: calc( 100% * 1 / 12 );
    max-width: calc( 100% * 1 / 12 );
  }
  .row > .col-2-md-up {
    width: calc( 100% * 2 / 12 );
    max-width: calc( 100% * 2 / 12 );
  }
  .row > .col-3-md-up {
    width: calc( 100% * 3 / 12 );
    max-width: calc( 100% * 3 / 12 );
  }
  .row > .col-4-md-up {
    width: calc( 100% * 4 / 12 );
    max-width: calc( 100% * 4 / 12 );
  }
  .row > .col-5-md-up {
    width: calc( 100% * 5 / 12 );
    max-width: calc( 100% * 5 / 12 );
  }
  .row > .col-6-md-up {
    width: calc( 100% * 6 / 12 );
    max-width: calc( 100% * 6 / 12 );
  }
  .row > .col-7-md-up {
    width: calc( 100% * 7 / 12 );
    max-width: calc( 100% * 7 / 12 );
  }
  .row > .col-8-md-up {
    width: calc( 100% * 8 / 12 );
    max-width: calc( 100% * 8 / 12 );
  }
  .row > .col-9-md-up {
    width: calc( 100% * 9 / 12 );
    max-width: calc( 100% * 9 / 12 );
  }
  .row > .col-10-md-up {
    width: calc( 100% * 10 / 12 );
    max-width: calc( 100% * 10 / 12 );
  }
  .row > .col-11-md-up {
    width: calc( 100% * 11 / 12 );
    max-width: calc( 100% * 11 / 12 );
  }
  .row > .col-12-md-up {
    width: calc( 100% * 12 / 12 );
    max-width: calc( 100% * 12 / 12 );
  }
}
@media (min-width: 768px ) {
  .row > .col-1-sm-up {
    width: calc( 100% * 1 / 12 );
    max-width: calc( 100% * 1 / 12 );
  }
  .row > .col-2-sm-up {
    width: calc( 100% * 2 / 12 );
    max-width: calc( 100% * 2 / 12 );
  }
  .row > .col-3-sm-up {
    width: calc( 100% * 3 / 12 );
    max-width: calc( 100% * 3 / 12 );
  }
  .row > .col-4-sm-up {
    width: calc( 100% * 4 / 12 );
    max-width: calc( 100% * 4 / 12 );
  }
  .row > .col-5-sm-up {
    width: calc( 100% * 5 / 12 );
    max-width: calc( 100% * 5 / 12 );
  }
  .row > .col-6-sm-up {
    width: calc( 100% * 6 / 12 );
    max-width: calc( 100% * 6 / 12 );
  }
  .row > .col-7-sm-up {
    width: calc( 100% * 7 / 12 );
    max-width: calc( 100% * 7 / 12 );
  }
  .row > .col-8-sm-up {
    width: calc( 100% * 8 / 12 );
    max-width: calc( 100% * 8 / 12 );
  }
  .row > .col-9-sm-up {
    width: calc( 100% * 9 / 12 );
    max-width: calc( 100% * 9 / 12 );
  }
  .row > .col-10-sm-up {
    width: calc( 100% * 10 / 12 );
    max-width: calc( 100% * 10 / 12 );
  }
  .row > .col-11-sm-up {
    width: calc( 100% * 11 / 12 );
    max-width: calc( 100% * 11 / 12 );
  }
  .row > .col-12-sm-up {
    width: calc( 100% * 12 / 12 );
    max-width: calc( 100% * 12 / 12 );
  }
}
@media (max-width: 767px ) {
  .row > .col-1-xs {
    width: calc( 100% * 1 / 12 );
    max-width: calc( 100% * 1 / 12 );
  }
  .row > .col-2-xs {
    width: calc( 100% * 2 / 12 );
    max-width: calc( 100% * 2 / 12 );
  }
  .row > .col-3-xs {
    width: calc( 100% * 3 / 12 );
    max-width: calc( 100% * 3 / 12 );
  }
  .row > .col-4-xs {
    width: calc( 100% * 4 / 12 );
    max-width: calc( 100% * 4 / 12 );
  }
  .row > .col-5-xs {
    width: calc( 100% * 5 / 12 );
    max-width: calc( 100% * 5 / 12 );
  }
  .row > .col-6-xs {
    width: calc( 100% * 6 / 12 );
    max-width: calc( 100% * 6 / 12 );
  }
  .row > .col-7-xs {
    width: calc( 100% * 7 / 12 );
    max-width: calc( 100% * 7 / 12 );
  }
  .row > .col-8-xs {
    width: calc( 100% * 8 / 12 );
    max-width: calc( 100% * 8 / 12 );
  }
  .row > .col-9-xs {
    width: calc( 100% * 9 / 12 );
    max-width: calc( 100% * 9 / 12 );
  }
  .row > .col-10-xs {
    width: calc( 100% * 10 / 12 );
    max-width: calc( 100% * 10 / 12 );
  }
  .row > .col-11-xs {
    width: calc( 100% * 11 / 12 );
    max-width: calc( 100% * 11 / 12 );
  }
  .row > .col-12-xs {
    width: calc( 100% * 12 / 12 );
    max-width: calc( 100% * 12 / 12 );
  }
}
/**
		* Col-auto shrinks col width to content
		*/
.row > .col-auto {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
/**
		* Col-0 has no width
		*/
.row > .col-0 {
  width: 0;
}
/**
		* No width, but fills row evenly with other .col's
		*/
.row > .col {
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: 0;
  -ms-flex-basis: 0;
  flex-basis: 0;
}
/**
* Other helper classes
*/
.hidden {
  display: none !important;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.align-center {
  text-align: center;
}
.align-middle {
  vertical-align: middle;
}
.width-25 {
  width: 25%;
}
.width-50 {
  width: 50%;
}
.width-75 {
  width: 75%;
}
.width-100 {
  width: 100%;
}
@media (max-width: 767px ) {
  .hidden-xs {
    display: none !important;
  }
  .float-left-xs {
    float: left;
  }
  .float-right-xs {
    float: right;
  }
  .align-center-xs {
    text-align: center;
  }
  .align-middle-xs {
    vertical-align: middle;
  }
  .width-25-xs {
    width: 25%;
  }
  .width-50-xs {
    width: 50%;
  }
  .width-75-xs {
    width: 75%;
  }
  .width-100-xs {
    width: 100%;
  }
}
@media (max-width: 991px ) {
  .hidden-sm-down {
    display: none !important;
  }
  .float-left-sm-down {
    float: left;
  }
  .float-right-sm-down {
    float: right;
  }
  .align-center-sm-down {
    text-align: center;
  }
  .align-middle-sm-down {
    vertical-align: middle;
  }
  .width-25-sm-down {
    width: 25%;
  }
  .width-50-sm-down {
    width: 50%;
  }
  .width-75-sm-down {
    width: 75%;
  }
  .width-100-sm-down {
    width: 100%;
  }
}
@media (min-width: 768px ) and (max-width: 991px ) {
  .hidden-sm {
    display: none !important;
  }
  .float-left-sm {
    float: left;
  }
  .float-right-sm {
    float: right;
  }
  .align-center-sm {
    text-align: center;
  }
  .align-middle-sm {
    vertical-align: middle;
  }
  .width-25-sm {
    width: 25%;
  }
  .width-50-sm {
    width: 50%;
  }
  .width-75-sm {
    width: 75%;
  }
  .width-100-sm {
    width: 100%;
  }
}
@media (min-width: 768px ) {
  .hidden-sm-up {
    display: none !important;
  }
  .float-left-sm-up {
    float: left;
  }
  .float-right-sm-up {
    float: right;
  }
  .align-center-sm-up {
    text-align: center;
  }
  .align-middle-sm-up {
    vertical-align: middle;
  }
  .width-25-sm-up {
    width: 25%;
  }
  .width-50-sm-up {
    width: 50%;
  }
  .width-75-sm-up {
    width: 75%;
  }
  .width-100-sm-up {
    width: 100%;
  }
}
@media (max-width: 1199px ) {
  .hidden-md-down {
    display: none !important;
  }
  .float-left-md-down {
    float: left;
  }
  .float-right-md-down {
    float: right;
  }
  .align-center-md-down {
    text-align: center;
  }
  .align-middle-md-down {
    vertical-align: middle;
  }
  .width-25-md-down {
    width: 25%;
  }
  .width-50-md-down {
    width: 50%;
  }
  .width-75-md-down {
    width: 75%;
  }
  .width-100-md-down {
    width: 100%;
  }
}
@media (min-width: 992px ) and (max-width: 1199px ) {
  .hidden-md {
    display: none !important;
  }
  .float-left-md {
    float: left;
  }
  .float-right-md {
    float: right;
  }
  .align-center-md {
    text-align: center;
  }
  .align-middle-md {
    vertical-align: middle;
  }
  .width-25-md {
    width: 25%;
  }
  .width-50-md {
    width: 50%;
  }
  .width-75-md {
    width: 75%;
  }
  .width-100-md {
    width: 100%;
  }
}
@media (min-width: 992px ) {
  .hidden-md-up {
    display: none !important;
  }
  .float-left-md-up {
    float: left;
  }
  .float-right-md-up {
    float: right;
  }
  .align-center-md-up {
    text-align: center;
  }
  .align-middle-md-up {
    vertical-align: middle;
  }
  .width-25-md-up {
    width: 25%;
  }
  .width-50-md-up {
    width: 50%;
  }
  .width-75-md-up {
    width: 75%;
  }
  .width-100-md-up {
    width: 100%;
  }
}
@media (max-width: 1599px ) {
  .hidden-lg-down {
    display: none !important;
  }
  .float-left-lg-down {
    float: left;
  }
  .float-right-lg-down {
    float: right;
  }
  .align-center-lg-down {
    text-align: center;
  }
  .align-middle-lg-down {
    vertical-align: middle;
  }
  .width-25-lg-down {
    width: 25%;
  }
  .width-50-lg-down {
    width: 50%;
  }
  .width-75-lg-down {
    width: 75%;
  }
  .width-100-lg-down {
    width: 100%;
  }
}
@media (min-width: 1200px ) and (max-width: 1599px ) {
  .hidden-lg {
    display: none !important;
  }
  .float-left-lg {
    float: left;
  }
  .float-right-lg {
    float: right;
  }
  .align-center-lg {
    text-align: center;
  }
  .align-middle-lg {
    vertical-align: middle;
  }
  .width-25-lg {
    width: 25%;
  }
  .width-50-lg {
    width: 50%;
  }
  .width-75-lg {
    width: 75%;
  }
  .width-100-lg {
    width: 100%;
  }
}
@media (min-width: 1200px ) {
  .hidden-lg-up {
    display: none !important;
  }
  .float-left-lg-up {
    float: left;
  }
  .float-right-lg-up {
    float: right;
  }
  .align-center-lg-up {
    text-align: center;
  }
  .align-middle-lg-up {
    vertical-align: middle;
  }
  .width-25-lg-up {
    width: 25%;
  }
  .width-50-lg-up {
    width: 50%;
  }
  .width-75-lg-up {
    width: 75%;
  }
  .width-100-lg-up {
    width: 100%;
  }
}
@media (min-width: 1600px ) {
  .hidden-xl {
    display: none !important;
  }
  .float-left-xl {
    float: left;
  }
  .float-right-xl {
    float: right;
  }
  .align-center-xl {
    text-align: center;
  }
  .align-middle-xl {
    vertical-align: middle;
  }
  .width-25-xl {
    width: 25%;
  }
  .width-50-xl {
    width: 50%;
  }
  .width-75-xl {
    width: 75%;
  }
  .width-100-xl {
    width: 100%;
  }
}
.clickable {
  cursor: pointer;
}
.clear:before,
.clearfix:before,
.clear:after,
.clearfix:after {
  content: ' ';
  display: table;
  clear: both;
}
.hyphenate {
  word-break: break-word;
  /* Chrome, sort of */
  word-wrap: break-word;
  /* Internet Explorer 5.5+ */
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
.transition {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.radius {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
/**
* Global vars for fast access. Keep this as short as possible
*/
/**
/* Breakpoints
*/
/**
* Colors
*/
/**
* Only textual styling, no borders, backgrounds
* Color: only default.
*/
#text .heading-4 {
  font-size: 30px;
  line-height: 1.6em;
  font-weight: 400;
}
#text .heading-5 {
  font-size: 20px;
  line-height: 1.2em;
  font-weight: 700;
}
body,
html {
  font-family: 'transat-text', Arial, sans-serif;
  font-size: calc(1 * 18px);
  line-height: 1.4em;
  font-weight: 400;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #072329;
  background-color: #fff;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
b,
strong {
  font-weight: 700;
}
h1,
h2,
h3,
h4,
h5 {
  font-size: calc(1 * 50px);
  line-height: 1.2em;
  font-weight: 700;
  /* 1199 down */
  /* 991 down */
}
@media (max-width: 1199px ) {
  h1,
  h2,
  h3,
  h4,
  h5 {
    font-size: calc(1 * 50px);
  }
}
@media (max-width: 991px ) {
  h1,
  h2,
  h3,
  h4,
  h5 {
    font-size: calc(1 * 42px);
  }
}
@media (max-width: 767px ) {
  h1,
  h2,
  h3,
  h4,
  h5 {
    font-size: calc(1 * 36px);
  }
}
p a {
  position: relative;
  white-space: nowrap;
  text-decoration: none;
  color: #e8231a;
}
i {
  font-style: italic;
}
ol,
ul {
  line-height: 2em;
}
a {
  color: inherit;
}
.campaign-header {
  position: relative;
  min-height: 18px;
  margin-bottom: calc(var(--margin) * 60px);
}
@media (min-width: 992px ) {
  .campaign-header--has-image {
    margin-bottom: calc(var(--margin) * 30px);
  }
}
.campaign-header:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 18px;
  background: url('data:image/gif;base64,R0lGODlhBgAGAIABAOgjGv///yH5BAEAAAEALAAAAAAGAAYAAAIJBIJxuWjcnmsFADs=');
  opacity: 0.4;
}
.campaign-header__media {
  display: block;
  height: 50vh;
  min-height: 350px;
}
@media (max-width: 991px ) {
  .campaign-header__media {
    position: relative;
    height: calc(100vw * 9 / 16 ) !important;
  }
}
.campaign-header__media__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.campaign-heading {
  font-size: calc(1.7 * 26px);
  line-height: 1.6em;
  font-weight: 700;
  /* 991 down */
  line-height: 1.2em;
}
@media (max-width: 991px ) {
  .campaign-heading {
    font-size: calc(1.7 * 22px);
  }
}
@media (max-width: 767px ) {
  .campaign-heading {
    font-size: calc(1.7 * 20px);
  }
}
.campaign-form {
  position: relative;
  padding-left: calc(var(--padding) * 24px);
  padding-right: calc(var(--padding) * 24px);
  padding-top: calc(var(--padding) * 36px);
  padding-bottom: calc(var(--padding) * 24px);
  background: #f6f3ef;
}
@media (max-width: 767px ) {
  .campaign-form {
    margin-top: 30px;
  }
}
.campaign-form__logo {
  position: absolute;
  top: 0px;
  right: 36px;
  width: 72px;
  z-index: 100;
  transform: translateY(-50%);
}
@media (max-width: 767px ) {
  .campaign-form__logo {
    top: -15px;
    right: 16px;
    width: 60px;
  }
}
.campaign-form__logo__img {
  width: 100%;
}
.campaign-form__title {
  font-size: calc(1.3 * 26px);
  line-height: 1.6em;
  font-weight: 700;
  /* 991 down */
  line-height: 1.2em;
  color: #e8231a;
  padding-right: 80px;
}
@media (max-width: 991px ) {
  .campaign-form__title {
    font-size: calc(1.3 * 22px);
  }
}
@media (max-width: 767px ) {
  .campaign-form__title {
    font-size: calc(1.3 * 20px);
  }
}
@media (max-width: 767px ) {
  .campaign-form__title {
    padding-right: 60px;
  }
}
.campaign-form__subtitle {
  font-family: 'transat-text', Arial, sans-serif;
  font-size: calc(1 * 18px);
  line-height: 1.4em;
  font-weight: 400;
  font-weight: 700;
}
.campaign-form__link {
  background: transparent;
  border-bottom: 3px solid #fbdad8;
  color: inherit;
  text-decoration: none;
  transition: border-bottom 0.25s;
  overflow-wrap: break-word;
  white-space: normal;
}
.campaign-form__link:hover {
  border-bottom: 3px solid #e8231a;
}
.campaign-form__switch {
  display: flex;
  flex-direction: row;
  gap: 8px;
  justify-content: space-between;
  align-content: stretch;
}
.campaign-form__switch__option {
  font-size: calc(0.8 * 26px);
  line-height: 1.6em;
  font-weight: 700;
  /* 991 down */
  padding-top: calc(var(--padding) * 6px);
  padding-bottom: calc(var(--padding) * 6px);
  padding-left: calc(var(--padding) * 12px);
  padding-right: calc(var(--padding) * 12px);
  background: #fff;
  flex-grow: 2;
  text-align: center;
  cursor: pointer;
  transition: box-shadow ease 0.2s;
}
@media (max-width: 991px ) {
  .campaign-form__switch__option {
    font-size: calc(0.8 * 22px);
  }
}
@media (max-width: 767px ) {
  .campaign-form__switch__option {
    font-size: calc(0.8 * 20px);
  }
}
.campaign-form__switch__option--selected {
  background: #072329;
  color: #fff;
  cursor: default;
}
.campaign-form__switch__option:hover {
  box-shadow: inset 0px 0px 0px 1px #072329;
}
.campaign-form__switch__other {
  width: 100%;
}
.campaign-form__urge {
  padding-top: calc(var(--padding) * 6px);
  padding-bottom: calc(var(--padding) * 6px);
  font-size: 16px;
}
.campaign-form__ideal {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 16px;
  padding-bottom: calc(var(--padding) * 12px);
  border-bottom: 1px solid #ede7df;
}
.campaign-form__ideal__img {
  margin-right: calc(var(--margin) * 6px);
  max-height: 44px;
  width: auto;
}
.campaign-form__ideal__issuer {
  width: 100%;
}
.campaign-form__iban {
  position: relative;
}
.campaign-form__iban__check {
  position: absolute;
  top: 0;
  right: 0;
  padding: 6px 12px;
  color: #009C3B;
}
@media (min-width: 768px ) {
  .campaign-col--1 {
    padding-left: calc(var(--padding) * 48px) !important;
    padding-right: calc(var(--padding) * 48px) !important;
  }
}
@media (max-width: 767px ) {
  .campaign-col--2 {
    order: 1 !important;
    margin-bottom: calc(var(--margin) * 24px);
  }
}
.campaign-privacy {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 16px;
  padding-bottom: calc(var(--padding) * 12px);
}
.campaign-privacy__img {
  max-height: 44px;
  width: auto;
}
.campaign-privacy__text {
  padding-left: calc(var(--padding) * 12px);
  margin-left: calc(var(--margin) * 12px);
  border-left: 1px solid #ede7df;
  font-size: 16px;
  line-height: 1.2em;
}
.campaign-privacy__link {
  text-decoration: underline;
}
.campaign-shift {
  transform: translateY(-100px);
}
.campaign-footer__wrap {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  gap: 20px;
}
@media (max-width: 991px ) {
  .campaign-footer__wrap {
    Margin-top: 18px;
    justify-content: flex-start;
  }
}
.campaign-footer__logo {
  height: 60px;
  width: auto;
}
@media (max-width: 991px ) {
  .campaign-footer__logo {
    height: 40px;
  }
}
.career-alert {
  padding-top: calc(var(--padding) * 36px);
  padding-bottom: calc(var(--padding) * 36px);
}
.career-alert__text {
  margin-bottom: calc(var(--margin) * 12px);
  font-weight: 500;
}
.apply {
  background: #f6f3ef;
}
.apply__navigation {
  padding-bottom: calc(var(--padding) * 24px);
  padding-left: calc(var(--padding) * 24px);
  padding-right: calc(var(--padding) * 24px);
  margin-top: calc(-0.5 * 24px);
}
@media (min-width: 768px ) and (max-width: 991px ) {
  .apply__navigation {
    margin-top: calc(-0.625 * 24px);
  }
}
@media (min-width: 992px ) and (max-width: 1199px ) {
  .apply__navigation {
    margin-top: calc(-0.75 * 24px);
  }
}
@media (min-width: 1200px ) and (max-width: 1599px ) {
  .apply__navigation {
    margin-top: calc(-0.875 * 24px);
  }
}
@media (min-width: 1600px ) {
  .apply__navigation {
    margin-top: calc(-1 * 24px);
  }
}
/* .career-bubble {
	@color-background: @color-4;
	@color-primary: @color-2;
	@bottom : 45px;
	
	#padding.y(4);
	#margin.x(4);
	position: relative;
	background: @color-background;	
	margin-bottom: @bottom;
	
	&:after {
		content: '';
		position: absolute;
		bottom: 0;
		left: 20%;
		width: 0;
		height: 0;
		border: 45px solid transparent;
		border-top-color: @color-background;
		border-bottom: 0;
		border-left: 0;
		margin-left: -@bottom / 2;
		margin-bottom: -@bottom;
	}
	
	&__title {
		#text.heading-2(1.2);
		#margin.bottom(2);
	}
	
	@media @xs {
		margin-left: 0;
		margin-right: 0;
		&:after {
			 border-width: 30px;
			 margin-bottom: -30px;
		}
	}
}
*/
.career-bubble {
  padding-top: calc(var(--padding) * 36px);
  padding-bottom: calc(var(--padding) * 36px);
  margin-left: calc(var(--margin) * 30px);
  margin-right: calc(var(--margin) * 30px);
  position: relative;
  background: #fff;
  border: 2px solid #e8231a;
  margin-bottom: 46px;
}
.career-bubble:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 20%;
  width: 0;
  height: 0;
  border-width: 0 0 46px 92px;
  border-style: solid;
  border-color: transparent #e8231a;
  margin-left: -20px;
  margin-bottom: -46px;
}
.career-bubble:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 20%;
  width: 0;
  height: 0;
  border-width: 0 0 46px 92px;
  border-style: solid;
  border-color: transparent #fff;
  margin-left: -18px;
  margin-bottom: -43px;
}
.career-bubble__title {
  font-size: calc(1.2 * 26px);
  line-height: 1.6em;
  font-weight: 700;
  /* 991 down */
  margin-bottom: calc(var(--margin) * 12px);
}
@media (max-width: 991px ) {
  .career-bubble__title {
    font-size: calc(1.2 * 22px);
  }
}
@media (max-width: 767px ) {
  .career-bubble__title {
    font-size: calc(1.2 * 20px);
  }
}
@media (max-width: 767px ) {
  .career-bubble {
    margin-left: 0;
    margin-right: 0;
  }
  .career-bubble:before {
    border-width: 0 0 30px 60px;
    margin-bottom: -30px;
  }
  .career-bubble:after {
    border-width: 0 0 30px 60px;
    margin-bottom: -27px;
  }
}
.career-card {
  border-bottom: 1px solid #e4dbce;
}
.career-card__title {
  font-size: calc(1 * 20px);
  line-height: 1.6em;
  /* 991 down */
  color: #e8231a;
  font-weight: 700;
}
@media (max-width: 991px ) {
  .career-card__title {
    font-size: calc(1 * 20px);
  }
}
@media (max-width: 767px ) {
  .career-card__title {
    font-size: calc(1 * 18px);
  }
}
.career-card__summary {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  font-weight: 500;
  line-height: 1.5em;
  max-height: 4.6em;
}
.career-card__footer {
  font-size: 15px;
}
.career-card__meta {
  display: inline-block;
  margin-right: calc(var(--margin) * 12px);
}
.career-card__meta__icon {
  margin-top: -3px;
}
.career-diciplines {
  margin-top: calc(var(--margin) * 12px);
  /* block open vacancy */
}
.career-diciplines__dicipline {
  margin-bottom: calc(var(--margin) * 24px);
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  border: 1px solid #e4dbce;
}
.career-diciplines__dicipline__visual {
  height: 0;
  padding-bottom: calc(9/16*100%);
  position: relative;
  background: #f6f3ef;
  overflow: hidden;
}
.career-diciplines__dicipline__img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.25s ease-in-out, transform 0.25s;
}
.career-diciplines__dicipline__label {
  position: absolute;
  bottom: 10px;
  left: 10px;
  z-index: 10;
}
.career-diciplines__dicipline__content {
  padding-left: calc(var(--padding) * 24px);
  padding-right: calc(var(--padding) * 24px);
  padding-top: calc(var(--padding) * 12px);
  padding-bottom: calc(var(--padding) * 12px);
  flex-grow: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.career-diciplines__dicipline__title {
  font-size: calc(0.7 * 26px);
  line-height: 1.6em;
  font-weight: 700;
  /* 991 down */
  color: #e8231a;
}
@media (max-width: 991px ) {
  .career-diciplines__dicipline__title {
    font-size: calc(0.7 * 22px);
  }
}
@media (max-width: 767px ) {
  .career-diciplines__dicipline__title {
    font-size: calc(0.7 * 20px);
  }
}
.career-diciplines__dicipline__amount {
  margin-top: calc(var(--margin) * 12px);
}
@media (max-width: 767px ) {
  .career-diciplines__dicipline {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    border-left: none;
  }
  .career-diciplines__dicipline__visual {
    flex-grow: 2;
    flex-basis: 80px;
    width: 80px;
    max-width: 80px;
    min-height: 80px;
    height: 100%;
    padding: 0;
  }
  .career-diciplines__dicipline__content {
    flex-grow: 0;
    flex-shrink: 100;
    padding: 0;
    padding-left: calc(var(--padding) * 24px);
    padding-right: calc(var(--padding) * 24px);
    padding-top: calc(var(--padding) * 12px);
    padding-bottom: calc(var(--padding) * 12px);
  }
  .career-diciplines__dicipline__title {
    font-size: calc(0.9 * 26px);
    line-height: 1.6em;
    font-weight: 700;
    /* 991 down */
  }
  .career-diciplines__dicipline__amount {
    font-size: 16px;
  }
}
@media (max-width: 767px ) and (max-width: 991px ) {
  .career-diciplines__dicipline__title {
    font-size: calc(0.9 * 22px);
  }
}
@media (max-width: 767px ) and (max-width: 767px ) {
  .career-diciplines__dicipline__title {
    font-size: calc(0.9 * 20px);
  }
}
.career-diciplines__dicipline:hover .career-diciplines__dicipline__img {
  transform: scale(1.05);
}
.career-diciplines__dicipline:hover .career-diciplines__dicipline__title {
  text-decoration: underline;
}
.career-diciplines__open {
  display: flex;
  flex-direction: column;
  flex-grow: 2;
  justify-content: center;
  text-align: center;
}
.career-diciplines__open__title {
  font-size: calc(0.8 * 26px);
  line-height: 1.6em;
  font-weight: 700;
  /* 991 down */
  margin-bottom: calc(var(--margin) * 12px);
}
@media (max-width: 991px ) {
  .career-diciplines__open__title {
    font-size: calc(0.8 * 22px);
  }
}
@media (max-width: 767px ) {
  .career-diciplines__open__title {
    font-size: calc(0.8 * 20px);
  }
}
@media (max-width: 767px ) {
  .career-diciplines__open__content {
    padding-top: calc(var(--padding) * 24px);
    padding-bottom: calc(var(--padding) * 24px);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    text-align: left;
    align-items: center;
  }
  .career-diciplines__open__button {
    margin-left: 12px;
    font-size: 16px !important;
    min-width: max-content;
    padding-top: calc(var(--padding) * 6px);
    padding-right: calc(var(--padding) * 6px);
    padding-bottom: calc(var(--padding) * 6px);
    padding-left: calc(var(--padding) * 6px);
  }
}
.career-employee {
  padding-bottom: calc(var(--padding) * 24px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
}
.career-employee__img {
  margin-left: auto;
  margin-right: auto;
  margin-top: 25px;
  display: block;
  width: 70%;
  width: 150px;
  height: 150px;
  border-radius: 100%;
}
@media (max-width: 767px ) {
  .career-employee__img {
    margin-top: 30px;
    width: 120px;
    height: 120px;
  }
}
.career-employee__content {
  padding-top: calc(var(--padding) * 24px);
  margin: 0 -50%;
  visability: hidden;
  opacity: 0;
  transition: opacity ease 0.5s;
  min-height: 160px;
}
@media (max-width: 991px ) {
  .career-employee__content {
    margin: 0 -25%;
  }
}
.career-employee__quote {
  font-size: calc(0.8 * 26px);
  line-height: 1.6em;
  font-weight: 700;
  /* 991 down */
}
@media (max-width: 991px ) {
  .career-employee__quote {
    font-size: calc(0.8 * 22px);
  }
}
@media (max-width: 767px ) {
  .career-employee__quote {
    font-size: calc(0.8 * 20px);
  }
}
.career-employee__name {
  margin-top: calc(var(--margin) * 12px);
  color: #e8231a;
}
.career-employee--active .career-employee__img {
  margin-top: 0;
  width: 100%;
  height: 100%;
  width: 200px;
  height: 200px;
}
.career-employee--active .career-employee__content {
  visability: visable;
  opacity: 1;
}
.career-employees {
  position: relative;
  margin: 0 auto;
  max-width: 1280px;
  overflow-x: hidden;
  flex-direction: column;
}
.career-employees__container {
  width: 100%;
}
.career-employees__container:after {
  content: '';
  background: #f6f3ef;
  position: absolute;
  left: 10%;
  right: 10%;
  top: 100px;
  bottom: 0;
}
@media (max-width: 991px ) {
  .career-employees__container:after {
    left: 16px;
    right: 16px;
  }
}
.career-employees__wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.career-filter {
  padding-top: calc(var(--padding) * 24px);
  padding-right: calc(var(--padding) * 24px);
  padding-bottom: calc(var(--padding) * 24px);
  padding-left: calc(var(--padding) * 24px);
  background: #f6f3ef;
  font-size: 16px;
}
@media (max-width: 991px ) {
  .career-filter {
    padding-top: calc(var(--padding) * 36px);
    padding-right: calc(var(--padding) * 36px);
    padding-bottom: calc(var(--padding) * 36px);
    padding-left: calc(var(--padding) * 36px);
    padding-bottom: calc(var(--padding) * 96px);
    overflow-y: scroll;
    display: none;
    background: #072329;
    position: fixed;
    eight: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    opacity: 1;
    /* will-change: transform;
		visibility: hidden; */
    width: 90vw;
    max-width: 390px;
    z-index: 12;
    color: #fff;
    /* Create scrollbar on webkit based browsers */
    /* Handle */
    /* Handle on hover */
  }
  .career-filter::-webkit-scrollbar {
    width: 10px;
  }
  .career-filter::-webkit-scrollbar-track {
    background: #0e4855;
  }
  .career-filter::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.2);
  }
  .career-filter::-webkit-scrollbar-thumb:hover {
    background: rgba(255, 255, 255, 0.3);
  }
  .career-filter__radius {
    position: relative;
  }
  .career-filter__radius__input {
    color: #072329;
  }
  .career-filter__radius__km {
    color: #072329;
  }
}
.career-filter__reset {
  margin-bottom: calc(var(--margin) * 12px);
  text-align: right;
  color: #e8231a;
}
.career-filter__close__icon {
  color: white;
}
.career-filter__close__icon:hover {
  color: #e8231a;
}
.career-filter__apply {
  position: fixed;
  bottom: 0;
  left: 0;
  background: rgba(7, 35, 41, 0.6);
  width: calc(90vw - 10px);
  max-width: 380px;
  padding-left: calc(var(--padding) * 36px);
  padding-right: calc(var(--padding) * 36px);
  padding-top: calc(var(--padding) * 24px);
  padding-bottom: calc(var(--padding) * 24px);
}
.career-filter__apply__button {
  width: 100%;
}
.career-filter__group {
  margin-bottom: calc(var(--margin) * 30px);
}
.career-filter__title {
  font-size: calc(0.9 * 20px);
  line-height: 1.6em;
  font-weight: 700;
  /* 991 down */
  margin-bottom: calc(var(--margin) * 12px);
}
@media (max-width: 991px ) {
  .career-filter__title {
    font-size: calc(0.9 * 20px);
  }
}
@media (max-width: 767px ) {
  .career-filter__title {
    font-size: calc(0.9 * 18px);
  }
}
.career-filter__option {
  margin-top: calc(var(--margin) * 12px);
  margin-bottom: calc(var(--margin) * 12px);
}
.career-filter__radius {
  position: relative;
}
.career-filter__radius__input {
  width: 100%;
  background: #fff;
  border-radius: 0;
  border: 1px solid #e4dbce;
  appearance: auto;
  transition: border-color ease 0.3s;
  padding: 6px 110px 6px 15px;
}
.career-filter__radius__input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(7, 35, 41, 0.6);
}
.career-filter__radius__input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgba(7, 35, 41, 0.6);
}
.career-filter__radius__input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: rgba(7, 35, 41, 0.6);
}
.career-filter__radius__km {
  position: absolute;
  top: 1px;
  right: 6px;
  bottom: 1px;
  width: 90px;
  background: #fff;
  border-radius: 0;
  appearance: auto;
  padding: 7px;
}
.career-filter__overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 11;
  background: #072329;
  opacity: 0.5;
}
.career-recourse {
  padding-top: calc(var(--padding) * 24px);
  padding-right: calc(var(--padding) * 24px);
  padding-bottom: calc(var(--padding) * 24px);
  padding-left: calc(var(--padding) * 24px);
  color: #fff;
  background: #607A80;
  text-align: center;
  /* recruiter  */
}
.career-recourse__title {
  font-size: calc(1 * 26px);
  line-height: 1.6em;
  /* 991 down */
  font-weight: 700;
}
@media (max-width: 991px ) {
  .career-recourse__title {
    font-size: calc(1 * 22px);
  }
}
@media (max-width: 767px ) {
  .career-recourse__title {
    font-size: calc(1 * 20px);
  }
}
.career-recourse__text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  font-weight: 500;
  line-height: 1.5em;
  max-height: 4.6em;
}
.career-recourse__link {
  break-inside: avoid;
  white-space: nowrap;
}
.career-recourse__recruiter {
  display: flex;
  flex-direction: row;
  column-gap: 5%;
}
.career-recourse__recruiter__avatar {
  width: 20%;
  height: 20%;
  border-radius: 50%;
}
@media (min-width: 992px ) {
  .career-recourse__recruiter__avatar {
    width: 15%;
    height: 15%;
  }
}
.career-recourse__recruiter__connect {
  display: flex;
  flex-direction: column;
  width: 75%;
}
@media (min-width: 992px ) {
  .career-recourse__recruiter__connect {
    width: 80%;
  }
}
.career-recourse__recruiter__link {
  display: grid;
  grid-template-columns: 1.4em auto;
  color: #fff;
  inline-size: 100%;
  overflow-wrap: break-word;
  margin-bottom: 4px;
  align-items: center;
}
.career-recourse__recruiter__link__icon {
  fill: #fff;
  line-height: 1.4em;
}
.career-recourse__recruiter__link__text {
  overflow-wrap: anywhere;
}
.career-recourse__recruiter__link:hover {
  text-decoration: underline;
}
.career-recourse--recruiter {
  text-align: left;
}
.career-recourse--recruiter .career-recourse__title {
  font-size: calc(1 * 20px);
  line-height: 1.6em;
  font-weight: 700;
  /* 991 down */
  font-weight: 400;
}
@media (max-width: 991px ) {
  .career-recourse--recruiter .career-recourse__title {
    font-size: calc(1 * 20px);
  }
}
@media (max-width: 767px ) {
  .career-recourse--recruiter .career-recourse__title {
    font-size: calc(1 * 18px);
  }
}
.career-recourse--primary {
  background: #e8231a;
}
.career-recourse--primary .career-recourse__button {
  background: #072329;
}
.career-recourse--primary .career-recourse__button:hover {
  background: #fff;
  color: #072329;
}
.career-recruiter {
  border-bottom: 1px solid #e4dbce;
  display: flex;
  flex-direction: column;
}
.career-recruiter__visual {
  height: 0;
  padding-bottom: calc(9/16*100%);
  position: relative;
}
.career-recruiter__img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left: 0%;
  top: 0;
  object-fit: cover;
}
.career-recruiter__content {
  padding-left: calc(var(--padding) * 12px);
  padding-right: calc(var(--padding) * 12px);
  padding-top: calc(var(--padding) * 24px);
  padding-bottom: calc(var(--padding) * 24px);
  text-align: left;
  flex-grow: 2;
  display: flex;
  flex-direction: column;
}
.career-recruiter__description {
  font-size: 16px;
  line-height: 1.4em;
  margin-bottom: calc(var(--margin) * 6px);
}
.career-recruiter__name {
  font-size: calc(1 * 20px);
  line-height: 1.6em;
  font-weight: 700;
  /* 991 down */
}
@media (max-width: 991px ) {
  .career-recruiter__name {
    font-size: calc(1 * 20px);
  }
}
@media (max-width: 767px ) {
  .career-recruiter__name {
    font-size: calc(1 * 18px);
  }
}
.career-recruiter__email {
  font-size: 15px;
  font-weight: 700;
  color: #e8231a;
  text-decoration: none;
  overflow-wrap: break-word;
  letter-spacing: -0.5px;
}
.career-recruiter__email:hover {
  text-decoration: unederline;
  color: #e8231a;
}
.career-recruiter__phone {
  font-size: calc(0.8 * 20px);
  line-height: 1.6em;
  font-weight: 700;
  /* 991 down */
}
@media (max-width: 991px ) {
  .career-recruiter__phone {
    font-size: calc(0.8 * 20px);
  }
}
@media (max-width: 767px ) {
  .career-recruiter__phone {
    font-size: calc(0.8 * 18px);
  }
}
.career-recruiter__whatsapp {
  font-size: 16px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.career-recruiters {
  display: flex;
}
@media (max-width: 991px ) {
  .career-recruiters {
    padding-left: var(--container-padding);
    padding-right: var(--container-padding);
  }
}
.career-recruiters__recruiter {
  height: 100%;
  margin-bottom: calc(var(--margin) * 24px);
}
.career-search {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.career-search__action {
  position: relative;
  z-index: 1;
  flex-basis: 100%;
}
.career-search__action__input {
  position: relative;
  z-index: 1;
  background-color: #fff;
  color: #072329;
  width: 100%;
  height: 40px;
  line-height: 1;
  outline: none;
  padding: 7px 50px 7px 15px;
}
.career-search__action__input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(7, 35, 41, 0.6);
}
.career-search__action__input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgba(7, 35, 41, 0.6);
}
.career-search__action__input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: rgba(7, 35, 41, 0.6);
}
.career-search__action__button {
  background-color: transparent;
  color: #e8231a;
  cursor: pointer;
  padding: 0;
  text-decoration: none;
  position: absolute;
  z-index: 2;
  top: 0px;
  right: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px!important;
  width: 50px!important;
}
.career-search__toggle {
  margin-left: 12px;
}
@media (max-width: 991px ) {
  .career-search {
    padding-top: calc(var(--padding) * 24px);
    padding-right: calc(var(--padding) * 24px);
    padding-bottom: calc(var(--padding) * 24px);
    padding-left: calc(var(--padding) * 24px);
    background: #f6f3ef;
    justify-content: space-between;
  }
  .career-search__action {
    max-width: 100%;
  }
  .career-search__toggle {
    flex-shrink: 0;
  }
}
.career-teasers {
  overflow-x: hidden;
  position: relative;
}
.career-teasers__teaser {
  position: relative;
  padding-top: 100%;
  font-size: 1.6vw !important;
}
@media (min-width: 992px ) and (max-width: 1199px ) {
  .career-teasers__teaser {
    font-size: 2.2vw !important;
  }
}
@media (min-width: 768px ) and (max-width: 991px ) {
  .career-teasers__teaser {
    font-size: 3vw !important;
  }
}
@media (max-width: 767px ) {
  .career-teasers__teaser {
    font-size: 5vw !important;
  }
}
.career-usps {
  padding-top: calc(var(--padding) * 12px);
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}
.career-usps__usp {
  margin-left: calc(var(--margin) * 12px);
  margin-right: calc(var(--margin) * 12px);
  display: flex;
  flex-grow: 1;
  width: 30%;
  flex-direction: column;
}
.career-usps__usp__img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 80px;
  width: 50%;
}
@media (max-width: 767px ) {
  .career-usps__usp__img {
    max-width: 40px;
  }
}
.career-usps__usp__text {
  font-size: calc(0.9 * 20px);
  line-height: 1.6em;
  /* 991 down */
  display: block;
  text-align: center;
  color: #e8231a;
  font-weight: 700;
}
@media (max-width: 991px ) {
  .career-usps__usp__text {
    font-size: calc(0.9 * 20px);
  }
}
@media (max-width: 767px ) {
  .career-usps__usp__text {
    font-size: calc(0.9 * 18px);
  }
}
.filter-menu {
  padding-top: calc(var(--padding) * 24px);
  padding-right: calc(var(--padding) * 24px);
  padding-bottom: calc(var(--padding) * 24px);
  padding-left: calc(var(--padding) * 24px);
  background: #f6f3ef;
  font-size: 16px;
  /* default filyer form elements */
}
.filter-menu__reset {
  margin-bottom: calc(var(--margin) * 12px);
  text-align: right;
  color: #e8231a;
}
.filter-menu__group {
  margin-bottom: calc(var(--margin) * 30px);
}
.filter-menu__title {
  font-size: calc(0.9 * 20px);
  line-height: 1.6em;
  font-weight: 700;
  /* 991 down */
  margin-bottom: calc(var(--margin) * 12px);
}
@media (max-width: 991px ) {
  .filter-menu__title {
    font-size: calc(0.9 * 20px);
  }
}
@media (max-width: 767px ) {
  .filter-menu__title {
    font-size: calc(0.9 * 18px);
  }
}
.filter-menu__select {
  width: 100%;
  background: #fff;
  border-radius: 0;
  border: 1px solid #e4dbce;
  appearance: auto;
  transition: border-color ease 0.3s;
  padding: 6px 15px 6px 15px;
}
.filter-menu__option {
  margin-top: calc(var(--margin) * 12px);
  margin-bottom: calc(var(--margin) * 12px);
}
.filter-menu__radius {
  position: relative;
}
.filter-menu__radius__input {
  width: 100%;
  background: #fff;
  border-radius: 0;
  border: 1px solid #e4dbce;
  appearance: auto;
  transition: border-color ease 0.3s;
  padding: 6px 110px 6px 15px;
}
.filter-menu__radius__input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(7, 35, 41, 0.6);
}
.filter-menu__radius__input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgba(7, 35, 41, 0.6);
}
.filter-menu__radius__input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: rgba(7, 35, 41, 0.6);
}
.filter-menu__radius__km {
  position: absolute;
  top: 1px;
  right: 6px;
  bottom: 1px;
  width: 90px;
  background: #fff;
  border-radius: 0;
  appearance: auto;
  padding: 7px;
}
@media (max-width: 991px ) {
  .filter-menu--responsive {
    padding-top: calc(var(--padding) * 36px);
    padding-right: calc(var(--padding) * 36px);
    padding-bottom: calc(var(--padding) * 36px);
    padding-left: calc(var(--padding) * 36px);
    padding-bottom: calc(var(--padding) * 96px);
    overflow-y: scroll;
    display: none;
    background: #072329;
    position: fixed;
    eight: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    opacity: 1;
    /* will-change: transform;
			visibility: hidden; */
    width: 90vw;
    max-width: 390px;
    z-index: 12;
    color: #fff;
    /* Create scrollbar on webkit based browsers */
    /* Handle */
    /* Handle on hover */
  }
  .filter-menu--responsive::-webkit-scrollbar {
    width: 10px;
  }
  .filter-menu--responsive::-webkit-scrollbar-track {
    background: #0e4855;
  }
  .filter-menu--responsive:-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.2);
  }
  .filter-menu--responsive::-webkit-scrollbar-thumb:hover {
    background: rgba(255, 255, 255, 0.3);
  }
  .filter-menu--responsive .filter-menu__select {
    color: #072329;
  }
  .filter-menu--responsive .filter-menu__radius {
    position: relative;
  }
  .filter-menu--responsive .filter-menu__radius .filter-menu__radius__input {
    color: #072329;
  }
  .filter-menu--responsive .filter-menu__radius .filter-menu__radius__km {
    color: #072329;
  }
  .filter-menu--responsive .filter-menu__close .filter-menu__close__icon {
    color: white;
  }
  .filter-menu--responsive .filter-menu__close .filter-menu__close__icon .filter-menu__close__icon:hover {
    color: #e8231a;
  }
  .filter-menu--responsive .filter-menu__apply {
    position: fixed;
    bottom: 0;
    left: 0;
    background: rgba(7, 35, 41, 0.6);
    width: calc(90vw - 10px);
    max-width: 380px;
    padding-left: calc(var(--padding) * 36px);
    padding-right: calc(var(--padding) * 36px);
    padding-top: calc(var(--padding) * 24px);
    padding-bottom: calc(var(--padding) * 24px);
  }
  .filter-menu--responsive .filter-menu__apply .filter-menu__apply__button {
    width: 100%;
  }
}
.filter-menu__overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 11;
  background: #072329;
  opacity: 0.5;
}
.filter-trigger {
  padding-top: calc(var(--padding) * 24px);
  padding-right: calc(var(--padding) * 24px);
  padding-bottom: calc(var(--padding) * 24px);
  padding-left: calc(var(--padding) * 24px);
  background: #f6f3ef;
}
.filter-trigger__button {
  display: block !important;
  text-align: center;
}
.filter-card {
  display: block;
  border-bottom: 1px solid #e4dbce;
}
.filter-card__title {
  font-size: calc(1 * 20px);
  line-height: 1.6em;
  /* 991 down */
  color: #e8231a;
  font-weight: 700;
}
@media (max-width: 991px ) {
  .filter-card__title {
    font-size: calc(1 * 20px);
  }
}
@media (max-width: 767px ) {
  .filter-card__title {
    font-size: calc(1 * 18px);
  }
}
.filter-card__summary {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  font-weight: 500;
  line-height: 1.5em;
  max-height: 4.6em;
}
.filter-card__alternative {
  font-weight: 400;
}
.filter-card__footer {
  font-size: 15px;
}
.filter-card__meta {
  display: inline-block;
  margin-right: calc(var(--margin) * 12px);
}
.filter-card__meta__icon {
  margin-top: -3px;
}
.article-footer__social {
  padding-top: calc(var(--padding) * 12px);
  padding-bottom: calc(var(--padding) * 12px);
}
.article-footer__social__link {
  padding-left: calc(var(--padding) * 6px);
  padding-right: calc(var(--padding) * 6px);
}
.article-footer__social__link:hover,
.article-footer__social__link:hover * {
  color: #e8231a;
  fill: #e8231a;
}
.article-footer__tags {
  font-weight: 500;
  padding-top: calc(var(--padding) * 24px);
  border-top: 2px solid #f6f3ef;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
}
.article-footer__tags__link {
  display: inline-flex;
  line-height: 1em;
  align-items: center;
  padding: 9px;
  background: #e8231a;
  color: #fff;
  gap: 4px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
.article-footer__tags__link:hover {
  background: #072329;
}
.article-credentials {
  margin-bottom: calc(var(--margin) * 30px);
}
@media (max-width: 991px ) {
  .article-credentials {
    margin-bottom: calc(var(--margin) * 24px);
    line-height: 1.8em;
  }
}
.article-credentials__date {
  display: inline-block;
  font-weight: 500;
}
@media (max-width: 767px ) {
  .page-body--campaign .page-body__column-2 {
    order: 1;
  }
}
.aside {
  padding-top: calc(var(--padding) * 24px);
  padding-right: calc(var(--padding) * 24px);
  padding-bottom: calc(var(--padding) * 24px);
  padding-left: calc(var(--padding) * 24px);
  background: #f6f3ef;
}
.articles {
  overflow-x: hidden;
  position: relative;
}
.accordion__item {
  cursor: pointer;
  padding-bottom: calc(var(--padding) * 6px);
  border-bottom: 1px solid #e4dbce;
}
.accordion__titlewrap {
  display: flex;
}
.accordion__number {
  min-width: 2rem;
  padding-right: 0.5rem;
  color: #e8231a;
  font-weight: 700;
}
.accordion__title {
  padding-right: 10px;
  position: relative;
  display: block;
  flex-grow: 2;
  font-weight: 700;
}
.accordion__title:after {
  color: #e8231a;
  font-family: "Material Icons";
  content: 'expand_more';
  display: inline;
  position: absolute;
  right: 0;
  top: 0;
  will-change: content;
}
.accordion__body {
  height: 0;
  overflow: hidden;
  padding-left: 2em;
}
.accordion--unfolded .accordion__title:after {
  content: 'expand_less';
}
.accordion--unfolded .accordion__body {
  height: auto;
  padding-top: calc(var(--padding) * 12px);
}
.accordion--faq .accordion__title:after {
  font-family: arial;
  font-weight: 700;
  content: '+';
}
.accordion--faq.accordion--unfolded .accordion__title:after {
  content: '-';
}
.accordion--light .accordion__item {
  padding-top: calc(var(--padding) * 12px);
  padding-bottom: 0;
  background: #f6f3ef;
}
.accordion--light .accordion__titlewrap {
  padding-left: calc(var(--padding) * 24px);
  padding-right: calc(var(--padding) * 24px);
  padding-bottom: calc(var(--padding) * 12px);
}
.accordion--light .accordion__body {
  padding-left: calc(var(--padding) * 24px);
  padding-right: calc(var(--padding) * 24px);
  background: white;
}
.accordion--light .accordion__body .block--productform {
  padding-left: calc(var(--padding) * 12px);
  padding-right: calc(var(--padding) * 12px);
  background: #f6f3ef;
}
.banner__message {
  text-align: center;
  color: rgba(7, 35, 41, 0.8);
  font-size: 16px;
}
.block {
  margin-bottom: calc(var(--margin) * 30px);
}
.block--image {
  margin-bottom: calc(var(--margin) * 30px);
}
.block--images {
  margin-bottom: calc(var(--margin) * 30px);
}
.block--embed {
  margin-bottom: calc(var(--margin) * 30px);
}
.block--header {
  margin-bottom: calc(var(--margin) * 6px);
}
.breadcrumbs__icon {
  transform: translateY(-2px);
}
.breadcrumbs__link {
  margin-right: calc(var(--margin) * 6px);
  color: #e8231a;
  font-size: 18px;
}
.breadcrumbs__link--current {
  color: #072329;
  text-decoration: none;
}
.breadcrumbs__link:hover {
  color: #072329;
}
.breadcrumbs__arrow {
  margin-right: calc(var(--margin) * 6px);
  font-size: 20px;
  transform: translateY(-1px);
  display: inline-block;
  color: #e8231a;
}
.button {
  padding-top: calc(var(--padding) * 6px);
  padding-bottom: calc(var(--padding) * 6px);
  padding-left: calc(var(--padding) * 24px);
  padding-right: calc(var(--padding) * 24px);
  text-align: center;
  background-color: #e8231a;
  display: inline-block;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.4em;
  color: #fff;
  cursor: pointer;
  transition: background ease 0.2s;
}
@media (max-width: 1199px ) {
  .button {
    font-size: 22px;
  }
}
@media (max-width: 991px ) {
  .button {
    font-size: 20px;
  }
}
@media (max-width: 767px ) {
  .button {
    font-size: 20px;
  }
}
.button:hover {
  background-color: #072329;
}
.button__icon {
  fill: #fff;
}
.button--outline {
  background-color: transparent;
  border: 2px solid #fff;
}
.button--outline:hover {
  background-color: #fff;
  color: #e8231a;
}
.button--outline-2 {
  background-color: transparent;
  border: 2px solid #e8231a;
  color: #e8231a;
}
.button--outline-2:hover {
  background-color: #e8231a;
  color: #fff;
}
.button--dark {
  background-color: #072329;
}
.button--secondary {
  background-color: #a6babc;
}
.button--tertiary {
  background-color: #009C3B;
}
.button--play {
  padding-top: calc(var(--padding) * 6px);
  padding-right: calc(var(--padding) * 6px);
  padding-bottom: calc(var(--padding) * 6px);
  padding-left: calc(var(--padding) * 6px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 72px;
  height: 72px;
  line-height: 1.3em;
}
@media (min-width: 1200px ) and (max-width: 1599px ) {
  .button--play {
    line-height: 1.4em;
  }
}
@media (max-width: 991px ) {
  .button--play {
    line-height: 1.8em;
    width: 48px;
    height: 48px;
  }
}
.button--large {
  padding-top: calc(var(--padding) * 12px);
  padding-bottom: calc(var(--padding) * 12px);
  padding-left: calc(var(--padding) * 24px);
  padding-right: calc(var(--padding) * 24px);
}
.button--small {
  font-size: 18.667px;
}
@media (max-width: 1199px ) {
  .button--small {
    font-size: 16px;
  }
}
@media (max-width: 991px ) {
  .button--small {
    font-size: 15px;
    line-height: 32px;
  }
}
@media (max-width: 767px ) {
  .button--small {
    font-size: 15px;
  }
}
.button--inline {
  display: inline-block;
}
@media (min-width: 992px ) {
  .card {
    margin-bottom: calc(var(--margin) * 24px);
  }
}
.card__visual {
  height: 0;
  padding-bottom: calc(9/16*100%);
  position: relative;
  background: #f6f3ef;
}
.card__img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  object-fit: cover;
}
.card__label {
  position: absolute;
  bottom: 10px;
  left: 10px;
  z-index: 10;
}
.card__date {
  font-size: 0.85em;
  font-weight: 500;
}
.card__content {
  padding-top: calc(var(--padding) * 12px);
  padding-bottom: calc(var(--padding) * 12px);
}
.card__title {
  font-size: 20px;
  line-height: 1.2em;
  font-weight: 700;
}
@media (max-width: 767px ) {
  .card__title {
    font-size: 17px;
  }
}
.card__body {
  margin-top: calc(var(--margin) * 24px);
}
@media (max-width: 767px ) {
  .card__body {
    margin-top: calc(var(--margin) * 6px);
  }
}
@media (max-width: 767px ) {
  .card__summary {
    font-size: 17px;
  }
}
@media (max-width: 767px ) {
  .card--default {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding-top: calc(var(--padding) * 12px);
    padding-bottom: calc(var(--padding) * 24px);
  }
  .card--default .card__visual {
    flex-grow: 2;
    flex-basis: 110px;
    width: 110px;
    max-width: 110px;
    height: calc(9/16*110px);
    padding: 0;
  }
  .card--default .card__content {
    flex-grow: 0;
    flex-shrink: 100;
    padding: 0;
    padding-left: calc(var(--padding) * 24px);
  }
  .card--default .card__content .card__content__label {
    margin-bottom: calc(var(--margin) * 6px);
  }
  .card--default .card__summary {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
.card--related {
  position: relative;
  background: #f6f3ef;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  padding: 0;
}
.card--related .card__visual {
  flex-grow: 2;
  flex-basis: 110px;
  max-width: 110px;
  min-height: calc(9/16*110px);
  height: auto;
  padding: 0;
}
.card--related .card__content {
  display: flex;
  align-items: center;
  flex-grow: 0;
  flex-shrink: 100;
  padding: 0;
  padding-left: calc(var(--padding) * 24px);
  padding-right: calc(var(--padding) * 24px);
  padding-top: calc(var(--padding) * 24px);
  padding-bottom: calc(var(--padding) * 24px);
}
.card--related .card__content__label {
  margin-bottom: calc(var(--margin) * 6px);
}
.card--related .card__body {
  margin-top: calc(var(--margin) * 6px);
}
.card--related .card__summary:after {
  content: '';
  display: inline-block;
  width: 8px;
  height: 12px;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxMy4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDE0OTQ4KSAgLS0+DQo8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgd2lkdGg9IjgwcHgiIGhlaWdodD0iMTQ1cHgiIHZpZXdCb3g9IjAgMCA4MCAxNDUiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDgwIDE0NSIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8cG9seWdvbiBmaWxsPSIjRTgyMzFBIiBwb2ludHM9IjU3LjQ1MywwIDAuMDAxLDAgMjIuNTY5LDcyLjQ5OCAwLDE0NSA1Ny40NTEsMTQ1IDgwLDcyLjQ5OCAiLz4NCjwvc3ZnPg0K');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
}
.cta {
  display: block;
  position: relative;
  background-size: cover;
  background-position: 50%;
  background-color: #f6f3ef;
}
.cta__wrap {
  padding-top: calc(var(--padding) * 24px);
  padding-right: calc(var(--padding) * 24px);
  padding-bottom: calc(var(--padding) * 24px);
  padding-left: calc(var(--padding) * 24px);
}
.cta__content {
  width: 100%;
}
.cta__title {
  font-size: calc(1 * 50px);
  line-height: 1.2em;
  font-weight: 700;
  /* 1199 down */
  /* 991 down */
}
@media (max-width: 1199px ) {
  .cta__title {
    font-size: calc(1 * 50px);
  }
}
@media (max-width: 991px ) {
  .cta__title {
    font-size: calc(1 * 42px);
  }
}
@media (max-width: 767px ) {
  .cta__title {
    font-size: calc(1 * 36px);
  }
}
@media (max-width: 1199px ) {
  .cta__title {
    font-size: calc(0.7 * 50px);
    line-height: 1.2em;
    font-weight: 700;
    /* 1199 down */
    /* 991 down */
  }
}
@media (max-width: 1199px ) and (max-width: 1199px ) {
  .cta__title {
    font-size: calc(0.7 * 50px);
  }
}
@media (max-width: 1199px ) and (max-width: 991px ) {
  .cta__title {
    font-size: calc(0.7 * 38px);
  }
}
@media (max-width: 1199px ) and (max-width: 767px ) {
  .cta__title {
    font-size: calc(0.7 * 32px);
  }
}
.cta__streamer {
  font-size: 30px;
  line-height: 1.6em;
  font-size: calc(1 * 28px);
  line-height: 1.2em;
  font-weight: 400;
  /* 991 down */
  margin-bottom: calc(var(--margin) * 24px);
}
@media (max-width: 991px ) {
  .cta__streamer {
    font-size: calc(1 * 24px);
  }
}
@media (max-width: 1199px ) {
  .cta__streamer {
    font-size: calc(0.8 * 28px);
    line-height: 1.2em;
    font-weight: 400;
    /* 991 down */
    margin-bottom: calc(var(--margin) * 6px);
  }
}
@media (max-width: 1199px ) and (max-width: 991px ) {
  .cta__streamer {
    font-size: calc(0.8 * 24px);
  }
}
.cta__subtitle {
  font-size: 30px;
  line-height: 1.6em;
  font-size: calc(1 * 28px);
  line-height: 1.2em;
  font-weight: 400;
  /* 991 down */
  margin-top: calc(var(--margin) * 24px);
}
@media (max-width: 991px ) {
  .cta__subtitle {
    font-size: calc(1 * 24px);
  }
}
@media (max-width: 1199px ) {
  .cta__subtitle {
    font-size: calc(0.7 * 28px);
    line-height: 1.2em;
    font-weight: 400;
    /* 991 down */
    margin-top: calc(var(--margin) * 6px);
  }
}
@media (max-width: 1199px ) and (max-width: 991px ) {
  .cta__subtitle {
    font-size: calc(0.7 * 24px);
  }
}
.cta__button {
  margin-top: calc(var(--margin) * 24px);
}
@media (max-width: 1199px ) {
  .cta__button {
    margin-top: calc(var(--margin) * 12px);
  }
}
.cta--xs .cta__wrap {
  padding-top: calc(var(--padding) * 24px);
  padding-right: calc(var(--padding) * 24px);
  padding-bottom: calc(var(--padding) * 24px);
  padding-left: calc(var(--padding) * 24px);
}
.cta--xs .cta__title {
  line-height: 1.2em;
  font-weight: 700;
  font-size: calc(0.8 * 32px);
}
.cta--xs .cta__streamer {
  font-size: calc(0.8 * 28px);
  line-height: 1.2em;
  font-weight: 400;
  /* 991 down */
  font-size: calc(0.8 * 24px);
  margin-bottom: calc(var(--margin) * 6px);
}
@media (max-width: 991px ) {
  .cta--xs .cta__streamer {
    font-size: calc(0.8 * 24px);
  }
}
.cta--xs .cta__subtitle {
  font-size: calc(0.6 * 28px);
  line-height: 1.2em;
  font-weight: 400;
  /* 991 down */
  font-size: calc(0.8 * 24px);
  margin-top: calc(var(--margin) * 6px);
}
@media (max-width: 991px ) {
  .cta--xs .cta__subtitle {
    font-size: calc(0.6 * 24px);
  }
}
.cta--xs .cta__button {
  margin-top: calc(var(--margin) * 6px);
}
.cta--xs .cta__button .button {
  font-size: 18px;
}
@media (min-width: 992px ) and (max-width: 1199px ) {
  .cta--xs .cta__button .button {
    font-size: 16px;
  }
}
@media (max-width: 991px ) {
  .cta--xs .cta__button .button {
    font-size: 16px;
    line-height: 32px;
  }
}
.cta--small .cta__wrap {
  padding-top: calc(var(--padding) * 24px);
  padding-right: calc(var(--padding) * 24px);
  padding-bottom: calc(var(--padding) * 24px);
  padding-left: calc(var(--padding) * 24px);
}
.cta--small .cta__title {
  font-size: calc(0.7 * 50px);
  line-height: 1.2em;
  font-weight: 700;
  /* 1199 down */
  /* 991 down */
}
@media (max-width: 1199px ) {
  .cta--small .cta__title {
    font-size: calc(0.7 * 50px);
  }
}
@media (max-width: 991px ) {
  .cta--small .cta__title {
    font-size: calc(0.7 * 38px);
  }
}
@media (max-width: 767px ) {
  .cta--small .cta__title {
    font-size: calc(0.7 * 32px);
  }
}
.cta--small .cta__streamer {
  font-size: calc(0.7 * 28px);
  line-height: 1.2em;
  font-weight: 400;
  /* 991 down */
  margin-bottom: calc(var(--margin) * 6px);
}
@media (max-width: 991px ) {
  .cta--small .cta__streamer {
    font-size: calc(0.7 * 24px);
  }
}
.cta--small .cta__subtitle {
  font-size: calc(0.7 * 28px);
  line-height: 1.2em;
  font-weight: 400;
  /* 991 down */
  margin-top: calc(var(--margin) * 6px);
}
@media (max-width: 991px ) {
  .cta--small .cta__subtitle {
    font-size: calc(0.7 * 24px);
  }
}
.cta--small .cta__button {
  margin-top: calc(var(--margin) * 6px);
}
.cta--large .cta__content {
  max-width: 992px;
  margin: 0 auto;
}
@media (max-width: 1199px ) {
  .cta--large .cta__content {
    max-width: 768px;
  }
}
.cta--large .cta__wrap {
  padding-top: calc(var(--padding) * 24px);
  padding-right: calc(var(--padding) * 24px);
  padding-bottom: calc(var(--padding) * 24px);
  padding-left: calc(var(--padding) * 24px);
}
@media (max-width: 767px ) {
  .cta--large .cta__wrap {
    padding-top: calc(var(--padding) * 48px);
    padding-right: calc(var(--padding) * 48px);
    padding-bottom: calc(var(--padding) * 48px);
    padding-left: calc(var(--padding) * 48px);
  }
}
.cta--large .cta__title {
  font-size: calc(0.8 * 50px);
  line-height: 1.2em;
  font-weight: 700;
  /* 1199 down */
  /* 991 down */
}
@media (max-width: 1199px ) {
  .cta--large .cta__title {
    font-size: calc(0.8 * 50px);
  }
}
@media (max-width: 991px ) {
  .cta--large .cta__title {
    font-size: calc(0.8 * 38px);
  }
}
@media (max-width: 767px ) {
  .cta--large .cta__title {
    font-size: calc(0.8 * 32px);
  }
}
.cta--large .cta__streamer {
  font-size: calc(0.8 * 28px);
  line-height: 1.2em;
  font-weight: 400;
  /* 991 down */
  margin-bottom: calc(var(--margin) * 12px);
}
@media (max-width: 991px ) {
  .cta--large .cta__streamer {
    font-size: calc(0.8 * 24px);
  }
}
.cta--large .cta__subtitle {
  font-size: calc(0.8 * 28px);
  line-height: 1.2em;
  font-weight: 400;
  /* 991 down */
  margin-top: calc(var(--margin) * 12px);
}
@media (max-width: 991px ) {
  .cta--large .cta__subtitle {
    font-size: calc(0.8 * 24px);
  }
}
.cta--large .cta__button {
  margin-top: calc(var(--margin) * 24px);
}
.cta--left {
  text-align: left;
}
.cta--left .cta__content {
  max-width: 992px;
}
.cta--center {
  text-align: center;
}
.cta--right {
  text-align: right;
}
.cta--red {
  background-color: #e8231a;
}
.cta--teal {
  background-color: #a6babc;
}
.cta--dark {
  background-color: #072329;
}
.cta--image:after {
  content: "";
  display: block;
  padding-top: 42.85%;
  /* aspectratio 7:3 */
}
@media (max-width: 767px ) {
  .cta--image:after {
    padding-top: 60%;
    /* aspectratio 4:3 */
  }
}
.cta--image .cta__picture {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.cta--image .cta__picture__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cta--image .cta__wrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.cta--image-half:after {
  content: "";
  display: block;
  padding-top: 28.57%;
  /* aspectratio 7:2 */
}
@media (max-width: 1199px ) {
  .cta--image-half:after {
    padding-top: 42.85%;
    /* aspectratio 7:3 */
  }
}
@media (max-width: 767px ) {
  .cta--image-half:after {
    padding-top: 50%;
    /* aspectratio 4:2 */
  }
}
.cta--image-half .cta__picture {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.cta--image-half .cta__picture__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cta--image-half .cta__wrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.cta--middle .cta__wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cta--bottom .cta__wrap {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.cta--full {
  /* only use on full screen width  -- probably overkill and you can use --large as well */
  max-width: 100%;
}
.cta--full .cta__content {
  max-width: 992px;
  margin: 0 auto;
}
.cta--light .cta__title,
.cta--light .cta__streamer,
.cta--light .cta__subtitle {
  color: #fff;
}
.dossier__intro {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.dossier__content {
  padding-top: calc(var(--padding) * 24px);
  padding-bottom: calc(var(--padding) * 24px);
  padding-right: calc(var(--padding) * 24px);
}
@media (max-width: 991px ) {
  .dossier__content {
    padding-top: calc(var(--padding) * 24px);
    padding-right: calc(var(--padding) * 24px);
    padding-bottom: calc(var(--padding) * 24px);
    padding-left: calc(var(--padding) * 24px);
    background: #f6f3ef;
  }
}
.download {
  padding-top: calc(var(--padding) * 12px);
  padding-right: calc(var(--padding) * 12px);
  padding-bottom: calc(var(--padding) * 12px);
  padding-left: calc(var(--padding) * 12px);
  display: block;
  font-weight: 500;
  background: #f6f3ef;
  line-height: 24px;
}
.download__icon {
  color: #e8231a;
  display: inline-block;
  margin-right: calc(var(--margin) * 12px);
  margin-top: -4px;
}
.download__ext {
  font-weight: 400;
  color: #e8231a;
}
.embed__placeholder {
  background: #072329;
  color: #fff;
  line-height: 1.6em;
  font-size: 17px;
  text-align: center;
}
.embed__link {
  color: #fff;
  text-decoration: none;
  border-bottom: 3px solid #fbdad8;
}
.embed__link:hover {
  border-color: #e8231a;
}
.embed__video {
  line-height: 0;
  height: 0;
  position: relative;
  width: 100%;
}
.embed__video iframe,
.embed__video object,
.embed__video embed,
.embed__video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.faq__item {
  cursor: pointer;
  padding-bottom: calc(var(--padding) * 6px);
  border-bottom: 1px solid #e4dbce;
}
.faq__question {
  display: flex;
}
.faq__question__number {
  min-width: 2rem;
  padding-right: 0.5rem;
  color: #e8231a;
  font-weight: 700;
}
.faq__question__title {
  padding-right: 10px;
  position: relative;
  display: block;
  flex-grow: 2;
  font-weight: 700;
}
.faq__question__title:after {
  color: #e8231a;
  content: '+';
  display: inline;
  position: absolute;
  right: 0;
  top: 0;
  font-family: arial;
  will-change: content;
}
.faq__answer {
  padding-top: calc(var(--padding) * 12px);
  height: 0;
  overflow: hidden;
  padding-left: 2em;
}
.faq--unfolded .faq__question__title:after {
  content: '-';
}
.faq--unfolded .faq__answer {
  height: auto;
}
.filter {
  padding-top: calc(var(--padding) * 24px);
  padding-right: calc(var(--padding) * 24px);
  padding-bottom: calc(var(--padding) * 24px);
  padding-left: calc(var(--padding) * 24px);
  background: #f6f3ef;
  font-size: 16px;
}
.filter__group {
  margin-bottom: calc(var(--margin) * 30px);
}
.filter__group:last-child {
  margin-bottom: 0;
}
.filter__title {
  font-size: calc(0.9 * 20px);
  line-height: 1.6em;
  font-weight: 700;
  /* 991 down */
  margin-bottom: calc(var(--margin) * 12px);
}
@media (max-width: 991px ) {
  .filter__title {
    font-size: calc(0.9 * 20px);
  }
}
@media (max-width: 767px ) {
  .filter__title {
    font-size: calc(0.9 * 18px);
  }
}
.filter__select {
  width: 100%;
  background: #fff;
  border-radius: 0;
  border: 1px solid #e4dbce;
  appearance: auto;
  transition: border-color ease 0.3s;
  padding: 6px 15px 6px 15px;
}
.filter__radius {
  position: relative;
}
.filter__radius__input {
  width: 100%;
  background: #fff;
  border-radius: 0;
  border: 1px solid #e4dbce;
  appearance: auto;
  transition: border-color ease 0.3s;
  padding: 6px 110px 6px 15px;
}
.filter__radius__input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(7, 35, 41, 0.6);
}
.filter__radius__input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgba(7, 35, 41, 0.6);
}
.filter__radius__input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: rgba(7, 35, 41, 0.6);
}
.filter__radius__km {
  position: absolute;
  top: 1px;
  right: 6px;
  bottom: 1px;
  width: 90px;
  background: #fff;
  border-radius: 0;
  appearance: auto;
  padding: 7px;
}
.form--style-1 {
  padding-top: calc(var(--padding) * 24px);
  padding-right: calc(var(--padding) * 24px);
  padding-bottom: calc(var(--padding) * 24px);
  padding-left: calc(var(--padding) * 24px);
  background: #f6f3ef;
}
.form--style-1 .form__input--text,
.form--style-1 .form__input--select,
.form--style-1 .form__input--textarea {
  border-color: #e4dbce;
}
.form--heading {
  padding-left: calc(var(--padding) * 24px);
  padding-right: calc(var(--padding) * 24px);
  padding-top: calc(var(--padding) * 24px);
  background: #f6f3ef;
}
.form--style-2 {
  padding-top: calc(var(--padding) * 24px);
  padding-bottom: calc(var(--padding) * 24px);
  background: #f6f3ef;
}
.form--style-2 .form__input--text,
.form--style-2 .form__input--select,
.form--style-2 .form__input--textarea {
  border-color: #e4dbce;
}
.form__input--text,
.form__input--select,
.form__input--textarea {
  width: 100%;
  background: #fff;
  color: rgba(7, 35, 41, 0.7);
  border-radius: 0;
  border: 1px solid #072329;
  appearance: auto;
  padding: 6px;
  transition: border-color ease 0.3s;
}
.form__input--text:hover,
.form__input--select:hover,
.form__input--textarea:hover {
  border-color: #000000;
}
.form__input--textarea {
  height: 8em;
}
.form__input--checkbox {
  display: inline-box;
  color: #0e4855;
  font-size: 28px!important;
  margin-right: calc(var(--margin) * 6px);
}
.form__input--checkbox:hover {
  color: #031013;
}
.form__input--checkbox-checked {
  color: #031013;
}
.form__input--button {
  -webkit-appearance: none!important;
  -moz-appearance: none!important;
  appearance: none!important;
  border-radius: 0;
}
.form__input--button-fit {
  width: fit-content;
}
.form__input__radio,
.form__input__toggle,
.form__input__checkbox {
  margin-bottom: calc(var(--margin) * 12px);
}
.form__element--address {
  padding-top: calc(var(--padding) * 12px);
  padding-right: calc(var(--padding) * 12px);
  padding-bottom: calc(var(--padding) * 12px);
  padding-left: calc(var(--padding) * 12px);
  background: #ede7df;
}
.form__item {
  margin-bottom: 20px;
  display: block;
}
.form__item--error .form__item__error {
  color: #e8231a !important;
}
.form__item--error .form__input {
  border: 1px solid #e8231a;
}
.form__item--error .form__radio__label {
  color: #e8231a !important;
}
.form__item--error .form__checkbox + _label {
  color: #e8231a !important;
}
.form__label {
  display: block;
  font-weight: 500;
}
.form__toggle__label a {
  text-decoration: underline;
}
.form__info {
  margin-top: calc(var(--margin) * 6px);
  display: block;
  font-size: 14px;
  line-height: 19px;
  color: #072329;
}
@media (max-width: 1199px ) {
  .form__info {
    font-size: 12px;
  }
}
@media (max-width: 767px ) {
  .form__info {
    font-size: 11px;
  }
}
.form__header {
  margin-bottom: calc(var(--margin) * 12px);
}
.form__error {
  padding-top: calc(var(--padding) * 6px);
  padding-right: calc(var(--padding) * 6px);
  padding-bottom: calc(var(--padding) * 6px);
  padding-left: calc(var(--padding) * 6px);
  margin-bottom: calc(var(--margin) * 6px);
  background: rgba(232, 35, 26, 0.2);
}
.form__message {
  padding-top: calc(var(--padding) * 6px);
  padding-right: calc(var(--padding) * 6px);
  padding-bottom: calc(var(--padding) * 6px);
  padding-left: calc(var(--padding) * 6px);
  margin-bottom: calc(var(--margin) * 6px);
  background: rgba(7, 35, 41, 0.2);
}
.form__address {
  position: relative;
  padding-top: calc(var(--padding) * 6px);
  padding-right: calc(var(--padding) * 6px);
  padding-bottom: calc(var(--padding) * 6px);
  padding-left: calc(var(--padding) * 6px);
  padding-left: 24px;
  margin-top: calc(var(--margin) * 12px);
  background: #f6f3ef;
  font-size: 14px;
}
.form__address:before {
  content: '';
  background: white;
  position: absolute;
  width: 6px;
  height: 6px;
  top: 13px;
  left: 11px;
  border-radius: 50%;
  z-index: 1;
}
.form__address:after {
  content: '';
  background: black;
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50% 50% 50% 0%;
  transform: rotate(-50deg);
  left: 8px;
  top: 10px;
}
.form__filename {
  padding-top: calc(var(--padding) * 6px);
  padding-right: calc(var(--padding) * 6px);
  padding-bottom: calc(var(--padding) * 6px);
  padding-left: calc(var(--padding) * 6px);
  background: #fff;
  color: #009C3B;
}
.form__filename:before {
  content: '\2713';
  margin-right: 6px;
  font-weight: 700;
}
.form__progress {
  width: 100%;
  margin-bottom: calc(var(--margin) * 24px);
  height: 30px;
  overflow: hidden;
  background-color: #fff;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  border: 1px solid #e4dbce;
}
.form__progress.active .form__progress__bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.form__progress__bar .active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.form__progress__bar {
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #072329;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #286090 100%);
  background-image: -o-linear-gradient(top, #337ab7 0%, #286090 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#286090));
  background-image: linear-gradient(to bottom, #337ab7 0%, #286090 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff286090', GradientType=0);
  background-repeat: repeat-x;
}
.form__progress__bar--striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
  background-size: 40px 40px;
}
.form__progress__bar--success {
  background-color: #5cb85c;
  background-image: -webkit-linear-gradient(top, #5cb85c 0%, #449d44 100%);
  background-image: -o-linear-gradient(top, #5cb85c 0%, #449d44 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#449d44));
  background-image: linear-gradient(to bottom, #5cb85c 0%, #449d44 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0);
  background-repeat: repeat-x;
}
.footer {
  clear: both;
  background-color: #072329;
  font-size: 16px;
  color: #fff;
}
.footer li.has-child {
  font-size: 19px;
  color: #fff;
  font-weight: 500;
  text-decoration: none;
}
.footer .depth-0 > li li {
  text-decoration: none;
  font-size: 18px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7);
}
.footer .depth-0 > li li a {
  text-decoration: none;
  color: #fff;
}
.footer .depth-0 > li li a:hover {
  text-decoration: underline;
}
.header {
  margin-top: -18px;
  height: 75vh;
  min-height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
}
.header__wrap {
  position: absolute;
  top: 50px;
  /* set the same as menu height */
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}
@media (max-width: 991px ) {
}
.header__streamer {
  font-size: calc(0.8 * 28px);
  line-height: 1.2em;
  font-weight: 400;
  /* 991 down */
  margin-bottom: calc(var(--margin) * 12px);
}
@media (max-width: 991px ) {
  .header__streamer {
    font-size: calc(0.8 * 24px);
  }
}
.header__subtitle {
  font-size: calc(0.8 * 28px);
  line-height: 1.2em;
  font-weight: 400;
  /* 991 down */
  margin-top: calc(var(--margin) * 6px);
}
@media (max-width: 991px ) {
  .header__subtitle {
    font-size: calc(0.8 * 24px);
  }
}
.header__button {
  margin-top: calc(var(--margin) * 24px);
}
.header__play {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
}
.header__media {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
}
.header__media__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.header__media:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100px;
}
@media (min-width: 1200px ) {
  .header__media:before {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4d000000', endColorstr='#00000000', GradientType=0);
    /* IE6-9 */
  }
}
.header__video {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.header__video iframe {
  width: 100%;
  height: 100%;
  display: block;
  z-index: 2;
  position: absolute;
  left: 0;
  top: 0;
  background: #072329;
}
.header__video--cover {
  z-index: 0;
  overflow: hidden;
  max-height: calc(100vw * 9 / 16 );
  min-height: 100%;
  background: black;
  display: flex;
}
@media (max-width: 991px ) {
  .header__video--cover {
    max-height: calc(100vw * 3 / 4 );
  }
}
.header__video--cover iframe {
  width: 100vw;
  height: 56.25vw;
  /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
  min-height: calc(100vw * 9 / 16 );
  min-width: 100vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}
@media (min-width: 992px ) and (max-width: 1199px ) {
  .header__video--cover iframe {
    width: calc(100% * 16 / 9);
    height: 100%;
  }
}
@media (max-width: 991px ) {
  .header__video--cover iframe {
    width: calc(100% * 4 / 3);
    height: 100%;
  }
}
.header__figcaption {
  padding-top: calc(var(--padding) * 6px);
  padding-right: calc(var(--padding) * 6px);
  padding-bottom: calc(var(--padding) * 6px);
  padding-left: calc(var(--padding) * 6px);
  z-index: 2;
  padding-right: 12px;
  text-align: right;
  font-size: 0.8rem;
}
@media (max-width: 991px ) {
  .header__figcaption {
    padding-right: calc(var(--padding) * 6px);
    color: #072329;
    order: 2;
  }
}
.header__credits {
  margin-left: calc(var(--margin) * 6px);
  color: #e8231a;
}
.header--half {
  height: 60vh;
  min-height: 300px;
}
@media (max-width: 991px ) {
  .header--half .header__media {
    position: relative;
    height: calc(100vw * 9 / 16 ) !important;
  }
}
.header--left {
  text-align: left;
}
.header--center {
  text-align: center;
}
.header--center .container {
  text-align: center;
}
.header--right {
  text-align: right;
}
.header--right .container {
  text-align: right;
}
.header--middle .header__wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.header--bottom .header__wrap {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media (max-width: 991px ) {
  .header--bottom {
    min-height: auto;
    justify-content: flex-start;
    height: auto;
  }
  .header--bottom .header__wrap {
    display: block;
    position: relative;
    top: auto;
    bottom: auto;
  }
  .header--bottom .header__media {
    position: relative;
    height: calc(100vw * 3 / 4 );
  }
  .header--bottom .header__content {
    color: #072329;
  }
  .header--bottom .header__video {
    background: #072329;
    position: relative;
    height: 100vh;
  }
  .header--bottom .header__play {
    top: calc(50vw * 3 / 4  );
    transform: translate(-50%, 0%);
  }
}
.header--light {
  color: #fff;
}
@media (max-width: 991px ) {
  .header--light.header--bottom .header__wrap {
    order: 3;
  }
}
.header--light.header--bottom .header__content {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=0);
  /* IE6-9 */
}
@media (max-width: 991px ) {
  .header--light.header--bottom .header__content {
    padding-top: calc(var(--padding) * 24px);
    padding-bottom: calc(var(--padding) * 6px) !important;
    background: #fff;
  }
}
@media (max-width: 991px ) {
  .header--light.header--bottom .header__content--framed {
    background: #f6f3ef;
  }
}
.heading {
  font-size: calc(1 * 50px);
  line-height: 1.2em;
  font-weight: 700;
  /* 1199 down */
  /* 991 down */
}
@media (max-width: 1199px ) {
  .heading {
    font-size: calc(1 * 50px);
  }
}
@media (max-width: 991px ) {
  .heading {
    font-size: calc(1 * 42px);
  }
}
@media (max-width: 767px ) {
  .heading {
    font-size: calc(1 * 36px);
  }
}
.heading-1 {
  font-size: calc(1 * 50px);
  line-height: 1.2em;
  font-weight: 700;
  /* 1199 down */
  /* 991 down */
}
@media (max-width: 1199px ) {
  .heading-1 {
    font-size: calc(1 * 50px);
  }
}
@media (max-width: 991px ) {
  .heading-1 {
    font-size: calc(1 * 38px);
  }
}
@media (max-width: 767px ) {
  .heading-1 {
    font-size: calc(1 * 32px);
  }
}
.heading-1--light {
  color: #fff;
}
.heading-1--red {
  color: #e8231a;
}
.heading-2 {
  font-size: calc(1 * 26px);
  line-height: 1.6em;
  font-weight: 700;
  /* 991 down */
}
@media (max-width: 991px ) {
  .heading-2 {
    font-size: calc(1 * 22px);
  }
}
@media (max-width: 767px ) {
  .heading-2 {
    font-size: calc(1 * 20px);
  }
}
.heading-2--light {
  color: #fff;
}
.heading-2--red {
  color: #e8231a;
}
.heading-3 {
  font-size: calc(1 * 20px);
  line-height: 1.6em;
  font-weight: 700;
  /* 991 down */
}
@media (max-width: 991px ) {
  .heading-3 {
    font-size: calc(1 * 20px);
  }
}
@media (max-width: 767px ) {
  .heading-3 {
    font-size: calc(1 * 18px);
  }
}
.heading-3--light {
  color: #fff;
}
.heading-3--red {
  color: #e8231a;
}
.heading-4 {
  font-size: 30px;
  line-height: 1.6em;
  font-size: calc(1 * 28px);
  line-height: 1.2em;
  font-weight: 400;
  /* 991 down */
}
@media (max-width: 991px ) {
  .heading-4 {
    font-size: calc(1 * 24px);
  }
}
.heading-4--light {
  color: #fff;
}
.heading-4--red {
  color: #e8231a;
}
.heading-5 {
  font-size: 20px;
  line-height: 1.2em;
  font-weight: 700;
}
.heading-5--light {
  color: #fff;
}
.heading-5--red {
  color: #e8231a;
}
/*
.heading-1 {
	.heading;
	font-weight: 900;
	font-size: 2.9rem;
	line-height: 3.3rem;
	@media @md-down {}
	@media @sm-down {}
	@media @xs {}
	&--light {
		color: @color-2;
	}
	&--red {
		color: @color-6;
	}
}


.heading-2 {
	.heading;
	font-weight: 700;
	font-size: 1.65rem;
	line-height: 1.8rem;
	
	@media @md-down {}
	@media @sm-down {}
	@media @xs {}
	&--light {
		color: @color-2;
	}
	&--red {
		color: @color-6;
	}
}
	
.heading-3 {
	.heading;
	font-weight: 700;
	font-size: 1.33rem;
	line-height: 1.5rem;
	@media @md-down {}
	@media @sm-down {}
	@media @xs {}
	&--light {
		color: @color-2;
	}
	&--red {
		color: @color-6;
	}
}

.heading-4 {
	.heading;
	font-weight: 400;
	font-size: 1.65rem;
	line-height: 1.8rem;
	
	@media @md-down {}
	@media @sm-down {}
	@media @xs {}
	&--light {
		color: @color-2;
	}
	&--red {
		color: @color-6;
	}
}

.heading-5 {
	.heading;
	font-size: 1.2rem;
	line-height: 1.3rem;
	@media @md-down {}
	@media @sm-down {}
	@media @xs {}
	&--light {
		color: @color-2;
	}
	&--red {
		color: @color-6;
	}
}
*/
.hr {
  line-height: 0px;
  height: 0px;
  border-bottom: 2px solid #e4dbce;
}
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/materialicons/v142/flUhRq6tzZclQEJ-Vdg-IuiaDsNZ.ttf) format('truetype');
}
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
}
.icon--material {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: 'liga';
}
@media (max-width: 767px ) {
  .icon--material {
    font-size: 16px;
  }
}
.icon--small {
  font-size: 16px;
}
.icon--small .icon__svg {
  font-size: 16px!important;
}
.icon--large {
  font-size: 36px;
}
.icon--large .icon__svg {
  font-size: 36px!important;
}
.icon--svg {
  vertical-align: bottom;
}
.icon--svg .icon__svg {
  font-size: 24px;
  display: inline-block;
  width: 1em;
  height: 1em;
  line-height: 1em;
}
.iconlist__data {
  padding-top: calc(var(--padding) * 6px);
  padding-bottom: calc(var(--padding) * 6px);
  display: flex;
  flex-direction: row;
  line-height: 1.8em;
}
.iconlist__data--centered {
  justify-content: center;
}
.iconlist__icon {
  margin-left: calc(var(--margin) * 6px);
  margin-right: calc(var(--margin) * 12px);
  line-height: 1.5em;
}
.iconlist__name {
  flex-grow: 2;
}
.iconlist__geo {
  flex-grow: 2;
}
.iconlist__link {
  color: #e8231a;
  text-decoration: underline;
  cursor: pointer;
}
.iconlist__link:hover {
  text-decoration: none;
}
.iconlist__map {
  margin-bottom: calc(var(--margin) * 12px);
}
.iconlist__item__label {
  font-weight: 500;
}
.infobubble {
  width: 220px;
  font-size: 13px;
}
@media (max-width: 991px ) {
  .infobubble {
    font-size: 11px;
  }
}
.infobubble__spot {
  padding-bottom: 12px;
  padding-top: 12px;
  border-top: 1px solid #f6f3ef;
}
.infobubble__spot:first-child {
  padding-top: 0;
  border-top: none;
}
.infobubble__category {
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  color: #e8231a;
  margin-bottom: 3px;
}
.infobubble__title {
  font-weight: 700;
}
.infobubble__phone {
  margin-top: 3px;
}
.infobubble__link {
  margin-top: 6px;
  display: inline-block;
  color: #e8231a;
  text-decoration: none;
  border-bottom: 2px solid #e8231a;
}
.infobubble__link:hover {
  opacity: 0.8;
}
.infobubble__address {
  background: #f6f3ef;
  padding: 12px;
  border-radius: 0 0 8px 8px;
}
.job {
  /* header */
  /*intro part job */
  /*	&__recruiter {
		display: flex;
		flex-direction: row;
		column-gap: 12px;
		@media @md-up {
			column-gap: 24px;
		}
		
		&__avatar {
			width: 64px;
			height: 64px;
			border-radius: 50%;
			@media @md-up {
				width: 90px;
				height: 90px;
			}
		}
		
		&__connect {
			display: flex;
			flex-direction: column;
		}
		
		&__link {
			color: @color-primary;
			white-space: nowrap;
			inline-size: 75%;
			overflow-wrap: break-word;
			margin-bottom: 4px;
			@media @md-down {
				white-space: nowrap;
				inline-size: 75%;
				overflow-wrap: break-word;
			}
			
			
			&__icon {
				fill: @color-primary;
			}
			&__text {
				
			}
			&:hover {
				text-decoration: underline;
				&__icon {
					text-decoration: none;
				}
			}
		}
	} */
}
@media (max-width: 991px ) {
  .job__header__content {
    background: #f6f3ef !important;
  }
}
.job__meta {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  lex-wrap: no-wrap;
  justify-content: center;
}
@media (max-width: 767px ) {
  .job__meta {
    flex-direction: row;
    align-items: center;
  }
}
.job__meta__data {
  margin-left: calc(var(--margin) * 12px);
  margin-right: calc(var(--margin) * 12px);
}
@media (min-width: 992px ) {
  .job__meta__data {
    margin-bottom: calc(var(--margin) * 12px);
  }
}
.job__meta__data__icon {
  display: inline;
  margin-right: 12px;
  margin-top: -3px;
  color: #e8231a;
}
.job__intro {
  padding-top: calc(var(--padding) * 36px);
  background: #f6f3ef;
  text-align: center;
}
.job__intro__text {
  font-size: calc(0.9 * 20px);
  line-height: 1.6em;
  font-weight: 700;
  /* 991 down */
  margin-bottom: 0!important;
}
@media (max-width: 991px ) {
  .job__intro__text {
    font-size: calc(0.9 * 20px);
  }
}
@media (max-width: 767px ) {
  .job__intro__text {
    font-size: calc(0.9 * 18px);
  }
}
.job__intro__text:before,
.job__intro__text:after {
  content: ' ';
  display: table;
  clear: both;
}
.job__sticky {
  position: relative;
}
.job__apply {
  padding-top: calc(var(--padding) * 24px);
  padding-bottom: calc(var(--padding) * 24px);
  background: #f6f3ef;
  text-align: center;
}
.job__apply__button {
  display: inline-flex;
  align-items: center;
  font-size: 20px !important;
  line-height: 20px !important;
  height: 38px;
  margin-bottom: 4px;
}
.job__apply__button__svg {
  font-size: 18px;
  display: inline-block;
  width: 1em;
  height: 1em;
  line-height: 1em;
  margin-left: 0.5em;
}
@media (max-width: 767px ) {
  .job__apply__button {
    font-size: 15px !important;
  }
}
@media (min-width: 768px ) and (max-width: 991px ) {
  .job__apply__button {
    height: 40px;
  }
  .job__apply__button__svg {
    font-size: 20px;
  }
}
@media (min-width: 992px ) and (max-width: 1199px ) {
  .job__apply__button {
    height: 42px;
  }
  .job__apply__button__svg {
    font-size: 20px;
  }
}
@media (min-width: 1200px ) {
  .job__apply__button {
    height: 44px;
  }
  .job__apply__button__svg {
    font-size: 22px;
  }
}
.job__apply__button--icon {
  vertical-align: bottom;
}
.job__apply--sticky {
  transform: none!important;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1;
}
.job__apply--sticky-bottom {
  transform: none!important;
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  z-index: 1;
}
.job__to {
  padding-bottom: calc(var(--padding) * 24px);
  background: #f6f3ef;
  text-align: center;
  color: #e8231a;
  font-weight: 500;
}
.job__social {
  text-align: center;
}
.job__social__link {
  margin-left: calc(var(--margin) * 12px);
  margin-right: calc(var(--margin) * 12px);
}
@media (min-width: 1200px ) {
  .job__block__title {
    font-size: calc(1 * 50px);
    font-weight: 700;
    /* 1199 down */
    /* 991 down */
    text-align: right;
    line-height: 1.2em;
  }
}
@media (min-width: 1200px ) and (max-width: 1199px ) {
  .job__block__title {
    font-size: calc(1 * 50px);
  }
}
@media (min-width: 1200px ) and (max-width: 991px ) {
  .job__block__title {
    font-size: calc(1 * 38px);
  }
}
@media (min-width: 1200px ) and (max-width: 767px ) {
  .job__block__title {
    font-size: calc(1 * 32px);
  }
}
.job__block__more {
  color: #e8231a;
  font-weight: 700;
  text-decoration: underline;
  text-align: center;
}
.job__block--profile {
  margin-bottom: calc(var(--margin) * 30px);
  background: #072329;
  text-align: center;
  color: #fff;
}
.job__block--profile .job__block__title {
  text-align: center;
}
@media (max-width: 991px ) {
  .job__block--profile .job__block__title {
    text-align: left;
  }
}
.job__block--profile .job__block__rail {
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 991px ) {
  .job__block--profile .job__block__rail {
    margin-left: 0;
  }
}
.job__block--profile .job__block__body {
  column-count: 2;
  coloumn-gab: 20;
  text-align: left;
}
@media (max-width: 991px ) {
  .job__block--profile .job__block__body {
    column-count: 1;
    coloumn-gab: 0;
  }
}
.job__block--contact {
  background: #f6f3ef;
}
@media (min-width: 992px ) {
  .job__block--contact .job__block__title {
    text-align: center;
  }
}
@media (min-width: 992px ) {
  .job__block--contact .job__block__rail {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 992px ) {
  .job__block .job__contact {
    text-align: center;
  }
}
.job__block .job__contact--recruiter {
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 992px ) {
  .job__block .job__contact--recruiter {
    flex-direction: row;
    gap: 48px;
  }
}
@media (min-width: 992px ) {
  .job__block .job__contact--recruiter .job__contact__info,
  .job__block .job__contact--recruiter .job__contact__recruiter {
    width: 50%;
  }
}
.job__recruiter {
  display: flex;
  flex-direction: row;
  column-gap: 5%;
}
.job__recruiter__avatar {
  width: 20%;
  height: 20%;
  border-radius: 50%;
}
@media (min-width: 992px ) {
  .job__recruiter__avatar {
    width: 15%;
    height: 15%;
  }
}
.job__recruiter__connect {
  display: flex;
  flex-direction: column;
  width: 75%;
}
@media (min-width: 992px ) {
  .job__recruiter__connect {
    width: 80%;
  }
}
.job__recruiter__link {
  display: grid;
  grid-template-columns: 1.4em auto;
  color: #e8231a;
  inline-size: 100%;
  overflow-wrap: break-word;
  margin-bottom: 4px;
  align-items: center;
}
.job__recruiter__link__icon {
  fill: #e8231a;
  line-height: 1.4em;
}
.job__recruiter__link__text {
  overflow-wrap: anywhere;
}
.job__recruiter__link:hover {
  text-decoration: underline;
}
.job__recruiter__link:hover__icon {
  text-decoration: none;
}
.label {
  background: #072329;
  text-transform: uppercase;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 1em;
  padding: 9px;
}
.label--content {
  font-weight: 700;
}
@media (max-width: 991px ) {
  .label--content {
    font-size: 12px;
    padding: 7px 7px 6px 7px;
  }
}
.label--card {
  font-weight: 700;
}
@media (max-width: 1199px ) {
  .label--card {
    font-size: 12px;
    line-height: 1em;
    padding: 6px;
  }
}
.link {
  color: #e8231a;
  text-decoration: none;
  cursor: pointer;
}
.link:hover {
  text-decoration: underline;
}
.line {
  display: flex;
  flex-direction: row;
  column-gap: 6px;
}
.line--top {
  /*default*/
}
.line--center {
  justify-content: center;
}
.line--middle {
  align-items: center;
}
.line__item--grow,
.line .part--grow {
  flex-grow: 2;
}
.manager {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  display: inline-block;
  padding: 5px;
  text-align: center;
  font-size: 13px;
  background: rgba(200, 200, 200, 0.5);
}
.manager__icon {
  padding-left: 5px;
  padding-right: 5px;
}
.manager__text {
  display: none;
}
.manager:hover .manager__text {
  display: inline-block;
}
.map--locations {
  height: 400px;
}
@media (min-width: 992px ) {
  .map--locations {
    height: 85vh;
  }
}
.navigation {
  z-index: 2;
  position: relative;
  height: 118px;
  padding-bottom: 18px;
  background: #fff;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  /*default elements   */
  /* verical menu base */
}
@media (max-width: 991px ) {
  .navigation {
    height: 96px;
  }
}
.navigation--style-1 {
  margin-bottom: calc(var(--margin) * 48px);
}
.navigation--sticky {
  position: sticky;
  top: 0;
  z-index: 2;
}
.navigation:after {
  content: '';
  display: block;
  width: 100%;
  height: 18px;
  background: url('data:image/gif;base64,R0lGODlhBgAGAIABAOgjGv///yH5BAEAAAEALAAAAAAGAAYAAAIJBIJxuWjcnmsFADs=');
  opacity: 0.4;
  position: absolute;
  bottom: 0;
}
.navigation__logo {
  padding: 18px 24px;
  display: block;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
}
.navigation__logo__payoff {
  color: #e8231a;
  font-weight: 800;
  font-size: 17.5px;
}
.navigation__logo__img {
  width: auto;
  height: 66px;
}
@media (max-width: 991px ) {
  .navigation__logo {
    gap: 10px;
    padding: 16px 0px 16px 12px;
  }
  .navigation__logo__img {
    height: 48px;
  }
  .navigation__logo__payoff {
    font-size: 10.5px;
    letter-spacing: 0.5px;
  }
}
.navigation .navigation__top {
  flex-grow: 1;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  transition: opacity 0.15s linear;
  padding: 18px 24px 18px 18px;
}
@media (max-width: 767px ) {
  .navigation .navigation__top {
    padding: 8px 12px 8px 0;
  }
}
.navigation__overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 200;
  background: #072329;
  opacity: 0.5;
}
.navigation__item {
  font-weight: 700;
  font-size: 1rem;
}
.navigation__bar {
  padding-top: calc(var(--padding) * 12px);
  padding-bottom: calc(var(--padding) * 12px);
  position: fixed;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  overflow-y: scroll;
  z-index: 200;
  opacity: 1;
  /* will-change: transform;
		visibility: hidden; */
  background: #072329;
  width: 90vw;
  /* Create scrollbar on webkit based browsers */
  /* Handle */
  /* Handle on hover */
}
.navigation__bar::-webkit-scrollbar {
  width: 10px;
}
.navigation__bar::-webkit-scrollbar-track {
  background: #0e4855;
}
.navigation__bar::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.2);
}
.navigation__bar::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.3);
}
@media (min-width: 768px ) {
  .navigation__bar {
    max-width: 560px;
  }
}
.navigation__header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-top: calc(var(--padding) * 12px);
  padding-bottom: calc(var(--padding) * 12px);
  padding-left: calc(var(--padding) * 24px);
  padding-right: calc(var(--padding) * 12px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.navigation__header__link {
  color: #fff;
}
.navigation__header__link--close {
  flex-grow: 2;
  text-align: right;
}
.navigation__close {
  padding-top: calc(var(--padding) * 12px);
  padding-right: calc(var(--padding) * 12px);
  padding-bottom: calc(var(--padding) * 12px);
  padding-left: calc(var(--padding) * 12px);
}
.navigation__close i {
  color: white;
}
.navigation__search {
  margin-top: calc(var(--margin) * 12px);
  margin-bottom: calc(var(--margin) * 24px);
  position: relative;
  z-index: 1;
  flex-basis: 100%;
}
.navigation__search__input {
  position: relative;
  z-index: 1;
  background-color: #fff;
  color: #072329;
  width: 100%;
  height: 40px;
  line-height: 1;
  outline: none;
  padding: 7px 50px 7px 15px;
}
.navigation__search__input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(7, 35, 41, 0.6);
}
.navigation__search__input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgba(7, 35, 41, 0.6);
}
.navigation__search__input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: rgba(7, 35, 41, 0.6);
}
.navigation__search__button {
  background-color: transparent;
  color: #072329;
  cursor: pointer;
  padding: 0;
  text-decoration: none;
  position: absolute;
  z-index: 2;
  top: 0px;
  right: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px!important;
  width: 50px!important;
}
.navigation__menu {
  /* horizontal menu */
}
.navigation__menu--top .navigation__list {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 24px;
}
@media (max-width: 1599px ) {
  .navigation__menu--top .navigation__list {
    column-gap: 20px;
  }
}
@media (max-width: 767px ) {
  .navigation__menu--top .navigation__list {
    column-gap: 12px;
  }
}
@media (max-width: 1199px ) {
  .navigation__menu--top .navigation__item--secondary {
    display: none;
  }
}
.navigation__menu--top .navigation__link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: color 0.2s;
}
.navigation__menu--top .navigation__link:hover {
  color: #e8231a;
}
.navigation__menu--top .navigation__link__sub {
  font-size: 12px;
  line-height: 10px;
  font-weight: 400;
}
.navigation__menu--top .navigation__link--icon i.icon {
  font-size: 30x;
  font-weight: 700;
}
.navigation__menu--primary .navigation__list {
  padding-right: calc(var(--padding) * 12px);
  padding-left: calc(var(--padding) * 24px);
  padding-top: calc(var(--padding) * 12px);
  padding-bottom: calc(var(--padding) * 12px);
}
.navigation__menu--primary .navigation__list .navigation__item {
  position: relative;
  color: rgba(255, 255, 255, 0.8);
  margin-top: calc(var(--margin) * 12px);
  margin-bottom: calc(var(--margin) * 12px);
}
.navigation__menu--primary .navigation__list .navigation__link {
  color: #fff;
  display: block;
  margin-right: calc(var(--margin) * 12px);
  transition: color 0.2s;
}
.navigation__menu--primary .navigation__list .navigation__link:hover {
  color: #e8231a;
}
.navigation__menu--primary .navigation__list .navigation__expand {
  position: absolute;
  right: 0;
  top: 0;
  width: 2rem;
  text-align: center;
  transition: background 0.2s;
}
.navigation__menu--primary .navigation__list .navigation__expand:hover {
  background: rgba(255, 255, 255, 0.3);
}
.navigation__menu--primary .navigation__list .navigation__expand__icon {
  margin-top: -8px;
}
.navigation__menu--primary .navigation__list .navigation__expand__icon--expanded:after {
  content: 'remove';
}
.navigation__menu--primary .navigation__list .navigation__expand__icon--collapsed:after {
  content: 'add';
}
.navigation__menu--primary .navigation__list--depth-1 {
  padding: 0;
  margin: 0;
  margin-bottom: calc(var(--margin) * 12px);
  padding-left: calc(var(--padding) * 12px);
}
.navigation__menu--primary .navigation__list--depth-1 .navigation__link {
  font-weight: 700;
  transition: font-weight 0.2s;
}
.navigation__menu--secondary {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.navigation__menu--secondary .navigation__list {
  padding-right: calc(var(--padding) * 12px);
  padding-left: calc(var(--padding) * 24px);
  padding-top: calc(var(--padding) * 24px);
  padding-bottom: calc(var(--padding) * 24px);
}
.navigation__menu--secondary .navigation__list .navigation__item {
  font-weight: 400;
  position: relative;
  color: rgba(255, 255, 255, 0.8);
}
.navigation__menu--secondary .navigation__list .navigation__link {
  color: #fff;
  display: block;
  margin-right: calc(var(--margin) * 12px);
  transition: color 0.2s;
}
.navigation__menu--secondary .navigation__list .navigation__link:hover {
  color: #e8231a;
}
.navigation__menu--secondary .navigation__list .navigation__expand {
  display: inline-block;
  text-align: center;
}
.navigation__menu--secondary .navigation__list .navigation__expand:hover {
  color: red;
}
.navigation__menu--secondary .navigation__list .navigation__expand__icon {
  display: block;
}
.navigation__menu--secondary .navigation__list .navigation__expand__icon--expanded:after {
  content: 'expand_less';
}
.navigation__menu--secondary .navigation__list .navigation__expand__icon--collapsed:after {
  content: 'expand_more';
}
.navigation__menu--secondary .navigation__list--depth-1 {
  padding: 0;
  margin: 0;
  margin-bottom: calc(var(--margin) * 12px);
  padding-left: calc(var(--padding) * 12px);
}
.navigation__menu--secondary .navigation__list--depth-1 .navigation__link {
  font-weight: 400;
  transition: font-weight 0.2s;
}
.navigation__menu--secondary .navigation__list--depth-1 .navigation__link:before {
  content: '';
  border-top: 2px solid rgba(255, 255, 255, 0.8);
  border-right: 2px solid rgba(255, 255, 255, 0.8);
  display: inline-block;
  width: 6px;
  height: 6px;
  transform: rotate(45deg) translateX(-1px) translateY(-1px);
  margin-right: 8px;
}
.navigation__nav {
  position: relative;
  z-index: 100;
}
/* work in progreess need to be cleaned/incorporated in above */
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.5;
  }
}
.menu-expanded .navigation__overlay {
  -webkit-animation: fadeIn 0.3s;
  animation: fadeIn 0.3s;
}
.navigation__bar {
  visability: hidden;
  visibility: visible;
  transform: translateX(100%);
  will-change: transform;
  transition: transform 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.navigation__bar--expanded {
  will-change: transform;
  overflow-y: auto;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-overflow-scrolling: touch;
}
.newsletter {
  padding-top: calc(var(--padding) * 48px);
  padding-bottom: calc(var(--padding) * 48px);
  background: url('data:image/gif;base64,R0lGODlhBgAGAIABAPbRxv///yH5BAEAAAEALAAAAAAGAAYAAAIJBIJxuWjcnmsFADs=');
  color: #fff;
}
.newsletter__title {
  margin-bottom: calc(var(--margin) * 12px);
  line-height: 1rem;
}
.newsletter__title__inner {
  font-size: calc(0.8 * 26px);
  line-height: 1.6em;
  font-weight: 700;
  /* 991 down */
  padding-top: calc(var(--padding) * 6px);
  padding-bottom: calc(var(--padding) * 6px);
  padding-left: calc(var(--padding) * 12px);
  padding-right: calc(var(--padding) * 12px);
  color: #072329;
  background: white;
  display: inline;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
@media (max-width: 991px ) {
  .newsletter__title__inner {
    font-size: calc(0.8 * 22px);
  }
}
@media (max-width: 767px ) {
  .newsletter__title__inner {
    font-size: calc(0.8 * 20px);
  }
}
.newsletter__content {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 991px ) {
  .newsletter__content {
    flex-direction: column;
  }
}
.newsletter__error {
  margin-bottom: calc(var(--margin) * 12px);
  padding-top: calc(var(--padding) * 6px);
  padding-bottom: calc(var(--padding) * 6px);
  padding-left: calc(var(--padding) * 12px);
  padding-right: calc(var(--padding) * 12px);
  flex-basis: 100%;
  background: #fff;
  color: #e8231a;
  font-weight: 500;
}
.newsletter__input {
  margin-right: calc(var(--margin) * 12px);
  padding-top: calc(var(--padding) * 6px);
  padding-bottom: calc(var(--padding) * 6px);
  padding-left: calc(var(--padding) * 12px);
  padding-right: calc(var(--padding) * 12px);
  flex-grow: 2;
  background-color: #fff;
  height: 46px;
  border: 3px solid #e8231a;
  box-model: border-box;
  line-height: 1;
  color: #e8231a;
  font-weiht: 500;
  outline: none;
}
.newsletter__input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #072329;
}
.newsletter__input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #072329;
}
.newsletter__input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #072329;
}
@media (max-width: 991px ) {
  .newsletter__input {
    margin-right: 0;
    margin-bottom: calc(var(--margin) * 12px);
  }
}
.newsletter__button {
  display: flex;
  align-items: center;
  justify-content: left;
  border: 3px solid #e8231a;
  box-model: border-box;
  height: 46px!important;
  transition: border ease 0.2s;
}
@media (max-width: 991px ) {
  .newsletter__button {
    padding-top: calc(var(--padding) * 12px);
    padding-bottom: calc(var(--padding) * 12px);
    padding-left: calc(var(--padding) * 12px);
    padding-right: calc(var(--padding) * 12px);
    text-align: left;
    height: auto!important;
    line-height: 1.2rem;
  }
}
.newsletter__button:hover {
  border-color: #072329;
}
.productlocation__definition {
  display: grid;
  grid-template-columns: max-content auto;
  grid-column-gap: var(--gutter);
  margin-bottom: calc(var(--margin) * 24px);
}
.productlocation__definition--style-2 {
  display: block;
}
@media (max-width: 767px ) {
  .productlocation__definition--style-2 {
    display: block;
  }
}
.productlocation__definition__title {
  font-weight: 700;
  grid-column: 1;
}
.productlocation__definition__description {
  grid-column: 2;
  margin-bottom: calc(var(--margin) * 12px);
}
.productlocation__image {
  width: 100%;
  flex-shrink: 0;
  /*IE10/11 fix */
}
.productlocation__location {
  padding-top: calc(var(--padding) * 12px);
  padding-right: calc(var(--padding) * 12px);
  padding-bottom: calc(var(--padding) * 12px);
  padding-left: calc(var(--padding) * 12px);
  background: #f6f3ef;
}
@media (min-width: 1200px ) {
  .productlocation__block__title {
    font-size: calc(1 * 50px);
    font-weight: 700;
    /* 1199 down */
    /* 991 down */
    text-align: right;
    line-height: 1.2em;
  }
}
@media (min-width: 1200px ) and (max-width: 1199px ) {
  .productlocation__block__title {
    font-size: calc(1 * 50px);
  }
}
@media (min-width: 1200px ) and (max-width: 991px ) {
  .productlocation__block__title {
    font-size: calc(1 * 38px);
  }
}
@media (min-width: 1200px ) and (max-width: 767px ) {
  .productlocation__block__title {
    font-size: calc(1 * 32px);
  }
}
.productlocation__block--inverted {
  background: #072329;
  ext-align: center;
  color: #fff;
}
.productlocation__block--inverted .productlocation__block__title {
  text-align: center;
}
.productlocation__block--inverted .productlocation__block__rail {
  margin-left: auto;
  margin-right: auto;
}
.productlocation__features {
  display: grid;
  grid-template-columns: auto auto;
  grid-column-gap: var(--gutter);
}
.polaroid {
  display: flex;
  flex-direction: column;
  height: 100%;
  margin-bottom: calc(var(--margin) * 48px);
}
@media (min-width: 992px ) {
  .polaroid {
    margin-bottom: calc(var(--margin) * 24px);
  }
}
.polaroid--more {
  padding-bottom: 0;
  cursor: pointer;
  background: #072329;
  color: #fff;
}
.polaroid--more .polaroid__content {
  padding: 0 12px 12px 12px;
}
@media (min-width: 768px ) and (max-width: 991px ) {
  .polaroid--more .polaroid__content {
    padding: 0 8px 8px 8px;
  }
}
@media (max-width: 767px ) {
  .polaroid--more .polaroid__content {
    padding: 0px 6px 6px 6px;
  }
}
.polaroid--more:hover .polaroid__visual {
  filter: contrast(140%);
}
.polaroid--more:hover .polaroid__title {
  color: #e8231a;
}
.polaroid--more:hover .polaroid__more {
  transform: translateX(4px);
  fill: rgba(7, 35, 41, 0.6);
}
.polaroid__wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.polaroid__visual__img {
  width: 100%;
  height: auto;
  transition: all 0.2s ease;
}
.polaroid__content {
  display: flex;
  flex-direction: column;
  flex-grow: 2;
}
.polaroid__title {
  margin-top: calc(var(--margin) * 6px);
  font-size: calc(1 * 20px);
  line-height: 1.6em;
  font-weight: 700;
  /* 991 down */
  transition: color 0.2s ease;
}
@media (max-width: 991px ) {
  .polaroid__title {
    font-size: calc(1 * 20px);
  }
}
@media (max-width: 767px ) {
  .polaroid__title {
    font-size: calc(1 * 18px);
  }
}
@media (max-width: 767px ) {
  .polaroid__title {
    font-size: calc(0.94444444 * 20px);
    line-height: 1.6em;
    font-weight: 700;
    /* 991 down */
  }
}
@media (max-width: 767px ) and (max-width: 991px ) {
  .polaroid__title {
    font-size: calc(0.94444444 * 20px);
  }
}
@media (max-width: 767px ) and (max-width: 767px ) {
  .polaroid__title {
    font-size: calc(0.94444444 * 18px);
  }
}
.polaroid__quote {
  flex-grow: 2;
  margin-top: calc(var(--margin) * 12px);
}
@media (max-width: 767px ) {
  .polaroid__quote {
    margin-top: calc(var(--margin) * 6px);
    font-family: 'transat-text', Arial, sans-serif;
    font-size: calc(0.94444444 * 18px);
    line-height: 1.4em;
    font-weight: 400;
  }
}
.polaroid__more {
  align-self: flex-end;
  color: #fff;
  display: inline-flex;
  align-items: center;
  transition: all 0.2s ease;
  font-size: 17px;
  line-height: 24px;
  font-weight: 500;
  margin-top: calc(var(--margin) * 12px);
}
@media (max-width: 991px ) {
  .polaroid__more {
    font-size: 15px;
  }
}
.polaroid__more__icon {
  font-size: 24px;
}
.polaroid__story {
  color: #072329;
  background: #fff;
  position: fixed;
  height: 100%;
  top: 0;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  will-change: opacity;
  opacity: 0;
  transition: opacity 0.2s ease;
}
@media (max-width: 991px ) {
  .polaroid__story {
    overflow-y: scroll;
  }
}
.polaroid__story--expanded {
  will-change: opacity;
  opacity: 1;
}
.polaroid__story__close {
  background: #072329;
  padding-top: calc(var(--padding) * 6px);
  padding-right: calc(var(--padding) * 6px);
  padding-bottom: calc(var(--padding) * 6px);
  padding-left: calc(var(--padding) * 6px);
  color: #fff;
  display: inline-flex;
  align-items: center;
  position: absolute;
  right: 0;
  top: 0;
}
.polaroid__story__close__text {
  padding-left: 8px;
}
@media (max-width: 991px ) {
  .polaroid__story__close {
    position: sticky;
    z-index: 20;
  }
  .polaroid__story__close__text {
    display: none;
  }
  .polaroid__story__close::-webkit-scrollbar {
    width: 0px;
  }
}
@media (min-width: 992px ) {
  .polaroid__story__body {
    position: absolute;
    overflow-y: auto;
    top: 60px;
    bottom: 0;
    padding-right: 20px;
    height: 80vh;
    /* Create scrollbar on webkit based browsers */
    /* Handle */
    /* Handle on hover */
  }
  .polaroid__story__body::-webkit-scrollbar {
    width: 10px;
  }
  .polaroid__story__body::-webkit-scrollbar-track {
    background: #f6f3ef;
  }
  .polaroid__story__body::-webkit-scrollbar-thumb {
    background: #072329;
  }
  .polaroid__story__body::-webkit-scrollbar-thumb:hover {
    background: rgba(7, 35, 41, 0.3);
  }
}
@media (max-width: 991px ) {
  .polaroids {
    padding-left: calc(var(--padding) * 36px);
    padding-right: calc(var(--padding) * 36px);
  }
}
.product__header {
  border-bottom: 1px solid #e4dbce;
}
.product__layout {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}
@media (min-width: 992px ) {
  .product__layout {
    flex-direction: row;
    column-gap: 24px;
  }
}
.product__map {
  order: 1;
}
@media (min-width: 992px ) {
  .product__map {
    order: 2;
    width: 50%;
  }
}
.product__map__google {
  height: 75vw;
}
@media (min-width: 992px ) {
  .product__map__google {
    height: 600px;
  }
}
.product__locations {
  order: 2;
}
@media (min-width: 992px ) {
  .product__locations {
    width: 50%;
    order: 1;
  }
}
.product__location {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #e4dbce;
  padding-top: calc(var(--padding) * 12px);
  padding-bottom: calc(var(--padding) * 12px);
}
@media (min-width: 992px ) {
  .product__location {
    flex-direction: row;
    column-gap: 16px;
    align-items: flex-start;
  }
}
.product__location__image {
  width: 20%;
  height: auto;
}
@media (max-width: 991px ) {
  .product__location__image {
    display: none;
  }
}
.product__location__body {
  flex-grow: 2;
}
.product__location__title {
  font-size: calc(1 * 20px);
  line-height: 1.6em;
  /* 991 down */
  color: #e8231a;
  font-weight: 700;
}
@media (max-width: 991px ) {
  .product__location__title {
    font-size: calc(1 * 20px);
  }
}
@media (max-width: 767px ) {
  .product__location__title {
    font-size: calc(1 * 18px);
  }
}
.product__location__address {
  font-size: 16px;
  display: flex;
  flex-direction: row;
  column-gap: 12px;
}
.profile {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  column-gap: 16px;
  padding-right: calc(var(--padding) * 12px);
  font-weight: 400;
}
.profile__name__intro {
  color: #e8231a;
}
.profile__icon {
  font-weight: 700;
}
.profile__icon:hover {
  color: #e8231a;
}
.quote {
  margin-left: calc(var(--margin) * 30px);
  margin-right: calc(var(--margin) * 30px);
  font-size: calc(1 * 26px);
  line-height: 1.6em;
  font-weight: 700;
  /* 991 down */
  color: #e8231a;
}
@media (max-width: 991px ) {
  .quote {
    font-size: calc(1 * 22px);
  }
}
@media (max-width: 767px ) {
  .quote {
    font-size: calc(1 * 20px);
  }
}
.quote:before {
  margin-bottom: calc(var(--margin) * 12px);
  display: block;
  content: '•••••••';
  font-weigt: 600;
  font-size: 2rem;
  letter-spacing: 0.5rem;
}
.quote__credits {
  font-size: 1rem;
  display: block;
  color: #072329;
}
.region {
  cursor: pointer;
}
.region:hover {
  fill: #072329;
}
.region__border {
  fill: none;
}
.region--1 {
  fill: #E9625C;
}
.region--2 {
  fill: #A42622;
}
.region--3 {
  fill: #F15B40;
}
.region--4 {
  fill: #EE3229;
}
.region--5 {
  fill: #F58B8C;
}
.region--6 {
  fill: #A89791;
  fill: #c3201c;
}
.region--7 {
  fill: #DEBEBD;
}
.region--inactive {
  fill: #cec7c4 !important;
  cursor: default!important;
}
.region--inactive:hover {
  fill: #cec7c4;
}
.region__head {
  padding-top: calc(var(--padding) * 12px);
  padding-bottom: calc(var(--padding) * 12px);
  position: relative;
  display: block;
  cursor: pointer;
}
.region__head__wrap {
  position: relative;
  padding-left: 2rem;
}
.region__head__wrap:before {
  position: absolute;
  top: 0.2em;
  left: 0;
  content: '';
  display: block;
  width: 1rem;
  height: 1rem;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxMy4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDE0OTQ4KSAgLS0+DQo8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgd2lkdGg9IjgwcHgiIGhlaWdodD0iMTQ1cHgiIHZpZXdCb3g9IjAgMCA4MCAxNDUiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDgwIDE0NSIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8cG9seWdvbiBmaWxsPSIjRTgyMzFBIiBwb2ludHM9IjU3LjQ1MywwIDAuMDAxLDAgMjIuNTY5LDcyLjQ5OCAwLDE0NSA1Ny40NTEsMTQ1IDgwLDcyLjQ5OCAiLz4NCjwvc3ZnPg0K');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
}
.region__breadcrumbs {
  padding-top: calc(var(--padding) * 12px);
  padding-bottom: calc(var(--padding) * 12px);
  border-top: 1px solid #e4dbce;
}
.regions__header:after {
  content: '';
  display: block;
  width: 100%;
  height: 20px;
  background: url('data:image/gif;base64,R0lGODlhBgAGAIABAOgjGv///yH5BAEAAAEALAAAAAAGAAYAAAIJBIJxuWjcnmsFADs=');
  opacity: 0.4;
}
.regions__header-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.regions__header-title {
  grow: 1;
}
.regions__switch {
  color: #e8231a;
}
.regions__content {
  padding-top: calc(var(--padding) * 24px);
  padding-right: calc(var(--padding) * 24px);
  padding-bottom: calc(var(--padding) * 24px);
  padding-left: calc(var(--padding) * 24px);
  background: #f6f3ef;
}
.regions__map {
  background: #f6f3ef;
  padding-top: calc(var(--padding) * 24px);
  padding-right: calc(var(--padding) * 24px);
  padding-bottom: calc(var(--padding) * 24px);
  padding-left: calc(var(--padding) * 24px);
}
.regions__svg {
  height: 100%;
  width: 100%;
  ill: #A89791;
}
.regions__region__title {
  color: #e8231a;
}
.regions__search {
  display: flex;
  flex-direction: row;
  justify-content: center;
  position: relative;
  z-index: 1;
  flex-basis: 100%;
}
.regions__search__input {
  position: relative;
  z-index: 1;
  background-color: #fff;
  color: #072329;
  border: 1px solid #e4dbce;
  width: 100%;
  height: 40px;
  line-height: 1;
  outline: none;
  padding: 7px 50px 7px 15px;
}
.regions__search__input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(7, 35, 41, 0.6);
}
.regions__search__input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgba(7, 35, 41, 0.6);
}
.regions__search__input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: rgba(7, 35, 41, 0.6);
}
.regions__search__button {
  background-color: transparent;
  color: #e8231a;
  cursor: pointer;
  padding: 0;
  text-decoration: none;
  position: absolute;
  z-index: 2;
  top: 0px;
  right: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px!important;
  width: 50px!important;
}
.regions__reset {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  margin-top: calc(var(--margin) * 6px);
  margin-bottom: calc(var(--margin) * 30px);
  color: #e8231a;
}
.regions__load {
  text-align: center;
  margin-top: calc(var(--margin) * 6px);
  margin-bottom: calc(var(--margin) * 6px);
}
.schedule {
  /* @media @md-up {
		column-count: 2;
		column-gab: 20px;
		-moz-column-fill: balance;
       column-fill: balance;
	} */
}
.schedule__day {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  display: flex;
  flex-difrection: row;
  flex-wrap: no-wrap;
}
.schedule__label {
  text-transform: uppercase;
  font-weight: 700;
  color: #e8231a;
  width: 2rem;
  flex-schrink: 0;
}
.schedule__items {
  padding-left: calc(var(--padding) * 6px);
  width: 100%;
}
.schedule__item {
  padding-bottom: calc(var(--padding) * 12px);
  margin-bottom: calc(var(--margin) * 12px);
  border-bottom: 1px solid #e4dbce;
}
.schedule__item__time {
  font-weight: 500;
  position: relative;
}
.schedule__item__time:after {
  /* default empty after, filled by modifier*/
  color: #e8231a;
  font-family: "Material Icons";
  display: inline;
  position: absolute;
  right: 0;
  top: 0;
  will-change: content;
}
.schedule__item__title {
  font-family: 'transat-text', Arial, sans-serif;
  font-size: calc(1 * 18px);
  line-height: 1.4em;
  font-weight: 400;
}
.schedule__item__description {
  display: none;
}
.schedule__item--folded {
  cursor: pointer;
}
.schedule__item--folded .schedule__item__time:after {
  content: 'expand_more';
}
.schedule__item--unfolded {
  cursor: pointer;
}
.schedule__item--unfolded .schedule__item__time:after {
  content: 'expand_less';
}
.schedule__item--unfolded .schedule__item__description {
  display: block;
  margin-top: calc(var(--margin) * 12px);
  height: auto;
  font-style: italic;
}
.search__action {
  display: flex;
  flex-direction: row;
  padding-top: calc(var(--padding) * 24px);
  padding-right: calc(var(--padding) * 24px);
  padding-bottom: calc(var(--padding) * 24px);
  padding-left: calc(var(--padding) * 24px);
  background: #f6f3ef;
  justify-content: space-between;
}
.search__action__wrap {
  position: relative;
  z-index: 1;
  flex-basis: 100%;
  max-width: 100%;
}
.search__action__input {
  position: relative;
  z-index: 1;
  background-color: #fff;
  color: #072329;
  width: 100%;
  height: 40px;
  line-height: 1;
  outline: none;
  padding: 7px 50px 7px 15px;
}
.search__action__input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(7, 35, 41, 0.6);
}
.search__action__input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgba(7, 35, 41, 0.6);
}
.search__action__input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: rgba(7, 35, 41, 0.6);
}
.search__action__button {
  background-color: transparent;
  color: #e8231a;
  cursor: pointer;
  padding: 0;
  text-decoration: none;
  position: absolute;
  z-index: 2;
  top: 0px;
  right: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px!important;
  width: 50px!important;
}
.search__filter {
  padding-left: calc(var(--padding) * 24px);
  padding-right: calc(var(--padding) * 24px);
  padding-bottom: calc(var(--padding) * 24px);
  background: #f6f3ef;
}
.search__filter__select {
  width: 100%;
  background: #fff;
  border-radius: 0;
  border: 1px solid #e4dbce;
  appearance: auto;
  transition: border-color ease 0.3s;
  padding: 7px 15px;
}
.search__card {
  padding-top: calc(var(--padding) * 24px);
  padding-bottom: calc(var(--padding) * 24px);
  border-bottom: 1px solid #e4dbce;
  transition: ease 0.2s all;
}
.search__card__title {
  font-size: calc(1 * 20px);
  line-height: 1.6em;
  /* 991 down */
  color: #e8231a;
  font-weight: 700;
  transition: ease 0.2s all;
}
@media (max-width: 991px ) {
  .search__card__title {
    font-size: calc(1 * 20px);
  }
}
@media (max-width: 767px ) {
  .search__card__title {
    font-size: calc(1 * 18px);
  }
}
.search__card__summary {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  font-weight: 500;
  line-height: 1.5em;
  max-height: 4.6em;
}
.search__card__location {
  color: #89a3a6;
  font-size: 16px;
  line-height: 1.4em;
}
.search__card:hover {
  background: rgba(228, 219, 206, 0.1);
}
.search__card:hover .search__card__title {
  color: #072329;
}
.search__card:last-of-type {
  border-bottom: none;
}
.search__card:first-of-type {
  padding-top: 0px;
}
.section {
  padding-top: calc(var(--padding) * 96px);
  padding-bottom: calc(var(--padding) * 96px);
}
.section--dark {
  background: #072329;
}
.section--dark .section__title {
  color: white;
}
.section--dark .section__intro {
  color: white;
}
.section__title {
  margin-bottom: calc(var(--margin) * 24px);
  font-size: calc(0.8 * 50px);
  line-height: 1.2em;
  font-weight: 700;
  /* 1199 down */
  /* 991 down */
}
@media (max-width: 1199px ) {
  .section__title {
    font-size: calc(0.8 * 50px);
  }
}
@media (max-width: 991px ) {
  .section__title {
    font-size: calc(0.8 * 38px);
  }
}
@media (max-width: 767px ) {
  .section__title {
    font-size: calc(0.8 * 32px);
  }
}
.section__title--center {
  text-align: center;
}
.section__intro {
  margin-bottom: calc(var(--margin) * 24px);
  font-size: calc(0.8 * 26px);
  line-height: 1.6em;
  font-weight: 700;
  /* 991 down */
}
@media (max-width: 991px ) {
  .section__intro {
    font-size: calc(0.8 * 22px);
  }
}
@media (max-width: 767px ) {
  .section__intro {
    font-size: calc(0.8 * 20px);
  }
}
.section__intro--center {
  text-align: center;
}
.section__button {
  padding-top: calc(var(--padding) * 36px);
}
/* to be cleaned */
.slider {
  background: #f6f3ef;
  height: auto;
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
  z-index: 1;
}
.slider__slide {
  position: absolute;
}
.slider__nav {
  position: absolute;
  width: 100%;
  top: 0px;
  bottom: 0;
  color: #e8231a;
  z-index: 1;
}
.slider__nav .slider__previous,
.slider__nav .slider__next {
  cursor: pointer;
  position: absolute;
  display: block;
  top: 50%;
  width: 40px;
  height: 80px;
  line-height: 0;
  border-radius: 0 40px 40px 0;
  transform: translateY(-50%);
  background-color: rgba(232, 35, 26, 0.75);
  z-index: 3;
}
.slider__nav .slider__previous svg,
.slider__nav .slider__next svg {
  position: relative;
  height: 24px;
  width: 13px;
  fill: white;
  top: 50%;
}
.slider__nav .slider__previous {
  left: 0px;
}
.slider__nav .slider__previous svg {
  left: 35%;
  transform: translateY(-50%) translateX(-50%) rotate(180deg);
}
.slider__nav .slider__next {
  right: 0px;
  border-radius: 40px 0 0 40px;
}
.slider__nav .slider__next svg {
  left: 65%;
  transform: translateY(-50%) translateX(-50%);
}
.slider figcaption {
  position: absolute;
  bottom: 0;
  padding: 10px;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  font-size: 0.8rem;
}
.slider--fixed-size {
  overflow: visible;
}
.slider--fixed-size .slider__slide {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  /*
			.aligner();
			.align-items--center();*/
  background-position: center center;
  background-size: cover;
}
.slider--fixed-size .slider__slide__link {
  z-index: 2;
}
.slider--fixed-size .slider__slide__inner {
  /*
			.aligner();
			.aligner-item-center();*/
  display: block;
  height: 100%;
  width: 100%;
  position: relative;
  text-align: center;
}
.slider--fixed-size .slider__slide__inner img {
  /*
				.aligner-item-center();	*/
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.slider-pagination {
  position: relative;
  width: 100%;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.slider-pagination__bullit {
  margin: 0 4px;
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 100%;
  background: #072329;
  opacity: 0.2;
}
.slider-pagination__bullit--active {
  background: #e8231a;
  opacity: 1;
}
.subnav__header--has-dash:after {
  margin-top: calc(var(--margin) * 6px);
  content: '';
  display: block;
  width: 100%;
  height: 18px;
  background: url('data:image/gif;base64,R0lGODlhBgAGAIABAOgjGv///yH5BAEAAAEALAAAAAAGAAYAAAIJBIJxuWjcnmsFADs=');
  opacity: 0.4;
}
.subnav__title {
  margin-bottom: calc(var(--margin) * 12px);
}
.subnav__intro {
  margin-bottom: calc(var(--margin) * 24px);
}
.subnav__grouplink > .subnav__intro:hover {
  color: #e8231a;
}
.subnav__grouplink > .subnav__intro:after {
  content: '\2192';
  color: #e8231a;
  margin-left: 6px;
  text-decoration: none!important;
}
@media (min-width: 768px ) {
  .subnav--columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 24px;
  }
}
.subnav__item {
  padding-top: calc(var(--padding) * 12px);
  padding-bottom: calc(var(--padding) * 12px);
  position: relative;
  display: block;
  border-bottom: 1px solid #e4dbce;
  column-break-inside: avoid;
}
.subnav__item--depth-2 {
  padding-left: calc(var(--padding) * 24px);
}
.subnav__item__wrap {
  position: relative;
  padding-left: 2rem;
}
.subnav__item__wrap:before {
  position: absolute;
  top: 0.2em;
  left: 0;
  content: '';
  display: block;
  width: 1rem;
  height: 1rem;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxMy4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDE0OTQ4KSAgLS0+DQo8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgd2lkdGg9IjgwcHgiIGhlaWdodD0iMTQ1cHgiIHZpZXdCb3g9IjAgMCA4MCAxNDUiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDgwIDE0NSIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8cG9seWdvbiBmaWxsPSIjRTgyMzFBIiBwb2ludHM9IjU3LjQ1MywwIDAuMDAxLDAgMjIuNTY5LDcyLjQ5OCAwLDE0NSA1Ny40NTEsMTQ1IDgwLDcyLjQ5OCAiLz4NCjwvc3ZnPg0K');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
}
.subnav__item__title {
  font-family: 'transat-text', Arial, sans-serif;
  font-size: calc(1 * 18px);
  line-height: 1.4em;
  font-weight: 400;
}
.subnav__item__subtitle {
  color: rgba(7, 35, 41, 0.5);
}
.shorten {
  overflow-y: hidden;
  overflow-x: hidden;
  position: relative;
}
.shorten__more {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 160px;
  bottom: 0;
  left: 0;
  right: 0;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
  /* IE6-9 */
}
.shorten__button {
  text-align: center;
  font-weight: 700;
  color: #e8231a;
}
.shorten__button:hover {
  text-decoration: underline;
}
.sociallinks__item {
  display: inline-block;
  margin-right: calc(var(--margin) * 12px);
}
.sociallinks__item:hover .sociallinks__svg {
  fill: rgba(232, 35, 26, 0.3);
}
.sociallinks__item:hover .sociallinks__text {
  border-bottom: 3px solid #e8231a;
}
.sociallinks__svg {
  fill: #e8231a;
  transition: fill ease 0.2s;
}
.sociallinks__text {
  border-bottom: 3px solid #fbdad8;
}
.spot__type {
  margin-bottom: calc(var(--margin) * 12px);
  text-transform: uppercase;
  font-weight: 700;
  color: #e8231a;
}
.spot__title {
  margin-bottom: calc(var(--margin) * 12px);
}
.spot__meta {
  margin-bottom: calc(var(--margin) * 30px);
}
.spot__data {
  display: flex;
  flex-direction: row;
  line-height: 1.8em;
}
.spot__data__icon {
  margin-left: calc(var(--margin) * 6px);
  margin-right: calc(var(--margin) * 12px);
  line-height: 1.5em;
}
.spot__toggle {
  color: #e8231a;
  cursor: pointer;
}
.spot__toggle:hover {
  text-decoration: underline;
}
.spot__map {
  background: graytext;
  height: 500px;
}
.rail {
  margin-bottom: calc(var(--margin) * 30px);
  width: 25vw;
  max-width: 150px;
  height: 0.4rem;
  background: #e8231a;
}
.rail--indent {
  margin-left: calc(var(--margin) * 30px);
}
.rail--center {
  margin-right: auto;
  margin-left: auto;
}
.tabs__header {
  display: flex;
  flex-direction: row;
}
.tabs__tab {
  padding-left: calc(var(--padding) * 24px);
  padding-right: calc(var(--padding) * 24px);
  padding-top: calc(var(--padding) * 12px);
  padding-bottom: calc(var(--padding) * 12px);
  font-size: calc(0.8 * 20px);
  line-height: 1.6em;
  font-weight: 700;
  /* 991 down */
  color: #072329;
  cursor: pointer;
  transition: all ease 0.2s;
  display: flex;
  flex-diection: row;
  align-items: center;
}
@media (max-width: 991px ) {
  .tabs__tab {
    font-size: calc(0.8 * 20px);
  }
}
@media (max-width: 767px ) {
  .tabs__tab {
    font-size: calc(0.8 * 18px);
  }
}
.tabs__tab:hover {
  color: #e8231a;
  background: rgba(246, 243, 239, 0.4);
}
.tabs__tab--active {
  background: #f6f3ef;
  color: #072329;
  cursor: default;
}
.tabs__tab--active:hover {
  color: #072329;
  background: #f6f3ef;
}
.tabs__tab--active:before {
  transform: rotate(90deg);
}
.tabs__tab:before {
  content: '';
  display: inline-block;
  width: 1em;
  height: 0.8em;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxMy4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDE0OTQ4KSAgLS0+DQo8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgd2lkdGg9IjgwcHgiIGhlaWdodD0iMTQ1cHgiIHZpZXdCb3g9IjAgMCA4MCAxNDUiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDgwIDE0NSIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8cG9seWdvbiBmaWxsPSIjRTgyMzFBIiBwb2ludHM9IjU3LjQ1MywwIDAuMDAxLDAgMjIuNTY5LDcyLjQ5OCAwLDE0NSA1Ny40NTEsMTQ1IDgwLDcyLjQ5OCAiLz4NCjwvc3ZnPg0K');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: calc(var(--margin) * 6px);
}
.tabs__body--filled {
  background: #f6f3ef;
}
@media (max-width: 991px ) {
  .tabs__body--filled {
    background: none;
  }
}
.tabs__body--productlocations {
  padding-top: calc(var(--padding) * 24px);
  padding-bottom: calc(var(--padding) * 24px);
}
@media (max-width: 991px ) {
  .tabs__body--productlocations {
    padding-top: 0;
  }
}
.teaser {
  position: relative;
  width: 100%;
  padding-top: 100%;
  height: 0;
  overflow: hidden;
  font-size: 18px;
}
@media (max-width: 1199px ) {
  .teaser {
    font-size: 1.8em;
  }
}
@media (max-width: 991px ) {
  .teaser {
    font-size: 1em;
  }
}
.teaser__img {
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.teaser__wrap {
  padding: 7%;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  transition: all 0.4s ease;
}
@media (min-width: 992px ) {
  .teaser__wrap:hover {
    background: rgba(0, 0, 0, 0.25);
  }
}
.teaser__title {
  line-height: 1.2em;
  font-size: 1.35em;
  font-weight: 700;
}
.teaser__byline {
  display: inline-block;
  line-height: 1.2em;
  font-size: 1em;
  padding-top: calc(var(--padding) * 6px);
  padding-bottom: calc(var(--padding) * 6px);
}
.teaser--light {
  color: white;
}
.teaser--light .teaser__label {
  background: white;
  color: #072329;
}
.teaser--circle .teaser__wrap {
  clip-path: circle(50% at 50% 50%);
}
.teaser--circle .teaser__img {
  border-radius: 50%;
}
.teaser--center {
  text-align: center;
}
.teaser--right {
  text-align: right;
}
.teaser--middle .teaser__wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.teaser--bottom .teaser__wrap {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.teasers {
  position: relative;
  width: 100%;
  padding-top: 50%;
}
@media (min-width: 992px ) and (max-width: 1199px ) {
  .teasers {
    padding-top: calc(50% + 200% /3 );
  }
}
@media (min-width: 768px ) and (max-width: 991px ) {
  .teasers {
    padding-top: 200%;
  }
}
@media (max-width: 767px ) {
  .teasers {
    padding-top: 0;
  }
}
@media (min-width: 768px ) {
  .teasers__teaser-1 {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 42px;
  }
  .teasers__teaser-1 .teaser__byline {
    font-size: 0.7em;
  }
}
@media (min-width: 992px ) and (max-width: 1199px ) {
  .teasers__teaser-1 {
    width: calc(200% /3 );
    padding-top: calc(200% /3 );
    font-size: 44px;
  }
}
@media (min-width: 1200px ) {
  .teasers__teaser-1 {
    width: 50%;
    padding-top: 50%;
    font-size: 42px;
  }
}
@media (min-width: 768px ) {
  .teasers__teaser-2 {
    position: absolute;
  }
}
@media (min-width: 768px ) and (max-width: 991px ) {
  .teasers__teaser-2 {
    width: 50%;
    padding-top: 50%;
    top: 50%;
    right: 50%;
  }
}
@media (min-width: 992px ) and (max-width: 1199px ) {
  .teasers__teaser-2 {
    top: 0;
    right: 0;
    width: calc(100% /3 );
    padding-top: calc(100% /3 );
    font-size: 20px;
  }
}
@media (min-width: 1200px ) {
  .teasers__teaser-2 {
    top: 0;
    right: 25%;
    width: 25%;
    padding-top: 25%;
  }
}
@media (min-width: 768px ) {
  .teasers__teaser-3 {
    position: absolute;
  }
}
@media (min-width: 768px ) and (max-width: 991px ) {
  .teasers__teaser-3 {
    width: 50%;
    padding-top: 50%;
    top: 50%;
    right: 0;
    font-size: 20px;
  }
}
@media (min-width: 992px ) and (max-width: 1199px ) {
  .teasers__teaser-3 {
    top: calc(200% /7 );
    right: 0;
    width: calc(100% /3 );
    padding-top: calc(100% /3 );
    font-size: 20px;
  }
}
@media (min-width: 1200px ) {
  .teasers__teaser-3 {
    right: 0;
    top: 0;
    width: 25%;
    padding-top: 25%;
  }
}
@media (min-width: 768px ) {
  .teasers__teaser-4 {
    position: absolute;
  }
}
@media (min-width: 768px ) and (max-width: 991px ) {
  .teasers__teaser-4 {
    width: 50%;
    padding-top: 50%;
    top: 75%;
    right: 50%;
  }
}
@media (min-width: 992px ) and (max-width: 1199px ) {
  .teasers__teaser-4 {
    width: 50%;
    padding-top: 50%;
    bottom: 0;
    right: 50%;
    font-size: 24px;
  }
}
@media (min-width: 1200px ) {
  .teasers__teaser-4 {
    bottom: 0;
    right: 25%;
    width: 25%;
    padding-top: 25%;
  }
}
@media (min-width: 768px ) {
  .teasers__teaser-5 {
    position: absolute;
  }
}
@media (min-width: 768px ) and (max-width: 991px ) {
  .teasers__teaser-5 {
    padding-top: 50%;
    width: 50%;
    top: 75%;
    right: 0%;
  }
}
@media (min-width: 992px ) and (max-width: 1199px ) {
  .teasers__teaser-5 {
    bottom: 0;
    right: 0%;
    width: 50%;
    padding-top: 50%;
    font-size: 24px;
  }
}
@media (min-width: 1200px ) {
  .teasers__teaser-5 {
    bottom: 0;
    right: 0%;
    width: 25%;
    padding-top: 25%;
  }
}
.trailer {
  background: #f6f3ef;
  margin-bottom: calc(var(--margin) * 24px);
  /* first style, vertical oriantated */
}
.trailer--stretched {
  /* to be discussed if this is the right way. the stretch is a for me a visual thing, and in this case only nececary for this blokcs. Option is to incorporate a stretch column class */
  height: 100%;
  display: flex;
  flex-direction: column;
}
.trailer--card .trailer__content {
  padding-top: calc(var(--padding) * 24px);
  padding-right: calc(var(--padding) * 24px);
  padding-bottom: calc(var(--padding) * 24px);
  padding-left: calc(var(--padding) * 24px);
  flex-grow: 2;
  display: flex;
  flex-direction: column;
  font-size: 0.9rem;
}
.trailer--card .trailer__content__innerwrap {
  flex-grow: 2;
  display: flex;
  flex-direction: column;
}
.trailer--card .trailer__title {
  font-size: calc(0.8 * 28px);
  line-height: 1.2em;
  font-weight: 400;
  /* 991 down */
  margin-bottom: calc(var(--margin) * 12px);
  font-weight: 900;
}
@media (max-width: 991px ) {
  .trailer--card .trailer__title {
    font-size: calc(0.8 * 24px);
  }
}
.trailer--card .trailer__body {
  flex-grow: 2;
}
.trailer--card .trailer__button {
  margin-top: calc(var(--margin) * 30px);
}
.trailer--card .trailer__visual {
  height: 0;
  padding-bottom: calc(9/16*100%);
  position: relative;
}
.trailer--card .trailer__visual__img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  object-fit: cover;
}
.trailer--banner {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (max-width: 991px ) {
  .trailer--banner {
    flex-direction: column;
    margin-bottom: calc(var(--margin) * 24px);
  }
}
.trailer--banner .trailer__content {
  padding-top: calc(var(--padding) * 24px);
  padding-right: calc(var(--padding) * 24px);
  padding-bottom: calc(var(--padding) * 24px);
  padding-left: calc(var(--padding) * 24px);
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px ) {
  .trailer--banner .trailer__content {
    width: 100%;
  }
}
.trailer--banner .trailer__title {
  font-size: 30px;
  line-height: 1.6em;
  font-size: calc(1 * 28px);
  line-height: 1.2em;
  font-weight: 400;
  /* 991 down */
  margin-bottom: calc(var(--margin) * 12px);
  font-weight: 900;
}
@media (max-width: 991px ) {
  .trailer--banner .trailer__title {
    font-size: calc(1 * 24px);
  }
}
.trailer--banner .trailer__button {
  margin-top: calc(var(--margin) * 12px);
}
.trailer--banner .trailer__visual {
  flex-direction: column;
  width: 50%;
  background-size: cover;
  position: relative;
  padding-top: calc(3/4*50%);
}
@media (max-width: 991px ) {
  .trailer--banner .trailer__visual {
    width: 100%;
    padding-top: calc(9/16*100%);
  }
}
.trailer--banner .trailer__visual__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.trailer--switched .trailer__visual {
  order: 2;
}
@media (max-width: 991px ) {
  .trailer--switched .trailer__visual {
    order: 0;
  }
}
.visual__img {
  max-width: 100%;
  height: auto;
}
.visual__caption {
  font-size: 0.8rem;
}
.visual__credits {
  font-size: 0.8rem;
  color: #e8231a;
}
.wysiwyg p {
  margin-bottom: calc(var(--margin) * 30px);
  line-height: 1.6em;
}
.wysiwyg h3 {
  font-size: calc(1 * 20px);
  line-height: 1.6em;
  font-weight: 700;
  /* 991 down */
  margin-bottom: calc(var(--margin) * 6px);
}
@media (max-width: 991px ) {
  .wysiwyg h3 {
    font-size: calc(1 * 20px);
  }
}
@media (max-width: 767px ) {
  .wysiwyg h3 {
    font-size: calc(1 * 18px);
  }
}
.wysiwyg ul,
.wysiwyg ol {
  margin-bottom: calc(var(--margin) * 24px);
  margin-top: calc(var(--margin) * 24px);
  margin-left: 2em;
}
.wysiwyg ul li,
.wysiwyg ol li {
  padding-left: calc(var(--padding) * 12px);
  margin-bottom: calc(var(--margin) * 12px);
  line-height: 1.6em;
}
.wysiwyg ul {
  list-style: disc;
}
.wysiwyg ol {
  list-style: decimal;
}
.wysiwyg cite {
  font-style: italic;
}
.wysiwyg strong {
  font-weight: 700;
}
.wysiwyg em {
  font-style: italic;
}
.wysiwyg .underline {
  text-decoration: underline;
}
.wysiwyg a:not(.button) {
  background: transparent;
  border-bottom: 3px solid #fbdad8;
  color: inherit;
  text-decoration: none;
  transition: border-bottom 0.25s;
  overflow-wrap: break-word;
  white-space: normal;
}
.wysiwyg a:not(.button):hover {
  border-bottom: 3px solid #e8231a;
}
.wysiwyg table {
  line-height: 175%;
  margin-bottom: 20px;
}
.wysiwyg table tr {
  border-bottom: 1px solid #f6f3ef;
}
.wysiwyg table tr:last-child {
  border-bottom: 3px solid #f6f3ef;
}
.wysiwyg--inverted {
  color: #fff;
}
.wysiwyg--job ul li {
  position: relative;
  list-style-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAAEhyb7BAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAMJJREFUeNpi/P//PwMMMIEIRkZGBAcGAAKIEVkZKgAIIOxSUEEJZD5AAGGoZGIgAFDMQNH7HMYACCA8LiPBImQ343QISJ4JzQ0SSA5jhEkABBD13EQ9Rfh81w/E5WB5HIr6oRglCNajKQCBQnTrNID4OrIJKPJI1mmgK4ApAggwogKTesFET4PA/iPTe+WgxAfTT46L+qEpF5SCX5DjtX60pF+IK4w0oHnlOnKBQMgAfGEEM/A91IB+osIYT2BLkBJZADMOdkOo7RpGAAAAAElFTkSuQmCC');
}
.wysiwyg--job.wysiwyg--inverted ul li {
  list-style-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAAEhyb7BAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAMNJREFUeNpi/P//PwMMMDEgARQOQAAxwpQxYUgDBBAjsgnoshLIggABhKGSCZc2GPjPhGQGSC8jA8gMIH4OpRkAAgir9YTMJVnRf2yKnkMdB5NkhEkABBB93EQ9Rf1AXI7P4f1QuhDZpPW4FCCbpAFVuANdASRYoZEIxBpA3I/Eh2OAACMqMKkWTEPGoHLk3EWOQf3QlAsy5AU5BvWjJf1CXF7TgOaV62gFAl4DsKUR5LQCKgDe/4cArOmGlHSEEgaEAABmyJTjAehjjQAAAABJRU5ErkJggg==');
}
@media (max-width: 991px ) {
  .warm__mapcontainer {
    order: 1!important;
  }
}
@media (min-width: 992px ) {
  .warm__list {
    column-count: 2;
    column-gap: 12px;
  }
}
.warm__card {
  break-inside: avoid;
  margin-bottom: calc(var(--margin) * 24px);
  position: relative;
  font-size: 17px;
  padding-left: 30px;
}
.warm__card__title {
  font-weight: 700;
}
.warm__card__subtitle {
  margin-top: calc(var(--margin) * 6px);
  font-weight: 700;
  font-style: italic;
  color: #072329;
}
.warm__card__description {
  font-style: italic;
}
.warm__card__icon {
  position: absolute;
  top: 0;
  left: 0;
  color: #e8231a;
}
.warm__search {
  padding-top: calc(var(--padding) * 24px);
  padding-right: calc(var(--padding) * 24px);
  padding-bottom: calc(var(--padding) * 24px);
  padding-left: calc(var(--padding) * 24px);
  background: #f6f3ef;
  position: relative;
  margin-bottom: calc(var(--margin) * 24px);
}
.warm__search__inner {
  position: relative ;
  background: #fff;
}
.warm__search__input {
  position: relative;
  padding-top: calc(var(--padding) * 6px);
  padding-bottom: calc(var(--padding) * 6px);
  padding-left: calc(var(--padding) * 12px);
  padding-right: 60px;
  border: 1px solid #e4dbce;
  width: 100%;
  line-height: 34px;
}
.warm__search__button {
  position: absolute;
  padding-top: calc(var(--padding) * 6px);
  padding-bottom: calc(var(--padding) * 6px);
  right: 0;
  top: 0;
  bottom: 0;
  width: 40px;
  cursor: pointer;
}
.warm__map {
  height: 400px;
}
@media (min-width: 992px ) {
  .warm__map {
    height: 500px;
  }
}
.ietsvoorjou-capture {
  background: #a6babc;
  padding-top: calc(var(--padding) * 24px);
  padding-right: calc(var(--padding) * 24px);
  padding-bottom: calc(var(--padding) * 24px);
  padding-left: calc(var(--padding) * 24px);
  text-align: center;
}
.ietsvoorjou-cta {
  text-align: center;
}
@media (max-width: 991px ) {
  .ietsvoorjou-cta {
    text-align: left;
  }
}
.ietsvoorjou-cta__title {
  font-size: calc(1 * 26px);
  line-height: 1.6em;
  font-weight: 700;
  /* 991 down */
}
@media (max-width: 991px ) {
  .ietsvoorjou-cta__title {
    font-size: calc(1 * 22px);
  }
}
@media (max-width: 767px ) {
  .ietsvoorjou-cta__title {
    font-size: calc(1 * 20px);
  }
}
@media (max-width: 991px ) {
  .ietsvoorjou-cta__title {
    font-size: calc(1.3 * 26px);
    line-height: 1.6em;
    font-weight: 700;
    /* 991 down */
    line-height: 1.3em;
  }
}
@media (max-width: 991px ) and (max-width: 991px ) {
  .ietsvoorjou-cta__title {
    font-size: calc(1.3 * 22px);
  }
}
@media (max-width: 991px ) and (max-width: 767px ) {
  .ietsvoorjou-cta__title {
    font-size: calc(1.3 * 20px);
  }
}
.ietsvoorjou-cta__buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 6px;
  column-gap: 6px;
}
@media (max-width: 991px ) {
  .ietsvoorjou-cta__buttons {
    justify-content: left;
  }
}
.ietsvoorjou-intro {
  display: flex;
  flex-direction: row;
  gap: 36px;
  align-items: center;
  flex-wrap: no-wrap;
}
@media (max-width: 991px ) {
  .ietsvoorjou-intro {
    flex-direction: column;
  }
}
.ietsvoorjou-intro__content {
  width: 50%;
  flex-shrink: 0;
  padding-right: calc(var(--padding) * 12px);
}
@media (max-width: 991px ) {
  .ietsvoorjou-intro__content {
    width: 100%;
    padding: 0;
    order: 2;
  }
}
.ietsvoorjou-intro__title {
  font-size: calc(0.85 * 50px);
  line-height: 1.2em;
  font-weight: 700;
  /* 1199 down */
  /* 991 down */
}
@media (max-width: 1199px ) {
  .ietsvoorjou-intro__title {
    font-size: calc(0.85 * 50px);
  }
}
@media (max-width: 991px ) {
  .ietsvoorjou-intro__title {
    font-size: calc(0.85 * 38px);
  }
}
@media (max-width: 767px ) {
  .ietsvoorjou-intro__title {
    font-size: calc(0.85 * 32px);
  }
}
@media (max-width: 991px ) {
  .ietsvoorjou-intro__title {
    font-size: calc(1 * 50px);
    line-height: 1.2em;
    font-weight: 700;
    /* 1199 down */
    /* 991 down */
  }
}
@media (max-width: 991px ) and (max-width: 1199px ) {
  .ietsvoorjou-intro__title {
    font-size: calc(1 * 50px);
  }
}
@media (max-width: 991px ) and (max-width: 991px ) {
  .ietsvoorjou-intro__title {
    font-size: calc(1 * 38px);
  }
}
@media (max-width: 991px ) and (max-width: 767px ) {
  .ietsvoorjou-intro__title {
    font-size: calc(1 * 32px);
  }
}
.ietsvoorjou-intro__title__payoff {
  display: inline-block;
  break-inside: avoid;
}
.ietsvoorjou-intro__visual {
  position: relative;
  flex-grow: 1;
  box-shadow: 0px 8px 16px 0px rgba(7, 35, 41, 0.2);
  display: block;
  width: 100%;
}
@media (max-width: 991px ) {
  .ietsvoorjou-intro__visual {
    order: 1;
    margin-bottom: calc(var(--margin) * 24px);
  }
}
.ietsvoorjou-header {
  min-height: 100vh!important;
  margin-top: 0;
  position: relative;
  background: #072329;
}
@media (max-width: 767px ) {
  .ietsvoorjou-header {
    min-height: -webkit-fill-available;
  }
}
.ietsvoorjou-header__video {
  display: block;
  height: 100vh;
  width: 100%;
  position: fixed;
}
.ietsvoorjou-header__video__media {
  object-fit: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
}
.ietsvoorjou-header__content {
  position: relative;
  z-index: 1;
  color: #fff;
  text-align: center;
}
.ietsvoorjou-header__content--primary {
  min-height: 100vh;
  padding-bottom: calc(var(--padding) * 12px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  background: -moz-linear-gradient(top, rgba(7, 35, 41, 0.25) 0%, rgba(7, 35, 41, 0.7) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(7, 35, 41, 0.25) 0%, rgba(7, 35, 41, 0.7) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(7, 35, 41, 0.25) 0%, rgba(7, 35, 41, 0.7) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
@media (max-width: 767px ) {
  .ietsvoorjou-header__content--primary {
    padding-bottom: calc(var(--padding) * 96px);
  }
}
.ietsvoorjou-header__content--secondary {
  min-height: 80vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: -moz-linear-gradient(top, rgba(7, 35, 41, 0.7) 0%, #072329 50%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(7, 35, 41, 0.7) 0%, #072329 50%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(7, 35, 41, 0.7) 0%, #072329 50%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.ietsvoorjou-header__logo {
  display: inline-block;
  width: 72px;
}
@media (max-width: 767px ) {
  .ietsvoorjou-header__logo {
    width: 60px;
  }
}
.ietsvoorjou-header__logo img {
  width: 100%;
  height: auto;
}
.ietsvoorjou-header__title {
  font-size: calc(1.3 * 50px);
  line-height: 1.2em;
  font-weight: 700;
  /* 1199 down */
  /* 991 down */
}
@media (max-width: 1199px ) {
  .ietsvoorjou-header__title {
    font-size: calc(1.3 * 50px);
  }
}
@media (max-width: 991px ) {
  .ietsvoorjou-header__title {
    font-size: calc(1.3 * 42px);
  }
}
@media (max-width: 767px ) {
  .ietsvoorjou-header__title {
    font-size: calc(1.3 * 36px);
  }
}
@media (max-width: 350px) {
  .ietsvoorjou-header__title {
    font-size: calc(1.1 * 50px);
    line-height: 1.2em;
    font-weight: 700;
    /* 1199 down */
    /* 991 down */
  }
}
@media (max-width: 350px) and (max-width: 1199px ) {
  .ietsvoorjou-header__title {
    font-size: calc(1.1 * 50px);
  }
}
@media (max-width: 350px) and (max-width: 991px ) {
  .ietsvoorjou-header__title {
    font-size: calc(1.1 * 42px);
  }
}
@media (max-width: 350px) and (max-width: 767px ) {
  .ietsvoorjou-header__title {
    font-size: calc(1.1 * 36px);
  }
}
.ietsvoorjou-header__text {
  font-size: 32px;
  /* 991 down */
  font-weight: 300;
  line-height: 1.3em;
  margin-top: calc(var(--margin) * 30px);
  margin-bottom: calc(var(--margin) * 30px);
}
@media (max-width: 991px ) {
  .ietsvoorjou-header__text {
    font-size: 24px;
  }
}
@media (max-width: 767px ) {
  .ietsvoorjou-header__text {
    font-size: 20px;
  }
}
.ietsvoorjou-header__text__underline {
  text-decoration: underline;
  text-decoration-color: #e8231a;
}
.ietsvoorjou-header__more {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ietsvoorjou-header__more__chevron {
  animation: pulse 2s infinite;
}
.ietsvoorjou-header__more__chevron:after {
  border-style: solid;
  border-color: #e8231a;
  border-width: 3px 3px 0 0;
  content: '';
  display: inline-block;
  height: 20px;
  position: relative;
  transform: rotate(-225deg);
  vertical-align: top;
  width: 20px;
}
@keyframes pulse {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, 10px);
  }
  100% {
    transform: translate(0, 0);
  }
}
.ietsvoorjou-filter__line {
  display: flex;
  flex-direction: row;
  column-gap: 24px;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 991px ) {
  .ietsvoorjou-filter__line {
    flex-direction: column;
    row-gap: 8px;
  }
}
.ietsvoorjou-filter__header {
  font-size: calc(1 * 26px);
  line-height: 1.6em;
  font-weight: 700;
  /* 991 down */
  line-height: 1.3em;
}
@media (max-width: 991px ) {
  .ietsvoorjou-filter__header {
    font-size: calc(1 * 22px);
  }
}
@media (max-width: 767px ) {
  .ietsvoorjou-filter__header {
    font-size: calc(1 * 20px);
  }
}
@media (max-width: 991px ) {
  .ietsvoorjou-filter__header {
    text-align: center;
  }
}
.ietsvoorjou-filter__more {
  text-align: center;
  color: #e8231a;
  font-weight: 500;
}
.ietsvoorjou-filter__more:hover {
  color: #072329;
}
@media (max-width: 991px ) {
  .ietsvoorjou-filter__input {
    width: 100%;
  }
}
.ietsvoorjou-filter__options {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}
@media (max-width: 991px ) {
}
.ietsvoorjou-filter__options__option {
  padding-top: calc(var(--padding) * 6px);
  padding-bottom: calc(var(--padding) * 6px);
  padding-left: calc(var(--padding) * 12px);
  padding-right: calc(var(--padding) * 12px);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  column-gap: 6px;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.4em;
  color: #072329;
  cursor: pointer;
  transition: background ease 0.2s;
  background-color: transparent;
  border: 2px solid #e8231a;
}
.ietsvoorjou-filter__options__option:before {
  content: '';
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 7px;
  border: 2px solid #072329;
}
@media (max-width: 991px ) {
  .ietsvoorjou-filter__options__option {
    margin-top: calc(var(--margin) * 6px);
    font-size: 16px;
  }
}
.ietsvoorjou-filter__options__option--active {
  background: #e8231a;
  color: #fff;
}
.ietsvoorjou-filter__options__option--active:before {
  border: 4px solid #fff !important;
}
.ietsvoorjou-filter__options__title {
  font-weight: 500;
}
.ietsvoorjou-recruiter {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
}
@media (min-width: 768px ) {
  .ietsvoorjou-recruiter {
    flex-direction: row;
  }
}
.ietsvoorjou-recruiter__img {
  order: 2;
  width: 100%;
  border-radius: 50%;
}
@media (min-width: 768px ) {
  .ietsvoorjou-recruiter__img {
    order: 0;
    width: 40%;
  }
}
.ietsvoorjou-recruiter__name {
  font-size: calc(1 * 50px);
  line-height: 1.2em;
  font-weight: 700;
  /* 1199 down */
  /* 991 down */
}
@media (max-width: 1199px ) {
  .ietsvoorjou-recruiter__name {
    font-size: calc(1 * 50px);
  }
}
@media (max-width: 991px ) {
  .ietsvoorjou-recruiter__name {
    font-size: calc(1 * 42px);
  }
}
@media (max-width: 767px ) {
  .ietsvoorjou-recruiter__name {
    font-size: calc(1 * 36px);
  }
}
.ietsvoorjou-recruiter__function {
  font-size: calc(1 * 20px);
  line-height: 1.6em;
  font-weight: 700;
  /* 991 down */
  color: #e8231a;
}
@media (max-width: 991px ) {
  .ietsvoorjou-recruiter__function {
    font-size: calc(1 * 20px);
  }
}
@media (max-width: 767px ) {
  .ietsvoorjou-recruiter__function {
    font-size: calc(1 * 18px);
  }
}
.ietsvoorjou-recruiter__contact {
  display: block;
  margin-botom: 6px;
}
.ietsvoorjou-recruiter__contact__icon {
  margin-right: 6px;
  color: #a6babc;
}
.ietsvoorjou-section {
  position: relative;
  background: #fff;
}
.ietsvoorjou-section--dark {
  background: #072329;
  color: #fff;
}
.ietsvoorjou-section--secondary {
  background: #f6f3ef;
}
.ietsvoorjou-section--tertiary {
  background: #a6babc;
}
.ietsvoorjou-strike {
  position: relative;
  display: inline-block;
}
.ietsvoorjou-strike__svg {
  fill: #e8231a;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 35%;
  bottom: 0;
  height: 0.6em;
}
.ietsvoorjou-trailer {
  display: flex;
  flex-direction: row;
  gap: 48px;
  align-items: center;
  flex-wrap: no-wrap;
  margin-bottom: calc(var(--margin) * 60px);
  padding-top: calc(var(--padding) * 60px);
}
@media (max-width: 991px ) {
  .ietsvoorjou-trailer {
    display: block;
    flex-direction: column;
    margin-bottom: calc(var(--margin) * 30px);
    padding-top: calc(var(--padding) * 36px);
  }
}
.ietsvoorjou-trailer:last-child {
  margin-bottom: 0;
}
.ietsvoorjou-trailer__content {
  padding-top: calc(var(--padding) * 24px);
  padding-right: calc(var(--padding) * 24px);
  padding-bottom: calc(var(--padding) * 24px);
  padding-left: calc(var(--padding) * 24px);
  width: 50%;
  flex-shrink: 0;
}
@media (max-width: 991px ) {
  .ietsvoorjou-trailer__content {
    width: 100%;
    padding: 0;
    padding-top: calc(var(--padding) * 24px);
    padding-bottom: calc(var(--padding) * 24px);
  }
}
.ietsvoorjou-trailer__quote {
  font-size: 28px;
  /* 991 down */
  font-weight: 300;
  line-height: 1.3em;
  font-style: italic;
  margin-bottom: calc(var(--margin) * 24px);
  padding-left: calc(var(--padding) * 12px);
}
@media (max-width: 991px ) {
  .ietsvoorjou-trailer__quote {
    font-size: 22px;
  }
}
@media (max-width: 767px ) {
  .ietsvoorjou-trailer__quote {
    font-size: 20px;
  }
}
.ietsvoorjou-trailer__name {
  padding-left: calc(var(--padding) * 12px);
  font-weight: 600;
}
.ietsvoorjou-trailer__visual {
  position: relative;
  flex-grow: 1;
}
.ietsvoorjou-trailer__visual__img {
  width: 100%;
}
.ietsvoorjou-trailer--switched .ietsvoorjou-trailer__visual {
  order: 2;
}
@media (max-width: 991px ) {
  .ietsvoorjou-trailer--switched .ietsvoorjou-trailer__visual {
    order: 0;
  }
}
/*# sourceMappingURL=main.css.map */