/** Shopify CDN: Minification failed

Line 137:8 Expected ":"
Line 137:10 Expected identifier but found "100%"

**/
#banner-fd {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.banner-fd__wrapper {
    display: grid;
    gap: 80px;
    grid-template-columns: repeat(2, 1fr);
}

@media screen and (max-width: 1024px) {
    .banner-fd__wrapper { 
        gap: 40px;
    }
}

@media screen and (max-width: 767px) {
    #banner-fd .page-width {
        padding: 0;
    }
    .banner-fd__wrapper {
        gap: 20px;
        display: flex;
        flex-direction: column-reverse;
    }
}

.banner-fd__content {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

@media screen and (max-width: 767px) {
    .banner-fd__content {
        padding: 0 16px;
    }
}

.banner-fd__rs {
    background: #FFFFFF1A;
    padding: 8px 16px;
    gap: 9px;
    display: flex;
    align-items: center;
    width: auto;
    border-radius: 8px;
}

.banner-fd__rs-text {
    color: #fff;
    font-size: 15px;
}

.banner-fd__heading {
    font-size: 40px;
    font-weight: 600;
    line-height: 110%;
    color: #fff;
    font-family: var(--font-family-major);
}

@media screen and (max-width: 767px) {
    .banner-fd__heading {
        font-size: 30.5px;
    }
}

.banner-fd__subheading {
    font-family: var(--font-family-medium);
    color: #FFFFFFBF;
    font-size: 18px;
    line-height: 130%;
}

@media screen and (max-width: 767px) {
    .banner-fd__subheading {
        font-size: 16px;
    }
}

.banner-fd__link {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
    color: #fff;
    background: #E27429FF;
    padding: 13px 20px;
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    font-family: var(--font-family-major)
}

@media screen and (max-width: 767px) {
    .banner-fd__link {
        font-size: 16px;
        padding: 13px 10px;
    }
}

.banner-fd__twi {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #fff;
    font-size: 16px;
    line-height: 130%;
}

.banner-fd__twi svg {
    stroke: #fff;
}

@media screen and (max-width: 767px) {
    .banner-fd__twi {
        font-size: 14.4px;
    }
}

.banner-fd__cr {
   background: #FFFFFFFF;
   padding: 16px;
   border-radius: 8px;
   width; 100%;
}

.banner-fd__cr svg {
    margin-bottom: 12px;
}

.banner-fd__cr-title {
    font-size: 14px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 0;
    color: #000;
    font-family: var(--font-family-medium)
}

.banner-fd__cr-review {
    margin: 10px 0 17px 0;
    color: #000000BF;
    font-size: 13px;
    font-family: var(--font-family-medium)
}

.banner-fd__cr-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.banner-fd__cr-name {
    font-size: 12px;
    font-weight: 500;
    font-family: var(--font-family-medium)
}

.banner-fd__cr-verified {
    display: flex;
    gap: 5px;
    align-items: center;
    padding: 3px;
    background-color: #FBF6F1FF;
    border-radius: 100px;
}

.banner-fd__cr-verified p {
    margin: 0;
    font-size: 11px;
    color: #000000;
    text-transform: uppercase;
}

.banner-fd__cr-verified svg {
    margin: 0;
    fill: #E27429;
    width: 13px;
    height: 13px;
}