html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
body {
    line-height: 1;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote::before,
blockquote::after,
q::before,
q::after {
    content: "";
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
body {
    -webkit-text-size-adjust: none;
}
mark {
    background-color: transparent;
    color: inherit;
}
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input[type="text"],
input[type="email"],
select,
textarea {
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
}
*,
*::before,
*::after {
    box-sizing: border-box;
}
@keyframes loading-spinner {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.deferred::before {
    content: "";
    display: block;
    width: 4rem;
    height: 4rem;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -2rem 0 0 -2rem;
    animation: loading-spinner 1s infinite linear;
    transition: opacity 0.25s ease;
    transition-delay: 0.5s;
    opacity: 0;
    z-index: -1;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iOTZweCIgaGVpZ2h0PSI5NnB4IiB2aWV3Qm94PSIwIDAgOTYgOTYiIHpvb21BbmRQYW49ImRpc2FibGUiPjxzdHlsZT5jaXJjbGUge2ZpbGw6IHRyYW5zcGFyZW50OyBzdHJva2U6ICNmZmY7IHN0cm9rZS13aWR0aDogMS41cHg7IH08L3N0eWxlPjxkZWZzPjxjbGlwUGF0aCBpZD0iY29ybmVyIj48cG9seWdvbiBwb2ludHM9IjAsMCA0OCwwIDQ4LDQ4IDk2LDQ4IDk2LDk2IDAsOTYiIC8+PC9jbGlwUGF0aD48L2RlZnM+PGcgY2xpcC1wYXRoPSJ1cmwoI2Nvcm5lcikiPjxjaXJjbGUgY3g9IjQ4IiBjeT0iNDgiIHI9IjMyIi8+PC9nPjwvc3ZnPg==");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 3rem;
}
.deferred.loading::before {
    opacity: 0.35;
    z-index: 0;
}
body {
    line-height: 1;
    min-height: var(--viewport-height);
    min-width: 320px;
    overflow-x: hidden;
    word-wrap: break-word;
    background-color: #edebe6;
}
body::before {
    background-attachment: scroll;
    content: "";
    display: block;
    height: var(--background-height);
    left: 0;
    pointer-events: none;
    position: fixed;
    top: 0;
    transform: scale(1);
    width: 100vw;
    z-index: 0;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20512%20512%22%20width%3D%22512%22%20height%3D%22512%22%20preserveAspectRatio%3D%22none%22%3E%20%3Cstyle%3E%20path%20%7B%20fill%3A%20none%3B%20stroke-width%3A%201.01px%3B%20stroke%3A%20rgba(255,255,255,0.702)%3B%20vector-effect%3A%20non-scaling-stroke%3B%20%7D%20%3C%2Fstyle%3E%20%3Cpath%20d%3D%22M448%2C512c0-128-128-128-128-256S448%2C128%2C448%2C0%22%20%2F%3E%20%3Cpath%20d%3D%22M192%2C512c0-128-128-128-128-256S192%2C128%2C192%2C0%22%20%2F%3E%3C%2Fsvg%3E"),
        linear-gradient(0deg, #edebe6 0%, #f0f5f7 100%);
    background-size: 820px, auto;
    background-position:
        center,
        0% 0%;
    background-repeat: repeat, repeat;
}
body::after {
    background-color: #f0f5f7;
    content: "";
    display: block;
    pointer-events: none;
    position: fixed;
    transform: scale(1);
    z-index: 1;
    height: 100%;
    left: 0;
    opacity: 0;
    top: 0;
    transition:
        opacity 1s ease-in-out 0s,
        visibility 1s 0s;
    visibility: hidden;
    width: 100%;
}
body.is-loading::after {
    opacity: 1;
    visibility: visible;
}
:root {
    --background-height: 100vh;
    --site-language-alignment: left;
    --site-language-direction: ltr;
    --site-language-flex-alignment: flex-start;
    --site-language-indent-left: 1;
    --site-language-indent-right: 0;
    --site-language-margin-left: 0;
    --site-language-margin-right: auto;
    --viewport-height: 100vh;
}
html {
    font-size: 17pt;
}
u {
    text-decoration: underline;
}
strong {
    color: inherit;
    font-weight: bolder;
}
em {
    font-style: italic;
}
code {
    background-color: rgba(144, 144, 144, 0.25);
    border-radius: 0.25em;
    font-family: "Lucida Console", "Courier New", monospace;
    font-size: 0.9em;
    font-weight: normal;
    letter-spacing: 0;
    margin: 0 0.25em;
    padding: 0.25em 0.5em;
    text-indent: 0;
}
mark {
    background-color: rgba(144, 144, 144, 0.25);
}
spoiler-text {
    -webkit-text-stroke: 0;
    background-color: rgba(32, 32, 32, 0.75);
    text-shadow: none;
    text-stroke: 0;
    color: transparent;
    cursor: pointer;
    transition: color 0.1s ease-in-out;
}
spoiler-text.active {
    color: #ffffff;
    cursor: text;
}
s {
    text-decoration: line-through;
}
sub {
    font-size: smaller;
    vertical-align: sub;
}
sup {
    font-size: smaller;
    vertical-align: super;
}
a {
    color: inherit;
    text-decoration: underline;
    transition: color 0.25s ease;
}
a[onclick]:not([href]) {
    cursor: pointer;
}
unloaded-script {
    display: none;
}
.site-wrapper {
    -webkit-overflow-scrolling: touch;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: var(--viewport-height);
    overflow: hidden;
    position: relative;
    z-index: 2;
    padding: 4rem 4rem 4rem 4rem;
}
.site-main {
    --alignment: center;
    --flex-alignment: center;
    --indent-left: 1;
    --indent-right: 1;
    --margin-left: auto;
    --margin-right: auto;
    --border-radius-tl: 0;
    --border-radius-tr: 0;
    --border-radius-br: 0;
    --border-radius-bl: 0;
    align-items: center;
    display: flex;
    flex-grow: 0;
    flex-shrink: 0;
    justify-content: center;
    max-width: 100%;
    position: relative;
    text-align: var(--alignment);
    z-index: 1;
    background-color: #ffffff;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20512%20512%22%20width%3D%22512%22%20height%3D%22512%22%20preserveAspectRatio%3D%22none%22%3E%20%3Cstyle%3E%20path%20%7B%20fill%3A%20none%3B%20stroke-width%3A%201.01px%3B%20stroke%3A%20rgba(0,0,0,0.055)%3B%20vector-effect%3A%20non-scaling-stroke%3B%20%7D%20%3C%2Fstyle%3E%20%3Cpath%20d%3D%22M448%2C512c0-128-128-128-128-256S448%2C128%2C448%2C0%22%20%2F%3E%20%3Cpath%20d%3D%22M192%2C512c0-128-128-128-128-256S192%2C128%2C192%2C0%22%20%2F%3E%3C%2Fsvg%3E");
    background-size: 994px;
    background-position: center;
    background-repeat: repeat;
    transition: opacity 0.625s ease-in-out 0s;
}
.site-main > .inner {
    --padding-horizontal: 4rem;
    --padding-vertical: 5rem;
    --spacing: 1.75rem;
    --width: 55rem;
    border-radius: var(--border-radius-tl) var(--border-radius-tr) var(--border-radius-br) var(--border-radius-bl);
    max-width: 100%;
    position: relative;
    width: var(--width);
    z-index: 1;
    padding: var(--padding-vertical) var(--padding-horizontal);
}
.site-main > .inner > * {
    margin-top: var(--spacing);
    margin-bottom: var(--spacing);
}
.site-main > .inner > :first-child {
    margin-top: 0 !important;
}
.site-main > .inner > :last-child {
    margin-bottom: 0 !important;
}
.site-main > .inner > .full {
    margin-left: calc(var(--padding-horizontal) * -1);
    max-width: calc(100% + calc(var(--padding-horizontal) * 2) + 0.4725px);
    width: calc(100% + calc(var(--padding-horizontal) * 2) + 0.4725px);
}
.site-main > .inner > .full:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
    margin-top: calc(var(--padding-vertical) * -1) !important;
}
.site-main > .inner > .full:last-child {
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
    margin-bottom: calc(var(--padding-vertical) * -1) !important;
}
.site-main > .inner > .full.screen {
    border-radius: 0 !important;
    max-width: 100vw;
    position: relative;
    width: 100vw;
    left: 50%;
    margin-left: -50vw;
    right: auto;
}
body.is-loading .site-main {
    opacity: 0;
}
body.is-instant .site-main,
body.is-instant .site-main > .inner > *,
body.is-instant .site-main > .inner > section > * {
    transition: none !important;
}
body.is-instant::after {
    display: none !important;
    transition: none !important;
}
.gallery-component > .inner {
    display: inline-block;
    max-width: 100%;
    vertical-align: middle;
}
.gallery-component ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: var(--flex-alignment);
}
.gallery-component ul > li {
    position: relative;
}
.gallery-component ul > li > .thumbnail {
    border-radius: inherit;
    position: relative;
}
.gallery-component ul > li > .thumbnail > .frame {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    display: inline-block;
    overflow: hidden;
    vertical-align: top;
}
.gallery-component ul > li > .thumbnail > .frame > img {
    margin: 0;
    max-width: 100%;
    vertical-align: top;
    width: auto;
}
.gallery-component ul > li > .caption {
    width: 100%;
}
.gallery-component ul > li > .caption > p {
    width: 100%;
}
.gallery-component ul > li > .caption > p > a,
.gallery-component ul > li > .caption > p > spoiler-text {
    pointer-events: auto;
}
@keyframes gallery-component-modal-spinner {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.gallery-component-modal {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    align-content: center;
    align-items: center;
    background-color: var(--color-background);
    display: grid;
    grid-template-areas: "previous image next" "caption caption caption";
    grid-template-columns: min-content auto min-content;
    height: 100%;
    justify-content: space-between;
    left: 0;
    opacity: 0;
    outline: 0;
    padding: 2rem 0;
    pointer-events: none;
    position: fixed;
    top: 0;
    touch-action: pan-x pinch-zoom;
    transition:
        opacity 0.5s ease,
        visibility 0.5s,
        z-index 0.5s,
        background-color 0.5s ease;
    user-select: none;
    visibility: hidden;
    width: 100%;
    z-index: 0;
}
.gallery-component-modal::before {
    animation: gallery-component-modal-spinner 1s infinite linear;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 4rem;
    content: "";
    display: block;
    height: 4rem;
    left: 50%;
    margin: -2rem 0 0 -2rem;
    opacity: 0;
    position: absolute;
    top: 50%;
    transition: opacity 0.25s ease;
    transition-delay: 0.5s;
    width: 4rem;
}
.gallery-component-modal > .inner {
    box-shadow: 0 1em 3em 0 rgba(0, 0, 0, 0.35);
    grid-area: image;
    height: 100%;
    opacity: 0;
    overflow: hidden;
    transform: translateY(0.75em);
    transition: all 0.5s ease;
    width: 100%;
}
.gallery-component-modal > .inner img {
    display: block;
    height: 100%;
    object-fit: contain;
    width: 100%;
    max-width: var(--natural-width, none);
    max-height: var(--natural-height, none);
    margin: 0 auto;
}
.gallery-component-modal > .caption {
    color: var(--color-caption-text);
    font-family: "-apple-system", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Helvetica Neue", "Arial", sans-serif,
        "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 1rem;
    grid-area: caption;
    line-height: 1.6;
    opacity: 0;
    padding: 2rem 2rem 0 2rem;
    pointer-events: none;
    text-align: center;
    transform: translateY(0.25em);
    transition: all 0.5s ease;
}
.gallery-component-modal > .caption::-webkit-scrollbar {
    display: none;
}
.gallery-component-modal > .caption a,
.gallery-component-modal > .caption spoiler-text {
    pointer-events: auto;
}
.gallery-component-modal .nav {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 3rem;
    cursor: pointer;
    height: 6rem;
    transition:
        opacity 0.25s ease,
        transform 0.5s ease;
    width: 8rem;
}
.gallery-component-modal .nav:hover {
    opacity: 1 !important;
}
.gallery-component-modal .nav.next {
    grid-area: next;
}
.gallery-component-modal .nav.previous {
    grid-area: previous;
    transform: scaleX(-1);
}
.gallery-component-modal .close {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    background-position: top 1rem right 1rem;
    background-repeat: no-repeat;
    background-size: 3rem;
    cursor: pointer;
    display: block;
    height: 6rem;
    position: absolute;
    right: 0;
    top: 0;
    transition:
        opacity 0.25s ease,
        transform 0.5s ease;
    width: 6rem;
}
.gallery-component-modal .close:hover {
    opacity: 1 !important;
}
.gallery-component-modal.visible {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
    z-index: 10000;
}
.gallery-component-modal.visible::before {
    opacity: 1;
}
.gallery-component-modal.loaded::before {
    opacity: 0 !important;
    transition-delay: 0s !important;
}
.gallery-component-modal.loaded > .inner {
    opacity: 1;
    transform: translateY(0);
}
.gallery-component-modal.loaded .caption {
    opacity: 1;
    transform: translateY(0);
}
.gallery-component-modal.switching > .inner {
    transition:
        opacity 0.375s ease,
        transform 0.5s ease;
}
.gallery-component-modal.switching.from-left > .inner {
    transform: translateY(0) translateX(-1.5em);
}
.gallery-component-modal.switching.from-right > .inner {
    transform: translateY(0) translateX(1.5em);
}
.gallery-component-modal.switching.done > .inner {
    transition: opacity 0.375s ease;
    transform: translateY(0) translateX(0);
}
.gallery-component-modal.zooming {
    background-color: var(--color-background-zooming);
}
.gallery-component-modal.zooming .caption {
    opacity: 0;
}
.gallery-component-modal.zooming .nav.next {
    opacity: 0;
    pointer-events: none;
    transform: translateX(50%);
}
.gallery-component-modal.zooming .nav.previous {
    opacity: 0;
    pointer-events: none;
    transform: translateX(-50%) scaleX(-1);
}
.gallery-component-modal.zooming .close {
    opacity: 0;
    pointer-events: none;
    transform: translateX(50%) translateY(-50%);
}
.gallery-component-modal.dark {
    --color-background: rgba(10, 10, 10, 0.85);
    --color-background-zooming: rgba(0, 0, 0, 1);
    --color-caption-text: #ffffff;
}
.gallery-component-modal.dark::before {
    animation: gallery-component-modal-spinner 1s infinite linear;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iOTZweCIgaGVpZ2h0PSI5NnB4IiB2aWV3Qm94PSIwIDAgOTYgOTYiIHpvb21BbmRQYW49ImRpc2FibGUiPjxzdHlsZT5jaXJjbGUge2ZpbGw6IHRyYW5zcGFyZW50OyBzdHJva2U6ICNGRkZGRkY7IHN0cm9rZS13aWR0aDogMS41cHg7IH08L3N0eWxlPjxkZWZzPjxjbGlwUGF0aCBpZD0iY29ybmVyIj48cG9seWdvbiBwb2ludHM9IjAsMCA0OCwwIDQ4LDQ4IDk2LDQ4IDk2LDk2IDAsOTYiIC8+PC9jbGlwUGF0aD48L2RlZnM+PGcgY2xpcC1wYXRoPSJ1cmwoI2Nvcm5lcikiPjxjaXJjbGUgY3g9IjQ4IiBjeT0iNDgiIHI9IjMyIi8+PC9nPjwvc3ZnPg==");
}
.gallery-component-modal.dark .close {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iNjRweCIgaGVpZ2h0PSI2NHB4IiB2aWV3Qm94PSIwIDAgNjQgNjQiIHpvb21BbmRQYW49ImRpc2FibGUiPjxzdHlsZT5saW5lIHtzdHJva2U6ICNGRkZGRkY7c3Ryb2tlLXdpZHRoOiAxLjVweDt9PC9zdHlsZT48bGluZSB4MT0iMjAiIHkxPSIyMCIgeDI9IjQ0IiB5Mj0iNDQiIC8+PGxpbmUgeDE9IjIwIiB5MT0iNDQiIHgyPSI0NCIgeTI9IjIwIiAvPjwvc3ZnPg==");
    opacity: 0.25;
}
.gallery-component-modal.dark .nav {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iNjRweCIgaGVpZ2h0PSI2NHB4IiB2aWV3Qm94PSIwIDAgNjQgNjQiIHpvb21BbmRQYW49ImRpc2FibGUiPjxzdHlsZT5saW5lIHtzdHJva2U6ICNGRkZGRkY7c3Ryb2tlLXdpZHRoOiAxLjVweDt9PC9zdHlsZT48bGluZSB4MT0iMjQiIHkxPSI4IiB4Mj0iNDgiIHkyPSIzMiIgLz48bGluZSB4MT0iMjQiIHkxPSI1NiIgeDI9IjQ4IiB5Mj0iMzIiIC8+PC9zdmc+");
    opacity: 0.25;
}
.gallery-component-modal.light {
    --color-background: rgba(255, 255, 255, 0.9);
    --color-background-zooming: rgba(255, 255, 255, 1);
    --color-caption-text: #000000;
}
.gallery-component-modal.light::before {
    animation: gallery-component-modal-spinner 1s infinite linear;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iOTZweCIgaGVpZ2h0PSI5NnB4IiB2aWV3Qm94PSIwIDAgOTYgOTYiIHpvb21BbmRQYW49ImRpc2FibGUiPjxzdHlsZT5jaXJjbGUge2ZpbGw6IHRyYW5zcGFyZW50OyBzdHJva2U6ICMwMDAwMDA7IHN0cm9rZS13aWR0aDogMS41cHg7IH08L3N0eWxlPjxkZWZzPjxjbGlwUGF0aCBpZD0iY29ybmVyIj48cG9seWdvbiBwb2ludHM9IjAsMCA0OCwwIDQ4LDQ4IDk2LDQ4IDk2LDk2IDAsOTYiIC8+PC9jbGlwUGF0aD48L2RlZnM+PGcgY2xpcC1wYXRoPSJ1cmwoI2Nvcm5lcikiPjxjaXJjbGUgY3g9IjQ4IiBjeT0iNDgiIHI9IjMyIi8+PC9nPjwvc3ZnPg==");
}
.gallery-component-modal.light .close {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iNjRweCIgaGVpZ2h0PSI2NHB4IiB2aWV3Qm94PSIwIDAgNjQgNjQiIHpvb21BbmRQYW49ImRpc2FibGUiPjxzdHlsZT5saW5lIHtzdHJva2U6ICMwMDAwMDA7c3Ryb2tlLXdpZHRoOiAxLjVweDt9PC9zdHlsZT48bGluZSB4MT0iMjAiIHkxPSIyMCIgeDI9IjQ0IiB5Mj0iNDQiIC8+PGxpbmUgeDE9IjIwIiB5MT0iNDQiIHgyPSI0NCIgeTI9IjIwIiAvPjwvc3ZnPg==");
    opacity: 0.375;
}
.gallery-component-modal.light .nav {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iNjRweCIgaGVpZ2h0PSI2NHB4IiB2aWV3Qm94PSIwIDAgNjQgNjQiIHpvb21BbmRQYW49ImRpc2FibGUiPjxzdHlsZT5saW5lIHtzdHJva2U6ICMwMDAwMDA7c3Ryb2tlLXdpZHRoOiAxLjVweDt9PC9zdHlsZT48bGluZSB4MT0iMjQiIHkxPSI4IiB4Mj0iNDgiIHkyPSIzMiIgLz48bGluZSB4MT0iMjQiIHkxPSI1NiIgeDI9IjQ4IiB5Mj0iMzIiIC8+PC9zdmc+");
    opacity: 0.375;
}
.gallery-component.instance-1:not(:first-child) {
    margin-top: 5rem !important;
}
.gallery-component.instance-1:not(:last-child) {
    margin-bottom: 5rem !important;
}
.gallery-component.instance-1 > .inner {
    max-width: 100%;
    width: 100%;
}
.gallery-component.instance-1 ul > li {
    border-radius: 0rem;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    flex-shrink: 1;
    width: 50%;
}
.gallery-component.instance-1 ul > li > .thumbnail > .frame {
    border-radius: 0rem;
    display: flex;
    flex-grow: 1;
    flex-shrink: 1;
}
.gallery-component.instance-1 ul {
    gap11: 0rem;
}
.gallery-component.instance-1 ul > li > .thumbnail > .frame > img {
    display: block;
    flex-grow: 1;
    flex-shrink: 1;
    height: 17.75rem;
    object-fit: cover;
    object-position: center;
    transition:
        transform 0.375s ease,
        filter 0.375s ease;
}
.gallery-component.instance-1 ul > li > .thumbnail:hover > .frame > img {
    transform: scale(1.2);
}
.gallery-component.instance-1 ul > li > .thumbnail.n01 > .frame > img {
    object-position: center;
}
.gallery-component.instance-1 ul > li > .thumbnail.n02 > .frame > img {
    object-position: center;
}
.gallery-component.instance-1 ul > li > .thumbnail.n03 > .frame > img {
    object-position: center;
}
.gallery-component.instance-1 ul > li > .thumbnail.n04 > .frame > img {
    object-position: center;
}
.gallery-component.instance-1 ul > li > .thumbnail.n05 > .frame > img {
    object-position: center;
}
.gallery-component.instance-1 ul > li > .thumbnail.n06 > .frame > img {
    object-position: center;
}
.text-component {
    direction: var(--site-language-direction);
    position: relative;
}
.text-component span.p {
    display: block;
    position: relative;
}
.text-component span[style],
.text-component strong,
.text-component a,
.text-component code,
.text-component mark,
.text-component spoiler-text {
    -webkit-text-fill-color: currentcolor;
}
.text-component.style-3 {
    text-transform: uppercase;
    color: #5e5e5e;
    font-family: "Inter", sans-serif;
    letter-spacing: 0.4rem;
    width: calc(100% + 0.4rem);
    font-size: 0.75em;
    line-height: 2.25;
    font-weight: 300;
}
.text-component.style-3 mark {
    color: #000000;
    background-color: transparent;
}
.text-component.style-3 a {
    color: #df5769;
    text-decoration: none;
}
.text-component.style-3 a:hover {
    color: #d13f52;
}
.text-component.style-3 span.p:nth-child(n + 2) {
    margin-top: 1rem;
}
.text-component.style-1 {
    color: #262626;
    font-family: "Manrope", sans-serif;
    letter-spacing: -0.025rem;
    width: 100%;
    font-size: 2.625em;
    line-height: 1.5;
    font-weight: 600;
}
.text-component.style-1 a {
    color: #00376b;
    text-decoration: none;
}
.text-component.style-1 a:hover {
    text-decoration: underline;
}
.text-component.style-1 span.p:nth-child(n + 2) {
    margin-top: 1rem;
}
.text-component.style-2 {
    color: #8e8e8e;
    font-family: "Inter", sans-serif;
    font-size: 1em;
    line-height: 1.875;
    font-weight: 300;
}
.text-component.style-2 mark {
    color: #000000;
    background-color: transparent;
}
.text-component.style-2 a {
    color: #df5769;
    text-decoration: none;
}
.text-component.style-2 a:hover {
    color: #d13f52;
}
.text-component.style-2 span.p:nth-child(n + 2) {
    margin-top: 1rem;
}
.image-component {
    display: block;
    line-height: 0;
    max-width: 100%;
    position: relative;
}
.image-component > .frame {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    vertical-align: top;
    width: 100%;
}
.image-component > .frame > img {
    border-radius: 0 !important;
    max-width: 100%;
    vertical-align: top;
    width: inherit;
}
.image-component.full > .frame {
    display: block;
}
.image-component.full:first-child > .frame {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}
.image-component.full:last-child > .frame {
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
}
.image-component.style-1:not(:first-child) {
    margin-top: 2.125rem !important;
}
.image-component.style-1:not(:last-child) {
    margin-bottom: 2.125rem !important;
}
.image-component.style-1 > .frame {
    width: 100vw;
    border-radius: 100%;
    border-color: rgba(0, 0, 0, 0.102);
    border-style: solid;
    border-width: 1px;
    transition: none;
}
.image-component.style-1 > .frame > img {
    border-radius: inherit !important;
    padding: 0.75rem;
    transition: none;
}
.container-component {
    position: relative;
}
.container-component > .wrapper {
    vertical-align: top;
    position: relative;
    max-width: 100%;
    border-radius: inherit;
}
.container-component > .wrapper > .inner {
    vertical-align: top;
    position: relative;
    max-width: 100%;
    border-radius: inherit;
    text-align: var(--alignment);
}
.container-component.full:first-child > .wrapper {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}
.container-component.full:last-child > .wrapper {
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
}
.container-component.full:first-child > .wrapper > .inner {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}
.container-component.full:last-child > .wrapper > .inner {
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
}
.container-component.style-1 {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    background-color: transparent;
}
.container-component.style-1:not(:first-child) {
    margin-top: 5rem !important;
}
.container-component.style-1:not(:last-child) {
    margin-bottom: 5rem !important;
}
.container-component.style-1 > .wrapper > .inner {
    --gutters: 4rem;
    --padding-horizontal: 0rem;
    --padding-vertical: 0rem;
    padding: var(--padding-vertical) var(--padding-horizontal);
}
.container-component.style-1 > .wrapper {
    max-width: var(--width);
    width: 100%;
}
.container-component.style-1.default > .wrapper > .inner > * {
    margin-bottom: var(--spacing);
    margin-top: var(--spacing);
}
.container-component.style-1.default > .wrapper > .inner > *:first-child {
    margin-top: 0 !important;
}
.container-component.style-1.default > .wrapper > .inner > *:last-child {
    margin-bottom: 0 !important;
}
.container-component.style-1.columns > .wrapper > .inner {
    flex-wrap: wrap;
    display: flex;
    align-items: center;
}
.container-component.style-1.columns > .wrapper > .inner > * {
    flex-grow: 0;
    flex-shrink: 0;
    max-width: 100%;
    text-align: var(--alignment);
    padding: 0 0 0 var(--gutters);
}
.container-component.style-1.columns > .wrapper > .inner > * > * {
    margin-bottom: var(--spacing);
    margin-top: var(--spacing);
}
.container-component.style-1.columns > .wrapper > .inner > * > *:first-child {
    margin-top: 0 !important;
}
.container-component.style-1.columns > .wrapper > .inner > * > *:last-child {
    margin-bottom: 0 !important;
}
.container-component.style-1.columns > .wrapper > .inner > *:first-child {
    margin-left: calc(var(--gutters) * -1);
}
.container-component.style-1.default > .wrapper > .inner > .full {
    margin-left: calc(var(--padding-horizontal) * -1);
    max-width: none !important;
    width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
}
.container-component.style-1.default > .wrapper > .inner > .full:first-child {
    margin-top: calc(var(--padding-vertical) * -1) !important;
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}
.container-component.style-1.default > .wrapper > .inner > .full:last-child {
    margin-bottom: calc(var(--padding-vertical) * -1) !important;
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
}
.container-component.style-1.columns > .wrapper > .inner > div > .full {
    margin-left: calc(var(--gutters) * -0.5);
    max-width: none !important;
    width: calc(100% + var(--gutters) + 0.4725px);
}
.container-component.style-1.columns > .wrapper > .inner > div:first-child > .full {
    margin-left: calc(var(--padding-horizontal) * -1);
    width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);
}
.container-component.style-1.columns > .wrapper > .inner > div:last-child > .full {
    width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);
}
.container-component.style-1.columns > .wrapper > .inner > div > .full:first-child {
    margin-top: calc(var(--padding-vertical) * -1) !important;
}
.container-component.style-1.columns > .wrapper > .inner > div > .full:last-child {
    margin-bottom: calc(var(--padding-vertical) * -1) !important;
}
.container-component.style-1.columns > .wrapper > .inner > .full {
    align-self: stretch;
}
.container-component.style-1.columns > .wrapper > .inner > .full:first-child {
    border-bottom-left-radius: inherit;
    border-top-left-radius: inherit;
}
.container-component.style-1.columns > .wrapper > .inner > .full:last-child {
    border-bottom-right-radius: inherit;
    border-top-right-radius: inherit;
}
.container-component.style-1.columns > .wrapper > .inner > .full > .full:first-child:last-child {
    border-radius: inherit;
    height: calc(100% + (var(--padding-vertical) * 2));
}
.container-component.style-1.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
    border-radius: inherit;
    height: 100%;
    position: absolute;
    width: 100%;
}
.container-component.instance-3 > .wrapper > .inner > :nth-child(1) {
    width: calc(40% + (var(--gutters) / 2));
}
.container-component.instance-3 > .wrapper > .inner > :nth-child(2) {
    width: calc(60% + (var(--gutters) / 2));
    --alignment: left;
    --flex-alignment: flex-start;
    --indent-left: 1;
    --indent-right: 0;
    --margin-left: 0;
    --margin-right: auto;
}
.container-component.instance-1 {
    --alignment: center;
    --flex-alignment: center;
    --indent-left: 1;
    --indent-right: 1;
    --margin-left: auto;
    --margin-right: auto;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    background-color: transparent;
}
.container-component.instance-1 > .wrapper > .inner {
    --gutters: 2rem;
    --padding-horizontal: 2.625rem;
    --padding-vertical: 2.5rem;
    --spacing: 1rem;
    padding: var(--padding-vertical) var(--padding-horizontal);
}
.container-component.instance-1 > .wrapper {
    max-width: var(--width);
    width: 100%;
}
.container-component.instance-1.default > .wrapper > .inner > * {
    margin-bottom: var(--spacing);
    margin-top: var(--spacing);
}
.container-component.instance-1.default > .wrapper > .inner > *:first-child {
    margin-top: 0 !important;
}
.container-component.instance-1.default > .wrapper > .inner > *:last-child {
    margin-bottom: 0 !important;
}
.container-component.instance-1.columns > .wrapper > .inner {
    flex-wrap: wrap;
    display: flex;
    align-items: center;
}
.container-component.instance-1.columns > .wrapper > .inner > * {
    flex-grow: 0;
    flex-shrink: 0;
    max-width: 100%;
    text-align: var(--alignment);
    padding: 0 0 0 var(--gutters);
}
.container-component.instance-1.columns > .wrapper > .inner > * > * {
    margin-bottom: var(--spacing);
    margin-top: var(--spacing);
}
.container-component.instance-1.columns > .wrapper > .inner > * > *:first-child {
    margin-top: 0 !important;
}
.container-component.instance-1.columns > .wrapper > .inner > * > *:last-child {
    margin-bottom: 0 !important;
}
.container-component.instance-1.columns > .wrapper > .inner > *:first-child {
    margin-left: calc(var(--gutters) * -1);
}
.container-component.instance-1.default > .wrapper > .inner > .full {
    margin-left: calc(var(--padding-horizontal) * -1);
    max-width: none !important;
    width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
}
.container-component.instance-1.default > .wrapper > .inner > .full:first-child {
    margin-top: calc(var(--padding-vertical) * -1) !important;
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}
.container-component.instance-1.default > .wrapper > .inner > .full:last-child {
    margin-bottom: calc(var(--padding-vertical) * -1) !important;
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
}
.container-component.instance-1.columns > .wrapper > .inner > div > .full {
    margin-left: calc(var(--gutters) * -0.5);
    max-width: none !important;
    width: calc(100% + var(--gutters) + 0.4725px);
}
.container-component.instance-1.columns > .wrapper > .inner > div:first-child > .full {
    margin-left: calc(var(--padding-horizontal) * -1);
    width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);
}
.container-component.instance-1.columns > .wrapper > .inner > div:last-child > .full {
    width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);
}
.container-component.instance-1.columns > .wrapper > .inner > div > .full:first-child {
    margin-top: calc(var(--padding-vertical) * -1) !important;
}
.container-component.instance-1.columns > .wrapper > .inner > div > .full:last-child {
    margin-bottom: calc(var(--padding-vertical) * -1) !important;
}
.container-component.instance-1.columns > .wrapper > .inner > .full {
    align-self: stretch;
}
.container-component.instance-1.columns > .wrapper > .inner > .full:first-child {
    border-bottom-left-radius: inherit;
    border-top-left-radius: inherit;
}
.container-component.instance-1.columns > .wrapper > .inner > .full:last-child {
    border-bottom-right-radius: inherit;
    border-top-right-radius: inherit;
}
.container-component.instance-1.columns > .wrapper > .inner > .full > .full:first-child:last-child {
    border-radius: inherit;
    height: calc(100% + (var(--padding-vertical) * 2));
}
.container-component.instance-1.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
    border-radius: inherit;
    height: 100%;
    position: absolute;
    width: 100%;
}
.container-component.style-2 {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    background-color: transparent;
}
.container-component.style-2:not(:first-child) {
    margin-top: 5rem !important;
}
.container-component.style-2:not(:last-child) {
    margin-bottom: 5rem !important;
}
.container-component.style-2 > .wrapper > .inner {
    --gutters: 4rem;
    --padding-horizontal: 0rem;
    --padding-vertical: 0rem;
    padding: var(--padding-vertical) var(--padding-horizontal);
}
.container-component.style-2 > .wrapper {
    max-width: 32rem;
    width: 100%;
}
.container-component.style-2.default > .wrapper > .inner > * {
    margin-bottom: var(--spacing);
    margin-top: var(--spacing);
}
.container-component.style-2.default > .wrapper > .inner > *:first-child {
    margin-top: 0 !important;
}
.container-component.style-2.default > .wrapper > .inner > *:last-child {
    margin-bottom: 0 !important;
}
.container-component.style-2.columns > .wrapper > .inner {
    flex-wrap: wrap;
    display: flex;
    align-items: center;
}
.container-component.style-2.columns > .wrapper > .inner > * {
    flex-grow: 0;
    flex-shrink: 0;
    max-width: 100%;
    text-align: var(--alignment);
    padding: 0 0 0 var(--gutters);
}
.container-component.style-2.columns > .wrapper > .inner > * > * {
    margin-bottom: var(--spacing);
    margin-top: var(--spacing);
}
.container-component.style-2.columns > .wrapper > .inner > * > *:first-child {
    margin-top: 0 !important;
}
.container-component.style-2.columns > .wrapper > .inner > * > *:last-child {
    margin-bottom: 0 !important;
}
.container-component.style-2.columns > .wrapper > .inner > *:first-child {
    margin-left: calc(var(--gutters) * -1);
}
.container-component.style-2.default > .wrapper > .inner > .full {
    margin-left: calc(var(--padding-horizontal) * -1);
    max-width: none !important;
    width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
}
.container-component.style-2.default > .wrapper > .inner > .full:first-child {
    margin-top: calc(var(--padding-vertical) * -1) !important;
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}
.container-component.style-2.default > .wrapper > .inner > .full:last-child {
    margin-bottom: calc(var(--padding-vertical) * -1) !important;
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
}
.container-component.style-2.columns > .wrapper > .inner > div > .full {
    margin-left: calc(var(--gutters) * -0.5);
    max-width: none !important;
    width: calc(100% + var(--gutters) + 0.4725px);
}
.container-component.style-2.columns > .wrapper > .inner > div:first-child > .full {
    margin-left: calc(var(--padding-horizontal) * -1);
    width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);
}
.container-component.style-2.columns > .wrapper > .inner > div:last-child > .full {
    width: calc(100% + var(--padding-horizontal) + calc(var(--gutters) * 0.5) + 0.4725px);
}
.container-component.style-2.columns > .wrapper > .inner > div > .full:first-child {
    margin-top: calc(var(--padding-vertical) * -1) !important;
}
.container-component.style-2.columns > .wrapper > .inner > div > .full:last-child {
    margin-bottom: calc(var(--padding-vertical) * -1) !important;
}
.container-component.style-2.columns > .wrapper > .inner > .full {
    align-self: stretch;
}
.container-component.style-2.columns > .wrapper > .inner > .full:first-child {
    border-bottom-left-radius: inherit;
    border-top-left-radius: inherit;
}
.container-component.style-2.columns > .wrapper > .inner > .full:last-child {
    border-bottom-right-radius: inherit;
    border-top-right-radius: inherit;
}
.container-component.style-2.columns > .wrapper > .inner > .full > .full:first-child:last-child {
    border-radius: inherit;
    height: calc(100% + (var(--padding-vertical) * 2));
}
.container-component.style-2.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
    border-radius: inherit;
    height: 100%;
    position: absolute;
    width: 100%;
}
.buttons-component {
    cursor: default;
    display: flex;
    justify-content: var(--flex-alignment);
    letter-spacing: 0;
    padding: 0;
}
.buttons-component > li {
    max-width: 100%;
    text-align: var(--alignment);
}
.buttons-component > li > a {
    align-items: center;
    justify-content: center;
    max-width: 100%;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    white-space: nowrap;
}
.buttons-component.style-1 {
    gap11: 0.875rem;
    flex-direction: row;
    flex-wrap: wrap;
}
.buttons-component.style-1:not(:first-child) {
    margin-top: 2rem !important;
}
.buttons-component.style-1:not(:last-child) {
    margin-bottom: 2rem !important;
}
.buttons-component.style-1 > li > a {
    display: inline-flex;
    width: auto;
    height: 3.75rem;
    line-height: 3.75rem;
    padding: 0 1.875rem;
    vertical-align: middle;
    text-transform: uppercase;
    font-family: "Inter", sans-serif;
    letter-spacing: 0.4rem;
    padding-left: calc(0.4rem + 1.875rem);
    font-size: 0.75em;
    font-weight: 400;
    border-radius: 2.5rem;
    background-color: #262626;
    color: #ffffff;
    transition:
        transform 0.25s ease,
        color 0.25s ease,
        background-color 0.25s ease,
        border-color 0.25s ease;
}
.buttons-component.style-1 > li > a > svg {
    display: block;
    fill: #ffffff;
    flex-grow: 0;
    flex-shrink: 0;
    height: 100%;
    min-width: 18px;
    pointer-events: none;
    width: 1.25em;
    margin-left: -0.125em;
    margin-right: calc(0.75rem + 0.4rem);
    transition: fill 0.25s ease;
}
.buttons-component.style-1 > li > a > .label {
    direction: var(--site-language-direction);
    overflow: hidden;
}
.buttons-component.style-1 > li > a:hover {
    background-color: rgba(38, 38, 38, 0.89) !important;
    transform: scale(0.975);
}
.divider-component {
    align-items: center;
    border: 0;
    display: flex;
    justify-content: var(--flex-alignment);
    min-height: 1rem;
    padding: 0;
    position: relative;
    width: 100%;
}
.divider-component::before {
    content: "";
}
.divider-component.style-1:not(:first-child) {
    margin-top: 4rem !important;
}
.divider-component.style-1:not(:last-child) {
    margin-bottom: 4rem !important;
}
.divider-component.style-1::before {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.055);
    height: 1px;
}
.icons-component {
    display: flex;
    flex-wrap: wrap;
    justify-content: var(--flex-alignment);
    letter-spacing: 0;
    padding: 0;
}
.icons-component > li {
    position: relative;
    z-index: 1;
}
.icons-component > li > a {
    align-items: center;
    display: flex;
    justify-content: center;
}
.icons-component > li > a > svg {
    display: block;
    pointer-events: none;
    position: relative;
}
.icons-component > li > a + svg {
    display: block;
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.icons-component > li > a > .label {
    display: none;
}
.icons-component.style-1 {
    font-size: 1.875em;
    gap11: 1.75rem;
}
.icons-component.style-1 > li.is-first {
    margin-left: 0px!important;
}
.icons-component.style-1 > li {
    margin-left: 1.75rem;
}
.icons-component.style-1 > li > a {
    border-radius: 100%;
    height: 2em;
    width: 2em;
    border: solid 1px rgba(51, 51, 51, 0.141);
    transition:
        transform 0.25s ease,
        color 0.25s ease,
        background-color 0.25s ease,
        border-color 0.25s ease;
}
.icons-component.style-1 > li > a > svg {
    height: 60%;
    width: 60%;
    fill: #262626;
    transition: fill 0.25s ease;
}
.icons-component.style-1 > li > a:hover {
    border-color: rgba(38, 38, 38, 0.89) !important;
    transform: translateY(-11.25%);
}
.icons-component.style-1 > li > a:hover > svg {
    fill: rgba(38, 38, 38, 0.89) !important;
}
.icons-component.style-1 > li > a + svg {
    transition:
        transform 0.25s ease,
        fill 0.25s ease,
        stroke 0.25s ease;
}
.icons-component.style-1 > li > a:hover + svg {
    transform: translateY(-11.25%);
}
@media (orientation: portrait) {
    .gallery-component-modal {
        grid-template-areas: "image" "caption";
        grid-template-columns: auto;
        justify-content: center;
    }
    .gallery-component-modal .nav {
        background-image: none !important;
        mix-blend-mode: difference;
        opacity: 1 !important;
        position: absolute;
    }
    .gallery-component-modal .nav.next {
        right: 0;
    }
    .gallery-component-modal .nav.previous {
        left: 0;
    }
    .gallery-component-modal .nav::before {
        background-color: rgba(144, 144, 144, 0.5);
        background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iNjRweCIgaGVpZ2h0PSI2NHB4IiB2aWV3Qm94PSIwIDAgNjQgNjQiIHpvb21BbmRQYW49ImRpc2FibGUiPjxzdHlsZT5saW5lIHtzdHJva2U6ICNGRkZGRkY7c3Ryb2tlLXdpZHRoOiAzcHg7fTwvc3R5bGU+PGxpbmUgeDE9IjI0IiB5MT0iOCIgeDI9IjQ4IiB5Mj0iMzIiIC8+PGxpbmUgeDE9IjI0IiB5MT0iNTYiIHgyPSI0OCIgeTI9IjMyIiAvPjwvc3ZnPg==");
        background-position: center;
        background-repeat: no-repeat;
        background-size: 1.5rem;
        border-radius: 3rem;
        content: "";
        display: block;
        height: 3rem;
        position: absolute;
        right: 1rem;
        top: calc(50% - 1.5rem);
        width: 3rem;
    }
}
@media (max-width: 1920px) {
}
@media (max-width: 1680px) {
    html {
        font-size: 12pt;
    }
}
@media (max-width: 1280px) {
    html {
        font-size: 12pt;
    }
    .gallery-component-modal .nav {
        opacity: 1 !important;
    }
    .gallery-component-modal .close {
        opacity: 1 !important;
    }
}
@media (max-width: 1024px) {
}
@media (max-width: 980px) {
    html {
        font-size: 11pt;
    }
}
@media (max-width: 736px) {
    html {
        font-size: 11pt;
    }
    .site-wrapper {
        padding: 0rem 0rem 0rem 0rem;
    }
    .site-main > .inner {
        --padding-horizontal: 2rem;
        --padding-vertical: 4rem;
        --spacing: 1.75rem;
    }
    .gallery-component-modal .close {
        background-position: top 0.5rem right 0.5rem;
    }
    .gallery-component.instance-1:not(:first-child) {
        margin-top: 2.625rem !important;
    }
    .gallery-component.instance-1:not(:last-child) {
        margin-bottom: 2.625rem !important;
    }
    .gallery-component.instance-1 ul > li > .thumbnail > .frame > img {
        height: auto;
        display: block;
        max-height: none;
        width: 100% !important;
    }
    .gallery-component.instance-1 > .inner {
        width: 100%;
    }
    .gallery-component.instance-1 ul {
        flex-direction: column;
    }
    .gallery-component.instance-1 ul > li {
        width: 100%;
    }
    .gallery-component.instance-1 ul > li > .thumbnail {
        display: block;
    }
    .gallery-component.instance-1 ul > li > .thumbnail > .frame {
        display: block;
    }
    .text-component.style-3 {
        letter-spacing: 0.35rem;
        width: calc(100% + 0.35rem);
        font-size: 0.75em;
        line-height: 2.25;
    }
    .text-component.style-1 {
        letter-spacing: -0.021875rem;
        width: 100%;
        font-size: 2.625em;
        line-height: 1.5;
    }
    .text-component.style-2 {
        letter-spacing: 0rem;
        width: 100%;
        font-size: 1em;
        line-height: 1.875;
    }
    .image-component.style-1:not(:first-child) {
        margin-top: 1.59375rem !important;
    }
    .image-component.style-1:not(:last-child) {
        margin-bottom: 1.59375rem !important;
    }
    .image-component.style-1 > .frame {
        width: 12rem;
    }
    .container-component.style-1 {
        --alignment: center;
        --flex-alignment: center;
        --indent-left: 1;
        --indent-right: 1;
        --margin-left: auto;
        --margin-right: auto;
    }
    .container-component.style-1:not(:first-child) {
        margin-top: 4rem !important;
    }
    .container-component.style-1:not(:last-child) {
        margin-bottom: 4rem !important;
    }
    .container-component.style-1 > .wrapper > .inner {
        --gutters: 2rem;
        --padding-horizontal: 0rem;
        --padding-vertical: 0rem;
    }
    .container-component.style-1.columns > .wrapper > .inner {
        flex-direction: column !important;
        flex-wrap: nowrap !important;
    }
    .container-component.style-1.columns > .wrapper > .inner > span {
        height: 0;
        margin-top: calc(var(--gutters) * -1);
        pointer-events: none;
        visibility: hidden;
    }
    .container-component.style-1.columns > .wrapper > .inner > *:first-child {
        margin-left: 0 !important;
        padding-top: 0 !important;
    }
    .container-component.style-1.columns > .wrapper > .inner > * {
        padding: calc(var(--gutters) * 0.5) 0 !important;
    }
    .container-component.style-1.columns > .wrapper > .inner > *:last-child {
        padding-bottom: 0 !important;
    }
    .container-component.style-1.columns > .wrapper > .inner > div > .full {
        margin-left: calc(var(--padding-horizontal) * -1);
        width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
    }
    .container-component.style-1.columns > .wrapper > .inner > div:first-of-type > .full {
        margin-left: calc(var(--padding-horizontal) * -1);
        width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
    }
    .container-component.style-1.columns > .wrapper > .inner > div:last-of-type > .full {
        margin-left: calc(var(--padding-horizontal) * -1);
        width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
    }
    .container-component.style-1.columns > .wrapper > .inner > div > .full:first-child {
        margin-top: calc(var(--gutters) * -0.5) !important;
    }
    .container-component.style-1.columns > .wrapper > .inner > div > .full:last-child {
        margin-bottom: calc(var(--gutters) * -0.5) !important;
    }
    .container-component.style-1.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
        margin-top: calc(var(--padding-vertical) * -1) !important;
    }
    .container-component.style-1.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
        margin-bottom: calc(var(--padding-vertical) * -1) !important;
    }
    .container-component.style-1.columns > .wrapper > .inner > div:first-of-type,
    .container-component.style-1.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
        border-top-left-radius: inherit;
        border-top-right-radius: inherit;
    }
    .container-component.style-1.columns > .wrapper > .inner > div:last-of-type,
    .container-component.style-1.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
        border-bottom-left-radius: inherit;
        border-bottom-right-radius: inherit;
    }
    .container-component.style-1.columns > .wrapper > .inner > div:first-of-type,
    .container-component.style-1.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
        border-bottom-left-radius: 0 !important;
    }
    .container-component.style-1.columns > .wrapper > .inner > div:last-of-type,
    .container-component.style-1.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
        border-top-right-radius: 0 !important;
    }
    .container-component.style-1.columns > .wrapper > .inner > .full > .full:first-child:last-child {
        height: auto;
    }
    .container-component.style-1.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
        height: auto;
        position: relative;
        width: auto;
    }
    .container-component.instance-3 > .wrapper > .inner > :nth-child(1) {
        --alignment: center;
        --flex-alignment: center;
        --indent-left: 1;
        --indent-right: 1;
        --margin-left: auto;
        --margin-right: auto;
        min-height: 100% !important;
        width: 100% !important;
    }
    .container-component.instance-3 > .wrapper > .inner > :nth-child(2) {
        --alignment: center;
        --flex-alignment: center;
        --indent-left: 1;
        --indent-right: 1;
        --margin-left: auto;
        --margin-right: auto;
        min-height: 100% !important;
        width: 100% !important;
    }
    .container-component.instance-1 > .wrapper > .inner {
        --gutters: 2rem;
        --padding-horizontal: 2rem;
        --padding-vertical: 2.5rem;
        --spacing: 1rem;
    }
    .container-component.instance-1.columns > .wrapper > .inner {
        flex-direction: column !important;
        flex-wrap: nowrap !important;
    }
    .container-component.instance-1.columns > .wrapper > .inner > span {
        height: 0;
        margin-top: calc(var(--gutters) * -1);
        pointer-events: none;
        visibility: hidden;
    }
    .container-component.instance-1.columns > .wrapper > .inner > *:first-child {
        margin-left: 0 !important;
        padding-top: 0 !important;
    }
    .container-component.instance-1.columns > .wrapper > .inner > * {
        padding: calc(var(--gutters) * 0.5) 0 !important;
    }
    .container-component.instance-1.columns > .wrapper > .inner > *:last-child {
        padding-bottom: 0 !important;
    }
    .container-component.instance-1.columns > .wrapper > .inner > div > .full {
        margin-left: calc(var(--padding-horizontal) * -1);
        width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
    }
    .container-component.instance-1.columns > .wrapper > .inner > div:first-of-type > .full {
        margin-left: calc(var(--padding-horizontal) * -1);
        width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
    }
    .container-component.instance-1.columns > .wrapper > .inner > div:last-of-type > .full {
        margin-left: calc(var(--padding-horizontal) * -1);
        width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
    }
    .container-component.instance-1.columns > .wrapper > .inner > div > .full:first-child {
        margin-top: calc(var(--gutters) * -0.5) !important;
    }
    .container-component.instance-1.columns > .wrapper > .inner > div > .full:last-child {
        margin-bottom: calc(var(--gutters) * -0.5) !important;
    }
    .container-component.instance-1.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
        margin-top: calc(var(--padding-vertical) * -1) !important;
    }
    .container-component.instance-1.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
        margin-bottom: calc(var(--padding-vertical) * -1) !important;
    }
    .container-component.instance-1.columns > .wrapper > .inner > div:first-of-type,
    .container-component.instance-1.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
        border-top-left-radius: inherit;
        border-top-right-radius: inherit;
    }
    .container-component.instance-1.columns > .wrapper > .inner > div:last-of-type,
    .container-component.instance-1.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
        border-bottom-left-radius: inherit;
        border-bottom-right-radius: inherit;
    }
    .container-component.instance-1.columns > .wrapper > .inner > div:first-of-type,
    .container-component.instance-1.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
        border-bottom-left-radius: 0 !important;
    }
    .container-component.instance-1.columns > .wrapper > .inner > div:last-of-type,
    .container-component.instance-1.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
        border-top-right-radius: 0 !important;
    }
    .container-component.instance-1.columns > .wrapper > .inner > .full > .full:first-child:last-child {
        height: auto;
    }
    .container-component.instance-1.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
        height: auto;
        position: relative;
        width: auto;
    }
    .container-component.style-2:not(:first-child) {
        margin-top: 4rem !important;
    }
    .container-component.style-2:not(:last-child) {
        margin-bottom: 4rem !important;
    }
    .container-component.style-2 > .wrapper > .inner {
        --gutters: 4rem;
        --padding-horizontal: 0rem;
        --padding-vertical: 0rem;
    }
    .container-component.style-2.columns > .wrapper > .inner {
        flex-direction: column !important;
        flex-wrap: nowrap !important;
    }
    .container-component.style-2.columns > .wrapper > .inner > span {
        height: 0;
        margin-top: calc(var(--gutters) * -1);
        pointer-events: none;
        visibility: hidden;
    }
    .container-component.style-2.columns > .wrapper > .inner > *:first-child {
        margin-left: 0 !important;
        padding-top: 0 !important;
    }
    .container-component.style-2.columns > .wrapper > .inner > * {
        padding: calc(var(--gutters) * 0.5) 0 !important;
    }
    .container-component.style-2.columns > .wrapper > .inner > *:last-child {
        padding-bottom: 0 !important;
    }
    .container-component.style-2.columns > .wrapper > .inner > div > .full {
        margin-left: calc(var(--padding-horizontal) * -1);
        width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
    }
    .container-component.style-2.columns > .wrapper > .inner > div:first-of-type > .full {
        margin-left: calc(var(--padding-horizontal) * -1);
        width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
    }
    .container-component.style-2.columns > .wrapper > .inner > div:last-of-type > .full {
        margin-left: calc(var(--padding-horizontal) * -1);
        width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
    }
    .container-component.style-2.columns > .wrapper > .inner > div > .full:first-child {
        margin-top: calc(var(--gutters) * -0.5) !important;
    }
    .container-component.style-2.columns > .wrapper > .inner > div > .full:last-child {
        margin-bottom: calc(var(--gutters) * -0.5) !important;
    }
    .container-component.style-2.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
        margin-top: calc(var(--padding-vertical) * -1) !important;
    }
    .container-component.style-2.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
        margin-bottom: calc(var(--padding-vertical) * -1) !important;
    }
    .container-component.style-2.columns > .wrapper > .inner > div:first-of-type,
    .container-component.style-2.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
        border-top-left-radius: inherit;
        border-top-right-radius: inherit;
    }
    .container-component.style-2.columns > .wrapper > .inner > div:last-of-type,
    .container-component.style-2.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
        border-bottom-left-radius: inherit;
        border-bottom-right-radius: inherit;
    }
    .container-component.style-2.columns > .wrapper > .inner > div:first-of-type,
    .container-component.style-2.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
        border-bottom-left-radius: 0 !important;
    }
    .container-component.style-2.columns > .wrapper > .inner > div:last-of-type,
    .container-component.style-2.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
        border-top-right-radius: 0 !important;
    }
    .container-component.style-2.columns > .wrapper > .inner > .full > .full:first-child:last-child {
        height: auto;
    }
    .container-component.style-2.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
        height: auto;
        position: relative;
        width: auto;
    }
    .buttons-component.style-1 {
        gap11: 0.875rem;
    }
    .buttons-component.style-1:not(:first-child) {
        margin-top: 1.5rem !important;
    }
    .buttons-component.style-1:not(:last-child) {
        margin-bottom: 1.5rem !important;
    }
    .buttons-component.style-1 > li > a {
        letter-spacing: 0.4rem;
        padding-left: calc(0.4rem + 1.875rem);
        font-size: 0.75em;
    }
    .buttons-component.style-1 > li > a > svg {
        width: 1.25em;
    }
    .divider-component.style-1:not(:first-child) {
        margin-top: 3.5rem !important;
    }
    .divider-component.style-1:not(:last-child) {
        margin-bottom: 3.5rem !important;
    }
    .icons-component.style-1 {
        font-size: 1.875em;
        gap11: 1rem;
    }
    .icons-component.style-1 > li {
        margin-left: 1rem;
    }
}
@media (max-width: 480px) {
    .site-wrapper {
        padding: 0rem 0rem 0rem 0rem;
    }
    .site-main > .inner {
        --spacing: 1.53125rem;
    }
    .container-component.instance-1 > .wrapper > .inner {
        --spacing: 0.875rem;
    }
    .buttons-component.style-1 {
        flex-direction: column;
        flex-wrap: nowrap;
    }
    .buttons-component.style-1 > li > a {
        max-width: 32rem;
        width: 100%;
    }
}
@media (max-width: 360px) {
    .site-wrapper {
        padding: 0rem 0rem 0rem 0rem;
    }
    .site-main > .inner {
        --padding-horizontal: 1.5rem;
        --padding-vertical: 3rem;
        --spacing: 1.3125rem;
    }
    .gallery-component.instance-1 ul {
        gap11: 0rem;
    }
    .text-component.style-3 {
        font-size: 0.75em;
    }
    .text-component.style-1 {
        font-size: 2em;
    }
    .text-component.style-2 {
        font-size: 1em;
    }
    .container-component.style-1 > .wrapper > .inner {
        --gutters: 2rem;
        --padding-horizontal: 0rem;
        --padding-vertical: 0rem;
    }
    .container-component.instance-1 > .wrapper > .inner {
        --gutters: 1.5rem;
        --padding-horizontal: 1.5rem;
        --padding-vertical: 1.875rem;
        --spacing: 0.75rem;
    }
    .container-component.style-2 > .wrapper > .inner {
        --gutters: 3rem;
        --padding-horizontal: 0rem;
        --padding-vertical: 0rem;
    }
    .buttons-component.style-1 {
        gap11: 0.65625rem;
    }
    .icons-component.style-1 {
        gap11: 0.75rem;
    }
    .icons-component.style-1 > li {
        margin-left: 0.75rem;
    }
}



