:root {
  --space: 1.33em;
  --c_lblue: #459AEF;
  --c_dblue: #152247;
  --c_dgrey: #CFCFCF;
  --c_mgrey: #F1F1F1;
  --c_lgrey: #F7F7F7;
  --tc: var(--c_dblue);
  --hc: var(--c_lblue);
  --padding-scale: 3.88;
  --tscale: 1;
}

/*! normalize.css v8.0.1 | 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;
}

/**
* Render the `main` element consistently in IE.
*/

main {
	display: block;
}

/**
* 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;
	display: block;
	max-width: 100%;
	height: auto;
}

/* 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;
}

html {
  font-family: 'Ubuntu', sans-serif;
  font-size: 100%;
  font-weight: normal;
  line-height: 1.66;
  color: var(--tc);
}

body {
  font-size: 1em;
}


h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
  margin-top: 0;
}

h1 {
  font-size: 3.66em;
}

h2 {
  font-size: 2.88em;
}

@media (max-width: 600px) {

  h1 {
    font-size: 2.66em;
  }
  
  h2 {
    font-size: 1.88em;
  }

}

h3 {
  font-size: 1.33em;
}
h4 {
  font-size: 1em;
}
h5 {
  font-size: 1em;
}
h6 {
  font-size: 1em;
}

b,
strong {
  font-weight: 700;
}

p {
  font-size: calc(1em * var(--tscale));
  margin: 0;
}

* + p {
  margin-top: var(--space)
}
html,
body {
  box-sizing: border-box;
}

*::before,
*::after {
  box-sizing: inherit;
}

.l-page-wrap {
  max-width: calc(58em + 1.33vw);
  padding-right: var(--space);
  padding-left: var(--space);
  margin: 0 auto;
}

.l-page-wrap--narrow {
  max-width: calc(46em + 0.66vw);
}

.l-page-wrap--wide {
  max-width: calc(68em + 1.88vw);
}

.l-page-wrap--xwide {
  max-width: calc(76em + 1.88vw);
}

.l-page-wrap--full {
  max-width: 100%;
  padding-right: 0;
  padding-left: 0;
}

/* Zoom / enlarge page on big screens */
@media (min-width: 1900px) {

  body {
    font-size: 1.125em;
  }

}

/*
 * Hubspot Grid
 */

/*
.container-fluid:before,
.container-fluid:after {
    display: table;
    content: "";
}

.container-fluid:after {
    clear: both;
}
*/

.row-fluid {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
}
.row-fluid--top {
    align-items: flex-start;
}
.row-fluid--center {
    align-items: center;
}
.row-fluid--bottom {
    align-items: flex-end;
}

.row-fluid [class*="span"] {
    float: none;
    width: 100%;
    margin-left: 0;
}


