/* @import url(https://fonts.googleapis.com/css?family=Cormorant + Garamond:400, 400i, 600, 600i&display=swap); */


/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

@import url(https://fonts.googleapis.com/css?family=Cormorant+Garamond:400,400i,600,600i&display=swap);
@font-face {
    font-family: "ITC Avant Garde Pro Demi";
    src: url(../font/ITC\ Avant\ Garde\ Gothic\ LT\ Demi\ Regular.otf);
}

@font-face {
    font-family: "ITC Avant Garde Pro Md";
    src: url(../font/ITCAvantGardePro-Md.ttf);
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
    min-width: 380px;
}

main {
    display: block;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

[type="button"],
[type="reset"],
[type="submit"],
button {
    -webkit-appearance: button;
}

[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

body {
    overflow-x: hidden;
}

[class*="background-stretch-full-width"] {
    position: relative;
}

[class*="background-stretch-full-width"]:before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    height: 100%;
    width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

.fullheight {
    min-height: 100vh;
    height: 100vh;
    height: calc(var(--vh) * 100);
    background: #eee;
    position: relative;
}

.breakpointer {
    position: fixed;
    top: 40px;
    right: 0;
    display: block;
    z-index: 9999;
    pointer-events: none;
}

.breakpointer:before {
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    display: block;
    font-size: 0.8em;
    padding: 0.25em;
    color: #fff;
    width: 100px;
}

.breakpointer:after {
    content: "Portrait";
    position: absolute;
    top: 22px;
    right: 0;
    text-align: center;
    display: block;
    font-size: 0.8em;
    padding: 0.25em;
    color: #fff;
    width: 100px;
}

@media screen and (orientation: landscape) {
    .breakpointer:after {
        content: "Landscape";
    }
}

@media screen and (orientation: portrait) {
    .show-portrait-only {
        display: block;
        visibility: visible;
    }
}

@media screen and (orientation: landscape) {
    .show-portrait-only {
        display: none;
        visibility: hidden;
    }
}

@media screen and (orientation: portrait) {
    .show-landscape-only {
        display: none;
        visibility: hidden;
    }
}

@media screen and (orientation: landscape) {
    .show-landscape-only {
        display: block;
        visibility: visible;
    }
}

.grid-demo .columns {
    border: solid 1px #fff;
    background: #f6f6f6;
    text-align: center;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}

.grid-demo strong {
    display: block;
    background: #ccc;
}

@media (max-width: 479px) {
    .breakpointer:before {
        content: "$sm-bp";
        display: block;
        background: teal;
    }
    .grid-demo strong.sm-bp {
        color: teal;
        display: block;
    }
}

@media (min-width: 480px) and (max-width: 768px) {
    .breakpointer:before {
        content: "$md-bp";
        display: block;
        background: green;
    }
    .grid-demo strong.md-bp {
        color: green;
        display: block;
    }
}

@media (min-width: 769px) and (max-width: 989px) {
    .breakpointer:before {
        content: "$lg-bp";
        display: block;
        background: gold;
    }
    .grid-demo strong.lg-bp {
        color: gold;
        display: block;
    }
}

@media (min-width: 990px) and (max-width: 1199px) {
    .breakpointer:before {
        content: "$xl-bp";
        display: block;
        background: orange;
    }
    .grid-demo strong.xl-bp {
        color: orange;
        display: block;
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .breakpointer:before {
        content: "$xxl-bp";
        display: block;
        background: red;
    }
    .grid-demo strong.xxl-bp {
        color: red;
        display: block;
    }
}

@media (min-width: 1400px) {
    .breakpointer:before {
        content: "$xxxl-bp";
        display: block;
        background: #000;
    }
    .grid-demo strong.xxxl-bp {
        color: #000;
        display: block;
    }
}

.position-relative {
    position: relative;
}

.overflow-hidden {
    overflow: hidden;
}

.clear-both {
    clear: both;
}

.valign-parent {
    display: table;
}

.valign-child {
    display: table-cell;
    vertical-align: middle;
}

.hidden {
    display: none !important;
    visibility: hidden !important;
}

@media (max-width: 479px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 480px) and (max-width: 768px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width: 769px) and (max-width: 989px) {
    .hidden-lg {
        display: none !important;
    }
}

@media (min-width: 990px) {
    .hidden-xl {
        display: none !important;
    }
}

.row {
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.row.narrow {
    max-width: 1010px;
}

@media (min-width: 769px) {
    .row {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

.row.alignright {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.row .columns {
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.row .columns>.row {
    margin-right: -1rem;
    margin-left: -1rem;
}

@media (max-width: 479px) {
    .row .col-sm-1 {
        width: 8.3333333333%;
    }
    .row .col-sm-2 {
        width: 16.6666666667%;
    }
    .row .col-sm-3 {
        width: 25%;
    }
    .row .col-sm-4 {
        width: 33.3333333333%;
    }
    .row .col-sm-5 {
        width: 41.6666666667%;
    }
    .row .col-sm-6 {
        width: 50%;
    }
    .row .col-sm-7 {
        width: 58.3333333333%;
    }
    .row .col-sm-8 {
        width: 66.6666666667%;
    }
    .row .col-sm-9 {
        width: 75%;
    }
    .row .col-sm-10 {
        width: 83.3333333333%;
    }
    .row .col-sm-11 {
        width: 91.6666666667%;
    }
    .row .col-sm-12 {
        width: 100%;
    }
}

@media (min-width: 480px) {
    .row .col-md-1 {
        width: 8.3333333333%;
    }
    .row .col-md-2 {
        width: 16.6666666667%;
    }
    .row .col-md-3 {
        width: 25%;
    }
    .row .col-md-4 {
        width: 33.3333333333%;
    }
    .row .col-md-5 {
        width: 41.6666666667%;
    }
    .row .col-md-6 {
        width: 50%;
    }
    .row .col-md-7 {
        width: 58.3333333333%;
    }
    .row .col-md-8 {
        width: 66.6666666667%;
    }
    .row .col-md-9 {
        width: 75%;
    }
    .row .col-md-10 {
        width: 83.3333333333%;
    }
    .row .col-md-11 {
        width: 91.6666666667%;
    }
    .row .col-md-12 {
        width: 100%;
    }
}

@media (min-width: 769px) {
    .row .col-lg-1 {
        width: 8.3333333333%;
    }
    .row .col-lg-2 {
        width: 16.6666666667%;
    }
    .row .col-lg-3 {
        width: 25%;
    }
    .row .col-lg-4 {
        width: 33.3333333333%;
    }
    .row .col-lg-5 {
        width: 41.6666666667%;
    }
    .row .col-lg-6 {
        width: 50%;
    }
    .row .col-lg-7 {
        width: 58.3333333333%;
    }
    .row .col-lg-8 {
        width: 66.6666666667%;
    }
    .row .col-lg-9 {
        width: 75%;
    }
    .row .col-lg-10 {
        width: 83.3333333333%;
    }
    .row .col-lg-11 {
        width: 91.6666666667%;
    }
    .row .col-lg-12 {
        width: 100%;
    }
}

@media (min-width: 990px) {
    .row .col-xl-1 {
        width: 8.3333333333%;
    }
    .row .col-xl-2 {
        width: 16.6666666667%;
    }
    .row .col-xl-3 {
        width: 25%;
    }
    .row .col-xl-4 {
        width: 33.3333333333%;
    }
    .row .col-xl-5 {
        width: 41.6666666667%;
    }
    .row .col-xl-6 {
        width: 50%;
    }
    .row .col-xl-7 {
        width: 58.3333333333%;
    }
    .row .col-xl-8 {
        width: 66.6666666667%;
    }
    .row .col-xl-9 {
        width: 75%;
    }
    .row .col-xl-10 {
        width: 83.3333333333%;
    }
    .row .col-xl-11 {
        width: 91.6666666667%;
    }
    .row .col-xl-12 {
        width: 100%;
    }
}

@media (min-width: 1200px) {
    .row .col-xxl-1 {
        width: 8.3333333333%;
    }
    .row .col-xxl-2 {
        width: 16.6666666667%;
    }
    .row .col-xxl-3 {
        width: 25%;
    }
    .row .col-xxl-4 {
        width: 33.3333333333%;
    }
    .row .col-xxl-5 {
        width: 41.6666666667%;
    }
    .row .col-xxl-6 {
        width: 50%;
    }
    .row .col-xxl-7 {
        width: 58.3333333333%;
    }
    .row .col-xxl-8 {
        width: 66.6666666667%;
    }
    .row .col-xxl-9 {
        width: 75%;
    }
    .row .col-xxl-10 {
        width: 83.3333333333%;
    }
    .row .col-xxl-11 {
        width: 91.6666666667%;
    }
    .row .col-xxl-12 {
        width: 100%;
    }
}

@media (min-width: 1400px) {
    .row .col-xxxl-1 {
        width: 8.3333333333%;
    }
    .row .col-xxxl-2 {
        width: 16.6666666667%;
    }
    .row .col-xxxl-3 {
        width: 25%;
    }
    .row .col-xxxl-4 {
        width: 33.3333333333%;
    }
    .row .col-xxxl-5 {
        width: 41.6666666667%;
    }
    .row .col-xxxl-6 {
        width: 50%;
    }
    .row .col-xxxl-7 {
        width: 58.3333333333%;
    }
    .row .col-xxxl-8 {
        width: 66.6666666667%;
    }
    .row .col-xxxl-9 {
        width: 75%;
    }
    .row .col-xxxl-10 {
        width: 83.3333333333%;
    }
    .row .col-xxxl-11 {
        width: 91.6666666667%;
    }
    .row .col-xxxl-12 {
        width: 100%;
    }
}

@media (max-width: 479px) {
    .row .offset-col-sm-1 {
        margin-left: 8.3333333333%;
    }
    .row .offset-col-sm-2 {
        margin-left: 16.6666666667%;
    }
    .row .offset-col-sm-3 {
        margin-left: 25%;
    }
    .row .offset-col-sm-4 {
        margin-left: 33.3333333333%;
    }
    .row .offset-col-sm-5 {
        margin-left: 41.6666666667%;
    }
    .row .offset-col-sm-6 {
        margin-left: 50%;
    }
    .row .offset-col-sm-7 {
        margin-left: 58.3333333333%;
    }
    .row .offset-col-sm-8 {
        margin-left: 66.6666666667%;
    }
    .row .offset-col-sm-9 {
        margin-left: 75%;
    }
    .row .offset-col-sm-10 {
        margin-left: 83.3333333333%;
    }
    .row .offset-col-sm-11 {
        margin-left: 91.6666666667%;
    }
    .row .offset-col-sm-12 {
        margin-left: 100%;
    }
}

@media (min-width: 480px) {
    .row .offset-col-md-1 {
        margin-left: 8.3333333333%;
    }
    .row .offset-col-md-2 {
        margin-left: 16.6666666667%;
    }
    .row .offset-col-md-3 {
        margin-left: 25%;
    }
    .row .offset-col-md-4 {
        margin-left: 33.3333333333%;
    }
    .row .offset-col-md-5 {
        margin-left: 41.6666666667%;
    }
    .row .offset-col-md-6 {
        margin-left: 50%;
    }
    .row .offset-col-md-7 {
        margin-left: 58.3333333333%;
    }
    .row .offset-col-md-8 {
        margin-left: 66.6666666667%;
    }
    .row .offset-col-md-9 {
        margin-left: 75%;
    }
    .row .offset-col-md-10 {
        margin-left: 83.3333333333%;
    }
    .row .offset-col-md-11 {
        margin-left: 91.6666666667%;
    }
    .row .offset-col-md-12 {
        margin-left: 100%;
    }
}

@media (min-width: 769px) {
    .row .offset-col-lg-1 {
        margin-left: 8.3333333333%;
    }
    .row .offset-col-lg-2 {
        margin-left: 16.6666666667%;
    }
    .row .offset-col-lg-3 {
        margin-left: 25%;
    }
    .row .offset-col-lg-4 {
        margin-left: 33.3333333333%;
    }
    .row .offset-col-lg-5 {
        margin-left: 41.6666666667%;
    }
    .row .offset-col-lg-6 {
        margin-left: 50%;
    }
    .row .offset-col-lg-7 {
        margin-left: 58.3333333333%;
    }
    .row .offset-col-lg-8 {
        margin-left: 66.6666666667%;
    }
    .row .offset-col-lg-9 {
        margin-left: 75%;
    }
    .row .offset-col-lg-10 {
        margin-left: 83.3333333333%;
    }
    .row .offset-col-lg-11 {
        margin-left: 91.6666666667%;
    }
    .row .offset-col-lg-12 {
        margin-left: 100%;
    }
}

@media (min-width: 990px) {
    .row .offset-col-xl-1 {
        margin-left: 8.3333333333%;
    }
    .row .offset-col-xl-2 {
        margin-left: 16.6666666667%;
    }
    .row .offset-col-xl-3 {
        margin-left: 25%;
    }
    .row .offset-col-xl-4 {
        margin-left: 33.3333333333%;
    }
    .row .offset-col-xl-5 {
        margin-left: 41.6666666667%;
    }
    .row .offset-col-xl-6 {
        margin-left: 50%;
    }
    .row .offset-col-xl-7 {
        margin-left: 58.3333333333%;
    }
    .row .offset-col-xl-8 {
        margin-left: 66.6666666667%;
    }
    .row .offset-col-xl-9 {
        margin-left: 75%;
    }
    .row .offset-col-xl-10 {
        margin-left: 83.3333333333%;
    }
    .row .offset-col-xl-11 {
        margin-left: 91.6666666667%;
    }
    .row .offset-col-xl-12 {
        margin-left: 100%;
    }
}

@media (min-width: 1200px) {
    .row .offset-col-xxl-1 {
        margin-left: 8.3333333333%;
    }
    .row .offset-col-xxl-2 {
        margin-left: 16.6666666667%;
    }
    .row .offset-col-xxl-3 {
        margin-left: 25%;
    }
    .row .offset-col-xxl-4 {
        margin-left: 33.3333333333%;
    }
    .row .offset-col-xxl-5 {
        margin-left: 41.6666666667%;
    }
    .row .offset-col-xxl-6 {
        margin-left: 50%;
    }
    .row .offset-col-xxl-7 {
        margin-left: 58.3333333333%;
    }
    .row .offset-col-xxl-8 {
        margin-left: 66.6666666667%;
    }
    .row .offset-col-xxl-9 {
        margin-left: 75%;
    }
    .row .offset-col-xxl-10 {
        margin-left: 83.3333333333%;
    }
    .row .offset-col-xxl-11 {
        margin-left: 91.6666666667%;
    }
    .row .offset-col-xxl-12 {
        margin-left: 100%;
    }
}

@media (min-width: 1400px) {
    .row .offset-col-xxxl-1 {
        margin-left: 8.3333333333%;
    }
    .row .offset-col-xxxl-2 {
        margin-left: 16.6666666667%;
    }
    .row .offset-col-xxxl-3 {
        margin-left: 25%;
    }
    .row .offset-col-xxxl-4 {
        margin-left: 33.3333333333%;
    }
    .row .offset-col-xxxl-5 {
        margin-left: 41.6666666667%;
    }
    .row .offset-col-xxxl-6 {
        margin-left: 50%;
    }
    .row .offset-col-xxxl-7 {
        margin-left: 58.3333333333%;
    }
    .row .offset-col-xxxl-8 {
        margin-left: 66.6666666667%;
    }
    .row .offset-col-xxxl-9 {
        margin-left: 75%;
    }
    .row .offset-col-xxxl-10 {
        margin-left: 83.3333333333%;
    }
    .row .offset-col-xxxl-11 {
        margin-left: 91.6666666667%;
    }
    .row .offset-col-xxxl-12 {
        margin-left: 100%;
    }
}

.background-color-blue {
    background: var(--color-blue);
}

.text-color-blue {
    color: var(--color-blue);
}

.background-stretch-full-width-blue:before {
    background: var(--color-blue);
}

.background-color-black {
    background: #333;
}

.text-color-black {
    color: #333;
}

.background-stretch-full-width-black:before {
    background: #333;
}

.background-color-dkgrey {
    background: #aaa;
}

.text-color-dkgrey {
    color: #aaa;
}

.background-stretch-full-width-dkgrey:before {
    background: #aaa;
}

.background-color-mdgrey {
    background: #bbb;
}

.text-color-mdgrey {
    color: #bbb;
}

.background-stretch-full-width-mdgrey:before {
    background: #bbb;
}

.background-color-ltgrey {
    background: #ccc;
}

.text-color-ltgrey {
    color: #ccc;
}

.background-stretch-full-width-ltgrey:before {
    background: #ccc;
}

.background-color-fdgrey {
    background: #f6f6f6;
}

.text-color-fdgrey {
    color: #f6f6f6;
}

.background-stretch-full-width-fdgrey:before {
    background: #f6f6f6;
}

.background-color-white {
    background: #fff;
}

.text-color-white {
    color: #fff;
}

.background-stretch-full-width-white:before {
    background: #fff;
}

.background-color-gold {
    background: #796859;
}

.text-color-gold {
    color: #796859;
}

.background-stretch-full-width-gold:before {
    background: #796859;
}

html {
    scroll-behavior: smooth;
}

@-webkit-keyframes bounce {
    0%,
    50%,
    to {
        -webkit-transform: translateY(0);
    }
    25%,
    75% {
        -webkit-transform: translateY(4px);
    }
}

@keyframes bounce {
    0%,
    50%,
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    25%,
    75% {
        -webkit-transform: translateY(4px);
        transform: translateY(4px);
    }
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-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);
    }
}

@-webkit-keyframes fadein {
    0%,
    50% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadein {
    0%,
    50% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.bounce {
    -webkit-animation: bounce 2s linear 0s infinite;
    animation: bounce 2s linear 0s infinite;
}

.fadein {
    -webkit-animation: fadein 0.5s;
    animation: fadein 0.5s;
}

@font-face {
    font-display: swap;
    font-family: "ITC Avant Garde Pro Bk";
    src: url(../../../../../../../../../themes/loom/_assets/fonts/ITCAvantGardePro-Bk.woff2) format("woff2"), url(../../../../../../../../../themes/loom/_assets/fonts/ITCAvantGardePro-Bk.woff) format("woff");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-display: swap;
    font-family: "ITC Avant Garde Pro Bold";
    src: url(../../../../../../../../../themes/loom/_assets/fonts/ITCAvantGardePro-BoldObl.woff2) format("woff2"), url(../../../../../../../../../themes/loom/_assets/fonts/ITCAvantGardePro-BoldObl.woff) format("woff");
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-display: swap;
    font-family: "ITC Avant Garde Pro XLt";
    src: url(../../../../../../../../../themes/loom/_assets/fonts/ITCAvantGardePro-XLtObl.woff2) format("woff2"), url(../../../../../../../../../themes/loom/_assets/fonts/ITCAvantGardePro-XLtObl.woff) format("woff");
    font-weight: 200;
    font-style: italic;
}

@font-face {
    font-display: swap;
    font-family: "ITC Avant Garde Pro Bk";
    src: url(../../../../../../../../../themes/loom/_assets/fonts/ITCAvantGardePro-BkObl.woff2) format("woff2"), url(../../../../../../../../../themes/loom/_assets/fonts/ITCAvantGardePro-BkObl.woff) format("woff");
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-display: swap;
    font-family: "ITC Avant Garde Pro Demi";
    src: url(../../../../../../../../../themes/loom/_assets/fonts/ITCAvantGardePro-Demi.woff2) format("woff2"), url(../../../../../../../../../themes/loom/_assets/fonts/ITCAvantGardePro-Demi.woff) format("woff");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-display: swap;
    font-family: "ITC Avant Garde Pro Md";
    src: url(../../../../../../../../../themes/loom/_assets/fonts/ITCAvantGardePro-Md.woff2) format("woff2"), url(../../../../../../../../../themes/loom/_assets/fonts/ITCAvantGardePro-Md.woff) format("woff");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-display: swap;
    font-family: "ITC Avant Garde Pro Md";
    src: url(../../../../../../../../../themes/loom/_assets/fonts/ITCAvantGardePro-MdObl.woff2) format("woff2"), url(../../../../../../../../../themes/loom/_assets/fonts/ITCAvantGardePro-MdObl.woff) format("woff");
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-display: swap;
    font-family: "ITC Avant Garde Pro Bold";
    src: url(../../../../../../../../../themes/loom/_assets/fonts/ITCAvantGardePro-Bold.woff2) format("woff2"), url(../../../../../../../../../themes/loom/_assets/fonts/ITCAvantGardePro-Bold.woff) format("woff");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-display: swap;
    font-family: "ITC Avant Garde Pro XLt";
    src: url(../../../../../../../../../themes/loom/_assets/fonts/ITCAvantGardePro-XLt.woff2) format("woff2"), url(../../../../../../../../../themes/loom/_assets/fonts/ITCAvantGardePro-XLt.woff) format("woff");
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-display: swap;
    font-family: "ITC Avant Garde Pro Demi";
    src: url(../../../../../../../../../themes/loom/_assets/fonts/ITCAvantGardePro-DemiObl.woff2) format("woff2"), url(../../../../../../../../../themes/loom/_assets/fonts/ITCAvantGardePro-DemiObl.woff) format("woff");
    font-weight: 600;
    font-style: italic;
}

body,
html {
    color: #796859;
}

body {
    font-family: "Cormorant Garamond", serif;
    font-display: fallback;
    color: #796859;
    font-size: 1.25em;
    line-height: 1.2;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a,
a:visited {
    color: #333333;
    text-decoration: none;
    outline: 0;
    cursor: pointer;
    -webkit-transition: color 0.5s;
    -o-transition: color 0.5s;
    transition: color 0.5s;
}

a:focus,
a:hover {
    text-decoration: none;
    color: #1d93d2;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0.6em 0;
    padding: 0;
    font-weight: 700;
    -webkit-font-smoothing: auto;
}

.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    font-weight: inherit;
}

.h1,
h1 {
    font-family: "ITC Avant Garde Pro Demi";
    font-weight: 400;
    color: #1d93d2;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    line-height: 1.05;
    font-size: 1.7em;
}

@media (min-width: 769px) {
    .h1,
    h1 {
        font-size: 2em;
    }
}

.h2,
h2 {
    font-size: 1.2em;
    font-family: "ITC Avant Garde Pro Demi";
    font-weight: 400;
    color: #1d93d2;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    line-height: 1.05;
    line-height: 1.15;
}

@media (min-width: 769px) {
    .h2,
    h2 {
        font-size: 1.4em;
    }
}

.h3,
h3 {
    font-size: 1.1em;
}

@media (min-width: 769px) {
    .h3,
    h3 {
        font-size: 1.3em;
    }
}

.h4,
h4 {
    font-size: 1em;
}

.h5,
h5 {
    font-size: 0.9em;
}

.h6,
h6 {
    font-size: 0.8em;
}

p {
    margin: 1.25em 0;
}

.p {
    margin: 1.25em 0;
}

em {
    font-style: italic;
}

strong {
    font-weight: 700;
}

.small,
small {
    font-size: 80%;
}

.nlbr {
    display: inline-block;
}

.with-hr {
    position: relative;
    margin-bottom: 0.75em;
    margin-top: 1.75em;
}

.with-hr:after {
    content: "";
    display: block;
    width: 1em;
    border-bottom: solid 2px #796859;
    margin: 0.35em 0;
}

@media (min-width: 769px) {
    .with-hr {
        margin-bottom: 1.75em;
        margin-top: 2.75em;
    }
}

blockquote {
    margin: 0;
    display: block;
    padding: 0;
    position: relative;
    border: none;
    max-width: 26em;
    padding: 2.25em;
}

blockquote:before {
    content: "";
    display: block;
    /* background: url(../../../../../../../../../themes/loom/_assets/images/Apostrophe.svg) no-repeat left top; */
    width: 4.5em;
    height: 4.5em;
    -ms-background-size: contain;
    background-size: contain;
    position: absolute;
    left: 0.85em;
    top: 0.85em;
}

blockquote p {
    position: relative;
    z-index: 2;
    font-size: 1.3em;
    font-family: "ITC Avant Garde Pro Md";
    font-weight: 400;
    color: #333333;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    line-height: 1.25;
}

blockquote cite {
    font-style: normal;
    font-weight: 700;
}

address {
    font-style: normal;
}

a[href*="mailto"] {
    word-break: break-all;
}

.ol,
.ul {
    list-style: none;
    margin: 0.5em 0;
    padding: 0;
}

.ul>li {
    position: relative;
    padding-left: 1em;
}

.ul>li:before {
    content: "";
    position: absolute;
    top: 0.5em;
    left: 0;
    width: 5px;
    height: 5px;
    display: block;
    background: #000;
}

.ol {
    counter-reset: li;
}

.ol>li {
    position: relative;
    padding-left: 1em;
}

.ol>li:before {
    content: counter(li);
    counter-increment: li;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}

.aligncenter {
    text-align: center;
}

.alignleft {
    text-align: left;
}

.alignright {
    text-align: right;
}

.truncate-string-with-ellipsis {
    width: 215px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

hr {
    border: solid;
    border-width: 1px 0 0;
    clear: both;
    margin: 1em 0;
    height: 0;
}

.btn,
.hamburger-btn,
a.btn,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: none;
    border-radius: 1.5em;
    display: inline-block;
    text-align: center;
    font-size: 0.85em;
    padding: 1.1em 3em 0.8em 3em;
    -webkit-tap-highlight-color: transparent;
    text-decoration: none;
    cursor: pointer;
    line-height: normal;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: border-color 0.5s, background-color 0.5s, color 2s;
    -o-transition: border-color 0.5s, background-color 0.5s, color 2s;
    transition: border-color 0.5s, background-color 0.5s, color 2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-font-smoothing: antialiased;
    background: #796859;
    position: relative;
    overflow: hidden;
    font-family: "ITC Avant Garde Pro Md";
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.25em;
    min-width: 15em;
    text-transform: uppercase;
    color: #fff;
}

.btn:focus,
.hamburger-btn:focus,
a.btn:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
    outline: none !important;
}

.btn::-moz-focus-inner,
.hamburger-btn::-moz-focus-inner,
a.btn::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner {
    border: 0;
}

@media (min-width: 769px) {
    .btn,
    .hamburger-btn,
    a.btn,
    input[type="button"],
    input[type="reset"],
    input[type="submit"] {
        min-width: 17em;
    }
}

.btn,
.hamburger-btn,
a.btn,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    background: -webkit-gradient( linear, left top, right top, color-stop(0.06%, #806b50), color-stop(23.94%, #d4c7ac), color-stop(28.85%, #b7aa91), color-stop(32.91%, #9b8b73), color-stop(38.61%, #887860), color-stop(45.06%, #7b6b55), color-stop(49.96%, #796850), color-stop(75.42%, #c1b0a0), to(#796955));
    background: -o-linear-gradient(left, #806b50 0.06%, #d4c7ac 23.94%, #b7aa91 28.85%, #9b8b73 32.91%, #887860 38.61%, #7b6b55 45.06%, #796850 49.96%, #c1b0a0 75.42%, #796955 100%);
    background: linear-gradient(90deg, #806b50 0.06%, #d4c7ac 23.94%, #b7aa91 28.85%, #9b8b73 32.91%, #887860 38.61%, #7b6b55 45.06%, #796850 49.96%, #c1b0a0 75.42%, #796955 100%);
}

.btn:after,
.hamburger-btn:after,
input[type="button"]:after,
input[type="reset"]:after,
input[type="submit"]:after {
    content: "";
    position: absolute;
    top: -110%;
    left: -210%;
    width: 200%;
    height: 200%;
    opacity: 0;
    background: rgba(255, 255, 255, 0.13);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.13)), color-stop(77%, rgba(255, 255, 255, 0.13)), color-stop(92%, rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0)));
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0.13) 0%, rgba(255, 255, 255, 0.13) 77%, rgba(255, 255, 255, 0.5) 92%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0.13) 0%, rgba(255, 255, 255, 0.13) 77%, rgba(255, 255, 255, 0.5) 92%, rgba(255, 255, 255, 0) 100%);
}

.btn:hover:after,
.hamburger-btn:hover:after,
input[type="button"]:hover:after,
input[type="reset"]:hover:after,
input[type="submit"]:hover:after {
    opacity: 1;
    top: -30%;
    left: -30%;
    -webkit-transition-property: left, top, opacity;
    -o-transition-property: left, top, opacity;
    transition-property: left, top, opacity;
    -webkit-transition-duration: 0.7s, 0.7s, 0.15s;
    -o-transition-duration: 0.7s, 0.7s, 0.15s;
    transition-duration: 0.7s, 0.7s, 0.15s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
}

.icon:active:after {
    opacity: 0;
}

.btn-small.hamburger-btn,
.btn.btn-small,
input.btn-small[type="button"],
input.btn-small[type="reset"],
input.btn-small[type="submit"] {
    font-size: 0.8em;
}

.btn-large.hamburger-btn,
.btn.btn-large,
input.btn-large[type="button"],
input.btn-large[type="reset"],
input.btn-large[type="submit"] {
    font-size: 1.5em;
}

.btn-primary.hamburger-btn,
.btn.btn-primary,
input.btn-primary[type="button"],
input.btn-primary[type="reset"],
input.btn-primary[type="submit"] {
    background: blue;
}

.btn-primary.hamburger-btn:focus,
.btn.btn-primary:focus,
input.btn-primary[type="button"]:focus,
input.btn-primary[type="reset"]:focus,
input.btn-primary[type="submit"]:focus {
    background: #33f;
}

.btn-primary.hamburger-btn:hover,
.btn.btn-primary:hover,
input.btn-primary[type="button"]:hover,
input.btn-primary[type="reset"]:hover,
input.btn-primary[type="submit"]:hover {
    background: #66f;
}

.btn-primary.hamburger-btn:active,
.btn.btn-primary:active,
input.btn-primary[type="button"]:active,
input.btn-primary[type="reset"]:active,
input.btn-primary[type="submit"]:active {
    background: #00c;
}

.arrow-down {
    /* background: url(./../image/Arrow.svg) no-repeat center center; */
    width: 3em;
    height: 3em;
    -ms-background-size: contain;
    background-size: contain;
    -webkit-animation: bounce 2s linear 0s infinite;
    animation: bounce 2s linear 0s infinite;
}

.hamburger-btn {
    border: none;
    padding: 0;
    width: 32px;
    background: none;
    border-radius: 0;
}

.hamburger-btn:focus,
.hamburger-btn:hover {
    border: none;
    background: none;
}

.hamburger-btn em {
    display: block;
    height: 2px;
    margin: 7px 0;
    background: #1d93d2;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    position: relative;
}

.hamburger-btn.open em:first-child {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 9px;
}

.hamburger-btn.open em:nth-child(2) {
    opacity: 0;
}

.hamburger-btn.open em:last-child {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: -9px;
}

.label,
.legend,
label,
legend {
    display: block;
    font-size: 1em;
    padding: 0.3em 1em 0.3em 0;
    font-weight: 700;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

label.error {
    color: coral;
}

.fieldstyle,
input[type="date"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
select,
textarea {
    color: #796859;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    border-bottom: solid 1px #333333;
    border-radius: 0;
    background-color: transparent;
    font-size: 1em;
    padding: 0.5em 1em;
    width: 100%;
    outline: none;
    margin: 0;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: background-color 0.5s;
    -o-transition: background-color 0.5s;
    transition: background-color 0.5s;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}

.fieldstyle:focus,
input[type="date"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
select:focus,
textarea:focus {
    outline: none !important;
    border: none;
    border-bottom: solid 2px #333333;
}

.fieldstyle.error,
input.error[type="date"],
input.error[type="email"],
input.error[type="number"],
input.error[type="password"],
input.error[type="search"],
input.error[type="tel"],
input.error[type="text"],
select.error,
textarea.error {
    border-bottom-color: coral;
}

.fieldstyle.valid,
input.valid[type="date"],
input.valid[type="email"],
input.valid[type="number"],
input.valid[type="password"],
input.valid[type="search"],
input.valid[type="tel"],
input.valid[type="text"],
select.valid,
textarea.valid {
    border-bottom-color: var(--color-blue);
}

textarea {
    resize: vertical;
}

.checkboxes,
.checkradio,
.radios {
    display: inline-block;
    padding: 0;
    position: relative;
}

.checkboxes input,
.checkradio input,
.radios input {
    display: inline-block;
    visibility: hidden;
    width: 0;
    height: 0;
}

.checkboxes label,
.checkradio label,
.radios label {
    display: inline-block;
    width: auto;
    padding: 0 0 0 24px;
    height: auto;
    margin: 0 19px 0 0;
    position: relative;
    font-weight: 400;
    cursor: pointer;
}

.checkboxes label:before,
.checkradio label:before,
.radios label:before {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    top: 0;
    left: 0;
    display: inline-block;
    border: solid 1px #ccc;
    background: #fff;
    margin-right: 6px;
    cursor: pointer;
}

.checkradio.vert>input,
.checkradio.vert label,
.vert.checkboxes>input,
.vert.checkboxes label,
.vert.radios>input,
.vert.radios label {
    display: block;
}

.checkboxes input[type="checkbox"]:checked+label:after {
    position: absolute;
    top: 0;
    height: 18px;
    line-height: 18px;
    text-align: center;
    width: 18px;
    left: 0;
    /* background: url(../../../../../../../../../themes/loom/_assets/images/icons/check.svg) center center no-repeat; */
    -ms-background-size: contain;
    background-size: contain;
    content: "";
}

.radios label:before {
    border-radius: 100%;
}

.radios input[type="radio"]:checked+label:after {
    position: absolute;
    top: 4px;
    height: 10px;
    width: 10px;
    left: 4px;
    content: "";
    display: block;
    background: #000;
    border-radius: 100%;
}

.checkboxes.toggle {
    border: solid 1px #ccc;
    padding: 0;
    position: relative;
    width: 100px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    margin-bottom: 20px;
}

.checkboxes.toggle>label {
    top: 0;
    margin: 0;
    padding: 0;
    text-align: left;
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 20;
    background: #ccc;
}

.checkboxes.toggle span {
    display: block;
    vertical-align: middle;
    width: 50%;
    position: absolute;
    height: 100%;
    line-height: 40px;
    text-align: center;
    color: #fff;
}

.checkboxes.toggle>label:before {
    position: absolute;
    text-indent: -9999px;
    height: 100%;
    width: 50%;
    border: none;
    top: 0;
    left: 0;
    margin: 0;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    z-index: 30;
}

.checkboxes.toggle>label:after {
    display: block;
    width: 100%;
    height: 100%;
    background: coral;
    content: "";
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    z-index: -10;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.checkboxes.toggle>input[type="checkbox"]:checked+label:before {
    left: 50%;
    background: #fff;
}

.checkboxes.toggle>input[type="checkbox"]:checked+label:after {
    display: block;
    width: 100%;
    height: 100%;
    background: var(--color-blue);
    content: "";
    top: 0;
    left: 0;
    position: absolute;
    z-index: -10;
    opacity: 1;
}

.radios.toggle {
    border: solid 1px #ddd;
    display: table;
}

.radios.toggle>label {
    display: table-cell;
    padding: 1em;
    border-right: solid 1px #ddd;
    margin: 0;
    position: relative;
}

.radios.toggle>label span {
    display: inline-block;
    vertical-align: middle;
}

.radios.toggle>label:last-child {
    border-right: none;
}

.radios.toggle label:before {
    display: none;
}

.radios.toggle input[type="radio"]:checked {
    visibility: hidden;
}

.radios.toggle input[type="radio"]:checked+label {
    color: #fff;
}

.radios.toggle input[type="radio"]:checked+label:after {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    left: 0;
    content: "";
    display: block !important;
    background: #ddd;
    border-radius: 0;
    z-index: -10;
}

select {
    cursor: pointer;
}

select[multiple] {
    background-image: none;
}

::-webkit-input-placeholder {
    color: #000;
}

:-moz-placeholder {
    color: #000;
}

::-moz-placeholder {
    color: #000;
}

:-ms-input-placeholder {
    color: #000;
}

input:-webkit-autofill,
select:-webkit-autofill,
textarea:-webkit-autofill {
    background: transparent !important;
    -webkit-box-shadow: 0 0 0 1000px #eee inset;
}

input:-webkit-autofill,
input:-webkit-autofill:active,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover {
    -webkit-transition: background-color 5000s ease-in-out 0s;
    transition: background-color 5000s ease-in-out 0s;
}

@media (min-width: 480px) {
    .smartplaceholder .nf-field-label {
        top: 2.5em;
        position: relative;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
        pointer-events: none;
    }
    .smartplaceholder .nf-field-label.active {
        top: 0;
    }
}

figure {
    border: none;
    padding: 0;
    display: block;
    margin: 0;
}

img {
    max-width: 100%;
    height: auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.sharelinks svg,
.socialmedialinks svg {
    max-width: 19px;
    max-height: 19px;
}

.wp-caption {
    display: inline-block;
    width: auto !important;
}

.wp-caption .wp-caption-text,
img .wp-caption-text {
    text-align: center;
}

@media (min-width: 769px) {
    .wp-caption.alignleft,
    img.alignleft {
        float: left;
        margin: 0 1em 0 0;
    }
    .wp-caption.alignright,
    img.alignright {
        float: right;
        margin: 0 0 0 1em;
    }
    .wp-caption.aligncenter,
    img.aligncenter {
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
}

.wp-caption-text {
    font-size: 0.8em;
    margin: 0.2em 0;
}

.lazyload {
    -webkit-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
    opacity: 1;
}

.lazyload.lazy {
    opacity: 0;
}

html.no-js .lazyload.lazy {
    opacity: 1;
}

.fillparent {
    position: absolute;
    height: 100%;
    width: 100%;
}

.background-cover {
    -ms-background-size: cover;
    background-size: cover;
    background-position: center center;
}

.background-cover.parralax {
    background-attachment: fixed;
}

.videowrap {
    position: relative;
    text-align: center;
}

@media (max-width: 990px) {
    .videowrap iframe,
    .videowrap video {
        width: 100%;
        height: auto;
        min-height: 55vh;
    }
}

@font-face {
    font-display: swap;
    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;
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.swiper-container-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-box-sizing: content-box;
    box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.swiper-container-multirow>.swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.swiper-container-multirow-column>.swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.swiper-container-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto;
}

.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;
}

.swiper-slide-invisible-blank {
    visibility: hidden;
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto;
}

.swiper-container-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-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}

.swiper-container-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: -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-container-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: -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-container-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: -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-container-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: -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-container-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none;
}

.swiper-container-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper {
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper {
    -ms-scroll-snap-type: y mandatory;
    scroll-snap-type: y mandatory;
}

:root {
    --swiper-navigation-size: 44px;
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
    z-index: 10;
    cursor: pointer;
    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;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: 10px;
    right: auto;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
    content: "prev";
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: 10px;
    left: auto;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
    content: "next";
}

.swiper-button-next.swiper-button-white,
.swiper-button-prev.swiper-button-white {
    --swiper-navigation-color: #ffffff;
}

.swiper-button-next.swiper-button-black,
.swiper-button-prev.swiper-button-black {
    --swiper-navigation-color: #000000;
}

.swiper-button-lock {
    display: none;
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: 300ms opacity;
    -o-transition: 300ms opacity;
    transition: 300ms opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%;
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33);
    position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(0.66);
    -ms-transform: scale(0.66);
    transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(0.66);
    -ms-transform: scale(0.66);
    transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33);
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: 0.2;
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block;
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px;
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: 200ms top, 200ms -webkit-transform;
    transition: 200ms top, 200ms -webkit-transform;
    -o-transition: 200ms transform, 200ms top;
    transition: 200ms transform, 200ms top;
    transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap;
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: 200ms left, 200ms -webkit-transform;
    transition: 200ms left, 200ms -webkit-transform;
    -o-transition: 200ms transform, 200ms left;
    transition: 200ms transform, 200ms left;
    transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: 200ms right, 200ms -webkit-transform;
    transition: 200ms right, 200ms -webkit-transform;
    -o-transition: 200ms transform, 200ms right;
    transition: 200ms transform, 200ms right;
    transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
}

.swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical>.swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0;
}

.swiper-pagination-white {
    --swiper-pagination-color: #ffffff;
}

.swiper-pagination-black {
    --swiper-pagination-color: #000000;
}

.swiper-pagination-lock {
    display: none;
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%;
}

.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%;
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    left: 0;
    top: 0;
}

.swiper-scrollbar-cursor-drag {
    cursor: move;
}

.swiper-scrollbar-lock {
    display: none;
}

.swiper-zoom-container {
    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;
    text-align: center;
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.swiper-slide-zoomed {
    cursor: move;
}

.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-animation: swiper-preloader-spin 1s infinite linear;
    animation: swiper-preloader-spin 1s infinite linear;
    -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-lazy-preloader-white {
    --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000;
}

@-webkit-keyframes swiper-preloader-spin {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes swiper-preloader-spin {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-container-cube {
    overflow: visible;
}

.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0;
}

.swiper-container-flip {
    overflow: visible;
}

.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

body {
    padding-top: 6em;
}

.topbanner {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 1.3em 1.3em 0.45em 1.3em;
    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;
    z-index: 99;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.topbanner:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.5);
    bottom: -0.5em;
    opacity: 0;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.topbanner.scroll:before {
    opacity: 1;
}

.topbanner img {
    display: block;
}

.topbanner .logo {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 8em;
    display: inline-block;
}

.topbanner .logo img {
    max-width: none;
    width: 100%;
}

@media (min-width: 769px) {
    .topbanner .logo {
        max-width: 14em;
    }
}

@media (min-width: 1200px) {
    .topbanner .logo {
        max-width: 10.5em;
    }
}

.hamburger-btn {
    position: absolute;
    right: 1rem;
    top: 50%;
    min-width: 0;
    z-index: 100;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media (min-width: 1200px) {
    .hamburger-btn {
        display: none;
    }
}

.menu {
    top: 0;
    height: 100%;
    left: 0;
    right: 0;
    padding-top: 5em;
    display: none;
    position: fixed;
    background: #f9f9f9;
    overflow: scroll;
}

.menu .sub-menu {
    text-align: left;
    padding: 0;
    padding-bottom: 0.2em;
}

.menu .sub-menu li {
    position: relative;
    display: block;
}

.menu .sub-menu a {
    font-size: 0.725em;
    position: relative;
    padding: 1.5em 1.5em 1.1em 1.5em;
    display: block;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
}

.menu .sub-menu a:focus,
.menu .sub-menu a:hover {
    color: #ead7d0;
}

.menu .sub-menu a:before {
    display: none;
}

.menu .sub-menu li:last-child a:after {
    display: none;
}

.menu .btn,
.menu .hamburger-btn,
.menu input[type="button"],
.menu input[type="reset"],
.menu input[type="submit"] {
    margin-bottom: 1.5em;
    margin-right: 0.75rem;
    margin-left: 0.75rem;
}

.menu .btn:before,
.menu .hamburger-btn:before,
.menu input[type="button"]:before,
.menu input[type="reset"]:before,
.menu input[type="submit"]:before {
    display: none;
}

@media (min-width: 769px) {
    .menu {
        padding-top: 7em;
    }
}

@media (min-width: 1200px) {
    .menu {
        overflow: visible;
        background: transparent;
        position: absolute;
        display: block;
    }
    .menu .btn,
    .menu .hamburger-btn,
    .menu input[type="button"],
    .menu input[type="reset"],
    .menu input[type="submit"] {
        display: none;
    }
    .menu .sub-menu {
        position: absolute;
        min-width: 12em;
    }
    .menu .sub-menu:before {
        content: "";
        background: #f8f3f0;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        opacity: 0.8;
    }
    .menu .sub-menu a:after {
        content: "";
        display: block;
        position: absolute;
        border-bottom: solid 1px #ead7d0;
        left: 1.5em;
        right: 1.5em;
        bottom: 0;
    }
}

.menu-open .menu {
    display: block;
}

.menu-item-has-children {
    position: relative;
}

@media (min-width: 1200px) {
    .menu-item-has-children .sub-menu {
        opacity: 0;
        pointer-events: none;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
    }
}

.menu-item-has-children:focus>a:after,
.menu-item-has-children:hover>a:after {
    opacity: 0 !important;
}

.menu-item-has-children:focus .sub-menu,
.menu-item-has-children:hover .sub-menu {
    opacity: 1;
    pointer-events: auto;
}

.menu-left,
.menu-right {
    margin: 0;
    padding: 0;
    text-align: left;
}

.menu-left li,
.menu-right li {
    list-style: none;
    display: block;
}

@media (min-width: 1400px) {
    .menu-left,
    .menu-right {
        top: 1em;
    }
}

@media (min-width: 1200px) {
    .menu-left li:first-child {
        margin-right: 5em;
    }
    .menu-left,
    .menu-right {
        text-align: center;
        position: absolute;
        top: 1.5em;
    }
    .menu-right li:last-child {
        margin-left: 5em;
    }
    .menu-left li,
    .menu-right li {
        display: inline-block;
    }
    .menu-right {
        position: absolute;
        left: 50%;
        margin-left: 8em;
    }
    .menu-left {
        position: absolute;
        right: 50%;
        margin-right: 8em;
    }
}

@media (min-width: 1400px) {
    .menu-right {
        margin-left: 12em;
    }
    .menu-left {
        margin-right: 12em;
    }
}

.menu {
    text-align: center;
}

.menu li a {
    font-size: 0.8em;
    font-family: "ITC Avant Garde Pro Md";
    font-weight: 400;
    color: #1d93d2;
    text-transform: uppercase;
    display: block;
    position: relative;
    letter-spacing: 0.15em;
    line-height: 1.05;
}

.menu li a {
    position: relative;
    padding: 1.3em 0.75em 1em 0.75em;
}

.menu li a:before {
    content: "";
    display: block;
    position: absolute;
    border-top: solid 2px #bae2f7;
    left: 0.75em;
    right: 0.75em;
    top: 0;
}

.menu>ul>li>a:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0.2em;
    left: 1.15em;
    right: 1.15em;
    border-bottom: solid 3px #1d93d2;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    pointer-events: none;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

@media (min-width: 1400px) {
    .menu>ul>li>a:after {
        bottom: 0.6em;
    }
}

@media (min-width: 1200px) {
    .menu li a {
        padding: 0.75em 0.75em;
    }
    .menu li a:before {
        display: none;
    }
}

@media (min-width: 1200px) {
    .menu>ul>li>a:focus:after,
    .menu>ul>li>a:hover:after {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
    .menu li.current-menu-ancestor a:after,
    .menu li.current_page_item a:after {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

@media (min-width: 1400px) {
    .menu.menu-left a {
        padding-left: 2.25em;
    }
    .menu li a {
        padding: 1.25em 1.25em;
    }
}

.iframe iframe {
    width: 100%;
    height: 750px;
    padding: 50px 0;
}

.iframe .nf-form-cont {
    margin-top: 3em;
    margin-bottom: 3em;
    max-width: 28rem;
    margin-right: auto;
    margin-left: auto;
}

.iframe .nf-form-cont .nf-form-fields-required,
.iframe .nf-form-cont .nf-form-title,
.iframe .nf-form-cont .ninja-forms-req-symbol {
    display: none;
}

.iframe .nf-form-cont .nf-after-form-content {
    text-align: center;
}

.iframe .nf-form-cont .nf-after-field .nf-error-msg {
    font-style: italic;
}

.iframe .nf-form-cont .nf-error.listimage-wrap .nf-field-element ul,
.iframe .nf-form-cont .nf-error .ninja-forms-field {
    border: none;
    border-bottom: 1px solid #e80000;
}

.iframe .nf-form-cont .submit-wrap {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 2em;
    text-align: center;
}

.iframe .nf-form-cont .submit-wrap .nf-field-element {
    display: inline-block;
    position: relative;
    width: auto;
    overflow: hidden;
}

.iframe .nf-form-cont .submit-wrap .nf-field-element:after {
    content: "";
    position: absolute;
    top: -110%;
    left: -210%;
    width: 200%;
    height: 200%;
    opacity: 0;
    pointer-events: none;
    background: rgba(255, 255, 255, 0.13);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.13)), color-stop(77%, rgba(255, 255, 255, 0.13)), color-stop(92%, rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0)));
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0.13) 0%, rgba(255, 255, 255, 0.13) 77%, rgba(255, 255, 255, 0.5) 92%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0.13) 0%, rgba(255, 255, 255, 0.13) 77%, rgba(255, 255, 255, 0.5) 92%, rgba(255, 255, 255, 0) 100%);
}

.iframe .nf-form-cont .submit-wrap .nf-field-element:hover:after {
    opacity: 1;
    top: -30%;
    left: -30%;
    -webkit-transition-property: left, top, opacity;
    -o-transition-property: left, top, opacity;
    transition-property: left, top, opacity;
    -webkit-transition-duration: 0.7s, 0.7s, 0.15s;
    -o-transition-duration: 0.7s, 0.7s, 0.15s;
    transition-duration: 0.7s, 0.7s, 0.15s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
}

.register {
    padding-right: 1rem;
    padding-left: 1rem;
    padding-top: 6.25em;
    padding-bottom: 4.25em;
    position: relative;
    overflow: hidden;
}

.register .background-image {
    top: 0;
    left: 0;
    z-index: -1;
}

.register .heading,
.register p {
    text-align: center;
}

.footer {
    text-align: center;
    padding-bottom: 6.5em;
    position: relative;
    overflow: hidden;
    padding-left: 1em;
    padding-right: 1em;
}

.footer:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    /* background: url(../../../../../../../../../themes/loom/_assets/images/lines.svg) no-repeat center top; */
    right: 0;
    height: 6em;
}

.footer p {
    font-size: 0.7em;
    line-height: 1.5;
    max-width: 81em;
    margin: auto;
    color: #333333;
}

.footer .logo {
    display: none;
}

@media (min-width: 480px) {
    .footer .logo {
        display: inline-block;
    }
}

.footer-menu {
    padding: 0;
}

.footer-menu li {
    list-style: none;
    padding: 0;
    margin: 0.5em 0 0 0;
    color: #796859;
    display: block;
}

.footer-menu li:last-child:after {
    display: none;
}

.footer-menu a {
    font-size: 0.8em;
    font-family: "ITC Avant Garde Pro Md";
    font-weight: 400;
    color: #1d93d2;
    text-transform: uppercase;
    display: block;
    position: relative;
    letter-spacing: 0.15em;
    line-height: 1.05;
}

.footer-menu a:focus,
.footer-menu a:hover {
    color: #333333;
}

@media (min-width: 769px) {
    .footer-menu li {
        display: inline-block;
    }
    /* .footer-menu li:after {
        content: "|";
        margin: 1em 0.4em 1em 0.7em;
    } */
}

@media (min-width: 769px) {
    .copyright:after,
    .privacy:after {
        content: "|";
        margin: 1em 0.5em 1em 1em;
    }
}

.copyright-credit {
    font-size: 0.5em;
    font-family: "ITC Avant Garde Pro Md";
    font-weight: 400;
    color: #333333;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    line-height: 1.5;
    display: block;
    padding: 3em 0;
}

.copyright-credit>* {
    margin: 0.5em;
    display: block;
}

.copyright-credit a {
    color: #333333;
}

.copyright-credit a:hover {
    color: #1d93d2;
}

@media (min-width: 769px) {
    .copyright-credit>* {
        display: inline-block;
    }
}

.collapse-btn {
    cursor: pointer;
}

.collapse-content {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    overflow: hidden;
}

.collapse-content>* {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

.collapse-content.close {
    -webkit-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s;
    height: 0 !important;
}

.collapse-content.close>* {
    opacity: 0;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

.collapse-btn> :before {
    content: "-";
    margin-right: 0.5em;
}

.collapse-btn.close> :before {
    content: "+";
}

.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    padding: 1em;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    overflow: scroll;
}

.modal .content {
    position: relative;
    z-index: 2;
    width: 100%;
    text-align: right;
    margin: auto;
}

.modal .videowrap {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}

.modal .videowrap iframe,
.modal .videowrap video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: auto;
}

.modal .close-btn {
    /* background: url(../../../../../../../../../themes/loom/_assets/images/close.svg) no-repeat center center; */
    width: 1.75em;
    height: 1.75em;
    display: inline-block;
    -ms-background-size: contain;
    background-size: contain;
    margin: 0.5em 0;
}

.modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.8);
    cursor: pointer;
}

