/* Colors
    Blue: #418FDE
*/

/* Typography
    Desktop
        H1: 60/64
        H2: 32/36
        Paragraph: 20/30
    Mobile
        H1: 36/36
        H2: 24/26
        Paragraph: 16/24
        Paragraph small: 14/20
*/

/* Default element styles */
    body {
        font-family: sans-serif;
        font-size: 16px;
        line-height: 1.15;
    }

    a {
        color: inherit;
        text-decoration: none;
    }

    img {
        border-style: none;
        display: inline-block;
        vertical-align: top;
    }

    svg {
        display: inline-block;
        vertical-align: top;
    }

    ul,
    ol,
    p {
       margin: 0;
       padding: 0;
    }

    ul {
       list-style-type: none;
    }

    input,
    textarea,
    select {
        font-family: sans-serif;
        font-size: 16px;
        line-height: 1.15;
    }

    svg {
        /* Allow icons to have a height smaller than line-height */
        display: block;
    }

/* Honeypot field*/
    form .bodyphoneemailfield {
        display: none !important;
    }

.richtext {
    font-family: "Roboto Slab", sans-serif;
    font-weight: 300;
    font-size: 20px;
    line-height: 30px;
    color: #222;
}

.richtext p,
.richtext img,
.richtext hr,
.richtext blockquote,
.richtext h1,
.richtext h2,
.richtext h3,
.richtext h4,
.richtext h5,
.richtext h6,
.richtext ul,
.richtext ol {
    margin-top: 30px;
    margin-bottom: 30px;
}

.richtext p:first-child,
.richtext img:first-child,
.richtext hr:first-child,
.richtext blockquote:first-child,
.richtext h1:first-child,
.richtext h2:first-child,
.richtext h3:first-child,
.richtext h4:first-child,
.richtext h5:first-child,
.richtext h6:first-child,
.richtext ul:first-child,
.richtext ol:first-child {
    margin-top: 0;
}

.richtext p:last-child,
.richtext img:last-child,
.richtext hr:last-child,
.richtext blockquote:last-child,
.richtext h1:last-child,
.richtext h2:last-child,
.richtext h3:last-child,
.richtext h4:last-child,
.richtext h5:last-child,
.richtext h6:last-child,
.richtext ul:last-child,
.richtext ol:last-child {
    margin-bottom: 0;
}

.richtext img {
    max-width: 100%;
    display: block;
}

.richtext ul,
.richtext ol {
    margin-left: 50px;
}

.richtext ul {
    list-style-type: disc;
}

.richtext li {
    margin-top: 10px;
    margin-bottom: 10px;
}

.richtext hr {
    border: none;
    border-top: 1px solid #CCC;
}

.richtext a {
    color: #418FDE;
}

.richtext a:hover {
    text-decoration: underline;
}

.richtext blockquote {
    font-style: italic;
    margin-left: 40px;
    margin-right: 40px;
}

.richtext h1,
.richtext h2,
.richtext h3,
.richtext h4,
.richtext h5,
.richtext h6 {
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 400;
    font-size: 60px;
    line-height: 64px;
}

