
.btn[data-v-de1663a5]:hover {
    border-radius: 6.25rem;
    background: rgba(16, 110, 211, 0.9);
    cursor: pointer;
}
.btn[data-v-de1663a5] {
    padding: var(--v6f476ab8);

    border-radius: 3.125rem;
    border: 2px solid var(--brand-color-primary);

    background: var(--brand-color-primary);
    font-family: var(--font-family);
    color: var(--text-color-secondary);
    text-transform: uppercase;
    font-size: clamp(1rem, 0.26666667vw, 1.375rem);
    font-weight: 500;
    letter-spacing: 0.04125rem;
}
.btn[data-v-de1663a5]:disabled {
    border-color: var(--border-color-disabled);

    background: var(--bg-color-disabled);

    color: var(--text-color-disabled);
}
.btn.muted[data-v-de1663a5] {
    border-color: var(--text-color-primary);

    background: var(--bg-color-muted);

    color: var(--text-color-primary);
}

.check[data-v-37eac022] {
    transform-origin: center;
    transform: scale(0);
    transition: transform 0.3s cubic-bezier(0, 0.5, 0.75, 3);
}
.check-complete[data-v-37eac022] {
    transform: scale(1);
}
.qotd-banner[data-v-37eac022] {
    display: grid;
    grid-template-areas:
        "q-bubble title-text complete button"
        "sub-title-text sub-title-text sub-title-text sub-title-text";
    align-items: center;
    gap: 0.5rem;

    padding: 0.5rem 0.5rem;

    background: var(--bg-color-secondary);
}
@media screen and (min-width: 33.75rem){
.qotd-banner[data-v-37eac022] {
        grid-template-areas: "q-bubble title-text complete sub-title-text button";
        grid-template-columns: min-content min-content min-content 1fr min-content;
        gap: 0.625rem;
        border-radius: 0.25rem;
    padding: 0.5rem 1rem;
}
}
.bubble-cell[data-v-37eac022] {
    grid-area: q-bubble;

    display: flex;
    align-items: center;
    justify-content: center;
}
.compl-cell[data-v-37eac022] {
    grid-area: complete;

    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.title-cell[data-v-37eac022] {
    grid-area: title-text;

    color: var(--text-color-tertiary);

    letter-spacing: 0.03375rem;
    line-height: 1.575rem;
    min-width: 10.0625rem;
}
@media screen and (min-width: 33.75rem){
.title-cell[data-v-37eac022] {
        width: 11rem;
        white-space: nowrap;
}
}
.sub-title-cell[data-v-37eac022] {
    grid-area: sub-title-text;

    color: var(--text-color-secondary);

    font-style: italic;
    letter-spacing: 0.03rem;
}
@media screen and (min-width: 33.75rem){
.sub-title-cell[data-v-37eac022] {
        white-space: nowrap;
        line-height: 1;
}
}
.btn-cell[data-v-37eac022] {
    grid-area: button;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.button[data-v-37eac022] {

    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.3125rem clamp(0.8125rem, 3.46666vw, 1.1875rem);
    font-size: var(--font-sz-xxxs);
    border: 2px solid var(--White, #FFF);
    border-radius: 1.25rem;

    color: var(--text-color-secondary);
    background: var(--brand-color-primary);

    text-transform: uppercase;
}
@media screen and (min-width: 33.75rem){
.button[data-v-37eac022] {
        white-space: nowrap;
}
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) {
.qotd-banner[data-v-37eac022] {
        gap: 0.5rem;
}
.qotd-banner .body-1[data-v-37eac022] {
        font-size: var(--font-sz-xxs);}
}

select[data-v-8b5a455d] {
    border: none;
    width: 100%;
    outline-color: var(--brand-color-primary);
    padding: 0.5rem;
}


.control-wrap[data-v-e17cf46c] {
    position: relative;
}
input[data-v-e17cf46c]:focus {
    outline-color: var(--color-blue);
}
input[data-v-e17cf46c] {
    padding: 0.85em;
    border: none;
    width: 100%;
    box-sizing: border-box;
    border-radius: 0.375rem;
    color: var(--v3f72c9ed);
}
input[data-v-e17cf46c]:disabled {
    color: var(--v3f72c9ed);
}
input[data-v-e17cf46c]:not(:focus):invalid {
    border: solid thin var(--invalid-color);
}
.validation-message[data-v-e17cf46c] {
    position: absolute;
    transform: translateY(50%);
    color: var(--invalid-color);
}
label[data-v-e17cf46c] {
    position: absolute;
    top: -10px;
    left: 8px;
    font-size: 0.75rem;
    color: var(--neutral-600, #636565);
    background: linear-gradient(
        180deg,
        var(--c96c2d1a) 0%,
        var(--c96c2d1a) 35%,
        #f6f7f9 35%
    );
}

/* Customize the label (the container) */
.container[data-v-e714c915] {
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;

    padding: 0.5rem 1rem;
 
    font-size: 1rem;
    color: var(--color-gray);
    box-sizing: border-box;
}
.container.disabled[data-v-e714c915] {
    color: var(--color-lightgray);
}
.multi-check[data-v-e714c915] {
  display: grid;
  grid: auto-flow / 1fr;
  gap: 0.625rem 0;
  margin: 1.875rem 0 1.5625rem 0;
@media screen and (min-width: 48rem) {
    grid: auto-flow / 1fr 1fr;
}
}
@media screen and not (min-width: 48rem) {
.multi-check>label[data-v-e714c915]:nth-child(even) {
    background: var(--color-lightgray2);
}
}
@media screen and (min-width: 48rem) {
.multi-check>label[data-v-e714c915]:nth-child(4n),
  .multi-check>label[data-v-e714c915]:nth-child(4n-1) {
    background: var(--color-lightgray2);
}
}
/* Hide the browser's default checkbox */
.container input[data-v-e714c915] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark[data-v-e714c915] {
  position: relative;
  margin: 0 1rem 0 0;
  height: 1.375rem;
  min-width: 1.375rem;
  background-color: transparent;
  border: 0.125rem solid var(--color-gray);
  border-radius: 0.375rem;
}
.checkmark.disabled[data-v-e714c915] {
    border-color: var(--color-fg-disabled);
}

/* When the checkbox is checked, add a background */
.container input:checked~ .checkmark[data-v-e714c915] {
  background-color: var(--brand-color-primary);
  border: 0.125rem solid var(--brand-color-primary);
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark[data-v-e714c915]:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container input:checked~.checkmark[data-v-e714c915]:after {
  display: block;
}

/* Style the checkmark/indicator */
.container .checkmark[data-v-e714c915]:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.813rem;
  height: 0.75rem;
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='16' viewBox='0 0 18 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 7.05263L7.13333 14L16 2' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-size: cover;
  background-repeat: no-repeat;
}


header > h3[data-v-865b3aff] {
    display: flex;
    justify-content: stretch;
    align-items: center;
    gap: 0.5rem;
    padding: 0 0 0 0.5rem;
    margin: 0;

    white-space: nowrap;

    background: var(--bg-color-secondary);

    border-radius: 0.375rem 0.375rem 0rem 0rem;
}
.q-wrap[data-v-865b3aff] {
    padding: 0 2rem;
}
.qotd[data-v-865b3aff] {
    background: var(--brand-color-background);
    background-blend-mode: lighten;
    padding: 1.5rem;

    border-radius: 0.375rem;
    border: 1px solid var(--brand-color-primary);
}
@media screen and (min-width: 33.75rem) {
.qotd[data-v-865b3aff] {
        padding: 1.5rem 2.5rem;
}
}
.question[data-v-865b3aff] {
    color: var(--text-color-primary);
    line-height: 1.5;
    margin: 1.5rem 0;
}
.question--normal[data-v-865b3aff] {
    font-size: 1.375rem;
    font-weight: 500;
}
.q-wrap.disabled .question[data-v-865b3aff] {
    color: var(--text-color-disabled);
}
.title-cell[data-v-865b3aff] {
    /* grid-area: title-text; */

    color: var(--text-color-secondary);

    flex-grow: 1;

    letter-spacing: 0.03375rem;
    line-height: 1.575rem;
    min-width: 10.0625rem;
}
@media screen and (min-width: 33.75rem) {
.title-cell[data-v-865b3aff] {
        width: 11rem;
        white-space: nowrap;
}
}
.sub-title-cell[data-v-865b3aff] {
    /* grid-area: sub-title-text; */

    color: var(--text-color-secondary);

    font-style: italic;
    letter-spacing: 0.03rem;
}
@media screen and (min-width: 33.75rem) {
.sub-title-cell[data-v-865b3aff] {
        white-space: nowrap;
        line-height: 1;
}
}


/* This group of CSS alters the way the
3 text elements and single image are laid
out in the component using flex's order
property, the class name references the
design - "large text (lg)" "the image (img)"
"medium text (md)" "small text (sm)" */
.feedback[data-v-06872f6a] {
    display: flex;
    flex-direction: column;
}
.lg-img-md-sm .card-headline[data-v-06872f6a] { order: 1;
}
.lg-img-md-sm article > div[data-v-06872f6a] { order: 2;
}
.lg-img-md-sm > div[data-v-06872f6a] { order: 2;
}
.lg-img-md-sm > figure[data-v-06872f6a] { order: 2;
}
.md-img-lg-sm .subtitle-1[data-v-06872f6a] { order: 1
}
.md-img-lg-sm figure.img[data-v-06872f6a] { order: 2
}
.md-img-lg-sm .card-headline[data-v-06872f6a] { order: 3
}
.md-img-lg-sm .body-2[data-v-06872f6a] { order: 4
}
.sm-md-img-lg .body-2[data-v-06872f6a] { order: 1
}
.sm-md-img-lg .subtitle-1[data-v-06872f6a] { order: 2
}
.sm-md-img-lg figure.img[data-v-06872f6a] { order: 3
}
.sm-md-img-lg .card-headline[data-v-06872f6a] { order: 4
}
.actions[data-v-06872f6a] {
    order: 10
}
.feedback[data-v-06872f6a] {
    padding: 0 1.5rem;
    text-align: center;
}
.card-headline[data-v-06872f6a] {
    margin: 0 0 0.625rem 0;
    color: var(--brand-color-primary);
}
.img[data-v-06872f6a] {
    margin: 0 0 0.625rem 0;
}
.subtitle-1[data-v-06872f6a] {
    margin: 0 0 0.625rem 0;
    color: var(--text-color-primary);
}
.body-2[data-v-06872f6a] {
    margin: 0 0 1.5rem 0;
    color: var(--brand-color-primary);
}
.actions[data-v-06872f6a] {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
}

@font-face {
    font-family: "Roboto";
    src: url("./fonts/Roboto-Regular.ttf") format("truetype"); /*URL to font*/
}
.icon-container[data-v-bd340522] {
    position: relative;
    width: 1.5rem;
    height: 1.5rem;
}
.info-text__container[data-v-bd340522] {
    position: absolute;
    opacity: 0;
    z-index: -1;
    transition: opacity 1s ease-in-out;
}
.icon-text[data-v-bd340522] {
    position: absolute;
    background: var(--bg-color-secondary);
    color: #ffffff;
    font-weight: 500;
    font-size: 12px;
    width: 12.125rem;
    box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.16);
    border-radius: 6px;
    padding: 1rem;
    z-index: 12;
}
.icon-triangle[data-v-bd340522] {
    position: absolute;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-right: 15px solid var(--bg-color-secondary);
}
.info-text__container--under-left[data-v-bd340522] {
      top: 1.5rem;
      right: -1.5rem;
}
.info-text__container--under-right[data-v-bd340522] {
      top: 1.5rem;
      left: -1.5rem;
}
.info-text__container--above-left[data-v-bd340522] {
      bottom: 1.325rem;
      right: -1.5rem;
}
.info-text__container--above-right[data-v-bd340522] {
      bottom: 1.325rem;
      left: -1.5rem;
}
.icon-text__under-left[data-v-bd340522] {
      top: 1rem;
      right: 0;
}
.icon-text__under-right[data-v-bd340522] {
      top: 1rem;
      left: 0;
}
.icon-text__above-left[data-v-bd340522] {
      bottom: 1rem;
      right: 0;
}
.icon-text__above-right[data-v-bd340522] {
      bottom: 1rem;
      left: 0;
}
.icon-text__right[data-v-bd340522] {
}
.icon-triangle__under-left[data-v-bd340522] {
      top: -0.3125rem;
      right: 1.875rem;
      transform: rotate(90deg);
}
.icon-triangle__under-right[data-v-bd340522] {
      top: -0.3125rem;
      left: 1.6875rem;
      transform: rotate(90deg);
}
.icon-triangle__above-left[data-v-bd340522] {
      bottom: -0.3125rem;
      right: 1.875rem;
      transform: rotate(-90deg);
}
.icon-triangle__above-right[data-v-bd340522] {
      bottom: -0.3125rem;
      left: 1.6875rem;
      transform: rotate(-90deg);
}
.icon-triangle__right[data-v-bd340522] {
}
  /* MODAL */
.info__modal[data-v-bd340522] {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 1000;
}
.info__modal__content[data-v-bd340522] {
    background-color: #fff;
    margin: auto;
    padding: 24px;
    width: 80%;
    max-width: 335px;
    border-radius: 12px;
    top: 50%;
    position: relative;
    transform: translateY(-50%);
}
.info__modal__content__header[data-v-bd340522] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.info__modal__content__header__title[data-v-bd340522] {
    color: var(--text-color-primary);
    font-size: 18px;
    font-weight: 700;
}
.info__modal__content__body[data-v-bd340522] {
    line-height: 1.5rem;
    margin-top: 1rem;
}
  
.mission-thumb[data-v-c39ffb11] {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 8.75rem;
    height: 6.5625rem;
    margin: 0 1.5rem 0 0;
    background-size: 100%;
    border-radius: 0.375rem 0.375rem 0rem 0rem;
    border: 1px solid #bababa;
}
.title[data-v-c39ffb11] {
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 0.25rem 0.125rem 0.25rem 0.5rem;
    text-transform: capitalize;
    color: var(--color-white);
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.225rem; /* 140% */
    letter-spacing: 0.02625rem;
    background: rgba(0, 0, 0, 0.70);
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.mission_info[data-v-c39ffb11] {
    position: absolute;
    top: 3px;
    right: 3px;
}

.mission-progress-bar-container[data-v-4d06dbd4]::before {
    position: absolute;
    left: -1.5rem;
    top: 0.75rem;
    content: '';
    width: 1px;
    height: 4.375rem;
    background: #bababa;
}
.mission-progress-bar-container[data-v-4d06dbd4]::after {
    position: absolute;
    right: -2.75rem;
    top: 0.75rem;
    content: '';
    width: 1px;
    height: 4.375rem;
    background: #bababa;
}
.mission-prize-description-marquee[data-v-4d06dbd4] {
    width: 200px;
    height: 15px;
    overflow: hidden;
    position: absolute;
    top: 1rem;
}
.mission-prize-description[data-v-4d06dbd4] {
    position: absolute;
    top: -0.2rem;
    font-size: 0.875rem;
    white-space: nowrap;
    will-change: transform;
}
.scroll-text[data-v-4d06dbd4] {
    animation: scroll-text-4d06dbd4 10s linear infinite;
}
@keyframes scroll-text-4d06dbd4 {
0%, 20% {
        transform: translateX(0%);
}
40%, 90% {
        transform: translateX(calc(-100% + 200px));
}
90%, 95% {
        transform: translateX(calc(-100% + 200px));
}
95%, 100% {
        transform: translateX(0%);
}
}
.mission-progress-bar[data-v-4d06dbd4] {
    position: absolute;
    top: 3.2rem;
    left: 0;
    width: 100%;
    border-radius: 6.25rem 0 0 6.25rem;
    height: .5rem;
    background: white;
    display: flex;
    align-items: center;
}
.progress-bar[data-v-4d06dbd4] {
    border-radius: .25rem;
    height: .25rem;
    margin-left: .0625rem;
    width: 0;
    transition: width 1000ms ease-in-out;
}
.numbers[data-v-4d06dbd4] {
    position: absolute;
    left: 0;
    right: 0;
    color: var(--color-fg);
    font-size: .75rem;
    top: 1rem;
}
.mission-progress-bar-container hr[data-v-4d06dbd4] {
     flex-basis: 100%;
     height: 0;
     margin: 0;
     border: 0;
}
.mission-progress-bar-container[data-v-4d06dbd4] {
    width: 14.75rem;
    top: 0.25rem;
    position: relative;
    margin: 0px 1.5rem;
    text-align: center;
}
@media (min-width: 700px) {
.mission-progress-bar-container[data-v-4d06dbd4] {
        width: 14.75rem;
}
}
@media (min-width: 700px) and (min-resolution: 2dppx) and (pointer: coarse) {
.mission-progress-bar-container[data-v-4d06dbd4] {
        margin: 0 4%;
        width: 12.75rem;
}
}
#icon[data-v-4d06dbd4] {
    position: absolute;
    right: -1.1rem;
    top: -0.85rem;
    height: 2.5rem;
    width: 2.5rem;
}
#stars[data-v-4d06dbd4] {
    position: absolute;
    right: -5rem;
    top: -2.5rem;
    height: 10rem;
    width: 10rem;
}
#completed[data-v-4d06dbd4] {
    position: absolute;
    right: -11rem;
    top: -3rem;
    height: 10rem;
    width: 20rem;
}
@media (max-width: 1000) {
.mission-progress-bar-container[data-v-4d06dbd4] {
        justify-content: unset;
        margin: 0.75rem 0 0 0;
}
}
path[fill="rgb(188,0,0)"][data-v-4d06dbd4] {
    fill: currentColor;
}

.mission-timer[data-v-63acecbd] {
    color: #636565;
    margin: 0 0 0.375rem 0;
    text-align: center;
    line-height: 1.4;
}
.mission-timer__txt[data-v-63acecbd] {
    font-size: 0.75rem;
}
.mission-timer__clock[data-v-63acecbd] {
    font-size: 1.125rem;
    font-weight: 700;
    letter-spacing: 0.0675rem;
    color: var(--v19adfc53);
}
.mission-timer__labels[data-v-63acecbd] {
    font-size: 0.625rem;
    font-style: italic;
}

#label[data-v-dc2aec00] {
        padding: 0.06125rem 0.5rem 0.06125rem 0.5rem;
        position: absolute;
        top: 0;
        border-radius: 5px 0 5px 0;
        color: white;
        font-weight: 500;
        text-transform: uppercase;
        background: var(--brand-color-primary); 
        font-size: .75rem;
        white-space: nowrap;
}
  
