/*
Version: 00
.
.
.
*/
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&amp;display=swap");

html {
    scroll-behavior: smooth;
}

p {
    font-family: "Open Sans", sans-serif;
}

.hero-subtitle-offer>br {
    display: block;
}

.form-header-text>br {
    /* display: none; */
}

.videosection {
    position: relative;
    width: 100%;
    aspect-ratio: 16/9;
    /* overflow: hidden; */
    max-width: 586px;
}

.videosection iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: 400px;
    border: solid 1px #00b1e1;
    border-radius: 8px;
    aspect-ratio: 16/9;
}

.text-black {
    color: black;
}

.font-burn-opensans {
    font-family: "Open Sans", sans-serif;
}

.font-league-gothic {
    font-family: league_gothicregular;
}

.disclaimer-section {
    padding: 10px 24px;
    background-color: #ededed;

}

.disclaimer-section>div {
    max-width: 1440px;
    width: 100%;
    margin: auto;
}

.disclaimer-section>div>p {
    color: rgb(51, 51, 51);
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
}

.asterisk {
    font-size: 52px;
    position: static;
    bottom: 0px;
}

.star-bullets {
    border-radius: 0px;
    background: #00b1e1;
    max-width: none;
    width: 100vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 14px 24px 6px 24px;
    margin: 24px -24px 0px -24px;
}

.stared-list {
    margin: 0px;
    font-weight: 700;
    line-height: 110%;
    text-transform: uppercase;
}

.star-bullets ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0px;
}

.star-bullets ul li {
    position: relative;
    padding-left: 0px;
    margin-bottom: 6px;
    font-size: 18px;
    text-align: center;
}

.star-bullets ul li::before {
    content: "★";
    position: relative;
    margin-right: 8px;
    width: 17px;
    height: 16px;
}

.star-bullets ul li::after {
    content: "★";
    color: black;
    margin-left: 8px;
    font-size: 16px;
}



nav {
    display: none !important;
}

.primary-btn-cta {
    display: inline-flex;
    padding: 16px 32px;
    align-items: center;
    border-radius: 40px;
    background: #fdda13;
    cursor: pointer;
    transition: all 0.5s;
    font-family: "Open Sans", sans-serif;
    color: black;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    text-transform: uppercase;
    width: 100%;
    border: 2px solid #fdda13 !important;
    justify-content: center;
    text-align: center;
}

.primary-btn-cta:hover {
    background-color: black;
    color: #fdda13;
    border: 2px solid black !important;
}

.secondary-btn-cta {
    display: inline-flex;
    padding: 16px 32px;
    align-items: center;
    gap: 24px;
    border-radius: 40px;
    background: #fdda13;
    cursor: pointer;
    transition: all 0.5s;
    font-family: "Open Sans", sans-serif;
    color: black;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    text-transform: uppercase;
    width: 100%;
    border: 2px solid #fdda13 !important;
    justify-content: center;
    text-align: center;
}

.secondary-btn-cta:hover {
    background-color: black;
    color: #fdda13;
    border: 2px solid black !important;
}

input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid black;
    position: relative;
    cursor: pointer;
}

input[type="checkbox"]:checked:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 108%;
    height: 108%;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><path d="M20 10C20 12.6522 18.9464 15.1957 17.0711 17.0711C15.1957 18.9464 12.6522 20 10 20C7.34784 20 4.8043 18.9464 2.92893 17.0711C1.05357 15.1957 0 12.6522 0 10C0 7.34784 1.05357 4.8043 2.92893 2.92893C4.8043 1.05357 7.34784 0 10 0C12.6522 0 15.1957 1.05357 17.0711 2.92893C18.9464 4.8043 20 7.34784 20 10Z" fill="%2300B1E1"/><path d="M14.8841 6.21249C14.7948 6.12351 14.6885 6.05345 14.5715 6.00651C14.4545 5.95956 14.3293 5.93668 14.2033 5.93925C14.0772 5.94182 13.953 5.96977 13.8381 6.02145C13.7231 6.07312 13.6197 6.14745 13.5341 6.23999L9.19286 11.7712L6.57661 9.15374C6.3989 8.98814 6.16384 8.89798 5.92096 8.90227C5.67809 8.90655 5.44635 9.00494 5.27459 9.17671C5.10282 9.34847 5.00443 9.58021 5.00015 9.82308C4.99586 10.066 5.08601 10.301 5.25161 10.4787L8.55911 13.7875C8.64822 13.8764 8.75432 13.9465 8.87109 13.9936C8.98787 14.0406 9.11292 14.0636 9.2388 14.0613C9.36467 14.059 9.48878 14.0313 9.60373 13.98C9.71869 13.9286 9.82212 13.8547 9.90786 13.7625L14.8979 7.52499C15.068 7.34811 15.162 7.11158 15.1596 6.86618C15.1573 6.62079 15.0588 6.38609 14.8854 6.21249H14.8841Z" fill="white"/></svg>');
    background-color: #01b0e1;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid #01b0e1;
}

