@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Montserrat Regular'), local('Montserrat-Regular'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUSjIg1_i6t8kCHKm459Wlhzg.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Montserrat Bold'), local('Montserrat-Bold'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_dJE3gnD-w.ttf) format('truetype');
}
/*=========================
BASE IMPORTS
=========================*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
/*=========================
ADD MIX-INS
=========================*/
#player-services {
  display: none;
}
/*=========================
    BASE STYLES
    =========================*/
html,
body {
  height: 100%;
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child {
  margin-top: 0;
}
*.divider:after,
[class*="divider-"]:after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: black;
  margin: 1em auto;
}
*.divider-inverted:after,
[class*="inverted-divider-"]:after {
  background: white;
}
*[class*="divider-10"]:after {
  width: 10%;
}
*[class*="divider-20"]:after {
  width: 20%;
}
*[class*="divider-30"]:after {
  width: 30%;
}
*[class*="divider-40"]:after {
  width: 40%;
}
*[class*="divider-50"]:after {
  width: 50%;
}
*[class*="divider-60"]:after {
  width: 60%;
}
*[class*="divider-70"]:after {
  width: 70%;
}
*[class*="divider-80"]:after {
  width: 80%;
}
*[class*="divider-90"]:after {
  width: 90%;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
.video-player-container {
  line-height: 0;
}
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}
.hidden {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.ivx-page-element-overlay-open {
  display: inherit;
}
.ivx-page-element-overlay-close {
  display: none;
}
.show {
  -webkit-animation: showState 0.1s;
  -moz-animation: showState 0.1s;
  -o-animation: showState 0.1s;
  animation: showState 0.1s;
  opacity: 1;
}
.hide {
  -webkit-animation: hideState 0.1s;
  -moz-animation: hideState 0.1s;
  -o-animation: hideState 0.1s;
  animation: hideState 0.1s;
  opacity: 0;
}
@-webkit-keyframes hideState {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    display: none;
    visibility: hidden;
  }
}
@-moz-keyframes hideState {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    display: none;
    visibility: hidden;
  }
}
@-o-keyframes hideState {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    display: none;
    visibility: hidden;
  }
}
@keyframes hideState {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    display: none;
    visibility: hidden;
  }
}
@-webkit-keyframes showState {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes showState {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes showState {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes showState {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*Story Player Defaults*/
/* Standard SP Palletes */
.ivx-color-black,
.ivx-color-inverted {
  background-color: #000;
}
.ivx-color-white {
  background-color: #FFFFFF;
}
.ivx-color-black-color {
  color: #000;
}
.ivx-color-white-color {
  color: #FFFFFF;
}
.ivx-color-grey-A700 {
  background-color: hsl(0, 0%, 12.94117647%);
  color: #ffffff;
}
.ivx-color-grey-A400 {
  background-color: hsl(0, 0%, 25.88235294%);
  color: #ffffff;
}
.ivx-color-grey-A200 {
  background-color: hsl(0, 0%, 61.96078431%);
  color: #ffffff;
}
.ivx-color-grey-A100 {
  background-color: hsl(0, 0%, 93.33333333%);
  color: #000000;
}
.ivx-color-grey-dark {
  background-color: hsl(0, 0%, 12.94117647%);
  color: #ffffff;
}
.ivx-color-grey-900 {
  background-color: hsl(0, 0%, 12.94117647%);
  color: #ffffff;
}
.ivx-color-grey-800 {
  background-color: hsl(0, 0%, 25.88235294%);
  color: #ffffff;
}
.ivx-color-grey-700 {
  background-color: hsl(0, 0%, 38.03921569%);
  color: #ffffff;
}
.ivx-color-grey-600 {
  background-color: hsl(0, 0%, 45.88235294%);
  color: #ffffff;
}
.ivx-color-grey {
  background-color: hsl(0, 0%, 61.96078431%);
  color: #ffffff;
}
.ivx-color-grey-500 {
  background-color: hsl(0, 0%, 61.96078431%);
  color: #ffffff;
}
.ivx-color-grey-400 {
  background-color: hsl(0, 0%, 74.11764706%);
  color: #000000;
}
.ivx-color-grey-300 {
  background-color: hsl(0, 0%, 87.84313725%);
  color: #000000;
}
.ivx-color-grey-200 {
  background-color: hsl(0, 0%, 93.33333333%);
  color: #000000;
}
.ivx-color-grey-100 {
  background-color: hsl(0, 0%, 96.07843137%);
  color: #000000;
}
.ivx-color-grey-light {
  background-color: hsl(0, 0%, 98.03921569%);
  color: #000000;
}
.ivx-color-grey-50 {
  background-color: hsl(0, 0%, 98.03921569%);
  color: #000000;
}
/*Material Defaults*/
/* Background Image */
/* Background Gradient */
._defaultControlButtons {
  padding: 0.75em;
  width: 2.5rem;
  height: 2.5rem;
}
._containerStyles {
  position: relative;
  min-height: 4rem;
}
._scrubStyle {
  position: absolute;
  top: 0;
  left: 0;
}
._timeLapseStyle {
  height: 100%;
}
._playPauseStyle {
  position: absolute;
  top: 1rem;
  left: 5%;
  padding: 0.75em;
  width: 2.5rem;
  height: 2.5rem;
}
._muteStyle {
  position: absolute;
  top: 1rem;
  right: 5%;
  padding: 0.75em;
  width: 2.5rem;
  height: 2.5rem;
}
._ccStyle {
  position: absolute;
  top: 1rem;
  right: calc(5% + 2rem + .5em);
  padding: 0.75em;
  width: 2.5rem;
  height: 2.5rem;
}
._currentTimeStyle {
  position: absolute;
  left: calc(5% + 2rem + 1em);
  top: 1.625rem;
  font-size: 0.875em;
}
._durationStyle {
  position: absolute;
  left: calc(5% + 1.75rem + 4.375em);
  top: 1.625rem;
  font-size: 0.875em;
}
._trackStyle {
  margin: 0;
  padding-top: calc(2rem + 2.5rem);
  padding-left: 0;
}
.ivx-input-container-buttons-stacked .ivx-input-buttons {
  display: block;
  width: 100%;
}
.ivx-input-container-buttons-stacked .ivx-input-buttons + .ivx-input-buttons {
  margin-top: 0.5rem;
}
._defaultButtonStyles {
  font-size: 1rem;
  border: none;
  padding: 0.75em 1.5em;
  box-sizing: border-box;
}
._defaultInputContainerErrorStyles {
  margin: 0.5em 0 0;
  text-align: left;
}
._defaultErrorMessageStyles {
  color: #F44336;
  font-size: 0.75em;
}
._defaultInputContainerTextStyles {
  margin-top: 1em;
}
._defaultInputContainerTextStyles .ivx-input-label {
  display: block;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.75em;
  color: #2d5174;
  padding-bottom: 0.5em;
  text-align: left;
}
._defaultTextInputStyles {
  font-size: 1rem;
  border: 1px solid #BDBDBD;
  padding: 0.5em 0.75em;
  width: 100%;
  box-sizing: border-box;
}
._defaultInputContainerTextareaStyles {
  margin-top: 1em;
}
._defaultInputContainerTextareaStyles .ivx-input-label {
  display: block;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.75em;
  color: #2d5174;
  padding-bottom: 0.5em;
  text-align: left;
}
._defaultTextareaInputStyles {
  font-size: 1rem;
  border: 1px solid #BDBDBD;
  padding: 0.5em 0.75em;
  width: 100%;
  box-sizing: border-box;
}
._defaultInputContainerRadioStyles {
  margin-top: 1em;
}
._defaultInputContainerRadioStyles .ivx-input-label {
  margin-top: 0.5em;
}
._defaultInputContainerRadioStyles .ivx-input-label + .ivx-input-label {
  margin-left: 0.5em;
}
._defaultRadioInputStyles {
  margin-right: 0.5em;
}
._defaultInputContainerCheckboxStyles {
  margin-top: 1em;
}
._defaultInputContainerCheckboxStyles .ivx-input-label {
  margin-top: 0.5em;
}
._defaultInputContainerCheckboxStyles .ivx-input-label + .ivx-input-label {
  margin-left: 0.5em;
}
._defaultCheckboxInputStyles {
  margin-right: 0.5em;
}
.ivx-input-container-checkbox .ivx-input-label.ivx-input-label-long {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.ivx-input-container-checkbox .ivx-input-label.ivx-input-label-long .ivx-input-checkbox:before {
  position: relative;
  margin-top: 0;
}
.ivx-input-container-checkbox .ivx-input-label.ivx-input-label-long small {
  display: inline-block;
  text-align: left;
  padding-left: 0.5rem;
}
._defaultInputContainerOptionsStyles {
  margin-top: 1em;
}
._defaultInputContainerOptionsStyles .ivx-input-label {
  display: block;
  font-size: 0.75em;
  padding-bottom: 0.5em;
  text-align: left;
}
._defaultOptionsInputStyles {
  font-size: 1rem;
  border: 1px solid #BDBDBD;
  background: #FFFFFF;
  height: 2.25em;
  width: 100%;
  box-sizing: border-box;
}
._defaultSubmitButtonContainerCheckboxStyles {
  margin: 1em 0;
}
.ivx-animation {
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 500ms;
  -moz-animation-duration: 500ms;
  -o-animation-duration: 500ms;
  animation-duration: 500ms;
}
.ivx-animation-delay {
  -webkit-animation-delay: 500ms;
  -moz-animation-delay: 500ms;
  -o-animation-delay: 500ms;
  animation-delay: 500ms;
}
.ivx-animation-hide {
  opacity: 0;
  max-height: 0px;
}
.ivx-animation-show {
  opacity: 1;
  max-height: 100vh;
}
lesshat-selector {
  -lh-property: 0; } 
@-webkit-keyframes fade-out-down{ 0%{ opacity:1; -webkit-transform: translate3d(0, 0, 0); max-height: 100vh;} 99%{ opacity:0; -webkit-transform: translate3d(0, 100%, 0); max-height: 100vh;} 100%{ opacity:0; -webkit-transform: translate3d(0, 100%, 0); max-height: 0px; visibility: hidden;}}
@-moz-keyframes fade-out-down{ 0%{ opacity:1; -moz-transform: translate3d(0, 0, 0); max-height: 100vh;} 99%{ opacity:0; -moz-transform: translate3d(0, 100%, 0); max-height: 100vh;} 100%{ opacity:0; -moz-transform: translate3d(0, 100%, 0); max-height: 0px; visibility: hidden;}}
@-o-keyframes fade-out-down{ 0%{ opacity:1; -o-transform: translate3d(0, 0, 0); max-height: 100vh;} 99%{ opacity:0; -o-transform: translate3d(0, 100%, 0); max-height: 100vh;} 100%{ opacity:0; -o-transform: translate3d(0, 100%, 0); max-height: 0px; visibility: hidden;}}
@keyframes fade-out-down{ 0%{ opacity:1;-webkit-transform: translate3d(0, 0, 0);-moz-transform: translate3d(0, 0, 0);-ms-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0); max-height: 100vh;} 99%{ opacity:0;-webkit-transform: translate3d(0, 100%, 0);-moz-transform: translate3d(0, 100%, 0);-ms-transform: translate3d(0, 100%, 0);transform: translate3d(0, 100%, 0); max-height: 100vh;} 100%{ opacity:0;-webkit-transform: translate3d(0, 100%, 0);-moz-transform: translate3d(0, 100%, 0);-ms-transform: translate3d(0, 100%, 0);transform: translate3d(0, 100%, 0); max-height: 0px; visibility: hidden;}}
[not-existing] {
  zoom: 1;
}
.ivx-animation-fade-out-down {
  content: remove;
  -webkit-animation-name: fade-out-down;
  -moz-animation-name: fade-out-down;
  -o-animation-name: fade-out-down;
  animation-name: fade-out-down;
}
lesshat-selector {
  -lh-property: 0; } 
@-webkit-keyframes fade-out-up{ 0%{ opacity:1; -webkit-transform: translate3d(0, 0, 0); max-height: 100vh;} 99%{ opacity:0; -webkit-transform: translate3d(0, -100%, 0); max-height: 100vh;} 100%{ opacity:0; -webkit-transform: translate3d(0, -100%, 0); max-height: 0px; visibility: hidden;}}
@-moz-keyframes fade-out-up{ 0%{ opacity:1; -moz-transform: translate3d(0, 0, 0); max-height: 100vh;} 99%{ opacity:0; -moz-transform: translate3d(0, -100%, 0); max-height: 100vh;} 100%{ opacity:0; -moz-transform: translate3d(0, -100%, 0); max-height: 0px; visibility: hidden;}}
@-o-keyframes fade-out-up{ 0%{ opacity:1; -o-transform: translate3d(0, 0, 0); max-height: 100vh;} 99%{ opacity:0; -o-transform: translate3d(0, -100%, 0); max-height: 100vh;} 100%{ opacity:0; -o-transform: translate3d(0, -100%, 0); max-height: 0px; visibility: hidden;}}
@keyframes fade-out-up{ 0%{ opacity:1;-webkit-transform: translate3d(0, 0, 0);-moz-transform: translate3d(0, 0, 0);-ms-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0); max-height: 100vh;} 99%{ opacity:0;-webkit-transform: translate3d(0, -100%, 0);-moz-transform: translate3d(0, -100%, 0);-ms-transform: translate3d(0, -100%, 0);transform: translate3d(0, -100%, 0); max-height: 100vh;} 100%{ opacity:0;-webkit-transform: translate3d(0, -100%, 0);-moz-transform: translate3d(0, -100%, 0);-ms-transform: translate3d(0, -100%, 0);transform: translate3d(0, -100%, 0); max-height: 0px; visibility: hidden;}}
[not-existing] {
  zoom: 1;
}
.ivx-animation-fade-out-up {
  content: remove;
  -webkit-animation-name: fade-out-up;
  -moz-animation-name: fade-out-up;
  -o-animation-name: fade-out-up;
  animation-name: fade-out-up;
}
lesshat-selector {
  -lh-property: 0; } 
@-webkit-keyframes fade-out-right{ 0%{ opacity:1; -webkit-transform: translate3d(0, 0, 0); max-height: 100vh;} 99%{ opacity:0; -webkit-transform: translate3d(100%, 0, 0); max-height: 100vh;} 100%{ opacity:0; -webkit-transform: translate3d(100%, 0, 0); max-height: 0px; visibility: hidden;}}
@-moz-keyframes fade-out-right{ 0%{ opacity:1; -moz-transform: translate3d(0, 0, 0); max-height: 100vh;} 99%{ opacity:0; -moz-transform: translate3d(100%, 0, 0); max-height: 100vh;} 100%{ opacity:0; -moz-transform: translate3d(100%, 0, 0); max-height: 0px; visibility: hidden;}}
@-o-keyframes fade-out-right{ 0%{ opacity:1; -o-transform: translate3d(0, 0, 0); max-height: 100vh;} 99%{ opacity:0; -o-transform: translate3d(100%, 0, 0); max-height: 100vh;} 100%{ opacity:0; -o-transform: translate3d(100%, 0, 0); max-height: 0px; visibility: hidden;}}
@keyframes fade-out-right{ 0%{ opacity:1;-webkit-transform: translate3d(0, 0, 0);-moz-transform: translate3d(0, 0, 0);-ms-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0); max-height: 100vh;} 99%{ opacity:0;-webkit-transform: translate3d(100%, 0, 0);-moz-transform: translate3d(100%, 0, 0);-ms-transform: translate3d(100%, 0, 0);transform: translate3d(100%, 0, 0); max-height: 100vh;} 100%{ opacity:0;-webkit-transform: translate3d(100%, 0, 0);-moz-transform: translate3d(100%, 0, 0);-ms-transform: translate3d(100%, 0, 0);transform: translate3d(100%, 0, 0); max-height: 0px; visibility: hidden;}}
[not-existing] {
  zoom: 1;
}
.ivx-animation-fade-out-right {
  content: remove;
  -webkit-animation-name: fade-out-right;
  -moz-animation-name: fade-out-right;
  -o-animation-name: fade-out-right;
  animation-name: fade-out-right;
}
lesshat-selector {
  -lh-property: 0; } 
@-webkit-keyframes fade-out-left{ 0%{ opacity:1; -webkit-transform: translate3d(0, 0, 0); max-height: 100vh;} 99%{ opacity:0; -webkit-transform: translate3d(-100%, 0, 0); max-height: 100vh;} 100%{ opacity:0; -webkit-transform: translate3d(-100%, 0, 0); max-height: 0px; visibility: hidden;}}
@-moz-keyframes fade-out-left{ 0%{ opacity:1; -moz-transform: translate3d(0, 0, 0); max-height: 100vh;} 99%{ opacity:0; -moz-transform: translate3d(-100%, 0, 0); max-height: 100vh;} 100%{ opacity:0; -moz-transform: translate3d(-100%, 0, 0); max-height: 0px; visibility: hidden;}}
@-o-keyframes fade-out-left{ 0%{ opacity:1; -o-transform: translate3d(0, 0, 0); max-height: 100vh;} 99%{ opacity:0; -o-transform: translate3d(-100%, 0, 0); max-height: 100vh;} 100%{ opacity:0; -o-transform: translate3d(-100%, 0, 0); max-height: 0px; visibility: hidden;}}
@keyframes fade-out-left{ 0%{ opacity:1;-webkit-transform: translate3d(0, 0, 0);-moz-transform: translate3d(0, 0, 0);-ms-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0); max-height: 100vh;} 99%{ opacity:0;-webkit-transform: translate3d(-100%, 0, 0);-moz-transform: translate3d(-100%, 0, 0);-ms-transform: translate3d(-100%, 0, 0);transform: translate3d(-100%, 0, 0); max-height: 100vh;} 100%{ opacity:0;-webkit-transform: translate3d(-100%, 0, 0);-moz-transform: translate3d(-100%, 0, 0);-ms-transform: translate3d(-100%, 0, 0);transform: translate3d(-100%, 0, 0); max-height: 0px; visibility: hidden;}}
[not-existing] {
  zoom: 1;
}
.ivx-animation-fade-out-left {
  content: remove;
  -webkit-animation-name: fade-out-left;
  -moz-animation-name: fade-out-left;
  -o-animation-name: fade-out-left;
  animation-name: fade-out-left;
}
lesshat-selector {
  -lh-property: 0; } 
@-webkit-keyframes fade-out-grow{ 0%{ opacity:1; -webkit-transform: scale(0, 0, 0); max-height: 100vh;} 99%{ opacity:0; -webkit-transform: scale(1.5, 1.5); max-height: 100vh;} 100%{ opacity:0; -webkit-transform: scale(1.5, 1.5); max-height: 0px; visibility: hidden;}}
@-moz-keyframes fade-out-grow{ 0%{ opacity:1; -moz-transform: scale(0, 0, 0); max-height: 100vh;} 99%{ opacity:0; -moz-transform: scale(1.5, 1.5); max-height: 100vh;} 100%{ opacity:0; -moz-transform: scale(1.5, 1.5); max-height: 0px; visibility: hidden;}}
@-o-keyframes fade-out-grow{ 0%{ opacity:1; -o-transform: scale(0, 0, 0); max-height: 100vh;} 99%{ opacity:0; -o-transform: scale(1.5, 1.5); max-height: 100vh;} 100%{ opacity:0; -o-transform: scale(1.5, 1.5); max-height: 0px; visibility: hidden;}}
@keyframes fade-out-grow{ 0%{ opacity:1;-webkit-transform: scale(0, 0, 0);-moz-transform: scale(0, 0, 0);-ms-transform: scale(0, 0, 0);transform: scale(0, 0, 0); max-height: 100vh;} 99%{ opacity:0;-webkit-transform: scale(1.5, 1.5);-moz-transform: scale(1.5, 1.5);-ms-transform: scale(1.5, 1.5);transform: scale(1.5, 1.5); max-height: 100vh;} 100%{ opacity:0;-webkit-transform: scale(1.5, 1.5);-moz-transform: scale(1.5, 1.5);-ms-transform: scale(1.5, 1.5);transform: scale(1.5, 1.5); max-height: 0px; visibility: hidden;}}
[not-existing] {
  zoom: 1;
}
.ivx-animation-fade-out-grow {
  content: remove;
  -webkit-animation-name: fade-out-grow;
  -moz-animation-name: fade-out-grow;
  -o-animation-name: fade-out-grow;
  animation-name: fade-out-grow;
}
lesshat-selector {
  -lh-property: 0; } 
@-webkit-keyframes fade-out{ 0%{ opacity:1; max-height: 100vh;} 99%{ opacity:0; max-height: 100vh;} 100%{ opacity:0; max-height: 0px; visibility: hidden;}}
@-moz-keyframes fade-out{ 0%{ opacity:1; max-height: 100vh;} 99%{ opacity:0; max-height: 100vh;} 100%{ opacity:0; max-height: 0px; visibility: hidden;}}
@-o-keyframes fade-out{ 0%{ opacity:1; max-height: 100vh;} 99%{ opacity:0; max-height: 100vh;} 100%{ opacity:0; max-height: 0px; visibility: hidden;}}
@keyframes fade-out{ 0%{ opacity:1; max-height: 100vh;} 99%{ opacity:0; max-height: 100vh;} 100%{ opacity:0; max-height: 0px; visibility: hidden;}}
[not-existing] {
  zoom: 1;
}
.ivx-animation-fade-out {
  content: remove;
  -webkit-animation-name: fade-out;
  -moz-animation-name: fade-out;
  -o-animation-name: fade-out;
  animation-name: fade-out;
}
lesshat-selector {
  -lh-property: 0; } 
@-webkit-keyframes fade-in-right{ 0%{ opacity:0; -webkit-transform: translate3d(100%, 0, 0); max-height: 0px;} 1%{ opacity:0; -webkit-transform: translate3d(100%, 0, 0); max-height: 100vh;} 100%{ opacity:1; -webkit-transform: translate3d(0, 0, 0); max-height: 100vh;}}
@-moz-keyframes fade-in-right{ 0%{ opacity:0; -moz-transform: translate3d(100%, 0, 0); max-height: 0px;} 1%{ opacity:0; -moz-transform: translate3d(100%, 0, 0); max-height: 100vh;} 100%{ opacity:1; -moz-transform: translate3d(0, 0, 0); max-height: 100vh;}}
@-o-keyframes fade-in-right{ 0%{ opacity:0; -o-transform: translate3d(100%, 0, 0); max-height: 0px;} 1%{ opacity:0; -o-transform: translate3d(100%, 0, 0); max-height: 100vh;} 100%{ opacity:1; -o-transform: translate3d(0, 0, 0); max-height: 100vh;}}
@keyframes fade-in-right{ 0%{ opacity:0;-webkit-transform: translate3d(100%, 0, 0);-moz-transform: translate3d(100%, 0, 0);-ms-transform: translate3d(100%, 0, 0);transform: translate3d(100%, 0, 0); max-height: 0px;} 1%{ opacity:0;-webkit-transform: translate3d(100%, 0, 0);-moz-transform: translate3d(100%, 0, 0);-ms-transform: translate3d(100%, 0, 0);transform: translate3d(100%, 0, 0); max-height: 100vh;} 100%{ opacity:1;-webkit-transform: translate3d(0, 0, 0);-moz-transform: translate3d(0, 0, 0);-ms-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0); max-height: 100vh;}}
[not-existing] {
  zoom: 1;
}
.ivx-animation-fade-in-right {
  content: add;
  -webkit-animation-name: fade-in-right;
  -moz-animation-name: fade-in-right;
  -o-animation-name: fade-in-right;
  animation-name: fade-in-right;
}
lesshat-selector {
  -lh-property: 0; } 