#sale-bar.sale-bar-hidden {
bottom: -86px;
}
#sale-bar.sale-bar-hidden .sale-bar-wave {
background-position: 0% 50%;
}
#sale-bar {
position: fixed;
z-index: 10;
left: 0px;
right: 0px;
bottom: 0px;
    -webkit-transition: bottom 0.35s;
    -moz-transition: bottom 0.35s;
    -ms-transition: bottom 0.35s;
    -o-transition: bottom 0.35s;
    transition: bottom 0.35s;
}
#sale-bar .sale-bar-wave {
width: 100%;
height: 36px;
background-image11: url(../images/wave.svg);
background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOTIwIiBoZWlnaHQ9IjM2IiB2aWV3Qm94PSIwIDAgMTkyMCAzNiI+PHBhdGggZD0iTS0xNSwxMjYuMTM1YzU4LjMxMS01LjY0MSwxMTYuNjIyLTExLjI4MiwxNzQuOTMzLTEyLjc5NXMxMTYuNjIzLDEuMSwxNzQuOTMzLDYuNTVTNDUxLjQ4NywxMzMuNjA4LDUwOS44LDEzMS45NDdzMTE2LjYyOC0xMy4yNTUsMTc0LjkzMy0xMi45NCwxMTYuNiwxMi41MzksMTc0LjkzMywxMi42NDUsMTE2LjctMTEuOTA2LDE3NC45MzMtOS43NzEsMTE2LjM0NCwxOC40MTgsMTc0LjkzMywyMC4wMTIsMTE3LjY2LTExLjUsMTc0LjkzMy0yMC42MTEsMTEyLjc0OS0xNC4yNDIsMTc0LjkzMy0xMS4wNjcsMTMxLjA3NiwxNC42NTUsMTc0LjkzMywxNS4xOSw2Mi42OC05Ljg3NiwxNzAuNjY3LjcyOXYxOS4xMzhILTE1IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxNSAtMTA5LjI3MikiIGZpbGw9IiNmZmU4NzciLz48L3N2Zz4=");
background-position: 50% 50%;
background-size: auto;
background-repeat: repeat-x;
background-attachment: scroll;
    -webkit-transition: background 1.8s;
    -moz-transition: background 1.8s;
    -ms-transition: background 1.8s;
    -o-transition: background 1.8s;
    transition: background 1.8s;