input[type="checkbox"]:checked {
    border: none !important;
    /* Remove border when checked */
}

input,
select {
    border: 2px solid #000 !important;
}

.page-wrapper {
    /* margin-top: 94px; */
    overflow: hidden;
}

summary {
    display: list-item;
}

#form-section {
    margin-top: 0px !important;
    padding: 40px 24px !important;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.50);
}

.hidden {
    display: none;
}

.hero-content {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    /* min-height: 920px; */
    max-width: 1440px;
    margin: 0 auto;
}

.content {
    display: flex;
    flex-direction: column;
    padding-top: 0px;
    justify-content: space-between;
    align-items: stretch;
    gap: 0;
    height: 100%;
    width: 100%;
    position: relative;
}

.text-burn-blue {
    color: #01b0e1;
}

.duration-300 {
    transition-duration: 0.3s;
}

.duration-500 {
    transition-duration: 0.5s;
}

body {
    background: white;
    overflow-x: hidden;
}

#form-submit-spinner {
    animation: spin 1s linear infinite;
    position: absolute;
    bottom: 30%;
    left: 90%;
    transform: translate(-50%, -50%);
    z-index: 300;
    width: 20px;
    height: 20px;
    display: none;
}

.svg-spinner {
    animation: spin 25s linear infinite;
    position: absolute;
    z-index: 20;
    bottom: 48vh;
    left: 60%;
}

.clockwise-spin {
    animation: spin 25s linear infinite;
}

.hero-svg {
    width: 100px;
    height: 100px;
}

.zip-spinner {
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0);
    }

    to {
        transform: rotate(360deg);
    }
}

.grid-list {
    margin: 0 auto;
    padding: 0 0px;
    max-width: 1440px;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 24px;
    padding-bottom: 32px;
}

.leading-normal {
    line-height: normal;
}

.tailwind-button {
    width: 100% !important;
    border: 2px solid black;

    justify-content: center;
}

.tailwind-button:hover {
    border: 2px solid #fdda13;
    color: #fdda13;
}

.tw-text-align {
    text-align: center !important;
}

.hero-h1 {
    font-size: 46px;
    font-style: normal;
    font-weight: 400;
    line-height: 90%;
    text-transform: uppercase;
    font-family: league_gothicregular;
    padding-top: 0px;
    text-align: left;
    color: white;
    margin-top: 16px;
}

/* .hero-h1 br {
    display: none;
} */

.hero-header {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    position: relative;
    z-index: 40;
    padding: 24px;
    width: 100%;
    height: 100%;
}

.hero-p.desktop {
    display: none;
}

.hero-subtitle-offer.desktop {
    display: none;
}

.mobile-headers {
    display: flex;
    flex-direction: column;
    color: white;
    background-color: #000;
    padding: 24px;
    width: 100%;
    gap: 24px;
    justify-content: center;
    text-align: center;
    align-items: center;
}

.hero-p {
    color: white;
    font-size: 16px;
    font-weight: 700;
    line-height: 120%;
    padding-top: 0px;
    font-family: "Open Sans", sans-serif;
    margin-top: 0;
}

.hero-subtitle-offer {
    color: white;
    text-align: center;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    margin-top: 0px;
    margin-bottom: 0px;
}

.hero-p>span {
    color: #fedb16;
}

/* .hero-p>br,
.hero-p>br>br {
    display: none;
} */

.thank-you-section {
    display: none;
}

#burn-logo-thank-you {
    margin: 0 auto;
    max-width: 227.976px;
}

.thank-you-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: left;
    min-height: 500px;
    padding: 32px 24px;
    max-width: 1440px;
    margin: 0 auto;
}

.thank-you-header {
    display: none;
    flex-direction: column;
    z-index: 40;
    position: relative;
    padding-bottom: 30px;
    width: 100%;
}

.thank-you-hero {
    min-height: 640px;
    height: 640px;
    padding: 40px 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    flex-shrink: 0;
}

.hero-content.thank-you {
    background-color: black;
    min-height: auto;
}

.burn-logo {
    max-width: 227.976px;
    align-self: flex-start;
}

.thank-you-title {
    color: white;
    text-align: center;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 90%;
    text-transform: uppercase;
    margin-top: 24px;
    text-align: center;
    /* text-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3); */
}

#burn-logo-thank-you-app {
    max-width: 227.976px;
    margin: 0 auto;
}

.thank-you-content {
    display: flex;
    flex-direction: column;
    justify-content: left;
    align-items: left;
    padding: 0 24px;
    max-width: 1440px;
    margin: 0 auto;
}

#thank-you-content-app {
    padding: 32px 24px;
    background-color: #000;
}

.thank-you.mobile-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    gap: 32px;
    padding: 32px 24px;
    background-color: #000;
}

