/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

* {
  outline: none; }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

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

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/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 of focused elements when they are also in an
 * active/hover state.
 */
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 {
  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"] {
  cursor: pointer;
  /* 3 */
  -webkit-appearance: button;
  /* 2 */ }

/**
 * 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"] {
  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.
 */
input[type="search"] {
  box-sizing: content-box;
  /* 2 */
  -webkit-appearance: textfield;
  /* 1 */ }

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

/* TS extra normalize
   ========================================================================== */
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin: 0;
  padding: 0; }

html, button, input, select, textarea {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

hr {
  border: 0;
  display: block;
  height: 1px; }

img {
  display: block;
  vertical-align: middle;
  width: 100%; }

fieldset {
  border: 0; }

textarea {
  resize: vertical; }

ul,
ol {
  padding: 0 0 0 20px; }

.embed-container {
  height: 0;
  max-width: 100%;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative; }

.embed-container iframe,
.embed-container object,
.embed-container embed {
  border: none;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%; }

/* Helper classes
   ========================================================================== */
.clearfix:before,
.clearfix:after,
ul.options:before,
ul.options:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after,
ul.options:after {
  clear: both; }

.clearfix, ul.options {
  *zoom: 1; }

.v-align {
  text-align: center; }

.v-align:before {
  content: '';
  display: inline-block;
  height: 100%;
  margin-right: -0.30em;
  /* Adjusts for spacing */
  vertical-align: middle; }

.v-align > * {
  display: inline-block;
  vertical-align: middle; }

.center {
  text-align: center; }

a svg {
  pointer-events: none; }

/* Grid */
/* Breakpoints */
/* Colors */
/* Default animation ease */
/* Form */
.slick-slider {
  box-sizing: border-box;
  display: block;
  position: relative;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  display: block;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0); }

.slick-track {
  display: block;
  left: 0;
  position: relative;
  top: 0; }

.slick-track:before,
.slick-track:after {
  content: '';
  display: table; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
  /*
  line-height: 0px;

  > div {
    line-height: 0px;
  }
  */ }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  border: 1px solid transparent;
  display: block;
  height: auto; }

.btn-expand {
  background: #f00;
  border: none;
  bottom: 55px;
  outline: none;
  position: absolute;
  right: 20px; }

.fullscreen-carousel {
  background: #000;
  height: 100%;
  left: -100%;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000; }
  .fullscreen-carousel .slick-initialized {
    height: 100%;
    padding: 0; }
  .fullscreen-carousel .slick-list, .fullscreen-carousel .slick-track {
    height: 100%;
    outline: none; }
  .fullscreen-carousel .slick-slide {
    outline: none; }
  .fullscreen-carousel .fullscreen-carousel__image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 100%;
    width: 100%; }
  .fullscreen-carousel .slick-arrow {
    bottom: 0;
    cursor: pointer;
    height: 40px;
    margin: auto;
    position: absolute;
    top: 0;
    width: 50px;
    z-index: 1; }
  .fullscreen-carousel .btn-next {
    background: #ff0;
    right: 15px; }
  .fullscreen-carousel .btn-prev {
    background: #f00;
    left: 15px; }

.overlay .btn-close, .fullscreen-carousel .btn-close {
  background-color: #fff;
  border: none;
  height: 50px;
  outline: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  z-index: 1; }

