@import url("https://fonts.googleapis.com/css2?family=Muli:wght@400;700&family=Poppins:wght@700;800;900&display=swap");
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
  height: auto;
}

#mobile-only {
  display: none;
}

#small-mobile-only {
  display: none;
}

body header .white .container nav, body header .mobile-menu ul a, body header .yellow .contact, body footer .small-text, body footer .yellow, body #consent-popup, main .hero .content .text .description, main .questions .container .answer .text .description {
  font-family: "Muli", sans-serif;
}

body header .white .container nav, body header .mobile-menu ul a, body header .yellow .contact, body footer .small-text, body footer .yellow {
  font-size: 0.85rem;
}

body header .white .container nav, body header .mobile-menu ul a {
  font-size: 1.25rem;
  font-weight: 700;
}

body footer .dark .cta .cta-tab .yellow-button, body #consent-popup .wrapper .black-button, main .questions .container .answer .text h4, body #consent-popup .wrapper p a, body footer .dark .footer-title {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}

body footer .dark .cta .cta-tab .yellow-button, body #consent-popup .wrapper .black-button {
  display: inline-block;
  width: 230px;
  height: 53px;
  text-transform: uppercase;
  text-align: center;
  line-height: 53px;
  color: #1d1d1d;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
}

body footer .dark .cta .cta-tab .yellow-button:hover, body #consent-popup .wrapper .black-button:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

body footer .dark .cta .cta-tab .yellow-button {
  background-color: #ffe500;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

body footer .dark .cta .cta-tab .yellow-button:hover {
  border: 1px solid #1d1d1d;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

body #consent-popup .wrapper .black-button {
  background-color: #1d1d1d;
  color: #ffe500;
}

main .questions .container .answer .text h4 {
  font-size: 1.5rem;
}

main .hero .content .text h1 {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-size: 3.125rem;
  line-height: 1.1;
}

main .hero .content .text h1 {
  font-size: 6.25rem;
  line-height: 1.1;
}

main .hero .content .text .yellow-border {
  height: 20px;
  position: relative;
  background-color: #ffe500;
  bottom: 2rem;
}

body a {
  text-decoration: none;
}

body main {
  overflow: hidden;
}

body #consent-popup {
  position: fixed;
  z-index: 6;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1.5rem;
  opacity: 1;
  background-color: #ffe500;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

body #consent-popup.hidden {
  opacity: 0;
  z-index: -1;
}

body #consent-popup .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 90%;
  margin: auto;
}

body #consent-popup .wrapper p {
  width: 80%;
}

body #consent-popup .wrapper p a {
  color: #1d1d1d;
}

body #consent-popup .wrapper .black-button {
  border: 0;
  width: 12%;
}

@media (max-width: 1400px) {
  body header .white .container nav, body header .mobile-menu ul a {
    font-size: 1.1rem;
  }
}

@media (max-width: 1200px) {
  #mobile-only {
    display: inline-block;
  }
  #pc-only {
    display: none;
  }
  main .hero .content .text h1 {
    font-size: 5rem;
  }
  body #consent-popup {
    padding: 1rem;
  }
  body #consent-popup .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  body #consent-popup .wrapper p {
    width: 100%;
    text-align: center;
    margin-bottom: 1rem;
  }
  body #consent-popup .wrapper .black-button {
    width: 230px;
  }
}

@media (max-width: 800px) {
  body header .white .container nav, body header .mobile-menu ul a, body header .yellow .contact, body footer .small-text, body footer .yellow, body #consent-popup, main .hero .content .text .description, main .questions .container .answer .text .description {
    font-size: 0.8125rem;
  }
  /* %small-text
    {
        @extend %text;
        font-size: 0.85rem;
    } */
  body footer .dark .cta .cta-tab .yellow-button, body #consent-popup .wrapper .black-button, main .questions .container .answer .text h4, body #consent-popup .wrapper p a, body footer .dark .footer-title {
    font-size: 0.75rem;
  }
  body footer .dark .cta .cta-tab .yellow-button, body #consent-popup .wrapper .black-button {
    font-size: 0.75rem;
    width: 156px;
    height: 39px;
    line-height: 39px;
  }
  /* %h4
    {
        @extend %title;
        font-size: 1.5rem;
    } */
  main .hero .content .text h1 {
    font-size: 1.9rem;
  }
  main .hero .content .text h1 {
    font-size: 2.3rem;
  }
  /* %yellow-line
    {
        height: 5px;
        width: 51px;
        background-color: $yellow;
        margin: 1.5rem 0;
    } */
  /* %long-yellow-line
    {
        @extend %yellow-line;
        width: 7.875rem;
    } */
  /* %vertical-yellow-line
    {
        height: 51px;
        width: 5px;
        background-color: $yellow;
    } */
  main .hero .content .text .yellow-border {
    height: 15px;
    bottom: 1rem;
  }
}

@media (max-width: 320px) {
  #normal-screen-only {
    display: none;
  }
  #small-mobile-only {
    display: inline-block;
  }
}

body header .yellow {
  background-color: #ffe500;
  padding: .3rem;
}

body header .yellow .contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-width: 45rem;
  max-width: 50%;
  margin: 0 auto;
  display: none;
}

body header .yellow .contact a {
  color: black;
}

body header .yellow .contact .level {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

body header .yellow .contact .level img {
  margin-right: 1rem;
}

body header .white {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1.5rem 0;
}

body header .white .container {
  width: 95%;
  /* max-width: 100rem; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  /* .logo
                {
                    font-family: $poppins;
                    font-size: 25px;
                    font-weight: 900;
                    color: black;
                    border-bottom: $yellow 5px solid;
                    margin-right: 2rem;
                } */
}

body header .white .container #logo {
  max-width: 13rem;
  margin-right: 2rem;
}