.thank-you-h1 {
    font-family: league_gothicregular;
    color: white;
    text-align: center;
    font-size: 52px;
    font-style: normal;
    font-weight: 400;
    line-height: 90%;
    text-transform: uppercase;
    margin-top: 24px;
    margin-bottom: 0px;
}

.thank-you-message {
    color: white;
    font-family: "Open Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 135%;
    margin-bottom: 0px;
}

.thank-you-subtext {
    color: black;
    font-family: "Open Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 0px;
    text-align: center;
}

.thank-you.desktop-content {
    display: none;
}

.next-steps {
    color: white;
    /* Replace with your color */
    font-family: "Open Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-bottom: 16px;
}

.thank-you-list {
    color: #FFF;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    list-style: decimal;
}

.thank-you-p {
    color: #00B1E1;
    font-family: "Open Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 24px;
}

.download-app {
    font-size: 18px;
    color: white;
    font-weight: 700;
    text-align: center;
    padding-bottom: 16px;
    width: 264px;
    margin: auto;
}

.app-store-buttons {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.header-body-font-size {
    font-size: 16px;
}


.burn-logo-thankyou {
    max-width: 231px;
    padding-bottom: 20px;
}

.app-store-button {
    margin: 0 auto;
}

.form-header-text {
    color: #000;
    text-align: center;
    font-family: "Open Sans";
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    margin-right: 0px;
}

.app-download {
    font-size: 18px;
    color: white;
    font-weight: 700;
    padding-bottom: 16px;
}

.app-logo-group {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding-bottom: 40px;
}

.form-container {
    width: 100%;
    max-width: none;
    display: flex;
    height: 100%;
    flex: 1;
    justify-content: center;
    position: relative;
    z-index: 40;
    padding: 0px 0px 0px 0px;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.5);
    padding-top: 0px;
}

.form-anchor {
    position: absolute;
    width: 100%;
    display: block;
    margin-top: -94px;
}

#icons-section {
    background-color: white;
}

.icons-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px 24px;
}

.copy-container {
    display: flex;
    flex-direction: column;
}

.icons-header {
    font-family: league_gothicregular;
    font-size: 44px;
    text-transform: uppercase;
    text-align: center;
    line-height: 90%;
    color: black;
}

.icons-copy {
    font-weight: 600;
    text-align: center;
    line-height: 135%;
    max-width: 980px;
    font-size: 18px;
    align-self: center;
    margin-top: 8px;
    color: black;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 24px;
}

.wide-images .grid-item>img{
    max-width: none;
    aspect-ratio: initial;
    margin-bottom: 16px;
}

@media (min-width: 768px) {
}

.grid-item {
    grid-column: span 4;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.grid-item>img {
    width: 100%;
    max-width: 120px;
    aspect-ratio: 1/1;
}

.grid-item-header {
    text-align: center;
    font-weight: 800;
    line-height: 125%;
    font-size: 16px;
    text-transform: uppercase;
    font-family: "Open Sans", sans-serif;
    color: black;
    margin: 0px;
    text-wrap: balance;
}

.grid-item-description {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 135%;
    text-align: center;
    margin-top: 8px;
    /* text-wrap: balance; */
}

.icons-cta {
    width: fit-content;
}

.awareness-section {
    padding: 40px 24px;
    position: relative;
    background-color: #F2F2F2;
}

.awareness-video {
    position: relative;
}

.awareness-container {
    display: flex;
    flex-direction: column;
    max-width: 1440px;
    margin: 0 auto;
    gap: 0px;
    align-items: center;
}

.awareness-image {
    width: 100%;
    max-width: 688px;
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
}

.awareness-image>img {
    border-radius: 8px;
}

.awareness-copy-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    max-width: 688px;
    position: relative;
    align-items: start;
    text-align: left;
    padding-top: 24px;
    min-width: 40%;
}

.awareness-image,
.awareness-copy-container {
    flex: 1;
}

.awareness-header {
    font-family: league_gothicregular;
    font-size: 44px;
    font-style: normal;
    font-weight: 400;
    line-height: 90%;
    text-transform: uppercase;
    padding-bottom: 8px;
    color: black;
    max-width: 642px;
    text-align: left;
    margin: 0 auto;
}

.awareness-body {
    margin-top: 0px;
    padding-bottom: 16px;
    color: black;
    font-size: 18px;
    font-weight: 600;
    line-height: 135%;
    text-align: left;
}

.community-section {
    padding: 40px 24px;
    position: relative;
    background-color: #00b1e1;
}

.community-video {
    position: relative;
}

.community-container {
    display: flex;
    flex-direction: column-reverse;
    max-width: 1440px;
    margin: 0 auto;
    gap: 0px;
    align-items: center;
}

.community-image {
    width: 100%;
    max-width: 688px;
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
}

.community-image>img {
    border-radius: 8px;
}

.community-copy-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    max-width: 688px;
    position: relative;
    align-items: start;
    text-align: left;
    padding-top: 24px;
    min-width: 40%;
}

