﻿@font-face {
    font-family: "Handpack Sans";
    src: url("/files/handpack_sans.otf") format('opentype');
}

@font-face {
    font-family: "Handpack Serif";
    src: url("/files/handpack_serif.otf") format('opentype');
}

.handpack_serif {
    font-family: 'Handpack Serif';
}

.handpack_sans {
    font-family: 'Handpack Sans';
}

/*#region intro*/
#resources_intro_section{

}

#resources_intro_section .header_div {
    padding: 40px 0 70px 170px;
}
@media(max-width: 1200px){
    #resources_intro_section .header_div{
        padding-left: 70px;
    }
}
@media(max-width: 768px){
    #resources_intro_section .header_div{
        padding-left: 40px;
        padding-bottom: 25px;
        width: 80%;
    }
}
#resources_intro_section .header_div h2{
    font-size: 110px;
    font-weight: 600;
    line-height: 120px;
}
@media(max-width: 768px){
    #resources_intro_section .header_div h2{
        font-size: 50px;
        line-height: 63px;
    }
}
#resources_intro_section .header_div p{
    padding-left: 9px;
    font-size: 24px;
    font-weight: 300;
    line-height: 40px;
}
@media(max-width: 1200px){
    #resources_intro_section .header_div p{
        line-height: 36px;
    }
}
@media(max-width: 768px){
    #resources_intro_section .header_div p{
        padding-left: 0;
    }
}
#resources_intro_section .header_div .desc_div{
    padding-top: 80px;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}
@media(max-width: 768px){
    #resources_intro_section .header_div .desc_div{
        padding-top: 25px;
        row-gap: 0;
    }
}
#resources_intro_section .header_div .desc_div h3{
    color: var(--mtc-orange);
    padding-left: 9px;
    font-size: 48px;
    font-weight: 600;
    line-height: 68px;
}
@media(max-width: 768px){
    #resources_intro_section .header_div .desc_div h3{
        padding-left: 0;
        font-size: 40px;
    }
}

#resources_intro_section .storyhouse_vid_div {
    position: relative;
    padding: 10px;
    margin: auto;
    display: block;
    background: var(--mtc-orange);
    width: calc(85% - 20px);
}
@media(max-width: 768px){
    #resources_intro_section .storyhouse_vid_div{
        max-width: calc(90% - 20px);
    }
}
#resources_intro_section .storyhouse_vid_div video {
    cursor: pointer;
    display: block;
    width: 100%;
}
#resources_intro_section .storyhouse_vid_div img {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 25%;
}
@media(max-width: 768px){
    #resources_intro_section .storyhouse_vid_div img{
        z-index: -1;
    }
}

#resources_intro_section .floating_book_div,
#resources_pearl_section .floating_book_div{
    display: flex;
    width: 72%;
    min-width: 1020px;
    margin: auto;
    border-radius: 20px;
}
@media(max-width: 1200px) {
    #resources_intro_section .floating_book_div,
    #resources_pearl_section .floating_book_div{
        min-width: unset;
        width: 90%;
    }
}

#resources_intro_section .brand_strategy_div{
    background: var(--mtc-blue);
    position: relative;
    z-index: 1;
    bottom: -160px;
}
@media(max-width: 768px){
    #resources_intro_section .brand_strategy_div {
        flex-wrap: wrap;
    }
}
#resources_intro_section .brand_strategy_div img{
    width: 50%;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    left: -36px;
}
@media(max-width: 768px){
    #resources_intro_section .brand_strategy_div img {
        width: 100%;
        max-width: 370px;
        bottom: unset;
        left: 0;
        right: 0;
        margin: auto;
        position: relative;
    }
}

#resources_intro_section .floating_book_div .download_anchor_div,
#resources_pearl_section .floating_book_div .download_anchor_div,
.watch_ambassador_branding_anchor {
    position: absolute;
    top: -150px;
}
@media(max-width: 1200px){
    #resources_intro_section .floating_book_div .download_anchor_div,
    #resources_pearl_section .floating_book_div .download_anchor_div,
    .watch_ambassador_branding_anchor {
        top: -90px;
    }
}

#resources_intro_section .floating_book_div .text_div,
#resources_pearl_section .floating_book_div .text_div{
    color: white;
    margin: auto;
    display: flex;
    flex-direction: column;
    row-gap: 12px;
}

#resources_intro_section .brand_strategy_div .text_div{
    width: 41%;
    padding: 35px 75px 35px 0;    
    margin-right: 0;
}
@media(max-width: 1200px){
    #resources_intro_section .brand_strategy_div .text_div{
        padding-right: 35px;
        width: 50%;
    }
}
@media(max-width: 768px){
    #resources_intro_section .brand_strategy_div .text_div {
        width: 30%;
        min-width: 235px;
        flex-grow: .9;
        max-width: calc(90% - 35px);
    }
}

