/**
Resilience Notebook block
*/
#app {

}
.heros-wrap {
    display: flex;
    flex-direction: column;
    height: 100%;
    z-index: 1;
    position: relative;
    justify-content: flex-end;
    margin-left: 0;

    @media (min-width: 1024px) {
        justify-content: space-between;
        margin-left: 1rem;
        max-width: 756px;
    }
}

.hero-titles {
    font-family: 'PFRegalTextPro',serif;
    font-weight: 300;
    color: #333333;

    font-size: 38px;
    line-height: 1;
    text-align: center;

    @media (min-width: 1024px) {
        font-size: 100px;
        line-height: 90px;
        text-align: left;
    }
}
.contacts-titles {
    height: auto;
    gap: 0px;
    opacity: 0px;
    font-family: Inter;
    font-weight: 400;
    text-align: left;
    color: #333333;

    font-size: 14px;
    line-height: 1;
    max-width: 400px;
    margin-bottom: 15px;

    @media (min-width: 1024px) {
        font-size: 22px;
        line-height: 24.2px;
        max-width: 956px;
    }
}
.hero-photo {
    width: 729.43px;
    height: 625.08px;
    top: 384.97px;
    left: 788px;
    gap: 0px;
    opacity: 0px;
    transform: rotate(0.34deg);

}
.hero-image-container {
    position: absolute;
    right: -20px;
    top: 0;
    bottom: 0;
    width: auto;
    height: auto;
    display: flex;
    align-items: flex-end;
    flex-direction: column;

    @media (min-width: 1024px) {
        right: 0;
        width: 729.43px;
        height: 600.08px;
        bottom: 62px;
    }
}
.hero-image-container-second {
    width: 0px;
    height: 0px;
    bottom: 88px;
    left: 1197.25px;
    gap: 0px;
    opacity: 0px;
}
.hero-photo-second {
    border-radius: 34px 34px 31px 34px;
    object-fit: cover;
    width: calc(100% + 0px);
    height: auto;
    overflow: hidden;
    position: relative;
}
.add-story-button {
    font-family: Inter;
    font-weight: 500;
    border-radius: 100px;
    opacity: 1;
    text-align: center;
    background-color: #627072;
    color: white;
    border: none;
    cursor: pointer;

    width: fit-content;
    font-size: 12px;
    padding: 10px;
    line-height: 1;
    height: auto;
    gap: 10px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-evenly;

    @media (min-width: 1024px) {
        width: 391.48px;
        height: 56px;
        font-size: 20px;
        line-height: 28px;
        margin: 0;
        padding: 10px 15px;
    }
}
.add-story-button:hover {
    background: #BA9762;
}
.icon {
    display: inline-block;
    position: relative;
    margin-right: 0;
    transform: none;
    width: 12px;
    height: 12px;

    @media (min-width: 1024px) {
        width: 22px;
        height: 22px;
    }
}

.icon::before, .icon::after {
    content: '';
    position: absolute;
    background-color: white;
}

.icon::before {
    width: 2px;
    height: 100%;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}

.icon::after {
    width: 100%;
    height: 2px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}


/*
Nurturing Resilience block
**/
.container-second {
    display: flex;

    justify-content: space-between;
    background-color: #EDE5C9;
    padding: 20px;
    border-radius: 34px;
    gap: 40px;

    align-items: center;
    height: 480px;
    flex-direction: column;

    @media (min-width: 1024px) {
        padding: 50px;
        align-items: flex-start;
        flex-direction: row;
    }
}

