/* Aeonik Regular */
@font-face {
    font-family: 'Aeonik';
    src: url('//images.goodsam.com/goodsam.com/aeonik/Aeonik-Regular.woff2') format('woff2'),
    url('//images.goodsam.com/goodsam.com/aeonik/Aeonik-Regular.woff') format('woff');
    font-style: normal;
    font-weight: 400;
}

/* Aeonik Regular - Italic */
@font-face {
    font-family: 'Aeonik';
    src: url('//images.goodsam.com/goodsam.com/aeonik/Aeonik-RegularItalic.woff2') format('woff2'),
    url('//images.goodsam.com/goodsam.com/aeonik/Aeonik-RegularItalic.woff') format('woff');
    font-style: italic;
    font-weight: 400;
}

/* Aeonik Medium */
@font-face {
    font-family: 'Aeonik';
    src: url('//images.goodsam.com/goodsam.com/aeonik/Aeonik-Medium.woff2') format('woff2'),
    url('//images.goodsam.com/goodsam.com/aeonik/Aeonik-Medium.woff') format('woff');
    font-style: normal;
    font-weight: 500;
}

/* Aeonik Medium - Italic */
@font-face {
    font-family: 'Aeonik';
    src: url('//images.goodsam.com/goodsam.com/aeonik/Aeonik-MediumItalic.woff2') format('woff2'),
    url('//images.goodsam.com/goodsam.com/aeonik/Aeonik-MediumItalic.woff') format('woff');
    font-style: italic;
    font-weight: 500;
}

/* Aeonik Bold */
@font-face {
    font-family: 'Aeonik';
    src: url('//images.goodsam.com/goodsam.com/aeonik/Aeonik-Bold.woff2') format('woff2'),
    url('//images.goodsam.com/goodsam.com/aeonik/Aeonik-Bold.woff') format('woff');
    font-style: normal;
    font-weight: 700;
}

/* Aeonik Bold - Italic */
@font-face {
    font-family: 'Aeonik';
    src: url('//images.goodsam.com/goodsam.com/aeonik/Aeonik-BoldItalic.woff2') format('woff2'),
    url('//images.goodsam.com/goodsam.com/aeonik/Aeonik-BoldItalic.woff') format('woff');
    font-style: italic;
    font-weight: 700;
}

body, p, h1, h2, h3, h4, h5, h6 {
    font-family: 'Aeonik', sans-serif !important;
}

#road-rescue {
    background-color: #232323;
}

@media (min-width: 1920px) {
    #road-rescue .container.jumbo {
        max-width: 1552px;
    }
}

.hero {
    padding-top: 64px;
    height: 640px;
    background-image: url("//images.goodsam.com/roadrescue/rebrand/roadrescue-hero.webp");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    margin: 0 auto;
    /*max-width: 1920px;*/
}
@media (max-width: 1024px) {
    .hero {
        padding-top: 48px;
        height: 455px;
        background-image: url("//images.goodsam.com/roadrescue/rebrand/roadrescue-hero-tablet.webp");
        background-repeat: no-repeat;
        background-size: cover;
    }
}
@media (max-width: 576px) {
    .hero {
        padding-top: 32px;
        height: 540px;
        background-image: url("//images.goodsam.com/roadrescue/rebrand/roadrescue-hero-mobile.webp");
        background-repeat: no-repeat;
        background-size: cover;
    }
}
@media (max-width: 1024px) {
    .hero .logo-img {
        margin-bottom: 8px;
    }
}
@media (max-width: 576px) {
    .hero .logo-img {
        margin-bottom: 4px;
    }
}
.hero h1 {
    font-size: 50px;
    line-height: 56px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 8px;
}
@media (min-width: 1920px) {
    .hero h1 {
        font-size: 72px;
        line-height: 80px;
    }
}
@media (max-width: 1024px) {
    .hero h1 {
        font-size: 40px;
        line-height: 44px;
    }
}
@media (max-width: 576px) {
    .hero h1 {
        font-size: 32px;
        line-height: 36px;
        margin-bottom: 4px;
    }
}
.hero p {
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
    text-align: center;
    margin: 0 auto 16px auto;
    color: #fff;
}
@media (max-width: 1024px) {
    .hero p {
        width: 422px;
        margin: 0 auto 24px auto;
    }
}
@media (max-width: 576px) {
    .hero p {
        font-size: 16px;
        line-height: 24px;
        width: unset;
        margin: 0 auto 24px auto;
    }
}
.hero .logo-row {
    align-items: center;
    justify-content: center;
}
@media (max-width: 1024px) {
    .hero .logo-row img {
        height: 32px;
    }
}
@media (max-width: 768px) {
    .hero .logo-row img {
        height: 24px;
    }
}
@media (max-width: 576px) {
    .hero .logo-row img {
        height: 20px;
    }
    .hero .logo-row .col-auto.plus {
        padding-left: 4px;
        padding-right: 4px;
    }
}
@media (max-width: 320px) {
    .hero .col-12 {
        padding-left: 0;
        padding-right: 0;
    }
}
@media (max-width: 767px) {
    #road-rescue .hero .container {
        max-width: 100%;
        padding-left: 16px;
        padding-right: 16px;
    }
}

