:root {
  --white: white;
  --black: black;
}

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

.w-embed-youtubevideo {
  width: 100%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

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

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

.hero-stack {
  background-color: #f0f3f5;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.hero-wrapper-two {
  max-width: 900px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px {
  margin-top: 10px;
  margin-bottom: 24px;
  font-size: 18px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.hero-image {
  width: 100%;
  margin-top: 50px;
}

.video {
  mix-blend-mode: normal;
  margin-top: 20px;
  box-shadow: 9px 9px 5px rgba(53, 43, 43, .2);
}

.submit-button {
  text-align: left;
  background-color: #0265cc;
  border-radius: 6px;
  margin-top: 10px;
  font-size: 20px;
  line-height: 30px;
}

.form {
  min-width: 0;
  text-align: center;
  margin-top: 40px;
}

.container-2 {
  max-width: 600px;
  min-width: 300px;
  text-align: center;
  object-fit: fill;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.text-field, .text-field-2 {
  margin-top: 10px;
}

.body {
  background-color: #f0f3f5;
}

.container-3 {
  max-width: 1140px;
}

.button {
  background-color: #0265cc;
  border-radius: 6px;
  margin-top: 40px;
  font-size: 30px;
  line-height: 50px;
}

.container-4 {
  position: fixed;
}

.link {
  text-align: left;
  margin-top: 10px;
}

.text-span {
  color: #df0a0a;
  font-size: 55px;
  font-style: italic;
}

.heading {
  font-size: 45px;
}

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

@media screen and (max-width: 767px) {
  .hero-stack {
    padding: 60px 15px;
  }
}

@media screen and (max-width: 479px) {
  .container {
    max-width: none;
  }

  .container-2 {
    min-width: 280px;
  }
}
