.theory-of-change .content-slider.desktop {
    display: none;
}

@media screen and (min-width: 768px) {
    .theory-of-change .content-slider.desktop {
        display: block;
    }

    .theory-of-change .content-slider.mobile {
        display: none;
    }
}

/* Mobile */

.theory-of-change .content-slider.mobile .slide {
    position: relative;
}

.theory-of-change .content-slider.mobile .slide h2 {
    line-height: 1.1 !important;
    margin-bottom: 0 !important;
    color: #000;
}

.theory-of-change .content-slider.mobile .slide .content {
    position: absolute;
    width: 100%;
    height: 80%;
    top: 0;
    left: 0;
}

.theory-of-change .content-slider.mobile .slide .content.slide-1 {
    position: absolute;
    top: 50%;
    left: 50%;
    bottom: unset;
    transform: translate(-50%, -50%);
    height: auto;
    width: auto;
}

.theory-of-change .content-slider.mobile .slide img.slide-image {
    width: 100%;
}

/* Desktop */

.theory-of-change .content-slider.desktop .slick-list {
    padding: 0 !important;
}

.theory-of-change .content-slider.desktop .slide {
    position: relative;
}

.theory-of-change .content-slider.desktop .slide.slide-1 .header {
    position: absolute;
    width: 20%;
    bottom: 25%;
    left: 10%;
}

body.rtl .theory-of-change .content-slider.desktop .slide.slide-1 .header {
    left: unset;
    right: 10%;
}

.theory-of-change .content-slider.desktop .slide.slide-1 h2 {
    line-height: 1.1 !important;
    color: #000;
    margin: 0 !important;
}

.theory-of-change .content-slider.desktop .slide img.slide-image {
    width: calc(1189px + ((100vw - 1064px) / 2));
    margin-top: 75px;
}

.theory-of-change .content-slider.desktop .slide-1 img.slide-image {
    margin-right: 0;
    margin-left: auto;
}

body.rtl .theory-of-change .content-slider.desktop .slide-1 img.slide-image {
    margin-right: auto;
    margin-left: 0;
}

.theory-of-change .content-slider.desktop .slide-2 img.slide-image {
    margin-right: auto;
    margin-left: 0;
}

body.rtl .theory-of-change .content-slider.desktop .slide-2 img.slide-image {
    margin-right: 0;
    margin-left: auto;
}

.theory-of-change .content-slider.desktop .slide .content {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}

.theory-of-change .content-slider.desktop .slide.slide-1 .content .first-slide-content,
.theory-of-change .content-slider.desktop .slide.slide-2 .content .second-slide-content {
    display: flex;
}

.theory-of-change .content-slider.desktop .slide.slide-1 .content .first-slide-content {
    align-items: center;
    justify-content: flex-end;
}

.theory-of-change .content-slider.desktop .slide.slide-1 .content .first-slide-content>div:first-child {
    width: 60%;
    margin-right: 30px;
}

body.rtl .theory-of-change .content-slider.desktop .slide.slide-1 .content .first-slide-content>div:first-child {
    margin-right: unset;
    margin-left: 30px;
}

.theory-of-change .content-slider.desktop .slide.slide-2 .content .second-slide-content {
    margin-left: -30px;
}

.theory-of-change .content-slider.desktop .slide.slide-2 .content .second-slide-content>div {
    padding-left: 30px;
    width: 30%;
}


.theory-of-change .content-slider.desktop .slide.slide-2 .content .second-slide-content>div:first-child {
    box-sizing: content-box;
    align-self: center;
}

.theory-of-change .content-slider.desktop .slide.slide-1 .content .first-slide-content>div:nth-child(2),
.theory-of-change .content-slider.desktop .slide.slide-2 .content .second-slide-content>div:first-child {
    width: 25px;
}

@media screen and (min-width: 1024px) {
    .theory-of-change .content-slider.desktop .slide.slide-1 .content .first-slide-content>div:first-child {
        width: 50%;
    }

    .theory-of-change .content-slider.desktop .slide.slide-2 .content .second-slide-content>div:first-child,
    .theory-of-change .content-slider.desktop .slide.slide-1 .content .first-slide-content>div:nth-child(2) {
        width: 50px;
    }

    .theory-of-change .content-slider.desktop .slide.slide-1 .header {
        bottom: 30%
    }
}

@media screen and (min-width: 1440px) {

    .theory-of-change .content-slider.desktop .slide.slide-2 .content .second-slide-content>div:first-child,
    .theory-of-change .content-slider.desktop .slide.slide-1 .content .first-slide-content>div:nth-child(2) {
        width: 74px;
    }

    .theory-of-change .content-slider.desktop .slide.slide-1 .header {
        left: calc((100vw - 1024px) / 2);
        bottom: 30%
    }

    body.rtl .theory-of-change .content-slider.desktop .slide.slide-1 .header {
        left: unset;
        right: calc((100vw - 1024px) / 2);
    }
}

