/*! 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=Open+Sans:400,400i&display=swap");
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 {
  -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; }

@font-face {
  font-family: 'Gotham';
  src: url("../fonts/Gotham Medium Regular/gotham-medium-webfont.woff2") format("woff2"), url("../fonts/Gotham Medium Regular/gotham-medium-webfont.woff") format("woff"), url("../fonts/Gotham Medium Regular/gotham-medium-webfont.ttf") format("ttf");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Gotham';
  src: url("../fonts/gothambold/gothambold1.woff") format("woff"), url("../fonts/gothambold/gothambold1.eot") format("eot"), url("../fonts/gothambold/gothambold1.ttf") format("ttf");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'GothamBook';
  src: url("../fonts/GothamBook/GothamBook.woff") format("woff"), url("../fonts/GothamBook/GothamBook.eot") format("eot"), url("../fonts/GothamBook/GothamBook.ttf") format("ttf");
  font-weight: 400;
  font-style: normal; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none; }

html {
  height: 100%;
  font-size: 10px;
  scroll-behavior: smooth; }

a,
button {
  -webkit-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
  text-decoration: none; }

body {
  min-height: 100%;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  line-height: 1.6;
  font-size: 1.8rem;
  font-style: inherit;
  color: #4b5562;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  overflow-x: hidden; }

.container {
  max-width: 1180px;
  width: 100%;
  margin: 0 auto; }

.section {
  min-height: 100vh;
  position: relative;
  overflow: hidden; }
  .section__background {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%; }

.btn {
  font-family: "GothamBook", sans-serif;
  font-weight: 400;
  line-height: 1.6;
  font-size: 14px;
  font-style: inherit;
  color: #2c4058;
  text-transform: uppercase;
  max-height: 60px;
  overflow: hidden;
  display: inline-block;
  padding: 15px 40px;
  border: 1px solid #2c4058;
  -webkit-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out; }
  .btn:hover, .btn:focus, .btn:active {
    color: #fff;
    background-color: #2c4058; }

.title {
  font-family: "Gotham", sans-serif;
  font-weight: 700;
  line-height: 1.1;
  font-size: 4.4rem;
  font-style: inherit;
  color: #2c4058;
  text-transform: uppercase;
  max-height: 4.9rem;
  margin: 0;
  padding: 0;
  overflow: hidden; }

.subtitle {
  font-family: "GothamBook", sans-serif;
  font-weight: 400;
  line-height: 1.1;
  font-size: 2.2rem;
  font-style: inherit;
  color: #2c4058;
  text-transform: uppercase;
  max-height: 2.4rem;
  margin: 0;
  padding: 0;
  overflow: hidden; }

.location {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  line-height: 1.8;
  font-size: 1.8rem;
  font-style: italic;
  color: #2c4058;
  max-height: 3.3rem;
  overflow: hidden;
  -webkit-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out; }
  .location:hover, .location:focus, .location:active {
    text-decoration: underline; }

.socials {
  padding: 10px 0;
  width: 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .socials__social {
    display: inline-block;
    margin: 0 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    font-size: 22px;
    height: 45px;
    width: 45px;
    line-height: 45px;
    border: 1px solid #fff;
    border-radius: 50%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out; }
    .socials__social:hover, .socials__social:focus, .socials__social:active {
      color: #2c4058;
      background-color: #fff; }

@media screen and (max-width: 960px) {
  .socials--top {
    display: none; } }

@media screen and (max-width: 768px) {
  html {
    font-size: 6px; } }

@media screen and (max-width: 576px) {
  html {
    font-size: 4px; } }

/* IE10+ CSS styles go here */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .socials--top {
    display: none; } }