body header .white .container nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 85%;
  /* max-width: 70rem; //we still need to fso with these numbers */
}

body header .white .container nav .active {
  border-bottom: #ffe500 5px solid;
}

body header .white .container nav a {
  color: #1d1d1d;
  display: inline-block;
}

body header .mobile-menu {
  position: fixed;
  width: 80vw;
  height: 100vh;
  z-index: 4;
  right: 0;
  top: 0;
  background: #1d1d1d;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

body header .mobile-menu img {
  float: right;
  margin: 2rem 1rem;
}

body header .mobile-menu ul {
  list-style: none;
  margin-top: 8rem;
  margin-left: 1rem;
}

body header .mobile-menu ul a {
  color: #FFFFFF;
  font-size: 20px;
  display: inline-block;
  margin-bottom: 1.5rem;
}

body header .mobile-menu ul .active {
  color: #ffe500;
}

body header .active-menu {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

body footer .small-text {
  line-height: 1.625rem;
}

body footer .dark {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #2B2A28;
  color: #FFFFFF;
}

body footer .dark .footer-title {
  color: #ffe500;
  margin-bottom: 2.125rem;
}

body footer .dark .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

body footer .dark .container .tab {
  max-width: 16rem;
  margin: 3.7rem 0 3rem;
}

body footer .dark .container .tab .logo {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 900;
  border-bottom: #ffe500 5px solid;
  max-width: 8.6rem;
  margin-bottom: 2.125rem;
}

body footer .dark .container .tab .small-text {
  color: #A0A0A0;
}

body footer .dark .container .tab .small-text a img {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

body footer .dark .container .tab .small-text a img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

body footer .dark .container .tab ul {
  list-style-type: none;
}

body footer .dark .container .tab a {
  color: #A0A0A0;
}

body footer .dark .container .tab a img {
  margin: 3.3125rem 1rem 0 0;
}

body footer .dark .cta {
  background-image: url(/img/footer-background.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 30%;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}

body footer .dark .cta .cta-tab {
  max-width: 16rem;
  margin: 3.7rem 0 0 4.4rem;
}

body footer .dark .cta .cta-tab .yellow-button {
  display: inline-block;
  margin-top: 1.7rem;
}

body footer .yellow {
  background-color: #ffe500;
  text-align: center;
  padding: 1rem;
}

body footer .yellow span {
  font-weight: 900;
}

body footer .yellow span a {
  color: #1d1d1d;
}

body footer .yellow span a .red {
  color: red;
}

@media (max-width: 1400px) {
  body header .white .container {
    width: 96%;
  }
  body header .white .container #logo {
    display: none;
  }
  body header .white .container nav {
    width: 100%;
    /* font-size: 1.1rem; */
  }
}

@media (max-width: 1200px) {
  body header #pc-only {
    display: none;
  }
  body header #mobile-only {
    display: inline-block;
  }
  body header .yellow .contact {
    min-width: 12rem;
  }
  body header .yellow .contact a {
    margin: 0 auto;
  }
  body header .white .container #logo {
    display: inline-block;
  }
  body header .white .menu {
    cursor: pointer;
  }
  body footer .dark {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  body footer .dark .footer-title {
    margin-bottom: 1rem;
  }
  body footer .dark .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 auto;
  }
  body footer .dark .container .tab {
    margin: 3rem 0 0 0;
  }
  body footer .dark .container .tab .logo {
    margin-left: auto;
    margin-right: auto;
  }
  body footer .dark .container .tab .small-text img {
    margin: 3.3125rem 0.8rem 0 0.8rem;
  }
  body footer .dark .container .tab a {
    display: inline-block;
  }
  body footer .dark .container .tab li, body footer .dark .container .tab .contact-margin {
    margin-bottom: .8rem;
  }
  body footer .dark .cta {
    width: 100%;
    margin-top: 3.5rem;
  }
  body footer .dark .cta .cta-tab {
    margin: 3.7rem auto;
  }
}

@media (max-width: 800px) {
  header #white {
    padding: 1.5rem 0;
  }
}

main .hero {
  background-image: url(/img/faq/hero.webp);
  background-size: cover;
  background-position: center;
  color: #FFFFFF;
}

main .hero .content {
  background-color: rgba(0, 0, 0, 0.4);
}

main .hero .content .text {
  padding: 13.5rem 0 13.5rem 12rem;
}

main .hero .content .text h1 {
  position: relative;
  z-index: 1;
}

main .hero .content .text .yellow-border {
  width: 13.5rem;
}

main .questions .container {
  width: 80%;
  margin: 7.75rem auto;
}

main .questions .container .answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
}

main .questions .container .answer .text {
  max-width: 57.75rem;
}

main .questions .container .answer .text h4 {
  margin-bottom: 1.5rem;
}

main .questions .container .answer .text .description {
  display: none;
}

main .questions .container .answer .text .visible {
  display: block;
}

main .questions .container hr {
  margin: 3.75rem 0;
}

@media (max-width: 1400px) {
  main .questions .container {
    width: 90%;
  }
}

@media (max-width: 1200px) {
  main .hero .content .text .yellow-border {
    width: 11rem;
  }
}

@media (max-width: 800px) {
  main .hero {
    height: 309px;
  }
  main .hero .content {
    height: 100%;
  }
  main .hero .content .text {
    padding: 3rem 0 0 1rem;
  }
  main .hero .content .text .yellow-border {
    width: 5rem;
  }
  main .questions .container {
    margin: 4.5rem auto;
  }
  main .questions .container .answer .text {
    width: 90%;
  }
  main .questions .container .answer a {
    width: 5%;
  }
}
/*# sourceMappingURL=faq.css.map */