@charset "UTF-8";
/* Webfont: GEInspiraSans-Regular */
@font-face {
  font-family: "GEInspiraSans";
  src: url("/css/fonts/GEInspiraSans-Regular.eot");
  src: url("/css/fonts/GEInspiraSans-Regular.eot?#iefix") format("embedded-opentype"), url("/css/fonts/GEInspiraSans-Regular.woff") format("woff"), url("/css/fonts/GEInspiraSans-Regular.ttf") format("truetype"), url("/css/fonts/GEInspiraSans-Regular.svg#GEInspiraSans-Regular") format("svg");
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
  font-display: swap;
}
/* Webfont: GEInspiraSans-Bold */
@font-face {
  font-family: "GEInspiraSans";
  src: url("/css/fonts/GEInspiraSans-Bold.eot");
  /* IE9 Compat Modes */
  src: url("/css/fonts/GEInspiraSans-Bold.eot?#iefix") format("embedded-opentype"), url("/css/fonts/GEInspiraSans-Bold.woff") format("woff"), url("/css/fonts/GEInspiraSans-Bold.ttf") format("truetype"), url("/css/fonts/GEInspiraSans-Bold.svg#GEInspiraSans-Bold") format("svg");
  /* Legacy iOS */
  font-style: normal;
  font-weight: bold;
  text-rendering: optimizeLegibility;
  font-display: swap;
}
/* Webfont: GEInspiraSans-BoldItalic */
@font-face {
  font-family: "GEInspiraSans";
  src: url("/css/fonts/GEInspiraSans-BoldItalic.eot");
  /* IE9 Compat Modes */
  src: url("/css/fonts/GEInspiraSans-BoldItalic.eot?#iefix") format("embedded-opentype"), url("/css/fonts/GEInspiraSans-BoldItalic.woff") format("woff"), url("/css/fonts/GEInspiraSans-BoldItalic.ttf") format("truetype"), url("/css/fonts/GEInspiraSans-BoldItalic.svg#GEInspiraSans-BoldItalic") format("svg");
  /* Legacy iOS */
  font-style: italic;
  font-weight: bold;
  text-rendering: optimizeLegibility;
  font-display: swap;
}
/* Webfont: GEInspiraSans-Italic */
@font-face {
  font-family: "GEInspiraSans";
  src: url("/css/fonts/GEInspiraSans-Italic.eot");
  /* IE9 Compat Modes */
  src: url("/css/fonts/GEInspiraSans-Italic.eot?#iefix") format("embedded-opentype"), url("/css/fonts/GEInspiraSans-Italic.woff") format("woff"), url("/css/fonts/GEInspiraSans-Italic.ttf") format("truetype"), url("/css/fonts/GEInspiraSans-Italic.svg#GEInspiraSans-Italic") format("svg");
  /* Legacy iOS */
  font-style: italic;
  font-weight: normal;
  text-rendering: optimizeLegibility;
  font-display: swap;
}
@font-face {
  font-family: "Mona Sans";
  src: url("/css/fonts/Mona-Sans.woff") format("woff");
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "Mona Sans";
  src: url("/css/fonts/Mona-Sans-BoldWide.woff") format("woff");
  font-style: normal;
  font-weight: bold;
  text-rendering: optimizeLegibility;
}
/***************************************************************
FRAMEWORK VARIABLES
****************************************************************/
/****************************************************************
Widths
****************************************************************/
/****************************************************************
Colors
****************************************************************/
/* VOLUSON COLORS */
/* COLOR DEFINITON */
/* MenueColors */
/***************************************************************
MOBILE MIXINS
****************************************************************/
/***************************************************************
OTHER MIXINS
****************************************************************/
/* GE COLORS */
/* VOLUSON COLORS */
/* COLOR DEFINITON */
/* COLOR OVERWRITES EA */
/* BACKGROUND COLORS */
.bgIndigo {
  background: #162941;
  color: #fff;
}

.bgDarkIndio {
  background: #102337;
  color: #fff;
}

.bgMediumGrey {
  background: #6f6d7e;
  color: #fff;
}

.bgLightGrey {
  background: #AFBECE;
  color: #162941;
}
.bgLightGrey * {
  color: #162941;
}

.bgLightestGrey {
  background-color: #F3F8FD;
  color: #162941;
}

.bgWhite {
  background: #fff;
  color: #162941;
}

.bgWhiteDarkend {
  background: #F7F7FF;
  color: #443C81;
}

.bgLightPurple {
  background: #9F9EC9;
  color: #fff;
}
.bgLightPurple p, .bgLightPurple div.p, .bgLightPurple div.small {
  color: #fff;
}

.bgDarkestPurple {
  background-color: #120C3C;
  color: #fff;
}
.bgDarkestPurple h1, .bgDarkestPurple h2, .bgDarkestPurple h3, .bgDarkestPurple h4, .bgDarkestPurple h5, .bgDarkestPurple .pretitle, .bgDarkestPurple h6, .bgDarkestPurple p, .bgDarkestPurple .p, .bgDarkestPurple .small, .bgDarkestPurple .teaser, .bgDarkestPurple a {
  color: #fff;
}
.bgDarkestPurple .pretitle {
  color: #9F9EC9;
}
.bgDarkestPurple .slick-dots li button:before {
  color: #fff;
}

.bgDarkPurple {
  background-color: rgb(89, 81, 148);
  color: #fff;
}
.bgDarkPurple h1, .bgDarkPurple h2, .bgDarkPurple h3, .bgDarkPurple h4, .bgDarkPurple h5, .bgDarkPurple .pretitle, .bgDarkPurple h6, .bgDarkPurple p, .bgDarkPurple .p, .bgDarkPurple .small, .bgDarkPurple .teaser, .bgDarkPurple a {
  color: #fff;
}
.bgDarkPurple .pretitle {
  color: #9F9EC9;
}

/* STANDARD ELEMENTS */
.pretitle.displayHeading {
  font-size: 3rem;
  font-size: clamp(3rem, 0.2222222222rem + 7.4074074074vw, 5.5rem);
  line-height: 3.5rem;
  line-height: clamp(3.5rem, 0.1666666667rem + 8.8888888889vw, 6.5rem);
  letter-spacing: -1.25px;
  color: #fff;
  font-weight: normal;
  text-transform: none;
}

h1.display {
  font-size: 3rem;
  font-size: clamp(3rem, 0.2222222222rem + 7.4074074074vw, 5.5rem);
  line-height: 3.5rem;
  line-height: clamp(3.5rem, 0.1666666667rem + 8.8888888889vw, 6.5rem);
  letter-spacing: -1.25px;
}

h1 {
  font-size: 2.25rem;
  font-size: clamp(2.25rem, 0.3055555556rem + 5.1851851852vw, 4rem);
  line-height: 3rem;
  line-height: clamp(3rem, 1.3333333333rem + 4.4444444444vw, 4.5rem);
  letter-spacing: -2px;
}

h2 {
  font-size: 1.75rem;
  font-size: clamp(1.75rem, 0.3611111111rem + 3.7037037037vw, 3rem);
  line-height: 2.25rem;
  line-height: clamp(2.25rem, 0.8611111111rem + 3.7037037037vw, 3.5rem);
  letter-spacing: -1.25px;
}

h3 {
  font-size: 1.625rem;
  font-size: clamp(1.625rem, 0.9305555556rem + 1.8518518519vw, 2.25rem);
  line-height: 2rem;
  line-height: clamp(2rem, 0.8888888889rem + 2.962962963vw, 3rem);
  letter-spacing: -1.25px;
}