.community-image,
.community-copy-container {
    flex: 1;
}

.community-header {
    font-family: league_gothicregular;
    font-size: 44px;
    font-style: normal;
    font-weight: 400;
    line-height: 90%;
    text-transform: uppercase;
    padding-bottom: 8px;
    color: black;
    max-width: 642px;
    text-align: left;
    margin: 0;
}

.community-body,
.community-sub-description {
    margin-top: 0px;
    padding-bottom: 16px;
    color: black;
    font-size: 18px;
    font-weight: 600;
    line-height: 135%;
    text-align: left;
}

#cta-section {
    padding-top: 100px;
    display: flex;
    flex-direction: column;
    padding: 40px 24px 40px 24px;
    position: relative;
    align-items: center;
    background-color: #000;
}

#cta-section h2 {
    color: white;
    font-size: 44px;
    font-family: league_gothicregular;
    text-transform: uppercase;
    text-align: center;
    line-height: 90%;
    padding-bottom: 8px;
    z-index: 20;
    margin: 0px;
}

.cta_section_description {
    color: white;
    font-size: 18px;
    font-weight: 600;
    line-height: 135%;
    text-align: center;
    max-width: 948px;
    margin: 0 auto;
    padding-bottom: 40px;
}

.conditional-break {
    display: none;
}

.h1-lineone {
    font-size: 80px;
    line-height: 90%;
}

.awareness-preheader {
    color: black;
    font-size: 20px;
    font-weight: 800;
    line-height: 125%;
    text-transform: uppercase;
    padding-bottom: 16px;
    font-family: "Open Sans", sans-serif;
    text-align: center;
    margin: 0 auto;
}

.awareness-list-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    gap: 0px;
    margin-bottom: 24px;
    text-align: left;
}

.awareness-column {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0px;
}

.awareness-column>li {
    padding-left: 12px;
    position: relative;
}

.awareness-column>li::before {
    content: "•";
    position: absolute;
    left: 0;
}

.awareness-column>li {
    color: black;
    /* Body-Large */
    font-family: "Open Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 135%;
}

.community-preheader {
    color: black;
    font-size: 20px;
    font-weight: 800;
    line-height: 125%;
    text-transform: uppercase;
    padding-bottom: 16px;
    font-family: "Open Sans", sans-serif;
    text-align: center;
    margin: 0 auto;
}

.community-list-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    gap: 0px;
    margin-bottom: 24px;
    text-align: left;
}

.community-column {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0px;
}

.community-column>li {
    padding-left: 12px;
    position: relative;
}

.community-column>li::before {
    content: "•";
    position: absolute;
    left: 0;
}

.community-column>li {
    color: black;
    /* Body-Large */
    font-family: "Open Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 135%;
}

form {
    margin: 0px !important;
}

.thank-you-image {
    max-width: 227.976px;
    margin: auto;
}

.icons-header>span {
    display: none;
}

.cta-section-span-1 {
    display: inline;
}

.cta-section-span-2 {
    display: none;
}

#cta-get-started:hover {
    border: 2px solid #fdda13 !important;
}

.testimonial-section {
    padding: 40px 24px;
    position: relative;
    background-color: #F2F2F2;
}

.testimonial-container {
    display: flex;
    margin: 0 auto;
    gap: 0px;
    align-items: center;
    text-align: center;
    max-width: 100%;
}

.testimonial-copy-container {
    display: flex;
    flex-direction: column;
    gap: 24px;
    flex: 1;
    overflow: hidden;
    max-width: 100%;
}

.testimonial-header {
    font-family: "Open Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: 125%;
    text-transform: uppercase;
}

.testimonial-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
}

.testimonial-text {
    text-align: center;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 135%;
    max-width: 952px;
    margin: 0 auto;
    text-align: balance;
    width: 100% !important;
    color: black;
}

.testimonial-given-by {
    width: 100%;
    max-width: 88px;
    height: 88px;
    object-fit: cover;
    margin: 24px auto;
}

.testimonial-slider {
    max-width: 100%;
}

.mobile-header-bottom {
    margin-top: auto;
}

.thank-you-content.simple.left {
    text-align: left;
    margin: 0;

}

.thank-you-content.simple.left>#burn-logo-thank-you {
    margin: 0;
}

.thank-you-content.simple.left>h1 {
    text-align: left;
}

