* {
  margin: 0;
  padding: 0; }

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  height: 100%;
  overflow-y: auto;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%; }

html, body {
  overflow-x: hidden;
  margin: 0;
  padding: 0; }

html, body {
  overflow-x: hidden; }

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, select, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, input, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,
time, mark, audio, video, textarea {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-weight: normal;
  margin: 0;
  padding: 0;
  outline: 0;
  vertical-align: baseline; }

/*

Europa-Bold Bold

font-family: europa,sans-serif;
font-weight: 700;
font-style: normal;

Europa-Regular Regular

font-family: europa,sans-serif;
font-weight: 400;
font-style: normal;

Europa-Light Light

font-family: europa,sans-serif;
font-weight: 300;
font-style: normal;


*/
body {
  background: #ffffff;
  color: #999999;
  font-family: 'Europa',sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5; }

/* headers
-----------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  display: block;
  font-family: inherit;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0;
  line-height: normal;
  margin: 0;
  padding: 0; }

h1 {
  color: #ffffff;
  font-size: 60px;
  font-size: calc(30px + (60 - 30) * ((100vw - 320px) / (1920 - 320)));
  font-weight: 700;
  line-height: normal; }

/* links
-----------------------------------------------*/
a {
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-weight: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  outline: 0;
  text-decoration: none;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease; }
  a:hover {
    text-decoration: underline; }

a[href*="tel:"] {
  white-space: nowrap;
  cursor: default;
  color: #999999;
  text-decoration: none; }

a[href*="tel:"]:hover {
  color: #999999;
  text-decoration: none; }

/* paragraphs
-----------------------------------------------*/
p, address {
  color: inherit;
  display: block;
  font-family: inherit;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0.85px;
  line-height: 1.5;
  margin: 0;
  padding: 0 0 30px 0; }

strong, b {
  font-weight: 400; }

/* general
-----------------------------------------------*/
img {
  vertical-align: middle; }

.rwdimg {
  display: block !important;
  position: relative;
  width: 100%;
  z-index: 1; }

.cf {
  clear: both;
  display: block;
  overflow: hidden;
  width: 100%; }

.cf:before, .cf:after {
  content: "";
  display: table; }

.cf:after {
  clear: both; }

.cf {
  zoom: 1; }

.no__mobile {
  display: none;
  font-size: 0 !important;
  height: auto !important;
  line-height: 0 !important; }
  @media (min-width: 992px) {
    .no__mobile {
      display: block; } }

.container {
  display: block;
  margin: 0;
  max-width: none;
  padding: 0 30px;
  position: relative;
  width: 100%; }
  @media (min-width: 768px) {
    .container {
      margin: 0 auto;
      max-width: 1160px;
      width: auto; } }

.row {
  clear: both;
  display: block;
  margin: 0;
  overflow: hidden; }
  @media (min-width: 768px) {
    .row {
      margin: 0 -45px; } }

.column50 {
  float: left;
  padding: 0;
  width: 100%; }
  @media (min-width: 768px) {
    .column50 {
      padding: 0 45px;
      width: 50%; } }

.column {
  float: left;
  padding: 0 0 35px 0;
  width: 100%; }
  @media (min-width: 768px) {
    .column {
      padding: 0 45px;
      width: 33.333333%; } }

