.custom__edit--info {
    position: fixed;
    width: 40px;
    height: 40px;
    bottom: 1em;
    right: 1em;
    z-index: 3000;
    border-radius: 50%;
    padding: 0;
    text-align: center;
    margin: 1em;
    background: #745B99;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.35);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.35)
}
.custom__edit--info svg {
    line-height: 40px;
    height: 40px;
    width: 40px;
    cursor: pointer
}
.custom__edit--info div {
    position: absolute;
    display: block;
    white-space: nowrap;
    bottom: 0;
    right: 100%;
    border-radius: 4px;
    padding: 0 2em;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
    background: inherit;
    opacity: 0;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    visibility: hidden;
    -webkit-transition: opacity .2s ease, visibility 0s ease .2s, -webkit-transform .2s ease;
    transition: opacity .2s ease, visibility 0s ease .2s, -webkit-transform .2s ease;
    -o-transition: transform .2s ease, opacity .2s ease, visibility 0s ease .2s;
    transition: transform .2s ease, opacity .2s ease, visibility 0s ease .2s;
    transition: transform .2s ease, opacity .2s ease, visibility 0s ease .2s, -webkit-transform .2s ease
}
.custom__edit--info p {
    white-space: nowrap;
    line-height: 1.8;
    text-align: left;
    text-transform: none
}
.custom__edit--info small {
    margin-right: 5px;
    opacity: .75;
    text-transform: uppercase;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.custom__edit--info:hover div {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(-1em);
    -ms-transform: translateX(-1em);
    transform: translateX(-1em);
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s
}
.content__path, .content__share .content__share__list, .reset__ul, .subnav__list {
    margin: 0;
    padding: 0;
    list-style: none;
    z-index: 1
}
.reset__a {
    text-decoration: none;
    color: inherit
}
.reset__button {
    padding: 0;
    margin: 0;
    background: transparent;
    border: 0;
    outline: 0
}
.parent {
    position: relative;
    width: 100%;
    overflow: hidden
}
.container {
    display: flow-root;
    position: relative;
    width: 100%
}
@media (-ms-high-contrast:active), (-ms-high-contrast:none) {
    .container {
        overflow: hidden
    }
}
.center {
    position: relative;
    display: flow-root;
    width: 90%;
    max-width: 1270px;
    margin-left: auto;
    margin-right: auto
}
@media (min-width:1409.7px) and (min-width:1409.7px) {
    .spread--both {
        padding-left: calc(50% - 635px);
        padding-right: calc(50% - 635px)
    }
}
@media (min-width:1409.7px) and (min-width:1409.7px) {
    .spread--left {
        padding-left: calc(50% - 635px)
    }
}
@media (min-width:1409.7px) and (min-width:1409.7px) {
    .spread--right {
        padding-right: calc(50% - 635px)
    }
}
.inline {
    display: inline-block;
    vertical-align: top
}
.block {
    display: block
}
.cover, .hero__media {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}
.fit, .lazy__load__img img, img[loading=lazy] {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}
.f__uppercase {
    text-transform: uppercase
}
.f__display {
    font-family: var(--font-heading)
}
.f__center {
    text-align: center
}
.f__left {
    text-align: left
}
.f__right {
    text-align: right
}
.col__pri {
    color: var(--col-pri)
}
.col__sec {
    color: var(--col-sec)
}
.col__ter {
    color: var(--col-ter)
}
.col__white {
    color: #FFF
}
.bg__pri {
    background-color: var(--col-pri)
}
.bg__sec {
    background-color: var(--col-sec)
}
.bg__ter {
    background-color: var(--col-ter)
}
.bg__white {
    background: #fff
}
.block__pri {
    background-color: var(--col-pri);
    color: var(--col-pritxt)
}
.block__sec {
    background-color: var(--col-sec);
    color: var(--col-sectxt)
}
.circle {
    position: relative;
    border-radius: 50%;
    overflow: hidden;
    z-index: 1
}
.none {
    display: none
}
.hide {
    width: 0px;
    height: 0px;
    position: absolute;
    overflow: hidden;
    left: 200vw;
    font-size: 0;
    visibility: hidden
}
.content__region {
    position: relative;
    line-height: 1.5;
    color: #444444
}
.content__region h2, .content__region h3, .content__region h4, .content__region h5, .content__region h6 {
    color: var(--col-pri);
    font-family: var(--font-heading);
    margin: 1em 0 0
}
.content__region h2 {
    font-size: clamp(26px, 6vw, 2.5em)
}
.content__region h3 {
    font-size: clamp(22px, 5vw, 2em)
}
.content__region h4 {
    font-size: clamp(20px, 4vw, 1.5em)
}
.content__region h5 {
    font-size: clamp(16px, 3vw, 1.25em)
}
.content__region .intro {
    font-size: 1.125em;
    margin: 1.5em 0
}
.content__region a {
    color: #4587D0;
    text-decoration: underline;
    -webkit-text-decoration-color: rgba(69, 135, 208, 0.2);
    text-decoration-color: rgba(69, 135, 208, 0.2)
}
.content__region>img {
    max-width: 100%;
    height: auto;
    border: 1px solid #707070
}
.content__region img[style*=right] {
    margin: 0 0 1em 1em
}
.content__region img[style*=left] {
    margin: 0 1em 1em 0
}
.content__share {
    width: 100%
}
.content__share .content__share__list {
    text-align: right
}
.content__share .content__share__list__icon {
    display: inline-block;
    font-size: 1.3em;
    margin-left: 5px;
    -webkit-transition: background .3s ease;
    -o-transition: background .3s ease;
    transition: background .3s ease
}
.content__share .content__share__list__icon a {
    display: block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: #fff;
    font-weight: 300;
    border: 1px solid
}
.content__share .content__share__list__icon--twitter {
    background: #1da1f2;
    border-color: #064870
}
.content__share .content__share__list__icon--twitter:hover {
    background: #4db5f5
}
.content__share .content__share__list__icon--facebook {
    background: #1877f2;
    border-color: #06326b
}
.content__share .content__share__list__icon--facebook:hover {
    background: #4893f5
}
.content__share .content__share__list__icon--linkedin {
    background: #007bb5;
    border-color: #00131c
}
.content__share .content__share__list__icon--linkedin:hover {
    background: #009ee8
}
.content__share .content__share__list__icon--email {
    background: rgba(68, 68, 68, 0)
}
.content__share .content__share__list__icon--email a {
    border-color: rgba(68, 68, 68, 0.3);
    color: #444444
}
.content__share .content__share__list__icon--email:hover {
    background: rgba(68, 68, 68, 0.1)
}
@-webkit-keyframes marquee {
    0% {
        -webkit-transform: translateX(100vw);
        transform: translateX(100vw)
    }
    to {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}
@keyframes marquee {
    0% {
        -webkit-transform: translateX(100vw);
        transform: translateX(100vw)
    }
    to {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}
@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}
/*! normalize.css v1.1.2 | MIT License | git.io/normalize */

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block
}
audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1
}
audio:not([controls]) {
    display: none;
    height: 0
}
[hidden] {
    display: none
}
html {
    font-size: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}