@media screen and (min-width: 690px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid [class*="span"] {
        width: 100%;
        min-height: 1px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 960px) {

    .row-fluid [class*="span"] {
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

@media (max-width: 690px) {
    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
}

@media (min-width: 690px) and (max-width: 960px) {
    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important ;
    }
}



@media (min-width: 768px) {

  .wrap-grid .row-fluid [class*="span"]:nth-child(2) {
    margin-left: 0;
  }

}

.sr-only {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 0;
  height: 0;
}
.button,
.hs-button {
  font-size: calc(1.1em * var(--tscale));
  border: 0;
  text-decoration: none;
  padding: calc(var(--space) /2) var(--space);
  background-color: var(--c_dblue);
  color: #fff;
  border: 1px solid var(--c_dblue);
  border-radius: 9px 0 9px 0;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
}

.button:hover,
.button:focus,
.hs-button:hover,
.hs-button:focus {
  background-color: var(--c_lblue);
  border: 1px solid var(--c_lblue);
}

.button--light,
.hs-button--light {
  font-size: calc(1.1em * var(--tscale));
  border: 0;
  text-decoration: none;
  padding: calc(var(--space) / 2) var(--space);
  background-color: var(--c_lblue);
  color: #fff !important;
  border: 1px solid var(--c_lblue);
  border-radius: 9px 0 9px 0;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
}

.button--light:hover,
.button--light:focus,
.hs-button--light:hover,
.hs-button--light:focus {
  background-color: #fff;
  color: var(--c_dblue) !important;
  border: 1px solid #fff;
}

.button--secondary,
.hs-button--secondary {
  border: 0;
  background: none;
  text-decoration: none;
  font-weight: 900;
  padding: 0;
  color: var(--hc);
  border: 0;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
}

.button--secondary:hover,
.button--secondary:focus,
.hs-button--secondary:hover,
.hs-button--secondary:focus {
  opacity: 0.88;
}

.button--secondary::after,
.hs-button--secondary::after {
  content: '»';
  display: inline-block;
  padding-left: 0.33em;
}

.button--disabled
.button[disabled],
.hs-button--disabled,
.hs-button[disabled] {
  font-size: calc(1.1em * var(--tscale));
  border: 0;
  text-decoration: none;
  padding: calc(var(--space) / 2) var(--space);
  background-color: var(--c_dgrey);
  color: #fff !important;
  border: 1px solid var(--c_dgrey);
  border-radius: 9px 0 9px 0;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
}

.button--disabled:hover,
.button--disabled:focus,
.button[disabled]:hover,
.button[disabled]:focus,
.hs-button--disabled:hover,
.hs-button--disabled:focus,
.hs-button[disabled]:hover,
.hs-button[disabled]:focus {
  background-color: #fff;
  color: var(--c_dgrey) !important;
  border: 1px solid var(--c_mgrey);
}

.button[disabled],
.hs-button[disabled] {
  cursor: not-allowed;
}
.section {
  --bgc: transparent;
  --tc: var(--c_dblue);
  --pt-multiplier: 3.66;
  --pb-multiplier: 3.66;
  background-color: var(--bgc);
  color: var(--tc);
  padding-top: calc((var(--space) * var(--pt-multiplier)) + 1px);
  padding-bottom: calc((var(--space) * var(--pb-multiplier)) + 1px);
}

.section--w-side-title {
  position: relative;
  padding-left: 3.33em;
}

.section__side-title {
  font-size: 3.33em;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -1px;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: var(--c_dgrey);
  position: absolute;
  left: 0.1em;
  top: 50%;
  transform-origin: top left;
  transform: rotate(-90deg) translateX(-50%);
  line-height: 1;
}

[id*=zeus-player] {
  position: relative;
  margin-top: calc(var(--space) * 2.33);
  margin-bottom: calc(var(--space) * 2.33);
}

[id*=zeus-player]::before,
[id*=zeus-player]::after {
  content: '';
  display: block;
  height: 50%;
  width: 50%;
  position: absolute;
  border: 2px dashed var(--c_lblue);
  z-index: 99;
}

[id*=zeus-player]::before {
  bottom: calc(var(--space) * -0.88);
  left: calc(var(--space) * -0.88);
  border-top: 0;
  border-right: 0;
}

[id*=zeus-player]::after {
  top: calc(var(--space) * -0.88);
  right: calc(var(--space) * -0.88);
  border-bottom: 0;
  border-left: 0;
}

.hiw-block__lg-image--img-touches [id*=zeus-player]::after {
  display: none;
}
input {
  max-width: 100% !important;
  box-sizing: border-box;
}

input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]) {
  font-size: 1.1em;
  border: 1px solid currentColor;
  border-radius: 9px 0 9px 0;
  color: var(--tc);
  padding: calc(var(--space) /2);
}

::placeholder {
  color: var(--c_dgrey);
}

.hs-form,
.hs-form * {
  box-sizing: border-box;
}

.hs-form fieldset {
  min-width: 100%;
  max-width: 100%;
  position: relative;
}

.hs-form fieldset > * {
  flex: 1;
  min-width: 100%;
}

@media (min-width: 690px) {

  .hs-form fieldset {
    display: flex;
    gap: var(--space);
  }

  .hs-form fieldset > * {
    min-width: 0%;
  }

}

.hs-form fieldset .input,
.hs-form fieldset .input input {
  width: 100% !important;
  margin: 0;
  box-sizing: border-box;
}

.hs-form fieldset + fieldset {
  margin-top: .5rem;
}

.inputs-list {
  list-style: none;
  padding: 0;
}

.hs-form fieldset input[type=radio],
.hs-form fieldset input[type=checkbox] {
  width: auto !important;
  margin-right: 0.33em
}


.hs-form select,
.hs-form textarea {
  font-size: 1.1em;
  border: 1px solid;
  border-radius: 9px 0 9px 0;
  color: var(--tc);
  padding: calc(var(--space)/2);
  width: 100% !important;
}

.hs-error-msgs {
  background-color: #f20c56;
  color: #fff;
  list-style: none;
  padding: calc(var(--space) * 0.33) var(--space);
  margin: 0;
  font-size: 0.66em;
  border-radius: 0 9px 9px 9px;
  width: 100%;
}