.main {
  clear: both;
  display: block;
  overflow: hidden;
  padding: 0;
  width: 100%; }
  @media (min-width: 992px) {
    .main {
      padding: 0 0 60px 0; } }
  .main__hero {
    clear: both;
    display: block;
    overflow: hidden;
    height: 100%;
    position: relative;
    width: 100%; }
    .main__hero--img {
      float: left;
      position: absolute;
      left: -120px;
      top: 25px;
      width: auto;
      height: 500px; }
      @media (min-width: 768px) {
        .main__hero--img {
          top: 0;
          left: 0;
          width: 100%;
          height: auto;
          max-width: 400px; } }
      @media (min-width: 992px) {
        .main__hero--img {
          max-width: 600px; } }
    .main__hero--content {
      display: -webkit-flex;
      display: flex;
      -webkit-flex-direction: row;
      flex-direction: row;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-direction: column;
      flex-direction: column;
      -webkit-align-items: center;
      align-items: center;
      -webkit-justify-content: flex-start;
      justify-content: flex-start;
      position: relative;
      padding-bottom: 35px; }
      @media (min-width: 768px) {
        .main__hero--content {
          padding-bottom: 70px;
          -webkit-justify-content: center;
          justify-content: center; } }
      @media (min-width: 992px) {
        .main__hero--content {
          height: calc(100vh - 150px);
          margin-left: 40%; } }
      @media (min-width: 1400px) {
        .main__hero--content {
          margin: 0; } }
    .main__hero--logo {
      float: left;
      margin: 150px 0 325px 75px;
      width: 150px; }
      @media (min-width: 768px) {
        .main__hero--logo {
          width: 300px;
          margin: 150px 0 275px 200px; } }
      @media (min-width: 992px) {
        .main__hero--logo {
          margin: 0 0 150px 0;
          width: 100%;
          max-width: 450px; } }
      .main__hero--logo img {
        float: left;
        width: 100%; }
    .main__hero--social {
      list-style: none;
      margin: 0;
      padding: 0;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-direction: row;
      flex-direction: row;
      -webkit-align-items: center;
      align-items: center;
      -webkit-justify-content: center;
      justify-content: center; }
      .main__hero--social li {
        margin: 0;
        padding: 0 10px; }
      .main__hero--social a {
        -webkit-border-radius: 100%;
        border-radius: 100%;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        flex-direction: row;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        justify-content: center;
        border: 1px solid #bebebe;
        overflow: hidden;
        width: 40px;
        height: 40px; }
        @media (min-width: 768px) {
          .main__hero--social a {
            width: 53px;
            height: 53px; } }
        .main__hero--social a:hover {
          opacity: 0.6;
          text-decoration: none; }
        .main__hero--social a svg {
          height: 20px !important; }
          @media (min-width: 768px) {
            .main__hero--social a svg {
              height: 30px !important; } }
    .main__hero h3 {
      color: #bebebe;
      font-size: 18px;
      font-weight: 400;
      letter-spacing: 0.05em;
      margin: 0;
      text-transform: uppercase;
      text-align: center;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-direction: row;
      flex-direction: row;
      -webkit-align-items: center;
      align-items: center;
      -webkit-justify-content: center;
      justify-content: center; }
      .main__hero h3 a {
        background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='fal' data-icon='chevron-down' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' class='svg-inline--fa fa-chevron-down fa-w-14 fa-2x'%3E%3Cpath fill='%23bebebe' d='M443.5 162.6l-7.1-7.1c-4.7-4.7-12.3-4.7-17 0L224 351 28.5 155.5c-4.7-4.7-12.3-4.7-17 0l-7.1 7.1c-4.7 4.7-4.7 12.3 0 17l211 211.1c4.7 4.7 12.3 4.7 17 0l211-211.1c4.8-4.7 4.8-12.3.1-17z' class=''%3E%3C/path%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: center right;
        padding: 0 35px 0 0; }

.footer {
  clear: both;
  display: block;
  overflow: hidden;
  padding: 35px 0 0 0;
  width: 100%; }
  @media (min-width: 768px) {
    .footer {
      padding: 60px 0 0 0; } }
  .footer h3 {
    color: #bebebe;
    font-weight: 400;
    letter-spacing: 0.05em;
    margin: 0;
    padding: 0 0 10px 0;
    text-align: center;
    text-transform: uppercase; }
  .footer h4 {
    color: #999999;
    font-weight: 400;
    letter-spacing: 0.02em;
    margin: 0;
    padding: 0;
    text-align: center; }
  .footer h6 {
    color: #bebebe;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.02em;
    margin: 0;
    padding: 30px; }
    @media (max-width: 767px) {
      .footer h6 {
        padding-top: 0;
        text-align: center; } }

[data-aos][data-aos][data-aos-duration="50"],
body[data-aos-duration="50"] [data-aos] {
  transition-duration: 50ms; }

