/*!
 * OverlayScrollbars
 * https://github.com/KingSora/OverlayScrollbars
 *
 * Version: 1.13.0
 *
 * Copyright KingSora | Rene Haas.
 * https://github.com/KingSora
 *
 * Released under the MIT license.
 * Date: 02.08.2020
 */

/*
OVERLAY SCROLLBARS CORE:
*/

html.os-html,
html.os-html > .os-host {
    display: block;
    overflow: hidden;
    box-sizing: border-box;
    height: 100% !important;
    width: 100% !important;
    min-width: 100% !important;
    min-height: 100% !important;
    margin: 0 !important;
    position: absolute !important; /* could be position: fixed; but it causes issues on iOS (-webkit-overflow-scrolling: touch) */
}
html.os-html > .os-host > .os-padding {
    position: absolute; /* could be position: fixed; but it causes issues on iOS (-webkit-overflow-scrolling: touch) */
}
body.os-dragging,
body.os-dragging * {
    cursor: default;
}
.os-host,
.os-host-textarea {
    position: relative;
    overflow: visible !important;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
                -ms-grid-row-align: flex-start;
            align-items: flex-start;
}
.os-host-flexbox {
    overflow: hidden !important;
    display: flex;
}
.os-host-flexbox > .os-size-auto-observer {
    height: inherit !important;
}
.os-host-flexbox > .os-content-glue {
    flex-grow: 1;
    flex-shrink: 0;
}
.os-host-flexbox > .os-size-auto-observer,
.os-host-flexbox > .os-content-glue {
    min-height: 0;
    min-width: 0;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: auto;
}
#os-dummy-scrollbar-size {
    position: fixed;
    opacity: 0;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
    visibility: hidden;
    overflow: scroll;
    height: 500px;
    width: 500px;
}
#os-dummy-scrollbar-size > div {
    width: 200%;
    height: 200%; 
    margin: 10px 0;
}
/* fix restricted measuring */
#os-dummy-scrollbar-size:before,
#os-dummy-scrollbar-size:after,
.os-content:before,
.os-content:after {
    content: '';
    display: table;
    width: 0.01px;
    height: 0.01px;
    line-height: 0;
    font-size: 0;
    flex-grow: 0;
    flex-shrink: 0;
    visibility: hidden;
}
#os-dummy-scrollbar-size,
.os-viewport {
    -ms-overflow-style: scrollbar !important;
}
.os-viewport-native-scrollbars-invisible#os-dummy-scrollbar-size,
.os-viewport-native-scrollbars-invisible.os-viewport {
    scrollbar-width: none !important;
}
.os-viewport-native-scrollbars-invisible#os-dummy-scrollbar-size::-webkit-scrollbar,
.os-viewport-native-scrollbars-invisible.os-viewport::-webkit-scrollbar,
.os-viewport-native-scrollbars-invisible#os-dummy-scrollbar-size::-webkit-scrollbar-corner,
.os-viewport-native-scrollbars-invisible.os-viewport::-webkit-scrollbar-corner {
    display: none !important;
    width: 0px !important;
    height: 0px !important;
    visibility: hidden !important;
    background: transparent !important;
}
.os-content-glue {
    box-sizing: inherit;
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    pointer-events: none;
}
.os-padding {
    box-sizing: inherit;
    direction: inherit;
    position: absolute;
    overflow: visible;
    padding: 0;
    margin: 0;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: auto !important;
    height: auto !important;
	z-index: 0;
}
.os-host-overflow > .os-padding {
    overflow: hidden;
}
.os-viewport {
    direction: inherit !important;
    box-sizing: inherit !important;
    resize: none !important;
    outline: none !important;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0;
    margin: 0;
    -webkit-overflow-scrolling: touch;
}
.os-content-arrange {
    position: absolute;
    z-index: -1;
    min-height: 1px;
    min-width: 1px;
    pointer-events: none;
}
.os-content {
    direction: inherit;
    box-sizing: border-box !important;
    position: relative;
    display: block;
    height: 100%;
    width: 100%;
    height: 100%;
    width: 100%;
    visibility: visible;
}
.os-content > .os-textarea {
    box-sizing: border-box !important;
    direction: inherit !important;
    background: transparent !important;
    outline: 0px none transparent !important;
    overflow: hidden !important;
    position: absolute !important;
    display: block !important;
    top: 0 !important;
    left: 0 !important;
    margin: 0 !important;
    border-radius: 0px !important;
    float: none !important;
    filter: none !important;
    border: none !important;
    resize: none !important;
    transform: none !important;
    max-width: none !important;
    max-height: none !important;
    box-shadow: none !important;
    perspective: none !important;
    opacity: 1 !important;
    z-index: 1 !important;
    clip: auto !important;
    vertical-align: baseline !important;
    padding: 0px;
}
.os-host-rtl > .os-padding > .os-viewport > .os-content > .os-textarea {
    right: 0 !important;
}
.os-content > .os-textarea-cover {
    z-index: -1;
    pointer-events: none;
}
.os-content > .os-textarea[wrap='off'] {
    white-space: pre !important;
    margin: 0px !important;
}
.os-text-inherit {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
    font-variant: inherit;
    text-transform: inherit;
    text-decoration: inherit;
    text-indent: inherit;
    text-align: inherit;
    text-shadow: inherit;
    text-overflow: inherit;
    letter-spacing: inherit;
    word-spacing: inherit;
    line-height: inherit;
    unicode-bidi: inherit;
    direction: inherit;
    color: inherit;
    cursor: text;
}
.os-resize-observer,
.os-resize-observer-host {
    box-sizing: inherit;
    display: block;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
    pointer-events: none;
    z-index: -1;
}
.os-resize-observer-host {
    padding: inherit;
    border: inherit;
    border-color: transparent;
    border-style: solid;
    box-sizing: border-box;
}
.os-resize-observer-host.observed {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.os-resize-observer-host > .os-resize-observer,
.os-resize-observer-host.observed > .os-resize-observer {
    height: 200%;
    width: 200%;
    padding: inherit;
    border: inherit;
    margin: 0;
    display: block;
    box-sizing: content-box;
}
.os-resize-observer-host.observed > .os-resize-observer,
.os-resize-observer-host.observed > .os-resize-observer:before {
    display: flex;
    position: relative;
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: auto;
    box-sizing: border-box;
}
.os-resize-observer-host.observed > .os-resize-observer:before {
    content: '';
    box-sizing: content-box;
    padding: inherit;
    border: inherit;
    margin: 0;
}
.os-size-auto-observer {
    box-sizing: inherit !important;
    height: 100%;
    width: inherit;
    max-width: 1px;
    position: relative;
    float: left;
    max-height: 1px;
    overflow: hidden;
    z-index: -1;
    padding: 0;
    margin: 0;
    pointer-events: none;
    flex-grow: inherit;
    flex-shrink: 0;
    flex-basis: 0;
}
.os-size-auto-observer > .os-resize-observer {
    width: 1000%;
    height: 1000%;
    min-height: 1px;
    min-width: 1px;
}
.os-resize-observer-item {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -1;
    opacity: 0;
    direction: ltr !important;
    flex: none !important;
}
.os-resize-observer-item-final {
    position: absolute;
    left: 0;
    top: 0;
    transition: none !important;
    flex: none !important;
}
.os-resize-observer {
    animation-duration: 0.001s;
    animation-name: os-resize-observer-dummy-animation;
}
object.os-resize-observer {
    box-sizing: border-box !important;
}
@keyframes os-resize-observer-dummy-animation {
    from {
		cursor: auto;
	}
	to {
		cursor: none;
	}
}

/*
CUSTOM SCROLLBARS AND CORNER CORE:
*/

.os-host-transition > .os-scrollbar,
.os-host-transition > .os-scrollbar-corner {
    transition: opacity 0.3s, visibility 0.3s, top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
}
html.os-html > .os-host > .os-scrollbar {
    position: absolute; /* could be position: fixed; but it causes issues on iOS (-webkit-overflow-scrolling: touch) */
    z-index: 999999; /* highest z-index of the page */
}
.os-scrollbar,
.os-scrollbar-corner {
    position: absolute;
    opacity: 1;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
    z-index: 1;
}
.os-scrollbar-corner {
    bottom: 0;
    right: 0;
}
.os-scrollbar {
    pointer-events: none;
}
.os-scrollbar-track {
    pointer-events: auto;
    position: relative;
    height: 100%;
    width: 100%;
    padding: 0 !important;
    border: none !important;
}
.os-scrollbar-handle {
    pointer-events: auto;
    position: absolute;
    width: 100%;
    height: 100%;
}
.os-scrollbar-handle-off,
.os-scrollbar-track-off {
    pointer-events: none;
}
.os-scrollbar.os-scrollbar-unusable,
.os-scrollbar.os-scrollbar-unusable * {
    pointer-events: none !important;
}
.os-scrollbar.os-scrollbar-unusable .os-scrollbar-handle {
    opacity: 0 !important;
}
.os-scrollbar-horizontal {
    bottom: 0;
    left: 0;
}
.os-scrollbar-vertical {
    top: 0;
    right: 0;
}
.os-host-rtl > .os-scrollbar-horizontal {
    right: 0;
}
.os-host-rtl > .os-scrollbar-vertical {
    right: auto;
    left: 0;
}
.os-host-rtl > .os-scrollbar-corner {
    right: auto;
    left: 0;
}
.os-scrollbar-auto-hidden,
.os-padding + .os-scrollbar-corner,
.os-host-resize-disabled.os-host-scrollbar-horizontal-hidden > .os-scrollbar-corner,
.os-host-scrollbar-horizontal-hidden > .os-scrollbar-horizontal,
.os-host-resize-disabled.os-host-scrollbar-vertical-hidden > .os-scrollbar-corner,
.os-host-scrollbar-vertical-hidden > .os-scrollbar-vertical,
.os-scrollbar-horizontal.os-scrollbar-auto-hidden + .os-scrollbar-vertical + .os-scrollbar-corner,
.os-scrollbar-horizontal + .os-scrollbar-vertical.os-scrollbar-auto-hidden + .os-scrollbar-corner,
.os-scrollbar-horizontal.os-scrollbar-auto-hidden + .os-scrollbar-vertical.os-scrollbar-auto-hidden + .os-scrollbar-corner {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}
.os-scrollbar-corner-resize-both {
    cursor: nwse-resize;
}
.os-host-rtl > .os-scrollbar-corner-resize-both {
    cursor: nesw-resize;
}
.os-scrollbar-corner-resize-horizontal {
    cursor: ew-resize;
}
.os-scrollbar-corner-resize-vertical {
    cursor: ns-resize;
}
.os-dragging .os-scrollbar-corner.os-scrollbar-corner-resize {
    cursor: default;
}
.os-host-resize-disabled.os-host-scrollbar-horizontal-hidden > .os-scrollbar-vertical {
    top: 0;
    bottom: 0;
}
.os-host-resize-disabled.os-host-scrollbar-vertical-hidden > .os-scrollbar-horizontal,
.os-host-rtl.os-host-resize-disabled.os-host-scrollbar-vertical-hidden > .os-scrollbar-horizontal {
    right: 0;
    left: 0;
}
.os-scrollbar:hover,
.os-scrollbar-corner.os-scrollbar-corner-resize {
    opacity: 1 !important;
    visibility: visible !important;
}
.os-scrollbar-corner.os-scrollbar-corner-resize {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+PHN2ZyAgIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIiAgIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyIgICB4bWxuczpzdmc9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgICB3aWR0aD0iMTAiICAgaGVpZ2h0PSIxMCIgICB2ZXJzaW9uPSIxLjEiPiAgPGcgICAgIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAsLTEwNDIuMzYyMikiICAgICBzdHlsZT0iZGlzcGxheTppbmxpbmUiPiAgICA8cGF0aCAgICAgICBzdHlsZT0iZmlsbDojMDAwMDAwO2ZpbGwtb3BhY2l0eTowLjQ5NDExNzY1O2ZpbGwtcnVsZTpldmVub2RkO3N0cm9rZTpub25lIiAgICAgICBkPSJtIDcuNDI0MjE4NywxMDQyLjM2MjIgYyAtMC43MjM1NzkyLDAgLTEuMzEwMTU2MiwwLjU4NjYgLTEuMzEwMTU2MiwxLjMxMDIgMCwwLjI5OSAwLjEwNDM0MTksMC41NzEgMC4yNzI5NDkyLDAuNzkxNSAwLjIwOTEwMjQsMC4xNDEzIDAuNDY1NjIwNiwwLjIxODQgMC43MzY5NjI5LDAuMjE4NCAwLjcyMzU3OTMsMCAxLjMxMDE1NjMsLTAuNTg2NiAxLjMxMDE1NjMsLTEuMzEwMiAwLC0wLjI3MTMgLTAuMDc3MDkzLC0wLjUyNzggLTAuMjE4MzU5NCwtMC43MzcgLTAuMjIwNDk0MSwtMC4xNjg2IC0wLjQ5MjU0NDMsLTAuMjcyOSAtMC43OTE1NTI4LC0wLjI3MjkgeiBtIDAsMy4wODQzIGMgLTAuNzIzNTc5MiwwIC0xLjMxMDE1NjIsMC41ODY2IC0xLjMxMDE1NjIsMS4zMTAyIDAsMC4yOTkgMC4xMDQzNDE5LDAuNTcxIDAuMjcyOTQ5MiwwLjc5MTUgMC4yMDkxMDI0LDAuMTQxMyAwLjQ2NTYyMDYsMC4yMTg0IDAuNzM2OTYyOSwwLjIxODQgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjYgMS4zMTAxNTYzLC0xLjMxMDIgMCwtMC4yNzEzIC0wLjA3NzA5MywtMC41Mjc4IC0wLjIxODM1OTQsLTAuNzM2OSAtMC4yMjA0OTQxLC0wLjE2ODYgLTAuNDkyNTQ0MywtMC4yNzMgLTAuNzkxNTUyOCwtMC4yNzMgeiBtIC0zLjA4NDMyNjEsMCBjIC0wLjcyMzU3OTMsMCAtMS4zMTAxNTYzLDAuNTg2NiAtMS4zMTAxNTYzLDEuMzEwMiAwLDAuMjk5IDAuMTA0MzQxOSwwLjU3MSAwLjI3Mjk0OTIsMC43OTE1IDAuMjA5MTAyNCwwLjE0MTMgMC40NjU2MjA3LDAuMjE4NCAwLjczNjk2MjksMC4yMTg0IDAuNzIzNTc5MywwIDEuMzEwMTU2MywtMC41ODY2IDEuMzEwMTU2MywtMS4zMTAyIDAsLTAuMjcxMyAtMC4wNzcwOTMsLTAuNTI3OCAtMC4yMTgzNTk0LC0wLjczNjkgLTAuMjIwNDk0LC0wLjE2ODYgLTAuNDkyNTQ0MiwtMC4yNzMgLTAuNzkxNTUyNywtMC4yNzMgeiBtIC0zLjAyOTczNjQsMy4wMjk4IEMgMC41ODY1NzY5MywxMDQ4LjQ3NjMgMCwxMDQ5LjA2MjggMCwxMDQ5Ljc4NjQgYyAwLDAuMjk5IDAuMTA0MzQxOSwwLjU3MTEgMC4yNzI5NDkyMiwwLjc5MTYgMC4yMDkxMDIyOSwwLjE0MTIgMC40NjU2MjA2NSwwLjIxODMgMC43MzY5NjI4OCwwLjIxODMgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjUgMS4zMTAxNTYzLC0xLjMxMDEgMCwtMC4yNzE0IC0wLjA3NzA5MywtMC41Mjc5IC0wLjIxODM1OTQsLTAuNzM3IC0wLjIyMDQ5NDEsLTAuMTY4NiAtMC40OTI1NDQzLC0wLjI3MjkgLTAuNzkxNTUyOCwtMC4yNzI5IHogbSAzLjAyOTczNjQsMCBjIC0wLjcyMzU3OTMsMCAtMS4zMTAxNTYzLDAuNTg2NSAtMS4zMTAxNTYzLDEuMzEwMSAwLDAuMjk5IDAuMTA0MzQxOSwwLjU3MTEgMC4yNzI5NDkyLDAuNzkxNiAwLjIwOTEwMjQsMC4xNDEyIDAuNDY1NjIwNywwLjIxODMgMC43MzY5NjI5LDAuMjE4MyAwLjcyMzU3OTMsMCAxLjMxMDE1NjMsLTAuNTg2NSAxLjMxMDE1NjMsLTEuMzEwMSAwLC0wLjI3MTQgLTAuMDc3MDkzLC0wLjUyNzkgLTAuMjE4MzU5NCwtMC43MzcgLTAuMjIwNDk0LC0wLjE2ODYgLTAuNDkyNTQ0MiwtMC4yNzI5IC0wLjc5MTU1MjcsLTAuMjcyOSB6IG0gMy4wODQzMjYxLDAgYyAtMC43MjM1NzkyLDAgLTEuMzEwMTU2MiwwLjU4NjUgLTEuMzEwMTU2MiwxLjMxMDEgMCwwLjI5OSAwLjEwNDM0MTksMC41NzExIDAuMjcyOTQ5MiwwLjc5MTYgMC4yMDkxMDI0LDAuMTQxMiAwLjQ2NTYyMDYsMC4yMTgzIDAuNzM2OTYyOSwwLjIxODMgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjUgMS4zMTAxNTYzLC0xLjMxMDEgMCwtMC4yNzE0IC0wLjA3NzA5MywtMC41Mjc5IC0wLjIxODM1OTQsLTAuNzM3IC0wLjIyMDQ5NDEsLTAuMTY4NiAtMC40OTI1NDQzLC0wLjI3MjkgLTAuNzkxNTUyOCwtMC4yNzI5IHoiLz4gIDwvZz4gIDxnICAgICBzdHlsZT0iZGlzcGxheTppbmxpbmUiPiAgICA8cGF0aCAgICAgICBzdHlsZT0iZmlsbDojZmZmZmZmO2ZpbGwtb3BhY2l0eToxO2ZpbGwtcnVsZTpldmVub2RkO3N0cm9rZTpub25lIiAgICAgICBkPSJtIDguMjE1NzcxNSwwLjI3Mjk0OTIyIGMgMC4xNDEyNjY3LDAuMjA5MTAyMjkgMC4yMTgzNTk0LDAuNDY1NjIwNjUgMC4yMTgzNTk0LDAuNzM2OTYyODggMCwwLjcyMzU3OTMgLTAuNTg2NTc3LDEuMzEwMTU2MyAtMS4zMTAxNTYzLDEuMzEwMTU2MyAtMC4yNzEzNDIzLDAgLTAuNTI3ODYwNSwtMC4wNzcwOTMgLTAuNzM2OTYyOSwtMC4yMTgzNTk0IDAuMjM5NDEwNCwwLjMxMzA4NTkgMC42MTI2MzYyLDAuNTE4NjAzNSAxLjAzNzIwNywwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjU3NyAxLjMxMDE1NjMsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDc2IC0wLjIwNTUxNzYsLTAuNzk3Nzk2NTkgLTAuNTE4NjAzNSwtMS4wMzcyMDY5OCB6IG0gMCwzLjA4NDMyNjE4IGMgMC4xNDEyNjY3LDAuMjA5MTAyMyAwLjIxODM1OTQsMC40NjU2MjA2IDAuMjE4MzU5NCwwLjczNjk2MjkgMCwwLjcyMzU3OTMgLTAuNTg2NTc3LDEuMzEwMTU2MiAtMS4zMTAxNTYzLDEuMzEwMTU2MiAtMC4yNzEzNDIzLDAgLTAuNTI3ODYwNSwtMC4wNzcwOTMgLTAuNzM2OTYyOSwtMC4yMTgzNTkzIDAuMjM5NDEwNCwwLjMxMzA4NTkgMC42MTI2MzYyLDAuNTE4NjAzNSAxLjAzNzIwNywwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjU3NyAxLjMxMDE1NjMsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDggLTAuMjA1NTE3NiwtMC43OTc3OTY3IC0wLjUxODYwMzUsLTEuMDM3MjA3IHogbSAtMy4wODQzMjYyLDAgYyAwLjE0MTI2NjcsMC4yMDkxMDIzIDAuMjE4MzU5NCwwLjQ2NTYyMDYgMC4yMTgzNTk0LDAuNzM2OTYyOSAwLDAuNzIzNTc5MyAtMC41ODY1NzcsMS4zMTAxNTYyIC0xLjMxMDE1NjMsMS4zMTAxNTYyIC0wLjI3MTM0MjIsMCAtMC41Mjc4NjA1LC0wLjA3NzA5MyAtMC43MzY5NjI5LC0wLjIxODM1OTMgMC4yMzk0MTA0LDAuMzEzMDg1OSAwLjYxMjYzNjMsMC41MTg2MDM1IDEuMDM3MjA3MSwwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYyLC0wLjU4NjU3NyAxLjMxMDE1NjIsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDggLTAuMjA1NTE3NSwtMC43OTc3OTY3IC0wLjUxODYwMzUsLTEuMDM3MjA3IHogTSAyLjEwMTcwOSw2LjM4NzAxMTcgYyAwLjE0MTI2NjcsMC4yMDkxMDI0IDAuMjE4MzU5NCwwLjQ2NTYyMDYgMC4yMTgzNTk0LDAuNzM2OTYyOSAwLDAuNzIzNTc5MyAtMC41ODY1NzcsMS4zMTAxNTYzIC0xLjMxMDE1NjMsMS4zMTAxNTYzIC0wLjI3MTM0MjIzLDAgLTAuNTI3ODYwNTksLTAuMDc3MDkzIC0wLjczNjk2Mjg4LC0wLjIxODM1OTQgMC4yMzk0MTAzOSwwLjMxMzA4NTkgMC42MTI2MzYyMiwwLjUxODYwMzUgMS4wMzcyMDY5OCwwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjU3NyAxLjMxMDE1NjMsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDggLTAuMjA1NTE3NiwtMC43OTc3OTY2IC0wLjUxODYwMzUsLTEuMDM3MjA3IHogbSAzLjAyOTczNjMsMCBjIDAuMTQxMjY2NywwLjIwOTEwMjQgMC4yMTgzNTk0LDAuNDY1NjIwNiAwLjIxODM1OTQsMC43MzY5NjI5IDAsMC43MjM1NzkzIC0wLjU4NjU3NywxLjMxMDE1NjMgLTEuMzEwMTU2MywxLjMxMDE1NjMgLTAuMjcxMzQyMiwwIC0wLjUyNzg2MDUsLTAuMDc3MDkzIC0wLjczNjk2MjksLTAuMjE4MzU5NCAwLjIzOTQxMDQsMC4zMTMwODU5IDAuNjEyNjM2MywwLjUxODYwMzUgMS4wMzcyMDcxLDAuNTE4NjAzNSAwLjcyMzU3OTMsMCAxLjMxMDE1NjIsLTAuNTg2NTc3IDEuMzEwMTU2MiwtMS4zMTAxNTYzIDAsLTAuNDI0NTcwOCAtMC4yMDU1MTc1LC0wLjc5Nzc5NjYgLTAuNTE4NjAzNSwtMS4wMzcyMDcgeiBtIDMuMDg0MzI2MiwwIGMgMC4xNDEyNjY3LDAuMjA5MTAyNCAwLjIxODM1OTQsMC40NjU2MjA2IDAuMjE4MzU5NCwwLjczNjk2MjkgMCwwLjcyMzU3OTMgLTAuNTg2NTc3LDEuMzEwMTU2MyAtMS4zMTAxNTYzLDEuMzEwMTU2MyAtMC4yNzEzNDIzLDAgLTAuNTI3ODYwNSwtMC4wNzcwOTMgLTAuNzM2OTYyOSwtMC4yMTgzNTk0IDAuMjM5NDEwNCwwLjMxMzA4NTkgMC42MTI2MzYyLDAuNTE4NjAzNSAxLjAzNzIwNywwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjU3NyAxLjMxMDE1NjMsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDggLTAuMjA1NTE3NiwtMC43OTc3OTY2IC0wLjUxODYwMzUsLTEuMDM3MjA3IHoiIC8+ICA8L2c+PC9zdmc+);
    background-repeat: no-repeat;
    background-position: 100% 100%;
    pointer-events: auto !important;
}
.os-host-rtl > .os-scrollbar-corner.os-scrollbar-corner-resize {
    transform: scale(-1, 1);
}
.os-host-overflow {
    overflow: hidden !important;
}
.os-host-overflow-x {
} 
.os-host-overflow-y {
} 

/*
THEMES:
*/

/* NONE THEME: */
.os-theme-none > .os-scrollbar-horizontal,
.os-theme-none > .os-scrollbar-vertical,
.os-theme-none > .os-scrollbar-corner {
    display: none !important;
}
.os-theme-none > .os-scrollbar-corner-resize {
    display: block !important;
    min-width: 10px;
    min-height: 10px;
}
/* DARK & LIGHT THEME: */
.os-theme-dark > .os-scrollbar-horizontal,
.os-theme-light > .os-scrollbar-horizontal {
    right: 10px;
    height: 10px;
}
.os-theme-dark > .os-scrollbar-vertical,
.os-theme-light > .os-scrollbar-vertical {
    bottom: 10px;
    width: 10px;
}
.os-theme-dark.os-host-rtl > .os-scrollbar-horizontal,
.os-theme-light.os-host-rtl > .os-scrollbar-horizontal {
    left: 10px;
    right: 0;
}
.os-theme-dark > .os-scrollbar-corner,
.os-theme-light > .os-scrollbar-corner {
    height: 10px;
    width: 10px;
}
.os-theme-dark > .os-scrollbar-corner,
.os-theme-light > .os-scrollbar-corner {
    background-color: transparent;
}
.os-theme-dark > .os-scrollbar,
.os-theme-light > .os-scrollbar {
    padding: 2px;
    box-sizing: border-box;
    background: transparent;
}
.os-theme-dark > .os-scrollbar.os-scrollbar-unusable,
.os-theme-light > .os-scrollbar.os-scrollbar-unusable {
    background: transparent;
}
.os-theme-dark > .os-scrollbar > .os-scrollbar-track,
.os-theme-light > .os-scrollbar > .os-scrollbar-track {
    background: transparent;
}
.os-theme-dark > .os-scrollbar-horizontal > .os-scrollbar-track > .os-scrollbar-handle,
.os-theme-light > .os-scrollbar-horizontal > .os-scrollbar-track > .os-scrollbar-handle {
    min-width: 30px;
}
.os-theme-dark > .os-scrollbar-vertical > .os-scrollbar-track > .os-scrollbar-handle,
.os-theme-light > .os-scrollbar-vertical > .os-scrollbar-track > .os-scrollbar-handle {
    min-height: 30px;
}
.os-theme-dark.os-host-transition > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle,
.os-theme-light.os-host-transition > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle {
    transition: background-color 0.3s;
}
.os-theme-dark > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle,
.os-theme-light > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle,
.os-theme-dark > .os-scrollbar > .os-scrollbar-track,
.os-theme-light > .os-scrollbar > .os-scrollbar-track {
    border-radius: 10px;
}
.os-theme-dark > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle {
    background: rgba(0, 0, 0, 0.4);
}
.os-theme-light > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle {
    background: rgba(255, 255, 255, 0.4);
}
.os-theme-dark > .os-scrollbar:hover > .os-scrollbar-track > .os-scrollbar-handle {
    background: rgba(0, 0, 0, .55);
}
.os-theme-light > .os-scrollbar:hover > .os-scrollbar-track > .os-scrollbar-handle {
    background: rgba(255, 255, 255, .55);
}
.os-theme-dark > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle.active {
    background: rgba(0, 0, 0, .7);
}
.os-theme-light > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle.active {
    background: rgba(255, 255, 255, .7);
}
.os-theme-dark > .os-scrollbar-horizontal .os-scrollbar-handle:before,
.os-theme-dark > .os-scrollbar-vertical .os-scrollbar-handle:before,
.os-theme-light > .os-scrollbar-horizontal .os-scrollbar-handle:before,
.os-theme-light > .os-scrollbar-vertical .os-scrollbar-handle:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
}
.os-theme-dark.os-host-scrollbar-horizontal-hidden > .os-scrollbar-horizontal .os-scrollbar-handle:before,
.os-theme-dark.os-host-scrollbar-vertical-hidden > .os-scrollbar-vertical .os-scrollbar-handle:before,
.os-theme-light.os-host-scrollbar-horizontal-hidden > .os-scrollbar-horizontal .os-scrollbar-handle:before,
.os-theme-light.os-host-scrollbar-vertical-hidden > .os-scrollbar-vertical .os-scrollbar-handle:before {
    display: none;
}
.os-theme-dark > .os-scrollbar-horizontal .os-scrollbar-handle:before,
.os-theme-light > .os-scrollbar-horizontal .os-scrollbar-handle:before {
    top: -6px;
    bottom: -2px;
}
.os-theme-dark > .os-scrollbar-vertical .os-scrollbar-handle:before,
.os-theme-light > .os-scrollbar-vertical .os-scrollbar-handle:before {
    left: -6px;
    right: -2px;
}
.os-host-rtl.os-theme-dark > .os-scrollbar-vertical .os-scrollbar-handle:before,
.os-host-rtl.os-theme-light > .os-scrollbar-vertical .os-scrollbar-handle:before {
    right: -6px;
    left: -2px;
}
.cocoen{box-sizing:border-box;cursor:pointer;line-height:0;margin:0;overflow:hidden;padding:0;position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none}.cocoen *{box-sizing:inherit}.cocoen ::after,.cocoen ::before{box-sizing:inherit}.cocoen img,.cocoen picture>img{max-width:none}.cocoen>img,.cocoen>picture>img{display:block;width:100%}.cocoen>div:first-child,picture .cocoen>div{height:100%;left:0;overflow:hidden;position:absolute;top:0;width:50%}.cocoen-drag{background:#fff;bottom:0;cursor:ew-resize;left:50%;margin-left:-1px;position:absolute;top:0;width:2px}.cocoen-drag::before{border:3px solid #fff;content:'';height:30px;left:50%;margin-left:-7px;margin-top:-18px;position:absolute;top:50%;width:14px}@charset "UTF-8";
.ligatures {
  -ms-font-feature-settings: "liga", "dlig";
  -o-font-feature-settings: "liga", "dlig";
  font-feature-settings: "liga", "dlig";
}

.fractions {
  -ms-font-feature-settings: "frac" 1;
  -o-font-feature-settings: "frac" 1;
  font-feature-settings: "frac" 1;
}

.little-numbers {
  -ms-font-feature-settings: "onum" 1;
  -o-font-feature-settings: "onum" 1;
  font-feature-settings: "onum" 1;
}

.big-numbers {
  -ms-font-feature-settings: "lnum" 1;
  -o-font-feature-settings: "lnum" 1;
  font-feature-settings: "lnum" 1;
}

.small-caps {
  -ms-font-feature-settings: "smcp" 1;
  -o-font-feature-settings: "smcp" 1;
  font-feature-settings: "smcp" 1;
}

.sub-script {
  -ms-font-feature-settings: "subs" 1;
  -o-font-feature-settings: "subs" 1;
  font-feature-settings: "subs" 1;
}

.super-script {
  -ms-font-feature-settings: "sups" 1;
  -o-font-feature-settings: "sups" 1;
  font-feature-settings: "sups" 1;
}

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

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

.grid-container {
  max-width: 99rem;
  margin: 0 auto;
  overflow: hidden;
  width: 100%;
  box-sizing: border-box;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media only screen and (min-width: 30.0625rem) {
  .grid-container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media only screen and (min-width: 48.0625rem) {
  .grid-container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media only screen and (min-width: 64.0625rem) {
  .grid-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media only screen and (min-width: 75.0625rem) {
  .grid-container {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media only screen and (min-width: 90.0625rem) {
  .grid-container {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
@media only screen and (min-width: 30.0625rem) {
  .row {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
}
@media only screen and (min-width: 48.0625rem) {
  .row {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }
}
@media only screen and (min-width: 64.0625rem) {
  .row {
    margin-left: -1rem;
    margin-right: -1rem;
  }
}
@media only screen and (min-width: 75.0625rem) {
  .row {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }
}
@media only screen and (min-width: 90.0625rem) {
  .row {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }
}
.row .column {
  flex-grow: 0;
  flex-shrink: 0;
  box-sizing: border-box;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  min-width: 0;
}
@media only screen and (min-width: 30.0625rem) {
  .row .column {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
}
@media only screen and (min-width: 48.0625rem) {
  .row .column {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }
}
@media only screen and (min-width: 64.0625rem) {
  .row .column {
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
@media only screen and (min-width: 75.0625rem) {
  .row .column {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }
}
@media only screen and (min-width: 90.0625rem) {
  .row .column {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }
}
.row .column.xsmall-1 {
  flex-basis: calc(8.3333333333% - 1rem);
}
@media only screen and (min-width: 30.0625rem) {
  .row .column.xsmall-1 {
    flex-basis: calc(8.3333333333% - 1rem);
  }
}
@media only screen and (min-width: 48.0625rem) {
  .row .column.xsmall-1 {
    flex-basis: calc(8.3333333333% - 1.5rem);
  }
}
@media only screen and (min-width: 64.0625rem) {
  .row .column.xsmall-1 {
    flex-basis: calc(8.3333333333% - 2rem);
  }
}
@media only screen and (min-width: 75.0625rem) {
  .row .column.xsmall-1 {
    flex-basis: calc(8.3333333333% - 2.5rem);
  }
}
@media only screen and (min-width: 90.0625rem) {
  .row .column.xsmall-1 {
    flex-basis: calc(8.3333333333% - 2.5rem);
  }
}
.row .column.xsmall-2 {
  flex-basis: calc(16.6666666667% - 1rem);
}
@media only screen and (min-width: 30.0625rem) {
  .row .column.xsmall-2 {
    flex-basis: calc(16.6666666667% - 1rem);
  }
}
@media only screen and (min-width: 48.0625rem) {
  .row .column.xsmall-2 {
    flex-basis: calc(16.6666666667% - 1.5rem);
  }
}
@media only screen and (min-width: 64.0625rem) {
  .row .column.xsmall-2 {
    flex-basis: calc(16.6666666667% - 2rem);
  }
}
@media only screen and (min-width: 75.0625rem) {
  .row .column.xsmall-2 {
    flex-basis: calc(16.6666666667% - 2.5rem);
  }
}
@media only screen and (min-width: 90.0625rem) {
  .row .column.xsmall-2 {
    flex-basis: calc(16.6666666667% - 2.5rem);
  }
}
.row .column.xsmall-3 {
  flex-basis: calc(25% - 1rem);
}
@media only screen and (min-width: 30.0625rem) {
  .row .column.xsmall-3 {
    flex-basis: calc(25% - 1rem);
  }
}
@media only screen and (min-width: 48.0625rem) {
  .row .column.xsmall-3 {
    flex-basis: calc(25% - 1.5rem);
  }
}
@media only screen and (min-width: 64.0625rem) {
  .row .column.xsmall-3 {
    flex-basis: calc(25% - 2rem);
  }
}
@media only screen and (min-width: 75.0625rem) {
  .row .column.xsmall-3 {
    flex-basis: calc(25% - 2.5rem);
  }
}
@media only screen and (min-width: 90.0625rem) {
  .row .column.xsmall-3 {
    flex-basis: calc(25% - 2.5rem);
  }
}
.row .column.xsmall-4 {
  flex-basis: calc(33.3333333333% - 1rem);
}
@media only screen and (min-width: 30.0625rem) {
  .row .column.xsmall-4 {
    flex-basis: calc(33.3333333333% - 1rem);
  }
}
@media only screen and (min-width: 48.0625rem) {
  .row .column.xsmall-4 {
    flex-basis: calc(33.3333333333% - 1.5rem);
  }
}
@media only screen and (min-width: 64.0625rem) {
  .row .column.xsmall-4 {
    flex-basis: calc(33.3333333333% - 2rem);
  }
}
@media only screen and (min-width: 75.0625rem) {
  .row .column.xsmall-4 {
    flex-basis: calc(33.3333333333% - 2.5rem);
  }
}
@media only screen and (min-width: 90.0625rem) {
  .row .column.xsmall-4 {
    flex-basis: calc(33.3333333333% - 2.5rem);
  }
}
.row .column.xsmall-5 {
  flex-basis: calc(41.6666666667% - 1rem);
}
@media only screen and (min-width: 30.0625rem) {
  .row .column.xsmall-5 {
    flex-basis: calc(41.6666666667% - 1rem);
  }
}
@media only screen and (min-width: 48.0625rem) {
  .row .column.xsmall-5 {
    flex-basis: calc(41.6666666667% - 1.5rem);
  }
}
@media only screen and (min-width: 64.0625rem) {
  .row .column.xsmall-5 {
    flex-basis: calc(41.6666666667% - 2rem);
  }
}
@media only screen and (min-width: 75.0625rem) {
  .row .column.xsmall-5 {
    flex-basis: calc(41.6666666667% - 2.5rem);
  }
}
@media only screen and (min-width: 90.0625rem) {
  .row .column.xsmall-5 {
    flex-basis: calc(41.6666666667% - 2.5rem);
  }
}
.row .column.xsmall-6 {
  flex-basis: calc(50% - 1rem);
}
@media only screen and (min-width: 30.0625rem) {
  .row .column.xsmall-6 {
    flex-basis: calc(50% - 1rem);
  }
}
@media only screen and (min-width: 48.0625rem) {
  .row .column.xsmall-6 {
    flex-basis: calc(50% - 1.5rem);
  }
}
@media only screen and (min-width: 64.0625rem) {
  .row .column.xsmall-6 {
    flex-basis: calc(50% - 2rem);
  }
}
@media only screen and (min-width: 75.0625rem) {
  .row .column.xsmall-6 {
    flex-basis: calc(50% - 2.5rem);
  }
}
@media only screen and (min-width: 90.0625rem) {
  .row .column.xsmall-6 {
    flex-basis: calc(50% - 2.5rem);
  }
}
.row .column.xsmall-7 {
  flex-basis: calc(58.3333333333% - 1rem);
}
@media only screen and (min-width: 30.0625rem) {
  .row .column.xsmall-7 {
    flex-basis: calc(58.3333333333% - 1rem);
  }
}
@media only screen and (min-width: 48.0625rem) {
  .row .column.xsmall-7 {
    flex-basis: calc(58.3333333333% - 1.5rem);
  }
}
@media only screen and (min-width: 64.0625rem) {
  .row .column.xsmall-7 {
    flex-basis: calc(58.3333333333% - 2rem);
  }
}
@media only screen and (min-width: 75.0625rem) {
  .row .column.xsmall-7 {
    flex-basis: calc(58.3333333333% - 2.5rem);
  }
}
@media only screen and (min-width: 90.0625rem) {
  .row .column.xsmall-7 {
    flex-basis: calc(58.3333333333% - 2.5rem);
  }
}
.row .column.xsmall-8 {
  flex-basis: calc(66.6666666667% - 1rem);
}
@media only screen and (min-width: 30.0625rem) {
  .row .column.xsmall-8 {
    flex-basis: calc(66.6666666667% - 1rem);
  }
}
@media only screen and (min-width: 48.0625rem) {
  .row .column.xsmall-8 {
    flex-basis: calc(66.6666666667% - 1.5rem);
  }
}
@media only screen and (min-width: 64.0625rem) {
  .row .column.xsmall-8 {
    flex-basis: calc(66.6666666667% - 2rem);
  }
}
@media only screen and (min-width: 75.0625rem) {
  .row .column.xsmall-8 {
    flex-basis: calc(66.6666666667% - 2.5rem);
  }
}
@media only screen and (min-width: 90.0625rem) {
  .row .column.xsmall-8 {
    flex-basis: calc(66.6666666667% - 2.5rem);
  }
}
.row .column.xsmall-9 {
  flex-basis: calc(75% - 1rem);
}
@media only screen and (min-width: 30.0625rem) {
  .row .column.xsmall-9 {
    flex-basis: calc(75% - 1rem);
  }
}
@media only screen and (min-width: 48.0625rem) {
  .row .column.xsmall-9 {
    flex-basis: calc(75% - 1.5rem);
  }
}
@media only screen and (min-width: 64.0625rem) {
  .row .column.xsmall-9 {
    flex-basis: calc(75% - 2rem);
  }
}
@media only screen and (min-width: 75.0625rem) {
  .row .column.xsmall-9 {
    flex-basis: calc(75% - 2.5rem);
  }
}
@media only screen and (min-width: 90.0625rem) {
  .row .column.xsmall-9 {
    flex-basis: calc(75% - 2.5rem);
  }
}
.row .column.xsmall-10 {
  flex-basis: calc(83.3333333333% - 1rem);
}
@media only screen and (min-width: 30.0625rem) {
  .row .column.xsmall-10 {
    flex-basis: calc(83.3333333333% - 1rem);
  }
}
@media only screen and (min-width: 48.0625rem) {
  .row .column.xsmall-10 {
    flex-basis: calc(83.3333333333% - 1.5rem);
  }
}
@media only screen and (min-width: 64.0625rem) {
  .row .column.xsmall-10 {
    flex-basis: calc(83.3333333333% - 2rem);
  }
}
@media only screen and (min-width: 75.0625rem) {
  .row .column.xsmall-10 {
    flex-basis: calc(83.3333333333% - 2.5rem);
  }
}
@media only screen and (min-width: 90.0625rem) {
  .row .column.xsmall-10 {
    flex-basis: calc(83.3333333333% - 2.5rem);
  }
}
.row .column.xsmall-11 {
  flex-basis: calc(91.6666666667% - 1rem);
}
@media only screen and (min-width: 30.0625rem) {
  .row .column.xsmall-11 {
    flex-basis: calc(91.6666666667% - 1rem);
  }
}
@media only screen and (min-width: 48.0625rem) {
  .row .column.xsmall-11 {
    flex-basis: calc(91.6666666667% - 1.5rem);
  }
}
@media only screen and (min-width: 64.0625rem) {
  .row .column.xsmall-11 {
    flex-basis: calc(91.6666666667% - 2rem);
  }
}
@media only screen and (min-width: 75.0625rem) {
  .row .column.xsmall-11 {
    flex-basis: calc(91.6666666667% - 2.5rem);
  }
}
@media only screen and (min-width: 90.0625rem) {
  .row .column.xsmall-11 {
    flex-basis: calc(91.6666666667% - 2.5rem);
  }
}
.row .column.xsmall-12 {
  flex-basis: calc(100% - 1rem);
}
@media only screen and (min-width: 30.0625rem) {
  .row .column.xsmall-12 {
    flex-basis: calc(100% - 1rem);
  }
}
@media only screen and (min-width: 48.0625rem) {
  .row .column.xsmall-12 {
    flex-basis: calc(100% - 1.5rem);
  }
}
@media only screen and (min-width: 64.0625rem) {
  .row .column.xsmall-12 {
    flex-basis: calc(100% - 2rem);
  }
}
@media only screen and (min-width: 75.0625rem) {
  .row .column.xsmall-12 {
    flex-basis: calc(100% - 2.5rem);
  }
}
@media only screen and (min-width: 90.0625rem) {
  .row .column.xsmall-12 {
    flex-basis: calc(100% - 2.5rem);
  }
}
@media only screen and (min-width: 30.0625rem) {
  .row .column.small-1 {
    flex-basis: calc(8.3333333333% - 1rem);
  }
}
@media only screen and (min-width: 48.0625rem) {
  .row .column.small-1 {
    flex-basis: calc(8.3333333333% - 1.5rem);
  }
}
@media only screen and (min-width: 64.0625rem) {
  .row .column.small-1 {
    flex-basis: calc(8.3333333333% - 2rem);
  }
}
@media only screen and (min-width: 75.0625rem) {
  .row .column.small-1 {
    flex-basis: calc(8.3333333333% - 2.5rem);
  }
}
@media only screen and (min-width: 90.0625rem) {
  .row .column.small-1 {
    flex-basis: calc(8.3333333333% - 2.5rem);
  }
}
@media only screen and (min-width: 30.0625rem) {
  .row .column.small-2 {
    flex-basis: calc(16.6666666667% - 1rem);
  }
}
@media only screen and (min-width: 48.0625rem) {
  .row .column.small-2 {
    flex-basis: calc(16.6666666667% - 1.5rem);
  }
}
@media only screen and (min-width: 64.0625rem) {
  .row .column.small-2 {
    flex-basis: calc(16.6666666667% - 2rem);
  }
}
@media only screen and (min-width: 75.0625rem) {
  .row .column.small-2 {
    flex-basis: calc(16.6666666667% - 2.5rem);
  }
}
@media only screen and (min-width: 90.0625rem) {
  .row .column.small-2 {
    flex-basis: calc(16.6666666667% - 2.5rem);
  }
}
@media only screen and (min-width: 30.0625rem) {
  .row .column.small-3 {
    flex-basis: calc(25% - 1rem);
  }
}
@media only screen and (min-width: 48.0625rem) {
  .row .column.small-3 {
    flex-basis: calc(25% - 1.5rem);
  }
}
@media only screen and (min-width: 64.0625rem) {
  .row .column.small-3 {
    flex-basis: calc(25% - 2rem);
  }
}
@media only screen and (min-width: 75.0625rem) {
  .row .column.small-3 {
    flex-basis: calc(25% - 2.5rem);
  }
}
@media only screen and (min-width: 90.0625rem) {
  .row .column.small-3 {
    flex-basis: calc(25% - 2.5rem);
  }
}
@media only screen and (min-width: 30.0625rem) {
  .row .column.small-4 {
    flex-basis: calc(33.3333333333% - 1rem);
  }
}
@media only screen and (min-width: 48.0625rem) {
  .row .column.small-4 {
    flex-basis: calc(33.3333333333% - 1.5rem);
  }
}
@media only screen and (min-width: 64.0625rem) {
  .row .column.small-4 {
    flex-basis: calc(33.3333333333% - 2rem);
  }
}
@media only screen and (min-width: 75.0625rem) {
  .row .column.small-4 {
    flex-basis: calc(33.3333333333% - 2.5rem);
  }
}
@media only screen and (min-width: 90.0625rem) {
  .row .column.small-4 {
    flex-basis: calc(33.3333333333% - 2.5rem);
  }
}
@media only screen and (min-width: 30.0625rem) {
  .row .column.small-5 {
    flex-basis: calc(41.6666666667% - 1rem);
  }
}
@media only screen and (min-width: 48.0625rem) {
  .row .column.small-5 {
    flex-basis: calc(41.6666666667% - 1.5rem);
  }
}
@media only screen and (min-width: 64.0625rem) {
  .row .column.small-5 {
    flex-basis: calc(41.6666666667% - 2rem);
  }
}
@media only screen and (min-width: 75.0625rem) {
  .row .column.small-5 {
    flex-basis: calc(41.6666666667% - 2.5rem);
  }
}
@media only screen and (min-width: 90.0625rem) {
  .row .column.small-5 {
    flex-basis: calc(41.6666666667% - 2.5rem);
  }
}
@media only screen and (min-width: 30.0625rem) {
  .row .column.small-6 {
    flex-basis: calc(50% - 1rem);
  }
}
@media only screen and (min-width: 48.0625rem) {
  .row .column.small-6 {
    flex-basis: calc(50% - 1.5rem);
  }
}
@media only screen and (min-width: 64.0625rem) {
  .row .column.small-6 {
    flex-basis: calc(50% - 2rem);
  }
}
@media only screen and (min-width: 75.0625rem) {
  .row .column.small-6 {
    flex-basis: calc(50% - 2.5rem);
  }
}
@media only screen and (min-width: 90.0625rem) {
  .row .column.small-6 {
    flex-basis: calc(50% - 2.5rem);
  }
}
@media only screen and (min-width: 30.0625rem) {
  .row .column.small-7 {
    flex-basis: calc(58.3333333333% - 1rem);
  }
}
@media only screen and (min-width: 48.0625rem) {
  .row .column.small-7 {
    flex-basis: calc(58.3333333333% - 1.5rem);
  }
}
@media only screen and (min-width: 64.0625rem) {
  .row .column.small-7 {
    flex-basis: calc(58.3333333333% - 2rem);
  }
}
@media only screen and (min-width: 75.0625rem) {
  .row .column.small-7 {
    flex-basis: calc(58.3333333333% - 2.5rem);
  }
}
@media only screen and (min-width: 90.0625rem) {
  .row .column.small-7 {
    flex-basis: calc(58.3333333333% - 2.5rem);
  }
}
@media only screen and (min-width: 30.0625rem) {
  .row .column.small-8 {
    flex-basis: calc(66.6666666667% - 1rem);
  }
}
@media only screen and (min-width: 48.0625rem) {
  .row .column.small-8 {
    flex-basis: calc(66.6666666667% - 1.5rem);
  }
}
@media only screen and (min-width: 64.0625rem) {
  .row .column.small-8 {
    flex-basis: calc(66.6666666667% - 2rem);
  }
}
@media only screen and (min-width: 75.0625rem) {
  .row .column.small-8 {
    flex-basis: calc(66.6666666667% - 2.5rem);
  }
}
@media only screen and (min-width: 90.0625rem) {
  .row .column.small-8 {
    flex-basis: calc(66.6666666667% - 2.5rem);
  }
}
@media only screen and (min-width: 30.0625rem) {
  .row .column.small-9 {
    flex-basis: calc(75% - 1rem);
  }
}
@media only screen and (min-width: 48.0625rem) {
  .row .column.small-9 {
    flex-basis: calc(75% - 1.5rem);
  }
}
@media only screen and (min-width: 64.0625rem) {
  .row .column.small-9 {
    flex-basis: calc(75% - 2rem);
  }
}
@media only screen and (min-width: 75.0625rem) {
  .row .column.small-9 {
    flex-basis: calc(75% - 2.5rem);
  }
}
@media only screen and (min-width: 90.0625rem) {
  .row .column.small-9 {
    flex-basis: calc(75% - 2.5rem);
  }
}
@media only screen and (min-width: 30.0625rem) {
  .row .column.small-10 {
    flex-basis: calc(83.3333333333% - 1rem);
  }
}
@media only screen and (min-width: 48.0625rem) {
  .row .column.small-10 {
    flex-basis: calc(83.3333333333% - 1.5rem);
  }
}
@media only screen and (min-width: 64.0625rem) {
  .row .column.small-10 {
    flex-basis: calc(83.3333333333% - 2rem);
  }
}
@media only screen and (min-width: 75.0625rem) {
  .row .column.small-10 {
    flex-basis: calc(83.3333333333% - 2.5rem);
  }
}
@media only screen and (min-width: 90.0625rem) {
  .row .column.small-10 {
    flex-basis: calc(83.3333333333% - 2.5rem);
  }
}
@media only screen and (min-width: 30.0625rem) {
  .row .column.small-11 {
    flex-basis: calc(91.6666666667% - 1rem);
  }
}
@media only screen and (min-width: 48.0625rem) {
  .row .column.small-11 {
    flex-basis: calc(91.6666666667% - 1.5rem);
  }
}
@media only screen and (min-width: 64.0625rem) {
  .row .column.small-11 {
    flex-basis: calc(91.6666666667% - 2rem);
  }
}
@media only screen and (min-width: 75.0625rem) {
  .row .column.small-11 {
    flex-basis: calc(91.6666666667% - 2.5rem);
  }
}
@media only screen and (min-width: 90.0625rem) {
  .row .column.small-11 {
    flex-basis: calc(91.6666666667% - 2.5rem);
  }
}
@media only screen and (min-width: 30.0625rem) {
  .row .column.small-12 {
    flex-basis: calc(100% - 1rem);
  }
}
@media only screen and (min-width: 48.0625rem) {
  .row .column.small-12 {
    flex-basis: calc(100% - 1.5rem);
  }
}
@media only screen and (min-width: 64.0625rem) {
  .row .column.small-12 {
    flex-basis: calc(100% - 2rem);
  }
}
@media only screen and (min-width: 75.0625rem) {
  .row .column.small-12 {
    flex-basis: calc(100% - 2.5rem);
  }
}
@media only screen and (min-width: 90.0625rem) {
  .row .column.small-12 {
    flex-basis: calc(100% - 2.5rem);
  }
}
@media only screen and (min-width: 48.0625rem) {
  .row .column.medium-1 {
    flex-basis: calc(8.3333333333% - 1.5rem);
  }
}
@media only screen and (min-width: 64.0625rem) {
  .row .column.medium-1 {
    flex-basis: calc(8.3333333333% - 2rem);
  }
}
@media only screen and (min-width: 75.0625rem) {
  .row .column.medium-1 {
    flex-basis: calc(8.3333333333% - 2.5rem);
  }
}
@media only screen and (min-width: 90.0625rem) {
  .row .column.medium-1 {
    flex-basis: calc(8.3333333333% - 2.5rem);
  }
}
@media only screen and (min-width: 48.0625rem) {
  .row .column.medium-2 {
    flex-basis: calc(16.6666666667% - 1.5rem);
  }
}
@media only screen and (min-width: 64.0625rem) {
  .row .column.medium-2 {
    flex-basis: calc(16.6666666667% - 2rem);
  }
}
@media only screen and (min-width: 75.0625rem) {
  .row .column.medium-2 {
    flex-basis: calc(16.6666666667% - 2.5rem);
  }
}
@media only screen and (min-width: 90.0625rem) {
  .row .column.medium-2 {
    flex-basis: calc(16.6666666667% - 2.5rem);
  }
}
@media only screen and (min-width: 48.0625rem) {
  .row .column.medium-3 {
    flex-basis: calc(25% - 1.5rem);
  }
}
@media only screen and (min-width: 64.0625rem) {
  .row .column.medium-3 {
    flex-basis: calc(25% - 2rem);
  }
}
@media only screen and (min-width: 75.0625rem) {
  .row .column.medium-3 {
    flex-basis: calc(25% - 2.5rem);
  }
}
@media only screen and (min-width: 90.0625rem) {
  .row .column.medium-3 {
    flex-basis: calc(25% - 2.5rem);
  }
}
@media only screen and (min-width: 48.0625rem) {
  .row .column.medium-4 {
    flex-basis: calc(33.3333333333% - 1.5rem);
  }
}
@media only screen and (min-width: 64.0625rem) {
  .row .column.medium-4 {
    flex-basis: calc(33.3333333333% - 2rem);
  }
}
@media only screen and (min-width: 75.0625rem) {
  .row .column.medium-4 {
    flex-basis: calc(33.3333333333% - 2.5rem);
  }
}
@media only screen and (min-width: 90.0625rem) {
  .row .column.medium-4 {
    flex-basis: calc(33.3333333333% - 2.5rem);
  }
}
@media only screen and (min-width: 48.0625rem) {
  .row .column.medium-5 {
    flex-basis: calc(41.6666666667% - 1.5rem);
  }
}
@media only screen and (min-width: 64.0625rem) {
  .row .column.medium-5 {
    flex-basis: calc(41.6666666667% - 2rem);
  }
}
@media only screen and (min-width: 75.0625rem) {
  .row .column.medium-5 {
    flex-basis: calc(41.6666666667% - 2.5rem);
  }
}
@media only screen and (min-width: 90.0625rem) {
  .row .column.medium-5 {
    flex-basis: calc(41.6666666667% - 2.5rem);
  }
}
@media only screen and (min-width: 48.0625rem) {
  .row .column.medium-6 {
    flex-basis: calc(50% - 1.5rem);
  }
}
@media only screen and (min-width: 64.0625rem) {
  .row .column.medium-6 {
    flex-basis: calc(50% - 2rem);
  }
}
@media only screen and (min-width: 75.0625rem) {
  .row .column.medium-6 {
    flex-basis: calc(50% - 2.5rem);
  }
}
@media only screen and (min-width: 90.0625rem) {
  .row .column.medium-6 {
    flex-basis: calc(50% - 2.5rem);
  }
}
@media only screen and (min-width: 48.0625rem) {
  .row .column.medium-7 {
    flex-basis: calc(58.3333333333% - 1.5rem);
  }
}
@media only screen and (min-width: 64.0625rem) {
  .row .column.medium-7 {
    flex-basis: calc(58.3333333333% - 2rem);
  }
}
@media only screen and (min-width: 75.0625rem) {
  .row .column.medium-7 {
    flex-basis: calc(58.3333333333% - 2.5rem);
  }
}
@media only screen and (min-width: 90.0625rem) {
  .row .column.medium-7 {
    flex-basis: calc(58.3333333333% - 2.5rem);
  }
}
@media only screen and (min-width: 48.0625rem) {
  .row .column.medium-8 {
    flex-basis: calc(66.6666666667% - 1.5rem);
  }
}
@media only screen and (min-width: 64.0625rem) {
  .row .column.medium-8 {
    flex-basis: calc(66.6666666667% - 2rem);
  }
}
@media only screen and (min-width: 75.0625rem) {
  .row .column.medium-8 {
    flex-basis: calc(66.6666666667% - 2.5rem);
  }
}
@media only screen and (min-width: 90.0625rem) {
  .row .column.medium-8 {
    flex-basis: calc(66.6666666667% - 2.5rem);
  }
}
@media only screen and (min-width: 48.0625rem) {
  .row .column.medium-9 {
    flex-basis: calc(75% - 1.5rem);
  }
}
@media only screen and (min-width: 64.0625rem) {
  .row .column.medium-9 {
    flex-basis: calc(75% - 2rem);
  }
}
@media only screen and (min-width: 75.0625rem) {
  .row .column.medium-9 {
    flex-basis: calc(75% - 2.5rem);
  }
}
@media only screen and (min-width: 90.0625rem) {
  .row .column.medium-9 {
    flex-basis: calc(75% - 2.5rem);
  }
}
@media only screen and (min-width: 48.0625rem) {
  .row .column.medium-10 {
    flex-basis: calc(83.3333333333% - 1.5rem);
  }
}
@media only screen and (min-width: 64.0625rem) {
  .row .column.medium-10 {
    flex-basis: calc(83.3333333333% - 2rem);
  }
}
@media only screen and (min-width: 75.0625rem) {
  .row .column.medium-10 {
    flex-basis: calc(83.3333333333% - 2.5rem);
  }
}
@media only screen and (min-width: 90.0625rem) {
  .row .column.medium-10 {
    flex-basis: calc(83.3333333333% - 2.5rem);
  }
}
@media only screen and (min-width: 48.0625rem) {
  .row .column.medium-11 {
    flex-basis: calc(91.6666666667% - 1.5rem);
  }
}
@media only screen and (min-width: 64.0625rem) {
  .row .column.medium-11 {
    flex-basis: calc(91.6666666667% - 2rem);
  }
}
@media only screen and (min-width: 75.0625rem) {
  .row .column.medium-11 {
    flex-basis: calc(91.6666666667% - 2.5rem);
  }
}
@media only screen and (min-width: 90.0625rem) {
  .row .column.medium-11 {
    flex-basis: calc(91.6666666667% - 2.5rem);
  }
}
@media only screen and (min-width: 48.0625rem) {
  .row .column.medium-12 {
    flex-basis: calc(100% - 1.5rem);
  }
}
@media only screen and (min-width: 64.0625rem) {
  .row .column.medium-12 {
    flex-basis: calc(100% - 2rem);
  }
}
@media only screen and (min-width: 75.0625rem) {
  .row .column.medium-12 {
    flex-basis: calc(100% - 2.5rem);
  }
}
@media only screen and (min-width: 90.0625rem) {
  .row .column.medium-12 {
    flex-basis: calc(100% - 2.5rem);
  }
}
@media only screen and (min-width: 64.0625rem) {
  .row .column.large-1 {
    flex-basis: calc(8.3333333333% - 2rem);
  }
}
@media only screen and (min-width: 75.0625rem) {
  .row .column.large-1 {
    flex-basis: calc(8.3333333333% - 2.5rem);
  }
}
@media only screen and (min-width: 90.0625rem) {
  .row .column.large-1 {
    flex-basis: calc(8.3333333333% - 2.5rem);
  }
}
@media only screen and (min-width: 64.0625rem) {
  .row .column.large-2 {
    flex-basis: calc(16.6666666667% - 2rem);
  }
}
@media only screen and (min-width: 75.0625rem) {
  .row .column.large-2 {
    flex-basis: calc(16.6666666667% - 2.5rem);
  }
}
@media only screen and (min-width: 90.0625rem) {
  .row .column.large-2 {
    flex-basis: calc(16.6666666667% - 2.5rem);
  }
}
@media only screen and (min-width: 64.0625rem) {
  .row .column.large-3 {
    flex-basis: calc(25% - 2rem);
  }
}
@media only screen and (min-width: 75.0625rem) {
  .row .column.large-3 {
    flex-basis: calc(25% - 2.5rem);
  }
}
@media only screen and (min-width: 90.0625rem) {
  .row .column.large-3 {
    flex-basis: calc(25% - 2.5rem);
  }
}
@media only screen and (min-width: 64.0625rem) {
  .row .column.large-4 {
    flex-basis: calc(33.3333333333% - 2rem);
  }
}
@media only screen and (min-width: 75.0625rem) {
  .row .column.large-4 {
    flex-basis: calc(33.3333333333% - 2.5rem);
  }
}
@media only screen and (min-width: 90.0625rem) {
  .row .column.large-4 {
    flex-basis: calc(33.3333333333% - 2.5rem);
  }
}
@media only screen and (min-width: 64.0625rem) {
  .row .column.large-5 {
    flex-basis: calc(41.6666666667% - 2rem);
  }
}
@media only screen and (min-width: 75.0625rem) {
  .row .column.large-5 {
    flex-basis: calc(41.6666666667% - 2.5rem);
  }
}
@media only screen and (min-width: 90.0625rem) {
  .row .column.large-5 {
    flex-basis: calc(41.6666666667% - 2.5rem);
  }
}
@media only screen and (min-width: 64.0625rem) {
  .row .column.large-6 {
    flex-basis: calc(50% - 2rem);
  }
}
@media only screen and (min-width: 75.0625rem) {
  .row .column.large-6 {
    flex-basis: calc(50% - 2.5rem);
  }
}
@media only screen and (min-width: 90.0625rem) {
  .row .column.large-6 {
    flex-basis: calc(50% - 2.5rem);
  }
}
@media only screen and (min-width: 64.0625rem) {
  .row .column.large-7 {
    flex-basis: calc(58.3333333333% - 2rem);
  }
}
@media only screen and (min-width: 75.0625rem) {
  .row .column.large-7 {
    flex-basis: calc(58.3333333333% - 2.5rem);
  }
}
@media only screen and (min-width: 90.0625rem) {
  .row .column.large-7 {
    flex-basis: calc(58.3333333333% - 2.5rem);
  }
}
@media only screen and (min-width: 64.0625rem) {
  .row .column.large-8 {
    flex-basis: calc(66.6666666667% - 2rem);
  }
}
@media only screen and (min-width: 75.0625rem) {
  .row .column.large-8 {
    flex-basis: calc(66.6666666667% - 2.5rem);
  }
}
@media only screen and (min-width: 90.0625rem) {
  .row .column.large-8 {
    flex-basis: calc(66.6666666667% - 2.5rem);
  }
}
@media only screen and (min-width: 64.0625rem) {
  .row .column.large-9 {
    flex-basis: calc(75% - 2rem);
  }
}
@media only screen and (min-width: 75.0625rem) {
  .row .column.large-9 {
    flex-basis: calc(75% - 2.5rem);
  }
}
@media only screen and (min-width: 90.0625rem) {
  .row .column.large-9 {
    flex-basis: calc(75% - 2.5rem);
  }
}
@media only screen and (min-width: 64.0625rem) {
  .row .column.large-10 {
    flex-basis: calc(83.3333333333% - 2rem);
  }
}
@media only screen and (min-width: 75.0625rem) {
  .row .column.large-10 {
    flex-basis: calc(83.3333333333% - 2.5rem);
  }
}
@media only screen and (min-width: 90.0625rem) {
  .row .column.large-10 {
    flex-basis: calc(83.3333333333% - 2.5rem);
  }
}
@media only screen and (min-width: 64.0625rem) {
  .row .column.large-11 {
    flex-basis: calc(91.6666666667% - 2rem);
  }
}
@media only screen and (min-width: 75.0625rem) {
  .row .column.large-11 {
    flex-basis: calc(91.6666666667% - 2.5rem);
  }
}
@media only screen and (min-width: 90.0625rem) {
  .row .column.large-11 {
    flex-basis: calc(91.6666666667% - 2.5rem);
  }
}
@media only screen and (min-width: 64.0625rem) {
  .row .column.large-12 {
    flex-basis: calc(100% - 2rem);
  }
}
@media only screen and (min-width: 75.0625rem) {
  .row .column.large-12 {
    flex-basis: calc(100% - 2.5rem);
  }
}
@media only screen and (min-width: 90.0625rem) {
  .row .column.large-12 {
    flex-basis: calc(100% - 2.5rem);
  }
}
@media only screen and (min-width: 75.0625rem) {
  .row .column.xlarge-1 {
    flex-basis: calc(8.3333333333% - 2.5rem);
  }
}
@media only screen and (min-width: 90.0625rem) {
  .row .column.xlarge-1 {
    flex-basis: calc(8.3333333333% - 2.5rem);
  }
}
@media only screen and (min-width: 75.0625rem) {
  .row .column.xlarge-2 {
    flex-basis: calc(16.6666666667% - 2.5rem);
  }
}
@media only screen and (min-width: 90.0625rem) {
  .row .column.xlarge-2 {
    flex-basis: calc(16.6666666667% - 2.5rem);
  }
}
@media only screen and (min-width: 75.0625rem) {
  .row .column.xlarge-3 {
    flex-basis: calc(25% - 2.5rem);
  }
}
@media only screen and (min-width: 90.0625rem) {
  .row .column.xlarge-3 {
    flex-basis: calc(25% - 2.5rem);
  }
}
@media only screen and (min-width: 75.0625rem) {
  .row .column.xlarge-4 {
    flex-basis: calc(33.3333333333% - 2.5rem);
  }
}
@media only screen and (min-width: 90.0625rem) {
  .row .column.xlarge-4 {
    flex-basis: calc(33.3333333333% - 2.5rem);
  }
}
@media only screen and (min-width: 75.0625rem) {
  .row .column.xlarge-5 {
    flex-basis: calc(41.6666666667% - 2.5rem);
  }
}
@media only screen and (min-width: 90.0625rem) {
  .row .column.xlarge-5 {
    flex-basis: calc(41.6666666667% - 2.5rem);
  }
}
@media only screen and (min-width: 75.0625rem) {
  .row .column.xlarge-6 {
    flex-basis: calc(50% - 2.5rem);
  }
}
@media only screen and (min-width: 90.0625rem) {
  .row .column.xlarge-6 {
    flex-basis: calc(50% - 2.5rem);
  }
}
@media only screen and (min-width: 75.0625rem) {
  .row .column.xlarge-7 {
    flex-basis: calc(58.3333333333% - 2.5rem);
  }
}
@media only screen and (min-width: 90.0625rem) {
  .row .column.xlarge-7 {
    flex-basis: calc(58.3333333333% - 2.5rem);
  }
}
@media only screen and (min-width: 75.0625rem) {
  .row .column.xlarge-8 {
    flex-basis: calc(66.6666666667% - 2.5rem);
  }
}
@media only screen and (min-width: 90.0625rem) {
  .row .column.xlarge-8 {
    flex-basis: calc(66.6666666667% - 2.5rem);
  }
}
@media only screen and (min-width: 75.0625rem) {
  .row .column.xlarge-9 {
    flex-basis: calc(75% - 2.5rem);
  }
}
@media only screen and (min-width: 90.0625rem) {
  .row .column.xlarge-9 {
    flex-basis: calc(75% - 2.5rem);
  }
}
@media only screen and (min-width: 75.0625rem) {
  .row .column.xlarge-10 {
    flex-basis: calc(83.3333333333% - 2.5rem);
  }
}
@media only screen and (min-width: 90.0625rem) {
  .row .column.xlarge-10 {
    flex-basis: calc(83.3333333333% - 2.5rem);
  }
}
@media only screen and (min-width: 75.0625rem) {
  .row .column.xlarge-11 {
    flex-basis: calc(91.6666666667% - 2.5rem);
  }
}
@media only screen and (min-width: 90.0625rem) {
  .row .column.xlarge-11 {
    flex-basis: calc(91.6666666667% - 2.5rem);
  }
}
@media only screen and (min-width: 75.0625rem) {
  .row .column.xlarge-12 {
    flex-basis: calc(100% - 2.5rem);
  }
}
@media only screen and (min-width: 90.0625rem) {
  .row .column.xlarge-12 {
    flex-basis: calc(100% - 2.5rem);
  }
}
@media only screen and (min-width: 90.0625rem) {
  .row .column.xxlarge-1 {
    flex-basis: calc(8.3333333333% - 2.5rem);
  }
}
@media only screen and (min-width: 90.0625rem) {
  .row .column.xxlarge-2 {
    flex-basis: calc(16.6666666667% - 2.5rem);
  }
}
@media only screen and (min-width: 90.0625rem) {
  .row .column.xxlarge-3 {
    flex-basis: calc(25% - 2.5rem);
  }
}
@media only screen and (min-width: 90.0625rem) {
  .row .column.xxlarge-4 {
    flex-basis: calc(33.3333333333% - 2.5rem);
  }
}
@media only screen and (min-width: 90.0625rem) {
  .row .column.xxlarge-5 {
    flex-basis: calc(41.6666666667% - 2.5rem);
  }
}
@media only screen and (min-width: 90.0625rem) {
  .row .column.xxlarge-6 {
    flex-basis: calc(50% - 2.5rem);
  }
}
@media only screen and (min-width: 90.0625rem) {
  .row .column.xxlarge-7 {
    flex-basis: calc(58.3333333333% - 2.5rem);
  }
}
@media only screen and (min-width: 90.0625rem) {
  .row .column.xxlarge-8 {
    flex-basis: calc(66.6666666667% - 2.5rem);
  }
}
@media only screen and (min-width: 90.0625rem) {
  .row .column.xxlarge-9 {
    flex-basis: calc(75% - 2.5rem);
  }
}
@media only screen and (min-width: 90.0625rem) {
  .row .column.xxlarge-10 {
    flex-basis: calc(83.3333333333% - 2.5rem);
  }
}
@media only screen and (min-width: 90.0625rem) {
  .row .column.xxlarge-11 {
    flex-basis: calc(91.6666666667% - 2.5rem);
  }
}
@media only screen and (min-width: 90.0625rem) {
  .row .column.xxlarge-12 {
    flex-basis: calc(100% - 2.5rem);
  }
}
.row .column.offset-xsmall-12 {
  margin-left: calc( 100% + ( 1rem / 2 ) );
}
@media only screen and (min-width: 30.0625rem) {
  .row .column.offset-xsmall-12 {
    margin-left: calc( 100% + ( 1rem / 2 ) );
  }
}
@media only screen and (min-width: 48.0625rem) {
  .row .column.offset-xsmall-12 {
    margin-left: calc( 100% + ( 1.5rem / 2 ) );
  }
}
@media only screen and (min-width: 64.0625rem) {
  .row .column.offset-xsmall-12 {
    margin-left: calc( 100% + ( 2rem / 2 ) );
  }
}
@media only screen and (min-width: 75.0625rem) {
  .row .column.offset-xsmall-12 {
    margin-left: calc( 100% + ( 2.5rem / 2 ) );
  }
}
@media only screen and (min-width: 90.0625rem) {
  .row .column.offset-xsmall-12 {
    margin-left: calc( 100% + ( 2.5rem / 2 ) );
  }
}
.row .column.offset-xsmall-11 {
  margin-left: calc( 91.6666666667% + ( 1rem / 2 ) );
}
@media only screen and (min-width: 30.0625rem) {
  .row .column.offset-xsmall-11 {
    margin-left: calc( 91.6666666667% + ( 1rem / 2 ) );
  }
}
@media only screen and (min-width: 48.0625rem) {
  .row .column.offset-xsmall-11 {
    margin-left: calc( 91.6666666667% + ( 1.5rem / 2 ) );
  }
}
@media only screen and (min-width: 64.0625rem) {
  .row .column.offset-xsmall-11 {
    margin-left: calc( 91.6666666667% + ( 2rem / 2 ) );
  }
}
@media only screen and (min-width: 75.0625rem) {
  .row .column.offset-xsmall-11 {
    margin-left: calc( 91.6666666667% + ( 2.5rem / 2 ) );
  }
}
@media only screen and (min-width: 90.0625rem) {
  .row .column.offset-xsmall-11 {
    margin-left: calc( 91.6666666667% + ( 2.5rem / 2 ) );
  }
}
.row .column.offset-xsmall-10 {
  margin-left: calc( 83.3333333333% + ( 1rem / 2 ) );
}
@media only screen and (min-width: 30.0625rem) {
  .row .column.offset-xsmall-10 {
    margin-left: calc( 83.3333333333% + ( 1rem / 2 ) );
  }
}
@media only screen and (min-width: 48.0625rem) {
  .row .column.offset-xsmall-10 {
    margin-left: calc( 83.3333333333% + ( 1.5rem / 2 ) );
  }
}
@media only screen and (min-width: 64.0625rem) {
  .row .column.offset-xsmall-10 {
    margin-left: calc( 83.3333333333% + ( 2rem / 2 ) );
  }
}
@media only screen and (min-width: 75.0625rem) {
  .row .column.offset-xsmall-10 {
    margin-left: calc( 83.3333333333% + ( 2.5rem / 2 ) );
  }
}
@media only screen and (min-width: 90.0625rem) {
  .row .column.offset-xsmall-10 {
    margin-left: calc( 83.3333333333% + ( 2.5rem / 2 ) );
  }
}
.row .column.offset-xsmall-9 {
  margin-left: calc( 75% + ( 1rem / 2 ) );
}
@media only screen and (min-width: 30.0625rem) {
  .row .column.offset-xsmall-9 {
    margin-left: calc( 75% + ( 1rem / 2 ) );
  }
}
@media only screen and (min-width: 48.0625rem) {
  .row .column.offset-xsmall-9 {
    margin-left: calc( 75% + ( 1.5rem / 2 ) );
  }
}
@media only screen and (min-width: 64.0625rem) {
  .row .column.offset-xsmall-9 {
    margin-left: calc( 75% + ( 2rem / 2 ) );
  }
}
@media only screen and (min-width: 75.0625rem) {
  .row .column.offset-xsmall-9 {
    margin-left: calc( 75% + ( 2.5rem / 2 ) );
  }
}
@media only screen and (min-width: 90.0625rem) {
  .row .column.offset-xsmall-9 {
    margin-left: calc( 75% + ( 2.5rem / 2 ) );
  }
}
.row .column.offset-xsmall-8 {
  margin-left: calc( 66.6666666667% + ( 1rem / 2 ) );
}
@media only screen and (min-width: 30.0625rem) {
  .row .column.offset-xsmall-8 {
    margin-left: calc( 66.6666666667% + ( 1rem / 2 ) );
  }
}
@media only screen and (min-width: 48.0625rem) {
  .row .column.offset-xsmall-8 {
    margin-left: calc( 66.6666666667% + ( 1.5rem / 2 ) );
  }
}
@media only screen and (min-width: 64.0625rem) {
  .row .column.offset-xsmall-8 {
    margin-left: calc( 66.6666666667% + ( 2rem / 2 ) );
  }
}
@media only screen and (min-width: 75.0625rem) {
  .row .column.offset-xsmall-8 {
    margin-left: calc( 66.6666666667% + ( 2.5rem / 2 ) );
  }
}
@media only screen and (min-width: 90.0625rem) {
  .row .column.offset-xsmall-8 {
    margin-left: calc( 66.6666666667% + ( 2.5rem / 2 ) );
  }
}
.row .column.offset-xsmall-7 {
  margin-left: calc( 58.3333333333% + ( 1rem / 2 ) );
}
@media only screen and (min-width: 30.0625rem) {
  .row .column.offset-xsmall-7 {
    margin-left: calc( 58.3333333333% + ( 1rem / 2 ) );
  }
}
@media only screen and (min-width: 48.0625rem) {
  .row .column.offset-xsmall-7 {
    margin-left: calc( 58.3333333333% + ( 1.5rem / 2 ) );
  }
}
@media only screen and (min-width: 64.0625rem) {
  .row .column.offset-xsmall-7 {
    margin-left: calc( 58.3333333333% + ( 2rem / 2 ) );
  }
}
@media only screen and (min-width: 75.0625rem) {
  .row .column.offset-xsmall-7 {
    margin-left: calc( 58.3333333333% + ( 2.5rem / 2 ) );
  }
}
@media only screen and (min-width: 90.0625rem) {
  .row .column.offset-xsmall-7 {
    margin-left: calc( 58.3333333333% + ( 2.5rem / 2 ) );
  }
}
.row .column.offset-xsmall-6 {
  margin-left: calc( 50% + ( 1rem / 2 ) );
}
@media only screen and (min-width: 30.0625rem) {
  .row .column.offset-xsmall-6 {
    margin-left: calc( 50% + ( 1rem / 2 ) );
  }
}
@media only screen and (min-width: 48.0625rem) {
  .row .column.offset-xsmall-6 {
    margin-left: calc( 50% + ( 1.5rem / 2 ) );
  }
}
@media only screen and (min-width: 64.0625rem) {
  .row .column.offset-xsmall-6 {
    margin-left: calc( 50% + ( 2rem / 2 ) );
  }
}
@media only screen and (min-width: 75.0625rem) {
  .row .column.offset-xsmall-6 {
    margin-left: calc( 50% + ( 2.5rem / 2 ) );
  }
}
@media only screen and (min-width: 90.0625rem) {
  .row .column.offset-xsmall-6 {
    margin-left: calc( 50% + ( 2.5rem / 2 ) );
  }
}
.row .column.offset-xsmall-5 {
  margin-left: calc( 41.6666666667% + ( 1rem / 2 ) );
}
@media only screen and (min-width: 30.0625rem) {
  .row .column.offset-xsmall-5 {
    margin-left: calc( 41.6666666667% + ( 1rem / 2 ) );
  }
}
@media only screen and (min-width: 48.0625rem) {
  .row .column.offset-xsmall-5 {
    margin-left: calc( 41.6666666667% + ( 1.5rem / 2 ) );
  }
}
@media only screen and (min-width: 64.0625rem) {
  .row .column.offset-xsmall-5 {
    margin-left: calc( 41.6666666667% + ( 2rem / 2 ) );
  }
}
@media only screen and (min-width: 75.0625rem) {
  .row .column.offset-xsmall-5 {
    margin-left: calc( 41.6666666667% + ( 2.5rem / 2 ) );
  }
}
@media only screen and (min-width: 90.0625rem) {
  .row .column.offset-xsmall-5 {
    margin-left: calc( 41.6666666667% + ( 2.5rem / 2 ) );
  }
}
.row .column.offset-xsmall-4 {
  margin-left: calc( 33.3333333333% + ( 1rem / 2 ) );
}
@media only screen and (min-width: 30.0625rem) {
  .row .column.offset-xsmall-4 {
    margin-left: calc( 33.3333333333% + ( 1rem / 2 ) );
  }
}
@media only screen and (min-width: 48.0625rem) {
  .row .column.offset-xsmall-4 {
    margin-left: calc( 33.3333333333% + ( 1.5rem / 2 ) );
  }
}
@media only screen and (min-width: 64.0625rem) {
  .row .column.offset-xsmall-4 {
    margin-left: calc( 33.3333333333% + ( 2rem / 2 ) );
  }
}
@media only screen and (min-width: 75.0625rem) {
  .row .column.offset-xsmall-4 {
    margin-left: calc( 33.3333333333% + ( 2.5rem / 2 ) );
  }
}
@media only screen and (min-width: 90.0625rem) {
  .row .column.offset-xsmall-4 {
    margin-left: calc( 33.3333333333% + ( 2.5rem / 2 ) );
  }
}
.row .column.offset-xsmall-3 {
  margin-left: calc( 25% + ( 1rem / 2 ) );
}
@media only screen and (min-width: 30.0625rem) {
  .row .column.offset-xsmall-3 {
    margin-left: calc( 25% + ( 1rem / 2 ) );
  }
}
@media only screen and (min-width: 48.0625rem) {
  .row .column.offset-xsmall-3 {
    margin-left: calc( 25% + ( 1.5rem / 2 ) );
  }
}
@media only screen and (min-width: 64.0625rem) {
  .row .column.offset-xsmall-3 {
    margin-left: calc( 25% + ( 2rem / 2 ) );
  }
}
@media only screen and (min-width: 75.0625rem) {
  .row .column.offset-xsmall-3 {
    margin-left: calc( 25% + ( 2.5rem / 2 ) );
  }
}
@media only screen and (min-width: 90.0625rem) {
  .row .column.offset-xsmall-3 {
    margin-left: calc( 25% + ( 2.5rem / 2 ) );
  }
}
.row .column.offset-xsmall-2 {
  margin-left: calc( 16.6666666667% + ( 1rem / 2 ) );
}
@media only screen and (min-width: 30.0625rem) {
  .row .column.offset-xsmall-2 {
    margin-left: calc( 16.6666666667% + ( 1rem / 2 ) );
  }
}
@media only screen and (min-width: 48.0625rem) {
  .row .column.offset-xsmall-2 {
    margin-left: calc( 16.6666666667% + ( 1.5rem / 2 ) );
  }
}
@media only screen and (min-width: 64.0625rem) {
  .row .column.offset-xsmall-2 {
    margin-left: calc( 16.6666666667% + ( 2rem / 2 ) );
  }
}
@media only screen and (min-width: 75.0625rem) {
  .row .column.offset-xsmall-2 {
    margin-left: calc( 16.6666666667% + ( 2.5rem / 2 ) );
  }
}
@media only screen and (min-width: 90.0625rem) {
  .row .column.offset-xsmall-2 {
    margin-left: calc( 16.6666666667% + ( 2.5rem / 2 ) );
  }
}
.row .column.offset-xsmall-1 {
  margin-left: calc( 8.3333333333% + ( 1rem / 2 ) );
}
@media only screen and (min-width: 30.0625rem) {
  .row .column.offset-xsmall-1 {
    margin-left: calc( 8.3333333333% + ( 1rem / 2 ) );
  }
}
@media only screen and (min-width: 48.0625rem) {
  .row .column.offset-xsmall-1 {
    margin-left: calc( 8.3333333333% + ( 1.5rem / 2 ) );
  }
}
@media only screen and (min-width: 64.0625rem) {
  .row .column.offset-xsmall-1 {
    margin-left: calc( 8.3333333333% + ( 2rem / 2 ) );
  }
}
@media only screen and (min-width: 75.0625rem) {
  .row .column.offset-xsmall-1 {
    margin-left: calc( 8.3333333333% + ( 2.5rem / 2 ) );
  }
}
@media only screen and (min-width: 90.0625rem) {
  .row .column.offset-xsmall-1 {
    margin-left: calc( 8.3333333333% + ( 2.5rem / 2 ) );
  }
}
.row .column.offset-xsmall-0 {
  margin-left: calc( 0% + ( 1rem / 2 ) );
}
@media only screen and (min-width: 30.0625rem) {
  .row .column.offset-xsmall-0 {
    margin-left: calc( 0% + ( 1rem / 2 ) );
  }
}
@media only screen and (min-width: 48.0625rem) {
  .row .column.offset-xsmall-0 {
    margin-left: calc( 0% + ( 1.5rem / 2 ) );
  }
}
@media only screen and (min-width: 64.0625rem) {
  .row .column.offset-xsmall-0 {
    margin-left: calc( 0% + ( 2rem / 2 ) );
  }
}
@media only screen and (min-width: 75.0625rem) {
  .row .column.offset-xsmall-0 {
    margin-left: calc( 0% + ( 2.5rem / 2 ) );
  }
}
@media only screen and (min-width: 90.0625rem) {
  .row .column.offset-xsmall-0 {
    margin-left: calc( 0% + ( 2.5rem / 2 ) );
  }
}
@media only screen and (min-width: 30.0625rem) {
  .row .column.offset-small-12 {
    margin-left: calc( 100% + ( 1rem / 2 ) );
  }
}
@media only screen and (min-width: 48.0625rem) {
  .row .column.offset-small-12 {
    margin-left: calc( 100% + ( 1.5rem / 2 ) );
  }
}
@media only screen and (min-width: 64.0625rem) {
  .row .column.offset-small-12 {
    margin-left: calc( 100% + ( 2rem / 2 ) );
  }
}
@media only screen and (min-width: 75.0625rem) {
  .row .column.offset-small-12 {
    margin-left: calc( 100% + ( 2.5rem / 2 ) );
  }
}
@media only screen and (min-width: 90.0625rem) {
  .row .column.offset-small-12 {
    margin-left: calc( 100% + ( 2.5rem / 2 ) );
  }
}
@media only screen and (min-width: 30.0625rem) {
  .row .column.offset-small-11 {
    margin-left: calc( 91.6666666667% + ( 1rem / 2 ) );
  }
}
@media only screen and (min-width: 48.0625rem) {
  .row .column.offset-small-11 {
    margin-left: calc( 91.6666666667% + ( 1.5rem / 2 ) );
  }
}
@media only screen and (min-width: 64.0625rem) {
  .row .column.offset-small-11 {
    margin-left: calc( 91.6666666667% + ( 2rem / 2 ) );
  }
}
@media only screen and (min-width: 75.0625rem) {
  .row .column.offset-small-11 {
    margin-left: calc( 91.6666666667% + ( 2.5rem / 2 ) );
  }
}
@media only screen and (min-width: 90.0625rem) {
  .row .column.offset-small-11 {
    margin-left: calc( 91.6666666667% + ( 2.5rem / 2 ) );
  }
}
@media only screen and (min-width: 30.0625rem) {
  .row .column.offset-small-10 {
    margin-left: calc( 83.3333333333% + ( 1rem / 2 ) );
  }
}
@media only screen and (min-width: 48.0625rem) {
  .row .column.offset-small-10 {
    margin-left: calc( 83.3333333333% + ( 1.5rem / 2 ) );
  }
}
@media only screen and (min-width: 64.0625rem) {
  .row .column.offset-small-10 {
    margin-left: calc( 83.3333333333% + ( 2rem / 2 ) );
  }
}
@media only screen and (min-width: 75.0625rem) {
  .row .column.offset-small-10 {
    margin-left: calc( 83.3333333333% + ( 2.5rem / 2 ) );
  }
}
@media only screen and (min-width: 90.0625rem) {
  .row .column.offset-small-10 {
    margin-left: calc( 83.3333333333% + ( 2.5rem / 2 ) );
  }
}
@media only screen and (min-width: 30.0625rem) {
  .row .column.offset-small-9 {
    margin-left: calc( 75% + ( 1rem / 2 ) );
  }
}
@media only screen and (min-width: 48.0625rem) {
  .row .column.offset-small-9 {
    margin-left: calc( 75% + ( 1.5rem / 2 ) );
  }
}
@media only screen and (min-width: 64.0625rem) {
  .row .column.offset-small-9 {
    margin-left: calc( 75% + ( 2rem / 2 ) );
  }
}
@media only screen and (min-width: 75.0625rem) {
  .row .column.offset-small-9 {
    margin-left: calc( 75% + ( 2.5rem / 2 ) );
  }
}
@media only screen and (min-width: 90.0625rem) {
  .row .column.offset-small-9 {
    margin-left: calc( 75% + ( 2.5rem / 2 ) );
  }
}
@media only screen and (min-width: 30.0625rem) {
  .row .column.offset-small-8 {
    margin-left: calc( 66.6666666667% + ( 1rem / 2 ) );
  }
}
@media only screen and (min-width: 48.0625rem) {
  .row .column.offset-small-8 {
    margin-left: calc( 66.6666666667% + ( 1.5rem / 2 ) );
  }
}
@media only screen and (min-width: 64.0625rem) {
  .row .column.offset-small-8 {
    margin-left: calc( 66.6666666667% + ( 2rem / 2 ) );
  }
}
@media only screen and (min-width: 75.0625rem) {
  .row .column.offset-small-8 {
    margin-left: calc( 66.6666666667% + ( 2.5rem / 2 ) );
  }
}
@media only screen and (min-width: 90.0625rem) {
  .row .column.offset-small-8 {
    margin-left: calc( 66.6666666667% + ( 2.5rem / 2 ) );
  }
}
@media only screen and (min-width: 30.0625rem) {
  .row .column.offset-small-7 {
    margin-left: calc( 58.3333333333% + ( 1rem / 2 ) );
  }
}
@media only screen and (min-width: 48.0625rem) {
  .row .column.offset-small-7 {
    margin-left: calc( 58.3333333333% + ( 1.5rem / 2 ) );
  }
}
@media only screen and (min-width: 64.0625rem) {
  .row .column.offset-small-7 {
    margin-left: calc( 58.3333333333% + ( 2rem / 2 ) );
  }
}
@media only screen and (min-width: 75.0625rem) {
  .row .column.offset-small-7 {
    margin-left: calc( 58.3333333333% + ( 2.5rem / 2 ) );
  }
}
@media only screen and (min-width: 90.0625rem) {
  .row .column.offset-small-7 {
    margin-left: calc( 58.3333333333% + ( 2.5rem / 2 ) );
  }
}
@media only screen and (min-width: 30.0625rem) {
  .row .column.offset-small-6 {
    margin-left: calc( 50% + ( 1rem / 2 ) );
  }
}
@media only screen and (min-width: 48.0625rem) {
  .row .column.offset-small-6 {
    margin-left: calc( 50% + ( 1.5rem / 2 ) );
  }
}
@media only screen and (min-width: 64.0625rem) {
  .row .column.offset-small-6 {
    margin-left: calc( 50% + ( 2rem / 2 ) );
  }
}
@media only screen and (min-width: 75.0625rem) {
  .row .column.offset-small-6 {
    margin-left: calc( 50% + ( 2.5rem / 2 ) );
  }
}
@media only screen and (min-width: 90.0625rem) {
  .row .column.offset-small-6 {
    margin-left: calc( 50% + ( 2.5rem / 2 ) );
  }
}
@media only screen and (min-width: 30.0625rem) {
  .row .column.offset-small-5 {
    margin-left: calc( 41.6666666667% + ( 1rem / 2 ) );
  }
}
@media only screen and (min-width: 48.0625rem) {
  .row .column.offset-small-5 {
    margin-left: calc( 41.6666666667% + ( 1.5rem / 2 ) );
  }
}
@media only screen and (min-width: 64.0625rem) {
  .row .column.offset-small-5 {
    margin-left: calc( 41.6666666667% + ( 2rem / 2 ) );
  }
}
@media only screen and (min-width: 75.0625rem) {
  .row .column.offset-small-5 {
    margin-left: calc( 41.6666666667% + ( 2.5rem / 2 ) );
  }
}
@media only screen and (min-width: 90.0625rem) {
  .row .column.offset-small-5 {
    margin-left: calc( 41.6666666667% + ( 2.5rem / 2 ) );
  }
}
@media only screen and (min-width: 30.0625rem) {
  .row .column.offset-small-4 {
    margin-left: calc( 33.3333333333% + ( 1rem / 2 ) );
  }
}
@media only screen and (min-width: 48.0625rem) {
  .row .column.offset-small-4 {
    margin-left: calc( 33.3333333333% + ( 1.5rem / 2 ) );
  }
}
@media only screen and (min-width: 64.0625rem) {
  .row .column.offset-small-4 {
    margin-left: calc( 33.3333333333% + ( 2rem / 2 ) );
  }
}
@media only screen and (min-width: 75.0625rem) {
  .row .column.offset-small-4 {
    margin-left: calc( 33.3333333333% + ( 2.5rem / 2 ) );
  }
}
@media only screen and (min-width: 90.0625rem) {
  .row .column.offset-small-4 {
    margin-left: calc( 33.3333333333% + ( 2.5rem / 2 ) );
  }
}
@media only screen and (min-width: 30.0625rem) {
  .row .column.offset-small-3 {
    margin-left: calc( 25% + ( 1rem / 2 ) );
  }
}
@media only screen and (min-width: 48.0625rem) {
  .row .column.offset-small-3 {
    margin-left: calc( 25% + ( 1.5rem / 2 ) );
  }
}
@media only screen and (min-width: 64.0625rem) {
  .row .column.offset-small-3 {
    margin-left: calc( 25% + ( 2rem / 2 ) );
  }
}
@media only screen and (min-width: 75.0625rem) {
  .row .column.offset-small-3 {
    margin-left: calc( 25% + ( 2.5rem / 2 ) );
  }
}
@media only screen and (min-width: 90.0625rem) {
  .row .column.offset-small-3 {
    margin-left: calc( 25% + ( 2.5rem / 2 ) );
  }
}
@media only screen and (min-width: 30.0625rem) {
  .row .column.offset-small-2 {
    margin-left: calc( 16.6666666667% + ( 1rem / 2 ) );
  }
}
@media only screen and (min-width: 48.0625rem) {
  .row .column.offset-small-2 {
    margin-left: calc( 16.6666666667% + ( 1.5rem / 2 ) );
  }
}
@media only screen and (min-width: 64.0625rem) {
  .row .column.offset-small-2 {
    margin-left: calc( 16.6666666667% + ( 2rem / 2 ) );
  }
}
@media only screen and (min-width: 75.0625rem) {
  .row .column.offset-small-2 {
    margin-left: calc( 16.6666666667% + ( 2.5rem / 2 ) );
  }
}
@media only screen and (min-width: 90.0625rem) {
  .row .column.offset-small-2 {
    margin-left: calc( 16.6666666667% + ( 2.5rem / 2 ) );
  }
}
@media only screen and (min-width: 30.0625rem) {
  .row .column.offset-small-1 {
    margin-left: calc( 8.3333333333% + ( 1rem / 2 ) );
  }
}
@media only screen and (min-width: 48.0625rem) {
  .row .column.offset-small-1 {
    margin-left: calc( 8.3333333333% + ( 1.5rem / 2 ) );
  }
}
@media only screen and (min-width: 64.0625rem) {
  .row .column.offset-small-1 {
    margin-left: calc( 8.3333333333% + ( 2rem / 2 ) );
  }
}
@media only screen and (min-width: 75.0625rem) {
  .row .column.offset-small-1 {
    margin-left: calc( 8.3333333333% + ( 2.5rem / 2 ) );
  }
}
@media only screen and (min-width: 90.0625rem) {
  .row .column.offset-small-1 {
    margin-left: calc( 8.3333333333% + ( 2.5rem / 2 ) );
  }
}
@media only screen and (min-width: 30.0625rem) {
  .row .column.offset-small-0 {
    margin-left: calc( 0% + ( 1rem / 2 ) );
  }
}
@media only screen and (min-width: 48.0625rem) {
  .row .column.offset-small-0 {
    margin-left: calc( 0% + ( 1.5rem / 2 ) );
  }
}
@media only screen and (min-width: 64.0625rem) {
  .row .column.offset-small-0 {
    margin-left: calc( 0% + ( 2rem / 2 ) );
  }
}
@media only screen and (min-width: 75.0625rem) {
  .row .column.offset-small-0 {
    margin-left: calc( 0% + ( 2.5rem / 2 ) );
  }
}
@media only screen and (min-width: 90.0625rem) {
  .row .column.offset-small-0 {
    margin-left: calc( 0% + ( 2.5rem / 2 ) );
  }
}
@media only screen and (min-width: 48.0625rem) {
  .row .column.offset-medium-12 {
    margin-left: calc( 100% + ( 1.5rem / 2 ) );
  }
}
@media only screen and (min-width: 64.0625rem) {
  .row .column.offset-medium-12 {
    margin-left: calc( 100% + ( 2rem / 2 ) );
  }
}
@media only screen and (min-width: 75.0625rem) {
  .row .column.offset-medium-12 {
    margin-left: calc( 100% + ( 2.5rem / 2 ) );
  }
}
@media only screen and (min-width: 90.0625rem) {
  .row .column.offset-medium-12 {
    margin-left: calc( 100% + ( 2.5rem / 2 ) );
  }
}
@media only screen and (min-width: 48.0625rem) {
  .row .column.offset-medium-11 {
    margin-left: calc( 91.6666666667% + ( 1.5rem / 2 ) );
  }
}
@media only screen and (min-width: 64.0625rem) {
  .row .column.offset-medium-11 {
    margin-left: calc( 91.6666666667% + ( 2rem / 2 ) );
  }
}
@media only screen and (min-width: 75.0625rem) {
  .row .column.offset-medium-11 {
    margin-left: calc( 91.6666666667% + ( 2.5rem / 2 ) );
  }
}
@media only screen and (min-width: 90.0625rem) {
  .row .column.offset-medium-11 {
    margin-left: calc( 91.6666666667% + ( 2.5rem / 2 ) );
  }
}
@media only screen and (min-width: 48.0625rem) {
  .row .column.offset-medium-10 {
    margin-left: calc( 83.3333333333% + ( 1.5rem / 2 ) );
  }
}
@media only screen and (min-width: 64.0625rem) {
  .row .column.offset-medium-10 {
    margin-left: calc( 83.3333333333% + ( 2rem / 2 ) );
  }
}
@media only screen and (min-width: 75.0625rem) {
  .row .column.offset-medium-10 {
    margin-left: calc( 83.3333333333% + ( 2.5rem / 2 ) );
  }
}
@media only screen and (min-width: 90.0625rem) {
  .row .column.offset-medium-10 {
    margin-left: calc( 83.3333333333% + ( 2.5rem / 2 ) );
  }
}
@media only screen and (min-width: 48.0625rem) {
  .row .column.offset-medium-9 {
    margin-left: calc( 75% + ( 1.5rem / 2 ) );
  }
}
@media only screen and (min-width: 64.0625rem) {
  .row .column.offset-medium-9 {
    margin-left: calc( 75% + ( 2rem / 2 ) );
  }
}
@media only screen and (min-width: 75.0625rem) {
  .row .column.offset-medium-9 {
    margin-left: calc( 75% + ( 2.5rem / 2 ) );
  }
}
@media only screen and (min-width: 90.0625rem) {
  .row .column.offset-medium-9 {
    margin-left: calc( 75% + ( 2.5rem / 2 ) );
  }
}
@media only screen and (min-width: 48.0625rem) {
  .row .column.offset-medium-8 {
    margin-left: calc( 66.6666666667% + ( 1.5rem / 2 ) );
  }
}
@media only screen and (min-width: 64.0625rem) {
  .row .column.offset-medium-8 {
    margin-left: calc( 66.6666666667% + ( 2rem / 2 ) );
  }
}
@media only screen and (min-width: 75.0625rem) {
  .row .column.offset-medium-8 {
    margin-left: calc( 66.6666666667% + ( 2.5rem / 2 ) );
  }
}
@media only screen and (min-width: 90.0625rem) {
  .row .column.offset-medium-8 {
    margin-left: calc( 66.6666666667% + ( 2.5rem / 2 ) );
  }
}
@media only screen and (min-width: 48.0625rem) {
  .row .column.offset-medium-7 {
    margin-left: calc( 58.3333333333% + ( 1.5rem / 2 ) );
  }
}
@media only screen and (min-width: 64.0625rem) {
  .row .column.offset-medium-7 {
    margin-left: calc( 58.3333333333% + ( 2rem / 2 ) );
  }
}
@media only screen and (min-width: 75.0625rem) {
  .row .column.offset-medium-7 {
    margin-left: calc( 58.3333333333% + ( 2.5rem / 2 ) );
  }
}
@media only screen and (min-width: 90.0625rem) {
  .row .column.offset-medium-7 {
    margin-left: calc( 58.3333333333% + ( 2.5rem / 2 ) );
  }
}
@media only screen and (min-width: 48.0625rem) {
  .row .column.offset-medium-6 {
    margin-left: calc( 50% + ( 1.5rem / 2 ) );
  }
}
@media only screen and (min-width: 64.0625rem) {
  .row .column.offset-medium-6 {
    margin-left: calc( 50% + ( 2rem / 2 ) );
  }
}
@media only screen and (min-width: 75.0625rem) {
  .row .column.offset-medium-6 {
    margin-left: calc( 50% + ( 2.5rem / 2 ) );
  }
}
@media only screen and (min-width: 90.0625rem) {
  .row .column.offset-medium-6 {
    margin-left: calc( 50% + ( 2.5rem / 2 ) );
  }
}
@media only screen and (min-width: 48.0625rem) {
  .row .column.offset-medium-5 {
    margin-left: calc( 41.6666666667% + ( 1.5rem / 2 ) );
  }
}
@media only screen and (min-width: 64.0625rem) {
  .row .column.offset-medium-5 {
    margin-left: calc( 41.6666666667% + ( 2rem / 2 ) );
  }
}
@media only screen and (min-width: 75.0625rem) {
  .row .column.offset-medium-5 {
    margin-left: calc( 41.6666666667% + ( 2.5rem / 2 ) );
  }
}
@media only screen and (min-width: 90.0625rem) {
  .row .column.offset-medium-5 {
    margin-left: calc( 41.6666666667% + ( 2.5rem / 2 ) );
  }
}
@media only screen and (min-width: 48.0625rem) {
  .row .column.offset-medium-4 {
    margin-left: calc( 33.3333333333% + ( 1.5rem / 2 ) );
  }
}
@media only screen and (min-width: 64.0625rem) {
  .row .column.offset-medium-4 {
    margin-left: calc( 33.3333333333% + ( 2rem / 2 ) );
  }
}
@media only screen and (min-width: 75.0625rem) {
  .row .column.offset-medium-4 {
    margin-left: calc( 33.3333333333% + ( 2.5rem / 2 ) );
  }
}
@media only screen and (min-width: 90.0625rem) {
  .row .column.offset-medium-4 {
    margin-left: calc( 33.3333333333% + ( 2.5rem / 2 ) );
  }
}
@media only screen and (min-width: 48.0625rem) {
  .row .column.offset-medium-3 {
    margin-left: calc( 25% + ( 1.5rem / 2 ) );
  }
}
@media only screen and (min-width: 64.0625rem) {
  .row .column.offset-medium-3 {
    margin-left: calc( 25% + ( 2rem / 2 ) );
  }
}
@media only screen and (min-width: 75.0625rem) {
  .row .column.offset-medium-3 {
    margin-left: calc( 25% + ( 2.5rem / 2 ) );
  }
}
@media only screen and (min-width: 90.0625rem) {
  .row .column.offset-medium-3 {
    margin-left: calc( 25% + ( 2.5rem / 2 ) );
  }
}
@media only screen and (min-width: 48.0625rem) {
  .row .column.offset-medium-2 {
    margin-left: calc( 16.6666666667% + ( 1.5rem / 2 ) );
  }
}
@media only screen and (min-width: 64.0625rem) {
  .row .column.offset-medium-2 {
    margin-left: calc( 16.6666666667% + ( 2rem / 2 ) );
  }
}
@media only screen and (min-width: 75.0625rem) {
  .row .column.offset-medium-2 {
    margin-left: calc( 16.6666666667% + ( 2.5rem / 2 ) );
  }
}
@media only screen and (min-width: 90.0625rem) {
  .row .column.offset-medium-2 {
    margin-left: calc( 16.6666666667% + ( 2.5rem / 2 ) );
  }
}
@media only screen and (min-width: 48.0625rem) {
  .row .column.offset-medium-1 {
    margin-left: calc( 8.3333333333% + ( 1.5rem / 2 ) );
  }
}
@media only screen and (min-width: 64.0625rem) {
  .row .column.offset-medium-1 {
    margin-left: calc( 8.3333333333% + ( 2rem / 2 ) );
  }
}
@media only screen and (min-width: 75.0625rem) {
  .row .column.offset-medium-1 {
    margin-left: calc( 8.3333333333% + ( 2.5rem / 2 ) );
  }
}
@media only screen and (min-width: 90.0625rem) {
  .row .column.offset-medium-1 {
    margin-left: calc( 8.3333333333% + ( 2.5rem / 2 ) );
  }
}
@media only screen and (min-width: 48.0625rem) {
  .row .column.offset-medium-0 {
    margin-left: calc( 0% + ( 1.5rem / 2 ) );
  }
}
@media only screen and (min-width: 64.0625rem) {
  .row .column.offset-medium-0 {
    margin-left: calc( 0% + ( 2rem / 2 ) );
  }
}
@media only screen and (min-width: 75.0625rem) {
  .row .column.offset-medium-0 {
    margin-left: calc( 0% + ( 2.5rem / 2 ) );
  }
}
@media only screen and (min-width: 90.0625rem) {
  .row .column.offset-medium-0 {
    margin-left: calc( 0% + ( 2.5rem / 2 ) );
  }
}
@media only screen and (min-width: 64.0625rem) {
  .row .column.offset-large-12 {
    margin-left: calc( 100% + ( 2rem / 2 ) );
  }
}
@media only screen and (min-width: 75.0625rem) {
  .row .column.offset-large-12 {
    margin-left: calc( 100% + ( 2.5rem / 2 ) );
  }
}
@media only screen and (min-width: 90.0625rem) {
  .row .column.offset-large-12 {
    margin-left: calc( 100% + ( 2.5rem / 2 ) );
  }
}
@media only screen and (min-width: 64.0625rem) {
  .row .column.offset-large-11 {
    margin-left: calc( 91.6666666667% + ( 2rem / 2 ) );
  }
}
@media only screen and (min-width: 75.0625rem) {
  .row .column.offset-large-11 {
    margin-left: calc( 91.6666666667% + ( 2.5rem / 2 ) );
  }
}
@media only screen and (min-width: 90.0625rem) {
  .row .column.offset-large-11 {
    margin-left: calc( 91.6666666667% + ( 2.5rem / 2 ) );
  }
}
@media only screen and (min-width: 64.0625rem) {
  .row .column.offset-large-10 {
    margin-left: calc( 83.3333333333% + ( 2rem / 2 ) );
  }
}
@media only screen and (min-width: 75.0625rem) {
  .row .column.offset-large-10 {
    margin-left: calc( 83.3333333333% + ( 2.5rem / 2 ) );
  }
}
@media only screen and (min-width: 90.0625rem) {
  .row .column.offset-large-10 {
    margin-left: calc( 83.3333333333% + ( 2.5rem / 2 ) );
  }
}
@media only screen and (min-width: 64.0625rem) {
  .row .column.offset-large-9 {
    margin-left: calc( 75% + ( 2rem / 2 ) );
  }
}
@media only screen and (min-width: 75.0625rem) {
  .row .column.offset-large-9 {
    margin-left: calc( 75% + ( 2.5rem / 2 ) );
  }
}
@media only screen and (min-width: 90.0625rem) {
  .row .column.offset-large-9 {
    margin-left: calc( 75% + ( 2.5rem / 2 ) );
  }
}
@media only screen and (min-width: 64.0625rem) {
  .row .column.offset-large-8 {
    margin-left: calc( 66.6666666667% + ( 2rem / 2 ) );
  }
}
@media only screen and (min-width: 75.0625rem) {
  .row .column.offset-large-8 {
    margin-left: calc( 66.6666666667% + ( 2.5rem / 2 ) );
  }
}
@media only screen and (min-width: 90.0625rem) {
  .row .column.offset-large-8 {
    margin-left: calc( 66.6666666667% + ( 2.5rem / 2 ) );
  }
}
@media only screen and (min-width: 64.0625rem) {
  .row .column.offset-large-7 {
    margin-left: calc( 58.3333333333% + ( 2rem / 2 ) );
  }
}
@media only screen and (min-width: 75.0625rem) {
  .row .column.offset-large-7 {
    margin-left: calc( 58.3333333333% + ( 2.5rem / 2 ) );
  }
}
@media only screen and (min-width: 90.0625rem) {
  .row .column.offset-large-7 {
    margin-left: calc( 58.3333333333% + ( 2.5rem / 2 ) );
  }
}
@media only screen and (min-width: 64.0625rem) {
  .row .column.offset-large-6 {
    margin-left: calc( 50% + ( 2rem / 2 ) );
  }
}
@media only screen and (min-width: 75.0625rem) {
  .row .column.offset-large-6 {
    margin-left: calc( 50% + ( 2.5rem / 2 ) );
  }
}
@media only screen and (min-width: 90.0625rem) {
  .row .column.offset-large-6 {
    margin-left: calc( 50% + ( 2.5rem / 2 ) );
  }
}
@media only screen and (min-width: 64.0625rem) {
  .row .column.offset-large-5 {
    margin-left: calc( 41.6666666667% + ( 2rem / 2 ) );
  }
}
@media only screen and (min-width: 75.0625rem) {
  .row .column.offset-large-5 {
    margin-left: calc( 41.6666666667% + ( 2.5rem / 2 ) );
  }
}
@media only screen and (min-width: 90.0625rem) {
  .row .column.offset-large-5 {
    margin-left: calc( 41.6666666667% + ( 2.5rem / 2 ) );
  }
}
@media only screen and (min-width: 64.0625rem) {
  .row .column.offset-large-4 {
    margin-left: calc( 33.3333333333% + ( 2rem / 2 ) );
  }
}
@media only screen and (min-width: 75.0625rem) {
  .row .column.offset-large-4 {
    margin-left: calc( 33.3333333333% + ( 2.5rem / 2 ) );
  }
}
@media only screen and (min-width: 90.0625rem) {
  .row .column.offset-large-4 {
    margin-left: calc( 33.3333333333% + ( 2.5rem / 2 ) );
  }
}
@media only screen and (min-width: 64.0625rem) {
  .row .column.offset-large-3 {
    margin-left: calc( 25% + ( 2rem / 2 ) );
  }
}
@media only screen and (min-width: 75.0625rem) {
  .row .column.offset-large-3 {
    margin-left: calc( 25% + ( 2.5rem / 2 ) );
  }
}
@media only screen and (min-width: 90.0625rem) {
  .row .column.offset-large-3 {
    margin-left: calc( 25% + ( 2.5rem / 2 ) );
  }
}
@media only screen and (min-width: 64.0625rem) {
  .row .column.offset-large-2 {
    margin-left: calc( 16.6666666667% + ( 2rem / 2 ) );
  }
}
@media only screen and (min-width: 75.0625rem) {
  .row .column.offset-large-2 {
    margin-left: calc( 16.6666666667% + ( 2.5rem / 2 ) );
  }
}
@media only screen and (min-width: 90.0625rem) {
  .row .column.offset-large-2 {
    margin-left: calc( 16.6666666667% + ( 2.5rem / 2 ) );
  }
}
@media only screen and (min-width: 64.0625rem) {
  .row .column.offset-large-1 {
    margin-left: calc( 8.3333333333% + ( 2rem / 2 ) );
  }
}
@media only screen and (min-width: 75.0625rem) {
  .row .column.offset-large-1 {
    margin-left: calc( 8.3333333333% + ( 2.5rem / 2 ) );
  }
}
@media only screen and (min-width: 90.0625rem) {
  .row .column.offset-large-1 {
    margin-left: calc( 8.3333333333% + ( 2.5rem / 2 ) );
  }
}
@media only screen and (min-width: 64.0625rem) {
  .row .column.offset-large-0 {
    margin-left: calc( 0% + ( 2rem / 2 ) );
  }
}
@media only screen and (min-width: 75.0625rem) {
  .row .column.offset-large-0 {
    margin-left: calc( 0% + ( 2.5rem / 2 ) );
  }
}
@media only screen and (min-width: 90.0625rem) {
  .row .column.offset-large-0 {
    margin-left: calc( 0% + ( 2.5rem / 2 ) );
  }
}
@media only screen and (min-width: 75.0625rem) {
  .row .column.offset-xlarge-12 {
    margin-left: calc( 100% + ( 2.5rem / 2 ) );
  }
}
@media only screen and (min-width: 90.0625rem) {
  .row .column.offset-xlarge-12 {
    margin-left: calc( 100% + ( 2.5rem / 2 ) );
  }
}
@media only screen and (min-width: 75.0625rem) {
  .row .column.offset-xlarge-11 {
    margin-left: calc( 91.6666666667% + ( 2.5rem / 2 ) );
  }
}
@media only screen and (min-width: 90.0625rem) {
  .row .column.offset-xlarge-11 {
    margin-left: calc( 91.6666666667% + ( 2.5rem / 2 ) );
  }
}
@media only screen and (min-width: 75.0625rem) {
  .row .column.offset-xlarge-10 {
    margin-left: calc( 83.3333333333% + ( 2.5rem / 2 ) );
  }
}
@media only screen and (min-width: 90.0625rem) {
  .row .column.offset-xlarge-10 {
    margin-left: calc( 83.3333333333% + ( 2.5rem / 2 ) );
  }
}
@media only screen and (min-width: 75.0625rem) {
  .row .column.offset-xlarge-9 {
    margin-left: calc( 75% + ( 2.5rem / 2 ) );
  }
}
@media only screen and (min-width: 90.0625rem) {
  .row .column.offset-xlarge-9 {
    margin-left: calc( 75% + ( 2.5rem / 2 ) );
  }
}
@media only screen and (min-width: 75.0625rem) {
  .row .column.offset-xlarge-8 {
    margin-left: calc( 66.6666666667% + ( 2.5rem / 2 ) );
  }
}
@media only screen and (min-width: 90.0625rem) {
  .row .column.offset-xlarge-8 {
    margin-left: calc( 66.6666666667% + ( 2.5rem / 2 ) );
  }
}
@media only screen and (min-width: 75.0625rem) {
  .row .column.offset-xlarge-7 {
    margin-left: calc( 58.3333333333% + ( 2.5rem / 2 ) );
  }
}
@media only screen and (min-width: 90.0625rem) {
  .row .column.offset-xlarge-7 {
    margin-left: calc( 58.3333333333% + ( 2.5rem / 2 ) );
  }
}
@media only screen and (min-width: 75.0625rem) {
  .row .column.offset-xlarge-6 {
    margin-left: calc( 50% + ( 2.5rem / 2 ) );
  }
}
@media only screen and (min-width: 90.0625rem) {
  .row .column.offset-xlarge-6 {
    margin-left: calc( 50% + ( 2.5rem / 2 ) );
  }
}
@media only screen and (min-width: 75.0625rem) {
  .row .column.offset-xlarge-5 {
    margin-left: calc( 41.6666666667% + ( 2.5rem / 2 ) );
  }
}
@media only screen and (min-width: 90.0625rem) {
  .row .column.offset-xlarge-5 {
    margin-left: calc( 41.6666666667% + ( 2.5rem / 2 ) );
  }
}
@media only screen and (min-width: 75.0625rem) {
  .row .column.offset-xlarge-4 {
    margin-left: calc( 33.3333333333% + ( 2.5rem / 2 ) );
  }
}
@media only screen and (min-width: 90.0625rem) {
  .row .column.offset-xlarge-4 {
    margin-left: calc( 33.3333333333% + ( 2.5rem / 2 ) );
  }
}
@media only screen and (min-width: 75.0625rem) {
  .row .column.offset-xlarge-3 {
    margin-left: calc( 25% + ( 2.5rem / 2 ) );
  }
}
@media only screen and (min-width: 90.0625rem) {
  .row .column.offset-xlarge-3 {
    margin-left: calc( 25% + ( 2.5rem / 2 ) );
  }
}
@media only screen and (min-width: 75.0625rem) {
  .row .column.offset-xlarge-2 {
    margin-left: calc( 16.6666666667% + ( 2.5rem / 2 ) );
  }
}
@media only screen and (min-width: 90.0625rem) {
  .row .column.offset-xlarge-2 {
    margin-left: calc( 16.6666666667% + ( 2.5rem / 2 ) );
  }
}
@media only screen and (min-width: 75.0625rem) {
  .row .column.offset-xlarge-1 {
    margin-left: calc( 8.3333333333% + ( 2.5rem / 2 ) );
  }
}
@media only screen and (min-width: 90.0625rem) {
  .row .column.offset-xlarge-1 {
    margin-left: calc( 8.3333333333% + ( 2.5rem / 2 ) );
  }
}
@media only screen and (min-width: 75.0625rem) {
  .row .column.offset-xlarge-0 {
    margin-left: calc( 0% + ( 2.5rem / 2 ) );
  }
}
@media only screen and (min-width: 90.0625rem) {
  .row .column.offset-xlarge-0 {
    margin-left: calc( 0% + ( 2.5rem / 2 ) );
  }
}
@media only screen and (min-width: 90.0625rem) {
  .row .column.offset-xxlarge-12 {
    margin-left: calc( 100% + ( 2.5rem / 2 ) );
  }
}
@media only screen and (min-width: 90.0625rem) {
  .row .column.offset-xxlarge-11 {
    margin-left: calc( 91.6666666667% + ( 2.5rem / 2 ) );
  }
}
@media only screen and (min-width: 90.0625rem) {
  .row .column.offset-xxlarge-10 {
    margin-left: calc( 83.3333333333% + ( 2.5rem / 2 ) );
  }
}
@media only screen and (min-width: 90.0625rem) {
  .row .column.offset-xxlarge-9 {
    margin-left: calc( 75% + ( 2.5rem / 2 ) );
  }
}
@media only screen and (min-width: 90.0625rem) {
  .row .column.offset-xxlarge-8 {
    margin-left: calc( 66.6666666667% + ( 2.5rem / 2 ) );
  }
}
@media only screen and (min-width: 90.0625rem) {
  .row .column.offset-xxlarge-7 {
    margin-left: calc( 58.3333333333% + ( 2.5rem / 2 ) );
  }
}
@media only screen and (min-width: 90.0625rem) {
  .row .column.offset-xxlarge-6 {
    margin-left: calc( 50% + ( 2.5rem / 2 ) );
  }
}
@media only screen and (min-width: 90.0625rem) {
  .row .column.offset-xxlarge-5 {
    margin-left: calc( 41.6666666667% + ( 2.5rem / 2 ) );
  }
}
@media only screen and (min-width: 90.0625rem) {
  .row .column.offset-xxlarge-4 {
    margin-left: calc( 33.3333333333% + ( 2.5rem / 2 ) );
  }
}
@media only screen and (min-width: 90.0625rem) {
  .row .column.offset-xxlarge-3 {
    margin-left: calc( 25% + ( 2.5rem / 2 ) );
  }
}
@media only screen and (min-width: 90.0625rem) {
  .row .column.offset-xxlarge-2 {
    margin-left: calc( 16.6666666667% + ( 2.5rem / 2 ) );
  }
}
@media only screen and (min-width: 90.0625rem) {
  .row .column.offset-xxlarge-1 {
    margin-left: calc( 8.3333333333% + ( 2.5rem / 2 ) );
  }
}
@media only screen and (min-width: 90.0625rem) {
  .row .column.offset-xxlarge-0 {
    margin-left: calc( 0% + ( 2.5rem / 2 ) );
  }
}
.row.no-gutters {
  margin-left: 0;
  margin-right: 0;
}
.row.no-gutters .column {
  margin-left: 0;
  margin-right: 0;
}
.row.no-gutters .column.xsmall-1 {
  flex-basis: 8.3333333333%;
}
.row.no-gutters .column.xsmall-2 {
  flex-basis: 16.6666666667%;
}
.row.no-gutters .column.xsmall-3 {
  flex-basis: 25%;
}
.row.no-gutters .column.xsmall-4 {
  flex-basis: 33.3333333333%;
}
.row.no-gutters .column.xsmall-5 {
  flex-basis: 41.6666666667%;
}
.row.no-gutters .column.xsmall-6 {
  flex-basis: 50%;
}
.row.no-gutters .column.xsmall-7 {
  flex-basis: 58.3333333333%;
}
.row.no-gutters .column.xsmall-8 {
  flex-basis: 66.6666666667%;
}
.row.no-gutters .column.xsmall-9 {
  flex-basis: 75%;
}
.row.no-gutters .column.xsmall-10 {
  flex-basis: 83.3333333333%;
}
.row.no-gutters .column.xsmall-11 {
  flex-basis: 91.6666666667%;
}
.row.no-gutters .column.xsmall-12 {
  flex-basis: 100%;
}
@media only screen and (min-width: 30.0625rem) {
  .row.no-gutters .column.small-1 {
    flex-basis: 8.3333333333%;
  }
}
@media only screen and (min-width: 30.0625rem) {
  .row.no-gutters .column.small-2 {
    flex-basis: 16.6666666667%;
  }
}
@media only screen and (min-width: 30.0625rem) {
  .row.no-gutters .column.small-3 {
    flex-basis: 25%;
  }
}
@media only screen and (min-width: 30.0625rem) {
  .row.no-gutters .column.small-4 {
    flex-basis: 33.3333333333%;
  }
}
@media only screen and (min-width: 30.0625rem) {
  .row.no-gutters .column.small-5 {
    flex-basis: 41.6666666667%;
  }
}
@media only screen and (min-width: 30.0625rem) {
  .row.no-gutters .column.small-6 {
    flex-basis: 50%;
  }
}
@media only screen and (min-width: 30.0625rem) {
  .row.no-gutters .column.small-7 {
    flex-basis: 58.3333333333%;
  }
}
@media only screen and (min-width: 30.0625rem) {
  .row.no-gutters .column.small-8 {
    flex-basis: 66.6666666667%;
  }
}
@media only screen and (min-width: 30.0625rem) {
  .row.no-gutters .column.small-9 {
    flex-basis: 75%;
  }
}
@media only screen and (min-width: 30.0625rem) {
  .row.no-gutters .column.small-10 {
    flex-basis: 83.3333333333%;
  }
}
@media only screen and (min-width: 30.0625rem) {
  .row.no-gutters .column.small-11 {
    flex-basis: 91.6666666667%;
  }
}
@media only screen and (min-width: 30.0625rem) {
  .row.no-gutters .column.small-12 {
    flex-basis: 100%;
  }
}
@media only screen and (min-width: 48.0625rem) {
  .row.no-gutters .column.medium-1 {
    flex-basis: 8.3333333333%;
  }
}
@media only screen and (min-width: 48.0625rem) {
  .row.no-gutters .column.medium-2 {
    flex-basis: 16.6666666667%;
  }
}
@media only screen and (min-width: 48.0625rem) {
  .row.no-gutters .column.medium-3 {
    flex-basis: 25%;
  }
}
@media only screen and (min-width: 48.0625rem) {
  .row.no-gutters .column.medium-4 {
    flex-basis: 33.3333333333%;
  }
}
@media only screen and (min-width: 48.0625rem) {
  .row.no-gutters .column.medium-5 {
    flex-basis: 41.6666666667%;
  }
}
@media only screen and (min-width: 48.0625rem) {
  .row.no-gutters .column.medium-6 {
    flex-basis: 50%;
  }
}
@media only screen and (min-width: 48.0625rem) {
  .row.no-gutters .column.medium-7 {
    flex-basis: 58.3333333333%;
  }
}
@media only screen and (min-width: 48.0625rem) {
  .row.no-gutters .column.medium-8 {
    flex-basis: 66.6666666667%;
  }
}
@media only screen and (min-width: 48.0625rem) {
  .row.no-gutters .column.medium-9 {
    flex-basis: 75%;
  }
}
@media only screen and (min-width: 48.0625rem) {
  .row.no-gutters .column.medium-10 {
    flex-basis: 83.3333333333%;
  }
}
@media only screen and (min-width: 48.0625rem) {
  .row.no-gutters .column.medium-11 {
    flex-basis: 91.6666666667%;
  }
}
@media only screen and (min-width: 48.0625rem) {
  .row.no-gutters .column.medium-12 {
    flex-basis: 100%;
  }
}
@media only screen and (min-width: 64.0625rem) {
  .row.no-gutters .column.large-1 {
    flex-basis: 8.3333333333%;
  }
}
@media only screen and (min-width: 64.0625rem) {
  .row.no-gutters .column.large-2 {
    flex-basis: 16.6666666667%;
  }
}
@media only screen and (min-width: 64.0625rem) {
  .row.no-gutters .column.large-3 {
    flex-basis: 25%;
  }
}
@media only screen and (min-width: 64.0625rem) {
  .row.no-gutters .column.large-4 {
    flex-basis: 33.3333333333%;
  }
}
@media only screen and (min-width: 64.0625rem) {
  .row.no-gutters .column.large-5 {
    flex-basis: 41.6666666667%;
  }
}
@media only screen and (min-width: 64.0625rem) {
  .row.no-gutters .column.large-6 {
    flex-basis: 50%;
  }
}
@media only screen and (min-width: 64.0625rem) {
  .row.no-gutters .column.large-7 {
    flex-basis: 58.3333333333%;
  }
}
@media only screen and (min-width: 64.0625rem) {
  .row.no-gutters .column.large-8 {
    flex-basis: 66.6666666667%;
  }
}
@media only screen and (min-width: 64.0625rem) {
  .row.no-gutters .column.large-9 {
    flex-basis: 75%;
  }
}
@media only screen and (min-width: 64.0625rem) {
  .row.no-gutters .column.large-10 {
    flex-basis: 83.3333333333%;
  }
}
@media only screen and (min-width: 64.0625rem) {
  .row.no-gutters .column.large-11 {
    flex-basis: 91.6666666667%;
  }
}
@media only screen and (min-width: 64.0625rem) {
  .row.no-gutters .column.large-12 {
    flex-basis: 100%;
  }
}
@media only screen and (min-width: 75.0625rem) {
  .row.no-gutters .column.xlarge-1 {
    flex-basis: 8.3333333333%;
  }
}
@media only screen and (min-width: 75.0625rem) {
  .row.no-gutters .column.xlarge-2 {
    flex-basis: 16.6666666667%;
  }
}
@media only screen and (min-width: 75.0625rem) {
  .row.no-gutters .column.xlarge-3 {
    flex-basis: 25%;
  }
}
@media only screen and (min-width: 75.0625rem) {
  .row.no-gutters .column.xlarge-4 {
    flex-basis: 33.3333333333%;
  }
}
@media only screen and (min-width: 75.0625rem) {
  .row.no-gutters .column.xlarge-5 {
    flex-basis: 41.6666666667%;
  }
}
@media only screen and (min-width: 75.0625rem) {
  .row.no-gutters .column.xlarge-6 {
    flex-basis: 50%;
  }
}
@media only screen and (min-width: 75.0625rem) {
  .row.no-gutters .column.xlarge-7 {
    flex-basis: 58.3333333333%;
  }
}
@media only screen and (min-width: 75.0625rem) {
  .row.no-gutters .column.xlarge-8 {
    flex-basis: 66.6666666667%;
  }
}
@media only screen and (min-width: 75.0625rem) {
  .row.no-gutters .column.xlarge-9 {
    flex-basis: 75%;
  }
}
@media only screen and (min-width: 75.0625rem) {
  .row.no-gutters .column.xlarge-10 {
    flex-basis: 83.3333333333%;
  }
}
@media only screen and (min-width: 75.0625rem) {
  .row.no-gutters .column.xlarge-11 {
    flex-basis: 91.6666666667%;
  }
}
@media only screen and (min-width: 75.0625rem) {
  .row.no-gutters .column.xlarge-12 {
    flex-basis: 100%;
  }
}
@media only screen and (min-width: 90.0625rem) {
  .row.no-gutters .column.xxlarge-1 {
    flex-basis: 8.3333333333%;
  }
}
@media only screen and (min-width: 90.0625rem) {
  .row.no-gutters .column.xxlarge-2 {
    flex-basis: 16.6666666667%;
  }
}
@media only screen and (min-width: 90.0625rem) {
  .row.no-gutters .column.xxlarge-3 {
    flex-basis: 25%;
  }
}
@media only screen and (min-width: 90.0625rem) {
  .row.no-gutters .column.xxlarge-4 {
    flex-basis: 33.3333333333%;
  }
}
@media only screen and (min-width: 90.0625rem) {
  .row.no-gutters .column.xxlarge-5 {
    flex-basis: 41.6666666667%;
  }
}
@media only screen and (min-width: 90.0625rem) {
  .row.no-gutters .column.xxlarge-6 {
    flex-basis: 50%;
  }
}
@media only screen and (min-width: 90.0625rem) {
  .row.no-gutters .column.xxlarge-7 {
    flex-basis: 58.3333333333%;
  }
}
@media only screen and (min-width: 90.0625rem) {
  .row.no-gutters .column.xxlarge-8 {
    flex-basis: 66.6666666667%;
  }
}
@media only screen and (min-width: 90.0625rem) {
  .row.no-gutters .column.xxlarge-9 {
    flex-basis: 75%;
  }
}
@media only screen and (min-width: 90.0625rem) {
  .row.no-gutters .column.xxlarge-10 {
    flex-basis: 83.3333333333%;
  }
}
@media only screen and (min-width: 90.0625rem) {
  .row.no-gutters .column.xxlarge-11 {
    flex-basis: 91.6666666667%;
  }
}
@media only screen and (min-width: 90.0625rem) {
  .row.no-gutters .column.xxlarge-12 {
    flex-basis: 100%;
  }
}
.row.no-gutters .column.offset-xsmall-12 {
  margin-left: 100%;
}
@media only screen and (min-width: 30.0625rem) {
  .row.no-gutters .column.offset-xsmall-12 {
    margin-left: 100%;
  }
}
@media only screen and (min-width: 48.0625rem) {
  .row.no-gutters .column.offset-xsmall-12 {
    margin-left: 100%;
  }
}
@media only screen and (min-width: 64.0625rem) {
  .row.no-gutters .column.offset-xsmall-12 {
    margin-left: 100%;
  }
}
@media only screen and (min-width: 75.0625rem) {
  .row.no-gutters .column.offset-xsmall-12 {
    margin-left: 100%;
  }
}
@media only screen and (min-width: 90.0625rem) {
  .row.no-gutters .column.offset-xsmall-12 {
    margin-left: 100%;
  }
}
.row.no-gutters .column.offset-xsmall-11 {
  margin-left: 91.6666666667%;
}
@media only screen and (min-width: 30.0625rem) {
  .row.no-gutters .column.offset-xsmall-11 {
    margin-left: 91.6666666667%;
  }
}
@media only screen and (min-width: 48.0625rem) {
  .row.no-gutters .column.offset-xsmall-11 {
    margin-left: 91.6666666667%;
  }
}
@media only screen and (min-width: 64.0625rem) {
  .row.no-gutters .column.offset-xsmall-11 {
    margin-left: 91.6666666667%;
  }
}
@media only screen and (min-width: 75.0625rem) {
  .row.no-gutters .column.offset-xsmall-11 {
    margin-left: 91.6666666667%;
  }
}
@media only screen and (min-width: 90.0625rem) {
  .row.no-gutters .column.offset-xsmall-11 {
    margin-left: 91.6666666667%;
  }
}
.row.no-gutters .column.offset-xsmall-10 {
  margin-left: 83.3333333333%;
}
@media only screen and (min-width: 30.0625rem) {
  .row.no-gutters .column.offset-xsmall-10 {
    margin-left: 83.3333333333%;
  }
}
@media only screen and (min-width: 48.0625rem) {
  .row.no-gutters .column.offset-xsmall-10 {
    margin-left: 83.3333333333%;
  }
}
@media only screen and (min-width: 64.0625rem) {
  .row.no-gutters .column.offset-xsmall-10 {
    margin-left: 83.3333333333%;
  }
}
@media only screen and (min-width: 75.0625rem) {
  .row.no-gutters .column.offset-xsmall-10 {
    margin-left: 83.3333333333%;
  }
}
@media only screen and (min-width: 90.0625rem) {
  .row.no-gutters .column.offset-xsmall-10 {
    margin-left: 83.3333333333%;
  }
}
.row.no-gutters .column.offset-xsmall-9 {
  margin-left: 75%;
}
@media only screen and (min-width: 30.0625rem) {
  .row.no-gutters .column.offset-xsmall-9 {
    margin-left: 75%;
  }
}
@media only screen and (min-width: 48.0625rem) {
  .row.no-gutters .column.offset-xsmall-9 {
    margin-left: 75%;
  }
}
@media only screen and (min-width: 64.0625rem) {
  .row.no-gutters .column.offset-xsmall-9 {
    margin-left: 75%;
  }
}
@media only screen and (min-width: 75.0625rem) {
  .row.no-gutters .column.offset-xsmall-9 {
    margin-left: 75%;
  }
}
@media only screen and (min-width: 90.0625rem) {
  .row.no-gutters .column.offset-xsmall-9 {
    margin-left: 75%;
  }
}
.row.no-gutters .column.offset-xsmall-8 {
  margin-left: 66.6666666667%;
}
@media only screen and (min-width: 30.0625rem) {
  .row.no-gutters .column.offset-xsmall-8 {
    margin-left: 66.6666666667%;
  }
}
@media only screen and (min-width: 48.0625rem) {
  .row.no-gutters .column.offset-xsmall-8 {
    margin-left: 66.6666666667%;
  }
}
@media only screen and (min-width: 64.0625rem) {
  .row.no-gutters .column.offset-xsmall-8 {
    margin-left: 66.6666666667%;
  }
}
@media only screen and (min-width: 75.0625rem) {
  .row.no-gutters .column.offset-xsmall-8 {
    margin-left: 66.6666666667%;
  }
}
@media only screen and (min-width: 90.0625rem) {
  .row.no-gutters .column.offset-xsmall-8 {
    margin-left: 66.6666666667%;
  }
}
.row.no-gutters .column.offset-xsmall-7 {
  margin-left: 58.3333333333%;
}
@media only screen and (min-width: 30.0625rem) {
  .row.no-gutters .column.offset-xsmall-7 {
    margin-left: 58.3333333333%;
  }
}
@media only screen and (min-width: 48.0625rem) {
  .row.no-gutters .column.offset-xsmall-7 {
    margin-left: 58.3333333333%;
  }
}
@media only screen and (min-width: 64.0625rem) {
  .row.no-gutters .column.offset-xsmall-7 {
    margin-left: 58.3333333333%;
  }
}
@media only screen and (min-width: 75.0625rem) {
  .row.no-gutters .column.offset-xsmall-7 {
    margin-left: 58.3333333333%;
  }
}
@media only screen and (min-width: 90.0625rem) {
  .row.no-gutters .column.offset-xsmall-7 {
    margin-left: 58.3333333333%;
  }
}
.row.no-gutters .column.offset-xsmall-6 {
  margin-left: 50%;
}
@media only screen and (min-width: 30.0625rem) {
  .row.no-gutters .column.offset-xsmall-6 {
    margin-left: 50%;
  }
}
@media only screen and (min-width: 48.0625rem) {
  .row.no-gutters .column.offset-xsmall-6 {
    margin-left: 50%;
  }
}
@media only screen and (min-width: 64.0625rem) {
  .row.no-gutters .column.offset-xsmall-6 {
    margin-left: 50%;
  }
}
@media only screen and (min-width: 75.0625rem) {
  .row.no-gutters .column.offset-xsmall-6 {
    margin-left: 50%;
  }
}
@media only screen and (min-width: 90.0625rem) {
  .row.no-gutters .column.offset-xsmall-6 {
    margin-left: 50%;
  }
}
.row.no-gutters .column.offset-xsmall-5 {
  margin-left: 41.6666666667%;
}
@media only screen and (min-width: 30.0625rem) {
  .row.no-gutters .column.offset-xsmall-5 {
    margin-left: 41.6666666667%;
  }
}
@media only screen and (min-width: 48.0625rem) {
  .row.no-gutters .column.offset-xsmall-5 {
    margin-left: 41.6666666667%;
  }
}
@media only screen and (min-width: 64.0625rem) {
  .row.no-gutters .column.offset-xsmall-5 {
    margin-left: 41.6666666667%;
  }
}
@media only screen and (min-width: 75.0625rem) {
  .row.no-gutters .column.offset-xsmall-5 {
    margin-left: 41.6666666667%;
  }
}
@media only screen and (min-width: 90.0625rem) {
  .row.no-gutters .column.offset-xsmall-5 {
    margin-left: 41.6666666667%;
  }
}
.row.no-gutters .column.offset-xsmall-4 {
  margin-left: 33.3333333333%;
}
@media only screen and (min-width: 30.0625rem) {
  .row.no-gutters .column.offset-xsmall-4 {
    margin-left: 33.3333333333%;
  }
}
@media only screen and (min-width: 48.0625rem) {
  .row.no-gutters .column.offset-xsmall-4 {
    margin-left: 33.3333333333%;
  }
}
@media only screen and (min-width: 64.0625rem) {
  .row.no-gutters .column.offset-xsmall-4 {
    margin-left: 33.3333333333%;
  }
}
@media only screen and (min-width: 75.0625rem) {
  .row.no-gutters .column.offset-xsmall-4 {
    margin-left: 33.3333333333%;
  }
}
@media only screen and (min-width: 90.0625rem) {
  .row.no-gutters .column.offset-xsmall-4 {
    margin-left: 33.3333333333%;
  }
}
.row.no-gutters .column.offset-xsmall-3 {
  margin-left: 25%;
}
@media only screen and (min-width: 30.0625rem) {
  .row.no-gutters .column.offset-xsmall-3 {
    margin-left: 25%;
  }
}
@media only screen and (min-width: 48.0625rem) {
  .row.no-gutters .column.offset-xsmall-3 {
    margin-left: 25%;
  }
}
@media only screen and (min-width: 64.0625rem) {
  .row.no-gutters .column.offset-xsmall-3 {
    margin-left: 25%;
  }
}
@media only screen and (min-width: 75.0625rem) {
  .row.no-gutters .column.offset-xsmall-3 {
    margin-left: 25%;
  }
}
@media only screen and (min-width: 90.0625rem) {
  .row.no-gutters .column.offset-xsmall-3 {
    margin-left: 25%;
  }
}
.row.no-gutters .column.offset-xsmall-2 {
  margin-left: 16.6666666667%;
}
@media only screen and (min-width: 30.0625rem) {
  .row.no-gutters .column.offset-xsmall-2 {
    margin-left: 16.6666666667%;
  }
}
@media only screen and (min-width: 48.0625rem) {
  .row.no-gutters .column.offset-xsmall-2 {
    margin-left: 16.6666666667%;
  }
}
@media only screen and (min-width: 64.0625rem) {
  .row.no-gutters .column.offset-xsmall-2 {
    margin-left: 16.6666666667%;
  }
}
@media only screen and (min-width: 75.0625rem) {
  .row.no-gutters .column.offset-xsmall-2 {
    margin-left: 16.6666666667%;
  }
}
@media only screen and (min-width: 90.0625rem) {
  .row.no-gutters .column.offset-xsmall-2 {
    margin-left: 16.6666666667%;
  }
}
.row.no-gutters .column.offset-xsmall-1 {
  margin-left: 8.3333333333%;
}
@media only screen and (min-width: 30.0625rem) {
  .row.no-gutters .column.offset-xsmall-1 {
    margin-left: 8.3333333333%;
  }
}
@media only screen and (min-width: 48.0625rem) {
  .row.no-gutters .column.offset-xsmall-1 {
    margin-left: 8.3333333333%;
  }
}
@media only screen and (min-width: 64.0625rem) {
  .row.no-gutters .column.offset-xsmall-1 {
    margin-left: 8.3333333333%;
  }
}
@media only screen and (min-width: 75.0625rem) {
  .row.no-gutters .column.offset-xsmall-1 {
    margin-left: 8.3333333333%;
  }
}
@media only screen and (min-width: 90.0625rem) {
  .row.no-gutters .column.offset-xsmall-1 {
    margin-left: 8.3333333333%;
  }
}
.row.no-gutters .column.offset-xsmall-0 {
  margin-left: 0%;
}
@media only screen and (min-width: 30.0625rem) {
  .row.no-gutters .column.offset-xsmall-0 {
    margin-left: 0%;
  }
}
@media only screen and (min-width: 48.0625rem) {
  .row.no-gutters .column.offset-xsmall-0 {
    margin-left: 0%;
  }
}
@media only screen and (min-width: 64.0625rem) {
  .row.no-gutters .column.offset-xsmall-0 {
    margin-left: 0%;
  }
}
@media only screen and (min-width: 75.0625rem) {
  .row.no-gutters .column.offset-xsmall-0 {
    margin-left: 0%;
  }
}
@media only screen and (min-width: 90.0625rem) {
  .row.no-gutters .column.offset-xsmall-0 {
    margin-left: 0%;
  }
}
@media only screen and (min-width: 30.0625rem) {
  .row.no-gutters .column.offset-small-12 {
    margin-left: 100%;
  }
}
@media only screen and (min-width: 48.0625rem) {
  .row.no-gutters .column.offset-small-12 {
    margin-left: 100%;
  }
}
@media only screen and (min-width: 64.0625rem) {
  .row.no-gutters .column.offset-small-12 {
    margin-left: 100%;
  }
}
@media only screen and (min-width: 75.0625rem) {
  .row.no-gutters .column.offset-small-12 {
    margin-left: 100%;
  }
}
@media only screen and (min-width: 90.0625rem) {
  .row.no-gutters .column.offset-small-12 {
    margin-left: 100%;
  }
}
@media only screen and (min-width: 30.0625rem) {
  .row.no-gutters .column.offset-small-11 {
    margin-left: 91.6666666667%;
  }
}
@media only screen and (min-width: 48.0625rem) {
  .row.no-gutters .column.offset-small-11 {
    margin-left: 91.6666666667%;
  }
}
@media only screen and (min-width: 64.0625rem) {
  .row.no-gutters .column.offset-small-11 {
    margin-left: 91.6666666667%;
  }
}
@media only screen and (min-width: 75.0625rem) {
  .row.no-gutters .column.offset-small-11 {
    margin-left: 91.6666666667%;
  }
}
@media only screen and (min-width: 90.0625rem) {
  .row.no-gutters .column.offset-small-11 {
    margin-left: 91.6666666667%;
  }
}
@media only screen and (min-width: 30.0625rem) {
  .row.no-gutters .column.offset-small-10 {
    margin-left: 83.3333333333%;
  }
}
@media only screen and (min-width: 48.0625rem) {
  .row.no-gutters .column.offset-small-10 {
    margin-left: 83.3333333333%;
  }
}
@media only screen and (min-width: 64.0625rem) {
  .row.no-gutters .column.offset-small-10 {
    margin-left: 83.3333333333%;
  }
}
@media only screen and (min-width: 75.0625rem) {
  .row.no-gutters .column.offset-small-10 {
    margin-left: 83.3333333333%;
  }
}
@media only screen and (min-width: 90.0625rem) {
  .row.no-gutters .column.offset-small-10 {
    margin-left: 83.3333333333%;
  }
}
@media only screen and (min-width: 30.0625rem) {
  .row.no-gutters .column.offset-small-9 {
    margin-left: 75%;
  }
}
@media only screen and (min-width: 48.0625rem) {
  .row.no-gutters .column.offset-small-9 {
    margin-left: 75%;
  }
}
@media only screen and (min-width: 64.0625rem) {
  .row.no-gutters .column.offset-small-9 {
    margin-left: 75%;
  }
}
@media only screen and (min-width: 75.0625rem) {
  .row.no-gutters .column.offset-small-9 {
    margin-left: 75%;
  }
}
@media only screen and (min-width: 90.0625rem) {
  .row.no-gutters .column.offset-small-9 {
    margin-left: 75%;
  }
}
@media only screen and (min-width: 30.0625rem) {
  .row.no-gutters .column.offset-small-8 {
    margin-left: 66.6666666667%;
  }
}
@media only screen and (min-width: 48.0625rem) {
  .row.no-gutters .column.offset-small-8 {
    margin-left: 66.6666666667%;
  }
}
@media only screen and (min-width: 64.0625rem) {
  .row.no-gutters .column.offset-small-8 {
    margin-left: 66.6666666667%;
  }
}
@media only screen and (min-width: 75.0625rem) {
  .row.no-gutters .column.offset-small-8 {
    margin-left: 66.6666666667%;
  }
}
@media only screen and (min-width: 90.0625rem) {
  .row.no-gutters .column.offset-small-8 {
    margin-left: 66.6666666667%;
  }
}
@media only screen and (min-width: 30.0625rem) {
  .row.no-gutters .column.offset-small-7 {
    margin-left: 58.3333333333%;
  }
}
@media only screen and (min-width: 48.0625rem) {
  .row.no-gutters .column.offset-small-7 {
    margin-left: 58.3333333333%;
  }
}
@media only screen and (min-width: 64.0625rem) {
  .row.no-gutters .column.offset-small-7 {
    margin-left: 58.3333333333%;
  }
}
@media only screen and (min-width: 75.0625rem) {
  .row.no-gutters .column.offset-small-7 {
    margin-left: 58.3333333333%;
  }
}
@media only screen and (min-width: 90.0625rem) {
  .row.no-gutters .column.offset-small-7 {
    margin-left: 58.3333333333%;
  }
}
@media only screen and (min-width: 30.0625rem) {
  .row.no-gutters .column.offset-small-6 {
    margin-left: 50%;
  }
}
@media only screen and (min-width: 48.0625rem) {
  .row.no-gutters .column.offset-small-6 {
    margin-left: 50%;
  }
}
@media only screen and (min-width: 64.0625rem) {
  .row.no-gutters .column.offset-small-6 {
    margin-left: 50%;
  }
}
@media only screen and (min-width: 75.0625rem) {
  .row.no-gutters .column.offset-small-6 {
    margin-left: 50%;
  }
}
@media only screen and (min-width: 90.0625rem) {
  .row.no-gutters .column.offset-small-6 {
    margin-left: 50%;
  }
}
@media only screen and (min-width: 30.0625rem) {
  .row.no-gutters .column.offset-small-5 {
    margin-left: 41.6666666667%;
  }
}
@media only screen and (min-width: 48.0625rem) {
  .row.no-gutters .column.offset-small-5 {
    margin-left: 41.6666666667%;
  }
}
@media only screen and (min-width: 64.0625rem) {
  .row.no-gutters .column.offset-small-5 {
    margin-left: 41.6666666667%;
  }
}
@media only screen and (min-width: 75.0625rem) {
  .row.no-gutters .column.offset-small-5 {
    margin-left: 41.6666666667%;
  }
}
@media only screen and (min-width: 90.0625rem) {
  .row.no-gutters .column.offset-small-5 {
    margin-left: 41.6666666667%;
  }
}
@media only screen and (min-width: 30.0625rem) {
  .row.no-gutters .column.offset-small-4 {
    margin-left: 33.3333333333%;
  }
}
@media only screen and (min-width: 48.0625rem) {
  .row.no-gutters .column.offset-small-4 {
    margin-left: 33.3333333333%;
  }
}
@media only screen and (min-width: 64.0625rem) {
  .row.no-gutters .column.offset-small-4 {
    margin-left: 33.3333333333%;
  }
}
@media only screen and (min-width: 75.0625rem) {
  .row.no-gutters .column.offset-small-4 {
    margin-left: 33.3333333333%;
  }
}
@media only screen and (min-width: 90.0625rem) {
  .row.no-gutters .column.offset-small-4 {
    margin-left: 33.3333333333%;
  }
}
@media only screen and (min-width: 30.0625rem) {
  .row.no-gutters .column.offset-small-3 {
    margin-left: 25%;
  }
}
@media only screen and (min-width: 48.0625rem) {
  .row.no-gutters .column.offset-small-3 {
    margin-left: 25%;
  }
}
@media only screen and (min-width: 64.0625rem) {
  .row.no-gutters .column.offset-small-3 {
    margin-left: 25%;
  }
}
@media only screen and (min-width: 75.0625rem) {
  .row.no-gutters .column.offset-small-3 {
    margin-left: 25%;
  }
}
@media only screen and (min-width: 90.0625rem) {
  .row.no-gutters .column.offset-small-3 {
    margin-left: 25%;
  }
}
@media only screen and (min-width: 30.0625rem) {
  .row.no-gutters .column.offset-small-2 {
    margin-left: 16.6666666667%;
  }
}
@media only screen and (min-width: 48.0625rem) {
  .row.no-gutters .column.offset-small-2 {
    margin-left: 16.6666666667%;
  }
}
@media only screen and (min-width: 64.0625rem) {
  .row.no-gutters .column.offset-small-2 {
    margin-left: 16.6666666667%;
  }
}
@media only screen and (min-width: 75.0625rem) {
  .row.no-gutters .column.offset-small-2 {
    margin-left: 16.6666666667%;
  }
}
@media only screen and (min-width: 90.0625rem) {
  .row.no-gutters .column.offset-small-2 {
    margin-left: 16.6666666667%;
  }
}
@media only screen and (min-width: 30.0625rem) {
  .row.no-gutters .column.offset-small-1 {
    margin-left: 8.3333333333%;
  }
}
@media only screen and (min-width: 48.0625rem) {
  .row.no-gutters .column.offset-small-1 {
    margin-left: 8.3333333333%;
  }
}
@media only screen and (min-width: 64.0625rem) {
  .row.no-gutters .column.offset-small-1 {
    margin-left: 8.3333333333%;
  }
}
@media only screen and (min-width: 75.0625rem) {
  .row.no-gutters .column.offset-small-1 {
    margin-left: 8.3333333333%;
  }
}
@media only screen and (min-width: 90.0625rem) {
  .row.no-gutters .column.offset-small-1 {
    margin-left: 8.3333333333%;
  }
}
@media only screen and (min-width: 30.0625rem) {
  .row.no-gutters .column.offset-small-0 {
    margin-left: 0%;
  }
}
@media only screen and (min-width: 48.0625rem) {
  .row.no-gutters .column.offset-small-0 {
    margin-left: 0%;
  }
}
@media only screen and (min-width: 64.0625rem) {
  .row.no-gutters .column.offset-small-0 {
    margin-left: 0%;
  }
}
@media only screen and (min-width: 75.0625rem) {
  .row.no-gutters .column.offset-small-0 {
    margin-left: 0%;
  }
}
@media only screen and (min-width: 90.0625rem) {
  .row.no-gutters .column.offset-small-0 {
    margin-left: 0%;
  }
}
@media only screen and (min-width: 48.0625rem) {
  .row.no-gutters .column.offset-medium-12 {
    margin-left: 100%;
  }
}
@media only screen and (min-width: 64.0625rem) {
  .row.no-gutters .column.offset-medium-12 {
    margin-left: 100%;
  }
}
@media only screen and (min-width: 75.0625rem) {
  .row.no-gutters .column.offset-medium-12 {
    margin-left: 100%;
  }
}
@media only screen and (min-width: 90.0625rem) {
  .row.no-gutters .column.offset-medium-12 {
    margin-left: 100%;
  }
}
@media only screen and (min-width: 48.0625rem) {
  .row.no-gutters .column.offset-medium-11 {
    margin-left: 91.6666666667%;
  }
}
@media only screen and (min-width: 64.0625rem) {
  .row.no-gutters .column.offset-medium-11 {
    margin-left: 91.6666666667%;
  }
}
@media only screen and (min-width: 75.0625rem) {
  .row.no-gutters .column.offset-medium-11 {
    margin-left: 91.6666666667%;
  }
}
@media only screen and (min-width: 90.0625rem) {
  .row.no-gutters .column.offset-medium-11 {
    margin-left: 91.6666666667%;
  }
}
@media only screen and (min-width: 48.0625rem) {
  .row.no-gutters .column.offset-medium-10 {
    margin-left: 83.3333333333%;
  }
}
@media only screen and (min-width: 64.0625rem) {
  .row.no-gutters .column.offset-medium-10 {
    margin-left: 83.3333333333%;
  }
}
@media only screen and (min-width: 75.0625rem) {
  .row.no-gutters .column.offset-medium-10 {
    margin-left: 83.3333333333%;
  }
}
@media only screen and (min-width: 90.0625rem) {
  .row.no-gutters .column.offset-medium-10 {
    margin-left: 83.3333333333%;
  }
}
@media only screen and (min-width: 48.0625rem) {
  .row.no-gutters .column.offset-medium-9 {
    margin-left: 75%;
  }
}
@media only screen and (min-width: 64.0625rem) {
  .row.no-gutters .column.offset-medium-9 {
    margin-left: 75%;
  }
}
@media only screen and (min-width: 75.0625rem) {
  .row.no-gutters .column.offset-medium-9 {
    margin-left: 75%;
  }
}
@media only screen and (min-width: 90.0625rem) {
  .row.no-gutters .column.offset-medium-9 {
    margin-left: 75%;
  }
}
@media only screen and (min-width: 48.0625rem) {
  .row.no-gutters .column.offset-medium-8 {
    margin-left: 66.6666666667%;
  }
}
@media only screen and (min-width: 64.0625rem) {
  .row.no-gutters .column.offset-medium-8 {
    margin-left: 66.6666666667%;
  }
}
@media only screen and (min-width: 75.0625rem) {
  .row.no-gutters .column.offset-medium-8 {
    margin-left: 66.6666666667%;
  }
}
@media only screen and (min-width: 90.0625rem) {
  .row.no-gutters .column.offset-medium-8 {
    margin-left: 66.6666666667%;
  }
}
@media only screen and (min-width: 48.0625rem) {
  .row.no-gutters .column.offset-medium-7 {
    margin-left: 58.3333333333%;
  }
}
@media only screen and (min-width: 64.0625rem) {
  .row.no-gutters .column.offset-medium-7 {
    margin-left: 58.3333333333%;
  }
}
@media only screen and (min-width: 75.0625rem) {
  .row.no-gutters .column.offset-medium-7 {
    margin-left: 58.3333333333%;
  }
}
@media only screen and (min-width: 90.0625rem) {
  .row.no-gutters .column.offset-medium-7 {
    margin-left: 58.3333333333%;
  }
}
@media only screen and (min-width: 48.0625rem) {
  .row.no-gutters .column.offset-medium-6 {
    margin-left: 50%;
  }
}
@media only screen and (min-width: 64.0625rem) {
  .row.no-gutters .column.offset-medium-6 {
    margin-left: 50%;
  }
}
@media only screen and (min-width: 75.0625rem) {
  .row.no-gutters .column.offset-medium-6 {
    margin-left: 50%;
  }
}
@media only screen and (min-width: 90.0625rem) {
  .row.no-gutters .column.offset-medium-6 {
    margin-left: 50%;
  }
}
@media only screen and (min-width: 48.0625rem) {
  .row.no-gutters .column.offset-medium-5 {
    margin-left: 41.6666666667%;
  }
}
@media only screen and (min-width: 64.0625rem) {
  .row.no-gutters .column.offset-medium-5 {
    margin-left: 41.6666666667%;
  }
}
@media only screen and (min-width: 75.0625rem) {
  .row.no-gutters .column.offset-medium-5 {
    margin-left: 41.6666666667%;
  }
}
@media only screen and (min-width: 90.0625rem) {
  .row.no-gutters .column.offset-medium-5 {
    margin-left: 41.6666666667%;
  }
}
@media only screen and (min-width: 48.0625rem) {
  .row.no-gutters .column.offset-medium-4 {
    margin-left: 33.3333333333%;
  }
}
@media only screen and (min-width: 64.0625rem) {
  .row.no-gutters .column.offset-medium-4 {
    margin-left: 33.3333333333%;
  }
}
@media only screen and (min-width: 75.0625rem) {
  .row.no-gutters .column.offset-medium-4 {
    margin-left: 33.3333333333%;
  }
}
@media only screen and (min-width: 90.0625rem) {
  .row.no-gutters .column.offset-medium-4 {
    margin-left: 33.3333333333%;
  }
}
@media only screen and (min-width: 48.0625rem) {
  .row.no-gutters .column.offset-medium-3 {
    margin-left: 25%;
  }
}
@media only screen and (min-width: 64.0625rem) {
  .row.no-gutters .column.offset-medium-3 {
    margin-left: 25%;
  }
}
@media only screen and (min-width: 75.0625rem) {
  .row.no-gutters .column.offset-medium-3 {
    margin-left: 25%;
  }
}
@media only screen and (min-width: 90.0625rem) {
  .row.no-gutters .column.offset-medium-3 {
    margin-left: 25%;
  }
}
@media only screen and (min-width: 48.0625rem) {
  .row.no-gutters .column.offset-medium-2 {
    margin-left: 16.6666666667%;
  }
}
@media only screen and (min-width: 64.0625rem) {
  .row.no-gutters .column.offset-medium-2 {
    margin-left: 16.6666666667%;
  }
}
@media only screen and (min-width: 75.0625rem) {
  .row.no-gutters .column.offset-medium-2 {
    margin-left: 16.6666666667%;
  }
}
@media only screen and (min-width: 90.0625rem) {
  .row.no-gutters .column.offset-medium-2 {
    margin-left: 16.6666666667%;
  }
}
@media only screen and (min-width: 48.0625rem) {
  .row.no-gutters .column.offset-medium-1 {
    margin-left: 8.3333333333%;
  }
}
@media only screen and (min-width: 64.0625rem) {
  .row.no-gutters .column.offset-medium-1 {
    margin-left: 8.3333333333%;
  }
}
@media only screen and (min-width: 75.0625rem) {
  .row.no-gutters .column.offset-medium-1 {
    margin-left: 8.3333333333%;
  }
}
@media only screen and (min-width: 90.0625rem) {
  .row.no-gutters .column.offset-medium-1 {
    margin-left: 8.3333333333%;
  }
}
@media only screen and (min-width: 48.0625rem) {
  .row.no-gutters .column.offset-medium-0 {
    margin-left: 0%;
  }
}
@media only screen and (min-width: 64.0625rem) {
  .row.no-gutters .column.offset-medium-0 {
    margin-left: 0%;
  }
}
@media only screen and (min-width: 75.0625rem) {
  .row.no-gutters .column.offset-medium-0 {
    margin-left: 0%;
  }
}
@media only screen and (min-width: 90.0625rem) {
  .row.no-gutters .column.offset-medium-0 {
    margin-left: 0%;
  }
}
@media only screen and (min-width: 64.0625rem) {
  .row.no-gutters .column.offset-large-12 {
    margin-left: 100%;
  }
}
@media only screen and (min-width: 75.0625rem) {
  .row.no-gutters .column.offset-large-12 {
    margin-left: 100%;
  }
}
@media only screen and (min-width: 90.0625rem) {
  .row.no-gutters .column.offset-large-12 {
    margin-left: 100%;
  }
}
@media only screen and (min-width: 64.0625rem) {
  .row.no-gutters .column.offset-large-11 {
    margin-left: 91.6666666667%;
  }
}
@media only screen and (min-width: 75.0625rem) {
  .row.no-gutters .column.offset-large-11 {
    margin-left: 91.6666666667%;
  }
}
@media only screen and (min-width: 90.0625rem) {
  .row.no-gutters .column.offset-large-11 {
    margin-left: 91.6666666667%;
  }
}
@media only screen and (min-width: 64.0625rem) {
  .row.no-gutters .column.offset-large-10 {
    margin-left: 83.3333333333%;
  }
}
@media only screen and (min-width: 75.0625rem) {
  .row.no-gutters .column.offset-large-10 {
    margin-left: 83.3333333333%;
  }
}
@media only screen and (min-width: 90.0625rem) {
  .row.no-gutters .column.offset-large-10 {
    margin-left: 83.3333333333%;
  }
}
@media only screen and (min-width: 64.0625rem) {
  .row.no-gutters .column.offset-large-9 {
    margin-left: 75%;
  }
}
@media only screen and (min-width: 75.0625rem) {
  .row.no-gutters .column.offset-large-9 {
    margin-left: 75%;
  }
}
@media only screen and (min-width: 90.0625rem) {
  .row.no-gutters .column.offset-large-9 {
    margin-left: 75%;
  }
}
@media only screen and (min-width: 64.0625rem) {
  .row.no-gutters .column.offset-large-8 {
    margin-left: 66.6666666667%;
  }
}
@media only screen and (min-width: 75.0625rem) {
  .row.no-gutters .column.offset-large-8 {
    margin-left: 66.6666666667%;
  }
}
@media only screen and (min-width: 90.0625rem) {
  .row.no-gutters .column.offset-large-8 {
    margin-left: 66.6666666667%;
  }
}
@media only screen and (min-width: 64.0625rem) {
  .row.no-gutters .column.offset-large-7 {
    margin-left: 58.3333333333%;
  }
}
@media only screen and (min-width: 75.0625rem) {
  .row.no-gutters .column.offset-large-7 {
    margin-left: 58.3333333333%;
  }
}
@media only screen and (min-width: 90.0625rem) {
  .row.no-gutters .column.offset-large-7 {
    margin-left: 58.3333333333%;
  }
}
@media only screen and (min-width: 64.0625rem) {
  .row.no-gutters .column.offset-large-6 {
    margin-left: 50%;
  }
}
@media only screen and (min-width: 75.0625rem) {
  .row.no-gutters .column.offset-large-6 {
    margin-left: 50%;
  }
}
@media only screen and (min-width: 90.0625rem) {
  .row.no-gutters .column.offset-large-6 {
    margin-left: 50%;
  }
}
@media only screen and (min-width: 64.0625rem) {
  .row.no-gutters .column.offset-large-5 {
    margin-left: 41.6666666667%;
  }
}
@media only screen and (min-width: 75.0625rem) {
  .row.no-gutters .column.offset-large-5 {
    margin-left: 41.6666666667%;
  }
}
@media only screen and (min-width: 90.0625rem) {
  .row.no-gutters .column.offset-large-5 {
    margin-left: 41.6666666667%;
  }
}
@media only screen and (min-width: 64.0625rem) {
  .row.no-gutters .column.offset-large-4 {
    margin-left: 33.3333333333%;
  }
}
@media only screen and (min-width: 75.0625rem) {
  .row.no-gutters .column.offset-large-4 {
    margin-left: 33.3333333333%;
  }
}
@media only screen and (min-width: 90.0625rem) {
  .row.no-gutters .column.offset-large-4 {
    margin-left: 33.3333333333%;
  }
}
@media only screen and (min-width: 64.0625rem) {
  .row.no-gutters .column.offset-large-3 {
    margin-left: 25%;
  }
}
@media only screen and (min-width: 75.0625rem) {
  .row.no-gutters .column.offset-large-3 {
    margin-left: 25%;
  }
}
@media only screen and (min-width: 90.0625rem) {
  .row.no-gutters .column.offset-large-3 {
    margin-left: 25%;
  }
}
@media only screen and (min-width: 64.0625rem) {
  .row.no-gutters .column.offset-large-2 {
    margin-left: 16.6666666667%;
  }
}
@media only screen and (min-width: 75.0625rem) {
  .row.no-gutters .column.offset-large-2 {
    margin-left: 16.6666666667%;
  }
}
@media only screen and (min-width: 90.0625rem) {
  .row.no-gutters .column.offset-large-2 {
    margin-left: 16.6666666667%;
  }
}
@media only screen and (min-width: 64.0625rem) {
  .row.no-gutters .column.offset-large-1 {
    margin-left: 8.3333333333%;
  }
}
@media only screen and (min-width: 75.0625rem) {
  .row.no-gutters .column.offset-large-1 {
    margin-left: 8.3333333333%;
  }
}
@media only screen and (min-width: 90.0625rem) {
  .row.no-gutters .column.offset-large-1 {
    margin-left: 8.3333333333%;
  }
}
@media only screen and (min-width: 64.0625rem) {
  .row.no-gutters .column.offset-large-0 {
    margin-left: 0%;
  }
}
@media only screen and (min-width: 75.0625rem) {
  .row.no-gutters .column.offset-large-0 {
    margin-left: 0%;
  }
}
@media only screen and (min-width: 90.0625rem) {
  .row.no-gutters .column.offset-large-0 {
    margin-left: 0%;
  }
}
@media only screen and (min-width: 75.0625rem) {
  .row.no-gutters .column.offset-xlarge-12 {
    margin-left: 100%;
  }
}
@media only screen and (min-width: 90.0625rem) {
  .row.no-gutters .column.offset-xlarge-12 {
    margin-left: 100%;
  }
}
@media only screen and (min-width: 75.0625rem) {
  .row.no-gutters .column.offset-xlarge-11 {
    margin-left: 91.6666666667%;
  }
}
@media only screen and (min-width: 90.0625rem) {
  .row.no-gutters .column.offset-xlarge-11 {
    margin-left: 91.6666666667%;
  }
}
@media only screen and (min-width: 75.0625rem) {
  .row.no-gutters .column.offset-xlarge-10 {
    margin-left: 83.3333333333%;
  }
}
@media only screen and (min-width: 90.0625rem) {
  .row.no-gutters .column.offset-xlarge-10 {
    margin-left: 83.3333333333%;
  }
}
@media only screen and (min-width: 75.0625rem) {
  .row.no-gutters .column.offset-xlarge-9 {
    margin-left: 75%;
  }
}
@media only screen and (min-width: 90.0625rem) {
  .row.no-gutters .column.offset-xlarge-9 {
    margin-left: 75%;
  }
}
@media only screen and (min-width: 75.0625rem) {
  .row.no-gutters .column.offset-xlarge-8 {
    margin-left: 66.6666666667%;
  }
}
@media only screen and (min-width: 90.0625rem) {
  .row.no-gutters .column.offset-xlarge-8 {
    margin-left: 66.6666666667%;
  }
}
@media only screen and (min-width: 75.0625rem) {
  .row.no-gutters .column.offset-xlarge-7 {
    margin-left: 58.3333333333%;
  }
}
@media only screen and (min-width: 90.0625rem) {
  .row.no-gutters .column.offset-xlarge-7 {
    margin-left: 58.3333333333%;
  }
}
@media only screen and (min-width: 75.0625rem) {
  .row.no-gutters .column.offset-xlarge-6 {
    margin-left: 50%;
  }
}
@media only screen and (min-width: 90.0625rem) {
  .row.no-gutters .column.offset-xlarge-6 {
    margin-left: 50%;
  }
}
@media only screen and (min-width: 75.0625rem) {
  .row.no-gutters .column.offset-xlarge-5 {
    margin-left: 41.6666666667%;
  }
}
@media only screen and (min-width: 90.0625rem) {
  .row.no-gutters .column.offset-xlarge-5 {
    margin-left: 41.6666666667%;
  }
}
@media only screen and (min-width: 75.0625rem) {
  .row.no-gutters .column.offset-xlarge-4 {
    margin-left: 33.3333333333%;
  }
}
@media only screen and (min-width: 90.0625rem) {
  .row.no-gutters .column.offset-xlarge-4 {
    margin-left: 33.3333333333%;
  }
}
@media only screen and (min-width: 75.0625rem) {
  .row.no-gutters .column.offset-xlarge-3 {
    margin-left: 25%;
  }
}
@media only screen and (min-width: 90.0625rem) {
  .row.no-gutters .column.offset-xlarge-3 {
    margin-left: 25%;
  }
}
@media only screen and (min-width: 75.0625rem) {
  .row.no-gutters .column.offset-xlarge-2 {
    margin-left: 16.6666666667%;
  }
}
@media only screen and (min-width: 90.0625rem) {
  .row.no-gutters .column.offset-xlarge-2 {
    margin-left: 16.6666666667%;
  }
}
@media only screen and (min-width: 75.0625rem) {
  .row.no-gutters .column.offset-xlarge-1 {
    margin-left: 8.3333333333%;
  }
}
@media only screen and (min-width: 90.0625rem) {
  .row.no-gutters .column.offset-xlarge-1 {
    margin-left: 8.3333333333%;
  }
}
@media only screen and (min-width: 75.0625rem) {
  .row.no-gutters .column.offset-xlarge-0 {
    margin-left: 0%;
  }
}
@media only screen and (min-width: 90.0625rem) {
  .row.no-gutters .column.offset-xlarge-0 {
    margin-left: 0%;
  }
}
@media only screen and (min-width: 90.0625rem) {
  .row.no-gutters .column.offset-xxlarge-12 {
    margin-left: 100%;
  }
}
@media only screen and (min-width: 90.0625rem) {
  .row.no-gutters .column.offset-xxlarge-11 {
    margin-left: 91.6666666667%;
  }
}
@media only screen and (min-width: 90.0625rem) {
  .row.no-gutters .column.offset-xxlarge-10 {
    margin-left: 83.3333333333%;
  }
}
@media only screen and (min-width: 90.0625rem) {
  .row.no-gutters .column.offset-xxlarge-9 {
    margin-left: 75%;
  }
}
@media only screen and (min-width: 90.0625rem) {
  .row.no-gutters .column.offset-xxlarge-8 {
    margin-left: 66.6666666667%;
  }
}
@media only screen and (min-width: 90.0625rem) {
  .row.no-gutters .column.offset-xxlarge-7 {
    margin-left: 58.3333333333%;
  }
}
@media only screen and (min-width: 90.0625rem) {
  .row.no-gutters .column.offset-xxlarge-6 {
    margin-left: 50%;
  }
}
@media only screen and (min-width: 90.0625rem) {
  .row.no-gutters .column.offset-xxlarge-5 {
    margin-left: 41.6666666667%;
  }
}
@media only screen and (min-width: 90.0625rem) {
  .row.no-gutters .column.offset-xxlarge-4 {
    margin-left: 33.3333333333%;
  }
}
@media only screen and (min-width: 90.0625rem) {
  .row.no-gutters .column.offset-xxlarge-3 {
    margin-left: 25%;
  }
}
@media only screen and (min-width: 90.0625rem) {
  .row.no-gutters .column.offset-xxlarge-2 {
    margin-left: 16.6666666667%;
  }
}
@media only screen and (min-width: 90.0625rem) {
  .row.no-gutters .column.offset-xxlarge-1 {
    margin-left: 8.3333333333%;
  }
}
@media only screen and (min-width: 90.0625rem) {
  .row.no-gutters .column.offset-xxlarge-0 {
    margin-left: 0%;
  }
}

.hide {
  display: none !important;
}

.hide-for-xsmall {
  display: none !important;
}

@media only screen and (min-width: 30.0625rem) {
  .hide-for-small {
    display: none !important;
  }
}

@media only screen and (min-width: 48.0625rem) {
  .hide-for-medium {
    display: none !important;
  }
}

@media only screen and (min-width: 64.0625rem) {
  .hide-for-large {
    display: none !important;
  }
}

@media only screen and (min-width: 75.0625rem) {
  .hide-for-xlarge {
    display: none !important;
  }
}

@media only screen and (min-width: 90.0625rem) {
  .hide-for-xxlarge {
    display: none !important;
  }
}

.show-for-xsmall {
  display: block !important;
}

@media only screen and (min-width: 30.0625rem) {
  .show-for-small {
    display: block !important;
  }
}

@media only screen and (min-width: 48.0625rem) {
  .show-for-medium {
    display: block !important;
  }
}

@media only screen and (min-width: 64.0625rem) {
  .show-for-large {
    display: block !important;
  }
}

@media only screen and (min-width: 75.0625rem) {
  .show-for-xlarge {
    display: block !important;
  }
}

@media only screen and (min-width: 90.0625rem) {
  .show-for-xxlarge {
    display: block !important;
  }
}

.hide-for-xsmall-only {
  display: none !important;
}
@media only screen and (min-width: 30.0625rem) {
  .hide-for-xsmall-only {
    display: block !important;
  }
}

@media only screen and (min-width: 30.0625rem) {
  .hide-for-small-only {
    display: none !important;
  }
}
@media only screen and (min-width: 48.0625rem) {
  .hide-for-small-only {
    display: block !important;
  }
}

@media only screen and (min-width: 48.0625rem) {
  .hide-for-medium-only {
    display: none !important;
  }
}
@media only screen and (min-width: 64.0625rem) {
  .hide-for-medium-only {
    display: block !important;
  }
}

@media only screen and (min-width: 64.0625rem) {
  .hide-for-large-only {
    display: none !important;
  }
}
@media only screen and (min-width: 75.0625rem) {
  .hide-for-large-only {
    display: block !important;
  }
}

@media only screen and (min-width: 75.0625rem) {
  .hide-for-xlarge-only {
    display: none !important;
  }
}
@media only screen and (min-width: 90.0625rem) {
  .hide-for-xlarge-only {
    display: block !important;
  }
}

@media only screen and (min-width: 90.0625rem) {
  .hide-for-xxlarge-only {
    display: none !important;
  }
}

.show-for-xsmall-only {
  display: block !important;
}
@media only screen and (min-width: 30.0625rem) {
  .show-for-xsmall-only {
    display: none !important;
  }
}

@media only screen and (min-width: 30.0625rem) {
  .show-for-small-only {
    display: block !important;
  }
}
@media only screen and (min-width: 48.0625rem) {
  .show-for-small-only {
    display: none !important;
  }
}

@media only screen and (min-width: 48.0625rem) {
  .show-for-medium-only {
    display: block !important;
  }
}
@media only screen and (min-width: 64.0625rem) {
  .show-for-medium-only {
    display: none !important;
  }
}

@media only screen and (min-width: 64.0625rem) {
  .show-for-large-only {
    display: block !important;
  }
}
@media only screen and (min-width: 75.0625rem) {
  .show-for-large-only {
    display: none !important;
  }
}

@media only screen and (min-width: 75.0625rem) {
  .show-for-xlarge-only {
    display: block !important;
  }
}
@media only screen and (min-width: 90.0625rem) {
  .show-for-xlarge-only {
    display: none !important;
  }
}

@media only screen and (min-width: 90.0625rem) {
  .show-for-xxlarge-only {
    display: block !important;
  }
}

/*
 * font weight cheatsheet
 * 100 Thin
 * 200 Extra Light
 * 300 Light
 * 400 Normal
 * 500 Medium
 * 600 Semi Bold
 * 700 Bold
 * 800 Extra Bold
 * 900 Ultra Bold/Black
 */
@font-face {
  font-family: "Edmond Sans";
  font-style: normal;
  font-weight: 400;
  src: url("/built/fonts/Edmondsans/Edmondsans-Regular.eot");
  src: url("/built/fonts/Edmondsans/Edmondsans-Regular.eot?#iefix") format("embedded-opentype"), url("/built/fonts/Edmondsans/Edmondsans-Regular.woff") format("woff"), url("/built/fonts/Edmondsans/Edmondsans-Regular.ttf") format("truetype"), url("/built/fonts/Edmondsans/Edmondsans-Regular.svg#Edmond Sans") format("svg");
}
@font-face {
  font-family: "Edmond Sans";
  font-style: normal;
  font-weight: 700;
  src: url("/built/fonts/Edmondsans/Edmondsans-Bold.eot");
  src: url("/built/fonts/Edmondsans/Edmondsans-Bold.eot?#iefix") format("embedded-opentype"), url("/built/fonts/Edmondsans/Edmondsans-Bold.woff") format("woff"), url("/built/fonts/Edmondsans/Edmondsans-Bold.ttf") format("truetype"), url("/built/fonts/Edmondsans/Edmondsans-Bold.svg#Edmond Sans") format("svg");
}
@font-face {
  font-family: "Source Sans";
  font-style: normal;
  font-weight: 400;
  src: url("/built/fonts/SourceSans/SourceSansPro-Regular.eot");
  src: url("/built/fonts/SourceSans/SourceSansPro-Regular.eot?#iefix") format("embedded-opentype"), url("/built/fonts/SourceSans/SourceSansPro-Regular.woff") format("woff"), url("/built/fonts/SourceSans/SourceSansPro-Regular.ttf") format("truetype"), url("/built/fonts/SourceSans/SourceSansPro-Regular.svg#Source Sans") format("svg");
}
@font-face {
  font-family: "Source Sans";
  font-style: italic;
  font-weight: 400;
  src: url("/built/fonts/SourceSans/SourceSansPro-It.eot");
  src: url("/built/fonts/SourceSans/SourceSansPro-It.eot?#iefix") format("embedded-opentype"), url("/built/fonts/SourceSans/SourceSansPro-It.woff") format("woff"), url("/built/fonts/SourceSans/SourceSansPro-It.ttf") format("truetype"), url("/built/fonts/SourceSans/SourceSansPro-It.svg#Source Sans") format("svg");
}
@font-face {
  font-family: "Source Sans";
  font-style: normal;
  font-weight: 600;
  src: url("/built/fonts/SourceSans/SourceSansPro-Semibold.eot");
  src: url("/built/fonts/SourceSans/SourceSansPro-Semibold.eot?#iefix") format("embedded-opentype"), url("/built/fonts/SourceSans/SourceSansPro-Semibold.woff") format("woff"), url("/built/fonts/SourceSans/SourceSansPro-Semibold.ttf") format("truetype"), url("/built/fonts/SourceSans/SourceSansPro-Semibold.svg#Source Sans") format("svg");
}
@font-face {
  font-family: "Source Sans";
  font-style: italic;
  font-weight: 600;
  src: url("/built/fonts/SourceSans/SourceSansPro-SemiboldIt.eot");
  src: url("/built/fonts/SourceSans/SourceSansPro-SemiboldIt.eot?#iefix") format("embedded-opentype"), url("/built/fonts/SourceSans/SourceSansPro-SemiboldIt.woff") format("woff"), url("/built/fonts/SourceSans/SourceSansPro-SemiboldIt.ttf") format("truetype"), url("/built/fonts/SourceSans/SourceSansPro-SemiboldIt.svg#Source Sans") format("svg");
}
@font-face {
  font-family: "Source Sans";
  font-style: normal;
  font-weight: 700;
  src: url("/built/fonts/SourceSans/SourceSansPro-Bold.eot");
  src: url("/built/fonts/SourceSans/SourceSansPro-Bold.eot?#iefix") format("embedded-opentype"), url("/built/fonts/SourceSans/SourceSansPro-Bold.woff") format("woff"), url("/built/fonts/SourceSans/SourceSansPro-Bold.ttf") format("truetype"), url("/built/fonts/SourceSans/SourceSansPro-Bold.svg#Source Sans") format("svg");
}
@font-face {
  font-family: "Source Sans";
  font-style: italic;
  font-weight: 700;
  src: url("/built/fonts/SourceSans/SourceSansPro-BoldIt.eot");
  src: url("/built/fonts/SourceSans/SourceSansPro-BoldIt.eot?#iefix") format("embedded-opentype"), url("/built/fonts/SourceSans/SourceSansPro-BoldIt.woff") format("woff"), url("/built/fonts/SourceSans/SourceSansPro-BoldIt.ttf") format("truetype"), url("/built/fonts/SourceSans/SourceSansPro-BoldIt.svg#Source Sans") format("svg");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 100;
  src: url("/built/fonts/Poppins/Thin/Poppins-Thin.eot");
  src: url("/built/fonts/Poppins/Thin/Poppins-Thin.eot?#iefix") format("embedded-opentype"), url("/built/fonts/Poppins/Thin/Poppins-Thin.woff") format("woff"), url("/built/fonts/Poppins/Thin/Poppins-Thin.ttf") format("truetype"), url("/built/fonts/Poppins/Thin/Poppins-Thin.svg#Poppins") format("svg");
}
@font-face {
  font-family: "Poppins";
  font-style: italic;
  font-weight: 100;
  src: url("/built/fonts/Poppins/Thin/Poppins-ThinItalic.eot");
  src: url("/built/fonts/Poppins/Thin/Poppins-ThinItalic.eot?#iefix") format("embedded-opentype"), url("/built/fonts/Poppins/Thin/Poppins-ThinItalic.woff") format("woff"), url("/built/fonts/Poppins/Thin/Poppins-ThinItalic.ttf") format("truetype"), url("/built/fonts/Poppins/Thin/Poppins-ThinItalic.svg#Poppins") format("svg");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 200;
  src: url("/built/fonts/Poppins/ExtraLight/Poppins-ExtraLight.eot");
  src: url("/built/fonts/Poppins/ExtraLight/Poppins-ExtraLight.eot?#iefix") format("embedded-opentype"), url("/built/fonts/Poppins/ExtraLight/Poppins-ExtraLight.woff") format("woff"), url("/built/fonts/Poppins/ExtraLight/Poppins-ExtraLight.ttf") format("truetype"), url("/built/fonts/Poppins/ExtraLight/Poppins-ExtraLight.svg#Poppins") format("svg");
}
@font-face {
  font-family: "Poppins";
  font-style: italic;
  font-weight: 200;
  src: url("/built/fonts/Poppins/ExtraLight/Poppins-ExtraLightItalic.eot");
  src: url("/built/fonts/Poppins/ExtraLight/Poppins-ExtraLightItalic.eot?#iefix") format("embedded-opentype"), url("/built/fonts/Poppins/ExtraLight/Poppins-ExtraLightItalic.woff") format("woff"), url("/built/fonts/Poppins/ExtraLight/Poppins-ExtraLightItalic.ttf") format("truetype"), url("/built/fonts/Poppins/ExtraLight/Poppins-ExtraLightItalic.svg#Poppins") format("svg");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  src: url("/built/fonts/Poppins/Light/Poppins-Light.eot");
  src: url("/built/fonts/Poppins/Light/Poppins-Light.eot?#iefix") format("embedded-opentype"), url("/built/fonts/Poppins/Light/Poppins-Light.woff") format("woff"), url("/built/fonts/Poppins/Light/Poppins-Light.ttf") format("truetype"), url("/built/fonts/Poppins/Light/Poppins-Light.svg#Poppins") format("svg");
}
@font-face {
  font-family: "Poppins";
  font-style: italic;
  font-weight: 300;
  src: url("/built/fonts/Poppins/Light/Poppins-LightItalic.eot");
  src: url("/built/fonts/Poppins/Light/Poppins-LightItalic.eot?#iefix") format("embedded-opentype"), url("/built/fonts/Poppins/Light/Poppins-LightItalic.woff") format("woff"), url("/built/fonts/Poppins/Light/Poppins-LightItalic.ttf") format("truetype"), url("/built/fonts/Poppins/Light/Poppins-LightItalic.svg#Poppins") format("svg");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  src: url("/built/fonts/Poppins/Regular/Poppins-Regular.eot");
  src: url("/built/fonts/Poppins/Regular/Poppins-Regular.eot?#iefix") format("embedded-opentype"), url("/built/fonts/Poppins/Regular/Poppins-Regular.woff") format("woff"), url("/built/fonts/Poppins/Regular/Poppins-Regular.ttf") format("truetype"), url("/built/fonts/Poppins/Regular/Poppins-Regular.svg#Poppins") format("svg");
}
@font-face {
  font-family: "Poppins";
  font-style: italic;
  font-weight: 400;
  src: url("/built/fonts/Poppins/Regular/Poppins-Italic.eot");
  src: url("/built/fonts/Poppins/Regular/Poppins-Italic.eot?#iefix") format("embedded-opentype"), url("/built/fonts/Poppins/Regular/Poppins-Italic.woff") format("woff"), url("/built/fonts/Poppins/Regular/Poppins-Italic.ttf") format("truetype"), url("/built/fonts/Poppins/Regular/Poppins-Italic.svg#Poppins") format("svg");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  src: url("/built/fonts/Poppins/Medium/Poppins-Medium.eot");
  src: url("/built/fonts/Poppins/Medium/Poppins-Medium.eot?#iefix") format("embedded-opentype"), url("/built/fonts/Poppins/Medium/Poppins-Medium.woff") format("woff"), url("/built/fonts/Poppins/Medium/Poppins-Medium.ttf") format("truetype"), url("/built/fonts/Poppins/Medium/Poppins-Medium.svg#Poppins") format("svg");
}
@font-face {
  font-family: "Poppins";
  font-style: italic;
  font-weight: 500;
  src: url("/built/fonts/Poppins/Medium/Poppins-MediumItalic.eot");
  src: url("/built/fonts/Poppins/Medium/Poppins-MediumItalic.eot?#iefix") format("embedded-opentype"), url("/built/fonts/Poppins/Medium/Poppins-MediumItalic.woff") format("woff"), url("/built/fonts/Poppins/Medium/Poppins-MediumItalic.ttf") format("truetype"), url("/built/fonts/Poppins/Medium/Poppins-MediumItalic.svg#Poppins") format("svg");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  src: url("/built/fonts/Poppins/SemiBold/Poppins-SemiBold.eot");
  src: url("/built/fonts/Poppins/SemiBold/Poppins-SemiBold.eot?#iefix") format("embedded-opentype"), url("/built/fonts/Poppins/SemiBold/Poppins-SemiBold.woff") format("woff"), url("/built/fonts/Poppins/SemiBold/Poppins-SemiBold.ttf") format("truetype"), url("/built/fonts/Poppins/SemiBold/Poppins-SemiBold.svg#Poppins") format("svg");
}
@font-face {
  font-family: "Poppins";
  font-style: italic;
  font-weight: 600;
  src: url("/built/fonts/Poppins/SemiBold/Poppins-SemiBoldItalic.eot");
  src: url("/built/fonts/Poppins/SemiBold/Poppins-SemiBoldItalic.eot?#iefix") format("embedded-opentype"), url("/built/fonts/Poppins/SemiBold/Poppins-SemiBoldItalic.woff") format("woff"), url("/built/fonts/Poppins/SemiBold/Poppins-SemiBoldItalic.ttf") format("truetype"), url("/built/fonts/Poppins/SemiBold/Poppins-SemiBoldItalic.svg#Poppins") format("svg");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  src: url("/built/fonts/Poppins/Bold/Poppins-Bold.eot");
  src: url("/built/fonts/Poppins/Bold/Poppins-Bold.eot?#iefix") format("embedded-opentype"), url("/built/fonts/Poppins/Bold/Poppins-Bold.woff") format("woff"), url("/built/fonts/Poppins/Bold/Poppins-Bold.ttf") format("truetype"), url("/built/fonts/Poppins/Bold/Poppins-Bold.svg#Poppins") format("svg");
}
@font-face {
  font-family: "Poppins";
  font-style: italic;
  font-weight: 700;
  src: url("/built/fonts/Poppins/Bold/Poppins-BoldItalic.eot");
  src: url("/built/fonts/Poppins/Bold/Poppins-BoldItalic.eot?#iefix") format("embedded-opentype"), url("/built/fonts/Poppins/Bold/Poppins-BoldItalic.woff") format("woff"), url("/built/fonts/Poppins/Bold/Poppins-BoldItalic.ttf") format("truetype"), url("/built/fonts/Poppins/Bold/Poppins-BoldItalic.svg#Poppins") format("svg");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 800;
  src: url("/built/fonts/Poppins/ExtraBold/Poppins-ExtraBold.eot");
  src: url("/built/fonts/Poppins/ExtraBold/Poppins-ExtraBold.eot?#iefix") format("embedded-opentype"), url("/built/fonts/Poppins/ExtraBold/Poppins-ExtraBold.woff") format("woff"), url("/built/fonts/Poppins/ExtraBold/Poppins-ExtraBold.ttf") format("truetype"), url("/built/fonts/Poppins/ExtraBold/Poppins-ExtraBold.svg#Poppins") format("svg");
}
@font-face {
  font-family: "Poppins";
  font-style: italic;
  font-weight: 800;
  src: url("/built/fonts/Poppins/ExtraBold/Poppins-ExtraBoldItalic.eot");
  src: url("/built/fonts/Poppins/ExtraBold/Poppins-ExtraBoldItalic.eot?#iefix") format("embedded-opentype"), url("/built/fonts/Poppins/ExtraBold/Poppins-ExtraBoldItalic.woff") format("woff"), url("/built/fonts/Poppins/ExtraBold/Poppins-ExtraBoldItalic.ttf") format("truetype"), url("/built/fonts/Poppins/ExtraBold/Poppins-ExtraBoldItalic.svg#Poppins") format("svg");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 900;
  src: url("/built/fonts/Poppins/Black/Poppins-Black.eot");
  src: url("/built/fonts/Poppins/Black/Poppins-Black.eot?#iefix") format("embedded-opentype"), url("/built/fonts/Poppins/Black/Poppins-Black.woff") format("woff"), url("/built/fonts/Poppins/Black/Poppins-Black.ttf") format("truetype"), url("/built/fonts/Poppins/Black/Poppins-Black.svg#Poppins") format("svg");
}
@font-face {
  font-family: "Poppins";
  font-style: italic;
  font-weight: 900;
  src: url("/built/fonts/Poppins/Black/Poppins-BlackItalic.eot");
  src: url("/built/fonts/Poppins/Black/Poppins-BlackItalic.eot?#iefix") format("embedded-opentype"), url("/built/fonts/Poppins/Black/Poppins-BlackItalic.woff") format("woff"), url("/built/fonts/Poppins/Black/Poppins-BlackItalic.ttf") format("truetype"), url("/built/fonts/Poppins/Black/Poppins-BlackItalic.svg#Poppins") format("svg");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 100;
  src: url("/built/fonts/Montserrat/Montserrat-Thin.eot");
  src: url("/built/fonts/Montserrat/Montserrat-Thin.eot?#iefix") format("embedded-opentype"), url("/built/fonts/Montserrat/Montserrat-Thin.woff") format("woff"), url("/built/fonts/Montserrat/Montserrat-Thin.ttf") format("truetype"), url("/built/fonts/Montserrat/Montserrat-Thin.svg#Montserrat") format("svg");
}
@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 100;
  src: url("/built/fonts/Montserrat/Montserrat-ThinItalic.eot");
  src: url("/built/fonts/Montserrat/Montserrat-ThinItalic.eot?#iefix") format("embedded-opentype"), url("/built/fonts/Montserrat/Montserrat-ThinItalic.woff") format("woff"), url("/built/fonts/Montserrat/Montserrat-ThinItalic.ttf") format("truetype"), url("/built/fonts/Montserrat/Montserrat-ThinItalic.svg#Montserrat") format("svg");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 200;
  src: url("/built/fonts/Montserrat/Montserrat-ExtraLight.eot");
  src: url("/built/fonts/Montserrat/Montserrat-ExtraLight.eot?#iefix") format("embedded-opentype"), url("/built/fonts/Montserrat/Montserrat-ExtraLight.woff") format("woff"), url("/built/fonts/Montserrat/Montserrat-ExtraLight.ttf") format("truetype"), url("/built/fonts/Montserrat/Montserrat-ExtraLight.svg#Montserrat") format("svg");
}
@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 200;
  src: url("/built/fonts/Montserrat/Montserrat-ExtraLightItalic.eot");
  src: url("/built/fonts/Montserrat/Montserrat-ExtraLightItalic.eot?#iefix") format("embedded-opentype"), url("/built/fonts/Montserrat/Montserrat-ExtraLightItalic.woff") format("woff"), url("/built/fonts/Montserrat/Montserrat-ExtraLightItalic.ttf") format("truetype"), url("/built/fonts/Montserrat/Montserrat-ExtraLightItalic.svg#Montserrat") format("svg");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300;
  src: url("/built/fonts/Montserrat/Montserrat-Light.eot");
  src: url("/built/fonts/Montserrat/Montserrat-Light.eot?#iefix") format("embedded-opentype"), url("/built/fonts/Montserrat/Montserrat-Light.woff") format("woff"), url("/built/fonts/Montserrat/Montserrat-Light.ttf") format("truetype"), url("/built/fonts/Montserrat/Montserrat-Light.svg#Montserrat") format("svg");
}
@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 300;
  src: url("/built/fonts/Montserrat/Montserrat-LightItalic.eot");
  src: url("/built/fonts/Montserrat/Montserrat-LightItalic.eot?#iefix") format("embedded-opentype"), url("/built/fonts/Montserrat/Montserrat-LightItalic.woff") format("woff"), url("/built/fonts/Montserrat/Montserrat-LightItalic.ttf") format("truetype"), url("/built/fonts/Montserrat/Montserrat-LightItalic.svg#Montserrat") format("svg");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  src: url("/built/fonts/Montserrat/Montserrat-Regular.eot");
  src: url("/built/fonts/Montserrat/Montserrat-Regular.eot?#iefix") format("embedded-opentype"), url("/built/fonts/Montserrat/Montserrat-Regular.woff") format("woff"), url("/built/fonts/Montserrat/Montserrat-Regular.ttf") format("truetype"), url("/built/fonts/Montserrat/Montserrat-Regular.svg#Montserrat") format("svg");
}
@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 400;
  src: url("/built/fonts/Montserrat/Montserrat-Italic.eot");
  src: url("/built/fonts/Montserrat/Montserrat-Italic.eot?#iefix") format("embedded-opentype"), url("/built/fonts/Montserrat/Montserrat-Italic.woff") format("woff"), url("/built/fonts/Montserrat/Montserrat-Italic.ttf") format("truetype"), url("/built/fonts/Montserrat/Montserrat-Italic.svg#Montserrat") format("svg");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  src: url("/built/fonts/Montserrat/Montserrat-Medium.eot");
  src: url("/built/fonts/Montserrat/Montserrat-Medium.eot?#iefix") format("embedded-opentype"), url("/built/fonts/Montserrat/Montserrat-Medium.woff") format("woff"), url("/built/fonts/Montserrat/Montserrat-Medium.ttf") format("truetype"), url("/built/fonts/Montserrat/Montserrat-Medium.svg#Montserrat") format("svg");
}
@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 500;
  src: url("/built/fonts/Montserrat/Montserrat-MediumItalic.eot");
  src: url("/built/fonts/Montserrat/Montserrat-MediumItalic.eot?#iefix") format("embedded-opentype"), url("/built/fonts/Montserrat/Montserrat-MediumItalic.woff") format("woff"), url("/built/fonts/Montserrat/Montserrat-MediumItalic.ttf") format("truetype"), url("/built/fonts/Montserrat/Montserrat-MediumItalic.svg#Montserrat") format("svg");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  src: url("/built/fonts/Montserrat/Montserrat-SemiBold.eot");
  src: url("/built/fonts/Montserrat/Montserrat-SemiBold.eot?#iefix") format("embedded-opentype"), url("/built/fonts/Montserrat/Montserrat-SemiBold.woff") format("woff"), url("/built/fonts/Montserrat/Montserrat-SemiBold.ttf") format("truetype"), url("/built/fonts/Montserrat/Montserrat-SemiBold.svg#Montserrat") format("svg");
}
@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 600;
  src: url("/built/fonts/Montserrat/Montserrat-SemiBoldItalic.eot");
  src: url("/built/fonts/Montserrat/Montserrat-SemiBoldItalic.eot?#iefix") format("embedded-opentype"), url("/built/fonts/Montserrat/Montserrat-SemiBoldItalic.woff") format("woff"), url("/built/fonts/Montserrat/Montserrat-SemiBoldItalic.ttf") format("truetype"), url("/built/fonts/Montserrat/Montserrat-SemiBoldItalic.svg#Montserrat") format("svg");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  src: url("/built/fonts/Montserrat/Montserrat-Bold.eot");
  src: url("/built/fonts/Montserrat/Montserrat-Bold.eot?#iefix") format("embedded-opentype"), url("/built/fonts/Montserrat/Montserrat-Bold.woff") format("woff"), url("/built/fonts/Montserrat/Montserrat-Bold.ttf") format("truetype"), url("/built/fonts/Montserrat/Montserrat-Bold.svg#Montserrat") format("svg");
}
@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 700;
  src: url("/built/fonts/Montserrat/Montserrat-BoldItalic.eot");
  src: url("/built/fonts/Montserrat/Montserrat-BoldItalic.eot?#iefix") format("embedded-opentype"), url("/built/fonts/Montserrat/Montserrat-BoldItalic.woff") format("woff"), url("/built/fonts/Montserrat/Montserrat-BoldItalic.ttf") format("truetype"), url("/built/fonts/Montserrat/Montserrat-BoldItalic.svg#Montserrat") format("svg");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 800;
  src: url("/built/fonts/Montserrat/Montserrat-ExtraBold.eot");
  src: url("/built/fonts/Montserrat/Montserrat-ExtraBold.eot?#iefix") format("embedded-opentype"), url("/built/fonts/Montserrat/Montserrat-ExtraBold.woff") format("woff"), url("/built/fonts/Montserrat/Montserrat-ExtraBold.ttf") format("truetype"), url("/built/fonts/Montserrat/Montserrat-ExtraBold.svg#Montserrat") format("svg");
}
@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 800;
  src: url("/built/fonts/Montserrat/Montserrat-ExtraBoldItalic.eot");
  src: url("/built/fonts/Montserrat/Montserrat-ExtraBoldItalic.eot?#iefix") format("embedded-opentype"), url("/built/fonts/Montserrat/Montserrat-ExtraBoldItalic.woff") format("woff"), url("/built/fonts/Montserrat/Montserrat-ExtraBoldItalic.ttf") format("truetype"), url("/built/fonts/Montserrat/Montserrat-ExtraBoldItalic.svg#Montserrat") format("svg");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 900;
  src: url("/built/fonts/Montserrat/Montserrat-Black.eot");
  src: url("/built/fonts/Montserrat/Montserrat-Black.eot?#iefix") format("embedded-opentype"), url("/built/fonts/Montserrat/Montserrat-Black.woff") format("woff"), url("/built/fonts/Montserrat/Montserrat-Black.ttf") format("truetype"), url("/built/fonts/Montserrat/Montserrat-Black.svg#Montserrat") format("svg");
}
@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 900;
  src: url("/built/fonts/Montserrat/Montserrat-BlackItalic.eot");
  src: url("/built/fonts/Montserrat/Montserrat-BlackItalic.eot?#iefix") format("embedded-opentype"), url("/built/fonts/Montserrat/Montserrat-BlackItalic.woff") format("woff"), url("/built/fonts/Montserrat/Montserrat-BlackItalic.ttf") format("truetype"), url("/built/fonts/Montserrat/Montserrat-BlackItalic.svg#Montserrat") format("svg");
}
a {
  text-decoration: none;
}

p {
  margin-top: 10px;
}
@media screen and (min-width: 640px) {
  p {
    margin-top: calc(2.75vw - 7.6px);
  }
}
@media screen and (min-width: 1440px) {
  p {
    margin-top: 32px;
  }
}
p {
  margin-bottom: 10px;
}
@media screen and (min-width: 640px) {
  p {
    margin-bottom: calc(2.75vw - 7.6px);
  }
}
@media screen and (min-width: 1440px) {
  p {
    margin-bottom: 32px;
  }
}
p:first-child {
  margin-top: 0;
}
p:last-child {
  margin-bottom: 0;
}
p a {
  color: #5f832a;
}
p u {
  text-decoration: none;
  background-color: #FFEBB9;
  padding-top: 4px;
  padding-bottom: 2px;
  box-shadow: -4px 0 0 0px #FFEBB9, 4px 0 0 0px #FFEBB9;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}
@media only screen and (min-width: 64.0625rem) {
  p u {
    padding-top: 5px;
    padding-bottom: 3px;
  }
}
@media only screen and (min-width: 90.0625rem) {
  p u {
    padding-top: 6px;
    padding-bottom: 3px;
    box-shadow: -5px 0 0 0px #FFEBB9, 5px 0 0 0px #FFEBB9;
  }
}
p strong {
  font-weight: 700;
  color: #5f832a;
}

.styled-content h3, .comp-HeroHomepage__copy h3, .comp-HeroProject .copy h3 {
  font-family: "Poppins";
  font-weight: 500;
  line-height: 1.1;
  font-style: normal;
  letter-spacing: 0px;
}
.styled-content h3, .comp-HeroHomepage__copy h3, .comp-HeroProject .copy h3 {
  font-size: 16px;
}
@media screen and (min-width: 640px) {
  .styled-content h3, .comp-HeroHomepage__copy h3, .comp-HeroProject .copy h3 {
    font-size: calc(1.5vw + 6.4px);
  }
}
@media screen and (min-width: 1440px) {
  .styled-content h3, .comp-HeroHomepage__copy h3, .comp-HeroProject .copy h3 {
    font-size: 28px;
  }
}
.styled-content p, .comp-HeroHomepage__copy p, .comp-HeroProject .copy p {
  font-family: "Montserrat";
  font-weight: 400;
  line-height: 1.5;
  font-style: normal;
  letter-spacing: 0px;
}
.styled-content p, .comp-HeroHomepage__copy p, .comp-HeroProject .copy p {
  font-size: 14px;
}
@media screen and (min-width: 640px) {
  .styled-content p, .comp-HeroHomepage__copy p, .comp-HeroProject .copy p {
    font-size: calc(0.5vw + 10.8px);
  }
}
@media screen and (min-width: 1440px) {
  .styled-content p, .comp-HeroHomepage__copy p, .comp-HeroProject .copy p {
    font-size: 18px;
  }
}
.styled-content h3 + p, .comp-HeroHomepage__copy h3 + p, .comp-HeroProject .copy h3 + p {
  margin-top: 8px;
}
@media screen and (min-width: 640px) {
  .styled-content h3 + p, .comp-HeroHomepage__copy h3 + p, .comp-HeroProject .copy h3 + p {
    margin-top: calc(0.5vw + 4.8px);
  }
}
@media screen and (min-width: 1440px) {
  .styled-content h3 + p, .comp-HeroHomepage__copy h3 + p, .comp-HeroProject .copy h3 + p {
    margin-top: 12px;
  }
}

.Icon {
  display: inline-block;
  line-height: 1;
}
.Icon svg {
  display: block;
}

.inline-svg-wrapper {
  position: relative;
  max-width: 100%;
}
.inline-svg-wrapper canvas.svg-frame {
  display: block;
  width: 100%;
  visibility: hidden;
}
.inline-svg-wrapper canvas.svg-frame + svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

/*
<div class="radio-wrapper">
	<input type="radio">
	<label>Radio label here</label>
</div>
*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

@keyframes plyr-progress {
  to {
    background-position: var(--plyr-progress-loading-size, 25px) 0;
  }
}
@keyframes plyr-popup {
  0% {
    opacity: 0.5;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes plyr-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.plyr {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  align-items: center;
  direction: ltr;
  display: flex;
  flex-direction: column;
  font-family: var(--plyr-font-family, inherit);
  font-variant-numeric: tabular-nums;
  font-weight: var(--plyr-font-weight-regular, 400);
  line-height: var(--plyr-line-height, 1.7);
  max-width: 100%;
  min-width: 200px;
  position: relative;
  text-shadow: none;
  transition: box-shadow 0.3s ease;
  z-index: 0;
}
.plyr video,
.plyr audio,
.plyr iframe {
  display: block;
  height: 100%;
  width: 100%;
}
.plyr button {
  font: inherit;
  line-height: inherit;
  width: auto;
}
.plyr:focus {
  outline: 0;
}

.plyr--full-ui {
  box-sizing: border-box;
}
.plyr--full-ui *,
.plyr--full-ui *::after,
.plyr--full-ui *::before {
  box-sizing: inherit;
}

.plyr--full-ui a,
.plyr--full-ui button,
.plyr--full-ui input,
.plyr--full-ui label {
  touch-action: manipulation;
}

.plyr__badge {
  background: var(--plyr-badge-background, hsl(216deg, 15%, 34%));
  border-radius: var(--plyr-badge-border-radius, 2px);
  color: var(--plyr-badge-text-color, #fff);
  font-size: var(--plyr-font-size-badge, 9px);
  line-height: 1;
  padding: 3px 4px;
}

.plyr--full-ui ::-webkit-media-text-track-container {
  display: none;
}

.plyr__captions {
  animation: plyr-fade-in 0.3s ease;
  bottom: 0;
  display: none;
  font-size: var(--plyr-font-size-small, 13px);
  left: 0;
  padding: var(--plyr-control-spacing, 10px);
  position: absolute;
  text-align: center;
  transition: transform 0.4s ease-in-out;
  width: 100%;
}
.plyr__captions span:empty {
  display: none;
}
@media (min-width: 480px) {
  .plyr__captions {
    font-size: var(--plyr-font-size-base, 15px);
    padding: calc(var(--plyr-control-spacing, 10px) * 2);
  }
}
@media (min-width: 768px) {
  .plyr__captions {
    font-size: var(--plyr-font-size-large, 18px);
  }
}

.plyr--captions-active .plyr__captions {
  display: block;
}

.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty) ~ .plyr__captions {
  transform: translateY(calc(var(--plyr-control-spacing, 10px) * -4));
}

.plyr__caption {
  background: var(--plyr-captions-background, rgba(0, 0, 0, 0.8));
  border-radius: 4px;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  color: var(--plyr-captions-text-color, #fff);
  line-height: 185%;
  padding: 0.2em 0.5em;
  white-space: pre-wrap;
}
.plyr__caption div {
  display: inline;
}

.plyr__control {
  background: transparent;
  border: 0;
  border-radius: var(--plyr-control-radius, 4px);
  color: inherit;
  cursor: pointer;
  flex-shrink: 0;
  overflow: visible;
  padding: calc(var(--plyr-control-spacing, 10px) * 0.7);
  position: relative;
  transition: all 0.1s ease-in-out;
}
.plyr__control svg {
  display: block;
  fill: currentColor;
  height: var(--plyr-control-icon-size, 18px);
  pointer-events: none;
  width: var(--plyr-control-icon-size, 18px);
}
.plyr__control:focus {
  outline: 0;
}
.plyr__control:focus-visible {
  outline: 2px dashed var(--plyr-focus-visible-color, var(--plyr-color-main, var(--plyr-color-main, hsl(198deg, 100%, 50%))));
  outline-offset: 2px;
}

a.plyr__control {
  text-decoration: none;
}
a.plyr__control::after, a.plyr__control::before {
  display: none;
}

.plyr__control:not(.plyr__control--pressed) .icon--pressed,
.plyr__control.plyr__control--pressed .icon--not-pressed,
.plyr__control:not(.plyr__control--pressed) .label--pressed,
.plyr__control.plyr__control--pressed .label--not-pressed {
  display: none;
}

.plyr--full-ui ::-webkit-media-controls {
  display: none;
}

.plyr__controls {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  text-align: center;
}
.plyr__controls .plyr__progress__container {
  flex: 1;
  min-width: 0;
}
.plyr__controls .plyr__controls__item {
  margin-left: calc(var(--plyr-control-spacing, 10px) / 4);
}
.plyr__controls .plyr__controls__item:first-child {
  margin-left: 0;
  margin-right: auto;
}
.plyr__controls .plyr__controls__item.plyr__progress__container {
  padding-left: calc(var(--plyr-control-spacing, 10px) / 4);
}
.plyr__controls .plyr__controls__item.plyr__time {
  padding: 0 calc(var(--plyr-control-spacing, 10px) / 2);
}
.plyr__controls .plyr__controls__item.plyr__progress__container:first-child, .plyr__controls .plyr__controls__item.plyr__time:first-child, .plyr__controls .plyr__controls__item.plyr__time + .plyr__time {
  padding-left: 0;
}
.plyr__controls:empty {
  display: none;
}

.plyr [data-plyr=captions],
.plyr [data-plyr=pip],
.plyr [data-plyr=airplay],
.plyr [data-plyr=fullscreen] {
  display: none;
}

.plyr--captions-enabled [data-plyr=captions],
.plyr--pip-supported [data-plyr=pip],
.plyr--airplay-supported [data-plyr=airplay],
.plyr--fullscreen-enabled [data-plyr=fullscreen] {
  display: inline-block;
}

.plyr__menu {
  display: flex;
  position: relative;
}
.plyr__menu .plyr__control svg {
  transition: transform 0.3s ease;
}
.plyr__menu .plyr__control[aria-expanded=true] svg {
  transform: rotate(90deg);
}
.plyr__menu .plyr__control[aria-expanded=true] .plyr__tooltip {
  display: none;
}
.plyr__menu__container {
  animation: plyr-popup 0.2s ease;
  background: var(--plyr-menu-background, rgba(255, 255, 255, 0.9));
  border-radius: var(--plyr-menu-radius, 8px);
  bottom: 100%;
  box-shadow: var(--plyr-menu-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
  color: var(--plyr-menu-color, hsl(216deg, 15%, 34%));
  font-size: var(--plyr-font-size-base, 15px);
  margin-bottom: 10px;
  position: absolute;
  right: -3px;
  text-align: left;
  white-space: nowrap;
  z-index: 3;
}
.plyr__menu__container > div {
  overflow: hidden;
  transition: height 0.35s cubic-bezier(0.4, 0, 0.2, 1), width 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.plyr__menu__container::after {
  border: var(--plyr-menu-arrow-size, 4px) solid transparent;
  border-top-color: var(--plyr-menu-background, rgba(255, 255, 255, 0.9));
  content: "";
  height: 0;
  position: absolute;
  right: calc(((var(--plyr-control-icon-size, 18px) / 2) + calc(var(--plyr-control-spacing, 10px) * 0.7)) - (var(--plyr-menu-arrow-size, 4px) / 2));
  top: 100%;
  width: 0;
}
.plyr__menu__container [role=menu] {
  padding: calc(var(--plyr-control-spacing, 10px) * 0.7);
}
.plyr__menu__container [role=menuitem],
.plyr__menu__container [role=menuitemradio] {
  margin-top: 2px;
}
.plyr__menu__container [role=menuitem]:first-child,
.plyr__menu__container [role=menuitemradio]:first-child {
  margin-top: 0;
}
.plyr__menu__container .plyr__control {
  align-items: center;
  color: var(--plyr-menu-color, hsl(216deg, 15%, 34%));
  display: flex;
  font-size: var(--plyr-font-size-menu, var(--plyr-font-size-small, 13px));
  padding: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) / 1.5) calc(calc(var(--plyr-control-spacing, 10px) * 0.7) * 1.5);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  width: 100%;
}
.plyr__menu__container .plyr__control > span {
  align-items: inherit;
  display: flex;
  width: 100%;
}
.plyr__menu__container .plyr__control::after {
  border: var(--plyr-menu-item-arrow-size, 4px) solid transparent;
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.plyr__menu__container .plyr__control--forward {
  padding-right: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) * 4);
}
.plyr__menu__container .plyr__control--forward::after {
  border-left-color: var(--plyr-menu-arrow-color, hsl(216deg, 15%, 52%));
  right: calc((calc(var(--plyr-control-spacing, 10px) * 0.7) * 1.5) - var(--plyr-menu-item-arrow-size, 4px));
}
.plyr__menu__container .plyr__control--forward:focus-visible::after, .plyr__menu__container .plyr__control--forward:hover::after {
  border-left-color: currentColor;
}
.plyr__menu__container .plyr__control--back {
  font-weight: var(--plyr-font-weight-regular, 400);
  margin: calc(var(--plyr-control-spacing, 10px) * 0.7);
  margin-bottom: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) / 2);
  padding-left: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) * 4);
  position: relative;
  width: calc(100% - (calc(var(--plyr-control-spacing, 10px) * 0.7) * 2));
}
.plyr__menu__container .plyr__control--back::after {
  border-right-color: var(--plyr-menu-arrow-color, hsl(216deg, 15%, 52%));
  left: calc((calc(var(--plyr-control-spacing, 10px) * 0.7) * 1.5) - var(--plyr-menu-item-arrow-size, 4px));
}
.plyr__menu__container .plyr__control--back::before {
  background: var(--plyr-menu-back-border-color, hsl(216deg, 15%, 88%));
  box-shadow: 0 1px 0 var(--plyr-menu-back-border-shadow-color, #fff);
  content: "";
  height: 1px;
  left: 0;
  margin-top: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) / 2);
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 100%;
}
.plyr__menu__container .plyr__control--back:focus-visible::after, .plyr__menu__container .plyr__control--back:hover::after {
  border-right-color: currentColor;
}
.plyr__menu__container .plyr__control[role=menuitemradio] {
  padding-left: calc(var(--plyr-control-spacing, 10px) * 0.7);
}
.plyr__menu__container .plyr__control[role=menuitemradio]::before, .plyr__menu__container .plyr__control[role=menuitemradio]::after {
  border-radius: 100%;
}
.plyr__menu__container .plyr__control[role=menuitemradio]::before {
  background: rgba(0, 0, 0, 0.1);
  content: "";
  display: block;
  flex-shrink: 0;
  height: 16px;
  margin-right: var(--plyr-control-spacing, 10px);
  transition: all 0.3s ease;
  width: 16px;
}
.plyr__menu__container .plyr__control[role=menuitemradio]::after {
  background: #fff;
  border: 0;
  height: 6px;
  left: 12px;
  opacity: 0;
  top: 50%;
  transform: translateY(-50%) scale(0);
  transition: transform 0.3s ease, opacity 0.3s ease;
  width: 6px;
}
.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::before {
  background: var(--plyr-control-toggle-checked-background, var(--plyr-color-main, var(--plyr-color-main, hsl(198deg, 100%, 50%))));
}
.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::after {
  opacity: 1;
  transform: translateY(-50%) scale(1);
}
.plyr__menu__container .plyr__control[role=menuitemradio]:focus-visible::before, .plyr__menu__container .plyr__control[role=menuitemradio]:hover::before {
  background: rgba(35, 40, 47, 0.1);
}
.plyr__menu__container .plyr__menu__value {
  align-items: center;
  display: flex;
  margin-left: auto;
  margin-right: calc((calc(var(--plyr-control-spacing, 10px) * 0.7) - 2px) * -1);
  overflow: hidden;
  padding-left: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) * 3.5);
  pointer-events: none;
}

.plyr--full-ui input[type=range] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: 0;
  border-radius: calc(var(--plyr-range-thumb-height, 13px) * 2);
  color: var(--plyr-range-fill-background, var(--plyr-color-main, var(--plyr-color-main, hsl(198deg, 100%, 50%))));
  display: block;
  height: calc((var(--plyr-range-thumb-active-shadow-width, 3px) * 2) + var(--plyr-range-thumb-height, 13px));
  margin: 0;
  min-width: 0;
  padding: 0;
  transition: box-shadow 0.3s ease;
  width: 100%;
}
.plyr--full-ui input[type=range]::-webkit-slider-runnable-track {
  background: transparent;
  border: 0;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: var(--plyr-range-track-height, 5px);
  -webkit-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  -webkit-user-select: none;
          user-select: none;
  background-image: linear-gradient(to right, currentColor var(--value, 0%), transparent var(--value, 0%));
}
.plyr--full-ui input[type=range]::-webkit-slider-thumb {
  background: var(--plyr-range-thumb-background, #fff);
  border: 0;
  border-radius: 100%;
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2));
  height: var(--plyr-range-thumb-height, 13px);
  position: relative;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: var(--plyr-range-thumb-height, 13px);
  -webkit-appearance: none;
          appearance: none;
  margin-top: calc((var(--plyr-range-thumb-height, 13px) - var(--plyr-range-track-height, 5px)) / 2 * -1);
}
.plyr--full-ui input[type=range]::-moz-range-track {
  background: transparent;
  border: 0;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: var(--plyr-range-track-height, 5px);
  -moz-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  -moz-user-select: none;
       user-select: none;
}
.plyr--full-ui input[type=range]::-moz-range-thumb {
  background: var(--plyr-range-thumb-background, #fff);
  border: 0;
  border-radius: 100%;
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2));
  height: var(--plyr-range-thumb-height, 13px);
  position: relative;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: var(--plyr-range-thumb-height, 13px);
}
.plyr--full-ui input[type=range]::-moz-range-progress {
  background: currentColor;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: var(--plyr-range-track-height, 5px);
}
.plyr--full-ui input[type=range]::-ms-track {
  background: transparent;
  border: 0;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: var(--plyr-range-track-height, 5px);
  -ms-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  user-select: none;
  color: transparent;
}
.plyr--full-ui input[type=range]::-ms-fill-upper {
  background: transparent;
  border: 0;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: var(--plyr-range-track-height, 5px);
  -ms-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  user-select: none;
}
.plyr--full-ui input[type=range]::-ms-fill-lower {
  background: transparent;
  border: 0;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: var(--plyr-range-track-height, 5px);
  -ms-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  user-select: none;
  background: currentColor;
}
.plyr--full-ui input[type=range]::-ms-thumb {
  background: var(--plyr-range-thumb-background, #fff);
  border: 0;
  border-radius: 100%;
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2));
  height: var(--plyr-range-thumb-height, 13px);
  position: relative;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: var(--plyr-range-thumb-height, 13px);
  margin-top: 0;
}
.plyr--full-ui input[type=range]::-ms-tooltip {
  display: none;
}
.plyr--full-ui input[type=range]::-moz-focus-outer {
  border: 0;
}
.plyr--full-ui input[type=range]:focus {
  outline: 0;
}
.plyr--full-ui input[type=range]:focus-visible::-webkit-slider-runnable-track {
  outline: 2px dashed var(--plyr-focus-visible-color, var(--plyr-color-main, var(--plyr-color-main, hsl(198deg, 100%, 50%))));
  outline-offset: 2px;
}
.plyr--full-ui input[type=range]:focus-visible::-moz-range-track {
  outline: 2px dashed var(--plyr-focus-visible-color, var(--plyr-color-main, var(--plyr-color-main, hsl(198deg, 100%, 50%))));
  outline-offset: 2px;
}
.plyr--full-ui input[type=range]:focus-visible::-ms-track {
  outline: 2px dashed var(--plyr-focus-visible-color, var(--plyr-color-main, var(--plyr-color-main, hsl(198deg, 100%, 50%))));
  outline-offset: 2px;
}

.plyr__poster {
  background-color: var(--plyr-video-background, var(--plyr-video-background, rgb(0, 0, 0)));
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity 0.2s ease;
  width: 100%;
  z-index: 1;
}

.plyr--stopped.plyr__poster-enabled .plyr__poster {
  opacity: 1;
}

.plyr--youtube.plyr--paused.plyr__poster-enabled:not(.plyr--stopped) .plyr__poster {
  display: none;
}

.plyr__time {
  font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px));
}

.plyr__time + .plyr__time::before {
  content: "\2044";
  margin-right: var(--plyr-control-spacing, 10px);
}
@media (max-width: 767px) {
  .plyr__time + .plyr__time {
    display: none;
  }
}

/* stylelint-disable selector-max-compound-selectors */
.plyr__tooltip {
  background: var(--plyr-tooltip-background, #fff);
  border-radius: var(--plyr-tooltip-radius, 5px);
  bottom: 100%;
  box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
  color: var(--plyr-tooltip-color, hsl(216deg, 15%, 34%));
  font-size: var(--plyr-font-size-small, 13px);
  font-weight: var(--plyr-font-weight-regular, 400);
  left: 50%;
  line-height: 1.3;
  margin-bottom: calc(calc(var(--plyr-control-spacing, 10px) / 2) * 2);
  opacity: 0;
  padding: calc(var(--plyr-control-spacing, 10px) / 2) calc(calc(var(--plyr-control-spacing, 10px) / 2) * 1.5);
  pointer-events: none;
  position: absolute;
  transform: translate(-50%, 10px) scale(0.8);
  transform-origin: 50% 100%;
  transition: transform 0.2s 0.1s ease, opacity 0.2s 0.1s ease;
  white-space: nowrap;
  z-index: 2;
}
.plyr__tooltip::before {
  border-left: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-right: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-top: var(--plyr-tooltip-arrow-size, 4px) solid var(--plyr-tooltip-background, #fff);
  bottom: calc(var(--plyr-tooltip-arrow-size, 4px) * -1);
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 0;
  z-index: 2;
}

.plyr .plyr__control:hover .plyr__tooltip,
.plyr .plyr__control:focus-visible .plyr__tooltip,
.plyr__tooltip--visible {
  opacity: 1;
  transform: translate(-50%, 0) scale(1);
}

.plyr .plyr__control:hover .plyr__tooltip {
  z-index: 3;
}

.plyr__controls > .plyr__control:first-child .plyr__tooltip,
.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip {
  left: 0;
  transform: translate(0, 10px) scale(0.8);
  transform-origin: 0 100%;
}
.plyr__controls > .plyr__control:first-child .plyr__tooltip::before,
.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip::before {
  left: calc((var(--plyr-control-icon-size, 18px) / 2) + calc(var(--plyr-control-spacing, 10px) * 0.7));
}

.plyr__controls > .plyr__control:last-child .plyr__tooltip {
  left: auto;
  right: 0;
  transform: translate(0, 10px) scale(0.8);
  transform-origin: 100% 100%;
}
.plyr__controls > .plyr__control:last-child .plyr__tooltip::before {
  left: auto;
  right: calc((var(--plyr-control-icon-size, 18px) / 2) + calc(var(--plyr-control-spacing, 10px) * 0.7));
  transform: translateX(50%);
}

.plyr__controls > .plyr__control:first-child:hover .plyr__tooltip, .plyr__controls > .plyr__control:first-child:focus-visible .plyr__tooltip,
.plyr__controls > .plyr__control:first-child .plyr__tooltip--visible,
.plyr__controls > .plyr__control:first-child + .plyr__control:hover .plyr__tooltip,
.plyr__controls > .plyr__control:first-child + .plyr__control:focus-visible .plyr__tooltip,
.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip--visible,
.plyr__controls > .plyr__control:last-child:hover .plyr__tooltip,
.plyr__controls > .plyr__control:last-child:focus-visible .plyr__tooltip,
.plyr__controls > .plyr__control:last-child .plyr__tooltip--visible {
  transform: translate(0, 0) scale(1);
}

.plyr__progress {
  left: calc(var(--plyr-range-thumb-height, 13px) * 0.5);
  margin-right: var(--plyr-range-thumb-height, 13px);
  position: relative;
}
.plyr__progress input[type=range], .plyr__progress__buffer {
  margin-left: calc(var(--plyr-range-thumb-height, 13px) * -0.5);
  margin-right: calc(var(--plyr-range-thumb-height, 13px) * -0.5);
  width: calc(100% + var(--plyr-range-thumb-height, 13px));
}
.plyr__progress input[type=range] {
  position: relative;
  z-index: 2;
}
.plyr__progress .plyr__tooltip {
  left: 0;
  max-width: 120px;
  overflow-wrap: break-word;
}

.plyr__progress__buffer {
  -webkit-appearance: none;
  /* stylelint-disable-line */
  background: transparent;
  border: 0;
  border-radius: 100px;
  height: var(--plyr-range-track-height, 5px);
  left: 0;
  margin-top: calc((var(--plyr-range-track-height, 5px) / 2) * -1);
  padding: 0;
  position: absolute;
  top: 50%;
}
.plyr__progress__buffer::-webkit-progress-bar {
  background: transparent;
}
.plyr__progress__buffer::-webkit-progress-value {
  background: currentColor;
  border-radius: 100px;
  min-width: var(--plyr-range-track-height, 5px);
  -webkit-transition: width 0.2s ease;
  transition: width 0.2s ease;
}
.plyr__progress__buffer::-moz-progress-bar {
  background: currentColor;
  border-radius: 100px;
  min-width: var(--plyr-range-track-height, 5px);
  -moz-transition: width 0.2s ease;
  transition: width 0.2s ease;
}
.plyr__progress__buffer::-ms-fill {
  border-radius: 100px;
  -ms-transition: width 0.2s ease;
  transition: width 0.2s ease;
}

.plyr--loading .plyr__progress__buffer {
  animation: plyr-progress 1s linear infinite;
  background-image: linear-gradient(-45deg, var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 25%, transparent 25%, transparent 50%, var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 50%, var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 75%, transparent 75%, transparent);
  background-repeat: repeat-x;
  background-size: var(--plyr-progress-loading-size, 25px) var(--plyr-progress-loading-size, 25px);
  color: transparent;
}

.plyr--video.plyr--loading .plyr__progress__buffer {
  background-color: var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25));
}

.plyr--audio.plyr--loading .plyr__progress__buffer {
  background-color: var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6));
}

.plyr__progress__marker {
  background-color: var(--plyr-progress-marker-background, #fff);
  border-radius: 1px;
  height: var(--plyr-range-track-height, 5px);
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: var(--plyr-progress-marker-width, 3px);
  z-index: 3;
}

.plyr__volume {
  align-items: center;
  display: flex;
  position: relative;
}
.plyr__volume input[type=range] {
  margin-left: calc(var(--plyr-control-spacing, 10px) / 2);
  margin-right: calc(var(--plyr-control-spacing, 10px) / 2);
  max-width: 90px;
  min-width: 60px;
  position: relative;
  z-index: 2;
}

.plyr--audio {
  display: block;
}

.plyr--audio .plyr__controls {
  background: var(--plyr-audio-controls-background, #fff);
  border-radius: inherit;
  color: var(--plyr-audio-control-color, hsl(216deg, 15%, 34%));
  padding: var(--plyr-control-spacing, 10px);
}

.plyr--audio .plyr__control:focus-visible, .plyr--audio .plyr__control:hover, .plyr--audio .plyr__control[aria-expanded=true] {
  background: var(--plyr-audio-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, hsl(198deg, 100%, 50%))));
  color: var(--plyr-audio-control-color-hover, #fff);
}

.plyr--full-ui.plyr--audio input[type=range]::-webkit-slider-runnable-track {
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6)));
}
.plyr--full-ui.plyr--audio input[type=range]::-moz-range-track {
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6)));
}
.plyr--full-ui.plyr--audio input[type=range]::-ms-track {
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6)));
}
.plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb {
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, 0.1));
}
.plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb {
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, 0.1));
}
.plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb {
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, 0.1));
}

.plyr--audio .plyr__progress__buffer {
  color: var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6));
}

.plyr--video {
  overflow: hidden;
}
.plyr--video.plyr--menu-open {
  overflow: visible;
}

.plyr__video-wrapper {
  background: var(--plyr-video-background, var(--plyr-video-background, rgb(0, 0, 0)));
  border-radius: inherit;
  height: 100%;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.plyr__video-embed,
.plyr__video-wrapper--fixed-ratio {
  aspect-ratio: 16/9;
}
@supports not (aspect-ratio: 16/9) {
  .plyr__video-embed,
.plyr__video-wrapper--fixed-ratio {
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
  }
}

.plyr__video-embed iframe,
.plyr__video-wrapper--fixed-ratio video {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.plyr--full-ui .plyr__video-embed > .plyr__video-embed__container {
  padding-bottom: 240%;
  position: relative;
  transform: translateY(-38.28125%);
}

.plyr--video .plyr__controls {
  background: var(--plyr-video-controls-background, linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75)));
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  bottom: 0;
  color: var(--plyr-video-control-color, #fff);
  left: 0;
  padding: calc(var(--plyr-control-spacing, 10px) / 2);
  padding-top: calc(var(--plyr-control-spacing, 10px) * 2);
  position: absolute;
  right: 0;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  z-index: 3;
}
@media (min-width: 480px) {
  .plyr--video .plyr__controls {
    padding: var(--plyr-control-spacing, 10px);
    padding-top: calc(var(--plyr-control-spacing, 10px) * 3.5);
  }
}

.plyr--video.plyr--hide-controls .plyr__controls {
  opacity: 0;
  pointer-events: none;
  transform: translateY(100%);
}

.plyr--video .plyr__control:focus-visible, .plyr--video .plyr__control:hover, .plyr--video .plyr__control[aria-expanded=true] {
  background: var(--plyr-video-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, hsl(198deg, 100%, 50%))));
  color: var(--plyr-video-control-color-hover, #fff);
}

.plyr__control--overlaid {
  background: var(--plyr-video-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, hsl(198deg, 100%, 50%))));
  border: 0;
  border-radius: 100%;
  color: var(--plyr-video-control-color, #fff);
  display: none;
  left: 50%;
  opacity: 0.9;
  padding: calc(var(--plyr-control-spacing, 10px) * 1.5);
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
  z-index: 2;
}
.plyr__control--overlaid svg {
  left: 2px;
  position: relative;
}
.plyr__control--overlaid:hover, .plyr__control--overlaid:focus {
  opacity: 1;
}

.plyr--playing .plyr__control--overlaid {
  opacity: 0;
  visibility: hidden;
}

.plyr--full-ui.plyr--video .plyr__control--overlaid {
  display: block;
}

.plyr--full-ui.plyr--video input[type=range]::-webkit-slider-runnable-track {
  background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25)));
}
.plyr--full-ui.plyr--video input[type=range]::-moz-range-track {
  background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25)));
}
.plyr--full-ui.plyr--video input[type=range]::-ms-track {
  background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25)));
}
.plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb {
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5));
}
.plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb {
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5));
}
.plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb {
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5));
}

.plyr--video .plyr__progress__buffer {
  color: var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25));
}

.plyr:fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}
.plyr:fullscreen video {
  height: 100%;
}
.plyr:fullscreen .plyr__control .icon--exit-fullscreen {
  display: block;
}
.plyr:fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}
.plyr:fullscreen.plyr--hide-controls {
  cursor: none;
}
@media (min-width: 1024px) {
  .plyr:fullscreen .plyr__captions {
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
}

.plyr--fullscreen-fallback {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
  position: fixed;
  inset: 0;
  z-index: 10000000;
}
.plyr--fullscreen-fallback video {
  height: 100%;
}
.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen {
  display: block;
}
.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}
.plyr--fullscreen-fallback.plyr--hide-controls {
  cursor: none;
}
@media (min-width: 1024px) {
  .plyr--fullscreen-fallback .plyr__captions {
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
}

.plyr__ads {
  border-radius: inherit;
  cursor: pointer;
  inset: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.plyr__ads > div,
.plyr__ads > div iframe {
  height: 100%;
  position: absolute;
  width: 100%;
}
.plyr__ads::after {
  background: hsl(216deg, 15%, 16%);
  border-radius: 2px;
  bottom: var(--plyr-control-spacing, 10px);
  color: #fff;
  content: attr(data-badge-text);
  font-size: 11px;
  padding: 2px 6px;
  pointer-events: none;
  position: absolute;
  right: var(--plyr-control-spacing, 10px);
  z-index: 3;
}
.plyr__ads:empty::after {
  display: none;
}

.plyr__cues {
  background: currentColor;
  display: block;
  height: var(--plyr-range-track-height, 5px);
  left: 0;
  opacity: 0.8;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  z-index: 3;
}

.plyr__preview-thumb {
  background-color: var(--plyr-tooltip-background, #fff);
  border-radius: var(--plyr-menu-radius, 8px);
  bottom: 100%;
  box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
  margin-bottom: calc(calc(var(--plyr-control-spacing, 10px) / 2) * 2);
  opacity: 0;
  padding: 3px;
  pointer-events: none;
  position: absolute;
  transform: translate(0, 10px) scale(0.8);
  transform-origin: 50% 100%;
  transition: transform 0.2s 0.1s ease, opacity 0.2s 0.1s ease;
  z-index: 2;
}
.plyr__preview-thumb--is-shown {
  opacity: 1;
  transform: translate(0, 0) scale(1);
}
.plyr__preview-thumb::before {
  border-left: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-right: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-top: var(--plyr-tooltip-arrow-size, 4px) solid var(--plyr-tooltip-background, #fff);
  bottom: calc(var(--plyr-tooltip-arrow-size, 4px) * -1);
  content: "";
  height: 0;
  left: calc(50% + var(--preview-arrow-offset));
  position: absolute;
  transform: translateX(-50%);
  width: 0;
  z-index: 2;
}
.plyr__preview-thumb__image-container {
  background: hsl(216deg, 15%, 79%);
  border-radius: calc(var(--plyr-menu-radius, 8px) - 1px);
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.plyr__preview-thumb__image-container img, .plyr__preview-thumb__image-container::after {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.plyr__preview-thumb__image-container::after {
  border-radius: inherit;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.15);
  content: "";
  pointer-events: none;
}
.plyr__preview-thumb__image-container img {
  max-height: none;
  max-width: none;
}
.plyr__preview-thumb__time-container {
  background: var(--plyr-video-controls-background, linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75)));
  border-bottom-left-radius: calc(var(--plyr-menu-radius, 8px) - 1px);
  border-bottom-right-radius: calc(var(--plyr-menu-radius, 8px) - 1px);
  bottom: 0;
  left: 0;
  line-height: 1.1;
  padding: 20px 6px 6px;
  position: absolute;
  right: 0;
  z-index: 3;
}
.plyr__preview-thumb__time-container span {
  color: #fff;
  font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px));
}

.plyr__preview-scrubbing {
  filter: blur(1px);
  height: 100%;
  inset: 0;
  margin: auto;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  transition: opacity 0.3s ease;
  width: 100%;
  z-index: 1;
}
.plyr__preview-scrubbing--is-shown {
  opacity: 1;
}
.plyr__preview-scrubbing img {
  height: 100%;
  left: 0;
  max-height: none;
  max-width: none;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  top: 0;
  width: 100%;
}

.plyr--no-transition {
  transition: none !important;
}

.plyr__sr-only {
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  border: 0 !important;
  height: 1px !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

.plyr [hidden] {
  display: none !important;
}

.atom-ButtonPrimary, .comp-FormWithTextContent .form-column .form-wrapper form input[type=submit], .comp-FormWithTextContent .form-column .form-wrapper form button, .comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form input[type=submit], .comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form button, .comp-CtaNewsletterSignup .form-column form input[type=submit], .comp-CtaNewsletterSignup .form-column form button {
  display: inline-block;
  background-color: #62929e;
  border: 1px solid #62929e;
  border-radius: 2px;
  color: #ffffff;
  font-family: "Poppins";
  font-weight: 500;
  line-height: 1.79;
  letter-spacing: 0.75px;
  text-transform: uppercase;
  transition: transform 300ms ease, box-shadow 300ms ease;
  margin-bottom: 8px;
}
.atom-ButtonPrimary, .comp-FormWithTextContent .form-column .form-wrapper form input[type=submit], .comp-FormWithTextContent .form-column .form-wrapper form button, .comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form input[type=submit], .comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form button, .comp-CtaNewsletterSignup .form-column form input[type=submit], .comp-CtaNewsletterSignup .form-column form button {
  font-size: 13px;
}
@media screen and (min-width: 640px) {
  .atom-ButtonPrimary, .comp-FormWithTextContent .form-column .form-wrapper form input[type=submit], .comp-FormWithTextContent .form-column .form-wrapper form button, .comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form input[type=submit], .comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form button, .comp-CtaNewsletterSignup .form-column form input[type=submit], .comp-CtaNewsletterSignup .form-column form button {
    font-size: calc(0.125vw + 12.2px);
  }
}
@media screen and (min-width: 1440px) {
  .atom-ButtonPrimary, .comp-FormWithTextContent .form-column .form-wrapper form input[type=submit], .comp-FormWithTextContent .form-column .form-wrapper form button, .comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form input[type=submit], .comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form button, .comp-CtaNewsletterSignup .form-column form input[type=submit], .comp-CtaNewsletterSignup .form-column form button {
    font-size: 14px;
  }
}
.atom-ButtonPrimary, .comp-FormWithTextContent .form-column .form-wrapper form input[type=submit], .comp-FormWithTextContent .form-column .form-wrapper form button, .comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form input[type=submit], .comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form button, .comp-CtaNewsletterSignup .form-column form input[type=submit], .comp-CtaNewsletterSignup .form-column form button {
  padding-top: 6px;
}
@media screen and (min-width: 640px) {
  .atom-ButtonPrimary, .comp-FormWithTextContent .form-column .form-wrapper form input[type=submit], .comp-FormWithTextContent .form-column .form-wrapper form button, .comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form input[type=submit], .comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form button, .comp-CtaNewsletterSignup .form-column form input[type=submit], .comp-CtaNewsletterSignup .form-column form button {
    padding-top: calc(1vw - 0.4px);
  }
}
@media screen and (min-width: 1440px) {
  .atom-ButtonPrimary, .comp-FormWithTextContent .form-column .form-wrapper form input[type=submit], .comp-FormWithTextContent .form-column .form-wrapper form button, .comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form input[type=submit], .comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form button, .comp-CtaNewsletterSignup .form-column form input[type=submit], .comp-CtaNewsletterSignup .form-column form button {
    padding-top: 14px;
  }
}
.atom-ButtonPrimary, .comp-FormWithTextContent .form-column .form-wrapper form input[type=submit], .comp-FormWithTextContent .form-column .form-wrapper form button, .comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form input[type=submit], .comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form button, .comp-CtaNewsletterSignup .form-column form input[type=submit], .comp-CtaNewsletterSignup .form-column form button {
  padding-bottom: 6px;
}
@media screen and (min-width: 640px) {
  .atom-ButtonPrimary, .comp-FormWithTextContent .form-column .form-wrapper form input[type=submit], .comp-FormWithTextContent .form-column .form-wrapper form button, .comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form input[type=submit], .comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form button, .comp-CtaNewsletterSignup .form-column form input[type=submit], .comp-CtaNewsletterSignup .form-column form button {
    padding-bottom: calc(1vw - 0.4px);
  }
}
@media screen and (min-width: 1440px) {
  .atom-ButtonPrimary, .comp-FormWithTextContent .form-column .form-wrapper form input[type=submit], .comp-FormWithTextContent .form-column .form-wrapper form button, .comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form input[type=submit], .comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form button, .comp-CtaNewsletterSignup .form-column form input[type=submit], .comp-CtaNewsletterSignup .form-column form button {
    padding-bottom: 14px;
  }
}
.atom-ButtonPrimary, .comp-FormWithTextContent .form-column .form-wrapper form input[type=submit], .comp-FormWithTextContent .form-column .form-wrapper form button, .comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form input[type=submit], .comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form button, .comp-CtaNewsletterSignup .form-column form input[type=submit], .comp-CtaNewsletterSignup .form-column form button {
  padding-left: 16px;
}
@media screen and (min-width: 640px) {
  .atom-ButtonPrimary, .comp-FormWithTextContent .form-column .form-wrapper form input[type=submit], .comp-FormWithTextContent .form-column .form-wrapper form button, .comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form input[type=submit], .comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form button, .comp-CtaNewsletterSignup .form-column form input[type=submit], .comp-CtaNewsletterSignup .form-column form button {
    padding-left: calc(2vw + 3.2px);
  }
}
@media screen and (min-width: 1440px) {
  .atom-ButtonPrimary, .comp-FormWithTextContent .form-column .form-wrapper form input[type=submit], .comp-FormWithTextContent .form-column .form-wrapper form button, .comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form input[type=submit], .comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form button, .comp-CtaNewsletterSignup .form-column form input[type=submit], .comp-CtaNewsletterSignup .form-column form button {
    padding-left: 32px;
  }
}
.atom-ButtonPrimary, .comp-FormWithTextContent .form-column .form-wrapper form input[type=submit], .comp-FormWithTextContent .form-column .form-wrapper form button, .comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form input[type=submit], .comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form button, .comp-CtaNewsletterSignup .form-column form input[type=submit], .comp-CtaNewsletterSignup .form-column form button {
  padding-right: 16px;
}
@media screen and (min-width: 640px) {
  .atom-ButtonPrimary, .comp-FormWithTextContent .form-column .form-wrapper form input[type=submit], .comp-FormWithTextContent .form-column .form-wrapper form button, .comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form input[type=submit], .comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form button, .comp-CtaNewsletterSignup .form-column form input[type=submit], .comp-CtaNewsletterSignup .form-column form button {
    padding-right: calc(2vw + 3.2px);
  }
}
@media screen and (min-width: 1440px) {
  .atom-ButtonPrimary, .comp-FormWithTextContent .form-column .form-wrapper form input[type=submit], .comp-FormWithTextContent .form-column .form-wrapper form button, .comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form input[type=submit], .comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form button, .comp-CtaNewsletterSignup .form-column form input[type=submit], .comp-CtaNewsletterSignup .form-column form button {
    padding-right: 32px;
  }
}
.atom-ButtonPrimary:hover, .comp-FormWithTextContent .form-column .form-wrapper form input[type=submit]:hover, .comp-FormWithTextContent .form-column .form-wrapper form button:hover, .comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form input[type=submit]:hover, .comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form button:hover, .comp-CtaNewsletterSignup .form-column form input[type=submit]:hover, .comp-CtaNewsletterSignup .form-column form button:hover {
  box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.5);
  transform: translateY(-5px);
}

.atom-ButtonOutline, .comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form input[type=submit], .comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form button {
  display: inline-block;
  font-family: "Montserrat";
  font-weight: 400;
  line-height: 1.4;
  font-style: normal;
  letter-spacing: 0px;
  background-color: transparent;
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 2px;
  transition: transform 300ms ease, box-shadow 300ms ease;
  margin-bottom: 8px;
}
.atom-ButtonOutline, .comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form input[type=submit], .comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form button {
  padding-top: 6px;
}
@media screen and (min-width: 640px) {
  .atom-ButtonOutline, .comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form input[type=submit], .comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form button {
    padding-top: calc(0.75vw + 1.2px);
  }
}
@media screen and (min-width: 1440px) {
  .atom-ButtonOutline, .comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form input[type=submit], .comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form button {
    padding-top: 12px;
  }
}
.atom-ButtonOutline, .comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form input[type=submit], .comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form button {
  padding-bottom: 6px;
}
@media screen and (min-width: 640px) {
  .atom-ButtonOutline, .comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form input[type=submit], .comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form button {
    padding-bottom: calc(0.75vw + 1.2px);
  }
}
@media screen and (min-width: 1440px) {
  .atom-ButtonOutline, .comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form input[type=submit], .comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form button {
    padding-bottom: 12px;
  }
}
.atom-ButtonOutline, .comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form input[type=submit], .comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form button {
  padding-left: 18px;
}
@media screen and (min-width: 640px) {
  .atom-ButtonOutline, .comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form input[type=submit], .comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form button {
    padding-left: calc(2.25vw + 3.6px);
  }
}
@media screen and (min-width: 1440px) {
  .atom-ButtonOutline, .comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form input[type=submit], .comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form button {
    padding-left: 36px;
  }
}
.atom-ButtonOutline, .comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form input[type=submit], .comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form button {
  padding-right: 18px;
}
@media screen and (min-width: 640px) {
  .atom-ButtonOutline, .comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form input[type=submit], .comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form button {
    padding-right: calc(2.25vw + 3.6px);
  }
}
@media screen and (min-width: 1440px) {
  .atom-ButtonOutline, .comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form input[type=submit], .comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form button {
    padding-right: 36px;
  }
}
.atom-ButtonOutline, .comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form input[type=submit], .comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form button {
  font-size: 12px;
}
@media screen and (min-width: 640px) {
  .atom-ButtonOutline, .comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form input[type=submit], .comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form button {
    font-size: calc(0.25vw + 10.4px);
  }
}
@media screen and (min-width: 1440px) {
  .atom-ButtonOutline, .comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form input[type=submit], .comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form button {
    font-size: 14px;
  }
}
.atom-ButtonOutline:hover, .comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form input[type=submit]:hover, .comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form button:hover {
  box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.5);
  transform: translateY(-5px);
}

.el-Breadcrumb ul {
  display: flex;
  align-items: center;
}
.el-Breadcrumb ul li {
  position: relative;
}
.el-Breadcrumb ul li:nth-child(n+3) {
  display: none;
}
.el-Breadcrumb ul li a {
  font-family: "Poppins";
  font-weight: 400;
  line-height: 1.6;
  font-style: normal;
  letter-spacing: 0px;
  display: block;
  color: #ffffff;
  opacity: 1;
  transition: opacity 200ms;
}
.el-Breadcrumb ul li a {
  font-size: 13px;
}
@media screen and (min-width: 640px) {
  .el-Breadcrumb ul li a {
    font-size: calc(0.375vw + 10.6px);
  }
}
@media screen and (min-width: 1440px) {
  .el-Breadcrumb ul li a {
    font-size: 16px;
  }
}
.el-Breadcrumb ul li a:hover {
  opacity: 0.6;
}
.el-Breadcrumb ul li:first-child a {
  color: #ffffff;
  position: relative;
  padding-left: 30px;
}
.el-Breadcrumb ul li:first-child a:before {
  content: "";
  width: 6px;
  height: 16px;
  background-color: #ffffff;
  position: absolute;
  left: 0;
}
.el-Breadcrumb ul li:first-child a:before {
  top: 2px;
}
@media screen and (min-width: 640px) {
  .el-Breadcrumb ul li:first-child a:before {
    top: calc(0.25vw + 0.4px);
  }
}
@media screen and (min-width: 1440px) {
  .el-Breadcrumb ul li:first-child a:before {
    top: 4px;
  }
}
.el-Breadcrumb ul li + li {
  margin-left: 18px;
}
.el-Breadcrumb ul li + li:before {
  font-family: "Poppins";
  font-weight: 400;
  line-height: 1.6;
  font-style: normal;
  letter-spacing: 0px;
  content: "\B7";
  left: -10px;
  position: absolute;
  color: #ffffff;
}
.el-Breadcrumb ul li + li:before {
  font-size: 13px;
}
@media screen and (min-width: 640px) {
  .el-Breadcrumb ul li + li:before {
    font-size: calc(0.375vw + 10.6px);
  }
}
@media screen and (min-width: 1440px) {
  .el-Breadcrumb ul li + li:before {
    font-size: 16px;
  }
}

.el-NavBarTransparentOverlay {
  position: relative;
  height: 112px;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 64.0625rem) {
  .el-NavBarTransparentOverlay {
    height: 134px;
  }
}
.el-NavBarTransparentOverlay .hamburger {
  cursor: pointer;
  position: absolute;
  left: 28px;
  top: calc(50% - 9px);
  z-index: 2;
}
@media only screen and (min-width: 64.0625rem) {
  .el-NavBarTransparentOverlay .hamburger {
    left: 60px;
  }
}
.el-NavBarTransparentOverlay .hamburger span {
  display: block;
  background-color: #ffffff;
  height: 2px;
  width: 18px;
  margin-top: 6px;
}
.el-NavBarTransparentOverlay .hamburger span:first-child {
  margin-top: 0;
}
.el-NavBarTransparentOverlay .center-content-column {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 75.0625rem) {
  .el-NavBarTransparentOverlay .center-content-column {
    justify-content: space-between;
  }
}
.el-NavBarTransparentOverlay .center-content-column .logo {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
  flex-shrink: 0;
}
@media only screen and (min-width: 75.0625rem) {
  .el-NavBarTransparentOverlay .center-content-column .logo {
    margin-right: 42px;
    justify-content: flex-start;
    flex-grow: 0;
  }
}
.el-NavBarTransparentOverlay .center-content-column .logo a {
  display: block;
}
.el-NavBarTransparentOverlay .center-content-column .logo a {
  width: 125px;
}
@media screen and (min-width: 640px) {
  .el-NavBarTransparentOverlay .center-content-column .logo a {
    width: calc(15.625vw + 25px);
  }
}
@media screen and (min-width: 1440px) {
  .el-NavBarTransparentOverlay .center-content-column .logo a {
    width: 250px;
  }
}
.el-NavBarTransparentOverlay .center-content-column .logo a img {
  display: block;
  max-width: 100%;
}
.el-NavBarTransparentOverlay .center-content-column .main-navigation {
  display: none;
  align-items: center;
  justify-content: flex-end;
  flex-grow: 1;
}
.el-NavBarTransparentOverlay .center-content-column .main-navigation {
  padding-right: 20px;
}
@media screen and (min-width: 640px) {
  .el-NavBarTransparentOverlay .center-content-column .main-navigation {
    padding-right: calc(2.5vw + 4px);
  }
}
@media screen and (min-width: 1440px) {
  .el-NavBarTransparentOverlay .center-content-column .main-navigation {
    padding-right: 40px;
  }
}
@media only screen and (min-width: 75.0625rem) {
  .el-NavBarTransparentOverlay .center-content-column .main-navigation {
    display: flex;
  }
}
.el-NavBarTransparentOverlay .center-content-column .main-navigation .nav-links-wrapper {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
.el-NavBarTransparentOverlay .center-content-column .main-navigation .nav-links-wrapper a {
  font-family: "Poppins";
  font-weight: 400;
  line-height: 1.5;
  font-style: normal;
  letter-spacing: 0px;
  color: #ffffff;
  display: block;
  transition: opacity 200ms;
  position: relative;
}
.el-NavBarTransparentOverlay .center-content-column .main-navigation .nav-links-wrapper a {
  margin-left: 20px;
}
@media screen and (min-width: 640px) {
  .el-NavBarTransparentOverlay .center-content-column .main-navigation .nav-links-wrapper a {
    margin-left: calc(2.5vw + 4px);
  }
}
@media screen and (min-width: 1440px) {
  .el-NavBarTransparentOverlay .center-content-column .main-navigation .nav-links-wrapper a {
    margin-left: 40px;
  }
}
.el-NavBarTransparentOverlay .center-content-column .main-navigation .nav-links-wrapper a {
  font-size: 14px;
}
@media screen and (min-width: 640px) {
  .el-NavBarTransparentOverlay .center-content-column .main-navigation .nav-links-wrapper a {
    font-size: calc(0.5vw + 10.8px);
  }
}
@media screen and (min-width: 1440px) {
  .el-NavBarTransparentOverlay .center-content-column .main-navigation .nav-links-wrapper a {
    font-size: 18px;
  }
}
.el-NavBarTransparentOverlay .center-content-column .main-navigation .nav-links-wrapper a:after {
  content: "";
  position: absolute;
  background-color: #c3c8d1;
  left: 0px;
  right: 0px;
  bottom: -2px;
  height: 2px;
  opacity: 0;
  transition: all 200ms;
}
.el-NavBarTransparentOverlay .center-content-column .main-navigation .nav-links-wrapper a:hover:after {
  opacity: 0.5;
}
.el-NavBarTransparentOverlay .state-icon-wrapper {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 28px;
  top: 0;
  bottom: 0;
}
@media only screen and (min-width: 48.0625rem) {
  .el-NavBarTransparentOverlay .state-icon-wrapper {
    display: flex;
  }
}
@media only screen and (min-width: 90.0625rem) {
  .el-NavBarTransparentOverlay .state-icon-wrapper {
    right: 7.4%;
  }
}
.el-NavBarTransparentOverlay .state-icon-wrapper img,
.el-NavBarTransparentOverlay .state-icon-wrapper .inline-svg-wrapper {
  width: 36px;
}
.el-NavBarTransparentOverlay .state-icon-wrapper img svg *,
.el-NavBarTransparentOverlay .state-icon-wrapper .inline-svg-wrapper svg * {
  fill: #ffffff;
}
.el-NavBarTransparentOverlay .state-icon-wrapper .text {
  color: #ffffff;
  font-family: "Poppins";
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1.25px;
  text-transform: uppercase;
  margin-top: 12px;
}
.el-NavBarTransparentOverlay .state-icon-wrapper .text {
  font-size: 10px;
}
@media screen and (min-width: 640px) {
  .el-NavBarTransparentOverlay .state-icon-wrapper .text {
    font-size: calc(0vw + 10px);
  }
}
@media screen and (min-width: 1440px) {
  .el-NavBarTransparentOverlay .state-icon-wrapper .text {
    font-size: 10px;
  }
}
.el-NavBarTransparentOverlay.has-hidden-elements .hamburger {
  opacity: 0;
}
.el-NavBarTransparentOverlay.has-hidden-elements .logo {
  opacity: 0;
}
.el-NavBarTransparentOverlay.has-hidden-elements .nav-links-wrapper {
  overflow: hidden;
}
.el-NavBarTransparentOverlay.has-hidden-elements .nav-links-wrapper a {
  opacity: 0;
}
.el-NavBarTransparentOverlay.has-hidden-elements .state-icon-wrapper {
  opacity: 0;
}

.comp-NavBarStandalone {
  position: relative;
  height: 112px;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 64.0625rem) {
  .comp-NavBarStandalone {
    height: 134px;
  }
}
.comp-NavBarStandalone .hamburger {
  cursor: pointer;
  position: absolute;
  left: 28px;
  top: calc(50% - 9px);
}
@media only screen and (min-width: 64.0625rem) {
  .comp-NavBarStandalone .hamburger {
    left: 60px;
  }
}
.comp-NavBarStandalone .hamburger span {
  display: block;
  background-color: #5f832a;
  height: 2px;
  width: 18px;
  margin-top: 6px;
}
.comp-NavBarStandalone .hamburger span:first-child {
  margin-top: 0;
}
.comp-NavBarStandalone .center-content-column {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 75.0625rem) {
  .comp-NavBarStandalone .center-content-column {
    justify-content: space-between;
  }
}
.comp-NavBarStandalone .center-content-column .logo {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
  flex-shrink: 0;
}
@media only screen and (min-width: 75.0625rem) {
  .comp-NavBarStandalone .center-content-column .logo {
    margin-right: 42px;
    justify-content: flex-start;
    flex-grow: 0;
  }
}
.comp-NavBarStandalone .center-content-column .logo a {
  display: block;
}
.comp-NavBarStandalone .center-content-column .logo a {
  width: 125px;
}
@media screen and (min-width: 640px) {
  .comp-NavBarStandalone .center-content-column .logo a {
    width: calc(15.625vw + 25px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-NavBarStandalone .center-content-column .logo a {
    width: 250px;
  }
}
.comp-NavBarStandalone .center-content-column .logo a img {
  display: block;
  max-width: 100%;
}
.comp-NavBarStandalone .center-content-column .main-navigation {
  display: none;
  align-items: center;
  justify-content: flex-end;
  flex-grow: 1;
}
.comp-NavBarStandalone .center-content-column .main-navigation {
  padding-right: 20px;
}
@media screen and (min-width: 640px) {
  .comp-NavBarStandalone .center-content-column .main-navigation {
    padding-right: calc(2.5vw + 4px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-NavBarStandalone .center-content-column .main-navigation {
    padding-right: 40px;
  }
}
@media only screen and (min-width: 75.0625rem) {
  .comp-NavBarStandalone .center-content-column .main-navigation {
    display: flex;
  }
}
.comp-NavBarStandalone .center-content-column .main-navigation .nav-links-wrapper {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
.comp-NavBarStandalone .center-content-column .main-navigation .nav-links-wrapper a {
  font-family: "Poppins";
  font-weight: 400;
  line-height: 1.5;
  font-style: normal;
  letter-spacing: 0px;
  color: #1a1a1a;
  display: block;
  transition: opacity 200ms;
  position: relative;
}
.comp-NavBarStandalone .center-content-column .main-navigation .nav-links-wrapper a {
  margin-left: 20px;
}
@media screen and (min-width: 640px) {
  .comp-NavBarStandalone .center-content-column .main-navigation .nav-links-wrapper a {
    margin-left: calc(2.5vw + 4px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-NavBarStandalone .center-content-column .main-navigation .nav-links-wrapper a {
    margin-left: 40px;
  }
}
.comp-NavBarStandalone .center-content-column .main-navigation .nav-links-wrapper a {
  font-size: 14px;
}
@media screen and (min-width: 640px) {
  .comp-NavBarStandalone .center-content-column .main-navigation .nav-links-wrapper a {
    font-size: calc(0.5vw + 10.8px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-NavBarStandalone .center-content-column .main-navigation .nav-links-wrapper a {
    font-size: 18px;
  }
}
.comp-NavBarStandalone .center-content-column .main-navigation .nav-links-wrapper a:after {
  content: "";
  position: absolute;
  background-color: #c3c8d1;
  left: 0px;
  right: 0px;
  bottom: -2px;
  height: 2px;
  opacity: 0;
  transition: all 200ms;
}
.comp-NavBarStandalone .center-content-column .main-navigation .nav-links-wrapper a:hover:after {
  opacity: 0.5;
}
.comp-NavBarStandalone .state-icon-wrapper {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 28px;
  top: 0;
  bottom: 0;
}
@media only screen and (min-width: 48.0625rem) {
  .comp-NavBarStandalone .state-icon-wrapper {
    display: flex;
  }
}
@media only screen and (min-width: 90.0625rem) {
  .comp-NavBarStandalone .state-icon-wrapper {
    right: 7.4%;
  }
}
.comp-NavBarStandalone .state-icon-wrapper img,
.comp-NavBarStandalone .state-icon-wrapper .inline-svg-wrapper {
  width: 36px;
}
.comp-NavBarStandalone .state-icon-wrapper .text {
  color: #62929e;
  font-family: "Poppins";
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1.25px;
  text-transform: uppercase;
  margin-top: 12px;
}
.comp-NavBarStandalone .state-icon-wrapper .text {
  font-size: 10px;
}
@media screen and (min-width: 640px) {
  .comp-NavBarStandalone .state-icon-wrapper .text {
    font-size: calc(0vw + 10px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-NavBarStandalone .state-icon-wrapper .text {
    font-size: 10px;
  }
}

.comp-NavOverlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background-color: #5f832a;
  overflow-y: auto;
  visibility: hidden;
  opacity: 0;
  transition: opacity 300ms, visibility 300ms 1ms, z-index 300ms 1ms;
}
.comp-NavOverlay:before {
  background-image: url("/built/images/background-pattern-1.svg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
}
@media only screen and (min-width: 48.0625rem) {
  .comp-NavOverlay:before {
    left: 63%;
  }
}
.comp-NavOverlay a {
  color: #ffffff;
}
.comp-NavOverlay a svg * {
  fill: #ffffff;
}
.comp-NavOverlay .nav-bar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 112px;
}
@media only screen and (min-width: 64.0625rem) {
  .comp-NavOverlay .nav-bar {
    height: 134px;
  }
}
.comp-NavOverlay .nav-bar .close-x {
  width: 28px;
  height: 28px;
  cursor: pointer;
  position: absolute;
  left: 24px;
  top: calc(50% - 12px);
}
@media only screen and (min-width: 64.0625rem) {
  .comp-NavOverlay .nav-bar .close-x {
    left: 56px;
  }
}
.comp-NavOverlay .nav-bar .close-x:before, .comp-NavOverlay .nav-bar .close-x:after {
  display: block;
  content: "";
  position: relative;
  transition: transform 0.2s;
  height: 3px;
  width: 24px;
  background-color: #ffffff;
  left: 2px;
}
.comp-NavOverlay .nav-bar .close-x:before {
  transform: rotate(-45deg);
  top: 11px;
}
.comp-NavOverlay .nav-bar .close-x:after {
  transform: rotate(45deg);
  top: 8px;
}
.comp-NavOverlay .content-wrapper {
  display: flex;
  align-items: center;
  min-height: 100%;
  box-sizing: border-box;
  justify-content: center;
  overflow: hidden;
}
.comp-NavOverlay .content-wrapper .navigations {
  display: flex;
  align-items: center;
  width: 1200px;
  max-width: 100%;
  flex-direction: column;
}
.comp-NavOverlay .content-wrapper .navigations {
  padding-top: 80px;
}
@media screen and (min-width: 640px) {
  .comp-NavOverlay .content-wrapper .navigations {
    padding-top: calc(7.5vw + 32px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-NavOverlay .content-wrapper .navigations {
    padding-top: 140px;
  }
}
.comp-NavOverlay .content-wrapper .navigations {
  padding-bottom: 24px;
}
@media screen and (min-width: 640px) {
  .comp-NavOverlay .content-wrapper .navigations {
    padding-bottom: calc(5vw - 8px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-NavOverlay .content-wrapper .navigations {
    padding-bottom: 64px;
  }
}
.comp-NavOverlay .content-wrapper .navigations {
  padding-left: 24px;
}
@media screen and (min-width: 640px) {
  .comp-NavOverlay .content-wrapper .navigations {
    padding-left: calc(5vw - 8px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-NavOverlay .content-wrapper .navigations {
    padding-left: 64px;
  }
}
.comp-NavOverlay .content-wrapper .navigations {
  padding-right: 24px;
}
@media screen and (min-width: 640px) {
  .comp-NavOverlay .content-wrapper .navigations {
    padding-right: calc(5vw - 8px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-NavOverlay .content-wrapper .navigations {
    padding-right: 64px;
  }
}
@media only screen and (min-width: 48.0625rem) {
  .comp-NavOverlay .content-wrapper .navigations {
    flex-direction: row;
    align-items: flex-end;
  }
}
.comp-NavOverlay .content-wrapper .navigations .main-navigation {
  flex-basis: 50%;
  text-align: center;
  position: relative;
}
@media only screen and (min-width: 48.0625rem) {
  .comp-NavOverlay .content-wrapper .navigations .main-navigation {
    text-align: left;
  }
}
.comp-NavOverlay .content-wrapper .navigations .main-navigation li {
  margin-bottom: 4px;
  transform: translateY(12px);
  opacity: 0;
  visibility: hidden;
}
.comp-NavOverlay .content-wrapper .navigations .main-navigation li:last-child {
  margin-bottom: 0;
}
.comp-NavOverlay .content-wrapper .navigations .main-navigation li a {
  font-family: "Poppins";
  font-weight: 500;
  line-height: 1.3;
  font-style: normal;
  letter-spacing: 0px;
  position: relative;
}
.comp-NavOverlay .content-wrapper .navigations .main-navigation li a {
  font-size: 42px;
}
@media screen and (min-width: 640px) {
  .comp-NavOverlay .content-wrapper .navigations .main-navigation li a {
    font-size: calc(2vw + 29.2px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-NavOverlay .content-wrapper .navigations .main-navigation li a {
    font-size: 58px;
  }
}
.comp-NavOverlay .content-wrapper .navigations .main-navigation li a:after {
  opacity: 0;
  transition: opacity 0.25s ease;
  content: "";
  background-color: rgba(255, 255, 255, 0.25);
  position: absolute;
  left: 0;
  right: 0;
  height: 0.1em;
  bottom: 0.3em;
}
.comp-NavOverlay .content-wrapper .navigations .main-navigation li a:hover:after {
  opacity: 1;
}
.comp-NavOverlay .content-wrapper .navigations .secondary-navigation {
  flex-grow: 1;
  padding-bottom: 24px;
  text-align: center;
  margin-top: 32px;
}
@media only screen and (min-width: 48.0625rem) {
  .comp-NavOverlay .content-wrapper .navigations .secondary-navigation {
    text-align: left;
    margin-top: 0;
    padding-left: 100px;
  }
}
.comp-NavOverlay .content-wrapper .navigations .secondary-navigation li {
  transform: translateY(10px);
  opacity: 0;
  visibility: hidden;
}
.comp-NavOverlay .content-wrapper .navigations .secondary-navigation li a {
  font-family: "Poppins";
  font-weight: 700;
  line-height: 1.29;
  position: relative;
}
.comp-NavOverlay .content-wrapper .navigations .secondary-navigation li a {
  font-size: 20px;
}
@media screen and (min-width: 640px) {
  .comp-NavOverlay .content-wrapper .navigations .secondary-navigation li a {
    font-size: calc(1vw + 13.6px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-NavOverlay .content-wrapper .navigations .secondary-navigation li a {
    font-size: 28px;
  }
}
.comp-NavOverlay .content-wrapper .navigations .secondary-navigation li a:after {
  opacity: 0;
  transition: opacity 0.25s ease;
  content: "";
  background-color: rgba(255, 255, 255, 0.25);
  position: absolute;
  left: 0;
  right: 0;
  height: 0.1em;
  bottom: 0.3em;
}
.comp-NavOverlay .content-wrapper .navigations .secondary-navigation li a:hover:after {
  opacity: 1;
}
.comp-NavOverlay.active {
  visibility: visible;
  opacity: 1;
  transition: opacity 400ms, visibility 1ms, z-index 1ms;
  z-index: 99;
}
.comp-NavOverlay.active .content-wrapper .navigations .main-navigation li {
  transform: translateY(0px);
  opacity: 1;
  visibility: visible;
}
.comp-NavOverlay.active .content-wrapper .navigations .main-navigation li:nth-child(1) {
  transition: visibility 1ms, opacity 300ms ease-out 80ms, transform 300ms ease-out 80ms;
}
.comp-NavOverlay.active .content-wrapper .navigations .main-navigation li:nth-child(2) {
  transition: visibility 1ms, opacity 300ms ease-out 160ms, transform 300ms ease-out 160ms;
}
.comp-NavOverlay.active .content-wrapper .navigations .main-navigation li:nth-child(3) {
  transition: visibility 1ms, opacity 300ms ease-out 240ms, transform 300ms ease-out 240ms;
}
.comp-NavOverlay.active .content-wrapper .navigations .main-navigation li:nth-child(4) {
  transition: visibility 1ms, opacity 300ms ease-out 320ms, transform 300ms ease-out 320ms;
}
.comp-NavOverlay.active .content-wrapper .navigations .main-navigation li:nth-child(5) {
  transition: visibility 1ms, opacity 300ms ease-out 400ms, transform 300ms ease-out 400ms;
}
.comp-NavOverlay.active .content-wrapper .navigations .main-navigation li:nth-child(6) {
  transition: visibility 1ms, opacity 300ms ease-out 480ms, transform 300ms ease-out 480ms;
}
.comp-NavOverlay.active .content-wrapper .navigations .main-navigation li:nth-child(7) {
  transition: visibility 1ms, opacity 300ms ease-out 560ms, transform 300ms ease-out 560ms;
}
.comp-NavOverlay.active .content-wrapper .navigations .main-navigation li:nth-child(8) {
  transition: visibility 1ms, opacity 300ms ease-out 640ms, transform 300ms ease-out 640ms;
}
.comp-NavOverlay.active .content-wrapper .navigations .main-navigation li:nth-child(9) {
  transition: visibility 1ms, opacity 300ms ease-out 720ms, transform 300ms ease-out 720ms;
}
.comp-NavOverlay.active .content-wrapper .navigations .main-navigation li:nth-child(10) {
  transition: visibility 1ms, opacity 300ms ease-out 800ms, transform 300ms ease-out 800ms;
}
.comp-NavOverlay.active .content-wrapper .navigations .secondary-navigation li {
  transform: translateY(0px);
  opacity: 1;
  visibility: visible;
}
.comp-NavOverlay.active .content-wrapper .navigations .secondary-navigation li:nth-child(1) {
  transition: visibility 1ms, opacity 300ms ease-out 480ms, transform 300ms ease-out 480ms;
}
.comp-NavOverlay.active .content-wrapper .navigations .secondary-navigation li:nth-child(2) {
  transition: visibility 1ms, opacity 300ms ease-out 560ms, transform 300ms ease-out 560ms;
}
.comp-NavOverlay.active .content-wrapper .navigations .secondary-navigation li:nth-child(3) {
  transition: visibility 1ms, opacity 300ms ease-out 640ms, transform 300ms ease-out 640ms;
}
.comp-NavOverlay.active .content-wrapper .navigations .secondary-navigation li:nth-child(4) {
  transition: visibility 1ms, opacity 300ms ease-out 720ms, transform 300ms ease-out 720ms;
}
.comp-NavOverlay.active .content-wrapper .navigations .secondary-navigation li:nth-child(5) {
  transition: visibility 1ms, opacity 300ms ease-out 800ms, transform 300ms ease-out 800ms;
}
.comp-NavOverlay.active .content-wrapper .navigations .secondary-navigation li:nth-child(6) {
  transition: visibility 1ms, opacity 300ms ease-out 880ms, transform 300ms ease-out 880ms;
}
.comp-NavOverlay.active .content-wrapper .navigations .secondary-navigation li:nth-child(7) {
  transition: visibility 1ms, opacity 300ms ease-out 960ms, transform 300ms ease-out 960ms;
}
.comp-NavOverlay.active .content-wrapper .navigations .secondary-navigation li:nth-child(8) {
  transition: visibility 1ms, opacity 300ms ease-out 1040ms, transform 300ms ease-out 1040ms;
}
.comp-NavOverlay.active .content-wrapper .navigations .secondary-navigation li:nth-child(9) {
  transition: visibility 1ms, opacity 300ms ease-out 1120ms, transform 300ms ease-out 1120ms;
}
.comp-NavOverlay.active .content-wrapper .navigations .secondary-navigation li:nth-child(10) {
  transition: visibility 1ms, opacity 300ms ease-out 1200ms, transform 300ms ease-out 1200ms;
}

.comp-HeroContentImageSlider {
  position: relative;
  overflow: hidden;
}
.comp-HeroContentImageSlider:before {
  content: "";
  position: absolute;
  background-image: url("/built/images/placeholders/dot-bg-pattern.svg");
  height: 120px;
  bottom: 6px;
  right: 0;
  left: 7%;
  z-index: 1;
  display: none;
}
@media only screen and (min-width: 64.0625rem) {
  .comp-HeroContentImageSlider:before {
    display: block;
  }
}
.comp-HeroContentImageSlider:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 132px;
  left: 0;
  right: 0;
  background: repeating-linear-gradient(to right, #ffffff, #ffffff 220px, #f3f2f1 220px, #f3f2f1 221px);
}
.comp-HeroContentImageSlider .grid-container {
  overflow: visible;
  position: relative;
  z-index: 2;
}
.comp-HeroContentImageSlider .content-column {
  box-sizing: border-box;
}
.comp-HeroContentImageSlider .content-column {
  padding-top: 32px;
}
@media screen and (min-width: 640px) {
  .comp-HeroContentImageSlider .content-column {
    padding-top: calc(4vw + 6.4px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-HeroContentImageSlider .content-column {
    padding-top: 64px;
  }
}
.comp-HeroContentImageSlider .content-column {
  padding-bottom: 32px;
}
@media screen and (min-width: 640px) {
  .comp-HeroContentImageSlider .content-column {
    padding-bottom: calc(4vw + 6.4px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-HeroContentImageSlider .content-column {
    padding-bottom: 64px;
  }
}
@media only screen and (min-width: 64.0625rem) {
  .comp-HeroContentImageSlider .content-column {
    padding-top: 84px;
    min-height: 100vh;
  }
}
@media only screen and (min-width: 75.0625rem) {
  .comp-HeroContentImageSlider .content-column {
    padding-top: 124px;
  }
}
@media only screen and (min-width: 90.0625rem) {
  .comp-HeroContentImageSlider .content-column {
    padding-top: 154px;
  }
}
@media only screen and (min-width: 1580px) {
  .comp-HeroContentImageSlider .content-column {
    padding-top: 172px;
    padding-bottom: 60px;
  }
}
.comp-HeroContentImageSlider .content-column .next-image-wrap {
  margin-bottom: 32px;
}
@media screen and (min-width: 640px) {
  .comp-HeroContentImageSlider .content-column .next-image-wrap {
    margin-bottom: calc(4.75vw + 1.6px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-HeroContentImageSlider .content-column .next-image-wrap {
    margin-bottom: 70px;
  }
}
.comp-HeroContentImageSlider .content-column .next-image-wrap .next-image {
  color: #5f832a;
  font-family: "Montserrat";
  font-weight: 400;
  line-height: 1.6;
  font-style: normal;
  letter-spacing: 0px;
  position: relative;
  display: inline-block;
  padding-left: 30px;
  padding-right: 36px;
  cursor: pointer;
}
.comp-HeroContentImageSlider .content-column .next-image-wrap .next-image {
  font-size: 13px;
}
@media screen and (min-width: 640px) {
  .comp-HeroContentImageSlider .content-column .next-image-wrap .next-image {
    font-size: calc(0.375vw + 10.6px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-HeroContentImageSlider .content-column .next-image-wrap .next-image {
    font-size: 16px;
  }
}
.comp-HeroContentImageSlider .content-column .next-image-wrap .next-image:before {
  content: "";
  width: 6px;
  height: 12px;
  background-color: #5f832a;
  position: absolute;
  left: 0;
  top: calc(50% - 7px);
  transition: left 400ms ease;
}
.comp-HeroContentImageSlider .content-column .next-image-wrap .next-image .arrow-right {
  position: absolute;
  width: 8px;
  height: 12px;
  right: 0px;
  top: calc(50% - 6px);
  transition: right 400ms ease;
}
.comp-HeroContentImageSlider .content-column .next-image-wrap .next-image .arrow-right svg * {
  fill: #5f832a;
}
.comp-HeroContentImageSlider .content-column .next-image-wrap .next-image:hover:before {
  left: 6px;
}
.comp-HeroContentImageSlider .content-column .next-image-wrap .next-image:hover .arrow-right {
  right: 6px;
}
.comp-HeroContentImageSlider .content-column .text-slider .text-slide .slide-heading {
  font-family: "Poppins";
  font-weight: 500;
  line-height: 1.1;
  font-style: normal;
  letter-spacing: 0px;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 300ms ease-out 300ms, transform 400ms ease-out 300ms;
}
.comp-HeroContentImageSlider .content-column .text-slider .text-slide .slide-heading {
  font-size: 42px;
}
@media screen and (min-width: 640px) {
  .comp-HeroContentImageSlider .content-column .text-slider .text-slide .slide-heading {
    font-size: calc(5.25vw + 8.4px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-HeroContentImageSlider .content-column .text-slider .text-slide .slide-heading {
    font-size: 84px;
  }
}
.comp-HeroContentImageSlider .content-column .text-slider .text-slide .slide-content {
  margin-top: 16px;
}
@media screen and (min-width: 640px) {
  .comp-HeroContentImageSlider .content-column .text-slider .text-slide .slide-content {
    margin-top: calc(5vw - 16px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-HeroContentImageSlider .content-column .text-slider .text-slide .slide-content {
    margin-top: 56px;
  }
}
.comp-HeroContentImageSlider .content-column .text-slider .text-slide .slide-content .slide-subheading {
  font-family: "Poppins";
  font-weight: 500;
  line-height: 1.4;
  font-style: normal;
  letter-spacing: 0px;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 300ms ease-out 400ms, transform 400ms ease-out 400ms;
}
.comp-HeroContentImageSlider .content-column .text-slider .text-slide .slide-content .slide-subheading {
  font-size: 15px;
}
@media screen and (min-width: 640px) {
  .comp-HeroContentImageSlider .content-column .text-slider .text-slide .slide-content .slide-subheading {
    font-size: calc(0.875vw + 9.4px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-HeroContentImageSlider .content-column .text-slider .text-slide .slide-content .slide-subheading {
    font-size: 22px;
  }
}
.comp-HeroContentImageSlider .content-column .text-slider .text-slide .slide-content .slide-text {
  margin-top: 4px;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 300ms ease-out 500ms, transform 400ms ease-out 500ms;
}
.comp-HeroContentImageSlider .content-column .text-slider .text-slide .slide-content .slide-text p {
  font-family: "Montserrat";
  font-weight: 400;
  line-height: 1.4;
  font-style: normal;
  letter-spacing: 0px;
}
.comp-HeroContentImageSlider .content-column .text-slider .text-slide .slide-content .slide-text p {
  font-size: 12px;
}
@media screen and (min-width: 640px) {
  .comp-HeroContentImageSlider .content-column .text-slider .text-slide .slide-content .slide-text p {
    font-size: calc(0.25vw + 10.4px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-HeroContentImageSlider .content-column .text-slider .text-slide .slide-content .slide-text p {
    font-size: 14px;
  }
}
.comp-HeroContentImageSlider .content-column .text-slider .slick-active .text-slide .slide-heading {
  opacity: 1;
  transform: translateY(0px);
}
.comp-HeroContentImageSlider .content-column .text-slider .slick-active .text-slide .slide-content .slide-subheading {
  opacity: 1;
  transform: translateY(0px);
}
.comp-HeroContentImageSlider .content-column .text-slider .slick-active .text-slide .slide-content .slide-text {
  opacity: 1;
  transform: translateY(0px);
}
.comp-HeroContentImageSlider .content-column .scroll-down-wrapper {
  display: none;
  position: relative;
  z-index: 2;
}
.comp-HeroContentImageSlider .content-column .scroll-down-wrapper {
  margin-top: 42px;
}
@media screen and (min-width: 640px) {
  .comp-HeroContentImageSlider .content-column .scroll-down-wrapper {
    margin-top: calc(11.25vw - 30px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-HeroContentImageSlider .content-column .scroll-down-wrapper {
    margin-top: 132px;
  }
}
@media only screen and (min-width: 64.0625rem) {
  .comp-HeroContentImageSlider .content-column .scroll-down-wrapper {
    display: inline-block;
  }
}
.comp-HeroContentImageSlider .content-column .scroll-down-wrapper .scroll-down {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.comp-HeroContentImageSlider .content-column .scroll-down-wrapper .scroll-down .text {
  font-family: "Montserrat";
  font-weight: 400;
  line-height: 1.4;
  font-style: normal;
  letter-spacing: 0px;
  color: #5f832a;
  margin-bottom: 18px;
}
.comp-HeroContentImageSlider .content-column .scroll-down-wrapper .scroll-down .text {
  font-size: 12px;
}
@media screen and (min-width: 640px) {
  .comp-HeroContentImageSlider .content-column .scroll-down-wrapper .scroll-down .text {
    font-size: calc(0.25vw + 10.4px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-HeroContentImageSlider .content-column .scroll-down-wrapper .scroll-down .text {
    font-size: 14px;
  }
}
.comp-HeroContentImageSlider .content-column .scroll-down-wrapper .scroll-down .down-arrow {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 4px solid #5f832a;
  background-color: #ffffff;
}
.comp-HeroContentImageSlider .content-column .scroll-down-wrapper .scroll-down .down-arrow svg {
  transform: rotate(90deg);
}
.comp-HeroContentImageSlider .content-column .scroll-down-wrapper .scroll-down .down-arrow svg * {
  fill: #5f832a;
}
.comp-HeroContentImageSlider .image-slider-column {
  position: relative;
}
.comp-HeroContentImageSlider .image-slider-column .image-slider {
  height: 100%;
  margin-left: -1rem;
  margin-right: -1rem;
}
@media only screen and (min-width: 48.0625rem) {
  .comp-HeroContentImageSlider .image-slider-column .image-slider {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
}
@media only screen and (min-width: 64.0625rem) {
  .comp-HeroContentImageSlider .image-slider-column .image-slider {
    margin-left: 0;
    margin-right: -2rem;
  }
}
@media only screen and (min-width: 75.0625rem) {
  .comp-HeroContentImageSlider .image-slider-column .image-slider {
    margin-right: -2.5rem;
  }
}
@media only screen and (min-width: 99rem) {
  .comp-HeroContentImageSlider .image-slider-column .image-slider {
    margin-right: calc((100vw - 94rem) / -2);
  }
}
.comp-HeroContentImageSlider .image-slider-column .image-slider * {
  height: 100%;
}
.comp-HeroContentImageSlider .image-slider-column .image-slider .image-slide {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-bottom: 112%;
  box-sizing: border-box;
}
@media only screen and (min-width: 48.0625rem) {
  .comp-HeroContentImageSlider .image-slider-column .image-slider .image-slide {
    padding-bottom: 92%;
  }
}
@media only screen and (min-width: 64.0625rem) {
  .comp-HeroContentImageSlider .image-slider-column .image-slider .image-slide {
    padding-bottom: 0;
  }
}
.comp-HeroContentImageSlider .right-side-text {
  font-family: "Poppins";
  font-weight: 500;
  line-height: 1.4;
  font-style: normal;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #ffffff;
  transform: rotate(90deg);
  position: absolute;
  display: none;
  z-index: 3;
}
.comp-HeroContentImageSlider .right-side-text {
  font-size: 13px;
}
@media screen and (min-width: 640px) {
  .comp-HeroContentImageSlider .right-side-text {
    font-size: calc(0.375vw + 10.6px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-HeroContentImageSlider .right-side-text {
    font-size: 16px;
  }
}
@media only screen and (min-width: 48.0625rem) {
  .comp-HeroContentImageSlider .right-side-text {
    display: block;
  }
}

.comp-HeroContentImage {
  position: relative;
  overflow: hidden;
}
.comp-HeroContentImage:before {
  content: "";
  position: absolute;
  background-image: url("/built/images/placeholders/dot-bg-pattern.svg");
  height: 96px;
  bottom: 6px;
  right: 0;
  left: 0;
  z-index: 1;
  display: none;
}
@media only screen and (min-width: 64.0625rem) {
  .comp-HeroContentImage:before {
    display: block;
  }
}
@media only screen and (min-width: 75.0625rem) {
  .comp-HeroContentImage:before {
    left: 7%;
  }
}
.comp-HeroContentImage .grid-container {
  overflow: visible;
  position: relative;
  z-index: 2;
}
.comp-HeroContentImage .content-column {
  order: 2;
}
.comp-HeroContentImage .content-column {
  padding-top: 32px;
}
@media screen and (min-width: 640px) {
  .comp-HeroContentImage .content-column {
    padding-top: calc(4vw + 6.4px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-HeroContentImage .content-column {
    padding-top: 64px;
  }
}
.comp-HeroContentImage .content-column {
  padding-bottom: 32px;
}
@media screen and (min-width: 640px) {
  .comp-HeroContentImage .content-column {
    padding-bottom: calc(4vw + 6.4px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-HeroContentImage .content-column {
    padding-bottom: 64px;
  }
}
@media only screen and (min-width: 64.0625rem) {
  .comp-HeroContentImage .content-column {
    order: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
  .comp-HeroContentImage .content-column {
    padding-top: 32px;
  }
}
@media only screen and (min-width: 64.0625rem) and (min-width: 640px) {
  .comp-HeroContentImage .content-column {
    padding-top: calc(10vw - 32px);
  }
}
@media only screen and (min-width: 64.0625rem) and (min-width: 1440px) {
  .comp-HeroContentImage .content-column {
    padding-top: 112px;
  }
}
@media only screen and (min-width: 64.0625rem) {
  .comp-HeroContentImage .content-column {
    padding-bottom: 32px;
  }
}
@media only screen and (min-width: 64.0625rem) and (min-width: 640px) {
  .comp-HeroContentImage .content-column {
    padding-bottom: calc(5.25vw - 1.6px);
  }
}
@media only screen and (min-width: 64.0625rem) and (min-width: 1440px) {
  .comp-HeroContentImage .content-column {
    padding-bottom: 74px;
  }
}
.comp-HeroContentImage .content-column .el-Breadcrumb {
  margin-bottom: 24px;
}
@media screen and (min-width: 640px) {
  .comp-HeroContentImage .content-column .el-Breadcrumb {
    margin-bottom: calc(4vw - 1.6px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-HeroContentImage .content-column .el-Breadcrumb {
    margin-bottom: 56px;
  }
}
.comp-HeroContentImage .content-column .el-Breadcrumb ul li a {
  color: #c3c8d1;
}
.comp-HeroContentImage .content-column .el-Breadcrumb ul li:first-child a {
  color: #5f832a;
}
.comp-HeroContentImage .content-column .el-Breadcrumb ul li:first-child a:before {
  background-color: #5f832a;
}
.comp-HeroContentImage .content-column .el-Breadcrumb ul li + li:before {
  color: #c3c8d1;
}
.comp-HeroContentImage .content-column .heading {
  font-family: "Poppins";
  font-weight: 500;
  line-height: 1.1;
  font-style: normal;
  letter-spacing: 0px;
}
.comp-HeroContentImage .content-column .heading {
  font-size: 28px;
}
@media screen and (min-width: 640px) {
  .comp-HeroContentImage .content-column .heading {
    font-size: calc(3.25vw + 7.2px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-HeroContentImage .content-column .heading {
    font-size: 54px;
  }
}
.comp-HeroContentImage .image-column {
  order: 1;
}
@media only screen and (min-width: 64.0625rem) {
  .comp-HeroContentImage .image-column {
    order: 2;
    min-height: 360px;
  }
}
@media only screen and (min-width: 75.0625rem) {
  .comp-HeroContentImage .image-column {
    min-height: 420px;
  }
}
.comp-HeroContentImage .image-column .background-image {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-bottom: 60%;
  box-sizing: border-box;
  min-height: 100%;
  margin-left: -1rem;
  margin-right: -1rem;
}
@media only screen and (min-width: 48.0625rem) {
  .comp-HeroContentImage .image-column .background-image {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
}
@media only screen and (min-width: 64.0625rem) {
  .comp-HeroContentImage .image-column .background-image {
    margin-left: 0;
    margin-right: -2rem;
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 75.0625rem) {
  .comp-HeroContentImage .image-column .background-image {
    margin-right: -2.5rem;
  }
}
@media only screen and (min-width: 99rem) {
  .comp-HeroContentImage .image-column .background-image {
    margin-right: calc((100vw - 94rem) / -2);
  }
}

.comp-HeroBgImageSlider {
  position: relative;
  min-height: 30vw;
}
@media only screen and (min-width: 64.0625rem) {
  .comp-HeroBgImageSlider {
    display: flex;
    flex-direction: column;
  }
}
.comp-HeroBgImageSlider .image-background-slider {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.comp-HeroBgImageSlider .image-background-slider * {
  height: 100%;
}
.comp-HeroBgImageSlider .image-background-slider .image-slide {
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.comp-HeroBgImageSlider .el-NavBarTransparentOverlay {
  z-index: 2;
  position: relative;
}
@media only screen and (min-width: 64.0625rem) {
  .comp-HeroBgImageSlider .content-wrapper {
    flex-grow: 1;
    display: flex;
    align-items: center;
  }
}
.comp-HeroBgImageSlider .content-wrapper .content-grid-container {
  position: relative;
  z-index: 2;
}
.comp-HeroBgImageSlider .content-wrapper .content-grid-container {
  padding-top: 32px;
}
@media screen and (min-width: 640px) {
  .comp-HeroBgImageSlider .content-wrapper .content-grid-container {
    padding-top: calc(7.5vw - 16px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-HeroBgImageSlider .content-wrapper .content-grid-container {
    padding-top: 92px;
  }
}
.comp-HeroBgImageSlider .content-wrapper .content-grid-container {
  padding-bottom: 32px;
}
@media screen and (min-width: 640px) {
  .comp-HeroBgImageSlider .content-wrapper .content-grid-container {
    padding-bottom: calc(21vw - 102.4px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-HeroBgImageSlider .content-wrapper .content-grid-container {
    padding-bottom: 200px;
  }
}
.comp-HeroBgImageSlider .content-wrapper .content-grid-container .column {
  min-width: 0;
}
.comp-HeroBgImageSlider .content-wrapper .content-grid-container .next-image-wrap {
  margin-bottom: 32px;
}
@media screen and (min-width: 640px) {
  .comp-HeroBgImageSlider .content-wrapper .content-grid-container .next-image-wrap {
    margin-bottom: calc(7.25vw - 14.4px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-HeroBgImageSlider .content-wrapper .content-grid-container .next-image-wrap {
    margin-bottom: 90px;
  }
}
.comp-HeroBgImageSlider .content-wrapper .content-grid-container .next-image-wrap .next-image {
  color: #ffffff;
  font-family: "Montserrat";
  font-weight: 400;
  line-height: 1.6;
  font-style: normal;
  letter-spacing: 0px;
  position: relative;
  display: inline-block;
  padding-left: 30px;
  padding-right: 24px;
  cursor: pointer;
}
.comp-HeroBgImageSlider .content-wrapper .content-grid-container .next-image-wrap .next-image {
  font-size: 13px;
}
@media screen and (min-width: 640px) {
  .comp-HeroBgImageSlider .content-wrapper .content-grid-container .next-image-wrap .next-image {
    font-size: calc(0.375vw + 10.6px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-HeroBgImageSlider .content-wrapper .content-grid-container .next-image-wrap .next-image {
    font-size: 16px;
  }
}
.comp-HeroBgImageSlider .content-wrapper .content-grid-container .next-image-wrap .next-image:before {
  content: "";
  width: 6px;
  height: 12px;
  background-color: #a6ce3a;
  position: absolute;
  left: 0;
  transition: left 300ms;
}
.comp-HeroBgImageSlider .content-wrapper .content-grid-container .next-image-wrap .next-image:before {
  top: 5px;
}
@media screen and (min-width: 640px) {
  .comp-HeroBgImageSlider .content-wrapper .content-grid-container .next-image-wrap .next-image:before {
    top: calc(0.375vw + 2.6px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-HeroBgImageSlider .content-wrapper .content-grid-container .next-image-wrap .next-image:before {
    top: 8px;
  }
}
.comp-HeroBgImageSlider .content-wrapper .content-grid-container .next-image-wrap .next-image .arrow-right {
  position: absolute;
  right: 0px;
  top: 7px;
  transition: right 300ms;
}
.comp-HeroBgImageSlider .content-wrapper .content-grid-container .next-image-wrap .next-image .arrow-right svg * {
  fill: #ffffff;
}
.comp-HeroBgImageSlider .content-wrapper .content-grid-container .next-image-wrap .next-image:hover:before {
  left: 6px;
}
.comp-HeroBgImageSlider .content-wrapper .content-grid-container .next-image-wrap .next-image:hover .arrow-right {
  right: 6px;
}
.comp-HeroBgImageSlider .content-wrapper .content-grid-container .text-slider .text-slide .slide-heading {
  font-family: "Poppins";
  font-weight: 500;
  line-height: 1.1;
  font-style: normal;
  letter-spacing: 0px;
  color: #ffffff;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 300ms ease-out 300ms, transform 300ms ease-out 300ms;
  margin-bottom: 10px;
}
.comp-HeroBgImageSlider .content-wrapper .content-grid-container .text-slider .text-slide .slide-heading {
  font-size: 42px;
}
@media screen and (min-width: 640px) {
  .comp-HeroBgImageSlider .content-wrapper .content-grid-container .text-slider .text-slide .slide-heading {
    font-size: calc(5.25vw + 8.4px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-HeroBgImageSlider .content-wrapper .content-grid-container .text-slider .text-slide .slide-heading {
    font-size: 84px;
  }
}
.comp-HeroBgImageSlider .content-wrapper .content-grid-container .text-slider .text-slide .slide-content {
  max-width: 450px;
}
.comp-HeroBgImageSlider .content-wrapper .content-grid-container .text-slider .text-slide .slide-content {
  margin-top: 14px;
}
@media screen and (min-width: 640px) {
  .comp-HeroBgImageSlider .content-wrapper .content-grid-container .text-slider .text-slide .slide-content {
    margin-top: calc(8.5vw - 40.4px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-HeroBgImageSlider .content-wrapper .content-grid-container .text-slider .text-slide .slide-content {
    margin-top: 82px;
  }
}
.comp-HeroBgImageSlider .content-wrapper .content-grid-container .text-slider .text-slide .slide-content .slide-subheading {
  font-family: "Poppins";
  font-weight: 500;
  line-height: 1.4;
  font-style: normal;
  letter-spacing: 0px;
  color: #ffffff;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 300ms ease-out 400ms, transform 300ms ease-out 400ms;
}
.comp-HeroBgImageSlider .content-wrapper .content-grid-container .text-slider .text-slide .slide-content .slide-subheading {
  font-size: 15px;
}
@media screen and (min-width: 640px) {
  .comp-HeroBgImageSlider .content-wrapper .content-grid-container .text-slider .text-slide .slide-content .slide-subheading {
    font-size: calc(0.875vw + 9.4px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-HeroBgImageSlider .content-wrapper .content-grid-container .text-slider .text-slide .slide-content .slide-subheading {
    font-size: 22px;
  }
}
.comp-HeroBgImageSlider .content-wrapper .content-grid-container .text-slider .text-slide .slide-content .slide-subheading {
  margin-bottom: 8px;
}
@media screen and (min-width: 640px) {
  .comp-HeroBgImageSlider .content-wrapper .content-grid-container .text-slider .text-slide .slide-content .slide-subheading {
    margin-bottom: calc(1vw + 1.6px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-HeroBgImageSlider .content-wrapper .content-grid-container .text-slider .text-slide .slide-content .slide-subheading {
    margin-bottom: 16px;
  }
}
.comp-HeroBgImageSlider .content-wrapper .content-grid-container .text-slider .text-slide .slide-content .slide-text {
  font-family: "Montserrat";
  font-weight: 400;
  line-height: 1.4;
  font-style: normal;
  letter-spacing: 0px;
  color: #ffffff;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 300ms ease-out 500ms, transform 300ms ease-out 500ms;
}
.comp-HeroBgImageSlider .content-wrapper .content-grid-container .text-slider .text-slide .slide-content .slide-text {
  font-size: 12px;
}
@media screen and (min-width: 640px) {
  .comp-HeroBgImageSlider .content-wrapper .content-grid-container .text-slider .text-slide .slide-content .slide-text {
    font-size: calc(0.25vw + 10.4px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-HeroBgImageSlider .content-wrapper .content-grid-container .text-slider .text-slide .slide-content .slide-text {
    font-size: 14px;
  }
}
@media only screen and (min-width: 48.0625rem) {
  .comp-HeroBgImageSlider .content-wrapper .content-grid-container .text-slider .text-slide .slide-content .slide-text {
    display: flex;
    justify-content: space-between;
  }
}
.comp-HeroBgImageSlider .content-wrapper .content-grid-container .text-slider .text-slide .slide-content .slide-text .text-column {
  flex-basis: calc(50% - 1rem);
  flex-shrink: 0;
  flex-grow: 0;
}
@media only screen and (min-width: 64.0625rem) {
  .comp-HeroBgImageSlider .content-wrapper .content-grid-container .text-slider .text-slide .slide-content .slide-text .text-column {
    flex-basis: calc(50% - 1.5rem);
  }
}
.comp-HeroBgImageSlider .content-wrapper .content-grid-container .text-slider .text-slide .slide-content .slide-text .text-column + .text-column {
  margin-top: 10px;
}
@media screen and (min-width: 640px) {
  .comp-HeroBgImageSlider .content-wrapper .content-grid-container .text-slider .text-slide .slide-content .slide-text .text-column + .text-column {
    margin-top: calc(2.75vw - 7.6px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-HeroBgImageSlider .content-wrapper .content-grid-container .text-slider .text-slide .slide-content .slide-text .text-column + .text-column {
    margin-top: 32px;
  }
}
@media only screen and (min-width: 64.0625rem) {
  .comp-HeroBgImageSlider .content-wrapper .content-grid-container .text-slider .text-slide .slide-content .slide-text .text-column + .text-column {
    margin-top: 0;
  }
}
.comp-HeroBgImageSlider .content-wrapper .content-grid-container .text-slider .slick-active .text-slide .slide-heading {
  opacity: 1;
  transform: translateY(0px);
}
.comp-HeroBgImageSlider .content-wrapper .content-grid-container .text-slider .slick-active .text-slide .slide-content .slide-subheading {
  opacity: 1;
  transform: translateY(0px);
}
.comp-HeroBgImageSlider .content-wrapper .content-grid-container .text-slider .slick-active .text-slide .slide-content .slide-text {
  opacity: 1;
  transform: translateY(0px);
}
.comp-HeroBgImageSlider .right-side-text {
  font-family: "Poppins";
  font-weight: 500;
  line-height: 1.4;
  font-style: normal;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #ffffff;
  transform: rotate(90deg);
  position: absolute;
  z-index: 2;
  display: none;
}
.comp-HeroBgImageSlider .right-side-text {
  font-size: 13px;
}
@media screen and (min-width: 640px) {
  .comp-HeroBgImageSlider .right-side-text {
    font-size: calc(0.375vw + 10.6px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-HeroBgImageSlider .right-side-text {
    font-size: 16px;
  }
}
@media only screen and (min-width: 48.0625rem) {
  .comp-HeroBgImageSlider .right-side-text {
    display: block;
  }
}
.comp-HeroBgImageSlider.full-height {
  min-height: 100vh;
}

.comp-NavBarStandalone + .comp-HeroBgImageSlider.full-height {
  min-height: calc(100vh - 112px);
}
@media only screen and (min-width: 64.0625rem) {
  .comp-NavBarStandalone + .comp-HeroBgImageSlider.full-height {
    min-height: calc(100vh - 134px);
  }
}

.comp-HeroBgImage {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.comp-HeroBgImage .grid-container {
  padding-top: 16px;
}
@media screen and (min-width: 640px) {
  .comp-HeroBgImage .grid-container {
    padding-top: calc(1.5vw + 6.4px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-HeroBgImage .grid-container {
    padding-top: 28px;
  }
}
.comp-HeroBgImage .grid-container {
  padding-bottom: 32px;
}
@media screen and (min-width: 640px) {
  .comp-HeroBgImage .grid-container {
    padding-bottom: calc(6.5vw - 9.6px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-HeroBgImage .grid-container {
    padding-bottom: 84px;
  }
}
.comp-HeroBgImage .grid-container .el-Breadcrumb {
  margin-bottom: 24px;
}
@media screen and (min-width: 640px) {
  .comp-HeroBgImage .grid-container .el-Breadcrumb {
    margin-bottom: calc(1vw + 17.6px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-HeroBgImage .grid-container .el-Breadcrumb {
    margin-bottom: 32px;
  }
}
.comp-HeroBgImage .grid-container .el-Breadcrumb ul li:first-child a:before {
  background-color: #ffffff;
}
.comp-HeroBgImage .grid-container .heading {
  font-family: "Poppins";
  font-weight: 500;
  line-height: 1.1;
  font-style: normal;
  letter-spacing: 0px;
  color: #ffffff;
  max-width: 450px;
}
.comp-HeroBgImage .grid-container .heading {
  font-size: 28px;
}
@media screen and (min-width: 640px) {
  .comp-HeroBgImage .grid-container .heading {
    font-size: calc(3.25vw + 7.2px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-HeroBgImage .grid-container .heading {
    font-size: 54px;
  }
}
.comp-HeroBgImage.nav-hidden .grid-container {
  padding-top: 32px;
}
@media screen and (min-width: 640px) {
  .comp-HeroBgImage.nav-hidden .grid-container {
    padding-top: calc(6.5vw - 9.6px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-HeroBgImage.nav-hidden .grid-container {
    padding-top: 84px;
  }
}

.comp-ContentSidebarLinks {
  position: relative;
}
.comp-ContentSidebarLinks {
  padding-top: 40px;
}
@media screen and (min-width: 640px) {
  .comp-ContentSidebarLinks {
    padding-top: calc(5vw + 8px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ContentSidebarLinks {
    padding-top: 80px;
  }
}
.comp-ContentSidebarLinks {
  padding-bottom: 40px;
}
@media screen and (min-width: 640px) {
  .comp-ContentSidebarLinks {
    padding-bottom: calc(5vw + 8px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ContentSidebarLinks {
    padding-bottom: 80px;
  }
}
.comp-ContentSidebarLinks.no-top-padding {
  padding-top: 0 !important;
}
.comp-ContentSidebarLinks.no-bottom-padding {
  padding-bottom: 0 !important;
}
.comp-ContentSidebarLinks .sidebar-column {
  order: 2;
  margin-top: 28px;
}
@media only screen and (min-width: 48.0625rem) {
  .comp-ContentSidebarLinks .sidebar-column {
    order: 1;
    margin-top: 0;
  }
}
.comp-ContentSidebarLinks .sidebar-column .sidebar-heading {
  font-family: "Poppins";
  font-weight: 500;
  line-height: 1.1;
  font-style: normal;
  letter-spacing: 0px;
  position: relative;
  display: inline-block;
  padding-bottom: 18px;
  margin-bottom: 14px;
}
.comp-ContentSidebarLinks .sidebar-column .sidebar-heading {
  font-size: 16px;
}
@media screen and (min-width: 640px) {
  .comp-ContentSidebarLinks .sidebar-column .sidebar-heading {
    font-size: calc(1.5vw + 6.4px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ContentSidebarLinks .sidebar-column .sidebar-heading {
    font-size: 28px;
  }
}
.comp-ContentSidebarLinks .sidebar-column .sidebar-heading:after {
  content: "";
  background-color: #62929e;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0px;
  right: 10px;
  height: 5px;
}
.comp-ContentSidebarLinks .sidebar-column .sidebar-links li a {
  font-family: "Montserrat";
  font-weight: 400;
  line-height: 1.4;
  font-style: normal;
  letter-spacing: 0px;
  color: #1a1a1a;
  opacity: 1;
  transition: opacity 200ms;
}
.comp-ContentSidebarLinks .sidebar-column .sidebar-links li a {
  font-size: 12px;
}
@media screen and (min-width: 640px) {
  .comp-ContentSidebarLinks .sidebar-column .sidebar-links li a {
    font-size: calc(0.25vw + 10.4px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ContentSidebarLinks .sidebar-column .sidebar-links li a {
    font-size: 14px;
  }
}
.comp-ContentSidebarLinks .sidebar-column .sidebar-links li a:hover {
  opacity: 0.6;
}
.comp-ContentSidebarLinks .content-column {
  order: 1;
}
@media only screen and (min-width: 48.0625rem) {
  .comp-ContentSidebarLinks .content-column {
    order: 2;
  }
}
.comp-ContentSidebarLinks .content-column .heading {
  font-family: "Poppins";
  font-weight: 500;
  line-height: 1.15;
  font-style: normal;
  letter-spacing: 0px;
}
.comp-ContentSidebarLinks .content-column .heading {
  font-size: 20px;
}
@media screen and (min-width: 640px) {
  .comp-ContentSidebarLinks .content-column .heading {
    font-size: calc(2.5vw + 4px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ContentSidebarLinks .content-column .heading {
    font-size: 40px;
  }
}
.comp-ContentSidebarLinks .content-column .heading {
  margin-bottom: 24px;
}
@media screen and (min-width: 640px) {
  .comp-ContentSidebarLinks .content-column .heading {
    margin-bottom: calc(2.25vw + 9.6px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ContentSidebarLinks .content-column .heading {
    margin-bottom: 42px;
  }
}
.comp-ContentSidebarLinks .content-column .intro {
  font-family: "Poppins";
  font-weight: 500;
  line-height: 1.1;
  font-style: normal;
  letter-spacing: 0px;
  color: #99A0AC;
}
.comp-ContentSidebarLinks .content-column .intro {
  font-size: 16px;
}
@media screen and (min-width: 640px) {
  .comp-ContentSidebarLinks .content-column .intro {
    font-size: calc(1.5vw + 6.4px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ContentSidebarLinks .content-column .intro {
    font-size: 28px;
  }
}
.comp-ContentSidebarLinks .content-column .intro {
  margin-bottom: 16px;
}
@media screen and (min-width: 640px) {
  .comp-ContentSidebarLinks .content-column .intro {
    margin-bottom: calc(2.25vw + 1.6px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ContentSidebarLinks .content-column .intro {
    margin-bottom: 34px;
  }
}
.comp-ContentSidebarLinks .content-column .text-content {
  font-family: "Montserrat";
  font-weight: 400;
  line-height: 1.5;
  font-style: normal;
  letter-spacing: 0px;
}
.comp-ContentSidebarLinks .content-column .text-content {
  font-size: 14px;
}
@media screen and (min-width: 640px) {
  .comp-ContentSidebarLinks .content-column .text-content {
    font-size: calc(0.5vw + 10.8px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ContentSidebarLinks .content-column .text-content {
    font-size: 18px;
  }
}
.comp-ContentSidebarLinks .right-side-text {
  font-family: "Poppins";
  font-weight: 500;
  line-height: 1.4;
  font-style: normal;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #1a1a1a;
  transform: rotate(90deg);
  position: absolute;
  display: none;
}
.comp-ContentSidebarLinks .right-side-text {
  font-size: 13px;
}
@media screen and (min-width: 640px) {
  .comp-ContentSidebarLinks .right-side-text {
    font-size: calc(0.375vw + 10.6px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ContentSidebarLinks .right-side-text {
    font-size: 16px;
  }
}
@media only screen and (min-width: 48.0625rem) {
  .comp-ContentSidebarLinks .right-side-text {
    display: block;
  }
}

.comp-ContentButtonRight {
  position: relative;
  overflow: hidden;
}
.comp-ContentButtonRight {
  padding-top: 40px;
}
@media screen and (min-width: 640px) {
  .comp-ContentButtonRight {
    padding-top: calc(5vw + 8px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ContentButtonRight {
    padding-top: 80px;
  }
}
.comp-ContentButtonRight {
  padding-bottom: 40px;
}
@media screen and (min-width: 640px) {
  .comp-ContentButtonRight {
    padding-bottom: calc(5vw + 8px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ContentButtonRight {
    padding-bottom: 80px;
  }
}
.comp-ContentButtonRight.no-top-padding {
  padding-top: 0 !important;
}
.comp-ContentButtonRight.no-bottom-padding {
  padding-bottom: 0 !important;
}
.comp-ContentButtonRight .left-side-text {
  font-family: "Edmond Sans";
  font-weight: 700;
  line-height: 0.58;
  color: rgba(167, 167, 167, 0.25);
  transform: rotate(90deg);
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
.comp-ContentButtonRight .left-side-text {
  font-size: 100px;
}
@media screen and (min-width: 640px) {
  .comp-ContentButtonRight .left-side-text {
    font-size: calc(6.25vw + 60px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ContentButtonRight .left-side-text {
    font-size: 150px;
  }
}
@media only screen and (min-width: 64.0625rem) {
  .comp-ContentButtonRight .left-side-text {
    display: block;
  }
}
.comp-ContentButtonRight .heading {
  font-family: "Poppins";
  font-weight: 500;
  line-height: 1.15;
  font-style: normal;
  letter-spacing: 0px;
}
.comp-ContentButtonRight .heading {
  font-size: 20px;
}
@media screen and (min-width: 640px) {
  .comp-ContentButtonRight .heading {
    font-size: calc(2.5vw + 4px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ContentButtonRight .heading {
    font-size: 40px;
  }
}
.comp-ContentButtonRight .lower-row {
  margin-top: 32px;
}
@media screen and (min-width: 640px) {
  .comp-ContentButtonRight .lower-row {
    margin-top: calc(2.25vw + 17.6px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ContentButtonRight .lower-row {
    margin-top: 50px;
  }
}
.comp-ContentButtonRight .lower-row .text-content {
  font-family: "Montserrat";
  font-weight: 400;
  line-height: 1.5;
  font-style: normal;
  letter-spacing: 0px;
}
.comp-ContentButtonRight .lower-row .text-content {
  font-size: 14px;
}
@media screen and (min-width: 640px) {
  .comp-ContentButtonRight .lower-row .text-content {
    font-size: calc(0.5vw + 10.8px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ContentButtonRight .lower-row .text-content {
    font-size: 18px;
  }
}
@media only screen and (min-width: 48.0625rem) {
  .comp-ContentButtonRight .lower-row .text-content {
    display: flex;
    justify-content: space-between;
  }
}
.comp-ContentButtonRight .lower-row .text-content .text-column {
  flex-basis: calc(50% - 1rem);
  flex-shrink: 0;
  flex-grow: 0;
}
@media only screen and (min-width: 64.0625rem) {
  .comp-ContentButtonRight .lower-row .text-content .text-column {
    flex-basis: calc(50% - 1.5rem);
  }
}
.comp-ContentButtonRight .lower-row .text-content .text-column + .text-column {
  margin-top: 10px;
}
@media screen and (min-width: 640px) {
  .comp-ContentButtonRight .lower-row .text-content .text-column + .text-column {
    margin-top: calc(2.75vw - 7.6px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ContentButtonRight .lower-row .text-content .text-column + .text-column {
    margin-top: 32px;
  }
}
@media only screen and (min-width: 64.0625rem) {
  .comp-ContentButtonRight .lower-row .text-content .text-column + .text-column {
    margin-top: 0;
  }
}
.comp-ContentButtonRight .lower-row .button-column {
  text-align: center;
  margin-top: 24px;
}
@media only screen and (min-width: 48.0625rem) {
  .comp-ContentButtonRight .lower-row .button-column {
    margin-top: 0;
  }
}
@media only screen and (min-width: 64.0625rem) {
  .comp-ContentButtonRight .lower-row .button-column {
    text-align: left;
  }
}
.comp-ContentButtonRight .lower-row .button-column.green .atom-ButtonPrimary, .comp-ContentButtonRight .lower-row .button-column.green .comp-FormWithTextContent .form-column .form-wrapper form input[type=submit], .comp-FormWithTextContent .form-column .form-wrapper form .comp-ContentButtonRight .lower-row .button-column.green input[type=submit], .comp-ContentButtonRight .lower-row .button-column.green .comp-FormWithTextContent .form-column .form-wrapper form button, .comp-FormWithTextContent .form-column .form-wrapper form .comp-ContentButtonRight .lower-row .button-column.green button, .comp-ContentButtonRight .lower-row .button-column.green .comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form input[type=submit], .comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form .comp-ContentButtonRight .lower-row .button-column.green input[type=submit], .comp-ContentButtonRight .lower-row .button-column.green .comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form button, .comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form .comp-ContentButtonRight .lower-row .button-column.green button, .comp-ContentButtonRight .lower-row .button-column.green .comp-CtaNewsletterSignup .form-column form input[type=submit], .comp-CtaNewsletterSignup .form-column form .comp-ContentButtonRight .lower-row .button-column.green input[type=submit], .comp-ContentButtonRight .lower-row .button-column.green .comp-CtaNewsletterSignup .form-column form button, .comp-CtaNewsletterSignup .form-column form .comp-ContentButtonRight .lower-row .button-column.green button {
  background-color: #a6ce3a;
  border-color: #a6ce3a;
}
.comp-ContentButtonRight .lower-row .button-column.green .atom-ButtonPrimary:hover, .comp-ContentButtonRight .lower-row .button-column.green .comp-FormWithTextContent .form-column .form-wrapper form input[type=submit]:hover, .comp-FormWithTextContent .form-column .form-wrapper form .comp-ContentButtonRight .lower-row .button-column.green input[type=submit]:hover, .comp-ContentButtonRight .lower-row .button-column.green .comp-FormWithTextContent .form-column .form-wrapper form button:hover, .comp-FormWithTextContent .form-column .form-wrapper form .comp-ContentButtonRight .lower-row .button-column.green button:hover, .comp-ContentButtonRight .lower-row .button-column.green .comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form input[type=submit]:hover, .comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form .comp-ContentButtonRight .lower-row .button-column.green input[type=submit]:hover, .comp-ContentButtonRight .lower-row .button-column.green .comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form button:hover, .comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form .comp-ContentButtonRight .lower-row .button-column.green button:hover, .comp-ContentButtonRight .lower-row .button-column.green .comp-CtaNewsletterSignup .form-column form input[type=submit]:hover, .comp-CtaNewsletterSignup .form-column form .comp-ContentButtonRight .lower-row .button-column.green input[type=submit]:hover, .comp-ContentButtonRight .lower-row .button-column.green .comp-CtaNewsletterSignup .form-column form button:hover, .comp-CtaNewsletterSignup .form-column form .comp-ContentButtonRight .lower-row .button-column.green button:hover {
  background-color: #ffffff;
  color: #a6ce3a;
}

.comp-ContentHeadingWithText {
  padding-top: 40px;
}
@media screen and (min-width: 640px) {
  .comp-ContentHeadingWithText {
    padding-top: calc(5vw + 8px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ContentHeadingWithText {
    padding-top: 80px;
  }
}
.comp-ContentHeadingWithText {
  padding-bottom: 40px;
}
@media screen and (min-width: 640px) {
  .comp-ContentHeadingWithText {
    padding-bottom: calc(5vw + 8px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ContentHeadingWithText {
    padding-bottom: 80px;
  }
}
.comp-ContentHeadingWithText.no-top-padding {
  padding-top: 0 !important;
}
.comp-ContentHeadingWithText.no-bottom-padding {
  padding-bottom: 0 !important;
}
.comp-ContentHeadingWithText .heading-row .heading {
  font-family: "Poppins";
  font-weight: 500;
  line-height: 1.15;
  font-style: normal;
  letter-spacing: 0px;
}
.comp-ContentHeadingWithText .heading-row .heading {
  font-size: 20px;
}
@media screen and (min-width: 640px) {
  .comp-ContentHeadingWithText .heading-row .heading {
    font-size: calc(2.5vw + 4px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ContentHeadingWithText .heading-row .heading {
    font-size: 40px;
  }
}
.comp-ContentHeadingWithText .content-row {
  margin-top: 36px;
}
@media screen and (min-width: 640px) {
  .comp-ContentHeadingWithText .content-row {
    margin-top: calc(4.5vw + 7.2px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ContentHeadingWithText .content-row {
    margin-top: 72px;
  }
}
.comp-ContentHeadingWithText .content-row .text-wrapper-column {
  position: relative;
}
@media only screen and (min-width: 48.0625rem) {
  .comp-ContentHeadingWithText .content-row .text-wrapper-column {
    display: flex;
    justify-content: space-between;
  }
}
.comp-ContentHeadingWithText .content-row .text-wrapper-column:before {
  content: "";
  position: absolute;
  top: 5px;
  width: 5px;
  height: 42px;
  background-color: #62929e;
  display: none;
}
@media only screen and (min-width: 48.0625rem) {
  .comp-ContentHeadingWithText .content-row .text-wrapper-column:before {
    display: block;
    left: -40px;
  }
}
@media only screen and (min-width: 64.0625rem) {
  .comp-ContentHeadingWithText .content-row .text-wrapper-column:before {
    left: -60px;
  }
}
.comp-ContentHeadingWithText .content-row .text-wrapper-column p {
  font-family: "Montserrat";
  font-weight: 400;
  line-height: 1.5;
  font-style: normal;
  letter-spacing: 0px;
}
.comp-ContentHeadingWithText .content-row .text-wrapper-column p {
  font-size: 14px;
}
@media screen and (min-width: 640px) {
  .comp-ContentHeadingWithText .content-row .text-wrapper-column p {
    font-size: calc(0.5vw + 10.8px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ContentHeadingWithText .content-row .text-wrapper-column p {
    font-size: 18px;
  }
}
.comp-ContentHeadingWithText .content-row .text-wrapper-column .text-column {
  flex-basis: calc(50% - 1rem);
  flex-shrink: 0;
  flex-grow: 0;
}
@media only screen and (min-width: 64.0625rem) {
  .comp-ContentHeadingWithText .content-row .text-wrapper-column .text-column {
    flex-basis: calc(50% - 1.5rem);
  }
}
.comp-ContentHeadingWithText .content-row .text-wrapper-column .text-column + .text-column {
  margin-top: 10px;
}
@media screen and (min-width: 640px) {
  .comp-ContentHeadingWithText .content-row .text-wrapper-column .text-column + .text-column {
    margin-top: calc(2.75vw - 7.6px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ContentHeadingWithText .content-row .text-wrapper-column .text-column + .text-column {
    margin-top: 32px;
  }
}
@media only screen and (min-width: 64.0625rem) {
  .comp-ContentHeadingWithText .content-row .text-wrapper-column .text-column + .text-column {
    margin-top: 0;
  }
}

.comp-ContentHeadingLeftWithButton {
  position: relative;
  overflow: hidden;
}
.comp-ContentHeadingLeftWithButton {
  padding-top: 40px;
}
@media screen and (min-width: 640px) {
  .comp-ContentHeadingLeftWithButton {
    padding-top: calc(5vw + 8px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ContentHeadingLeftWithButton {
    padding-top: 80px;
  }
}
.comp-ContentHeadingLeftWithButton {
  padding-bottom: 40px;
}
@media screen and (min-width: 640px) {
  .comp-ContentHeadingLeftWithButton {
    padding-bottom: calc(5vw + 8px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ContentHeadingLeftWithButton {
    padding-bottom: 80px;
  }
}
.comp-ContentHeadingLeftWithButton.no-top-padding {
  padding-top: 0 !important;
}
.comp-ContentHeadingLeftWithButton.no-bottom-padding {
  padding-bottom: 0 !important;
}
.comp-ContentHeadingLeftWithButton .heading-column {
  margin-bottom: 20px;
}
@media screen and (min-width: 640px) {
  .comp-ContentHeadingLeftWithButton .heading-column {
    margin-bottom: calc(1.5vw + 10.4px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ContentHeadingLeftWithButton .heading-column {
    margin-bottom: 32px;
  }
}
@media only screen and (min-width: 48.0625rem) {
  .comp-ContentHeadingLeftWithButton .heading-column {
    margin-bottom: 0;
  }
}
.comp-ContentHeadingLeftWithButton .heading-column .heading {
  font-family: "Poppins";
  font-weight: 500;
  line-height: 1.15;
  font-style: normal;
  letter-spacing: 0px;
  position: relative;
  display: block;
}
.comp-ContentHeadingLeftWithButton .heading-column .heading {
  font-size: 20px;
}
@media screen and (min-width: 640px) {
  .comp-ContentHeadingLeftWithButton .heading-column .heading {
    font-size: calc(2.5vw + 4px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ContentHeadingLeftWithButton .heading-column .heading {
    font-size: 40px;
  }
}
@media only screen and (min-width: 48.0625rem) {
  .comp-ContentHeadingLeftWithButton .heading-column .heading {
    padding-bottom: 32px;
  }
}
@media only screen and (min-width: 48.0625rem) and (min-width: 640px) {
  .comp-ContentHeadingLeftWithButton .heading-column .heading {
    padding-bottom: calc(4vw + 6.4px);
  }
}
@media only screen and (min-width: 48.0625rem) and (min-width: 1440px) {
  .comp-ContentHeadingLeftWithButton .heading-column .heading {
    padding-bottom: 64px;
  }
}
.comp-ContentHeadingLeftWithButton .heading-column .heading:after {
  content: "";
  display: none;
  height: 5px;
  width: 64%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #62929e;
}
@media only screen and (min-width: 48.0625rem) {
  .comp-ContentHeadingLeftWithButton .heading-column .heading:after {
    display: block;
  }
}
.comp-ContentHeadingLeftWithButton p {
  font-family: "Montserrat";
  font-weight: 400;
  line-height: 1.5;
  font-style: normal;
  letter-spacing: 0px;
}
.comp-ContentHeadingLeftWithButton p {
  font-size: 14px;
}
@media screen and (min-width: 640px) {
  .comp-ContentHeadingLeftWithButton p {
    font-size: calc(0.5vw + 10.8px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ContentHeadingLeftWithButton p {
    font-size: 18px;
  }
}
.comp-ContentHeadingLeftWithButton .right-text-column {
  margin-top: 10px;
}
@media screen and (min-width: 640px) {
  .comp-ContentHeadingLeftWithButton .right-text-column {
    margin-top: calc(2.75vw - 7.6px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ContentHeadingLeftWithButton .right-text-column {
    margin-top: 32px;
  }
}
@media only screen and (min-width: 48.0625rem) {
  .comp-ContentHeadingLeftWithButton .right-text-column {
    margin-top: 0;
  }
}
.comp-ContentHeadingLeftWithButton .button-row {
  margin-top: 32px;
}
@media screen and (min-width: 640px) {
  .comp-ContentHeadingLeftWithButton .button-row {
    margin-top: calc(4vw + 6.4px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ContentHeadingLeftWithButton .button-row {
    margin-top: 64px;
  }
}
.comp-ContentHeadingLeftWithButton .button-row .column {
  text-align: center;
}
@media only screen and (min-width: 48.0625rem) {
  .comp-ContentHeadingLeftWithButton .button-row .column {
    text-align: left;
  }
}
.comp-ContentHeadingLeftWithButton .right-side-text {
  font-family: "Edmond Sans";
  font-weight: 700;
  line-height: 1;
  color: rgba(167, 167, 167, 0.25);
  position: absolute;
  top: 84px;
  right: -24px;
  display: none;
}
.comp-ContentHeadingLeftWithButton .right-side-text {
  font-size: 100px;
}
@media screen and (min-width: 640px) {
  .comp-ContentHeadingLeftWithButton .right-side-text {
    font-size: calc(6.25vw + 60px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ContentHeadingLeftWithButton .right-side-text {
    font-size: 150px;
  }
}
@media only screen and (min-width: 64.0625rem) {
  .comp-ContentHeadingLeftWithButton .right-side-text {
    display: block;
    right: -38px;
  }
}
@media only screen and (min-width: 75.0625rem) {
  .comp-ContentHeadingLeftWithButton .right-side-text {
    right: -32px;
  }
}
@media only screen and (min-width: 90.0625rem) {
  .comp-ContentHeadingLeftWithButton .right-side-text {
    right: -24px;
  }
}

.comp-ContentImageSlideshow {
  position: relative;
}
.comp-ContentImageSlideshow {
  padding-top: 30px;
}
@media screen and (min-width: 640px) {
  .comp-ContentImageSlideshow {
    padding-top: calc(3.75vw + 6px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ContentImageSlideshow {
    padding-top: 60px;
  }
}
.comp-ContentImageSlideshow {
  padding-bottom: 30px;
}
@media screen and (min-width: 640px) {
  .comp-ContentImageSlideshow {
    padding-bottom: calc(3.75vw + 6px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ContentImageSlideshow {
    padding-bottom: 60px;
  }
}
.comp-ContentImageSlideshow.no-top-padding {
  padding-top: 0 !important;
}
.comp-ContentImageSlideshow.no-bottom-padding {
  padding-bottom: 0 !important;
}
.comp-ContentImageSlideshow .content-column {
  display: flex;
  align-items: center;
  order: 2;
  margin-top: 32px;
}
@media only screen and (min-width: 48.0625rem) {
  .comp-ContentImageSlideshow .content-column {
    margin-top: 0;
  }
}
.comp-ContentImageSlideshow .content-column .content-wrapper {
  position: relative;
}
.comp-ContentImageSlideshow .content-column .content-wrapper .heading {
  font-family: "Poppins";
  font-weight: 500;
  line-height: 1.15;
  font-style: normal;
  letter-spacing: 0px;
}
.comp-ContentImageSlideshow .content-column .content-wrapper .heading {
  font-size: 20px;
}
@media screen and (min-width: 640px) {
  .comp-ContentImageSlideshow .content-column .content-wrapper .heading {
    font-size: calc(2.5vw + 4px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ContentImageSlideshow .content-column .content-wrapper .heading {
    font-size: 40px;
  }
}
.comp-ContentImageSlideshow .content-column .content-wrapper .heading {
  margin-bottom: 15px;
}
@media screen and (min-width: 640px) {
  .comp-ContentImageSlideshow .content-column .content-wrapper .heading {
    margin-bottom: calc(1.875vw + 3px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ContentImageSlideshow .content-column .content-wrapper .heading {
    margin-bottom: 30px;
  }
}
.comp-ContentImageSlideshow .content-column .content-wrapper .text-content {
  font-family: "Montserrat";
  font-weight: 400;
  line-height: 1.5;
  font-style: normal;
  letter-spacing: 0px;
}
.comp-ContentImageSlideshow .content-column .content-wrapper .text-content {
  font-size: 14px;
}
@media screen and (min-width: 640px) {
  .comp-ContentImageSlideshow .content-column .content-wrapper .text-content {
    font-size: calc(0.5vw + 10.8px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ContentImageSlideshow .content-column .content-wrapper .text-content {
    font-size: 18px;
  }
}
.comp-ContentImageSlideshow .content-column .content-wrapper .button-wrapper {
  text-align: center;
}
.comp-ContentImageSlideshow .content-column .content-wrapper .button-wrapper {
  margin-top: 20px;
}
@media screen and (min-width: 640px) {
  .comp-ContentImageSlideshow .content-column .content-wrapper .button-wrapper {
    margin-top: calc(2.5vw + 4px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ContentImageSlideshow .content-column .content-wrapper .button-wrapper {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 48.0625rem) {
  .comp-ContentImageSlideshow .content-column .content-wrapper .button-wrapper {
    text-align: left;
  }
}
.comp-ContentImageSlideshow .image-slider-column {
  min-width: 0;
  order: 1;
}
.comp-ContentImageSlideshow .image-slider-column .image-slider-wrapper {
  position: relative;
}
.comp-ContentImageSlideshow .image-slider-column .image-slider-wrapper .image-slider .image-slide {
  display: block !important;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.comp-ContentImageSlideshow .image-slider-column .image-slider-wrapper .image-slider.tall .image-slide {
  padding-bottom: 125.81%;
}
.comp-ContentImageSlideshow .image-slider-column .image-slider-wrapper .image-slider.wide .image-slide {
  padding-bottom: 79.27%;
}
.comp-ContentImageSlideshow.image-left:before {
  right: 67%;
  left: 2%;
}
@media only screen and (min-width: 75.0625rem) {
  .comp-ContentImageSlideshow.image-left .content-column {
    padding-left: 42px;
  }
}
@media only screen and (min-width: 90.0625rem) {
  .comp-ContentImageSlideshow.image-left .content-column {
    padding-left: 72px;
  }
}
.comp-ContentImageSlideshow.image-right:before {
  left: 67%;
  right: 2%;
}
@media only screen and (min-width: 48.0625rem) {
  .comp-ContentImageSlideshow.image-right .content-column {
    order: 1;
  }
}
@media only screen and (min-width: 48.0625rem) {
  .comp-ContentImageSlideshow.image-right .image-slider-column {
    order: 2;
  }
}
@media only screen and (min-width: 75.0625rem) {
  .comp-ContentImageSlideshow.image-right .image-slider-column {
    padding-left: 42px;
  }
}
@media only screen and (min-width: 90.0625rem) {
  .comp-ContentImageSlideshow.image-right .image-slider-column {
    padding-left: 72px;
  }
}
.comp-ContentImageSlideshow .slide-navigation {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.comp-ContentImageSlideshow .slide-navigation {
  margin-top: 10px;
}
@media screen and (min-width: 640px) {
  .comp-ContentImageSlideshow .slide-navigation {
    margin-top: calc(1.25vw + 2px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ContentImageSlideshow .slide-navigation {
    margin-top: 20px;
  }
}
.comp-ContentImageSlideshow .slide-navigation .arrow-prev,
.comp-ContentImageSlideshow .slide-navigation .arrow-next {
  line-height: 0;
  display: inline-block;
}
.comp-ContentImageSlideshow .slide-navigation .arrow-prev,
.comp-ContentImageSlideshow .slide-navigation .arrow-next {
  margin-left: 5px;
  margin-right: 5px;
}
@media screen and (min-width: 640px) {
  .comp-ContentImageSlideshow .slide-navigation .arrow-prev,
.comp-ContentImageSlideshow .slide-navigation .arrow-next {
    margin-left: calc(0.625vw + 1px);
    margin-right: calc(0.625vw + 1px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ContentImageSlideshow .slide-navigation .arrow-prev,
.comp-ContentImageSlideshow .slide-navigation .arrow-next {
    margin-left: 10px;
    margin-right: 10px;
  }
}
.comp-ContentImageSlideshow .slide-navigation .arrow-prev,
.comp-ContentImageSlideshow .slide-navigation .arrow-next {
  height: 9px;
}
@media screen and (min-width: 640px) {
  .comp-ContentImageSlideshow .slide-navigation .arrow-prev,
.comp-ContentImageSlideshow .slide-navigation .arrow-next {
    height: calc(1.125vw + 1.8px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ContentImageSlideshow .slide-navigation .arrow-prev,
.comp-ContentImageSlideshow .slide-navigation .arrow-next {
    height: 18px;
  }
}
.comp-ContentImageSlideshow .slide-navigation .arrow-prev,
.comp-ContentImageSlideshow .slide-navigation .arrow-next {
  width: 5px;
}
@media screen and (min-width: 640px) {
  .comp-ContentImageSlideshow .slide-navigation .arrow-prev,
.comp-ContentImageSlideshow .slide-navigation .arrow-next {
    width: calc(0.625vw + 1px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ContentImageSlideshow .slide-navigation .arrow-prev,
.comp-ContentImageSlideshow .slide-navigation .arrow-next {
    width: 10px;
  }
}
.comp-ContentImageSlideshow .slide-navigation .arrow-prev .Icon,
.comp-ContentImageSlideshow .slide-navigation .arrow-next .Icon {
  width: 100%;
  height: 100%;
}
.comp-ContentImageSlideshow .slide-navigation .arrow-prev svg,
.comp-ContentImageSlideshow .slide-navigation .arrow-next svg {
  width: 100%;
  height: 100%;
  fill: #c3c8d1;
}
.comp-ContentImageSlideshow .slide-navigation .arrow-prev svg *,
.comp-ContentImageSlideshow .slide-navigation .arrow-next svg * {
  fill: inherit;
}
.comp-ContentImageSlideshow .slide-navigation .dots {
  display: inline-block;
}
.comp-ContentImageSlideshow .slide-navigation .dots .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
}
.comp-ContentImageSlideshow .slide-navigation .dots .slick-dots li {
  line-height: 0;
  cursor: pointer;
  opacity: 1;
  transition: opacity 0.25s ease;
  display: flex;
}
.comp-ContentImageSlideshow .slide-navigation .dots .slick-dots li {
  padding: 2px;
}
@media screen and (min-width: 640px) {
  .comp-ContentImageSlideshow .slide-navigation .dots .slick-dots li {
    padding: calc(0.125vw + 1.2px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ContentImageSlideshow .slide-navigation .dots .slick-dots li {
    padding: 3px;
  }
}
.comp-ContentImageSlideshow .slide-navigation .dots .slick-dots li.slick-active button {
  background-color: #c3c8d1;
}
.comp-ContentImageSlideshow .slide-navigation .dots .slick-dots li button {
  border: none;
  padding: 0;
  text-indent: -9999px;
  background-color: rgba(195, 200, 209, 0.5);
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.25s ease;
}
.comp-ContentImageSlideshow .slide-navigation .dots .slick-dots li button {
  width: 4px;
  height: 4px;
}
@media screen and (min-width: 640px) {
  .comp-ContentImageSlideshow .slide-navigation .dots .slick-dots li button {
    width: calc(0.5vw + 0.8px);
    height: calc(0.5vw + 0.8px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ContentImageSlideshow .slide-navigation .dots .slick-dots li button {
    width: 8px;
    height: 8px;
  }
}
.comp-ContentImageSlideshow .slide-navigation .dots .slick-dots li:hover {
  opacity: 0.6;
}
@media only screen and (min-width: 48.0625rem) {
  .comp-ContentImageSlideshow.image-left .slide-navigation {
    justify-content: flex-end;
  }
  .comp-ContentImageSlideshow.image-right .slide-navigation {
    justify-content: flex-start;
  }
}

@keyframes countdownLarge {
  from {
    stroke-dashoffset: 0px;
  }
  to {
    stroke-dashoffset: 224px;
  }
}
@keyframes countdownSmall {
  from {
    stroke-dashoffset: 0px;
  }
  to {
    stroke-dashoffset: 156px;
  }
}
.comp-ContentImageSlideshowLeft {
  padding-top: 40px;
}
@media screen and (min-width: 640px) {
  .comp-ContentImageSlideshowLeft {
    padding-top: calc(5vw + 8px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ContentImageSlideshowLeft {
    padding-top: 80px;
  }
}
.comp-ContentImageSlideshowLeft {
  padding-bottom: 40px;
}
@media screen and (min-width: 640px) {
  .comp-ContentImageSlideshowLeft {
    padding-bottom: calc(5vw + 8px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ContentImageSlideshowLeft {
    padding-bottom: 80px;
  }
}
.comp-ContentImageSlideshowLeft.no-top-padding {
  padding-top: 0 !important;
}
.comp-ContentImageSlideshowLeft.no-bottom-padding {
  padding-bottom: 0 !important;
}
.comp-ContentImageSlideshowLeft .image-slider-column {
  min-width: 0;
  position: relative;
  margin-bottom: 32px;
}
@media only screen and (min-width: 48.0625rem) {
  .comp-ContentImageSlideshowLeft .image-slider-column {
    margin-bottom: 0;
  }
}
.comp-ContentImageSlideshowLeft .image-slider-column .image-slider .image-slide {
  padding-bottom: 79.268%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: block !important;
}
.comp-ContentImageSlideshowLeft .image-slider-column .slider-navigation {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #ffffff;
  width: 60%;
  max-width: 340px;
  display: flex;
  align-items: center;
}
.comp-ContentImageSlideshowLeft .image-slider-column .slider-navigation {
  padding-top: 18px;
}
@media screen and (min-width: 640px) {
  .comp-ContentImageSlideshowLeft .image-slider-column .slider-navigation {
    padding-top: calc(2.25vw + 3.6px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ContentImageSlideshowLeft .image-slider-column .slider-navigation {
    padding-top: 36px;
  }
}
.comp-ContentImageSlideshowLeft .image-slider-column .slider-navigation {
  padding-bottom: 18px;
}
@media screen and (min-width: 640px) {
  .comp-ContentImageSlideshowLeft .image-slider-column .slider-navigation {
    padding-bottom: calc(2.25vw + 3.6px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ContentImageSlideshowLeft .image-slider-column .slider-navigation {
    padding-bottom: 36px;
  }
}
.comp-ContentImageSlideshowLeft .image-slider-column .slider-navigation {
  padding-left: 22px;
}
@media screen and (min-width: 640px) {
  .comp-ContentImageSlideshowLeft .image-slider-column .slider-navigation {
    padding-left: calc(2.75vw + 4.4px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ContentImageSlideshowLeft .image-slider-column .slider-navigation {
    padding-left: 44px;
  }
}
.comp-ContentImageSlideshowLeft .image-slider-column .slider-navigation {
  padding-right: 22px;
}
@media screen and (min-width: 640px) {
  .comp-ContentImageSlideshowLeft .image-slider-column .slider-navigation {
    padding-right: calc(2.75vw + 4.4px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ContentImageSlideshowLeft .image-slider-column .slider-navigation {
    padding-right: 44px;
  }
}
.comp-ContentImageSlideshowLeft .image-slider-column .slider-navigation .slide-info {
  flex-basis: 70%;
  flex-shrink: 0;
  flex-grow: 0;
  min-width: 0;
}
@media only screen and (min-width: 48.0625rem) {
  .comp-ContentImageSlideshowLeft .image-slider-column .slider-navigation .slide-info {
    flex-basis: 60%;
  }
}
.comp-ContentImageSlideshowLeft .image-slider-column .slider-navigation .slide-info .slide-counter {
  position: relative;
}
.comp-ContentImageSlideshowLeft .image-slider-column .slider-navigation .slide-info .slide-counter {
  margin-bottom: 6px;
}
@media screen and (min-width: 640px) {
  .comp-ContentImageSlideshowLeft .image-slider-column .slider-navigation .slide-info .slide-counter {
    margin-bottom: calc(0.25vw + 4.4px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ContentImageSlideshowLeft .image-slider-column .slider-navigation .slide-info .slide-counter {
    margin-bottom: 8px;
  }
}
.comp-ContentImageSlideshowLeft .image-slider-column .slider-navigation .slide-info .slide-counter .slide-number {
  font-family: "Poppins";
  font-weight: 500;
  line-height: 1.4;
  font-style: normal;
  letter-spacing: 2px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 200ms;
}
.comp-ContentImageSlideshowLeft .image-slider-column .slider-navigation .slide-info .slide-counter .slide-number {
  font-size: 13px;
}
@media screen and (min-width: 640px) {
  .comp-ContentImageSlideshowLeft .image-slider-column .slider-navigation .slide-info .slide-counter .slide-number {
    font-size: calc(0.375vw + 10.6px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ContentImageSlideshowLeft .image-slider-column .slider-navigation .slide-info .slide-counter .slide-number {
    font-size: 16px;
  }
}
.comp-ContentImageSlideshowLeft .image-slider-column .slider-navigation .slide-info .slide-counter .slide-number.active {
  opacity: 1;
}
.comp-ContentImageSlideshowLeft .image-slider-column .slider-navigation .slide-info .slide-captions-slider .slide-caption {
  font-family: "Montserrat";
  font-weight: 400;
  line-height: 1.4;
  font-style: normal;
  letter-spacing: 0px;
  color: #c3c8d1;
}
.comp-ContentImageSlideshowLeft .image-slider-column .slider-navigation .slide-info .slide-captions-slider .slide-caption {
  font-size: 12px;
}
@media screen and (min-width: 640px) {
  .comp-ContentImageSlideshowLeft .image-slider-column .slider-navigation .slide-info .slide-captions-slider .slide-caption {
    font-size: calc(0.25vw + 10.4px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ContentImageSlideshowLeft .image-slider-column .slider-navigation .slide-info .slide-captions-slider .slide-caption {
    font-size: 14px;
  }
}
.comp-ContentImageSlideshowLeft .image-slider-column .slider-navigation .play-pause-btn-wrapper {
  display: flex;
  flex-grow: 1;
  justify-content: flex-end;
}
.comp-ContentImageSlideshowLeft .image-slider-column .slider-navigation .play-pause-btn-wrapper .play-pause-btn {
  position: relative;
  height: 54px;
  width: 54px;
  text-align: center;
  cursor: pointer;
  display: block;
  z-index: 2;
}
.comp-ContentImageSlideshowLeft .image-slider-column .slider-navigation .play-pause-btn-wrapper .play-pause-btn {
  margin-left: 8px;
}
@media screen and (min-width: 640px) {
  .comp-ContentImageSlideshowLeft .image-slider-column .slider-navigation .play-pause-btn-wrapper .play-pause-btn {
    margin-left: calc(2vw - 4.8px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ContentImageSlideshowLeft .image-slider-column .slider-navigation .play-pause-btn-wrapper .play-pause-btn {
    margin-left: 24px;
  }
}
@media only screen and (min-width: 64.0625rem) {
  .comp-ContentImageSlideshowLeft .image-slider-column .slider-navigation .play-pause-btn-wrapper .play-pause-btn {
    height: 76px;
    width: 76px;
  }
}
.comp-ContentImageSlideshowLeft .image-slider-column .slider-navigation .play-pause-btn-wrapper .play-pause-btn svg circle {
  stroke: #62929e;
}
.comp-ContentImageSlideshowLeft .image-slider-column .slider-navigation .play-pause-btn-wrapper .play-pause-btn svg rect {
  fill: #62929e;
}
.comp-ContentImageSlideshowLeft .image-slider-column .slider-navigation .play-pause-btn-wrapper .play-pause-btn svg path {
  fill: #62929e;
}
.comp-ContentImageSlideshowLeft .image-slider-column .slider-navigation .play-pause-btn-wrapper .play-pause-btn .pause-icon {
  display: none;
  position: absolute;
  top: 12px;
  left: 23px;
  height: 15px;
  width: 11px;
}
@media only screen and (min-width: 64.0625rem) {
  .comp-ContentImageSlideshowLeft .image-slider-column .slider-navigation .play-pause-btn-wrapper .play-pause-btn .pause-icon {
    top: 22px;
    left: 33px;
  }
}
.comp-ContentImageSlideshowLeft .image-slider-column .slider-navigation .play-pause-btn-wrapper .play-pause-btn .pause-icon svg {
  max-width: 100%;
}
.comp-ContentImageSlideshowLeft .image-slider-column .slider-navigation .play-pause-btn-wrapper .play-pause-btn .play-icon {
  display: none;
  position: absolute;
  top: 21px;
  left: 23px;
  height: 11px;
  width: 11px;
}
@media only screen and (min-width: 64.0625rem) {
  .comp-ContentImageSlideshowLeft .image-slider-column .slider-navigation .play-pause-btn-wrapper .play-pause-btn .play-icon {
    top: 31px;
    left: 34px;
  }
}
.comp-ContentImageSlideshowLeft .image-slider-column .slider-navigation .play-pause-btn-wrapper .play-pause-btn .play-icon svg {
  max-width: 100%;
}
.comp-ContentImageSlideshowLeft .image-slider-column .slider-navigation .play-pause-btn-wrapper .play-pause-btn svg.timer-circle {
  position: absolute;
  top: 0;
  right: 0;
  height: 54px;
  width: 54px;
  transform: rotateY(-180deg) rotateZ(-90deg);
}
@media only screen and (min-width: 64.0625rem) {
  .comp-ContentImageSlideshowLeft .image-slider-column .slider-navigation .play-pause-btn-wrapper .play-pause-btn svg.timer-circle {
    height: 76px;
    width: 76px;
  }
}
.comp-ContentImageSlideshowLeft .image-slider-column .slider-navigation .play-pause-btn-wrapper .play-pause-btn svg.timer-circle.small {
  visibility: visible;
}
@media only screen and (min-width: 64.0625rem) {
  .comp-ContentImageSlideshowLeft .image-slider-column .slider-navigation .play-pause-btn-wrapper .play-pause-btn svg.timer-circle.small {
    visibility: hidden;
  }
}
.comp-ContentImageSlideshowLeft .image-slider-column .slider-navigation .play-pause-btn-wrapper .play-pause-btn svg.timer-circle.large {
  visibility: hidden;
}
@media only screen and (min-width: 64.0625rem) {
  .comp-ContentImageSlideshowLeft .image-slider-column .slider-navigation .play-pause-btn-wrapper .play-pause-btn svg.timer-circle.large {
    visibility: visible;
  }
}
.comp-ContentImageSlideshowLeft .image-slider-column .slider-navigation .play-pause-btn-wrapper .play-pause-btn svg.timer-circle circle {
  stroke-dasharray: 156px;
  stroke-dashoffset: 0px;
  stroke-linecap: round;
  stroke-width: 3px;
  fill: none;
}
@media only screen and (min-width: 64.0625rem) {
  .comp-ContentImageSlideshowLeft .image-slider-column .slider-navigation .play-pause-btn-wrapper .play-pause-btn svg.timer-circle circle {
    stroke-dasharray: 224px;
  }
}
.comp-ContentImageSlideshowLeft .image-slider-column .slider-navigation .play-pause-btn-wrapper .play-pause-btn.playing svg.timer-circle.small circle {
  animation: countdownSmall 8s linear infinite forwards;
  animation-iteration-count: 1;
}
.comp-ContentImageSlideshowLeft .image-slider-column .slider-navigation .play-pause-btn-wrapper .play-pause-btn.playing svg.timer-circle.large circle {
  animation: countdownLarge 8s linear infinite forwards;
  animation-iteration-count: 1;
}
.comp-ContentImageSlideshowLeft .image-slider-column .slider-navigation .play-pause-btn-wrapper .play-pause-btn.play .pause-icon {
  display: block;
}
.comp-ContentImageSlideshowLeft .image-slider-column .slider-navigation .play-pause-btn-wrapper .play-pause-btn.paused .play-icon {
  display: block;
}
.comp-ContentImageSlideshowLeft .image-slider-column .slider-navigation.single-slide .slide-info {
  flex-basis: 100%;
}
.comp-ContentImageSlideshowLeft .text-content-column {
  display: flex;
  align-items: center;
}
.comp-ContentImageSlideshowLeft .text-content-column .text-content-wrapper .heading {
  font-family: "Poppins";
  font-weight: 500;
  line-height: 1.15;
  font-style: normal;
  letter-spacing: 0px;
}
.comp-ContentImageSlideshowLeft .text-content-column .text-content-wrapper .heading {
  font-size: 20px;
}
@media screen and (min-width: 640px) {
  .comp-ContentImageSlideshowLeft .text-content-column .text-content-wrapper .heading {
    font-size: calc(2.5vw + 4px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ContentImageSlideshowLeft .text-content-column .text-content-wrapper .heading {
    font-size: 40px;
  }
}
.comp-ContentImageSlideshowLeft .text-content-column .text-content-wrapper .text-content {
  margin-top: 16px;
}
@media screen and (min-width: 640px) {
  .comp-ContentImageSlideshowLeft .text-content-column .text-content-wrapper .text-content {
    margin-top: calc(2vw + 3.2px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ContentImageSlideshowLeft .text-content-column .text-content-wrapper .text-content {
    margin-top: 32px;
  }
}
.comp-ContentImageSlideshowLeft .text-content-column .text-content-wrapper .text-content p {
  font-family: "Montserrat";
  font-weight: 400;
  line-height: 1.5;
  font-style: normal;
  letter-spacing: 0px;
}
.comp-ContentImageSlideshowLeft .text-content-column .text-content-wrapper .text-content p {
  font-size: 14px;
}
@media screen and (min-width: 640px) {
  .comp-ContentImageSlideshowLeft .text-content-column .text-content-wrapper .text-content p {
    font-size: calc(0.5vw + 10.8px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ContentImageSlideshowLeft .text-content-column .text-content-wrapper .text-content p {
    font-size: 18px;
  }
}

.comp-ContentStaggeredImages {
  position: relative;
}
.comp-ContentStaggeredImages {
  padding-top: 84px;
}
@media screen and (min-width: 640px) {
  .comp-ContentStaggeredImages {
    padding-top: calc(14.5vw - 8.8px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ContentStaggeredImages {
    padding-top: 200px;
  }
}
.comp-ContentStaggeredImages {
  padding-bottom: 42px;
}
@media screen and (min-width: 640px) {
  .comp-ContentStaggeredImages {
    padding-bottom: calc(6.25vw + 2px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ContentStaggeredImages {
    padding-bottom: 92px;
  }
}
@media only screen and (min-width: 48.0625rem) {
  .comp-ContentStaggeredImages {
    padding-top: 84px;
  }
}
@media only screen and (min-width: 48.0625rem) and (min-width: 640px) {
  .comp-ContentStaggeredImages {
    padding-top: calc(14.5vw - 8.8px);
  }
}
@media only screen and (min-width: 48.0625rem) and (min-width: 1440px) {
  .comp-ContentStaggeredImages {
    padding-top: 200px;
  }
}
@media only screen and (min-width: 48.0625rem) {
  .comp-ContentStaggeredImages {
    padding-bottom: 42px;
  }
}
@media only screen and (min-width: 48.0625rem) and (min-width: 640px) {
  .comp-ContentStaggeredImages {
    padding-bottom: calc(6.25vw + 2px);
  }
}
@media only screen and (min-width: 48.0625rem) and (min-width: 1440px) {
  .comp-ContentStaggeredImages {
    padding-bottom: 92px;
  }
}
.comp-ContentStaggeredImages:before {
  content: "";
  position: absolute;
  z-index: 1;
  display: none;
  left: 0;
  right: 0;
  top: 32px;
  height: 124px;
  background-image: url("/built/images/placeholders/dot-bg-pattern.svg");
}
@media only screen and (min-width: 48.0625rem) {
  .comp-ContentStaggeredImages:before {
    display: block;
  }
}
@media only screen and (min-width: 64.0625rem) {
  .comp-ContentStaggeredImages:before {
    height: 172px;
    top: 72px;
  }
}
.comp-ContentStaggeredImages .grid-container {
  position: relative;
  z-index: 2;
}
.comp-ContentStaggeredImages .grid-container .staggered-image-row {
  margin-top: 32px;
}
@media screen and (min-width: 640px) {
  .comp-ContentStaggeredImages .grid-container .staggered-image-row {
    margin-top: calc(6vw - 6.4px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ContentStaggeredImages .grid-container .staggered-image-row {
    margin-top: 80px;
  }
}
.comp-ContentStaggeredImages .grid-container .staggered-image-row:first-child {
  margin-top: 0;
}
.comp-ContentStaggeredImages .grid-container .staggered-image-row .image-column {
  display: flex;
  align-items: center;
  order: 1;
  text-align: center;
}
@media only screen and (min-width: 48.0625rem) {
  .comp-ContentStaggeredImages .grid-container .staggered-image-row .image-column {
    order: 0;
    padding-right: 36px;
  }
}
@media only screen and (min-width: 1600px) {
  .comp-ContentStaggeredImages .grid-container .staggered-image-row .image-column {
    padding-right: 0;
  }
}
.comp-ContentStaggeredImages .grid-container .staggered-image-row .image-column img {
  display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 48.0625rem) {
  .comp-ContentStaggeredImages .grid-container .staggered-image-row .image-column img {
    margin-left: 0;
    margin-right: 0;
  }
}
.comp-ContentStaggeredImages .grid-container .staggered-image-row .text-column {
  display: flex;
  flex-direction: column;
  justify-content: center;
  order: 2;
}
.comp-ContentStaggeredImages .grid-container .staggered-image-row .text-column {
  margin-top: 20px;
}
@media screen and (min-width: 640px) {
  .comp-ContentStaggeredImages .grid-container .staggered-image-row .text-column {
    margin-top: calc(1vw + 13.6px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ContentStaggeredImages .grid-container .staggered-image-row .text-column {
    margin-top: 28px;
  }
}
@media only screen and (min-width: 48.0625rem) {
  .comp-ContentStaggeredImages .grid-container .staggered-image-row .text-column {
    order: 0;
    margin-top: 0;
  }
}
.comp-ContentStaggeredImages .grid-container .staggered-image-row .text-column .heading {
  font-family: "Poppins";
  font-weight: 500;
  line-height: 1.4;
  font-style: normal;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.comp-ContentStaggeredImages .grid-container .staggered-image-row .text-column .heading {
  font-size: 13px;
}
@media screen and (min-width: 640px) {
  .comp-ContentStaggeredImages .grid-container .staggered-image-row .text-column .heading {
    font-size: calc(0.375vw + 10.6px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ContentStaggeredImages .grid-container .staggered-image-row .text-column .heading {
    font-size: 16px;
  }
}
.comp-ContentStaggeredImages .grid-container .staggered-image-row .text-column .text-content {
  font-family: "Montserrat";
  font-weight: 400;
  line-height: 1.4;
  font-style: normal;
  letter-spacing: 0px;
  color: #c3c8d1;
}
.comp-ContentStaggeredImages .grid-container .staggered-image-row .text-column .text-content {
  font-size: 12px;
}
@media screen and (min-width: 640px) {
  .comp-ContentStaggeredImages .grid-container .staggered-image-row .text-column .text-content {
    font-size: calc(0.25vw + 10.4px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ContentStaggeredImages .grid-container .staggered-image-row .text-column .text-content {
    font-size: 14px;
  }
}
.comp-ContentStaggeredImages .grid-container .staggered-image-row .text-column .text-content {
  margin-top: 8px;
}
@media screen and (min-width: 640px) {
  .comp-ContentStaggeredImages .grid-container .staggered-image-row .text-column .text-content {
    margin-top: calc(1vw + 1.6px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ContentStaggeredImages .grid-container .staggered-image-row .text-column .text-content {
    margin-top: 16px;
  }
}
.comp-ContentStaggeredImages .right-side-text {
  font-family: "Poppins";
  font-weight: 500;
  line-height: 1.4;
  font-style: normal;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #1a1a1a;
  transform: rotate(90deg);
  position: absolute;
  display: none;
}
.comp-ContentStaggeredImages .right-side-text {
  font-size: 13px;
}
@media screen and (min-width: 640px) {
  .comp-ContentStaggeredImages .right-side-text {
    font-size: calc(0.375vw + 10.6px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ContentStaggeredImages .right-side-text {
    font-size: 16px;
  }
}
@media only screen and (min-width: 48.0625rem) {
  .comp-ContentStaggeredImages .right-side-text {
    display: block;
  }
}

@media only screen and (min-width: 30.0625rem) {
  .comp-GalleryGrid {
    min-height: 420px;
    height: 50vw;
    max-height: 920px;
  }
}
@media only screen and (min-width: 30.0625rem) {
  .comp-GalleryGrid .grid-wrapper {
    height: 100%;
    display: flex;
    justify-content: space-between;
  }
}
.comp-GalleryGrid .grid-wrapper .left {
  padding-bottom: 90%;
  margin-bottom: 0.25rem;
}
@media only screen and (min-width: 30.0625rem) {
  .comp-GalleryGrid .grid-wrapper .left {
    padding-bottom: 0;
    flex-basis: calc(55% - 0.125rem);
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 30.0625rem) {
  .comp-GalleryGrid .grid-wrapper .right {
    flex-basis: calc(45% - 0.125rem);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
.comp-GalleryGrid .grid-wrapper .right div {
  padding-bottom: 56.7%;
}
@media only screen and (min-width: 30.0625rem) {
  .comp-GalleryGrid .grid-wrapper .right div {
    flex-basis: calc(50% - 0.125rem);
    padding-bottom: 0;
  }
}
.comp-GalleryGrid .grid-wrapper .right div + div {
  margin-top: 0.25rem;
}
@media only screen and (min-width: 30.0625rem) {
  .comp-GalleryGrid .grid-wrapper .right div + div {
    margin-top: 0;
  }
}
.comp-GalleryGrid .background-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.comp-GalleryWideSlider {
  background-color: #1a1a1a;
}
.comp-GalleryWideSlider .card-slider {
  overflow: hidden;
}
.comp-GalleryWideSlider .card-slider .slick-list .slick-track {
  padding-top: 50px;
}
@media screen and (min-width: 640px) {
  .comp-GalleryWideSlider .card-slider .slick-list .slick-track {
    padding-top: calc(6.25vw + 10px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-GalleryWideSlider .card-slider .slick-list .slick-track {
    padding-top: 100px;
  }
}
.comp-GalleryWideSlider .card-slider .slick-list .slick-track {
  padding-bottom: 50px;
}
@media screen and (min-width: 640px) {
  .comp-GalleryWideSlider .card-slider .slick-list .slick-track {
    padding-bottom: calc(6.25vw + 10px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-GalleryWideSlider .card-slider .slick-list .slick-track {
    padding-bottom: 100px;
  }
}
.comp-GalleryWideSlider .card-slider .slick-list .slick-track .slick-slide {
  transition: transform 450ms;
  transform: perspective(1000px) rotateY(16deg);
}
.comp-GalleryWideSlider .card-slider .slick-list .slick-track .slick-slide.slick-center {
  transform: perspective(0px) rotateY(0);
}
.comp-GalleryWideSlider .card-slider .slick-list .slick-track .slick-slide.slick-center + .slick-slide, .comp-GalleryWideSlider .card-slider .slick-list .slick-track .slick-slide.slick-center + .slick-slide + .slick-slide, .comp-GalleryWideSlider .card-slider .slick-list .slick-track .slick-slide.slick-center + .slick-slide + .slick-slide + .slick-slide, .comp-GalleryWideSlider .card-slider .slick-list .slick-track .slick-slide.slick-center + .slick-slide + .slick-slide + .slick-slide + .slick-slide {
  transform: perspective(1000px) rotateY(-16deg);
}
.comp-GalleryWideSlider .card-slider .slick-list .slick-track .slick-slide .card-wrapper .card {
  position: relative;
  box-sizing: border-box;
  padding-top: 172px;
  padding-bottom: 54px;
  display: flex;
  align-items: flex-end;
}
.comp-GalleryWideSlider .card-slider .slick-list .slick-track .slick-slide .card-wrapper .card {
  padding-left: 24px;
}
@media screen and (min-width: 640px) {
  .comp-GalleryWideSlider .card-slider .slick-list .slick-track .slick-slide .card-wrapper .card {
    padding-left: calc(6vw - 14.4px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-GalleryWideSlider .card-slider .slick-list .slick-track .slick-slide .card-wrapper .card {
    padding-left: 72px;
  }
}
.comp-GalleryWideSlider .card-slider .slick-list .slick-track .slick-slide .card-wrapper .card {
  padding-right: 24px;
}
@media screen and (min-width: 640px) {
  .comp-GalleryWideSlider .card-slider .slick-list .slick-track .slick-slide .card-wrapper .card {
    padding-right: calc(6vw - 14.4px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-GalleryWideSlider .card-slider .slick-list .slick-track .slick-slide .card-wrapper .card {
    padding-right: 72px;
  }
}
@media only screen and (min-width: 48.0625rem) {
  .comp-GalleryWideSlider .card-slider .slick-list .slick-track .slick-slide .card-wrapper .card {
    padding-top: 172px;
    padding-bottom: 72px;
  }
}
@media only screen and (min-width: 64.0625rem) {
  .comp-GalleryWideSlider .card-slider .slick-list .slick-track .slick-slide .card-wrapper .card {
    padding-top: 42px;
  }
}
@media only screen and (min-width: 64.0625rem) and (min-width: 640px) {
  .comp-GalleryWideSlider .card-slider .slick-list .slick-track .slick-slide .card-wrapper .card {
    padding-top: calc(39.75vw - 212.4px);
  }
}
@media only screen and (min-width: 64.0625rem) and (min-width: 1440px) {
  .comp-GalleryWideSlider .card-slider .slick-list .slick-track .slick-slide .card-wrapper .card {
    padding-top: 360px;
  }
}
@media only screen and (min-width: 64.0625rem) {
  .comp-GalleryWideSlider .card-slider .slick-list .slick-track .slick-slide .card-wrapper .card {
    padding-bottom: 42px;
  }
}
@media only screen and (min-width: 64.0625rem) and (min-width: 640px) {
  .comp-GalleryWideSlider .card-slider .slick-list .slick-track .slick-slide .card-wrapper .card {
    padding-bottom: calc(9.5vw - 18.8px);
  }
}
@media only screen and (min-width: 64.0625rem) and (min-width: 1440px) {
  .comp-GalleryWideSlider .card-slider .slick-list .slick-track .slick-slide .card-wrapper .card {
    padding-bottom: 118px;
  }
}
.comp-GalleryWideSlider .card-slider .slick-list .slick-track .slick-slide .card-wrapper .card .card-background-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.comp-GalleryWideSlider .card-slider .slick-list .slick-track .slick-slide .card-wrapper .card .card-content-wrapper {
  max-width: 400px;
  position: relative;
  z-index: 2;
}
.comp-GalleryWideSlider .card-slider .slick-list .slick-track .slick-slide .card-wrapper .card .card-content-wrapper .heading {
  font-family: "Poppins";
  font-weight: 500;
  line-height: 1.15;
  font-style: normal;
  letter-spacing: 0px;
  color: #ffffff;
}
.comp-GalleryWideSlider .card-slider .slick-list .slick-track .slick-slide .card-wrapper .card .card-content-wrapper .heading {
  font-size: 20px;
}
@media screen and (min-width: 640px) {
  .comp-GalleryWideSlider .card-slider .slick-list .slick-track .slick-slide .card-wrapper .card .card-content-wrapper .heading {
    font-size: calc(2.5vw + 4px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-GalleryWideSlider .card-slider .slick-list .slick-track .slick-slide .card-wrapper .card .card-content-wrapper .heading {
    font-size: 40px;
  }
}
.comp-GalleryWideSlider .card-slider .slick-list .slick-track .slick-slide .card-wrapper .card .card-content-wrapper .text-content {
  font-family: "Montserrat";
  font-weight: 400;
  line-height: 1.4;
  font-style: normal;
  letter-spacing: 0px;
  color: #ffffff;
}
.comp-GalleryWideSlider .card-slider .slick-list .slick-track .slick-slide .card-wrapper .card .card-content-wrapper .text-content {
  font-size: 12px;
}
@media screen and (min-width: 640px) {
  .comp-GalleryWideSlider .card-slider .slick-list .slick-track .slick-slide .card-wrapper .card .card-content-wrapper .text-content {
    font-size: calc(0.25vw + 10.4px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-GalleryWideSlider .card-slider .slick-list .slick-track .slick-slide .card-wrapper .card .card-content-wrapper .text-content {
    font-size: 14px;
  }
}
.comp-GalleryWideSlider .card-slider .slick-list .slick-track .slick-slide .card-wrapper .card .card-content-wrapper .text-content {
  margin-top: 8px;
}
@media screen and (min-width: 640px) {
  .comp-GalleryWideSlider .card-slider .slick-list .slick-track .slick-slide .card-wrapper .card .card-content-wrapper .text-content {
    margin-top: calc(0.5vw + 4.8px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-GalleryWideSlider .card-slider .slick-list .slick-track .slick-slide .card-wrapper .card .card-content-wrapper .text-content {
    margin-top: 12px;
  }
}
.comp-GalleryWideSlider .card-slider .slick-list .slick-track .slick-slide .card-wrapper .card .card-content-wrapper .subtext {
  font-family: "Montserrat";
  font-weight: 400;
  line-height: 1.4;
  font-style: normal;
  letter-spacing: 0px;
  color: #ffffff;
}
.comp-GalleryWideSlider .card-slider .slick-list .slick-track .slick-slide .card-wrapper .card .card-content-wrapper .subtext {
  font-size: 12px;
}
@media screen and (min-width: 640px) {
  .comp-GalleryWideSlider .card-slider .slick-list .slick-track .slick-slide .card-wrapper .card .card-content-wrapper .subtext {
    font-size: calc(0.25vw + 10.4px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-GalleryWideSlider .card-slider .slick-list .slick-track .slick-slide .card-wrapper .card .card-content-wrapper .subtext {
    font-size: 14px;
  }
}
.comp-GalleryWideSlider .card-slider .slick-list .slick-track .slick-slide .card-wrapper .card .card-content-wrapper .subtext {
  margin-top: 32px;
}
@media screen and (min-width: 640px) {
  .comp-GalleryWideSlider .card-slider .slick-list .slick-track .slick-slide .card-wrapper .card .card-content-wrapper .subtext {
    margin-top: calc(3.5vw + 9.6px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-GalleryWideSlider .card-slider .slick-list .slick-track .slick-slide .card-wrapper .card .card-content-wrapper .subtext {
    margin-top: 60px;
  }
}
.comp-GalleryWideSlider.no-top-padding .card-slider .slick-list .slick-track {
  padding-top: 0 !important;
}
.comp-GalleryWideSlider.no-bottom-padding .card-slider .slick-list .slick-track {
  padding-bottom: 0 !important;
}

.comp-GalleryTwoUp {
  position: relative;
}
@media only screen and (min-width: 48.0625rem) {
  .comp-GalleryTwoUp {
    display: flex;
    align-items: flex-end;
  }
  .comp-GalleryTwoUp {
    padding-top: 42px;
  }
}
@media only screen and (min-width: 48.0625rem) and (min-width: 640px) {
  .comp-GalleryTwoUp {
    padding-top: calc(7.25vw - 4.4px);
  }
}
@media only screen and (min-width: 48.0625rem) and (min-width: 1440px) {
  .comp-GalleryTwoUp {
    padding-top: 100px;
  }
}
.comp-GalleryTwoUp .left {
  min-width: 0;
  position: relative;
}
@media only screen and (min-width: 48.0625rem) {
  .comp-GalleryTwoUp .left {
    flex-basis: 53.6%;
    flex-grow: 0;
    flex-shrink: 0;
  }
}
.comp-GalleryTwoUp .left .left-image-slider .background-image-slide {
  padding-bottom: 112.667%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: block !important;
}
@media only screen and (min-width: 90.0625rem) {
  .comp-GalleryTwoUp .left .left-image-slider .background-image-slide {
    padding-bottom: 0;
    height: 59.5vw;
    max-height: 1200px;
  }
}
.comp-GalleryTwoUp .left .text-content {
  position: absolute;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  max-width: 450px;
  left: 32px;
  right: 132px;
}
@media only screen and (min-width: 30.0625rem) {
  .comp-GalleryTwoUp .left .text-content {
    flex-direction: row;
  }
}
.comp-GalleryTwoUp .left .text-content {
  bottom: 28px;
}
@media screen and (min-width: 640px) {
  .comp-GalleryTwoUp .left .text-content {
    bottom: calc(4.5vw - 0.8px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-GalleryTwoUp .left .text-content {
    bottom: 64px;
  }
}
@media only screen and (min-width: 48.0625rem) {
  .comp-GalleryTwoUp .left .text-content {
    right: 32px;
  }
}
@media only screen and (min-width: 64.0625rem) {
  .comp-GalleryTwoUp .left .text-content {
    left: 72px;
    right: 72px;
  }
}
@media only screen and (min-width: 75.0625rem) {
  .comp-GalleryTwoUp .left .text-content {
    left: 100px;
    right: 100px;
  }
}
@media only screen and (min-width: 90.0625rem) {
  .comp-GalleryTwoUp .left .text-content {
    left: 120px;
    right: 120px;
  }
}
.comp-GalleryTwoUp .left .text-content .text-content-column {
  flex-basis: calc(50% - 0.875rem);
}
.comp-GalleryTwoUp .left .text-content .text-content-column .heading {
  font-family: "Poppins";
  font-weight: 500;
  line-height: 1.4;
  font-style: normal;
  letter-spacing: 2px;
  color: #ffffff;
  text-transform: uppercase;
}
.comp-GalleryTwoUp .left .text-content .text-content-column .heading {
  font-size: 13px;
}
@media screen and (min-width: 640px) {
  .comp-GalleryTwoUp .left .text-content .text-content-column .heading {
    font-size: calc(0.375vw + 10.6px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-GalleryTwoUp .left .text-content .text-content-column .heading {
    font-size: 16px;
  }
}
.comp-GalleryTwoUp .left .text-content .text-content-column .text {
  margin-top: 2px;
}
@media screen and (min-width: 640px) {
  .comp-GalleryTwoUp .left .text-content .text-content-column .text {
    margin-top: calc(1.25vw - 6px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-GalleryTwoUp .left .text-content .text-content-column .text {
    margin-top: 12px;
  }
}
.comp-GalleryTwoUp .left .text-content .text-content-column .text p {
  font-family: "Montserrat";
  font-weight: 400;
  line-height: 1.4;
  font-style: normal;
  letter-spacing: 0px;
  color: #ffffff;
}
.comp-GalleryTwoUp .left .text-content .text-content-column .text p {
  font-size: 12px;
}
@media screen and (min-width: 640px) {
  .comp-GalleryTwoUp .left .text-content .text-content-column .text p {
    font-size: calc(0.25vw + 10.4px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-GalleryTwoUp .left .text-content .text-content-column .text p {
    font-size: 14px;
  }
}
.comp-GalleryTwoUp .left .text-content .text-content-column + .text-content-column {
  margin-top: 12px;
}
@media only screen and (min-width: 30.0625rem) {
  .comp-GalleryTwoUp .left .text-content .text-content-column + .text-content-column {
    margin-top: 0;
  }
}
.comp-GalleryTwoUp .right {
  flex-basis: 42.9%;
  flex-grow: 0;
  flex-shrink: 0;
  min-width: 0;
  display: none;
}
@media only screen and (min-width: 48.0625rem) {
  .comp-GalleryTwoUp .right {
    display: block;
  }
}
.comp-GalleryTwoUp .right .right-image-slider .background-image-slide {
  padding-bottom: 125.556%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: block !important;
}
@media only screen and (min-width: 90.0625rem) {
  .comp-GalleryTwoUp .right .right-image-slider .background-image-slide {
    padding-bottom: 0;
    height: 53.2vw;
    max-height: 1070px;
  }
}
.comp-GalleryTwoUp .next-image-button {
  width: 72px;
  height: 72px;
  background-color: #1a1a1a;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 20px;
  right: 20px;
  cursor: pointer;
  transition: transform 200ms;
  transform: translateY(0px);
}
@media only screen and (min-width: 30.0625rem) {
  .comp-GalleryTwoUp .next-image-button {
    bottom: 24px;
    right: 24px;
  }
}
@media only screen and (min-width: 48.0625rem) {
  .comp-GalleryTwoUp .next-image-button {
    bottom: 32px;
    right: 1.5%;
    width: 92px;
    height: 92px;
  }
}
@media only screen and (min-width: 64.0625rem) {
  .comp-GalleryTwoUp .next-image-button {
    bottom: 42px;
    right: 2.3%;
    width: 114px;
    height: 114px;
  }
}
@media only screen and (min-width: 75.0625rem) {
  .comp-GalleryTwoUp .next-image-button {
    bottom: 60px;
  }
}
.comp-GalleryTwoUp .next-image-button svg * {
  fill: #ffffff;
}
.comp-GalleryTwoUp .next-image-button:hover {
  transform: translateY(-5px);
}
.comp-GalleryTwoUp .slide-counter-wrapper {
  position: absolute;
  right: 6.5%;
  top: 16%;
}
@media only screen and (min-width: 48.0625rem) {
  .comp-GalleryTwoUp .slide-counter-wrapper {
    top: 32%;
  }
}
@media only screen and (min-width: 64.0625rem) {
  .comp-GalleryTwoUp .slide-counter-wrapper {
    top: 33%;
    right: 7%;
  }
}
@media only screen and (min-width: 75.0625rem) {
  .comp-GalleryTwoUp .slide-counter-wrapper {
    top: 36%;
  }
}
@media only screen and (min-width: 90.0625rem) {
  .comp-GalleryTwoUp .slide-counter-wrapper {
    top: 45.5%;
  }
}
.comp-GalleryTwoUp .slide-counter-wrapper .slide-counter {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.comp-GalleryTwoUp .slide-counter-wrapper .slide-counter .active-slide {
  position: relative;
  transform: rotate(90deg);
}
.comp-GalleryTwoUp .slide-counter-wrapper .slide-counter .active-slide .slide-number {
  font-family: "Poppins";
  font-weight: 500;
  line-height: 1.1;
  font-style: normal;
  letter-spacing: 0px;
  color: #ffffff;
  position: absolute;
  top: 2px;
  left: 0;
  min-width: 100%;
  text-align: center;
  opacity: 0;
  transition: opacity 350ms;
}
.comp-GalleryTwoUp .slide-counter-wrapper .slide-counter .active-slide .slide-number {
  font-size: 16px;
}
@media screen and (min-width: 640px) {
  .comp-GalleryTwoUp .slide-counter-wrapper .slide-counter .active-slide .slide-number {
    font-size: calc(1.5vw + 6.4px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-GalleryTwoUp .slide-counter-wrapper .slide-counter .active-slide .slide-number {
    font-size: 28px;
  }
}
.comp-GalleryTwoUp .slide-counter-wrapper .slide-counter .active-slide .slide-number.active {
  opacity: 1;
}
.comp-GalleryTwoUp .slide-counter-wrapper .slide-counter .separator {
  width: 3px;
  height: 92px;
  background-color: #ffffff;
  margin-top: 18px;
  margin-bottom: 18px;
}
.comp-GalleryTwoUp .slide-counter-wrapper .slide-counter .total-slides {
  font-family: "Poppins";
  font-weight: 500;
  line-height: 1.1;
  font-style: normal;
  letter-spacing: 0px;
  color: #ffffff;
  position: relative;
  right: 2px;
}
.comp-GalleryTwoUp .slide-counter-wrapper .slide-counter .total-slides {
  font-size: 16px;
}
@media screen and (min-width: 640px) {
  .comp-GalleryTwoUp .slide-counter-wrapper .slide-counter .total-slides {
    font-size: calc(1.5vw + 6.4px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-GalleryTwoUp .slide-counter-wrapper .slide-counter .total-slides {
    font-size: 28px;
  }
}

.comp-VideoFullWidth {
  position: relative;
  background-color: #1a1a1a;
  --plyr-color-main: #62929e;
  --plyr-video-controls-background: transparent;
  --plyr-video-progress-buffered-background: rgba(195, 200, 209, 0.25);
  --plyr-progress-loading-background: rgba(195, 200, 209, 0.25);
  --plyr-range-thumb-height: 0px;
  --plyr-range-thumb-background: transparent;
  --plyr-range-track-height: 3px;
  --plyr-font-family: Edmond Sans;
}
.comp-VideoFullWidth .plyr__poster {
  background-size: cover;
}
.comp-VideoFullWidth .plyr__controls {
  padding-left: 60px;
  padding-right: 12px;
  padding-bottom: 12px;
}
@media only screen and (min-width: 30.0625rem) {
  .comp-VideoFullWidth .plyr__controls {
    padding-left: 98px;
    padding-right: 28px;
    padding-bottom: 28px;
  }
}
@media only screen and (min-width: 48.0625rem) {
  .comp-VideoFullWidth .plyr__controls {
    padding-left: 120px;
    padding-right: 40px;
    padding-bottom: 40px;
  }
}
@media only screen and (min-width: 64.0625rem) {
  .comp-VideoFullWidth .plyr__controls {
    padding-left: 160px;
    padding-right: 60px;
    padding-bottom: 54px;
  }
}
@media only screen and (min-width: 75.0625rem) {
  .comp-VideoFullWidth .plyr__controls {
    padding-left: 200px;
    padding-right: 80px;
    padding-bottom: 64px;
  }
}
@media only screen and (min-width: 90.0625rem) {
  .comp-VideoFullWidth .plyr__controls {
    padding-left: 280px;
    padding-right: 120px;
    padding-bottom: 82px;
  }
}
.comp-VideoFullWidth .video-player-wrapper {
  position: relative;
  max-width: 1720px;
  margin-left: auto;
  margin-right: auto;
}
.comp-VideoFullWidth .video-player-wrapper .play-button {
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 12px;
  bottom: 12px;
  background-color: #62929e;
  cursor: pointer;
}
@media only screen and (min-width: 30.0625rem) {
  .comp-VideoFullWidth .video-player-wrapper .play-button {
    width: 42px;
    height: 42px;
    bottom: 28px;
    left: 28px;
  }
}
@media only screen and (min-width: 48.0625rem) {
  .comp-VideoFullWidth .video-player-wrapper .play-button {
    bottom: 40px;
    left: 40px;
    width: 50px;
    height: 50px;
  }
}
@media only screen and (min-width: 64.0625rem) {
  .comp-VideoFullWidth .video-player-wrapper .play-button {
    bottom: 54px;
    left: 60px;
  }
}
@media only screen and (min-width: 75.0625rem) {
  .comp-VideoFullWidth .video-player-wrapper .play-button {
    bottom: 64px;
    left: 80px;
  }
}
@media only screen and (min-width: 90.0625rem) {
  .comp-VideoFullWidth .video-player-wrapper .play-button {
    bottom: 82px;
    left: 120px;
  }
}
.comp-VideoFullWidth .video-player-wrapper .play-button .pause-icon svg *, .comp-VideoFullWidth .video-player-wrapper .play-button .play-icon svg * {
  fill: #ffffff;
}
.comp-VideoFullWidth .video-player-wrapper .play-button .pause-icon svg {
  display: block;
  width: 9px;
  height: 12px;
}
.comp-VideoFullWidth .video-player-wrapper .play-button .play-icon svg {
  display: block;
  width: 10px;
  height: 10px;
}
.comp-VideoFullWidth .video-player-wrapper .play-button.paused .pause-icon {
  display: none;
}
.comp-VideoFullWidth .video-player-wrapper .play-button.playing .play-icon {
  display: none;
}

.comp-VideoCentered {
  --plyr-color-main: #62929e;
  --plyr-video-controls-background: transparent;
  --plyr-video-progress-buffered-background: rgba(195, 200, 209, 0.25);
  --plyr-progress-loading-background: rgba(195, 200, 209, 0.25);
  --plyr-range-thumb-height: 0px;
  --plyr-range-thumb-background: transparent;
  --plyr-range-track-height: 3px;
  --plyr-font-family: Edmond Sans;
  position: relative;
  display: flex;
  justify-content: center;
}
.comp-VideoCentered {
  padding-top: 50px;
}
@media screen and (min-width: 640px) {
  .comp-VideoCentered {
    padding-top: calc(6.25vw + 10px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-VideoCentered {
    padding-top: 100px;
  }
}
.comp-VideoCentered {
  padding-bottom: 50px;
}
@media screen and (min-width: 640px) {
  .comp-VideoCentered {
    padding-bottom: calc(6.25vw + 10px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-VideoCentered {
    padding-bottom: 100px;
  }
}
.comp-VideoCentered {
  padding-left: 20px;
}
@media screen and (min-width: 640px) {
  .comp-VideoCentered {
    padding-left: calc(11vw - 50.4px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-VideoCentered {
    padding-left: 108px;
  }
}
.comp-VideoCentered {
  padding-right: 20px;
}
@media screen and (min-width: 640px) {
  .comp-VideoCentered {
    padding-right: calc(11vw - 50.4px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-VideoCentered {
    padding-right: 108px;
  }
}
.comp-VideoCentered.no-top-padding {
  padding-top: 0 !important;
}
.comp-VideoCentered.no-bottom-padding {
  padding-bottom: 0 !important;
}
.comp-VideoCentered .plyr__poster {
  background-size: cover;
}
.comp-VideoCentered .plyr__controls {
  transition: all 250ms ease;
}
.comp-VideoCentered .video-player-wrapper {
  position: relative;
  max-width: 1220px;
  flex-grow: 1;
}
.comp-VideoCentered .video-player-wrapper .play-button {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  background-color: #62929e;
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
  transition: opacity 250ms ease, visibility 1ms 250ms;
}
.comp-VideoCentered .video-player-wrapper .play-button .pause-icon svg *,
.comp-VideoCentered .video-player-wrapper .play-button .play-icon svg * {
  fill: #ffffff;
}
.comp-VideoCentered .video-player-wrapper .play-button .pause-icon svg {
  display: block;
  width: 9px;
  height: 12px;
}
.comp-VideoCentered .video-player-wrapper .play-button .play-icon svg {
  display: block;
  width: 10px;
  height: 10px;
}
.comp-VideoCentered .video-player-wrapper .play-button.paused .pause-icon {
  display: none;
}
.comp-VideoCentered .video-player-wrapper .play-button.playing .play-icon {
  display: none;
}
.comp-VideoCentered .video-player-wrapper .play-button.centered {
  width: 36px;
  height: 36px;
  left: calc(50% - 18px);
  bottom: calc(50% - 18px);
}
@media only screen and (min-width: 30.0625rem) {
  .comp-VideoCentered .video-player-wrapper .play-button.centered {
    width: 48px;
    height: 48px;
    bottom: calc(50% - 24px);
    left: calc(50% - 24px);
  }
}
@media only screen and (min-width: 48.0625rem) {
  .comp-VideoCentered .video-player-wrapper .play-button.centered {
    bottom: calc(50% - 35px);
    left: calc(50% - 35px);
    width: 70px;
    height: 70px;
  }
}
.comp-VideoCentered .video-player-wrapper .play-button.bottom-left {
  width: 36px;
  height: 36px;
  left: 12px;
  bottom: 12px;
}
@media only screen and (min-width: 30.0625rem) {
  .comp-VideoCentered .video-player-wrapper .play-button.bottom-left {
    width: 42px;
    height: 42px;
    bottom: 28px;
    left: 28px;
  }
}
@media only screen and (min-width: 48.0625rem) {
  .comp-VideoCentered .video-player-wrapper .play-button.bottom-left {
    bottom: 40px;
    left: 40px;
    width: 50px;
    height: 50px;
  }
}
@media only screen and (min-width: 64.0625rem) {
  .comp-VideoCentered .video-player-wrapper .play-button.bottom-left {
    bottom: 54px;
    left: 60px;
  }
}
@media only screen and (min-width: 75.0625rem) {
  .comp-VideoCentered .video-player-wrapper .play-button.bottom-left {
    bottom: 64px;
    left: 80px;
  }
}
@media only screen and (min-width: 90.0625rem) {
  .comp-VideoCentered .video-player-wrapper .play-button.bottom-left {
    bottom: 82px;
    left: 120px;
  }
}
.comp-VideoCentered.paused .plyr__controls {
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 12px;
}
@media only screen and (min-width: 30.0625rem) {
  .comp-VideoCentered.paused .plyr__controls {
    padding-left: 28px;
    padding-right: 28px;
    padding-bottom: 28px;
  }
}
@media only screen and (min-width: 48.0625rem) {
  .comp-VideoCentered.paused .plyr__controls {
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
  }
}
@media only screen and (min-width: 64.0625rem) {
  .comp-VideoCentered.paused .plyr__controls {
    padding-left: 60px;
    padding-right: 60px;
    padding-bottom: 54px;
  }
}
@media only screen and (min-width: 75.0625rem) {
  .comp-VideoCentered.paused .plyr__controls {
    padding-left: 80px;
    padding-right: 80px;
    padding-bottom: 64px;
  }
}
@media only screen and (min-width: 90.0625rem) {
  .comp-VideoCentered.paused .plyr__controls {
    padding-left: 120px;
    padding-right: 120px;
    padding-bottom: 82px;
  }
}
.comp-VideoCentered.paused .video-player-wrapper .play-button.centered {
  visibility: visible;
  opacity: 1;
  transition: visibility 1ms, opacity 250ms ease;
}
.comp-VideoCentered.playing .plyr__controls {
  padding-left: 60px;
  padding-right: 12px;
  padding-bottom: 12px;
}
@media only screen and (min-width: 30.0625rem) {
  .comp-VideoCentered.playing .plyr__controls {
    padding-left: 98px;
    padding-right: 28px;
    padding-bottom: 28px;
  }
}
@media only screen and (min-width: 48.0625rem) {
  .comp-VideoCentered.playing .plyr__controls {
    padding-left: 120px;
    padding-right: 40px;
    padding-bottom: 40px;
  }
}
@media only screen and (min-width: 64.0625rem) {
  .comp-VideoCentered.playing .plyr__controls {
    padding-left: 160px;
    padding-right: 60px;
    padding-bottom: 54px;
  }
}
@media only screen and (min-width: 75.0625rem) {
  .comp-VideoCentered.playing .plyr__controls {
    padding-left: 200px;
    padding-right: 80px;
    padding-bottom: 64px;
  }
}
@media only screen and (min-width: 90.0625rem) {
  .comp-VideoCentered.playing .plyr__controls {
    padding-left: 280px;
    padding-right: 120px;
    padding-bottom: 82px;
  }
}
.comp-VideoCentered.playing .video-player-wrapper .play-button.bottom-left {
  visibility: visible;
  opacity: 1;
  transition: visibility 1ms, opacity 250ms ease 100ms;
}

.comp-HeroSimplePageHeading {
  position: relative;
}
.comp-HeroSimplePageHeading:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 10.5%;
  right: 0;
  background-image: url("/built/images/placeholders/dot-bg-pattern.svg");
  opacity: 0.5;
}
.comp-HeroSimplePageHeading .el-NavBarTransparentOverlay {
  position: relative;
  z-index: 2;
}
.comp-HeroSimplePageHeading .grid-container {
  position: relative;
  z-index: 2;
}
.comp-HeroSimplePageHeading .grid-container {
  padding-top: 28px;
}
@media screen and (min-width: 640px) {
  .comp-HeroSimplePageHeading .grid-container {
    padding-top: calc(3.25vw + 7.2px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-HeroSimplePageHeading .grid-container {
    padding-top: 54px;
  }
}
.comp-HeroSimplePageHeading .grid-container {
  padding-bottom: 28px;
}
@media screen and (min-width: 640px) {
  .comp-HeroSimplePageHeading .grid-container {
    padding-bottom: calc(0.5vw + 24.8px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-HeroSimplePageHeading .grid-container {
    padding-bottom: 32px;
  }
}
.comp-HeroSimplePageHeading .grid-container .el-Breadcrumb {
  margin-bottom: 20px;
}
@media screen and (min-width: 640px) {
  .comp-HeroSimplePageHeading .grid-container .el-Breadcrumb {
    margin-bottom: calc(0.5vw + 16.8px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-HeroSimplePageHeading .grid-container .el-Breadcrumb {
    margin-bottom: 24px;
  }
}
.comp-HeroSimplePageHeading .grid-container .el-Breadcrumb ul li a {
  color: #99A0AC;
}
.comp-HeroSimplePageHeading .grid-container .el-Breadcrumb ul li:first-child a {
  color: #5f832a;
}
.comp-HeroSimplePageHeading .grid-container .el-Breadcrumb ul li:first-child a:before {
  background-color: #5f832a;
}
.comp-HeroSimplePageHeading .grid-container .el-Breadcrumb ul li + li:before {
  color: #99A0AC;
}
.comp-HeroSimplePageHeading .grid-container .heading {
  font-family: "Poppins";
  font-weight: 500;
  line-height: 1.1;
  font-style: normal;
  letter-spacing: 0px;
  color: #1a1a1a;
  max-width: 450px;
}
.comp-HeroSimplePageHeading .grid-container .heading {
  font-size: 28px;
}
@media screen and (min-width: 640px) {
  .comp-HeroSimplePageHeading .grid-container .heading {
    font-size: calc(3.25vw + 7.2px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-HeroSimplePageHeading .grid-container .heading {
    font-size: 54px;
  }
}

.comp-CtaFullWidthContent {
  background-color: #62929e;
}
.comp-CtaFullWidthContent a {
  display: block;
  position: relative;
}
.comp-CtaFullWidthContent a {
  padding-top: 60px;
}
@media screen and (min-width: 640px) {
  .comp-CtaFullWidthContent a {
    padding-top: calc(7.5vw + 12px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-CtaFullWidthContent a {
    padding-top: 120px;
  }
}
.comp-CtaFullWidthContent a {
  padding-bottom: 60px;
}
@media screen and (min-width: 640px) {
  .comp-CtaFullWidthContent a {
    padding-bottom: calc(5.5vw + 24.8px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-CtaFullWidthContent a {
    padding-bottom: 104px;
  }
}
.comp-CtaFullWidthContent a .heading {
  font-family: "Poppins";
  font-weight: 500;
  line-height: 1.4;
  font-style: normal;
  letter-spacing: 2px;
  color: #1a1a1a;
  text-transform: uppercase;
}
.comp-CtaFullWidthContent a .heading {
  font-size: 13px;
}
@media screen and (min-width: 640px) {
  .comp-CtaFullWidthContent a .heading {
    font-size: calc(0.375vw + 10.6px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-CtaFullWidthContent a .heading {
    font-size: 16px;
  }
}
.comp-CtaFullWidthContent a .heading {
  margin-bottom: 12px;
}
@media screen and (min-width: 640px) {
  .comp-CtaFullWidthContent a .heading {
    margin-bottom: calc(1.5vw + 2.4px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-CtaFullWidthContent a .heading {
    margin-bottom: 24px;
  }
}
.comp-CtaFullWidthContent a .text {
  font-family: "Poppins";
  font-weight: 500;
  line-height: 1.15;
  font-style: normal;
  letter-spacing: 0px;
  color: #1a1a1a;
}
.comp-CtaFullWidthContent a .text {
  font-size: 20px;
}
@media screen and (min-width: 640px) {
  .comp-CtaFullWidthContent a .text {
    font-size: calc(2.5vw + 4px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-CtaFullWidthContent a .text {
    font-size: 40px;
  }
}
.comp-CtaFullWidthContent a .arrow-right {
  position: absolute;
  right: 1rem;
  bottom: calc(50% - 6px);
  transform: translateX(0px);
  transition: transform 300ms;
}
@media only screen and (min-width: 48.0625rem) {
  .comp-CtaFullWidthContent a .arrow-right {
    right: 8%;
  }
}
@media only screen and (min-width: 64.0625rem) {
  .comp-CtaFullWidthContent a .arrow-right {
    right: 10%;
  }
  .comp-CtaFullWidthContent a .arrow-right {
    bottom: 54px;
  }
}
@media only screen and (min-width: 64.0625rem) and (min-width: 640px) {
  .comp-CtaFullWidthContent a .arrow-right {
    bottom: calc(7.25vw + 7.6px);
  }
}
@media only screen and (min-width: 64.0625rem) and (min-width: 1440px) {
  .comp-CtaFullWidthContent a .arrow-right {
    bottom: 112px;
  }
}
@media only screen and (min-width: 75.0625rem) {
  .comp-CtaFullWidthContent a .arrow-right {
    right: 15%;
  }
}
.comp-CtaFullWidthContent a .arrow-right svg {
  display: block;
}
.comp-CtaFullWidthContent a .arrow-right svg * {
  fill: #1a1a1a;
}
.comp-CtaFullWidthContent a:hover .arrow-right {
  transform: translateX(6px);
}
@media only screen and (min-width: 64.0625rem) {
  .comp-CtaFullWidthContent a:hover .arrow-right {
    transform: translateX(8px);
  }
}

.comp-CtaNewsletterSignup {
  position: relative;
  background-color: #fafafa;
  /*
  	.form-column {
  		display: flex;
  		align-items: center;
  		margin-top: 20px;

  		@include breakpoint(medium) {
  			margin-top: 0;
  		}

  		@include breakpoint(xlarge) {
  			padding-left: 74px;
  		}

  		form {
  			//@include sprout-forms-style-labels();
  			//@include sprout-forms-input-spacing();
  			//@include style-all-form-fields();
  			flex-grow: 1;
  			position: relative;

  			* {
  				position: relative;
  				z-index: 1;
  			}

  			input[type="email"] {
  				border: 2px solid $color-black;
  				color: $color-black;
  			}

  			// note - this inline submit button will only work if there is a single form field
  			// otherwise it will appear inside the first form field
  			.submit {
  				position: absolute;
  				z-index: 2;
  				right: 0;
  				top: 0;
  				@include interpolate(height, 34px, 52px);
  				@include interpolate(width, 24px, 54px);
  				display: block;

  				input[type="submit"], button {
  					font-size: 0;
  					border: none;
  					margin: 0;
  					padding: 0;
  					background-image: url( '/built/icons/arrow-right-black.svg' );
  					background-repeat: no-repeat;
  					background-position: center;
  					display: block;
  					position: absolute;
  					left: 0;
  					right: 0;
  					top: 0;
  					bottom: 0;
  					width: 100%;
  					cursor: pointer;
  					opacity: 1;
  					transition: opacity 250ms;
  					background-color: transparent;

  					&:hover {
  						opacity: 0.6;
  					}
  				}
  			}

  		}

  	}
  */
}
.comp-CtaNewsletterSignup {
  padding-top: 60px;
}
@media screen and (min-width: 640px) {
  .comp-CtaNewsletterSignup {
    padding-top: calc(7.5vw + 12px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-CtaNewsletterSignup {
    padding-top: 120px;
  }
}
.comp-CtaNewsletterSignup {
  padding-bottom: 60px;
}
@media screen and (min-width: 640px) {
  .comp-CtaNewsletterSignup {
    padding-bottom: calc(7.5vw + 12px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-CtaNewsletterSignup {
    padding-bottom: 120px;
  }
}
.comp-CtaNewsletterSignup.no-top-padding {
  padding-top: 0 !important;
}
.comp-CtaNewsletterSignup.no-bottom-padding {
  padding-bottom: 0 !important;
}
.comp-CtaNewsletterSignup:before {
  content: "";
  background-image: url("/built/images/background-pattern-2.svg");
  background-size: cover;
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  right: 50%;
  bottom: 0;
}
@media only screen and (min-width: 48.0625rem) {
  .comp-CtaNewsletterSignup:before {
    right: 62.5%;
  }
}
.comp-CtaNewsletterSignup .heading {
  font-family: "Poppins";
  font-weight: 500;
  line-height: 1.15;
  font-style: normal;
  letter-spacing: 0px;
  color: #1a1a1a;
}
.comp-CtaNewsletterSignup .heading {
  font-size: 20px;
}
@media screen and (min-width: 640px) {
  .comp-CtaNewsletterSignup .heading {
    font-size: calc(2.5vw + 4px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-CtaNewsletterSignup .heading {
    font-size: 40px;
  }
}
.comp-CtaNewsletterSignup .text-content {
  margin-top: 8px;
}
@media screen and (min-width: 640px) {
  .comp-CtaNewsletterSignup .text-content {
    margin-top: calc(1.25vw + 0px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-CtaNewsletterSignup .text-content {
    margin-top: 18px;
  }
}
.comp-CtaNewsletterSignup .text-content p {
  font-family: "Montserrat";
  font-weight: 400;
  line-height: 1.4;
  font-style: normal;
  letter-spacing: 0px;
  color: #1a1a1a;
}
.comp-CtaNewsletterSignup .text-content p {
  font-size: 12px;
}
@media screen and (min-width: 640px) {
  .comp-CtaNewsletterSignup .text-content p {
    font-size: calc(0.25vw + 10.4px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-CtaNewsletterSignup .text-content p {
    font-size: 14px;
  }
}
.comp-CtaNewsletterSignup .form-column {
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 75.0625rem) {
  .comp-CtaNewsletterSignup .form-column {
    padding-left: 74px;
  }
}
.comp-CtaNewsletterSignup .form-column .fui-i {
  width: 100%;
}
.comp-CtaNewsletterSignup .form-column .fui-alert-success {
  font-family: "Montserrat";
  font-weight: 400;
  line-height: 1.4;
  font-style: normal;
  letter-spacing: 0px;
  color: #1a1a1a;
  background-color: #f3f2f1;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
  margin-top: 16px;
  margin-bottom: 0;
}
.comp-CtaNewsletterSignup .form-column .fui-alert-success {
  font-size: 12px;
}
@media screen and (min-width: 640px) {
  .comp-CtaNewsletterSignup .form-column .fui-alert-success {
    font-size: calc(0.25vw + 10.4px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-CtaNewsletterSignup .form-column .fui-alert-success {
    font-size: 14px;
  }
}
.comp-CtaNewsletterSignup .form-column .fui-alert-success {
  height: 34px;
}
@media screen and (min-width: 640px) {
  .comp-CtaNewsletterSignup .form-column .fui-alert-success {
    height: calc(2.25vw + 19.6px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-CtaNewsletterSignup .form-column .fui-alert-success {
    height: 52px;
  }
}
@media only screen and (min-width: 30.0625rem) {
  .comp-CtaNewsletterSignup .form-column .fui-alert-success {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 48.0625rem) {
  .comp-CtaNewsletterSignup .form-column .fui-alert-success {
    margin-top: 0;
  }
}
.comp-CtaNewsletterSignup .form-column .fui-alert-error {
  display: none;
}
.comp-CtaNewsletterSignup .form-column form {
  flex-grow: 1;
  position: relative;
  margin-top: 16px;
}
.comp-CtaNewsletterSignup .form-column form input[type=text],
.comp-CtaNewsletterSignup .form-column form input[type=email] {
  font-family: "Montserrat";
  font-weight: 400;
  line-height: 1.4;
  font-style: normal;
  letter-spacing: 0px;
  color: #a7a7a7;
  border-radius: 2px;
  background: transparent;
  border-width: 1px;
  border-style: solid;
  border-color: #c3c8d1 !important;
  width: 100%;
  box-sizing: border-box;
  outline: none;
  box-shadow: none;
}
.comp-CtaNewsletterSignup .form-column form input[type=text],
.comp-CtaNewsletterSignup .form-column form input[type=email] {
  font-size: 12px;
}
@media screen and (min-width: 640px) {
  .comp-CtaNewsletterSignup .form-column form input[type=text],
.comp-CtaNewsletterSignup .form-column form input[type=email] {
    font-size: calc(0.25vw + 10.4px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-CtaNewsletterSignup .form-column form input[type=text],
.comp-CtaNewsletterSignup .form-column form input[type=email] {
    font-size: 14px;
  }
}
.comp-CtaNewsletterSignup .form-column form input[type=text],
.comp-CtaNewsletterSignup .form-column form input[type=email] {
  padding-top: 6px;
}
@media screen and (min-width: 640px) {
  .comp-CtaNewsletterSignup .form-column form input[type=text],
.comp-CtaNewsletterSignup .form-column form input[type=email] {
    padding-top: calc(0.75vw + 1.2px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-CtaNewsletterSignup .form-column form input[type=text],
.comp-CtaNewsletterSignup .form-column form input[type=email] {
    padding-top: 12px;
  }
}
.comp-CtaNewsletterSignup .form-column form input[type=text],
.comp-CtaNewsletterSignup .form-column form input[type=email] {
  padding-bottom: 6px;
}
@media screen and (min-width: 640px) {
  .comp-CtaNewsletterSignup .form-column form input[type=text],
.comp-CtaNewsletterSignup .form-column form input[type=email] {
    padding-bottom: calc(0.75vw + 1.2px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-CtaNewsletterSignup .form-column form input[type=text],
.comp-CtaNewsletterSignup .form-column form input[type=email] {
    padding-bottom: 12px;
  }
}
.comp-CtaNewsletterSignup .form-column form input[type=text],
.comp-CtaNewsletterSignup .form-column form input[type=email] {
  padding-left: 8px;
}
@media screen and (min-width: 640px) {
  .comp-CtaNewsletterSignup .form-column form input[type=text],
.comp-CtaNewsletterSignup .form-column form input[type=email] {
    padding-left: calc(0.75vw + 3.2px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-CtaNewsletterSignup .form-column form input[type=text],
.comp-CtaNewsletterSignup .form-column form input[type=email] {
    padding-left: 14px;
  }
}
.comp-CtaNewsletterSignup .form-column form input[type=text],
.comp-CtaNewsletterSignup .form-column form input[type=email] {
  padding-right: 8px;
}
@media screen and (min-width: 640px) {
  .comp-CtaNewsletterSignup .form-column form input[type=text],
.comp-CtaNewsletterSignup .form-column form input[type=email] {
    padding-right: calc(0.75vw + 3.2px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-CtaNewsletterSignup .form-column form input[type=text],
.comp-CtaNewsletterSignup .form-column form input[type=email] {
    padding-right: 14px;
  }
}
.comp-CtaNewsletterSignup .form-column form input[type=text]:focus,
.comp-CtaNewsletterSignup .form-column form input[type=email]:focus {
  box-shadow: none !important;
}
.comp-CtaNewsletterSignup .form-column form input[type=text]::-webkit-input-placeholder,
.comp-CtaNewsletterSignup .form-column form input[type=email]::-webkit-input-placeholder {
  color: rgba(167, 167, 167, 0.5);
}
.comp-CtaNewsletterSignup .form-column form input[type=text]:-moz-placeholder,
.comp-CtaNewsletterSignup .form-column form input[type=email]:-moz-placeholder {
  color: rgba(167, 167, 167, 0.5);
  opacity: 1;
}
.comp-CtaNewsletterSignup .form-column form input[type=text]::-moz-placeholder,
.comp-CtaNewsletterSignup .form-column form input[type=email]::-moz-placeholder {
  color: rgba(167, 167, 167, 0.5);
  opacity: 1;
}
.comp-CtaNewsletterSignup .form-column form input[type=text]:-ms-input-placeholder,
.comp-CtaNewsletterSignup .form-column form input[type=email]:-ms-input-placeholder {
  color: rgba(167, 167, 167, 0.5);
}
.comp-CtaNewsletterSignup .form-column form textarea {
  font-family: "Montserrat";
  font-weight: 400;
  line-height: 1.4;
  font-style: normal;
  letter-spacing: 0px;
  color: #a7a7a7;
  border-radius: 2px;
  background: transparent;
  border-width: 1px;
  border-style: solid;
  border-color: #c3c8d1 !important;
  width: 100%;
  box-sizing: border-box;
  outline: none;
  box-shadow: none;
  resize: none;
}
.comp-CtaNewsletterSignup .form-column form textarea {
  font-size: 12px;
}
@media screen and (min-width: 640px) {
  .comp-CtaNewsletterSignup .form-column form textarea {
    font-size: calc(0.25vw + 10.4px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-CtaNewsletterSignup .form-column form textarea {
    font-size: 14px;
  }
}
.comp-CtaNewsletterSignup .form-column form textarea {
  padding-top: 6px;
}
@media screen and (min-width: 640px) {
  .comp-CtaNewsletterSignup .form-column form textarea {
    padding-top: calc(0.75vw + 1.2px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-CtaNewsletterSignup .form-column form textarea {
    padding-top: 12px;
  }
}
.comp-CtaNewsletterSignup .form-column form textarea {
  padding-bottom: 6px;
}
@media screen and (min-width: 640px) {
  .comp-CtaNewsletterSignup .form-column form textarea {
    padding-bottom: calc(0.75vw + 1.2px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-CtaNewsletterSignup .form-column form textarea {
    padding-bottom: 12px;
  }
}
.comp-CtaNewsletterSignup .form-column form textarea {
  padding-left: 8px;
}
@media screen and (min-width: 640px) {
  .comp-CtaNewsletterSignup .form-column form textarea {
    padding-left: calc(0.75vw + 3.2px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-CtaNewsletterSignup .form-column form textarea {
    padding-left: 14px;
  }
}
.comp-CtaNewsletterSignup .form-column form textarea {
  padding-right: 8px;
}
@media screen and (min-width: 640px) {
  .comp-CtaNewsletterSignup .form-column form textarea {
    padding-right: calc(0.75vw + 3.2px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-CtaNewsletterSignup .form-column form textarea {
    padding-right: 14px;
  }
}
.comp-CtaNewsletterSignup .form-column form textarea:focus {
  box-shadow: none !important;
}
.comp-CtaNewsletterSignup .form-column form textarea::-webkit-input-placeholder {
  color: rgba(167, 167, 167, 0.5);
}
.comp-CtaNewsletterSignup .form-column form textarea:-moz-placeholder {
  color: rgba(167, 167, 167, 0.5);
  opacity: 1;
}
.comp-CtaNewsletterSignup .form-column form textarea::-moz-placeholder {
  color: rgba(167, 167, 167, 0.5);
  opacity: 1;
}
.comp-CtaNewsletterSignup .form-column form textarea:-ms-input-placeholder {
  color: rgba(167, 167, 167, 0.5);
}
.comp-CtaNewsletterSignup .form-column form .fui-radio, .comp-CtaNewsletterSignup .form-column form .radio-wrapper {
  margin-bottom: 0;
}
.comp-CtaNewsletterSignup .form-column form .fui-radio, .comp-CtaNewsletterSignup .form-column form .radio-wrapper {
  margin-top: 6px;
}
@media screen and (min-width: 640px) {
  .comp-CtaNewsletterSignup .form-column form .fui-radio, .comp-CtaNewsletterSignup .form-column form .radio-wrapper {
    margin-top: calc(0.5vw + 2.8px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-CtaNewsletterSignup .form-column form .fui-radio, .comp-CtaNewsletterSignup .form-column form .radio-wrapper {
    margin-top: 10px;
  }
}
.comp-CtaNewsletterSignup .form-column form .fui-radio:first-child, .comp-CtaNewsletterSignup .form-column form .radio-wrapper:first-child {
  margin-top: 0;
}
.comp-CtaNewsletterSignup .form-column form .fui-radio input[type=radio] + label, .comp-CtaNewsletterSignup .form-column form .radio-wrapper input[type=radio] + label {
  position: relative;
  cursor: pointer;
  font-family: "Montserrat";
  font-weight: 400;
  line-height: 1.4;
  font-style: normal;
  letter-spacing: 0px;
  line-height: 1.2em;
  color: #a7a7a7;
  padding-left: 32px;
  transition: color 300ms ease;
}
.comp-CtaNewsletterSignup .form-column form .fui-radio input[type=radio] + label, .comp-CtaNewsletterSignup .form-column form .radio-wrapper input[type=radio] + label {
  font-size: 12px;
}
@media screen and (min-width: 640px) {
  .comp-CtaNewsletterSignup .form-column form .fui-radio input[type=radio] + label, .comp-CtaNewsletterSignup .form-column form .radio-wrapper input[type=radio] + label {
    font-size: calc(0.25vw + 10.4px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-CtaNewsletterSignup .form-column form .fui-radio input[type=radio] + label, .comp-CtaNewsletterSignup .form-column form .radio-wrapper input[type=radio] + label {
    font-size: 14px;
  }
}
.comp-CtaNewsletterSignup .form-column form .fui-radio input[type=radio] + label:before, .comp-CtaNewsletterSignup .form-column form .radio-wrapper input[type=radio] + label:before {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #c3c8d1;
  position: absolute;
  top: calc(50% - 11px);
  left: 0;
  display: block;
  background-image: none;
  background-color: transparent;
  box-shadow: none;
}
.comp-CtaNewsletterSignup .form-column form .fui-radio input[type=radio] + label:before, .comp-CtaNewsletterSignup .form-column form .radio-wrapper input[type=radio] + label:before {
  margin-right: 8px;
}
@media screen and (min-width: 640px) {
  .comp-CtaNewsletterSignup .form-column form .fui-radio input[type=radio] + label:before, .comp-CtaNewsletterSignup .form-column form .radio-wrapper input[type=radio] + label:before {
    margin-right: calc(0.5vw + 4.8px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-CtaNewsletterSignup .form-column form .fui-radio input[type=radio] + label:before, .comp-CtaNewsletterSignup .form-column form .radio-wrapper input[type=radio] + label:before {
    margin-right: 12px;
  }
}
.comp-CtaNewsletterSignup .form-column form .fui-radio input[type=radio]:checked + label, .comp-CtaNewsletterSignup .form-column form .radio-wrapper input[type=radio]:checked + label {
  color: #1a1a1a;
}
.comp-CtaNewsletterSignup .form-column form .fui-radio input[type=radio]:checked + label:before, .comp-CtaNewsletterSignup .form-column form .radio-wrapper input[type=radio]:checked + label:before {
  background-color: #c3c8d1;
}
.comp-CtaNewsletterSignup .form-column form .fui-layout-horizontal .fui-radio, .comp-CtaNewsletterSignup .form-column form .fui-layout-horizontal .fui-checkbox {
  margin-top: 0;
}
.comp-CtaNewsletterSignup .form-column form select, .comp-CtaNewsletterSignup .form-column form .fui-input-container select.fui-select {
  font-family: "Montserrat";
  font-weight: 400;
  line-height: 1.4;
  font-style: normal;
  letter-spacing: 0px;
  display: block;
  color: rgba(167, 167, 167, 0.5);
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0;
  border-width: 1px;
  border-style: solid;
  border-color: #c3c8d1 !important;
  border-radius: 2px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  background-image: url("/built/icons/arrow-down-grey.svg");
  background-repeat: no-repeat, repeat;
  background-position: right 12px top 50%;
  background-size: 12px auto;
}
.comp-CtaNewsletterSignup .form-column form select, .comp-CtaNewsletterSignup .form-column form .fui-input-container select.fui-select {
  font-size: 12px;
}
@media screen and (min-width: 640px) {
  .comp-CtaNewsletterSignup .form-column form select, .comp-CtaNewsletterSignup .form-column form .fui-input-container select.fui-select {
    font-size: calc(0.25vw + 10.4px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-CtaNewsletterSignup .form-column form select, .comp-CtaNewsletterSignup .form-column form .fui-input-container select.fui-select {
    font-size: 14px;
  }
}
.comp-CtaNewsletterSignup .form-column form select, .comp-CtaNewsletterSignup .form-column form .fui-input-container select.fui-select {
  padding-top: 6px;
}
@media screen and (min-width: 640px) {
  .comp-CtaNewsletterSignup .form-column form select, .comp-CtaNewsletterSignup .form-column form .fui-input-container select.fui-select {
    padding-top: calc(0.75vw + 1.2px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-CtaNewsletterSignup .form-column form select, .comp-CtaNewsletterSignup .form-column form .fui-input-container select.fui-select {
    padding-top: 12px;
  }
}
.comp-CtaNewsletterSignup .form-column form select, .comp-CtaNewsletterSignup .form-column form .fui-input-container select.fui-select {
  padding-bottom: 6px;
}
@media screen and (min-width: 640px) {
  .comp-CtaNewsletterSignup .form-column form select, .comp-CtaNewsletterSignup .form-column form .fui-input-container select.fui-select {
    padding-bottom: calc(0.75vw + 1.2px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-CtaNewsletterSignup .form-column form select, .comp-CtaNewsletterSignup .form-column form .fui-input-container select.fui-select {
    padding-bottom: 12px;
  }
}
.comp-CtaNewsletterSignup .form-column form select, .comp-CtaNewsletterSignup .form-column form .fui-input-container select.fui-select {
  padding-left: 8px;
}
@media screen and (min-width: 640px) {
  .comp-CtaNewsletterSignup .form-column form select, .comp-CtaNewsletterSignup .form-column form .fui-input-container select.fui-select {
    padding-left: calc(0.75vw + 3.2px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-CtaNewsletterSignup .form-column form select, .comp-CtaNewsletterSignup .form-column form .fui-input-container select.fui-select {
    padding-left: 14px;
  }
}
.comp-CtaNewsletterSignup .form-column form select, .comp-CtaNewsletterSignup .form-column form .fui-input-container select.fui-select {
  padding-right: 8px;
}
@media screen and (min-width: 640px) {
  .comp-CtaNewsletterSignup .form-column form select, .comp-CtaNewsletterSignup .form-column form .fui-input-container select.fui-select {
    padding-right: calc(0.75vw + 3.2px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-CtaNewsletterSignup .form-column form select, .comp-CtaNewsletterSignup .form-column form .fui-input-container select.fui-select {
    padding-right: 14px;
  }
}
@media only screen and (min-width: 30.0625rem) {
  .comp-CtaNewsletterSignup .form-column form select, .comp-CtaNewsletterSignup .form-column form .fui-input-container select.fui-select {
    background-size: 16px auto;
  }
}
@media only screen and (min-width: 64.0625rem) {
  .comp-CtaNewsletterSignup .form-column form select, .comp-CtaNewsletterSignup .form-column form .fui-input-container select.fui-select {
    background-position: right 24px top 50%;
  }
}
.comp-CtaNewsletterSignup .form-column form select::-ms-expand, .comp-CtaNewsletterSignup .form-column form .fui-input-container select.fui-select::-ms-expand {
  display: none;
}
.comp-CtaNewsletterSignup .form-column form select:focus, .comp-CtaNewsletterSignup .form-column form .fui-input-container select.fui-select:focus {
  outline: none;
  box-shadow: none;
  border-color: #c3c8d1;
}
.comp-CtaNewsletterSignup .form-column form select option, .comp-CtaNewsletterSignup .form-column form .fui-input-container select.fui-select option {
  font-weight: normal;
  color: #1a1a1a;
}
.comp-CtaNewsletterSignup .form-column form select.value-selected, .comp-CtaNewsletterSignup .form-column form .fui-input-container select.fui-select.value-selected {
  color: #a7a7a7;
}
.comp-CtaNewsletterSignup .form-column form .fui-checkbox, .comp-CtaNewsletterSignup .form-column form .checkbox-wrapper {
  margin-bottom: 0;
}
.comp-CtaNewsletterSignup .form-column form .fui-checkbox, .comp-CtaNewsletterSignup .form-column form .checkbox-wrapper {
  margin-top: 6px;
}
@media screen and (min-width: 640px) {
  .comp-CtaNewsletterSignup .form-column form .fui-checkbox, .comp-CtaNewsletterSignup .form-column form .checkbox-wrapper {
    margin-top: calc(0.5vw + 2.8px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-CtaNewsletterSignup .form-column form .fui-checkbox, .comp-CtaNewsletterSignup .form-column form .checkbox-wrapper {
    margin-top: 10px;
  }
}
.comp-CtaNewsletterSignup .form-column form .fui-checkbox:first-child, .comp-CtaNewsletterSignup .form-column form .checkbox-wrapper:first-child {
  margin-top: 0;
}
.comp-CtaNewsletterSignup .form-column form .fui-checkbox input[type=checkbox] + label, .comp-CtaNewsletterSignup .form-column form .checkbox-wrapper input[type=checkbox] + label {
  position: relative;
  cursor: pointer;
  font-family: "Montserrat";
  font-weight: 400;
  line-height: 1.4;
  font-style: normal;
  letter-spacing: 0px;
  line-height: 1.2em;
  color: #a7a7a7;
  padding-left: 32px;
  transition: color 300ms ease;
}
.comp-CtaNewsletterSignup .form-column form .fui-checkbox input[type=checkbox] + label, .comp-CtaNewsletterSignup .form-column form .checkbox-wrapper input[type=checkbox] + label {
  font-size: 12px;
}
@media screen and (min-width: 640px) {
  .comp-CtaNewsletterSignup .form-column form .fui-checkbox input[type=checkbox] + label, .comp-CtaNewsletterSignup .form-column form .checkbox-wrapper input[type=checkbox] + label {
    font-size: calc(0.25vw + 10.4px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-CtaNewsletterSignup .form-column form .fui-checkbox input[type=checkbox] + label, .comp-CtaNewsletterSignup .form-column form .checkbox-wrapper input[type=checkbox] + label {
    font-size: 14px;
  }
}
.comp-CtaNewsletterSignup .form-column form .fui-checkbox input[type=checkbox] + label:before, .comp-CtaNewsletterSignup .form-column form .checkbox-wrapper input[type=checkbox] + label:before {
  content: "";
  width: 20px;
  height: 20px;
  border: 1px solid #c3c8d1;
  position: absolute;
  top: calc(50% - 10px);
  left: 0;
  display: block;
  background-image: none;
  background-color: transparent;
  box-shadow: none;
}
.comp-CtaNewsletterSignup .form-column form .fui-checkbox input[type=checkbox]:checked + label, .comp-CtaNewsletterSignup .form-column form .checkbox-wrapper input[type=checkbox]:checked + label {
  color: #1a1a1a;
}
.comp-CtaNewsletterSignup .form-column form .fui-checkbox input[type=checkbox]:checked + label:before, .comp-CtaNewsletterSignup .form-column form .checkbox-wrapper input[type=checkbox]:checked + label:before {
  background-color: #c3c8d1;
}
.comp-CtaNewsletterSignup .form-column form .fui-error-message, .comp-CtaNewsletterSignup .form-column form label.error, .comp-CtaNewsletterSignup .form-column form ul.parsley-errors-list li {
  font-family: "Montserrat";
  font-weight: 400;
  line-height: 1.4;
  font-style: normal;
  letter-spacing: 0px;
  color: #62929e;
}
.comp-CtaNewsletterSignup .form-column form .fui-error-message, .comp-CtaNewsletterSignup .form-column form label.error, .comp-CtaNewsletterSignup .form-column form ul.parsley-errors-list li {
  margin-top: 4px;
}
@media screen and (min-width: 640px) {
  .comp-CtaNewsletterSignup .form-column form .fui-error-message, .comp-CtaNewsletterSignup .form-column form label.error, .comp-CtaNewsletterSignup .form-column form ul.parsley-errors-list li {
    margin-top: calc(0.5vw + 0.8px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-CtaNewsletterSignup .form-column form .fui-error-message, .comp-CtaNewsletterSignup .form-column form label.error, .comp-CtaNewsletterSignup .form-column form ul.parsley-errors-list li {
    margin-top: 8px;
  }
}
.comp-CtaNewsletterSignup .form-column form .fui-error-message, .comp-CtaNewsletterSignup .form-column form label.error, .comp-CtaNewsletterSignup .form-column form ul.parsley-errors-list li {
  font-size: 12px;
}
@media screen and (min-width: 640px) {
  .comp-CtaNewsletterSignup .form-column form .fui-error-message, .comp-CtaNewsletterSignup .form-column form label.error, .comp-CtaNewsletterSignup .form-column form ul.parsley-errors-list li {
    font-size: calc(0.25vw + 10.4px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-CtaNewsletterSignup .form-column form .fui-error-message, .comp-CtaNewsletterSignup .form-column form label.error, .comp-CtaNewsletterSignup .form-column form ul.parsley-errors-list li {
    font-size: 14px;
  }
}
.comp-CtaNewsletterSignup .form-column form input[type=submit], .comp-CtaNewsletterSignup .form-column form button {
  cursor: pointer;
}
@media only screen and (min-width: 30.0625rem) {
  .comp-CtaNewsletterSignup .form-column form {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 48.0625rem) {
  .comp-CtaNewsletterSignup .form-column form {
    margin-top: 0;
  }
}
.comp-CtaNewsletterSignup .form-column form * {
  position: relative;
  z-index: 1;
}
.comp-CtaNewsletterSignup .form-column form input {
  box-sizing: border-box;
}
.comp-CtaNewsletterSignup .form-column form input {
  height: 34px;
}
@media screen and (min-width: 640px) {
  .comp-CtaNewsletterSignup .form-column form input {
    height: calc(2.25vw + 19.6px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-CtaNewsletterSignup .form-column form input {
    height: 52px;
  }
}
.comp-CtaNewsletterSignup .form-column form input[type=email] {
  border-color: #1a1a1a !important;
  border-width: 2px;
  color: #1a1a1a;
}
.comp-CtaNewsletterSignup .form-column form input[type=email]::-webkit-input-placeholder {
  color: #a7a7a7;
}
.comp-CtaNewsletterSignup .form-column form input[type=email]:-moz-placeholder {
  color: #a7a7a7;
  opacity: 1;
}
.comp-CtaNewsletterSignup .form-column form input[type=email]::-moz-placeholder {
  color: #a7a7a7;
  opacity: 1;
}
.comp-CtaNewsletterSignup .form-column form input[type=email]:-ms-input-placeholder {
  color: #a7a7a7;
}
.comp-CtaNewsletterSignup .form-column form .fui-btn-container {
  position: absolute;
  z-index: 2;
  right: 0;
  top: 0;
  display: block;
  margin: 0;
  padding: 0;
}
.comp-CtaNewsletterSignup .form-column form .fui-btn-container {
  height: 34px;
}
@media screen and (min-width: 640px) {
  .comp-CtaNewsletterSignup .form-column form .fui-btn-container {
    height: calc(2.25vw + 19.6px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-CtaNewsletterSignup .form-column form .fui-btn-container {
    height: 52px;
  }
}
.comp-CtaNewsletterSignup .form-column form .fui-btn-container {
  width: 24px;
}
@media screen and (min-width: 640px) {
  .comp-CtaNewsletterSignup .form-column form .fui-btn-container {
    width: calc(3.75vw + 0px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-CtaNewsletterSignup .form-column form .fui-btn-container {
    width: 54px;
  }
}
.comp-CtaNewsletterSignup .form-column form .fui-btn-container:after {
  content: "";
  background-image: url("/built/icons/arrow-right-black.svg");
  background-repeat: no-repeat;
  background-position: center;
  opacity: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: transform 450ms ease;
}
.comp-CtaNewsletterSignup .form-column form .fui-btn-container:hover:after {
  transform: translateX(6px);
}
@media only screen and (min-width: 64.0625rem) {
  .comp-CtaNewsletterSignup .form-column form .fui-btn-container:hover:after {
    transform: translateX(8px);
  }
}
.comp-CtaNewsletterSignup .form-column form .fui-btn-container input[type=submit],
.comp-CtaNewsletterSignup .form-column form .fui-btn-container button {
  outline: none;
  font-size: 0;
  border: none;
  margin: 0;
  padding: 0;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  cursor: pointer;
  background-color: transparent;
  box-shadow: none;
  outline: none;
}
.comp-CtaNewsletterSignup .form-column form .fui-btn-container input[type=submit]:hover,
.comp-CtaNewsletterSignup .form-column form .fui-btn-container button:hover {
  box-shadow: none;
}

.comp-FormWithBgImage {
  position: relative;
}
@media only screen and (min-width: 64.0625rem) {
  .comp-FormWithBgImage {
    padding-left: 7%;
  }
  .comp-FormWithBgImage {
    padding-top: 50px;
  }
}
@media only screen and (min-width: 64.0625rem) and (min-width: 640px) {
  .comp-FormWithBgImage {
    padding-top: calc(6.25vw + 10px);
  }
}
@media only screen and (min-width: 64.0625rem) and (min-width: 1440px) {
  .comp-FormWithBgImage {
    padding-top: 100px;
  }
}
.comp-FormWithBgImage:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 28%;
  z-index: 1;
  background-image: url("/built/images/dot-bg-pattern-green.svg");
}
.comp-FormWithBgImage .content-wrapper-outer {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 2;
}
.comp-FormWithBgImage .content-wrapper-outer {
  padding-top: 32px;
}
@media screen and (min-width: 640px) {
  .comp-FormWithBgImage .content-wrapper-outer {
    padding-top: calc(15.25vw - 65.6px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-FormWithBgImage .content-wrapper-outer {
    padding-top: 154px;
  }
}
.comp-FormWithBgImage .content-wrapper-outer {
  padding-bottom: 32px;
}
@media screen and (min-width: 640px) {
  .comp-FormWithBgImage .content-wrapper-outer {
    padding-bottom: calc(15.25vw - 65.6px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-FormWithBgImage .content-wrapper-outer {
    padding-bottom: 154px;
  }
}
.comp-FormWithBgImage .content-wrapper-outer {
  padding-left: 24px;
}
@media screen and (min-width: 640px) {
  .comp-FormWithBgImage .content-wrapper-outer {
    padding-left: calc(13vw - 59.2px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-FormWithBgImage .content-wrapper-outer {
    padding-left: 128px;
  }
}
.comp-FormWithBgImage .content-wrapper-outer {
  padding-right: 24px;
}
@media screen and (min-width: 640px) {
  .comp-FormWithBgImage .content-wrapper-outer {
    padding-right: calc(13vw - 59.2px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-FormWithBgImage .content-wrapper-outer {
    padding-right: 128px;
  }
}
.comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner {
  max-width: 570px;
}
.comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .small-heading {
  font-family: "Poppins";
  font-weight: 500;
  line-height: 1.4;
  font-style: normal;
  letter-spacing: 2px;
  color: #ffffff;
  text-transform: uppercase;
}
.comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .small-heading {
  font-size: 13px;
}
@media screen and (min-width: 640px) {
  .comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .small-heading {
    font-size: calc(0.375vw + 10.6px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .small-heading {
    font-size: 16px;
  }
}
.comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .small-heading {
  margin-bottom: 12px;
}
@media screen and (min-width: 640px) {
  .comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .small-heading {
    margin-bottom: calc(1.5vw + 2.4px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .small-heading {
    margin-bottom: 24px;
  }
}
.comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .large-heading {
  font-family: "Poppins";
  font-weight: 500;
  line-height: 1.15;
  font-style: normal;
  letter-spacing: 0px;
  color: #ffffff;
}
.comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .large-heading {
  font-size: 20px;
}
@media screen and (min-width: 640px) {
  .comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .large-heading {
    font-size: calc(2.5vw + 4px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .large-heading {
    font-size: 40px;
  }
}
.comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper .fui-alert {
  font-family: "Montserrat";
  font-weight: 400;
  line-height: 1.4;
  font-style: normal;
  letter-spacing: 0px;
}
.comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper .fui-alert {
  font-size: 12px;
}
@media screen and (min-width: 640px) {
  .comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper .fui-alert {
    font-size: calc(0.25vw + 10.4px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper .fui-alert {
    font-size: 14px;
  }
}
.comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper .fui-alert-success {
  color: #1a1a1a;
  background-color: #f3f2f1;
}
.comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper .fui-alert-error {
  color: #62929e;
  background-color: #f3f2f1;
}
.comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form input[type=text],
.comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form input[type=email] {
  font-family: "Montserrat";
  font-weight: 400;
  line-height: 1.4;
  font-style: normal;
  letter-spacing: 0px;
  color: #a7a7a7;
  border-radius: 2px;
  background: transparent;
  border-width: 1px;
  border-style: solid;
  border-color: #c3c8d1 !important;
  width: 100%;
  box-sizing: border-box;
  outline: none;
  box-shadow: none;
}
.comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form input[type=text],
.comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form input[type=email] {
  font-size: 12px;
}
@media screen and (min-width: 640px) {
  .comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form input[type=text],
.comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form input[type=email] {
    font-size: calc(0.25vw + 10.4px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form input[type=text],
.comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form input[type=email] {
    font-size: 14px;
  }
}
.comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form input[type=text],
.comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form input[type=email] {
  padding-top: 6px;
}
@media screen and (min-width: 640px) {
  .comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form input[type=text],
.comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form input[type=email] {
    padding-top: calc(0.75vw + 1.2px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form input[type=text],
.comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form input[type=email] {
    padding-top: 12px;
  }
}
.comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form input[type=text],
.comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form input[type=email] {
  padding-bottom: 6px;
}
@media screen and (min-width: 640px) {
  .comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form input[type=text],
.comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form input[type=email] {
    padding-bottom: calc(0.75vw + 1.2px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form input[type=text],
.comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form input[type=email] {
    padding-bottom: 12px;
  }
}
.comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form input[type=text],
.comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form input[type=email] {
  padding-left: 8px;
}
@media screen and (min-width: 640px) {
  .comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form input[type=text],
.comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form input[type=email] {
    padding-left: calc(0.75vw + 3.2px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form input[type=text],
.comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form input[type=email] {
    padding-left: 14px;
  }
}
.comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form input[type=text],
.comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form input[type=email] {
  padding-right: 8px;
}
@media screen and (min-width: 640px) {
  .comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form input[type=text],
.comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form input[type=email] {
    padding-right: calc(0.75vw + 3.2px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form input[type=text],
.comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form input[type=email] {
    padding-right: 14px;
  }
}
.comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form input[type=text]:focus,
.comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form input[type=email]:focus {
  box-shadow: none !important;
}
.comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form input[type=text]::-webkit-input-placeholder,
.comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form input[type=email]::-webkit-input-placeholder {
  color: rgba(167, 167, 167, 0.5);
}
.comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form input[type=text]:-moz-placeholder,
.comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form input[type=email]:-moz-placeholder {
  color: rgba(167, 167, 167, 0.5);
  opacity: 1;
}
.comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form input[type=text]::-moz-placeholder,
.comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form input[type=email]::-moz-placeholder {
  color: rgba(167, 167, 167, 0.5);
  opacity: 1;
}
.comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form input[type=text]:-ms-input-placeholder,
.comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form input[type=email]:-ms-input-placeholder {
  color: rgba(167, 167, 167, 0.5);
}
.comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form textarea {
  font-family: "Montserrat";
  font-weight: 400;
  line-height: 1.4;
  font-style: normal;
  letter-spacing: 0px;
  color: #a7a7a7;
  border-radius: 2px;
  background: transparent;
  border-width: 1px;
  border-style: solid;
  border-color: #c3c8d1 !important;
  width: 100%;
  box-sizing: border-box;
  outline: none;
  box-shadow: none;
  resize: none;
}
.comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form textarea {
  font-size: 12px;
}
@media screen and (min-width: 640px) {
  .comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form textarea {
    font-size: calc(0.25vw + 10.4px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form textarea {
    font-size: 14px;
  }
}
.comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form textarea {
  padding-top: 6px;
}
@media screen and (min-width: 640px) {
  .comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form textarea {
    padding-top: calc(0.75vw + 1.2px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form textarea {
    padding-top: 12px;
  }
}
.comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form textarea {
  padding-bottom: 6px;
}
@media screen and (min-width: 640px) {
  .comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form textarea {
    padding-bottom: calc(0.75vw + 1.2px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form textarea {
    padding-bottom: 12px;
  }
}
.comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form textarea {
  padding-left: 8px;
}
@media screen and (min-width: 640px) {
  .comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form textarea {
    padding-left: calc(0.75vw + 3.2px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form textarea {
    padding-left: 14px;
  }
}
.comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form textarea {
  padding-right: 8px;
}
@media screen and (min-width: 640px) {
  .comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form textarea {
    padding-right: calc(0.75vw + 3.2px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form textarea {
    padding-right: 14px;
  }
}
.comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form textarea:focus {
  box-shadow: none !important;
}
.comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form textarea::-webkit-input-placeholder {
  color: rgba(167, 167, 167, 0.5);
}
.comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form textarea:-moz-placeholder {
  color: rgba(167, 167, 167, 0.5);
  opacity: 1;
}
.comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form textarea::-moz-placeholder {
  color: rgba(167, 167, 167, 0.5);
  opacity: 1;
}
.comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form textarea:-ms-input-placeholder {
  color: rgba(167, 167, 167, 0.5);
}
.comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form .fui-radio, .comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form .radio-wrapper {
  margin-bottom: 0;
}
.comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form .fui-radio, .comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form .radio-wrapper {
  margin-top: 6px;
}
@media screen and (min-width: 640px) {
  .comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form .fui-radio, .comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form .radio-wrapper {
    margin-top: calc(0.5vw + 2.8px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form .fui-radio, .comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form .radio-wrapper {
    margin-top: 10px;
  }
}
.comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form .fui-radio:first-child, .comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form .radio-wrapper:first-child {
  margin-top: 0;
}
.comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form .fui-radio input[type=radio] + label, .comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form .radio-wrapper input[type=radio] + label {
  position: relative;
  cursor: pointer;
  font-family: "Montserrat";
  font-weight: 400;
  line-height: 1.4;
  font-style: normal;
  letter-spacing: 0px;
  line-height: 1.2em;
  color: #a7a7a7;
  padding-left: 32px;
  transition: color 300ms ease;
}
.comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form .fui-radio input[type=radio] + label, .comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form .radio-wrapper input[type=radio] + label {
  font-size: 12px;
}
@media screen and (min-width: 640px) {
  .comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form .fui-radio input[type=radio] + label, .comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form .radio-wrapper input[type=radio] + label {
    font-size: calc(0.25vw + 10.4px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form .fui-radio input[type=radio] + label, .comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form .radio-wrapper input[type=radio] + label {
    font-size: 14px;
  }
}
.comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form .fui-radio input[type=radio] + label:before, .comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form .radio-wrapper input[type=radio] + label:before {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #c3c8d1;
  position: absolute;
  top: calc(50% - 11px);
  left: 0;
  display: block;
  background-image: none;
  background-color: transparent;
  box-shadow: none;
}
.comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form .fui-radio input[type=radio] + label:before, .comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form .radio-wrapper input[type=radio] + label:before {
  margin-right: 8px;
}
@media screen and (min-width: 640px) {
  .comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form .fui-radio input[type=radio] + label:before, .comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form .radio-wrapper input[type=radio] + label:before {
    margin-right: calc(0.5vw + 4.8px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form .fui-radio input[type=radio] + label:before, .comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form .radio-wrapper input[type=radio] + label:before {
    margin-right: 12px;
  }
}
.comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form .fui-radio input[type=radio]:checked + label, .comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form .radio-wrapper input[type=radio]:checked + label {
  color: #1a1a1a;
}
.comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form .fui-radio input[type=radio]:checked + label:before, .comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form .radio-wrapper input[type=radio]:checked + label:before {
  background-color: #c3c8d1;
}
.comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form .fui-layout-horizontal .fui-radio, .comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form .fui-layout-horizontal .fui-checkbox {
  margin-top: 0;
}
.comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form select, .comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form .fui-input-container select.fui-select {
  font-family: "Montserrat";
  font-weight: 400;
  line-height: 1.4;
  font-style: normal;
  letter-spacing: 0px;
  display: block;
  color: rgba(167, 167, 167, 0.5);
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0;
  border-width: 1px;
  border-style: solid;
  border-color: #c3c8d1 !important;
  border-radius: 2px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  background-image: url("/built/icons/arrow-down-grey.svg");
  background-repeat: no-repeat, repeat;
  background-position: right 12px top 50%;
  background-size: 12px auto;
}
.comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form select, .comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form .fui-input-container select.fui-select {
  font-size: 12px;
}
@media screen and (min-width: 640px) {
  .comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form select, .comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form .fui-input-container select.fui-select {
    font-size: calc(0.25vw + 10.4px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form select, .comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form .fui-input-container select.fui-select {
    font-size: 14px;
  }
}
.comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form select, .comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form .fui-input-container select.fui-select {
  padding-top: 6px;
}
@media screen and (min-width: 640px) {
  .comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form select, .comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form .fui-input-container select.fui-select {
    padding-top: calc(0.75vw + 1.2px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form select, .comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form .fui-input-container select.fui-select {
    padding-top: 12px;
  }
}
.comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form select, .comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form .fui-input-container select.fui-select {
  padding-bottom: 6px;
}
@media screen and (min-width: 640px) {
  .comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form select, .comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form .fui-input-container select.fui-select {
    padding-bottom: calc(0.75vw + 1.2px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form select, .comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form .fui-input-container select.fui-select {
    padding-bottom: 12px;
  }
}
.comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form select, .comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form .fui-input-container select.fui-select {
  padding-left: 8px;
}
@media screen and (min-width: 640px) {
  .comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form select, .comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form .fui-input-container select.fui-select {
    padding-left: calc(0.75vw + 3.2px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form select, .comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form .fui-input-container select.fui-select {
    padding-left: 14px;
  }
}
.comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form select, .comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form .fui-input-container select.fui-select {
  padding-right: 8px;
}
@media screen and (min-width: 640px) {
  .comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form select, .comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form .fui-input-container select.fui-select {
    padding-right: calc(0.75vw + 3.2px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form select, .comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form .fui-input-container select.fui-select {
    padding-right: 14px;
  }
}
@media only screen and (min-width: 30.0625rem) {
  .comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form select, .comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form .fui-input-container select.fui-select {
    background-size: 16px auto;
  }
}
@media only screen and (min-width: 64.0625rem) {
  .comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form select, .comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form .fui-input-container select.fui-select {
    background-position: right 24px top 50%;
  }
}
.comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form select::-ms-expand, .comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form .fui-input-container select.fui-select::-ms-expand {
  display: none;
}
.comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form select:focus, .comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form .fui-input-container select.fui-select:focus {
  outline: none;
  box-shadow: none;
  border-color: #c3c8d1;
}
.comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form select option, .comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form .fui-input-container select.fui-select option {
  font-weight: normal;
  color: #1a1a1a;
}
.comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form select.value-selected, .comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form .fui-input-container select.fui-select.value-selected {
  color: #a7a7a7;
}
.comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form .fui-checkbox, .comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form .checkbox-wrapper {
  margin-bottom: 0;
}
.comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form .fui-checkbox, .comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form .checkbox-wrapper {
  margin-top: 6px;
}
@media screen and (min-width: 640px) {
  .comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form .fui-checkbox, .comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form .checkbox-wrapper {
    margin-top: calc(0.5vw + 2.8px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form .fui-checkbox, .comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form .checkbox-wrapper {
    margin-top: 10px;
  }
}
.comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form .fui-checkbox:first-child, .comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form .checkbox-wrapper:first-child {
  margin-top: 0;
}
.comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form .fui-checkbox input[type=checkbox] + label, .comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form .checkbox-wrapper input[type=checkbox] + label {
  position: relative;
  cursor: pointer;
  font-family: "Montserrat";
  font-weight: 400;
  line-height: 1.4;
  font-style: normal;
  letter-spacing: 0px;
  line-height: 1.2em;
  color: #a7a7a7;
  padding-left: 32px;
  transition: color 300ms ease;
}
.comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form .fui-checkbox input[type=checkbox] + label, .comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form .checkbox-wrapper input[type=checkbox] + label {
  font-size: 12px;
}
@media screen and (min-width: 640px) {
  .comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form .fui-checkbox input[type=checkbox] + label, .comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form .checkbox-wrapper input[type=checkbox] + label {
    font-size: calc(0.25vw + 10.4px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form .fui-checkbox input[type=checkbox] + label, .comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form .checkbox-wrapper input[type=checkbox] + label {
    font-size: 14px;
  }
}
.comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form .fui-checkbox input[type=checkbox] + label:before, .comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form .checkbox-wrapper input[type=checkbox] + label:before {
  content: "";
  width: 20px;
  height: 20px;
  border: 1px solid #c3c8d1;
  position: absolute;
  top: calc(50% - 10px);
  left: 0;
  display: block;
  background-image: none;
  background-color: transparent;
  box-shadow: none;
}
.comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form .fui-checkbox input[type=checkbox]:checked + label, .comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form .checkbox-wrapper input[type=checkbox]:checked + label {
  color: #1a1a1a;
}
.comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form .fui-checkbox input[type=checkbox]:checked + label:before, .comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form .checkbox-wrapper input[type=checkbox]:checked + label:before {
  background-color: #c3c8d1;
}
.comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form .fui-error-message, .comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form label.error, .comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form ul.parsley-errors-list li {
  font-family: "Montserrat";
  font-weight: 400;
  line-height: 1.4;
  font-style: normal;
  letter-spacing: 0px;
  color: #62929e;
}
.comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form .fui-error-message, .comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form label.error, .comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form ul.parsley-errors-list li {
  margin-top: 4px;
}
@media screen and (min-width: 640px) {
  .comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form .fui-error-message, .comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form label.error, .comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form ul.parsley-errors-list li {
    margin-top: calc(0.5vw + 0.8px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form .fui-error-message, .comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form label.error, .comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form ul.parsley-errors-list li {
    margin-top: 8px;
  }
}
.comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form .fui-error-message, .comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form label.error, .comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form ul.parsley-errors-list li {
  font-size: 12px;
}
@media screen and (min-width: 640px) {
  .comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form .fui-error-message, .comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form label.error, .comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form ul.parsley-errors-list li {
    font-size: calc(0.25vw + 10.4px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form .fui-error-message, .comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form label.error, .comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form ul.parsley-errors-list li {
    font-size: 14px;
  }
}
.comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form input[type=submit], .comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form button {
  cursor: pointer;
}
.comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form .fui-instructions {
  position: relative;
  font-family: "Montserrat";
  font-weight: 400;
  line-height: 1.4;
  font-style: normal;
  letter-spacing: 0px;
}
.comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form .fui-instructions {
  font-size: 12px;
}
@media screen and (min-width: 640px) {
  .comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form .fui-instructions {
    font-size: calc(0.25vw + 10.4px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form .fui-instructions {
    font-size: 14px;
  }
}
.comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form .fui-label + .fui-instructions, .comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form .fui-legend + .fui-instructions {
  top: -2px;
}
.comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form .fui-legend, .comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form .fui-label {
  font-family: "Montserrat";
  font-weight: 400;
  line-height: 1.6;
  font-style: normal;
  letter-spacing: 0px;
  line-height: 1.2em;
  color: #1a1a1a;
}
.comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form .fui-legend, .comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form .fui-label {
  font-size: 12px;
}
@media screen and (min-width: 640px) {
  .comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form .fui-legend, .comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form .fui-label {
    font-size: calc(0.25vw + 10.4px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form .fui-legend, .comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form .fui-label {
    font-size: 14px;
  }
}
.comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form .fui-legend, .comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form .fui-label {
  margin-bottom: 8px;
}
@media screen and (min-width: 640px) {
  .comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form .fui-legend, .comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form .fui-label {
    margin-bottom: calc(0.5vw + 4.8px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form .fui-legend, .comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form .fui-label {
    margin-bottom: 12px;
  }
}
.comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form .fui-required {
  color: #62929e;
}
.comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form .fui-row {
  margin-bottom: 0;
}
.comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form .fui-row {
  margin-top: 16px;
}
@media screen and (min-width: 640px) {
  .comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form .fui-row {
    margin-top: calc(1vw + 9.6px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form .fui-row {
    margin-top: 24px;
  }
}
.comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form .fui-row:first-child {
  margin-top: 0;
}
.comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form input[type=submit], .comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form button {
  margin-top: 16px;
}
@media screen and (min-width: 640px) {
  .comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form input[type=submit], .comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form button {
    margin-top: calc(0.5vw + 12.8px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form input[type=submit], .comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form button {
    margin-top: 20px;
  }
}
.comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper {
  margin-top: 32px;
}
@media screen and (min-width: 640px) {
  .comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper {
    margin-top: calc(2vw + 19.2px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper {
    margin-top: 48px;
  }
}
.comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form input[type=text], .comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form input[type=email], .comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form textarea {
  border-color: #ffffff !important;
  border-width: 1px;
  color: #ffffff;
}
.comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form .fui-radio input[type=radio]:checked + label, .comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form .radio-wrapper input[type=radio]:checked + label {
  color: #ffffff;
}
.comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form .fui-checkbox input[type=checkbox]:checked + label, .comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form .checkbox-wrapper input[type=checkbox]:checked + label {
  color: #ffffff;
}
.comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form select.value-selected, .comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form .fui-input-container select.fui-select.value-selected {
  color: #ffffff;
}
.comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form .fui-legend, .comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form .fui-label {
  color: #c3c8d1;
}
.comp-ListingFourUpImageCardsDark {
  overflow: hidden;
}
.comp-ListingFourUpImageCardsDark .grid-container {
  max-width: 100rem;
}
.comp-ListingFourUpImageCardsDark .cards-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.comp-ListingFourUpImageCardsDark .cards-wrapper {
  padding-top: 50px;
}
@media screen and (min-width: 640px) {
  .comp-ListingFourUpImageCardsDark .cards-wrapper {
    padding-top: calc(6.25vw + 10px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ListingFourUpImageCardsDark .cards-wrapper {
    padding-top: 100px;
  }
}
.comp-ListingFourUpImageCardsDark .cards-wrapper {
  padding-bottom: 50px;
}
@media screen and (min-width: 640px) {
  .comp-ListingFourUpImageCardsDark .cards-wrapper {
    padding-bottom: calc(6.25vw + 10px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ListingFourUpImageCardsDark .cards-wrapper {
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 30.0625rem) {
  .comp-ListingFourUpImageCardsDark .cards-wrapper {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media only screen and (min-width: 48.0625rem) {
  .comp-ListingFourUpImageCardsDark .cards-wrapper {
    margin-left: -12px;
    margin-right: -12px;
  }
}
@media only screen and (min-width: 90.0625rem) {
  .comp-ListingFourUpImageCardsDark .cards-wrapper {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.comp-ListingFourUpImageCardsDark .cards-wrapper .card {
  flex-shrink: 0;
  flex-grow: 0;
  margin-top: 20px;
  flex-basis: 100%;
  transform: translateY(0px);
  transition: box-shadow 200ms, transform 300ms;
}
.comp-ListingFourUpImageCardsDark .cards-wrapper .card:first-child {
  margin-top: 0;
}
@media only screen and (min-width: 30.0625rem) {
  .comp-ListingFourUpImageCardsDark .cards-wrapper .card {
    flex-basis: calc(50% - 20px);
    margin-left: 10px;
    margin-right: 10px;
    display: flex;
    flex-direction: column;
  }
  .comp-ListingFourUpImageCardsDark .cards-wrapper .card:nth-child(-n+2) {
    margin-top: 0;
  }
}
@media only screen and (min-width: 48.0625rem) {
  .comp-ListingFourUpImageCardsDark .cards-wrapper .card {
    margin-left: 12px;
    margin-right: 12px;
    margin-top: 24px;
    flex-basis: calc(50% - 24px);
  }
}
@media only screen and (min-width: 64.0625rem) {
  .comp-ListingFourUpImageCardsDark .cards-wrapper .card {
    flex-basis: calc(25% - 24px);
  }
  .comp-ListingFourUpImageCardsDark .cards-wrapper .card:nth-child(-n+4) {
    margin-top: 0;
  }
}
@media only screen and (min-width: 90.0625rem) {
  .comp-ListingFourUpImageCardsDark .cards-wrapper .card {
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 40px;
    flex-basis: calc(25% - 40px);
  }
}
.comp-ListingFourUpImageCardsDark .cards-wrapper .card .image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-bottom: 80%;
  transition: padding 300ms;
  position: relative;
}
.comp-ListingFourUpImageCardsDark .cards-wrapper .card .image .heading {
  font-family: "Poppins";
  font-weight: 500;
  line-height: 1.4;
  font-style: normal;
  letter-spacing: 0px;
  color: #ffffff;
  position: absolute;
}
.comp-ListingFourUpImageCardsDark .cards-wrapper .card .image .heading {
  font-size: 15px;
}
@media screen and (min-width: 640px) {
  .comp-ListingFourUpImageCardsDark .cards-wrapper .card .image .heading {
    font-size: calc(0.875vw + 9.4px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ListingFourUpImageCardsDark .cards-wrapper .card .image .heading {
    font-size: 22px;
  }
}
.comp-ListingFourUpImageCardsDark .cards-wrapper .card .image .heading {
  left: 20px;
}
@media screen and (min-width: 640px) {
  .comp-ListingFourUpImageCardsDark .cards-wrapper .card .image .heading {
    left: calc(2.5vw + 4px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ListingFourUpImageCardsDark .cards-wrapper .card .image .heading {
    left: 40px;
  }
}
.comp-ListingFourUpImageCardsDark .cards-wrapper .card .image .heading {
  right: 20px;
}
@media screen and (min-width: 640px) {
  .comp-ListingFourUpImageCardsDark .cards-wrapper .card .image .heading {
    right: calc(2.5vw + 4px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ListingFourUpImageCardsDark .cards-wrapper .card .image .heading {
    right: 40px;
  }
}
.comp-ListingFourUpImageCardsDark .cards-wrapper .card .image .heading {
  bottom: 16px;
}
@media screen and (min-width: 640px) {
  .comp-ListingFourUpImageCardsDark .cards-wrapper .card .image .heading {
    bottom: calc(1.5vw + 6.4px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ListingFourUpImageCardsDark .cards-wrapper .card .image .heading {
    bottom: 28px;
  }
}
.comp-ListingFourUpImageCardsDark .cards-wrapper .card .content {
  background-color: rgba(195, 200, 209, 0.1);
  position: relative;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.comp-ListingFourUpImageCardsDark .cards-wrapper .card .content .text-content-wrapper {
  flex-grow: 1;
}
.comp-ListingFourUpImageCardsDark .cards-wrapper .card .content .text-content-wrapper .text-content {
  transition: padding 300ms;
  padding-top: 20px;
  padding-bottom: 12px;
}
.comp-ListingFourUpImageCardsDark .cards-wrapper .card .content .text-content-wrapper .text-content {
  padding-left: 20px;
}
@media screen and (min-width: 640px) {
  .comp-ListingFourUpImageCardsDark .cards-wrapper .card .content .text-content-wrapper .text-content {
    padding-left: calc(2.5vw + 4px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ListingFourUpImageCardsDark .cards-wrapper .card .content .text-content-wrapper .text-content {
    padding-left: 40px;
  }
}
.comp-ListingFourUpImageCardsDark .cards-wrapper .card .content .text-content-wrapper .text-content {
  padding-right: 20px;
}
@media screen and (min-width: 640px) {
  .comp-ListingFourUpImageCardsDark .cards-wrapper .card .content .text-content-wrapper .text-content {
    padding-right: calc(2.5vw + 4px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ListingFourUpImageCardsDark .cards-wrapper .card .content .text-content-wrapper .text-content {
    padding-right: 40px;
  }
}
@media only screen and (min-width: 64.0625rem) {
  .comp-ListingFourUpImageCardsDark .cards-wrapper .card .content .text-content-wrapper .text-content {
    padding-top: 24px;
    padding-bottom: 12px;
  }
}
@media only screen and (min-width: 90.0625rem) {
  .comp-ListingFourUpImageCardsDark .cards-wrapper .card .content .text-content-wrapper .text-content {
    padding-top: 42px;
    padding-bottom: 12px;
  }
}
.comp-ListingFourUpImageCardsDark .cards-wrapper .card .content .text-content-wrapper .text-content p {
  color: #1a1a1a;
  font-family: "Montserrat";
  font-weight: 400;
  line-height: 1.4;
  font-style: normal;
  letter-spacing: 0px;
}
.comp-ListingFourUpImageCardsDark .cards-wrapper .card .content .text-content-wrapper .text-content p {
  font-size: 12px;
}
@media screen and (min-width: 640px) {
  .comp-ListingFourUpImageCardsDark .cards-wrapper .card .content .text-content-wrapper .text-content p {
    font-size: calc(0.25vw + 10.4px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ListingFourUpImageCardsDark .cards-wrapper .card .content .text-content-wrapper .text-content p {
    font-size: 14px;
  }
}
.comp-ListingFourUpImageCardsDark .cards-wrapper .card .content .text-content-wrapper .text-content p {
  margin-top: 10px;
}
@media screen and (min-width: 640px) {
  .comp-ListingFourUpImageCardsDark .cards-wrapper .card .content .text-content-wrapper .text-content p {
    margin-top: calc(0.75vw + 5.2px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ListingFourUpImageCardsDark .cards-wrapper .card .content .text-content-wrapper .text-content p {
    margin-top: 16px;
  }
}
.comp-ListingFourUpImageCardsDark .cards-wrapper .card .content .text-content-wrapper .text-content p {
  margin-bottom: 10px;
}
@media screen and (min-width: 640px) {
  .comp-ListingFourUpImageCardsDark .cards-wrapper .card .content .text-content-wrapper .text-content p {
    margin-bottom: calc(0.75vw + 5.2px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ListingFourUpImageCardsDark .cards-wrapper .card .content .text-content-wrapper .text-content p {
    margin-bottom: 16px;
  }
}
.comp-ListingFourUpImageCardsDark .cards-wrapper .card .content .text-content-wrapper .text-content p:first-child {
  margin-top: 0;
}
.comp-ListingFourUpImageCardsDark .cards-wrapper .card .content .text-content-wrapper .text-content p:last-child {
  margin-bottom: 0;
}
.comp-ListingFourUpImageCardsDark .cards-wrapper .card .content .text-content-wrapper .text-content .address {
  color: #99A0AC;
}
.comp-ListingFourUpImageCardsDark .cards-wrapper .card .content .link {
  display: block;
  position: relative;
  font-family: "Montserrat";
  font-weight: 400;
  line-height: 1.4;
  font-style: normal;
  letter-spacing: 0px;
  color: #5f832a;
  transition: color 200ms;
}
.comp-ListingFourUpImageCardsDark .cards-wrapper .card .content .link {
  font-size: 12px;
}
@media screen and (min-width: 640px) {
  .comp-ListingFourUpImageCardsDark .cards-wrapper .card .content .link {
    font-size: calc(0.25vw + 10.4px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ListingFourUpImageCardsDark .cards-wrapper .card .content .link {
    font-size: 14px;
  }
}
.comp-ListingFourUpImageCardsDark .cards-wrapper .card .content .link {
  padding-top: 12px;
}
@media screen and (min-width: 640px) {
  .comp-ListingFourUpImageCardsDark .cards-wrapper .card .content .link {
    padding-top: calc(1.5vw + 2.4px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ListingFourUpImageCardsDark .cards-wrapper .card .content .link {
    padding-top: 24px;
  }
}
.comp-ListingFourUpImageCardsDark .cards-wrapper .card .content .link {
  padding-bottom: 12px;
}
@media screen and (min-width: 640px) {
  .comp-ListingFourUpImageCardsDark .cards-wrapper .card .content .link {
    padding-bottom: calc(0.5vw + 8.8px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ListingFourUpImageCardsDark .cards-wrapper .card .content .link {
    padding-bottom: 16px;
  }
}
.comp-ListingFourUpImageCardsDark .cards-wrapper .card .content .link {
  padding-left: 20px;
}
@media screen and (min-width: 640px) {
  .comp-ListingFourUpImageCardsDark .cards-wrapper .card .content .link {
    padding-left: calc(2.5vw + 4px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ListingFourUpImageCardsDark .cards-wrapper .card .content .link {
    padding-left: 40px;
  }
}
.comp-ListingFourUpImageCardsDark .cards-wrapper .card .content .link {
  padding-right: 20px;
}
@media screen and (min-width: 640px) {
  .comp-ListingFourUpImageCardsDark .cards-wrapper .card .content .link {
    padding-right: calc(2.5vw + 4px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ListingFourUpImageCardsDark .cards-wrapper .card .content .link {
    padding-right: 40px;
  }
}
.comp-ListingFourUpImageCardsDark .cards-wrapper .card .content .link span.link-text {
  opacity: 0;
  transition: opacity 200ms;
}
.comp-ListingFourUpImageCardsDark .cards-wrapper .card .content .link span.Icon {
  position: absolute;
  top: calc(50% - 6px);
}
.comp-ListingFourUpImageCardsDark .cards-wrapper .card .content .link span.Icon {
  right: 20px;
}
@media screen and (min-width: 640px) {
  .comp-ListingFourUpImageCardsDark .cards-wrapper .card .content .link span.Icon {
    right: calc(2.5vw + 4px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ListingFourUpImageCardsDark .cards-wrapper .card .content .link span.Icon {
    right: 40px;
  }
}
.comp-ListingFourUpImageCardsDark .cards-wrapper .card .content .link span.Icon svg * {
  transition: fill 200ms;
  fill: #1a1a1a;
  width: 8px;
  height: 12px;
}
.comp-ListingFourUpImageCardsDark .cards-wrapper .card:hover {
  box-shadow: 0px 0px 10px 0px rgba(26, 26, 26, 0.15);
  transform: translateY(-10px);
}
@media only screen and (min-width: 64.0625rem) {
  .comp-ListingFourUpImageCardsDark .cards-wrapper .card:hover {
    transform: translateY(-20px);
  }
}
.comp-ListingFourUpImageCardsDark .cards-wrapper .card:hover .content .text-content {
  padding-bottom: 32px;
}
@media only screen and (min-width: 48.0625rem) {
  .comp-ListingFourUpImageCardsDark .cards-wrapper .card:hover .content .text-content {
    padding-bottom: 32px;
  }
}
@media only screen and (min-width: 64.0625rem) {
  .comp-ListingFourUpImageCardsDark .cards-wrapper .card:hover .content .text-content {
    padding-bottom: 32px;
  }
}
@media only screen and (min-width: 75.0625rem) {
  .comp-ListingFourUpImageCardsDark .cards-wrapper .card:hover .content .text-content {
    padding-bottom: 42px;
  }
}
@media only screen and (min-width: 90.0625rem) {
  .comp-ListingFourUpImageCardsDark .cards-wrapper .card:hover .content .text-content {
    padding-bottom: 42px;
  }
}
.comp-ListingFourUpImageCardsDark .cards-wrapper .card:hover .content .link span.link-text {
  opacity: 1;
}
.comp-ListingFourUpImageCardsDark .cards-wrapper .card:hover .content .link span.Icon svg * {
  fill: #5f832a;
}
.comp-ListingFourUpImageCardsDark .cards-wrapper .card:hover .image {
  padding-bottom: calc(80% - 20px);
}
@media only screen and (min-width: 48.0625rem) {
  .comp-ListingFourUpImageCardsDark .cards-wrapper .card:hover .image {
    padding-bottom: calc(80% - 20px);
  }
}
@media only screen and (min-width: 75.0625rem) {
  .comp-ListingFourUpImageCardsDark .cards-wrapper .card:hover .image {
    padding-bottom: calc(80% - 30px);
  }
}

.comp-ListingFourUpImageCardsLight {
  max-width: 104rem;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  margin-left: auto;
  margin-right: auto;
}
.comp-ListingFourUpImageCardsLight {
  padding-top: 30px;
}
@media screen and (min-width: 640px) {
  .comp-ListingFourUpImageCardsLight {
    padding-top: calc(3.75vw + 6px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ListingFourUpImageCardsLight {
    padding-top: 60px;
  }
}
.comp-ListingFourUpImageCardsLight {
  padding-bottom: 30px;
}
@media screen and (min-width: 640px) {
  .comp-ListingFourUpImageCardsLight {
    padding-bottom: calc(3.75vw + 6px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ListingFourUpImageCardsLight {
    padding-bottom: 60px;
  }
}
.comp-ListingFourUpImageCardsLight .cards-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px;
  position: relative;
}
.comp-ListingFourUpImageCardsLight .cards-wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
  background-color: #f3f2f1;
  display: none;
}
@media only screen and (min-width: 30.0625rem) {
  .comp-ListingFourUpImageCardsLight .cards-wrapper:before {
    display: block;
  }
}
@media only screen and (min-width: 64.0625rem) {
  .comp-ListingFourUpImageCardsLight .cards-wrapper:before {
    display: none;
  }
}
.comp-ListingFourUpImageCardsLight .cards-wrapper .card {
  flex-basis: calc(100% - 16px);
  flex-grow: 0;
  flex-shrink: 0;
  margin-left: 8px;
  margin-right: 8px;
  position: relative;
  display: flex;
  flex-direction: column;
}
.comp-ListingFourUpImageCardsLight .cards-wrapper .card {
  padding-top: 42px;
}
@media screen and (min-width: 640px) {
  .comp-ListingFourUpImageCardsLight .cards-wrapper .card {
    padding-top: calc(3.75vw + 18px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ListingFourUpImageCardsLight .cards-wrapper .card {
    padding-top: 72px;
  }
}
.comp-ListingFourUpImageCardsLight .cards-wrapper .card:first-child {
  padding-top: 0;
}
@media only screen and (min-width: 30.0625rem) {
  .comp-ListingFourUpImageCardsLight .cards-wrapper .card {
    flex-basis: calc(50% - 16px);
  }
  .comp-ListingFourUpImageCardsLight .cards-wrapper .card:nth-child(-n+2) {
    padding-top: 0;
  }
}
@media only screen and (min-width: 64.0625rem) {
  .comp-ListingFourUpImageCardsLight .cards-wrapper .card {
    flex-basis: calc(25% - 16px);
  }
  .comp-ListingFourUpImageCardsLight .cards-wrapper .card:nth-child(-n+4) {
    padding-top: 0;
  }
}
.comp-ListingFourUpImageCardsLight .cards-wrapper .card:before {
  content: "";
  position: absolute;
  right: -8px;
  top: 0;
  bottom: 0;
  width: 1px;
  background-color: #f3f2f1;
  display: none;
}
@media only screen and (min-width: 64.0625rem) {
  .comp-ListingFourUpImageCardsLight .cards-wrapper .card:before {
    display: block;
  }
}
.comp-ListingFourUpImageCardsLight .cards-wrapper .card:nth-child(4n+4):before {
  display: none;
}
.comp-ListingFourUpImageCardsLight .cards-wrapper .card .card-number-wrap {
  margin-bottom: 28px;
}
@media screen and (min-width: 640px) {
  .comp-ListingFourUpImageCardsLight .cards-wrapper .card .card-number-wrap {
    margin-bottom: calc(3.75vw + 4px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ListingFourUpImageCardsLight .cards-wrapper .card .card-number-wrap {
    margin-bottom: 58px;
  }
}
.comp-ListingFourUpImageCardsLight .cards-wrapper .card .card-number-wrap {
  margin-left: 16px;
}
@media screen and (min-width: 640px) {
  .comp-ListingFourUpImageCardsLight .cards-wrapper .card .card-number-wrap {
    margin-left: calc(4vw - 9.6px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ListingFourUpImageCardsLight .cards-wrapper .card .card-number-wrap {
    margin-left: 48px;
  }
}
.comp-ListingFourUpImageCardsLight .cards-wrapper .card .card-number-wrap .card-number {
  font-family: "Poppins";
  font-weight: 500;
  line-height: 1.6;
  font-style: normal;
  letter-spacing: 0px;
  color: #c3c8d1;
  position: relative;
  display: inline-block;
  transition: color 200ms;
}
.comp-ListingFourUpImageCardsLight .cards-wrapper .card .card-number-wrap .card-number {
  font-size: 18px;
}
@media screen and (min-width: 640px) {
  .comp-ListingFourUpImageCardsLight .cards-wrapper .card .card-number-wrap .card-number {
    font-size: calc(2vw + 5.2px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ListingFourUpImageCardsLight .cards-wrapper .card .card-number-wrap .card-number {
    font-size: 34px;
  }
}
.comp-ListingFourUpImageCardsLight .cards-wrapper .card .card-number-wrap .card-number:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 22px;
  right: -28px;
  width: 20px;
  height: 4px;
  background-color: #fa4922;
  opacity: 0;
  transition: opacity 200ms, right 200ms;
}
.comp-ListingFourUpImageCardsLight .cards-wrapper .card .image-wrapper-link {
  display: block;
  padding-bottom: 80%;
  position: relative;
  overflow: hidden;
}
.comp-ListingFourUpImageCardsLight .cards-wrapper .card .image-wrapper-link {
  margin-bottom: 24px;
}
@media screen and (min-width: 640px) {
  .comp-ListingFourUpImageCardsLight .cards-wrapper .card .image-wrapper-link {
    margin-bottom: calc(9.5vw - 36.8px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ListingFourUpImageCardsLight .cards-wrapper .card .image-wrapper-link {
    margin-bottom: 100px;
  }
}
.comp-ListingFourUpImageCardsLight .cards-wrapper .card .image-wrapper-link .image {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: transform 300ms;
}
.comp-ListingFourUpImageCardsLight .cards-wrapper .card .content-wrapper {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.comp-ListingFourUpImageCardsLight .cards-wrapper .card .content-wrapper {
  padding-left: 24px;
}
@media screen and (min-width: 640px) {
  .comp-ListingFourUpImageCardsLight .cards-wrapper .card .content-wrapper {
    padding-left: calc(3.25vw + 3.2px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ListingFourUpImageCardsLight .cards-wrapper .card .content-wrapper {
    padding-left: 50px;
  }
}
.comp-ListingFourUpImageCardsLight .cards-wrapper .card .content-wrapper {
  padding-right: 24px;
}
@media screen and (min-width: 640px) {
  .comp-ListingFourUpImageCardsLight .cards-wrapper .card .content-wrapper {
    padding-right: calc(3.25vw + 3.2px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ListingFourUpImageCardsLight .cards-wrapper .card .content-wrapper {
    padding-right: 50px;
  }
}
.comp-ListingFourUpImageCardsLight .cards-wrapper .card .content-wrapper .text-wrapper {
  flex-grow: 1;
}
.comp-ListingFourUpImageCardsLight .cards-wrapper .card .content-wrapper .text-wrapper .heading {
  font-family: "Poppins";
  font-weight: 500;
  line-height: 1.4;
  font-style: normal;
  letter-spacing: 0px;
  color: #1a1a1a;
  transition: color 200ms;
}
.comp-ListingFourUpImageCardsLight .cards-wrapper .card .content-wrapper .text-wrapper .heading {
  font-size: 15px;
}
@media screen and (min-width: 640px) {
  .comp-ListingFourUpImageCardsLight .cards-wrapper .card .content-wrapper .text-wrapper .heading {
    font-size: calc(0.875vw + 9.4px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ListingFourUpImageCardsLight .cards-wrapper .card .content-wrapper .text-wrapper .heading {
    font-size: 22px;
  }
}
.comp-ListingFourUpImageCardsLight .cards-wrapper .card .content-wrapper .text-wrapper .heading:hover {
  color: #fa4922;
}
.comp-ListingFourUpImageCardsLight .cards-wrapper .card .content-wrapper .text-wrapper .text-content {
  margin-top: 14px;
}
@media screen and (min-width: 640px) {
  .comp-ListingFourUpImageCardsLight .cards-wrapper .card .content-wrapper .text-wrapper .text-content {
    margin-top: calc(1.75vw + 2.8px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ListingFourUpImageCardsLight .cards-wrapper .card .content-wrapper .text-wrapper .text-content {
    margin-top: 28px;
  }
}
.comp-ListingFourUpImageCardsLight .cards-wrapper .card .content-wrapper .text-wrapper .text-content p {
  font-family: "Montserrat";
  font-weight: 400;
  line-height: 1.4;
  font-style: normal;
  letter-spacing: 0px;
  color: #c3c8d1;
}
.comp-ListingFourUpImageCardsLight .cards-wrapper .card .content-wrapper .text-wrapper .text-content p {
  font-size: 12px;
}
@media screen and (min-width: 640px) {
  .comp-ListingFourUpImageCardsLight .cards-wrapper .card .content-wrapper .text-wrapper .text-content p {
    font-size: calc(0.25vw + 10.4px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ListingFourUpImageCardsLight .cards-wrapper .card .content-wrapper .text-wrapper .text-content p {
    font-size: 14px;
  }
}
.comp-ListingFourUpImageCardsLight .cards-wrapper .card .content-wrapper .subtext {
  font-family: "Montserrat";
  font-weight: 400;
  line-height: 1.4;
  font-style: normal;
  letter-spacing: 0px;
  transition: color 200ms;
}
.comp-ListingFourUpImageCardsLight .cards-wrapper .card .content-wrapper .subtext {
  margin-top: 32px;
}
@media screen and (min-width: 640px) {
  .comp-ListingFourUpImageCardsLight .cards-wrapper .card .content-wrapper .subtext {
    margin-top: calc(4.5vw + 3.2px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ListingFourUpImageCardsLight .cards-wrapper .card .content-wrapper .subtext {
    margin-top: 68px;
  }
}
.comp-ListingFourUpImageCardsLight .cards-wrapper .card .content-wrapper .subtext {
  font-size: 12px;
}
@media screen and (min-width: 640px) {
  .comp-ListingFourUpImageCardsLight .cards-wrapper .card .content-wrapper .subtext {
    font-size: calc(0.25vw + 10.4px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ListingFourUpImageCardsLight .cards-wrapper .card .content-wrapper .subtext {
    font-size: 14px;
  }
}
.comp-ListingFourUpImageCardsLight .cards-wrapper .card:hover .card-number-wrap .card-number {
  color: #1a1a1a;
}
.comp-ListingFourUpImageCardsLight .cards-wrapper .card:hover .card-number-wrap .card-number:after {
  opacity: 1;
  right: -36px;
}
.comp-ListingFourUpImageCardsLight .cards-wrapper .card:hover .image-wrapper-link .image {
  transform: scale(1.1);
}
.comp-ListingFourUpImageCardsLight .cards-wrapper .card:hover .content-wrapper .subtext {
  color: #fa4922;
}

.comp-FooterFull {
  background-color: #ffffff;
}
.comp-FooterFull .grid-container {
  max-width: 94rem;
}
.comp-FooterFull .upper-content {
  padding-top: 36px;
}
@media screen and (min-width: 640px) {
  .comp-FooterFull .upper-content {
    padding-top: calc(5.5vw + 0.8px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-FooterFull .upper-content {
    padding-top: 80px;
  }
}
.comp-FooterFull .upper-content {
  padding-bottom: 24px;
}
@media screen and (min-width: 640px) {
  .comp-FooterFull .upper-content {
    padding-bottom: calc(1vw + 17.6px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-FooterFull .upper-content {
    padding-bottom: 32px;
  }
}
.comp-FooterFull .upper-content .logo-social-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}
.comp-FooterFull .upper-content .logo-social-wrapper {
  margin-bottom: 42px;
}
@media screen and (min-width: 640px) {
  .comp-FooterFull .upper-content .logo-social-wrapper {
    margin-bottom: calc(4.75vw + 11.6px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-FooterFull .upper-content .logo-social-wrapper {
    margin-bottom: 80px;
  }
}
@media only screen and (min-width: 48.0625rem) {
  .comp-FooterFull .upper-content .logo-social-wrapper {
    flex-direction: row;
  }
}
.comp-FooterFull .upper-content .logo-social-wrapper .logo {
  max-width: 184px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 48.0625rem) {
  .comp-FooterFull .upper-content .logo-social-wrapper .logo {
    margin-left: 0;
    margin-right: 0;
  }
}
.comp-FooterFull .upper-content .logo-social-wrapper .logo a {
  opacity: 1;
  transition: opacity 200ms;
}
.comp-FooterFull .upper-content .logo-social-wrapper .logo a:hover {
  opacity: 0.6;
}
.comp-FooterFull .upper-content .logo-social-wrapper .social-links {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 36px;
}
@media only screen and (min-width: 30.0625rem) {
  .comp-FooterFull .upper-content .logo-social-wrapper .social-links {
    margin-top: 42px;
  }
}
@media only screen and (min-width: 48.0625rem) {
  .comp-FooterFull .upper-content .logo-social-wrapper .social-links {
    margin-top: 0;
  }
}
@media only screen and (min-width: 64.0625rem) {
  .comp-FooterFull .upper-content .logo-social-wrapper .social-links {
    justify-content: flex-end;
  }
}
.comp-FooterFull .upper-content .logo-social-wrapper .social-links li {
  margin-left: 8px;
}
@media screen and (min-width: 640px) {
  .comp-FooterFull .upper-content .logo-social-wrapper .social-links li {
    margin-left: calc(1vw + 1.6px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-FooterFull .upper-content .logo-social-wrapper .social-links li {
    margin-left: 16px;
  }
}
.comp-FooterFull .upper-content .logo-social-wrapper .social-links li:first-child {
  margin-left: 0;
}
.comp-FooterFull .upper-content .logo-social-wrapper .social-links li a {
  opacity: 1;
  transition: opacity 200ms;
}
.comp-FooterFull .upper-content .logo-social-wrapper .social-links li a:hover {
  opacity: 0.6;
}
.comp-FooterFull .upper-content .links-column {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.comp-FooterFull .upper-content .links-column .link-group {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 100%;
  margin-top: 16px;
}
.comp-FooterFull .upper-content .links-column .link-group:nth-child(-n+1) {
  margin-top: 0;
}
@media only screen and (min-width: 48.0625rem) {
  .comp-FooterFull .upper-content .links-column .link-group {
    flex-basis: 0px;
    flex-grow: 1;
    flex-shrink: 1;
    margin-top: 0;
  }
}
.comp-FooterFull .upper-content .links-column .link-group .links-heading-wrapper {
  text-align: center;
}
@media only screen and (min-width: 64.0625rem) {
  .comp-FooterFull .upper-content .links-column .link-group .links-heading-wrapper {
    text-align: left;
  }
}
.comp-FooterFull .upper-content .links-column .link-group .links-heading-wrapper .links-heading {
  font-family: "Poppins";
  font-weight: 500;
  line-height: 1.1;
  font-style: normal;
  letter-spacing: 0px;
  color: #1a1a1a;
  display: inline-block;
}
.comp-FooterFull .upper-content .links-column .link-group .links-heading-wrapper .links-heading {
  font-size: 16px;
}
@media screen and (min-width: 640px) {
  .comp-FooterFull .upper-content .links-column .link-group .links-heading-wrapper .links-heading {
    font-size: calc(1.5vw + 6.4px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-FooterFull .upper-content .links-column .link-group .links-heading-wrapper .links-heading {
    font-size: 28px;
  }
}
.comp-FooterFull .upper-content .links-column .link-group .links-heading-wrapper .links-heading {
  margin-bottom: 10px;
}
@media screen and (min-width: 640px) {
  .comp-FooterFull .upper-content .links-column .link-group .links-heading-wrapper .links-heading {
    margin-bottom: calc(0.5vw + 6.8px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-FooterFull .upper-content .links-column .link-group .links-heading-wrapper .links-heading {
    margin-bottom: 14px;
  }
}
.comp-FooterFull .upper-content .links-column .link-group .links-heading-wrapper a.links-heading {
  position: relative;
}
.comp-FooterFull .upper-content .links-column .link-group .links-heading-wrapper a.links-heading:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0px;
  background-color: rgba(195, 200, 209, 0.25);
  height: 2px;
  opacity: 0;
  transition: opacity 200ms;
}
.comp-FooterFull .upper-content .links-column .link-group .links-heading-wrapper a.links-heading:hover:after {
  opacity: 1;
}
.comp-FooterFull .upper-content .links-column .link-group .links {
  text-align: center;
}
@media only screen and (min-width: 64.0625rem) {
  .comp-FooterFull .upper-content .links-column .link-group .links {
    text-align: left;
  }
}
.comp-FooterFull .upper-content .links-column .link-group .links li a {
  font-family: "Montserrat";
  font-weight: 400;
  line-height: 1.4;
  font-style: normal;
  letter-spacing: 0px;
  color: #1a1a1a;
  position: relative;
}
.comp-FooterFull .upper-content .links-column .link-group .links li a {
  font-size: 12px;
}
@media screen and (min-width: 640px) {
  .comp-FooterFull .upper-content .links-column .link-group .links li a {
    font-size: calc(0.25vw + 10.4px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-FooterFull .upper-content .links-column .link-group .links li a {
    font-size: 14px;
  }
}
.comp-FooterFull .upper-content .links-column .link-group .links li a:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -4px;
  background-color: rgba(195, 200, 209, 0.25);
  height: 2px;
  opacity: 0;
  transition: opacity 200ms;
}
.comp-FooterFull .upper-content .links-column .link-group .links li a:hover:after {
  opacity: 1;
}
.comp-FooterFull .lower-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}
.comp-FooterFull .lower-content {
  padding-top: 24px;
}
@media screen and (min-width: 640px) {
  .comp-FooterFull .lower-content {
    padding-top: calc(2.75vw + 6.4px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-FooterFull .lower-content {
    padding-top: 46px;
  }
}
.comp-FooterFull .lower-content {
  padding-bottom: 32px;
}
@media screen and (min-width: 640px) {
  .comp-FooterFull .lower-content {
    padding-bottom: calc(6vw - 6.4px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-FooterFull .lower-content {
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 48.0625rem) {
  .comp-FooterFull .lower-content {
    flex-direction: row;
  }
}
.comp-FooterFull .lower-content .left {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (min-width: 30.0625rem) {
  .comp-FooterFull .lower-content .left {
    flex-direction: row;
  }
}
.comp-FooterFull .lower-content .left .copyright, .comp-FooterFull .lower-content .left a {
  font-family: "Montserrat";
  font-weight: 400;
  line-height: 1.4;
  font-style: normal;
  letter-spacing: 0px;
  color: #1a1a1a;
  margin-top: 6px;
}
.comp-FooterFull .lower-content .left .copyright, .comp-FooterFull .lower-content .left a {
  font-size: 12px;
}
@media screen and (min-width: 640px) {
  .comp-FooterFull .lower-content .left .copyright, .comp-FooterFull .lower-content .left a {
    font-size: calc(0.25vw + 10.4px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-FooterFull .lower-content .left .copyright, .comp-FooterFull .lower-content .left a {
    font-size: 14px;
  }
}
.comp-FooterFull .lower-content .left .copyright:first-child, .comp-FooterFull .lower-content .left a:first-child {
  margin-top: 0;
}
@media only screen and (min-width: 30.0625rem) {
  .comp-FooterFull .lower-content .left .copyright, .comp-FooterFull .lower-content .left a {
    margin-left: 24px;
    margin-top: 0;
  }
}
@media only screen and (min-width: 48.0625rem) {
  .comp-FooterFull .lower-content .left .copyright, .comp-FooterFull .lower-content .left a {
    margin-left: 32px;
  }
}
.comp-FooterFull .lower-content .left .copyright:first-child, .comp-FooterFull .lower-content .left a:first-child {
  margin-left: 0;
}
.comp-FooterFull .lower-content .left a {
  opacity: 1;
  transition: opacity 200ms;
}
.comp-FooterFull .lower-content .left a:hover {
  opacity: 0.6;
}
.comp-FooterFull .lower-content .right {
  margin-top: 32px;
}
@media only screen and (min-width: 48.0625rem) {
  .comp-FooterFull .lower-content .right {
    margin-top: 0;
  }
}
.comp-FooterFull .lower-content .right a.authenticff-link {
  font-family: "Montserrat";
  font-weight: 400;
  line-height: 1.4;
  font-style: normal;
  letter-spacing: 0px;
  color: #99A0AC;
  display: flex;
  align-items: center;
  opacity: 1;
  transition: opacity 200ms;
}
.comp-FooterFull .lower-content .right a.authenticff-link {
  font-size: 12px;
}
@media screen and (min-width: 640px) {
  .comp-FooterFull .lower-content .right a.authenticff-link {
    font-size: calc(0.25vw + 10.4px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-FooterFull .lower-content .right a.authenticff-link {
    font-size: 14px;
  }
}
.comp-FooterFull .lower-content .right a.authenticff-link .Icon {
  margin-left: 14px;
}
@media screen and (min-width: 640px) {
  .comp-FooterFull .lower-content .right a.authenticff-link .Icon {
    margin-left: calc(1.25vw + 6px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-FooterFull .lower-content .right a.authenticff-link .Icon {
    margin-left: 24px;
  }
}
.comp-FooterFull .lower-content .right a.authenticff-link:hover {
  opacity: 0.6;
}

.comp-ListingFiveUpProjectsSlider {
  padding-top: 42px;
}
@media screen and (min-width: 640px) {
  .comp-ListingFiveUpProjectsSlider {
    padding-top: calc(6.25vw + 2px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ListingFiveUpProjectsSlider {
    padding-top: 92px;
  }
}
.comp-ListingFiveUpProjectsSlider .slider-navigation {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.comp-ListingFiveUpProjectsSlider .slider-navigation {
  padding-right: 24px;
}
@media screen and (min-width: 640px) {
  .comp-ListingFiveUpProjectsSlider .slider-navigation {
    padding-right: calc(1vw + 17.6px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ListingFiveUpProjectsSlider .slider-navigation {
    padding-right: 32px;
  }
}
.comp-ListingFiveUpProjectsSlider .slider-navigation .previous-button, .comp-ListingFiveUpProjectsSlider .slider-navigation .next-button {
  border: 2px solid #1a1a1a;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: border-color 300ms;
}
.comp-ListingFiveUpProjectsSlider .slider-navigation .previous-button, .comp-ListingFiveUpProjectsSlider .slider-navigation .next-button {
  width: 32px;
}
@media screen and (min-width: 640px) {
  .comp-ListingFiveUpProjectsSlider .slider-navigation .previous-button, .comp-ListingFiveUpProjectsSlider .slider-navigation .next-button {
    width: calc(2.75vw + 14.4px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ListingFiveUpProjectsSlider .slider-navigation .previous-button, .comp-ListingFiveUpProjectsSlider .slider-navigation .next-button {
    width: 54px;
  }
}
.comp-ListingFiveUpProjectsSlider .slider-navigation .previous-button, .comp-ListingFiveUpProjectsSlider .slider-navigation .next-button {
  height: 32px;
}
@media screen and (min-width: 640px) {
  .comp-ListingFiveUpProjectsSlider .slider-navigation .previous-button, .comp-ListingFiveUpProjectsSlider .slider-navigation .next-button {
    height: calc(2.75vw + 14.4px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ListingFiveUpProjectsSlider .slider-navigation .previous-button, .comp-ListingFiveUpProjectsSlider .slider-navigation .next-button {
    height: 54px;
  }
}
@media only screen and (min-width: 48.0625rem) {
  .comp-ListingFiveUpProjectsSlider .slider-navigation .previous-button, .comp-ListingFiveUpProjectsSlider .slider-navigation .next-button {
    border: 3px solid #1a1a1a;
  }
}
.comp-ListingFiveUpProjectsSlider .slider-navigation .previous-button svg *, .comp-ListingFiveUpProjectsSlider .slider-navigation .next-button svg * {
  fill: #1a1a1a;
  transition: fill 300ms;
}
.comp-ListingFiveUpProjectsSlider .slider-navigation .previous-button:hover, .comp-ListingFiveUpProjectsSlider .slider-navigation .next-button:hover {
  border-color: #62929e;
}
.comp-ListingFiveUpProjectsSlider .slider-navigation .previous-button:hover svg *, .comp-ListingFiveUpProjectsSlider .slider-navigation .next-button:hover svg * {
  fill: #62929e;
}
.comp-ListingFiveUpProjectsSlider .slider-navigation .next-button {
  margin-left: 12px;
}
@media only screen and (min-width: 64.0625rem) {
  .comp-ListingFiveUpProjectsSlider .slider-navigation .next-button {
    margin-left: 16px;
  }
}
.comp-ListingFiveUpProjectsSlider .card-slider .slick-track {
  padding-top: 20px;
}
@media screen and (min-width: 640px) {
  .comp-ListingFiveUpProjectsSlider .card-slider .slick-track {
    padding-top: calc(1.5vw + 10.4px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ListingFiveUpProjectsSlider .card-slider .slick-track {
    padding-top: 32px;
  }
}
.comp-ListingFiveUpProjectsSlider .card-slider .slick-track {
  padding-bottom: 42px;
}
@media screen and (min-width: 640px) {
  .comp-ListingFiveUpProjectsSlider .card-slider .slick-track {
    padding-bottom: calc(6.25vw + 2px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ListingFiveUpProjectsSlider .card-slider .slick-track {
    padding-bottom: 92px;
  }
}
.comp-ListingFiveUpProjectsSlider .card-slider .slick-slide {
  height: 100%;
}
.comp-ListingFiveUpProjectsSlider .card-slider .slick-slide > div {
  padding-left: 5px;
  padding-right: 5px;
}
.comp-ListingFiveUpProjectsSlider .card-slider .slick-slide .card-wrapper {
  display: block !important;
  position: relative;
}
.comp-ListingFiveUpProjectsSlider .card-slider .slick-slide .card-wrapper .card {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  transform: translateY(0px);
  transition: box-shadow 400ms ease, transform 400ms ease;
  outline: none;
}
.comp-ListingFiveUpProjectsSlider .card-slider .slick-slide .card-wrapper .card .background-image {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transition: transform 400ms;
}
.comp-ListingFiveUpProjectsSlider .card-slider .slick-slide .card-wrapper .card .background-image:before {
  content: "";
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(95, 131, 42, 0.5);
  opacity: 0;
  transition: opacity 400ms;
}
.comp-ListingFiveUpProjectsSlider .card-slider .slick-slide .card-wrapper .card .background-image:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: linear-gradient(transparent, rgba(26, 26, 26, 0.4));
}
.comp-ListingFiveUpProjectsSlider .card-slider .slick-slide .card-wrapper .card .card-content {
  z-index: 3;
  position: relative;
  transition: top 400ms ease;
}
.comp-ListingFiveUpProjectsSlider .card-slider .slick-slide .card-wrapper .card .card-content {
  padding-left: 24px;
}
@media screen and (min-width: 640px) {
  .comp-ListingFiveUpProjectsSlider .card-slider .slick-slide .card-wrapper .card .card-content {
    padding-left: calc(3.25vw + 3.2px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ListingFiveUpProjectsSlider .card-slider .slick-slide .card-wrapper .card .card-content {
    padding-left: 50px;
  }
}
.comp-ListingFiveUpProjectsSlider .card-slider .slick-slide .card-wrapper .card .card-content {
  padding-right: 24px;
}
@media screen and (min-width: 640px) {
  .comp-ListingFiveUpProjectsSlider .card-slider .slick-slide .card-wrapper .card .card-content {
    padding-right: calc(3.25vw + 3.2px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ListingFiveUpProjectsSlider .card-slider .slick-slide .card-wrapper .card .card-content {
    padding-right: 50px;
  }
}
.comp-ListingFiveUpProjectsSlider .card-slider .slick-slide .card-wrapper .card .card-content .top-content {
  /*
  .icon {
  	max-width: 54px;
  	height: auto;
  	@include interpolate(margin-bottom, 24px, 52px);

  	svg * {
  		fill: $color-white;
  	}
  }
  */
}
.comp-ListingFiveUpProjectsSlider .card-slider .slick-slide .card-wrapper .card .card-content .top-content {
  padding-top: 24px;
}
@media screen and (min-width: 640px) {
  .comp-ListingFiveUpProjectsSlider .card-slider .slick-slide .card-wrapper .card .card-content .top-content {
    padding-top: calc(7vw - 20.8px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ListingFiveUpProjectsSlider .card-slider .slick-slide .card-wrapper .card .card-content .top-content {
    padding-top: 80px;
  }
}
.comp-ListingFiveUpProjectsSlider .card-slider .slick-slide .card-wrapper .card .card-content .top-content {
  padding-bottom: 24px;
}
@media screen and (min-width: 640px) {
  .comp-ListingFiveUpProjectsSlider .card-slider .slick-slide .card-wrapper .card .card-content .top-content {
    padding-bottom: calc(2vw + 11.2px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ListingFiveUpProjectsSlider .card-slider .slick-slide .card-wrapper .card .card-content .top-content {
    padding-bottom: 40px;
  }
}
.comp-ListingFiveUpProjectsSlider .card-slider .slick-slide .card-wrapper .card .card-content .top-content .heading {
  font-family: "Poppins";
  font-weight: 500;
  line-height: 1.1;
  font-style: normal;
  letter-spacing: 0px;
  color: #ffffff;
  max-width: 250px;
}
.comp-ListingFiveUpProjectsSlider .card-slider .slick-slide .card-wrapper .card .card-content .top-content .heading {
  font-size: 16px;
}
@media screen and (min-width: 640px) {
  .comp-ListingFiveUpProjectsSlider .card-slider .slick-slide .card-wrapper .card .card-content .top-content .heading {
    font-size: calc(1.5vw + 6.4px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ListingFiveUpProjectsSlider .card-slider .slick-slide .card-wrapper .card .card-content .top-content .heading {
    font-size: 28px;
  }
}
.comp-ListingFiveUpProjectsSlider .card-slider .slick-slide .card-wrapper .card .card-content .lower-content {
  padding-bottom: 24px;
}
@media screen and (min-width: 640px) {
  .comp-ListingFiveUpProjectsSlider .card-slider .slick-slide .card-wrapper .card .card-content .lower-content {
    padding-bottom: calc(3.75vw + 0px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ListingFiveUpProjectsSlider .card-slider .slick-slide .card-wrapper .card .card-content .lower-content {
    padding-bottom: 54px;
  }
}
.comp-ListingFiveUpProjectsSlider .card-slider .slick-slide .card-wrapper .card .card-content .lower-content .text-content {
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0ms 400ms, transform 0ms 400ms;
}
.comp-ListingFiveUpProjectsSlider .card-slider .slick-slide .card-wrapper .card .card-content .lower-content .text-content {
  margin-bottom: 16px;
}
@media screen and (min-width: 640px) {
  .comp-ListingFiveUpProjectsSlider .card-slider .slick-slide .card-wrapper .card .card-content .lower-content .text-content {
    margin-bottom: calc(1.75vw + 4.8px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ListingFiveUpProjectsSlider .card-slider .slick-slide .card-wrapper .card .card-content .lower-content .text-content {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 90.0625rem) {
  .comp-ListingFiveUpProjectsSlider .card-slider .slick-slide .card-wrapper .card .card-content .lower-content .text-content {
    padding-right: 60px;
  }
}
.comp-ListingFiveUpProjectsSlider .card-slider .slick-slide .card-wrapper .card .card-content .lower-content .text-content p {
  font-family: "Montserrat";
  font-weight: 400;
  line-height: 1.4;
  font-style: normal;
  letter-spacing: 0px;
  color: #ffffff;
}
.comp-ListingFiveUpProjectsSlider .card-slider .slick-slide .card-wrapper .card .card-content .lower-content .text-content p {
  font-size: 12px;
}
@media screen and (min-width: 640px) {
  .comp-ListingFiveUpProjectsSlider .card-slider .slick-slide .card-wrapper .card .card-content .lower-content .text-content p {
    font-size: calc(0.25vw + 10.4px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ListingFiveUpProjectsSlider .card-slider .slick-slide .card-wrapper .card .card-content .lower-content .text-content p {
    font-size: 14px;
  }
}
.comp-ListingFiveUpProjectsSlider .card-slider .slick-slide .card-wrapper .card .card-content .lower-content .card-link {
  font-family: "Montserrat";
  font-weight: 700;
  line-height: 1.6875;
  color: #ffffff;
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0ms 400ms, transform 0ms 400ms, color 300ms;
  display: block;
}
.comp-ListingFiveUpProjectsSlider .card-slider .slick-slide .card-wrapper .card .card-content .lower-content .card-link {
  font-size: 13px;
}
@media screen and (min-width: 640px) {
  .comp-ListingFiveUpProjectsSlider .card-slider .slick-slide .card-wrapper .card .card-content .lower-content .card-link {
    font-size: calc(0.375vw + 10.6px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ListingFiveUpProjectsSlider .card-slider .slick-slide .card-wrapper .card .card-content .lower-content .card-link {
    font-size: 16px;
  }
}
.comp-ListingFiveUpProjectsSlider .card-slider .slick-slide .card-wrapper .card:hover {
  box-shadow: 0px 15px 25px 0px rgba(0, 0, 0, 0.5);
  transform: translateY(-10px);
}
@media only screen and (min-width: 64.0625rem) {
  .comp-ListingFiveUpProjectsSlider .card-slider .slick-slide .card-wrapper .card:hover {
    box-shadow: 0px 25px 40px 0px rgba(0, 0, 0, 0.5);
  }
}
@media only screen and (min-width: 90.0625rem) {
  .comp-ListingFiveUpProjectsSlider .card-slider .slick-slide .card-wrapper .card:hover {
    box-shadow: 0px 30px 50px 0px rgba(0, 0, 0, 0.5);
  }
}
.comp-ListingFiveUpProjectsSlider .card-slider .slick-slide .card-wrapper .card:hover .background-image {
  transform: scale(1.1);
}
.comp-ListingFiveUpProjectsSlider .card-slider .slick-slide .card-wrapper .card:hover .background-image:before {
  opacity: 1;
}
.comp-ListingFiveUpProjectsSlider .card-slider .slick-slide .card-wrapper .card:hover .card-content {
  top: 0 !important;
}
.comp-ListingFiveUpProjectsSlider .card-slider .slick-slide .card-wrapper .card:hover .card-content .lower-content .text-content {
  opacity: 1;
  transform: translateY(0px);
  transition: opacity 400ms 250ms, transform 400ms 250ms;
}
.comp-ListingFiveUpProjectsSlider .card-slider .slick-slide .card-wrapper .card:hover .card-content .lower-content .card-link {
  opacity: 1;
  transform: translateY(0px);
  transition: opacity 400ms 400ms, transform 400ms 400ms, color 300ms;
}
.comp-ListingFiveUpProjectsSlider .card-slider .slick-slide .card-wrapper .card-min-height-placeholder {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  padding-bottom: 111%;
  z-index: -1;
  visibility: hidden;
}
.comp-ListingFiveUpProjectsSlider.no-top-padding {
  margin-top: -42px;
}
@media screen and (min-width: 640px) {
  .comp-ListingFiveUpProjectsSlider.no-top-padding {
    margin-top: calc(-6.25vw - 2px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ListingFiveUpProjectsSlider.no-top-padding {
    margin-top: -92px;
  }
}
.comp-ListingFiveUpProjectsSlider.no-bottom-padding {
  margin-bottom: -42px;
}
@media screen and (min-width: 640px) {
  .comp-ListingFiveUpProjectsSlider.no-bottom-padding {
    margin-bottom: calc(-6.25vw - 2px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ListingFiveUpProjectsSlider.no-bottom-padding {
    margin-bottom: -92px;
  }
}

.comp-ListingThreeUpTextCards .grid-container {
  padding-top: 40px;
}
@media screen and (min-width: 640px) {
  .comp-ListingThreeUpTextCards .grid-container {
    padding-top: calc(5vw + 8px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ListingThreeUpTextCards .grid-container {
    padding-top: 80px;
  }
}
.comp-ListingThreeUpTextCards .grid-container {
  padding-bottom: 40px;
}
@media screen and (min-width: 640px) {
  .comp-ListingThreeUpTextCards .grid-container {
    padding-bottom: calc(5vw + 8px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ListingThreeUpTextCards .grid-container {
    padding-bottom: 80px;
  }
}
.comp-ListingThreeUpTextCards .cards-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.comp-ListingThreeUpTextCards .cards-wrapper .card-wrapper {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 100%;
}
@media only screen and (min-width: 48.0625rem) {
  .comp-ListingThreeUpTextCards .cards-wrapper .card-wrapper {
    flex-basis: 50%;
  }
}
@media only screen and (min-width: 64.0625rem) {
  .comp-ListingThreeUpTextCards .cards-wrapper .card-wrapper {
    flex-basis: 33.3333333333%;
  }
}
.comp-ListingThreeUpTextCards .cards-wrapper .card-wrapper .card {
  border-top: 1px solid #ebebeb;
  border-left: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
  transition: box-shadow 300ms;
  position: relative;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
.comp-ListingThreeUpTextCards .cards-wrapper .card-wrapper .card {
  padding-left: 32px;
}
@media screen and (min-width: 640px) {
  .comp-ListingThreeUpTextCards .cards-wrapper .card-wrapper .card {
    padding-left: calc(4vw + 6.4px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ListingThreeUpTextCards .cards-wrapper .card-wrapper .card {
    padding-left: 64px;
  }
}
.comp-ListingThreeUpTextCards .cards-wrapper .card-wrapper .card {
  padding-right: 32px;
}
@media screen and (min-width: 640px) {
  .comp-ListingThreeUpTextCards .cards-wrapper .card-wrapper .card {
    padding-right: calc(4vw + 6.4px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ListingThreeUpTextCards .cards-wrapper .card-wrapper .card {
    padding-right: 64px;
  }
}
.comp-ListingThreeUpTextCards .cards-wrapper .card-wrapper .card {
  padding-top: 36px;
}
@media screen and (min-width: 640px) {
  .comp-ListingThreeUpTextCards .cards-wrapper .card-wrapper .card {
    padding-top: calc(3.75vw + 12px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ListingThreeUpTextCards .cards-wrapper .card-wrapper .card {
    padding-top: 66px;
  }
}
.comp-ListingThreeUpTextCards .cards-wrapper .card-wrapper .card {
  padding-bottom: 36px;
}
@media screen and (min-width: 640px) {
  .comp-ListingThreeUpTextCards .cards-wrapper .card-wrapper .card {
    padding-bottom: calc(3.75vw + 12px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ListingThreeUpTextCards .cards-wrapper .card-wrapper .card {
    padding-bottom: 66px;
  }
}
.comp-ListingThreeUpTextCards .cards-wrapper .card-wrapper .card .top-content-wrapper {
  flex-grow: 1;
}
.comp-ListingThreeUpTextCards .cards-wrapper .card-wrapper .card .top-content-wrapper .intro {
  font-family: "Poppins";
  font-weight: 500;
  line-height: 1.6;
  font-style: normal;
  letter-spacing: 0px;
}
.comp-ListingThreeUpTextCards .cards-wrapper .card-wrapper .card .top-content-wrapper .intro {
  font-size: 18px;
}
@media screen and (min-width: 640px) {
  .comp-ListingThreeUpTextCards .cards-wrapper .card-wrapper .card .top-content-wrapper .intro {
    font-size: calc(2vw + 5.2px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ListingThreeUpTextCards .cards-wrapper .card-wrapper .card .top-content-wrapper .intro {
    font-size: 34px;
  }
}
.comp-ListingThreeUpTextCards .cards-wrapper .card-wrapper .card .top-content-wrapper .intro {
  margin-bottom: 28px;
}
@media screen and (min-width: 640px) {
  .comp-ListingThreeUpTextCards .cards-wrapper .card-wrapper .card .top-content-wrapper .intro {
    margin-bottom: calc(3.25vw + 7.2px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ListingThreeUpTextCards .cards-wrapper .card-wrapper .card .top-content-wrapper .intro {
    margin-bottom: 54px;
  }
}
.comp-ListingThreeUpTextCards .cards-wrapper .card-wrapper .card .top-content-wrapper .heading {
  font-family: "Poppins";
  font-weight: 500;
  line-height: 1.4;
  font-style: normal;
  letter-spacing: 0px;
}
.comp-ListingThreeUpTextCards .cards-wrapper .card-wrapper .card .top-content-wrapper .heading {
  font-size: 15px;
}
@media screen and (min-width: 640px) {
  .comp-ListingThreeUpTextCards .cards-wrapper .card-wrapper .card .top-content-wrapper .heading {
    font-size: calc(0.875vw + 9.4px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ListingThreeUpTextCards .cards-wrapper .card-wrapper .card .top-content-wrapper .heading {
    font-size: 22px;
  }
}
.comp-ListingThreeUpTextCards .cards-wrapper .card-wrapper .card .top-content-wrapper .text-content {
  margin-top: 14px;
}
@media screen and (min-width: 640px) {
  .comp-ListingThreeUpTextCards .cards-wrapper .card-wrapper .card .top-content-wrapper .text-content {
    margin-top: calc(0vw + 14px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ListingThreeUpTextCards .cards-wrapper .card-wrapper .card .top-content-wrapper .text-content {
    margin-top: 14px;
  }
}
.comp-ListingThreeUpTextCards .cards-wrapper .card-wrapper .card .top-content-wrapper .text-content p {
  font-family: "Montserrat";
  font-weight: 400;
  line-height: 1.4;
  font-style: normal;
  letter-spacing: 0px;
}
.comp-ListingThreeUpTextCards .cards-wrapper .card-wrapper .card .top-content-wrapper .text-content p {
  font-size: 12px;
}
@media screen and (min-width: 640px) {
  .comp-ListingThreeUpTextCards .cards-wrapper .card-wrapper .card .top-content-wrapper .text-content p {
    font-size: calc(0.25vw + 10.4px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ListingThreeUpTextCards .cards-wrapper .card-wrapper .card .top-content-wrapper .text-content p {
    font-size: 14px;
  }
}
.comp-ListingThreeUpTextCards .cards-wrapper .card-wrapper .card .bottom-content-wrapper .cta {
  margin-top: 28px;
}
@media screen and (min-width: 640px) {
  .comp-ListingThreeUpTextCards .cards-wrapper .card-wrapper .card .bottom-content-wrapper .cta {
    margin-top: calc(0.5vw + 24.8px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ListingThreeUpTextCards .cards-wrapper .card-wrapper .card .bottom-content-wrapper .cta {
    margin-top: 32px;
  }
}
.comp-ListingThreeUpTextCards .cards-wrapper .card-wrapper .card .bottom-content-wrapper .cta .atom-ButtonPrimary, .comp-ListingThreeUpTextCards .cards-wrapper .card-wrapper .card .bottom-content-wrapper .cta .comp-FormWithTextContent .form-column .form-wrapper form input[type=submit], .comp-FormWithTextContent .form-column .form-wrapper form .comp-ListingThreeUpTextCards .cards-wrapper .card-wrapper .card .bottom-content-wrapper .cta input[type=submit], .comp-ListingThreeUpTextCards .cards-wrapper .card-wrapper .card .bottom-content-wrapper .cta .comp-FormWithTextContent .form-column .form-wrapper form button, .comp-FormWithTextContent .form-column .form-wrapper form .comp-ListingThreeUpTextCards .cards-wrapper .card-wrapper .card .bottom-content-wrapper .cta button, .comp-ListingThreeUpTextCards .cards-wrapper .card-wrapper .card .bottom-content-wrapper .cta .comp-CtaNewsletterSignup .form-column form input[type=submit], .comp-CtaNewsletterSignup .form-column form .comp-ListingThreeUpTextCards .cards-wrapper .card-wrapper .card .bottom-content-wrapper .cta input[type=submit], .comp-ListingThreeUpTextCards .cards-wrapper .card-wrapper .card .bottom-content-wrapper .cta .comp-CtaNewsletterSignup .form-column form button, .comp-CtaNewsletterSignup .form-column form .comp-ListingThreeUpTextCards .cards-wrapper .card-wrapper .card .bottom-content-wrapper .cta button, .comp-ListingThreeUpTextCards .cards-wrapper .card-wrapper .card .bottom-content-wrapper .cta .comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form input[type=submit], .comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form .comp-ListingThreeUpTextCards .cards-wrapper .card-wrapper .card .bottom-content-wrapper .cta input[type=submit], .comp-ListingThreeUpTextCards .cards-wrapper .card-wrapper .card .bottom-content-wrapper .cta .comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form button, .comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form .comp-ListingThreeUpTextCards .cards-wrapper .card-wrapper .card .bottom-content-wrapper .cta button {
  background-color: #ffffff;
  color: #1a1a1a;
  transition: color 200ms, background-color 200ms;
}
.comp-ListingThreeUpTextCards .cards-wrapper .card-wrapper .card .bottom-content-wrapper .cta .atom-ButtonPrimary:hover, .comp-ListingThreeUpTextCards .cards-wrapper .card-wrapper .card .bottom-content-wrapper .cta .comp-FormWithTextContent .form-column .form-wrapper form input[type=submit]:hover, .comp-FormWithTextContent .form-column .form-wrapper form .comp-ListingThreeUpTextCards .cards-wrapper .card-wrapper .card .bottom-content-wrapper .cta input[type=submit]:hover, .comp-ListingThreeUpTextCards .cards-wrapper .card-wrapper .card .bottom-content-wrapper .cta .comp-FormWithTextContent .form-column .form-wrapper form button:hover, .comp-FormWithTextContent .form-column .form-wrapper form .comp-ListingThreeUpTextCards .cards-wrapper .card-wrapper .card .bottom-content-wrapper .cta button:hover, .comp-ListingThreeUpTextCards .cards-wrapper .card-wrapper .card .bottom-content-wrapper .cta .comp-CtaNewsletterSignup .form-column form input[type=submit]:hover, .comp-CtaNewsletterSignup .form-column form .comp-ListingThreeUpTextCards .cards-wrapper .card-wrapper .card .bottom-content-wrapper .cta input[type=submit]:hover, .comp-ListingThreeUpTextCards .cards-wrapper .card-wrapper .card .bottom-content-wrapper .cta .comp-CtaNewsletterSignup .form-column form button:hover, .comp-CtaNewsletterSignup .form-column form .comp-ListingThreeUpTextCards .cards-wrapper .card-wrapper .card .bottom-content-wrapper .cta button:hover, .comp-ListingThreeUpTextCards .cards-wrapper .card-wrapper .card .bottom-content-wrapper .cta .comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form input[type=submit]:hover, .comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form .comp-ListingThreeUpTextCards .cards-wrapper .card-wrapper .card .bottom-content-wrapper .cta input[type=submit]:hover, .comp-ListingThreeUpTextCards .cards-wrapper .card-wrapper .card .bottom-content-wrapper .cta .comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form button:hover, .comp-FormWithBgImage .content-wrapper-outer .content-wrapper-inner .form-wrapper form .comp-ListingThreeUpTextCards .cards-wrapper .card-wrapper .card .bottom-content-wrapper .cta button:hover {
  color: #ffffff;
  background-color: #c29164;
}
.comp-ListingThreeUpTextCards .cards-wrapper .card-wrapper .card .bottom-content-wrapper .subtext {
  font-family: "Montserrat";
  font-weight: 400;
  line-height: 1.4;
  font-style: normal;
  letter-spacing: 0px;
}
.comp-ListingThreeUpTextCards .cards-wrapper .card-wrapper .card .bottom-content-wrapper .subtext {
  margin-top: 32px;
}
@media screen and (min-width: 640px) {
  .comp-ListingThreeUpTextCards .cards-wrapper .card-wrapper .card .bottom-content-wrapper .subtext {
    margin-top: calc(4.25vw + 4.8px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ListingThreeUpTextCards .cards-wrapper .card-wrapper .card .bottom-content-wrapper .subtext {
    margin-top: 66px;
  }
}
.comp-ListingThreeUpTextCards .cards-wrapper .card-wrapper .card .bottom-content-wrapper .subtext {
  font-size: 12px;
}
@media screen and (min-width: 640px) {
  .comp-ListingThreeUpTextCards .cards-wrapper .card-wrapper .card .bottom-content-wrapper .subtext {
    font-size: calc(0.25vw + 10.4px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ListingThreeUpTextCards .cards-wrapper .card-wrapper .card .bottom-content-wrapper .subtext {
    font-size: 14px;
  }
}
.comp-ListingThreeUpTextCards .cards-wrapper .card-wrapper .card:before {
  content: "";
  position: absolute;
  top: 0;
  left: 10%;
  right: 10%;
  height: 5px;
  background-color: #c29164;
  opacity: 0;
  transition: opacity 300ms;
}
.comp-ListingThreeUpTextCards .cards-wrapper .card-wrapper .card:hover {
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
}
.comp-ListingThreeUpTextCards .cards-wrapper .card-wrapper .card:hover:before {
  opacity: 1;
}
.comp-ListingThreeUpTextCards .cards-wrapper .card-wrapper:last-child .card {
  border-bottom: 1px solid #ebebeb;
}
@media only screen and (min-width: 48.0625rem) {
  .comp-ListingThreeUpTextCards .cards-wrapper .card-wrapper .card {
    border-right: none;
  }
  .comp-ListingThreeUpTextCards .cards-wrapper .card-wrapper:nth-last-child(-n+2) .card {
    border-bottom: 1px solid #ebebeb;
  }
  .comp-ListingThreeUpTextCards .cards-wrapper .card-wrapper:nth-child(2n+2) .card {
    border-right: 1px solid #ebebeb;
  }
}
@media only screen and (min-width: 64.0625rem) {
  .comp-ListingThreeUpTextCards .cards-wrapper .card-wrapper:nth-child(2n+2) .card {
    border-right: none;
  }
  .comp-ListingThreeUpTextCards .cards-wrapper .card-wrapper:nth-last-child(-n+3) .card {
    border-bottom: 1px solid #ebebeb;
  }
  .comp-ListingThreeUpTextCards .cards-wrapper .card-wrapper:nth-child(3n+3) .card {
    border-right: 1px solid #ebebeb;
  }
}
.comp-ListingThreeUpTextCards .component-separator {
  position: relative;
}
.comp-ListingThreeUpTextCards .component-separator {
  height: 32px;
}
@media screen and (min-width: 640px) {
  .comp-ListingThreeUpTextCards .component-separator {
    height: calc(2vw + 19.2px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ListingThreeUpTextCards .component-separator {
    height: 48px;
  }
}
.comp-ListingThreeUpTextCards .component-separator {
  margin-top: 24px;
}
@media screen and (min-width: 640px) {
  .comp-ListingThreeUpTextCards .component-separator {
    margin-top: calc(3vw + 4.8px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ListingThreeUpTextCards .component-separator {
    margin-top: 48px;
  }
}
.comp-ListingThreeUpTextCards .component-separator:before {
  content: "";
  position: absolute;
  width: 6px;
  top: 0;
  bottom: 0;
  left: calc(50% - 3px);
  background-color: #c29164;
}

.comp-ListingTeamMembers {
  padding-top: 40px;
}
@media screen and (min-width: 640px) {
  .comp-ListingTeamMembers {
    padding-top: calc(5vw + 8px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ListingTeamMembers {
    padding-top: 80px;
  }
}
.comp-ListingTeamMembers {
  padding-bottom: 40px;
}
@media screen and (min-width: 640px) {
  .comp-ListingTeamMembers {
    padding-bottom: calc(5vw + 8px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ListingTeamMembers {
    padding-bottom: 80px;
  }
}
.comp-ListingTeamMembers.no-top-padding {
  padding-top: 0 !important;
}
.comp-ListingTeamMembers.no-bottom-padding {
  padding-bottom: 0 !important;
}
.comp-ListingTeamMembers .cards {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.comp-ListingTeamMembers .cards {
  margin-top: -25px;
}
@media screen and (min-width: 640px) {
  .comp-ListingTeamMembers .cards {
    margin-top: calc(-3.125vw - 5px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ListingTeamMembers .cards {
    margin-top: -50px;
  }
}
.comp-ListingTeamMembers .cards {
  margin-left: -4px;
  margin-right: -4px;
}
@media screen and (min-width: 640px) {
  .comp-ListingTeamMembers .cards {
    margin-left: calc(-0.5vw - 0.8px);
    margin-right: calc(-0.5vw - 0.8px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ListingTeamMembers .cards {
    margin-left: -8px;
    margin-right: -8px;
  }
}
.comp-ListingTeamMembers .cards .card {
  overflow: hidden;
  flex: 0 1 100%;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}
.comp-ListingTeamMembers .cards .card {
  padding-left: 4px;
  padding-right: 4px;
}
@media screen and (min-width: 640px) {
  .comp-ListingTeamMembers .cards .card {
    padding-left: calc(0.5vw + 0.8px);
    padding-right: calc(0.5vw + 0.8px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ListingTeamMembers .cards .card {
    padding-left: 8px;
    padding-right: 8px;
  }
}
.comp-ListingTeamMembers .cards .card {
  margin-top: 25px;
}
@media screen and (min-width: 640px) {
  .comp-ListingTeamMembers .cards .card {
    margin-top: calc(3.125vw + 5px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ListingTeamMembers .cards .card {
    margin-top: 50px;
  }
}
@media only screen and (min-width: 30.0625rem) {
  .comp-ListingTeamMembers .cards .card {
    flex: 0 1 50%;
  }
}
@media only screen and (min-width: 48.0625rem) {
  .comp-ListingTeamMembers .cards .card {
    flex: 0 1 33.3333333333%;
  }
}
@media only screen and (min-width: 64.0625rem) {
  .comp-ListingTeamMembers .cards .card {
    flex: 0 1 25%;
  }
}
.comp-ListingTeamMembers .cards .card .image-wrapper {
  padding-bottom: 149.88%;
  position: relative;
  overflow: hidden;
}
.comp-ListingTeamMembers .cards .card .image-wrapper .image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: transform 300ms;
}
.comp-ListingTeamMembers .cards .card .image-wrapper .image-overlay-link {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(26, 26, 26, 0.5);
  opacity: 0;
  transition: opacity 300ms;
}
.comp-ListingTeamMembers .cards .card .image-wrapper .image-overlay-link:before, .comp-ListingTeamMembers .cards .card .image-wrapper .image-overlay-link:after {
  content: "";
  position: absolute;
  background-color: #ffffff;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.comp-ListingTeamMembers .cards .card .image-wrapper .image-overlay-link:before, .comp-ListingTeamMembers .cards .card .image-wrapper .image-overlay-link:after {
  border-radius: 2px;
}
@media screen and (min-width: 640px) {
  .comp-ListingTeamMembers .cards .card .image-wrapper .image-overlay-link:before, .comp-ListingTeamMembers .cards .card .image-wrapper .image-overlay-link:after {
    border-radius: calc(0.125vw + 1.2px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ListingTeamMembers .cards .card .image-wrapper .image-overlay-link:before, .comp-ListingTeamMembers .cards .card .image-wrapper .image-overlay-link:after {
    border-radius: 3px;
  }
}
.comp-ListingTeamMembers .cards .card .image-wrapper .image-overlay-link:before {
  width: 2px;
}
@media screen and (min-width: 640px) {
  .comp-ListingTeamMembers .cards .card .image-wrapper .image-overlay-link:before {
    width: calc(0.125vw + 1.2px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ListingTeamMembers .cards .card .image-wrapper .image-overlay-link:before {
    width: 3px;
  }
}
.comp-ListingTeamMembers .cards .card .image-wrapper .image-overlay-link:before {
  height: 25px;
}
@media screen and (min-width: 640px) {
  .comp-ListingTeamMembers .cards .card .image-wrapper .image-overlay-link:before {
    height: calc(3.125vw + 5px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ListingTeamMembers .cards .card .image-wrapper .image-overlay-link:before {
    height: 50px;
  }
}
.comp-ListingTeamMembers .cards .card .image-wrapper .image-overlay-link:after {
  height: 2px;
}
@media screen and (min-width: 640px) {
  .comp-ListingTeamMembers .cards .card .image-wrapper .image-overlay-link:after {
    height: calc(0.125vw + 1.2px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ListingTeamMembers .cards .card .image-wrapper .image-overlay-link:after {
    height: 3px;
  }
}
.comp-ListingTeamMembers .cards .card .image-wrapper .image-overlay-link:after {
  width: 25px;
}
@media screen and (min-width: 640px) {
  .comp-ListingTeamMembers .cards .card .image-wrapper .image-overlay-link:after {
    width: calc(3.125vw + 5px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ListingTeamMembers .cards .card .image-wrapper .image-overlay-link:after {
    width: 50px;
  }
}
.comp-ListingTeamMembers .cards .card .card-content {
  flex: 1;
  background-color: rgba(195, 200, 209, 0.25);
}
.comp-ListingTeamMembers .cards .card .card-content {
  padding-top: 12px;
  padding-bottom: 12px;
}
@media screen and (min-width: 640px) {
  .comp-ListingTeamMembers .cards .card .card-content {
    padding-top: calc(1.5vw + 2.4px);
    padding-bottom: calc(1.5vw + 2.4px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ListingTeamMembers .cards .card .card-content {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
.comp-ListingTeamMembers .cards .card .card-content {
  padding-left: 17px;
  padding-right: 17px;
}
@media screen and (min-width: 640px) {
  .comp-ListingTeamMembers .cards .card .card-content {
    padding-left: calc(2.125vw + 3.4px);
    padding-right: calc(2.125vw + 3.4px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ListingTeamMembers .cards .card .card-content {
    padding-left: 34px;
    padding-right: 34px;
  }
}
.comp-ListingTeamMembers .cards .card .card-content .title {
  font-family: "Poppins";
  font-weight: 500;
  line-height: 1.4;
  font-style: normal;
  letter-spacing: 2px;
  color: #1a1a1a;
  text-transform: uppercase;
  transition: color 200ms;
}
.comp-ListingTeamMembers .cards .card .card-content .title {
  font-size: 13px;
}
@media screen and (min-width: 640px) {
  .comp-ListingTeamMembers .cards .card .card-content .title {
    font-size: calc(0.375vw + 10.6px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ListingTeamMembers .cards .card .card-content .title {
    font-size: 16px;
  }
}
.comp-ListingTeamMembers .cards .card .card-content .lower-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.comp-ListingTeamMembers .cards .card .card-content .lower-content {
  margin-top: 3px;
}
@media screen and (min-width: 640px) {
  .comp-ListingTeamMembers .cards .card .card-content .lower-content {
    margin-top: calc(0.375vw + 0.6px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ListingTeamMembers .cards .card .card-content .lower-content {
    margin-top: 6px;
  }
}
.comp-ListingTeamMembers .cards .card .card-content .lower-content .text-info .subtitle {
  font-family: "Montserrat";
  font-weight: 400;
  line-height: 1.4;
  font-style: normal;
  letter-spacing: 0px;
  color: #1a1a1a;
}
.comp-ListingTeamMembers .cards .card .card-content .lower-content .text-info .subtitle {
  font-size: 12px;
}
@media screen and (min-width: 640px) {
  .comp-ListingTeamMembers .cards .card .card-content .lower-content .text-info .subtitle {
    font-size: calc(0.25vw + 10.4px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ListingTeamMembers .cards .card .card-content .lower-content .text-info .subtitle {
    font-size: 14px;
  }
}
.comp-ListingTeamMembers .cards .card .card-content .lower-content .links {
  display: flex;
}
.comp-ListingTeamMembers .cards .card .card-content .lower-content .links a {
  transition: color 200ms;
  margin-left: 8px;
  outline: none;
}
.comp-ListingTeamMembers .cards .card .card-content .lower-content .links a:first-child {
  margin-left: 0;
}
.comp-ListingTeamMembers .cards .card .card-content .lower-content .links a svg * {
  transition: fill 200ms;
}
.comp-ListingTeamMembers .cards .card .card-content .lower-content .links a:hover svg * {
  fill: #62929e;
}
.comp-ListingTeamMembers .cards .card .card-content .lower-content .text-info + .links {
  padding-left: 42px;
}
.comp-ListingTeamMembers .cards .card:hover .image-wrapper .image {
  transform: scale(1.06);
}
.comp-ListingTeamMembers .cards .card:hover .image-wrapper .image-overlay-link {
  opacity: 1;
}

.comp-ListingThreeUpImageItems {
  background-color: #fa4922;
}
.comp-ListingThreeUpImageItems {
  padding-top: 40px;
}
@media screen and (min-width: 640px) {
  .comp-ListingThreeUpImageItems {
    padding-top: calc(5vw + 8px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ListingThreeUpImageItems {
    padding-top: 80px;
  }
}
.comp-ListingThreeUpImageItems {
  padding-bottom: 40px;
}
@media screen and (min-width: 640px) {
  .comp-ListingThreeUpImageItems {
    padding-bottom: calc(5vw + 8px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ListingThreeUpImageItems {
    padding-bottom: 80px;
  }
}
.comp-ListingThreeUpImageItems .grid-container {
  position: relative;
}
.comp-ListingThreeUpImageItems .top-separator {
  width: 100%;
  background-color: #ffffff;
  height: 5px;
}
.comp-ListingThreeUpImageItems .top-separator {
  margin-bottom: 36px;
}
@media screen and (min-width: 640px) {
  .comp-ListingThreeUpImageItems .top-separator {
    margin-bottom: calc(2.25vw + 21.6px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ListingThreeUpImageItems .top-separator {
    margin-bottom: 54px;
  }
}
.comp-ListingThreeUpImageItems .column {
  margin-top: 36px;
}
@media screen and (min-width: 640px) {
  .comp-ListingThreeUpImageItems .column {
    margin-top: calc(1.5vw + 26.4px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ListingThreeUpImageItems .column {
    margin-top: 48px;
  }
}
.comp-ListingThreeUpImageItems .column:first-child {
  margin-top: 0;
}
@media only screen and (min-width: 48.0625rem) {
  .comp-ListingThreeUpImageItems .column:nth-child(-n+3) {
    margin-top: 0;
  }
}
.comp-ListingThreeUpImageItems .card {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.comp-ListingThreeUpImageItems .card .card-top-content a.image-wrapper {
  display: block;
  padding-bottom: 56.18%;
  position: relative;
  overflow: hidden;
}
.comp-ListingThreeUpImageItems .card .card-top-content a.image-wrapper {
  margin-bottom: 16px;
}
@media screen and (min-width: 640px) {
  .comp-ListingThreeUpImageItems .card .card-top-content a.image-wrapper {
    margin-bottom: calc(1vw + 9.6px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ListingThreeUpImageItems .card .card-top-content a.image-wrapper {
    margin-bottom: 24px;
  }
}
.comp-ListingThreeUpImageItems .card .card-top-content a.image-wrapper .image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: transform 300ms;
}
.comp-ListingThreeUpImageItems .card .card-top-content .intro {
  font-family: "Poppins";
  font-weight: 500;
  line-height: 1.4;
  font-style: normal;
  letter-spacing: 2px;
  color: #ffffff;
  text-transform: uppercase;
}
.comp-ListingThreeUpImageItems .card .card-top-content .intro {
  font-size: 13px;
}
@media screen and (min-width: 640px) {
  .comp-ListingThreeUpImageItems .card .card-top-content .intro {
    font-size: calc(0.375vw + 10.6px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ListingThreeUpImageItems .card .card-top-content .intro {
    font-size: 16px;
  }
}
.comp-ListingThreeUpImageItems .card .card-top-content .intro {
  margin-bottom: 6px;
}
@media screen and (min-width: 640px) {
  .comp-ListingThreeUpImageItems .card .card-top-content .intro {
    margin-bottom: calc(0.75vw + 1.2px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ListingThreeUpImageItems .card .card-top-content .intro {
    margin-bottom: 12px;
  }
}
.comp-ListingThreeUpImageItems .card .card-top-content .title {
  font-family: "Poppins";
  font-weight: 500;
  line-height: 1.15;
  font-style: normal;
  letter-spacing: 0px;
  color: #ffffff;
  transition: color 200ms;
}
.comp-ListingThreeUpImageItems .card .card-top-content .title {
  font-size: 20px;
}
@media screen and (min-width: 640px) {
  .comp-ListingThreeUpImageItems .card .card-top-content .title {
    font-size: calc(2.5vw + 4px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ListingThreeUpImageItems .card .card-top-content .title {
    font-size: 40px;
  }
}
.comp-ListingThreeUpImageItems .card .card-top-content .title:hover {
  color: #1a1a1a;
}
.comp-ListingThreeUpImageItems .card .line-link-wrapper {
  display: flex;
  align-items: center;
}
.comp-ListingThreeUpImageItems .card .line-link-wrapper {
  margin-top: 20px;
}
@media screen and (min-width: 640px) {
  .comp-ListingThreeUpImageItems .card .line-link-wrapper {
    margin-top: calc(4.25vw - 7.2px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ListingThreeUpImageItems .card .line-link-wrapper {
    margin-top: 54px;
  }
}
.comp-ListingThreeUpImageItems .card .line-link-wrapper:before {
  content: "";
  display: block;
  height: 6px;
  background-color: #ffffff;
  flex-grow: 1;
}
.comp-ListingThreeUpImageItems .card .line-link-wrapper:before {
  margin-right: 24px;
}
@media screen and (min-width: 640px) {
  .comp-ListingThreeUpImageItems .card .line-link-wrapper:before {
    margin-right: calc(2vw + 11.2px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ListingThreeUpImageItems .card .line-link-wrapper:before {
    margin-right: 40px;
  }
}
.comp-ListingThreeUpImageItems .card .line-link-wrapper .line-link {
  font-family: "Poppins";
  font-weight: 500;
  line-height: 1.4;
  font-style: normal;
  letter-spacing: 2px;
  color: #ffffff;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  transition: color 200ms;
}
.comp-ListingThreeUpImageItems .card .line-link-wrapper .line-link {
  font-size: 13px;
}
@media screen and (min-width: 640px) {
  .comp-ListingThreeUpImageItems .card .line-link-wrapper .line-link {
    font-size: calc(0.375vw + 10.6px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ListingThreeUpImageItems .card .line-link-wrapper .line-link {
    font-size: 16px;
  }
}
.comp-ListingThreeUpImageItems .card .line-link-wrapper .line-link .circles {
  display: flex;
  margin-left: 20px;
}
.comp-ListingThreeUpImageItems .card .line-link-wrapper .line-link .circles span {
  display: block;
  border-radius: 50%;
  background-color: #ffffff;
  width: 6px;
  height: 6px;
  margin-left: 10px;
  transition: background-color 200ms;
}
.comp-ListingThreeUpImageItems .card .line-link-wrapper .line-link .circles span:first-child {
  margin-left: 0;
}
.comp-ListingThreeUpImageItems .card .line-link-wrapper .line-link:hover {
  color: #1a1a1a;
}
.comp-ListingThreeUpImageItems .card .line-link-wrapper .line-link:hover .circles span {
  background-color: #1a1a1a;
}
.comp-ListingThreeUpImageItems .card:hover .card-top-content a.image-wrapper .image {
  transform: scale(1.1);
}

.comp-ListingThreeUpImageCardSlider {
  padding-top: 40px;
}
@media screen and (min-width: 640px) {
  .comp-ListingThreeUpImageCardSlider {
    padding-top: calc(5vw + 8px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ListingThreeUpImageCardSlider {
    padding-top: 80px;
  }
}
.comp-ListingThreeUpImageCardSlider {
  padding-bottom: 40px;
}
@media screen and (min-width: 640px) {
  .comp-ListingThreeUpImageCardSlider {
    padding-bottom: calc(5vw + 8px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ListingThreeUpImageCardSlider {
    padding-bottom: 80px;
  }
}
.comp-ListingThreeUpImageCardSlider * {
  outline: none;
}
.comp-ListingThreeUpImageCardSlider ul.top-links {
  display: flex;
  justify-content: flex-end;
  overflow: hidden;
  padding-right: 1rem;
}
.comp-ListingThreeUpImageCardSlider ul.top-links {
  margin-bottom: 32px;
}
@media screen and (min-width: 640px) {
  .comp-ListingThreeUpImageCardSlider ul.top-links {
    margin-bottom: calc(1.25vw + 24px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ListingThreeUpImageCardSlider ul.top-links {
    margin-bottom: 42px;
  }
}
@media only screen and (min-width: 48.0625rem) {
  .comp-ListingThreeUpImageCardSlider ul.top-links {
    padding-right: 13%;
  }
}
.comp-ListingThreeUpImageCardSlider ul.top-links li {
  margin-left: 24px;
}
@media screen and (min-width: 640px) {
  .comp-ListingThreeUpImageCardSlider ul.top-links li {
    margin-left: calc(3.75vw + 0px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ListingThreeUpImageCardSlider ul.top-links li {
    margin-left: 54px;
  }
}
.comp-ListingThreeUpImageCardSlider ul.top-links li:first-child {
  margin-left: 0;
}
.comp-ListingThreeUpImageCardSlider ul.top-links li a {
  font-family: "Poppins";
  font-weight: 500;
  line-height: 1.4;
  font-style: normal;
  letter-spacing: 2px;
  color: #1a1a1a;
  text-transform: uppercase;
  position: relative;
  display: block;
  padding-bottom: 3px;
}
.comp-ListingThreeUpImageCardSlider ul.top-links li a {
  font-size: 13px;
}
@media screen and (min-width: 640px) {
  .comp-ListingThreeUpImageCardSlider ul.top-links li a {
    font-size: calc(0.375vw + 10.6px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ListingThreeUpImageCardSlider ul.top-links li a {
    font-size: 16px;
  }
}
.comp-ListingThreeUpImageCardSlider ul.top-links li a {
  padding-right: 8px;
}
@media screen and (min-width: 640px) {
  .comp-ListingThreeUpImageCardSlider ul.top-links li a {
    padding-right: calc(0.5vw + 4.8px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ListingThreeUpImageCardSlider ul.top-links li a {
    padding-right: 12px;
  }
}
.comp-ListingThreeUpImageCardSlider ul.top-links li a:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 5px;
  transition: background-color 300ms;
}
.comp-ListingThreeUpImageCardSlider ul.top-links li a.gold:after {
  background-color: #c29164;
}
.comp-ListingThreeUpImageCardSlider ul.top-links li a.green:after {
  background-color: #a6ce3a;
}
.comp-ListingThreeUpImageCardSlider ul.top-links li a:hover:after {
  background-color: #fa4922;
}
@media only screen and (min-width: 48.0625rem) {
  .comp-ListingThreeUpImageCardSlider .card-slider .slick-track {
    left: 24px;
  }
}
@media only screen and (min-width: 48.0625rem) and (min-width: 640px) {
  .comp-ListingThreeUpImageCardSlider .card-slider .slick-track {
    left: calc(3.25vw + 3.2px);
  }
}
@media only screen and (min-width: 48.0625rem) and (min-width: 1440px) {
  .comp-ListingThreeUpImageCardSlider .card-slider .slick-track {
    left: 50px;
  }
}
.comp-ListingThreeUpImageCardSlider .card-slider .slick-track .slick-slide > div {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media only screen and (min-width: 48.0625rem) {
  .comp-ListingThreeUpImageCardSlider .card-slider .slick-track .slick-slide > div {
    padding-left: 20px;
  }
}
@media only screen and (min-width: 48.0625rem) and (min-width: 640px) {
  .comp-ListingThreeUpImageCardSlider .card-slider .slick-track .slick-slide > div {
    padding-left: calc(0.625vw + 16px);
  }
}
@media only screen and (min-width: 48.0625rem) and (min-width: 1440px) {
  .comp-ListingThreeUpImageCardSlider .card-slider .slick-track .slick-slide > div {
    padding-left: 25px;
  }
}
@media only screen and (min-width: 48.0625rem) {
  .comp-ListingThreeUpImageCardSlider .card-slider .slick-track .slick-slide > div {
    padding-right: 20px;
  }
}
@media only screen and (min-width: 48.0625rem) and (min-width: 640px) {
  .comp-ListingThreeUpImageCardSlider .card-slider .slick-track .slick-slide > div {
    padding-right: calc(0.625vw + 16px);
  }
}
@media only screen and (min-width: 48.0625rem) and (min-width: 1440px) {
  .comp-ListingThreeUpImageCardSlider .card-slider .slick-track .slick-slide > div {
    padding-right: 25px;
  }
}
@media only screen and (min-width: 48.0625rem) {
  .comp-ListingThreeUpImageCardSlider .card-slider .card-wrapper {
    width: 38.5vw;
    min-width: 560px;
    max-width: 760px;
  }
}
.comp-ListingThreeUpImageCardSlider .card-slider .card-wrapper .card-image-wrap {
  margin-left: 24px;
}
@media screen and (min-width: 640px) {
  .comp-ListingThreeUpImageCardSlider .card-slider .card-wrapper .card-image-wrap {
    margin-left: calc(3.25vw + 3.2px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ListingThreeUpImageCardSlider .card-slider .card-wrapper .card-image-wrap {
    margin-left: 50px;
  }
}
.comp-ListingThreeUpImageCardSlider .card-slider .card-wrapper .card-image-wrap .card-image {
  display: block;
  padding-bottom: 56.333%;
  position: relative;
  overflow: hidden;
}
.comp-ListingThreeUpImageCardSlider .card-slider .card-wrapper .card-image-wrap .card-image .background-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: transform 300ms;
}
.comp-ListingThreeUpImageCardSlider .card-slider .card-wrapper .card {
  background-color: rgba(194, 145, 100, 0.75);
  position: relative;
  transition: background-color 300ms;
}
.comp-ListingThreeUpImageCardSlider .card-slider .card-wrapper .card {
  padding-top: 54px;
}
@media screen and (min-width: 640px) {
  .comp-ListingThreeUpImageCardSlider .card-slider .card-wrapper .card {
    padding-top: calc(9.75vw - 8.4px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ListingThreeUpImageCardSlider .card-slider .card-wrapper .card {
    padding-top: 132px;
  }
}
.comp-ListingThreeUpImageCardSlider .card-slider .card-wrapper .card {
  padding-bottom: 32px;
}
@media screen and (min-width: 640px) {
  .comp-ListingThreeUpImageCardSlider .card-slider .card-wrapper .card {
    padding-bottom: calc(2.75vw + 14.4px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ListingThreeUpImageCardSlider .card-slider .card-wrapper .card {
    padding-bottom: 54px;
  }
}
.comp-ListingThreeUpImageCardSlider .card-slider .card-wrapper .card {
  padding-left: 32px;
}
@media screen and (min-width: 640px) {
  .comp-ListingThreeUpImageCardSlider .card-slider .card-wrapper .card {
    padding-left: calc(3.5vw + 9.6px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ListingThreeUpImageCardSlider .card-slider .card-wrapper .card {
    padding-left: 60px;
  }
}
.comp-ListingThreeUpImageCardSlider .card-slider .card-wrapper .card {
  padding-right: 32px;
}
@media screen and (min-width: 640px) {
  .comp-ListingThreeUpImageCardSlider .card-slider .card-wrapper .card {
    padding-right: calc(3.5vw + 9.6px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ListingThreeUpImageCardSlider .card-slider .card-wrapper .card {
    padding-right: 60px;
  }
}
.comp-ListingThreeUpImageCardSlider .card-slider .card-wrapper .card {
  margin-right: 24px;
}
@media screen and (min-width: 640px) {
  .comp-ListingThreeUpImageCardSlider .card-slider .card-wrapper .card {
    margin-right: calc(3.25vw + 3.2px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ListingThreeUpImageCardSlider .card-slider .card-wrapper .card {
    margin-right: 50px;
  }
}
.comp-ListingThreeUpImageCardSlider .card-slider .card-wrapper .card {
  margin-top: -24px;
}
@media screen and (min-width: 640px) {
  .comp-ListingThreeUpImageCardSlider .card-slider .card-wrapper .card {
    margin-top: calc(-2.25vw - 9.6px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ListingThreeUpImageCardSlider .card-slider .card-wrapper .card {
    margin-top: -42px;
  }
}
.comp-ListingThreeUpImageCardSlider .card-slider .card-wrapper .card .date-card {
  position: absolute;
  top: -20px;
  left: 30px;
  text-align: center;
  background-color: #ffffff;
}
.comp-ListingThreeUpImageCardSlider .card-slider .card-wrapper .card .date-card {
  padding-top: 12px;
}
@media screen and (min-width: 640px) {
  .comp-ListingThreeUpImageCardSlider .card-slider .card-wrapper .card .date-card {
    padding-top: calc(1.5vw + 2.4px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ListingThreeUpImageCardSlider .card-slider .card-wrapper .card .date-card {
    padding-top: 24px;
  }
}
.comp-ListingThreeUpImageCardSlider .card-slider .card-wrapper .card .date-card {
  padding-bottom: 10px;
}
@media screen and (min-width: 640px) {
  .comp-ListingThreeUpImageCardSlider .card-slider .card-wrapper .card .date-card {
    padding-bottom: calc(1.25vw + 2px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ListingThreeUpImageCardSlider .card-slider .card-wrapper .card .date-card {
    padding-bottom: 20px;
  }
}
.comp-ListingThreeUpImageCardSlider .card-slider .card-wrapper .card .date-card {
  padding-left: 16px;
}
@media screen and (min-width: 640px) {
  .comp-ListingThreeUpImageCardSlider .card-slider .card-wrapper .card .date-card {
    padding-left: calc(2vw + 3.2px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ListingThreeUpImageCardSlider .card-slider .card-wrapper .card .date-card {
    padding-left: 32px;
  }
}
.comp-ListingThreeUpImageCardSlider .card-slider .card-wrapper .card .date-card {
  padding-right: 16px;
}
@media screen and (min-width: 640px) {
  .comp-ListingThreeUpImageCardSlider .card-slider .card-wrapper .card .date-card {
    padding-right: calc(2vw + 3.2px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ListingThreeUpImageCardSlider .card-slider .card-wrapper .card .date-card {
    padding-right: 32px;
  }
}
.comp-ListingThreeUpImageCardSlider .card-slider .card-wrapper .card .date-card .number {
  font-family: "Poppins";
  font-weight: 500;
  line-height: 1.6;
  font-style: normal;
  letter-spacing: 0px;
  line-height: 1;
  color: #1a1a1a;
}
.comp-ListingThreeUpImageCardSlider .card-slider .card-wrapper .card .date-card .number {
  font-size: 18px;
}
@media screen and (min-width: 640px) {
  .comp-ListingThreeUpImageCardSlider .card-slider .card-wrapper .card .date-card .number {
    font-size: calc(2vw + 5.2px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ListingThreeUpImageCardSlider .card-slider .card-wrapper .card .date-card .number {
    font-size: 34px;
  }
}
.comp-ListingThreeUpImageCardSlider .card-slider .card-wrapper .card .date-card .detail {
  font-family: "Montserrat";
  font-weight: 400;
  line-height: 1.6;
  font-style: normal;
  letter-spacing: 0px;
  color: #1a1a1a;
}
.comp-ListingThreeUpImageCardSlider .card-slider .card-wrapper .card .date-card .detail {
  font-size: 13px;
}
@media screen and (min-width: 640px) {
  .comp-ListingThreeUpImageCardSlider .card-slider .card-wrapper .card .date-card .detail {
    font-size: calc(0.375vw + 10.6px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ListingThreeUpImageCardSlider .card-slider .card-wrapper .card .date-card .detail {
    font-size: 16px;
  }
}
.comp-ListingThreeUpImageCardSlider .card-slider .card-wrapper .card .date-card .detail {
  margin-top: 2px;
}
@media screen and (min-width: 640px) {
  .comp-ListingThreeUpImageCardSlider .card-slider .card-wrapper .card .date-card .detail {
    margin-top: calc(0.25vw + 0.4px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ListingThreeUpImageCardSlider .card-slider .card-wrapper .card .date-card .detail {
    margin-top: 4px;
  }
}
.comp-ListingThreeUpImageCardSlider .card-slider .card-wrapper .card .intro {
  position: absolute;
  font-family: "Poppins";
  font-weight: 500;
  line-height: 1.4;
  font-style: normal;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #1a1a1a;
  transition: color 300ms;
}
.comp-ListingThreeUpImageCardSlider .card-slider .card-wrapper .card .intro {
  top: 24px;
}
@media screen and (min-width: 640px) {
  .comp-ListingThreeUpImageCardSlider .card-slider .card-wrapper .card .intro {
    top: calc(3vw + 4.8px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ListingThreeUpImageCardSlider .card-slider .card-wrapper .card .intro {
    top: 48px;
  }
}
.comp-ListingThreeUpImageCardSlider .card-slider .card-wrapper .card .intro {
  left: 32px;
}
@media screen and (min-width: 640px) {
  .comp-ListingThreeUpImageCardSlider .card-slider .card-wrapper .card .intro {
    left: calc(3.5vw + 9.6px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ListingThreeUpImageCardSlider .card-slider .card-wrapper .card .intro {
    left: 60px;
  }
}
.comp-ListingThreeUpImageCardSlider .card-slider .card-wrapper .card .intro {
  font-size: 13px;
}
@media screen and (min-width: 640px) {
  .comp-ListingThreeUpImageCardSlider .card-slider .card-wrapper .card .intro {
    font-size: calc(0.375vw + 10.6px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ListingThreeUpImageCardSlider .card-slider .card-wrapper .card .intro {
    font-size: 16px;
  }
}
.comp-ListingThreeUpImageCardSlider .card-slider .card-wrapper .card .title {
  font-family: "Poppins";
  font-weight: 500;
  line-height: 1.15;
  font-style: normal;
  letter-spacing: 0px;
  color: #1a1a1a;
  transition: color 300ms;
}
.comp-ListingThreeUpImageCardSlider .card-slider .card-wrapper .card .title {
  font-size: 20px;
}
@media screen and (min-width: 640px) {
  .comp-ListingThreeUpImageCardSlider .card-slider .card-wrapper .card .title {
    font-size: calc(2.5vw + 4px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ListingThreeUpImageCardSlider .card-slider .card-wrapper .card .title {
    font-size: 40px;
  }
}
.comp-ListingThreeUpImageCardSlider .card-slider .card-wrapper .card .card-link-wrapper {
  display: flex;
  justify-content: flex-end;
}
.comp-ListingThreeUpImageCardSlider .card-slider .card-wrapper .card .card-link-wrapper {
  margin-top: 14px;
}
@media screen and (min-width: 640px) {
  .comp-ListingThreeUpImageCardSlider .card-slider .card-wrapper .card .card-link-wrapper {
    margin-top: calc(1.75vw + 2.8px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ListingThreeUpImageCardSlider .card-slider .card-wrapper .card .card-link-wrapper {
    margin-top: 28px;
  }
}
.comp-ListingThreeUpImageCardSlider .card-slider .card-wrapper .card .card-link-wrapper .card-link {
  font-family: "Poppins";
  font-weight: 500;
  line-height: 1.4;
  font-style: normal;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #1a1a1a;
  display: flex;
  align-items: center;
  transition: color 300ms;
}
.comp-ListingThreeUpImageCardSlider .card-slider .card-wrapper .card .card-link-wrapper .card-link {
  font-size: 13px;
}
@media screen and (min-width: 640px) {
  .comp-ListingThreeUpImageCardSlider .card-slider .card-wrapper .card .card-link-wrapper .card-link {
    font-size: calc(0.375vw + 10.6px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ListingThreeUpImageCardSlider .card-slider .card-wrapper .card .card-link-wrapper .card-link {
    font-size: 16px;
  }
}
.comp-ListingThreeUpImageCardSlider .card-slider .card-wrapper .card .card-link-wrapper .card-link .circles {
  display: flex;
  margin-left: 20px;
}
.comp-ListingThreeUpImageCardSlider .card-slider .card-wrapper .card .card-link-wrapper .card-link .circles span {
  display: block;
  border-radius: 50%;
  background-color: #1a1a1a;
  width: 6px;
  height: 6px;
  margin-left: 10px;
  transition: background-color 300ms;
}
.comp-ListingThreeUpImageCardSlider .card-slider .card-wrapper .card .card-link-wrapper .card-link .circles span:first-child {
  margin-left: 0;
}
.comp-ListingThreeUpImageCardSlider .card-slider .card-wrapper:hover .card-image-wrap .card-image .background-image {
  transform: scale(1.08);
}
.comp-ListingThreeUpImageCardSlider .card-slider .card-wrapper:hover .card {
  background-color: #fa4922;
  transition: background-color 300ms;
}
.comp-ListingThreeUpImageCardSlider .card-slider .card-wrapper:hover .card .intro {
  color: #ffffff;
}
.comp-ListingThreeUpImageCardSlider .card-slider .card-wrapper:hover .card .title {
  color: #ffffff;
}
.comp-ListingThreeUpImageCardSlider .card-slider .card-wrapper:hover .card .title:hover {
  color: #1a1a1a;
}
.comp-ListingThreeUpImageCardSlider .card-slider .card-wrapper:hover .card .card-link-wrapper .card-link {
  color: #ffffff;
}
.comp-ListingThreeUpImageCardSlider .card-slider .card-wrapper:hover .card .card-link-wrapper .card-link .circles span {
  background-color: #ffffff;
}
.comp-ListingThreeUpImageCardSlider .card-slider .card-wrapper:hover .card .card-link-wrapper .card-link:hover {
  color: #1a1a1a;
}
.comp-ListingThreeUpImageCardSlider .card-slider .card-wrapper:hover .card .card-link-wrapper .card-link:hover .circles span {
  background-color: #1a1a1a;
}
.comp-ListingThreeUpImageCardSlider .slider-navigation {
  display: flex;
  align-items: center;
  justify-content: center;
}
.comp-ListingThreeUpImageCardSlider .slider-navigation {
  margin-top: 36px;
}
@media screen and (min-width: 640px) {
  .comp-ListingThreeUpImageCardSlider .slider-navigation {
    margin-top: calc(5.5vw + 0.8px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ListingThreeUpImageCardSlider .slider-navigation {
    margin-top: 80px;
  }
}
@media only screen and (min-width: 48.0625rem) {
  .comp-ListingThreeUpImageCardSlider .slider-navigation {
    justify-content: flex-start;
  }
  .comp-ListingThreeUpImageCardSlider .slider-navigation {
    padding-left: 68px;
  }
}
@media only screen and (min-width: 48.0625rem) and (min-width: 640px) {
  .comp-ListingThreeUpImageCardSlider .slider-navigation {
    padding-left: calc(7.125vw + 22.4px);
  }
}
@media only screen and (min-width: 48.0625rem) and (min-width: 1440px) {
  .comp-ListingThreeUpImageCardSlider .slider-navigation {
    padding-left: 125px;
  }
}
.comp-ListingThreeUpImageCardSlider .slider-navigation .previous-button, .comp-ListingThreeUpImageCardSlider .slider-navigation .next-button {
  border: 3px solid #1a1a1a;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: border-color 300ms;
}
.comp-ListingThreeUpImageCardSlider .slider-navigation .previous-button, .comp-ListingThreeUpImageCardSlider .slider-navigation .next-button {
  width: 54px;
}
@media screen and (min-width: 640px) {
  .comp-ListingThreeUpImageCardSlider .slider-navigation .previous-button, .comp-ListingThreeUpImageCardSlider .slider-navigation .next-button {
    width: calc(4.75vw + 23.6px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ListingThreeUpImageCardSlider .slider-navigation .previous-button, .comp-ListingThreeUpImageCardSlider .slider-navigation .next-button {
    width: 92px;
  }
}
.comp-ListingThreeUpImageCardSlider .slider-navigation .previous-button, .comp-ListingThreeUpImageCardSlider .slider-navigation .next-button {
  height: 54px;
}
@media screen and (min-width: 640px) {
  .comp-ListingThreeUpImageCardSlider .slider-navigation .previous-button, .comp-ListingThreeUpImageCardSlider .slider-navigation .next-button {
    height: calc(4.75vw + 23.6px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ListingThreeUpImageCardSlider .slider-navigation .previous-button, .comp-ListingThreeUpImageCardSlider .slider-navigation .next-button {
    height: 92px;
  }
}
@media only screen and (min-width: 48.0625rem) {
  .comp-ListingThreeUpImageCardSlider .slider-navigation .previous-button, .comp-ListingThreeUpImageCardSlider .slider-navigation .next-button {
    border: 4px solid #1a1a1a;
  }
}
.comp-ListingThreeUpImageCardSlider .slider-navigation .previous-button svg *, .comp-ListingThreeUpImageCardSlider .slider-navigation .next-button svg * {
  fill: #1a1a1a;
  transition: fill 300ms;
}
.comp-ListingThreeUpImageCardSlider .slider-navigation .previous-button:hover, .comp-ListingThreeUpImageCardSlider .slider-navigation .next-button:hover {
  border-color: #fa4922;
}
.comp-ListingThreeUpImageCardSlider .slider-navigation .previous-button:hover svg *, .comp-ListingThreeUpImageCardSlider .slider-navigation .next-button:hover svg * {
  fill: #fa4922;
}
.comp-ListingThreeUpImageCardSlider .slider-navigation .slide-counter {
  position: relative;
  flex-shrink: 0;
  width: 110px;
}
.comp-ListingThreeUpImageCardSlider .slider-navigation .slide-counter .slide-number {
  font-family: "Montserrat";
  font-weight: 400;
  line-height: 1.6;
  font-style: normal;
  letter-spacing: 0px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  text-align: center;
  opacity: 0;
  transition: opacity 350ms;
}
.comp-ListingThreeUpImageCardSlider .slider-navigation .slide-counter .slide-number {
  font-size: 13px;
}
@media screen and (min-width: 640px) {
  .comp-ListingThreeUpImageCardSlider .slider-navigation .slide-counter .slide-number {
    font-size: calc(0.375vw + 10.6px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ListingThreeUpImageCardSlider .slider-navigation .slide-counter .slide-number {
    font-size: 16px;
  }
}
.comp-ListingThreeUpImageCardSlider .slider-navigation .slide-counter .slide-number span {
  display: inline-block;
}
.comp-ListingThreeUpImageCardSlider .slider-navigation .slide-counter .slide-number span {
  margin-left: 6px;
}
@media screen and (min-width: 640px) {
  .comp-ListingThreeUpImageCardSlider .slider-navigation .slide-counter .slide-number span {
    margin-left: calc(0.25vw + 4.4px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ListingThreeUpImageCardSlider .slider-navigation .slide-counter .slide-number span {
    margin-left: 8px;
  }
}
.comp-ListingThreeUpImageCardSlider .slider-navigation .slide-counter .slide-number span {
  margin-right: 6px;
}
@media screen and (min-width: 640px) {
  .comp-ListingThreeUpImageCardSlider .slider-navigation .slide-counter .slide-number span {
    margin-right: calc(0.25vw + 4.4px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ListingThreeUpImageCardSlider .slider-navigation .slide-counter .slide-number span {
    margin-right: 8px;
  }
}
.comp-ListingThreeUpImageCardSlider .slider-navigation .slide-counter .slide-number.active {
  opacity: 1;
}
.comp-QuoteShortWithIcon {
  background-color: #62929e;
}
.comp-QuoteShortWithIcon {
  padding-top: 50px;
}
@media screen and (min-width: 640px) {
  .comp-QuoteShortWithIcon {
    padding-top: calc(6.25vw + 10px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-QuoteShortWithIcon {
    padding-top: 100px;
  }
}
.comp-QuoteShortWithIcon {
  padding-bottom: 50px;
}
@media screen and (min-width: 640px) {
  .comp-QuoteShortWithIcon {
    padding-bottom: calc(6.25vw + 10px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-QuoteShortWithIcon {
    padding-bottom: 100px;
  }
}
.comp-QuoteShortWithIcon.no-top-padding {
  padding-top: 0 !important;
}
.comp-QuoteShortWithIcon.no-bottom-padding {
  padding-bottom: 0 !important;
}
.comp-QuoteShortWithIcon .content-column {
  text-align: center;
}
.comp-QuoteShortWithIcon .content-column .icon {
  max-width: 84px;
  margin-left: auto;
  margin-right: auto;
}
.comp-QuoteShortWithIcon .content-column .icon {
  margin-bottom: 24px;
}
@media screen and (min-width: 640px) {
  .comp-QuoteShortWithIcon .content-column .icon {
    margin-bottom: calc(2.25vw + 9.6px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-QuoteShortWithIcon .content-column .icon {
    margin-bottom: 42px;
  }
}
.comp-QuoteShortWithIcon .content-column .heading {
  color: #ffffff;
  font-family: "Poppins";
  font-weight: 500;
  line-height: 1.1;
  font-style: normal;
  letter-spacing: 0px;
}
.comp-QuoteShortWithIcon .content-column .heading {
  font-size: 16px;
}
@media screen and (min-width: 640px) {
  .comp-QuoteShortWithIcon .content-column .heading {
    font-size: calc(1.5vw + 6.4px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-QuoteShortWithIcon .content-column .heading {
    font-size: 28px;
  }
}
.comp-QuoteShortWithIcon .content-column .byline {
  color: #ffffff;
  font-family: "Montserrat";
  font-weight: 400;
  line-height: 1.4;
  font-style: normal;
  letter-spacing: 0px;
}
.comp-QuoteShortWithIcon .content-column .byline {
  font-size: 12px;
}
@media screen and (min-width: 640px) {
  .comp-QuoteShortWithIcon .content-column .byline {
    font-size: calc(0.25vw + 10.4px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-QuoteShortWithIcon .content-column .byline {
    font-size: 14px;
  }
}
.comp-QuoteShortWithIcon .content-column .byline {
  margin-top: 16px;
}
@media screen and (min-width: 640px) {
  .comp-QuoteShortWithIcon .content-column .byline {
    margin-top: calc(2vw + 3.2px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-QuoteShortWithIcon .content-column .byline {
    margin-top: 32px;
  }
}

.comp-FooterSimple {
  background-color: #333333;
  position: relative;
}
.comp-FooterSimple {
  padding-top: 54px;
}
@media screen and (min-width: 640px) {
  .comp-FooterSimple {
    padding-top: calc(12vw - 22.8px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-FooterSimple {
    padding-top: 150px;
  }
}
.comp-FooterSimple {
  padding-bottom: 108px;
}
@media screen and (min-width: 640px) {
  .comp-FooterSimple {
    padding-bottom: calc(5.25vw + 74.4px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-FooterSimple {
    padding-bottom: 150px;
  }
}
.comp-FooterSimple .grid-container {
  max-width: 94rem;
}
.comp-FooterSimple .content-wrapper {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 48.0625rem) {
  .comp-FooterSimple .content-wrapper {
    justify-content: space-between;
  }
}
@media only screen and (min-width: 64.0625rem) {
  .comp-FooterSimple .content-wrapper {
    flex-direction: row;
  }
}
.comp-FooterSimple .content-wrapper .left {
  margin-bottom: 32px;
}
@media screen and (min-width: 640px) {
  .comp-FooterSimple .content-wrapper .left {
    margin-bottom: calc(2.75vw + 14.4px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-FooterSimple .content-wrapper .left {
    margin-bottom: 54px;
  }
}
.comp-FooterSimple .content-wrapper .left .logo {
  display: block;
  max-width: 132px;
  margin-left: auto;
  margin-right: auto;
}
.comp-FooterSimple .content-wrapper .left a.logo {
  opacity: 1;
  transition: opacity 200ms;
}
.comp-FooterSimple .content-wrapper .left a.logo:hover {
  opacity: 0.6;
}
.comp-FooterSimple .content-wrapper .right ul.links {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  align-items: center;
}
@media only screen and (min-width: 64.0625rem) {
  .comp-FooterSimple .content-wrapper .right ul.links {
    flex-direction: row;
  }
}
.comp-FooterSimple .content-wrapper .right ul.links li {
  margin-bottom: 4px;
}
@media screen and (min-width: 640px) {
  .comp-FooterSimple .content-wrapper .right ul.links li {
    margin-bottom: calc(0.5vw + 0.8px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-FooterSimple .content-wrapper .right ul.links li {
    margin-bottom: 8px;
  }
}
@media only screen and (min-width: 64.0625rem) {
  .comp-FooterSimple .content-wrapper .right ul.links li {
    margin-bottom: 0;
  }
  .comp-FooterSimple .content-wrapper .right ul.links li {
    margin-left: 12px;
  }
}
@media only screen and (min-width: 64.0625rem) and (min-width: 640px) {
  .comp-FooterSimple .content-wrapper .right ul.links li {
    margin-left: calc(5.25vw - 21.6px);
  }
}
@media only screen and (min-width: 64.0625rem) and (min-width: 1440px) {
  .comp-FooterSimple .content-wrapper .right ul.links li {
    margin-left: 54px;
  }
}
.comp-FooterSimple .content-wrapper .right ul.links li:first-child {
  margin-left: 0;
}
.comp-FooterSimple .content-wrapper .right ul.links li a {
  font-family: "Poppins";
  font-weight: 500;
  line-height: 1.4;
  font-style: normal;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #ffffff;
  position: relative;
}
.comp-FooterSimple .content-wrapper .right ul.links li a {
  font-size: 13px;
}
@media screen and (min-width: 640px) {
  .comp-FooterSimple .content-wrapper .right ul.links li a {
    font-size: calc(0.375vw + 10.6px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-FooterSimple .content-wrapper .right ul.links li a {
    font-size: 16px;
  }
}
.comp-FooterSimple .content-wrapper .right ul.links li a:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -4px;
  background-color: rgba(195, 200, 209, 0.25);
  height: 2px;
  opacity: 0;
  transition: opacity 200ms;
}
.comp-FooterSimple .content-wrapper .right ul.links li a:hover:after {
  opacity: 1;
}
.comp-FooterSimple .content-wrapper .right .text {
  text-align: center;
}
.comp-FooterSimple .content-wrapper .right .text {
  margin-top: 28px;
}
@media screen and (min-width: 640px) {
  .comp-FooterSimple .content-wrapper .right .text {
    margin-top: calc(1.25vw + 20px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-FooterSimple .content-wrapper .right .text {
    margin-top: 38px;
  }
}
@media only screen and (min-width: 30.0625rem) {
  .comp-FooterSimple .content-wrapper .right .text {
    width: 72%;
    margin-left: auto;
    margin-right: auto;
    max-width: 448px;
  }
}
@media only screen and (min-width: 64.0625rem) {
  .comp-FooterSimple .content-wrapper .right .text {
    text-align: right;
    margin-right: 0;
  }
}
.comp-FooterSimple .content-wrapper .right .text p {
  color: #c3c8d1;
  font-family: "Montserrat";
  font-weight: 400;
  line-height: 1.4;
  font-style: normal;
  letter-spacing: 0px;
}
.comp-FooterSimple .content-wrapper .right .text p {
  font-size: 12px;
}
@media screen and (min-width: 640px) {
  .comp-FooterSimple .content-wrapper .right .text p {
    font-size: calc(0.25vw + 10.4px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-FooterSimple .content-wrapper .right .text p {
    font-size: 14px;
  }
}
.comp-FooterSimple .content-wrapper .right ul.social-links {
  display: flex;
  justify-content: center;
  align-items: center;
}
.comp-FooterSimple .content-wrapper .right ul.social-links {
  margin-top: 28px;
}
@media screen and (min-width: 640px) {
  .comp-FooterSimple .content-wrapper .right ul.social-links {
    margin-top: calc(1.25vw + 20px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-FooterSimple .content-wrapper .right ul.social-links {
    margin-top: 38px;
  }
}
@media only screen and (min-width: 64.0625rem) {
  .comp-FooterSimple .content-wrapper .right ul.social-links {
    justify-content: flex-end;
  }
}
.comp-FooterSimple .content-wrapper .right ul.social-links li {
  margin-left: 8px;
}
@media screen and (min-width: 640px) {
  .comp-FooterSimple .content-wrapper .right ul.social-links li {
    margin-left: calc(1vw + 1.6px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-FooterSimple .content-wrapper .right ul.social-links li {
    margin-left: 16px;
  }
}
.comp-FooterSimple .content-wrapper .right ul.social-links li:first-child {
  margin-left: 0;
}
.comp-FooterSimple .content-wrapper .right ul.social-links li a {
  opacity: 1;
  transition: opacity 200ms;
}
.comp-FooterSimple .content-wrapper .right ul.social-links li a:hover {
  opacity: 0.6;
}
.comp-FooterSimple a.authenticff-link {
  display: block;
  position: absolute;
  bottom: 0;
  left: calc(50% - 36px);
  background-color: rgba(195, 200, 209, 0.1);
  width: 72px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  transition: background-color 200ms;
}
@media only screen and (min-width: 48.0625rem) {
  .comp-FooterSimple a.authenticff-link {
    width: 84px;
    height: 72px;
    left: calc(50% - 42px);
  }
}
.comp-FooterSimple a.authenticff-link .Icon {
  max-width: 35px;
}
.comp-FooterSimple a.authenticff-link:hover {
  background-color: rgba(195, 200, 209, 0.05);
}
.comp-Logos {
  padding-top: 40px;
}
@media screen and (min-width: 640px) {
  .comp-Logos {
    padding-top: calc(5vw + 8px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-Logos {
    padding-top: 80px;
  }
}
.comp-Logos {
  padding-bottom: 40px;
}
@media screen and (min-width: 640px) {
  .comp-Logos {
    padding-bottom: calc(5vw + 8px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-Logos {
    padding-bottom: 80px;
  }
}
.comp-Logos.no-top-padding {
  padding-top: 0 !important;
}
.comp-Logos.no-bottom-padding {
  padding-bottom: 0 !important;
}
.comp-Logos .logos-wrapper {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: column;
}
@media only screen and (min-width: 48.0625rem) {
  .comp-Logos .logos-wrapper {
    flex-direction: row;
  }
}
.comp-Logos .logos-wrapper .logo {
  max-width: 172px;
  margin-top: 28px;
}
@media only screen and (min-width: 48.0625rem) {
  .comp-Logos .logos-wrapper .logo {
    margin-top: 0;
    padding-left: 8px;
    padding-right: 8px;
  }
}
.comp-Logos .logos-wrapper a.logo {
  opacity: 1;
  transition: opacity 250ms;
}
.comp-Logos .logos-wrapper a.logo:hover {
  opacity: 0.6;
}

.comp-QuoteTallSlider {
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("/built/images/background-pattern-3.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.comp-QuoteTallSlider {
  padding-top: 64px;
}
@media screen and (min-width: 640px) {
  .comp-QuoteTallSlider {
    padding-top: calc(28.5vw - 118.4px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-QuoteTallSlider {
    padding-top: 292px;
  }
}
.comp-QuoteTallSlider {
  padding-bottom: 64px;
}
@media screen and (min-width: 640px) {
  .comp-QuoteTallSlider {
    padding-bottom: calc(28.5vw - 118.4px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-QuoteTallSlider {
    padding-bottom: 292px;
  }
}
.comp-QuoteTallSlider {
  padding-left: 32px;
}
@media screen and (min-width: 640px) {
  .comp-QuoteTallSlider {
    padding-left: calc(41vw - 230.4px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-QuoteTallSlider {
    padding-left: 360px;
  }
}
.comp-QuoteTallSlider {
  padding-right: 32px;
}
@media screen and (min-width: 640px) {
  .comp-QuoteTallSlider {
    padding-right: calc(41vw - 230.4px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-QuoteTallSlider {
    padding-right: 360px;
  }
}
.comp-QuoteTallSlider .quote-slider-wrapper {
  flex-basis: 100%;
  position: relative;
  min-width: 0;
  background-color: #ffffff;
}
.comp-QuoteTallSlider .quote-slider-wrapper .quote-slider .slick-slide .quote-slide {
  text-align: center;
  background-color: #ffffff;
  box-sizing: border-box;
}
.comp-QuoteTallSlider .quote-slider-wrapper .quote-slider .slick-slide .quote-slide {
  padding-top: 24px;
}
@media screen and (min-width: 640px) {
  .comp-QuoteTallSlider .quote-slider-wrapper .quote-slider .slick-slide .quote-slide {
    padding-top: calc(3vw + 4.8px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-QuoteTallSlider .quote-slider-wrapper .quote-slider .slick-slide .quote-slide {
    padding-top: 48px;
  }
}
.comp-QuoteTallSlider .quote-slider-wrapper .quote-slider .slick-slide .quote-slide {
  padding-bottom: 54px;
}
@media screen and (min-width: 640px) {
  .comp-QuoteTallSlider .quote-slider-wrapper .quote-slider .slick-slide .quote-slide {
    padding-bottom: calc(6.75vw + 10.8px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-QuoteTallSlider .quote-slider-wrapper .quote-slider .slick-slide .quote-slide {
    padding-bottom: 108px;
  }
}
.comp-QuoteTallSlider .quote-slider-wrapper .quote-slider .slick-slide .quote-slide {
  padding-left: 32px;
}
@media screen and (min-width: 640px) {
  .comp-QuoteTallSlider .quote-slider-wrapper .quote-slider .slick-slide .quote-slide {
    padding-left: calc(4vw + 6.4px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-QuoteTallSlider .quote-slider-wrapper .quote-slider .slick-slide .quote-slide {
    padding-left: 64px;
  }
}
.comp-QuoteTallSlider .quote-slider-wrapper .quote-slider .slick-slide .quote-slide {
  padding-right: 32px;
}
@media screen and (min-width: 640px) {
  .comp-QuoteTallSlider .quote-slider-wrapper .quote-slider .slick-slide .quote-slide {
    padding-right: calc(4vw + 6.4px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-QuoteTallSlider .quote-slider-wrapper .quote-slider .slick-slide .quote-slide {
    padding-right: 64px;
  }
}
.comp-QuoteTallSlider .quote-slider-wrapper .quote-slider .slick-slide .quote-slide .slide-content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.comp-QuoteTallSlider .quote-slider-wrapper .quote-slider .slick-slide .quote-slide .slide-content-wrapper .byline {
  font-family: "Montserrat";
  font-weight: 400;
  line-height: 1.4;
  font-style: normal;
  letter-spacing: 0px;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 300ms ease-out 400ms, transform 300ms ease-out 400ms;
}
.comp-QuoteTallSlider .quote-slider-wrapper .quote-slider .slick-slide .quote-slide .slide-content-wrapper .byline {
  font-size: 12px;
}
@media screen and (min-width: 640px) {
  .comp-QuoteTallSlider .quote-slider-wrapper .quote-slider .slick-slide .quote-slide .slide-content-wrapper .byline {
    font-size: calc(0.25vw + 10.4px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-QuoteTallSlider .quote-slider-wrapper .quote-slider .slick-slide .quote-slide .slide-content-wrapper .byline {
    font-size: 14px;
  }
}
.comp-QuoteTallSlider .quote-slider-wrapper .quote-slider .slick-slide .quote-slide .slide-content-wrapper .byline {
  margin-bottom: 12px;
}
@media screen and (min-width: 640px) {
  .comp-QuoteTallSlider .quote-slider-wrapper .quote-slider .slick-slide .quote-slide .slide-content-wrapper .byline {
    margin-bottom: calc(1vw + 5.6px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-QuoteTallSlider .quote-slider-wrapper .quote-slider .slick-slide .quote-slide .slide-content-wrapper .byline {
    margin-bottom: 20px;
  }
}
.comp-QuoteTallSlider .quote-slider-wrapper .quote-slider .slick-slide .quote-slide .slide-content-wrapper .quote {
  font-family: "Poppins";
  font-weight: 500;
  line-height: 1.15;
  font-style: normal;
  letter-spacing: 0px;
  color: #99A0AC;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 300ms ease-out 500ms, transform 300ms ease-out 500ms;
}
.comp-QuoteTallSlider .quote-slider-wrapper .quote-slider .slick-slide .quote-slide .slide-content-wrapper .quote {
  font-size: 20px;
}
@media screen and (min-width: 640px) {
  .comp-QuoteTallSlider .quote-slider-wrapper .quote-slider .slick-slide .quote-slide .slide-content-wrapper .quote {
    font-size: calc(2.5vw + 4px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-QuoteTallSlider .quote-slider-wrapper .quote-slider .slick-slide .quote-slide .slide-content-wrapper .quote {
    font-size: 40px;
  }
}
.comp-QuoteTallSlider .quote-slider-wrapper .quote-slider .slick-slide.slick-current .quote-slide .slide-content-wrapper .byline {
  opacity: 1;
  transform: translateY(0px);
}
.comp-QuoteTallSlider .quote-slider-wrapper .quote-slider .slick-slide.slick-current .quote-slide .slide-content-wrapper .quote {
  opacity: 1;
  transform: translateY(0px);
}
.comp-QuoteTallSlider .quote-slider-wrapper .slider-dots-nav {
  display: flex;
  justify-content: center;
  position: absolute;
  left: 0;
  right: 0;
}
.comp-QuoteTallSlider .quote-slider-wrapper .slider-dots-nav {
  bottom: 18px;
}
@media screen and (min-width: 640px) {
  .comp-QuoteTallSlider .quote-slider-wrapper .slider-dots-nav {
    bottom: calc(0.75vw + 13.2px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-QuoteTallSlider .quote-slider-wrapper .slider-dots-nav {
    bottom: 24px;
  }
}
.comp-QuoteTallSlider .quote-slider-wrapper .slider-dots-nav .nav-dot {
  display: block;
  background-color: #c3c8d1;
  opacity: 1;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  transition: opacity 200ms;
  cursor: pointer;
}
.comp-QuoteTallSlider .quote-slider-wrapper .slider-dots-nav .nav-dot {
  margin-left: 20px;
}
@media screen and (min-width: 640px) {
  .comp-QuoteTallSlider .quote-slider-wrapper .slider-dots-nav .nav-dot {
    margin-left: calc(1.5vw + 10.4px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-QuoteTallSlider .quote-slider-wrapper .slider-dots-nav .nav-dot {
    margin-left: 32px;
  }
}
.comp-QuoteTallSlider .quote-slider-wrapper .slider-dots-nav .nav-dot:first-child {
  margin-left: 0;
}
.comp-QuoteTallSlider .quote-slider-wrapper .slider-dots-nav .nav-dot.active {
  opacity: 0.5;
}
.comp-QuoteTallSlider.single-slide .quote-slider-wrapper .quote-slider .slick-slide .quote-slide {
  padding-bottom: 24px;
}
@media screen and (min-width: 640px) {
  .comp-QuoteTallSlider.single-slide .quote-slider-wrapper .quote-slider .slick-slide .quote-slide {
    padding-bottom: calc(3vw + 4.8px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-QuoteTallSlider.single-slide .quote-slider-wrapper .quote-slider .slick-slide .quote-slide {
    padding-bottom: 48px;
  }
}

.comp-MapWithMarkersSimple {
  position: relative;
}
.comp-MapWithMarkersSimple .map-type-controls {
  position: absolute;
  z-index: 2;
  background-color: #ffffff;
  border-radius: 3px;
  display: flex;
}
.comp-MapWithMarkersSimple .map-type-controls {
  top: 10px;
}
@media screen and (min-width: 640px) {
  .comp-MapWithMarkersSimple .map-type-controls {
    top: calc(1.25vw + 2px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-MapWithMarkersSimple .map-type-controls {
    top: 20px;
  }
}
.comp-MapWithMarkersSimple .map-type-controls {
  left: 10px;
}
@media screen and (min-width: 640px) {
  .comp-MapWithMarkersSimple .map-type-controls {
    left: calc(1.25vw + 2px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-MapWithMarkersSimple .map-type-controls {
    left: 20px;
  }
}
.comp-MapWithMarkersSimple .map-type-controls {
  padding-top: 8px;
}
@media screen and (min-width: 640px) {
  .comp-MapWithMarkersSimple .map-type-controls {
    padding-top: calc(0.5vw + 4.8px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-MapWithMarkersSimple .map-type-controls {
    padding-top: 12px;
  }
}
.comp-MapWithMarkersSimple .map-type-controls {
  padding-bottom: 8px;
}
@media screen and (min-width: 640px) {
  .comp-MapWithMarkersSimple .map-type-controls {
    padding-bottom: calc(0.5vw + 4.8px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-MapWithMarkersSimple .map-type-controls {
    padding-bottom: 12px;
  }
}
.comp-MapWithMarkersSimple .map-type-controls {
  padding-left: 8px;
}
@media screen and (min-width: 640px) {
  .comp-MapWithMarkersSimple .map-type-controls {
    padding-left: calc(0.5vw + 4.8px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-MapWithMarkersSimple .map-type-controls {
    padding-left: 12px;
  }
}
.comp-MapWithMarkersSimple .map-type-controls {
  padding-right: 8px;
}
@media screen and (min-width: 640px) {
  .comp-MapWithMarkersSimple .map-type-controls {
    padding-right: calc(0.5vw + 4.8px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-MapWithMarkersSimple .map-type-controls {
    padding-right: 12px;
  }
}
.comp-MapWithMarkersSimple .map-type-controls .map-type-control {
  cursor: pointer;
}
.comp-MapWithMarkersSimple .map-type-controls .map-type-control {
  margin-left: 6px;
}
@media screen and (min-width: 640px) {
  .comp-MapWithMarkersSimple .map-type-controls .map-type-control {
    margin-left: calc(0.25vw + 4.4px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-MapWithMarkersSimple .map-type-controls .map-type-control {
    margin-left: 8px;
  }
}
.comp-MapWithMarkersSimple .map-type-controls .map-type-control:first-child {
  margin-left: 0;
}
.comp-MapWithMarkersSimple .map-type-controls .map-type-control .Icon {
  display: block;
}
.comp-MapWithMarkersSimple .map-type-controls .map-type-control .Icon svg {
  height: auto;
}
.comp-MapWithMarkersSimple .map-type-controls .map-type-control .Icon svg {
  width: 32px;
}
@media screen and (min-width: 640px) {
  .comp-MapWithMarkersSimple .map-type-controls .map-type-control .Icon svg {
    width: calc(0.5vw + 28.8px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-MapWithMarkersSimple .map-type-controls .map-type-control .Icon svg {
    width: 36px;
  }
}
.comp-MapWithMarkersSimple .map-type-controls .map-type-control .Icon svg *:not(g) {
  fill: rgba(98, 146, 158, 0.6);
  transition: fill 350ms ease;
}
.comp-MapWithMarkersSimple .map-type-controls .map-type-control.active .Icon svg *:not(g), .comp-MapWithMarkersSimple .map-type-controls .map-type-control:hover .Icon svg *:not(g) {
  fill: #62929e;
}
.comp-MapWithMarkersSimple #map-container {
  height: 460px;
  position: relative;
  max-height: 84vh;
}
@media only screen and (min-width: 30.0625rem) {
  .comp-MapWithMarkersSimple #map-container {
    height: 600px;
  }
}
@media only screen and (min-width: 48.0625rem) {
  .comp-MapWithMarkersSimple #map-container {
    height: 640px;
    max-height: 940px;
  }
}
@media only screen and (min-width: 64.0625rem) {
  .comp-MapWithMarkersSimple #map-container {
    height: 800px;
  }
}
@media only screen and (min-width: 90.0625rem) {
  .comp-MapWithMarkersSimple #map-container {
    height: 940px;
  }
}
.comp-MapWithMarkersSimple #map-container .marker:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -16px;
  width: 0;
  height: 0;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  border-left: 16px solid #62929e;
  z-index: 1;
}
.comp-MapWithMarkersSimple #map-container .marker .marker-content-wrapper {
  position: relative;
  display: flex;
  align-items: stretch;
  overflow: hidden;
}
.comp-MapWithMarkersSimple #map-container .marker .marker-content-wrapper .icon-wrapper {
  width: 58px;
  min-height: 58px;
  display: flex;
  flex-grow: 0;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
  background-color: #62929e;
  cursor: pointer;
}
.comp-MapWithMarkersSimple #map-container .marker .marker-content-wrapper .icon-wrapper .inline-svg-wrapper {
  max-height: 50%;
  max-width: 50%;
  flex-grow: 1;
}
.comp-MapWithMarkersSimple #map-container .marker .marker-content-wrapper .icon-wrapper .inline-svg-wrapper svg * {
  fill: #ffffff;
}
.comp-MapWithMarkersSimple #map-container .marker .marker-content-wrapper .icon-wrapper img {
  display: inline-block;
  max-height: 50%;
  max-width: 50%;
  flex-grow: 1;
}
.comp-MapWithMarkersSimple #map-container .marker .marker-content-wrapper .marker-detail-wrapper, .comp-MapWithMarkersSimple #map-container .marker .marker-content-wrapper .marker-detail-wrapper-placeholder {
  background-color: #62929e;
  flex-shrink: 0;
  flex-grow: 0;
}
.comp-MapWithMarkersSimple #map-container .marker .marker-content-wrapper .marker-detail-wrapper .marker-detail, .comp-MapWithMarkersSimple #map-container .marker .marker-content-wrapper .marker-detail-wrapper-placeholder .marker-detail {
  box-sizing: border-box;
  width: 180px;
  z-index: 2;
}
.comp-MapWithMarkersSimple #map-container .marker .marker-content-wrapper .marker-detail-wrapper .marker-detail, .comp-MapWithMarkersSimple #map-container .marker .marker-content-wrapper .marker-detail-wrapper-placeholder .marker-detail {
  padding-right: 32px;
}
@media screen and (min-width: 640px) {
  .comp-MapWithMarkersSimple #map-container .marker .marker-content-wrapper .marker-detail-wrapper .marker-detail, .comp-MapWithMarkersSimple #map-container .marker .marker-content-wrapper .marker-detail-wrapper-placeholder .marker-detail {
    padding-right: calc(0vw + 32px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-MapWithMarkersSimple #map-container .marker .marker-content-wrapper .marker-detail-wrapper .marker-detail, .comp-MapWithMarkersSimple #map-container .marker .marker-content-wrapper .marker-detail-wrapper-placeholder .marker-detail {
    padding-right: 32px;
  }
}
.comp-MapWithMarkersSimple #map-container .marker .marker-content-wrapper .marker-detail-wrapper .marker-detail, .comp-MapWithMarkersSimple #map-container .marker .marker-content-wrapper .marker-detail-wrapper-placeholder .marker-detail {
  padding-top: 8px;
}
@media screen and (min-width: 640px) {
  .comp-MapWithMarkersSimple #map-container .marker .marker-content-wrapper .marker-detail-wrapper .marker-detail, .comp-MapWithMarkersSimple #map-container .marker .marker-content-wrapper .marker-detail-wrapper-placeholder .marker-detail {
    padding-top: calc(0.25vw + 6.4px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-MapWithMarkersSimple #map-container .marker .marker-content-wrapper .marker-detail-wrapper .marker-detail, .comp-MapWithMarkersSimple #map-container .marker .marker-content-wrapper .marker-detail-wrapper-placeholder .marker-detail {
    padding-top: 10px;
  }
}
.comp-MapWithMarkersSimple #map-container .marker .marker-content-wrapper .marker-detail-wrapper .marker-detail, .comp-MapWithMarkersSimple #map-container .marker .marker-content-wrapper .marker-detail-wrapper-placeholder .marker-detail {
  padding-bottom: 8px;
}
@media screen and (min-width: 640px) {
  .comp-MapWithMarkersSimple #map-container .marker .marker-content-wrapper .marker-detail-wrapper .marker-detail, .comp-MapWithMarkersSimple #map-container .marker .marker-content-wrapper .marker-detail-wrapper-placeholder .marker-detail {
    padding-bottom: calc(0.25vw + 6.4px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-MapWithMarkersSimple #map-container .marker .marker-content-wrapper .marker-detail-wrapper .marker-detail, .comp-MapWithMarkersSimple #map-container .marker .marker-content-wrapper .marker-detail-wrapper-placeholder .marker-detail {
    padding-bottom: 10px;
  }
}
.comp-MapWithMarkersSimple #map-container .marker .marker-content-wrapper .marker-detail-wrapper .marker-detail .marker-title, .comp-MapWithMarkersSimple #map-container .marker .marker-content-wrapper .marker-detail-wrapper-placeholder .marker-detail .marker-title {
  font-family: "Source Sans";
  font-weight: 500;
  line-height: 1;
  font-style: normal;
  letter-spacing: 0px;
  font-weight: 700;
  color: #ffffff;
}
.comp-MapWithMarkersSimple #map-container .marker .marker-content-wrapper .marker-detail-wrapper .marker-detail .marker-title, .comp-MapWithMarkersSimple #map-container .marker .marker-content-wrapper .marker-detail-wrapper-placeholder .marker-detail .marker-title {
  font-size: 11px;
}
@media screen and (min-width: 640px) {
  .comp-MapWithMarkersSimple #map-container .marker .marker-content-wrapper .marker-detail-wrapper .marker-detail .marker-title, .comp-MapWithMarkersSimple #map-container .marker .marker-content-wrapper .marker-detail-wrapper-placeholder .marker-detail .marker-title {
    font-size: calc(0.375vw + 8.6px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-MapWithMarkersSimple #map-container .marker .marker-content-wrapper .marker-detail-wrapper .marker-detail .marker-title, .comp-MapWithMarkersSimple #map-container .marker .marker-content-wrapper .marker-detail-wrapper-placeholder .marker-detail .marker-title {
    font-size: 14px;
  }
}
.comp-MapWithMarkersSimple #map-container .marker .marker-content-wrapper .marker-detail-wrapper .marker-detail .marker-address, .comp-MapWithMarkersSimple #map-container .marker .marker-content-wrapper .marker-detail-wrapper-placeholder .marker-detail .marker-address {
  font-family: "Source Sans";
  font-weight: 400;
  line-height: 1;
  font-style: normal;
  letter-spacing: 0px;
  color: #ffffff;
  margin-top: 2px;
}
.comp-MapWithMarkersSimple #map-container .marker .marker-content-wrapper .marker-detail-wrapper .marker-detail .marker-address, .comp-MapWithMarkersSimple #map-container .marker .marker-content-wrapper .marker-detail-wrapper-placeholder .marker-detail .marker-address {
  font-size: 11px;
}
@media screen and (min-width: 640px) {
  .comp-MapWithMarkersSimple #map-container .marker .marker-content-wrapper .marker-detail-wrapper .marker-detail .marker-address, .comp-MapWithMarkersSimple #map-container .marker .marker-content-wrapper .marker-detail-wrapper-placeholder .marker-detail .marker-address {
    font-size: calc(0.375vw + 8.6px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-MapWithMarkersSimple #map-container .marker .marker-content-wrapper .marker-detail-wrapper .marker-detail .marker-address, .comp-MapWithMarkersSimple #map-container .marker .marker-content-wrapper .marker-detail-wrapper-placeholder .marker-detail .marker-address {
    font-size: 14px;
  }
}
.comp-MapWithMarkersSimple #map-container .marker .marker-content-wrapper .marker-detail-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  right: calc(100% - 58px);
  transition: right 350ms;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 1;
}
.comp-MapWithMarkersSimple #map-container .marker .marker-content-wrapper a.marker-detail-wrapper .marker-detail {
  position: relative;
}
.comp-MapWithMarkersSimple #map-container .marker .marker-content-wrapper a.marker-detail-wrapper .marker-detail:after {
  content: "";
  background-image: url("/built/icons/arrow-right.svg");
  width: 8px;
  height: 12px;
  display: block;
  position: absolute;
  top: calc(50% - 6px);
  right: 12px;
}
.comp-MapWithMarkersSimple #map-container .marker .marker-content-wrapper .marker-detail-wrapper-placeholder {
  opacity: 0;
  visibility: hidden;
  position: relative;
}
.comp-MapWithMarkersSimple #map-container .marker.active {
  z-index: 3;
}
.comp-MapWithMarkersSimple #map-container .marker.active .marker-content-wrapper .marker-detail-wrapper {
  right: 0;
}
.comp-MapWithMarkersSimple.short #map-container {
  height: 360px;
  position: relative;
}
@media only screen and (min-width: 30.0625rem) {
  .comp-MapWithMarkersSimple.short #map-container {
    height: 380px;
  }
}
@media only screen and (min-width: 48.0625rem) {
  .comp-MapWithMarkersSimple.short #map-container {
    height: 420px;
  }
}
@media only screen and (min-width: 64.0625rem) {
  .comp-MapWithMarkersSimple.short #map-container {
    height: 440px;
  }
}
@media only screen and (min-width: 90.0625rem) {
  .comp-MapWithMarkersSimple.short #map-container {
    height: 472px;
  }
}

.comp-ProjectsMap {
  position: relative;
}
.comp-ProjectsMap {
  padding-top: 40px;
}
@media screen and (min-width: 640px) {
  .comp-ProjectsMap {
    padding-top: calc(5vw + 8px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ProjectsMap {
    padding-top: 80px;
  }
}
.comp-ProjectsMap {
  padding-bottom: 40px;
}
@media screen and (min-width: 640px) {
  .comp-ProjectsMap {
    padding-bottom: calc(5vw + 8px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ProjectsMap {
    padding-bottom: 80px;
  }
}
.comp-ProjectsMap .map-container {
  width: 100%;
  height: 460px;
  position: relative;
  max-height: 84vh;
}
@media only screen and (min-width: 30.0625rem) {
  .comp-ProjectsMap .map-container {
    height: 560px;
  }
}
@media only screen and (min-width: 48.0625rem) {
  .comp-ProjectsMap .map-container {
    height: 620px;
    max-height: 880px;
  }
}
@media only screen and (min-width: 64.0625rem) {
  .comp-ProjectsMap .map-container {
    height: 720px;
  }
}
@media only screen and (min-width: 90.0625rem) {
  .comp-ProjectsMap .map-container {
    height: 840px;
  }
}
.comp-ProjectsMap .map-container .mapboxgl-canvas-container {
  border-radius: 4px;
}
.comp-ProjectsMap .mapboxgl-popup {
  max-width: 320px !important;
  z-index: 4;
}
.comp-ProjectsMap .mapboxgl-popup-content {
  padding: 0;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 12px 32px 0 rgba(26, 26, 26, 0.18);
  background-color: #ffffff;
}
.comp-ProjectsMap .mapboxgl-popup-close-button {
  font-family: "Poppins";
  font-weight: 500;
  line-height: 1;
  color: #ffffff;
  background-color: rgba(26, 26, 26, 0.55);
  border-radius: 50%;
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 10px;
  right: 10px;
  padding: 0;
  transition: background-color 200ms ease;
  z-index: 2;
}
.comp-ProjectsMap .mapboxgl-popup-close-button {
  font-size: 18px;
}
@media screen and (min-width: 640px) {
  .comp-ProjectsMap .mapboxgl-popup-close-button {
    font-size: calc(0.25vw + 16.4px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ProjectsMap .mapboxgl-popup-close-button {
    font-size: 20px;
  }
}
.comp-ProjectsMap .mapboxgl-popup-close-button:hover {
  background-color: rgba(26, 26, 26, 0.8);
  color: #ffffff;
}
.comp-ProjectsMap .mapboxgl-popup-tip {
  border-top-color: #ffffff;
}
.comp-ProjectsMap .projects-map-popup .popup-image {
  display: block;
  width: 100%;
  aspect-ratio: 3/2;
  background-size: cover;
  background-position: center;
  background-color: #e9ebef;
}
@supports not (aspect-ratio: 3/2) {
  .comp-ProjectsMap .projects-map-popup .popup-image {
    height: 0;
    padding-bottom: 66.6667%;
  }
}
.comp-ProjectsMap .projects-map-popup .popup-body {
  padding-top: 16px;
}
@media screen and (min-width: 640px) {
  .comp-ProjectsMap .projects-map-popup .popup-body {
    padding-top: calc(0.5vw + 12.8px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ProjectsMap .projects-map-popup .popup-body {
    padding-top: 20px;
  }
}
.comp-ProjectsMap .projects-map-popup .popup-body {
  padding-bottom: 16px;
}
@media screen and (min-width: 640px) {
  .comp-ProjectsMap .projects-map-popup .popup-body {
    padding-bottom: calc(0.5vw + 12.8px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ProjectsMap .projects-map-popup .popup-body {
    padding-bottom: 20px;
  }
}
.comp-ProjectsMap .projects-map-popup .popup-body {
  padding-left: 18px;
}
@media screen and (min-width: 640px) {
  .comp-ProjectsMap .projects-map-popup .popup-body {
    padding-left: calc(0.5vw + 14.8px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ProjectsMap .projects-map-popup .popup-body {
    padding-left: 22px;
  }
}
.comp-ProjectsMap .projects-map-popup .popup-body {
  padding-right: 18px;
}
@media screen and (min-width: 640px) {
  .comp-ProjectsMap .projects-map-popup .popup-body {
    padding-right: calc(0.5vw + 14.8px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ProjectsMap .projects-map-popup .popup-body {
    padding-right: 22px;
  }
}
.comp-ProjectsMap .projects-map-popup .popup-name {
  font-family: "Poppins";
  font-weight: 500;
  line-height: 1.1;
  font-style: normal;
  letter-spacing: 0px;
  color: #1a1a1a;
  margin: 0;
}
.comp-ProjectsMap .projects-map-popup .popup-name {
  font-size: 15px;
}
@media screen and (min-width: 640px) {
  .comp-ProjectsMap .projects-map-popup .popup-name {
    font-size: calc(0.875vw + 9.4px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ProjectsMap .projects-map-popup .popup-name {
    font-size: 22px;
  }
}
.comp-ProjectsMap .projects-map-popup .popup-address {
  font-family: "Montserrat";
  font-weight: 400;
  line-height: 1.4;
  font-style: normal;
  letter-spacing: 0px;
  color: #333333;
  margin-top: 6px;
}
.comp-ProjectsMap .projects-map-popup .popup-address {
  font-size: 12px;
}
@media screen and (min-width: 640px) {
  .comp-ProjectsMap .projects-map-popup .popup-address {
    font-size: calc(0.25vw + 10.4px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ProjectsMap .projects-map-popup .popup-address {
    font-size: 14px;
  }
}
.comp-ProjectsMap .projects-map-popup .popup-address br + br {
  display: none;
}
.comp-ProjectsMap .projects-map-popup .popup-link {
  display: inline-flex;
  align-items: center;
  margin-top: 14px;
  font-family: "Poppins";
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #62929e;
  transition: color 200ms ease, transform 200ms ease;
}
.comp-ProjectsMap .projects-map-popup .popup-link {
  font-size: 12px;
}
@media screen and (min-width: 640px) {
  .comp-ProjectsMap .projects-map-popup .popup-link {
    font-size: calc(0.125vw + 11.2px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ProjectsMap .projects-map-popup .popup-link {
    font-size: 13px;
  }
}
.comp-ProjectsMap .projects-map-popup .popup-link:after {
  content: "\2192";
  display: inline-block;
  margin-left: 8px;
  transition: transform 200ms ease;
}
.comp-ProjectsMap .projects-map-popup .popup-link:hover {
  color: #5f832a;
}
.comp-ProjectsMap .projects-map-popup .popup-link:hover:after {
  transform: translateX(4px);
}
.comp-ProjectsMap.no-top-padding {
  padding-top: 0 !important;
}
.comp-ProjectsMap.no-bottom-padding {
  padding-bottom: 0 !important;
}

.comp-HeroBgImageCenteredSlider {
  position: relative;
  min-height: 100vh;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
.comp-HeroBgImageCenteredSlider .previous-button,
.comp-HeroBgImageCenteredSlider .next-button {
  position: absolute;
  z-index: 2;
  cursor: pointer;
  top: calc(50% - 21px);
  opacity: 0;
}
.comp-HeroBgImageCenteredSlider .previous-button .Icon,
.comp-HeroBgImageCenteredSlider .next-button .Icon {
  display: block;
}
.comp-HeroBgImageCenteredSlider .previous-button .Icon svg,
.comp-HeroBgImageCenteredSlider .next-button .Icon svg {
  width: 32px;
  height: 32px;
}
@media only screen and (min-width: 64.0625rem) {
  .comp-HeroBgImageCenteredSlider .previous-button .Icon svg,
.comp-HeroBgImageCenteredSlider .next-button .Icon svg {
    width: 42px;
    height: 42px;
  }
}
.comp-HeroBgImageCenteredSlider .previous-button .Icon svg *,
.comp-HeroBgImageCenteredSlider .next-button .Icon svg * {
  fill: #ffffff;
  transition: fill 200ms;
}
.comp-HeroBgImageCenteredSlider .previous-button:hover .Icon svg *,
.comp-HeroBgImageCenteredSlider .next-button:hover .Icon svg * {
  fill: #62929e;
}
.comp-HeroBgImageCenteredSlider .previous-button {
  left: 8px;
}
@media only screen and (min-width: 30.0625rem) {
  .comp-HeroBgImageCenteredSlider .previous-button {
    left: 12px;
  }
}
@media only screen and (min-width: 48.0625rem) {
  .comp-HeroBgImageCenteredSlider .previous-button {
    left: 16px;
  }
}
@media only screen and (min-width: 64.0625rem) {
  .comp-HeroBgImageCenteredSlider .previous-button {
    left: 40px;
  }
}
.comp-HeroBgImageCenteredSlider .next-button {
  right: 8px;
}
@media only screen and (min-width: 30.0625rem) {
  .comp-HeroBgImageCenteredSlider .next-button {
    right: 12px;
  }
}
@media only screen and (min-width: 48.0625rem) {
  .comp-HeroBgImageCenteredSlider .next-button {
    right: 16px;
  }
}
@media only screen and (min-width: 64.0625rem) {
  .comp-HeroBgImageCenteredSlider .next-button {
    right: 40px;
  }
}
.comp-HeroBgImageCenteredSlider .image-background-slider {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.comp-HeroBgImageCenteredSlider .image-background-slider * {
  height: 100%;
}
.comp-HeroBgImageCenteredSlider .image-background-slider .image-slide {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.comp-HeroBgImageCenteredSlider .image-background-slider .image-slide + .image-slide {
  display: none;
}
.comp-HeroBgImageCenteredSlider .image-background-slider:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #1a1a1a;
  opacity: 0.5;
}
.comp-HeroBgImageCenteredSlider .el-NavBarTransparentOverlay {
  z-index: 2;
  position: relative;
}
.comp-HeroBgImageCenteredSlider .content-wrapper-outer {
  display: flex;
  align-items: center;
  flex-grow: 1;
}
.comp-HeroBgImageCenteredSlider .content-wrapper-outer .content-wrapper {
  min-width: 0;
  position: relative;
  z-index: 1;
  flex-grow: 1;
}
.comp-HeroBgImageCenteredSlider .content-wrapper-outer .content-wrapper .content-grid-container .text-slider .text-slide {
  padding-top: 64px;
}
@media screen and (min-width: 640px) {
  .comp-HeroBgImageCenteredSlider .content-wrapper-outer .content-wrapper .content-grid-container .text-slider .text-slide {
    padding-top: calc(8vw + 12.8px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-HeroBgImageCenteredSlider .content-wrapper-outer .content-wrapper .content-grid-container .text-slider .text-slide {
    padding-top: 128px;
  }
}
.comp-HeroBgImageCenteredSlider .content-wrapper-outer .content-wrapper .content-grid-container .text-slider .text-slide {
  padding-bottom: 64px;
}
@media screen and (min-width: 640px) {
  .comp-HeroBgImageCenteredSlider .content-wrapper-outer .content-wrapper .content-grid-container .text-slider .text-slide {
    padding-bottom: calc(8vw + 12.8px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-HeroBgImageCenteredSlider .content-wrapper-outer .content-wrapper .content-grid-container .text-slider .text-slide {
    padding-bottom: 128px;
  }
}
.comp-HeroBgImageCenteredSlider .content-wrapper-outer .content-wrapper .content-grid-container .text-slider .text-slide .slide-heading {
  font-family: "Poppins";
  font-weight: 500;
  line-height: 1.1;
  font-style: normal;
  letter-spacing: 0px;
  line-height: 1.2;
  color: #ffffff;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 300ms ease-out 300ms, transform 300ms ease-out 300ms;
}
.comp-HeroBgImageCenteredSlider .content-wrapper-outer .content-wrapper .content-grid-container .text-slider .text-slide .slide-heading {
  font-size: 42px;
}
@media screen and (min-width: 640px) {
  .comp-HeroBgImageCenteredSlider .content-wrapper-outer .content-wrapper .content-grid-container .text-slider .text-slide .slide-heading {
    font-size: calc(5.25vw + 8.4px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-HeroBgImageCenteredSlider .content-wrapper-outer .content-wrapper .content-grid-container .text-slider .text-slide .slide-heading {
    font-size: 84px;
  }
}
.comp-HeroBgImageCenteredSlider .content-wrapper-outer .content-wrapper .content-grid-container .text-slider .text-slide .subtext {
  font-family: "Poppins";
  font-weight: 500;
  line-height: 1.4;
  font-style: normal;
  letter-spacing: 0px;
  color: #ffffff;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 300ms ease-out 400ms, transform 300ms ease-out 400ms;
}
.comp-HeroBgImageCenteredSlider .content-wrapper-outer .content-wrapper .content-grid-container .text-slider .text-slide .subtext {
  font-size: 15px;
}
@media screen and (min-width: 640px) {
  .comp-HeroBgImageCenteredSlider .content-wrapper-outer .content-wrapper .content-grid-container .text-slider .text-slide .subtext {
    font-size: calc(0.875vw + 9.4px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-HeroBgImageCenteredSlider .content-wrapper-outer .content-wrapper .content-grid-container .text-slider .text-slide .subtext {
    font-size: 22px;
  }
}
.comp-HeroBgImageCenteredSlider .content-wrapper-outer .content-wrapper .content-grid-container .text-slider .text-slide .subtext {
  margin-top: 12px;
}
@media screen and (min-width: 640px) {
  .comp-HeroBgImageCenteredSlider .content-wrapper-outer .content-wrapper .content-grid-container .text-slider .text-slide .subtext {
    margin-top: calc(1vw + 5.6px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-HeroBgImageCenteredSlider .content-wrapper-outer .content-wrapper .content-grid-container .text-slider .text-slide .subtext {
    margin-top: 20px;
  }
}
.comp-HeroBgImageCenteredSlider .content-wrapper-outer .content-wrapper .content-grid-container .text-slider .text-slide .cta {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 300ms ease-out 500ms, transform 300ms ease-out 500ms;
}
.comp-HeroBgImageCenteredSlider .content-wrapper-outer .content-wrapper .content-grid-container .text-slider .text-slide .cta {
  margin-top: 16px;
}
@media screen and (min-width: 640px) {
  .comp-HeroBgImageCenteredSlider .content-wrapper-outer .content-wrapper .content-grid-container .text-slider .text-slide .cta {
    margin-top: calc(1.75vw + 4.8px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-HeroBgImageCenteredSlider .content-wrapper-outer .content-wrapper .content-grid-container .text-slider .text-slide .cta {
    margin-top: 30px;
  }
}
.comp-HeroBgImageCenteredSlider .content-wrapper-outer .content-wrapper .content-grid-container .text-slider .text-slide + .text-slide {
  display: none;
}
.comp-HeroBgImageCenteredSlider .content-wrapper-outer .content-wrapper .content-grid-container .text-slider .slick-active .text-slide .slide-heading {
  opacity: 1;
  transform: translateY(0px);
}
.comp-HeroBgImageCenteredSlider .content-wrapper-outer .content-wrapper .content-grid-container .text-slider .slick-active .text-slide .subtext {
  opacity: 1;
  transform: translateY(0px);
}
.comp-HeroBgImageCenteredSlider .content-wrapper-outer .content-wrapper .content-grid-container .text-slider .slick-active .text-slide .cta {
  opacity: 1;
  transform: translateY(0px);
}
.comp-HeroBgImageCenteredSlider.is-hidden .text-slider {
  opacity: 0;
}
.comp-HeroBgImageCenteredSlider .line-container {
  overflow: hidden;
}
.comp-HeroBgImageCenteredSlider .line-container .line {
  transform: translateY(100%);
  will-change: transform;
}

.comp-NavBarStandalone + .comp-HeroBgImageCenteredSlider {
  min-height: calc(100vh - 112px);
}
@media only screen and (min-width: 64.0625rem) {
  .comp-NavBarStandalone + .comp-HeroBgImageCenteredSlider {
    min-height: calc(100vh - 134px);
  }
}

.comp-HeroContentImageExtended {
  position: relative;
}
.comp-HeroContentImageExtended {
  padding-top: 30px;
}
@media screen and (min-width: 640px) {
  .comp-HeroContentImageExtended {
    padding-top: calc(3.75vw + 6px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-HeroContentImageExtended {
    padding-top: 60px;
  }
}
.comp-HeroContentImageExtended {
  padding-bottom: 30px;
}
@media screen and (min-width: 640px) {
  .comp-HeroContentImageExtended {
    padding-bottom: calc(3.75vw + 6px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-HeroContentImageExtended {
    padding-bottom: 60px;
  }
}
.comp-HeroContentImageExtended:before {
  content: "";
  position: absolute;
  background-image: url("/built/images/placeholders/dot-bg-pattern.svg");
  height: 164px;
  bottom: 0;
  right: 0;
  left: 8%;
  z-index: 1;
  display: none;
  opacity: 0.5;
}
@media only screen and (min-width: 64.0625rem) {
  .comp-HeroContentImageExtended:before {
    display: block;
  }
}
.comp-HeroContentImageExtended .content-wrapper {
  position: relative;
  box-sizing: border-box;
}
@media only screen and (min-width: 48.0625rem) {
  .comp-HeroContentImageExtended .content-wrapper {
    display: flex;
    align-items: center;
  }
  .comp-HeroContentImageExtended .content-wrapper {
    padding-top: 36px;
  }
}
@media only screen and (min-width: 48.0625rem) and (min-width: 640px) {
  .comp-HeroContentImageExtended .content-wrapper {
    padding-top: calc(5vw + 4px);
  }
}
@media only screen and (min-width: 48.0625rem) and (min-width: 1440px) {
  .comp-HeroContentImageExtended .content-wrapper {
    padding-top: 76px;
  }
}
@media only screen and (min-width: 48.0625rem) {
  .comp-HeroContentImageExtended .content-wrapper {
    padding-bottom: 36px;
  }
}
@media only screen and (min-width: 48.0625rem) and (min-width: 640px) {
  .comp-HeroContentImageExtended .content-wrapper {
    padding-bottom: calc(13.25vw - 48.8px);
  }
}
@media only screen and (min-width: 48.0625rem) and (min-width: 1440px) {
  .comp-HeroContentImageExtended .content-wrapper {
    padding-bottom: 142px;
  }
}
@media only screen and (min-width: 75.0625rem) {
  .comp-HeroContentImageExtended .content-wrapper {
    min-height: 730px;
  }
}
.comp-HeroContentImageExtended .content-wrapper:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 132px;
  left: 0;
  right: 0;
  background: repeating-linear-gradient(to right, #ffffff, #ffffff 220px, #f3f2f1 220px, #f3f2f1 221px);
}
.comp-HeroContentImageExtended .content-wrapper .grid-container {
  position: relative;
  z-index: 3;
  padding-top: 32px;
}
@media only screen and (min-width: 48.0625rem) {
  .comp-HeroContentImageExtended .content-wrapper .grid-container {
    padding-top: 0;
  }
}
.comp-HeroContentImageExtended .content-wrapper .grid-container .top-link {
  margin-bottom: 32px;
}
@media screen and (min-width: 640px) {
  .comp-HeroContentImageExtended .content-wrapper .grid-container .top-link {
    margin-bottom: calc(5.5vw - 3.2px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-HeroContentImageExtended .content-wrapper .grid-container .top-link {
    margin-bottom: 76px;
  }
}
.comp-HeroContentImageExtended .content-wrapper .grid-container .top-link a {
  position: relative;
  color: #5f832a;
  font-family: "Montserrat";
  font-weight: 400;
  line-height: 1.6;
  font-style: normal;
  letter-spacing: 0px;
  display: inline-block;
  padding-left: 30px;
}
.comp-HeroContentImageExtended .content-wrapper .grid-container .top-link a {
  font-size: 13px;
}
@media screen and (min-width: 640px) {
  .comp-HeroContentImageExtended .content-wrapper .grid-container .top-link a {
    font-size: calc(0.375vw + 10.6px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-HeroContentImageExtended .content-wrapper .grid-container .top-link a {
    font-size: 16px;
  }
}
.comp-HeroContentImageExtended .content-wrapper .grid-container .top-link a:before {
  content: "";
  width: 6px;
  height: 12px;
  background-color: #5f832a;
  position: absolute;
  left: 0;
  transition: left 300ms;
}
.comp-HeroContentImageExtended .content-wrapper .grid-container .top-link a:before {
  top: 5px;
}
@media screen and (min-width: 640px) {
  .comp-HeroContentImageExtended .content-wrapper .grid-container .top-link a:before {
    top: calc(0.375vw + 2.6px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-HeroContentImageExtended .content-wrapper .grid-container .top-link a:before {
    top: 8px;
  }
}
.comp-HeroContentImageExtended .content-wrapper .grid-container .top-link a:hover:before {
  left: 6px;
}
.comp-HeroContentImageExtended .content-wrapper .grid-container .heading {
  font-family: "Poppins";
  font-weight: 500;
  line-height: 1.1;
  font-style: normal;
  letter-spacing: 0px;
}
.comp-HeroContentImageExtended .content-wrapper .grid-container .heading {
  font-size: 42px;
}
@media screen and (min-width: 640px) {
  .comp-HeroContentImageExtended .content-wrapper .grid-container .heading {
    font-size: calc(5.25vw + 8.4px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-HeroContentImageExtended .content-wrapper .grid-container .heading {
    font-size: 84px;
  }
}
.comp-HeroContentImageExtended .content-wrapper .grid-container .lower-content {
  margin-top: 24px;
}
@media screen and (min-width: 640px) {
  .comp-HeroContentImageExtended .content-wrapper .grid-container .lower-content {
    margin-top: calc(3vw + 4.8px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-HeroContentImageExtended .content-wrapper .grid-container .lower-content {
    margin-top: 48px;
  }
}
@media only screen and (min-width: 48.0625rem) {
  .comp-HeroContentImageExtended .content-wrapper .grid-container .lower-content {
    max-width: 220px;
  }
}
@media only screen and (min-width: 64.0625rem) {
  .comp-HeroContentImageExtended .content-wrapper .grid-container .lower-content {
    max-width: 328px;
  }
}
.comp-HeroContentImageExtended .content-wrapper .grid-container .lower-content .subheading {
  font-family: "Poppins";
  font-weight: 500;
  line-height: 1.4;
  font-style: normal;
  letter-spacing: 0px;
}
.comp-HeroContentImageExtended .content-wrapper .grid-container .lower-content .subheading {
  font-size: 15px;
}
@media screen and (min-width: 640px) {
  .comp-HeroContentImageExtended .content-wrapper .grid-container .lower-content .subheading {
    font-size: calc(0.875vw + 9.4px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-HeroContentImageExtended .content-wrapper .grid-container .lower-content .subheading {
    font-size: 22px;
  }
}
.comp-HeroContentImageExtended .content-wrapper .grid-container .lower-content .text-content {
  font-family: "Montserrat";
  font-weight: 400;
  line-height: 1.4;
  font-style: normal;
  letter-spacing: 0px;
  margin: 6px 0 0;
}
.comp-HeroContentImageExtended .content-wrapper .grid-container .lower-content .text-content {
  font-size: 12px;
}
@media screen and (min-width: 640px) {
  .comp-HeroContentImageExtended .content-wrapper .grid-container .lower-content .text-content {
    font-size: calc(0.25vw + 10.4px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-HeroContentImageExtended .content-wrapper .grid-container .lower-content .text-content {
    font-size: 14px;
  }
}
.comp-HeroContentImageExtended .content-wrapper .image {
  position: relative;
  z-index: 2;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-bottom: 62.62%;
}
@media only screen and (min-width: 48.0625rem) {
  .comp-HeroContentImageExtended .content-wrapper .image {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 43.8%;
    padding-bottom: 0;
  }
}
.comp-HeroContentImageExtended .content-wrapper .right-side-text {
  font-family: "Poppins";
  font-weight: 500;
  line-height: 1.4;
  font-style: normal;
  letter-spacing: 2px;
  color: #ffffff;
  text-transform: uppercase;
  transform: rotate(90deg);
  position: absolute;
  display: none;
  z-index: 3;
}
.comp-HeroContentImageExtended .content-wrapper .right-side-text {
  font-size: 13px;
}
@media screen and (min-width: 640px) {
  .comp-HeroContentImageExtended .content-wrapper .right-side-text {
    font-size: calc(0.375vw + 10.6px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-HeroContentImageExtended .content-wrapper .right-side-text {
    font-size: 16px;
  }
}
@media only screen and (min-width: 48.0625rem) {
  .comp-HeroContentImageExtended .content-wrapper .right-side-text {
    display: block;
  }
}

.comp-FormWithTextContent {
  padding-top: 40px;
}
@media screen and (min-width: 640px) {
  .comp-FormWithTextContent {
    padding-top: calc(5vw + 8px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-FormWithTextContent {
    padding-top: 80px;
  }
}
.comp-FormWithTextContent {
  padding-bottom: 40px;
}
@media screen and (min-width: 640px) {
  .comp-FormWithTextContent {
    padding-bottom: calc(5vw + 8px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-FormWithTextContent {
    padding-bottom: 80px;
  }
}
.comp-FormWithTextContent .form-column .heading {
  font-family: "Poppins";
  font-weight: 500;
  line-height: 1.1;
  font-style: normal;
  letter-spacing: 0px;
}
.comp-FormWithTextContent .form-column .heading {
  font-size: 16px;
}
@media screen and (min-width: 640px) {
  .comp-FormWithTextContent .form-column .heading {
    font-size: calc(1.5vw + 6.4px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-FormWithTextContent .form-column .heading {
    font-size: 28px;
  }
}
.comp-FormWithTextContent .form-column .heading {
  margin-bottom: 18px;
}
@media screen and (min-width: 640px) {
  .comp-FormWithTextContent .form-column .heading {
    margin-bottom: calc(2.25vw + 3.6px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-FormWithTextContent .form-column .heading {
    margin-bottom: 36px;
  }
}
.comp-FormWithTextContent .form-column .form-wrapper {
  padding-bottom: 5px;
}
.comp-FormWithTextContent .form-column .form-wrapper .fui-alert {
  font-family: "Montserrat";
  font-weight: 400;
  line-height: 1.4;
  font-style: normal;
  letter-spacing: 0px;
}
.comp-FormWithTextContent .form-column .form-wrapper .fui-alert {
  font-size: 12px;
}
@media screen and (min-width: 640px) {
  .comp-FormWithTextContent .form-column .form-wrapper .fui-alert {
    font-size: calc(0.25vw + 10.4px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-FormWithTextContent .form-column .form-wrapper .fui-alert {
    font-size: 14px;
  }
}
.comp-FormWithTextContent .form-column .form-wrapper .fui-alert-success {
  color: #1a1a1a;
  background-color: #f3f2f1;
}
.comp-FormWithTextContent .form-column .form-wrapper .fui-alert-error {
  color: #62929e;
  background-color: #f3f2f1;
}
.comp-FormWithTextContent .form-column .form-wrapper form input[type=text],
.comp-FormWithTextContent .form-column .form-wrapper form input[type=email] {
  font-family: "Montserrat";
  font-weight: 400;
  line-height: 1.4;
  font-style: normal;
  letter-spacing: 0px;
  color: #a7a7a7;
  border-radius: 2px;
  background: transparent;
  border-width: 1px;
  border-style: solid;
  border-color: #c3c8d1 !important;
  width: 100%;
  box-sizing: border-box;
  outline: none;
  box-shadow: none;
}
.comp-FormWithTextContent .form-column .form-wrapper form input[type=text],
.comp-FormWithTextContent .form-column .form-wrapper form input[type=email] {
  font-size: 12px;
}
@media screen and (min-width: 640px) {
  .comp-FormWithTextContent .form-column .form-wrapper form input[type=text],
.comp-FormWithTextContent .form-column .form-wrapper form input[type=email] {
    font-size: calc(0.25vw + 10.4px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-FormWithTextContent .form-column .form-wrapper form input[type=text],
.comp-FormWithTextContent .form-column .form-wrapper form input[type=email] {
    font-size: 14px;
  }
}
.comp-FormWithTextContent .form-column .form-wrapper form input[type=text],
.comp-FormWithTextContent .form-column .form-wrapper form input[type=email] {
  padding-top: 6px;
}
@media screen and (min-width: 640px) {
  .comp-FormWithTextContent .form-column .form-wrapper form input[type=text],
.comp-FormWithTextContent .form-column .form-wrapper form input[type=email] {
    padding-top: calc(0.75vw + 1.2px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-FormWithTextContent .form-column .form-wrapper form input[type=text],
.comp-FormWithTextContent .form-column .form-wrapper form input[type=email] {
    padding-top: 12px;
  }
}
.comp-FormWithTextContent .form-column .form-wrapper form input[type=text],
.comp-FormWithTextContent .form-column .form-wrapper form input[type=email] {
  padding-bottom: 6px;
}
@media screen and (min-width: 640px) {
  .comp-FormWithTextContent .form-column .form-wrapper form input[type=text],
.comp-FormWithTextContent .form-column .form-wrapper form input[type=email] {
    padding-bottom: calc(0.75vw + 1.2px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-FormWithTextContent .form-column .form-wrapper form input[type=text],
.comp-FormWithTextContent .form-column .form-wrapper form input[type=email] {
    padding-bottom: 12px;
  }
}
.comp-FormWithTextContent .form-column .form-wrapper form input[type=text],
.comp-FormWithTextContent .form-column .form-wrapper form input[type=email] {
  padding-left: 8px;
}
@media screen and (min-width: 640px) {
  .comp-FormWithTextContent .form-column .form-wrapper form input[type=text],
.comp-FormWithTextContent .form-column .form-wrapper form input[type=email] {
    padding-left: calc(0.75vw + 3.2px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-FormWithTextContent .form-column .form-wrapper form input[type=text],
.comp-FormWithTextContent .form-column .form-wrapper form input[type=email] {
    padding-left: 14px;
  }
}
.comp-FormWithTextContent .form-column .form-wrapper form input[type=text],
.comp-FormWithTextContent .form-column .form-wrapper form input[type=email] {
  padding-right: 8px;
}
@media screen and (min-width: 640px) {
  .comp-FormWithTextContent .form-column .form-wrapper form input[type=text],
.comp-FormWithTextContent .form-column .form-wrapper form input[type=email] {
    padding-right: calc(0.75vw + 3.2px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-FormWithTextContent .form-column .form-wrapper form input[type=text],
.comp-FormWithTextContent .form-column .form-wrapper form input[type=email] {
    padding-right: 14px;
  }
}
.comp-FormWithTextContent .form-column .form-wrapper form input[type=text]:focus,
.comp-FormWithTextContent .form-column .form-wrapper form input[type=email]:focus {
  box-shadow: none !important;
}
.comp-FormWithTextContent .form-column .form-wrapper form input[type=text]::-webkit-input-placeholder,
.comp-FormWithTextContent .form-column .form-wrapper form input[type=email]::-webkit-input-placeholder {
  color: rgba(167, 167, 167, 0.5);
}
.comp-FormWithTextContent .form-column .form-wrapper form input[type=text]:-moz-placeholder,
.comp-FormWithTextContent .form-column .form-wrapper form input[type=email]:-moz-placeholder {
  color: rgba(167, 167, 167, 0.5);
  opacity: 1;
}
.comp-FormWithTextContent .form-column .form-wrapper form input[type=text]::-moz-placeholder,
.comp-FormWithTextContent .form-column .form-wrapper form input[type=email]::-moz-placeholder {
  color: rgba(167, 167, 167, 0.5);
  opacity: 1;
}
.comp-FormWithTextContent .form-column .form-wrapper form input[type=text]:-ms-input-placeholder,
.comp-FormWithTextContent .form-column .form-wrapper form input[type=email]:-ms-input-placeholder {
  color: rgba(167, 167, 167, 0.5);
}
.comp-FormWithTextContent .form-column .form-wrapper form textarea {
  font-family: "Montserrat";
  font-weight: 400;
  line-height: 1.4;
  font-style: normal;
  letter-spacing: 0px;
  color: #a7a7a7;
  border-radius: 2px;
  background: transparent;
  border-width: 1px;
  border-style: solid;
  border-color: #c3c8d1 !important;
  width: 100%;
  box-sizing: border-box;
  outline: none;
  box-shadow: none;
  resize: none;
}
.comp-FormWithTextContent .form-column .form-wrapper form textarea {
  font-size: 12px;
}
@media screen and (min-width: 640px) {
  .comp-FormWithTextContent .form-column .form-wrapper form textarea {
    font-size: calc(0.25vw + 10.4px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-FormWithTextContent .form-column .form-wrapper form textarea {
    font-size: 14px;
  }
}
.comp-FormWithTextContent .form-column .form-wrapper form textarea {
  padding-top: 6px;
}
@media screen and (min-width: 640px) {
  .comp-FormWithTextContent .form-column .form-wrapper form textarea {
    padding-top: calc(0.75vw + 1.2px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-FormWithTextContent .form-column .form-wrapper form textarea {
    padding-top: 12px;
  }
}
.comp-FormWithTextContent .form-column .form-wrapper form textarea {
  padding-bottom: 6px;
}
@media screen and (min-width: 640px) {
  .comp-FormWithTextContent .form-column .form-wrapper form textarea {
    padding-bottom: calc(0.75vw + 1.2px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-FormWithTextContent .form-column .form-wrapper form textarea {
    padding-bottom: 12px;
  }
}
.comp-FormWithTextContent .form-column .form-wrapper form textarea {
  padding-left: 8px;
}
@media screen and (min-width: 640px) {
  .comp-FormWithTextContent .form-column .form-wrapper form textarea {
    padding-left: calc(0.75vw + 3.2px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-FormWithTextContent .form-column .form-wrapper form textarea {
    padding-left: 14px;
  }
}
.comp-FormWithTextContent .form-column .form-wrapper form textarea {
  padding-right: 8px;
}
@media screen and (min-width: 640px) {
  .comp-FormWithTextContent .form-column .form-wrapper form textarea {
    padding-right: calc(0.75vw + 3.2px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-FormWithTextContent .form-column .form-wrapper form textarea {
    padding-right: 14px;
  }
}
.comp-FormWithTextContent .form-column .form-wrapper form textarea:focus {
  box-shadow: none !important;
}
.comp-FormWithTextContent .form-column .form-wrapper form textarea::-webkit-input-placeholder {
  color: rgba(167, 167, 167, 0.5);
}
.comp-FormWithTextContent .form-column .form-wrapper form textarea:-moz-placeholder {
  color: rgba(167, 167, 167, 0.5);
  opacity: 1;
}
.comp-FormWithTextContent .form-column .form-wrapper form textarea::-moz-placeholder {
  color: rgba(167, 167, 167, 0.5);
  opacity: 1;
}
.comp-FormWithTextContent .form-column .form-wrapper form textarea:-ms-input-placeholder {
  color: rgba(167, 167, 167, 0.5);
}
.comp-FormWithTextContent .form-column .form-wrapper form .fui-radio, .comp-FormWithTextContent .form-column .form-wrapper form .radio-wrapper {
  margin-bottom: 0;
}
.comp-FormWithTextContent .form-column .form-wrapper form .fui-radio, .comp-FormWithTextContent .form-column .form-wrapper form .radio-wrapper {
  margin-top: 6px;
}
@media screen and (min-width: 640px) {
  .comp-FormWithTextContent .form-column .form-wrapper form .fui-radio, .comp-FormWithTextContent .form-column .form-wrapper form .radio-wrapper {
    margin-top: calc(0.5vw + 2.8px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-FormWithTextContent .form-column .form-wrapper form .fui-radio, .comp-FormWithTextContent .form-column .form-wrapper form .radio-wrapper {
    margin-top: 10px;
  }
}
.comp-FormWithTextContent .form-column .form-wrapper form .fui-radio:first-child, .comp-FormWithTextContent .form-column .form-wrapper form .radio-wrapper:first-child {
  margin-top: 0;
}
.comp-FormWithTextContent .form-column .form-wrapper form .fui-radio input[type=radio] + label, .comp-FormWithTextContent .form-column .form-wrapper form .radio-wrapper input[type=radio] + label {
  position: relative;
  cursor: pointer;
  font-family: "Montserrat";
  font-weight: 400;
  line-height: 1.4;
  font-style: normal;
  letter-spacing: 0px;
  line-height: 1.2em;
  color: #a7a7a7;
  padding-left: 32px;
  transition: color 300ms ease;
}
.comp-FormWithTextContent .form-column .form-wrapper form .fui-radio input[type=radio] + label, .comp-FormWithTextContent .form-column .form-wrapper form .radio-wrapper input[type=radio] + label {
  font-size: 12px;
}
@media screen and (min-width: 640px) {
  .comp-FormWithTextContent .form-column .form-wrapper form .fui-radio input[type=radio] + label, .comp-FormWithTextContent .form-column .form-wrapper form .radio-wrapper input[type=radio] + label {
    font-size: calc(0.25vw + 10.4px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-FormWithTextContent .form-column .form-wrapper form .fui-radio input[type=radio] + label, .comp-FormWithTextContent .form-column .form-wrapper form .radio-wrapper input[type=radio] + label {
    font-size: 14px;
  }
}
.comp-FormWithTextContent .form-column .form-wrapper form .fui-radio input[type=radio] + label:before, .comp-FormWithTextContent .form-column .form-wrapper form .radio-wrapper input[type=radio] + label:before {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #c3c8d1;
  position: absolute;
  top: calc(50% - 11px);
  left: 0;
  display: block;
  background-image: none;
  background-color: transparent;
  box-shadow: none;
}
.comp-FormWithTextContent .form-column .form-wrapper form .fui-radio input[type=radio] + label:before, .comp-FormWithTextContent .form-column .form-wrapper form .radio-wrapper input[type=radio] + label:before {
  margin-right: 8px;
}
@media screen and (min-width: 640px) {
  .comp-FormWithTextContent .form-column .form-wrapper form .fui-radio input[type=radio] + label:before, .comp-FormWithTextContent .form-column .form-wrapper form .radio-wrapper input[type=radio] + label:before {
    margin-right: calc(0.5vw + 4.8px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-FormWithTextContent .form-column .form-wrapper form .fui-radio input[type=radio] + label:before, .comp-FormWithTextContent .form-column .form-wrapper form .radio-wrapper input[type=radio] + label:before {
    margin-right: 12px;
  }
}
.comp-FormWithTextContent .form-column .form-wrapper form .fui-radio input[type=radio]:checked + label, .comp-FormWithTextContent .form-column .form-wrapper form .radio-wrapper input[type=radio]:checked + label {
  color: #1a1a1a;
}
.comp-FormWithTextContent .form-column .form-wrapper form .fui-radio input[type=radio]:checked + label:before, .comp-FormWithTextContent .form-column .form-wrapper form .radio-wrapper input[type=radio]:checked + label:before {
  background-color: #c3c8d1;
}
.comp-FormWithTextContent .form-column .form-wrapper form .fui-layout-horizontal .fui-radio, .comp-FormWithTextContent .form-column .form-wrapper form .fui-layout-horizontal .fui-checkbox {
  margin-top: 0;
}
.comp-FormWithTextContent .form-column .form-wrapper form select, .comp-FormWithTextContent .form-column .form-wrapper form .fui-input-container select.fui-select {
  font-family: "Montserrat";
  font-weight: 400;
  line-height: 1.4;
  font-style: normal;
  letter-spacing: 0px;
  display: block;
  color: rgba(167, 167, 167, 0.5);
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0;
  border-width: 1px;
  border-style: solid;
  border-color: #c3c8d1 !important;
  border-radius: 2px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  background-image: url("/built/icons/arrow-down-grey.svg");
  background-repeat: no-repeat, repeat;
  background-position: right 12px top 50%;
  background-size: 12px auto;
}
.comp-FormWithTextContent .form-column .form-wrapper form select, .comp-FormWithTextContent .form-column .form-wrapper form .fui-input-container select.fui-select {
  font-size: 12px;
}
@media screen and (min-width: 640px) {
  .comp-FormWithTextContent .form-column .form-wrapper form select, .comp-FormWithTextContent .form-column .form-wrapper form .fui-input-container select.fui-select {
    font-size: calc(0.25vw + 10.4px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-FormWithTextContent .form-column .form-wrapper form select, .comp-FormWithTextContent .form-column .form-wrapper form .fui-input-container select.fui-select {
    font-size: 14px;
  }
}
.comp-FormWithTextContent .form-column .form-wrapper form select, .comp-FormWithTextContent .form-column .form-wrapper form .fui-input-container select.fui-select {
  padding-top: 6px;
}
@media screen and (min-width: 640px) {
  .comp-FormWithTextContent .form-column .form-wrapper form select, .comp-FormWithTextContent .form-column .form-wrapper form .fui-input-container select.fui-select {
    padding-top: calc(0.75vw + 1.2px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-FormWithTextContent .form-column .form-wrapper form select, .comp-FormWithTextContent .form-column .form-wrapper form .fui-input-container select.fui-select {
    padding-top: 12px;
  }
}
.comp-FormWithTextContent .form-column .form-wrapper form select, .comp-FormWithTextContent .form-column .form-wrapper form .fui-input-container select.fui-select {
  padding-bottom: 6px;
}
@media screen and (min-width: 640px) {
  .comp-FormWithTextContent .form-column .form-wrapper form select, .comp-FormWithTextContent .form-column .form-wrapper form .fui-input-container select.fui-select {
    padding-bottom: calc(0.75vw + 1.2px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-FormWithTextContent .form-column .form-wrapper form select, .comp-FormWithTextContent .form-column .form-wrapper form .fui-input-container select.fui-select {
    padding-bottom: 12px;
  }
}
.comp-FormWithTextContent .form-column .form-wrapper form select, .comp-FormWithTextContent .form-column .form-wrapper form .fui-input-container select.fui-select {
  padding-left: 8px;
}
@media screen and (min-width: 640px) {
  .comp-FormWithTextContent .form-column .form-wrapper form select, .comp-FormWithTextContent .form-column .form-wrapper form .fui-input-container select.fui-select {
    padding-left: calc(0.75vw + 3.2px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-FormWithTextContent .form-column .form-wrapper form select, .comp-FormWithTextContent .form-column .form-wrapper form .fui-input-container select.fui-select {
    padding-left: 14px;
  }
}
.comp-FormWithTextContent .form-column .form-wrapper form select, .comp-FormWithTextContent .form-column .form-wrapper form .fui-input-container select.fui-select {
  padding-right: 8px;
}
@media screen and (min-width: 640px) {
  .comp-FormWithTextContent .form-column .form-wrapper form select, .comp-FormWithTextContent .form-column .form-wrapper form .fui-input-container select.fui-select {
    padding-right: calc(0.75vw + 3.2px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-FormWithTextContent .form-column .form-wrapper form select, .comp-FormWithTextContent .form-column .form-wrapper form .fui-input-container select.fui-select {
    padding-right: 14px;
  }
}
@media only screen and (min-width: 30.0625rem) {
  .comp-FormWithTextContent .form-column .form-wrapper form select, .comp-FormWithTextContent .form-column .form-wrapper form .fui-input-container select.fui-select {
    background-size: 16px auto;
  }
}
@media only screen and (min-width: 64.0625rem) {
  .comp-FormWithTextContent .form-column .form-wrapper form select, .comp-FormWithTextContent .form-column .form-wrapper form .fui-input-container select.fui-select {
    background-position: right 24px top 50%;
  }
}
.comp-FormWithTextContent .form-column .form-wrapper form select::-ms-expand, .comp-FormWithTextContent .form-column .form-wrapper form .fui-input-container select.fui-select::-ms-expand {
  display: none;
}
.comp-FormWithTextContent .form-column .form-wrapper form select:focus, .comp-FormWithTextContent .form-column .form-wrapper form .fui-input-container select.fui-select:focus {
  outline: none;
  box-shadow: none;
  border-color: #c3c8d1;
}
.comp-FormWithTextContent .form-column .form-wrapper form select option, .comp-FormWithTextContent .form-column .form-wrapper form .fui-input-container select.fui-select option {
  font-weight: normal;
  color: #1a1a1a;
}
.comp-FormWithTextContent .form-column .form-wrapper form select.value-selected, .comp-FormWithTextContent .form-column .form-wrapper form .fui-input-container select.fui-select.value-selected {
  color: #a7a7a7;
}
.comp-FormWithTextContent .form-column .form-wrapper form .fui-checkbox, .comp-FormWithTextContent .form-column .form-wrapper form .checkbox-wrapper {
  margin-bottom: 0;
}
.comp-FormWithTextContent .form-column .form-wrapper form .fui-checkbox, .comp-FormWithTextContent .form-column .form-wrapper form .checkbox-wrapper {
  margin-top: 6px;
}
@media screen and (min-width: 640px) {
  .comp-FormWithTextContent .form-column .form-wrapper form .fui-checkbox, .comp-FormWithTextContent .form-column .form-wrapper form .checkbox-wrapper {
    margin-top: calc(0.5vw + 2.8px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-FormWithTextContent .form-column .form-wrapper form .fui-checkbox, .comp-FormWithTextContent .form-column .form-wrapper form .checkbox-wrapper {
    margin-top: 10px;
  }
}
.comp-FormWithTextContent .form-column .form-wrapper form .fui-checkbox:first-child, .comp-FormWithTextContent .form-column .form-wrapper form .checkbox-wrapper:first-child {
  margin-top: 0;
}
.comp-FormWithTextContent .form-column .form-wrapper form .fui-checkbox input[type=checkbox] + label, .comp-FormWithTextContent .form-column .form-wrapper form .checkbox-wrapper input[type=checkbox] + label {
  position: relative;
  cursor: pointer;
  font-family: "Montserrat";
  font-weight: 400;
  line-height: 1.4;
  font-style: normal;
  letter-spacing: 0px;
  line-height: 1.2em;
  color: #a7a7a7;
  padding-left: 32px;
  transition: color 300ms ease;
}
.comp-FormWithTextContent .form-column .form-wrapper form .fui-checkbox input[type=checkbox] + label, .comp-FormWithTextContent .form-column .form-wrapper form .checkbox-wrapper input[type=checkbox] + label {
  font-size: 12px;
}
@media screen and (min-width: 640px) {
  .comp-FormWithTextContent .form-column .form-wrapper form .fui-checkbox input[type=checkbox] + label, .comp-FormWithTextContent .form-column .form-wrapper form .checkbox-wrapper input[type=checkbox] + label {
    font-size: calc(0.25vw + 10.4px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-FormWithTextContent .form-column .form-wrapper form .fui-checkbox input[type=checkbox] + label, .comp-FormWithTextContent .form-column .form-wrapper form .checkbox-wrapper input[type=checkbox] + label {
    font-size: 14px;
  }
}
.comp-FormWithTextContent .form-column .form-wrapper form .fui-checkbox input[type=checkbox] + label:before, .comp-FormWithTextContent .form-column .form-wrapper form .checkbox-wrapper input[type=checkbox] + label:before {
  content: "";
  width: 20px;
  height: 20px;
  border: 1px solid #c3c8d1;
  position: absolute;
  top: calc(50% - 10px);
  left: 0;
  display: block;
  background-image: none;
  background-color: transparent;
  box-shadow: none;
}
.comp-FormWithTextContent .form-column .form-wrapper form .fui-checkbox input[type=checkbox]:checked + label, .comp-FormWithTextContent .form-column .form-wrapper form .checkbox-wrapper input[type=checkbox]:checked + label {
  color: #1a1a1a;
}
.comp-FormWithTextContent .form-column .form-wrapper form .fui-checkbox input[type=checkbox]:checked + label:before, .comp-FormWithTextContent .form-column .form-wrapper form .checkbox-wrapper input[type=checkbox]:checked + label:before {
  background-color: #c3c8d1;
}
.comp-FormWithTextContent .form-column .form-wrapper form .fui-error-message, .comp-FormWithTextContent .form-column .form-wrapper form label.error, .comp-FormWithTextContent .form-column .form-wrapper form ul.parsley-errors-list li {
  font-family: "Montserrat";
  font-weight: 400;
  line-height: 1.4;
  font-style: normal;
  letter-spacing: 0px;
  color: #62929e;
}
.comp-FormWithTextContent .form-column .form-wrapper form .fui-error-message, .comp-FormWithTextContent .form-column .form-wrapper form label.error, .comp-FormWithTextContent .form-column .form-wrapper form ul.parsley-errors-list li {
  margin-top: 4px;
}
@media screen and (min-width: 640px) {
  .comp-FormWithTextContent .form-column .form-wrapper form .fui-error-message, .comp-FormWithTextContent .form-column .form-wrapper form label.error, .comp-FormWithTextContent .form-column .form-wrapper form ul.parsley-errors-list li {
    margin-top: calc(0.5vw + 0.8px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-FormWithTextContent .form-column .form-wrapper form .fui-error-message, .comp-FormWithTextContent .form-column .form-wrapper form label.error, .comp-FormWithTextContent .form-column .form-wrapper form ul.parsley-errors-list li {
    margin-top: 8px;
  }
}
.comp-FormWithTextContent .form-column .form-wrapper form .fui-error-message, .comp-FormWithTextContent .form-column .form-wrapper form label.error, .comp-FormWithTextContent .form-column .form-wrapper form ul.parsley-errors-list li {
  font-size: 12px;
}
@media screen and (min-width: 640px) {
  .comp-FormWithTextContent .form-column .form-wrapper form .fui-error-message, .comp-FormWithTextContent .form-column .form-wrapper form label.error, .comp-FormWithTextContent .form-column .form-wrapper form ul.parsley-errors-list li {
    font-size: calc(0.25vw + 10.4px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-FormWithTextContent .form-column .form-wrapper form .fui-error-message, .comp-FormWithTextContent .form-column .form-wrapper form label.error, .comp-FormWithTextContent .form-column .form-wrapper form ul.parsley-errors-list li {
    font-size: 14px;
  }
}
.comp-FormWithTextContent .form-column .form-wrapper form input[type=submit], .comp-FormWithTextContent .form-column .form-wrapper form button {
  cursor: pointer;
}
.comp-FormWithTextContent .form-column .form-wrapper form .fui-instructions {
  position: relative;
  font-family: "Montserrat";
  font-weight: 400;
  line-height: 1.4;
  font-style: normal;
  letter-spacing: 0px;
}
.comp-FormWithTextContent .form-column .form-wrapper form .fui-instructions {
  font-size: 12px;
}
@media screen and (min-width: 640px) {
  .comp-FormWithTextContent .form-column .form-wrapper form .fui-instructions {
    font-size: calc(0.25vw + 10.4px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-FormWithTextContent .form-column .form-wrapper form .fui-instructions {
    font-size: 14px;
  }
}
.comp-FormWithTextContent .form-column .form-wrapper form .fui-label + .fui-instructions, .comp-FormWithTextContent .form-column .form-wrapper form .fui-legend + .fui-instructions {
  top: -2px;
}
.comp-FormWithTextContent .form-column .form-wrapper form .fui-legend, .comp-FormWithTextContent .form-column .form-wrapper form .fui-label {
  font-family: "Montserrat";
  font-weight: 400;
  line-height: 1.6;
  font-style: normal;
  letter-spacing: 0px;
  line-height: 1.2em;
  color: #1a1a1a;
}
.comp-FormWithTextContent .form-column .form-wrapper form .fui-legend, .comp-FormWithTextContent .form-column .form-wrapper form .fui-label {
  font-size: 12px;
}
@media screen and (min-width: 640px) {
  .comp-FormWithTextContent .form-column .form-wrapper form .fui-legend, .comp-FormWithTextContent .form-column .form-wrapper form .fui-label {
    font-size: calc(0.25vw + 10.4px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-FormWithTextContent .form-column .form-wrapper form .fui-legend, .comp-FormWithTextContent .form-column .form-wrapper form .fui-label {
    font-size: 14px;
  }
}
.comp-FormWithTextContent .form-column .form-wrapper form .fui-legend, .comp-FormWithTextContent .form-column .form-wrapper form .fui-label {
  margin-bottom: 8px;
}
@media screen and (min-width: 640px) {
  .comp-FormWithTextContent .form-column .form-wrapper form .fui-legend, .comp-FormWithTextContent .form-column .form-wrapper form .fui-label {
    margin-bottom: calc(0.5vw + 4.8px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-FormWithTextContent .form-column .form-wrapper form .fui-legend, .comp-FormWithTextContent .form-column .form-wrapper form .fui-label {
    margin-bottom: 12px;
  }
}
.comp-FormWithTextContent .form-column .form-wrapper form .fui-required {
  color: #62929e;
}
.comp-FormWithTextContent .form-column .form-wrapper form .fui-row {
  margin-bottom: 0;
}
.comp-FormWithTextContent .form-column .form-wrapper form .fui-row {
  margin-top: 16px;
}
@media screen and (min-width: 640px) {
  .comp-FormWithTextContent .form-column .form-wrapper form .fui-row {
    margin-top: calc(1vw + 9.6px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-FormWithTextContent .form-column .form-wrapper form .fui-row {
    margin-top: 24px;
  }
}
.comp-FormWithTextContent .form-column .form-wrapper form .fui-row:first-child {
  margin-top: 0;
}
.comp-FormWithTextContent .form-column .form-wrapper form input[type=submit], .comp-FormWithTextContent .form-column .form-wrapper form button {
  margin-top: 16px;
}
@media screen and (min-width: 640px) {
  .comp-FormWithTextContent .form-column .form-wrapper form input[type=submit], .comp-FormWithTextContent .form-column .form-wrapper form button {
    margin-top: calc(0.5vw + 12.8px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-FormWithTextContent .form-column .form-wrapper form input[type=submit], .comp-FormWithTextContent .form-column .form-wrapper form button {
    margin-top: 20px;
  }
}
.comp-ListingFourUpProjects {
  padding-top: 40px;
}
@media screen and (min-width: 640px) {
  .comp-ListingFourUpProjects {
    padding-top: calc(5vw + 8px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ListingFourUpProjects {
    padding-top: 80px;
  }
}
.comp-ListingFourUpProjects {
  padding-bottom: 40px;
}
@media screen and (min-width: 640px) {
  .comp-ListingFourUpProjects {
    padding-bottom: calc(5vw + 8px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ListingFourUpProjects {
    padding-bottom: 80px;
  }
}
.comp-ListingFourUpProjects.no-top-padding {
  padding-top: 0;
}
.comp-ListingFourUpProjects.no-bottom-padding {
  padding-bottom: 0;
}
.comp-ListingFourUpProjects .column {
  margin-top: 24px;
}
@media screen and (min-width: 640px) {
  .comp-ListingFourUpProjects .column {
    margin-top: calc(3.25vw + 3.2px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ListingFourUpProjects .column {
    margin-top: 50px;
  }
}
.comp-ListingFourUpProjects .column:first-child {
  margin-top: 0;
}
@media only screen and (min-width: 48.0625rem) {
  .comp-ListingFourUpProjects .column:nth-child(-n+2) {
    margin-top: 0;
  }
}
@media only screen and (min-width: 90.0625rem) {
  .comp-ListingFourUpProjects .column:nth-child(-n+4) {
    margin-top: 0;
  }
}
.comp-ListingFourUpProjects .column .cards {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.comp-ListingFourUpProjects .column .cards {
  margin-top: -8px;
}
@media screen and (min-width: 640px) {
  .comp-ListingFourUpProjects .column .cards {
    margin-top: calc(-1vw - 1.6px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ListingFourUpProjects .column .cards {
    margin-top: -16px;
  }
}
.comp-ListingFourUpProjects .column .cards {
  margin-left: -4px;
  margin-right: -4px;
}
@media screen and (min-width: 640px) {
  .comp-ListingFourUpProjects .column .cards {
    margin-left: calc(-0.5vw - 0.8px);
    margin-right: calc(-0.5vw - 0.8px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ListingFourUpProjects .column .cards {
    margin-left: -8px;
    margin-right: -8px;
  }
}
.comp-ListingFourUpProjects .column .cards .card {
  overflow: hidden;
  flex: 0 1 100%;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}
.comp-ListingFourUpProjects .column .cards .card {
  padding-left: 4px;
  padding-right: 4px;
}
@media screen and (min-width: 640px) {
  .comp-ListingFourUpProjects .column .cards .card {
    padding-left: calc(0.5vw + 0.8px);
    padding-right: calc(0.5vw + 0.8px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ListingFourUpProjects .column .cards .card {
    padding-left: 8px;
    padding-right: 8px;
  }
}
.comp-ListingFourUpProjects .column .cards .card {
  margin-top: 8px;
}
@media screen and (min-width: 640px) {
  .comp-ListingFourUpProjects .column .cards .card {
    margin-top: calc(1vw + 1.6px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ListingFourUpProjects .column .cards .card {
    margin-top: 16px;
  }
}
@media only screen and (min-width: 30.0625rem) {
  .comp-ListingFourUpProjects .column .cards .card {
    flex: 0 1 50%;
  }
}
@media only screen and (min-width: 48.0625rem) {
  .comp-ListingFourUpProjects .column .cards .card {
    flex: 0 1 33.3333333333%;
  }
}
.comp-ListingFourUpProjects .column .card {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.comp-ListingFourUpProjects .column .card .card-inner {
  position: relative;
}
.comp-ListingFourUpProjects .column .card .image-wrapper {
  padding-bottom: 75%;
  position: relative;
  overflow: hidden;
}
.comp-ListingFourUpProjects .column .card .image-wrapper .image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: transform 300ms;
}
.comp-ListingFourUpProjects .column .card .card-content {
  flex-grow: 1;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  color: #ffffff;
  background-color: rgba(26, 26, 26, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: opacity 0.25s ease;
}
.comp-ListingFourUpProjects .column .card .card-content {
  padding-top: 15px;
  padding-bottom: 15px;
}
@media screen and (min-width: 640px) {
  .comp-ListingFourUpProjects .column .card .card-content {
    padding-top: calc(1.875vw + 3px);
    padding-bottom: calc(1.875vw + 3px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ListingFourUpProjects .column .card .card-content {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.comp-ListingFourUpProjects .column .card .card-content {
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 640px) {
  .comp-ListingFourUpProjects .column .card .card-content {
    padding-left: calc(2.5vw + 4px);
    padding-right: calc(2.5vw + 4px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ListingFourUpProjects .column .card .card-content {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.comp-ListingFourUpProjects .column .card .card-content .text-info {
  flex: 1;
}
.comp-ListingFourUpProjects .column .card .card-content .text-info .title {
  font-family: "Poppins";
  font-weight: 500;
  line-height: 1.4;
  font-style: normal;
  letter-spacing: 2px;
  text-transform: uppercase;
  transition: color 200ms;
}
.comp-ListingFourUpProjects .column .card .card-content .text-info .title {
  font-size: 13px;
}
@media screen and (min-width: 640px) {
  .comp-ListingFourUpProjects .column .card .card-content .text-info .title {
    font-size: calc(0.375vw + 10.6px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ListingFourUpProjects .column .card .card-content .text-info .title {
    font-size: 16px;
  }
}
.comp-ListingFourUpProjects .column .card .card-content .text-info .subtitle {
  font-family: "Montserrat";
  font-weight: 400;
  line-height: 1.4;
  font-style: normal;
  letter-spacing: 0px;
}
.comp-ListingFourUpProjects .column .card .card-content .text-info .subtitle {
  font-size: 12px;
}
@media screen and (min-width: 640px) {
  .comp-ListingFourUpProjects .column .card .card-content .text-info .subtitle {
    font-size: calc(0.25vw + 10.4px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ListingFourUpProjects .column .card .card-content .text-info .subtitle {
    font-size: 14px;
  }
}
.comp-ListingFourUpProjects .column .card .card-content .arrow {
  margin-left: 15px;
}
@media screen and (min-width: 640px) {
  .comp-ListingFourUpProjects .column .card .card-content .arrow {
    margin-left: calc(1.875vw + 3px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ListingFourUpProjects .column .card .card-content .arrow {
    margin-left: 30px;
  }
}
.comp-ListingFourUpProjects .column .card .card-content .arrow .Icon {
  height: 9px;
}
@media screen and (min-width: 640px) {
  .comp-ListingFourUpProjects .column .card .card-content .arrow .Icon {
    height: calc(1.125vw + 1.8px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ListingFourUpProjects .column .card .card-content .arrow .Icon {
    height: 18px;
  }
}
.comp-ListingFourUpProjects .column .card .card-content .arrow .Icon {
  width: 5px;
}
@media screen and (min-width: 640px) {
  .comp-ListingFourUpProjects .column .card .card-content .arrow .Icon {
    width: calc(0.625vw + 1px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ListingFourUpProjects .column .card .card-content .arrow .Icon {
    width: 10px;
  }
}
.comp-ListingFourUpProjects .column .card .card-content .arrow .Icon svg {
  height: 100%;
  width: 100%;
}
.comp-ListingFourUpProjects .column .card:hover .card-content {
  opacity: 1;
}
.comp-ListingFourUpProjects .column .card:hover .image-wrapper .image {
  transform: scale(1.06);
}
.comp-ListingFourUpProjects .column .card:hover .image-wrapper .image-overlay-link {
  opacity: 1;
}

.comp-HeroBgImageWithSubheading {
  min-height: 50vw;
  display: flex;
  align-items: center;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media only screen and (min-width: 48.0625rem) {
  .comp-HeroBgImageWithSubheading {
    min-height: 40vw;
  }
}
@media only screen and (min-width: 64.0625rem) {
  .comp-HeroBgImageWithSubheading {
    min-height: 30vw;
  }
}
.comp-HeroBgImageWithSubheading:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(26, 26, 26, 0.35);
}
.comp-HeroBgImageWithSubheading .grid-container {
  position: relative;
  z-index: 2;
}
.comp-HeroBgImageWithSubheading .grid-container {
  padding-top: 40px;
}
@media screen and (min-width: 640px) {
  .comp-HeroBgImageWithSubheading .grid-container {
    padding-top: calc(5vw + 8px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-HeroBgImageWithSubheading .grid-container {
    padding-top: 80px;
  }
}
.comp-HeroBgImageWithSubheading .grid-container {
  padding-bottom: 40px;
}
@media screen and (min-width: 640px) {
  .comp-HeroBgImageWithSubheading .grid-container {
    padding-bottom: calc(5vw + 8px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-HeroBgImageWithSubheading .grid-container {
    padding-bottom: 80px;
  }
}
.comp-HeroBgImageWithSubheading .heading {
  font-family: "Poppins";
  font-weight: 500;
  line-height: 1.15;
  font-style: normal;
  letter-spacing: 0px;
  color: #ffffff;
}
.comp-HeroBgImageWithSubheading .heading {
  font-size: 20px;
}
@media screen and (min-width: 640px) {
  .comp-HeroBgImageWithSubheading .heading {
    font-size: calc(2.5vw + 4px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-HeroBgImageWithSubheading .heading {
    font-size: 40px;
  }
}
.comp-HeroBgImageWithSubheading .subheading {
  font-family: "Poppins";
  font-weight: 500;
  line-height: 1.4;
  font-style: normal;
  letter-spacing: 0px;
  color: #ffffff;
}
.comp-HeroBgImageWithSubheading .subheading {
  font-size: 15px;
}
@media screen and (min-width: 640px) {
  .comp-HeroBgImageWithSubheading .subheading {
    font-size: calc(0.875vw + 9.4px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-HeroBgImageWithSubheading .subheading {
    font-size: 22px;
  }
}
.comp-HeroBgImageWithSubheading .heading + .subheading {
  margin-top: 12px;
}
@media screen and (min-width: 640px) {
  .comp-HeroBgImageWithSubheading .heading + .subheading {
    margin-top: calc(1.5vw + 2.4px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-HeroBgImageWithSubheading .heading + .subheading {
    margin-top: 24px;
  }
}

.comp-ContentBackgroundImage {
  min-height: 50vw;
  display: flex;
  align-items: center;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media only screen and (min-width: 48.0625rem) {
  .comp-ContentBackgroundImage {
    min-height: 40vw;
  }
}
@media only screen and (min-width: 64.0625rem) {
  .comp-ContentBackgroundImage {
    min-height: 30vw;
  }
}
.comp-ContentBackgroundImage:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(26, 26, 26, 0.35);
}
.comp-ContentBackgroundImage .grid-container {
  position: relative;
  z-index: 2;
}
.comp-ContentBackgroundImage .grid-container {
  padding-top: 40px;
}
@media screen and (min-width: 640px) {
  .comp-ContentBackgroundImage .grid-container {
    padding-top: calc(5vw + 8px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ContentBackgroundImage .grid-container {
    padding-top: 80px;
  }
}
.comp-ContentBackgroundImage .grid-container {
  padding-bottom: 40px;
}
@media screen and (min-width: 640px) {
  .comp-ContentBackgroundImage .grid-container {
    padding-bottom: calc(5vw + 8px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ContentBackgroundImage .grid-container {
    padding-bottom: 80px;
  }
}
.comp-ContentBackgroundImage .heading {
  font-family: "Poppins";
  font-weight: 500;
  line-height: 1.15;
  font-style: normal;
  letter-spacing: 0px;
  color: #ffffff;
}
.comp-ContentBackgroundImage .heading {
  font-size: 20px;
}
@media screen and (min-width: 640px) {
  .comp-ContentBackgroundImage .heading {
    font-size: calc(2.5vw + 4px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ContentBackgroundImage .heading {
    font-size: 40px;
  }
}
.comp-ContentBackgroundImage .subheading {
  font-family: "Poppins";
  font-weight: 500;
  line-height: 1.4;
  font-style: normal;
  letter-spacing: 0px;
  color: #ffffff;
}
.comp-ContentBackgroundImage .subheading {
  font-size: 15px;
}
@media screen and (min-width: 640px) {
  .comp-ContentBackgroundImage .subheading {
    font-size: calc(0.875vw + 9.4px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ContentBackgroundImage .subheading {
    font-size: 22px;
  }
}
.comp-ContentBackgroundImage .heading + .subheading {
  margin-top: 12px;
}
@media screen and (min-width: 640px) {
  .comp-ContentBackgroundImage .heading + .subheading {
    margin-top: calc(1.5vw + 2.4px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ContentBackgroundImage .heading + .subheading {
    margin-top: 24px;
  }
}
.comp-ContentBackgroundImage.no-top-padding .grid-container {
  padding-top: 0 !important;
}
.comp-ContentBackgroundImage.no-bottom-padding .grid-container {
  padding-bottom: 0 !important;
}

@keyframes cocoenDragAnimate {
  0% {
    left: 80%;
  }
  60% {
    left: 0%;
  }
}
@keyframes cocoenMaskAnimate {
  0% {
    width: 80%;
  }
  60% {
    width: 0%;
  }
}
.comp-GalleryBeforeAfter {
  display: flex;
  justify-content: center;
  background-color: #f3f2f1;
}
.comp-GalleryBeforeAfter .cocoen {
  max-width: 1680px;
}
.comp-GalleryBeforeAfter .cocoen .cocoen-drag {
  left: 80%;
}
.comp-GalleryBeforeAfter .cocoen div {
  width: 80%;
}
.comp-GalleryBeforeAfter.visible .cocoen .cocoen-drag {
  animation-name: cocoenDragAnimate;
  animation-duration: 2000ms;
  animation-delay: 160ms;
  animation-timing-function: cubic-bezier(0.8, 0.03, 0.25, 1);
}
.comp-GalleryBeforeAfter.visible .cocoen div {
  animation-name: cocoenMaskAnimate;
  animation-duration: 2000ms;
  animation-delay: 160ms;
  animation-timing-function: cubic-bezier(0.8, 0.03, 0.25, 1);
}
.comp-GalleryBeforeAfter.animation-complete .cocoen .cocoen-drag {
  left: 20%;
}
.comp-GalleryBeforeAfter.animation-complete .cocoen div {
  width: 20%;
}

.comp-ListingInsights {
  padding-top: 24px;
}
@media screen and (min-width: 640px) {
  .comp-ListingInsights {
    padding-top: calc(1vw + 17.6px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ListingInsights {
    padding-top: 32px;
  }
}
.comp-ListingInsights {
  padding-bottom: 36px;
}
@media screen and (min-width: 640px) {
  .comp-ListingInsights {
    padding-bottom: calc(3vw + 16.8px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ListingInsights {
    padding-bottom: 60px;
  }
}
.comp-ListingInsights .filters-wrapper .filters-heading {
  font-family: "Poppins";
  font-weight: 500;
  line-height: 1.1;
  font-style: normal;
  letter-spacing: 0px;
  color: #5f832a;
}
.comp-ListingInsights .filters-wrapper .filters-heading {
  font-size: 16px;
}
@media screen and (min-width: 640px) {
  .comp-ListingInsights .filters-wrapper .filters-heading {
    font-size: calc(1.5vw + 6.4px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ListingInsights .filters-wrapper .filters-heading {
    font-size: 28px;
  }
}
.comp-ListingInsights .filters-wrapper .filters {
  display: flex;
  flex-wrap: wrap;
}
.comp-ListingInsights .filters-wrapper .filters {
  margin-bottom: -20px;
}
@media screen and (min-width: 640px) {
  .comp-ListingInsights .filters-wrapper .filters {
    margin-bottom: calc(-1vw - 13.6px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ListingInsights .filters-wrapper .filters {
    margin-bottom: -28px;
  }
}
.comp-ListingInsights .filters-wrapper .filters a {
  font-family: "Poppins";
  font-weight: 400;
  line-height: 1.75;
  font-style: normal;
  letter-spacing: 0.75px;
  text-transform: uppercase;
  color: #5f832a;
  display: block;
  background-color: rgba(95, 131, 42, 0.1);
  transition: background-color 350ms ease, color 350ms ease;
}
.comp-ListingInsights .filters-wrapper .filters a {
  font-size: 12px;
}
@media screen and (min-width: 640px) {
  .comp-ListingInsights .filters-wrapper .filters a {
    font-size: calc(0.25vw + 10.4px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ListingInsights .filters-wrapper .filters a {
    font-size: 14px;
  }
}
.comp-ListingInsights .filters-wrapper .filters a {
  padding-top: 12px;
}
@media screen and (min-width: 640px) {
  .comp-ListingInsights .filters-wrapper .filters a {
    padding-top: calc(0.5vw + 8.8px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ListingInsights .filters-wrapper .filters a {
    padding-top: 16px;
  }
}
.comp-ListingInsights .filters-wrapper .filters a {
  padding-bottom: 12px;
}
@media screen and (min-width: 640px) {
  .comp-ListingInsights .filters-wrapper .filters a {
    padding-bottom: calc(0.25vw + 10.4px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ListingInsights .filters-wrapper .filters a {
    padding-bottom: 14px;
  }
}
.comp-ListingInsights .filters-wrapper .filters a {
  padding-left: 20px;
}
@media screen and (min-width: 640px) {
  .comp-ListingInsights .filters-wrapper .filters a {
    padding-left: calc(2vw + 7.2px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ListingInsights .filters-wrapper .filters a {
    padding-left: 36px;
  }
}
.comp-ListingInsights .filters-wrapper .filters a {
  padding-right: 20px;
}
@media screen and (min-width: 640px) {
  .comp-ListingInsights .filters-wrapper .filters a {
    padding-right: calc(2vw + 7.2px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ListingInsights .filters-wrapper .filters a {
    padding-right: 36px;
  }
}
.comp-ListingInsights .filters-wrapper .filters a {
  margin-right: 20px;
}
@media screen and (min-width: 640px) {
  .comp-ListingInsights .filters-wrapper .filters a {
    margin-right: calc(1vw + 13.6px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ListingInsights .filters-wrapper .filters a {
    margin-right: 28px;
  }
}
.comp-ListingInsights .filters-wrapper .filters a {
  margin-bottom: 20px;
}
@media screen and (min-width: 640px) {
  .comp-ListingInsights .filters-wrapper .filters a {
    margin-bottom: calc(1vw + 13.6px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ListingInsights .filters-wrapper .filters a {
    margin-bottom: 28px;
  }
}
.comp-ListingInsights .filters-wrapper .filters a:last-child {
  margin-right: 0;
}
.comp-ListingInsights .filters-wrapper .filters a.active, .comp-ListingInsights .filters-wrapper .filters a:hover {
  color: #ffffff;
  background-color: #5f832a;
}
.comp-ListingInsights .filters-wrapper .filters-heading + .filters {
  margin-top: 24px;
}
@media screen and (min-width: 640px) {
  .comp-ListingInsights .filters-wrapper .filters-heading + .filters {
    margin-top: calc(2vw + 11.2px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ListingInsights .filters-wrapper .filters-heading + .filters {
    margin-top: 40px;
  }
}
.comp-ListingInsights .insights-heading {
  font-family: "Poppins";
  font-weight: 500;
  line-height: 1.15;
  font-style: normal;
  letter-spacing: 0px;
  color: #5f832a;
}
.comp-ListingInsights .insights-heading {
  font-size: 20px;
}
@media screen and (min-width: 640px) {
  .comp-ListingInsights .insights-heading {
    font-size: calc(2.5vw + 4px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ListingInsights .insights-heading {
    font-size: 40px;
  }
}
.comp-ListingInsights .filters-wrapper + .insights-heading {
  margin-top: 42px;
}
@media screen and (min-width: 640px) {
  .comp-ListingInsights .filters-wrapper + .insights-heading {
    margin-top: calc(2.75vw + 24.4px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ListingInsights .filters-wrapper + .insights-heading {
    margin-top: 64px;
  }
}
.comp-ListingInsights .insights-row .insight-column {
  margin-top: 30px;
}
@media screen and (min-width: 640px) {
  .comp-ListingInsights .insights-row .insight-column {
    margin-top: calc(3.75vw + 6px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ListingInsights .insights-row .insight-column {
    margin-top: 60px;
  }
}
.comp-ListingInsights .insights-row .insight-column:first-child {
  margin-top: 0;
}
@media only screen and (min-width: 48.0625rem) {
  .comp-ListingInsights .insights-row .insight-column:nth-child(-n+2) {
    margin-top: 0;
  }
}
@media only screen and (min-width: 64.0625rem) {
  .comp-ListingInsights .insights-row .insight-column:nth-child(-n+3) {
    margin-top: 0;
  }
}
.comp-ListingInsights .insights-row .insight-column .insight-wrapper .insight {
  display: block;
}
.comp-ListingInsights .insights-row .insight-column .insight-wrapper .insight .image {
  padding-bottom: 80%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
.comp-ListingInsights .insights-row .insight-column .insight-wrapper .insight .image:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(26, 26, 26, 0.5);
  opacity: 0;
  transition: opacity 350ms ease;
}
.comp-ListingInsights .insights-row .insight-column .insight-wrapper .insight .title-wrap {
  padding-right: 64px;
}
.comp-ListingInsights .insights-row .insight-column .insight-wrapper .insight .title-wrap .title {
  font-family: "Poppins";
  font-weight: 500;
  line-height: 1.1;
  font-style: normal;
  letter-spacing: 0px;
  position: relative;
  display: inline;
  color: #1a1a1a;
}
.comp-ListingInsights .insights-row .insight-column .insight-wrapper .insight .title-wrap .title {
  font-size: 16px;
}
@media screen and (min-width: 640px) {
  .comp-ListingInsights .insights-row .insight-column .insight-wrapper .insight .title-wrap .title {
    font-size: calc(1.5vw + 6.4px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ListingInsights .insights-row .insight-column .insight-wrapper .insight .title-wrap .title {
    font-size: 28px;
  }
}
.comp-ListingInsights .insights-row .insight-column .insight-wrapper .insight .image + .title-wrap {
  margin-top: 18px;
}
@media screen and (min-width: 640px) {
  .comp-ListingInsights .insights-row .insight-column .insight-wrapper .insight .image + .title-wrap {
    margin-top: calc(2.25vw + 3.6px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ListingInsights .insights-row .insight-column .insight-wrapper .insight .image + .title-wrap {
    margin-top: 36px;
  }
}
.comp-ListingInsights .insights-row .insight-column .insight-wrapper .insight .summary {
  font-family: "Poppins";
  font-weight: 400;
  line-height: 1.5;
  font-style: normal;
  letter-spacing: 0px;
  color: #1a1a1a;
}
.comp-ListingInsights .insights-row .insight-column .insight-wrapper .insight .summary {
  font-size: 14px;
}
@media screen and (min-width: 640px) {
  .comp-ListingInsights .insights-row .insight-column .insight-wrapper .insight .summary {
    font-size: calc(0.5vw + 10.8px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ListingInsights .insights-row .insight-column .insight-wrapper .insight .summary {
    font-size: 18px;
  }
}
.comp-ListingInsights .insights-row .insight-column .insight-wrapper .insight .image + .summary,
.comp-ListingInsights .insights-row .insight-column .insight-wrapper .insight .title-wrap + .summary {
  margin-top: 10px;
}
@media screen and (min-width: 640px) {
  .comp-ListingInsights .insights-row .insight-column .insight-wrapper .insight .image + .summary,
.comp-ListingInsights .insights-row .insight-column .insight-wrapper .insight .title-wrap + .summary {
    margin-top: calc(1.25vw + 2px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ListingInsights .insights-row .insight-column .insight-wrapper .insight .image + .summary,
.comp-ListingInsights .insights-row .insight-column .insight-wrapper .insight .title-wrap + .summary {
    margin-top: 20px;
  }
}
.comp-ListingInsights .insights-row .insight-column .insight-wrapper .category-links {
  margin-top: 10px;
}
@media screen and (min-width: 640px) {
  .comp-ListingInsights .insights-row .insight-column .insight-wrapper .category-links {
    margin-top: calc(1.25vw + 2px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ListingInsights .insights-row .insight-column .insight-wrapper .category-links {
    margin-top: 20px;
  }
}
.comp-ListingInsights .insights-row .insight-column .insight-wrapper .category-links a {
  font-family: "Poppins";
  font-weight: 400;
  line-height: 1.5;
  font-style: normal;
  letter-spacing: 0px;
  color: #5f832a;
}
.comp-ListingInsights .insights-row .insight-column .insight-wrapper .category-links a {
  font-size: 14px;
}
@media screen and (min-width: 640px) {
  .comp-ListingInsights .insights-row .insight-column .insight-wrapper .category-links a {
    font-size: calc(0.5vw + 10.8px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ListingInsights .insights-row .insight-column .insight-wrapper .category-links a {
    font-size: 18px;
  }
}
.comp-ListingInsights .insights-row .insight-column .insight-wrapper:hover .insight .image:after {
  opacity: 1;
}
.comp-ListingInsights .insights-row .insight-column .insight-wrapper:hover .insight .title-wrap .title:after {
  opacity: 1;
  transform: translateX(0px);
}
.comp-ListingInsights .filters-wrapper + .insights-row,
.comp-ListingInsights .insights-heading + .insights-row {
  margin-top: 42px;
}
@media screen and (min-width: 640px) {
  .comp-ListingInsights .filters-wrapper + .insights-row,
.comp-ListingInsights .insights-heading + .insights-row {
    margin-top: calc(2.75vw + 24.4px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ListingInsights .filters-wrapper + .insights-row,
.comp-ListingInsights .insights-heading + .insights-row {
    margin-top: 64px;
  }
}
.comp-ListingInsights .pagination {
  display: flex;
  justify-content: center;
  align-items: center;
}
.comp-ListingInsights .pagination {
  margin-top: 50px;
}
@media screen and (min-width: 640px) {
  .comp-ListingInsights .pagination {
    margin-top: calc(7.75vw + 0.4px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ListingInsights .pagination {
    margin-top: 112px;
  }
}
.comp-ListingInsights .pagination a,
.comp-ListingInsights .pagination span {
  font-family: "Poppins";
  font-weight: 500;
  line-height: 1.1;
  font-style: normal;
  letter-spacing: 0px;
}
.comp-ListingInsights .pagination a,
.comp-ListingInsights .pagination span {
  font-size: 16px;
}
@media screen and (min-width: 640px) {
  .comp-ListingInsights .pagination a,
.comp-ListingInsights .pagination span {
    font-size: calc(1.5vw + 6.4px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ListingInsights .pagination a,
.comp-ListingInsights .pagination span {
    font-size: 28px;
  }
}
.comp-ListingInsights .pagination a,
.comp-ListingInsights .pagination span {
  margin-left: 16px;
}
@media screen and (min-width: 640px) {
  .comp-ListingInsights .pagination a,
.comp-ListingInsights .pagination span {
    margin-left: calc(0.5vw + 12.8px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ListingInsights .pagination a,
.comp-ListingInsights .pagination span {
    margin-left: 20px;
  }
}
.comp-ListingInsights .pagination a:first-child,
.comp-ListingInsights .pagination span:first-child {
  margin-left: 0;
}
.comp-ListingInsights .pagination a {
  color: rgba(95, 131, 42, 0.5);
  transition: color 350ms ease;
}
.comp-ListingInsights .pagination a:hover {
  color: #5f832a;
}
.comp-ListingInsights .pagination span {
  color: #5f832a;
}

.comp-InsightIntro {
  padding-top: 40px;
}
@media screen and (min-width: 640px) {
  .comp-InsightIntro {
    padding-top: calc(5vw + 8px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-InsightIntro {
    padding-top: 80px;
  }
}
.comp-InsightIntro {
  padding-bottom: 40px;
}
@media screen and (min-width: 640px) {
  .comp-InsightIntro {
    padding-bottom: calc(5vw + 8px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-InsightIntro {
    padding-bottom: 80px;
  }
}
.comp-InsightIntro .sidebar-column {
  display: none;
}
@media only screen and (min-width: 48.0625rem) {
  .comp-InsightIntro .sidebar-column {
    display: block;
  }
}
.comp-InsightIntro .sidebar-column .sidebar-text {
  font-family: "Poppins";
  font-weight: 500;
  line-height: 1.1;
  font-style: normal;
  letter-spacing: 0px;
  position: relative;
  display: inline;
  text-transform: uppercase;
}
.comp-InsightIntro .sidebar-column .sidebar-text {
  font-size: 15px;
}
@media screen and (min-width: 640px) {
  .comp-InsightIntro .sidebar-column .sidebar-text {
    font-size: calc(0.875vw + 9.4px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-InsightIntro .sidebar-column .sidebar-text {
    font-size: 22px;
  }
}
.comp-InsightIntro .sidebar-column .sidebar-text:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  background-color: #62929e;
  height: 4px;
}
.comp-InsightIntro .sidebar-column .sidebar-text:after {
  bottom: -10px;
}
@media screen and (min-width: 640px) {
  .comp-InsightIntro .sidebar-column .sidebar-text:after {
    bottom: calc(-0.5vw - 6.8px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-InsightIntro .sidebar-column .sidebar-text:after {
    bottom: -14px;
  }
}
.comp-InsightIntro .content-column .content .heading {
  font-family: "Poppins";
  font-weight: 500;
  line-height: 1.15;
  font-style: normal;
  letter-spacing: 0px;
}
.comp-InsightIntro .content-column .content .heading {
  font-size: 20px;
}
@media screen and (min-width: 640px) {
  .comp-InsightIntro .content-column .content .heading {
    font-size: calc(2.5vw + 4px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-InsightIntro .content-column .content .heading {
    font-size: 40px;
  }
}
.comp-InsightIntro .content-column .content .mobile-date {
  margin-top: 16px;
  font-family: "Poppins";
  font-weight: 500;
  line-height: 1.1;
  font-style: normal;
  letter-spacing: 0px;
}
.comp-InsightIntro .content-column .content .mobile-date {
  font-size: 15px;
}
@media screen and (min-width: 640px) {
  .comp-InsightIntro .content-column .content .mobile-date {
    font-size: calc(0.875vw + 9.4px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-InsightIntro .content-column .content .mobile-date {
    font-size: 22px;
  }
}
@media only screen and (min-width: 48.0625rem) {
  .comp-InsightIntro .content-column .content .mobile-date {
    display: none;
  }
}
.comp-InsightIntro .content-column .content .intro-text {
  font-family: "Poppins";
  font-weight: 500;
  line-height: 1.1;
  font-style: normal;
  letter-spacing: 0px;
  color: #5f832a;
}
.comp-InsightIntro .content-column .content .intro-text {
  font-size: 16px;
}
@media screen and (min-width: 640px) {
  .comp-InsightIntro .content-column .content .intro-text {
    font-size: calc(1.5vw + 6.4px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-InsightIntro .content-column .content .intro-text {
    font-size: 28px;
  }
}
.comp-InsightIntro .content-column .content .heading + .intro-text,
.comp-InsightIntro .content-column .content .mobile-date + .intro-text {
  margin-top: 28px;
}
@media screen and (min-width: 640px) {
  .comp-InsightIntro .content-column .content .heading + .intro-text,
.comp-InsightIntro .content-column .content .mobile-date + .intro-text {
    margin-top: calc(1.5vw + 18.4px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-InsightIntro .content-column .content .heading + .intro-text,
.comp-InsightIntro .content-column .content .mobile-date + .intro-text {
    margin-top: 40px;
  }
}
.comp-InsightIntro .content-column .content .heading + .text-content,
.comp-InsightIntro .content-column .content .intro-text + .text-content,
.comp-InsightIntro .content-column .content .mobile-date + .text-content {
  margin-top: 24px;
}
@media screen and (min-width: 640px) {
  .comp-InsightIntro .content-column .content .heading + .text-content,
.comp-InsightIntro .content-column .content .intro-text + .text-content,
.comp-InsightIntro .content-column .content .mobile-date + .text-content {
    margin-top: calc(2.75vw + 6.4px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-InsightIntro .content-column .content .heading + .text-content,
.comp-InsightIntro .content-column .content .intro-text + .text-content,
.comp-InsightIntro .content-column .content .mobile-date + .text-content {
    margin-top: 46px;
  }
}

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

.comp-TextContent {
  padding-top: 40px;
}
@media screen and (min-width: 640px) {
  .comp-TextContent {
    padding-top: calc(5vw + 8px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-TextContent {
    padding-top: 80px;
  }
}
.comp-TextContent {
  padding-bottom: 40px;
}
@media screen and (min-width: 640px) {
  .comp-TextContent {
    padding-bottom: calc(5vw + 8px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-TextContent {
    padding-bottom: 80px;
  }
}

.comp-HeroStandard {
  padding-top: 20px;
}
@media screen and (min-width: 640px) {
  .comp-HeroStandard {
    padding-top: calc(2.5vw + 4px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-HeroStandard {
    padding-top: 40px;
  }
}
.comp-HeroStandard {
  padding-bottom: 20px;
}
@media screen and (min-width: 640px) {
  .comp-HeroStandard {
    padding-bottom: calc(2.5vw + 4px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-HeroStandard {
    padding-bottom: 40px;
  }
}
.comp-HeroStandard .heading-row .heading {
  font-family: "Poppins";
  font-weight: 500;
  line-height: 1.15;
  font-style: normal;
  letter-spacing: 0px;
}
.comp-HeroStandard .heading-row .heading {
  font-size: 20px;
}
@media screen and (min-width: 640px) {
  .comp-HeroStandard .heading-row .heading {
    font-size: calc(2.5vw + 4px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-HeroStandard .heading-row .heading {
    font-size: 40px;
  }
}
.comp-HeroStandard .content-row {
  margin-top: 20px;
}
@media screen and (min-width: 640px) {
  .comp-HeroStandard .content-row {
    margin-top: calc(2.5vw + 4px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-HeroStandard .content-row {
    margin-top: 40px;
  }
}
.comp-HeroStandard .content-row .text-wrapper-column {
  position: relative;
}
@media only screen and (min-width: 48.0625rem) {
  .comp-HeroStandard .content-row .text-wrapper-column {
    display: flex;
    justify-content: space-between;
  }
}
.comp-HeroStandard .content-row .text-wrapper-column:before {
  content: "";
  position: absolute;
  top: 5px;
  width: 5px;
  height: 42px;
  background-color: #62929e;
  display: none;
}
@media only screen and (min-width: 48.0625rem) {
  .comp-HeroStandard .content-row .text-wrapper-column:before {
    display: block;
    left: -40px;
  }
}
@media only screen and (min-width: 64.0625rem) {
  .comp-HeroStandard .content-row .text-wrapper-column:before {
    left: -60px;
  }
}
.comp-HeroStandard .content-row .text-wrapper-column p {
  font-family: "Montserrat";
  font-weight: 400;
  line-height: 1.5;
  font-style: normal;
  letter-spacing: 0px;
}
.comp-HeroStandard .content-row .text-wrapper-column p {
  font-size: 14px;
}
@media screen and (min-width: 640px) {
  .comp-HeroStandard .content-row .text-wrapper-column p {
    font-size: calc(0.5vw + 10.8px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-HeroStandard .content-row .text-wrapper-column p {
    font-size: 18px;
  }
}
.comp-HeroStandard .content-row .text-wrapper-column .text-column {
  flex-basis: calc(50% - 1rem);
  flex-shrink: 0;
  flex-grow: 0;
}
@media only screen and (min-width: 64.0625rem) {
  .comp-HeroStandard .content-row .text-wrapper-column .text-column {
    flex-basis: calc(50% - 1.5rem);
  }
}
.comp-HeroStandard .content-row .text-wrapper-column .text-column + .text-column {
  margin-top: 10px;
}
@media screen and (min-width: 640px) {
  .comp-HeroStandard .content-row .text-wrapper-column .text-column + .text-column {
    margin-top: calc(2.75vw - 7.6px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-HeroStandard .content-row .text-wrapper-column .text-column + .text-column {
    margin-top: 32px;
  }
}
@media only screen and (min-width: 64.0625rem) {
  .comp-HeroStandard .content-row .text-wrapper-column .text-column + .text-column {
    margin-top: 0;
  }
}

.comp-FooterStandard {
  background-color: #57782c;
  position: relative;
  overflow: hidden;
}
.comp-FooterStandard:before {
  background-image: url("/built/images/background-pattern-1.svg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}
@media only screen and (min-width: 48.0625rem) {
  .comp-FooterStandard:before {
    right: 60%;
  }
}
.comp-FooterStandard .grid-container {
  position: relative;
  z-index: 1;
}
.comp-FooterStandard .grid-container {
  padding-top: 45px;
}
@media screen and (min-width: 640px) {
  .comp-FooterStandard .grid-container {
    padding-top: calc(5.625vw + 9px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-FooterStandard .grid-container {
    padding-top: 90px;
  }
}
.comp-FooterStandard .grid-container {
  padding-bottom: 30px;
}
@media screen and (min-width: 640px) {
  .comp-FooterStandard .grid-container {
    padding-bottom: calc(3.75vw + 6px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-FooterStandard .grid-container {
    padding-bottom: 60px;
  }
}
.comp-FooterStandard__topRow .comp-FooterStandard__logoColumn {
  justify-content: center;
  display: flex;
  align-items: flex-start;
}
@media only screen and (min-width: 48.0625rem) {
  .comp-FooterStandard__topRow .comp-FooterStandard__logoColumn {
    justify-content: flex-start;
  }
}
.comp-FooterStandard__topRow .comp-FooterStandard__logoColumn .comp-FooterStandard__logo {
  max-width: 100%;
  display: block;
}
.comp-FooterStandard__topRow .comp-FooterStandard__logoColumn .comp-FooterStandard__logo {
  width: 125px;
}
@media screen and (min-width: 640px) {
  .comp-FooterStandard__topRow .comp-FooterStandard__logoColumn .comp-FooterStandard__logo {
    width: calc(15.625vw + 25px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-FooterStandard__topRow .comp-FooterStandard__logoColumn .comp-FooterStandard__logo {
    width: 250px;
  }
}
.comp-FooterStandard__topRow .comp-FooterStandard__linksColumn .comp-FooterStandard__links {
  text-align: center;
}
@media only screen and (min-width: 48.0625rem) {
  .comp-FooterStandard__topRow .comp-FooterStandard__linksColumn .comp-FooterStandard__links {
    text-align: left;
  }
}
.comp-FooterStandard__topRow .comp-FooterStandard__linksColumn .comp-FooterStandard__links .comp-FooterStandard__linkItem:not(:first-child) {
  margin-top: 4px;
}
@media screen and (min-width: 640px) {
  .comp-FooterStandard__topRow .comp-FooterStandard__linksColumn .comp-FooterStandard__links .comp-FooterStandard__linkItem:not(:first-child) {
    margin-top: calc(0.5vw + 0.8px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-FooterStandard__topRow .comp-FooterStandard__linksColumn .comp-FooterStandard__links .comp-FooterStandard__linkItem:not(:first-child) {
    margin-top: 8px;
  }
}
.comp-FooterStandard__topRow .comp-FooterStandard__linksColumn .comp-FooterStandard__links .comp-FooterStandard__linkItem .comp-FooterStandard__link {
  font-family: "Poppins";
  font-weight: 500;
  line-height: 1.1;
  font-style: normal;
  letter-spacing: 0px;
  color: #f3f2f1;
  position: relative;
}
.comp-FooterStandard__topRow .comp-FooterStandard__linksColumn .comp-FooterStandard__links .comp-FooterStandard__linkItem .comp-FooterStandard__link {
  font-size: 16px;
}
@media screen and (min-width: 640px) {
  .comp-FooterStandard__topRow .comp-FooterStandard__linksColumn .comp-FooterStandard__links .comp-FooterStandard__linkItem .comp-FooterStandard__link {
    font-size: calc(1.5vw + 6.4px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-FooterStandard__topRow .comp-FooterStandard__linksColumn .comp-FooterStandard__links .comp-FooterStandard__linkItem .comp-FooterStandard__link {
    font-size: 28px;
  }
}
.comp-FooterStandard__topRow .comp-FooterStandard__linksColumn .comp-FooterStandard__links .comp-FooterStandard__linkItem .comp-FooterStandard__link:after {
  opacity: 0;
  transition: opacity 0.25s ease;
  content: "";
  background-color: rgba(255, 255, 255, 0.25);
  position: absolute;
  left: 0;
  right: 0;
  height: 0.1em;
  bottom: 0.3em;
}
.comp-FooterStandard__topRow .comp-FooterStandard__linksColumn .comp-FooterStandard__links .comp-FooterStandard__linkItem .comp-FooterStandard__link:hover:after {
  opacity: 1;
}
.comp-FooterStandard__topRow .comp-FooterStandard__infoItemsColumn .comp-FooterStandard__infoItems {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.comp-FooterStandard__topRow .comp-FooterStandard__infoItemsColumn .comp-FooterStandard__infoItems {
  margin-top: -12px;
}
@media screen and (min-width: 640px) {
  .comp-FooterStandard__topRow .comp-FooterStandard__infoItemsColumn .comp-FooterStandard__infoItems {
    margin-top: calc(-1.625vw - 1.6px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-FooterStandard__topRow .comp-FooterStandard__infoItemsColumn .comp-FooterStandard__infoItems {
    margin-top: -25px;
  }
}
@media only screen and (min-width: 48.0625rem) {
  .comp-FooterStandard__topRow .comp-FooterStandard__infoItemsColumn .comp-FooterStandard__infoItems {
    display: block;
  }
}
.comp-FooterStandard__topRow .comp-FooterStandard__infoItemsColumn .comp-FooterStandard__infoItems .comp-FooterStandard__infoItem {
  text-align: center;
}
.comp-FooterStandard__topRow .comp-FooterStandard__infoItemsColumn .comp-FooterStandard__infoItems .comp-FooterStandard__infoItem {
  margin-top: 12px;
}
@media screen and (min-width: 640px) {
  .comp-FooterStandard__topRow .comp-FooterStandard__infoItemsColumn .comp-FooterStandard__infoItems .comp-FooterStandard__infoItem {
    margin-top: calc(1.625vw + 1.6px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-FooterStandard__topRow .comp-FooterStandard__infoItemsColumn .comp-FooterStandard__infoItems .comp-FooterStandard__infoItem {
    margin-top: 25px;
  }
}
.comp-FooterStandard__topRow .comp-FooterStandard__infoItemsColumn .comp-FooterStandard__infoItems .comp-FooterStandard__infoItem {
  padding-right: 15px;
}
@media screen and (min-width: 640px) {
  .comp-FooterStandard__topRow .comp-FooterStandard__infoItemsColumn .comp-FooterStandard__infoItems .comp-FooterStandard__infoItem {
    padding-right: calc(1.875vw + 3px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-FooterStandard__topRow .comp-FooterStandard__infoItemsColumn .comp-FooterStandard__infoItems .comp-FooterStandard__infoItem {
    padding-right: 30px;
  }
}
@media only screen and (min-width: 48.0625rem) {
  .comp-FooterStandard__topRow .comp-FooterStandard__infoItemsColumn .comp-FooterStandard__infoItems .comp-FooterStandard__infoItem {
    text-align: left;
  }
}
.comp-FooterStandard__topRow .comp-FooterStandard__infoItemsColumn .comp-FooterStandard__infoItems .comp-FooterStandard__infoItem__heading {
  font-family: "Poppins";
  font-weight: 500;
  line-height: 1.1;
  font-style: normal;
  letter-spacing: 0px;
  color: #ffffff;
  letter-spacing: normal;
}
.comp-FooterStandard__topRow .comp-FooterStandard__infoItemsColumn .comp-FooterStandard__infoItems .comp-FooterStandard__infoItem__heading {
  font-size: 16px;
}
@media screen and (min-width: 640px) {
  .comp-FooterStandard__topRow .comp-FooterStandard__infoItemsColumn .comp-FooterStandard__infoItems .comp-FooterStandard__infoItem__heading {
    font-size: calc(1.5vw + 6.4px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-FooterStandard__topRow .comp-FooterStandard__infoItemsColumn .comp-FooterStandard__infoItems .comp-FooterStandard__infoItem__heading {
    font-size: 28px;
  }
}
.comp-FooterStandard__topRow .comp-FooterStandard__infoItemsColumn .comp-FooterStandard__infoItems .comp-FooterStandard__infoItem__textContent {
  margin-top: 10px;
}
@media screen and (min-width: 640px) {
  .comp-FooterStandard__topRow .comp-FooterStandard__infoItemsColumn .comp-FooterStandard__infoItems .comp-FooterStandard__infoItem__textContent {
    margin-top: calc(1.25vw + 2px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-FooterStandard__topRow .comp-FooterStandard__infoItemsColumn .comp-FooterStandard__infoItems .comp-FooterStandard__infoItem__textContent {
    margin-top: 20px;
  }
}
.comp-FooterStandard__topRow .comp-FooterStandard__infoItemsColumn .comp-FooterStandard__infoItems .comp-FooterStandard__infoItem__textContent p {
  font-family: "Montserrat";
  font-weight: 400;
  line-height: 1.5;
  font-style: normal;
  letter-spacing: 0px;
  color: #f3f2f1;
}
.comp-FooterStandard__topRow .comp-FooterStandard__infoItemsColumn .comp-FooterStandard__infoItems .comp-FooterStandard__infoItem__textContent p {
  font-size: 14px;
}
@media screen and (min-width: 640px) {
  .comp-FooterStandard__topRow .comp-FooterStandard__infoItemsColumn .comp-FooterStandard__infoItems .comp-FooterStandard__infoItem__textContent p {
    font-size: calc(0.5vw + 10.8px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-FooterStandard__topRow .comp-FooterStandard__infoItemsColumn .comp-FooterStandard__infoItems .comp-FooterStandard__infoItem__textContent p {
    font-size: 18px;
  }
}
.comp-FooterStandard__topRow .comp-FooterStandard__infoItemsColumn .comp-FooterStandard__infoItems .comp-FooterStandard__infoItem__textContent p a {
  color: #f3f2f1;
}
.comp-FooterStandard__topRow .comp-FooterStandard__logoColumn + .comp-FooterStandard__linksColumn,
.comp-FooterStandard__topRow .comp-FooterStandard__logoColumn + .comp-FooterStandard__infoItemsColumn,
.comp-FooterStandard__topRow .comp-FooterStandard__linksColumn + .comp-FooterStandard__infoItemsColumn {
  margin-top: 30px;
}
@media screen and (min-width: 640px) {
  .comp-FooterStandard__topRow .comp-FooterStandard__logoColumn + .comp-FooterStandard__linksColumn,
.comp-FooterStandard__topRow .comp-FooterStandard__logoColumn + .comp-FooterStandard__infoItemsColumn,
.comp-FooterStandard__topRow .comp-FooterStandard__linksColumn + .comp-FooterStandard__infoItemsColumn {
    margin-top: calc(3.75vw + 6px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-FooterStandard__topRow .comp-FooterStandard__logoColumn + .comp-FooterStandard__linksColumn,
.comp-FooterStandard__topRow .comp-FooterStandard__logoColumn + .comp-FooterStandard__infoItemsColumn,
.comp-FooterStandard__topRow .comp-FooterStandard__linksColumn + .comp-FooterStandard__infoItemsColumn {
    margin-top: 60px;
  }
}
@media only screen and (min-width: 48.0625rem) {
  .comp-FooterStandard__topRow .comp-FooterStandard__logoColumn + .comp-FooterStandard__linksColumn,
.comp-FooterStandard__topRow .comp-FooterStandard__logoColumn + .comp-FooterStandard__infoItemsColumn,
.comp-FooterStandard__topRow .comp-FooterStandard__linksColumn + .comp-FooterStandard__infoItemsColumn {
    margin-top: 0;
  }
}
.comp-FooterStandard .comp-FooterStandard__socialLinks {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 48.0625rem) {
  .comp-FooterStandard .comp-FooterStandard__socialLinks {
    justify-content: flex-start;
  }
}
.comp-FooterStandard .comp-FooterStandard__socialLinks .comp-FooterStandard__socialLinkItem {
  line-height: 0;
}
.comp-FooterStandard .comp-FooterStandard__socialLinks .comp-FooterStandard__socialLinkItem {
  margin-left: 8px;
}
@media screen and (min-width: 640px) {
  .comp-FooterStandard .comp-FooterStandard__socialLinks .comp-FooterStandard__socialLinkItem {
    margin-left: calc(1vw + 1.6px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-FooterStandard .comp-FooterStandard__socialLinks .comp-FooterStandard__socialLinkItem {
    margin-left: 16px;
  }
}
.comp-FooterStandard .comp-FooterStandard__socialLinks .comp-FooterStandard__socialLinkItem:first-child {
  margin-left: 0;
}
.comp-FooterStandard .comp-FooterStandard__socialLinks .comp-FooterStandard__socialLinkItem .comp-FooterStandard__socialLink {
  display: block;
  opacity: 1;
  transition: opacity 300ms ease;
}
.comp-FooterStandard .comp-FooterStandard__socialLinks .comp-FooterStandard__socialLinkItem .comp-FooterStandard__socialLink:hover {
  opacity: 0.6;
}
.comp-FooterStandard .comp-FooterStandard__socialLinks .comp-FooterStandard__socialLinkItem .comp-FooterStandard__socialLink svg path:first-child {
  fill: #ffffff;
}
.comp-FooterStandard .comp-FooterStandard__socialLinks .comp-FooterStandard__socialLinkItem .comp-FooterStandard__socialLink svg path:last-child {
  fill: #5f832a;
}
.comp-FooterStandard__bottomRow {
  margin-top: 80px;
}
@media screen and (min-width: 640px) {
  .comp-FooterStandard__bottomRow {
    margin-top: calc(5.625vw + 44px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-FooterStandard__bottomRow {
    margin-top: 125px;
  }
}
.comp-FooterStandard__bottomRow .comp-FooterStandard__copyrightColumn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 30.0625rem) {
  .comp-FooterStandard__bottomRow .comp-FooterStandard__copyrightColumn {
    align-items: flex-start;
  }
}
@media only screen and (min-width: 48.0625rem) {
  .comp-FooterStandard__bottomRow .comp-FooterStandard__copyrightColumn {
    flex-direction: row;
    justify-content: flex-start;
  }
}
.comp-FooterStandard__bottomRow .comp-FooterStandard__copyrightColumn span {
  display: block;
}
@media only screen and (min-width: 48.0625rem) {
  .comp-FooterStandard__bottomRow .comp-FooterStandard__copyrightColumn span {
    display: inline-block;
  }
}
.comp-FooterStandard__bottomRow .comp-FooterStandard__copyrightColumn a,
.comp-FooterStandard__bottomRow .comp-FooterStandard__copyrightColumn span {
  display: inline-block;
  font-family: "Montserrat";
  font-weight: 400;
  line-height: 1.4;
  font-style: normal;
  letter-spacing: 0px;
  color: #ffffff;
}
.comp-FooterStandard__bottomRow .comp-FooterStandard__copyrightColumn a,
.comp-FooterStandard__bottomRow .comp-FooterStandard__copyrightColumn span {
  font-size: 12px;
}
@media screen and (min-width: 640px) {
  .comp-FooterStandard__bottomRow .comp-FooterStandard__copyrightColumn a,
.comp-FooterStandard__bottomRow .comp-FooterStandard__copyrightColumn span {
    font-size: calc(0.25vw + 10.4px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-FooterStandard__bottomRow .comp-FooterStandard__copyrightColumn a,
.comp-FooterStandard__bottomRow .comp-FooterStandard__copyrightColumn span {
    font-size: 14px;
  }
}
@media only screen and (min-width: 30.0625rem) {
  .comp-FooterStandard__bottomRow .comp-FooterStandard__copyrightColumn a,
.comp-FooterStandard__bottomRow .comp-FooterStandard__copyrightColumn span {
    margin-right: 1em;
  }
}
.comp-FooterStandard__bottomRow .comp-FooterStandard__authenticLinkColumn {
  display: flex;
  flex: 1;
  justify-content: center;
}
@media only screen and (min-width: 30.0625rem) {
  .comp-FooterStandard__bottomRow .comp-FooterStandard__authenticLinkColumn {
    justify-content: flex-end;
  }
}
.comp-FooterStandard__bottomRow .comp-FooterStandard__authenticLinkColumn a.comp-FooterStandard__authenticffLink {
  font-family: "Montserrat";
  font-weight: 400;
  line-height: 1.4;
  font-style: normal;
  letter-spacing: 0px;
  color: #ffffff;
  display: flex;
  align-items: center;
  opacity: 1;
  transition: opacity 300ms ease;
}
.comp-FooterStandard__bottomRow .comp-FooterStandard__authenticLinkColumn a.comp-FooterStandard__authenticffLink {
  font-size: 12px;
}
@media screen and (min-width: 640px) {
  .comp-FooterStandard__bottomRow .comp-FooterStandard__authenticLinkColumn a.comp-FooterStandard__authenticffLink {
    font-size: calc(0.25vw + 10.4px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-FooterStandard__bottomRow .comp-FooterStandard__authenticLinkColumn a.comp-FooterStandard__authenticffLink {
    font-size: 14px;
  }
}
.comp-FooterStandard__bottomRow .comp-FooterStandard__authenticLinkColumn a.comp-FooterStandard__authenticffLink .comp-FooterStandard__authffLogo {
  max-width: 90px;
}
@media screen and (min-width: 640px) {
  .comp-FooterStandard__bottomRow .comp-FooterStandard__authenticLinkColumn a.comp-FooterStandard__authenticffLink .comp-FooterStandard__authffLogo {
    max-width: calc(6.875vw + 46px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-FooterStandard__bottomRow .comp-FooterStandard__authenticLinkColumn a.comp-FooterStandard__authenticffLink .comp-FooterStandard__authffLogo {
    max-width: 145px;
  }
}
.comp-FooterStandard__bottomRow .comp-FooterStandard__authenticLinkColumn a.comp-FooterStandard__authenticffLink .comp-FooterStandard__authffLogo .Icon,
.comp-FooterStandard__bottomRow .comp-FooterStandard__authenticLinkColumn a.comp-FooterStandard__authenticffLink .comp-FooterStandard__authffLogo svg {
  width: 100%;
  height: 100%;
}
.comp-FooterStandard__bottomRow .comp-FooterStandard__authenticLinkColumn a.comp-FooterStandard__authenticffLink .comp-FooterStandard__authffLogo svg * {
  fill: #ffffff;
}
.comp-FooterStandard__bottomRow .comp-FooterStandard__authenticLinkColumn a.comp-FooterStandard__authenticffLink:hover {
  opacity: 0.6;
}

.comp-ListingTwoUpProjects {
  padding-top: 40px;
}
@media screen and (min-width: 640px) {
  .comp-ListingTwoUpProjects {
    padding-top: calc(5vw + 8px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ListingTwoUpProjects {
    padding-top: 80px;
  }
}
.comp-ListingTwoUpProjects {
  padding-bottom: 40px;
}
@media screen and (min-width: 640px) {
  .comp-ListingTwoUpProjects {
    padding-bottom: calc(5vw + 8px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ListingTwoUpProjects {
    padding-bottom: 80px;
  }
}
.comp-ListingTwoUpProjects.no-bottom-padding + .comp-ListingFourUpProjects.no-top-padding, .comp-ListingTwoUpProjects.no-bottom-padding + .comp-ListingTwoUpProjects.no-top-padding {
  margin-top: 25px;
}
@media screen and (min-width: 640px) {
  .comp-ListingTwoUpProjects.no-bottom-padding + .comp-ListingFourUpProjects.no-top-padding, .comp-ListingTwoUpProjects.no-bottom-padding + .comp-ListingTwoUpProjects.no-top-padding {
    margin-top: calc(3.125vw + 5px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ListingTwoUpProjects.no-bottom-padding + .comp-ListingFourUpProjects.no-top-padding, .comp-ListingTwoUpProjects.no-bottom-padding + .comp-ListingTwoUpProjects.no-top-padding {
    margin-top: 50px;
  }
}
.comp-ListingTwoUpProjects.no-top-padding {
  padding-top: 0;
}
.comp-ListingTwoUpProjects.no-bottom-padding {
  padding-bottom: 0;
}
.comp-ListingTwoUpProjects .column {
  margin-top: 24px;
}
@media screen and (min-width: 640px) {
  .comp-ListingTwoUpProjects .column {
    margin-top: calc(3.25vw + 3.2px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ListingTwoUpProjects .column {
    margin-top: 50px;
  }
}
.comp-ListingTwoUpProjects .column:first-child {
  margin-top: 0;
}
@media only screen and (min-width: 48.0625rem) {
  .comp-ListingTwoUpProjects .column:nth-child(-n+2) {
    margin-top: 0;
  }
}
@media only screen and (min-width: 90.0625rem) {
  .comp-ListingTwoUpProjects .column:nth-child(-n+4) {
    margin-top: 0;
  }
}
.comp-ListingTwoUpProjects .column .cards {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.comp-ListingTwoUpProjects .column .cards {
  margin-top: -8px;
}
@media screen and (min-width: 640px) {
  .comp-ListingTwoUpProjects .column .cards {
    margin-top: calc(-1vw - 1.6px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ListingTwoUpProjects .column .cards {
    margin-top: -16px;
  }
}
.comp-ListingTwoUpProjects .column .cards {
  margin-left: -4px;
  margin-right: -4px;
}
@media screen and (min-width: 640px) {
  .comp-ListingTwoUpProjects .column .cards {
    margin-left: calc(-0.5vw - 0.8px);
    margin-right: calc(-0.5vw - 0.8px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ListingTwoUpProjects .column .cards {
    margin-left: -8px;
    margin-right: -8px;
  }
}
.comp-ListingTwoUpProjects .column .cards .card {
  overflow: hidden;
  flex: 0 1 100%;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}
.comp-ListingTwoUpProjects .column .cards .card {
  padding-left: 4px;
  padding-right: 4px;
}
@media screen and (min-width: 640px) {
  .comp-ListingTwoUpProjects .column .cards .card {
    padding-left: calc(0.5vw + 0.8px);
    padding-right: calc(0.5vw + 0.8px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ListingTwoUpProjects .column .cards .card {
    padding-left: 8px;
    padding-right: 8px;
  }
}
.comp-ListingTwoUpProjects .column .cards .card {
  margin-top: 8px;
}
@media screen and (min-width: 640px) {
  .comp-ListingTwoUpProjects .column .cards .card {
    margin-top: calc(1vw + 1.6px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ListingTwoUpProjects .column .cards .card {
    margin-top: 16px;
  }
}
@media only screen and (min-width: 30.0625rem) {
  .comp-ListingTwoUpProjects .column .cards .card {
    flex: 0 1 50%;
  }
}
.comp-ListingTwoUpProjects .column .card {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.comp-ListingTwoUpProjects .column .card .card-inner {
  position: relative;
}
.comp-ListingTwoUpProjects .column .card .image-wrapper {
  padding-bottom: 75%;
  position: relative;
  overflow: hidden;
}
.comp-ListingTwoUpProjects .column .card .image-wrapper .image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: transform 300ms;
}
.comp-ListingTwoUpProjects .column .card .card-content {
  flex-grow: 1;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  color: #ffffff;
  background-color: rgba(26, 26, 26, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: opacity 0.25s ease;
}
.comp-ListingTwoUpProjects .column .card .card-content {
  padding-top: 15px;
  padding-bottom: 15px;
}
@media screen and (min-width: 640px) {
  .comp-ListingTwoUpProjects .column .card .card-content {
    padding-top: calc(1.875vw + 3px);
    padding-bottom: calc(1.875vw + 3px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ListingTwoUpProjects .column .card .card-content {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.comp-ListingTwoUpProjects .column .card .card-content {
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 640px) {
  .comp-ListingTwoUpProjects .column .card .card-content {
    padding-left: calc(2.5vw + 4px);
    padding-right: calc(2.5vw + 4px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ListingTwoUpProjects .column .card .card-content {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.comp-ListingTwoUpProjects .column .card .card-content .text-info {
  flex: 1;
}
.comp-ListingTwoUpProjects .column .card .card-content .text-info .title {
  font-family: "Poppins";
  font-weight: 500;
  line-height: 1.4;
  font-style: normal;
  letter-spacing: 2px;
  text-transform: uppercase;
  transition: color 200ms;
}
.comp-ListingTwoUpProjects .column .card .card-content .text-info .title {
  font-size: 13px;
}
@media screen and (min-width: 640px) {
  .comp-ListingTwoUpProjects .column .card .card-content .text-info .title {
    font-size: calc(0.375vw + 10.6px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ListingTwoUpProjects .column .card .card-content .text-info .title {
    font-size: 16px;
  }
}
.comp-ListingTwoUpProjects .column .card .card-content .text-info .subtitle {
  font-family: "Montserrat";
  font-weight: 400;
  line-height: 1.4;
  font-style: normal;
  letter-spacing: 0px;
}
.comp-ListingTwoUpProjects .column .card .card-content .text-info .subtitle {
  font-size: 12px;
}
@media screen and (min-width: 640px) {
  .comp-ListingTwoUpProjects .column .card .card-content .text-info .subtitle {
    font-size: calc(0.25vw + 10.4px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ListingTwoUpProjects .column .card .card-content .text-info .subtitle {
    font-size: 14px;
  }
}
.comp-ListingTwoUpProjects .column .card .card-content .arrow {
  margin-left: 15px;
}
@media screen and (min-width: 640px) {
  .comp-ListingTwoUpProjects .column .card .card-content .arrow {
    margin-left: calc(1.875vw + 3px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ListingTwoUpProjects .column .card .card-content .arrow {
    margin-left: 30px;
  }
}
.comp-ListingTwoUpProjects .column .card .card-content .arrow .Icon {
  height: 9px;
}
@media screen and (min-width: 640px) {
  .comp-ListingTwoUpProjects .column .card .card-content .arrow .Icon {
    height: calc(1.125vw + 1.8px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ListingTwoUpProjects .column .card .card-content .arrow .Icon {
    height: 18px;
  }
}
.comp-ListingTwoUpProjects .column .card .card-content .arrow .Icon {
  width: 5px;
}
@media screen and (min-width: 640px) {
  .comp-ListingTwoUpProjects .column .card .card-content .arrow .Icon {
    width: calc(0.625vw + 1px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-ListingTwoUpProjects .column .card .card-content .arrow .Icon {
    width: 10px;
  }
}
.comp-ListingTwoUpProjects .column .card .card-content .arrow .Icon svg {
  height: 100%;
  width: 100%;
}
.comp-ListingTwoUpProjects .column .card:hover .card-content {
  opacity: 1;
}
.comp-ListingTwoUpProjects .column .card:hover .image-wrapper .image {
  transform: scale(1.06);
}
.comp-ListingTwoUpProjects .column .card:hover .image-wrapper .image-overlay-link {
  opacity: 1;
}

.comp-HeroProject .image {
  height: 0;
  padding-top: 56.25%;
  background-size: cover;
  background-position: center center;
}
.comp-HeroProject .content {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (min-width: 640px) {
  .comp-HeroProject .content {
    padding-top: calc(5vw + 8px);
    padding-bottom: calc(5vw + 8px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-HeroProject .content {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.comp-HeroProject .heading {
  font-family: "Poppins";
  font-weight: 500;
  line-height: 1.15;
  font-style: normal;
  letter-spacing: 0px;
}
.comp-HeroProject .heading {
  font-size: 20px;
}
@media screen and (min-width: 640px) {
  .comp-HeroProject .heading {
    font-size: calc(2.5vw + 4px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-HeroProject .heading {
    font-size: 40px;
  }
}
.comp-HeroProject .copy {
  margin-top: 15px;
}
@media screen and (min-width: 640px) {
  .comp-HeroProject .copy {
    margin-top: calc(1.875vw + 3px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-HeroProject .copy {
    margin-top: 30px;
  }
}
.comp-HeroProject .secondary {
  padding-top: 15px;
}
@media screen and (min-width: 640px) {
  .comp-HeroProject .secondary {
    padding-top: calc(1.875vw + 3px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-HeroProject .secondary {
    padding-top: 30px;
  }
}
.comp-HeroProject .secondary {
  margin-top: 15px;
}
@media screen and (min-width: 640px) {
  .comp-HeroProject .secondary {
    margin-top: calc(1.875vw + 3px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-HeroProject .secondary {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 48.0625rem) {
  .comp-HeroProject .secondary {
    margin-top: 0;
  }
}
.comp-HeroProject .item {
  font-family: "Poppins";
  font-weight: 500;
  line-height: 1.1;
  font-style: normal;
  letter-spacing: 0px;
  text-transform: uppercase;
  letter-spacing: 0.015em;
}
.comp-HeroProject .item {
  font-size: 15px;
}
@media screen and (min-width: 640px) {
  .comp-HeroProject .item {
    font-size: calc(0.875vw + 9.4px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-HeroProject .item {
    font-size: 22px;
  }
}
.comp-HeroProject .item:not(:first-child) {
  margin-top: 8px;
}
@media screen and (min-width: 640px) {
  .comp-HeroProject .item:not(:first-child) {
    margin-top: calc(1vw + 1.6px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-HeroProject .item:not(:first-child) {
    margin-top: 16px;
  }
}
.comp-HeroProject .leasing-contact {
  border-top: 1px solid rgba(195, 200, 209, 0.25);
}
.comp-HeroProject .leasing-contact {
  margin-top: 24px;
}
@media screen and (min-width: 640px) {
  .comp-HeroProject .leasing-contact {
    margin-top: calc(2vw + 11.2px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-HeroProject .leasing-contact {
    margin-top: 40px;
  }
}
.comp-HeroProject .leasing-contact {
  padding-top: 16px;
}
@media screen and (min-width: 640px) {
  .comp-HeroProject .leasing-contact {
    padding-top: calc(1.5vw + 6.4px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-HeroProject .leasing-contact {
    padding-top: 28px;
  }
}
.comp-HeroProject .leasing-contact-heading {
  font-family: "Poppins";
  font-weight: 500;
  line-height: 1.4;
  font-style: normal;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #99A0AC;
  margin: 0;
}
.comp-HeroProject .leasing-contact-heading {
  font-size: 13px;
}
@media screen and (min-width: 640px) {
  .comp-HeroProject .leasing-contact-heading {
    font-size: calc(0.375vw + 10.6px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-HeroProject .leasing-contact-heading {
    font-size: 16px;
  }
}
.comp-HeroProject .leasing-contact-list {
  list-style: none;
  padding: 0;
}
.comp-HeroProject .leasing-contact-list {
  margin-top: 8px;
}
@media screen and (min-width: 640px) {
  .comp-HeroProject .leasing-contact-list {
    margin-top: calc(0.75vw + 3.2px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-HeroProject .leasing-contact-list {
    margin-top: 14px;
  }
}
.comp-HeroProject .leasing-contact-item {
  font-family: "Montserrat";
  font-weight: 400;
  line-height: 1.5;
  font-style: normal;
  letter-spacing: 0px;
  color: #333333;
}
.comp-HeroProject .leasing-contact-item {
  font-size: 14px;
}
@media screen and (min-width: 640px) {
  .comp-HeroProject .leasing-contact-item {
    font-size: calc(0.5vw + 10.8px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-HeroProject .leasing-contact-item {
    font-size: 18px;
  }
}
.comp-HeroProject .leasing-contact-item:not(:first-child) {
  margin-top: 4px;
}
@media screen and (min-width: 640px) {
  .comp-HeroProject .leasing-contact-item:not(:first-child) {
    margin-top: calc(0.25vw + 2.4px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-HeroProject .leasing-contact-item:not(:first-child) {
    margin-top: 6px;
  }
}
.comp-HeroProject .leasing-contact-name {
  font-family: "Poppins";
  font-weight: 500;
  line-height: 1.1;
  font-style: normal;
  letter-spacing: 0px;
  color: #1a1a1a;
  text-transform: uppercase;
  letter-spacing: 0.015em;
}
.comp-HeroProject .leasing-contact-name {
  font-size: 15px;
}
@media screen and (min-width: 640px) {
  .comp-HeroProject .leasing-contact-name {
    font-size: calc(0.875vw + 9.4px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-HeroProject .leasing-contact-name {
    font-size: 22px;
  }
}
.comp-HeroProject .leasing-contact-link {
  color: #333333;
  transition: color 0.25s ease;
}
.comp-HeroProject .leasing-contact-link:hover {
  color: #62929e;
}
.comp-HeroProject .button {
  font-family: "Poppins";
  font-weight: 500;
  line-height: 1.1;
  font-style: normal;
  letter-spacing: 0px;
  color: #62929e;
  position: relative;
  display: inline-block;
  transition: opacity 0.25s ease;
}
.comp-HeroProject .button {
  margin-top: 15px;
}
@media screen and (min-width: 640px) {
  .comp-HeroProject .button {
    margin-top: calc(1.875vw + 3px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-HeroProject .button {
    margin-top: 30px;
  }
}
.comp-HeroProject .button {
  font-size: 15px;
}
@media screen and (min-width: 640px) {
  .comp-HeroProject .button {
    font-size: calc(0.875vw + 9.4px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-HeroProject .button {
    font-size: 22px;
  }
}
.comp-HeroProject .button:after {
  content: "";
  position: absolute;
  bottom: -0.25em;
  height: 0.1em;
  background-color: #62929e;
  left: 0;
  right: 0;
}
.comp-HeroProject .button:hover {
  opacity: 0.7;
}

.comp-HeroHomepage {
  background-color: #1a1a1a;
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
.comp-HeroHomepage .el-NavBarTransparentOverlay {
  z-index: 30;
}
.comp-HeroHomepage__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(26, 26, 26, 0.8);
  z-index: 2;
  mix-blend-mode: multiply;
}
.comp-HeroHomepage__carousel {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  min-width: 0;
  z-index: 1;
  display: none;
  opacity: 0;
}
.comp-HeroHomepage__carousel:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(to bottom, rgba(26, 26, 26, 0.6), transparent 35%);
  mix-blend-mode: multiply;
  z-index: 3;
}
.comp-HeroHomepage__slides {
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.comp-HeroHomepage__slides .slick-list,
.comp-HeroHomepage__slides .slick-track {
  height: 100%;
  width: 100%;
  display: flex !important;
}
.comp-HeroHomepage__slides .slick-slide {
  position: relative;
  height: inherit !important;
}
.comp-HeroHomepage__slide {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.comp-HeroHomepage__slide__inner {
  position: relative;
}
.comp-HeroHomepage__slide__image, .comp-HeroHomepage__slide__video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.comp-HeroHomepage__slide__image {
  background-size: cover;
  background-position: center center;
}
.comp-HeroHomepage__slide__video__inner {
  position: relative;
  height: 100%;
  width: 100%;
}
.comp-HeroHomepage__slide__video__inner video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .comp-HeroHomepage__slide__video__inner video {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.comp-HeroHomepage__content {
  flex: 1;
  position: relative;
  z-index: 3;
  color: #ffffff;
  display: flex;
  flex-direction: row;
  align-items: center;
  opacity: 0;
}
.comp-HeroHomepage__content {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (min-width: 640px) {
  .comp-HeroHomepage__content {
    padding-top: calc(7.5vw + 12px);
    padding-bottom: calc(7.5vw + 12px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-HeroHomepage__content {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
.comp-HeroHomepage__heading {
  font-family: "Poppins";
  font-weight: 500;
  line-height: 1.1;
  font-style: normal;
  letter-spacing: 0px;
  max-width: 10em;
}
.comp-HeroHomepage__heading {
  font-size: 42px;
}
@media screen and (min-width: 640px) {
  .comp-HeroHomepage__heading {
    font-size: calc(5.25vw + 8.4px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-HeroHomepage__heading {
    font-size: 84px;
  }
}
.comp-HeroHomepage__heading__line__inner {
  display: block;
}
.comp-HeroHomepage__subheading {
  font-family: "Poppins";
  font-weight: 500;
  line-height: 1.1;
  font-style: normal;
  letter-spacing: 0px;
}
.comp-HeroHomepage__subheading {
  font-size: 15px;
}
@media screen and (min-width: 640px) {
  .comp-HeroHomepage__subheading {
    font-size: calc(0.875vw + 9.4px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-HeroHomepage__subheading {
    font-size: 22px;
  }
}
.comp-HeroHomepage__subheading {
  margin-top: 20px;
}
@media screen and (min-width: 640px) {
  .comp-HeroHomepage__subheading {
    margin-top: calc(2.5vw + 4px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-HeroHomepage__subheading {
    margin-top: 40px;
  }
}
.comp-HeroHomepage__copy {
  max-width: 20em;
}
.comp-HeroHomepage__copy {
  margin-top: 8px;
}
@media screen and (min-width: 640px) {
  .comp-HeroHomepage__copy {
    margin-top: calc(1vw + 1.6px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-HeroHomepage__copy {
    margin-top: 16px;
  }
}
.comp-HeroHomepage__copy p {
  font-family: "Montserrat";
  font-weight: 400;
  line-height: 1.4;
  font-style: normal;
  letter-spacing: 0px;
  line-height: 1.6;
}
.comp-HeroHomepage__copy p {
  font-size: 12px;
}
@media screen and (min-width: 640px) {
  .comp-HeroHomepage__copy p {
    font-size: calc(0.25vw + 10.4px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-HeroHomepage__copy p {
    font-size: 14px;
  }
}

.comp-GallerySideBySide {
  padding-top: 24px;
}
@media screen and (min-width: 640px) {
  .comp-GallerySideBySide {
    padding-top: calc(3vw + 4.8px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-GallerySideBySide {
    padding-top: 48px;
  }
}
.comp-GallerySideBySide {
  padding-bottom: 24px;
}
@media screen and (min-width: 640px) {
  .comp-GallerySideBySide {
    padding-bottom: calc(3vw + 4.8px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-GallerySideBySide {
    padding-bottom: 48px;
  }
}
.comp-GallerySideBySide.no-top-padding {
  padding-top: 0 !important;
}
.comp-GallerySideBySide.no-bottom-padding {
  padding-bottom: 0 !important;
}
.comp-GallerySideBySide .grid-container {
  max-width: 95rem;
}
@media only screen and (min-width: 48.0625rem) {
  .comp-GallerySideBySide .images {
    display: flex;
  }
}
.comp-GallerySideBySide .image-wrapper {
  margin-top: 16px;
}
.comp-GallerySideBySide .image-wrapper:first-child {
  margin-top: 0;
  margin-left: 0;
}
@media only screen and (min-width: 48.0625rem) {
  .comp-GallerySideBySide .image-wrapper {
    margin-top: 0;
    margin-left: 16px;
  }
}
.comp-GallerySideBySide .image-wrapper img {
  width: 100%;
  display: block;
}

.comp-GalleryFullWidthSlider {
  position: relative;
}
.comp-GalleryFullWidthSlider .image-slide {
  display: block !important;
}
.comp-GalleryFullWidthSlider .image-slide img {
  max-width: 100%;
  display: block;
}
.comp-GalleryFullWidthSlider .arrow-buttons .previous,
.comp-GalleryFullWidthSlider .arrow-buttons .next {
  position: absolute;
  transform: translateY(-50%);
  border-radius: 50%;
  border: 2px solid #ffffff;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: border 350ms ease;
}
.comp-GalleryFullWidthSlider .arrow-buttons .previous,
.comp-GalleryFullWidthSlider .arrow-buttons .next {
  width: 32px;
}
@media screen and (min-width: 640px) {
  .comp-GalleryFullWidthSlider .arrow-buttons .previous,
.comp-GalleryFullWidthSlider .arrow-buttons .next {
    width: calc(2.25vw + 17.6px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-GalleryFullWidthSlider .arrow-buttons .previous,
.comp-GalleryFullWidthSlider .arrow-buttons .next {
    width: 50px;
  }
}
.comp-GalleryFullWidthSlider .arrow-buttons .previous,
.comp-GalleryFullWidthSlider .arrow-buttons .next {
  height: 32px;
}
@media screen and (min-width: 640px) {
  .comp-GalleryFullWidthSlider .arrow-buttons .previous,
.comp-GalleryFullWidthSlider .arrow-buttons .next {
    height: calc(2.25vw + 17.6px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-GalleryFullWidthSlider .arrow-buttons .previous,
.comp-GalleryFullWidthSlider .arrow-buttons .next {
    height: 50px;
  }
}
.comp-GalleryFullWidthSlider .arrow-buttons .previous .Icon svg,
.comp-GalleryFullWidthSlider .arrow-buttons .next .Icon svg {
  height: auto;
}
.comp-GalleryFullWidthSlider .arrow-buttons .previous .Icon svg,
.comp-GalleryFullWidthSlider .arrow-buttons .next .Icon svg {
  width: 9px;
}
@media screen and (min-width: 640px) {
  .comp-GalleryFullWidthSlider .arrow-buttons .previous .Icon svg,
.comp-GalleryFullWidthSlider .arrow-buttons .next .Icon svg {
    width: calc(0.375vw + 6.6px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-GalleryFullWidthSlider .arrow-buttons .previous .Icon svg,
.comp-GalleryFullWidthSlider .arrow-buttons .next .Icon svg {
    width: 12px;
  }
}
.comp-GalleryFullWidthSlider .arrow-buttons .previous .Icon svg *:not(g),
.comp-GalleryFullWidthSlider .arrow-buttons .next .Icon svg *:not(g) {
  fill: #ffffff;
  transition: fill 350ms ease;
}
.comp-GalleryFullWidthSlider .arrow-buttons .previous:hover,
.comp-GalleryFullWidthSlider .arrow-buttons .next:hover {
  border: 2px solid #62929e;
}
.comp-GalleryFullWidthSlider .arrow-buttons .previous:hover .Icon svg *:not(g),
.comp-GalleryFullWidthSlider .arrow-buttons .next:hover .Icon svg *:not(g) {
  fill: #62929e;
}
.comp-GalleryFullWidthSlider .arrow-buttons .previous {
  left: 16px;
}
@media screen and (min-width: 640px) {
  .comp-GalleryFullWidthSlider .arrow-buttons .previous {
    left: calc(1vw + 9.6px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-GalleryFullWidthSlider .arrow-buttons .previous {
    left: 24px;
  }
}
.comp-GalleryFullWidthSlider .arrow-buttons .next {
  right: 16px;
}
@media screen and (min-width: 640px) {
  .comp-GalleryFullWidthSlider .arrow-buttons .next {
    right: calc(1vw + 9.6px);
  }
}
@media screen and (min-width: 1440px) {
  .comp-GalleryFullWidthSlider .arrow-buttons .next {
    right: 24px;
  }
}

.layout-LayoutInsightDetail {
  padding-bottom: 42px;
}
@media only screen and (min-width: 30.0625rem) {
  .layout-LayoutInsightDetail {
    padding-bottom: 48px;
  }
}
@media only screen and (min-width: 48.0625rem) {
  .layout-LayoutInsightDetail {
    padding-bottom: 64px;
  }
}
@media only screen and (min-width: 64.0625rem) {
  .layout-LayoutInsightDetail {
    padding-bottom: 72px;
  }
}
@media only screen and (min-width: 75.0625rem) {
  .layout-LayoutInsightDetail {
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 90.0625rem) {
  .layout-LayoutInsightDetail {
    padding-bottom: 92px;
  }
}
.layout-LayoutInsightDetail .comp-FullWidthImage,
.layout-LayoutInsightDetail .comp-TextContent,
.layout-LayoutInsightDetail .comp-ContentImageSlideshow,
.layout-LayoutInsightDetail .comp-GalleryGrid,
.layout-LayoutInsightDetail .comp-VideoCentered {
  padding-top: 42px;
  padding-bottom: 0;
}
@media only screen and (min-width: 30.0625rem) {
  .layout-LayoutInsightDetail .comp-FullWidthImage,
.layout-LayoutInsightDetail .comp-TextContent,
.layout-LayoutInsightDetail .comp-ContentImageSlideshow,
.layout-LayoutInsightDetail .comp-GalleryGrid,
.layout-LayoutInsightDetail .comp-VideoCentered {
    padding-top: 48px;
  }
}
@media only screen and (min-width: 48.0625rem) {
  .layout-LayoutInsightDetail .comp-FullWidthImage,
.layout-LayoutInsightDetail .comp-TextContent,
.layout-LayoutInsightDetail .comp-ContentImageSlideshow,
.layout-LayoutInsightDetail .comp-GalleryGrid,
.layout-LayoutInsightDetail .comp-VideoCentered {
    padding-top: 64px;
  }
}
@media only screen and (min-width: 64.0625rem) {
  .layout-LayoutInsightDetail .comp-FullWidthImage,
.layout-LayoutInsightDetail .comp-TextContent,
.layout-LayoutInsightDetail .comp-ContentImageSlideshow,
.layout-LayoutInsightDetail .comp-GalleryGrid,
.layout-LayoutInsightDetail .comp-VideoCentered {
    padding-top: 72px;
  }
}
@media only screen and (min-width: 75.0625rem) {
  .layout-LayoutInsightDetail .comp-FullWidthImage,
.layout-LayoutInsightDetail .comp-TextContent,
.layout-LayoutInsightDetail .comp-ContentImageSlideshow,
.layout-LayoutInsightDetail .comp-GalleryGrid,
.layout-LayoutInsightDetail .comp-VideoCentered {
    padding-top: 80px;
  }
}
@media only screen and (min-width: 90.0625rem) {
  .layout-LayoutInsightDetail .comp-FullWidthImage,
.layout-LayoutInsightDetail .comp-TextContent,
.layout-LayoutInsightDetail .comp-ContentImageSlideshow,
.layout-LayoutInsightDetail .comp-GalleryGrid,
.layout-LayoutInsightDetail .comp-VideoCentered {
    padding-top: 92px;
  }
}
.layout-LayoutInsightDetail .comp-FullWidthImage:first-child,
.layout-LayoutInsightDetail .comp-TextContent:first-child,
.layout-LayoutInsightDetail .comp-ContentImageSlideshow:first-child,
.layout-LayoutInsightDetail .comp-GalleryGrid:first-child,
.layout-LayoutInsightDetail .comp-VideoCentered:first-child {
  padding-top: 0;
}
.layout-LayoutInsightDetail .comp-FullWidthImage + .comp-FullWidthImage,
.layout-LayoutInsightDetail .comp-GalleryGrid + .comp-GalleryGrid,
.layout-LayoutInsightDetail .comp-FullWidthImage + .comp-GalleryGrid,
.layout-LayoutInsightDetail .comp-GalleryGrid + .comp-FullWidthImage {
  padding-top: 0.25rem;
}
.layout-LayoutInsightDetail .comp-ContentImageSlideshow:before {
  display: none;
}
.layout-LayoutInsightDetail .comp-ContentImageSlideshow .content-wrapper {
  padding-top: 0;
}
.layout-LayoutInsightDetail .comp-ContentImageSlideshow .content-wrapper:before {
  display: none;
}