@font-face {
  font-family: 'Montserrat';
  font-weight: 300;
  src: url(../fonts/Montserrat-Light.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-weight: 400;
  src: url(../fonts/Montserrat-Regular.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-weight: 400;
  src: url(../fonts/OpenSans-Regular.ttf) format('truetype');
}
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
  /** font smoothing */
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  text-size-adjust: none;
  /** mobile */
  /**
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  **/
  -webkit-user-drag: none;
  -ms-content-zooming: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
icons {
  display: none;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
/* textarea {
  overflow: auto;
} */
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
html {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
}
body {
  background-color: #000;
  font-family: 'Montserrat', sans-serif;
  color: white;
  font-size: 1rem;
  line-height: 1.5rem;
}
body > .hidden {
  display: none;
}
img {
  max-width: 100%;
  max-height: 100%;
}
h1 {
  margin: 0;
  font-weight: 400;
  font-size: 3rem;
  line-height: 3.75rem;
  text-align: center;
}
h2 {
  margin: 0;
  font-weight: 400;
  font-size: 3rem;
  line-height: 3.75rem;
  text-align: center;
}
h3 {
  font-weight: 300;
  margin: 0;
  font-size: 1.5rem;
  line-height: 1.74rem;
  text-align: center;
  color: #177e89;
}
h4 {
  margin: 0;
  font-weight: 300;
  font-size: 1.25rem;
  line-height: 1.74rem;
  text-align: center;
}
h5 {
  margin: 0;
  font-weight: 400;
  font-size: 2.25rem;
  line-height: 2.8125rem;
  text-align: center;
}
p,
li {
  font-weight: 300;
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
}
a {
  color: white;
}
a:active {
  color: #C4D8DC;
}
a:hover {
  color: #EEF6F6;
}
@media only screen and (max-width: 768px) {
  h1 {
    font-size: 2.25rem;
    line-height: 2.745rem;
  }
  h2 {
    font-size: 2.25rem;
    line-height: 2.745rem;
  }
  h3 {
    font-size: 1.375rem;
    line-height: 1.749rem;
  }
  h4 {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
  p {
    line-height: 1.365rem;
  }
}
.button__solid--primary {
  cursor: pointer;
  position: relative;
  padding: 0.5rem 1rem;
  min-width: 140px;
  border: 1px solid transparent;
  border-radius: 6px;
  vertical-align: middle;
  background: none;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.125rem;
  height: 2.5rem;
  text-align: center;
  text-decoration: none;
  z-index: 1;
}
.button__solid--primary::before,
.button__solid--primary::after {
  content: '';
  position: absolute;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  border: 1px solid #177E89;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 6px;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}
.button__solid--primary:focus {
  outline: 0;
}
.button__solid--primary::before {
  top: -3px;
  left: -3px;
}
.button__solid--primary::after {
  top: 3px;
  left: 3px;
}
.button__solid--primary:hover:before,
.button__solid--primary:hover:after {
  top: -0.5px;
  left: -1px;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}
.button__solid--primary:hover {
  border: 1px solid #39919A;
  color: #39919A;
}
.button__solid--primary:active {
  border: 1px solid #115E66;
  color: #115E66;
}
@media only screen and (max-width: 768px) {
  .button__solid--primary {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
}
.form-wrap {
  margin-top: 2rem;
  /* Change Autocomplete styles in Chrome*/
}
.form-wrap h2 {
  margin-bottom: 2rem;
}
.form-wrap form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  padding: 1rem 0.5rem;
  background: #0f0f0f;
}
.form-wrap .loading {
  visibility: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  background: rgba(0, 0, 0, 0.8);
}
.form-wrap .error {
  width: 100%;
  display: none;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  margin-bottom: 2rem;
}
.form-wrap .error span {
  color: #AF1211;
}
.form-wrap .success {
  display: none;
  padding: 2rem;
  background: #0f0f0f;
}
.form-wrap input,
.form-wrap textarea {
  margin-bottom: 2rem;
  border: 0;
  border-bottom: 1px solid #177e89;
  font-weight: 300;
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  color: white;
}
.form-wrap label {
  font-weight: 300;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.75rem;
  line-height: 1rem;
  color: white;
}
.form-wrap .uf-input {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.form-wrap textarea,
.form-wrap select,
.form-wrap input {
  background: none;
  -webkit-appearance: none;
  border-radius: 0;
  outline: none;
  width: 100%;
}
.form-wrap textarea {
  min-height: 100px;
  resize: vertical;
  overflow: auto;
}
.form-wrap .submit--container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.5rem;
}
.form-wrap .Half {
  width: calc(50% - 1rem);
}
.form-wrap .Stretch {
  width: 100%;
}
.form-wrap input:-webkit-autofill,
.form-wrap input:-webkit-autofill:hover,
.form-wrap input:-webkit-autofill:focus,
.form-wrap textarea:-webkit-autofill,
.form-wrap textarea:-webkit-autofill:hover,
.form-wrap textarea:-webkit-autofill:focus,
.form-wrap select:-webkit-autofill,
.form-wrap select:-webkit-autofill:hover,
.form-wrap select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 30px #0f0f0f inset !important;
  -webkit-text-fill-color: white !important;
}
@media only screen and (max-width: 768px) {
  .form-wrap .submit--container {
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .form-wrap .submit--container .button-wrapper {
    padding-top: 1rem;
  }
}
/* helper classes */
.vignette--header {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.vignette {
  -webkit-box-shadow: inset 0px 0px 70px 18px #000;
  box-shadow: inset 0px 0px 70px 18px #000;
}
/* main top */
.top__logo {
  padding-top: 1rem;
  display: block;
  width: auto;
  height: 105px;
  margin: 0 auto;
}
/* page content */
.main__content {
  max-width: 90rem;
  margin: 0 auto;
  min-height: calc(100vh - (177px + 1rem * 5 + 69px));
  margin-top: 1rem;
}
.page__content {
  max-width: 60rem;
  margin: 0 auto;
  padding: 1rem 1rem 2rem 1rem;
}
.image__section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
}
.image__section--gradient {
  background: -webkit-gradient(linear, right top, left top, from(black), color-stop(50%, rgba(59, 126, 140, 0.4)), to(black));
  background: linear-gradient(270deg, black 0%, rgba(59, 126, 140, 0.4) 50%, black 100%);
}
.video__section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 720px;
  margin: 0 auto;
}
/* desktop nav */
header {
  max-width: 90rem;
  margin: 0 auto;
}
header.fixed .desktop-menu {
  max-width: 90rem;
  position: fixed;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  top: 0;
  z-index: 1;
}
header.fixed {
  height: 177px;
}
.nav__wrapper {
  max-width: 75rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.nav__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.nav__item.current > a .nav__item--title,
.nav__item.current > .nav__item--title {
  color: #177E89;
  font-weight: 600;
}
.nav__item.current > a .nav__item--home,
.nav__item.current > .nav__item--home {
  fill: #177E89;
}
.nav__item--home {
  fill: white;
}
.nav__item--title {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.125rem;
  line-height: 2.53125rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.nav__item a {
  text-decoration: none;
  position: relative;
}
.nav__item a:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  height: 2px;
  margin: 0 auto;
  background: white;
  -webkit-transition: 200ms ease-in;
  transition: 200ms ease-in;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.nav__item a:hover:after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.nav__item.current > a:after {
  background: #177E89;
}
/* sub-menu */
.nav__item--parent {
  cursor: pointer;
}
.nav__item--parent > .nav__item--title {
  z-index: 3;
}
.nav__item ul {
  background: black;
  padding-top: 2.53125rem;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-bottom: 1rem;
  position: absolute;
  visibility: hidden;
  z-index: 2;
  -webkit-box-shadow: 0 8px 14px 5px rgba(0, 163, 222, 0.15);
  box-shadow: 0 8px 14px 5px rgba(0, 163, 222, 0.15);
}
.nav__item ul.open {
  visibility: visible;
}
@media (hover) {
  .nav__item:hover ul {
    visibility: visible;
  }
}
/* back to top */
.scroll-to-top__wrapper {
  display: none;
}
.scroll-to-top__wrapper:hover .scroll-to-top {
  fill: #39919A;
}
.scroll-to-top__wrapper:active .scroll-to-top {
  fill: #115E66;
}
/* 404 page */
.not-found--container {
  position: absolute;
  max-width: 970px;
  margin: 0 auto;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.not-found--container .not-found--button {
  padding-top: 1.5rem;
  height: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#not-found canvas {
  position: absolute;
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  header.fixed {
    height: inherit;
  }
  .scroll-to-top__wrapper.show {
    display: block;
    position: fixed;
    bottom: 1rem;
    right: 1rem;
  }
  .image__section {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
/* section */
.home__section {
  position: relative;
  min-height: 25rem;
}
.home__section--image {
  width: 100%;
  height: 25rem;
  background-size: cover;
  background-position: center;
}
.home__section--video {
  width: 100%;
  height: 25rem;
}
.home__section--video video {
  -o-object-fit: cover;
  object-fit: cover;
}
.home__section--video.vignette {
  -webkit-box-shadow: none;
  box-shadow: none;
  position: relative;
}
.home__section--video.vignette::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: inset -20px 0px 40px 0px black, inset 20px 0px 40px 0px black;
  box-shadow: inset -20px 0px 40px 0px black, inset 20px 0px 40px 0px black;
  top: 0;
  left: 0;
}
.home__section-content {
  max-width: 60rem;
  margin: 0 auto;
  padding: 0 1rem 1rem 1rem;
}
.home__section-content--title {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.home__section-content--button {
  text-align: center;
  padding: 1rem;
}
@media only screen and (max-width: 768px) {
  .home__section--image,
  .home__section--video {
    height: 18.75rem;
  }
}
input#mobile-checkbox {
  display: none;
}
.menu-toggle {
  display: none;
}
/* Hambuger Style*/
.hamburger-box {
  position: absolute;
  top: 25%;
  display: inline-block;
  width: 27px;
  height: 27px;
}
.hamburger-inner,
.hamburger-inner:before,
.hamburger-inner:after {
  content: "";
  position: relative;
  display: block;
  width: 22px;
  height: 2px;
  background-color: white;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.hamburger-inner {
  top: 8px;
  left: 3px;
  margin: 5px 0;
}
.hamburger-inner:before {
  top: -8px;
}
.hamburger-inner:after {
  bottom: -6px;
}
input#mobile-checkbox:checked ~ .main-wrapper .hamburger-inner {
  background: transparent;
}
input#mobile-checkbox:checked ~ .main-wrapper .hamburger-inner:before {
  top: 1px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
input#mobile-checkbox:checked ~ .main-wrapper .hamburger-inner:after {
  top: -1px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
/* Default styles + Mobile first Offscreen menu style */
.mobile-menu {
  min-height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  position: absolute;
  left: 0;
  top: -100%;
  height: 100%;
  overflow-y: scroll;
  overflow-x: visible;
  -webkit-transition: top 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: top 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: top 0.3s ease, box-shadow 0.3s ease;
  transition: top 0.3s ease, box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
  z-index: 1;
}
.mobile-menu ul {
  margin: 0;
  padding: 1rem;
  list-style: none;
}
.mobile-menu ul li a {
  display: block;
  padding: 1rem;
  color: white;
  text-align: center;
  text-decoration: none;
  font-size: 1.375rem;
  line-height: 1.749rem;
  font-weight: 300;
}
.mobile-menu ul li a:active:before,
.mobile-menu ul li a:active:after,
.mobile-menu ul li a:active {
  content: "-";
  color: #115E66;
}
.mobile-menu ul li.active a:before,
.mobile-menu ul li.active a:after,
.mobile-menu ul li.active a {
  content: "-";
  color: #177E89;
}
.mobile-menu .menu-close {
  position: absolute;
  right: 10px;
  top: 10px;
  text-decoration: none;
}
/* mobile */
@media (hover) {
  .mobile-menu ul li a:hover:before,
  .mobile-menu ul li a:hover:after,
  .mobile-menu ul li a:hover {
    content: "-";
    color: #39919A;
  }
}
@media only screen and (max-width: 768px) {
  /* on toggle */
  input#mobile-checkbox:checked ~ .main-wrapper {
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: fixed;
  }
  input#mobile-checkbox:checked ~ .main-wrapper .mobile-menu {
    top: 3.5rem;
    width: 100%;
    outline: none;
    -webkit-box-shadow: 3px 0 12px rgba(0, 0, 0, 0.25);
    box-shadow: 3px 0 12px rgba(0, 0, 0, 0.25);
  }
  header {
    position: fixed;
    z-index: 2;
    background: #000;
    top: 0;
    width: 100%;
  }
  .main__content {
    margin-top: 3.5rem;
    min-height: calc(100vh - (56px + 69px));
  }
  .menu-toggle {
    display: inherit;
    float: right;
    height: 3.5rem;
    width: 3.5rem;
    padding: 0 0.95rem 0rem 0.95rem;
    position: relative;
    cursor: pointer;
  }
  .desktop-menu {
    display: none;
  }
  .top__logo {
    padding: 0.5rem 0;
    display: inline-block;
    margin: 0 1rem;
    height: 3.5rem;
    vertical-align: top;
  }
}
/* section */
.customers__section {
  max-width: 68.75rem;
  margin: 0 auto;
}
.customers__section--content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.customers__card {
  width: 20.5rem;
  height: 15.8rem;
  margin: 1rem;
  background-color: #000;
  -webkit-box-shadow: 0 0 30px 8px rgba(0, 163, 222, 0.15);
  box-shadow: 0 0 30px 8px rgba(0, 163, 222, 0.15);
  position: relative;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.customers__card a {
  height: 100%;
  width: 100%;
}
.customers__card--inside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  padding: 1.25rem;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(23, 126, 137, 0.9);
}
.customers__card--inside p {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  overflow: hidden;
}
.customers__card--inside span {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  text-align: right;
}
.customers__card--inside img {
  vertical-align: middle;
}
.customers__card {
  overflow: hidden;
}
.customers__card img {
  -webkit-transition: -webkit-transform 0.3s ease-in;
  transition: -webkit-transform 0.3s ease-in;
  transition: transform 0.3s ease-in;
  transition: transform 0.3s ease-in, -webkit-transform 0.3s ease-in;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.customers__card .customers__card--inside {
  -webkit-transform: translate(0, 275px);
  transform: translate(0, 275px);
  -webkit-transition: opacity 0.3s ease-in, -webkit-transform 0.3s ease-in;
  transition: opacity 0.3s ease-in, -webkit-transform 0.3s ease-in;
  transition: transform 0.3s ease-in, opacity 0.3s ease-in;
  transition: transform 0.3s ease-in, opacity 0.3s ease-in, -webkit-transform 0.3s ease-in;
}
.customers__card:hover img {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}
.customers__card:hover .customers__card--inside {
  -webkit-transform: translate(0px, 0%);
  transform: translate(0px, 0%);
}
@media only screen and (max-width: 375px) {
  .customers__card {
    margin: 1rem 2rem;
    width: 100%;
  }
}
/* section */
.customer__section img {
  max-height: 25rem;
}
.customer__section--logo {
  margin: 0 auto;
  text-align: center;
  width: 17rem;
  height: 13rem;
}
.customer__section--content {
  max-width: 60rem;
  margin: 0 auto;
  padding: 0.5rem 1rem 2rem 1rem;
}
.customer__section--links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.customer__section--links a {
  padding: 0 1rem;
  display: inherit;
}
.customer__section--links .icon {
  margin: 0 0.5rem;
  height: 1.75rem;
  width: 1.75rem;
}
/* section */
.solutions__section {
  max-width: 68.75rem;
  margin: 0 auto;
}
.solutions__section h3 {
  color: white;
  margin-bottom: 1rem;
}
.solutions__section--content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.solutions__card {
  width: 20.5rem;
  height: 15.8rem;
  margin: 1rem;
  background-color: #000;
  -webkit-box-shadow: 0 0 30px 8px rgba(0, 163, 222, 0.15);
  box-shadow: 0 0 30px 8px rgba(0, 163, 222, 0.15);
  position: relative;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.solutions__card a {
  height: 100%;
  width: 100%;
}
.solutions__card .title {
  position: absolute;
  bottom: 0;
  width: 100%;
  min-height: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.solutions__card {
  overflow: hidden;
}
.solutions__card img {
  -webkit-transition: -webkit-transform 0.15s ease-in;
  transition: -webkit-transform 0.15s ease-in;
  transition: transform 0.15s ease-in;
  transition: transform 0.15s ease-in, -webkit-transform 0.15s ease-in;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}
.solutions__card:hover img {
  -webkit-transform: scale(1);
  transform: scale(1);
}
@media only screen and (max-width: 375px) {
  .solutions__card {
    margin: 1rem 2rem;
    width: 100%;
  }
}
/* section */
.solution__section img {
  max-height: 25rem;
}
.solution__section--logo {
  margin: 0 auto;
  width: 17rem;
  height: 13rem;
  text-align: center;
}
.solution__section--content {
  max-width: 60rem;
  margin: 0 auto;
  padding: 0.5rem 1rem 1rem 1rem;
}
.solution__section--content h3,
.solution__section--content h4 {
  margin-bottom: 1rem;
}
.solution__section--content p {
  margin-bottom: 3rem;
}
.solution__section--links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.solution__section--links a {
  padding: 0 1rem;
  display: inherit;
}
.solution__section--links .icon {
  margin: 0 0.5rem;
  height: 1.75rem;
  width: 1.75rem;
}
/* section */
.platform__section img {
  max-height: 25rem;
}
.platform__section--content {
  max-width: 60rem;
  margin: 0 auto;
  padding: 0.5rem 1rem 2rem 1rem;
}
.platform__section--links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.platform__section--links a {
  padding: 0 1rem;
  display: inherit;
}
/* section */
.use-cases--content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  max-width: 75rem;
  margin: 0 auto;
  padding: 2rem;
  text-align: center;
}
.use-cases--image {
  position: absolute;
  background-position: top;
  background-repeat: no-repeat;
  height: 25rem;
  width: 100%;
  z-index: -1;
  opacity: 0.2;
}
.use-cases--button {
  display: block;
  margin: 1.25rem 0;
}
.use-cases--subtitle {
  margin: 1.25rem 0;
}
@media only screen and (max-width: 768px) {
  .use-cases--content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
/* section */
.about-us__section {
  max-width: 68.75rem;
  margin: 0 auto;
}
.about-us__section h3 {
  color: white;
  margin-bottom: 1rem;
}
.about-us__section--top {
  margin: 0 auto;
  padding: 1rem;
}
.about-us__section--content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.about-us__card {
  width: 20.5rem;
  height: 15.8rem;
  margin: 1rem;
  background-color: #000;
  -webkit-box-shadow: 0 0 30px 8px rgba(0, 163, 222, 0.15);
  box-shadow: 0 0 30px 8px rgba(0, 163, 222, 0.15);
  position: relative;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.about-us__card a {
  height: 100%;
  width: 100%;
}
.about-us__card .title {
  position: absolute;
  bottom: 0;
  width: 100%;
  min-height: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.about-us__card {
  overflow: hidden;
}
.about-us__card img {
  -webkit-transition: -webkit-transform 0.15s ease-in;
  transition: -webkit-transform 0.15s ease-in;
  transition: transform 0.15s ease-in;
  transition: transform 0.15s ease-in, -webkit-transform 0.15s ease-in;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}
.about-us__card:hover img {
  -webkit-transform: scale(1);
  transform: scale(1);
}
@media only screen and (max-width: 375px) {
  .about-us__card {
    margin: 1rem 2rem;
    width: 100%;
  }
}
.spinner-dots {
  width: 40px;
  height: 40px;
  position: relative;
  text-align: center;
  margin: auto;
  -webkit-animation: sk-rotate 2s infinite linear;
  animation: sk-rotate 2s infinite linear;
}
.spinner-dots .dot1,
.spinner-dots .dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #177E89;
  border-radius: 100%;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out;
}
.spinner-dots .dot2 {
  top: auto;
  bottom: 0;
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
@-webkit-keyframes sk-rotate {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes sk-rotate {
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes sk-bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bounce {
  0%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
/* section */
.jobs__section {
  max-width: 68.75rem;
  margin: 0 auto;
}
.jobs__section h3 {
  color: white;
  margin-bottom: 1rem;
}
.jobs__section--content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.jobs__card {
  width: 20.5rem;
  height: 15.8rem;
  margin: 1rem;
  background-color: #000;
  -webkit-box-shadow: 0 0 30px 8px rgba(0, 163, 222, 0.15);
  box-shadow: 0 0 30px 8px rgba(0, 163, 222, 0.15);
  position: relative;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.jobs__card a {
  height: 100%;
  width: 100%;
}
.jobs__card .title {
  position: absolute;
  bottom: 0;
  width: 100%;
  min-height: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.jobs__card--inside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  padding: 1.25rem;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(23, 126, 137, 0.9);
}
.jobs__card--inside p {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin: 0;
  overflow: hidden;
}
.jobs__card--inside span {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  text-align: right;
}
.jobs__card--inside img {
  vertical-align: middle;
}
.jobs__card {
  overflow: hidden;
}
.jobs__card img {
  -webkit-transition: -webkit-transform 0.3s ease-in;
  transition: -webkit-transform 0.3s ease-in;
  transition: transform 0.3s ease-in;
  transition: transform 0.3s ease-in, -webkit-transform 0.3s ease-in;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.jobs__card .jobs__card--inside {
  -webkit-transform: translate(0, 275px);
  transform: translate(0, 275px);
  -webkit-transition: opacity 0.3s ease-in, -webkit-transform 0.3s ease-in;
  transition: opacity 0.3s ease-in, -webkit-transform 0.3s ease-in;
  transition: transform 0.3s ease-in, opacity 0.3s ease-in;
  transition: transform 0.3s ease-in, opacity 0.3s ease-in, -webkit-transform 0.3s ease-in;
}
.jobs__card:hover img {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}
.jobs__card:hover .jobs__card--inside {
  -webkit-transform: translate(0px, 0%);
  transform: translate(0px, 0%);
}
@media only screen and (max-width: 375px) {
  .jobs__card {
    margin: 1rem 2rem;
    width: 100%;
  }
}
/* section */
.job__section {
  max-width: 68.75rem;
  margin: 0 auto;
}
.job__section h3 {
  color: white;
  margin-bottom: 1rem;
}
.job__section .description {
  text-align: center;
}
/* section */
.medias__section {
  max-width: 68.75rem;
  margin: 0 auto;
}
.medias__section h3 {
  color: white;
  margin-bottom: 1rem;
}
.medias__section--content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.medias__card {
  width: 20.5rem;
  height: 15.8rem;
  margin: 1rem;
  background-color: #000;
  -webkit-box-shadow: 0 0 30px 8px rgba(0, 163, 222, 0.15);
  box-shadow: 0 0 30px 8px rgba(0, 163, 222, 0.15);
  position: relative;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.medias__card a {
  height: 100%;
  width: 100%;
}
.medias__card .title {
  position: absolute;
  bottom: 0;
  width: 100%;
  min-height: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.medias__card {
  overflow: hidden;
}
.medias__card img {
  -webkit-transition: -webkit-transform 0.15s ease-in;
  transition: -webkit-transform 0.15s ease-in;
  transition: transform 0.15s ease-in;
  transition: transform 0.15s ease-in, -webkit-transform 0.15s ease-in;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}
.medias__card:hover img {
  -webkit-transform: scale(1);
  transform: scale(1);
}
@media only screen and (max-width: 375px) {
  .medias__card {
    margin: 1rem 2rem;
    width: 100%;
  }
}
/* section */
.media__section {
  position: relative;
  min-height: 25rem;
}
.media__section--content {
  max-width: 60rem;
  margin: 0 auto;
  padding: 0 1rem 1rem 1rem;
}
.media__section--content .youtube__section,
.media__section--content .video__section,
.media__section--content .image__section {
  max-width: 45rem;
  margin: 0 auto;
}
.media__section--content .button__section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 1rem;
  padding-bottom: 1.5rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.media__section--content .published__section {
  padding-top: 1rem;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .media__section--content {
    padding-top: 1rem;
  }
}
/* footer */
footer {
  margin-top: 4rem;
  background-color: #0b181b;
  font-weight: 300;
  font-size: 0.875rem;
  line-height: 1.365rem;
}
.footer__wrapper {
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.5rem;
}
.footer__copyright {
  padding: 1rem;
}
.footer__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.footer__item {
  padding: 1rem;
}
.footer__items a {
  display: inherit;
  text-decoration: none;
}
.footer__items a:hover {
  color: #39919A;
}
.footer__items a:active {
  color: #115E66;
}
@media only screen and (max-width: 768px) {
  .footer__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 0.5rem;
    padding-bottom: 4rem;
  }
  .footer__item {
    padding: 0.5rem;
  }
}
