:root {
  --accent-text: white;
  --black: black;
  --primary: #242f4d;
  --accent: #bda356;
  --white: white;
  --default-text-color: #1f1f1f;
}

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

.hero-section {
  color: #fff;
  background-color: #fbc30d;
  background-image: url('../images/bgr2.png');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  padding: 3% 2%;
  font-family: "Lhffactory webfont 3";
  font-size: 60px;
  line-height: 65px;
}

.second-section {
  background-image: linear-gradient(#fff, #fff);
  padding: 3% 2% 0%;
  position: relative;
  top: auto;
  bottom: auto;
}

.map-section {
  display: none;
  overflow: hidden;
}

.about-section {
  background-image: url('../images/bgr2.png'), linear-gradient(#00000080, #00000080), url('../images/HEADER-1.png');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  padding-top: 3%;
  padding-bottom: 1%;
}

.footer {
  color: #d13246;
  background-color: #292626;
  padding-top: 2%;
  padding-bottom: 2%;
  overflow: hidden;
}

.header {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.logo-image {
  text-align: left;
  max-width: 110%;
  margin: -26px auto -2% 0;
  display: block;
}

.hero-wrapper {
  justify-content: center;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero-texts {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 60%;
  padding-top: 2%;
  padding-right: 4%;
  display: block;
}

.hero-phone {
  min-width: 40%;
  max-width: 20vw;
  display: flex;
}

.headlines {
  color: var(--accent-text);
  text-transform: lowercase;
  max-width: 960px;
  margin: 0 auto 16px;
  padding-top: 0;
  font-family: Raleway, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 65px;
  display: block;
}

.headlines._2 {
  color: #d13246;
  text-transform: none;
  font-family: Raleway, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 60px;
  display: none;
}

.promocode {
  color: #fff;
  letter-spacing: 1px;
  text-transform: lowercase;
  padding-bottom: 9px;
  font-family: Raleway, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 46px;
}

.second-wrapper {
  justify-content: space-around;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.second-phone {
  min-width: 34%;
  max-width: 15vw;
}

.second-text {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 5%;
  padding-top: 0%;
  display: flex;
}

.benefit {
  text-align: left;
  border-radius: 1%;
  margin-bottom: 7%;
  padding: 0% 2% 0% 0%;
}

.benefit-text {
  color: var(--accent-text);
  text-align: center;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.about-wrapper {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.about-flex {
  justify-content: space-between;
  margin-top: 4%;
  margin-bottom: 5%;
  display: flex;
}

.footer-wrapper {
  justify-content: space-around;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.map {
  height: 500px;
}

.footer-appstore-wrapper {
  justify-content: space-between;
  width: 14%;
  max-width: 20vw;
  display: flex;
  overflow: hidden;
}

.footer-link {
  color: var(--accent-text);
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 900;
  transition: opacity .15s cubic-bezier(.445, .05, .55, .95);
  overflow: hidden;
}

.footer-link:hover {
  opacity: .7;
}

.about-text {
  color: #fff;
  font-family: Varela Round, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.copyright {
  color: #fff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-family: Raleway, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.hero-appstore-wrapper {
  justify-content: space-between;
  max-width: 380px;
  margin-top: 10%;
  display: flex;
}

.image {
  transition: opacity .15s cubic-bezier(.445, .05, .55, .95);
}

.image:hover {
  opacity: .8;
  filter: saturate(200%);
}

.app-store-link {
  width: 100%;
  max-width: 180px;
}

.div-block {
  z-index: 1001;
  width: 100%;
  min-width: 100%;
  height: 100%;
  position: relative;
}

.heading-2 {
  color: var(--black);
  -webkit-text-stroke-color: var(--black);
  margin-left: 0;
  font-family: Raleway, sans-serif;
  font-size: 40px;
  font-weight: 900;
  line-height: 46px;
}

.about-image-wrapper {
  background-image: url('../images/about.png');
  background-position: 50%;
  background-size: cover;
  width: 50%;
  min-height: 250px;
  max-height: 500px;
  margin-top: 0;
  display: block;
}

.about-text-wrapper {
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
  width: 50%;
  margin-top: 0;
  padding: 5% 0% 15% 3%;
  font-family: Lato, sans-serif;
  display: flex;
}

.image-2 {
  text-align: left;
  width: 325px;
  max-width: 100%;
  height: 650px;
  margin-top: 25%;
  margin-left: auto;
  margin-right: 5px;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.logo-wrapper {
  margin-top: 0;
  margin-bottom: 84px;
  padding-top: 0;
}

.utility-page-wrap {
  background-image: linear-gradient(to bottom, var(--primary), var(--primary));
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  min-height: 600px;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  background-color: var(--accent);
  text-align: center;
  flex-direction: column;
  width: 300px;
  margin-top: 10%;
  padding: 30px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.image-3 {
  display: none;
  overflow: visible;
}

.benefit-description {
  color: var(--black);
  font-family: Roboto, sans-serif;
  font-size: 16px;
}

.marker {
  color: var(--accent);
  background-image: linear-gradient(#000, #000);
  width: 56px;
  height: 78px;
}

.button {
  background-color: var(--accent-text);
  color: var(--accent);
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 900;
}

.headline-about {
  color: #fff;
  text-align: center;
  text-transform: none;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  font-family: Raleway, sans-serif;
  font-size: 65px;
  font-weight: 700;
  line-height: 46px;
  display: block;
}

.error-heading {
  color: var(--accent-text);
  letter-spacing: 1px;
  font-family: Roboto, sans-serif;
  font-size: 40px;
  line-height: 46px;
}

.wrapper-for-links {
  min-width: 400px;
  max-width: 500px;
  margin-top: 54px;
}

.wrapper-for-links-2nd {
  flex-wrap: nowrap;
  flex: 0 auto;
  align-items: center;
  min-width: 400px;
  max-width: 500px;
  display: block;
}

.wrapper-for-links-last {
  min-width: 400px;
  max-width: 500px;
  margin-top: -4px;
  margin-left: 91px;
  padding-top: 0;
}

.between-links {
  width: 30px;
  height: 100%;
}

.submit-button {
  background-color: var(--accent-text);
  color: var(--accent);
  font-weight: 700;
}

.heading-3 {
  color: var(--accent-text);
}

.tooltip_h1 {
  color: #000;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 900;
}

.tooltip_address, .tooltip_hours {
  color: #000;
  font-family: Roboto, sans-serif;
}

.tooltip_phones {
  color: #000;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 900;
}

.benefits-stripe {
  background-color: var(--accent);
  width: 150px;
  height: 5px;
}

.section {
  background-image: url('../images/Background4.jpg');
  background-position: 50%;
  background-size: cover;
  max-width: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 106px;
  padding-bottom: 71px;
  position: static;
  transform: translate(0);
}

.heading-4 {
  color: #fff;
  text-align: center;
  text-transform: lowercase;
  margin-top: -44px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: "Lhffactory webfont 3";
  font-size: 65px;
  font-weight: 400;
  line-height: 80px;
}

.heading-5 {
  color: #fff;
  margin-top: 47px;
  font-family: "Lhffactory webfont 3";
  font-size: 65px;
  font-weight: 400;
  line-height: 70px;
}

.paragraph {
  color: #fff;
  font-family: Open Sans, sans-serif;
  font-size: 30px;
  line-height: 35px;
}

.column {
  top: 90px;
  left: 79px;
}

.image-4 {
  max-width: 70%;
  margin-top: 47px;
  margin-left: auto;
  margin-right: 10px;
  padding-left: 0;
  display: inline-block;
}

.columns {
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.section-2 {
  background-image: url('../images/HEADER2.png');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  padding-top: 1%;
  padding-bottom: 3%;
  display: flex;
}

.heading-6 {
  color: var(--black);
  text-transform: none;
  margin-top: 135px;
  margin-left: 0;
  margin-right: -35px;
  padding-left: 0;
  padding-right: 0;
  font-family: Raleway, sans-serif;
  font-size: 65px;
  font-weight: 700;
  line-height: 70px;
}

.text-block {
  color: var(--black);
  margin-left: 0;
  margin-right: -35px;
  padding-top: 10px;
  font-family: Varela Round, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 38px;
}

.image-5 {
  max-width: 70%;
  margin-top: 47px;
  margin-left: 0;
  margin-right: 10px;
}

.section-3 {
  background-image: url('../images/bgr4.png'), url('../images/HEADER-1.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 1%;
  padding-bottom: 3%;
}

.heading-7 {
  color: #000;
  text-transform: none;
  margin-top: 223px;
  margin-left: 10px;
  font-family: Raleway, sans-serif;
  font-size: 65px;
  font-weight: 700;
  line-height: 70px;
}

.text-block-2 {
  color: #000;
  margin-left: 10px;
  font-family: Varela Round, sans-serif;
  font-size: 28px;
  font-weight: 300;
  line-height: 38px;
}

.image-6 {
  max-width: 70%;
  margin-top: 47px;
  margin-left: auto;
  margin-right: 10px;
}

.section-4 {
  background-image: url('../images/HEADER2.png');
  background-position: 0 0;
  background-size: cover;
  padding-top: 1%;
  padding-bottom: 3%;
}

.heading-8 {
  color: var(--black);
  text-transform: none;
  margin-top: 135px;
  margin-left: 0;
  margin-right: -35px;
  font-family: Raleway, sans-serif;
  font-size: 65px;
  font-weight: 700;
  line-height: 70px;
}

.text-block-3 {
  color: var(--black);
  margin-left: 0;
  margin-right: -35px;
  font-family: Varela Round, sans-serif;
  font-size: 25px;
  font-weight: 300;
  line-height: 35px;
}

.div-block-2 {
  flex: 0 auto;
  margin-left: -10px;
  margin-right: -10px;
  padding-left: 0;
  padding-right: 0;
}

.div-block-3 {
  background-color: #fff;
  margin-top: 0;
  padding-top: 40px;
  padding-bottom: 40px;
}

.heading-9 {
  color: #0d0d0f;
  text-transform: none;
  margin-right: -96px;
  padding-right: 0;
  font-family: Raleway, sans-serif;
  font-size: 38px;
  font-weight: 700;
}

.column-2 {
  display: flex;
}

.container._6 {
  display: none;
  overflow: hidden;
}

.column-3 {
  display: flex;
}

.container-2._8 {
  display: none;
  overflow: hidden;
}

.column-4 {
  margin-top: 2%;
}

.column-5 {
  display: flex;
}

.image-7 {
  color: #000;
}

.column-6, .column-7, .column-8, .column-9 {
  padding-left: 100px;
}

.container-4 {
  display: none;
  overflow: hidden;
}

.heading-10 {
  color: var(--white);
  font-family: "Lhffactory webfont 3";
  font-size: 60px;
  line-height: 65px;
}

.text-block-4 {
  color: #fff;
  font-family: Raleway, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 45px;
}

.text-span {
  font-family: Coin font, sans-serif;
}

.text-block-5 {
  color: #fff;
  margin-bottom: 5%;
  font-family: Raleway, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 55px;
}

.heading-11 {
  color: #fff;
  font-family: Raleway, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 55px;
}

.link-legacy {
  direction: rtl;
  color: #fff;
  font-family: Raleway, sans-serif;
  font-size: 14px;
  text-decoration: none;
}

.link-legacy:hover {
  color: #fff;
  text-decoration: underline;
}

.footer-legacy-links {
  color: #fff;
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-style: normal;
  text-decoration: none;
}

.legal-links {
  background-color: #292626;
  padding-top: 20px;
  padding-bottom: 20px;
}

.container-14 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  max-width: 1100px;
  display: block;
}

.link-block-4 {
  margin-left: 0;
  padding: 10px;
  display: flex;
}

.link-block-4.w--current {
  padding-left: 10px;
  padding-right: 10px;
}

.image-26 {
  width: auto;
  height: 50px;
}

.text-block-9 {
  color: #fff;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Raleway, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
}

.div-block-25 {
  background-color: #bfded480;
  height: .5px;
  margin-top: 15px;
  margin-bottom: 40px;
}

.heading-29 {
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
}

.logo-footer {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  max-width: 1140px;
  margin-bottom: 20px;
  margin-right: 0;
  display: flex;
}

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

@media screen and (max-width: 991px) {
  .hero-section {
    padding: 15% 2% 8% 5%;
  }

  .second-section {
    background-image: linear-gradient(#1f1f1f75, #1f1f1f75), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
    padding-right: 5%;
  }

  .about-section {
    background-size: cover;
    padding-left: 5%;
    padding-right: 5%;
  }

  .footer {
    padding: 3% 5%;
  }

  .logo-image {
    text-align: left;
    max-width: 90%;
    margin: -36px 0 25%;
    text-decoration: underline;
  }

  .hero-texts {
    flex: 0 auto;
    justify-content: center;
    align-self: auto;
    align-items: center;
    padding-top: 0%;
    padding-right: 4%;
    display: block;
  }

  .hero-phone {
    min-width: 40%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .headlines {
    text-align: center;
    margin-top: 10px;
    margin-left: 0;
    margin-right: 47px;
    font-size: 45px;
    line-height: 40px;
  }

  .headlines._2 {
    margin-left: auto;
    margin-right: auto;
    line-height: 45px;
  }

  .promocode {
    color: #000;
    text-align: center;
    margin-top: 10px;
    font-family: Raleway, sans-serif;
    font-size: 35px;
    font-weight: 700;
    line-height: 40px;
  }

  .second-phone {
    min-width: 40%;
  }

  .benefit {
    border-radius: 2%;
  }

  .benefit-text {
    font-size: 15px;
    line-height: 22px;
  }

  .footer-appstore-wrapper {
    width: 16%;
  }

  .footer-link {
    font-size: 18px;
  }

  .about-text {
    margin-left: 5px;
    margin-right: 29px;
    font-size: 14px;
    line-height: 22px;
  }

  .copyright {
    font-size: 12px;
  }

  .hero-appstore-wrapper {
    width: 90%;
    height: 100%;
    min-height: 50px;
    margin-left: auto;
    margin-right: auto;
  }

  .image {
    max-width: 90%;
  }

  .image:hover {
    opacity: 1;
  }

  .app-store-link {
    margin-top: 2px;
    margin-left: 1px;
    margin-right: 8px;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-2 {
    font-size: 34px;
    line-height: 40px;
  }

  .about-image-wrapper {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    background-attachment: scroll;
    min-height: 300px;
    margin-left: auto;
    margin-right: 0;
  }

  .about-text-wrapper {
    width: 70%;
  }

  .image-2 {
    max-width: 110%;
    margin: auto auto auto -62px;
    display: none;
  }

  .logo-wrapper {
    flex: none;
    max-width: 40%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }

  .benefit-description {
    font-size: 14px;
  }

  .headline-about {
    margin-top: 10px;
    margin-left: 0;
    font-size: 50px;
    line-height: 40px;
  }

  .error-heading {
    margin-top: 10px;
    font-size: 34px;
    line-height: 40px;
  }

  .wrapper-for-links {
    justify-content: center;
    align-items: center;
    width: 50%;
    min-width: 100%;
    max-width: 100%;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .wrapper-for-links-last {
    max-width: 100px;
    margin-left: 0;
  }

  .between-links {
    width: 30px;
    margin-right: -21px;
  }

  .section {
    margin-top: 0;
    padding-top: 75px;
    padding-bottom: 46px;
  }

  .heading-4 {
    font-size: 47px;
    line-height: 65px;
  }

  .image-4 {
    max-width: 70%;
    display: block;
  }

  .columns {
    display: block;
  }

  .heading-6 {
    margin-right: 24px;
    font-size: 50px;
    line-height: 55px;
  }

  .text-block {
    margin-right: 24px;
    padding-right: 0;
    font-size: 20px;
    line-height: 28px;
  }

  .image-5 {
    max-width: 70%;
    margin-left: 0;
    display: block;
  }

  .heading-7 {
    margin-top: 135px;
    margin-left: 10px;
    font-size: 50px;
    line-height: 55px;
  }

  .text-block-2 {
    margin-left: 10px;
    font-size: 20px;
    line-height: 28px;
  }

  .image-6 {
    max-width: 70%;
    display: block;
  }

  .heading-8 {
    margin-right: 24px;
    font-size: 50px;
    line-height: 55px;
  }

  .text-block-3 {
    margin-right: 24px;
    font-size: 20px;
    line-height: 28px;
  }

  .heading-9 {
    margin-right: -36px;
    font-size: 35px;
  }

  .column-2 {
    display: block;
  }

  .container._5 {
    display: none;
    overflow: hidden;
  }

  .container._6 {
    display: block;
  }

  .container-2._7 {
    display: none;
    overflow: hidden;
  }

  .container-2._8, .columns-3 {
    display: block;
  }

  .column-6 {
    padding-left: 40px;
  }

  .column-7 {
    margin-bottom: 100px;
    padding-left: 40px;
  }

  .column-8, .column-9 {
    padding-left: 40px;
  }

  .container-3 {
    display: none;
    overflow: hidden;
  }

  .container-4 {
    display: block;
  }

  .text-block-4 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 30px;
    line-height: 35px;
  }

  .column-10 {
    padding-left: 40px;
  }

  .text-span-2 {
    font-family: Coin font, sans-serif;
  }

  .column-11 {
    padding-left: 40px;
  }

  .text-block-5 {
    text-align: center;
  }

  .heading-11 {
    text-align: center;
    font-size: 45px;
  }

  .link-legacy {
    font-size: 12px;
  }

  .container-14 {
    max-width: 90%;
  }

  .text-block-9 {
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 21px;
  }

  .heading-29 {
    font-size: 24px;
  }

  .logo-footer {
    justify-content: space-between;
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .hero-section {
    background-position: 50%;
    margin-top: 0%;
    padding-top: 15%;
    padding-bottom: 8%;
  }

  .second-section {
    background-image: linear-gradient(#1f1f1f6e, #1f1f1f6e), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
    padding-top: 8%;
    padding-bottom: 8%;
  }

  .about-section {
    background-size: cover;
  }

  .footer {
    padding-top: 4%;
    padding-bottom: 4%;
  }

  .hero-texts {
    text-align: center;
    justify-content: center;
    width: 60%;
    padding-top: 0%;
    padding-right: 0%;
  }

  .hero-phone {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .headlines {
    margin-right: 3px;
    font-size: 30px;
    line-height: 30px;
  }

  .headlines._2 {
    font-size: 35px;
    line-height: 40px;
  }

  .promocode {
    color: #000;
    -webkit-text-stroke-color: #000;
    margin-top: 4px;
    margin-bottom: 4px;
    padding-top: 0;
    padding-bottom: 10px;
    font-size: 30px;
    font-weight: 700;
    line-height: 35px;
  }

  .second-phone {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .second-text {
    justify-content: center;
    padding-top: 0%;
  }

  .benefit {
    margin-bottom: 4%;
  }

  .about-wrapper {
    justify-content: space-between;
    display: flex;
  }

  .about-flex {
    flex-flow: wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 5%;
  }

  .footer-appstore-wrapper {
    width: 24%;
    max-width: 30vw;
  }

  .about-text {
    font-size: 15px;
    line-height: 25px;
  }

  .copyright {
    font-size: 12px;
  }

  .hero-appstore-wrapper {
    flex-flow: row;
    justify-content: space-between;
    width: 100%;
    min-width: 150px;
    max-width: 310px;
    min-height: 40px;
    max-height: 60px;
    margin-top: 0%;
    margin-left: auto;
    margin-right: auto;
  }

  .image {
    max-width: 100%;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .app-store-link {
    margin-right: 0;
  }

  .heading-2 {
    margin-top: 0;
    font-size: 24px;
    line-height: 30px;
  }

  .about-image-wrapper {
    background-size: contain;
    border-radius: 2%;
    flex-direction: row;
    width: 100%;
    margin: auto;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .about-text-wrapper {
    flex-direction: row;
    align-items: center;
    width: 100%;
    margin-top: 5%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0%;
    padding-bottom: 1%;
    padding-left: 0%;
    display: flex;
  }

  .image-2 {
    flex: none;
    max-width: 95%;
    margin-left: 0;
  }

  .headline-about {
    text-align: center;
    font-size: 35px;
    line-height: 30px;
  }

  .error-heading {
    margin-top: 4px;
    margin-bottom: 4px;
    font-size: 24px;
    line-height: 30px;
  }

  .wrapper-for-links {
    text-align: center;
    width: 90%;
    min-width: 220px;
    margin-top: 5%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .wrapper-for-links-2nd {
    text-align: center;
    width: 90%;
    min-width: 250px;
    margin-left: 0;
    margin-right: auto;
    display: block;
  }

  .wrapper-for-links-last {
    text-align: center;
    justify-content: space-around;
    width: 90%;
    min-width: 220px;
    max-width: 500px;
    margin-top: 0%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .between-links {
    max-width: 100px;
    margin-left: 0;
    margin-right: 0;
  }

  .benefits-stripe {
    margin-bottom: 4%;
  }

  .heading-4 {
    font-size: 35px;
    line-height: 45px;
  }

  .image-4 {
    max-width: 70%;
  }

  .columns {
    display: flex;
  }

  .heading-6 {
    margin-top: 127px;
    margin-left: auto;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 35px;
    line-height: 40px;
    display: flex;
  }

  .text-block {
    font-size: 15px;
    line-height: 25px;
  }

  .image-5 {
    max-width: 70%;
    display: block;
  }

  .section-3 {
    display: flex;
  }

  .heading-7 {
    margin-top: 127px;
    font-size: 35px;
    line-height: 40px;
  }

  .text-block-2 {
    font-size: 15px;
    line-height: 25px;
  }

  .image-6 {
    display: block;
  }

  .section-4 {
    display: flex;
  }

  .heading-8 {
    margin-top: 127px;
    font-size: 35px;
    line-height: 40px;
  }

  .text-block-3 {
    font-size: 15px;
    line-height: 25px;
  }

  .heading-9 {
    text-align: center;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    line-height: 40px;
  }

  .column-2 {
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .container {
    display: block;
  }

  .container._5 {
    display: none;
  }

  .container._6, .column-3 {
    display: block;
  }

  .columns-2, .container-2 {
    display: flex;
  }

  .container-2._7 {
    display: none;
  }

  .columns-3 {
    display: flex;
  }

  .column-4 {
    flex-direction: row;
    font-size: 50px;
    line-height: 60px;
    display: block;
    top: -2px;
  }

  .columns-4 {
    display: block;
  }

  .container-3 {
    display: none;
  }

  .container-4 {
    display: block;
  }

  .text-block-4 {
    padding-bottom: 20px;
    font-size: 24px;
    line-height: 28px;
  }

  .text-span-2 {
    font-family: Coin font, sans-serif;
  }

  .text-block-5 {
    font-size: 32px;
    line-height: 38px;
  }

  .heading-11 {
    font-size: 35px;
    line-height: 45px;
  }

  .container-14 {
    max-width: 90%;
  }

  .image-26 {
    height: 25px;
  }

  .text-block-9 {
    margin-bottom: 10px;
  }

  .heading-29 {
    font-size: 18px;
  }
}

@media screen and (max-width: 479px) {
  .hero-section {
    background-color: #000;
    background-image: url('../images/bgr.svg');
    background-position: 50%;
    background-size: cover;
    padding-top: 5%;
    padding-bottom: 10%;
    padding-right: 5%;
  }

  .second-section {
    background-image: linear-gradient(#1d1d1d75, #1d1d1d75), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
    padding: 10% 5%;
  }

  .about-section {
    background-image: url('../images/bgr2.png');
    background-position: 50%;
    background-size: cover;
    padding-bottom: 10%;
  }

  .footer {
    padding-top: 8%;
    padding-bottom: 8%;
  }

  .hero-wrapper {
    justify-content: space-between;
  }

  .hero-texts {
    text-align: left;
    align-items: center;
    width: 100%;
    max-width: 100%;
    padding-right: 0%;
  }

  .headlines {
    text-align: center;
    font-size: 30px;
    line-height: 35px;
  }

  .headlines._2 {
    font-size: 18px;
    line-height: 24px;
  }

  .promocode {
    color: var(--black);
    text-transform: lowercase;
    margin-top: 6px;
    margin-bottom: 6px;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
  }

  .second-text {
    margin-left: 0%;
  }

  .benefit {
    max-width: 80%;
    margin-bottom: 10%;
    padding-top: 0%;
    padding-bottom: 0%;
  }

  .about-flex {
    flex-wrap: wrap;
    align-content: stretch;
  }

  .footer-appstore-wrapper {
    text-align: right;
    flex-wrap: wrap;
    width: 34%;
    max-width: 34vw;
  }

  .footer-link {
    font-size: 16px;
  }

  .about-text {
    margin-bottom: 10%;
    margin-left: auto;
    margin-right: auto;
  }

  .copyright {
    font-size: 10px;
  }

  .hero-appstore-wrapper {
    justify-content: space-around;
    width: 100%;
    max-width: 400px;
    margin-top: 4%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .app-store-link {
    max-width: 160px;
    margin-right: 0;
  }

  .heading-2 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 24px;
    line-height: 28px;
  }

  .about-image-wrapper {
    border-radius: 2%;
    width: 100%;
  }

  .about-text-wrapper {
    width: 100%;
    padding-top: 4%;
    padding-left: 0%;
  }

  .logo-wrapper {
    max-width: 40%;
    margin-bottom: 0%;
    overflow: visible;
  }

  .mobile-only-section {
    background-image: linear-gradient(#fbc30d, #fbc30d);
    padding-top: 0%;
    padding-bottom: 0%;
    display: none;
    overflow: visible;
  }

  .image-3 {
    max-width: 100%;
    margin: 5% auto;
    display: block;
  }

  .headline-about {
    text-align: center;
    font-size: 18px;
    line-height: 24px;
  }

  .error-heading {
    margin-top: 6px;
    margin-bottom: 6px;
    font-size: 24px;
    line-height: 28px;
  }

  .wrapper-for-links {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .wrapper-for-links-2nd {
    display: none;
  }

  .wrapper-for-links-last {
    width: 100%;
    max-width: 270px;
  }

  .between-links {
    width: 20px;
    height: 100%;
  }

  .section {
    position: relative;
  }

  .heading-4 {
    font-size: 30px;
    line-height: 35px;
  }

  .image-4 {
    max-width: 0%;
    margin-top: 0;
    display: block;
    overflow: hidden;
  }

  .columns {
    display: block;
  }

  .section-2 {
    background-image: linear-gradient(#fff, #fff), url('../images/HEADER2.png');
    background-position: 0 0, 100% 0;
    background-size: auto, cover;
    padding-top: 7%;
    padding-bottom: 7%;
  }

  .heading-6 {
    text-align: center;
    justify-content: center;
    margin-top: 10px;
    margin-right: auto;
    font-size: 18px;
    line-height: 24px;
  }

  .text-block {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
  }

  .image-5 {
    max-width: 0%;
  }

  .section-3 {
    padding-top: 7%;
    padding-bottom: 7%;
  }

  .heading-7 {
    text-align: center;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
    line-height: 24px;
  }

  .text-block-2 {
    text-align: center;
    margin-left: 0;
  }

  .image-6 {
    max-width: 0%;
  }

  .section-4 {
    background-image: linear-gradient(#fff, #fff), url('../images/HEADER2.png');
    background-position: 0 0, 0%;
    background-size: auto, cover;
    padding-top: 7%;
    padding-bottom: 7%;
  }

  .heading-8 {
    text-align: center;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
    line-height: 24px;
  }

  .text-block-3 {
    text-align: center;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-9 {
    font-size: 18px;
    line-height: 24px;
  }

  .column-3 {
    display: none;
  }

  .columns-2, .container-2._7 {
    display: block;
  }

  .container-2._8 {
    display: none;
  }

  .columns-3 {
    display: block;
  }

  .column-5 {
    margin-top: 0;
    display: none;
  }

  .column-6 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .column-7 {
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .column-8, .column-9 {
    padding-left: 10px;
  }

  .container-4 {
    display: block;
  }

  .text-block-4 {
    text-align: center;
    font-size: 18px;
    line-height: 24px;
  }

  .column-10 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-span-2 {
    font-family: Coin font, sans-serif;
  }

  .column-11 {
    padding-left: 10px;
  }

  .text-block-5 {
    text-align: center;
    margin-top: 5%;
    font-size: 21px;
    line-height: 24px;
  }

  .heading-11 {
    font-size: 25px;
    line-height: 35px;
  }

  .link-block {
    background-image: url('../images/Logo_1.png');
    background-position: 50%;
    background-size: cover;
    width: 100px;
    height: 100px;
  }

  .div-block-4 {
    text-align: center;
  }

  .link-legacy {
    text-align: center;
    font-size: 10px;
  }

  .container-14 {
    max-width: 90%;
  }

  .text-block-9 {
    margin-bottom: 10px;
    font-size: 10px;
  }

  .heading-29 {
    margin-top: 30px;
  }

  .logo-footer {
    flex-direction: column;
    align-items: center;
    margin-right: 0;
  }
}


@font-face {
  font-family: 'Raleway reg';
  src: url('../fonts/Raleway-reg.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway-black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Coin font';
  src: url('../fonts/coin_font.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}