.nav {
  z-index: 2;
  /* outline: 1px solid black; */
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }
  .nav__logo {
    display: none; }
  .nav__dot {
    display: inline-block;
    margin-right: 10px;
    height: 10px;
    width: 10px;
    border: 1px solid #fff;
    border-radius: 50%;
    -webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out; }
  .nav__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-width: 500px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly; }
  .nav__link {
    font-family: "GothamBook", sans-serif;
    font-weight: 400;
    line-height: 1.6;
    font-size: 14px;
    font-style: inherit;
    color: #fff;
    text-transform: uppercase;
    padding: 0 2px;
    margin: auto;
    border: 3px solid transparent;
    -webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out; }
    .nav__link:hover, .nav__link:focus, .nav__link:active {
      text-shadow: 1px 1px 1px #000; }
      .nav__link:hover span, .nav__link:focus span, .nav__link:active span {
        background: #fff; }
  .nav__burger {
    width: 5rem;
    height: 5rem;
    background: rgba(0, 0, 0, 0);
    border: none;
    outline: none;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    font-size: 30px;
    display: none; }
  .nav__symbol {
    width: 70px;
    height: 50px;
    font-size: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: none; }

@media screen and (max-width: 576px) {
  .nav {
    position: absolute;
    left: -99999px;
    top: 0;
    margin: 0;
    padding: 0; }
    .nav__logo {
      position: fixed;
      display: block;
      padding: 0 1rem;
      width: auto;
      top: 15px;
      left: -100%;
      -webkit-transform: translate(-50%);
      -ms-transform: translate(-50%);
      -o-transform: translate(-50%);
      transform: translate(-50%);
      -webkit-box-shadow: 0 0 10px 10px #7e5aff;
      box-shadow: 0 0 10px 10px #7e5aff;
      background-color: #7e5aff;
      -webkit-transition: all .25s ease-in-out;
      -o-transition: all .25s ease-in-out;
      transition: all .25s ease-in-out; }
    .nav__symbol {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-transition: all .25s ease-in-out;
      -o-transition: all .25s ease-in-out;
      transition: all .25s ease-in-out;
      color: #fff; }
    .nav__links {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      position: absolute;
      left: 99999px; }
    .nav__link {
      position: fixed;
      overflow: hidden;
      width: 200px;
      -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
      min-width: auto;
      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;
      margin: 0;
      padding: 0;
      padding-left: 3rem;
      left: -200px;
      color: #fff;
      margin-top: 1rem;
      -webkit-box-shadow: 0 2px 4px 0 rgba(255, 255, 255, 0.7);
      box-shadow: 0 2px 4px 0 rgba(255, 255, 255, 0.7);
      text-shadow: -1px -1px 2px #000;
      background: rgba(0, 0, 0, 0.623);
      border-radius: 0 10px 10px 0;
      -webkit-transition: all .25s ease-in-out;
      -o-transition: all .25s ease-in-out;
      transition: all .25s ease-in-out; }
      .nav__link:hover, .nav__link:focus, .nav__link:active {
        -webkit-box-shadow: 3px 5px 4px 0 rgba(255, 255, 255, 0.7);
        box-shadow: 3px 5px 4px 0 rgba(255, 255, 255, 0.7); }
        .nav__link:hover:nth-child(1), .nav__link:focus:nth-child(1), .nav__link:active:nth-child(1) {
          -webkit-transition-delay: 0s;
          -o-transition-delay: 0s;
          transition-delay: 0s; }
        .nav__link:hover:nth-child(2), .nav__link:focus:nth-child(2), .nav__link:active:nth-child(2) {
          -webkit-transition-delay: 0s;
          -o-transition-delay: 0s;
          transition-delay: 0s; }
        .nav__link:hover:nth-child(3), .nav__link:focus:nth-child(3), .nav__link:active:nth-child(3) {
          -webkit-transition-delay: 0s;
          -o-transition-delay: 0s;
          transition-delay: 0s; }
        .nav__link:hover:nth-child(4), .nav__link:focus:nth-child(4), .nav__link:active:nth-child(4) {
          -webkit-transition-delay: 0s;
          -o-transition-delay: 0s;
          transition-delay: 0s; }
        .nav__link:hover:nth-child(5), .nav__link:focus:nth-child(5), .nav__link:active:nth-child(5) {
          -webkit-transition-delay: 0s;
          -o-transition-delay: 0s;
          transition-delay: 0s; }
        .nav__link:hover:nth-child(6), .nav__link:focus:nth-child(6), .nav__link:active:nth-child(6) {
          -webkit-transition-delay: 0s;
          -o-transition-delay: 0s;
          transition-delay: 0s; }
      .nav__link:nth-child(1) {
        -webkit-transition-delay: 0s;
        -o-transition-delay: 0s;
        transition-delay: 0s;
        top: 200px; }
      .nav__link:nth-child(2) {
        -webkit-transition-delay: .1s;
        -o-transition-delay: .1s;
        transition-delay: .1s;
        top: 275px; }
      .nav__link:nth-child(3) {
        -webkit-transition-delay: .2s;
        -o-transition-delay: .2s;
        transition-delay: .2s;
        top: 350px; }
      .nav__link:nth-child(4) {
        -webkit-transition-delay: .3s;
        -o-transition-delay: .3s;
        transition-delay: .3s;
        top: 425px; }
      .nav__link:nth-child(5) {
        -webkit-transition-delay: .4s;
        -o-transition-delay: .4s;
        transition-delay: .4s;
        top: 500px; }
      .nav__link:nth-child(6) {
        -webkit-transition-delay: .5s;
        -o-transition-delay: .5s;
        transition-delay: .5s;
        top: 575px; }
    .nav__burger {
      position: fixed;
      color: #fff;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      left: 15px;
      top: 25px;
      -webkit-transform-origin: center;
      -ms-transform-origin: center;
      -o-transform-origin: center;
      transform-origin: center;
      cursor: pointer;
      text-shadow: -1px -1px 2px #000;
      -webkit-transform: rotateZ(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotateZ(0deg);
      transform: rotateZ(0deg);
      -webkit-transition: all .25s ease-in-out;
      -o-transition: all .25s ease-in-out;
      transition: all .25s ease-in-out; }
      .nav__burger:hover, .nav__burger:focus, .nav__burger:active {
        text-shadow: -1px -1px 5px #000; } }

#burger:checked + .nav__logo + .nav__burger {
  -webkit-transform: rotateZ(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotateZ(-90deg);
  transform: rotateZ(-90deg);
  left: 40px;
  -webkit-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out; }
  #burger:checked + .nav__logo + .nav__burger + .nav__links .nav__link {
    left: -130px; }

.full-view #burger:checked + .nav__logo {
  left: 50%; }
  .full-view #burger:checked + .nav__logo + .nav__burger {
    left: 90vw; }
    .full-view #burger:checked + .nav__logo + .nav__burger + .nav__links .nav__link {
      left: -25px; }

/* IE10+ CSS styles go here */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .nav {
    left: 30%; } }

header {
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  -webkit-justify-content: space-evenly;
  position: absolute;
  z-index: 101;
  width: 100%;
  top: 45px;
  display: flex;
  justify-content: space-evenly;
  margin: 0 auto;
  padding: 0 calc((100vw - 1180px) / 2); }

footer {
  display: -webkit-box;
  display: -ms-flexbox;
  min-height: 52.4rem;
  background: -o-linear-gradient(36deg, #55b7ff, #7e5aff);
  background: linear-gradient(0.15turn, #55b7ff, #7e5aff);
  position: relative;
  overflow: hidden;
  display: flex; }

.footer {
  z-index: 1;
  margin: auto;
  min-width: 768px; }
  .footer__advertising {
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .footer__copyright {
    margin-top: 3rem;
    font-family: "GothamBook", sans-serif;
    font-weight: 400;
    line-height: 1.6;
    font-size: 14px;
    font-style: inherit;
    color: #fff; }
    .footer__copyright a {
      color: white;
      -webkit-transition: all .25s ease-in-out;
      -o-transition: all .25s ease-in-out;
      transition: all .25s ease-in-out; }
      .footer__copyright a:hover, .footer__copyright a:focus, .footer__copyright a:active {
        text-decoration: underline; }

@media screen and (max-width: 960px) {
  .footer {
    min-width: 600px; } }

@media screen and (max-width: 768px) {
  .logo-box {
    display: none; }
  .footer {
    min-width: auto;
    width: 80%; } }

@media screen and (max-width: 576px) {
  .logo-box {
    display: block; }
  .footer > *:first-child {
    padding-top: 30px; }
  .footer__advertising {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column; }
    .footer__advertising > * {
      padding: 10px; }
  .footer__copyright {
    font-family: "GothamBook", sans-serif;
    font-weight: 400;
    line-height: 1.6;
    font-size: 14px;
    font-style: inherit;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .footer__copyright > * {
      padding: 10px; }
      .footer__copyright > *:nth-child(2) {
        display: none; }
      .footer__copyright > *:last-child {
        padding-bottom: 30px; } }

/* IE10+ CSS styles go here */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  footer {
    padding-top: 20rem; }
  header {
    width: 100%;
    text-align: center; }
  .logo-box {
    display: none; } }

.section--hero {
  background: -o-linear-gradient(36deg, #55b7ff, #7e5aff);
  background: linear-gradient(0.15turn, #55b7ff, #7e5aff); }

.title--hero {
  font-size: 8rem;
  color: #fff;
  max-height: 9rem;
  letter-spacing: 5px;
  text-align: center;
  padding: 0 5rem;
  max-width: 1180px;
  margin-bottom: 2.5rem; }

.subtitle--hero {
  color: #fff;
  letter-spacing: 5px;
  font-size: 1.8rem;
  max-height: 2rem;
  text-align: center;
  padding: 0 5rem;
  max-width: 1180px; }

.slider__dot {
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0);
  opacity: 1;
  margin: 4rem 0 0 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: auto; }

.slider--hero {
  max-height: 100vh; }
  .slider--hero__slide {
    padding: 2rem;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: center; }
  .slider--hero__next {
    font-size: 12px;
    width: 44px;
    height: 44px;
    position: absolute;
    z-index: 10;
    bottom: 60px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    color: #fff;
    background-color: rgba(255, 255, 255, 0);
    border: 1px solid #fff;
    border-radius: 50%;
    line-height: 44px;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out; }
    .slider--hero__next:hover, .slider--hero__next:focus, .slider--hero__next:active {
      background-color: white;
      color: #2c4058; }

.slider--hero__bullet.swiper-pagination-bullet-active span {
  background: white; }

.slider--hero__bullet {
  -webkit-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out; }
  .slider--hero__bullet span {
    -webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    background: rgba(255, 255, 255, 0); }
  .slider--hero__bullet:hover span, .slider--hero__bullet:focus span, .slider--hero__bullet:active span {
    background: white; }

@media screen and (max-width: 1000px) {
  .title--hero {
    font-size: 6rem;
    max-height: 6rem; } }

@media screen and (max-width: 576px) {
  .title--hero {
    font-size: 5rem;
    max-height: 5rem; }
  .subtitle--hero {
    letter-spacing: 2.5px; } }

.title--projects {
  text-align: center;
  margin: 10rem auto;
  padding-top: 3rem;
  position: relative;
  max-height: 8rem; }
  .title--projects:after {
    content: '';
    position: absolute;
    width: 100px;
    border-top: 1px solid #2c4058;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    left: 50%;
    top: 0; }

.article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 14rem; }
  .article__item {
    min-height: 57rem;
    position: relative;
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .article__item:nth-child(1) {
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end; }
    .article__item:nth-child(2) {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; }
  .article__img-box {
    margin-top: 10vw;
    position: relative;
    width: 40vw;
    height: 30vw;
    overflow: hidden; }
    .article__img-box--left {
      -webkit-box-shadow: -10vw -10vw 2px 0 #55b7ff;
      box-shadow: -10vw -10vw 2px 0 #55b7ff; }
    .article__img-box--right {
      -webkit-box-shadow: 10vw -10vw 2px 0 #7e5aff;
      box-shadow: 10vw -10vw 2px 0 #7e5aff; }
  .article__img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%; }
  .article__article {
    max-width: 54rem;
    padding: 0 2rem;
    margin: 12rem auto 7rem 2vw; }
    .article__article--left {
      margin: 12rem 2vw 7rem auto; }
  .article__title {
    margin-top: 5px;
    margin-bottom: 3.5rem; }
  .article__text {
    max-height: 10rem;
    overflow: hidden; }
  .article__btn {
    margin: 3.5rem auto  4rem 0; }

@media screen and (max-width: 768px) {
  .article__location {
    font-size: 14px; }
  .article__text {
    font-size: 13px;
    max-height: 90px; } }

@media screen and (max-width: 576px) {
  .title--projects {
    font-size: 7vw;
    max-height: 10vw; }
  .article {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column; }
    .article__item {
      width: 100vw; }
    .article__img-box {
      margin-top: 20vw;
      width: 80vw;
      height: 60vw; }
      .article__img-box--left {
        -webkit-box-shadow: -20vw -20vw 2px 0 #55b7ff;
        box-shadow: -20vw -20vw 2px 0 #55b7ff; }
      .article__img-box--right {
        -webkit-box-shadow: 20vw -20vw 2px 0 #7e5aff;
        box-shadow: 20vw -20vw 2px 0 #7e5aff; }
    .article__subtitle {
      font-size: 12px;
      padding-bottom: 15px; }
    .article__article {
      max-width: 100vw;
      padding: 0 3vw;
      margin: 12rem 0px 7rem; }
      .article__article--left {
        margin: 12rem 0px 7rem auto;
        text-align: right; }
    .article__title {
      margin-top: 5px;
      margin-bottom: 3.5rem; }
    .article__text {
      max-height: 90px;
      text-align: left;
      overflow: hidden; }
    .article__btn {
      margin: 3.5rem auto  4rem 0; } }

/* IE10+ CSS styles go here */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .article__article--left {
    margin-right: 7rem; } }

.section--news {
  background: -o-linear-gradient(36deg, #3c7fd4, #24ccfa);
  background: linear-gradient(0.15turn, #3c7fd4, #24ccfa); }

.title--news {
  color: white;
  text-align: center;
  margin: 10rem auto;
  padding-top: 3rem;
  position: relative;
  max-height: 80px;
  font-size: 44px; }
  .title--news:after {
    content: '';
    position: absolute;
    width: 100px;
    border-top: 1px solid #fff;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    left: 50%;
    top: 0; }

.subtitle--news {
  color: #fff;
  letter-spacing: 5px;
  font-size: 1.8rem;
  max-height: 2rem;
  text-align: center;
  padding: 0 5rem;
  max-width: 1180px; }

.slider-news__btn {
  font-size: 12px;
  width: 44px;
  height: 44px;
  position: absolute;
  z-index: 12;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #fff;
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid #fff;
  border-radius: 50%;
  line-height: 44px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out; }
  .slider-news__btn:hover, .slider-news__btn:focus, .slider-news__btn:active {
    background-color: white;
    color: #2c4058; }
  .slider-news__btn--right {
    top: 260px;
    right: -60px; }
  .slider-news__btn--left {
    top: 260px;
    left: -60px; }

.slide-news {
  height: 520px;
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .slide-news__img-box {
    width: 100%;
    height: 45%;
    overflow: hidden;
    position: relative; }
  .slide-news__img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%; }
  .slide-news__title {
    font-size: 22px;
    line-height: 34px;
    max-height: 68px;
    overflow: hidden;
    padding: 0 2rem;
    margin: 30px 0 10px; }
  .slide-news__text {
    font-size: 18px;
    line-height: 30px;
    max-height: 60px;
    overflow: hidden;
    padding: 0 2rem; }
    .slide-news__text p {
      margin: 0; }
  .slide-news__author {
    font-family: "GothamBook", sans-serif;
    font-weight: 400;
    line-height: 22px;
    font-size: 18px;
    font-style: inherit;
    color: #2c4058;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .slide-news__author-img-box {
    border-radius: 50%;
    height: 70px;
    width: 70px;
    overflow: hidden;
    position: relative;
    margin: 30px 20px; }
  .slide-news__author-text {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .slide-news__author-name {
    text-transform: uppercase;
    margin: auto 0 10px 0;
    padding-right: 2rem; }
  .slide-news__post-date {
    font-size: 14px;
    color: #55b7ff;
    padding-right: 2rem;
    margin-bottom: auto; }

.slider-news-wrapper {
  margin: 0 100px 0 100px;
  position: relative; }

.slider-news__bullet.swiper-pagination-bullet.swiper-pagination-bullet-active span {
  background: white; }

.slider-news__bullet.swiper-pagination-bullet {
  -webkit-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out; }
  .slider-news__bullet.swiper-pagination-bullet span {
    -webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    background: rgba(255, 255, 255, 0); }
  .slider-news__bullet.swiper-pagination-bullet:hover span, .slider-news__bullet.swiper-pagination-bullet:focus span, .slider-news__bullet.swiper-pagination-bullet:active span {
    background: white; }

@media screen and (max-width: 1000px) {
  .title--news {
    font-size: 36px;
    max-height: 70px; } }

@media screen and (max-width: 576px) {
  .title--news {
    font-size: 26px;
    max-height: 40px; }
  .slider-news-wrapper {
    margin: 0 10px 0 10px;
    position: relative; }
  .slider-news__btn {
    display: none; } }

/* IE10+ CSS styles go here */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .slide-news {
    width: 375px;
    margin: 0 5px 150px; } }

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

.btn--gallery {
  margin: 5.5rem 0 14rem; }

.gallery {
  margin: 0 auto;
  max-width: 1170px;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 215px 10px 215px;
  grid-template-rows: repeat(2, 215px);
  -ms-grid-columns: 290px 10px 290px 10px 290px 10px 290px;
  grid-template-columns: repeat(4, 290px);
  gap: 10px; }
  .gallery__wrapper {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden; }
    .gallery__wrapper--big {
      -ms-grid-column-span: 2;
      grid-column: span 2;
      -ms-grid-row-span: 2;
      grid-row: span 2;
      cursor: pointer; }
      .gallery__wrapper--big:after {
        content: url(../img/360.png);
        position: absolute;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        left: 50%;
        top: 50%; }
  .gallery__img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%; }

@media screen and (max-width: 1200px) {
  .gallery {
    margin: 0 calc( (100vw - 22.6vw * 4 - 30px) / 2);
    -ms-grid-rows: 17vw 10px 17vw;
    grid-template-rows: repeat(2, 17vw);
    -ms-grid-columns: 22.6vw 10px 22.6vw 10px 22.6vw 10px 22.6vw;
    grid-template-columns: repeat(4, 22.6vw); } }

@media screen and (max-width: 576px) {
  .gallery {
    margin: 0 calc( (100vw - 45.2vw * 2 - 10px) / 2);
    -ms-grid-rows: 34vw 10px 34vw 10px 34vw 10px 34vw;
    grid-template-rows: repeat(4, 34vw);
    -ms-grid-columns: 45.2vw 10px 45.2vw;
    grid-template-columns: repeat(2, 45.2vw); } }

/* IE10+ CSS styles go here */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .gallery__wrapper:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    -ms-grid-row-span: 3; }
  .gallery__wrapper:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 5; }
  .gallery__wrapper:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 7; }
  .gallery__wrapper:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 5; }
  .gallery__wrapper:nth-child(5) {
    -ms-grid-row: 3;
    -ms-grid-column: 7; } }

#map {
  width: 100%;
  height: 100vh; }

.map-wrapper {
  max-width: 100vw;
  max-height: 100vh;
  overflow: hidden; }

.section--location {
  position: relative;
  overflow: visible; }

.title--contact {
  margin: 0;
  margin-bottom: 1.5rem; }

.contact {
  z-index: 10;
  position: absolute;
  background: #fff;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 30%);
  -ms-transform: translate(-50%, 30%);
  -o-transform: translate(-50%, 30%);
  transform: translate(-50%, 30%);
  max-width: 770px;
  padding: 6rem 6rem 8rem 6rem;
  width: 90vw;
  overflow: hidden; }
  .contact__bg {
    position: absolute;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    bottom: 0;
    min-height: auto;
    height: 80%;
    z-index: -1; }
  .contact__box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .contact__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 49%; }
  .contact__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 49%; }
  .contact__link {
    font-family: "GothamBook", sans-serif;
    font-weight: 400;
    line-height: 34px;
    font-size: 18px;
    font-style: inherit;
    color: #2c4058;
    max-height: 34px;
    overflow: hidden;
    margin-top: 3rem;
    -webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out; }
    .contact__link i {
      color: #7e5aff; }
    .contact__link:hover, .contact__link:focus, .contact__link:active {
      text-decoration: underline; }
  .contact__input {
    margin-top: 3rem; }
    .contact__input--btn {
      margin: 3rem 0 0 auto;
      background-color: #fff; }
    .contact__input--text {
      font-family: "GothamBook", sans-serif;
      font-weight: 400;
      line-height: 34px;
      font-size: 18px;
      font-style: inherit;
      color: #2c4058;
      max-height: 58px;
      padding: 20px 10px;
      overflow: hidden;
      opacity: .7;
      border: 0;
      border-bottom: 1px solid #2c4058;
      -webkit-transition: all .25s ease-in-out;
      -o-transition: all .25s ease-in-out;
      transition: all .25s ease-in-out; }
      .contact__input--text:hover, .contact__input--text:focus, .contact__input--text:active {
        opacity: 1; }
      .contact__input--text:valid {
        opacity: 1;
        font-weight: 700; }
      .contact__input--text:focus:invalid {
        border-bottom: 1px solid #640000; }
      .contact__input--text:focus:valid {
        border-bottom: 1px solid #1d9100; }

#contact-link-time {
  position: relative;
  overflow: visible; }

@media screen and (max-width: 768px) {
  .contact {
    position: relative;
    left: 0;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
    width: 100%;
    padding-bottom: 80px; }
    .contact__bg {
      height: 80%; }
    .contact__box {
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    .contact__links {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 2;
      order: 2;
      width: 90%; }
    .contact__form {
      width: 90%; }
    .contact__link {
      font-family: "GothamBook", sans-serif;
      font-weight: 400;
      line-height: 34px;
      font-size: 18px;
      font-style: inherit;
      color: #2c4058;
      max-height: 34px;
      overflow: hidden;
      margin-top: 3rem;
      -webkit-transition: all .25s ease-in-out;
      -o-transition: all .25s ease-in-out;
      transition: all .25s ease-in-out; }
      .contact__link i {
        color: #7e5aff; }
      .contact__link:hover, .contact__link:focus, .contact__link:active {
        text-decoration: underline; }
    .contact__input {
      margin-top: 3rem; }
      .contact__input--btn {
        margin: 3rem 0 0 auto; }
      .contact__input--text {
        font-family: "GothamBook", sans-serif;
        font-weight: 400;
        line-height: 34px;
        font-size: 18px;
        font-style: inherit;
        color: #2c4058;
        max-height: 58px;
        padding: 20px 10px;
        overflow: hidden;
        opacity: .7;
        border: 0;
        border-bottom: 1px solid #2c4058;
        -webkit-transition: all .25s ease-in-out;
        -o-transition: all .25s ease-in-out;
        transition: all .25s ease-in-out; }
        .contact__input--text:hover, .contact__input--text:focus, .contact__input--text:active {
          opacity: 1; }
        .contact__input--text:valid {
          opacity: 1;
          font-weight: 700; }
        .contact__input--text:focus:invalid {
          border-bottom: 1px solid #640000; }
        .contact__input--text:focus:valid {
          border-bottom: 1px solid #1d9100; } }

/* IE10+ CSS styles go here */
@media screen and (max-width: 960px) {
  html {
    font-size: 8px; } }

@media screen and (max-width: 768px) {
  html {
    font-size: 6px; } }

@media screen and (max-width: 576px) {
  html {
    font-size: 4px; } }

/* IE10+ CSS styles go here */
