@charset "UTF-8";
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500");
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          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 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          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"] {
  -webkit-box-sizing: border-box;
          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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-break: break-word; }

body {
  background: #f9f9f9;
  padding-top: 100px;
  position: relative;
  overflow-x: hidden; }
  body.page-template-template-investors {
    background: #ffffff; }
  body.home {
    padding-top: 1040px; }
    @media (max-width: 1660px) {
      body.home {
        padding-top: calc(50px + 30vw + 21.5vw + 6vw + 50px); } }
    @media (max-width: 1024px) {
      body.home {
        padding-top: 100px; } }
    @media (max-width: 800px) {
      body.home {
        padding-top: 62px; } }
  @media (max-width: 800px) {
    body {
      padding-top: 62px; } }

@font-face {
  font-family: 'CgHollandTitle';
  src: url("../fonts/HollandTitleAT.woff2") format("woff2"), url("../fonts/HollandTitleAT.woff") format("woff"), url("../fonts/HollandTitleAT.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

.container {
  width: 100%;
  max-width: calc(1630px + (40px * 2));
  padding: 0 40px;
  margin: 0 auto;
  display: block;
  position: relative;
  zoom: 1; }
  .container:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  @media (max-width: 800px) {
    .container {
      padding: 0 40px; } }
  .container--white {
    background: white; }
  .container--1440 {
    max-width: calc(1440px);
    padding: 0px; }
    @media (max-width: 800px) {
      .container--1440 {
        padding: 0px; } }
  .container--full {
    max-width: 100%;
    padding: 0; }
    @media (max-width: 800px) {
      .container--full {
        padding: 0px; } }
  .container--880 {
    max-width: 960px;
    padding-top: 60px;
    padding-bottom: 60px; }
    @media (max-width: 800px) {
      .container--880 {
        padding-top: 40px;
        padding-bottom: 40px; } }

/*
  Layout classes should be prefixed `.l-`
*/
.l-container {
  width: 100%;
  max-width: 1400px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  display: block;
  padding-left: 0;
  padding-right: 0;
  zoom: 1; }
  .l-container:after {
    content: " ";
    display: block;
    clear: both; }
  .l-container div[class*='l-col-'] {
    float: left;
    padding-left: 0;
    padding-right: 0;
    -webkit-box-sizing: inherit;
            box-sizing: inherit;
    min-height: 1px; }
    .l-container div[class*='l-col-'].l-no-gutter {
      padding-left: 0 !important;
      padding-right: 0 !important; }
    @media (min-width: 800px) {
      .l-container div[class*='l-col-'] {
        padding-left: 0;
        padding-right: 0; } }
  .l-container--no-gutter {
    padding-left: 0 !important;
    padding-right: 0 !important; }


.l-col-1 {
  width: 100%; }
  @media (min-width: 800px) {
    
    .l-col-1 {
      width: 8.33333%; } }


.l-col-2 {
  width: 100%; }
  @media (min-width: 800px) {
    
    .l-col-2 {
      width: 16.66667%; } }


.l-col-3 {
  width: 100%; }
  @media (min-width: 800px) {
    
    .l-col-3 {
      width: 25%; } }


.l-col-4 {
  width: 100%; }
  @media (min-width: 800px) {
    
    .l-col-4 {
      width: 33.33333%; } }


.l-col-5 {
  width: 100%; }
  @media (min-width: 800px) {
    
    .l-col-5 {
      width: 41.66667%; } }


.l-col-6 {
  width: 100%; }
  @media (min-width: 800px) {
    
    .l-col-6 {
      width: 50%; } }


.l-col-7 {
  width: 100%; }
  @media (min-width: 800px) {
    
    .l-col-7 {
      width: 58.33333%; } }


.l-col-8 {
  width: 100%; }
  @media (min-width: 800px) {
    
    .l-col-8 {
      width: 66.66667%; } }


.l-col-9 {
  width: 100%; }
  @media (min-width: 800px) {
    
    .l-col-9 {
      width: 75%; } }


.l-col-10 {
  width: 100%; }
  @media (min-width: 800px) {
    
    .l-col-10 {
      width: 83.33333%; } }


.l-col-11 {
  width: 100%; }
  @media (min-width: 800px) {
    
    .l-col-11 {
      width: 91.66667%; } }


.l-col-12 {
  width: 100%; }
  @media (min-width: 800px) {
    
    .l-col-12 {
      width: 100%; } }

.l-col-offset-1 {
  margin-left: 0; }
  @media (min-width: 800px) {
    .l-col-offset-1 {
      margin-left: 8.33333%; } }

.l-col-offset-2 {
  margin-left: 0; }
  @media (min-width: 800px) {
    .l-col-offset-2 {
      margin-left: 16.66667%; } }

.l-col-offset-3 {
  margin-left: 0; }
  @media (min-width: 800px) {
    .l-col-offset-3 {
      margin-left: 25%; } }

.l-col-offset-4 {
  margin-left: 0; }
  @media (min-width: 800px) {
    .l-col-offset-4 {
      margin-left: 33.33333%; } }

.l-col-offset-5 {
  margin-left: 0; }
  @media (min-width: 800px) {
    .l-col-offset-5 {
      margin-left: 41.66667%; } }

.l-col-offset-6 {
  margin-left: 0; }
  @media (min-width: 800px) {
    .l-col-offset-6 {
      margin-left: 50%; } }

.l-col-offset-7 {
  margin-left: 0; }
  @media (min-width: 800px) {
    .l-col-offset-7 {
      margin-left: 58.33333%; } }

.l-col-offset-8 {
  margin-left: 0; }
  @media (min-width: 800px) {
    .l-col-offset-8 {
      margin-left: 66.66667%; } }

.l-col-offset-9 {
  margin-left: 0; }
  @media (min-width: 800px) {
    .l-col-offset-9 {
      margin-left: 75%; } }

.l-col-offset-10 {
  margin-left: 0; }
  @media (min-width: 800px) {
    .l-col-offset-10 {
      margin-left: 83.33333%; } }

.l-col-offset-11 {
  margin-left: 0; }
  @media (min-width: 800px) {
    .l-col-offset-11 {
      margin-left: 91.66667%; } }

/*
  Print stylesheet.
  Include the variable and mixin files, and others as neccesary.
  Add anything you want to hide near the end of the file
  along with the screen reader elements and skip links.
*/
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="tel"]:after,
  a[href^="#"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #000;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .u-screen-reader,
  .skip-links__link {
    display: none; } }

html {
  font-family: "Montserrat", sans-serif;
  font-smoothing: antialiased;
  font-weight: 300; }

a {
  text-decoration: none; }
  a:hover, a:focus {
    text-decoration: underline; }

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  line-height: 100%;
  font-weight: 200; }

p {
  line-height: 150%; }

ul.list--bulleted {
  list-style-type: none;
  padding: 0;
  margin: 10px 0; }
  ul.list--bulleted li {
    padding-left: 20px;
    position: relative;
    line-height: 160%;
    margin-bottom: 10px; }
    ul.list--bulleted li:before {
      content: "•";
      position: absolute;
      left: 0px; }

.bullet {
  padding: 5px 0; }
  .bullet:after {
    content: "•"; }

.t-color--teal {
  color: #48b9c7; }

.t-color--white {
  color: #ffffff; }

.t-20 {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-size: calc(13px + 7 * ( (100vw - 400px) / 1200));
  font-weight: 300;
  color: #7797ad;
  letter-spacing: 0.035em; }
  @media screen and (max-width: 400px) {
    .t-20 {
      font-size: 13px; } }
  @media screen and (min-width: 1600px) {
    .t-20 {
      font-size: 20px; } }

.t-25 {
  font-family: "Montserrat", sans-serif;
  font-size: 25px;
  font-size: calc(12px + 13 * ( (100vw - 400px) / 1200));
  font-weight: 200;
  letter-spacing: 0.05em;
  color: #7797ad; }
  @media screen and (max-width: 400px) {
    .t-25 {
      font-size: 12px; } }
  @media screen and (min-width: 1600px) {
    .t-25 {
      font-size: 25px; } }

.t-136 {
  font-family: "Montserrat", sans-serif;
  font-size: 136px;
  font-size: calc(39px + 81 * ( (100vw - 400px) / 1200));
  font-weight: 200;
  line-height: 95%;
  letter-spacing: -0.3vw;
  color: #48b9c7; }
  @media screen and (max-width: 400px) {
    .t-136 {
      font-size: 39px; } }
  @media screen and (min-width: 1600px) {
    .t-136 {
      font-size: 120px; } }
  .t-136 span {
    color: #323e48; }

.t-accent-40 {
  font-family: "CgHollandTitle", serif;
  font-size: 40px;
  font-size: calc(20px + 20 * ( (100vw - 400px) / 1200));
  font-weight: 500;
  color: #48b9c7;
  text-transform: uppercase;
  letter-spacing: 0.045em; }
  @media screen and (max-width: 400px) {
    .t-accent-40 {
      font-size: 20px; } }
  @media screen and (min-width: 1600px) {
    .t-accent-40 {
      font-size: 40px; } }

.t-80 {
  font-family: "Montserrat", sans-serif;
  font-size: 80px;
  font-size: calc(30px + 50 * ( (100vw - 400px) / 1200));
  font-weight: 200;
  color: #323e48;
  letter-spacing: 0.025em;
  line-height: 98%;
  -webkit-transform: translateX(-8px);
          transform: translateX(-8px); }
  @media screen and (max-width: 400px) {
    .t-80 {
      font-size: 30px; } }
  @media screen and (min-width: 1600px) {
    .t-80 {
      font-size: 80px; } }
  .t-80 span {
    color: #48b9c7; }
  @media (max-width: 800px) {
    .t-80 {
      -webkit-transform: initial;
              transform: initial; } }

.t-35 {
  font-family: "Montserrat", sans-serif;
  font-size: 35px;
  font-size: calc(18px + 17 * ( (100vw - 400px) / 1200));
  font-weight: 300;
  letter-spacing: 0.025em;
  line-height: 170%; }
  @media screen and (max-width: 400px) {
    .t-35 {
      font-size: 18px; } }
  @media screen and (min-width: 1600px) {
    .t-35 {
      font-size: 35px; } }

.t-22 {
  font-family: "Montserrat", sans-serif;
  font-size: calc(14px + 8 * ( (100vw - 400px) / 1200));
  color: #ffffff;
  line-height: 170%;
  font-weight: 300;
  letter-spacing: 0.025em; }
  @media screen and (max-width: 400px) {
    .t-22 {
      font-size: 14px; } }
  @media screen and (min-width: 1600px) {
    .t-22 {
      font-size: 22px; } }
  @media (max-width: 800px) {
    .t-22 {
      line-height: 160%; } }

.t-36 {
  font-family: "Montserrat", sans-serif;
  font-size: 36px;
  font-weight: 300; }
  @media (max-width: 800px) {
    .t-36 {
      font-size: 30px; } }

.t-30 {
  font-family: "Montserrat", sans-serif;
  font-size: 30px;
  font-weight: 200;
  line-height: 125%; }
  @media (min-width: 1024px) {
    .t-30 {
      font-size: 36px; } }
  @media (max-width: 800px) {
    .t-30 {
      font-size: 24px; } }

.t-24 {
  font-family: "Montserrat", sans-serif;
  font-size: calc(20px + 4 * ( (100vw - 400px) / 1200));
  font-size: 24px;
  font-weight: 100;
  line-height: 120%; }
  @media screen and (max-width: 400px) {
    .t-24 {
      font-size: 20px; } }
  @media screen and (min-width: 1600px) {
    .t-24 {
      font-size: 24px; } }
  @media (min-width: 1024px) {
    .t-24 {
      font-size: 30px; } }
  @media (max-width: 800px) {
    .t-24 {
      font-size: 20px; } }

.t-18 {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 140%; }
  @media (min-width: 1024px) {
    .t-18 {
      font-size: 22px; } }

.t-16 {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 156%; }
  @media (min-width: 1024px) {
    .t-16 {
      font-size: 18px;
      line-height: 170%; } }
  @media (max-width: 800px) {
    .t-16 {
      font-size: 14px;
      line-height: 165%; } }

.u-clearfix {
  zoom: 1; }
  .u-clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }

.u-list-style-none {
  margin: 0;
  padding: 0;
  list-style-type: none; }

.is-invisible {
  opacity: 0;
  pointer-events: none; }

.is-hidden {
  display: none;
  pointer-events: none; }

@media (max-width: 800px) {
  .is-hidden-mobile {
    display: none; } }

@media (min-width: 800px) {
  .is-hidden-desktop {
    display: none; } }

.u-25-vw,
.u-50-vw {
  height: auto;
  position: relative;
  overflow: hidden; }
  .u-25-vw img,
  .u-25-vw video,
  .u-50-vw img,
  .u-50-vw video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center; }

.u-25-vw {
  width: 25vw;
  min-height: 25vw; }
  @media (max-width: 800px) {
    .u-25-vw {
      width: 50vw; } }

.u-50-vw {
  width: 50vw;
  min-height: 25vw; }
  @media (max-width: 800px) {
    .u-50-vw {
      width: 100vw; } }

.u-centered {
  text-align: center; }

@media (max-width: 800px) {
  .u-padding-bottom--small-20 {
    padding-bottom: 20px !important; } }

.u-padding-top--30 {
  padding-top: 30px; }

@media (max-width: 800px) {
  .u-padding-top--small-0 {
    padding-top: 0px !important; }
  .u-padding-top--small-20 {
    padding-top: 20px !important; } }

.u-margin-bottom--20 {
  margin-bottom: 20px; }

.u-margin-bottom--30 {
  margin-bottom: 30px; }

.u-margin-bottom--40 {
  margin-bottom: 40px; }

.u-margin-bottom--50 {
  margin-bottom: 50px; }

@media (max-width: 800px) {
  .u-padding-left--small-10 {
    padding-left: 10px !important; } }

.u-responsive-image {
  width: 100%;
  height: auto; }

.u-teal-underline {
  padding-bottom: 50px;
  margin-bottom: 54px; }
  .u-teal-underline:after {
    content: "";
    width: 200px;
    height: 4px;
    background: #48b9c7;
    display: block;
    margin: 0 auto;
    -webkit-transform: translateY(50px);
            transform: translateY(50px); }

.u-color--teal {
  color: #48b9c7; }

.u-color--teal-darkest {
  color: #1C2B39; }

.u-background--teal {
  background: #48b9c7; }

.u-background--gray-lightest {
  background: #F4F5F5 !important; }

@media (max-width: 800px) {
  .u-swap-children--mobile .grid-panel__content:nth-child(1) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .u-swap-children--mobile .grid-panel__content:nth-child(2) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; } }

.overlay {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  background: #ffffff; }

.wysiwyg {
  color: #4a4a4a; }
  .wysiwyg p {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 156%;
    font-weight: 200;
    margin-bottom: 10px; }
    @media (min-width: 1024px) {
      .wysiwyg p {
        font-size: 18px;
        line-height: 170%; } }
    @media (max-width: 800px) {
      .wysiwyg p {
        font-size: 14px;
        line-height: 165%; } }
    .wysiwyg p:last-of-type {
      margin-bottom: 0px; }
    @media (max-width: 800px) {
      .wysiwyg p {
        font-size: 14px; } }
  .wysiwyg h3 {
    font-family: "Montserrat", sans-serif;
    font-size: calc(20px + 4 * ( (100vw - 400px) / 1200));
    font-size: 24px;
    font-weight: 100;
    line-height: 120%;
    color: #48b9c7;
    margin-bottom: 20px;
    padding-top: 10px; }
    @media screen and (max-width: 400px) {
      .wysiwyg h3 {
        font-size: 20px; } }
    @media screen and (min-width: 1600px) {
      .wysiwyg h3 {
        font-size: 24px; } }
    @media (min-width: 1024px) {
      .wysiwyg h3 {
        font-size: 30px; } }
    @media (max-width: 800px) {
      .wysiwyg h3 {
        font-size: 20px; } }

/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.8.7
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2018 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.chosen-container * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  z-index: 1010;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  clip: rect(0, 0, 0, 0);
  -webkit-clip-path: inset(100% 100%);
  clip-path: inset(100% 100%); }

.chosen-container.chosen-with-drop .chosen-drop {
  clip: auto;
  -webkit-clip-path: none;
  clip-path: none; }

.chosen-container a {
  cursor: pointer; }

.chosen-container .chosen-single .group-name, .chosen-container .search-choice .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: 400;
  color: #999; }

.chosen-container .chosen-single .group-name:after, .chosen-container .search-choice .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top; }

.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 25px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #fff), color-stop(50%, #f6f6f6), color-stop(52%, #eee), to(#f4f4f4));
  background: linear-gradient(#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px; }

.chosen-container-single .chosen-default {
  color: #999; }

.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap; }

.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px; }

.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url(chosen-sprite.png) -42px 1px no-repeat;
  font-size: 1px; }

.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px; }

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px; }

.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%; }

.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url(chosen-sprite.png) no-repeat 0 2px; }

.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap; }

.chosen-container-single .chosen-search input[type=text] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: url(chosen-sprite.png) no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0; }

.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box; }

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  -webkit-clip-path: inset(100% 100%);
  clip-path: inset(100% 100%); }

