@font-face {
  font-family: Sohne Buch;
  src: url('../fonts/Sohne-Buch.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Sohne Leicht;
  src: url('../fonts/Sohne-Leicht.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Millionaire Script 1";
  src: url('../fonts/Millionaire-Script.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Millionaire Script;
  src: url('../fonts/Millionaire-Script.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Sohne Leicht;
  src: url('../fonts/Sohne-Leicht.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Sohnebreit Buch;
  src: url('../fonts/SohneBreit-Buch.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Sohne Buch;
  src: url('../fonts/Sohne-Buch.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Sohnebreit Leicht;
  src: url('../fonts/SohneBreit-Leicht.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.section {
  object-fit: cover;
  background-color: #910b00;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.container {
  flex-flow: column;
  justify-content: space-between;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 0 10rem;
  position: relative;
}

.left-div {
  grid-column-gap: 0vw;
  grid-row-gap: 0vw;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  width: 50%;
  display: grid;
}

.heading {
  z-index: 9999;
  color: #fff;
  text-transform: uppercase;
  margin-left: 10px;
  font-family: Sohnebreit Buch, Arial, sans-serif;
  font-size: 1vw;
  font-weight: 400;
  line-height: 1.4vw;
  position: absolute;
}

.heading.right {
  text-align: right;
  margin-top: 10px;
  font-family: Sohne Buch, Arial, sans-serif;
}

.heading.center {
  text-align: center;
  margin-top: 40px;
}

.content {
  position: relative;
  overflow: hidden;
}

.quick-stack {
  width: 100%;
  height: 100%;
  padding: 0;
}

.video-div {
  width: 100%;
  height: 100%;
}

.grid-link {
  text-decoration: none;
}

.right-column {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
}

.logo-div {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.video-download-link {
  text-align: right;
  width: 100%;
  text-decoration: none;
}

.logo {
  width: 400px;
  margin-top: 40px;
}

.logo.company {
  margin-bottom: 0;
}

.video-player {
  width: 100%;
  height: 100%;
}

.image {
  filter: brightness(80%);
  object-fit: cover;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 12vw;
}

.image.tall {
  height: 24vw;
}

.image.tall-2 {
  height: 14vw;
}

.image.short {
  height: 10vw;
}

.grid-div {
  width: 100%;
}

.left-column {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.div-block {
  width: 100%;
}

.top-div {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.bottom-div {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.content-wrapper {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100%;
}

.center-div {
  display: flex;
}

.image-horizontal {
  filter: brightness(80%);
  object-fit: cover;
  width: 100%;
  height: 18vw;
}

.image-logo {
  object-fit: cover;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  height: 18vw;
}

.right-div {
  grid-column-gap: 0vw;
  grid-row-gap: 0vw;
  grid-template-rows: auto auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  width: 50%;
  display: grid;
}

.middle-div {
  flex-flow: column;
  display: flex;
}

.main-logo {
  width: 280px;
}

.image-tall {
  filter: brightness(80%);
  object-fit: cover;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 24vw;
}

.bottom-left {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  width: 50%;
  display: grid;
}

.bottom-right {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  width: 50%;
  display: grid;
  position: relative;
}

.footer-div {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.image-3 {
  width: 270px;
}

.absolute {
  position: absolute;
  inset: 1% auto auto 1%;
}

.absolute.hide {
  z-index: 9999;
  width: 110px;
}

.absulute-2 {
  z-index: 9999;
  width: 150px;
  position: absolute;
  inset: 5% 0% auto auto;
}

.absolute-3 {
  position: absolute;
  inset: auto 8% 11% auto;
}

.absolute-3.hide {
  z-index: 9999;
  width: 120px;
  bottom: 13%;
  right: 11%;
}

.creature {
  width: 100%;
}

.middle-grid-mobile {
  display: none;
}

.download-portal-button {
  color: #fff;
  text-transform: capitalize;
  background-color: #a89e90;
  border-radius: 6px;
  font-family: Sohnebreit Buch, Arial, sans-serif;
  position: static;
  inset: auto 3% 31% auto;
}

.download-portal-button:hover {
  background-color: #453f39;
}

.center-align-div {
  justify-content: center;
  align-items: center;
  display: flex;
}

@media screen and (min-width: 1920px) {
  .section {
    height: 100vh;
  }

  .container {
    height: 100%;
    padding: 2vw 10vw;
  }

  .left-div {
    grid-column-gap: 0vw;
    grid-row-gap: 0vw;
  }

  .heading {
    font-size: 1vw;
    line-height: 1.8vw;
  }

  .video-download-link {
    width: 100%;
  }

  .logo {
    width: 600px;
    margin-top: 2.083vw;
  }

  .video-player {
    height: 100%;
  }

  .image {
    height: 18vw;
  }

  .top-div {
    margin-bottom: .521vw;
  }

  .image-horizontal, .image-logo {
    height: 18vw;
  }

  .right-div {
    grid-column-gap: 0vw;
    grid-row-gap: 0vw;
  }

  .main-logo {
    width: 332px;
  }

  .image-tall {
    height: 18vw;
  }

  .footer-div {
    margin-top: 2.083vw;
  }

  .image-3 {
    width: 300px;
  }

  .absolute.hide {
    top: 9%;
  }

  .absulute-2 {
    top: 12%;
  }

  .absolute-3.hide {
    bottom: 19%;
    right: 11%;
  }

  .creature {
    width: 200px;
  }

  .download-portal-button {
    align-self: center;
    font-size: 20px;
    line-height: 30px;
    position: static;
    right: 7%;
  }

  .center-align-div {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }
}

@media screen and (max-width: 991px) {
  .section {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    justify-content: space-between;
    align-items: center;
  }

  .container {
    max-width: 100%;
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .left-div {
    grid-column-gap: 0vw;
    grid-row-gap: 0vw;
    grid-template-columns: 1fr 1fr;
  }

  .heading {
    font-size: 1.3vw;
  }

  .heading.right {
    text-align: left;
  }

  .quick-stack {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .video-div {
    padding-bottom: 60px;
  }

  .logo-div {
    width: 60%;
  }

  .logo {
    width: 250px;
  }

  .video-player {
    height: 100%;
  }

  .image {
    height: 25vw;
  }

  .left-column {
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
  }

  .top-div {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    margin-bottom: 20px;
  }

  .image-horizontal, .image-logo {
    height: 25vw;
  }

  .right-div {
    grid-column-gap: 0vw;
    grid-row-gap: 0vw;
    grid-template-columns: 1fr 1fr;
  }

  .main-logo {
    width: 200px;
  }

  .image-tall {
    height: 25vw;
  }

  .absolute {
    top: 7%;
    left: 2%;
  }

  .absolute-3 {
    bottom: 29%;
  }

  .creature {
    width: 100px;
  }

  .download-portal-button {
    padding-right: 10px;
    font-size: 1.3vw;
    line-height: 1.4vw;
    bottom: -61%;
    right: -16%;
  }
}

@media screen and (max-width: 767px) {
  .container {
    padding: 4rem;
  }

  .left-div {
    grid-column-gap: 0vw;
    grid-row-gap: 0vw;
  }

  .heading {
    font-size: 1.3vw;
    line-height: 2vw;
  }

  .heading.right {
    text-align: left;
  }

  .video-div {
    flex-flow: column;
    justify-content: space-between;
    margin-top: 0;
    padding-bottom: 60px;
  }

  .right-column {
    height: auto;
  }

  .logo-div {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .video-download-link {
    text-align: left;
  }

  .logo {
    width: 300px;
    margin-bottom: 20px;
  }

  .image {
    height: 25vw;
  }

  .left-column {
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .top-div {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .image-horizontal, .image-logo {
    height: 25vw;
  }

  .right-div {
    grid-column-gap: 0vw;
    grid-row-gap: 0vw;
  }

  .main-logo {
    width: 150px;
  }

  .image-tall {
    height: 25vw;
  }

  .bottom-left, .bottom-right {
    grid-template-columns: 1fr 1fr;
  }

  .image-3 {
    width: 150px;
  }

  .download-portal-button {
    font-size: 11px;
    line-height: 16px;
    inset: auto -9% -88% auto;
  }
}

@media screen and (max-width: 479px) {
  .section {
    height: auto;
  }

  .container {
    padding: 2rem;
  }

  .left-div {
    grid-column-gap: 1vw;
    grid-row-gap: 1vw;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .heading {
    margin-top: 15px;
    margin-left: 15px;
    font-size: 3vw;
  }

  .right-column {
    height: auto;
  }

  .logo {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .image {
    height: 50vw;
  }

  .image.tall {
    background-position: 50% 0;
    background-size: cover;
    height: 80vw;
  }

  .image.tall-2, .image.short {
    height: 60vw;
  }

  .top-div {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .bottom-div, .center-div {
    grid-column-gap: 1vw;
    grid-row-gap: 1vw;
    flex-flow: column;
  }

  .image-horizontal, .image-logo {
    height: 50vw;
  }

  .right-div {
    grid-column-gap: 1vw;
    grid-row-gap: 1vw;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .middle-div {
    grid-column-gap: 1vw;
    grid-row-gap: 1vw;
    display: none;
  }

  .main-logo {
    width: 240px;
  }

  .image-tall {
    height: 50vw;
  }

  .bottom-left {
    grid-column-gap: 1vw;
    grid-row-gap: 1vw;
    grid-template-columns: 1.25fr;
    width: 100%;
  }

  .bottom-right {
    grid-column-gap: 0vw;
    grid-row-gap: 0vw;
    grid-template-columns: 1.5fr;
    width: 100%;
  }

  .footer-div {
    margin-top: 20px;
  }

  .image-3 {
    width: 170px;
  }

  .absolute.hide {
    top: -6%;
  }

  .absulute-2 {
    width: 100px;
    top: 4%;
  }

  .absolute-3.hide {
    display: none;
  }

  .middle-grid-mobile {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .download-portal-button {
    position: static;
  }
}

#w-node-_642c85e7-7bce-0a34-5156-2fadc200cc09-7747cfbf, #w-node-_537888e2-4c5f-4cd9-92f9-698d5eefc9c8-7747cfbf, #w-node-_67573ef1-b403-7243-b25e-3c4c11b695b6-7747cfbf {
  grid-template-rows: auto;
  grid-template-columns: 1fr 2.25fr;
}

#w-node-_8813dcc3-ebf8-17b9-22ab-7530b3c1d269-7747cfbf {
  justify-self: center;
}

@media screen and (max-width: 767px) {
  #w-node-_642c85e7-7bce-0a34-5156-2fadc200cc09-7747cfbf, #w-node-_537888e2-4c5f-4cd9-92f9-698d5eefc9c8-7747cfbf, #w-node-_67573ef1-b403-7243-b25e-3c4c11b695b6-7747cfbf {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_82c7bfc1-327d-6d44-1807-9bb7da897774-7747cfbf {
    justify-self: center;
  }
}


@font-face {
  font-family: 'Sohne Buch';
  src: url('../fonts/Sohne-Buch.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sohne Leicht';
  src: url('../fonts/Sohne-Leicht.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Millionaire Script 1';
  src: url('../fonts/Millionaire-Script.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Millionaire Script';
  src: url('../fonts/Millionaire-Script.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sohne Leicht';
  src: url('../fonts/Sohne-Leicht.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sohnebreit Buch';
  src: url('../fonts/SohneBreit-Buch.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sohne Buch';
  src: url('../fonts/Sohne-Buch.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sohnebreit Leicht';
  src: url('../fonts/SohneBreit-Leicht.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}