@charset "UTF-8";

/*!
 * Bootstrap v5.1.2 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
.overlay--bottom,
.overlay--full,
.overlay--left {
    bottom: 0;
    position: absolute
}

.blockquote,
.blockquote-footer,
address,
dl,
ol,
pre,
ul {
    margin-bottom: 1rem
}

.figure-img,
dd,
legend {
    margin-bottom: .5rem
}

progress,
sub,
sup {
    vertical-align: baseline
}

a:not(.button),
code {
    word-wrap: break-word
}

.slider,
.slider:before,
.top-nav ul li a,
.top-nav ul li a::before {
    transition: .8s cubic-bezier(.215, .61, .355, 1)
}

.top-nav ul li,
pre {
    display: block
}

.site-footer a,
.top-nav .search-box-button,
.top-nav ul li a,
a.post-edit-link {
    text-decoration: none
}

a,
blockquote cite,
blockquote footer,
li {
    letter-spacing: -.25px
}

dl,
ol,
pre,
ul {
    margin-top: 0
}

.img-fluid,
.issuuembed.issuu-isrendered,
body .page-template-tpl-virtual-tour .banner svg,
img {
    max-width: 100%
}

:root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-primary-rgb: 13, 110, 253;
    --bs-secondary-rgb: 108, 117, 125;
    --bs-success-rgb: 25, 135, 84;
    --bs-info-rgb: 13, 202, 240;
    --bs-warning-rgb: 255, 193, 7;
    --bs-danger-rgb: 220, 53, 69;
    --bs-light-rgb: 248, 249, 250;
    --bs-dark-rgb: 33, 37, 41;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-body-color-rgb: 33, 37, 41;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #212529;
    --bs-body-bg: #fff
}

*,
::after,
::before {
    box-sizing: border-box;
}

@media (prefers-reduced-motion:no-preference) {
    :root {
        scroll-behavior: smooth
    }
}

body {
    margin: 0;
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    color: var(--bs-body-color);
    text-align: var(--bs-body-text-align);
    background-color: var(--bs-body-bg);
    -webkit-tap-highlight-color: transparent;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.notification.popup .text-white a,
.tablesorter select option,
a>code,
hr,
main.main a:not(.button):not(.no-underline):not(.no-animation):not(.stretched-link):active,
main.main a:not(.button):not(.no-underline):not(.no-animation):not(.stretched-link):focus,
main.main a:not(.button):not(.no-underline):not(.no-animation):not(.stretched-link):hover,
pre code {
    color: inherit
}

hr {
    margin: 1rem 0;
    background-color: currentColor;
    border: 0;
    opacity: .25
}

hr:not([size]) {
    height: 1px
}

address {
    font-style: normal;
    font-weight: 300
}

.intro,
dt,
kbd kbd {
    font-weight: 700
}

ol,
ul {
    padding-left: 2rem
}

.blockquote>:last-child,
ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

dd {
    margin-left: 0
}

b,
strong {
    font-weight: bolder
}

.small,
code,
kbd,
pre,
small {
    font-size: .875em
}

.mark,
mark {
    padding: .2em;
    background-color: #fcf8e3
}

sub,
sup {
    position: relative;
    font-size: .75em;
    line-height: 0
}

.button1::after,
.button::after,
img,
svg {
    vertical-align: middle
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a:hover {
    color: #0a58ca
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none
}

code,
kbd,
pre,
samp {
    font-size: 1em;
    direction: ltr;
    unicode-bidi: bidi-override
}

pre {
    overflow: auto
}

.button1::after,
.button::after,
.figure,
.site-footer .dot,
.top-nav ul li a,
label,
output,
ul.gallery li {
    display: inline-block
}

pre code {
    font-size: inherit;
    word-break: normal
}

code {
    color: #d63384
}

kbd {
    padding: .2rem .4rem;
    color: #fff;
    background-color: #212529;
    border-radius: .2rem
}

.figure-caption,
caption {
    color: #6c757d
}

kbd kbd {
    padding: 0
}

figure {
    margin: 0 0 1rem
}

table {
    caption-side: bottom;
    border-collapse: collapse
}

caption {
    padding-top: .5rem;
    padding-bottom: .5rem;
    text-align: left
}

.tablesorter thead th,
a,
body,
body.search-results .search-result a,
body.search-results .search-result a:active,
body.search-results .search-result a:focus,
body.search-results .search-result a:hover,
main.main .bg-blue:not(.data) a:not(.button):not(.no-animation):active,
main.main .bg-blue:not(.data) a:not(.button):not(.no-animation):focus,
main.main .bg-blue:not(.data) a:not(.button):not(.no-animation):hover,
main.main .bg-brown:not(.data) a:not(.button):not(.no-animation):active,
main.main .bg-brown:not(.data) a:not(.button):not(.no-animation):focus,
main.main .bg-brown:not(.data) a:not(.button):not(.no-animation):hover,
main.main .bg-green:not(.data) a:not(.button):not(.no-animation):active,
main.main .bg-green:not(.data) a:not(.button):not(.no-animation):focus,
main.main .bg-green:not(.data) a:not(.button):not(.no-animation):hover {
    color: #101010
}

th {
    text-align: -webkit-match-parent;
    text-align: match-parent;
    text-align: inherit
}

tbody,
td,
tfoot,
th,
thead,
tr {
    border: 0 solid;
    border-color: inherit
}

button {
    border-radius: 0
}

fieldset,
iframe {
    border: 0
}

.houses-grid select.houses:active,
.houses-grid select.houses:focus,
.houses-grid select.houses:hover,
button:focus:not(:focus-visible) {
    outline: 0
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-size: inherit;
    line-height: inherit
}

button,
select {
    text-transform: none
}

.gallery-slider__thumb .slick-slide,
[role=button],
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
    cursor: pointer
}

select {
    word-wrap: normal
}

.gallery-slider__thumb .slick-next:hover,
.gallery-slider__thumb .slick-prev:hover,
.top-nav ul li a:active::before,
.top-nav ul li a:focus::before,
.top-nav ul li a:hover::before,
.top-nav ul li.current-menu-item a::before,
.top-nav ul li.current-page-ancestor a::before,
.top-nav-menu-container.open .back-overlay,
body.page-template-tpl-home .big-picture-background .background-image.visible,
select:disabled {
    opacity: 1
}

[list]::-webkit-calendar-picker-indicator {
    display: none
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button;
    appearance: button
}

::-moz-focus-inner {
    padding: 0;
    border-style: none
}

.block--table table tbody td:last-child,
.block--table table thead th:last-child {
    border-right: 0
}

textarea {
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0
}

legend {
    float: left;
    width: 100%;
    padding: 0;
    font-size: calc(1.275rem + .3vw);
    line-height: inherit
}

@media (min-width:1200px) {
    legend {
        font-size: 1.5rem
    }
}

.banner--media .complementary-content .twitter-feed__header .data__main,
.site-footer a,
body {
    font-size: 16px
}

legend+* {
    clear: left
}

::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-year-field {
    padding: 0
}

::-webkit-inner-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: textfield;
    appearance: textfield
}

::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-color-swatch-wrapper {
    padding: 0
}

::-webkit-file-upload-button {
    font: inherit;
    font: inherit;
    -webkit-appearance: button;
    appearance: button
}

::file-selector-button {
    font: inherit
}

.lead,
.site-footer a {
    font-weight: 300
}

summary {
    display: list-item;
    cursor: pointer
}

[hidden] {
    display: none !important
}

.list-inline,
.list-unstyled {
    padding-left: 0;
    list-style: none
}

.initialism {
    text-transform: uppercase
}

.blockquote-footer {
    margin-top: -1rem;
    color: #6c757d
}

.blockquote-footer::before {
    content: "— "
}

.img-fluid,
img {
    height: auto
}

.overlay--bottom,
.overlay--top {
    height: 50%;
    opacity: .7;
    left: 0;
    right: 0
}

.figure-img {
    line-height: 1
}

.overly--container {
    position: relative;
    z-index: 0
}

.overlay-content-over {
    position: relative;
    z-index: 1
}

[class^=overlay].overlay--light {
    opacity: .5
}

[class^=overlay].overlay--lighter {
    opacity: .25
}

[class^=overlay].overlay--dark {
    opacity: .75
}

[class^=overlay].overlay--darker {
    opacity: .9
}

.overlay--full {
    top: 0;
    left: 0;
    right: 0;
    background-color: #000;
    opacity: .7
}

.overlay--top {
    position: absolute;
    top: 0;
    background: linear-gradient(180deg, #000 0, rgba(0, 0, 0, 0) 100%)
}

.overlay--bottom {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, #000 100%);
    pointer-events: none;
    border-radius: 15px
}

.overlay--left {
    top: 0;
    left: 0;
    right: 40%;
    opacity: .7;
    background: linear-gradient(90deg, #000 0, rgba(0, 0, 0, 0) 100%)
}

#content-wrap,
#page-wrap,
.absolute-fill,
.hamburger-menu,
.site-footer,
.teaser,
.top-nav ul li,
.top-nav ul li a,
blockquote,
html.js .animated-block,
main.main a:not(.button):not(.no-underline):not(.no-animation):not(.stretched-link) {
    position: relative
}

@media (max-width:767px) {
    .overlay--left {
        right: 0
    }
}

body.not-scrollable {
    height: 100vh;
    overflow: hidden
}

body.add-blur #page-wrap {
    filter: blur(8px)
}

a {
    transition: color .4s cubic-bezier(.215, .61, .355, 1);
    text-decoration: underline;
    text-underline-offset: 5px;
    text-decoration-thickness: 3px;
    -webkit-text-decoration-color: #023c40;
    text-decoration-color: #023c40
}

a:not(.button) {
    overflow-wrap: break-word;
    word-break: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto
}

#page-wrap {
    overflow-x: hidden;
    overflow-x: clip;
    display: flex;
    flex-direction: column;
    min-height: 100vh
}

#content-wrap {
    flex: 1 1 0%
}

html.js .banner.banner--media,
html.js .gsap-animated,
html.js [twk-aos^=fade]:not(.twk-aos-animate) {
    opacity: 0
}

html.js .banner.banner--media .banner__title {
    color: transparent
}

html.js .banner.banner--media .banner__title .line {
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

html.js .banner.banner--media .banner__title .line:before {
    content: "";
    position: absolute;
    top: 12px;
    bottom: -10px;
    right: 110%;
    left: -10px;
    background-color: #f6aa1c
}

html.js .animated-block .animated-block-placeholder {
    pointer-events: none;
    content: "";
    position: absolute;
    inset: 0
}

html.js [twk-aos] {
    z-index: 0
}

html.js [twk-aos^=slide-up]:not(.twk-aos-animate) {
    transform: translate(0, 100px)
}

html.js [twk-aos^=slide-down]:not(.twk-aos-animate) {
    transform: translate(0, -100px)
}

html.js [twk-aos^=slide-left]:not(.twk-aos-animate) {
    transform: translate(100px, 0)
}

html.js [twk-aos^=slide-right]:not(.twk-aos-animate) {
    transform: translate(-100px, 0)
}

html.js [twk-aos^=zoom-in]:not(.twk-aos-animate) {
    transform: scale(.9)
}

html.js [twk-aos^=zoom-out]:not(.twk-aos-animate) {
    transform: scale(1.1)
}

@media (prefers-reduced-motion) {
    [twk-aos] {
        opacity: 1 !important;
        transform: none !important
    }
}

.top-nav {
    position: absolute;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%
}

.top-nav__col-right {
    display: flex;
    justify-content: flex-end
}

.top-nav__col-right .hamburger-menu-wrapper {
    position: fixed !important;
    top: 72px
}

.top-nav__logo {
    margin-left: -21px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.top-nav .search-box-button {
    background: #101010;
    color: #fff;
    border-radius: 30px;
    padding: 20px 25px;
    min-width: 155px;
    cursor: pointer;
    line-height: 18px;
    font-size: 15px;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.top-nav .search-box-button svg {
    transform: scale(.8);
    fill: #f6aa1c
}

.top-nav ul {
    list-style: none;
    margin: 0 0 20px;
    padding: 0
}

.top-nav ul>li {
    padding: 0;
    text-indent: 0
}

.top-nav ul li a {
    font-size: 2rem;
    letter-spacing: -1px;
    color: #101010;
    padding: 8px 0
}

.top-nav ul li a::before {
    content: "";
    width: 50px;
    height: 38px;
    background-color: transparent;
    position: absolute;
    top: 0;
    left: -86px;
    opacity: 0
}

.top-nav ul li.primary-color a::before,
.top-nav-menu-container .menus .accent-color-orange .sub-menu {
    background-color: #621708
}

.tablesorter thead tr,
.top-nav ul li.accent-color-green a::before,
.top-nav ul li.secondary-color a::before,
.top-nav-menu-container .menus .accent-color-green .sub-menu,
input:checked+.slider {
    background-color: #023c40
}

.block--accordion .accordion--orange .accordion__plus:after,
.block--accordion .accordion--orange .accordion__plus:before,
.block--columns-text .accent-color-orange .blockquote-line,
.top-nav ul li.tertiary-color a::before,
.top-nav-menu-container .menus .accent-color-yellow .sub-menu {
    background-color: #f6aa1c
}

.top-nav ul#secondary-menu {
    -moz-columns: 2;
    columns: 2;
    -moz-column-gap: 30px;
    column-gap: 30px
}

.top-nav ul#secondary-menu li {
    break-inside: avoid
}

.top-nav ul#secondary-menu li a {
    display: block;
    font-size: 14px !important;
    letter-spacing: normal;
    padding: 7px 0
}

.banner--media.banner--house .vertical-line-green,
.button--simple-arrow::before,
.shortcode-half-column p:empty,
.top-nav .back-menu,
.top-nav-menu-container .menus .sub-menu a::before,
input.button::after,
input.button::before {
    display: none
}

.top-nav-menu-container .back-overlay {
    position: fixed;
    z-index: 180;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    background-color: rgba(16, 16, 16, .25);
    opacity: 0;
    pointer-events: none;
    transition: opacity .3s ease-in-out
}

.top-nav-menu-container.open .back-overlay {
    pointer-events: auto
}

.top-nav-menu-container .menus,
.top-nav-menu-container .menus .sub-menu {
    position: fixed;
    top: 0;
    width: 50vw;
    transition: .4s cubic-bezier(.33, 1, .68, 1);
    min-height: 100vh
}

.top-nav-menu-container .menus {
    z-index: 190;
    right: 0;
    background-color: #fff;
    transform: translateX(50vw);
    display: flex;
    flex-direction: column
}

.top-nav-menu-container.open .menus {
    transform: translateX(0)
}

.top-nav-menu-container .menus .menu-scroll {
    padding: 66px 90px 40px 83px;
    height: 100vh;
    overflow-y: auto
}

.top-nav-menu-container .menus::after {
    content: "";
    height: 100vh;
    background: #fff;
    position: fixed;
    top: 0;
    right: -50vw
}

.top-nav-menu-container .menus .sub-menu {
    z-index: 195;
    right: 0;
    background: #fff;
    height: 100%;
    padding: 70px 120px 30px;
    transform: translateX(100vw)
}

.top-nav-menu-container .menus .sub-menu.is-active,
.top-nav-menu-container .menus .sub-menu.sub-menu--active {
    transform: translateX(0)
}

.top-nav-menu-container .sub-menu .menu-back {
    display: none !important
}

.top-nav-menu-container .sub-menu.is-active .menu-back,
.top-nav-menu-container .sub-menu.sub-menu--active .menu-back {
    display: block !important
}

.top-nav-menu-container .sub-menu .menu-back {
    cursor: pointer;
    color: #fff;
}

.button--back:active::after,
.button--back:focus::after,
.button--back:hover::after,
.button1::after,
.button::after {
    padding-left: 28px
}

.top-nav-menu-container .menus .sub-menu a {
    font-size: 18px;
    letter-spacing: normal;
    color: #fff;
    padding: 8px 0;
    line-height: 18px
}

.top-nav-menu-container .menus .sub-menu li a:active,
.top-nav-menu-container .menus .sub-menu li a:focus,
.top-nav-menu-container .menus .sub-menu li a:hover,
.top-nav-menu-container .menus .sub-menu li.current-page-item a {
    text-decoration: underline;
    text-underline-offset: 5px;
    text-decoration-thickness: 2px;
    -webkit-text-decoration-color: #ffffff;
    text-decoration-color: #ffffff
}

@media (max-width:767.98px) {
    a {
        text-decoration-thickness: 2px
    }

    html.js .banner__title .line:before {
        top: 0 !important;
        bottom: 0 !important
    }

    .top-nav-menu-container .menu-back {
        display: block !important;
        position: fixed;
        top: 16px;
        left: 40px;
        z-index: 1;
        color: #fff
    }

    .top-nav-menu-container .menu-back::before {
        content: url("../image/arrow-white.svg");
        display: inline-block;
        margin-right: 8px;
        transform: rotate(180deg) scale(.6)
    }

    .top-nav-menu-container ul {
        margin-bottom: 18px
    }

    .top-nav-menu-container ul li a {
        font-size: 26px !important;
        line-height: 32px;
        letter-spacing: -.84px;
        padding: 5px 0
    }

    .top-nav-menu-container ul#secondary-menu {
        -moz-columns: auto;
        columns: auto
    }

    .top-nav-menu-container ul#secondary-menu li a {
        padding: 5px 0;
        line-height: 32px
    }

    .top-nav-menu-container .menus {
        width: calc(100vw - 28px);
        transform: translateX(100vw);
        height: 100vh;
        overflow-y: auto
    }

    .top-nav-menu-container .menus .sub-menu {
        width: calc(100vw - 78px);
        transform: translateX(100vw);
        height: 100vh;
        overflow-y: auto
    }

    .top-nav-menu-container .menus .sub-menu a {
        font-size: 16px
    }
}

@media (max-width:340px) {
    .top-nav-menu-container .menus .sub-menu {
        width: calc(100vw - 64px)
    }

    .top-nav-menu-container ul li a {
        font-size: 21px
    }

    .top-nav-menu-container a.social-media__link img {
        width: 30px
    }
}

.hamburger-menu-wrapper {
    position: relative;
    z-index: 200;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    cursor: pointer;
    border-radius: 100%;
    transition: .4s ease-in .2s;
    background: #000
}

.img-background,
.img-background--contain,
.img-background--cover {
    background-repeat: no-repeat !important;
    background-position: center !important
}

.object-fit--contain,
ul.gallery li div.gallery__image {
    background-repeat: no-repeat;
    background-position: center center
}

.hamburger-menu {
    width: 40%;
    height: 18px;
    transform: rotate(0);
    transition: .5s ease-in-out
}

.site-footer__colored-block,
blockquote cite {
    width: -webkit-fit-content;
    width: -moz-fit-content
}

.hamburger-menu span {
    position: absolute;
    display: block;
    height: 2px;
    width: 20px;
    background: #fff;
    opacity: 1;
    left: 0;
    transform: rotate(0);
    transition: .25s ease-in-out
}

.hamburger-menu span:first-child {
    top: 0
}

.hamburger-menu span:nth-child(2),
.hamburger-menu span:nth-child(3) {
    top: 8px
}

.hamburger-menu span:nth-child(4) {
    top: 16px
}

.hamburger-menu--light span {
    background: #fff
}

.hamburger-menu-wrapper.open .hamburger-menu span:first-child,
.hamburger-menu-wrapper.open .hamburger-menu span:nth-child(4) {
    top: 8px;
    width: 0%;
    left: 50%
}

.hamburger-menu-wrapper.open .hamburger-menu span:nth-child(2),
.slick-prev:before {
    transform: rotate(45deg)
}

.hamburger-menu-wrapper.open .hamburger-menu span:nth-child(3) {
    transform: rotate(-45deg)
}

body.page-id-176 .hamburger-menu span,
body.page-id-6273 .hamburger-menu span {
    background: #fff
}

body.page-id-176 .hamburger-menu-wrapper.open .hamburger-menu span,
body.page-id-6273 .hamburger-menu-wrapper.open .hamburger-menu span {
    background: #000
}

.site-footer {
    background-color: #101010;
    padding-top: 10px;
}

.site-footer__colored-block {
    padding: 4px 16px;
    margin-bottom: 9px;
    width: fit-content
}

.site-footer__tagline {
    font-size: 22px;
    line-height: .5;
    letter-spacing: -.5px;
    font-weight: 400
}

.site-footer a:active,
.site-footer a:focus,
.site-footer a:hover {
    color: #f6aa1c
}

.site-footer .logo {
    height: auto;
    width: 300px
}

.site-footer a[href^="mailto:"],
.site-footer a[href^="tel:"],
.site-footer address p {
    display: block;
    color: #fff;
    margin-bottom: 15px
}

.site-footer .social-media {
    margin-top: 10px;
    margin-bottom: 150px
}

.site-footer .dot {
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #fff;
    margin: 0 12px 15px
}

.site-footer .featured-logo {
    max-height: 66px
}

.block--columns-text .h3:not(.title),
.block--columns-text h3:not(.title) {
    font-size: 32px;
    letter-spacing: -.5px
}

.block--columns-text .h2:not(.title),
.block--columns-text h2:not(.title) {
    letter-spacing: -1px
}

.title * {
    font-size: inherit;
    line-height: inherit;
    letter-spacing: inherit
}

.leading-tight {
    line-height: 1.2 !important
}

.leading-base {
    line-height: 1.3 !important
}

.leading-normal {
    line-height: 1.5 !important
}

.leading-none {
    line-height: 1 !important
}

.container.show-grid div[class=row] {
    outline: rgba(0, 0, 0, .25) dotted 1px
}

.container.show-grid div[class^=col-] {
    background-color: rgba(255, 0, 0, .2);
    outline: rgba(0, 0, 0, .5) dotted 1px
}

a.post-edit-link {
    position: fixed;
    z-index: 999;
    bottom: 0;
    background: #f6aa1c;
    color: #fff;
    padding: 10px 15px;
    font-size: 16px
}

.download-link:not(.button):not(.no-underline):not(.no-animation):not(.stretched-link)::after,
main.main a:not(.button):not(.no-underline):not(.no-animation):not(.stretched-link)::after {
    content: "";
    background: #d2cccc;
    width: 0;
    height: 3px;
    position: absolute;
    bottom: -10px;
    left: 0;
    transition: .25s ease-out
}

.button,
main.main .bg-blue:not(.data) a:not(.button):not(.no-animation)::after,
main.main .bg-brown:not(.data) a:not(.button):not(.no-animation)::after,
main.main .bg-green:not(.data) a:not(.button):not(.no-animation)::after {
    background-color: #101010
}

.download-link:not(.button):not(.no-underline):not(.no-animation):not(.stretched-link):active::after,
.download-link:not(.button):not(.no-underline):not(.no-animation):not(.stretched-link):focus::after,
.download-link:not(.button):not(.no-underline):not(.no-animation):not(.stretched-link):hover::after,
main.main .bg-blue:not(.data) a:not(.button):not(.no-animation):active::after,
main.main .bg-blue:not(.data) a:not(.button):not(.no-animation):focus::after,
main.main .bg-blue:not(.data) a:not(.button):not(.no-animation):hover::after,
main.main .bg-brown:not(.data) a:not(.button):not(.no-animation):active::after,
main.main .bg-brown:not(.data) a:not(.button):not(.no-animation):focus::after,
main.main .bg-brown:not(.data) a:not(.button):not(.no-animation):hover::after,
main.main .bg-green:not(.data) a:not(.button):not(.no-animation):active::after,
main.main .bg-green:not(.data) a:not(.button):not(.no-animation):focus::after,
main.main .bg-green:not(.data) a:not(.button):not(.no-animation):hover::after,
main.main a:not(.button):not(.no-underline):not(.no-animation):not(.stretched-link):active::after,
main.main a:not(.button):not(.no-underline):not(.no-animation):not(.stretched-link):focus::after,
main.main a:not(.button):not(.no-underline):not(.no-animation):not(.stretched-link):hover::after {
    width: 100%
}

main.main .bg-blue:not(.data) a:not(.button):not(.no-animation),
main.main .bg-brown:not(.data) a:not(.button):not(.no-animation),
main.main .bg-green:not(.data) a:not(.button):not(.no-animation) {
    -webkit-text-decoration-color: #101010;
    text-decoration-color: #101010;
    transition: .4s ease-in
}

main.main .background-black a:not(.button) {
    color: #fff;
    -webkit-text-decoration-color: #ffffff;
    text-decoration-color: #ffffff
}

@media (min-width:768px) {
    .split-list {
        -moz-column-count: 2;
        column-count: 2
    }
}

@media (max-width:768px) {
    main.main a:not(.button):not(.no-underline):not(.no-animation):not(.stretched-link)::after {
        bottom: -5px !important
    }
}

ul.gallery {
    margin: 0 -30px;
    padding: 0 15px
}

ul.gallery li {
    width: 50%;
    padding: 15px;
    margin: 0
}

ul.gallery li:before {
    content: none
}

ul.gallery li div.gallery__image {
    width: 100%;
    height: auto;
    aspect-ratio: 16/10;
    -o-object-fit: cover;
    object-fit: cover;
    background-size: cover
}

ul.gallery li p {
    display: none;
    margin: 0
}

ul.gallery.gallery-columns-3 li {
    width: 33%
}

ul.gallery.gallery-columns-4 li {
    width: 25%
}

ul.gallery.gallery-columns-4 li div.gallery__image {
    aspect-ratio: 16/12
}

blockquote {
    margin: 60px 0
}

blockquote,
blockquote p {
    letter-spacing: -1px;
    color: #101010
}

blockquote p {
    margin: 0
}

blockquote cite {
    display: block;
    width: fit-content;
    max-width: calc(100% - 320px);
    font-style: normal;
    color: #101010;
    margin-top: 25px;
    margin-bottom: 8px
}

blockquote footer {
    display: block;
    color: #101010;
    margin-top: 0
}

.alignleft {
    float: left;
    margin-right: 30px
}

.alignright,
body.page-template-tpl-contact .contact-links .button::after {
    float: right
}

.alignright {
    margin-left: 30px
}

.aligncenter {
    display: block;
    margin: 0 auto
}

img.alignnone.size-full {
    margin: 30px 0
}

.button,
.button1 {
    position: relative;
    display: inline-flex;
    cursor: pointer;
    transition: .4s ease-in;
    z-index: 10;
    line-height: 18px
}

.block:not(.block--submenu) ul:not(.slick-dots):not(.gform_fields):not(.gallery) li+li {
    margin-top: 12px
}

.block:not(.block--submenu) ul:not(.slick-dots):not(.gform_fields):not(.gallery) li {
    position: relative;
    list-style: none;
    padding-left: 25px
}

.block:not(.block--submenu) ul:not(.slick-dots):not(.gform_fields):not(.gallery) li:before {
    position: absolute;
    top: calc(.5em + 4px);
    left: 0;
    content: "";
    height: 8px;
    width: 8px;
    background: #f6aa1c;
    border-radius: 50%
}

.block:not(.block--submenu) .bg-brown ul:not(.slick-dots):not(.gform_fields):not(.gallery) li:before,
.block:not(.block--submenu).bg-brown ul:not(.slick-dots):not(.gform_fields):not(.gallery) li:before {
    background: #101010
}

@media (max-width:991.98px) {
    .top-nav__col-left a {
        top: 30px
    }

    .top-nav__col-right .hamburger-menu-wrapper {
        top: 50px;
        width: 40px;
        height: 40px
    }

    .site-footer {
        padding-top: 70px
    }

    .hamburger-menu {
        position: relative;
        width: 42% !important
    }

    blockquote {
        margin: 40px 0
    }

    .block:not(.block--submenu) ul:not(.slick-dots):not(.gform_fields):not(.gallery) li:before {
        top: .5em
    }
}

.button1 {
    align-items: center;
    border-radius: 40px;
    color: #101010;
    border: 1px solid #101010;
    padding: 15px;
    text-decoration: none
}

.button,
.download-link {
    align-items: center;
    text-decoration: none
}

.bg-blue .button1:hover,
.bg-blue .button:active,
.bg-blue .button:focus,
.bg-green .button1:hover,
.bg-green .button:active,
.bg-green .button:focus,
.button {
    color: #fff
}

.button1::after {
    margin-bottom: -5px;
    transition: .4s ease-in
}

.button1:not(.no-animation):hover,
.button:not(.no-animation):active,
.button:not(.no-animation):focus {
    color: #fff;
    padding-right: 40px
}

.button1:not(.no-animation):hover::after,
.button:not(.no-animation):active::after,
.button:not(.no-animation):focus::after,
.button:not(.no-animation):hover::after {
    padding-left: 20px
}

.bg-blue .button1::after,
.bg-green .button1::after {
    content: url("../image/arrow-black.svg")
}

.bg-green input.button1 {
    background: url("../image/logo/button-arrow-green.svg") 0 0/8px no-repeat #000;
    background-position: calc(100% - 25px) 32px
}

.bg-blue input.button1 {
    background: url("../image/logo/button-arrow-yellow.svg") 0 0/8px no-repeat #000;
    background-position: calc(100% - 25px) 32px
}

.button {
    border-radius: 40px;
    padding: 20px 25px
}

.button--mute,
.button--unmute {
    background-color: #fff;
    color: #101010
}

.button::after {
    margin-bottom: -2px;
    transition: .4s ease-in
}

.button:not(.no-animation):focus,
.button:not(.no-animation):hover {
    color: #f6aa1c;
    padding-right: 40px
}

.button-green:not(.no-animation):active,
.button-green:not(.no-animation):focus,
.button-green:not(.no-animation):hover {
    color: #023c40;
    padding-right: 40px
}

.button--back {
    flex-direction: row-reverse
}

.button--back::after {
    transform: rotate(180deg);
    margin-top: -7px
}

.button--back:active,
.button--back:focus,
.button--back:hover {
    padding-left: 40px;
    padding-right: 32px !important
}

.button--green::after {
    content: url("../image/logo/button-arrow-green.svg")
}

.button--green:active,
.button--green:focus,
.button--green:hover {
    color: #023c40
}

.button--yellow::after {
    content: url("../image/logo/button-arrow-yellow.svg")
}

.button--yellow:active,
.button--yellow:focus,
.button--yellow:hover,
body.page-template-tpl-home .our-purpose .wysiwyg-block strong:nth-child(3n+2) {
    color: #7d84b2
}

.button--unmute::after {
    content: url("../img/unmute-icon.svg");
    height: 23px;
    margin-top: -5px
}

.button--mute::after {
    content: url("../img/mute-icon.svg");
    height: 23px;
    margin-top: -5px
}

.button--outline-black {
    background-color: transparent;
    border: 2px solid #101010;
    color: #101010 !important
}

.button--outline-black::after {
    content: url("../image/arrow-black.svg") !important
}

.button--outline-white::after,
button::after {
    content: url("../image/arrow-white.svg") !important
}

.button--outline-white {
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff !important
}

.button--simple-arrow::after,
.slider-popup:not(.mfp-bg) .popup__aside .navigation-buttons__button::after {
    content: url("../image/arrow-black.svg") !important
}

.button--simple-arrow {
    background-color: transparent;
    color: #101010;
    padding: 0 !important;
    margin: 30px 0;
    border: 0
}

.button--simple-arrow:active,
.button--simple-arrow:focus,
.button--simple-arrow:hover {
    padding: 0;
    color: #101010
}

.tabs .button--simple-arrow:active,
.tabs .button--simple-arrow:focus,
.tabs .button--simple-arrow:hover {
    padding: 0;
    color: #f6aa1c !important
}

.button--simple-arrow.button--orange::after {
    content: url("../image/logo/button-arrow-orange.svg") !important
}

.button--simple-arrow.button--green::after {
    content: url("../image/logo/button-arrow-green.svg") !important
}

.button--simple-arrow.button--yellow::after {
    content: url("../image/logo/button-arrow-yellow.svg") !important
}

.button--sm {
    padding: 21px 25px
}

button.button {
    border: 0
}

input.button {
    border: 0;
    background: url("../image/arrow-white.svg") 0 0/8px no-repeat #000;
    background-position: calc(100% - 25px) 32px;
    padding-right: 55px;
    transition: .8s cubic-bezier(.215, .61, .355, 1)
}

.gfield_error legend,
input.button:active,
input.button:focus,
input.button:hover {
    color: #f6aa1c !important
}

.bg-green .button::after {
    content: url("../image/logo/button-arrow-green.svg")
}

.bg-green .button:active,
.bg-green .button:focus,
.bg-green .button:hover,
body.page-template-tpl-home .our-purpose .wysiwyg-block strong {
    color: #023c40
}

.bg-green input.button {
    background: url("../image/logo/button-arrow-green.svg") 0 0/8px no-repeat #000;
    background-position: calc(100% - 25px) 32px
}

.slick-dots li button,
.tablesorter select {
    background-color: transparent
}

.download-link {
    display: flex;
    color: #fff !important;
    line-height: 1.2;
    font-size: 22px;
    text-align: start
}

.twk-editor-phone {
    display: flex;
    align-items: center;
    text-decoration: none
}

.twk-editor-phone::before {
    content: "";
    background: url("../img/icon-phone.svg") 0 0/38px no-repeat;
    width: 38px;
    height: 38px;
    display: inline-block;
    margin-right: 10px
}

.bg-green .twk-editor-phone::before {
    background: url("../img/icon-phone--green.svg") no-repeat
}

.bg-brown .twk-editor-phone::before {
    background: url("../img/icon-phone--orange.svg") no-repeat
}

.bg-blue .twk-editor-phone::before {
    background: url("../img/icon-phone--yellow.svg") no-repeat
}

img.logo-divider {
    max-width: 90%
}

img.responsive {
    width: 100%;
    height: auto
}

.img-background,
.img-background--cover {
    background-size: cover !important
}

.img-background--contain {
    background-size: contain !important
}

.object-fit--cover {
    background-size: cover;
    background-position: center center
}

.object-fit--cover img {
    -o-object-fit: cover;
    object-fit: cover
}

.object-fit--contain {
    background-size: contain
}

.gallery-slider .slick-slide img.contain,
.object-fit--contain img {
    -o-object-fit: contain;
    object-fit: contain
}

.object-fit--circle img,
.slider.round:before {
    border-radius: 50%
}

.gallery-slider__thumb .slick-slide.slick-current>div:before,
.my-mfp-zoom-in.mfp-removing.mfp-bg,
.object-fit.not-compatible img {
    opacity: 0
}

.absolute-fill>*,
.responsive-img img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.bleed-right {
    width: calc(100% + 50vw - (1300px - 30px)/ 2);
    max-width: none
}

.responsive-img {
    height: 0;
    position: relative
}

.banner {
    position: relative;
    z-index: 0;
    overflow: hidden
}

.banner__breadcrumb {
    position: absolute;
    top: 50vh;
    transform: rotate(180deg) translateY(50%);
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    cursor: vertical-text;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    margin: 0
}

.banner--media {
    min-height: 250px
}

.banner--media .banner__image-container {
    position: relative;
    width: 100%;
    aspect-ratio: 1069/520
}

@supports not (aspect-ratio:1/1) {
    .banner--media .banner__image-container {
        min-height: 500px;
        max-height: 58vh
    }
}

.banner--media .banner__secondary-image-container {
    position: relative;
    width: 100%;
    aspect-ratio: 396/254
}

.banner--media .banner__secondary-image-container .house-logo {
    background-color: #fff;
    border-radius: 50%;
    width: 76px;
    height: 76px;
    padding: 15px
}

.banner--media.banner--portrait .banner__image-container {
    aspect-ratio: 400/450;
    width: calc(100% - 70px)
}

.banner--media.banner--house .block-orange {
    width: 198px;
    height: 70px;
    left: 21px;
    top: -35px
}

.banner--media .block-yellow {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 28px;
    background: #7d84b2
}

.banner--media .block-orange {
    position: absolute;
    z-index: 10;
    top: -68px;
    left: 91px;
    width: calc(100% - 91px);
    height: 112px;
    background: #f6aa1c
}

.banner--media .vertical-line-green {
    position: absolute;
    left: 0;
    background-color: #023c40;
    width: 30px;
    height: 230px;
    margin-top: 10px
}

.banner--media .complementary-content__title {
    letter-spacing: -.5px;
    margin-bottom: 20px
}

.banner--media .complementary-content__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 15px
}

.banner--media .complementary-content__list a {
    display: block;
    font-size: 18px;
    color: #101010;
    text-decoration: none
}

.banner--media .complementary-content .twitter-feed__header {
    margin-bottom: 25px
}

.banner--media .complementary-content .twitter-feed__header a {
    text-decoration: none
}

.banner--media .complementary-content .twitter-feed__header .avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 15px
}

.banner--media .complementary-content .twitter-feed__header .avatar img {
    width: 100%;
    height: 100%
}

.banner--media .complementary-content .twitter-feed__header .data__secondary {
    display: flex;
    font-size: 13px;
    color: #7c7c7c
}

.banner--media .complementary-content .twitter-feed__header .data__secondary .dot {
    background-color: #7c7c7c
}

.banner--media .complementary-content .twitter-feed__header .icon img {
    width: 25px
}

.banner--media .complementary-content .twitter-feed a,
.banner--media .complementary-content .twitter-feed p {
    font-size: 18px;
    letter-spacing: -.19px;
    color: #000;
    margin-bottom: 0
}

.banner--media .scroll-to {
    position: relative;
    text-decoration: none;
    color: #101010;
    transition: color .4s ease-in-out
}

.banner--media .scroll-to::after {
    content: url("../img/scroll-arrow.svg");
    margin-left: 15px
}

.banner--media .scroll-to:active,
.banner--media .scroll-to:focus,
.banner--media .scroll-to:hover,
body.page-template-tpl-home .intro-video-buttons-group .button:hover,
body.page-template-tpl-home .our-purpose .wysiwyg-block strong:nth-child(3n+3),
button.btn-primary:hover:not(.form-btn) {
    color: #f6aa1c
}

@media (max-width:1199.98px) {
    .top-nav-menu-container ul li a::before {
        top: 1px;
        left: -48px;
        width: 32px;
        height: 36px
    }

    .banner--media .block-orange {
        top: -30px;
        height: 50px
    }

    .banner--media.banner--portrait .banner__image-container {
        width: calc(100% - 30px)
    }

    .banner--media .complementary-content__list {
        grid-template-columns: repeat(1, 1fr)
    }
}

@media (max-width:767.98px) {
    .site-footer {
        padding-top: 50px
    }

    .site-footer>.container::before {
        top: 75px
    }

    .site-footer .h3,
    .site-footer a.h3,
    .site-footer h3,
    .site-footer li.h3,
    .site-footer p.h3 {
        line-height: 28px !important;
        letter-spacing: -.25px !important
    }

    .site-footer .block-yellow {
        width: 100vw
    }

    .site-footer .social-media {
        margin-bottom: 0
    }

    .site-footer .bottom-row,
    .site-footer .bottom-row .download-link {
        line-height: 28px !important;
        letter-spacing: 0 !important;
        margin-bottom: 0
    }

    blockquote cite {
        max-width: 100%
    }

    .alignleft,
    .alignright {
        float: none;
        display: block;
        margin: 20px auto
    }

    .block:not(.block--submenu) ul:not(.slick-dots):not(.gform_fields):not(.gallery) li:before {
        top: calc(.5em + 2px)
    }

    .button {
        padding: 20px 30px
    }

    .button::after {
        padding-left: 15px
    }

    .button:active,
    .button:focus,
    .button:hover {
        padding-right: 30px !important
    }

    .banner__breadcrumb {
        display: none
    }

    .banner--media .block-orange {
        top: -30px;
        left: 0
    }

    .banner--media .banner__image-container,
    .banner--media.banner--portrait .banner__image-container {
        aspect-ratio: 290/370
    }

    .banner--media .vertical-line-green {
        position: absolute;
        left: -20px
    }

    .banner--media .complementary-content {
        position: absolute !important;
        z-index: 100;
        top: 110px;
        left: 100%;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        max-width: calc(100vw - 40px)
    }

    .banner--media .complementary-content__title {
        position: absolute;
        top: 50%;
        left: 0;
        height: 100%;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        transform: translate(-62%, -50%) rotate(270deg);
        margin: 0 !important;
        padding: 8px 15px;
        background-color: #023c40;
        font-size: 15px;
        line-height: 18px
    }

    .banner--media .complementary-content__list a {
        margin-bottom: 15px
    }
}

.banner--simple {
    margin-top: 215px;
    margin-bottom: 55px
}

.banner--simple .banner-simple-block-orange {
    position: absolute;
    top: 0;
    left: 0;
    width: 19px;
    height: 205px;
    background-color: #f6aa1c
}

.banner--simple .banner-simple-block-green {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 70px;
    background-color: #023c40
}

@media (max-width:991.98px) {
    .banner__breadcrumb {
        top: 28%
    }

    .banner--media.banner--portrait .banner__image-container {
        width: 100%
    }

    .banner--simple {
        margin-top: 145px
    }
}

@media (max-width:767.98px) {
    .banner--simple {
        margin-top: 100px
    }
}

@media (max-width:575.98px) {
    .top-nav {
        padding: 42px 10px
    }

    ul.gallery li {
        width: 100%
    }

    .banner--simple .banner-simple-block-orange {
        left: -10px
    }

    .banner--simple .banner-simple-block-green {
        right: -10px;
        width: 20px
    }
}

.banner--post {
    margin-top: 250px;
    margin-bottom: 80px
}

.banner--post .banner__thumbnail-wrapper {
    position: relative;
    width: 100%;
    height: auto;
    aspect-ratio: 1057/580;
    -o-object-fit: cover;
    object-fit: cover
}

.banner--post .scroll-down {
    position: absolute;
    bottom: 140px
}

.banner--post .scroll-down svg g {
    stroke: #101010
}

.banner-post-block-yellow {
    position: absolute;
    width: calc(100% - 42px);
    height: 38px;
    background-color: #7d84b2
}

.banner-post-block-orange {
    position: absolute;
    top: 260px;
    right: 0;
    width: 40px;
    height: 370px;
    background-color: #f6aa1c
}

.banner-post-block-green {
    width: 42px;
    height: 270px;
    background-color: #023c40;
    margin-left: auto;
    margin-right: -42px
}

.banner-simple-block-yellow {
    height: 28px;
    background-color: #7d84b2;
    transform: translateX(-21px)
}

.gfield_error,
.gfield_validation_message,
.gform_validation_errors {
    border: 0 !important;
    background: 0 0 !important
}

::-moz-placeholder {
    font-size: 19px;
    line-height: 28px;
    color: rgba(16, 16, 16, .5)
}

:-ms-input-placeholder {
    font-size: 19px;
    line-height: 28px;
    color: rgba(16, 16, 16, .5)
}

::placeholder {
    font-size: 19px;
    line-height: 28px;
    color: rgba(16, 16, 16, .5)
}

.gform_submission_error,
body.ng-scope .block--isams-form form .input-group .dropdown-menu a,
body.ng-scope .block--isams-form form .input-group .dropdown-menu li {
    font-size: 16px !important
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
    display: none
}

.gform_validation_errors {
    box-shadow: none !important
}

.gfield_error input,
.gfield_error select {
    border: 1px solid #f6aa1c !important
}

.gfield_validation_message {
    padding: 0 !important;
    color: #f6aa1c !important;
    font-size: 14px !important;
    line-height: 16px !important;
    letter-spacing: 2px !important
}

.gform_confirmation_message {
    font-size: 20px;
    line-height: 32px;
    letter-spacing: -.21px
}

.slick-next:before,
.slick-prev:before {
    content: "";
    display: inline-block;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    height: 12px;
    width: 12px
}

.slick-next:before {
    transform: rotate(-135deg)
}

.slick-dots {
    position: absolute;
    bottom: 30px;
    right: 20px;
    width: auto
}

.slick-dots li button:before {
    border: 1px solid #101010;
    background-color: #101010
}

.slick-dots li.slick-active button:before {
    border: 1px solid #f6aa1c;
    background-color: #f6aa1c
}

.full-width-slider .slick-dots {
    bottom: -35px;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    width: 60%
}

.gallery-slider {
    margin-bottom: 65px;
    position: relative
}

.gallery-slider .slick-slide>div {
    display: flex;
    width: 100%;
    padding-bottom: 55%;
    position: relative
}

.gallery-slider .slick-slide img {
    position: absolute;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.gallery-slider__full {
    position: relative;
    background: #101010
}

.gallery-slider__full-nav {
    position: absolute;
    bottom: 23%;
    width: 100%;
    left: 0;
    text-align: center;
    z-index: 9
}

.gallery-slider__full-nav .pages {
    display: inline-block;
    color: #fff
}

.gallery-slider__full-nav .slick-next,
.gallery-slider__full-nav .slick-prev {
    position: relative;
    display: inline-block;
    left: auto;
    right: auto;
    top: auto;
    transform: none
}

.gallery-slider__thumb .slick-next,
.slider {
    right: 0
}

.gallery-slider__full-nav .slick-next:before,
.gallery-slider__full-nav .slick-prev:before {
    height: 9px;
    width: 9px
}

.gallery-slider__thumb .slick-next,
.gallery-slider__thumb .slick-prev {
    height: 100%;
    width: 36px;
    background-color: #242424;
    z-index: 1;
    opacity: .65;
    transition: opacity .2s linear
}

.gallery-slider__thumb .slick-prev {
    left: 0
}

.gallery-slider__thumb .slick-slide>div:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: #fff;
    opacity: .6;
    z-index: 1;
    transition: opacity .2s linear
}

.gallery-slider__thumb .slick-slide:hover>div:before {
    opacity: .3
}

.magnific-dialog {
    position: relative;
    background: #fff;
    padding: 50px 70px;
    width: 720px;
    max-width: 80vw;
    margin: 40px auto
}

.block--table table tbody tr:nth-child(odd),
.slider {
    background-color: #eee
}

.mfp-inline-holder .mfp-content {
    text-align: left !important
}

.mfp-video-wrapper .mfp-iframe-scaler {
    padding-top: 0;
    width: 100%;
    height: auto;
    aspect-ratio: 19/10;
    -o-object-fit: cover;
    object-fit: cover
}

.mfp-video-wrapper .mfp-content {
    width: 90vw;
    max-height: 80vh
}

.teaser--block--left .teaser__image,
.teaser--block--right .teaser__image {
    width: calc(100% - 70px);
    position: relative;
    aspect-ratio: 550/410;
    height: auto
}

.mfp-content .inline-popup {
    background-color: #fff;
    max-width: 750px;
    margin: 0 auto;
    padding: 50px
}

.slider-popup:not(.mfp-bg) .mfp-container {
    padding: 0
}

.slider-popup:not(.mfp-bg) .white-popup-block {
    background: #fff;
    width: 80vw;
    margin: 0 0 0 auto;
    height: 100vh
}

.slider-popup:not(.mfp-bg) .popup {
    display: flex
}

.slider-popup:not(.mfp-bg) .popup__content {
    position: relative;
    padding: 60px 50px;
    flex: 1 0 0;
    height: 100vh;
    overflow: auto
}

.slider-popup:not(.mfp-bg) .popup__content>div {
    width: 100%;
    max-width: 850px;
    margin-left: auto;
    margin-right: auto
}

.slider-popup:not(.mfp-bg) .popup__content__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px
}

.slider-popup:not(.mfp-bg) .popup__content__header__title {
    font-size: 43px;
    letter-spacing: -.9px;
    margin-top: 30px;
    margin-bottom: 12px
}

.slider-popup:not(.mfp-bg) .popup__content__header__text {
    font-size: 24px;
    letter-spacing: -.25px;
    margin-bottom: 20px
}

.slider-popup:not(.mfp-bg) .popup__content__header__avatar-wrapper {
    position: relative;
    width: 185px;
    height: 185px;
    aspect-ratio: 1;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
    overflow: hidden
}

.slider-popup:not(.mfp-bg) .popup__content__header .vertical-line {
    position: absolute;
    top: 90px;
    left: 0;
    width: 20px;
    height: 100px;
    background: #023c40
}

.slider-popup:not(.mfp-bg) .popup__aside {
    width: 190px
}

.slider-popup:not(.mfp-bg) .popup__aside .navigation-buttons {
    position: fixed;
    bottom: 20px;
    right: 15px
}

.slider-popup:not(.mfp-bg) .popup__aside .navigation-buttons__button {
    position: relative;
    font-size: 15px;
    line-height: 18px;
    padding: 20px 25px;
    border: 1px solid #101010;
    color: #101010;
    display: block;
    margin: 12px 0;
    border-radius: 30px;
    text-decoration: none;
    width: 150px
}

.slider-popup:not(.mfp-bg) .popup__aside .navigation-buttons__button--prev {
    text-align: right
}

.slider-popup:not(.mfp-bg) .popup__aside .navigation-buttons__button--prev::after {
    position: absolute;
    top: 18px;
    left: 25px;
    transform: scale(-1);
    transition: .4s
}

.slider-popup:not(.mfp-bg) .popup__aside .navigation-buttons__button--prev:active::after,
.slider-popup:not(.mfp-bg) .popup__aside .navigation-buttons__button--prev:focus::after,
.slider-popup:not(.mfp-bg) .popup__aside .navigation-buttons__button--prev:hover::after {
    left: 20px
}

.slider-popup:not(.mfp-bg) .popup__aside .navigation-buttons__button--next {
    text-align: left
}

.slider-popup:not(.mfp-bg) .popup__aside .navigation-buttons__button--next::after {
    position: absolute;
    top: 18px;
    right: 25px;
    transition: .4s
}

.slider-popup:not(.mfp-bg) .popup__aside .navigation-buttons__button--next:active::after,
.slider-popup:not(.mfp-bg) .popup__aside .navigation-buttons__button--next:focus::after,
.slider-popup:not(.mfp-bg) .popup__aside .navigation-buttons__button--next:hover::after {
    right: 20px
}

.slider-popup:not(.mfp-bg) .popup button.mfp-close {
    width: 40px;
    top: 90px;
    right: 70px
}

.full-screen-popup .mfp-close svg,
.slider-popup:not(.mfp-bg) .popup button.mfp-close svg,
body.page-template-tpl-virtual-tour .section-fixed {
    pointer-events: none
}

@media (max-width:991.98px) {
    .banner--post {
        margin-top: 170px
    }

    .banner--post .scroll-down {
        bottom: 0
    }

    .banner-post-block-orange {
        width: 25px
    }

    .slider-popup:not(.mfp-bg) .white-popup-block {
        width: 92vw
    }

    .slider-popup:not(.mfp-bg) .popup__aside {
        width: 150px
    }

    .slider-popup:not(.mfp-bg) .popup__aside .navigation-buttons__button {
        width: 125px;
        padding: 18px 20px
    }

    .slider-popup:not(.mfp-bg) .popup button.mfp-close {
        right: 50px
    }

    .teaser--block {
        max-width: 520px;
        margin-left: auto;
        margin-right: auto
    }
}

@media (max-width:767.98px) {
    .banner--post {
        margin-bottom: 40px
    }

    .banner--post .banner__thumbnail-wrapper {
        aspect-ratio: 1050/720
    }

    .banner--post .scroll-down {
        display: none
    }

    .banner-post-block-yellow {
        height: 15px
    }

    .banner-post-block-orange {
        top: 55px;
        width: 15px
    }

    .banner-simple-block-yellow {
        height: 20px
    }

    body.single-the-masters-voice .banner--simple {
        margin-top: 150px
    }

    .mfp-content .inline-popup {
        padding: 50px 20px
    }

    .mfp-content .inline-popup .button {
        padding: 15px 14px
    }

    .slider-popup:not(.mfp-bg) {
        display: block
    }

    .slider-popup:not(.mfp-bg) .white-popup-block {
        width: 100vw;
        height: 100vh
    }

    .slider-popup:not(.mfp-bg) .popup__content {
        padding: 30px 30px 150px
    }

    .slider-popup:not(.mfp-bg) .popup__content__header {
        display: block;
        margin-bottom: 25px
    }

    .slider-popup:not(.mfp-bg) .popup__content__header__title {
        font-size: 35px
    }

    .slider-popup:not(.mfp-bg) .popup__content__header__text {
        font-size: 21px
    }

    .slider-popup:not(.mfp-bg) .popup__aside {
        position: fixed;
        inset: 0;
        top: auto;
        width: 100%;
        height: 80px
    }

    .slider-popup:not(.mfp-bg) .popup__aside .navigation-buttons {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        inset: auto;
        height: inherit
    }

    .slider-popup:not(.mfp-bg) .popup__aside .navigation-buttons__button {
        margin: auto
    }

    .slider-popup:not(.mfp-bg) .popup__aside .navigation-buttons__button--prev::after {
        top: 15px
    }

    .slider-popup:not(.mfp-bg) .popup__aside .navigation-buttons__button--next::after {
        top: 20px
    }

    .slider-popup:not(.mfp-bg) .popup button.mfp-close {
        top: 10px;
        right: 20px
    }
}

.banner__videos .teaser--video .cursor-content__title,
.pagination .placeholder::before,
.slider-popup:not(.mfp-bg) button.mfp-arrow.mfp-arrow-left.mfp-prevent-close,
.slider-popup:not(.mfp-bg) button.mfp-arrow.mfp-arrow-right.mfp-prevent-close,
.switch input,
body.page-template-tpl-home .banner__videos .video-column .video .teaser__tag,
body.search-results .banner .inputs-container+footer .optional {
    display: none
}

.slider-popup:not(.mfp-bg) ::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(173, 173, 173, .3);
    background-color: #f5f5f5
}

.slider-popup:not(.mfp-bg) ::-webkit-scrollbar {
    width: 6px;
    background-color: #f5f5f5
}

.slider-popup:not(.mfp-bg) ::-webkit-scrollbar-thumb {
    background-color: #adadad
}

.mfp-wrap.mfp-gallery.slider-popup {
    overflow: hidden
}

.my-mfp-zoom-in .magnific-dialog {
    opacity: 0;
    transition: opacity .2s ease-in-out, transform .2s ease-in-out;
    transform: scale(.8)
}

.my-mfp-zoom-in.mfp-ready .magnific-dialog {
    opacity: 1;
    transform: scale(1)
}

.my-mfp-zoom-in.mfp-removing .magnific-dialog {
    transform: scale(.8);
    opacity: 0
}

.my-mfp-zoom-in.mfp-bg {
    opacity: 0;
    transition: opacity .3s ease-out
}

.my-mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: .4
}

.teaser--block--left .teaser__color-background {
    padding-bottom: 300px;
    transition: .3s ease-out
}

.teaser--block--left .teaser__image {
    margin-top: -250px;
    -o-object-fit: cover;
    object-fit: cover;
    transition: .3s ease-out
}

.teaser--block--left:active .teaser__color-background,
.teaser--block--left:focus .teaser__color-background,
.teaser--block--left:hover .teaser__color-background {
    transform: translate(-8px, 8px)
}

.teaser--block--left:active .teaser__image,
.teaser--block--left:focus .teaser__image,
.teaser--block--left:hover .teaser__image {
    transform: translate(8px, -8px)
}

.teaser--block--right .teaser__color-background {
    padding-top: 300px;
    transition: .3s ease-out
}

.teaser--block--right .teaser__image {
    z-index: 1;
    margin-bottom: -250px;
    margin-left: auto;
    -o-object-fit: cover;
    object-fit: cover;
    transition: .3s ease-out
}

.teaser--block--right:active .teaser__color-background,
.teaser--block--right:focus .teaser__color-background,
.teaser--block--right:hover .teaser__color-background {
    transform: translate(8px, -8px);
    transform-style: flat
}

.teaser--block--right:active .teaser__image,
.teaser--block--right:focus .teaser__image,
.teaser--block--right:hover .teaser__image {
    transform: translate(-8px, 8px)
}

@media (max-width:1399.98px) {

    .teaser--block--left .max-width-40,
    .teaser--block--right .max-width-40 {
        max-width: initial !important
    }

    .teaser--block--left .teaser__color-background,
    .teaser--block--right .teaser__color-background {
        flex-wrap: wrap
    }
}

@media (max-width:575.98px) {
    body.single-the-masters-voice .banner--simple {
        margin-top: 120px
    }

    .teaser--block--left .teaser__color-background {
        padding: 30px 30px 150px !important;
        margin-right: -40px
    }

    .teaser--block--left .teaser__image {
        width: 100%;
        margin: -120px auto 0 -40px !important
    }

    .teaser--block--right .teaser__color-background {
        padding: 30px 30px 150px !important;
        margin-left: -40px
    }

    .teaser--block--right .teaser__image {
        width: 100%;
        margin: -120px -40px 0 auto !important
    }
}

.teaser--event {
    display: flex;
    flex-direction: column
}

.teaser--event .teaser__content {
    flex: 1 0 0
}

.teaser--featured-article {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 100%;
    height: auto;
    aspect-ratio: 840/555
}

.teaser--featured-article .teaser__title {
    max-width: 580px
}

.teaser--featured-article .color-block {
    position: absolute;
    z-index: -2 !important;
    pointer-events: none
}

.teaser--featured-article .color-block--green {
    top: -36px;
    right: -43px;
    width: 224px;
    height: 64px;
    background-color: #023c40
}

.teaser--featured-article .color-block--orange {
    top: 60px;
    left: -42px;
    width: 110px;
    height: 150px;
    background-color: #f6aa1c
}

.teaser--featured-article .color-block--yellow {
    bottom: -33px;
    left: 67px;
    width: 180px;
    height: 122px;
    background-color: #7d84b2
}

@media (max-width:991.98px) {
    .teaser--featured-article .color-block--green {
        top: -25px;
        right: -25px;
        width: 170px;
        height: 44px
    }

    .teaser--featured-article .color-block--orange {
        left: -30px
    }

    .teaser--featured-article .color-block--yellow {
        bottom: -25px;
        height: 80px
    }
}

@media (max-width:575.98px) {
    .teaser--featured-article .color-block--green {
        top: -18px;
        right: -15px;
        width: 120px;
        height: 35px
    }

    .teaser--featured-article .color-block--orange {
        top: 30px;
        left: -15px;
        width: 40px
    }

    .teaser--featured-article .color-block--yellow {
        bottom: -20px;
        height: 40px
    }
}

.teaser--news {
    display: flex;
    align-items: flex-end;
    aspect-ratio: 837/550;
    overflow: hidden
}

.teaser--news .button {
    transform: translateY(200px);
    transition: transform .5s cubic-bezier(.65, 0, .35, 1);
    min-width: 190px
}

.teaser--news .overlay--bottom,
.teaser--news img,
.teaser--video .overlay--bottom,
.teaser--video img {
    transition: .4s cubic-bezier(.61, 1, .88, 1)
}

.teaser--news:active .button,
.teaser--news:focus .button,
.teaser--news:hover .button {
    transform: translateY(0)
}

@media (max-width:1199.98px) {
    .slider-popup:not(.mfp-bg) .popup__content__header__avatar-wrapper {
        width: 140px;
        height: 140px
    }

    .teaser--news {
        aspect-ratio: 800/610
    }
}

.teaser--post .teaser__thumbnail {
    width: 100%;
    height: auto;
    aspect-ratio: 507/335;
    -o-object-fit: cover;
    object-fit: cover;
    margin-bottom: 18px
}

.teaser--post .teaser__dot {
    display: inline-block;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #f6aa1c;
    margin: 0 10px
}

.teaser--video {
    display: flex;
    align-items: flex-end;
    aspect-ratio: 837/550;
    overflow: hidden
}

.teaser--video:active img,
.teaser--video:focus img,
.teaser--video:hover img {
    transform: scale(1.1)
}

.teaser--video.no-cursor-animation .cursor-content {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 1
}

.teaser--video .cursor-content {
    pointer-events: none;
    position: absolute;
    z-index: 90;
    top: -47px;
    left: -47px;
    opacity: 0;
    width: 94px;
    height: 94px;
    border-radius: 50%;
    background-color: #000;
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.teaser--video .cursor-content__title {
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 1px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 0
}

.teaser--video .cursor-content svg {
    width: 10px;
    height: auto
}

.teaser--the-masters-voice {
    display: flex;
    flex-direction: column
}

.teaser--the-masters-voice .teaser__avatar img {
    width: 60px;
    height: 60px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%
}

.teaser--the-masters-voice-simplified {
    padding: 40px 45px
}

.teaser--podcast header img {
    height: 22px
}

.banner__videos .teaser--video .cursor-content {
    width: 40px;
    height: 40px
}

.pagination .next,
.pagination .prev,
.pagination__pages {
    font-size: 19px;
    color: #101010
}

.pagination .page-numbers {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: none;
    border-radius: 50%;
    background-color: #fff;
    text-decoration: none;
    width: 40px;
    height: 40px;
    margin: 5px;
    font-size: 16px;
    transition: .8s cubic-bezier(.215, .61, .355, 1)
}

.pagination .page-numbers.current,
.pagination .page-numbers:active,
.pagination .page-numbers:focus,
.pagination .page-numbers:hover {
    color: #fff;
    background-color: #101010
}

.pagination .next,
.pagination .placeholder,
.pagination .prev {
    position: relative;
    font-size: 0
}

.pagination .next::before,
.pagination .placeholder::before,
.pagination .prev::before {
    content: "";
    width: 20px;
    height: 20px;
    background: url("../image/logo/button-arrow-orange.svg") no-repeat;
    position: absolute;
    top: 23px;
    left: 18px;
    transform: rotate(180deg)
}

.pagination .next::before {
    top: 13px;
    left: auto;
    right: 5px;
    transform: rotate(0)
}

.nav-links {
    display: flex;
    align-items: center;
    justify-content: end
}

.pagination-single .pagination-single-inner {
    display: flex;
    justify-content: space-around;
    align-items: center
}

body.archive .pagination,
body.page-id-176 .pagination,
body.page-id-6273 .pagination {
    background-color: transparent;
    padding-top: 0;
    margin: 30px 0
}

.my-mfp-zoom-in.mfp-ready.mfp-bg.full-screen-popup {
    background: #f3f3f3;
    opacity: .92
}

.full-screen-popup .mfp-close {
    position: fixed;
    top: 75px;
    right: 80px;
    height: auto;
    padding: 0;
    cursor: pointer
}

.block--gallery--slider,
.block--video,
.featured-news .related-content,
.menu-search-form-container .inputs-container,
.switch,
.tablesorter thead th:not(.skip-filter),
body.blog .featured-news .related-content .slick-slide:not(.slick-current) .teaser {
    position: relative
}

.full-screen-popup .mfp-content {
    display: inline-flex;
    justify-content: center;
    align-items: center
}

.menu-search-form-container ::-moz-placeholder {
    font-size: 48px;
    font-weight: 600;
    letter-spacing: -.75px;
    color: #b9b9b9;
    text-align: center
}

.menu-search-form-container :-ms-input-placeholder {
    font-weight: 600;
    letter-spacing: -.75px;
    color: #b9b9b9;
    text-align: center
}

.menu-search-form-container ::placeholder {
    font-weight: 600;
    letter-spacing: -.75px;
    color: #b9b9b9;
    text-align: center
}

.menu-search-form-container .inputs-container:after {
    content: "";
    position: absolute;
    inset: 0;
    background-color: #f6aa1c;
    opacity: 0;
    transform-origin: 50% 0
}

.menu-search-form-container .inputs-container input {
    opacity: 0;
    transition: opacity .4s
}

.menu-search-form-container input[type=search] {
    letter-spacing: -.75px;
    font-weight: 600;
    padding: 42px 30px 48px;
    color: #101010;
    border: 0;
    text-align: center
}

.menu-search-form-container input[type=search]:active,
.menu-search-form-container input[type=search]:focus,
.menu-search-form-container input[type=search]:focus-visible,
.menu-search-form-container input[type=search]:hover {
    outline: #f6aa1c solid 4px
}

.menu-search-form-container footer {
    font-weight: 500;
    letter-spacing: -.1px;
    color: #f6aa1c;
    text-align: center
}

.menu-search-form-container.open .inputs-container:after {
    -webkit-animation: .8s cubic-bezier(.4, 0, .2, 1) forwards scaleUpDown;
    animation: .8s cubic-bezier(.4, 0, .2, 1) forwards scaleUpDown
}

.menu-search-form-container.open .inputs-container input {
    opacity: 1;
    transition: opacity 0s .4s
}

@-webkit-keyframes scaleUpDown {
    0% {
        opacity: 1;
        transform: scale3d(1, 0, 1)
    }

    50% {
        transform: scale3d(1, 1, 1);
        transform-origin: 50% 0;
        transition-timing-function: ease-out
    }

    50.1% {
        transform-origin: 50% 100%;
        transition-timing-function: ease-out
    }

    100% {
        opacity: 1;
        transform: scale3d(1, 0, 1);
        transform-origin: 50% 100%;
        transition-timing-function: ease-out
    }
}

@keyframes scaleUpDown {
    0% {
        opacity: 1;
        transform: scale3d(1, 0, 1)
    }

    50% {
        transform: scale3d(1, 1, 1);
        transform-origin: 50% 0;
        transition-timing-function: ease-out
    }

    50.1% {
        transform-origin: 50% 100%;
        transition-timing-function: ease-out
    }

    100% {
        opacity: 1;
        transform: scale3d(1, 0, 1);
        transform-origin: 50% 100%;
        transition-timing-function: ease-out
    }
}

body.search-results .banner .inputs-container input[type=search] {
    font-size: 21px;
    padding: 12px 20px;
    text-align: center
}

body.search-results .banner .inputs-container input[type=search]:active,
body.search-results .banner .inputs-container input[type=search]:focus,
body.search-results .banner .inputs-container input[type=search]:focus-visible,
body.search-results .banner .inputs-container input[type=search]:hover {
    outline: #f6aa1c solid 4px
}

body.search-results .search-result .search-entry-picture,
body.search-results .search-result .search-entry-picture img {
    width: 100%;
    height: auto;
    aspect-ratio: 16/12;
    -o-object-fit: cover;
    object-fit: cover
}

body.search-results .search-result .excerpt_part strong {
    font-weight: initial !important;
    color: #f6aa1c
}

body.search-results .pagination {
    padding-top: 40px;
    padding-bottom: 40px;
    margin: 0 0 30px
}

.notification.popup {
    position: fixed;
    z-index: 2010;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #101010;
    padding: 50px;
    width: 800px;
    max-width: 90vw;
    max-height: 100vh;
    overflow-y: auto
}

.notification.popup .close-button {
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer
}

.switch {
    display: inline-block;
    height: 34px;
    width: 60px
}

.slider {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    cursor: pointer
}

.slider:before {
    content: "";
    position: absolute;
    left: 4px;
    bottom: 4px;
    width: 26px;
    height: 26px;
    background-color: #fff
}

input:checked+.slider:before {
    transform: translateX(26px)
}

.slider.round {
    border-radius: 34px
}

input:disabled+.slider {
    opacity: .57;
    cursor: not-allowed
}

body.page-template-tpl-contact .top-nav {
    padding: 40px
}

body.page-template-tpl-contact main.main {
    padding-top: 205px
}

body.page-template-tpl-contact .contact-block-orange {
    position: absolute;
    top: 0;
    right: -15px;
    width: 100%;
    height: 32px;
    background-color: #f6aa1c
}

body.page-template-tpl-contact .contact-block-green {
    position: absolute;
    top: 200px;
    right: 0;
    width: 24px;
    height: 330px;
    background-color: #023c40;
    opacity: 0
}

body.page-template-tpl-contact .h1,
body.page-template-tpl-contact h1 {
    font-size: 176px;
    margin-bottom: 140px
}

body.page-template-tpl-contact .contact-links .button {
    display: block;
    width: 265px;
    margin-bottom: 12px;
    padding: 25px
}

body.page-template-tpl-contact .contact-form {
    position: relative;
    margin-bottom: 190px
}

body.page-template-tpl-contact .contact-form .contact-block-yellow {
    position: absolute;
    top: 0;
    left: 0;
    width: 54px;
    height: 100%;
    background-color: #7d84b2;
    opacity: 0
}

body.page-template-tpl-whats-new .row-grid-bottom .teaser--event,
body.page-template-tpl-whats-new .row-grid-bottom .teaser--open-morning,
body.page-template-tpl-whats-new .row-grid-center .teaser--event {
    height: calc(100% - 40px)
}

@media (min-width:576px) and (max-width:991.98px) {
    body.page-template-tpl-contact .main__aside-column {
        display: flex;
        justify-content: space-between
    }
}

body.page-template-tpl-whats-new .match-column-half>article {
    height: calc(50% - 40px)
}

body.page-template-tpl-whats-new .whats-new-block-orange {
    height: 16px;
    width: 100%;
    background-color: #f6aa1c
}

body.page-template-tpl-whats-new .row-grid-bottom .teaser--event,
body.page-template-tpl-whats-new .row-grid-bottom .teaser--news,
body.page-template-tpl-whats-new .row-grid-bottom .teaser--open-morning,
body.page-template-tpl-whats-new .row-grid-center .teaser--event,
body.page-template-tpl-whats-new .row-grid-center .teaser--news,
body.page-template-tpl-whats-new .row-grid-top .teaser--event,
body.page-template-tpl-whats-new .row-grid-top .teaser--the-masters-voice {
    margin-bottom: 40px
}

body.page-template-tpl-whats-new .teaser-wrapper,
body.page-template-tpl-whats-new .teaser-wrapper .teaser {
    height: calc(100% - 20px);
    width: 100%
}

body.page-template-tpl-whats-new .instagram-icon svg {
    width: 440px;
    height: auto;
    position: absolute;
    z-index: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

body.page-template-tpl-whats-new .instagram-feed .icon svg,
body.page-template-tpl-whats-new .instagram-icon svg path {
    fill: #ffffff
}

body.page-template-tpl-whats-new .instagram-feed {
    padding: 160px 50px 0
}

body.page-template-tpl-whats-new .instagram-feed .slick-slide {
    margin: 0 32px
}

body.page-template-tpl-whats-new .instagram-feed .slick-list {
    margin: 0 -32px;
    width: 120%
}

body.page-template-tpl-whats-new .instagram-feed .icon {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 9px
}

body.page-template-tpl-whats-new .instagram-feed .slick-slide.slick-current,
body.page-template-tpl-whats-new .instagram-feed .slick-slide.slick-current+.slick-slide {
    z-index: 2
}

body.page-template-tpl-whats-new .instagram-feed__post {
    position: relative;
    aspect-ratio: 1;
    -o-object-fit: cover;
    object-fit: cover
}

body.page-template-tpl-whats-new .instagram-feed__post__caption {
    opacity: 0;
    transition: opacity .4s ease-in;
    pointer-events: none;
    position: absolute;
    inset: 0;
    padding: 50px;
    background-color: rgba(16, 16, 16, .7);
    overflow: hidden
}

body.page-template-tpl-whats-new .instagram-feed__post__caption p {
    font-size: 15px;
    letter-spacing: 0;
    color: #fff
}

body.page-template-tpl-whats-new .instagram-feed__post:active .instagram-feed__post__caption,
body.page-template-tpl-whats-new .instagram-feed__post:focus .instagram-feed__post__caption,
body.page-template-tpl-whats-new .instagram-feed__post:hover .instagram-feed__post__caption {
    opacity: 1;
    pointer-events: all
}

body.page-template-tpl-whats-new .instagram-metadata {
    padding-top: 35px;
    padding-bottom: 80px
}

body.page-template-tpl-home [class^=gsap-marker] {
    z-index: 10000000 !important
}

body.page-template-tpl-home .intro-video-wrapper {
    position: fixed;
    z-index: 2020;
    inset: 0;
    width: 100vw;
    height: 100vh;
    background: #fff
}

body.page-template-tpl-home .intro-video {
    position: fixed;
    z-index: 2023;
    width: 100vw;
    height: 100vh;
    -o-object-fit: cover;
    object-fit: cover
}

body.page-template-tpl-home .intro-video-buttons-group {
    position: fixed;
    z-index: 2024;
    bottom: 64px;
    left: 50%;
    transform: translateX(-50%);
    border: 0;
    display: flex;
    -moz-column-gap: 24px;
    column-gap: 24px
}

body.page-template-tpl-home .intro-video-buttons-group .button.intro-video-with-sound {
    width: 160px
}

body.page-template-tpl-home .intro-video-buttons-group .button::after {
    margin-left: auto
}

body.page-template-tpl-home .banner {
    background-color: #fff;
    padding-top: 140px;
    height: 200vh !important
}

body.page-template-tpl-home .banner svg {
    max-width: 100%;
    height: 210px
}

body.page-template-tpl-home .banner__videos-section {
    display: inline-flex;
    flex-wrap: nowrap;
    position: relative;
    height: 100vh;
    margin-top: -30vh;
    z-index: 1000 !important
}

body.page-template-tpl-home .banner__videos-section .banner-videos-background {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    opacity: 0
}

body.page-template-tpl-home .banner__video {
    width: 100%;
    margin-right: 250px
}

body.page-template-tpl-home .banner__video .video,
body.page-template-tpl-virtual-tour .banner__video .video {
    min-width: 100vw;
    min-height: 100vh;
    -o-object-fit: cover;
    object-fit: cover;
    aspect-ratio: unset
}

body.page-template-tpl-home .banner__video .video .cursor-content {
    top: auto;
    bottom: 30px;
    right: auto;
    left: 30px;
    transform: none !important
}

body.page-template-tpl-home .banner__video .video .video-foreground {
    left: -10%;
    width: 120%
}

body.page-template-tpl-home .banner__videos {
    display: flex;
    flex-wrap: nowrap;
    padding-right: 90vw
}

body.page-template-tpl-home .banner__videos .video-column,
body.page-template-tpl-home .our-purpose .colored-blocks {
    display: flex;
    flex-direction: column;
    justify-content: center
}

body.page-template-tpl-home .banner__videos .video-column .video:first-of-type {
    margin-bottom: 100px
}

body.page-template-tpl-home .banner__videos .video-column .video:nth-of-type(2) {
    margin-left: 150px
}

body.page-template-tpl-home .banner__videos .video-column .video .teaser--video {
    width: 400px;
    aspect-ratio: 400/260;
    overflow: visible
}

body.page-template-tpl-home .banner__videos .video-column .video .teaser--video .overlay-content-over {
    position: absolute;
    left: 40px;
    bottom: -15px
}

.block--columns-text body.page-template-tpl-home .banner__videos .video-column .video .teaser--video .overlay-content-over .h3:not(.title),
.block--columns-text body.page-template-tpl-home .banner__videos .video-column .video .teaser--video .overlay-content-over h3:not(.title),
body.page-template-tpl-home .banner__videos .video-column .video .teaser--video .overlay-content-over,
body.page-template-tpl-home .banner__videos .video-column .video .teaser--video .overlay-content-over .block--columns-text .h3:not(.title),
body.page-template-tpl-home .banner__videos .video-column .video .teaser--video .overlay-content-over .block--columns-text h3:not(.title) {
    display: inline;
    font-size: 24px;
    letter-spacing: -.6px;
    background-color: #000;
    margin: 0 !important;
    padding: 2px 8px;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone
}

body.page-template-tpl-home .banner__videos .video-column .video .teaser--video .overlay {
    display: none
}

body.page-template-tpl-home .banner__videos .video-column .video .teaser--video:hover .cursor-content {
    opacity: 1 !important
}

body.page-template-tpl-home .banner__videos .video-column .video .teaser--video:hover img,
body.page-template-tpl-home .banner__videos .video-column .video .teaser--video:hover picture {
    transform: none
}

body.page-template-tpl-home .big-picture-background {
    background-color: #fff;
    padding: 180px 0
}

body.page-template-tpl-home .big-picture-background .background-image {
    position: absolute;
    inset: 0;
    opacity: 0;
    pointer-events: none;
    transition: opacity .4s cubic-bezier(.215, .61, .355, 1)
}

body.page-template-tpl-home .big-picture-background .background-image img,
body.page-template-tpl-home .big-picture-background .background-image+img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

body.page-template-tpl-home .big-picture-background .big-picture__title {
    width: 100%;
    opacity: .07
}

body.page-template-tpl-home .big-picture .data-wrapper {
    justify-content: center;
    padding: 40px 0 50vh
}

body.page-template-tpl-home .big-picture .data {
    position: relative;
    padding: 60px 65px;
    width: 100%;
    height: auto
}

body.page-template-tpl-home .big-picture .data--2 {
    margin-top: 60%
}

body.page-template-tpl-home .big-picture .data--3 {
    margin-top: -30%
}

body.page-template-tpl-home .big-picture .data--4 {
    margin-top: 30%
}

body.page-template-tpl-home .big-picture .data--5 {
    margin-top: -30%
}

body.page-template-tpl-home .big-picture .data--6 {
    margin-top: 30%
}

body.page-template-tpl-home .big-picture .data__title {
    color: #101010;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #101010
}

body.page-template-tpl-home .big-picture .data__text {
    font-size: 21px
}

body.page-template-tpl-home .big-picture .data__button {
    position: absolute;
    bottom: -28px;
    margin-bottom: 0
}

body.page-template-tpl-home .big-picture .data.active .data__title {
    -webkit-text-fill-color: #101010
}

body.page-template-tpl-home .explore {
    padding: 50px 0 140px;
    margin-top: -85vh
}

body.page-template-tpl-home .meet-the-master {
    padding: 0 0 210px;
    margin-top: -70vh
}

body.page-template-tpl-home .meet-the-master__content {
    padding-top: 30vh;
    padding-bottom: 30vh
}

body.page-template-tpl-home .meet-the-master__title {
    color: #b6e4d7
}

body.page-template-tpl-home .meet-the-master__avatar {
    position: relative;
    width: 124px;
    height: 124px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 18px
}

body.page-template-tpl-home .our-purpose {
    padding: 4px 0 250px;
    margin-top: -130vh
}

body.page-template-tpl-home .our-purpose__title {
    color: #232222
}

body.page-template-tpl-home .our-purpose .colored-blocks__block {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 6px 32px;
    margin-bottom: 24px
}

body.page-template-tpl-home .on-the-ground {
    margin-top: -100vh
}

body.page-template-tpl-home .on-the-ground__title {
    color: #ffca42
}

body.page-template-tpl-home .on-the-ground .blocks-content {
    padding: 250px 0 100px;
    display: inline-flex;
    flex-wrap: nowrap;
    height: 100vh
}

body.page-template-tpl-home .on-the-ground .blocks-content__post {
    position: relative;
    display: contents
}

body.page-template-tpl-home .on-the-ground .blocks-content__post .teaser {
    height: 100%;
    margin: 0 80px;
    max-width: 100vw
}

body.page-template-tpl-home .on-the-ground .blocks-content__post:first-child {
    display: block;
    margin-left: 100vw !important
}

body.page-template-tpl-home .on-the-ground .blocks-content__post--last {
    display: block;
    margin-right: 10vw
}

body.page-template-tpl-home .on-the-ground .blocks-content .teaser--event {
    display: flex;
    aspect-ratio: 837/550;
    overflow: hidden
}

body.page-template-tpl-home .on-the-ground .blocks-content .teaser--event .teaser__title {
    flex: 1 0 0
}

body.page-template-tpl-home .our-values {
    padding: 0 0 100vh
}

body.page-template-tpl-home .our-values__title {
    color: #ffdd39
}

body.page-template-tpl-home .top-nav,
body.page-template-tpl-virtual-tour .top-nav {
    z-index: 2000
}

body.page-template-tpl-home .section-container--big-picture,
body.page-template-tpl-home .section-container--meet-the-master,
body.page-template-tpl-home .section-container--on-the-ground,
body.page-template-tpl-home .section-container--our-purpose,
body.page-template-tpl-home .section-container--our-values {
    min-height: 100vh
}

body.page-template-tpl-home .section-container--meet-the-master {
    z-index: 990
}

body.page-template-tpl-home .section-container--big-picture {
    z-index: 980
}

body.page-template-tpl-home .section-container--our-values {
    z-index: 970
}

body.page-template-tpl-home .section-container--our-purpose {
    z-index: 960
}

body.page-template-tpl-home .section-container--on-the-ground {
    z-index: 950
}

body.page-template-tpl-home .big-picture-background,
body.page-template-tpl-home .meet-the-master-background,
body.page-template-tpl-home .on-the-ground-background,
body.page-template-tpl-home .our-purpose-background,
body.page-template-tpl-home .our-values-background {
    position: fixed;
    inset: 0;
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    pointer-events: none
}

body.page-template-tpl-home .big-picture-background {
    justify-content: center
}

body.page-template-tpl-home .banner {
    position: relative;
    z-index: 1000
}

body.page-template-tpl-home .big-picture,
body.page-template-tpl-home .meet-the-master,
body.page-template-tpl-home .on-the-ground,
body.page-template-tpl-home .our-purpose,
body.page-template-tpl-home .our-values,
body.page-template-tpl-virtual-tour .virtual-tour {
    position: relative;
    z-index: 999
}

body.page-template-tpl-home .meet-the-master__title__wrapper,
body.page-template-tpl-home .on-the-ground__title__wrapper,
body.page-template-tpl-home .our-purpose__title__wrapper,
body.page-template-tpl-home .our-values__title__wrapper {
    width: 100vw
}

body.page-template-tpl-virtual-tour .banner {
    background-color: #fff;
    padding-top: 240px;
    height: 200vh !important
}

body.page-template-tpl-virtual-tour .banner__buttons {
    margin-top: -30px
}

body.page-template-tpl-virtual-tour .banner__buttons__button::after {
    padding-left: 8px
}

body.page-template-tpl-virtual-tour .section.college-tour {
    padding: 55vh 0 60px
}

body.page-template-tpl-virtual-tour .college-tour-background .title {
    opacity: .07
}

body.page-template-tpl-virtual-tour .section-container--college-tour {
    position: relative;
    min-height: 100vh;
    z-index: 990
}

body.page-template-tpl-virtual-tour .college-tour-background {
    position: fixed;
    inset: 0;
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center
}

body.page-template-tpl-virtual-tour .banner {
    position: relative;
    z-index: 1000
}

body.blog .featured-news {
    margin-top: 158px;
    margin-bottom: 20px
}

body.blog .featured-news .related-content {
    margin-top: 0;
    margin-bottom: 0
}

body.blog .featured-news .related-content .slick-slide:not(.slick-current) .teaser::after {
    content: "";
    position: absolute;
    z-index: 2;
    inset: 0;
    background-color: rgba(16, 16, 16, .3);
    cursor: pointer
}

body.page-id-176 .main,
body.page-id-6273 .main {
    padding-top: 525px
}

body.page-id-176 .teaser,
body.page-id-6273 .teaser,
body.post-type-archive-pastoral-portal .teaser.teaser--podcast {
    height: 100%
}

.twitter-links {
    margin: 40px 0
}

.twitter-links__links a {
    display: inline-flex;
    align-items: center;
    width: 33%;
    margin: 10px 0 !important;
    font-size: 18px;
    line-height: 20px
}

.twitter-links__links a::after {
    padding-left: 18px
}

.twitter-links__links a:active::after,
.twitter-links__links a:focus::after,
.twitter-links__links a:hover::after {
    padding-left: 12px
}

.related-content {
    margin-top: 60px;
    margin-bottom: 60px
}

.related-content .slick-list {
    overflow: visible
}

.related-content .slick-slide {
    padding: 0 21px
}

.related-content .custom-arrows {
    margin-top: 45px;
    margin-bottom: 45px;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    width: 100%
}

.related-content .custom-arrows .slick-arrow {
    display: flex;
    margin: 0 21px;
    cursor: pointer
}

.featured-news .custom-arrows__next img,
.related-content .custom-arrows__next img {
    margin-left: 12px
}

.featured-news .custom-arrows__prev img,
.related-content .custom-arrows__prev img {
    margin-right: 12px;
    transform: rotate(180deg)
}

.featured-news .related-content .block-yellow {
    position: absolute;
    z-index: -1;
    bottom: -20px;
    right: 0;
    width: 160px;
    height: 0;
    background-color: #f6aa1c;
    border-radius: 10px
}

.featured-news .related-content::before {
    content: "";
    width: 20vw;
    height: 16px;
    background-color: #621708;
    position: absolute;
    z-index: -1;
    bottom: -16px;
    left: -34vw;
    border-radius: 0 0 10px
}

.featured-news .related-content::after {
    content: "";
    width: 20vw;
    height: 16px;
    background-color: #023c40;
    position: absolute;
    z-index: -1;
    top: -16px;
    right: -27vw;
    border-radius: 10px 0 0
}

.featured-news .custom-arrows {
    margin-top: 8px
}

.block--columns-text .button,
.block--text-image__text .button {
    margin-top: 16px
}

.featured-news .custom-arrows__next,
.featured-news .custom-arrows__prev {
    display: inline-flex;
    cursor: pointer
}

.houses-grid {
    margin-top: 40px;
    margin-bottom: 40px
}

.houses-grid__header {
    padding: 50px 60px 225px;
    border-radius: 15px
}

.houses-grid__houses {
    margin-top: -185px
}

.houses-grid select.houses {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 2px solid #fff;
    border-radius: 30px;
    text-align: left;
    padding: 20px 40px 20px 20px;
    width: 100%;
    cursor: pointer;
    color: #fff;
    background: url(../../assets/image/arrow/dn-white-arrow.svg) 0 0/12px no-repeat;
    background-position: calc(100% - 14px) 30px
}

.houses-grid__item,
.houses-grid__item:active .houses-grid__item__picture,
.houses-grid__item:focus .houses-grid__item__picture,
.houses-grid__item:hover .houses-grid__item__picture {
    border-radius: 20px
}

.houses-grid select.houses option {
    color: #000 !important
}

.houses-grid__item {
    position: relative;
    overflow: hidden
}

.houses-grid__item__picture {
    width: 100%;
    height: auto;
    aspect-ratio: 397/280;
    -o-object-fit: cover;
    object-fit: cover
}

.houses-grid__item__data {
    position: absolute;
    bottom: 20px;
    left: 30px;
    width: calc(100% - 60px)
}

.houses-grid__item__data .house-logo {
    background-color: #fff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    padding: 8px
}

.part--continue-your-journey {
    margin: 140px 0
}

.tablesorter select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    font-weight: 700;
    color: #101010
}

.tablesorter td {
    color: #fff;
    font-weight: 400
}

.tablesorter thead th:not(.skip-filter)::after {
    content: url("../img/scroll-arrow--black.svg");
    position: absolute;
    top: 10px;
    right: 30px;
    transform: scale(.8);
    pointer-events: none
}

.tablesorter tbody a {
    font-size: inherit
}

body.single-post .block--columns-text {
    margin-top: 80px
}

body.single-the-masters-voice .banner+.main>.block:first-child.block--columns-text {
    margin-top: -55px
}

body.single-the-masters-voice .block--gallery {
    margin-top: 60px;
    margin-bottom: 75px
}

.banner--post+.main>.block:first-child.block--columns-text {
    margin-top: 80px !important
}

.banner--simple+.main>.block--table {
    margin-top: 20px
}

main#main+.block--continue-your-journey {
    margin-top: 100px
}

.block--accordion {
    margin-top: 50px;
    margin-bottom: 90px
}

.block--accordion .accordion__title {
    padding-right: 50px;
    font-weight: 600
}

.block--accordion .accordion__item {
    border-bottom: 1px solid #101010
}

.block--accordion .accordion__trigger {
    position: relative;
    padding: 25px 0;
    cursor: pointer
}

.block--accordion .accordion__content--wrapper .accordion__content {
    padding: 0 30px 50px 0
}

.block--accordion .accordion__trigger-icon {
    position: absolute;
    top: 20px;
    right: 0;
    width: 33px;
    height: 33px
}

.block--accordion .accordion__plus {
    position: absolute;
    top: 0;
    right: 0;
    width: 34px;
    height: 34px
}

.block--accordion .accordion__plus:after,
.block--accordion .accordion__plus:before {
    content: "";
    position: absolute;
    background-color: #f6aa1c;
    transition: transform .4s cubic-bezier(.215, .61, .355, 1)
}

.block--accordion .accordion--yellow .accordion__plus:after,
.block--accordion .accordion--yellow .accordion__plus:before,
.block--columns-text .accent-color-yellow .blockquote-line {
    background-color: #7d84b2
}

.block--accordion .accordion__plus:before {
    top: 0;
    left: 16px;
    width: 2px;
    height: 100%
}

.block--accordion .accordion__plus:after {
    top: 16px;
    left: 0;
    width: 100%;
    height: 2px;
    transform-origin: center
}

.block--accordion .accordion .open .accordion__plus:before {
    transform: rotate(-90deg)
}

.block--accordion .accordion--green .accordion__plus:after,
.block--accordion .accordion--green .accordion__plus:before {
    background-color: #023c40
}

@media (max-width:991.98px) {
    .next.page-numbers span {
        font-size: 0px
    }

    .nav-links {
        display: flex;
        align-items: center;
        justify-content: center
    }

    .pagination {
        padding-top: 300px;
        margin: -280px 0 30px
    }

    .pagination .page-numbers {
        width: 50px;
        height: 50px
    }

    .pagination .prev::before {
        left: 9px;
        top: 14px
    }

    .pagination .next::before {
        right: 9px;
        top: 19px
    }

    body.page-template-tpl-contact main.main {
        padding-top: 160px
    }

    body.page-template-tpl-contact .svg-title {
        display: block;
        width: 480px;
        max-width: 80%;
        margin-left: auto;
        margin-right: auto
    }

    .houses-grid,
    body.page-template-tpl-contact .contact-form {
        margin-bottom: 100px
    }

    body.page-template-tpl-contact .contact-form .contact-block-yellow {
        width: 20px
    }

    body.page-template-tpl-contact .contact-block-green {
        right: 0 !important;
        width: 15px
    }

    body.page-template-tpl-whats-new .instagram-icon svg {
        width: 240px
    }

    body.page-template-tpl-whats-new .instagram-feed {
        padding: 110px 0 60px
    }

    body.page-template-tpl-whats-new .instagram-feed__post {
        width: 260px;
        min-width: 260px;
        margin: 0 20px
    }

    body.page-template-tpl-whats-new .instagram-metadata {
        padding-bottom: 40px
    }

    body.page-template-tpl-home .on-the-ground .blocks-content__post .teaser {
        width: 95vw
    }

    body.page-template-tpl-virtual-tour .banner {
        padding-top: 170px
    }

    body.page-id-176 .main,
    body.page-id-6273 .main {
        padding-top: 350px
    }

    .twitter-links__links a {
        width: 50%
    }

    .part--continue-your-journey {
        margin: 90px 0 40px
    }

    .block--accordion {
        margin-bottom: 70px
    }

    .block--accordion .accordion__plus {
        width: 25px;
        height: 25px
    }

    .block--accordion .accordion__plus:before {
        left: 12px
    }

    .block--accordion .accordion__plus:after {
        top: 12px
    }
}

@media (max-width:767.98px) {

    .related-content,
    body.page-template-tpl-contact .contact-form {
        margin-bottom: 60px
    }

    .teaser--video .cursor-content {
        width: 40px;
        height: 40px
    }

    .pagination .page-numbers span,
    .teaser--video .cursor-content__title {
        display: none
    }

    .pagination {
        padding-top: 260px;
        padding-bottom: 50px
    }

    .pagination .page-numbers {
        width: 30px;
        height: 30px
    }

    .pagination .prev::before {
        top: 4px;
        left: -2px
    }

    .pagination .next::before {
        top: 8px;
        right: 0
    }

    .notification.popup {
        padding: 40px 30px
    }

    .notification.popup .close-button {
        transform: scale(.7);
        top: 5px;
        right: 5px
    }

    body.page-template-tpl-contact main.main {
        padding-top: 150px
    }

    body.page-template-tpl-whats-new .instagram-feed__post__caption {
        padding: 20px
    }

    body.page-template-tpl-whats-new .instagram-feed__post__caption p {
        font-size: 11px
    }

    body.page-template-tpl-home .banner__videos .video-column .video .teaser--video {
        width: 95vw
    }

    body.page-template-tpl-home .banner__videos .video-column .video .teaser--video .overlay-content-over {
        left: 25px
    }

    .block--columns-text body.page-template-tpl-home .banner__videos .video-column .video .teaser--video .overlay-content-over .h3:not(.title),
    .block--columns-text body.page-template-tpl-home .banner__videos .video-column .video .teaser--video .overlay-content-over h3:not(.title),
    body.page-template-tpl-home .banner__videos .video-column .video .teaser--video .overlay-content-over,
    body.page-template-tpl-home .banner__videos .video-column .video .teaser--video .overlay-content-over .block--columns-text .h3:not(.title),
    body.page-template-tpl-home .banner__videos .video-column .video .teaser--video .overlay-content-over .block--columns-text h3:not(.title) {
        display: inline;
        font-size: 18px
    }

    body.page-template-tpl-home .big-picture .data {
        margin: 0 0 80px;
        padding: 40px 30px;
        min-height: 0
    }

    body.page-template-tpl-home .big-picture .data__text {
        font-size: 18px
    }

    body.page-template-tpl-home .meet-the-master__avatar {
        width: 100px;
        height: 100px
    }

    body.page-template-tpl-home .our-purpose .colored-blocks__block {
        padding: 10px 18px 2px
    }

    body.page-template-tpl-home .on-the-ground .blocks-content {
        padding: 160px 100vw 200px 0
    }

    body.page-template-tpl-home .on-the-ground .blocks-content__post .teaser {
        width: 98vw
    }

    body.page-template-tpl-virtual-tour .banner {
        height: auto !important;
        padding-top: 130px
    }

    body.page-template-tpl-virtual-tour .section.college-tour {
        padding: 100px 0 60px
    }

    body.page-template-tpl-virtual-tour .section-container--college-tour {
        min-height: 0
    }

    body.blog .featured-news {
        margin-top: 130px
    }

    body.blog .featured-news .related-content {
        margin-top: 0
    }

    body.page-id-176 .main,
    body.page-id-6273 .main {
        padding-top: 210px
    }

    .twitter-links__links a {
        width: 100%;
        padding: 5px 0
    }

    .related-content {
        margin-top: 90px
    }

    .houses-grid,
    main#main+.block--continue-your-journey {
        margin-top: 70px
    }

    .houses-grid {
        margin-bottom: 80px
    }

    .houses-grid__header {
        padding: 40px 30px 100px
    }

    .houses-grid__houses {
        margin-top: -65px
    }

    .banner--post+.main>.block:first-child.block--columns-text {
        margin-top: 40px !important
    }

    .block--accordion {
        margin-top: 40px;
        margin-bottom: 50px
    }

    .block--accordion .accordion__trigger {
        padding: 20px 0
    }

    .block--accordion .accordion__plus {
        width: 18px;
        height: 18px
    }

    .block--accordion .accordion__plus:before {
        left: 9px
    }

    .block--accordion .accordion__plus:after {
        top: 9px
    }
}

.block--gallery {
    margin-top: 80px;
    margin-bottom: 80px
}

.block--gallery .gallery__item.object-fit img {
    width: 100%;
    height: 20vw;
    min-height: 240px
}

.block--gallery figcaption {
    font-size: 12px;
    margin: 4px 0 -25px
}

.block--gallery--slider .gallery__item.object-fit img {
    width: 100%;
    height: auto;
    aspect-ratio: 837/514;
    -o-object-fit: cover;
    object-fit: cover
}

.block--gallery--slider .custom-arrows__next,
.block--gallery--slider .custom-arrows__prev {
    position: absolute;
    bottom: -8px;
    width: 20%;
    display: flex;
    align-items: center;
    cursor: pointer
}

.block--gallery--slider .custom-arrows__prev img {
    margin-right: 10px;
    transform: rotate(180deg)
}

.block--gallery--slider .custom-arrows__next {
    right: 5px
}

.block--gallery--slider .custom-arrows__next img {
    margin-left: 10px
}

@media (max-width:767.98px) {
    .block--gallery {
        margin-top: 50px;
        margin-bottom: 50px
    }
}

.block--text-image__background {
    padding: 100px 0 90px;
    margin-left: 150px;
    border-radius: 20px
}

.block--text-image__image {
    margin-left: -49px;
    padding-right: 35px
}

.block--text-image__text {
    margin: 20px 0 40px
}

.block--text-image__text p+.h2,
.block--text-image__text p+.h3,
.block--text-image__text p+.h4,
.block--text-image__text p+.h5,
.block--text-image__text p+.h6,
.block--text-image__text p+h2,
.block--text-image__text p+h3,
.block--text-image__text p+h4,
.block--text-image__text p+h5,
.block--text-image__text p+h6 {
    margin-top: 40px
}

.block--text-image .image-is-right .block--text-image__background {
    margin-left: 0;
    margin-right: 70px
}

.block--text-image .image-is-right .block--text-image__image {
    margin-left: 49px;
    padding-right: 0;
    padding-left: 70px
}

.block--text-image .background-is-short .block--text-image__image {
    margin-left: -14px;
    padding-left: 0;
    padding-top: 70px;
    padding-bottom: 70px;
    max-height: 100vh
}

.block--text-image .background-is-short .block--text-image__image.right {
    margin-left: 95px
}

.block--text-image .background-is-short .block--text-image__background {
    border-radius: 20px
}

.block--text-image .background-is-short.image-is-right .block--text-image__image {
    margin-left: -21px;
    padding-left: 21px
}

.block--text-image .background-is-short.image-is-right .block--text-image__background {
    margin-left: 0;
    margin-right: 0;
    width: 100vw
}

@media (max-width:991.98px) {
    .block--text-image__background {
        padding: 40px;
        margin-left: 0
    }

    .block--text-image__image {
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-left: -65px;
        width: calc(100% + 19px)
    }

    .block--text-image__text {
        margin-top: 30px;
        margin-bottom: 0
    }

    .block--text-image .image-is-right .block--text-image__background {
        margin-right: 0
    }

    .block--text-image .image-is-right .block--text-image__image {
        margin-left: 22px
    }

    .block--text-image .column-image {
        width: 100%;
        height: auto;
        aspect-ratio: 350/260;
        -o-object-fit: cover;
        object-fit: cover
    }
}

@media (max-width:767.98px) {
    .block--text-image__image {
        margin-left: -22px
    }

    .block--text-image .column-image {
        aspect-ratio: 350/330
    }

    .block--text-image .background-is-short .column-image {
        aspect-ratio: 350/340
    }
}

.block--video {
    overflow: hidden
}

.block--video .video {
    pointer-events: none;
    width: 100%;
    height: auto;
    aspect-ratio: 1440/900;
    cursor: pointer
}

.block--video .video-background iframe,
.block--video .video-background video,
.block--video .video-foreground {
    position: absolute;
    top: 0;
    left: -3%;
    width: 106%;
    height: 100%;
    pointer-events: none
}

.block--video .cursor-content {
    pointer-events: none;
    position: absolute;
    z-index: 90;
    top: -80px;
    left: -80px;
    opacity: 0;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background-color: #000;
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.block--video .cursor-content__title {
    font-size: 15px;
    line-height: 18px;
    color: #fff;
    text-align: center;
    margin-bottom: 15px
}

.block--video .cursor-content svg {
    position: relative;
    left: 3px
}

.block--video .cursor-content img {
    width: 25px;
    height: auto
}

@media (max-width:991.98px) {
    .block--video .cursor-content {
        width: 120px;
        height: 120px;
        top: 50% !important;
        left: 50% !important;
        transform: translate(-50%, -50%) !important
    }

    .block--video .cursor-content__title {
        font-size: 14px;
        line-height: 16px;
        margin-bottom: 5px
    }

    .block--video .cursor-content img {
        width: 20px
    }

    .block--video .video-background iframe {
        left: -70%;
        width: 240%
    }
}

@media (max-width:767.98px) {
    .block--video .cursor-content {
        display: none
    }

    .block--video .video-background iframe,
    .block--video .video-foreground {
        left: 0;
        width: 100%
    }

    .block--video .video-mobile-title-section {
        position: absolute;
        left: 30px;
        bottom: 0;
        padding: 30px 18px
    }

    .block--video .video-mobile-title-section__icon {
        background: #101010;
        border-radius: 50%;
        width: 50px;
        height: 50px;
        margin-right: 10px;
        display: flex;
        align-items: center;
        justify-content: center
    }

    .block--video .video-mobile-title-section__icon svg {
        width: 15px;
        height: auto
    }
}

@media (max-width:575.98px) {
    body.page-template-tpl-contact .contact-links .button {
        width: 240px;
        padding: 18px 15px
    }

    body.page-template-tpl-whats-new .instagram-icon svg {
        width: 180px;
        top: 40px;
        transform: translateX(-40%)
    }

    body.page-template-tpl-whats-new .instagram-feed {
        padding: 50px 0 30px
    }

    body.page-template-tpl-whats-new .instagram-feed .slick-slide {
        margin: 0 20px
    }

    body.page-template-tpl-whats-new .instagram-feed .slick-list {
        margin: 0 -20px
    }

    body.page-template-tpl-whats-new .instagram-feed__post {
        width: 160px;
        min-width: 160px;
        margin: 0 10px
    }

    body.page-template-tpl-whats-new .instagram-metadata {
        padding-top: 0;
        padding-bottom: 30px
    }

    .related-content {
        margin-top: 60px;
        margin-bottom: 40px
    }

    .related-content .slick-slide {
        padding: 0 10px
    }

    .related-content .custom-arrows {
        margin-top: 25px;
        margin-bottom: 25px
    }

    .houses-grid__header {
        display: block !important;
        margin: -21px
    }

    .part--continue-your-journey {
        margin: 50px 0 60px;
        padding: 0 18px
    }

    .block--text-image .background-is-short .block--text-image__image {
        padding-top: 20px;
        padding-bottom: 20px;
        margin: 0 !important
    }

    .block--video .video-background iframe {
        left: -120%;
        width: 340%
    }
}

.block--columns-text {
    margin: 90px 0 50px
}

.block--columns-text .h2,
.block--columns-text .h3,
.block--columns-text .h4,
.block--columns-text .h5,
.block--columns-text .h6,
.block--columns-text h2,
.block--columns-text h3,
.block--columns-text h4,
.block--columns-text h5,
.block--columns-text h6 {
    margin-bottom: 28px
}

.block--columns-text p+.h2,
.block--columns-text p+.h3,
.block--columns-text p+.h4,
.block--columns-text p+.h5,
.block--columns-text p+.h6,
.block--columns-text p+h2,
.block--columns-text p+h3,
.block--columns-text p+h4,
.block--columns-text p+h5,
.block--columns-text p+h6 {
    margin-top: 40px;
    margin-bottom: 15px
}

.block--columns-text picture.size-full {
    display: block;
    margin: 40px 0 48px
}

.block--columns-text iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 835/470
}

.block--columns-text blockquote {
    margin: 60px 0
}

.block--columns-text .blockquote-line {
    display: block;
    width: 40px;
    height: 100%;
    background-color: #023c40;
    position: absolute;
    left: 0
}

.block--columns-text ol {
    list-style: none;
    counter-reset: li
}

.block--columns-text ol li {
    display: flex;
    align-items: center;
    counter-increment: li;
    margin-bottom: 5px
}

.block--columns-text ol li:before {
    content: counter(li);
    color: #101010;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: auto;
    width: 41px;
    flex: 1 0 0;
    max-width: 41px;
    min-width: 41px;
    aspect-ratio: 1;
    margin-left: -1.5em;
    margin-right: 8px;
    text-align: center;
    direction: rtl;
    border-radius: 50%;
    border: 1px solid #7d84b2;
    transform: scale(.8)
}

.block--columns-text .accent-color-green .blockquote-line,
.block--table table thead,
.block--table table.color-green thead {
    background-color: #023c40
}

@media (max-width:991.98px) {
    .block--columns-text {
        margin: 60px 0 50px
    }
}

@media (max-width:767.98px) {
    .block--columns-text {
        margin: 40px 0 30px
    }

    .block--columns-text blockquote {
        margin: 30px 0
    }

    .block--columns-text .blockquote-line {
        width: 5px
    }

    .block--columns-text picture.size-full {
        margin: 45px 0 50px
    }
}

.block--table {
    margin: 140px 0
}

.block--table table {
    width: 100%;
    border: 1px solid #eee
}

.block--table table thead th {
    font-size: 20px;
    letter-spacing: -.25px;
    color: #000;
    padding: 20px 24px;
    border-right: 1px solid #ddd
}

.block--table table tbody td {
    font-size: 19px;
    color: #101010;
    padding: 20px 24px;
    border-right: 1px solid #ddd
}

.block--table table.color-orange thead {
    background-color: #f6aa1c
}

.block--table table.color-yellow thead {
    background-color: #7d84b2
}

@media (max-width:991.98px) {
    .block--table {
        margin: 100px 0
    }
}

@media (max-width:767.98px) {
    .block--table {
        margin: 70px 0
    }

    .block--table table tbody th,
    .block--table table thead th {
        padding: 15px
    }
}

.block--3-images {
    margin: 160px 0
}

.block--3-images .image-1-wrapper,
.block--3-images .image-2-wrapper,
.block--3-images .image-3-wrapper {
    position: relative;
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover
}

.block--3-images .image-1-wrapper {
    aspect-ratio: 837/586
}

.block--3-images .image-2-wrapper {
    aspect-ratio: 618/404
}

.block--3-images .image-3-wrapper {
    margin-top: calc(50% - 30px);
    aspect-ratio: 397/549
}

@media (max-width:991.98px) {
    .block--3-images {
        margin: 90px 0
    }
}

@media (max-width:767.98px) {

    .block--3-images .image-1-wrapper,
    .block--3-images .image-2-wrapper,
    .block--3-images .image-3-wrapper {
        aspect-ratio: 600/450
    }

    .block--3-images .image-3-wrapper,
    .block--3-images .order-2 .image-1-wrapper {
        margin-top: 30px
    }

    .block--3-images .order-1 .image-3-wrapper {
        margin-top: 0
    }
}

.block--featured-article {
    margin: 170px auto
}

@media (max-width:991.98px) {
    .block--featured-article {
        margin: 70px auto 120px
    }
}

@media (max-width:575.98px) {
    .block--featured-article {
        margin: 50px auto 60px
    }
}

.block--blockquote {
    margin: 100px 0
}

.block--blockquote__background {
    position: relative;
    padding: 40px;
    margin-left: 70px
}

.block--blockquote__background::after {
    content: "";
    width: 40vw;
    height: 100%;
    background-color: inherit;
    position: absolute;
    top: 0;
    left: calc(100% - 1px)
}

.block--blockquote__avatar {
    position: relative;
    width: 100%;
    max-width: 170px;
    height: auto;
    aspect-ratio: 1;
    border-radius: 50%;
    overflow: hidden;
    margin: 60px 0 60px -140px
}

.block--blockquote .button-wrapper {
    position: relative;
    display: flex;
    justify-content: flex-end;
    margin-top: -110px;
    margin-right: -70px
}

@media (min-width:1400px) {
    .block--blockquote__avatar {
        max-width: none;
        width: 220px
    }
}

@media (max-width:1199.98px) {
    body.page-template-tpl-whats-new .match-column-half>article {
        height: auto
    }

    .block--blockquote .button-wrapper {
        margin-right: 0
    }

    .block--blockquote__avatar {
        max-width: none;
        width: 120px
    }
}

@media (max-width:991.98px) {
    .block--blockquote {
        margin: 80px 0
    }

    .block--blockquote__background {
        padding: 40px 30px
    }

    .block--blockquote__avatar {
        margin-left: -60px
    }

    .data__button {
        width: 100% !important;
        margin-top: 20px;
        font-size: 18px !important
    }

    .site-footer__colored-block {
        padding: 0 !important
    }

    .site-footer .website .logo {
        height: 24px !important;
        padding-left: 4px !important;
    }

    .bottom-row .website {
        margin-bottom: 20px !important
    }

    .menu-social {
        flex-direction: column-reverse !important;
        justify-content: start !important
    }

    .menu-social .search-box-button {
        width: 100%
    }

    .menu-social .social-media {
        width: 100%;
        margin-bottom: 20px
    }
}

@media (max-width:767.98px) {
    .block--blockquote {
        margin: 120px 0 80px
    }

    .block--blockquote__background {
        margin-left: calc(var(--bs-gutter-x) * -.5);
        margin-right: calc(var(--bs-gutter-x) * -.5)
    }

    .block--blockquote__avatar {
        width: 100px;
        margin: -90px 0 0
    }

    .block--blockquote .button-wrapper {
        margin-top: 0;
        display: block
    }
}

@media (max-width:575.98px) {
    .block--blockquote {
        margin: 50px 0
    }

    .block--blockquote .with-avatar {
        margin-top: 40px
    }
}

.block--isams-form {
    margin-top: 100px;
    margin-bottom: 100px
}

.team-member--with-pictures .team-member__picture-wrapper {
    position: relative;
    width: calc(100% - 70px);
    aspect-ratio: 330/410
}

.team-member--with-pictures .team-member__picture {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.team-member--with-pictures .team-member__data {
    margin-top: -70px;
    padding: 82px 20px 20px
}