<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*#region -------------------------------------------- SECTION 1 -------------------------------------------- */
#about-section-1 {
    position: relative;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    padding: 25px 15px;
    width: 100%;
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box; 
    box-sizing: border-box;
}

#about-section-1-text {
    line-height: 1.6;
    font-family: Sora;
    font-size: 15px;
    font-weight: 300;
    max-width: 1000px;
    color: #9b0305;
}
/*#endregion -------------------------------------------- END SECTION 1 -------------------------------------------- */

/*#region -------------------------------------------- SECTION 2 -------------------------------------------- */
#about-section-2 {
    position: relative;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    margin: 50px 0px 50px 0px;
    padding: 25px 15px;
    width: 100%;
    height: auto;
    background-color: #ff7071;
    box-shadow: 0px 4px 4px 0px #00000042;
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box; 
    box-sizing: border-box;
}

#about-section-2-header {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -25px;
    left: initial;
    font-family: Sora;
    font-size: 25px;
    font-weight: 100;
    width: 275px;
    height: 50px;
    background-color: #ffeb99;
    color: #9b0305;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

#about-section-2-container {
    position: relative;
    display: flex;
    flex-flow: column nowrap;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 1000px;
}

#about-section-2-container-left {
    position: relative;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    margin: 25px 0px 0px 0px;
    width: 100%;
    max-width: 350px;
}

#about-section-2-container-right {
    position: relative;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    margin: 50px 0px 0px 0px;
    width: 100%;
    max-width: 350px;
}

#about-section-2-text {
    position: relative;
    text-align: center;
    margin: 0px;
    font-family: Sora;
    font-size: 45px;
    font-weight: 700;
    color: #ffffff;
}

#about-section-2-img {
    border-style: solid;
    border-width: 5px;
    border-color: #ffffff;
    width: 100%;
    object-fit: cover;
    object-position: 50% 50%;
}
/*#endregion -------------------------------------------- END SECTION 2 -------------------------------------------- */

/*#region -------------------------------------------- SECTION 3 -------------------------------------------- */
#about-section-3 {
    position: relative;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    margin: 50px 0px 0px 0px;
    padding: 25px 15px 50px 15px;
    width: 100%;
    background-color: #ff7071;
    box-shadow: 0px 4px 4px 0px #00000042;
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box; 
    box-sizing: border-box;
}

#about-section-3-header {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -25px;
    left: initial;
    font-family: Sora;
    font-size: 25px;
    font-weight: 100;
    width: 275px;
    height: 50px;
    background-color: #ffeb99;
    color: #9b0305;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

#about-section-3-container {
    position: relative;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 1000px;
}

.about-section-3-panel {
    position: relative;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    margin: 50px 0px;
    width: 100%;
}

.about-section-3-panel-img {
    border-left: none;
    border-right: none;
    border-width: 4px;
    border-color: #ffffff;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: 50% 50%;
    z-index: 0;
}

.about-section-3-panel-text-holder {
    position: absolute;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    bottom: -40px;
    padding: 8px 18px;
    width: 80%;
    min-width: 250px;
    background-color: #ffeb99;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    z-index: 1;
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box; 
    box-sizing: border-box;
}

.about-section-3-panel-name {
    text-align: center;
    font-family: Sora;
    font-size: 17px;
    font-weight: 600;
    color: #9b0305;
}

.about-section-3-panel-title {
    text-align: center;
    font-family: Sora;
    font-size: 17px;
    font-weight: 100;
    color: #9b0305;
}
/*#endregion -------------------------------------------- END SECTION 3 -------------------------------------------- */

/*#region -------------------------------------------- MOBILE -------------------------------------------- */
@media only screen and (min-width: 500px) {
    #about-section-1-text {
        font-size: 20px;
    }

    #about-section-2-header {
        top: -35px;
        font-size: 28px;
        width: 300px;
        height: 70px;
    }

    #about-section-2-text {
        font-size: 55px;
    }

    #about-section-3-header {
        top: -35px;
        font-size: 28px;
        width: 300px;
        height: 70px;
    }

    .about-section-3-panel-text-holder {
        bottom: -50px;
        padding: 10px 25px;
        width: 80%;
        min-width: 300px;
    }

    .about-section-3-panel-name {
        font-size: 20px;
    }
    
    .about-section-3-panel-title {
        font-size: 20px;
    }
}

@media only screen and (min-width: 960px) {
    #about-section-1 {
        padding: 50px 25px;
    }

    #about-section-2 {
        padding: 50px 25px;
        height: 550px;
    }

    #about-section-3 {
        margin: 200px 0px 0px 0px;
        padding: 50px 25px;
    }

    #about-section-2-header {
        left: 100px;
    }

    #about-section-3-header {
        left: 100px;
    }

    #about-section-1-text {
        font-size: 25px;
    }

    #about-section-2-container {
        position: absolute;
        flex-flow: row nowrap;
        flex-direction: row;
    }

    #about-section-2-container-left {
        margin: 0px 25px 0px 0px;
        width: calc(50% - 50px);
        max-width: initial;
    }
    
    #about-section-2-container-right {
        margin: 0px 0px 0px 25px;
        width: calc(50% - 50px);
        max-width: initial;
    }

    #about-section-2-text {
        position: absolute;
        margin: -100px 0px 0px 0px;
        font-size: 75px;
    }

    .about-section-3-panel {
        margin: 50px 15px;
        width: calc(50% - 60px);
    }
    
    .about-section-3-panel-img {
        height: 300px;
        border-left: solid;
        border-right: solid;
        border-width: 4px;
        border-color: #ffffff;
    }
}

@media only screen and (min-width: 1200px) {
    #about-section-2-header {
        top: -50px;
        font-size: 33px;
        width: 400px;
        height: 100px;
    }

    #about-section-3-header {
        top: -50px;
        font-size: 33px;
        width: 400px;
        height: 100px;
    }
}
/*#endregion -------------------------------------------- END MOBILE -------------------------------------------- */</pre></body></html>