@media (min-width: 640px) {
    .hero-module {
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .awareness-container {
        flex-direction: row-reverse;
        gap: 64px;
    }

    .community-container {
        flex-direction: row-reverse;
        gap: 64px;
    }

    .hero-header {
        max-width: none;
    }

    /* .grid-list {
    grid-template-columns: repeat(6, 1fr);
    padding: 0 24px;
  } */
}

@media (min-width: 768px) {
    .conditional-break {
        display: inline;
    }

    .hero-h1,
    .hero-p {
        color: white;
    }

    /* .hero-subtitle-offer>br {
        display: none;
    } */

    .form-header-text>br {
        display: block;
    }
}

@media (min-width: 1024px) {
    .mobile-header-bottom {
        margin-top: 24px;
    }

    .icons-header>span {
        display: inline;
    }

    .cta-section-span-1 {
        display: none;
    }

    .cta-section-span-2 {
        display: inline;
    }

    .awareness-list-container {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        gap: 10%;
        margin-bottom: 16px;
    }

    .awareness-column {
        margin-bottom: 0px;
    }

    .community-list-container {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        gap: 10%;
        margin-bottom: 16px;
    }

    .community-column {
        margin-bottom: 0px;
    }

    .primary-btn-cta,
    .secondary-btn-cta {
        width: fit-content;
        text-align: center;
    }

    .hero-module {
        padding: 56px 24px;
        height: 100%;
        min-height: 920px;
    }

    .h1-lineone {
        font-size: 165px;
    }

    .asterisk {
        font-size: 100px;
        position: relative;
        bottom: 40px;
    }

    .burn-logo {
        align-self: flex-start;
    }

    .awareness-copy-container {
        align-items: start;
        text-align: start;
        padding-top: 0px;
    }

    .awareness-header {
        font-size: 64px;
        text-align: left;
    }

    .community-copy-container {
        align-items: start;
        text-align: start;
        padding-top: 0px;
    }

    .community-header {
        font-size: 64px;
        text-align: left;
    }

    #cta-section h2 {
        font-size: 64px;
        font-style: normal;
        font-weight: 400;
        line-height: 90%;
        text-transform: uppercase;
        max-width: none;
        padding-top: 0px;
    }

    #cta-section {
        padding-top: 100px;
        display: flex;
        flex-direction: column;
        padding: 80px 24px 85px 24px;
        position: relative;
    }

    .star-bullets ul li {
        text-align: left;
        font-size: 20px;
    }

    .star-bullets ul li::after {
        content: "";
        color: black;
        margin-left: 0px;
        font-size: 0px;
    }

    .form-container {
        box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
        max-width: 350px;
        min-height: 614px;
    }

    .star-bullets {
        background: linear-gradient(90deg, #00b1e1 85%, rgba(0, 177, 225, 0) 100%);
        width: 100%;
        max-width: 366px;
        margin: 91px 0px 0px 0px;
        border-radius: 8px;
        padding: 21px 0px 15px 21px;
    }

    .videosection {
        max-width: 688px;
    }

    .awareness-copy-container {
        padding: 0px 0px;
    }

    .awareness-section {
        padding: 80px 24px;
        position: relative;
    }

    .awareness-body {
        text-align: left;
    }

    .awareness-preheader,
    .awareness-header {
        margin: 0px;
    }

    .community-copy-container {
        padding: 0px 0px;
    }

    .community-section {
        padding: 80px 24px;
        position: relative;
    }

    .community-body,
    .community-sub-description {
        text-align: left;
    }

    .community-preheader,
    .community-header {
        margin: 0px;
    }

    .grid-item-header {
        font-size: 20px;
        font-weight: 800;
        line-height: 125%;
    }

    .grid-item {
        grid-column: span 3;
    }

    .icons-header {
        font-size: 64px;
    }

    .icons-container {
        padding: 80px 24px;
    }

    .form-anchor {
        display: flex;
    }

    .app-logo-group {
        flex-direction: row;
        padding-bottom: 0px;
    }

    .hero-content {
        flex-direction: row;
        min-height: 0px;
    }

    .hero-header {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        position: relative;
        z-index: 40;
        padding: 0px 0px;
        height: auto;
        flex: 1;
        width: 100%;
        gap: 0px;
    }

    .hero-h1 {
        font-size: 100px;
        font-style: normal;
        font-weight: 400;
        line-height: 90%;
        max-width: none;
        padding-top: 0px;
        text-align: left;
        color: white;
        position: relative;
        margin-bottom: 16px;
    }

    .hero-p.desktop {
        display: block;
    }

    .hero-subtitle-offer.desktop {
        display: block;
    }

    .mobile-headers {
        display: none;
    }

    .hero-p {
        padding-top: 0px;
        font-size: 20px;
        color: white;
    }

    .hero-subtitle-offer {
        color: white;
        text-align: left;
        font-family: "Open Sans";
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: 120%;
        margin-top: 24px;
        margin-bottom: 0px;
        max-width: 380px;
    }



    .hero-h1 br {
        display: block;
    }

    .hero-p>span {
        color: #00b1e1;
    }



    .hero-p>br,
    .hero-p>br>br {
        display: block;
    }


    .burn-logo {
        max-width: 284.971px;
        margin-bottom: 0px;
    }

    .content {
        flex-direction: row;
        padding-top: 0px;
        display: flex;
        justify-content: space-between;
        align-items: stretch;
        gap: 24px;
        height: 100%;
        width: 100%;
        position: relative;
    }

    .form-header-text {
        font-size: 22px !important;
        text-align: left;
        /* margin-right: 15px; */
    }

    .app-store-button {
        margin: 0 0;
    }

    .svg-spinner {
        animation: spin 25s linear infinite;
        position: absolute;
        z-index: 20;
        bottom: 24vh;
        left: 64%;
    }

    .hero-svg {
        width: 160px;
        height: 160px;
    }

    .header-body-font-size {
        font-size: 24px;
    }

    .grid-list {
        grid-template-columns: repeat(12, 1fr);
        padding: 0 0px;
        padding-bottom: 32px;
        margin-top: 0px;
    }

    .tw-text-align {
        text-align: left !important;
    }

    .tailwind-button {
        width: fit-content !important;
    }

    .star-bullets-end {
        display: none;
    }

    .thank-you-title {
        color: #fff;
        font-size: 100px;
        font-style: normal;
        font-weight: 400;
        line-height: 90%;
        text-transform: uppercase;
        max-width: 588px;
        margin-top: 88px;
        text-align: left;
    }

    #app-thankyou-wrap {
        padding-top: 56px;
    }

    .thank-you-header {
        max-width: 500px;
    }

    .thank-you-p {
        font-family: "Open Sans";
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        text-align: left;
        color: white;
        margin-bottom: 16px;
        padding-top: 24px;
    }

    .thank-you-list {
        font-family: "Open Sans";
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        text-align: left;
        color: white;
        margin-bottom: 24px;
        list-style: decimal;
    }

    .download-app {
        text-align: left;
        width: 100%;
        margin: 0;
    }

    .app-store-buttons {
        flex-direction: row;
    }

    .hero-content.thank-you {
        background-color: transparent;
        min-height: 960px;
        padding: 0px 0px;
    }

    .thank-you-hero {
        height: 100%;
        min-height: auto;
        padding: 0px;
    }

    .next-steps-list {
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    #form-section {
        padding: 24px !important;
        align-self: center;
    }

    #hero-module {
        background-position: bottom center;
    }

    .thank-you-content {
        padding: 0px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .thank-you-content.simple {
        /* max-width: 450px; */
        padding: 0px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin: 0 auto;
        margin-top: 56px;
    }

    .thank-you-content.simple.left {
        text-align: left;
        margin: 56px 0 0 0;
        max-width: 500px;
        width: 100%;
    }

    #thank-you-content-app {
        padding: 0px 0px;
        background-color: transparent;
    }

    #burn-logo-thank-you {
        margin-top: 56px;
        margin: 0;
    }

    #burn-logo-thank-you-app {
        margin: 0;
    }

    #thank-you-section {
        padding: 0px 24px;
    }

    .thank-you-section {
        min-height: 920px;
    }

    .thank-you-wrapper {
        min-height: 0px;
        padding: 0px;
    }

    .thank-you-h1 {
        font-size: 100px;
        font-style: normal;
        font-weight: 400;
        line-height: 90%;
        text-transform: uppercase;
        max-width: none;
        padding-top: 40px;
        margin-bottom: 16px;
        text-align: left;
        color: white;
    }

    .thank-you-image {
        margin: 0 auto;
        max-width: 284.97px;
    }

    .thank-you {
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: 120%;
        max-width: none;
    }

    .thank-you-message {
        color: white;
        font-family: "Open Sans";
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: 120%;
        margin-bottom: 48px;
        text-align: left;
    }

    .simple>.thank-you>.thank-you-message {
        text-align: center;
    }

    .simple.left>.thank-you>.thank-you-message {
        text-align: left;
    }

    .thank-you-content.simple>#burn-logo-thank-you {
        margin: 0 auto;
    }

    .thank-you-content.simple.left>#burn-logo-thank-you {
        margin: 0;
    }

    .thank-you-content.simple>.thank-you-h1 {
        padding-top: 0px;
    }

    .thank-you-subtext {
        color: white;
        font-family: "Open Sans";
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: 120%;
        margin-bottom: 48px;
        text-align: center;
    }

    .thank-you.mobile-content {
        display: none;
    }

    .thank-you.desktop-content {
        display: block;
        margin: 0;
        color: white;
    }

    .testimonial-section {
        padding: 80px 24px;
        position: relative;
    }

    .testimonial-text {
        font-size: 32px;
    }
}


