.main-container .main-cover {
  position: relative;
}
@media (max-width: 640px) {
  .main-container .main-cover {
    display: flex;
    flex-direction: column-reverse;
  }
}
.main-container .main-cover-desc {
  font-family: "Helvetica Neue";
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 0;
  top: 7.8125vw;
  width: 33.333%;
  text-align: center;
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 1700px) {
  .main-container .main-cover-desc {
    top: 6.7708333333vw;
  }
}
@media (max-width: 640px) {
  .main-container .main-cover-desc {
    position: static;
    background: black;
    width: 100%;
  }
}
.main-container .main-cover-desc__title {
  font-size: 64px;
  line-height: 60px;
  font-weight: 700;
  margin: 0 0 10px 0;
}
@media (max-width: 1700px) {
  .main-container .main-cover-desc__title {
    font-size: 48px;
    line-height: 48px;
  }
}
@media (max-width: 640px) {
  .main-container .main-cover-desc__title {
    font-size: 11.25vw;
    line-height: 10vw;
    margin: 9.375vw 0 3.125vw 0;
  }
}
.main-container .main-cover-desc__copy {
  font-size: 16px;
  line-height: 20px;
  margin: 0 0 0 0;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.64);
}
@media (max-width: 1700px) {
  .main-container .main-cover-desc__copy {
    font-size: 12px;
    line-height: 16px;
  }
}
@media (max-width: 640px) {
  .main-container .main-cover-desc__copy {
    font-size: 3.125vw;
    line-height: 3.75vw;
    margin: 2.8125vw auto 4.6875vw auto;
    width: 80vw;
  }
}
.main-container .main-cover-desc__button {
  display: inline-block;
  background: #1971D4;
  border-radius: 6px;
  width: 175px;
  height: 55px;
  line-height: 55px;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 1px;
  color: white;
  text-decoration: none;
  margin: 28px 0 30px 0;
}
@media (max-width: 1700px) {
  .main-container .main-cover-desc__button {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    margin: 15px 0 20px 0;
  }
}
@media (max-width: 640px) {
  .main-container .main-cover-desc__button {
    width: 37.5vw;
    height: 10vw;
    font-size: 3.125vw;
    line-height: 10vw;
    margin: 0 0 4.6875vw 0;
  }
}
.main-container .main-cover-desc__logo {
  margin: 28px 0 23px 0;
}
@media (max-width: 1700px) {
  .main-container .main-cover-desc__logo {
    width: 182px;
    margin: 20px 0 16px 0;
  }
}
@media (max-width: 640px) {
  .main-container .main-cover-desc__logo {
    width: 40vw;
    margin: 3.75vw 0 0 0;
  }
}
.main-container .main-cover-desc__separator {
  height: 28px;
  width: 1px;
  background: rgba(255, 255, 255, 0.64);
  margin: 0 auto;
}
@media (max-width: 1700px) {
  .main-container .main-cover-desc__separator {
    display: none;
  }
}
@media (max-width: 640px) {
  .main-container .main-cover-desc__separator {
    display: block;
    height: 5vw;
  }
}
.main-container .main-buttons {
  display: flex;
  width: 100%;
  height: 100px;
  color: red;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 25px 0;
}
@media (max-width: 640px) {
  .main-container .main-buttons {
    width: 100%;
    height: auto;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 0;
    margin-bottom: 15vw;
  }
}
.main-container .main-buttons__link {
  width: 33.333%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1D252C;
  font-family: "Helvetica Neue";
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px; /* 133.333% */
  letter-spacing: -0.24px;
  text-decoration: none;
}
@media (max-width: 640px) {
  .main-container .main-buttons__link {
    width: 100%;
    font-size: 5vw;
    height: 15vw;
    line-height: 15vw;
  }
}
.main-container .main-buttons__link:hover {
  color: #1971D4;
}
.main-container .main-buttons__link:not(:last-child) {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
@media (max-width: 640px) {
  .main-container .main-buttons__link:not(:last-child) {
    border-right: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
}
@media (max-width: 640px) {
  .main-container .main-buttons {
    flex-direction: column;
  }
}
.main-container .bottom-section {
  font-family: "Helvetica Neue";
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 155px auto 128px auto;
  width: 850px;
  text-align: center;
}
@media (max-width: 640px) {
  .main-container .bottom-section {
    margin: 15vw auto 15vw auto;
    width: 75vw;
  }
}
@media (max-width: 640px) {
  .main-container .bottom-section__logo {
    width: 75vw;
    height: auto;
  }
}
.main-container .bottom-section__copy {
  margin: 19px 0 21px 0;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  color: #5C6163 !important;
}
@media (max-width: 640px) {
  .main-container .bottom-section__copy {
    font-size: 3.75vw;
    line-height: 5vw;
    width: 75vw;
    text-align: left;
    margin: 2.5vw 0 6.25vw 0;
  }
}
.main-container .bottom-section__button {
  font-family: "Helvetica Neue";
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  font-weight: 700;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  background: #1971D4;
  border-radius: 3px;
  color: white;
  text-decoration: none;
  padding: 0 15px 0 15px;
  margin: 20px 0 50px 0;
}
@media (max-width: 640px) {
  .main-container .bottom-section__button {
    font-size: 4.0625vw;
    height: 12.5vw;
    line-height: 12.5vw;
    padding: 0;
    margin: 0 0 12.5vw 0;
    width: 100%;
  }
}
.main-container .bottom-section__image {
  width: 100%;
}/*# sourceMappingURL=model-pages.css.map */