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;
}
body {
    line-height: 1;
    min-height: var(--viewport-height);
    min-width: 320px;
    overflow-x: hidden;
    word-wrap: break-word;
    background-color: #fabba7;
}
: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: 14pt;
}
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;
}
.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;
    transition: opacity 1s ease-in-out 0s;
}
.site-main > .inner {
    --padding-horizontal: 4rem;
    --padding-vertical: 4rem;
    --spacing: 1.5rem;
    --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 #loader {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 3.75rem;
    left: calc(50% - 1.875rem);
    opacity: 0;
    pointer-events: none;
    position: fixed;
    top: calc(50% - 1.875rem);
    transition:
        opacity 1s ease,
        visibility 1s;
    visibility: hidden;
    width: 3.75rem;
    z-index: 100000;
}
body.with-loader #loader {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iOTZweCIgaGVpZ2h0PSI5NnB4IiB2aWV3Qm94PSIwIDAgOTYgOTYiIHpvb21BbmRQYW49ImRpc2FibGUiPjxzdHlsZT5jaXJjbGUgeyBmaWxsOiB0cmFuc3BhcmVudDsgc3Ryb2tlOiAjQTY4MTc2OyBzdHJva2Utd2lkdGg6IDJweDsgfTwvc3R5bGU+PGRlZnM+PGNsaXBQYXRoIGlkPSJjb3JuZXIiPjxwb2x5Z29uIHBvaW50cz0iMCwwIDQ4LDAgNDgsNDggOTYsNDggOTYsOTYgMCw5NiIgLz48L2NsaXBQYXRoPjwvZGVmcz48ZyBjbGlwLXBhdGg9InVybCgjY29ybmVyKSI+PGNpcmNsZSBjeD0iNDgiIGN5PSI0OCIgcj0iMzIiIHZlY3Rvci1lZmZlY3Q9Im5vbi1zY2FsaW5nLXN0cm9rZSIgLz48YW5pbWF0ZVRyYW5zZm9ybSBhdHRyaWJ1dGVOYW1lPSJ0cmFuc2Zvcm0iIGF0dHJpYnV0ZVR5cGU9IlhNTCIgdHlwZT0icm90YXRlIiBmcm9tPSIwIDQ4IDQ4IiB0bz0iMzYwIDQ4IDQ4IiBkdXI9IjFzIiByZXBlYXREdXI9ImluZGVmaW5pdGUiIC8+PC9nPjwvc3ZnPg==");
    opacity: 1;
    transform: scale(1);
    visibility: visible;
}
body.is-loading {
    pointer-events: none;
}
body.is-playing.with-loader #loader {
    opacity: 0;
    transform: scale(0.5);
    transition:
        opacity 0.25s ease,
        transform 0.75s ease,
        visibility 0.25s;
    visibility: hidden;
}
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;
}
.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 > .frame {
    width: 100vw;
    transition: none;
}
.image-component.style-1 > .frame > img {
    height: 100% !important;
    object-fit: cover;
    object-position: center;
    width: 100% !important;
    transition: none;
}
.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-2 {
    color: rgba(255, 255, 255, 0.612);
    font-family: "Inter", sans-serif;
    letter-spacing: -0.025rem;
    width: 100%;
    font-size: 0.875em;
    line-height: 1.875;
    font-weight: 400;
}
.text-component.style-2 mark {
    color: rgba(0, 0, 0, 0.251);
    background-color: transparent;
}
.text-component.style-2 a {
    text-decoration: underline;
}
.text-component.style-2 a:hover {
    text-decoration: none;
}
.text-component.style-2 span.p:nth-child(n + 2) {
    margin-top: 1rem;
}
.text-component.style-1 {
    color: #ffffff;
    font-family: "Inter", sans-serif;
    letter-spacing: -0.125rem;
    width: 100%;
    font-size: 2.5em;
    line-height: 1.25;
    font-weight: 400;
}
.text-component.style-1 a {
    text-decoration: underline;
}
.text-component.style-1 a:hover {
    text-decoration: none;
}
.text-component.style-1 span.p:nth-child(n + 2) {
    margin-top: 1rem;
}
.text-component.style-3 {
    color: rgba(255, 255, 255, 0.612);
    font-family: "Inter", sans-serif;
    letter-spacing: -0.025rem;
    width: 100%;
    font-size: 1em;
    line-height: 1.75;
    font-weight: 400;
}
.text-component.style-3 mark {
    color: rgba(0, 0, 0, 0.251);
    background-color: transparent;
}
.text-component.style-3 a {
    text-decoration: underline;
}
.text-component.style-3 a:hover {
    text-decoration: none;
}
.text-component.style-3 span.p:nth-child(n + 2) {
    margin-top: 1rem;
}
.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::before {
    width: 5rem;
    background-color: #fabba7;
    height: 4px;
    border-radius: 30px;
}
.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.75rem;
    flex-direction: column;
    flex-wrap: nowrap;
}
.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: 100vw;
    height: 3.375rem;
    line-height: 3.375rem;
    padding: 0 1.6875rem;
    vertical-align: middle;
    font-family: "Inter", sans-serif;
    letter-spacing: -0.025rem;
    font-size: 1em;
    font-weight: 400;
    border-radius: 0.5rem;
    flex-direction: row-reverse;
    justify-content: flex-end;
    background-color: #66646e;
    color: #ffffff;
    background-image: linear-gradient(235deg, #757380 0%, rgba(102, 100, 110, 0.008) 72%);
    background-position: 0% 0%;
    background-repeat: repeat;
    background-size: cover;
    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: #fabba7;
    flex-grow: 0;
    flex-shrink: 0;
    height: 100%;
    min-width: 16px;
    pointer-events: none;
    width: 1.5em;
    margin-left: 0.875rem;
    margin-right: calc(-0.125em + 0rem);
    transition: fill 0.25s ease;
}
.buttons-component.style-1 > li > a > .label {
    direction: var(--site-language-direction);
    overflow: hidden;
    flex-grow: 1;
    flex-shrink: 1;
    text-align: left;
    width: 100%;
    font-weight: 600;
}
.buttons-component.style-1 > li > a:hover {
    background-color: #73717a !important;
    transform: scale(1.025);
}
.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.125em;
    gap11: 0.875rem;
}
.icons-component.style-1 > li.first-child {
  margin-left: 0px!important;
}
.icons-component.style-1 > li {
  margin-left: 0.875rem;
}
.icons-component.style-1 > li > a {
    border-radius: 100%;
    height: 2em;
    width: 2em;
    background-color: #bcd3e3;
    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: #738b9c;
    transition: fill 0.25s ease;
}
.icons-component.style-1 > li > a:hover {
    background-color: #d0e4f2 !important;
    transform: scale(1.06);
}
.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: scale(1.06);
}
.icons-component.instance-1 > li > a.n02 {
    background-color: #ffd8cc;
}
.icons-component.instance-1 > li > a.n02 > svg {
    fill: #a38981;
}
.icons-component.instance-1 > li > a.n02:hover {
    background-color: #ffe8e0 !important;
}
.icons-component.instance-1 > li > a.n03 {
    background-color: #ded8ce;
}
.icons-component.instance-1 > li > a.n03 > svg {
    fill: #857b6a;
}
.icons-component.instance-1 > li > a.n03:hover {
    background-color: #ebe5dd !important;
}
.icons-component.instance-1 > li > a.n04 {
    background-color: #f2f0ed;
}
.icons-component.instance-1 > li > a.n04 > svg {
    fill: #706e67;
}
.icons-component.instance-1 > li > a.n04:hover {
    background-color: #f7f5f2 !important;
}
.icons-component.instance-1 > li > a.n05 {
    background-color: #d8d8e8;
}
.icons-component.instance-1 > li > a.n05 > svg {
    fill: #8d8da1;
}
.icons-component.instance-1 > li > a.n05:hover {
    background-color: #e4e4f0 !important;
}
.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 {
    --alignment: left;
    --flex-alignment: flex-start;
    --indent-left: 1;
    --indent-right: 0;
    --margin-left: 0;
    --margin-right: auto;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    background-image: linear-gradient(45deg, #44434a 0%, #68666e 85%);
    background-position: 0% 0%;
    background-repeat: repeat;
    background-size: cover;
    border-radius: 0.5rem;
}
.container-component.style-1:not(:first-child) {
    margin-top: 2rem !important;
}
.container-component.style-1:not(:last-child) {
    margin-bottom: 2rem !important;
}
.container-component.style-1 > .wrapper > .inner {
    --gutters: calc(var(--padding-horizontal) * 2);
    --padding-horizontal: 3rem;
    --padding-vertical: 4rem;
    --spacing: 1.25rem;
    padding: var(--padding-vertical) var(--padding-horizontal);
    border-radius: calc(0.5rem - 0px);
}
.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-1 > .wrapper > .inner > :nth-child(1) {
    width: calc(50% + (var(--gutters) / 2));
}
.container-component.instance-1 > .wrapper > .inner > :nth-child(2) {
    width: calc(50% + (var(--gutters) / 2));
}
@media (max-width: 1920px) {
}
@media (max-width: 1680px) {
    html {
        font-size: 10pt;
    }
}
@media (max-width: 1280px) {
    html {
        font-size: 10pt;
    }
}
@media (max-width: 1024px) {
}
@media (max-width: 980px) {
    html {
        font-size: 9pt;
    }
}
@media (max-width: 736px) {
    html {
        font-size: 11pt;
    }
    .site-main > .inner {
        --padding-horizontal: 1.5rem;
        --padding-vertical: 1.5rem;
        --spacing: 1.5rem;
    }
    .image-component.style-1 > .frame {
        height: 25rem !important;
    }
    .image-component.style-1 > .frame > img {
        height: 100% !important;
        object-fit: cover;
        object-position: center 33%;
        width: 100% !important;
    }
    .text-component.style-2 {
        letter-spacing: -0.021875rem;
        width: 100%;
        font-size: 0.875em;
        line-height: 1.875;
    }
    .text-component.style-1 {
        letter-spacing: -0.109375rem;
        width: 100%;
        font-size: 2.5em;
        line-height: 1.25;
    }
    .text-component.style-3 {
        letter-spacing: -0.021875rem;
        width: 100%;
        font-size: 1em;
        line-height: 1.75;
    }
    .divider-component.style-1::before {
        width: 5rem;
    }
    .buttons-component.style-1 {
        gap11: 0.75rem;
    }
    .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 {
        letter-spacing: -0.025rem;
        font-size: 1em;
    }
    .buttons-component.style-1 > li > a > svg {
        width: 1.5em;
    }
    .icons-component.style-1 {
        font-size: 1.125em;
        gap11: 0.875rem;
    }
    .icons-component.style-1 > li {
      margin-left: 0.875rem;
    }
    .container-component.style-1:not(:first-child) {
        margin-top: 1.5rem !important;
    }
    .container-component.style-1:not(:last-child) {
        margin-bottom: 1.5rem !important;
    }
    .container-component.style-1 > .wrapper > .inner {
        --gutters: calc(var(--padding-vertical) * 2);
        --padding-horizontal: 2.5rem;
        --padding-vertical: 3rem;
        --spacing: 1.25rem;
    }
    .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-1 > .wrapper > .inner > :nth-child(1) {
        min-height: 100% !important;
        width: 100% !important;
    }
    .container-component.instance-1 > .wrapper > .inner > :nth-child(2) {
        min-height: 100% !important;
        width: 100% !important;
    }
}
@media (max-width: 480px) {
    .site-main > .inner {
        --spacing: 1.3125rem;
    }
    .image-component.style-1 > .frame {
        height: 20rem !important;
    }
    .buttons-component.style-1 > li > a {
        max-width: 100%;
        width: 100%;
    }
    .container-component.style-1 > .wrapper > .inner {
        --spacing: 1.09375rem;
    }
}
@media (max-width: 360px) {
    .site-main > .inner {
        --padding-horizontal: 1.125rem;
        --padding-vertical: 1.125rem;
        --spacing: 1.125rem;
    }
    .image-component.style-1 > .frame {
        height: 17.5rem !important;
    }
    .text-component.style-2 {
        font-size: 0.875em;
    }
    .text-component.style-1 {
        font-size: 2em;
    }
    .text-component.style-3 {
        font-size: 1em;
    }
    .buttons-component.style-1 {
        gap11: 0.5625rem;
    }
    .icons-component.style-1 {
        gap11: 0.65625rem;
    }
    .icons-component.style-1 > li {
      margin-left: 0.65625rem;
    }
    .container-component.style-1 > .wrapper > .inner {
        --gutters: calc(var(--padding-vertical) * 2);
        --padding-horizontal: 1.875rem;
        --padding-vertical: 2.25rem;
        --spacing: 0.9375rem;
    }
}



#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: 30px;
}
@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-bolder {
  color: #FFF;
  font-size: 1.1em;
}
body .is-phone {
  color: #FFF;
  font-size: 1.1em;
}
body .is-phone a {
  color: inherit!important;
  text-decoration: none!important;
}
