.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
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 {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#f5f5f5;background-image:url("https://images.assets-landingi.com/eU90ia5I/sekcja8_foto_tlo2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#khq2CJ5eCTL1qR34KOUFFzHcBmtKDCEV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#khq2CJ5eCTL1qR34KOUFFzHcBmtKDCEV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#khq2CJ5eCTL1qR34KOUFFzHcBmtKDCEV > .row > .video-iframe-container { display: none; }#khq2CJ5eCTL1qR34KOUFFzHcBmtKDCEV > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tTg861QLKVSPtFiJT37WzhF5J4KGbSMW { position:relative;display:none; }#tTg861QLKVSPtFiJT37WzhF5J4KGbSMW { border-width: 0; border-radius: 0; }#tTg861QLKVSPtFiJT37WzhF5J4KGbSMW > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#tTg861QLKVSPtFiJT37WzhF5J4KGbSMW > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#UV7BuyxmadmOgnSGw7BrXSxeU3X7b4PZ { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.3125rem;width:4.3125rem;top:0rem;left:7.5rem;overflow:hidden;display:none; }
#gFmh2f8aaMGPTDLif9gvZ95AyN9GaWtt { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#FOGW4EcysrSQkvHcfxEaC9o2MyM0JygA { color:#000000;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:1.505859375rem;left:62.28125rem;height:1.29980625rem;font-style:normal;display:none; }
#tyJAJWbxPkNP9PWoknhD7VN5e1287JZd { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:1.28125rem;left:59.5625rem;display:none; }
#GB3tR7CuXqCOxLo09Zce0qBgoD95MTxx { color:#000000;display:block;width:8.125rem;position:absolute;font-family:"playfair display";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:7.9375rem;top:6.0625rem;left:9.375rem;display:none; }
#hUCXkgQqkWwSAZkLFs6L7QDxpXByzHfL { background-color:rgba(255,255,255,0.96);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;z-index:auto;display:block; }#hUCXkgQqkWwSAZkLFs6L7QDxpXByzHfL > .row .container { background-color: transparent; background-image: none; }#hUCXkgQqkWwSAZkLFs6L7QDxpXByzHfL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hUCXkgQqkWwSAZkLFs6L7QDxpXByzHfL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hUCXkgQqkWwSAZkLFs6L7QDxpXByzHfL > .row .container > .video-iframe-container { display: none; }#hUCXkgQqkWwSAZkLFs6L7QDxpXByzHfL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hUCXkgQqkWwSAZkLFs6L7QDxpXByzHfL > .row > .video-iframe-container { display: none; }#hUCXkgQqkWwSAZkLFs6L7QDxpXByzHfL > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hUCXkgQqkWwSAZkLFs6L7QDxpXByzHfL > .row .container { border-width: 0; border-radius: 0; }#hUCXkgQqkWwSAZkLFs6L7QDxpXByzHfL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hUCXkgQqkWwSAZkLFs6L7QDxpXByzHfL > .row .container { width:75rem;height:4.75rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#PqZG2RwJX4HksybMC1xbzDTlVu6HGEmt { background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#433a20;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"playfair display";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:0.625rem;left:26.8125rem;display:block; }
#ThAeawCwLxH0nMK08ZT1WwT6D8Z9imfe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hI1dZBnkOu2XF8LmAHNngT4GdwHIb38W { background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#433a20;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"playfair display";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.375rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:0.625rem;left:41.1875rem;display:block; }
#oWz73vVJSdy9qHwE0HzXuJdTiO1iDsrN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gnTyCoTevFv0ir56BAzvSo8dJ4qZtp7W { background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#433a20;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"playfair display";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.875rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:0.625rem;left:49.8125rem;display:block; }
#Z1khmckFuqEH1tqNi3Oy6qWAJpHUmwMR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ho9SPsUiqduXE4W1QikQELTsUExUMGGs { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.625rem;width:4.625rem;top:0rem;left:6.9375rem;overflow:hidden;display:block; }
#PwBWxkAMEuu2dW0XRgWTHQVI8Wcw5Zto { background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#433a20;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"playfair display";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.75rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:0.625rem;left:32.625rem;display:block; }
#wwkRzuiBZN09r0ebPyKHCdIER2RTiakQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#F2rEaPVhcTblTpDoERMgLhD2nmGCnKSR { background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#433a20;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"playfair display";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.5rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:0.625rem;left:53.6875rem;display:block; }
#AOthJVm84RLD6QggB2ZkbaETeJqvJTrm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#a4OcHNG3TqJxO1WtCTkxAWULNxJm8W2p { color:#433a20;display:block;width:8.6875rem;position:absolute;font-family:"playfair display";font-size:1rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:1.505859375rem;left:66.25rem;height:1.29980625rem;font-style:normal;display:block; }
#uPnwZpXzgfmtPKWLl6TvWKlJJqCKig9W { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:1.28125rem;left:63.875rem; }
#z7REWKqLzqcQufBRGMdS36F8kDKetXJ6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#MwTX1ZDzXuUSn8giN86ltLRfOPbAQExH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/db208304-d1e8-45b3-9bb6-99af50bf70c2/IMG_3809.JPEG");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#MwTX1ZDzXuUSn8giN86ltLRfOPbAQExH.adaptive-delivery-prevent-bg, #MwTX1ZDzXuUSn8giN86ltLRfOPbAQExH.lazyload, #MwTX1ZDzXuUSn8giN86ltLRfOPbAQExH.lazyloading { background-image: none; }#MwTX1ZDzXuUSn8giN86ltLRfOPbAQExH > .row .container { background-color: transparent; background-image: none; }#MwTX1ZDzXuUSn8giN86ltLRfOPbAQExH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.7); }#MwTX1ZDzXuUSn8giN86ltLRfOPbAQExH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MwTX1ZDzXuUSn8giN86ltLRfOPbAQExH > .row .container > .video-iframe-container { display: none; }#MwTX1ZDzXuUSn8giN86ltLRfOPbAQExH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.7); }#MwTX1ZDzXuUSn8giN86ltLRfOPbAQExH > .row > .video-iframe-container { display: none; }#MwTX1ZDzXuUSn8giN86ltLRfOPbAQExH > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MwTX1ZDzXuUSn8giN86ltLRfOPbAQExH > .row .container { border-width: 0; border-radius: 0; }#MwTX1ZDzXuUSn8giN86ltLRfOPbAQExH::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MwTX1ZDzXuUSn8giN86ltLRfOPbAQExH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MwTX1ZDzXuUSn8giN86ltLRfOPbAQExH > .row .container { font-size:0.875rem;font-family:arial;height:39.125rem;width:75rem;position:relative;display:block; }#XARW3W63fC8kidOJ3dewgrQdGITGkAOE { color:#ff845e;display:block;width:60.75rem;position:absolute;font-family:"playfair display";font-size:6rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:8.1875rem;left:7.03125rem;height:7.7998125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#s3GXT6LDuiTXVvguM93hg9K8CRuxabLE { color:#ffffff;display:block;width:59.8125rem;position:absolute;font-family:"playfair display";font-size:1.5rem;font-weight:normal;z-index:15002;line-height:1.58;letter-spacing:0;top:17.9375rem;left:7.625rem;height:4.73828125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#kGFXlmzgIywTuK3x7rsoVFZBG1ZfHMTV { background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:#f6f6f6;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"playfair display";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10rem;height:2.75rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:24.75rem;left:37.822265625rem;display:block; }
#hAEgaV36w4xADtyG6nEuoIrqzOWIReKL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mECfDztdsZSL6w26PE8EXJAAsTcfB8p8 { background-color:#d5be7a;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #d5be7a;border-left:0.0625rem solid #d5be7a;border-right:0.0625rem solid #d5be7a;border-bottom:0.0625rem solid #d5be7a;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:#302914;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"playfair display";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.0625rem;height:2.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:24.75rem;left:26.416015625rem;display:block; }
#HTH3MmxPiIgyb0bs6VSFm21zCpeELzmu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#t6VmaJT7BK6skaMWtxD3pBsmacQRG2G6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f5;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#t6VmaJT7BK6skaMWtxD3pBsmacQRG2G6 > .row .container { background-color: transparent; background-image: none; }#t6VmaJT7BK6skaMWtxD3pBsmacQRG2G6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t6VmaJT7BK6skaMWtxD3pBsmacQRG2G6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t6VmaJT7BK6skaMWtxD3pBsmacQRG2G6 > .row .container > .video-iframe-container { display: none; }#t6VmaJT7BK6skaMWtxD3pBsmacQRG2G6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t6VmaJT7BK6skaMWtxD3pBsmacQRG2G6 > .row > .video-iframe-container { display: none; }#t6VmaJT7BK6skaMWtxD3pBsmacQRG2G6 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t6VmaJT7BK6skaMWtxD3pBsmacQRG2G6 > .row .container { border-width: 0; border-radius: 0; }#t6VmaJT7BK6skaMWtxD3pBsmacQRG2G6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#t6VmaJT7BK6skaMWtxD3pBsmacQRG2G6 > .row .container { font-size:0.875rem;font-family:arial;height:13.625rem;width:75rem;position:relative;display:block; }#TsKrIJ7MNaBf1TXNEqKW4cVV9scKKRGO { color:#433a20;display:block;width:75rem;position:absolute;font-family:"playfair display";font-size:2.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:7.875rem;left:0rem;height:3.73730625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#l2T88K0VfI4L7C7TiCIcyJXOIi4EQgop { position:absolute;display:block;z-index:15001;background-color:#b4b1b2;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:3.4375rem;top:4.8125rem;left:31.9375rem;display:block; }
#SL1Msbddy2KiGc9k2eWCD0XufzQxPFPA { position:absolute;display:block;z-index:15002;background-color:#b4b1b2;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:3.4375rem;top:4.8125rem;left:39.625rem;display:block; }
#uAFReLEFK2BoBFFn5opvNcnHV0N623Tw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:3.1875rem;left:35.9375rem; }
#UWQ6lTRqQN2zo4Q0T1ETb0T1p4MB9Blh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f5;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#UWQ6lTRqQN2zo4Q0T1ETb0T1p4MB9Blh > .row .container { background-color: transparent; background-image: none; }#UWQ6lTRqQN2zo4Q0T1ETb0T1p4MB9Blh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UWQ6lTRqQN2zo4Q0T1ETb0T1p4MB9Blh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UWQ6lTRqQN2zo4Q0T1ETb0T1p4MB9Blh > .row .container > .video-iframe-container { display: none; }#UWQ6lTRqQN2zo4Q0T1ETb0T1p4MB9Blh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UWQ6lTRqQN2zo4Q0T1ETb0T1p4MB9Blh > .row > .video-iframe-container { display: none; }#UWQ6lTRqQN2zo4Q0T1ETb0T1p4MB9Blh > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UWQ6lTRqQN2zo4Q0T1ETb0T1p4MB9Blh > .row .container { border-width: 0; border-radius: 0; }#UWQ6lTRqQN2zo4Q0T1ETb0T1p4MB9Blh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UWQ6lTRqQN2zo4Q0T1ETb0T1p4MB9Blh > .row .container { font-size:0.875rem;font-family:arial;height:22.5625rem;width:75rem;position:relative;display:block; }#Enlut1pNAwxawqvnvWZZie6etB8UdvIz { position:absolute;display:block;z-index:15004;background-color:rgba(213,190,122,0.9);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.25rem;border-top-right-radius:4.25rem;border-bottom-left-radius:4.25rem;border-bottom-right-radius:4.25rem;box-shadow: none;height:5.375rem;width:5.375rem;top:1.375rem;left:34.75rem;display:block; }
#Qrbe4rNLlxGezS7Q9k67zmpAhdALxWZ2 { color:#433a20;display:block;width:12.5rem;position:absolute;font-family:"playfair display";font-size:1.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:8rem;left:31.1875rem;height:1.94921875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#cDzU6oVGZQBXVq6GAkHhbfd95Q3q7nzr { color:#433a20;display:block;width:13.375rem;position:absolute;font-family:"playfair display";font-size:1rem;font-weight:normal;z-index:15007;line-height:1.6;letter-spacing:0;top:13.375rem;left:30.9375rem;height:6.3984375rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#T2zPRvCUaqrJAaedGGVipLHVbKfDDWT0 { color:#433a20;display:block;width:17.4375rem;position:absolute;font-family:"playfair display";font-size:1.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:8rem;left:10.0625rem;height:1.94921875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#x6D5VN9ENMx9sISTcbbRgZMOKoC70IT3 { position:absolute;display:block;z-index:15004;background-color:rgba(213,190,122,0.9);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.25rem;border-top-right-radius:4.25rem;border-bottom-left-radius:4.25rem;border-bottom-right-radius:4.25rem;box-shadow: none;height:5.375rem;width:5.375rem;top:1.375rem;left:16.0625rem;display:block; }
#V1iNET2mTBov81ZybRkTf8dBtKHgoCbp { color:#433a20;display:block;width:18.5625rem;position:absolute;font-family:"playfair display";font-size:1rem;font-weight:normal;z-index:15007;line-height:1.6;letter-spacing:0;top:12.57421875rem;left:9.5rem;height:6.3984375rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#h5QJoFEcaZ9F9aKhfmwfwKqfggTHPe1T { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:3.5625rem;top:2.3125rem;left:16.9375rem;overflow:hidden;display:block; }
#N6olAWZ5DGW0mHS5w4GJTF0868kqLHKM { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:4.875rem;top:1.625rem;left:35rem;overflow:hidden;display:block; }
#ZrMqGh1o4ZqWICX8k2SzmTIBJv9AnNUt { color:#433a20;display:block;width:18.25rem;position:absolute;font-family:"playfair display";font-size:1.5rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:8rem;left:47rem;height:3.8984375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Bn4c933N48MBQCURK5S0quq8zlrO6KUP { color:#433a20;display:block;width:13rem;position:absolute;font-family:"playfair display";font-size:1rem;font-weight:normal;z-index:15015;line-height:1.6;letter-spacing:0;top:13.375rem;left:49.875rem;height:6.3984375rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#OQ5OwgIANnRbyOBFAIeIXTp2z6ZPwowZ { position:absolute;display:block;z-index:15012;background-color:rgba(213,190,122,0.9);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.25rem;border-top-right-radius:4.25rem;border-bottom-left-radius:4.25rem;border-bottom-right-radius:4.25rem;box-shadow: none;height:5.375rem;width:5.375rem;top:1.375rem;left:53.6875rem;display:block; }
#U3kbzCKPAI83OGul56mJzsNHDNGGi0fP { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.8125rem;width:3.8125rem;top:2.1875rem;left:54.8125rem;overflow:hidden;display:block; }
#ufHE5DVPxUpLZ7fuRSpCUOwG4ZkrTT24 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f5;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ufHE5DVPxUpLZ7fuRSpCUOwG4ZkrTT24 > .row .container { background-color: transparent; background-image: none; }#ufHE5DVPxUpLZ7fuRSpCUOwG4ZkrTT24::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ufHE5DVPxUpLZ7fuRSpCUOwG4ZkrTT24 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ufHE5DVPxUpLZ7fuRSpCUOwG4ZkrTT24 > .row .container > .video-iframe-container { display: none; }#ufHE5DVPxUpLZ7fuRSpCUOwG4ZkrTT24 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ufHE5DVPxUpLZ7fuRSpCUOwG4ZkrTT24 > .row > .video-iframe-container { display: none; }#ufHE5DVPxUpLZ7fuRSpCUOwG4ZkrTT24 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ufHE5DVPxUpLZ7fuRSpCUOwG4ZkrTT24 > .row .container { border-width: 0; border-radius: 0; }#ufHE5DVPxUpLZ7fuRSpCUOwG4ZkrTT24 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ufHE5DVPxUpLZ7fuRSpCUOwG4ZkrTT24 > .row .container { font-size:0.875rem;font-family:arial;height:25.5rem;width:75rem;position:relative;display:block; }#WRTQPWgvdrN0gLR3izvk932xI4QBIEHs { color:#433a20;display:block;width:16.3125rem;position:absolute;font-family:"playfair display";font-size:1.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:8rem;left:40rem;height:1.94921875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QHEcO2vCTLOoihQHeor0UzfTT1dw6Xo4 { color:#433a20;display:block;width:13rem;position:absolute;font-family:"playfair display";font-size:1rem;font-weight:normal;z-index:15003;line-height:1.6;letter-spacing:0;top:12.625rem;left:41.6875rem;height:6.3984375rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#brVgfGybPWBt0S9kPn69VHNPaHpywyPD { position:absolute;display:block;z-index:15000;background-color:rgba(213,190,122,0.9);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.25rem;border-top-right-radius:4.25rem;border-bottom-left-radius:4.25rem;border-bottom-right-radius:4.25rem;box-shadow: none;height:5.375rem;width:5.375rem;top:1.375rem;left:45.5rem;display:block; }
#GXyPVFIRWxZwaak4x9RTuXmNkKbqZNlr { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:3.5625rem;top:2.3125rem;left:46.4375rem;overflow:hidden;display:block; }
#ug7W9WEUIChiqgF1yt7MJoAkaUVqvSMs { color:#433a20;display:block;width:13rem;position:absolute;font-family:"playfair display";font-size:1rem;font-weight:normal;z-index:15003;line-height:1.6;letter-spacing:0;top:12.5625rem;left:21.625rem;height:7.9980625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wbnM7JeuiDcK0izezGK6EVfv1BRWq7uL { color:#433a20;display:block;width:12.5rem;position:absolute;font-family:"playfair display";font-size:1.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:8rem;left:21.875rem;height:1.94921875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Snzp8KufKrexBQA8JFo7KUpxRFiN0RPf { position:absolute;display:block;z-index:15000;background-color:rgba(213,190,122,0.9);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.25rem;border-top-right-radius:4.25rem;border-bottom-left-radius:4.25rem;border-bottom-right-radius:4.25rem;box-shadow: none;height:5.375rem;width:5.375rem;top:1.375rem;left:25.4375rem;display:block; }
#iA7DWwLBGDs05rfFcfdmLvMQSty7RH8V { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:4.5rem;top:1.8125rem;left:25.8125rem;overflow:hidden;display:block; }
#szwVBToOrULAJlMGr4iWwz1DnsAO82X1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#szwVBToOrULAJlMGr4iWwz1DnsAO82X1 > .row .container { border-width: 0; border-radius: 0; }#szwVBToOrULAJlMGr4iWwz1DnsAO82X1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#szwVBToOrULAJlMGr4iWwz1DnsAO82X1 > .row .container { font-size:0.875rem;font-family:arial;height:13.75rem;width:75rem;position:relative;display:none; }#C5bJGZGUTCpXTUn6T0zbxETIaPpa78WN { color:#433a20;display:block;width:75rem;position:absolute;font-family:"playfair display";font-size:2.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:7.5625rem;left:0rem;height:3.73730625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mrr3a49U72u9ZIb0dmZHZMvhviFkT8qc { position:absolute;display:block;z-index:15001;background-color:#b4b1b2;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:3.4375rem;top:7rem;left:31.9375rem;display:block; }
#ILN5Tis5zTsqi7T6ZkT90TcKZpkS09W7 { position:absolute;display:block;z-index:15002;background-color:#b4b1b2;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:3.4375rem;top:7rem;left:39.625rem;display:block; }
#sREitm1avbXcQyXdbT315nL7ymSVDglk { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1875rem;width:1.5rem;top:6.3125rem;left:36.875rem;overflow:hidden;display:block; }
#vKBPTsI6S6eh9bAy60Br5sFOq4vvm5Ic { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#vKBPTsI6S6eh9bAy60Br5sFOq4vvm5Ic > .row .container { border-width: 0; border-radius: 0; }#vKBPTsI6S6eh9bAy60Br5sFOq4vvm5Ic > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vKBPTsI6S6eh9bAy60Br5sFOq4vvm5Ic > .row .container { font-size:0.875rem;font-family:arial;height:19.6875rem;width:75rem;position:relative;display:none; }#CegTiINmiG8Z7g1onOAnVC8b0mG2C1EE { position:absolute;display:block;z-index:15005;background-color:rgba(195,148,65,0.9);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.9375rem;width:19.25rem;top:0.75rem;left:48.1875rem;display:block; }
#mLhiQLJctaJyI3r2TTcaa6cVV5oh8cot { color:#000000;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:5.0625rem;left:51.6875rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uzce6B1ABS3DiV8bzW7yJJb2zVdV03p0 { position:absolute;display:block;z-index:15009;background-color:rgba(255,255,255,0.3);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:15rem;top:8.25rem;left:50.4375rem;display:block; }#uzce6B1ABS3DiV8bzW7yJJb2zVdV03p0.adaptive-delivery-prevent-bg, #uzce6B1ABS3DiV8bzW7yJJb2zVdV03p0.lazyload, #uzce6B1ABS3DiV8bzW7yJJb2zVdV03p0.lazyloading { background-image: none; }
#gV3cil2tmJ0WafkRI4z2J1G1QBMN8ZPS { position:absolute;display:block;z-index:15010;background-color:rgba(255,255,255,0.3);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:2.5rem;top:17.6875rem;left:56.6875rem;display:block; }#gV3cil2tmJ0WafkRI4z2J1G1QBMN8ZPS.adaptive-delivery-prevent-bg, #gV3cil2tmJ0WafkRI4z2J1G1QBMN8ZPS.lazyload, #gV3cil2tmJ0WafkRI4z2J1G1QBMN8ZPS.lazyloading { background-image: none; }
#ZZsMEaOu5glsyUP3xJZiZfQWMRwEZTkv { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.8125rem;width:40.5625rem;top:0.75rem;left:7.6875rem;overflow:hidden;display:block; }
#z4m8hL2He7v080RHmznJ6WvbN0dToKOV { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#BZyJ7rqbf68rJkBOquaL1GyvyLM7NmJp { color:#000000;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:10.875rem;left:51.5625rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aXM4EviO0IMrKlKdnWh5m12EWtUWiT3h { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:1.875rem;left:56.5625rem; }
#Dg2JcTcXLzPcW4u3kWJfHHXukXTVLL7H { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#Dg2JcTcXLzPcW4u3kWJfHHXukXTVLL7H > .row .container { border-width: 0; border-radius: 0; }#Dg2JcTcXLzPcW4u3kWJfHHXukXTVLL7H > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Dg2JcTcXLzPcW4u3kWJfHHXukXTVLL7H > .row .container { font-size:0.875rem;font-family:arial;height:20.875rem;width:75rem;position:relative;display:none; }#BRAt3nHnLfi2wCSdKp8wyGawxX8xlP4x { position:absolute;display:block;z-index:15017;background-color:#b9a698;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:15rem;top:6.9375rem;left:9.6875rem;display:block; }#BRAt3nHnLfi2wCSdKp8wyGawxX8xlP4x.adaptive-delivery-prevent-bg, #BRAt3nHnLfi2wCSdKp8wyGawxX8xlP4x.lazyload, #BRAt3nHnLfi2wCSdKp8wyGawxX8xlP4x.lazyloading { background-image: none; }
#W34ZIJg0fHofvnJDdV4luJeTTe24BUP0 { position:absolute;display:block;z-index:15018;background-color:#b9a698;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:2.5rem;top:12.6875rem;left:15.875rem;display:block; }#W34ZIJg0fHofvnJDdV4luJeTTe24BUP0.adaptive-delivery-prevent-bg, #W34ZIJg0fHofvnJDdV4luJeTTe24BUP0.lazyload, #W34ZIJg0fHofvnJDdV4luJeTTe24BUP0.lazyloading { background-image: none; }
#IStLxnXEPLER510PlrQtSDkqpO9W8Lqf { position:absolute;display:block;z-index:15013;background-color:rgba(195,148,65,0.9);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.8125rem;width:19.125rem;top:0rem;left:7.5rem;display:block; }
#MZqZBnPypN3yuA6FHBs9L6xX0p5pzUIv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:0.6875rem;left:15.5625rem; }
#uDrRf18furosmvaUtfADNT2exySDX97c { color:#000000;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15024;line-height:1.8;letter-spacing:0;top:7.60546875rem;left:10.875rem;height:3.6rem;text-align:center;text-align-last:center;display:block; }
#q9cUOBKg6Ss4agyb4pyoZ22w3WePkExk { color:#000000;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:14.375rem;left:10.875rem;height:2.6rem;text-align:center;text-align-last:center;display:block; }
#C2BUHKk0gTZE8vgSqTlE46dOoqJJkSVk { color:#000000;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:4.5rem;left:10.9375rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cF6Eqbq5B2TE9SLUp5fPMFATflx84W0m { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.125rem;width:40.9375rem;top:0rem;left:26.625rem;overflow:hidden;display:block; }
#EAEfB2oobRST6C1neATAlWU5DhAe8pJy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/0149a462-dc5c-412f-a278-3cb3e1c2ec94/pexelsmaxrahubovskiy7195803.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#EAEfB2oobRST6C1neATAlWU5DhAe8pJy.adaptive-delivery-prevent-bg, #EAEfB2oobRST6C1neATAlWU5DhAe8pJy.lazyload, #EAEfB2oobRST6C1neATAlWU5DhAe8pJy.lazyloading { background-image: none; }#EAEfB2oobRST6C1neATAlWU5DhAe8pJy > .row .container { background-color: transparent; background-image: none; }#EAEfB2oobRST6C1neATAlWU5DhAe8pJy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.8); }#EAEfB2oobRST6C1neATAlWU5DhAe8pJy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EAEfB2oobRST6C1neATAlWU5DhAe8pJy > .row .container > .video-iframe-container { display: none; }#EAEfB2oobRST6C1neATAlWU5DhAe8pJy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.8); }#EAEfB2oobRST6C1neATAlWU5DhAe8pJy > .row > .video-iframe-container { display: none; }#EAEfB2oobRST6C1neATAlWU5DhAe8pJy > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EAEfB2oobRST6C1neATAlWU5DhAe8pJy > .row .container { border-width: 0; border-radius: 0; }#EAEfB2oobRST6C1neATAlWU5DhAe8pJy::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EAEfB2oobRST6C1neATAlWU5DhAe8pJy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EAEfB2oobRST6C1neATAlWU5DhAe8pJy > .row .container { font-size:0.875rem;font-family:arial;height:80.3125rem;width:75rem;position:relative;display:block; }#WVamLwJopccAQRrhsmAu4eGTyQ5KTZhK { color:#ffffff;display:block;width:63.0625rem;position:absolute;font-family:"playfair display";font-size:1rem;font-weight:400;z-index:15020;line-height:1.6;letter-spacing:0;top:18.6435546875rem;left:5.96875rem;height:31.9921875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#n3glDBBIksuMPcFz4NGb0eMWi3pDzqFk { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:12.6875rem;width:9.4375rem;top:57.6875rem;left:4.625rem;overflow:hidden;display:block; }
#pfhS5P0hChXwpSZ5PSg9ZOWisGdETX4l { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:12.875rem;width:9.625rem;top:57.625rem;left:16.0625rem;overflow:hidden;display:block; }
#t76tKfZ2ZhmxmcG5MadQe3ZG4wtNtAVA { position:absolute;display:block;z-index:15001;background-color:#b4b1b2;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:3.4375rem;top:5rem;left:31.9375rem;display:block; }
#kVHpzy4nwVqlycUB8uHeoxQeAkyu4TTT { position:absolute;display:block;z-index:15002;background-color:#b4b1b2;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:3.4375rem;top:5rem;left:39.625rem;display:block; }
#brLOv1dilmGD3ara4XtsCFbZtzahEEem { color:#ff845e;display:block;width:75rem;position:absolute;font-family:"playfair display";font-size:2.875rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:8.25rem;left:0rem;height:2.875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#F5lpq6E1Tzo9i1llLtOVOo7N0ZkgHUTq { color:#ffffff;display:block;width:50.75rem;position:absolute;font-family:"playfair display";font-size:2rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:13.4375rem;left:12.125rem;height:2.5996125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#IioTLyoZHomVT96lUIVhSt1v6FVRw1Fc { background-color:transparent;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"playfair display";font-size:1rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:10.25rem;height:3.125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:72.875rem;left:31.875rem;display:block; }
#o6R87mCrnT7qJl9cdJ8XApWOKWRkxapa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LiMWZKVKEb5lJgAyMVTcDtRWCw0JIFxT { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:12.875rem;width:9.625rem;top:57.625rem;left:27.3125rem;overflow:hidden;display:block; }
#wcR9IvKf94FSziVuC4bvn0Hxs2Ro8Tw9 { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:12.875rem;width:9.625rem;top:57.625rem;left:38.375rem;overflow:hidden;display:block; }
#LW0NGTDXPwRBW2b0c8wZ5B9n47W6e2Ii { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:12.875rem;width:9.75rem;top:57.625rem;left:49.4375rem;overflow:hidden;display:block; }
#fPQAQdLWGoB4LtQNSc8zpvFCA860Tzfe { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:3.5rem;left:35.9375rem; }
#e7FXNbm2KKb9wdpQWTXl790VhysFUdAh { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:12.875rem;width:9.875rem;top:57.625rem;left:60.5625rem;overflow:hidden;display:block; }
#Mkuzan95Ed8lVEsQfROxVf39xtsGaw0Z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Mkuzan95Ed8lVEsQfROxVf39xtsGaw0Z > .row .container { background-color: transparent; background-image: none; }#Mkuzan95Ed8lVEsQfROxVf39xtsGaw0Z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mkuzan95Ed8lVEsQfROxVf39xtsGaw0Z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mkuzan95Ed8lVEsQfROxVf39xtsGaw0Z > .row .container > .video-iframe-container { display: none; }#Mkuzan95Ed8lVEsQfROxVf39xtsGaw0Z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mkuzan95Ed8lVEsQfROxVf39xtsGaw0Z > .row > .video-iframe-container { display: none; }#Mkuzan95Ed8lVEsQfROxVf39xtsGaw0Z > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mkuzan95Ed8lVEsQfROxVf39xtsGaw0Z > .row .container { border-width: 0; border-radius: 0; }#Mkuzan95Ed8lVEsQfROxVf39xtsGaw0Z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Mkuzan95Ed8lVEsQfROxVf39xtsGaw0Z > .row .container { font-size:0.875rem;font-family:arial;height:13.75rem;width:75rem;position:relative;display:block; }#BXNVpNVVRFdxWVoa9PAJfdMrGH9LVWtw { color:#433a20;display:block;width:75rem;position:absolute;font-family:"playfair display";font-size:2.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:7.875rem;left:0rem;height:3.73730625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#IxbQ96SbelogPG95mrawBuMAQWPLCV2M { position:absolute;display:block;z-index:15001;background-color:#b4b1b2;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:3.4375rem;top:4.875rem;left:31.9375rem;display:block; }
#HnnCLJP4CwswS8oeHcVRJVNdoNIdg6Fh { position:absolute;display:block;z-index:15002;background-color:#b4b1b2;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:3.4375rem;top:4.875rem;left:39.625rem;display:block; }
#n15bP08vQ6QgNSBBBfmCcxQ0MadZppcL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:3.1875rem;left:35.9375rem; }
#kQwcrBQszxSyvEdQkQAVOgPEeKfPZdyE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kQwcrBQszxSyvEdQkQAVOgPEeKfPZdyE > .row .container { background-color: transparent; background-image: none; }#kQwcrBQszxSyvEdQkQAVOgPEeKfPZdyE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kQwcrBQszxSyvEdQkQAVOgPEeKfPZdyE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kQwcrBQszxSyvEdQkQAVOgPEeKfPZdyE > .row .container > .video-iframe-container { display: none; }#kQwcrBQszxSyvEdQkQAVOgPEeKfPZdyE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kQwcrBQszxSyvEdQkQAVOgPEeKfPZdyE > .row > .video-iframe-container { display: none; }#kQwcrBQszxSyvEdQkQAVOgPEeKfPZdyE > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kQwcrBQszxSyvEdQkQAVOgPEeKfPZdyE > .row .container { border-width: 0; border-radius: 0; }#kQwcrBQszxSyvEdQkQAVOgPEeKfPZdyE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kQwcrBQszxSyvEdQkQAVOgPEeKfPZdyE > .row .container { font-size:0.875rem;font-family:arial;height:26.75rem;width:75rem;position:relative;display:block; }#mix9zOuq9H50oiUKG8tUGGlTJNwxCI3h { color:#433a20;display:block;width:18.4375rem;position:absolute;font-family:"playfair display";font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.6;letter-spacing:0;top:10.5rem;left:3.125rem;height:7.19925rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#k2b1DKG9HtqUQApmAM0TKWwS4qtRV2k8 { color:#433a20;display:block;width:32.375rem;position:absolute;font-family:"playfair display";font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.6;letter-spacing:0;top:7rem;left:35.5rem;height:12.598625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nIeuUnZTPmwWooqePeKQsLtJ0TNodfpW { color:#433a20;display:block;width:14.3125rem;position:absolute;font-family:"playfair display";font-size:2rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:4rem;left:7.3125rem;height:2.5996125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hUT4sTBqaOsJ20mvmcbnbgWft3q6o9gL { color:#433a20;display:block;width:7.875rem;position:absolute;font-family:"playfair display";font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.6;letter-spacing:0;top:10.5rem;left:18.625rem;height:5.3994125rem;text-align:right;text-align-last:right;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#cE5hLhsMDMSGaGFOxx7xJRbGCw1hh6yF { color:#433a20;display:block;width:13.25rem;position:absolute;font-family:"playfair display";font-size:2rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:4rem;left:47.1875rem;height:2.5996125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#FuuRvPN126mWcfz1p3muCiHP9UJ51Ihx { color:#433a20;display:block;width:8.3125rem;position:absolute;font-family:"playfair display";font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.6;letter-spacing:0;top:7rem;left:61.875rem;height:10.7988375rem;text-align:right;text-align-last:right;display:block; }
#lynFv2N0bmtqRyur8i31vEG6PTbcvOrH { color:#433a20;display:block;width:7.125rem;position:absolute;font-family:"playfair display";font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:20rem;left:63.25rem;height:1.4619125rem;text-align:right;text-align-last:right;display:block; }
#XyzrIexuyuSfWb4HKJkJyCAoFubp5wBU { color:#000000;display:block;width:6.75rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.125rem;top:17.5625rem;left:13.25rem;display:none; }
#hdx32eFKTNoKps8BNnyA81E7hZ5aKMvm { color:#000000;display:block;width:6.75rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.125rem;top:19.4375rem;left:13.25rem;display:none; }
#ugMWwmlqCHlp6TPBFNypbXNlr88gT7MX { color:#000000;display:block;width:7.5625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.125rem;top:23.25rem;left:12.4375rem;display:none; }
#TaWXbLCg95G0XdMTTGEDfdsdKcW5txPe { color:#000000;display:block;width:7.5625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.125rem;top:27.1875rem;left:12.4375rem;display:none; }
#Jkq3CuHJ1p9qqKLE9Gv4ULZg5fn6bvq2 { color:#000000;display:block;width:7.5625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.125rem;top:31.0625rem;left:12.4375rem;display:none; }
#CCexxQHTGoOdwgmL8lDEpWJTwzTcnVa0 { color:#000000;display:block;width:7.5625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.125rem;top:34.875rem;left:12.4375rem;display:none; }
#MmQNGd0G8BWasv4KxUzICloXX9ANLq77 { box-sizing:content-box;height:21.25rem;width:24.9375rem;position:absolute;display:block;z-index:14999;background-color:rgba(213,190,122,0.9);background-image:none;top:2.75rem;left:2.375rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;box-shadow: 0.375rem 0.3125rem 0.3125rem rgba(0,0,0,0.5) ;display:block; }
#PUz5KiFcdaeIcsNGdiT84hRsHlMOQI4K { box-sizing:content-box;height:21.3125rem;width:37.625rem;position:absolute;display:block;z-index:14998;background-color:rgba(213,190,122,0.9);background-image:none;top:2.6875rem;left:34rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.375rem 0.375rem 0.3125rem rgba(0,0,0,0.5) ;display:block; }
#dW0GCZIOkgrfWA1MT9MynpKHtSJESBEV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dW0GCZIOkgrfWA1MT9MynpKHtSJESBEV > .row .container { background-color: transparent; background-image: none; }#dW0GCZIOkgrfWA1MT9MynpKHtSJESBEV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dW0GCZIOkgrfWA1MT9MynpKHtSJESBEV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dW0GCZIOkgrfWA1MT9MynpKHtSJESBEV > .row .container > .video-iframe-container { display: none; }#dW0GCZIOkgrfWA1MT9MynpKHtSJESBEV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dW0GCZIOkgrfWA1MT9MynpKHtSJESBEV > .row > .video-iframe-container { display: none; }#dW0GCZIOkgrfWA1MT9MynpKHtSJESBEV > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dW0GCZIOkgrfWA1MT9MynpKHtSJESBEV > .row .container { border-width: 0; border-radius: 0; }#dW0GCZIOkgrfWA1MT9MynpKHtSJESBEV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dW0GCZIOkgrfWA1MT9MynpKHtSJESBEV > .row .container { font-size:0.875rem;font-family:arial;height:31.625rem;width:75rem;position:relative;display:block; }#KRLz1v5VUI07AT2g4sgKvsnvqoHpNxRd { color:#433a20;display:block;width:18.4375rem;position:absolute;font-family:"playfair display";font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.8;letter-spacing:0;top:7.25rem;left:26.375rem;height:16.1953125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#sQM5Qc0wkWS05Jv19HzQuFcwM1VC6g0E { color:#433c3f;display:block;width:13.25rem;position:absolute;font-family:"playfair display";font-size:2rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:4.0625rem;left:31.625rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ayPFKR4wrQidXZ0qOELqp5vbJ98A7TCl { color:#433a20;display:block;width:7.25rem;position:absolute;font-family:"playfair display";font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.8;letter-spacing:0;top:7.25rem;left:42.625rem;height:16.1953125rem;text-align:right;text-align-last:right;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QSoUkAseS1OVa4WVVgUuWDWWNQaQG0fK { color:#433a20;display:block;width:60.8125rem;position:absolute;font-family:"playfair display";font-size:0.875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:27.17578125rem;left:7.09375rem;height:1.13671875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rp5MvTIT1Lki9nG5Ml3PRAnoWkqeNESy { background-color:#d5be7a;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #d5be7a;border-left:0.0625rem solid #d5be7a;border-right:0.0625rem solid #d5be7a;border-bottom:0.0625rem solid #d5be7a;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:#302914;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"playfair display";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.0625rem;height:2.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:24.75rem;left:26.416015625rem;display:none; }
#kAZZZxCvfnsP2OLvNiTpG0oqk9CrNS2n { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JN45MIMGmG8Up2A240zAukPiRW4fOObg { box-sizing:content-box;height:21.25rem;width:24.9375rem;position:absolute;display:block;z-index:14999;background-color:rgba(213,190,122,0.9);background-image:none;top:3.0625rem;left:25rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;box-shadow: 0.375rem 0.3125rem 0.3125rem rgba(0,0,0,0.5) ;display:block; }
#DnzIqEwxfhKsAqGMsJx9H8uhOWt43Oys { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3676682d-47f9-4c1e-b9c9-ae37741e1feb/SBSbeautysalonhajmosk.crop_3024x2151_0,912.preview.JPG");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DnzIqEwxfhKsAqGMsJx9H8uhOWt43Oys.adaptive-delivery-prevent-bg, #DnzIqEwxfhKsAqGMsJx9H8uhOWt43Oys.lazyload, #DnzIqEwxfhKsAqGMsJx9H8uhOWt43Oys.lazyloading { background-image: none; }#DnzIqEwxfhKsAqGMsJx9H8uhOWt43Oys > .row .container { background-color: transparent; background-image: none; }#DnzIqEwxfhKsAqGMsJx9H8uhOWt43Oys::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.7); }#DnzIqEwxfhKsAqGMsJx9H8uhOWt43Oys > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DnzIqEwxfhKsAqGMsJx9H8uhOWt43Oys > .row .container > .video-iframe-container { display: none; }#DnzIqEwxfhKsAqGMsJx9H8uhOWt43Oys > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.7); }#DnzIqEwxfhKsAqGMsJx9H8uhOWt43Oys > .row > .video-iframe-container { display: none; }#DnzIqEwxfhKsAqGMsJx9H8uhOWt43Oys > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DnzIqEwxfhKsAqGMsJx9H8uhOWt43Oys > .row .container { border-width: 0; border-radius: 0; }#DnzIqEwxfhKsAqGMsJx9H8uhOWt43Oys::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DnzIqEwxfhKsAqGMsJx9H8uhOWt43Oys > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DnzIqEwxfhKsAqGMsJx9H8uhOWt43Oys > .row .container { font-size:0.875rem;font-family:arial;height:36.8125rem;width:75rem;position:relative;display:block; }#L2UBRQ8cJIauserXBPQ4wkKHyEs61Z6U { color:#433c3f;display:block;width:75rem;position:absolute;font-family:"playfair display";font-size:2.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:7.6875rem;left:0rem;height:3.73730625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#iVOvTddmSJO5cT952udsFGLeCMWNzs1d { color:#ffffff;display:block;width:75rem;position:absolute;font-family:"playfair display";font-size:2rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:13.26171875rem;left:0rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ot1ggVxx9UP7T0D6fVDG05SBVH3cbAai { position:absolute;display:block;z-index:15015;background-color:rgba(213,190,122,0.9);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.5rem;border-top-right-radius:3.5rem;border-bottom-left-radius:3.5rem;border-bottom-right-radius:3.5rem;box-shadow: none;height:2.875rem;width:2.875rem;top:18.375rem;left:18.75rem;display:block; }
#hGST1zTqT8RcqyW7zUSOovuImNLVGH5y { position:absolute;display:block;z-index:15018;background-color:rgba(213,190,122,0.9);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.5rem;border-top-right-radius:3.5rem;border-bottom-left-radius:3.5rem;border-bottom-right-radius:3.5rem;box-shadow: none;height:2.875rem;width:2.875rem;top:23.75rem;left:18.75rem;display:block; }
#FQBh5XQUx2LSy4BTsKUitcEJ8kXXBdbm { position:absolute;display:block;z-index:15021;background-color:rgba(213,190,122,0.9);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.5rem;border-top-right-radius:3.5rem;border-bottom-left-radius:3.5rem;border-bottom-right-radius:3.5rem;box-shadow: none;height:2.875rem;width:2.875rem;top:28.375rem;left:18.75rem;display:block; }
#evDTzQ9do3cmhQgTTaQ274AIPgrVM14c { position:absolute;display:block;z-index:15002;background-color:#b4b1b2;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:3.4375rem;top:5.0625rem;left:39.625rem;display:block; }
#S8A7dN7fIXaEoH1fZE1yMi956FGyHGEZ { position:absolute;display:block;z-index:15001;background-color:#b4b1b2;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:3.4375rem;top:5.0625rem;left:31.9375rem;display:block; }
#RZa5DmTpodpBQ8BviauheWS1rb4sw8Af { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;top:19.125rem;left:19.4375rem; }
#Jl0oGnGFqI0oRiVgxTd3UhQ3NoN7KGgO { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;top:24.5rem;left:19.4375rem; }
#uK0iG7Iae7m1usaORPI1WMZUJ10UuvNG { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;top:29.0625rem;left:19.4375rem; }
#wBS6dEhq0ECXcqsOKZPJrkKcVzPt9uA0 { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"playfair display";font-size:1.125rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:24.4140625rem;left:5rem;height:1.4619125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:right;text-align-last:right;display:block; }
#XqdT69xnRnAs0fsbZhncaA45m5cX6ef3 { color:#f3f3f3;display:block;width:12rem;position:absolute;font-family:"playfair display";font-size:1.125rem;font-weight:400;z-index:15027;line-height:1.6;letter-spacing:0;top:18.0625rem;left:5.5rem;height:3.5996125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#fsSP2rAxwS39LrtT2mlie3TwVtqUoKFW { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"playfair display";font-size:1rem;font-weight:400;z-index:15028;line-height:1.6;letter-spacing:0;top:29.0625rem;left:5rem;height:1.5996125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#VsmEnZbHtXNVc1oMusvDS8FbPIsXE7MW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:3.5625rem;left:35.9375rem; }
#cVys7AqGxCqlJKUsy2BA8BQqIA02oAVH { position:absolute;display:block;z-index:15029;height:11.625rem;width:21.375rem;top:18.625rem;left:27.4375rem;display:block; }
#TT9cACAJ2x9oLeExhqEqKBmHAyKQOk6O { box-sizing:content-box;color:#5d92ff;font-size:2rem;font-weight:400;line-height:1;height:2.875rem;width:2.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:23.5rem;left:54.625rem; }
#TT9cACAJ2x9oLeExhqEqKBmHAyKQOk6O > img { max-width: 100%;max-height:100%; width:2.875rem; height:2.875rem; }#z8A0o89td9SaODK3vC5DKV1WbqTBazXk { box-sizing:content-box;color:#5d92ff;font-size:2rem;font-weight:400;line-height:1;height:2.875rem;width:2.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:18.4375rem;left:54.625rem; }
#z8A0o89td9SaODK3vC5DKV1WbqTBazXk > img { max-width: 100%;max-height:100%; width:2.875rem; height:2.875rem; }#s5sF04SlVSNaxvaRK8KLkQH0KDx9Is5P { box-sizing:content-box;color:#5d92ff;font-size:2rem;font-weight:400;line-height:1;height:2.875rem;width:2.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:28.5rem;left:54.625rem; }
#s5sF04SlVSNaxvaRK8KLkQH0KDx9Is5P > img { max-width: 100%;max-height:100%; width:2.875rem; height:2.875rem; }#vTt3Nb7TvPQHDM7Xb1KG7WxfxVQtbL26 { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"playfair display";font-size:1.125rem;font-weight:400;z-index:15029;line-height:1.6;letter-spacing:0;top:18.82421875rem;left:58.8125rem;height:1.79980625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#v6bNT6qG5cGcwJSHG4t5mG5iKTFiJAqk { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"playfair display";font-size:1.125rem;font-weight:400;z-index:15030;line-height:1.6;letter-spacing:0;top:23.8369140625rem;left:58.8125rem;height:1.79980625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TWC3QGb3WC7sTPFFiHBh87l8Gy2n8dUO { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"playfair display";font-size:1.125rem;font-weight:400;z-index:15031;line-height:1.6;letter-spacing:0;top:28.69921875rem;left:58.75rem;height:1.79980625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nssMtLHEtPxlLkoGMWX8ffS5HWA3T2IL { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#nssMtLHEtPxlLkoGMWX8ffS5HWA3T2IL { background-color: transparent; background-image: none; }#nssMtLHEtPxlLkoGMWX8ffS5HWA3T2IL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nssMtLHEtPxlLkoGMWX8ffS5HWA3T2IL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nssMtLHEtPxlLkoGMWX8ffS5HWA3T2IL > .row .container > .video-iframe-container { display: none; }#nssMtLHEtPxlLkoGMWX8ffS5HWA3T2IL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nssMtLHEtPxlLkoGMWX8ffS5HWA3T2IL > .row > .video-iframe-container { display: none; }#nssMtLHEtPxlLkoGMWX8ffS5HWA3T2IL > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nssMtLHEtPxlLkoGMWX8ffS5HWA3T2IL { border-width: 0; border-radius: 0; }#nssMtLHEtPxlLkoGMWX8ffS5HWA3T2IL > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#nssMtLHEtPxlLkoGMWX8ffS5HWA3T2IL > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:5.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ECmOqWL6soFvBZIBtDvN5xuT8MEO9ibH { background-color:#d5be7a;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #302914;border-left:0.0625rem solid #302914;border-right:0.0625rem solid #302914;border-bottom:0.0625rem solid #302914;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.375rem 0.375rem 0.3125rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#302914;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"playfair display";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.0625rem;height:2.75rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.46875rem;left:32.46875rem;display:block; }
#Max6P50WKOVlOAONsUkzNTB8FA58aN63 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #tTg861QLKVSPtFiJT37WzhF5J4KGbSMW { display:none; }#tTg861QLKVSPtFiJT37WzhF5J4KGbSMW > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #UV7BuyxmadmOgnSGw7BrXSxeU3X7b4PZ { width:4.3125rem;height:4.3125rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #gFmh2f8aaMGPTDLif9gvZ95AyN9GaWtt { display:none; }
 }@media only screen and (max-width: 763px) { #FOGW4EcysrSQkvHcfxEaC9o2MyM0JygA { top:1.5rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #tyJAJWbxPkNP9PWoknhD7VN5e1287JZd { top:1.25rem;left:45.9375rem;width:1.75rem;height:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #GB3tR7CuXqCOxLo09Zce0qBgoD95MTxx { top:6.0625rem;left:0rem;width:8.125rem;height:7.9375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #hUCXkgQqkWwSAZkLFs6L7QDxpXByzHfL { display:block; }#hUCXkgQqkWwSAZkLFs6L7QDxpXByzHfL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PqZG2RwJX4HksybMC1xbzDTlVu6HGEmt { width:5rem;height:3.4375rem;top:0.625rem;left:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThAeawCwLxH0nMK08ZT1WwT6D8Z9imfe { display:block; }
 }@media only screen and (max-width: 763px) { #hI1dZBnkOu2XF8LmAHNngT4GdwHIb38W { width:7.375rem;height:3.4375rem;top:0.625rem;left:27.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oWz73vVJSdy9qHwE0HzXuJdTiO1iDsrN { display:block; }
 }@media only screen and (max-width: 763px) { #gnTyCoTevFv0ir56BAzvSo8dJ4qZtp7W { width:4.875rem;height:3.4375rem;top:0.625rem;left:36.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1khmckFuqEH1tqNi3Oy6qWAJpHUmwMR { display:block; }
 }@media only screen and (max-width: 763px) { #ho9SPsUiqduXE4W1QikQELTsUExUMGGs { width:4.625rem;height:4.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PwBWxkAMEuu2dW0XRgWTHQVI8Wcw5Zto { width:7.75rem;height:3.4375rem;top:0.625rem;left:19rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwkRzuiBZN09r0ebPyKHCdIER2RTiakQ { display:block; }
 }@media only screen and (max-width: 763px) { #F2rEaPVhcTblTpDoERMgLhD2nmGCnKSR { width:9.5rem;height:3.4375rem;top:0.625rem;left:38.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AOthJVm84RLD6QggB2ZkbaETeJqvJTrm { display:block; }
 }@media only screen and (max-width: 763px) { #a4OcHNG3TqJxO1WtCTkxAWULNxJm8W2p { top:1.5rem;left:39.0625rem;width:8.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uPnwZpXzgfmtPKWLl6TvWKlJJqCKig9W { top:1.25rem;left:46rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7REWKqLzqcQufBRGMdS36F8kDKetXJ6 { display:none; }
 }@media only screen and (max-width: 763px) { #MwTX1ZDzXuUSn8giN86ltLRfOPbAQExH { display:block; }#MwTX1ZDzXuUSn8giN86ltLRfOPbAQExH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XARW3W63fC8kidOJ3dewgrQdGITGkAOE { width:47.75rem;height:;top:8.1875rem;left:0rem;font-size:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #s3GXT6LDuiTXVvguM93hg9K8CRuxabLE { width:47.75rem;height:;top:17.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGFXlmzgIywTuK3x7rsoVFZBG1ZfHMTV { width:10rem;height:2.75rem;top:24.75rem;left:24.197265625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hAEgaV36w4xADtyG6nEuoIrqzOWIReKL { display:block; }
 }@media only screen and (max-width: 763px) { #mECfDztdsZSL6w26PE8EXJAAsTcfB8p8 { width:10.0625rem;height:2.75rem;top:24.75rem;left:12.791015625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTH3MmxPiIgyb0bs6VSFm21zCpeELzmu { display:block; }
 }@media only screen and (max-width: 763px) { #t6VmaJT7BK6skaMWtxD3pBsmacQRG2G6 { display:block; }#t6VmaJT7BK6skaMWtxD3pBsmacQRG2G6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TsKrIJ7MNaBf1TXNEqKW4cVV9scKKRGO { width:47.75rem;height:3.6875rem;top:7.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2T88K0VfI4L7C7TiCIcyJXOIi4EQgop { width:3.4375rem;height:0.125rem;top:4.8125rem;left:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SL1Msbddy2KiGc9k2eWCD0XufzQxPFPA { width:3.4375rem;height:0.125rem;top:4.8125rem;left:26rem;display:block; }
 }@media only screen and (max-width: 763px) { #uAFReLEFK2BoBFFn5opvNcnHV0N623Tw { top:3.1875rem;left:22.3125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWQ6lTRqQN2zo4Q0T1ETb0T1p4MB9Blh { display:block; }#UWQ6lTRqQN2zo4Q0T1ETb0T1p4MB9Blh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Enlut1pNAwxawqvnvWZZie6etB8UdvIz { width:5.375rem;height:5.375rem;top:1.375rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qrbe4rNLlxGezS7Q9k67zmpAhdALxWZ2 { width:12.5rem;height:1.9375rem;top:8rem;left:11.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cDzU6oVGZQBXVq6GAkHhbfd95Q3q7nzr { width:13.375rem;height:6.375rem;top:13.375rem;left:10.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2zPRvCUaqrJAaedGGVipLHVbKfDDWT0 { width:17.4375rem;height:1.9375rem;top:8rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6D5VN9ENMx9sISTcbbRgZMOKoC70IT3 { width:5.375rem;height:5.375rem;top:1.375rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1iNET2mTBov81ZybRkTf8dBtKHgoCbp { width:18.5625rem;height:7.9375rem;top:12.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h5QJoFEcaZ9F9aKhfmwfwKqfggTHPe1T { top:2.3125rem;left:8.375rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6olAWZ5DGW0mHS5w4GJTF0868kqLHKM { top:1.625rem;left:19rem;width:4.875rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZrMqGh1o4ZqWICX8k2SzmTIBJv9AnNUt { width:18.25rem;height:3.875rem;top:8rem;left:17.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bn4c933N48MBQCURK5S0quq8zlrO6KUP { width:13rem;height:6.375rem;top:13.375rem;left:22.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQ5OwgIANnRbyOBFAIeIXTp2z6ZPwowZ { width:5.375rem;height:5.375rem;top:1.375rem;left:30.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U3kbzCKPAI83OGul56mJzsNHDNGGi0fP { top:2.1875rem;left:32rem;width:3.8125rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ufHE5DVPxUpLZ7fuRSpCUOwG4ZkrTT24 { display:block; }#ufHE5DVPxUpLZ7fuRSpCUOwG4ZkrTT24 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WRTQPWgvdrN0gLR3izvk932xI4QBIEHs { width:16.3125rem;height:1.9375rem;top:8rem;left:19.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHEcO2vCTLOoihQHeor0UzfTT1dw6Xo4 { width:13rem;height:7.9375rem;top:12.625rem;left:22.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #brVgfGybPWBt0S9kPn69VHNPaHpywyPD { width:5.375rem;height:5.375rem;top:1.375rem;left:28.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXyPVFIRWxZwaak4x9RTuXmNkKbqZNlr { top:2.3125rem;left:29.40625rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ug7W9WEUIChiqgF1yt7MJoAkaUVqvSMs { width:13rem;height:7.9375rem;top:12.5625rem;left:10.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wbnM7JeuiDcK0izezGK6EVfv1BRWq7uL { width:12.5rem;height:1.9375rem;top:8rem;left:11.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Snzp8KufKrexBQA8JFo7KUpxRFiN0RPf { width:5.375rem;height:5.375rem;top:1.375rem;left:15.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iA7DWwLBGDs05rfFcfdmLvMQSty7RH8V { top:1.8125rem;left:15.59375rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #szwVBToOrULAJlMGr4iWwz1DnsAO82X1 { display:block; }#szwVBToOrULAJlMGr4iWwz1DnsAO82X1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C5bJGZGUTCpXTUn6T0zbxETIaPpa78WN { width:47.75rem;height:3.6875rem;top:7.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mrr3a49U72u9ZIb0dmZHZMvhviFkT8qc { width:3.4375rem;height:0.125rem;top:7rem;left:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILN5Tis5zTsqi7T6ZkT90TcKZpkS09W7 { width:3.4375rem;height:0.125rem;top:7rem;left:26rem;display:block; }
 }@media only screen and (max-width: 763px) { #sREitm1avbXcQyXdbT315nL7ymSVDglk { width:1.5rem;height:1.1875rem;top:6.3125rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKBPTsI6S6eh9bAy60Br5sFOq4vvm5Ic { display:block; }#vKBPTsI6S6eh9bAy60Br5sFOq4vvm5Ic > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CegTiINmiG8Z7g1onOAnVC8b0mG2C1EE { width:19.25rem;height:18.9375rem;top:0.75rem;left:28.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mLhiQLJctaJyI3r2TTcaa6cVV5oh8cot { width:12.5rem;height:2.25rem;top:5.0625rem;left:35.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uzce6B1ABS3DiV8bzW7yJJb2zVdV03p0 { width:15rem;height:0.0625rem;top:8.25rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gV3cil2tmJ0WafkRI4z2J1G1QBMN8ZPS { width:2.5rem;height:0.0625rem;top:17.6875rem;left:43.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZsMEaOu5glsyUP3xJZiZfQWMRwEZTkv { width:40.5625rem;height:18.8125rem;top:0.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z4m8hL2He7v080RHmznJ6WvbN0dToKOV { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #BZyJ7rqbf68rJkBOquaL1GyvyLM7NmJp { top:10.875rem;left:35.25rem;width:12.5rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXM4EviO0IMrKlKdnWh5m12EWtUWiT3h { top:1.875rem;left:42.9375rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dg2JcTcXLzPcW4u3kWJfHHXukXTVLL7H { display:block; }#Dg2JcTcXLzPcW4u3kWJfHHXukXTVLL7H > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BRAt3nHnLfi2wCSdKp8wyGawxX8xlP4x { width:15rem;height:0.0625rem;top:6.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W34ZIJg0fHofvnJDdV4luJeTTe24BUP0 { width:2.5rem;height:0.0625rem;top:12.6875rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IStLxnXEPLER510PlrQtSDkqpO9W8Lqf { width:19.125rem;height:18.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZqZBnPypN3yuA6FHBs9L6xX0p5pzUIv { top:0.6875rem;left:1.9375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uDrRf18furosmvaUtfADNT2exySDX97c { top:7.5625rem;left:0rem;width:12.5rem;height:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9cUOBKg6Ss4agyb4pyoZ22w3WePkExk { top:14.375rem;left:0rem;width:12.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C2BUHKk0gTZE8vgSqTlE46dOoqJJkSVk { top:4.5rem;left:0rem;width:12.5rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cF6Eqbq5B2TE9SLUp5fPMFATflx84W0m { top:0rem;left:6.8125rem;width:40.9375rem;height:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EAEfB2oobRST6C1neATAlWU5DhAe8pJy { display:block; }#EAEfB2oobRST6C1neATAlWU5DhAe8pJy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WVamLwJopccAQRrhsmAu4eGTyQ5KTZhK { width:47.75rem;height:36.75rem;top:18.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n3glDBBIksuMPcFz4NGb0eMWi3pDzqFk { width:9.4375rem;height:12.6875rem;top:57.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pfhS5P0hChXwpSZ5PSg9ZOWisGdETX4l { width:9.625rem;height:12.875rem;top:57.625rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t76tKfZ2ZhmxmcG5MadQe3ZG4wtNtAVA { width:3.4375rem;height:0.125rem;top:5rem;left:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kVHpzy4nwVqlycUB8uHeoxQeAkyu4TTT { width:3.4375rem;height:0.125rem;top:5rem;left:26rem;display:block; }
 }@media only screen and (max-width: 763px) { #brLOv1dilmGD3ara4XtsCFbZtzahEEem { width:47.75rem;height:2.875rem;top:8.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F5lpq6E1Tzo9i1llLtOVOo7N0ZkgHUTq { top:13.4375rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #IioTLyoZHomVT96lUIVhSt1v6FVRw1Fc { width:10.25rem;height:3.125rem;top:72.875rem;left:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #o6R87mCrnT7qJl9cdJ8XApWOKWRkxapa { display:block; }
 }@media only screen and (max-width: 763px) { #LiMWZKVKEb5lJgAyMVTcDtRWCw0JIFxT { width:9.625rem;height:12.875rem;top:57.625rem;left:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wcR9IvKf94FSziVuC4bvn0Hxs2Ro8Tw9 { width:9.625rem;height:12.875rem;top:57.625rem;left:24.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LW0NGTDXPwRBW2b0c8wZ5B9n47W6e2Ii { width:9.75rem;height:12.875rem;top:57.625rem;left:35.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPQAQdLWGoB4LtQNSc8zpvFCA860Tzfe { top:3.5rem;left:22.3125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7FXNbm2KKb9wdpQWTXl790VhysFUdAh { width:9.875rem;height:12.875rem;top:57.625rem;left:37.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mkuzan95Ed8lVEsQfROxVf39xtsGaw0Z { display:block; }#Mkuzan95Ed8lVEsQfROxVf39xtsGaw0Z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BXNVpNVVRFdxWVoa9PAJfdMrGH9LVWtw { width:47.75rem;height:3.6875rem;top:7.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IxbQ96SbelogPG95mrawBuMAQWPLCV2M { width:3.4375rem;height:0.125rem;top:4.875rem;left:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HnnCLJP4CwswS8oeHcVRJVNdoNIdg6Fh { width:3.4375rem;height:0.125rem;top:4.875rem;left:26rem;display:block; }
 }@media only screen and (max-width: 763px) { #n15bP08vQ6QgNSBBBfmCcxQ0MadZppcL { top:3.1875rem;left:22.3125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQwcrBQszxSyvEdQkQAVOgPEeKfPZdyE { display:block; }#kQwcrBQszxSyvEdQkQAVOgPEeKfPZdyE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mix9zOuq9H50oiUKG8tUGGlTJNwxCI3h { top:10.5rem;left:0rem;width:18.4375rem;height:7.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k2b1DKG9HtqUQApmAM0TKWwS4qtRV2k8 { top:7rem;left:0rem;width:32.375rem;height:14.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nIeuUnZTPmwWooqePeKQsLtJ0TNodfpW { top:4rem;left:1.5625rem;width:14.3125rem;height:2.5625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hUT4sTBqaOsJ20mvmcbnbgWft3q6o9gL { top:10.5rem;left:8rem;width:7.875rem;height:5.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cE5hLhsMDMSGaGFOxx7xJRbGCw1hh6yF { top:4rem;left:18.5rem;width:13.25rem;height:2.5625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FuuRvPN126mWcfz1p3muCiHP9UJ51Ihx { top:7rem;left:39.0625rem;width:8.3125rem;height:10.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lynFv2N0bmtqRyur8i31vEG6PTbcvOrH { top:20rem;left:40.4375rem;width:7.125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XyzrIexuyuSfWb4HKJkJyCAoFubp5wBU { top:17.5625rem;left:8.6875rem;width:6.75rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #hdx32eFKTNoKps8BNnyA81E7hZ5aKMvm { top:19.4375rem;left:8.6875rem;width:6.75rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ugMWwmlqCHlp6TPBFNypbXNlr88gT7MX { top:23.25rem;left:7.875rem;width:7.5625rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TaWXbLCg95G0XdMTTGEDfdsdKcW5txPe { top:27.1875rem;left:7.875rem;width:7.5625rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Jkq3CuHJ1p9qqKLE9Gv4ULZg5fn6bvq2 { top:31.0625rem;left:7.875rem;width:7.5625rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #CCexxQHTGoOdwgmL8lDEpWJTwzTcnVa0 { top:34.875rem;left:7.875rem;width:7.5625rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #MmQNGd0G8BWasv4KxUzICloXX9ANLq77 { top:2.75rem;left:0rem;width:24.9375rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PUz5KiFcdaeIcsNGdiT84hRsHlMOQI4K { top:2.6875rem;left:0rem;width:37.625rem;height:21.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dW0GCZIOkgrfWA1MT9MynpKHtSJESBEV { display:block; }#dW0GCZIOkgrfWA1MT9MynpKHtSJESBEV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KRLz1v5VUI07AT2g4sgKvsnvqoHpNxRd { top:7.25rem;left:13.3125rem;width:18.4375rem;height:16.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQM5Qc0wkWS05Jv19HzQuFcwM1VC6g0E { top:4.0625rem;left:17.9375rem;width:13.25rem;height:2.5625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ayPFKR4wrQidXZ0qOELqp5vbJ98A7TCl { top:7.25rem;left:24.5rem;width:7.25rem;height:16.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QSoUkAseS1OVa4WVVgUuWDWWNQaQG0fK { top:27.125rem;left:0rem;width:47.75rem;height:1.125rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rp5MvTIT1Lki9nG5Ml3PRAnoWkqeNESy { width:10.0625rem;height:2.75rem;top:24.75rem;left:12.791015625rem;display:none; }
 }@media only screen and (max-width: 763px) { #kAZZZxCvfnsP2OLvNiTpG0oqk9CrNS2n { display:block; }
 }@media only screen and (max-width: 763px) { #JN45MIMGmG8Up2A240zAukPiRW4fOObg { top:3.0625rem;left:6.8125rem;width:24.9375rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DnzIqEwxfhKsAqGMsJx9H8uhOWt43Oys { display:block; }#DnzIqEwxfhKsAqGMsJx9H8uhOWt43Oys > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L2UBRQ8cJIauserXBPQ4wkKHyEs61Z6U { width:47.75rem;height:3.6875rem;top:7.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iVOvTddmSJO5cT952udsFGLeCMWNzs1d { width:47.75rem;height:2.5625rem;top:13.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ot1ggVxx9UP7T0D6fVDG05SBVH3cbAai { width:2.875rem;height:2.875rem;top:18.375rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hGST1zTqT8RcqyW7zUSOovuImNLVGH5y { width:2.875rem;height:2.875rem;top:23.75rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQBh5XQUx2LSy4BTsKUitcEJ8kXXBdbm { width:2.875rem;height:2.875rem;top:28.375rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #evDTzQ9do3cmhQgTTaQ274AIPgrVM14c { width:3.4375rem;height:0.125rem;top:5.0625rem;left:26rem;display:block; }
 }@media only screen and (max-width: 763px) { #S8A7dN7fIXaEoH1fZE1yMi956FGyHGEZ { width:3.4375rem;height:0.125rem;top:5.0625rem;left:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZa5DmTpodpBQ8BviauheWS1rb4sw8Af { width:1.5rem;height:1.5rem;top:19.125rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jl0oGnGFqI0oRiVgxTd3UhQ3NoN7KGgO { width:1.5rem;height:1.5rem;top:24.5rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uK0iG7Iae7m1usaORPI1WMZUJ10UuvNG { width:1.5rem;height:1.5rem;top:29.0625rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wBS6dEhq0ECXcqsOKZPJrkKcVzPt9uA0 { top:24.375rem;left:0rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XqdT69xnRnAs0fsbZhncaA45m5cX6ef3 { top:18.0625rem;left:0rem;width:12rem;height:3.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fsSP2rAxwS39LrtT2mlie3TwVtqUoKFW { top:29.0625rem;left:0rem;width:12.5rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VsmEnZbHtXNVc1oMusvDS8FbPIsXE7MW { top:3.5625rem;left:22.3125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cVys7AqGxCqlJKUsy2BA8BQqIA02oAVH { top:18.625rem;left:13.8125rem;width:21.375rem;height:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TT9cACAJ2x9oLeExhqEqKBmHAyKQOk6O { top:23.5rem;left:41rem;width:2.875rem;height:2.875rem;display:block; }
#TT9cACAJ2x9oLeExhqEqKBmHAyKQOk6O > img { max-width: 100%;max-height:100%; width:2.875rem; height:2.875rem; } }@media only screen and (max-width: 763px) { #z8A0o89td9SaODK3vC5DKV1WbqTBazXk { top:18.4375rem;left:41rem;width:2.875rem;height:2.875rem;display:block; }
#z8A0o89td9SaODK3vC5DKV1WbqTBazXk > img { max-width: 100%;max-height:100%; width:2.875rem; height:2.875rem; } }@media only screen and (max-width: 763px) { #s5sF04SlVSNaxvaRK8KLkQH0KDx9Is5P { top:28.5rem;left:41rem;width:2.875rem;height:2.875rem;display:block; }
#s5sF04SlVSNaxvaRK8KLkQH0KDx9Is5P > img { max-width: 100%;max-height:100%; width:2.875rem; height:2.875rem; } }@media only screen and (max-width: 763px) { #vTt3Nb7TvPQHDM7Xb1KG7WxfxVQtbL26 { top:18.8125rem;left:35.25rem;width:12.5rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v6bNT6qG5cGcwJSHG4t5mG5iKTFiJAqk { top:23.8125rem;left:35.25rem;width:12.5rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWC3QGb3WC7sTPFFiHBh87l8Gy2n8dUO { top:28.6875rem;left:35.25rem;width:12.5rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nssMtLHEtPxlLkoGMWX8ffS5HWA3T2IL { display:block; }#nssMtLHEtPxlLkoGMWX8ffS5HWA3T2IL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ECmOqWL6soFvBZIBtDvN5xuT8MEO9ibH { width:10.0625rem;height:2.75rem;top:1.4375rem;left:18.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Max6P50WKOVlOAONsUkzNTB8FA58aN63 { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #tTg861QLKVSPtFiJT37WzhF5J4KGbSMW { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tTg861QLKVSPtFiJT37WzhF5J4KGbSMW > .row .container { background-color: transparent; background-image: none; }#tTg861QLKVSPtFiJT37WzhF5J4KGbSMW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tTg861QLKVSPtFiJT37WzhF5J4KGbSMW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tTg861QLKVSPtFiJT37WzhF5J4KGbSMW > .row .container > .video-iframe-container { display: none; }#tTg861QLKVSPtFiJT37WzhF5J4KGbSMW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tTg861QLKVSPtFiJT37WzhF5J4KGbSMW > .row > .video-iframe-container { display: none; }#tTg861QLKVSPtFiJT37WzhF5J4KGbSMW > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tTg861QLKVSPtFiJT37WzhF5J4KGbSMW > .row .container { border-width: 0; border-radius: 0; }#tTg861QLKVSPtFiJT37WzhF5J4KGbSMW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tTg861QLKVSPtFiJT37WzhF5J4KGbSMW > .row .container { width:20rem;height:17.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UV7BuyxmadmOgnSGw7BrXSxeU3X7b4PZ { width:5.5625rem;height:5.5625rem;top:0rem;left:7.21875rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #gFmh2f8aaMGPTDLif9gvZ95AyN9GaWtt { display:flex;top:2.0625rem;left:0rem;width:2.125rem;height:2.125rem;z-index:15011; }
 }@media only screen and (max-width: 763px) { #FOGW4EcysrSQkvHcfxEaC9o2MyM0JygA { width:8.6875rem;height:1.29980625rem;top:14.8125rem;left:0.6875rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15011;font-family:"playfair display";color:#302914;display:block; }
 }@media only screen and (max-width: 763px) { #tyJAJWbxPkNP9PWoknhD7VN5e1287JZd { display:flex;width:1.25rem;height:1.25rem;top:14.8125rem;left:0rem;z-index:15012; }
 }@media only screen and (max-width: 763px) { #GB3tR7CuXqCOxLo09Zce0qBgoD95MTxx { top:4.1875rem;left:0rem;width:8.125rem;height:10rem;z-index:15013;font-weight:700;font-style:normal;line-height:2;color:#302914;display:block; }
 }@media only screen and (max-width: 763px) { #hUCXkgQqkWwSAZkLFs6L7QDxpXByzHfL { position:relative;z-index:auto;background-color:rgba(255,255,255,0.96);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#hUCXkgQqkWwSAZkLFs6L7QDxpXByzHfL > .row .container { border-width: 0; border-radius: 0; }#hUCXkgQqkWwSAZkLFs6L7QDxpXByzHfL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hUCXkgQqkWwSAZkLFs6L7QDxpXByzHfL > .row .container { width:20rem;height:22.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #PqZG2RwJX4HksybMC1xbzDTlVu6HGEmt { width:3.25rem;height:3.125rem;top:4rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ThAeawCwLxH0nMK08ZT1WwT6D8Z9imfe { display:block; }
 }@media only screen and (max-width: 763px) { #hI1dZBnkOu2XF8LmAHNngT4GdwHIb38W { width:6.125rem;height:3.1875rem;top:11.4375rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #oWz73vVJSdy9qHwE0HzXuJdTiO1iDsrN { display:block; }
 }@media only screen and (max-width: 763px) { #gnTyCoTevFv0ir56BAzvSo8dJ4qZtp7W { width:4.875rem;height:3.125rem;top:14.0625rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Z1khmckFuqEH1tqNi3Oy6qWAJpHUmwMR { display:block; }
 }@media only screen and (max-width: 763px) { #ho9SPsUiqduXE4W1QikQELTsUExUMGGs { width:4.125rem;height:4.125rem;top:1.125rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PwBWxkAMEuu2dW0XRgWTHQVI8Wcw5Zto { width:6.3125rem;height:3.1875rem;top:6.375rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wwkRzuiBZN09r0ebPyKHCdIER2RTiakQ { display:block; }
 }@media only screen and (max-width: 763px) { #F2rEaPVhcTblTpDoERMgLhD2nmGCnKSR { width:7rem;height:3.125rem;top:16.5rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #AOthJVm84RLD6QggB2ZkbaETeJqvJTrm { display:block; }
 }@media only screen and (max-width: 763px) { #a4OcHNG3TqJxO1WtCTkxAWULNxJm8W2p { width:8.6875rem;height:1.29980625rem;top:19.94921875rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uPnwZpXzgfmtPKWLl6TvWKlJJqCKig9W { display:flex;width:1.25rem;height:1.25rem;top:20rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #z7REWKqLzqcQufBRGMdS36F8kDKetXJ6 { display:flex;top:2.125rem;left:0rem;width:2.125rem;height:2.125rem;z-index:15010; }
 }@media only screen and (max-width: 763px) { #MwTX1ZDzXuUSn8giN86ltLRfOPbAQExH { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/29f1946c-54df-4ecc-8eb8-38a4ac77f551/Sabinasbeautysalon.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#MwTX1ZDzXuUSn8giN86ltLRfOPbAQExH.adaptive-delivery-prevent-bg, #MwTX1ZDzXuUSn8giN86ltLRfOPbAQExH.lazyload, #MwTX1ZDzXuUSn8giN86ltLRfOPbAQExH.lazyloading { background-image: none; }#MwTX1ZDzXuUSn8giN86ltLRfOPbAQExH > .row .container { background-color: transparent; background-image: none; }#MwTX1ZDzXuUSn8giN86ltLRfOPbAQExH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.7); }#MwTX1ZDzXuUSn8giN86ltLRfOPbAQExH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MwTX1ZDzXuUSn8giN86ltLRfOPbAQExH > .row .container > .video-iframe-container { display: none; }#MwTX1ZDzXuUSn8giN86ltLRfOPbAQExH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.7); }#MwTX1ZDzXuUSn8giN86ltLRfOPbAQExH > .row > .video-iframe-container { display: none; }#MwTX1ZDzXuUSn8giN86ltLRfOPbAQExH > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MwTX1ZDzXuUSn8giN86ltLRfOPbAQExH > .row .container { width:20rem;height:30.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XARW3W63fC8kidOJ3dewgrQdGITGkAOE { width:19.6875rem;height:5rem;top:3.5625rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:2.5rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #s3GXT6LDuiTXVvguM93hg9K8CRuxabLE { width:19.625rem;height:7.8955rem;top:9.875rem;left:0.125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGFXlmzgIywTuK3x7rsoVFZBG1ZfHMTV { width:10.4375rem;height:2.625rem;top:23.375rem;left:4.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hAEgaV36w4xADtyG6nEuoIrqzOWIReKL { display:block; }
 }@media only screen and (max-width: 763px) { #mECfDztdsZSL6w26PE8EXJAAsTcfB8p8 { width:10.4375rem;height:2.8125rem;top:19.875rem;left:4.6875rem;border-top:0.0625rem solid #d5be7a;border-left:0.0625rem solid #d5be7a;border-right:0.0625rem solid #d5be7a;border-bottom:0.0625rem solid #d5be7a;display:block; }
 }@media only screen and (max-width: 763px) { #HTH3MmxPiIgyb0bs6VSFm21zCpeELzmu { display:block; }
 }@media only screen and (max-width: 763px) { #t6VmaJT7BK6skaMWtxD3pBsmacQRG2G6 { display:block; }#t6VmaJT7BK6skaMWtxD3pBsmacQRG2G6 > .row .container { width:20rem;height:10.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TsKrIJ7MNaBf1TXNEqKW4cVV9scKKRGO { width:20rem;height:2.3994125rem;top:5.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #l2T88K0VfI4L7C7TiCIcyJXOIi4EQgop { width:3.4375rem;height:0.125rem;top:2.75rem;left:4.375rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #SL1Msbddy2KiGc9k2eWCD0XufzQxPFPA { width:3.4375rem;height:0.125rem;top:2.75rem;left:12.1875rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #uAFReLEFK2BoBFFn5opvNcnHV0N623Tw { display:flex;width:3.125rem;height:3.125rem;top:1.25rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #UWQ6lTRqQN2zo4Q0T1ETb0T1p4MB9Blh { display:block; }#UWQ6lTRqQN2zo4Q0T1ETb0T1p4MB9Blh > .row .container { width:20rem;height:65.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Enlut1pNAwxawqvnvWZZie6etB8UdvIz { width:5.375rem;height:5.375rem;top:23.875rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qrbe4rNLlxGezS7Q9k67zmpAhdALxWZ2 { width:12.5rem;height:1.70605625rem;top:30.1875rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cDzU6oVGZQBXVq6GAkHhbfd95Q3q7nzr { width:13rem;height:7.9980625rem;top:32.4375rem;left:3.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T2zPRvCUaqrJAaedGGVipLHVbKfDDWT0 { width:17.4375rem;height:1.70605625rem;top:8rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6D5VN9ENMx9sISTcbbRgZMOKoC70IT3 { width:5.375rem;height:5.375rem;top:2.0625rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1iNET2mTBov81ZybRkTf8dBtKHgoCbp { width:13rem;height:9.597625rem;top:10.9375rem;left:3.5rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h5QJoFEcaZ9F9aKhfmwfwKqfggTHPe1T { width:3.5625rem;height:3.5625rem;top:3rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6olAWZ5DGW0mHS5w4GJTF0868kqLHKM { width:4.875rem;height:4.875rem;top:24.125rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZrMqGh1o4ZqWICX8k2SzmTIBJv9AnNUt { width:17.125rem;height:3.4121125rem;top:50.625rem;left:1.4375rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bn4c933N48MBQCURK5S0quq8zlrO6KUP { width:13rem;height:6.3984375rem;top:55rem;left:3.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OQ5OwgIANnRbyOBFAIeIXTp2z6ZPwowZ { width:5.375rem;height:5.375rem;top:44.1875rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U3kbzCKPAI83OGul56mJzsNHDNGGi0fP { width:3.8125rem;height:3.8125rem;top:45rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ufHE5DVPxUpLZ7fuRSpCUOwG4ZkrTT24 { display:block; }#ufHE5DVPxUpLZ7fuRSpCUOwG4ZkrTT24 > .row .container { width:20rem;height:40.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WRTQPWgvdrN0gLR3izvk932xI4QBIEHs { width:14.125rem;height:1.70625rem;top:6.6875rem;left:2.9375rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHEcO2vCTLOoihQHeor0UzfTT1dw6Xo4 { width:13rem;height:7.9980625rem;top:9.5625rem;left:3.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #brVgfGybPWBt0S9kPn69VHNPaHpywyPD { width:5.375rem;height:5.375rem;top:0rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXyPVFIRWxZwaak4x9RTuXmNkKbqZNlr { width:3.5625rem;height:3.5625rem;top:0.9375rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ug7W9WEUIChiqgF1yt7MJoAkaUVqvSMs { width:13rem;height:7.9980625rem;top:30.375rem;left:3.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wbnM7JeuiDcK0izezGK6EVfv1BRWq7uL { width:12.5rem;height:1.70625rem;top:28.0625rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Snzp8KufKrexBQA8JFo7KUpxRFiN0RPf { width:5.375rem;height:5.375rem;top:21.75rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iA7DWwLBGDs05rfFcfdmLvMQSty7RH8V { width:4.5rem;height:4.5rem;top:22.1875rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #szwVBToOrULAJlMGr4iWwz1DnsAO82X1 { display:none; }#szwVBToOrULAJlMGr4iWwz1DnsAO82X1 > .row .container { width:20rem;height:8.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #C5bJGZGUTCpXTUn6T0zbxETIaPpa78WN { width:20rem;height:2.6rem;top:3.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #mrr3a49U72u9ZIb0dmZHZMvhviFkT8qc { width:3.4375rem;height:0.125rem;top:2.53125rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILN5Tis5zTsqi7T6ZkT90TcKZpkS09W7 { width:3.4375rem;height:0.125rem;top:2.53125rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sREitm1avbXcQyXdbT315nL7ymSVDglk { width:1.5rem;height:1.1875rem;top:2rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKBPTsI6S6eh9bAy60Br5sFOq4vvm5Ic { display:none; }#vKBPTsI6S6eh9bAy60Br5sFOq4vvm5Ic > .row .container { width:20rem;height:29.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #CegTiINmiG8Z7g1onOAnVC8b0mG2C1EE { width:20rem;height:19.8125rem;top:22.6865234375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #mLhiQLJctaJyI3r2TTcaa6cVV5oh8cot { width:12.5rem;height:1.5rem;top:14.3125rem;left:3.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uzce6B1ABS3DiV8bzW7yJJb2zVdV03p0 { width:15rem;height:0.0625rem;top:17.1875rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gV3cil2tmJ0WafkRI4z2J1G1QBMN8ZPS { width:2.5rem;height:0.0625rem;top:24.25rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZsMEaOu5glsyUP3xJZiZfQWMRwEZTkv { width:19.5rem;height:11rem;top:0rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #z4m8hL2He7v080RHmznJ6WvbN0dToKOV { top:11rem;left:0rem;width:20rem;height:18.4375rem;z-index:14999;background-color:rgba(195,148,65,0.9);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #BZyJ7rqbf68rJkBOquaL1GyvyLM7NmJp { width:12.5rem;height:4.0625rem;top:18.2666015625rem;left:3.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXM4EviO0IMrKlKdnWh5m12EWtUWiT3h { display:flex;width:2.5rem;height:2.5rem;top:11.875rem;left:8.75rem; }
 }@media only screen and (max-width: 763px) { #Dg2JcTcXLzPcW4u3kWJfHHXukXTVLL7H { display:none; }#Dg2JcTcXLzPcW4u3kWJfHHXukXTVLL7H > .row .container { width:20rem;height:27.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #BRAt3nHnLfi2wCSdKp8wyGawxX8xlP4x { width:15rem;height:0.0625rem;top:15.4375rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W34ZIJg0fHofvnJDdV4luJeTTe24BUP0 { width:2.5rem;height:0.0625rem;top:20.5625rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IStLxnXEPLER510PlrQtSDkqpO9W8Lqf { width:20rem;height:19.125rem;top:8.5625rem;left:0rem;background-color:rgba(195,148,65,0.9);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #MZqZBnPypN3yuA6FHBs9L6xX0p5pzUIv { display:flex;width:3.125rem;height:3.125rem;top:9.5rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #uDrRf18furosmvaUtfADNT2exySDX97c { width:12.5rem;height:3.6rem;top:16.8125rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9cUOBKg6Ss4agyb4pyoZ22w3WePkExk { width:12.5rem;height:2.6rem;top:21.6875rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C2BUHKk0gTZE8vgSqTlE46dOoqJJkSVk { width:12.5rem;height:1.95rem;top:13.625rem;left:3.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cF6Eqbq5B2TE9SLUp5fPMFATflx84W0m { width:20rem;height:8.53225rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EAEfB2oobRST6C1neATAlWU5DhAe8pJy { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/0149a462-dc5c-412f-a278-3cb3e1c2ec94/pexelsmaxrahubovskiy7195803.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#EAEfB2oobRST6C1neATAlWU5DhAe8pJy.adaptive-delivery-prevent-bg, #EAEfB2oobRST6C1neATAlWU5DhAe8pJy.lazyload, #EAEfB2oobRST6C1neATAlWU5DhAe8pJy.lazyloading { background-image: none; }#EAEfB2oobRST6C1neATAlWU5DhAe8pJy > .row .container { background-color: transparent; background-image: none; }#EAEfB2oobRST6C1neATAlWU5DhAe8pJy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.7); }#EAEfB2oobRST6C1neATAlWU5DhAe8pJy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EAEfB2oobRST6C1neATAlWU5DhAe8pJy > .row .container > .video-iframe-container { display: none; }#EAEfB2oobRST6C1neATAlWU5DhAe8pJy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.7); }#EAEfB2oobRST6C1neATAlWU5DhAe8pJy > .row > .video-iframe-container { display: none; }#EAEfB2oobRST6C1neATAlWU5DhAe8pJy > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EAEfB2oobRST6C1neATAlWU5DhAe8pJy > .row .container { width:20rem;height:138.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WVamLwJopccAQRrhsmAu4eGTyQ5KTZhK { width:20rem;height:60.1748125rem;top:14.125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n3glDBBIksuMPcFz4NGb0eMWi3pDzqFk { width:9.4375rem;height:12.6875rem;top:76.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pfhS5P0hChXwpSZ5PSg9ZOWisGdETX4l { width:9.3125rem;height:12.625rem;top:76.53125rem;left:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t76tKfZ2ZhmxmcG5MadQe3ZG4wtNtAVA { width:3.4375rem;height:0.125rem;top:3.75rem;left:4.375rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #kVHpzy4nwVqlycUB8uHeoxQeAkyu4TTT { width:3.4375rem;height:0.125rem;top:3.75rem;left:12.1875rem;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #brLOv1dilmGD3ara4XtsCFbZtzahEEem { width:20rem;height:4.798825rem;top:6.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #F5lpq6E1Tzo9i1llLtOVOo7N0ZkgHUTq { width:20rem;height:7.5556875rem;top:121.75rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IioTLyoZHomVT96lUIVhSt1v6FVRw1Fc { width:10.125rem;height:3.125rem;top:131.5rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o6R87mCrnT7qJl9cdJ8XApWOKWRkxapa { display:block; }
 }@media only screen and (max-width: 763px) { #LiMWZKVKEb5lJgAyMVTcDtRWCw0JIFxT { width:9.625rem;height:12.875rem;top:91.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wcR9IvKf94FSziVuC4bvn0Hxs2Ro8Tw9 { width:9.625rem;height:12.875rem;top:91.75rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LW0NGTDXPwRBW2b0c8wZ5B9n47W6e2Ii { width:9.6875rem;height:12.5625rem;top:106.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPQAQdLWGoB4LtQNSc8zpvFCA860Tzfe { display:flex;width:3.125rem;height:3.125rem;top:2.25rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #e7FXNbm2KKb9wdpQWTXl790VhysFUdAh { width:9.5rem;height:12.75rem;top:106.34375rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mkuzan95Ed8lVEsQfROxVf39xtsGaw0Z { display:block; }#Mkuzan95Ed8lVEsQfROxVf39xtsGaw0Z > .row .container { width:20rem;height:10.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BXNVpNVVRFdxWVoa9PAJfdMrGH9LVWtw { width:20rem;height:2.5996125rem;top:6.5rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #IxbQ96SbelogPG95mrawBuMAQWPLCV2M { width:3.4375rem;height:0.125rem;top:4rem;left:4.375rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #HnnCLJP4CwswS8oeHcVRJVNdoNIdg6Fh { width:3.4375rem;height:0.125rem;top:4rem;left:12.1875rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #n15bP08vQ6QgNSBBBfmCcxQ0MadZppcL { display:flex;width:3.125rem;height:3.125rem;top:2.5rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #kQwcrBQszxSyvEdQkQAVOgPEeKfPZdyE { display:block; }#kQwcrBQszxSyvEdQkQAVOgPEeKfPZdyE > .row .container { width:20rem;height:41.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mix9zOuq9H50oiUKG8tUGGlTJNwxCI3h { width:13.9375rem;height:6.296875rem;top:31.9375rem;left:0.5625rem;font-size:0.875rem;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #k2b1DKG9HtqUQApmAM0TKWwS4qtRV2k8 { width:17.1875rem;height:18.890625rem;top:5.0625rem;left:0.5625rem;font-size:0.875rem;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #nIeuUnZTPmwWooqePeKQsLtJ0TNodfpW { width:20rem;height:2.2744125rem;top:28.75rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hUT4sTBqaOsJ20mvmcbnbgWft3q6o9gL { width:6rem;height:4.72265625rem;top:31.9375rem;left:13.625rem;font-size:0.875rem;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #cE5hLhsMDMSGaGFOxx7xJRbGCw1hh6yF { width:20rem;height:2.2744125rem;top:1.5rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FuuRvPN126mWcfz1p3muCiHP9UJ51Ihx { width:8.75rem;height:15.75rem;top:17.59765625rem;left:3.75rem;font-size:0.875rem;line-height:3;display:none; }
 }@media only screen and (max-width: 763px) { #lynFv2N0bmtqRyur8i31vEG6PTbcvOrH { width:10.125rem;height:1.13671875rem;top:22.4375rem;left:9.4375rem;font-size:0.875rem;color:#433a20;display:block; }
 }@media only screen and (max-width: 763px) { #XyzrIexuyuSfWb4HKJkJyCAoFubp5wBU { top:5.3125rem;left:12.75rem;width:6.75rem;height:1.13671875rem;z-index:15007;font-size:0.875rem;text-align:right;text-align-last:right;font-family:"playfair display";color:#433a20;display:block; }
 }@media only screen and (max-width: 763px) { #hdx32eFKTNoKps8BNnyA81E7hZ5aKMvm { top:6.875rem;left:14.25rem;width:5.3125rem;height:1.13671875rem;z-index:15008;font-size:0.875rem;text-align:right;text-align-last:right;font-family:"playfair display";color:#433a20;display:block; }
 }@media only screen and (max-width: 763px) { #ugMWwmlqCHlp6TPBFNypbXNlr88gT7MX { top:9.875rem;left:12rem;width:7.5625rem;height:1.13671875rem;z-index:15009;font-size:0.875rem;text-align:right;text-align-last:right;font-family:"playfair display";color:#433a20;display:block; }
 }@media only screen and (max-width: 763px) { #TaWXbLCg95G0XdMTTGEDfdsdKcW5txPe { top:13rem;left:12.0625rem;width:7.5625rem;height:1.13671875rem;z-index:15010;font-size:0.875rem;text-align:right;text-align-last:right;font-family:"playfair display";color:#433a20;display:block; }
 }@media only screen and (max-width: 763px) { #Jkq3CuHJ1p9qqKLE9Gv4ULZg5fn6bvq2 { top:16.125rem;left:12.0625rem;width:7.5625rem;height:1.13671875rem;z-index:15011;font-size:0.875rem;text-align:right;text-align-last:right;font-family:"playfair display";color:#433a20;display:block; }
 }@media only screen and (max-width: 763px) { #CCexxQHTGoOdwgmL8lDEpWJTwzTcnVa0 { top:19.4375rem;left:12.0625rem;width:7.5625rem;height:1.13671875rem;z-index:15012;font-size:0.875rem;text-align:right;text-align-last:right;font-family:"playfair display";color:#433a20;display:block; }
 }@media only screen and (max-width: 763px) { #MmQNGd0G8BWasv4KxUzICloXX9ANLq77 { width:20rem;height:11.5rem;top:28.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PUz5KiFcdaeIcsNGdiT84hRsHlMOQI4K { width:20rem;height:24.625rem;top:0.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dW0GCZIOkgrfWA1MT9MynpKHtSJESBEV { display:block; }#dW0GCZIOkgrfWA1MT9MynpKHtSJESBEV > .row .container { width:20rem;height:31.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KRLz1v5VUI07AT2g4sgKvsnvqoHpNxRd { width:15.0625rem;height:12.59375rem;top:4.5625rem;left:0.5625rem;font-size:0.875rem;line-height:1.8;color:#433a20;display:block; }
 }@media only screen and (max-width: 763px) { #sQM5Qc0wkWS05Jv19HzQuFcwM1VC6g0E { width:19.875rem;height:2.2744125rem;top:1rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ayPFKR4wrQidXZ0qOELqp5vbJ98A7TCl { width:8.75rem;height:12.59375rem;top:4.5625rem;left:10.375rem;font-size:0.875rem;line-height:1.8;color:#433a20;display:block; }
 }@media only screen and (max-width: 763px) { #QSoUkAseS1OVa4WVVgUuWDWWNQaQG0fK { width:20rem;height:1.4609375rem;top:21.875rem;left:0rem;font-size:0.5625rem;text-align:center;text-align-last:center;font-family:"playfair display";display:block; }
 }@media only screen and (max-width: 763px) { #rp5MvTIT1Lki9nG5Ml3PRAnoWkqeNESy { width:10.4375rem;height:2.8125rem;top:25.5rem;left:4.8125rem;border-top:0.0625rem solid #d5be7a;border-left:0.0625rem solid #d5be7a;border-right:0.0625rem solid #d5be7a;border-bottom:0.0625rem solid #d5be7a;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #kAZZZxCvfnsP2OLvNiTpG0oqk9CrNS2n { display:block; }
 }@media only screen and (max-width: 763px) { #JN45MIMGmG8Up2A240zAukPiRW4fOObg { width:20rem;height:18.6875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DnzIqEwxfhKsAqGMsJx9H8uhOWt43Oys { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/334bc0ac-814d-4711-b79f-cbeb24cd45d4/Sabinasbeautysalonszepsegszalon13kerlet.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#DnzIqEwxfhKsAqGMsJx9H8uhOWt43Oys.adaptive-delivery-prevent-bg, #DnzIqEwxfhKsAqGMsJx9H8uhOWt43Oys.lazyload, #DnzIqEwxfhKsAqGMsJx9H8uhOWt43Oys.lazyloading { background-image: none; }#DnzIqEwxfhKsAqGMsJx9H8uhOWt43Oys > .row .container { background-color: transparent; background-image: none; }#DnzIqEwxfhKsAqGMsJx9H8uhOWt43Oys::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.7); }#DnzIqEwxfhKsAqGMsJx9H8uhOWt43Oys > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DnzIqEwxfhKsAqGMsJx9H8uhOWt43Oys > .row .container > .video-iframe-container { display: none; }#DnzIqEwxfhKsAqGMsJx9H8uhOWt43Oys > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.7); }#DnzIqEwxfhKsAqGMsJx9H8uhOWt43Oys > .row > .video-iframe-container { display: none; }#DnzIqEwxfhKsAqGMsJx9H8uhOWt43Oys > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DnzIqEwxfhKsAqGMsJx9H8uhOWt43Oys > .row .container { width:20rem;height:64.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L2UBRQ8cJIauserXBPQ4wkKHyEs61Z6U { width:20rem;height:2.5996125rem;top:5.6248168945312rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #iVOvTddmSJO5cT952udsFGLeCMWNzs1d { width:20rem;height:3.25rem;top:10.2490234375rem;left:0rem;text-align:center;text-align-last:center;color:#7d1b34;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ot1ggVxx9UP7T0D6fVDG05SBVH3cbAai { width:2.875rem;height:2.875rem;top:15.875rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hGST1zTqT8RcqyW7zUSOovuImNLVGH5y { width:2.875rem;height:2.875rem;top:20.25rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQBh5XQUx2LSy4BTsKUitcEJ8kXXBdbm { width:2.875rem;height:2.875rem;top:24.4375rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #evDTzQ9do3cmhQgTTaQ274AIPgrVM14c { width:3.4375rem;height:0.125rem;top:3.1875rem;left:12.1875rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #S8A7dN7fIXaEoH1fZE1yMi956FGyHGEZ { width:3.4375rem;height:0.125rem;top:3.1875rem;left:4.375rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #RZa5DmTpodpBQ8BviauheWS1rb4sw8Af { width:1.5rem;height:1.5rem;top:16.625rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jl0oGnGFqI0oRiVgxTd3UhQ3NoN7KGgO { width:1.5rem;height:1.5rem;top:20.9375rem;left:4.625rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #uK0iG7Iae7m1usaORPI1WMZUJ10UuvNG { width:1.5rem;height:1.5rem;top:25.125rem;left:4.625rem;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #wBS6dEhq0ECXcqsOKZPJrkKcVzPt9uA0 { width:9rem;height:1.29980625rem;top:21rem;left:8rem;font-size:1rem;font-family:"playfair display";text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XqdT69xnRnAs0fsbZhncaA45m5cX6ef3 { width:8.5rem;height:3.19921875rem;top:15.5625rem;left:8rem;font-size:1rem;color:#ffffff;font-family:"playfair display";font-weight:400;font-style:normal;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fsSP2rAxwS39LrtT2mlie3TwVtqUoKFW { width:9.9375rem;height:1.5996125rem;top:25.0625rem;left:8rem;font-size:1rem;font-family:"playfair display";text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VsmEnZbHtXNVc1oMusvDS8FbPIsXE7MW { display:flex;width:3.125rem;height:3.125rem;top:1.6875rem;left:8.4375rem;opacity:.96; }
 }@media only screen and (max-width: 763px) { #cVys7AqGxCqlJKUsy2BA8BQqIA02oAVH { width:17.5625rem;height:8.375rem;top:30.625rem;left:1.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TT9cACAJ2x9oLeExhqEqKBmHAyKQOk6O { display:flex;width:2.875rem;height:2.875rem;top:51.625rem;left:3.9375rem;font-size:2rem; }
#TT9cACAJ2x9oLeExhqEqKBmHAyKQOk6O > img { max-width: 100%;max-height:100%; width:2.875rem; height:2.875rem; } }@media only screen and (max-width: 763px) { #z8A0o89td9SaODK3vC5DKV1WbqTBazXk { display:flex;width:2.875rem;height:2.875rem;top:46.9375rem;left:3.9375rem;font-size:2rem; }
#z8A0o89td9SaODK3vC5DKV1WbqTBazXk > img { max-width: 100%;max-height:100%; width:2.875rem; height:2.875rem; } }@media only screen and (max-width: 763px) { #s5sF04SlVSNaxvaRK8KLkQH0KDx9Is5P { display:flex;width:2.875rem;height:2.875rem;top:56.1875rem;left:4.0625rem;font-size:2rem; }
#s5sF04SlVSNaxvaRK8KLkQH0KDx9Is5P > img { max-width: 100%;max-height:100%; width:2.875rem; height:2.875rem; } }@media only screen and (max-width: 763px) { #vTt3Nb7TvPQHDM7Xb1KG7WxfxVQtbL26 { width:6.5rem;height:1.79980625rem;top:47.474609375rem;left:7.8125rem;font-size:1.125rem;font-family:"playfair display";display:block; }
 }@media only screen and (max-width: 763px) { #v6bNT6qG5cGcwJSHG4t5mG5iKTFiJAqk { width:8.25rem;height:1.79980625rem;top:52.1875rem;left:7.9375rem;font-size:1.125rem;font-family:"playfair display";display:block; }
 }@media only screen and (max-width: 763px) { #TWC3QGb3WC7sTPFFiHBh87l8Gy2n8dUO { width:6.25rem;height:1.79980625rem;top:56.75rem;left:7.9375rem;font-size:1.125rem;font-family:"playfair display";display:block; }
 }@media only screen and (max-width: 763px) { #nssMtLHEtPxlLkoGMWX8ffS5HWA3T2IL { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#nssMtLHEtPxlLkoGMWX8ffS5HWA3T2IL > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ECmOqWL6soFvBZIBtDvN5xuT8MEO9ibH { width:10.0625rem;height:2.75rem;top:1.25rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Max6P50WKOVlOAONsUkzNTB8FA58aN63 { display:block; }
 }