@font-face {
  font-family: 'Avenir';
  src: url("fonts/AvenirLTStd-Book.woff2") format("woff2"), url("fonts/AvenirLTStd-Book.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Avenir';
  src: url("fonts/AvenirLTStd-Roman.woff2") format("woff2"), url("fonts/AvenirLTStd-Roman.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Avenir';
  src: url("fonts/AvenirLTStd-Black.woff2") format("woff2"), url("fonts/AvenirLTStd-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'GT Flexa';
  src: url("fonts/GTFlexaTrial-Md.woff2") format("woff2"), url("fonts/GTFlexaTrial-Md.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'GT Flexa';
  src: url("fonts/GTFlexaTrial-Bd.woff2") format("woff2"), url("fonts/GTFlexaTrial-Bd.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap; }

body {
  color: #002E56;
  font: normal 16px/20px 'Avenir', Arial, Helvetica, Geneva, sans-serif; }

.head1 {
  font: 500 64px/67px 'GT Flexa', Arial, Helvetica, Geneva, sans-serif;
  margin: 35px 0 25px; }
  @media print, all and (max-width: 800px) {
    .head1 {
      font-size: 55px;
      line-height: 60px; } }
  @media print, all and (max-width: 560px) {
    .head1 {
      font-size: 43px;
      line-height: 46px; } }

.head2 {
  font: 700 50px/56px 'GT Flexa', Arial, Helvetica, Geneva, sans-serif;
  margin: 0 0 20px; }
  @media print, all and (max-width: 800px) {
    .head2 {
      font-size: 40px;
      line-height: 46px; } }
  @media print, all and (max-width: 560px) {
    .head2 {
      font-size: 30px;
      line-height: 36px; } }

.head3 {
  font: 700 40px/46px 'GT Flexa', Arial, Helvetica, Geneva, sans-serif;
  margin: 0 0 20px; }

.head4 {
  font: 700 30px/36px 'GT Flexa', Arial, Helvetica, Geneva, sans-serif;
  margin: 0 0 20px; }
  @media print, all and (max-width: 560px) {
    .head4 {
      font-size: 24px;
      line-height: 29px; } }

.head5 {
  font: 600 18px/21px Arial, Helvetica, Geneva, sans-serif;
  margin: 0 0 15px; }

.head6 {
  font: 600 16px/19px Arial, Helvetica, Geneva, sans-serif;
  margin: 0 0 15px; }

.head7 {
  font: 600 15px/18px Arial, Helvetica, Geneva, sans-serif;
  margin: 0 0 10px; }

a {
  display: inline-block;
  position: relative;
  text-decoration: none; }

strong {
  font-weight: bold; }

p {
  margin: 0 0 20px 0; }
  p a {
    text-decoration: underline; }

.head1 span,
.head2 span,
.head3 span,
.head4 span,
.head5 span,
.head6 span,
.head7 span,
p span {
  position: relative;
  z-index: 1;
  display: inline-block; }
  .head1 span:before,
  .head2 span:before,
  .head3 span:before,
  .head4 span:before,
  .head5 span:before,
  .head6 span:before,
  .head7 span:before,
  p span:before {
    content: "";
    display: block;
    position: absolute;
    height: 8px;
    width: 100%;
    background: #15EA75;
    left: 0;
    bottom: 10px;
    z-index: -1; }
    @media print, all and (max-width: 560px) {
      .head1 span:before,
      .head2 span:before,
      .head3 span:before,
      .head4 span:before,
      .head5 span:before,
      .head6 span:before,
      .head7 span:before,
      p span:before {
        bottom: 6px; } }

body {
  background: #EEF1F1; }

section .inner {
  max-width: 1000px;
  margin: 0 auto; }

.row {
  box-sizing: border-box;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: none;
  position: relative;
  padding: 0 0px; }
  .row.full-width {
    max-width: none; }
  .row.full-height {
    height: calc(100vh - 110px); }
    .row.full-height > * {
      height: 100%; }
  .row.start {
    justify-content: flex-start;
    text-align: start; }
  .row.center {
    justify-content: center;
    text-align: center; }
  .row.end {
    justify-content: flex-end;
    text-align: end; }
  .row.top {
    align-items: flex-start; }
  .row.middle {
    align-items: center; }
  .row.bottom {
    align-items: flex-end; }
  .row.reverse {
    flex-direction: row-reverse; }
  .row.around {
    justify-content: space-around; }
  .row.between {
    justify-content: space-between; }
  .row .col {
    /*
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;

     */ }
  .row .col-1 {
    flex-basis: 5%;
    max-width: 5%;
    padding: 0 0px; }
  .row .push-1 {
    margin-left: 5%; }
  .row .col-2 {
    flex-basis: 10%;
    max-width: 10%;
    padding: 0 0px; }
  .row .push-2 {
    margin-left: 10%; }
  .row .col-3 {
    flex-basis: 15%;
    max-width: 15%;
    padding: 0 0px; }
  .row .push-3 {
    margin-left: 15%; }
  .row .col-4 {
    flex-basis: 20%;
    max-width: 20%;
    padding: 0 0px; }
  .row .push-4 {
    margin-left: 20%; }
  .row .col-5 {
    flex-basis: 25%;
    max-width: 25%;
    padding: 0 0px; }
  .row .push-5 {
    margin-left: 25%; }
  .row .col-6 {
    flex-basis: 30%;
    max-width: 30%;
    padding: 0 0px; }
  .row .push-6 {
    margin-left: 30%; }
  .row .col-7 {
    flex-basis: 35%;
    max-width: 35%;
    padding: 0 0px; }
  .row .push-7 {
    margin-left: 35%; }
  .row .col-8 {
    flex-basis: 40%;
    max-width: 40%;
    padding: 0 0px; }
  .row .push-8 {
    margin-left: 40%; }
  .row .col-9 {
    flex-basis: 45%;
    max-width: 45%;
    padding: 0 0px; }
  .row .push-9 {
    margin-left: 45%; }
  .row .col-10 {
    flex-basis: 50%;
    max-width: 50%;
    padding: 0 0px; }
  .row .push-10 {
    margin-left: 50%; }
  .row .col-11 {
    flex-basis: 55%;
    max-width: 55%;
    padding: 0 0px; }
  .row .push-11 {
    margin-left: 55%; }
  .row .col-12 {
    flex-basis: 60%;
    max-width: 60%;
    padding: 0 0px; }
  .row .push-12 {
    margin-left: 60%; }
  .row .col-13 {
    flex-basis: 65%;
    max-width: 65%;
    padding: 0 0px; }
  .row .push-13 {
    margin-left: 65%; }
  .row .col-14 {
    flex-basis: 70%;
    max-width: 70%;
    padding: 0 0px; }
  .row .push-14 {
    margin-left: 70%; }
  .row .col-15 {
    flex-basis: 75%;
    max-width: 75%;
    padding: 0 0px; }
  .row .push-15 {
    margin-left: 75%; }
  .row .col-16 {
    flex-basis: 80%;
    max-width: 80%;
    padding: 0 0px; }
  .row .push-16 {
    margin-left: 80%; }
  .row .col-17 {
    flex-basis: 85%;
    max-width: 85%;
    padding: 0 0px; }
  .row .push-17 {
    margin-left: 85%; }
  .row .col-18 {
    flex-basis: 90%;
    max-width: 90%;
    padding: 0 0px; }
  .row .push-18 {
    margin-left: 90%; }
  .row .col-19 {
    flex-basis: 95%;
    max-width: 95%;
    padding: 0 0px; }
  .row .push-19 {
    margin-left: 95%; }
  .row .col-20 {
    flex-basis: 100%;
    max-width: 100%;
    padding: 0 0px; }
  .row .push-20 {
    margin-left: 100%; }
  @media print, screen and (max-width: 560px) {
    .row.start-xs {
      justify-content: flex-start;
      text-align: start; }
    .row.center-xs {
      justify-content: center;
      text-align: center; }
    .row.end-xs {
      justify-content: flex-end;
      text-align: end; }
    .row.top-xs {
      align-items: flex-start; }
    .row.middle-xs {
      align-items: center; }
    .row.bottom-xs {
      align-items: flex-end; }
    .row.around-xs {
      justify-content: space-around; }
    .row.between-xs {
      justify-content: space-between; }
    .row .col-1 {
      flex-basis: 100%;
      max-width: 100%; }
    .row .push-1 {
      margin-left: 0; }
    .row .col-xs-1 {
      flex-basis: 5%;
      max-width: 5%; }
    .row .push-xs-1 {
      margin-left: 5%; }
    .row .col-2 {
      flex-basis: 100%;
      max-width: 100%; }
    .row .push-2 {
      margin-left: 0; }
    .row .col-xs-2 {
      flex-basis: 10%;
      max-width: 10%; }
    .row .push-xs-2 {
      margin-left: 10%; }
    .row .col-3 {
      flex-basis: 100%;
      max-width: 100%; }
    .row .push-3 {
      margin-left: 0; }
    .row .col-xs-3 {
      flex-basis: 15%;
      max-width: 15%; }
    .row .push-xs-3 {
      margin-left: 15%; }
    .row .col-4 {
      flex-basis: 100%;
      max-width: 100%; }
    .row .push-4 {
      margin-left: 0; }
    .row .col-xs-4 {
      flex-basis: 20%;
      max-width: 20%; }
    .row .push-xs-4 {
      margin-left: 20%; }
    .row .col-5 {
      flex-basis: 100%;
      max-width: 100%; }
    .row .push-5 {
      margin-left: 0; }
    .row .col-xs-5 {
      flex-basis: 25%;
      max-width: 25%; }
    .row .push-xs-5 {
      margin-left: 25%; }
    .row .col-6 {
      flex-basis: 100%;
      max-width: 100%; }
    .row .push-6 {
      margin-left: 0; }
    .row .col-xs-6 {
      flex-basis: 30%;
      max-width: 30%; }
    .row .push-xs-6 {
      margin-left: 30%; }
    .row .col-7 {
      flex-basis: 100%;
      max-width: 100%; }
    .row .push-7 {
      margin-left: 0; }
    .row .col-xs-7 {
      flex-basis: 35%;
      max-width: 35%; }
    .row .push-xs-7 {
      margin-left: 35%; }
    .row .col-8 {
      flex-basis: 100%;
      max-width: 100%; }
    .row .push-8 {
      margin-left: 0; }
    .row .col-xs-8 {
      flex-basis: 40%;
      max-width: 40%; }
    .row .push-xs-8 {
      margin-left: 40%; }
    .row .col-9 {
      flex-basis: 100%;
      max-width: 100%; }
    .row .push-9 {
      margin-left: 0; }
    .row .col-xs-9 {
      flex-basis: 45%;
      max-width: 45%; }
    .row .push-xs-9 {
      margin-left: 45%; }
    .row .col-10 {
      flex-basis: 100%;
      max-width: 100%; }
    .row .push-10 {
      margin-left: 0; }
    .row .col-xs-10 {
      flex-basis: 50%;
      max-width: 50%; }
    .row .push-xs-10 {
      margin-left: 50%; }
    .row .col-11 {
      flex-basis: 100%;
      max-width: 100%; }
    .row .push-11 {
      margin-left: 0; }
    .row .col-xs-11 {
      flex-basis: 55%;
      max-width: 55%; }
    .row .push-xs-11 {
      margin-left: 55%; }
    .row .col-12 {
      flex-basis: 100%;
      max-width: 100%; }
    .row .push-12 {
      margin-left: 0; }
    .row .col-xs-12 {
      flex-basis: 60%;
      max-width: 60%; }
    .row .push-xs-12 {
      margin-left: 60%; }
    .row .col-13 {
      flex-basis: 100%;
      max-width: 100%; }
    .row .push-13 {
      margin-left: 0; }
    .row .col-xs-13 {
      flex-basis: 65%;
      max-width: 65%; }
    .row .push-xs-13 {
      margin-left: 65%; }
    .row .col-14 {
      flex-basis: 100%;
      max-width: 100%; }
    .row .push-14 {
      margin-left: 0; }
    .row .col-xs-14 {
      flex-basis: 70%;
      max-width: 70%; }
    .row .push-xs-14 {
      margin-left: 70%; }
    .row .col-15 {
      flex-basis: 100%;
      max-width: 100%; }
    .row .push-15 {
      margin-left: 0; }
    .row .col-xs-15 {
      flex-basis: 75%;
      max-width: 75%; }
    .row .push-xs-15 {
      margin-left: 75%; }
    .row .col-16 {
      flex-basis: 100%;
      max-width: 100%; }
    .row .push-16 {
      margin-left: 0; }
    .row .col-xs-16 {
      flex-basis: 80%;
      max-width: 80%; }
    .row .push-xs-16 {
      margin-left: 80%; }
    .row .col-17 {
      flex-basis: 100%;
      max-width: 100%; }
    .row .push-17 {
      margin-left: 0; }
    .row .col-xs-17 {
      flex-basis: 85%;
      max-width: 85%; }
    .row .push-xs-17 {
      margin-left: 85%; }
    .row .col-18 {
      flex-basis: 100%;
      max-width: 100%; }
    .row .push-18 {
      margin-left: 0; }
    .row .col-xs-18 {
      flex-basis: 90%;
      max-width: 90%; }
    .row .push-xs-18 {
      margin-left: 90%; }
    .row .col-19 {
      flex-basis: 100%;
      max-width: 100%; }
    .row .push-19 {
      margin-left: 0; }
    .row .col-xs-19 {
      flex-basis: 95%;
      max-width: 95%; }
    .row .push-xs-19 {
      margin-left: 95%; }
    .row .col-20 {
      flex-basis: 100%;
      max-width: 100%; }
    .row .push-20 {
      margin-left: 0; }
    .row .col-xs-20 {
      flex-basis: 100%;
      max-width: 100%; }
    .row .push-xs-20 {
      margin-left: 100%; } }
  @media print, screen and (max-width: 800px) {
    .row.start-s {
      justify-content: flex-start;
      text-align: start; }
    .row.center-s {
      justify-content: center;
      text-align: center; }
    .row.end-s {
      justify-content: flex-end;
      text-align: end; }
    .row.top-s {
      align-items: flex-start; }
    .row.middle-s {
      align-items: center; }
    .row.bottom-s {
      align-items: flex-end; }
    .row.around-s {
      justify-content: space-around; }
    .row.between-s {
      justify-content: space-between; }
    .row .col-s-1 {
      flex-basis: 5%;
      max-width: 5%; }
    .row .push-s-1 {
      margin-left: 5%; }
    .row .col-s-2 {
      flex-basis: 10%;
      max-width: 10%; }
    .row .push-s-2 {
      margin-left: 10%; }
    .row .col-s-3 {
      flex-basis: 15%;
      max-width: 15%; }
    .row .push-s-3 {
      margin-left: 15%; }
    .row .col-s-4 {
      flex-basis: 20%;
      max-width: 20%; }
    .row .push-s-4 {
      margin-left: 20%; }
    .row .col-s-5 {
      flex-basis: 25%;
      max-width: 25%; }
    .row .push-s-5 {
      margin-left: 25%; }
    .row .col-s-6 {
      flex-basis: 30%;
      max-width: 30%; }
    .row .push-s-6 {
      margin-left: 30%; }
    .row .col-s-7 {
      flex-basis: 35%;
      max-width: 35%; }
    .row .push-s-7 {
      margin-left: 35%; }
    .row .col-s-8 {
      flex-basis: 40%;
      max-width: 40%; }
    .row .push-s-8 {
      margin-left: 40%; }
    .row .col-s-9 {
      flex-basis: 45%;
      max-width: 45%; }
    .row .push-s-9 {
      margin-left: 45%; }
    .row .col-s-10 {
      flex-basis: 50%;
      max-width: 50%; }
    .row .push-s-10 {
      margin-left: 50%; }
    .row .col-s-11 {
      flex-basis: 55%;
      max-width: 55%; }
    .row .push-s-11 {
      margin-left: 55%; }
    .row .col-s-12 {
      flex-basis: 60%;
      max-width: 60%; }
    .row .push-s-12 {
      margin-left: 60%; }
    .row .col-s-13 {
      flex-basis: 65%;
      max-width: 65%; }
    .row .push-s-13 {
      margin-left: 65%; }
    .row .col-s-14 {
      flex-basis: 70%;
      max-width: 70%; }
    .row .push-s-14 {
      margin-left: 70%; }
    .row .col-s-15 {
      flex-basis: 75%;
      max-width: 75%; }
    .row .push-s-15 {
      margin-left: 75%; }
    .row .col-s-16 {
      flex-basis: 80%;
      max-width: 80%; }
    .row .push-s-16 {
      margin-left: 80%; }
    .row .col-s-17 {
      flex-basis: 85%;
      max-width: 85%; }
    .row .push-s-17 {
      margin-left: 85%; }
    .row .col-s-18 {
      flex-basis: 90%;
      max-width: 90%; }
    .row .push-s-18 {
      margin-left: 90%; }
    .row .col-s-19 {
      flex-basis: 95%;
      max-width: 95%; }
    .row .push-s-19 {
      margin-left: 95%; }
    .row .col-s-20 {
      flex-basis: 100%;
      max-width: 100%; }
    .row .push-s-20 {
      margin-left: 100%; } }
  @media print, screen and (min-width: 1200px) {
    .row.start-m {
      justify-content: flex-start;
      text-align: start; }
    .row.center-m {
      justify-content: center;
      text-align: center; }
    .row.end-m {
      justify-content: flex-end;
      text-align: end; }
    .row.top-m {
      align-items: flex-start; }
    .row.middle-m {
      align-items: center; }
    .row.bottom-m {
      align-items: flex-end; }
    .row.around-m {
      justify-content: space-around; }
    .row.between-m {
      justify-content: space-between; }
    .row .col-m-1 {
      flex-basis: 5%;
      max-width: 5%; }
    .row .push-m-1 {
      margin-left: 5%; }
    .row .col-m-2 {
      flex-basis: 10%;
      max-width: 10%; }
    .row .push-m-2 {
      margin-left: 10%; }
    .row .col-m-3 {
      flex-basis: 15%;
      max-width: 15%; }
    .row .push-m-3 {
      margin-left: 15%; }
    .row .col-m-4 {
      flex-basis: 20%;
      max-width: 20%; }
    .row .push-m-4 {
      margin-left: 20%; }
    .row .col-m-5 {
      flex-basis: 25%;
      max-width: 25%; }
    .row .push-m-5 {
      margin-left: 25%; }
    .row .col-m-6 {
      flex-basis: 30%;
      max-width: 30%; }
    .row .push-m-6 {
      margin-left: 30%; }
    .row .col-m-7 {
      flex-basis: 35%;
      max-width: 35%; }
    .row .push-m-7 {
      margin-left: 35%; }
    .row .col-m-8 {
      flex-basis: 40%;
      max-width: 40%; }
    .row .push-m-8 {
      margin-left: 40%; }
    .row .col-m-9 {
      flex-basis: 45%;
      max-width: 45%; }
    .row .push-m-9 {
      margin-left: 45%; }
    .row .col-m-10 {
      flex-basis: 50%;
      max-width: 50%; }
    .row .push-m-10 {
      margin-left: 50%; }
    .row .col-m-11 {
      flex-basis: 55%;
      max-width: 55%; }
    .row .push-m-11 {
      margin-left: 55%; }
    .row .col-m-12 {
      flex-basis: 60%;
      max-width: 60%; }
    .row .push-m-12 {
      margin-left: 60%; }
    .row .col-m-13 {
      flex-basis: 65%;
      max-width: 65%; }
    .row .push-m-13 {
      margin-left: 65%; }
    .row .col-m-14 {
      flex-basis: 70%;
      max-width: 70%; }
    .row .push-m-14 {
      margin-left: 70%; }
    .row .col-m-15 {
      flex-basis: 75%;
      max-width: 75%; }
    .row .push-m-15 {
      margin-left: 75%; }
    .row .col-m-16 {
      flex-basis: 80%;
      max-width: 80%; }
    .row .push-m-16 {
      margin-left: 80%; }
    .row .col-m-17 {
      flex-basis: 85%;
      max-width: 85%; }
    .row .push-m-17 {
      margin-left: 85%; }
    .row .col-m-18 {
      flex-basis: 90%;
      max-width: 90%; }
    .row .push-m-18 {
      margin-left: 90%; }
    .row .col-m-19 {
      flex-basis: 95%;
      max-width: 95%; }
    .row .push-m-19 {
      margin-left: 95%; }
    .row .col-m-20 {
      flex-basis: 100%;
      max-width: 100%; }
    .row .push-m-20 {
      margin-left: 100%; } }
  @media print, screen and (min-width: 1500px) {
    .row.start-l {
      justify-content: flex-start;
      text-align: start; }
    .row.center-l {
      justify-content: center;
      text-align: center; }
    .row.end-l {
      justify-content: flex-end;
      text-align: end; }
    .row.top-l {
      align-items: flex-start; }
    .row.middle-l {
      align-items: center; }
    .row.bottom-l {
      align-items: flex-end; }
    .row.around-l {
      justify-content: space-around; }
    .row.between-l {
      justify-content: space-between; }
    .row .col-l-1 {
      flex-basis: 5%;
      max-width: 5%; }
    .row .push-l-1 {
      margin-left: 5%; }
    .row .col-l-2 {
      flex-basis: 10%;
      max-width: 10%; }
    .row .push-l-2 {
      margin-left: 10%; }
    .row .col-l-3 {
      flex-basis: 15%;
      max-width: 15%; }
    .row .push-l-3 {
      margin-left: 15%; }
    .row .col-l-4 {
      flex-basis: 20%;
      max-width: 20%; }
    .row .push-l-4 {
      margin-left: 20%; }
    .row .col-l-5 {
      flex-basis: 25%;
      max-width: 25%; }
    .row .push-l-5 {
      margin-left: 25%; }
    .row .col-l-6 {
      flex-basis: 30%;
      max-width: 30%; }
    .row .push-l-6 {
      margin-left: 30%; }
    .row .col-l-7 {
      flex-basis: 35%;
      max-width: 35%; }
    .row .push-l-7 {
      margin-left: 35%; }
    .row .col-l-8 {
      flex-basis: 40%;
      max-width: 40%; }
    .row .push-l-8 {
      margin-left: 40%; }
    .row .col-l-9 {
      flex-basis: 45%;
      max-width: 45%; }
    .row .push-l-9 {
      margin-left: 45%; }
    .row .col-l-10 {
      flex-basis: 50%;
      max-width: 50%; }
    .row .push-l-10 {
      margin-left: 50%; }
    .row .col-l-11 {
      flex-basis: 55%;
      max-width: 55%; }
    .row .push-l-11 {
      margin-left: 55%; }
    .row .col-l-12 {
      flex-basis: 60%;
      max-width: 60%; }
    .row .push-l-12 {
      margin-left: 60%; }
    .row .col-l-13 {
      flex-basis: 65%;
      max-width: 65%; }
    .row .push-l-13 {
      margin-left: 65%; }
    .row .col-l-14 {
      flex-basis: 70%;
      max-width: 70%; }
    .row .push-l-14 {
      margin-left: 70%; }
    .row .col-l-15 {
      flex-basis: 75%;
      max-width: 75%; }
    .row .push-l-15 {
      margin-left: 75%; }
    .row .col-l-16 {
      flex-basis: 80%;
      max-width: 80%; }
    .row .push-l-16 {
      margin-left: 80%; }
    .row .col-l-17 {
      flex-basis: 85%;
      max-width: 85%; }
    .row .push-l-17 {
      margin-left: 85%; }
    .row .col-l-18 {
      flex-basis: 90%;
      max-width: 90%; }
    .row .push-l-18 {
      margin-left: 90%; }
    .row .col-l-19 {
      flex-basis: 95%;
      max-width: 95%; }
    .row .push-l-19 {
      margin-left: 95%; }
    .row .col-l-20 {
      flex-basis: 100%;
      max-width: 100%; }
    .row .push-l-20 {
      margin-left: 100%; } }

@font-face {
  font-family: "vito";
  src: url("fonts/vito.eot");
  src: url("fonts/vito.eot?#iefix") format("embedded-opentype"), url("fonts/vito.woff") format("woff"), url("fonts/vito.ttf") format("truetype"), url("fonts/vito.svg#vito") format("svg");
  font-weight: normal;
  font-style: normal; }

[data-icon]:before {
  font-family: "vito" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "vito" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-facebook:before {
  content: "\61"; }

.icon-twitter:before {
  content: "\62"; }

.icon-vimeo:before {
  content: "\63"; }

.icon-linkedin:before {
  content: "\64"; }

.icon-instagram:before {
  content: "\65"; }

.fadeIn,
.fadeInUp,
.fadeInDown,
.fadeInRight,
.fadeInLeft,
.revealUp,
.revealDown,
.revealRight,
.revealLeft,
.zoomIn {
  animation-duration: 0.3s;
  opacity: 0;
  transition-timing-function: ease-in;
  animation-fill-mode: both; }

.transition-delay-1 {
  animation-delay: 0.1s; }

.transition-delay-2 {
  animation-delay: 0.2s; }

.transition-delay-3 {
  animation-delay: 0.3s; }

.transition-delay-4 {
  animation-delay: 0.4s; }

.transition-delay-5 {
  animation-delay: 0.5s; }

.transition-delay-6 {
  animation-delay: 0.6s; }

.transition-delay-7 {
  animation-delay: 0.7s; }

.transition-delay-8 {
  animation-delay: 0.8s; }

.transition-delay-9 {
  animation-delay: 0.9s; }

.transition-delay-10 {
  animation-delay: 1s; }

.transition-delay-11 {
  animation-delay: 1.1s; }

.transition-delay-12 {
  animation-delay: 1.2s; }

.transition-delay-13 {
  animation-delay: 1.3s; }

.transition-delay-14 {
  animation-delay: 1.4s; }

.transition-delay-15 {
  animation-delay: 1.5s; }

.transition-delay-16 {
  animation-delay: 1.6s; }

.transition-delay-17 {
  animation-delay: 1.7s; }

.transition-delay-18 {
  animation-delay: 1.8s; }

.transition-delay-19 {
  animation-delay: 1.9s; }

.transition-delay-20 {
  animation-delay: 2s; }

.fadeIn {
  animation-duration: 1s;
  animation-name: fadeIn; }

.fadeInUp {
  animation-name: fadeInUp; }

.fadeInDown {
  animation-name: fadeInDown; }

.fadeInRight {
  animation-name: fadeInRight; }

.fadeInLeft {
  animation-name: fadeInLeft; }

.revealUp {
  opacity: 1;
  animation-name: revealUp; }

.revealDown {
  opacity: 1;
  animation-name: revealDown; }

.revealRight {
  opacity: 1;
  animation-name: revealRight; }

.revealLeft {
  opacity: 1;
  animation-name: revealLeft; }

.zoomIn {
  animation-duration: 1.4s;
  animation-name: zoomIn; }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(40px); }
  100% {
    opacity: 1;
    transform: none; } }

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(40px); }
  100% {
    opacity: 1;
    transform: none; } }

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-40px); }
  100% {
    opacity: 1;
    transform: none; } }

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-40px); }
  100% {
    opacity: 1;
    transform: none; } }

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(40px); }
  100% {
    opacity: 1;
    transform: none; } }

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(40px); }
  100% {
    opacity: 1;
    transform: none; } }

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-40px); }
  100% {
    opacity: 1;
    transform: none; } }

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-40px); }
  100% {
    opacity: 1;
    transform: none; } }

