@font-face {
  font-family: "Fa 400";
  src: url('../fonts/fa-regular-400.woff2') format("woff2"), url('../fonts/fa-regular-400.woff2') format("woff2"), url('../fonts/fa-regular-400.woff') format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa Solid 900";
  src: url('../fonts/fa-solid-900.woff2') format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa Brands 400";
  src: url('../fonts/fa-brands-400.woff2') format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Happy Icons;
  src: url('../fonts/happy-icons.woff2') format("woff2"), url('../fonts/happy-icons.woff') format("woff");
  font-weight: 900;
  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;
  }
}

.container {
  max-width: 800px;
  padding-left: 0;
}

.heading {
  color: #000;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 0;
  font-size: 30px;
  line-height: 35px;
}

.image {
  float: none;
  text-align: left;
  vertical-align: baseline;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.div-block {
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.bold-text {
  font-family: Roboto, sans-serif;
  font-size: 35px;
  line-height: 35px;
}

.paragraph {
  text-align: center;
  margin-bottom: 15px;
}

.paragraph.wait {
  font-size: 12px;
}

.button {
  text-align: center;
  background-color: red;
  border-radius: 7px;
  margin-left: auto;
  margin-right: auto;
  padding: 16px 24px;
  font-family: Roboto, sans-serif;
  font-size: 30px;
  font-weight: 600;
}

.div-block-2 {
  margin-top: 10px;
  display: block;
}

.div-block-3 {
  padding-bottom: 10px;
  display: flex;
}

.div-block-3.buttom-bottom {
  margin-top: 20px;
}

.paragraph-content {
  color: #1f1f1f;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 32px;
}

.paragraph-content.bold400 {
  font-weight: 400;
}

.paragraph-content.bold400.italic {
  font-style: italic;
}

.paragraph-content.underline {
  text-decoration: underline;
}

.div-content {
  margin-top: 45px;
}

.bold-text-2 {
  font-weight: 400;
}

.text-span, .text-span-2 {
  font-family: "Fa Solid 900", Arial, sans-serif;
}

.text-span-3 {
  color: #ff3535;
}

.footer {
  background-color: #363535;
  margin-top: 100px;
  padding-top: 10px;
  padding-bottom: 50px;
}

.paragraph-footer {
  color: gray;
  text-align: center;
}

.paragraph-footer.disclaimer {
  margin-left: 40px;
  margin-right: 40px;
  font-size: 12px;
}

.links-footer {
  color: gray;
  text-decoration: none;
}

@media screen and (max-width: 479px) {
  .paragraph.wait.para-mob {
    margin-left: 15px;
    padding-right: 0;
  }

  .paragraph.para-mob {
    margin-left: 15px;
    margin-right: 15px;
  }

  .button.button-mob {
    width: 90%;
    padding: 16px 0%;
    font-size: 20px;
  }

  .div-content.content-mob {
    margin-left: 15px;
    padding-right: 15px;
  }

  .paragraph-footer.para-mob {
    margin-left: 15px;
    margin-right: 15px;
  }
}


@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.woff2') format('woff2'), url('../fonts/fa-regular-400.woff2') format('woff2'), url('../fonts/fa-regular-400.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Brands 400';
  src: url('../fonts/fa-brands-400.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Happy Icons';
  src: url('../fonts/happy-icons.woff2') format('woff2'), url('../fonts/happy-icons.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}