/* ========== FAQ Section ========== */
/* FAQ Section */
.faq-section {
    width: 100%;
    padding: 80px 24px;
    background-color: white;
}

.faq-container {
    max-width: 1440px;
    margin: 0 auto;
    width: 100%;
    padding-bottom: 24px;
    max-height: max-content;
    overflow: hidden;
    transition: max-height 0.5s ease-out;
}

#faq-title {
    text-align: center;
    font-family: league_gothicregular, sans-serif;
    font-size: 64px;
    font-style: normal;
    font-weight: 400;
    line-height: 90%;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 24px;
}

.chevron {
    color: #000;

}

.chevron.rotate>svg {
    transform: rotate(180deg);
    transition: transform 0.3s ease;
}

#faq-section-header {
    color: var(--Black, #000);
    text-align: center;
    /* Destop/Desktop, H2 */
    font-family: league_gothicregular, sans-serif;
    font-size: 64px;
    font-style: normal;
    font-weight: 400;
    line-height: 90%;
    /* 57.6px */
    text-transform: uppercase;
    align-self: stretch;
}

.question-section-title {
    color: #00b1e1;
    font-family: league_gothicregular, sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 90%;
    text-transform: uppercase;
}

.faq-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
    gap: 8px;
}

.faq-icon {
    background: #f2f2f2;
    border-radius: 50px;
    border: none;
    padding: 8px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    position: relative;
    display: flex;
    flex-shrink: 0;
}

