.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;
}

p {
  margin-bottom: 10px;
  font-weight: 300;
}

.body {
  background-color: #f67d6e;
  font-family: obviously;
  color: #fff;
  font-size: 22px;
  line-height: 1.2;
}

.three {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  min-height: 100vh;
  min-width: 100vw;
}

.hero-section {
  position: relative;
  z-index: 10;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.heading-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 35ch;
  margin-right: auto;
  margin-left: auto;
  -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;
  -webkit-transform: translate(0px, -4rem);
  -ms-transform: translate(0px, -4rem);
  transform: translate(0px, -4rem);
  text-align: center;
}

.heading-1 {
  display: none;
  margin-top: 0px;
  margin-bottom: 15px;
  font-size: 68px;
  line-height: 1.1;
  font-weight: 400;
}

.arrow-cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 1.1rem;
  color: #272a32;
  font-size: 1.25rem;
  line-height: 1.3;
  font-weight: 400;
  text-decoration: none;
}

.footer-link {
  padding: 1rem;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
}

.wrapper {
  position: relative;
  min-height: 100vh;
  margin-top: 2vh;
}

.nav {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 99999;
  background-color: hsla(0, 0%, 86.7%, 0);
}

.nav-contain {
  display: none;
  max-width: 100%;
  padding: 20px 30px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.25rem;
  text-transform: uppercase;
}

.logo-2 {
  height: 100px;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.nav-menu-dummy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
}

.nav-link {
  font-family: obviously;
  color: #f3f3f3;
  font-size: 1.125rem;
}

.spacer {
  width: 25px;
}

.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 1.1rem;
  border-radius: 1px;
  background-color: #272a32;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: obviously;
  color: #fff;
  font-size: 1.125rem;
  line-height: 1.3;
  font-weight: 400;
  text-decoration: none;
}

.button:hover {
  background-color: rgba(39, 42, 50, 0);
  box-shadow: inset 0 0 0 1px #272a32;
  color: #272a32;
}

.footer-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 5.4rem;
  padding-bottom: 3.5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.line {
  position: absolute;
  left: auto;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 0px;
  height: 1px;
  background-color: #7fbdbd;
}

.arrow {
  width: 1.375rem;
  margin-top: -4px;
  margin-left: 1.2rem;
}

.bii-brand {
  display: none;
  font-family: obviously;
}

.footer-logo-2 {
  height: 5rem;
  margin-top: 3rem;
  margin-bottom: 4.75rem;
}

._wf-text {
  height: 10px;
}

._w-logo {
  width: 16px;
  margin-right: 10px;
}

.footer-links-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  grid-auto-columns: auto;
  -ms-grid-columns: auto auto auto auto auto;
  grid-template-columns: auto auto auto auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footer-top-content-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0rem;
  padding-bottom: 5.4375rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-container-2 {
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
}

.footer-wrap {
  position: relative;
}

.footer-cta-grid-2 {
  margin-top: 5rem;
  grid-column-gap: 6rem;
  -ms-grid-columns: auto auto;
  grid-template-columns: auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footer-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 2.5rem;
  line-height: 1.2;
  font-weight: 500;
}

.padding {
  padding-right: 30px;
  padding-left: 30px;
  background-color: #272a32;
}

.arrow-cta-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 1.1rem;
  color: #272a32;
  font-size: 1.25rem;
  line-height: 1.3;
  font-weight: 400;
  text-decoration: none;
}

.arrow-cta-2.cc-2 {
  color: #fff;
}

.arrow-cta-2.white {
  background-color: #fff;
  text-transform: uppercase;
}

.footer {
  color: #fff;
  font-weight: 500;
}

.footer-top-content-2 {
  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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button-text {
  -webkit-transform: translate(0px, -0.1em);
  -ms-transform: translate(0px, -0.1em);
  transform: translate(0px, -0.1em);
  font-size: 1.25rem;
}

._wf-badge {
  position: fixed;
  left: auto;
  top: auto;
  right: 1%;
  bottom: 1.5%;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 6px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #dfdfdf;
  border-radius: 4px;
  background-color: #fff;
}

.background-video {
  position: fixed;
  left: 28%;
  top: 28%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  max-width: 50vw;
  min-height: 50vh;
}

.paragraph {
  display: none;
}

.div-block {
  display: none;
}

.button-2 {
  background-color: #fff;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #ff6868;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
}

@media screen and (max-width: 991px) {
  .heading-wrap {
    padding-right: 20px;
    padding-left: 20px;
  }

  .footer-content {
    padding-top: 5.2rem;
    padding-bottom: 2rem;
  }

  .footer-logo-2 {
    height: 7rem;
    margin-bottom: 0rem;
  }

  .footer-links-grid {
    width: 70%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-grid-columns: auto auto;
    grid-template-columns: auto auto;
  }

  .footer-cta-grid-2 {
    -ms-grid-columns: auto auto;
    grid-template-columns: auto auto;
  }

  .button-text {
    font-size: 1.1rem;
  }
}

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

  .heading-1 {
    font-size: 50px;
  }

  .nav-link {
    display: none;
  }

  .spacer {
    display: none;
  }

  .button {
    font-size: 1rem;
  }

  .footer-links-grid {
    width: 90%;
  }

  .footer-cta-grid-2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .footer-heading {
    font-weight: 400;
    text-align: center;
  }

  .footer-link-text {
    font-size: 1rem;
  }

  .arrow-cta-2.cc-2 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media screen and (max-width: 479px) {
  .heading-1 {
    font-size: 40px;
  }

  .arrow-cta {
    font-size: 0.8rem;
  }

  .nav-contain {
    display: none;
    padding-right: 9px;
    padding-left: 9px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .brand {
    padding-left: 0px;
  }

  .logo-2 {
    display: block;
    height: 30px;
    margin-right: auto;
  }

  .nav-menu-dummy {
    margin-left: auto;
  }

  .button {
    display: none;
    font-size: 0.7rem;
  }

  .footer-content {
    padding-top: 2.5rem;
    padding-bottom: 1.3rem;
  }

  .footer-links-grid {
    grid-row-gap: 0px;
    -ms-grid-columns: auto 1fr;
    grid-template-columns: auto 1fr;
  }

  .footer-top-content-2 {
    padding-bottom: 2.1rem;
  }

  .footer-cta-grid-2 {
    margin-top: 0rem;
    margin-bottom: 0rem;
    grid-row-gap: 2.5rem;
  }

  .footer-heading {
    font-size: 2rem;
  }

  .footer-link-text {
    font-size: 1rem;
  }

  .footer-top-content-2 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .button-text {
    font-size: 1rem;
  }

  .background-video {
    display: none;
  }

  .div-block {
    position: absolute;
    left: 0%;
    top: 24%;
    right: 0%;
    bottom: 0%;
    display: block;
  }
}

