strong {
  font-weight: 800 !important; }

a {
  text-decoration: none !important;
  color: #000 !important; }

hr {
  background-color: #333;
  width: 75%; }

.svg {
  display: block;
  margin: auto; }

.section {
  text-align: center; }

#myVideo {
  position: absolute;
  z-index: -2;
  right: 0;
  bottom: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  background-color: black;
  /* in case the video doesn't fit the whole page*/
  background-position: center center;
  background-size: contain;
  -o-object-fit: cover;
  object-fit: cover;
  /*cover video background */ }

/* Layer with position absolute in order to have it over the video
* --------------------------------------- */
#section1 .layer {
  position: absolute;
  z-index: -1;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  background-color: #000;
  opacity: 0.5; }

#section1 {
  overflow: hidden; }

.section1__logo {
  position: absolute;
  top: 0;
  right: 50%;
  -webkit-transform: translate(50%, 100%);
  -ms-transform: translate(50%, 100%);
  transform: translate(50%, 100%);
  width: 130px;
  z-index: 99; }

.section1__maintxt {
  position: absolute;
  top: 50%;
  right: 50%;
  width: 290px;
  -webkit-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%); }

.section1__footertxt {
  position: absolute;
  bottom: 15%;
  right: 50%;
  width: 250px;
  -webkit-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%); }

.section1__cta {
  position: absolute;
  bottom: 10%;
  right: 50%;
  width: 190px;
  -webkit-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%); }

.section2__text {
  -webkit-transform: translateX(-1%);
  -ms-transform: translateX(-1%);
  transform: translateX(-1%);
  font-family: mr-eaves-modern, sans-serif;
  font-style: normal;
  font-weight: 300;
  text-align: center; }

.footer__text {
  font-family: aktiv-grotesk-extended, sans-serif;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 4.5px;
  text-align: center; }

.row {
  background-color: #e7e7e0;
  margin: 15px 0 0 !important;
  min-height: 700px; }

.page2hero {
  width: 50%;
  -webkit-transform: translate(0%, 10%);
  -ms-transform: translate(0%, 10%);
  transform: translate(0%, 10%);
  display: none; }

.page2heroMobile {
  display: block;
  padding-top: 0px;
  -webkit-transform: translate(0%, 5%);
  -ms-transform: translate(0%, 5%);
  transform: translate(0%, 5%);
  width: 100%; }

.contactInfo {
  text-align: center;
  padding: 24px 50px 0; }
  .contactInfo p {
    font-size: 0.9rem; }
    .contactInfo p:first-child {
      letter-spacing: 6px; }
    .contactInfo p:last-child {
      font-size: 0.9rem; }

.formheader {
  text-align: center;
  padding: 5px 50px 0px;
  letter-spacing: 6px;
  font-size: 0.9rem; }

input[type="text"], input[type="tel"], input[type="email"], select, option, textarea {
  border: none !important;
  outline: none !important;
  background: none !important;
  border-bottom: 1px solid #333 !important;
  width: 80% !important;
  border-radius: 0 !important;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none; }

input[type="text"]:focus, input[type="tel"]:focus, input[type="email"]:focus, select, option, textarea, input[type="submit"]:focus {
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }

.cust-btn {
  border: none !important;
  background: none !important;
  position: relative !important;
  right: 20%;
  letter-spacing: 4px;
  font-size: 0.8rem !important; }

.right-arrow {
  display: inline-block;
  height: 11px;
  width: 11px;
  border-style: solid;
  border-color: #000;
  border-width: 0px 2px 2px 0px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: relative;
  top: 1px;
  left: 8px; }

.down-arrow::after {
  content: "";
  display: inline-block;
  height: 11px;
  width: 11px;
  border-style: solid;
  border-color: #000;
  border-width: 0px 2px 2px 0px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 25%;
  right: 25%;
  pointer-events: none; }