.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch; }

.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none; }

.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer; }

.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default; }

.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff; }

.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4; }

.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: 700;
  cursor: default; }

.chosen-container .chosen-results li.group-option {
  padding-left: 15px; }

.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline; }

.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #eee), color-stop(15%, #fff));
  background-image: linear-gradient(#eee 1%, #fff 15%);
  cursor: text; }

.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none; }

.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap; }

.chosen-container-multi .chosen-choices li.search-field input[type=text] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: 0 0 !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
  width: 25px; }

.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  border-radius: 3px;
  background-color: #eee;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default; }

.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word; }

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url(chosen-sprite.png) -42px 1px no-repeat;
  font-size: 1px; }

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px; }

.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  color: #666; }

.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4; }

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px; }

.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0; }

.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default; }

.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }

.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #eee), color-stop(80%, #fff));
  background-image: linear-gradient(#eee 20%, #fff 80%);
  -webkit-box-shadow: 0 1px 0 #fff inset;
  box-shadow: 0 1px 0 #fff inset; }

.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: 0 0; }

.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px; }

.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }

.chosen-container-active .chosen-choices li.search-field input[type=text] {
  color: #222 !important; }

.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default; }

.chosen-disabled .chosen-single {
  cursor: default; }

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default; }

.chosen-rtl {
  text-align: right; }

.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0; }

.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl; }

.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px; }

.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px; }

.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px; }

.chosen-rtl .chosen-choices li {
  float: right; }

.chosen-rtl .chosen-choices li.search-field input[type=text] {
  direction: rtl; }

.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px; }

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px; }

.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0; }

.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0; }

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none; }

.chosen-rtl .chosen-search input[type=text] {
  padding: 4px 5px 4px 20px;
  background: url(chosen-sprite.png) no-repeat -30px -20px;
  direction: rtl; }

.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px; }

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px; }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .chosen-container .chosen-results-scroll-down span, .chosen-container .chosen-results-scroll-up span, .chosen-container-multi .chosen-choices .search-choice .search-choice-close, .chosen-container-single .chosen-search input[type=text], .chosen-container-single .chosen-single abbr, .chosen-container-single .chosen-single div b, .chosen-rtl .chosen-search input[type=text] {
    background-image: url(chosen-sprite@2x.png) !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important; } }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

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

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

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

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

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

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

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

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

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[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 {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

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

@keyframes fade-out {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

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

@keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes fade-in-three {
  0% {
    opacity: 0; }
  33% {
    opacity: 1; }
  100% {
    opacity: 1; } }

@keyframes fade-in-three {
  0% {
    opacity: 0; }
  33% {
    opacity: 1; }
  100% {
    opacity: 1; } }

@-webkit-keyframes fade-in-out {
  0% {
    opacity: 0; }
  1% {
    opacity: 1; }
  50% {
    opacity: 1; }
  60% {
    opacity: 0; }
  100% {
    opacity: 0; } }

@keyframes fade-in-out {
  0% {
    opacity: 0; }
  1% {
    opacity: 1; }
  50% {
    opacity: 1; }
  60% {
    opacity: 0; }
  100% {
    opacity: 0; } }

.a-shake-slow.skrollable-after {
  -webkit-animation-name: shake-slow;
          animation-name: shake-slow;
  -webkit-animation-duration: 40s;
          animation-duration: 40s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  -webkit-transition-duration: 2s;
          transition-duration: 2s; }

.sk-wrapper .sk:nth-child(1) .a-shake-slow {
  -webkit-animation-delay: 2.7s;
          animation-delay: 2.7s; }

.sk-wrapper .sk:nth-child(2) .a-shake-slow {
  -webkit-animation-delay: 3.1s;
          animation-delay: 3.1s; }

.sk-wrapper .sk:nth-child(3) .a-shake-slow {
  -webkit-animation-delay: 2.3s;
          animation-delay: 2.3s; }

.sk-wrapper .sk:nth-child(4) .a-shake-slow {
  -webkit-animation-delay: 2.3s;
          animation-delay: 2.3s; }

.sk-wrapper .sk:nth-child(5) .a-shake-slow {
  -webkit-animation-delay: 3.3s;
          animation-delay: 3.3s; }

.sk-wrapper .sk:nth-child(6) .a-shake-slow {
  -webkit-animation-delay: 2.6s;
          animation-delay: 2.6s; }

.sk-wrapper .sk:nth-child(7) .a-shake-slow {
  -webkit-animation-delay: 2.2s;
          animation-delay: 2.2s; }

.sk-wrapper .sk:nth-child(8) .a-shake-slow {
  -webkit-animation-delay: 2.4s;
          animation-delay: 2.4s; }

.sk-wrapper .sk:nth-child(9) .a-shake-slow {
  -webkit-animation-delay: 3.3s;
          animation-delay: 3.3s; }

.sk-wrapper .sk:nth-child(10) .a-shake-slow {
  -webkit-animation-delay: 2.7s;
          animation-delay: 2.7s; }

.sk-wrapper .sk:nth-child(11) .a-shake-slow {
  -webkit-animation-delay: 3.3s;
          animation-delay: 3.3s; }

.sk-wrapper .sk:nth-child(12) .a-shake-slow {
  -webkit-animation-delay: 2.9s;
          animation-delay: 2.9s; }

@-webkit-keyframes shake-slow {
  2% {
    -webkit-transform: translate(1px, 1px) rotate(0.75deg);
            transform: translate(1px, 1px) rotate(0.75deg); }
  4% {
    -webkit-transform: translate(-1px, 1px) rotate(0.5deg);
            transform: translate(-1px, 1px) rotate(0.5deg); }
  6% {
    -webkit-transform: translate(-2px, 2px) rotate(0deg);
            transform: translate(-2px, 2px) rotate(0deg); }
  8% {
    -webkit-transform: translate(-1px, 1px) rotate(0deg);
            transform: translate(-1px, 1px) rotate(0deg); }
  10% {
    -webkit-transform: translate(2px, 2px) rotate(0.5deg);
            transform: translate(2px, 2px) rotate(0.5deg); }
  12% {
    -webkit-transform: translate(-2px, 0px) rotate(0.5deg);
            transform: translate(-2px, 0px) rotate(0.5deg); }
  14% {
    -webkit-transform: translate(-1px, -1px) rotate(0deg);
            transform: translate(-1px, -1px) rotate(0deg); }
  16% {
    -webkit-transform: translate(2px, 2px) rotate(0deg);
            transform: translate(2px, 2px) rotate(0deg); }
  18% {
    -webkit-transform: translate(1px, -1px) rotate(0.75deg);
            transform: translate(1px, -1px) rotate(0.75deg); }
  20% {
    -webkit-transform: translate(-1px, -1px) rotate(-0.5deg);
            transform: translate(-1px, -1px) rotate(-0.5deg); }
  22% {
    -webkit-transform: translate(1px, 1px) rotate(0deg);
            transform: translate(1px, 1px) rotate(0deg); }
  24% {
    -webkit-transform: translate(1px, 2px) rotate(0.5deg);
            transform: translate(1px, 2px) rotate(0.5deg); }
  26% {
    -webkit-transform: translate(-1px, 1px) rotate(0.5deg);
            transform: translate(-1px, 1px) rotate(0.5deg); }
  28% {
    -webkit-transform: translate(2px, 1px) rotate(-0.5deg);
            transform: translate(2px, 1px) rotate(-0.5deg); }
  30% {
    -webkit-transform: translate(-1px, 4px) rotate(-0.5deg);
            transform: translate(-1px, 4px) rotate(-0.5deg); }
  32% {
    -webkit-transform: translate(-1px, -1px) rotate(-0.5deg);
            transform: translate(-1px, -1px) rotate(-0.5deg); }
  34% {
    -webkit-transform: translate(1px, -1px) rotate(0deg);
            transform: translate(1px, -1px) rotate(0deg); }
  36% {
    -webkit-transform: translate(1px, -1px) rotate(0deg);
            transform: translate(1px, -1px) rotate(0deg); }
  38% {
    -webkit-transform: translate(1px, 2px) rotate(0.75deg);
            transform: translate(1px, 2px) rotate(0.75deg); }
  40% {
    -webkit-transform: translate(-1px, -1px) rotate(0.75deg);
            transform: translate(-1px, -1px) rotate(0.75deg); }
  42% {
    -webkit-transform: translate(1px, -1px) rotate(0.75deg);
            transform: translate(1px, -1px) rotate(0.75deg); }
  44% {
    -webkit-transform: translate(1px, 2px) rotate(0.5deg);
            transform: translate(1px, 2px) rotate(0.5deg); }
  46% {
    -webkit-transform: translate(-1px, -1px) rotate(0.75deg);
            transform: translate(-1px, -1px) rotate(0.75deg); }
  48% {
    -webkit-transform: translate(0px, -2px) rotate(0deg);
            transform: translate(0px, -2px) rotate(0deg); }
  50% {
    -webkit-transform: translate(-2px, -1px) rotate(0.75deg);
            transform: translate(-2px, -1px) rotate(0.75deg); }
  52% {
    -webkit-transform: translate(1px, 1px) rotate(0.75deg);
            transform: translate(1px, 1px) rotate(0.75deg); }
  54% {
    -webkit-transform: translate(-1px, -1px) rotate(0deg);
            transform: translate(-1px, -1px) rotate(0deg); }
  56% {
    -webkit-transform: translate(-2px, -1px) rotate(0deg);
            transform: translate(-2px, -1px) rotate(0deg); }
  58% {
    -webkit-transform: translate(2px, -1px) rotate(0.75deg);
            transform: translate(2px, -1px) rotate(0.75deg); }
  60% {
    -webkit-transform: translate(2px, -1px) rotate(0.75deg);
            transform: translate(2px, -1px) rotate(0.75deg); }
  62% {
    -webkit-transform: translate(-1px, 1px) rotate(0deg);
            transform: translate(-1px, 1px) rotate(0deg); }
  64% {
    -webkit-transform: translate(1px, -1px) rotate(0.5deg);
            transform: translate(1px, -1px) rotate(0.5deg); }
  66% {
    -webkit-transform: translate(-1px, 1px) rotate(0deg);
            transform: translate(-1px, 1px) rotate(0deg); }
  68% {
    -webkit-transform: translate(-2px, 1px) rotate(0.5deg);
            transform: translate(-2px, 1px) rotate(0.5deg); }
  70% {
    -webkit-transform: translate(2px, 2px) rotate(0.5deg);
            transform: translate(2px, 2px) rotate(0.5deg); }
  72% {
    -webkit-transform: translate(-1px, 2px) rotate(0.75deg);
            transform: translate(-1px, 2px) rotate(0.75deg); }
  74% {
    -webkit-transform: translate(1px, 0px) rotate(0deg);
            transform: translate(1px, 0px) rotate(0deg); }
  76% {
    -webkit-transform: translate(2px, -2px) rotate(-0.5deg);
            transform: translate(2px, -2px) rotate(-0.5deg); }
  78% {
    -webkit-transform: translate(2px, 1px) rotate(0.5deg);
            transform: translate(2px, 1px) rotate(0.5deg); }
  80% {
    -webkit-transform: translate(1px, 2px) rotate(-0.5deg);
            transform: translate(1px, 2px) rotate(-0.5deg); }
  82% {
    -webkit-transform: translate(1px, 1px) rotate(0.5deg);
            transform: translate(1px, 1px) rotate(0.5deg); }
  84% {
    -webkit-transform: translate(-2px, -1px) rotate(0.75deg);
            transform: translate(-2px, -1px) rotate(0.75deg); }
  86% {
    -webkit-transform: translate(-1px, -2px) rotate(0deg);
            transform: translate(-1px, -2px) rotate(0deg); }
  88% {
    -webkit-transform: translate(1px, -1px) rotate(0.75deg);
            transform: translate(1px, -1px) rotate(0.75deg); }
  90% {
    -webkit-transform: translate(1px, -1px) rotate(0.75deg);
            transform: translate(1px, -1px) rotate(0.75deg); }
  92% {
    -webkit-transform: translate(-1px, 1px) rotate(0.75deg);
            transform: translate(-1px, 1px) rotate(0.75deg); }
  94% {
    -webkit-transform: translate(-1px, -1px) rotate(0deg);
            transform: translate(-1px, -1px) rotate(0deg); }
  96% {
    -webkit-transform: translate(1px, -1px) rotate(0.5deg);
            transform: translate(1px, -1px) rotate(0.5deg); }
  98% {
    -webkit-transform: translate(1px, -1px) rotate(0deg);
            transform: translate(1px, -1px) rotate(0deg); }
  0%, 100% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0); } }

@keyframes shake-slow {
  2% {
    -webkit-transform: translate(1px, 1px) rotate(0.75deg);
            transform: translate(1px, 1px) rotate(0.75deg); }
  4% {
    -webkit-transform: translate(-1px, 1px) rotate(0.5deg);
            transform: translate(-1px, 1px) rotate(0.5deg); }
  6% {
    -webkit-transform: translate(-2px, 2px) rotate(0deg);
            transform: translate(-2px, 2px) rotate(0deg); }
  8% {
    -webkit-transform: translate(-1px, 1px) rotate(0deg);
            transform: translate(-1px, 1px) rotate(0deg); }
  10% {
    -webkit-transform: translate(2px, 2px) rotate(0.5deg);
            transform: translate(2px, 2px) rotate(0.5deg); }
  12% {
    -webkit-transform: translate(-2px, 0px) rotate(0.5deg);
            transform: translate(-2px, 0px) rotate(0.5deg); }
  14% {
    -webkit-transform: translate(-1px, -1px) rotate(0deg);
            transform: translate(-1px, -1px) rotate(0deg); }
  16% {
    -webkit-transform: translate(2px, 2px) rotate(0deg);
            transform: translate(2px, 2px) rotate(0deg); }
  18% {
    -webkit-transform: translate(1px, -1px) rotate(0.75deg);
            transform: translate(1px, -1px) rotate(0.75deg); }
  20% {
    -webkit-transform: translate(-1px, -1px) rotate(-0.5deg);
            transform: translate(-1px, -1px) rotate(-0.5deg); }
  22% {
    -webkit-transform: translate(1px, 1px) rotate(0deg);
            transform: translate(1px, 1px) rotate(0deg); }
  24% {
    -webkit-transform: translate(1px, 2px) rotate(0.5deg);
            transform: translate(1px, 2px) rotate(0.5deg); }
  26% {
    -webkit-transform: translate(-1px, 1px) rotate(0.5deg);
            transform: translate(-1px, 1px) rotate(0.5deg); }
  28% {
    -webkit-transform: translate(2px, 1px) rotate(-0.5deg);
            transform: translate(2px, 1px) rotate(-0.5deg); }
  30% {
    -webkit-transform: translate(-1px, 4px) rotate(-0.5deg);
            transform: translate(-1px, 4px) rotate(-0.5deg); }
  32% {
    -webkit-transform: translate(-1px, -1px) rotate(-0.5deg);
            transform: translate(-1px, -1px) rotate(-0.5deg); }
  34% {
    -webkit-transform: translate(1px, -1px) rotate(0deg);
            transform: translate(1px, -1px) rotate(0deg); }
  36% {
    -webkit-transform: translate(1px, -1px) rotate(0deg);
            transform: translate(1px, -1px) rotate(0deg); }
  38% {
    -webkit-transform: translate(1px, 2px) rotate(0.75deg);
            transform: translate(1px, 2px) rotate(0.75deg); }
  40% {
    -webkit-transform: translate(-1px, -1px) rotate(0.75deg);
            transform: translate(-1px, -1px) rotate(0.75deg); }
  42% {
    -webkit-transform: translate(1px, -1px) rotate(0.75deg);
            transform: translate(1px, -1px) rotate(0.75deg); }
  44% {
    -webkit-transform: translate(1px, 2px) rotate(0.5deg);
            transform: translate(1px, 2px) rotate(0.5deg); }
  46% {
    -webkit-transform: translate(-1px, -1px) rotate(0.75deg);
            transform: translate(-1px, -1px) rotate(0.75deg); }
  48% {
    -webkit-transform: translate(0px, -2px) rotate(0deg);
            transform: translate(0px, -2px) rotate(0deg); }
  50% {
    -webkit-transform: translate(-2px, -1px) rotate(0.75deg);
            transform: translate(-2px, -1px) rotate(0.75deg); }
  52% {
    -webkit-transform: translate(1px, 1px) rotate(0.75deg);
            transform: translate(1px, 1px) rotate(0.75deg); }
  54% {
    -webkit-transform: translate(-1px, -1px) rotate(0deg);
            transform: translate(-1px, -1px) rotate(0deg); }
  56% {
    -webkit-transform: translate(-2px, -1px) rotate(0deg);
            transform: translate(-2px, -1px) rotate(0deg); }
  58% {
    -webkit-transform: translate(2px, -1px) rotate(0.75deg);
            transform: translate(2px, -1px) rotate(0.75deg); }
  60% {
    -webkit-transform: translate(2px, -1px) rotate(0.75deg);
            transform: translate(2px, -1px) rotate(0.75deg); }
  62% {
    -webkit-transform: translate(-1px, 1px) rotate(0deg);
            transform: translate(-1px, 1px) rotate(0deg); }
  64% {
    -webkit-transform: translate(1px, -1px) rotate(0.5deg);
            transform: translate(1px, -1px) rotate(0.5deg); }
  66% {
    -webkit-transform: translate(-1px, 1px) rotate(0deg);
            transform: translate(-1px, 1px) rotate(0deg); }
  68% {
    -webkit-transform: translate(-2px, 1px) rotate(0.5deg);
            transform: translate(-2px, 1px) rotate(0.5deg); }
  70% {
    -webkit-transform: translate(2px, 2px) rotate(0.5deg);
            transform: translate(2px, 2px) rotate(0.5deg); }
  72% {
    -webkit-transform: translate(-1px, 2px) rotate(0.75deg);
            transform: translate(-1px, 2px) rotate(0.75deg); }
  74% {
    -webkit-transform: translate(1px, 0px) rotate(0deg);
            transform: translate(1px, 0px) rotate(0deg); }
  76% {
    -webkit-transform: translate(2px, -2px) rotate(-0.5deg);
            transform: translate(2px, -2px) rotate(-0.5deg); }
  78% {
    -webkit-transform: translate(2px, 1px) rotate(0.5deg);
            transform: translate(2px, 1px) rotate(0.5deg); }
  80% {
    -webkit-transform: translate(1px, 2px) rotate(-0.5deg);
            transform: translate(1px, 2px) rotate(-0.5deg); }
  82% {
    -webkit-transform: translate(1px, 1px) rotate(0.5deg);
            transform: translate(1px, 1px) rotate(0.5deg); }
  84% {
    -webkit-transform: translate(-2px, -1px) rotate(0.75deg);
            transform: translate(-2px, -1px) rotate(0.75deg); }
  86% {
    -webkit-transform: translate(-1px, -2px) rotate(0deg);
            transform: translate(-1px, -2px) rotate(0deg); }
  88% {
    -webkit-transform: translate(1px, -1px) rotate(0.75deg);
            transform: translate(1px, -1px) rotate(0.75deg); }
  90% {
    -webkit-transform: translate(1px, -1px) rotate(0.75deg);
            transform: translate(1px, -1px) rotate(0.75deg); }
  92% {
    -webkit-transform: translate(-1px, 1px) rotate(0.75deg);
            transform: translate(-1px, 1px) rotate(0.75deg); }
  94% {
    -webkit-transform: translate(-1px, -1px) rotate(0deg);
            transform: translate(-1px, -1px) rotate(0deg); }
  96% {
    -webkit-transform: translate(1px, -1px) rotate(0.5deg);
            transform: translate(1px, -1px) rotate(0.5deg); }
  98% {
    -webkit-transform: translate(1px, -1px) rotate(0deg);
            transform: translate(1px, -1px) rotate(0deg); }
  0%, 100% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0); } }

