﻿.hero {
    position: relative
}

    .hero .hero-image, .hero .hero-video {
        height: auto;
        width: 100%
    }

@media screen and (min-width: 1600px) {
    .hero .hero-image, .hero .hero-video {
        height: 820px;
        width: 100%
    }
}

@media screen and (min-width: 1025px)and (max-width: 1600px) {
    .hero .hero-image, .hero .hero-video {
        height: 615px;
        width: 100%
    }
}

@media screen and (max-width: 1024px) {
    .hero .hero-image, .hero .hero-video {
        height: 550px;
        width: 100%
    }
}

@media(max-width: 500px) {
    .hero .hero-image, .hero .hero-video {
        height: 600px;
        width: 100%
    }
}

.hero .hero-image picture img, .hero .hero-video picture img {
    height: 100%;
    width: 100%;
    object-fit: cover
}

.hero .hero-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom
}

.hero .inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0 1rem;
    height: 100%;
    width: 100%;
    max-width: 1192px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center
}

    .hero .inner.grey h1, .hero .inner.grey p {
        color: #232d44
    }

    .hero .inner h1 {
        color: #fff;
        margin: 0;
        font-size: 100px;
        font-style: normal;
        font-weight: 400;
        line-height: 115px
    }

@media screen and (min-width: 1025px)and (max-width: 1600px) {
    .hero .inner h1 {
        font-size: 60px;
        font-style: normal;
        font-weight: 700;
        line-height: 70px
    }
}

@media screen and (max-width: 1024px) {
    .hero .inner h1 {
        font-size: 60px;
        font-style: normal;
        font-weight: 700;
        line-height: 70px
    }
}

@media(max-width: 500px) {
    .hero .inner h1 {
        font-size: 60px;
        font-style: normal;
        font-weight: 700;
        line-height: 70px
    }
}

.hero .inner p {
    color: #fff;
    font-family: "proxima-nova",sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 38px;
    margin: 30px 0;
    max-width: 1264px
}

@media screen and (min-width: 1025px)and (max-width: 1600px) {
    .hero .inner p {
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: 28px;
        max-width: 800px
    }
}

@media screen and (max-width: 1024px) {
    .hero .inner p {
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 30px;
        max-width: 640px
    }
}

@media(max-width: 500px) {
    .hero .inner p {
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px;
        max-width: 100%
    }
}

.hero .inner .buttons {
    display: flex
}

    .hero .inner .buttons button, .hero .inner .buttons a {
        margin-right: 1rem
    }

@media(max-width: 500px) {
    .hero .inner .buttons {
        flex-direction: column
    }

        .hero .inner .buttons button, .hero .inner .buttons a {
            margin-right: 0;
            margin-bottom: 1rem;
            width: 100%
        }

            .hero .inner .buttons button:last-of-type, .hero .inner .buttons a:last-of-type {
                margin-bottom: 0
            }
}

.hero.center .inner h1, .hero.center .inner p {
    text-align: center
}

.hero.center .inner .buttons {
    justify-content: center
}

.hero.short .hero-image {
    height: 307px
}

@media screen and (min-width: 1600px) {
    .hero.short .hero-image {
        height: 450px
    }
}

.text-header {
    padding: 96px 216px 96px 112px
}

    .text-header.short {
        padding-bottom: 30px
    }

    .text-header .inner {
        max-width: 1112px;
        margin: 0 auto
    }

        .text-header .inner h1 {
            color: #232d44;
            margin-bottom: 2rem;
            margin-top: 0;
            font-family: "kepler-std",serif;
            font-size: 60px;
            font-style: normal;
            font-weight: 400;
            line-height: 70px
        }

        .text-header .inner p {
            color: #4f4f4f;
            font-family: "proxima-nova",sans-serif;
            font-size: 18px;
            font-style: normal;
            font-weight: 500;
            line-height: 28px
        }

            .text-header .inner p.date {
                text-transform: uppercase;
                color: #be955d;
                font-size: 24px;
                font-style: normal;
                font-weight: 700;
                line-height: 32px
            }

@media screen and (max-width: 1024px) {
    .text-header {
        padding-top: 80px;
        padding-left: 30px;
        padding-right: 30px
    }

        .text-header .inner h1 {
            font-size: 50px;
            line-height: 60px
        }
}

.news {
    background: linear-gradient(180deg, #47668A 0%, #232D44 100%)
}

    .news .inner {
        width: 100%;
        max-width: 1216px;
        margin: 0 auto;
        padding-top: 64px;
        padding-bottom: 94px;
        padding-left: 80px;
        padding-right: 80px
    }

        .news .inner .content {
            width: 100%;
            display: flex;
            justify-content: space-between;
            margin-bottom: 1.5rem
        }

            .news .inner .content .left h2 {
                color: #cbc7b1;
                font-family: "proxima-nova",sans-serif;
                font-size: 36px;
                font-style: normal;
                font-weight: 700;
                line-height: 44px;
                margin-bottom: 16px
            }

            .news .inner .content .left p {
                overflow: hidden;
                color: #fff;
                text-overflow: ellipsis;
                font-family: "proxima-nova",sans-serif;
                font-size: 16px;
                font-style: normal;
                font-weight: 500;
                line-height: 24px
            }

            .news .inner .content .right {
                display: flex;
                justify-content: center;
                align-items: center
            }

        .news .inner .cards {
            display: flex;
            flex-wrap: wrap;
            gap: 16px 64px
        }

            .news .inner .cards .news-card {
                width: calc(50% - 32px);
                display: flex;
                gap: 60px;
                text-decoration: none;
                padding-bottom: 1rem;
                border-bottom: 1px solid #cbc7b1
            }

                .news .inner .cards .news-card .arrow {
                    padding-top: 2.7rem
                }

                    .news .inner .cards .news-card .arrow svg {
                        color: #cbc7b1;
                        fill: #cbc7b1;
                        height: 23px;
                        width: 23px
                    }

                .news .inner .cards .news-card .text {
                    display: flex;
                    flex-direction: column;
                    gap: 16px
                }

                    .news .inner .cards .news-card .text p {
                        margin: 0;
                        color: #fff;
                        text-decoration: none
                    }

                        .news .inner .cards .news-card .text p.date {
                            text-transform: uppercase;
                            color: #cbc7b1;
                            font-family: "proxima-nova",sans-serif;
                            font-size: 18px;
                            font-style: normal;
                            font-weight: 700;
                            line-height: 28px;
                            text-transform: uppercase
                        }

                        .news .inner .cards .news-card .text p.heading {
                            color: #fff;
                            font-family: "proxima-nova",sans-serif;
                            font-size: 24px;
                            font-style: normal;
                            font-weight: 600;
                            line-height: 32px
                        }

                        .news .inner .cards .news-card .text p.desc {
                            color: #fff;
                            font-family: "proxima-nova",sans-serif;
                            font-size: 16px;
                            font-style: normal;
                            font-weight: 500;
                            line-height: 24px
                        }

    .news.wEmbed .inner {
        display: flex;
        flex-wrap: wrap
    }

        .news.wEmbed .inner .cards {
            width: calc(50% - 32px);
            margin-right: 64px
        }

            .news.wEmbed .inner .cards .news-card {
                width: 100%
            }

        .news.wEmbed .inner .embed {
            width: calc(50% - 32px)
        }

@media screen and (max-width: 1024px) {
    .news.wEmbed .inner {
        flex-direction: column
    }

        .news.wEmbed .inner .cards {
            width: 100%;
            margin: 0
        }

        .news.wEmbed .inner .embed {
            width: 100%;
            margin: 0
        }
}

@media screen and (max-width: 1024px) {
    .news .inner .cards {
        flex-direction: column
    }

        .news .inner .cards .news-card {
            width: 100%
        }
}

@media(max-width: 500px) {
    .news .inner {
        padding-left: 1rem;
        padding-right: 1rem
    }

        .news .inner .content {
            flex-direction: column
        }

            .news .inner .content .right {
                justify-content: flex-start
            }

        .news .inner .cards .news-card .text .heading {
            font-size: 18px;
            font-style: normal;
            font-weight: 600;
            line-height: 28px
        }
}

.news-contaienr .inner {
    display: flex;
    padding: 64px;
    gap: 64px;
    justify-content: center;
    max-width: 1192px;
    margin: 0 auto
}

    .news-contaienr .inner aside {
        width: 100%;
        max-width: 280px;
        margin-top: 118px
    }

        .news-contaienr .inner aside form {
            gap: 0;
            margin-bottom: 2rem
        }

        .news-contaienr .inner aside .contact-resources {
            margin-top: 2rem;
            border-radius: 8px;
            background: #dee5ee;
            display: flex;
            flex-direction: column;
            padding: 20px;
            align-items: flex-start;
            gap: 8px;
            box-shadow: 0px 2px 4px -2px rgba(16,24,40,.06),0px 4px 8px -2px rgba(16,24,40,.1)
        }

            .news-contaienr .inner aside .contact-resources .heading {
                color: #be955d;
                font-family: "proxima-nova",sans-serif;
                font-size: 20px;
                font-style: normal;
                font-weight: 700;
                line-height: 30px
            }

            .news-contaienr .inner aside .contact-resources .card {
                background-color: transparent;
                border: none
            }

                .news-contaienr .inner aside .contact-resources .card .label {
                    color: #3b5573;
                    font-family: "proxima-nova",sans-serif;
                    font-size: 18px;
                    font-style: normal;
                    font-weight: 700;
                    line-height: 28px
                }

                .news-contaienr .inner aside .contact-resources .card a {
                    color: #3b5573;
                    font-family: "proxima-nova",sans-serif;
                    font-size: 18px;
                    font-style: normal;
                    font-weight: 600;
                    line-height: 28px
                }

@media(max-width: 500px) {
    .news-contaienr .inner aside {
        justify-content: flex-start !important
    }

        .news-contaienr .inner aside .fb-page {
            margin: 0 auto
        }

        .news-contaienr .inner aside .contact-resources {
            width: 100%
        }
}

.news-contaienr .inner .articles-container {
    display: flex;
    flex-direction: column;
    flex: 1 auto
}

    .news-contaienr .inner .articles-container .interaction {
        width: 100%;
        display: flex;
        gap: 24px;
        align-items: flex-end;
        justify-content: space-evenly;
        margin-bottom: 2rem
    }

        .news-contaienr .inner .articles-container .interaction form {
            width: 100%;
            gap: 0;
            flex-wrap: nowrap;
            align-items: center
        }

            .news-contaienr .inner .articles-container .interaction form:first-of-type {
                max-width: 40%
            }

@media(max-width: 500px) {
    .news-contaienr .inner .articles-container .interaction form:first-of-type {
        max-width: 100%
    }
}

.news-contaienr .inner .articles-container .interaction form:last-of-type {
    position: relative
}

    .news-contaienr .inner .articles-container .interaction form:last-of-type:after {
        border-style: solid;
        border-width: .15em .15em 0 0;
        content: "";
        display: inline-block;
        height: .45em;
        right: 20px;
        position: absolute;
        bottom: 22px;
        border-color: #d0d5dd;
        transform: rotate(-45deg);
        vertical-align: top;
        width: .45em;
        transform: rotate(135deg)
    }

@media(max-width: 500px) {
    .news-contaienr .inner .articles-container .interaction form:last-of-type {
        flex-wrap: wrap
    }
}

.news-contaienr .inner .articles-container .interaction form input, .news-contaienr .inner .articles-container .interaction form select {
    margin: 0
}

.news-contaienr .inner .articles-container .interaction form select {
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none
}

.news-contaienr .inner .articles-container .interaction form label {
    color: #47668a;
    white-space: nowrap;
    margin-right: 1rem;
    font-family: "proxima-nova",sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px
}

.news-contaienr .inner .articles-container .interaction form#searchNews {
    box-shadow: 0px 1px 2px 0px rgba(16,24,40,.05);
    border: 1px solid #d0d5dd;
    border-radius: 8px
}

    .news-contaienr .inner .articles-container .interaction form#searchNews .icon {
        width: 40px;
        height: 48px;
        padding: 10px;
        cursor: pointer
    }

        .news-contaienr .inner .articles-container .interaction form#searchNews .icon svg {
            height: 100%;
            width: 100%;
            color: #47668a;
            fill: #47668a
        }

    .news-contaienr .inner .articles-container .interaction form#searchNews input {
        width: calc(100% - 40px);
        box-shadow: none;
        border: none;
        border-radius: 8px
    }

        .news-contaienr .inner .articles-container .interaction form#searchNews input:focus-visible {
            border: none;
            box-shadow: none;
            outline: none
        }