input[type="text"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, textarea::-webkit-input-placeholder, select {
  color: grey !important; }

input[type="text"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, textarea:-ms-input-placeholder, select {
  color: grey !important; }

input[type="text"]::-ms-input-placeholder, input[type="tel"]::-ms-input-placeholder, input[type="email"]::-ms-input-placeholder, textarea::-ms-input-placeholder, select {
  color: grey !important; }

input[type="text"]::placeholder, input[type="tel"]::placeholder, input[type="email"]::placeholder, textarea::placeholder, select {
  color: grey !important; }

form {
  text-align: right;
  -webkit-transform: translateX(9%);
  -ms-transform: translateX(9%);
  transform: translateX(9%); 
  font-family: mr-eaves-modern, sans-serif;
  font-style: normal;
  font-weight: 300;
}

#pp-nav.custom span,
.pp-slidesNav.custom span {
  border: 1px solid #fff !important; }

#pp-nav.custom li .active span,
.pp-slidesNav.custom .active span {
  background: #fff !important; }

#pp-nav.custom .pp-tooltip {
  color: #fff !important; }

@media (min-width: 576px) and (max-width: 767.98px) {
  .page2hero {
    width: 100%;
    -webkit-transform: translate(2%, 30%);
    -ms-transform: translate(2%, 30%);
    transform: translate(2%, 30%);
    display: block; }
  .page2heroMobile {
    display: none; }
  .row {
    min-height: 600px; }
  .section2__text {
    padding: 15% 0 0; }
  hr {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    position: fixed;
    left: 18%;
    top: 50%;
    width: 63%; }
  .contactInfo {
    padding: 55% 0 0; }
    .contactInfo p {
      font-size: 1.2rem; }
      .contactInfo p:first-child {
        letter-spacing: 6px; }
      .contactInfo p:last-child {
        font-size: 1.1rem; }
  .formheader {
    text-align: center;
    padding: 30% 0px 0px;
    letter-spacing: 3px;
    font-size: 1.2rem; }
  .section1__logo {
    position: absolute;
    top: 0;
    right: 50%;
    -webkit-transform: translate(50%, 100%);
    -ms-transform: translate(50%, 100%);
    transform: translate(50%, 100%);
    width: 150px;
    z-index: 99; }
  .section1__maintxt {
    position: absolute;
    top: 50%;
    right: 50%;
    width: 450px;
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%); }
  .section1__footertxt {
    position: absolute;
    bottom: 15%;
    right: 50%;
    width: 350px;
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%); }
  .section1__cta {
    position: absolute;
    bottom: 10%;
    right: 50%;
    width: 225px;
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%); } }

@media (min-width: 768px) and (max-width: 991.98px) {
  .page2hero {
    width: 100%;
    -webkit-transform: translate(2%, 18%) scale(1);
    -ms-transform: translate(2%, 18%) scale(1);
    transform: translate(2%, 18%) scale(1);
    max-width: 390px;
    display: block; }
  .page2heroMobile {
    display: none; }
  .row {
    min-height: 550px; }
  .section2__text {
    padding: 15% 0 0;
    text-align: left; }
  form {
    -webkit-transform: translateX(4%);
    -ms-transform: translateX(4%);
    transform: translateX(4%); }
  hr {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    position: fixed;
    left: 26%;
    top: 49%;
    width: 48%; }
  .contactInfo {
    margin-top: 35%; }
    .contactInfo p {
      font-size: 1.2rem; }
      .contactInfo p:first-child {
        letter-spacing: 6px; }
      .contactInfo p:last-child {
        font-size: 1.2rem; }
  .formheader {
    text-align: center;
    padding: 30% 0 0;
    letter-spacing: 6px;
    font-size: 1.2rem; }
  #subjectLine, textarea {
    width: 90% !important; }
  .section1__logo {
    position: absolute;
    top: 0;
    right: 50%;
    -webkit-transform: translate(50%, 100%);
    -ms-transform: translate(50%, 100%);
    transform: translate(50%, 100%);
    width: 150px;
    z-index: 99; }
  .section1__maintxt {
    position: absolute;
    top: 50%;
    right: 50%;
    width: 440px;
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%); }
  .section1__footertxt {
    position: absolute;
    bottom: 15%;
    right: 50%;
    width: 380px;
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%); }
  .section1__cta {
    position: absolute;
    bottom: 10%;
    right: 50%;
    width: 275px;
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%); } }

@media (min-width: 992px) and (max-width: 1199.98px) {
  .row {
    height: 45%;
    min-height: 400px; }
  .page2hero {
    width: 85%;
    max-width: 400px;
    -webkit-transform: scale(1.1) translate(10%, 0%);
    -ms-transform: scale(1.1) translate(10%, 0%);
    transform: scale(1.1) translate(10%, 0%);
    display: block; }
  .page2heroMobile {
    display: none; }
  .section2__text {
    text-align: left;
    padding: 7% 0 0; }
  form {
    -webkit-transform: translateX(5%);
    -ms-transform: translateX(5%);
    transform: translateX(5%); }
  hr {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    position: fixed;
    left: 34%;
    top: 49%;
    width: 32%;
    max-width: 40vh; }
  .contactInfo {
    padding: 25% 0; }
    .contactInfo p {
      font-size: 1rem; }
      .contactInfo p:first-child {
        letter-spacing: 6px; }
      .contactInfo p:last-child {
        font-size: 1.1rem; }
  .formheader {
    text-align: center;
    padding: 12% 0 0;
    letter-spacing: 6px;
    font-size: 1rem; }
  #subjectLine, textarea {
    width: 90% !important; }
  .section1__logo {
    position: absolute;
    top: 0;
    right: 50%;
    -webkit-transform: translate(50%, 100%);
    -ms-transform: translate(50%, 100%);
    transform: translate(50%, 100%);
    width: 150px;
    z-index: 99; }
  .section1__maintxt {
    position: absolute;
    top: 50%;
    right: 50%;
    width: 550px;
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%); }
  .section1__footertxt {
    position: absolute;
    bottom: 15%;
    right: 50%;
    width: 380px;
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%); }
  .section1__cta {
    position: absolute;
    bottom: 10%;
    right: 50%;
    width: 250px;
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%); } }