.main-container {
    max-width: 1600px;
    margin: auto;
    overflow: hidden;
    position: relative;
}

.finishes {
    text-align: center;
    background: #f8f3f0;
}

.finishes .swiper-container {
    margin-top: 3.5em;
}

.finishes .finishes-nav,
.finishes .swiper-container {
    max-width: 60rem;
    margin-left: auto;
    margin-right: auto;
}

.finishes-nav {
    padding: 0.5em 0;
    padding-right: 1em;
}

.finishes-nav label {
    display: inline-block;
    text-align: center;
    font-weight: 300;
    color: #796859;
    padding: 0;
    cursor: pointer;
}

.finishes-nav label:before {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    border-bottom: solid 3px #ead7d0;
    content: "";
    display: block;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.finishes-nav label:focus:before,
.finishes-nav label:hover:before {
    color: #796859;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.finishes-nav input:checked+label:before,
.finishes-nav input[checked]+label:before {
    border-bottom: solid 3px #ead7d0;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.finishes-nav div {
    padding: 0.5em 0.5em;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    min-width: 6em;
}

.finishes-nav div>* {
    display: inline-block;
    vertical-align: middle;
}

.finishes-nav div .room-modes {
    display: none;
}

.finishes-nav div .room-modes.active {
    display: inline-block;
}

.finishes-nav div>input {
    display: none;
}

.finishes-nav span.color {
    width: 20px;
    height: 20px;
    margin-right: 0.5em;
}

.welcome-section {
    padding-left: 4em;
    padding-right: 4em;
}

.one_column-section {
    padding-top: 5em;
    text-align: center;
    padding-bottom: 5em;
    min-height: 28vh;
}

.one_column-section .btn,
.one_column-section .hamburger-btn,
.one_column-section input[type="button"],
.one_column-section input[type="reset"],
.one_column-section input[type="submit"] {
    margin-top: 0.75em;
}

.finishes {
    padding: 3.5em 0;
}

.finishes p {
    max-width: 26em;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 769px) {
    .map-style .heading {
        margin-top: 2em;
    }
    .map-style .body {
        margin-top: 4em;
    }
}

.map {
    height: 12em;
    border: solid 5px #333333;
    position: relative;
    background: #333333;
    max-width: 1050px;
    margin: auto;
    margin-top: 3em;
    margin-bottom: 5em;
}

.map .pinch-zoom-parent {
    width: 100%;
    height: 100%;
}

.map:after {
    content: "Pinch & Zoom";
    display: block;
    color: #fff;
    text-align: center;
    font-family: "ITC Avant Garde Pro Md";
    font-size: 0.7em;
    padding-top: 0.25em;
    background: #333333;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    border: solid 5px #333333;
    border-bottom: none;
}

@media (min-width: 769px) {
    .map {
        height: auto;
        padding: 1.5em;
        border: none;
    }
    .map:after {
        display: none;
    }
}

.map-regular {
    display: none;
}

@media (min-width: 769px) {
    .map-zoom {
        display: none;
    }
    .map-regular {
        display: block;
    }
}

.apartment-cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.apartment-cards .section-heading {
    width: 100%;
    text-align: center;
}

.apartment-card {
    background: #eee;
    position: relative;
    display: block;
    margin: 1px;
    text-align: left;
    -webkit-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
    opacity: 0;
    height: 22.5em;
    width: 18em;
}

.apartment-card.active {
    opacity: 1;
}


/* .apartment-card:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 8em 5.5em;
    border-color: transparent transparent #fff transparent;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 3;
    pointer-events: none;
} */


/* .apartment-card:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 12em;
    z-index: 2;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(60%, white));
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 60%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 60%);
    pointer-events: none;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
} */

.apartment-card .text-content {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 12em;
    z-index: 2;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(60%, white));
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 60%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 60%);
    pointer-events: none;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}