pointer-events: none;
margin-top: -15px;
}
#sale-bar .sale-bar-in {
margin-top11: -5px;
background: #ffe877;
width: 100%;
height: 50px;
}
#sale-bar .sale-bar-in .sale-bar-in-cont {
width: 100%;
max-width: 1200px;
height: 40px;
margin: 0px auto;
text-align: center;
}
#sale-bar .sale-bar-in .sale-bar-in-cont .sale-bar-in-cont-text {
}
#sale-bar .sale-bar-in .sale-bar-in-cont .sale-bar-in-cont-text .sale-bar-button {
display: inline-block;
background: #FFF url(../images/icon-sale.svg) 97% 50% no-repeat;
background-size: auto 100%;
padding: 8px 47px 9px 15px;
color: #487E95!important;
font-family: 'Inter', serif;
letter-spacing: 0px;
font-size: 15px;
line-height: 15px;
font-weight: 600;
border-radius: 6px;
text-decoration: none;
}
#sale-bar .sale-bar-in .sale-bar-in-cont .sale-bar-in-cont-text .sale-bar-button:hover {
text-decoration: none;
}
#sale-bar .sale-bar-in .sale-bar-in-cont .sale-bar-in-cont-text span.sale-bar-price {
color: #8f905d;
font-family: 'Inter', serif;
letter-spacing: 0px;
font-size: 15px;
line-height: 15px;
font-weight: 600;
margin-left: 15px;
}
@media (max-width: 470px) {
#sale-bar .sale-bar-in .sale-bar-in-cont .sale-bar-in-cont-text span.sale-bar-price {
  display: none!important;
}
	}