.news-contaienr .inner .articles-container .news-pagination {
    border-top: 1px solid #eaecf0;
    margin-top: 4rem
}

    .news-contaienr .inner .articles-container .news-pagination .inner {
        display: flex;
        width: 100%;
        padding: 20px 0px;
        justify-content: space-between;
        align-items: center;
        gap: 0
    }

@media screen and (max-width: 1024px) {
    .news-contaienr .inner .articles-container .news-pagination .inner {
        flex-direction: row;
        flex-wrap: wrap
    }

        .news-contaienr .inner .articles-container .news-pagination .inner .pages {
            order: 1;
            width: 100%;
            justify-content: center
        }

        .news-contaienr .inner .articles-container .news-pagination .inner .prev {
            order: 2
        }

        .news-contaienr .inner .articles-container .news-pagination .inner .next {
            order: 3
        }

        .news-contaienr .inner .articles-container .news-pagination .inner .next, .news-contaienr .inner .articles-container .news-pagination .inner .prev {
            min-width: 150px
        }
}

.news-contaienr .inner .articles-container .news-pagination .inner .pages {
    display: flex;
    gap: 5px
}

    .news-contaienr .inner .articles-container .news-pagination .inner .pages button.disabled {
        display: none
    }

.news-contaienr .inner .articles-container .articles {
    display: flex;
    flex-direction: column;
    flex: 1 auto;
    gap: 48px
}

    .news-contaienr .inner .articles-container .articles .article {
        display: flex;
        gap: 64px;
        border-bottom: 1px solid #be955d;
        width: 100%;
        text-decoration: none
    }

        .news-contaienr .inner .articles-container .articles .article .copy .date {
            color: #be955d;
            text-transform: uppercase;
            font-family: "proxima-nova",sans-serif;
            font-size: 18px;
            font-style: normal;
            font-weight: 700;
            line-height: 28px;
            text-decoration: none
        }

        .news-contaienr .inner .articles-container .articles .article .copy .heading {
            color: #232d44;
            text-decoration: none;
            font-family: "proxima-nova",sans-serif;
            font-size: 24px;
            font-style: normal;
            font-weight: 700;
            line-height: 32px
        }

        .news-contaienr .inner .articles-container .articles .article .arrow {
            display: flex;
            align-items: center;
            margin-left: auto
        }

            .news-contaienr .inner .articles-container .articles .article .arrow svg {
                height: 24px;
                width: 24px;
                color: #be955d;
                fill: #be955d
            }

@media screen and (max-width: 1024px) {
    .news-contaienr .inner {
        flex-direction: column-reverse;
        padding-left: 1rem;
        padding-right: 1rem
    }

        .news-contaienr .inner aside {
            max-width: 100%;
            margin: 0 auto;
            display: flex;
            justify-content: center;
            align-items: flex-start;
            gap: 30px;
            flex-wrap: wrap
        }

            .news-contaienr .inner aside .fb-page {
                width: 280px
            }

            .news-contaienr .inner aside .contact-resources {
                margin-top: 0
            }

        .news-contaienr .inner .articles-container .interaction {
            flex-direction: row;
            justify-content: center;
            align-items: center
        }

            .news-contaienr .inner .articles-container .interaction form {
                width: 100%;
                max-width: 100%
            }

        .news-contaienr .inner .articles-container .articles .article {
            gap: 10px
        }
}

@media(max-width: 500px) {
    .news-contaienr .inner .articles-container .news-pagination .inner .pages {
        margin-bottom: 1rem
    }

    .news-contaienr .inner .articles-container .interaction {
        flex-direction: column
    }
}

.article-body {
    padding: 0 112px;
    margin-bottom: 2rem
}

    .article-body .inner {
        width: 100%;
        max-width: 1216px;
        margin: 0 auto;
        display: flex;
        gap: 112px
    }

        .article-body .inner .content {
            max-width: 720px;
            margin-bottom: 1rem
        }

        .article-body .inner .connect {
            width: 384px
        }

            .article-body .inner .connect .social-share {
                display: flex;
                align-items: center;
                justify-content: flex-start;
                gap: 10px
            }

                .article-body .inner .connect .social-share a, .article-body .inner .connect .social-share button {
                    height: 40px;
                    width: 40px;
                    padding: 8px
                }

                    .article-body .inner .connect .social-share a svg, .article-body .inner .connect .social-share button svg {
                        height: 100%;
                        width: 100%
                    }

            .article-body .inner .connect .contact-resources {
                width: 100%;
                margin-top: 1rem;
                border-radius: 8px;
                background: #dee5ee;
                display: flex;
                flex-direction: column;
                padding: 20px;
                align-items: flex-start;
                gap: 8px;
                box-shadow: 0px 2px 4px -2px rgba(16,24,40,.06),0px 4px 8px -2px rgba(16,24,40,.1)
            }

                .article-body .inner .connect .contact-resources .heading {
                    color: #be955d;
                    font-family: "proxima-nova",sans-serif;
                    font-size: 20px;
                    font-style: normal;
                    font-weight: 700;
                    line-height: 30px
                }

                .article-body .inner .connect .contact-resources .card {
                    background-color: transparent;
                    border: none;
                    width: 100%
                }

                    .article-body .inner .connect .contact-resources .card .label {
                        color: #3b5573;
                        font-family: "proxima-nova",sans-serif;
                        font-size: 18px;
                        font-style: normal;
                        font-weight: 700;
                        line-height: 28px
                    }

                    .article-body .inner .connect .contact-resources .card a {
                        color: #3b5573;
                        font-family: "proxima-nova",sans-serif;
                        font-size: 18px;
                        font-style: normal;
                        font-weight: 600;
                        line-height: 28px
                    }

@media screen and (max-width: 1024px) {
    .article-body {
        padding-left: 30px;
        padding-right: 30px
    }

        .article-body .inner {
            flex-direction: column
        }
}

@media(max-width: 500px) {
    .article-body .inner .connect {
        width: 100%
    }
}

.TriCtaItems .inner {
    max-width: 1192px;
    margin: 0 auto;
    padding: 0px 1rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
    gap: 0px 64px;
    grid-template-areas: ". . ."
}

@media screen and (max-width: 1024px) {
    .TriCtaItems .inner {
        grid-template-columns: 1fr;
        grid-template-rows: repeat(3, 1fr);
        gap: 32px 0px;
        grid-template-areas: "." "." "."
    }
}

.TriCtaItems .inner .TriCtaItem {
    display: flex;
    flex-direction: column
}

    .TriCtaItems .inner .TriCtaItem h2 {
        font-weight: 600;
        margin-bottom: 0
    }

    .TriCtaItems .inner .TriCtaItem hr {
        margin: 16px auto;
        margin-bottom: 32px;
        margin-left: 0;
        color: #be955d;
        width: 100%;
        max-width: 100px;
        background-color: #be955d;
        height: 3px;
        border: none
    }

    .TriCtaItems .inner .TriCtaItem .button {
        margin-top: auto
    }

.overtake .inner {
    width: 100%;
    max-width: 1278px;
    margin: 0 auto;
    padding: 0 1rem;
    display: flex;
    gap: 64px;
    flex-direction: column
}

    .overtake .inner .overtake-cards {
        display: flex;
        position: relative;
        height: 350px
    }

        .overtake .inner .overtake-cards .overtake-card {
            width: 50%;
            position: absolute;
            height: 350px;
            -webkit-transition: all .25s ease-in-out;
            -moz-transition: all .25s ease-in-out;
            transition: all .25s ease-in-out;
            border-radius: 0px 10px 10px 0px
        }

            .overtake .inner .overtake-cards .overtake-card:nth-of-type(1) {
                left: 0
            }

            .overtake .inner .overtake-cards .overtake-card:nth-of-type(2) {
                right: 0
            }

            .overtake .inner .overtake-cards .overtake-card.open {
                width: 100%;
                z-index: 1
            }

                .overtake .inner .overtake-cards .overtake-card.open .copy {
                    display: none
                }

            .overtake .inner .overtake-cards .overtake-card .image {
                height: 100%;
                width: 100%
            }

                .overtake .inner .overtake-cards .overtake-card .image img {
                    height: 100%;
                    width: 100%;
                    object-fit: cover
                }

            .overtake .inner .overtake-cards .overtake-card:nth-of-type(1) .image {
                border-radius: 10px 0px 0px 10px
            }

                .overtake .inner .overtake-cards .overtake-card:nth-of-type(1) .image img {
                    border-radius: 10px 0px 0px 10px
                }

            .overtake .inner .overtake-cards .overtake-card:nth-of-type(2) .image {
                border-radius: 0px 10px 10px 0px
            }

                .overtake .inner .overtake-cards .overtake-card:nth-of-type(2) .image img {
                    border-radius: 0px 10px 10px 0px
                }

            .overtake .inner .overtake-cards .overtake-card .copy {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                padding: 27px 24px;
                height: 81px;
                overflow: hidden;
                transform: translateY(245px);
                -webkit-transition: all .25s ease-in-out;
                -moz-transition: all .25s ease-in-out;
                transition: all .25s ease-in-out
            }

                .overtake .inner .overtake-cards .overtake-card .copy h3 {
                    margin: 0;
                    font-weight: bold;
                    color: #fff
                }

                .overtake .inner .overtake-cards .overtake-card .copy p {
                    margin: 0;
                    color: #fff
                }

                .overtake .inner .overtake-cards .overtake-card .copy ul li {
                    color: #fff;
                    font-family: "proxima-nova",sans-serif;
                    font-weight: normal;
                    font-size: 16px;
                    line-height: 24px
                }

                .overtake .inner .overtake-cards .overtake-card .copy .preview {
                    height: 100%;
                    display: flex;
                    flex-direction: column
                }

                .overtake .inner .overtake-cards .overtake-card .copy .full {
                    opacity: 0
                }

    .overtake .inner .content hr {
        margin: 16px auto;
        margin-bottom: 32px;
        margin-right: auto;
        margin-left: 0;
        color: #be955d;
        width: 100%;
        max-width: 100px;
        background-color: #be955d;
        height: 3px;
        border: none
    }

    .overtake .inner .content h2 {
        color: #232d44;
        text-align: left;
        font-family: "proxima-nova",sans-serif;
        font-size: 30px;
        font-style: normal;
        font-weight: 700;
        line-height: 38px;
        margin: 0
    }

    .overtake .inner .content p {
        text-align: left;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 30px;
        margin: 0
    }

.emergency-contact {
    padding: 0 1rem
}

    .emergency-contact .inner {
        width: 100%;
        max-width: 1280px;
        margin: 0 auto
    }

        .emergency-contact .inner .upper {
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
            margin-bottom: 48px
        }

            .emergency-contact .inner .upper .copy {
                display: flex;
                flex-direction: column;
                justify-content: center
            }

                .emergency-contact .inner .upper .copy h2 {
                    margin: 16px 0;
                    font-weight: bold;
                    color: #232d44
                }

                .emergency-contact .inner .upper .copy h3 {
                    color: #47668a
                }

                .emergency-contact .inner .upper .copy hr {
                    color: #be955d;
                    width: 100%;
                    max-width: 100px;
                    background-color: #be955d;
                    height: 3px;
                    border: none;
                    margin-left: 0
                }

                .emergency-contact .inner .upper .copy p a {
                    font-size: 16px
                }

@media screen and (max-width: 1024px) {
    .emergency-contact .inner .upper {
        flex-direction: column-reverse
    }

        .emergency-contact .inner .upper .logo {
            display: flex;
            justify-content: center;
            align-items: center
        }
}

.emergency-contact .inner .numbers {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    max-width: 1115px
}

    .emergency-contact .inner .numbers li {
        width: calc(50% - 32px)
    }

