body {
    background: white !important;
}

@font-face {
    font-family: 'LoraBold';
    src: url('../fonts/Lora-Bold.ttf') format('ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MontserratBold';
    src: url('../fonts/Montserrat-Bold.ttf') format('ttf');
    font-weight: normal;
    font-style: normal;
}

::selection {
    background-color: #d1d8d8;
    color: #2f3333;
}

input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 8px;
    width: 8px;
    background: #1f2937;
    border-radius: 50%;
    cursor: pointer;
}

input[type="range"]::-moz-range-thumb {
    height: 8px;
    width: 8px;
    background: #1f2937;
    border-radius: 50%;
    cursor: pointer;
}

.audio-player {
    background: linear-gradient(-30deg, #aea8a8 0%, #f5f5f5 30%, #fff 50%, #f5f5f5 70%, #aea8a8 100%);
    border: 1px solid #f5f5f5;
}

.lora-bold {
    font-family: LoraBold;
}

.montserrat-bold {
    font-family: MontserratBold;
}

p {
    font-family: 'LoraBold' !important;
    font-size: 15pt;
}

p {
    margin-bottom: 20px !important;
}

.text-bottom-shadow b {
    position: relative;
    display: inline-block;
}

.text-bottom-shadow b::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%) skewX(-20deg);
    width: 80%;
    max-width: 200px;
    height: 2px;
    background: rgba(0, 0, 0, 0.3);
    filter: blur(3px);
    pointer-events: none;
}

.quote {
    position: relative;
    font-style: italic;
    font-size: 1.5rem;
    color: #333;
    font-weight: bold;
    margin: 40px auto;
    padding-left: 50px;
    max-width: 600px;
    font-family: MontserratBold;
}

.quote::before {
    content: "“";
    position: absolute;
    left: 0;
    top: 5px;
    font-size: 70px;
    color: red;
    line-height: 1;
    font-family: MontserratBold;
}

.methodology.banner {
    height: 334px;
}

.methodology.banner1 {
    background: url("../img/methodology/banner1.jpeg");
}

.methodology.banner2 {
    background: url("../img/methodology/banner2.jpg");
}

.methodology.banner3 {
    background: url("../img/methodology/banner3.jpg");
}

.section {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    min-height: 100vh;
    box-sizing: border-box;
}

@media (min-width: 768px) {
    .section {
        flex-direction: row;
    }
}

.image_sticky {
    position: sticky;
    top: 140px;
    align-self: flex-start;
}

.image_sticky img, .image_sticky .flourish-embed, .image_sticky .sticky_content, .image_sticky object {
    width: 100%;
    height: auto;
    transition: transform 0.4s ease, opacity 0.4s ease;
}

.section_top .image_sticky {
    top: 0 !important;
}

.section_top .image_sticky object {
    max-height: 100vh !important;
}

#generic_modal_content img {
    max-height: 80vh !important;
}