h4 {
  font-size: 1.125rem;
  font-size: clamp(1.125rem, 0.8472222222rem + 0.7407407407vw, 1.375rem);
  line-height: 1.375rem;
  line-height: clamp(1.375rem, 0.6805555556rem + 1.8518518519vw, 2rem);
}

h5, .pretitle {
  font-size: 0.875rem;
  font-size: clamp(0.875rem, 0.7361111111rem + 0.3703703704vw, 1rem);
  line-height: 1rem;
  line-height: clamp(1rem, 0.4444444444rem + 1.4814814815vw, 1.5rem);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: bold;
}

h6 {
  font-size: 0.75rem;
  font-size: clamp(0.75rem, 0.6111111111rem + 0.3703703704vw, 0.875rem);
  line-height: 1rem;
  line-height: clamp(1rem, 1rem + 0vw, 1rem);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: bold;
}

.teaser {
  font-size: 1.125rem;
  font-size: clamp(1.125rem, 0.8472222222rem + 0.7407407407vw, 1.375rem);
  line-height: 1.75rem;
  line-height: clamp(1.75rem, 1.4722222222rem + 0.7407407407vw, 2rem);
  margin-bottom: clamp(1rem, 0.12rem + 2.35vw, 2rem);
}

p, div.p {
  font-size: 1.125rem;
  font-size: clamp(1.125rem, 0.8472222222rem + 0.7407407407vw, 1.375rem);
  line-height: 1.75rem;
  line-height: clamp(1.75rem, 1.4722222222rem + 0.7407407407vw, 2rem);
  margin-bottom: clamp(1rem, 0.12rem + 2.35vw, 2rem);
}

p.small, div.small {
  font-size: 1rem;
  font-size: clamp(1rem, 0.8611111111rem + 0.3703703704vw, 1.125rem);
  line-height: 1.5rem;
  line-height: clamp(1.5rem, 1.2222222222rem + 0.7407407407vw, 1.75rem);
  margin-bottom: clamp(1rem, 0.06rem + 1.18vw, 1.5rem);
}

p.verysmall {
  font-size: 0.6rem;
  font-size: clamp(0.6rem, 0.2944444444rem + 0.8148148148vw, 0.875rem);
  line-height: 0.9rem;
  line-height: clamp(0.9rem, 0.6777777778rem + 0.5925925926vw, 1.1rem);
  margin-bottom: clamp(0.5rem, 0.06rem + 1.18vw, 1rem);
}

caption, .caption {
  font-size: 0.875rem;
  font-size: clamp(0.875rem, 0.7361111111rem + 0.3703703704vw, 1rem);
  line-height: 1.375rem;
  line-height: clamp(1.375rem, 1.2361111111rem + 0.3703703704vw, 1.5rem);
}

.quote {
  font-size: clamp(1.375rem, 2vw, 1.625rem);
  line-height: clamp(2rem, 2.25vw, 2.5rem);
  font-size: 1.375rem;
  font-size: clamp(1.375rem, 1.0972222222rem + 0.7407407407vw, 1.625rem);
  line-height: 2rem;
  line-height: clamp(2rem, 1.4444444444rem + 1.4814814815vw, 2.5rem);
  font-style: italic;
}

/* BUTTONS */
.button {
  display: inline-flex;
  font-size: 1rem;
  line-height: 1.1875rem;
  font-weight: bold;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0.93rem 1.5rem 0.75rem;
  background: rgb(89, 81, 148);
  border: 1px solid rgb(89, 81, 148);
  border-radius: 3px;
  color: #fff;
  text-decoration: none;
  transition: all 0.5s ease-in-out;
}
.button:hover, .button:focus {
  background: rgb(58, 52, 114);
  color: #fff;
  text-decoration: none;
}
.button.white {
  background: #fff;
  border: 1px solid rgb(89, 81, 148);
  color: rgb(89, 81, 148);
}
.button.white:hover, .button.white:focus {
  border: 1px solid rgb(58, 52, 114);
  color: rgb(58, 52, 114);
}
.button.white.inactive {
  background: #fff;
  border: 1px solid #AFBECE;
  color: #AFBECE;
}
.button.white.inactive:hover, .button.white.inactive:focus {
  background: #fff;
  border: 1px solid #F3F8FD;
  color: #AFBECE;
}
.button.inactive {
  background: #F3F8FD;
  border: 1px solid #F3F8FD;
  color: #AFBECE;
  cursor: default;
}
.button.inactive:hover, .button.inactive:focus {
  background: #F3F8FD;
  border: 1px solid #F3F8FD;
  color: #AFBECE;
}
@media (max-width: 599px) {
  .button {
    width: 100%;
  }
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  height: 24px;
  width: 32px;
  display: block;
  float: left;
  cursor: pointer;
  background: red;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  padding: 0;
}

.hamburger:hover {
  opacity: 0.8;
}

.hamburger-box {
  width: 100%;
  height: 100%;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 100%;
  height: 4px;
  background-color: #000;
  border-radius: 0;
  position: absolute;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -10px;
}

.hamburger-inner::after {
  bottom: -10px;
}

/*
 * Collapse
 */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.15s;
  transition-delay: 0.15s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse .hamburger-inner::after {
  top: -20px;
  transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

.hamburger--collapse .hamburger-inner::before {
  transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.32s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.27s linear;
}

.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
}

body {
  margin: 0;
  padding: 0;
}

section {
  padding: 2.375rem 1.5rem;
}
@media (min-width: 600px) {
  section {
    padding: 3.25rem 1.5rem;
  }
}
@media (min-width: 900px) {
  section {
    padding: 4.375rem 1.5rem;
  }
}

article {
  max-width: 71.25rem;
  margin: 0 auto;
  padding: 0;
}
@media (min-width: 900px) {
  article {
    padding: 0;
  }
}
article.padding {
  padding: 0;
}
@media (max-width: 599px) {
  article.padding {
    padding: 0;
  }
}

header article {
  display: flex;
  padding: 1rem;
  padding-left: 0rem;
  padding-right: 0rem;
  align-items: center;
}
header article nav {
  display: flex;
  align-items: center;
  font-size: 1.125rem;
}
header article nav .navLinks {
  display: flex;
  align-items: center;
}
@media (max-width: 599px) {
  header article nav .navLinks {
    display: none;
  }
}
header article nav a {
  display: block;
  margin-right: 1rem;
  text-decoration: none;
}
header article .hamburger {
  display: inline-block;
}

section article img {
  max-width: 100%;
}

.overflowHidden {
  overflow: hidden;
}

.buttons {
  display: flex;
  gap: 1rem;
}

.button {
  font-size: 1rem;
  font-size: clamp(1rem, 0.8611111111rem + 0.3703703704vw, 1.125rem);
  line-height: 1.375rem;
  line-height: clamp(1.375rem, 1.375rem + 0vw, 1.375rem);
  border-radius: 5px;
  padding: 0.875rem 2.2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  -webkit-transition: -webkit-transform 400ms ease-in-out;
  transition: -webkit-transform 400ms ease-in-out;
  text-transform: uppercase;
  max-width: fit-content;
  text-decoration: none;
  color: #fff;
  background: rgb(89, 81, 148);
  border: 2px solid rgb(89, 81, 148);
}
.button:hover {
  background: #9F9EC9;
  border: 2px solid #9F9EC9;
  color: #fff;
}
.button.white {
  color: #fff;
  border: 2px solid #fff;
}
.button.centeredMargin {
  margin-left: auto;
  margin-right: auto;
}
.button.pinnedRight {
  margin-left: auto;
  margin-right: 0;
}
.button.small {
  padding: 0.5rem 0.8rem;
  font-size: 0.5rem;
  font-size: clamp(0.5rem, 0.1666666667rem + 0.8888888889vw, 0.8rem);
  line-height: 1rem;
  line-height: clamp(1rem, 0.7777777778rem + 0.5925925926vw, 1.2rem);
}