@media screen and (max-width: 1024px) {
    .emergency-contact .inner .numbers li {
        width: 100%
    }
}

.emergency-contact .numbers {
    list-style: none;
    padding: 0;
    display: grid;
    row-gap: 32px
}

@media screen and (max-width: 1024px) {
    .emergency-contact .numbers {
        row-gap: 16px
    }
}

.emergency-contact .numbers li {
    border-radius: 10px;
    background-color: #3b5573;
    padding: 24px 32px
}

    .emergency-contact .numbers li h4 {
        color: #fff;
        margin: 0;
        font-weight: 600;
        margin-bottom: 2rem
    }

@media screen and (max-width: 1024px) {
    .emergency-contact .numbers li h4 {
        margin-bottom: 1rem
    }
}

.emergency-contact .numbers li a {
    font-size: 48px;
    color: #fff
}

@media screen and (max-width: 1024px) {
    .emergency-contact .numbers li a {
        font-size: 32px
    }
}

form {
    display: flex;
    flex-wrap: wrap;
    gap: 24px
}

    form div {
        width: 100%
    }

    form label {
        color: #344054;
        font-family: "proxima-nova",sans-serif;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 20px
    }

    form input[type=text], form input[type=email], form input[type=textarea], form textarea, form select {
        max-width: 100%;
        margin-top: 6px;
        display: flex;
        padding: 12px 16px;
        align-items: center;
        gap: 8px;
        align-self: stretch;
        border-radius: 8px;
        border: 1px solid #d0d5dd;
        background: #fff;
        box-shadow: 0px 1px 2px 0px rgba(16,24,40,.05);
        font-family: "proxima-nova",sans-serif;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        color: #667085;
        width: 100%
    }

    form input[type=textarea] {
        min-height: 120px
    }

    form input[type=submit] {
        display: flex;
        padding: 12px 20px;
        justify-content: center;
        align-items: center;
        gap: 8px;
        flex: 1 0 0;
        border-radius: 8px;
        border: 1px solid #47668a;
        background: #47668a;
        color: #fff;
        font-family: "proxima-nova",sans-serif;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 24px;
        transition: background-color .25s ease-in-out
    }

        form input[type=submit]:hover {
            background-color: #2f445c;
            cursor: pointer
        }

.crude-form {
    max-width: 450px
}

    .crude-form form {
        gap: 16px
    }

    .crude-form .radio {
        display: flex;
        flex-wrap: wrap;
        gap: 24px
    }

        .crude-form .radio div {
            width: fit-content
        }

.StewardshipOnPageNavWidget .icon path:first-of-type {
    fill: #c6c6c8 !important
}

.anchors {
    position: relative
}

    .anchors .background-image {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%
    }

        .anchors .background-image picture img {
            width: 100%;
            height: 100%;
            object-fit: cover
        }

    .anchors .inner {
        width: 100%;
        max-width: 1040px;
        padding: 0 1rem;
        margin: 0 auto;
        position: relative
    }

        .anchors .inner .content {
            text-align: center;
            max-width: 800px;
            margin: 0 auto;
            margin-bottom: 2rem
        }

            .anchors .inner .content h2 {
                margin: 0;
                margin-bottom: 24px;
                font-weight: bold
            }

            .anchors .inner .content hr {
                color: #be955d;
                width: 100%;
                max-width: 100px;
                background-color: #be955d;
                height: 3px;
                border: none;
                margin: 0 auto;
                margin-bottom: 24px
            }

        .anchors .inner .cards {
            display: flex;
            flex-wrap: wrap;
            gap: 16px
        }

            .anchors .inner .cards.by-three {
                max-width: 752px;
                margin: 0 auto;
                justify-content: center
            }

            .anchors .inner .cards .card-link {
                width: 240px;
                min-height: 148px;
                display: flex;
                flex-direction: column;
                gap: 16px;
                justify-content: center;
                align-items: center;
                border-radius: 8px;
                border: 1px solid #be955d;
                background: #fff;
                text-decoration: none;
                margin: 0;
                padding: 1rem;
                -webkit-transition: all .25s ease-in-out;
                -moz-transition: all .25s ease-in-out;
                transition: all .25s ease-in-out;
                font-family: "proxima-nova",sans-serif;
                font-size: 24px;
                font-style: normal;
                font-weight: 700;
                line-height: 32px
            }

                .anchors .inner .cards .card-link svg {
                    height: 16px;
                    width: 16px
                }

                .anchors .inner .cards .card-link .icon svg {
                    height: 56px;
                    width: 56px
                }

                .anchors .inner .cards .card-link:hover {
                    background-color: #232d44;
                    color: #fff;
                    box-shadow: 0px 2px 4px -2px rgba(16,24,40,.06),0px 4px 8px -2px rgba(16,24,40,.1)
                }

                    .anchors .inner .cards .card-link:hover svg {
                        fill: #fff
                    }

@media(max-width: 500px) {
    .anchors .inner .cards {
        justify-content: center
    }
}

section.banner {
    background: #cbc7b1;
    position: fixed;
    top: 108px;
    left: 0;
    width: 100%;
    z-index: 1
}

    section.banner .inner {
        padding: 1rem;
        min-height: 64px;
        max-width: 1192px;
        margin: 0 auto;
        display: flex;
        justify-content: space-between
    }

        section.banner .inner .content {
            display: flex;
            justify-content: flex-start;
            align-items: center;
            gap: 16px
        }

            section.banner .inner .content svg {
                height: 24px;
                width: 24px;
                min-width: 24px;
                color: #232d44;
                fill: #232d44
            }

            section.banner .inner .content p {
                margin: 0;
                color: #232d44;
                font-family: "proxima-nova",sans-serif;
                font-size: 16px;
                font-weight: 600;
                line-height: 24px
            }

        section.banner .inner a {
            text-decoration: none
        }

@media(max-width: 1170px) {
    section.banner .inner {
        flex-direction: column;
        gap: 16px
    }

        section.banner .inner .content {
            align-items: flex-start
        }

        section.banner .inner .action a {
            width: 100%
        }
}

@media(max-width: 1024px) {
    section.banner {
        top: 81px
    }
}

