/*  ==========================================================================
    ==========================================================================

    Main
    1. NPM/Bower Components
    2. Helpers
    3. Base
    4. Components
    5. Layout
    6. Pages
    7. Vendor
    8. Shame

    CSS FORMATTING
    1. Positioning
    2. Display & Box Model
    3. Text
    4. Other

    ==========================================================================
    ========================================================================== */
/*  ========================================================================== 
	1. NPM/Bower Components
    ========================================================================== */
/*  Normalize
	========================================================================== */
/*  ========================================================================== */
/*  General
    ========================================================================== */
/*  ==========================================================================
    ==========================================================================



    ==========================================================================
    ========================================================================== */
/*  ========================================================================== 
    Colours
    ========================================================================== */
/*  ==========================================================================
    Break Menu
    ========================================================================== */
/*  ==========================================================================
    horizontal Margin
    ========================================================================== */
/*  ==========================================================================
    Vertical spaces
    ========================================================================== */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,600,700|Oswald:500,600");
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

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

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

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

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

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

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

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

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

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

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

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

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

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

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/*  ==========================================================================
    ==========================================================================

    General
    - Base Styles 
    - Images
    - Loader

    CSS FORMATTING
    1. Positioning
    2. Display & Box Model
    3. Text
    4. Other

    ==========================================================================
    ========================================================================== */
/*  ========================================================================== 
    Base Styles opinionated defaults 
    ========================================================================== */
html,
body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  float: left;
  max-width: 100%;
  max-height: 100%; }

/*
    

/*
    * Remove the gap between audio, canvas, iframes,
    * images, videos and the bottom of their containers:
    * https://github.com/h5bp/html5-boilerplate/issues/440
*/
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #707070; }

/*  ==========================================================================
    Sections
    ========================================================================== */
.section, .centered-section {
  height: auto;
  padding: 50px 15px 100px 15px;
  max-width: 1300px;
  margin: auto; }
  @media screen and (max-width: 930px) {
    .section, .centered-section {
      padding: 30px 0px;
      width: 100%;
      max-width: none; } }

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

@media screen and (max-width: 930px) {
  .section h1, .section h2 {
    max-width: 300px; } }

@media screen and (max-width: 930px) {
  .centered-section:last-child, section:last-child {
    padding-bottom: 0px; } }

/*  ==========================================================================
    dividers
    ========================================================================== */
.triangle-divider-grey, .triangle-divider-blue-up, .triangle-divider-blue-down, .triangle-divider-light-grey, .triangle-divider-white {
  width: 0;
  height: 0;
  border-style: solid; }

.triangle-divider-grey, .triangle-divider-light-grey, .triangle-divider-white, .triangle-divider-blue-up {
  border-width: 90px 0 0 100vw;
  margin-top: -90px;
  z-index: 500;
  position: relative; }
  @media screen and (max-width: 1270px) {
    .triangle-divider-grey, .triangle-divider-light-grey, .triangle-divider-white, .triangle-divider-blue-up {
      border-width: 90px 0 0 100vw; } }