.button:hover {
  text-decoration: none;
}

a {
  color: rgb(89, 81, 148);
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: underline;
  color: rgb(58, 52, 114);
}

body.template h1, body.template h2, body.template h3, body.template h4, body.template h5, body.template .pretitle, body.template h6 {
  margin-top: 3rem;
}

.grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(13rem, 1fr));
  gap: 1.5rem;
}
.grid .item {
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bgPrimaryColor {
  background-color: rgb(89, 81, 148);
  color: #fff;
}

.bgLightBlue {
  background-color: #cadded;
}

.lightBlue {
  color: #cadded;
}

.primaryColor {
  color: rgb(89, 81, 148);
}

.bgBlack {
  background-color: #121212;
  color: #fff;
}
.bgBlack * {
  color: #fff;
}

.bgSecondaryColor {
  background-color: #9F9EC9;
  color: #fff;
}

.white {
  color: #fff;
}

.black {
  color: #121212;
}

.noPaddingTop {
  padding-top: 0;
}

.noPaddingBottom {
  padding-bottom: 0;
}

.noPaddingV {
  padding-top: 0;
  padding-bottom: 0;
}

.textLessWidth:first-child {
  position: relative;
}

.imageOverFlow {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 900px) {
  .imageOverFlow img {
    position: absolute;
    max-width: 480px;
  }
}

@media (max-width: 599px) {
  .desktop {
    display: none;
  }
}

@media (min-width: 600px) {
  .mobile {
    display: none;
  }
}

.spaceLeft {
  margin-left: 40%;
}
@media (max-width: 599px) {
  .spaceLeft {
    margin-left: 0;
  }
}

.spaceRight {
  margin-right: 40%;
}
@media (max-width: 599px) {
  .spaceRight {
    margin-right: 0;
  }
}

.mobileBlock {
  display: inline;
}
@media (max-width: 599px) {
  .mobileBlock {
    display: block;
  }
}

.desktopBlock {
  display: block;
}
@media (max-width: 599px) {
  .desktopBlock {
    display: inline;
  }
}

h1 {
  font-size: 2.25rem;
  font-size: clamp(2.25rem, 0.3055555556rem + 5.1851851852vw, 4rem);
  line-height: 3rem;
  line-height: clamp(3rem, 1.3333333333rem + 4.4444444444vw, 4.5rem);
  letter-spacing: -2px;
  font-weight: 400;
}

h2 {
  font-size: 1.75rem;
  font-size: clamp(1.75rem, 0.3611111111rem + 3.7037037037vw, 3rem);
  line-height: 2.25rem;
  line-height: clamp(2.25rem, 0.8611111111rem + 3.7037037037vw, 3.5rem);
  letter-spacing: -1.25px;
  font-weight: 400;
}

h3 {
  font-size: 1.625rem;
  font-size: clamp(1.625rem, 0.9305555556rem + 1.8518518519vw, 2.25rem);
  line-height: 2rem;
  line-height: clamp(2rem, 0.8888888889rem + 2.962962963vw, 3rem);
  letter-spacing: -1.25px;
  font-weight: 400;
}

h4 {
  font-size: 1.25rem;
  font-size: clamp(1.25rem, 0.9722222222rem + 0.7407407407vw, 1.5rem);
  line-height: 1.375rem;
  line-height: clamp(1.375rem, 0.6805555556rem + 1.8518518519vw, 2rem);
  font-weight: 400;
}

h5, .pretitle {
  font-size: 0.875rem;
  font-size: clamp(0.875rem, 0.7361111111rem + 0.3703703704vw, 1rem);
  line-height: 1rem;
  line-height: clamp(1rem, 0.4444444444rem + 1.4814814815vw, 1.5rem);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: bold;
}

h6 {
  font-size: 0.75rem;
  font-size: clamp(0.75rem, 0.6111111111rem + 0.3703703704vw, 0.875rem);
  line-height: 1rem;
  line-height: clamp(1rem, 1rem + 0vw, 1rem);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: bold;
}

.teaser {
  font-size: 1.125rem;
  font-size: clamp(1.125rem, 0.8472222222rem + 0.7407407407vw, 1.375rem);
  line-height: 1.75rem;
  line-height: clamp(1.75rem, 1.4722222222rem + 0.7407407407vw, 2rem);
  margin-bottom: clamp(1rem, 0.12rem + 2.35vw, 2rem);
}

p, div.p {
  font-size: 1.125rem;
  font-size: clamp(1.125rem, 0.8472222222rem + 0.7407407407vw, 1.375rem);
  line-height: 1.75rem;
  line-height: clamp(1.75rem, 1.4722222222rem + 0.7407407407vw, 2rem);
  margin-bottom: clamp(1rem, 0.12rem + 2.35vw, 2rem);
}

p.small, div.small {
  font-size: 1rem;
  font-size: clamp(1rem, 0.8611111111rem + 0.3703703704vw, 1.125rem);
  line-height: 1.5rem;
  line-height: clamp(1.5rem, 1.2222222222rem + 0.7407407407vw, 1.75rem);
  margin-bottom: clamp(1rem, 0.06rem + 1.18vw, 1.5rem);
}

p.verysmall {
  font-size: 0.6rem;
  font-size: clamp(0.6rem, 0.2944444444rem + 0.8148148148vw, 0.875rem);
  line-height: 0.9rem;
  line-height: clamp(0.9rem, 0.6777777778rem + 0.5925925926vw, 1.1rem);
  margin-bottom: clamp(0.5rem, 0.06rem + 1.18vw, 1rem);
}

caption, .caption {
  font-size: 0.875rem;
  font-size: clamp(0.875rem, 0.7361111111rem + 0.3703703704vw, 1rem);
  line-height: 1.375rem;
  line-height: clamp(1.375rem, 1.2361111111rem + 0.3703703704vw, 1.5rem);
}

.quote {
  font-size: clamp(1.375rem, 2vw, 1.625rem);
  line-height: clamp(2rem, 2.25vw, 2.5rem);
  font-size: 1.375rem;
  font-size: clamp(1.375rem, 1.0972222222rem + 0.7407407407vw, 1.625rem);
  line-height: 2rem;
  line-height: clamp(2rem, 1.4444444444rem + 1.4814814815vw, 2.5rem);
  font-style: italic;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
  margin-bottom: 30px;
}

.embedWrapper > * {
  margin-left: auto;
  margin-right: auto;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.twocol {
  display: grid;
  grid-template-columns: 1fr;
  grid-column-gap: 1.5rem;
  column-gap: 1.5rem;
}
@media (min-width: 600px) {
  .twocol {
    grid-template-columns: 1fr 1fr;
  }
}
.twocol.center {
  align-items: center;
}
.twocol h2 {
  max-width: 90%;
}
.twocol.twocol4060 {
  grid-column: 1;
  grid-template-columns: 1fr;
}
@media (min-width: 600px) {
  .twocol.twocol4060 {
    grid-template-columns: 0.4fr 0.6fr;
  }
}
@media (max-width: 599px) {
  .twocol.twocol4060.revert > :first-child {
    grid-column: 1;
  }
  .twocol.twocol4060.revert > :last-child {
    grid-column: 1;
  }
}
@media (min-width: 600px) {
  .twocol.twocol4060.revert {
    grid-template-columns: 0.6fr 0.4fr;
  }
}
@media (min-width: 600px) {
  .twocol.revert {
    grid-auto-flow: dense;
  }
  .twocol.revert > :first-child {
    grid-column: 2;
  }
  .twocol.revert > :last-child {
    grid-column: 1;
  }
}
.twocol.vcenter {
  align-items: center;
}
.twocol.vtop {
  align-items: start;
}
.twocol.vbottom {
  align-items: end;
}
@media (min-width: 900px) {
  .twocol.textLessWidth {
    grid-template-columns: 0.75fr 1fr;
  }
}
.twocol .box {
  padding: 2rem;
  padding-top: 9rem;
}
@media (max-width: 599px) {
  .twocol .box {
    margin: 0 -1.5rem -4rem -1.5rem;
    padding: 9rem 1.5rem 3.5rem 1.5rem;
  }
}
.twocol .box h2 {
  margin-bottom: 0.1rem;
  margin-bottom: clamp(0.1rem, -0.0111111111rem + 0.2962962963vw, 0.2rem);
}
.twocol .box .p, .twocol .box p {
  margin-bottom: 2rem;
}
@media (min-width: 900px) {
  .twocol .box {
    padding: 6rem 9rem;
    margin: 0 -4rem;
  }
}
.twocol .boximg {
  display: flex;
  justify-content: flex-end;
}
.twocol .boximg img {
  width: 125%;
  max-width: none;
}
@media (max-width: 900px) {
  .twocol .boximg img {
    width: 70%;
  }
}
@media (max-width: 599px) {
  .twocol .boximg img {
    width: 100%;
  }
}
.twocol.twocol75 {
  grid-template-columns: 1fr;
}
@media (min-width: 600px) {
  .twocol.twocol75.portrait {
    grid-template-columns: 0.7fr 0.5fr;
  }
}
@media (min-width: 900px) {
  .twocol.twocol75 {
    grid-template-columns: 0.7fr 0.5fr;
  }
}
@media (min-width: 900px) {
  .twocol.twocol75.revert {
    grid-template-columns: 0.5fr 0.7fr;
  }
}
.twocol.twocol57 {
  grid-template-columns: 1fr;
}
@media (min-width: 900px) {
  .twocol.twocol57 {
    grid-template-columns: 0.5fr 0.7fr;
  }
}
@media (min-width: 900px) {
  .twocol.twocol57.revert {
    grid-template-columns: 0.7fr 0.5fr;
  }
}
.twocol.twocol84 {
  grid-template-columns: 1fr;
}
@media (min-width: 900px) {
  .twocol.twocol84 {
    grid-template-columns: 0.8fr 0.4fr;
  }
}
@media (min-width: 900px) {
  .twocol.twocol84.revert {
    grid-template-columns: 0.4fr 0.8fr;
  }
}
.twocol > div {
  position: relative;
}
.twocol > div.boximg {
  z-index: 1;
}
@media (max-width: 900px) {
  .twocol > div.boximg {
    margin-bottom: -7rem;
    margin-left: -1.5rem;
    justify-content: flex-start;
  }
}
@media (min-width: 1200px) {
  .twocol.outsetImageHome img.imageHome {
    position: relative;
    right: auto;
    left: -4rem;
    width: calc(100% + 4rem);
    max-width: none;
  }
}
@media (min-width: 1200px) {
  .twocol.outsetImage img {
    position: relative;
    right: -4rem;
  }
  .twocol.outsetImage.article img {
    position: relative;
    right: auto;
    left: -4rem;
    width: calc(100% + 4rem);
    max-width: none;
  }
  .twocol.outsetImage.article > *:first-child {
    text-align: right;
  }
}
@media (min-width: 600px) {
  .twocol.outsetImage.revert img {
    left: -4rem;
  }
}
@media (min-width: 1200px) {
  .twocol.outsetImage.revert img {
    left: -8rem;
  }
}
@media (min-width: 600px) {
  .twocol.outsetImageLeft img {
    position: relative;
    left: -3rem;
    width: calc(100% + 3rem);
    max-width: none;
  }
}
@media (min-width: 600px) {
  .twocol.outsetImageRight img {
    position: relative;
    right: -3rem;
    width: calc(100% + 3rem);
    max-width: none;
  }
}
.twocol.article {
  gap: 2rem;
  align-items: flex-start;
}
@media (min-width: 900px) {
  .twocol.article {
    gap: 7.5rem;
  }
}
.twocol.article a {
  color: #9F9EC9;
}
@media (min-width: 900px) {
  .twocol.largegap {
    gap: 7.5rem;
  }
}

.threecol {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1rem;
}

.fourcol {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 1rem;
}

.fivecol {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 1rem;
}
@media (max-width: 1200px) {
  .fivecol {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media (max-width: 900px) {
  .fivecol {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 599px) {
  .fivecol {
    grid-template-columns: 1fr;
  }
}

header article {
  display: flex;
}
header article #logo {
  display: block;
  margin-right: 2rem;
}

nav.main {
  letter-spacing: 1px;
  line-height: 1rem;
  font-size: 0.8rem;
  font-size: clamp(0.8rem, 0.3263157895rem + 0.8421052632vw, 1rem);
  line-height: 0.8rem;
  line-height: clamp(0.8rem, 0.3263157895rem + 0.8421052632vw, 1rem);
}
nav.main a {
  color: #121212;
}
nav.main a:hover {
  text-decoration: none;
  color: rgb(89, 81, 148);
}
nav.main ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}
nav.main > ul {
  position: relative;
}
nav.main > ul li {
  padding: 0.5rem;
}
nav.main > ul li ul {
  position: absolute;
  flex-direction: column;
  display: none;
  background: #fff;
  border: 1px solid #ddd;
  margin-top: 0.5rem;
}
nav.main > ul li ul li {
  padding: 0.5rem;
  white-space: nowrap;
}
nav.main > ul li:hover ul {
  display: block;
}

#rightnav {
  display: flex;
  align-items: center;
  gap: 2rem;
}

nav#language {
  transition: 0.8s ease-in-out;
  z-index: 1;
  position: relative;
}
nav#language ul.showlang {
  list-style: none;
  margin: 0;
  padding: 0;
}
nav#language ul.showlang > li {
  padding: 1rem 0;
}
nav#language ul.showlang li:hover ul.lang {
  opacity: 1;
  left: -1rem;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