@-webkit-keyframes revealUp {
  0% {
    transform: translateY(0px); }
  100% {
    transform: translateY(-101%); } }

@keyframes revealUp {
  0% {
    transform: translateY(0px); }
  100% {
    transform: translateY(-101%); } }

@-webkit-keyframes revealDown {
  0% {
    transform: translateY(0px); }
  100% {
    transform: translateY(101%); } }

@keyframes revealDown {
  0% {
    transform: translateY(0px); }
  100% {
    transform: translateY(101%); } }

@-webkit-keyframes revealRight {
  0% {
    transform: translateX(0px); }
  100% {
    transform: translateX(101%); } }

@keyframes revealRight {
  0% {
    transform: translateX(0px); }
  100% {
    transform: translateX(101%); } }

@-webkit-keyframes revealLeft {
  0% {
    transform: translateX(0px); }
  100% {
    transform: translateX(-101%); } }

@keyframes revealLeft {
  0% {
    transform: translateX(0px); }
  100% {
    transform: translateX(-101%); } }

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale(1.2); }
  100% {
    opacity: 1; } }

@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale(1.2); }
  100% {
    opacity: 1; } }

::-webkit-input-placeholder {
  color: #bebebe !important; }

:-moz-placeholder {
  color: #bebebe !important; }

::-moz-placeholder {
  color: #bebebe !important; }

:-ms-input-placeholder {
  color: #bebebe !important; }

.success-message {
  text-align: center; }

.error-message {
  color: #f00;
  font-weight: bold;
  text-align: center; }

ul.form {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0 -15px -30px;
  padding: 0;
  text-align: left; }
  ul.form > li {
    margin: 0 0 30px 0;
    padding: 0 15px;
    width: 100%; }
    ul.form > li.size80 {
      width: 80%; }
    ul.form > li.size75 {
      width: 75%; }
    ul.form > li.size50 {
      width: 50%; }
    ul.form > li.size40 {
      width: 40%; }
    ul.form > li.size25 {
      width: 25%; }
    ul.form > li.size20 {
      width: 20%; }
    ul.form > li.hidden {
      display: none; }
    @media all and (max-width: 800px) {
      ul.form > li {
        width: 50%; }
        ul.form > li.size80, ul.form > li.size75 {
          width: 100%; }
        ul.form > li.size40, ul.form > li.size25, ul.form > li.size20 {
          width: 50%; } }
    @media all and (max-width: 560px) {
      ul.form > li {
        width: 100%; }
        ul.form > li.size80, ul.form > li.size75, ul.form > li.size25, ul.form > li.size20 {
          width: 100%; } }
    ul.form > li > label {
      font-weight: bold;
      margin-bottom: 8px;
      display: block;
      font-size: 16px; }
    ul.form > li ul.options {
      display: flex;
      flex-wrap: wrap;
      list-style: none;
      margin: 0 0 -10px;
      padding: 0; }
      ul.form > li ul.options li {
        display: block;
        margin-right: 20px;
        margin-bottom: 10px;
        width: auto; }
        ul.form > li ul.options li.size100 {
          width: 100%; }
      ul.form > li ul.options label {
        display: block;
        margin: 0; }

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
textarea {
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(38, 38, 38, 0.5);
  border-radius: 0;
  box-shadow: none;
  color: #6C6F70;
  font: inherit;
  font-weight: normal;
  font-size: 20px;
  line-height: 24px;
  height: 60px;
  padding: 0 20px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none; }
  input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="email"]:focus,
  input[type="tel"]:focus,
  textarea:focus {
    border-color: rgba(38, 38, 38, 0.5);
    box-shadow: none;
    outline: 0; }

textarea {
  height: 130px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 0;
  border: 1px solid rgba(38, 38, 38, 0.5);
  color: #6C6F70;
  font: inherit;
  font-weight: normal;
  font-size: 20px;
  line-height: 24px; }

div.selector {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(38, 38, 38, 0.5);
  border-radius: 0;
  box-shadow: none;
  color: #fff;
  height: 60px;
  line-height: 60px;
  outline: 0;
  overflow: hidden;
  position: relative; }
  div.selector span {
    cursor: pointer;
    display: block;
    font: inherit;
    height: 100%;
    overflow: hidden;
    padding: 0 30px 0 15px;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%; }
    div.selector span:after {
      color: #fff;
      font-size: 10px;
      line-height: 1em;
      position: absolute;
      right: 15px;
      top: 18px; }
  div.selector select {
    background: #fff;
    border: none;
    color: #000;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%; }

div.uploader {
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(38, 38, 38, 0.5);
  border-radius: 0;
  height: 60px;
  line-height: 60px;
  outline: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100%; }
  div.uploader span.action {
    background: #afafaf;
    color: #fff;
    float: right;
    line-height: inherit;
    overflow: hidden;
    padding: 0 20px;
    text-align: center;
    width: 150px; }
  div.uploader span.filename {
    color: #6C6F70;
    cursor: default;
    display: block;
    float: left;
    height: 60px;
    line-height: inherit;
    margin: 0;
    opacity: 0.6;
    overflow: hidden;
    padding: 0 0 0 15px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: calc(100% - 150px); }
  div.uploader input {
    background: none;
    border: none;
    height: 100%;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 5; }
  div.uploader.focus {
    border-color: #b7b7b7;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
    outline: 0; }

div.checker {
  border: none;
  display: inline-block;
  margin: 0 5px 0 0;
  outline: 0;
  padding: 0;
  vertical-align: middle;
  position: relative; }
  div.checker span {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid #000;
    border-radius: 3px;
    display: inline-block;
    height: 16px;
    margin: 0;
    position: relative;
    text-align: center;
    width: 16px;
    zoom: 1; }
    div.checker span.checked:before {
      color: #00B0CA;
      font-size: 13px;
      left: 1px;
      line-height: 1em;
      position: absolute;
      top: 1px; }
  div.checker input {
    background: none;
    border: none;
    display: inline-block;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    zoom: 1; }
  div.checker.focus {
    border-color: #6C6F70;
    outline: 0; }

div.radio {
  position: relative;
  border: none;
  display: inline-block;
  height: 20px;
  margin: 0 5px 0 0;
  outline: 0;
  padding: 0;
  vertical-align: middle;
  width: 20px; }
  div.radio span {
    background: #fff;
    border: 2px solid #ccd0d6;
    border-radius: 10px;
    display: inline-block;
    height: 20px;
    padding: 3px;
    width: 20px;
    zoom: 1; }
    div.radio span.checked {
      border-color: #15EA75; }
      div.radio span.checked:before {
        background: #15EA75;
        border-radius: 5px;
        content: "";
        display: block;
        height: 100%; }
  div.radio input {
    background: none;
    border: none;
    display: inline-block;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    zoom: 1; }
  div.radio.focus {
    border-color: #6C6F70;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
    outline: 0; }

div.btn input {
  border: none;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%; }

/* Errors */
ul.form li.error input,
ul.form li.error textarea,
ul.form li.error div.uploader span.filename {
  border-color: #f00;
  color: #f00 !important; }

ul.form li.error ::-webkit-input-placeholder {
  color: #f00 !important; }

ul.form li.error :-moz-placeholder {
  color: #f00 !important; }

ul.form li.error ::-moz-placeholder {
  color: #f00 !important; }

ul.form li.error :-ms-input-placeholder {
  color: #f00 !important; }

ul.form li.error div.selector {
  border-color: #f00; }
  ul.form li.error div.selector > span {
    color: #f00; }

ul.form li.error div.checker span {
  border-color: #f00; }

ul.form li.error div.radio span {
  border-color: #f00; }

ul.form li.error div.uploader {
  border-color: #f00;
  color: #f00; }
  ul.form li.error div.uploader span {
    color: #f00; }

.btn {
  position: relative;
  /* Mandatory property!!!  */
  border: 2px solid #15EA75;
  background: #15EA75;
  color: #fff;
  display: inline-block;
  padding: 0 45px 0 30px;
  line-height: 43px;
  border-radius: 0px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
  box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.1); }
  .btn:before {
    content: "";
    background: url(../images/arrow.svg) no-repeat center;
    background-size: contain;
    height: 12px;
    width: 20px;
    position: absolute;
    top: 15px;
    right: 15px; }

#header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99997;
  background: #fff;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto; }
  #header .inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 62px;
    padding: 0 50px; }
    #header .inner .logo {
      display: block;
      height: 34px;
      overflow: hidden;
      padding: 0;
      width: 143px;
      position: relative;
      z-index: 9999; }
      #header .inner .logo path {
        fill: #213D46; }
    #header .inner nav {
      position: relative;
      opacity: 1;
      transition: opacity 250ms ease-out; }
      #header .inner nav ul {
        margin: 0;
        padding: 0;
        display: flex;
        list-style: none;
        align-items: center; }
        #header .inner nav ul li {
          position: relative;
          margin: 0; }
          #header .inner nav ul li a {
            display: block;
            margin: 0;
            white-space: nowrap;
            font-size: 12px;
            color: #000000;
            padding: 10px 25px;
            transition: color 150ms ease-out; }
            #header .inner nav ul li a:hover {
              color: #000000; }
            #header .inner nav ul li a.active {
              color: #000000; }

#subnav {
  position: fixed;
  bottom: 50px;
  left: 50%;
  background: #15EA75;
  border-radius: 25px;
  height: 50px;
  overflow: hidden;
  translate: -50%; }
  #subnav ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0; }
    #subnav ul li a {
      display: block;
      padding: 0 50px;
      line-height: 50px;
      color: #fff;
      background: rgba(255, 255, 255, 0);
      transition: background-color 250ms ease-out; }
      #subnav ul li a:hover {
        background: rgba(255, 255, 255, 0.1); }
      #subnav ul li a.active {
        background: #15EA75; }

section.header {
  background: url("../images/header_bg.png") center no-repeat;
  background-size: cover;
  text-align: center;
  color: #fff;
  position: relative; }
  section.header .inner {
    background: url("../images/vito_shapes.svg") center no-repeat;
    background-size: cover;
    padding: 15vw 5vw; }
    section.header .inner .logo {
      width: 230px;
      margin: 0 auto 6vw; }
      section.header .inner .logo polygon, section.header .inner .logo path {
        fill: #fff; }
  section.header .btn-scroll {
    position: absolute;
    bottom: 0;
    left: 50%;
    height: 150px;
    width: 150px;
    background: url("../images/scroll_btn.svg") center no-repeat;
    background-size: contain;
    transform: translate(-50%, 50%); }
    @media screen and (max-width: 560px) {
      section.header .btn-scroll {
        width: 80px;
        height: 80px;
        left: calc(90% - 40px); } }
  @media screen and (max-width: 560px) {
    section.header .inner {
      padding: 38vw 5vw; }
      section.header .inner .logo {
        width: 100px;
        margin-bottom: 10vw; }
      section.header .inner .btn-scroll {
        width: 80px;
        height: 80px;
        left: calc(90% - 40px); } }

section.intro {
  padding: calc(10vw + 50px) 5vw; }
  @media print, all and (min-width: 560px) {
    section.intro .head2 {
      text-align: right; } }
  section.intro .intro {
    font-size: 23px;
    line-height: 30px;
    padding-top: 6vw;
    margin-bottom: 40px; }
  section.intro .box {
    padding: 40px;
    box-shadow: 0 0 50px 20px rgba(0, 0, 0, 0.1);
    position: relative; }
    section.intro .box:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      height: 10px;
      width: 65px;
      background: #15EA75; }

section.cta {
  padding: calc(10vw + 50px) 5vw;
  background: url("../images/banner_bg.png") no-repeat center;
  background-size: cover;
  color: #fff; }
  @media all and (min-width: 560px) {
    section.cta {
      text-align: right; } }
  @media all and (max-width: 560px) {
    section.cta {
      padding-bottom: 45vw;
      background-size: auto 100%;
      background-position: top right -200px; } }

section.footer {
  color: #fff;
  background: #002E56;
  padding: 60px 5vw;
  font-size: 14px; }
  section.footer .logo {
    width: 170px;
    margin-bottom: 40px; }
    section.footer .logo polygon, section.footer .logo path {
      fill: #fff; }
  section.footer .socials {
    display: flex;
    margin: 40px 0 15px; }
    section.footer .socials a {
      height: 45px;
      width: 45px;
      border: 1px solid #fff;
      border-radius: 23px;
      line-height: 52px;
      color: #Fff;
      text-align: center;
      font-size: 20px;
      margin-left: 12px; }
      section.footer .socials a span {
        display: none; }