.split-content {
    background: linear-gradient(27deg, #47668A 0%, #232D44 100%)
}

    .split-content .inner {
        max-width: 1280px;
        width: 100%;
        padding: 90px 1rem;
        margin: 0 auto
    }

        .split-content .inner .cards {
            width: 100%;
            display: flex;
            align-items: flex-start;
            justify-content: center;
            gap: 32px
        }

            .split-content .inner .cards .card {
                background: transparent;
                width: calc(50% - 16px);
                border: none;
                max-width: 575px;
                position: relative
            }

                .split-content .inner .cards .card:nth-of-type(2) {
                    padding-left: 1rem
                }

                .split-content .inner .cards .card:first-of-type::after {
                    content: " ";
                    display: block;
                    position: absolute;
                    top: 50%;
                    transform: translateY(-50%);
                    right: -16px;
                    height: 300px;
                    width: 1px;
                    background-color: #cbc7b1
                }

                .split-content .inner .cards .card .copy {
                    display: flex;
                    flex-direction: column;
                    gap: 32px
                }

                    .split-content .inner .cards .card .copy h1, .split-content .inner .cards .card .copy h2, .split-content .inner .cards .card .copy h3, .split-content .inner .cards .card .copy h4, .split-content .inner .cards .card .copy h5, .split-content .inner .cards .card .copy p, .split-content .inner .cards .card .copy a {
                        color: #fff;
                        margin: 0
                    }

                    .split-content .inner .cards .card .copy h3 {
                        font-weight: 700
                    }

                    .split-content .inner .cards .card .copy a.button {
                        color: #232d44
                    }

                        .split-content .inner .cards .card .copy a.button:hover {
                            color: #fff
                        }

@media screen and (max-width: 1024px) {
    .split-content .inner .cards {
        flex-direction: column
    }

        .split-content .inner .cards .card {
            width: 100%;
            max-width: 100%
        }

            .split-content .inner .cards .card .copy .button {
                width: 100%;
                max-width: 343px
            }

            .split-content .inner .cards .card:first-of-type::after {
                top: initial;
                bottom: -21px;
                right: 50%;
                height: 1px;
                transform: translateX(50%);
                width: 100%
            }
}

@media(max-width: 500px) {
    .split-content .inner .cards {
        gap: 64px
    }

        .split-content .inner .cards .card:nth-of-type(2) {
            padding-left: 0
        }

        .split-content .inner .cards .card:first-of-type::after {
            top: initial;
            bottom: -37px;
            right: 50%;
            height: 1px;
            transform: translateX(50%);
            width: 100%
        }

        .split-content .inner .cards .card .copy .button {
            max-width: 100%
        }
}

.contact-cards .inner {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 32px;
    display: flex;
    gap: 64px
}

    .contact-cards .inner .content, .contact-cards .inner .connect {
        width: 100%
    }

        .contact-cards .inner .content hr {
            color: #be955d;
            width: 100%;
            max-width: 100px;
            background-color: #be955d;
            height: 3px;
            border: none;
            margin-left: 0;
            margin-bottom: 30px
        }

        .contact-cards .inner .content .cards {
            display: flex;
            gap: 10px;
            flex-wrap: wrap;
            margin-top: 40px
        }

            .contact-cards .inner .content .cards .card {
                display: flex;
                padding: 20px;
                align-items: flex-start;
                gap: 8px;
                width: 100%;
                max-width: 280px;
                border: 1px solid #f2f4f7 !important;
                box-shadow: 0px 2px 4px -2px rgba(16,24,40,.06),0px 4px 8px -2px rgba(16,24,40,.1)
            }

@media screen and (max-width: 1024px) {
    .contact-cards .inner .content .cards .card {
        max-width: unset
    }
}

.contact-cards .inner .content .cards .card .label {
    color: #be955d;
    font-family: "proxima-nova",sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    margin: 0
}

.contact-cards .inner .content .cards .card h3 {
    color: #3b5573;
    font-family: "proxima-nova",sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    margin: 0
}

.contact-cards .inner .content .cards .card p {
    margin: 0
}

.contact-cards .inner .content .cards .card a {
    color: #3b5573;
    font-family: "proxima-nova",sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    margin: 0
}

.contact-cards .inner .connect form {
    padding: 40px 32px;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0px 2px 4px -2px rgba(16,24,40,.06),0px 4px 8px -2px rgba(16,24,40,.1)
}

    .contact-cards .inner .connect form .field-validation-error {
        color: red;
        width: 100% !important;
        font-family: "proxima-nova",sans-serif
    }

    .contact-cards .inner .connect form .ktc-checkbox {
        display: flex;
        align-items: center
    }

        .contact-cards .inner .connect form .ktc-checkbox input {
            width: fit-content
        }

    .contact-cards .inner .connect form .ktc-default-section {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 24px 24px
    }

        .contact-cards .inner .connect form .ktc-default-section > div:nth-of-type(1), .contact-cards .inner .connect form .ktc-default-section > div:nth-of-type(2) {
            width: calc(50% - 12px)
        }

            .contact-cards .inner .connect form .ktc-default-section > div:nth-of-type(1) div, .contact-cards .inner .connect form .ktc-default-section > div:nth-of-type(2) div {
                width: 100%
            }

        .contact-cards .inner .connect form .ktc-default-section div:last-of-type {
            display: flex;
            flex-direction: row-reverse;
            justify-content: flex-end;
            height: fit-content;
            flex-wrap: wrap
        }

            .contact-cards .inner .connect form .ktc-default-section div:last-of-type span {
                height: fit-content
            }

            .contact-cards .inner .connect form .ktc-default-section div:last-of-type label {
                color: #667085;
                font-family: "proxima-nova",sans-serif;
                font-size: 14px;
                font-style: normal;
                font-weight: 400;
                line-height: 20px;
                margin: 0;
                display: flex;
                align-items: center;
                margin-left: .5rem
            }

                .contact-cards .inner .connect form .ktc-default-section div:last-of-type label a {
                    color: #667085;
                    font-family: "proxima-nova",sans-serif;
                    font-size: 14px;
                    font-style: normal;
                    font-weight: 400;
                    line-height: 20px;
                    text-decoration-line: underline;
                    margin-left: 4px
                }

            .contact-cards .inner .connect form .ktc-default-section div:last-of-type div {
                width: initial
            }

@media screen and (max-width: 1024px) {
    .contact-cards .inner {
        flex-direction: column;
        gap: 32px
    }
}

@media(max-width: 500px) {
    .contact-cards .inner .connect form .ktc-default-section .form-field {
        width: 100% !important
    }

        .contact-cards .inner .connect form .ktc-default-section .form-field > div:nth-of-type(1), .contact-cards .inner .connect form .ktc-default-section .form-field > div:nth-of-type(2) {
            width: 100%
        }

            .contact-cards .inner .connect form .ktc-default-section .form-field > div:nth-of-type(1) div, .contact-cards .inner .connect form .ktc-default-section .form-field > div:nth-of-type(2) div {
                width: 0%
            }

        .contact-cards .inner .connect form .ktc-default-section .form-field .editing-form-control-nested-control {
            width: initial !important
        }
}

.split-image {
    position: relative
}

    .split-image .backgroundImage {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%
    }

        .split-image .backgroundImage img {
            object-fit: cover;
            height: 100%;
            width: 100%
        }

    .split-image .inner {
        width: 100%;
        max-width: 1280px;
        margin: 0 auto;
        padding: 0 21px;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        gap: 64px
    }

        .split-image .inner .text .buttons a:hover {
            text-decoration: none;
            color: #232d44
        }

            .split-image .inner .text .buttons a:hover .pdf-icon path {
                fill: #171e2d
            }

        .split-image .inner .media .image {
            height: 100%;
            width: 100%;
            max-height: 592px;
            max-width: 592px
        }

            .split-image .inner .media .image img {
                border-radius: 250px 0px 0px 0px;
                height: 100%;
                width: 100%;
                object-fit: cover
            }

            .split-image .inner .media .image.no-swoop img {
                border-radius: 8px
            }

        .split-image .inner .media .images {
            width: 100%;
            columns: 2;
            column-gap: 0
        }

            .split-image .inner .media .images .image-box {
                margin-bottom: 16px;
                margin-right: 16px
            }

                .split-image .inner .media .images .image-box img {
                    height: 100%;
                    width: 100%;
                    object-fit: cover;
                    border-radius: 8px
                }

            .split-image .inner .media .images.four .image-box:nth-of-type(1) {
                width: 280px;
                height: 300px
            }

            .split-image .inner .media .images.four .image-box:nth-of-type(3) {
                width: 296px;
                height: 190px;
                margin-right: 0
            }

            .split-image .inner .media .images.four .image-box:nth-of-type(2) {
                width: 224px;
                height: 260px;
                margin-bottom: 0;
                margin-left: auto
            }

            .split-image .inner .media .images.four .image-box:nth-of-type(4) {
                width: 264px;
                height: 285px;
                margin-right: 0
            }

            .split-image .inner .media .images.three .image-box:nth-of-type(1) {
                width: 224px;
                height: 260px;
                margin-top: 50%;
                margin-bottom: 50%;
                margin-left: auto
            }

            .split-image .inner .media .images.three .image-box:nth-of-type(2) {
                width: 280px;
                height: 300px;
                margin-right: 0
            }

            .split-image .inner .media .images.three .image-box:nth-of-type(3) {
                width: 296px;
                height: 190px;
                margin-bottom: 0;
                margin-left: auto
            }

@media(max-width: 500px) {
    .split-image .inner .media .images {
        columns: initial;
        display: flex;
        flex-wrap: nowrap;
        overflow-x: scroll;
        scroll-snap-type: mandatory;
        scroll-snap-points-y: repeat(300px);
        -webkit-scroll-snap-type: x mandatory;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        scroll-behavior: smooth;
        transition: .45s all ease-in-out;
        height: 255px
    }

        .split-image .inner .media .images .image-box {
            scroll-snap-align: start;
            border-top-left-radius: 25px;
            border-bottom-right-radius: 25px;
            transition: all .25s ease-in-out;
            height: 250px !important;
            width: 250px !important;
            margin: 0;
            margin-top: 0 !important;
            margin-bottom: 0 !important;
            margin-right: 16px !important;
            flex: 0 0 auto
        }
}

@media(max-width: 500px) {
    .split-image .inner .media {
        overflow: hidden;
        width: 100%;
        max-width: 560px
    }
}

.split-image .inner .text {
    max-width: 560px
}

    .split-image .inner .text svg {
        height: 100px;
        width: 100px
    }

    .split-image .inner .text h2 {
        margin: 16px 0;
        font-weight: bold;
        color: #232d44
    }

    .split-image .inner .text h3 {
        color: #47668a
    }

    .split-image .inner .text hr {
        color: #be955d;
        width: 100%;
        max-width: 100px;
        background-color: #be955d;
        height: 3px;
        border: none;
        margin-left: 0
    }

    .split-image .inner .text p a {
        font-size: 16px
    }

    .split-image .inner .text .buttons {
        display: flex
    }

        .split-image .inner .text .buttons a {
            margin-right: 1rem
        }

            .split-image .inner .text .buttons a:last-of-type {
                margin-right: 0rem
            }

    .split-image .inner .text.white h2, .split-image .inner .text.white h3, .split-image .inner .text.white p {
        color: #fff
    }

    .split-image .inner .text.white a {
        color: #cbc7b1
    }

        .split-image .inner .text.white a:hover {
            color: #989065
        }

    .split-image .inner .text.white .button {
        color: #fff
    }

.split-image .inner.image-left {
    flex-direction: row-reverse
}

    .split-image .inner.image-left .media .images.three .image-box:nth-of-type(3) {
        width: 224px;
        height: 260px;
        margin-top: 50%;
        margin-right: auto;
        margin-left: 1rem
    }

    .split-image .inner.image-left .media .images.three .image-box:nth-of-type(1) {
        width: 280px;
        height: 300px;
        margin-top: initial;
        margin-bottom: 1rem
    }

    .split-image .inner.image-left .media .images.three .image-box:nth-of-type(2) {
        width: 296px;
        height: 190px;
        break-after: column;
        margin-bottom: 0
    }

@media screen and (max-width: 1024px) {
    .split-image .inner.image-left {
        flex-direction: column-reverse;
        gap: 32px
    }
}

@media screen and (max-width: 1024px) {
    .split-image .inner.three-image {
        flex-direction: column
    }
}

@media screen and (max-width: 1024px) {
    .split-image .inner {
        flex-direction: column;
        gap: 32px
    }
}

@media(max-width: 500px) {
    .split-image .inner .text .buttons {
        flex-direction: column
    }

        .split-image .inner .text .buttons a {
            margin-right: 0;
            margin-bottom: 1rem;
            width: 100%
        }

            .split-image .inner .text .buttons a:last-of-type {
                margin-bottom: 0
            }
}

.StewardshipOnPageNavWidget .inner {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px
}

    .StewardshipOnPageNavWidget .inner a svg {
        height: 48px;
        width: 48px
    }

.TwoSplitImage .inner {
    display: flex;
    gap: 60px;
    max-width: 1280px;
    margin: 0 auto;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0 1rem
}

    .TwoSplitImage .inner .split-image .inner {
        flex-direction: column-reverse;
        padding: 0
    }

        .TwoSplitImage .inner .split-image .inner .media .image img {
            border-radius: 0
        }

.split-video .inner {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 21px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 32px
}

    .split-video .inner .media {
        height: 100%;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center
    }

        .split-video .inner .media .video {
            width: 100%;
            max-width: 695px;
            height: auto;
            max-height: 450px;
            display: flex
        }

            .split-video .inner .media .video iframe {
                max-height: 450px;
                border-radius: 8px
            }

@media(max-width: 500px) {
    .split-video .inner .media .video iframe {
        max-height: 250px
    }
}

.split-video .inner .media .video .jwplayer {
    border-radius: 8px
}

.split-video .inner .media .video video {
    max-height: 450px;
    border-radius: 8px
}

.split-video .inner .text {
    max-width: 560px
}

    .split-video .inner .text svg {
        height: 100px;
        width: 100px
    }

    .split-video .inner .text h2 {
        margin: 16px 0
    }

    .split-video .inner .text h3 {
        color: #47668a
    }

    .split-video .inner .text hr {
        color: #be955d;
        width: 100%;
        max-width: 100px;
        background-color: #be955d;
        height: 3px;
        border: none;
        margin-left: 0;
        margin-bottom: 30px
    }

    .split-video .inner .text .buttons {
        display: flex
    }

        .split-video .inner .text .buttons a {
            margin-right: 1rem
        }

            .split-video .inner .text .buttons a:last-of-type {
                margin-right: 0rem
            }

.split-video .inner.video-left {
    flex-direction: row-reverse
}

@media screen and (max-width: 1024px) {
    .split-video .inner.video-left {
        flex-direction: column;
        gap: 32px
    }
}

@media screen and (max-width: 1024px) {
    .split-video .inner {
        flex-direction: column-reverse;
        gap: 32px
    }
}

@media(max-width: 500px) {
    .split-video .inner .text .buttons {
        flex-direction: column
    }

        .split-video .inner .text .buttons a {
            margin-right: 0;
            margin-bottom: 1rem;
            width: 100%
        }

            .split-video .inner .text .buttons a:last-of-type {
                margin-bottom: 0
            }
}

.content-block .inner {
    max-width: 760px;
    margin: 0 auto;
    padding: 0 1rem
}

    .content-block .inner hr {
        margin: 16px auto;
        margin-bottom: 32px;
        color: #be955d;
        width: 100%;
        max-width: 100px;
        background-color: #be955d;
        height: 3px;
        border: none
    }

    .content-block .inner h2 {
        color: #232d44;
        text-align: center;
        font-family: "proxima-nova",sans-serif;
        font-size: 30px;
        font-style: normal;
        font-weight: 700;
        line-height: 38px;
        margin: 0
    }

    .content-block .inner p {
        text-align: center;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 30px
    }

    .content-block .inner .buttons {
        display: flex;
        justify-content: center
    }

        .content-block .inner .buttons a {
            margin-right: 1rem
        }

            .content-block .inner .buttons a:last-of-type {
                margin-right: 0rem
            }

@media(max-width: 500px) {
    .content-block .inner .buttons {
        flex-direction: column
    }

        .content-block .inner .buttons a {
            margin-right: 0;
            margin-bottom: 1rem;
            width: 100%
        }

            .content-block .inner .buttons a:last-of-type {
                margin-bottom: 0
            }
}

.content-block.wide .inner {
    max-width: 1192px;
    margin: 0 auto;
    padding: 0px 1rem
}

.wide-cta {
    width: 100%;
    position: relative
}

    .wide-cta .image {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background-color: #232d44
    }

        .wide-cta .image .overlay {
            width: 100%;
            height: 100%;
            background-color: #232d44;
            opacity: .8;
            position: absolute
        }

        .wide-cta .image img {
            height: 100%;
            width: 100%;
            object-fit: cover
        }

    .wide-cta .inner {
        padding: 129px 1rem;
        width: 100%;
        max-width: 1005px;
        margin: 0 auto;
        position: relative;
        z-index: 1;
        text-align: center
    }

        .wide-cta .inner h2 {
            margin: 0;
            margin-bottom: .5rem;
            font-weight: bold;
            margin-bottom: 24px
        }

        .wide-cta .inner p {
            margin-bottom: 24px
        }

        .wide-cta .inner .buttons {
            display: flex;
            justify-content: center
        }

            .wide-cta .inner .buttons a {
                margin-right: 1rem
            }

                .wide-cta .inner .buttons a:last-of-type {
                    margin-right: 0rem
                }

@media(max-width: 500px) {
    .wide-cta .inner .buttons {
        flex-direction: column;
        gap: 10px;
        flex-wrap: wrap
    }

        .wide-cta .inner .buttons .button {
            width: 100%
        }
}

.wide-cta.white .inner h2, .wide-cta.white .inner p, .wide-cta.white .inner a {
    color: #fff;
    border-color: #fff
}

.wide-cta.kep .inner h2 {
    font-family: "kepler-std",serif;
    font-size: 100px;
    font-style: normal;
    font-weight: 400;
    line-height: 115px
}

@media screen and (max-width: 1024px) {
    .wide-cta.kep .inner h2 {
        font-size: 60px;
        font-style: normal;
        font-weight: 400;
        line-height: 70px
    }
}

@media(max-width: 500px) {
    .wide-cta.kep .inner h2 {
        font-size: 45px;
        font-style: nvormal;
        font-weight: 400;
        line-height: 50px
    }
}

.card-anchor {
    position: relative
}

    .card-anchor .background {
        position: absolute;
        top: 0;
        left: 0;
        height: calc(100% - 60px);
        width: 100%;
        background-color: #232d44
    }

        .card-anchor .background img {
            height: 100%;
            width: 100%;
            object-fit: cover
        }

@media(max-width: 500px) {
    .card-anchor .background {
        height: calc(100% - 175px)
    }
}

.card-anchor .inner {
    padding: 129px 1rem;
    padding-bottom: 0;
    width: 100%;
    max-width: 1328px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    text-align: center
}

    .card-anchor .inner .text {
        max-width: 800px;
        margin: 0 auto;
        margin-bottom: 2rem
    }

        .card-anchor .inner .text h2 {
            margin: 0;
            margin-bottom: .5rem
        }

    .card-anchor .inner .cards {
        display: flex;
        flex-wrap: wrap;
        gap: 32px
    }

@media screen and (max-width: 1327px) {
    .card-anchor .inner .cards {
        max-width: 800px;
        margin: 0 auto;
        justify-content: center
    }
}

.card-anchor .inner .cards a:hover {
    text-decoration: none
}

.card-anchor .inner .cards .card-image {
    position: relative;
    display: flex;
    width: 300px;
    flex-direction: column;
    align-items: flex-start;
    box-shadow: 0px 4px 6px -2px rgba(16,24,40,.03),0px 12px 16px -4px rgba(16,24,40,.08);
    border-radius: 8px;
    background-color: #fff
}

    .card-anchor .inner .cards .card-image:hover {
        box-shadow: 0px 4px 6px -2px #be965d35,0px 12px 16px -4px #be965d35
    }

    .card-anchor .inner .cards .card-image .image {
        height: 198px;
        width: 100%;
        border-radius: 8px 8px 0px 0px
    }

        .card-anchor .inner .cards .card-image .image img {
            border-radius: 8px 8px 0px 0px;
            height: 100%;
            width: 100%;
            object-fit: cover
        }

    .card-anchor .inner .cards .card-image .icon {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        border: 5px solid #fff;
        border-radius: 50%
    }

        .card-anchor .inner .cards .card-image .icon svg {
            height: 100px;
            width: 100px
        }

    .card-anchor .inner .cards .card-image .card-text {
        height: 198px;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center
    }

        .card-anchor .inner .cards .card-image .card-text p {
            font-size: 30px;
            font-style: normal;
            font-weight: 700;
            line-height: 38px;
            color: #232d44
        }

.card-anchor .inner .buttons {
    display: flex;
    justify-content: center
}

    .card-anchor .inner .buttons a {
        margin-right: 1rem
    }

        .card-anchor .inner .buttons a:last-of-type {
            margin-right: 0rem
        }

.card-anchor.white .inner .text h2, .card-anchor.white .inner .text p {
    color: #fff;
    border-color: #fff
}

.card-slider {
    background: linear-gradient(27deg, #47668a 0%, #232d44 100%);
    overflow: hidden;
    padding: 0 1rem
}

    .card-slider .inner {
        width: 100%;
        max-width: 1280px;
        margin: 0 auto;
        padding: 96px 0 96px 0;
        display: flex;
        gap: 64px;
        position: relative;
        width: 100%;
        overflow: hidden
    }

        .card-slider .inner .content.mobile {
            display: none
        }

@media screen and (max-width: 1024px) {
    .card-slider .inner .content.mobile {
        display: block;
        margin-bottom: 5rem
    }

    .card-slider .inner .content.desktop {
        display: none
    }
}

.card-slider .inner .arrows {
    width: 100%;
    padding: 0 2rem;
    display: flex;
    justify-content: flex-end;
    position: absolute;
    right: 100px;
    top: 25px;
    cursor: pointer
}

@media screen and (max-width: 1024px) {
    .card-slider .inner .arrows {
        margin-bottom: 15px
    }
}

.card-slider .inner .arrows .interaction {
    display: flex
}

    .card-slider .inner .arrows .interaction .left, .card-slider .inner .arrows .interaction .right {
        padding: 1rem
    }

        .card-slider .inner .arrows .interaction .left svg, .card-slider .inner .arrows .interaction .right svg {
            color: #fff;
            fill: #fff;
            height: 25px;
            width: 25px
        }

@media screen and (max-width: 1024px) {
    .card-slider .inner .arrows {
        position: relative;
        top: initial;
        left: initial
    }
}

.card-slider .inner .content {
    width: 100%;
    min-width: 383px;
    max-width: 383px
}

    .card-slider .inner .content hr {
        margin: 16px auto;
        margin-left: 0;
        margin-bottom: 32px;
        color: #be955d;
        width: 100%;
        max-width: 100px;
        background-color: #be955d;
        height: 3px;
        border: none
    }

    .card-slider .inner .content h2 {
        color: #fff;
        font-family: "proxima-nova",sans-serif;
        font-size: 36px;
        font-style: normal;
        font-weight: 700;
        line-height: 44px
    }

    .card-slider .inner .content p {
        color: #fff;
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: 28px
    }

.card-slider .inner .slider {
    overflow: scroll;
    display: flex;
    gap: 32px;
    order: 1;
    padding-right: 150px;
    scroll-snap-type: mandatory;
    scroll-snap-points-y: repeat(300px);
    -webkit-scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
    transition: .45s all ease-in-out
}

    .card-slider .inner .slider .card-resource {
        width: 320px;
        height: inherit;
        border-radius: 8px;
        border: 1px solid #cbc7b1;
        height: max-content;
        background: transparent;
        scroll-snap-align: start;
        transition: all .25s ease-in-out;
        flex: 0 0 auto;
        box-shadow: 0px 4px 6px -2px rgba(16,24,40,.03),0px 12px 16px -4px rgba(16,24,40,.08);
        padding: 32px 20px;
        display: flex;
        flex-direction: column;
        gap: 24px
    }

        .card-slider .inner .slider .card-resource h3, .card-slider .inner .slider .card-resource p, .card-slider .inner .slider .card-resource svg {
            margin: 0;
            color: #fff;
            fill: #cbc7b1
        }

        .card-slider .inner .slider .card-resource a {
            margin-top: auto;
            text-decoration: none
        }

            .card-slider .inner .slider .card-resource a svg {
                color: #3b5573;
                fill: #3b5573
            }

        .card-slider .inner .slider .card-resource h3 {
            font-family: "proxima-nova",sans-serif;
            font-size: 24px;
            font-style: normal;
            font-weight: 700;
            line-height: 32px
        }

        .card-slider .inner .slider .card-resource svg {
            height: 32px;
            width: 32px
        }

@media screen and (max-width: 1024px) {
    .card-slider .inner .slider {
        gap: 16px
    }
}

.card-slider .inner .slider .card-text {
    width: 320px;
    border-radius: 8px;
    background: #fff;
    scroll-snap-align: start;
    transition: all .25s ease-in-out;
    flex: 0 0 auto;
    box-shadow: 0px 4px 6px -2px rgba(16,24,40,.03),0px 12px 16px -4px rgba(16,24,40,.08)
}

    .card-slider .inner .slider .card-text .image img {
        border-radius: 8px 8px 0px 0px
    }

    .card-slider .inner .slider .card-text .copy {
        padding: 20px;
        display: flex;
        flex-direction: column;
        gap: 16px
    }

        .card-slider .inner .slider .card-text .copy h3, .card-slider .inner .slider .card-text .copy p, .card-slider .inner .slider .card-text .copy a {
            margin: 0;
            text-decoration: none
        }

@media screen and (max-width: 1400px) {
    .card-slider .inner {
        margin-left: 0
    }
}

@media screen and (max-width: 1024px) {
    .card-slider .inner {
        flex-direction: column;
        padding: 64px 0 64px 1rem;
        gap: 0
    }

        .card-slider .inner .content {
            order: 1;
            max-width: 581px;
            min-width: initial;
            width: 100%
        }

        .card-slider .inner .arrows {
            order: 2;
            justify-content: flex-start;
            padding: 0;
            position: relative;
            right: unset;
            top: unset
        }

        .card-slider .inner .slider {
            order: 3;
            padding-right: 100px;
            gap: 8px
        }
}

.pagination {
    margin: 2rem 1rem
}

.table {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: 100%;
    border-radius: 8px;
    border: 1px solid #eaecf0;
    overflow: hidden;
    margin: 0 auto;
    max-width: 1500px
}

@media(max-width: 500px) {
    .table {
        grid-template-columns: unset;
        row-gap: 1rem;
        border: none
    }
}

.table .row:nth-child(odd) {
    background-color: #f9fafb
}

@media(max-width: 500px) {
    .table .row:nth-child(odd) {
        background-color: #fff
    }
}

.table .table-header {
    grid-column: span 3;
    display: flex;
    justify-content: space-between
}

@media(max-width: 500px) {
    .table .table-header {
        display: none
    }
}

.table .table-header div {
    width: 100%;
    padding-left: 1.5rem;
    background-color: #3b5573
}

    .table .table-header div p {
        margin-top: 1rem;
        color: #fff
    }

.table .row {
    grid-column: span 3;
    display: flex;
    justify-content: space-between;
    flex-wrap: unset !important;
    margin: 0 !important
}

@media(max-width: 500px) {
    .table .row {
        grid-column: span 1;
        display: grid;
        border-radius: 8px;
        box-shadow: 0px 2px 4px -2px rgba(16,24,40,.06),0px 4px 8px -2px rgba(16,24,40,.1);
        padding: 1rem
    }
}

.table .row div p {
    margin-top: 1rem
}

.table .row .cell {
    width: 100%;
    display: flex;
    align-items: center;
    padding-left: 1.5rem;
    border-bottom: 1px solid #eaecf0
}

@media(max-width: 500px) {
    .table .row .cell:nth-child(2) {
        order: 2
    }
}

@media(max-width: 500px) {
    .table .row .cell {
        border: none;
        padding: 0
    }
}

.table .row .cell .company-name {
    font-size: 14px;
    color: #232d44
}

@media(max-width: 500px) {
    .table .row .cell .company-name {
        font-weight: 700;
        color: #3b5573;
        font-size: 18px
    }
}

.table .row .cell a {
    text-decoration: none;
    font-weight: 500;
    color: #47668a
}

@media(max-width: 500px) {
    .table .row .cell a {
        font-size: 18px;
        font-weight: 600
    }
}

.table .hidden {
    display: none
}

.table .controller {
    grid-column: span 3;
    padding: 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center
}

@media(max-width: 500px) {
    .table .controller {
        grid-column: span 1
    }

        .table .controller span {
            display: none
        }
}

.table .controller button {
    padding: .25rem .5rem;
    border: 1px solid #d0d5dd;
    font-size: 14px;
    font-weight: 500;
    transition: all .2s
}

@media(max-width: 500px) {
    .table .controller button {
        padding: .5rem
    }
}

.table .controller button:focus {
    box-shadow: none !important
}

.table .controller button:hover path {
    fill: #fff
}

.table .controller .disabled {
    opacity: .5
}

.table .controller .page-numbers {
    height: min-content;
    display: flex
}

    .table .controller .page-numbers .page-number {
        cursor: pointer;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 8px;
        background-color: transparent;
        border: none;
        box-shadow: none;
        color: #667085;
        width: 2.5rem;
        height: 2.5rem
    }

    .table .controller .page-numbers .active {
        background-color: #9cb2cc;
        color: #4f4f4f
    }

.crude {
    background-color: #cbc7b1;
    position: relative
}

    .crude .background {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%
    }

        .crude .background svg {
            width: 100%;
            height: 100%
        }

    .crude .inner {
        position: relative;
        display: flex;
        max-width: 1280px;
        margin: 0 auto;
        padding: 0 1rem;
        justify-content: space-between
    }

        .crude .inner .content {
            display: flex;
            flex-direction: column;
            max-width: 590px
        }

            .crude .inner .content h2, .crude .inner .content p {
                margin: 0
            }

            .crude .inner .content hr {
                margin: 16px auto;
                margin-left: 0;
                margin-bottom: 32px;
                color: #be955d;
                width: 100%;
                max-width: 100px;
                background-color: #be955d;
                height: 3px;
                border: none
            }

@media screen and (max-width: 1024px) {
    .crude .inner {
        flex-direction: column;
        gap: 24px;
        align-items: center
    }

        .crude .inner .content {
            max-width: 450px
        }
}

.terminals {
    background: #f2f4f7
}

    .terminals .inner {
        padding: 0 1rem;
        width: 100%;
        max-width: 1280px;
        margin: 0 auto
    }

        .terminals .inner .copy {
            margin-bottom: 2rem
        }

            .terminals .inner .copy h2 {
                margin: 16px 0;
                font-weight: bold;
                color: #232d44
            }

            .terminals .inner .copy h3 {
                color: #47668a
            }

            .terminals .inner .copy hr {
                color: #be955d;
                width: 100%;
                max-width: 100px;
                background-color: #be955d;
                height: 3px;
                border: none;
                margin-left: 0
            }

        .terminals .inner .terminal-list .sort {
            margin-bottom: 64px
        }

            .terminals .inner .terminal-list .sort .label {
                margin: 0
            }

            .terminals .inner .terminal-list .sort form {
                gap: 0;
                max-width: 320px;
                width: 100%
            }

        .terminals .inner .terminal-list .cards {
            display: flex;
            flex-wrap: wrap;
            gap: 24px;
            align-self: stretch;
            -webkit-transition: all .25s ease-in-out;
            -moz-transition: all .25s ease-in-out;
            transition: all .25s ease-in-out
        }

            .terminals .inner .terminal-list .cards.fade-out .terminal-card {
                opacity: 0
            }

            .terminals .inner .terminal-list .cards.fade-in .terminal-card {
                opacity: 1
            }

            .terminals .inner .terminal-list .cards .terminal-card {
                flex-direction: column;
                display: flex;
                width: 280px;
                padding: 20px;
                align-items: flex-start;
                gap: 0px;
                border-radius: 8px;
                background-color: #fff;
                box-shadow: 0px 2px 4px -2px rgba(16,24,40,.06),0px 4px 8px -2px rgba(16,24,40,.1);
                opacity: 0;
                -webkit-transition: all .25s ease-in-out;
                -moz-transition: all .25s ease-in-out;
                transition: all .25s ease-in-out
            }

                .terminals .inner .terminal-list .cards .terminal-card p, .terminals .inner .terminal-list .cards .terminal-card a {
                    margin: 0;
                    text-decoration: none
                }

                .terminals .inner .terminal-list .cards .terminal-card .name {
                    display: flex;
                    width: 100%;
                    gap: 8px
                }

                    .terminals .inner .terminal-list .cards .terminal-card .name p, .terminals .inner .terminal-list .cards .terminal-card .name a {
                        color: #3b5573;
                        font-family: "proxima-nova",sans-serif;
                        font-size: 18px;
                        font-style: normal;
                        font-weight: 700;
                        line-height: 28px;
                        margin-bottom: 8px
                    }

                        .terminals .inner .terminal-list .cards .terminal-card .name p svg, .terminals .inner .terminal-list .cards .terminal-card .name a svg {
                            margin-left: 5px
                        }

                    .terminals .inner .terminal-list .cards .terminal-card .name svg {
                        height: 24px;
                        width: 14px;
                        color: #3b5573;
                        fill: #3b5573
                    }

                .terminals .inner .terminal-list .cards .terminal-card a {
                    color: #424242;
                    font-family: "proxima-nova",sans-serif;
                    font-size: 16px;
                    font-style: normal;
                    font-weight: 400;
                    line-height: 24px
                }

                .terminals .inner .terminal-list .cards .terminal-card .tell {
                    color: #3b5573;
                    font-family: "proxima-nova",sans-serif;
                    font-size: 18px;
                    font-style: normal;
                    font-weight: 600;
                    line-height: 28px;
                    margin-bottom: 8px
                }

@media screen and (min-width: 1600px) {
    .Contact .hero .hero-image {
        height: 20rem
    }
}

@media screen and (min-width: 1025px)and (max-width: 1600px) {
    .Contact .hero .hero-image {
        height: 20rem
    }
}

@media screen and (max-width: 1024px) {
    .Contact .hero .hero-image {
        height: 12rem
    }
}

.contact-body {
    display: grid;
    grid-template-columns: repeat(2, 1fr) 2fr;
    column-gap: 3rem;
    max-width: 1192px;
    width: 100%;
    margin: 3rem auto;
    padding: 0 1rem
}

@media screen and (max-width: 1024px) {
    .contact-body {
        grid-template-columns: 1fr
    }
}

.contact-body h2 {
    margin-top: 1rem;
    margin-bottom: 1.25rem
}

.contact-body hr {
    margin: 16px auto;
    margin-left: 0;
    margin-bottom: 24px;
    color: #be955d;
    width: 100%;
    max-width: 100px;
    background-color: #be955d;
    height: 3px;
    border: none
}

.contact-body div > div {
    margin-bottom: 2rem
}

.contact-body div h6 {
    margin: 0;
    margin-bottom: 1rem
}

.contact-body div a {
    font-size: 18px;
    display: block;
    color: #3b5573;
    text-decoration: none;
    margin-bottom: 1rem
}

    .contact-body div a .label {
        cursor: default
    }

.contact-body div p {
    margin: 0;
    margin-bottom: .75rem;
    font-size: 16px
}

.contact-body div:last-child {
    margin: 0
}

.contact-body .card {
    background-color: transparent;
    border: none
}

    .contact-body .card .label {
        color: #3b5573;
        font-family: "proxima-nova",sans-serif;
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: 28px
    }

    .contact-body .card a {
        color: #3b5573;
        font-family: "proxima-nova",sans-serif;
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        margin: 0;
        display: inline-block
    }

.contact-body .contact-resources {
    background-color: #dee5ee;
    padding: 20px;
    border-radius: 8px;
    font-style: normal
}

.contact-body .media-contacts {
    padding: 20px
}

    .contact-body .media-contacts .label {
        color: #be955d;
        margin-bottom: 1.25rem
    }

    .contact-body .media-contacts h3 {
        color: #3b5573;
        margin-bottom: 10px;
        font-family: "proxima-nova",sans-serif;
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: 28px
    }

    .contact-body .media-contacts .name {
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        margin-bottom: 1rem
    }

.legal-docs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    max-width: 1192px;
    padding: 0 1rem;
    margin: 0 auto
}

    .legal-docs .docs-container {
        display: grid;
        row-gap: 1.75rem;
        list-style: none;
        padding: 0
    }

@media screen and (max-width: 1024px) {
    .legal-docs .docs-container {
        grid-column: span 2;
        row-gap: 1rem
    }
}

.legal-docs .docs-container .doc-download {
    display: grid;
    place-items: center start;
    grid-template-columns: 50px 2fr 1fr;
    padding: 1.5rem;
    border-radius: 8px;
    border: 2px solid #cbc7b1
}

@media screen and (max-width: 1024px) {
    .legal-docs .docs-container .doc-download {
        padding: 1rem
    }
}

.legal-docs .docs-container .doc-download h4 {
    color: #232d44;
    margin: 0;
    font-weight: 600
}

@media(max-width: 500px) {
    .legal-docs .docs-container .doc-download h4 {
        font-size: 1rem
    }
}

.legal-docs .docs-container .doc-download a {
    place-self: center end;
    color: #232d44
}

.third-party-terminal-page .hero {
    height: 20rem;
    overflow: hidden
}

    .third-party-terminal-page .hero h1 {
        font-size: 60px;
        margin-bottom: 0
    }

    .third-party-terminal-page .hero p {
        margin-top: 1rem;
        font-size: 18px
    }

@media screen and (max-width: 1024px) {
    .third-party-terminal-page .hero {
        height: 17rem
    }
}

@media(max-width: 500px) {
    .third-party-terminal-page .hero {
        height: 22rem
    }
}

.states-list {
    max-width: 1192px;
    width: 100%;
    margin: 3rem auto;
    padding: 0 1rem;
    gap: 50px 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr)
}