nav#language ul.lang {
  border: 1px solid #dbdbdb;
  background: #fff;
  position: absolute;
  z-index: 1;
  top: 3rem;
  left: -9999px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
  opacity: 0;
  z-index: 999;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
nav#language ul.lang li {
  display: block;
  padding: 0.3rem 3rem 0.3rem 1rem;
}
nav#language ul.lang li a {
  color: #333;
}
nav#language ul.lang li a:hover {
  text-decoration: none;
  color: #005eb8;
}
nav#language ul.lang li.active {
  color: #005eb8;
  background: #f7f7f7;
}

/*
   MARKETO FORM
    */
.mktoForm div, .mktoForm span, .mktoForm label, .mktoForm p {
  color: #797979 !important;
  word-wrap: break-word;
}

.mktoForm label.mktoLabel {
  padding-left: 18px;
}

.succesSentEmailContainer {
  padding-bottom: 300px;
}

#mktoForm_64950 label[for=explicit_opt_in] {
  padding-left: 3px !important;
}

#mktoForm_64950 label[for=inquiry_type] {
  position: relative !important;
  top: 17px !important;
}

#mktoForm_58530 label[for=explicit_opt_in] {
  padding-left: 20px !important;
}

#mktoForm_58533 label[for=explicit_opt_in] {
  padding-left: 20px !important;
}

#mktoForm_58527 label[for=explicit_opt_in] {
  padding-left: 20px !important;
}

.mktoForm .mktoFormRow {
  display: flex !important;
}