/* Fluid Typography */


/* Mobile */
.theory-of-change .content-slider.mobile h2 {
    font-size: 32px !important;
}

@media screen and (min-width: 320px) {
    .theory-of-change .content-slider.mobile h2 {
        font-size: calc(32px + (72 - 32) * ((100vw - 320px) / (768 - 320))) !important;
    }
}

@media screen and (min-width: 640px) {
    .theory-of-change .content-slider.mobile h2 {
        font-size: 72px !important;
    }
}

.theory-of-change .content-slider.mobile .content p {
    font-size: 16px !important;
    line-height: 24px;
    color: #000;
}

.theory-of-change .content-slider.mobile .content p strong {
    font-size: 18px !important;
}

/* Desktop */

.theory-of-change .content-slider.desktop h2 {
    font-size: 24px !important;
}

@media screen and (min-width: 768px) {
    .theory-of-change .content-slider.desktop h2 {
        font-size: calc(24px + (50 - 24) * ((100vw - 768px) / (1920 - 768))) !important;
    }
}

@media screen and (min-width: 1920px) {
    .theory-of-change .content-slider.desktop h2 {
        font-size: 50px !important;
    }
}

.theory-of-change .content-slider.desktop .content p,
.theory-of-change .section-default.content-section .contents p {
    font-size: 14px !important;
    line-height: 24px;
    color: #000;
}

.theory-of-change .content-slider.desktop .content p strong,
.theory-of-change .section-default.content-section .contents p strong {
    font-size: 16px !important;
}


@media screen and (min-width: 768px) {

    .theory-of-change .content-slider.desktop .content p,
    .theory-of-change .section-default.content-section .contents p {
        font-size: calc(14px + (16 - 14) * ((100vw - 768px) / (1440 - 768))) !important;
    }


    .theory-of-change .content-slider.desktop .content p strong,
    .theory-of-change .section-default.content-section .contents p strong {
        font-size: calc(16px + (18 - 16) * ((100vw - 768px) / (1440 - 768))) !important;
    }
}

@media screen and (min-width: 1440px) {
    .theory-of-change .content-slider.desktop .content p {
        font-size: 16px !important;
    }

    .theory-of-change .content-slider.desktop .content p strong {
        font-size: 18px !important;
    }
}


/* Subpage Section */

.theory-of-change .toc-subpages {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: -32px;
}


.theory-of-change .toc-subpages>div {
    padding-left: 32px;
    width: 100%;
    margin-bottom: 20px;
}

.theory-of-change .toc-subpages>div:last-child {
    margin-bottom: 0;
}

.theory-of-change .toc-subpages .subpage-button {
    color: black;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
    display: block;
    border: 1px solid;
    border-radius: 25px;
    padding: 16px 22px;
    overflow: hidden;
    text-align: center;
    width: 90%;
    margin: 0 auto;
    line-height: 1.1;
    text-decoration: none !important;
}

.theory-of-change .toc-subpages .subpage-button.active {
    color: white !important;
}

.theory-of-change .toc-subpages .subpage-button .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.12;
    top: 0;
    left: 0;
}

@media screen and (min-width: 768px) {

    .theory-of-change .toc-subpages {
        flex-direction: row;
    }

    .theory-of-change .toc-subpages>div {
        width: 25%;
        margin-bottom: 0;
    }

    .theory-of-change .toc-subpages .subpage-button {
        width: 100%;
    }
}

/* Subpages */


.theory-of-change.subpage .content-section {
    position: relative;
    padding: 50px 0 !important;
}

.theory-of-change.subpage .content-section .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.12;
    z-index: -1;
}

.theory-of-change.subpage .content-section .contents {
    display: flex;
    margin-left: -50px;
    flex-wrap: wrap;
    align-items: flex-start;
    position: relative;
    z-index: 1;
}

.theory-of-change.subpage .content-section .contents>div {
    width: 100%;
    padding-left: 50px;
    margin-bottom: 30px;
}

.theory-of-change.subpage .content-section .contents>div:nth-child(3) {
    margin-left: auto;
}

.theory-of-change.subpage .content-section .page-image {
    position: relative;
    z-index: 1;
    margin-top: 50px;
}

.theory-of-change.subpage .content-section .page-image img.desktop {
    display: none;
}

@media screen and (min-width: 768px) {
    .theory-of-change.subpage .content-section {
        padding: 75px 0 !important;
    }

    .theory-of-change.subpage .content-section .contents>div {
        width: 50%;
    }

    body.rtl .theory-of-change.subpage .content-section .absolute-image {
        left: 0;
    }

    .theory-of-change.subpage .content-section .absolute-image {
        position: absolute;
        bottom: 10%;
    }

    .theory-of-change.subpage .content-section .page-image img.desktop {
        display: block;
    }

    .theory-of-change.subpage .content-section .page-image img.mobile {
        display: none;
    }

}