/*abstracts*/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* following NOT to change */
/*$media-max-width-xs: 539px;
$media-min-width-sm: 540px;
$media-max-width-sm: 719px;
$media-min-width-md: 720px;
$media-max-width-md: 959px;
$media-min-width-lg: 960px;
$media-max-width-lg: 1199px;
$media-min-width-xl: 1200px;
$media-max-width-xl: 1439px;
$media-min-width-wd: 1440px;*/
:root {
  --bg-color: #ffffff;
  --text-color: #000000;
}

/*mixins*/
@media (max-width: 767px) {
  .text-align-xs-left {
    text-align: left !important;
  }
}

@media (max-width: 767px) {
  .text-align-xs-center {
    text-align: center !important;
  }
}

@media (max-width: 767px) {
  .text-align-xs-right {
    text-align: right !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .text-align-sm-left {
    text-align: left !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .text-align-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .text-align-sm-right {
    text-align: right !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .text-align-md-left {
    text-align: left !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .text-align-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .text-align-md-right {
    text-align: right !important;
  }
}

@media (min-width: 1200px) and (max-width: 100vw) {
  .text-align-lg-left {
    text-align: left !important;
  }
}

@media (min-width: 1200px) and (max-width: 100vw) {
  .text-align-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) and (max-width: 100vw) {
  .text-align-lg-right {
    text-align: right !important;
  }
}

@media (min-width: 1200px) and (max-width: 100vw) {
  .text-align-xl-left {
    text-align: left !important;
  }
}

@media (min-width: 1200px) and (max-width: 100vw) {
  .text-align-xl-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) and (max-width: 100vw) {
  .text-align-xl-right {
    text-align: right !important;
  }
}

@media (min-width: 1200px) {
  .text-align-wd-left {
    text-align: left !important;
  }
}

@media (min-width: 1200px) {
  .text-align-wd-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .text-align-wd-right {
    text-align: right !important;
  }
}

@font-face {
  font-family: "Source Sans 3";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/wp-content/fonts/source_sans_3/SourceSans3-Regular.ttf");
  src: local("Source Sans 3 Regular"), local("SourceSans3-Regular"), url("/wp-content/fonts/source_sans_3/SourceSans3-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Source Sans 3";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/wp-content/fonts/source_sans_3/SourceSans3-Bold.ttf");
  src: local("Source Sans 3 Bold"), local("SourceSans3-Bold"), url("/wp-content/fonts/source_sans_3/SourceSans3-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/wp-content/fonts/MaterialIcons-Regular.woff2");
  src: local("Material Icons"), local("MaterialIcons-Regular"), url("/wp-content/fonts/MaterialIcons-Regular.woff2") format("woff2"), url("/wp-content/fonts/MaterialIcons-Regular.woff") format("woff");
}
.material-icons,
.material-icons--before::before,
.materialIcons,
.materialIcons--before::before {
  font-family: "Material Icons" !important;
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "liga";
  vertical-align: text-bottom;
}

.material-icons--before::before,
.materialIcons--before::before {
  content: attr(icon-before);
}

/* fallback */
@font-face {
  font-family: "Material Symbols Rounded";
  font-style: normal;
  font-weight: 400;
  src: url("/wp-content/fonts/MaterialSymbolsRounded.woff2") format("woff2");
}
@font-face {
  font-family: "Material Symbols Outlined";
  font-style: normal;
  font-weight: 400;
  src: url("/wp-content/fonts/MaterialSymbols.woff2") format("woff2");
}
.material-symbols-rounded {
  font-family: "Material Symbols Rounded";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  vertical-align: text-bottom;
}

.material-symbols-outlined {
  font-family: "Material Symbols Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}

/* fix for row 2% not belonging to vw but to closest container */
.container-fluid {
  overflow: hidden;
  width: 100vw;
}

.container {
  max-width: 100vw;
  margin: 0 auto;
  overflow: hidden;
  padding-right: 2%;
  padding-left: 2%;
}
@media screen and (max-width: 767px) {
  .container {
    padding-right: 4%;
    padding-left: 4%;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -2vw;
  margin-left: -2vw;
}
.row .row {
  margin-right: -2%;
  margin-left: -2%;
}
@media screen and (max-width: 767px) {
  .row {
    margin-right: -4%;
    margin-left: -4%;
  }
}
.row.row-center {
  justify-content: center;
}

.col-xs-1 {
  max-width: calc(100% / (12 / 1) - 4% * (12 - 1) / 12 + 2 * 2%);
  width: calc(100% / (12 / 1) - 4% * (12 - 1) / 12);
  flex-grow: 1;
  padding: 0 2%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .col-xs-1 {
    max-width: calc(100% / (12 / 1) - 4% * (12 - 1) / 12 + 2 * 4%);
  }
}
@media screen and (max-width: 767px) {
  .col-xs-1 {
    padding: 0 4%;
  }
}
.col-xs-1.align-center {
  align-self: center;
}

.col-xs-offset-1 {
  margin-left: calc(100% / (12 / 1));
}

.col-xs-2 {
  max-width: calc(100% / (12 / 2) - 4% * (12 - 2) / 12 + 2 * 2%);
  width: calc(100% / (12 / 2) - 4% * (12 - 2) / 12);
  flex-grow: 1;
  padding: 0 2%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .col-xs-2 {
    max-width: calc(100% / (12 / 2) - 4% * (12 - 2) / 12 + 2 * 4%);
  }
}
@media screen and (max-width: 767px) {
  .col-xs-2 {
    padding: 0 4%;
  }
}
.col-xs-2.align-center {
  align-self: center;
}

.col-xs-offset-2 {
  margin-left: calc(100% / (12 / 2));
}

.col-xs-3 {
  max-width: calc(100% / (12 / 3) - 4% * (12 - 3) / 12 + 2 * 2%);
  width: calc(100% / (12 / 3) - 4% * (12 - 3) / 12);
  flex-grow: 1;
  padding: 0 2%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .col-xs-3 {
    max-width: calc(100% / (12 / 3) - 4% * (12 - 3) / 12 + 2 * 4%);
  }
}
@media screen and (max-width: 767px) {
  .col-xs-3 {
    padding: 0 4%;
  }
}
.col-xs-3.align-center {
  align-self: center;
}

.col-xs-offset-3 {
  margin-left: calc(100% / (12 / 3));
}

.col-xs-4 {
  max-width: calc(100% / (12 / 4) - 4% * (12 - 4) / 12 + 2 * 2%);
  width: calc(100% / (12 / 4) - 4% * (12 - 4) / 12);
  flex-grow: 1;
  padding: 0 2%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .col-xs-4 {
    max-width: calc(100% / (12 / 4) - 4% * (12 - 4) / 12 + 2 * 4%);
  }
}
@media screen and (max-width: 767px) {
  .col-xs-4 {
    padding: 0 4%;
  }
}
.col-xs-4.align-center {
  align-self: center;
}

.col-xs-offset-4 {
  margin-left: calc(100% / (12 / 4));
}

.col-xs-5 {
  max-width: calc(100% / (12 / 5) - 4% * (12 - 5) / 12 + 2 * 2%);
  width: calc(100% / (12 / 5) - 4% * (12 - 5) / 12);
  flex-grow: 1;
  padding: 0 2%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .col-xs-5 {
    max-width: calc(100% / (12 / 5) - 4% * (12 - 5) / 12 + 2 * 4%);
  }
}
@media screen and (max-width: 767px) {
  .col-xs-5 {
    padding: 0 4%;
  }
}
.col-xs-5.align-center {
  align-self: center;
}

.col-xs-offset-5 {
  margin-left: calc(100% / (12 / 5));
}

.col-xs-6 {
  max-width: calc(100% / (12 / 6) - 4% * (12 - 6) / 12 + 2 * 2%);
  width: calc(100% / (12 / 6) - 4% * (12 - 6) / 12);
  flex-grow: 1;
  padding: 0 2%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .col-xs-6 {
    max-width: calc(100% / (12 / 6) - 4% * (12 - 6) / 12 + 2 * 4%);
  }
}
@media screen and (max-width: 767px) {
  .col-xs-6 {
    padding: 0 4%;
  }
}
.col-xs-6.align-center {
  align-self: center;
}

.col-xs-offset-6 {
  margin-left: calc(100% / (12 / 6));
}

.col-xs-7 {
  max-width: calc(100% / (12 / 7) - 4% * (12 - 7) / 12 + 2 * 2%);
  width: calc(100% / (12 / 7) - 4% * (12 - 7) / 12);
  flex-grow: 1;
  padding: 0 2%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .col-xs-7 {
    max-width: calc(100% / (12 / 7) - 4% * (12 - 7) / 12 + 2 * 4%);
  }
}
@media screen and (max-width: 767px) {
  .col-xs-7 {
    padding: 0 4%;
  }
}
.col-xs-7.align-center {
  align-self: center;
}

.col-xs-offset-7 {
  margin-left: calc(100% / (12 / 7));
}

.col-xs-8 {
  max-width: calc(100% / (12 / 8) - 4% * (12 - 8) / 12 + 2 * 2%);
  width: calc(100% / (12 / 8) - 4% * (12 - 8) / 12);
  flex-grow: 1;
  padding: 0 2%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .col-xs-8 {
    max-width: calc(100% / (12 / 8) - 4% * (12 - 8) / 12 + 2 * 4%);
  }
}
@media screen and (max-width: 767px) {
  .col-xs-8 {
    padding: 0 4%;
  }
}
.col-xs-8.align-center {
  align-self: center;
}

.col-xs-offset-8 {
  margin-left: calc(100% / (12 / 8));
}

.col-xs-9 {
  max-width: calc(100% / (12 / 9) - 4% * (12 - 9) / 12 + 2 * 2%);
  width: calc(100% / (12 / 9) - 4% * (12 - 9) / 12);
  flex-grow: 1;
  padding: 0 2%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .col-xs-9 {
    max-width: calc(100% / (12 / 9) - 4% * (12 - 9) / 12 + 2 * 4%);
  }
}
@media screen and (max-width: 767px) {
  .col-xs-9 {
    padding: 0 4%;
  }
}
.col-xs-9.align-center {
  align-self: center;
}

.col-xs-offset-9 {
  margin-left: calc(100% / (12 / 9));
}

.col-xs-10 {
  max-width: calc(100% / (12 / 10) - 4% * (12 - 10) / 12 + 2 * 2%);
  width: calc(100% / (12 / 10) - 4% * (12 - 10) / 12);
  flex-grow: 1;
  padding: 0 2%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .col-xs-10 {
    max-width: calc(100% / (12 / 10) - 4% * (12 - 10) / 12 + 2 * 4%);
  }
}
@media screen and (max-width: 767px) {
  .col-xs-10 {
    padding: 0 4%;
  }
}
.col-xs-10.align-center {
  align-self: center;
}

.col-xs-offset-10 {
  margin-left: calc(100% / (12 / 10));
}

.col-xs-11 {
  max-width: calc(100% / (12 / 11) - 4% * (12 - 11) / 12 + 2 * 2%);
  width: calc(100% / (12 / 11) - 4% * (12 - 11) / 12);
  flex-grow: 1;
  padding: 0 2%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .col-xs-11 {
    max-width: calc(100% / (12 / 11) - 4% * (12 - 11) / 12 + 2 * 4%);
  }
}
@media screen and (max-width: 767px) {
  .col-xs-11 {
    padding: 0 4%;
  }
}
.col-xs-11.align-center {
  align-self: center;
}

.col-xs-offset-11 {
  margin-left: calc(100% / (12 / 11));
}

.col-xs-12 {
  max-width: calc(100% + 2 * 2%);
  width: 100%;
  flex-grow: 1;
  padding: 0 2%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .col-xs-12 {
    max-width: calc(100% + 2 * 4%);
  }
}
@media screen and (max-width: 767px) {
  .col-xs-12 {
    padding: 0 4%;
  }
}
.col-xs-12.align-center {
  align-self: center;
}

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

@media only screen and (min-width: 33.75em) {
  .container {
    max-width: 75em;
  }
  .alert.fixed {
    max-width: 75em;
  }
  .col-sm-1 {
    max-width: calc(100% / (12 / 1) - 4% * (12 - 1) / 12 + 2 * 2%);
    width: calc(100% / (12 / 1) - 4% * (12 - 1) / 12);
    flex-grow: 1;
    padding: 0 2%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
}
@media only screen and (min-width: 33.75em) and (max-width: 767px) {
  .col-sm-1 {
    max-width: calc(100% / (12 / 1) - 4% * (12 -1) / 12 + 2 * 4%);
  }
}
@media only screen and (min-width: 33.75em) and (max-width: 767px) {
  .col-sm-1 {
    padding: 0 4%;
  }
}
@media only screen and (min-width: 33.75em) {
  .col-sm-offset-1 {
    margin-left: auto;
  }
  .col-sm-2 {
    max-width: calc(100% / (12 / 2) - 4% * (12 - 2) / 12 + 2 * 2%);
    width: calc(100% / (12 / 2) - 4% * (12 - 2) / 12);
    flex-grow: 1;
    padding: 0 2%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
}
@media only screen and (min-width: 33.75em) and (max-width: 767px) {
  .col-sm-2 {
    max-width: calc(100% / (12 / 2) - 4% * (12 -2) / 12 + 2 * 4%);
  }
}
@media only screen and (min-width: 33.75em) and (max-width: 767px) {
  .col-sm-2 {
    padding: 0 4%;
  }
}
@media only screen and (min-width: 33.75em) {
  .col-sm-offset-2 {
    margin-left: auto;
  }
  .col-sm-3 {
    max-width: calc(100% / (12 / 3) - 4% * (12 - 3) / 12 + 2 * 2%);
    width: calc(100% / (12 / 3) - 4% * (12 - 3) / 12);
    flex-grow: 1;
    padding: 0 2%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
}
@media only screen and (min-width: 33.75em) and (max-width: 767px) {
  .col-sm-3 {
    max-width: calc(100% / (12 / 3) - 4% * (12 -3) / 12 + 2 * 4%);
  }
}
@media only screen and (min-width: 33.75em) and (max-width: 767px) {
  .col-sm-3 {
    padding: 0 4%;
  }
}
@media only screen and (min-width: 33.75em) {
  .col-sm-offset-3 {
    margin-left: auto;
  }
  .col-sm-4 {
    max-width: calc(100% / (12 / 4) - 4% * (12 - 4) / 12 + 2 * 2%);
    width: calc(100% / (12 / 4) - 4% * (12 - 4) / 12);
    flex-grow: 1;
    padding: 0 2%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
}
@media only screen and (min-width: 33.75em) and (max-width: 767px) {
  .col-sm-4 {
    max-width: calc(100% / (12 / 4) - 4% * (12 -4) / 12 + 2 * 4%);
  }
}
@media only screen and (min-width: 33.75em) and (max-width: 767px) {
  .col-sm-4 {
    padding: 0 4%;
  }
}
@media only screen and (min-width: 33.75em) {
  .col-sm-offset-4 {
    margin-left: auto;
  }
  .col-sm-5 {
    max-width: calc(100% / (12 / 5) - 4% * (12 - 5) / 12 + 2 * 2%);
    width: calc(100% / (12 / 5) - 4% * (12 - 5) / 12);
    flex-grow: 1;
    padding: 0 2%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
}
@media only screen and (min-width: 33.75em) and (max-width: 767px) {
  .col-sm-5 {
    max-width: calc(100% / (12 / 5) - 4% * (12 -5) / 12 + 2 * 4%);
  }
}
@media only screen and (min-width: 33.75em) and (max-width: 767px) {
  .col-sm-5 {
    padding: 0 4%;
  }
}
@media only screen and (min-width: 33.75em) {
  .col-sm-offset-5 {
    margin-left: auto;
  }
  .col-sm-6 {
    max-width: calc(100% / (12 / 6) - 4% * (12 - 6) / 12 + 2 * 2%);
    width: calc(100% / (12 / 6) - 4% * (12 - 6) / 12);
    flex-grow: 1;
    padding: 0 2%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
}
@media only screen and (min-width: 33.75em) and (max-width: 767px) {
  .col-sm-6 {
    max-width: calc(100% / (12 / 6) - 4% * (12 -6) / 12 + 2 * 4%);
  }
}
@media only screen and (min-width: 33.75em) and (max-width: 767px) {
  .col-sm-6 {
    padding: 0 4%;
  }
}
@media only screen and (min-width: 33.75em) {
  .col-sm-offset-6 {
    margin-left: auto;
  }
  .col-sm-7 {
    max-width: calc(100% / (12 / 7) - 4% * (12 - 7) / 12 + 2 * 2%);
    width: calc(100% / (12 / 7) - 4% * (12 - 7) / 12);
    flex-grow: 1;
    padding: 0 2%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
}
@media only screen and (min-width: 33.75em) and (max-width: 767px) {
  .col-sm-7 {
    max-width: calc(100% / (12 / 7) - 4% * (12 -7) / 12 + 2 * 4%);
  }
}
@media only screen and (min-width: 33.75em) and (max-width: 767px) {
  .col-sm-7 {
    padding: 0 4%;
  }
}
@media only screen and (min-width: 33.75em) {
  .col-sm-offset-7 {
    margin-left: auto;
  }
  .col-sm-8 {
    max-width: calc(100% / (12 / 8) - 4% * (12 - 8) / 12 + 2 * 2%);
    width: calc(100% / (12 / 8) - 4% * (12 - 8) / 12);
    flex-grow: 1;
    padding: 0 2%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
}
@media only screen and (min-width: 33.75em) and (max-width: 767px) {
  .col-sm-8 {
    max-width: calc(100% / (12 / 8) - 4% * (12 -8) / 12 + 2 * 4%);
  }
}
@media only screen and (min-width: 33.75em) and (max-width: 767px) {
  .col-sm-8 {
    padding: 0 4%;
  }
}
@media only screen and (min-width: 33.75em) {
  .col-sm-offset-8 {
    margin-left: auto;
  }
  .col-sm-9 {
    max-width: calc(100% / (12 / 9) - 4% * (12 - 9) / 12 + 2 * 2%);
    width: calc(100% / (12 / 9) - 4% * (12 - 9) / 12);
    flex-grow: 1;
    padding: 0 2%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
}
@media only screen and (min-width: 33.75em) and (max-width: 767px) {
  .col-sm-9 {
    max-width: calc(100% / (12 / 9) - 4% * (12 -9) / 12 + 2 * 4%);
  }
}
@media only screen and (min-width: 33.75em) and (max-width: 767px) {
  .col-sm-9 {
    padding: 0 4%;
  }
}
@media only screen and (min-width: 33.75em) {
  .col-sm-offset-9 {
    margin-left: auto;
  }
  .col-sm-10 {
    max-width: calc(100% / (12 / 10) - 4% * (12 - 10) / 12 + 2 * 2%);
    width: calc(100% / (12 / 10) - 4% * (12 - 10) / 12);
    flex-grow: 1;
    padding: 0 2%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
}
@media only screen and (min-width: 33.75em) and (max-width: 767px) {
  .col-sm-10 {
    max-width: calc(100% / (12 / 10) - 4% * (12 -10) / 12 + 2 * 4%);
  }
}
@media only screen and (min-width: 33.75em) and (max-width: 767px) {
  .col-sm-10 {
    padding: 0 4%;
  }
}
@media only screen and (min-width: 33.75em) {
  .col-sm-offset-10 {
    margin-left: auto;
  }
  .col-sm-11 {
    max-width: calc(100% / (12 / 11) - 4% * (12 - 11) / 12 + 2 * 2%);
    width: calc(100% / (12 / 11) - 4% * (12 - 11) / 12);
    flex-grow: 1;
    padding: 0 2%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
}
@media only screen and (min-width: 33.75em) and (max-width: 767px) {
  .col-sm-11 {
    max-width: calc(100% / (12 / 11) - 4% * (12 -11) / 12 + 2 * 4%);
  }
}
@media only screen and (min-width: 33.75em) and (max-width: 767px) {
  .col-sm-11 {
    padding: 0 4%;
  }
}
@media only screen and (min-width: 33.75em) {
  .col-sm-offset-11 {
    margin-left: auto;
  }
  .col-sm-12 {
    max-width: calc(100% + 2 * 2%);
    width: 100%;
    flex-grow: 1;
    padding: 0 2%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
}
@media only screen and (min-width: 33.75em) and (max-width: 767px) {
  .col-sm-12 {
    max-width: calc(100% + 2 * 4%);
  }
}
@media only screen and (min-width: 33.75em) and (max-width: 767px) {
  .col-sm-12 {
    padding: 0 4%;
  }
}
@media only screen and (min-width: 33.75em) {
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media only screen and (min-width: 45em) {
  .container {
    max-width: 45em;
  }
  .alert.fixed {
    max-width: 45em;
  }
  .col-md-1 {
    max-width: calc(100% / (12 / 1) - 4% * (12 - 1) / 12 + 2 * 2%);
    width: calc(100% / (12 / 1) - 4% * (12 - 1) / 12);
    flex-grow: 1;
    padding: 0 2%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
}
@media only screen and (min-width: 45em) and (max-width: 767px) {
  .col-md-1 {
    max-width: calc(100% / (12 / 1) - 4% * (12 -1) / 12 + 2 * 4%);
  }
}
@media only screen and (min-width: 45em) and (max-width: 767px) {
  .col-md-1 {
    padding: 0 4%;
  }
}
@media only screen and (min-width: 45em) {
  .col-md-offset-1 {
    margin-left: auto;
  }
  .col-md-2 {
    max-width: calc(100% / (12 / 2) - 4% * (12 - 2) / 12 + 2 * 2%);
    width: calc(100% / (12 / 2) - 4% * (12 - 2) / 12);
    flex-grow: 1;
    padding: 0 2%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
}
@media only screen and (min-width: 45em) and (max-width: 767px) {
  .col-md-2 {
    max-width: calc(100% / (12 / 2) - 4% * (12 -2) / 12 + 2 * 4%);
  }
}
@media only screen and (min-width: 45em) and (max-width: 767px) {
  .col-md-2 {
    padding: 0 4%;
  }
}
@media only screen and (min-width: 45em) {
  .col-md-offset-2 {
    margin-left: auto;
  }
  .col-md-3 {
    max-width: calc(100% / (12 / 3) - 4% * (12 - 3) / 12 + 2 * 2%);
    width: calc(100% / (12 / 3) - 4% * (12 - 3) / 12);
    flex-grow: 1;
    padding: 0 2%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
}
@media only screen and (min-width: 45em) and (max-width: 767px) {
  .col-md-3 {
    max-width: calc(100% / (12 / 3) - 4% * (12 -3) / 12 + 2 * 4%);
  }
}
@media only screen and (min-width: 45em) and (max-width: 767px) {
  .col-md-3 {
    padding: 0 4%;
  }
}
@media only screen and (min-width: 45em) {
  .col-md-offset-3 {
    margin-left: auto;
  }
  .col-md-4 {
    max-width: calc(100% / (12 / 4) - 4% * (12 - 4) / 12 + 2 * 2%);
    width: calc(100% / (12 / 4) - 4% * (12 - 4) / 12);
    flex-grow: 1;
    padding: 0 2%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
}
@media only screen and (min-width: 45em) and (max-width: 767px) {
  .col-md-4 {
    max-width: calc(100% / (12 / 4) - 4% * (12 -4) / 12 + 2 * 4%);
  }
}
@media only screen and (min-width: 45em) and (max-width: 767px) {
  .col-md-4 {
    padding: 0 4%;
  }
}
@media only screen and (min-width: 45em) {
  .col-md-offset-4 {
    margin-left: auto;
  }
  .col-md-5 {
    max-width: calc(100% / (12 / 5) - 4% * (12 - 5) / 12 + 2 * 2%);
    width: calc(100% / (12 / 5) - 4% * (12 - 5) / 12);
    flex-grow: 1;
    padding: 0 2%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
}
@media only screen and (min-width: 45em) and (max-width: 767px) {
  .col-md-5 {
    max-width: calc(100% / (12 / 5) - 4% * (12 -5) / 12 + 2 * 4%);
  }
}
@media only screen and (min-width: 45em) and (max-width: 767px) {
  .col-md-5 {
    padding: 0 4%;
  }
}
@media only screen and (min-width: 45em) {
  .col-md-offset-5 {
    margin-left: auto;
  }
  .col-md-6 {
    max-width: calc(100% / (12 / 6) - 4% * (12 - 6) / 12 + 2 * 2%);
    width: calc(100% / (12 / 6) - 4% * (12 - 6) / 12);
    flex-grow: 1;
    padding: 0 2%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
}
@media only screen and (min-width: 45em) and (max-width: 767px) {
  .col-md-6 {
    max-width: calc(100% / (12 / 6) - 4% * (12 -6) / 12 + 2 * 4%);
  }
}
@media only screen and (min-width: 45em) and (max-width: 767px) {
  .col-md-6 {
    padding: 0 4%;
  }
}
@media only screen and (min-width: 45em) {
  .col-md-offset-6 {
    margin-left: auto;
  }
  .col-md-7 {
    max-width: calc(100% / (12 / 7) - 4% * (12 - 7) / 12 + 2 * 2%);
    width: calc(100% / (12 / 7) - 4% * (12 - 7) / 12);
    flex-grow: 1;
    padding: 0 2%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
}
@media only screen and (min-width: 45em) and (max-width: 767px) {
  .col-md-7 {
    max-width: calc(100% / (12 / 7) - 4% * (12 -7) / 12 + 2 * 4%);
  }
}
@media only screen and (min-width: 45em) and (max-width: 767px) {
  .col-md-7 {
    padding: 0 4%;
  }
}
@media only screen and (min-width: 45em) {
  .col-md-offset-7 {
    margin-left: auto;
  }
  .col-md-8 {
    max-width: calc(100% / (12 / 8) - 4% * (12 - 8) / 12 + 2 * 2%);
    width: calc(100% / (12 / 8) - 4% * (12 - 8) / 12);
    flex-grow: 1;
    padding: 0 2%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
}
@media only screen and (min-width: 45em) and (max-width: 767px) {
  .col-md-8 {
    max-width: calc(100% / (12 / 8) - 4% * (12 -8) / 12 + 2 * 4%);
  }
}
@media only screen and (min-width: 45em) and (max-width: 767px) {
  .col-md-8 {
    padding: 0 4%;
  }
}
@media only screen and (min-width: 45em) {
  .col-md-offset-8 {
    margin-left: auto;
  }
  .col-md-9 {
    max-width: calc(100% / (12 / 9) - 4% * (12 - 9) / 12 + 2 * 2%);
    width: calc(100% / (12 / 9) - 4% * (12 - 9) / 12);
    flex-grow: 1;
    padding: 0 2%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
}
@media only screen and (min-width: 45em) and (max-width: 767px) {
  .col-md-9 {
    max-width: calc(100% / (12 / 9) - 4% * (12 -9) / 12 + 2 * 4%);
  }
}
@media only screen and (min-width: 45em) and (max-width: 767px) {
  .col-md-9 {
    padding: 0 4%;
  }
}
@media only screen and (min-width: 45em) {
  .col-md-offset-9 {
    margin-left: auto;
  }
  .col-md-10 {
    max-width: calc(100% / (12 / 10) - 4% * (12 - 10) / 12 + 2 * 2%);
    width: calc(100% / (12 / 10) - 4% * (12 - 10) / 12);
    flex-grow: 1;
    padding: 0 2%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
}
@media only screen and (min-width: 45em) and (max-width: 767px) {
  .col-md-10 {
    max-width: calc(100% / (12 / 10) - 4% * (12 -10) / 12 + 2 * 4%);
  }
}
@media only screen and (min-width: 45em) and (max-width: 767px) {
  .col-md-10 {
    padding: 0 4%;
  }
}
@media only screen and (min-width: 45em) {
  .col-md-offset-10 {
    margin-left: auto;
  }
  .col-md-11 {
    max-width: calc(100% / (12 / 11) - 4% * (12 - 11) / 12 + 2 * 2%);
    width: calc(100% / (12 / 11) - 4% * (12 - 11) / 12);
    flex-grow: 1;
    padding: 0 2%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
}
@media only screen and (min-width: 45em) and (max-width: 767px) {
  .col-md-11 {
    max-width: calc(100% / (12 / 11) - 4% * (12 -11) / 12 + 2 * 4%);
  }
}
@media only screen and (min-width: 45em) and (max-width: 767px) {
  .col-md-11 {
    padding: 0 4%;
  }
}
@media only screen and (min-width: 45em) {
  .col-md-offset-11 {
    margin-left: auto;
  }
  .col-md-12 {
    max-width: calc(100% + 2 * 2%);
    width: 100%;
    flex-grow: 1;
    padding: 0 2%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
}
@media only screen and (min-width: 45em) and (max-width: 767px) {
  .col-md-12 {
    max-width: calc(100% + 2 * 4%);
  }
}
@media only screen and (min-width: 45em) and (max-width: 767px) {
  .col-md-12 {
    padding: 0 4%;
  }
}
@media only screen and (min-width: 45em) {
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media only screen and (min-width: 60em) {
  .container {
    max-width: 60em;
  }
  .alert.fixed {
    max-width: 60em;
  }
  .col-lg-1 {
    max-width: calc(100% / (12 / 1) - 4% * (12 - 1) / 12 + 2 * 2%);
    width: calc(100% / (12 / 1) - 4% * (12 - 1) / 12);
    flex-grow: 1;
    padding: 0 2%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
}
@media only screen and (min-width: 60em) and (max-width: 767px) {
  .col-lg-1 {
    max-width: calc(100% / (12 / 1) - 4% * (12 -1) / 12 + 2 * 4%);
  }
}
@media only screen and (min-width: 60em) and (max-width: 767px) {
  .col-lg-1 {
    padding: 0 4%;
  }
}
@media only screen and (min-width: 60em) {
  .col-lg-offset-1 {
    margin-left: auto;
  }
  .col-lg-2 {
    max-width: calc(100% / (12 / 2) - 4% * (12 - 2) / 12 + 2 * 2%);
    width: calc(100% / (12 / 2) - 4% * (12 - 2) / 12);
    flex-grow: 1;
    padding: 0 2%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
}
@media only screen and (min-width: 60em) and (max-width: 767px) {
  .col-lg-2 {
    max-width: calc(100% / (12 / 2) - 4% * (12 -2) / 12 + 2 * 4%);
  }
}
@media only screen and (min-width: 60em) and (max-width: 767px) {
  .col-lg-2 {
    padding: 0 4%;
  }
}
@media only screen and (min-width: 60em) {
  .col-lg-offset-2 {
    margin-left: auto;
  }
  .col-lg-3 {
    max-width: calc(100% / (12 / 3) - 4% * (12 - 3) / 12 + 2 * 2%);
    width: calc(100% / (12 / 3) - 4% * (12 - 3) / 12);
    flex-grow: 1;
    padding: 0 2%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
}
@media only screen and (min-width: 60em) and (max-width: 767px) {
  .col-lg-3 {
    max-width: calc(100% / (12 / 3) - 4% * (12 -3) / 12 + 2 * 4%);
  }
}
@media only screen and (min-width: 60em) and (max-width: 767px) {
  .col-lg-3 {
    padding: 0 4%;
  }
}
@media only screen and (min-width: 60em) {
  .col-lg-offset-3 {
    margin-left: auto;
  }
  .col-lg-4 {
    max-width: calc(100% / (12 / 4) - 4% * (12 - 4) / 12 + 2 * 2%);
    width: calc(100% / (12 / 4) - 4% * (12 - 4) / 12);
    flex-grow: 1;
    padding: 0 2%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
}
@media only screen and (min-width: 60em) and (max-width: 767px) {
  .col-lg-4 {
    max-width: calc(100% / (12 / 4) - 4% * (12 -4) / 12 + 2 * 4%);
  }
}
@media only screen and (min-width: 60em) and (max-width: 767px) {
  .col-lg-4 {
    padding: 0 4%;
  }
}
@media only screen and (min-width: 60em) {
  .col-lg-offset-4 {
    margin-left: auto;
  }
  .col-lg-5 {
    max-width: calc(100% / (12 / 5) - 4% * (12 - 5) / 12 + 2 * 2%);
    width: calc(100% / (12 / 5) - 4% * (12 - 5) / 12);
    flex-grow: 1;
    padding: 0 2%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
}
@media only screen and (min-width: 60em) and (max-width: 767px) {
  .col-lg-5 {
    max-width: calc(100% / (12 / 5) - 4% * (12 -5) / 12 + 2 * 4%);
  }
}
@media only screen and (min-width: 60em) and (max-width: 767px) {
  .col-lg-5 {
    padding: 0 4%;
  }
}
@media only screen and (min-width: 60em) {
  .col-lg-offset-5 {
    margin-left: auto;
  }
  .col-lg-6 {
    max-width: calc(100% / (12 / 6) - 4% * (12 - 6) / 12 + 2 * 2%);
    width: calc(100% / (12 / 6) - 4% * (12 - 6) / 12);
    flex-grow: 1;
    padding: 0 2%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
}
@media only screen and (min-width: 60em) and (max-width: 767px) {
  .col-lg-6 {
    max-width: calc(100% / (12 / 6) - 4% * (12 -6) / 12 + 2 * 4%);
  }
}
@media only screen and (min-width: 60em) and (max-width: 767px) {
  .col-lg-6 {
    padding: 0 4%;
  }
}
@media only screen and (min-width: 60em) {
  .col-lg-offset-6 {
    margin-left: auto;
  }
  .col-lg-7 {
    max-width: calc(100% / (12 / 7) - 4% * (12 - 7) / 12 + 2 * 2%);
    width: calc(100% / (12 / 7) - 4% * (12 - 7) / 12);
    flex-grow: 1;
    padding: 0 2%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
}
@media only screen and (min-width: 60em) and (max-width: 767px) {
  .col-lg-7 {
    max-width: calc(100% / (12 / 7) - 4% * (12 -7) / 12 + 2 * 4%);
  }
}
@media only screen and (min-width: 60em) and (max-width: 767px) {
  .col-lg-7 {
    padding: 0 4%;
  }
}
@media only screen and (min-width: 60em) {
  .col-lg-offset-7 {
    margin-left: auto;
  }
  .col-lg-8 {
    max-width: calc(100% / (12 / 8) - 4% * (12 - 8) / 12 + 2 * 2%);
    width: calc(100% / (12 / 8) - 4% * (12 - 8) / 12);
    flex-grow: 1;
    padding: 0 2%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
}
@media only screen and (min-width: 60em) and (max-width: 767px) {
  .col-lg-8 {
    max-width: calc(100% / (12 / 8) - 4% * (12 -8) / 12 + 2 * 4%);
  }
}
@media only screen and (min-width: 60em) and (max-width: 767px) {
  .col-lg-8 {
    padding: 0 4%;
  }
}
@media only screen and (min-width: 60em) {
  .col-lg-offset-8 {
    margin-left: auto;
  }
  .col-lg-9 {
    max-width: calc(100% / (12 / 9) - 4% * (12 - 9) / 12 + 2 * 2%);
    width: calc(100% / (12 / 9) - 4% * (12 - 9) / 12);
    flex-grow: 1;
    padding: 0 2%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
}
@media only screen and (min-width: 60em) and (max-width: 767px) {
  .col-lg-9 {
    max-width: calc(100% / (12 / 9) - 4% * (12 -9) / 12 + 2 * 4%);
  }
}
@media only screen and (min-width: 60em) and (max-width: 767px) {
  .col-lg-9 {
    padding: 0 4%;
  }
}
@media only screen and (min-width: 60em) {
  .col-lg-offset-9 {
    margin-left: auto;
  }
  .col-lg-10 {
    max-width: calc(100% / (12 / 10) - 4% * (12 - 10) / 12 + 2 * 2%);
    width: calc(100% / (12 / 10) - 4% * (12 - 10) / 12);
    flex-grow: 1;
    padding: 0 2%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
}
@media only screen and (min-width: 60em) and (max-width: 767px) {
  .col-lg-10 {
    max-width: calc(100% / (12 / 10) - 4% * (12 -10) / 12 + 2 * 4%);
  }
}
@media only screen and (min-width: 60em) and (max-width: 767px) {
  .col-lg-10 {
    padding: 0 4%;
  }
}
@media only screen and (min-width: 60em) {
  .col-lg-offset-10 {
    margin-left: auto;
  }
  .col-lg-11 {
    max-width: calc(100% / (12 / 11) - 4% * (12 - 11) / 12 + 2 * 2%);
    width: calc(100% / (12 / 11) - 4% * (12 - 11) / 12);
    flex-grow: 1;
    padding: 0 2%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
}
@media only screen and (min-width: 60em) and (max-width: 767px) {
  .col-lg-11 {
    max-width: calc(100% / (12 / 11) - 4% * (12 -11) / 12 + 2 * 4%);
  }
}
@media only screen and (min-width: 60em) and (max-width: 767px) {
  .col-lg-11 {
    padding: 0 4%;
  }
}
@media only screen and (min-width: 60em) {
  .col-lg-offset-11 {
    margin-left: auto;
  }
  .col-lg-12 {
    max-width: calc(100% + 2 * 2%);
    width: 100%;
    flex-grow: 1;
    padding: 0 2%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
}
@media only screen and (min-width: 60em) and (max-width: 767px) {
  .col-lg-12 {
    max-width: calc(100% + 2 * 4%);
  }
}
@media only screen and (min-width: 60em) and (max-width: 767px) {
  .col-lg-12 {
    padding: 0 4%;
  }
}
@media only screen and (min-width: 60em) {
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
@media only screen and (min-width: 75em) {
  .container {
    max-width: 75em;
  }
  .alert.fixed {
    max-width: 75em;
  }
  .col-xl-1 {
    max-width: calc(100% / (12 / 1) - 4% * (12 - 1) / 12 + 2 * 2%);
    width: calc(100% / (12 / 1) - 4% * (12 - 1) / 12);
    flex-grow: 1;
    padding: 0 2%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
}
@media only screen and (min-width: 75em) and (max-width: 767px) {
  .col-xl-1 {
    max-width: calc(100% / (12 / 1) - 4% * (12 -1) / 12 + 2 * 4%);
  }
}
@media only screen and (min-width: 75em) and (max-width: 767px) {
  .col-xl-1 {
    padding: 0 4%;
  }
}
@media only screen and (min-width: 75em) {
  .col-xl-offset-1 {
    margin-left: auto;
  }
  .col-xl-2 {
    max-width: calc(100% / (12 / 2) - 4% * (12 - 2) / 12 + 2 * 2%);
    width: calc(100% / (12 / 2) - 4% * (12 - 2) / 12);
    flex-grow: 1;
    padding: 0 2%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
}
@media only screen and (min-width: 75em) and (max-width: 767px) {
  .col-xl-2 {
    max-width: calc(100% / (12 / 2) - 4% * (12 -2) / 12 + 2 * 4%);
  }
}
@media only screen and (min-width: 75em) and (max-width: 767px) {
  .col-xl-2 {
    padding: 0 4%;
  }
}
@media only screen and (min-width: 75em) {
  .col-xl-offset-2 {
    margin-left: auto;
  }
  .col-xl-3 {
    max-width: calc(100% / (12 / 3) - 4% * (12 - 3) / 12 + 2 * 2%);
    width: calc(100% / (12 / 3) - 4% * (12 - 3) / 12);
    flex-grow: 1;
    padding: 0 2%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
}
@media only screen and (min-width: 75em) and (max-width: 767px) {
  .col-xl-3 {
    max-width: calc(100% / (12 / 3) - 4% * (12 -3) / 12 + 2 * 4%);
  }
}
@media only screen and (min-width: 75em) and (max-width: 767px) {
  .col-xl-3 {
    padding: 0 4%;
  }
}
@media only screen and (min-width: 75em) {
  .col-xl-offset-3 {
    margin-left: auto;
  }
  .col-xl-4 {
    max-width: calc(100% / (12 / 4) - 4% * (12 - 4) / 12 + 2 * 2%);
    width: calc(100% / (12 / 4) - 4% * (12 - 4) / 12);
    flex-grow: 1;
    padding: 0 2%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
}
@media only screen and (min-width: 75em) and (max-width: 767px) {
  .col-xl-4 {
    max-width: calc(100% / (12 / 4) - 4% * (12 -4) / 12 + 2 * 4%);
  }
}
@media only screen and (min-width: 75em) and (max-width: 767px) {
  .col-xl-4 {
    padding: 0 4%;
  }
}
@media only screen and (min-width: 75em) {
  .col-xl-offset-4 {
    margin-left: auto;
  }
  .col-xl-5 {
    max-width: calc(100% / (12 / 5) - 4% * (12 - 5) / 12 + 2 * 2%);
    width: calc(100% / (12 / 5) - 4% * (12 - 5) / 12);
    flex-grow: 1;
    padding: 0 2%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
}
@media only screen and (min-width: 75em) and (max-width: 767px) {
  .col-xl-5 {
    max-width: calc(100% / (12 / 5) - 4% * (12 -5) / 12 + 2 * 4%);
  }
}
@media only screen and (min-width: 75em) and (max-width: 767px) {
  .col-xl-5 {
    padding: 0 4%;
  }
}
@media only screen and (min-width: 75em) {
  .col-xl-offset-5 {
    margin-left: auto;
  }
  .col-xl-6 {
    max-width: calc(100% / (12 / 6) - 4% * (12 - 6) / 12 + 2 * 2%);
    width: calc(100% / (12 / 6) - 4% * (12 - 6) / 12);
    flex-grow: 1;
    padding: 0 2%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
}
@media only screen and (min-width: 75em) and (max-width: 767px) {
  .col-xl-6 {
    max-width: calc(100% / (12 / 6) - 4% * (12 -6) / 12 + 2 * 4%);
  }
}
@media only screen and (min-width: 75em) and (max-width: 767px) {
  .col-xl-6 {
    padding: 0 4%;
  }
}
@media only screen and (min-width: 75em) {
  .col-xl-offset-6 {
    margin-left: auto;
  }
  .col-xl-7 {
    max-width: calc(100% / (12 / 7) - 4% * (12 - 7) / 12 + 2 * 2%);
    width: calc(100% / (12 / 7) - 4% * (12 - 7) / 12);
    flex-grow: 1;
    padding: 0 2%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
}
@media only screen and (min-width: 75em) and (max-width: 767px) {
  .col-xl-7 {
    max-width: calc(100% / (12 / 7) - 4% * (12 -7) / 12 + 2 * 4%);
  }
}
@media only screen and (min-width: 75em) and (max-width: 767px) {
  .col-xl-7 {
    padding: 0 4%;
  }
}
@media only screen and (min-width: 75em) {
  .col-xl-offset-7 {
    margin-left: auto;
  }
  .col-xl-8 {
    max-width: calc(100% / (12 / 8) - 4% * (12 - 8) / 12 + 2 * 2%);
    width: calc(100% / (12 / 8) - 4% * (12 - 8) / 12);
    flex-grow: 1;
    padding: 0 2%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
}
@media only screen and (min-width: 75em) and (max-width: 767px) {
  .col-xl-8 {
    max-width: calc(100% / (12 / 8) - 4% * (12 -8) / 12 + 2 * 4%);
  }
}
@media only screen and (min-width: 75em) and (max-width: 767px) {
  .col-xl-8 {
    padding: 0 4%;
  }
}
@media only screen and (min-width: 75em) {
  .col-xl-offset-8 {
    margin-left: auto;
  }
  .col-xl-9 {
    max-width: calc(100% / (12 / 9) - 4% * (12 - 9) / 12 + 2 * 2%);
    width: calc(100% / (12 / 9) - 4% * (12 - 9) / 12);
    flex-grow: 1;
    padding: 0 2%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
}
@media only screen and (min-width: 75em) and (max-width: 767px) {
  .col-xl-9 {
    max-width: calc(100% / (12 / 9) - 4% * (12 -9) / 12 + 2 * 4%);
  }
}
@media only screen and (min-width: 75em) and (max-width: 767px) {
  .col-xl-9 {
    padding: 0 4%;
  }
}
@media only screen and (min-width: 75em) {
  .col-xl-offset-9 {
    margin-left: auto;
  }
  .col-xl-10 {
    max-width: calc(100% / (12 / 10) - 4% * (12 - 10) / 12 + 2 * 2%);
    width: calc(100% / (12 / 10) - 4% * (12 - 10) / 12);
    flex-grow: 1;
    padding: 0 2%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
}
@media only screen and (min-width: 75em) and (max-width: 767px) {
  .col-xl-10 {
    max-width: calc(100% / (12 / 10) - 4% * (12 -10) / 12 + 2 * 4%);
  }
}
@media only screen and (min-width: 75em) and (max-width: 767px) {
  .col-xl-10 {
    padding: 0 4%;
  }
}
@media only screen and (min-width: 75em) {
  .col-xl-offset-10 {
    margin-left: auto;
  }
  .col-xl-11 {
    max-width: calc(100% / (12 / 11) - 4% * (12 - 11) / 12 + 2 * 2%);
    width: calc(100% / (12 / 11) - 4% * (12 - 11) / 12);
    flex-grow: 1;
    padding: 0 2%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
}
@media only screen and (min-width: 75em) and (max-width: 767px) {
  .col-xl-11 {
    max-width: calc(100% / (12 / 11) - 4% * (12 -11) / 12 + 2 * 4%);
  }
}
@media only screen and (min-width: 75em) and (max-width: 767px) {
  .col-xl-11 {
    padding: 0 4%;
  }
}
@media only screen and (min-width: 75em) {
  .col-xl-offset-11 {
    margin-left: auto;
  }
  .col-xl-12 {
    max-width: calc(100% + 2 * 2%);
    width: 100%;
    flex-grow: 1;
    padding: 0 2%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
}
@media only screen and (min-width: 75em) and (max-width: 767px) {
  .col-xl-12 {
    max-width: calc(100% + 2 * 4%);
  }
}
@media only screen and (min-width: 75em) and (max-width: 767px) {
  .col-xl-12 {
    padding: 0 4%;
  }
}
@media only screen and (min-width: 75em) {
  .col-xl-offset-0 {
    margin-left: 0;
  }
}
@media only screen and (min-width: 90em) {
  .container {
    max-width: 75em;
  }
  .alert.fixed {
    max-width: 75em;
  }
  .col-wd-1 {
    max-width: calc(100% / (12 / 1) - 4% * (12 - 1) / 12 + 2 * 2%);
    width: calc(100% / (12 / 1) - 4% * (12 - 1) / 12);
    flex-grow: 1;
    padding: 0 2%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
}
@media only screen and (min-width: 90em) and (max-width: 767px) {
  .col-wd-1 {
    max-width: calc(100% / (12 / 1) - 4% * (12 -1) / 12 + 2 * 4%);
  }
}
@media only screen and (min-width: 90em) and (max-width: 767px) {
  .col-wd-1 {
    padding: 0 4%;
  }
}
@media only screen and (min-width: 90em) {
  .col-wd-offset-1 {
    margin-left: auto;
  }
  .col-wd-2 {
    max-width: calc(100% / (12 / 2) - 4% * (12 - 2) / 12 + 2 * 2%);
    width: calc(100% / (12 / 2) - 4% * (12 - 2) / 12);
    flex-grow: 1;
    padding: 0 2%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
}
@media only screen and (min-width: 90em) and (max-width: 767px) {
  .col-wd-2 {
    max-width: calc(100% / (12 / 2) - 4% * (12 -2) / 12 + 2 * 4%);
  }
}
@media only screen and (min-width: 90em) and (max-width: 767px) {
  .col-wd-2 {
    padding: 0 4%;
  }
}
@media only screen and (min-width: 90em) {
  .col-wd-offset-2 {
    margin-left: auto;
  }
  .col-wd-3 {
    max-width: calc(100% / (12 / 3) - 4% * (12 - 3) / 12 + 2 * 2%);
    width: calc(100% / (12 / 3) - 4% * (12 - 3) / 12);
    flex-grow: 1;
    padding: 0 2%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
}
@media only screen and (min-width: 90em) and (max-width: 767px) {
  .col-wd-3 {
    max-width: calc(100% / (12 / 3) - 4% * (12 -3) / 12 + 2 * 4%);
  }
}
@media only screen and (min-width: 90em) and (max-width: 767px) {
  .col-wd-3 {
    padding: 0 4%;
  }
}
@media only screen and (min-width: 90em) {
  .col-wd-offset-3 {
    margin-left: auto;
  }
  .col-wd-4 {
    max-width: calc(100% / (12 / 4) - 4% * (12 - 4) / 12 + 2 * 2%);
    width: calc(100% / (12 / 4) - 4% * (12 - 4) / 12);
    flex-grow: 1;
    padding: 0 2%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
}
@media only screen and (min-width: 90em) and (max-width: 767px) {
  .col-wd-4 {
    max-width: calc(100% / (12 / 4) - 4% * (12 -4) / 12 + 2 * 4%);
  }
}
@media only screen and (min-width: 90em) and (max-width: 767px) {
  .col-wd-4 {
    padding: 0 4%;
  }
}
@media only screen and (min-width: 90em) {
  .col-wd-offset-4 {
    margin-left: auto;
  }
  .col-wd-5 {
    max-width: calc(100% / (12 / 5) - 4% * (12 - 5) / 12 + 2 * 2%);
    width: calc(100% / (12 / 5) - 4% * (12 - 5) / 12);
    flex-grow: 1;
    padding: 0 2%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
}
@media only screen and (min-width: 90em) and (max-width: 767px) {
  .col-wd-5 {
    max-width: calc(100% / (12 / 5) - 4% * (12 -5) / 12 + 2 * 4%);
  }
}
@media only screen and (min-width: 90em) and (max-width: 767px) {
  .col-wd-5 {
    padding: 0 4%;
  }
}
@media only screen and (min-width: 90em) {
  .col-wd-offset-5 {
    margin-left: auto;
  }
  .col-wd-6 {
    max-width: calc(100% / (12 / 6) - 4% * (12 - 6) / 12 + 2 * 2%);
    width: calc(100% / (12 / 6) - 4% * (12 - 6) / 12);
    flex-grow: 1;
    padding: 0 2%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
}
@media only screen and (min-width: 90em) and (max-width: 767px) {
  .col-wd-6 {
    max-width: calc(100% / (12 / 6) - 4% * (12 -6) / 12 + 2 * 4%);
  }
}
@media only screen and (min-width: 90em) and (max-width: 767px) {
  .col-wd-6 {
    padding: 0 4%;
  }
}
@media only screen and (min-width: 90em) {
  .col-wd-offset-6 {
    margin-left: auto;
  }
  .col-wd-7 {
    max-width: calc(100% / (12 / 7) - 4% * (12 - 7) / 12 + 2 * 2%);
    width: calc(100% / (12 / 7) - 4% * (12 - 7) / 12);
    flex-grow: 1;
    padding: 0 2%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
}
@media only screen and (min-width: 90em) and (max-width: 767px) {
  .col-wd-7 {
    max-width: calc(100% / (12 / 7) - 4% * (12 -7) / 12 + 2 * 4%);
  }
}
@media only screen and (min-width: 90em) and (max-width: 767px) {
  .col-wd-7 {
    padding: 0 4%;
  }
}
@media only screen and (min-width: 90em) {
  .col-wd-offset-7 {
    margin-left: auto;
  }
  .col-wd-8 {
    max-width: calc(100% / (12 / 8) - 4% * (12 - 8) / 12 + 2 * 2%);
    width: calc(100% / (12 / 8) - 4% * (12 - 8) / 12);
    flex-grow: 1;
    padding: 0 2%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
}
@media only screen and (min-width: 90em) and (max-width: 767px) {
  .col-wd-8 {
    max-width: calc(100% / (12 / 8) - 4% * (12 -8) / 12 + 2 * 4%);
  }
}
@media only screen and (min-width: 90em) and (max-width: 767px) {
  .col-wd-8 {
    padding: 0 4%;
  }
}
@media only screen and (min-width: 90em) {
  .col-wd-offset-8 {
    margin-left: auto;
  }
  .col-wd-9 {
    max-width: calc(100% / (12 / 9) - 4% * (12 - 9) / 12 + 2 * 2%);
    width: calc(100% / (12 / 9) - 4% * (12 - 9) / 12);
    flex-grow: 1;
    padding: 0 2%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
}
@media only screen and (min-width: 90em) and (max-width: 767px) {
  .col-wd-9 {
    max-width: calc(100% / (12 / 9) - 4% * (12 -9) / 12 + 2 * 4%);
  }
}
@media only screen and (min-width: 90em) and (max-width: 767px) {
  .col-wd-9 {
    padding: 0 4%;
  }
}
@media only screen and (min-width: 90em) {
  .col-wd-offset-9 {
    margin-left: auto;
  }
  .col-wd-10 {
    max-width: calc(100% / (12 / 10) - 4% * (12 - 10) / 12 + 2 * 2%);
    width: calc(100% / (12 / 10) - 4% * (12 - 10) / 12);
    flex-grow: 1;
    padding: 0 2%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
}
@media only screen and (min-width: 90em) and (max-width: 767px) {
  .col-wd-10 {
    max-width: calc(100% / (12 / 10) - 4% * (12 -10) / 12 + 2 * 4%);
  }
}
@media only screen and (min-width: 90em) and (max-width: 767px) {
  .col-wd-10 {
    padding: 0 4%;
  }
}
@media only screen and (min-width: 90em) {
  .col-wd-offset-10 {
    margin-left: auto;
  }
  .col-wd-11 {
    max-width: calc(100% / (12 / 11) - 4% * (12 - 11) / 12 + 2 * 2%);
    width: calc(100% / (12 / 11) - 4% * (12 - 11) / 12);
    flex-grow: 1;
    padding: 0 2%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
}
@media only screen and (min-width: 90em) and (max-width: 767px) {
  .col-wd-11 {
    max-width: calc(100% / (12 / 11) - 4% * (12 -11) / 12 + 2 * 4%);
  }
}
@media only screen and (min-width: 90em) and (max-width: 767px) {
  .col-wd-11 {
    padding: 0 4%;
  }
}
@media only screen and (min-width: 90em) {
  .col-wd-offset-11 {
    margin-left: auto;
  }
  .col-wd-12 {
    max-width: calc(100% + 2 * 2%);
    width: 100%;
    flex-grow: 1;
    padding: 0 2%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
}
@media only screen and (min-width: 90em) and (max-width: 767px) {
  .col-wd-12 {
    max-width: calc(100% + 2 * 4%);
  }
}
@media only screen and (min-width: 90em) and (max-width: 767px) {
  .col-wd-12 {
    padding: 0 4%;
  }
}
@media only screen and (min-width: 90em) {
  .col-wd-offset-0 {
    margin-left: 0;
  }
}
.ult-content-box-container .ult-content-box {
  height: 100%;
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
}
.ult-content-box-container .ult-content-box > div {
  width: 100%;
}

.vc_row .vc_row {
  margin-left: 0;
  margin-right: 0;
}

@media (min-width: 850px) and (max-width: 960px) {
  .container {
    margin: 0px;
    max-width: 100%;
  }
}
.m-0 {
  margin: 0px !important;
}

.m-1 {
  margin: 4px !important;
}

.m-2 {
  margin: 8px !important;
}

.m-3 {
  margin: 12px !important;
}

.m-4 {
  margin: 16px !important;
}

.m-5 {
  margin: 20px !important;
}

.m-6 {
  margin: 24px !important;
}

.m-7 {
  margin: 28px !important;
}

.m-8 {
  margin: 32px !important;
}

.m-9 {
  margin: 36px !important;
}

.m-10 {
  margin: 40px !important;
}

.m-11 {
  margin: 44px !important;
}

.m-12 {
  margin: 48px !important;
}

.m-13 {
  margin: 52px !important;
}

.m-14 {
  margin: 56px !important;
}

.m-15 {
  margin: 60px !important;
}

.m-16 {
  margin: 64px !important;
}

.m-17 {
  margin: 68px !important;
}

.m-18 {
  margin: 72px !important;
}

.m-19 {
  margin: 76px !important;
}

.m-20 {
  margin: 80px !important;
}

.mx-0 {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.mx-1 {
  margin-left: 4px !important;
  margin-right: 4px !important;
}

.mx-2 {
  margin-left: 8px !important;
  margin-right: 8px !important;
}

.mx-3 {
  margin-left: 12px !important;
  margin-right: 12px !important;
}

.mx-4 {
  margin-left: 16px !important;
  margin-right: 16px !important;
}

.mx-5 {
  margin-left: 20px !important;
  margin-right: 20px !important;
}

.mx-6 {
  margin-left: 24px !important;
  margin-right: 24px !important;
}

.mx-7 {
  margin-left: 28px !important;
  margin-right: 28px !important;
}

.mx-8 {
  margin-left: 32px !important;
  margin-right: 32px !important;
}

.mx-9 {
  margin-left: 36px !important;
  margin-right: 36px !important;
}

.mx-10 {
  margin-left: 40px !important;
  margin-right: 40px !important;
}

.mx-11 {
  margin-left: 44px !important;
  margin-right: 44px !important;
}

.mx-12 {
  margin-left: 48px !important;
  margin-right: 48px !important;
}

.mx-13 {
  margin-left: 52px !important;
  margin-right: 52px !important;
}

.mx-14 {
  margin-left: 56px !important;
  margin-right: 56px !important;
}

.mx-15 {
  margin-left: 60px !important;
  margin-right: 60px !important;
}

.mx-16 {
  margin-left: 64px !important;
  margin-right: 64px !important;
}

.mx-17 {
  margin-left: 68px !important;
  margin-right: 68px !important;
}

.mx-18 {
  margin-left: 72px !important;
  margin-right: 72px !important;
}

.mx-19 {
  margin-left: 76px !important;
  margin-right: 76px !important;
}

.mx-20 {
  margin-left: 80px !important;
  margin-right: 80px !important;
}

.my-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.my-1 {
  margin-top: 4px !important;
  margin-bottom: 4px !important;
}

.my-2 {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}

.my-3 {
  margin-top: 12px !important;
  margin-bottom: 12px !important;
}

.my-4 {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}

.my-5 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.my-6 {
  margin-top: 24px !important;
  margin-bottom: 24px !important;
}

.my-7 {
  margin-top: 28px !important;
  margin-bottom: 28px !important;
}

.my-8 {
  margin-top: 32px !important;
  margin-bottom: 32px !important;
}

.my-9 {
  margin-top: 36px !important;
  margin-bottom: 36px !important;
}

.my-10 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

.my-11 {
  margin-top: 44px !important;
  margin-bottom: 44px !important;
}

.my-12 {
  margin-top: 48px !important;
  margin-bottom: 48px !important;
}

.my-13 {
  margin-top: 52px !important;
  margin-bottom: 52px !important;
}

.my-14 {
  margin-top: 56px !important;
  margin-bottom: 56px !important;
}

.my-15 {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}

.my-16 {
  margin-top: 64px !important;
  margin-bottom: 64px !important;
}

.my-17 {
  margin-top: 68px !important;
  margin-bottom: 68px !important;
}

.my-18 {
  margin-top: 72px !important;
  margin-bottom: 72px !important;
}

.my-19 {
  margin-top: 76px !important;
  margin-bottom: 76px !important;
}

.my-20 {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}

.mt-0 {
  margin-top: 0px !important;
}

.mt-1 {
  margin-top: 4px !important;
}

.mt-2 {
  margin-top: 8px !important;
}

.mt-3 {
  margin-top: 12px !important;
}

.mt-4 {
  margin-top: 16px !important;
}

.mt-5 {
  margin-top: 20px !important;
}

.mt-6 {
  margin-top: 24px !important;
}

.mt-7 {
  margin-top: 28px !important;
}

.mt-8 {
  margin-top: 32px !important;
}

.mt-9 {
  margin-top: 36px !important;
}

.mt-10 {
  margin-top: 40px !important;
}

.mt-11 {
  margin-top: 44px !important;
}

.mt-12 {
  margin-top: 48px !important;
}

.mt-13 {
  margin-top: 52px !important;
}

.mt-14 {
  margin-top: 56px !important;
}

.mt-15 {
  margin-top: 60px !important;
}

.mt-16 {
  margin-top: 64px !important;
}

.mt-17 {
  margin-top: 68px !important;
}

.mt-18 {
  margin-top: 72px !important;
}

.mt-19 {
  margin-top: 76px !important;
}

.mt-20 {
  margin-top: 80px !important;
}

.ml-0 {
  margin-left: 0px !important;
}

.ml-1 {
  margin-left: 4px !important;
}

.ml-2 {
  margin-left: 8px !important;
}

.ml-3 {
  margin-left: 12px !important;
}

.ml-4 {
  margin-left: 16px !important;
}

.ml-5 {
  margin-left: 20px !important;
}

.ml-6 {
  margin-left: 24px !important;
}

.ml-7 {
  margin-left: 28px !important;
}

.ml-8 {
  margin-left: 32px !important;
}

.ml-9 {
  margin-left: 36px !important;
}

.ml-10 {
  margin-left: 40px !important;
}

.ml-11 {
  margin-left: 44px !important;
}

.ml-12 {
  margin-left: 48px !important;
}

.ml-13 {
  margin-left: 52px !important;
}

.ml-14 {
  margin-left: 56px !important;
}

.ml-15 {
  margin-left: 60px !important;
}

.ml-16 {
  margin-left: 64px !important;
}

.ml-17 {
  margin-left: 68px !important;
}

.ml-18 {
  margin-left: 72px !important;
}

.ml-19 {
  margin-left: 76px !important;
}

.ml-20 {
  margin-left: 80px !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.mb-1 {
  margin-bottom: 4px !important;
}

.mb-2 {
  margin-bottom: 8px !important;
}

.mb-3 {
  margin-bottom: 12px !important;
}

.mb-4 {
  margin-bottom: 16px !important;
}

.mb-5 {
  margin-bottom: 20px !important;
}

.mb-6 {
  margin-bottom: 24px !important;
}

.mb-7 {
  margin-bottom: 28px !important;
}

.mb-8 {
  margin-bottom: 32px !important;
}

.mb-9 {
  margin-bottom: 36px !important;
}

.mb-10 {
  margin-bottom: 40px !important;
}

.mb-11 {
  margin-bottom: 44px !important;
}

.mb-12 {
  margin-bottom: 48px !important;
}

.mb-13 {
  margin-bottom: 52px !important;
}

.mb-14 {
  margin-bottom: 56px !important;
}

.mb-15 {
  margin-bottom: 60px !important;
}

.mb-16 {
  margin-bottom: 64px !important;
}

.mb-17 {
  margin-bottom: 68px !important;
}

.mb-18 {
  margin-bottom: 72px !important;
}

.mb-19 {
  margin-bottom: 76px !important;
}

.mb-20 {
  margin-bottom: 80px !important;
}

.mr-0 {
  margin-right: 0px !important;
}

.mr-1 {
  margin-right: 4px !important;
}

.mr-2 {
  margin-right: 8px !important;
}

.mr-3 {
  margin-right: 12px !important;
}

.mr-4 {
  margin-right: 16px !important;
}

.mr-5 {
  margin-right: 20px !important;
}

.mr-6 {
  margin-right: 24px !important;
}

.mr-7 {
  margin-right: 28px !important;
}

.mr-8 {
  margin-right: 32px !important;
}

.mr-9 {
  margin-right: 36px !important;
}

.mr-10 {
  margin-right: 40px !important;
}

.mr-11 {
  margin-right: 44px !important;
}

.mr-12 {
  margin-right: 48px !important;
}

.mr-13 {
  margin-right: 52px !important;
}

.mr-14 {
  margin-right: 56px !important;
}

.mr-15 {
  margin-right: 60px !important;
}

.mr-16 {
  margin-right: 64px !important;
}

.mr-17 {
  margin-right: 68px !important;
}

.mr-18 {
  margin-right: 72px !important;
}

.mr-19 {
  margin-right: 76px !important;
}

.mr-20 {
  margin-right: 80px !important;
}

.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}

.mx-auto {
  margin-right: auto;
  margin-left: auto;
}

.mt-auto {
  margin-top: auto;
}

.mr-auto {
  margin-right: auto;
}

.mb-auto {
  margin-bottom: auto;
}

.ml-auto {
  margin-left: auto;
}

.p-0 {
  padding: 0px !important;
}

.p-1 {
  padding: 4px !important;
}

.p-2 {
  padding: 8px !important;
}

.p-3 {
  padding: 12px !important;
}

.p-4 {
  padding: 16px !important;
}

.p-5 {
  padding: 20px !important;
}

.p-6 {
  padding: 24px !important;
}

.p-7 {
  padding: 28px !important;
}

.p-8 {
  padding: 32px !important;
}

.p-9 {
  padding: 36px !important;
}

.p-10 {
  padding: 40px !important;
}

.p-11 {
  padding: 44px !important;
}

.p-12 {
  padding: 48px !important;
}

.p-13 {
  padding: 52px !important;
}

.p-14 {
  padding: 56px !important;
}

.p-15 {
  padding: 60px !important;
}

.p-16 {
  padding: 64px !important;
}

.p-17 {
  padding: 68px !important;
}

.p-18 {
  padding: 72px !important;
}

.p-19 {
  padding: 76px !important;
}

.p-20 {
  padding: 80px !important;
}

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

.px-1 {
  padding-left: 4px !important;
  padding-right: 4px !important;
}

.px-2 {
  padding-left: 8px !important;
  padding-right: 8px !important;
}

.px-3 {
  padding-left: 12px !important;
  padding-right: 12px !important;
}

.px-4 {
  padding-left: 16px !important;
  padding-right: 16px !important;
}

.px-5 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.px-6 {
  padding-left: 24px !important;
  padding-right: 24px !important;
}

.px-7 {
  padding-left: 28px !important;
  padding-right: 28px !important;
}

.px-8 {
  padding-left: 32px !important;
  padding-right: 32px !important;
}

.px-9 {
  padding-left: 36px !important;
  padding-right: 36px !important;
}

.px-10 {
  padding-left: 40px !important;
  padding-right: 40px !important;
}

.px-11 {
  padding-left: 44px !important;
  padding-right: 44px !important;
}

.px-12 {
  padding-left: 48px !important;
  padding-right: 48px !important;
}

.px-13 {
  padding-left: 52px !important;
  padding-right: 52px !important;
}

.px-14 {
  padding-left: 56px !important;
  padding-right: 56px !important;
}

.px-15 {
  padding-left: 60px !important;
  padding-right: 60px !important;
}

.px-16 {
  padding-left: 64px !important;
  padding-right: 64px !important;
}

.px-17 {
  padding-left: 68px !important;
  padding-right: 68px !important;
}

.px-18 {
  padding-left: 72px !important;
  padding-right: 72px !important;
}

.px-19 {
  padding-left: 76px !important;
  padding-right: 76px !important;
}

.px-20 {
  padding-left: 80px !important;
  padding-right: 80px !important;
}

.py-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.py-1 {
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}

.py-2 {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

.py-3 {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}

.py-4 {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}

.py-5 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.py-6 {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}

.py-7 {
  padding-top: 28px !important;
  padding-bottom: 28px !important;
}

.py-8 {
  padding-top: 32px !important;
  padding-bottom: 32px !important;
}

.py-9 {
  padding-top: 36px !important;
  padding-bottom: 36px !important;
}

.py-10 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.py-11 {
  padding-top: 44px !important;
  padding-bottom: 44px !important;
}

.py-12 {
  padding-top: 48px !important;
  padding-bottom: 48px !important;
}

.py-13 {
  padding-top: 52px !important;
  padding-bottom: 52px !important;
}

.py-14 {
  padding-top: 56px !important;
  padding-bottom: 56px !important;
}

.py-15 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.py-16 {
  padding-top: 64px !important;
  padding-bottom: 64px !important;
}

.py-17 {
  padding-top: 68px !important;
  padding-bottom: 68px !important;
}

.py-18 {
  padding-top: 72px !important;
  padding-bottom: 72px !important;
}

.py-19 {
  padding-top: 76px !important;
  padding-bottom: 76px !important;
}

.py-20 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

.pt-0 {
  padding-top: 0px !important;
}

.pt-1 {
  padding-top: 4px !important;
}

.pt-2 {
  padding-top: 8px !important;
}

.pt-3 {
  padding-top: 12px !important;
}

.pt-4 {
  padding-top: 16px !important;
}

.pt-5 {
  padding-top: 20px !important;
}

.pt-6 {
  padding-top: 24px !important;
}

.pt-7 {
  padding-top: 28px !important;
}

.pt-8 {
  padding-top: 32px !important;
}

.pt-9 {
  padding-top: 36px !important;
}

.pt-10 {
  padding-top: 40px !important;
}

.pt-11 {
  padding-top: 44px !important;
}

.pt-12 {
  padding-top: 48px !important;
}

.pt-13 {
  padding-top: 52px !important;
}

.pt-14 {
  padding-top: 56px !important;
}

.pt-15 {
  padding-top: 60px !important;
}

.pt-16 {
  padding-top: 64px !important;
}

.pt-17 {
  padding-top: 68px !important;
}

.pt-18 {
  padding-top: 72px !important;
}

.pt-19 {
  padding-top: 76px !important;
}

.pt-20 {
  padding-top: 80px !important;
}

.pl-0 {
  padding-left: 0px !important;
}

.pl-1 {
  padding-left: 4px !important;
}

.pl-2 {
  padding-left: 8px !important;
}

.pl-3 {
  padding-left: 12px !important;
}

.pl-4 {
  padding-left: 16px !important;
}

.pl-5 {
  padding-left: 20px !important;
}

.pl-6 {
  padding-left: 24px !important;
}

.pl-7 {
  padding-left: 28px !important;
}

.pl-8 {
  padding-left: 32px !important;
}

.pl-9 {
  padding-left: 36px !important;
}

.pl-10 {
  padding-left: 40px !important;
}

.pl-11 {
  padding-left: 44px !important;
}

.pl-12 {
  padding-left: 48px !important;
}

.pl-13 {
  padding-left: 52px !important;
}

.pl-14 {
  padding-left: 56px !important;
}

.pl-15 {
  padding-left: 60px !important;
}

.pl-16 {
  padding-left: 64px !important;
}

.pl-17 {
  padding-left: 68px !important;
}

.pl-18 {
  padding-left: 72px !important;
}

.pl-19 {
  padding-left: 76px !important;
}

.pl-20 {
  padding-left: 80px !important;
}

.pb-0 {
  padding-bottom: 0px !important;
}

.pb-1 {
  padding-bottom: 4px !important;
}

.pb-2 {
  padding-bottom: 8px !important;
}

.pb-3 {
  padding-bottom: 12px !important;
}

.pb-4 {
  padding-bottom: 16px !important;
}

.pb-5 {
  padding-bottom: 20px !important;
}

.pb-6 {
  padding-bottom: 24px !important;
}

.pb-7 {
  padding-bottom: 28px !important;
}

.pb-8 {
  padding-bottom: 32px !important;
}

.pb-9 {
  padding-bottom: 36px !important;
}

.pb-10 {
  padding-bottom: 40px !important;
}

.pb-11 {
  padding-bottom: 44px !important;
}

.pb-12 {
  padding-bottom: 48px !important;
}

.pb-13 {
  padding-bottom: 52px !important;
}

.pb-14 {
  padding-bottom: 56px !important;
}

.pb-15 {
  padding-bottom: 60px !important;
}

.pb-16 {
  padding-bottom: 64px !important;
}

.pb-17 {
  padding-bottom: 68px !important;
}

.pb-18 {
  padding-bottom: 72px !important;
}

.pb-19 {
  padding-bottom: 76px !important;
}

.pb-20 {
  padding-bottom: 80px !important;
}

.pr-0 {
  padding-right: 0px !important;
}

.pr-1 {
  padding-right: 4px !important;
}

.pr-2 {
  padding-right: 8px !important;
}

.pr-3 {
  padding-right: 12px !important;
}

.pr-4 {
  padding-right: 16px !important;
}

.pr-5 {
  padding-right: 20px !important;
}

.pr-6 {
  padding-right: 24px !important;
}

.pr-7 {
  padding-right: 28px !important;
}

.pr-8 {
  padding-right: 32px !important;
}

.pr-9 {
  padding-right: 36px !important;
}

.pr-10 {
  padding-right: 40px !important;
}

.pr-11 {
  padding-right: 44px !important;
}

.pr-12 {
  padding-right: 48px !important;
}

.pr-13 {
  padding-right: 52px !important;
}

.pr-14 {
  padding-right: 56px !important;
}

.pr-15 {
  padding-right: 60px !important;
}

.pr-16 {
  padding-right: 64px !important;
}

.pr-17 {
  padding-right: 68px !important;
}

.pr-18 {
  padding-right: 72px !important;
}

.pr-19 {
  padding-right: 76px !important;
}

.pr-20 {
  padding-right: 80px !important;
}

div[class^=m]:empty, div[class*=p]:empty,
article[class^=m]:empty, article[class*=p]:empty,
section[class^=m]:empty, section[class*=p]:empty,
aside[class^=m]:empty, aside[class*=p]:empty,
div[class^=m]:empty, div[class*=p]:empty,
span[class^=m]:empty, span[class*=p]:empty {
  display: none;
}

.boxSizing--borderBox {
  box-sizing: border-box;
}
.boxSizing--contentBox {
  box-sizing: content-box;
}
.boxSizing--inherit {
  box-sizing: inherit;
}
.boxSizing--unset {
  box-sizing: unset;
}

.height__viewport--full {
  height: 100vw;
}
.height__viewport--half {
  height: 50vw;
}
.height__viewport--third {
  height: 33vw;
}
.height__percent--full {
  height: 100%;
}
.height__percent--half {
  height: 50%;
}
.height__percent--third {
  height: 33.333%;
}
.height--auto {
  height: auto;
}
.height--inherit {
  height: inherit;
}

.width__viewport--full {
  width: 100vw;
}
.width__viewport--half {
  width: 50vw;
}
.width__viewport--third {
  width: 33vw;
}
.width__percent--full {
  width: 100%;
}
.width__percent--half {
  width: 50%;
}
.width__percent--third {
  width: 33.333%;
}
.width--auto {
  width: auto;
}
.width--inherit {
  width: inherit;
}

.bg--black {
  background-color: #000000;
  color: #ffffff;
}

.bg--white {
  background-color: #ffffff;
  color: #000000;
}

.bg--petrol {
  background-color: #00787a;
}

.bg--petrolPale {
  background-color: #e1f0eb;
}

.bg--petrolHover {
  background-color: #008c91;
}

.bg--petrolLight {
  background-color: #a5dcd7;
}

.bg--petrolDark {
  background-color: #003c3c;
}

.bg--lime {
  background-color: #d2e100;
}

.bg--limeLight {
  background-color: #d7eb00;
}

.bg--green {
  background-color: #1e8200;
  color: #ffffff;
}

.bg--greenLight {
  background-color: #d2e6cc;
}

.bg--greenDark {
  background-color: #155b00;
  color: #ffffff;
}

.bg--red {
  background-color: #c30000;
  color: #ffffff;
}

.bg--redLight {
  background-color: #edb3b3;
}

.bg--redDark {
  background-color: #890000;
  color: #ffffff;
}

.bg--orange {
  background-color: #eb7300;
}

.bg--orangeLight {
  background-color: #f9d5b3;
}

.bg--orangeDark {
  background-color: #a55100;
  color: #ffffff;
}

.bg--yellow {
  background-color: #ffe000;
  color: #000000;
}

.bg--yellowLight {
  background-color: #ffed50;
  color: #000000;
}

.bg--yellowDark {
  background-color: #b39d00;
  color: #000000;
}

.bg--primary {
  background-color: #d2e100;
}

.success {
  background: #d2e6cc;
  border-left: 4px solid #1e8200;
  box-sizing: border-box;
  color: #000000;
  padding: 8px 8px 8px 16px;
}

.error {
  background: #edb3b3;
  border-left: 4px solid #c30000;
  box-sizing: border-box;
  color: #000000;
  padding: 8px 8px 8px 16px;
}

.warning {
  background: #f9d5b3;
  border-left: 4px solid #eb7300;
  box-sizing: border-box;
  color: #000000;
  padding: 8px 8px 8px 16px;
}

.information {
  background: #e4e4e4;
  border-left: 4px solid #aaaaaa;
  box-sizing: border-box;
  color: #000000;
  padding: 8px 8px 8px 16px;
}

.success.small,
.error.small,
.warning.small,
.information.small {
  font-size: 14px;
  padding: 4px 4px 4px 8px;
}

img {
  border: 0;
  display: block;
  margin: 1rem 0;
  object-fit: cover;
  max-width: 100%;
  border-radius: 4px;
  /* hiding images not loaded or set */
}
img[src=""], img:not[src] {
  opacity: 0;
}
img.img__fit--cover {
  object-fit: cover;
}
img.img__fit--fill {
  object-fit: fill;
}
img.img__fit--contain {
  object-fit: contain;
}
img.img__fit--scaleDown {
  object-fit: scale-down;
}
img.img__fit--none {
  object-fit: none;
}
img.img__fit--inherit {
  object-fit: inherit;
}

.display__none {
  display: none;
}
@media screen and (max-width: 767px) {
  .display__none--xs {
    display: none !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .display__none--sm {
    display: none !important;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .display__none--md {
    display: none !important;
  }
}
@media screen and (min-width: 1200px) and (max-width: 100vw) {
  .display__none--lg {
    display: none !important;
  }
}
@media screen and (min-width: 1200px) and (max-width: 100vw) {
  .display__none--xl {
    display: none !important;
  }
}
@media screen and (min-width: 90em) {
  .display__none--wide {
    display: none !important;
  }
}
.display__block {
  display: block;
}
@media screen and (max-width: 767px) {
  .display__block--xs {
    display: block !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .display__block--sm {
    display: block !important;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .display__block--md {
    display: block !important;
  }
}
@media screen and (min-width: 1200px) and (max-width: 100vw) {
  .display__block--lg {
    display: block !important;
  }
}
@media screen and (min-width: 1200px) and (max-width: 100vw) {
  .display__block--xl {
    display: block !important;
  }
}
@media screen and (min-width: 90em) {
  .display__block--wide {
    display: block !important;
  }
}
.display__inline {
  display: inline;
}
@media screen and (max-width: 767px) {
  .display__inline--xs {
    display: inline !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .display__inline--sm {
    display: inline !important;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .display__inline--md {
    display: inline !important;
  }
}
@media screen and (min-width: 1200px) and (max-width: 100vw) {
  .display__inline--lg {
    display: inline !important;
  }
}
@media screen and (min-width: 1200px) and (max-width: 100vw) {
  .display__inline--xl {
    display: inline !important;
  }
}
@media screen and (min-width: 90em) {
  .display__inline--wide {
    display: inline !important;
  }
}
.display__inlineblock {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .display__inlineblock--xs {
    display: inline-block !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .display__inlineblock--sm {
    display: inline-block !important;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .display__inlineblock--md {
    display: inline-block !important;
  }
}
@media screen and (min-width: 1200px) and (max-width: 100vw) {
  .display__inlineblock--lg {
    display: inline-block !important;
  }
}
@media screen and (min-width: 1200px) and (max-width: 100vw) {
  .display__inlineblock--xl {
    display: inline-block !important;
  }
}
@media screen and (min-width: 90em) {
  .display__inlineblock--wide {
    display: inline-block !important;
  }
}
.display__flex {
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
}
@media screen and (max-width: 991px) {
  .display__flex--mobile {
    flex-flow: row wrap !important;
  }
  .display__flex--mobile > * {
    width: 100%;
  }
}
.display__flexRow {
  flex-direction: row;
}
.display__flexColumn {
  flex-direction: column;
}
.display__flexWrap {
  flex-flow: wrap;
}
.display__flexNowrap {
  flex-flow: nowrap;
}
.display__flexSpacebetween {
  justify-content: space-between;
}
.display__flexSpaceaorund {
  justify-content: space-around;
}
.display__flexSpaceevenly {
  justify-content: space-evenly;
}
.display__flexAligncenter {
  align-items: center;
}
.display__flexAlignstretch {
  align-items: stretch;
}
.display__flexAlignend {
  align-items: flex-end;
}
.display__flexAlignstart {
  align-items: flex-start;
}
.display__flexJustifystart {
  justify-content: flex-start;
}
.display__flexJustifycenter {
  justify-content: center;
}
.display__flexJustifyend {
  justify-content: flex-end;
}
.display__flexAlignselfcenter {
  align-self: center;
}

.scrollbar {
  scrollbar-color: #aaaaaa #e4e4e4;
}
.scrollbar::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
.scrollbar::-webkit-scrollbar-thumb {
  background: #aaaaaa;
}
.scrollbar::-webkit-scrollbar-track {
  background: #e4e4e4;
}
.scrollbar--disabled {
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE 10+ */
}
.scrollbar--disabled::-webkit-scrollbar {
  width: 0px;
  background: transparent; /* Chrome/Safari/Webkit */
}

.btn {
  align-items: center;
  border-radius: 8px;
  box-sizing: border-box;
  border: 0;
  cursor: pointer;
  display: inline-flex;
  font-size: 18px;
  font-weight: 400;
  min-height: 44px;
  justify-content: center;
  text-decoration: none;
  transition: all 0.33s;
  font-family: "Source Sans 3", sans-serif;
  padding: 16px 32px;
  margin-top: 32px;
  line-height: 1.875 !important;
}
.btn:focus, .btn:active, .btn:hover {
  outline: none;
}
.btn.btn__primary {
  background: #e1f0eb;
  color: #003c3c;
}
.btn.btn__primary:hover, .btn.btn__primary:active, .btn.btn__primary:focus {
  background: #d7eb00 !important;
  color: #003c3c !important;
}
.btn.btn__secondary {
  background: #00787a;
  color: #ffffff;
}
.btn.btn__secondary:hover, .btn.btn__secondary:active, .btn.btn__secondary:focus {
  background: #d7eb00 !important;
  color: #003c3c !important;
}
.btn.btn__primary__icon {
  background: #e1f0eb;
  color: #00787a;
  border-radius: 16px;
}
.btn.btn__primary__icon::before {
  content: "send";
  font-family: "Material Symbols Rounded";
}
.btn.btn__secondary__icon {
  background: #e1f0eb;
  color: #00787a;
  border-radius: 16px;
}
.btn.btn__secondary__icon::before {
  content: "ckeck";
  font-family: "Material Symbols Rounded";
}
.btn.btn__secondary__icon:hover, .btn.btn__secondary__icon:active, .btn.btn__secondary__icon:focus {
  background: #d7eb00;
}
.btn.btn__cta {
  background-color: #d2e100;
  color: #003c3c;
}
.btn.btn__cta:hover, .btn.btn__cta:active, .btn.btn__cta:focus {
  background: #d7eb00;
}
.btn.btn-icon:before {
  font-family: "Material Symbols Rounded";
  top: 0;
  position: relative;
  margin-right: 10px;
  text-align: left;
  font-size: 20px;
}
.btn.btn-icon.download:before {
  content: "download";
}
.btn.btn-icon.play:before {
  content: "play_arrow";
}
.btn.btn-icon.search:before {
  content: "search";
}

@media (max-width: 991px) {
  .btn {
    text-align: center;
  }
}
html {
  scroll-behavior: smooth;
}
html * {
  scrollbar-color: #aaaaaa #e4e4e4;
}
html *::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
html *::-webkit-scrollbar-thumb {
  background: #aaaaaa;
}
html *::-webkit-scrollbar-track {
  background: #e4e4e4;
}

html, body {
  height: 100%;
  width: 100%;
}

body {
  background: var(--bg-color);
  color: var(--text-color);
  font-family: "Source Sans 3", "Helvetica", "Arial", sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.555;
  overflow-x: hidden; /* prevent horizontal scrolling */
  overflow-y: scroll; /* always show scrollbar / prevent 17px jump while cruising through pages */
  transition: all 0.33s ease;
  min-width: 320px; /* set minimum display width */
}

.cursor-pointer {
  cursor: pointer;
}
.cursor-default {
  cursor: default;
}
.cursor-notallowed {
  cursor: not-allowed;
}

.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid > li {
  margin-bottom: 0 !important;
}

.vc_column-inner .vc_column-inner {
  padding: 0 !important;
}

pre {
  background: #ccc;
  border: 1px solid #888;
  margin: 8px 0;
  padding: 3px 6px;
}
pre > code {
  font-size: 14px;
}

body a {
  color: #00787a;
}

/******Allgemeines*****/
body {
  font-family: "Source Sans 3", Verdana, Arial, Helvetica, sans-serif !important;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: #333;
  background: #fff !important;
  overflow-x: hidden;
  overflow-y: scroll;
  margin-top: 64px !important;
}

a {
  color: #D2E100;
  text-decoration: none;
  transition: color 0.3s ease;
}

a:hover {
  color: inherit;
  transition: color 0.3s ease;
}

/*****Headlines*****/
/* hide things */
.hidden {
  display: none !important;
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
/*@media(min-width: $media-min-width-xl) and (max-width: $media-max-width-xl) {
  .hidden-xl {
    display: none !important;
  }
}

@media(min-width: $media-min-width-wd) {
  .hidden-wd {
    display: none !important;
  }
}*/
/* following NOT to change */
/*$media-max-width-xs: 539px;
$media-min-width-sm: 540px;
$media-max-width-sm: 719px;
$media-min-width-md: 720px;
$media-max-width-md: 959px;
$media-min-width-lg: 960px;
$media-max-width-lg: 1199px;
$media-min-width-xl: 1200px;
$media-max-width-xl: 1439px;
$media-min-width-wd: 1440px;*/
:root {
  --bg-color: #ffffff;
  --text-color: #000000;
}

.header-nav {
  background-color: #003C3C;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2;
}
.header-nav > nav {
  margin-top: 11px;
  margin-bottom: 11px;
  background-color: transparent;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: visible;
}
.header-nav > nav #synaxonLogo img {
  height: 20px;
  margin: 11px 0;
}
.header-nav > nav .hidden {
  display: none;
}
.header-nav > nav .nav-buttons {
  position: relative;
  display: flex;
}
.header-nav > nav .nav-buttons > div, .header-nav > nav .nav-buttons > a {
  margin-left: 24px;
  text-align: center;
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.header-nav > nav .nav-buttons > div i + span, .header-nav > nav .nav-buttons > a i + span {
  line-height: 1.75;
}

.show-sm {
  display: none;
}

@media (min-width: 768px) {
  .show-sm {
    display: inline-block;
  }
}
.header-base .header-img-area {
  min-height: 300px;
  background-position: center !important;
  background-size: cover !important;
}
.header-base .header-text-area {
  background-color: #003c3c;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-left: calc(30% - 310px);
}
@media (min-width: 960px) {
  .header-base .header-text-area {
    padding-left: calc(30% - 280px);
  }
}
@media (min-width: 1024px) {
  .header-base .header-text-area {
    padding-left: calc(30% - 265px);
  }
}
@media (min-width: 1200px) {
  .header-base .header-text-area {
    padding-left: calc(30% - 245px);
  }
}
@media (min-width: 1300px) {
  .header-base .header-text-area {
    padding-left: calc(30% - 260px);
  }
}
@media (min-width: 1440px) {
  .header-base .header-text-area {
    padding-left: calc(30% - 300px);
  }
}
@media (min-width: 1600px) {
  .header-base .header-text-area {
    padding-left: calc(30% - 260px);
  }
}
@media (min-width: 1700px) {
  .header-base .header-text-area {
    padding-left: calc(30% - 270px);
  }
}
@media (min-width: 1800px) {
  .header-base .header-text-area {
    padding-left: calc(30% - 280px);
  }
}
@media (min-width: 2000px) {
  .header-base .header-text-area {
    padding-left: calc(30% - 210px);
  }
}
@media (min-width: 2100px) {
  .header-base .header-text-area {
    padding-left: calc(30% - 190px);
  }
}
@media (min-width: 2200px) {
  .header-base .header-text-area {
    padding-left: calc(30% - 190px);
  }
}
@media (min-width: 2500px) {
  .header-base .header-text-area {
    padding-left: calc(30% - 10px);
  }
}
.header-base .header-text-area::after {
  content: "";
  width: 100%;
  background-color: #003c3c;
  display: block;
  position: absolute;
  bottom: 100%;
  clip-path: polygon(0% calc(100% - 1px), 0% 100%, 100% 100%, 100% 0%);
  height: 8vw;
  height: clamp(3.556rem, 5vw + 2.695rem, 5.333rem);
}
.header-base .header-text-area .wpb_content_element {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 576px) {
  .header-base .header-text-area .wpb_content_element {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .header-base .header-text-area .wpb_content_element {
    max-width: 720px;
  }
}
.header-base .header-text-area .wpb_text_column:last-of-type {
  margin-bottom: 96px !important;
}
.header-base h1 {
  color: #ffffff;
  font-weight: bold;
  margin-top: 64px;
}

@media (min-width: 992px) {
  .header-base.vc_row.wpb_row.vc_row-fluid {
    display: flex;
    flex-direction: row-reverse;
  }
  .header-base .header-img-area {
    width: 100%;
    visibility: visible !important;
    min-height: 404px;
  }
  .header-base .header-text-area {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: center;
  }
  .header-base .header-text-area::after {
    clip-path: polygon(0% 100%, 1px 100%, 100% 0%, 0% 0%);
    height: 100%;
    width: 8vw;
    width: clamp(3.556rem, 1vw + 2.695rem, 5.333rem);
    bottom: unset;
    top: 0;
    left: calc(100% - 1px);
  }
}