#resources_intro_section .floating_book_div .text_div h3,
#resources_pearl_section .floating_book_div .text_div h3{
    color: var(--mtc-sunrays);
    font-size: 48px;
    font-weight: 600;
    line-height: 50px;
}
@media(max-width: 768px){
    #resources_intro_section .floating_book_div .text_div h3,
    #resources_pearl_section .floating_book_div .text_div h3{
        font-size: 32px;
        line-height: 40px;
    }
}

#resources_intro_section .floating_book_div .text_div p,
#resources_pearl_section .floating_book_div .text_div p{
    padding-bottom: 30px;
    font-size: 24px;
    font-weight: 300;
    line-height: 40px;
}
@media(max-width: 768px){
    #resources_intro_section .floating_book_div .text_div p,
    #resources_pearl_section .floating_book_div .text_div p{
        font-size: 16px;
        line-height: 28px;
    }
}
/*#endregion*/

/*#region pearl section*/
#resources_pearl_section{
    position: relative;
    background: var(--mtc-pearl);
}

#resources_pearl_section .header_text_div{
    padding-top: 300px;
    padding-left: 179px;
    display:flex;
    flex-direction: column;
    row-gap: 20px;
    padding-bottom: 50px;
    max-width: 550px;
}
@media(max-width: 1200px){
    #resources_pearl_section .header_text_div {
        padding-top: 250px;
        padding-left: 70px;
        max-width: calc(90% - 70px);
    }
}
@media(max-width: 768px){
    #resources_pearl_section .header_text_div {
        padding-left: 40px;
        padding-top: 220px;
        row-gap: 5px;
    }
}
#resources_pearl_section .header_text_div h3 {
    color: var(--mtc-blue);
    font-size: 48px;
    font-weight: 400;
    line-height: 50px;
}
@media(max-width: 768px){
    #resources_pearl_section .header_text_div h3 {
        font-size: 41px;
        line-height: 42px;
    }
}
#resources_pearl_section .header_text_div p {
    font-size: 24px;
    font-weight: 300;
    line-height: 40px;
}
@media(max-width: 1200px){
    #resources_pearl_section .header_text_div p {
        line-height: 36px;
    }
}

#resources_pearl_section .ambassador_branding_vid_div {
    position: relative;
    padding: 10px;
    margin: auto;
    display: block;
    background: var(--mtc-sunrays);
    width: calc(85% - 20px);
}
@media(max-width: 768px) {
    #resources_pearl_section .ambassador_branding_vid_div {
        max-width: calc(90% - 20px);
    }
}
#resources_pearl_section .ambassador_branding_vid_div video {
    cursor: pointer;
    display: block;
    width: 100%;
}
#resources_pearl_section .ambassador_branding_vid_div img {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 25%;
}
@media(max-width: 768px) {
    #resources_pearl_section .ambassador_branding_vid_div img {
        z-index: -1;
    }
}

#resources_pearl_section .ambassador_branding_div{
    position: relative;
    margin-top: 150px;
    background: var(--mtc-timber);
}
@media(max-width: 1200px){
    #resources_pearl_section .ambassador_branding_div{
        min-width: unset;
        width: 90%;
    }
}
@media(max-width: 768px){
    #resources_pearl_section .ambassador_branding_div{
        flex-direction: column-reverse;
    }
}
#resources_pearl_section .ambassador_branding_div .text_div{
    width: 50%;
    margin-left: 0;
    padding: 47px 0 47px 50px;
}
@media(max-width: 1200px){
    #resources_pearl_section .ambassador_branding_div .text_div{
        width: 50%;
        padding: 30px 0 30px 40px;
    }
}
@media(max-width: 768px){
    #resources_pearl_section .ambassador_branding_div .text_div{
        width: 90%;
        padding-left: 25px;
    }
}
#resources_pearl_section .ambassador_branding_div .text_div h3 {
    font-weight: 400;
}

#resources_pearl_section .ambassador_branding_div img {
    width: 50%;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    right: -36px;
}
@media(max-width: 768px){
    #resources_pearl_section .ambassador_branding_div img {
        width: 100%;
        max-width: 370px;
        bottom: unset;
        left: 0;
        right: 0;
        margin: auto;
        position: relative;
    }
}