@media (min-width: 1200px) and (max-width: 1529px) {
  .row {
    height: 45%;
    min-height: 0; }
  .page2hero {
    width: 85%;
    max-width: 425px;
    -webkit-transform: scale(1.1) translate(20%, 0%);
    -ms-transform: scale(1.1) translate(20%, 0%);
    transform: scale(1.1) translate(20%, 0%);
    display: block; }
  .page2heroMobile {
    display: none; }
  .section2__text {
    -webkit-transform: translate(-6%);
    -ms-transform: translate(-6%);
    transform: translate(-6%);
    text-align: left;
    padding: 6% 0 0; }
  form {
    -webkit-transform: translateX(5%);
    -ms-transform: translateX(5%);
    transform: translateX(5%); }
  hr {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    position: fixed;
    left: 34%;
    top: 49%;
    width: 32%;
    max-width: 40vh; }
  .contactInfo {
    padding: 19% 0; }
    .contactInfo p {
      font-size: 1.2rem; }
      .contactInfo p:first-child {
        letter-spacing: 6px; }
      .contactInfo p:last-child {
        font-size: 1rem; }
  .formheader {
    text-align: center;
    padding: 9% 0 0;
    letter-spacing: 6px;
    font-size: 1.2rem; }
  #subjectLine, textarea {
    width: 90% !important; }
  .section1__logo {
    position: absolute;
    top: 0;
    right: 50%;
    -webkit-transform: translate(50%, 100%);
    -ms-transform: translate(50%, 100%);
    transform: translate(50%, 100%);
    width: 150px;
    z-index: 99; }
  .section1__maintxt {
    position: absolute;
    top: 50%;
    right: 50%;
    width: 600px;
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%); }
  .section1__footertxt {
    position: absolute;
    bottom: 15%;
    right: 50%;
    width: 420px;
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%); }
  .section1__cta {
    position: absolute;
    bottom: 10%;
    right: 50%;
    width: 290px;
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%); } }

@media (min-width: 1530px) {
  .row {
    height: 45%;
    min-height: 0; }
  .page2hero {
    width: 85%;
    max-width: 500px;
    -webkit-transform: scale(1.1) translate(15%, -9%);
    -ms-transform: scale(1.1) translate(15%, -9%);
    transform: scale(1.1) translate(15%, -9%);
    display: block; }
  .page2heroMobile {
    display: none; }
  .section2__text {
    -webkit-transform: translate(-5%, 9%);
    -ms-transform: translate(-5%, 9%);
    transform: translate(-5%, 9%);
    text-align: left;
    padding: 3% 0 0; }
  form {
    -webkit-transform: translateX(4%);
    -ms-transform: translateX(4%);
    transform: translateX(4%); }
  hr {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    position: fixed;
    left: 34%;
    top: 49%;
    width: 32%;
    max-width: 40vh; }
  .contactInfo {
    padding: 15% 0; }
    .contactInfo p {
      font-size: 1.2rem; }
      .contactInfo p:first-child {
        letter-spacing: 6px; }
      .contactInfo p:last-child {
        font-size: 1rem; }
  .formheader {
    text-align: center;
    padding: 7% 0 0;
    letter-spacing: 6px;
    font-size: 1.2rem; }
  #subjectLine, textarea {
    width: 90% !important; }
  .section1__logo {
    position: absolute;
    top: 0;
    right: 50%;
    -webkit-transform: translate(50%, 100%);
    -ms-transform: translate(50%, 100%);
    transform: translate(50%, 100%);
    width: 200px;
    z-index: 99; }
  .section1__maintxt {
    position: absolute;
    top: 50%;
    right: 50%;
    width: 600px;
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%); }
  .section1__footertxt {
    position: absolute;
    bottom: 15%;
    right: 50%;
    width: 420px;
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%); }
  .section1__cta {
    position: absolute;
    bottom: 10%;
    right: 50%;
    width: 290px;
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%); } }