@media(max-width: 500px) {
    .states-list {
        grid-template-columns: 1fr
    }
}

.states-list ul {
    list-style: none;
    padding: 0
}

.states-list li p {
    color: #232d44;
    font-weight: 600
}

.states-list h3 {
    font-weight: 600;
    margin-bottom: 1rem
}

.states-list hr {
    margin: 16px auto;
    margin-left: 0;
    margin-bottom: 24px;
    color: #be955d;
    width: 100%;
    max-width: 80px;
    background-color: #be955d;
    height: 3px;
    border: none
}

* {
    box-sizing: border-box
}

body {
    margin: 0
}

.link-label {
    height: 1px;
    width: 1px;
    position: absolute;
    overflow: hidden;
    top: -10px
}

h1, .h1 {
    color: #101828;
    font-size: 60px;
    font-family: "proxima-nova",sans-serif;
    font-weight: normal;
    line-height: 70px
}

@media screen and (min-width: 1600px) {
    h1, .h1 {
        font-size: 100px;
        line-height: 115px
    }
}

h2, .h2 {
    color: #101828;
    font-size: 36px;
    font-family: "proxima-nova",sans-serif;
    font-weight: bold;
    line-height: 44px
}

    h2.medium, .h2.medium {
        font-weight: 500
    }

    h2.semi, .h2.semi {
        font-weight: 600
    }

    h2 strong, h2.bold, .h2 strong, .h2.bold {
        font-weight: 700
    }