button, html, input, select, textarea {
    font-family: sans-serif
}
body {
    margin: 0
}
a:focus {
    outline: thin dotted
}
a:active, a:hover {
    outline: 0
}
h1 {
    font-size: 2em;
    margin: 0.67em 0
}
h2 {
    font-size: 1.5em;
    margin: 0.83em 0
}
h3 {
    font-size: 1.17em;
    margin: 1em 0
}
h4 {
    font-size: 1em;
    margin: 1.33em 0
}
h5 {
    font-size: 0.83em;
    margin: 1.67em 0
}
h6 {
    font-size: 0.67em;
    margin: 2.33em 0
}
abbr[title] {
    border-bottom: 1px dotted
}
b, strong {
    font-weight: bold
}
blockquote {
    margin: 1em 40px
}
dfn {
    font-style: italic
}
hr {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}
mark {
    background: #ff0;
    color: #000
}
p, pre {
    margin: 1em 0
}
code, kbd, pre, samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em
}
pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word
}
q {
    quotes: none
}
q:after, q:before {
    content: '';
    content: none
}
small {
    font-size: 80%
}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}
sup {
    top: -0.5em
}
sub {
    bottom: -0.25em
}
dl, menu, ol, ul {
    margin: 1em 0
}
dd {
    margin: 0 0 0 40px
}
menu, ol, ul {
    padding: 0 0 0 40px
}
nav ol, nav ul {
    list-style: none;
    list-style-image: none
}
img {
    border: 0;
    -ms-interpolation-mode: bicubic
}
svg:not(:root) {
    overflow: hidden
}
figure {
    margin: 0
}
form {
    margin: 0
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0;
    padding: 0.35em 0.625em 0.75em
}
legend {
    border: 0;
    padding: 0;
    white-space: normal;
    *margin-left: -7px
}
button, input, select, textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle
}
button, input {
    line-height: normal
}
button, select {
    text-transform: none
}
button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
    *overflow: visible
}
button[disabled], html input[disabled] {
    cursor: default
}
input[type=checkbox], input[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    *height: 13px;
    *width: 13px
}
input[type=search] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}
button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0
}
textarea {
    overflow: auto;
    vertical-align: top
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
body {
    font-size: 100%
}
.mason, body, html {
    width: 100%;
    height: 100%
}
body {
    background: #CCCCCC
}
.mason *, .mason :after, .mason :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    *behavior: url("/_includes/polyfills/boxsizing.htc")
}
.mason--resizing * {
    -webkit-transition: none;
    -o-transition: none;
    transition: none
}
.mason {
    width: 1024px;
    min-height: 100%;
    height: auto!important;
    height: 100%;
    margin: 0 auto;
    clear: both;
    position: relative;
    overflow: hidden;
    background: #FFFFFF
}
@media (min-width:0px) {
    .mason {
        width: auto
    }
}
.mason {
    color: #444444;
    font-family: var(--font-body)
}
button, input, select, textarea {
    font-family: var(--font-body)
}
.video {
    max-width: 100%;
    position: relative;
    background: #000
}
.video iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    border: 0
}
.region h1, .region h2, .region h3, .region h4, .region h5, .region h6 {
    color: var(--col-pri);
    font-family: var(--font-heading);
    font-weight: normal;
    line-height: 1.5em
}
.region a {
    color: #4587D0;
    text-decoration: none
}
.region hr {
    width: 100%;
    height: 0;
    margin: 0;
    border: 0;
    border-bottom: 1px solid #E0E0E0
}
.region iframe, .region img {
    max-width: 100%
}
.region img {
    height: auto!important
}
.region img[data-fill] {
    max-width: none
}
.region figure {
    max-width: 100%;
    padding: 2px;
    margin: 1em 0;
    border: 1px solid #E0E0E0;
    background: #F8F8F8
}
.region figure img {
    clear: both
}
.region figure figcaption {
    clear: both
}
.region blockquote {
    margin: 1em 0;
    padding: 0 0 0 1em
}
.region table {
    max-width: 100%;
    margin: 1em 0;
    clear: both;
    border: 1px solid #E0E0E0;
    background: #F8F8F8
}
.region td, .region th {
    text-align: left;
    padding: 0.25em 0.5em;
    border: 1px solid #E0E0E0
}
.region label {
    margin-right: .5em;
    display: block
}
.region legend {
    padding: 0 .5em
}
.region label em, .region legend em {
    color: #CF1111;
    font-style: normal;
    margin-left: .2em
}
.region input {
    max-width: 100%
}
.region input[type=number], .region input[type=password], .region input[type=text] {
    width: 18em;
    height: 2em;
    display: block;
    padding: 0 0 0 .5em;
    border: 1px solid #E0E0E0
}
.region input[type=checkbox], .region input[type=radio] {
    width: 1em;
    height: 1em;
    margin: .4em
}
.region textarea {
    max-width: 100%;
    display: block;
    padding: .5em;
    border: 1px solid #E0E0E0
}
.region select {
    max-width: 100%;
    width: 18em;
    height: 2em;
    padding: .2em;
    border: 1px solid #E0E0E0
}
.region select[size] {
    height: auto;
    padding: .2em
}
.region fieldset {
    border-color: #E0E0E0
}
.captcha {
    display: block;
    margin: 0 0 1em
}
.captcha__help {
    max-width: 28em
}
.captcha__help--extended {
    max-width: 26em
}
.captcha__elements {
    width: 200px
}
.btn {
    height: auto;
    margin-top: -1px;
    display: inline-block;
    padding: 0 1em;
    color: #4587D0;
    line-height: 2.8em;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
    border: 1px solid #4587D0;
    background: transparent;
    -webkit-transition: background .4s, color .4s;
    -o-transition: background .4s, color .4s;
    transition: background .4s, color .4s
}
.btn:focus, .btn:hover {
    color: #FFF;
    background: #4587D0
}
.btn__icon, .btn__text {
    float: left;
    margin: 0 0.2em;
    line-height: inherit
}
.btn__icon {
    font-size: 1.5em;
    margin-top: -2px
}
.btn--disabled {
    color: #999;
    border-color: #999;
    cursor: default
}
.btn--disabled:focus, .btn--disabled:hover {
    color: #999;
    background: transparent
}
.access__anchor, .anchor {
    visibility: hidden;
    position: absolute;
    top: 0
}
#forumUpdateForm fieldset {
    margin: 1em 0
}
#forumUpdateForm .cmsForm__field {
    display: block;
    clear: both
}
.mason--admin .access__anchor, .mason--admin .anchor {
    margin-top: -110px
}
.ui_toolbar {
    clear: both;
    margin: 1em 0;
    line-height: 2.1em
}
.ui_toolbar:after, .ui_toolbar:before {
    content: '';
    display: table
}
.ui_toolbar:after {
    clear: both
}
.lte-ie7 .ui_toolbar {
    zoom: 1
}
.ui_left>*, .ui_right>*, .ui_toolbar>* {
    margin: 0 .5em 0 0;
    float: left
}
.ui_right>:last-child, .ui_toolbar>:last-child {
    margin-right: 0
}
.ui_left {
    float: left
}
.ui_right {
    float: right;
    margin-left: .5em
}
.ui_button, .ui_select, .ui_tag {
    margin: 0 .5em 0 0;
    position: relative;
    float: left;
    text-align: left
}
.ui_button, .ui_select>div, .ui_tag {
    height: 2.1em;
    padding: 0 .6em;
    position: relative;
    font-size: 1em;
    white-space: nowrap;
    color: #444444!important;
    line-height: 2.1em;
    border: 1px solid;
    border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
    border-radius: 0px;
    background-color: #F8F8F8;
    background-image: none
}
.ui_button:hover, .ui_select:hover>div {
    background-color: #E0E0E0
}
.ui_button.ui_button--selected, .ui_select.ui_select--selected>div {
    background-color: #E0E0E0
}
.ui_button.ui_button--disabled, .ui_select.ui_select--disabled>div {
    cursor: default;
    color: rgba(68, 68, 68, 0.25)!important;
    background-color: #F8F8F8
}
.ui_button {
    margin: 0 .3em 0 0;
    cursor: pointer;
    outline: none!important;
    text-decoration: none;
    -webkit-transition: background .3s;
    -o-transition: background .3s;
    transition: background .3s
}
.ui_card {
    padding: 1em;
    display: block;
    text-align: left;
    color: #444444;
    background-color: #F8F8F8;
    border: 1px solid!important;
    border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25)!important;
    border-radius: 0px
}
.ui_card:after, .ui_card:before {
    content: '';
    display: table;
    clear: both
}
.ui_card--void {
    padding: 0;
    overflow: hidden
}
.ui_card--void>* {
    margin: -1px -2px -1px -1px
}
.ui_card__img {
    margin: 0 -1em;
    display: block;
    overflow: hidden;
    border: 2px solid #F8F8F8
}
.ui_card__img--top {
    margin: -1em -1em 0;
    border-radius: 0px 0px 0 0
}
.ui_card__img--full {
    margin: -1em;
    border-radius: 0px
}
.ui_txt {
    margin: 0 0 0.8em;
    font-weight: 300;
    line-height: 1.6em
}
.ui_txt__title {
    margin: 0.66667em 0;
    font-size: 1.2em;
    font-weight: 400;
    line-height: 1.33333em
}
.ui_txt__bold {
    margin: 0.8em 0;
    font-weight: 400
}
.ui_txt__sub {
    margin: -1em 0 1em;
    font-size: 0.8em;
    font-weight: 300;
    line-height: 2em
}
.ui_txt__content {
    font-size: 0.9em;
    line-height: 1.77778em
}
.ui_txt__content * {
    display: inline;
    margin: 0
}
.ui_txt--truncate_3, .ui_txt--truncate_4, .ui_txt--truncate_5, .ui_txt--truncate_6, .ui_txt--truncate_7, .ui_txt--truncate_8, .ui_txt--truncate_9 {
    position: relative;
    overflow: hidden
}
.ui_txt--truncate_3:after, .ui_txt--truncate_4:after, .ui_txt--truncate_5:after, .ui_txt--truncate_6:after, .ui_txt--truncate_7:after, .ui_txt--truncate_8:after, .ui_txt--truncate_9:after {
    content: '';
    width: 50%;
    height: 1.6em;
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    background: -webkit-gradient(linear, left top, right top, from(rgba(248, 248, 248, 0)), to(#f8f8f8));
    background: -webkit-linear-gradient(left, rgba(248, 248, 248, 0), #f8f8f8);
    background: -o-linear-gradient(left, rgba(248, 248, 248, 0), #f8f8f8);
    background: linear-gradient(to right, rgba(248, 248, 248, 0), #f8f8f8)
}
.ui_txt--truncate_3 {
    height: 4.8em
}
.ui_txt--truncate_3 .ui_txt__title {
    max-height: 1.33333em;
    overflow: hidden
}
.ui_txt--truncate_4 {
    height: 6.4em
}
.ui_txt--truncate_4 .ui_txt__title {
    max-height: 2.66667em;
    overflow: hidden
}
.ui_txt--truncate_5 {
    height: 8em
}
.ui_txt--truncate_5 .ui_txt__title {
    max-height: 4em;
    overflow: hidden
}
.ui_txt--truncate_6 {
    height: 9.6em
}
.ui_txt--truncate_6 .ui_txt__title {
    max-height: 5.33333em;
    overflow: hidden
}
.ui_txt--truncate_7 {
    height: 11.2em
}
.ui_txt--truncate_7 .ui_txt__title {
    max-height: 6.66667em;
    overflow: hidden
}
.ui_txt--truncate_8 {
    height: 12.8em
}
.ui_txt--truncate_8 .ui_txt__title {
    max-height: 8em;
    overflow: hidden
}
.ui_txt--truncate_9 {
    height: 14.4em
}
.ui_txt--truncate_9 .ui_txt__title {
    max-height: 9.33333em;
    overflow: hidden
}
.ui_select {
    padding: 0
}
.ui_select>div {
    padding: 0 1.5em 0 .6em;
    cursor: pointer;
    outline: none!important;
    text-decoration: none;
    -webkit-transition: background .3s;
    -o-transition: background .3s;
    transition: background .3s
}
.ui_select>div:after {
    content: '';
    display: block;
    position: absolute;
    right: .6em;
    top: 50%;
    margin-top: -2px;
    border: 4px solid;
    border-left-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent
}
.ui_select>ul {
    padding: 0;
    margin: .75em 0 0;
    display: none;
    list-style: none;
    overflow: hidden;
    background: #fff;
    position: absolute;
    z-index: 8;
    top: 100%;
    right: 0
}
.ui_select>ul li {
    height: 2.1em;
    padding: .15em;
    clear: both;
    position: relative;
    border-bottom: 1px solid #ddd
}
.ui_select>ul li span {
    width: .6em;
    height: .6em;
    margin: .6em;
    float: left
}
.ui_select>ul li label {
    margin: 0 3.6em 0 1.8em;
    display: block;
    white-space: nowrap
}
.ui_select>ul li input {
    position: absolute;
    top: 50%;
    right: 0.15em;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%)
}
.ui_select--selected>ul {
    display: block
}
.ui_group {
    float: left;
    margin: 0 .3em 0 0
}
.ui_group .ui_button {
    float: left;
    margin: 0;
    border-radius: 0;
    border-left-color: rgba(255, 255, 255, 0.15)
}
.ui_group .ui_button:first-child {
    border-radius: 0px 0 0 0px;
    border-left-color: rgba(0, 0, 0, 0.15)
}
.ui_group .ui_button:last-child {
    border-radius: 0 0px 0px 0
}
.ui_icon {
    height: .5em;
    font-size: 2em;
    line-height: .5em;
    display: inline-block;
    font-family: "Courier New", Courier, monospace
}
.ui_icon--prev:after {
    content: "\02039";
    font-weight: bold
}
.ui_icon--next:after {
    content: "\0203A";
    font-weight: bold
}
.ui-tooltip {
    -webkit-box-shadow: 0 0 5px #aaa;
    box-shadow: 0 0 5px #aaa;
    max-width: 300px;
    padding: 8px;
    position: absolute;
    z-index: 9999;
    font-size: 95%;
    line-height: 1.2
}
.f__12 {
    font-size: 0.75em
}
.f__14 {
    font-size: 0.875em
}
.f__16 {
    font-size: 1em
}
.f__20 {
    font-size: 1.25em
}
.f__22 {
    font-size: 1.375em
}
.f__26 {
    font-size: 1.625em
}
.f__30 {
    font-size: 1.875em
}
.f__32 {
    font-size: 2em
}
.fw__400 {
    font-weight: 400
}
.fw__500 {
    font-weight: 500
}
.fw__600 {
    font-weight: 600
}
.fw__700 {
    font-weight: 700
}
.fs__50 {
    letter-spacing: 0.05em
}
.fs__80 {
    letter-spacing: 0.08em
}
@-webkit-keyframes success {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
    50% {
        opacity: 1;
        -webkit-transform: translateX(0%);
        transform: translateX(0%)
    }
    to {
        opacity: 0;
        -webkit-transform: translateX(0%);
        transform: translateX(0%)
    }
}
@keyframes success {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
    50% {
        opacity: 1;
        -webkit-transform: translateX(0%);
        transform: translateX(0%)
    }
    to {
        opacity: 0;
        -webkit-transform: translateX(0%);
        transform: translateX(0%)
    }
}
.subnav__grid__container {
    width: 100%;
    padding: 0 5% 3em
}
@media (min-width:1409.7px) {
    .subnav__grid__container {
        padding-left: calc(50% - 635px);
        padding-right: calc(50% - 635px)
    }
}
.subnav__grid__item {
    position: relative;
    aspect-ratio: 1/1;
    width: 100%;
    max-height: 220px;
    margin: 0 0 1em;
    overflow: hidden;
    border-radius: 29px
}
.subnav__grid__item:after {
    position: absolute;
    content: '';
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    height: 50%;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--col-pri-opac), 1)), to(rgba(var(--col-pri-opac), 0)));
    background: -webkit-linear-gradient(bottom, rgba(var(--col-pri-opac), 1), rgba(var(--col-pri-opac), 0));
    background: -o-linear-gradient(bottom, rgba(var(--col-pri-opac), 1), rgba(var(--col-pri-opac), 0));
    background: linear-gradient(0deg, rgba(var(--col-pri-opac), 1), rgba(var(--col-pri-opac), 0))
}
.subnav__grid__item:hover .subnav__grid__item__image {
    background: var(--col-pri)
}
.subnav__grid__item:hover .subnav__grid__item__image img {
    opacity: .3;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease
}
.subnav__grid__item:hover .subnav__grid__item__title {
    -webkit-transform: translateY(-1em);
    -ms-transform: translateY(-1em);
    transform: translateY(-1em)
}
.subnav__grid__item:hover .subnav__grid__item__more {
    opacity: 1;
    -webkit-transform: translateY(-0.6em);
    -ms-transform: translateY(-0.6em);
    transform: translateY(-0.6em)
}
.subnav__grid__item__image {
    background: #000;
    -webkit-transition: background .3s ease;
    -o-transition: background .3s ease;
    transition: background .3s ease
}
.subnav__grid__item__image img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%;
    height: 100%;
    display: block
}
.subnav__grid__item__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: center;
    padding-bottom: 2em;
    z-index: 100
}
.subnav__grid__item__title {
    padding: 0 1em;
    margin: 0;
    color: #fff;
    font-size: clamp(1.125em, 3vw, 1.3125em);
    -webkit-transform: translateY(1rem);
    -ms-transform: translateY(1rem);
    transform: translateY(1rem);
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease
}
.subnav__grid__item__more {
    font-size: 0.875em;
    color: #fff;
    opacity: 0;
    -webkit-transform: translateY(3em);
    -ms-transform: translateY(3em);
    transform: translateY(3em);
    -webkit-transition: opacity .3s ease, -webkit-transform .3s ease;
    transition: opacity .3s ease, -webkit-transform .3s ease;
    -o-transition: transform .3s ease, opacity .3s ease;
    transition: transform .3s ease, opacity .3s ease;
    transition: transform .3s ease, opacity .3s ease, -webkit-transform .3s ease
}
@media (min-width:580px) {
    .subnav__grid {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        gap: 1em
    }
    .subnav__grid__item {
        width: calc(50% - 1em);
        max-height: none;
        margin: 0
    }
}
@media (min-width:850px) {
    .subnav__grid__item {
        width: calc(33.33333% - 1em)
    }
}
.urgent {
    background: #c80505;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 5%;
    z-index: 500
}
.urgent__item__title {
    position: relative;
    margin-right: 1em
}
.urgent__item__title .fa, .urgent__item__title .svg-inline--fa {
    font-size: 1.2em;
    margin-right: .35em
}
.urgent__close {
    display: none;
    position: absolute;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #c80505;
    background: #fff;
    right: 1em;
    top: 0;
    bottom: 0;
    margin: auto;
    border: 0;
    z-index: 3;
    border-radius: 50%
}
@media (min-width:769px) {
    .urgent[data-urgent*=fixed] {
        position: fixed;
        left: 0;
        bottom: 0;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        padding-right: 56px;
        -webkit-transition: -webkit-transform 350ms ease;
        transition: -webkit-transform 350ms ease;
        -o-transition: transform 350ms ease;
        transition: transform 350ms ease;
        transition: transform 350ms ease, -webkit-transform 350ms ease
    }
    .urgent[data-urgent*=fixed] .urgent__close {
        display: block
    }
    .urgent.urgent--hide {
        -webkit-transform: translateY(200%);
        -ms-transform: translateY(200%);
        transform: translateY(200%)
    }
    .urgent[data-urgent*=marquee]:after {
        position: absolute;
        content: '';
        top: 0;
        right: 0;
        bottom: 0;
        left: auto;
        width: 150px;
        background: -webkit-gradient(linear, right top, left top, from(true), color-stop(#c80505), to(rgba(200, 5, 5, 0)));
        background: -webkit-linear-gradient(right, true, #c80505, rgba(200, 5, 5, 0));
        background: -o-linear-gradient(right, true, #c80505, rgba(200, 5, 5, 0));
        background: linear-gradient(270deg, true, #c80505, rgba(200, 5, 5, 0));
        z-index: 2
    }
    .urgent[data-urgent*=marquee] .urgent__list {
        width: auto;
        display: inline-block;
        white-space: nowrap;
        -webkit-animation: marquee 20s linear infinite;
        animation: marquee 20s linear infinite
    }
    .urgent[data-urgent*=marquee] .urgent__list:hover {
        -webkit-animation-play-state: paused;
        animation-play-state: paused
    }
    .urgent[data-urgent*=marquee] .urgent__item {
        display: inline-block;
        vertical-align: top;
        padding-right: 100px
    }
    .urgent__item__title {
        overflow: hidden;
        width: 100%;
        white-space: nowrap;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis
    }
}
.lte-ie8 .urgent[data-urgent*=fixed] {
    position: fixed;
    left: 0;
    bottom: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    padding-right: 56px;
    -webkit-transition: -webkit-transform 350ms ease;
    transition: -webkit-transform 350ms ease;
    -o-transition: transform 350ms ease;
    transition: transform 350ms ease;
    transition: transform 350ms ease, -webkit-transform 350ms ease
}
.lte-ie8 .urgent[data-urgent*=fixed] .urgent__close {
    display: block
}
.lte-ie8 .urgent.urgent--hide {
    -webkit-transform: translateY(200%);
    -ms-transform: translateY(200%);
    transform: translateY(200%)
}
.lte-ie8 .urgent[data-urgent*=marquee]:after {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    width: 150px;
    background: -webkit-gradient(linear, right top, left top, from(true), color-stop(#c80505), to(rgba(200, 5, 5, 0)));
    background: -webkit-linear-gradient(right, true, #c80505, rgba(200, 5, 5, 0));
    background: -o-linear-gradient(right, true, #c80505, rgba(200, 5, 5, 0));
    background: linear-gradient(270deg, true, #c80505, rgba(200, 5, 5, 0));
    z-index: 2
}
.lte-ie8 .urgent[data-urgent*=marquee] .urgent__list {
    width: auto;
    display: inline-block;
    white-space: nowrap;
    -webkit-animation: marquee 20s linear infinite;
    animation: marquee 20s linear infinite
}
.lte-ie8 .urgent[data-urgent*=marquee] .urgent__list:hover {
    -webkit-animation-play-state: paused;
    animation-play-state: paused
}
.lte-ie8 .urgent[data-urgent*=marquee] .urgent__item {
    display: inline-block;
    vertical-align: top;
    padding-right: 100px
}
.lte-ie8 .urgent__item__title {
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}
@font-face {
    font-family: 'swiper-icons';
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
    font-weight: 400;
    font-style: normal
}
:root {
    --swiper-theme-color: #007aff
}
:host {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    z-index: 1
}
.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    overflow: clip;
    list-style: none;
    padding: 0;
    z-index: 1;
    display: block
}
.swiper-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    -o-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}
.swiper-android .swiper-slide, .swiper-ios .swiper-slide, .swiper-wrapper {
    -webkit-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0)
}
.swiper-horizontal {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}
.swiper-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}
.swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    display: block
}
.swiper-slide-invisible-blank {
    visibility: hidden
}
.swiper-autoheight, .swiper-autoheight .swiper-slide {
    height: auto
}
.swiper-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    -o-transition-property: transform, height;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform
}
.swiper-backface-hidden .swiper-slide {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}
.swiper-3d.swiper-css-mode .swiper-wrapper {
    -webkit-perspective: 1200px;
    perspective: 1200px
}
.swiper-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}
.swiper-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px
}
.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}
.swiper-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}
.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}
.swiper-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}
.swiper-css-mode.swiper-horizontal>.swiper-wrapper {
    -webkit-scroll-snap-type: x mandatory;
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory
}
.swiper-css-mode.swiper-vertical>.swiper-wrapper {
    -webkit-scroll-snap-type: y mandatory;
    -ms-scroll-snap-type: y mandatory;
    scroll-snap-type: y mandatory
}
.swiper-css-mode.swiper-free-mode>.swiper-wrapper {
    -webkit-scroll-snap-type: none;
    -ms-scroll-snap-type: none;
    scroll-snap-type: none
}
.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: none
}
.swiper-css-mode.swiper-centered>.swiper-wrapper:before {
    content: '';
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-ordinal-group: 10000;
    -ms-flex-order: 9999;
    order: 9999
}
.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: center center;
    scroll-snap-stop: always
}
.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
    -webkit-margin-start: var(--swiper-centered-offset-before);
    margin-inline-start: var(--swiper-centered-offset-before)
}
.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after)
}
.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
    -webkit-margin-before: var(--swiper-centered-offset-before);
    margin-block-start: var(--swiper-centered-offset-before)
}
.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after)
}
.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}
.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, 0.15)
}
.swiper-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}
.swiper-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}
.swiper-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}
.swiper-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}
.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent
}
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
    -webkit-animation: swiper-preloader-spin 1s infinite linear;
    animation: swiper-preloader-spin 1s infinite linear
}
.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}
.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}
@-webkit-keyframes swiper-preloader-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}
@keyframes swiper-preloader-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}
.swiper-fade.swiper-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}
.swiper-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity
}
.swiper-fade .swiper-slide .swiper-slide {
    pointer-events: none
}
.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}
.hero__media__content, .hero__media__content__video, .hero__media__content__video:after, .hero__media__content__video iframe, .hero__media__content__video video {
    position: absolute;
    inset: 0
}
.hero__media {
    width: 100%;
    height: 100%
}
.hero__media__content {
    overflow: hidden;
    background: #000
}
.hero__media__content__video:after {
    content: "";
    background: rgba(0, 0, 0, 0.3)
}
.hero__media__content iframe, .hero__media__content video {
    width: 100%;
    height: 100%
}
.hero__media__content video {
    -o-object-fit: cover;
    object-fit: cover
}
.hero__media__ctrls {
    position: absolute;
    right: 5%;
    bottom: 5vw;
    bottom: clamp(2em, 5vw, 5em);
    margin: -0.35em
}
.hero__media__ctrls button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0.35em;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease
}
.hero__media__ctrls button.ready {
    opacity: 1
}
.hero__media__ctrls button>:nth-child(2) {
    display: none
}
.hero__media__ctrls button.active>:first-child {
    display: none
}
.hero__media__ctrls button.active>:nth-child(2) {
    display: block
}
#mason-video-popout {
    top: 0;
    position: fixed;
    inset: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1000
}
.mason--admin #mason-video-popout {
    top: 110px
}
.mason--preview #mason-video-popout {
    top: 110px
}
.mason--secure #mason-video-popout {
    top: 40px
}
#mason-video-popout iframe, #mason-video-popout video {
    position: relative;
    aspect-ratio: 16/9;
    width: 70vw;
    height: auto;
    background: #000;
    vertical-align: bottom
}
#mason-video-popout-close {
    position: fixed;
    left: 0;
    top: 0;
    -webkit-transform: translate(calc(-50% + 15px), -50%);
    -ms-transform: translate(calc(-50% + 15px), -50%);
    transform: translate(calc(-50% + 15px), -50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease
}
#mason-video-popout-close:after {
    display: block;
    content: "\f00d";
    font-family: "fontAwesome";
    font-size: 1.5em;
    font-weight: 300
}
#mason-video-popout-close.clicked {
    opacity: 0;
    -webkit-transition-duration: 0.15s;
    -o-transition-duration: 0.15s;
    transition-duration: 0.15s
}
#mason-video-popout-close, .hero__media__ctrls button {
    width: 2.65em;
    height: 2.65em;
    border-radius: 50%;
    color: #fff;
    border: 2px solid currentColor;
    background: transparent
}
.access {
    width: 100%;
    height: 0;
    overflow: hidden;
    position: relative
}
.access__link {
    padding-block: 1em
}
img[loading=lazy] {
    opacity: 0
}
img[loading=lazy].lazy--loaded {
    opacity: 1;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease
}
.lazy__load__img img {
    opacity: 0
}
.lazy--loaded .lazy__load__img img {
    opacity: 1;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease
}
.header {
    width: 100%
}
.header__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 2em
}
.mason--prep .header__container {
    padding-top: 0
}
.header__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.5em
}
.mason--prep .header__logo {
    gap: 0
}
.header__logo__title {
    margin: 0;
    font-size: clamp(1.375em, 4vw, 1.5625em);
    line-height: 1.25;
    font-weight: 400;
    width: 130px;
    -webkit-transition: 350ms ease;
    -o-transition: 350ms ease;
    transition: 350ms ease;
    margin-bottom: -0.7em
}
.header__logo__image {
    width: clamp(2.8125em, 10vw, 3.3125em);
    margin-right: 1em;
    -webkit-transition: width 350ms ease;
    -o-transition: width 350ms ease;
    transition: width 350ms ease
}
.header__logo__image img {
    width: 100%
}
.mason--sixthForm .menu__list__item--page_24 {
    display: none
}
.mason--sixthForm .menu__list__item--page_24:hover {
    background-color: transparent
}
.mason--sixthForm .menu__list__item--page_24:hover .menu__list__item__sub {
    -webkit-transform: translate(-45%, 0px);
    -ms-transform: translate(-45%, 0px);
    transform: translate(-45%, 0px)
}
.mason--sixthForm .header__quick__link {
    all: unset;
    position: relative!important
}
.mason--sixthForm .menu__list__item--page_main-site {
    display: block
}
.header__extras {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}
@media (max-width:1049px) {
    .header__container {
        padding-top: 0
    }
    .header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: clamp(0.5em, 1vw, 1em) 5%;
        background: var(--col-pri)
    }
    .header__logo {
        gap: 0
    }
    .header__logo__title {
        color: #fff
    }
    .header__logo__image {
        width: clamp(1.5625em, 6vw, 2.8125em)
    }
    .menu__btn {
        display: inline-block;
        position: relative;
        height: 50px;
        width: 130px;
        border-radius: 40px;
        margin-left: 1em;
        display: block;
        z-index: 2;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        -webkit-transition: -webkit-transform 0.3s ease;
        transition: -webkit-transform 0.3s ease;
        -o-transition: transform 0.3s ease;
        transition: transform 0.3s ease;
        transition: transform 0.3s ease, -webkit-transform 0.3s ease
    }
    .menu__btn__text {
        line-height: 1;
        overflow: hidden;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 0.5em
    }
    .mobile__menu__bg {
        position: absolute;
        top: 0;
        right: 100%;
        left: auto;
        width: 100vw;
        visibility: hidden;
        opacity: 0;
        background: rgba(0, 0, 0, 0.85);
        -webkit-transition: opacity 0.3s ease, visibility 0s ease 0.3s;
        -o-transition: opacity 0.3s ease, visibility 0s ease 0.3s;
        transition: opacity 0.3s ease, visibility 0s ease 0.3s
    }
    .mason--menu .mobile__menu__bg {
        visibility: visible;
        opacity: 1;
        -webkit-transition-delay: 0s;
        -o-transition-delay: 0s;
        transition-delay: 0s
    }
    .menu {
        top: 0;
        position: fixed;
        top: 0;
        bottom: 0;
        right: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 80%;
        max-width: 350px;
        padding-bottom: 4em;
        background: #fff;
        color: #444444;
        visibility: hidden;
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
        z-index: 10;
        -webkit-transition: visibility 0s ease 0.3s, -webkit-transform 0.3s ease;
        transition: visibility 0s ease 0.3s, -webkit-transform 0.3s ease;
        -o-transition: transform 0.3s ease, visibility 0s ease 0.3s;
        transition: transform 0.3s ease, visibility 0s ease 0.3s;
        transition: transform 0.3s ease, visibility 0s ease 0.3s, -webkit-transform 0.3s ease
    }
    .mason--admin .menu {
        top: 110px
    }
    .mason--preview .menu {
        top: 110px
    }
    .mason--secure .menu {
        top: 40px
    }
    .menu:after {
        position: absolute;
        content: '';
        top: 2em;
        right: 100%;
        bottom: auto;
        left: auto;
        content: "\f00d";
        font-family: "fontAwesome";
        background: var(--col-pri);
        font-weight: 300;
        font-size: 1.5em;
        width: 1.875em;
        height: 1.875em;
        padding-left: 5px;
        color: #fff;
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        pointer-events: none;
        -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
        clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
        -webkit-transition: -webkit-clip-path 0.3s ease;
        transition: -webkit-clip-path 0.3s ease;
        -o-transition: clip-path 0.3s ease;
        transition: clip-path 0.3s ease;
        transition: clip-path 0.3s ease, -webkit-clip-path 0.3s ease
    }
    .mason--menu .menu {
        visibility: visible;
        -webkit-transform: translateX(0px);
        -ms-transform: translateX(0px);
        transform: translateX(0px);
        -webkit-transition-delay: 0s;
        -o-transition-delay: 0s;
        transition-delay: 0s
    }
    .mason--menu .menu:after {
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
        -webkit-transition-delay: 0.2s;
        -o-transition-delay: 0.2s;
        transition-delay: 0.2s
    }
    .menu__sidebar {
        position: relative;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        overflow: hidden;
        overflow-y: auto;
        background: inherit;
        z-index: 3;
        padding-top: 1em;
        scrollbar-width: thin;
        scrollbar-color: var(--col-pri) rgba(0, 0, 0, 0.25);
        -ms-overflow-style: -ms-autohiding-scrollbar
    }
    .menu__sidebar::-webkit-scrollbar {
        width: 7px
    }
    .menu__sidebar::-webkit-scrollbar-track {
        background-color: rgba(0, 0, 0, 0.25)
    }
    .menu__sidebar::-webkit-scrollbar-thumb {
        background-color: var(--col-pri)
    }
    .menu__list {
        text-align: left;
        width: 100%
    }
    .menu__list__item {
        position: relative;
        width: 100%;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1)
    }
    .menu__list__item--selected {
        color: var(--col-pri)
    }
    .menu__list__item__link {
        padding: 1em 4.0625em 1em 2em
    }
    .menu__list__item__button {
        display: none;
        top: 0;
        right: 0;
        width: 3.75em;
        height: 3.2em;
        position: absolute;
        color: inherit
    }
    .menu__list__item__button svg {
        position: absolute;
        top: 0;
        right: 1em;
        bottom: 0;
        font-size: 1.5em;
        width: 0.625em;
        height: 0.625em;
        margin: auto;
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: -webkit-transform 0.3s ease;
        transition: -webkit-transform 0.3s ease;
        -o-transition: transform 0.3s ease;
        transition: transform 0.3s ease;
        transition: transform 0.3s ease, -webkit-transform 0.3s ease
    }
    .menu__list__item--expand .menu__list__item__button svg {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg)
    }
    .menu__list__item--subitems>.menu__list__item__button {
        display: block
    }
    .menu__list__item__sub {
        background: rgba(0, 0, 0, 0.1);
        padding: 1em 0;
        margin: 0;
        display: none
    }
    .menu__list__item__sub .menu__list__item {
        border: 0
    }
    .menu__list__item__sub .menu__list__item__link {
        padding: 0.75em 2em 0.75em 4.0625em;
        text-transform: none;
        font-size: 0.95em
    }
    .menu__extras {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: 100%;
        z-index: 3;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        gap: 0.5em
    }
    .menu__extras .header__icon__list {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-top: 1em
    }
    .menu__extras .header__icon__list .icon-link__item {
        background: var(--col-pri);
        border: 2px solid var(--col-pri)
    }
    .menu__extras .header__icon__list .icon-link__item--icon {
        color: #fff
    }
    .menu__extras .header__icon__list .icon-link__item--label {
        display: none
    }
    .menu__extras .header__icon__list .icon-link__item:hover .icon-link__item--icon {
        color: var(--col-pri)
    }
    .mason--sixthForm .menu__extras .header__icon__list .icon-link__item {
        background: var(--col-sec);
        border: 2px solid var(--col-sec)
    }
    .mason--sixthForm .menu__extras .header__icon__list .icon-link__item:hover .icon-link__item--icon {
        color: var(--col-sec)
    }
    .search__container {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 100%;
        z-index: 3;
        background: var(--col-pri);
        padding: 0.5em
    }
    .search__container form {
        width: 100%;
        height: 3em;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }
    .search__container input {
        position: relative;
        width: 100%;
        height: 3.42857em;
        padding: 0 1em;
        border: 0;
        font-size: 0.875em;
        background-color: rgba(255, 255, 255, 0.9);
        color: #444444
    }
    .search__container input::-webkit-input-placeholder {
        color: #444444;
        opacity: 0.7!important
    }
    .search__container input:-moz-placeholder {
        color: #444444;
        opacity: 0.7!important
    }
    .search__container input::-moz-placeholder {
        color: #444444;
        opacity: 0.7!important
    }
    .search__container input:-ms-input-placeholder {
        color: #444444;
        opacity: 0.7!important
    }
    .search__container button {
        width: 3em;
        height: 3em;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        background: var(--col-pri);
        color: #fff
    }
    .search__container .find__button {
        display: none
    }
    .search__container__button {
        display: none!important
    }
}
@media (max-width:550px) {
    .menu__btn {
        width: auto;
        aspect-ratio: 1/1
    }
    .menu__btn__text span {
        display: none
    }
}
@media (min-width:1050px) {
    .menu__btn, .mobile__menu__bg {
        display: none
    }
    .header {
        padding: 2em 5%;
        -webkit-transition: 0.4s ease;
        -o-transition: 0.4s ease;
        transition: 0.4s ease
    }
    .header .header__logo__image {
        -webkit-transition: 0.4s ease;
        -o-transition: 0.4s ease;
        transition: 0.4s ease
    }
    .header[data-header*=flex] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .header[data-header*=fixed] {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 100;
        color: #fff;
        background: transparent
    }
    .mason--prep .header[data-header*=fixed] {
        background: var(--col-pri);
        color: #fff;
        padding-top: 1em;
        padding-bottom: 1em;
        -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1)
    }
    .mason--prep .header[data-header*=fixed] .header__logo__image {
        width: 30px
    }
    .mason--prep .header[data-header*=fixed] .header__logo__title {
        width: 130px;
        font-size: clamp(1.125em, 5vw, 1.25em);
        margin-bottom: -0.7em
    }
    .mason--prep .header[data-header*=fixed] .menu__extras {
        opacity: 0;
        visibility: hidden;
        height: 0;
        max-height: 0;
        display: none;
        -webkit-transition: opacity 400ms ease, max-height 400ms ease 400ms, visibility 0s ease 700ms, display 0s ease 800ms;
        -o-transition: opacity 400ms ease, max-height 400ms ease 400ms, visibility 0s ease 700ms, display 0s ease 800ms;
        transition: opacity 400ms ease, max-height 400ms ease 400ms, visibility 0s ease 700ms, display 0s ease 800ms
    }
    .mason--admin .header[data-header*=fixed] {
        position: absolute
    }
    .header[data-menu*=flex] .menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch
    }
    .menu {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }
    .menu__sidebar {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
    .menu__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        max-width: 100%
    }
    .menu__list>.menu__list__item {
        text-align: center
    }
    .menu__list>.menu__list__item>.menu__list__item__link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0 0.75em;
        height: 3.75em;
        font-size: clamp(14px, 1.3vw, 18px);
        font-weight: 600
    }
}
@media (min-width:1050px) and (max-width:1050px) {
    .menu__list>.menu__list__item>.menu__list__item__link {
        height: 2.45em
    }
}
@media (min-width:1050px) {
    .menu__list>.menu__list__item>.menu__list__item__link>span {
        position: relative;
        display: inline-block
    }
    .menu__list>.menu__list__item>.menu__list__item__link>span:before {
        opacity: 0;
        position: absolute;
        content: '';
        top: auto;
        right: 0;
        bottom: -116%;
        left: 0;
        height: 15px;
        width: 15px;
        margin-inline: auto;
        background: var(--col-pri);
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg)
    }
    .menu__list .menu__list__item--subitems:hover>.menu__list__item__link span:before {
        opacity: 1;
        -webkit-transition: opacity 0.2s ease 100ms;
        -o-transition: opacity 0.2s ease 100ms;
        transition: opacity 0.2s ease 100ms
    }
    .header__quick__link {
        position: absolute!important;
        top: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background-color: #fff;
        color: var(--col-sec);
        padding: 0 1em;
        height: 40px;
        border-radius: 0 0 13px 13px;
        text-transform: uppercase;
        -webkit-transition: 350ms;
        -o-transition: 350ms;
        transition: 350ms
    }
    .header__quick__link .menu__list__item__link>span {
        font-size: clamp(0.9375em, 1.4vw, 18px);
        font-weight: 500
    }
    .mason--prep .header__quick__link {
        opacity: 0;
        visibility: hidden;
        height: 0;
        max-height: 0;
        -webkit-transition: opacity 400ms ease, max-height 400ms ease 400ms, visibility 0s ease 700ms;
        -o-transition: opacity 400ms ease, max-height 400ms ease 400ms, visibility 0s ease 700ms;
        transition: opacity 400ms ease, max-height 400ms ease 400ms, visibility 0s ease 700ms
    }
    .header__quick__link:hover {
        background-color: var(--col-sec);
        color: #fff
    }
    .menu__sidebar>.menu__list__item--page_main-site {
        position: absolute;
        top: 0;
        background-color: #fff;
        color: var(--col-sec);
        padding: 0 1em;
        height: 40px;
        border-radius: 0 0 13px 13px;
        text-transform: uppercase;
        font-weight: 500;
        -webkit-transition: 350ms;
        -o-transition: 350ms;
        transition: 350ms
    }
    .menu__sidebar>.menu__list__item--page_main-site .menu__list__item__link>span {
        display: block;
        margin-top: 0.5em;
        font-size: clamp(0.9375em, 1.4vw, 1.125em)
    }
    .mason--prep .menu__sidebar>.menu__list__item--page_main-site {
        opacity: 0;
        visibility: hidden;
        height: 0;
        max-height: 0;
        -webkit-transition: opacity 400ms ease, max-height 400ms ease 400ms, visibility 0s ease 700ms;
        -o-transition: opacity 400ms ease, max-height 400ms ease 400ms, visibility 0s ease 700ms;
        transition: opacity 400ms ease, max-height 400ms ease 400ms, visibility 0s ease 700ms
    }
    .menu__sidebar>.menu__list__item--page_main-site:hover {
        background-color: var(--col-sec);
        color: #fff
    }
    .menu__list__item {
        position: relative
    }
    .menu__list__item__link {
        position: relative
    }
    .menu__list__item__button {
        display: none
    }
    .menu__list__item__sub {
        position: absolute;
        top: 100%;
        right: 0;
        left: 0;
        padding: 1.4em 0;
        margin: 0 auto;
        -webkit-transform: translateX(-28%);
        -ms-transform: translateX(-28%);
        transform: translateX(-28%);
        background: var(--col-pri);
        color: var(--col-pritxt);
        width: 110%;
        min-width: 265px;
        font-size: 0.95em;
        visibility: hidden;
        opacity: 0;
        display: block!important;
        border-radius: 29px;
        overflow-x: hidden;
        -webkit-transform: translate(-28%, -10px);
        -ms-transform: translate(-28%, -10px);
        transform: translate(-28%, -10px);
        -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.25);
        box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.25);
        -webkit-transition: visibility 0s ease 0.15s, opacity 0.15s ease, -webkit-transform 0.15s ease;
        transition: visibility 0s ease 0.15s, opacity 0.15s ease, -webkit-transform 0.15s ease;
        -o-transition: visibility 0s ease 0.15s, transform 0.15s ease, opacity 0.15s ease;
        transition: visibility 0s ease 0.15s, transform 0.15s ease, opacity 0.15s ease;
        transition: visibility 0s ease 0.15s, transform 0.15s ease, opacity 0.15s ease, -webkit-transform 0.15s ease
    }
    .menu__list__item__sub:before {
        position: absolute;
        content: '';
        top: auto;
        right: 0;
        bottom: 0;
        left: auto;
        content: url("/_site/images/design/main-logo.svg");
        height: 86%;
        min-height: 100px;
        aspect-ratio: 155 / 369;
        opacity: 0.07;
        margin-right: 3%;
        -webkit-transform: scale(-1, 1);
        -ms-transform: scale(-1, 1);
        transform: scale(-1, 1);
        overflow: hidden
    }
    .menu__list__item__sub .menu__list__item {
        display: inline-block;
        width: 100%;
        text-align: left;
        vertical-align: top;
        text-transform: uppercase;
        font-size: 14px
    }
    .menu__list__item__sub .menu__list__item span {
        -webkit-transition: padding 300ms ease;
        -o-transition: padding 300ms ease;
        transition: padding 300ms ease
    }
    .menu__list__item__sub .menu__list__item span:before {
        position: absolute;
        content: '';
        top: auto;
        right: auto;
        bottom: auto;
        left: 1.8em;
        content: "\f105";
        font-family: "fontAwesome";
        font-weight: 400;
        margin-right: 0.5em;
        font-size: 1.1em;
        opacity: 0;
        -webkit-transform: translate(0em, 3px);
        -ms-transform: translate(0em, 3px);
        transform: translate(0em, 3px);
        -webkit-transition: opacity 300ms ease-in, -webkit-transform 300ms ease;
        transition: opacity 300ms ease-in, -webkit-transform 300ms ease;
        -o-transition: opacity 300ms ease-in, transform 300ms ease;
        transition: opacity 300ms ease-in, transform 300ms ease;
        transition: opacity 300ms ease-in, transform 300ms ease, -webkit-transform 300ms ease
    }
    .menu__list__item__sub .menu__list__item span:after {
        position: absolute;
        content: '';
        top: 0;
        right: 0;
        bottom: 0;
        left: -2em;
        width: calc(100%);
        height: 100%;
        margin: auto;
        background: var(--col-sec);
        border-radius: 0 50px 50px 0;
        z-index: -1;
        opacity: 0;
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
        -webkit-transition: 400ms;
        -o-transition: 400ms;
        transition: 400ms
    }
    .menu__list__item__sub .menu__list__item:hover span {
        padding-left: 1.3em
    }
    .menu__list__item__sub .menu__list__item:hover span:before {
        opacity: 1;
        -webkit-transform: translate(0em, 3px);
        -ms-transform: translate(0em, 3px);
        transform: translate(0em, 3px)
    }
    .menu__list__item__sub .menu__list__item:hover span:after {
        opacity: 1;
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%)
    }
    .menu__list__item__sub .menu__list__item__link {
        padding: 0.4em 2em
    }
    .menu__list__item--subitems:hover>.menu__list__item__sub {
        visibility: visible;
        opacity: 1;
        -webkit-transform: translate(-28%, 0px);
        -ms-transform: translate(-28%, 0px);
        transform: translate(-28%, 0px);
        -webkit-transition-delay: 0s;
        -o-transition-delay: 0s;
        transition-delay: 0s;
        -webkit-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.3s;
        z-index: 3
    }
    .menu__list__item--columns--wide {
        /* position: static; */
    }
    .menu__extras {
        position: relative;
        width: auto;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-left: 2%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        padding-top: 1.4em;
        z-index: 1
    }
}
@media (min-width:1050px) and (max-width:1050px) {
    .menu__extras {
        padding-bottom: 1em
    }
}
@media (min-width:1050px) {
    .search__container {
        position: relative;
        height: 3em;
        color: #fff;
        margin-left: 0.8em
    }
    .menu__extras__form {
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        position: absolute;
        border-radius: 50px;
        overflow: hidden;
        top: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        background-color: var(--col-pri);
        -webkit-transition: width 0.4s ease, padding 0.4s ease;
        -o-transition: width 0.4s ease, padding 0.4s ease;
        transition: width 0.4s ease, padding 0.4s ease
    }
    .mason--find .menu__extras__form, .menu__extras__form:focus-within {
        width: 340px;
        padding-right: 3em
    }
    .mason--find .menu__extras__form .menu__extras__input, .menu__extras__form:focus-within .menu__extras__input {
        cursor: auto;
        opacity: 1;
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
        -webkit-transition: opacity 0.4s ease, -webkit-transform 0s ease 0s;
        transition: opacity 0.4s ease, -webkit-transform 0s ease 0s;
        -o-transition: opacity 0.4s ease, transform 0s ease 0s;
        transition: opacity 0.4s ease, transform 0s ease 0s;
        transition: opacity 0.4s ease, transform 0s ease 0s, -webkit-transform 0s ease 0s
    }
    .mason--find .menu__extras__form .menu__extras__submit, .menu__extras__form:focus-within .menu__extras__submit {
        visibility: visible;
        -webkit-transition: visibility 0s ease 0.4s;
        -o-transition: visibility 0s ease 0.4s;
        transition: visibility 0s ease 0.4s
    }
    .menu__extras__input {
        position: relative;
        border: 0;
        background-color: transparent;
        height: 100%;
        color: currentColor;
        opacity: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        background: inherit;
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
        opacity: 0;
        z-index: 1;
        cursor: pointer;
        background: var(--col-pri);
        padding: 0 1em;
        -webkit-transition: opacity 0.2s ease, -webkit-transform 0s ease 0.2s;
        transition: opacity 0.2s ease, -webkit-transform 0s ease 0.2s;
        -o-transition: opacity 0.2s ease, transform 0s ease 0.2s;
        transition: opacity 0.2s ease, transform 0s ease 0.2s;
        transition: opacity 0.2s ease, transform 0s ease 0.2s, -webkit-transform 0s ease 0.2s
    }
    .menu__extras__input::-webkit-input-placeholder {
        color: currentColor;
        opacity: 0.7!important
    }
    .menu__extras__input:-moz-placeholder {
        color: currentColor;
        opacity: 0.7!important
    }
    .menu__extras__input::-moz-placeholder {
        color: currentColor;
        opacity: 0.7!important
    }
    .menu__extras__input:-ms-input-placeholder {
        color: currentColor;
        opacity: 0.7!important
    }
    .menu__extras__submit {
        height: 100%;
        aspect-ratio: 1/1;
        background: var(--col-pri);
        color: currentColor;
        text-align: center;
        z-index: 2;
        opacity: 0
    }
    .mason--find .menu__extras__submit {
        opacity: 1
    }
    .find__button {
        position: relative;
        width: 48px;
        height: 48px;
        background: rgba(255, 255, 255, 0.76);
        border: 2px solid #fff;
        border-radius: 50%;
        color: var(--col-pri);
        text-align: center;
        z-index: 4;
        overflow: hidden
    }
    .find__button svg {
        -webkit-transition: -webkit-transform 0.4s ease;
        transition: -webkit-transform 0.4s ease;
        -o-transition: transform 0.4s ease;
        transition: transform 0.4s ease;
        transition: transform 0.4s ease, -webkit-transform 0.4s ease
    }
    .find__button:before {
        position: absolute;
        content: '';
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        width: 90%;
        height: 90%;
        background: transparent;
        border-radius: 50%;
        -webkit-transition: 350ms ease 0ms;
        -o-transition: 350ms ease 0ms;
        transition: 350ms ease 0ms;
        z-index: -1
    }
    .find__button:after {
        position: absolute;
        content: '';
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        border-radius: inherit;
        background-color: inherit;
        content: "\f00d";
        font-family: "fontAwesome";
        font-weight: 300;
        font-size: 1.25em;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        background-color: inherit;
        -webkit-transform: scale(0.5) rotate(90deg);
        -ms-transform: scale(0.5) rotate(90deg);
        transform: scale(0.5) rotate(90deg);
        opacity: 0;
        z-index: 2;
        -webkit-transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
        transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
        -o-transition: transform 0.4s ease, opacity 0.4s ease;
        transition: transform 0.4s ease, opacity 0.4s ease;
        transition: transform 0.4s ease, opacity 0.4s ease, -webkit-transform 0.4s ease
    }
    .mason--find .find__button {
        background: white
    }
    .mason--find .find__button:after {
        -webkit-transform: scale(1) rotate(0deg);
        -ms-transform: scale(1) rotate(0deg);
        transform: scale(1) rotate(0deg);
        opacity: 1
    }
    .find__button:hover {
        background: white
    }
    .find__button:hover:before {
        background: #fff;
        -webkit-transform: scale(1.3);
        -ms-transform: scale(1.3);
        transform: scale(1.3)
    }
}
.hero {
    height: 25vw;
    min-height: 90vh;
    background-color: var(--col-pri)
}
.hero:after {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: auto;
    left: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(var(--col-pri-opac), 0.75)), to(rgba(var(--col-pri-opac), 0)));
    background: -webkit-linear-gradient(top, rgba(var(--col-pri-opac), 0.75), rgba(var(--col-pri-opac), 0));
    background: -o-linear-gradient(top, rgba(var(--col-pri-opac), 0.75), rgba(var(--col-pri-opac), 0));
    background: linear-gradient(180deg, rgba(var(--col-pri-opac), 0.75), rgba(var(--col-pri-opac), 0));
    z-index: 2;
    height: 50%
}
.mason--admin .hero {
    min-height: 40vh
}
.hero__slideshow {
    width: 100%;
    height: 100%;
    z-index: 1
}
.hero__slideshow__item__image {
    width: 100%;
    height: 100%
}
.hero__curve {
    display: none
}
.hero__media .admin_edit_buttons>.admin_hover_buttons {
    bottom: 10%!important
}
.hero__media__ctrls {
    position: absolute;
    bottom: 20%;
    right: clamp(1em, 5%, 3em);
    left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 0.35em;
    z-index: 4
}
.hero__media__ctrls button {
    margin: 0;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease
}
.hero__media__ctrls button:hover {
    background: #fff;
    color: var(--col-)
}
.breadcrumbs {
    position: relative;
    display: block
}
.breadcrumbs__container {
    position: relative;
    overflow: hidden
}
.content__path {
    width: 100%;
    font-weight: bold;
    font-size: 0.875em;
    color: #797979;
    text-transform: uppercase
}
.content__path__item__sep {
    margin: 0 clamp(1em, 3.2vw, 2.2em) 0 clamp(1.5em, 3.2vw, 3em);
    font-size: 0.8em;
    color: var(--col-pri)
}
.content__path__item__sep svg {
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px)
}
.content__path__item.content__path__item--final {
    color: var(--col-sec)
}
.content__path__item.content__path__item--final .content__path__item__sep {
    display: none
}
.main {
    width: 100%;
    padding: clamp(4em, 5vw, 5.625em) 0
}
.main .subnav__watermark {
    display: none
}
@media (min-width:950px) {
    .main .subnav__watermark {
        display: block;
        position: absolute;
        top: 70%;
        right: 22%;
        width: 50vw;
        max-width: 700px;
        -webkit-transform: translateY(-71%);
        -ms-transform: translateY(-71%);
        transform: translateY(-71%)
    }
    .main .subnav__watermark svg {
        width: 100%;
        height: auto
    }
}
.main__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-right: 5%;
    padding-left: 5%;
    padding-bottom: 3em
}
@media (min-width:1409.7px) {
    .main__flex {
        padding-left: calc(50% - 635px)
    }
}
.main__flex.center {
    padding: 0
}
.content {
    position: relative;
    z-index: 2;
    width: 100%
}
.content__title {
    color: var(--col-pri);
    margin: 0.4em 0 0.6em;
    font-size: clamp(1.875em, 7vw, 3.125em)
}
.header__icon__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 0.8em
}
.header__icon__list .icon-link__item {
    position: relative;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.76);
    border: 2px solid #fff;
    -webkit-transition: 450ms;
    -o-transition: 450ms;
    transition: 450ms
}
.header__icon__list .icon-link__item a {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}
.header__icon__list .icon-link__item--label {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 50%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    white-space: none;
    margin: auto;
    padding: 0.1em 1em;
    -webkit-transform: translate(-50%, -40px);
    -ms-transform: translate(-50%, -40px);
    transform: translate(-50%, -40px);
    opacity: 0;
    font-size: 14px;
    color: #000;
    background: #fff;
    border-radius: 25px;
    white-space: nowrap;
    text-align: center
}
.header__icon__list .icon-link__item--icon {
    color: #4f182f;
    font-size: 1.2em
}
.header__icon__list .icon-link__item:before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 90%;
    height: 90%;
    background: transparent;
    border-radius: 50%;
    -webkit-transition: 350ms ease 0ms;
    -o-transition: 350ms ease 0ms;
    transition: 350ms ease 0ms;
    z-index: -1
}
.header__icon__list .icon-link__item:hover {
    background: white
}
.header__icon__list .icon-link__item:hover:before {
    background: #fff;
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3)
}
.header__icon__list .icon-link__item:hover .icon-link__item--label {
    opacity: 1
}
@media (max-width:949px) {
    .main__flex .content {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
    .main__flex .subnav__container, .main__flex .subnav__grid {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }
}
@media (min-width:950px) {
    .main__flex {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        gap: 5%;
        padding-right: 0
    }
    .content {
        width: 65%;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }
}
.mason--main--full .main__flex {
    padding: 0 5%
}
.mason--main--full .content {
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    padding-left: 0;
    padding-right: 0;
    max-width: 1270px
}
.mason--main--full .content .content__region p {
    font-size: 1.0625em
}
.mason--content--hide .content__attachments, .mason--content--hide .content__region, .mason--content--hide .content__social {
    display: none
}
.mason--layout--grid-and-content .content .content__region p {
    font-size: 1.125em
}
@media (min-width:1050px) {
    .mason--layout--grid-and-content .content .content__region {
        max-width: 713px
    }
}
.subnav {
    position: relative;
    width: 100%;
    background: var(--col-pri);
    color: #fff;
    padding: 2em;
    border-radius: 35px;
    overflow: hidden
}
.subnav__title {
    margin: 0 0 1em;
    font-size: 1.75em
}
.logo-watermark {
    position: absolute;
    content: '';
    top: auto;
    right: 7%;
    bottom: 0;
    left: auto;
    width: 50%;
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}
.logo-watermark svg {
    opacity: 0.06
}
.subnav__list {
    position: relative
}
.subnav__list__item {
    position: relative;
    width: 100%
}
.subnav__list__item__link {
    position: relative;
    z-index: 2;
    padding: 0.5em 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.125em;
    font-weight: 300
}
.subnav__list__item__link span {
    padding-left: 0em;
    position: relative;
    -webkit-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms
}
.subnav__list__item__link span:before {
    position: absolute;
    content: '';
    top: auto;
    right: auto;
    bottom: auto;
    left: 0;
    content: "\f105";
    font-family: "fontAwesome";
    font-weight: 400;
    margin-right: 1em;
    opacity: 0;
    -webkit-transform: translate(-2em, 3px);
    -ms-transform: translate(-2em, 3px);
    transform: translate(-2em, 3px);
    -webkit-transition: opacity 300ms ease-in, -webkit-transform 300ms ease;
    transition: opacity 300ms ease-in, -webkit-transform 300ms ease;
    -o-transition: opacity 300ms ease-in, transform 300ms ease;
    transition: opacity 300ms ease-in, transform 300ms ease;
    transition: opacity 300ms ease-in, transform 300ms ease, -webkit-transform 300ms ease
}
.subnav__list__item__link span:after {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: -2em;
    width: calc(100% + 3em);
    height: 130%;
    margin: auto;
    background: var(--col-sec);
    border-radius: 0 50px 50px 0;
    z-index: -1;
    opacity: 0;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms
}
.subnav__list__item--selected .subnav__list__item__link span, .subnav__list__item__link:hover span {
    padding-left: 1.4em
}
.subnav__list__item--selected .subnav__list__item__link span:before, .subnav__list__item__link:hover span:before {
    opacity: 1;
    -webkit-transform: translate(0em, 3px);
    -ms-transform: translate(0em, 3px);
    transform: translate(0em, 3px)
}
.subnav__list__item--selected .subnav__list__item__link span:after, .subnav__list__item__link:hover span:after {
    opacity: 1;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%)
}
@media (min-width:550px) {
    .subnav__list__item {
        display: inline-block;
        vertical-align: top;
        width: 50%
    }
}
@media (min-width:950px) {
    .subnav__container {
        width: 35%;
        max-width: 21.25em;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }
    .subnav__list__item {
        width: 100%
    }
}
.footer__spacer {
    position: relative;
    width: 100vw;
    opacity: 0.4;
    height: 6vw;
    background: transparent
}
.footer__container {
    background: var(--col-pri)
}
.footer {
    background: transparent;
    position: relative;
    overflow: hidden
}
.footer .footer__container {
    background: var(--col-pri);
    padding-inline: 5%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}