#resources_pearl_section .business_problems_div {
    position: relative;
    margin-top: 150px;
    background: var(--mtc-blue);
    position: relative;
    z-index: 2;
}
@media(max-width: 768px){
    #resources_pearl_section .business_problems_div{
        flex-direction: column;
    }
}
#resources_pearl_section .business_problems_div .text_div{
    width: 45%;
    margin-right: 0;
    padding: 47px 60px 47px 105px;
}
@media(max-width: 1200px){
    #resources_pearl_section .business_problems_div .text_div{
        width: 45%;
        padding-right: 35px;
    }
}
@media(max-width: 768px){
    #resources_pearl_section .business_problems_div .text_div{
        width: 80%;
        margin: auto;
        padding-right: 0;
        padding-left: 0;
        position: relative;
        z-index: 1;
    }
}
@media(max-width: 1200px){
    #resources_pearl_section .business_problems_div .text_div h3{
        font-size: 4vw;
    }
}
@media(max-width: 1200px) {
    #resources_pearl_section .business_problems_div .text_div h3 {
        font-size: 32px;
    }
}
#resources_pearl_section .business_problems_div img {
    width: 50%;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    left: -36px;
}
@media(max-width: 768px){
    #resources_pearl_section .business_problems_div img {
        width: 100%;
        max-width: 370px;
        bottom: unset;
        left: 0;
        right: 0;
        margin: auto;
        position: relative;
    }
}

#resources_pearl_section .contact_div {
    position: relative;
    z-index: 2;
    padding: 230px 0 150px 282px;
    padding-left: 282px;
    width: 35%;
    display: flex;
    flex-direction: column;
    row-gap: 30px;
}
@media(max-width: 1200px){
    #resources_pearl_section .contact_div{
        padding-left: 70px;
        width: 65%;
        max-width: 696px;
    }
}
@media(max-width: 768px){
    #resources_pearl_section .contact_div{
        padding: 100px 0 250px 30px;
        row-gap: 15px;
        width: calc(90% - 30px);
    }
}
#resources_pearl_section .contact_div h3 {
    color: var(--mtc-blue);
    font-size: 48px;
    font-weight: 700;
    line-height: 50px;
}
@media(max-width: 768px){
    #resources_pearl_section .contact_div h3{
        line-height: 65px;
    }
}
#resources_pearl_section .contact_div p {
    padding-bottom: 30px;
    font-size: 24px;
    font-weight: 300;
    line-height: 40px;
}


#resources_pearl_section .rose_background_div {
    position: absolute;
    bottom: 0;
    overflow: hidden;
    width: 100%;
    height: 705px;
    max-width: var(--mtc-max-width);
}
#resources_pearl_section .rose_background_div img {
    position: absolute;
    z-index: 0;
    bottom: -68px;
    right: 170px;
}
@media(max-width: 1200px){
    #resources_pearl_section .rose_background_div img{
        right: -70px;
        bottom: -218px;
    }
}
@media(max-width: 768px){
    #resources_pearl_section .rose_background_div img{
        right: -180px;
        bottom: -110px;
        transform: scale(.8);
    }
}

/*#endregion*/

/*#region overlay*/
#ebook_overlay .overlay_content{
    border-radius: 20px;
    max-width: 80%;
}

#ebook_overlay .overlay_div {
    display: flex;
    flex-direction: column;
    row-gap: 30px;
}
@media(max-width: 768px){
    #ebook_overlay .overlay_div {
        row-gap: 15px;
        max-width: 400px;
    }
}
#ebook_overlay .overlay_div p {
    font-size: 24px;
    line-height: 34px;
    width: 90%;
}
@media(max-width: 768px){
    #ebook_overlay .overlay_div p {
        font-size: 20px;
        line-height: 30px;
        width: 95%;
        margin: auto;
    }
}

#ebook_overlay .overlay_div .ebook_form {
    display: flex;
    flex-direction: column;
    row-gap: 47px;
    width: 600px;
}
@media(max-width: 768px) {
    #ebook_overlay .overlay_div .ebook_form {
        max-width: 500px;
        width: 100%;
        row-gap: 20px;
    }
}

#ebook_overlay .overlay_div input {
    padding: 0 20px 0;
}

#ebook_overlay .overlay_div .form_name_email {
    border: 1px solid #775B41;
    box-shadow: inset 2px 2px 4px rgb(0 0 0 / 25%);
    border-radius: 20px;
    height: 70px;
    font-size: 24px;
}
@media(max-width: 768px){
    #ebook_overlay .overlay_div .form_name_email {
        height: 40px;
        font-size: 20px;
    }
}

#ebook_overlay .overlay_div input.form_checkbox {
    width: 20px;
    height: 20px;
    margin: 0px 5px 0px;
}
@media(max-width: 768px) {
    #ebook_overlay .overlay_div input.form_checkbox {
        width: 15px;
        height: 15px;
        margin: 0px;
    }
}

#ebook_overlay .overlay_div .form_checkbox {
    font-size: 24px;
}
@media(max-width: 768px) {
    #ebook_overlay .overlay_div .form_checkbox {
        font-size: 20px;
    }
}

#ebook_overlay .overlay_div button {
    cursor: pointer;
}
/*#endregion*/