@media screen and (min-width: 1600px) {
    h2, .h2 {
        font-size: 48px;
        line-height: 60px
    }
}

h3, .h3 {
    color: #101828;
    font-family: "proxima-nova",sans-serif;
    font-weight: normal;
    font-size: 24px;
    line-height: 32px
}

    h3.medium, .h3.medium {
        font-weight: 500
    }

    h3.semi, .h3.semi {
        font-weight: 600
    }

    h3 strong, h3.bold, .h3 strong, .h3.bold {
        font-weight: 700
    }

@media screen and (min-width: 1600px) {
    h3, .h3 {
        font-size: 30px;
        line-height: 38px
    }
}

h4, .h4 {
    color: #101828;
    font-family: "proxima-nova",sans-serif;
    font-weight: normal;
    font-size: 20px;
    line-height: 30px
}

    h4.medium, .h4.medium {
        font-weight: 500
    }

    h4.semi, .h4.semi {
        font-weight: 600
    }

    h4 strong, h4.bold, .h4 strong, .h4.bold {
        font-weight: 700
    }

@media screen and (min-width: 1600px) {
    h4, .h4 {
        font-size: 24px;
        line-height: 32px
    }
}

h5, .h5 {
    color: #101828;
    font-family: "proxima-nova",sans-serif;
    font-weight: normal;
    font-size: 18px;
    line-height: 28px
}

    h5.medium, .h5.medium {
        font-weight: 500
    }

    h5.semi, .h5.semi {
        font-weight: 600
    }

    h5 strong, h5.bold, .h5 strong, .h5.bold {
        font-weight: 700
    }

@media screen and (min-width: 1600px) {
    h5, .h5 {
        font-size: 20px;
        line-height: 30px
    }
}

h6, .h6 {
    color: #3b5573;
    font-family: "proxima-nova",sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 28px
}

    h6.medium, .h6.medium {
        font-weight: 500
    }

    h6.semi, .h6.semi {
        font-weight: 600
    }

    h6 strong, h6.bold, .h6 strong, .h6.bold {
        font-weight: 700
    }

@media screen and (min-width: 1600px) {
    h6, .h6 {
        font-size: 20px;
        line-height: 30px
    }
}