.faq-question {
    color: black;
    font-family: "Open Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: 125%;
    text-transform: uppercase;
    padding-bottom: 0px;
}

.answer-list {
    list-style-type: disc;
    padding-left: 20px;
}

.answer {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 135%;
    color: black;
}
.answer a {
    color: black;
    text-decoration: underline;
}

.sub-points {
    list-style-type: disc;
    padding-left: 20px;
    margin-top: 20px;
    color: black;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 135%;
}

.faq-item {
    margin-bottom: 24px;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease-out;
}

.faq-item:not(.collapsed)>.faq-answer {
    max-height: 100%;
}

/* Collapsed state */
.faq-item.collapsed .plus-icon::after {
    transform: translateX(-50%) rotate(0);
    opacity: 1;
}

/* Expanded state */
.faq-item:not(.collapsed) .plus-icon::after {
    opacity: 1;
}

.faq-question-divider {
    height: 1px;
    background: rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 0px 0px #fff;
    border: none;
    margin: 16px 0;
}

/* Plus Icon */
.plus-icon {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.plus-icon::before,
.plus-icon::after {
    content: "";
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    transition: all 0.3s ease;
}

/* Horizontal line */
.plus-icon::before {
    top: 50%;
    left: 0;
    right: 0;
    height: 2px;
    transform: translateY(-50%);
}

/* Vertical line - starts rotated 90deg (invisible as minus) */
.plus-icon::after {
    left: 50%;
    top: 0;
    bottom: 0;
    width: 2px;
    transform: translateX(-50%) rotate(90deg);
    opacity: 0;
}

/* Collapsed state - rotate to visible plus sign */
.faq-item.collapsed .plus-icon::after {
    transform: translateX(-50%) rotate(0);
    opacity: 1;
}

.faq-item.collapsed .faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease-out;
}

.faq-container.collapsed {
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease-out;
    height: auto;
}

.faq-container:not(.collapsed) {
    max-height: 100%;
    overflow: visible;
    transition: all 0.6s ease-out;
    height: auto;
}

.faq-toggle-button {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 40px;
}


/* Responsive Styles */
@media (max-width: 768px) {
    #faq-title {
        font-size: 44px;
    }

    .faq-section {
        padding: 40px 24px;
    }

    #faq-section-title {
        margin-bottom: 24px;
        padding-bottom: 0px;
    }

    .faq-item,
    .faq-header {
        margin: 0px;
    }

    .question-section-title {
        font-size: 32px;
        padding-top: 8px;
        padding-bottom: 0;
    }

    .faq-question {
        margin-bottom: 16px;
    }
}


.awareness-list-section {
    padding: 40px 24px;
    position: relative;
    background-color: #00b1e1;
}

.awareness-list-section.black-background {
    color: white;
    background-color: black;
}

.awareness-list-section.black-background .awareness-list-header {
    color: white;
}

.awareness-list-section.black-background .awareness-list-body {
    color: white;
}

.awareness-list-section.black-background .awareness-list-column>li
 {
    color: white;
}

.awareness-list-section.black-background .secondary-btn-cta:hover {
    border-color: rgb(253, 218, 19) !important;
}



.awareness-list-video {
    position: relative;
}

.awareness-list-container {
    display: flex;
    flex-direction: column;
    max-width: 1440px;
    margin: 0 auto;
    gap: 0px;
    align-items: center;
}

.awareness-list-container.reverse {
    flex-direction: column;
}

.awareness-list-image {
    width: 100%;
    max-width: 708px;
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
}

.awareness-list-image>img {
    border-radius: 8px;
}

.awareness-list-copy-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    max-width: 672px;
    position: relative;
    align-items: start;
    text-align: left;
    padding-top: 24px;
    min-width: 50%;
}

.awareness-list-image,
.awareness-list-copy-container {
    flex: 1;
}