.rotate[data-v-0ce6e11f] {
  transform: rotate(180deg);
}
.mission-dropdown-btn[data-v-0ce6e11f] {
  cursor: pointer;
  height: 1.5rem;
  width: 1.5rem;
  transition: transform 1s;
  transform: rotate(180deg);
  top: 0.25rem;
  position: relative;
}
@media (min-width: 700px) {
.mission-dropdown-btn[data-v-0ce6e11f] {
    top: 2.25rem;
    left: 3.4rem;
}
}
.rotate[data-v-0ce6e11f] {
  transform: rotate(0deg);
}

.mission-bottom[data-v-fd8e4e94] {
    height: 0;
    overflow: hidden;
}
.composite-wrap[data-v-fd8e4e94] {
    width: 46.875rem;
    padding: 20px;
    border: 1px dashed #bababa;
}
.mission-prize-description-marquee[data-v-fd8e4e94] {
    width: 200px;
    height: 15px;
    overflow: hidden;
    position: absolute;
    top: 0;
}
.mission-prize-description[data-v-fd8e4e94] {
    position: absolute;
    top: -0.2rem;
    font-size: 0.875rem;
    white-space: nowrap;
    will-change: transform;
    animation: scroll-text-fd8e4e94 10s linear infinite;
}
@keyframes scroll-text-fd8e4e94 {
0%, 20% {
        transform: translateX(0%); /* Adjust for vertical centering and starting position */
}
40%, 90% {
        transform: translateX(calc(-100% + 200px)); /* Scroll to the left */
}
90%, 95% {
        transform: translateX(calc(-100% + 200px)); /* Scroll to the left */
}
95%, 100% {
        transform: translateX(0%); /* Reset to the starting position */
}
}
.mission[data-v-fd8e4e94] {
        position: relative;
        border: 1px solid var(--color-lightgray);
        min-height: 4.8125rem;
        display: flex;
        flex-direction: column;
        margin: .75rem 0;
}
.mission-top[data-v-fd8e4e94] {
        position: relative;
        display: flex;
        flex-direction: row;
        margin: 0.5rem clamp(0.5rem, 0.2500rem + 2.5000vw, 0.5rem);
        gap: 0.5rem 0;
        justify-content: stretch;
}
.mission-title[data-v-fd8e4e94] {
        position: relative;
        display: flex;
        flex-direction: column;
        width: 8.75rem;
        height: 6.5625rem;
        margin: 0 1.5rem 0 0;
        /* border-right: .0625rem solid var(--color-border); */
        background: url(/demo.png);
        background-size: 100%;
        border-radius: 0.375rem 0.375rem 0rem 0rem;
        border: 1px solid #bababa;
}
.title-one[data-v-fd8e4e94] {
        position: absolute;
        width: 100%;
        bottom: 0;
        padding: 0.25rem 0.125rem 0.25rem 0.5rem;
        text-transform: capitalize;
        color: var(--color-white);
        font-size: 0.875rem;
        font-weight: 500;
        line-height: 1.225rem; /* 140% */
        letter-spacing: 0.02625rem;
        background: rgba(0, 0, 0, 0.70);
        box-sizing: border-box;
}
#label[data-v-fd8e4e94] {
        right: 0;
}
.mission-timer[data-v-fd8e4e94] {
        margin: 1.5rem 0 0.375rem 5.125rem;
}

    /* @media (max-width: ${DT_M_BREAK}) { */