p, li {
    color: #4f4f4f;
    font-family: "proxima-nova",sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px
}

    p a, li a {
        color: #47668a;
        font-weight: 600;
        font-size: 16px;
        text-decoration: none
    }

        p a:hover, li a:hover {
            color: #171e2d
        }

    p.medium, li.medium {
        font-weight: 500
    }

    p.semi, li.semi {
        font-weight: 600
    }

    p strong, p.bold, li strong, li.bold {
        font-weight: 700
    }

    p.caption, li.caption {
        font-size: 12px;
        line-height: 18px
    }

@media screen and (min-width: 1600px) {
    p, li {
        font-size: 18px;
        line-height: 28px
    }

        p a, li a {
            font-size: 18px
        }

        p.caption, li.caption {
            font-size: 14px;
            line-height: 20px
        }
}

button, .button {
    font-family: "proxima-nova",sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    width: fit-content;
    height: fit-content;
    display: flex;
    padding: 8px 14px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    border: 1px solid #47668a;
    background: #47668a;
    color: #fff;
    cursor: pointer;
    box-shadow: 0px 1px 2px 0px rgba(16,24,40,.05);
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

    button svg, .button svg {
        height: 14px;
        width: 20px;
        color: #fff;
        fill: #fff
    }

    button.hover, button:hover, .button.hover, .button:hover {
        border: 1px solid #2f445c;
        color: #fff !important;
        background: #2f445c;
        box-shadow: 0px 1px 2px 0px rgba(16,24,40,.05);
        text-decoration: none
    }

    button.focus, button:focus, .button.focus, .button:focus {
        box-shadow: 0px 0px 0px 4px #dee5ee,0px 1px 2px 0px rgba(16,24,40,.05) !important
    }

    button.disabled, .button.disabled {
        border: 1px solid #eaecf0 !important;
        color: #d0d5dd !important;
        background: #fff !important;
        box-shadow: 0px 1px 2px 0px rgba(16,24,40,.05) !important;
        cursor: not-allowed
    }

        button.disabled svg, .button.disabled svg {
            color: #d0d5dd !important;
            fill: #d0d5dd !important
        }

    button.small, .button.small {
        font-size: 14px;
        font-weight: 600;
        line-height: 20px
    }

        button.small svg, .button.small svg {
            height: 14px !important;
            width: 20px !important;
            color: #fff;
            fill: #fff
        }

    button.medium, .button.medium {
        padding: 10px 16px;
        gap: 8px;
        font-size: 14px;
        font-weight: 600;
        line-height: 20px
    }

        button.medium svg, .button.medium svg {
            height: 14px;
            width: 20px;
            color: #fff;
            fill: #fff
        }

    button.large, .button.large {
        padding: 10px 18px;
        gap: 8px;
        font-size: 16px;
        font-weight: 600;
        line-height: 24px
    }

        button.large svg, .button.large svg {
            height: 16px;
            width: 24px;
            color: #fff;
            fill: #fff
        }

    button.xl, .button.xl {
        padding: 12px 20px;
        gap: 8px;
        font-size: 16px;
        font-weight: 600;
        line-height: 24px
    }

        button.xl svg, .button.xl svg {
            height: 16px;
            width: 24px;
            color: #fff;
            fill: #fff
        }

    button.xxl, .button.xxl {
        padding: 16px 28px;
        gap: 8px;
        font-size: 18px;
        font-weight: 600;
        line-height: 28px
    }

        button.xxl svg, .button.xxl svg {
            height: 18px;
            width: 28px;
            color: #fff;
            fill: #fff
        }

    button.secondary-color, .button.secondary-color {
        border: 1px solid #232d44;
        background: #232d44;
        color: #fff;
        box-shadow: 0px 1px 2px 0px rgba(16,24,40,.05)
    }

        button.secondary-color.hover, button.secondary-color:hover, .button.secondary-color.hover, .button.secondary-color:hover {
            border: 1px solid #171e2d;
            background: #171e2d;
            color: #fff;
            box-shadow: 0px 1px 2px 0px rgba(16,24,40,.05)
        }

    button.secondary-outline, .button.secondary-outline {
        border: 1px solid #232d44;
        background: transparent;
        box-shadow: 0px 1px 2px 0px rgba(16,24,40,.05);
        color: #232d44
    }

        button.secondary-outline svg, .button.secondary-outline svg {
            color: #232d44;
            fill: #232d44
        }

        button.secondary-outline.hover, button.secondary-outline:hover, .button.secondary-outline.hover, .button.secondary-outline:hover {
            color: #fff;
            border: 1px solid #232d44;
            background: #232d44;
            box-shadow: 0px 1px 2px 0px rgba(16,24,40,.05)
        }

            button.secondary-outline.hover svg, button.secondary-outline:hover svg, .button.secondary-outline.hover svg, .button.secondary-outline:hover svg {
                color: #fff;
                fill: #fff
            }

        button.secondary-outline.white, .button.secondary-outline.white {
            border-color: #fff;
            color: #fff
        }

            button.secondary-outline.white.hover, button.secondary-outline.white:hover, .button.secondary-outline.white.hover, .button.secondary-outline.white:hover {
                background-color: #fff;
                border-color: #232d44;
                color: #232d44
            }

    button.white-outline, .button.white-outline {
        border: none;
        background: #fff;
        box-shadow: 0px 1px 2px 0px rgba(16,24,40,.05);
        color: #232d44
    }

        button.white-outline svg, .button.white-outline svg {
            color: #232d44;
            fill: #232d44
        }

        button.white-outline.hover, button.white-outline:hover, .button.white-outline.hover, .button.white-outline:hover {
            color: #fff;
            border: none;
            background: #232d44;
            box-shadow: 0px 1px 2px 0px rgba(16,24,40,.05)
        }

            button.white-outline.hover svg, button.white-outline:hover svg, .button.white-outline.hover svg, .button.white-outline:hover svg {
                color: #fff;
                fill: #fff
            }

        button.white-outline.white, .button.white-outline.white {
            border-color: #fff;
            color: #fff
        }

            button.white-outline.white.hover, button.white-outline.white:hover, .button.white-outline.white.hover, .button.white-outline.white:hover {
                background-color: #fff;
                border-color: #232d44;
                color: #232d44
            }

    button.tertiary-color, .button.tertiary-color {
        border: 1px solid transparent;
        background: transparent;
        box-shadow: none;
        color: #232d44
    }

        button.tertiary-color svg, .button.tertiary-color svg {
            color: #232d44;
            fill: #232d44
        }

        button.tertiary-color.hover, button.tertiary-color:hover, .button.tertiary-color.hover, .button.tertiary-color:hover {
            color: #232d44;
            border: 1px solid #7b98bb;
            background: #7b98bb;
            box-shadow: 0px 1px 2px 0px rgba(16,24,40,.05)
        }

        button.tertiary-color.disabled, .button.tertiary-color.disabled {
            border: none !important;
            color: #d0d5dd !important;
            background: transparent !important;
            box-shadow: none !important
        }

            button.tertiary-color.disabled svg, .button.tertiary-color.disabled svg {
                color: #d0d5dd;
                fill: #d0d5dd
            }

    button.tertiary-gray, .button.tertiary-gray {
        border: 1px solid transparent;
        background: transparent;
        box-shadow: none;
        color: #667085
    }

        button.tertiary-gray svg, .button.tertiary-gray svg {
            color: #667085;
            fill: #667085
        }

        button.tertiary-gray.hover, button.tertiary-gray:hover, .button.tertiary-gray.hover, .button.tertiary-gray:hover {
            color: #667085;
            border: 1px solid #f9fafb;
            background: #f9fafb;
            box-shadow: 0px 1px 2px 0px rgba(16,24,40,.05)
        }

            button.tertiary-gray.hover svg, button.tertiary-gray:hover svg, .button.tertiary-gray.hover svg, .button.tertiary-gray:hover svg {
                color: #667085;
                fill: #667085
            }

    button.dot-icon svg, .button.dot-icon svg {
        height: 10px;
        width: 10px;
        min-width: 10px;
        color: #12b76a;
        fill: #12b76a
    }

    button.icon-leading, .button.icon-leading {
        display: flex;
        flex-direction: row-reverse;
        justify-content: center;
        align-items: center
    }

        button.icon-leading svg, .button.icon-leading svg {
            width: 24px;
            height: 24px;
            margin-right: .5rem
        }

    button.icon-trailing, .button.icon-trailing {
        display: flex;
        justify-content: center;
        align-items: center
    }

        button.icon-trailing svg, .button.icon-trailing svg {
            width: 24px;
            height: 24px;
            margin-right: .5rem
        }

a {
    color: #232d44;
    font-size: 14px;
    font-family: "proxima-nova",sans-serif;
    font-weight: 600;
    line-height: 20px;
    cursor: pointer
}

    a svg {
        height: 14px;
        width: 20px;
        color: #232d44;
        fill: #232d44
    }

    a.small {
        font-size: 14px;
        font-weight: 600;
        line-height: 20px
    }

    a.medium {
        font-size: 14px;
        font-weight: 600;
        line-height: 20px
    }

    a.large {
        font-size: 16px;
        font-weight: 600;
        line-height: 24px
    }

    a.xl {
        font-size: 16px;
        font-weight: 600;
        line-height: 24px
    }

    a.xxl {
        font-size: 18px;
        font-weight: 600;
        line-height: 28px
    }

    a.disabled {
        color: #d0d5dd !important;
        background: #fff !important;
        cursor: not-allowed
    }

        a.disabled svg {
            color: #d0d5dd;
            fill: #d0d5dd
        }

    a.link-gray {
        color: #667085
    }

        a.link-gray svg {
            color: #667085;
            fill: #667085
        }

    a.icon-leading {
        display: flex;
        flex-direction: row-reverse;
        justify-content: center;
        align-items: center
    }

        a.icon-leading svg {
            width: 24px !important;
            height: 24px !important;
            margin-right: .5rem
        }

    a.icon-trailing {
        display: flex;
        justify-content: center;
        align-items: center
    }

        a.icon-trailing svg {
            width: 24px !important;
            height: 24px !important;
            margin-right: .5rem
        }

footer {
    background-color: #18222e
}

    footer .inner {
        max-width: 1192px;
        margin: 0 auto;
        padding: 0 1rem
    }

        footer .inner .top {
            display: flex;
            justify-content: space-between;
            padding: 64px 0;
            border-bottom: 3px solid #243345
        }

            footer .inner .top .main-links ul {
                display: flex;
                flex-wrap: wrap;
                row-gap: 30px;
                margin: 0;
                padding: 0;
                list-style: none;
                height: 100%
            }

                footer .inner .top .main-links ul li {
                    margin-right: 32px;
                    display: flex;
                    align-items: center;
                    position: relative
                }

@media(max-width: 500px) {
    footer .inner .top .main-links ul li {
        width: 50%;
        margin: 0
    }
}

footer .inner .top .main-links ul li:last-of-type {
    margin: 0
}

footer .inner .top .main-links ul li a {
    font-family: "proxima-nova",sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    color: #fff;
    text-decoration: none;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

    footer .inner .top .main-links ul li a svg {
        color: #fff;
        fill: #fff
    }

    footer .inner .top .main-links ul li a:hover {
        color: #c3c3c3
    }

footer .inner .top .logo-box {
    display: flex;
    flex-direction: column;
    justify-content: flex-start
}

    footer .inner .top .logo-box .text p {
        color: #fff;
        font-family: "proxima-nova",sans-serif;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
        margin: 0
    }

    footer .inner .top .logo-box .svg {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 14px 0;
        width: fit-content
    }

        footer .inner .top .logo-box .svg svg:nth-of-type(2) {
            margin: 0 8px
        }

@media screen and (max-width: 1024px) {
    footer .inner .top {
        flex-direction: column
    }

        footer .inner .top .logo-box {
            margin-bottom: 48px
        }
}

footer .inner .bottom {
    display: flex;
    justify-content: space-between;
    padding-top: 32px;
    padding-bottom: 48px
}

    footer .inner .bottom .copyright {
        padding-right: 1rem;
        display: flex;
        align-items: center
    }

        footer .inner .bottom .copyright p {
            color: #fff;
            font-family: "proxima-nova",sans-serif;
            font-size: 12px;
            font-style: normal;
            font-weight: 400;
            line-height: 18px;
            margin: 0
        }

    footer .inner .bottom .legal-links {
        margin-right: 1rem
    }

        footer .inner .bottom .legal-links ul {
            display: flex;
            row-gap: 6px;
            margin: 0;
            padding: 0;
            list-style: none;
            height: 100%;
            flex-wrap: wrap
        }

            footer .inner .bottom .legal-links ul li {
                margin-right: 16px;
                display: flex;
                align-items: center;
                position: relative
            }

                footer .inner .bottom .legal-links ul li:last-of-type {
                    margin: 0
                }

                footer .inner .bottom .legal-links ul li a {
                    font-family: "proxima-nova",sans-serif;
                    font-size: 12px;
                    font-style: normal;
                    font-weight: 400;
                    line-height: 18px;
                    color: #fff;
                    text-decoration: none
                }

    footer .inner .bottom .socials {
        float: right
    }

        footer .inner .bottom .socials .social-links {
            display: flex;
            align-items: center;
            margin: 0;
            padding: 0
        }

            footer .inner .bottom .socials .social-links li {
                margin: 0 0 0 12px;
                padding: 0;
                list-style: none
            }

                footer .inner .bottom .socials .social-links li:first-of-type {
                    margin: 0
                }

                footer .inner .bottom .socials .social-links li a {
                    color: #fff;
                    text-decoration: none;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    padding: 8px
                }

                    footer .inner .bottom .socials .social-links li a svg {
                        fill: #fff;
                        color: #fff;
                        width: 24px;
                        height: 24px
                    }

                    footer .inner .bottom .socials .social-links li a .link-label {
                        height: 1px;
                        width: 1px;
                        position: absolute;
                        overflow: hidden;
                        top: -10px
                    }

@media screen and (max-width: 1175px) {
    footer .inner .bottom {
        flex-direction: column-reverse
    }

        footer .inner .bottom div {
            margin-bottom: 1rem
        }

            footer .inner .bottom div:first-of-type {
                margin-bottom: 0
            }
}

.navigation {
    border-bottom: 2px solid #eaecf0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 2
}

    .navigation .inner .top-nav {
        background-color: #47668a
    }

        .navigation .inner .top-nav ul {
            display: flex;
            margin: 0;
            padding: 4px 1rem;
            list-style: none;
            height: 100%;
            max-width: 1192px;
            margin: 0 auto;
            justify-content: flex-end
        }

            .navigation .inner .top-nav ul li {
                margin-right: 32px;
                display: flex;
                align-items: center
            }

                .navigation .inner .top-nav ul li:last-of-type {
                    margin-right: 0
                }

                .navigation .inner .top-nav ul li a {
                    color: #fff;
                    font-family: "proxima-nova",sans-serif;
                    font-size: 14px;
                    font-style: normal;
                    font-weight: 600;
                    line-height: 20px;
                    text-decoration: none
                }

@media screen and (max-width: 1024px) {
    .navigation .inner .top-nav {
        display: none
    }
}

.navigation .inner .main-nav {
    padding: 0px 1rem;
    display: flex;
    justify-content: space-between;
    max-width: 1192px;
    margin: 0 auto;
    background: #fff;
    position: relative
}

@media screen and (max-width: 1024px) {
    .navigation .inner .main-nav {
        padding-right: 0
    }
}

@media screen and (max-width: 1024px) {
    .navigation .inner .main-nav .items {
        position: fixed;
        z-index: 1;
        overflow: scroll;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        top: 80px;
        right: -100%;
        width: 100%;
        background: #fff;
        height: calc(100% - 80px);
        -webkit-transition: all .25s ease-in-out;
        -moz-transition: all .25s ease-in-out;
        transition: all .25s ease-in-out
    }

        .navigation .inner .main-nav .items.active {
            right: 0
        }
}

.navigation .inner .main-nav .items .secondary {
    display: none
}

@media screen and (max-width: 1024px) {
    .navigation .inner .main-nav .items .secondary {
        height: fit-content;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        border-top: 2px solid #eaecf0
    }

        .navigation .inner .main-nav .items .secondary li {
            height: fit-content;
            width: 50%;
            margin-right: 0
        }

            .navigation .inner .main-nav .items .secondary li a {
                padding: 10px;
                display: flex;
                align-items: center
            }

                .navigation .inner .main-nav .items .secondary li a svg {
                    margin-left: 2px
                }
}

.navigation .inner .main-nav .items ul {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    height: 100%
}

    .navigation .inner .main-nav .items ul li {
        margin-right: 32px;
        display: flex;
        align-items: center;
        position: relative;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 24px;
        text-decoration: none;
        font-family: "proxima-nova",sans-serif
    }

        .navigation .inner .main-nav .items ul li::after {
            opacity: 0;
            content: " ";
            position: absolute;
            bottom: 0px;
            left: 50%;
            transform: translateX(-50%);
            height: 8px;
            width: 40px;
            border-radius: 3px 3px 0px 0px;
            background-color: #be955d;
            -webkit-transition: all .25s ease-in-out;
            -moz-transition: all .25s ease-in-out;
            transition: all .25s ease-in-out
        }

        .navigation .inner .main-nav .items ul li:hover, .navigation .inner .main-nav .items ul li.active {
            cursor: pointer
        }

            .navigation .inner .main-nav .items ul li:hover::after, .navigation .inner .main-nav .items ul li.active::after {
                opacity: 1
            }

            .navigation .inner .main-nav .items ul li:hover ul, .navigation .inner .main-nav .items ul li.active ul {
                top: 80px
            }

        .navigation .inner .main-nav .items ul li.active-parent::after {
            opacity: 1
        }

        .navigation .inner .main-nav .items ul li:last-of-type {
            margin-right: 0
        }

        .navigation .inner .main-nav .items ul li a {
            width: 100%;
            font-size: 16px;
            font-style: normal;
            font-weight: 600;
            line-height: 24px;
            text-decoration: none;
            font-family: "proxima-nova",sans-serif;
            padding: 25px 0;
            color: #232d44
        }

            .navigation .inner .main-nav .items ul li a:hover {
                color: #232d44;
                text-decoration: none
            }

        .navigation .inner .main-nav .items ul li ul {
            top: -500px;
            z-index: -1;
            border-radius: 0px 0px 8px 8px;
            border-right: 1px solid #eaecf0;
            border-bottom: 1px solid #eaecf0;
            border-left: 1px solid #eaecf0;
            box-shadow: 0px 4px 6px -2px rgba(16,24,40,.03),0px 12px 16px -4px rgba(16,24,40,.08);
            position: absolute;
            background-color: #fff;
            display: flex;
            padding: 0px;
            width: 315px;
            flex-direction: column;
            align-items: flex-start;
            gap: 0px;
            align-self: stretch;
            height: fit-content;
            left: 50%;
            transform: translateX(-50%);
            -webkit-transition: all .25s ease-in-out;
            -moz-transition: all .25s ease-in-out;
            transition: all .25s ease-in-out
        }

            .navigation .inner .main-nav .items ul li ul li {
                margin: 0;
                display: flex;
                padding: 12px;
                align-items: center;
                gap: 16px;
                align-self: stretch
            }

                .navigation .inner .main-nav .items ul li ul li:hover, .navigation .inner .main-nav .items ul li ul li.active {
                    background-color: #f1f1f1
                }

                .navigation .inner .main-nav .items ul li ul li ul {
                    display: none
                }

                .navigation .inner .main-nav .items ul li ul li::after {
                    display: none
                }

@media screen and (min-width: 1025px)and (max-width: 1600px) {
    .navigation .inner .main-nav .items ul li ul li:first-of-type {
        display: flex
    }
}

.navigation .inner .main-nav .items ul li ul li a {
    padding: 0
}

@media screen and (max-width: 1024px) {
    .navigation .inner .main-nav .items ul li ul {
        position: fixed;
        bottom: initial;
        top: 80px;
        right: -100%;
        left: initial;
        transform: initial;
        width: 100%;
        background: #fff;
        height: calc(100vh - 80px);
        z-index: 1;
        -webkit-transition: all .25s ease-in-out;
        -moz-transition: all .25s ease-in-out;
        transition: all .25s ease-in-out
    }

        .navigation .inner .main-nav .items ul li ul.active {
            right: 0
        }
}

@media screen and (max-width: 1024px) {
    .navigation .inner .main-nav .items ul {
        flex-direction: column;
        padding: 18px;
        height: fit-content
    }

        .navigation .inner .main-nav .items ul li::after {
            display: none
        }

        .navigation .inner .main-nav .items ul li:hover ul {
            top: 80px
        }
}

.navigation .inner .main-nav .interaction {
    display: flex;
    align-items: center;
    flex: 1 auto
}

    .navigation .inner .main-nav .interaction .logo {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 14px 0
    }

        .navigation .inner .main-nav .interaction .logo a {
            text-decoration: none
        }

        .navigation .inner .main-nav .interaction .logo svg:nth-of-type(1) {
            height: 51px;
            width: 29px
        }

        .navigation .inner .main-nav .interaction .logo svg:nth-of-type(2) {
            height: 32px;
            width: 3px;
            margin: 0 8px
        }

        .navigation .inner .main-nav .interaction .logo svg:nth-of-type(3) {
            height: 32px;
            width: 132px
        }

    .navigation .inner .main-nav .interaction .burger {
        height: 51px;
        width: 51px;
        display: none;
        margin-right: .5rem;
        flex: 1 auto;
        justify-content: flex-end
    }

        .navigation .inner .main-nav .interaction .burger .ham {
            height: 100%;
            cursor: pointer;
            -webkit-tap-highlight-color: transparent;
            transition: transform 400ms;
            -moz-user-select: none;
            -webkit-user-select: none;
            -ms-user-select: none;
            user-select: none
        }

            .navigation .inner .main-nav .interaction .burger .ham.ham4 .bottom {
                stroke-dasharray: 40 121
            }

            .navigation .inner .main-nav .interaction .burger .ham.ham4 .top {
                stroke-dasharray: 40 121
            }

            .navigation .inner .main-nav .interaction .burger .ham .line {
                fill: none;
                transition: stroke-dasharray 400ms,stroke-dashoffset 400ms;
                stroke: #101828;
                stroke-width: 5.5;
                stroke-linecap: round
            }

        .navigation .inner .main-nav .interaction .burger.active .ham {
            transform: rotate(45deg)
        }

            .navigation .inner .main-nav .interaction .burger.active .ham .bottom {
                stroke-dashoffset: -68px
            }

            .navigation .inner .main-nav .interaction .burger.active .ham .top {
                stroke-dashoffset: -68px
            }

@media screen and (max-width: 1024px) {
    .navigation .inner .main-nav .interaction .burger {
        display: flex
    }
}

.wrapper {
    margin-top: 108px
}

@media screen and (max-width: 1024px) {
    .wrapper {
        margin-top: 79px
    }
}

section.grey {
    background-color: #f9fafb
}

.margin-top-none {
    padding-top: 0 !important
}

.margin-top-small {
    padding-top: 4rem !important
}

@media(max-width: 600px) {
    .margin-top-small {
        padding-top: 2rem !important
    }
}

.margin-top-medium {
    padding-top: 150px !important
}

@media(max-width: 600px) {
    .margin-top-medium {
        padding-top: 75px !important
    }
}

.margin-top-large {
    padding-top: 300px !important
}

@media(max-width: 600px) {
    .margin-top-large {
        padding-top: 150px !important
    }
}

.margin-bottom-none {
    padding-bottom: 0 !important
}

.margin-bottom-small {
    padding-bottom: 4rem !important
}

@media(max-width: 600px) {
    .margin-bottom-small {
        padding-bottom: 2rem !important
    }
}

.margin-bottom-medium {
    padding-bottom: 150px !important
}

@media(max-width: 600px) {
    .margin-bottom-medium {
        padding-bottom: 75px !important
    }
}

.margin-bottom-large {
    padding-bottom: 300px !important
}

@media(max-width: 600px) {
    .margin-bottom-large {
        padding-bottom: 150px !important
    }
}