/*Contact Area*/
#requestForQuote {
  padding: 100px 0px 100px 0px;
  max-width: 1532px;
  padding-left: 60px;
  padding-right: 60px;
}

form.mktoForm .mktoFormRow {
  width: 100% !important;
}

.mktoForm .mktoClear {
  width: auto !important;
}

.mktoForm label.mktoLabel {
  font-weight: normal;
  color: #fff;
  font-size: 16px !important;
  width: 100% !important;
}

.mktoForm .mktoRequiredField label.mktoLabel {
  font-weight: normal;
  color: #fff;
  font-size: 16px !important;
  width: 100% !important;
}

.mktoForm .mktoRadioList > label, .mktoForm .mktoCheckboxList > label {
  color: #fff;
  font-size: 22px;
  font-weight: normal;
}

.mktoForm div, .mktoForm span, .mktoForm label, .mktoForm p {
  color: #797979;
}

.mktoForm .mktoButtonWrap.mktoSimple .mktoButton {
  text-shadow: 0 0 0 #000;
  font-family: "GEInspiraSans", "HelveticaNeueLight", "HelveticaNeue-Light", "Helvetica Neue Light", "HelveticaNeue", "Helvetica Neue", Arial, sans-serif;
  margin: 0px 0px 0px 0px;
  width: 100%;
  background-image: linear-gradient(to bottom, #6022A6, #6022A6) !important;
  padding: 12px 30px 10px 30px;
  border-radius: 3px;
  display: inline-block;
  border: none !important;
  min-height: 35px;
  outline: 0;
  color: #fff;
  font-smoothing: antialiased;
  overflow: hidden;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 13px;
  letter-spacing: 1.5px;
  font-weight: bold;
  text-decoration: none;
  -webkit-transition: transform 0.1s;
  transition: transform 0.1s;
  box-shadow: 0px 0px 5px rgba(0, 50, 74, 0.1);
}

/*.mktoForm .mktoButtonWrap.mktoSimple .mktoButton:hover {*/
/*text-decoration: none;*/
/*transform: scale(1.08);*/
/*background-image: linear-gradient(#00b4e2, #028bce) !important;*/
/*}*/
form.mktoForm {
  width: 100% !important;
}

/*form.mktoForm .mktoFormCol{*/
/*width: 100% !important*/
/*}		*/
form.mktoForm .mktoTextField, form.mktoForm .mktoEmailField, form.mktoForm .mktoTelField, form.mktoForm textarea {
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 50px;
  padding: 10px;
  width: 100% !important;
}

#MktoPersonNotes {
  background-color: #303030;
  border: 1px solid #fff;
  border-radius: 20px;
  padding: 10px;
  width: 100% !important;
  padding: 10px;
  box-sizing: border-box;
  height: 100px;
}

.mktoLabel span {
  font-size: 20px;
}

form.mktoForm select.mktoField {
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 50px;
  padding: 10px;
  height: 37px;
  width: 100% !important;
  color: #757575 !important;
}

form.mktoForm .mktoRequiredField {
  width: 100% !important;
}

.mktoOffset {
  display: none;
}

.mktoForm .mktoAsterix {
  float: left;
  margin-right: 10px;
}

.mktoForm .mktoRequiredField .mktoAsterix {
  display: none;
}

.mktoForm .mktoGutter {
  display: none;
}

.mktoForm .mktoLabel strong {
  font-weight: 400;
}

.mktoCheckboxList {
  width: 100% !important;
}

.mktoFieldWrap {
  width: 100% !important;
}

.mktoForm div {
  width: 100% !important;
}

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

.mktoValid {
  width: 50px;
}

.mktoError {
  left: 15px !important;
}

.mktoErrorArrowWrap {
  width: 230px !important;
}

div.mktoErrorArrow {
  width: 20px !important;
}

.mktoForm .mktoRadioList > label, .mktoForm .mktoCheckboxList > label {
  margin-left: 0.9em;
  margin-top: -0.1em;
  margin-bottom: 0.3em;
  line-height: 1.2em;
  display: block;
  min-height: 12px;
}

.mktoForm .mktoRadioList, .mktoForm .mktoCheckboxList {
  padding: 0em;
  float: left;
}

#explicit_opt_in {
  position: absolute;
  top: 10px;
  left: 0;
}

.mktoForm .mktoFieldDescriptor span {
  margin-left: 0px;
}