.apartment-card .background-cover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
}

.apartment-card .content {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 1.5em;
    text-align: left;
}

.apartment-card .heading {
    margin: 0.4em 0;
    position: relative;
    z-index: 12;
}

.apartment-card .find-out-more {
    position: relative;
    display: block;
    font-weight: 700;
    color: #796859;
    z-index: 3;
}

.apartment-card .find-out-more:before {
    content: "";
    display: block;
    width: 1em;
    position: absolute;
    left: -1.6em;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    border-bottom: solid 2px #796859;
}

.apartment-card:focus .find-out-more:before,
.apartment-card:hover .find-out-more:before {
    -webkit-transform: translateY(-50%) translateX(5px);
    -ms-transform: translateY(-50%) translateX(5px);
    transform: translateY(-50%) translateX(5px);
}

.apartment-card:focus:before,
.apartment-card:hover:before {
    height: 17em;
}

@media (min-width: 1200px) {
    .apartment-card {
        width: 25em;
        height: 25.5em;
    }
}

.features-section {
    text-align: center;
}

.active .features li {
    opacity: 1;
}

.features {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-top: solid 4px #fff;
    border-bottom: solid 4px #fff;
}

.features li {
    margin: 0;
    padding: 0;
    background: #f8f3f0;
    border: solid 4px #fff;
    border-right: none;
    border-left: none;
    list-style: none;
    position: relative;
    width: 100%;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.features .heading {
    font-family: "Cormorant Garamond", serif;
    text-transform: none;
    letter-spacing: 0;
    width: 100%;
    font-size: 1.8em;
    font-weight: 600;
    margin: 0.3em 0;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.features img {
    margin: 1.2em;
}

.features p {
    margin-top: 0;
    max-width: 10em;
    margin-left: auto;
    margin-right: auto;
}

.features .feature {
    top: 0em;
    left: 0;
    right: 0;
    padding: 1em;
    text-align: center;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

@media (min-width: 769px) {
    .features li {
        width: 50%;
        padding-bottom: 45%;
        height: 0;
    }
    .features li:nth-child(odd) {
        border-right: solid 4px #fff;
    }
    .features li:nth-child(2n) {
        border-left: solid 4px #fff;
    }
    .features .feature {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

@media (min-width: 990px) {
    .features li {
        width: 33.3334%;
        padding-bottom: 32.5%;
    }
    .features li:nth-child(2n),
    .features li:nth-child(odd) {
        border-right: solid 4px #fff;
        border-left: solid 4px #fff;
    }
    .features li:nth-child(3n) {
        border-right: none;
    }
    .features li:nth-child(3n+1) {
        border-left: none;
    }
}

@media (min-width: 1200px) {
    .features li {
        width: 25%;
        padding-bottom: 23.5%;
        top: 0em;
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
    }
    .features li:nth-child(3n) {
        border-right: solid 4px #fff;
        border-left: solid 4px #fff;
    }
    .features li:nth-child(3n+1) {
        border-right: solid 4px #fff;
        border-left: solid 4px #fff;
    }
    .features li:nth-child(4n) {
        border-right: none;
    }
    .features li:nth-child(4n+1) {
        border-left: none;
    }
}

@media (min-width: 1400px) {
    .features .feature {
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

.full_width_banner_image {
    padding-bottom: 115%;
    border-top: solid 6px #fff;
    border-bottom: solid 6px #fff;
}

@media (min-width: 480px) {
    .full_width_banner_image {
        padding-bottom: 45%;
        border-top: none;
        border-bottom: none;
    }
}

.gallery-style {
    text-align: left;
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.gallery-style>* {
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.gallery-style figure {
    border-top: solid 6px transparent;
    border-bottom: solid 6px transparent;
}

.gallery-style .right figure {
    border-right: none;
}

.gallery-style .left figure {
    border-left: none;
}

.gallery-style>header {
    width: 100%;
    margin-bottom: 1em;
    margin-top: 1em;
    padding-left: 1rem;
    padding-right: 1rem;
}

.gallery-style article {
    margin-left: auto;
    margin-bottom: 2em;
    padding-left: 1rem;
    padding-right: 1rem;
}

.gallery-style .gallery-title {
    max-width: 23em;
    margin-left: auto;
    margin-right: auto;
}

.gallery-style img {
    display: block;
    width: 100%;
}

.gallery-style> :nth-child(4) {
    margin-top: -13em;
}

.gallery-style.image-on-left figure,
.gallery-style.image-on-right figure {
    border: none;
    border-top: solid 6px transparent;
    border-bottom: solid 6px transparent;
}

.gallery-style.image-on-right img {
    width: auto;
}

.gallery-style.image-on-right .heading {
    position: relative;
}

.gallery-style.image-on-right article {
    margin-top: 0;
}

.gallery-style.image-on-left figure {
    margin-bottom: 3em;
}

@media (min-width: 769px) {
    .gallery-style {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .gallery-style figure {
        border: solid 6px transparent;
    }
    .gallery-style>* {
        width: 50%;
    }
    .gallery-style article {
        margin-top: 4.5em;
        max-width: 16em;
        margin-right: 3em;
        margin-bottom: 6em;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .gallery-style.image-on-left figure,
    .gallery-style.image-on-right figure {
        border: none;
    }
    .gallery-style.image-on-right .heading {
        left: -2em;
    }
    .gallery-style.image-on-left p {
        position: relative;
        margin-top: 4em;
        margin-bottom: 3em;
    }
    .gallery-style.image-on-left article {
        margin-bottom: 6em;
        margin-top: 2.5em;
        margin-right: auto;
        margin-left: 5em;
        max-width: 20em;
    }
}

@media (min-width: 990px) {
    .gallery-style>header {
        padding-left: 0rem;
        padding-right: 0rem;
    }
}

@media (min-width: 1200px) {
    .gallery-style.image-on-left p {
        left: 4rem;
    }
    .gallery-style.image-on-left .btn,
    .gallery-style.image-on-left .hamburger-btn,
    .gallery-style.image-on-left input[type="button"],
    .gallery-style.image-on-left input[type="reset"],
    .gallery-style.image-on-left input[type="submit"] {
        position: relative;
        left: 4rem;
    }
}

.page-title {
    margin-top: 1.25em;
    margin-bottom: 1em;
}

.page-id-landing {
    padding-top: 0;
}

.page-id-landing .logowrap {
    width: 100%;
}

.page-id-landing .logowrap img {
    max-width: 20em;
}

.page-id-landing .logowrap .heading {
    font-size: 1.5em;
    letter-spacing: 0.5em;
    margin: 2.5em 0;
}

.page-id-landing .welcome-section {
    padding-top: 3.5em;
    padding-bottom: 3.5em;
}

.page-id-landing .welcome-section p {
    max-width: 55rem;
}

.page-id-landing .features-section .section-title {
    font-size: 1.5em;
    letter-spacing: 0.5em;
    margin-bottom: 1em;
    margin-top: 0.5em;
}

.page-id-landing .register .heading {
    font-size: 1.5em;
    letter-spacing: 0.5em;
    margin-bottom: 2em;
}

.page-id-landing .footer {
    background: #f8f3f0;
    padding-bottom: 0;
    padding-top: 0;
}

.page-id-landing .footer:after {
    display: none;
}

@media (min-width: 480px) {
    .page-id-landing .full_width_banner_image {
        padding-bottom: 40%;
    }
}

.page-id-landing .copyright-credit {
    padding: 0.75em 0;
    font-family: "Cormorant Garamond", serif;
    font-weight: 300;
    text-transform: none;
    color: #796859;
    letter-spacing: 0;
    font-size: 0.75em;
}

.page-id-landing .copyright-credit a {
    color: #796859;
}

.page-id-landing .copyright-credit a:focus,
.page-id-landing .copyright-credit a:hover {
    color: #333333;
}

@media (min-width: 480px) {
    .page-id-landing .copyright-credit {
        font-size: 1em;
    }
}

.home {
    padding-top: 0;
}

.home .about_apartments:after {
    display: none;
}

.home-bkgd-top .background-image {
    top: 0;
    left: 0;
}

.home-bkgd-top .background-image {
    display: none;
    z-index: -1;
    opacity: 0.5;
}

@media (min-width: 1200px) {
    .home-bkgd-top .background-image {
        display: block;
    }
}

.home-bkgd-top .background-image,
.home_top_fold .background-image {
    background-position: center center;
}

@media (min-width: 1200px) {
    .home-bkgd-top .background-image,
    .home_top_fold .background-image {
        -ms-background-size: cover;
        background-size: cover;
    }
}

.home_top_fold {
    min-height: 100vh;
    height: calc(var(--vh) * 100);
    display: block;
    position: relative;
    overflow: hidden;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.home_top_fold .logowrap {
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    padding: 2em;
    height: auto;
    display: block;
    z-index: 1;
    margin: auto;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.home_top_fold .logowrap img {
    width: 100%;
}

.home_top_fold .background-image {
    background-position: center 60%;
}

.home_top_fold .heading {
    line-height: 1.15;
    font-size: 2.4em;
    text-align: center;
    position: relative;
    z-index: 1;
}

.home_top_fold .arrow-down {
    position: absolute;
    bottom: 2em;
    z-index: 11;
    left: 50%;
    margin-left: -1.5em;
}

.welcome-section {
    text-align: center;
    padding-top: 6.5em;
    padding-bottom: 6.5em;
}

.welcome-section p {
    max-width: 54rem;
    margin-right: auto;
    margin-left: auto;
}

.welcome-section .apartment-cards {
    padding-top: 1.5em;
}

.about_apartments {
    padding: 2em 0;
    position: relative;
}

.about_apartments:after {
    content: "";
    display: block;
    background: #f5f5f3;
    position: absolute;
    right: 0;
    width: 28%;
    height: 100%;
    top: 0;
    z-index: -1;
}

.about_apartments .gallery-style.image-on-right figure {
    border: none;
}

@media (min-width: 769px) {
    .about_apartments {
        padding: 5em 0;
    }
}

.apartment-intro {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 1.5em;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.apartment-intro article {
    padding-left: 1rem;
    padding-right: 1rem;
    max-width: 21em;
    margin-right: 0;
    margin-left: auto;
    padding-right: 2em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.apartment-intro article p {
    max-width: 16em;
}

.apartment-intro img {
    width: 100%;
    display: block;
}

@media (min-width: 769px) {
    .apartment-intro article p {
        margin-top: 3.5em;
    }
    .apartment-intro div {
        width: 48%;
    }
    .apartment-intro figure {
        width: 52%;
        margin-top: 5em;
    }
}

@media (min-width: 990px) {
    .apartment-intro article {
        padding-left: 0rem;
        padding-right: 0rem;
    }
}

.bespoke {
    position: relative;
}

.bespoke:before {
    top: 0;
    bottom: 0;
    background: #f5f5f3;
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    z-index: -1;
}

.bespoke img {
    display: block;
}

.bespoke div {
    padding: 1rem;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.bespoke article {
    margin-right: 0;
    margin-left: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.bespoke img {
    width: 100%;
}

.bespoke figure {
    margin-bottom: 2em;
}

@media (min-width: 769px) {
    .bespoke {
        padding-top: 1.5em;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 1.5em;
    }
    .bespoke div {
        width: 50%;
    }
    .bespoke figure {
        width: 50%;
        margin-top: 6em;
        margin-bottom: 0em;
    }
    .bespoke article {
        padding-right: 2em;
        max-width: 20em;
    }
    .bespoke article p {
        max-width: 17em;
        margin-top: 3.5em;
    }
    .bespoke:before {
        bottom: 2.5em;
        top: -8em;
    }
}

.page-id-apartments .layout-illustration {
    position: relative;
    margin-bottom: 8em;
}

.page-id-apartments .layout-illustration:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -3em;
    left: 0;
    width: calc(100vw - 12.25em);
    background: #333333;
    height: 3em;
    z-index: -1;
}

.page-id-apartments .full_width_banner_image {
    padding-bottom: 38%;
    border: none;
}

.page-id-apartments .apartment-cards .section-heading {
    margin-bottom: 1.75em;
}

.page-id-apartments .quote-feature-wrap {
    position: relative;
}

.page-id-apartments .quote-feature-wrap:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 1em;
    background: #796859;
    z-index: -1;
}

@media (min-width: 769px) {
    .page-id-apartments .quote-feature-wrap:after {
        width: 3em;
    }
}

@media (min-width: 769px) {
    .page-id-apartments .quote {
        padding-top: 3em;
        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;
    }
    .page-id-apartments .quote img {
        position: relative;
        top: -8.5em;
    }
}

.page-id-apartments .feature {
    margin-right: 0;
    margin-left: auto;
    padding-bottom: 6em;
}

.page-id-apartments .feature article {
    background: #fff;
    position: relative;
    padding: 1em;
}

@media (min-width: 769px) {
    .page-id-apartments .feature {
        max-width: 60em;
    }
    .page-id-apartments .feature article {
        padding: 3em;
        max-width: 14em;
        margin-bottom: -12em;
    }
}

.content-thankyou {
    min-height: 20vh;
    padding-bottom: 4em;
    text-align: center;
}

.team-intro {
    text-align: left;
    margin-top: 1.5em;
    max-width: 990px;
}

.team-intro p {
    margin-left: 4em;
    max-width: 31em;
}

.team-wrap {
    position: relative;
    margin-top: 3em;
}

.team-wrap:after {
    width: 1em;
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 3.5em;
    bottom: 0;
    background: #796859;
}

@media (min-width: 480px) {
    .team-wrap:after {
        top: 5.5em;
    }
}

@media (min-width: 769px) {
    .team-wrap {
        margin-top: 7em;
    }
    .team-wrap:after {
        width: 3em;
    }
}

.team .heading {
    margin-bottom: 1em;
}

.team .content {
    padding: 0 3em 0 1em;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.team .img {
    position: relative;
    overflow: hidden;
    padding-top: 50%;
    margin-bottom: 4em;
}

.team .img .background-cover {
    position: absolute;
    top: 0;
    left: 0;
}

.team .content article {
    max-width: 16em;
    margin-bottom: 3em;
}

@media (min-width: 480px) {
    .team {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
    .team .img {
        width: 40%;
        padding: 0;
        margin-bottom: 0em;
    }
    .team .img.first {
        margin-top: 5.5em;
    }
    .team .content {
        padding: 0 3em;
        width: 60%;
    }
    .team .content article {
        margin-bottom: 6em;
    }
}

@media (min-width: 769px) {
    .team .content {
        width: 50%;
    }
    .team .img {
        width: 50%;
    }
}

.finishes-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.single .apartment-cards {
    margin-top: 2em;
    margin-bottom: 2em;
}

.single .apartment-cards .section-heading {
    margin: 2em 0;
}

.single .full_width_banner_image {
    padding-bottom: 39%;
    border-top: none;
    border-bottom: none;
}

.single .gallery-style .gallery-title {
    margin-bottom: 0;
}

@media (min-width: 769px) {
    .single .apartment-cards {
        margin-top: 5em;
        margin-bottom: 5em;
    }
    .single .gallery-style> :nth-child(2) {
        width: 44%;
    }
    .single .gallery-style> :nth-child(3) {
        width: 56%;
    }
    .single .gallery-style article {
        margin-right: 7em;
        margin-top: 2.5em;
    }
    .single .gallery-style>header {
        margin-bottom: 0;
    }
}

.apartment-cta {
    margin: 3em 0;
}

@media (min-width: 480px) {
    .apartment-cta {
        margin: 6em 0;
    }
    .apartment-cta header {
        margin-bottom: 3em;
    }
}

.apartment-cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
}

.apartment-cta header {
    width: 100%;
}

.apartment-cta article {
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 1em;
    padding-right: 1em;
    position: relative;
    padding-bottom: 1em;
    padding-top: 1em;
}

.apartment-cta article.last-child:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: none;
    height: 100%;
    background: #796859;
    width: 2px;
}

.apartment-cta article p {
    max-width: 17em;
    margin-right: auto;
    margin-left: auto;
}

.apartment-cta article .btn,
.apartment-cta article .hamburger-btn,
.apartment-cta article input[type="button"],
.apartment-cta article input[type="reset"],
.apartment-cta article input[type="submit"] {
    margin-top: 0.75em;
}

@media (min-width: 480px) {
    .apartment-cta article {
        padding-top: 0;
        width: 50%;
    }
    .apartment-cta article.last-child:after {
        display: block;
    }
}

@media (max-width: 479px) {
    .apartment-cta article {
        padding-bottom: 1em;
        padding-top: 2em;
    }
    .apartment-cta article p {
        margin: 0.5em 0;
    }
}

.single-topfold-wrap {
    overflow: hidden;
}

.single-topfold {
    max-width: 59rem;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.single-topfold .title {
    width: 100%;
    margin-bottom: 0;
}

.single-topfold p {
    max-width: 18rem;
}

.single-topfold .article {
    width: 100%;
}

.single-topfold .img {
    position: relative;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.single-topfold .img img {
    width: 80vw;
    max-width: none;
    margin-right: auto;
    margin-left: 0;
}

.single-topfold .suppl-img {
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: solid 8px #fff;
    display: block;
}

.single-topfold .suppl-img img {
    width: 80vw;
    display: block;
    max-width: none;
    margin-right: 0;
    margin-left: auto;
}

.single-topfold .title,
.single-topfold p {
    padding-left: 1rem;
    padding-right: 1rem;
}

@media (min-width: 480px) {
    .single-topfold {
        margin-top: 1.25em;
        margin-bottom: 3em;
    }
    .single-topfold .suppl-img {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        border-right: solid 4px #fff;
    }
    .single-topfold .suppl-img img {
        width: 56vw;
        height: 100%;
    }
    .single-topfold p {
        margin-bottom: 4em;
    }
    .single-topfold .article {
        width: 40%;
        padding-top: 1.5em;
    }
    .single-topfold .img {
        width: 60%;
        border-left: solid 4px #fff;
    }
    .single-topfold .img img {
        width: 56vw;
        max-width: none;
        max-width: 800px;
    }
    .single-topfold.half .article {
        width: 50%;
        padding-top: 0.5em;
    }
    .single-topfold.half .img {
        width: 50%;
    }
}

@media (min-width: 990px) {
    .single-topfold .title,
    .single-topfold p {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

.page-id-apartments .apartment-cards {
    margin-bottom: 5em;
}

.page-id-location .layout-3 {
    margin-top: 3.5em;
}

.page-id-location .layout-3 .gallery-style article {
    margin-top: 0;
}

.page-id-location .layout-4 {
    padding: 6em 0;
}

.page-id-lifestyle .layout-3,
.page-id-lifestyle .layout-4 {
    margin-top: 3.5em;
}

.page-id-lifestyle .layout-3 .gallery-style article,
.page-id-lifestyle .layout-4 .gallery-style article {
    margin-top: 0;
}

@media (min-width: 769px) {
    .page-id-lifestyle .layout-1 {
        position: relative;
    }
    .page-id-lifestyle .layout-1:after {
        content: "";
        display: block;
        position: absolute;
        right: 0;
        bottom: -10em;
        background: #f5f5f3;
        width: 30vw;
        top: 10em;
        z-index: -1;
    }
    .page-id-lifestyle .layout-3 {
        position: relative;
    }
    .page-id-lifestyle .layout-3:after {
        content: "";
        display: block;
        position: absolute;
        right: 0;
        bottom: -17em;
        background: #f5f5f3;
        width: 30vw;
        top: -10em;
        z-index: -1;
    }
    .page-id-lifestyle .full_width_banner_image {
        margin: 4.5em 0;
    }
    .page-id-lifestyle .layout-3 {
        position: relative;
    }
    .page-id-lifestyle .layout-3:before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        background: #796859;
        width: 3em;
        top: -6em;
        width: 3em;
        z-index: -1;
    }
    .page-id-lifestyle .layout-5 {
        padding: 6em 0;
    }
}

.page-id-investment .layout-1 {
    margin-bottom: 8em;
}

.page-id-investment .layout-1 .gallery-style article {
    margin-top: 2em;
}

.page-id-investment .layout-3 {
    padding: 6em 0;
}

.content-404 {
    min-height: 20vh;
    padding-bottom: 4em;
    text-align: center;
}

.register-form {
    margin: auto;
    max-width: 23em;
    text-align: left;
}

.register-form>* {
    width: 100%;
    margin: 1.5em auto;
}

.register-form .btn-wrap {
    text-align: center;
    padding: 3em 0;
}

.contact-details {
    padding-top: 0.6em;
    padding-bottom: 3em;
    position: relative;
    background: #f8f3f0;
    margin-bottom: 3em;
}

.contact-details:before {
    position: absolute;
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    top: 0;
    background: #f8f3f0;
    height: 100%;
    width: 50vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

.contact-details:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 4em 3em;
    border-color: transparent transparent #fff transparent;
}

.contact-details a {
    color: #796859;
}

.contact-details a:focus,
.contact-details a:hover {
    color: #333333;
}

.contact-details>* {
    padding-right: 2em;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

@media (min-width: 480px) {
    .contact-details {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .contact-details address {
        width: 50%;
    }
}

@media (min-width: 990px) {
    .contact-details {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .contact-details address {
        width: auto;
    }
}

.google_map_embed_code {
    padding-bottom: 100%;
    position: relative;
    margin-bottom: 5em;
}

.google_map_embed_code>* {
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
}

@media (min-width: 769px) {
    .google_map_embed_code {
        padding-bottom: 35%;
    }
}

@media (min-width: 769px) {
    .single-apartment.postid-564 .single-topfold {
        margin-bottom: 0.5em;
    }
}

.warning {
    display: none;
    background: #ffa500;
    color: #000;
    text-align: center;
    margin: 0;
    font-weight: 700;
    z-index: 9999;
    position: fixed;
    width: 100%;
    padding: 1em;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.warning a {
    text-decoration: underline;
    color: #000 !important;
}

.warning>span {
    display: inline-block;
}

.nojs-warn {
    top: 0;
    display: block;
}

.ie11 .datedbrowser-warn {
    top: 0;
    display: block;
}

.warning.privacy-popup {
    bottom: 0;
}

.warning.privacy-popup .btn,
.warning.privacy-popup .hamburger-btn,
.warning.privacy-popup input[type="button"],
.warning.privacy-popup input[type="reset"],
.warning.privacy-popup input[type="submit"] {
    margin: 1em;
}

.warning.privacy-popup.active {
    display: block;
}

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    .ir a:after,
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }
    blockquote,
    pre {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    img,
    tr {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    @page {
        margin: 0.5cm;
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
}

::-moz-selection {
    background: #000;
    color: #fff;
}

::selection {
    background: #000;
    color: #fff;
}

::-moz-selection {
    background: #000;
    color: #fff;
}

.selector,
_:-ms-lang(x) {
    display: none;
}

:root .selector,
_:-ms-fullscreen {
    display: none;
}