/** Shopify CDN: Minification failed

Line 568:0 Unexpected "}"

**/
@media only screen and (max-width: 1024px) {
    .shopify-section img {
        max-width: 100%;
        height: auto;
    }
}

.site-main > *:first-child {
    margin-bottom: 0;
}

.site-main h2 {
    text-align: center;
    font-weight: 700;
    font-size: 36px;
    line-height: 44px;
    color: #005976;
    margin-bottom: 5rem;
}
@media only screen and (max-width: 600px) {
    .site-main h2 {
        font-size: 30px;
        line-height: 36px;
    }
}


.olp-dr-lynch-quote {
    background: #f8f8f8;
}
.quote-container {
    display: flex;
    gap: 70px;
    justify-content: center;
    text-align: left;
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
}
.quote-container > div:first-child > img {
    min-width: 137px;
}
@media only screen and (max-width: 600px) {
    .quote-container {
        display: block;
        text-align: center;
    }
}

.quote-container h3 {
    color: #58595b;
    font-size: 20px;
    line-height: 27px;
    font-weight: 300;
}
.quote-container h3 span {
    display: block;
}
.quote-container h3 span:nth-child(2) {
    color: #005976;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
}
.quote-container h3 span:nth-child(3) {
    color: #50b848;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}
.quote-container > div:last-child {
    position: relative;
}
.quote-container .endquote {
    position: absolute;
    right: 0;
    margin-top: -42px
}

.section-how-points-add-up {
    padding: 4rem 0;
}
.section-how-points-add-up--grid {
    grid-template-columns: repeat(2,1fr);
    display: grid;
    grid-gap: 15px;
    grid-row-start: span 1;
}
@media (max-width:768px){
        .section-how-points-add-up--grid {
        display: block;
    }
}
@media only screen and (max-width: 600px) {
    .section-how-points-add-up--grid > * + * {
        margin-top: 15px;
    }
}
@media screen and (min-width: 1080px) {
    .section-how-points-add-up--grid {
        grid-gap: 30px;
    }
}

.rewards-how-you-get-started {
    background-color: rgba(0, 89, 118, 0.03);
}
.rewards-how-you-get-started--grid {
    grid-template-columns: repeat(3,1fr);
    display: grid;
    grid-gap: 15px;
    grid-row-start: span 1;
    color: #005976;
    text-align: center;
}
@media only screen and (max-width: 600px) {
    .rewards-how-you-get-started--grid {
        display: block;
    }
    .rewards-how-you-get-started--grid > * + * {
        margin-top: 50px;
    }
}
.rewards-how-you-get-started h3,
.rewards-how-you-get-started h4 {
    font-size: 28px;
    line-height: 44px;
}
.rewards-how-you-get-started h3 {
    margin-top: 0;
}
.rewards-how-you-get-started h4 {
    margin-top: 15px;
    margin-bottom: 0;
}
.rewards-how-you-get-started  p {
    color: #58595b;
    font-size: 24px;
    line-height: 27px;
    margin-top: 0;
}
@media screen and (min-width: 1080px) {
    .rewards-how-you-get-started--grid {
        grid-gap: 40px;
    }
}

.rewards-program-want-10 {
    background-color:#005976;
    color: #fff;
    text-align: center;
}
.rewards-program-want-10 h2 {
    color: #fff;
    margin-bottom: 2rem;
    line-height: 44px;
    font-size: 42px;
}
.rewards-program-want-10 a {
    margin-bottom: 2rem;
}

.accordion--section {
    padding-top: 3rem;
}

.rewards-program-what-you-get h2 {
    margin-bottom: 0.5rem;
}
.rewards-program-what-you-get .intro {
    font-size: 24px;
    text-align: center;
    font-weight: 300;
    margin-bottom: 3rem;
}
.rewards-program-what-you-get .table-footer {
    font-size: 16px;
    text-align: center;
    font-weight: 300;
}

.rewards-program-how-you-earn-rewards {
    background-color:#005976;
    color: #fff;
    text-align: center;
}
.rewards-program-how-you-earn-rewards h2 {
    color: #fff;
}

.rewards-program-how-you-earn-rewards--grid {
    grid-template-columns: repeat(5,1fr);
    display: grid;
    grid-gap: 15px;
    grid-row-start: span 1;

    margin-bottom: 3rem;
}
@media only screen and (min-width: 601px) and (max-width: 1024px) {
    .rewards-program-how-you-earn-rewards--grid {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media only screen and (max-width: 600px) {
    .rewards-program-how-you-earn-rewards--grid {
        display: block;
    }
    .rewards-program-how-you-earn-rewards--grid > * + * {
        margin-top: 50px;
    }
    .rewards-program-how-you-earn-rewards--grid img {
        max-width: 100px;
    }
}
.rewards-program-how-you-earn-rewards--grid p {
    font-size: 24px;
    line-height: 28px;
}
.rewards-program-how-you-earn-rewards p.disclaimer {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3rem;
}

@media screen and (min-width: 1080px) {
    .rewards-program-how-you-earn-rewards--grid {
        grid-gap: 40px;
    }
}

.rewards-program-how-to-use {
    background-color: #f4f4fa;
}
.rewards-program-how-to-use #tabs-content {
    background-color: #fff;
    padding: 15px;
}
.rewards-program-how-to-use #tabs-nav {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display:flex;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    -webkit-box-pack:center;
    -webkit-justify-content:center;
    -ms-flex-pack:center;
    justify-content:center
}
@media only screen and (max-width: 600px) {
    .rewards-program-how-to-use #tabs-nav {
        display: block;
    }
}
.rewards-program-how-to-use #tabs-nav li {
    flex:1 1 0;
    text-align: center;
    padding: 12px 20px;
    display: flex;
    flex-direction: column;
    -webkit-box-pack:center;
    -webkit-justify-content:center;
    -ms-flex-pack:center;
    justify-content:center;
    background-color:#e7eff0
}
.rewards-program-how-to-use #tabs-nav li.active {
    background-color:#fff;
}
.rewards-program-how-to-use #tabs-nav a {
    font-size: 20px;
    text-decoration: none;
    font-family: Montserrat,sans-serif;
    font-weight: 700;
}
.rewards-program-how-to-use iframe {
    position:absolute;
    height:100%;
    left:0;
    top:0;
    width:100%;
    border: 0;
}