@-webkit-keyframes fade-in-left{ 0%{ opacity:0; -webkit-transform: translate3d(-100%, 0, 0); max-height: 0px;} 1%{ opacity:0; -webkit-transform: translate3d(-100%, 0, 0); max-height: 100vh;} 100%{ opacity:1; -webkit-transform: translate3d(0, 0, 0); max-height: 100vh;}}
@-moz-keyframes fade-in-left{ 0%{ opacity:0; -moz-transform: translate3d(-100%, 0, 0); max-height: 0px;} 1%{ opacity:0; -moz-transform: translate3d(-100%, 0, 0); max-height: 100vh;} 100%{ opacity:1; -moz-transform: translate3d(0, 0, 0); max-height: 100vh;}}
@-o-keyframes fade-in-left{ 0%{ opacity:0; -o-transform: translate3d(-100%, 0, 0); max-height: 0px;} 1%{ opacity:0; -o-transform: translate3d(-100%, 0, 0); max-height: 100vh;} 100%{ opacity:1; -o-transform: translate3d(0, 0, 0); max-height: 100vh;}}
@keyframes fade-in-left{ 0%{ opacity:0;-webkit-transform: translate3d(-100%, 0, 0);-moz-transform: translate3d(-100%, 0, 0);-ms-transform: translate3d(-100%, 0, 0);transform: translate3d(-100%, 0, 0); max-height: 0px;} 1%{ opacity:0;-webkit-transform: translate3d(-100%, 0, 0);-moz-transform: translate3d(-100%, 0, 0);-ms-transform: translate3d(-100%, 0, 0);transform: translate3d(-100%, 0, 0); max-height: 100vh;} 100%{ opacity:1;-webkit-transform: translate3d(0, 0, 0);-moz-transform: translate3d(0, 0, 0);-ms-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0); max-height: 100vh;}}
[not-existing] {
  zoom: 1;
}
.ivx-animation-fade-in-left {
  content: add;
  -webkit-animation-name: fade-in-left;
  -moz-animation-name: fade-in-left;
  -o-animation-name: fade-in-left;
  animation-name: fade-in-left;
}
lesshat-selector {
  -lh-property: 0; } 