.plan-content {
    margin-top: -205px;
}
@media (max-width: 1024px) {
    .plan-content {
        margin-top: -115px;
    }
}
@media (max-width: 576px) {
    .plan-content {
        margin-top: -184px;
        margin-left: auto;
        margin-right: auto;
        max-width: 90%;
    }
}
.plan-content .feature-anchor {
    text-align: right;
    margin-bottom: 24px;
}
.plan-content .feature-anchor a {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
}
@media (max-width: 576px) {
    .plan-content .feature-anchor {
        margin-bottom: 16px;
    }
    .plan-content .feature-anchor a {
        font-size: 14px;
    }
}
.plan-content .feature-anchor a i {
    margin-left: 8px;
}
.plan-content .plan-header {
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    padding-top: 12px;
    padding-bottom: 12px;
    background-color: #23410A;
    border-radius: 8px 8px 0 0;
}
@media (max-width: 576px) {
    .plan-content .plan-header {
        font-size: 12px;
        line-height: 16px;
        letter-spacing: 1px;
    }
}
.plan-content .plan-details {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    background-color: #fff;
    padding-left: 0;
    padding-right: 0;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
#planDetailsMobile {
    display: none;
}
@media (max-width: 767px) {
    .plan-content .plan-details {
        display: none;
    }
    #planDetailsMobile {
        display: block;
        background: #fff;
        padding-left: 0;
        padding-right: 0;
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 8px;
    }
}
.plan-content .list-group-flush>.list-group-item {
    padding: 8px 36px;
    border: 0;
    min-height: 64px;
    background-color: transparent;
    color: #232323;
}
@media (max-width: 1024px) {
    .plan-content .list-group-flush>.list-group-item {
        padding: 8px 24px;
        min-height: 64px;
    }
}
@media (max-width: 576px) {
    .plan-content .list-group-flush>.list-group-item {
        padding: 8px 16px;
    }
}
.plan-content ul li {
    font-size: 16px;
    line-height: 24px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.plan-content ul li sup {
    display: inline-block;
}
@media (max-width: 1024px) {
    .plan-content ul li {
        font-size: 14px;
    }
}
.plan-content ul li:nth-of-type(even) {
    background-color: #F8F8F6 !important;
}
.plan-content ul li.match-height {
    min-height: 88px !important;
}
.plan-content ul li.radius {
    border-bottom-right-radius: 8px;
}
#planDetailsMobile ul li.radius {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
.plan-content .plan.bordered {
    border-left: 1px solid #CBCBCB;
    border-right: 1px solid #CBCBCB;
}
.plan-content .plan-subhead {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 24px;
}
#planDetailsMobile .plan-subhead {
    padding: 16px 16px 8px;
}
.plan-content .plan-subhead i {
    font-size: 22px;
}
.plan-content .plan-subhead h2 {
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 4px;
    color: #232323;
}
.plan-content .plan-subhead h3 {
    font-size: 24px;
    line-height: 28px;
    font-weight: 400;
    margin-bottom: 0;
    color: #232323;
}
@media (max-width: 1024px) {
    .plan-content .plan-subhead h3 {
        font-size: 20px;
        line-height: 24px;
    }
}
#planDetailsMobile .carousel-control-next,
#planDetailsMobile .carousel-control-prev {
    opacity: 1;
    width: 8%;
}
#planDetailsMobile .carousel-control-prev-icon {
    background-image: url("//images.goodsam.com/roadrescue/rebrand/prev-icon.svg");
}
#planDetailsMobile .carousel-control-next-icon {
    background-image: url("//images.goodsam.com/roadrescue/rebrand/next-icon.svg");
}
#planDetailsMobile .carousel-control-prev {
    left: -20px;
}
#planDetailsMobile .carousel-control-next {
    right: -20px;
}
@media (max-width: 576px) {
    #planDetailsMobile .carousel-control-prev {
        left: -16px;
    }
    #planDetailsMobile .carousel-control-next {
        right: -16px;
    }
}

.exclusive-features {
    padding-top: 56px;
    padding-bottom: 80px;
}
@media (min-width: 1920px) {
    .exclusive-features {
        padding-top: 96px;
        padding-bottom: 96px;
    }
}
@media (max-width: 1024px) {
    .exclusive-features {
        padding-top: 80px;
        padding-bottom: 64px;
    }
}
@media (max-width: 576px) {
    .exclusive-features {
        padding-top: 56px;
        padding-bottom: 64px;
    }
}
.exclusive-features.swapped {
    padding-top: 40px;
    background-color: #fff;
}
@media (max-width: 1024px) {
    .exclusive-features.swapped {
        padding-bottom: 0;
    }
}
@media (max-width: 576px) {
    .exclusive-features.swapped {
        padding-top: 32px;
    }
}
.exclusive-features .feature-heading {
    text-align: center;
    margin-bottom: 32px;
}
.exclusive-features .feature-heading h3 {
    font-size: 50px;
    line-height: 56px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 16px;
}
@media (max-width: 1024px) {
    .exclusive-features .feature-heading h3 {
        font-size: 40px;
        line-height: 44px;
    }
}
@media (max-width: 576px) {
    .exclusive-features .feature-heading h3 {
        font-size: 28px;
        line-height: 32px;
    }
}
.exclusive-features .feature-heading p {
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 0;
}
@media (max-width: 576px) {
    .exclusive-features .feature-heading p {
        font-size: 18px;
        line-height: 28px;
    }
}
.feature-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 24px;
    row-gap: 32px;
}
@media (max-width: 1024px) {
    .feature-grid {
        padding-left: 0;
        padding-right: 0;
    }
}
@media (max-width: 767px) {
    .feature-grid {
        padding-left: 16px;
        padding-right: 16px;
        grid-template-columns: 1fr 1fr;
    }
}
#featuresMobile {
    display: none;
}
@media (max-width: 576px) {
    .exclusive-features .feature-grid.desktop {
        display: none;
    }
    #featuresMobile {
        display: block;
    }
    .exclusive-features.swapped .feature-grid {
        grid-template-columns: 1fr;
    }
}
#featuresMobile .caro-controls {
    margin-top: 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#featuresMobile .carousel-control-next,
#featuresMobile .carousel-control-prev {
    position: relative;
    opacity: 1;
    width: 40px;
    height: 40px;
}
#featuresMobile .carousel-control-prev-icon {
    background-image: url("//images.goodsam.com/roadrescue/rebrand/mobile-left.svg");
}
#featuresMobile .carousel-control-next-icon {
    background-image: url("//images.goodsam.com/roadrescue/rebrand/mobile-right.svg");
}
#featuresMobile .carousel-indicators {
    display: flex;
    align-items: center;
    gap: 12px;
}
#featuresMobile .carousel-indicators [data-bs-target] {
    opacity: 1;
    display: block;
    border-radius: 50%;
    height: 10px;
    width: 10px;
    border: 1px solid #fff;
    background-color: transparent;
}
#featuresMobile .carousel-indicators .active {
    background-color: #fff;
}

#road-rescue .card.feature-card {
    border: 0;
    height: 100%;
    border-radius: 8px;
    background-color: transparent;
}
#road-rescue .card.feature-card .card-head {
    position: relative;
    border: 0;
}
#road-rescue .card.feature-card .card-head .bg-img {
    display: block;
    max-width: 100%;
    object-fit: cover;
    width: 100%;
}
#road-rescue .card.feature-card .card-head .logo-img {
    position: absolute;
    bottom: 24px;
    left: 24px;
    height: 31px;
}
@media (max-width: 1024px) {
    #road-rescue .card.feature-card .card-head .logo-img {
        height: 24px;
    }
}
#road-rescue .card.feature-card .card-body {
    padding: 24px;
    background-color: #fff;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
@media (max-width: 1024px) {
    #road-rescue .card.feature-card .card-body {
        padding: 16px;
    }
    #featuresMobile .card.feature-card .card-body {
        height: 100%;
        min-height: 164px;
    }
}
@media (max-width: 320px) {
    #featuresMobile .card.feature-card .card-body {
        min-height: 188px;
    }
}
.exclusive-features.swapped .feature-grid .card.feature-card .card-body {
    padding: 24px 0;
    border-radius: 0;
}
#road-rescue .card.feature-card .card-body h4 {
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 8px;
    color: #232323;
}
@media (max-width: 1024px) {
    #road-rescue .card.feature-card .card-body h4 {
        font-size: 18px;
        line-height: 28px;
    }
}
@media (max-width: 576px) {
    #road-rescue .card.feature-card .card-body h4 {
        font-size: 16px;
        line-height: 24px;
    }
    #road-rescue .exclusive-features.swapped .card.feature-card .card-body {
        padding-left: 8px;
        padding-right: 8px;
    }
}
#road-rescue .card.feature-card .card-body p {
    font-size: 16px;
    line-height: 24px;
    color: #232323;
    margin-bottom: 0;
}
@media (max-width: 1024px) {
    #road-rescue .card.feature-card .card-body p {
        font-size: 14px;
        line-height: 24px;
    }
}

.safe-travels {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    text-align: center;
    padding-bottom: 68px;
    height: 580px;
    background-image: url("//images.goodsam.com/roadrescue/rebrand/safe-travels.webp");
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 1920px;
    margin: 0 auto;
}
@media (min-width: 1920px) {
    .safe-travels {
        height: 620px;
        padding-bottom: 84px;
    }
}
@media (max-width: 1024px) {
    .safe-travels {
        height: 412px;
        padding-bottom: 48px;
        background-image: url("//images.goodsam.com/roadrescue/rebrand/safe-travels-tablet.webp");
        background-repeat: no-repeat;
        background-size: cover;
    }
}
@media (max-width: 576px) {
    .safe-travels {
        height: 320px;
        padding-bottom: 24px;
        background-image: url("//images.goodsam.com/roadrescue/rebrand/safe-travel-mobile.webp");
        background-repeat: no-repeat;
        background-size: cover;
    }
}
@media (max-width: 320px) {
    .safe-travels .col-12 {
        padding-left: 0;
        padding-right: 0;
    }
}
.safe-travels h5 {
    font-size: 50px;
    line-height: 56px;
    font-weight: 400;
    margin-bottom: 0;
    color: #fff;
}
@media (max-width: 1024px) {
    .safe-travels h5 {
        font-size: 40px;
        line-height: 44px;
    }
}
@media (max-width: 576px) {
    .safe-travels h5 {
        font-size: 28px;
        line-height: 32px;
    }
}

.disclaimers {
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #fff;
}
@media (max-width: 1024px) {
    .disclaimers {
        padding-top: 64px;
        padding-bottom: 64px;
    }
}
.disclaimers p {
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 0;
    color: #232323;
}
.disclaimers a {
    color: #4D6539;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 3px;
}
.disclaimers a:hover {
    text-decoration: none;
}

.bundle {
    padding-top: 165px;
    padding-bottom: 166px;
    height: 475px;
    background-image: url("//images.goodsam.com/roadrescue/rebrand/bundle-bg.webp");
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 1920px;
    margin: 0 auto;
    color: #fff;
}
@media (max-width: 1024px) {
    .bundle {
        padding-top: 102px;
        padding-bottom: 102px;
        height: 337px;
        background-image: url("//images.goodsam.com/roadrescue/rebrand/bundle-bg-tablet.webp");
    }
}
@media (max-width: 576px) {
    .bundle {
        padding-top: 106px;
        padding-bottom: 106px;
        height: 348px;
        background-image: url("//images.goodsam.com/roadrescue/rebrand/bundle-bg-mobile.webp");
    }
}
.bundle h4 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 4px;
}
@media (max-width: 1024px) {
    .bundle h4 {
        font-size: 16px;
        line-height: 20px;
    }
}
.bundle h5 {
    font-size: 40px;
    line-height: 44px;
    font-weight: 400;
    margin-bottom: 16px;
}
@media (min-width: 1920px) {
    .bundle h5 {
        font-size: 50px;
        line-height: 56px;
    }
}
@media (max-width: 1024px) {
    .bundle h5 {
        font-size: 32px;
        line-height: 36px;
    }
}
.bundle p {
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
    margin-bottom: 0;
    max-width: 494px;
    color: #fff;
}
@media (max-width: 1024px) {
    .bundle p {
        font-size: 18px;
        line-height: 28px;
        max-width: 386px;
    }
}