@media (max-height: 860px) and (max-width: 425px) {
  .page2hero {
    width: 45%;
    padding-top: 15px;
    -webkit-transform: translate(0%, 50%);
    -ms-transform: translate(0%, 50%);
    transform: translate(0%, 50%); }
  .section2__text {
    font-size: 0.9rem;
    text-align: center; }
  .footer__text {
    font-size: 0.7rem;
    letter-spacing: 4px; }
  .row {
    min-height: 100%;
    margin: 0 !important; }
  .mobile-hidden2 {
    display: none; }
  .contactInfo {
    text-align: center;
    padding: 2.5% 0 0 0; }
    .contactInfo p {
      font-size: 0.8rem; }
      .contactInfo p:first-child {
        letter-spacing: 4px; }
      .contactInfo p:last-child {
        font-size: 0.8rem;
        -webkit-transform: translateY(-15%);
        -ms-transform: translateY(-15%);
        transform: translateY(-15%); }
  hr {
    display: none; }
  .mobile-hidden {
    display: none;
    height: 0; }
  .formheader {
    text-align: center;
    padding: 0px 0px 0px;
    margin-top: -25%;
    letter-spacing: 4px;
    font-size: 0.9rem; }
  .form-group {
    margin-bottom: 0.5rem !important; } }

@media (max-height: 610px) and (width: 320px) {
  .page2hero {
    display: none;
    padding-top: 0px;
    -webkit-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    transform: translate(0%, 0%); }
  .page2heroMobile {
    display: block;
    padding-top: 0px;
    -webkit-transform: translate(0%, 5%);
    -ms-transform: translate(0%, 5%);
    transform: translate(0%, 5%);
    width: 100%; }
  .mobile-hidden2 {
    display: none; }
  .section2__text {
    font-size: 0.9rem;
    text-align: center;
    -webkit-transform: translateY(-8%);
    -ms-transform: translateY(-8%);
    transform: translateY(-8%); }
  .footer__text {
    font-size: 0.6rem;
    letter-spacing: 2px; }
  .row {
    min-height: 100%;
    margin: 0 !important; }
  .contactInfo {
    text-align: center;
    margin-top: 5%; }
    .contactInfo p {
      font-size: 0.7rem; }
      .contactInfo p:first-child {
        letter-spacing: 2px; }
      .contactInfo p:last-child {
        font-size: 0.7rem;
        -webkit-transform: translateY(-10%);
        -ms-transform: translateY(-10%);
        transform: translateY(-10%); }
  hr {
    display: none; }
  .mobile-hidden {
    display: none;
    height: 0; }
  .formheader {
    text-align: center;
    padding: 0px 0px 0px;
    margin-top: -30%;
    letter-spacing: 4px;
    font-size: 0.7rem; }
  .form-group {
    margin-bottom: 0rem !important; }
  input[type="text"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, textarea::-webkit-input-placeholder, select {
    color: grey !important;
    font-size: 0.8rem; }
  input[type="text"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, textarea:-ms-input-placeholder, select {
    color: grey !important;
    font-size: 0.8rem; }
  input[type="text"]::-ms-input-placeholder, input[type="tel"]::-ms-input-placeholder, input[type="email"]::-ms-input-placeholder, textarea::-ms-input-placeholder, select {
    color: grey !important;
    font-size: 0.8rem; }
  input[type="text"]::placeholder, input[type="tel"]::placeholder, input[type="email"]::placeholder, textarea::placeholder, select {
    color: grey !important;
    font-size: 0.8rem; }
  .form-group select {
    font-size: 0.8rem !important; }
  .section1__footertxt, .section1__cta {
    margin-bottom: 5%; } }

@media (width: 1024px) and (height: 1366px) {
  .row {
    height: 30%;
    min-height: 0; }
  .page2hero {
    width: 85%;
    max-width: 400px;
    -webkit-transform: scale(1.1) translate(10%, -5%);
    -ms-transform: scale(1.1) translate(10%, -5%);
    transform: scale(1.1) translate(10%, -5%); }
  .section2__text {
    padding-top: 7%; }
  .contactInfo {
    padding: 25% 0; }
    .contactInfo p {
      font-size: 1rem; }
      .contactInfo p:first-child {
        letter-spacing: 6px; }
      .contactInfo p:last-child {
        font-size: 1rem; }
  .formheader {
    text-align: center;
    padding: 12% 0 0;
    letter-spacing: 6px;
    font-size: 1rem; } }