/*===========================================*/
/*	DESKTOP LAYOUT
/*===========================================*/
@media (min-width: 1200px) {
  #mktoForm_546078 .mktoFieldWrap label[for=explicit_opt_in],
  #mktoForm_546078 .mktoFieldWrap label[for=inquiry_type],
  #mktoForm_546078 .mktoFieldWrap label[for=GDPR_contact__c],
  #mktoForm_546078 .mktoFieldWrap label[for=inquiry_detail] {
    width: 95% !important;
  }
  #mktoForm_54103 .mktoFieldWrap label[for=explicit_opt_in],
  #mktoForm_54103 .mktoFieldWrap label[for=inquiry_type],
  #mktoForm_54103 .mktoFieldWrap label[for=GDPR_contact__c],
  #mktoForm_54103 .mktoFieldWrap label[for=inquiry_detail] {
    width: 95% !important;
  }
  #page [data-rgen-id=rg6so] {
    max-width: 90%;
  }
  .mktoForm #FirstName {
    width: 100% !important;
  }
  .mktoForm #PostalCode {
    width: 100% !important;
  }
  .mktoForm #City {
    width: 100% !important;
  }
  .mktoForm .mktoHtmlText {
    padding: 0 !important;
  }
  /* FRENCH FORM */
  #mktoForm_58530 .mktoFieldWrap label[for=explicit_opt_in],
  #mktoForm_58530 .mktoFieldWrap label[for=inquiry_type],
  #mktoForm_58530 .mktoFieldWrap label[for=GDPR_contact__c],
  #mktoForm_58530 .mktoFieldWrap label[for=inquiry_detail] {
    width: 95% !important;
  }
  #mktoForm_58530 .mktoFieldWrap label[for=explicit_opt_in],
  #mktoForm_58530 .mktoFieldWrap label[for=inquiry_type],
  #mktoForm_58530 .mktoFieldWrap label[for=GDPR_contact__c],
  #mktoForm_58530 .mktoFieldWrap label[for=inquiry_detail] {
    width: 95% !important;
  }
  #page [data-rgen-id=rg6so] {
    max-width: 90%;
  }
  .mktoForm #FirstName {
    width: 100% !important;
  }
  .mktoForm #PostalCode {
    width: 100% !important;
  }
  .mktoForm #City {
    width: 100% !important;
  }
  .mktoForm .mktoHtmlText {
    padding: 0 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #mktoForm_546078 .mktoFieldWrap label[for=explicit_opt_in],
  #mktoForm_546078 .mktoFieldWrap label[for=inquiry_type],
  #mktoForm_546078 .mktoFieldWrap label[for=GDPR_contact__c],
  #mktoForm_546078 .mktoFieldWrap label[for=inquiry_detail] {
    width: 95% !important;
  }
  #mktoForm_54103 .mktoFieldWrap label[for=explicit_opt_in],
  #mktoForm_54103 .mktoFieldWrap label[for=inquiry_type],
  #mktoForm_54103 .mktoFieldWrap label[for=GDPR_contact__c],
  #mktoForm_54103 .mktoFieldWrap label[for=inquiry_detail] {
    width: 95% !important;
  }
  .mktoForm #FirstName {
    width: 100% !important;
  }
  .mktoForm #PostalCode {
    width: 100% !important;
  }
  .mktoForm #City {
    width: 100% !important;
  }
}
/*===========================================*/
/*	MOBILE & TABLET COMMON
/*===========================================*/
/*===========================================*/
/*	TABLET
/*===========================================*/
@media (min-width: 768px) and (max-width: 991px) {
  #mktoForm_546078 .mktoFieldWrap label[for=explicit_opt_in],
  #mktoForm_546078 .mktoFieldWrap label[for=inquiry_type],
  #mktoForm_546078 .mktoFieldWrap label[for=GDPR_contact__c],
  #mktoForm_546078 .mktoFieldWrap label[for=inquiry_detail] {
    width: 97.3% !important;
  }
  #mktoForm_54103 .mktoFieldWrap label[for=explicit_opt_in],
  #mktoForm_54103 .mktoFieldWrap label[for=inquiry_type],
  #mktoForm_54103 .mktoFieldWrap label[for=GDPR_contact__c],
  #mktoForm_54103 .mktoFieldWrap label[for=inquiry_detail] {
    width: 97.3% !important;
  }
  .mktoForm .mktoHtmlText {
    padding: 0 !important;
  }
  .mktoForm #FirstName {
    width: 100% !important;
  }
  .mktoForm #PostalCode {
    width: 100% !important;
  }
  .mktoForm #City {
    width: 100% !important;
  }
}
/*===========================================*/
/*	MOBILE
/*===========================================*/
@media (min-width: 600px) and (max-width: 767px) {
  #mktoForm_546078 .mktoFieldWrap label[for=explicit_opt_in],
  #mktoForm_546078 .mktoFieldWrap label[for=inquiry_type],
  #mktoForm_546078 .mktoFieldWrap label[for=GDPR_contact__c],
  #mktoForm_546078 .mktoFieldWrap label[for=inquiry_detail] {
    width: 100% !important;
  }
  #mktoForm_54103 .mktoFieldWrap label[for=explicit_opt_in],
  #mktoForm_54103 .mktoFieldWrap label[for=inquiry_type],
  #mktoForm_54103 .mktoFieldWrap label[for=GDPR_contact__c],
  #mktoForm_54103 .mktoFieldWrap label[for=inquiry_detail] {
    width: 100% !important;
  }
  .mktoForm #FirstName {
    width: 100% !important;
  }
  .mktoForm .mktoHtmlText {
    padding: 0 !important;
  }
}
@media (min-width: 480px) and (max-width: 599px) {
  #mktoForm_546078 .mktoFieldWrap label[for=explicit_opt_in],
  #mktoForm_546078 .mktoFieldWrap label[for=inquiry_type],
  #mktoForm_546078 .mktoFieldWrap label[for=GDPR_contact__c],
  #mktoForm_546078 .mktoFieldWrap label[for=inquiry_detail] {
    width: 100% !important;
  }
  #mktoForm_54103 .mktoFieldWrap label[for=explicit_opt_in],
  #mktoForm_54103 .mktoFieldWrap label[for=inquiry_type],
  #mktoForm_54103 .mktoFieldWrap label[for=GDPR_contact__c],
  #mktoForm_54103 .mktoFieldWrap label[for=inquiry_detail] {
    width: 100% !important;
  }
  .mktoForm #FirstName {
    width: 100% !important;
  }
}
@media (min-width: 200px) and (max-width: 479px) {
  #mktoForm_546078 .mktoFieldWrap label[for=explicit_opt_in],
  #mktoForm_546078 .mktoFieldWrap label[for=inquiry_type],
  #mktoForm_546078 .mktoFieldWrap label[for=GDPR_contact__c],
  #mktoForm_546078 .mktoFieldWrap label[for=inquiry_detail] {
    width: 100% !important;
  }
  #mktoForm_54103 .mktoFieldWrap label[for=explicit_opt_in],
  #mktoForm_54103 .mktoFieldWrap label[for=inquiry_type],
  #mktoForm_54103 .mktoFieldWrap label[for=GDPR_contact__c],
  #mktoForm_54103 .mktoFieldWrap label[for=inquiry_detail] {
    width: 100% !important;
  }
  .mktoForm #page [data-rgen-id=rgN0o] {
    font-size: 24px !important;
  }
  .mktoForm #page [data-rgen-id=rg6so] {
    max-width: 80%;
  }
  .mktoForm #FirstName {
    width: 100% !important;
  }
  .mktoForm #PostalCode {
    width: 100% !important;
  }
  .mktoForm #City {
    width: 100% !important;
  }
}
/* custom button header */
#home .btn-white:hover, #home .btn-white:focus, #home .btn-white:active, #home .btn-white.active {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
}

#home .btn-white {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #1f2229;
}

/***********************************************
Custom Form
***********************************************/
.fa {
  font-family: FontAwesome !important;
}

.mktoForm .input-group-addon {
  display: none !important;
  padding: 6px 12px;
  font-size: 17px;
  font-weight: 400;
  height: 40px;
  width: 40px;
}

.mktoForm .input-group-addon {
  padding: 6px 12px;
  font-size: 17px;
  font-weight: 400;
  height: 40px;
  width: 40px;
  line-height: 1.62;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: rgb(204, 204, 204);
  border-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  /* -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.21)!important;
      -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.21)!important;
      box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.21)!important;*/
}

.mktoForm span.input-group-addon i {
  color: #009edf;
  font-size: 17px;
}

/*#Email {width:89% !important; float:right !important;}*/
/*.mktoLabel label[for="Email"] { width: 40px !important; float:left !important;}*/
.mktoForm .mktoFieldWrap {
  height: auto !important;
}

.bg-form-transparent {
  background: rgba(0, 0, 0, 0.2);
  background-color: rgba(0, 0, 0, 0.4) !important;
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-clip: border-box;
  background-origin: padding-box;
  background-position-x: 0%;
  background-position-y: 0%;
  background-size: auto auto;
}

.mktoForm select.mktoField {
  height: 40px !important;
  font-size: 18px !important;
}

.mktoForm .mktoFormCol,
.mktoForm .mktoFieldWrap {
  float: none !important;
}

.mktoForm .mktoFormCol,
.mktoForm input[type=text],
.mktoForm input[type=url],
.mktoForm input[type=email],
.mktoForm input[type=tel],
.mktoForm input[type=number],
.mktoForm input[type=date],
.mktoForm textarea.mktoField,
.mktoForm select.mktoField {
  width: 100% !important;
}

.mktoForm {
  font-family: GEInspiraSans-Regular, sans-serif !important;
  padding: 0 !important;
  box-sizing: border-box !important;
  width: 100% !important;
}

.mktoForm option {
  padding: 0 !important;
  color: #000 !important;
}

.mktoForm .mktoAsterix {
  float: left !important;
  padding-right: 5px !important;
  padding-left: 0 !important;
}

.mktoForm.hide-asterisk .mktoAsterix {
  display: none !important;
}

/*.mktoForm label { font-size: 14px !important; }*/
.mktoForm .mktoLabel {
  font-size: 14px !important;
  margin-bottom: 0px !important;
  padding-top: 0px !important;
  float: left !important;
  color: #000000;
}

.mktoForm .mktoLabel span {
  font-size: 12px !important;
}

.mktoForm .mktoRadioList,
.mktoForm .mktoCheckboxList {
  width: auto !important;
}

.mktoForm .mktoCheckboxList {
  float: left !important;
  clear: none !important;
}

.mktoLogicalField,
.mktoForm input[type=range] {
  width: 100% !important;
}

.mktoForm .mktoLogicalField label,
.mktoForm .mktoRadioList label {
  font-weight: normal !important;
}