@-webkit-keyframes fade-in{ 0%{ opacity:0; max-height: 0px;} 1%{ opacity:0; max-height: 100vh;} 100%{ opacity:1; max-height: 100vh;}}
@-moz-keyframes fade-in{ 0%{ opacity:0; max-height: 0px;} 1%{ opacity:0; max-height: 100vh;} 100%{ opacity:1; max-height: 100vh;}}
@-o-keyframes fade-in{ 0%{ opacity:0; max-height: 0px;} 1%{ opacity:0; max-height: 100vh;} 100%{ opacity:1; max-height: 100vh;}}
@keyframes fade-in{ 0%{ opacity:0; max-height: 0px;} 1%{ opacity:0; max-height: 100vh;} 100%{ opacity:1; max-height: 100vh;}}
[not-existing] {
  zoom: 1;
}
.ivx-animation-fade-in {
  content: add;
  -webkit-animation-name: fade-in;
  -moz-animation-name: fade-in;
  -o-animation-name: fade-in;
  animation-name: fade-in;
}
.ivx-animation-timing-step-end {
  -webkit-animation-timing-function: step-end;
  -moz-animation-timing-function: step-end;
  -o-animation-timing-function: step-end;
  animation-timing-function: step-end;
}
.ivx-animation-timing-step-start {
  -webkit-animation-timing-function: step-start;
  -moz-animation-timing-function: step-start;
  -o-animation-timing-function: step-start;
  animation-timing-function: step-start;
}
.ivx-animation-timing-ease-in-out {
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  -o-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
.ivx-animation-timing-ease-out {
  -webkit-animation-timing-function: ease-out;
  -moz-animation-timing-function: ease-out;
  -o-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
.ivx-animation-timing-ease-in {
  -webkit-animation-timing-function: ease-in;
  -moz-animation-timing-function: ease-in;
  -o-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
.ivx-animation-timing-linear {
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -o-animation-timing-function: linear;
  animation-timing-function: linear;
}
/*=====================
      1 Color Palette
      ======================*/
.ivx-color-primary-A700 {
  background-color: #1c3857;
  color: #ffffff;
}
.ivx-color-primary-A400 {
  background-color: #284a6c;
  color: #ffffff;
}
.ivx-color-primary-A200 {
  background-color: #6c859e;
  color: #ffffff;
}
.ivx-color-primary-A100 {
  background-color: #c0cbd5;
  color: #000000;
}
.ivx-color-primary-dark {
  background-color: #112845;
  color: #ffffff;
}
.ivx-color-primary-900 {
  background-color: #112845;
  color: #ffffff;
}
.ivx-color-primary-800 {
  background-color: #1c3857;
  color: #ffffff;
}
.ivx-color-primary-700 {
  background-color: #224061;
  color: #ffffff;
}
.ivx-color-primary-600 {
  background-color: #284a6c;
  color: #ffffff;
}
.ivx-color-primary {
  background-color: #2d5174;
  color: #ffffff;
}
.ivx-color-primary-500 {
  background-color: #2d5174;
  color: #ffffff;
}
.ivx-color-primary-400 {
  background-color: #4d6b89;
  color: #ffffff;
}
.ivx-color-primary-300 {
  background-color: #6c859e;
  color: #ffffff;
}
.ivx-color-primary-200 {
  background-color: #96a8ba;
  color: #ffffff;
}
.ivx-color-primary-100 {
  background-color: #c0cbd5;
  color: #000000;
}
.ivx-color-primary-light {
  background-color: #e6eaee;
  color: #000000;
}
.ivx-color-primary-50 {
  background-color: #e6eaee;
  color: #000000;
}
.ivx-color-primary-A700-color {
  color: #1c3857;
}
.ivx-color-primary-A400-color {
  color: #284a6c;
}
.ivx-color-primary-A200-color {
  color: #6c859e;
}
.ivx-color-primary-A100-color {
  color: #c0cbd5;
}
.ivx-color-primary-dark-color {
  color: #112845;
}
.ivx-color-primary-900-color {
  color: #112845;
}
.ivx-color-primary-800-color {
  color: #1c3857;
}
.ivx-color-primary-700-color {
  color: #224061;
}
.ivx-color-primary-600-color {
  color: #284a6c;
}
.ivx-color-primary-color {
  color: #2d5174;
}
.ivx-color-primary-500-color {
  color: #2d5174;
}
.ivx-color-primary-400-color {
  color: #4d6b89;
}
.ivx-color-primary-300-color {
  color: #6c859e;
}
.ivx-color-primary-200-color {
  color: #96a8ba;
}
.ivx-color-primary-100-color {
  color: #c0cbd5;
}
.ivx-color-primary-light-color {
  color: #e6eaee;
}
.ivx-color-primary-50-color {
  color: #e6eaee;
}
.ivx-color-secondary-A700 {
  background-color: #50446f;
  color: #ffffff;
}
.ivx-color-secondary-A400 {
  background-color: #655784;
  color: #ffffff;
}
.ivx-color-secondary-A200 {
  background-color: #998faf;
  color: #ffffff;
}
.ivx-color-secondary-A100 {
  background-color: #d3cfdd;
  color: #000000;
}
.ivx-color-secondary-dark {
  background-color: #3e325d;
  color: #ffffff;
}
.ivx-color-secondary-900 {
  background-color: #3e325d;
  color: #ffffff;
}
.ivx-color-secondary-800 {
  background-color: #50446f;
  color: #ffffff;
}
.ivx-color-secondary-700 {
  background-color: #5a4d79;
  color: #ffffff;
}
.ivx-color-secondary-600 {
  background-color: #655784;
  color: #ffffff;
}
.ivx-color-secondary {
  background-color: #6d5f8c;
  color: #ffffff;
}
.ivx-color-secondary-500 {
  background-color: #6d5f8c;
  color: #ffffff;
}
.ivx-color-secondary-400 {
  background-color: #83779d;
  color: #ffffff;
}
.ivx-color-secondary-300 {
  background-color: #998faf;
  color: #ffffff;
}
.ivx-color-secondary-200 {
  background-color: #b6afc6;
  color: #000000;
}
.ivx-color-secondary-100 {
  background-color: #d3cfdd;
  color: #000000;
}
.ivx-color-secondary-light {
  background-color: #edecf1;
  color: #000000;
}
.ivx-color-secondary-50 {
  background-color: #edecf1;
  color: #000000;
}
.ivx-color-secondary-A700-color {
  color: #50446f;
}
.ivx-color-secondary-A400-color {
  color: #655784;
}
.ivx-color-secondary-A200-color {
  color: #998faf;
}
.ivx-color-secondary-A100-color {
  color: #d3cfdd;
}
.ivx-color-secondary-dark-color {
  color: #3e325d;
}
.ivx-color-secondary-900-color {
  color: #3e325d;
}
.ivx-color-secondary-800-color {
  color: #50446f;
}
.ivx-color-secondary-700-color {
  color: #5a4d79;
}
.ivx-color-secondary-600-color {
  color: #655784;
}
.ivx-color-secondary-color {
  color: #6d5f8c;
}
.ivx-color-secondary-500-color {
  color: #6d5f8c;
}
.ivx-color-secondary-400-color {
  color: #83779d;
}
.ivx-color-secondary-300-color {
  color: #998faf;
}
.ivx-color-secondary-200-color {
  color: #b6afc6;
}
.ivx-color-secondary-100-color {
  color: #d3cfdd;
}
.ivx-color-secondary-light-color {
  color: #edecf1;
}
.ivx-color-secondary-50-color {
  color: #edecf1;
}
/*=====================
      2 Buttons
      ======================*/
.ivx-input-container-buttons .ivx-input-buttons {
  font-size: 1rem;
  border: none;
  padding: 0.75em 1.5em;
  box-sizing: border-box;
  border-radius: 100px;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: bold;
  padding: 1rem 1.5rem;
  cursor: pointer;
  text-decoration: none;
  background: #6d5f8c;
  box-shadow: none;
  color: #ffffff;
}
.ivx-input-container-buttons .ivx-input-buttons {
  display: block;
  width: 100%;
  max-width: 20rem;
  margin: 0.5rem auto;
}
.ivx-input-container-buttons .ivx-input-buttons[id*="undefined"] {
  box-shadow: none;
  text-transform: none;
  text-decoration: underline;
  font-weight: normal;
  font-size: 0.875rem;
  background: none;
}
.ivx-input-buttons-skip {
  display: inline-block;
  background: #FFFFFF;
  color: #6d5f8c;
  padding: 0.25rem 1rem;
  margin: 1rem 0;
  font-size: 0.75rem;
  text-transform: uppercase;
  font-weight: bold;
  cursor: pointer;
}
#footer .ivx-link-container .ivx-input-buttons {
  font-size: 1rem;
  border: none;
  padding: 0.75em 1.5em;
  box-sizing: border-box;
  background: #fdd757;
  color: #212121;
  font-size: 1.125rem;
  border-radius: 8px;
  padding: 0.5em 1.5em;
  margin: 0.5em;
  text-decoration: none;
  display: inline-flex;
  flex-direction: row;
  text-align: left;
  align-items: center;
  justify-content: center;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  #footer .ivx-link-container .ivx-input-buttons {
    font-size: 0.75rem;
  }
}
@media only screen and (max-height: 520px) and (orientation: landscape) {
  #footer .ivx-link-container .ivx-input-buttons {
    font-size: 0.75rem;
  }
}
/*=====================
      3 Components
      ======================*/
.progress-bar {
  height: 0.5rem;
  background: #FFFFFF;
}
.progress-bar .progress-indicator {
  height: 100%;
  background: #2d5174;
  border: 2px solid #FFFFFF;
  box-sizing: border-box;
}
.progress-read-out {
  display: none;
}
/*=====================
      4 Video Players
      ======================*/
section.ivx-state-video-section {
  max-width: 100%;
}
section.ivx-state-video-section header,
section.ivx-state-video-section footer {
  max-width: 85%;
  margin: 0 auto;
}
.ivx-state-video-player {
  line-height: 0;
}
.ivx-video-controls button {
  outline: none;
}
.ivx-video-controls .ivx-video-controls-container {
  position: relative;
  min-height: 4rem;
}
.ivx-video-controls .ivx-video-controls-container .ivx-video-controls-play-pause {
  font-size: 1rem;
  border: none;
  padding: 0.75em 1.5em;
  box-sizing: border-box;
  background-color: #2d5174;
  color: #ffffff;
  position: absolute;
  top: 1rem;
  left: 5%;
  padding: 0.75em;
  width: 2.5rem;
  height: 2.5rem;
}
.ivx-video-controls .ivx-video-controls-container .ivx-video-controls-play-icon {
  display: inline;
}
.ivx-video-controls .ivx-video-controls-container .ivx-video-controls-play-icon:before {
  content: "\f04b";
}
.ivx-video-controls .ivx-video-controls-container .ivx-video-controls-pause-icon {
  display: inline;
}
.ivx-video-controls .ivx-video-controls-container .ivx-video-controls-pause-icon:before {
  content: "\f04c";
}
.ivx-video-controls .ivx-video-controls-container .ivx-video-controls-mute {
  font-size: 1rem;
  border: none;
  padding: 0.75em 1.5em;
  box-sizing: border-box;
  background-color: #2d5174;
  color: #ffffff;
  position: absolute;
  top: 1rem;
  right: 5%;
  padding: 0.75em;
  width: 2.5rem;
  height: 2.5rem;
}
.ivx-video-controls .ivx-video-controls-container .ivx-video-controls-volume-bar {
  display: none;
}
.ivx-video-controls .ivx-video-controls-container .ivx-video-controls-mute-icon {
  display: inline;
}
.ivx-video-controls .ivx-video-controls-container .ivx-video-controls-mute-icon:before {
  content: "\f026";
}
.ivx-video-controls .ivx-video-controls-container .ivx-video-controls-unmute-icon {
  display: inline;
}
.ivx-video-controls .ivx-video-controls-container .ivx-video-controls-unmute-icon:before {
  content: "\f028";
}
.ivx-video-controls .ivx-video-controls-container .ivx-video-controls-tracks-toggle {
  font-size: 1rem;
  border: none;
  padding: 0.75em 1.5em;
  box-sizing: border-box;
  position: absolute;
  top: 1rem;
  right: calc(5% + 2rem + .5em);
  padding: 0.75em;
  width: 2.5rem;
  height: 2.5rem;
}
.ivx-video-controls .ivx-video-controls-container .ivx-video-controls-tracks-on {
  background-color: #2d5174;
  color: #ffffff;
}
.ivx-video-controls .ivx-video-controls-container .ivx-video-controls-tracks-off {
  background-color: #6d5f8c;
  color: #ffffff;
}
.ivx-video-controls .ivx-video-controls-container .ivx-video-controls-tracks-toggle-icon {
  display: inline;
}
.ivx-video-controls .ivx-video-controls-container .ivx-video-controls-tracks-toggle-icon:before {
  content: "\f20a";
}
.ivx-video-controls .ivx-video-controls-container .ivx-video-controls-scrub-bar {
  width: 100%;
  height: 0.75rem;
  background-color: #6d5f8c;
  color: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
}
.ivx-video-controls .ivx-video-controls-container .ivx-video-controls-scrub-bar .ivx-video-controls-scrub-bar-timelapse {
  background-color: #2d5174;
  color: #ffffff;
  height: 100%;
}
.ivx-video-controls .ivx-video-controls-container .ivx-video-controls-timestamp-current-time {
  position: absolute;
  left: calc(5% + 2rem + 1em);
  top: 1.625rem;
  font-size: 0.875em;
}
.ivx-video-controls .ivx-video-controls-container .ivx-video-controls-timestamp-duration {
  position: absolute;
  left: calc(5% + 1.75rem + 4.375em);
  top: 1.625rem;
  font-size: 0.875em;
}
.ivx-video-controls .ivx-video-controls-container .ivx-video-controls-tracks-select {
  font-size: 1rem;
  border: 1px solid #BDBDBD;
  background: #FFFFFF;
  height: 2.25em;
  width: 100%;
  box-sizing: border-box;
}
.ivx-video-controls .ivx-video-controls-container .ivx-video-controls-tracks-select-off {
  display: none;
}
.ivx-video-controls .ivx-video-controls-container .ivx-video-controls-chapters {
  list-style: none;
  margin: 0;
  padding-top: calc(2rem + 2.5rem);
  padding-left: 0;
}
.ivx-video-controls .ivx-video-controls-container .ivx-video-controls-chapters .ivx-video-controls-chapters-item-control {
  font-size: 1rem;
  border: none;
  padding: 0.75em 1.5em;
  box-sizing: border-box;
  width: 100%;
}
.ivx-video-controls .ivx-video-controls-container {
  margin: 0 auto;
  -webkit-transition: max-width 0.5s ease;
  transition: max-width 0.5s ease;
}
.ivx-video-controls .ivx-video-controls-container.ivx-video-paused {
  max-width: 700px;
}
.ivx-video-controls .ivx-video-controls-container.ivx-video-playing {
  max-width: 100vw;
}
.ivx-video-controls .ivx-video-controls-container .ivx-video-controls-play-pause,
.ivx-video-controls .ivx-video-controls-container .ivx-video-controls-mute {
  background: none;
  color: #fff;
  border: none;
}
.ivx-video-controls .video-control-container .scrub-bar {
  background-color: #fff;
}
.ivx-video-controls .video-control-container .scrub-bar .time-lapsed {
  background-color: #2d5174;
}
video {
  object-fit: cover;
}
/*=====================
      5 Forms
      ======================*/