@media (max-width: 600px) {
    .richtext {
        font-size: 16px;
        line-height: 24px;
    }

    .richtext li {
        margin-top: 6px;
        margin-bottom: 6px;
    }

    .richtext p,
    .richtext img,
    .richtext hr,
    .richtext blockquote,
    .richtext h1,
    .richtext h2,
    .richtext h3,
    .richtext h4,
    .richtext h5,
    .richtext h6,
    .richtext ul,
    .richtext ol {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .richtext h1,
    .richtext h2,
    .richtext h3,
    .richtext h4,
    .richtext h5,
    .richtext h6 {
        font-size: 36px;
        line-height: 36px;
    }
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

.page-wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.page-content {
    flex-grow: 1;
    position: relative;
}

.page-width {
    margin-left: 24px;
    margin-right: 24px;
}

@media (max-width: 400px) {
    .page-width {
        margin-left: 20px;
        margin-right: 20px;
    }
}

@media (max-width: 320px) {
    .page-width {
        margin-left: 16px;
        margin-right: 16px;
    }
}

.page-width .page-width-inner {
    max-width: 1184px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.display-none,
.preload {
    display: none;
}

.page-header {
    background: #FFF;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
    position: relative;
    height: 70px;
}

.page-header__logo {
    position: absolute;
    left: 32px;
    top: 14px;
    display: block;
}

@media (max-width: 1050px) {
    .page-header {
        height: 50px;
    }

    .page-header__logo {
        top: 9px;
        left: 20px;
    }

    .page-header__logo img {
        height: auto;
        width: 100px;
    }
}

/* Desktop nav */
    .page-header__desktop-nav {
        display: flex;
        justify-content: center;
    }

    .page-header__desktop-nav-item {
        position: relative;
    }

    .page-header__desktop-nav-link {
        display: flex;
        align-items: center;
        font-family: "Barlow Condensed", sans-serif;
        font-size: 16px;
        line-height: 20px;
        font-weight: 500;
        letter-spacing: 1px;
        text-transform: uppercase;
        color: #696969;
        padding: 25px 27px;
        transition: color 0.3s;
    }

    .page-header__desktop-nav-link:hover {
        color: #000;
    }

    .page-header__desktop-nav-link img {
        margin-top: -10px;
        margin-bottom: -10px;
        padding-left: 2px;
    }

    .page-header__desktop-nav-children {
        position: absolute;
        left: 50%;
        top: calc(100% - 10px);
        margin-left: -100px;
        background-color: #FFF;
        z-index: 2;
        width: 200px;
        border-radius: 4px;
        box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
        padding-top: 6px;
        padding-bottom: 6px;
    }

    .page-header__desktop-nav-item:not(:hover) .page-header__desktop-nav-children {
        display: none;
    }

    .page-header__desktop-nav-link-level-2 {
        display: block;
        font-family: "Barlow Condensed", sans-serif;
        font-size: 16px;
        line-height: 19px;
        font-weight: 500;
        letter-spacing: 1px;
        text-transform: uppercase;
        color: #696969;
        padding: 12px 20px;
        transition: color 0.3s;
    }

    .page-header__desktop-nav-link-level-2:hover {
        color: #000;
    }

    .page-header__desktop-nav-search {
        position: relative;
    }

    .page-header__desktop-nav-search-button {
        width: 70px;
        height: 70px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }

    body:not(.page-header--search-open) .page-header__desktop-nav-search-close-icon,
    body.page-header--search-open .page-header__desktop-nav-search-open-icon {
        display: none;
    }

    .page-header__desktop-nav-search-form {
        position: absolute;
        right: 100%;
        top: 14px;
        visibility: hidden;
    }

    .page-header__desktop-nav-search-input {
        border: 1px solid #CCC;
        border-radius: 4px;
        padding: 7px 10px;
        width: 300px;
        font-family: "Roboto Slab", sans-serif;
        font-size: 18px;
        line-height: 24px;
        color: #222;
    }

    .page-header__desktop-nav-search-input:focus {
        outline: none;
    }

    .page-header__desktop-contact {
        background-color: #418FDE;
        position: absolute;
        right: 32px;
        top: 14px;
        font-family: "Barlow Condensed", sans-serif;
        font-size: 16px;
        line-height: 19px;
        font-weight: 500;
        letter-spacing: 1px;
        text-transform: uppercase;
        color: #FFF;
        border: 1px solid rgba(0, 0, 0, 0.2);
        border-radius: 4px;
        padding: 10px 25px;
        padding-bottom: 11px;
        transition: background-color 0.3s;
    }

    .page-header__desktop-contact:hover {
        background-color: #489EF5;
    }

    @media (max-width: 1050px) {
        .page-header__desktop-nav,
        .page-header__desktop-contact {
            display: none;
        }
    }

/* Mobile nav */
    .page-header__mobile-nav {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: #FFF;
        z-index: 10;
        overflow: auto;
    }

    .page-header__mobile-nav:not(.page-header--open) {
        display: none;
    }

    .page-header__mobile-nav-open-button,
    .page-header__mobile-nav-close-button {
        position: absolute;
        right: 10px;
        top: 5px;
        cursor: pointer;
    }

    .page-header__mobile-nav-open-button {
        padding: 4px;
    }

    .page-header__mobile-nav-close-button {
        padding: 6px;
    }

    .page-header__mobile-nav-items {
        padding-bottom: 14px;
    }

    .page-header__mobile-nav-link,
    .page-header__mobile-nav-link-level-2 {
        display: block;
        font-family: "Barlow Condensed", sans-serif;
        font-size: 16px;
        line-height: 19px;
        font-weight: 500;
        letter-spacing: 1px;
        text-transform: uppercase;
        color: #696969;
        padding: 12px 20px;
    }

    .page-header__mobile-nav-link-level-2 {
        padding-left: 40px;
    }

    .page-header__mobile-nav-search-form {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 70px;
        padding-bottom: 14px;
    }

    .page-header__mobile-nav-search-input {
        font-family: "Roboto Slab", sans-serif;
        font-size: 18px;
        line-height: 24px;
        color: #222;
        border: 1px solid #CCC;
        border-radius: 4px;
        padding: 7px 10px;
        box-sizing: border-box;
        width: 100%;
    }

    @media (min-width: 1051px) {
        .page-header__mobile-nav,
        .page-header__mobile-nav-open-button {
            display: none;
        }
    }

.page-footer__top {
    padding: 80px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.page-footer__logo {
    margin-bottom: 30px;
}

.page-footer__contact {
    background-color: #418FDE;
    font-family: "Barlow Condensed", sans-serif;
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #FFF;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    padding: 12px 35px;
    display: block;
    transition: background-color 0.3s;
}

.page-footer__contact:hover {
    background-color: #489EF5;
}

.page-footer__separator {
    height: 1px;
    background-color: #F2F2F2;
    margin-top: 60px;
    margin-bottom: 20px;
    width: 100%;
    max-width: 360px;
}

.page-footer__social {
    display: flex;
}

.page-footer__social-link {
    width: 40px;
    height: 40px;
    box-sizing: border-box;
    border: 1px solid #CCC;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: border-color 0.3s;
}

.page-footer__social-link:not(:first-child) {
    margin-left: 20px;
}

.page-footer__social-link:hover {
    border-color: #999;
}

.page-footer__women-owned {
    margin-top: 40px;
}

.page-footer__copyright {
    border-top: 1px solid #EDEDED;
    background-color: #F9F9F9;
    color: #999;
    font-size: 11px;
    line-height: 13px;
    padding-top: 13px;
    padding-bottom: 13px;
}

.page-footer__copyright-links {
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
}

.page-footer__copyright-link:not(:first-child) {
    margin-left: 4px;
    padding-left: 4px;
    border-left: 1px solid #BBB;
}

@media (max-width: 600px) {
    .page-footer__top {
        padding-top: 44px;
        padding-bottom: 44px;
    }

    .page-footer__logo {
        width: 40px;
        height: auto;
        margin-bottom: 20px;
    }

    .page-footer__contact {
        font-size: 16px;
        line-height: 20px;
        padding: 9px 24px;
    }

    .page-footer__separator {
        display: none;
    }

    .page-footer__social {
        margin-top: 20px;
    }

    .page-footer__women-owned {
        margin-top: 20px;
    }

    .page-footer__women-owned img {
        width: 80px;
        height: auto;
    }

    .page-footer__copyright-links {
        position: static;
        margin-bottom: 10px;
    }
}

.hotspots {
    transform-origin: top left;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.hotspot {
    position: absolute;
    left: 0;
    top: 0;
    visibility: hidden;
}

.hotspot:hover {
    z-index: 2;
}

.hotspot__button {
    width: 71px;
    height: 71px;
    position: absolute;
    left: -35px;
    top: -35px;
    z-index: 1;
}

.hotspot__button-closed-icon {
    position: absolute;
    left: 17px;
    top: 17px;
    width: 36px;
    height: 36px;
    box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.5);
    border: 8px solid #FFF;
    box-sizing: border-box;
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 0.5);
    transform: rotate(45deg);
}

.hotspot__button-open-shadow {
    position: absolute;
    left: 10px;
    top: 10px;
    width: 50px;
    height: 50px;
    box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.5);
    border-radius: 4px;
    transform: rotate(45deg);
}

.hotspot__button-open-icon {
    position: absolute;
    left: 0;
    top: 0;
}

.hotspot:hover .hotspot__button-closed-icon,
.hotspot:not(:hover) .hotspot__button-open-shadow,
.hotspot:not(:hover) .hotspot__button-open-icon {
    display: none;
}

.hotspot__tooltip {
    border-left: 3px solid #FFF;
    padding-top: 13px;
    padding-left: 18px;
    padding-right: 18px;
    padding-bottom: 20px;
    box-sizing: border-box;
    width: 180px;
    position: absolute;
    left: 46px;
    top: -36px;
}

.hotspot__tooltip::before {
    content: "";
    position: absolute;
    left: -84px;
    top: 0;
    width: 84px;
    height: 100%;
}

.hotspot:not(:hover) .hotspot__tooltip {
    display: none;
}

.hotspot__tooltip-background-1 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: calc(100% - 30px);
    background-color: rgba(0, 0, 0, 0.7);
}

.hotspot__tooltip-background-2 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: calc(100% - 30px);
    height: 30px;
    background-color: rgba(0, 0, 0, 0.7);
}

.hotspot__tooltip-background-3 {
    position: absolute;
    right: 0;
    bottom: 0;
    border: 15px solid rgba(0, 0, 0, 0.7);
    border-right-color: transparent;
    border-bottom-color: transparent;
}

.hotspot__tooltip-content {
    position: relative;
}

.hotspot__tooltip-title {
    font-family: "Barlow Condensed", sans-serif;
    font-size: 32px;
    line-height: 38px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #FFF;
}

.hotspot__tooltip-description {
    font-family: "Roboto Slab", sans-serif;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.75px;
    color: #FFF;
    margin-top: 9px;
    margin-bottom: 20px;
}

.hotspot__tooltip-arrow-wrapper {
    display: inline-block;
    vertical-align: top;
    padding: 10px;
    margin: -10px;
}