@media (min-width:1409.7px) {
    .footer .footer__container {
        padding-left: calc(50% - 635px);
        padding-right: calc(50% - 635px)
    }
}
.footer a {
    text-decoration: none;
    color: #fff;
    padding-block: 0.4em;
    text-decoration: underline;
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent;
    -webkit-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms
}
.footer a:hover {
    -webkit-text-decoration-color: #fff;
    text-decoration-color: #fff
}
.footer .footer__curve {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    width: 100%
}
.footer .footer__curve svg path {
    fill: var(--col-pri)
}
.footer .header__logo {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}
.footer__watermark {
    display: none
}
.footer__legal {
    position: relative;
    padding: 1em 0
}
.footer__legal p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}
.footer__legal p span {
    padding-top: 0.8em;
    padding-bottom: 0.4em
}
.footer__legal p a[target=_blank] {
    position: relative
}
.footer__legal p a[target=_blank]:after {
    position: absolute;
    content: "(opens in new window)";
    visibility: hidden
}
.footer__sep {
    display: none;
    margin: 0 1em
}
@media (min-width:769px) {
    .footer .footer__container {
        padding-block: 1.5em;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .footer .header__logo {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .footer__watermark {
        display: block;
        position: absolute;
        top: -50%;
        left: -30%;
        opacity: 0.25;
        width: clamp(180px, 10vw, 285px)
    }
    .footer__legal {
        width: 50%;
        max-width: 500px;
        text-align: right
    }
    .footer__legal p {
        display: inline-block
    }
    .footer__legal p span {
        padding-block: 0
    }
    .footer__sep {
        display: inline-block
    }
}
.lte-ie8 .footer .footer__container {
    padding-block: 1.5em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}
.lte-ie8 .footer .header__logo {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}
.lte-ie8 .footer__watermark {
    display: block;
    position: absolute;
    top: -50%;
    left: -30%;
    opacity: 0.25;
    width: clamp(180px, 10vw, 285px)
}
.lte-ie8 .footer__legal {
    width: 50%;
    max-width: 500px;
    text-align: right
}
.lte-ie8 .footer__legal p {
    display: inline-block
}
.lte-ie8 .footer__legal p span {
    padding-block: 0
}
.lte-ie8 .footer__sep {
    display: inline-block
}
@media (min-width:1025px) {
    .footer__watermark {
        top: -72%
    }
}