.col-test {
    background-position: left 11px top !important;
}
.bottom-test {
    background-position: right bottom 20px !important;
}
.poin-con > span {
    background: #fff;
    height: 63px;
    width: 63px;
    border-radius: 50%;
    text-align: center;
    line-height: 54px;
    color: #00567C;
    font-size: 48px;
    font-weight: bold;
    align-self: center;
    margin-left: -5px;
}
.right-imss {
    align-self: flex-end;
    position: relative;
    display: flex;
    margin-left: 18px
}
.right-point.topsript {
    margin-left: -2px;
}
.topsript {
    background: url(/cdn/shop/files/Path_34557.png?v=1630925602);
    height: 60px;
    width: 60px;
    text-align: center;
    line-height: 60px;
    color: #fff;
    font-size: 32px; 	/* line-height: 37px; 	*/
    font-weight: 700;
    align-self: self-start;
    align-items: flex-start;
    margin-top: -33px;
    margin-left: 11px;
}
.points-div > span {
    background: #fff;
    width: 63px;
    height: 63px;
}
.points-div {
    background: rgba(0,89,118,0.03);
}
.poin-con {
    display: flex;
}
.poin-con {
    display: flex;
    justify-content: center;
}
.right-point.topsript span {
    font-weight: 300;
    font-size: 16px;
    display: block;
    margin-top: -18px;
    letter-spacing: 0px;
}
.right-point.topsript {
    font-size: 28px;
    line-height: 41px;
    margin-top: -46px !important;
}
.haed-poin h3 {
    margin-top: 13px;
}
.points-div {
    padding: 4px 0px 67px;
}
.haed-poin h3 {
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    margin: 30px 0px 59px;
}
.redem-cols .point-first-svg.point-svg {
    align-self: end;
}
.redem-cols .right-point.topsript {
    margin-top: -33px !important;
}
.redem-cols .poin-con > span {
    margin-left: 9px;
    margin-right: 7px;
}
.rewar-colss {
    margin-top: 128px;
    margin-left: -3px;
}
.table-head-img table th {
    background-repeat: no-repeat;
    background-position: top 13px center;
    padding-top: 86px;
    padding-bottom: 9px;
    text-align: center;
}
.table-head-img th.A1 {
    background: none;
    padding: 0px !important;
    padding-left: 33px !important;
    text-align: left !important;
    font-size: 45px;
    color: #005976;
    line-height: 55px;
}
th.B1 {
    background: url(/cdn/shop/files/starrs.png?v=1631013257);
}
th.C1 {
    background: url(/cdn/shop/files/Group_6585.png?v=1631014336);
}
th.D1 {
    background: url(/cdn/shop/files/Group_6658_d700b146-816a-42de-8d42-cb1975356aa0.png?v=1631014336);
}
th.E1 {
    background: url(/cdn/shop/files/Group_6586.png?v=1631014336);
}
table th span > span:first-child {
    color: #005976;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    margin-top: 3px;
    margin-bottom: 0px;
    height: 34px;
}
table th span span {
    color: pink;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 0px;
}
.table-head-img table tr td:first-child {
    color: #005976;
    font-size: 18px;
    line-height: 29px;
    letter-spacing: 0px;
    padding-left: 35px;
}
.table-head-img table tr td:nth-child(2) span {
    background: url(/cdn/shop/files/Group_6589.png?v=1631016334);
}
.table-head-img table tr td:nth-child(3) span {
    background: url(/cdn/shop/files/Group_6600.png?v=1631016504);
}
.table-head-img table tr td:nth-child(4) span {
    background: url(/cdn/shop/files/Group-6657.png?v=1631016676);
}
.table-head-img table tr td:nth-child(5) span {
    background: url(/cdn/shop/files/Group-6658.png?v=1631016676);
}
.table-head-img table tr td:nth-child(2) span,
.table-head-img table tr td:nth-child(3) span,
.table-head-img table tr td:nth-child(4) span,
.table-head-img table tr td:nth-child(5) span {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    font-size: 0px;
    line-height: 28px;
    background-repeat: no-repeat;
    background-position: center;
}
.table-head-img table tr td:nth-child(2),
.table-head-img table tr td:nth-child(3),
.table-head-img table tr td:nth-child(4),
.table-head-img table tr td:nth-child(5) {
    text-align: center;
}
.table-head-img table tr:nth-child(2) td:not(:first-child) span {
    font-size: 18px !important;
    background: no-repeat;
    line-height: 29px;
    letter-spacing: 0px;
    color: #FFD414;
}
.table-head-img table tr:nth-child(2) td:nth-child(3) span {
    color: #FD902F;
}
.table-head-img table tr:nth-child(2) td:nth-child(4) span {
    color: #50B848;
}
.table-head-img table tr:nth-child(2) td:nth-child(5) span {
    color: #1CA6D8;
}
.accor-section > div button[data-active="true"] {
    border: none !important;
    padding-bottom: 15px !important;
}
td.A6 span span:nth-child(4) {
    border-bottom: 1px solid rgb(230, 230, 230);
    margin-bottom: 7px;
}
td.A6 span span,
td.A6 span {
    color: #005976 !important;
}
.table-head-img table tr:not(:first-child) td {
    padding: 16px 15px;
}
.accor-section > div:last-child button {
    border: none !important;
}
.accor-section i.pfa {
    width: 27px;
    height: 27px;
    background: #005976;
    text-align: center;
    line-height: 29px;
    border-radius: 50%;
    color: #fff !important;
}
.vip_btn {
    max-width: 100%;
}
.div-custom {
    background: #58595B;
    border: 0px solid #58595B;
    width: 2px;
    color: #58595B !important;
}
@media screen and (max-width: 1024px) {
    .br_none br {
        display: none;
    }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
    .point-first-svg svg {
        width: 100px;
    }
    .topsript {
        background-size: 100% 100%;
        background-repeat: no-repeat;
        background-position: center;
        padding: 5px;
        margin-left: 0px;
        height: 48px;
        line-height: 24px !important;
        width: 48px;
    }
    .topsript span {
        font-size: 16px;
        line-height: 16px;
    }
    .poin-con span {
        font-size: 30px;
        height: 40px;
        width: 40px;
        line-height: 36px;
    }
    .right-imss svg {
        width: 55px;
    }
    .right-point.topsript {
        font-size: 20px !important;
        line-height: 21px !important;
        margin-top: -44px !important;
    }
    .right-point.topsript span {
        font-weight: 300;
        font-size: 12px;
        display: block;
        margin-top: -12px;
        letter-spacing: 0px;
        height: unset;
        width: unset;
    }
}
}
@media screen and (max-width: 767px) {
    .point-first-svg svg {
        width: 100px;
    }
    .topsript {
        background-size: 100% 100%;
        background-repeat: no-repeat;
        background-position: center;
        padding: 5px;
        margin-left: 0px;
        height: 48px;
        line-height: 24px !important;
        width: 48px;
    }
    .topsript span {
        font-size: 16px;
        line-height: 16px;
    }
    .poin-con span {
        font-size: 30px;
        height: 40px;
        width: 40px;
        line-height: 36px;
    }
    .right-imss svg {
        width: 55px;
    }
    .right-point.topsript {
        font-size: 20px !important;
        line-height: 21px !important;
        margin-top: -44px !important;
    }
    .right-point.topsript span {
        font-weight: 300;
        font-size: 12px;
        display: block;
        margin-top: -12px;
        letter-spacing: 0px;
        height: unset;
        width: unset;
    }
    .image_border::after {
        content: "";
        background-image: url('/cdn/shop/files/Rectangle_18698.png?v=1632129963');
        width: 1px;
        display: block;
        height: 60%;
        position: absolute;
        left: 28px;
        top: 62px;
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }
    .image_border_2::after {
        background-image: url('/cdn/shop/files/Rectangle_18697.png?v=1632130429');
    }
    .image_border_3::after {
        background-image: url('/cdn/shop/files/Rectangle_18695.png?v=1632130443');
    }
    .table-head-img th.A1 {
        padding-left: 10px !important;
        padding-right: 65px !important;
    }
}
@media screen and (max-width: 600px) {
    .table-head-img table tr td:first-child {
        color: #005976;
        font-size: 16px;
    }
    .point-first-svg.point-svg svg {
        width: 87px;
    }
    .topsript {
        background: url(/cdn/shop/files/Path_34557.png?v=1630925602);
        height: 34px;
        background-repeat: no-repeat;
        width: 34px;
        text-align: center;
        line-height: 34px;
        color: #fff;
        font-size: 14px;     /* line-height: 37px; */
        font-weight: 700;
        align-self: self-start;
        align-items: flex-start;
        margin-top: -27px;
        margin-left: -4px;
        background-size: 100% auto;
    }
    .right-point.topsript span {
        font-weight: 300;
        font-size: 10px;
        display: block;
        background-repeat: no-repeat;
        margin-top: -8px;
        letter-spacing: 0px;
    }
    .right-point.topsript {
        font-size: 15px;
        line-height: 20px;
        margin-top: -46px !important;
    }
    .point-img svg {
        width: 88px;
    }
}



@media only screen and (max-width: 600px) {
    .what-you-get H1 {
        font-size: 20px;
        line-height: 1.2em;
    }

}

.what-you-get table, th, td {
    border: 1px solid;
    border-color: #cccccc;
}

.what-you-get {
    max-width: 100%;
    overflow: auto;
    border-collapse: collapse;
    border: 3px solid;
    border-color: #cccccc;
}

.what-you-get th {
    padding: 15px;
    text-align: left;
}

.what-you-get th, .baby-table td {
    color: rgb(0, 89, 118);
    font-weight: 300;
    line-height: 1.5em;
    font-size: 18px;
}

.what-you-get td {
    text-align: center;
    min-width: 150px;
}

.what-you-get H1 {
    font-size: 30px;
    line-height: 1.2em;
}

.what-you-get H5 {
    margin: 0;
    color: rgb(0, 89, 118);
    line-height: 1em;
}

.what-you-get H6 {
    margin: 5px 0;
    font-weight: 600;
    line-height: 1em;
}

.what-you-get img {
    padding: 12px 0;
}

table .baby-table {
    border-collapse: collapse;
    border: 0px solid;
}


.baby-table td {
    text-align: left;
    border: none;
}