.hotspot__tooltip-arrow {
    border: 2px solid #FFF;
    width: 24px;
    height: 24px;
    box-sizing: border-box;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hotspot__tooltip-arrow svg {
    fill: #FFF;
}

@media (max-width: 600px) {
    .hotspot__tooltip-title {
        font-size: 20px;
        line-height: 20px;
    }
}

.modular-components {
    padding-bottom: 180px;
}

.modular-component {
    padding-top: 180px;
}

.modular-component__text + .modular-component__image[data-width="1"],
.modular-component__image[data-width="1"] + .modular-component__text {
    padding-top: 30px;
}

@media (max-width: 600px) {
    .modular-components {
        padding-bottom: 44px;
    }

    .modular-component {
        padding-top: 44px;
    }
}

.related-content__title {
    font-family: "Barlow Condensed", sans-serif;
    font-size: 60px;
    line-height: 64px;
    color: #222;
    margin-bottom: 44px;
}

.related-content__cards {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 24px;
}

.related-content__card {
    position: relative;
    display: block;
    overflow: hidden;
}

.related-content__card-image {
    padding-bottom: 130%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transform: scale(1.01); /* Fix Chrome bug that makes image jump at the end of the transition */
    transition: transform 0.3s;
}

.related-content__card:hover .related-content__card-image {
    transform: scale(1.2);
}

.related-content__card-gradient {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
}

.related-content__card-tag {
    position: absolute;
    left: 24px;
    top: 24px;
    font-family: "Roboto Slab", sans-serif;
    font-size: 10px;
    line-height: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #FFF;
    background-color: rgba(0, 0, 0, 0.8);
    border-radius: 100px;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 6px;
    padding-bottom: 4px;
}

.related-content__card-title {
    position: absolute;
    left: 24px;
    right: 24px;
    bottom: 18px;
    font-family: "Roboto Slab", sans-serif;
    font-size: 18px;
    line-height: 26px;
    color: #FFF;
}

@media (max-width: 900px) {
    .related-content__cards {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 600px) {
    .related-content__title {
        font-size: 36px;
        line-height: 36px;
        margin-bottom: 20px;
    }

    .related-content__card-title {
        font-size: 14px;
        line-height: 18px;
    }
}

@media (max-width: 400px) {
    .related-content__cards {
        gap: 20px;
    }

    .related-content__card-tag {
        left: 20px;
        top: 20px;
    }

    .related-content__card-title {
        left: 20px;
        bottom: 16px;
    }
}

@media (max-width: 320px) {
    .related-content__cards {
        gap: 16px;
    }

    .related-content__card-tag {
        left: 16px;
        top: 16px;
    }

    .related-content__card-title {
        left: 16px;
        bottom: 14px;
    }
}

.white-button {
    display: inline-block;
    vertical-align: top;
    font-family: "Barlow Condensed", sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: 2px solid #444;
    border-radius: 4px;
    padding: 8px 24px;
    background-color: #FFF;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15);
    transition: background-color 0.3s;
}

.white-button:hover {
    background-color: #EEE;
}

@media (max-width: 600px) {
    .white-button {
        font-size: 12px;
        line-height: 14px;
        padding: 6px 16px;
    }
}

.django-messages {
    position: fixed;
    bottom: 0;
    left: 50%;
    min-width: 288px;
    max-width: 568px;
    background-color: #323232;
    color: #FFF;
    transform: translateX(-50%) translateY(100%);
    padding: 14px 24px;
    box-sizing: border-box;
    border-radius: 2px;
    font-size: 16px;
    line-height: 19px;
    z-index: 100;
    transition: transform 0.23s;
}

.django-messages.show {
    transform: translateX(-50%);
}

.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
}

.pagination__numbers {
    display: flex;
}

.pagination__number {
    font-family: "Barlow Condensed", sans-serif;
    font-size: 21px;
    font-weight: 500;
    padding: 8px;
    color: #BDBDBD;
}

.pagination__number.pagination--active {
    color: #222;
}

.pagination__next,
.pagination__previous {
    padding: 6px;
}

.pagination__next {
    margin-left: 24px;
}

.pagination__previous {
    margin-right: 24px;
}

.modular-component__text[data-alignment="2"] {
    text-align: center;
}

.modular-component__text .page-width-inner {
    max-width: 640px;
}

.modular-component__image__wrapper {
    position: relative;
}

.modular-component__image[data-width="1"] .page-width-inner {
    max-width: 640px;
}

.modular-component__image[data-width="1"] .modular-component__image__image,
.modular-component__image[data-width="2"] .modular-component__image__image {
    width: 100%;
}

.modular-component__image[data-width="3"]:first-child {
    padding-top: 0;
}

.modular-component__image[data-width="3"] .modular-component__image__image {
    padding-bottom: 35%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.modular-component__text-and-image-1__columns {
    display: flex;
    align-items: center;
}

.modular-component__text-and-image-1[data-text-side="2"] .modular-component__text-and-image-1__columns {
    flex-direction: row-reverse;
}

.modular-component__text-and-image-1__text {
    width: 50%;
    box-sizing: border-box;
}

.modular-component__text-and-image-1[data-text-side="1"] .modular-component__text-and-image-1__text {
    padding-right: 90px;
}

.modular-component__text-and-image-1[data-text-side="2"] .modular-component__text-and-image-1__text {
    padding-left: 90px;
}

.modular-component__text-and-image-1__button {
    margin-top: 30px;
}

.modular-component__text-and-image-1__image-column {
    width: 50%;
}

.modular-component__text-and-image-1__image {
    max-width: 100%;
}


@media (max-width: 750px) {
    .modular-component__text-and-image-1__columns {
        display: block;
    }

    .modular-component__text-and-image-1__text,
    .modular-component__text-and-image-1__image-column {
        width: auto;
    }

    .modular-component__text-and-image-1__text {
        padding-bottom: 30px;
    }

    .modular-component__text-and-image-1[data-text-side="1"] .modular-component__text-and-image-1__text,
    .modular-component__text-and-image-1[data-text-side="2"] .modular-component__text-and-image-1__text {
        padding-left: 0;
        padding-right: 0;
    }

    .modular-component__text-and-image-1__button {
        margin-top: 20px;
    }
}

.modular-component__text-and-image-2 {
    display: grid;
    grid-template-columns: 1fr;
}

.modular-component__text-and-image-2__text-wrapper-1 {
    grid-column: 1;
    grid-row: 1;
}

.modular-component__text-and-image-2__text-wrapper-2 {
    padding-top: 65px;
    padding-bottom: 65px;
}

.modular-component__text-and-image-2__text {
    max-width: 52%;
}

.modular-component__text-and-image-2__text .richtext {
    color: #FFF;
}

.modular-component__text-and-image-2[data-text-side="2"] .modular-component__text-and-image-2__text {
    margin-left: auto;
}

.modular-component__text-and-image-2__button {
    margin-top: 30px;
}

.modular-component__text-and-image-2__image-wrapper {
    grid-column: 1;
    grid-row: 1;
    width: 40%;
}

.modular-component__text-and-image-2[data-text-side="1"] .modular-component__text-and-image-2__image-wrapper {
    margin-left: auto;
}

.modular-component__text-and-image-2__image {
    padding-bottom: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media (max-width: 650px) {
    .modular-component__text-and-image-2 {
        display: block;
    }

    .modular-component__text-and-image-2__text {
        max-width: none;
    }

    .modular-component__text-and-image-2__image-wrapper {
        width: auto;
    }

    .modular-component__text-and-image-2__text-wrapper-2 {
        padding-top: 44px;
        padding-bottom: 44px;
    }

    .modular-component__text-and-image-2__button {
        margin-top: 20px;
    }
}

.modular-component__text-and-image-3:first-child {
    padding-top: 0;
}

.modular-component__text-and-image-3__inner {
    position: relative;
}

.modular-component__text-and-image-3__image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.modular-component__text-and-image-3__text {
    background-color: #FFF;
    padding: 30px 90px;
    max-width: 500px;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
}

.modular-component__text-and-image-3[data-text-side="2"] .modular-component__text-and-image-3__text {
    margin-left: auto;
}

.modular-component__text-and-image-3__button {
    margin-top: 30px;
}

@media (max-width: 650px) {
    .modular-component__text-and-image-3__image {
        position: static;
        padding-bottom: 56.25%;
    }

    .modular-component__text-and-image-3__text {
        max-width: none;
        padding: 0;
        padding-bottom: 44px;
    }

    .modular-component__text-and-image-3__button {
        margin-top: 20px;
    }
}

.modular-component__card-list__cards {
    display: grid;
    gap: 40px;
}

.modular-component__card-list[data-cards-per-row="2"] .modular-component__card-list__cards {
    grid-template-columns: 1fr 1fr;
}

.modular-component__card-list[data-cards-per-row="3"] .modular-component__card-list__cards {
    grid-template-columns: 1fr 1fr 1fr;
}

.modular-component__card-list[data-alignment="2"] .modular-component__card-list__card {
    text-align: center;
}

.modular-component__card-list__image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 76%;
    margin-bottom: 37px;
}

.modular-component__card-list__content {
    padding-left: 16px;
    padding-right: 16px;
    color: #222;
}

.modular-component__card-list__title {
    font-family: "Barlow Condensed", sans-serif;
    font-size: 32px;
    line-height: 38px;
}

.modular-component__card-list__description {
    font-family: "Roboto Slab", sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 26px;
    margin-top: 14px;
}

.modular-component__card-list__button {
    margin-top: 37px;
}

@media (max-width: 900px) {
    .modular-component__card-list[data-cards-per-row="2"] .modular-component__card-list__cards,
    .modular-component__card-list[data-cards-per-row="3"] .modular-component__card-list__cards {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 600px) {
    .modular-component__card-list__cards {
        column-gap: 24px;
    }

    .modular-component__card-list__content {
        padding-left: 0;
        padding-right: 0;
    }

    .modular-component__card-list__image {
        margin-bottom: 20px;
    }

    .modular-component__card-list__title {
        font-size: 24px;
        line-height: 24px;
    }

    .modular-component__card-list__description {
        font-size: 14px;
        line-height: 20px;
        margin-top: 10px;
    }

    .modular-component__card-list__button {
        margin-top: 20px;
    }
}

@media (max-width: 400px) {
    .modular-component__card-list__cards {
        column-gap: 20px;
    }
}

@media (max-width: 320px) {
    .modular-component__card-list__cards {
        column-gap: 16px;
    }
}

.modular-component__video__iframe-wrapper {
    position: relative;
    padding-bottom: 56.25%;
}

.modular-component__video__iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

body.error-page .page-content {
    padding-top: 150px;
    padding-bottom: 220px;
}

body.error-page .page-content .page-width-inner {
    max-width: 500px;
}

body.error-page .error__number {
    font-family: "Roboto Slab", sans-serif;
    font-weight: 300;
    color: #999;
    font-size: 24px;
}

body.error-page .error__name {
    font-family: "Barlow Condensed", sans-serif;
    font-size: 60px;
    line-height: 64px;
    margin-bottom: 30px;
    color: #222;
}

body.error-page .error__description {
    font-family: "Roboto Slab", sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 26px;
    color: #222;
}

@media (max-width: 600px) {
    body.error-page .page-content {
        padding-top: 44px;
        padding-bottom: 44px;
    }

    body.error-page .error__number {
        font-size: 20px;
    }

    body.error-page .error__name {
        font-size: 36px;
        line-height: 36px;
        margin-bottom: 20px;
    }

    body.error-page .error__description {
        font-size: 16px;
        line-height: 24px;
    }
}

/* Hero */
    body.home-page .hero__slides {
        position: relative;
    }

    body.home-page .hero__slide {
        background-size: cover;
        background-position: center;
        position: relative;
        height: calc(100vh - 70px);
        border: none;
        overflow: hidden;
    }

    body.home-page .hero__overlay {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
    }

    body.home-page .hero__slide-content-1 {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    body.home-page .hero__slide-content-2 {
        max-width: 350px;
        margin-left: auto;
        position: relative;
        z-index: 1;
    }

    body.home-page .hero__slide-title {
        font-family: "Barlow Condensed", sans-serif;
        font-size: 60px;
        line-height: 64px;
        text-transform: uppercase;
        color: #FFF;
        transition-property: opacity, transform;
        transition-duration: 0.2s, 0.8s;
        transition-timing-function: linear, cubic-bezier(0.25, 1, 0.25, 1);
    }

    body.home-page .hero__slide-description {
        font-family: "Roboto Slab", sans-serif;
        font-size: 20px;
        line-height: 30px;
        font-weight: 300;
        color: #FFF;
        margin-top: 44px;
        margin-bottom: 61px;
        transition-property: opacity, transform;
        transition-duration: 0.2s, 0.8s;
        transition-timing-function: linear, cubic-bezier(0.25, 1, 0.25, 1);
        transition-delay: 0.07s, 0.07s;
    }

    body.home-page .hero__slide-button {
        display: inline-block;
        vertical-align: top;
        background-color: #FFF;
        font-family: "Barlow Condensed", sans-serif;
        font-size: 16px;
        line-height: 19px;
        font-weight: 500;
        text-transform: uppercase;
        letter-spacing: 1px;
        padding: 10px 23px;
        border-radius: 4px;
        box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15);
        transition-property: opacity, transform;
        transition-duration: 0.2s, 0.8s;
        transition-timing-function: linear, cubic-bezier(0.25, 1, 0.25, 1);
        transition-delay: 0.14s, 0.14s;
    }

    body.home-page:not(.animate-hero) .hero__slide:first-child .hero__slide-title,
    body.home-page:not(.animate-hero) .hero__slide:first-child .hero__slide-description,
    body.home-page:not(.animate-hero) .hero__slide:first-child .hero__slide-button {
        opacity: 0;
        transform: translateY(40px);
    }

    body.home-page .hero .hotspots {
        transition: opacity 0.2s linear 0.35s;
    }

    body.home-page:not(.animate-hero) .hero .hotspots {
        opacity: 0;
    }

    body.home-page .hero .slick-dots {
        position: absolute;
        right: 20px;
        top: 0;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    body.home-page .hero .slick-dots button {
        padding: 12px;
        background: none;
        border: none;
        color: transparent;
        width: 32px;
        height: 32px;
        overflow: hidden;
        box-sizing: border-box;
        display: block;
        cursor: pointer;
    }

    body.home-page .hero .slick-dots button:focus {
        outline: none;
    }

    body.home-page .hero .slick-dots button::before {
        content: "";
        display: block;
        width: 8px;
        height: 8px;
        border: 1px solid rgba(255, 255, 255, 0.8);
        box-sizing: border-box;
        border-radius: 50%;
    }

    body.home-page .hero .slick-dots .slick-active button::before {
        background-color: rgba(255, 255, 255, 0.8);
    }

    @media (max-width: 1260px) {
        body.home-page .hero__slide-content-2 {
            padding-right: 32px;
        }
    }

    @media (max-width: 600px) {
        body.home-page .hero__slide {
            height: calc(100vh - 40px);
        }

        body.home-page .hero__overlay {
            background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
        }

        body.home-page .hotspots {
            display: none;
        }

        body.home-page .hero__slide-content-1 {
            justify-content: flex-end;
        }

        body.home-page .hero__slide-content-2 {
            padding-right: 0;
            padding-bottom: 50px;
            margin-left: 0;
        }

        body.home-page .hero__slide-title {
            font-size: 36px;
            line-height: 36px;
            text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.8);
        }

        body.home-page .hero__slide-description {
            display: none;
        }

        body.home-page .hero__slide-button {
            font-size: 12px;
            line-height: 14px;
            padding: 8px 18px;
            margin-top: 20px;
        }

        body.home-page .hero .slick-dots {
            right: auto;
            top: auto;
            height: auto;
            left: 0;
            bottom: 4px;
            width: 100%;
            flex-direction: row;
            justify-content: center;
        }

        body.home-page .hero .slick-dots button {
            width: 24px;
            height: 24px;
            padding: 8px;

        }
    }

/* Section 2 */
    body.home-page .section-2 {
        background-position: center;
        background-size: cover;
        text-align: center;
        padding-top: 105px;
        padding-bottom: 105px;
        color: #222;
    }

    body.home-page .section-2__est {
        font-family: "Barlow Condensed", sans-serif;
        font-size: 18px;
        font-weight: 700;
        font-style: italic;
        letter-spacing: 1px;
        text-transform: uppercase;
        position: relative;
        width: 88px;
        padding-top: 8px;
        padding-bottom: 8px;
        margin-left: auto;
        margin-right: auto;
    }

    body.home-page .section-2__est::before,
    body.home-page .section-2__est::after {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #444;
    }

    body.home-page .section-2__est::before {
        top: 0;
    }

    body.home-page .section-2__est::after {
        bottom: 0;
    }

    body.home-page .section-2__title {
        font-family: "Barlow Condensed", sans-serif;
        font-size: 60px;
        line-height: 64px;
        max-width: 800px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 40px;
        margin-bottom: 25px;
    }

    body.home-page .section-2__description {
        font-family: "Roboto Slab", sans-serif;
        font-size: 20px;
        line-height: 30px;
        font-weight: 300;
        max-width: 640px;
        margin-left: auto;
        margin-right: auto;
    }

    body.home-page .section-2__button {
        margin-top: 60px;
    }

    @media (max-width: 600px) {
        body.home-page .section-2 {
            padding-top: 44px;
            padding-bottom: 44px;
        }

        body.home-page .section-2__est {
            font-size: 9px;
            width: 60px;
        }

        body.home-page .section-2__title {
            font-size: 36px;
            line-height: 36px;
            margin-top: 20px;
            margin-bottom: 20px;
        }

        body.home-page .section-2__description {
            font-size: 16px;
            line-height: 24px;
        }

        body.home-page .section-2__button {
            margin-top: 20px;
        }
    }

/* Section 3 */
    body.home-page .section-3 {
        position: relative;
        color: #222;
    }

    body.home-page .section-3__slides {
        position: absolute;
        right: 0;
        top: 0;
        width: 50%;
        height: 100%;
    }

    body.home-page .section-3__slides .slick-list,
    body.home-page .section-3__slides .slick-track {
        height: 100%;
    }

    body.home-page .section-3__slide {
        background-position: top left;
        background-size: cover;
        border: none;
        height: 100%;
    }

    body.home-page .section-3__content {
        padding-top: 140px;
    }

    body.home-page .section-3__title {
        font-family: "Barlow Condensed", sans-serif;
        font-size: 60px;
        line-height: 64px;
        max-width: 800px;
    }

    body.home-page .section-3__description {
        font-family: "Roboto Slab", sans-serif;
        font-size: 20px;
        line-height: 30px;
        font-weight: 300;
        max-width: 500px;
        margin-top: 40px;
        margin-bottom: 60px;
    }

    body.home-page .section-3__carousel-controls {
        margin-top: 160px;
        padding-bottom: 140px;
    }

    body.home-page .section-3__carousel-controls-inner {
        display: inline-block;
        vertical-align: top;
    }

    body.home-page .section-3__carousel-icons {
        display: flex;
    }

    body.home-page .section-3__carousel-icon {
        cursor: pointer;
    }

    body.home-page .section-3__carousel-icon.section-3--active .section-3__carousel-inactive-icon,
    body.home-page .section-3__carousel-icon:not(.section-3--active) .section-3__carousel-active-icon {
        display: none;
    }

    body.home-page .section-3__carousel-icon:not(:first-child) {
        margin-left: 20px;
    }

    body.home-page .section-3__carousel-title {
        border-top: 1px solid #EEE;
        margin-top: 23px;
        padding-top: 15px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    body.home-page .section-3__carousel-title-text {
        font-family: "Barlow Condensed", sans-serif;
        font-size: 40px;
        font-style: italic;
    }

    body.home-page .section-3__carousel-title-arrow {
        width: 24px;
        height: 24px;
        box-sizing: border-box;
        border: 2px solid #444;
        border-radius: 50%;
        margin-left: 20px;
        position: relative;
        top: 6px;
    }

    body.home-page .section-3__carousel-title-arrow svg {
        fill: #444;
        position: absolute;
        left: 7px;
        top: 5px;
    }

    @media (max-width: 600px) {
        body.home-page .section-3__content {
            padding-top: 44px;
            height: 400px;
            box-sizing: border-box;
        }

        body.home-page .section-3__title {
            font-size: 36px;
            line-height: 36px;
            margin-bottom: 20px;
            max-width: 50%;
        }

        body.home-page .section-3__description {
            display: none;
        }

        body.home-page .section-3__slides {
            width: 100%;
            height: 400px;
        }

        body.home-page .section-3__carousel-controls {
            display: block;
            margin-top: 0;
            padding-bottom: 20px;
        }

        body.home-page .section-3__carousel-controls .page-width {
            margin-left: 0;
            margin-right: 0;
        }

        body.home-page .section-3__carousel-controls-inner {
            display: block;
        }

        body.home-page .section-3__carousel-icons {
            justify-content: center;
            padding-top: 12px;
        }

        body.home-page .section-3__carousel-icon:not(:first-child) {
            margin-left: 16px;
        }

        body.home-page .section-3__carousel-icon img {
            width: 44px;
            height: auto;
        }

        body.home-page .section-3__carousel-title {
            margin-top: 12px;
        }

        body.home-page .section-3__carousel-title-text {
            font-size: 20px;
        }

        body.home-page .section-3__carousel-title-arrow {
            width: 12px;
            height: 12px;
            border-width: 1px;
            top: 2px;
            margin-left: 10px;
        }

        body.home-page .section-3__carousel-title-arrow svg {
            width: 4px;
            height: auto;
            left: 0;
            top: 0;
            transform: translate(3.5px, 2.5px);
        }
    }

/* Section 4 */
    body.home-page .section-4 {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    body.home-page .section-4__left,
    body.home-page .section-4__right {
        display: flex;
        align-items: center;
        padding: 108px 85px;
        transition: background-color 0.3s;
    }

    body.home-page .section-4__left {
        background-color: #333;
    }

    body.home-page .section-4__right {
        background-color: #222;
    }

    body.home-page .section-4__image-wrapper {
        width: 200px;
        height: 200px;
        border-radius: 50%;
        flex-shrink: 0;
        position: relative;
        overflow: hidden;
    }

    body.home-page .section-4__image {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-position: center;
        background-size: cover;
        transition: transform 0.3s;
    }

    body.home-page .section-4__left:hover .section-4__image,
    body.home-page .section-4__right:hover .section-4__image {
        transform: scale(1.2);
    }

    body.home-page .section-4__content {
        flex-grow: 1;
        flex-shrink: 1;
        margin-left: 60px;
    }

    body.home-page .section-4__title {
        font-family: "Barlow Condensed", sans-serif;
        font-size: 24px;
        line-height: 28px;
        font-weight: 500;
        color: #FFF;
    }

    body.home-page .section-4__description {
        font-family: "Roboto Slab", sans-serif;
        font-size: 14px;
        line-height: 22px;
        font-weight: 300;
        color: rgba(255, 255, 255, 0.8);
        margin-top: 28px;
        margin-bottom: 36px;
    }

    body.home-page .section-4__arrow svg {
        fill: #FFF;
    }

    @media (max-width: 1150px) {
        body.home-page .section-4__image-wrapper {
            width: 80px;
            height: 80px;
        }

        body.home-page .section-4__left,
        body.home-page .section-4__right {
            padding: 44px 30px;
        }

        body.home-page .section-4__content {
            margin-left: 28px;
        }
    }

    @media (max-width: 700px) {
        body.home-page .section-4 {
            grid-template-columns: 1fr;
        }

        body.home-page .section-4__title {
            font-size: 20px;
            line-height: 24px;
        }

        body.home-page .section-4__description {
            font-size: 14px;
            line-height: 20px;
            margin-top: 10px;
            margin-bottom: 18px;
        }

        body.home-page .section-4__arrow svg {
            width: 26px;
            height: auto;
        }
    }

body.modular-page .modular-components {
    transition-property: opacity, transform;
    transition-duration: 0.2s, 0.8s;
    transition-timing-function: linear, cubic-bezier(0.25, 1, 0.25, 1);
}

body.modular-page:not(.animate-hero) .modular-components {
    opacity: 0;
    transform: translateY(40px);
}

body.case-study-listing-page .page-content {
    padding-top: 120px;
}

body.case-study-listing-page .featured-case-study {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 400px;
    display: flex;
    align-items: stretch;
}

body.case-study-listing-page .featured-case-study__content {
    color: #222;
    background-color: rgba(255, 255, 255, 0.7);
    padding: 40px;
    max-width: 400px;
    box-sizing: border-box;
}

body.case-study-listing-page .featured-case-study__title {
    font-family: "Barlow Condensed", sans-serif;
    font-size: 40px;
    transition-property: opacity, transform;
    transition-duration: 0.2s, 0.8s;
    transition-timing-function: linear, cubic-bezier(0.25, 1, 0.25, 1);
}

body.case-study-listing-page .featured-case-study__subtitle {
    font-family: "Roboto Slab", sans-serif;
    font-size: 14px;
    margin-top: 6px;
    transition-property: opacity, transform;
    transition-duration: 0.2s, 0.8s;
    transition-timing-function: linear, cubic-bezier(0.25, 1, 0.25, 1);
}

body.case-study-listing-page .featured-case-study__description {
    font-family: "Roboto Slab", sans-serif;
    font-weight: 300;
    font-size: 20px;
    line-height: 30px;
    margin-top: 20px;
    transition-property: opacity, transform;
    transition-duration: 0.2s, 0.8s;
    transition-timing-function: linear, cubic-bezier(0.25, 1, 0.25, 1);
    transition-delay: 0.07s, 0.07s;
}

body.case-study-listing-page .featured-case-study__button {
    margin-top: 37px;
    transition-property: opacity, transform, background-color;
    transition-duration: 0.2s, 0.8s, 0.3s;
    transition-timing-function: linear, cubic-bezier(0.25, 1, 0.25, 1), ease;
    transition-delay: 0.14s, 0.14s, 0s;
}

body.case-study-listing-page:not(.animate-hero) .featured-case-study__title,
body.case-study-listing-page:not(.animate-hero) .featured-case-study__subtitle,
body.case-study-listing-page:not(.animate-hero) .featured-case-study__description,
body.case-study-listing-page:not(.animate-hero) .featured-case-study__button {
    opacity: 0;
    transform: translateY(40px);
}

body.case-study-listing-page .case-studies {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 24px;
    margin-top: 80px;
}

body.case-study-listing-page .case-study {
    display: block;
    position: relative;
    overflow: hidden;
}

body.case-study-listing-page .case-study:nth-child(1),
body.case-study-listing-page .case-study:nth-child(2),
body.case-study-listing-page .case-study:nth-child(3),
body.case-study-listing-page .case-study:nth-child(4) {
    transition-property: opacity, transform;
    transition-duration: 0.2s, 0.8s;
    transition-timing-function: linear, cubic-bezier(0.25, 1, 0.25, 1);
}

body.case-study-listing-page .case-study:nth-child(1) {
    transition-delay: 0.25s, 0.25s;
}

body.case-study-listing-page .case-study:nth-child(2) {
    transition-delay: 0.30s, 0.30s;
}

body.case-study-listing-page .case-study:nth-child(3) {
    transition-delay: 0.35s, 0.35s;
}

body.case-study-listing-page .case-study:nth-child(4) {
    transition-delay: 0.40s, 0.40s;
}

body.case-study-listing-page:not(.animate-hero) .case-study:nth-child(1),
body.case-study-listing-page:not(.animate-hero) .case-study:nth-child(2),
body.case-study-listing-page:not(.animate-hero) .case-study:nth-child(3),
body.case-study-listing-page:not(.animate-hero) .case-study:nth-child(4) {
    opacity: 0;
    transform: translateY(40px);
}

body.case-study-listing-page .case-study__image {
    padding-bottom: 130%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transform: scale(1.01); /* Fix Chrome bug that makes image jump at the end of the transition */
    transition: transform 0.3s;
}

body.case-study-listing-page .case-study:hover .case-study__image {
    transform: scale(1.2);
}

body.case-study-listing-page .case-study__gradient {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
}

body.case-study-listing-page .case-study__content {
    position: absolute;
    left: 24px;
    right: 24px;
    bottom: 21px;
    color: #FFF;
}

body.case-study-listing-page .case-study__title {
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 500;
    font-size: 28px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

body.case-study-listing-page .case-study__subtitle {
    font-family: "Roboto Slab", sans-serif;
    font-size: 14px;
    margin-top: 6px;
}

@media (max-width: 900px) {
    body.case-study-listing-page .case-studies {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 600px) {
    body.case-study-listing-page .page-content {
        padding-top: 44px;
        padding-bottom: 44px;
    }

    body.case-study-listing-page .featured-case-study {
        min-height: 0;
    }

    body.case-study-listing-page .featured-case-study__content {
        max-width: none;
    }

    body.case-study-listing-page .featured-case-study__title {
        font-size: 24px;
    }

    body.case-study-listing-page .featured-case-study__description {
        font-size: 16px;
        line-height: 24px;
    }

    body.case-study-listing-page .featured-case-study__button {
        margin-top: 20px;
    }

    body.case-study-listing-page .case-studies {
        margin-top: 44px;
        gap: 20px;
    }

    body.case-study-listing-page .case-study__content {
        left: 20px;
        right: 20px;
        bottom: 18px;
    }

    body.case-study-listing-page .case-study__title {
        font-size: 16px;
        letter-spacing: normal;
    }

    body.case-study-listing-page .case-study__subtitle {
        font-size: 12px;
    }
}

body.case-study-detail-page .hero {
    text-align: center;
    color: #222;
}

body.case-study-detail-page .hero__image {
    padding-bottom: 53%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

body.case-study-detail-page .hero .page-width-inner {
    max-width: 640px;
}

body.case-study-detail-page .hero__title {
    font-family: "Barlow Condensed", sans-serif;
    font-size: 60px;
    line-height: 64px;
    text-transform: uppercase;
    padding-top: 76px;
    transition-property: opacity, transform;
    transition-duration: 0.2s, 0.8s;
    transition-timing-function: linear, cubic-bezier(0.25, 1, 0.25, 1);
}

body.case-study-detail-page .hero__subtitle {
    font-family: "Roboto Slab", sans-serif;
    font-weight: 300;
    font-size: 20px;
    line-height: 30px;
    padding-top: 40px;
    transition-property: opacity, transform;
    transition-duration: 0.2s, 0.8s;
    transition-timing-function: linear, cubic-bezier(0.25, 1, 0.25, 1);
    transition-delay: 0.07s, 0.07s, 0s;
}

body.case-study-detail-page .hero__separator {
    margin-top: 76px;
    border-top: 1px dashed #696969;
    transition-property: opacity, transform;
    transition-duration: 0.2s, 0.8s;
    transition-timing-function: linear, cubic-bezier(0.25, 1, 0.25, 1);
    transition-delay: 0.14s, 0.14s, 0s;
}

body.case-study-detail-page .modular-components {
    transition-property: opacity, transform;
    transition-duration: 0.2s, 0.8s;
    transition-timing-function: linear, cubic-bezier(0.25, 1, 0.25, 1);
    transition-delay: 0.21s, 0.21s, 0s;
}

body.case-study-detail-page:not(.animate-hero) .hero__title,
body.case-study-detail-page:not(.animate-hero) .hero__subtitle,
body.case-study-detail-page:not(.animate-hero) .hero__separator,
body.case-study-detail-page:not(.animate-hero) .modular-components {
    opacity: 0;
    transform: translateY(40px);
}

body.case-study-detail-page .modular-component:first-child {
    padding-top: 76px;
}

body.case-study-detail-page .related-content__title {
    border-top: 1px dashed #696969;
    padding-top: 36px;
}

@media (max-width: 600px) {
    body.case-study-detail-page .hero__title {
        font-size: 36px;
        line-height: 36px;
        padding-top: 44px;
    }

    body.case-study-detail-page .hero__subtitle {
        padding-top: 10px;
    }

    body.case-study-detail-page .hero__separator {
        margin-top: 44px;
    }

    body.case-study-detail-page .modular-component:first-child {
        padding-top: 44px;
    }
}

body.article-listing-page .articles {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 60px;
    row-gap: 100px;
}

body.article-listing-page .article {
    color: #222;
}

body.article-listing-page .article:nth-child(1),
body.article-listing-page .article:nth-child(2),
body.article-listing-page .article:nth-child(3),
body.article-listing-page .article:nth-child(4),
body.article-listing-page .article:nth-child(5),
body.article-listing-page .article:nth-child(6),
body.article-listing-page .article:nth-child(7),
body.article-listing-page .article:nth-child(8),
body.article-listing-page .article:nth-child(9),
body.article-listing-page .article:nth-child(10),
body.article-listing-page .article:nth-child(11),
body.article-listing-page .article:nth-child(12) {
    transition-property: opacity, transform;
    transition-duration: 0.2s, 0.8s;
    transition-timing-function: linear, cubic-bezier(0.25, 1, 0.25, 1);
}

body.article-listing-page .article:nth-child(2) {
    transition-delay: 0.05s, 0.05s;
}

body.article-listing-page .article:nth-child(3) {
    transition-delay: 0.10s, 0.10s;
}

body.article-listing-page .article:nth-child(4) {
    transition-delay: 0.15s, 0.15s;
}

body.article-listing-page .article:nth-child(5) {
    transition-delay: 0.20s, 0.20s;
}

body.article-listing-page .article:nth-child(6) {
    transition-delay: 0.25s, 0.25s;
}

body.article-listing-page .article:nth-child(7) {
    transition-delay: 0.30s, 0.30s;
}

body.article-listing-page .article:nth-child(8) {
    transition-delay: 0.35s, 0.35s;
}

body.article-listing-page .article:nth-child(9) {
    transition-delay: 0.40s, 0.40s;
}

body.article-listing-page .article:nth-child(10) {
    transition-delay: 0.45s, 0.45s;
}

body.article-listing-page .article:nth-child(11) {
    transition-delay: 0.50s, 0.50s;
}

body.article-listing-page .article:nth-child(12) {
    transition-delay: 0.55s, 0.55s;
}

body.article-listing-page:not(.animate-hero) .article:nth-child(1),
body.article-listing-page:not(.animate-hero) .article:nth-child(2),
body.article-listing-page:not(.animate-hero) .article:nth-child(3),
body.article-listing-page:not(.animate-hero) .article:nth-child(4),
body.article-listing-page:not(.animate-hero) .article:nth-child(5),
body.article-listing-page:not(.animate-hero) .article:nth-child(6),
body.article-listing-page:not(.animate-hero) .article:nth-child(7),
body.article-listing-page:not(.animate-hero) .article:nth-child(8),
body.article-listing-page:not(.animate-hero) .article:nth-child(9),
body.article-listing-page:not(.animate-hero) .article:nth-child(10),
body.article-listing-page:not(.animate-hero) .article:nth-child(11),
body.article-listing-page:not(.animate-hero) .article:nth-child(12) {
    opacity: 0;
    transform: translateY(40px);
}

body.article-listing-page .article__title {
    font-family: "Barlow Condensed", sans-serif;
    font-size: 32px;
    line-height: 36px;
}

body.article-listing-page .article__description {
    font-family: "Roboto Slab", sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 26px;
    margin-top: 16px;
}

body.article-listing-page .article__button {
    margin-top: 37px;
}

body.article-listing-page .page-content .pagination {
    margin-top: 100px;
    margin-bottom: 30px;
}

body.article-listing-page .subscribe-section {
    background-color: #222;
    padding-top: 80px;
    padding-bottom: 80px;
    margin-top: 80px;
}

body.article-listing-page .subscribe-section .page-width-inner {
    max-width: 825px;
}

body.article-listing-page .subscribe-section__title {
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 500;
    font-size: 32px;
    line-height: 36px;
    color: #FFF;
}

body.article-listing-page .subscribe-section__description {
    font-family: "Roboto Slab", sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 26px;
    color: rgba(255, 255, 255, 0.8);
    max-width: 460px;
    margin-top: 20px;
}

body.article-listing-page .subscribe-section__form {
    margin-top: 33px;
}

body.article-listing-page .subscribe-section__form form {
    display: grid;
    grid-template-columns: 1fr 168px;
    gap: 17px;
}

body.article-listing-page .subscribe-section__form .form-group {
    position: relative;
}

body.article-listing-page .subscribe-section__form label {
    display: block;
    position: absolute;
    left: 20px;
    top: 16px;
    pointer-events: none;
    font-family: "Roboto Slab", sans-serif;
    font-size: 18px;
    line-height: 24px;
    color: #D0D0D0;
    transform-origin: left top;
    transition: transform 0.2s;
}

body.article-listing-page .subscribe-section__form .form--input-non-empty label {
    transform: translateY(-8px) scale(0.67);
}

body.article-listing-page .subscribe-section__form input[type=email] {
    border: none;
    border-radius: 4px;
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 23px;
    padding-bottom: 7px;
    font-family: "Roboto Slab", sans-serif;
    font-size: 18px;
    line-height: 24px;
    color: #222;
    transition: border-color 0.3s;
}

body.article-listing-page .subscribe-section__form input[type=email]:focus {
    outline: none;
}

body.article-listing-page .subscribe-section__button {
    background-color: #418FDE;
    font-family: "Barlow Condensed", sans-serif;
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #FFF;
    border: none;
    border-radius: 4px;
    padding: 12px 35px;
    display: block;
    cursor: pointer;
    transition: background-color 0.3s;
}

body.article-listing-page .subscribe-section__button:hover {
    background-color: #489EF5;
}

@media (max-width: 900px) {
    body.article-listing-page .articles {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 600px) {
    body.article-listing-page .articles {
        gap: 36px;
    }

    body.article-listing-page .article__title {
        font-size: 20px;
        line-height: 26px;
    }

    body.article-listing-page .article__description {
        font-size: 14px;
        line-height: 20px;
        margin-top: 10px;
    }

    body.article-listing-page .article__button {
        margin-top: 18px;
    }

    body.article-listing-page .subscribe-section {
        margin-top: 44px;
        padding-top: 44px;
        padding-bottom: 44px;
    }

    body.article-listing-page .subscribe-section__title {
        font-size: 24px;
        line-height: 26px;
    }

    body.article-listing-page .subscribe-section__description {
        font-size: 16px;
        line-height: 24px;
        margin-top: 15px;
    }

    body.article-listing-page .subscribe-section__form {
        margin-top: 30px;
    }

    body.article-listing-page .subscribe-section__form form {
        grid-template-columns: 1fr 100px;
    }

    body.article-listing-page .subscribe-section__form label {
        font-size: 14px;
        top: 9px;
        left: 14px;
    }

    body.article-listing-page .subscribe-section__form .form--input-non-empty label {
        transform: translateY(-6px) scale(0.67);
    }

    body.article-listing-page .subscribe-section__form input[type=email] {
        font-size: 14px;
        padding-top: 14px;
        padding-bottom: 2px;
        padding-left: 14px;
        padding-right: 14px;
    }

    body.article-listing-page .subscribe-section__button {
        padding: 10px 0;
        font-size: 14px;
        line-height: 18px;
    }
}

@media (max-width: 320px) {
    body.article-listing-page .articles {
        column-gap: 24px;
    }
}

body.article-detail-page .hero {
    color: #222;
}

body.article-detail-page .hero .page-width-inner {
    max-width: 640px;
}

body.article-detail-page .hero__date {
    font-family: "Roboto Slab", sans-serif;
    font-weight: 300;
    font-size: 20px;
    line-height: 30px;
    padding-top: 160px;
    transition-property: opacity, transform;
    transition-duration: 0.2s, 0.8s;
    transition-timing-function: linear, cubic-bezier(0.25, 1, 0.25, 1);
}

body.article-detail-page .hero__title {
    font-family: "Barlow Condensed", sans-serif;
    font-size: 60px;
    line-height: 64px;
    text-transform: uppercase;
    padding-bottom: 44px;
    transition-property: opacity, transform;
    transition-duration: 0.2s, 0.8s;
    transition-timing-function: linear, cubic-bezier(0.25, 1, 0.25, 1);
    transition-delay: 0.07s, 0.07s;
}

body.article-detail-page .hero__divider {
    border-bottom: 1px dashed #696969;
    transition-property: opacity, transform;
    transition-duration: 0.2s, 0.8s;
    transition-timing-function: linear, cubic-bezier(0.25, 1, 0.25, 1);
    transition-delay: 0.14s, 0.14s;
}

body.article-detail-page .modular-components {
    transition-property: opacity, transform;
    transition-duration: 0.2s, 0.8s;
    transition-timing-function: linear, cubic-bezier(0.25, 1, 0.25, 1);
    transition-delay: 0.21s, 0.21s;
}

body.article-detail-page:not(.animate-hero) .hero__date,
body.article-detail-page:not(.animate-hero) .hero__title,
body.article-detail-page:not(.animate-hero) .hero__divider,
body.article-detail-page:not(.animate-hero) .modular-components {
    opacity: 0;
    transform: translateY(40px);
}

body.article-detail-page .modular-component:first-child {
    padding-top: 76px;
}

body.article-detail-page .related-content__title {
    border-top: 1px dashed #696969;
    padding-top: 36px;
}

@media (max-width: 600px) {
    body.article-detail-page .hero__date {
        padding-top: 44px;
        margin-bottom: 10px;
        font-size: 16px;
        line-height: 20px;
    }

    body.article-detail-page .hero__title {
        font-size: 36px;
        line-height: 36px;
        padding-bottom: 44px;
    }

    body.article-detail-page .modular-component:first-child {
        padding-top: 44px;
    }
}

body.search-page .page-content {
    padding-top: 160px;
    color: #222;
}

body.search-page .page-content .page-width-inner {
    max-width: 640px;
}

body.search-page .page-title {
    font-family: "Barlow Condensed", sans-serif;
    font-size: 60px;
    line-height: 64px;
    padding-bottom: 44px;
    transition-property: opacity, transform;
    transition-duration: 0.2s, 0.8s;
    transition-timing-function: linear, cubic-bezier(0.25, 1, 0.25, 1);
}

body.search-page .page-title__divider {
    border-bottom: 1px dashed #696969;
    transition-property: opacity, transform;
    transition-duration: 0.2s, 0.8s;
    transition-timing-function: linear, cubic-bezier(0.25, 1, 0.25, 1);
    transition-delay: 0.07s, 0.07s;
}

body.search-page .result {
    margin-top: 40px;
    transition-property: opacity, transform;
    transition-duration: 0.2s, 0.8s;
    transition-timing-function: linear, cubic-bezier(0.25, 1, 0.25, 1);
}

body.search-page .result:nth-child(1) {
    transition-delay: 0.14s, 0.14s;
}

body.search-page .result:nth-child(2) {
    transition-delay: 0.21s, 0.21s;
}

body.search-page .result:nth-child(3) {
    transition-delay: 0.28s, 0.28s;
}

body.search-page .result:nth-child(4) {
    transition-delay: 0.35s, 0.35s;
}

body.search-page .result:nth-child(5) {
    transition-delay: 0.42s, 0.42s;
}

body.search-page .result:nth-child(6) {
    transition-delay: 0.49s, 0.49s;
}

body.search-page:not(.animate-hero) .page-title,
body.search-page:not(.animate-hero) .page-title__divider,
body.search-page:not(.animate-hero) .result:nth-child(1),
body.search-page:not(.animate-hero) .result:nth-child(2),
body.search-page:not(.animate-hero) .result:nth-child(3),
body.search-page:not(.animate-hero) .result:nth-child(4),
body.search-page:not(.animate-hero) .result:nth-child(5),
body.search-page:not(.animate-hero) .result:nth-child(6) {
    opacity: 0;
    transform: translateY(40px);
}

body.search-page .result__title {
    font-family: "Barlow Condensed", sans-serif;
    font-size: 32px;
    display: block;
}

body.search-page .result__link {
    display: block;
    margin-top: 8px;
    margin-bottom: 16px;
    color: #418FDE;
    font-family: "Roboto Slab", sans-serif;
    font-weight: 300;
    line-height: 20px;
    word-break: break-all;
}

body.search-page .result__link:hover {
    text-decoration: underline;
}

body.search-page .result__description {
    font-family: "Roboto Slab", sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 26px;
}

body.search-page .no-results-text {
    font-family: "Roboto Slab", sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 26px;
    margin-top: 40px;
}

@media (max-width: 600px) {
    body.search-page .page-content {
        padding-top: 44px;
    }

    body.search-page .page-title {
        font-size: 36px;
        line-height: 36px;
    }

    body.search-page .result__title {
        font-size: 24px;
        line-height: 26px;
    }

    body.search-page .result__link {
        font-size: 16px;
        line-height: 24px;
        margin-top: 2px;
        margin-bottom: 10px;
    }

    body.search-page .result__description {
        font-size: 16px;
        line-height: 24px;
    }

    body.search-page .no-results-text {
        font-size: 16px;
        line-height: 24px;
    }
}

body.contact-page .page-content {
    padding-bottom: 160px;
}

body.contact-page .page-content .form-section {
    margin-top: -90px;
}

body.contact-page .page-content .form-section .page-width-inner {
    max-width: 640px;
}

body.contact-page .form .form-group {
    position: relative;
    margin-bottom: 40px;
    transition-property: opacity, transform;
    transition-duration: 0.2s, 0.8s;
    transition-timing-function: linear, cubic-bezier(0.25, 1, 0.25, 1);
}

body.contact-page .form .form-group:nth-child(1) {
    transition-delay: 0.14s, 0.14s;
}

body.contact-page .form .form-group:nth-child(2) {
    transition-delay: 0.21s, 0.21s;
}

body.contact-page .form .form-group:nth-child(3) {
    transition-delay: 0.28s, 0.28s;
}

body.contact-page .form .form-group:nth-child(4) {
    transition-delay: 0.35s, 0.35s;
}

body.contact-page .form label {
    display: block;
    position: absolute;
    left: 20px;
    top: 16px;
    pointer-events: none;
    font-family: "Roboto Slab", sans-serif;
    font-size: 18px;
    line-height: 24px;
    color: #D0D0D0;
    transform-origin: left top;
    transition: transform 0.2s;
}

body.contact-page .form--input-non-empty label {
    transform: translateY(-8px) scale(0.67);
}

body.contact-page .form input[type=text],
body.contact-page .form input[type=email],
body.contact-page .form textarea {
    border: 1px solid #CCC;
    border-radius: 4px;
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 23px;
    padding-bottom: 7px;
    font-family: "Roboto Slab", sans-serif;
    font-size: 18px;
    line-height: 24px;
    color: #222;
    transition: border-color 0.3s;
}

body.contact-page .form input[type=text]:focus,
body.contact-page .form input[type=email]:focus,
body.contact-page .form textarea:focus {
    outline: none;
    border-color: #888;
}

body.contact-page .form .form__submit-button-wrapper {
    display: flex;
    justify-content: flex-end;
    transition-property: opacity, transform;
    transition-duration: 0.2s, 0.8s;
    transition-timing-function: linear, cubic-bezier(0.25, 1, 0.25, 1);
    transition-delay: 0.42s, 0.42s;
}

body.contact-page .form input[type=submit] {
    background-color: #418FDE;
    font-family: "Barlow Condensed", sans-serif;
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #FFF;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    padding: 12px 35px;
    display: block;
    cursor: pointer;
    transition: background-color 0.3s;
}

body.contact-page .form input[type=submit]:hover {
    background-color: #489EF5;
}

body.contact-page .form .form-errors,
body.contact-page .form .errorlist {
    color: #F00;
    font-family: "Roboto Slab", sans-serif;
    font-weight: 300;
}

body.contact-page .form .form-errors {
    margin-bottom: 40px;
    font-size: 20px;
    line-height: 30px;
}

body.contact-page .form .errorlist {
    margin-top: 6px;
    font-size: 12px;
}

body.contact-page:not(.animate-hero) .page-title,
body.contact-page:not(.animate-hero) .form__intro,
body.contact-page:not(.animate-hero) .form .form-group,
body.contact-page:not(.animate-hero) .form .form__submit-button-wrapper {
    opacity: 0;
    transform: translateY(40px);
}

@media (max-width: 600px) {
    body.contact-page .page-content {
        padding-bottom: 44px;
    }

    body.contact-page .page-title {
        font-size: 36px;
        line-height: 36px;
        margin-bottom: 15px;
    }

    body.contact-page .page-content .form-section {
        margin-top: 0;
    }

    body.contact-page .form__intro {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 30px;
    }

    body.contact-page .form .form-group {
        margin-bottom: 10px;
    }

    body.contact-page .form .form-errors {
        margin-bottom: 10px;
        font-size: 18px;
        line-height: 24px;
    }

    body.contact-page .form .errorlist {
        margin-top: 2px;
    }
}