@media (max-width: 760px) {
.mission-top[data-v-fd8e4e94] {
            flex-wrap: wrap;
}
.mission-title[data-v-fd8e4e94] {
            order: 1;
            padding-right: 0.5rem;
}
[data-v-fd8e4e94]::slotted([slot="info-icon"]) {
            order: 2;
            margin-right: 0.5rem;
}
[data-v-fd8e4e94]::slotted([slot="timer"]) {
            order: 3;
}
[data-v-fd8e4e94]::slotted([slot="progress-bar"]) {
            order: 4;
}
[data-v-fd8e4e94]::slotted([slot="dropdown-toggle"]) {
            order: 5;
            z-index: 1;
}
}
    
.sc-modal[data-v-1798be32] {
    text-align: center;
    color: var(--text-color-primary);

    padding: 2rem 1.5rem;
    
    border: none;
    border-radius: 0.75rem;

    width: 95%;
    max-width: 52.125rem;

    box-sizing: border-box;
}
.sc-modal[data-v-1798be32]::backdrop {
    background: rgba(0, 0, 0, 0.8);
}



.card-header-bar[data-v-a4899c22] {
    text-align: left;
    padding: 0.875rem 0 0.5rem 1.25rem;
    border-radius: 0.375rem 0.375rem 0rem 0rem;
    background: var(--color-dark-gray);
    border-bottom: solid var(--color-orange) 0.1875rem;
}
.card-header-bar h1[data-v-a4899c22] {
    margin: 0;
    color: var(--color-white);
    font-size: var(--font-sz-md);
    font-weight: var(--font-wt-medium);
    line-height: 1.75rem;
    letter-spacing: 0.0375rem;
}