.triangle-divider-blue-down {
  border-width: 90px 100vw 0 0;
  border-color: #101D2F transparent transparent transparent; }
  @media screen and (max-width: 1270px) {
    .triangle-divider-blue-down {
      border-width: 90px 100vw 0 0; } }

.triangle-divider-grey {
  border-color: transparent transparent transparent #E2E3E6; }

.triangle-divider-white {
  border-color: transparent transparent transparent #fff;
  margin-bottom: 40px; }
  @media screen and (max-width: 768px) {
    .triangle-divider-white {
      display: none; } }

.triangle-divider-light-grey {
  border-color: transparent transparent transparent #F0F1F5; }

.triangle-divider-blue-up {
  border-color: transparent transparent transparent #101D2F; }

/*  Include fonts
	========================================================================== */
/*  
   

/*  HTML & BODY
    ========================================================================== */
html {
  font-family: "Montserrat", sans-serif; }

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/*  Titles
    ========================================================================== */
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0; }

h1, h5 {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase; }

h2, h3, h4, p {
  font-family: "Montserrat", sans-serif; }

.h1-light, .h1-dark, .h1-mint {
  font-weight: 500;
  font-size: 80px;
  letter-spacing: -0.05em;
  line-height: 90px;
  margin-bottom: 60px; }
  @media screen and (max-width: 930px) {
    .h1-light, .h1-dark, .h1-mint {
      font-size: 37px;
      line-height: 41px;
      margin-bottom: 20px; } }

.h1-light {
  color: #E2E3E6; }
  @media screen and (max-width: 930px) {
    .h1-light {
      padding: 0px 15px; } }

.h1-mint {
  color: #8BC3C0; }

.h1-dark {
  color: #101D2F; }
  @media screen and (max-width: 930px) {
    .h1-dark {
      padding: 0px 15px; } }

.h2-light, .h2-dark {
  font-weight: 300;
  font-size: 20px;
  letter-spacing: 0.01em;
  line-height: 30px;
  text-transform: uppercase; }
  @media screen and (max-width: 930px) {
    .h2-light, .h2-dark {
      font-size: 13px;
      line-height: 19px;
      padding: 0px 15px; } }

.h2-light {
  color: #E2E3E6; }
  @media screen and (max-width: 930px) {
    .h2-light {
      padding: 0px 15px; } }

.h2-dark {
  color: #707070; }
  @media screen and (max-width: 930px) {
    .h2-dark {
      padding: 0px 15px; } }

.h3-light {
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 24px;
  color: #8BC3C0;
  text-transform: uppercase; }
  @media screen and (max-width: 930px) {
    .h3-light {
      font-size: 12px;
      padding: 0px 15px; } }

.h4-light, .h4-dark {
  font-weight: 300;
  font-size: 20px;
  letter-spacing: 0.02em;
  line-height: 30px;
  text-align: left;
  margin: 15px 0; }
  @media screen and (max-width: 930px) {
    .h4-light, .h4-dark {
      font-size: 13px;
      line-height: 19px;
      padding-left: 15px; } }

.h4-light {
  color: #E2E3E6; }
  @media screen and (max-width: 930px) {
    .h4-light {
      padding-left: 15px; } }

.h4-dark {
  color: #707070; }
  @media screen and (max-width: 930px) {
    .h4-dark {
      padding-left: 15px; } }

h5 {
  font-weight: normal;
  font-size: 20px;
  letter-spacing: -0.01em;
  line-height: 24px;
  color: #101D2F;
  text-transform: uppercase; }
  @media screen and (max-width: 930px) {
    h5 {
      font-size: 15px; } }

h6 {
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 24px;
  text-align: left;
  color: #101D2F; }

.p-light, .p-dark {
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
  text-align: left; }
  @media screen and (max-width: 930px) {
    .p-light, .p-dark {
      font-size: 13px;
      line-height: 19px; } }

.p-light {
  color: #E2E3E6; }

.p-dark {
  color: #707070; }

/*  ========================================================================== 
    Menu
    ========================================================================== */
.menu-primary-light {
  background-color: white;
  position: relative;
  margin: 0;
  height: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: auto;
  height: 80px;
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.5s ease-in-out; }
  .menu-primary-light.scrollUp {
    transform: translateY(-80px); }
    @media screen and (max-width: 768px) {
      .menu-primary-light.scrollUp {
        transform: translateY(0px);
        height: 50px; } }
    @media screen and (max-width: 768px) {
      .menu-primary-light.scrollUp .logo img {
        width: 85px; } }
  .menu-primary-light .logo img {
    width: 129px;
    height: 42px;
    transition: all 0.5s ease-in-out; }
  @media screen and (max-width: 768px) {
    .menu-primary-light {
      background-color: white;
      position: fixed;
      z-index: 9999; } }
  .menu-primary-light .desktop-menu-items a {
    color: #707070; }
  .menu-primary-light .desktop-menu-items .selected {
    color: #101D2F; }
  .menu-primary-light .desktop-menu-items .special {
    color: #EDA28D; }
  .menu-primary-light .logo {
    margin-left: 40px; }
    @media screen and (max-width: 768px) {
      .menu-primary-light .logo {
        margin-left: 20px; } }
  .menu-primary-light .hamburguer-icon {
    display: none;
    margin-top: 0px; }
    @media screen and (max-width: 768px) {
      .menu-primary-light .hamburguer-icon {
        padding-right: 20px;
        display: inline-block; }
        .menu-primary-light .hamburguer-icon img {
          width: 25px;
          height: 25px; } }
  .menu-primary-light .desktop-menu-items {
    right: 0;
    margin: 0;
    list-style-type: none;
    display: inline-block; }
    @media screen and (min-width: 1270px) {
      .menu-primary-light .desktop-menu-items {
        padding-right: 48px; } }
    @media screen and (min-width: 1270px) {
      .menu-primary-light .desktop-menu-items .menu-primary-light .logo {
        padding-left: 48px; } }
    .menu-primary-light .desktop-menu-items li {
      display: inline;
      margin-left: 48px; }
    @media screen and (max-width: 2100px) {
      .menu-primary-light .desktop-menu-items {
        padding-right: 40px; } }
    @media screen and (max-width: 930px) {
      .menu-primary-light .desktop-menu-items li {
        margin-left: 18px; }
        .menu-primary-light .desktop-menu-items li a {
          font-size: 14px; } }
    @media screen and (max-width: 768px) {
      .menu-primary-light .desktop-menu-items {
        display: none; } }
  .menu-primary-light a {
    font-family: "Oswald", sans-serif;
    font-weight: normal;
    font-size: 16px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    text-decoration: none;
    color: white;
    transition: 0.5s; }
  .menu-primary-light a:hover {
    color: #101D2F; }
  .menu-primary-light .special:hover {
    color: #101D2F; }
  .menu-primary-light .menu-mobile {
    z-index: 3000;
    width: 100%;
    height: 100vh;
    background-color: #E2E3E6;
    position: fixed;
    opacity: 0;
    display: none;
    flex-direction: column;
    top: 0; }
    .menu-primary-light .menu-mobile .close-icon {
      margin: 0px;
      position: absolute;
      right: 23px;
      top: 25px; }
      .menu-primary-light .menu-mobile .close-icon img {
        height: 20px; }
    .menu-primary-light .menu-mobile .wrapper {
      margin: auto; }
      .menu-primary-light .menu-mobile .wrapper .logo {
        width: 129px !important;
        margin: auto;
        display: block;
        text-align: center; }
      .menu-primary-light .menu-mobile .wrapper .mobile-menu-items {
        margin-top: 30px;
        margin-bottom: 30px;
        list-style: none;
        text-align: center;
        padding: 0; }
        @media screen and (min-width: 768px) {
          .menu-primary-light .menu-mobile .wrapper .mobile-menu-items {
            margin-top: 50px;
            margin-bottom: 40px; } }
        .menu-primary-light .menu-mobile .wrapper .mobile-menu-items li {
          margin-top: 15px; }
          @media screen and (min-width: 768px) {
            .menu-primary-light .menu-mobile .wrapper .mobile-menu-items li {
              margin-top: 20px; } }
          .menu-primary-light .menu-mobile .wrapper .mobile-menu-items li a {
            color: #101D2F; }
            @media screen and (min-width: 768px) {
              .menu-primary-light .menu-mobile .wrapper .mobile-menu-items li a {
                font-size: 25px; } }
          .menu-primary-light .menu-mobile .wrapper .mobile-menu-items li .selected {
            color: #EDA28D !important; }
      .menu-primary-light .menu-mobile .wrapper .mobile-footer-items {
        list-style: none;
        text-align: center;
        margin: 10px auto;
        margin-bottom: 30px;
        padding: 0;
        float: none;
        width: 75%; }
        @media screen and (min-width: 768px) {
          .menu-primary-light .menu-mobile .wrapper .mobile-footer-items {
            margin-top: 70px; } }
        .menu-primary-light .menu-mobile .wrapper .mobile-footer-items li {
          margin: 15px auto;
          width: 50%;
          float: left; }
          .menu-primary-light .menu-mobile .wrapper .mobile-footer-items li a {
            color: #707070;
            font-size: 12px; }
            @media screen and (min-width: 768px) {
              .menu-primary-light .menu-mobile .wrapper .mobile-footer-items li a {
                font-size: 15px; } }
          .menu-primary-light .menu-mobile .wrapper .mobile-footer-items li .selected {
            color: #EDA28D !important; }
      .menu-primary-light .menu-mobile .wrapper hr {
        width: 300px;
        margin: auto; }
      .menu-primary-light .menu-mobile .wrapper .social-icons {
        text-align: center;
        margin-top: 20px;
        padding: 0;
        float: left;
        width: 100%; }
        .menu-primary-light .menu-mobile .wrapper .social-icons li {
          display: inline;
          margin: 0 5px; }
      .menu-primary-light .menu-mobile .wrapper .cw-logo {
        display: block;
        margin: auto;
        width: 130px;
        margin-top: 30px; }

/*  ========================================================================== 
    1. Brand Shape
    ========================================================================== */
/*  ========================================================================== 
    1. Buttons 
    ========================================================================== */
.button-primary {
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  font-size: 20px;
  text-align: left;
  text-transform: uppercase;
  margin-top: 60px; }
  .button-primary a {
    text-decoration: none;
    color: #707070;
    transition: 0.5s; }
  .button-primary a:hover {
    color: #101D2F; }
  .button-primary span {
    color: #EDA28D;
    padding-left: 5px; }
  @media screen and (max-width: 930px) {
    .button-primary {
      font-size: 15px;
      margin-top: 20px;
      padding-left: 15px; } }

.dark-wrapper .button-primary a {
  color: white; }
.dark-wrapper .button-primary a:hover {
  color: #E2E3E6; }

.button-secondary {
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  font-size: 20px;
  text-align: center;
  background-color: #EDA28D;
  display: inline-block;
  padding: 14px 25px;
  margin: auto;
  color: white;
  text-decoration: none;
  transition: 0.5s; }
  @media screen and (max-width: 930px) {
    .button-secondary {
      font-size: 15px;
      padding: 12px 20px; } }

.button-secondary:hover {
  background-color: #CB8C7A; }

 /*  ========================================================================== 
1. Wraper
========================================================================== */
.dark-wrapper {
  background-color: #101D2F; }
  .dark-wrapper .button-primary {
    color: #E2E3E6; }

.grey-wrapper {
  background-color: #F0F1F5; }
  @media screen and (max-width: 768px) {
    .grey-wrapper {
      padding: 0px 10px; } }

.dark-grey-wrapper {
  background-color: #5C615F; }

/*  ========================================================================== 
1. Container-text
========================================================================== */
.container-text {
  max-width: 390px;
  padding: 0 20px; }
  @media screen and (max-width: 1270px) {
    .container-text {
      max-width: 100%;
      padding: 0px 0px; } }

 /*  ========================================================================== 
1. Parallax images
========================================================================== */
/*
.images-m {
@media screen and (min-width: $break-small-screems) {
    display: none;
    }
    img {
    @media screen and (max-width: $break-small-screems) {
        width: 100%;
    }    
    }   
}
*/
/*  ========================================================================== 
1. Footer
========================================================================== */
.triangle-divider-footer {
  z-index: 500;
  position: relative; }
  @media screen and (max-width: 768px) {
    .triangle-divider-footer {
      display: none; } }

footer {
  padding: 0 30px;
  z-index: 500;
  position: relative;
  background-color: #E2E3E6; }
  @media screen and (max-width: 1270px) {
    footer {
      padding: 0 40px; } }
  @media screen and (max-width: 768px) {
    footer {
      display: none; } }
  footer a {
    text-decoration: none; }
  footer .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    footer .row ul {
      padding: 0;
      list-style-type: none; }
      footer .row ul li {
        margin: 14px 0;
        text-transform: uppercase; }
        footer .row ul li a {
          color: #707070; }
          @media screen and (max-width: 2100px) {
            footer .row ul li a {
              font-size: 13px; } }
    footer .row .col {
      flex-grow: 1;
      flex-basis: 0; }
      @media screen and (max-width: 2100px) {
        footer .row .col p {
          font-size: 13px;
          line-height: 24px; } }
      footer .row .col p .bold {
        font-weight: bold; }
      footer .row .col p a {
        color: #707070; }
    footer .row .col:nth-child(3) {
      text-align: right;
      margin-top: 235px;
      display: block; }
  footer .menu-secondary-small {
    margin: 12px 0; }
    footer .menu-secondary-small a {
      font-size: 12px;
      color: #707070; }
    footer .menu-secondary-small .divider-vertical {
      display: inline-block;
      height: 11px;
      width: 1px;
      margin: 0 10px;
      background-color: #707070; }
  footer .social-icons {
    margin: 12px 0;
    list-style-type: none; }
    footer .social-icons li {
      display: inline; }
      footer .social-icons li a {
        margin-left: 12px; }
  footer .section {
    padding-bottom: 0; }

.dark-footer {
  background-color: #101D2F;
  color: #E2E3E6; }
  .dark-footer p {
    color: #E2E3E6; }
  .dark-footer h6 {
    color: #8BC3C0; }
  .dark-footer .row ul li a {
    color: #E2E3E6; }
  .dark-footer .row .col p a {
    color: #E2E3E6; }
  .dark-footer .menu-secondary-small a {
    color: #E2E3E6; }

/*  ========================================================================== 
    HERO
    ========================================================================== */
@media screen and (max-width: 1270px) {
  .section-workspace .container-text {
    max-width: 390px;
    padding: 0px 0px; } }

.hero {
  display: flex;
  min-height: auto;
  justify-content: space-between;
  max-width: 2000px;
  margin: auto;
  padding: 100px 100px; }
  @media screen and (max-width: 1270px) {
    .hero {
      padding: 100px 80px; } }
  @media screen and (max-width: 930px) {
    .hero {
      flex-direction: column;
      padding: 100px 0px 30px 0px;
      margin-top: 0px; } }
  @media screen and (max-width: 768px) {
    .hero {
      flex-direction: column-reverse;
      padding: 50px 0px 30px;
      margin-top: 30px;
      min-height: auto; } }
  .hero .container-text {
    padding: 0;
    padding-top: 20px;
    margin-right: -50px;
    z-index: 20; }
    @media screen and (max-width: 930px) {
      .hero .container-text {
        margin-bottom: 0px;
        padding-bottom: 20px; } }
    @media screen and (max-width: 1270px) {
      .hero .container-text h1 {
        margin-right: -50px;
        font-size: 60px;
        line-height: 60px; } }
    @media screen and (max-width: 930px) {
      .hero .container-text h1 {
        margin-right: 0px;
        font-size: 37px;
        line-height: 41px;
        margin-bottom: 20px; } }
    .hero .container-text h2 {
      color: #8BC3C0; }
      @media screen and (max-width: 1270px) {
        .hero .container-text h2 {
          font-size: 20px;
          line-height: 25px; } }
      @media screen and (max-width: 930px) {
        .hero .container-text h2 {
          font-size: 13px;
          line-height: 19px; } }
    .hero .container-text .xs-break {
      display: none; }
      @media screen and (max-width: 430px) {
        .hero .container-text .xs-break {
          display: block; } }
  .hero .wrapper img {
    width: 100%;
    height: auto; }

.home-mobile-animation {
  display: none; }
  @media screen and (max-width: 768px) {
    .home-mobile-animation {
      display: block;
      position: absolute;
      right: 0px;
      margin-top: -126px;
      overflow: hidden; }
      .home-mobile-animation img {
        max-width: 150px;
        right: -40px;
        position: relative;
        z-index: 9; } }

.section-workspace {
  position: relative;
  z-index: 10;
  height: 1050px;
  padding: 100px 80px;
  height: 1150px; }
  @media screen and (max-width: 768px) {
    .section-workspace {
      padding: 0px;
      padding-bottom: 490px; } }
  .section-workspace .img-parallax:nth-child(2) {
    position: absolute;
    left: 40%;
    top: 130px;
    max-width: 450px;
    z-index: 10; }
    @media screen and (max-width: 1270px) {
      .section-workspace .img-parallax:nth-child(2) {
        margin: 0px;
        display: block;
        position: relative;
        left: 10px;
        z-index: 10;
        max-width: 48%;
        top: 130px; } }
    @media screen and (max-width: 768px) {
      .section-workspace .img-parallax:nth-child(2) {
        margin: 0px;
        display: block;
        position: absolute;
        left: 15px;
        z-index: 10;
        max-width: 50%;
        top: 290px; } }
  .section-workspace .img-parallax:nth-child(3) {
    position: absolute;
    top: 700px;
    z-index: 2;
    max-width: 400px;
    left: 60%; }
    @media screen and (max-width: 1270px) {
      .section-workspace .img-parallax:nth-child(3) {
        margin: 0px;
        display: block;
        position: absolute;
        right: 70px;
        left: auto;
        z-index: 10;
        max-width: 45%;
        margin-top: 0px;
        margin-left: 0px;
        top: 70px; } }
    @media screen and (max-width: 768px) {
      .section-workspace .img-parallax:nth-child(3) {
        margin: 0px;
        display: block;
        position: absolute;
        right: 40px;
        left: auto;
        z-index: 10;
        max-width: 44%;
        margin-top: 0px;
        margin-left: 0px;
        top: 450px; } }
  .section-workspace .img-parallax:nth-child(4) {
    z-index: 3;
    position: absolute;
    max-width: 500px;
    left: 150px;
    top: 770px; }
    @media screen and (max-width: 1270px) {
      .section-workspace .img-parallax:nth-child(4) {
        right: 70px;
        left: auto; } }
    @media screen and (max-width: 768px) {
      .section-workspace .img-parallax:nth-child(4) {
        z-index: 3;
        position: absolute;
        max-width: 50%;
        left: 140px;
        top: 230px; } }

.home-shapes-wrapper-1 {
  z-index: 1;
  position: relative;
  display: flex; }
  .home-shapes-wrapper-1 .brand-shape-01 {
    position: absolute;
    left: 0px;
    bottom: 0px;
    max-width: 200px; }
    @media screen and (max-width: 1270px) {
      .home-shapes-wrapper-1 .brand-shape-01 {
        position: absolute;
        left: 0px;
        bottom: 0px;
        max-width: 120px; } }
  .home-shapes-wrapper-1 .brand-shape-02 {
    position: absolute;
    right: 0px;
    top: 300px;
    max-width: 200px; }
    @media screen and (max-width: 1270px) {
      .home-shapes-wrapper-1 .brand-shape-02 {
        position: absolute;
        right: 0px;
        bottom: auto;
        max-width: 120px;
        top: 700px; } }
  @media screen and (max-width: 930px) {
    .home-shapes-wrapper-1 {
      display: none; } }

.section-icons {
  background-color: #101D2F;
  max-width: 1400px;
  width: 100%;
  z-index: 11;
  position: relative;
  margin: auto;
  display: flex;
  justify-content: space-between;
  padding: 60px 0 45px 0px; }
  .section-icons .icon {
    border-left: 1px solid #E2E3E6; }
    .section-icons .icon img {
      width: 100%; }
    @media screen and (max-width: 930px) {
      .section-icons .icon {
        display: none; } }
  .section-icons .icons-small {
    display: none; }
    .section-icons .icons-small img {
      width: 100%;
      margin: auto; }
    @media screen and (max-width: 930px) {
      .section-icons .icons-small {
        display: block; } }
    @media screen and (max-width: 768px) {
      .section-icons .icons-small {
        display: none; } }
  .section-icons .icons-xs {
    display: none; }
    .section-icons .icons-xs img {
      width: 100%;
      margin: auto; }
    @media screen and (max-width: 768px) {
      .section-icons .icons-xs {
        display: block;
        margin: 0px auto; } }
  .section-icons .icon:nth-child(1) {
    border-left: none; }

.section-location {
  text-align: center;
  background: linear-gradient(rgba(255, 255, 255, 0.65), rgba(255, 255, 255, 0.65)), url(../../images/homepage/map2-01.svg);
  background-size: cover;
  padding: 25vh 0px;
  max-width: none;
  background-position: center center;
  background-repeat: no-repeat; }
  .section-location h2 {
    max-width: 700px;
    margin: 0 auto 30px auto;
    padding: 0 30px; }

.section-lifestyle {
  position: relative;
  z-index: 10;
  padding-bottom: 150px; }
  @media screen and (max-width: 768px) {
    .section-lifestyle {
      padding-bottom: 400px; } }
  .section-lifestyle .img-parallax:nth-child(2) {
    margin-top: -350px;
    margin-left: 40%; }
    @media screen and (max-width: 1270px) {
      .section-lifestyle .img-parallax:nth-child(2) {
        margin-top: 110px;
        margin-left: 10px;
        max-width: 50%; } }
    @media screen and (max-width: 768px) {
      .section-lifestyle .img-parallax:nth-child(2) {
        margin: 0px;
        display: block;
        position: absolute;
        left: 10px;
        z-index: 10;
        max-width: 50%;
        top: 330px; } }
  .section-lifestyle .img-parallax:nth-child(3) {
    margin-top: 76px;
    margin-left: 60%;
    max-width: 400px; }
    @media screen and (max-width: 1270px) {
      .section-lifestyle .img-parallax:nth-child(3) {
        margin-top: 6px;
        margin-left: 45%; } }
    @media screen and (max-width: 768px) {
      .section-lifestyle .img-parallax:nth-child(3) {
        margin: 0px;
        display: block;
        position: absolute;
        right: 10px;
        z-index: 10;
        max-width: 50%;
        top: 190px; } }
  .section-lifestyle .img-parallax:nth-child(4) {
    margin-top: -260px;
    margin-left: 0; }
    @media screen and (max-width: 1270px) {
      .section-lifestyle .img-parallax:nth-child(4) {
        margin-top: -90px;
        margin-left: 10px;
        max-width: 50%;
        margin-bottom: 40px; } }
    @media screen and (max-width: 768px) {
      .section-lifestyle .img-parallax:nth-child(4) {
        margin: 0px;
        display: block;
        position: absolute;
        right: 10px;
        z-index: 10;
        max-width: 50%;
        top: 400px; } }

@media screen and (max-width: 1270px) {
  .section-intern-workspace-02 {
    display: none; } }

.home-shapes-wrapper-2 {
  width: 100%;
  display: flex;
  justify-content: center;
  height: 1440px;
  margin-top: -1440px; }
  @media screen and (max-width: 1270px) {
    .home-shapes-wrapper-2 {
      display: none; } }
  .home-shapes-wrapper-2 .brand-shape-01 {
    align-self: flex-end;
    margin-bottom: 530px;
    margin-left: -500px; }
    @media screen and (max-width: 1270px) {
      .home-shapes-wrapper-2 .brand-shape-01 {
        display: none;
        margin-bottom: 400px;
        margin-left: -300px; } }

.triangle-divider-blue-down {
  border-width: 90px 100vw 0 0;
  border-color: #101D2F transparent transparent transparent;
  z-index: 999;
  position: absolute; }
  @media screen and (max-width: 1270px) {
    .triangle-divider-blue-down {
      border-width: 90px 95vw 0 0;
      border-color: #101D2F transparent transparent transparent;
      z-index: 999;
      position: absolute; } }

@media screen and (max-width: 930px) {
  .section-workspace {
    position: relative;
    z-index: 10;
    padding-bottom: 219px;
    padding: 20px 0px; } }
@media screen and (max-width: 768px) {
  .section-workspace {
    position: relative;
    z-index: 10;
    padding-bottom: 219px;
    padding: 20px 0px;
    height: 700px; } }

/*  ========================================================================== 
    HERO
    ========================================================================== */
.confidence {
  flex-direction: column;
  padding: 100px 0px 30px 0px;
  margin-top: 50px;
  max-width: 1300px; }
  @media screen and (max-width: 930px) {
    .confidence {
      flex-direction: column;
      padding: 50px 0px 30px 0px;
      margin-top: 50px;
      max-width: 1300px;
      height: 900px; } }
  @media screen and (max-width: 768px) {
    .confidence {
      height: 800px; } }
  @media screen and (max-width: 430px) {
    .confidence {
      height: 570px; } }

@media screen and (max-width: 930px) {
  .triangle-divider-blue-up {
    display: none; } }

.workspace-centered-section {
  margin: 40px auto; }

.section-intern-workspace-lead-by-example {
  padding-top: 100px; }
  @media screen and (max-width: 930px) {
    .section-intern-workspace-lead-by-example {
      padding-top: 20px; } }

.section-intern-workspace-01 .container-text {
  z-index: 2000;
  position: relative; }
  @media screen and (max-width: 1270px) {
    .section-intern-workspace-01 .container-text {
      position: relative;
      max-width: 390px;
      margin-bottom: 50px;
      margin-left: 20px; } }
  @media screen and (max-width: 930px) {
    .section-intern-workspace-01 .container-text {
      position: relative;
      max-width: 100%;
      margin-bottom: 50px;
      margin-left: 0px; } }
.section-intern-workspace-01 .img-36 {
  margin-top: -430px; }
  @media screen and (max-width: 930px) {
    .section-intern-workspace-01 .img-36 {
      margin-top: -190px;
      max-width: 100%;
      max-height: 350px; } }
.section-intern-workspace-01 .img-parallax:nth-child(3) {
  margin-top: -645px;
  margin-left: 596px; }
  @media screen and (max-width: 1270px) {
    .section-intern-workspace-01 .img-parallax:nth-child(3) {
      margin-top: -385px;
      margin-left: 536px;
      max-width: 40%; } }
  @media screen and (max-width: 930px) {
    .section-intern-workspace-01 .img-parallax:nth-child(3) {
      margin: 0px;
      top: 310px;
      display: block;
      position: absolute;
      right: 0px;
      max-width: 60%; } }
.section-intern-workspace-01 .img-parallax:nth-child(4) {
  margin-top: -200px;
  margin-left: 20px; }
  @media screen and (max-width: 1270px) {
    .section-intern-workspace-01 .img-parallax:nth-child(4) {
      margin-top: -240px;
      margin-left: 20px;
      max-width: 40%;
      margin-bottom: 50px; } }
  @media screen and (max-width: 930px) {
    .section-intern-workspace-01 .img-parallax:nth-child(4) {
      max-width: 50%;
      margin: 0px;
      top: 520px;
      display: block;
      position: absolute;
      left: 0px; } }

.brand-shape-04 {
  margin-left: 100px;
  margin-top: -50px; }

.workspace-centered-section {
  padding: 0;
  max-width: 900px; }
  .workspace-centered-section h2 {
    padding: 0 10px; }

.section.section-intern-workspace-02 {
  padding-bottom: 0px;
  height: 1100px;
  position: relative; }
  .section.section-intern-workspace-02 .img-parallax:nth-child(1) {
    position: absolute;
    right: 80px;
    top: 100px;
    z-index: 1; }
  .section.section-intern-workspace-02 .img-parallax:nth-child(2) {
    margin-left: 0;
    position: absolute;
    left: 80px;
    z-index: 2;
    top: 200px; }
  .section.section-intern-workspace-02 .img-parallax:nth-child(3) {
    position: absolute;
    right: 100px;
    top: 550px;
    z-index: 3; }

.section-workspace-icons {
  display: flex;
  flex-direction: column; }
  .section-workspace-icons h2 {
    text-align: center;
    color: #8BC3C0;
    max-width: 480px;
    margin: auto;
    margin-bottom: 60px;
    padding: 0 10px; }
    @media screen and (max-width: 768px) {
      .section-workspace-icons h2 {
        margin-bottom: 50px;
        font-size: 16px;
        line-height: 24px;
        max-width: 80%; } }
  .section-workspace-icons .icons {
    width: 100%;
    height: auto; }
  @media screen and (max-width: 768px) {
    .section-workspace-icons .icons-desktop {
      display: none; } }
  .section-workspace-icons .icons-mobile {
    display: none; }
    @media screen and (max-width: 768px) {
      .section-workspace-icons .icons-mobile {
        display: block; } }
  .section-workspace-icons .button-secondary {
    margin: 50px auto 20px auto; }
    @media screen and (max-width: 768px) {
      .section-workspace-icons .button-secondary {
        margin: 50px auto 20px auto; } }

.section-intern-workspace-lead-by-example .row {
  max-width: 1120px;
  width: 100%;
  margin: auto;
  display: flex;
  margin-top: 95px; }
  @media screen and (max-width: 930px) {
    .section-intern-workspace-lead-by-example .row {
      flex-wrap: wrap;
      justify-content: center;
      margin-top: 40px; } }
  .section-intern-workspace-lead-by-example .row .col {
    text-align: center;
    width: 20%;
    margin: 20px auto; }
    @media screen and (max-width: 930px) {
      .section-intern-workspace-lead-by-example .row .col {
        width: 33%; } }
    @media screen and (max-width: 768px) {
      .section-intern-workspace-lead-by-example .row .col {
        width: 50%;
        box-sizing: border-box; } }
    .section-intern-workspace-lead-by-example .row .col img {
      margin-bottom: 60px; }
      @media screen and (max-width: 930px) {
        .section-intern-workspace-lead-by-example .row .col img {
          margin-bottom: 20px;
          width: 130px; } }
    .section-intern-workspace-lead-by-example .row .col p {
      text-align: center;
      padding: 40px 30px;
      border-right: 1px solid #E2E3E6;
      height: 280px; }
      @media screen and (max-width: 930px) {
        .section-intern-workspace-lead-by-example .row .col p {
          height: 150px;
          padding: 20px 15px; } }
      @media screen and (max-width: 768px) {
        .section-intern-workspace-lead-by-example .row .col p {
          border: none;
          height: 280px;
          height: auto; } }
    .section-intern-workspace-lead-by-example .row .col .last {
      border-right: none; }
  @media screen and (max-width: 768px) {
    .section-intern-workspace-lead-by-example .row .col:first-child, .section-intern-workspace-lead-by-example .row .col:nth-child(3) {
      border-right: 1px solid #E2E3E6; } }

@media screen and (max-width: 930px) {
  .section-intern-workspace-lead-by-example .row .col:nth-child(3) p {
    border-right: none; } }

.hero-dusk {
  margin: 0px auto 0px auto;
  display: block;
  max-width: 100%; }

.centered-section.section-intern-workspace-lead-by-example h5 {
  color: #8BC3C0; }

.section-workspace-icons a {
  text-align: center; }

.section.section-intern-location-01 {
  margin-top: 40px; }

.hero-location {
  background: url(../../images/location/hero-map.jpg);
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: 0px -10px;
  height: 75vh;
  width: 100%;
  margin-top: 80px; }
  @media screen and (max-width: 1270px) {
    .hero-location {
      padding: 50px 15px 60px 15px; } }
  @media screen and (max-width: 930px) {
    .hero-location {
      display: none; } }

.hero-location-mobile {
  display: none; }
  @media screen and (max-width: 930px) {
    .hero-location-mobile {
      display: block;
      max-width: 100%; } }
  @media screen and (max-width: 930px) {
    .hero-location-mobile img {
      margin-top: 80px;
      max-width: 100%; } }

.section-intern-location-01 .container-text {
  max-width: 500px;
  padding: 0 20px; }
  @media screen and (max-width: 1270px) {
    .section-intern-location-01 .container-text {
      max-width: 40%;
      padding: 0 20px; } }
  @media screen and (max-width: 768px) {
    .section-intern-location-01 .container-text {
      max-width: 90%;
      padding: 0 20px 40px 20px; } }

@media screen and (max-width: 930px) {
  .section-intern-location-01 {
    padding: 40px 0px;
    margin-top: 0px !important; } }
.section-intern-location-01 .img-parallax:nth-child(2) {
  margin-top: -485px;
  margin-left: 596px; }
  @media screen and (max-width: 1270px) {
    .section-intern-location-01 .img-parallax:nth-child(2) {
      margin-top: -485px;
      margin-left: 536px;
      max-width: 40%;
      margin-bottom: 30px; } }
  @media screen and (max-width: 930px) {
    .section-intern-location-01 .img-parallax:nth-child(2) {
      margin-top: -250px;
      margin-left: 350px;
      max-width: 50%; } }
  @media screen and (max-width: 768px) {
    .section-intern-location-01 .img-parallax:nth-child(2) {
      margin-top: 80px;
      margin-bottom: 50px;
      margin-left: 0px;
      max-width: 100%; } }

.centered-section-location h2 {
  max-width: 500px;
  margin: auto; }
.centered-section-location .logos {
  margin: auto;
  width: 100%;
  max-width: 1121px;
  padding-top: 80px; }
  @media screen and (max-width: 930px) {
    .centered-section-location .logos {
      padding-top: 40px; } }
  @media screen and (max-width: 768px) {
    .centered-section-location .logos {
      display: none; } }
.centered-section-location .mobile-logos {
  display: none; }
  @media screen and (max-width: 768px) {
    .centered-section-location .mobile-logos {
      display: block;
      padding: 50px 0px 0px 0px;
      width: 90%;
      margin: 10px auto 40px auto; } }

.brand-shape-06 {
  margin-top: -1900px;
  margin-left: 1200px; }

.centered-section-map h2 {
  max-width: 650px;
  margin: auto; }
.centered-section-map .row {
  margin-top: 110px;
  display: flex;
  width: 100%; }
  @media screen and (max-width: 930px) {
    .centered-section-map .row {
      flex-direction: column;
      justify-content: center;
      margin-top: 20px; } }
  .centered-section-map .row h4 {
    margin: 0; }
.centered-section-map .col:nth-child(1) {
  padding-right: 50px;
  padding-left: 40px;
  width: 33.33333%; }
  .centered-section-map .col:nth-child(1) h4 {
    text-align: left;
    padding: 0 0px; }
    @media screen and (max-width: 768px) {
      .centered-section-map .col:nth-child(1) h4 {
        text-align: center; } }
  @media screen and (max-width: 930px) {
    .centered-section-map .col:nth-child(1) {
      width: 90%;
      margin: 0px auto;
      padding: 0px; } }
  .centered-section-map .col:nth-child(1) img {
    display: block;
    width: 344px; }
    @media screen and (max-width: 930px) {
      .centered-section-map .col:nth-child(1) img {
        margin: 40px auto; } }
.centered-section-map .col:nth-child(2) {
  width: 66.66666%; }
  @media screen and (max-width: 930px) {
    .centered-section-map .col:nth-child(2) {
      width: 90%;
      margin: 0px auto 40px auto; } }
  .centered-section-map .col:nth-child(2) img {
    width: 100%; }
    @media screen and (max-width: 930px) {
      .centered-section-map .col:nth-child(2) img {
        width: 100%;
        margin: auto; } }
  .centered-section-map .col:nth-child(2) .location-map {
    display: block; }
    @media screen and (max-width: 930px) {
      .centered-section-map .col:nth-child(2) .location-map {
        display: none; } }
  .centered-section-map .col:nth-child(2) .location-map-square {
    display: none; }
    @media screen and (max-width: 930px) {
      .centered-section-map .col:nth-child(2) .location-map-square {
        display: block; } }

.centered-section-map .col:nth-child(1) img {
  display: block;
  width: 344px;
  text-align: left;
  padding: 0 0px; }
  @media screen and (max-width: 930px) {
    .centered-section-map .col:nth-child(1) img {
      display: block;
      width: auto;
      text-align: left;
      padding: 0 0px; } }

@media screen and (max-width: 1270px) {
  .centered-section-location {
    padding: 70px 0px; } }

.hero-plans {
  background: url("../../images/plans/floorplate-hero.jpg");
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: top center;
  width: 100%;
  height: 75vh; }
  @media screen and (max-width: 930px) {
    .hero-plans {
      display: none; } }

.section.section-intern-lyfestyle {
  z-index: 2;
  position: relative; }

.hero-plans-mobile {
  display: none; }
  @media screen and (max-width: 930px) {
    .hero-plans-mobile {
      display: block;
      max-width: 100%; } }
  @media screen and (max-width: 930px) {
    .hero-plans-mobile img {
      margin-top: 80px;
      max-width: 100%; } }

.plans-section-intro .centered-section {
  text-align: center;
  padding-top: 100px;
  padding-bottom: 50px; }
  @media screen and (max-width: 930px) {
    .plans-section-intro .centered-section {
      text-align: center;
      padding-top: 20px;
      padding-bottom: 0px; } }
@media screen and (max-width: 930px) {
  .plans-section-intro {
    margin-bottom: 20px;
    height: auto;
    padding: 50px 10px 30px 10px;
    margin-top: 50px; } }
.plans-section-intro h2 {
  max-width: 800px;
  margin: auto; }
  @media screen and (max-width: 930px) {
    .plans-section-intro h2 {
      padding: 0 20px; } }
.plans-section-intro img {
  margin-top: 60px;
  width: 400px; }
  @media screen and (max-width: 930px) {
    .plans-section-intro img {
      width: 80%; } }

@media screen and (min-width: 1270px) {
  .plans-page-divider {
    border-color: transparent #f0f1f5 transparent #f0f1f5;
    border-width: 90px 100vw 0 0;
    width: 0;
    height: 0;
    border-style: solid; } }

@media screen and (max-width: 930px) {
  .plans-section {
    padding-top: 0; } }
.plans-section h2 {
  max-width: 750px;
  margin: auto; }
.plans-section .wrapper {
  display: flex;
  flex-direction: column; }
  @media screen and (max-width: 930px) {
    .plans-section .wrapper {
      padding-bottom: 119px;
      flex-direction: column-reverse; } }
  @media screen and (max-width: 450px) {
    .plans-section .wrapper {
      padding-bottom: 60px; } }
  .plans-section .wrapper .plans {
    margin-top: 40px;
    display: none; }
    @media screen and (max-width: 930px) {
      .plans-section .wrapper .plans {
        display: block;
        margin-bottom: 0px;
        margin-top: 60px; } }
  .plans-section .wrapper .plans2 {
    margin-top: 40px;
    display: block; }
    @media screen and (max-width: 930px) {
      .plans-section .wrapper .plans2 {
        display: none;
        margin-bottom: 30px;
        margin-top: 0px; } }
  .plans-section .wrapper .controls {
    margin: 0 auto 90px auto;
    position: relative;
    width: 800px;
    display: block; }
    @media screen and (max-width: 930px) {
      .plans-section .wrapper .controls {
        width: 600px; } }
    @media screen and (max-width: 768px) {
      .plans-section .wrapper .controls {
        width: 320px;
        max-width: 100%;
        margin: auto; } }
    .plans-section .wrapper .controls .nav-items {
      position: absolute;
      margin: auto;
      display: block;
      width: 100%;
      text-align: center; }
      @media screen and (max-width: 930px) {
        .plans-section .wrapper .controls .nav-items {
          display: flex;
          justify-content: center; } }
      .plans-section .wrapper .controls .nav-items .button {
        display: inline-block;
        font-family: "Oswald", sans-serif;
        font-weight: 500;
        font-size: 20px;
        text-align: center;
        color: #101D2F;
        padding: 0 22px;
        cursor: pointer; }
        @media screen and (max-width: 930px) {
          .plans-section .wrapper .controls .nav-items .button {
            font-size: 14px; } }
        @media screen and (max-width: 768px) {
          .plans-section .wrapper .controls .nav-items .button {
            font-size: 14px;
            padding: 0 10px;
            max-width: 50px;
            text-align: center; } }
      .plans-section .wrapper .controls .nav-items .selected {
        color: #EDA28D; }
        @media screen and (max-width: 930px) {
          .plans-section .wrapper .controls .nav-items .selected {
            font-size: 14px; } }
        @media screen and (max-width: 768px) {
          .plans-section .wrapper .controls .nav-items .selected {
            font-size: 14px; } }
    .plans-section .wrapper .controls .selected-label-container {
      width: 100%;
      position: absolute;
      margin-top: 30px; }
      @media screen and (max-width: 930px) {
        .plans-section .wrapper .controls .selected-label-container {
          display: none; } }
      .plans-section .wrapper .controls .selected-label-container .selected-label {
        position: relative;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 5px 5px 5px;
        border-color: transparent transparent #EDA28D transparent;
        transition: 0.5s;
        margin-left: 103.273px; }
  .plans-section .wrapper .container {
    overflow: hidden;
    position: relative;
    height: 754.12px;
    width: 95%;
    margin: auto; }
    @media screen and (max-width: 930px) {
      .plans-section .wrapper .container {
        height: 600px; } }
    @media screen and (max-width: 768px) {
      .plans-section .wrapper .container {
        height: 450px; } }
    @media screen and (max-width: 450px) {
      .plans-section .wrapper .container {
        height: 420px;
        margin: 20px auto; } }
    .plans-section .wrapper .container .slideDiv {
      position: absolute;
      width: 100%;
      height: 100%; }
      .plans-section .wrapper .container .slideDiv .slide {
        width: 100%;
        height: 100%;
        background-size: 100% auto;
        background-position: center;
        background-repeat: no-repeat; }
        @media screen and (max-width: 450px) {
          .plans-section .wrapper .container .slideDiv .slide {
            background-position: center;
            max-width: 80%;
            margin: 0px auto; } }
      .plans-section .wrapper .container .slideDiv .slide:first-child {
        background-image: url("../../images/plans/level-b.png"); }
        @media screen and (max-width: 450px) {
          .plans-section .wrapper .container .slideDiv .slide:first-child {
            background-image: url("../../images/plans/m-level-b.png"); } }
      .plans-section .wrapper .container .slideDiv .slide:nth-of-type(2) {
        background-image: url("../../images/plans/level-g.png"); }
        @media screen and (max-width: 450px) {
          .plans-section .wrapper .container .slideDiv .slide:nth-of-type(2) {
            background-image: url("../../images/plans/m-level-g.png"); } }
      .plans-section .wrapper .container .slideDiv .slide:nth-of-type(3) {
        background-image: url("../../images/plans/level-2-5.png"); }
        @media screen and (max-width: 450px) {
          .plans-section .wrapper .container .slideDiv .slide:nth-of-type(3) {
            background-image: url("../../images/plans/m-level-2-5.png"); } }
      .plans-section .wrapper .container .slideDiv .slide:nth-of-type(4) {
        background-image: url("../../images/plans/level-6.png"); }
        @media screen and (max-width: 450px) {
          .plans-section .wrapper .container .slideDiv .slide:nth-of-type(4) {
            background-image: url("../../images/plans/m-level-6.png"); } }
      .plans-section .wrapper .container .slideDiv .slide:nth-of-type(5) {
        background-image: url("../../images/plans/level-7.png"); }
        @media screen and (max-width: 450px) {
          .plans-section .wrapper .container .slideDiv .slide:nth-of-type(5) {
            background-image: url("../../images/plans/m-level-7.png"); } }
      .plans-section .wrapper .container .slideDiv .slide:nth-of-type(6) {
        background-image: url("../../images/plans/sm-01-8.png"); }
        @media screen and (max-width: 450px) {
          .plans-section .wrapper .container .slideDiv .slide:nth-of-type(6) {
            background-image: url("../../images/plans/m-sm-01-8.png"); } }
      .plans-section .wrapper .container .slideDiv .slide:last-child {
        background-image: url("../../images/plans/sm-01-10.png"); }
        @media screen and (max-width: 450px) {
          .plans-section .wrapper .container .slideDiv .slide:last-child {
            background-image: url("../../images/plans/m-sm-01-10.png"); } }
.plans-section .row {
  margin-top: 90px;
  display: flex; }
  .plans-section .row .col {
    width: 50%; }
    .plans-section .row .col img {
      width: 100%; }

.hero-contact {
  display: flex;
  width: 100%;
  height: 100vh;
  min-height: 1000px; }
  @media screen and (max-width: 930px) {
    .hero-contact {
      flex-direction: column-reverse;
      height: auto;
      padding: 0px 0px 0px 0px;
      margin-top: 50px;
      min-height: auto; } }
  .hero-contact .col {
    width: 100%;
    background-color: #101D2F; }
    @media screen and (max-width: 930px) {
      .hero-contact .col {
        width: 100%;
        height: 400px;
        background-color: #101D2F; } }
    .hero-contact .col p {
      color: #E2E3E6; }
      @media screen and (max-width: 930px) {
        .hero-contact .col p {
          padding: 0px 15px; } }
      .hero-contact .col p span {
        font-weight: bold;
        color: #8BC3C0; }
      .hero-contact .col p a {
        color: #E2E3E6;
        text-decoration: none; }
      .hero-contact .col p .underline {
        text-decoration: underline; }
    .hero-contact .col iframe {
      width: 100%;
      height: 100%;
      border: none; }
  .hero-contact .col:nth-child(2) {
    width: 100%;
    height: 100%; }
    @media screen and (max-width: 930px) {
      .hero-contact .col:nth-child(2) {
        height: 400px; } }
  .hero-contact .col:last-child {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 40px; }
    @media screen and (max-width: 930px) {
      .hero-contact .col:last-child {
        height: auto;
        padding: 70px 0px; } }
    .hero-contact .col:last-child .wrapper {
      max-width: 640px; }
      @media screen and (max-width: 930px) {
        .hero-contact .col:last-child .wrapper {
          max-width: 100%;
          padding: 0px 20px; } }

@media screen and (max-width: 930px) {
  .cushman-logo {
    padding: 0px 15px; } }

.section-specification {
  padding: 150px 0px 30px 0px;
  position: relative;
  z-index: 2; }
  .section-specification .fullscreen-bg {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -100; }
    .section-specification .fullscreen-bg #vid3 {
      position: absolute;
      top: 100%;
      left: 0%;
      width: 400px;
      height: auto;
      min-width: 400px;
      min-height: auto;
      -webkit-transform: translate(0%, -100%);
      -ms-transform: translate(0%, -100%);
      transform: translate(0%, -100%); }
  .section-specification .row-list {
    display: flex;
    z-index: 1;
    position: relative; }
    @media screen and (max-width: 930px) {
      .section-specification .row-list {
        margin-top: 20px;
        flex-direction: column;
        padding-bottom: 50px; } }
    .section-specification .row-list .col {
      width: 33%; }
      @media screen and (max-width: 930px) {
        .section-specification .row-list .col {
          width: 90%;
          margin: auto;
          max-width: 610px; } }
      @media screen and (max-width: 930px) {
        .section-specification .row-list .col ul {
          margin: 0;
          padding-left: 20px; } }
      .section-specification .row-list .col ul li {
        color: #E2E3E6;
        text-align: left;
        padding: 10px 0;
        line-height: 24px; }
        @media screen and (max-width: 930px) {
          .section-specification .row-list .col ul li {
            font-size: 13px;
            line-height: 20px;
            padding: 10px 0; } }
      .section-specification .row-list .col ul .mobile-row-icons {
        display: none; }
        @media screen and (max-width: 930px) {
          .section-specification .row-list .col ul .mobile-row-icons {
            display: flex; } }
        .section-specification .row-list .col ul .mobile-row-icons .row-icons {
          display: flex;
          margin: 10px auto; }
  .section-specification .row-icons {
    display: flex;
    margin-top: 60px;
    margin-bottom: 60px; }
    @media screen and (max-width: 930px) {
      .section-specification .row-icons {
        display: none; } }
    .section-specification .row-icons .wrapper {
      width: 100%; }
      .section-specification .row-icons .wrapper img {
        width: 24%;
        border-right: 1px solid #8BC3C0; }
        @media screen and (max-width: 930px) {
          .section-specification .row-icons .wrapper img {
            width: 50%;
            padding: 10px 0px;
            display: block;
            float: left;
            box-sizing: border-box;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box; } }
      @media screen and (max-width: 930px) {
        .section-specification .row-icons .wrapper img:nth-child(2) {
          border-right: none; } }
      @media screen and (max-width: 930px) {
        .section-specification .row-icons .wrapper img:first-child, .section-specification .row-icons .wrapper img:nth-child(2) {
          border-bottom: 1px solid #8BC3C0; } }
      .section-specification .row-icons .wrapper img:last-child {
        border-right: none; }
  @media screen and (max-width: 930px) {
    .section-specification {
      padding: 119px 20px 80px 20px !important; } }

.section-team .wrapper {
  max-width: 650px;
  margin: auto; }
  .section-team .wrapper .row {
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 930px) {
      .section-team .wrapper .row {
        flex-direction: column;
        justify-content: center;
        margin: 0; } }
    .section-team .wrapper .row h4 {
      margin: 12px 0; }
      .section-team .wrapper .row h4 span {
        font-weight: bold; }
        @media screen and (max-width: 930px) {
          .section-team .wrapper .row h4 span {
            display: block;
            margin: -25px 0px; } }
      @media screen and (max-width: 930px) {
        .section-team .wrapper .row h4 {
          text-align: center; } }
  @media screen and (max-width: 930px) {
    .section-team .wrapper {
      padding-bottom: 40px !important; } }

.triangle-divider-grey-bg {
  border-color: #101D2F #5C615F transparent transparent;
  border-width: 90px 100vw 0 0;
  margin-top: 0px;
  z-index: 500;
  position: relative;
  width: 0;
  height: 0;
  border-style: solid; }

@media screen and (max-width: 930px) {
  .dark-wrapper {
    display: flex; } }

.spec-shapes-wrapper-2 {
  z-index: 1;
  position: relative;
  display: flex; }
  .spec-shapes-wrapper-2 .shape1 {
    position: absolute;
    bottom: 80px;
    max-width: 200px; }
    @media screen and (max-width: 1270px) {
      .spec-shapes-wrapper-2 .shape1 {
        display: none; } }

.spec-shapes-wrapper-3 {
  z-index: 1;
  position: relative;
  display: flex; }
  @media screen and (max-width: 930px) {
    .spec-shapes-wrapper-3 {
      display: none; } }
  .spec-shapes-wrapper-3 .shape1 {
    position: absolute;
    right: 0px;
    top: 150px;
    z-index: 1; }
  @media screen and (max-width: 1270px) {
    .spec-shapes-wrapper-3 {
      display: none; } }

.section-privacity-policy {
  flex-direction: column;
  padding: 50px 0px 30px 0px;
  margin-top: 50px;
  max-width: 100%; }
  @media screen and (max-width: 930px) {
    .section-privacity-policy {
      margin-bottom: 50px; } }
  .section-privacity-policy p {
    padding: 40px;
    max-width: 1000px;
    margin: auto;
    padding: 40px 15px; }
    @media screen and (max-width: 930px) {
      .section-privacity-policy p {
        padding: 40px 15px; } }
    .section-privacity-policy p span {
      font-weight: bold; }
    .section-privacity-policy p a {
      color: #707070; }

.hero-lifestyle {
  background: url("../../images/lifestyle/hero.jpg");
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: bottom center;
  width: 100%;
  height: 75vh; }
  @media screen and (max-width: 930px) {
    .hero-lifestyle {
      display: none; } }

.section.section-intern-lyfestyle {
  z-index: 2;
  position: relative; }

.hero-lifestyle-mobile {
  display: none; }
  @media screen and (max-width: 930px) {
    .hero-lifestyle-mobile {
      display: block;
      max-width: 100%; } }
  @media screen and (max-width: 930px) {
    .hero-lifestyle-mobile img {
      margin-top: 80px;
      max-width: 100%; } }

.lifestyle-shapes-wrapper {
  z-index: 1;
  position: relative;
  display: flex; }
  .lifestyle-shapes-wrapper .shape1 {
    position: absolute;
    right: 0px;
    top: 820px;
    max-width: 200px;
    z-index: 1; }
    @media screen and (max-width: 1270px) {
      .lifestyle-shapes-wrapper .shape1 {
        display: none; } }
  .lifestyle-shapes-wrapper .shape2 {
    position: absolute;
    left: 0px;
    top: 2020px;
    max-width: 350px;
    z-index: 1; }
    @media screen and (max-width: 1270px) {
      .lifestyle-shapes-wrapper .shape2 {
        display: none; } }
  .lifestyle-shapes-wrapper .shape3 {
    position: absolute;
    right: 0px;
    bottom: 300px;
    max-width: 250px;
    z-index: 1; }
    @media screen and (max-width: 1270px) {
      .lifestyle-shapes-wrapper .shape3 {
        display: none; } }

.section-intern-lyfestyle .img-parallax-first {
  margin-top: -220px;
  margin-left: 50%; }
  @media screen and (max-width: 1270px) {
    .section-intern-lyfestyle .img-parallax-first {
      display: none; } }
.section-intern-lyfestyle .wrapper {
  display: flex;
  flex-wrap: wrap; }
  .section-intern-lyfestyle .wrapper .lifestyle-item-container {
    margin: auto; }
    @media screen and (max-width: 1300px) {
      .section-intern-lyfestyle .wrapper .lifestyle-item-container {
        transform: none !important; } }
    @media screen and (max-width: 768px) {
      .section-intern-lyfestyle .wrapper .lifestyle-item-container {
        margin-top: 40px; } }
    .section-intern-lyfestyle .wrapper .lifestyle-item-container img {
      margin: auto;
      display: block;
      width: 80%; }
      @media screen and (max-width: 768px) {
        .section-intern-lyfestyle .wrapper .lifestyle-item-container img {
          width: 100%; } }
    .section-intern-lyfestyle .wrapper .lifestyle-item-container p {
      text-align: center; }
      @media screen and (max-width: 768px) {
        .section-intern-lyfestyle .wrapper .lifestyle-item-container p {
          text-align: left; } }
  .section-intern-lyfestyle .wrapper .lifestyle-item-container:nth-child(odd) {
    margin-top: 300px; }
    @media screen and (max-width: 768px) {
      .section-intern-lyfestyle .wrapper .lifestyle-item-container:nth-child(odd) {
        margin-top: 40px; } }
    @media screen and (max-width: 1270px) {
      .section-intern-lyfestyle .wrapper .lifestyle-item-container:nth-child(odd) {
        margin-top: 40px; } }
  .section-intern-lyfestyle .wrapper .lifestyle-item-container:nth-child(1) {
    width: 60%; }
    @media screen and (max-width: 768px) {
      .section-intern-lyfestyle .wrapper .lifestyle-item-container:nth-child(1) {
        width: 80%;
        margin-left: 15%;
        padding-right: 5%; } }
  .section-intern-lyfestyle .wrapper .lifestyle-item-container:nth-child(2) {
    width: 40%; }
    @media screen and (max-width: 768px) {
      .section-intern-lyfestyle .wrapper .lifestyle-item-container:nth-child(2) {
        width: 80%;
        margin-left: 5%;
        padding-right: 15%; } }
  .section-intern-lyfestyle .wrapper .lifestyle-item-container:nth-child(3) {
    width: 40%; }
    @media screen and (max-width: 768px) {
      .section-intern-lyfestyle .wrapper .lifestyle-item-container:nth-child(3) {
        width: 80%;
        margin-left: 15%;
        padding-right: 5%; } }
  .section-intern-lyfestyle .wrapper .lifestyle-item-container:nth-child(4) {
    width: 60%; }
    @media screen and (max-width: 768px) {
      .section-intern-lyfestyle .wrapper .lifestyle-item-container:nth-child(4) {
        width: 80%;
        margin-left: 5%;
        padding-right: 15%; } }
  .section-intern-lyfestyle .wrapper .lifestyle-item-container:nth-child(5) {
    width: 40%; }
    @media screen and (max-width: 768px) {
      .section-intern-lyfestyle .wrapper .lifestyle-item-container:nth-child(5) {
        width: 80%;
        margin-left: 15%;
        padding-right: 5%; } }
  .section-intern-lyfestyle .wrapper .lifestyle-item-container:nth-child(6) {
    width: 60%; }
    @media screen and (max-width: 768px) {
      .section-intern-lyfestyle .wrapper .lifestyle-item-container:nth-child(6) {
        width: 80%;
        margin-left: 5%;
        padding-right: 15%; } }
  .section-intern-lyfestyle .wrapper .lifestyle-item-container:nth-child(7) {
    width: 100%;
    margin-top: 50px; }
    @media screen and (max-width: 930px) {
      .section-intern-lyfestyle .wrapper .lifestyle-item-container:nth-child(7) {
        margin-top: 50px; } }
    @media screen and (max-width: 768px) {
      .section-intern-lyfestyle .wrapper .lifestyle-item-container:nth-child(7) {
        width: 80%;
        margin-left: 15%;
        padding-right: 5%;
        margin-top: 40px; } }
  .section-intern-lyfestyle .wrapper .lifestyle-item-container:nth-child(8) {
    margin-top: 50px;
    width: 40%; }
    @media screen and (max-width: 768px) {
      .section-intern-lyfestyle .wrapper .lifestyle-item-container:nth-child(8) {
        width: 80%;
        margin-left: 5%;
        padding-right: 15%;
        margin-top: 40px; } }
  .section-intern-lyfestyle .wrapper .lifestyle-item-container:nth-child(9) {
    width: 40%; }
    @media screen and (max-width: 768px) {
      .section-intern-lyfestyle .wrapper .lifestyle-item-container:nth-child(9) {
        width: 80%;
        margin-left: 15%;
        padding-right: 5%; } }
  .section-intern-lyfestyle .wrapper .lifestyle-item-container:nth-child(10) {
    margin-top: 50px;
    width: 55%; }
    @media screen and (max-width: 768px) {
      .section-intern-lyfestyle .wrapper .lifestyle-item-container:nth-child(10) {
        width: 80%;
        margin-left: 5%;
        padding-right: 15%;
        margin-top: 40px; } }
  .section-intern-lyfestyle .wrapper .lifestyle-item-container:nth-child(11) {
    width: 35%; }
    @media screen and (max-width: 768px) {
      .section-intern-lyfestyle .wrapper .lifestyle-item-container:nth-child(11) {
        width: 80%;
        margin-left: 15%;
        padding-right: 5%; } }
  .section-intern-lyfestyle .wrapper .lifestyle-item-container:nth-child(12) {
    margin-top: 0px;
    width: 50%;
    margin-left: 0px; }
    @media screen and (max-width: 930px) {
      .section-intern-lyfestyle .wrapper .lifestyle-item-container:nth-child(12) {
        margin-bottom: 70px; } }
    @media screen and (max-width: 768px) {
      .section-intern-lyfestyle .wrapper .lifestyle-item-container:nth-child(12) {
        margin-top: 50px;
        margin-bottom: 0px; } }
    .section-intern-lyfestyle .wrapper .lifestyle-item-container:nth-child(12) img {
      width: 100%;
      margin-left: 0px; }
    @media screen and (max-width: 768px) {
      .section-intern-lyfestyle .wrapper .lifestyle-item-container:nth-child(12) {
        width: 80%;
        margin-left: 5%;
        padding-right: 15%;
        margin-top: 40px; } }
  .section-intern-lyfestyle .wrapper .lifestyle-item-container:nth-child(13) {
    width: 50%; }
    @media screen and (max-width: 768px) {
      .section-intern-lyfestyle .wrapper .lifestyle-item-container:nth-child(13) {
        width: 80%;
        margin-left: 15%;
        padding-right: 5%; } }

/*# sourceMappingURL=main.css.map */
