/*****************************************************************************
 * Responsive breakpoints are used bottom-up; extra small means a screen size
 * between 576px and 787px (just before the small breakpoint);
 * 
 * @media only screen and (min-width: xxx) { }
 ***************************************************************************** */
/*****************************************************************************
 * Responsive breakpoints are used bottom-up; extra small means a screen size
 * between 576px and 787px (just before the small breakpoint);
 * 
 * @media only screen and (min-width: xxx) { }
 ***************************************************************************** */
/*****************************************************************************
 * Colors
 * 
 * May include opiniated colors as color_blue, color_yellow etc. Use base,
 * primary, secondary etc. as much as possible to ensure consistency
 ***************************************************************************** */
/*****************************************************************************
 * The size-related variables (small/medium etc.) are directly related to the
 * responsive breakpoints.
 ***************************************************************************** */
/* Container
  --------------------------------------------------------------------------- */
/*
 * Maximum container width. The container padding will added to this with so 
 * the actual content will have this (maximum) size.
 */
/* Gutters
  --------------------------------------------------------------------------- */
/*****************************************************************************
 * Generic module settings
 ***************************************************************************** */
/*****************************************************************************
 * Responsive breakpoints are used bottom-up; extra small means a screen size
 * between 576px and 787px (just before the small breakpoint);
 * 
 * @media only screen and (min-width: xxx) { }
 ***************************************************************************** */
/*****************************************************************************
 * Responsive breakpoints are used bottom-up; extra small means a screen size
 * between 576px and 787px (just before the small breakpoint);
 * 
 * @media only screen and (min-width: xxx) { }
 ***************************************************************************** */
/*****************************************************************************
 * Colors
 * 
 * May include opiniated colors as color_blue, color_yellow etc. Use base,
 * primary, secondary etc. as much as possible to ensure consistency
 ***************************************************************************** */
/*****************************************************************************
 * The size-related variables (small/medium etc.) are directly related to the
 * responsive breakpoints.
 ***************************************************************************** */
/* Container
  --------------------------------------------------------------------------- */
/*
 * Maximum container width. The container padding will added to this with so 
 * the actual content will have this (maximum) size.
 */
/* Gutters
  --------------------------------------------------------------------------- */
/*****************************************************************************
 * Generic module settings
 ***************************************************************************** */
/*****************************************************************************
 * Opiniated defaults
 * 
 * Based on Normalize.css:
 * normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css
 ***************************************************************************** */
/* Document
  ---------------------------------------------------------------------------- */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-size: 20px;
}

html,
body {
  line-height: 1.5;
  margin: 0;
  overflow-x: hidden;
  padding: 0;
  text-rendering: optimizeLegibility;
  width: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

/* Typography
  ---------------------------------------------------------------------------- */
body {
  color: #434448;
  font-size: 1rem;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0.8rem;
  margin-top: 0;
}

p {
  margin-bottom: 0.8rem;
  margin-top: 0;
}

p:last-child {
  margin-bottom: 0;
}

ul,
ol {
  margin-bottom: 0.8rem;
  margin-top: 0;
}

figure {
  margin: 0;
  padding: 0;
}

picture {
  display: block;
}

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

/* Grouping content
  ---------------------------------------------------------------------------- */
hr {
  background: #434448;
  border: none;
  height: 1px;
}

@media only screen and (min-width: 992px) {
  body {
    font-size: 1rem;
  }
}
/*****************************************************************************
 * Responsive breakpoints are used bottom-up; extra small means a screen size
 * between 576px and 787px (just before the small breakpoint);
 * 
 * @media only screen and (min-width: xxx) { }
 ***************************************************************************** */
/*****************************************************************************
 * Responsive breakpoints are used bottom-up; extra small means a screen size
 * between 576px and 787px (just before the small breakpoint);
 * 
 * @media only screen and (min-width: xxx) { }
 ***************************************************************************** */
/*****************************************************************************
 * Colors
 * 
 * May include opiniated colors as color_blue, color_yellow etc. Use base,
 * primary, secondary etc. as much as possible to ensure consistency
 ***************************************************************************** */
/*****************************************************************************
 * The size-related variables (small/medium etc.) are directly related to the
 * responsive breakpoints.
 ***************************************************************************** */
/* Container
  --------------------------------------------------------------------------- */
/*
 * Maximum container width. The container padding will added to this with so 
 * the actual content will have this (maximum) size.
 */
/* Gutters
  --------------------------------------------------------------------------- */
/*****************************************************************************
 * Generic module settings
 ***************************************************************************** */
/*****************************************************************************
 * Setup of container and grid. A row is a flex container by default; use 
 * flexbox modifiers to change direction, order, alignment etc. 
 ***************************************************************************** */
/* Setup
  ---------------------------------------------------------------------------- */
.container {
  margin: 0 auto;
  position: relative;
  width: 100%;
}

.row {
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
}

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

.row--justify-flex-start {
  justify-content: flex-start;
}

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

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

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

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

.row--reverse .col-12:first-child {
  order: 1;
}

/* Default
  ---------------------------------------------------------------------------- */
.container {
  max-width: calc(1300px + 16px + 16px);
  padding: 0 16px;
}

.container--small {
  max-width: calc(800px + 16px + 16px);
  padding: 0 16px;
}

.container--large {
  max-width: calc(1440px + 16px + 16px);
  padding: 0 16px;
}

.row {
  margin-left: calc((-16px) / 2);
  margin-right: calc((-16px) / 2);
}

[class*=col-] {
  padding-right: calc(16px / 2 );
  padding-left: calc(16px / 2 );
}

.col,
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
  flex: 0 0 auto;
}

.col {
  flex-grow: 1;
  flex-basis: 0;
  max-width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Extra small screens
  ---------------------------------------------------------------------------- */
@media only screen and (min-width: 576px) {
  .container {
    max-width: calc(1300px + 16px + 16px);
    padding: 0 16px;
  }

  .container--small {
    max-width: calc(800px + 16px + 16px);
    padding: 0 16px;
  }

  .container--large {
    max-width: calc(1440px + 16px + 16px);
    padding: 0 16px;
  }

  .row {
    margin-left: calc((-16px) / 2);
    margin-right: calc((-16px) / 2);
  }

  .row--justify-center-xs {
    justify-content: center;
  }

  .row--justify-flex-start-xs {
    justify-content: flex-start;
  }

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

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

  .row--reverse-xs .col-12:first-child {
    order: 1;
  }

  [class*=col-] {
    padding-right: calc(16px / 2 );
    padding-left: calc(16px / 2 );
  }

  .col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    flex: 0 0 auto;
  }

  .col-xs {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }

  .col-xs-1 {
    flex-basis: 8.333%;
    max-width: 8.333%;
  }

  .col-xs-2 {
    flex-basis: 16.667%;
    max-width: 16.667%;
  }

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

  .col-xs-4 {
    flex-basis: 33.333%;
    max-width: 33.333%;
  }

  .col-xs-5 {
    flex-basis: 41.667%;
    max-width: 41.667%;
  }

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

  .col-xs-7 {
    flex-basis: 58.333%;
    max-width: 58.333%;
  }

  .col-xs-8 {
    flex-basis: 66.667%;
    max-width: 66.667%;
  }

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

  .col-xs-10 {
    flex-basis: 83.333%;
    max-width: 83.333%;
  }

  .col-xs-11 {
    flex-basis: 91.667%;
    max-width: 91.667%;
  }

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

  .col-xs-offset-0 {
    margin-left: 0;
  }

  .col-xs-offset-1 {
    margin-left: 8.333%;
  }

  .col-xs-offset-2 {
    margin-left: 16.667%;
  }

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

  .col-xs-offset-4 {
    margin-left: 33.333%;
  }

  .col-xs-offset-5 {
    margin-left: 41.667%;
  }

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

  .col-xs-offset-7 {
    margin-left: 58.333%;
  }

  .col-xs-offset-8 {
    margin-left: 66.667%;
  }

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

  .col-xs-offset-10 {
    margin-left: 83.333%;
  }

  .col-xs-offset-11 {
    margin-left: 91.667%;
  }
}
/* Small screens
  ---------------------------------------------------------------------------- */
@media only screen and (min-width: 768px) {
  .container {
    max-width: calc(1300px + 16px + 16px);
    padding: 0 16px;
  }

  .container--small {
    max-width: calc(800px + 16px + 16px);
    padding: 0 16px;
  }

  .container--large {
    max-width: calc(1440px + 16px + 16px);
    padding: 0 16px;
  }

  .row {
    margin-left: calc((-20px) / 2);
    margin-right: calc((-20px) / 2);
  }

  .row--justify-center-sm {
    justify-content: center;
  }

  .row--justify-flex-start-sm {
    justify-content: flex-start;
  }

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

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

  .row--reverse-sm .col-12:first-child {
    order: 1;
  }

  [class*=col-] {
    padding-right: calc(20px / 2 );
    padding-left: calc(20px / 2 );
  }

  .col-sm,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12 {
    flex: 0 0 auto;
  }

  .col-sm {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }

  .col-sm-1 {
    flex-basis: 8.333%;
    max-width: 8.333%;
  }

  .col-sm-2 {
    flex-basis: 16.667%;
    max-width: 16.667%;
  }

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

  .col-sm-4 {
    flex-basis: 33.333%;
    max-width: 33.333%;
  }

  .col-sm-5 {
    flex-basis: 41.667%;
    max-width: 41.667%;
  }

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

  .col-sm-7 {
    flex-basis: 58.333%;
    max-width: 58.333%;
  }

  .col-sm-8 {
    flex-basis: 66.667%;
    max-width: 66.667%;
  }

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

  .col-sm-10 {
    flex-basis: 83.333%;
    max-width: 83.333%;
  }

  .col-sm-11 {
    flex-basis: 91.667%;
    max-width: 91.667%;
  }

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

  .col-sm-offset-0 {
    margin-left: 0;
  }

  .col-sm-offset-1 {
    margin-left: 8.333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.667%;
  }

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

  .col-sm-offset-4 {
    margin-left: 33.333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.667%;
  }

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

  .col-sm-offset-7 {
    margin-left: 58.333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.667%;
  }

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

  .col-sm-offset-10 {
    margin-left: 83.333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.667%;
  }
}
/* Medium screens
  ---------------------------------------------------------------------------- */
@media only screen and (min-width: 992px) {
  .container {
    max-width: calc(1300px + 16px + 16px);
    padding: 0 16px;
  }

  .container--small {
    max-width: calc(800px + 16px + 16px);
    padding: 0 16px;
  }

  .container--large {
    max-width: calc(1440px + 16px + 16px);
    padding: 0 16px;
  }

  .row {
    margin-left: calc((-20px) / 2);
    margin-right: calc((-20px) / 2);
  }

  .row--justify-center-md {
    justify-content: center;
  }

  .row--justify-flex-start-md {
    justify-content: flex-start;
  }

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

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

  .row--reverse-md .col-12:first-child {
    order: 1;
  }

  [class*=col-] {
    padding-right: calc(20px / 2 );
    padding-left: calc(20px / 2 );
  }

  .col-md,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12 {
    flex: 0 0 auto;
  }

  .col-md {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }

  .col-md-1 {
    flex-basis: 8.333%;
    max-width: 8.333%;
  }

  .col-md-2 {
    flex-basis: 16.667%;
    max-width: 16.667%;
  }

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

  .col-md-4 {
    flex-basis: 33.333%;
    max-width: 33.333%;
  }

  .col-md-5 {
    flex-basis: 41.667%;
    max-width: 41.667%;
  }

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

  .col-md-7 {
    flex-basis: 58.333%;
    max-width: 58.333%;
  }

  .col-md-8 {
    flex-basis: 66.667%;
    max-width: 66.667%;
  }

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

  .col-md-10 {
    flex-basis: 83.333%;
    max-width: 83.333%;
  }

  .col-md-11 {
    flex-basis: 91.667%;
    max-width: 91.667%;
  }

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

  .col-md-offset-0 {
    margin-left: 0;
  }

  .col-md-offset-1 {
    margin-left: 8.333%;
  }

  .col-md-offset-2 {
    margin-left: 16.667%;
  }

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

  .col-md-offset-4 {
    margin-left: 33.333%;
  }

  .col-md-offset-5 {
    margin-left: 41.667%;
  }

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

  .col-md-offset-7 {
    margin-left: 58.333%;
  }

  .col-md-offset-8 {
    margin-left: 66.667%;
  }

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

  .col-md-offset-10 {
    margin-left: 83.333%;
  }

  .col-md-offset-11 {
    margin-left: 91.667%;
  }
}
/* Large screens
  ---------------------------------------------------------------------------- */
@media only screen and (min-width: 1175px) {
  .container {
    max-width: calc(1300px + 16px + 16px);
    padding: 0 16px;
  }

  .container--small {
    max-width: calc(800px + 16px + 16px);
    padding: 0 16px;
  }

  .container--large {
    max-width: calc(1440px + 16px + 16px);
    padding: 0 16px;
  }

  .row {
    margin-left: calc((-32px) / 2);
    margin-right: calc((-32px) / 2);
  }

  .row--justify-center-lg {
    justify-content: center;
  }

  .row--justify-flex-start-lg {
    justify-content: flex-start;
  }

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

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

  .row--reverse-lg .col-12:first-child {
    order: 1;
  }

  [class*=col-] {
    padding-right: calc(32px / 2 );
    padding-left: calc(32px / 2 );
  }

  .col-lg,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12 {
    flex: 0 0 auto;
  }

  .col-lg {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }

  .col-lg-1 {
    flex-basis: 8.333%;
    max-width: 8.333%;
  }

  .col-lg-2 {
    flex-basis: 16.667%;
    max-width: 16.667%;
  }

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

  .col-lg-4 {
    flex-basis: 33.333%;
    max-width: 33.333%;
  }

  .col-lg-5 {
    flex-basis: 41.667%;
    max-width: 41.667%;
  }

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

  .col-lg-7 {
    flex-basis: 58.333%;
    max-width: 58.333%;
  }

  .col-lg-8 {
    flex-basis: 66.667%;
    max-width: 66.667%;
  }

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

  .col-lg-10 {
    flex-basis: 83.333%;
    max-width: 83.333%;
  }

  .col-lg-11 {
    flex-basis: 91.667%;
    max-width: 91.667%;
  }

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

  .col-lg-offset-0 {
    margin-left: 0;
  }

  .col-lg-offset-1 {
    margin-left: 8.333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.667%;
  }

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

  .col-lg-offset-4 {
    margin-left: 33.333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.667%;
  }

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

  .col-lg-offset-7 {
    margin-left: 58.333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.667%;
  }

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

  .col-lg-offset-10 {
    margin-left: 83.333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.667%;
  }
}
/* Extra large screens
  ---------------------------------------------------------------------------- */
@media only screen and (min-width: 1440px) {
  .container {
    max-width: calc(1300px + 72px + 72px);
    padding: 0 72px;
  }

  .container--small {
    max-width: calc(800px + 72px + 72px);
    padding: 0 72px;
  }

  .container--large {
    max-width: calc(1440px + 72px + 72px);
    padding: 0 72px;
  }

  .row {
    margin-left: calc((-32px) / 2);
    margin-right: calc((-32px) / 2);
  }

  .row--justify-center-xl {
    justify-content: center;
  }

  .row--justify-flex-start-xl {
    justify-content: flex-start;
  }

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

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

  .row--reverse-xl .col-12:first-child {
    order: 1;
  }

  [class*=col-] {
    padding-right: calc(32px / 2 );
    padding-left: calc(32px / 2 );
  }

  .col-xl,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12 {
    flex: 0 0 auto;
  }

  .col-xl {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }

  .col-xl-1 {
    flex-basis: 8.333%;
    max-width: 8.333%;
  }

  .col-xl-2 {
    flex-basis: 16.667%;
    max-width: 16.667%;
  }

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

  .col-xl-4 {
    flex-basis: 33.333%;
    max-width: 33.333%;
  }

  .col-xl-5 {
    flex-basis: 41.667%;
    max-width: 41.667%;
  }

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

  .col-xl-7 {
    flex-basis: 58.333%;
    max-width: 58.333%;
  }

  .col-xl-8 {
    flex-basis: 66.667%;
    max-width: 66.667%;
  }

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

  .col-xl-10 {
    flex-basis: 83.333%;
    max-width: 83.333%;
  }

  .col-xl-11 {
    flex-basis: 91.667%;
    max-width: 91.667%;
  }

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

  .col-xl-offset-0 {
    margin-left: 0;
  }

  .col-xl-offset-1 {
    margin-left: 8.333%;
  }

  .col-xl-offset-2 {
    margin-left: 16.667%;
  }

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

  .col-xl-offset-4 {
    margin-left: 33.333%;
  }

  .col-xl-offset-5 {
    margin-left: 41.667%;
  }

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

  .col-xl-offset-7 {
    margin-left: 58.333%;
  }

  .col-xl-offset-8 {
    margin-left: 66.667%;
  }

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

  .col-xl-offset-10 {
    margin-left: 83.333%;
  }

  .col-xl-offset-11 {
    margin-left: 91.667%;
  }
}
/*****************************************************************************
 * Responsive breakpoints are used bottom-up; extra small means a screen size
 * between 576px and 787px (just before the small breakpoint);
 * 
 * @media only screen and (min-width: xxx) { }
 ***************************************************************************** */
/*****************************************************************************
 * Responsive breakpoints are used bottom-up; extra small means a screen size
 * between 576px and 787px (just before the small breakpoint);
 * 
 * @media only screen and (min-width: xxx) { }
 ***************************************************************************** */
/*****************************************************************************
 * Colors
 * 
 * May include opiniated colors as color_blue, color_yellow etc. Use base,
 * primary, secondary etc. as much as possible to ensure consistency
 ***************************************************************************** */
/*****************************************************************************
 * The size-related variables (small/medium etc.) are directly related to the
 * responsive breakpoints.
 ***************************************************************************** */
/* Container
  --------------------------------------------------------------------------- */
/*
 * Maximum container width. The container padding will added to this with so 
 * the actual content will have this (maximum) size.
 */
/* Gutters
  --------------------------------------------------------------------------- */
/*****************************************************************************
 * Generic module settings
 ***************************************************************************** */
/*****************************************************************************
 * Buttons
 ***************************************************************************** */
/* -- Base -- */
.button {
  align-items: center;
  background: #FF5C39;
  border: 2px solid transparent;
  border-radius: 8px;
  color: #ffffff;
  cursor: pointer;
  display: inline-flex;
  font: 700 0.9rem/1.33 "Roboto", sans-serif;
  justify-content: space-between;
  outline: none;
  overflow: hidden;
  padding: 0.5rem 1.3rem;
  position: relative;
  text-decoration: none;
  transition: background 0.1s linear, border 0.1s linear, color 0.1s linear;
  z-index: 1;
}
.button:hover, .parent-trigger:hover .button {
  background: #FF856A;
  color: #ffffff;
}
.button:focus, .parent-trigger:focus .button {
  border-color: #FFD6CD;
  color: #ffffff;
}
.button:active, .parent-trigger:active .button {
  background: #FF856A;
  color: #ffffff;
}
.button:disabled, .button.disabled, .parent-trigger .button.disabled {
  background: #CBD5DE;
  color: #ffffff;
}
.button--secondary {
  background: #004A9B;
}
.button--secondary:hover,
.button--secondary .parent-trigger:hover .button {
  background: #009EE0;
}
.button--secondary:focus, .parent-trigger:focus .button--secondary {
  border-color: rgba(0, 74, 155, 0.25);
}
.button--secondary:active, .parent-trigger:active .button--secondary {
  background: #009EE0;
}
.button--secondary:disabled, .button--secondary.disabled {
  background: #CBD5DE;
}
.button--secondary.button--white {
  background: #ffffff;
  border-color: transparent;
  color: #004A9B;
}
.button--secondary.button--white:hover, .parent-trigger:hover .button--secondary.button--white {
  background: transparent;
  border-color: #ffffff;
  color: #ffffff;
}
.button--secondary.button--white:active, .parent-trigger:active .button--secondary.button--white {
  background: transparent;
  border-color: #ffffff;
  color: #ffffff;
}
.button--secondary.button--white:focus, .parent-trigger:focus .button--secondary.button--white {
  background: #004A9B;
  border-color: rgba(255, 255, 255, 0.5);
  color: #004A9B;
}
.button--secondary.button--white:disabled, .button--secondary.button--white.disabled {
  background: #CBD5DE;
  border-color: #CBD5DE;
  color: #ffffff;
}
.button--white {
  background: #ffffff;
  border-color: transparent;
  color: #004A9B;
}
.button--white:hover, .parent-trigger:hover .button--white {
  background: transparent;
  border-color: #ffffff;
  color: #ffffff;
}
.button--white:active, .parent-trigger:active .button--white {
  background: transparent;
  border-color: #ffffff;
  color: #004A9B;
}
.button--white:focus, .parent-trigger:focus .button--white {
  background: #004A9B;
  border-color: rgba(255, 255, 255, 0.5);
  color: #004A9B;
}
.button--white:disabled, .button--white.disabled {
  background: #CBD5DE;
  border-color: #CBD5DE;
  color: #ffffff;
}
.button--gold {
  background: #bba96e;
}
.button--gold:hover,
.button--gold .parent-trigger:hover .button {
  background: #CCBF92;
}
.button--gold:focus, .parent-trigger:focus .button--gold {
  border-color: #DDD4B7;
}
.button--gold:active, .parent-trigger:active .button--gold {
  background: #CCBF92;
}
.button--gold:disabled, .button--gold.disabled {
  background: #CBD5DE;
}
.button--octarine {
  background: #c7d900;
}
.button--octarine:hover,
.button--octarine .parent-trigger:hover .button {
  background: #D5E240;
}
.button--octarine:focus, .parent-trigger:focus .button--octarine {
  border-color: #E3EC80;
}
.button--octarine:active, .parent-trigger:active .button--octarine {
  background: #D5E240;
}
.button--octarine:disabled, .button--octarine.disabled {
  background: #CBD5DE;
}
.button--yellow {
  background: #fed141;
}
.button--yellow:hover,
.button--yellow .parent-trigger:hover .button {
  background: #FEDD70;
}
.button--yellow:focus, .parent-trigger:focus .button--yellow {
  border-color: #FFE8A0;
}
.button--yellow:active, .parent-trigger:active .button--yellow {
  background: #FEDD70;
}
.button--yellow:disabled, .button--yellow.disabled {
  background: #CBD5DE;
}
.button--outline {
  background: #ffffff;
  border-color: #CBD5DE;
  color: #434448;
}
.button--outline:hover,
.button--outline .parent-trigger:hover .button {
  background: #E5EAEF;
  color: #434448;
}
.button--outline:focus, .parent-trigger:focus .button--outline {
  border-color: rgba(0, 74, 155, 0.25);
}
.button--outline:active, .parent-trigger:active .button--outline {
  background: #E5EAEF;
  border-color: #CBD5DE;
}
.button--outline:disabled, .button--outline.disabled {
  background: #CBD5DE;
  border-color: transparent;
}
.button--outline.button--secondary {
  background: #004A9B;
  border-color: rgba(255, 255, 255, 0.33);
  color: #ffffff;
}
.button--outline.button--secondary:hover, .parent-trigger:hover .button--outline.button--secondary {
  border-color: #ffffff;
}
.button--outline.button--secondary:active, .button--outline.button--secondary:focus, .parent-trigger:active .button--outline.button--secondary, .parent-trigger:focus .button--outline.button--secondary {
  border-color: rgba(255, 255, 255, 0.33);
  color: #ffffff;
}
.button--outline.button--secondary:disabled, .button--outline.button--secondary.disabled {
  background: transparent;
}
.button--transparent {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.33);
  color: #ffffff;
}
.button--transparent:hover,
.button--transparent .parent-trigger:hover .button {
  background: rgba(255, 255, 255, 0.5);
  color: #ffffff;
}
.button--transparent:focus, .parent-trigger:focus .button--transparent {
  border-color: rgba(0, 74, 155, 0.25);
}
.button--transparent:active, .parent-trigger:active .button--transparent {
  background: #E5EAEF;
  border-color: #CBD5DE;
}
.button--transparent:disabled, .button--transparent.disabled {
  background: #CBD5DE;
  border-color: transparent;
}
.button--transparent.button--secondary {
  background: #004A9B;
  border-color: rgba(255, 255, 255, 0.33);
  color: #ffffff;
}
.button--transparent.button--secondary:hover, .parent-trigger:hover .button--transparent.button--secondary {
  border-color: #ffffff;
}
.button--transparent.button--secondary:active, .button--transparent.button--secondary:focus, .parent-trigger:active .button--transparent.button--secondary, .parent-trigger:focus .button--transparent.button--secondary {
  border-color: rgba(255, 255, 255, 0.33);
  color: #ffffff;
}
.button--transparent.button--secondary:disabled, .button--transparent.button--secondary.disabled {
  background: transparent;
}
.button__icon {
  justify-content: flex-start;
}
.button__icon::before {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  flex: 0 0 20px;
  height: 20px;
  margin-right: 0.5rem;
  width: 20px;
}
.button__icon--video::before {
  background-image: url("https://1670538.fs1.hubspotusercontent-eu1.net/hubfs/1670538/_system_do_not_modify/icons/icon-video-white.svg");
}
.button__icon--video.button--white::before, .button__icon--video.button--outline::before {
  background-image: url("https://1670538.fs1.hubspotusercontent-eu1.net/hubfs/1670538/_system_do_not_modify/icons/icon-video.svg");
}
.button__icon--whitepaper::before {
  background-image: url("https://1670538.fs1.hubspotusercontent-eu1.net/hubfs/1670538/_system_do_not_modify/icons/icon-download.svg");
}
.button__icon--download::before {
  background-image: url("https://1670538.fs1.hubspotusercontent-eu1.net/hubfs/1670538/_system_do_not_modify/icons/download-icon.svg");
}
.button__icon--cart::before {
  background-image: url("https://1670538.fs1.hubspotusercontent-eu1.net/hubfs/1670538/_system_do_not_modify/icons/shop-icon.svg");
}

/*****************************************************************************
 * Responsive breakpoints are used bottom-up; extra small means a screen size
 * between 576px and 787px (just before the small breakpoint);
 * 
 * @media only screen and (min-width: xxx) { }
 ***************************************************************************** */
/*****************************************************************************
 * Responsive breakpoints are used bottom-up; extra small means a screen size
 * between 576px and 787px (just before the small breakpoint);
 * 
 * @media only screen and (min-width: xxx) { }
 ***************************************************************************** */
/*****************************************************************************
 * Colors
 * 
 * May include opiniated colors as color_blue, color_yellow etc. Use base,
 * primary, secondary etc. as much as possible to ensure consistency
 ***************************************************************************** */
/*****************************************************************************
 * The size-related variables (small/medium etc.) are directly related to the
 * responsive breakpoints.
 ***************************************************************************** */
/* Container
  --------------------------------------------------------------------------- */
/*
 * Maximum container width. The container padding will added to this with so 
 * the actual content will have this (maximum) size.
 */
/* Gutters
  --------------------------------------------------------------------------- */
/*****************************************************************************
 * Generic module settings
 ***************************************************************************** */
/*****************************************************************************
 * Forms
 ***************************************************************************** */
/*  Elements and fields
   =========================================================================== */
.hs-form {
  /* Descriptions (targets class applied to Help Text divs) */
  /* Labels (selects field labels and error messages) */
  /* Form Field (selector for form field wrapper) */
  /*****************************************************************************
   * Responsive breakpoints are used bottom-up; extra small means a screen size
   * between 576px and 787px (just before the small breakpoint);
   * 
   * @media only screen and (min-width: xxx) { }
   ***************************************************************************** */
  /*****************************************************************************
   * Responsive breakpoints are used bottom-up; extra small means a screen size
   * between 576px and 787px (just before the small breakpoint);
   * 
   * @media only screen and (min-width: xxx) { }
   ***************************************************************************** */
  /*****************************************************************************
   * Colors
   * 
   * May include opiniated colors as color_blue, color_yellow etc. Use base,
   * primary, secondary etc. as much as possible to ensure consistency
   ***************************************************************************** */
  /*****************************************************************************
   * The size-related variables (small/medium etc.) are directly related to the
   * responsive breakpoints.
   ***************************************************************************** */
  /* Container
    --------------------------------------------------------------------------- */
  /*
   * Maximum container width. The container padding will added to this with so 
   * the actual content will have this (maximum) size.
   */
  /* Gutters
    --------------------------------------------------------------------------- */
  /*****************************************************************************
   * Generic module settings
   ***************************************************************************** */
  /* Error message (selector for validation messages)
     ========================================================================== */
  /*****************************************************************************
   * Responsive breakpoints are used bottom-up; extra small means a screen size
   * between 576px and 787px (just before the small breakpoint);
   * 
   * @media only screen and (min-width: xxx) { }
   ***************************************************************************** */
  /*****************************************************************************
   * Responsive breakpoints are used bottom-up; extra small means a screen size
   * between 576px and 787px (just before the small breakpoint);
   * 
   * @media only screen and (min-width: xxx) { }
   ***************************************************************************** */
  /*****************************************************************************
   * Colors
   * 
   * May include opiniated colors as color_blue, color_yellow etc. Use base,
   * primary, secondary etc. as much as possible to ensure consistency
   ***************************************************************************** */
  /*****************************************************************************
   * The size-related variables (small/medium etc.) are directly related to the
   * responsive breakpoints.
   ***************************************************************************** */
  /* Container
    --------------------------------------------------------------------------- */
  /*
   * Maximum container width. The container padding will added to this with so 
   * the actual content will have this (maximum) size.
   */
  /* Gutters
    --------------------------------------------------------------------------- */
  /*****************************************************************************
   * Generic module settings
   ***************************************************************************** */
  /* Fancy fields (label slide up when input is focused)
     ========================================================================== */
  /*****************************************************************************
   * Responsive breakpoints are used bottom-up; extra small means a screen size
   * between 576px and 787px (just before the small breakpoint);
   * 
   * @media only screen and (min-width: xxx) { }
   ***************************************************************************** */
  /*****************************************************************************
   * Responsive breakpoints are used bottom-up; extra small means a screen size
   * between 576px and 787px (just before the small breakpoint);
   * 
   * @media only screen and (min-width: xxx) { }
   ***************************************************************************** */
  /*****************************************************************************
   * Colors
   * 
   * May include opiniated colors as color_blue, color_yellow etc. Use base,
   * primary, secondary etc. as much as possible to ensure consistency
   ***************************************************************************** */
  /*****************************************************************************
   * The size-related variables (small/medium etc.) are directly related to the
   * responsive breakpoints.
   ***************************************************************************** */
  /* Container
    --------------------------------------------------------------------------- */
  /*
   * Maximum container width. The container padding will added to this with so 
   * the actual content will have this (maximum) size.
   */
  /* Gutters
    --------------------------------------------------------------------------- */
  /*****************************************************************************
   * Generic module settings
   ***************************************************************************** */
  /* Inputs (selectors for all inputs)
     ========================================================================== */
  /* Multi-line inputs (selectors to target multi-line fields
     ========================================================================== */
  /*****************************************************************************
   * Responsive breakpoints are used bottom-up; extra small means a screen size
   * between 576px and 787px (just before the small breakpoint);
   * 
   * @media only screen and (min-width: xxx) { }
   ***************************************************************************** */
  /*****************************************************************************
   * Responsive breakpoints are used bottom-up; extra small means a screen size
   * between 576px and 787px (just before the small breakpoint);
   * 
   * @media only screen and (min-width: xxx) { }
   ***************************************************************************** */
  /*****************************************************************************
   * Colors
   * 
   * May include opiniated colors as color_blue, color_yellow etc. Use base,
   * primary, secondary etc. as much as possible to ensure consistency
   ***************************************************************************** */
  /*****************************************************************************
   * The size-related variables (small/medium etc.) are directly related to the
   * responsive breakpoints.
   ***************************************************************************** */
  /* Container
    --------------------------------------------------------------------------- */
  /*
   * Maximum container width. The container padding will added to this with so 
   * the actual content will have this (maximum) size.
   */
  /* Gutters
    --------------------------------------------------------------------------- */
  /*****************************************************************************
   * Generic module settings
   ***************************************************************************** */
  /* Multi-select (selectors for multi-select fields)
     ========================================================================== */
  /* Stylized radio display */
  /*****************************************************************************
   * Responsive breakpoints are used bottom-up; extra small means a screen size
   * between 576px and 787px (just before the small breakpoint);
   * 
   * @media only screen and (min-width: xxx) { }
   ***************************************************************************** */
  /*****************************************************************************
   * Responsive breakpoints are used bottom-up; extra small means a screen size
   * between 576px and 787px (just before the small breakpoint);
   * 
   * @media only screen and (min-width: xxx) { }
   ***************************************************************************** */
  /*****************************************************************************
   * Colors
   * 
   * May include opiniated colors as color_blue, color_yellow etc. Use base,
   * primary, secondary etc. as much as possible to ensure consistency
   ***************************************************************************** */
  /*****************************************************************************
   * The size-related variables (small/medium etc.) are directly related to the
   * responsive breakpoints.
   ***************************************************************************** */
  /* Container
    --------------------------------------------------------------------------- */
  /*
   * Maximum container width. The container padding will added to this with so 
   * the actual content will have this (maximum) size.
   */
  /* Gutters
    --------------------------------------------------------------------------- */
  /*****************************************************************************
   * Generic module settings
   ***************************************************************************** */
  /* Multi Column Form (selectors for fieldsets and field wrappers) 
     ========================================================================== */
  /*****************************************************************************
   * Responsive breakpoints are used bottom-up; extra small means a screen size
   * between 576px and 787px (just before the small breakpoint);
   * 
   * @media only screen and (min-width: xxx) { }
   ***************************************************************************** */
  /*****************************************************************************
   * Responsive breakpoints are used bottom-up; extra small means a screen size
   * between 576px and 787px (just before the small breakpoint);
   * 
   * @media only screen and (min-width: xxx) { }
   ***************************************************************************** */
  /*****************************************************************************
   * Colors
   * 
   * May include opiniated colors as color_blue, color_yellow etc. Use base,
   * primary, secondary etc. as much as possible to ensure consistency
   ***************************************************************************** */
  /*****************************************************************************
   * The size-related variables (small/medium etc.) are directly related to the
   * responsive breakpoints.
   ***************************************************************************** */
  /* Container
    --------------------------------------------------------------------------- */
  /*
   * Maximum container width. The container padding will added to this with so 
   * the actual content will have this (maximum) size.
   */
  /* Gutters
    --------------------------------------------------------------------------- */
  /*****************************************************************************
   * Generic module settings
   ***************************************************************************** */
  /* Submit buttons (selectors for all non-CTA buttons) 
     ========================================================================== */
  /* Form Variations 
     ========================================================================== */
}
.hs-form .hs-field-desc {
  line-height: 1;
}
.hs-form label {
  color: #434448;
  display: inline-block;
  font-size: 0.7rem;
  font-weight: 700;
  line-height: 1.3125;
  margin-bottom: 0.4rem;
}
.hs-form .hs-form-field {
  margin-bottom: 1rem;
}
.hs-form .hs-error-msgs {
  list-style: none;
  margin: 0;
  padding: 0;
}
.hs-form .hs-error-msgs li:last-child {
  margin-right: 0;
}
.hs-form .hs-error-msgs label {
  color: #FF0F00;
  font-size: 0.6rem;
}
.hs-form .hs-dependent-field ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.hs-form .legal-consent-container {
  margin-bottom: 1.5rem;
}
.hs-form .legal-consent-container .field.hs-form-field {
  margin-bottom: 1rem;
}
.hs-form .legal-consent-container,
.hs-form .legal-consent-container p,
.hs-form .legal-consent-container a,
.hs-form .legal-consent-container label {
  color: #727376;
  font-size: 0.7rem;
  font-weight: 400;
  line-height: 1rem;
}
.hs-form .legal-consent-container a {
  text-decoration: underline;
}
.hs-form .legal-consent-container a:hover {
  color: #434448;
}
.hs-form .legal-consent-container label {
  align-items: center;
  display: flex;
}
.hs-form .legal-consent-container .hs-error-msgs label {
  color: #FF0F00;
}
.hs-form .legal-consent-container .hs-form-booleancheckbox {
  margin: 0.5rem 0;
}
.hs-form .legal-consent-container .hs-form-booleancheckbox-display > span {
  margin: 0;
}
.hs-form .hs-fieldtype-text.input--filled input, .hs-form .hs-fieldtype-text.input--filled textarea, .hs-form .hs-fieldtype-text.input--filled select,
.hs-form .hs-fieldtype-textarea.input--filled input,
.hs-form .hs-fieldtype-textarea.input--filled textarea,
.hs-form .hs-fieldtype-textarea.input--filled select,
.hs-form .hs-fieldtype-select.input--filled input,
.hs-form .hs-fieldtype-select.input--filled textarea,
.hs-form .hs-fieldtype-select.input--filled select {
  border-color: #D0D0D1;
}
.hs-form .hs-fieldtype-text.input--filled > label,
.hs-form .hs-fieldtype-textarea.input--filled > label,
.hs-form .hs-fieldtype-select.input--filled > label {
  color: #434448;
}
.hs-form .hs-fieldtype-text.input--error input, .hs-form .hs-fieldtype-text.input--error textarea, .hs-form .hs-fieldtype-text.input--error select,
.hs-form .hs-fieldtype-textarea.input--error input,
.hs-form .hs-fieldtype-textarea.input--error textarea,
.hs-form .hs-fieldtype-textarea.input--error select,
.hs-form .hs-fieldtype-select.input--error input,
.hs-form .hs-fieldtype-select.input--error textarea,
.hs-form .hs-fieldtype-select.input--error select {
  border-color: #FF0F00;
}
.hs-form .hs-fieldtype-text.input--error > label,
.hs-form .hs-fieldtype-textarea.input--error > label,
.hs-form .hs-fieldtype-select.input--error > label {
  color: #FF0F00;
}
.hs-form .hs-fieldtype-text.input--focused input, .hs-form .hs-fieldtype-text.input--focused textarea, .hs-form .hs-fieldtype-text.input--focused select,
.hs-form .hs-fieldtype-textarea.input--focused input,
.hs-form .hs-fieldtype-textarea.input--focused textarea,
.hs-form .hs-fieldtype-textarea.input--focused select,
.hs-form .hs-fieldtype-select.input--focused input,
.hs-form .hs-fieldtype-select.input--focused textarea,
.hs-form .hs-fieldtype-select.input--focused select {
  border-color: #004A9B;
}
.hs-form .hs-fieldtype-text.input--focused > label,
.hs-form .hs-fieldtype-textarea.input--focused > label,
.hs-form .hs-fieldtype-select.input--focused > label {
  color: #434448;
}
.hs-form input[type=text],
.hs-form input[type=password],
.hs-form input[type=datetime],
.hs-form input[type=datetime-local],
.hs-form input[type=date],
.hs-form input[type=month],
.hs-form input[type=time],
.hs-form input[type=week],
.hs-form input[type=number],
.hs-form input[type=email],
.hs-form input[type=url],
.hs-form input[type=search],
.hs-form input[type=tel],
.hs-form input[type=color],
.hs-form input[type=file],
.hs-form textarea,
.hs-form select {
  background: #ffffff;
  border: 1px solid #D0D0D1;
  border-radius: 0.4rem;
  color: #434448;
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 0.8rem;
  line-height: 1.3125;
  outline: none;
  padding: 0.525rem 1.2rem;
  width: 100%;
}
.hs-form input[type=text]:hover,
.hs-form input[type=password]:hover,
.hs-form input[type=datetime]:hover,
.hs-form input[type=datetime-local]:hover,
.hs-form input[type=date]:hover,
.hs-form input[type=month]:hover,
.hs-form input[type=time]:hover,
.hs-form input[type=week]:hover,
.hs-form input[type=number]:hover,
.hs-form input[type=email]:hover,
.hs-form input[type=url]:hover,
.hs-form input[type=search]:hover,
.hs-form input[type=tel]:hover,
.hs-form input[type=color]:hover,
.hs-form input[type=file]:hover,
.hs-form textarea:hover,
.hs-form select:hover {
  border-color: #004A9B;
}
.hs-form input[type=text]:active, .hs-form input[type=text]:focus,
.hs-form input[type=password]:active,
.hs-form input[type=password]:focus,
.hs-form input[type=datetime]:active,
.hs-form input[type=datetime]:focus,
.hs-form input[type=datetime-local]:active,
.hs-form input[type=datetime-local]:focus,
.hs-form input[type=date]:active,
.hs-form input[type=date]:focus,
.hs-form input[type=month]:active,
.hs-form input[type=month]:focus,
.hs-form input[type=time]:active,
.hs-form input[type=time]:focus,
.hs-form input[type=week]:active,
.hs-form input[type=week]:focus,
.hs-form input[type=number]:active,
.hs-form input[type=number]:focus,
.hs-form input[type=email]:active,
.hs-form input[type=email]:focus,
.hs-form input[type=url]:active,
.hs-form input[type=url]:focus,
.hs-form input[type=search]:active,
.hs-form input[type=search]:focus,
.hs-form input[type=tel]:active,
.hs-form input[type=tel]:focus,
.hs-form input[type=color]:active,
.hs-form input[type=color]:focus,
.hs-form input[type=file]:active,
.hs-form input[type=file]:focus,
.hs-form textarea:active,
.hs-form textarea:focus,
.hs-form select:active,
.hs-form select:focus {
  border-color: #004A9B;
}
.hs-form input[type=text]:disabled,
.hs-form input[type=password]:disabled,
.hs-form input[type=datetime]:disabled,
.hs-form input[type=datetime-local]:disabled,
.hs-form input[type=date]:disabled,
.hs-form input[type=month]:disabled,
.hs-form input[type=time]:disabled,
.hs-form input[type=week]:disabled,
.hs-form input[type=number]:disabled,
.hs-form input[type=email]:disabled,
.hs-form input[type=url]:disabled,
.hs-form input[type=search]:disabled,
.hs-form input[type=tel]:disabled,
.hs-form input[type=color]:disabled,
.hs-form input[type=file]:disabled,
.hs-form textarea:disabled,
.hs-form select:disabled {
  background: #F3F3F4;
  border-color: #D0D0D1;
}
.hs-form input[type=file] {
  display: flex;
  padding: 0.4rem 0.3rem;
}
.hs-form select {
  -webkit-appearance: none;
  -moz-appearance: none;
}
.hs-form .hs-fieldtype-select .input {
  position: relative;
}
.hs-form .hs-fieldtype-select .input::after {
  background: url("https://1670538.fs1.hubspotusercontent-eu1.net/hubfs/1670538/_system_do_not_modify/icons/chevron-down-dark-blue.svg") center/cover;
  content: "";
  height: 8px;
  pointer-events: none;
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
}
.hs-form .hs-fieldtype-select .input select {
  padding-right: 2rem;
}
.hs-form textarea {
  height: 180px;
  min-height: 68px;
  min-width: 100%;
  max-width: 100%;
  resize: vertical;
}
@media only screen and (min-width: 992px) {
  .hs-form input[type=text],
.hs-form input[type=password],
.hs-form input[type=datetime],
.hs-form input[type=datetime-local],
.hs-form input[type=date],
.hs-form input[type=month],
.hs-form input[type=time],
.hs-form input[type=week],
.hs-form input[type=number],
.hs-form input[type=email],
.hs-form input[type=url],
.hs-form input[type=search],
.hs-form input[type=tel],
.hs-form input[type=color],
.hs-form input[type=file],
.hs-form textarea,
.hs-form select {
    font-size: 0.8rem;
  }
}
.hs-form .hs-form-field ul.inputs-list:not(.hs-error-msgs) {
  list-style: none;
  margin: 0;
  padding: 0;
}
.hs-form .hs-form-field ul.inputs-list:not(.hs-error-msgs) li label {
  align-items: center;
  display: inline-flex;
}
.hs-form .hs-form-radio-display {
  color: #434448;
  font-size: 0.7rem;
}
.hs-form .hs-form-radio-display::before {
  background: #ffffff;
  border: 1px solid #D0D0D1;
  border-radius: 50%;
  content: "";
  cursor: pointer;
  display: inline-block;
  height: 24px;
  min-width: 24px;
  margin-right: 0.4rem;
  width: 24px;
}
.hs-form .hs-form-radio-display.checked::before {
  background: radial-gradient(#ffffff 33%, #004A9B 40%) center;
  border-color: #D0D0D1;
}
.hs-form .hs-form-radio-display input[type=radio] {
  display: none;
}
.hs-form .hs-form-checkbox-display,
.hs-form .hs-form-booleancheckbox-display {
  color: #434448;
  font-size: 0.7rem;
}
.hs-form .hs-form-checkbox-display::before,
.hs-form .hs-form-booleancheckbox-display::before {
  background: #ffffff;
  border-radius: 0.2rem;
  border: 2px solid #D0D0D1;
  content: "";
  cursor: pointer;
  display: inline-block;
  height: 24px;
  min-width: 24px;
  margin-right: 0.8rem;
  width: 24px;
}
.hs-form .hs-form-checkbox-display.checked::before,
.hs-form .hs-form-booleancheckbox-display.checked::before {
  background-color: #004A9B;
  background-image: url("https://1670538.fs1.hubspotusercontent-eu1.net/hubfs/1670538/_system_do_not_modify/icons/checkmark-white.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: calc(100% - 4px);
  border-color: #D0D0D1;
}
.hs-form .hs-form-checkbox-display input[type=checkbox],
.hs-form .hs-form-booleancheckbox-display input[type=checkbox] {
  display: none;
}
.hs-form fieldset.form-columns-1, .hs-form fieldset.form-columns-2, .hs-form fieldset.form-columns-3 {
  max-width: 100%;
}
.hs-form fieldset.form-columns-1 .hs-form-field .input, .hs-form fieldset.form-columns-2 .hs-form-field .input, .hs-form fieldset.form-columns-3 .hs-form-field .input {
  margin-right: 0;
}
.hs-form fieldset.form-columns-1 .hs-form-field .input .hs-input, .hs-form fieldset.form-columns-2 .hs-form-field .input .hs-input, .hs-form fieldset.form-columns-3 .hs-form-field .input .hs-input {
  width: 100% !important;
}
.hs-form fieldset.form-columns-2 .hs-form-field {
  width: 100%;
}
@media only screen and (min-width: 576px) {
  .hs-form fieldset.form-columns-2 .hs-form-field {
    margin-right: 2%;
    width: 49% !important;
  }
  .hs-form fieldset.form-columns-2 .hs-form-field:last-of-type {
    margin-right: 0;
  }
  .hs-form fieldset.form-columns-3 .hs-form-field {
    margin-right: 1.6233766%;
    width: 32.2510823% !important;
  }
  .hs-form fieldset.form-columns-3 .hs-form-field:last-of-type {
    margin-right: 0;
  }
}
.hs-form .hs-button.primary,
.hs-form input[type=submit],
.hs-form input[type=button] {
  align-items: center;
  background: #FF5C39;
  border: 1px solid #FF5C39;
  border-radius: 0.4rem;
  color: #ffffff;
  cursor: pointer;
  display: inline-flex;
  font: 500 0.9rem/1.33 "Roboto", sans-serif;
  justify-content: space-between;
  outline: none;
  overflow: hidden;
  padding: 0.5rem 1.6rem;
  position: relative;
  text-decoration: none;
  transition: background 0.1s linear, border 0.1s linear, color 0.1s linear;
  -moz-appearance: none;
  -webkit-appearance: none;
  z-index: 1;
}
.hs-form .hs-button.primary:hover,
.hs-form input[type=submit]:hover,
.hs-form input[type=button]:hover {
  background: #FF856A;
  color: #ffffff;
  text-decoration: none;
}
.hs-form .hs-button.primary:active, .hs-form .hs-button.primary:focus,
.hs-form input[type=submit]:active,
.hs-form input[type=submit]:focus,
.hs-form input[type=button]:active,
.hs-form input[type=button]:focus {
  background: #FF856A;
  color: #ffffff;
  text-decoration: none;
}
.hs-form .hs-button.primary:disabled,
.hs-form input[type=submit]:disabled,
.hs-form input[type=button]:disabled {
  background: #009EE0;
  border-color: #009EE0;
  pointer-events: none;
  text-decoration: none;
}
.hs-form--small .hs-form-field {
  margin-bottom: 0.5rem;
}
.hs-form--small .actions {
  margin-top: 1.3rem;
}
.hs-form--full-width-actions .actions input[type=submit] {
  width: 100%;
}
.hs-form--rounded-actions .actions input[type=submit] {
  border-radius: 5rem;
}
.hs-form--centered-actions .actions input[type=submit] {
  justify-content: center;
}
.hs-form--primary .actions input[type=submit] {
  background: #004A9B;
  color: #fff;
}
.hs-form--primary .actions input[type=submit]:hover {
  background: #fff;
  color: #004A9B;
}
.hs-form--no-labels .hs-form-field > label {
  display: none;
}
.hs-form--download .actions input[type=submit], .hs-form--download .actions input[type=submit]:hover {
  background-image: url("https://1670538.fs1.hubspotusercontent-eu1.net/hubfs/1670538/_system_do_not_modify/icons/download-icon.svg");
  background-repeat: no-repeat;
  background-position: center left 1.5rem;
  padding-left: 2.8rem;
}

/*****************************************************************************
 * Responsive breakpoints are used bottom-up; extra small means a screen size
 * between 576px and 787px (just before the small breakpoint);
 * 
 * @media only screen and (min-width: xxx) { }
 ***************************************************************************** */
/*****************************************************************************
 * Responsive breakpoints are used bottom-up; extra small means a screen size
 * between 576px and 787px (just before the small breakpoint);
 * 
 * @media only screen and (min-width: xxx) { }
 ***************************************************************************** */
/*****************************************************************************
 * Colors
 * 
 * May include opiniated colors as color_blue, color_yellow etc. Use base,
 * primary, secondary etc. as much as possible to ensure consistency
 ***************************************************************************** */
/*****************************************************************************
 * The size-related variables (small/medium etc.) are directly related to the
 * responsive breakpoints.
 ***************************************************************************** */
/* Container
  --------------------------------------------------------------------------- */
/*
 * Maximum container width. The container padding will added to this with so 
 * the actual content will have this (maximum) size.
 */
/* Gutters
  --------------------------------------------------------------------------- */
/*****************************************************************************
 * Generic module settings
 ***************************************************************************** */
/* Submit buttons (selectors for all non-CTA buttons) 
   ========================================================================== */
.hs-button.primary,
input[type=submit],
input[type=button] {
  align-items: center;
  background: #FF5C39;
  border: 1px solid #FF5C39;
  border-radius: 0.4rem;
  color: #ffffff;
  cursor: pointer;
  display: inline-flex;
  font: 500 0.9rem/1.33 "Roboto", sans-serif;
  justify-content: space-between;
  outline: none;
  overflow: hidden;
  padding: 0.5rem 1.6rem;
  position: relative;
  text-decoration: none;
  transition: background 0.1s linear, border 0.1s linear, color 0.1s linear;
  -moz-appearance: none;
  -webkit-appearance: none;
  z-index: 1;
}
.hs-button.primary:hover,
input[type=submit]:hover,
input[type=button]:hover {
  background: #FF856A;
  color: #ffffff;
  text-decoration: none;
}
.hs-button.primary:active, .hs-button.primary:focus,
input[type=submit]:active,
input[type=submit]:focus,
input[type=button]:active,
input[type=button]:focus {
  background: #FF856A;
  color: #ffffff;
  text-decoration: none;
}
.hs-button.primary:disabled,
input[type=submit]:disabled,
input[type=button]:disabled {
  background: #009EE0;
  border-color: #009EE0;
  pointer-events: none;
  text-decoration: none;
}

/*****************************************************************************
 * Responsive breakpoints are used bottom-up; extra small means a screen size
 * between 576px and 787px (just before the small breakpoint);
 * 
 * @media only screen and (min-width: xxx) { }
 ***************************************************************************** */
/*****************************************************************************
 * Responsive breakpoints are used bottom-up; extra small means a screen size
 * between 576px and 787px (just before the small breakpoint);
 * 
 * @media only screen and (min-width: xxx) { }
 ***************************************************************************** */
/*****************************************************************************
 * Colors
 * 
 * May include opiniated colors as color_blue, color_yellow etc. Use base,
 * primary, secondary etc. as much as possible to ensure consistency
 ***************************************************************************** */
/*****************************************************************************
 * The size-related variables (small/medium etc.) are directly related to the
 * responsive breakpoints.
 ***************************************************************************** */
/* Container
  --------------------------------------------------------------------------- */
/*
 * Maximum container width. The container padding will added to this with so 
 * the actual content will have this (maximum) size.
 */
/* Gutters
  --------------------------------------------------------------------------- */
/*****************************************************************************
 * Generic module settings
 ***************************************************************************** */
::-webkit-input-placeholder,
:-moz-placeholder,
::-moz-placeholder,
:-ms-input-placeholder {
  color: #A1A1A3;
}

/*****************************************************************************
 * Responsive breakpoints are used bottom-up; extra small means a screen size
 * between 576px and 787px (just before the small breakpoint);
 * 
 * @media only screen and (min-width: xxx) { }
 ***************************************************************************** */
/*****************************************************************************
 * Responsive breakpoints are used bottom-up; extra small means a screen size
 * between 576px and 787px (just before the small breakpoint);
 * 
 * @media only screen and (min-width: xxx) { }
 ***************************************************************************** */
/*****************************************************************************
 * Colors
 * 
 * May include opiniated colors as color_blue, color_yellow etc. Use base,
 * primary, secondary etc. as much as possible to ensure consistency
 ***************************************************************************** */
/*****************************************************************************
 * The size-related variables (small/medium etc.) are directly related to the
 * responsive breakpoints.
 ***************************************************************************** */
/* Container
  --------------------------------------------------------------------------- */
/*
 * Maximum container width. The container padding will added to this with so 
 * the actual content will have this (maximum) size.
 */
/* Gutters
  --------------------------------------------------------------------------- */
/*****************************************************************************
 * Generic module settings
 ***************************************************************************** */
/*****************************************************************************
 * Tables
 ***************************************************************************** */
table {
  border: 0;
  border-collapse: collapse;
  margin: 1rem 0 2rem;
  overflow: auto;
  width: 100%;
}

table th {
  text-align: left;
}

table thead tr,
table tfoot tr {
  background: #D0D0D1;
}

table th,
table td {
  padding: 0.5rem 1rem;
}

/*****************************************************************************
 * Responsive breakpoints are used bottom-up; extra small means a screen size
 * between 576px and 787px (just before the small breakpoint);
 * 
 * @media only screen and (min-width: xxx) { }
 ***************************************************************************** */
/*****************************************************************************
 * Responsive breakpoints are used bottom-up; extra small means a screen size
 * between 576px and 787px (just before the small breakpoint);
 * 
 * @media only screen and (min-width: xxx) { }
 ***************************************************************************** */
/*****************************************************************************
 * Colors
 * 
 * May include opiniated colors as color_blue, color_yellow etc. Use base,
 * primary, secondary etc. as much as possible to ensure consistency
 ***************************************************************************** */
/*****************************************************************************
 * The size-related variables (small/medium etc.) are directly related to the
 * responsive breakpoints.
 ***************************************************************************** */
/* Container
  --------------------------------------------------------------------------- */
/*
 * Maximum container width. The container padding will added to this with so 
 * the actual content will have this (maximum) size.
 */
/* Gutters
  --------------------------------------------------------------------------- */
/*****************************************************************************
 * Generic module settings
 ***************************************************************************** */
/*****************************************************************************
 * Typography
 ***************************************************************************** */
/* Default
  ---------------------------------------------------------------------------- */
/* -- Base typography -- */
body {
  line-height: 1.5;
  color: #434448;
}

/* -- Heading -- */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: #1E1E1E;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  line-height: 1.3;
}
h1.no-margin,
h2.no-margin,
h3.no-margin,
h4.no-margin,
h5.no-margin,
h6.no-margin,
.h1.no-margin,
.h2.no-margin,
.h3.no-margin,
.h4.no-margin,
.h5.no-margin,
.h6.no-margin {
  margin-bottom: 0;
}
h1.uppercase,
h2.uppercase,
h3.uppercase,
h4.uppercase,
h5.uppercase,
h6.uppercase,
.h1.uppercase,
.h2.uppercase,
.h3.uppercase,
.h4.uppercase,
.h5.uppercase,
.h6.uppercase {
  text-transform: uppercase;
}

h1,
.h1 {
  font-size: 1.6rem;
  font-family: "roboto-slab", sans-serif;
  line-height: 1.1;
}

h2,
.h2 {
  font-size: 1.3rem;
  font-family: "roboto-slab", sans-serif;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

h3,
.h3 {
  font-size: 1.1rem;
  line-height: 1.3;
}

h4,
.h4 {
  font-size: 1rem;
  line-height: 1.375;
  letter-spacing: -0.01em;
}

h5,
.h5 {
  font-size: 0.9rem;
  line-height: 1.4;
  letter-spacing: -0.01em;
}

h6,
.h6 {
  font-size: 0.8rem;
  line-height: 1.375;
  letter-spacing: -0.01em;
}

/* -- Paragraph -- */
p,
li,
a {
  font-size: 0.8rem;
  font-weight: 300;
  line-height: 1.5;
}

/* -- Blockquote -- */
blockquote {
  font-size: 1.2rem;
  font-weight: 700;
}

/* -- Link -- */
a {
  color: #FF5C39;
  font-weight: 400;
  transition: color 0.1s linear;
  text-decoration: none;
}
a:hover {
  color: #009EE0;
}
a:active {
  color: #009EE0;
}

/* -- Pre -- */
pre {
  font-family: "Courier New", "Lucida Console", sans-serif;
  font-size: 0.8rem;
}

/* Desktop
  ---------------------------------------------------------------------------- */
@media only screen and (min-width: 992px) {
  h1,
.h1 {
    font-size: 3.2rem;
  }

  h2,
.h2 {
    font-size: 2.4rem;
  }

  h3,
.h3 {
    font-size: 1.6rem;
  }

  h4,
.h4 {
    font-size: 1.2rem;
  }

  h5,
.h5 {
    font-size: 1rem;
  }

  h6,
.h6 {
    font-size: 0.9rem;
  }

  /* -- Blockquote -- */
  blockquote {
    font-size: 1.2rem;
  }

  p,
li,
a {
    font-size: 1rem;
  }

  /* -- Pre -- */
  pre {
    font-family: "Courier New", "Lucida Console", sans-serif;
    font-size: 1rem;
  }
}
/*****************************************************************************
 * Responsive breakpoints are used bottom-up; extra small means a screen size
 * between 576px and 787px (just before the small breakpoint);
 * 
 * @media only screen and (min-width: xxx) { }
 ***************************************************************************** */
/*****************************************************************************
 * Responsive breakpoints are used bottom-up; extra small means a screen size
 * between 576px and 787px (just before the small breakpoint);
 * 
 * @media only screen and (min-width: xxx) { }
 ***************************************************************************** */
/*****************************************************************************
 * Colors
 * 
 * May include opiniated colors as color_blue, color_yellow etc. Use base,
 * primary, secondary etc. as much as possible to ensure consistency
 ***************************************************************************** */
/*****************************************************************************
 * The size-related variables (small/medium etc.) are directly related to the
 * responsive breakpoints.
 ***************************************************************************** */
/* Container
  --------------------------------------------------------------------------- */
/*
 * Maximum container width. The container padding will added to this with so 
 * the actual content will have this (maximum) size.
 */
/* Gutters
  --------------------------------------------------------------------------- */
/*****************************************************************************
 * Generic module settings
 ***************************************************************************** */
/*****************************************************************************
 * Backgrounds
 ***************************************************************************** */
.bg_black {
  background: #1E1E1E;
}
.bg_black h1:not(.keep-default),
.bg_black h2:not(.keep-default),
.bg_black h3:not(.keep-default),
.bg_black h4:not(.keep-default),
.bg_black h5:not(.keep-default),
.bg_black h6:not(.keep-default),
.bg_black p:not(.keep-default),
.bg_black a:not(.button):not(.cta_button):not(.keep-default),
.bg_black li:not(.keep-default) {
  color: #ffffff;
}

.bg_base {
  background: #434448;
}
.bg_base h1:not(.keep-default),
.bg_base h2:not(.keep-default),
.bg_base h3:not(.keep-default),
.bg_base h4:not(.keep-default),
.bg_base h5:not(.keep-default),
.bg_base h6:not(.keep-default),
.bg_base p:not(.keep-default),
.bg_base a:not(.button):not(.cta_button):not(.keep-default),
.bg_base li:not(.keep-default) {
  color: #ffffff;
}

.bg_primary {
  background: #004A9B;
}
.bg_primary h1:not(.keep-default),
.bg_primary h2:not(.keep-default),
.bg_primary h3:not(.keep-default),
.bg_primary h4:not(.keep-default),
.bg_primary h5:not(.keep-default),
.bg_primary h6:not(.keep-default),
.bg_primary p:not(.keep-default),
.bg_primary a:not(.button):not(.cta_button):not(.keep-default),
.bg_primary li:not(.keep-default) {
  color: #ffffff;
}

.bg_action {
  background: #FF5C39;
}
.bg_action h1:not(.keep-default),
.bg_action h2:not(.keep-default),
.bg_action h3:not(.keep-default),
.bg_action h4:not(.keep-default),
.bg_action h5:not(.keep-default),
.bg_action h6:not(.keep-default),
.bg_action p:not(.keep-default),
.bg_action a:not(.button):not(.cta_button):not(.keep-default),
.bg_action li:not(.keep-default) {
  color: #ffffff;
}

.bg_error {
  background: #FF0F00;
}
.bg_error h1:not(.keep-default),
.bg_error h2:not(.keep-default),
.bg_error h3:not(.keep-default),
.bg_error h4:not(.keep-default),
.bg_error h5:not(.keep-default),
.bg_error h6:not(.keep-default),
.bg_error p:not(.keep-default),
.bg_error a:not(.button):not(.cta_button):not(.keep-default),
.bg_error li:not(.keep-default) {
  color: #ffffff;
}

.bg_white {
  background: #ffffff;
}

.bg_gold {
  background: #bba96e;
}

.bg_yellow {
  background: #fed141;
}

.bg_octarine {
  background: #c7d900;
}

.bg_soaring {
  background: #98acbd;
}

.bg_grey {
  background: #434448;
}

.bg_secondary {
  background: #009EE0;
}

.bg_secondary-light {
  background: #BFE7F7;
}

/*****************************************************************************
 * Responsive breakpoints are used bottom-up; extra small means a screen size
 * between 576px and 787px (just before the small breakpoint);
 * 
 * @media only screen and (min-width: xxx) { }
 ***************************************************************************** */
/*****************************************************************************
 * Responsive breakpoints are used bottom-up; extra small means a screen size
 * between 576px and 787px (just before the small breakpoint);
 * 
 * @media only screen and (min-width: xxx) { }
 ***************************************************************************** */
/*****************************************************************************
 * Colors
 * 
 * May include opiniated colors as color_blue, color_yellow etc. Use base,
 * primary, secondary etc. as much as possible to ensure consistency
 ***************************************************************************** */
/*****************************************************************************
 * The size-related variables (small/medium etc.) are directly related to the
 * responsive breakpoints.
 ***************************************************************************** */
/* Container
  --------------------------------------------------------------------------- */
/*
 * Maximum container width. The container padding will added to this with so 
 * the actual content will have this (maximum) size.
 */
/* Gutters
  --------------------------------------------------------------------------- */
/*****************************************************************************
 * Generic module settings
 ***************************************************************************** */
/*****************************************************************************
 * Border
 ***************************************************************************** */
.border--bottom {
  padding-top: 2rem;
}
.border--top {
  padding-bottom: 3rem;
}

/*****************************************************************************
 * Display
 * 
 * @TODO expand
 ***************************************************************************** */
.display_is-hidden {
  display: none;
}

.display_is-visible {
  display: initial;
}

.display_inline-block {
  display: inline-block;
}

/*****************************************************************************
 * Responsive breakpoints are used bottom-up; extra small means a screen size
 * between 576px and 787px (just before the small breakpoint);
 * 
 * @media only screen and (min-width: xxx) { }
 ***************************************************************************** */
/*****************************************************************************
 * Responsive breakpoints are used bottom-up; extra small means a screen size
 * between 576px and 787px (just before the small breakpoint);
 * 
 * @media only screen and (min-width: xxx) { }
 ***************************************************************************** */
/*****************************************************************************
 * Colors
 * 
 * May include opiniated colors as color_blue, color_yellow etc. Use base,
 * primary, secondary etc. as much as possible to ensure consistency
 ***************************************************************************** */
/*****************************************************************************
 * The size-related variables (small/medium etc.) are directly related to the
 * responsive breakpoints.
 ***************************************************************************** */
/* Container
  --------------------------------------------------------------------------- */
/*
 * Maximum container width. The container padding will added to this with so 
 * the actual content will have this (maximum) size.
 */
/* Gutters
  --------------------------------------------------------------------------- */
/*****************************************************************************
 * Generic module settings
 ***************************************************************************** */
/*****************************************
 * Element utilities
 *****************************************/
.element_push-right {
  margin-right: -16px;
}

.element_push-left {
  margin-left: -16px;
}

.element_push-right-mobile {
  margin-right: -16px;
}

.element_push-left-mobile {
  margin-left: -16px;
}

.element_line-left {
  padding-left: 1rem;
  position: relative;
}

.element_line-left::before {
  background: rgba(255, 255, 255, 0.5);
  content: "";
  height: calc(100% - 10px);
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
}

.element_fade-in {
  opacity: 0;
  transform: translate(0%, 14%) matrix(1, 0, 0, 1, 0, 0);
  transition: transform 1s linear, opacity 1s linear;
}
.element_fade-in.show {
  opacity: 1;
  transform: matrix(1, 0, 0, 1, 0, 0);
}

.hs-inline-edit .element_fade-in {
  opacity: 1;
}

@media only screen and (min-width: 576px) {
  .element_push-right {
    margin-right: -16px;
  }

  .element_push-left {
    margin-left: -16px;
  }

  .element_push-right-mobile {
    margin-right: -16px;
  }

  .element_push-left-mobile {
    margin-left: -16px;
  }
}
@media only screen and (min-width: 768px) {
  .element_push-right {
    margin-right: -16px;
  }

  .element_push-left {
    margin-left: -16px;
  }

  .element_push-right-mobile {
    margin-right: 0;
  }

  .element_push-left-mobile {
    margin-left: 0;
  }

  .element_push-right-tablet {
    margin-right: -16px;
  }

  .element_push-left-tablet {
    margin-left: -16px;
  }

  .element_line-left {
    padding-left: 1.6rem;
  }
}
@media only screen and (min-width: 992px) {
  .element_push-right {
    margin-right: -16px;
  }

  .element_push-left {
    margin-left: -16px;
  }

  .element_push-right-tablet {
    margin-right: 0;
  }

  .element_push-left-tablet {
    margin-left: 0;
  }

  .element_push-right-desktop {
    margin-right: -16px;
  }

  .element_push-left-desktop {
    margin-left: -16px;
  }
}
@media only screen and (min-width: 1175px) {
  .element_push-right {
    margin-right: -16px;
  }

  .element_push-left {
    margin-left: -16px;
  }

  .element_push-right-desktop {
    margin-right: -16px;
  }

  .element_push-left-desktop {
    margin-left: -16px;
  }
}
@media only screen and (min-width: 1440px) {
  .element_push-right {
    margin-right: -72px;
  }

  .element_push-left {
    margin-left: -72px;
  }

  .element_push-right-desktop {
    margin-right: -72px;
  }

  .element_push-left-desktop {
    margin-left: -72px;
  }
}
/*****************************************************************************
 * Responsive breakpoints are used bottom-up; extra small means a screen size
 * between 576px and 787px (just before the small breakpoint);
 * 
 * @media only screen and (min-width: xxx) { }
 ***************************************************************************** */
/*****************************************************************************
 * Responsive breakpoints are used bottom-up; extra small means a screen size
 * between 576px and 787px (just before the small breakpoint);
 * 
 * @media only screen and (min-width: xxx) { }
 ***************************************************************************** */
/*****************************************************************************
 * Colors
 * 
 * May include opiniated colors as color_blue, color_yellow etc. Use base,
 * primary, secondary etc. as much as possible to ensure consistency
 ***************************************************************************** */
/*****************************************************************************
 * The size-related variables (small/medium etc.) are directly related to the
 * responsive breakpoints.
 ***************************************************************************** */
/* Container
  --------------------------------------------------------------------------- */
/*
 * Maximum container width. The container padding will added to this with so 
 * the actual content will have this (maximum) size.
 */
/* Gutters
  --------------------------------------------------------------------------- */
/*****************************************************************************
 * Generic module settings
 ***************************************************************************** */
/*****************************************
 * Heading utilities
 *****************************************/
.heading {
  font-size: 0.9rem;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 0;
}

/*****************************************************************************
 * Responsive breakpoints are used bottom-up; extra small means a screen size
 * between 576px and 787px (just before the small breakpoint);
 * 
 * @media only screen and (min-width: xxx) { }
 ***************************************************************************** */
/*****************************************************************************
 * Responsive breakpoints are used bottom-up; extra small means a screen size
 * between 576px and 787px (just before the small breakpoint);
 * 
 * @media only screen and (min-width: xxx) { }
 ***************************************************************************** */
/*****************************************************************************
 * Colors
 * 
 * May include opiniated colors as color_blue, color_yellow etc. Use base,
 * primary, secondary etc. as much as possible to ensure consistency
 ***************************************************************************** */
/*****************************************************************************
 * The size-related variables (small/medium etc.) are directly related to the
 * responsive breakpoints.
 ***************************************************************************** */
/* Container
  --------------------------------------------------------------------------- */
/*
 * Maximum container width. The container padding will added to this with so 
 * the actual content will have this (maximum) size.
 */
/* Gutters
  --------------------------------------------------------------------------- */
/*****************************************************************************
 * Generic module settings
 ***************************************************************************** */
/*****************************************
 * Link variations
 *****************************************/
.link_arrow-right,
.link_arrow-left {
  align-items: stretch;
  color: #1E1E1E;
  display: inline-flex;
  font-weight: 700;
  line-height: 1.5;
}
.link_arrow-right::before, .link_arrow-right::after,
.link_arrow-left::before,
.link_arrow-left::after {
  background: url("https://1670538.fs1.hubspotusercontent-eu1.net/hubfs/1670538/_system_do_not_modify/icons/arrow-right-white.svg") center/12px 12px #004A9B no-repeat;
  border-radius: 50%;
  display: inline-block;
  flex: 0 0 24px;
  height: 24px;
  transition: background 0.1s linear;
  width: 24px;
}
.link_arrow-right:hover,
.link_arrow-left:hover {
  text-decoration: none;
}
.link_arrow-right:hover::before, .link_arrow-right:hover::after,
.link_arrow-left:hover::before,
.link_arrow-left:hover::after {
  background-color: #009EE0;
}
.link_arrow-right:active,
.link_arrow-left:active {
  text-decoration: none;
}
.link_arrow-right:active::before, .link_arrow-right:active::after,
.link_arrow-left:active::before,
.link_arrow-left:active::after {
  background-image: url("https://1670538.fs1.hubspotusercontent-eu1.net/hubfs/1670538/_system_do_not_modify/icons/arrow-right-white.svg");
}
.link_arrow-right:disabled::before, .link_arrow-right:disabled::after, .link_arrow-right.disabled::before, .link_arrow-right.disabled::after,
.link_arrow-left:disabled::before,
.link_arrow-left:disabled::after,
.link_arrow-left.disabled::before,
.link_arrow-left.disabled::after {
  background-image: url("https://1670538.fs1.hubspotusercontent-eu1.net/hubfs/1670538/_system_do_not_modify/icons/arrow-right-white.svg");
}
.link_arrow-right--small::before, .link_arrow-right--small::after,
.link_arrow-left--small::before,
.link_arrow-left--small::after {
  background: url("https://1670538.fs1.hubspotusercontent-eu1.net/hubfs/1670538/_system_do_not_modify/icons/arrow-right-white.svg") center/10px 10px #004A9B no-repeat;
  flex: 0 0 24px;
  height: 24px;
  width: 24px;
}
.link_arrow-right--white,
.link_arrow-left--white {
  color: #ffffff;
}
.link_arrow-right--white::before, .link_arrow-right--white::after,
.link_arrow-left--white::before,
.link_arrow-left--white::after {
  background: url("https://1670538.fs1.hubspotusercontent-eu1.net/hubfs/1670538/_system_do_not_modify/icons/arrow-right-blue.svg") center/12px 12px #ffffff no-repeat;
}
.link_arrow-right--white:hover::before, .link_arrow-right--white:hover::after,
.link_arrow-left--white:hover::before,
.link_arrow-left--white:hover::after {
  background-color: transparent;
  background-image: url("https://1670538.fs1.hubspotusercontent-eu1.net/hubfs/1670538/_system_do_not_modify/icons/arrow-right-white.svg");
  border: 1px solid #ffffff;
  border-radius: 50%;
}

.arrow-cursor:hover {
  cursor: url("https://1670538.fs1.hubspotusercontent-eu1.net/hubfs/1670538/_system_do_not_modify/icons/cursor-arrow.svg"), auto;
}

.link_arrow-right::after {
  content: "";
  margin-left: 0.8rem;
}

.link_arrow-left::before {
  content: "";
  margin-right: 0.6rem;
  transform: scaleX(-1);
}

.parent-link:hover .link_arrow-right::before, .parent-link:hover .link_arrow-right::after,
.parent-link:hover .link_arrow-left::before,
.parent-link:hover .link_arrow-left::after {
  background-color: #009EE0;
}
.parent-link:hover .link_arrow-right--white::before, .parent-link:hover .link_arrow-right--white::after,
.parent-link:hover .link_arrow-left--white::before,
.parent-link:hover .link_arrow-left--white::after {
  background: url("https://1670538.fs1.hubspotusercontent-eu1.net/hubfs/1670538/_system_do_not_modify/icons/arrow-right-white.svg") center/12px 12px transparent no-repeat;
  border: 1px solid #ffffff;
  border-radius: 50%;
}

@media only screen and (min-width: 992px) {
  .link_arrow-right::before, .link_arrow-right::after,
.link_arrow-left::before,
.link_arrow-left::after {
    background: url("https://1670538.fs1.hubspotusercontent-eu1.net/hubfs/1670538/_system_do_not_modify/icons/arrow-right-white.svg") center/14px 14px #004A9B no-repeat;
    flex: 0 0 32px;
    height: 32px;
    width: 32px;
  }
  .link_arrow-right--white::before, .link_arrow-right--white::after,
.link_arrow-left--white::before,
.link_arrow-left--white::after {
    background: url("https://1670538.fs1.hubspotusercontent-eu1.net/hubfs/1670538/_system_do_not_modify/icons/arrow-right-blue.svg") center/14px 14px #ffffff no-repeat;
  }
  .link_arrow-right--small::before, .link_arrow-right--small::after,
.link_arrow-left--small::before,
.link_arrow-left--small::after {
    background: url("https://1670538.fs1.hubspotusercontent-eu1.net/hubfs/1670538/_system_do_not_modify/icons/arrow-right-white.svg") center/10px 10px #004A9B no-repeat;
    flex: 0 0 24px;
    height: 24px;
    width: 24px;
  }
}
/*****************************************************************************
 * Responsive breakpoints are used bottom-up; extra small means a screen size
 * between 576px and 787px (just before the small breakpoint);
 * 
 * @media only screen and (min-width: xxx) { }
 ***************************************************************************** */
/*****************************************************************************
 * Responsive breakpoints are used bottom-up; extra small means a screen size
 * between 576px and 787px (just before the small breakpoint);
 * 
 * @media only screen and (min-width: xxx) { }
 ***************************************************************************** */
/*****************************************************************************
 * Colors
 * 
 * May include opiniated colors as color_blue, color_yellow etc. Use base,
 * primary, secondary etc. as much as possible to ensure consistency
 ***************************************************************************** */
/*****************************************************************************
 * The size-related variables (small/medium etc.) are directly related to the
 * responsive breakpoints.
 ***************************************************************************** */
/* Container
  --------------------------------------------------------------------------- */
/*
 * Maximum container width. The container padding will added to this with so 
 * the actual content will have this (maximum) size.
 */
/* Gutters
  --------------------------------------------------------------------------- */
/*****************************************************************************
 * Generic module settings
 ***************************************************************************** */
/*****************************************
 * List variations
 *****************************************/
/* -- Checkmark -- */
ul.list_checkmark {
  list-style: none;
  padding-left: 1rem;
}
ul.list_checkmark li {
  padding-left: 1.2rem;
  position: relative;
}
ul.list_checkmark li::before {
  background: #FF5C39;
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  top: 10px;
  width: 5px;
}

.margin-4 {
  margin-bottom: 0.2rem;
}

.margin-8 {
  margin-bottom: 0.4rem;
}

.margin-24 {
  margin-bottom: 1.2rem;
}

.margin-32 {
  margin-bottom: 1.6rem;
}

.margin-40 {
  margin-bottom: 2rem;
}

.margin-48 {
  margin-bottom: 2.4rem;
}

.margin-56 {
  margin-bottom: 2.8rem;
}

.margin-64 {
  margin-bottom: 3.2rem;
}

.margin-80 {
  margin-bottom: 4rem;
}

.margin-160 {
  margin-bottom: 8rem;
}

/*****************************************************************************
 * Responsive breakpoints are used bottom-up; extra small means a screen size
 * between 576px and 787px (just before the small breakpoint);
 * 
 * @media only screen and (min-width: xxx) { }
 ***************************************************************************** */
/*****************************************************************************
 * Responsive breakpoints are used bottom-up; extra small means a screen size
 * between 576px and 787px (just before the small breakpoint);
 * 
 * @media only screen and (min-width: xxx) { }
 ***************************************************************************** */
/*****************************************************************************
 * Colors
 * 
 * May include opiniated colors as color_blue, color_yellow etc. Use base,
 * primary, secondary etc. as much as possible to ensure consistency
 ***************************************************************************** */
/*****************************************************************************
 * The size-related variables (small/medium etc.) are directly related to the
 * responsive breakpoints.
 ***************************************************************************** */
/* Container
  --------------------------------------------------------------------------- */
/*
 * Maximum container width. The container padding will added to this with so 
 * the actual content will have this (maximum) size.
 */
/* Gutters
  --------------------------------------------------------------------------- */
/*****************************************************************************
 * Generic module settings
 ***************************************************************************** */
/*****************************************************************************
 * Media utilities
 * 
 * Images, videos, embeds, etc.
 ***************************************************************************** */
.media_image-responsive {
  display: block;
  height: auto;
  width: 100%;
}
.media_image-cover, .media_image-contain {
  display: block;
  height: 0;
  overflow: hidden;
  padding-bottom: 56%;
  position: relative;
}
.media_image-cover img, .media_image-contain img {
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
}
.media_image-cover img {
  object-fit: cover;
}
.media_image-contain img {
  object-fit: contain;
}

.media_video {
  display: block;
  position: relative;
}
.media_video .play-icon {
  height: 55px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 55px;
  z-index: 3;
}

@media only screen and (min-width: 992px) {
  .media_video .play-icon {
    height: 88px;
    width: 88px;
  }
}
/*****************************************************************************
 * Responsive breakpoints are used bottom-up; extra small means a screen size
 * between 576px and 787px (just before the small breakpoint);
 * 
 * @media only screen and (min-width: xxx) { }
 ***************************************************************************** */
/*****************************************************************************
 * Responsive breakpoints are used bottom-up; extra small means a screen size
 * between 576px and 787px (just before the small breakpoint);
 * 
 * @media only screen and (min-width: xxx) { }
 ***************************************************************************** */
/*****************************************************************************
 * Colors
 * 
 * May include opiniated colors as color_blue, color_yellow etc. Use base,
 * primary, secondary etc. as much as possible to ensure consistency
 ***************************************************************************** */
/*****************************************************************************
 * The size-related variables (small/medium etc.) are directly related to the
 * responsive breakpoints.
 ***************************************************************************** */
/* Container
  --------------------------------------------------------------------------- */
/*
 * Maximum container width. The container padding will added to this with so 
 * the actual content will have this (maximum) size.
 */
/* Gutters
  --------------------------------------------------------------------------- */
/*****************************************************************************
 * Generic module settings
 ***************************************************************************** */
/*****************************************************************************
* Module options
***************************************************************************** */
.module_top-padding-xxs {
  padding-top: calc(1.25rem * 0.0666);
}
.module_top-padding-xs {
  padding-top: calc(1.25rem * 0.25);
}
.module_top-padding-s {
  padding-top: calc(1.25rem * 0.5);
}
.module_top-padding-m {
  padding-top: calc(1.25rem * 1);
}
.module_top-padding-l {
  padding-top: calc(1.25rem * 1.5);
}
.module_top-padding-xl {
  padding-top: calc(1.25rem * 2);
}
.module_top-padding-xxl {
  padding-top: calc(1.25rem * 2.5);
}
.module_top-padding-0 {
  padding-top: 0;
}

.module_bottom-padding-xxs {
  padding-bottom: calc(1.25rem * 0.0666);
}
.module_bottom-padding-xs {
  padding-bottom: calc(1.25rem * 0.25);
}
.module_bottom-padding-s {
  padding-bottom: calc(1.25rem * 0.5);
}
.module_bottom-padding-m {
  padding-bottom: calc(1.25rem * 1);
}
.module_bottom-padding-l {
  padding-bottom: calc(1.25rem * 1.5);
}
.module_bottom-padding-xl {
  padding-bottom: calc(1.25rem * 2);
}
.module_bottom-padding-xxl {
  padding-bottom: calc(1.25rem * 2.5);
}
.module_bottom-padding-0 {
  padding-bottom: 0;
}

@media only screen and (min-width: 576px) {
  .module_top-padding-xxs {
    padding-top: calc(1.5rem * 0.0666);
  }
  .module_top-padding-xs {
    padding-top: calc(1.5rem * 0.25);
  }
  .module_top-padding-s {
    padding-top: calc(1.5rem * 0.5);
  }
  .module_top-padding-m {
    padding-top: calc(1.5rem * 1);
  }
  .module_top-padding-l {
    padding-top: calc(1.5rem * 1.5);
  }
  .module_top-padding-xl {
    padding-top: calc(1.5rem * 2);
  }
  .module_top-padding-xxl {
    padding-top: calc(1.5rem * 2.5);
  }
  .module_top-padding-0 {
    padding-top: 0;
  }

  .module_bottom-padding-xxs {
    padding-bottom: calc(1.5rem * 0.0666);
  }
  .module_bottom-padding-xs {
    padding-bottom: calc(1.5rem * 0.25);
  }
  .module_bottom-padding-s {
    padding-bottom: calc(1.5rem * 0.5);
  }
  .module_bottom-padding-m {
    padding-bottom: calc(1.5rem * 1);
  }
  .module_bottom-padding-l {
    padding-bottom: calc(1.5rem * 1.5);
  }
  .module_bottom-padding-xl {
    padding-bottom: calc(1.5rem * 2);
  }
  .module_bottom-padding-xxl {
    padding-bottom: calc(1.5rem * 2.5);
  }
  .module_bottom-padding-0 {
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 768px) {
  .module_top-padding-xxs {
    padding-top: calc(2.5rem * 0.0666);
  }
  .module_top-padding-xs {
    padding-top: calc(2.5rem * 0.25);
  }
  .module_top-padding-s {
    padding-top: calc(2.5rem * 0.5);
  }
  .module_top-padding-m {
    padding-top: calc(2.5rem * 1);
  }
  .module_top-padding-l {
    padding-top: calc(2.5rem * 1.5);
  }
  .module_top-padding-xl {
    padding-top: calc(2.5rem * 2);
  }
  .module_top-padding-xxl {
    padding-top: calc(2.5rem * 2.5);
  }
  .module_top-padding-0 {
    padding-top: 0;
  }

  .module_bottom-padding-xxs {
    padding-bottom: calc(2.5rem * 0.0666);
  }
  .module_bottom-padding-xs {
    padding-bottom: calc(2.5rem * 0.25);
  }
  .module_bottom-padding-s {
    padding-bottom: calc(2.5rem * 0.5);
  }
  .module_bottom-padding-m {
    padding-bottom: calc(2.5rem * 1);
  }
  .module_bottom-padding-l {
    padding-bottom: calc(2.5rem * 1.5);
  }
  .module_bottom-padding-xl {
    padding-bottom: calc(2.5rem * 2);
  }
  .module_bottom-padding-xxl {
    padding-bottom: calc(2.5rem * 2.5);
  }
  .module_bottom-padding-0 {
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 992px) {
  .module_top-padding-xxs {
    padding-top: calc(2.5rem * 0.0666);
  }
  .module_top-padding-xs {
    padding-top: calc(2.5rem * 0.25);
  }
  .module_top-padding-s {
    padding-top: calc(2.5rem * 0.5);
  }
  .module_top-padding-m {
    padding-top: calc(2.5rem * 1);
  }
  .module_top-padding-l {
    padding-top: calc(2.5rem * 1.5);
  }
  .module_top-padding-xl {
    padding-top: calc(2.5rem * 2);
  }
  .module_top-padding-xxl {
    padding-top: calc(2.5rem * 2.5);
  }
  .module_top-padding-0 {
    padding-top: 0;
  }

  .module_bottom-padding-xxs {
    padding-bottom: calc(2.5rem * 0.0666);
  }
  .module_bottom-padding-xs {
    padding-bottom: calc(2.5rem * 0.25);
  }
  .module_bottom-padding-s {
    padding-bottom: calc(2.5rem * 0.5);
  }
  .module_bottom-padding-m {
    padding-bottom: calc(2.5rem * 1);
  }
  .module_bottom-padding-l {
    padding-bottom: calc(2.5rem * 1.5);
  }
  .module_bottom-padding-xl {
    padding-bottom: calc(2.5rem * 2);
  }
  .module_bottom-padding-xxl {
    padding-bottom: calc(2.5rem * 2.5);
  }
  .module_bottom-padding-0 {
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 1175px) {
  .module_top-padding-xxs {
    padding-top: calc(3.75rem * 0.0666);
  }
  .module_top-padding-xs {
    padding-top: calc(3.75rem * 0.25);
  }
  .module_top-padding-s {
    padding-top: calc(3.75rem * 0.5);
  }
  .module_top-padding-m {
    padding-top: calc(3.75rem * 1);
  }
  .module_top-padding-l {
    padding-top: calc(3.75rem * 1.5);
  }
  .module_top-padding-xl {
    padding-top: calc(3.75rem * 2);
  }
  .module_top-padding-xxl {
    padding-top: calc(3.75rem * 2.5);
  }
  .module_top-padding-0 {
    padding-top: 0;
  }

  .module_bottom-padding-xxs {
    padding-bottom: calc(3.75rem * 0.0666);
  }
  .module_bottom-padding-xs {
    padding-bottom: calc(3.75rem * 0.25);
  }
  .module_bottom-padding-s {
    padding-bottom: calc(3.75rem * 0.5);
  }
  .module_bottom-padding-m {
    padding-bottom: calc(3.75rem * 1);
  }
  .module_bottom-padding-l {
    padding-bottom: calc(3.75rem * 1.5);
  }
  .module_bottom-padding-xl {
    padding-bottom: calc(3.75rem * 2);
  }
  .module_bottom-padding-xxl {
    padding-bottom: calc(3.75rem * 2.5);
  }
  .module_bottom-padding-0 {
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 1440px) {
  .module_top-padding-xxs {
    padding-top: calc(3.75rem * 0.0666);
  }
  .module_top-padding-xs {
    padding-top: calc(3.75rem * 0.25);
  }
  .module_top-padding-s {
    padding-top: calc(3.75rem * 0.5);
  }
  .module_top-padding-m {
    padding-top: calc(3.75rem * 1);
  }
  .module_top-padding-l {
    padding-top: calc(3.75rem * 1.5);
  }
  .module_top-padding-xl {
    padding-top: calc(3.75rem * 2);
  }
  .module_top-padding-xxl {
    padding-top: calc(3.75rem * 2.5);
  }
  .module_top-padding-0 {
    padding-top: 0;
  }

  .module_bottom-padding-xxs {
    padding-bottom: calc(3.75rem * 0.0666);
  }
  .module_bottom-padding-xs {
    padding-bottom: calc(3.75rem * 0.25);
  }
  .module_bottom-padding-s {
    padding-bottom: calc(3.75rem * 0.5);
  }
  .module_bottom-padding-m {
    padding-bottom: calc(3.75rem * 1);
  }
  .module_bottom-padding-l {
    padding-bottom: calc(3.75rem * 1.5);
  }
  .module_bottom-padding-xl {
    padding-bottom: calc(3.75rem * 2);
  }
  .module_bottom-padding-xxl {
    padding-bottom: calc(3.75rem * 2.5);
  }
  .module_bottom-padding-0 {
    padding-bottom: 0;
  }
}
/*****************************************************************************
 * Responsive breakpoints are used bottom-up; extra small means a screen size
 * between 576px and 787px (just before the small breakpoint);
 * 
 * @media only screen and (min-width: xxx) { }
 ***************************************************************************** */
/*****************************************************************************
 * Responsive breakpoints are used bottom-up; extra small means a screen size
 * between 576px and 787px (just before the small breakpoint);
 * 
 * @media only screen and (min-width: xxx) { }
 ***************************************************************************** */
/*****************************************************************************
 * Colors
 * 
 * May include opiniated colors as color_blue, color_yellow etc. Use base,
 * primary, secondary etc. as much as possible to ensure consistency
 ***************************************************************************** */
/*****************************************************************************
 * The size-related variables (small/medium etc.) are directly related to the
 * responsive breakpoints.
 ***************************************************************************** */
/* Container
  --------------------------------------------------------------------------- */
/*
 * Maximum container width. The container padding will added to this with so 
 * the actual content will have this (maximum) size.
 */
/* Gutters
  --------------------------------------------------------------------------- */
/*****************************************************************************
 * Generic module settings
 ***************************************************************************** */
/*****************************************************************************
 * Text utilities
 * 
 * @TODO: Add responsive utility selectors
 ***************************************************************************** */
/* -- Color -- */
body .text_color-black {
  color: #1E1E1E;
}

body .text_color-primary {
  color: #004A9B;
}

body .text_color-secondary {
  color: #009EE0;
}

body .text_color-action {
  color: #FF5C39;
}

body .text_color-light-grey {
  color: #434448;
}

body .text_color-white {
  color: #ffffff;
}

/* -- Alignment -- */
.text_left {
  text-align: left;
}

.text_right {
  text-align: right;
}

.text_center {
  text-align: center;
}

/* -- Weight -- */
.text_weight-light {
  font-weight: 300;
}
.text_weight-medium {
  font-weight: 500;
}
.text_weight-strong {
  font-weight: 700;
}

/* -- Sizes -- */
.text_size-lead, .text_size-large {
  font-size: 1rem;
}
.text_size-lead-semibold, .text_size-large-semibold {
  font-weight: 400;
}
.text_size-medium {
  font-size: 0.8rem;
  line-height: 1.6;
}
.text_size-medium-semibold {
  font-weight: 400;
}
.text_size-small {
  font-size: 0.7rem;
  line-height: 1.6;
}
.text_size-small-semibold {
  font-weight: 400;
}

/* -- Rich text -- */
.rich-text-container img {
  max-width: 100%;
}
.rich-text-container--color-black p,
.rich-text-container--color-black li,
.rich-text-container--color-black a {
  color: #1E1E1E;
}
.rich-text-container--color-primary p,
.rich-text-container--color-primary li,
.rich-text-container--color-primary a {
  color: #004A9B;
}
.rich-text-container--color-secondary p,
.rich-text-container--color-secondary li,
.rich-text-container--color-secondary a {
  color: #009EE0;
}
.rich-text-container--color-action p,
.rich-text-container--color-action li,
.rich-text-container--color-action a {
  color: #FF5C39;
}
.rich-text-container--color-light-grey p,
.rich-text-container--color-light-grey li,
.rich-text-container--color-light-grey a {
  color: #434448;
}
.rich-text-container--color-white p,
.rich-text-container--color-white li,
.rich-text-container--color-white a {
  color: #ffffff;
}
.rich-text-container--checklist ul:not([style*=list-style-type]) {
  list-style: none;
  margin: 0;
  padding: 0;
}
.rich-text-container--checklist ul:not([style*=list-style-type]) li {
  padding-left: 2rem;
  position: relative;
}
.rich-text-container--checklist ul:not([style*=list-style-type]) li::before {
  background: #FF5C39;
  border-radius: 50%;
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  top: 10px;
  width: 5px;
}
.rich-text-container--lead p,
.rich-text-container--lead li,
.rich-text-container--lead a, .rich-text-container--large p,
.rich-text-container--large li,
.rich-text-container--large a {
  font-size: 0.9rem;
  line-height: 1.5;
}
.rich-text-container--medium p,
.rich-text-container--medium li,
.rich-text-container--medium a {
  font-size: 0.8rem;
  line-height: 1.6;
}
.rich-text-container--small p,
.rich-text-container--small li,
.rich-text-container--small a {
  font-size: 0.6rem;
  line-height: 1.7;
}

/* Medium screens
  ---------------------------------------------------------------------------- */
@media only screen and (min-width: 992px) {
  /* -- Sizes -- */
  .text_size-lead {
    font-size: 1.1rem;
    font-weight: 400;
  }
  .text_size-large {
    font-size: 1rem;
  }
  .text_size-large-semibold {
    font-weight: 600;
  }
  .text_size-small {
    font-size: 0.7rem;
    line-height: 1.7;
  }

  .rich-text-container--lead p,
.rich-text-container--lead li,
.rich-text-container--lead a {
    font-size: 1.1rem;
  }
  .rich-text-container--large p,
.rich-text-container--large li,
.rich-text-container--large a {
    font-size: 1rem;
  }
  .rich-text-container--small p,
.rich-text-container--small li,
.rich-text-container--small a {
    font-size: 0.7rem;
  }
}