.form-wrap[data-v-745a5de0] {

    position: relative;
}
.form-error[data-v-745a5de0] {
    position: absolute;
    z-index: 5;
    left: 0;
    bottom: -1.35rem;
    padding: 0 0 0 0.5rem;
    color: #d3492f;
    text-shadow:
        -1px -1px 0 var(--color-white),
        1px -1px 0 var(--color-white),
        -1px 1px 0 var(--color-white),
        1px 1px 0 var(--color-white);
    font-size: 0.75rem;
}
.form-error-input .control-wrap[data-v-745a5de0] {
    border: 1px solid #d3492f !important;
    color: #d3492f;
}
.form-error-input .password-wrap[data-v-745a5de0]::after,
.form-error-input .confirm-password-wrap[data-v-745a5de0]::after {
    color: #d3492f;
}
.big-blue-first header[data-v-745a5de0] {
    order: 1;
}
.actions[data-v-745a5de0] {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
}
.blue[data-v-745a5de0] {
    font-size: 1rem;
    color: var(--brand-color-primary);
}
.create-incomplete[data-v-745a5de0],
.create-complete[data-v-745a5de0] {
    padding: 1.5rem 0 0;
}
.manage-password[data-v-745a5de0] {
    position: relative;
    overflow: hidden;
    border-radius: 0rem 0rem 0.375rem 0.375rem;
    background: var(--color-white);
}
.card-padding[data-v-745a5de0] {
    box-sizing: border-box;
    padding: 0 1.5rem 1.5rem;
    text-align: center;
}
.card-headline[data-v-745a5de0] {
    margin: 1.5rem 0;
    color: var(--brand-color-primary);
    font-weight: var(--font-wt-bold);
    font-size: var(--font-sz-lg);
    line-height: 2.1rem;
    letter-spacing: 0.045rem;
}
.message[data-v-745a5de0],
.directions[data-v-745a5de0] {
    position: relative;
    z-index: 5;
    color: var(--color-gray);
    font-size: var(--font-sz-xs);
    font-weight: var(--font-wt-regular);
    line-height: var(--font-lh-standard);
    letter-spacing: 0.03rem;
    text-align: center;
}
.directions[data-v-745a5de0] {
    margin: 1.5rem 1rem;
}
.create-complete .message[data-v-745a5de0],
    .create-incomplete .message[data-v-745a5de0],
    .create-complete .directions[data-v-745a5de0],
    .create-incomplete .directions[data-v-745a5de0] {
        font-size: var(--font-sz-sm);
}
.form-wrap[data-v-745a5de0] {
    position: relative;
}
.token-stack[data-v-745a5de0] {
    position: absolute;
    z-index: 0;
    left: -10.75rem;
    top: -3.35rem;
    width: 21.25rem;
    height: 12.59881rem;
}
.token-stack-thanks[data-v-745a5de0] {
    margin: 1.5rem auto 0;
}
.password-wrap[data-v-745a5de0],
.confirm-password-wrap[data-v-745a5de0] {
    display: block;
    position: relative;
    z-index: 5;
    width: 100%;
    margin: auto;
}
.password-wrap[data-v-745a5de0] {
    margin: 1.875em auto 0;
}
.confirm-password-wrap[data-v-745a5de0] {
    margin: 1.65rem auto 2.5rem;
}
.password-wrap input[data-v-745a5de0],
.confirm-password-wrap input[data-v-745a5de0] {
    box-sizing: border-box;
    position: relative;
    width: 100%;
    padding: 0.55rem;
    font-size: var(--font-sz-md);
    border: 0.0625rem solid var(--color-lightgray);
    background: var(--color-white);
    border-radius: 0.375rem;
}
.password-wrap[data-v-745a5de0]::after {
        content: 'Password';
        position: absolute;
        top: -0.55rem;
        left: 0.35rem;
        padding: 0rem 0.1875rem 0rem 0.125rem;
        font-size: var(--font-sz-xxxs);
        text-shadow:
        -1px -1px 0 var(--color-white),
            1px -1px 0 var(--color-white),
            -1px 1px 0 var(--color-white),
            1px 1px 0 var(--color-white);
}
.confirm-password-wrap[data-v-745a5de0]::after {
        content: 'Confirm Password';
        position: absolute;
        top: -0.55rem;
        left: 0.35rem;
        padding: 0rem 0.1875rem 0rem 0.125rem;
        font-size: var(--font-sz-xxxs);
        text-shadow:
        -1px -1px 0 var(--color-white),
            1px -1px 0 var(--color-white),
            -1px 1px 0 var(--color-white),
            1px 1px 0 var(--color-white);
}
.no-thanks[data-v-745a5de0] {
    margin: 1rem 0;
    color: var(--color-dark-gray);
    font-weight: var(--font-wt-regular);
    font-size: var(--font-sz-xxs);
    line-height: 1.225rem;
    letter-spacing: 0.02625rem;
    text-decoration-line: underline;
    text-align: center;
}
.privacy-policy[data-v-745a5de0] {
    color: var(--color-dark-gray);
    font-weight: var(--font-wt-regular);
    font-size: var(--font-sz-xxxs);
    line-height: 1.0375rem; /* 138.333% */
    letter-spacing: 0.0225rem;
    text-decoration-line: underline;
    text-align: center;
}
@media screen and (min-width: 33.75rem){
.user-greeting[data-v-745a5de0] {
        margin: 2.5rem 0 1.25rem;
}
.card-padding[data-v-745a5de0] {
        padding: 0 3.5rem 1.5rem;
        text-align: center;
}
.password-wrap[data-v-745a5de0],
    .confirm-password-wrap[data-v-745a5de0] {
        display: block;
        position: relative;
        z-index: 5;
        width: 20rem;
        margin: auto;
}
.password-wrap input[data-v-745a5de0],
        .confirm-password-wrap input[data-v-745a5de0] {
            padding: 0.55rem;
            font-size: var(--font-sz-md);
}
.password-wrap[data-v-745a5de0] {
            margin: 1.25em auto 1.85rem;
}
.confirm-password-wrap[data-v-745a5de0] {
            margin: 0 auto 2.75rem;
}
.token-stack[data-v-745a5de0] {
        top: 2.125rem;
        left: -2.45rem;
        width: 15rem;
        height: 8.89331rem;
}
.directions[data-v-745a5de0] {
        margin: 2.125rem 1rem 1.85rem;
}
.btn[data-v-745a5de0] {
        padding: 0.2rem 2.2rem;
        font-size: var(--font-sz-xs);
        line-height: 1.575rem;
        letter-spacing: 0.03375rem;
}
}

[data-v-37fe6cae] #email {
    color: #bababa !important;
    opacity: 1;
}
@media (max-width: 650px) {
.tokens[data-v-37fe6cae] {
        top: 180px;
}
}
@container (max-width: 600px) {
.unsubscribe a[data-v-37fe6cae] {
        display: block;
}
}
button[data-v-37fe6cae] {
    width: 9.125rem !important;
    padding: 0.38rem 0 !important;
}
.optin[data-v-37fe6cae] {
    background: rgba(231, 247, 254, 1);
    padding: 0 1.5rem;
    position: relative;
    height: 310px;
    border-radius: 0.75rem;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.16);
    font-family: var(--font-family);
    overflow: hidden;
    container-type: size;
}
@media (max-width: 650px) {
.optin[data-v-37fe6cae] {
        border-radius: 0;
}
}
@media (max-width: 650px) {
.optin[data-v-37fe6cae] {
        height: 410px;
}
}
.optin.shrink[data-v-37fe6cae] {
    height: 280px;
    transition: height 1s ease-out;
}
.shrink2[data-v-37fe6cae] {
    height: 130px !important;
    transition: height 1s ease-out !important;
}
.optin.hide[data-v-37fe6cae] {
    height: 0;
    padding-top: 0;
    padding-bottom: 0;
    transition-delay: var(--f4dba17c);
}
hr[data-v-37fe6cae] {
    background: linear-gradient(
        90deg,
        #757575 0%,
        rgba(117, 117, 117, 0) 45.5%
    );
    border: none;
    height: 0.0625rem;
}
@media (max-width: 600px) {
hr[data-v-37fe6cae] {
        background: linear-gradient(
            90deg,
            #757575 0%,
            rgba(117, 117, 117, 0) 97%
        );
}
}
.logo-container[data-v-37fe6cae] {
    display: flex;
    align-items: baseline;
    line-height: 0;
    gap: 0.27525rem;
    margin-top: 1.25rem;
}
.logo-container p[data-v-37fe6cae] {
    position: relative;
    bottom: 5px;
}
p[data-v-37fe6cae] {
    margin: 0;
    padding: 0;
    font-family: var(--font-alternate);
    font-weight: 500;
    font-style: italic;
    color: var(--color--neutral-gray);
}
.divider[data-v-37fe6cae] {
    color: #ffbc02;
    font-family: Lora;
    font-size: 0.875rem;
    font-style: italic;
    font-weight: 600;
    letter-spacing: 0.02625rem;
    position: relative;
    bottom: 8px;
}
.lines-circles[data-v-37fe6cae] {
    position: absolute;
    top: 0;
    right: 0;
}
.lines-circles-mobile[data-v-37fe6cae] {
    display: none;
    top: 0;
    right: -39px;
}
.tokens[data-v-37fe6cae] {
    width: 350px;
    height: 272px;
    position: absolute;
    right: 0;
    top: 2rem;
}
@container (max-width: 600px) {
.lines-circles-mobile[data-v-37fe6cae] {
        width: 137px;
        height: 46px;
        display: block;
}
.lines-circles-desktop[data-v-37fe6cae] {
        display: none;
}
}
@container (max-width: 580px) {
.desktop-tokens[data-v-37fe6cae] {
        display: none;
}
.mobile-tokens[data-v-37fe6cae] {
        display: block !important;
}
}
@container (max-width: 580px) {
.tokens[data-v-37fe6cae] {
        width: 153px;
        height: 252px;
        top: 49px;
}
}
@container (min-width: 580px) {
.text-container p span[data-v-37fe6cae] {
        display: block;
}
}
@container (max-width: 700px) {
.tokens[data-v-37fe6cae] {
        right: -75px;
        top: 140px;
}
}
@container (max-width: 699px) {
.tokens[data-v-37fe6cae] {
        right: -75px;
        top: 55px;
}
}
@container (max-width: 650px) {
.tokens[data-v-37fe6cae] {
        right: -130px;
        top: 55px;
}
}
@container (max-width: 580px) {
.tokens[data-v-37fe6cae] {
        right: 0px;
}
}
@container (max-width: 500px) {
.tokens[data-v-37fe6cae] {
        width: 153px;
        height: 252px;
        top: 150px;
        right: 0;
}
}
@media (max-width: 650px) {
.tokens[data-v-37fe6cae] {
        top: 140px;
}
}
p.body[data-v-37fe6cae] {
    position: relative;
    z-index: 5;
    color: var(--color-blue, #106ed3);
    font-size: min(6vw, 1rem);
    font-style: normal;
    font-weight: 500;
    line-height: 1.4rem; /* 140% */
    letter-spacing: 0.03rem;
    font-family: var(--font-family);
    margin-top: 1.5rem;
}
p.body-mobile[data-v-37fe6cae] {
    display: none;
}
@container (max-width: 580px) {
p.body-desktop[data-v-37fe6cae] {
        display: none;
}
p.body-mobile[data-v-37fe6cae] {
        display: block;
}
}
@container (max-width: 351px) {
.tokens[data-v-37fe6cae] {
        top: 170px !important;
}
.has-input .text-container[data-v-37fe6cae] {
        height: 267px;
}
}
.text-container p span[data-v-37fe6cae] {
    color: var(--color-blue, #106ed3);
    font-size: min(4.85vw, 1.5rem);
    font-style: normal;
    font-weight: 700;
    line-height: 2.1rem; /* 140% */
    letter-spacing: 0.045rem;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

/* transition taken from - https://keithjgrant.com/posts/2023/04/transitioning-to-height-auto/ */
.text-container[data-v-37fe6cae] {
    position: relative;
    height: 175px;
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.5s ease-out;
    /* transition: height 1.5s ease-in-out;
    transition-delay: 1s; */
}
@container (max-width: 800px) {
.text-container[data-v-37fe6cae] {
        width: 90%;
}
}
@container (max-width: 600px) {
.text-container[data-v-37fe6cae] {
        width: 90%;
        height: 263px;
}
}
#thank-you-text[data-v-37fe6cae],
#optin-text[data-v-37fe6cae] {
    position: absolute;
    top: 0;
    left: 0;
}
#thank-you-text h4[data-v-37fe6cae] {
    color: var(--color-blue, #106ed3);
    font-size: 1.5rem;
    margin-bottom: 0;
    margin-top: 1.5rem;
}
#thank-you-text p.body[data-v-37fe6cae] {
    margin-top: 0.5rem;
}
.email-input[data-v-37fe6cae] {
    width: 261px;
    height: 51px;
    margin-right: 1.5rem;
}
.unsubscribe[data-v-37fe6cae] {
    color: var(--color--neutral-gray, #757575);
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.0375rem; /* 138.333% */
    letter-spacing: 0.0225rem;
    font-family: var(--font-family);
    margin-top: 3px;
    position: relative;
    z-index: 1;
}
.unsubscribe a[data-v-37fe6cae] {
    color: var(--color--neutral-gray, #757575);
    font-weight: 500;
    text-decoration: underline;
}
.email-cta[data-v-37fe6cae] {
    gap: 1.5rem;
}
@container (max-width: 580px) {
.email-cta[data-v-37fe6cae] {
        margin: 1rem 0;
}
.has-input .email-cta[data-v-37fe6cae] {
        margin: 1.5rem 0;
}
}
.cta[data-v-37fe6cae] {
    /* margin-left: 1.5rem; */
}
.cta[data-v-37fe6cae],
.email-input[data-v-37fe6cae] {
    display: inline-block;
}
@container (max-width: 600px) {
.cta[data-v-37fe6cae] {
        margin-top: 0.5rem;
        width: 146px;
}
.cta[data-v-37fe6cae],
    .email-input[data-v-37fe6cae] {
        display: block;
}
}
.cta p[data-v-37fe6cae] {
    font-family: var(--font-family);
    color: var(--neutral-600, #636565);
    text-align: center;

    /* Desktop/Caption 2 */
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.225rem; /* 140% */
    letter-spacing: 0.02625rem;
    margin-bottom: 0.25rem;
}
#thank-you-text[data-v-37fe6cae] {
    opacity: 0;
}
#optin-text[data-v-37fe6cae] {
    opacity: 1;
}
#optin-text.show[data-v-37fe6cae] {
    display: block;
}
#optin-text.hide[data-v-37fe6cae] {
    animation: fadeOut-37fe6cae 1s forwards;
}
#thank-you-text.show[data-v-37fe6cae] {
    animation: fadeIn-37fe6cae 1s forwards;
}
#thank-you-text.hide[data-v-37fe6cae] {
    display: none;
}
.animation-wrapper[data-v-37fe6cae] {
    display: grid;
    grid-template-rows: 1fr;
    transition: grid-template-rows 0.5s ease-out;
}
.animation-wrapper.hide[data-v-37fe6cae] {
    grid-template-rows: 0fr;
}
@keyframes fadeOut-37fe6cae {
0% {
        opacity: 1;
}
100% {
        opacity: 0;
}
}
@keyframes fadeIn-37fe6cae {
0% {
        opacity: 0;
}
100% {
        opacity: 1;
}
}

.no-lh[data-v-c55438ee] {
  line-height: 1;
}
.container.top span[data-v-c55438ee] {
  display: block;
  flex-direction: column;
}
.container.bottom[data-v-c55438ee] {
  flex-direction: column;
}
.container.bottom span[data-v-c55438ee] {
  order: 10;
}
.container.left[data-v-c55438ee] {
}
.container label[data-v-c55438ee] {
  display: flex;
}
.container.top label[data-v-c55438ee] {
  display: block;
}
.container.bottom label[data-v-c55438ee] {
  flex-direction: column;
}
.container.right span[data-v-c55438ee] {
  order: 10;
}
/* Customize the label (the container) */
.container[data-v-c55438ee] {
  position: relative;
  display: flex;
  -webkit-user-select: none;
  user-select: none;
  color: var(--color-gray);
}
.container.disabled[data-v-c55438ee] {
  color: var(--color-lightgray);
}
/* Hide the browser's default checkbox */
.container input[data-v-c55438ee] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkbox[data-v-c55438ee] {
  position: relative;
  margin: 0 0.25rem;
  height: 1.375rem;
  width: 1.375rem;
  min-width: 1.375rem;
  background-color: transparent;
  border: 0.125rem solid var(--color-gray);
  border-radius: 0.375rem;
}
.checkbox.disabled[data-v-c55438ee] {
  border-color: var(--bg-color-tertiary);
}
label.disabled[data-v-c55438ee] {
  color: var(--bg-color-tertiary);
}

/* When the checkbox is checked, add a background */
.container input:checked~ .checkbox[data-v-c55438ee] {
background-color: var(--brand-color-primary);
border: 0.125rem solid var(--brand-color-primary);
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkbox[data-v-c55438ee]:after {
content: "";
position: absolute;
display: none;
}

/* Show the checkmark when checked */
.container input:checked~.checkbox[data-v-c55438ee]:after {
display: block;
}

/* Style the checkmark/indicator */
.container .checkbox[data-v-c55438ee]:after {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 1.1rem;
height: 1rem;
background-image: url("data:image/svg+xml,%3Csvg width='18' height='16' viewBox='0 0 18 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 7.05263L7.13333 14L16 2' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
background-size: cover;
background-repeat: no-repeat;
}


.optin-wrap[data-v-d1d45fa0] {
    max-width: 46.875rem;
    margin: auto;
    background: #fff;
    padding: 1rem 1.5rem;
    border-radius: 0.375rem;
}
@media screen and (max-width: 48rem){
.optin-wrap[data-v-d1d45fa0] {
        padding: 0.5rem 1rem;
}
}
.label-text[data-v-d1d45fa0] {
    color: #636565;
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 1.0375rem;
    letter-spacing: 0.0225rem;
}
[data-v-d1d45fa0] .checkbox {
    margin: 0 1rem 0 0;
}


.tab[data-v-cac6b84e] {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.65rem 1.5rem;
  border-radius: 0.375rem;
  max-height: 2.75rem;
  color: white;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 0.875rem;
  font-weight: 500;
}
.tab[data-v-cac6b84e] svg {
    height: 100%;
}
.tab.active[data-v-cac6b84e] {
  background-color: var(--text-color-tertiary);
  color: var(--color-dark-gray);
}
.tab.active[data-v-cac6b84e] svg > g > path, .tab.active[data-v-cac6b84e] svg > path {
    fill: #1c1c1c;
}
.tab[data-v-cac6b84e]:not(.active):hover svg > g > path, .tab[data-v-cac6b84e]:not(.active):hover svg > path {
    fill: var(--text-color-tertiary);
}

.tabs[data-v-ea1ed923] {
  position: relative;
  display: flex;
  align-items: center;
  /* justify-content: space-around; */
  /* width: 31.5rem; */
  background-color: #333;
  padding: 0.25rem 1rem 0.75rem;
}
.separator[data-v-ea1ed923] {
  /* content: ''; */
  /* position: absolute; */
  /* top: 0.15rem; */
  /* right: 0rem; */
  height: 2rem;
  width: 0.1rem;
  margin: 0 1rem;
  background: gray;
}
.separator[data-v-ea1ed923]:last-child {
  display: none;
}


.pagination[data-v-d7647694] {
  margin: 1.75rem;
  text-align: center;
}
.page-btn[data-v-d7647694] {
  background-color: #757575;
  border: none;
  cursor: pointer;
  margin: 0 0.75rem;
  border-radius: 50px;
  width: 0.5rem;
  height: 0.5rem;
  display: inline-block;
  padding: 0;
}
.page-btn[data-v-d7647694]:hover {
  background-color: #bbb;
}
.page-btn.active[data-v-d7647694] {
  background-color: #FFBC02;
}
.page-btn.prev[data-v-d7647694],
.page-btn.next[data-v-d7647694] {
  position: relative;
  top: 2px;
  background: none;
  font-weight: bold;
  width: auto;
  height: auto;
}
.page-btn.next[data-v-d7647694] {
  margin: 0 2rem;
}
.page-btn.prev[data-v-d7647694] {
  margin: 0 2rem;
  transform: rotate(180deg);
}
.page-btn.disabled[data-v-d7647694] {
  opacity: 0.5;
  pointer-events: none;
}

#label[data-v-ab8864e9] {
  top: 0.16rem;
  left: 1.5rem;
  padding: 0.175rem 0.65rem;
}
.card[data-v-ab8864e9] {
  position: relative;
  padding: 0 0 1rem;
  background-color: white;
  border-radius: 0.75rem;
  overflow: hidden;
  width: 19rem;
  min-width: 19rem;
  margin: 0 0 0 1rem;
  text-align: center;
  transition: transform 1.3s ease-in-out;
}
.card.active[data-v-ab8864e9] {
  box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.90);
}
.card img[data-v-ab8864e9] {
  width: 100%;
  height: auto;
}
.card-content[data-v-ab8864e9] {
  position: relative;
  padding: 2.05rem 1.25rem 1rem;
}
.status[data-v-ab8864e9] {
  font-weight: bold;
  color: green;
}
.card.hot .status[data-v-ab8864e9] {
  color: red;
}
.card h2[data-v-ab8864e9] {
  margin: 0.5rem 0;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.575rem;
  color: var(--color-dark-gray);
}
.description[data-v-ab8864e9] {
  margin: 0.5rem 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4rem;
  color: var(--color-gray);
}
.short-text[data-v-ab8864e9] {
  margin: 0.6rem 0 0;
  font-size: 0.875rem;
  color: var(--color-blue);
  font-weight: 500;
  line-height: 1.225rem;
}
.fm-btn[data-v-ab8864e9] {
  width: 256px;
}
.fm-btn.complete[data-v-ab8864e9] {
  background-color: gray;
}
.info[data-v-ab8864e9] {
  margin-top: 1rem;
  font-size: 0.75rem;
  font-weight: 500;
  color: #9A9A9A;
}
.links-row[data-v-ab8864e9] {
  color: gray;
}
.links-row span[data-v-ab8864e9] {
  margin: 0.5rem;
}
.links-row a[data-v-ab8864e9] {
  text-decoration: none;
}
.category-icon[data-v-ab8864e9] {
  position: absolute;
  right: 0.95rem;
  bottom: 0.95rem;
  border-radius: 100px;
  border: 1px solid #bababa;
  background: url(/dist/assets/super_prize_icon-993e8a2c.png) no-repeat center;
  background-size: 2.5rem;
  width: 2.5rem;
  height: 2.5rem;
}
.category-superprize[data-v-ab8864e9] {
  background: url(/dist/assets/super_prize_icon-993e8a2c.png) no-repeat center;
  background-size: 2.5rem;
}
.category-cash[data-v-ab8864e9] {
  background: url(/dist/assets/instant_win_icon-143dfa09.png) no-repeat center;
  background-size: 2.5rem;
}
.category-tokens[data-v-ab8864e9] {
  background: url(/dist/assets/token_icon-6106912e.png) no-repeat center;
  background-size: 2.5rem;
}
footer[data-v-ab8864e9] {
  padding: 0.35rem 0 0;
}
.no-shift[data-v-ab8864e9] {
  min-height: 8.4rem;
}
.space[data-v-ab8864e9] {
  padding-right: 1.5rem;
}

.feature-module-container[data-v-43034dea] {
  width: 100%;
  margin: 0 auto;
  background-color: var(--color-dark-gray);
  border-radius: 0.375rem;
  padding-bottom: 0.5rem;
  position: relative;
  overflow: hidden;
}
.rule[data-v-43034dea] {
  height: 1px;
  width: 96%;
  margin: 0.5rem auto 1.5rem;
  background: #D9D9D9;
}
.cards[data-v-43034dea] {
  display: flex;
  transition: transform 1.3s ease-in-out;
}
@media only screen and (max-width: 767px) {
.feature-module-container[data-v-43034dea] {
    width: 100%;
    padding-bottom: 2.5rem;
    border-radius: 0;
}
.cards[data-v-43034dea] {
    overflow-x: auto;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
}
}

.loader[data-v-91b0688a] {
    margin: 0.375rem;
    border-radius: 50%;
    background: #f8d273;
    animation: lds-circle-91b0688a 2.4s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.default-dims[data-v-91b0688a] {
    width: 3.1875rem;
    height: 3.1875rem;
}
.custom-dims[data-v-91b0688a] {
    width: 100%;
    height: 100%;
}
@keyframes lds-circle-91b0688a {
0%,
    100% {
      animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
}
0% {
      transform: rotateY(0deg);
}
50% {
      transform: rotateY(1800deg);
      animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
}
100% {
      transform: rotateY(3600deg);
}
}
