.primary-button {
    position: relative;
    width: 242px;
    height: 60px;
    border: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: #FFFFFF;
    border-radius: 14px;
}

.primary-button.selected {
    box-shadow: 0 2px 0 #fff !important;
    border-radius: 0 !important;
    height: 70px!important;
}

.primary-button.w-100 {
    width: 100% !important;
}

.primary-button.w-115 {
    width: 115px !important;
}

.primary-button.w-50 {
    width: 50px !important;
}

.primary-button.w-auto {
    width: auto !important;
    min-width: 100px !important;
    padding: 0 20px;
}

.primary-button.transparent {
    width: auto;
    height: auto;
    padding: 5px;
    background: transparent;
    border: none;
    box-shadow: none;
}

.primary-button.white-bg {
    background: #F5F5F5 !important;
}

.primary-button.black-bg {
    background: #000 !important;
}

.primary-button img {
    max-width: 100%;
}

.card-button {
    width: 115px;
    height: 40px;
    background: #FAFA7D;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.f-bold {
    font-weight: bold;
}

.f-weight-100 {
    font-weight: 100;
}

.f-weight-200 {
    font-weight: 200;
}

.f-weight-300 {
    font-weight: 300;
}

.f-weight-400 {
    font-weight: 400;
}

.f-weight-500 {
    font-weight: 500;
}

.f-weight-600 {
    font-weight: 600;
}

.f-weight-700 {
    font-weight: 700;
}

.f-weight-900 {
    font-weight: 900;
}

.no-white-space {
    white-space: nowrap;
}

.line-height-32 {
    line-height: 32px;
}

.line-height-1 {
    line-height: 1;
}

.commissioner-font {
    font-family: 'Commissioner', sans-serif;
}

.text-stroke-white {
    color: transparent;
    -webkit-text-stroke: 1px white;
    -webkit-text-fill-color: transparent;
}

.f-italic {
    font-style: italic;
}

.t-a-c {
    text-align: center;
}

.fz-12 {
    font-size: 12px;
}

.fz-13 {
    font-size: 13px;
}

.fz-14 {
    font-size: 14px;
}

.fz-16 {
    font-size: 16px;
}

.fz-18 {
    font-size: 18px;
}

.fz-21 {
    font-size: 21px;
}

.fz-20 {
    font-size: 20px;
}

.fz-24 {
    font-size: 24px;
}

.fz-28 {
    font-size: 28px;
}

.fz-30 {
    font-size: 32px;
}

.fz-32 {
    font-size: 32px;
}

.fz-36 {
    font-size: 36px;
}

.fz-45 {
    font-size: 45px;
}

.fz-48 {
    font-size: 48px;
}

.fz-50 {
    font-size: 50px;
}

.fz-64 {
    font-size: 64px;
}

.fz-72 {
    font-size: 72px;
}

.fz-80 {
    font-size: 80px;
}

.fz-85 {
    font-size: 80px;
}

.fz-115 {
    font-size: 115px;
}

.fz-128 {
    font-size: 128px;
}

.fz-130 {
    font-size: 130px;
}

.fz-150 {
    font-size: 150px;
}

.fz-260 {
    font-size: 260px;
}


@media (max-width: 768px) {

}