body .site-wrapper {
    padding-bottom: 40px;
}
@media (max-width: 736px) {
body .site-wrapper {
    padding-bottom: 40px;
}
body #callback-light {
    bottom: 50px;
}
html body #topcontrol {
    bottom: 120px!important;
}
	}



body #topcontrol.isactive {
right: 10px!important;
}
body #topcontrol {
display: block!important;
opacity: 1!important;
position: fixed;
z-index: 95!important;
bottom: 100px!important; 40px!important;
right: -62px!important;
background: url(../images/icon-up.svg) no-repeat;
        background-size: 52px 52px;
	-webkit-background-size: 52px 52px;
	-o-background-size: 52px 52px;
	-moz-background-size: 52px 52px;
	background-position: 50% 50%;
width: 52px!important;
height: 52px!important;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
overflow: hidden;
    -webkit-transition: right 0.30s;
    -moz-transition: right 0.30s;
    -ms-transition: right 0.30s;
    -o-transition: right 0.30s;
    transition: right 0.30s;
text-indent: -9999px;
}
body #topcontrol img {
display: none!important;
}



.home-link.home-next {
    top: 100px;
}
.home-link {
    display: block;
    width: 55px;
    height: 55px;
    position: fixed;
    z-index: 1010;
    top: 30px;
    right: 32px;
    border-radius: 50%;
    overflow: hidden;
}
.home-link img.home-link-img {
    display: block;
    width: 100%;
    height: 100%;
}
body .title-hidden {
    display: none!important;
}
body .is-hidden {
    display: none!important;
}

body #callback-light {
z-index: 99999!important;
}

body .is-phone a {
  text-decoration: none!important;
}