.hamburger {
  opacity: 0;
  width: 51px;
  height: 26px;
  position: relative;
  z-index: 99;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s; }
  .hamburger:hover {
    cursor: pointer; }
  .skrollr .hamburger {
    opacity: 0; }
  @media (min-width: 1024px) {
    .home .hamburger {
      opacity: 1 !important;
      -webkit-transform: translate3d(0, 0px, 0) !important;
              transform: translate3d(0, 0px, 0) !important; } }
  .hamburger span {
    width: 51px;
    height: 2px;
    position: absolute;
    -webkit-transform-origin: 0;
            transform-origin: 0;
    background: #48b9c7;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s; }
    .home .hamburger span {
      background: #ffffff; }
      @media (max-width: 1024px) {
        .home .hamburger span {
          background: #48b9c7; } }
    .hamburger span:nth-of-type(1) {
      top: 0px;
      left: 0px; }
    .hamburger span:nth-of-type(2) {
      top: 12px;
      opacity: 1; }
    .hamburger span:last-of-type {
      bottom: 0;
      left: 0; }
  .home .banner.skrollable-after .hamburger span {
    background: #48b9c7; }
  .is-nav-toggled .hamburger {
    -webkit-transform: translateY(7px);
            transform: translateY(7px); }
    .is-nav-toggled .hamburger span:nth-of-type(1) {
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
      top: -12px; }
    .is-nav-toggled .hamburger span:nth-of-type(2) {
      opacity: 0; }
    .is-nav-toggled .hamburger span:last-of-type {
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg); }
  @media (max-width: 1240px) {
    .hamburger {
      opacity: 1; }
      .skrollr .hamburger {
        opacity: 1 !important;
        -webkit-transform: translate3d(0, 0px, 0) !important;
                transform: translate3d(0, 0px, 0) !important; } }
  @media (max-width: 800px) {
    .hamburger {
      display: block;
      width: 40px;
      height: 20px; }
      .hamburger span {
        width: 40px; }
        .hamburger span:nth-of-type(2) {
          top: 9px;
          opacity: 1; }
      .is-nav-toggled .hamburger {
        -webkit-transform: translateY(0px);
                transform: translateY(0px); }
        .is-nav-toggled .hamburger span:nth-of-type(1) {
          top: -5px; }
        .is-nav-toggled .hamburger span:last-of-type {
          top: 22px; } }

body.is-nav-toggled {
  overflow: hidden !important; }

.navigation {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 9;
  left: 0;
  top: 100px;
  width: 100vw;
  height: calc(100vh - 100px);
  overflow: scroll;
  top: -100vh;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  background: #48b9c7;
  padding: 20px; }
  .home .navigation {
    height: 100vh; }
  .navigation__item {
    color: #ffffff; }
  .is-nav-toggled .navigation {
    top: 100px; }
  .home.is-nav-toggled .navigation {
    top: 0px; }
  .navigation ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: center; }
  .navigation a {
    display: inline-block;
    font-family: "Montserrat", sans-serif;
    font-size: 80px;
    font-size: calc(30px + 50 * ( (100vw - 400px) / 1200));
    font-weight: 200;
    color: #323e48;
    letter-spacing: 0.025em;
    line-height: 98%;
    -webkit-transform: translateX(-8px);
            transform: translateX(-8px);
    color: #ffffff;
    padding: 15px 0; }
    @media screen and (max-width: 400px) {
      .navigation a {
        font-size: 30px; } }
    @media screen and (min-width: 1600px) {
      .navigation a {
        font-size: 80px; } }
    .navigation a span {
      color: #48b9c7; }
    @media (max-width: 800px) {
      .navigation a {
        -webkit-transform: initial;
                transform: initial; } }
    .current-menu-item .navigation a {
      color: #323e48; }
    .navigation a:hover {
      text-decoration: none;
      color: #323e48; }
  .navigation .current-menu-item a {
    color: #323e48; }
  @media (max-width: 800px) {
    .navigation {
      height: calc(100vh - 62px); }
      .is-nav-toggled .navigation {
        top: 62px; } }

.button--rounded {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-size: calc(12px + 4 * ( (100vw - 400px) / 1200));
  font-weight: 500;
  border: 2px solid #48b9c7;
  border-radius: 30px;
  padding: 6px 14px;
  color: #48b9c7; }
  @media screen and (max-width: 400px) {
    .button--rounded {
      font-size: 12px; } }
  @media screen and (min-width: 1600px) {
    .button--rounded {
      font-size: 16px; } }
  .button--rounded:hover {
    text-decoration: none;
    background: #48b9c7;
    color: white; }
  @media (max-width: 800px) {
    .button--rounded {
      padding: 4px 5px; } }
  .home .button--rounded {
    border-color: #ffffff;
    color: #ffffff; }
    .home .button--rounded:hover {
      background: #ffffff;
      color: #48b9c7; }
    @media (max-width: 1024px) {
      .home .button--rounded {
        border-color: #48b9c7;
        color: #48b9c7; }
        .home .button--rounded:hover {
          background: #48b9c7;
          color: white; } }
  .home .banner.skrollable-after .button--rounded {
    border-color: #48b9c7;
    color: #48b9c7; }

.button--black {
  border-color: #000000;
  color: #000000; }
  .button--black:hover {
    border-color: #ffffff;
    background: #ffffff;
    color: #000000; }

.button--185 {
  padding: 0px 14px;
  width: 185px;
  height: 46px;
  text-align: center;
  line-height: 42px;
  display: block; }
  @media (max-width: 800px) {
    .button--185 {
      width: 138px;
      height: 33px;
      line-height: 29px; } }

.button--inverse {
  background: #48b9c7;
  color: #ffffff !important;
  border-color: #48b9c7 !important; }
  .button--inverse:hover {
    background: #ffffff !important;
    color: #48b9c7 !important; }

.button--bigdark {
  padding: 0px 14px;
  width: 185px;
  height: 46px;
  text-align: center;
  line-height: 42px;
  display: block;
  background: #1C2B39;
  color: #ffffff; }
  .button--bigdark:hover {
    background: #ffffff;
    color: #1C2B39; }

@media (max-width: 800px) {
  .button--banner {
    width: 88px; } }

.banner {
  width: 100%;
  height: 100px;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  background: #ffffff;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s; }
  .home .banner {
    background: transparent; }
    @media (max-width: 1024px) {
      .home .banner {
        background: #ffffff; } }
  @media (max-width: 800px) {
    .banner {
      height: 62px; } }
  .banner__container {
    max-width: calc(1630px + (40px * 2));
    position: relative;
    margin: 0 auto;
    padding: 0 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 100px; }
    @media (max-width: 800px) {
      .banner__container {
        height: 62px;
        padding: 0 15px; } }
  .banner__logo {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
    .home .banner__logo {
      opacity: 0; }
      @media (max-width: 1024px) {
        .home .banner__logo {
          opacity: 1; } }
  .home .banner.skrollable-after .banner__logo {
    opacity: 1; }
  .banner__right a:not(.button) {
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    margin: 0 10px; }
  .banner__right .button {
    margin-left: 10px; }
  @media (max-width: 800px) {
    .banner .hamburger {
      -webkit-transform: translateY(2px);
              transform: translateY(2px); }
    .banner .button--rounded {
      padding: 1px 5px;
      font-size: 11px; } }

.logo {
  width: 332px;
  height: 50px;
  display: block;
  background: url("../images/bevcanna-logo.svg") no-repeat center;
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px); }
  @media (max-width: 800px) {
    .logo {
      width: 150px;
      height: 25px;
      -webkit-transform: initial;
              transform: initial; } }

.hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto; }
  .hero__left {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    position: relative; }
  .hero__inner {
    width: 100%;
    max-width: calc( (1630px + (40px * 2)) / 2);
    margin-bottom: 100px;
    padding-left: 40px; }
    .hero__inner .t-accent-40 {
      margin-bottom: 25px; }
    .hero__inner .t-136 {
      margin-bottom: 25px; }
    .hero__inner .t-25 {
      max-width: 73%;
      line-height: 140%; }
  .hero__cta {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
    .hero__cta a.cta {
      display: block; }
  .hero__cta-inner {
    width: 100%;
    max-width: calc( (1630px + (40px * 2)) / 2);
    padding-left: 40px; }
  .hero__right {
    width: 50%; }
  @media (max-width: 800px) {
    .hero {
      height: auto;
      padding: 60px 0 0 0;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .hero__left, .hero__right {
        width: 100%; }
      .hero__inner {
        text-align: center;
        padding-bottom: 0px;
        padding-left: 0px;
        margin-bottom: 60px; }
        .hero__inner .t-accent-40 {
          max-width: 80%;
          display: inline-block;
          margin-bottom: 5.333%; }
        .hero__inner .t-136 {
          margin-bottom: 5.333%; }
        .hero__inner .t-25 {
          max-width: 60%;
          display: inline-block;
          margin-bottom: 0px; }
        .hero__inner .cta, .hero__inner .form input[type="submit"], .form .hero__inner input[type="submit"] {
          position: relative;
          bottom: initial;
          left: initial;
          -webkit-transform: initial;
                  transform: initial; }
      .hero__cta {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        position: relative; }
      .hero__cta-inner {
        width: auto;
        padding-left: 0px; } }

.image-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .image-grid__outerwrap {
    background: #ffffff;
    position: relative; }
  .image-grid__title {
    width: 100%;
    position: absolute;
    left: 0;
    top: 4vw;
    z-index: 3; }
  .image-grid__item {
    display: block;
    height: 0;
    overflow: hidden;
    position: relative; }
    .image-grid__item--50 {
      width: 50%;
      padding-bottom: 50%; }
    .image-grid__item--100 {
      width: 100%;
      padding-bottom: 50%; }
    .image-grid__item img:not(.image-grid__content-bg) {
      width: 100%;
      max-width: 100%;
      height: auto;
      position: relative;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: center;
         object-position: center;
      -webkit-transition: 0.3s;
      transition: 0.3s; }
    .image-grid__item video {
      -o-object-fit: cover;
         object-fit: cover;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      bottom: 0; }
    .image-grid__item:hover img:not(.image-grid__content-bg) {
      -webkit-transform: scale(1.05);
              transform: scale(1.05); }
  .image-grid__content {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #48b9c7;
    font-family: "Montserrat", sans-serif;
    font-size: 25px;
    font-size: calc(12px + 13 * ( (100vw - 400px) / 1200));
    font-weight: 200;
    letter-spacing: 0.05em;
    color: #7797ad;
    line-height: 125%;
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 4vw;
    text-align: center; }
    @media screen and (max-width: 400px) {
      .image-grid__content {
        font-size: 12px; } }
    @media screen and (min-width: 1600px) {
      .image-grid__content {
        font-size: 25px; } }
    @media (max-width: 800px) {
      .image-grid__content {
        font-weight: 400;
        letter-spacing: 0.05em; } }
  .image-grid__content-item {
    position: relative; }
  .image-grid__content--light {
    background: #ffffff; }
    .image-grid__content--light .t-25 {
      color: #323e48;
      line-height: 160%;
      max-width: 450px;
      z-index: 2; }
  .image-grid__content-bg {
    width: auto;
    height: 35%;
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    margin: 0 auto;
    opacity: 0.2; }
  .hero .image-grid {
    max-width: 1250px; }
    @media (min-width: 1688px) {
      .hero .image-grid .image-grid__item--50 {
        width: 422px;
        padding-bottom: 422px; } }
  @media (max-width: 800px) {
    .image-grid__title {
      top: 12px; }
      .image-grid__title .container {
        width: 50%;
        padding: 0;
        margin: 0;
        text-align: center; } }

.cta, .form input[type="submit"] {
  width: 25vw;
  max-width: 307px;
  min-width: 207px;
  display: block;
  height: auto;
  line-height: 0; }
  .cta object, .form input[type="submit"] object {
    pointer-events: none; }
  .cta svg rect, .form input[type="submit"] svg rect,
  .cta svg path,
  .form input[type="submit"] svg path {
    -webkit-transition-duration: 0.25s;
            transition-duration: 0.25s; }
  @media (max-width: 800px) {
    .cta, .form input[type="submit"] {
      width: 60vw; } }
  .cta--teal:hover svg rect[fill="#48B9C7"] {
    fill: #323e48; }
  .cta--teal:hover svg path[fill="#48B9C7"] {
    fill: #323e48; }
  .cta--teal-dark:hover svg rect.st3 {
    fill: #48b9c7; }
  .cta--teal-dark:hover svg path.st2 {
    fill: #48b9c7; }

.our-services {
  width: 100%;
  background: #ffffff;
  padding: 80px 0 80px 0; }
  .our-services:focus {
    border-left: 200px solid black; }
  .our-services__title {
    font-family: "CgHollandTitle", serif;
    font-size: 40px;
    font-size: calc(20px + 20 * ( (100vw - 400px) / 1200));
    font-weight: 500;
    color: #48b9c7;
    text-transform: uppercase;
    letter-spacing: 0.045em;
    width: 100%;
    max-width: calc(1630px + (40px * 2));
    padding: 0 40px;
    margin: 0 auto;
    display: block;
    position: relative;
    zoom: 1;
    margin-bottom: 25px;
    max-width: 1300px; }
    @media screen and (max-width: 400px) {
      .our-services__title {
        font-size: 20px; } }
    @media screen and (min-width: 1600px) {
      .our-services__title {
        font-size: 40px; } }
    .our-services__title:after {
      content: ".";
      display: block;
      height: 0;
      clear: both;
      visibility: hidden; }
    @media (max-width: 800px) {
      .our-services__title {
        padding: 0 40px; } }
  .our-services__content {
    width: 100%;
    max-width: calc(1630px + (40px * 2));
    padding: 0 40px;
    margin: 0 auto;
    display: block;
    position: relative;
    zoom: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 1300px;
    position: relative;
    z-index: 7; }
    .our-services__content:after {
      content: ".";
      display: block;
      height: 0;
      clear: both;
      visibility: hidden; }
    @media (max-width: 800px) {
      .our-services__content {
        padding: 0 40px; } }
  .our-services__item {
    width: 33.3333333333%;
    height: 0;
    padding-bottom: 33.3333333333%; }
    .our-services__item img, .our-services__item svg {
      -o-object-fit: cover;
         object-fit: cover; }
    .our-services__item .cta path, .our-services__item .form input[type="submit"] path, .form .our-services__item input[type="submit"] path {
      -webkit-transition-duration: 0.2s;
              transition-duration: 0.2s; }
    .our-services__item:hover .cta path, .our-services__item:hover .form input[type="submit"] path, .form .our-services__item:hover input[type="submit"] path {
      fill: #323e48; }
  @media (max-width: 800px) {
    .our-services {
      padding: 100px 25vw 40px 25vw; }
      .our-services__title {
        margin-bottom: 45px;
        text-align: center; }
      .our-services__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
      .our-services__item {
        width: 100%;
        padding-bottom: 100%; } }
  @media (max-width: 400px) {
    .our-services {
      padding: 55px 40px 40px 40px; }
      .our-services__content {
        padding: 0; } }

.manufacturing {
  background: #323e48;
  color: #ffffff;
  position: relative;
  z-index: 5; }
  .manufacturing .container {
    padding-top: 80px;
    padding-bottom: 160px; }
  .manufacturing__title {
    font-family: "CgHollandTitle", serif;
    font-size: 40px;
    font-size: calc(20px + 20 * ( (100vw - 400px) / 1200));
    font-weight: 500;
    color: #48b9c7;
    text-transform: uppercase;
    letter-spacing: 0.045em;
    margin-bottom: 25px;
    z-index: 3; }
    @media screen and (max-width: 400px) {
      .manufacturing__title {
        font-size: 20px; } }
    @media screen and (min-width: 1600px) {
      .manufacturing__title {
        font-size: 40px; } }
  .manufacturing .t-35 {
    margin-bottom: 80px; }
  .manufacturing .t-80 {
    color: #ffffff; }
  .manufacturing .t-25 {
    color: #ffffff;
    margin-bottom: 25px; }
  .manufacturing__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 40px; }
  .manufacturing__number {
    position: absolute;
    z-index: 1;
    top: 55px;
    height: 10vw;
    opacity: .2; }
  .manufacturing .skrollr-wrapper {
    position: relative;
    z-index: 3; }
  .manufacturing__item {
    position: relative; }
    .manufacturing__item object {
      z-index: 3;
      width: 100%;
      max-width: 170px;
      height: 14vw;
      margin-bottom: 30px;
      padding-top: 4vw;
      margin-left: 3vw; }
    .manufacturing__item .t-25 {
      font-weight: 400; }
    .manufacturing__item .t-20 {
      display: none; }
  .manufacturing .t-20 {
    color: #ffffff;
    line-height: 150%;
    max-width: 90%; }
  .manufacturing .cta, .manufacturing .form input[type="submit"], .form .manufacturing input[type="submit"] {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
  @media (max-width: 800px) {
    .manufacturing {
      text-align: center; }
      .manufacturing .container {
        padding-top: 90px;
        padding-bottom: 145px; }
      .manufacturing__number {
        left: 0;
        height: 20vw; }
      .manufacturing__title {
        margin-bottom: 35px; }
      .manufacturing__items {
        width: 50vw;
        margin: 0 auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
      .manufacturing__item {
        margin-bottom: 40px; }
        .manufacturing__item .t-25 {
          margin-bottom: 0px; }
        .manufacturing__item object {
          width: 35vw;
          height: 34vw;
          margin-bottom: 10px; } }

.grid-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  background: #ffffff; }
  .grid-panel__content, .grid-panel__images {
    width: 50%; }
  .grid-panel__content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding-top: 80px;
    padding-bottom: 60px; }
    .grid-panel__content--investors-top {
      padding-top: 160px;
      padding-bottom: 160px; }
      .grid-panel__content--investors-top .t-24 {
        font-weight: 200;
        max-width: 420px; }
        @media (min-width: 1024px) {
          .grid-panel__content--investors-top .t-24 {
            font-size: 24px; } }
      @media (max-width: 800px) {
        .grid-panel__content--investors-top {
          padding-top: 70px;
          padding-bottom: 60px; } }
    .grid-panel__content--investors {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding-top: 80px;
      padding-bottom: 80px; }
    .grid-panel__content--media {
      padding-top: 60px;
      margin: 0 60px;
      text-align: center; }
      .grid-panel__content--media .button {
        margin: 30px auto; }
    .grid-panel__content--cta {
      text-align: center;
      background: url("../images/../images/photos/investors-cta.jpg");
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      padding-top: 180px;
      padding-bottom: 160px; }
      .grid-panel__content--cta .grid-panel__inner {
        padding-left: 5.75vw !important;
        text-align: center; }
        .grid-panel__content--cta .grid-panel__inner * {
          display: block;
          margin-left: auto;
          margin-right: auto; }
        .grid-panel__content--cta .grid-panel__inner .wysiwyg {
          margin-bottom: 10px; }
          .grid-panel__content--cta .grid-panel__inner .wysiwyg p {
            color: white; }
        .grid-panel__content--cta .grid-panel__inner .button {
          border-color: transparent; }
      .grid-panel__content--cta .wysiwyg {
        max-width: 280px; }
      @media (max-width: 800px) {
        .grid-panel__content--cta {
          padding-top: 75px;
          padding-bottom: 70px; } }
  .grid-panel__inner {
    position: relative;
    right: 0;
    max-width: calc( (1630px + (40px * 2)) / 2);
    padding: 0 5.75vw 0 40px; }
    .grid-panel__inner .t-accent-40 {
      margin-bottom: 25px; }
    .grid-panel__inner .t-80 {
      margin-bottom: 25px;
      font-size: calc(30px + 40 * ( (100vw - 400px) / 1200)); }
      @media screen and (max-width: 400px) {
        .grid-panel__inner .t-80 {
          font-size: 30px; } }
      @media screen and (min-width: 1600px) {
        .grid-panel__inner .t-80 {
          font-size: 70px; } }
    .grid-panel__inner .t-25 {
      line-height: 170%;
      font-family: "Montserrat", sans-serif;
      font-size: 20px; }
    @media (max-width: 800px) {
      .grid-panel__inner {
        padding: 0 40px; } }
  .grid-panel__images--cover {
    font-size: 0; }
    .grid-panel__images--cover img,
    .grid-panel__images--cover video {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
    @media (max-width: 800px) {
      .grid-panel__images--cover img {
        min-height: 65vh; } }
  .grid-panel--content-right .grid-panel__content {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .grid-panel--content-right .grid-panel__inner {
    padding-left: 5.75vw;
    padding-right: 40px; }
    @media (max-width: 800px) {
      .grid-panel--content-right .grid-panel__inner {
        padding-left: 40px;
        padding-right: 40px; } }
  @media (max-width: 800px) {
    .grid-panel--content-right .grid-panel__content {
      text-align: center; }
    .grid-panel--content-right .button {
      margin: 0 auto; } }
  .grid-panel--water {
    position: relative;
    z-index: 2;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start; }
  .grid-panel--cultivation .t-accent-40,
  .grid-panel--cultivation .t-80 span {
    color: #ded021; }
  .grid-panel--cultivation .image-grid__content {
    background: #ded021; }
  .grid-panel--brand .t-accent-40,
  .grid-panel--brand .t-80 span {
    color: #f23d2f; }
  .grid-panel--cta {
    background: #1C2B39;
    text-align: center; }
    .grid-panel--cta .grid-panel__content {
      width: 100%;
      display: block;
      padding: 50px 40px; }
      .grid-panel--cta .grid-panel__content h2 {
        margin-bottom: 13px; }
      .grid-panel--cta .grid-panel__content div {
        display: block; }
      .grid-panel--cta .grid-panel__content .button {
        margin-top: 18px;
        display: inline-block; }
    @media (min-width: 1024px) {
      .grid-panel--cta .grid-panel__content {
        padding: 65px 40px; }
        .grid-panel--cta .grid-panel__content h2 {
          margin-bottom: 30px; }
        .grid-panel--cta .grid-panel__content .button {
          margin-top: 30px; } }
  .grid-panel--1-col {
    padding: 90px 0 85px 0;
    text-align: center;
    max-width: 960px;
    margin: 0 auto; }
    .grid-panel--1-col p {
      font-size: 24px;
      font-weight: 200;
      line-height: initial;
      color: #1C2B39; }
    .grid-panel--1-col strong {
      font-style: italic;
      font-weight: 200;
      color: #48b9c7; }
    @media (max-width: 800px) {
      .grid-panel--1-col {
        padding: 30px 40px 20px 40px; }
        .grid-panel--1-col p {
          font-family: "Montserrat", sans-serif;
          font-size: 20px; } }
  .grid-panel--content-video {
    padding-top: 0; }
  .grid-panel--1-col-wide {
    padding: 90px 0 85px 0;
    text-align: center;
    max-width: 1140px;
    margin: 0 auto; }
    .grid-panel--1-col-wide p {
      font-size: 24px;
      font-weight: 200;
      line-height: initial;
      color: #1C2B39; }
    .grid-panel--1-col-wide .grid-panel__inner {
      width: 100%;
      text-align: center;
      padding: 0;
      max-width: none; }
    @media (max-width: 800px) {
      .grid-panel--1-col-wide {
        padding: 30px 40px 20px 40px; }
        .grid-panel--1-col-wide p {
          font-family: "Montserrat", sans-serif;
          font-size: 20px; } }
  @media (max-width: 800px) {
    .grid-panel {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .grid-panel__content, .grid-panel__images {
        width: 100%; }
      .grid-panel__content {
        padding-bottom: 45px;
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1; }
        .grid-panel__content--investors {
          padding-top: 45px;
          padding-bottom: 45px; }
        .grid-panel__content--cta {
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; }
      .grid-panel__images {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2; } }

.carousel {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }
  .carousel__content, .carousel__image {
    width: 50%; }
  .carousel__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .carousel__inner {
    width: 100%;
    max-width: calc( (1630px + (40px * 2)) / 2);
    padding: 13.5vw 0 41.5vw 40px; }
    @media (max-width: 1200px) {
      .carousel__inner {
        padding: 13.5vw 0 60vw 40px; } }
    .carousel__inner .t-accent-40 {
      margin-bottom: 20px; }
    .carousel__inner .t-25 {
      max-width: 560px;
      line-height: 170%; }
  .carousel__image {
    background: url("../images/photos/plant.jpg") no-repeat center top;
    background-size: cover;
    background-size: 100% auto;
    background-position: 0 -15vw; }
    @media (max-width: 1200px) {
      .carousel__image {
        background-position: 0 0; } }
  .carousel__container {
    position: absolute;
    z-index: 3;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-pack: distribute;
        justify-content: space-around; }
  .carousel__container-inner {
    width: 80vw;
    max-width: 1630px;
    min-height: 31.5vw;
    background: rgba(50, 62, 72, 0.85);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .carousel__container-left, .carousel__container-right {
    width: 50%; }
  .carousel__container-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 20px 20px 20px 6vw; }
  .carousel__container-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 40px 7vw 40px 2vw; }
  .carousel__list-message {
    font-family: "Montserrat", sans-serif;
    font-size: 80px;
    font-size: calc(30px + 50 * ( (100vw - 400px) / 1200));
    font-weight: 200;
    color: #323e48;
    letter-spacing: 0.025em;
    line-height: 98%;
    -webkit-transform: translateX(-8px);
            transform: translateX(-8px);
    font-size: calc(25px + 25 * ( (100vw - 400px) / 1200));
    color: white; }
    @media screen and (max-width: 400px) {
      .carousel__list-message {
        font-size: 30px; } }
    @media screen and (min-width: 1600px) {
      .carousel__list-message {
        font-size: 80px; } }
    .carousel__list-message span {
      color: #48b9c7; }
    @media (max-width: 800px) {
      .carousel__list-message {
        -webkit-transform: initial;
                transform: initial; } }
    @media screen and (max-width: 400px) {
      .carousel__list-message {
        font-size: 25px; } }
    @media screen and (min-width: 1600px) {
      .carousel__list-message {
        font-size: 50px; } }
  .carousel__list {
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    line-height: 200%;
    color: #ffffff; }
  .carousel__list-item {
    -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
    color: #ffffff;
    padding-left: 18px;
    position: relative;
    line-height: 140%;
    margin-bottom: 15px; }
    .carousel__list-item:before {
      content: "•";
      position: absolute;
      left: 0; }
    .carousel__list-item.j-car-active {
      color: #48b9c7; }
  .carousel__arrow-right, .carousel__arrow-left {
    width: 75px;
    height: 75px;
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s; }
    .carousel__arrow-right:hover, .carousel__arrow-left:hover {
      cursor: pointer;
      -webkit-transform: translateX(10px);
              transform: translateX(10px); }
  .carousel__arrow-right {
    background: url("../images/arrow-right.svg") no-repeat center; }
  .carousel__arrow-left {
    background: url("../images/arrow-left.svg") no-repeat center; }
    .carousel__arrow-left:hover {
      -webkit-transform: translateX(-10px);
              transform: translateX(-10px); }
  @media (max-width: 800px) {
    .carousel {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      padding: 80px 40px 0 40px;
      margin-bottom: 0px; }
      .carousel__content, .carousel__image {
        width: 100%; }
      .carousel__content {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        margin-bottom: 20px; }
      .carousel__image {
        -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
                order: 3;
        height: 300px;
        width: 100vw;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        left: 50%;
        position: relative;
        background-attachment: initial;
        background-position: center;
        background-size: cover; }
      .carousel__container {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
        position: relative;
        -webkit-transform: initial;
                transform: initial;
        margin-bottom: initial;
        width: 100vw;
        left: 50%;
        -webkit-transform: translate3d(-50%, 0, 0);
                transform: translate3d(-50%, 0, 0); }
      .carousel__inner {
        padding: 0 20px 0 0; }
      .carousel__container-inner {
        width: 100%; }
      .carousel__container-left {
        display: none; }
      .carousel__container-right {
        width: 100%;
        padding: 40px; }
      .carousel__arrow-right, .carousel__arrow-left {
        display: none; } }

.form {
  width: 100%;
  background: #48b9c7;
  padding: 80px 0 0 0;
  position: relative; }
  .form .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .form label,
  .form .mc-field-group.input-group strong {
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    color: #ffffff;
    opacity: 0.8;
    line-height: 130%; }
    .form label[for="mce-INTEREST"], .form label[for="mce-COUNTRY"],
    .form .mc-field-group.input-group strong[for="mce-INTEREST"],
    .form .mc-field-group.input-group strong[for="mce-COUNTRY"] {
      display: none; }
    @media (max-width: 800px) {
      .form label,
      .form .mc-field-group.input-group strong {
        color: #ffffff; } }
  .form input,
  .form select,
  .form radio {
    border: 0px;
    background: Transparent;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border-radius: 0;
    font-size: 42px;
    font-family: "Montserrat", sans-serif;
    font-size: calc(20px + 22 * ( (100vw - 400px) / 1200));
    color: #323e48;
    font-weight: 200; }
    @media screen and (max-width: 400px) {
      .form input,
      .form select,
      .form radio {
        font-size: 20px; } }
    @media screen and (min-width: 1600px) {
      .form input,
      .form select,
      .form radio {
        font-size: 42px; } }
    .form input[type="text"], .form input[type="email"],
    .form select[type="text"],
    .form select[type="email"],
    .form radio[type="text"],
    .form radio[type="email"] {
      width: 100%;
      height: 60px;
      margin-bottom: 20px;
      border-bottom: 1px solid #ffffff;
      outline: None; }
  .form input[type="text"] {
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s; }
  .form .mc-field-group {
    position: relative;
    padding-top: 17px; }
  .form .mc-field-group.input-group ul {
    margin: 0;
    padding: 0;
    list-style-type: none; }
  .form label {
    display: block;
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s; }
    .form label.js-animate-label-label, .form label[for="mce-FNAME"], .form label[for="mce-LNAME"], .form label[for="mce-COMPANY"], .form label[for="mce-ROLE"], .form label[for="mce-EMAIL"] {
      position: absolute;
      top: 0; }
    .form label.js-animate-label-active {
      -webkit-transform: translate3d(0, 44px, 0);
              transform: translate3d(0, 44px, 0);
      font-size: calc(12px + 13 * ( (100vw - 400px) / 1200)); }
      @media screen and (max-width: 400px) {
        .form label.js-animate-label-active {
          font-size: 12px; } }
      @media screen and (min-width: 1600px) {
        .form label.js-animate-label-active {
          font-size: 25px; } }
  .form .checkbox-placeholder {
    width: 100px;
    height: 48px;
    -webkit-transform: translateY(-14px);
            transform: translateY(-14px); }
  .form select {
    width: 100%; }
  .form input[type="checkbox"] {
    width: 100px;
    height: 50px; }
  .form input.checkbox__input {
    display: none; }
  .form .checkbox__fancy {
    min-width: 100px;
    width: 100px;
    height: 50px;
    display: inline-block;
    position: relative;
    z-index: 1;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    border-radius: 50px;
    background: #41acb9; }
    .form .checkbox__fancy:hover {
      cursor: pointer; }
    .form .checkbox__fancy:after {
      content: "";
      -webkit-transition-duration: 0.25s;
              transition-duration: 0.25s;
      position: absolute;
      z-index: 2;
      left: 50px;
      top: 0;
      width: 50px;
      height: 50px;
      border-radius: 50px;
      background: #d9d8d6; }
  .form .checkbox__yes,
  .form .checkbox__no {
    pointer-events: none;
    font-size: 20px;
    font-weight: 300;
    color: #ffffff;
    position: absolute;
    z-index: 3;
    top: 14px;
    left: 18px; }
  .form .checkbox__no {
    left: 68px;
    color: #48b9c7;
    font-weight: 500; }
  .form input.checkbox__input:checked + label.checkbox__fancy:after {
    left: 0px; }
  .form input.checkbox__input:checked + label.checkbox__fancy .checkbox__yes {
    font-weight: 500;
    color: #48b9c7; }
  .form input.checkbox__input:checked + label.checkbox__fancy .checkbox__no {
    font-weight: 300;
    color: #ffffff; }
  .form input[type="submit"] {
    color: transparent;
    background-image: url("../images/submit.svg");
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 538 132.5' enable-background='new 0 0 538 132.5' xml:space='preserve'%3E%3Cg%3E%3Crect transform='matrix(-1 -1.224647e-16 1.224647e-16 -1 405 132.4606)' fill='%2344B1BF' width='405' height='132.5'/%3E%3Cg%3E%3Cpath fill='%23FFFFFF' d='M170.1,79c-1.2-0.4-2.2-0.9-2.9-1.6l0.9-2c0.7,0.6,1.5,1.1,2.6,1.5c1,0.4,2.1,0.6,3.2,0.6 c1.4,0,2.5-0.2,3.2-0.7c0.7-0.5,1.1-1.1,1.1-2c0-0.6-0.2-1.1-0.6-1.5s-0.9-0.7-1.4-0.9c-0.6-0.2-1.4-0.4-2.4-0.7 c-1.3-0.3-2.4-0.6-3.2-1c-0.8-0.3-1.5-0.8-2.1-1.5c-0.6-0.7-0.9-1.5-0.9-2.7c0-0.9,0.2-1.8,0.7-2.5c0.5-0.8,1.2-1.3,2.2-1.8 s2.2-0.7,3.7-0.7c1,0,2.1,0.1,3.1,0.4c1,0.3,1.9,0.6,2.6,1.1l-0.8,2c-0.7-0.5-1.5-0.8-2.4-1.1c-0.8-0.2-1.6-0.4-2.5-0.4 c-1.4,0-2.5,0.3-3.2,0.8c-0.7,0.5-1.1,1.2-1.1,2c0,0.6,0.2,1.1,0.6,1.5s0.9,0.7,1.5,0.9c0.6,0.2,1.4,0.4,2.4,0.7 c1.3,0.3,2.4,0.6,3.2,1c0.8,0.3,1.5,0.8,2.1,1.5c0.6,0.7,0.9,1.5,0.9,2.6c0,0.9-0.2,1.8-0.8,2.5s-1.3,1.4-2.3,1.8 c-1,0.4-2.3,0.7-3.8,0.7C172.6,79.6,171.3,79.4,170.1,79z'/%3E%3Cpath fill='%23FFFFFF' d='M196.5,66.1v13.2h-2.3v-2c-0.5,0.7-1.1,1.2-1.9,1.6c-0.8,0.4-1.7,0.6-2.6,0.6c-1.8,0-3.2-0.5-4.2-1.5 c-1-1-1.5-2.4-1.5-4.3v-7.6h2.4v7.3c0,1.3,0.3,2.3,0.9,2.9c0.6,0.7,1.5,1,2.6,1c1.3,0,2.3-0.4,3-1.2s1.1-1.8,1.1-3.2v-6.8H196.5z' /%3E%3Cpath fill='%23FFFFFF' d='M211.4,66.9c1,0.6,1.8,1.4,2.4,2.4c0.6,1,0.9,2.2,0.9,3.5c0,1.3-0.3,2.5-0.9,3.5c-0.6,1-1.4,1.8-2.4,2.4 s-2.2,0.8-3.5,0.8c-1,0-1.9-0.2-2.7-0.6c-0.8-0.4-1.5-0.9-2-1.7v2.1H201V60.8h2.4v7.3c0.5-0.7,1.2-1.2,2-1.6 c0.8-0.4,1.7-0.5,2.6-0.5C209.3,66,210.4,66.3,211.4,66.9z M210.1,76.8c0.7-0.4,1.2-0.9,1.6-1.6c0.4-0.7,0.6-1.5,0.6-2.4 c0-0.9-0.2-1.7-0.6-2.4c-0.4-0.7-0.9-1.3-1.6-1.6c-0.7-0.4-1.4-0.6-2.3-0.6c-0.8,0-1.6,0.2-2.3,0.6c-0.7,0.4-1.2,0.9-1.6,1.6 c-0.4,0.7-0.6,1.5-0.6,2.4c0,0.9,0.2,1.7,0.6,2.4c0.4,0.7,0.9,1.3,1.6,1.6c0.7,0.4,1.4,0.6,2.3,0.6 C208.6,77.4,209.4,77.2,210.1,76.8z'/%3E%3Cpath fill='%23FFFFFF' d='M238.7,67.5c1,1,1.5,2.4,1.5,4.3v7.6h-2.4V72c0-1.3-0.3-2.2-0.9-2.9c-0.6-0.7-1.4-1-2.5-1 c-1.2,0-2.2,0.4-2.9,1.1c-0.7,0.8-1.1,1.8-1.1,3.3v6.8H228V72c0-1.3-0.3-2.2-0.9-2.9c-0.6-0.7-1.4-1-2.5-1c-1.2,0-2.2,0.4-2.9,1.1 c-0.7,0.8-1.1,1.8-1.1,3.3v6.8h-2.4V66.1h2.3v2c0.5-0.7,1.1-1.2,1.9-1.6c0.8-0.4,1.7-0.5,2.7-0.5c1,0,2,0.2,2.8,0.6 c0.8,0.4,1.4,1,1.9,1.8c0.5-0.8,1.2-1.4,2.1-1.8c0.9-0.4,1.9-0.6,3-0.6C236.4,66,237.8,66.5,238.7,67.5z'/%3E%3Cpath fill='%23FFFFFF' d='M244.6,63.1c-0.3-0.3-0.5-0.7-0.5-1.1c0-0.4,0.2-0.8,0.5-1.1c0.3-0.3,0.7-0.5,1.2-0.5 c0.5,0,0.9,0.1,1.2,0.4c0.3,0.3,0.5,0.7,0.5,1.1c0,0.5-0.2,0.8-0.5,1.1c-0.3,0.3-0.7,0.5-1.2,0.5 C245.3,63.6,244.9,63.4,244.6,63.1z M244.5,66.1h2.4v13.2h-2.4V66.1z'/%3E%3Cpath fill='%23FFFFFF' d='M259,78.6c-0.4,0.3-0.8,0.5-1.3,0.7s-1,0.2-1.6,0.2c-1.3,0-2.4-0.4-3.1-1.1c-0.7-0.7-1.1-1.7-1.1-3.1v-7.3 h-2.2v-2h2.2v-2.9h2.4v2.9h3.8v2h-3.8v7.2c0,0.7,0.2,1.3,0.5,1.7s0.9,0.6,1.5,0.6c0.7,0,1.4-0.2,1.9-0.6L259,78.6z'/%3E%3C/g%3E%3Crect x='405.4' transform='matrix(-1 -1.224647e-16 1.224647e-16 -1 943.4409 132.5591)' fill='%2335A2B3' width='132.6' height='132.6'/%3E%3Cg%3E%3Cpolyline fill='none' stroke='%23FFFFFF' stroke-width='2.8346' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' points=' 482.5,96.2 505.6,68.5 438.7,68.5 '/%3E%3Cpolyline fill='none' stroke='%23FFFFFF' stroke-width='2.8346' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' points=' 483.7,40.9 506.8,68.5 439.8,68.5 '/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
    width: 32vw;
    height: 8vw;
    padding: 0; }
    .form input[type="submit"]:hover {
      cursor: pointer; }
    .form input[type="submit"]:hover {
      background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 538 132.5' enable-background='new 0 0 538 132.5' xml:space='preserve'%3E%3Cg%3E%3Crect transform='matrix(-1 -1.224647e-16 1.224647e-16 -1 405 132.4606)' fill='%2344B1BF' width='405' height='132.5'/%3E%3Cg%3E%3Cpath fill='%23323e48' d='M170.1,79c-1.2-0.4-2.2-0.9-2.9-1.6l0.9-2c0.7,0.6,1.5,1.1,2.6,1.5c1,0.4,2.1,0.6,3.2,0.6 c1.4,0,2.5-0.2,3.2-0.7c0.7-0.5,1.1-1.1,1.1-2c0-0.6-0.2-1.1-0.6-1.5s-0.9-0.7-1.4-0.9c-0.6-0.2-1.4-0.4-2.4-0.7 c-1.3-0.3-2.4-0.6-3.2-1c-0.8-0.3-1.5-0.8-2.1-1.5c-0.6-0.7-0.9-1.5-0.9-2.7c0-0.9,0.2-1.8,0.7-2.5c0.5-0.8,1.2-1.3,2.2-1.8 s2.2-0.7,3.7-0.7c1,0,2.1,0.1,3.1,0.4c1,0.3,1.9,0.6,2.6,1.1l-0.8,2c-0.7-0.5-1.5-0.8-2.4-1.1c-0.8-0.2-1.6-0.4-2.5-0.4 c-1.4,0-2.5,0.3-3.2,0.8c-0.7,0.5-1.1,1.2-1.1,2c0,0.6,0.2,1.1,0.6,1.5s0.9,0.7,1.5,0.9c0.6,0.2,1.4,0.4,2.4,0.7 c1.3,0.3,2.4,0.6,3.2,1c0.8,0.3,1.5,0.8,2.1,1.5c0.6,0.7,0.9,1.5,0.9,2.6c0,0.9-0.2,1.8-0.8,2.5s-1.3,1.4-2.3,1.8 c-1,0.4-2.3,0.7-3.8,0.7C172.6,79.6,171.3,79.4,170.1,79z'/%3E%3Cpath fill='%23323e48' d='M196.5,66.1v13.2h-2.3v-2c-0.5,0.7-1.1,1.2-1.9,1.6c-0.8,0.4-1.7,0.6-2.6,0.6c-1.8,0-3.2-0.5-4.2-1.5 c-1-1-1.5-2.4-1.5-4.3v-7.6h2.4v7.3c0,1.3,0.3,2.3,0.9,2.9c0.6,0.7,1.5,1,2.6,1c1.3,0,2.3-0.4,3-1.2s1.1-1.8,1.1-3.2v-6.8H196.5z' /%3E%3Cpath fill='%23323e48' d='M211.4,66.9c1,0.6,1.8,1.4,2.4,2.4c0.6,1,0.9,2.2,0.9,3.5c0,1.3-0.3,2.5-0.9,3.5c-0.6,1-1.4,1.8-2.4,2.4 s-2.2,0.8-3.5,0.8c-1,0-1.9-0.2-2.7-0.6c-0.8-0.4-1.5-0.9-2-1.7v2.1H201V60.8h2.4v7.3c0.5-0.7,1.2-1.2,2-1.6 c0.8-0.4,1.7-0.5,2.6-0.5C209.3,66,210.4,66.3,211.4,66.9z M210.1,76.8c0.7-0.4,1.2-0.9,1.6-1.6c0.4-0.7,0.6-1.5,0.6-2.4 c0-0.9-0.2-1.7-0.6-2.4c-0.4-0.7-0.9-1.3-1.6-1.6c-0.7-0.4-1.4-0.6-2.3-0.6c-0.8,0-1.6,0.2-2.3,0.6c-0.7,0.4-1.2,0.9-1.6,1.6 c-0.4,0.7-0.6,1.5-0.6,2.4c0,0.9,0.2,1.7,0.6,2.4c0.4,0.7,0.9,1.3,1.6,1.6c0.7,0.4,1.4,0.6,2.3,0.6 C208.6,77.4,209.4,77.2,210.1,76.8z'/%3E%3Cpath fill='%23323e48' d='M238.7,67.5c1,1,1.5,2.4,1.5,4.3v7.6h-2.4V72c0-1.3-0.3-2.2-0.9-2.9c-0.6-0.7-1.4-1-2.5-1 c-1.2,0-2.2,0.4-2.9,1.1c-0.7,0.8-1.1,1.8-1.1,3.3v6.8H228V72c0-1.3-0.3-2.2-0.9-2.9c-0.6-0.7-1.4-1-2.5-1c-1.2,0-2.2,0.4-2.9,1.1 c-0.7,0.8-1.1,1.8-1.1,3.3v6.8h-2.4V66.1h2.3v2c0.5-0.7,1.1-1.2,1.9-1.6c0.8-0.4,1.7-0.5,2.7-0.5c1,0,2,0.2,2.8,0.6 c0.8,0.4,1.4,1,1.9,1.8c0.5-0.8,1.2-1.4,2.1-1.8c0.9-0.4,1.9-0.6,3-0.6C236.4,66,237.8,66.5,238.7,67.5z'/%3E%3Cpath fill='%23323e48' d='M244.6,63.1c-0.3-0.3-0.5-0.7-0.5-1.1c0-0.4,0.2-0.8,0.5-1.1c0.3-0.3,0.7-0.5,1.2-0.5 c0.5,0,0.9,0.1,1.2,0.4c0.3,0.3,0.5,0.7,0.5,1.1c0,0.5-0.2,0.8-0.5,1.1c-0.3,0.3-0.7,0.5-1.2,0.5 C245.3,63.6,244.9,63.4,244.6,63.1z M244.5,66.1h2.4v13.2h-2.4V66.1z'/%3E%3Cpath fill='%23323e48' d='M259,78.6c-0.4,0.3-0.8,0.5-1.3,0.7s-1,0.2-1.6,0.2c-1.3,0-2.4-0.4-3.1-1.1c-0.7-0.7-1.1-1.7-1.1-3.1v-7.3 h-2.2v-2h2.2v-2.9h2.4v2.9h3.8v2h-3.8v7.2c0,0.7,0.2,1.3,0.5,1.7s0.9,0.6,1.5,0.6c0.7,0,1.4-0.2,1.9-0.6L259,78.6z'/%3E%3C/g%3E%3Crect x='405.4' transform='matrix(-1 -1.224647e-16 1.224647e-16 -1 943.4409 132.5591)' fill='%23323e48' width='132.6' height='132.6'/%3E%3Cg%3E%3Cpolyline fill='none' stroke='%23FFFFFF' stroke-width='2.8346' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' points=' 482.5,96.2 505.6,68.5 438.7,68.5 '/%3E%3Cpolyline fill='none' stroke='%23FFFFFF' stroke-width='2.8346' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' points=' 483.7,40.9 506.8,68.5 439.8,68.5 '/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A"); }
    @media (max-width: 800px) {
      .form input[type="submit"] {
        width: 60vw;
        height: 20vw; } }
  .form--default {
    outline: none; }
    .form--default .t-accent-40 {
      width: 100%;
      color: #323e48;
      opacity: .45;
      margin-bottom: 25px; }
    .form--default .t-25,
    .form--default .t-80 {
      margin-bottom: 90px; }
    .form--default .t-25 {
      width: calc(50% - 40px);
      color: #ffffff;
      margin-top: 30px;
      line-height: 170%; }
      @media (max-width: 800px) {
        .form--default .t-25 {
          color: #ffffff; } }
    .form--default .t-80 {
      width: calc(50% + 40px); }
      .form--default .t-80 span {
        color: #ffffff; }
    @media (max-width: 800px) {
      .form--default .t-accent-40 {
        margin-bottom: 25px; }
      .form--default .t-25,
      .form--default .t-80 {
        width: 100%;
        margin-bottom: 20px; }
      .form--default .t-25 {
        margin-bottom: 20px; } }
  .form--investor {
    background: #1C2B39; }
    .form--investor .t-80 {
      width: 100%;
      color: #ffffff; }
      .form--investor .t-80 span {
        color: #48b9c7; }
    .form--investor label {
      color: #48b9c7; }
    .form--investor input:not(.button),
    .form--investor select,
    .form--investor radio {
      color: #ffffff !important; }
  .form #mc_embed_signup {
    width: 100%; }
  .form #mc_embed_signup_scroll {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .form #mc_embed_signup_scroll .right,
    .form #mc_embed_signup_scroll .left {
      width: calc(50% - 40px); }
    .form #mc_embed_signup_scroll .full {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
    @media (max-width: 800px) {
      .form #mc_embed_signup_scroll .right,
      .form #mc_embed_signup_scroll .left {
        width: 100%; } }
  .form .mc-field-group.input-group {
    padding: 50px 0 35px 0px;
    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; }
    @media (max-width: 800px) {
      .form .mc-field-group.input-group {
        padding-left: 0px; } }
  .form .right .mc-field-group:nth-of-type(3) {
    margin-top: 0px;
    padding-top: 40px; }
  .form .right .mc-field-group:nth-of-type(4), .form .right .mc-field-group:nth-of-type(5) {
    padding-top: 9px; }
  .form__thankyou {
    opacity: 0;
    -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
    pointer-events: none;
    width: 55vw;
    height: 30vw;
    background-color: #d9d8d6;
    position: absolute;
    z-index: 6;
    left: 50%;
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .form__thankyou-left, .form__thankyou-right {
      width: 50%; }
    .form__thankyou-left {
      background-color: #323e48;
      background-image: url("../images/form-thankyou.svg");
      background-position: center;
      background-size: 50% auto;
      background-repeat: no-repeat; }
    .form__thankyou-right {
      padding: 10px 10px 10px 50px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .form__thankyou .t-80 {
      width: 100%;
      -webkit-transform: initial;
              transform: initial;
      font-size: calc(30px + 25 * ( (100vw - 400px) / 1200));
      margin-bottom: 20px;
      color: #48b9c7; }
      @media screen and (max-width: 400px) {
        .form__thankyou .t-80 {
          font-size: 30px; } }
      @media screen and (min-width: 1600px) {
        .form__thankyou .t-80 {
          font-size: 55px; } }
    .form__thankyou .t-20 {
      color: #323e48;
      line-height: 135%; }
      @media (max-width: 800px) {
        .form__thankyou .t-20 {
          color: #323e48; } }
    .form__thankyou-close {
      width: 36px;
      height: 36px;
      position: absolute;
      top: 40px;
      right: 40px; }
  .form.is-submitted:after {
    -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    background: rgba(72, 185, 199, 0.75); }
  .form.is-submitted .form__thankyou {
    opacity: 1;
    pointer-events: initial; }
  @media (max-width: 800px) {
    .form {
      padding: 90px 0 0 0; } }

#mc_embed_signup h2,
#mc_embed_signup .indicates-required {
  display: none; }

.error-message {
  position: absolute;
  bottom: 4px;
  font-size: 12px;
  color: #ffffff;
  opacity: 0.5; }

.chosen-container {
  margin-bottom: 10px;
  width: 100%;
  max-width: 100%; }

.chosen-container-single .chosen-single {
  border: 0px;
  border-radius: 0px;
  padding: 0 15px !important;
  font-family: "Montserrat", sans-serif;
  font-size: 25px;
  font-size: calc(12px + 13 * ( (100vw - 400px) / 1200));
  font-weight: 200;
  letter-spacing: 0.05em;
  color: #7797ad;
  height: 90px;
  line-height: 90px;
  color: #7FEDF3;
  border: 0px;
  border-radius: 0px;
  background: #41acb9;
  -webkit-box-shadow: none !important;
          box-shadow: none !important; }
  @media screen and (max-width: 400px) {
    .chosen-container-single .chosen-single {
      font-size: 12px; } }
  @media screen and (min-width: 1600px) {
    .chosen-container-single .chosen-single {
      font-size: 25px; } }
  .form--investor .chosen-container-single .chosen-single {
    background: #13212c; }
  .chosen-container-single .chosen-single.chosen-default {
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
  @media (max-width: 800px) {
    .chosen-container-single .chosen-single {
      color: #48b9c7; } }

.chosen-container-single .chosen-single {
  background: #41acb9 url("../images/arrow-down-small.svg") no-repeat calc(100% - 20px) center;
  background-size: 32px 14px; }
  .form--investor .chosen-container-single .chosen-single {
    background: #13212c url("../images/arrow-down-small.svg") no-repeat calc(100% - 20px) center;
    background-size: 32px 14px; }

.chosen-container-single.chosen-container-active .chosen-single {
  border: 0px;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  background-image: url("../images/arrow-up-small.svg"); }

.chosen-container-active .chosen-single {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  padding: 0 15px !important; }

.chosen-container-single .chosen-single div b {
  display: none; }

.chosen-container .chosen-drop {
  border: 0px;
  border-radius: 0px;
  background: #41acb9;
  -webkit-box-shadow: none !important;
          box-shadow: none !important; }
  .form--investor .chosen-container .chosen-drop {
    background: #13212c; }
  .chosen-container .chosen-drop .chosen-results {
    max-height: 300px;
    padding: 0px;
    margin: 0; }
    .chosen-container .chosen-drop .chosen-results li {
      padding: 0 30px;
      font-family: "Montserrat", sans-serif;
      font-size: calc(20px + 22 * ( (100vw - 400px) / 1200));
      color: #323e48;
      font-weight: 200;
      font-size: calc(20px + 12 * ( (100vw - 400px) / 1200));
      height: 90px;
      line-height: 90px; }
      @media screen and (max-width: 400px) {
        .chosen-container .chosen-drop .chosen-results li {
          font-size: 20px; } }
      @media screen and (min-width: 1600px) {
        .chosen-container .chosen-drop .chosen-results li {
          font-size: 42px; } }
      @media screen and (max-width: 400px) {
        .chosen-container .chosen-drop .chosen-results li {
          font-size: 20px; } }
      @media screen and (min-width: 1600px) {
        .chosen-container .chosen-drop .chosen-results li {
          font-size: 32px; } }
      .form--investor .chosen-container .chosen-drop .chosen-results li {
        color: #7FEDF3; }
      .chosen-container .chosen-drop .chosen-results li:before {
        content: ""; }
      .chosen-container .chosen-drop .chosen-results li.highlighted {
        background: #379EAE; }
        .form--investor .chosen-container .chosen-drop .chosen-results li.highlighted {
          color: #ffffff; }

.chosen-container-single .chosen-search {
  padding: 10px; }

.chosen-container-single .chosen-search input[type=text] {
  padding: 0px 50px 0px 15px;
  border: 1px solid white;
  font-family: "Montserrat", sans-serif;
  font-size: 25px;
  font-size: calc(12px + 13 * ( (100vw - 400px) / 1200));
  font-weight: 200;
  letter-spacing: 0.05em;
  color: #7797ad;
  color: #7FEDF3;
  height: 90px;
  line-height: 90px;
  background: url("../images/search.svg") no-repeat calc(100% - 20px) center; }
  @media screen and (max-width: 400px) {
    .chosen-container-single .chosen-search input[type=text] {
      font-size: 12px; } }
  @media screen and (min-width: 1600px) {
    .chosen-container-single .chosen-search input[type=text] {
      font-size: 25px; } }
  @media (max-width: 800px) {
    .chosen-container-single .chosen-search input[type=text] {
      color: #7FEDF3; } }

.footer {
  background: #323e48;
  padding: 44px 0 80px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Montserrat", sans-serif;
  font-size: calc(14px + 8 * ( (100vw - 400px) / 1200));
  color: #ffffff;
  line-height: 170%;
  font-weight: 300;
  letter-spacing: 0.025em; }
  @media screen and (max-width: 400px) {
    .footer {
      font-size: 14px; } }
  @media screen and (min-width: 1600px) {
    .footer {
      font-size: 22px; } }
  @media (max-width: 800px) {
    .footer {
      line-height: 160%; } }
  .footer .container {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .footer__col {
    width: 25%; }
    @media (max-width: 800px) {
      .footer__col {
        width: 100%; } }
  .footer .logo-drop {
    margin-bottom: 55px;
    -webkit-transform: translateY(10px);
            transform: translateY(10px); }
  .footer .linkedin {
    margin-top: 18px;
    margin-bottom: 55px; }
  .footer__address {
    margin-bottom: 30px; }
  .footer .menu-footer-menu-container {
    margin-bottom: 60px; }
    .footer .menu-footer-menu-container ul {
      list-style-type: none;
      padding: 0;
      margin: 0; }
    .footer .menu-footer-menu-container li {
      padding-left: 0; }
      .footer .menu-footer-menu-container li:before {
        display: none; }
    .footer .menu-footer-menu-container a {
      color: #ffffff;
      line-height: 170%;
      font-family: "Montserrat", sans-serif;
      font-size: calc(14px + 8 * ( (100vw - 400px) / 1200));
      color: #ffffff;
      line-height: 170%;
      font-weight: 300;
      letter-spacing: 0.025em; }
      @media screen and (max-width: 400px) {
        .footer .menu-footer-menu-container a {
          font-size: 14px; } }
      @media screen and (min-width: 1600px) {
        .footer .menu-footer-menu-container a {
          font-size: 22px; } }
      @media (max-width: 800px) {
        .footer .menu-footer-menu-container a {
          line-height: 160%; } }
  @media (max-width: 800px) {
    .footer .container {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      padding: 0 20px; }
    .footer__col {
      width: 46%; }
    .footer .logo-drop {
      -webkit-transform: translateY(5px) scale(0.5);
              transform: translateY(5px) scale(0.5); }
    .footer .linkedin {
      -webkit-transform: scale(0.75);
              transform: scale(0.75); } }

.logo-drop {
  width: 36px;
  height: 64px;
  display: block; }

.linkedin {
  width: 46px;
  height: 46px;
  display: block; }
  .linkedin img {
    width: 46px;
    height: 46px; }

.threebox {
  padding-top: 25vw;
  background: #ffffff;
  position: relative;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s; }
  .threebox:before {
    content: "";
    width: 50vw;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: url("../images//photos/investors-2b.jpg") no-repeat center;
    background-size: cover;
    background-size: contain;
    background-position: 0 -6vw; }
  .threebox__title {
    width: 100%;
    position: absolute;
    left: 0;
    top: 80px;
    top: 12.5vw;
    z-index: 3; }
  .threebox .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
  .threebox__item {
    width: 33.333333%;
    -webkit-transition-duration: 0.25s;
            transition-duration: 0.25s;
    height: 0;
    padding-bottom: 33%;
    background-color: #323e48;
    position: relative;
    opacity: .98; }
  .threebox__item-content {
    position: absolute;
    width: 100%;
    height: 100%;
    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;
    text-align: center;
    padding: 20px 5vw; }
    .threebox__item-content .t-25 {
      line-height: 160%;
      color: #d9d8d6; }
  .threebox__item-bg {
    width: auto;
    height: 35%;
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    margin: 0 auto;
    opacity: 0.2; }
  .threebox__item-cta {
    -webkit-transition-duration: 0.25s;
            transition-duration: 0.25s;
    opacity: 0;
    -webkit-transform: translateY(80px);
            transform: translateY(80px);
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    color: white;
    text-align: center;
    padding-bottom: 4.2vw;
    background: url("../images/arrow-down-boxed.svg") no-repeat center bottom;
    background-size: 3.5vw; }
    @media (max-width: 800px) {
      .threebox__item-cta {
        display: none; } }
  .threebox__item:hover .threebox__item-cta {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px); }
  @media (max-width: 1000px) {
    .threebox:before {
      background-attachment: initial;
      background-size: cover;
      background-position: bottom center; }
    .threebox .container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
    .threebox__item {
      width: 100%; } }

.top-navigation {
  width: 100%;
  height: 100px;
  position: absolute;
  z-index: 11;
  top: 41px;
  left: 0;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  pointer-events: none; }
  .top-navigation .menu-main-menu-container {
    display: inline-block;
    pointer-events: all; }
  .top-navigation ul {
    margin: 0;
    padding: 0;
    list-style-type: none; }
  .top-navigation li {
    display: inline-block;
    padding-right: 40px; }
  .top-navigation a {
    font-size: 20px;
    color: #7797ad;
    letter-spacing: 0.025em; }
    .top-navigation a:hover {
      color: #323e48;
      text-decoration: none; }
  .top-navigation .current-menu-item a {
    color: #48b9c7;
    font-weight: 500; }
  @media (max-width: 1520px) {
    .top-navigation li {
      padding-right: 20px; }
    .top-navigation a {
      font-size: 16px; } }
  .home .top-navigation {
    display: none !important; }
  @media (max-width: 1240px) {
    .top-navigation {
      display: none; } }

.values {
  background: #48b9c7;
  width: 100%;
  height: auto;
  padding-bottom: 200px; }
  .values .t-accent-40 {
    padding-top: 80px;
    margin-bottom: 25px;
    color: #323e48; }
  .values .t-80 {
    color: #ffffff;
    margin-bottom: 10px; }
    .values .t-80 span {
      color: #323e48; }
  .values .t-35 {
    margin-bottom: 120px;
    color: #ffffff; }
  .values__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
  .values__item {
    width: 100%;
    max-width: 170px;
    height: auto;
    text-align: center; }
    .values__item img {
      padding-bottom: 35px; }
    .values__item .t-25 {
      color: #ffffff; }
  @media (max-width: 800px) {
    .values {
      padding-bottom: 80px; }
      .values .t-35 {
        margin-bottom: 40px; }
      .values__list {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -ms-flex-pack: distribute;
            justify-content: space-around; }
      .values__item {
        width: 35%;
        margin-bottom: 40px; }
        .values__item img {
          padding-bottom: 20px; } }

.image-grid-flexheight {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .image-grid-flexheight__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 100%;
    overflow: hidden; }
  .image-grid-flexheight img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s; }
    .image-grid-flexheight img:hover {
      -webkit-transform: scale(1.05);
              transform: scale(1.05); }

.post {
  padding: 80px 0;
  font-family: "Montserrat", sans-serif;
  font-size: 20px; }
  .post .container {
    max-width: 1000px; }
  .post a {
    color: #48b9c7;
    text-decoration: underline; }
  .post .t-80 {
    margin-bottom: 80px; }
  .post .entry-title {
    margin-bottom: 0.5em; }
  .post .entry-meta {
    margin-bottom: 2em; }
  .post p {
    margin-bottom: 1em; }

.investor-deck-download {
  padding: 10vw 0 16vw 0;
  min-height: calc(40vh);
  background: #ffffff; }
  .investor-deck-download .container {
    max-width: 1400px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .investor-deck-download__icon {
    width: 25vw;
    margin-right: 80px; }
    .investor-deck-download__icon img {
      display: block;
      width: 100%;
      height: auto; }
  .investor-deck-download__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    .investor-deck-download__content .t-accent-40 {
      margin-bottom: 5px; }
    .investor-deck-download__content .t-80 {
      margin-bottom: 25px;
      max-width: 420px; }
  .investor-deck-download__text {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 156%;
    color: #4a4a4a;
    line-height: 1.9;
    max-width: 420px; }
    @media (min-width: 1024px) {
      .investor-deck-download__text {
        font-size: 18px;
        line-height: 170%; } }
    @media (max-width: 800px) {
      .investor-deck-download__text {
        font-size: 14px;
        line-height: 165%; } }
  @media (max-width: 800px) {
    .investor-deck-download__icon {
      display: none; } }

.heroanim {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  position: fixed;
  z-index: 5;
  top: 0; }
  @media (max-width: 1024px) {
    .heroanim {
      position: relative;
      padding-bottom: 30px; } }
  @media (max-width: 800px) {
    .heroanim {
      display: none; } }
  .heroanim__banner {
    width: 100%;
    height: 30vw;
    max-height: 498px;
    position: relative;
    z-index: 4;
    background: #48b9c7; }
    .heroanim__banner-slide {
      width: 100%;
      height: 30vw;
      max-height: 498px;
      position: absolute;
      z-index: 5;
      left: 0;
      top: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
      -webkit-transition-duration: 1s;
              transition-duration: 1s;
      text-align: center; }
      .heroanim__banner-slide.is-no-trans-duration {
        -webkit-transition-duration: 0s !important;
                transition-duration: 0s !important; }
      .heroanim__banner-slide--1 {
        background: #48b9c7;
        opacity: 1; }
      .heroanim__banner-slide--2 {
        background-image: url("../images/hero-animated/panel-background/panel-background-1.jpg"); }
        .heroanim__banner-slide--2 .heroanim__banner-bottle-bg {
          background-image: url("../images/hero-animated/bottle-background-1.png"); }
      .heroanim__banner-slide--3 {
        background-image: url("../images/hero-animated/panel-background/panel-background-2.jpg"); }
        .heroanim__banner-slide--3 .heroanim__banner-bottle-bg {
          background-image: url("../images/hero-animated/bottle-background-2.png"); }
      .heroanim__banner-slide--4 {
        background-image: url("../images/hero-animated/panel-background/panel-background-3.jpg"); }
        .heroanim__banner-slide--4 .heroanim__banner-bottle-bg {
          background-image: url("../images/hero-animated/bottle-background-3.png"); }
    .heroanim__banner.slick-initialized .slick-slide {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .heroanim__banner-copy {
      display: inline-block;
      width: 52vw;
      max-width: 864px;
      height: 12vw;
      max-height: 200px;
      margin-top: 32px; }
    .heroanim__banner-bottle {
      display: block;
      position: relative;
      z-index: 5;
      width: 11vw;
      height: 18vw;
      max-width: 183px;
      max-height: 298px;
      background: white;
      -webkit-mask-image: url("../images/hero-animated/bottle-top-white-378.svg");
              mask-image: url("../images/hero-animated/bottle-top-white-378.svg");
      -webkit-mask-position: center top;
              mask-position: center top;
      -webkit-mask-repeat: no-repeat, no-repeat;
              mask-repeat: no-repeat, no-repeat;
      -webkit-mask-size: cover;
              mask-size: cover;
      -webkit-animation: hero-bottle 10s forwards;
              animation: hero-bottle 10s forwards; }
    .heroanim__banner-bottle-bg {
      position: absolute;
      z-index: 5;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center; }
  .heroanim__bottle-lower {
    width: 11vw;
    max-width: 183px;
    height: 21.5vw;
    max-height: 355px;
    position: relative;
    overflow: hidden; }
    @media (min-width: 1660px) {
      .heroanim__bottle-lower {
        width: calc(11vw - 4px); } }
    @media (min-width: 1200px) {
      .heroanim__bottle-lower {
        width: calc(11vw - 2px); } }
  .heroanim__bottle-lines, .heroanim__bottle-glass {
    position: absolute;
    z-index: 4;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    .heroanim__bottle-lines img, .heroanim__bottle-lines video, .heroanim__bottle-glass img, .heroanim__bottle-glass video {
      width: 100%;
      max-width: 100%;
      height: auto; }
  .heroanim__bottle-lines {
    z-index: 4;
    top: -24.75vw; }
    @media (min-width: 1660px) {
      .heroanim__bottle-lines {
        top: -410px; } }
  .heroanim__bottle-glass {
    z-index: 4;
    opacity: 0;
    top: -7.5vw; }
    @media (min-width: 1660px) {
      .heroanim__bottle-glass {
        top: -119px; } }
  .heroanim__cta {
    width: 350px;
    height: 86px;
    position: absolute;
    top: 869px;
    left: 474px;
    z-index: 5; }
  .heroanim__message {
    display: block;
    margin: 0 auto;
    width: 22vw;
    max-width: 365px;
    height: 6vw;
    position: relative;
    z-index: 9; }
    .heroanim__message path#arrow {
      -webkit-transition-duration: 0.3s;
              transition-duration: 0.3s;
      opacity: 0.7; }
    .heroanim__message:hover path#arrow {
      opacity: 1; }

.sk {
  display: block;
  position: absolute;
  -webkit-transition-duration: 0;
          transition-duration: 0; }
  .sk.skrollable-after {
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    opacity: 0; }
  .sk img {
    width: 100%;
    height: auto; }
  .sk--leaf-right-bottom {
    top: 47vw;
    left: 55vw;
    width: 3.5vw;
    z-index: 5;
    -webkit-transform: rotate(70deg);
            transform: rotate(70deg); }
    @media (min-width: 1660px) {
      .sk--leaf-right-bottom {
        top: 780px;
        left: calc(50vw + 81px);
        width: 58px; } }
  .sk--cannabis {
    top: 33vw;
    left: 33vw;
    width: 7.97373vw; }
    @media (min-width: 1660px) {
      .sk--cannabis {
        top: 548px;
        left: calc(50vw - 282px);
        width: 132px; } }
  .sk--cannabis-right {
    top: 31vw;
    left: 59vw;
    width: 5.15947vw;
    -webkit-transform: rotate(50deg);
            transform: rotate(50deg); }
    @media (min-width: 1660px) {
      .sk--cannabis-right {
        top: 515px;
        left: calc(50vw + 144px);
        width: 86px; } }
  .sk--leaf-left-top {
    top: 20vw;
    left: 36vw;
    z-index: 2;
    width: 2.34vw; }
    @media (min-width: 1660px) {
      .sk--leaf-left-top {
        top: 331px;
        left: calc(50vw - 234px);
        width: 39px; } }
  .sk--leaf-right-top {
    top: 30.72233vw;
    left: 56.84803vw;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-filter: blur(4px);
            filter: blur(4px);
    width: 2.81426vw; }
    @media (min-width: 1660px) {
      .sk--leaf-right-top {
        top: 510px;
        left: calc(50vw + 113px);
        width: 47px; } }
  .sk--leaf-left-mid {
    top: 26vw;
    left: 30vw;
    width: 6.5666vw; }
    @media (min-width: 1660px) {
      .sk--leaf-left-mid {
        top: 437.6px;
        left: calc(50vw - 337px);
        width: 99px; } }
  .sk--blackberry {
    top: 22vw;
    left: 48vw;
    width: 5.62852vw; }
    @media (min-width: 1660px) {
      .sk--blackberry {
        top: 364px;
        left: calc(50vw - 35px);
        width: 93px; } }
  .sk--raspberry {
    top: 24vw;
    left: 49vw;
    width: 5.15947vw; }
    @media (min-width: 1660px) {
      .sk--raspberry {
        top: 397px;
        left: calc(50vw + 18px);
        width: 86px; } }
  .sk--lemon {
    top: 23vw;
    left: 48vw;
    width: 5.6vw; }
    @media (min-width: 1660px) {
      .sk--lemon {
        top: 381px;
        left: calc(50vw - 34px);
        width: 93px; } }
  .sk--water-splash {
    top: 28vw;
    left: 30vw;
    width: 35vw;
    z-index: 1;
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
    opacity: 0.85; }
    @media (min-width: 1660px) {
      .sk--water-splash {
        top: 465px;
        width: 581px;
        left: calc(50vw - 332px); } }
  .sk--bubbles-1 {
    top: 39.3vw;
    left: 62.2vw;
    width: 4.7vw;
    height: auto; }
    @media (min-width: 1660px) {
      .sk--bubbles-1 {
        top: 651px;
        left: calc(50vw + 200px);
        width: 78px; } }
  .sk--bubbles-2 {
    top: 35.6vw;
    left: 36.5vw;
    width: 4.7vw;
    height: auto; }
    @media (min-width: 1660px) {
      .sk--bubbles-2 {
        top: 592px;
        left: calc(50vw - 225px);
        width: 78px; } }
  .sk--bubbles-3 {
    top: 27vw;
    left: 49vw;
    width: 4.7vw;
    height: auto; }
    @media (min-width: 1660px) {
      .sk--bubbles-3 {
        top: 447px;
        left: calc(50vw -18px);
        width: 78px; } }
  .sk--plus-green {
    z-index: 3;
    top: 36.11632vw;
    left: 28.70544vw;
    width: 2.90807vw;
    height: 2.62664vw; }
    @media (min-width: 1660px) {
      .sk--plus-green {
        top: 594px;
        left: calc(50vw - 358px);
        width: 48px; } }
  .sk--plus-red {
    z-index: 3;
    top: 43.15197vw;
    left: 68.24578vw;
    width: 4.12758vw;
    height: 3.56473vw; }
    @media (min-width: 1660px) {
      .sk--plus-red {
        top: 716px;
        left: calc(50vw + 296px);
        width: 69px; } }
  .sk--plus-gray {
    z-index: 3;
    top: 30.4878vw;
    left: 60.5vw;
    width: 1.5vw;
    height: 1.68856vw; }
    @media (min-width: 1660px) {
      .sk--plus-gray {
        top: 506px;
        left: calc(50vw + 173px);
        width: 25px; } }

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

.heroanim-mobile__panel {
  position: relative;
  width: 100%;
  height: auto;
  height: calc(50vh - (62px / 2));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.heroanim-mobile__panelslide {
  position: absolute;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  opacity: 0; }
  .heroanim-mobile__panelslide--1 {
    opacity: 1;
    background-color: #48b9c7; }
  .heroanim-mobile__panelslide--2 {
    background-image: url("../images/hero-animated/panel-background/panel-background-1.jpg"); }
    .is-animation-running .heroanim-mobile__panelslide--2 {
      -webkit-animation: fade-in 1s forwards;
              animation: fade-in 1s forwards;
      -webkit-animation-delay: 3s;
              animation-delay: 3s; }
      .is-animation-running .heroanim-mobile__panelslide--2 .heroanim-mobile__bottle-background {
        background-image: url("../images/hero-animated/bottle-background-1.png"); }
  .heroanim-mobile__panelslide--3 {
    background-image: url("../images/hero-animated/panel-background/panel-background-2.jpg"); }
    .is-animation-running .heroanim-mobile__panelslide--3 {
      -webkit-animation: fade-in 1s forwards;
              animation: fade-in 1s forwards;
      -webkit-animation-delay: 6s;
              animation-delay: 6s; }
      .is-animation-running .heroanim-mobile__panelslide--3 .heroanim-mobile__bottle-background {
        background-image: url("../images/hero-animated/bottle-background-2.png"); }
  .heroanim-mobile__panelslide--4 {
    background-image: url("../images/hero-animated/panel-background/panel-background-3.jpg"); }
    .is-animation-running .heroanim-mobile__panelslide--4 {
      -webkit-animation: fade-in 1s forwards;
              animation: fade-in 1s forwards;
      -webkit-animation-delay: 9s;
              animation-delay: 9s; }
      .is-animation-running .heroanim-mobile__panelslide--4 .heroanim-mobile__bottle-background {
        background-image: url("../images/hero-animated/bottle-background-3.png"); }

.heroanim-mobile__heading {
  width: 100%;
  padding: 40px;
  color: white;
  font-size: 20px;
  line-height: 130%;
  text-align: center;
  letter-spacing: 0.025em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .heroanim-mobile__heading--1 {
    font-size: 28px; }

.heroanim-mobile__bottle {
  width: 22vw;
  height: 36vw;
  background: white;
  -webkit-mask-image: url("../images/hero-animated/bottle-top-white-378.svg");
          mask-image: url("../images/hero-animated/bottle-top-white-378.svg");
  -webkit-mask-position: center top;
          mask-position: center top;
  -webkit-mask-repeat: no-repeat, no-repeat;
          mask-repeat: no-repeat, no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
  position: relative; }

.heroanim-mobile__bottle-background {
  position: absolute;
  z-index: 5;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }

.heroanim-mobile__lower {
  width: 100%;
  height: calc(50vh - (62px / 2));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.heroanim-mobile__flying-elements {
  width: 100%;
  height: 53vw;
  background: url("../images/hero-animated/mobile/hero-mobile-background.png") no-repeat center top;
  background-size: 200vw auto; }

.heroanim-mobile__message {
  display: block;
  width: 60vw;
  max-width: 300px;
  margin: 0 auto;
  height: auto;
  position: relative;
  z-index: 9; }
  .heroanim-mobile__message path#arrow {
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s; }
  .heroanim-mobile__message:hover path#arrow {
    opacity: 1; }

@media (min-width: 800px) {
  .js-image-grid .image-grid-flexheight__item,
  .js-image-grid--b .image-grid-flexheight__item {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    -ms-flex-preferred-size: auto;
        flex-basis: auto; }
  .js-image-grid img,
  .js-image-grid--b img {
    opacity: 0;
    height: auto;
    position: relative;
    display: none; }
  .js-image-grid .u-25-vw,
  .js-image-grid .u-50-vw,
  .js-image-grid--b .u-25-vw,
  .js-image-grid--b .u-50-vw {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; } }

.stock-symbol {
  display: block;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  -webkit-transform: translate3d(0, -38px, 0);
          transform: translate3d(0, -38px, 0); }
  @media (max-width: 800px) {
    .stock-symbol {
      width: 205px;
      height: 56px;
      -webkit-transform: translate3d(0, -27px, 0);
              transform: translate3d(0, -27px, 0); } }

.investor-global {
  margin-bottom: 100px; }
  @media (max-width: 800px) {
    .investor-global {
      margin-bottom: 0px; } }
  @media (max-width: 800px) {
    .investor-global .wysiwyg {
      font-family: "Montserrat", sans-serif;
      font-size: 20px; }
      .investor-global .wysiwyg p {
        font-family: "Montserrat", sans-serif;
        font-size: 20px; } }
  .investor-global__banner {
    font-size: 0;
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    max-height: 320px;
    width: 100%;
    height: auto; }
    @media (min-width: 1024px) {
      .investor-global__banner {
        max-height: 440px; } }
    @media (max-width: 800px) {
      .investor-global__banner {
        height: 70vw;
        width: 100%; } }
  .investor-global__content {
    position: relative;
    padding: 0 60px;
    margin-top: -70px; }
    @media (max-width: 800px) {
      .investor-global__content {
        margin-top: 0px;
        padding: 0 0px; } }
  .investor-global__top, .investor-global__bottom {
    max-width: 1440px;
    margin: 0 auto; }
  .investor-global__top {
    background: #1C2B39;
    font-family: "Montserrat", sans-serif;
    font-size: calc(20px + 4 * ( (100vw - 400px) / 1200));
    font-size: 24px;
    font-weight: 100;
    line-height: 120%;
    color: #48b9c7;
    padding: 47px 50px 42px 50px; }
    @media screen and (max-width: 400px) {
      .investor-global__top {
        font-size: 20px; } }
    @media screen and (min-width: 1600px) {
      .investor-global__top {
        font-size: 24px; } }
    @media (min-width: 1024px) {
      .investor-global__top {
        font-size: 30px; } }
    @media (max-width: 800px) {
      .investor-global__top {
        font-size: 20px; } }
    @media (max-width: 800px) {
      .investor-global__top {
        color: #ffffff;
        padding: 25px 40px; } }
  .investor-global__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background: #48b9c7;
    padding: 22px 50px; }
    .investor-global__bottom .t-18 {
      color: #ffffff; }
    @media (min-width: 1024px) {
      .investor-global__bottom {
        padding: 35px 75px 65px 75px; } }
    @media (max-width: 800px) {
      .investor-global__bottom {
        padding: 25px 40px;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
  .investor-global__column:nth-child(1), .investor-global__column:nth-child(3) {
    width: 40%; }
  .investor-global__column:nth-child(2) {
    padding-top: 18px; }
    @media (min-width: 1024px) {
      .investor-global__column:nth-child(2) {
        padding-top: 50px; } }
  @media (max-width: 800px) {
    .investor-global__column:nth-child(1) {
      width: 68.75%; }
    .investor-global__column:nth-child(2) {
      width: 18.75%; }
    .investor-global__column:nth-child(3) {
      width: 100%;
      margin-top: 20px; } }
  .investor-global__mark {
    width: auto;
    max-width: 100%; }
    @media (min-width: 1024px) {
      .investor-global__mark {
        height: 290px;
        width: auto; } }
    @media (max-width: 800px) {
      .investor-global__mark {
        margin-top: 10px; } }
  .investor-global__heading {
    margin-bottom: 20px; }
    @media (min-width: 1024px) {
      .investor-global__heading {
        margin-bottom: 40px; } }
  .investor-global__icon {
    width: 30px;
    height: 30px;
    height: auto;
    margin-right: 15px;
    -webkit-transform: translateY(8px);
            transform: translateY(8px); }
    @media (min-width: 1024px) {
      .investor-global__icon {
        width: 42px;
        height: 42px; } }

.feed {
  padding: 75px 40px 65px 40px;
  height: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .feed--investors {
    background: #b8b8b8;
    color: white; }
  @media (min-width: 1024px) {
    .feed {
      padding: 110px 40px 120px 40px; } }
  @media (max-width: 800px) {
    .feed {
      padding: 50px 40px 40px 40px; } }
  .feed__heading {
    font-family: "Montserrat", sans-serif;
    font-size: 30px;
    font-weight: 200;
    line-height: 125%;
    font-weight: 100;
    padding-bottom: 30px; }
    @media (min-width: 1024px) {
      .feed__heading {
        font-size: 36px; } }
    @media (max-width: 800px) {
      .feed__heading {
        font-size: 24px; } }
    @media (min-width: 1024px) {
      .feed__heading {
        padding-bottom: 38px; } }
  .feed a:not(.button) {
    color: #ffffff;
    text-decoration: none; }
  .feed__list {
    display: inline-block; }
  .feed__item {
    width: 100%;
    display: block;
    margin: 0 auto;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 156%; }
    @media (min-width: 1024px) {
      .feed__item {
        font-size: 18px;
        line-height: 170%; } }
    @media (max-width: 800px) {
      .feed__item {
        font-size: 14px;
        line-height: 165%; } }
    .feed__item:hover .feed__item__title {
      text-decoration: underline; }
  .feed__item__date {
    margin-bottom: 5px;
    font-weight: bold; }
  .feed__item__title {
    line-height: 165%;
    margin-bottom: 26px;
    font-weight: 200; }
    @media (min-width: 1024px) {
      .feed__item__title {
        margin-bottom: 18px; } }
    @media (max-width: 800px) {
      .feed__item__title {
        margin-bottom: 31px; } }
  .feed .button {
    margin-top: 11px;
    display: inline-block; }
    @media (min-width: 1024px) {
      .feed .button {
        margin-top: 30px; } }
    @media (max-width: 800px) {
      .feed .button {
        margin-top: -10px; } }

.post-tease {
  margin-bottom: 30px;
  text-align: center; }
  .post-tease:hover {
    text-decoration: none; }
  .post-tease__category {
    font-size: 12px;
    color: #b8b8b8;
    text-transform: uppercase;
    margin-bottom: 12px; }
  .post-tease__date {
    font-size: 16px;
    color: #48b9c7;
    margin-bottom: 10px;
    font-weight: 400; }
  .post-tease__title {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 100;
    color: #1C2B39;
    margin-bottom: 50px; }
    @media (max-width: 800px) {
      .post-tease__title {
        font-size: 20px; } }

.wysiwyg * {
  line-height: 150%; }

.wysiwyg p {
  margin-bottom: 20px;
  font-family: "Montserrat", sans-serif;
  font-size: 20px; }

.wysiwyg strong {
  font-weight: bold; }

.wysiwyg li {
  margin-bottom: 13px; }

.cta-document-downloads {
  width: 100%;
  width: 100%;
  max-width: calc(1630px + (40px * 2));
  padding: 0 40px;
  margin: 0 auto;
  display: block;
  position: relative;
  zoom: 1;
  background: #ffffff;
  padding-top: 80px;
  padding-bottom: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .cta-document-downloads:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  @media (max-width: 800px) {
    .cta-document-downloads {
      padding: 0 40px; } }
  .cta-document-downloads__col {
    width: 50%;
    text-align: center; }
  .cta-document-downloads__icon {
    margin-bottom: 26px;
    min-height: 75px;
    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; }
  .cta-document-downloads__heading {
    font-family: "Montserrat", sans-serif;
    font-size: 36px;
    font-weight: 300;
    color: #48b9c7;
    font-weight: 200;
    margin-bottom: 23px; }
    @media (max-width: 800px) {
      .cta-document-downloads__heading {
        font-size: 30px; } }
  .cta-document-downloads__content {
    max-width: 380px;
    display: block;
    margin: 0 auto 36px auto; }
  .cta-document-downloads .button {
    display: inline-block; }
  @media (max-width: 800px) {
    .cta-document-downloads {
      padding-top: 40px;
      padding-bottom: 90px;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .cta-document-downloads__col {
        width: 100%; }
        .cta-document-downloads__col:first-child {
          margin-bottom: 100px; } }

.form-simple {
  width: 100%; }
  .form-simple form {
    margin-top: 30px; }
  .form-simple ul {
    margin: 0;
    padding: 0;
    list-style-type: none; }
  .form-simple .mc-field-group {
    position: relative; }
  .form-simple input[type="text"],
  .form-simple input[type="email"] {
    width: 100%;
    max-width: 325px;
    height: 54px;
    background: #DFE0E1;
    padding: 0 10px 0 20px;
    margin-bottom: 20px;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 156%;
    color: #4a4a4a;
    line-height: 54px;
    border: 0px; }
    @media (min-width: 1024px) {
      .form-simple input[type="text"],
      .form-simple input[type="email"] {
        font-size: 18px;
        line-height: 170%; } }
    @media (max-width: 800px) {
      .form-simple input[type="text"],
      .form-simple input[type="email"] {
        font-size: 14px;
        line-height: 165%; } }
  .form-simple input[type="checkbox"] {
    display: none; }
  .form-simple__optin {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 15px; }
    .form-simple__optin strong {
      padding-right: 20px; }
  .form-simple .error-message {
    color: #f23d2f; }
  .form-simple input[type="submit"] {
    background: white; }
    .form-simple input[type="submit"]:hover {
      color: #48b9c7; }
  .form-simple .button.button--185.button--rounded:hover {
    cursor: pointer;
    text-decoration: none;
    background: #48b9c7;
    color: white; }
  @media (max-width: 800px) {
    .form-simple .button.button--185.button--rounded {
      width: 185px;
      height: 46px;
      line-height: 42px; } }
  .form-simple__notification {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 156%;
    margin: 20px 0; }
    @media (min-width: 1024px) {
      .form-simple__notification {
        font-size: 18px;
        line-height: 170%; } }
    @media (max-width: 800px) {
      .form-simple__notification {
        font-size: 14px;
        line-height: 165%; } }

.checkbox__fancy {
  min-width: 100px;
  width: 100px;
  height: 50px;
  display: inline-block;
  position: relative;
  z-index: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border-radius: 50px;
  background: #41acb9; }
  .checkbox__fancy:hover {
    cursor: pointer; }
  .checkbox__fancy:after {
    content: "";
    -webkit-transition-duration: 0.25s;
            transition-duration: 0.25s;
    position: absolute;
    z-index: 2;
    left: 50px;
    top: 0;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background: #d9d8d6; }

.checkbox__yes,
.checkbox__no {
  pointer-events: none;
  font-size: 20px;
  font-weight: 300;
  color: #ffffff;
  position: absolute;
  z-index: 3;
  top: 14px;
  left: 18px; }

.checkbox__no {
  left: 68px;
  color: #48b9c7;
  font-weight: 500; }

input.checkbox__input:checked + label.checkbox__fancy:after {
  left: 0px; }

input.checkbox__input:checked + label.checkbox__fancy .checkbox__yes {
  font-weight: 500;
  color: #48b9c7; }

input.checkbox__input:checked + label.checkbox__fancy .checkbox__no {
  font-weight: 300;
  color: #ffffff; }

.stock-ticker {
  position: absolute;
  right: 0;
  top: 120px;
  width: auto;
  height: 110px;
  overflow: hidden;
  background: #1A2632;
  padding: 5px 15px 20px 15px; }
  @media (max-width: 800px) {
    .stock-ticker {
      display: none; } }

.archive__heading {
  color: #48b9c7;
  font-size: 32px;
  font-family: "CgHollandTitle", serif;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-weight: 200; }
  @media (max-width: 800px) {
    .archive__heading {
      font-size: 20px;
      margin-bottom: 10px; } }

.archive__subheading {
  color: #1C2B39;
  font-size: 24px;
  max-width: 400px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  line-height: 1.3;
  font-weight: 200; }
  @media (max-width: 800px) {
    .archive__subheading {
      font-size: 20px;
      margin-bottom: 30px; } }

.archive__contact {
  font-size: 16px;
  color: #48b9c7;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-weight: 400;
  display: block; }

.archive__email {
  font-size: 16px;
  color: #B8B8B8;
  font-weight: 200;
  margin-bottom: 90px;
  display: inline-block; }
  @media (max-width: 800px) {
    .archive__email {
      margin-bottom: 75px; } }

.media-tease {
  text-align: center;
  margin: auto;
  background-color: rgba(50, 62, 72, 0.8);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  padding: 15px; }
  .media-tease:hover, .media-tease:focus {
    text-decoration: none !important;
    background-color: #48b9c7; }
  .media-tease__date {
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 10px; }
  .media-tease__title {
    color: #ffffff;
    margin: 0 20px; }
    @media (min-width: 1024px) {
      .media-tease__title {
        font-size: 24px; } }

.archive--media {
  padding: 60px; }
  @media (max-width: 1200px) {
    .archive--media {
      padding: 30px; } }

.media-grid {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media (max-width: 600px) {
    .media-grid {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .media-grid-col {
    width: 33.3%;
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-bottom: 30px; }
    @media (max-width: 1000px) {
      .media-grid-col {
        width: 50%; } }
    @media (max-width: 600px) {
      .media-grid-col {
        width: 100%; } }
  .media-grid-item {
    display: block;
    position: relative;
    background-size: cover;
    background-position: center center; }
    .media-grid-item:before {
      display: block;
      content: "";
      width: 100%;
      padding-top: 100%; }
    .media-grid-item .inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }
