
/* White Theme */
.ebook-about-insider.white-theme{
    background: #fff;

}
.ebook-about-insider.white-theme .ebook-about-heading{
    color: var(--MAR-Color-Palette-Dark-Blue, #051235);
}
.ebook-about-insider.white-theme .ebook-about-paragraph{
    color: #454545;
}
.ebook-about-insider.white-theme svg path{
    fill:#051235;
}

/* Gray Theme */
.ebook-about-insider.gray-theme{
    background-color: #f8f8f8;

}
.ebook-about-insider.gray-theme .ebook-about-heading{
    color: var(--MAR-Color-Palette-Dark-Blue, #051235);
}
.ebook-about-insider.gray-theme .ebook-about-paragraph{
    color: #454545;
}

.ebook-about-insider.gray-theme svg path{
    fill:#051235;
}


/* Dark Blue Theme */
.ebook-about-insider.dark-blue-theme{
    background: #051235;

}
.ebook-about-insider.dark-blue-theme .ebook-about-heading{
    color: #fff;
}
.ebook-about-insider.dark-blue-theme .ebook-about-paragraph{
    color: #fff;
}
.ebook-about-insider.dark-blue-theme .ebook-marquee-heading{
    color: #fff;
}
.ebook-about-insider.dark-blue-theme .ebook_cta_container .btn.btn-navy.ebook-cta-2 {
    background: transparent !important;
    color: #fff!important;
    border: 2px solid #fff;
}
.ebook-about-insider.dark-blue-theme .ebook-about-gallery img {
    filter: brightness(0) invert(1) brightness(2) !important;
}

/* Colorful Theme */
.ebook-about-insider.colorful-theme{
    background: linear-gradient(108deg, #E8ECFF 2.5%, #FFECE8 40.34%, #FFFAEF 75.7%), #F8F8F8;

}


/* General Settings */
.ebook-about-insider{
    padding: 10px 0 80px 0;
}
.ebook-about-insider .ebook_cta_container{
    padding-top: 0.5rem;
}
.ebook-about-insider .ebook_cta_container .btn.btn-navy.ebook-cta-1 {
    background: #74e9de !important;
    color: #051235 !important;
    padding: 20px 60px 20px 60px;
    min-width: 260px;
    border: 2px solid #74e9de;
}
.ebook-about-insider .ebook_cta_container .btn.btn-navy.ebook-cta-2 {
    background: transparent !important;
    color: #051235 !important;
    padding: 20px 60px 20px 60px;
    border: 3px solid var(--MAR-Color-Palette-Dark-Blue, #051235);
    min-width: 260px;
}

.ebook-about-insider .ebook-about-insider-container{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    max-width: 1160px;
    margin: 0 auto;
    justify-content: center;
}

.ebook-about-insider .ebook_cta_container{
    display: flex;
    gap: 20px;
}
.ebook-about-insider .ebook-about-heading{
    color: var(--MAR-Color-Palette-Dark-Blue, #051235);
    text-align: center;
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: 146.5%;
    padding-top:0.5rem;
}
.ebook-about-insider .ebook-about-paragraph{
    color: #454545;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 196.5%;
    padding-bottom: 20px;
}
.ebook-about-insider .ebook-marquee-heading{
    color: var(--MAR-Color-Palette-Dark-Blue, #051235);
    text-align: center;
    font-size: 29px;
    font-style: normal;
    font-weight: 700;
    line-height: 172%;
}

.ebook-about-insider .ebook-about-gallery{
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    flex-basis: 100%;
    gap: 30px;
    padding: 40px 0 10px 0;
}
.ebook-about-insider .ebook-about-image-div{
    display: flex;
    justify-content: center;
    max-width: 185px;
}
.ebook-about-insider .ebook-about-image-div img{
    width: auto;
    max-height: 60px;
    align-self: center;
}

.ebook-about-insider .ebook-marquee-heading strong{
    color: #4FDCCE;
}

@media (max-width:767px){
    .ebook-about-insider{
        padding: 10vw 5vw 10vw 5vw;
    }
    .ebook-about-insider .ebook-about-gallery{
        display: flex;
        flex-direction: row;
        justify-content: center;
        flex-wrap: wrap;
        gap: 0;
        padding: 5vw 0 5vw 0;
    }
    .ebook-about-insider .ebook-about-image-div{
        flex-basis: 50%;
    }
    .ebook-about-insider .ebook-about-heading{
        font-size: 8vw;
        margin-top: 0;
    }
    .ebook-about-insider .ebook-about-paragraph{
        font-size: 4.5vw;
        line-height: 145.5%;
    }
    .ebook-about-insider .ebook-marquee-heading{
        font-size: 5.5vw;
        line-height: 150%;
        padding:0 5vw 0 5vw;
    }
    .ebook-about-insider .ebook_cta_container {
        display: flex;
        gap: 0;
        flex-wrap: wrap;
        justify-content: center;
    }
    .ebook-about-insider .ebook_cta_container .btn.btn-navy.ebook-cta-1,
    .ebook-about-insider .ebook_cta_container .btn.btn-navy.ebook-cta-2
    {
        flex-basis: 100%;
        font-size: 5vw;
        margin: 0 5vw 0 5vw;
    }
    .ebook-about-insider .ebook-about-gallery {
        display: flex;
        flex-wrap: wrap;
    }

    .ebook-about-insider .ebook-about-gallery img {
        flex: 0 0 40%;
        max-width: 50%;
    }
    .ebook-about-insider .ebook-about-heading{
        padding-top: 0;
    }
}

/* Tablet Settings */
@media (min-width: 768px) and (max-width: 1025px){
    .ebook-about-insider {
        padding-right: 5vw;
        padding-left: 5vw;
    }
    .ebook-about-insider a.ebook-description-btn{
        padding: 17px 30px 17px 30px
    }
}
/* latin-ext */
@font-face {
    font-family: 'Figtree';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/figtree/v5/_Xmz-HUzqDCFdgfMsYiV_F7wfS-Bs_d_QG5XyEA25WTzZO_OSg.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
  /* latin */
  @font-face {
    font-family: 'Figtree';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/figtree/v5/_Xmz-HUzqDCFdgfMsYiV_F7wfS-Bs_d_QG5ZyEA25WTzZO8.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