.awareness-list-header {
    font-family: league_gothicregular;
    font-size: 44px;
    font-style: normal;
    font-weight: 400;
    line-height: 90%;
    text-transform: uppercase;
    padding-bottom: 8px;
    color: black;
    max-width: 642px;
    text-align: left;
    margin: 0 auto;
}

.awareness-list-body {
    margin-top: 0px;
    padding-bottom: 16px;
    color: black;
    font-size: 18px;
    font-weight: 600;
    line-height: 135%;
    text-align: left;
    font-family: "Open Sans", sans-serif;
}

.awareness-list-preheader {
    color: black;
    font-size: 20px;
    font-weight: 800;
    line-height: 125%;
    text-transform: uppercase;
    padding-bottom: 16px;
    font-family: "Open Sans", sans-serif;
    text-align: center;
    margin: 0 auto;
}

.awareness-list-bullets-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    gap: 0px;
    margin-bottom: 24px;
    text-align: left;
}

.awareness-list-column {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0px;
}

.awareness-list-column>li {
    padding-left: 12px;
    position: relative;
}

.awareness-list-column>li::before {
    content: "•";
    position: absolute;
    left: 0;
}

.awareness-list-column>li {
    color: black;
    /* Body-Large */
    font-family: "Open Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 135%;
}

@media (min-width: 640px) {
    .awareness-list-container {
        flex-direction: row-reverse;
        gap: 59px;
        justify-content: space-between;
    }
}

@media (min-width: 1024px) {
    .awareness-list-bullets-container {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        gap: 10%;
        margin-bottom: 16px;
    }

    .awareness-list-column {
        margin-bottom: 0px;
    }

    .awareness-list-container.reverse {
        flex-direction: row;
    }

    .awareness-list-copy-container {
        align-items: start;
        text-align: start;
        padding-top: 0px;
    }

    .awareness-list-header {
        font-size: 64px;
        text-align: left;
    }

    .awareness-list-section {
        padding: 80px 24px;
        position: relative;
    }

    .awareness-list-body {
        text-align: left;
    }

    .awareness-list-preheader,
    .awareness-list-header {
        margin: 0px;
    }

    .awareness-list-copy-container {
        padding: 0px 0px;
    }
}

.thank-you-section.referral {
    height: 920px;
    position: relative;
}

.thank-you-wrapper.referral {
    position: relative;
    height: 100%;
    padding: 56px 0px 0px;
}

.thank-you-content.referral {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0;
    height: 100%;
}

.content-wrap {
    max-width: 464px;
}

.form-container.referral {
    height: auto;
    align-self: center;
}

.thank-you-referral-h1 {
    color: white;
    font-size: 125px;
    font-style: normal;
    font-weight: 400;
    line-height: 90%;
    text-transform: uppercase;
    margin-top: 44px;
    margin-bottom: 16px;
}

.thank-you-message.referral {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    max-width: 364px;
}

@media (max-width: 1024px) {
    .thank-you-wrapper.referral {
        padding: 0px;
    }

    .thank-you-content.referral {
        flex-direction: column;
        padding: 0px;
    }

    .thank-you-section.referral {
        height: auto;
    }

    .form-container.referral {
        height: auto;
        max-width: none;
        width: 100%;
    }

    .thank-you-message.referral {
        font-size: 16px;
    }

    .content-wrap {
        max-width: none;
        width: 100%;
        padding: 32px 24px;
        min-height: 500px;
        height: 100%;
    }

    .thank-you.referral.mobile-content {
        width: 100%;
    }

    .thank-you-referral-h1 {
        font-size: 46px;
        font-style: normal;
        font-weight: 400;
        line-height: 90%;
        text-transform: uppercase;
        font-family: league_gothicregular;
        padding-top: 0px;
        text-align: left;
        color: white;
        margin-top: 24px;
    }
}

.thank-you-referral {
    display: none;
    max-width: none;
    min-height: 500px;
    padding: 32px 24px;
}

.referral-content-wrap {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    max-width: 1440px;
    margin: 0 auto;
}

.hero-h1.referral {
    text-align: left;
    margin-top: 16px;
}

.hero-p.referral {
    text-align: left;
}

.burn-logo.referral#burn-logo-thank-you {
    margin: 0;
}

@media (min-width: 1024px) {

    .thank-you-referral {
        display: none;
        padding: 56px 24px;
    }

    .hero-h1.referral {
        margin-top: 44px;
        max-width: 405px;
    }

    .hero-p.referral {
        max-width: 405px;
    }

    .hero-h1.referral {
        text-align: left;
    }

    .hero-p.referral {
        text-align: left;
    }
}
.skinny-banner {
    color: black;
    background-color: #FDDA13;
    padding: 8px 16px;
    position: relative;
    top: 94px;
}
.skinny-banner p {
    font-size: 18px;
    font-weight: 600;
    line-height: 135%;
    text-align: center;
    font-family: "Open Sans";
}
@media screen and (max-width:767px){
    .skinny-banner p {
    
        text-align: left;
    }
}