[data-aos][data-aos][data-aos-delay="50"],
body[data-aos-delay="50"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="50"].aos-animate,
body[data-aos-delay="50"] [data-aos].aos-animate {
  transition-delay: 50ms; }

[data-aos][data-aos][data-aos-duration="100"],
body[data-aos-duration="100"] [data-aos] {
  transition-duration: 0.1s; }

[data-aos][data-aos][data-aos-delay="100"],
body[data-aos-delay="100"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="100"].aos-animate,
body[data-aos-delay="100"] [data-aos].aos-animate {
  transition-delay: 0.1s; }

[data-aos][data-aos][data-aos-duration="500"],
body[data-aos-duration="500"] [data-aos] {
  transition-duration: 0.5s; }

[data-aos][data-aos][data-aos-delay="500"],
body[data-aos-delay="500"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="500"].aos-animate,
body[data-aos-delay="500"] [data-aos].aos-animate {
  transition-delay: 0.5s; }

[data-aos][data-aos][data-aos-duration="1000"],
body[data-aos-duration="1000"] [data-aos] {
  transition-duration: 1s; }

[data-aos][data-aos][data-aos-delay="1000"],
body[data-aos-delay="1000"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1000"].aos-animate,
body[data-aos-delay="1000"] [data-aos].aos-animate {
  transition-delay: 1s; }

[data-aos][data-aos][data-aos-duration="1500"],
body[data-aos-duration="1500"] [data-aos] {
  transition-duration: 1.5s; }

[data-aos][data-aos][data-aos-delay="1500"],
body[data-aos-delay="1500"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1500"].aos-animate,
body[data-aos-delay="1500"] [data-aos].aos-animate {
  transition-delay: 1.5s; }

[data-aos][data-aos][data-aos-duration="2000"],
body[data-aos-duration="2000"] [data-aos] {
  transition-duration: 2s; }

[data-aos][data-aos][data-aos-delay="2000"],
body[data-aos-delay="2000"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2000"].aos-animate,
body[data-aos-delay="2000"] [data-aos].aos-animate {
  transition-delay: 2s; }

[data-aos][data-aos][data-aos-duration="2500"],
body[data-aos-duration="2500"] [data-aos] {
  transition-duration: 2.5s; }

[data-aos][data-aos][data-aos-delay="2500"],
body[data-aos-delay="2500"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2500"].aos-animate,
body[data-aos-delay="2500"] [data-aos].aos-animate {
  transition-delay: 2.5s; }

[data-aos][data-aos][data-aos-duration="3000"],
body[data-aos-duration="3000"] [data-aos] {
  transition-duration: 3s; }

[data-aos][data-aos][data-aos-delay="3000"],
body[data-aos-delay="3000"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="3000"].aos-animate,
body[data-aos-delay="3000"] [data-aos].aos-animate {
  transition-delay: 3s; }

[data-aos^="fade"][data-aos^="fade"] {
  opacity: 0;
  transition-property: opacity, transform; }

[data-aos^="fade"][data-aos^="fade"].aos-animate {
  opacity: 1;
  transform: translateZ(0); }

[data-aos="fade-up"] {
  transform: translate3d(0, 100px, 0); }

[data-aos^="zoom"][data-aos^="zoom"] {
  opacity: 0;
  transition-property: opacity, transform; }

[data-aos^="zoom"][data-aos^="zoom"].aos-animate {
  opacity: 1;
  transform: translateZ(0) scale(1); }

[data-aos="zoom-in"] {
  transform: scale(0.6); }

[data-aos="zoom-in-up"] {
  transform: translate3d(0, 100px, 0) scale(0.6); }

[data-aos="zoom-in-down"] {
  transform: translate3d(0, -100px, 0) scale(0.6); }

[data-aos="zoom-in-right"] {
  transform: translate3d(-100px, 0, 0) scale(0.6); }

[data-aos="zoom-in-left"] {
  transform: translate3d(100px, 0, 0) scale(0.6); }

/*# sourceMappingURL=style.css.map */