.mktoForm input[type=text],
.mktoForm input[type=url],
.mktoForm input[type=email],
.mktoForm input[type=tel],
.mktoForm input[type=number],
.mktoForm input[type=date],
.mktoForm select,
.mktoForm textarea {
  border: 1px solid #DADADA !important;
  margin: 0px auto !important;
  float: none !important;
  margin-bottom: 4px !important;
  padding: 10px 6px !important;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  border-radius: 0 !important;
  width: 100% !important;
  font-size: 18px !important;
  line-height: 1.2em !important;
  height: 40px !important;
  min-height: 40px !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  color: #6f6f6f;
}

.mktoForm input[type=text],
.mktoForm input[type=url],
.mktoForm input[type=email],
.mktoForm input[type=tel],
.mktoForm input[type=number],
.mktoForm input[type=date] {
  padding: 25px 6px !important;
}

.mktoForm select.mktoField {
  height: 50px !important;
}

.mktoForm textarea {
  height: 150px !important;
}

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

.mktoButtonRow {
  display: block !important;
}

.mktoForm .mktoOffset,
.mktoForm .mktoGutter {
  display: none !important;
}

.mktoForm .mktoFormCol,
.mktoForm .mktoFieldWrap {
  float: none !important;
}

.mktoForm .mktoButtonWrap {
  margin: auto;
}

.mktoForm .mktoButton {
  font-size: 18px !important;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  border-radius: 0 !important;
  border: 0 !important;
  text-transform: uppercase !important;
  font-weight: bold !important;
  margin-top: 0px !important;
  display: block !important;
  padding: 5px 10px !important;
  width: 100% !important;
  color: #fff !important;
  min-height: 40px !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.mktoForm .cf_sign_on_caption,
.mktoForm .cf_sign_on_button {
  font-size: 12px;
}

/*.mktoForm .mktoRadioList, .mktoForm .mktoCheckboxList {
    padding: 1px 10px 0 0 !important;
}*/
.mktoForm legend {
  display: none;
}

.mktoForm fieldset {
  padding: 0 0 0 0 !important;
  margin: 0 !important;
}

.mktoForm fieldset .mktoFieldDescriptor {
  height: auto;
  margin-bottom: 0px !important;
}

.mktoForm fieldset .mktoFieldWrap {
  margin-bottom: 20px !important;
}

.mktoForm fieldset .mktoFieldDescriptor label span {
  color: #2d3345;
}

.mktoForm fieldset label {
  flex: 1;
}

.mktoForm fieldset input {
  flex: 2;
}

.mktoHtmlText {
  display: inline-block;
  width: 100% !important;
  padding: 0;
  line-height: normal;
}

.mktoHtmlText p {
  font-size: 13px;
}

.mktoHtmlText a {
  margin: 0;
  padding: 0;
  text-decoration: underline;
}

/*#mktoForm_546078 .mktoButton {*/
/*min-height: 42px !important;*/
/*color: #ffffff !important;*/
/*background-color: #fe5000 !important;*/
/*background-image: none !important;*/
/*margin-top: 1% !important;*/
/*}*/
#mktoForm_546078 .mktoButton:hover {
  /*min-height: 42px !important;*/
  color: #ffffff !important;
  text-decoration: none;
}

#mktoForm_546078 .mktoFieldWrap label[for=explicit_opt_in],
#mktoForm_546078 .mktoFieldWrap label[for=inquiry_type],
#mktoForm_546078 .mktoFieldWrap label[for=GDPR_contact__c],
#mktoForm_546078 .mktoFieldWrap label[for=inquiry_detail] {
  width: 95.5%;
}

/*#mktoForm_54103 .mktoButton {*/
/*min-height: 42px !important;*/
/*color: #ffffff !important;*/
/*background-color: #fe5000 !important;*/
/*background-image: none !important;*/
/*margin-top: 1% !important;*/
/*}*/
/*#mktoForm_54103 .mktoButton:hover {*/
/*!*min-height: 42px !important;*!*/
/*color: #ffffff !important;*/
/*background-color: #1f2229 !important;*/
/*background-image: none !important;*/
/*}*/
/*#mktoForm_54103 .mktoFieldWrap label[for="explicit_opt_in"],*/
/*#mktoForm_54103 .mktoFieldWrap label[for="inquiry_type"],*/
/*#mktoForm_54103 .mktoFieldWrap label[for="GDPR_contact__c"],*/
/*#mktoForm_54103 .mktoFieldWrap label[for="inquiry_detail"] {*/
/*width: 95.5%;*/
/*}*/
.mktoForm input[type=text]:focus, .mktoForm input[type=url]:focus, .mktoForm input[type=email]:focus, .mktoForm input[type=tel]:focus, .mktoForm input[type=number]:focus, .mktoForm input[type=date]:focus, .mktoForm select.mktoField:focus, .mktoForm textarea.mktoField:focus {
  border: 1px solid #9b9b9b !important;
  -moz-border-top-colors: #9b9b9b;
  -moz-border-bottom-colors: #9b9b9b;
  -moz-border-left-colors: #9b9b9b;
  -moz-border-right-colors: #9b9b9b;
}

/* Placeholder Focus */
/* Chrome/Opera/Safari */
.mktoForm input:focus::-webkit-input-placeholder,
.mktoForm textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

[placeholder]:focus::-webkit-input-placeholder {
  color: transparent;
}

/* Firefox 19+ */
.mktoForm input:focus::-moz-placeholder,
.mktoForm textarea:focus::-moz-placeholder {
  color: transparent;
}

/* Firefox 18- */
.mktoForm input:focus:-moz-placeholder,
.mktoForm textarea:focus:-moz-placeholder {
  color: transparent;
}

/* IE 10+ */
.mktoForm input:focus:-ms-input-placeholder,
.mktoForm textarea:focus:-ms-input-placeholder {
  color: transparent;
}

/* Add your custom CSS below */
/* Form Select Arrow */
.mktoForm select.mktoField {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  text-indent: 1px;
  text-overflow: "";
  text-indent: 0.01px;
  text-overflow: "";
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  display: inline-block;
  border-radius: 0;
  padding: 0.2em 18px 0.2em 0.3em;
}

/* IE11 hide native button */
select::-ms-expand {
  display: none !important;
}

select:disabled.simple-control::-ms-expand {
  display: none !important;
}

/* FORM */
.mktoForm .mktoRequiredField .mktoAsterix {
  display: none;
}

.mktoForm .mktoRadioList,
.mktoForm .mktoCheckboxList {
  padding: 1px 10px 0 0 !important;
  width: 14px !important;
}

.mktoForm .mktoButtonRow {
  margin-left: 0 !important;
}

.mktoForm .mktoButtonWrap {
  margin-left: 0 !important;
}

/* FROM END */
/* popup form */
.popup-title {
  color: #fff;
}

#mktoForm_546078 fieldset .mktoFieldDescriptor label span {
  color: #ffffff !important;
}

/* NEW FORM FIXES */
.mktoForm fieldset .mktoFieldDescriptor {
  padding: 0px 0px 0px 20px;
}

#explicit_opt_in {
  position: absolute;
  top: 3px;
  left: 7px !important;
}

/*************************************
MODAL FORM
*************************************/
.mktoForm .mktoRadioList, .mktoForm .mktoCheckboxList {
  padding: 1px 10px 0 0 !important;
  width: 14px !important;
  position: absolute;
  top: 5px;
}

#contactForm .formModal .modal-header {
  text-align: center;
  border-bottom: none;
}

#contactForm .formModal .modal-content {
  -webkit-box-shadow: 0 15px 165px rgba(0, 0, 0, 0.2);
  box-shadow: 0 15px 165px rgba(0, 0, 0, 0.2);
  border-radius: 0px;
}

#contactForm .formModal .modal-body {
  position: relative;
  padding: 15px;
  padding-left: 40px;
  padding-right: 40px;
}