.ivx-input-error-message {
  color: #F44336;
  font-size: 0.75em;
}
.ivx-input-error-container {
  margin: 0.5em 0 0;
  text-align: left;
}
.ivx-input-error-message {
  color: #F44336;
  font-size: 0.75em;
}
.ivx-input-error-message {
  background: #FFFFFF;
  border: none;
}
.ivx-input-error-message-custom {
  background: #FFFFFF;
  border: none;
}
.ivx-input-text,
.ivx-input-email,
.ivx-input-url,
.ivx-input-number {
  font-size: 1rem;
  border: 1px solid #BDBDBD;
  padding: 0.5em 0.75em;
  width: 100%;
  box-sizing: border-box;
}
.ivx-input-text,
.ivx-input-email,
.ivx-input-url,
.ivx-input-number {
  background: #FFFFFF;
  border: none;
}
.ivx-input-text-custom,
.ivx-input-email-custom,
.ivx-input-url-custom,
.ivx-input-number-custom {
  background: #FFFFFF;
  border: none;
}
.ivx-input-radio {
  margin-right: 0.5em;
}
.ivx-input-radio {
  background: #FFFFFF;
  border: none;
}
.ivx-input-radio-custom {
  background: #FFFFFF;
  border: none;
}
.ivx-input-container-text,
.ivx-input-container-email,
.ivx-input-container-url,
.ivx-input-container-number {
  margin-top: 1em;
}
.ivx-input-container-text .ivx-input-label,
.ivx-input-container-email .ivx-input-label,
.ivx-input-container-url .ivx-input-label,
.ivx-input-container-number .ivx-input-label {
  display: block;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.75em;
  color: #2d5174;
  padding-bottom: 0.5em;
  text-align: left;
}
.ivx-input-textarea {
  font-size: 1rem;
  border: 1px solid #BDBDBD;
  padding: 0.5em 0.75em;
  width: 100%;
  box-sizing: border-box;
}
.ivx-input-textarea {
  background: #FFFFFF;
  border: none;
}
.ivx-input-textarea-custom {
  background: #FFFFFF;
  border: none;
}
.ivx-input-container-textarea {
  margin-top: 1em;
}
.ivx-input-container-textarea .ivx-input-label {
  display: block;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.75em;
  color: #2d5174;
  padding-bottom: 0.5em;
  text-align: left;
}
.ivx-input-radio {
  margin-right: 0.5em;
}
.ivx-input-container-radio {
  margin-top: 1em;
}
.ivx-input-container-radio .ivx-input-label {
  margin-top: 0.5em;
}
.ivx-input-container-radio .ivx-input-label + .ivx-input-label {
  margin-left: 0.5em;
}
.ivx-input-checkbox {
  margin-right: 0.5em;
}
.ivx-input-container-checkbox {
  margin-top: 1em;
}
.ivx-input-container-checkbox .ivx-input-label {
  margin-top: 0.5em;
}
.ivx-input-container-checkbox .ivx-input-label + .ivx-input-label {
  margin-left: 0.5em;
}
.ivx-input-options {
  font-size: 1rem;
  border: 1px solid #BDBDBD;
  background: #FFFFFF;
  height: 2.25em;
  width: 100%;
  box-sizing: border-box;
}
.ivx-input-container-options {
  margin-top: 1em;
}
.ivx-input-container-options .ivx-input-label {
  display: block;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.75em;
  padding-bottom: 0.5em;
  text-align: left;
}
.ivx-input-submit-button {
  font-size: 1rem;
  border: none;
  background: black;
  color: white;
  padding: 0.75em 2em;
  border-radius: 100px;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: bold;
  padding: 1rem 1.5rem;
  cursor: pointer;
  text-decoration: none;
  background: #6d5f8c;
  box-shadow: none;
  color: #ffffff;
  margin: 1rem 0;
}
.ivx-input-error-message {
  background: none;
  color: #fff568;
  clear: both;
}
.ivx-input-container-text .ivx-input-label,
.ivx-input-container-email .ivx-input-label,
.ivx-input-container-url .ivx-input-label,
.ivx-input-container-number .ivx-input-label,
.ivx-input-container-options .ivx-input-label,
.ivx-input-container-textarea .ivx-input-label {
  color: #FFFFFF;
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .ivx-input-container-text,
  .ivx-input-container-email,
  .ivx-input-container-url,
  .ivx-input-container-number,
  .ivx-input-container-options,
  .ivx-input-container-textarea,
  .ivx-input-container-radio,
  .ivx-input-container-checkbox {
    margin-top: 0.25em;
  }
}
@media only screen and (max-height: 520px) and (orientation: landscape) {
  .ivx-input-container-text,
  .ivx-input-container-email,
  .ivx-input-container-url,
  .ivx-input-container-number,
  .ivx-input-container-options,
  .ivx-input-container-textarea,
  .ivx-input-container-radio,
  .ivx-input-container-checkbox {
    margin-top: 0.25em;
  }
}
.ivx-input-container-checkbox .ivx-input-label {
  position: relative;
}
.ivx-input-container-checkbox .ivx-input-label .ivx-input-checkbox {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  padding-left: 1rem;
}
.ivx-input-container-checkbox .ivx-input-label .ivx-input-checkbox:before {
  content: "";
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  background: white;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.ivx-input-container-checkbox .ivx-input-label .ivx-input-checkbox:checked:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0px;
  background: black;
  width: 0.875em;
  height: 0.6125em;
  -webkit-mask-image: url(https://s3.amazonaws.com/ivx-static/koolstof/template/images/icons/check.svg);
  -webkit-mask-size: contain;
  mask-image: url(https://s3.amazonaws.com/ivx-static/koolstof/template/images/icons/check.svg);
  mask-size: contain;
  margin: 0.31875em 0.18755em;
}
.ivx-input-container-radio span:not(.error-message) {
  display: block;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.75em;
  color: #FFFFFF;
  padding-bottom: 0.5em;
  text-align: left;
}
.ivx-input-container-radio label {
  position: relative;
}
.ivx-input-container-radio label .ivx-input-radio {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  padding-left: 1rem;
}
.ivx-input-container-radio label .ivx-input-radio:before {
  content: "";
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 1.25rem;
  background: white;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
}
.ivx-input-container-radio label .ivx-input-radio:checked:after {
  content: "";
  display: block;
  position: absolute;
  left: 0.1875rem;
  top: 50%;
  transform: translateY(-50%);
  background: #2d5174;
  width: 0.875rem;
  border-radius: 0.875rem;
  height: 0.875rem;
}
.ivx-input-container-options label {
  position: relative;
}
.ivx-input-container-options label:after {
  content: "\25BC";
  display: block;
  width: 10px;
  height: 10px;
  right: 0px;
  position: absolute;
  top: 37px;
  right: 13px;
  font-size: 0.75em;
  color: #2d5174;
}
.ivx-input-container-options select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  border: none;
  border-radius: 0px;
  padding: 0.5em 0.75em;
}
input[type="text"]:focus,
input[type="text"]:focus,
textarea:focus {
  outline: 1px solid rgba(33, 33, 33, 0.15);
}
/* no outline for non-keyboard-inputs elements */
button:focus,
select:focus {
  outline: none;
}
/*=====================
      6 Scenes
      ======================*/
/*=========================
      Vanilla Bean Mixins
      ===========================
      1.  Layout
      2.  Backgrounds
      3.  Typography
      =========================*/
/*=====================
      1 Layout
      ======================*/
.ivx-grid-wrap {
  box-sizing: border-box;
  max-width: 80rem;
  margin: 0 auto;
}
.ivx-grid-container-fluid {
  padding-right: calc(16px * 2);
  padding-left: calc(16px * 2);
}
.ivx-grid-container,
.ivx-grid-container-fluid {
  margin-right: auto;
  margin-left: auto;
}
.ivx-grid-row {
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -16px;
  margin-left: -16px;
}
.row:after,
.row:before {
  display: none;
}
.ivx-grid-row-full-width {
  margin-right: -32px;
  margin-left: -32px;
}
[class*="ivx-grid-col"] {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 16px;
  padding-left: 16px;
}
.ivx-grid-1-12 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 16px;
  padding-left: 16px;
  flex-basis: 8.33333333%;
  max-width: 8.33333333%;
}
.ivx-grid-2-12 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 16px;
  padding-left: 16px;
  flex-basis: 16.66666667%;
  max-width: 16.66666667%;
}
.ivx-grid-3-12 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 16px;
  padding-left: 16px;
  flex-basis: 25%;
  max-width: 25%;
}
.ivx-grid-4-12 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 16px;
  padding-left: 16px;
  flex-basis: 33.33333333%;
  max-width: 33.33333333%;
}
.ivx-grid-5-12 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 16px;
  padding-left: 16px;
  flex-basis: 41.66666667%;
  max-width: 41.66666667%;
}
.ivx-grid-6-12 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 16px;
  padding-left: 16px;
  flex-basis: 50%;
  max-width: 50%;
}
.ivx-grid-7-12 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 16px;
  padding-left: 16px;
  flex-basis: 58.33333333%;
  max-width: 58.33333333%;
}
.ivx-grid-8-12 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 16px;
  padding-left: 16px;
  flex-basis: 66.66666667%;
  max-width: 66.66666667%;
}
.ivx-grid-9-12 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 16px;
  padding-left: 16px;
  flex-basis: 75%;
  max-width: 75%;
}
.ivx-grid-10-12 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 16px;
  padding-left: 16px;
  flex-basis: 83.33333333%;
  max-width: 83.33333333%;
}
.ivx-grid-11-12 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 16px;
  padding-left: 16px;
  flex-basis: 91.66666667%;
  max-width: 91.66666667%;
}
.ivx-grid-12-12 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 16px;
  padding-left: 16px;
  flex-basis: 100%;
  max-width: 100%;
}
.ivx-grid-offset-1-12 {
  margin-left: 8.33333333%;
}
.ivx-grid-offset-2-12 {
  margin-left: 16.66666667%;
}
.ivx-grid-offset-3-12 {
  margin-left: 25%;
}
.ivx-grid-offset-4-12 {
  margin-left: 33.33333333%;
}
.ivx-grid-offset-5-12 {
  margin-left: 41.66666667%;
}
.ivx-grid-offset-6-12 {
  margin-left: 50%;
}
.ivx-grid-offset-7-12 {
  margin-left: 58.33333333%;
}
.ivx-grid-offset-8-12 {
  margin-left: 66.66666667%;
}
.ivx-grid-offset-9-12 {
  margin-left: 75%;
}
.ivx-grid-offset-10-12 {
  margin-left: 83.33333333%;
}
.ivx-grid-offset-11-12 {
  margin-left: 91.66666667%;
}
.ivx-grid-1-4 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 16px;
  padding-left: 16px;
  flex-basis: 25%;
  max-width: 25%;
}
.ivx-grid-2-4 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 16px;
  padding-left: 16px;
  flex-basis: 50%;
  max-width: 50%;
}
.ivx-grid-3-4 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 16px;
  padding-left: 16px;
  flex-basis: 75%;
  max-width: 75%;
}
.ivx-grid-4-4 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 16px;
  padding-left: 16px;
  flex-basis: 100%;
  max-width: 100%;
}
.ivx-grid-offset-1-4 {
  margin-left: 25%;
}
.ivx-grid-offset-2-4 {
  margin-left: 50%;
}
.ivx-grid-offset-3-4 {
  margin-left: 75%;
}
.ivx-grid-1-3 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 16px;
  padding-left: 16px;
  flex-basis: 33.33333333%;
  max-width: 33.33333333%;
}
.ivx-grid-2-3 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 16px;
  padding-left: 16px;
  flex-basis: 66.66666667%;
  max-width: 66.66666667%;
}
.ivx-grid-3-3 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 16px;
  padding-left: 16px;
  flex-basis: 100%;
  max-width: 100%;
}
.ivx-grid-offset-1-3 {
  margin-left: 33.33333333%;
}
.ivx-grid-offset-2-3 {
  margin-left: 66.66666667%;
}
.ivx-grid-1-2 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 16px;
  padding-left: 16px;
  flex-basis: 50%;
  max-width: 50%;
}
.ivx-grid-2-2 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 16px;
  padding-left: 16px;
  flex-basis: 100%;
  max-width: 100%;
}
.ivx-grid-offset-1-2 {
  margin-left: 50%;
}
.ivx-grid-1-1 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 16px;
  padding-left: 16px;
  flex-basis: 100%;
  max-width: 100%;
}
@media only screen and (max-width: 36rem) {
  .ivx-grid-1-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .ivx-grid-2-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .ivx-grid-3-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .ivx-grid-4-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .ivx-grid-5-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .ivx-grid-6-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .ivx-grid-7-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .ivx-grid-8-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .ivx-grid-9-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .ivx-grid-10-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .ivx-grid-11-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .ivx-grid-12-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  [class*="ivx-grid-offset"] {
    margin-left: 0;
  }
  .ivx-grid-1-4 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .ivx-grid-2-4 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .ivx-grid-3-4 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .ivx-grid-4-4 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .ivx-grid-1-3 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .ivx-grid-2-3 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .ivx-grid-3-3 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .ivx-grid-1-2 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .ivx-grid-2-2 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .ivx-grid-1-1 {
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media only screen and (min-width: 0rem) {
  .ivx-grid-col-xs-1-12 {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  .ivx-grid-col-xs-2-12 {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  .ivx-grid-col-xs-3-12 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .ivx-grid-col-xs-4-12 {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .ivx-grid-col-xs-5-12 {
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  .ivx-grid-col-xs-6-12 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .ivx-grid-col-xs-7-12 {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  .ivx-grid-col-xs-8-12 {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .ivx-grid-col-xs-9-12 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .ivx-grid-col-xs-10-12 {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  .ivx-grid-col-xs-11-12 {
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  .ivx-grid-col-xs-12-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .ivx-grid-offset-xs-1-12 {
    margin-left: 8.33333333%;
  }
  .ivx-grid-offset-xs-2-12 {
    margin-left: 16.66666667%;
  }
  .ivx-grid-offset-xs-3-12 {
    margin-left: 25%;
  }
  .ivx-grid-offset-xs-4-12 {
    margin-left: 33.33333333%;
  }
  .ivx-grid-offset-xs-5-12 {
    margin-left: 41.66666667%;
  }
  .ivx-grid-offset-xs-6-12 {
    margin-left: 50%;
  }
  .ivx-grid-offset-xs-7-12 {
    margin-left: 58.33333333%;
  }
  .ivx-grid-offset-xs-8-12 {
    margin-left: 66.66666667%;
  }
  .ivx-grid-offset-xs-9-12 {
    margin-left: 75%;
  }
  .ivx-grid-offset-xs-10-12 {
    margin-left: 83.33333333%;
  }
  .ivx-grid-offset-xs-11-12 {
    margin-left: 91.66666667%;
  }
  .ivx-grid-col-xs-1-4 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .ivx-grid-col-xs-2-4 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .ivx-grid-col-xs-3-4 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .ivx-grid-col-xs-4-4 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .ivx-grid-offset-xs-1-4 {
    margin-left: 25%;
  }
  .ivx-grid-offset-xs-2-4 {
    margin-left: 50%;
  }
  .ivx-grid-offset-xs-3-4 {
    margin-left: 75%;
  }
  .ivx-grid-col-xs-1-3 {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .ivx-grid-col-xs-2-3 {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .ivx-grid-col-xs-3-3 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .ivx-grid-offset-xs-1-3 {
    margin-left: 33.33333333%;
  }
  .ivx-grid-offset-xs-2-3 {
    margin-left: 66.66666667%;
  }
  .ivx-grid-col-xs-1-2 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .ivx-grid-col-xs-2-2 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .ivx-grid-offset-xs-1-2 {
    margin-left: 50%;
  }
  .ivx-grid-col-xs-1-1 {
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media only screen and (min-width: 36rem) {
  .ivx-grid-col-sm-1-12 {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  .ivx-grid-col-sm-2-12 {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  .ivx-grid-col-sm-3-12 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .ivx-grid-col-sm-4-12 {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .ivx-grid-col-sm-5-12 {
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  .ivx-grid-col-sm-6-12 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .ivx-grid-col-sm-7-12 {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  .ivx-grid-col-sm-8-12 {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .ivx-grid-col-sm-9-12 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .ivx-grid-col-sm-10-12 {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  .ivx-grid-col-sm-11-12 {
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  .ivx-grid-col-sm-12-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .ivx-grid-offset-sm-1-12 {
    margin-left: 8.33333333%;
  }
  .ivx-grid-offset-sm-2-12 {
    margin-left: 16.66666667%;
  }
  .ivx-grid-offset-sm-3-12 {
    margin-left: 25%;
  }
  .ivx-grid-offset-sm-4-12 {
    margin-left: 33.33333333%;
  }
  .ivx-grid-offset-sm-5-12 {
    margin-left: 41.66666667%;
  }
  .ivx-grid-offset-sm-6-12 {
    margin-left: 50%;
  }
  .ivx-grid-offset-sm-7-12 {
    margin-left: 58.33333333%;
  }
  .ivx-grid-offset-sm-8-12 {
    margin-left: 66.66666667%;
  }
  .ivx-grid-offset-sm-9-12 {
    margin-left: 75%;
  }
  .ivx-grid-offset-sm-10-12 {
    margin-left: 83.33333333%;
  }
  .ivx-grid-offset-sm-11-12 {
    margin-left: 91.66666667%;
  }
  .ivx-grid-col-sm-1-4 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .ivx-grid-col-sm-2-4 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .ivx-grid-col-sm-3-4 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .ivx-grid-col-sm-4-4 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .ivx-grid-offset-sm-1-4 {
    margin-left: 25%;
  }
  .ivx-grid-offset-sm-2-4 {
    margin-left: 50%;
  }
  .ivx-grid-offset-sm-3-4 {
    margin-left: 75%;
  }
  .ivx-grid-col-sm-1-3 {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .ivx-grid-col-sm-2-3 {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .ivx-grid-col-sm-3-3 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .ivx-grid-offset-sm-1-3 {
    margin-left: 33.33333333%;
  }
  .ivx-grid-offset-sm-2-3 {
    margin-left: 66.66666667%;
  }
  .ivx-grid-col-sm-1-2 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .ivx-grid-col-sm-2-2 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .ivx-grid-offset-sm-1-2 {
    margin-left: 50%;
  }
  .ivx-grid-col-sm-1-1 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .ivx-grid-container {
    width: calc(36rem + (16px * 2));
  }
}
@media only screen and (min-width: 48rem) {
  .ivx-grid-col-md-1-12 {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  .ivx-grid-col-md-2-12 {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  .ivx-grid-col-md-3-12 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .ivx-grid-col-md-4-12 {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .ivx-grid-col-md-5-12 {
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  .ivx-grid-col-md-6-12 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .ivx-grid-col-md-7-12 {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  .ivx-grid-col-md-8-12 {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .ivx-grid-col-md-9-12 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .ivx-grid-col-md-10-12 {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  .ivx-grid-col-md-11-12 {
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  .ivx-grid-col-md-12-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .ivx-grid-offset-md-1-12 {
    margin-left: 8.33333333%;
  }
  .ivx-grid-offset-md-2-12 {
    margin-left: 16.66666667%;
  }
  .ivx-grid-offset-md-3-12 {
    margin-left: 25%;
  }
  .ivx-grid-offset-md-4-12 {
    margin-left: 33.33333333%;
  }
  .ivx-grid-offset-md-5-12 {
    margin-left: 41.66666667%;
  }
  .ivx-grid-offset-md-6-12 {
    margin-left: 50%;
  }
  .ivx-grid-offset-md-7-12 {
    margin-left: 58.33333333%;
  }
  .ivx-grid-offset-md-8-12 {
    margin-left: 66.66666667%;
  }
  .ivx-grid-offset-md-9-12 {
    margin-left: 75%;
  }
  .ivx-grid-offset-md-10-12 {
    margin-left: 83.33333333%;
  }
  .ivx-grid-offset-md-11-12 {
    margin-left: 91.66666667%;
  }
  .ivx-grid-col-md-1-4 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .ivx-grid-col-md-2-4 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .ivx-grid-col-md-3-4 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .ivx-grid-col-md-4-4 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .ivx-grid-offset-md-1-4 {
    margin-left: 25%;
  }
  .ivx-grid-offset-md-2-4 {
    margin-left: 50%;
  }
  .ivx-grid-offset-md-3-4 {
    margin-left: 75%;
  }
  .ivx-grid-col-md-1-3 {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .ivx-grid-col-md-2-3 {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .ivx-grid-col-md-3-3 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .ivx-grid-offset-md-1-3 {
    margin-left: 33.33333333%;
  }
  .ivx-grid-offset-md-2-3 {
    margin-left: 66.66666667%;
  }
  .ivx-grid-col-md-1-2 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .ivx-grid-col-md-2-2 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .ivx-grid-offset-md-1-2 {
    margin-left: 50%;
  }
  .ivx-grid-col-md-1-1 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .ivx-grid-container {
    width: calc(48rem + (16px * 2));
  }
}
@media only screen and (min-width: 62rem) {
  .ivx-grid-col-lg-1-12 {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  .ivx-grid-col-lg-2-12 {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  .ivx-grid-col-lg-3-12 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .ivx-grid-col-lg-4-12 {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .ivx-grid-col-lg-5-12 {
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  .ivx-grid-col-lg-6-12 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .ivx-grid-col-lg-7-12 {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  .ivx-grid-col-lg-8-12 {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .ivx-grid-col-lg-9-12 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .ivx-grid-col-lg-10-12 {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  .ivx-grid-col-lg-11-12 {
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  .ivx-grid-col-lg-12-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .ivx-grid-offset-lg-1-12 {
    margin-left: 8.33333333%;
  }
  .ivx-grid-offset-lg-2-12 {
    margin-left: 16.66666667%;
  }
  .ivx-grid-offset-lg-3-12 {
    margin-left: 25%;
  }
  .ivx-grid-offset-lg-4-12 {
    margin-left: 33.33333333%;
  }
  .ivx-grid-offset-lg-5-12 {
    margin-left: 41.66666667%;
  }
  .ivx-grid-offset-lg-6-12 {
    margin-left: 50%;
  }
  .ivx-grid-offset-lg-7-12 {
    margin-left: 58.33333333%;
  }
  .ivx-grid-offset-lg-8-12 {
    margin-left: 66.66666667%;
  }
  .ivx-grid-offset-lg-9-12 {
    margin-left: 75%;
  }
  .ivx-grid-offset-lg-10-12 {
    margin-left: 83.33333333%;
  }
  .ivx-grid-offset-lg-11-12 {
    margin-left: 91.66666667%;
  }
  .ivx-grid-col-lg-1-4 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .ivx-grid-col-lg-2-4 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .ivx-grid-col-lg-3-4 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .ivx-grid-col-lg-4-4 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .ivx-grid-offset-lg-1-4 {
    margin-left: 25%;
  }
  .ivx-grid-offset-lg-2-4 {
    margin-left: 50%;
  }
  .ivx-grid-offset-lg-3-4 {
    margin-left: 75%;
  }
  .ivx-grid-col-lg-1-3 {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .ivx-grid-col-lg-2-3 {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .ivx-grid-col-lg-3-3 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .ivx-grid-offset-lg-1-3 {
    margin-left: 33.33333333%;
  }
  .ivx-grid-offset-lg-2-3 {
    margin-left: 66.66666667%;
  }
  .ivx-grid-col-lg-1-2 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .ivx-grid-col-lg-2-2 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .ivx-grid-offset-lg-1-2 {
    margin-left: 50%;
  }
  .ivx-grid-col-lg-1-1 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .ivx-grid-container {
    width: calc(62rem + (16px * 2));
  }
}
@media only screen and (min-width: 75rem) {
  .ivx-grid-col-xl-1-12 {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  .ivx-grid-col-xl-2-12 {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  .ivx-grid-col-xl-3-12 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .ivx-grid-col-xl-4-12 {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .ivx-grid-col-xl-5-12 {
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  .ivx-grid-col-xl-6-12 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .ivx-grid-col-xl-7-12 {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  .ivx-grid-col-xl-8-12 {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .ivx-grid-col-xl-9-12 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .ivx-grid-col-xl-10-12 {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  .ivx-grid-col-xl-11-12 {
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  .ivx-grid-col-xl-12-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .ivx-grid-offset-xl-1-12 {
    margin-left: 8.33333333%;
  }
  .ivx-grid-offset-xl-2-12 {
    margin-left: 16.66666667%;
  }
  .ivx-grid-offset-xl-3-12 {
    margin-left: 25%;
  }
  .ivx-grid-offset-xl-4-12 {
    margin-left: 33.33333333%;
  }
  .ivx-grid-offset-xl-5-12 {
    margin-left: 41.66666667%;
  }
  .ivx-grid-offset-xl-6-12 {
    margin-left: 50%;
  }
  .ivx-grid-offset-xl-7-12 {
    margin-left: 58.33333333%;
  }
  .ivx-grid-offset-xl-8-12 {
    margin-left: 66.66666667%;
  }
  .ivx-grid-offset-xl-9-12 {
    margin-left: 75%;
  }
  .ivx-grid-offset-xl-10-12 {
    margin-left: 83.33333333%;
  }
  .ivx-grid-offset-xl-11-12 {
    margin-left: 91.66666667%;
  }
  .ivx-grid-col-xl-1-4 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .ivx-grid-col-xl-2-4 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .ivx-grid-col-xl-3-4 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .ivx-grid-col-xl-4-4 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .ivx-grid-offset-xl-1-4 {
    margin-left: 25%;
  }
  .ivx-grid-offset-xl-2-4 {
    margin-left: 50%;
  }
  .ivx-grid-offset-xl-3-4 {
    margin-left: 75%;
  }
  .ivx-grid-col-xl-1-3 {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .ivx-grid-col-xl-2-3 {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .ivx-grid-col-xl-3-3 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .ivx-grid-offset-xl-1-3 {
    margin-left: 33.33333333%;
  }
  .ivx-grid-offset-xl-2-3 {
    margin-left: 66.66666667%;
  }
  .ivx-grid-col-xl-1-2 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .ivx-grid-col-xl-2-2 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .ivx-grid-offset-xl-1-2 {
    margin-left: 50%;
  }
  .ivx-grid-col-xl-1-1 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .ivx-grid-container {
    width: calc(75rem + (16px * 2));
  }
}
html,
body {
  height: 100%;
  min-height: 100%;
  overflow: hidden;
}
img {
  max-width: 100%;
}
#header {
  line-height: 0;
}
#header #logo {
  padding: 1.5rem 0 0;
}
#header #logo img {
  display: block;
  margin: 0 auto;
  height: auto;
  width: auto;
  max-height: 3rem;
  max-width: 15rem;
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  #header #logo img {
    max-height: 2.001rem;
  }
}
@media only screen and (max-height: 520px) and (orientation: landscape) {
  #header #logo img {
    max-height: 2.001rem;
  }
}
._desktopSettings video {
  -webkit-transition: max-width 0.5s ease;
  transition: max-width 0.5s ease;
  height: auto;
}
._desktopSettings.ivx-video-paused {
  max-width: 700px;
}
._desktopSettings.ivx-video-playing {
  max-width: 100vw;
}
@media only screen and (min-width: 768px) and (min-height: 521px) {
  .ivx-video-player-html5 video {
    -webkit-transition: max-width 0.5s ease;
    transition: max-width 0.5s ease;
    height: auto;
  }
  .ivx-video-player-html5.ivx-video-paused {
    max-width: 700px;
  }
  .ivx-video-player-html5.ivx-video-playing {
    max-width: 100vw;
  }
}
body {
  display: flex;
  flex-direction: column;
  background-color: #2d5174;
  color: #FFFFFF;
}
body #header,
body #footer {
  flex: 0 0 auto;
  text-align: center;
}
body #footer {
  background-color: #2d5174;
}
body #state-player {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  overflow: auto;
  text-align: center;
  box-sizing: border-box;
  padding: 1.5rem 0;
  width: 100vw;
  max-width: 100vw;
  -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 5%, #000000 95%, rgba(0, 0, 0, 0) 100%);
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 5%, #000000 95%, rgba(0, 0, 0, 0) 100%);
}
body #state-player > *:first-child,
body #state-player > * {
  margin: auto;
  max-width: 80rem;
  min-width: 20rem;
}
body #state-player section:not(.ivx-state-video-section) {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 16px;
  padding-left: 16px;
  flex-basis: 100%;
  max-width: 100%;
}
body #state-player section.ivx-state-input-section {
  max-width: 48rem;
}
body #state-player section.ivx-state-video-section header,
body #state-player section.ivx-state-video-section footer {
  padding: 0 16px;
}
body .header-tagline,
body .footer-tagline {
  background: rgba(0, 0, 0, 0.25);
  color: #ffffff;
  line-height: 2.5rem;
}
body .header-tagline .tagline-link,
body .footer-tagline .tagline-link {
  color: #ffffff;
  font-size: calc(2.5rem * .375);
  font-weight: bold;
  text-decoration: none;
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  body .header-tagline,
  body .footer-tagline {
    line-height: 1.6675rem;
  }
  body .header-tagline .tagline-link,
  body .footer-tagline .tagline-link {
    font-size: calc(1.6675rem * .375);
    max-width: 75%;
    line-height: 1.25;
    padding: 0.75rem 0;
  }
}
@media only screen and (max-height: 520px) and (orientation: landscape) {
  body .header-tagline,
  body .footer-tagline {
    line-height: 1.6675rem;
  }
  body .header-tagline .tagline-link,
  body .footer-tagline .tagline-link {
    font-size: calc(1.6675rem * .375);
    max-width: 75%;
    line-height: 1.25;
    padding: 0.75rem 0;
  }
}
body .header-tagline {
  margin-top: 1.5rem;
}
body .footer-tagline {
  background: #1f374f;
}
@media only screen and (max-height: 520px) and (orientation: landscape) {
  body {
    overflow: auto;
    display: block;
  }
}
.primary-background {
  opacity: 1;
  transition: opacity 0.5s ease;
}
.ivx-background-image-global-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  box-shadow: inset 0 0 0 1000px rgba(28, 28, 28, 0.85);
  background-image: url("https://s3.amazonaws.com/ivx-static/koolstof/POC+Items/images/poc-bg-primary.jpg");
  background-position: center center;
  background-size: cover;
  left: 0;
  top: 0;
  z-index: -1;
  transform: scale(1.1);
  -webkit-filter: blur( 3px );
  -moz-filter: blur( 3px );
  -o-filter: blur( 3px );
  -ms-filter: blur( 3px );
  filter: blur( 3px );
}
.ivx-background-image-video1 {
  position: fixed;
  width: 100%;
  height: 100%;
  box-shadow: inset 0 0 0 1000px rgba(28, 28, 28, 0.85);
  background-image: url("https://s3.amazonaws.com/ivx-static/koolstof/POC+Items/images/poc-bg-video1.jpg");
  background-position: center center;
  background-size: cover;
  left: 0;
  top: 0;
  z-index: -1;
  transform: scale(1.1);
  -webkit-filter: blur( 3px );
  -moz-filter: blur( 3px );
  -o-filter: blur( 3px );
  -ms-filter: blur( 3px );
  filter: blur( 3px );
}
.secondary-background.ivx-background-image-video1 + .primary-background {
  opacity: 0;
}
.ivx-background-image-video2 {
  position: fixed;
  width: 100%;
  height: 100%;
  box-shadow: inset 0 0 0 1000px rgba(28, 28, 28, 0.85);
  background-image: url("https://s3.amazonaws.com/ivx-static/koolstof/POC+Items/images/poc-bg-video2.jpg");
  background-position: center center;
  background-size: cover;
  left: 0;
  top: 0;
  z-index: -1;
  transform: scale(1.1);
  -webkit-filter: blur( 3px );
  -moz-filter: blur( 3px );
  -o-filter: blur( 3px );
  -ms-filter: blur( 3px );
  filter: blur( 3px );
}
.secondary-background.ivx-background-image-video2 + .primary-background {
  opacity: 0;
}
.ivx-background-image-video3 {
  position: fixed;
  width: 100%;
  height: 100%;
  box-shadow: inset 0 0 0 1000px rgba(28, 28, 28, 0.85);
  background-image: url("https://s3.amazonaws.com/ivx-static/koolstof/POC+Items/images/poc-bg-video3.jpg");
  background-position: center center;
  background-size: cover;
  left: 0;
  top: 0;
  z-index: -1;
  transform: scale(1.1);
  -webkit-filter: blur( 3px );
  -moz-filter: blur( 3px );
  -o-filter: blur( 3px );
  -ms-filter: blur( 3px );
  filter: blur( 3px );
}
.secondary-background.ivx-background-image-video3 + .primary-background {
  opacity: 0;
}
.ivx-background-image-video4 {
  position: fixed;
  width: 100%;
  height: 100%;
  box-shadow: inset 0 0 0 1000px rgba(28, 28, 28, 0.85);
  background-image: url("https://s3.amazonaws.com/ivx-static/koolstof/POC+Items/images/poc-bg-video4.jpg");
  background-position: center center;
  background-size: cover;
  left: 0;
  top: 0;
  z-index: -1;
  transform: scale(1.1);
  -webkit-filter: blur( 3px );
  -moz-filter: blur( 3px );
  -o-filter: blur( 3px );
  -ms-filter: blur( 3px );
  filter: blur( 3px );
}
.secondary-background.ivx-background-image-video4 + .primary-background {
  opacity: 0;
}
.ivx-font-primary * {
  font-family: "Montserrat", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ivx-font-primary h1,
.ivx-font-primary h2,
.ivx-font-primary h3,
.ivx-font-primary h4 {
  font-family: "Montserrat", sans-serif;
  line-height: 1.3;
  font-weight: 400;
}
.ivx-font-primary h1 small,
.ivx-font-primary h2 small,
.ivx-font-primary h3 small,
.ivx-font-primary h4 small {
  font-family: "Montserrat", sans-serif;
}
@media only screen and (min-width: 46.0625em) and (min-height: 30.0625em) {
  .ivx-font-primary {
    font-size: 16px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 812px) and (orientation: landscape) {
  .ivx-font-primary {
    font-size: 16px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 812px) and (orientation: portrait) {
  .ivx-font-primary {
    font-size: 16px;
  }
}
.ivx-font-primary h1 {
  font-weight: 400;
  font-size: 2em;
}
.ivx-font-primary h2 {
  font-weight: 400;
  font-size: 1.5em;
}
.ivx-font-primary h3 {
  font-weight: 400;
  font-size: 1.17em;
}
.ivx-font-primary h4 {
  font-weight: 400;
  font-size: 1.14em;
}
.ivx-font-primary p.ivx-font-large {
  font-weight: 400;
  font-size: 1.17em;
}
.ivx-font-primary p.ivx-font-large.ivx-font-bold {
  font-weight: 700;
  font-size: 1.17em;
}
.ivx-font-primary p {
  font-weight: 400;
  font-size: 1em;
}
.ivx-font-primary p.ivx-font-bold {
  font-weight: 700;
  font-size: 1em;
}
.ivx-font-bold {
  font-weight: 700;
  font-size: 1em;
}
.ivx-font-primary p.ivx-font-small {
  font-weight: 400;
  font-size: 0.83em;
}
.ivx-font-primary p.ivx-font-small.ivx-font-bold {
  font-weight: 700;
  font-size: 0.83em;
}
.ivx-font-primary small {
  font-weight: 400;
  font-size: 0.83em;
}
.ivx-font-primary small.ivx-font-bold {
  font-weight: 700;
  font-size: 0.83em;
}
.ivx-font-primary p.ivx-font-tiny {
  font-weight: 400;
  font-size: 0.67em;
}
.ivx-font-primary p.ivx-font-tiny.ivx-font-bold {
  font-weight: 700;
  font-size: 0.67em;
}
.ivx-font-primary h1 small,
.ivx-font-primary h2 small,
.ivx-font-primary h3 small,
.ivx-font-primary h4 small {
  display: block;
  opacity: 0.7;
  font-size: 0.675em;
}
.ivx-font-primary h1.ivx-header-alternative small,
.ivx-font-primary h2.ivx-header-alternative small {
  display: inline;
}
.ivx-font-primary a {
  display: inline-block;
}
html {
  line-height: 1.5;
}
html * {
  font-family: "Montserrat", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html h1,
html h2,
html h3,
html h4 {
  font-family: "Montserrat", sans-serif;
  line-height: 1.3;
  font-weight: 400;
}
html h1 small,
html h2 small,
html h3 small,
html h4 small {
  font-family: "Montserrat", sans-serif;
}
@media only screen and (min-width: 46.0625em) and (min-height: 30.0625em) {
  html {
    font-size: 16px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 812px) and (orientation: landscape) {
  html {
    font-size: 16px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 812px) and (orientation: portrait) {
  html {
    font-size: 16px;
  }
}
html h1 {
  font-weight: 400;
  font-size: 2em;
}
html h2 {
  font-weight: 400;
  font-size: 1.5em;
}
html h3 {
  font-weight: 400;
  font-size: 1.17em;
}
html h4 {
  font-weight: 400;
  font-size: 1.14em;
}
html p.ivx-font-large {
  font-weight: 400;
  font-size: 1.17em;
}
html p.ivx-font-large.ivx-font-bold {
  font-weight: 700;
  font-size: 1.17em;
}
html p {
  font-weight: 400;
  font-size: 1em;
}
html p.ivx-font-bold {
  font-weight: 700;
  font-size: 1em;
}
html p.ivx-font-small {
  font-weight: 400;
  font-size: 0.83em;
}
html p.ivx-font-small.ivx-font-bold {
  font-weight: 700;
  font-size: 0.83em;
}
html small {
  font-weight: 400;
  font-size: 0.83em;
}
html small.ivx-font-bold {
  font-weight: 700;
  font-size: 0.83em;
}
html p.ivx-font-tiny {
  font-weight: 400;
  font-size: 0.67em;
}
html p.ivx-font-tiny.ivx-font-bold {
  font-weight: 700;
  font-size: 0.67em;
}
html h1 small,
html h2 small,
html h3 small,
html h4 small {
  display: block;
  opacity: 0.7;
  font-size: 0.675em;
}
html h1.ivx-header-alternative small,
html h2.ivx-header-alternative small {
  display: inline;
}
html a {
  display: inline-block;
}
body h1 {
  font-size: 1.5rem;
}
body h1 span {
  display: block;
  font-size: 3em;
}
body h1 small {
  margin: 0.5rem 0 1.5rem;
}
body h2 {
  font-size: 7.5rem / 6;
}
body h1 + h2 {
  margin-top: -0.875rem;
}
body ul {
  display: inline-block;
  text-align: left;
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  body h1 {
    font-size: 1.2rem;
  }
  body h2 {
    font-size: 3rem / 3;
  }
}
@media only screen and (max-height: 520px) and (orientation: landscape) {
  body h1 {
    font-size: 1.2rem;
  }
  body h2 {
    font-size: 3rem / 3;
  }
}
body #state-player > *:first-child.toc {
  width: 100%;
  max-width: 58.75rem;
  box-sizing: border-box;
  padding: 0 1rem;
  display: block;
}
div[class^="viewdo-toc-grid-"] {
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  width: 100%;
}
div[class^="viewdo-toc-grid-"] .viewdo-toc-thumb {
  margin: 1%;
  width: 48%;
}
div[class^="viewdo-toc-grid-"] .viewdo-toc-thumb > div {
  padding-top: 64%;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  box-shadow: inset 0 0 0 0.25rem #FFFFFF;
}
div[class^="viewdo-toc-grid-"] .viewdo-toc-thumb > div .label {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.9);
  color: #212121;
  padding: 0.5rem 0;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: bold;
  z-index: 1;
}
div[class^="viewdo-toc-grid-"] .viewdo-toc-thumb > div .background {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  transition: all 0.5s ease;
  top: 0;
}
div[class^="viewdo-toc-grid-"] .viewdo-toc-thumb > div:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  top: 0;
  left: 0;
  z-index: 1;
  box-shadow: inset 0px 0px 0px 4px #FFFFFF;
}
div[class^="viewdo-toc-grid-"] .viewdo-toc-thumb > div:hover .background {
  transform: scale3d(1.2, 1.2, 1);
}
div[class^="viewdo-toc-grid-"].viewdo-toc-circle .viewdo-toc-thumb > div {
  padding-top: 100%;
  border-radius: 50%;
}
@media only screen and (min-width: 768px) and (min-height: 521px) {
  div[class^="viewdo-toc-grid-"] .viewdo-toc-thumb {
    margin: 1%;
    width: 23%;
  }
  .viewdo-toc-grid-1 .viewdo-toc-thumb {
    margin-right: 38.5%;
    margin-left: 38.5%;
  }
  .viewdo-toc-grid-2 .viewdo-toc-thumb:nth-child(odd),
  .viewdo-toc-grid-4 .viewdo-toc-thumb:nth-child(odd) {
    margin-left: 26%;
  }
  .viewdo-toc-grid-2 .viewdo-toc-thumb:nth-child(even),
  .viewdo-toc-grid-4 .viewdo-toc-thumb:nth-child(even) {
    margin-right: 26%;
  }
  .viewdo-toc-grid-5 .viewdo-toc-thumb:nth-child(1) {
    margin-left: 13.5%;
  }
  .viewdo-toc-grid-5 .viewdo-toc-thumb:nth-child(3) {
    margin-right: 13.5%;
  }
  .viewdo-toc-grid-6 .viewdo-toc-thumb:nth-child(1) {
    margin-left: 13.5%;
  }
  .viewdo-toc-grid-6 .viewdo-toc-thumb:nth-child(3) {
    margin-right: 13.5%;
  }
}
div[class^="viewdo-toc-grid-"] .viewdo-toc-thumb > div .label {
  background: rgba(45, 81, 116, 0.9);
  color: black;
}
.viewdo-ctas-header {
  margin-bottom: 1.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.viewdo-ctas-header img {
  display: block;
  margin: 0 auto;
}
.viewdo-ctas-header > :last-child {
  padding-bottom: 1.5rem;
}
body #state-player section:not(.ivx-state-video-section).direct {
  width: 100%;
  max-width: 48rem;
  box-sizing: border-box;
  padding: 0 1rem;
}
body #state-player section:not(.ivx-state-video-section).direct h1 {
  margin: 0 auto 2rem;
  min-width: 320px;
}
.direct-template-thumbnails .ivx-navigation-state-links-container,
.direct-template-default .ivx-navigation-state-links-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  max-width: 30rem;
  margin: auto;
}
.direct-template-thumbnails .ivx-navigation-state-links-container .ivx-input-buttons,
.direct-template-default .ivx-navigation-state-links-container .ivx-input-buttons {
  font-size: 1rem;
  border: none;
  padding: 0.75em 1.5em;
  box-sizing: border-box;
  border-radius: 100px;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: bold;
  padding: 1rem 1.5rem;
  cursor: pointer;
  text-decoration: none;
  background: #6d5f8c;
  box-shadow: none;
  color: #ffffff;
}
.direct-template-thumbnails .ivx-navigation-state-links-container .ivx-input-buttons,
.direct-template-default .ivx-navigation-state-links-container .ivx-input-buttons {
  width: 100%;
}
.direct-template-thumbnails .ivx-navigation-state-links-container .ivx-input-buttons-cta-persistent,
.direct-template-default .ivx-navigation-state-links-container .ivx-input-buttons-cta-persistent {
  box-shadow: none;
  font-size: 1rem;
  text-transform: none;
  background: #2d5174;
  color: #FFFFFF;
}
.direct-template-thumbnails .ivx-navigation-state-links-container .ivx-input-buttons-cta,
.direct-template-default .ivx-navigation-state-links-container .ivx-input-buttons-cta {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: none;
  background: #6d5f8c;
  color: #ffffff;
}
.direct-template-thumbnails .ivx-navigation-state-links-container .ivx-link-container:nth-child(1),
.direct-template-default .ivx-navigation-state-links-container .ivx-link-container:nth-child(1) {
  flex: 0 0 100%;
}
.direct-template-thumbnails .ivx-navigation-state-links-container .ivx-link-container:nth-child(2),
.direct-template-default .ivx-navigation-state-links-container .ivx-link-container:nth-child(2),
.direct-template-thumbnails .ivx-navigation-state-links-container .ivx-link-container:nth-child(3),
.direct-template-default .ivx-navigation-state-links-container .ivx-link-container:nth-child(3) {
  float: none;
  width: auto;
  flex: 1;
  margin: 2% 0.5%;
}
.direct-template-ctas .ivx-navigation-state-links-container .ivx-link-container a {
  color: inherit;
  text-decoration: none;
}
.direct-template-ctas .ivx-navigation-state-links-container .ivx-link-container img,
.direct-template-ctas .ivx-navigation-state-links-container .ivx-link-container span {
  text-align: center;
  margin: 0 auto;
}
.direct-template-ctas .ivx-navigation-state-links-container .ivx-link-container img {
  display: block;
  margin-bottom: 1rem;
  max-width: 100%;
}
.direct-template-ctas .ivx-navigation-state-links-container .ivx-link-container span {
  display: inline-block;
  background: #6d5f8c;
  padding: 0.5rem 1rem;
  color: #ffffff;
  border-radius: 100px;
  margin: 1rem;
}
.direct-template-ctas .ivx-navigation-state-links-container .ivx-link-container ul,
.direct-template-ctas .ivx-navigation-state-links-container .ivx-link-container ol {
  display: block;
  margin: 0;
  padding-left: 0;
}
.direct-template-ctas .ivx-navigation-state-links-container .ivx-link-container ul li,
.direct-template-ctas .ivx-navigation-state-links-container .ivx-link-container ol li {
  margin-left: 1.125em;
}
.direct-template-ctas .ivx-navigation-state-links-container .ivx-link-container ul li.bold,
.direct-template-ctas .ivx-navigation-state-links-container .ivx-link-container ol li.bold {
  font-weight: bold;
}
.direct-template-ctas .ivx-navigation-state-links-container .ivx-link-container ul li.italic,
.direct-template-ctas .ivx-navigation-state-links-container .ivx-link-container ol li.italic {
  font-style: italic;
}
.direct-template-ctas .ivx-navigation-state-links-container .ivx-link-container ul li.highlight,
.direct-template-ctas .ivx-navigation-state-links-container .ivx-link-container ol li.highlight {
  color: #6d5f8c;
}
.direct-template-ctas .ivx-navigation-state-links-container .ivx-link-container ul:before,
.direct-template-ctas .ivx-navigation-state-links-container .ivx-link-container ol:before {
  content: attr(data-header);
  font-size: 120%;
  font-weight: bold;
}
.direct-template-ctas .ivx-navigation-state-links-container .ivx-link-container:first-child span {
  background: #2d5174;
  color: #ffffff;
}
.direct-template-ctas ._desktopTemplateCTAs .ivx-navigation-state-links-container {
  display: flex;
}
.direct-template-ctas ._desktopTemplateCTAs .ivx-navigation-state-links-container .ivx-link-container {
  flex-basis: 0;
  flex-grow: 1;
  padding: 0 0.6667rem 0 0;
}
.direct-template-ctas ._desktopTemplateCTAs .ivx-navigation-state-links-container .ivx-link-container:first-child {
  order: 2;
  padding: 0 0.3333rem;
}
.direct-template-ctas ._desktopTemplateCTAs .ivx-navigation-state-links-container .ivx-link-container:first-child span {
  font-size: 1.25em;
  padding: 0.75rem 1.25rem;
}
.direct-template-ctas ._desktopTemplateCTAs .ivx-navigation-state-links-container .ivx-link-container:last-child {
  order: 3;
  padding: 0 0 0 0.6667rem;
}
@media only screen and (min-width: 768px) and (min-height: 521px) {
  .direct-template-ctas .ivx-navigation-state-links-container {
    display: flex;
  }
  .direct-template-ctas .ivx-navigation-state-links-container .ivx-link-container {
    flex-basis: 0;
    flex-grow: 1;
    padding: 0 0.6667rem 0 0;
  }
  .direct-template-ctas .ivx-navigation-state-links-container .ivx-link-container:first-child {
    order: 2;
    padding: 0 0.3333rem;
  }
  .direct-template-ctas .ivx-navigation-state-links-container .ivx-link-container:first-child span {
    font-size: 1.25em;
    padding: 0.75rem 1.25rem;
  }
  .direct-template-ctas .ivx-navigation-state-links-container .ivx-link-container:last-child {
    order: 3;
    padding: 0 0 0 0.6667rem;
  }
}
.direct-template-ctas ._mobileTemplateCTAs .ivx-navigation-state-links-container .ivx-link-container:nth-child(n+2) {
  margin-top: 1rem;
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .direct-template-ctas .ivx-navigation-state-links-container .ivx-link-container:nth-child(n+2) {
    margin-top: 1rem;
  }
}
@media only screen and (max-height: 520px) and (orientation: landscape) {
  .direct-template-ctas .ivx-navigation-state-links-container .ivx-link-container:nth-child(n+2) {
    margin-top: 1rem;
  }
}
.viewdo-cta-instructions {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  margin: 1.5rem 0;
  padding-top: 1.5rem;
}
div[class^="viewdo-cta-grid-"] {
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  width: 100%;
}
div[class^="viewdo-cta-grid-"] .viewdo-cta-thumb {
  margin: 1%;
  width: 48%;
}
div[class^="viewdo-cta-grid-"] .viewdo-cta-thumb > div,
div[class^="viewdo-cta-grid-"] .viewdo-cta-thumb a {
  display: block;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
div[class^="viewdo-cta-grid-"] .viewdo-cta-thumb > div .background-holder,
div[class^="viewdo-cta-grid-"] .viewdo-cta-thumb a .background-holder {
  padding-top: 64%;
  position: relative;
  overflow: hidden;
}
div[class^="viewdo-cta-grid-"] .viewdo-cta-thumb > div .background-holder .background,
div[class^="viewdo-cta-grid-"] .viewdo-cta-thumb a .background-holder .background {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  transition: all 0.5s ease;
  top: 0;
  z-index: -1;
}
div[class^="viewdo-cta-grid-"] .viewdo-cta-thumb > div .label,
div[class^="viewdo-cta-grid-"] .viewdo-cta-thumb a .label {
  padding: 1rem;
  font-size: 0.875em;
  text-align: left;
}
div[class^="viewdo-cta-grid-"] .viewdo-cta-thumb > div:hover .background,
div[class^="viewdo-cta-grid-"] .viewdo-cta-thumb a:hover .background {
  transform: scale3d(1.2, 1.2, 1);
}
body .video-state-container {
  height: 100%;
}
body .video-state-container .ivx-state-video-section {
  margin: auto;
}
body .video-state-container .ivx-state-video-section header {
  max-height: max-content;
  opacity: 1;
  overflow: hidden;
  transition: all 0.5s ease;
  transition-delay: 0.5s;
}
body .video-state-container .ivx-state-video-section .video-player-container {
  position: relative;
  height: 100%;
  transition: 0.5s ease all;
}
body .video-state-container .ivx-state-video-section .video-player-container:before,
body .video-state-container .ivx-state-video-section .video-player-container:after {
  content: "";
  position: absolute;
  pointer-events: none;
  transition: 0.5s ease all;
}
body .video-state-container .ivx-state-video-section .video-player-container:before {
  top: 50%;
  left: 50%;
  width: 25%;
  height: 25%;
  background-image: url(https://storage.googleapis.com/ivx-static/viewdo/base-styles/images/play.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  opacity: 0.25;
  transform: translate3d(-50%, -50%, 0);
  z-index: 1;
}
body .video-state-container .ivx-state-video-section .video-player-container:after {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
}
body .video-state-container .ivx-state-video-section .video-player-container.ivx-video-playing:before,
body .video-state-container .ivx-state-video-section .video-player-container.ivx-video-playing:after {
  opacity: 0;
}
body .video-state-container .ivx-state-video-section footer .video-footer-content {
  max-height: max-content;
  opacity: 1;
  overflow: hidden;
  transition: all 0.5s ease;
}
body.video-playing .video-state-container .ivx-state-video-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
body.video-playing .video-state-container .ivx-state-video-section header {
  max-height: 0;
  opacity: 0;
}
body.video-playing .video-state-container .ivx-state-video-section .ivx-state-video-player {
  max-height: calc(100% - 64px);
}
body.video-playing .video-state-container .ivx-state-video-section .ivx-state-video-player video {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  width: auto;
}
body.video-playing .video-state-container .ivx-state-video-section footer .video-footer-content {
  max-height: 0;
  opacity: 0;
}
.viewdo-video-nav .viewdo-video-nav-back,
.viewdo-video-nav .viewdo-video-nav-skip {
  font-size: 0.875rem;
  text-transform: uppercase;
}
.viewdo-video-nav .viewdo-video-nav-back:before,
.viewdo-video-nav .viewdo-video-nav-skip:after {
  content: "";
  display: inline-block;
  width: 1.5rem;
  height: 19px;
  vertical-align: bottom;
}
.viewdo-video-nav .viewdo-video-nav-back:before {
  text-align: left;
  margin-right: 0.5rem;
  background-image: url(https://s3.amazonaws.com/ivx-static/koolstof/template/images/icons/arrow-left.svg);
  background-size: contain;
}
.viewdo-video-nav .viewdo-video-nav-skip:after {
  text-align: right;
  margin-left: 0.5rem;
  background-image: url(https://s3.amazonaws.com/ivx-static/koolstof/template/images/icons/arrow-right.svg);
  background-size: contain;
}
.viewdo-video-nav {
  position: fixed;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  width: 100%;
  left: 50%;
}
.viewdo-video-nav .viewdo-video-nav-back,
.viewdo-video-nav .viewdo-video-nav-skip {
  position: absolute;
  padding: 1rem;
  background: black;
  box-sizing: border-box;
  transform: translateY(-50%);
  cursor: pointer;
}
.viewdo-video-nav .viewdo-video-nav-back {
  left: 0px;
}
.viewdo-video-nav .viewdo-video-nav-skip {
  right: 0px;
}
._videoNavMobile .viewdo-video-nav .viewdo-video-nav-back,
._videoNavMobile .viewdo-video-nav .viewdo-video-nav-skip {
  line-height: 1;
}
._videoNavMobile .viewdo-video-nav .viewdo-video-nav-back span,
._videoNavMobile .viewdo-video-nav .viewdo-video-nav-skip span {
  display: none;
}
._videoNavMobile .viewdo-video-nav .viewdo-video-nav-back:before {
  margin-right: 0;
  width: 1rem;
  height: 13px;
}
._videoNavMobile .viewdo-video-nav .viewdo-video-nav-skip:after {
  margin-left: 0;
  width: 1rem;
  height: 13px;
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .viewdo-video-nav .viewdo-video-nav-back,
  .viewdo-video-nav .viewdo-video-nav-skip {
    line-height: 1;
  }
  .viewdo-video-nav .viewdo-video-nav-back span,
  .viewdo-video-nav .viewdo-video-nav-skip span {
    display: none;
  }
  .viewdo-video-nav .viewdo-video-nav-back:before {
    margin-right: 0;
    width: 1rem;
    height: 13px;
  }
  .viewdo-video-nav .viewdo-video-nav-skip:after {
    margin-left: 0;
    width: 1rem;
    height: 13px;
  }
}
@media only screen and (max-height: 520px) and (orientation: landscape) {
  .viewdo-video-nav .viewdo-video-nav-back,
  .viewdo-video-nav .viewdo-video-nav-skip {
    line-height: 1;
  }
  .viewdo-video-nav .viewdo-video-nav-back span,
  .viewdo-video-nav .viewdo-video-nav-skip span {
    display: none;
  }
  .viewdo-video-nav .viewdo-video-nav-back:before {
    margin-right: 0;
    width: 1rem;
    height: 13px;
  }
  .viewdo-video-nav .viewdo-video-nav-skip:after {
    margin-left: 0;
    width: 1rem;
    height: 13px;
  }
}
body #state-player section:not(.ivx-state-video-section).viewdo-html {
  width: 100%;
  max-width: 48rem;
  box-sizing: border-box;
  padding: 0 1rem;
}
body #state-player section:not(.ivx-state-video-section).viewdo-html ._htmlSceneMobile {
  max-width: calc(100vw - 5rem);
  margin: 0 auto;
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  body #state-player section:not(.ivx-state-video-section).viewdo-html {
    max-width: calc(100vw - 5rem);
    margin: 0 auto;
  }
}
@media only screen and (max-height: 520px) and (orientation: landscape) {
  body #state-player section:not(.ivx-state-video-section).viewdo-html {
    max-width: calc(100vw - 5rem);
    margin: 0 auto;
  }
}
.viewdo-html header {
  text-align: left;
}
.viewdo-html header hr {
  height: 1px;
  border: none;
  border-top: 1px dotted white;
  margin: 1.5rem 0 0;
}
.viewdo-html header h1 {
  text-align: center;
}
.viewdo-html header h1 + * {
  margin-top: 2rem;
}
.viewdo-html header img {
  display: block;
  margin: 0 auto;
}
.viewdo-html header h2,
.viewdo-html header ul,
.viewdo-html header ol,
.viewdo-html header p,
.viewdo-html header img,
.viewdo-html header .viewdo-html-testimonial-grid {
  margin-top: 1.5rem;
}
.viewdo-html header h2 + * {
  margin-top: inherit;
}
.viewdo-html header ul,
.viewdo-html header ol {
  margin-bottom: 0;
  padding-left: 0;
}
.viewdo-html header ul li,
.viewdo-html header ol li {
  margin-left: 1.125em;
}
.viewdo-html header ul:before,
.viewdo-html header ol:before {
  content: attr(data-header);
  font-size: 120%;
  font-weight: bold;
}
.viewdo-html header .viewdo-html-testimonial-grid {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.viewdo-html header .viewdo-html-testimonial-grid .viewdo-html-testimonial {
  display: flex;
  align-items: center;
  width: 50%;
  box-sizing: border-box;
}
.viewdo-html header .viewdo-html-testimonial-grid .viewdo-html-testimonial:nth-child(odd) {
  padding-right: 0.75rem;
}
.viewdo-html header .viewdo-html-testimonial-grid .viewdo-html-testimonial:nth-child(even) {
  padding-left: 0.75rem;
}
.viewdo-html header .viewdo-html-testimonial-grid .viewdo-html-testimonial:nth-child(n+3) {
  padding-top: 1.5rem;
}
.viewdo-html header .viewdo-html-testimonial-grid .viewdo-html-testimonial:only-child {
  padding: 0;
  width: 100%;
}
.viewdo-html header .viewdo-html-testimonial-grid .viewdo-html-testimonial .viewdo-html-testimonial-photo {
  align-self: flex-start;
  width: 150px;
  height: 150px;
  background-size: cover;
}
.viewdo-html header .viewdo-html-testimonial-grid .viewdo-html-testimonial .viewdo-html-testimonial-photo img {
  margin: 0;
}
.viewdo-html header .viewdo-html-testimonial-grid .viewdo-html-testimonial .viewdo-html-testimonial-copy p {
  font-size: 0.875em;
  margin: 0 0 0 1rem;
}
.viewdo-html header .viewdo-html-testimonial-grid .viewdo-html-testimonial .viewdo-html-testimonial-copy span {
  display: block;
  font-size: 0.75em;
  margin: 0.5rem 0 0 1rem;
  opacity: 0.7;
}
.viewdo-html header ._viewdoTestimonialsMobile .viewdo-html-testimonial-grid .viewdo-html-testimonial {
  width: 100%;
  flex-direction: column;
}
.viewdo-html header ._viewdoTestimonialsMobile .viewdo-html-testimonial-grid .viewdo-html-testimonial:nth-child(odd),
.viewdo-html header ._viewdoTestimonialsMobile .viewdo-html-testimonial-grid .viewdo-html-testimonial:nth-child(even) {
  padding: 0;
}
.viewdo-html header ._viewdoTestimonialsMobile .viewdo-html-testimonial-grid .viewdo-html-testimonial:nth-child(n+2) {
  padding-top: 1.5rem;
}
.viewdo-html header ._viewdoTestimonialsMobile .viewdo-html-testimonial-grid .viewdo-html-testimonial .viewdo-html-testimonial-photo {
  margin: 0 auto 1rem;
  width: 100%;
  padding-top: 100%;
  height: 0;
}
.viewdo-html header ._viewdoTestimonialsMobile .viewdo-html-testimonial-grid .viewdo-html-testimonial .viewdo-html-testimonial-copy {
  width: 100%;
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .viewdo-html header .viewdo-html-testimonial-grid .viewdo-html-testimonial {
    width: 100%;
    flex-direction: column;
  }
  .viewdo-html header .viewdo-html-testimonial-grid .viewdo-html-testimonial:nth-child(odd),
  .viewdo-html header .viewdo-html-testimonial-grid .viewdo-html-testimonial:nth-child(even) {
    padding: 0;
  }
  .viewdo-html header .viewdo-html-testimonial-grid .viewdo-html-testimonial:nth-child(n+2) {
    padding-top: 1.5rem;
  }
  .viewdo-html header .viewdo-html-testimonial-grid .viewdo-html-testimonial .viewdo-html-testimonial-photo {
    margin: 0 auto 1rem;
    width: 100%;
    padding-top: 100%;
    height: 0;
  }
  .viewdo-html header .viewdo-html-testimonial-grid .viewdo-html-testimonial .viewdo-html-testimonial-copy {
    width: 100%;
  }
}
@media only screen and (max-height: 520px) and (orientation: landscape) {
  .viewdo-html header .viewdo-html-testimonial-grid .viewdo-html-testimonial {
    width: 100%;
    flex-direction: column;
  }
  .viewdo-html header .viewdo-html-testimonial-grid .viewdo-html-testimonial:nth-child(odd),
  .viewdo-html header .viewdo-html-testimonial-grid .viewdo-html-testimonial:nth-child(even) {
    padding: 0;
  }
  .viewdo-html header .viewdo-html-testimonial-grid .viewdo-html-testimonial:nth-child(n+2) {
    padding-top: 1.5rem;
  }
  .viewdo-html header .viewdo-html-testimonial-grid .viewdo-html-testimonial .viewdo-html-testimonial-photo {
    margin: 0 auto 1rem;
    width: 100%;
    padding-top: 100%;
    height: 0;
  }
  .viewdo-html header .viewdo-html-testimonial-grid .viewdo-html-testimonial .viewdo-html-testimonial-copy {
    width: 100%;
  }
}
section[class^="affirm"] .ivx-navigation-state-links-container {
  position: fixed;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  width: 100%;
  left: 50%;
}
section[class^="affirm"] .ivx-navigation-state-links-container .viewdo-nav-back,
section[class^="affirm"] .ivx-navigation-state-links-container .viewdo-nav-next {
  font-size: 0.875rem;
  text-transform: uppercase;
  position: absolute;
  padding: 1rem;
  background: black;
  box-sizing: border-box;
  transform: translateY(-50%);
  cursor: pointer;
  text-decoration: none;
  color: inherit;
}
section[class^="affirm"] .ivx-navigation-state-links-container .viewdo-nav-back:before,
section[class^="affirm"] .ivx-navigation-state-links-container .viewdo-nav-next:after {
  content: '';
  display: inline-block;
  width: 1.5rem;
  height: 19px;
  vertical-align: bottom;
}
section[class^="affirm"] .ivx-navigation-state-links-container .viewdo-nav-back:before {
  text-align: left;
  margin-right: 0.5rem;
  background-image: url(https://s3.amazonaws.com/ivx-static/koolstof/template/images/icons/arrow-left.svg);
  background-size: contain;
}
section[class^="affirm"] .ivx-navigation-state-links-container .viewdo-nav-next:after {
  text-align: right;
  margin-left: 0.5rem;
  background-image: url(https://s3.amazonaws.com/ivx-static/koolstof/template/images/icons/arrow-right.svg);
  background-size: contain;
}
section[class^="affirm"] .ivx-navigation-state-links-container .viewdo-nav-back {
  left: 0px;
}
section[class^="affirm"] .ivx-navigation-state-links-container .viewdo-nav-next {
  right: 0px;
}
section[class^="affirm"] ._viewDoNavMobile .ivx-navigation-state-links-container .viewdo-nav-back,
section[class^="affirm"] ._viewDoNavMobile .ivx-navigation-state-links-container .viewdo-nav-next {
  line-height: 1;
}
section[class^="affirm"] ._viewDoNavMobile .ivx-navigation-state-links-container .viewdo-nav-back span,
section[class^="affirm"] ._viewDoNavMobile .ivx-navigation-state-links-container .viewdo-nav-next span {
  display: none;
}
section[class^="affirm"] ._viewDoNavMobile .ivx-navigation-state-links-container .viewdo-nav-back:before {
  margin-right: 0;
  width: 1rem;
  height: 13px;
}
section[class^="affirm"] ._viewDoNavMobile .ivx-navigation-state-links-container .viewdo-nav-next:after {
  margin-left: 0;
  width: 1rem;
  height: 13px;
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  section[class^="affirm"] .ivx-navigation-state-links-container .viewdo-nav-back,
  section[class^="affirm"] .ivx-navigation-state-links-container .viewdo-nav-next {
    line-height: 1;
  }
  section[class^="affirm"] .ivx-navigation-state-links-container .viewdo-nav-back span,
  section[class^="affirm"] .ivx-navigation-state-links-container .viewdo-nav-next span {
    display: none;
  }
  section[class^="affirm"] .ivx-navigation-state-links-container .viewdo-nav-back:before {
    margin-right: 0;
    width: 1rem;
    height: 13px;
  }
  section[class^="affirm"] .ivx-navigation-state-links-container .viewdo-nav-next:after {
    margin-left: 0;
    width: 1rem;
    height: 13px;
  }
}
@media only screen and (max-height: 520px) and (orientation: landscape) {
  section[class^="affirm"] .ivx-navigation-state-links-container .viewdo-nav-back,
  section[class^="affirm"] .ivx-navigation-state-links-container .viewdo-nav-next {
    line-height: 1;
  }
  section[class^="affirm"] .ivx-navigation-state-links-container .viewdo-nav-back span,
  section[class^="affirm"] .ivx-navigation-state-links-container .viewdo-nav-next span {
    display: none;
  }
  section[class^="affirm"] .ivx-navigation-state-links-container .viewdo-nav-back:before {
    margin-right: 0;
    width: 1rem;
    height: 13px;
  }
  section[class^="affirm"] .ivx-navigation-state-links-container .viewdo-nav-next:after {
    margin-left: 0;
    width: 1rem;
    height: 13px;
  }
}
body #state-player.background-video {
  -webkit-mask-image: none;
  mask-image: none;
}
body #state-player.background-video .landing-page {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100vw;
  height: 100vh;
}
body #state-player.background-video .landing-page .background-video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  filter: grayscale(1);
  opacity: 0.2;
}
body #state-player.background-video .landing-page:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: #1c1c1c;
}
