.noUi-target, .noUi-target * {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    box-sizing: border-box;
    touch-action: none;
    -webkit-user-select: none;
    user-select: none
}

.noUi-target {
    position: relative
}

.noUi-base, .noUi-connects {
    height: 100%;
    position: relative;
    width: 100%;
    z-index: 1
}

.noUi-connects {
    overflow: hidden;
    z-index: 0
}

.noUi-connect, .noUi-origin {
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    -ms-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform-style: preserve-3d;
    transform-style: flat;
    width: 100%;
    will-change: transform;
    z-index: 1
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
    left: 0;
    right: auto
}

.noUi-vertical .noUi-origin {
    top: -100%;
    width: 0
}

.noUi-horizontal .noUi-origin {
    height: 0
}

.noUi-handle {
    backface-visibility: hidden;
    position: absolute
}

.noUi-touch-area {
    height: 100%;
    width: 100%
}

.noUi-state-tap .noUi-connect, .noUi-state-tap .noUi-origin {
    transition: transform .3s
}

.noUi-state-drag * {
    cursor: inherit !important
}

.noUi-horizontal {
    height: 18px
}

.noUi-horizontal .noUi-handle {
    height: 28px;
    right: -17px;
    top: -6px;
    width: 34px
}

.noUi-vertical {
    width: 18px
}

.noUi-vertical .noUi-handle {
    bottom: -17px;
    height: 34px;
    right: -6px;
    width: 28px
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
    left: -17px;
    right: auto
}

.noUi-target {
    background: #fafafa;
    border: 1px solid #d3d3d3;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px #f0f0f0, 0 3px 6px -5px #bbb
}

.noUi-connects {
    border-radius: 3px
}

.noUi-connect {
    background: #3fb8af
}

.noUi-draggable {
    cursor: ew-resize
}

.noUi-vertical .noUi-draggable {
    cursor: ns-resize
}

.noUi-handle {
    background: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ebebeb, 0 3px 6px -3px #bbb;
    cursor: default
}

.noUi-active {
    box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ddd, 0 3px 6px -3px #bbb
}

.noUi-handle:after, .noUi-handle:before {
    background: #e8e7e6;
    content: "";
    display: block;
    height: 14px;
    left: 14px;
    position: absolute;
    top: 6px;
    width: 1px
}

.noUi-handle:after {
    left: 17px
}

.noUi-vertical .noUi-handle:after, .noUi-vertical .noUi-handle:before {
    height: 1px;
    left: 6px;
    top: 14px;
    width: 14px
}

.noUi-vertical .noUi-handle:after {
    top: 17px
}

[disabled] .noUi-connect {
    background: #b8b8b8
}

[disabled] .noUi-handle, [disabled].noUi-handle, [disabled].noUi-target {
    cursor: not-allowed
}

.noUi-pips, .noUi-pips * {
    box-sizing: border-box
}

.noUi-pips {
    color: #999;
    position: absolute
}

.noUi-value {
    position: absolute;
    text-align: center;
    white-space: nowrap
}

.noUi-value-sub {
    color: #ccc;
    font-size: 10px
}

.noUi-marker {
    background: #ccc;
    position: absolute
}

.noUi-marker-large, .noUi-marker-sub {
    background: #aaa
}

.noUi-pips-horizontal {
    height: 80px;
    left: 0;
    padding: 10px 0;
    top: 100%;
    width: 100%
}

.noUi-value-horizontal {
    transform: translate(-50%, 50%)
}

.noUi-rtl .noUi-value-horizontal {
    transform: translate(50%, 50%)
}

.noUi-marker-horizontal.noUi-marker {
    height: 5px;
    margin-left: -1px;
    width: 2px
}

.noUi-marker-horizontal.noUi-marker-sub {
    height: 10px
}

.noUi-marker-horizontal.noUi-marker-large {
    height: 15px
}

.noUi-pips-vertical {
    height: 100%;
    left: 100%;
    padding: 0 10px;
    top: 0
}

.noUi-value-vertical {
    padding-left: 25px;
    transform: translateY(-50%)
}

.noUi-rtl .noUi-value-vertical {
    transform: translateY(50%)
}

.noUi-marker-vertical.noUi-marker {
    height: 2px;
    margin-top: -1px;
    width: 5px
}

.noUi-marker-vertical.noUi-marker-sub {
    width: 10px
}

.noUi-marker-vertical.noUi-marker-large {
    width: 15px
}

.noUi-tooltip {
    background: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    color: #000;
    display: block;
    padding: 5px;
    position: absolute;
    text-align: center;
    white-space: nowrap
}

.noUi-horizontal .noUi-tooltip {
    bottom: 120%;
    left: 50%;
    transform: translate(-50%)
}

.noUi-vertical .noUi-tooltip {
    right: 120%;
    top: 50%;
    transform: translateY(-50%)
}

.noUi-horizontal .noUi-origin > .noUi-tooltip {
    bottom: 10px;
    left: auto;
    transform: translate(50%)
}

.noUi-vertical .noUi-origin > .noUi-tooltip {
    right: 28px;
    top: auto;
    transform: translateY(-18px)
}

:root {
    --black: #000;
    --white: #fff;
    --dark-green-500: #053333;
    --dark-green-400: #375c5c;
    --dark-green-300: #698585;
    --dark-green-200: #9badad;
    --dark-green-100: #cdd6d6;
    --light-green-500: #63a8a3;
    --light-green-400: #82b9b5;
    --light-green-300: #a1cbc8;
    --light-green-200: #c1dcda;
    --light-green-100: #e0eeed;
    --light-green-50: #eff6f6;
    --pale-green: #d1f2ba;
    --blue: #bfd9de;
    --silver-300: #7c7d80;
    --silver-200: #a8a9ad;
    --silver-100: #d9d7d8;
    --red: #ff9494;
    --green-teal-600: #00df9b;
    --green-teal-400: #66ecc3;
    --green-teal-200: #ccf9eb;
    --green-teal-100: #e6fcf5
}

.theme--workplace {
    --light-green-500: var(--dark-green-500);
    --light-green-200: var(--green-teal-200);
    --light-green-100: var(--green-teal-100);
    --pale-green: var(--green-teal-600)
}

@font-face {
    font-display: swap;
    font-family: Inter;
    font-style: normal;
    src: url(../fonts/Inter.d1b0b3.woff2) format("woff2");
    unicode-range: u+0100 -02af, u+0304, u+0308, u+0329, u+1e00-1e9f, u+1ef2-1eff, u+2020, u+20a0-20ab, u+20ad-20cf, u+2113, u+2c60-2c7f, u+a720-a7ff
}

@font-face {
    font-display: swap;
    font-family: Inter;
    font-style: normal;
    src: url(../fonts/Inter.d1b0b3.woff2) format("woff2");
    unicode-range: u+00 ? ?, u+0131, u+0152 -0153, u+02bb-02bc, u+02c6, u+02da, u+02dc, u+0304, u+0308, u+0329, u+2000 -206f, u+2074, u+20ac, u+2122, u+2191, u+2193, u+2212, u+2215, u+feff, u+fffd
}

@font-face {
    font-display: swap;
    font-family: Benjamin;
    src: url(../fonts/FSBenjamin-Regular.6c2228.woff2) format("woff2")
}

.abs-center {
    height: 100%;
    left: 50%;
    object-fit: cover;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%
}

.no-transition-delay {
    transition-delay: 0s !important
}

.bgc-black {
    background-color: #000;
    background-color: var(--black)
}

.fc-black {
    color: #000;
    color: var(--black)
}

.bgc-white {
    background-color: #fff;
    background-color: var(--white)
}

.fc-white {
    color: #fff;
    color: var(--white)
}

.bgc-dark-green-500 {
    background-color: #053333;
    background-color: var(--dark-green-500)
}

.fc-dark-green-500 {
    color: #053333;
    color: var(--dark-green-500)
}

.bgc-dark-green-400 {
    background-color: #375c5c;
    background-color: var(--dark-green-400)
}

.fc-dark-green-400 {
    color: #375c5c;
    color: var(--dark-green-400)
}

.bgc-dark-green-300 {
    background-color: #698585;
    background-color: var(--dark-green-300)
}

.fc-dark-green-300 {
    color: #698585;
    color: var(--dark-green-300)
}

.bgc-dark-green-200 {
    background-color: #9badad;
    background-color: var(--dark-green-200)
}

.fc-dark-green-200 {
    color: #9badad;
    color: var(--dark-green-200)
}

.bgc-dark-green-100 {
    background-color: #cdd6d6;
    background-color: var(--dark-green-100)
}

.fc-dark-green-100 {
    color: #cdd6d6;
    color: var(--dark-green-100)
}

.bgc-light-green-500 {
    background-color: #63a8a3;
    background-color: var(--light-green-500)
}

.fc-light-green-500 {
    color: #63a8a3;
    color: var(--light-green-500)
}

.bgc-light-green-400 {
    background-color: #82b9b5;
    background-color: var(--light-green-400)
}

.fc-light-green-400 {
    color: #82b9b5;
    color: var(--light-green-400)
}

.bgc-light-green-300 {
    background-color: #a1cbc8;
    background-color: var(--light-green-300)
}

.fc-light-green-300 {
    color: #a1cbc8;
    color: var(--light-green-300)
}

.bgc-light-green-200 {
    background-color: #c1dcda;
    background-color: var(--light-green-200)
}

.fc-light-green-200 {
    color: #c1dcda;
    color: var(--light-green-200)
}

.bgc-light-green-100 {
    background-color: #e0eeed;
    background-color: var(--light-green-100)
}

.fc-light-green-100 {
    color: #e0eeed;
    color: var(--light-green-100)
}

.bgc-light-green-50 {
    background-color: #eff6f6;
    background-color: var(--light-green-50)
}

.fc-light-green-50 {
    color: #eff6f6;
    color: var(--light-green-50)
}

.bgc-pale-green {
    background-color: #d1f2ba;
    background-color: var(--pale-green)
}

.fc-pale-green {
    color: #d1f2ba;
    color: var(--pale-green)
}

.bgc-blue {
    background-color: #bfd9de;
    background-color: var(--blue)
}

.fc-blue {
    color: #bfd9de;
    color: var(--blue)
}

.bgc-silver-300 {
    background-color: #7c7d80;
    background-color: var(--silver-300)
}

.fc-silver-300 {
    color: #7c7d80;
    color: var(--silver-300)
}

.bgc-silver-200 {
    background-color: #a8a9ad;
    background-color: var(--silver-200)
}

.fc-silver-200 {
    color: #a8a9ad;
    color: var(--silver-200)
}

.bgc-silver-100 {
    background-color: #d9d7d8;
    background-color: var(--silver-100)
}

.fc-silver-100 {
    color: #d9d7d8;
    color: var(--silver-100)
}

.bgc-red {
    background-color: #ff9494;
    background-color: var(--red)
}

.fc-red {
    color: #ff9494;
    color: var(--red)
}

.bgc-green-teal-600 {
    background-color: #00df9b;
    background-color: var(--green-teal-600)
}

.fc-green-teal-600 {
    color: #00df9b;
    color: var(--green-teal-600)
}

.bgc-green-teal-400 {
    background-color: #66ecc3;
    background-color: var(--green-teal-400)
}

.fc-green-teal-400 {
    color: #66ecc3;
    color: var(--green-teal-400)
}

.bgc-green-teal-200 {
    background-color: #ccf9eb;
    background-color: var(--green-teal-200)
}

.fc-green-teal-200 {
    color: #ccf9eb;
    color: var(--green-teal-200)
}

.bgc-green-teal-100 {
    background-color: #e6fcf5;
    background-color: var(--green-teal-100)
}

.fc-green-teal-100 {
    color: #e6fcf5;
    color: var(--green-teal-100)
}

.fs-h1 {
    font-family: Benjamin, cursive;
    font-size: 56px;
    font-weight: 400;
    letter-spacing: -.02em;
    line-height: 64px
}

@media screen and (min-width: 580px) {
    .fs-h1 {
        font-size: 56px
    }
}

@media screen and (min-width: 1440px) {
    .fs-h1 {
        font-size: 56px
    }
}

@media screen and (min-width: 580px) {
    .fs-h1 {
        line-height: 64px
    }
}

@media screen and (min-width: 1440px) {
    .fs-h1 {
        line-height: 64px
    }
}

.fs-h2 {
    font-family: Benjamin, cursive;
    font-size: 48px;
    font-weight: 400;
    letter-spacing: -.02em;
    line-height: 56px
}

@media screen and (min-width: 580px) {
    .fs-h2 {
        font-size: 48px
    }
}

@media screen and (min-width: 1440px) {
    .fs-h2 {
        font-size: 48px
    }
}

@media screen and (min-width: 580px) {
    .fs-h2 {
        line-height: 56px
    }
}

@media screen and (min-width: 1440px) {
    .fs-h2 {
        line-height: 56px
    }
}

.fs-h3 {
    font-family: Benjamin, cursive;
    font-size: 36px;
    font-weight: 400;
    letter-spacing: -.02em;
    line-height: 44px
}

@media screen and (min-width: 580px) {
    .fs-h3 {
        font-size: 36px
    }
}

@media screen and (min-width: 1440px) {
    .fs-h3 {
        font-size: 36px
    }
}

@media screen and (min-width: 580px) {
    .fs-h3 {
        line-height: 44px
    }
}

@media screen and (min-width: 1440px) {
    .fs-h3 {
        line-height: 44px
    }
}

.fs-h4 {
    font-family: Benjamin, cursive;
    font-size: 28px;
    font-weight: 400;
    letter-spacing: -.02em;
    line-height: 36px
}

@media screen and (min-width: 580px) {
    .fs-h4 {
        font-size: 28px
    }
}

@media screen and (min-width: 1440px) {
    .fs-h4 {
        font-size: 28px
    }
}

@media screen and (min-width: 580px) {
    .fs-h4 {
        line-height: 36px
    }
}

@media screen and (min-width: 1440px) {
    .fs-h4 {
        line-height: 36px
    }
}

.fs-h5 {
    font-family: Benjamin, cursive;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: -.02em;
    line-height: 32px
}

@media screen and (min-width: 580px) {
    .fs-h5 {
        font-size: 24px
    }
}

@media screen and (min-width: 1440px) {
    .fs-h5 {
        font-size: 24px
    }
}

@media screen and (min-width: 580px) {
    .fs-h5 {
        line-height: 32px
    }
}

@media screen and (min-width: 1440px) {
    .fs-h5 {
        line-height: 32px
    }
}

.fs-h6 {
    font-family: Benjamin, cursive;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: -.02em;
    line-height: 28px
}

@media screen and (min-width: 580px) {
    .fs-h6 {
        font-size: 20px
    }
}

@media screen and (min-width: 1440px) {
    .fs-h6 {
        font-size: 20px
    }
}

@media screen and (min-width: 580px) {
    .fs-h6 {
        line-height: 28px
    }
}

@media screen and (min-width: 1440px) {
    .fs-h6 {
        line-height: 28px
    }
}

.fs-h7 {
    font-family: Benjamin, cursive;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: -.02em;
    line-height: 26px
}

@media screen and (min-width: 580px) {
    .fs-h7 {
        font-size: 18px
    }
}

@media screen and (min-width: 1440px) {
    .fs-h7 {
        font-size: 18px
    }
}

@media screen and (min-width: 580px) {
    .fs-h7 {
        line-height: 26px
    }
}

@media screen and (min-width: 1440px) {
    .fs-h7 {
        line-height: 26px
    }
}

.fs-body-xl {
    font-family: Inter, sans-serif;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 30px
}

@media screen and (min-width: 580px) {
    .fs-body-xl {
        font-size: 20px
    }
}

@media screen and (min-width: 1440px) {
    .fs-body-xl {
        font-size: 20px
    }
}

@media screen and (min-width: 580px) {
    .fs-body-xl {
        line-height: 30px
    }
}

@media screen and (min-width: 1440px) {
    .fs-body-xl {
        line-height: 30px
    }
}

.fs-body-l {
    font-family: Inter, sans-serif;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 28px
}

@media screen and (min-width: 580px) {
    .fs-body-l {
        font-size: 18px
    }
}

@media screen and (min-width: 1440px) {
    .fs-body-l {
        font-size: 18px
    }
}

@media screen and (min-width: 580px) {
    .fs-body-l {
        line-height: 28px
    }
}

@media screen and (min-width: 1440px) {
    .fs-body-l {
        line-height: 28px
    }
}

.fs-body {
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 26px
}

@media screen and (min-width: 580px) {
    .fs-body {
        font-size: 16px
    }
}

@media screen and (min-width: 1440px) {
    .fs-body {
        font-size: 16px
    }
}

@media screen and (min-width: 580px) {
    .fs-body {
        line-height: 26px
    }
}

@media screen and (min-width: 1440px) {
    .fs-body {
        line-height: 26px
    }
}

.fs-body-s {
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 22px
}

@media screen and (min-width: 580px) {
    .fs-body-s {
        font-size: 14px
    }
}

@media screen and (min-width: 1440px) {
    .fs-body-s {
        font-size: 14px
    }
}

@media screen and (min-width: 580px) {
    .fs-body-s {
        line-height: 22px
    }
}

@media screen and (min-width: 1440px) {
    .fs-body-s {
        line-height: 22px
    }
}

.fs-body-xs {
    font-family: Inter, sans-serif;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 18px
}

@media screen and (min-width: 580px) {
    .fs-body-xs {
        font-size: 12px
    }
}

@media screen and (min-width: 1440px) {
    .fs-body-xs {
        font-size: 12px
    }
}

@media screen and (min-width: 580px) {
    .fs-body-xs {
        line-height: 18px
    }
}

@media screen and (min-width: 1440px) {
    .fs-body-xs {
        line-height: 18px
    }
}

.fs-label {
    font-family: Benjamin, cursive;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .25em;
    line-height: 14px;
    text-transform: uppercase
}

@media screen and (min-width: 580px) {
    .fs-label {
        font-size: 14px
    }
}

@media screen and (min-width: 1440px) {
    .fs-label {
        font-size: 14px
    }
}

@media screen and (min-width: 580px) {
    .fs-label {
        line-height: 14px
    }
}

@media screen and (min-width: 1440px) {
    .fs-label {
        line-height: 14px
    }
}

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

.ta-left {
    text-align: left
}

.ta-center {
    text-align: center
}

.ta-right {
    text-align: right
}

.section-wrap {
    margin: 0 auto;
    max-width: 1200px;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%
}

@media screen and (min-width: 580px) {
    .section-wrap {
        padding-left: calc(6.51163px + 2.32558vw)
    }
}

@media screen and (min-width: 1440px) {
    .section-wrap {
        padding-left: 40px
    }
}

@media screen and (min-width: 580px) {
    .section-wrap {
        padding-right: calc(6.51163px + 2.32558vw)
    }
}

@media screen and (min-width: 1440px) {
    .section-wrap {
        padding-right: 40px
    }
}

.ttu {
    text-transform: uppercase
}

.raise {
    z-index: 1
}

#app, .raise {
    position: relative
}

button {
    padding: 0
}

abbr, address, article, aside, audio, b, blockquote, body, canvas, caption, cite, code, dd, del, details, dfn, div, dl, dt, em, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, p, pre, q, samp, section, small, span, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video {
    background: #0000;
    border: 0;
    font-size: 100%;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: initial
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    line-height: 1
}

.main {
    isolation: isolate
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
    display: block
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: initial
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden], template {
    display: none
}

ol, ul {
    list-style: none
}

blockquote, q {
    quotes: none
}

blockquote:after, blockquote:before, q:after, q:before {
    content: "";
    content: none
}

a {
    background: #0000;
    color: inherit;
    font-size: 100%;
    margin: 0;
    padding: 0;
    vertical-align: initial
}

a:active, a:hover {
    outline: 0
}

ins {
    -webkit-text-decoration: none;
    text-decoration: none
}

ins, mark {
    background-color: #ff9;
    color: #000
}

mark {
    font-style: italic;
    font-weight: 700
}

del {
    -webkit-text-decoration: line-through;
    text-decoration: line-through
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

hr, td, th {
    padding: 0
}

hr {
    border: 0;
    border-top: 1px solid #ccc;
    display: block;
    height: 1px;
    margin: 1em 0
}

input, select {
    vertical-align: middle
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: initial
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

b, strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

small {
    font-size: 80%
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

pre {
    overflow: auto
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    border-radius: 0;
    overflow: visible
}

button, select {
    text-transform: none
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    background-color: #0000;
    border: 0;
    cursor: pointer;
    outline: none
}

button[disabled], html input[disabled] {
    cursor: default
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-appearance: textfield;
    box-sizing: initial
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

.sr-only {
    display: none
}

.sr-only.not-sr-only-when-focus {
    display: block;
    left: -999px;
    position: absolute;
    top: -999px
}

.sr-only.not-sr-only-when-focus:focus {
    background-color: #000;
    background-color: var(--black);
    border-radius: 4px;
    color: #fff;
    color: var(--white);
    left: 0;
    margin: 4px;
    padding: 12px;
    top: 0
}

*, :after, :before {
    box-sizing: border-box
}

html {
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    background-color: #fff;
    background-color: var(--white);
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 26px
}

@media screen and (min-width: 580px) {
    html {
        font-size: 16px
    }
}

@media screen and (min-width: 1440px) {
    html {
        font-size: 16px
    }
}

@media screen and (min-width: 580px) {
    html {
        line-height: 26px
    }
}

@media screen and (min-width: 1440px) {
    html {
        line-height: 26px
    }
}

body {
    color: #000;
    color: var(--black);
    font-family: Inter, sans-serif
}

body.scroll-locked {
    height: 100vh !important;
    overflow: hidden
}

a {
    -webkit-text-decoration: none;
    text-decoration: none
}

button {
    vertical-align: top
}

.cta {
    display: inline-block;
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-weight: 400;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 22px
}

@media screen and (min-width: 580px) {
    .cta {
        font-size: 14px
    }
}

@media screen and (min-width: 1440px) {
    .cta {
        font-size: 14px
    }
}

@media screen and (min-width: 580px) {
    .cta {
        line-height: 22px
    }
}

@media screen and (min-width: 1440px) {
    .cta {
        line-height: 22px
    }
}

.cta.fit {
    max-width: -moz-fit-content;
    max-width: fit-content
}

.cta.primary {
    background-color: #d1f2ba;
    background-color: var(--pale-green);
    border: 1.5px solid #d1f2ba;
    border: 1.5px solid var(--pale-green);
    color: #053333;
    color: var(--dark-green-500);
    overflow: hidden;
    padding: 10px 18px;
    position: relative;
    text-align: center;
    z-index: 1
}

@media screen and (min-width: 580px) {
    .cta.primary {
        padding: calc(15.30233px + .46512vw)
    }
}

@media screen and (min-width: 1440px) {
    .cta.primary {
        padding: 22px
    }
}

@media screen and (min-width: 580px) {
    .cta.primary {
        padding-top: calc(7.97674px + .34884vw)
    }
}

@media screen and (min-width: 1440px) {
    .cta.primary {
        padding-top: 13px
    }
}

@media screen and (min-width: 580px) {
    .cta.primary {
        padding-bottom: calc(7.97674px + .34884vw)
    }
}

@media screen and (min-width: 1440px) {
    .cta.primary {
        padding-bottom: 13px
    }
}

.cta.primary:after {
    background-color: #d1f2ba;
    background-color: var(--pale-green);
    border: 1.5px solid #d1f2ba;
    border: 1.5px solid var(--pale-green);
    content: "";
    filter: brightness(90%);
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transform: translateX(-100%);
    transition: transform .6s cubic-bezier(.77, 0, .175, 1), opacity .6s ease;
    width: 100%;
    z-index: -1
}

.cta.primary:hover:after {
    opacity: 1;
    transform: translateX(0)
}

.cta.secondary {
    background-color: #053333;
    background-color: var(--dark-green-500);
    border: 1.5px solid #053333;
    border: 1.5px solid var(--dark-green-500);
    color: #d1f2ba;
    color: var(--pale-green);
    overflow: hidden;
    padding: 10px 18px;
    position: relative;
    text-align: center;
    z-index: 1
}

@media screen and (min-width: 580px) {
    .cta.secondary {
        padding: calc(15.30233px + .46512vw)
    }
}

@media screen and (min-width: 1440px) {
    .cta.secondary {
        padding: 22px
    }
}

@media screen and (min-width: 580px) {
    .cta.secondary {
        padding-top: calc(7.97674px + .34884vw)
    }
}

@media screen and (min-width: 1440px) {
    .cta.secondary {
        padding-top: 13px
    }
}

@media screen and (min-width: 580px) {
    .cta.secondary {
        padding-bottom: calc(7.97674px + .34884vw)
    }
}

@media screen and (min-width: 1440px) {
    .cta.secondary {
        padding-bottom: 13px
    }
}

.cta.secondary:after {
    background-color: #053333;
    background-color: var(--dark-green-500);
    border: 1.5px solid #053333;
    border: 1.5px solid var(--dark-green-500);
    content: "";
    filter: brightness(90%);
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transform: translateX(-100%);
    transition: transform .6s cubic-bezier(.77, 0, .175, 1), opacity .6s ease;
    width: 100%;
    z-index: -1
}

.cta.secondary:hover:after {
    opacity: 1;
    transform: translateX(0)
}

.cta.tertiary {
    background-color: #a1cbc8;
    background-color: var(--light-green-300);
    border: 1px solid #a1cbc8;
    border: 1px solid var(--light-green-300);
    color: #053333;
    color: var(--dark-green-500);
    overflow: hidden;
    padding: 10px 18px;
    position: relative;
    text-align: center;
    z-index: 1
}

@media screen and (min-width: 580px) {
    .cta.tertiary {
        padding: calc(15.30233px + .46512vw)
    }
}

@media screen and (min-width: 1440px) {
    .cta.tertiary {
        padding: 22px
    }
}

@media screen and (min-width: 580px) {
    .cta.tertiary {
        padding-top: calc(7.97674px + .34884vw)
    }
}

@media screen and (min-width: 1440px) {
    .cta.tertiary {
        padding-top: 13px
    }
}

@media screen and (min-width: 580px) {
    .cta.tertiary {
        padding-bottom: calc(7.97674px + .34884vw)
    }
}

@media screen and (min-width: 1440px) {
    .cta.tertiary {
        padding-bottom: 13px
    }
}

.cta.tertiary:after {
    background-color: #a1cbc8;
    background-color: var(--light-green-300);
    border: 1.5px solid #a1cbc8;
    border: 1.5px solid var(--light-green-300);
    content: "";
    filter: brightness(90%);
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transform: translateX(-100%);
    transition: transform .6s cubic-bezier(.77, 0, .175, 1), opacity .6s ease;
    width: 100%;
    z-index: -1
}

.cta.tertiary:hover:after {
    opacity: 1;
    transform: translateX(0)
}

.cta.keyline-medium {
    border: 1.5px solid #053333;
    border: 1.5px solid var(--dark-green-500);
    color: #053333;
    color: var(--dark-green-500);
    padding: 11px 22px;
    text-align: center
}

.cta.plain-underline {
    border-bottom: 1px solid;
    color: #63a8a3;
    color: var(--light-green-500)
}

.cta.white-border {
    border: 1.5px solid #fff;
    border: 1.5px solid var(--white);
    color: #fff;
    color: var(--white);
    padding: 12px 22px 11px;
    text-align: center
}

@media screen and (min-width: 580px) {
    .cta.white-border {
        padding: 22px
    }
}

@media screen and (min-width: 1440px) {
    .cta.white-border {
        padding: 22px
    }
}

@media screen and (min-width: 580px) {
    .cta.white-border {
        padding-top: calc(11.32558px + .11628vw)
    }
}

@media screen and (min-width: 1440px) {
    .cta.white-border {
        padding-top: 13px
    }
}

@media screen and (min-width: 580px) {
    .cta.white-border {
        padding-bottom: calc(8.97674px + .34884vw)
    }
}

@media screen and (min-width: 1440px) {
    .cta.white-border {
        padding-bottom: 14px
    }
}

.cta.light-green {
    background-color: #c1dcda;
    background-color: var(--light-green-200);
    border: none;
    color: #000;
    color: var(--black);
    padding: 12px 22px 11px;
    text-align: center
}

@media screen and (min-width: 580px) {
    .cta.light-green {
        padding: 22px
    }
}

@media screen and (min-width: 1440px) {
    .cta.light-green {
        padding: 22px
    }
}

@media screen and (min-width: 580px) {
    .cta.light-green {
        padding-top: 12px
    }
}

@media screen and (min-width: 1440px) {
    .cta.light-green {
        padding-top: 12px
    }
}

@media screen and (min-width: 580px) {
    .cta.light-green {
        padding-bottom: 11px
    }
}

@media screen and (min-width: 1440px) {
    .cta.light-green {
        padding-bottom: 11px
    }
}

.cta.dark-green {
    background-color: #053333;
    background-color: var(--dark-green-500);
    border: none;
    color: #fff;
    color: var(--white);
    padding: 12px 22px 11px;
    text-align: center
}

@media screen and (min-width: 580px) {
    .cta.dark-green {
        padding: 22px
    }
}

@media screen and (min-width: 1440px) {
    .cta.dark-green {
        padding: 22px
    }
}

@media screen and (min-width: 580px) {
    .cta.dark-green {
        padding-top: 12px
    }
}

@media screen and (min-width: 1440px) {
    .cta.dark-green {
        padding-top: 12px
    }
}

@media screen and (min-width: 580px) {
    .cta.dark-green {
        padding-bottom: 11px
    }
}

@media screen and (min-width: 1440px) {
    .cta.dark-green {
        padding-bottom: 11px
    }
}

.cta.fw-on-mobile {
    width: 100%
}

@media only screen and (min-width: 768px) {
    .cta.fw-on-mobile {
        width: auto
    }
}

.theme--workplace .cta.tertiary, .theme--workplace .cta.tertiary:after {
    background-color: #ccf9eb;
    background-color: var(--green-teal-200);
    border-color: #ccf9eb;
    border-color: var(--green-teal-200)
}

.modal-container .hbspt-form {
    color: #053333;
    color: var(--dark-green-500)
}

.modal-container .hbspt-form h1 {
    font-family: Benjamin, cursive;
    font-size: 56px;
    font-weight: 400;
    letter-spacing: -.02em;
    line-height: 64px
}

@media screen and (min-width: 580px) {
    .modal-container .hbspt-form h1 {
        font-size: 56px
    }
}

@media screen and (min-width: 1440px) {
    .modal-container .hbspt-form h1 {
        font-size: 56px
    }
}

@media screen and (min-width: 580px) {
    .modal-container .hbspt-form h1 {
        line-height: 64px
    }
}

@media screen and (min-width: 1440px) {
    .modal-container .hbspt-form h1 {
        line-height: 64px
    }
}

.modal-container .hbspt-form h2 {
    font-family: Benjamin, cursive;
    font-size: 48px;
    font-weight: 400;
    letter-spacing: -.02em;
    line-height: 56px
}

@media screen and (min-width: 580px) {
    .modal-container .hbspt-form h2 {
        font-size: 48px
    }
}

@media screen and (min-width: 1440px) {
    .modal-container .hbspt-form h2 {
        font-size: 48px
    }
}

@media screen and (min-width: 580px) {
    .modal-container .hbspt-form h2 {
        line-height: 56px
    }
}

@media screen and (min-width: 1440px) {
    .modal-container .hbspt-form h2 {
        line-height: 56px
    }
}

.modal-container .hbspt-form h3 {
    font-family: Benjamin, cursive;
    font-size: 36px;
    font-weight: 400;
    letter-spacing: -.02em;
    line-height: 44px
}

@media screen and (min-width: 580px) {
    .modal-container .hbspt-form h3 {
        font-size: 36px
    }
}

@media screen and (min-width: 1440px) {
    .modal-container .hbspt-form h3 {
        font-size: 36px
    }
}

@media screen and (min-width: 580px) {
    .modal-container .hbspt-form h3 {
        line-height: 44px
    }
}

@media screen and (min-width: 1440px) {
    .modal-container .hbspt-form h3 {
        line-height: 44px
    }
}

.modal-container .hbspt-form h4 {
    font-family: Benjamin, cursive;
    font-size: 28px;
    font-weight: 400;
    letter-spacing: -.02em;
    line-height: 36px
}

@media screen and (min-width: 580px) {
    .modal-container .hbspt-form h4 {
        font-size: 28px
    }
}

@media screen and (min-width: 1440px) {
    .modal-container .hbspt-form h4 {
        font-size: 28px
    }
}

@media screen and (min-width: 580px) {
    .modal-container .hbspt-form h4 {
        line-height: 36px
    }
}

@media screen and (min-width: 1440px) {
    .modal-container .hbspt-form h4 {
        line-height: 36px
    }
}

.modal-container .hbspt-form h5 {
    font-family: Benjamin, cursive;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: -.02em;
    line-height: 32px
}

@media screen and (min-width: 580px) {
    .modal-container .hbspt-form h5 {
        font-size: 24px
    }
}

@media screen and (min-width: 1440px) {
    .modal-container .hbspt-form h5 {
        font-size: 24px
    }
}

@media screen and (min-width: 580px) {
    .modal-container .hbspt-form h5 {
        line-height: 32px
    }
}

@media screen and (min-width: 1440px) {
    .modal-container .hbspt-form h5 {
        line-height: 32px
    }
}

.modal-container .hbspt-form h6 {
    font-family: Benjamin, cursive;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: -.02em;
    line-height: 28px
}

@media screen and (min-width: 580px) {
    .modal-container .hbspt-form h6 {
        font-size: 20px
    }
}

@media screen and (min-width: 1440px) {
    .modal-container .hbspt-form h6 {
        font-size: 20px
    }
}

@media screen and (min-width: 580px) {
    .modal-container .hbspt-form h6 {
        line-height: 28px
    }
}

@media screen and (min-width: 1440px) {
    .modal-container .hbspt-form h6 {
        line-height: 28px
    }
}

.modal-container .hbspt-form p {
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 24px !important;
    line-height: 26px;
    padding-top: 7px
}

@media screen and (min-width: 580px) {
    .modal-container .hbspt-form p {
        font-size: 16px
    }
}

@media screen and (min-width: 1440px) {
    .modal-container .hbspt-form p {
        font-size: 16px
    }
}

@media screen and (min-width: 580px) {
    .modal-container .hbspt-form p {
        line-height: 26px
    }
}

@media screen and (min-width: 1440px) {
    .modal-container .hbspt-form p {
        line-height: 26px
    }
}

.modal-container .hbspt-form label {
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 24px !important;
    line-height: 26px
}

@media screen and (min-width: 580px) {
    .modal-container .hbspt-form label {
        font-size: 16px
    }
}

@media screen and (min-width: 1440px) {
    .modal-container .hbspt-form label {
        font-size: 16px
    }
}

@media screen and (min-width: 580px) {
    .modal-container .hbspt-form label {
        line-height: 26px
    }
}

@media screen and (min-width: 1440px) {
    .modal-container .hbspt-form label {
        line-height: 26px
    }
}

.modal-container .hbspt-form .hs-form-field {
    padding-top: 12px
}

@media screen and (min-width: 580px) {
    .modal-container .hbspt-form .hs-form-field {
        padding-top: calc(7.27907px + .81395vw)
    }
}

@media screen and (min-width: 1440px) {
    .modal-container .hbspt-form .hs-form-field {
        padding-top: 19px
    }
}

.modal-container .hbspt-form input, .modal-container .hbspt-form textarea {
    border: 1px solid #a8a9ad;
    border: 1px solid var(--silver-200);
    color: #7c7d80;
    color: var(--silver-300);
    margin-top: 2px;
    min-height: 48px;
    padding: 12px 16px;
    transition: border .3s ease;
    width: 100%
}

.modal-container .hbspt-form input.invalid, .modal-container .hbspt-form textarea.invalid {
    border: 1px solid #ff9494;
    border: 1px solid var(--red)
}

.modal-container .hbspt-form input[type=submit] {
    background-color: #d1f2ba;
    background-color: var(--pale-green);
    border: 1.5px solid #d1f2ba;
    border: 1.5px solid var(--pale-green);
    color: #053333;
    color: var(--dark-green-500);
    display: inline-block;
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-weight: 400;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 22px;
    margin-top: 30px;
    overflow: hidden;
    padding: 10px 18px;
    position: relative;
    text-align: center;
    width: auto;
    z-index: 1
}

@media screen and (min-width: 580px) {
    .modal-container .hbspt-form input[type=submit] {
        font-size: 14px
    }
}

@media screen and (min-width: 1440px) {
    .modal-container .hbspt-form input[type=submit] {
        font-size: 14px
    }
}

@media screen and (min-width: 580px) {
    .modal-container .hbspt-form input[type=submit] {
        line-height: 22px
    }
}

@media screen and (min-width: 1440px) {
    .modal-container .hbspt-form input[type=submit] {
        line-height: 22px
    }
}

@media screen and (min-width: 580px) {
    .modal-container .hbspt-form input[type=submit] {
        padding: calc(15.30233px + .46512vw)
    }
}

@media screen and (min-width: 1440px) {
    .modal-container .hbspt-form input[type=submit] {
        padding: 22px
    }
}

@media screen and (min-width: 580px) {
    .modal-container .hbspt-form input[type=submit] {
        padding-top: calc(7.97674px + .34884vw)
    }
}

@media screen and (min-width: 1440px) {
    .modal-container .hbspt-form input[type=submit] {
        padding-top: 13px
    }
}

@media screen and (min-width: 580px) {
    .modal-container .hbspt-form input[type=submit] {
        padding-bottom: calc(7.97674px + .34884vw)
    }
}

@media screen and (min-width: 1440px) {
    .modal-container .hbspt-form input[type=submit] {
        padding-bottom: 13px
    }
}

.modal-container .hbspt-form input::-webkit-inner-spin-button, .modal-container .hbspt-form input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.modal-container .hbspt-form input[type=number] {
    -moz-appearance: textfield
}

.modal-container .hbspt-form .hs-form-booleancheckbox-display {
    align-items: center;
    display: flex
}

.modal-container .hbspt-form .hs-form-booleancheckbox-display input {
    flex-shrink: 0;
    height: 24px;
    margin-right: 14px;
    min-height: auto;
    padding: 0;
    width: 24px
}

.modal-container .hbspt-form .hs-form-booleancheckbox-display span {
    color: #7c7d80;
    color: var(--silver-300)
}

.modal-container .hbspt-form .submitted-message {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate3d(-50%, -50%, 0)
}

.image--fillhoriz {
    height: auto;
    width: 100%
}

#modal-overlay {
    background-color: #053333;
    background-color: var(--dark-green-500);
    display: none;
    height: 100vh;
    left: 0;
    opacity: .8;
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: 1010
}

#modal-overlay.show-overlay {
    display: block
}

body.stop-scroll {
    overflow: hidden
}

.modal-container {
    background: #fff;
    background: var(--white);
    height: auto;
    left: 50%;
    max-height: calc(100vh - 80px);
    max-width: 644px;
    min-height: 400px;
    overflow-y: auto;
    padding: 24px 20px 20px;
    position: fixed;
    top: 10vh;
    transform: translate3d(-50%, 0, 0);
    width: 90vw;
    z-index: 1020
}

@media screen and (min-width: 580px) {
    .modal-container {
        padding-bottom: calc(-.23256px + 3.48837vw)
    }
}

@media screen and (min-width: 1440px) {
    .modal-container {
        padding-bottom: 50px
    }
}

@media screen and (min-width: 580px) {
    .modal-container {
        padding-left: calc(-.23256px + 3.48837vw)
    }
}

@media screen and (min-width: 1440px) {
    .modal-container {
        padding-left: 50px
    }
}

@media screen and (min-width: 580px) {
    .modal-container {
        padding-right: calc(-.23256px + 3.48837vw)
    }
}

@media screen and (min-width: 1440px) {
    .modal-container {
        padding-right: 50px
    }
}

@media screen and (min-width: 580px) {
    .modal-container {
        padding-top: calc(13.88372px + 1.74419vw)
    }
}

@media screen and (min-width: 1440px) {
    .modal-container {
        padding-top: 39px
    }
}

.modal-container .modal-close-button:before {
    content: url(../images/close-light-green.74a558.svg);
    height: 40px;
    position: absolute;
    right: 16px;
    top: 16px;
    width: 40px
}

@media only screen and (min-width: 480px) {
    .modal-container .modal-close-button:before {
        right: 30px;
        top: 30px
    }
}

.wysiwyg-content {
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 26px
}

@media screen and (min-width: 580px) {
    .wysiwyg-content {
        font-size: 16px
    }
}

@media screen and (min-width: 1440px) {
    .wysiwyg-content {
        font-size: 16px
    }
}

@media screen and (min-width: 580px) {
    .wysiwyg-content {
        line-height: 26px
    }
}

@media screen and (min-width: 1440px) {
    .wysiwyg-content {
        line-height: 26px
    }
}

.wysiwyg-content:not([class*=fc-]), .wysiwyg-content:not([class*=fc-]) > strong {
    color: #053333;
    color: var(--dark-green-500)
}

@media only screen and (min-width: 940px) {
    .wysiwyg-content {
        font-family: Inter, sans-serif;
        font-size: 18px;
        font-weight: 400;
        letter-spacing: 0;
        line-height: 28px
    }
}

@media only screen and (min-width: 940px)and (min-width: 580px) {
    .wysiwyg-content {
        font-size: 18px
    }
}

@media only screen and (min-width: 940px)and (min-width: 1440px) {
    .wysiwyg-content {
        font-size: 18px
    }
}

@media only screen and (min-width: 940px)and (min-width: 580px) {
    .wysiwyg-content {
        line-height: 28px
    }
}

@media only screen and (min-width: 940px)and (min-width: 1440px) {
    .wysiwyg-content {
        line-height: 28px
    }
}

@media only screen and (min-width: 940px) {
    .wysiwyg-content.mid {
        font-family: Inter, sans-serif;
        font-size: 16px;
        font-weight: 400;
        letter-spacing: 0;
        line-height: 26px
    }
}

@media only screen and (min-width: 940px)and (min-width: 580px) {
    .wysiwyg-content.mid {
        font-size: 16px
    }
}

@media only screen and (min-width: 940px)and (min-width: 1440px) {
    .wysiwyg-content.mid {
        font-size: 16px
    }
}

@media only screen and (min-width: 940px)and (min-width: 580px) {
    .wysiwyg-content.mid {
        line-height: 26px
    }
}

@media only screen and (min-width: 940px)and (min-width: 1440px) {
    .wysiwyg-content.mid {
        line-height: 26px
    }
}

.wysiwyg-content.small {
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 22px
}

@media screen and (min-width: 580px) {
    .wysiwyg-content.small {
        font-size: 14px
    }
}

@media screen and (min-width: 1440px) {
    .wysiwyg-content.small {
        font-size: 14px
    }
}

@media screen and (min-width: 580px) {
    .wysiwyg-content.small {
        line-height: 22px
    }
}

@media screen and (min-width: 1440px) {
    .wysiwyg-content.small {
        line-height: 22px
    }
}

@media only screen and (max-width: 939.99px) {
    .wysiwyg-content > p {
        line-height: 24px !important
    }
}

.wysiwyg-content a {
    color: #63a8a3;
    color: var(--light-green-500);
    -webkit-text-decoration: underline;
    text-decoration: underline
}

.wysiwyg-content a:hover {
    -webkit-text-decoration: none;
    text-decoration: none
}

.wysiwyg-content h1, .wysiwyg-content h2 {
    font-family: Benjamin, cursive;
    font-size: 56px;
    font-weight: 400;
    letter-spacing: -.02em;
    line-height: 64px
}

@media screen and (min-width: 580px) {
    .wysiwyg-content h1, .wysiwyg-content h2 {
        font-size: 56px
    }
}

@media screen and (min-width: 1440px) {
    .wysiwyg-content h1, .wysiwyg-content h2 {
        font-size: 56px
    }
}

@media screen and (min-width: 580px) {
    .wysiwyg-content h1, .wysiwyg-content h2 {
        line-height: 64px
    }
}

@media screen and (min-width: 1440px) {
    .wysiwyg-content h1, .wysiwyg-content h2 {
        line-height: 64px
    }
}

.wysiwyg-content h3 {
    font-family: Benjamin, cursive;
    font-size: 48px;
    font-weight: 400;
    letter-spacing: -.02em;
    line-height: 56px
}

@media screen and (min-width: 580px) {
    .wysiwyg-content h3 {
        font-size: 48px
    }
}

@media screen and (min-width: 1440px) {
    .wysiwyg-content h3 {
        font-size: 48px
    }
}

@media screen and (min-width: 580px) {
    .wysiwyg-content h3 {
        line-height: 56px
    }
}

@media screen and (min-width: 1440px) {
    .wysiwyg-content h3 {
        line-height: 56px
    }
}

.wysiwyg-content h4 {
    font-family: Benjamin, cursive;
    font-size: 36px;
    font-weight: 400;
    letter-spacing: -.02em;
    line-height: 44px
}

@media screen and (min-width: 580px) {
    .wysiwyg-content h4 {
        font-size: 36px
    }
}

@media screen and (min-width: 1440px) {
    .wysiwyg-content h4 {
        font-size: 36px
    }
}

@media screen and (min-width: 580px) {
    .wysiwyg-content h4 {
        line-height: 44px
    }
}

@media screen and (min-width: 1440px) {
    .wysiwyg-content h4 {
        line-height: 44px
    }
}

.wysiwyg-content h5 {
    font-family: Benjamin, cursive;
    font-size: 28px;
    font-weight: 400;
    letter-spacing: -.02em;
    line-height: 36px
}

@media screen and (min-width: 580px) {
    .wysiwyg-content h5 {
        font-size: 28px
    }
}

@media screen and (min-width: 1440px) {
    .wysiwyg-content h5 {
        font-size: 28px
    }
}

@media screen and (min-width: 580px) {
    .wysiwyg-content h5 {
        line-height: 36px
    }
}

@media screen and (min-width: 1440px) {
    .wysiwyg-content h5 {
        line-height: 36px
    }
}

.wysiwyg-content h6 {
    font-family: Benjamin, cursive;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: -.02em;
    line-height: 32px
}

@media screen and (min-width: 580px) {
    .wysiwyg-content h6 {
        font-size: 24px
    }
}

@media screen and (min-width: 1440px) {
    .wysiwyg-content h6 {
        font-size: 24px
    }
}

@media screen and (min-width: 580px) {
    .wysiwyg-content h6 {
        line-height: 32px
    }
}

@media screen and (min-width: 1440px) {
    .wysiwyg-content h6 {
        line-height: 32px
    }
}

.wysiwyg-content > * + * {
    margin-top: 1.2em
}

.wysiwyg-content iframe {
    aspect-ratio: 16/9;
    height: auto;
    width: 100%
}

.wysiwyg-content > ul {
    list-style-type: disc;
    padding-left: 1.2em
}

.wysiwyg-content > ul > li:not(:last-child) {
    margin-bottom: 8px
}

.wysiwyg-content ol {
    list-style-position: inside;
    list-style-type: decimal;
    padding-left: 1em;
    text-indent: -1em
}

.wysiwyg-content li:not(:last-child) {
    margin-bottom: 8px
}

.wysiwyg-content.tick-list > ul {
    list-style-type: none;
    padding-left: 0
}

.wysiwyg-content.tick-list > ul li {
    padding-left: 24px;
    position: relative
}

.wysiwyg-content.tick-list > ul li:after {
    border-bottom: 2px solid #d1f2ba;
    border-bottom: 2px solid var(--pale-green);
    border-right: 2px solid #d1f2ba;
    border-right: 2px solid var(--pale-green);
    content: "";
    height: .8em;
    left: 0;
    position: absolute;
    top: .3em;
    transform: rotate(45deg);
    width: .5em
}

.wysiwyg-content blockquote, .wysiwyg-content quote {
    color: #053333;
    color: var(--dark-green-500)
}

.news-archive {
    margin: 54px auto 80px;
    max-width: 1200px;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%
}

@media screen and (min-width: 580px) {
    .news-archive {
        padding-left: calc(6.51163px + 2.32558vw)
    }
}

@media screen and (min-width: 1440px) {
    .news-archive {
        padding-left: 40px
    }
}

@media screen and (min-width: 580px) {
    .news-archive {
        padding-right: calc(6.51163px + 2.32558vw)
    }
}

@media screen and (min-width: 1440px) {
    .news-archive {
        padding-right: 40px
    }
}

@media screen and (min-width: 580px) {
    .news-archive {
        margin-top: calc(22.97674px + 5.34884vw)
    }
}

@media screen and (min-width: 1440px) {
    .news-archive {
        margin-top: 100px
    }
}

@media screen and (min-width: 580px) {
    .news-archive {
        margin-bottom: calc(32.7907px + 8.13953vw)
    }
}

@media screen and (min-width: 1440px) {
    .news-archive {
        margin-bottom: 150px
    }
}

.news-archive label {
    color: #053333;
    color: var(--dark-green-500);
    font-family: Benjamin, cursive;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: -.02em;
    line-height: 28px;
    padding-bottom: 4px
}

@media screen and (min-width: 580px) {
    .news-archive label {
        font-size: 20px
    }
}

@media screen and (min-width: 1440px) {
    .news-archive label {
        font-size: 20px
    }
}

@media screen and (min-width: 580px) {
    .news-archive label {
        line-height: 28px
    }
}

@media screen and (min-width: 1440px) {
    .news-archive label {
        line-height: 28px
    }
}

@media screen and (min-width: 580px) {
    .news-archive label {
        padding-bottom: calc(-2.74419px + 1.16279vw)
    }
}

@media screen and (min-width: 1440px) {
    .news-archive label {
        padding-bottom: 14px
    }
}

.news-archive select {
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    background-color: var(--white);
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
    background-position: right 1rem center;
    background-repeat: no-repeat;
    background-size: 1em;
    border: 1px solid #a8a9ad;
    border: 1px solid var(--silver-200);
    color: #7c7d80;
    color: var(--silver-300);
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-weight: 400;
    height: 48px;
    letter-spacing: 0;
    line-height: 26px;
    padding-left: 12px;
    padding-right: 18px;
    width: 100%
}

@media screen and (min-width: 580px) {
    .news-archive select {
        font-size: 16px
    }
}

@media screen and (min-width: 1440px) {
    .news-archive select {
        font-size: 16px
    }
}

@media screen and (min-width: 580px) {
    .news-archive select {
        line-height: 26px
    }
}

@media screen and (min-width: 1440px) {
    .news-archive select {
        line-height: 26px
    }
}

.news-archive select:focus {
    border: 1px solid #d1f2ba;
    border: 1px solid var(--pale-green);
    outline: 1px solid #d1f2ba;
    outline: 1px solid var(--pale-green)
}

.news-archive select > option {
    background: #fff
}

.news-archive__selectors-container {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%
}

@media only screen and (min-width: 940px) {
    .news-archive__selectors-container {
        max-width: 295px
    }
}

@media only screen and (min-width: 940px)and (min-width: 580px) {
    .news-archive__selectors-container {
        max-width: calc(256.55814px + 6.62791vw)
    }
}

@media only screen and (min-width: 940px)and (min-width: 1440px) {
    .news-archive__selectors-container {
        max-width: 352px
    }
}

.news-archive__selectors {
    border-top: 1px solid #d9d7d8;
    border-top: 1px solid var(--silver-100);
    display: flex;
    flex-direction: column;
    gap: 25px 32px;
    padding-top: 26px;
    width: 100%
}

@media screen and (min-width: 580px) {
    .news-archive__selectors {
        padding-top: calc(28.02326px - .34884vw)
    }
}

@media screen and (min-width: 1440px) {
    .news-archive__selectors {
        padding-top: 23px
    }
}

@media only screen and (min-width: 768px) {
    .news-archive__selectors {
        flex-direction: row
    }
}

.news-archive__results {
    -moz-column-gap: 32px;
    column-gap: 32px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: auto;
    padding-bottom: 40px;
    padding-top: 30px;
    row-gap: 50px
}

@media screen and (min-width: 580px) {
    .news-archive__results {
        row-gap: calc(40.55814px + 1.62791vw)
    }
}

@media screen and (min-width: 1440px) {
    .news-archive__results {
        row-gap: 64px
    }
}

@media only screen and (min-width: 768px) {
    .news-archive__results {
        justify-content: flex-start;
        padding-bottom: 44px
    }
}

.news-archive__view-more {
    display: flex;
    justify-content: center;
    margin: auto;
    max-width: calc(323.53488px + 1.97674vw)
}

.news-archive__view-more .news-archive__view-more-button {
    display: block;
    margin: 0 auto
}

@media only screen and (min-width: 768px) {
    .news-archive__view-more .news-archive__view-more-button {
        width: -moz-fit-content !important;
        width: fit-content !important
    }
}

.news-archive__view-more .news-archive__view-more-button.disabled {
    display: none
}

.news-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    max-width: 335px
}

@media screen and (min-width: 580px) {
    .news-card {
        max-width: calc(323.53488px + 1.97674vw)
    }
}

@media screen and (min-width: 1440px) {
    .news-card {
        max-width: 352px
    }
}

.news-card__image {
    height: 335px;
    object-fit: cover;
    width: 335px
}

@media screen and (min-width: 580px) {
    .news-card__image {
        height: calc(323.53488px + 1.97674vw)
    }
}

@media screen and (min-width: 1440px) {
    .news-card__image {
        height: 352px
    }
}

@media screen and (min-width: 580px) {
    .news-card__image {
        width: calc(323.53488px + 1.97674vw)
    }
}

@media screen and (min-width: 1440px) {
    .news-card__image {
        width: 352px
    }
}

.news-card__content-type {
    color: #63a8a3;
    color: var(--light-green-500);
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 22px;
    padding-top: 14px
}

@media screen and (min-width: 580px) {
    .news-card__content-type {
        font-size: 14px
    }
}

@media screen and (min-width: 1440px) {
    .news-card__content-type {
        font-size: 14px
    }
}

@media screen and (min-width: 580px) {
    .news-card__content-type {
        line-height: 22px
    }
}

@media screen and (min-width: 1440px) {
    .news-card__content-type {
        line-height: 22px
    }
}

@media screen and (min-width: 580px) {
    .news-card__content-type {
        padding-top: calc(7.25581px + 1.16279vw)
    }
}

@media screen and (min-width: 1440px) {
    .news-card__content-type {
        padding-top: 24px
    }
}

.news-card__content-type:empty:after {
    content: ".";
    visibility: hidden
}

.news-card__title {
    color: #053333;
    color: var(--dark-green-500);
    font-family: Benjamin, cursive;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: -.02em;
    line-height: 32px;
    padding-top: 8px
}

@media screen and (min-width: 580px) {
    .news-card__title {
        font-size: 24px
    }
}

@media screen and (min-width: 1440px) {
    .news-card__title {
        font-size: 24px
    }
}

@media screen and (min-width: 580px) {
    .news-card__title {
        line-height: 32px
    }
}

@media screen and (min-width: 1440px) {
    .news-card__title {
        line-height: 32px
    }
}

.news-card__author-section {
    align-items: flex-end;
    display: flex;
    margin-top: auto;
    padding-top: 16px
}

.news-card__author, .news-card__date {
    color: #63a8a3;
    color: var(--light-green-500);
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 22px;
    white-space: pre
}

@media screen and (min-width: 580px) {
    .news-card__author, .news-card__date {
        font-size: 14px
    }
}

@media screen and (min-width: 1440px) {
    .news-card__author, .news-card__date {
        font-size: 14px
    }
}

@media screen and (min-width: 580px) {
    .news-card__author, .news-card__date {
        line-height: 22px
    }
}

@media screen and (min-width: 1440px) {
    .news-card__author, .news-card__date {
        line-height: 22px
    }
}

.theme--workplace .news-card__author, .theme--workplace .news-card__content-type, .theme--workplace .news-card__date {
    color: #00df9b;
    color: var(--green-teal-600)
}

.people-archive label {
    color: #053333;
    color: var(--dark-green-500);
    font-family: Benjamin, cursive;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: -.02em;
    line-height: 26px
}

@media screen and (min-width: 580px) {
    .people-archive label {
        font-size: 18px
    }
}

@media screen and (min-width: 1440px) {
    .people-archive label {
        font-size: 18px
    }
}

@media screen and (min-width: 580px) {
    .people-archive label {
        line-height: 26px
    }
}

@media screen and (min-width: 1440px) {
    .people-archive label {
        line-height: 26px
    }
}

.people-archive label :not(:first-child) {
    padding-bottom: 7px
}

@media screen and (min-width: 580px) {
    .people-archive label :not(:first-child) {
        padding-bottom: calc(2.95349px + .69767vw)
    }
}

@media screen and (min-width: 1440px) {
    .people-archive label :not(:first-child) {
        padding-bottom: 13px
    }
}

@media only screen and (min-width: 940px) {
    .people-archive label {
        font-family: Benjamin, cursive;
        font-size: 20px;
        font-weight: 400;
        letter-spacing: -.02em;
        line-height: 28px
    }
}

@media only screen and (min-width: 940px)and (min-width: 580px) {
    .people-archive label {
        font-size: 20px
    }
}

@media only screen and (min-width: 940px)and (min-width: 1440px) {
    .people-archive label {
        font-size: 20px
    }
}

@media only screen and (min-width: 940px)and (min-width: 580px) {
    .people-archive label {
        line-height: 28px
    }
}

@media only screen and (min-width: 940px)and (min-width: 1440px) {
    .people-archive label {
        line-height: 28px
    }
}

.people-archive__alphabet {
    border-bottom: 1px solid #a8a9ad;
    border-bottom: 1px solid var(--silver-200);
    margin-left: 20px;
    padding-bottom: 12px
}

@media screen and (min-width: 580px) {
    .people-archive__alphabet {
        padding-bottom: 12px
    }
}

@media screen and (min-width: 1440px) {
    .people-archive__alphabet {
        padding-bottom: 12px
    }
}

@media only screen and (min-width: 940px) {
    .people-archive__alphabet {
        margin: auto;
        width: 930px
    }
}

.people-archive__alphabet ul {
    -ms-overflow-style: none;
    display: flex;
    overflow: scroll;
    padding-top: 6px;
    scrollbar-width: none;
    width: 100%
}

@media screen and (min-width: 580px) {
    .people-archive__alphabet ul {
        padding-top: calc(.60465px + .93023vw)
    }
}

@media screen and (min-width: 1440px) {
    .people-archive__alphabet ul {
        padding-top: 14px
    }
}

.people-archive__alphabet ul::-webkit-scrollbar {
    display: none
}

.people-archive__alphabet ul li {
    color: #053333;
    color: var(--dark-green-500);
    cursor: pointer;
    font-family: Benjamin, cursive;
    font-size: 28px;
    font-weight: 400;
    letter-spacing: -.02em;
    line-height: 36px;
    margin-right: 19px
}

@media screen and (min-width: 580px) {
    .people-archive__alphabet ul li {
        font-size: 28px
    }
}

@media screen and (min-width: 1440px) {
    .people-archive__alphabet ul li {
        font-size: 28px
    }
}

@media screen and (min-width: 580px) {
    .people-archive__alphabet ul li {
        line-height: 36px
    }
}

@media screen and (min-width: 1440px) {
    .people-archive__alphabet ul li {
        line-height: 36px
    }
}

@media only screen and (min-width: 940px) {
    .people-archive__alphabet ul li:last-child {
        margin-right: 0
    }
}

.people-archive__alphabet ul li.active {
    -webkit-text-decoration: underline;
    text-decoration: underline
}

.people-archive__inner {
    padding: 0 20px 60px
}

@media only screen and (min-width: 940px) {
    .people-archive__inner {
        align-items: flex-end;
        display: flex;
        justify-content: center;
        padding: 23px 0 0
    }
}

.people-archive__selectors-container {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%
}

@media only screen and (min-width: 940px) {
    .people-archive__selectors-container {
        width: 384px
    }
}

.people-archive__selectors-container:first-child {
    margin-right: 30px
}

.people-archive__selectors-container:last-child {
    margin-right: 20px
}

@media only screen and (min-width: 940px) {
    .people-archive__selectors {
        display: flex
    }
}

.people-archive__selectors label {
    padding-bottom: 7px;
    padding-top: 25px
}

@media screen and (min-width: 580px) {
    .people-archive__selectors label {
        padding-top: calc(41.86047px - 2.90698vw)
    }
}

@media screen and (min-width: 1440px) {
    .people-archive__selectors label {
        padding-top: 0
    }
}

@media screen and (min-width: 580px) {
    .people-archive__selectors label {
        padding-bottom: calc(2.95349px + .69767vw)
    }
}

@media screen and (min-width: 1440px) {
    .people-archive__selectors label {
        padding-bottom: 13px
    }
}

@media only screen and (max-width: 939.99px) {
    .people-archive__search-cta {
        margin-top: 20px
    }
}

@media only screen and (min-width: 940px) {
    .people-archive__search-cta #button-people-search {
        height: 48px;
        width: 110px
    }
}

.people-archive .people-archive__results--mobile {
    padding-bottom: 80px
}

.people-archive__results, .people-archive__view-more-button {
    display: none
}

@media only screen and (min-width: 768px) {
    .people-archive .people-archive__results--mobile {
        display: none
    }

    .people-archive__results {
        -moz-column-gap: 20px;
        column-gap: 20px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin: auto;
        max-width: 1120px;
        padding-bottom: 50px;
        padding-top: 100px;
        row-gap: 70px
    }
}

@media only screen and (min-width: 768px)and (min-width: 580px) {
    .people-archive__results {
        -moz-column-gap: calc(11.90698px + 1.39535vw);
        column-gap: calc(11.90698px + 1.39535vw)
    }
}

@media only screen and (min-width: 768px)and (min-width: 1440px) {
    .people-archive__results {
        -moz-column-gap: 32px;
        column-gap: 32px
    }
}

@media only screen and (min-width: 768px) {
    .people-archive__view-more-button {
        display: block;
        margin: 0 auto 100px
    }

    .people-archive__view-more-button.disabled {
        display: none
    }
}

.person-card {
    display: flex;
    flex-direction: column;
    max-width: 295px
}

@media screen and (min-width: 580px) {
    .person-card {
        max-width: calc(256.55814px + 6.62791vw)
    }
}

@media screen and (min-width: 1440px) {
    .person-card {
        max-width: 352px
    }
}

.person-card.hide {
    display: none
}

.person-card__image-container {
    overflow: hidden
}

.person-card__image-container img {
    height: 295px;
    object-fit: cover;
    transition: .3s ease-in-out;
    width: 295px
}

@media screen and (min-width: 580px) {
    .person-card__image-container img {
        height: calc(256.55814px + 6.62791vw)
    }
}

@media screen and (min-width: 1440px) {
    .person-card__image-container img {
        height: 352px
    }
}

@media screen and (min-width: 580px) {
    .person-card__image-container img {
        width: calc(256.55814px + 6.62791vw)
    }
}

@media screen and (min-width: 1440px) {
    .person-card__image-container img {
        width: 352px
    }
}

.person-card__image-container:hover img {
    transform: scale(1.1)
}

.person-card__name {
    color: #053333;
    color: var(--dark-green-500);
    font-family: Benjamin, cursive;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: -.02em;
    line-height: 32px;
    padding-bottom: 5px;
    padding-top: 12px
}

@media screen and (min-width: 580px) {
    .person-card__name {
        font-size: 24px
    }
}

@media screen and (min-width: 1440px) {
    .person-card__name {
        font-size: 24px
    }
}

@media screen and (min-width: 580px) {
    .person-card__name {
        line-height: 32px
    }
}

@media screen and (min-width: 1440px) {
    .person-card__name {
        line-height: 32px
    }
}

@media screen and (min-width: 580px) {
    .person-card__name {
        padding-top: calc(5.25581px + 1.16279vw)
    }
}

@media screen and (min-width: 1440px) {
    .person-card__name {
        padding-top: 22px
    }
}

.person-card__job-title {
    color: #63a8a3;
    color: var(--light-green-500);
    font-family: Benjamin, cursive;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: -.02em;
    line-height: 26px;
    padding-bottom: 17px
}

@media screen and (min-width: 580px) {
    .person-card__job-title {
        font-size: 18px
    }
}

@media screen and (min-width: 1440px) {
    .person-card__job-title {
        font-size: 18px
    }
}

@media screen and (min-width: 580px) {
    .person-card__job-title {
        line-height: 26px
    }
}

@media screen and (min-width: 1440px) {
    .person-card__job-title {
        line-height: 26px
    }
}

.person-card__overview {
    color: #7c7d80;
    color: var(--silver-300);
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 24px !important;
    line-height: 26px;
    margin-bottom: auto;
    max-height: 120px;
    overflow: hidden;
    padding-bottom: 8px;
    transition: all .25s ease-in;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out
}

@media screen and (min-width: 580px) {
    .person-card__overview {
        font-size: 16px
    }
}

@media screen and (min-width: 1440px) {
    .person-card__overview {
        font-size: 16px
    }
}

@media screen and (min-width: 580px) {
    .person-card__overview {
        line-height: 26px
    }
}

@media screen and (min-width: 1440px) {
    .person-card__overview {
        line-height: 26px
    }
}

.person-card__overview.open {
    max-height: 1000px;
    transition: all .25s ease-in;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out
}

.person-card__overview.open .ellipsis {
    display: none
}

.person-card__overview.open .person-more {
    display: inline
}

.person-card__overview .person-more {
    display: none
}

.person-card__contact-section {
    align-items: flex-end;
    display: flex;
    gap: 12px;
    justify-content: flex-start
}

.person-card__contact-section--ctas {
    display: flex;
    flex-direction: column
}

.person-card__contact-section--ctas :first-child {
    margin-bottom: 12px
}

.person-card__contact-section--icons {
    display: flex
}

.person-card__contact-cta {
    margin-right: auto
}

.person-card__email, .person-card__linkedin {
    background-repeat: no-repeat;
    height: 44px;
    width: 44px
}

.person-card__email:hover svg > circle, .person-card__linkedin:hover svg > circle {
    fill: #63a8a3;
    fill: var(--light-green-500)
}

.person-card__email:hover svg > g > path, .person-card__email:hover svg > path, .person-card__linkedin:hover svg > g > path, .person-card__linkedin:hover svg > path {
    fill: #fff;
    fill: var(--white)
}

.theme--workplace .person-card .cta.plain-underline, .theme--workplace .person-card__job-title {
    color: #00df9b;
    color: var(--green-teal-600)
}

.theme--workplace .person-card__contact-section svg circle {
    fill: #e6fcf5;
    fill: var(--green-teal-100)
}

.people-showcase.theme--workplace .person-card__contact-section svg circle {
    fill: #fff;
    fill: var(--white)
}

.theme--workplace .person-card:nth-child(n+3) .person-card__contact-section svg circle {
    fill: #e6fcf5;
    fill: var(--green-teal-100)
}

@media (min-width: 1045px) {
    .people-showcase.theme--workplace .person-card:nth-child(3) .person-card__contact-section svg circle {
        fill: #fff;
        fill: var(--white)
    }
}

.careers-archive {
    padding-bottom: 80px;
    padding-top: 71px
}

@media screen and (min-width: 580px) {
    .careers-archive {
        padding-top: calc(43.34884px + 4.76744vw)
    }
}

@media screen and (min-width: 1440px) {
    .careers-archive {
        padding-top: 112px
    }
}

@media screen and (min-width: 580px) {
    .careers-archive {
        padding-bottom: calc(40.88372px + 6.74419vw)
    }
}

@media screen and (min-width: 1440px) {
    .careers-archive {
        padding-bottom: 138px
    }
}

.careers-archive.green {
    background-color: #eff6f6;
    background-color: var(--light-green-50)
}

.careers-archive__inner {
    margin: 0 auto;
    max-width: 736px;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%
}

@media screen and (min-width: 580px) {
    .careers-archive__inner {
        padding-left: 0
    }
}

@media screen and (min-width: 1440px) {
    .careers-archive__inner {
        padding-left: 0
    }
}

@media screen and (min-width: 580px) {
    .careers-archive__inner {
        padding-right: 0
    }
}

@media screen and (min-width: 1440px) {
    .careers-archive__inner {
        padding-right: 0
    }
}

.careers-archive__inner h2 {
    color: #053333;
    color: var(--dark-green-500);
    font-family: Benjamin, cursive;
    font-size: 36px;
    font-weight: 400;
    letter-spacing: -.02em;
    line-height: 44px;
    padding-bottom: 15px
}

@media screen and (min-width: 580px) {
    .careers-archive__inner h2 {
        font-size: 36px
    }
}

@media screen and (min-width: 1440px) {
    .careers-archive__inner h2 {
        font-size: 36px
    }
}

@media screen and (min-width: 580px) {
    .careers-archive__inner h2 {
        line-height: 44px
    }
}

@media screen and (min-width: 1440px) {
    .careers-archive__inner h2 {
        line-height: 44px
    }
}

@media only screen and (min-width: 940px) {
    .careers-archive__inner h2 {
        font-family: Benjamin, cursive;
        font-size: 56px;
        font-weight: 400;
        letter-spacing: -.02em;
        line-height: 64px
    }
}

@media only screen and (min-width: 940px)and (min-width: 580px) {
    .careers-archive__inner h2 {
        font-size: 56px
    }
}

@media only screen and (min-width: 940px)and (min-width: 1440px) {
    .careers-archive__inner h2 {
        font-size: 56px
    }
}

@media only screen and (min-width: 940px)and (min-width: 580px) {
    .careers-archive__inner h2 {
        line-height: 64px
    }
}

@media only screen and (min-width: 940px)and (min-width: 1440px) {
    .careers-archive__inner h2 {
        line-height: 64px
    }
}

.careers-archive__inner > p {
    color: #053333;
    color: var(--dark-green-500);
    font-family: Inter, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    padding-bottom: 35px
}

.careers-archive__inner > p a {
    border-bottom: 1px solid #053333;
    border-bottom: 1px solid var(--dark-green-500)
}

.careers-archive__inner .careers-list {
    padding-bottom: 18px
}

.careers-archive__inner .careers-list.green > * {
    background: #fff;
    background: var(--white)
}

.careers-archive__inner .careers-list > * {
    background: #eff6f6;
    background: var(--light-green-50)
}

.careers-archive__inner .careers-list p {
    background: #fff;
    background: var(--white)
}

.careers-archive__inner .careers-list .career {
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 46px), calc(100% - 20px) 100%, 0 100%);
    display: block;
    margin-bottom: 10px;
    max-width: 640px;
    padding: 28px 30px 24px 20px
}

@media only screen and (min-width: 940px) {
    .careers-archive__inner .careers-list .career {
        padding: 28px 101px 24px 40px
    }
}

.careers-archive__inner .careers-list .career h6 {
    color: #053333;
    color: var(--dark-green-500);
    font-family: Benjamin, cursive;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    padding-bottom: 4px
}

.careers-archive__inner .careers-list .career p {
    background: #eff6f6;
    background: var(--light-green-50);
    color: #375c5c;
    color: var(--dark-green-400);
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px
}

.careers-archive__inner .careers-list .career p span {
    font-weight: 600
}

.careers-archive.theme--workplace.green {
    background-color: #e6fcf5;
    background-color: var(--green-teal-100)
}

.careers-archive.theme--workplace.green .careers-archive__inner .careers-list .career, .careers-archive.theme--workplace.green .careers-archive__inner .careers-list .career p, .careers-archive.theme--workplace.green .careers-archive__inner .careers-list > *, .careers-archive.theme--workplace.green .careers-archive__inner .careers-list > * p {
    background: #fff;
    background: var(--white)
}

.careers-archive.theme--workplace .careers-archive__inner .careers-list .career, .careers-archive.theme--workplace .careers-archive__inner .careers-list .career p, .careers-archive.theme--workplace .careers-archive__inner .careers-list > *, .careers-archive.theme--workplace .careers-archive__inner .careers-list > * p {
    background: #e6fcf5;
    background: var(--green-teal-100)
}

.single-career .news-hero__inner--subheading {
    display: flex;
    flex-direction: column;
    font-size: 16px;
    font-weight: 400;
    justify-content: center;
    line-height: 24px
}

@media only screen and (min-width: 940px) {
    .single-career .news-hero__inner--subheading {
        flex-direction: row;
        gap: 20px
    }
}

.location-single {
    position: relative
}

.location-single__inner {
    align-items: center;
    color: #fff;
    color: var(--white);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin: 0 auto;
    max-width: 1520px;
    padding: 130px 20px 40px;
    width: 100%
}

@media screen and (min-width: 580px) {
    .location-single__inner {
        padding-left: calc(6.51163px + 2.32558vw)
    }
}

@media screen and (min-width: 1440px) {
    .location-single__inner {
        padding-left: 40px
    }
}

@media screen and (min-width: 580px) {
    .location-single__inner {
        padding-right: calc(6.51163px + 2.32558vw)
    }
}

@media screen and (min-width: 1440px) {
    .location-single__inner {
        padding-right: 40px
    }
}

@media screen and (min-width: 580px) {
    .location-single__inner {
        padding-top: calc(105.04651px + 4.30233vw)
    }
}

@media screen and (min-width: 1440px) {
    .location-single__inner {
        padding-top: 167px
    }
}

@media screen and (min-width: 580px) {
    .location-single__inner {
        padding-bottom: calc(33.25581px + 1.16279vw)
    }
}

@media screen and (min-width: 1440px) {
    .location-single__inner {
        padding-bottom: 50px
    }
}

.location-single__inner h1 {
    font-family: Benjamin, cursive;
    font-size: 56px;
    font-weight: 400;
    letter-spacing: -.02em;
    line-height: 64px;
    max-width: 736px;
    padding-bottom: 15px
}

@media screen and (min-width: 580px) {
    .location-single__inner h1 {
        font-size: 56px
    }
}

@media screen and (min-width: 1440px) {
    .location-single__inner h1 {
        font-size: 56px
    }
}

@media screen and (min-width: 580px) {
    .location-single__inner h1 {
        line-height: 64px
    }
}

@media screen and (min-width: 1440px) {
    .location-single__inner h1 {
        line-height: 64px
    }
}

@media screen and (min-width: 580px) {
    .location-single__inner h1 {
        padding-bottom: calc(10.27907px + .81395vw)
    }
}

@media screen and (min-width: 1440px) {
    .location-single__inner h1 {
        padding-bottom: 22px
    }
}

@media only screen and (max-width: 939.99px) {
    .location-single__inner h1 {
        text-align: center
    }
}

.location-single__inner p {
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 24px !important;
    line-height: 26px
}

@media screen and (min-width: 580px) {
    .location-single__inner p {
        font-size: 16px
    }
}

@media screen and (min-width: 1440px) {
    .location-single__inner p {
        font-size: 16px
    }
}

@media screen and (min-width: 580px) {
    .location-single__inner p {
        line-height: 26px
    }
}

@media screen and (min-width: 1440px) {
    .location-single__inner p {
        line-height: 26px
    }
}

@media only screen and (max-width: 939.99px) {
    .location-single__inner p {
        text-align: center
    }
}

.location-single__inner .ctas {
    align-items: flex-start;
    display: flex;
    justify-content: center;
    padding-top: 24px;
    width: 100%
}

@media screen and (min-width: 580px) {
    .location-single__inner .ctas {
        padding-top: calc(13.88372px + 1.74419vw)
    }
}

@media screen and (min-width: 1440px) {
    .location-single__inner .ctas {
        padding-top: 39px
    }
}

@media only screen and (max-width: 939.99px) {
    .location-single__inner .ctas {
        align-items: flex-end;
        display: flex;
        flex-direction: column
    }
}

.location-single__inner .ctas :first-child {
    margin-bottom: 10px
}

@media only screen and (min-width: 940px) {
    .location-single__inner .ctas * {
        width: 134px
    }

    .location-single__inner .ctas :first-child {
        margin-bottom: 0
    }

    .location-single__inner .ctas :not(:first-child) {
        margin-left: 20px
    }
}

.location-single-map__inner {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin: 0 auto;
    max-width: 1200px;
    padding: 50px 20px 80px;
    width: 100%
}

@media screen and (min-width: 580px) {
    .location-single-map__inner {
        padding-left: calc(6.51163px + 2.32558vw)
    }
}

@media screen and (min-width: 1440px) {
    .location-single-map__inner {
        padding-left: 40px
    }
}

@media screen and (min-width: 580px) {
    .location-single-map__inner {
        padding-right: calc(6.51163px + 2.32558vw)
    }
}

@media screen and (min-width: 1440px) {
    .location-single-map__inner {
        padding-right: 40px
    }
}

@media screen and (min-width: 580px) {
    .location-single-map__inner {
        padding-top: calc(24.37209px + 4.4186vw)
    }
}

@media screen and (min-width: 1440px) {
    .location-single-map__inner {
        padding-top: 88px
    }
}

@media screen and (min-width: 580px) {
    .location-single-map__inner {
        padding-bottom: calc(66.51163px + 2.32558vw)
    }
}

@media screen and (min-width: 1440px) {
    .location-single-map__inner {
        padding-bottom: 100px
    }
}

@media only screen and (min-width: 940px) {
    .location-single-map__inner {
        align-items: center
    }
}

.location-single-map__inner h2 {
    color: #053333;
    color: var(--dark-green-500);
    font-family: Benjamin, cursive;
    font-size: 36px;
    font-weight: 400;
    letter-spacing: -.02em;
    line-height: 44px;
    padding-bottom: 16px
}

@media screen and (min-width: 580px) {
    .location-single-map__inner h2 {
        font-size: 36px
    }
}

@media screen and (min-width: 1440px) {
    .location-single-map__inner h2 {
        font-size: 36px
    }
}

@media screen and (min-width: 580px) {
    .location-single-map__inner h2 {
        line-height: 44px
    }
}

@media screen and (min-width: 1440px) {
    .location-single-map__inner h2 {
        line-height: 44px
    }
}

@media screen and (min-width: 580px) {
    .location-single-map__inner h2 {
        padding-bottom: calc(12.62791px + .5814vw)
    }
}

@media screen and (min-width: 1440px) {
    .location-single-map__inner h2 {
        padding-bottom: 21px
    }
}

@media only screen and (min-width: 940px) {
    .location-single-map__inner h2 {
        font-family: Benjamin, cursive;
        font-size: 48px;
        font-weight: 400;
        letter-spacing: -.02em;
        line-height: 56px
    }
}

@media only screen and (min-width: 940px)and (min-width: 580px) {
    .location-single-map__inner h2 {
        font-size: 48px
    }
}

@media only screen and (min-width: 940px)and (min-width: 1440px) {
    .location-single-map__inner h2 {
        font-size: 48px
    }
}

@media only screen and (min-width: 940px)and (min-width: 580px) {
    .location-single-map__inner h2 {
        line-height: 56px
    }
}

@media only screen and (min-width: 940px)and (min-width: 1440px) {
    .location-single-map__inner h2 {
        line-height: 56px
    }
}

.location-single-map__inner p {
    color: #7c7d80;
    color: var(--silver-300);
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 26px;
    max-width: 636px
}

@media screen and (min-width: 580px) {
    .location-single-map__inner p {
        font-size: 16px
    }
}

@media screen and (min-width: 1440px) {
    .location-single-map__inner p {
        font-size: 16px
    }
}

@media screen and (min-width: 580px) {
    .location-single-map__inner p {
        line-height: 26px
    }
}

@media screen and (min-width: 1440px) {
    .location-single-map__inner p {
        line-height: 26px
    }
}

@media only screen and (min-width: 940px) {
    .location-single-map__inner p {
        font-family: Inter, sans-serif;
        font-size: 18px;
        font-weight: 400;
        letter-spacing: 0;
        line-height: 28px;
        text-align: center
    }
}

@media only screen and (min-width: 940px)and (min-width: 580px) {
    .location-single-map__inner p {
        font-size: 18px
    }
}

@media only screen and (min-width: 940px)and (min-width: 1440px) {
    .location-single-map__inner p {
        font-size: 18px
    }
}

@media only screen and (min-width: 940px)and (min-width: 580px) {
    .location-single-map__inner p {
        line-height: 28px
    }
}

@media only screen and (min-width: 940px)and (min-width: 1440px) {
    .location-single-map__inner p {
        line-height: 28px
    }
}

.location-single-map__inner .contact {
    display: flex;
    flex-direction: column;
    padding-top: 34px;
    width: 100%
}

@media screen and (min-width: 580px) {
    .location-single-map__inner .contact {
        padding-top: calc(27.93023px + 1.04651vw)
    }
}

@media screen and (min-width: 1440px) {
    .location-single-map__inner .contact {
        padding-top: 43px
    }
}

@media only screen and (min-width: 940px) {
    .location-single-map__inner .contact {
        flex-direction: row;
        gap: 64px
    }

    .location-single-map__inner .contact .map {
        width: 50%
    }
}

.location-single-map__inner .contact .map .google-map {
    height: 496px;
    width: 100%
}

.location-single-map__inner .contact .info {
    display: flex;
    flex-direction: column;
    padding-top: 31px
}

@media screen and (min-width: 580px) {
    .location-single-map__inner .contact .info {
        padding-top: calc(11.44186px + 3.37209vw)
    }
}

@media screen and (min-width: 1440px) {
    .location-single-map__inner .contact .info {
        padding-top: 60px
    }
}

@media only screen and (min-width: 940px) {
    .location-single-map__inner .contact .info {
        width: 50%
    }
}

.location-single-map__inner .contact .info__overview {
    padding-bottom: 21px
}

@media screen and (min-width: 580px) {
    .location-single-map__inner .contact .info__overview {
        padding-bottom: calc(13.5814px + 1.27907vw)
    }
}

@media screen and (min-width: 1440px) {
    .location-single-map__inner .contact .info__overview {
        padding-bottom: 32px
    }
}

.location-single-map__inner .contact .info__overview * {
    color: #053333;
    color: var(--dark-green-500);
    font-family: Benjamin, cursive;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -.02em;
    line-height: 36px;
    text-align: left
}

.location-single-map__inner .contact .info li:not(:last-child) {
    margin-bottom: 10px
}

@media screen and (min-width: 580px) {
    .location-single-map__inner .contact .info li:not(:last-child) {
        margin-bottom: calc(7.30233px + .46512vw)
    }
}

@media screen and (min-width: 1440px) {
    .location-single-map__inner .contact .info li:not(:last-child) {
        margin-bottom: 14px
    }
}

.location-single-map__inner .contact .info svg > circle, .location-single-map__inner .contact .info svg > g > path {
    transition: fill .3s ease
}

.location-single-map__inner .contact .info--email, .location-single-map__inner .contact .info--phone {
    align-items: center;
    display: flex
}

.location-single-map__inner .contact .info--email svg, .location-single-map__inner .contact .info--phone svg {
    width: 35px
}

.location-single-map__inner .contact .info--email > p, .location-single-map__inner .contact .info--phone > p {
    color: #053333;
    color: var(--dark-green-500);
    font-family: Benjamin, cursive;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: -.02em;
    line-height: 28px;
    padding-left: 13px;
    transition: .3s ease
}

@media screen and (min-width: 580px) {
    .location-single-map__inner .contact .info--email > p, .location-single-map__inner .contact .info--phone > p {
        font-size: 20px
    }
}

@media screen and (min-width: 1440px) {
    .location-single-map__inner .contact .info--email > p, .location-single-map__inner .contact .info--phone > p {
        font-size: 20px
    }
}

@media screen and (min-width: 580px) {
    .location-single-map__inner .contact .info--email > p, .location-single-map__inner .contact .info--phone > p {
        line-height: 28px
    }
}

@media screen and (min-width: 1440px) {
    .location-single-map__inner .contact .info--email > p, .location-single-map__inner .contact .info--phone > p {
        line-height: 28px
    }
}

.location-single-map__inner .contact .info--email:hover > p, .location-single-map__inner .contact .info--phone:hover > p {
    color: #63a8a3;
    color: var(--light-green-500)
}

.location-single-map__inner .contact .info--email:hover svg > circle, .location-single-map__inner .contact .info--phone:hover svg > circle {
    fill: #63a8a3;
    fill: var(--light-green-500)
}

.location-single-map__inner .contact .info--email:hover svg > g > path, .location-single-map__inner .contact .info--phone:hover svg > g > path {
    fill: #fff;
    fill: var(--white)
}

.location-single-map__inner .contact .info--address {
    display: flex
}

.location-single-map__inner .contact .info--address svg {
    align-self: flex-start;
    min-width: 35px
}

.location-single-map__inner .contact .info--address > p {
    align-self: center;
    color: #053333;
    color: var(--dark-green-500);
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 26px;
    padding-left: 13px;
    text-align: left
}

@media screen and (min-width: 580px) {
    .location-single-map__inner .contact .info--address > p {
        font-size: 16px
    }
}

@media screen and (min-width: 1440px) {
    .location-single-map__inner .contact .info--address > p {
        font-size: 16px
    }
}

@media screen and (min-width: 580px) {
    .location-single-map__inner .contact .info--address > p {
        line-height: 26px
    }
}

@media screen and (min-width: 1440px) {
    .location-single-map__inner .contact .info--address > p {
        line-height: 26px
    }
}

.location-single-map__inner .contact .info--ctas {
    align-items: center;
    -moz-column-gap: 20.5px;
    column-gap: 20.5px;
    display: flex;
    flex-direction: column;
    padding-top: 24px;
    row-gap: 14px
}

@media screen and (min-width: 580px) {
    .location-single-map__inner .contact .info--ctas {
        padding-top: calc(12.53488px + 1.97674vw)
    }
}

@media screen and (min-width: 1440px) {
    .location-single-map__inner .contact .info--ctas {
        padding-top: 41px
    }
}

@media only screen and (min-width: 768px) {
    .location-single-map__inner .contact .info--ctas {
        align-items: baseline;
        flex-direction: row
    }
}

.location-single-map__inner .contact .info--directions {
    color: #053333;
    color: var(--dark-green-500);
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-weight: 400;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 22px
}

@media screen and (min-width: 580px) {
    .location-single-map__inner .contact .info--directions {
        font-size: 14px
    }
}

@media screen and (min-width: 1440px) {
    .location-single-map__inner .contact .info--directions {
        font-size: 14px
    }
}

@media screen and (min-width: 580px) {
    .location-single-map__inner .contact .info--directions {
        line-height: 22px
    }
}

@media screen and (min-width: 1440px) {
    .location-single-map__inner .contact .info--directions {
        line-height: 22px
    }
}

.location-single-map__inner .contact .info .ctas {
    display: flex;
    flex-direction: row;
    gap: 20px
}

.location-single-map.theme--workplace .contact .info .info--address svg > circle, .location-single-map.theme--workplace .contact .info .info--email svg > circle, .location-single-map.theme--workplace .contact .info .info--phone svg > circle {
    fill: #ccf9eb;
    fill: var(--green-teal-200)
}

.location-single-map.theme--workplace .contact .info .info--address:hover > p, .location-single-map.theme--workplace .contact .info .info--email:hover > p, .location-single-map.theme--workplace .contact .info .info--phone:hover > p {
    color: #00df9b;
    color: var(--green-teal-600)
}

.location-single-map.theme--workplace .contact .info .info--address:hover svg > circle, .location-single-map.theme--workplace .contact .info .info--email:hover svg > circle, .location-single-map.theme--workplace .contact .info .info--phone:hover svg > circle {
    fill: #00df9b;
    fill: var(--green-teal-600)
}

.location-single-map.theme--workplace .contact .info .info--address:hover svg > g > path, .location-single-map.theme--workplace .contact .info .info--email:hover svg > g > path, .location-single-map.theme--workplace .contact .info .info--phone:hover svg > g > path {
    fill: #fff;
    fill: var(--white)
}

.article-header {
    background-color: #053333;
    background-color: var(--dark-green-500)
}

.article-header__inner {
    color: #fff;
    color: var(--white);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin: 0 auto;
    max-width: 730px;
    min-height: 375px;
    padding: 170px 20px 74px;
    text-align: center;
    width: 100%
}

@media screen and (min-width: 580px) {
    .article-header__inner {
        padding-left: calc(6.51163px + 2.32558vw)
    }
}

@media screen and (min-width: 1440px) {
    .article-header__inner {
        padding-left: 40px
    }
}

@media screen and (min-width: 580px) {
    .article-header__inner {
        padding-right: calc(6.51163px + 2.32558vw)
    }
}

@media screen and (min-width: 1440px) {
    .article-header__inner {
        padding-right: 40px
    }
}

@media screen and (min-width: 580px) {
    .article-header__inner {
        padding-bottom: calc(61.18605px + 2.2093vw)
    }
}

@media screen and (min-width: 1440px) {
    .article-header__inner {
        padding-bottom: 93px
    }
}

@media screen and (min-width: 580px) {
    .article-header__inner {
        padding-top: calc(149.09302px + 3.60465vw)
    }
}

@media screen and (min-width: 1440px) {
    .article-header__inner {
        padding-top: 201px
    }
}

@media screen and (min-width: 580px) {
    .article-header__inner {
        min-height: calc(328.46512px + 8.02326vw)
    }
}

@media screen and (min-width: 1440px) {
    .article-header__inner {
        min-height: 444px
    }
}

.article-header__inner h1 {
    font-family: Benjamin, cursive;
    font-size: 36px;
    font-weight: 400;
    letter-spacing: -.02em;
    line-height: 44px
}

@media screen and (min-width: 580px) {
    .article-header__inner h1 {
        font-size: 36px
    }
}

@media screen and (min-width: 1440px) {
    .article-header__inner h1 {
        font-size: 36px
    }
}

@media screen and (min-width: 580px) {
    .article-header__inner h1 {
        line-height: 44px
    }
}

@media screen and (min-width: 1440px) {
    .article-header__inner h1 {
        line-height: 44px
    }
}

@media screen and (min-width: 580px) {
    .article-header__inner h1 {
        font-size: calc(15.76744px + 3.48837vw)
    }
}

@media screen and (min-width: 1440px) {
    .article-header__inner h1 {
        font-size: 66px
    }
}

@media screen and (min-width: 580px) {
    .article-header__inner h1 {
        line-height: calc(23.76744px + 3.48837vw)
    }
}

@media screen and (min-width: 1440px) {
    .article-header__inner h1 {
        line-height: 74px
    }
}

.article-header__inner .author, .article-header__inner .date {
    font-family: Inter, sans-serif;
    font-size: 20px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 30px;
    line-height: 24px;
    margin-top: 15px
}

@media screen and (min-width: 580px) {
    .article-header__inner .author, .article-header__inner .date {
        font-size: 20px;
        line-height: 30px
    }
}

@media screen and (min-width: 1440px) {
    .article-header__inner .author, .article-header__inner .date {
        line-height: 30px
    }
}

@media screen and (min-width: 580px) {
    .article-header__inner .author, .article-header__inner .date {
        font-size: calc(13.30233px + .46512vw)
    }
}

@media screen and (min-width: 1440px) {
    .article-header__inner .author, .article-header__inner .date {
        font-size: 20px
    }
}

@media screen and (min-width: 580px) {
    .article-header__inner .author, .article-header__inner .date {
        line-height: calc(21.30233px + .46512vw)
    }
}

@media screen and (min-width: 1440px) {
    .article-header__inner .author, .article-header__inner .date {
        line-height: 28px
    }
}

@media screen and (min-width: 580px) {
    .article-header__inner .author, .article-header__inner .date {
        margin-top: calc(11.62791px + .5814vw)
    }
}

@media screen and (min-width: 1440px) {
    .article-header__inner .author, .article-header__inner .date {
        margin-top: 20px
    }
}

.single-people-blogs {
    margin: 36px auto;
    max-width: 1200px;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%
}

@media screen and (min-width: 580px) {
    .single-people-blogs {
        padding-left: calc(6.51163px + 2.32558vw)
    }
}

@media screen and (min-width: 1440px) {
    .single-people-blogs {
        padding-left: 40px
    }
}

@media screen and (min-width: 580px) {
    .single-people-blogs {
        padding-right: calc(6.51163px + 2.32558vw)
    }
}

@media screen and (min-width: 1440px) {
    .single-people-blogs {
        padding-right: 40px
    }
}

@media screen and (min-width: 580px) {
    .single-people-blogs {
        margin-top: calc(26.55814px + 1.62791vw)
    }
}

@media screen and (min-width: 1440px) {
    .single-people-blogs {
        margin-top: 50px
    }
}

@media screen and (min-width: 580px) {
    .single-people-blogs {
        margin-bottom: calc(26.55814px + 1.62791vw)
    }
}

@media screen and (min-width: 1440px) {
    .single-people-blogs {
        margin-bottom: 50px
    }
}

.single-people-blogs h2 {
    color: #053333;
    color: var(--dark-green-500);
    font-family: Benjamin, cursive;
    font-size: 28px;
    font-weight: 400;
    letter-spacing: -.02em;
    line-height: 36px;
    padding-top: 19px
}

@media screen and (min-width: 580px) {
    .single-people-blogs h2 {
        padding-top: calc(16.30233px + .46512vw)
    }
}

@media screen and (min-width: 1440px) {
    .single-people-blogs h2 {
        padding-top: 23px
    }
}

@media screen and (min-width: 580px) {
    .single-people-blogs h2 {
        font-size: 28px
    }
}

@media screen and (min-width: 1440px) {
    .single-people-blogs h2 {
        font-size: 28px
    }
}

@media screen and (min-width: 580px) {
    .single-people-blogs h2 {
        line-height: 36px
    }
}

@media screen and (min-width: 1440px) {
    .single-people-blogs h2 {
        line-height: 36px
    }
}

@media only screen and (min-width: 480px) {
    .single-people-blogs h2 {
        font-family: Benjamin, cursive;
        font-size: 36px;
        font-weight: 400;
        letter-spacing: -.02em;
        line-height: 44px
    }
}

@media only screen and (min-width: 480px)and (min-width: 580px) {
    .single-people-blogs h2 {
        font-size: 36px
    }
}

@media only screen and (min-width: 480px)and (min-width: 1440px) {
    .single-people-blogs h2 {
        font-size: 36px
    }
}

@media only screen and (min-width: 480px)and (min-width: 580px) {
    .single-people-blogs h2 {
        line-height: 44px
    }
}

@media only screen and (min-width: 480px)and (min-width: 1440px) {
    .single-people-blogs h2 {
        line-height: 44px
    }
}

@media only screen and (min-width: 768px) {
    .single-people-blogs h2 {
        font-family: Benjamin, cursive;
        font-size: 48px;
        font-weight: 400;
        letter-spacing: -.02em;
        line-height: 56px
    }
}

@media only screen and (min-width: 768px)and (min-width: 580px) {
    .single-people-blogs h2 {
        font-size: 48px
    }
}

@media only screen and (min-width: 768px)and (min-width: 1440px) {
    .single-people-blogs h2 {
        font-size: 48px
    }
}

@media only screen and (min-width: 768px)and (min-width: 580px) {
    .single-people-blogs h2 {
        line-height: 56px
    }
}

@media only screen and (min-width: 768px)and (min-width: 1440px) {
    .single-people-blogs h2 {
        line-height: 56px
    }
}

@media only screen and (min-width: 1024px) {
    .single-people-blogs h2 {
        font-family: Benjamin, cursive;
        font-size: 56px;
        font-weight: 400;
        letter-spacing: -.02em;
        line-height: 64px
    }
}

@media only screen and (min-width: 1024px)and (min-width: 580px) {
    .single-people-blogs h2 {
        font-size: 56px
    }
}

@media only screen and (min-width: 1024px)and (min-width: 1440px) {
    .single-people-blogs h2 {
        font-size: 56px
    }
}

@media only screen and (min-width: 1024px)and (min-width: 580px) {
    .single-people-blogs h2 {
        line-height: 64px
    }
}

@media only screen and (min-width: 1024px)and (min-width: 1440px) {
    .single-people-blogs h2 {
        line-height: 64px
    }
}

.single-people-blogs__list {
    -moz-column-gap: 32px;
    column-gap: 32px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 20px;
    row-gap: 50px
}

@media screen and (min-width: 360px) {
    .single-people-blogs__list {
        padding-top: calc(-6.47059px + 7.35294vw)
    }
}

@media screen and (min-width: 768px) {
    .single-people-blogs__list {
        padding-top: 50px
    }
}

@media screen and (min-width: 580px) {
    .single-people-blogs__list {
        row-gap: calc(40.55814px + 1.62791vw)
    }
}

@media screen and (min-width: 1440px) {
    .single-people-blogs__list {
        row-gap: 64px
    }
}

@media only screen and (min-width: 768px) {
    .single-people-blogs__list {
        justify-content: flex-start
    }
}

.single-people-blogs.theme--workplace .news-card__author, .single-people-blogs.theme--workplace .news-card__content-type, .single-people-blogs.theme--workplace .news-card__date {
    color: #00df9b;
    color: var(--green-teal-600)
}

@media only screen and (min-width: 413px) {
    .animate-in {
        clip-path: inset(0 -50% 100% -50%);
        transform: translate3d(0, 100%, 0);
        transition: transform 0s cubic-bezier(.77, 0, .175, 1), clip-path 0s cubic-bezier(.77, 0, .175, 1);
        will-change: transform
    }

    .animate-in.is-in-view, .is-in-view .animate-in {
        clip-path: inset(0 -50% 0 -50%);
        transform: translateZ(0);
        transition: transform 1.6s cubic-bezier(.77, 0, .175, 1), clip-path 1.6s cubic-bezier(.77, 0, .175, 1)
    }

    .animate-in.is-in-view:first-child, .is-in-view .animate-in:first-child {
        transition-delay: .2s
    }

    .animate-in.is-in-view:nth-child(2), .is-in-view .animate-in:nth-child(2) {
        transition-delay: .4s
    }

    .animate-in.is-in-view:nth-child(3), .is-in-view .animate-in:nth-child(3) {
        transition-delay: .6s
    }

    .animate-in.is-in-view:nth-child(4), .is-in-view .animate-in:nth-child(4) {
        transition-delay: .8s
    }

    .animate-in.is-in-view:nth-child(5), .is-in-view .animate-in:nth-child(5) {
        transition-delay: 1s
    }

    .animate-in.is-in-view:nth-child(6), .is-in-view .animate-in:nth-child(6) {
        transition-delay: 1.2s
    }

    .fade-in {
        opacity: 0;
        transition: opacity 0s ease
    }

    .fade-in.is-in-view, .is-in-view .fade-in {
        opacity: 1;
        transition: opacity 1.6s ease
    }

    .fade-in.is-in-view:first-child, .is-in-view .fade-in:first-child {
        transition-delay: .2s
    }

    .fade-in.is-in-view:nth-child(2), .is-in-view .fade-in:nth-child(2) {
        transition-delay: .4s
    }

    .fade-in.is-in-view:nth-child(3), .is-in-view .fade-in:nth-child(3) {
        transition-delay: .6s
    }

    .fade-in.is-in-view:nth-child(4), .is-in-view .fade-in:nth-child(4) {
        transition-delay: .8s
    }

    .fade-in.is-in-view:nth-child(5), .is-in-view .fade-in:nth-child(5) {
        transition-delay: 1s
    }

    .fade-in.is-in-view:nth-child(6), .is-in-view .fade-in:nth-child(6) {
        transition-delay: 1.2s
    }
}

.article-content {
    padding-bottom: 48px;
    padding-top: 28px
}

@media screen and (min-width: 580px) {
    .article-content {
        padding-top: calc(23.95349px + .69767vw)
    }
}

@media screen and (min-width: 1440px) {
    .article-content {
        padding-top: 34px
    }
}

@media screen and (min-width: 580px) {
    .article-content {
        padding-bottom: calc(37.2093px + 1.86047vw)
    }
}

@media screen and (min-width: 1440px) {
    .article-content {
        padding-bottom: 64px
    }
}

@media only screen and (min-width: 768px) {
    .article-content {
        margin: 0 auto;
        max-width: 816px;
        padding-left: 20px;
        padding-right: 20px;
        width: 100%
    }
}

@media only screen and (min-width: 768px)and (min-width: 580px) {
    .article-content {
        padding-left: calc(6.51163px + 2.32558vw)
    }
}

@media only screen and (min-width: 768px)and (min-width: 1440px) {
    .article-content {
        padding-left: 40px
    }
}

@media only screen and (min-width: 768px)and (min-width: 580px) {
    .article-content {
        padding-right: calc(6.51163px + 2.32558vw)
    }
}

@media only screen and (min-width: 768px)and (min-width: 1440px) {
    .article-content {
        padding-right: 40px
    }
}

.author-showcase {
    margin: 0 auto;
    max-width: 1200px;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%
}

@media screen and (min-width: 580px) {
    .author-showcase {
        padding-left: calc(6.51163px + 2.32558vw)
    }
}

@media screen and (min-width: 1440px) {
    .author-showcase {
        padding-left: 40px
    }
}

@media screen and (min-width: 580px) {
    .author-showcase {
        padding-right: calc(6.51163px + 2.32558vw)
    }
}

@media screen and (min-width: 1440px) {
    .author-showcase {
        padding-right: 40px
    }
}

.author-showcase__wrap {
    border-top: 1px solid #d9d7d8;
    border-top: 1px solid var(--silver-100);
    margin: 0 auto;
    max-width: 992px;
    width: 100%
}

.author-showcase__inner {
    display: flex;
    margin: 0 auto;
    max-width: 736px;
    padding-bottom: 80px;
    padding-top: 30px;
    width: 100%
}

@media screen and (min-width: 580px) {
    .author-showcase__inner {
        padding-top: calc(16.51163px + 2.32558vw)
    }
}

@media screen and (min-width: 1440px) {
    .author-showcase__inner {
        padding-top: 50px
    }
}

@media screen and (min-width: 580px) {
    .author-showcase__inner {
        padding-bottom: calc(66.51163px + 2.32558vw)
    }
}

@media screen and (min-width: 1440px) {
    .author-showcase__inner {
        padding-bottom: 100px
    }
}

.author-showcase__image > img {
    height: auto;
    width: 120px
}

@media screen and (min-width: 580px) {
    .author-showcase__image > img {
        width: calc(99.76744px + 3.48837vw)
    }
}

@media screen and (min-width: 1440px) {
    .author-showcase__image > img {
        width: 150px
    }
}

.author-showcase__text {
    padding-left: 18px
}

@media screen and (min-width: 580px) {
    .author-showcase__text {
        padding-left: calc(3.83721px + 2.44186vw)
    }
}

@media screen and (min-width: 1440px) {
    .author-showcase__text {
        padding-left: 39px
    }
}

.author-showcase__text > h5 {
    color: #053333;
    color: var(--dark-green-500);
    font-family: Benjamin, cursive;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: -.02em;
    line-height: 32px;
    padding-bottom: 14px
}

@media screen and (min-width: 580px) {
    .author-showcase__text > h5 {
        font-size: 24px
    }
}

@media screen and (min-width: 1440px) {
    .author-showcase__text > h5 {
        font-size: 24px
    }
}

@media screen and (min-width: 580px) {
    .author-showcase__text > h5 {
        line-height: 32px
    }
}

@media screen and (min-width: 1440px) {
    .author-showcase__text > h5 {
        line-height: 32px
    }
}

@media screen and (min-width: 580px) {
    .author-showcase__text > h5 {
        padding-bottom: calc(18.04651px - .69767vw)
    }
}

@media screen and (min-width: 1440px) {
    .author-showcase__text > h5 {
        padding-bottom: 8px
    }
}

.author-showcase__text > p {
    color: #7c7d80;
    color: var(--silver-300);
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 26px;
    padding-bottom: 18px
}

@media screen and (min-width: 580px) {
    .author-showcase__text > p {
        font-size: 16px
    }
}

@media screen and (min-width: 1440px) {
    .author-showcase__text > p {
        font-size: 16px
    }
}

@media screen and (min-width: 580px) {
    .author-showcase__text > p {
        line-height: 26px
    }
}

@media screen and (min-width: 1440px) {
    .author-showcase__text > p {
        line-height: 26px
    }
}

.author-showcase__link {
    border-bottom: 1px solid #63a8a3;
    border-bottom: 1px solid var(--light-green-500);
    display: inline-block;
    height: 25px
}

.author-showcase__link > a {
    color: #63a8a3;
    color: var(--light-green-500);
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-weight: 400;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 22px
}

@media screen and (min-width: 580px) {
    .author-showcase__link > a {
        font-size: 14px
    }
}

@media screen and (min-width: 1440px) {
    .author-showcase__link > a {
        font-size: 14px
    }
}

@media screen and (min-width: 580px) {
    .author-showcase__link > a {
        line-height: 22px
    }
}

@media screen and (min-width: 1440px) {
    .author-showcase__link > a {
        line-height: 22px
    }
}

.burger {
    cursor: pointer;
    padding-bottom: 8px;
    padding-top: 8px;
    position: relative;
    z-index: 1
}

@media only screen and (min-width: 940px) {
    .burger {
        display: none
    }
}

.burger .filling {
    position: relative;
    transition: transform .1s ease-out, background .3s ease
}

.burger .filling, .burger .filling:after, .burger .filling:before {
    background-color: #fff;
    background-color: var(--white);
    display: block;
    height: 2px;
    width: 24px
}

.is-opaque .burger .filling, .is-opaque .burger .filling:after, .is-opaque .burger .filling:before, .mob-nav-active .burger .filling, .mob-nav-active .burger .filling:after, .mob-nav-active .burger .filling:before {
    background-color: #053333;
    background-color: var(--dark-green-500)
}

.burger .filling:before {
    top: -7px
}

.burger .filling:after, .burger .filling:before {
    content: "";
    position: absolute;
    transition: top .1s ease-out .1s, transform .1s ease-out, background .3s ease
}

.burger .filling:after {
    top: 7px
}

.burger.active .filling {
    transform: rotate(45deg);
    transition: transform .1s ease-out .1s, background .3s ease
}

.burger.active .filling:after, .burger.active .filling:before {
    top: 0;
    transition: top .1s ease-out, transform .1s ease-out .1s, background .3s ease
}

.burger.active .filling:after {
    transform: rotate(-90deg)
}

.cta-bar {
    padding-bottom: 24px;
    padding-top: 24px;
    position: relative;
    z-index: 1
}

@media only screen and (min-width: 768px) {
    .cta-bar {
        padding-bottom: 8px;
        padding-top: 8px
    }

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

.cta-bar__text {
    color: #053333;
    color: var(--dark-green-500);
    font-family: Benjamin, cursive;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: -.02em;
    line-height: 26px;
    margin-bottom: 12px;
    text-align: center
}

@media screen and (min-width: 580px) {
    .cta-bar__text {
        font-size: 18px
    }
}

@media screen and (min-width: 1440px) {
    .cta-bar__text {
        font-size: 18px
    }
}

@media screen and (min-width: 580px) {
    .cta-bar__text {
        line-height: 26px
    }
}

@media screen and (min-width: 1440px) {
    .cta-bar__text {
        line-height: 26px
    }
}

@media only screen and (min-width: 768px) {
    .cta-bar__text {
        font-family: Benjamin, cursive;
        font-size: 20px;
        font-weight: 400;
        letter-spacing: -.02em;
        line-height: 28px;
        margin-bottom: 0;
        margin-right: 18px
    }
}

@media only screen and (min-width: 768px)and (min-width: 580px) {
    .cta-bar__text {
        font-size: 20px
    }
}

@media only screen and (min-width: 768px)and (min-width: 1440px) {
    .cta-bar__text {
        font-size: 20px
    }
}

@media only screen and (min-width: 768px)and (min-width: 580px) {
    .cta-bar__text {
        line-height: 28px
    }
}

@media only screen and (min-width: 768px)and (min-width: 1440px) {
    .cta-bar__text {
        line-height: 28px
    }
}

.cta-bar__text a {
    font-family: Benjamin, cursive;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: -.02em;
    line-height: 28px
}

@media screen and (min-width: 580px) {
    .cta-bar__text a {
        font-size: 20px
    }
}

@media screen and (min-width: 1440px) {
    .cta-bar__text a {
        font-size: 20px
    }
}

@media screen and (min-width: 580px) {
    .cta-bar__text a {
        line-height: 28px
    }
}

@media screen and (min-width: 1440px) {
    .cta-bar__text a {
        line-height: 28px
    }
}

@media only screen and (min-width: 768px) {
    .cta-bar__text a {
        font-family: Benjamin, cursive;
        font-size: 24px;
        font-weight: 400;
        letter-spacing: -.02em;
        line-height: 32px
    }
}

@media only screen and (min-width: 768px)and (min-width: 580px) {
    .cta-bar__text a {
        font-size: 24px
    }
}

@media only screen and (min-width: 768px)and (min-width: 1440px) {
    .cta-bar__text a {
        font-size: 24px
    }
}

@media only screen and (min-width: 768px)and (min-width: 580px) {
    .cta-bar__text a {
        line-height: 32px
    }
}

@media only screen and (min-width: 768px)and (min-width: 1440px) {
    .cta-bar__text a {
        line-height: 32px
    }
}

@media only screen and (max-width: 767.99px) {
    .cta-bar .cta {
        width: 100%
    }
}

.cta-bar.theme--workplace .cta {
    color: #fff;
    color: var(--white)
}

.drop-down-menu {
    position: relative
}

.drop-down-menu > input {
    opacity: 0;
    pointer-events: none;
    position: absolute
}

.select {
    align-items: center;
    border: 1px solid #a8a9ad;
    border: 1px solid var(--silver-200);
    cursor: pointer;
    display: flex;
    height: 48px;
    position: relative;
    width: 100%
}

.select .selected {
    color: #7c7d80;
    color: var(--silver-300);
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 26px;
    padding-left: 18px
}

@media screen and (min-width: 580px) {
    .select .selected {
        font-size: 16px
    }
}

@media screen and (min-width: 1440px) {
    .select .selected {
        font-size: 16px
    }
}

@media screen and (min-width: 580px) {
    .select .selected {
        line-height: 26px
    }
}

@media screen and (min-width: 1440px) {
    .select .selected {
        line-height: 26px
    }
}

.select .selected:after {
    border-bottom: 2px solid #7c7d80;
    border-bottom: 2px solid var(--silver-300);
    border-right: 2px solid #7c7d80;
    border-right: 2px solid var(--silver-300);
    content: "";
    height: 7px;
    position: absolute;
    right: 21px;
    top: 20px;
    transform: rotate(45deg) translateY(-20%) translateX(-20%);
    transition: transform .2s;
    width: 7px
}

.select .selected.active:after {
    transform: rotate(225deg) translateY(-20%) translateX(-20%)
}

.menu {
    background-color: #fff;
    background-color: var(--white);
    border: 1px solid #a8a9ad;
    border: 1px solid var(--silver-200);
    clip-path: inset(0 0 100% 0);
    left: 0;
    pointer-events: none;
    position: absolute;
    top: calc(100% + 10px);
    transition: clip-path .2s ease;
    width: 100%;
    z-index: 999
}

.menu.menu-open {
    clip-path: inset(0 0 0 0);
    pointer-events: auto
}

.menu .option a {
    align-items: center;
    color: #053333;
    color: var(--dark-green-500);
    cursor: pointer;
    display: flex;
    display: inline-block;
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-weight: 400;
    height: 100%;
    letter-spacing: 0;
    line-height: 26px;
    padding: 15px 0 15px 18px;
    width: 100%
}

@media screen and (min-width: 580px) {
    .menu .option a {
        font-size: 16px
    }
}

@media screen and (min-width: 1440px) {
    .menu .option a {
        font-size: 16px
    }
}

@media screen and (min-width: 580px) {
    .menu .option a {
        line-height: 26px
    }
}

@media screen and (min-width: 1440px) {
    .menu .option a {
        line-height: 26px
    }
}

.menu .option a:before {
    border-radius: 50%;
    content: "";
    display: inline-block;
    height: 20px;
    margin-right: 12px;
    width: 20px
}

.menu .option a.active, .menu .option a:before {
    background-color: #e0eeed;
    background-color: var(--light-green-100)
}

.menu .option a.active {
    font-weight: 600;
    position: relative
}

.menu .option a.active:before {
    background-color: #053333;
    background-color: var(--dark-green-500);
    border-radius: 50%;
    content: "";
    display: inline-block;
    height: 20px;
    margin-right: 12px;
    width: 20px
}

.menu .option a.active:after {
    border-bottom: 2px solid #fff;
    border-bottom: 2px solid var(--white);
    border-right: 2px solid #fff;
    border-right: 2px solid var(--white);
    content: "";
    height: 10px;
    left: 25px;
    position: absolute;
    top: 22px;
    transform: rotate(36deg);
    width: 5px
}

.menu .option a:hover {
    background-color: #e0eeed;
    background-color: var(--light-green-100);
    font-weight: 600
}

.menu .option a:hover:before {
    background-color: #fff;
    background-color: var(--white);
    border-radius: 50%;
    content: "";
    display: inline-block;
    height: 20px;
    margin-right: 12px;
    width: 20px
}

.menu .option:last-child {
    margin-bottom: 10px
}

.featured-post {
    margin-bottom: 54px;
    margin-top: 40px
}

@media screen and (min-width: 580px) {
    .featured-post {
        margin-top: calc(-.46512px + 6.97674vw)
    }
}

@media screen and (min-width: 1440px) {
    .featured-post {
        margin-top: 100px
    }
}

@media screen and (min-width: 580px) {
    .featured-post {
        margin-bottom: calc(22.97674px + 5.34884vw)
    }
}

@media screen and (min-width: 1440px) {
    .featured-post {
        margin-bottom: 100px
    }
}

.featured-post__inner {
    grid-gap: 14px;
    align-items: center;
    display: grid;
    grid-template-columns:1fr;
    margin: 0 auto;
    max-width: 1200px;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%
}

@media screen and (min-width: 580px) {
    .featured-post__inner {
        padding-left: calc(6.51163px + 2.32558vw)
    }
}

@media screen and (min-width: 1440px) {
    .featured-post__inner {
        padding-left: 40px
    }
}

@media screen and (min-width: 580px) {
    .featured-post__inner {
        padding-right: calc(6.51163px + 2.32558vw)
    }
}

@media screen and (min-width: 1440px) {
    .featured-post__inner {
        padding-right: 40px
    }
}

@media screen and (min-width: 580px) {
    .featured-post__inner {
        grid-gap: calc(-19.72093px + 5.81395vw)
    }
}

@media screen and (min-width: 1440px) {
    .featured-post__inner {
        grid-gap: 64px
    }
}

@media only screen and (min-width: 940px) {
    .featured-post__inner {
        grid-template-columns:560fr 496fr
    }
}

.featured-post__inner > img {
    display: block;
    height: auto;
    margin: 0 auto;
    max-width: 565px;
    width: 100%
}

.featured-post__content > p {
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 22px;
    margin-bottom: 16px
}

@media screen and (min-width: 580px) {
    .featured-post__content > p {
        font-size: 14px
    }
}

@media screen and (min-width: 1440px) {
    .featured-post__content > p {
        font-size: 14px
    }
}

@media screen and (min-width: 580px) {
    .featured-post__content > p {
        line-height: 22px
    }
}

@media screen and (min-width: 1440px) {
    .featured-post__content > p {
        line-height: 22px
    }
}

@media screen and (min-width: 580px) {
    .featured-post__content > p {
        margin-bottom: calc(-7.60465px + 4.06977vw)
    }
}

@media screen and (min-width: 1440px) {
    .featured-post__content > p {
        margin-bottom: 51px
    }
}

@media only screen and (min-width: 940px) {
    .featured-post__content > p {
        font-family: Inter, sans-serif;
        font-size: 14px;
        font-weight: 400;
        letter-spacing: 0;
        line-height: 22px
    }
}

@media only screen and (min-width: 940px)and (min-width: 580px) {
    .featured-post__content > p {
        font-size: 14px
    }
}

@media only screen and (min-width: 940px)and (min-width: 1440px) {
    .featured-post__content > p {
        font-size: 14px
    }
}

@media only screen and (min-width: 940px)and (min-width: 580px) {
    .featured-post__content > p {
        line-height: 22px
    }
}

@media only screen and (min-width: 940px)and (min-width: 1440px) {
    .featured-post__content > p {
        line-height: 22px
    }
}

.featured-post__content > h2 {
    font-family: Benjamin, cursive;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: -.02em;
    line-height: 32px;
    margin-bottom: 15px;
    max-width: 464px
}

@media screen and (min-width: 580px) {
    .featured-post__content > h2 {
        font-size: 24px
    }
}

@media screen and (min-width: 1440px) {
    .featured-post__content > h2 {
        font-size: 24px
    }
}

@media screen and (min-width: 580px) {
    .featured-post__content > h2 {
        line-height: 32px
    }
}

@media screen and (min-width: 1440px) {
    .featured-post__content > h2 {
        line-height: 32px
    }
}

@media only screen and (min-width: 940px) {
    .featured-post__content > h2 {
        font-family: Benjamin, cursive;
        font-size: 36px;
        font-weight: 400;
        letter-spacing: -.02em;
        line-height: 44px;
        margin-bottom: 9px
    }
}

@media only screen and (min-width: 940px)and (min-width: 580px) {
    .featured-post__content > h2 {
        font-size: 36px
    }
}

@media only screen and (min-width: 940px)and (min-width: 1440px) {
    .featured-post__content > h2 {
        font-size: 36px
    }
}

@media only screen and (min-width: 940px)and (min-width: 580px) {
    .featured-post__content > h2 {
        line-height: 44px
    }
}

@media only screen and (min-width: 940px)and (min-width: 1440px) {
    .featured-post__content > h2 {
        line-height: 44px
    }
}

.featured-post__content .wysiwyg-content {
    max-width: 416px
}

.featured-post__content > h5 {
    margin-top: 18px
}

@media screen and (min-width: 580px) {
    .featured-post__content > h5 {
        margin-top: calc(-19.76744px + 6.51163vw)
    }
}

@media screen and (min-width: 1440px) {
    .featured-post__content > h5 {
        margin-top: 74px
    }
}

.featured-quote {
    margin-bottom: 53px;
    margin-top: 42px;
    padding-bottom: 42px;
    position: relative
}

@media screen and (min-width: 580px) {
    .featured-quote {
        padding-bottom: calc(48.06977px - 1.04651vw)
    }
}

@media screen and (min-width: 1440px) {
    .featured-quote {
        padding-bottom: 33px
    }
}

@media screen and (min-width: 580px) {
    .featured-quote {
        margin-bottom: calc(46.25581px + 1.16279vw)
    }
}

@media screen and (min-width: 1440px) {
    .featured-quote {
        margin-bottom: 63px
    }
}

@media screen and (min-width: 580px) {
    .featured-quote {
        margin-top: calc(26.48837px + 2.67442vw)
    }
}

@media screen and (min-width: 1440px) {
    .featured-quote {
        margin-top: 65px
    }
}

@media only screen and (max-width: 767.99px) {
    .featured-quote {
        margin: 0 auto;
        max-width: 816px;
        padding-left: 20px;
        padding-right: 20px;
        width: 100%
    }
}

@media only screen and (max-width: 767.99px)and (min-width: 580px) {
    .featured-quote {
        padding-left: calc(6.51163px + 2.32558vw)
    }
}

@media only screen and (max-width: 767.99px)and (min-width: 1440px) {
    .featured-quote {
        padding-left: 40px
    }
}

@media only screen and (max-width: 767.99px)and (min-width: 580px) {
    .featured-quote {
        padding-right: calc(6.51163px + 2.32558vw)
    }
}

@media only screen and (max-width: 767.99px)and (min-width: 1440px) {
    .featured-quote {
        padding-right: 40px
    }
}

.featured-quote:after {
    background-color: #d9d7d8;
    background-color: var(--silver-100);
    bottom: 0;
    content: "";
    height: 1px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 90%
}

@media only screen and (min-width: 940px) {
    .featured-quote:after {
        width: 840px
    }
}

@media only screen and (min-width: 940px)and (min-width: 580px) {
    .featured-quote:after {
        width: calc(737.48837px + 17.67442vw)
    }
}

@media only screen and (min-width: 940px)and (min-width: 1440px) {
    .featured-quote:after {
        width: 992px
    }
}

.featured-quote.remove-lineunder {
    padding-bottom: 0
}

.featured-quote.remove-lineunder:after {
    content: none
}

.featured-quote blockquote {
    font-family: Benjamin, cursive;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: -.02em;
    line-height: 32px;
    margin-bottom: 26px
}

@media screen and (min-width: 580px) {
    .featured-quote blockquote {
        font-size: 24px
    }
}

@media screen and (min-width: 1440px) {
    .featured-quote blockquote {
        font-size: 24px
    }
}

@media screen and (min-width: 580px) {
    .featured-quote blockquote {
        line-height: 32px
    }
}

@media screen and (min-width: 1440px) {
    .featured-quote blockquote {
        line-height: 32px
    }
}

@media only screen and (min-width: 940px) {
    .featured-quote blockquote {
        font-family: Benjamin, cursive;
        font-size: 28px;
        font-weight: 400;
        letter-spacing: -.02em;
        line-height: 36px
    }
}

@media only screen and (min-width: 940px)and (min-width: 580px) {
    .featured-quote blockquote {
        font-size: 28px
    }
}

@media only screen and (min-width: 940px)and (min-width: 1440px) {
    .featured-quote blockquote {
        font-size: 28px
    }
}

@media only screen and (min-width: 940px)and (min-width: 580px) {
    .featured-quote blockquote {
        line-height: 36px
    }
}

@media only screen and (min-width: 940px)and (min-width: 1440px) {
    .featured-quote blockquote {
        line-height: 36px
    }
}

.featured-quote blockquote:before {
    color: #63a8a3;
    color: var(--light-green-500);
    content: "“"
}

.featured-quote blockquote:after {
    color: #63a8a3;
    color: var(--light-green-500);
    content: "”"
}

.featured-quote cite {
    color: #63a8a3;
    color: var(--light-green-500);
    display: block;
    font-style: normal
}

.featured-quote.theme--workplace blockquote:after, .featured-quote.theme--workplace blockquote:before, .featured-quote.theme--workplace cite {
    color: #00df9b;
    color: var(--green-teal-600)
}

.highlight-points {
    padding-bottom: 53px;
    padding-top: 24px
}

@media screen and (min-width: 580px) {
    .highlight-points {
        padding-top: calc(17.25581px + 1.16279vw)
    }
}

@media screen and (min-width: 1440px) {
    .highlight-points {
        padding-top: 34px
    }
}

@media screen and (min-width: 580px) {
    .highlight-points {
        padding-bottom: calc(46.25581px + 1.16279vw)
    }
}

@media screen and (min-width: 1440px) {
    .highlight-points {
        padding-bottom: 63px
    }
}

@media only screen and (max-width: 767.99px) {
    .highlight-points {
        margin: 0 auto;
        max-width: 816px;
        padding-left: 20px;
        padding-right: 20px;
        width: 100%
    }
}

@media only screen and (max-width: 767.99px)and (min-width: 580px) {
    .highlight-points {
        padding-left: calc(6.51163px + 2.32558vw)
    }
}

@media only screen and (max-width: 767.99px)and (min-width: 1440px) {
    .highlight-points {
        padding-left: 40px
    }
}

@media only screen and (max-width: 767.99px)and (min-width: 580px) {
    .highlight-points {
        padding-right: calc(6.51163px + 2.32558vw)
    }
}

@media only screen and (max-width: 767.99px)and (min-width: 1440px) {
    .highlight-points {
        padding-right: 40px
    }
}

.highlight-points.increase-padding {
    padding-bottom: 53px;
    padding-top: 53px
}

@media screen and (min-width: 580px) {
    .highlight-points.increase-padding {
        padding-top: calc(44.23256px + 1.51163vw)
    }
}

@media screen and (min-width: 1440px) {
    .highlight-points.increase-padding {
        padding-top: 66px
    }
}

@media screen and (min-width: 580px) {
    .highlight-points.increase-padding {
        padding-bottom: calc(44.23256px + 1.51163vw)
    }
}

@media screen and (min-width: 1440px) {
    .highlight-points.increase-padding {
        padding-bottom: 66px
    }
}

.highlight-points__item {
    background-color: #eff6f6;
    background-color: var(--light-green-50);
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 46px), calc(100% - 20px) 100%, 0 100%);
    max-width: 640px;
    padding: 18px 64px 18px 18px;
    position: relative
}

@media screen and (min-width: 580px) {
    .highlight-points__item {
        padding-top: calc(11.25581px + 1.16279vw)
    }
}

@media screen and (min-width: 1440px) {
    .highlight-points__item {
        padding-top: 28px
    }
}

@media screen and (min-width: 580px) {
    .highlight-points__item {
        padding-right: calc(39.04651px + 4.30233vw)
    }
}

@media screen and (min-width: 1440px) {
    .highlight-points__item {
        padding-right: 101px
    }
}

@media screen and (min-width: 580px) {
    .highlight-points__item {
        padding-bottom: calc(13.95349px + .69767vw)
    }
}

@media screen and (min-width: 1440px) {
    .highlight-points__item {
        padding-bottom: 24px
    }
}

@media screen and (min-width: 580px) {
    .highlight-points__item {
        padding-left: calc(3.16279px + 2.55814vw)
    }
}

@media screen and (min-width: 1440px) {
    .highlight-points__item {
        padding-left: 40px
    }
}

.highlight-points__item:not(:first-child) {
    margin-top: 6px
}

@media screen and (min-width: 580px) {
    .highlight-points__item:not(:first-child) {
        margin-top: calc(3.30233px + .46512vw)
    }
}

@media screen and (min-width: 1440px) {
    .highlight-points__item:not(:first-child) {
        margin-top: 10px
    }
}

.highlight-points__item > img {
    height: 48px;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 48px
}

.highlight-points__item > h4 {
    margin-bottom: 4px
}

.highlight-points.layout--alternate .highlight-points__item {
    background-color: inherit;
    color: #7c7d80;
    color: var(--silver-300);
    padding-left: 0;
    padding-right: 0
}

.highlight-points.layout--alternate .highlight-points__item:not(:first-child) {
    margin-top: 2px
}

.highlight-points.layout--alternate .highlight-points__item > img {
    margin-bottom: 24px;
    position: static
}

.highlight-points.layout--alternate .highlight-points__item h4 {
    color: #053333;
    color: var(--dark-green-500);
    font-family: Benjamin, cursive;
    font-size: 28px;
    font-weight: 400;
    letter-spacing: -.02em;
    line-height: 36px;
    margin-bottom: 13px
}

@media screen and (min-width: 580px) {
    .highlight-points.layout--alternate .highlight-points__item h4 {
        font-size: 28px
    }
}

@media screen and (min-width: 1440px) {
    .highlight-points.layout--alternate .highlight-points__item h4 {
        font-size: 28px
    }
}

@media screen and (min-width: 580px) {
    .highlight-points.layout--alternate .highlight-points__item h4 {
        line-height: 36px
    }
}

@media screen and (min-width: 1440px) {
    .highlight-points.layout--alternate .highlight-points__item h4 {
        line-height: 36px
    }
}

.highlight-points.layout--alternate .highlight-points__item .wysiwyg-content {
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 26px
}

@media screen and (min-width: 580px) {
    .highlight-points.layout--alternate .highlight-points__item .wysiwyg-content {
        font-size: 16px
    }
}

@media screen and (min-width: 1440px) {
    .highlight-points.layout--alternate .highlight-points__item .wysiwyg-content {
        font-size: 16px
    }
}

@media screen and (min-width: 580px) {
    .highlight-points.layout--alternate .highlight-points__item .wysiwyg-content {
        line-height: 26px
    }
}

@media screen and (min-width: 1440px) {
    .highlight-points.layout--alternate .highlight-points__item .wysiwyg-content {
        line-height: 26px
    }
}

.highlight-points.theme--workplace .highlight-points__item {
    background-color: #e6fcf5;
    background-color: var(--green-teal-100);
    max-width: none;
    padding: 18px 64px 18px 18px;
    width: 100%
}

@media screen and (min-width: 580px) {
    .highlight-points.theme--workplace .highlight-points__item {
        padding-top: calc(11.25581px + 1.16279vw)
    }
}

@media screen and (min-width: 1440px) {
    .highlight-points.theme--workplace .highlight-points__item {
        padding-top: 28px
    }
}

@media screen and (min-width: 580px) {
    .highlight-points.theme--workplace .highlight-points__item {
        padding-right: calc(39.04651px + 4.30233vw)
    }
}

@media screen and (min-width: 1440px) {
    .highlight-points.theme--workplace .highlight-points__item {
        padding-right: 101px
    }
}

@media screen and (min-width: 580px) {
    .highlight-points.theme--workplace .highlight-points__item {
        padding-bottom: calc(13.95349px + .69767vw)
    }
}

@media screen and (min-width: 1440px) {
    .highlight-points.theme--workplace .highlight-points__item {
        padding-bottom: 24px
    }
}

@media screen and (min-width: 580px) {
    .highlight-points.theme--workplace .highlight-points__item {
        padding-left: calc(3.16279px + 2.55814vw)
    }
}

@media screen and (min-width: 1440px) {
    .highlight-points.theme--workplace .highlight-points__item {
        padding-left: 40px
    }
}

.highlight-points.theme--workplace .highlight-points__item:not(:first-child) {
    margin-top: 6px
}

@media screen and (min-width: 580px) {
    .highlight-points.theme--workplace .highlight-points__item:not(:first-child) {
        margin-top: calc(3.30233px + .46512vw)
    }
}

@media screen and (min-width: 1440px) {
    .highlight-points.theme--workplace .highlight-points__item:not(:first-child) {
        margin-top: 10px
    }
}

.component-hubspot-form {
    color: #053333;
    color: var(--dark-green-500);
    margin: 20px
}

@media screen and (min-width: 580px) {
    .component-hubspot-form {
        margin: calc(-6.97674px + 4.65116vw)
    }
}

@media screen and (min-width: 1440px) {
    .component-hubspot-form {
        margin: 60px
    }
}

.component-hubspot-form__inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: auto;
    max-width: 927px;
    text-align: center;
    width: 100%
}

.component-hubspot-form__inner h1 {
    font-family: Benjamin, cursive;
    font-size: 56px;
    font-weight: 400;
    letter-spacing: -.02em;
    line-height: 64px;
    padding-bottom: 15px
}

@media screen and (min-width: 580px) {
    .component-hubspot-form__inner h1 {
        padding-bottom: calc(9.60465px + .93023vw)
    }
}

@media screen and (min-width: 1440px) {
    .component-hubspot-form__inner h1 {
        padding-bottom: 23px
    }
}

@media screen and (min-width: 580px) {
    .component-hubspot-form__inner h1 {
        font-size: 56px
    }
}

@media screen and (min-width: 1440px) {
    .component-hubspot-form__inner h1 {
        font-size: 56px
    }
}

@media screen and (min-width: 580px) {
    .component-hubspot-form__inner h1 {
        line-height: 64px
    }
}

@media screen and (min-width: 1440px) {
    .component-hubspot-form__inner h1 {
        line-height: 64px
    }
}

.component-hubspot-form__inner h2 {
    font-family: Benjamin, cursive;
    font-size: 48px;
    font-weight: 400;
    letter-spacing: -.02em;
    line-height: 56px;
    padding-bottom: 15px
}

@media screen and (min-width: 580px) {
    .component-hubspot-form__inner h2 {
        padding-bottom: calc(9.60465px + .93023vw)
    }
}

@media screen and (min-width: 1440px) {
    .component-hubspot-form__inner h2 {
        padding-bottom: 23px
    }
}

@media screen and (min-width: 580px) {
    .component-hubspot-form__inner h2 {
        font-size: 48px
    }
}

@media screen and (min-width: 1440px) {
    .component-hubspot-form__inner h2 {
        font-size: 48px
    }
}

@media screen and (min-width: 580px) {
    .component-hubspot-form__inner h2 {
        line-height: 56px
    }
}

@media screen and (min-width: 1440px) {
    .component-hubspot-form__inner h2 {
        line-height: 56px
    }
}

.component-hubspot-form__inner h3 {
    font-family: Benjamin, cursive;
    font-size: 36px;
    font-weight: 400;
    letter-spacing: -.02em;
    line-height: 44px;
    padding-bottom: 15px
}

@media screen and (min-width: 580px) {
    .component-hubspot-form__inner h3 {
        padding-bottom: calc(9.60465px + .93023vw)
    }
}

@media screen and (min-width: 1440px) {
    .component-hubspot-form__inner h3 {
        padding-bottom: 23px
    }
}

@media screen and (min-width: 580px) {
    .component-hubspot-form__inner h3 {
        font-size: 36px
    }
}

@media screen and (min-width: 1440px) {
    .component-hubspot-form__inner h3 {
        font-size: 36px
    }
}

@media screen and (min-width: 580px) {
    .component-hubspot-form__inner h3 {
        line-height: 44px
    }
}

@media screen and (min-width: 1440px) {
    .component-hubspot-form__inner h3 {
        line-height: 44px
    }
}

.component-hubspot-form__inner h4 {
    font-family: Benjamin, cursive;
    font-size: 28px;
    font-weight: 400;
    letter-spacing: -.02em;
    line-height: 36px;
    padding-bottom: 15px
}

@media screen and (min-width: 580px) {
    .component-hubspot-form__inner h4 {
        padding-bottom: calc(9.60465px + .93023vw)
    }
}

@media screen and (min-width: 1440px) {
    .component-hubspot-form__inner h4 {
        padding-bottom: 23px
    }
}

@media screen and (min-width: 580px) {
    .component-hubspot-form__inner h4 {
        font-size: 28px
    }
}

@media screen and (min-width: 1440px) {
    .component-hubspot-form__inner h4 {
        font-size: 28px
    }
}

@media screen and (min-width: 580px) {
    .component-hubspot-form__inner h4 {
        line-height: 36px
    }
}

@media screen and (min-width: 1440px) {
    .component-hubspot-form__inner h4 {
        line-height: 36px
    }
}

.component-hubspot-form__inner h5 {
    font-family: Benjamin, cursive;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: -.02em;
    line-height: 32px;
    padding-bottom: 15px
}

@media screen and (min-width: 580px) {
    .component-hubspot-form__inner h5 {
        padding-bottom: calc(9.60465px + .93023vw)
    }
}

@media screen and (min-width: 1440px) {
    .component-hubspot-form__inner h5 {
        padding-bottom: 23px
    }
}

@media screen and (min-width: 580px) {
    .component-hubspot-form__inner h5 {
        font-size: 24px
    }
}

@media screen and (min-width: 1440px) {
    .component-hubspot-form__inner h5 {
        font-size: 24px
    }
}

@media screen and (min-width: 580px) {
    .component-hubspot-form__inner h5 {
        line-height: 32px
    }
}

@media screen and (min-width: 1440px) {
    .component-hubspot-form__inner h5 {
        line-height: 32px
    }
}

.component-hubspot-form__inner h6 {
    font-family: Benjamin, cursive;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: -.02em;
    line-height: 28px;
    padding-bottom: 15px
}

@media screen and (min-width: 580px) {
    .component-hubspot-form__inner h6 {
        padding-bottom: calc(9.60465px + .93023vw)
    }
}

@media screen and (min-width: 1440px) {
    .component-hubspot-form__inner h6 {
        padding-bottom: 23px
    }
}

@media screen and (min-width: 580px) {
    .component-hubspot-form__inner h6 {
        font-size: 20px
    }
}

@media screen and (min-width: 1440px) {
    .component-hubspot-form__inner h6 {
        font-size: 20px
    }
}

@media screen and (min-width: 580px) {
    .component-hubspot-form__inner h6 {
        line-height: 28px
    }
}

@media screen and (min-width: 1440px) {
    .component-hubspot-form__inner h6 {
        line-height: 28px
    }
}

.component-hubspot-form__inner p {
    color: #7c7d80;
    color: var(--silver-300);
    font-family: Inter, sans-serif;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 28px;
    padding-bottom: 25px
}

@media screen and (min-width: 580px) {
    .component-hubspot-form__inner p {
        font-size: 18px
    }
}

@media screen and (min-width: 1440px) {
    .component-hubspot-form__inner p {
        font-size: 18px
    }
}

@media screen and (min-width: 580px) {
    .component-hubspot-form__inner p {
        line-height: 28px
    }
}

@media screen and (min-width: 1440px) {
    .component-hubspot-form__inner p {
        line-height: 28px
    }
}

@media screen and (min-width: 580px) {
    .component-hubspot-form__inner p {
        padding-bottom: calc(23.65116px + .23256vw)
    }
}

@media screen and (min-width: 1440px) {
    .component-hubspot-form__inner p {
        padding-bottom: 27px
    }
}

.component-hubspot-form__inner p:last-child {
    padding-bottom: 0
}

.component-hubspot-form__inner label {
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 24px !important;
    line-height: 26px
}

@media screen and (min-width: 580px) {
    .component-hubspot-form__inner label {
        font-size: 16px
    }
}

@media screen and (min-width: 1440px) {
    .component-hubspot-form__inner label {
        font-size: 16px
    }
}

@media screen and (min-width: 580px) {
    .component-hubspot-form__inner label {
        line-height: 26px
    }
}

@media screen and (min-width: 1440px) {
    .component-hubspot-form__inner label {
        line-height: 26px
    }
}

.component-hubspot-form__inner .hs-form-field {
    padding-top: 12px
}

@media screen and (min-width: 580px) {
    .component-hubspot-form__inner .hs-form-field {
        padding-top: calc(7.27907px + .81395vw)
    }
}

@media screen and (min-width: 1440px) {
    .component-hubspot-form__inner .hs-form-field {
        padding-top: 19px
    }
}

.component-hubspot-form__inner input, .component-hubspot-form__inner textarea {
    border: 1px solid #a8a9ad;
    border: 1px solid var(--silver-200);
    color: #7c7d80;
    color: var(--silver-300);
    margin-top: 2px;
    min-height: 48px;
    padding: 12px 16px;
    width: 100% !important
}

.component-hubspot-form__inner input[type=checkbox] {
    width: auto !important
}

.component-hubspot-form__inner input[type=submit] {
    background-color: #d1f2ba;
    background-color: var(--pale-green);
    border: 1.5px solid #d1f2ba;
    border: 1.5px solid var(--pale-green);
    color: #053333;
    color: var(--dark-green-500);
    display: inline-block;
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-weight: 400;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 22px;
    margin-top: 30px;
    overflow: hidden;
    padding: 10px 18px;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 1
}

@media screen and (min-width: 580px) {
    .component-hubspot-form__inner input[type=submit] {
        font-size: 14px
    }
}

@media screen and (min-width: 1440px) {
    .component-hubspot-form__inner input[type=submit] {
        font-size: 14px
    }
}

@media screen and (min-width: 580px) {
    .component-hubspot-form__inner input[type=submit] {
        line-height: 22px
    }
}

@media screen and (min-width: 1440px) {
    .component-hubspot-form__inner input[type=submit] {
        line-height: 22px
    }
}

@media screen and (min-width: 580px) {
    .component-hubspot-form__inner input[type=submit] {
        padding: calc(15.30233px + .46512vw)
    }
}

@media screen and (min-width: 1440px) {
    .component-hubspot-form__inner input[type=submit] {
        padding: 22px
    }
}

@media screen and (min-width: 580px) {
    .component-hubspot-form__inner input[type=submit] {
        padding-top: calc(7.97674px + .34884vw)
    }
}

@media screen and (min-width: 1440px) {
    .component-hubspot-form__inner input[type=submit] {
        padding-top: 13px
    }
}

@media screen and (min-width: 580px) {
    .component-hubspot-form__inner input[type=submit] {
        padding-bottom: calc(7.97674px + .34884vw)
    }
}

@media screen and (min-width: 1440px) {
    .component-hubspot-form__inner input[type=submit] {
        padding-bottom: 13px
    }
}

@media only screen and (min-width: 768px) {
    .component-hubspot-form__inner input[type=submit] {
        max-width: 160px
    }
}

.component-hubspot-form__inner input::-webkit-inner-spin-button, .component-hubspot-form__inner input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.component-hubspot-form__inner input[type=number] {
    -moz-appearance: textfield
}

.component-hubspot-form__inner textarea {
    height: 100px;
    resize: none !important
}

.component-hubspot-form__inner .hs-form-booleancheckbox-display {
    align-items: center;
    display: flex
}

.component-hubspot-form__inner .hs-form-booleancheckbox-display input {
    flex-shrink: 0;
    height: 24px;
    margin-right: 14px;
    min-height: auto;
    padding: 0;
    width: 24px
}

.component-hubspot-form__inner .hs-form-booleancheckbox-display span {
    color: #7c7d80;
    color: var(--silver-300)
}

.component-hubspot-form__inner form {
    margin: auto;
    max-width: 650px;
    width: 100%
}

.component-hubspot-form__inner .field, .component-hubspot-form__inner .hs-submit {
    margin: auto;
    max-width: 544px;
    text-align: left;
    width: 100%
}

.icon-list {
    margin: 0 auto;
    max-width: 2000px;
    padding: 60px 20px 74px;
    position: relative;
    width: 100%
}

@media screen and (min-width: 580px) {
    .icon-list {
        padding-left: calc(6.51163px + 2.32558vw)
    }
}

@media screen and (min-width: 1440px) {
    .icon-list {
        padding-left: 40px
    }
}

@media screen and (min-width: 580px) {
    .icon-list {
        padding-right: calc(6.51163px + 2.32558vw)
    }
}

@media screen and (min-width: 1440px) {
    .icon-list {
        padding-right: 40px
    }
}

.icon-list.light-green-50 {
    background-color: #eff6f6;
    background-color: var(--light-green-50)
}

.icon-list.light-green-50.theme--workplace {
    background-color: #ccf9eb;
    background-color: var(--green-teal-200)
}

@media (min-width: 940px) {
    .icon-list {
        padding: 90px 176px 100px 160px
    }
}

.icon-list__upper {
    padding-bottom: 24px
}

@media (min-width: 940px) {
    .icon-list__upper:before {
        background-repeat: no-repeat;
        content: url(../images/Hero_V1_12.ac2620.svg);
        position: absolute;
        right: 0;
        top: 0
    }

    .icon-list__upper {
        padding-bottom: 53px
    }
}

.icon-list__upper--subheading {
    color: #63a8a3;
    color: var(--light-green-500);
    font-family: Benjamin, cursive;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .25em;
    line-height: 14px;
    text-transform: uppercase
}

@media screen and (min-width: 580px) {
    .icon-list__upper--subheading {
        font-size: 14px
    }
}

@media screen and (min-width: 1440px) {
    .icon-list__upper--subheading {
        font-size: 14px
    }
}

@media screen and (min-width: 580px) {
    .icon-list__upper--subheading {
        line-height: 14px
    }
}

@media screen and (min-width: 1440px) {
    .icon-list__upper--subheading {
        line-height: 14px
    }
}

.icon-list__upper > h2 {
    color: #053333;
    color: var(--dark-green-500);
    font-family: Benjamin, cursive;
    font-size: 28px;
    font-weight: 400;
    letter-spacing: -.02em;
    line-height: 36px;
    padding-top: 20px
}

@media screen and (min-width: 580px) {
    .icon-list__upper > h2 {
        font-size: 28px
    }
}

@media screen and (min-width: 1440px) {
    .icon-list__upper > h2 {
        font-size: 28px
    }
}

@media screen and (min-width: 580px) {
    .icon-list__upper > h2 {
        line-height: 36px
    }
}

@media screen and (min-width: 1440px) {
    .icon-list__upper > h2 {
        line-height: 36px
    }
}

@media (min-width: 940px) {
    .icon-list__upper > h2 {
        font-family: Benjamin, cursive;
        font-size: 48px;
        font-weight: 400;
        letter-spacing: -.02em;
        line-height: 56px;
        max-width: 640px;
        padding-top: 16px
    }
}

@media screen and (min-width: 940px)and (min-width: 580px) {
    .icon-list__upper > h2 {
        font-size: 48px
    }
}

@media screen and (min-width: 940px)and (min-width: 1440px) {
    .icon-list__upper > h2 {
        font-size: 48px
    }
}

@media screen and (min-width: 940px)and (min-width: 580px) {
    .icon-list__upper > h2 {
        line-height: 56px
    }
}

@media screen and (min-width: 940px)and (min-width: 1440px) {
    .icon-list__upper > h2 {
        line-height: 56px
    }
}

.icon-list__upper--body {
    color: #053333;
    color: var(--dark-green-500);
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 24px !important;
    line-height: 26px;
    padding-top: 16px
}

@media screen and (min-width: 580px) {
    .icon-list__upper--body {
        font-size: 16px
    }
}

@media screen and (min-width: 1440px) {
    .icon-list__upper--body {
        font-size: 16px
    }
}

@media screen and (min-width: 580px) {
    .icon-list__upper--body {
        line-height: 26px
    }
}

@media screen and (min-width: 1440px) {
    .icon-list__upper--body {
        line-height: 26px
    }
}

@media (min-width: 940px) {
    .icon-list__upper--body {
        font-family: Inter, sans-serif;
        font-size: 18px;
        font-weight: 400;
        letter-spacing: 0;
        line-height: 28px;
        padding-top: 21px
    }
}

@media screen and (min-width: 940px)and (min-width: 580px) {
    .icon-list__upper--body {
        font-size: 18px
    }
}

@media screen and (min-width: 940px)and (min-width: 1440px) {
    .icon-list__upper--body {
        font-size: 18px
    }
}

@media screen and (min-width: 940px)and (min-width: 580px) {
    .icon-list__upper--body {
        line-height: 28px
    }
}

@media screen and (min-width: 940px)and (min-width: 1440px) {
    .icon-list__upper--body {
        line-height: 28px
    }
}

.icon-list__upper--body > a {
    -webkit-text-decoration: underline;
    text-decoration: underline
}

.icon-list__upper--body > a:hover {
    -webkit-text-decoration: none;
    text-decoration: none
}

@media (max-width: 939.99px) {
    .icon-list__icon-cards > li:not(:last-child) {
        padding-bottom: 24px
    }
}

@media (min-width: 940px) {
    .icon-list__icon-cards {
        grid-row-gap: 44px;
        grid-column-gap: 50px;
        -moz-column-gap: 50px;
        column-gap: 50px;
        display: grid;
        grid-template-columns:1fr 1fr 1fr;
        max-width: 1104px;
        padding-bottom: 44px;
        row-gap: 44px
    }

    .icon-list__icon-card {
        padding-bottom: 0
    }
}

.icon-list__icon-card > h4 {
    color: #053333;
    color: var(--dark-green-500);
    font-family: Benjamin, cursive;
    font-size: 28px;
    font-weight: 400;
    letter-spacing: -.02em;
    line-height: 36px;
    padding-bottom: 12px
}

@media screen and (min-width: 580px) {
    .icon-list__icon-card > h4 {
        font-size: 28px
    }
}

@media screen and (min-width: 1440px) {
    .icon-list__icon-card > h4 {
        font-size: 28px
    }
}

@media screen and (min-width: 580px) {
    .icon-list__icon-card > h4 {
        line-height: 36px
    }
}

@media screen and (min-width: 1440px) {
    .icon-list__icon-card > h4 {
        line-height: 36px
    }
}

.icon-list__icon-card > p {
    color: #7c7d80;
    color: var(--silver-300);
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 24px !important;
    line-height: 26px
}

@media screen and (min-width: 580px) {
    .icon-list__icon-card > p {
        font-size: 16px
    }
}

@media screen and (min-width: 1440px) {
    .icon-list__icon-card > p {
        font-size: 16px
    }
}

@media screen and (min-width: 580px) {
    .icon-list__icon-card > p {
        line-height: 26px
    }
}

@media screen and (min-width: 1440px) {
    .icon-list__icon-card > p {
        line-height: 26px
    }
}

.icon-list__svg-icon {
    padding-bottom: 14px
}

@media (min-width: 940px) {
    .icon-list__svg-icon {
        padding-bottom: 24px
    }
}

.icon-list__custom-icon {
    display: flex;
    height: 70px;
    justify-content: center;
    padding-bottom: 14px;
    width: 70px
}

@media (min-width: 940px) {
    .icon-list__custom-icon {
        padding-bottom: 24px
    }
}

.icon-list__custom-icon > img {
    height: 56px;
    width: 56px
}

@media (min-width: 940px) {
    .icon-list__custom-icon > img {
        height: 46px;
        width: 46px
    }
}

.icon-list__lower {
    margin-bottom: -14px;
    padding-top: 24px;
    text-align: center
}

@media (min-width: 940px) {
    .icon-list__lower {
        margin-bottom: 0;
        padding-bottom: 27px;
        padding-top: 0
    }

    .icon-list.theme--workplace .icon-list__upper:before {
        content: url(../images/Hero_V1_12_workplace.ecd790.svg)
    }
}

.key-points {
    margin: 0 auto;
    max-width: 1440px;
    overflow: hidden;
    padding-bottom: 80px;
    padding-top: 71px;
    position: relative;
    width: 100%
}

@media screen and (min-width: 580px) {
    .key-points {
        padding-top: calc(24.46512px + 8.02326vw)
    }
}

@media screen and (min-width: 1440px) {
    .key-points {
        padding-top: 140px
    }
}

@media screen and (min-width: 580px) {
    .key-points {
        padding-bottom: calc(53.02326px + 4.65116vw)
    }
}

@media screen and (min-width: 1440px) {
    .key-points {
        padding-bottom: 120px
    }
}

.key-points:after {
    content: "";
    height: 100%;
    left: 50%;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    width: 100vw
}

.key-points__decoration {
    bottom: -110px;
    position: absolute;
    width: 100%
}

@media only screen and (min-width: 580px) {
    .key-points__decoration {
        bottom: auto;
        right: 0;
        top: 36px;
        width: 394px
    }
}

@media only screen and (min-width: 580px)and (min-width: 580px) {
    .key-points__decoration {
        top: calc(-.4186px + 6.27907vw)
    }
}

@media only screen and (min-width: 580px)and (min-width: 1440px) {
    .key-points__decoration {
        top: 90px
    }
}

@media only screen and (min-width: 580px)and (min-width: 580px) {
    .key-points__decoration {
        width: calc(314.4186px + 13.72093vw)
    }
}

@media only screen and (min-width: 580px)and (min-width: 1440px) {
    .key-points__decoration {
        width: 512px
    }
}

.key-points__inner > p {
    margin-bottom: 18px
}

@media screen and (min-width: 580px) {
    .key-points__inner > p {
        margin-bottom: calc(13.27907px + .81395vw)
    }
}

@media screen and (min-width: 1440px) {
    .key-points__inner > p {
        margin-bottom: 25px
    }
}

.key-points__inner > h3 {
    font-family: Benjamin, cursive;
    font-size: 28px;
    font-weight: 400;
    letter-spacing: -.02em;
    line-height: 36px;
    margin-bottom: 22px;
    max-width: 848px
}

@media screen and (min-width: 580px) {
    .key-points__inner > h3 {
        margin-bottom: calc(9.86047px + 2.09302vw)
    }
}

@media screen and (min-width: 1440px) {
    .key-points__inner > h3 {
        margin-bottom: 40px
    }
}

@media screen and (min-width: 580px) {
    .key-points__inner > h3 {
        font-size: 28px
    }
}

@media screen and (min-width: 1440px) {
    .key-points__inner > h3 {
        font-size: 28px
    }
}

@media screen and (min-width: 580px) {
    .key-points__inner > h3 {
        line-height: 36px
    }
}

@media screen and (min-width: 1440px) {
    .key-points__inner > h3 {
        line-height: 36px
    }
}

@media only screen and (min-width: 940px) {
    .key-points__inner > h3 {
        font-family: Benjamin, cursive;
        font-size: 48px;
        font-weight: 400;
        letter-spacing: -.02em;
        line-height: 56px
    }
}

@media only screen and (min-width: 940px)and (min-width: 580px) {
    .key-points__inner > h3 {
        font-size: 48px
    }
}

@media only screen and (min-width: 940px)and (min-width: 1440px) {
    .key-points__inner > h3 {
        font-size: 48px
    }
}

@media only screen and (min-width: 940px)and (min-width: 580px) {
    .key-points__inner > h3 {
        line-height: 56px
    }
}

@media only screen and (min-width: 940px)and (min-width: 1440px) {
    .key-points__inner > h3 {
        line-height: 56px
    }
}

.key-points__grid {
    grid-gap: 10px;
    display: grid;
    grid-template-columns:1fr
}

@media screen and (min-width: 580px) {
    .key-points__grid {
        grid-gap: calc(-4.83721px + 2.55814vw)
    }
}

@media screen and (min-width: 1440px) {
    .key-points__grid {
        grid-gap: 32px
    }
}

@media only screen and (min-width: 580px) {
    .key-points__grid {
        grid-template-columns:1fr 1fr
    }
}

@media only screen and (min-width: 940px) {
    .key-points__grid {
        grid-template-columns:1fr 1fr 1fr
    }
}

.key-points__item > a, .key-points__item > div {
    background-color: #e0eeed;
    background-color: var(--light-green-100);
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 227px;
    padding: 53px 10px 10px 20px;
    position: relative;
    transition: background-color .3s ease
}

@media screen and (min-width: 580px) {
    .key-points__item > a, .key-points__item > div {
        padding-left: calc(13.25581px + 1.16279vw)
    }
}

@media screen and (min-width: 1440px) {
    .key-points__item > a, .key-points__item > div {
        padding-left: 30px
    }
}

@media screen and (min-width: 580px) {
    .key-points__item > a, .key-points__item > div {
        padding-top: calc(34.11628px + 3.25581vw)
    }
}

@media screen and (min-width: 1440px) {
    .key-points__item > a, .key-points__item > div {
        padding-top: 81px
    }
}

@media screen and (min-width: 580px) {
    .key-points__item > a, .key-points__item > div {
        min-height: calc(191.25581px + 6.16279vw)
    }
}

@media screen and (min-width: 1440px) {
    .key-points__item > a, .key-points__item > div {
        min-height: 280px
    }
}

.key-points__item > a > svg, .key-points__item > div > svg {
    border-radius: 50%;
    height: 50px;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 50px
}

@media screen and (min-width: 580px) {
    .key-points__item > a > svg, .key-points__item > div > svg {
        height: calc(36.51163px + 2.32558vw)
    }
}

@media screen and (min-width: 1440px) {
    .key-points__item > a > svg, .key-points__item > div > svg {
        height: 70px
    }
}

@media screen and (min-width: 580px) {
    .key-points__item > a > svg, .key-points__item > div > svg {
        width: calc(36.51163px + 2.32558vw)
    }
}

@media screen and (min-width: 1440px) {
    .key-points__item > a > svg, .key-points__item > div > svg {
        width: 70px
    }
}

.key-points__item > a > h4, .key-points__item > div > h4 {
    align-items: flex-end;
    display: flex;
    margin-bottom: 6px;
    padding-right: 10px
}

@media screen and (min-width: 580px) {
    .key-points__item > a > h4, .key-points__item > div > h4 {
        padding-right: calc(3.25581px + 1.16279vw)
    }
}

@media screen and (min-width: 1440px) {
    .key-points__item > a > h4, .key-points__item > div > h4 {
        padding-right: 20px
    }
}

.key-points__item > a > p, .key-points__item > div > p {
    color: #053333;
    color: var(--dark-green-500);
    line-height: 24px !important;
    margin-bottom: 4px;
    padding-right: 10px;
    transition: color .3s ease
}

@media screen and (min-width: 580px) {
    .key-points__item > a > p, .key-points__item > div > p {
        padding-right: calc(3.25581px + 1.16279vw)
    }
}

@media screen and (min-width: 1440px) {
    .key-points__item > a > p, .key-points__item > div > p {
        padding-right: 20px
    }
}

@media screen and (min-width: 580px) {
    .key-points__item > a > p, .key-points__item > div > p {
        margin-bottom: calc(-.72093px + .81395vw)
    }
}

@media screen and (min-width: 1440px) {
    .key-points__item > a > p, .key-points__item > div > p {
        margin-bottom: 11px
    }
}

@media only screen and (min-width: 940px) {
    .key-points__item > a > p, .key-points__item > div > p {
        color: #698585;
        color: var(--dark-green-300)
    }

    .theme--workplace .key-points__item > a > p, .theme--workplace .key-points__item > div > p {
        color: #053333;
        color: var(--dark-green-500)
    }
}

.key-points__item > a svg, .key-points__item > div svg {
    margin-left: auto
}

.key-points__item > a svg > circle, .key-points__item > div svg > circle {
    fill: #c1dcda;
    fill: var(--light-green-200);
    transition: fill .3s ease
}

.key-points__item > a > .key-points__keypoint-icon-container {
    align-items: center;
    display: flex;
    justify-content: flex-end;
    margin-top: auto
}

.key-points__item > a > .key-points__keypoint-icon-container p {
    color: #053333;
    color: var(--dark-green-500);
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-weight: 400;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 22px;
    margin-right: 9px
}

@media screen and (min-width: 580px) {
    .key-points__item > a > .key-points__keypoint-icon-container p {
        font-size: 14px
    }
}

@media screen and (min-width: 1440px) {
    .key-points__item > a > .key-points__keypoint-icon-container p {
        font-size: 14px
    }
}

@media screen and (min-width: 580px) {
    .key-points__item > a > .key-points__keypoint-icon-container p {
        line-height: 22px
    }
}

@media screen and (min-width: 1440px) {
    .key-points__item > a > .key-points__keypoint-icon-container p {
        line-height: 22px
    }
}

.key-points__item > a > .key-points__keypoint-icon-container svg {
    height: 30px;
    margin-left: 0;
    width: 30px
}

.key-points__item > a:hover {
    background-color: #a1cbc8;
    background-color: var(--light-green-300)
}

.theme--workplace .key-points__item > a:hover {
    background-color: #66ecc3;
    background-color: var(--green-teal-400)
}

.key-points__item > a:hover > p {
    color: #053333;
    color: var(--dark-green-500)
}

.key-points__item > a:hover svg > circle {
    fill: #fff;
    fill: var(--white)
}

.location-showcase {
    padding-bottom: 40px;
    padding-top: 40px
}

@media screen and (min-width: 580px) {
    .location-showcase {
        padding-top: calc(34.60465px + .93023vw)
    }
}

@media screen and (min-width: 1440px) {
    .location-showcase {
        padding-top: 48px
    }
}

@media screen and (min-width: 580px) {
    .location-showcase {
        padding-bottom: calc(34.60465px + .93023vw)
    }
}

@media screen and (min-width: 1440px) {
    .location-showcase {
        padding-bottom: 48px
    }
}

@media only screen and (min-width: 940px) {
    .location-showcase {
        padding-left: 160px;
        padding-right: 160px
    }
}

.location-showcase__upper {
    margin: 0 auto;
    max-width: 2000px;
    padding-bottom: 27px;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%
}

@media screen and (min-width: 580px) {
    .location-showcase__upper {
        padding-left: calc(6.51163px + 2.32558vw)
    }
}

@media screen and (min-width: 1440px) {
    .location-showcase__upper {
        padding-left: 40px
    }
}

@media screen and (min-width: 580px) {
    .location-showcase__upper {
        padding-right: calc(6.51163px + 2.32558vw)
    }
}

@media screen and (min-width: 1440px) {
    .location-showcase__upper {
        padding-right: 40px
    }
}

@media screen and (min-width: 580px) {
    .location-showcase__upper {
        padding-bottom: calc(12.83721px + 2.44186vw)
    }
}

@media screen and (min-width: 1440px) {
    .location-showcase__upper {
        padding-bottom: 48px
    }
}

@media only screen and (min-width: 940px) {
    .location-showcase__upper {
        text-align: center
    }
}

.location-showcase__upper > p {
    color: #63a8a3;
    color: var(--light-green-500);
    font-family: Benjamin, cursive;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .25em;
    line-height: 14px;
    padding-bottom: 19px;
    text-transform: uppercase
}

@media screen and (min-width: 580px) {
    .location-showcase__upper > p {
        font-size: 14px
    }
}

@media screen and (min-width: 1440px) {
    .location-showcase__upper > p {
        font-size: 14px
    }
}

@media screen and (min-width: 580px) {
    .location-showcase__upper > p {
        line-height: 14px
    }
}

@media screen and (min-width: 1440px) {
    .location-showcase__upper > p {
        line-height: 14px
    }
}

@media screen and (min-width: 580px) {
    .location-showcase__upper > p {
        padding-bottom: calc(15.62791px + .5814vw)
    }
}

@media screen and (min-width: 1440px) {
    .location-showcase__upper > p {
        padding-bottom: 24px
    }
}

.location-showcase__upper > h2 {
    color: #053333;
    color: var(--dark-green-500);
    font-family: Benjamin, cursive;
    font-size: 36px;
    font-weight: 400;
    letter-spacing: -.02em;
    line-height: 44px
}

@media screen and (min-width: 580px) {
    .location-showcase__upper > h2 {
        font-size: 36px
    }
}

@media screen and (min-width: 1440px) {
    .location-showcase__upper > h2 {
        font-size: 36px
    }
}

@media screen and (min-width: 580px) {
    .location-showcase__upper > h2 {
        line-height: 44px
    }
}

@media screen and (min-width: 1440px) {
    .location-showcase__upper > h2 {
        line-height: 44px
    }
}

@media only screen and (min-width: 940px) {
    .location-showcase__upper > h2 {
        font-family: Benjamin, cursive;
        font-size: 56px;
        font-weight: 400;
        letter-spacing: -.02em;
        line-height: 64px
    }
}

@media only screen and (min-width: 940px)and (min-width: 580px) {
    .location-showcase__upper > h2 {
        font-size: 56px
    }
}

@media only screen and (min-width: 940px)and (min-width: 1440px) {
    .location-showcase__upper > h2 {
        font-size: 56px
    }
}

@media only screen and (min-width: 940px)and (min-width: 580px) {
    .location-showcase__upper > h2 {
        line-height: 64px
    }
}

@media only screen and (min-width: 940px)and (min-width: 1440px) {
    .location-showcase__upper > h2 {
        line-height: 64px
    }
}

.location-showcase__location-cards {
    display: flex;
    flex-direction: column
}

@media only screen and (min-width: 940px) {
    .location-showcase__location-cards {
        grid-row-gap: 20px;
        grid-column-gap: 32px;
        display: grid;
        grid-auto-rows: 1fr;
        grid-template-columns:1fr 1fr 1fr
    }
}

.location-showcase__location-card {
    position: relative
}

@media only screen and (max-width: 939.99px) {
    .location-showcase__location-card:not(:last-child) {
        margin-bottom: 10px
    }
}

.location-showcase__location-card > a {
    background-color: #eff6f6;
    background-color: var(--light-green-50);
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 227px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 33px;
    transition: background-color .3s ease
}

@media only screen and (max-width: 939.99px) {
    .location-showcase__location-card > a {
        height: 203px;
        margin: 0 auto;
        max-width: 2000px;
        min-height: auto;
        padding-left: 20px;
        padding-right: 20px;
        width: 100%
    }
}

@media only screen and (max-width: 939.99px)and (min-width: 580px) {
    .location-showcase__location-card > a {
        padding-left: calc(6.51163px + 2.32558vw)
    }
}

@media only screen and (max-width: 939.99px)and (min-width: 1440px) {
    .location-showcase__location-card > a {
        padding-left: 40px
    }
}

@media only screen and (max-width: 939.99px)and (min-width: 580px) {
    .location-showcase__location-card > a {
        padding-right: calc(6.51163px + 2.32558vw)
    }
}

@media only screen and (max-width: 939.99px)and (min-width: 1440px) {
    .location-showcase__location-card > a {
        padding-right: 40px
    }
}

.location-showcase__location-card > a:hover {
    background-color: #a1cbc8;
    background-color: var(--light-green-300)
}

.location-showcase__location-card > a:hover .location-showcase__location-card--upper > h6 {
    color: #053333;
    color: var(--dark-green-500)
}

.location-showcase__location-card > a:hover .location-showcase__location-card--lower > p {
    border-bottom: 1px solid #053333;
    border-bottom: 1px solid var(--dark-green-500);
    color: #053333;
    color: var(--dark-green-500)
}

.location-showcase__location-card--upper {
    padding-bottom: 16px
}

@media screen and (min-width: 580px) {
    .location-showcase__location-card--upper {
        padding-bottom: calc(22.06977px - 1.04651vw)
    }
}

@media screen and (min-width: 1440px) {
    .location-showcase__location-card--upper {
        padding-bottom: 7px
    }
}

@media only screen and (max-width: 939.99px) {
    .location-showcase__location-card--upper {
        align-items: flex-end;
        display: flex;
        justify-content: space-between
    }
}

.location-showcase__location-card--upper > h5 {
    color: #053333;
    color: var(--dark-green-500);
    font-family: Benjamin, cursive;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: -.02em;
    line-height: 32px
}

@media screen and (min-width: 580px) {
    .location-showcase__location-card--upper > h5 {
        font-size: 24px
    }
}

@media screen and (min-width: 1440px) {
    .location-showcase__location-card--upper > h5 {
        font-size: 24px
    }
}

@media screen and (min-width: 580px) {
    .location-showcase__location-card--upper > h5 {
        line-height: 32px
    }
}

@media screen and (min-width: 1440px) {
    .location-showcase__location-card--upper > h5 {
        line-height: 32px
    }
}

@media only screen and (min-width: 940px) {
    .location-showcase__location-card--upper > h5 {
        padding-bottom: 5px
    }
}

.location-showcase__location-card--upper > h6 {
    color: #63a8a3;
    color: var(--light-green-500);
    font-family: Benjamin, cursive;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: -.02em;
    line-height: 28px
}

@media screen and (min-width: 580px) {
    .location-showcase__location-card--upper > h6 {
        font-size: 20px
    }
}

@media screen and (min-width: 1440px) {
    .location-showcase__location-card--upper > h6 {
        font-size: 20px
    }
}

@media screen and (min-width: 580px) {
    .location-showcase__location-card--upper > h6 {
        line-height: 28px
    }
}

@media screen and (min-width: 1440px) {
    .location-showcase__location-card--upper > h6 {
        line-height: 28px
    }
}

.location-showcase__location-card--address {
    margin-bottom: 74px;
    max-width: 312px
}

.location-showcase__location-card--address > span {
    color: #053333;
    color: var(--dark-green-500);
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 24px !important;
    line-height: 26px
}

@media screen and (min-width: 580px) {
    .location-showcase__location-card--address > span {
        font-size: 16px
    }
}

@media screen and (min-width: 1440px) {
    .location-showcase__location-card--address > span {
        font-size: 16px
    }
}

@media screen and (min-width: 580px) {
    .location-showcase__location-card--address > span {
        line-height: 26px
    }
}

@media screen and (min-width: 1440px) {
    .location-showcase__location-card--address > span {
        line-height: 26px
    }
}

.location-showcase__location-card--lower {
    bottom: 31px;
    left: 20px;
    position: absolute
}

.location-showcase__location-card--lower > p {
    border-bottom: 1px solid #63a8a3;
    border-bottom: 1px solid var(--light-green-500);
    color: #63a8a3;
    color: var(--light-green-500);
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-weight: 400;
    font-weight: 600;
    height: 25px;
    letter-spacing: 0;
    line-height: 22px
}

@media screen and (min-width: 580px) {
    .location-showcase__location-card--lower > p {
        font-size: 14px
    }
}

@media screen and (min-width: 1440px) {
    .location-showcase__location-card--lower > p {
        font-size: 14px
    }
}

@media screen and (min-width: 580px) {
    .location-showcase__location-card--lower > p {
        line-height: 22px
    }
}

@media screen and (min-width: 1440px) {
    .location-showcase__location-card--lower > p {
        line-height: 22px
    }
}

.location-showcase__map {
    padding-top: 20px
}

@media screen and (min-width: 580px) {
    .location-showcase__map {
        padding-top: calc(-7.65116px + 4.76744vw)
    }
}

@media screen and (min-width: 1440px) {
    .location-showcase__map {
        padding-top: 61px
    }
}

.location-showcase__map > div {
    height: 500px;
    width: 100%
}

.location-showcase.theme--workplace .location-showcase__location-card > a {
    background-color: #e6fcf5;
    background-color: var(--green-teal-100)
}

.location-showcase.theme--workplace .location-showcase__location-card > a:hover {
    background-color: #66ecc3;
    background-color: var(--green-teal-400)
}

.location-showcase.theme--workplace .location-showcase__location-card > a:hover .location-showcase__location-card--upper > h6 {
    color: #053333;
    color: var(--dark-green-500)
}

.location-showcase.theme--workplace .location-showcase__location-card > a:hover .location-showcase__location-card--lower > p {
    border-bottom-color: #053333;
    border-bottom-color: var(--dark-green-500);
    color: #053333;
    color: var(--dark-green-500)
}

.location-showcase.theme--workplace .location-showcase__location-card--lower > p, .location-showcase.theme--workplace .location-showcase__location-card--upper > h6 {
    color: #00df9b;
    color: var(--green-teal-600)
}

.location-showcase.theme--workplace .location-showcase__location-card--lower > p {
    border-bottom: 1px solid #00df9b;
    border-bottom: 1px solid var(--green-teal-600)
}

.logo-showcase {
    margin-bottom: 120px;
    margin-top: 120px;
    overflow: hidden
}

@media screen and (min-width: 580px) {
    .logo-showcase {
        margin-top: calc(107.86047px + 2.09302vw)
    }
}

@media screen and (min-width: 1440px) {
    .logo-showcase {
        margin-top: 138px
    }
}

@media screen and (min-width: 580px) {
    .logo-showcase {
        margin-bottom: calc(82.90698px + 6.39535vw)
    }
}

@media screen and (min-width: 1440px) {
    .logo-showcase {
        margin-bottom: 175px
    }
}

.logo-showcase__inner {
    margin: 0 auto;
    max-width: 1360px;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%
}

@media screen and (min-width: 580px) {
    .logo-showcase__inner {
        padding-left: calc(6.51163px + 2.32558vw)
    }
}

@media screen and (min-width: 1440px) {
    .logo-showcase__inner {
        padding-left: 40px
    }
}

@media screen and (min-width: 580px) {
    .logo-showcase__inner {
        padding-right: calc(6.51163px + 2.32558vw)
    }
}

@media screen and (min-width: 1440px) {
    .logo-showcase__inner {
        padding-right: 40px
    }
}

.logo-showcase__intro {
    margin-bottom: 18px;
    margin-left: auto;
    margin-right: auto;
    max-width: 832px
}

@media screen and (min-width: 580px) {
    .logo-showcase__intro {
        margin-bottom: calc(13.95349px + .69767vw)
    }
}

@media screen and (min-width: 1440px) {
    .logo-showcase__intro {
        margin-bottom: 24px
    }
}

.logo-showcase .wysiwyg-content {
    color: #7c7d80;
    color: var(--silver-300);
    margin: 0 auto;
    max-width: 650px
}

.logo-showcase__slider {
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 60px;
    justify-content: space-around;
    margin-top: 18px
}

@media screen and (min-width: 580px) {
    .logo-showcase__slider {
        margin-top: calc(11.25581px + 1.16279vw)
    }
}

@media screen and (min-width: 1440px) {
    .logo-showcase__slider {
        margin-top: 28px
    }
}

@media only screen and (min-width: 940px) {
    .logo-showcase__slider {
        flex-direction: row;
        flex-wrap: nowrap;
        gap: initial;
        justify-content: normal;
        list-style-type: none;
        will-change: transform
    }
}

.logo-showcase__slide {
    width: 40%
}

@media only screen and (min-width: 940px) {
    .logo-showcase__slide {
        flex-shrink: 0;
        max-width: 120px;
        padding-left: 25px;
        padding-right: 25px;
        width: 100%
    }
}

@media only screen and (min-width: 940px)and (min-width: 580px) {
    .logo-showcase__slide {
        padding-left: calc(16.56977px + 1.45349vw)
    }
}

@media only screen and (min-width: 940px)and (min-width: 1440px) {
    .logo-showcase__slide {
        padding-left: 37.5px
    }
}

@media only screen and (min-width: 940px)and (min-width: 580px) {
    .logo-showcase__slide {
        padding-right: calc(16.56977px + 1.45349vw)
    }
}

@media only screen and (min-width: 940px)and (min-width: 1440px) {
    .logo-showcase__slide {
        padding-right: 37.5px
    }
}

@media only screen and (min-width: 940px)and (min-width: 580px) {
    .logo-showcase__slide {
        max-width: calc(57.95349px + 10.69767vw)
    }
}

@media only screen and (min-width: 940px)and (min-width: 1440px) {
    .logo-showcase__slide {
        max-width: 212px
    }
}

.logo-showcase__slide img {
    height: auto;
    width: 100%
}

.media-object {
    margin: 0 auto;
    max-width: 1440px;
    overflow: hidden;
    padding-bottom: 80px;
    padding-top: 77px;
    position: relative;
    width: 100%
}

@media screen and (min-width: 580px) {
    .media-object {
        padding-top: calc(48px + 5vw)
    }
}

@media screen and (min-width: 1440px) {
    .media-object {
        padding-top: 120px
    }
}

@media screen and (min-width: 580px) {
    .media-object {
        padding-bottom: 0
    }
}

@media screen and (min-width: 1440px) {
    .media-object {
        padding-bottom: 0
    }
}

.media-object__heading-wrap {
    margin: 0 auto;
    max-width: 1200px;
    padding-bottom: 22px;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%
}

@media screen and (min-width: 580px) {
    .media-object__heading-wrap {
        padding-bottom: calc(11.2093px + 1.86047vw)
    }
}

@media screen and (min-width: 1440px) {
    .media-object__heading-wrap {
        padding-bottom: 38px
    }
}

@media screen and (min-width: 580px) {
    .media-object__heading-wrap {
        padding-left: calc(6.51163px + 2.32558vw)
    }
}

@media screen and (min-width: 1440px) {
    .media-object__heading-wrap {
        padding-left: 40px
    }
}

@media screen and (min-width: 580px) {
    .media-object__heading-wrap {
        padding-right: calc(6.51163px + 2.32558vw)
    }
}

@media screen and (min-width: 1440px) {
    .media-object__heading-wrap {
        padding-right: 40px
    }
}

@media only screen and (min-width: 768px) {
    .media-object__heading-wrap > * {
        width: 80%
    }
}

@media only screen and (min-width: 1024px) {
    .media-object__heading-wrap > * {
        width: 70%
    }
}

.media-object__small-heading h3 {
    color: #63a8a3;
    color: var(--light-green-500);
    font-family: Benjamin, cursive;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .25em;
    line-height: 14px;
    text-transform: uppercase
}

@media screen and (min-width: 580px) {
    .media-object__small-heading h3 {
        font-size: 14px
    }
}

@media screen and (min-width: 1440px) {
    .media-object__small-heading h3 {
        font-size: 14px
    }
}

@media screen and (min-width: 580px) {
    .media-object__small-heading h3 {
        line-height: 14px
    }
}

@media screen and (min-width: 1440px) {
    .media-object__small-heading h3 {
        line-height: 14px
    }
}

.media-object__main-heading h2 {
    color: #053333;
    color: var(--dark-green-500);
    font-family: Benjamin, cursive;
    font-size: 28px;
    font-weight: 400;
    letter-spacing: -.02em;
    line-height: 36px;
    padding-top: 19px
}

@media screen and (min-width: 580px) {
    .media-object__main-heading h2 {
        padding-top: calc(16.30233px + .46512vw)
    }
}

@media screen and (min-width: 1440px) {
    .media-object__main-heading h2 {
        padding-top: 23px
    }
}

@media screen and (min-width: 580px) {
    .media-object__main-heading h2 {
        font-size: 28px
    }
}

@media screen and (min-width: 1440px) {
    .media-object__main-heading h2 {
        font-size: 28px
    }
}

@media screen and (min-width: 580px) {
    .media-object__main-heading h2 {
        line-height: 36px
    }
}

@media screen and (min-width: 1440px) {
    .media-object__main-heading h2 {
        line-height: 36px
    }
}

@media only screen and (min-width: 480px) {
    .media-object__main-heading h2 {
        font-family: Benjamin, cursive;
        font-size: 36px;
        font-weight: 400;
        letter-spacing: -.02em;
        line-height: 44px
    }
}

@media only screen and (min-width: 480px)and (min-width: 580px) {
    .media-object__main-heading h2 {
        font-size: 36px
    }
}

@media only screen and (min-width: 480px)and (min-width: 1440px) {
    .media-object__main-heading h2 {
        font-size: 36px
    }
}

@media only screen and (min-width: 480px)and (min-width: 580px) {
    .media-object__main-heading h2 {
        line-height: 44px
    }
}

@media only screen and (min-width: 480px)and (min-width: 1440px) {
    .media-object__main-heading h2 {
        line-height: 44px
    }
}

@media only screen and (min-width: 768px) {
    .media-object__main-heading h2 {
        font-family: Benjamin, cursive;
        font-size: 48px;
        font-weight: 400;
        letter-spacing: -.02em;
        line-height: 56px
    }
}

@media only screen and (min-width: 768px)and (min-width: 580px) {
    .media-object__main-heading h2 {
        font-size: 48px
    }
}

@media only screen and (min-width: 768px)and (min-width: 1440px) {
    .media-object__main-heading h2 {
        font-size: 48px
    }
}

@media only screen and (min-width: 768px)and (min-width: 580px) {
    .media-object__main-heading h2 {
        line-height: 56px
    }
}

@media only screen and (min-width: 768px)and (min-width: 1440px) {
    .media-object__main-heading h2 {
        line-height: 56px
    }
}

@media only screen and (min-width: 1024px) {
    .media-object__main-heading h2 {
        font-family: Benjamin, cursive;
        font-size: 56px;
        font-weight: 400;
        letter-spacing: -.02em;
        line-height: 64px
    }
}

@media only screen and (min-width: 1024px)and (min-width: 580px) {
    .media-object__main-heading h2 {
        font-size: 56px
    }
}

@media only screen and (min-width: 1024px)and (min-width: 1440px) {
    .media-object__main-heading h2 {
        font-size: 56px
    }
}

@media only screen and (min-width: 1024px)and (min-width: 580px) {
    .media-object__main-heading h2 {
        line-height: 64px
    }
}

@media only screen and (min-width: 1024px)and (min-width: 1440px) {
    .media-object__main-heading h2 {
        line-height: 64px
    }
}

.media-object__content {
    display: flex;
    flex-direction: column
}

@media only screen and (min-width: 768px) {
    .media-object__content {
        flex-direction: row
    }
}

.media-object__media {
    padding-left: 20px;
    padding-top: 20px;
    position: relative
}

@media screen and (min-width: 360px) {
    .media-object__media {
        padding-left: calc(-28.52941px + 13.48039vw)
    }
}

@media screen and (min-width: 768px) {
    .media-object__media {
        padding-left: 75px
    }
}

@media screen and (min-width: 360px) {
    .media-object__media {
        padding-top: calc(-6.47059px + 7.35294vw)
    }
}

@media screen and (min-width: 768px) {
    .media-object__media {
        padding-top: 50px
    }
}

@media only screen and (min-width: 768px) {
    .media-object__media {
        flex: 1 1 auto;
        margin-right: -64px;
        padding-left: 0;
        padding-top: 50px
    }
}

@media only screen and (max-width: 767.99px) {
    .media-object__mob-dec {
        background-image: url(../images/decorator_top_left.55aa30.svg);
        background-repeat: no-repeat;
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: -1
    }
}

.media-object__textwrap {
    color: #7c7d80;
    color: var(--silver-300);
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 26px;
    margin: 0 auto;
    max-width: 1200px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 33px;
    width: 100%
}

@media screen and (min-width: 580px) {
    .media-object__textwrap {
        font-size: 16px
    }
}

@media screen and (min-width: 1440px) {
    .media-object__textwrap {
        font-size: 16px
    }
}

@media screen and (min-width: 580px) {
    .media-object__textwrap {
        line-height: 26px
    }
}

@media screen and (min-width: 1440px) {
    .media-object__textwrap {
        line-height: 26px
    }
}

@media screen and (min-width: 580px) {
    .media-object__textwrap {
        padding-left: calc(6.51163px + 2.32558vw)
    }
}

@media screen and (min-width: 1440px) {
    .media-object__textwrap {
        padding-left: 40px
    }
}

@media screen and (min-width: 580px) {
    .media-object__textwrap {
        padding-right: calc(6.51163px + 2.32558vw)
    }
}

@media screen and (min-width: 1440px) {
    .media-object__textwrap {
        padding-right: 40px
    }
}

@media only screen and (min-width: 768px) {
    .media-object__textwrap {
        flex: 1 0 max(55%, 500px);
        font-family: Inter, sans-serif;
        font-size: 18px;
        font-weight: 400;
        letter-spacing: 0;
        line-height: 28px;
        min-height: 600px;
        padding: 80px 84px 80px 80px;
        position: relative
    }
}

@media only screen and (min-width: 768px)and (min-width: 580px) {
    .media-object__textwrap {
        font-size: 18px
    }
}

@media only screen and (min-width: 768px)and (min-width: 1440px) {
    .media-object__textwrap {
        font-size: 18px
    }
}

@media only screen and (min-width: 768px)and (min-width: 580px) {
    .media-object__textwrap {
        line-height: 28px
    }
}

@media only screen and (min-width: 768px)and (min-width: 1440px) {
    .media-object__textwrap {
        line-height: 28px
    }
}

@media only screen and (min-width: 768px)and (min-width: 580px) {
    .media-object__textwrap {
        padding-bottom: calc(55.04651px + 4.30233vw)
    }
}

@media only screen and (min-width: 768px)and (min-width: 1440px) {
    .media-object__textwrap {
        padding-bottom: 117px
    }
}

@media only screen and (min-width: 768px)and (min-width: 580px) {
    .media-object__textwrap {
        padding-left: calc(26.04651px + 9.30233vw)
    }
}

@media only screen and (min-width: 768px)and (min-width: 1440px) {
    .media-object__textwrap {
        padding-left: 160px
    }
}

@media only screen and (min-width: 768px)and (min-width: 580px) {
    .media-object__textwrap {
        padding-right: calc(21.95349px + 10.69767vw)
    }
}

@media only screen and (min-width: 768px)and (min-width: 1440px) {
    .media-object__textwrap {
        padding-right: 176px
    }
}

@media only screen and (min-width: 768px)and (min-width: 580px) {
    .media-object__textwrap {
        padding-top: calc(55.04651px + 4.30233vw)
    }
}

@media only screen and (min-width: 768px)and (min-width: 1440px) {
    .media-object__textwrap {
        padding-top: 117px
    }
}

@media only screen and (min-width: 768px) {
    .media-object__left-dec {
        background-image: url(../images/decorator_top_left.55aa30.svg);
        height: 170px;
        left: 0;
        top: 0;
        width: 160px
    }

    .media-object__left-dec, .media-object__right-dec {
        background-repeat: no-repeat;
        content: "";
        position: absolute;
        z-index: -1
    }

    .media-object__right-dec {
        background-image: url(../images/decorator_bottom_right.b69e4c.svg);
        bottom: 0;
        height: 578px;
        right: 0;
        width: 228px
    }
}

.media-object__cta {
    margin-top: 14px
}

@media screen and (min-width: 580px) {
    .media-object__cta {
        margin-top: calc(1.18605px + 2.2093vw)
    }
}

@media screen and (min-width: 1440px) {
    .media-object__cta {
        margin-top: 33px
    }
}

@media only screen and (max-width: 767.99px) {
    .media-object.theme--workplace .media-object__mob-dec {
        background-image: url(../images/decorator_top_left_workplace.0b2d32.svg)
    }
}

@media only screen and (min-width: 768px) {
    .media-object.theme--workplace .media-object__left-dec {
        background-image: url(../images/decorator_top_left_workplace.0b2d32.svg)
    }

    .media-object.theme--workplace .media-object__right-dec {
        background-image: url(../images/decorator_bottom_right_workplace.3b7409.svg)
    }
}

.media-object-rows {
    background-color: #eff6f6;
    background-color: var(--light-green-50);
    padding-bottom: 100px;
    padding-top: 100px;
    position: relative
}

@media screen and (min-width: 580px) {
    .media-object-rows {
        padding-top: calc(66.95349px + 5.69767vw)
    }
}

@media screen and (min-width: 1440px) {
    .media-object-rows {
        padding-top: 149px
    }
}

@media screen and (min-width: 580px) {
    .media-object-rows {
        padding-bottom: calc(66.95349px + 5.69767vw)
    }
}

@media screen and (min-width: 1440px) {
    .media-object-rows {
        padding-bottom: 149px
    }
}

.media-object-rows__decoration {
    bottom: 0;
    height: auto;
    position: absolute;
    right: 0;
    width: 240px
}

@media screen and (min-width: 580px) {
    .media-object-rows__decoration {
        width: calc(37.67442px + 34.88372vw)
    }
}

@media screen and (min-width: 1440px) {
    .media-object-rows__decoration {
        width: 540px
    }
}

.media-object-rows__inner {
    list-style-type: none;
    margin: 0 auto;
    max-width: 1306px;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%
}

@media screen and (min-width: 580px) {
    .media-object-rows__inner {
        padding-left: calc(6.51163px + 2.32558vw)
    }
}

@media screen and (min-width: 1440px) {
    .media-object-rows__inner {
        padding-left: 40px
    }
}

@media screen and (min-width: 580px) {
    .media-object-rows__inner {
        padding-right: calc(6.51163px + 2.32558vw)
    }
}

@media screen and (min-width: 1440px) {
    .media-object-rows__inner {
        padding-right: 40px
    }
}

.media-object-rows__item {
    grid-gap: 32px;
    align-items: center;
    display: grid;
    grid-template-columns:1fr
}

@media screen and (min-width: 580px) {
    .media-object-rows__item {
        grid-gap: calc(11.76744px + 3.48837vw)
    }
}

@media screen and (min-width: 1440px) {
    .media-object-rows__item {
        grid-gap: 62px
    }
}

@media only screen and (min-width: 940px) {
    .media-object-rows__item {
        grid-template-columns:1fr 1fr
    }

    .media-object-rows__item:nth-child(2n) > img {
        order: 1
    }
}

.media-object-rows__item:not(:last-child) {
    margin-bottom: 80px
}

@media screen and (min-width: 580px) {
    .media-object-rows__item:not(:last-child) {
        margin-bottom: calc(65.83721px + 2.44186vw)
    }
}

@media screen and (min-width: 1440px) {
    .media-object-rows__item:not(:last-child) {
        margin-bottom: 101px
    }
}

.media-object-rows__item > img {
    height: auto;
    width: 100%
}

.media-object-rows__content > p {
    margin-bottom: 14px
}

@media screen and (min-width: 580px) {
    .media-object-rows__content > p {
        margin-bottom: calc(11.97674px + .34884vw)
    }
}

@media screen and (min-width: 1440px) {
    .media-object-rows__content > p {
        margin-bottom: 17px
    }
}

.media-object-rows__content > h3 {
    margin-bottom: 22px
}

@media screen and (min-width: 580px) {
    .media-object-rows__content > h3 {
        margin-bottom: calc(19.97674px + .34884vw)
    }
}

@media screen and (min-width: 1440px) {
    .media-object-rows__content > h3 {
        margin-bottom: 25px
    }
}

.media-object-rows__content > .wysiwyg-content {
    margin-bottom: 22px
}

@media screen and (min-width: 580px) {
    .media-object-rows__content > .wysiwyg-content {
        margin-bottom: calc(20.65116px + .23256vw)
    }
}

@media screen and (min-width: 1440px) {
    .media-object-rows__content > .wysiwyg-content {
        margin-bottom: 24px
    }
}

.media-object-rows__content .ctas {
    display: flex;
    flex-direction: column
}

@media only screen and (min-width: 940px) {
    .media-object-rows__content .ctas {
        flex-direction: row
    }
}

.media-object-rows__content .ctas a {
    margin-right: 0;
    margin-top: 20px
}

@media only screen and (min-width: 940px) {
    .media-object-rows__content .ctas a {
        margin-right: 20px;
        margin-top: 0
    }
}

.media-object-rows.theme--workplace {
    background-color: #e6fcf5;
    background-color: var(--green-teal-100)
}

.news-hero {
    padding-bottom: 0;
    padding-top: 130px;
    position: relative;
    z-index: 1
}

@media screen and (min-width: 580px) {
    .news-hero {
        padding-top: calc(100.32558px + 5.11628vw)
    }
}

@media screen and (min-width: 1440px) {
    .news-hero {
        padding-top: 174px
    }
}

@media screen and (min-width: 580px) {
    .news-hero {
        padding-bottom: calc(-36.4186px + 6.27907vw)
    }
}

@media screen and (min-width: 1440px) {
    .news-hero {
        padding-bottom: 54px
    }
}

.news-hero.no-image {
    margin-bottom: 2px;
    padding-bottom: 40px
}

@media screen and (min-width: 580px) {
    .news-hero.no-image {
        padding-bottom: calc(33.25581px + 1.16279vw)
    }
}

@media screen and (min-width: 1440px) {
    .news-hero.no-image {
        padding-bottom: 50px
    }
}

@media screen and (min-width: 580px) {
    .news-hero.no-image {
        margin-bottom: calc(-66.11628px + 11.74419vw)
    }
}

@media screen and (min-width: 1440px) {
    .news-hero.no-image {
        margin-bottom: 103px
    }
}

.news-hero.image:after {
    background-color: #fff;
    background-color: var(--white);
    bottom: 0;
    content: "";
    height: 150px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 100%;
    z-index: -1
}

@media screen and (min-width: 580px) {
    .news-hero.image:after {
        height: calc(73.11628px + 13.25581vw)
    }
}

@media screen and (min-width: 1440px) {
    .news-hero.image:after {
        height: 264px
    }
}

.news-hero__inner {
    margin: 0 auto;
    max-width: 944px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    width: 100%
}

@media screen and (min-width: 580px) {
    .news-hero__inner {
        padding-left: calc(6.51163px + 2.32558vw)
    }
}

@media screen and (min-width: 1440px) {
    .news-hero__inner {
        padding-left: 40px
    }
}

@media screen and (min-width: 580px) {
    .news-hero__inner {
        padding-right: calc(6.51163px + 2.32558vw)
    }
}

@media screen and (min-width: 1440px) {
    .news-hero__inner {
        padding-right: 40px
    }
}

.news-hero__inner > h1 {
    font-family: Benjamin, cursive;
    font-size: 36px;
    font-weight: 400;
    letter-spacing: -.02em;
    line-height: 44px;
    margin: auto;
    max-width: 650px
}

@media screen and (min-width: 580px) {
    .news-hero__inner > h1 {
        font-size: 36px
    }
}

@media screen and (min-width: 1440px) {
    .news-hero__inner > h1 {
        font-size: 36px
    }
}

@media screen and (min-width: 580px) {
    .news-hero__inner > h1 {
        line-height: 44px
    }
}

@media screen and (min-width: 1440px) {
    .news-hero__inner > h1 {
        line-height: 44px
    }
}

@media only screen and (min-width: 940px) {
    .news-hero__inner > h1 {
        font-family: Benjamin, cursive;
        font-size: 56px;
        font-weight: 400;
        letter-spacing: -.02em;
        line-height: 64px
    }
}

@media only screen and (min-width: 940px)and (min-width: 580px) {
    .news-hero__inner > h1 {
        font-size: 56px
    }
}

@media only screen and (min-width: 940px)and (min-width: 1440px) {
    .news-hero__inner > h1 {
        font-size: 56px
    }
}

@media only screen and (min-width: 940px)and (min-width: 580px) {
    .news-hero__inner > h1 {
        line-height: 64px
    }
}

@media only screen and (min-width: 940px)and (min-width: 1440px) {
    .news-hero__inner > h1 {
        line-height: 64px
    }
}

.news-hero__inner--subheading {
    color: #63a8a3;
    color: var(--light-green-500);
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 26px;
    margin-bottom: 25px;
    margin-top: 15px
}

@media screen and (min-width: 580px) {
    .news-hero__inner--subheading {
        margin-top: calc(10.27907px + .81395vw)
    }
}

@media screen and (min-width: 1440px) {
    .news-hero__inner--subheading {
        margin-top: 22px
    }
}

@media screen and (min-width: 580px) {
    .news-hero__inner--subheading {
        margin-bottom: calc(19.60465px + .93023vw)
    }
}

@media screen and (min-width: 1440px) {
    .news-hero__inner--subheading {
        margin-bottom: 33px
    }
}

@media screen and (min-width: 580px) {
    .news-hero__inner--subheading {
        font-size: 16px
    }
}

@media screen and (min-width: 1440px) {
    .news-hero__inner--subheading {
        font-size: 16px
    }
}

@media screen and (min-width: 580px) {
    .news-hero__inner--subheading {
        line-height: 26px
    }
}

@media screen and (min-width: 1440px) {
    .news-hero__inner--subheading {
        line-height: 26px
    }
}

@media only screen and (min-width: 940px) {
    .news-hero__inner--subheading {
        font-family: Inter, sans-serif;
        font-size: 18px;
        font-weight: 400;
        letter-spacing: 0;
        line-height: 28px
    }
}

@media only screen and (min-width: 940px)and (min-width: 580px) {
    .news-hero__inner--subheading {
        font-size: 18px
    }
}

@media only screen and (min-width: 940px)and (min-width: 1440px) {
    .news-hero__inner--subheading {
        font-size: 18px
    }
}

@media only screen and (min-width: 940px)and (min-width: 580px) {
    .news-hero__inner--subheading {
        line-height: 28px
    }
}

@media only screen and (min-width: 940px)and (min-width: 1440px) {
    .news-hero__inner--subheading {
        line-height: 28px
    }
}

.news-hero__image {
    display: block;
    height: auto;
    margin-top: 40px;
    width: 100%
}

@media screen and (min-width: 580px) {
    .news-hero__image {
        margin-top: calc(33.25581px + 1.16279vw)
    }
}

@media screen and (min-width: 1440px) {
    .news-hero__image {
        margin-top: 50px
    }
}

.news-hero__decoration {
    height: auto;
    position: absolute;
    right: 0;
    top: calc(100% - 70px);
    width: 140px
}

@media screen and (min-width: 580px) {
    .news-hero__decoration {
        width: calc(83.34884px + 9.76744vw)
    }
}

@media screen and (min-width: 1440px) {
    .news-hero__decoration {
        width: 224px
    }
}

@media only screen and (max-width: 939.99px) {
    .news-hero__decoration {
        display: none
    }
}

.news-hero.theme--workplace.image:after {
    width: 100%
}

.news-hero.theme--workplace__inner .news-hero__inner--subheading {
    color: #00df9b;
    color: var(--green-teal-600)
}

.news-letter-sign-up-bar {
    background-color: #d1f2ba;
    background-color: var(--pale-green);
    margin: 0 auto;
    max-width: 2000px;
    padding: 34px 20px 40px;
    position: relative;
    width: 100%
}

@media screen and (min-width: 580px) {
    .news-letter-sign-up-bar {
        padding-left: calc(6.51163px + 2.32558vw)
    }
}

@media screen and (min-width: 1440px) {
    .news-letter-sign-up-bar {
        padding-left: 40px
    }
}

@media screen and (min-width: 580px) {
    .news-letter-sign-up-bar {
        padding-right: calc(6.51163px + 2.32558vw)
    }
}

@media screen and (min-width: 1440px) {
    .news-letter-sign-up-bar {
        padding-right: 40px
    }
}

@media screen and (min-width: 580px) {
    .news-letter-sign-up-bar {
        padding-top: calc(27.25581px + 1.16279vw)
    }
}

@media screen and (min-width: 1440px) {
    .news-letter-sign-up-bar {
        padding-top: 44px
    }
}

@media screen and (min-width: 580px) {
    .news-letter-sign-up-bar {
        padding-bottom: calc(37.30233px + .46512vw)
    }
}

@media screen and (min-width: 1440px) {
    .news-letter-sign-up-bar {
        padding-bottom: 44px
    }
}

@media only screen and (min-width: 940px) {
    .news-letter-sign-up-bar {
        align-items: center;
        display: flex;
        justify-content: center
    }

    .news-letter-sign-up-bar__upper {
        padding-right: 57px;
        text-align: right;
        width: 545px
    }
}

.news-letter-sign-up-bar__upper > h3 {
    color: #053333;
    color: var(--dark-green-500);
    font-family: Benjamin, cursive;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: -.02em;
    line-height: 32px;
    padding-bottom: 16px;
    text-align: center
}

@media screen and (min-width: 580px) {
    .news-letter-sign-up-bar__upper > h3 {
        font-size: 24px
    }
}

@media screen and (min-width: 1440px) {
    .news-letter-sign-up-bar__upper > h3 {
        font-size: 24px
    }
}

@media screen and (min-width: 580px) {
    .news-letter-sign-up-bar__upper > h3 {
        line-height: 32px
    }
}

@media screen and (min-width: 1440px) {
    .news-letter-sign-up-bar__upper > h3 {
        line-height: 32px
    }
}

@media screen and (min-width: 580px) {
    .news-letter-sign-up-bar__upper > h3 {
        padding-bottom: calc(22.74419px - 1.16279vw)
    }
}

@media screen and (min-width: 1440px) {
    .news-letter-sign-up-bar__upper > h3 {
        padding-bottom: 6px
    }
}

@media only screen and (min-width: 940px) {
    .news-letter-sign-up-bar__upper > h3 {
        font-family: Benjamin, cursive;
        font-size: 36px;
        font-weight: 400;
        letter-spacing: -.02em;
        line-height: 44px;
        text-align: right
    }
}

@media only screen and (min-width: 940px)and (min-width: 580px) {
    .news-letter-sign-up-bar__upper > h3 {
        font-size: 36px
    }
}

@media only screen and (min-width: 940px)and (min-width: 1440px) {
    .news-letter-sign-up-bar__upper > h3 {
        font-size: 36px
    }
}

@media only screen and (min-width: 940px)and (min-width: 580px) {
    .news-letter-sign-up-bar__upper > h3 {
        line-height: 44px
    }
}

@media only screen and (min-width: 940px)and (min-width: 1440px) {
    .news-letter-sign-up-bar__upper > h3 {
        line-height: 44px
    }
}

@media only screen and (min-width: 940px) {
    .news-letter-sign-up-bar__lower {
        display: flex;
        flex-direction: column;
        justify-content: center;
        max-width: 545px
    }
}

.news-letter-sign-up-bar__lower .hbspt-form form {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%
}

@media only screen and (min-width: 1150px) {
    .news-letter-sign-up-bar__lower .hbspt-form form {
        max-width: 527px
    }
}

.news-letter-sign-up-bar__lower .hbspt-form form .hs_error_rollup, .news-letter-sign-up-bar__lower .hbspt-form form .hs_fullname, .news-letter-sign-up-bar__lower .hbspt-form form .hs_phonenumber {
    width: 100%
}

@media only screen and (min-width: 1150px) {
    .news-letter-sign-up-bar__lower .hbspt-form form .hs_fullname, .news-letter-sign-up-bar__lower .hbspt-form form .hs_phonenumber {
        width: 250px
    }
}

.news-letter-sign-up-bar__lower .hbspt-form form .hs_fullname label, .news-letter-sign-up-bar__lower .hbspt-form form .hs_phonenumber label {
    color: #053333;
    color: var(--dark-green-500);
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 26px;
    line-height: 24px
}

@media screen and (min-width: 580px) {
    .news-letter-sign-up-bar__lower .hbspt-form form .hs_fullname label, .news-letter-sign-up-bar__lower .hbspt-form form .hs_phonenumber label {
        font-size: 16px
    }
}

@media screen and (min-width: 1440px) {
    .news-letter-sign-up-bar__lower .hbspt-form form .hs_fullname label, .news-letter-sign-up-bar__lower .hbspt-form form .hs_phonenumber label {
        font-size: 16px
    }
}

@media screen and (min-width: 580px) {
    .news-letter-sign-up-bar__lower .hbspt-form form .hs_fullname label, .news-letter-sign-up-bar__lower .hbspt-form form .hs_phonenumber label {
        line-height: 26px
    }
}

@media screen and (min-width: 1440px) {
    .news-letter-sign-up-bar__lower .hbspt-form form .hs_fullname label, .news-letter-sign-up-bar__lower .hbspt-form form .hs_phonenumber label {
        line-height: 26px
    }
}

.news-letter-sign-up-bar__lower .hbspt-form form .hs_fullname input, .news-letter-sign-up-bar__lower .hbspt-form form .hs_phonenumber input {
    background: #fff;
    background: var(--white);
    border: none;
    height: 48px;
    padding-left: 10px;
    width: 100%
}

@media only screen and (max-width: 939.99px) {
    .news-letter-sign-up-bar__lower .hbspt-form form .hs_fullname input, .news-letter-sign-up-bar__lower .hbspt-form form .hs_phonenumber input {
        margin-top: 6px
    }
}

@media only screen and (min-width: 1150px) {
    .news-letter-sign-up-bar__lower .hbspt-form form .hs_fullname {
        margin-right: 27px
    }
}

.news-letter-sign-up-bar__lower .hbspt-form form .hs-email {
    order: 1;
    width: 400px
}

@media only screen and (max-width: 939.99px) {
    .news-letter-sign-up-bar__lower .hbspt-form form .hs-email {
        width: 100%
    }
}

.news-letter-sign-up-bar__lower .hbspt-form form .hs-email label {
    color: #053333;
    color: var(--dark-green-500);
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 26px;
    line-height: 24px
}

@media screen and (min-width: 580px) {
    .news-letter-sign-up-bar__lower .hbspt-form form .hs-email label {
        font-size: 16px
    }
}

@media screen and (min-width: 1440px) {
    .news-letter-sign-up-bar__lower .hbspt-form form .hs-email label {
        font-size: 16px
    }
}

@media screen and (min-width: 580px) {
    .news-letter-sign-up-bar__lower .hbspt-form form .hs-email label {
        line-height: 26px
    }
}

@media screen and (min-width: 1440px) {
    .news-letter-sign-up-bar__lower .hbspt-form form .hs-email label {
        line-height: 26px
    }
}

.news-letter-sign-up-bar__lower .hbspt-form form .hs-email input {
    background: #fff;
    background: var(--white);
    border: none;
    height: 48px;
    padding-left: 10px;
    width: 100%
}

@media only screen and (max-width: 939.99px) {
    .news-letter-sign-up-bar__lower .hbspt-form form .hs-email input {
        margin-top: 6px
    }
}

.news-letter-sign-up-bar__lower .hbspt-form form .hs-email .hs-error-msgs {
    display: none !important;
    opacity: 0
}

.news-letter-sign-up-bar__lower .hbspt-form form .legal-consent-container {
    order: 3
}

@media only screen and (max-width: 939.99px) {
    .news-letter-sign-up-bar__lower .hbspt-form form .legal-consent-container {
        order: 2
    }
}

.news-letter-sign-up-bar__lower .hbspt-form form .hs-submit {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    order: 2
}

@media only screen and (max-width: 939.99px) {
    .news-letter-sign-up-bar__lower .hbspt-form form .hs-submit {
        order: 3;
        width: 100%
    }
}

.news-letter-sign-up-bar__lower .hbspt-form form .hs-submit .hs-button {
    background: #053333;
    background: var(--dark-green-500);
    color: #d1f2ba;
    color: var(--pale-green);
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-weight: 400;
    font-weight: 600;
    height: 48px;
    letter-spacing: 0;
    line-height: 22px;
    width: 127px
}

@media screen and (min-width: 580px) {
    .news-letter-sign-up-bar__lower .hbspt-form form .hs-submit .hs-button {
        font-size: 14px
    }
}

@media screen and (min-width: 1440px) {
    .news-letter-sign-up-bar__lower .hbspt-form form .hs-submit .hs-button {
        font-size: 14px
    }
}

@media screen and (min-width: 580px) {
    .news-letter-sign-up-bar__lower .hbspt-form form .hs-submit .hs-button {
        line-height: 22px
    }
}

@media screen and (min-width: 1440px) {
    .news-letter-sign-up-bar__lower .hbspt-form form .hs-submit .hs-button {
        line-height: 22px
    }
}

@media only screen and (max-width: 939.99px) {
    .news-letter-sign-up-bar__lower .hbspt-form form .hs-submit .hs-button {
        margin-top: 14px;
        width: 100%
    }
}

.news-letter-sign-up-bar__lower .hbspt-form form .legal-consent-container .input {
    padding-top: 20px
}

@media screen and (min-width: 580px) {
    .news-letter-sign-up-bar__lower .hbspt-form form .legal-consent-container .input {
        padding-top: calc(24.04651px - .69767vw)
    }
}

@media screen and (min-width: 1440px) {
    .news-letter-sign-up-bar__lower .hbspt-form form .legal-consent-container .input {
        padding-top: 14px
    }
}

.news-letter-sign-up-bar__lower .hbspt-form form .legal-consent-container .input span {
    width: 527px
}

@media only screen and (max-width: 939.99px) {
    .news-letter-sign-up-bar__lower .hbspt-form form .legal-consent-container .input span {
        width: auto
    }
}

.news-letter-sign-up-bar__lower .hbspt-form form .legal-consent-container .input p {
    color: #053333;
    color: var(--dark-green-500);
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 22px
}

@media screen and (min-width: 580px) {
    .news-letter-sign-up-bar__lower .hbspt-form form .legal-consent-container .input p {
        font-size: 14px
    }
}

@media screen and (min-width: 1440px) {
    .news-letter-sign-up-bar__lower .hbspt-form form .legal-consent-container .input p {
        font-size: 14px
    }
}

@media screen and (min-width: 580px) {
    .news-letter-sign-up-bar__lower .hbspt-form form .legal-consent-container .input p {
        line-height: 22px
    }
}

@media screen and (min-width: 1440px) {
    .news-letter-sign-up-bar__lower .hbspt-form form .legal-consent-container .input p {
        line-height: 22px
    }
}

.news-letter-sign-up-bar__lower .hbspt-form form .legal-consent-container .input a {
    -webkit-text-decoration: underline;
    text-decoration: underline
}

.news-letter-sign-up-bar__lower .hs-form-booleancheckbox-display {
    margin: 0;
    position: relative
}

.news-letter-sign-up-bar__lower .hs-form-booleancheckbox-display input {
    opacity: 0;
    pointer-events: none;
    position: absolute
}

.news-letter-sign-up-bar__lower .hs-form-booleancheckbox-display span {
    margin: 0;
    padding-left: 16px
}

.news-letter-sign-up-bar__lower .hs-form-booleancheckbox-display span:after {
    background: #fff;
    content: "";
    height: 24px;
    left: 0;
    position: absolute;
    top: 0;
    width: 24px
}

.news-letter-sign-up-bar__lower .hs-form-booleancheckbox-display span:before {
    border-bottom: 2px solid #053333;
    border-bottom: 2px solid var(--dark-green-500);
    border-right: 2px solid #053333;
    border-right: 2px solid var(--dark-green-500);
    content: "";
    height: 14px;
    left: 12px;
    opacity: 0;
    position: absolute;
    top: 10px;
    transform: translate(-50%, -50%) rotate(30deg);
    transition: opacity .3s ease;
    width: 8px;
    z-index: 1
}

.news-letter-sign-up-bar__lower .hs-form-booleancheckbox-display input:checked + span:before {
    opacity: 1
}

.news-letter-sign-up-bar__lower .hs-main-font-element {
    animation: fadeIn 2s;
    color: red;
    position: absolute;
    top: 20px
}

@media only screen and (max-width: 939.99px) {
    .news-letter-sign-up-bar__lower .hs-main-font-element {
        right: 20px;
        top: 86px
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.news-letter-sign-up-bar.theme--workplace .news-letter-sign-up-bar__lower .hbspt-form form .hs-submit .hs-button {
    color: #fff;
    color: var(--white)
}

.news-ticker {
    background-color: #e0eeed;
    background-color: var(--light-green-100);
    margin: 0 auto;
    max-width: 2000px;
    padding: 24px 20px 32px;
    width: 100%
}

@media screen and (min-width: 580px) {
    .news-ticker {
        padding-left: calc(6.51163px + 2.32558vw)
    }
}

@media screen and (min-width: 1440px) {
    .news-ticker {
        padding-left: 40px
    }
}

@media screen and (min-width: 580px) {
    .news-ticker {
        padding-right: calc(6.51163px + 2.32558vw)
    }
}

@media screen and (min-width: 1440px) {
    .news-ticker {
        padding-right: 40px
    }
}

.theme--workplace .news-ticker {
    background-color: #053333;
    background-color: var(--dark-green-500)
}

@media (min-width: 1240px) {
    .news-ticker {
        display: flex;
        justify-content: center;
        padding: 18px 160px;
        white-space: nowrap
    }
}

.news-ticker__inner {
    align-items: baseline
}

@media (min-width: 1240px) {
    .news-ticker__inner {
        display: flex;
        justify-content: flex-start
    }
}

.news-ticker__heading {
    color: #053333;
    color: var(--dark-green-500);
    font-family: Benjamin, cursive;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: -.02em;
    line-height: 28px
}

@media screen and (min-width: 580px) {
    .news-ticker__heading {
        font-size: 20px
    }
}

@media screen and (min-width: 1440px) {
    .news-ticker__heading {
        font-size: 20px
    }
}

@media screen and (min-width: 580px) {
    .news-ticker__heading {
        line-height: 28px
    }
}

@media screen and (min-width: 1440px) {
    .news-ticker__heading {
        line-height: 28px
    }
}

.news-ticker__content {
    color: #053333;
    color: var(--dark-green-500);
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 24px !important;
    line-height: 26px
}

@media screen and (min-width: 580px) {
    .news-ticker__content {
        font-size: 16px
    }
}

@media screen and (min-width: 1440px) {
    .news-ticker__content {
        font-size: 16px
    }
}

@media screen and (min-width: 580px) {
    .news-ticker__content {
        line-height: 26px
    }
}

@media screen and (min-width: 1440px) {
    .news-ticker__content {
        line-height: 26px
    }
}

@media (min-width: 1240px) {
    .news-ticker__content {
        margin-left: 18px;
        margin-right: 60px
    }
}

.news-ticker__lower {
    display: flex;
    justify-content: flex-end;
    margin-top: 28px
}

@media (min-width: 1240px) {
    .news-ticker__lower {
        justify-content: center;
        margin-top: 0
    }
}

.news-ticker__lower > a {
    border-bottom: 1px solid #053333;
    border-bottom: 1px solid var(--dark-green-500);
    color: #053333;
    color: var(--dark-green-500);
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-weight: 400;
    font-weight: 600;
    height: 25px;
    letter-spacing: 0;
    line-height: 22px
}

@media screen and (min-width: 580px) {
    .news-ticker__lower > a {
        font-size: 14px
    }
}

@media screen and (min-width: 1440px) {
    .news-ticker__lower > a {
        font-size: 14px
    }
}

@media screen and (min-width: 580px) {
    .news-ticker__lower > a {
        line-height: 22px
    }
}

@media screen and (min-width: 1440px) {
    .news-ticker__lower > a {
        line-height: 22px
    }
}

.news-ticker.theme--workplace {
    background-color: #e6fcf5;
    background-color: var(--green-teal-100)
}

@media only screen and (min-width: 768px) {
    .news-ticker.theme--workplace {
        background-color: #053333;
        background-color: var(--dark-green-500)
    }

    .news-ticker.theme--workplace .news-ticker__content, .news-ticker.theme--workplace .news-ticker__heading {
        color: #fff;
        color: var(--white)
    }

    .news-ticker.theme--workplace .news-ticker__lower > a {
        border-bottom-color: #00df9b;
        border-bottom-color: var(--green-teal-600);
        color: #00df9b;
        color: var(--green-teal-600)
    }
}

.not-found {
    position: relative
}

.not-found__inner {
    color: #fff;
    color: var(--white);
    margin: 0 auto;
    max-width: 1200px;
    min-height: 375px;
    padding: 119px 20px 160px;
    text-align: left;
    width: 100%
}

@media screen and (min-width: 580px) {
    .not-found__inner {
        padding-left: calc(6.51163px + 2.32558vw)
    }
}

@media screen and (min-width: 1440px) {
    .not-found__inner {
        padding-left: 40px
    }
}

@media screen and (min-width: 580px) {
    .not-found__inner {
        padding-right: calc(6.51163px + 2.32558vw)
    }
}

@media screen and (min-width: 1440px) {
    .not-found__inner {
        padding-right: 40px
    }
}

@media screen and (min-width: 580px) {
    .not-found__inner {
        padding-top: calc(25.25581px + 16.16279vw)
    }
}

@media screen and (min-width: 1440px) {
    .not-found__inner {
        padding-top: 258px
    }
}

@media screen and (min-width: 580px) {
    .not-found__inner {
        padding-bottom: calc(89.86047px + 12.09302vw)
    }
}

@media screen and (min-width: 1440px) {
    .not-found__inner {
        padding-bottom: 264px
    }
}

@media screen and (min-width: 580px) {
    .not-found__inner {
        min-height: calc(199.65116px + 30.23256vw)
    }
}

@media screen and (min-width: 1440px) {
    .not-found__inner {
        min-height: 635px
    }
}

.not-found__inner h1 {
    font-family: Benjamin, cursive;
    font-size: 36px;
    font-weight: 400;
    letter-spacing: -.02em;
    line-height: 44px;
    max-width: 736px
}

@media screen and (min-width: 580px) {
    .not-found__inner h1 {
        font-size: 36px
    }
}

@media screen and (min-width: 1440px) {
    .not-found__inner h1 {
        font-size: 36px
    }
}

@media screen and (min-width: 580px) {
    .not-found__inner h1 {
        line-height: 44px
    }
}

@media screen and (min-width: 1440px) {
    .not-found__inner h1 {
        line-height: 44px
    }
}

@media only screen and (min-width: 768px) {
    .not-found__inner h1 {
        font-family: Benjamin, cursive;
        font-size: 56px;
        font-weight: 400;
        letter-spacing: -.02em;
        line-height: 64px
    }
}

@media only screen and (min-width: 768px)and (min-width: 580px) {
    .not-found__inner h1 {
        font-size: 56px
    }
}

@media only screen and (min-width: 768px)and (min-width: 1440px) {
    .not-found__inner h1 {
        font-size: 56px
    }
}

@media only screen and (min-width: 768px)and (min-width: 580px) {
    .not-found__inner h1 {
        line-height: 64px
    }
}

@media only screen and (min-width: 768px)and (min-width: 1440px) {
    .not-found__inner h1 {
        line-height: 64px
    }
}

.not-found__inner .ctas {
    padding-top: 17px
}

@media screen and (min-width: 580px) {
    .not-found__inner .ctas {
        padding-top: calc(2.16279px + 2.55814vw)
    }
}

@media screen and (min-width: 1440px) {
    .not-found__inner .ctas {
        padding-top: 39px
    }
}

.not-found__decoration {
    bottom: 0;
    position: absolute;
    right: 0;
    width: 152px
}

@media screen and (min-width: 580px) {
    .not-found__decoration {
        width: calc(103.44186px + 8.37209vw)
    }
}

@media screen and (min-width: 1440px) {
    .not-found__decoration {
        width: 224px
    }
}

.page-intro {
    margin: 0 auto;
    max-width: 2000px;
    padding: 40px 20px;
    width: 100%
}

@media screen and (min-width: 580px) {
    .page-intro {
        padding-left: calc(6.51163px + 2.32558vw)
    }
}

@media screen and (min-width: 1440px) {
    .page-intro {
        padding-left: 40px
    }
}

@media screen and (min-width: 580px) {
    .page-intro {
        padding-right: calc(6.51163px + 2.32558vw)
    }
}

@media screen and (min-width: 1440px) {
    .page-intro {
        padding-right: 40px
    }
}

@media (min-width: 940px) {
    .page-intro {
        padding: 64px 256px 143px
    }
}

.page-intro.single-column {
    padding-bottom: 48px
}

@media screen and (min-width: 580px) {
    .page-intro.single-column {
        padding-bottom: calc(50.02326px - .34884vw)
    }
}

@media screen and (min-width: 1440px) {
    .page-intro.single-column {
        padding-bottom: 45px
    }
}

.page-intro__upper > p {
    color: #63a8a3;
    color: var(--light-green-500);
    font-family: Benjamin, cursive;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .25em;
    line-height: 14px;
    padding-bottom: 18px;
    text-align: left;
    text-transform: uppercase
}

@media screen and (min-width: 580px) {
    .page-intro__upper > p {
        font-size: 14px
    }
}

@media screen and (min-width: 1440px) {
    .page-intro__upper > p {
        font-size: 14px
    }
}

@media screen and (min-width: 580px) {
    .page-intro__upper > p {
        line-height: 14px
    }
}

@media screen and (min-width: 1440px) {
    .page-intro__upper > p {
        line-height: 14px
    }
}

@media screen and (min-width: 580px) {
    .page-intro__upper > p {
        padding-bottom: calc(13.95349px + .69767vw)
    }
}

@media screen and (min-width: 1440px) {
    .page-intro__upper > p {
        padding-bottom: 24px
    }
}

@media (min-width: 940px) {
    .page-intro__upper > p {
        text-align: center
    }
}

.page-intro__upper > h3 {
    color: #053333;
    color: var(--dark-green-500);
    font-family: Benjamin, cursive;
    font-size: 36px;
    font-weight: 400;
    letter-spacing: -.02em;
    line-height: 44px;
    padding-bottom: 18px
}

@media screen and (min-width: 580px) {
    .page-intro__upper > h3 {
        font-size: 36px
    }
}

@media screen and (min-width: 1440px) {
    .page-intro__upper > h3 {
        font-size: 36px
    }
}

@media screen and (min-width: 580px) {
    .page-intro__upper > h3 {
        line-height: 44px
    }
}

@media screen and (min-width: 1440px) {
    .page-intro__upper > h3 {
        line-height: 44px
    }
}

@media screen and (min-width: 580px) {
    .page-intro__upper > h3 {
        padding-bottom: calc(3.16279px + 2.55814vw)
    }
}

@media screen and (min-width: 1440px) {
    .page-intro__upper > h3 {
        padding-bottom: 40px
    }
}

@media (min-width: 940px) {
    .page-intro__upper > h3 {
        font-family: Benjamin, cursive;
        font-size: 56px;
        font-weight: 400;
        letter-spacing: -.02em;
        line-height: 64px;
        margin: auto;
        max-width: 927px;
        text-align: center
    }
}

@media screen and (min-width: 940px)and (min-width: 580px) {
    .page-intro__upper > h3 {
        font-size: 56px
    }
}

@media screen and (min-width: 940px)and (min-width: 1440px) {
    .page-intro__upper > h3 {
        font-size: 56px
    }
}

@media screen and (min-width: 940px)and (min-width: 580px) {
    .page-intro__upper > h3 {
        line-height: 64px
    }
}

@media screen and (min-width: 940px)and (min-width: 1440px) {
    .page-intro__upper > h3 {
        line-height: 64px
    }
}

@media (min-width: 940px) {
    .page-intro__content {
        grid-gap: 32px;
        display: grid;
        gap: 32px;
        grid-template-columns:1fr 1fr;
        margin: auto;
        max-width: 928px
    }

    .page-intro__content.single-column {
        display: flex;
        justify-content: center
    }

    .page-intro__content.single-column > p {
        max-width: 650px;
        text-align: center
    }
}

.page-intro__content > p {
    color: #7c7d80;
    color: var(--silver-300);
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 24px !important;
    line-height: 26px;
    text-align: left
}

@media screen and (min-width: 580px) {
    .page-intro__content > p {
        font-size: 16px
    }
}

@media screen and (min-width: 1440px) {
    .page-intro__content > p {
        font-size: 16px
    }
}

@media screen and (min-width: 580px) {
    .page-intro__content > p {
        line-height: 26px
    }
}

@media screen and (min-width: 1440px) {
    .page-intro__content > p {
        line-height: 26px
    }
}

.page-intro__content > p:not(:last-child) {
    padding-bottom: 18px
}

@media (min-width: 940px) {
    .page-intro__content > p {
        font-family: Inter, sans-serif;
        font-size: 18px;
        font-weight: 400;
        letter-spacing: 0;
        line-height: 28px !important;
        line-height: 28px;
        max-width: 448px
    }
}

@media screen and (min-width: 940px)and (min-width: 580px) {
    .page-intro__content > p {
        font-size: 18px
    }
}

@media screen and (min-width: 940px)and (min-width: 1440px) {
    .page-intro__content > p {
        font-size: 18px
    }
}

@media screen and (min-width: 940px)and (min-width: 580px) {
    .page-intro__content > p {
        line-height: 28px
    }
}

@media screen and (min-width: 940px)and (min-width: 1440px) {
    .page-intro__content > p {
        line-height: 28px
    }
}

.panel-banner__inner {
    margin: 0 auto;
    max-width: 1920px;
    overflow: hidden;
    padding-top: 344px;
    position: relative;
    width: 100%
}

@media only screen and (min-width: 940px) {
    .panel-banner__inner {
        padding-bottom: 72px;
        padding-top: 72px
    }
}

.panel-banner__content-wrap {
    margin: 0 auto;
    max-width: 1200px;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%
}

@media screen and (min-width: 580px) {
    .panel-banner__content-wrap {
        padding-left: calc(6.51163px + 2.32558vw)
    }
}

@media screen and (min-width: 1440px) {
    .panel-banner__content-wrap {
        padding-left: 40px
    }
}

@media screen and (min-width: 580px) {
    .panel-banner__content-wrap {
        padding-right: calc(6.51163px + 2.32558vw)
    }
}

@media screen and (min-width: 1440px) {
    .panel-banner__content-wrap {
        padding-right: 40px
    }
}

.panel-banner__content {
    background-color: #fff;
    background-color: var(--white);
    max-width: 560px;
    padding-bottom: 36px;
    padding-right: 40px;
    padding-top: 36px;
    position: relative;
    width: 100%;
    z-index: 1
}

@media screen and (min-width: 580px) {
    .panel-banner__content {
        padding-top: calc(27.90698px + 1.39535vw)
    }
}

@media screen and (min-width: 1440px) {
    .panel-banner__content {
        padding-top: 48px
    }
}

@media screen and (min-width: 580px) {
    .panel-banner__content {
        padding-bottom: calc(27.90698px + 1.39535vw)
    }
}

@media screen and (min-width: 1440px) {
    .panel-banner__content {
        padding-bottom: 48px
    }
}

@media screen and (min-width: 580px) {
    .panel-banner__content {
        padding-right: calc(-1.13953px + 7.09302vw)
    }
}

@media screen and (min-width: 1440px) {
    .panel-banner__content {
        padding-right: 101px
    }
}

.panel-banner__content:after {
    background-color: #fff;
    background-color: var(--white);
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 100vw;
    z-index: -1
}

@media only screen and (min-width: 940px) {
    .panel-banner__content {
        clip-path: polygon(-100vw 0, 100% 0, 100% 65%, calc(100% - 72px) 100%, -100vw 100%)
    }
}

.panel-banner__content > p {
    margin-bottom: 18px
}

.panel-banner__content > h3 {
    font-family: Benjamin, cursive;
    font-size: 28px;
    font-weight: 400;
    letter-spacing: -.02em;
    line-height: 36px;
    margin-bottom: 18px
}

@media screen and (min-width: 580px) {
    .panel-banner__content > h3 {
        font-size: 28px
    }
}

@media screen and (min-width: 1440px) {
    .panel-banner__content > h3 {
        font-size: 28px
    }
}

@media screen and (min-width: 580px) {
    .panel-banner__content > h3 {
        line-height: 36px
    }
}

@media screen and (min-width: 1440px) {
    .panel-banner__content > h3 {
        line-height: 36px
    }
}

@media only screen and (min-width: 940px) {
    .panel-banner__content > h3 {
        font-family: Benjamin, cursive;
        font-size: 36px;
        font-weight: 400;
        letter-spacing: -.02em;
        line-height: 44px
    }
}

@media only screen and (min-width: 940px)and (min-width: 580px) {
    .panel-banner__content > h3 {
        font-size: 36px
    }
}

@media only screen and (min-width: 940px)and (min-width: 1440px) {
    .panel-banner__content > h3 {
        font-size: 36px
    }
}

@media only screen and (min-width: 940px)and (min-width: 580px) {
    .panel-banner__content > h3 {
        line-height: 44px
    }
}

@media only screen and (min-width: 940px)and (min-width: 1440px) {
    .panel-banner__content > h3 {
        line-height: 44px
    }
}

.panel-banner__content > .cta {
    margin-top: 18px
}

@media screen and (min-width: 580px) {
    .panel-banner__content > .cta {
        margin-top: calc(7.88372px + 1.74419vw)
    }
}

@media screen and (min-width: 1440px) {
    .panel-banner__content > .cta {
        margin-top: 33px
    }
}

.panel-content {
    padding-bottom: 40px;
    padding-top: 38px;
    position: relative
}

@media screen and (min-width: 580px) {
    .panel-content {
        padding-top: calc(9.67442px + 4.88372vw)
    }
}

@media screen and (min-width: 1440px) {
    .panel-content {
        padding-top: 80px
    }
}

@media screen and (min-width: 580px) {
    .panel-content {
        padding-bottom: calc(13.02326px + 4.65116vw)
    }
}

@media screen and (min-width: 1440px) {
    .panel-content {
        padding-bottom: 80px
    }
}

.panel-content__inner {
    margin: 0 auto;
    max-width: 944px;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    width: 100%;
    z-index: 2
}

@media screen and (min-width: 580px) {
    .panel-content__inner {
        padding-left: calc(6.51163px + 2.32558vw)
    }
}

@media screen and (min-width: 1440px) {
    .panel-content__inner {
        padding-left: 40px
    }
}

@media screen and (min-width: 580px) {
    .panel-content__inner {
        padding-right: calc(6.51163px + 2.32558vw)
    }
}

@media screen and (min-width: 1440px) {
    .panel-content__inner {
        padding-right: 40px
    }
}

.panel-content__panel {
    padding: 34px 20px 40px
}

@media screen and (min-width: 580px) {
    .panel-content__panel {
        padding: calc(-9.67442px + 5.11628vw)
    }
}

@media screen and (min-width: 1440px) {
    .panel-content__panel {
        padding: 64px
    }
}

@media screen and (min-width: 580px) {
    .panel-content__panel {
        padding-top: calc(16.46512px + 3.02326vw)
    }
}

@media screen and (min-width: 1440px) {
    .panel-content__panel {
        padding-top: 60px
    }
}

@media screen and (min-width: 580px) {
    .panel-content__panel {
        padding-bottom: calc(41.34884px - .23256vw)
    }
}

@media screen and (min-width: 1440px) {
    .panel-content__panel {
        padding-bottom: 38px
    }
}

.panel-content__cta {
    display: flex;
    flex-direction: column;
    margin-top: 24px
}

@media screen and (min-width: 580px) {
    .panel-content__cta {
        margin-top: calc(10.51163px + 2.32558vw)
    }
}

@media screen and (min-width: 1440px) {
    .panel-content__cta {
        margin-top: 44px
    }
}

@media only screen and (min-width: 940px) {
    .panel-content__cta {
        flex-direction: row
    }
}

.panel-content__cta a {
    margin-right: 0;
    margin-top: 20px
}

@media only screen and (min-width: 940px) {
    .panel-content__cta a {
        margin-right: 20px;
        margin-top: 0
    }
}

.panel-content__decoration {
    bottom: 0;
    height: 70%;
    position: absolute;
    right: 0;
    width: auto;
    z-index: 1
}

@media only screen and (min-width: 768px) {
    .panel-content__decoration {
        height: 90%
    }
}

.panel-content__wysiwyg li, .panel-content__wysiwyg p {
    line-height: 24px !important
}

.panel-content__wysiwyg p {
    margin-top: 14px
}

@media only screen and (max-width: 767.99px) {
    .panel-content__wysiwyg h4 {
        font-family: Benjamin, cursive;
        font-size: 28px;
        font-weight: 400;
        letter-spacing: -.02em;
        line-height: 36px
    }
}

@media only screen and (max-width: 767.99px)and (min-width: 580px) {
    .panel-content__wysiwyg h4 {
        font-size: 28px
    }
}

@media only screen and (max-width: 767.99px)and (min-width: 1440px) {
    .panel-content__wysiwyg h4 {
        font-size: 28px
    }
}

@media only screen and (max-width: 767.99px)and (min-width: 580px) {
    .panel-content__wysiwyg h4 {
        line-height: 36px
    }
}

@media only screen and (max-width: 767.99px)and (min-width: 1440px) {
    .panel-content__wysiwyg h4 {
        line-height: 36px
    }
}

.people-showcase {
    background-color: #eff6f6;
    background-color: var(--light-green-50);
    padding-bottom: 60px;
    padding-top: 50px
}

@media screen and (min-width: 580px) {
    .people-showcase {
        padding-bottom: calc(-.69767px + 10.46512vw)
    }
}

@media screen and (min-width: 1440px) {
    .people-showcase {
        padding-bottom: 150px
    }
}

@media screen and (min-width: 580px) {
    .people-showcase {
        padding-top: calc(25.04651px + 4.30233vw)
    }
}

@media screen and (min-width: 1440px) {
    .people-showcase {
        padding-top: 87px
    }
}

@media only screen and (min-width: 768px) {
    .people-showcase {
        background-image: linear-gradient(180deg, #eff6f6, #eff6f6 1080px, #fff 0, #fff);
        background-image: linear-gradient(180deg, var(--light-green-50), var(--light-green-50) 1080px, var(--white) 1080px, var(--white) 100%)
    }
}

.people-showcase__upper {
    margin: 0 auto;
    max-width: 1007px;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%
}

@media screen and (min-width: 580px) {
    .people-showcase__upper {
        padding-left: calc(6.51163px + 2.32558vw)
    }
}

@media screen and (min-width: 1440px) {
    .people-showcase__upper {
        padding-left: 40px
    }
}

@media screen and (min-width: 580px) {
    .people-showcase__upper {
        padding-right: calc(6.51163px + 2.32558vw)
    }
}

@media screen and (min-width: 1440px) {
    .people-showcase__upper {
        padding-right: 40px
    }
}

.people-showcase__upper h2 {
    color: #053333;
    color: var(--dark-green-500);
    font-family: Benjamin, cursive;
    font-size: 36px;
    font-weight: 400;
    letter-spacing: -.02em;
    line-height: 44px;
    margin-bottom: 31px;
    text-align: center
}

@media screen and (min-width: 580px) {
    .people-showcase__upper h2 {
        font-size: 36px
    }
}

@media screen and (min-width: 1440px) {
    .people-showcase__upper h2 {
        font-size: 36px
    }
}

@media screen and (min-width: 580px) {
    .people-showcase__upper h2 {
        line-height: 44px
    }
}

@media screen and (min-width: 1440px) {
    .people-showcase__upper h2 {
        line-height: 44px
    }
}

@media screen and (min-width: 580px) {
    .people-showcase__upper h2 {
        margin-bottom: calc(18.86047px + 2.09302vw)
    }
}

@media screen and (min-width: 1440px) {
    .people-showcase__upper h2 {
        margin-bottom: 49px
    }
}

@media only screen and (min-width: 768px) {
    .people-showcase__upper h2 {
        font-family: Benjamin, cursive;
        font-size: 48px;
        font-weight: 400;
        letter-spacing: -.02em;
        line-height: 56px
    }
}

@media only screen and (min-width: 768px)and (min-width: 580px) {
    .people-showcase__upper h2 {
        font-size: 48px
    }
}

@media only screen and (min-width: 768px)and (min-width: 1440px) {
    .people-showcase__upper h2 {
        font-size: 48px
    }
}

@media only screen and (min-width: 768px)and (min-width: 580px) {
    .people-showcase__upper h2 {
        line-height: 56px
    }
}

@media only screen and (min-width: 768px)and (min-width: 1440px) {
    .people-showcase__upper h2 {
        line-height: 56px
    }
}

.people-showcase__results, .people-showcase__view-more-button {
    display: none
}

@media only screen and (min-width: 768px) {
    .people-showcase__results--mobile {
        display: none
    }

    .people-showcase__results {
        -moz-column-gap: 20px;
        column-gap: 20px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin: auto;
        max-width: 1120px;
        row-gap: 70px
    }
}

@media only screen and (min-width: 768px)and (min-width: 580px) {
    .people-showcase__results {
        -moz-column-gap: calc(11.90698px + 1.39535vw);
        column-gap: calc(11.90698px + 1.39535vw)
    }
}

@media only screen and (min-width: 768px)and (min-width: 1440px) {
    .people-showcase__results {
        -moz-column-gap: 32px;
        column-gap: 32px
    }
}

@media only screen and (min-width: 768px) {
    .people-showcase__view-more-button {
        display: block;
        margin: 50px auto 0
    }

    .people-showcase__view-more-button.disabled {
        display: none
    }
}

.people-showcase .splide__list {
    height: auto
}

.people-showcase.theme--workplace {
    background-color: #e6fcf5;
    background-color: var(--green-teal-100)
}

@media only screen and (min-width: 768px) {
    .people-showcase.theme--workplace {
        background-image: linear-gradient(180deg, #e6fcf5, #e6fcf5 1080px, #fff 0, #fff);
        background-image: linear-gradient(180deg, var(--green-teal-100), var(--green-teal-100) 1080px, var(--white) 1080px, var(--white) 100%)
    }
}

.primary-hero {
    overflow: hidden
}

.primary-hero__upper {
    margin: 0 auto;
    max-width: 1920px;
    position: relative;
    width: 100%
}

.primary-hero picture:before {
    background: linear-gradient(90deg, #000000b3, #0000 50%)
}

.primary-hero picture:after, .primary-hero picture:before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100vw;
    z-index: 1
}

.primary-hero picture:after {
    background: linear-gradient(180deg, #000000b3, #0000 20%)
}

@media only screen and (max-width: 479.99px) {
    .primary-hero picture img {
        height: calc(100% - 124px);
        top: calc(50% - 62px)
    }
}

.primary-hero__main {
    margin: 0 auto;
    max-width: 1212px;
    padding: 281px 20px 40px;
    width: 100%
}

@media screen and (min-width: 580px) {
    .primary-hero__main {
        padding-left: calc(6.51163px + 2.32558vw)
    }
}

@media screen and (min-width: 1440px) {
    .primary-hero__main {
        padding-left: 40px
    }
}

@media screen and (min-width: 580px) {
    .primary-hero__main {
        padding-right: calc(6.51163px + 2.32558vw)
    }
}

@media screen and (min-width: 1440px) {
    .primary-hero__main {
        padding-right: 40px
    }
}

@media screen and (min-width: 580px) {
    .primary-hero__main {
        padding-bottom: calc(-.46512px + 6.97674vw)
    }
}

@media screen and (min-width: 1440px) {
    .primary-hero__main {
        padding-bottom: 100px
    }
}

@media only screen and (min-width: 940px) {
    .primary-hero__main {
        padding-top: 281px
    }
}

.primary-hero__main > h1 {
    font-family: Benjamin, cursive;
    font-size: 56px;
    font-weight: 400;
    letter-spacing: -.03em;
    line-height: 1;
    margin-bottom: 16px
}

@media screen and (min-width: 580px) {
    .primary-hero__main > h1 {
        font-size: calc(29.69767px + 4.53488vw)
    }
}

@media screen and (min-width: 1440px) {
    .primary-hero__main > h1 {
        font-size: 95px
    }
}

@media screen and (min-width: 580px) {
    .primary-hero__main > h1 {
        margin-bottom: calc(3.86047px + 2.09302vw)
    }
}

@media screen and (min-width: 1440px) {
    .primary-hero__main > h1 {
        margin-bottom: 34px
    }
}

@media only screen and (min-width: 940px) {
    .primary-hero__main > h1 span {
        display: block;
        margin-left: 32px
    }
}

@media only screen and (min-width: 940px)and (min-width: 580px) {
    .primary-hero__main > h1 span {
        margin-left: calc(17.16279px + 2.55814vw)
    }
}

@media only screen and (min-width: 940px)and (min-width: 1440px) {
    .primary-hero__main > h1 span {
        margin-left: 54px
    }
}

.primary-hero__main > p {
    margin-bottom: 24px;
    margin-left: 0;
    max-width: 420px
}

@media screen and (min-width: 580px) {
    .primary-hero__main > p {
        margin-bottom: calc(17.25581px + 1.16279vw)
    }
}

@media screen and (min-width: 1440px) {
    .primary-hero__main > p {
        margin-bottom: 34px
    }
}

@media screen and (min-width: 580px) {
    .primary-hero__main > p {
        margin-left: calc(-4.04651px + .69767vw)
    }
}

@media screen and (min-width: 1440px) {
    .primary-hero__main > p {
        margin-left: 6px
    }
}

.primary-hero__main > .cta {
    margin-left: 0
}

@media screen and (min-width: 580px) {
    .primary-hero__main > .cta {
        margin-left: calc(-4.04651px + .69767vw)
    }
}

@media screen and (min-width: 1440px) {
    .primary-hero__main > .cta {
        margin-left: 6px
    }
}

@media only screen and (max-width: 939.99px) {
    .primary-hero__main > .cta {
        width: 100%
    }
}

.primary-hero__intro-heading {
    clip-path: polygon(-100vw 0, calc(100% - 40px) 0, calc(100% - 20px) 40px, 100% 40px, 100% 101%, 0 101%);
    margin: 0 auto;
    max-width: 1280px;
    padding-top: 80px;
    width: 100%
}

@media only screen and (min-width: 940px) {
    .primary-hero__intro-heading {
        clip-path: polygon(-100vw 0, calc(100% - 80px) 0, 100% 100px, 100% 101%, -100vw 101%);
        padding-top: 100px
    }
}

.primary-hero__intro-heading:after {
    background-color: #fff;
    background-color: var(--white);
    content: "";
    height: 101%;
    position: absolute;
    right: 0;
    top: 0;
    width: 100vw;
    z-index: -1
}

.primary-hero__intro-heading-inner {
    margin: 0 auto;
    max-width: 1008px;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%
}

@media screen and (min-width: 580px) {
    .primary-hero__intro-heading-inner {
        padding-left: calc(6.51163px + 2.32558vw)
    }
}

@media screen and (min-width: 1440px) {
    .primary-hero__intro-heading-inner {
        padding-left: 40px
    }
}

@media screen and (min-width: 580px) {
    .primary-hero__intro-heading-inner {
        padding-right: calc(6.51163px + 2.32558vw)
    }
}

@media screen and (min-width: 1440px) {
    .primary-hero__intro-heading-inner {
        padding-right: 40px
    }
}

.primary-hero__intro-heading-inner > p {
    margin-bottom: 18px
}

@media screen and (min-width: 580px) {
    .primary-hero__intro-heading-inner > p {
        margin-bottom: calc(13.95349px + .69767vw)
    }
}

@media screen and (min-width: 1440px) {
    .primary-hero__intro-heading-inner > p {
        margin-bottom: 24px
    }
}

.primary-hero__intro-heading-inner > h2 {
    font-family: Benjamin, cursive;
    font-size: 36px;
    font-weight: 400;
    letter-spacing: -.02em;
    line-height: 44px
}

@media screen and (min-width: 580px) {
    .primary-hero__intro-heading-inner > h2 {
        font-size: 36px
    }
}

@media screen and (min-width: 1440px) {
    .primary-hero__intro-heading-inner > h2 {
        font-size: 36px
    }
}

@media screen and (min-width: 580px) {
    .primary-hero__intro-heading-inner > h2 {
        line-height: 44px
    }
}

@media screen and (min-width: 1440px) {
    .primary-hero__intro-heading-inner > h2 {
        line-height: 44px
    }
}

@media only screen and (min-width: 940px) {
    .primary-hero__intro-heading-inner > h2 {
        font-family: Benjamin, cursive;
        font-size: 56px;
        font-weight: 400;
        letter-spacing: -.02em;
        line-height: 64px
    }
}

@media only screen and (min-width: 940px)and (min-width: 580px) {
    .primary-hero__intro-heading-inner > h2 {
        font-size: 56px
    }
}

@media only screen and (min-width: 940px)and (min-width: 1440px) {
    .primary-hero__intro-heading-inner > h2 {
        font-size: 56px
    }
}

@media only screen and (min-width: 940px)and (min-width: 580px) {
    .primary-hero__intro-heading-inner > h2 {
        line-height: 64px
    }
}

@media only screen and (min-width: 940px)and (min-width: 1440px) {
    .primary-hero__intro-heading-inner > h2 {
        line-height: 64px
    }
}

.primary-hero__lower-inner {
    grid-gap: 18px;
    display: grid;
    grid-template-columns:1fr;
    margin: 0 auto;
    max-width: 1008px;
    padding: 40px 20px;
    width: 100%
}

@media screen and (min-width: 580px) {
    .primary-hero__lower-inner {
        padding-left: calc(6.51163px + 2.32558vw)
    }
}

@media screen and (min-width: 1440px) {
    .primary-hero__lower-inner {
        padding-left: 40px
    }
}

@media screen and (min-width: 580px) {
    .primary-hero__lower-inner {
        padding-right: calc(6.51163px + 2.32558vw)
    }
}

@media screen and (min-width: 1440px) {
    .primary-hero__lower-inner {
        padding-right: 40px
    }
}

@media screen and (min-width: 580px) {
    .primary-hero__lower-inner {
        padding-top: 40px
    }
}

@media screen and (min-width: 1440px) {
    .primary-hero__lower-inner {
        padding-top: 40px
    }
}

@media screen and (min-width: 580px) {
    .primary-hero__lower-inner {
        padding-bottom: 40px
    }
}

@media screen and (min-width: 1440px) {
    .primary-hero__lower-inner {
        padding-bottom: 40px
    }
}

@media screen and (min-width: 580px) {
    .primary-hero__lower-inner {
        grid-gap: calc(8.55814px + 1.62791vw)
    }
}

@media screen and (min-width: 1440px) {
    .primary-hero__lower-inner {
        grid-gap: 32px
    }
}

@media only screen and (min-width: 940px) {
    .primary-hero__lower-inner {
        grid-template-columns:1fr 1fr
    }
}

.quote-carousel {
    overflow: hidden
}

.quote-carousel__inner {
    margin: 0 auto;
    max-width: 1440px;
    padding-bottom: 40px;
    padding-top: 60px;
    position: relative;
    width: 100%
}

@media screen and (min-width: 580px) {
    .quote-carousel__inner {
        padding-bottom: calc(6.27907px + 5.81395vw)
    }
}

@media screen and (min-width: 1440px) {
    .quote-carousel__inner {
        padding-bottom: 90px
    }
}

.quote-carousel__inner > h2 {
    font-family: Benjamin, cursive;
    font-size: 28px;
    font-weight: 400;
    letter-spacing: -.02em;
    line-height: 36px;
    padding-bottom: 20px;
    position: relative;
    z-index: 1
}

@media screen and (min-width: 580px) {
    .quote-carousel__inner > h2 {
        padding-bottom: calc(6.51163px + 2.32558vw)
    }
}

@media screen and (min-width: 1440px) {
    .quote-carousel__inner > h2 {
        padding-bottom: 40px
    }
}

@media screen and (min-width: 580px) {
    .quote-carousel__inner > h2 {
        font-size: 28px
    }
}

@media screen and (min-width: 1440px) {
    .quote-carousel__inner > h2 {
        font-size: 28px
    }
}

@media screen and (min-width: 580px) {
    .quote-carousel__inner > h2 {
        line-height: 36px
    }
}

@media screen and (min-width: 1440px) {
    .quote-carousel__inner > h2 {
        line-height: 36px
    }
}

@media only screen and (min-width: 940px) {
    .quote-carousel__inner > h2 {
        font-family: Benjamin, cursive;
        font-size: 48px;
        font-weight: 400;
        letter-spacing: -.02em;
        line-height: 56px
    }
}

@media only screen and (min-width: 940px)and (min-width: 580px) {
    .quote-carousel__inner > h2 {
        font-size: 48px
    }
}

@media only screen and (min-width: 940px)and (min-width: 1440px) {
    .quote-carousel__inner > h2 {
        font-size: 48px
    }
}

@media only screen and (min-width: 940px)and (min-width: 580px) {
    .quote-carousel__inner > h2 {
        line-height: 56px
    }
}

@media only screen and (min-width: 940px)and (min-width: 1440px) {
    .quote-carousel__inner > h2 {
        line-height: 56px
    }
}

.quote-carousel__decoration {
    height: 100%;
    left: 50%;
    object-fit: cover;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%
}

@media only screen and (min-width: 940px) {
    .quote-carousel__decoration {
        height: 100%;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 60%
    }
}

.quote-carousel__wrap {
    grid-row-gap: 67px;
    grid-column-gap: 20px;
    align-items: center;
    display: grid;
    grid-template-areas:"quotes quotes" "prev next";
    grid-template-columns:1fr 1fr;
    margin: 0 auto;
    max-width: 1200px;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%
}

@media screen and (min-width: 580px) {
    .quote-carousel__wrap {
        padding-left: calc(6.51163px + 2.32558vw)
    }
}

@media screen and (min-width: 1440px) {
    .quote-carousel__wrap {
        padding-left: 40px
    }
}

@media screen and (min-width: 580px) {
    .quote-carousel__wrap {
        padding-right: calc(6.51163px + 2.32558vw)
    }
}

@media screen and (min-width: 1440px) {
    .quote-carousel__wrap {
        padding-right: 40px
    }
}

@media screen and (min-width: 580px) {
    .quote-carousel__wrap {
        grid-row-gap: calc(31.25581px + 6.16279vw)
    }
}

@media screen and (min-width: 1440px) {
    .quote-carousel__wrap {
        grid-row-gap: 120px
    }
}

@media screen and (min-width: 580px) {
    .quote-carousel__wrap {
        grid-column-gap: calc(-47.44186px + 11.62791vw)
    }
}

@media screen and (min-width: 1440px) {
    .quote-carousel__wrap {
        grid-column-gap: 120px
    }
}

@media only screen and (min-width: 940px) {
    .quote-carousel__wrap {
        grid-template-areas:"prev quotes next";
        grid-template-columns:auto 1fr auto
    }
}

.quote-carousel__control {
    cursor: pointer;
    grid-area: prev;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    width: 40px
}

@media only screen and (max-width: 939.99px) {
    .quote-carousel__control--prev {
        margin-left: auto
    }
}

.quote-carousel__control--next {
    grid-area: next
}

.quote-carousel__list {
    grid-area: quotes
}

.quote-carousel__item {
    display: flex;
    flex-direction: column;
    justify-content: center
}

.quote-carousel__item blockquote {
    font-family: Benjamin, cursive;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: -.02em;
    line-height: 32px;
    margin-bottom: 25px
}

@media screen and (min-width: 580px) {
    .quote-carousel__item blockquote {
        font-size: 24px
    }
}

@media screen and (min-width: 1440px) {
    .quote-carousel__item blockquote {
        font-size: 24px
    }
}

@media screen and (min-width: 580px) {
    .quote-carousel__item blockquote {
        line-height: 32px
    }
}

@media screen and (min-width: 1440px) {
    .quote-carousel__item blockquote {
        line-height: 32px
    }
}

@media only screen and (min-width: 940px) {
    .quote-carousel__item blockquote {
        font-family: Benjamin, cursive;
        font-size: 36px;
        font-weight: 400;
        letter-spacing: -.02em;
        line-height: 44px
    }
}

@media only screen and (min-width: 940px)and (min-width: 580px) {
    .quote-carousel__item blockquote {
        font-size: 36px
    }
}

@media only screen and (min-width: 940px)and (min-width: 1440px) {
    .quote-carousel__item blockquote {
        font-size: 36px
    }
}

@media only screen and (min-width: 940px)and (min-width: 580px) {
    .quote-carousel__item blockquote {
        line-height: 44px
    }
}

@media only screen and (min-width: 940px)and (min-width: 1440px) {
    .quote-carousel__item blockquote {
        line-height: 44px
    }
}

.quote-carousel__item blockquote:before {
    color: #63a8a3;
    color: var(--light-green-500);
    content: "“"
}

.quote-carousel__item blockquote:after {
    color: #63a8a3;
    color: var(--light-green-500);
    content: "”"
}

.quote-carousel__item--align-left blockquote {
    text-align: left
}

.quote-carousel__item cite {
    align-items: center;
    display: flex;
    font-style: normal;
    justify-content: center;
    padding-left: 1px;
    text-align: left
}

@media only screen and (min-width: 580px) {
    .quote-carousel__item cite br {
        display: none
    }
}

.quote-carousel__item cite .quote-carousel__author-image {
    border-radius: 30px;
    height: 60px;
    margin-right: 14px;
    width: 60px
}

.quote-carousel__item--align-left cite {
    justify-content: flex-start
}

.quote-carousel.theme--workplace .quote-carousel__item blockquote:after, .quote-carousel.theme--workplace .quote-carousel__item blockquote:before {
    color: #00df9b;
    color: var(--green-teal-600)
}

.related-articles {
    background-color: #e0eeed;
    background-color: var(--light-green-100);
    overflow: visible !important;
    padding: 51px 0 60px
}

@media only screen and (min-width: 940px) {
    .related-articles {
        padding: 64px 0 110px
    }
}

.related-articles__inner {
    margin: auto;
    max-width: 1120px;
    width: 100%
}

.related-articles__header {
    display: flex;
    justify-content: space-between;
    margin: 0 auto 22px;
    max-width: 1200px;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%
}

@media screen and (min-width: 580px) {
    .related-articles__header {
        padding-left: calc(6.51163px + 2.32558vw)
    }
}

@media screen and (min-width: 1440px) {
    .related-articles__header {
        padding-left: 40px
    }
}

@media screen and (min-width: 580px) {
    .related-articles__header {
        padding-right: calc(6.51163px + 2.32558vw)
    }
}

@media screen and (min-width: 1440px) {
    .related-articles__header {
        padding-right: 40px
    }
}

@media only screen and (min-width: 940px) {
    .related-articles__header {
        margin-bottom: 30px
    }
}

@media only screen and (min-width: 1120px) {
    .related-articles__header {
        padding-left: 0;
        padding-right: 0
    }
}

.related-articles__header > h3 {
    color: #053333;
    color: var(--dark-green-500);
    font-family: Benjamin, cursive;
    font-size: 28px;
    font-weight: 400;
    letter-spacing: -.02em;
    line-height: 36px
}

@media screen and (min-width: 580px) {
    .related-articles__header > h3 {
        font-size: 28px
    }
}

@media screen and (min-width: 1440px) {
    .related-articles__header > h3 {
        font-size: 28px
    }
}

@media screen and (min-width: 580px) {
    .related-articles__header > h3 {
        line-height: 36px
    }
}

@media screen and (min-width: 1440px) {
    .related-articles__header > h3 {
        line-height: 36px
    }
}

@media only screen and (min-width: 940px) {
    .related-articles__header > h3 {
        font-family: Benjamin, cursive;
        font-size: 36px;
        font-weight: 400;
        letter-spacing: -.02em;
        line-height: 44px
    }
}

@media only screen and (min-width: 940px)and (min-width: 580px) {
    .related-articles__header > h3 {
        font-size: 36px
    }
}

@media only screen and (min-width: 940px)and (min-width: 1440px) {
    .related-articles__header > h3 {
        font-size: 36px
    }
}

@media only screen and (min-width: 940px)and (min-width: 580px) {
    .related-articles__header > h3 {
        line-height: 44px
    }
}

@media only screen and (min-width: 940px)and (min-width: 1440px) {
    .related-articles__header > h3 {
        line-height: 44px
    }
}

.related-articles__header > .cta {
    display: none
}

@media only screen and (min-width: 768px) {
    .related-articles__header > .cta {
        display: inline-block
    }
}

.related-articles__article-cards {
    grid-gap: 20px;
    -ms-overflow-style: none;
    display: grid;
    gap: 20px;
    grid-template-columns:1fr 1fr 1fr;
    overflow-x: scroll;
    padding-left: 20px;
    padding-right: 20px;
    scrollbar-width: none
}

@media screen and (min-width: 580px) {
    .related-articles__article-cards {
        gap: calc(11.90698px + 1.39535vw)
    }
}

@media screen and (min-width: 1440px) {
    .related-articles__article-cards {
        gap: 32px
    }
}

.related-articles__article-cards::-webkit-scrollbar {
    display: none
}

@media screen and (min-width: 580px) {
    .related-articles__article-cards {
        padding-left: calc(6.51163px + 2.32558vw)
    }
}

@media screen and (min-width: 1440px) {
    .related-articles__article-cards {
        padding-left: 40px
    }
}

@media screen and (min-width: 580px) {
    .related-articles__article-cards {
        padding-right: calc(6.51163px + 2.32558vw)
    }
}

@media screen and (min-width: 1440px) {
    .related-articles__article-cards {
        padding-right: 40px
    }
}

.related-articles__article-cards li {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    max-width: 352px;
    min-width: 265px;
    width: 70vw
}

.related-articles__article-cards li:hover .related-articles__article-card-media img {
    transform: translate(-50%, -50%) scale(1.1)
}

.related-articles__article-cards h5 {
    color: #053333;
    color: var(--dark-green-500);
    font-family: Benjamin, cursive;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: -.02em;
    line-height: 28px;
    padding-bottom: 20px
}

@media screen and (min-width: 580px) {
    .related-articles__article-cards h5 {
        font-size: 20px
    }
}

@media screen and (min-width: 1440px) {
    .related-articles__article-cards h5 {
        font-size: 20px
    }
}

@media screen and (min-width: 580px) {
    .related-articles__article-cards h5 {
        line-height: 28px
    }
}

@media screen and (min-width: 1440px) {
    .related-articles__article-cards h5 {
        line-height: 28px
    }
}

@media only screen and (min-width: 940px) {
    .related-articles__article-cards h5 {
        font-family: Benjamin, cursive;
        font-size: 24px;
        font-weight: 400;
        letter-spacing: -.02em;
        line-height: 32px;
        padding-bottom: 16px
    }
}

@media only screen and (min-width: 940px)and (min-width: 580px) {
    .related-articles__article-cards h5 {
        font-size: 24px
    }
}

@media only screen and (min-width: 940px)and (min-width: 1440px) {
    .related-articles__article-cards h5 {
        font-size: 24px
    }
}

@media only screen and (min-width: 940px)and (min-width: 580px) {
    .related-articles__article-cards h5 {
        line-height: 32px
    }
}

@media only screen and (min-width: 940px)and (min-width: 1440px) {
    .related-articles__article-cards h5 {
        line-height: 32px
    }
}

@media only screen and (min-width: 1120px) {
    .related-articles__article-cards {
        padding-left: 0;
        padding-right: 0
    }
}

.related-articles__article-card-media {
    aspect-ratio: 1/1;
    overflow: hidden;
    position: relative;
    width: 100%
}

.related-articles__article-card-media img {
    transition: transform .6s cubic-bezier(.77, 0, .175, 1)
}

.related-articles__article-type {
    color: #63a8a3;
    color: var(--light-green-500);
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 22px;
    margin: 14px 0 8px
}

@media screen and (min-width: 580px) {
    .related-articles__article-type {
        font-size: 14px
    }
}

@media screen and (min-width: 1440px) {
    .related-articles__article-type {
        font-size: 14px
    }
}

@media screen and (min-width: 580px) {
    .related-articles__article-type {
        line-height: 22px
    }
}

@media screen and (min-width: 1440px) {
    .related-articles__article-type {
        line-height: 22px
    }
}

@media only screen and (min-width: 940px) {
    .related-articles__article-type {
        margin-top: 24px
    }
}

.related-articles__article-label {
    color: #63a8a3;
    color: var(--light-green-500);
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 22px;
    margin-top: auto
}

@media screen and (min-width: 580px) {
    .related-articles__article-label {
        font-size: 14px
    }
}

@media screen and (min-width: 1440px) {
    .related-articles__article-label {
        font-size: 14px
    }
}

@media screen and (min-width: 580px) {
    .related-articles__article-label {
        line-height: 22px
    }
}

@media screen and (min-width: 1440px) {
    .related-articles__article-label {
        line-height: 22px
    }
}

.related-articles__footer {
    margin: 0 auto;
    max-width: 1200px;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%
}

@media screen and (min-width: 580px) {
    .related-articles__footer {
        padding-left: calc(6.51163px + 2.32558vw)
    }
}

@media screen and (min-width: 1440px) {
    .related-articles__footer {
        padding-left: 40px
    }
}

@media screen and (min-width: 580px) {
    .related-articles__footer {
        padding-right: calc(6.51163px + 2.32558vw)
    }
}

@media screen and (min-width: 1440px) {
    .related-articles__footer {
        padding-right: 40px
    }
}

.related-articles__footer > .cta {
    margin-top: 34px
}

@media only screen and (min-width: 768px) {
    .related-articles__footer {
        display: none;
        width: auto
    }
}

.related-articles.theme--workplace .related-articles__article-label, .related-articles.theme--workplace .related-articles__article-type {
    color: #00df9b;
    color: var(--green-teal-600)
}

.retirement-calculator {
    color: #053333;
    color: var(--dark-green-500);
    font-family: Benjamin, cursive;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: -.02em;
    line-height: 26px;
    padding-bottom: 104px;
    padding-top: 93px
}

@media screen and (min-width: 580px) {
    .retirement-calculator {
        font-size: 18px
    }
}

@media screen and (min-width: 1440px) {
    .retirement-calculator {
        font-size: 18px
    }
}

@media screen and (min-width: 580px) {
    .retirement-calculator {
        line-height: 26px
    }
}

@media screen and (min-width: 1440px) {
    .retirement-calculator {
        line-height: 26px
    }
}

.retirement-calculator .hidden {
    display: none
}

.retirement-calculator__inner {
    margin: 0 auto;
    max-width: 1000px;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%
}

@media screen and (min-width: 580px) {
    .retirement-calculator__inner {
        padding-left: calc(-22.96296px + 7.40741vw)
    }
}

@media screen and (min-width: 1120px) {
    .retirement-calculator__inner {
        padding-left: 60px
    }
}

@media screen and (min-width: 580px) {
    .retirement-calculator__inner {
        padding-right: calc(-22.96296px + 7.40741vw)
    }
}

@media screen and (min-width: 1120px) {
    .retirement-calculator__inner {
        padding-right: 60px
    }
}

@media only screen and (min-width: 1120px) {
    .retirement-calculator__inner {
        margin: 0 auto;
        max-width: 1200px;
        padding-left: 20px;
        padding-right: 20px;
        width: 100%
    }
}

@media only screen and (min-width: 1120px)and (min-width: 580px) {
    .retirement-calculator__inner {
        padding-left: calc(6.51163px + 2.32558vw)
    }
}

@media only screen and (min-width: 1120px)and (min-width: 1440px) {
    .retirement-calculator__inner {
        padding-left: 40px
    }
}

@media only screen and (min-width: 1120px)and (min-width: 580px) {
    .retirement-calculator__inner {
        padding-right: calc(6.51163px + 2.32558vw)
    }
}

@media only screen and (min-width: 1120px)and (min-width: 1440px) {
    .retirement-calculator__inner {
        padding-right: 40px
    }
}

.retirement-calculator__upper {
    font-family: Benjamin, cursive;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: -.02em;
    line-height: 32px;
    margin: auto;
    max-width: 660px;
    text-align: center
}

@media screen and (min-width: 580px) {
    .retirement-calculator__upper {
        font-size: 24px
    }
}

@media screen and (min-width: 1440px) {
    .retirement-calculator__upper {
        font-size: 24px
    }
}

@media screen and (min-width: 580px) {
    .retirement-calculator__upper {
        line-height: 32px
    }
}

@media screen and (min-width: 1440px) {
    .retirement-calculator__upper {
        line-height: 32px
    }
}

@media only screen and (min-width: 768px) {
    .retirement-calculator__upper {
        font-family: Benjamin, cursive;
        font-size: 28px;
        font-weight: 400;
        letter-spacing: -.02em;
        line-height: 36px
    }
}

@media only screen and (min-width: 768px)and (min-width: 580px) {
    .retirement-calculator__upper {
        font-size: 28px
    }
}

@media only screen and (min-width: 768px)and (min-width: 1440px) {
    .retirement-calculator__upper {
        font-size: 28px
    }
}

@media only screen and (min-width: 768px)and (min-width: 580px) {
    .retirement-calculator__upper {
        line-height: 36px
    }
}

@media only screen and (min-width: 768px)and (min-width: 1440px) {
    .retirement-calculator__upper {
        line-height: 36px
    }
}

.retirement-calculator__dynamic-result-data {
    color: #63a8a3;
    color: var(--light-green-500)
}

.retirement-calculator__inner {
    -webkit-user-select: none;
    user-select: none
}

.retirement-calculator__slider-container {
    grid-row-gap: 18px;
    display: grid;
    grid-template-areas:"slider slider" "slider-label-l slider-label-r";
    grid-template-columns:1fr 1fr;
    padding-top: 40px;
    row-gap: 18px
}

@media only screen and (min-width: 1120px) {
    .retirement-calculator__slider-container {
        grid-template-areas:"slider-label-l slider slider-label-r";
        grid-template-columns:1fr 544px 1fr
    }
}

.retirement-calculator__slider-container + .retirement-calculator__slider-container {
    padding-top: 30px
}

.retirement-calculator__slider-container--ages {
    grid-template-columns:5fr 8fr
}

@media only screen and (min-width: 1120px) {
    .retirement-calculator__slider-container--ages {
        grid-template-columns:1fr 544px 1fr
    }
}

.retirement-calculator__slider {
    grid-area: slider
}

.retirement-calculator__label > span {
    font-family: Benjamin, cursive;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: -.02em;
    line-height: 28px
}

@media screen and (min-width: 580px) {
    .retirement-calculator__label > span {
        font-size: 20px
    }
}

@media screen and (min-width: 1440px) {
    .retirement-calculator__label > span {
        font-size: 20px
    }
}

@media screen and (min-width: 580px) {
    .retirement-calculator__label > span {
        line-height: 28px
    }
}

@media screen and (min-width: 1440px) {
    .retirement-calculator__label > span {
        line-height: 28px
    }
}

@media only screen and (min-width: 768px) {
    .retirement-calculator__label > span {
        font-family: Benjamin, cursive;
        font-size: 24px;
        font-weight: 400;
        letter-spacing: -.02em;
        line-height: 32px
    }
}

@media only screen and (min-width: 768px)and (min-width: 580px) {
    .retirement-calculator__label > span {
        font-size: 24px
    }
}

@media only screen and (min-width: 768px)and (min-width: 1440px) {
    .retirement-calculator__label > span {
        font-size: 24px
    }
}

@media only screen and (min-width: 768px)and (min-width: 580px) {
    .retirement-calculator__label > span {
        line-height: 32px
    }
}

@media only screen and (min-width: 768px)and (min-width: 1440px) {
    .retirement-calculator__label > span {
        line-height: 32px
    }
}

.retirement-calculator__label--left {
    grid-area: slider-label-l;
    text-align: left
}

@media only screen and (min-width: 1120px) {
    .retirement-calculator__label--left {
        margin-right: 20px;
        text-align: right
    }
}

.retirement-calculator__label--right {
    align-items: baseline;
    display: flex;
    grid-area: slider-label-r;
    justify-content: flex-end;
    text-align: right
}

@media only screen and (min-width: 1120px) {
    .retirement-calculator__label--right {
        justify-content: flex-start;
        margin-left: 20px;
        text-align: left
    }
}

.retirement-calculator div.retirement-calculator__label--currency {
    align-items: center
}

.retirement-calculator div.retirement-calculator__label--currency > span:before {
    content: "£"
}

.retirement-calculator__tooltip-container {
    align-self: center;
    display: inline-block;
    position: relative
}

.retirement-calculator__tooltip-container:hover .retirement-calculator__tooltip {
    opacity: 1;
    transition: z-index .3s step-start, opacity .3s ease-out;
    z-index: 10
}

.retirement-calculator__tooltip-icon {
    background-image: url(../images/ic_tooltip.77c1b9.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    height: 22px;
    margin: 0 3px;
    width: 22px
}

.retirement-calculator__tooltip {
    background-color: #e0eeed;
    background-color: var(--light-green-100);
    border-radius: 8px;
    box-shadow: 3px 3px 7px 0 rgba(#053333, .2);
    box-shadow: 3px 3px 7px 0 rgba(var(--dark-green-500), .2);
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 22px;
    opacity: 0;
    padding: 12px 24px;
    position: absolute;
    right: -12px;
    top: 34px;
    transition: z-index .3s step-end, opacity .3s ease-in;
    width: max(200px, min(25vw, 450px));
    z-index: -1
}

@media screen and (min-width: 580px) {
    .retirement-calculator__tooltip {
        font-size: 14px
    }
}

@media screen and (min-width: 1440px) {
    .retirement-calculator__tooltip {
        font-size: 14px
    }
}

@media screen and (min-width: 580px) {
    .retirement-calculator__tooltip {
        line-height: 22px
    }
}

@media screen and (min-width: 1440px) {
    .retirement-calculator__tooltip {
        line-height: 22px
    }
}

.retirement-calculator__tooltip:hover {
    opacity: 1;
    transition: z-index .3s step-start, opacity .3s ease-out;
    z-index: 10
}

.retirement-calculator__tooltip:before {
    background-color: inherit;
    content: "";
    height: 12px;
    position: absolute;
    right: 18px;
    top: -6px;
    transform: rotate(45deg);
    width: 12px
}

@media only screen and (min-width: 768px) {
    .retirement-calculator__tooltip {
        font-family: Inter, sans-serif;
        font-size: 16px;
        font-weight: 400;
        letter-spacing: 0;
        line-height: 26px
    }
}

@media only screen and (min-width: 768px)and (min-width: 580px) {
    .retirement-calculator__tooltip {
        font-size: 16px
    }
}

@media only screen and (min-width: 768px)and (min-width: 1440px) {
    .retirement-calculator__tooltip {
        font-size: 16px
    }
}

@media only screen and (min-width: 768px)and (min-width: 580px) {
    .retirement-calculator__tooltip {
        line-height: 26px
    }
}

@media only screen and (min-width: 768px)and (min-width: 1440px) {
    .retirement-calculator__tooltip {
        line-height: 26px
    }
}

.retirement-calculator label.retirement-calculator__label {
    -moz-column-gap: 10px;
    column-gap: 10px;
    display: flex;
    position: relative
}

.retirement-calculator label.retirement-calculator__label input[type=checkbox] {
    height: 25px;
    opacity: 0;
    width: 25px
}

.retirement-calculator label.retirement-calculator__label .retirement-calculator__custom-checkbox {
    height: 25px;
    position: absolute;
    width: 25px
}

.retirement-calculator label.retirement-calculator__label .retirement-calculator__custom-checkbox > svg > path {
    fill: rgba(#63A8A3, 0);
    fill: rgba(var(--light-green-500), 0);
    transition: fill .15s ease-out
}

.retirement-calculator label.retirement-calculator__label input:checked + .retirement-calculator__custom-checkbox > svg > path {
    fill: #63a8a3;
    fill: var(--light-green-500);
    transition: fill .15s ease-in
}

.retirement-calculator__checkboxes {
    -moz-column-gap: 30px;
    column-gap: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 38px;
    row-gap: 30px
}

@media only screen and (min-width: 768px) {
    .retirement-calculator__checkboxes {
        flex-direction: row
    }
}

.retirement-calculator__lower {
    padding-top: 34px
}

.retirement-calculator__lower > * {
    text-align: center
}

.retirement-calculator__lower-copy {
    font-family: Benjamin, cursive;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: -.02em;
    line-height: 28px
}

@media screen and (min-width: 580px) {
    .retirement-calculator__lower-copy {
        font-size: 20px
    }
}

@media screen and (min-width: 1440px) {
    .retirement-calculator__lower-copy {
        font-size: 20px
    }
}

@media screen and (min-width: 580px) {
    .retirement-calculator__lower-copy {
        line-height: 28px
    }
}

@media screen and (min-width: 1440px) {
    .retirement-calculator__lower-copy {
        line-height: 28px
    }
}

@media only screen and (min-width: 768px) {
    .retirement-calculator__lower-copy {
        font-family: Benjamin, cursive;
        font-size: 24px;
        font-weight: 400;
        letter-spacing: -.02em;
        line-height: 32px
    }
}

@media only screen and (min-width: 768px)and (min-width: 580px) {
    .retirement-calculator__lower-copy {
        font-size: 24px
    }
}

@media only screen and (min-width: 768px)and (min-width: 1440px) {
    .retirement-calculator__lower-copy {
        font-size: 24px
    }
}

@media only screen and (min-width: 768px)and (min-width: 580px) {
    .retirement-calculator__lower-copy {
        line-height: 32px
    }
}

@media only screen and (min-width: 768px)and (min-width: 1440px) {
    .retirement-calculator__lower-copy {
        line-height: 32px
    }
}

.retirement-calculator__lower-cta-container {
    padding-top: 20px
}

.retirement-calculator .noUi-target {
    align-self: center;
    background-color: #e0eeed;
    background-color: var(--light-green-100);
    border: none;
    border-radius: 5px;
    height: 10px
}

.retirement-calculator .noUi-connect {
    background-color: #a1cbc8;
    background-color: var(--light-green-300);
    border-radius: 5px;
    height: 10px
}

.retirement-calculator .noUi-connects {
    border-radius: 5px
}

.retirement-calculator .noUi-handle {
    border: 5px solid #63a8a3;
    border: 5px solid var(--light-green-500);
    border-radius: 15px;
    height: 30px;
    top: -10px;
    width: 30px
}

.retirement-calculator .noUi-handle:after, .retirement-calculator .noUi-handle:before {
    content: none
}

.retirement-calculator.theme--workplace .retirement-calculator__dynamic-result-data {
    color: #00df9b;
    color: var(--green-teal-600)
}

.retirement-calculator.theme--workplace .noUi-connect {
    background-color: #66ecc3;
    background-color: var(--green-teal-400)
}

.retirement-calculator.theme--workplace .noUi-handle {
    border-color: #00df9b;
    border-color: var(--green-teal-600)
}

.retirement-calculator.theme--workplace label.retirement-calculator__label .retirement-calculator__custom-checkbox > svg > path {
    fill: rgba(#00DF9B, 0);
    fill: rgba(var(--green-teal-600), 0)
}

.retirement-calculator.theme--workplace label.retirement-calculator__label input:checked + .retirement-calculator__custom-checkbox > svg > path {
    fill: #00df9b;
    fill: var(--green-teal-600)
}

.review-showcase {
    margin: 0 auto;
    max-width: 2000px;
    overflow: hidden;
    padding: 55px 20px 80px;
    width: 100%
}

@media screen and (min-width: 580px) {
    .review-showcase {
        padding-left: calc(6.51163px + 2.32558vw)
    }
}

@media screen and (min-width: 1440px) {
    .review-showcase {
        padding-left: 40px
    }
}

@media screen and (min-width: 580px) {
    .review-showcase {
        padding-right: calc(6.51163px + 2.32558vw)
    }
}

@media screen and (min-width: 1440px) {
    .review-showcase {
        padding-right: 40px
    }
}

@media (min-width: 1024px) {
    .review-showcase {
        padding: 100px 160px
    }
}

.review-showcase__upper {
    margin-bottom: 20px
}

.review-showcase__upper > h3 {
    color: #053333;
    color: var(--dark-green-500);
    font-family: Benjamin, cursive;
    font-size: 28px;
    font-weight: 400;
    letter-spacing: -.02em;
    line-height: 36px;
    padding-top: 20px
}

@media screen and (min-width: 580px) {
    .review-showcase__upper > h3 {
        font-size: 28px
    }
}

@media screen and (min-width: 1440px) {
    .review-showcase__upper > h3 {
        font-size: 28px
    }
}

@media screen and (min-width: 580px) {
    .review-showcase__upper > h3 {
        line-height: 36px
    }
}

@media screen and (min-width: 1440px) {
    .review-showcase__upper > h3 {
        line-height: 36px
    }
}

@media (min-width: 1024px) {
    .review-showcase__upper > h3 {
        font-family: Benjamin, cursive;
        font-size: 36px;
        font-weight: 400;
        letter-spacing: -.02em;
        line-height: 44px;
        padding-top: 24px
    }
}

@media screen and (min-width: 1024px)and (min-width: 580px) {
    .review-showcase__upper > h3 {
        font-size: 36px
    }
}

@media screen and (min-width: 1024px)and (min-width: 1440px) {
    .review-showcase__upper > h3 {
        font-size: 36px
    }
}

@media screen and (min-width: 1024px)and (min-width: 580px) {
    .review-showcase__upper > h3 {
        line-height: 44px
    }
}

@media screen and (min-width: 1024px)and (min-width: 1440px) {
    .review-showcase__upper > h3 {
        line-height: 44px
    }
}

@media (max-width: 939.99px) {
    .review-showcase__upper > img {
        height: auto;
        width: 120px
    }
}

.review-showcase #review-carousel .CarouselWidget__footer, .review-showcase #review-carousel .CarouselWidget__header {
    display: none
}

.review-showcase #review-carousel .item__inner {
    height: 295px
}

.review-showcase #review-carousel .R-ReviewsList__controlButton--left {
    height: 40px;
    right: 66px;
    width: 40px
}

.review-showcase #review-carousel .R-ReviewsList__controlButton--right {
    height: 40px;
    width: 40px
}

.review-showcase #review-carousel .cssVar-authorName {
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 26px;
    line-height: 24px
}

@media screen and (min-width: 580px) {
    .review-showcase #review-carousel .cssVar-authorName {
        font-size: 16px
    }
}

@media screen and (min-width: 1440px) {
    .review-showcase #review-carousel .cssVar-authorName {
        font-size: 16px
    }
}

@media screen and (min-width: 580px) {
    .review-showcase #review-carousel .cssVar-authorName {
        line-height: 26px
    }
}

@media screen and (min-width: 1440px) {
    .review-showcase #review-carousel .cssVar-authorName {
        line-height: 26px
    }
}

.review-showcase #review-carousel .cssVar-badgeElement__text {
    font-size: 12px;
    line-height: 22px
}

.review-showcase #review-carousel .R-ReviewsList__item--body {
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 26px;
    line-height: 24px;
    padding-right: 24px
}

@media screen and (min-width: 580px) {
    .review-showcase #review-carousel .R-ReviewsList__item--body {
        font-size: 16px
    }
}

@media screen and (min-width: 1440px) {
    .review-showcase #review-carousel .R-ReviewsList__item--body {
        font-size: 16px
    }
}

@media screen and (min-width: 580px) {
    .review-showcase #review-carousel .R-ReviewsList__item--body {
        line-height: 26px
    }
}

@media screen and (min-width: 1440px) {
    .review-showcase #review-carousel .R-ReviewsList__item--body {
        line-height: 26px
    }
}

.review-showcase #review-carousel .R-TextBody--xxxxs {
    color: #63a8a3;
    color: var(--light-green-500);
    font-size: 12px;
    line-height: 22px
}

@media (max-width: 1023.99px) {
    .review-showcase #review-carousel .item__inner {
        height: 278px
    }

    .review-showcase #review-carousel .R-ReviewsList {
        padding-top: 6px
    }

    .review-showcase #review-carousel .R-ReviewsList__item {
        margin-left: 12px;
        padding-right: 0
    }

    .review-showcase #review-carousel .R-ReviewsList__item--body {
        top: 98px
    }

    .review-showcase #review-carousel .R-ReviewsList__controlButton--left {
        bottom: -400px;
        left: 10px
    }

    .review-showcase #review-carousel .R-ReviewsList__controlButton--right {
        bottom: -400px;
        left: 64px
    }
}

.review-showcase.theme--workplace #review-carousel .R-TextBody--xxxxs {
    color: #053333;
    color: var(--dark-green-500)
}

.search-hero {
    background-color: #053333;
    background-color: var(--dark-green-500)
}

.search-hero__inner {
    color: #fff;
    color: var(--white);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin: 0 auto;
    max-width: 720px;
    min-height: 375px;
    padding: 135px 20px 40px;
    text-align: center;
    width: 100%
}

@media screen and (min-width: 580px) {
    .search-hero__inner {
        padding-left: calc(6.51163px + 2.32558vw)
    }
}

@media screen and (min-width: 1440px) {
    .search-hero__inner {
        padding-left: 40px
    }
}

@media screen and (min-width: 580px) {
    .search-hero__inner {
        padding-right: calc(6.51163px + 2.32558vw)
    }
}

@media screen and (min-width: 1440px) {
    .search-hero__inner {
        padding-right: 40px
    }
}

@media screen and (min-width: 580px) {
    .search-hero__inner {
        padding-bottom: calc(19.76744px + 3.48837vw)
    }
}

@media screen and (min-width: 1440px) {
    .search-hero__inner {
        padding-bottom: 70px
    }
}

@media screen and (min-width: 580px) {
    .search-hero__inner {
        padding-top: calc(68.90698px + 11.39535vw)
    }
}

@media screen and (min-width: 1440px) {
    .search-hero__inner {
        padding-top: 233px
    }
}

@media screen and (min-width: 580px) {
    .search-hero__inner {
        min-height: calc(328.46512px + 8.02326vw)
    }
}

@media screen and (min-width: 1440px) {
    .search-hero__inner {
        min-height: 444px
    }
}

.search-hero__inner--heading h2 {
    font-family: Benjamin, cursive;
    font-size: 36px;
    font-weight: 400;
    letter-spacing: -.02em;
    line-height: 44px
}

@media screen and (min-width: 580px) {
    .search-hero__inner--heading h2 {
        font-size: 36px
    }
}

@media screen and (min-width: 1440px) {
    .search-hero__inner--heading h2 {
        font-size: 36px
    }
}

@media screen and (min-width: 580px) {
    .search-hero__inner--heading h2 {
        line-height: 44px
    }
}

@media screen and (min-width: 1440px) {
    .search-hero__inner--heading h2 {
        line-height: 44px
    }
}

@media only screen and (min-width: 940px) {
    .search-hero__inner--heading h2 {
        font-family: Benjamin, cursive;
        font-size: 56px;
        font-weight: 400;
        letter-spacing: -.02em;
        line-height: 64px
    }
}

@media only screen and (min-width: 940px)and (min-width: 580px) {
    .search-hero__inner--heading h2 {
        font-size: 56px
    }
}

@media only screen and (min-width: 940px)and (min-width: 1440px) {
    .search-hero__inner--heading h2 {
        font-size: 56px
    }
}

@media only screen and (min-width: 940px)and (min-width: 580px) {
    .search-hero__inner--heading h2 {
        line-height: 64px
    }
}

@media only screen and (min-width: 940px)and (min-width: 1440px) {
    .search-hero__inner--heading h2 {
        line-height: 64px
    }
}

.search-hero__inner--heading p {
    font-family: Benjamin, cursive;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: -.02em;
    line-height: 28px
}

@media screen and (min-width: 580px) {
    .search-hero__inner--heading p {
        font-size: 20px
    }
}

@media screen and (min-width: 1440px) {
    .search-hero__inner--heading p {
        font-size: 20px
    }
}

@media screen and (min-width: 580px) {
    .search-hero__inner--heading p {
        line-height: 28px
    }
}

@media screen and (min-width: 1440px) {
    .search-hero__inner--heading p {
        line-height: 28px
    }
}

@media only screen and (min-width: 940px) {
    .search-hero__inner--heading p {
        font-family: Benjamin, cursive;
        font-size: 20px;
        font-weight: 400;
        letter-spacing: -.02em;
        line-height: 28px
    }
}

@media only screen and (min-width: 940px)and (min-width: 580px) {
    .search-hero__inner--heading p {
        font-size: 20px
    }
}

@media only screen and (min-width: 940px)and (min-width: 1440px) {
    .search-hero__inner--heading p {
        font-size: 20px
    }
}

@media only screen and (min-width: 940px)and (min-width: 580px) {
    .search-hero__inner--heading p {
        line-height: 28px
    }
}

@media only screen and (min-width: 940px)and (min-width: 1440px) {
    .search-hero__inner--heading p {
        line-height: 28px
    }
}

@media only screen and (min-width: 940px) {
    .search-hero__inner--heading p:before {
        content: " "
    }

    .search-hero__inner--heading {
        align-items: baseline;
        display: flex;
        justify-content: center
    }
}

.search-hero__inner form {
    border-bottom: 1px solid #fff;
    border-bottom: 1px solid var(--white);
    display: flex;
    flex-direction: row;
    padding-top: 80px;
    width: auto
}

@media screen and (min-width: 580px) {
    .search-hero__inner form {
        padding-top: calc(102.93023px - 3.95349vw)
    }
}

@media screen and (min-width: 1440px) {
    .search-hero__inner form {
        padding-top: 46px
    }
}

.search-hero__inner form label {
    cursor: pointer
}

.search-hero__inner form input[type=text] {
    background: #0000;
    border: none;
    color: #fff;
    color: var(--white);
    flex-grow: 2;
    font-family: Inter, sans-serif;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 28px;
    outline: none;
    padding: 5px 10px 5px 0
}

@media screen and (min-width: 580px) {
    .search-hero__inner form input[type=text] {
        font-size: 18px
    }
}

@media screen and (min-width: 1440px) {
    .search-hero__inner form input[type=text] {
        font-size: 18px
    }
}

@media screen and (min-width: 580px) {
    .search-hero__inner form input[type=text] {
        line-height: 28px
    }
}

@media screen and (min-width: 1440px) {
    .search-hero__inner form input[type=text] {
        line-height: 28px
    }
}

.search-hero__inner form input[type=text]::placeholder {
    color: #fff;
    color: var(--white);
    font-family: Inter, sans-serif;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 28px
}

@media screen and (min-width: 580px) {
    .search-hero__inner form input[type=text]::placeholder {
        font-size: 18px
    }
}

@media screen and (min-width: 1440px) {
    .search-hero__inner form input[type=text]::placeholder {
        font-size: 18px
    }
}

@media screen and (min-width: 580px) {
    .search-hero__inner form input[type=text]::placeholder {
        line-height: 28px
    }
}

@media screen and (min-width: 1440px) {
    .search-hero__inner form input[type=text]::placeholder {
        line-height: 28px
    }
}

.search-hero__inner form input[type=submit] {
    display: none
}

.search-results {
    background-color: #fff;
    background-color: var(--white);
    margin: 0 auto;
    max-width: 2000px;
    padding: 49px 20px 80px;
    position: relative;
    width: 100%
}

@media screen and (min-width: 580px) {
    .search-results {
        padding-left: calc(6.51163px + 2.32558vw)
    }
}

@media screen and (min-width: 1440px) {
    .search-results {
        padding-left: 40px
    }
}

@media screen and (min-width: 580px) {
    .search-results {
        padding-right: calc(6.51163px + 2.32558vw)
    }
}

@media screen and (min-width: 1440px) {
    .search-results {
        padding-right: 40px
    }
}

@media screen and (min-width: 580px) {
    .search-results {
        padding-top: calc(28.09302px + 3.60465vw)
    }
}

@media screen and (min-width: 1440px) {
    .search-results {
        padding-top: 80px
    }
}

@media screen and (min-width: 580px) {
    .search-results {
        padding-bottom: calc(32.7907px + 8.13953vw)
    }
}

@media screen and (min-width: 1440px) {
    .search-results {
        padding-bottom: 150px
    }
}

@media only screen and (min-width: 1120px)and (min-width: 940px) {
    .search-results:before {
        content: url(../images/stat-showcase-decoration.68c8c0.svg);
        position: absolute;
        right: 0;
        top: -40px;
        z-index: 1
    }
}

@media only screen and (min-width: 940px) {
    .search-results__inner {
        margin: auto;
        width: 640px
    }
}

.search-results__inner ul li:not(:last-child) {
    border-bottom: 1px solid #d9d7d8;
    border-bottom: 1px solid var(--silver-100);
    margin-bottom: 40px;
    padding-bottom: 40px
}

@media screen and (min-width: 580px) {
    .search-results__inner ul li:not(:last-child) {
        padding-bottom: calc(46.74419px - 1.16279vw)
    }
}

@media screen and (min-width: 1440px) {
    .search-results__inner ul li:not(:last-child) {
        padding-bottom: 30px
    }
}

@media screen and (min-width: 580px) {
    .search-results__inner ul li:not(:last-child) {
        margin-bottom: calc(46.74419px - 1.16279vw)
    }
}

@media screen and (min-width: 1440px) {
    .search-results__inner ul li:not(:last-child) {
        margin-bottom: 30px
    }
}

.search-results__inner ul li section h6 {
    color: #63a8a3;
    color: var(--light-green-500);
    font-family: Benjamin, cursive;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .25em;
    line-height: 14px;
    padding-bottom: 12px;
    text-transform: uppercase
}

@media screen and (min-width: 580px) {
    .search-results__inner ul li section h6 {
        font-size: 14px
    }
}

@media screen and (min-width: 1440px) {
    .search-results__inner ul li section h6 {
        font-size: 14px
    }
}

@media screen and (min-width: 580px) {
    .search-results__inner ul li section h6 {
        line-height: 14px
    }
}

@media screen and (min-width: 1440px) {
    .search-results__inner ul li section h6 {
        line-height: 14px
    }
}

.search-results__inner ul li section p {
    color: #7c7d80;
    color: var(--silver-300);
    display: inline-block;
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 22px
}

@media screen and (min-width: 580px) {
    .search-results__inner ul li section p {
        font-size: 14px
    }
}

@media screen and (min-width: 1440px) {
    .search-results__inner ul li section p {
        font-size: 14px
    }
}

@media screen and (min-width: 580px) {
    .search-results__inner ul li section p {
        line-height: 22px
    }
}

@media screen and (min-width: 1440px) {
    .search-results__inner ul li section p {
        line-height: 22px
    }
}

.search-results__inner ul li section .result {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0
}

.search-results__inner ul li section .result a {
    color: #7c7d80;
    color: var(--silver-300);
    display: inline-block;
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-weight: 400;
    font-weight: 600;
    height: 25px;
    letter-spacing: 0;
    line-height: 22px
}

@media screen and (min-width: 580px) {
    .search-results__inner ul li section .result a {
        font-size: 14px
    }
}

@media screen and (min-width: 1440px) {
    .search-results__inner ul li section .result a {
        font-size: 14px
    }
}

@media screen and (min-width: 580px) {
    .search-results__inner ul li section .result a {
        line-height: 22px
    }
}

@media screen and (min-width: 1440px) {
    .search-results__inner ul li section .result a {
        line-height: 22px
    }
}

@media only screen and (min-width: 1120px) {
    .search-results.theme--workplace:before {
        content: url(../images/stat-showcase-decoration-workplace.9f1459.svg)
    }
}

.search-form {
    position: relative
}

.search-form.disabled {
    opacity: .4;
    pointer-events: none
}

.search-form input {
    background-color: #0000;
    border: none;
    border-bottom: 1px solid #053333;
    border-bottom: 1px solid var(--dark-green-500);
    color: #053333;
    color: var(--dark-green-500);
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 22px;
    padding-bottom: 8px;
    width: 100%
}

@media screen and (min-width: 580px) {
    .search-form input {
        font-size: 14px
    }
}

@media screen and (min-width: 1440px) {
    .search-form input {
        font-size: 14px
    }
}

@media screen and (min-width: 580px) {
    .search-form input {
        line-height: 22px
    }
}

@media screen and (min-width: 1440px) {
    .search-form input {
        line-height: 22px
    }
}

@media screen and (min-width: 580px) {
    .search-form input {
        padding-bottom: calc(5.30233px + .46512vw)
    }
}

@media screen and (min-width: 1440px) {
    .search-form input {
        padding-bottom: 12px
    }
}

.search-form input:focus {
    outline: none
}

.search-form input::placeholder {
    color: inherit
}

@media only screen and (min-width: 940px) {
    .search-form input {
        font-family: Inter, sans-serif;
        font-size: 18px;
        font-weight: 400;
        letter-spacing: 0;
        line-height: 28px
    }
}

@media only screen and (min-width: 940px)and (min-width: 580px) {
    .search-form input {
        font-size: 18px
    }
}

@media only screen and (min-width: 940px)and (min-width: 1440px) {
    .search-form input {
        font-size: 18px
    }
}

@media only screen and (min-width: 940px)and (min-width: 580px) {
    .search-form input {
        line-height: 28px
    }
}

@media only screen and (min-width: 940px)and (min-width: 1440px) {
    .search-form input {
        line-height: 28px
    }
}

.search-form img {
    cursor: pointer;
    height: 21px;
    position: absolute;
    right: 0;
    top: 0;
    width: 21px
}

@media screen and (min-width: 580px) {
    .search-form img {
        width: calc(16.27907px + .81395vw)
    }
}

@media screen and (min-width: 1440px) {
    .search-form img {
        width: 28px
    }
}

@media screen and (min-width: 580px) {
    .search-form img {
        height: calc(16.27907px + .81395vw)
    }
}

@media screen and (min-width: 1440px) {
    .search-form img {
        height: 28px
    }
}

.search-form.white input {
    border-bottom: 1px solid #fff;
    border-bottom: 1px solid var(--white);
    color: #fff;
    color: var(--white)
}

.search-form.white img {
    filter: brightness(0) invert(100%)
}

.secondary-hero {
    overflow: hidden
}

.secondary-hero__inner {
    display: grid;
    grid-template-areas:"media" "body";
    grid-template-columns:1fr;
    margin: 0 auto;
    max-width: 1440px;
    position: relative;
    width: 100%
}

.secondary-hero__inner:after {
    background-color: #fff;
    background-color: var(--white);
    bottom: -.5px;
    clip-path: polygon(0 0, calc(100% - 32px) 0, 100% 100%, 0 100%);
    content: "";
    height: 60px;
    position: absolute;
    right: 32px;
    width: 100vw;
    z-index: 1
}

@media screen and (min-width: 580px) {
    .secondary-hero__inner:after {
        height: calc(33.02326px + 4.65116vw)
    }
}

@media screen and (min-width: 1440px) {
    .secondary-hero__inner:after {
        height: 100px
    }
}

@media screen and (min-width: 580px) {
    .secondary-hero__inner:after {
        right: calc(-19.25581px + 8.83721vw)
    }
}

@media screen and (min-width: 1440px) {
    .secondary-hero__inner:after {
        right: 108px
    }
}

@media only screen and (min-width: 940px) {
    .secondary-hero__inner {
        grid-template-areas:"body media";
        grid-template-columns:1fr 1fr
    }

    .secondary-hero__inner:after {
        clip-path: polygon(0 0, calc(100% - 50px) 0, 100% 100%, 0 100%)
    }
}

.secondary-hero__media {
    grid-area: media;
    position: relative
}

@media only screen and (max-width: 939.99px) {
    .secondary-hero__media {
        aspect-ratio: 1/1
    }
}

.secondary-hero__media > picture:after {
    background: linear-gradient(180deg, #0003, #0000);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100vw;
    z-index: 1
}

.secondary-hero__media > picture > img {
    left: calc(50% + .5px);
    top: calc(50% + .8px)
}

.secondary-hero__body {
    grid-area: body;
    padding: 20px 20px 120px
}

@media screen and (min-width: 580px) {
    .secondary-hero__body {
        padding-top: calc(-9.67442px + 5.11628vw)
    }
}

@media screen and (min-width: 1440px) {
    .secondary-hero__body {
        padding-top: 64px
    }
}

@media screen and (min-width: 580px) {
    .secondary-hero__body {
        padding-bottom: calc(70.76744px + 8.48837vw)
    }
}

@media screen and (min-width: 1440px) {
    .secondary-hero__body {
        padding-bottom: 193px
    }
}

@media screen and (min-width: 580px) {
    .secondary-hero__body {
        padding-right: calc(-6.97674px + 4.65116vw)
    }
}

@media screen and (min-width: 1440px) {
    .secondary-hero__body {
        padding-right: 60px
    }
}

@media screen and (min-width: 580px) {
    .secondary-hero__body {
        padding-left: calc(-74.4186px + 16.27907vw)
    }
}

@media screen and (min-width: 1440px) {
    .secondary-hero__body {
        padding-left: 160px
    }
}

@media only screen and (min-width: 940px) {
    .secondary-hero__body {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        min-height: 580px;
        padding-top: 0
    }
}

@media only screen and (min-width: 940px)and (min-width: 580px) {
    .secondary-hero__body {
        min-height: calc(482.88372px + 16.74419vw)
    }
}

@media only screen and (min-width: 940px)and (min-width: 1440px) {
    .secondary-hero__body {
        min-height: 724px
    }
}

.secondary-hero__body > h1 {
    font-family: Benjamin, cursive;
    font-size: 36px;
    font-weight: 400;
    letter-spacing: -.02em;
    line-height: 44px;
    margin-bottom: 15px;
    max-width: 432px
}

@media screen and (min-width: 580px) {
    .secondary-hero__body > h1 {
        font-size: calc(15.76744px + 3.48837vw)
    }
}

@media screen and (min-width: 1440px) {
    .secondary-hero__body > h1 {
        font-size: 66px
    }
}

@media screen and (min-width: 580px) {
    .secondary-hero__body > h1 {
        line-height: calc(23.76744px + 3.48837vw)
    }
}

@media screen and (min-width: 1440px) {
    .secondary-hero__body > h1 {
        line-height: 74px
    }
}

@media screen and (min-width: 580px) {
    .secondary-hero__body > h1 {
        margin-bottom: calc(11.62791px + .5814vw)
    }
}

@media screen and (min-width: 1440px) {
    .secondary-hero__body > h1 {
        margin-bottom: 20px
    }
}

.secondary-hero__body > h2 {
    font-family: Inter, sans-serif;
    font-size: 20px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 30px;
    line-height: 24px;
    max-width: 432px
}

@media screen and (min-width: 580px) {
    .secondary-hero__body > h2 {
        font-size: 20px;
        line-height: 30px
    }
}

@media screen and (min-width: 1440px) {
    .secondary-hero__body > h2 {
        line-height: 30px
    }
}

@media screen and (min-width: 580px) {
    .secondary-hero__body > h2 {
        font-size: calc(13.30233px + .46512vw)
    }
}

@media screen and (min-width: 1440px) {
    .secondary-hero__body > h2 {
        font-size: 20px
    }
}

@media screen and (min-width: 580px) {
    .secondary-hero__body > h2 {
        line-height: calc(21.30233px + .46512vw)
    }
}

@media screen and (min-width: 1440px) {
    .secondary-hero__body > h2 {
        line-height: 28px
    }
}

.secondary-hero__body > a.cta {
    margin-top: 24px
}

@media screen and (min-width: 580px) {
    .secondary-hero__body > a.cta {
        margin-top: calc(17.93023px + 1.04651vw)
    }
}

@media screen and (min-width: 1440px) {
    .secondary-hero__body > a.cta {
        margin-top: 33px
    }
}

@media only screen and (min-width: 768px) {
    .secondary-hero__body > a.cta {
        width: max-content
    }
}

.secondary-hero__body a.secondary-hero__contact + a.cta {
    margin-top: 30px
}

.secondary-hero__contact {
    align-items: center;
    color: #fff;
    color: var(--white);
    display: flex;
    font-family: Benjamin, cursive;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: -.02em;
    line-height: 28px;
    margin-top: 24px
}

@media screen and (min-width: 580px) {
    .secondary-hero__contact {
        font-size: 20px
    }
}

@media screen and (min-width: 1440px) {
    .secondary-hero__contact {
        font-size: 20px
    }
}

@media screen and (min-width: 580px) {
    .secondary-hero__contact {
        line-height: 28px
    }
}

@media screen and (min-width: 1440px) {
    .secondary-hero__contact {
        line-height: 28px
    }
}

.secondary-hero__contact + .secondary-hero__contact {
    margin-top: 14px
}

.secondary-hero__contact--phone svg {
    height: 15.5px;
    width: 15.5px
}

.secondary-hero__contact--email svg {
    height: 17.5px;
    width: 17.5px
}

@media only screen and (min-width: 768px) {
    .secondary-hero__contact--email:hover, .secondary-hero__contact--phone:hover {
        color: #d1f2ba;
        color: var(--pale-green)
    }

    .secondary-hero__contact--email:hover .secondary-hero__svg-container, .secondary-hero__contact--phone:hover .secondary-hero__svg-container {
        background-color: #d1f2ba;
        background-color: var(--pale-green)
    }

    .secondary-hero__contact--email:hover svg path, .secondary-hero__contact--phone:hover svg path {
        fill: #053333;
        fill: var(--dark-green-500)
    }
}

.secondary-hero__svg-container {
    align-items: center;
    background-color: #375c5c;
    background-color: var(--dark-green-400);
    border-radius: 17.5px;
    display: flex;
    height: 35px;
    justify-content: center;
    margin-right: 13px;
    width: 35px
}

.secondary-hero__breadcrumbs {
    bottom: 44px;
    color: #a8a9ad;
    color: var(--silver-200);
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-weight: 400;
    left: 80px;
    letter-spacing: 0;
    line-height: 22px;
    position: absolute;
    z-index: 2
}

@media screen and (min-width: 580px) {
    .secondary-hero__breadcrumbs {
        font-size: 14px
    }
}

@media screen and (min-width: 1440px) {
    .secondary-hero__breadcrumbs {
        font-size: 14px
    }
}

@media screen and (min-width: 580px) {
    .secondary-hero__breadcrumbs {
        line-height: 22px
    }
}

@media screen and (min-width: 1440px) {
    .secondary-hero__breadcrumbs {
        line-height: 22px
    }
}

.secondary-hero__breadcrumbs .breadcrumb_last {
    color: #7c7d80;
    color: var(--silver-300)
}

@media only screen and (max-width: 939.99px) {
    .secondary-hero__breadcrumbs {
        display: none
    }
}

.service-carousel {
    margin: 0 auto;
    max-width: 1440px;
    padding-bottom: 124px;
    padding-top: 33px;
    position: relative;
    width: 100%
}

@media only screen and (min-width: 1240px) {
    .service-carousel {
        padding: 56px 144px 106px
    }
}

.service-carousel.background-green {
    background-color: #eff6f6;
    background-color: var(--light-green-50)
}

.service-carousel__upper {
    text-align: center
}

@media only screen and (max-width: 1239.99px) {
    .service-carousel__upper {
        padding-left: 20px;
        padding-right: 20px
    }
}

.service-carousel__upper > h2 {
    color: #053333;
    color: var(--dark-green-500);
    font-family: Benjamin, cursive;
    font-size: 36px;
    font-weight: 400;
    letter-spacing: -.02em;
    line-height: 44px;
    margin: auto;
    padding-bottom: 15px
}

@media screen and (min-width: 580px) {
    .service-carousel__upper > h2 {
        font-size: 36px
    }
}

@media screen and (min-width: 1440px) {
    .service-carousel__upper > h2 {
        font-size: 36px
    }
}

@media screen and (min-width: 580px) {
    .service-carousel__upper > h2 {
        line-height: 44px
    }
}

@media screen and (min-width: 1440px) {
    .service-carousel__upper > h2 {
        line-height: 44px
    }
}

@media screen and (min-width: 580px) {
    .service-carousel__upper > h2 {
        padding-bottom: calc(11.62791px + .5814vw)
    }
}

@media screen and (min-width: 1440px) {
    .service-carousel__upper > h2 {
        padding-bottom: 20px
    }
}

@media only screen and (min-width: 1240px) {
    .service-carousel__upper > h2 {
        font-family: Benjamin, cursive;
        font-size: 48px;
        font-weight: 400;
        letter-spacing: -.02em;
        line-height: 56px;
        max-width: 927px
    }
}

@media only screen and (min-width: 1240px)and (min-width: 580px) {
    .service-carousel__upper > h2 {
        font-size: 48px
    }
}

@media only screen and (min-width: 1240px)and (min-width: 1440px) {
    .service-carousel__upper > h2 {
        font-size: 48px
    }
}

@media only screen and (min-width: 1240px)and (min-width: 580px) {
    .service-carousel__upper > h2 {
        line-height: 56px
    }
}

@media only screen and (min-width: 1240px)and (min-width: 1440px) {
    .service-carousel__upper > h2 {
        line-height: 56px
    }
}

.service-carousel__upper > h3, .service-carousel__upper > p {
    color: #7c7d80;
    color: var(--silver-300);
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 26px;
    margin: auto;
    padding-bottom: 34px
}

@media screen and (min-width: 580px) {
    .service-carousel__upper > h3, .service-carousel__upper > p {
        font-size: 16px
    }
}

@media screen and (min-width: 1440px) {
    .service-carousel__upper > h3, .service-carousel__upper > p {
        font-size: 16px
    }
}

@media screen and (min-width: 580px) {
    .service-carousel__upper > h3, .service-carousel__upper > p {
        line-height: 26px
    }
}

@media screen and (min-width: 1440px) {
    .service-carousel__upper > h3, .service-carousel__upper > p {
        line-height: 26px
    }
}

@media screen and (min-width: 580px) {
    .service-carousel__upper > h3, .service-carousel__upper > p {
        padding-bottom: calc(19.83721px + 2.44186vw)
    }
}

@media screen and (min-width: 1440px) {
    .service-carousel__upper > h3, .service-carousel__upper > p {
        padding-bottom: 55px
    }
}

@media only screen and (min-width: 1240px) {
    .service-carousel__upper > h3, .service-carousel__upper > p {
        font-family: Inter, sans-serif;
        font-size: 18px;
        font-weight: 400;
        letter-spacing: 0;
        line-height: 28px;
        max-width: 636px
    }
}

@media only screen and (min-width: 1240px)and (min-width: 580px) {
    .service-carousel__upper > h3, .service-carousel__upper > p {
        font-size: 18px
    }
}

@media only screen and (min-width: 1240px)and (min-width: 1440px) {
    .service-carousel__upper > h3, .service-carousel__upper > p {
        font-size: 18px
    }
}

@media only screen and (min-width: 1240px)and (min-width: 580px) {
    .service-carousel__upper > h3, .service-carousel__upper > p {
        line-height: 28px
    }
}

@media only screen and (min-width: 1240px)and (min-width: 1440px) {
    .service-carousel__upper > h3, .service-carousel__upper > p {
        line-height: 28px
    }
}

.service-carousel .service-categories {
    align-items: center;
    border-top: 1px solid #d9d7d8;
    border-top: 1px solid var(--silver-100);
    -moz-column-gap: 24px;
    column-gap: 24px;
    display: flex;
    justify-content: center;
    margin: auto;
    max-width: 992px;
    padding-bottom: 42px;
    padding-top: 23px;
    row-gap: 16px;
    white-space: nowrap
}

.service-carousel .service-categories button {
    color: #7c7d80;
    color: var(--silver-300);
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 26px
}

@media screen and (min-width: 580px) {
    .service-carousel .service-categories button {
        font-size: 16px
    }
}

@media screen and (min-width: 1440px) {
    .service-carousel .service-categories button {
        font-size: 16px
    }
}

@media screen and (min-width: 580px) {
    .service-carousel .service-categories button {
        line-height: 26px
    }
}

@media screen and (min-width: 1440px) {
    .service-carousel .service-categories button {
        line-height: 26px
    }
}

.service-carousel .service-categories button.is-active {
    color: #053333;
    color: var(--dark-green-500);
    font-weight: 600;
    -webkit-text-decoration: underline;
    text-decoration: underline
}

@media only screen and (max-width: 1239.99px) {
    .service-carousel .splide__pagination {
        bottom: 80px;
        left: 0;
        margin-left: auto;
        margin-right: auto;
        position: absolute;
        right: 0
    }

    .service-carousel .splide__pagination * + * {
        margin-left: 20px
    }

    .service-carousel .splide__pagination__page {
        border: 1px solid #63a8a3;
        border: 1px solid var(--light-green-500);
        border-radius: 50%;
        height: 14px;
        margin-top: 30px;
        width: 14px
    }

    .service-carousel .splide__pagination__page.is-active {
        background-color: #63a8a3;
        background-color: var(--light-green-500)
    }
}

.service-carousel__carousel {
    align-items: center;
    display: flex;
    overflow: hidden
}

@media only screen and (max-width: 1239.99px) {
    .service-carousel__carousel {
        padding-left: 20px
    }
}

.service-carousel .splide__arrows:hover {
    cursor: pointer
}

@media only screen and (max-width: 1239.99px) {
    .service-carousel .splide__arrows {
        display: none
    }
}

.service-carousel .splide__arrow--prev {
    margin-right: 20px
}

.service-carousel .splide__arrow--next {
    margin-left: 20px
}

@media only screen and (max-width: 1239.99px) {
    .service-carousel .splide__track {
        padding-left: 20px
    }
}

.service-carousel__service-card {
    display: flex;
    flex-direction: column;
    justify-content: center
}

@media only screen and (min-width: 1240px) {
    .service-carousel__service-card {
        flex-direction: row
    }
}

.service-carousel__service-card--img > img {
    height: auto;
    width: 295px
}

@media only screen and (min-width: 1240px) {
    .service-carousel__service-card--img {
        height: 100%;
        max-height: 496px;
        overflow: hidden;
        width: 50%
    }

    .service-carousel__service-card--img > img {
        object-fit: cover;
        width: 100%
    }
}

.service-carousel__service-card--content {
    background-color: #e0eeed;
    background-color: var(--light-green-100);
    padding: 27px 22px 20px 20px;
    width: 295px
}

@media only screen and (min-width: 1240px) {
    .service-carousel__service-card--content {
        height: 496px;
        padding: 50px;
        width: 50%
    }
}

.service-carousel__card-subheading {
    color: #63a8a3;
    color: var(--light-green-500);
    font-family: Benjamin, cursive;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .25em;
    line-height: 14px;
    padding-bottom: 11px;
    text-transform: uppercase
}

@media screen and (min-width: 580px) {
    .service-carousel__card-subheading {
        font-size: 14px
    }
}

@media screen and (min-width: 1440px) {
    .service-carousel__card-subheading {
        font-size: 14px
    }
}

@media screen and (min-width: 580px) {
    .service-carousel__card-subheading {
        line-height: 14px
    }
}

@media screen and (min-width: 1440px) {
    .service-carousel__card-subheading {
        line-height: 14px
    }
}

@media screen and (min-width: 580px) {
    .service-carousel__card-subheading {
        padding-bottom: calc(-1.81395px + 2.2093vw)
    }
}

@media screen and (min-width: 1440px) {
    .service-carousel__card-subheading {
        padding-bottom: 30px
    }
}

.service-carousel__card-heading {
    color: #053333;
    color: var(--dark-green-500);
    font-family: Benjamin, cursive;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: -.02em;
    line-height: 28px;
    padding-bottom: 33px
}

@media screen and (min-width: 580px) {
    .service-carousel__card-heading {
        font-size: 20px
    }
}

@media screen and (min-width: 1440px) {
    .service-carousel__card-heading {
        font-size: 20px
    }
}

@media screen and (min-width: 580px) {
    .service-carousel__card-heading {
        line-height: 28px
    }
}

@media screen and (min-width: 1440px) {
    .service-carousel__card-heading {
        line-height: 28px
    }
}

@media screen and (min-width: 580px) {
    .service-carousel__card-heading {
        padding-bottom: calc(-14.2093px + 8.13953vw)
    }
}

@media screen and (min-width: 1440px) {
    .service-carousel__card-heading {
        padding-bottom: 103px
    }
}

@media only screen and (min-width: 1240px) {
    .service-carousel__card-heading {
        font-family: Benjamin, cursive;
        font-size: 28px;
        font-weight: 400;
        letter-spacing: -.02em;
        line-height: 36px
    }
}

@media only screen and (min-width: 1240px)and (min-width: 580px) {
    .service-carousel__card-heading {
        font-size: 28px
    }
}

@media only screen and (min-width: 1240px)and (min-width: 1440px) {
    .service-carousel__card-heading {
        font-size: 28px
    }
}

@media only screen and (min-width: 1240px)and (min-width: 580px) {
    .service-carousel__card-heading {
        line-height: 36px
    }
}

@media only screen and (min-width: 1240px)and (min-width: 1440px) {
    .service-carousel__card-heading {
        line-height: 36px
    }
}

.service-carousel__card-body {
    color: #053333;
    color: var(--dark-green-500);
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 26px;
    padding-bottom: 24px
}

@media screen and (min-width: 580px) {
    .service-carousel__card-body {
        font-size: 16px
    }
}

@media screen and (min-width: 1440px) {
    .service-carousel__card-body {
        font-size: 16px
    }
}

@media screen and (min-width: 580px) {
    .service-carousel__card-body {
        line-height: 26px
    }
}

@media screen and (min-width: 1440px) {
    .service-carousel__card-body {
        line-height: 26px
    }
}

@media only screen and (max-width: 1239.99px) {
    .service-carousel__card-body {
        display: none
    }
}

.service-carousel .dot-pagination {
    display: none
}

@media only screen and (min-width: 1240px) {
    .service-carousel .dot-pagination {
        display: flex;
        justify-content: center
    }

    .service-carousel .dot-pagination:hover {
        cursor: pointer
    }

    .service-carousel .dot-pagination * + * {
        margin-left: 20px
    }

    .service-carousel .dot-pagination > li {
        border: 1px solid #63a8a3;
        border: 1px solid var(--light-green-500);
        border-radius: 50%;
        height: 14px;
        margin-top: 30px;
        width: 14px
    }

    .service-carousel .dot-pagination > li.active {
        background-color: #63a8a3;
        background-color: var(--light-green-500)
    }
}

.service-carousel.theme--workplace.background-green {
    background-color: #e6fcf5;
    background-color: var(--green-teal-100)
}

.service-carousel.theme--workplace.background-green .service-carousel__service-card .service-carousel__service-card--content {
    background-color: #fff;
    background-color: var(--white)
}

.service-carousel.theme--workplace .service-carousel__service-card .service-carousel__service-card--content {
    background-color: #e6fcf5;
    background-color: var(--green-teal-100)
}

.service-carousel.theme--workplace .cta.primary {
    background-color: #66ecc3;
    background-color: var(--green-teal-400)
}

@media only screen and (min-width: 1240px) {
    .service-carousel.theme--workplace .dot-pagination > li {
        border-color: #00df9b;
        border-color: var(--green-teal-600)
    }

    .service-carousel.theme--workplace .dot-pagination > li.active {
        background-color: #00df9b;
        background-color: var(--green-teal-600)
    }
}

@media only screen and (max-width: 767.99px) {
    .simple-cta {
        margin: 0 auto;
        max-width: 816px;
        padding-left: 20px;
        padding-right: 20px;
        width: 100%
    }
}

@media only screen and (max-width: 767.99px)and (min-width: 580px) {
    .simple-cta {
        padding-left: calc(6.51163px + 2.32558vw)
    }
}

@media only screen and (max-width: 767.99px)and (min-width: 1440px) {
    .simple-cta {
        padding-left: 40px
    }
}

@media only screen and (max-width: 767.99px)and (min-width: 580px) {
    .simple-cta {
        padding-right: calc(6.51163px + 2.32558vw)
    }
}

@media only screen and (max-width: 767.99px)and (min-width: 1440px) {
    .simple-cta {
        padding-right: 40px
    }
}

.simple-cta.center {
    display: flex;
    justify-content: center
}

.simple-cta :not(:first-child) {
    margin-top: 10px
}

@media only screen and (min-width: 768px) {
    .simple-cta :not(:first-child) {
        margin-left: 20px;
        margin-top: 0
    }
}

.simple-cta.theme--workplace {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding-bottom: 53px
}

@media screen and (min-width: 580px) {
    .simple-cta.theme--workplace {
        padding-bottom: calc(46.25581px + 1.16279vw)
    }
}

@media screen and (min-width: 1440px) {
    .simple-cta.theme--workplace {
        padding-bottom: 63px
    }
}

.simple-hero {
    background-color: #053333;
    background-color: var(--dark-green-500)
}

.simple-hero__inner {
    color: #fff;
    color: var(--white);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin: 0 auto;
    max-width: 730px;
    min-height: 375px;
    padding: 138px 20px 74px;
    text-align: center;
    width: 100%
}

@media screen and (min-width: 580px) {
    .simple-hero__inner {
        padding-left: calc(6.51163px + 2.32558vw)
    }
}

@media screen and (min-width: 1440px) {
    .simple-hero__inner {
        padding-left: 40px
    }
}

@media screen and (min-width: 580px) {
    .simple-hero__inner {
        padding-right: calc(6.51163px + 2.32558vw)
    }
}

@media screen and (min-width: 1440px) {
    .simple-hero__inner {
        padding-right: 40px
    }
}

@media screen and (min-width: 580px) {
    .simple-hero__inner {
        padding-bottom: calc(61.18605px + 2.2093vw)
    }
}

@media screen and (min-width: 1440px) {
    .simple-hero__inner {
        padding-bottom: 93px
    }
}

@media screen and (min-width: 580px) {
    .simple-hero__inner {
        padding-top: calc(117.09302px + 3.60465vw)
    }
}

@media screen and (min-width: 1440px) {
    .simple-hero__inner {
        padding-top: 169px
    }
}

@media screen and (min-width: 580px) {
    .simple-hero__inner {
        min-height: calc(328.46512px + 8.02326vw)
    }
}

@media screen and (min-width: 1440px) {
    .simple-hero__inner {
        min-height: 444px
    }
}

.simple-hero__inner h1 {
    font-family: Benjamin, cursive;
    font-size: 36px;
    font-weight: 400;
    letter-spacing: -.02em;
    line-height: 44px
}

@media screen and (min-width: 580px) {
    .simple-hero__inner h1 {
        font-size: 36px
    }
}

@media screen and (min-width: 1440px) {
    .simple-hero__inner h1 {
        font-size: 36px
    }
}

@media screen and (min-width: 580px) {
    .simple-hero__inner h1 {
        line-height: 44px
    }
}

@media screen and (min-width: 1440px) {
    .simple-hero__inner h1 {
        line-height: 44px
    }
}

@media screen and (min-width: 580px) {
    .simple-hero__inner h1 {
        font-size: calc(15.76744px + 3.48837vw)
    }
}

@media screen and (min-width: 1440px) {
    .simple-hero__inner h1 {
        font-size: 66px
    }
}

@media screen and (min-width: 580px) {
    .simple-hero__inner h1 {
        line-height: calc(23.76744px + 3.48837vw)
    }
}

@media screen and (min-width: 1440px) {
    .simple-hero__inner h1 {
        line-height: 74px
    }
}

.simple-hero__inner p {
    font-family: Inter, sans-serif;
    font-size: 20px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 30px;
    line-height: 24px;
    margin-top: 15px
}

@media screen and (min-width: 580px) {
    .simple-hero__inner p {
        font-size: 20px;
        line-height: 30px
    }
}

@media screen and (min-width: 1440px) {
    .simple-hero__inner p {
        line-height: 30px
    }
}

@media screen and (min-width: 580px) {
    .simple-hero__inner p {
        font-size: calc(13.30233px + .46512vw)
    }
}

@media screen and (min-width: 1440px) {
    .simple-hero__inner p {
        font-size: 20px
    }
}

@media screen and (min-width: 580px) {
    .simple-hero__inner p {
        line-height: calc(21.30233px + .46512vw)
    }
}

@media screen and (min-width: 1440px) {
    .simple-hero__inner p {
        line-height: 28px
    }
}

@media screen and (min-width: 580px) {
    .simple-hero__inner p {
        margin-top: calc(11.62791px + .5814vw)
    }
}

@media screen and (min-width: 1440px) {
    .simple-hero__inner p {
        margin-top: 20px
    }
}

.simple-image {
    display: block;
    height: auto;
    margin-bottom: 42px;
    margin-top: 32px;
    width: 100%
}

@media screen and (min-width: 580px) {
    .simple-image {
        margin-top: calc(23.90698px + 1.39535vw)
    }
}

@media screen and (min-width: 1440px) {
    .simple-image {
        margin-top: 44px
    }
}

@media screen and (min-width: 580px) {
    .simple-image {
        margin-bottom: calc(27.83721px + 2.44186vw)
    }
}

@media screen and (min-width: 1440px) {
    .simple-image {
        margin-bottom: 63px
    }
}

.simple-image.theme--workplace {
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 53px
}

@media screen and (min-width: 580px) {
    .simple-image.theme--workplace {
        padding-bottom: calc(46.25581px + 1.16279vw)
    }
}

@media screen and (min-width: 1440px) {
    .simple-image.theme--workplace {
        padding-bottom: 63px
    }
}

.simple-media-object {
    margin: 0 auto;
    max-width: 2000px;
    padding: 80px 20px;
    position: relative;
    width: 100%
}

@media screen and (min-width: 580px) {
    .simple-media-object {
        padding-left: calc(6.51163px + 2.32558vw)
    }
}

@media screen and (min-width: 1440px) {
    .simple-media-object {
        padding-left: 40px
    }
}

@media screen and (min-width: 580px) {
    .simple-media-object {
        padding-right: calc(6.51163px + 2.32558vw)
    }
}

@media screen and (min-width: 1440px) {
    .simple-media-object {
        padding-right: 40px
    }
}

@media only screen and (min-width: 940px) {
    .simple-media-object {
        padding: 110px 207px 120px
    }
}

.simple-media-object.background-green {
    background-color: #eff6f6;
    background-color: var(--light-green-50)
}

.simple-media-object.background-decoration-bottom:before, .simple-media-object.background-decoration-top:before {
    bottom: 0;
    content: url(../images/simple-media-object-decoration.8b661b.svg);
    left: 0;
    position: absolute
}

@media only screen and (max-width: 939.99px) {
    .simple-media-object.background-decoration-bottom:before, .simple-media-object.background-decoration-top:before {
        bottom: auto;
        content: url(../images/simple-media-object-decoration-mobile.db0edf.svg);
        left: auto;
        right: 0;
        top: 40px !important
    }
}

@media only screen and (min-width: 940px) {
    .simple-media-object.background-decoration-top:before {
        bottom: auto;
        top: 0
    }

    .simple-media-object.background-decoration.reverse:before {
        left: auto;
        right: 0
    }

    .simple-media-object.reverse .simple-media-object__image {
        order: 1
    }
}

.simple-media-object__inner {
    position: relative
}

@media only screen and (min-width: 940px) {
    .simple-media-object__inner {
        grid-gap: 62px;
        display: grid;
        gap: 62px;
        grid-template-columns:1fr 1fr
    }
}

.simple-media-object__image > img {
    height: auto;
    max-width: 482px;
    width: 100%
}

.simple-media-object__content--sub-heading {
    color: #63a8a3;
    color: var(--light-green-500);
    font-family: Benjamin, cursive;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .25em;
    line-height: 14px;
    padding-top: 30px;
    text-transform: uppercase
}

@media screen and (min-width: 580px) {
    .simple-media-object__content--sub-heading {
        font-size: 14px
    }
}

@media screen and (min-width: 1440px) {
    .simple-media-object__content--sub-heading {
        font-size: 14px
    }
}

@media screen and (min-width: 580px) {
    .simple-media-object__content--sub-heading {
        line-height: 14px
    }
}

@media screen and (min-width: 1440px) {
    .simple-media-object__content--sub-heading {
        line-height: 14px
    }
}

@media screen and (min-width: 580px) {
    .simple-media-object__content--sub-heading {
        padding-top: calc(39.44186px - 1.62791vw)
    }
}

@media screen and (min-width: 1440px) {
    .simple-media-object__content--sub-heading {
        padding-top: 16px
    }
}

.simple-media-object__content > h3 {
    color: #053333;
    color: var(--dark-green-500);
    font-family: Benjamin, cursive;
    font-size: 36px;
    font-weight: 400;
    letter-spacing: -.02em;
    line-height: 44px;
    padding-top: 18px
}

@media screen and (min-width: 580px) {
    .simple-media-object__content > h3 {
        font-size: 36px
    }
}

@media screen and (min-width: 1440px) {
    .simple-media-object__content > h3 {
        font-size: 36px
    }
}

@media screen and (min-width: 580px) {
    .simple-media-object__content > h3 {
        line-height: 44px
    }
}

@media screen and (min-width: 1440px) {
    .simple-media-object__content > h3 {
        line-height: 44px
    }
}

@media screen and (min-width: 580px) {
    .simple-media-object__content > h3 {
        padding-top: calc(19.34884px - .23256vw)
    }
}

@media screen and (min-width: 1440px) {
    .simple-media-object__content > h3 {
        padding-top: 16px
    }
}

.simple-media-object__content--body {
    color: #7c7d80;
    color: var(--silver-300);
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 24px !important;
    line-height: 26px;
    padding-top: 16px
}

@media screen and (min-width: 580px) {
    .simple-media-object__content--body {
        font-size: 16px
    }
}

@media screen and (min-width: 1440px) {
    .simple-media-object__content--body {
        font-size: 16px
    }
}

@media screen and (min-width: 580px) {
    .simple-media-object__content--body {
        line-height: 26px
    }
}

@media screen and (min-width: 1440px) {
    .simple-media-object__content--body {
        line-height: 26px
    }
}

@media screen and (min-width: 580px) {
    .simple-media-object__content--body {
        padding-top: calc(9.93023px + 1.04651vw)
    }
}

@media screen and (min-width: 1440px) {
    .simple-media-object__content--body {
        padding-top: 25px
    }
}

.simple-media-object__ctas {
    display: flex;
    flex-direction: column;
    margin-top: 24px
}

.simple-media-object__ctas * + * {
    margin-top: 20px
}

@media only screen and (min-width: 940px) {
    .simple-media-object__ctas {
        flex-direction: row
    }

    .simple-media-object__ctas * + * {
        margin-left: 20px;
        margin-top: 0
    }

    .reverse .simple-media-object__ctas * + * {
        margin-left: 0;
        margin-right: 20px
    }
}

.simple-media-object.theme--workplace.background-decoration-bottom:before, .simple-media-object.theme--workplace.background-decoration-top:before {
    content: url(../images/simple-media-object-decoration-workplace.4b526a.svg)
}

@media only screen and (max-width: 939.99px) {
    .simple-media-object.theme--workplace.background-decoration-bottom:before, .simple-media-object.theme--workplace.background-decoration-top:before {
        content: url(../images/simple-media-object-decoration-mobile-workplace.47c72e.svg)
    }
}

@media only screen and (max-width: 767.99px) {
    .simple-wysiwyg {
        margin: 0 auto;
        max-width: 816px;
        padding-left: 20px;
        padding-right: 20px;
        width: 100%
    }
}

@media only screen and (max-width: 767.99px)and (min-width: 580px) {
    .simple-wysiwyg {
        padding-left: calc(6.51163px + 2.32558vw)
    }
}

@media only screen and (max-width: 767.99px)and (min-width: 1440px) {
    .simple-wysiwyg {
        padding-left: 40px
    }
}

@media only screen and (max-width: 767.99px)and (min-width: 580px) {
    .simple-wysiwyg {
        padding-right: calc(6.51163px + 2.32558vw)
    }
}

@media only screen and (max-width: 767.99px)and (min-width: 1440px) {
    .simple-wysiwyg {
        padding-right: 40px
    }
}

.pt-careers .simple-wysiwyg {
    margin: 0 auto;
    max-width: 816px;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%
}

@media screen and (min-width: 580px) {
    .pt-careers .simple-wysiwyg {
        padding-left: calc(6.51163px + 2.32558vw)
    }
}

@media screen and (min-width: 1440px) {
    .pt-careers .simple-wysiwyg {
        padding-left: 40px
    }
}

@media screen and (min-width: 580px) {
    .pt-careers .simple-wysiwyg {
        padding-right: calc(6.51163px + 2.32558vw)
    }
}

@media screen and (min-width: 1440px) {
    .pt-careers .simple-wysiwyg {
        padding-right: 40px
    }
}

.simple-wysiwyg.theme--workplace {
    padding-bottom: 53px
}

@media screen and (min-width: 580px) {
    .simple-wysiwyg.theme--workplace {
        padding-bottom: calc(46.25581px + 1.16279vw)
    }
}

@media screen and (min-width: 1440px) {
    .simple-wysiwyg.theme--workplace {
        padding-bottom: 63px
    }
}

.simple-wysiwyg.padding-top {
    padding-top: 42px
}

@media screen and (min-width: 580px) {
    .simple-wysiwyg.padding-top {
        padding-top: calc(25.81395px + 2.7907vw)
    }
}

@media screen and (min-width: 1440px) {
    .simple-wysiwyg.padding-top {
        padding-top: 66px
    }
}

.simple-wysiwyg.padding-bottom {
    padding-bottom: 42px
}

@media screen and (min-width: 580px) {
    .simple-wysiwyg.padding-bottom {
        padding-bottom: calc(25.81395px + 2.7907vw)
    }
}

@media screen and (min-width: 1440px) {
    .simple-wysiwyg.padding-bottom {
        padding-bottom: 66px
    }
}

.site-footer {
    padding-bottom: 35px;
    padding-top: 60px
}

@media screen and (min-width: 580px) {
    .site-footer {
        padding-top: calc(45.16279px + 2.55814vw)
    }
}

@media screen and (min-width: 1440px) {
    .site-footer {
        padding-top: 82px
    }
}

@media only screen and (min-width: 940px) {
    .site-footer {
        padding-bottom: 25px
    }
}

.site-footer__inner {
    grid-gap: 32px;
    display: grid;
    grid-template-areas:"logo logo" "contacts contacts" "quick-links social" "creds creds" "locations locations" "fine fine";
    margin: 0 auto;
    max-width: 1200px;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%
}

@media screen and (min-width: 580px) {
    .site-footer__inner {
        padding-left: calc(6.51163px + 2.32558vw)
    }
}

@media screen and (min-width: 1440px) {
    .site-footer__inner {
        padding-left: 40px
    }
}

@media screen and (min-width: 580px) {
    .site-footer__inner {
        padding-right: calc(6.51163px + 2.32558vw)
    }
}

@media screen and (min-width: 1440px) {
    .site-footer__inner {
        padding-right: 40px
    }
}

@media only screen and (min-width: 940px) {
    .site-footer__inner {
        grid-column-gap: 0;
        grid-row-gap: 42px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between
    }
}

.site-footer__logo {
    grid-area: logo
}

@media only screen and (min-width: 940px) {
    .site-footer__logo {
        margin-bottom: 25px;
        width: auto
    }
}

.site-footer__social {
    display: flex;
    grid-area: social;
    justify-content: flex-end;
    list-style-type: none
}

@media only screen and (min-width: 940px) {
    .site-footer__social {
        width: 50%
    }
}

.site-footer__social li {
    align-items: center;
    background-color: #375c5c;
    background-color: var(--dark-green-400);
    border-radius: 50%;
    display: flex;
    height: 48px;
    justify-content: center;
    margin-left: 14px;
    width: 48px
}

.site-footer__contacts {
    grid-area: contacts
}

@media only screen and (min-width: 940px) {
    .site-footer__contacts {
        width: 45%
    }
}

.site-footer__creds {
    display: flex;
    flex-wrap: wrap;
    grid-area: creds;
    list-style-type: none;
    row-gap: 12px
}

@media only screen and (min-width: 940px) {
    .site-footer__creds {
        justify-content: flex-end;
        width: 45%
    }
}

.site-footer__creds li:not(:last-child) {
    margin-right: 23px
}

@media only screen and (min-width: 940px) {
    .site-footer__creds li:not(:last-child) {
        margin-right: 28px
    }
}

.site-footer__quick-links-container {
    grid-area: quick-links;
    min-width: 150px
}

@media only screen and (min-width: 940px) {
    .site-footer__quick-links-container {
        border-top: 1px solid #375c5c;
        border-top: 1px solid var(--dark-green-400);
        padding-top: 47px;
        width: 192px
    }
}

.site-footer__quick-links-container h6 {
    margin-bottom: 18px
}

.site-footer__quick-links-container li:not(:last-child) {
    margin-bottom: 5px
}

.site-footer__quick-links-container li a.heavy {
    color: #d1f2ba;
    color: var(--pale-green);
    font-size: 14px;
    font-weight: 600;
    line-height: 22px
}

.site-footer__locations {
    grid-gap: 32px;
    border-top: 1px solid #375c5c;
    border-top: 1px solid var(--dark-green-400);
    display: grid;
    grid-area: locations;
    grid-template-columns:1fr 1fr;
    padding-top: 38px;
    position: relative
}

@media screen and (min-width: 580px) {
    .site-footer__locations {
        padding-top: calc(31.93023px + 1.04651vw)
    }
}

@media screen and (min-width: 1440px) {
    .site-footer__locations {
        padding-top: 47px
    }
}

@media only screen and (min-width: 940px) {
    .site-footer__locations {
        grid-column-gap: 65px;
        grid-row-gap: 42px;
        flex: 1;
        grid-template-columns:1fr 1fr 1fr;
        padding-bottom: 88px
    }
}

@media only screen and (min-width: 1024px) {
    .site-footer__locations {
        grid-template-columns:1fr 1fr 1fr 1fr
    }
}

@media only screen and (min-width: 1240px) {
    .site-footer__locations {
        grid-template-columns:1fr 1fr 1fr 1fr 1fr
    }
}

@media only screen and (min-width: 940px) {
    .site-footer__locations li {
        text-align: left
    }
}

.site-footer__locations a {
    display: block
}

.site-footer__locations .phone {
    font-weight: 600;
    margin: 10px 0
}

.site-footer__locations .map {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px
}

@media only screen and (min-width: 940px) {
    .site-footer__nav ul {
        display: flex
    }
}

.site-footer__nav ul li:not(:last-child) {
    margin-bottom: 5px
}

@media only screen and (min-width: 940px) {
    .site-footer__nav ul li {
        margin-right: 40px
    }

    .site-footer__nav {
        left: -192px;
        position: absolute;
        top: 100%
    }
}

.site-footer__fine {
    border-top: 1px solid #375c5c;
    border-top: 1px solid var(--dark-green-400);
    color: #9badad;
    color: var(--dark-green-200);
    font-family: Benjamin, cursive;
    font-size: 16px;
    font-weight: 400;
    grid-area: fine;
    line-height: 18px;
    padding-top: 38px
}

@media only screen and (min-width: 940px) {
    .site-footer__fine {
        position: relative;
        width: 100%
    }

    .site-footer__copy {
        bottom: calc(100% + 24px);
        position: absolute;
        right: 0
    }
}

.site-header {
    background-color: #0000;
    position: fixed;
    top: 0;
    transform: translateY(0);
    transition: background .6s cubic-bezier(.77, 0, .175, 1), transform .6s cubic-bezier(.77, 0, .175, 1);
    width: 100vw;
    will-change: transform;
    z-index: 999
}

.site-header.is-opaque {
    background-color: #fff
}

.site-header:not(.mob-nav-active).is-hidden {
    transform: translateY(-100%)
}

.site-header__search {
    align-items: center;
    clip-path: inset(0 0 100% 0);
    display: flex;
    height: 100%;
    left: 0;
    max-height: 93px;
    pointer-events: none;
    position: absolute;
    top: 60px;
    transition: clip-path .6s cubic-bezier(.77, 0, .175, 1);
    width: 100%;
    z-index: 9
}

.site-header__search.active {
    clip-path: inset(0 0 0 0);
    pointer-events: auto
}

@media only screen and (max-width: 939.99px) {
    .site-header__search {
        display: none
    }
}

.site-header__search:before {
    content: "";
    flex: 1;
    padding-right: 32px
}

@media screen and (min-width: 580px) {
    .site-header__search:before {
        padding-right: calc(13.11628px + 3.25581vw)
    }
}

@media screen and (min-width: 1440px) {
    .site-header__search:before {
        padding-right: 60px
    }
}

.site-header__search .search-form {
    max-width: 542px;
    width: 100%
}

.site-header__search-close {
    flex: 1;
    padding-left: 32px
}

@media screen and (min-width: 580px) {
    .site-header__search-close {
        padding-left: calc(-.37209px + 5.5814vw)
    }
}

@media screen and (min-width: 1440px) {
    .site-header__search-close {
        padding-left: 80px
    }
}

.site-header__search-close > img {
    cursor: pointer;
    height: 32px;
    width: 32px
}

@media screen and (min-width: 580px) {
    .site-header__search-close > img {
        width: calc(26.60465px + .93023vw)
    }
}

@media screen and (min-width: 1440px) {
    .site-header__search-close > img {
        width: 40px
    }
}

@media screen and (min-width: 580px) {
    .site-header__search-close > img {
        height: calc(26.60465px + .93023vw)
    }
}

@media screen and (min-width: 1440px) {
    .site-header__search-close > img {
        height: 40px
    }
}

.site-header__search-results {
    height: auto;
    left: 50%;
    max-height: 300px;
    position: absolute;
    top: 93px;
    transform: translate(-50%);
    z-index: 2
}

.site-header__search-results--inner {
    background-color: #fff;
    background-color: var(--white);
    display: flex;
    flex-direction: column;
    width: 100%
}

@media only screen and (min-width: 940px) {
    .site-header__search-results--inner {
        width: 602px
    }
}

.site-header__search-results--inner.is-hidden {
    transform: translateY(-100%)
}

.site-header__search-results--inner .site-search-results li {
    display: block;
    height: 100%;
    margin-left: 30px;
    margin-right: 30px;
    padding-bottom: 30px;
    width: auto
}

.site-header__search-results--inner .site-search-results li:first-child {
    padding-top: 37px
}

.site-header__search-results--inner .site-search-results li:not(:first-child) {
    padding-top: 18px
}

.site-header__search-results--inner .site-search-results li:not(:last-child) {
    border-bottom: 1px solid #d9d7d8;
    border-bottom: 1px solid var(--silver-100)
}

.site-header__search-results--inner .site-search-results li section h6 {
    color: #63a8a3;
    color: var(--light-green-500);
    font-family: Benjamin, cursive;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .25em;
    line-height: 14px;
    padding-bottom: 12px;
    text-transform: uppercase
}

@media screen and (min-width: 580px) {
    .site-header__search-results--inner .site-search-results li section h6 {
        font-size: 14px
    }
}

@media screen and (min-width: 1440px) {
    .site-header__search-results--inner .site-search-results li section h6 {
        font-size: 14px
    }
}

@media screen and (min-width: 580px) {
    .site-header__search-results--inner .site-search-results li section h6 {
        line-height: 14px
    }
}

@media screen and (min-width: 1440px) {
    .site-header__search-results--inner .site-search-results li section h6 {
        line-height: 14px
    }
}

.site-header__search-results--inner .site-search-results li section a {
    border-bottom: 1px solid #7c7d80;
    border-bottom: 1px solid var(--silver-300);
    color: #7c7d80;
    color: var(--silver-300);
    display: inline-block;
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-weight: 400;
    font-weight: 600;
    height: 25px;
    letter-spacing: 0;
    line-height: 22px;
    margin-top: 10px
}

@media screen and (min-width: 580px) {
    .site-header__search-results--inner .site-search-results li section a {
        font-size: 14px
    }
}

@media screen and (min-width: 1440px) {
    .site-header__search-results--inner .site-search-results li section a {
        font-size: 14px
    }
}

@media screen and (min-width: 580px) {
    .site-header__search-results--inner .site-search-results li section a {
        line-height: 22px
    }
}

@media screen and (min-width: 1440px) {
    .site-header__search-results--inner .site-search-results li section a {
        line-height: 22px
    }
}

.site-header__search-results--inner .site-search-results li section p {
    border-bottom: none;
    color: #7c7d80;
    color: var(--silver-300);
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    -webkit-text-decoration: none;
    text-decoration: none
}

.site-header__search-results--inner .site-search-results li section .result {
    border-bottom: none;
    display: inline-block;
    height: 100%;
    margin: 0;
    padding: 0;
    width: 100%
}

.site-header__search-results--inner .site-search-results li section .result a {
    border-bottom: none;
    color: #7c7d80;
    color: var(--silver-300);
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    -webkit-text-decoration: none;
    text-decoration: none
}

.site-header__search-results--inner .all-results-button {
    align-items: center;
    background-color: #053333;
    background-color: var(--dark-green-500);
    color: #fff;
    color: var(--white);
    display: none;
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-weight: 400;
    font-weight: 600;
    height: 48px;
    justify-content: center;
    letter-spacing: 0;
    line-height: 22px;
    margin-bottom: 40px;
    margin-left: 30px;
    width: 142px
}

@media screen and (min-width: 580px) {
    .site-header__search-results--inner .all-results-button {
        font-size: 14px
    }
}

@media screen and (min-width: 1440px) {
    .site-header__search-results--inner .all-results-button {
        font-size: 14px
    }
}

@media screen and (min-width: 580px) {
    .site-header__search-results--inner .all-results-button {
        line-height: 22px
    }
}

@media screen and (min-width: 1440px) {
    .site-header__search-results--inner .all-results-button {
        line-height: 22px
    }
}

.site-header__search-results--inner .all-results-button.active {
    display: flex
}

.site-header__upper {
    padding-bottom: 5px;
    padding-top: 5px
}

@media screen and (min-width: 580px) {
    .site-header__upper {
        padding-top: calc(3.65116px + .23256vw)
    }
}

@media screen and (min-width: 1440px) {
    .site-header__upper {
        padding-top: 7px
    }
}

@media screen and (min-width: 580px) {
    .site-header__upper {
        padding-bottom: calc(2.97674px + .34884vw)
    }
}

@media screen and (min-width: 1440px) {
    .site-header__upper {
        padding-bottom: 8px
    }
}

@media only screen and (max-width: 939.99px) {
    .site-header__upper {
        display: none
    }
}

.site-header__upper-inner {
    align-items: center;
    display: flex;
    justify-content: flex-end;
    margin: 0 auto;
    max-width: 1360px;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%
}

@media screen and (min-width: 580px) {
    .site-header__upper-inner {
        padding-left: calc(6.51163px + 2.32558vw)
    }
}

@media screen and (min-width: 1440px) {
    .site-header__upper-inner {
        padding-left: 40px
    }
}

@media screen and (min-width: 580px) {
    .site-header__upper-inner {
        padding-right: calc(6.51163px + 2.32558vw)
    }
}

@media screen and (min-width: 1440px) {
    .site-header__upper-inner {
        padding-right: 40px
    }
}

.site-header__upper-inner li {
    align-items: center;
    color: #053333;
    color: var(--dark-green-500);
    display: flex;
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 22px;
    margin-left: 20px
}

@media screen and (min-width: 580px) {
    .site-header__upper-inner li {
        margin-left: calc(13.25581px + 1.16279vw)
    }
}

@media screen and (min-width: 1440px) {
    .site-header__upper-inner li {
        margin-left: 30px
    }
}

@media screen and (min-width: 580px) {
    .site-header__upper-inner li {
        font-size: 14px
    }
}

@media screen and (min-width: 1440px) {
    .site-header__upper-inner li {
        font-size: 14px
    }
}

@media screen and (min-width: 580px) {
    .site-header__upper-inner li {
        line-height: 22px
    }
}

@media screen and (min-width: 1440px) {
    .site-header__upper-inner li {
        line-height: 22px
    }
}

.site-header__upper-inner li.search {
    cursor: pointer
}

.site-header__upper-inner li a {
    align-items: center;
    display: flex;
    max-height: 37px
}

.site-header__upper-inner li img {
    margin-right: 4px
}

@media screen and (min-width: 580px) {
    .site-header__upper-inner li img {
        margin-right: calc(2.65116px + .23256vw)
    }
}

@media screen and (min-width: 1440px) {
    .site-header__upper-inner li img {
        margin-right: 6px
    }
}

.site-header__main {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1360px;
    padding: 14px 20px;
    position: relative;
    width: 100%;
    z-index: 1
}

@media screen and (min-width: 580px) {
    .site-header__main {
        padding-left: calc(6.51163px + 2.32558vw)
    }
}

@media screen and (min-width: 1440px) {
    .site-header__main {
        padding-left: 40px
    }
}

@media screen and (min-width: 580px) {
    .site-header__main {
        padding-right: calc(6.51163px + 2.32558vw)
    }
}

@media screen and (min-width: 1440px) {
    .site-header__main {
        padding-right: 40px
    }
}

@media screen and (min-width: 580px) {
    .site-header__main {
        padding-top: calc(9.95349px + .69767vw)
    }
}

@media screen and (min-width: 1440px) {
    .site-header__main {
        padding-top: 20px
    }
}

@media screen and (min-width: 580px) {
    .site-header__main {
        padding-bottom: calc(9.95349px + .69767vw)
    }
}

@media screen and (min-width: 1440px) {
    .site-header__main {
        padding-bottom: 20px
    }
}

.site-header__logo {
    position: relative;
    z-index: 1
}

.site-header__logo > img {
    height: auto;
    transition: opacity .6s ease;
    width: 232px
}

@media screen and (min-width: 580px) {
    .site-header__logo > img {
        width: calc(180.06977px + 8.95349vw)
    }
}

@media screen and (min-width: 1440px) {
    .site-header__logo > img {
        width: 309px
    }
}

.site-header__logo > img.dark {
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: opacity .6s ease
}

.is-opaque .site-header__logo > img, .mob-nav-active .site-header__logo > img {
    opacity: 0
}

.is-opaque .site-header__logo > img.dark, .mob-nav-active .site-header__logo > img.dark {
    opacity: 1
}

.site-header__main-container {
    display: flex;
    flex-direction: row;
    padding-top: 5px
}

@media only screen and (max-width: 939.99px) {
    .site-header__main-container {
        background-color: #fff;
        background-color: var(--white);
        clip-path: inset(0 0 100% 0);
        display: flex;
        flex-direction: column;
        height: 100vh;
        height: calc(100vh - var(--shrink-mob-menu-by, 0px));
        justify-content: space-between;
        left: 0;
        margin: 0 auto;
        max-width: 1200px;
        overflow: auto;
        padding: 90px 20px 30px;
        pointer-events: none;
        position: absolute;
        top: 0;
        transition: clip-path 1.6s cubic-bezier(.77, 0, .175, 1);
        width: 100%;
        z-index: 0
    }
}

@media only screen and (max-width: 939.99px)and (min-width: 580px) {
    .site-header__main-container {
        padding-left: calc(6.51163px + 2.32558vw)
    }
}

@media only screen and (max-width: 939.99px)and (min-width: 1440px) {
    .site-header__main-container {
        padding-left: 40px
    }
}

@media only screen and (max-width: 939.99px)and (min-width: 580px) {
    .site-header__main-container {
        padding-right: calc(6.51163px + 2.32558vw)
    }
}

@media only screen and (max-width: 939.99px)and (min-width: 1440px) {
    .site-header__main-container {
        padding-right: 40px
    }
}

@media only screen and (max-width: 939.99px)and (min-width: 580px) {
    .site-header__main-container {
        padding-top: calc(69.76744px + 3.48837vw)
    }
}

@media only screen and (max-width: 939.99px)and (min-width: 1440px) {
    .site-header__main-container {
        padding-top: 120px
    }
}

@media only screen and (max-width: 939.99px)and (min-width: 580px) {
    .site-header__main-container {
        padding-bottom: calc(23.25581px + 1.16279vw)
    }
}

@media only screen and (max-width: 939.99px)and (min-width: 1440px) {
    .site-header__main-container {
        padding-bottom: 40px
    }
}

@media only screen and (max-width: 939.99px) {
    .mob-nav-active .site-header__main-container {
        clip-path: inset(0 0 0 0);
        pointer-events: auto
    }
}

.site-header__mobile-extension {
    opacity: 0;
    padding-top: 30px;
    transition-delay: 0s;
    transition: opacity .6s ease
}

@media only screen and (min-width: 940px) {
    .site-header__mobile-extension {
        display: none
    }
}

.site-header__mobile-extension > .search-form {
    margin-bottom: 30px
}

.site-header__mobile-extension > .cta {
    margin-top: 10px;
    width: 100%
}

.mob-nav-active .site-header__mobile-extension {
    opacity: 1;
    transition-delay: 1.2s
}

.site-header__mobile-client-login {
    align-items: center;
    display: flex;
    margin-bottom: 65px
}

.site-header__mobile-client-login img {
    margin-right: 4px
}

@media screen and (min-width: 580px) {
    .site-header__mobile-client-login img {
        margin-right: calc(2.65116px + .23256vw)
    }
}

@media screen and (min-width: 1440px) {
    .site-header__mobile-client-login img {
        margin-right: 6px
    }
}

.site-header__top-level-nav {
    align-items: center;
    display: flex;
    flex-wrap: wrap
}

.site-header__top-level-item {
    position: relative
}

@media only screen and (max-width: 939.99px) {
    .site-header__top-level-item {
        opacity: 0;
        transition-delay: 0s;
        transition: opacity .6s cubic-bezier(.77, 0, .175, 1);
        width: 100%
    }

    .mob-nav-active .site-header__top-level-item {
        opacity: 1
    }

    .mob-nav-active .site-header__top-level-item:first-child {
        transition-delay: .8s
    }

    .mob-nav-active .site-header__top-level-item:nth-child(2) {
        transition-delay: .9s
    }

    .mob-nav-active .site-header__top-level-item:nth-child(3) {
        transition-delay: 1s
    }

    .mob-nav-active .site-header__top-level-item:nth-child(4) {
        transition-delay: 1.1s
    }

    .mob-nav-active .site-header__top-level-item:nth-child(5) {
        transition-delay: 1.2s
    }

    .mob-nav-active .site-header__top-level-item:nth-child(6) {
        transition-delay: 1.3s
    }
}

.site-header__top-level-item:not(:first-child) {
    margin-top: 20px
}

@media screen and (min-width: 580px) {
    .site-header__top-level-item:not(:first-child) {
        margin-top: calc(13.25581px + 1.16279vw)
    }
}

@media screen and (min-width: 1440px) {
    .site-header__top-level-item:not(:first-child) {
        margin-top: 30px
    }
}

@media only screen and (min-width: 940px) {
    .site-header__top-level-item:not(:first-child) {
        margin-left: 20px;
        margin-top: 0
    }
}

@media only screen and (min-width: 940px)and (min-width: 580px) {
    .site-header__top-level-item:not(:first-child) {
        margin-left: calc(13.25581px + 1.16279vw)
    }
}

@media only screen and (min-width: 940px)and (min-width: 1440px) {
    .site-header__top-level-item:not(:first-child) {
        margin-left: 30px
    }
}

.site-header__top-level-item.contact {
    margin-left: 30px
}

@media only screen and (max-width: 939.99px) {
    .site-header__top-level-item.contact {
        display: none
    }
}

.site-header__top-level-item.contact > a {
    max-height: 48px
}

.site-header__top-level-item > a {
    align-items: center;
    color: #053333;
    color: var(--dark-green-500);
    display: flex;
    font-family: Benjamin, cursive;
    font-size: 28px;
    font-weight: 400;
    letter-spacing: -.02em;
    line-height: 36px;
    margin-bottom: 0 !important;
    transition: margin-bottom .6s ease, color .6s ease
}

@media screen and (min-width: 580px) {
    .site-header__top-level-item > a {
        font-size: 28px
    }
}

@media screen and (min-width: 1440px) {
    .site-header__top-level-item > a {
        font-size: 28px
    }
}

@media screen and (min-width: 580px) {
    .site-header__top-level-item > a {
        line-height: 36px
    }
}

@media screen and (min-width: 1440px) {
    .site-header__top-level-item > a {
        line-height: 36px
    }
}

@media only screen and (min-width: 940px) {
    .site-header__top-level-item > a {
        color: #fff;
        color: var(--white);
        font-family: Inter, sans-serif;
        font-size: 16px;
        font-weight: 400;
        font-weight: 600;
        letter-spacing: 0;
        line-height: 26px;
        padding-bottom: 12px;
        padding-top: 12px
    }
}

@media only screen and (min-width: 940px)and (min-width: 580px) {
    .site-header__top-level-item > a {
        font-size: 16px
    }
}

@media only screen and (min-width: 940px)and (min-width: 1440px) {
    .site-header__top-level-item > a {
        font-size: 16px
    }
}

@media only screen and (min-width: 940px)and (min-width: 580px) {
    .site-header__top-level-item > a {
        line-height: 26px
    }
}

@media only screen and (min-width: 940px)and (min-width: 1440px) {
    .site-header__top-level-item > a {
        line-height: 26px
    }
}

@media only screen and (max-width: 939.99px) {
    .site-header__top-level-item > a {
        justify-content: space-between;
        width: 100%
    }
}

.is-opaque .site-header__top-level-item > a {
    color: #053333;
    color: var(--dark-green-500)
}

.site-header__top-level-item > a > img {
    height: 14px;
    margin-left: 7px;
    transition: filter .6s cubic-bezier(.77, 0, .175, 1), transform .6s ease-out;
    width: 14px
}

@media screen and (min-width: 580px) {
    .site-header__top-level-item > a > img {
        margin-left: calc(4.97674px + .34884vw)
    }
}

@media screen and (min-width: 1440px) {
    .site-header__top-level-item > a > img {
        margin-left: 10px
    }
}

@media only screen and (min-width: 940px) {
    .site-header__top-level-item > a > img {
        filter: brightness(0) invert(100%);
        height: 10px;
        width: 10px
    }
}

.is-opaque .site-header__top-level-item > a > img {
    filter: none
}

@media only screen and (max-width: 939.99px) {
    .site-header__top-level-item > a.active + .site-header__second-level {
        display: block
    }
}

@media only screen and (min-width: 940px) {
    .site-header__top-level-item > a.active + .site-header__second-level {
        clip-path: inset(-12px 0 0 0)
    }
}

.site-header__top-level-item > a.active > img {
    transform: rotate(180deg)
}

.site-header__second-level {
    padding-bottom: 18px;
    padding-top: 12px
}

@media screen and (min-width: 580px) {
    .site-header__second-level {
        padding-top: calc(9.30233px + .46512vw)
    }
}

@media screen and (min-width: 1440px) {
    .site-header__second-level {
        padding-top: 16px
    }
}

@media screen and (min-width: 580px) {
    .site-header__second-level {
        padding-bottom: calc(12.60465px + .93023vw)
    }
}

@media screen and (min-width: 1440px) {
    .site-header__second-level {
        padding-bottom: 26px
    }
}

@media only screen and (max-width: 939.99px) {
    .site-header__second-level {
        display: none;
        width: 100%
    }
}

@media only screen and (min-width: 940px) {
    .site-header__second-level {
        background-color: #fff;
        background-color: var(--white);
        clip-path: inset(0 0 100% 0);
        left: 0;
        position: absolute;
        top: 100%;
        transition: clip-path .6s ease;
        width: 300px
    }
}

@media only screen and (min-width: 940px)and (min-width: 580px) {
    .site-header__second-level {
        width: calc(249.4186px + 8.72093vw)
    }
}

@media only screen and (min-width: 940px)and (min-width: 1440px) {
    .site-header__second-level {
        width: 375px
    }
}

@media only screen and (min-width: 940px) {
    .site-header__second-level.right-align {
        left: auto;
        right: 0
    }

    .site-header__second-level.right-align:after {
        left: auto;
        right: 24px
    }

    .site-header__second-level:after {
        background-color: #fff;
        background-color: var(--white);
        content: "";
        height: 16px;
        left: 24px;
        position: absolute;
        top: 0;
        transform: translateY(-50%) rotate(45deg);
        width: 16px
    }
}

.site-header__second-level:hover .site-header__second-level-item > a {
    color: #a8a9ad;
    color: var(--silver-200)
}

.site-header__second-level-item {
    position: relative
}

.site-header__second-level-item > a {
    align-items: center;
    color: #053333;
    color: var(--dark-green-500);
    display: flex;
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-weight: 600;
    justify-content: space-between;
    letter-spacing: 0;
    line-height: 26px;
    padding-bottom: 6px;
    padding-top: 6px;
    transition: background-color .6s ease, color .6s ease, margin-bottom .6s ease;
    width: 100%
}

@media screen and (min-width: 580px) {
    .site-header__second-level-item > a {
        font-size: 16px
    }
}

@media screen and (min-width: 1440px) {
    .site-header__second-level-item > a {
        font-size: 16px
    }
}

@media screen and (min-width: 580px) {
    .site-header__second-level-item > a {
        line-height: 26px
    }
}

@media screen and (min-width: 1440px) {
    .site-header__second-level-item > a {
        line-height: 26px
    }
}

@media screen and (min-width: 580px) {
    .site-header__second-level-item > a {
        padding-top: calc(4.65116px + .23256vw)
    }
}

@media screen and (min-width: 1440px) {
    .site-header__second-level-item > a {
        padding-top: 8px
    }
}

@media screen and (min-width: 580px) {
    .site-header__second-level-item > a {
        padding-bottom: calc(4.65116px + .23256vw)
    }
}

@media screen and (min-width: 1440px) {
    .site-header__second-level-item > a {
        padding-bottom: 8px
    }
}

@media only screen and (max-width: 939.99px) {
    .site-header__second-level-item > a {
        margin-bottom: 0 !important
    }
}

@media only screen and (min-width: 940px) {
    .site-header__second-level-item > a {
        padding-left: 16px;
        padding-right: 16px
    }
}

@media only screen and (min-width: 940px)and (min-width: 580px) {
    .site-header__second-level-item > a {
        padding-left: calc(13.30233px + .46512vw)
    }
}

@media only screen and (min-width: 940px)and (min-width: 1440px) {
    .site-header__second-level-item > a {
        padding-left: 20px
    }
}

@media only screen and (min-width: 940px)and (min-width: 580px) {
    .site-header__second-level-item > a {
        padding-right: calc(13.30233px + .46512vw)
    }
}

@media only screen and (min-width: 940px)and (min-width: 1440px) {
    .site-header__second-level-item > a {
        padding-right: 20px
    }
}

.site-header__second-level-item > a img {
    transition: transform .6s ease
}

.site-header__second-level-item > a.active, .site-header__second-level-item > a:hover {
    background-color: #e0eeed;
    background-color: var(--light-green-100);
    color: #053333 !important;
    color: var(--dark-green-500) !important
}

.site-header__second-level-item > a.active img {
    transform: rotate(-180deg)
}

@media only screen and (max-width: 939.99px) {
    .site-header__second-level-item > a.active + .site-header__third-level {
        display: block
    }
}

@media only screen and (min-width: 940px) {
    .site-header__second-level-item > a.active + .site-header__third-level {
        clip-path: inset(0 0 0 0)
    }
}

@media only screen and (max-width: 939.99px) {
    .site-header__third-level {
        display: none;
        width: 100%
    }
}

@media only screen and (min-width: 940px) {
    .site-header__third-level {
        clip-path: inset(0 0 100% 0);
        left: 0;
        position: absolute;
        top: 100%;
        transition: clip-path .6s ease
    }
}

.site-header__third-level-item > a {
    color: #053333;
    color: var(--dark-green-500);
    display: block;
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 26px;
    padding: 8px 24px
}

@media screen and (min-width: 580px) {
    .site-header__third-level-item > a {
        padding: calc(6.65116px + .23256vw)
    }
}

@media screen and (min-width: 1440px) {
    .site-header__third-level-item > a {
        padding: 10px
    }
}

@media screen and (min-width: 580px) {
    .site-header__third-level-item > a {
        padding-left: calc(19.95349px + .69767vw)
    }
}

@media screen and (min-width: 1440px) {
    .site-header__third-level-item > a {
        padding-left: 30px
    }
}

@media screen and (min-width: 580px) {
    .site-header__third-level-item > a {
        padding-right: calc(19.95349px + .69767vw)
    }
}

@media screen and (min-width: 1440px) {
    .site-header__third-level-item > a {
        padding-right: 30px
    }
}

@media screen and (min-width: 580px) {
    .site-header__third-level-item > a {
        font-size: 16px
    }
}

@media screen and (min-width: 1440px) {
    .site-header__third-level-item > a {
        font-size: 16px
    }
}

@media screen and (min-width: 580px) {
    .site-header__third-level-item > a {
        line-height: 26px
    }
}

@media screen and (min-width: 1440px) {
    .site-header__third-level-item > a {
        line-height: 26px
    }
}

.site-header.theme--workplace .site-header__second-level-item > a:hover {
    background-color: #e6fcf5;
    background-color: var(--green-teal-100)
}

.site-header.theme--workplace .site-header__search-results--inner .site-search-results li section h6 {
    color: #00df9b;
    color: var(--green-teal-600)
}

.site-overlay {
    background: #000000b3;
    height: 100%;
    left: 0;
    min-height: 100%;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    top: 0;
    transition: opacity .3s ease;
    width: 100%;
    z-index: 999
}

.site-overlay.active {
    opacity: 1
}

.stat-showcase {
    position: relative
}

.stat-showcase.background-green {
    background-color: #eff6f6;
    background-color: var(--light-green-50)
}

.stat-showcase__inner {
    margin: 0 auto;
    max-width: 2000px;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%
}

@media screen and (min-width: 580px) {
    .stat-showcase__inner {
        padding-left: calc(6.51163px + 2.32558vw)
    }
}

@media screen and (min-width: 1440px) {
    .stat-showcase__inner {
        padding-left: 40px
    }
}

@media screen and (min-width: 580px) {
    .stat-showcase__inner {
        padding-right: calc(6.51163px + 2.32558vw)
    }
}

@media screen and (min-width: 1440px) {
    .stat-showcase__inner {
        padding-right: 40px
    }
}

@media (min-width: 940px) {
    .stat-showcase__decoration {
        content: url(../images/stat-showcase-decoration.68c8c0.svg);
        position: absolute;
        right: 0;
        top: -70px;
        z-index: 1
    }
}

.stat-showcase.decoration-left .stat-showcase__decoration {
    left: 0;
    right: auto
}

.stat-showcase__upper {
    padding-top: 100px;
    text-align: left
}

@media (min-width: 940px) {
    .stat-showcase__upper {
        text-align: center
    }
}

.stat-showcase__upper > p {
    color: #63a8a3;
    color: var(--light-green-500);
    font-family: Benjamin, cursive;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .25em;
    line-height: 14px;
    text-transform: uppercase
}

@media screen and (min-width: 580px) {
    .stat-showcase__upper > p {
        font-size: 14px
    }
}

@media screen and (min-width: 1440px) {
    .stat-showcase__upper > p {
        font-size: 14px
    }
}

@media screen and (min-width: 580px) {
    .stat-showcase__upper > p {
        line-height: 14px
    }
}

@media screen and (min-width: 1440px) {
    .stat-showcase__upper > p {
        line-height: 14px
    }
}

.stat-showcase__upper > h3 {
    color: #053333;
    color: var(--dark-green-500);
    font-family: Benjamin, cursive;
    font-size: 28px;
    font-weight: 400;
    letter-spacing: -.02em;
    line-height: 36px;
    max-width: 639px;
    padding-top: 20px
}

@media screen and (min-width: 580px) {
    .stat-showcase__upper > h3 {
        font-size: 28px
    }
}

@media screen and (min-width: 1440px) {
    .stat-showcase__upper > h3 {
        font-size: 28px
    }
}

@media screen and (min-width: 580px) {
    .stat-showcase__upper > h3 {
        line-height: 36px
    }
}

@media screen and (min-width: 1440px) {
    .stat-showcase__upper > h3 {
        line-height: 36px
    }
}

@media (min-width: 940px) {
    .stat-showcase__upper > h3 {
        font-family: Benjamin, cursive;
        font-size: 56px;
        font-weight: 400;
        letter-spacing: -.02em;
        line-height: 64px;
        margin: auto;
        padding-top: 24px
    }
}

@media screen and (min-width: 940px)and (min-width: 580px) {
    .stat-showcase__upper > h3 {
        font-size: 56px
    }
}

@media screen and (min-width: 940px)and (min-width: 1440px) {
    .stat-showcase__upper > h3 {
        font-size: 56px
    }
}

@media screen and (min-width: 940px)and (min-width: 580px) {
    .stat-showcase__upper > h3 {
        line-height: 64px
    }
}

@media screen and (min-width: 940px)and (min-width: 1440px) {
    .stat-showcase__upper > h3 {
        line-height: 64px
    }
}

.stat-showcase__stats {
    display: grid;
    grid-template-columns:1fr 1fr;
    margin-top: 20px
}

@media (min-width: 940px) {
    .stat-showcase__stats {
        display: flex;
        justify-content: center;
        margin-top: 50px
    }
}

.stat-showcase__stats li {
    padding: 8px 8px 8px 15px;
    position: relative;
    text-align: left
}

.stat-showcase__stats li:before {
    background-color: #d9d7d8;
    background-color: var(--silver-100);
    content: "";
    height: 64px;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-32px);
    width: 1px;
    z-index: 1
}

@media (min-width: 940px) {
    .stat-showcase__stats li:before {
        display: none
    }
}

.stat-showcase__stats li > h2, .stat-showcase__stats li > p {
    min-width: 140px
}

@media (min-width: 580px) {
    .stat-showcase__stats li > h2, .stat-showcase__stats li > p {
        min-width: 220px
    }
}

@media (min-width: 1024px) {
    .stat-showcase__stats li > h2, .stat-showcase__stats li > p {
        min-width: 256px
    }
}

@media (min-width: 940px) {
    .stat-showcase__stats li {
        padding-left: 8px;
        text-align: center
    }

    .stat-showcase__stats li:not(:last-child):after {
        background-color: #d9d7d8;
        background-color: var(--silver-100);
        content: "";
        height: 100px;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50px);
        width: 1px;
        z-index: 1
    }
}

.stat-showcase__stat-heading {
    color: #053333;
    color: var(--dark-green-500);
    font-family: Benjamin, cursive;
    font-size: 48px;
    font-weight: 400;
    letter-spacing: -.02em;
    line-height: 56px
}

@media screen and (min-width: 580px) {
    .stat-showcase__stat-heading {
        font-size: 48px
    }
}

@media screen and (min-width: 1440px) {
    .stat-showcase__stat-heading {
        font-size: 48px
    }
}

@media screen and (min-width: 580px) {
    .stat-showcase__stat-heading {
        line-height: 56px
    }
}

@media screen and (min-width: 1440px) {
    .stat-showcase__stat-heading {
        line-height: 56px
    }
}

@media (min-width: 1024px) {
    .stat-showcase__stat-heading {
        font-size: 76px;
        line-height: 64px
    }
}

.stat-showcase__stat-text {
    color: #63a8a3;
    color: var(--light-green-500);
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 22px;
    margin-top: 0
}

@media screen and (min-width: 580px) {
    .stat-showcase__stat-text {
        font-size: 14px
    }
}

@media screen and (min-width: 1440px) {
    .stat-showcase__stat-text {
        font-size: 14px
    }
}

@media screen and (min-width: 580px) {
    .stat-showcase__stat-text {
        line-height: 22px
    }
}

@media screen and (min-width: 1440px) {
    .stat-showcase__stat-text {
        line-height: 22px
    }
}

@media (min-width: 1024px) {
    .stat-showcase__stat-text {
        font-family: Inter, sans-serif;
        font-size: 18px;
        font-weight: 400;
        letter-spacing: 0;
        line-height: 28px;
        margin-top: 10px
    }
}

@media screen and (min-width: 1024px)and (min-width: 580px) {
    .stat-showcase__stat-text {
        font-size: 18px
    }
}

@media screen and (min-width: 1024px)and (min-width: 1440px) {
    .stat-showcase__stat-text {
        font-size: 18px
    }
}

@media screen and (min-width: 1024px)and (min-width: 580px) {
    .stat-showcase__stat-text {
        line-height: 28px
    }
}

@media screen and (min-width: 1024px)and (min-width: 1440px) {
    .stat-showcase__stat-text {
        line-height: 28px
    }
}

.stat-showcase__lower > p {
    color: #7c7d80;
    color: var(--silver-300);
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 26px;
    line-height: 24px;
    margin: 0;
    padding: 28px 0;
    text-align: left
}

@media screen and (min-width: 580px) {
    .stat-showcase__lower > p {
        font-size: 16px
    }
}

@media screen and (min-width: 1440px) {
    .stat-showcase__lower > p {
        font-size: 16px
    }
}

@media screen and (min-width: 580px) {
    .stat-showcase__lower > p {
        line-height: 26px
    }
}

@media screen and (min-width: 1440px) {
    .stat-showcase__lower > p {
        line-height: 26px
    }
}

@media (min-width: 940px) {
    .stat-showcase__lower > p {
        font-family: Inter, sans-serif;
        font-size: 18px;
        font-weight: 400;
        letter-spacing: 0;
        line-height: 28px;
        margin: auto;
        max-width: 639px;
        padding: 48px 0;
        text-align: center
    }
}

@media screen and (min-width: 940px)and (min-width: 580px) {
    .stat-showcase__lower > p {
        font-size: 18px
    }
}

@media screen and (min-width: 940px)and (min-width: 1440px) {
    .stat-showcase__lower > p {
        font-size: 18px
    }
}

@media screen and (min-width: 940px)and (min-width: 580px) {
    .stat-showcase__lower > p {
        line-height: 28px
    }
}

@media screen and (min-width: 940px)and (min-width: 1440px) {
    .stat-showcase__lower > p {
        line-height: 28px
    }
}

.stat-showcase__lower .ctas {
    align-items: Center;
    display: flex;
    flex-direction: column;
    margin-top: 22px;
    padding-bottom: 100px;
    text-align: left
}

@media screen and (min-width: 580px) {
    .stat-showcase__lower .ctas {
        margin-top: calc(17.27907px + .81395vw)
    }
}

@media screen and (min-width: 1440px) {
    .stat-showcase__lower .ctas {
        margin-top: 29px
    }
}

@media (min-width: 940px) {
    .stat-showcase__lower .ctas {
        flex-direction: row;
        justify-content: center
    }
}

.stat-showcase__lower .ctas a {
    margin-top: 10px;
    width: 100%
}

@media screen and (min-width: 580px) {
    .stat-showcase__lower .ctas a {
        margin-top: calc(16.74419px - 1.16279vw)
    }
}

@media screen and (min-width: 1440px) {
    .stat-showcase__lower .ctas a {
        margin-top: 0
    }
}

@media (min-width: 940px) {
    .stat-showcase__lower .ctas a {
        margin-right: 20px;
        width: auto
    }

    .stat-showcase.theme--workplace .stat-showcase__decoration {
        content: url(../images/stat-showcase-decoration-workplace.9f1459.svg)
    }
}

.stat-showcase.theme--workplace.background-green {
    background-color: #e6fcf5;
    background-color: var(--green-teal-100)
}

.stat-showcase.theme--workplace .stat-showcase__stat-text {
    color: #00df9b;
    color: var(--green-teal-600)
}

.stat-showcase.theme--workplace .stat-showcase__lower > p {
    color: #053333;
    color: var(--dark-green-500)
}

.tabbed-content {
    background-color: #bfd9de;
    background-color: var(--blue);
    padding-bottom: 60px;
    padding-top: 51px
}

@media screen and (min-width: 580px) {
    .tabbed-content {
        padding-top: calc(24.69767px + 4.53488vw)
    }
}

@media screen and (min-width: 1440px) {
    .tabbed-content {
        padding-top: 90px
    }
}

@media screen and (min-width: 580px) {
    .tabbed-content {
        padding-bottom: calc(19.53488px + 6.97674vw)
    }
}

@media screen and (min-width: 1440px) {
    .tabbed-content {
        padding-bottom: 120px
    }
}

.tabbed-content.bg-white {
    background-color: #fff;
    background-color: var(--white)
}

.tabbed-content.theme--workplace {
    background-color: #00df9b;
    background-color: var(--green-teal-600)
}

.tabbed-content__inner {
    margin: 0 auto;
    max-width: 1008px;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%
}

@media screen and (min-width: 580px) {
    .tabbed-content__inner {
        padding-left: calc(6.51163px + 2.32558vw)
    }
}

@media screen and (min-width: 1440px) {
    .tabbed-content__inner {
        padding-left: 40px
    }
}

@media screen and (min-width: 580px) {
    .tabbed-content__inner {
        padding-right: calc(6.51163px + 2.32558vw)
    }
}

@media screen and (min-width: 1440px) {
    .tabbed-content__inner {
        padding-right: 40px
    }
}

.tabbed-content__wrap {
    display: flex;
    margin-top: 22px;
    position: relative
}

@media screen and (min-width: 580px) {
    .tabbed-content__wrap {
        margin-top: calc(9.18605px + 2.2093vw)
    }
}

@media screen and (min-width: 1440px) {
    .tabbed-content__wrap {
        margin-top: 41px
    }
}

.tabbed-content__triggers {
    margin: 0;
    padding: 0
}

.swap-styling .tabbed-content__triggers {
    width: 100%
}

@media (min-width: 940px) {
    .swap-styling .tabbed-content__triggers {
        width: calc(50% - 6px)
    }
}

.tabbed-content__item:not(:last-child) {
    margin-bottom: 2px
}

.tabbed-content__trigger {
    align-items: center;
    color: #053333;
    color: var(--dark-green-500);
    display: flex;
    justify-content: space-between;
    margin: 0;
    padding: 16px 20px;
    transition: color .3s ease, background-color .3s ease, padding .3s ease
}

@media (min-width: 940px) {
    .tabbed-content__trigger {
        padding: 16px 24px
    }
}

.tabbed-content__trigger span {
    font-family: Benjamin, cursive;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: -.02em;
    line-height: 26px
}

@media screen and (min-width: 580px) {
    .tabbed-content__trigger span {
        font-size: 18px
    }
}

@media screen and (min-width: 1440px) {
    .tabbed-content__trigger span {
        font-size: 18px
    }
}

@media screen and (min-width: 580px) {
    .tabbed-content__trigger span {
        line-height: 26px
    }
}

@media screen and (min-width: 1440px) {
    .tabbed-content__trigger span {
        line-height: 26px
    }
}

.tabbed-content__trigger:not(.active):hover {
    cursor: pointer
}

.swap-styling .tabbed-content__trigger {
    background-color: #fff;
    background-color: var(--white)
}

@media (min-width: 940px) {
    .swap-styling .tabbed-content__trigger {
        position: relative
    }
}

.swap-styling .tabbed-content__trigger svg {
    flex-shrink: 0;
    margin-left: 20px;
    transition: transform .3s ease
}

@media (max-width: 939.99px) {
    .swap-styling .tabbed-content__trigger svg {
        transform: rotate(90deg)
    }
}

.swap-styling .tabbed-content__trigger svg ellipse {
    fill: #e0eeed;
    fill: var(--light-green-100);
    transition: fill .3s ease
}

.swap-styling .tabbed-content__trigger svg path {
    stroke: #053333;
    stroke: var(--dark-green-500)
}

.tabbed-content__trigger svg {
    width: 32px
}

@media screen and (min-width: 580px) {
    .tabbed-content__trigger svg {
        width: 32px
    }
}

@media screen and (min-width: 1440px) {
    .tabbed-content__trigger svg {
        width: 32px
    }
}

.swap-styling .tabbed-content__trigger.active, .swap-styling .tabbed-content__trigger:hover {
    background-color: #053333;
    background-color: var(--dark-green-500);
    color: #fff;
    color: var(--white);
    padding: 16px 20px
}

@media (max-width: 939.99px) {
    .swap-styling .tabbed-content__trigger.active, .swap-styling .tabbed-content__trigger:hover {
        padding: 16px 24px 16px 40px
    }

    .swap-styling .tabbed-content__trigger.active svg, .swap-styling .tabbed-content__trigger:hover svg {
        transform: rotate(-90deg)
    }
}

.swap-styling .tabbed-content__trigger.active svg ellipse, .swap-styling .tabbed-content__trigger:hover svg ellipse {
    fill: #fff;
    fill: var(--white)
}

.tabbed-content__trigger.active + .tabbed-content__item-content {
    display: block;
    pointer-events: auto
}

@media (min-width: 940px) {
    .swap-styling .tabbed-content__trigger.active + .tabbed-content__item-content {
        min-height: 100%;
        opacity: 1
    }
}

.tabbed-content__item-content {
    background-color: #fff;
    background-color: var(--white);
    cursor: pointer;
    display: none;
    padding: 28px 40px 20px;
    pointer-events: none
}

@media (min-width: 940px) {
    .swap-styling .tabbed-content__item-content {
        background-color: #fff;
        background-color: var(--white);
        clip-path: polygon(0 0, 100% 0, 100% calc(100% - 112px), calc(100% - 52px) 100%, 0 100%);
        display: block;
        opacity: 0;
        padding: 32px 64px 32px 32px;
        position: absolute;
        right: 0;
        top: 0;
        width: calc(50% - 6px)
    }
}

@media screen and (min-width: 940px)and (min-width: 580px) {
    .swap-styling .tabbed-content__item-content {
        padding: calc(26.60465px + .93023vw)
    }
}

@media screen and (min-width: 940px)and (min-width: 1440px) {
    .swap-styling .tabbed-content__item-content {
        padding: 40px
    }
}

@media screen and (min-width: 940px)and (min-width: 580px) {
    .swap-styling .tabbed-content__item-content {
        padding-right: calc(37.02326px + 4.65116vw)
    }
}

@media screen and (min-width: 940px)and (min-width: 1440px) {
    .swap-styling .tabbed-content__item-content {
        padding-right: 104px
    }
}

.tabbed-content__item-content h4 {
    color: #053333;
    color: var(--dark-green-500);
    font-family: Benjamin, cursive;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: -.02em;
    line-height: 32px;
    margin: 0;
    padding: 0;
    text-transform: none
}

@media screen and (min-width: 580px) {
    .tabbed-content__item-content h4 {
        padding-bottom: calc(5.95349px + .69767vw)
    }
}

@media screen and (min-width: 1440px) {
    .tabbed-content__item-content h4 {
        padding-bottom: 16px
    }
}

@media screen and (min-width: 580px) {
    .tabbed-content__item-content h4 {
        font-size: 24px
    }
}

@media screen and (min-width: 1440px) {
    .tabbed-content__item-content h4 {
        font-size: 24px
    }
}

@media screen and (min-width: 580px) {
    .tabbed-content__item-content h4 {
        line-height: 32px
    }
}

@media screen and (min-width: 1440px) {
    .tabbed-content__item-content h4 {
        line-height: 32px
    }
}

.tabbed-content__item-content .wysiwyg-content {
    margin-bottom: 18px
}

@media screen and (min-width: 580px) {
    .tabbed-content__item-content .wysiwyg-content {
        margin-bottom: calc(-18.4186px + 6.27907vw)
    }
}

@media screen and (min-width: 1440px) {
    .tabbed-content__item-content .wysiwyg-content {
        margin-bottom: 72px
    }
}

.table__inner {
    -ms-overflow-style: none;
    margin: 0 auto;
    max-width: 736px;
    overflow: scroll;
    padding-bottom: 34px;
    padding-top: 21px;
    scrollbar-width: none;
    width: 100%
}

@media screen and (min-width: 580px) {
    .table__inner {
        padding-top: calc(14.25581px + 1.16279vw)
    }
}

@media screen and (min-width: 1440px) {
    .table__inner {
        padding-top: 31px
    }
}

@media screen and (min-width: 580px) {
    .table__inner {
        padding-bottom: calc(29.95349px + .69767vw)
    }
}

@media screen and (min-width: 1440px) {
    .table__inner {
        padding-bottom: 40px
    }
}

@media only screen and (max-width: 767.99px) {
    .table__inner {
        padding-left: 20px
    }
}

.table__inner::-webkit-scrollbar {
    display: none
}

.table__inner table {
    table-layout: fixed;
    width: 100%
}

@media only screen and (max-width: 767.99px) {
    .table__inner table {
        margin-right: 20px
    }
}

.table__inner table td, .table__inner table th {
    color: #053333;
    color: var(--dark-green-500);
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-weight: 400;
    height: 54px;
    letter-spacing: 0;
    line-height: 26px;
    text-align: center;
    vertical-align: middle;
    width: 147px
}

@media screen and (min-width: 580px) {
    .table__inner table td, .table__inner table th {
        font-size: 16px
    }
}

@media screen and (min-width: 1440px) {
    .table__inner table td, .table__inner table th {
        font-size: 16px
    }
}

@media screen and (min-width: 580px) {
    .table__inner table td, .table__inner table th {
        line-height: 26px
    }
}

@media screen and (min-width: 1440px) {
    .table__inner table td, .table__inner table th {
        line-height: 26px
    }
}

.table__inner table thead tr {
    border-bottom: solid #d9d7d8;
    border-bottom: solid var(--silver-100)
}

.table__inner table thead tr th {
    font-weight: 600
}

.table__inner table tbody tr {
    background-color: #fff;
    background-color: var(--white);
    border-bottom: solid #d9d7d8;
    border-bottom: solid var(--silver-100)
}

.table__inner table tbody tr:nth-child(odd) {
    background-color: #eff6f6;
    background-color: var(--light-green-50)
}

.table__inner table tbody tr td {
    font-weight: 400
}

.table__inner table tbody tr td:not(:first-child) {
    border-left: solid #d9d7d8;
    border-left: solid var(--silver-100)
}

.table__inner table tbody tr td ul li:before {
    content: "•";
    display: inline-block;
    margin-left: -1em;
    width: 1em
}

.table.theme--workplace {
    padding-bottom: 53px;
    padding-top: 0
}

@media screen and (min-width: 580px) {
    .table.theme--workplace {
        padding-bottom: calc(46.25581px + 1.16279vw)
    }
}

@media screen and (min-width: 1440px) {
    .table.theme--workplace {
        padding-bottom: 63px
    }
}

@media only screen and (max-width: 767.99px) {
    .table.theme--workplace {
        margin: 0 auto;
        max-width: 816px;
        padding-left: 20px;
        padding-right: 20px;
        width: 100%
    }
}

@media only screen and (max-width: 767.99px)and (min-width: 580px) {
    .table.theme--workplace {
        padding-left: calc(6.51163px + 2.32558vw)
    }
}

@media only screen and (max-width: 767.99px)and (min-width: 1440px) {
    .table.theme--workplace {
        padding-left: 40px
    }
}

@media only screen and (max-width: 767.99px)and (min-width: 580px) {
    .table.theme--workplace {
        padding-right: calc(6.51163px + 2.32558vw)
    }
}

@media only screen and (max-width: 767.99px)and (min-width: 1440px) {
    .table.theme--workplace {
        padding-right: 40px
    }
}

.table.theme--workplace .table__inner {
    padding: 0
}

.table.theme--workplace .table__inner table {
    margin: 0
}

.table.theme--workplace .table__inner table tbody tr:nth-child(odd) {
    background-color: #e6fcf5;
    background-color: var(--green-teal-100)
}

.table-v2 {
    overflow: scroll;
    padding-bottom: 34px;
    padding-top: 21px;
    scrollbar-width: none
}

@media screen and (min-width: 580px) {
    .table-v2 {
        padding-top: calc(14.25581px + 1.16279vw)
    }
}

@media screen and (min-width: 1440px) {
    .table-v2 {
        padding-top: 31px
    }
}

@media screen and (min-width: 580px) {
    .table-v2 {
        padding-bottom: calc(29.95349px + .69767vw)
    }
}

@media screen and (min-width: 1440px) {
    .table-v2 {
        padding-bottom: 40px
    }
}

.table-v2::-webkit-scrollbar {
    display: none
}

@media only screen and (min-width: 768px) {
    .table-v2 {
        margin: 0 auto;
        max-width: 816px;
        padding-left: 20px;
        padding-right: 20px;
        width: 100%
    }
}

@media only screen and (min-width: 768px)and (min-width: 580px) {
    .table-v2 {
        padding-left: calc(6.51163px + 2.32558vw)
    }
}

@media only screen and (min-width: 768px)and (min-width: 1440px) {
    .table-v2 {
        padding-left: 40px
    }
}

@media only screen and (min-width: 768px)and (min-width: 580px) {
    .table-v2 {
        padding-right: calc(6.51163px + 2.32558vw)
    }
}

@media only screen and (min-width: 768px)and (min-width: 1440px) {
    .table-v2 {
        padding-right: 40px
    }
}

.table-v2__table {
    --custom-border-width: 2px;
    table-layout: fixed;
    text-align: center;
    width: 100%
}

.table-v2 td, .table-v2 th {
    word-wrap: break-word;
    color: inherit;
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-weight: 400;
    height: 54px;
    letter-spacing: 0;
    line-height: 26px;
    padding: max(8px, 1vw);
    vertical-align: middle
}

@media screen and (min-width: 580px) {
    .table-v2 td, .table-v2 th {
        font-size: 16px
    }
}

@media screen and (min-width: 1440px) {
    .table-v2 td, .table-v2 th {
        font-size: 16px
    }
}

@media screen and (min-width: 580px) {
    .table-v2 td, .table-v2 th {
        line-height: 26px
    }
}

@media screen and (min-width: 1440px) {
    .table-v2 td, .table-v2 th {
        line-height: 26px
    }
}

.table-v2 th {
    background-color: #fff;
    background-color: var(--table-head-bg, var(--white));
    color: #053333;
    color: var(--table-head-font, var(--dark-green-500))
}

.table-v2 thead tr {
    border-bottom: var(--custom-border-width) solid var(--custom-border-colour, var(--silver-100))
}

.table-v2 thead tr th {
    font-weight: 600
}

.table-v2 tbody tr {
    background-color: #fff;
    background-color: var(--table-colour--even, var(--white));
    border-bottom: var(--custom-border-width) solid var(--custom-border-colour, var(--silver-100));
    color: #053333;
    color: var(--table-font-colour--even, var(--dark-green-500))
}

.table-v2 tbody tr:nth-child(odd) {
    background-color: #eff6f6;
    background-color: var(--table-colour--odd, var(--light-green-50));
    color: #053333;
    color: var(--table-font-colour--odd, var(--dark-green-500))
}

.table-v2 tbody tr td {
    font-weight: 400
}

.table-v2 tbody tr td:not(:first-child) {
    border-left: var(--custom-border-width) solid var(--custom-border-colour, var(--silver-100))
}

.table-v2 tbody tr td ul li:before {
    content: "•";
    display: inline-block;
    margin-left: -1em;
    width: 1em
}

.table-v2 img {
    height: auto;
    max-width: 100%
}

.table-v2.theme--workplace tbody tr:nth-child(odd) {
    background-color: #e6fcf5;
    background-color: var(--table-colour--odd, var(--green-teal-100))
}

.tertiary-hero {
    background-color: #053333;
    background-color: var(--dark-green-500);
    position: relative
}

.tertiary-hero__inner {
    color: #fff;
    color: var(--white);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin: 0 auto;
    max-width: 730px;
    padding: 98px 20px 40px;
    text-align: center;
    width: 100%
}

@media screen and (min-width: 580px) {
    .tertiary-hero__inner {
        padding-left: calc(6.51163px + 2.32558vw)
    }
}

@media screen and (min-width: 1440px) {
    .tertiary-hero__inner {
        padding-left: 40px
    }
}

@media screen and (min-width: 580px) {
    .tertiary-hero__inner {
        padding-right: calc(6.51163px + 2.32558vw)
    }
}

@media screen and (min-width: 1440px) {
    .tertiary-hero__inner {
        padding-right: 40px
    }
}

@media screen and (min-width: 580px) {
    .tertiary-hero__inner {
        padding-bottom: calc(33.25581px + 1.16279vw)
    }
}

@media screen and (min-width: 1440px) {
    .tertiary-hero__inner {
        padding-bottom: 50px
    }
}

@media screen and (min-width: 580px) {
    .tertiary-hero__inner {
        padding-top: calc(37.97674px + 10.34884vw)
    }
}

@media screen and (min-width: 1440px) {
    .tertiary-hero__inner {
        padding-top: 187px
    }
}

.tertiary-hero__inner h1 {
    font-family: Benjamin, cursive;
    font-size: 36px;
    font-weight: 400;
    letter-spacing: -.02em;
    line-height: 44px
}

@media screen and (min-width: 580px) {
    .tertiary-hero__inner h1 {
        font-size: 36px
    }
}

@media screen and (min-width: 1440px) {
    .tertiary-hero__inner h1 {
        font-size: 36px
    }
}

@media screen and (min-width: 580px) {
    .tertiary-hero__inner h1 {
        line-height: 44px
    }
}

@media screen and (min-width: 1440px) {
    .tertiary-hero__inner h1 {
        line-height: 44px
    }
}

@media screen and (min-width: 580px) {
    .tertiary-hero__inner h1 {
        font-size: calc(22.51163px + 2.32558vw)
    }
}

@media screen and (min-width: 1440px) {
    .tertiary-hero__inner h1 {
        font-size: 56px
    }
}

@media screen and (min-width: 580px) {
    .tertiary-hero__inner h1 {
        line-height: calc(30.51163px + 2.32558vw)
    }
}

@media screen and (min-width: 1440px) {
    .tertiary-hero__inner h1 {
        line-height: 64px
    }
}

.tertiary-hero__inner p {
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 24px !important;
    line-height: 26px;
    margin-top: 15px
}

@media screen and (min-width: 580px) {
    .tertiary-hero__inner p {
        font-size: 16px
    }
}

@media screen and (min-width: 1440px) {
    .tertiary-hero__inner p {
        font-size: 16px
    }
}

@media screen and (min-width: 580px) {
    .tertiary-hero__inner p {
        line-height: 26px
    }
}

@media screen and (min-width: 1440px) {
    .tertiary-hero__inner p {
        line-height: 26px
    }
}

@media screen and (min-width: 580px) {
    .tertiary-hero__inner p {
        margin-top: calc(10.27907px + .81395vw)
    }
}

@media screen and (min-width: 1440px) {
    .tertiary-hero__inner p {
        margin-top: 22px
    }
}

.tertiary-hero__cta-container {
    -moz-column-gap: 20px;
    column-gap: 20px;
    display: flex;
    flex-direction: column;
    margin-top: 24px;
    row-gap: 10px
}

@media screen and (min-width: 580px) {
    .tertiary-hero__cta-container {
        margin-top: calc(25.34884px - .23256vw)
    }
}

@media screen and (min-width: 1440px) {
    .tertiary-hero__cta-container {
        margin-top: 22px
    }
}

@media only screen and (min-width: 768px) {
    .tertiary-hero__cta-container {
        display: grid;
        grid-auto-columns: minmax(134px, 1fr);
        grid-auto-flow: column;
        margin-left: auto;
        margin-right: auto;
        width: auto
    }
}

.tertiary-hero__cta-container .cta.secondary {
    border-color: #fff;
    border-color: var(--white);
    color: #fff;
    color: var(--white)
}

@media only screen and (min-width: 1024px) {
    .tertiary-hero.show_decorator:after {
        background-repeat: no-repeat;
        bottom: -198px;
        content: url(../images/Hero_V1_2.9fe10f.svg);
        position: absolute;
        right: 0
    }

    .tertiary-hero.theme--workplace.show_decorator:after {
        content: url(../images/Hero_V1_2_workplace.64073f.svg)
    }
}

.timeline {
    overflow: hidden;
    padding-bottom: 60px;
    padding-top: 49px
}

@media screen and (min-width: 580px) {
    .timeline {
        padding-top: calc(-3.60465px + 9.06977vw)
    }
}

@media screen and (min-width: 1440px) {
    .timeline {
        padding-top: 127px
    }
}

@media screen and (min-width: 580px) {
    .timeline {
        padding-bottom: calc(35.72093px + 4.18605vw)
    }
}

@media screen and (min-width: 1440px) {
    .timeline {
        padding-bottom: 96px
    }
}

.timeline h3 {
    font-family: Benjamin, cursive;
    font-size: 36px;
    font-weight: 400;
    letter-spacing: -.02em;
    line-height: 44px
}

@media screen and (min-width: 580px) {
    .timeline h3 {
        font-size: 36px
    }
}

@media screen and (min-width: 1440px) {
    .timeline h3 {
        font-size: 36px
    }
}

@media screen and (min-width: 580px) {
    .timeline h3 {
        line-height: 44px
    }
}

@media screen and (min-width: 1440px) {
    .timeline h3 {
        line-height: 44px
    }
}

@media only screen and (min-width: 940px) {
    .timeline h3 {
        font-family: Benjamin, cursive;
        font-size: 48px;
        font-weight: 400;
        letter-spacing: -.02em;
        line-height: 56px
    }
}

@media only screen and (min-width: 940px)and (min-width: 580px) {
    .timeline h3 {
        font-size: 48px
    }
}

@media only screen and (min-width: 940px)and (min-width: 1440px) {
    .timeline h3 {
        font-size: 48px
    }
}

@media only screen and (min-width: 940px)and (min-width: 580px) {
    .timeline h3 {
        line-height: 56px
    }
}

@media only screen and (min-width: 940px)and (min-width: 1440px) {
    .timeline h3 {
        line-height: 56px
    }
}

.timeline__list {
    margin-bottom: 24px;
    margin-top: 32px;
    overflow: visible !important
}

@media screen and (min-width: 580px) {
    .timeline__list {
        margin-top: calc(19.86047px + 2.09302vw)
    }
}

@media screen and (min-width: 1440px) {
    .timeline__list {
        margin-top: 50px
    }
}

@media screen and (min-width: 580px) {
    .timeline__list {
        margin-bottom: calc(18.60465px + .93023vw)
    }
}

@media screen and (min-width: 1440px) {
    .timeline__list {
        margin-bottom: 32px
    }
}

.timeline__item {
    border-left: 1px solid #375c5c;
    border-left: 1px solid var(--dark-green-400);
    display: flex;
    flex-direction: column;
    padding-left: 12px;
    padding-right: 32px;
    width: 300px
}

@media screen and (min-width: 580px) {
    .timeline__item {
        padding-left: calc(9.30233px + .46512vw)
    }
}

@media screen and (min-width: 1440px) {
    .timeline__item {
        padding-left: 16px
    }
}

@media screen and (min-width: 580px) {
    .timeline__item {
        padding-right: calc(25.25581px + 1.16279vw)
    }
}

@media screen and (min-width: 1440px) {
    .timeline__item {
        padding-right: 42px
    }
}

.timeline__item > img {
    display: inline-block;
    height: 50px;
    margin-bottom: 80px;
    width: 50px
}

.timeline__item > h4 {
    padding-bottom: 8px
}

.timeline__item > h5 {
    color: #63a8a3;
    color: var(--light-green-500);
    margin-top: auto;
    padding-bottom: 16px;
    padding-top: 40px
}

.timeline__controls {
    display: flex;
    justify-content: space-between
}

@media only screen and (max-width: 939.99px) {
    .timeline__inner {
        position: relative
    }

    .timeline .splide__arrow--next {
        left: 80px;
        position: absolute
    }
}

.timeline.theme--workplace .timeline__item > h5 {
    color: #00df9b;
    color: var(--green-teal-600)
}

.wysiwyg {
    padding-bottom: 80px;
    padding-top: 50px
}

@media screen and (min-width: 580px) {
    .wysiwyg {
        padding-top: calc(-8.67442px + 10.11628vw)
    }
}

@media screen and (min-width: 1440px) {
    .wysiwyg {
        padding-top: 137px
    }
}

@media screen and (min-width: 580px) {
    .wysiwyg {
        padding-bottom: calc(32.7907px + 8.13953vw)
    }
}

@media screen and (min-width: 1440px) {
    .wysiwyg {
        padding-bottom: 150px
    }
}

.wysiwyg__ctas {
    display: flex;
    flex-direction: column;
    margin-top: 22px
}

@media screen and (min-width: 580px) {
    .wysiwyg__ctas {
        margin-top: calc(17.27907px + .81395vw)
    }
}

@media screen and (min-width: 1440px) {
    .wysiwyg__ctas {
        margin-top: 29px
    }
}

@media (min-width: 940px) {
    .wysiwyg__ctas {
        flex-direction: row
    }
}

.wysiwyg__ctas a {
    margin-top: 10px;
    width: 100%
}

@media screen and (min-width: 580px) {
    .wysiwyg__ctas a {
        margin-top: calc(16.74419px - 1.16279vw)
    }
}

@media screen and (min-width: 1440px) {
    .wysiwyg__ctas a {
        margin-top: 0
    }
}

@media (min-width: 940px) {
    .wysiwyg__ctas a {
        margin-right: 20px;
        width: auto
    }
}

.embed-media {
    margin: 0 auto;
    max-width: 1440px;
    overflow: hidden;
    position: relative;
    width: 100%
}

.embed-media.p-top {
    padding-top: 71px
}

@media screen and (min-width: 580px) {
    .embed-media.p-top {
        padding-top: calc(-32.86047px + 17.90698vw)
    }
}

@media screen and (min-width: 1440px) {
    .embed-media.p-top {
        padding-top: 225px
    }
}

.embed-media.p-btm {
    padding-bottom: 80px
}

@media screen and (min-width: 580px) {
    .embed-media.p-btm {
        padding-bottom: calc(32.7907px + 8.13953vw)
    }
}

@media screen and (min-width: 1440px) {
    .embed-media.p-btm {
        padding-bottom: 150px
    }
}

.embed-media__inner .media-container {
    height: auto;
    max-width: 100%;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative
}

.embed-media__inner .media-container embed, .embed-media__inner .media-container iframe, .embed-media__inner .media-container object {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

@media only screen and (min-width: 768px) {
    .embed-media__inner.half {
        width: 50%
    }
}

.embed-media__inner.text .embed-media__heading {
    padding-bottom: 53px
}

@media screen and (min-width: 580px) {
    .embed-media__inner.text .embed-media__heading {
        padding-bottom: calc(46.25581px + 1.16279vw)
    }
}

@media screen and (min-width: 1440px) {
    .embed-media__inner.text .embed-media__heading {
        padding-bottom: 63px
    }
}

.embed-media__inner.text .text-video, .embed-media__inner.text .video-text {
    display: flex;
    flex-direction: column;
    row-gap: 50px
}

@media screen and (min-width: 580px) {
    .embed-media__inner.text .text-video, .embed-media__inner.text .video-text {
        row-gap: calc(40.55814px + 1.62791vw)
    }
}

@media screen and (min-width: 1440px) {
    .embed-media__inner.text .text-video, .embed-media__inner.text .video-text {
        row-gap: 64px
    }
}

.embed-media__inner.text .text-video .media-container, .embed-media__inner.text .video-text .media-container {
    padding-bottom: 32px
}

@media only screen and (min-width: 768px) {
    .embed-media__inner.text .text-video, .embed-media__inner.text .video-text {
        flex-direction: row;
        justify-content: space-between
    }

    .embed-media__inner.text .text-video .media-container, .embed-media__inner.text .video-text .media-container {
        align-self: center
    }
}

.embed-media__inner.text .text-video {
    flex-direction: column-reverse
}

@media only screen and (min-width: 768px) {
    .embed-media__inner.text .text-video {
        flex-direction: row-reverse
    }
}

.embed-media__inner.text .media-container, .embed-media__inner.text .text-container {
    width: 100%
}

@media only screen and (min-width: 768px) {
    .embed-media__inner.text .media-container, .embed-media__inner.text .text-container {
        padding: 0;
        width: 45%
    }
}

.embed-media__inner.text .media-container > div {
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
    width: 100%
}

.embed-media__heading, .embed-media__subheading {
    color: #053333;
    color: var(--dark-green-500);
    font-family: Benjamin, cursive;
    font-size: 28px;
    font-weight: 400;
    letter-spacing: -.02em;
    line-height: 36px;
    text-align: center
}

@media screen and (min-width: 580px) {
    .embed-media__heading, .embed-media__subheading {
        font-size: 28px
    }
}

@media screen and (min-width: 1440px) {
    .embed-media__heading, .embed-media__subheading {
        font-size: 28px
    }
}

@media screen and (min-width: 580px) {
    .embed-media__heading, .embed-media__subheading {
        line-height: 36px
    }
}

@media screen and (min-width: 1440px) {
    .embed-media__heading, .embed-media__subheading {
        line-height: 36px
    }
}

@media only screen and (min-width: 768px) {
    .embed-media__heading, .embed-media__subheading {
        font-family: Benjamin, cursive;
        font-size: 24px;
        font-weight: 400;
        letter-spacing: -.02em;
        line-height: 32px
    }
}

@media only screen and (min-width: 768px)and (min-width: 580px) {
    .embed-media__heading, .embed-media__subheading {
        font-size: 24px
    }
}

@media only screen and (min-width: 768px)and (min-width: 1440px) {
    .embed-media__heading, .embed-media__subheading {
        font-size: 24px
    }
}

@media only screen and (min-width: 768px)and (min-width: 580px) {
    .embed-media__heading, .embed-media__subheading {
        line-height: 32px
    }
}

@media only screen and (min-width: 768px)and (min-width: 1440px) {
    .embed-media__heading, .embed-media__subheading {
        line-height: 32px
    }
}

.embed-media__heading + .media-container, .embed-media__subheading + .media-container {
    margin-top: 32px
}

.embed-media__heading {
    font-family: Benjamin, cursive;
    font-size: 56px;
    font-weight: 400;
    letter-spacing: -.02em;
    line-height: 64px
}

@media screen and (min-width: 580px) {
    .embed-media__heading {
        font-size: 56px
    }
}

@media screen and (min-width: 1440px) {
    .embed-media__heading {
        font-size: 56px
    }
}

@media screen and (min-width: 580px) {
    .embed-media__heading {
        line-height: 64px
    }
}

@media screen and (min-width: 1440px) {
    .embed-media__heading {
        line-height: 64px
    }
}

.embed-media__subheading + .embed-media__heading {
    margin-top: 19px
}

.embed-media__intro {
    font-family: Inter, sans-serif;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 30px;
    margin: 19px auto 32px;
    max-width: 540px;
    text-align: center
}

@media screen and (min-width: 580px) {
    .embed-media__intro {
        font-size: 20px
    }
}

@media screen and (min-width: 1440px) {
    .embed-media__intro {
        font-size: 20px
    }
}

@media screen and (min-width: 580px) {
    .embed-media__intro {
        line-height: 30px
    }
}

@media screen and (min-width: 1440px) {
    .embed-media__intro {
        line-height: 30px
    }
}

.embed-media.has-bg {
    background-color: #eff6f6;
    background-color: var(--light-green-50);
    padding-bottom: 30px;
    padding-top: 30px
}

@media screen and (min-width: 580px) {
    .embed-media.has-bg {
        padding-bottom: calc(-17.2093px + 8.13953vw)
    }
}

@media screen and (min-width: 1440px) {
    .embed-media.has-bg {
        padding-bottom: 100px
    }
}

@media screen and (min-width: 580px) {
    .embed-media.has-bg {
        padding-top: calc(-17.2093px + 8.13953vw)
    }
}

@media screen and (min-width: 1440px) {
    .embed-media.has-bg {
        padding-top: 100px
    }
}

.embed-media.has-bg.theme--workplace {
    background-color: #e6fcf5;
    background-color: var(--green-teal-100)
}

.share-article {
    margin: 0 auto;
    max-width: 1200px;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%
}

@media screen and (min-width: 580px) {
    .share-article {
        padding-left: calc(6.51163px + 2.32558vw)
    }
}

@media screen and (min-width: 1440px) {
    .share-article {
        padding-left: 40px
    }
}

@media screen and (min-width: 580px) {
    .share-article {
        padding-right: calc(6.51163px + 2.32558vw)
    }
}

@media screen and (min-width: 1440px) {
    .share-article {
        padding-right: 40px
    }
}

.share-article__wrap {
    border-top: 1px solid #d9d7d8;
    border-top: 1px solid var(--silver-100);
    margin: 0 auto;
    max-width: 992px;
    width: 100%
}

.share-article__inner {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    max-width: 736px;
    padding-bottom: 30px;
    padding-top: 30px;
    width: 100%
}

@media screen and (min-width: 580px) {
    .share-article__inner {
        padding-top: calc(16.51163px + 2.32558vw)
    }
}

@media screen and (min-width: 1440px) {
    .share-article__inner {
        padding-top: 50px
    }
}

@media screen and (min-width: 580px) {
    .share-article__inner {
        padding-bottom: calc(16.51163px + 2.32558vw)
    }
}

@media screen and (min-width: 1440px) {
    .share-article__inner {
        padding-bottom: 50px
    }
}

.share-article__inner h3 {
    font-family: Benjamin, cursive;
    font-size: 36px;
    font-weight: 400;
    letter-spacing: -.02em;
    line-height: 44px
}

@media screen and (min-width: 580px) {
    .share-article__inner h3 {
        font-size: 36px
    }
}

@media screen and (min-width: 1440px) {
    .share-article__inner h3 {
        font-size: 36px
    }
}

@media screen and (min-width: 580px) {
    .share-article__inner h3 {
        line-height: 44px
    }
}

@media screen and (min-width: 1440px) {
    .share-article__inner h3 {
        line-height: 44px
    }
}

.share-article__inner ul {
    display: flex;
    flex-direction: row;
    margin-top: 1.2em
}

.share-article__inner ul li {
    align-items: center;
    background-color: #375c5c;
    border-radius: 50%;
    display: flex;
    height: 48px;
    justify-content: center;
    margin-right: 14px;
    width: 48px
}

.article-date-stamps {
    padding-bottom: 40px
}

@media only screen and (max-width: 767.99px) {
    .article-date-stamps {
        margin: 0 auto;
        max-width: 816px;
        padding-left: 20px;
        padding-right: 20px;
        width: 100%
    }
}

@media only screen and (max-width: 767.99px)and (min-width: 580px) {
    .article-date-stamps {
        padding-left: calc(6.51163px + 2.32558vw)
    }
}

@media only screen and (max-width: 767.99px)and (min-width: 1440px) {
    .article-date-stamps {
        padding-left: 40px
    }
}

@media only screen and (max-width: 767.99px)and (min-width: 580px) {
    .article-date-stamps {
        padding-right: calc(6.51163px + 2.32558vw)
    }
}

@media only screen and (max-width: 767.99px)and (min-width: 1440px) {
    .article-date-stamps {
        padding-right: 40px
    }
}

.article-date-stamps h4 {
    color: #053333
}

.article-date-stamps h4:first-child {
    color: #7c7d80;
    font-size: 14px
}

.article-date-stamps h4 span {
    font-weight: 400
}

.article-date-stamps h4:not(:first-child) {
    padding-top: 10px
}

.site-map {
    padding-bottom: 80px;
    padding-top: 60px
}

@media screen and (min-width: 580px) {
    .site-map {
        padding-top: calc(33.02326px + 4.65116vw)
    }
}

@media screen and (min-width: 1440px) {
    .site-map {
        padding-top: 100px
    }
}

@media screen and (min-width: 580px) {
    .site-map {
        padding-bottom: calc(53.02326px + 4.65116vw)
    }
}

@media screen and (min-width: 1440px) {
    .site-map {
        padding-bottom: 120px
    }
}

.site-map h2 {
    padding-bottom: 12px
}

.site-map ul:not(:last-child) {
    padding-bottom: 30px
}

.site-map li:not(:last-child) {
    padding-bottom: 12px
}

.site-map a {
    transition: all .2s ease
}

.site-map a:hover {
    -webkit-text-decoration: underline;
    text-decoration: underline
}

@keyframes splide-loading {
    0% {
        transform: rotate(0)
    }
    to {
        transform: rotate(1turn)
    }
}

.splide__track--draggable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    user-select: none
}

.splide__track--fade > .splide__list > .splide__slide {
    margin: 0 !important;
    opacity: 0;
    z-index: 0
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
    opacity: 1;
    z-index: 1
}

.splide--rtl {
    direction: rtl
}

.splide__track--ttb > .splide__list {
    display: block
}

.splide__container {
    box-sizing: border-box;
    position: relative
}

.splide__list {
    backface-visibility: hidden;
    display: flex;
    height: 100%;
    margin: 0 !important;
    padding: 0 !important
}

.splide.is-initialized:not(.is-active) .splide__list {
    display: block
}

.splide__pagination {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
    pointer-events: none
}

.splide__pagination li {
    display: inline-block;
    line-height: 1;
    list-style-type: none;
    margin: 0;
    pointer-events: auto
}

.splide:not(.is-overflow) .splide__pagination {
    display: none
}

.splide__progress__bar {
    width: 0
}

.splide {
    position: relative;
    visibility: hidden
}

.splide.is-initialized, .splide.is-rendered {
    visibility: visible
}

.splide__slide {
    backface-visibility: hidden;
    box-sizing: border-box;
    flex-shrink: 0;
    list-style-type: none !important;
    margin: 0;
    position: relative
}

.splide__slide img {
    vertical-align: bottom
}

.splide__spinner {
    animation: splide-loading 1s linear infinite;
    border: 2px solid #999;
    border-left-color: #0000;
    border-radius: 50%;
    bottom: 0;
    contain: strict;
    display: inline-block;
    height: 20px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px
}

.splide__sr {
    clip: rect(0 0 0 0);
    border: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
    display: none
}

.splide__toggle.is-active .splide__toggle__pause {
    display: inline
}

.splide__track {
    overflow: hidden;
    position: relative;
    z-index: 0
}