#contactForm .formModal .modal-header h4 {
  font-size: 32px;
  font-weight: 700;
  margin-top: 40px;
}

#contactForm form.mktoForm select.mktoField {
  color: rgba(255, 255, 255, 0.5) !important;
  /*
     background: transparent!important;
     color: #fff!important;
     border: none!important;
     font-style: italic!important;*/
}

#contactForm form.mktoForm select.mktoField:checked {
  color: rgb(255, 255, 255) !important;
}

#contactForm .mktoForm select.mktoField {
  background: transparent url("/img/arrow-down.svg") calc(100% - 10px) center no-repeat !important;
}

#contactForm .mktoForm input[type=text], #contactForm .mktoForm input[type=url], #contactForm .mktoForm input[type=email], #contactForm .mktoForm input[type=tel], #contactForm .mktoForm input[type=number], #contactForm .mktoForm input[type=date], #contactForm .mktoForm select, #contactForm .mktoForm textarea {
  border: 1px solid #676767 !important;
  border-radius: 4px !important;
  background: transparent !important;
  color: #fff !important;
}

#contactForm form.mktoForm input::placeholder, #contactForm form.mktoForm textarea::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(255, 255, 255, 0.5) !important;
  opacity: 1; /* Firefox */
}

#contactForm form.mktoForm input:-ms-input-placeholder, #contactForm form.mktoForm textarea::placeholder { /* Internet Explorer 10-11 */
  color: rgba(255, 255, 255, 0.5) !important;
}

#contactForm form.mktoForm input::-ms-input-placeholder, #contactForm form.mktoForm textarea::placeholder { /* Microsoft Edge */
  color: rgba(255, 255, 255, 0.5) !important;
}

#contactForm form.mktoForm input:focus {
  border: none !important;
  outline: none !important;
}

#contactForm .mktoForm input[type=text]:focus, #contactForm .mktoForm input[type=url]:focus, #contactForm .mktoForm input[type=email]:focus, #contactForm .mktoForm input[type=tel]:focus, #contactForm .mktoForm input[type=number]:focus, #contactForm .mktoForm input[type=date]:focus, #contactForm .mktoForm select.mktoField:focus, #contactForm .mktoForm textarea.mktoField:focus {
  border: 1px solid #676767 !important;
  border-radius: 5px;
}

#contactForm .mktoForm label.mktoLabel {
  color: #D4D5D6 !important;
}

#contactForm .mktoForm label.mktoLabel {
  font-size: 14px !important;
  line-height: 18px !important;
  padding-left: 25px !important;
  margin-bottom: 1rem !important;
}

#contactForm .mktoForm .mktoButtonWrap.mktoSimple .mktoButton, .mktoForm .mktoButtonWrap.mktoSimple .mktoButton {
  margin: 0 auto;
  border-radius: 3px !important;
  padding-top: 22px !important;
  padding-bottom: 20px !important;
  margin-top: 23px !important;
}

#contactForm .mktoForm div, #contactForm .mktoForm span, #contactForm .mktoForm label, #contactForm .mktoForm p {
  font-size: 16px !important;
  color: #fff !important;
  line-height: 26px !important;
}

#contactForm .mktoForm p {
  font-weight: 400;
  font-size: 14px !important;
  line-height: 18px !important;
  color: #676767 !important;
}

#contactForm .mktoForm p a {
  color: #676767 !important;
}

#contactForm .mktoHtmlText a {
  color: #fff !important;
}

#contactForm select[name=interest_type] {
  color: rgba(255, 255, 255, 0.5) !important;
  border: 1px solid #676767 !important;
}

#contactForm #web_capture_country {
  color: rgba(255, 255, 255, 0.5) !important;
  border: 1px solid #676767 !important;
}

.mktoForm input[type=checkbox] + label:before {
  opacity: 0;
}

.mktoForm input[type=checkbox], .mktoForm input[type=radio] {
  opacity: 1;
}

.mktoForm input[type=checkbox] + label:before {
  display: none;
}

.mktoForm input[type=checkbox], .mktoForm input[type=radio] {
  opacity: 1;
}

.mktoForm .mktoRequiredField .mktoAsterix {
  display: none !important;
}

body {
  color: #6f6d7e;
  background: #fff;
  font-family: GEInspiraSans, "HelveticaNeueLight", "HelveticaNeue-Light", "Helvetica Neue Light", "HelveticaNeue", "Helvetica Neue", Arial, sans-serif;
}

body.forms {
  padding: 2rem 1rem;
  background: #121212;
  font-family: "Mona Sans";
}
body.forms h2 {
  color: #fff;
  font-weight: bold;
  margin-bottom: 2rem;
}

header {
  height: 5.625rem;
  position: fixed;
  width: 100%;
  z-index: 10;
  background-color: #fff;
  border-bottom: 1px solid #fff;
  top: 0;
}
header article {
  height: 100%;
  max-width: 71.25rem;
  display: flex;
  margin: 0 auto;
  align-items: center;
  justify-content: space-between;
}
header article nav a {
  color: #120C3C;
  padding-top: 3px;
}
header article #logo {
  font-size: 1.625rem;
  line-height: 1.75rem;
  color: rgb(89, 81, 148);
}
header article #logo a {
  text-decoration: none;
}
header article #logo a .logoText {
  position: relative;
  top: 3px;
}
header article #logo a img {
  max-height: 48px;
  margin-right: 1.25rem;
}

section {
  background-size: auto 100%;
}

section.header {
  color: #fff;
  background-color: #fafafa;
  background-repeat: no-repeat;
  background-size: auto 100%;
  height: calc(100vh - 90px);
  background-position: center top;
  margin-top: 5.625rem;
}
section.header article {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: flex-end;
  padding-top: 0;
  padding-bottom: 3rem;
}
section.header h2, section.header h3 {
  color: #fff;
}

h1 {
  margin-bottom: clamp(1.5rem, -0.1666666667rem + 4.4444444444vw, 3rem);
}

h2, h3 {
  color: #120C3C;
  margin-bottom: 1rem;
  margin-bottom: clamp(1rem, -0.1111111111rem + 2.962962963vw, 2rem);
}

.pretitle {
  margin-bottom: 1.25rem;
  color: #9F9EC9;
}
@media (max-width: 599px) {
  .pretitle {
    margin-bottom: 0.75rem;
  }
}

#viewapi h2 {
  font-size: 1.5rem;
  line-height: 1.7rem;
  margin-bottom: 0px;
}
#viewapi .links {
  background: #F3F8FD;
  padding: 1rem;
  border-radius: 5px;
  height: 90%;
}
#viewapi .links a {
  display: block;
  margin-bottom: 0.5rem;
}

#contactForm select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url(/img/arrow-down.svg) no-repeat calc(100% - 10px) center;
  padding-right: 20px; /* Anpassen der rechten Innenabstände für das Bild */
}
#contactForm.thankyou {
  display: flex;
  flex-direction: column;
  height: calc(100vh - 4rem);
  justify-content: center;
  color: #D4D5D6;
  text-align: center;
  padding: 1rem;
}
#contactForm.thankyou img {
  display: block;
  margin: 0 auto;
  margin-bottom: 2rem;
}
#contactForm.thankyou h2 {
  font-size: 1.75rem;
  line-height: 2rem;
  color: #F1F2F3;
  letter-spacing: 1.5px;
  margin-bottom: 1rem;
}
#contactForm.thankyou p {
  margin-bottom: 2rem;
}
#contactForm.thankyou a {
  display: block;
  color: #F1F2F3;
  margin: 0 auto;
}

/*# sourceMappingURL=screen.css.map */