.text-section {
    flex: 1;
    opacity: 1;

    width: auto;
    height: 100%;
    padding: 0;
    /*margin: 20px 0 0 0;*/
    text-align: center;
    font-family: "PFRegalTextPro",serif;

    @media (min-width: 1024px) {
        width: 47.35rem;
        /*height: 8rem;*/
        /*margin: 50px 0 0 0;*/
        text-align: left;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
}

.text-title {
    font-family: var(--fontfamilyFont2);
    font-weight: 300;
    color: #333333;
    margin: 0;

    font-size: 38px;
    text-align: center;
    line-height: 1;

    @media (min-width: 1024px) {
        font-size: 4rem;
        line-height: 4rem;
        text-align: left;
    }
}

.view-buttons {
    background: #627072;
    color: white;
    border: none;
    border-radius: 34px;
    padding: 14px 28px;
    cursor: pointer;
    font-size: 20px;
    /*margin-top: 50px;*/
    width: fit-content;
}

.view-buttons:hover {
    background: #BA9762;
}

.image-section {
    position: relative;
    width: 250px;
    height: 400px;
    flex: none;

    @media (min-width: 1024px) {
        width: 500px;
    }
}

.image-section img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}
.container-last {
    margin: 20px 0;
    text-align: center;
    border-radius: 32px;
    background-color: #95B1B51A;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    position: relative;

    padding: 30px;
    align-items: center;
    flex-direction: column;

    @media (min-width: 1024px) {
        align-items: flex-start;
        flex-direction: row;
        padding: 84px 130px 48px 130px;
        height: 742px;
    }
}
.need-help {
    width: 100%;
    max-width: 1320px;
    min-height: 64px;
    padding: 0 15px;
    margin-left: auto;
    margin-right: 0;


    margin-bottom: 0px;

    @media (min-width: 1024px) {
        margin-bottom: 20px;
    }
}
.need-help p {
    font-family: "PFRegalTextPro",serif;
    font-weight: 300;
    line-height: 57.6px;

    font-size: 38px;
    text-align: center;

    @media (min-width: 1024px) {
        font-size: 64px;
        text-align: left;
    }
}
.help-blocks {
    width: 100%;
    max-width: 1320px;
    padding: 0 15px;
    display: flex;
    gap: 0;
    opacity: 1;
    justify-content: center;
    align-items: center;
    margin: 0 auto;

    flex-direction: column;

    @media (min-width: 1024px) {
        flex-direction: row;
        height: 471.5px;
        margin-left: 50px;
    }
}
.block {
    width: 100%;
    max-width: 366.67px;
    height: auto;
    min-height: 439.5px;
    padding: 24px 0;
    margin: 0;
    opacity: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    gap: 10px;
    text-align: center;
    text-wrap: wrap;

    @media (min-width: 1024px) {
        align-items: flex-start;
    }
}
.icons {
    width: 200px;
    height: 200px;
    object-fit: cover;
    opacity: 1;

    margin-bottom: -10px;
}
.block:not(:last-child) {
    margin-right: 0;
}
.title-blocks {
    width: 100%;
    max-width: 366.67px;
    height: auto;
    min-height: 48px;
    padding: 0;
    gap: 0;
    opacity: 1;
    display: flex;
    justify-content: flex-start;
    align-items: center;

    @media (min-width: 1024px) {
        text-align: left;
    }
}
.title-blocks h2 {
    font-family: "PFRegalTextPro",serif;
    font-size: 2rem;
    font-weight: 300;
    line-height: 1.2;
    color: #333333;
    text-align: center;

    margin: 0 auto;

    @media (min-width: 1024px) {
        margin: 0;
    }

    /*@media (min-width: 1024px) {*/
    /*    margin-left: 6rem;*/
    /*}*/
}
.description-blocks {
    justify-content: flex-start;
    align-items: flex-end;
    max-width: var(--width360);
    gap: 0;

    margin: 0;
    padding: 0;
    display: block;
    text-align: center;
    width: auto;
    height: auto;

    /*@media (min-width: 1024px) {*/
    /*    display: flex;*/
    /*    margin-top: 20px;*/
    /*    width: 360px;*/
    /*    height: 88px;*/
    /*    padding: 12px 0 0 0;*/
    /*}*/
}

.paragraph-block {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    gap: 0;

    margin: 0;
    text-align: center;
    width: auto;
    height: auto;

    max-width: 326px;

    /*@media (min-width: 1024px) {*/
    /*    margin-left: 6rem;*/
    /*    width: 326px;*/
    /*    height: 76px;*/
    /*}*/
}
.paragraph-block p {
    color: #333333;
    font-family: var(--fontfamilyFont1);
    font-size: 17px;
    font-weight: 400;
    line-height: 1.2;
    padding: 0;
    margin-bottom: 1rem;

    text-align: center;

    @media (min-width: 1024px) {
        text-align: left;
    }
}

.left-aligned-element {
    /*width: 76px;*/
    /*height: 19.5px;*/
    padding: 1.5px 0 0 0;

    margin: 0;

    /*@media (min-width: 1024px) {*/
    /*    margin-bottom: 4rem;*/
    /*    margin-right: 7rem;*/
    /*}*/
}
.links {
    color: #333333;
    position: relative;
}
.links::after {
    content: '';
    display: block;
    height: 2px;
    background-color: #333333;
    margin-top: 3px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -3px;
}
