.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

body {
  background-color: #111;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Alliance No.1', sans-serif;
  color: #fff;
  font-size: 80px;
  line-height: 105%;
  font-weight: 700;
}

h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Alliance No.1', sans-serif;
  color: #fff;
  font-size: 56px;
  line-height: 115%;
  font-weight: 700;
}

h3 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Alliance No.1', sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

p {
  margin-bottom: 10px;
  font-family: 'Alliance No.1', sans-serif;
  color: #999;
  font-size: 18px;
  line-height: 165%;
}

a {
  color: #999;
  font-style: italic;
  text-decoration: underline;
}

.hero-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 95vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-image: url('../images/bg-image-min.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.main-container {
  width: 100%;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px;
}

.main-container.nav {
  margin-bottom: 40px;
  padding-top: 32px;
  padding-bottom: 32px;
}

.hero-copy {
  max-width: 66%;
}

.max-60 {
  max-width: 60%;
}

.spacer-24 {
  margin-bottom: 24px;
}

.button-green {
  padding: 16px 20px 14px;
  border-style: solid;
  border-width: 1px;
  border-color: #8afd62;
  border-radius: 4px;
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Alliance No.1', sans-serif;
  color: #8afd62;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.button-green:hover {
  background-color: #8afd62;
  color: #111;
}

.spacer-32 {
  margin-bottom: 32px;
}

.mid-section {
  background-color: #1e1e1e;
}

.container-mid {
  width: 100%;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding: 80px 20px;
}

.container-mid.nav {
  padding-top: 32px;
  padding-bottom: 32px;
}

.grid-two {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.heading {
  font-size: 56px;
  line-height: 133%;
}

.footer {
  background-color: #111;
}

.grid-footer {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 0.25fr 1fr;
  grid-template-columns: 0.25fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footer-text {
  font-size: 12px;
}

.spacer-16 {
  margin-bottom: 16px;
}

.btn-strip_green {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 12px 24px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #8afd62;
  border-radius: 4px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #8afd62;
  font-style: normal;
  text-decoration: none;
}

.btn-strip_green:hover {
  background-color: #8afd62;
  color: #111;
}

.secondary-hero_top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 360px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #111;
  background-image: url('../images/small-bg-min.jpg');
  background-position: 100% 50%;
  background-size: auto 100%;
  background-repeat: no-repeat;
}

.mid-section_b {
  background-color: #111;
}

.fc-white {
  color: #fff;
}

.terms-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #111;
  background-image: url('../images/app-bg-min.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.small-container {
  padding: 24px;
  text-align: center;
}

.feedback-wrapper {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(30, 30, 30, 0.8);
}

.feedback-box {
  position: relative;
  max-width: 600px;
  padding: 32px;
  border-style: solid;
  border-width: 1px;
  border-color: #333;
  border-radius: 12px;
  background-color: #111;
}

.feedback-message {
  min-height: 160px;
  border-radius: 4px;
  background-color: #111;
  color: #fff;
}

.close-icon {
  position: absolute;
  left: auto;
  top: 32px;
  right: 32px;
  bottom: auto;
  cursor: pointer;
}

.back-to-top {
  position: fixed;
  left: auto;
  top: auto;
  right: 24px;
  bottom: 24px;
  width: 48px;
  height: 48px;
}

.feedback-message-big {
  min-height: 240px;
  border-radius: 4px;
  background-color: #111;
  color: #fff;
}

.feedback-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #111;
  background-image: url('../images/app-bg-min.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 64px;
  }

  h2 {
    font-size: 40px;
  }

  .hero-top {
    background-image: url('../images/mobile-bg-min.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }

  .main-container {
    text-align: center;
  }

  .main-container.nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .hero-copy {
    max-width: 100%;
    text-align: center;
  }

  .max-60.spacer-32.hero {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .container-mid {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .grid-two {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-footer {
    justify-items: center;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .secondary-hero_top {
    height: auto;
    background-image: url('../images/mobile-bg-min.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }

  .terms-content {
    background-image: url('../images/mobile-bg-min.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }

  .feedback-content {
    background-image: url('../images/mobile-bg-min.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 24px;
  }

  h4 {
    font-size: 14px;
  }

  p {
    font-size: 16px;
    line-height: 165%;
  }

  .max-60 {
    max-width: 100%;
  }

  .button-green {
    font-size: 12px;
  }

  .btn-strip_green {
    padding: 10px 20px;
  }

  .feedback-box {
    height: 100vh;
  }
}

@media screen and (max-width: 479px) {
  p {
    font-size: 14px;
  }

  .small-container {
    padding-right: 20px;
    padding-left: 20px;
  }
}

#w-node-_696ab0f2-7f67-edb1-9587-6bd68cb3d599-105d6c42 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_0dc52ae2-1d3f-2b79-1573-e98b17fb6f12-105d6c42 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_8a75cf25-9083-3d82-df53-e20601060795-105d6c42 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_8a75cf25-9083-3d82-df53-e20601060795-9ca3cedd {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_8a75cf25-9083-3d82-df53-e20601060795-e9d9a884 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_8a75cf25-9083-3d82-df53-e20601060795-90044b91 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_8a75cf25-9083-3d82-df53-e20601060795-dbd94470 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_8a75cf25-9083-3d82-df53-e20601060795-105d6c42 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_8a75cf25-9083-3d82-df53-e20601060795-9ca3cedd {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_8a75cf25-9083-3d82-df53-e20601060795-e9d9a884 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_8a75cf25-9083-3d82-df53-e20601060795-90044b91 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_8a75cf25-9083-3d82-df53-e20601060795-dbd94470 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }
}

@font-face {
  font-family: 'Alliance No.1';
  src: url('../fonts/Alliance-No.1-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Alliance No.1';
  src: url('../fonts/Alliance-No.1-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}