.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;
}
html,
body {
  font-size: 16px;
}
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;
}
:root { --color-primary-0:242,244,240;--color-primary-1:210,219,206;--color-primary-2:165,183,157;--color-primary-3:83,92,79;--color-primary-4:25,27,24;--color-secondary-0:245,238,222;--color-secondary-1:222,198,144;--color-secondary-2:188,140,33;--color-secondary-3:94,70,17;--color-secondary-4:28,21,5;--color-tertiary-0:255,255,255;--color-tertiary-1:153,153,153;--color-tertiary-2:54,54,55;--color-tertiary-3:49,49,49;--color-tertiary-4:0,0,0;--headlines-font-family:"Source Sans Pro";--paragraphs-font-family:"Source Sans Pro"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; }
#NX3pPOGAx0ic4sC5wtAD0H1JDal5r9FN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NX3pPOGAx0ic4sC5wtAD0H1JDal5r9FN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NX3pPOGAx0ic4sC5wtAD0H1JDal5r9FN > .row > .video-iframe-container { display: none; }#NX3pPOGAx0ic4sC5wtAD0H1JDal5r9FN > .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); }#heN7zThmtJmAmTwgF8duMV1qF2auL8Ld { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b6297596-d5b1-4da6-8d62-18da724b2e58/Golden_Dark.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#heN7zThmtJmAmTwgF8duMV1qF2auL8Ld.adaptive-delivery-prevent-bg, #heN7zThmtJmAmTwgF8duMV1qF2auL8Ld.lazyload, #heN7zThmtJmAmTwgF8duMV1qF2auL8Ld.lazyloading { background-image: none; }#heN7zThmtJmAmTwgF8duMV1qF2auL8Ld > .row .container { background-color: transparent; background-image: none; }#heN7zThmtJmAmTwgF8duMV1qF2auL8Ld::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#heN7zThmtJmAmTwgF8duMV1qF2auL8Ld > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#heN7zThmtJmAmTwgF8duMV1qF2auL8Ld > .row .container > .video-iframe-container { display: none; }#heN7zThmtJmAmTwgF8duMV1qF2auL8Ld > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#heN7zThmtJmAmTwgF8duMV1qF2auL8Ld > .row > .video-iframe-container { display: none; }#heN7zThmtJmAmTwgF8duMV1qF2auL8Ld > .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); }#heN7zThmtJmAmTwgF8duMV1qF2auL8Ld > .row .container { border-width: 0; border-radius: 0; }#heN7zThmtJmAmTwgF8duMV1qF2auL8Ld > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#heN7zThmtJmAmTwgF8duMV1qF2auL8Ld > .row .container { font-size:0.875rem;font-family:arial;height:69.5rem;width:60rem;overflow:visible;position:relative;display:block; }#uuIZ5p8y7PxK2Tn61uLondKi6uXG5BBd { display:block;width:44.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:50.8125rem;left:6.6875rem;height:5.11875rem;color:rgba(var(--color-tertiary-0),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Xh9gdcvMl7gDrePho9mc2C27cDbgqVZc { color:rgba(var(--color-tertiary-0),1);display:block;width:7.5625rem;position:absolute;font-family:lobster;font-size:1.9375rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:61.71875rem;left:12.6875rem;height:2.51875rem;text-align:center;text-align-last:center;display:block; }
#TaJGs3mEIN4FnIWv8w5e4UlgwXTMw38O { position:absolute;display:block;z-index:15017;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:1.9375rem;width:47.3125rem;top:57.0625rem;left:4.25rem;display:block; }
#utvCxoHBOHTfQiAslGB8TnOhwLf8eKWl { color:#eeeeee;display:block;width:6.625rem;position:absolute;font-family:lobster;font-size:1.5rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:64.237501144406rem;left:12.6875rem;height:1.95rem;text-align:center;text-align-last:center;display:block; }
#uFKtEpAccPfE6tl8izV1FdnpPqSSmshr { 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:32.1875rem;width:57.375rem;top:17.061719417572rem;left:0rem;overflow:hidden;display:block; }
#nQyTxfqACBNqdNddTMUTauLS46qiN8vF { color:rgba(var(--color-tertiary-4),1);display:block;width:35.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:57.3125rem;left:10.4375rem;height:1.38125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UFkGRFhXOmZh2VCzO90TLgrKpkHW8C3a { 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; }
#wTVrwEANMGSZIZVncHDocqfA6yrOJDpP { color:rgba(var(--color-tertiary-0),1);display:block;width:40.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:8.71875rem;left:9.78125rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#A5R9IsX5WvtucEppVrq6qr9XOUOzKQVS { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.0625rem;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:11.15625rem;left:0rem;height:5.28125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rVJq5CuOGGk3nUcBaL44bQf4DzyN4lfO { 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:15028;opacity:1;top:12.736721038818rem;left:12.6875rem; }
#l5MVRzMptRwuzi2bZ8CN1TLnUildVBJL { background-color:#161618;background-image:none;background-position:center !important;background-repeat:no-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;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:tahoma, arial, sans-serif;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.8125rem;height:3.4375rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:61.71875rem;left:20.250001907349rem;display:block; }
#HELOVsiprm65DQD8dBQ0D0no214n7e2l { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yXIoVtwCvAeHysDVVQ4GG3hZBG95dtRO { 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:15029;opacity:1;top:12.736721038818rem;left:44.25rem; }
#rGWx4k181RRwgap7mBfh07wxKJ32tFMB { color:rgba(var(--color-tertiary-0),1);display:block;width:47.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:1.5562496185302rem;left:6.6875rem;height:5.0375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EodDNJXPb3z98pVUFPAB5SOGtz6RBF6O { 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:17.875rem;width:31.875rem;top:29.024219512939rem;left:28.125rem;overflow:hidden;display:block; }
#vaAhumKwKWpqzVeS7TxqWWdaZbbwpK6d { 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:21.875rem;width:21.875rem;display:none; }
#SkVQAn9U91VOVkSAUTm3irOxXnaKWZs2 { 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:6.25rem;width:6.25rem;display:none; }
#hq2HisfU1Qm84THXgT32aTtQdut0064D { 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:6.25rem;width:6.25rem;display:none; }
#RQSfhXpGtDdtG5pv0pITwpV2WpoUV8ov { 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:12.5rem;width:12.5rem;display:none; }
#vpOXeTg9A2I2RuzvxPMqyAfRWV5sD1eG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/96990804-3cad-4b16-b0b6-657dd2a5d2fc/Krainasnw_to_dark_sky.png");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; }#vpOXeTg9A2I2RuzvxPMqyAfRWV5sD1eG.adaptive-delivery-prevent-bg, #vpOXeTg9A2I2RuzvxPMqyAfRWV5sD1eG.lazyload, #vpOXeTg9A2I2RuzvxPMqyAfRWV5sD1eG.lazyloading { background-image: none; }#vpOXeTg9A2I2RuzvxPMqyAfRWV5sD1eG > .row .container { background-color: transparent; background-image: none; }#vpOXeTg9A2I2RuzvxPMqyAfRWV5sD1eG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vpOXeTg9A2I2RuzvxPMqyAfRWV5sD1eG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vpOXeTg9A2I2RuzvxPMqyAfRWV5sD1eG > .row .container > .video-iframe-container { display: none; }#vpOXeTg9A2I2RuzvxPMqyAfRWV5sD1eG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vpOXeTg9A2I2RuzvxPMqyAfRWV5sD1eG > .row > .video-iframe-container { display: none; }#vpOXeTg9A2I2RuzvxPMqyAfRWV5sD1eG > .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); }#vpOXeTg9A2I2RuzvxPMqyAfRWV5sD1eG > .row .container { border-width: 0; border-radius: 0; }#vpOXeTg9A2I2RuzvxPMqyAfRWV5sD1eG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vpOXeTg9A2I2RuzvxPMqyAfRWV5sD1eG > .row .container { font-size:0.875rem;font-family:arial;height:56.3125rem;width:60rem;position:relative;display:block; }#rWqVZuCIxIS711KKd5621qxrH36fgCDQ { color:rgba(var(--color-tertiary-4),1);display:block;width:37.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.9359359741211rem;left:11.25rem;height:5.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lZDS4H4pTHvR1IVes5ICThhXfIebAFEQ { color:rgba(var(--color-tertiary-4),1);display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:25.89999961853rem;left:15.8125rem;height:2.6rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#o1r2h4WCePGzBW3Qhw5JRC8CwUrHCqg5 { display:block;width:33.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.4;letter-spacing:0;top:9.9671874046325rem;left:13.59375rem;height:7.875rem;color:rgba(var(--color-tertiary-4),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nDAq6mTJq7Scc2CWwZS7OtBbvLJ21vLA { color:rgba(var(--color-tertiary-4),1);display:block;width:30.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:49.549993515014rem;left:15.96875rem;height:1.3rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#lraKOixTVtsZQy720WHqFJXTgyk2EMUW { color:rgba(var(--color-tertiary-4),1);display:block;width:30.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:31.375rem;left:16.0625rem;height:2.6rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#Haku7st0ZfBEqOUI4JBrm2rTx1TaCsu9 { color:rgba(var(--color-tertiary-4),1);display:block;width:30.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:36.481244087219rem;left:15.96875rem;height:3.9rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#ZxNRK9TXezq1FoRE54iR0ZN1sTkQWWZB { color:rgba(var(--color-tertiary-4),1);display:block;width:30.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:43.275007247925rem;left:16.03125rem;height:2.6rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#PxCiC9JylmZuwZwdw5FAPlX2etUPG7VC { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:20.625000476837rem;left:0rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iFz0eG6D6JkbVbPtNuuDqp36oKGNVzve { 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; }
#gmuWE4umFkzktQIk7VZ9Ud33RGRMP9Ae { position:absolute;display:block;z-index:15014;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:25.418751239777rem;left:11.63671875rem;overflow:hidden;display:block; }
#ArpmbI8GTFTr0hbgxoVTcdMQKaeDEhG9 { position:absolute;display:block;z-index:15015;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:30.893749713897rem;left:11.63671875rem;overflow:hidden;display:block; }
#L3dhKZLnPV9B3mhtxUNTMQnS0D9kSNA2 { position:absolute;display:block;z-index:15016;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:36.649212837219rem;left:11.63671875rem;overflow:hidden;display:block; }
#csIFp5K2QeBhip2spSxJThvc1ODZgEpy { position:absolute;display:block;z-index:15017;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:42.793749332428rem;left:11.63671875rem;overflow:hidden;display:block; }
#AVaMrBmJpSSzdwRpMpOG4eNkTL9pD8Pz { position:absolute;display:block;z-index:15018;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:48.418750762939rem;left:11.63671875rem;overflow:hidden;display:block; }
#g0vLV5AdDH73P6u0PF5OplmPpVoTk1Tx { 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:56.25rem;width:60rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#xUuE6gwIzNyC99bMhq6keA6DJCyn8E4P { 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; }
#XB8Ohsuh34SSSkKPpulihzlZEETJlCK9 { border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #dddddd;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/bcefe99b-a0a3-4c80-8266-0f6204d58786/Krainasnw_to_hand_eye_pink_moon.png");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-right-radius:initial;border-bottom-left-radius:initial;display:block; }#XB8Ohsuh34SSSkKPpulihzlZEETJlCK9.adaptive-delivery-prevent-bg, #XB8Ohsuh34SSSkKPpulihzlZEETJlCK9.lazyload, #XB8Ohsuh34SSSkKPpulihzlZEETJlCK9.lazyloading { background-image: none; }#XB8Ohsuh34SSSkKPpulihzlZEETJlCK9 > .row .container { background-color: transparent; background-image: none; }#XB8Ohsuh34SSSkKPpulihzlZEETJlCK9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XB8Ohsuh34SSSkKPpulihzlZEETJlCK9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XB8Ohsuh34SSSkKPpulihzlZEETJlCK9 > .row .container > .video-iframe-container { display: none; }#XB8Ohsuh34SSSkKPpulihzlZEETJlCK9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XB8Ohsuh34SSSkKPpulihzlZEETJlCK9 > .row > .video-iframe-container { display: none; }#XB8Ohsuh34SSSkKPpulihzlZEETJlCK9 > .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); }#XB8Ohsuh34SSSkKPpulihzlZEETJlCK9 > .row .container { border-width: 0; border-radius: 0; }#XB8Ohsuh34SSSkKPpulihzlZEETJlCK9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#XB8Ohsuh34SSSkKPpulihzlZEETJlCK9 > .row .container { font-size:0.875rem;font-family:arial;height:66.575rem;width:60rem;position:relative;display:block; }#AnbV0POuV546RH3MdraCt3BRiTVqM2yz { display:block;width:44.3125rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:17.8125rem;left:7.9375rem;height:0;display:block; }
#RxXTerAJnOeDMamfLCGS9S9EP8yCmBHT { color:rgba(var(--color-tertiary-4),1);display:block;width:51.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:21.137500762939rem;left:4.1875rem;height:6.09375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Z8U5ETle4Ii9euWDEbNRTTmCUbHybKt8 { color:rgba(var(--color-tertiary-4),1);display:block;width:56rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:13.303905487061rem;left:2rem;height:5.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ipl7vGaJseEpMJL1gkLccrKZL8y9Qvhl { color:rgba(var(--color-tertiary-4),1);display:block;width:37.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:34.618750572204rem;left:11.6875rem;height:4.3875rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#F7uUgxfsckooOCPs7OmkJgyQweKPhK1P { color:rgba(var(--color-tertiary-4),1);display:block;width:36.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:40.886719703674rem;left:11.59375rem;height:2.925rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#a8AUOwIxsM31NTdzH0GimwuTPPynkPB7 { color:rgba(var(--color-tertiary-4),1);display:block;width:38.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:45.293750762939rem;left:11.6875rem;height:1.4625rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#w1LyztrX7ucs7tVpJQ3JVcJ6VLEPUGPJ { color:rgba(var(--color-tertiary-4),1);display:block;width:36.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:48.6875rem;left:11.71875rem;height:2.925rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#TUqWDNWJcHZecvyqPg22OsvPgkU9huFI { color:rgba(var(--color-tertiary-4),1);display:block;width:35.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:53.5rem;left:12.0625rem;height:1.4625rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#lEHGmr8BIRBuB55rXtx68qqsHXXDHLD2 { color:rgba(var(--color-tertiary-4),1);display:block;width:36.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:57.437499523163rem;left:11.9375rem;height:5.85rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#ngGIpE5WhlkSm949KCJJRp8AvOxxxds4 { position:absolute;display:block;z-index:15016;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.875rem;width:1.875rem;top:34.618750572204rem;left:9.28125rem;overflow:hidden;display:block; }
#ySaqb1beavJqa9662OMM9w9m58CvSQRy { position:absolute;display:block;z-index:15018;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.875rem;width:1.875rem;top:6.0929727554321rem;left:29.0625rem;overflow:hidden;display:block; }
#LRa9E2APRRT1IRVH7yuVppyKlC1uUaR6 { position:absolute;display:block;z-index:15017;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.875rem;width:1.875rem;top:41.411719322204rem;left:9.28125rem;overflow:hidden;display:block; }
#qmIaupkK8nHzgAd0TPzU62l8BI53TLRy { position:absolute;display:block;z-index:15018;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.875rem;width:1.875rem;top:44.831249713897rem;left:9.28125rem;overflow:hidden;display:block; }
#NdzuTOCe2iNtgVBpFJALQceQ6B8PTHWn { position:absolute;display:block;z-index:15019;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.875rem;width:1.875rem;top:48.6875rem;left:9.28125rem;overflow:hidden;display:block; }
#EmKl0OnfUidcXenpyxTdrLqTJwvQ4LKO { position:absolute;display:block;z-index:15020;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.875rem;width:1.875rem;top:53.293750286103rem;left:9.28125rem;overflow:hidden;display:block; }
#lxb0s1cqSHAvRa7calBq1fBdLwTucBs6 { position:absolute;display:block;z-index:15021;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.875rem;width:1.875rem;top:57.437499523163rem;left:9.28125rem;overflow:hidden;display:block; }
#OIwkpRn3shxDH2VE5zvMXxZteK1QT2TP { 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; }
#pnKoSeS3RtISbvR7cmw3QtRmsVZTvNLT { color:rgba(var(--color-tertiary-4),1);display:block;width:51.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:30.043750286103rem;left:2.9359378814698rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BTrk3nDlpLOD7iGcBpnKpSTyizw8IL5K { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/c91594b2-99db-46a7-a039-cbe9880bc2cb/Krainasnw_to_dark_pink_moon.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !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; }#BTrk3nDlpLOD7iGcBpnKpSTyizw8IL5K.adaptive-delivery-prevent-bg, #BTrk3nDlpLOD7iGcBpnKpSTyizw8IL5K.lazyload, #BTrk3nDlpLOD7iGcBpnKpSTyizw8IL5K.lazyloading { background-image: none; }#BTrk3nDlpLOD7iGcBpnKpSTyizw8IL5K > .row .container { background-color: transparent; background-image: none; }#BTrk3nDlpLOD7iGcBpnKpSTyizw8IL5K::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BTrk3nDlpLOD7iGcBpnKpSTyizw8IL5K > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BTrk3nDlpLOD7iGcBpnKpSTyizw8IL5K > .row .container > .video-iframe-container { display: none; }#BTrk3nDlpLOD7iGcBpnKpSTyizw8IL5K > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BTrk3nDlpLOD7iGcBpnKpSTyizw8IL5K > .row > .video-iframe-container { display: none; }#BTrk3nDlpLOD7iGcBpnKpSTyizw8IL5K > .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); }#BTrk3nDlpLOD7iGcBpnKpSTyizw8IL5K > .row .container { border-width: 0; border-radius: 0; }#BTrk3nDlpLOD7iGcBpnKpSTyizw8IL5K > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BTrk3nDlpLOD7iGcBpnKpSTyizw8IL5K > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:block; }#lJ7cxOWMLURfhKcuZ7QZoTJ4QJ1Eki8x { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:6.3679752349856rem;left:0rem;height:5.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XmIh02fbSX8iPkn6lLfwxiO4lxBmhRng { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f2f3;background-image:url("https://images.assets-landingi.com/uc/f9fb5475-3a26-4d71-a264-d7448abfe349/Krainasnw_to_hand_gold_planet.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;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; }#XmIh02fbSX8iPkn6lLfwxiO4lxBmhRng.adaptive-delivery-prevent-bg, #XmIh02fbSX8iPkn6lLfwxiO4lxBmhRng.lazyload, #XmIh02fbSX8iPkn6lLfwxiO4lxBmhRng.lazyloading { background-image: none; }#XmIh02fbSX8iPkn6lLfwxiO4lxBmhRng > .row .container { background-color: transparent; background-image: none; }#XmIh02fbSX8iPkn6lLfwxiO4lxBmhRng::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XmIh02fbSX8iPkn6lLfwxiO4lxBmhRng > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XmIh02fbSX8iPkn6lLfwxiO4lxBmhRng > .row .container > .video-iframe-container { display: none; }#XmIh02fbSX8iPkn6lLfwxiO4lxBmhRng > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XmIh02fbSX8iPkn6lLfwxiO4lxBmhRng > .row > .video-iframe-container { display: none; }#XmIh02fbSX8iPkn6lLfwxiO4lxBmhRng > .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); }#XmIh02fbSX8iPkn6lLfwxiO4lxBmhRng > .row .container { border-width: 0; border-radius: 0; }#XmIh02fbSX8iPkn6lLfwxiO4lxBmhRng > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XmIh02fbSX8iPkn6lLfwxiO4lxBmhRng > .row .container { font-size:0.875rem;font-family:arial;height:35.875rem;width:60rem;position:relative;display:block; }#EamebeDTCKF5PQHEOTAxQdt1VkpIuFS8 { color:rgba(var(--color-tertiary-4),1);display:block;width:28.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15012;line-height:1;letter-spacing:0;top:8.5625rem;left:31.375rem;height:2.5rem;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;display:block; }
#D86yPsGvMFJXk46qTezWO000wbyKKg5f { color:rgba(var(--color-tertiary-2),1);display:block;width:25.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.5;letter-spacing:0;top:15.359372138977rem;left:34.1875rem;height:1.875rem;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;display:block; }
#Sf9oDvpxweDO3VNcRQND7cyCuvRlc94F { color:rgba(var(--color-tertiary-4),1);display:block;width:2rem;position:absolute;font-family:roboto;font-size:3.0625rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:14rem;left:30.625rem;height:4.59375rem;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;display:block; }
#e2TuNxCTKB6A5WfrzUa2WLKTQQ0Ge0MR { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-2),1);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.75rem;width:0.0625rem;top:13.1875rem;left:31.375rem;display:block; }
#slVdncMmIaODIqfAT33zPM9h81LBR3KW { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-2),1);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:3.375rem;top:13.1875rem;left:31.375rem;display:block; }
#EMaf49A5ZLIyFOtFgmbXWLZr4wpVl1KM { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-2),1);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:3.375rem;top:30.625rem;left:31.375rem;display:block; }
#rlZ0xgn057SIDnghHvJ1VvGDe3ygTJaL { position:absolute;display:block;z-index:15028;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.625rem;width:31.5rem;top:15.358594179154rem;left:0rem;overflow:hidden;display:block; }
#Uya5oBCE1Ne3mKThpWepGFbR1hkUrBdo { color:rgba(var(--color-tertiary-4),1);display:block;width:25.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15012;line-height:1.5;letter-spacing:0;top:18.593747138977rem;left:34.4375rem;height:10.75rem;font-style:normal;display:block; }#Uya5oBCE1Ne3mKThpWepGFbR1hkUrBdo li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Uya5oBCE1Ne3mKThpWepGFbR1hkUrBdo li:before{  }
#sHTDrFk8HpeHT3Q7RKEALzamgetc3tfK { position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-tertiary-2),1);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:12.1875rem;width:0.0625rem;top:18.5rem;left:31.375rem;display:block; }
#To54VCHQTKxVfwFuPNb24Mqu4QFzdTKD { color:rgba(var(--color-tertiary-2),1);display:block;width:28.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:400;z-index:15013;line-height:1;letter-spacing:0;top:3.1249942779541rem;left:15.9375rem;height:2.3125rem;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:center;text-align-last:center;display:block; }
#U9kAFXTaW0oLGwIPNrtOVosHmgXe8Xub { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#U9kAFXTaW0oLGwIPNrtOVosHmgXe8Xub > .row .container { background-color: transparent; background-image: none; }#U9kAFXTaW0oLGwIPNrtOVosHmgXe8Xub::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U9kAFXTaW0oLGwIPNrtOVosHmgXe8Xub > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U9kAFXTaW0oLGwIPNrtOVosHmgXe8Xub > .row .container > .video-iframe-container { display: none; }#U9kAFXTaW0oLGwIPNrtOVosHmgXe8Xub > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U9kAFXTaW0oLGwIPNrtOVosHmgXe8Xub > .row > .video-iframe-container { display: none; }#U9kAFXTaW0oLGwIPNrtOVosHmgXe8Xub > .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); }#U9kAFXTaW0oLGwIPNrtOVosHmgXe8Xub > .row .container { border-width: 0; border-radius: 0; }#U9kAFXTaW0oLGwIPNrtOVosHmgXe8Xub > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#U9kAFXTaW0oLGwIPNrtOVosHmgXe8Xub > .row .container { font-size:0.875rem;font-family:arial;height:21.25rem;width:60rem;position:relative;display:block; }#TTJzhQNrwKz72JgUdaQFl17Z7tENsRZa { color:rgba(var(--color-tertiary-4),1);display:block;width:25.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.5;letter-spacing:0;top:3.4211044311524rem;left:34.1875rem;height:1.875rem;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;display:block; }
#xS9QOZHXBvrroagcosg1JTJmVHdpQ2Hm { color:rgba(var(--color-tertiary-4),1);display:block;width:26.875rem;position:absolute;font-family:roboto;font-size:3.0625rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:2.0625rem;left:30.625rem;height:4.59375rem;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;display:block; }
#vlwSDfCdI6e0kETClMpWHG1lOe9DzXxt { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-2),1);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.75rem;width:0.0625rem;top:1.25rem;left:31.375rem;display:block; }
#nfcPhDLtn4zL6CTRPXseH2T4pzi0u8wK { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-2),1);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:3.375rem;top:1.25rem;left:31.375rem;display:block; }
#hS1n9hoDg6y89up2e8beiExvvT8896ml { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-2),1);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:3.375rem;top:19.299987316132rem;left:31.375rem;display:block; }
#esqmtT4afoKifbwPtviQil5y0WBzqXbk { color:rgba(var(--color-tertiary-4),1);display:block;width:25.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15012;line-height:1.5;letter-spacing:0;top:6.4367218017575rem;left:34.4375rem;height:7.375rem;font-style:normal;display:block; }#esqmtT4afoKifbwPtviQil5y0WBzqXbk li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#esqmtT4afoKifbwPtviQil5y0WBzqXbk li:before{  }
#dn4OtKkP6zTqVKpvT5qpucTq6H2dEiQi { position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-tertiary-2),1);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:9.25rem;width:0.0625rem;top:10.0625rem;left:31.375rem;display:block; }
#WcHQsRIgZxVmmQfhdkbLXzsAW1gT4per { position:absolute;display:block;z-index:15029;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:18rem;width:30.4375rem;top:1.625rem;left:0rem;overflow:hidden;display:block; }
#wn3ymT72sW2zyEewTGbQDyXnQeMU10Ti { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/e7ff13e2-494f-4368-8031-ed3c68e98320/golden_Light.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;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; }#wn3ymT72sW2zyEewTGbQDyXnQeMU10Ti.adaptive-delivery-prevent-bg, #wn3ymT72sW2zyEewTGbQDyXnQeMU10Ti.lazyload, #wn3ymT72sW2zyEewTGbQDyXnQeMU10Ti.lazyloading { background-image: none; }#wn3ymT72sW2zyEewTGbQDyXnQeMU10Ti > .row .container { background-color: transparent; background-image: none; }#wn3ymT72sW2zyEewTGbQDyXnQeMU10Ti::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wn3ymT72sW2zyEewTGbQDyXnQeMU10Ti > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wn3ymT72sW2zyEewTGbQDyXnQeMU10Ti > .row .container > .video-iframe-container { display: none; }#wn3ymT72sW2zyEewTGbQDyXnQeMU10Ti > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wn3ymT72sW2zyEewTGbQDyXnQeMU10Ti > .row > .video-iframe-container { display: none; }#wn3ymT72sW2zyEewTGbQDyXnQeMU10Ti > .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); }#wn3ymT72sW2zyEewTGbQDyXnQeMU10Ti > .row .container { border-width: 0; border-radius: 0; }#wn3ymT72sW2zyEewTGbQDyXnQeMU10Ti > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wn3ymT72sW2zyEewTGbQDyXnQeMU10Ti > .row .container { font-size:0.875rem;font-family:arial;height:41.4375rem;width:60rem;position:relative;display:block; }#eizSP1RV92EToyTfgzMQLmxBg76Cwsb7 { color:rgba(var(--color-tertiary-4),1);display:block;width:25.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.5;letter-spacing:0;top:2.671875rem;left:34.1875rem;height:3.75rem;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;display:block; }
#TVzAc4xtpb9OvnV5CzLV0fEZang2GgE4 { color:rgba(var(--color-tertiary-4),1);display:block;width:26.9375rem;position:absolute;font-family:roboto;font-size:3.0625rem;font-weight:700;z-index:15005;line-height:1.5;letter-spacing:0;top:2.0625rem;left:30.4375rem;height:4.59375rem;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;display:block; }
#yGC9frD88LGoJImte4k84VZsbQV3ABP4 { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-2),1);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.75rem;width:0.0625rem;top:1.25rem;left:31.375rem;display:block; }
#eQmqIThFBlyVEUJhlqn4d3AUxKCiaaMH { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-2),1);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:3.375rem;top:1.25rem;left:31.375rem;display:block; }
#HilQkozKEVK3ZQrCQ2ATeQT3lQJpoRhT { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-2),1);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:3.375rem;top:33.4375rem;left:31.375rem;display:block; }
#uTnlno7He8HbhoKzXEVOMPtT6AJ6FIQh { color:rgba(var(--color-tertiary-4),1);display:block;width:25.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15012;line-height:1.5;letter-spacing:0;top:8.0312519073488rem;left:34.4375rem;height:3.375rem;font-style:normal;display:block; }#uTnlno7He8HbhoKzXEVOMPtT6AJ6FIQh li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#uTnlno7He8HbhoKzXEVOMPtT6AJ6FIQh li:before{  }
#BMJuhavwi2eKl6QuVxW0oQ3wLqLV9pK1 { position:absolute;display:block;z-index:15028;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:29.8125rem;width:29.8125rem;top:5.1242189407349rem;left:0rem;overflow:hidden;display:block; }
#uJgn8MdPJcKg4nE2WCAT9QSgMMUJPLVB { color:rgba(var(--color-tertiary-4),1);display:block;width:25.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15013;line-height:1.5;letter-spacing:0;top:27.0625rem;left:34.4375rem;height:5.375rem;font-style:normal;display:block; }#uJgn8MdPJcKg4nE2WCAT9QSgMMUJPLVB li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#uJgn8MdPJcKg4nE2WCAT9QSgMMUJPLVB li:before{  }
#nKzv7B411a5Rk7inpoLETc9rsOeE7NT9 { color:rgba(var(--color-tertiary-4),1);display:block;width:25.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15013;line-height:1.5;letter-spacing:0;top:11.96875rem;left:34.4375rem;height:11.8125rem;font-style:normal;display:block; }#nKzv7B411a5Rk7inpoLETc9rsOeE7NT9 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#nKzv7B411a5Rk7inpoLETc9rsOeE7NT9 li:before{  }
#gds5I4zwPvWg2QlZ7hzXstDn3map8y4h { position:absolute;display:block;z-index:15028;background-color:rgba(var(--color-tertiary-2),1);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:12.1875rem;width:0.0625rem;top:21.236755371094rem;left:31.375rem;display:block; }
#g1WmOVFboNbF8AgCVTl4yu0NlfTD3Edk { color:rgba(var(--color-tertiary-4),1);display:block;width:25.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:35.968750774861rem;left:29.812501907349rem;height:3.75rem;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;display:block; }
#ny3XscuxV0RioFHPJiTzVOgMgyw9FdTL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#ny3XscuxV0RioFHPJiTzVOgMgyw9FdTL > .row .container { background-color: transparent; background-image: none; }#ny3XscuxV0RioFHPJiTzVOgMgyw9FdTL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ny3XscuxV0RioFHPJiTzVOgMgyw9FdTL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ny3XscuxV0RioFHPJiTzVOgMgyw9FdTL > .row .container > .video-iframe-container { display: none; }#ny3XscuxV0RioFHPJiTzVOgMgyw9FdTL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ny3XscuxV0RioFHPJiTzVOgMgyw9FdTL > .row > .video-iframe-container { display: none; }#ny3XscuxV0RioFHPJiTzVOgMgyw9FdTL > .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); }#ny3XscuxV0RioFHPJiTzVOgMgyw9FdTL > .row .container { border-width: 0; border-radius: 0; }#ny3XscuxV0RioFHPJiTzVOgMgyw9FdTL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ny3XscuxV0RioFHPJiTzVOgMgyw9FdTL > .row .container { font-size:0.875rem;font-family:arial;height:30.0625rem;width:60rem;position:relative;display:block; }#TpMf6XcpBxkpLqO4d9d9lnf0qkhCfX87 { color:rgba(var(--color-tertiary-4),1);display:block;width:25.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.5;letter-spacing:0;top:2.6718864440918rem;left:34.1875rem;height:5.625rem;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;display:block; }
#EfU6fGSX3B8uSmTrQS7TMEA8a1lAyo9T { color:rgba(var(--color-tertiary-4),1);display:block;width:26.875rem;position:absolute;font-family:roboto;font-size:3.0625rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:2.0625rem;left:30.625rem;height:4.59375rem;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;display:block; }
#tLsoA5qghxheq9iPFqsBEilz7w4mQgif { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-2),1);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.75rem;width:0.0625rem;top:1.25rem;left:31.375rem;display:block; }
#wLLpGh458oG05Z2mnwFWVs3LwirD6m8d { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-2),1);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:3.375rem;top:1.25rem;left:31.375rem;display:block; }
#UF2JzETBXdKoi2JAlpGieacqICtgXCRA { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-2),1);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:3.375rem;top:26.154724121094rem;left:31.375rem;display:block; }
#MonSnAoWi4NCPx5StdRaavIlOuai93Si { color:rgba(var(--color-tertiary-4),1);display:block;width:25.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15012;line-height:1.5;letter-spacing:0;top:10.90625rem;left:34.4375rem;height:14.4375rem;font-style:normal;display:block; }#MonSnAoWi4NCPx5StdRaavIlOuai93Si li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#MonSnAoWi4NCPx5StdRaavIlOuai93Si li:before{  }
#IIQs11yuox4PAutW15eAka0usg4OGPDl { position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-tertiary-2),1);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:9.5625rem;width:0.0625rem;top:16.5625rem;left:31.375rem;display:block; }
#Hgaqc0kh9itwf7ad64cx4OATqt51usVV { position:absolute;display:block;z-index:15028;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.9375rem;width:30.375rem;top:8.266406059265rem;left:0rem;overflow:hidden;display:block; }
#SlKT4vQQgmFfstRLihNyPNp3hC1tLJx6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/e7ff13e2-494f-4368-8031-ed3c68e98320/golden_Light.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;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; }#SlKT4vQQgmFfstRLihNyPNp3hC1tLJx6.adaptive-delivery-prevent-bg, #SlKT4vQQgmFfstRLihNyPNp3hC1tLJx6.lazyload, #SlKT4vQQgmFfstRLihNyPNp3hC1tLJx6.lazyloading { background-image: none; }#SlKT4vQQgmFfstRLihNyPNp3hC1tLJx6 > .row .container { background-color: transparent; background-image: none; }#SlKT4vQQgmFfstRLihNyPNp3hC1tLJx6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SlKT4vQQgmFfstRLihNyPNp3hC1tLJx6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SlKT4vQQgmFfstRLihNyPNp3hC1tLJx6 > .row .container > .video-iframe-container { display: none; }#SlKT4vQQgmFfstRLihNyPNp3hC1tLJx6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SlKT4vQQgmFfstRLihNyPNp3hC1tLJx6 > .row > .video-iframe-container { display: none; }#SlKT4vQQgmFfstRLihNyPNp3hC1tLJx6 > .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); }#SlKT4vQQgmFfstRLihNyPNp3hC1tLJx6 > .row .container { border-width: 0; border-radius: 0; }#SlKT4vQQgmFfstRLihNyPNp3hC1tLJx6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SlKT4vQQgmFfstRLihNyPNp3hC1tLJx6 > .row .container { font-size:0.875rem;font-family:arial;height:30.5625rem;width:60rem;position:relative;display:block; }#iEmMPbhrs6TkfX3Tk8SHdQMTgbTPDawn { color:rgba(var(--color-tertiary-4),1);display:block;width:25.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.5;letter-spacing:0;top:5.4375rem;left:34.1875rem;height:1.875rem;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;display:block; }
#Ps4RJbHLNtdAJZhGJTOWiNAKQlZpGhgt { color:rgba(var(--color-tertiary-4),1);display:block;width:2.375rem;position:absolute;font-family:roboto;font-size:3.0625rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:5.4375rem;left:30.625rem;height:4.59375rem;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;display:block; }
#OJDwuzSHrupF0nmTlirVCVABDWEiFcwx { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-primary-2),1);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.75rem;width:0.0625rem;top:4.625rem;left:31.375rem;display:block; }
#rVBSi40yP1dvxbRESurOE2NJMpAoXP7k { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-2),1);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:3.375rem;top:4.625rem;left:31.375rem;display:block; }
#MbNrDCAdWROQp92GHlspgTemLaQ4AXGn { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-2),1);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:3.375rem;top:26.779685974121rem;left:31.375rem;display:block; }
#OgFt9wwFleGMxwZncp7Bagv9AnmNTUyt { position:absolute;display:block;z-index:15029;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:21.25rem;width:21.25rem;top:4.96875rem;left:4.73046875rem;overflow:hidden;display:block; }
#uxEbZobQTGLbt32KVSdAxgryTaWLMelZ { position:absolute;display:block;z-index:15028;background-color:rgba(var(--color-tertiary-2),1);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:12.1875rem;width:0.0625rem;top:14.640625rem;left:31.375rem;display:block; }
#xzsNZrw4fEN0M1wJD7LVUvVisXLTwa5C { color:rgba(var(--color-tertiary-4),1);display:block;width:25.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15030;line-height:1.5;letter-spacing:0;top:8.47265625rem;left:34.4375rem;height:17.53125rem;display:block; }
#vLl42wvpoRxBZysEwiJNXMKXLz6Ltl5k { border-top:0rem solid #ee3162;border-left:0rem solid #ee3162;border-right:0rem solid #ee3162;border-bottom:0.125rem solid #a38110;background-color:rgba(var(--color-tertiary-0),1);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; }#vLl42wvpoRxBZysEwiJNXMKXLz6Ltl5k > .row .container { background-color: transparent; background-image: none; }#vLl42wvpoRxBZysEwiJNXMKXLz6Ltl5k::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vLl42wvpoRxBZysEwiJNXMKXLz6Ltl5k > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vLl42wvpoRxBZysEwiJNXMKXLz6Ltl5k > .row .container > .video-iframe-container { display: none; }#vLl42wvpoRxBZysEwiJNXMKXLz6Ltl5k > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vLl42wvpoRxBZysEwiJNXMKXLz6Ltl5k > .row > .video-iframe-container { display: none; }#vLl42wvpoRxBZysEwiJNXMKXLz6Ltl5k > .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); }#vLl42wvpoRxBZysEwiJNXMKXLz6Ltl5k > .row .container { border-width: 0; border-radius: 0; }#vLl42wvpoRxBZysEwiJNXMKXLz6Ltl5k > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vLl42wvpoRxBZysEwiJNXMKXLz6Ltl5k > .row .container { font-size:0.875rem;font-family:arial;height:9.6875rem;width:60rem;position:relative;display:block; }#ZofIs6dKMcKBFLTxr78uiXLAWtcintAi { background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-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;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.125rem;height:3.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:2.625rem;left:21.437501907349rem;display:block; }
#zlwyGk0qrL9Bf16d8DIwHv7lyb2SDCKt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bbJTFZTsgAHeQmTKgK5ZW7C3N68Dy8IA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/f8682102-39fd-4769-8700-21bb54754a88/Krainasnw_to_goldy.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;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; }#bbJTFZTsgAHeQmTKgK5ZW7C3N68Dy8IA.adaptive-delivery-prevent-bg, #bbJTFZTsgAHeQmTKgK5ZW7C3N68Dy8IA.lazyload, #bbJTFZTsgAHeQmTKgK5ZW7C3N68Dy8IA.lazyloading { background-image: none; }#bbJTFZTsgAHeQmTKgK5ZW7C3N68Dy8IA > .row .container { background-color: transparent; background-image: none; }#bbJTFZTsgAHeQmTKgK5ZW7C3N68Dy8IA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bbJTFZTsgAHeQmTKgK5ZW7C3N68Dy8IA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bbJTFZTsgAHeQmTKgK5ZW7C3N68Dy8IA > .row .container > .video-iframe-container { display: none; }#bbJTFZTsgAHeQmTKgK5ZW7C3N68Dy8IA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bbJTFZTsgAHeQmTKgK5ZW7C3N68Dy8IA > .row > .video-iframe-container { display: none; }#bbJTFZTsgAHeQmTKgK5ZW7C3N68Dy8IA > .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); }#bbJTFZTsgAHeQmTKgK5ZW7C3N68Dy8IA > .row .container { border-width: 0; border-radius: 0; }#bbJTFZTsgAHeQmTKgK5ZW7C3N68Dy8IA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bbJTFZTsgAHeQmTKgK5ZW7C3N68Dy8IA > .row .container { font-size:0.875rem;font-family:arial;height:116.25rem;width:60rem;position:relative;display:block; }#dDlIe5Ce5h76c9PAxW9wXDwbix6mDO3S { color:rgba(var(--color-tertiary-3),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:11.429681777954rem;left:0rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#B90qlcH8qbVgBiPaPGexOUHi5WTcEWTS { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-3),1);background-image:none;background-position:center !important;background-repeat:no-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.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:2.9375rem;width:2.9375rem;top:22.5625rem;left:8.125rem;display:block; }
#L6sywSgiqFPwHdI55BG1T9llFPFkl5Ai { color:rgba(var(--color-tertiary-0),1);display:block;width:2.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:23.125rem;left:8.3125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#X329ulnohp5VAS7Qgl5OJPZcCJvfZIIh { color:rgba(var(--color-tertiary-3),1);display:block;width:14rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:27.3125rem;left:3.3125rem;height:2.6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bp6GLUCJJDGSN3W8zmq4OkNPfHKbM5Br { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-3),1);background-image:none;background-position:center !important;background-repeat:no-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.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:2.9375rem;width:2.9375rem;top:22.5625rem;left:28.75rem;display:block; }
#lxoi2G22d6vKNAudvMn0IzzGbG3fKHDk { color:rgba(var(--color-tertiary-0),1);display:block;width:2.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:23.125rem;left:29rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qzLJTV3F9oCATkF6pRN8VPPU5OCdw6ak { color:rgba(var(--color-tertiary-0),1);display:block;width:2.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:23.125rem;left:49.5625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AkvnPqrJaaQU6zSJPvg1lTMATd6k4RHD { position:absolute;display:block;z-index:15014;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:9.9375rem;width:9.75rem;top:18.5625rem;left:15.25rem;overflow:hidden;display:block; }
#BXrrLG2pST0QeQ2sxzxLuTG4t7uSw9TH { color:rgba(var(--color-tertiary-3),1);display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:27.3125rem;left:22.375rem;height:9.1rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TwdcfxT0bOt0IO8igvXI3hh8acnXNVc1 { position:absolute;display:block;z-index:15006;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.875rem;width:17.875rem;top:30.25rem;left:0.6875rem;overflow:hidden;display:block; }
#uPBPE4l91aTgFbbUBHo1y5MVUyTwnbf2 { position:absolute;display:block;z-index:15005;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.875rem;width:17.875rem;top:44.0625rem;left:21.0625rem;overflow:hidden;display:block; }
#lUhMPrDUs1taootCQX2kXUaahstkSpVb { color:rgba(var(--color-tertiary-3),1);display:block;width:14rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:27.3125rem;left:43.8125rem;height:3.9rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xaiMeHN3WZbFRwpJqiBOxXC6vggZcuI0 { position:absolute;display:block;z-index:15007;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.6875rem;width:18.6875rem;top:30.25rem;left:40.625rem;overflow:hidden;display:block; }
#p2LuXTi37cnzlc3r2en8nlWkd0fzq7Vn { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-3),1);background-image:none;background-position:center !important;background-repeat:no-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.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:2.9375rem;width:2.9375rem;top:22.5625rem;left:49.375rem;display:block; }
#F6z0azQv6dFv5XtDpS4vosmiyuaEu55k { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-3),1);background-image:none;background-position:center !important;background-repeat:no-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.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:2.9375rem;width:2.9375rem;top:56.75rem;left:46.1875rem;display:block; }
#Vxp8XIBKAio2u0FEQZ6m4bEV5CDiZAuu { position:absolute;display:block;z-index:15015;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:9.9375rem;width:9.75rem;top:18.5625rem;left:35.125rem;overflow:hidden;display:block; }
#lTD0ibnVaokt0AR8O6hy71aebvsQcCNy { position:absolute;display:block;z-index:15016;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:10.9375rem;width:10.9375rem;top:73.112495422362rem;left:11.0625rem;overflow:hidden;display:block; }
#DEOTZ7rmwKBEzNKeF4f7a6r80dmdweMy { color:rgba(var(--color-tertiary-0),1);display:block;width:2.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:57.375rem;left:46.375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dGvOqIpMpT666JtdZxgiccqXhCxs6CTO { color:rgba(var(--color-tertiary-3),1);display:block;width:11.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:60.250005722046rem;left:44.84375rem;height:3.9rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Mzph5udNuqJ05IzGXrZOn70OdwWkA2Xv { position:absolute;display:block;z-index:15016;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:10.6875rem;width:9.8125rem;top:54.125rem;left:35.375rem;overflow:hidden;display:block; }
#TgKduQJ9wgXVnZgv8i8rUy5EKvbTTbJB { color:rgba(var(--color-tertiary-3),1);display:block;width:12.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:61.9375rem;left:23.875rem;height:9.1rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BsDFrOZmL0K2m3uOtO7qlNFWvwZfBDnG { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-3),1);background-image:none;background-position:center !important;background-repeat:no-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.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:2.9375rem;width:2.9375rem;top:57.3125rem;left:28.5rem;display:block; }
#RyPVnCxpDEgVpAl4siplrf2wQUC4rPBy { color:rgba(var(--color-tertiary-0),1);display:block;width:2.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:57.9375rem;left:28.75rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#c8CNTsxAqTQ6fyaNA3JObkKeln1TKTiW { color:rgba(var(--color-tertiary-3),1);display:block;width:12.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:61.9375rem;left:3.9375rem;height:11.7rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Te8X1JuIWkAxJtV8ye5infaK2rFIg6de { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-3),1);background-image:none;background-position:center !important;background-repeat:no-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.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:2.9375rem;width:2.9375rem;top:57.375rem;left:8.8125rem;display:block; }
#rMbNSr0l23yBHhrNefSWGmrAGryl8rAQ { color:rgba(var(--color-tertiary-0),1);display:block;width:2.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:58rem;left:9.0625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#b93VPO0Z10kx5iwr1iPbPee7RchPdLMM { position:absolute;display:block;z-index:15017;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:10.6875rem;width:10.6875rem;top:53.468774795532rem;left:12.3125rem;overflow:hidden;display:block; }
#CZp3r8lylnAmuW4FnVMHZU8IeKXPOLar { position:absolute;display:block;z-index:15018;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:10.6875rem;width:10.6875rem;top:48.125rem;left:46.6875rem;overflow:hidden;display:block; }
#fhCFPDboxsTeq4lAd1GF8LaNgTHUdVzL { color:rgba(var(--color-tertiary-3),1);display:block;width:18.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:84.049219131469rem;left:15.767967224121rem;height:6.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UGHDEyu3ge06ymbp7y5PrhbvXwiOra5N { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-3),1);background-image:none;background-position:center !important;background-repeat:no-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.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:2.9375rem;width:2.9375rem;top:79.5rem;left:23rem;display:block; }
#gD65P80y1N3bettzdOLDE7PKGQPsxnpo { color:rgba(var(--color-tertiary-0),1);display:block;width:2.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:80.125rem;left:23.25rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yF1svW76IZbwPp5FnheQTvt3ZSEa5TKB { position:absolute;display:block;z-index:15006;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.5625rem;width:18.5625rem;top:86.6875038147rem;left:15.25rem;overflow:hidden;display:block; }
#pcZA21v1rP3giacnXsvpJLTpGIMEHlpN { color:rgba(var(--color-tertiary-4),1);display:block;width:47.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:105.25rem;left:6.625rem;height:6.3375rem;text-align:center;text-align-last:center;display:block; }
#Nz2TsQRR5UKHG5mqdJE7AsRqVRn6sOO3 { color:rgba(var(--color-tertiary-4),1);display:block;width:59.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:15.921875476837rem;left:0.3125rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gS4w6EyfBKqOLNdU32tsX2NJLavUJc5z { 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:10.9375rem;width:10.9375rem;display:none; }
#GKaMtSh3mC5fuIRzoZbA5TlmF29ryNTB { 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:10.9375rem;width:10.9375rem;display:none; }
#a7iIpLtSXIEQKtq1paP8sGaCCiNSc2mv { 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:10.9375rem;width:10.9375rem;display:none; }
#t2A93FWT8uhRFlaxcfviklk5dApkv1cb { 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:10.9375rem;width:10.9375rem;display:none; }
#w27igiHmWGF1mwxpAsdTgT6Iu0mz1hzL { 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:10.9375rem;width:10.9375rem;display:none; }
#V0VmANDOzSixUeKJwtQUQtnfJfSgxQu4 { position:absolute;display:block;z-index:15006;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:6.25rem;width:6.25rem;top:86.68750190735rem;left:19.625rem;overflow:hidden;display:none; }
#v04Qt0wmfyRC7wV6iNxJVVNzsrrPqKnz { position:absolute;display:block;z-index:15015;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:9.9375rem;width:9.75rem;top:78.425003051756rem;left:35.125rem;overflow:hidden;display:block; }
#E93v6RzwotcyvtHK8vQbROkexzkAAh1r { position:absolute;display:block;z-index:15007;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:10.6875rem;width:15.25rem;top:90.549222946169rem;left:40.625rem;overflow:hidden;display:block; }
#WVgBFgKfLRHPOAuVgV4Z5914QPsNio3t { position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-tertiary-3),1);background-image:none;background-position:center !important;background-repeat:no-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.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:2.9375rem;width:2.9375rem;top:82.4375rem;left:45.5625rem;display:block; }
#H5CPKl1lNZbziLZuVLNZBueZ3nvA2CxL { color:rgba(var(--color-tertiary-0),1);display:block;width:2.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:83.0625rem;left:45.8125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pbwDAiIniAbHLvtbpb3XmKD242X060nE { color:rgba(var(--color-tertiary-3),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:86.6875rem;left:40.375rem;height:2.6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MMg0Gp6n3sl6RvpuHnOBhZwMT4LTdqsN { 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:10.9375rem;width:10.9375rem;display:none; }
#x13QT7L2EEFtE0bJrIxcOfmabmR5DVg5 { position:absolute;display:block;z-index:15006;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:6.25rem;width:6.25rem;top:86.68750190735rem;left:19.625rem;overflow:hidden;display:none; }
#lra10xcbcDaRpPFRrtrLHRfhSrlWRNMP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f2f3;background-image:url("https://images.assets-landingi.com/uc/3e50c619-919a-4621-aa2a-c2a984830fb7/Krainasnw_to_dark_gold_halfmoon.png");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; }#lra10xcbcDaRpPFRrtrLHRfhSrlWRNMP.adaptive-delivery-prevent-bg, #lra10xcbcDaRpPFRrtrLHRfhSrlWRNMP.lazyload, #lra10xcbcDaRpPFRrtrLHRfhSrlWRNMP.lazyloading { background-image: none; }#lra10xcbcDaRpPFRrtrLHRfhSrlWRNMP > .row .container { background-color: transparent; background-image: none; }#lra10xcbcDaRpPFRrtrLHRfhSrlWRNMP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lra10xcbcDaRpPFRrtrLHRfhSrlWRNMP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lra10xcbcDaRpPFRrtrLHRfhSrlWRNMP > .row .container > .video-iframe-container { display: none; }#lra10xcbcDaRpPFRrtrLHRfhSrlWRNMP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lra10xcbcDaRpPFRrtrLHRfhSrlWRNMP > .row > .video-iframe-container { display: none; }#lra10xcbcDaRpPFRrtrLHRfhSrlWRNMP > .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); }#lra10xcbcDaRpPFRrtrLHRfhSrlWRNMP > .row .container { border-width: 0; border-radius: 0; }#lra10xcbcDaRpPFRrtrLHRfhSrlWRNMP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lra10xcbcDaRpPFRrtrLHRfhSrlWRNMP > .row .container { font-size:0.875rem;font-family:arial;height:128.0625rem;width:60rem;position:relative;display:block; }#BV5mbM0SU0c82CE9X1n0V1uG1SgB9fJH { display:block;width:43.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.9;letter-spacing:0;top:75.372650146488rem;left:8.4375rem;height:4.275rem;color:rgba(var(--color-tertiary-4),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#A9XVg9RX0MZzHEI3MS9aTpU4TTbdMnt7 { display:block;width:41.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.9;letter-spacing:0;top:16.873437404633rem;left:9.25rem;height:21.375rem;color:rgba(var(--color-tertiary-4),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zsAJ9vRIiOcq0Nu9Bao5N3LAbpnLvHgO { 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; }
#pm7I2LDVT128zvWotZo8xR8ANmvdZ4wC { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),0.91);background-image:none;background-position:center !important;background-repeat:no-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:45.3125rem;width:57.9375rem;top:13.810150146484rem;left:1.03125rem;display:block; }
#NCurPfeeS2tW63PoksVP06DTfTv037xr { color:rgba(var(--color-tertiary-0),1);display:block;width:49.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:61.18754196167rem;left:5.46875rem;height:5.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#P5IaFI1DWK4ECo0d1rLOXhNy9NA5Vgps { position:absolute;display:block;z-index:15010;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.5625rem;width:18.75rem;top:40.280468940735rem;left:20.625rem;overflow:hidden;display:block; }
#oibE0s1iv2reVMx2g5aAysORfq8a20q1 { position:absolute;display:block;z-index:15011;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.5625rem;width:12.375rem;top:40.280468940735rem;left:9rem;overflow:hidden;display:block; }
#EhDD8aTPcR6kQhdFIU8Z4fSuDhh0uL5X { position:absolute;display:block;z-index:15012;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.5625rem;width:12.375rem;top:40.280468940735rem;left:38.424999237061rem;overflow:hidden;display:block; }
#Ce3aA2ZQycJhicRdCDLc73Cb2JMwgyZm { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:4.5538911819458rem;left:0rem;height:5.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gd72BSfpmVInJxEAOaLKzAmwtonNoz9e { position:absolute;display:block;z-index:15020;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.875rem;width:1.875rem;top:72.246878623963rem;left:29.0625rem;overflow:hidden;display:block; }
#RSuf8o85sctCAk237zlAenr3kVDcWFn3 { position:absolute;display:block;z-index:15021;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.875rem;width:1.875rem;top:81.397644042969rem;left:29.0625rem;overflow:hidden;display:block; }
#uHxOoxQdrVZoHKPEaS0Qcva3lr1pHhX0 { 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:1.875rem;width:1.875rem;top:88.985168457031rem;left:29.0625rem;overflow:hidden;display:block; }
#Tq36CfD7wAeiFXazUGMZGLTItsqohQAe { display:block;width:43.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.9;letter-spacing:0;top:84.297668457031rem;left:8.4375rem;height:2.1375rem;color:rgba(var(--color-tertiary-4),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AhzB11kDCAuJPJPCgnxxvOpll5Mzsgke { display:block;width:43.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.9;letter-spacing:0;top:92.185180664062rem;left:8.4375rem;height:2.1375rem;color:rgba(var(--color-tertiary-4),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vBGi9hxCfmUgiqRpOvwdmxpRw79gJ9rP { display:block;width:43.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.9;letter-spacing:0;top:99.434387207031rem;left:8.4375rem;height:4.275rem;color:rgba(var(--color-tertiary-4),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#J68PV7aHWv2nXyJGcMhIxtwm26SHWgkr { 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:1.875rem;width:1.875rem;top:96.545288085938rem;left:29.0625rem;overflow:hidden;display:block; }
#BAaLuZriTOQlbBo5pB08ShN12zfZcQWV { 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:1.875rem;width:1.875rem;top:105.64611816406rem;left:29.0625rem;overflow:hidden;display:block; }
#EILmTwoLMWCtRMfTK989tP1STDdgEleW { display:block;width:43.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.9;letter-spacing:0;top:109.12030029297rem;left:8.4375rem;height:2.1375rem;color:rgba(var(--color-tertiary-4),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yfHvc7yZgkDg2TnBl8MTI4DUksg2ZRIA { 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:1.875rem;width:1.875rem;top:113.14685058594rem;left:29.0625rem;overflow:hidden;display:block; }
#BI0bngQoaVoSeO4JTZhhAUzRrumVDyPC { display:block;width:43.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.9;letter-spacing:0;top:116.43518066406rem;left:8.4375rem;height:6.4125rem;color:rgba(var(--color-tertiary-4),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XXTJeXiVVUdHHKIQfesQTmdA2Sc2DQ8g { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),0.91);background-image:none;background-position:center !important;background-repeat:no-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:56.1875rem;width:57.9375rem;top:68.87269592285rem;left:1.03125rem;display:block; }
#fi3EdQE9L3X2S3TJ141P4tfz8B6EbSLf { position:relative;display:none; }#fi3EdQE9L3X2S3TJ141P4tfz8B6EbSLf { border-width: 0; border-radius: 0; }#fi3EdQE9L3X2S3TJ141P4tfz8B6EbSLf > .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; }#fi3EdQE9L3X2S3TJ141P4tfz8B6EbSLf > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#h8bJyyZpg5fHwT968vy316T5aFGOEx8x { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e7ccd1;background-image:url("https://images.assets-landingi.com/uc/44d910d0-2bb9-4fee-bd11-85e4e4fe272f/Krainasnw_to_circle_centre.png");background-position:bottom left !important;background-repeat:repeat !important;background-attachment:fixed;background-size:auto !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; }#h8bJyyZpg5fHwT968vy316T5aFGOEx8x.adaptive-delivery-prevent-bg, #h8bJyyZpg5fHwT968vy316T5aFGOEx8x.lazyload, #h8bJyyZpg5fHwT968vy316T5aFGOEx8x.lazyloading { background-image: none; }#h8bJyyZpg5fHwT968vy316T5aFGOEx8x > .row .container { background-color: transparent; background-image: none; }#h8bJyyZpg5fHwT968vy316T5aFGOEx8x::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h8bJyyZpg5fHwT968vy316T5aFGOEx8x > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h8bJyyZpg5fHwT968vy316T5aFGOEx8x > .row .container > .video-iframe-container { display: none; }#h8bJyyZpg5fHwT968vy316T5aFGOEx8x > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h8bJyyZpg5fHwT968vy316T5aFGOEx8x > .row > .video-iframe-container { display: none; }#h8bJyyZpg5fHwT968vy316T5aFGOEx8x > .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); }#h8bJyyZpg5fHwT968vy316T5aFGOEx8x > .row .container { border-width: 0; border-radius: 0; }#h8bJyyZpg5fHwT968vy316T5aFGOEx8x > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#h8bJyyZpg5fHwT968vy316T5aFGOEx8x > .row .container { font-size:0.875rem;font-family:arial;height:109.9375rem;width:60rem;position:relative;display:block; }#DJC3U6b1JXyELvKhdQHsfBwJFaTotSlq { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:7rem;left:0rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#F3oTzg3giotPUhrFW7sEkwgNgQ2sTUMD { color:rgba(var(--color-tertiary-4),1);display:block;width:51.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:12.372656822204rem;left:4.15625rem;height:4.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ITkCayKxXCyOdV5rqEcWXCulKXrgpZJD { color:rgba(var(--color-tertiary-4),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:43.203907012939rem;left:1.0625rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#It0TCNVhIuWm3W8Dh0aTFI5PCXtKORXp { color:rgba(var(--color-tertiary-4),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:48.68593788147rem;left:1.0625rem;height:7.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#axVZ5709FK31LdDhGJnZ0BTFr2Wh506a { color:rgba(var(--color-tertiary-4),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:48.685926437378rem;left:21.5625rem;height:10.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xvDqrrT9c3E4WE4QbJaR3aBWTs0ViXuN { color:rgba(var(--color-tertiary-4),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:43.813268661499rem;left:21.642967224121rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#W0x5IHwiqQMTlLxUkcWU5SurL0PVbakx { color:rgba(var(--color-tertiary-4),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15017;line-height:1.5;letter-spacing:0;top:48.685961723328rem;left:43.125rem;height:9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yg4G3E9xliMW2npSO3vQ9DTySbNtXDgw { color:rgba(var(--color-tertiary-4),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:43.813282012939rem;left:42.125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ApzJ3ViuCDSVkZoqlZiyvgBMwvGQD6N8 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:86.687488555906rem;left:1.0625rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#I0iLBFclI6h09TlchfPnndsP6OSsvktb { color:rgba(var(--color-tertiary-4),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:87.296094894406rem;left:42.125rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ydhkXT4w4xaX66LzTLxQLEqRRvhGgrU1 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;top:92.374977111819rem;left:21.5625rem;height:7.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vbQwaTXwPEUtEz3cmF5AQaFqs4uEl9Nw { color:rgba(var(--color-tertiary-4),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15025;line-height:1.5;letter-spacing:0;top:92.375rem;left:1.0625rem;height:6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mpt5XVEfc7K2LWTA8cLk4I3ud8bbfLXn { color:rgba(var(--color-tertiary-4),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15029;line-height:1.5;letter-spacing:0;top:92.375rem;left:42.125rem;height:12rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#O5KmnBTahKXR1TqaBaIZPG0bFkR14LPa { color:rgba(var(--color-tertiary-4),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:87.29607105255rem;left:21.5625rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DGfs0vssCX0s8vDUkKSVPXJI0TRvxZgX { position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:39.125rem;width:18.8125rem;top:21.599975585938rem;left:0rem;display:block; }
#JDF6gTtCDn7Stg83mX44mkPApwsVApVW { position:absolute;display:block;z-index:15005;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:39.3125rem;width:18.3125rem;top:21.599975585938rem;left:20.90625rem;display:block; }
#oBuXybRZEJnySHlVLGvbo76TcmZOoHXD { position:absolute;display:block;z-index:15004;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:39.625rem;width:18.6875rem;top:21.599975585938rem;left:41.375rem;display:block; }
#vFt5TU7lKryQO7viaPbuS5EtswexTHgT { position:absolute;display:block;z-index:15007;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:41.125rem;width:18.875rem;top:63.699194908144rem;left:0rem;display:block; }
#CzcvERVG5hTXKZUD2DDeNHQFTvNPvECe { position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:41.1875rem;width:18.25rem;top:63.698439121244rem;left:20.825000762939rem;display:block; }
#rTXreQ7GOsBx1ViuIcxOzgq6nFUn9c5k { position:absolute;display:block;z-index:15005;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:41.3125rem;width:18.6875rem;top:63.698439121244rem;left:41.275001525879rem;display:block; }
#TxtvWI4kIdnw1ek3H2q05ALrkMyK6T2y { position:absolute;display:block;z-index:15037;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.5625rem;width:13rem;top:23.036718845367rem;left:3rem;overflow:hidden;display:block; }
#rd2LOMyvLG69VMFDp9iFC9uiK5rir22c { position:absolute;display:block;z-index:15038;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.375rem;width:13rem;top:23.036718845367rem;left:23.5rem;overflow:hidden;display:block; }
#bDHB7WEICD2UKg1gSJB1Z3sM4sMAi2Fk { position:absolute;display:block;z-index:15039;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.375rem;width:13rem;top:23.036718845367rem;left:45.0625rem;overflow:hidden;display:block; }
#ay2qWkIXHd8nhWeUkFTqhwOcWOEt7JSh { position:absolute;display:block;z-index:15038;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.375rem;width:13rem;top:65.786706924437rem;left:3rem;overflow:hidden;display:block; }
#phkAMJy5lmXAUe7n82JLlbVVvAXNcJAe { position:absolute;display:block;z-index:15039;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.375rem;width:13rem;top:65.785939216613rem;left:23.5rem;overflow:hidden;display:block; }
#S5VQIbe2y5772tPkcraZ29lziawxnm8z { position:absolute;display:block;z-index:15040;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.375rem;width:13rem;top:65.785937309262rem;left:44.0625rem;overflow:hidden;display:block; }
#nNqhTUkTDI6PTl8eIrWb4R5sA9eBhMbo { border-top:0.1875rem solid #526464;border-left:0;border-right:0;border-bottom:0.1875rem solid #526464;background-color:rgba(var(--color-tertiary-0),1);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; }#nNqhTUkTDI6PTl8eIrWb4R5sA9eBhMbo > .row .container { background-color: transparent; background-image: none; }#nNqhTUkTDI6PTl8eIrWb4R5sA9eBhMbo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nNqhTUkTDI6PTl8eIrWb4R5sA9eBhMbo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nNqhTUkTDI6PTl8eIrWb4R5sA9eBhMbo > .row .container > .video-iframe-container { display: none; }#nNqhTUkTDI6PTl8eIrWb4R5sA9eBhMbo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nNqhTUkTDI6PTl8eIrWb4R5sA9eBhMbo > .row > .video-iframe-container { display: none; }#nNqhTUkTDI6PTl8eIrWb4R5sA9eBhMbo > .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); }#nNqhTUkTDI6PTl8eIrWb4R5sA9eBhMbo > .row .container { border-width: 0; border-radius: 0; }#nNqhTUkTDI6PTl8eIrWb4R5sA9eBhMbo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nNqhTUkTDI6PTl8eIrWb4R5sA9eBhMbo > .row .container { font-size:0.875rem;font-family:arial;height:9.625rem;width:60rem;position:relative;display:block; }#Fx5Efk5TlXbVikQJ9M8ZEl81Zqtu4puJ { background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-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;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.125rem;height:3.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:2.3570318222046rem;left:21.437501907349rem;display:block; }
#kMSDkkAiyey4ehTmUB3iC1mvWW0p2vfR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lsq2PgJ90HkU5WQlwlZgMSU9sZOy1Jc4 { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/44d910d0-2bb9-4fee-bd11-85e4e4fe272f/Krainasnw_to_circle_centre.png");background-position:top left !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !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;display:block; }#lsq2PgJ90HkU5WQlwlZgMSU9sZOy1Jc4.adaptive-delivery-prevent-bg, #lsq2PgJ90HkU5WQlwlZgMSU9sZOy1Jc4.lazyload, #lsq2PgJ90HkU5WQlwlZgMSU9sZOy1Jc4.lazyloading { background-image: none; }#lsq2PgJ90HkU5WQlwlZgMSU9sZOy1Jc4 > .row .container { background-color: transparent; background-image: none; }#lsq2PgJ90HkU5WQlwlZgMSU9sZOy1Jc4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lsq2PgJ90HkU5WQlwlZgMSU9sZOy1Jc4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lsq2PgJ90HkU5WQlwlZgMSU9sZOy1Jc4 > .row .container > .video-iframe-container { display: none; }#lsq2PgJ90HkU5WQlwlZgMSU9sZOy1Jc4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lsq2PgJ90HkU5WQlwlZgMSU9sZOy1Jc4 > .row > .video-iframe-container { display: none; }#lsq2PgJ90HkU5WQlwlZgMSU9sZOy1Jc4 > .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); }#lsq2PgJ90HkU5WQlwlZgMSU9sZOy1Jc4 > .row .container { border-width: 0; border-radius: 0; }#lsq2PgJ90HkU5WQlwlZgMSU9sZOy1Jc4 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#lsq2PgJ90HkU5WQlwlZgMSU9sZOy1Jc4 > .row .container { width:60rem;height:59.75rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#AuV3n4o0XeL9SZtvELHCN91PK2zDgmXZ { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/9c057f4c-a2a6-49df-b979-a5042593ff76/IMG_9504m.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:38.25rem;width:29.375rem;top:3.592978477478rem;left:0.049219131469726rem;display:block; }#AuV3n4o0XeL9SZtvELHCN91PK2zDgmXZ.adaptive-delivery-prevent-bg, #AuV3n4o0XeL9SZtvELHCN91PK2zDgmXZ.lazyload, #AuV3n4o0XeL9SZtvELHCN91PK2zDgmXZ.lazyloading { background-image: none; }
#Xd3h5rOhlF01Km3MpW8Pbvq68ndKg2Pw { display:block;width:26.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15001;line-height:1.5;letter-spacing:0;top:7.8046760559081rem;left:30.423439025879rem;height:43.5rem;font-style:normal;text-align:left;text-align-last:left;color:rgba(var(--color-tertiary-4),1);display:block; }
#nukHEFX5mkuyTBRzUNe7WhL1OQrtipWH { 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; }
#cZTFCJSpCscTwyvOfWQslugUTDdBHoJS { 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:4.375rem;width:25rem;top:51.249219894409rem;left:30.985939025879rem;overflow:hidden;display:block; }
#D6PvEtvhzOJl8mrCCdt4C44VRlSrhG19 { 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; }
#sOJTqrwFNTL1LSMA3RADMLwgTTgZhser { color:rgba(var(--color-tertiary-4),1);display:block;width:28.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15013;line-height:1;letter-spacing:0;top:3.5929574966431rem;left:29.423439025879rem;height:2.5rem;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:center;text-align-last:center;display:block; }
#qHosFHT69BpbOfbmc6eIW9TI6ASWeuuM { 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; }
#OlFON3xT4KGSTSA9yMFRKaTmP4b2Rxdo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e7ccd1;background-image:url("https://images.assets-landingi.com/uc/c91594b2-99db-46a7-a039-cbe9880bc2cb/Krainasnw_to_dark_pink_moon.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !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; }#OlFON3xT4KGSTSA9yMFRKaTmP4b2Rxdo.adaptive-delivery-prevent-bg, #OlFON3xT4KGSTSA9yMFRKaTmP4b2Rxdo.lazyload, #OlFON3xT4KGSTSA9yMFRKaTmP4b2Rxdo.lazyloading { background-image: none; }#OlFON3xT4KGSTSA9yMFRKaTmP4b2Rxdo > .row .container { background-color: transparent; background-image: none; }#OlFON3xT4KGSTSA9yMFRKaTmP4b2Rxdo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OlFON3xT4KGSTSA9yMFRKaTmP4b2Rxdo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OlFON3xT4KGSTSA9yMFRKaTmP4b2Rxdo > .row .container > .video-iframe-container { display: none; }#OlFON3xT4KGSTSA9yMFRKaTmP4b2Rxdo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OlFON3xT4KGSTSA9yMFRKaTmP4b2Rxdo > .row > .video-iframe-container { display: none; }#OlFON3xT4KGSTSA9yMFRKaTmP4b2Rxdo > .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); }#OlFON3xT4KGSTSA9yMFRKaTmP4b2Rxdo > .row .container { border-width: 0; border-radius: 0; }#OlFON3xT4KGSTSA9yMFRKaTmP4b2Rxdo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OlFON3xT4KGSTSA9yMFRKaTmP4b2Rxdo > .row .container { font-size:0.875rem;font-family:arial;height:12.6875rem;width:60rem;position:relative;display:block; }#l8vTFuvyuzTolfT3FGwtT8vr8k0k5VMJ { display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:4.71875rem;left:0rem;height:3.25rem;color:rgba(var(--color-tertiary-4),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DCTvZnNpmLu27NZqcQmTenLPoyUuTTJu { position:relative;display:block; }#DCTvZnNpmLu27NZqcQmTenLPoyUuTTJu { background-color: transparent; background-image: none; }#DCTvZnNpmLu27NZqcQmTenLPoyUuTTJu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DCTvZnNpmLu27NZqcQmTenLPoyUuTTJu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DCTvZnNpmLu27NZqcQmTenLPoyUuTTJu > .row .container > .video-iframe-container { display: none; }#DCTvZnNpmLu27NZqcQmTenLPoyUuTTJu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DCTvZnNpmLu27NZqcQmTenLPoyUuTTJu > .row > .video-iframe-container { display: none; }#DCTvZnNpmLu27NZqcQmTenLPoyUuTTJu > .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); }#DCTvZnNpmLu27NZqcQmTenLPoyUuTTJu { border-width: 0; border-radius: 0; }#DCTvZnNpmLu27NZqcQmTenLPoyUuTTJu > .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; }#DCTvZnNpmLu27NZqcQmTenLPoyUuTTJu > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:63.5625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#H6eTtAi7bpT9Wu9bHu5xd2HrLUuE5p4s { 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:27.625rem;width:27.625rem;top:3.3234376907349rem;left:0.6875rem;overflow:hidden;display:block; }
#OygVBayQ8g2uDPXpM4sP4wKvyEs1xRvT { position:absolute;display:block;z-index:15001;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:27.4375rem;width:27.4375rem;top:33.478174209595rem;left:0.78125rem;overflow:hidden;display:block; }
#sKJxOJloy3wiPd4x0bpdLTNR3UW8f4Ub { position:absolute;display:block;z-index:15001;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:27.625rem;width:27.625rem;top:33.385120391846rem;left:30.525001525879rem;overflow:hidden;display:block; }
#g5dvwlIDwxpKao2LhomyEtTTRxAcMa2T { position:absolute;display:block;z-index:15002;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:27.625rem;width:27.625rem;top:3.3234612941742rem;left:30.525001525879rem;overflow:hidden;display:block; }
#HrJm1mpbrrKbB2XtViLVNRCxew7siurJ { position:relative;display:block; }#HrJm1mpbrrKbB2XtViLVNRCxew7siurJ { background-color: transparent; background-image: none; }#HrJm1mpbrrKbB2XtViLVNRCxew7siurJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HrJm1mpbrrKbB2XtViLVNRCxew7siurJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HrJm1mpbrrKbB2XtViLVNRCxew7siurJ > .row .container > .video-iframe-container { display: none; }#HrJm1mpbrrKbB2XtViLVNRCxew7siurJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HrJm1mpbrrKbB2XtViLVNRCxew7siurJ > .row > .video-iframe-container { display: none; }#HrJm1mpbrrKbB2XtViLVNRCxew7siurJ > .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); }#HrJm1mpbrrKbB2XtViLVNRCxew7siurJ { border-width: 0; border-radius: 0; }#HrJm1mpbrrKbB2XtViLVNRCxew7siurJ > .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; }#HrJm1mpbrrKbB2XtViLVNRCxew7siurJ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:9.4375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#b9DBE1T4XoQL6VRQ69SwuCh3XwlWychL { display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.6546745300293rem;left:0rem;height:3.25rem;color:rgba(var(--color-tertiary-4),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#L6L6cXSSEhm88hb99to7Fry0amRsfrlt { color:rgba(var(--color-tertiary-4),1);display:block;width:36.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:4.9023427963257rem;left:11.90625rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#awmZpXgTadKuEmRSyZw5C5aEeTVa7Jqx { 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; }
#nRdFRZsIrM4NBnwkOyXrfLbbfGRH0R35 { position:relative;display:block; }#nRdFRZsIrM4NBnwkOyXrfLbbfGRH0R35 { background-color: transparent; background-image: none; }#nRdFRZsIrM4NBnwkOyXrfLbbfGRH0R35::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nRdFRZsIrM4NBnwkOyXrfLbbfGRH0R35 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nRdFRZsIrM4NBnwkOyXrfLbbfGRH0R35 > .row .container > .video-iframe-container { display: none; }#nRdFRZsIrM4NBnwkOyXrfLbbfGRH0R35 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nRdFRZsIrM4NBnwkOyXrfLbbfGRH0R35 > .row > .video-iframe-container { display: none; }#nRdFRZsIrM4NBnwkOyXrfLbbfGRH0R35 > .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); }#nRdFRZsIrM4NBnwkOyXrfLbbfGRH0R35 { border-width: 0; border-radius: 0; }#nRdFRZsIrM4NBnwkOyXrfLbbfGRH0R35 > .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; }#nRdFRZsIrM4NBnwkOyXrfLbbfGRH0R35 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:21.9375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#scuPaUcha2fw00KTM8lyfcoQSUdUBqRp { display:block;width:36.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:9.1875rem;left:23.25rem;height:2.6rem;color:rgba(var(--color-tertiary-4),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#fzwNapdo530dMzn7DLfDLaomoqdsqwkc { color:rgba(var(--color-tertiary-4),1);display:block;width:33.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15030;line-height:1.5;letter-spacing:0;top:15.625rem;left:23.25rem;height:3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tVXzMBO3A7Ln53197kHxgThorBNZfFLo { display:block;width:36.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:7.1875rem;left:23.25rem;height:1.625rem;color:rgba(var(--color-tertiary-4),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#aIZ5ytlNNBBzgzVoLfwBD3PiTMlWsUTV { 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:15030;opacity:1;top:13.0625rem;left:23.25rem; }
#Hi0DldwoK8U01y1JPupSqeDb374cROXN { 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:19.6875rem;width:19.6875rem;top:1.125rem;left:0rem;overflow:hidden;display:block; }
#wrRdDeh1yJd4y4srEVqvhfUxUSlDsCTR { display:block;width:36.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:11.8125rem;left:23.25rem;height:2.03125rem;color:rgba(var(--color-tertiary-4),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#MfOfVKNuWIq5aH5EaX44eAdhENU8R4Pg { 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:10.9375rem;width:10.9375rem;display:none; }
#gKKoXLXVfGl5kiibnGqFRq04g1QzAc2i { position:relative;display:block; }#gKKoXLXVfGl5kiibnGqFRq04g1QzAc2i { background-color: transparent; background-image: none; }#gKKoXLXVfGl5kiibnGqFRq04g1QzAc2i::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gKKoXLXVfGl5kiibnGqFRq04g1QzAc2i > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gKKoXLXVfGl5kiibnGqFRq04g1QzAc2i > .row .container > .video-iframe-container { display: none; }#gKKoXLXVfGl5kiibnGqFRq04g1QzAc2i > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gKKoXLXVfGl5kiibnGqFRq04g1QzAc2i > .row > .video-iframe-container { display: none; }#gKKoXLXVfGl5kiibnGqFRq04g1QzAc2i > .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); }#gKKoXLXVfGl5kiibnGqFRq04g1QzAc2i { border-width: 0; border-radius: 0; }#gKKoXLXVfGl5kiibnGqFRq04g1QzAc2i > .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; }#gKKoXLXVfGl5kiibnGqFRq04g1QzAc2i > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:21.9375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#EBX768HyhH5FnqZFM1b4D8xq8mvBVnS1 { display:block;width:36.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:9.1875rem;left:23.25rem;height:2.6rem;color:rgba(var(--color-tertiary-4),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#uek8lWF8eqAcEt9nm5MmKRMwzS3HiRUk { display:block;width:36.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:7.1875rem;left:23.25rem;height:;color:rgba(var(--color-tertiary-4),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#klPsT3mh44Z1oBlMv64sDa9wW00cwcfp { 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:15030;opacity:1;top:13.0625rem;left:23.25rem; }
#HayUVBxZgAP82BA90qgtMOCCCLiX5G9S { display:block;width:36.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:11.8125rem;left:23.25rem;height:2.03125rem;color:rgba(var(--color-tertiary-4),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#VOx0wSuSlBC59ATbSqkXzoTOMxAd5XIE { color:rgba(var(--color-tertiary-4),1);display:block;width:33.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15030;line-height:1.5;letter-spacing:0;top:16.188281655312rem;left:23.25rem;height:4.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gAhxARg0FJ8qrZOzh4CVdAArBAPbGT38 { position:absolute;display:block;z-index:15005;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:19.75rem;width:19.75rem;top:1.0937623977661rem;left:0rem;overflow:hidden;display:block; }
#PGEl89W3qUEJT8yD3k76PMJoXfvhx61w { position:relative;display:block; }#PGEl89W3qUEJT8yD3k76PMJoXfvhx61w { background-color: transparent; background-image: none; }#PGEl89W3qUEJT8yD3k76PMJoXfvhx61w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PGEl89W3qUEJT8yD3k76PMJoXfvhx61w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PGEl89W3qUEJT8yD3k76PMJoXfvhx61w > .row .container > .video-iframe-container { display: none; }#PGEl89W3qUEJT8yD3k76PMJoXfvhx61w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PGEl89W3qUEJT8yD3k76PMJoXfvhx61w > .row > .video-iframe-container { display: none; }#PGEl89W3qUEJT8yD3k76PMJoXfvhx61w > .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); }#PGEl89W3qUEJT8yD3k76PMJoXfvhx61w { border-width: 0; border-radius: 0; }#PGEl89W3qUEJT8yD3k76PMJoXfvhx61w > .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; }#PGEl89W3qUEJT8yD3k76PMJoXfvhx61w > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:21.9375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#vDz9OoTQO0OOTgHMhs6QMV5sQO6rPGRU { display:block;width:36.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:9.1875rem;left:23.25rem;height:2.6rem;color:rgba(var(--color-tertiary-4),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#o9VGqMOnCnUIfaz22RpeMZ0qO0LMT2UK { display:block;width:36.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:7.1875rem;left:23.25rem;height:;color:rgba(var(--color-tertiary-4),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#p0nabzvIbvAAJn3AakfPoxLxoxPpTGK9 { 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:15030;opacity:1;top:13.0625rem;left:23.25rem; }
#efabNvUoC5n7Kwka4GqoeeI45AVh52oT { display:block;width:36.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:11.8125rem;left:23.25rem;height:;color:rgba(var(--color-tertiary-4),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#sUWpnyf7bqEiiZS9q2Zh0fX3MRdiIdww { 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:19.75rem;width:19.75rem;top:1.0937502384186rem;left:0rem;overflow:hidden;display:block; }
#seTm38RvlTe9TKRO5X1CkrtwirwErA46 { color:rgba(var(--color-tertiary-4),1);display:block;width:33.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15031;line-height:1.5;letter-spacing:0;top:16.187500953674rem;left:23.250001907349rem;height:3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Wq2auw7DfWmSA16NXgrghx5Rzdzzo9ck { position:relative;display:block; }#Wq2auw7DfWmSA16NXgrghx5Rzdzzo9ck { background-color: transparent; background-image: none; }#Wq2auw7DfWmSA16NXgrghx5Rzdzzo9ck::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wq2auw7DfWmSA16NXgrghx5Rzdzzo9ck > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wq2auw7DfWmSA16NXgrghx5Rzdzzo9ck > .row .container > .video-iframe-container { display: none; }#Wq2auw7DfWmSA16NXgrghx5Rzdzzo9ck > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wq2auw7DfWmSA16NXgrghx5Rzdzzo9ck > .row > .video-iframe-container { display: none; }#Wq2auw7DfWmSA16NXgrghx5Rzdzzo9ck > .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); }#Wq2auw7DfWmSA16NXgrghx5Rzdzzo9ck { border-width: 0; border-radius: 0; }#Wq2auw7DfWmSA16NXgrghx5Rzdzzo9ck > .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; }#Wq2auw7DfWmSA16NXgrghx5Rzdzzo9ck > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:21.9375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#RxK6NLUv3qPuULTo4NHSFw7v3OBElyBC { display:block;width:36.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:9.1875rem;left:23.25rem;height:4.875rem;color:rgba(var(--color-tertiary-4),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#R4uoEh6Dx4X47xeRGgVZ8hhD1Erms0T3 { display:block;width:36.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:7.1875rem;left:23.25rem;height:1.625rem;color:rgba(var(--color-tertiary-4),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Kwb8ob8bTULrearD3sTx7WcxRXH4iC72 { 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:15030;opacity:1;top:13.499242782592rem;left:23.25rem; }
#VPLSxvom2DG696MxUrTWJFvNx4qmGXE8 { display:block;width:36.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:15.561718940735rem;left:23.249217987061rem;height:2.03125rem;color:rgba(var(--color-tertiary-4),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zd2OrScmNgciQTcZlOIZU7kf5LT6qPZF { 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:19.75rem;width:19.75rem;top:1.0937623977661rem;left:0rem;overflow:hidden;display:block; }
#EXSPHPiDrDsmG6a5xw8prOzzmCXHsf9G { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/ff82e398-8c22-42e6-9ca6-607eea7eff14/Krainasnw_to_cosmic_sky.png");background-position:top left !important;background-repeat:repeat !important;background-attachment:fixed;background-size:auto !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; }#EXSPHPiDrDsmG6a5xw8prOzzmCXHsf9G.adaptive-delivery-prevent-bg, #EXSPHPiDrDsmG6a5xw8prOzzmCXHsf9G.lazyload, #EXSPHPiDrDsmG6a5xw8prOzzmCXHsf9G.lazyloading { background-image: none; }#EXSPHPiDrDsmG6a5xw8prOzzmCXHsf9G > .row .container { background-color: transparent; background-image: none; }#EXSPHPiDrDsmG6a5xw8prOzzmCXHsf9G::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EXSPHPiDrDsmG6a5xw8prOzzmCXHsf9G > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EXSPHPiDrDsmG6a5xw8prOzzmCXHsf9G > .row .container > .video-iframe-container { display: none; }#EXSPHPiDrDsmG6a5xw8prOzzmCXHsf9G > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EXSPHPiDrDsmG6a5xw8prOzzmCXHsf9G > .row > .video-iframe-container { display: none; }#EXSPHPiDrDsmG6a5xw8prOzzmCXHsf9G > .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); }#EXSPHPiDrDsmG6a5xw8prOzzmCXHsf9G > .row .container { border-width: 0; border-radius: 0; }#EXSPHPiDrDsmG6a5xw8prOzzmCXHsf9G > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EXSPHPiDrDsmG6a5xw8prOzzmCXHsf9G > .row .container { font-size:0.875rem;font-family:arial;height:118.9375rem;width:60rem;position:relative;display:block; }#H7XNIGcrOwwK08Cv9qsoOK38AikHAbWH { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:8.4375rem;left:0.0625rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#rkSrKs7TTpUt4Enqhq0n4SiWJJaS3aWs { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:13.125rem;left:0rem;height:1.7875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dk38IdX1AtG424fgbwhB6ZCowpPBxKPt { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-1),1);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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:0.125rem;width:2.5rem;top:15.6875rem;left:28.75rem;display:block; }
#ov4T47xqoTrok9nRMfeq2Fc9OmcTk1UN { color:rgba(128,128,128,0.15);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:7.5rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:3.4249997138977rem;left:0rem;height:9.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Ih8q4QTmBn3Z8p8LSLcMitWhIHQtOl2d { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);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:19.5rem;border-top-right-radius:19.5rem;border-bottom-left-radius:19.5rem;border-bottom-right-radius:19.5rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:26.9375rem;width:27.625rem;top:17.125rem;left:3.8125rem;display:block; }
#iGqhQqMy8FCbqDtqXPCqv7efEs5s8SkK { color:rgba(var(--color-tertiary-4),1);display:block;width:21.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15011;line-height:1.6;letter-spacing:0;top:24.137475967408rem;left:6.75rem;height:18.7rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#Blx99CBEteQQqcZgs5XTiVusWAGT8b3z { color:rgba(var(--color-tertiary-1),1);display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:22.1875rem;left:36.625rem;height:1.95rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Q30lrZucdEeL4mnMmbVmVdTTSdZv5eR9 { color:#b9b9b9;display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:24.137524366379rem;left:36.625rem;height:1.3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#t14fVyLwLebRJMyNxSrt7mkTanHH1aJO { position:absolute;display:block;z-index:15002;border-top:0.125rem solid rgba(var(--color-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:8.375rem;border-top-right-radius:8.375rem;border-bottom-left-radius:8.375rem;border-bottom-right-radius:8.375rem;box-shadow: none;height:7rem;width:7rem;top:21rem;left:28.5rem;overflow:hidden;display:block; }
#UX9q3v8zEolJQmATaJRHWLZfDTIuUndQ { color:rgba(var(--color-tertiary-4),1);display:block;width:22.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15012;line-height:1.6;letter-spacing:0;top:44.750001907349rem;left:27.90625rem;height:17rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#A24TftFqcC5TnGkXBIqNIw3poOvOcsko { position:absolute;display:block;z-index:15003;border-top:0.125rem solid rgba(var(--color-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:8.375rem;border-top-right-radius:8.375rem;border-bottom-left-radius:8.375rem;border-bottom-right-radius:8.375rem;box-shadow: none;height:7.5625rem;width:7.5625rem;top:48.9125rem;left:19.325rem;overflow:hidden;display:block; }
#BUepJio5Vd7WKvNDQPKqV8w3UP0pi2Fz { color:rgba(var(--color-tertiary-1),1);display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:57.875rem;left:13.0625rem;height:1.95rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#KmmK8ip7PqG55AdeJDw26XxwTvFftaHa { color:#b9b9b9;display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:59.625rem;left:13.0625rem;height:1.3rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#WZTCoXyCDczg7rKBchPvD27n02MayKNF { color:rgba(var(--color-tertiary-4),1);display:block;width:23.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15013;line-height:1.2;letter-spacing:0;top:41.150025367737rem;left:27.625rem;height:3.825rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#lApgpLZgDN3PsQArWm0alK4TxfmGHRtg { color:rgba(var(--color-tertiary-4),1);display:block;width:23.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15014;line-height:1.2;letter-spacing:0;top:20.375rem;left:5.9375rem;height:3.825rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#qCXTxM3UVXx7ePGFGpQiwgN3DJ63hRTD { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);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:19.5rem;border-top-right-radius:19.5rem;border-bottom-left-radius:19.5rem;border-bottom-right-radius:19.5rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:26.9375rem;width:27.625rem;top:37.567187309265rem;left:25.5rem;display:block; }
#bCCnX9TfdCLvlTrZgA5UKCst4COUzrpl { position:absolute;display:block;z-index:15015;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:2.5rem;width:2.5rem;top:104.87492752075rem;left:38.0625rem;overflow:hidden;display:block; }
#eHcr6qTpqXBNSHJp1I0g3erEed2r9VBn { position:absolute;display:block;z-index:15016;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:2.5rem;width:2.5rem;top:111.875rem;left:50.112499237061rem;overflow:hidden;display:block; }
#KLyIQPSqbwtir7prC90nwa3io9azRkIs { position:absolute;display:block;z-index:15017;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:15.75rem;width:17.6875rem;top:70.1875rem;left:6.4375rem;overflow:hidden;display:block; }
#LD3Pp9xFwGTJoepbCPVcqvzJimrLSL12 { position:absolute;display:block;z-index:15018;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:5.8125rem;width:17.6875rem;top:86.25rem;left:27.5625rem;overflow:hidden;display:block; }
#vgx5L13XVO50e1NnPqPOK1h8imLhAz3r { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);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:19.5rem;border-top-right-radius:19.5rem;border-bottom-left-radius:19.5rem;border-bottom-right-radius:19.5rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:24.25rem;width:24.875rem;top:65.25rem;left:3.0625rem;display:block; }
#CDMTULOTemcga6X7XoarWyatTnN2EC6f { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);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:19.5rem;border-top-right-radius:19.5rem;border-bottom-left-radius:19.5rem;border-bottom-right-radius:19.5rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:19rem;width:19.4375rem;top:79.875rem;left:26.375rem;display:block; }
#lc11KGu5kOFGQXhg9xZpbwaf5L7TarKt { position:absolute;display:block;z-index:15016;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:2.5rem;width:2.5rem;top:15.687499761581rem;left:50.049999237061rem;overflow:hidden;display:none; }
#ZW5mXxb4HSpwA7G5DivRoJZzAKBXQr9M { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);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:19.5rem;border-top-right-radius:19.5rem;border-bottom-left-radius:19.5rem;border-bottom-right-radius:19.5rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:18.25rem;width:18.6875rem;top:63.8125rem;left:39.9375rem;display:block; }
#rwNl4dMgXa2naugwgXB98zf99o5W2T9o { position:absolute;display:block;z-index:15019;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.75rem;width:17.6875rem;top:70.5625rem;left:40.25rem;overflow:hidden;display:block; }
#yG7LgWWNJ4z3thMWg1CcVpr0ZRwFXVyK { position:absolute;display:block;z-index:15019;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:9.125rem;width:18.5rem;top:101.15625rem;left:8.61328125rem;overflow:hidden;display:block; }
#T0OQJR29weuGookUhxWLHdpeoPre4ygd { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);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:19.5rem;border-top-right-radius:19.5rem;border-bottom-left-radius:19.5rem;border-bottom-right-radius:19.5rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:22.3125rem;width:22.875rem;top:94.562504768369rem;left:7.25rem;display:block; }
#mhZWSXg6WgDTzQyJrMygWmTURnevh7WN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f5;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !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; }#mhZWSXg6WgDTzQyJrMygWmTURnevh7WN.adaptive-delivery-prevent-bg, #mhZWSXg6WgDTzQyJrMygWmTURnevh7WN.lazyload, #mhZWSXg6WgDTzQyJrMygWmTURnevh7WN.lazyloading { background-image: none; }#mhZWSXg6WgDTzQyJrMygWmTURnevh7WN > .row .container { background-color: transparent; background-image: none; }#mhZWSXg6WgDTzQyJrMygWmTURnevh7WN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mhZWSXg6WgDTzQyJrMygWmTURnevh7WN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mhZWSXg6WgDTzQyJrMygWmTURnevh7WN > .row .container > .video-iframe-container { display: none; }#mhZWSXg6WgDTzQyJrMygWmTURnevh7WN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mhZWSXg6WgDTzQyJrMygWmTURnevh7WN > .row > .video-iframe-container { display: none; }#mhZWSXg6WgDTzQyJrMygWmTURnevh7WN > .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); }#mhZWSXg6WgDTzQyJrMygWmTURnevh7WN > .row .container { border-width: 0; border-radius: 0; }#mhZWSXg6WgDTzQyJrMygWmTURnevh7WN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mhZWSXg6WgDTzQyJrMygWmTURnevh7WN > .row .container { font-size:0.875rem;font-family:arial;height:79.0625rem;width:60rem;position:relative;display:block; }#TW6LHnMl2OsgPtzmw4ULs3VTa4ISRqH8 { color:#433c3f;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:14.248462677002rem;left:0rem;height:3.4125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kzyDxLSV7CJn3DsROd26FUnJAPuzSaaR { 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:24.4375rem;display:block; }
#Khl24d8ssO6U8OthCHW2cnCmqVQDM53F { 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:32.125rem;display:block; }
#CScD2hhpbGJLzZEMLXc4APA5v33o2vmT { position:absolute;display:block;z-index:15000;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.0625rem solid #dddddd;border-left:0.0625rem solid #dddddd;border-right:0.0625rem solid #dddddd;border-bottom:0.0625rem solid #dddddd;border-top-left-radius:6.1875rem;border-top-right-radius:6.1875rem;border-bottom-left-radius:6.1875rem;border-bottom-right-radius:6.1875rem;box-shadow: none;height:11.375rem;width:11.375rem;top:20.3125rem;left:24.1875rem;display:block; }
#IezVrv5PAcaSCnWRDguWnEiuHmwlEFGB { color:#686868;display:block;width:56.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15002;line-height:1.6;letter-spacing:0;top:33.537499427796rem;left:2.15625rem;height:38.4rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#vsZQBx4N0RTMDPueZak0wBhKraEOlkUP { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);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:55.125rem;width:60rem;top:18.3125rem;left:0rem;display:block; }
#ef1U9v4O4qNiiNzIykrTCsKGPEZyEtpT { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-2),1);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:3.25rem;top:75.187477111819rem;left:28.375rem;display:block; }
#TtZeombSwFM826sIFnZppZA7wDZMyXal { color:#686868;display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15003;line-height:1.6;letter-spacing:0;top:76.749977111819rem;left:21.5625rem;height:1.6rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#TIllLZCOiPGFEZ6TKPCNL7OUn0IoCcgq { position:absolute;display:block;z-index:15004;border-top:0.125rem solid rgba(var(--color-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:8.375rem;border-top-right-radius:8.375rem;border-bottom-left-radius:8.375rem;border-bottom-right-radius:8.375rem;box-shadow: none;height:10.25rem;width:10.25rem;top:20.823437690735rem;left:24.775001525879rem;overflow:hidden;display:block; }
#AWz0LUJA3RkoDEpAPlGH1rDUT69NhSsW { position:absolute;display:block;z-index:15019;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.0625rem;width:3.0625rem;top:5.6117181777954rem;left:28.46875rem;overflow:hidden;display:block; }
#En4ha5lT3vfP4tvwy3Tc5QcN4UnsaCkL { color:#433c3f;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:9.5734882354738rem;left:0rem;height:3.4125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#koB0M4O8pUbcAgWStGgPv73aQwFbggRx { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e7ff13e2-494f-4368-8031-ed3c68e98320/golden_Light.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; }#koB0M4O8pUbcAgWStGgPv73aQwFbggRx.adaptive-delivery-prevent-bg, #koB0M4O8pUbcAgWStGgPv73aQwFbggRx.lazyload, #koB0M4O8pUbcAgWStGgPv73aQwFbggRx.lazyloading { background-image: none; }#koB0M4O8pUbcAgWStGgPv73aQwFbggRx > .row .container { background-color: transparent; background-image: none; }#koB0M4O8pUbcAgWStGgPv73aQwFbggRx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#koB0M4O8pUbcAgWStGgPv73aQwFbggRx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#koB0M4O8pUbcAgWStGgPv73aQwFbggRx > .row .container > .video-iframe-container { display: none; }#koB0M4O8pUbcAgWStGgPv73aQwFbggRx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#koB0M4O8pUbcAgWStGgPv73aQwFbggRx > .row > .video-iframe-container { display: none; }#koB0M4O8pUbcAgWStGgPv73aQwFbggRx > .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); }#koB0M4O8pUbcAgWStGgPv73aQwFbggRx > .row .container { border-width: 0; border-radius: 0; }#koB0M4O8pUbcAgWStGgPv73aQwFbggRx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#koB0M4O8pUbcAgWStGgPv73aQwFbggRx > .row .container { font-size:0.875rem;font-family:arial;height:3.625rem;width:60rem;position:relative;display:block; }#xwxeCB327Jk6tEHK0pwWTFoQsoNIPTXS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f2f3;background-image:url("https://images.assets-landingi.com/uc/ec900fd4-0334-48b2-9933-800193110808/Sny_to_long_dark_cosmic_m.png");background-position:bottom right !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; }#xwxeCB327Jk6tEHK0pwWTFoQsoNIPTXS.adaptive-delivery-prevent-bg, #xwxeCB327Jk6tEHK0pwWTFoQsoNIPTXS.lazyload, #xwxeCB327Jk6tEHK0pwWTFoQsoNIPTXS.lazyloading { background-image: none; }#xwxeCB327Jk6tEHK0pwWTFoQsoNIPTXS > .row .container { background-color: transparent; background-image: none; }#xwxeCB327Jk6tEHK0pwWTFoQsoNIPTXS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xwxeCB327Jk6tEHK0pwWTFoQsoNIPTXS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xwxeCB327Jk6tEHK0pwWTFoQsoNIPTXS > .row .container > .video-iframe-container { display: none; }#xwxeCB327Jk6tEHK0pwWTFoQsoNIPTXS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xwxeCB327Jk6tEHK0pwWTFoQsoNIPTXS > .row > .video-iframe-container { display: none; }#xwxeCB327Jk6tEHK0pwWTFoQsoNIPTXS > .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); }#xwxeCB327Jk6tEHK0pwWTFoQsoNIPTXS > .row .container { border-width: 0; border-radius: 0; }#xwxeCB327Jk6tEHK0pwWTFoQsoNIPTXS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xwxeCB327Jk6tEHK0pwWTFoQsoNIPTXS > .row .container { font-size:0.875rem;font-family:arial;height:19rem;width:60rem;position:relative;display:block; }#RmiiCPJ8tGkg7cBGtJVTF46JsXlBTMvW { display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:7.5625rem;left:0rem;height:3.25rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-4),1);font-style:normal;display:block; }
#OnTxOTS5b9s25Vf6vBABtTo33z5Pbwib { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-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.4375rem;border-top-right-radius:3.4375rem;border-bottom-left-radius:3.4375rem;border-bottom-right-radius:3.4375rem;box-shadow: none;height:6rem;width:39rem;top:6.4999771118162rem;left:10.5rem;display:block; }
#xB6kcQP67Vx8QEAKp0cy60ylKh0Lculb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/44d910d0-2bb9-4fee-bd11-85e4e4fe272f/Krainasnw_to_circle_centre.png");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:scroll;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; }#xB6kcQP67Vx8QEAKp0cy60ylKh0Lculb.adaptive-delivery-prevent-bg, #xB6kcQP67Vx8QEAKp0cy60ylKh0Lculb.lazyload, #xB6kcQP67Vx8QEAKp0cy60ylKh0Lculb.lazyloading { background-image: none; }#xB6kcQP67Vx8QEAKp0cy60ylKh0Lculb > .row .container { background-color: transparent; background-image: none; }#xB6kcQP67Vx8QEAKp0cy60ylKh0Lculb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xB6kcQP67Vx8QEAKp0cy60ylKh0Lculb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xB6kcQP67Vx8QEAKp0cy60ylKh0Lculb > .row .container > .video-iframe-container { display: none; }#xB6kcQP67Vx8QEAKp0cy60ylKh0Lculb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xB6kcQP67Vx8QEAKp0cy60ylKh0Lculb > .row > .video-iframe-container { display: none; }#xB6kcQP67Vx8QEAKp0cy60ylKh0Lculb > .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); }#xB6kcQP67Vx8QEAKp0cy60ylKh0Lculb > .row .container { border-width: 0; border-radius: 0; }#xB6kcQP67Vx8QEAKp0cy60ylKh0Lculb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xB6kcQP67Vx8QEAKp0cy60ylKh0Lculb > .row .container { font-size:0.875rem;font-family:arial;height:87.6875rem;width:60rem;position:relative;display:block; }#K4DQ2NCpkq3EWAQtdTRWkLsTtnb43b3L { background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.3125rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:78.875rem;left:38.25rem;display:block; }
#sxuNWAzikx6NTAy56xmeuEfUe66NM3Kr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dnnIMP7tH0M3EPpHx3VRMTzpRylgIn04 { color:#a38110;display:block;width:8.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:75.1875rem;left:37.4375rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#msvVyTmD7csOuK5NkTThST3m4ATlhVN9 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:75.59367752075rem;left:46.812503814698rem;height:2.275rem;text-align:center;text-align-last:center;display:block; }
#bkp1TBgXHOHVx8TmI4UMgHP7HaZVrXlH { color:rgba(var(--color-tertiary-0),1);display:block;width:12rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:75.875rem;left:41.875rem;height:1.86875rem;text-align:center;text-align-last:center;display:block; }
#awz6tIbzqslT1107HROKPzJbTFhdzwzq { 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:33.6875rem;width:59.875rem;top:2.6734628677368rem;left:0rem;overflow:hidden;display:block; }
#O4SaLzqd7VQZVchABh7TgNsApoqGvDUD { color:rgba(var(--color-tertiary-4),1);display:block;width:25.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15029;line-height:1.5;letter-spacing:0;top:40.436645984649rem;left:6.4375rem;height:4.78125rem;display:block; }
#x8Wwtn3PwlCOrywse2Wz9KGh3pZa7IN4 { color:rgba(var(--color-tertiary-4),1);display:block;width:25.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15029;line-height:1.5;letter-spacing:0;top:35.781958341599rem;left:6.71875rem;height:3.1875rem;display:block; }
#uwz844tkcvwTzP595e314EHrTPsUehkp { color:rgba(var(--color-tertiary-4),1);display:block;width:25.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15029;line-height:1.5;letter-spacing:0;top:51.598438262939rem;left:6.0625rem;height:3.1875rem;display:block; }
#oVXBdv2s8yduSSNpIpqyWXCUW4H6vN9y { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:36.375rem;left:2.5rem; }
#wh4bk5uIiz9hV8d9tMNfTml9hXODVik2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:41.0625rem;left:2.5rem; }
#DXKrfZMlMinGtDJHBxgEuuU7TnKnKPfr { color:rgba(var(--color-tertiary-4),1);display:block;width:28rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15031;line-height:1.5;letter-spacing:0;top:78.87492752075rem;left:6.0625rem;height:4.78125rem;font-style:normal;display:block; }
#zUctd4JxIGkoniIarmKERkdcxMuIfRvP { color:rgba(var(--color-tertiary-4),1);display:block;width:25.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15030;line-height:1.5;letter-spacing:0;top:46.561719894409rem;left:6.03125rem;height:3.1875rem;display:block; }
#oGPubJ2zoeC8qfKbkhsKAvZzQGLPHyLC { color:rgba(var(--color-tertiary-4),1);display:block;width:25.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15029;line-height:1.5;letter-spacing:0;top:58.111646652222rem;left:6.0625rem;height:17.53125rem;display:block; }
#gEqos0baQp1A5qsLumV2LrgifK5lVBCD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:46.561719894409rem;left:2.5rem; }
#EsrUt2VvDVo15u9gPE4AXtKxNeZfEvft { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:51.599145889282rem;left:2.5rem; }
#AEFzXydA4sg1PoWCTQSPhOzMPRiKJrA4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:56.033666610718rem;left:2.5rem; }
#IuWLQy5BnpF8Pi3d3s85GhSHMSLglZBN { 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; }
#t4Dttg7XA22G2diXZ82wNZBMTqe9KMB5 { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.5rem;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:0.20625305175781rem;left:0.09375rem;height:5.85rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#l4GJD8fsEwVOJlFVaPyXSfTTuH4Zzzg4 { color:rgba(var(--color-tertiary-4),1);display:block;width:25.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15030;line-height:1.5;letter-spacing:0;top:56.567897796631rem;left:6.0625rem;height:1.59375rem;display:block; }
#vZFrFmoDmNWcwDUXVJoLlRBh02KTnzxX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/0cc3bc48-0743-4e6b-92d1-4ff2e7c18350/night_moon.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !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; }#vZFrFmoDmNWcwDUXVJoLlRBh02KTnzxX.adaptive-delivery-prevent-bg, #vZFrFmoDmNWcwDUXVJoLlRBh02KTnzxX.lazyload, #vZFrFmoDmNWcwDUXVJoLlRBh02KTnzxX.lazyloading { background-image: none; }#vZFrFmoDmNWcwDUXVJoLlRBh02KTnzxX > .row .container { background-color: transparent; background-image: none; }#vZFrFmoDmNWcwDUXVJoLlRBh02KTnzxX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vZFrFmoDmNWcwDUXVJoLlRBh02KTnzxX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vZFrFmoDmNWcwDUXVJoLlRBh02KTnzxX > .row .container > .video-iframe-container { display: none; }#vZFrFmoDmNWcwDUXVJoLlRBh02KTnzxX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vZFrFmoDmNWcwDUXVJoLlRBh02KTnzxX > .row > .video-iframe-container { display: none; }#vZFrFmoDmNWcwDUXVJoLlRBh02KTnzxX > .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); }#vZFrFmoDmNWcwDUXVJoLlRBh02KTnzxX > .row .container { border-width: 0; border-radius: 0; }#vZFrFmoDmNWcwDUXVJoLlRBh02KTnzxX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vZFrFmoDmNWcwDUXVJoLlRBh02KTnzxX > .row .container { font-size:0.875rem;font-family:arial;height:29.8125rem;width:60rem;position:relative;display:block; }#VBGz2B6OqNwbW7ZD7GZcs0JIl3Ph5fle { color:rgba(var(--color-tertiary-0),1);display:block;width:44.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:9.05624961853rem;left:7.96875rem;height:11.7rem;text-align:center;text-align-last:center;display:block; }
#ByF13wPh2AKGTcKg5il7e7wSLSJtJzCS { border-top:0.1875rem solid #222222;border-left:0;border-right:0;border-bottom:0;background-color:#f8f2f3;background-image:url("https://images.assets-landingi.com/uc/b6297596-d5b1-4da6-8d62-18da724b2e58/Golden_Dark.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;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;z-index:auto;display:block; }#ByF13wPh2AKGTcKg5il7e7wSLSJtJzCS.adaptive-delivery-prevent-bg, #ByF13wPh2AKGTcKg5il7e7wSLSJtJzCS.lazyload, #ByF13wPh2AKGTcKg5il7e7wSLSJtJzCS.lazyloading { background-image: none; }#ByF13wPh2AKGTcKg5il7e7wSLSJtJzCS > .row .container { background-color: transparent; background-image: none; }#ByF13wPh2AKGTcKg5il7e7wSLSJtJzCS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ByF13wPh2AKGTcKg5il7e7wSLSJtJzCS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ByF13wPh2AKGTcKg5il7e7wSLSJtJzCS > .row .container > .video-iframe-container { display: none; }#ByF13wPh2AKGTcKg5il7e7wSLSJtJzCS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ByF13wPh2AKGTcKg5il7e7wSLSJtJzCS > .row > .video-iframe-container { display: none; }#ByF13wPh2AKGTcKg5il7e7wSLSJtJzCS > .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); }#ByF13wPh2AKGTcKg5il7e7wSLSJtJzCS > .row .container { border-width: 0; border-radius: 0; }#ByF13wPh2AKGTcKg5il7e7wSLSJtJzCS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ByF13wPh2AKGTcKg5il7e7wSLSJtJzCS > .row .container { font-size:0.875rem;font-family:arial;height:10.85rem;width:60rem;position:relative;display:block; }#ABXtSXlXpo9WKecy8rOGmQPIk0kW73gk { color:rgba(var(--color-tertiary-0),1);display:block;width:22.875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:8.099979400635rem;left:18.5625rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HlsnGwom4FyxhDeVEkveEPPmn9LkLxUQ { color:rgba(var(--color-tertiary-0),1);display:block;width:17rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:1.7616977691651rem;left:21.5rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sR6WZOtzATHQo5wAJfIQGr11f7EotRQz { position:absolute;display:block;z-index:15001;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:2.9375rem;width:12rem;top:3.9554691314698rem;left:24rem;overflow:hidden;display:block; }
#z7ASwGQihtZgMINpygWxS9lTwyTRJZai { position:relative;display:none; }#z7ASwGQihtZgMINpygWxS9lTwyTRJZai { border-width: 0; border-radius: 0; }#z7ASwGQihtZgMINpygWxS9lTwyTRJZai > .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; }#z7ASwGQihtZgMINpygWxS9lTwyTRJZai > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#XUCRsIHQ12QngO7sJgBMveEGR0BXGU2v { background-color:#db7093;background-image:none;background-position:center !important;background-repeat:no-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;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.125rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:32.053127288818rem;left:6.4375rem;display:none; }
#mPpme3cZay5KNyR5zc5c8APMe90UQsgV { 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) { #heN7zThmtJmAmTwgF8duMV1qF2auL8Ld { display:block; }#heN7zThmtJmAmTwgF8duMV1qF2auL8Ld > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uuIZ5p8y7PxK2Tn61uLondKi6uXG5BBd { width:44.9375rem;height:5.0625rem;top:50.8125rem;left:0.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xh9gdcvMl7gDrePho9mc2C27cDbgqVZc { width:7.5625rem;height:2.5rem;top:61.6875rem;left:6.5625rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TaJGs3mEIN4FnIWv8w5e4UlgwXTMw38O { width:47.3125rem;height:1.9375rem;top:57.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #utvCxoHBOHTfQiAslGB8TnOhwLf8eKWl { width:6.625rem;height:1.9375rem;top:64.1875rem;left:6.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFKtEpAccPfE6tl8izV1FdnpPqSSmshr { width:47.75rem;height:26.787854030501rem;top:17rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQyTxfqACBNqdNddTMUTauLS46qiN8vF { top:57.3125rem;left:4.3125rem;width:35.4375rem;height:1.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFkGRFhXOmZh2VCzO90TLgrKpkHW8C3a { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #wTVrwEANMGSZIZVncHDocqfA6yrOJDpP { width:40.4375rem;height:2.4375rem;top:8.6875rem;left:3.65625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #A5R9IsX5WvtucEppVrq6qr9XOUOzKQVS { width:47.75rem;height:5.25rem;top:11.125rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rVJq5CuOGGk3nUcBaL44bQf4DzyN4lfO { width:3.125rem;height:3.125rem;top:12.6875rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l5MVRzMptRwuzi2bZ8CN1TLnUildVBJL { width:21.8125rem;height:3.4375rem;top:61.6875rem;left:14.125001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #HELOVsiprm65DQD8dBQ0D0no214n7e2l { display:block; }
 }@media only screen and (max-width: 763px) { #yXIoVtwCvAeHysDVVQ4GG3hZBG95dtRO { width:3.125rem;height:3.125rem;top:12.6875rem;left:38.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGWx4k181RRwgap7mBfh07wxKJ32tFMB { width:47.75rem;height:5rem;top:1.5rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EodDNJXPb3z98pVUFPAB5SOGtz6RBF6O { width:31.875rem;height:17.875rem;top:29rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vaAhumKwKWpqzVeS7TxqWWdaZbbwpK6d { width:21.875rem;height:21.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #SkVQAn9U91VOVkSAUTm3irOxXnaKWZs2 { width:6.25rem;height:6.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #hq2HisfU1Qm84THXgT32aTtQdut0064D { width:6.25rem;height:6.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #RQSfhXpGtDdtG5pv0pITwpV2WpoUV8ov { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #vpOXeTg9A2I2RuzvxPMqyAfRWV5sD1eG { display:block; }#vpOXeTg9A2I2RuzvxPMqyAfRWV5sD1eG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rWqVZuCIxIS711KKd5621qxrH36fgCDQ { width:37.0625rem;height:5.6875rem;top:2.875rem;left:5.125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZDS4H4pTHvR1IVes5ICThhXfIebAFEQ { width:31.25rem;height:2.5625rem;top:25.875rem;left:9.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o1r2h4WCePGzBW3Qhw5JRC8CwUrHCqg5 { width:41.25rem;height:11.25rem;top:13rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDAq6mTJq7Scc2CWwZS7OtBbvLJ21vLA { width:30.9375rem;height:1.25rem;top:49.5rem;left:9.84375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lraKOixTVtsZQy720WHqFJXTgyk2EMUW { width:30.75rem;height:2.5625rem;top:31.375rem;left:9.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Haku7st0ZfBEqOUI4JBrm2rTx1TaCsu9 { width:30.9375rem;height:3.875rem;top:36.4375rem;left:9.84375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZxNRK9TXezq1FoRE54iR0ZN1sTkQWWZB { width:30.8125rem;height:2.5625rem;top:43.25rem;left:9.90625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PxCiC9JylmZuwZwdw5FAPlX2etUPG7VC { width:47.75rem;height:2rem;top:20.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iFz0eG6D6JkbVbPtNuuDqp36oKGNVzve { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #gmuWE4umFkzktQIk7VZ9Ud33RGRMP9Ae { width:3.5625rem;height:3.5625rem;top:25.375rem;left:5.51171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ArpmbI8GTFTr0hbgxoVTcdMQKaeDEhG9 { width:3.5625rem;height:3.5625rem;top:30.875rem;left:5.51171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L3dhKZLnPV9B3mhtxUNTMQnS0D9kSNA2 { width:3.5625rem;height:3.5625rem;top:36.625rem;left:5.51171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #csIFp5K2QeBhip2spSxJThvc1ODZgEpy { width:3.5625rem;height:3.5625rem;top:42.75rem;left:5.51171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AVaMrBmJpSSzdwRpMpOG4eNkTL9pD8Pz { width:3.5625rem;height:3.5625rem;top:48.375rem;left:5.51171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0vLV5AdDH73P6u0PF5OplmPpVoTk1Tx { width:47.75rem;height:44.765625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xUuE6gwIzNyC99bMhq6keA6DJCyn8E4P { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #XB8Ohsuh34SSSkKPpulihzlZEETJlCK9 { display:block; }#XB8Ohsuh34SSSkKPpulihzlZEETJlCK9 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AnbV0POuV546RH3MdraCt3BRiTVqM2yz { width:44.3125rem;height:;top:17.8125rem;left:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RxXTerAJnOeDMamfLCGS9S9EP8yCmBHT { width:47.75rem;height:6.0625rem;top:21.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8U5ETle4Ii9euWDEbNRTTmCUbHybKt8 { width:47.75rem;height:5.6875rem;top:13.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipl7vGaJseEpMJL1gkLccrKZL8y9Qvhl { width:37.5625rem;height:4.375rem;top:34.5625rem;left:5.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7uUgxfsckooOCPs7OmkJgyQweKPhK1P { width:36.8125rem;height:2.875rem;top:40.875rem;left:5.46875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8AUOwIxsM31NTdzH0GimwuTPPynkPB7 { width:38.3125rem;height:1.4375rem;top:45.25rem;left:5.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1LyztrX7ucs7tVpJQ3JVcJ6VLEPUGPJ { width:36.5625rem;height:2.875rem;top:48.6875rem;left:5.59375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUqWDNWJcHZecvyqPg22OsvPgkU9huFI { width:35.875rem;height:1.4375rem;top:53.5rem;left:5.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lEHGmr8BIRBuB55rXtx68qqsHXXDHLD2 { width:36.125rem;height:5.8125rem;top:57.375rem;left:5.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngGIpE5WhlkSm949KCJJRp8AvOxxxds4 { width:1.875rem;height:1.875rem;top:34.5625rem;left:3.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ySaqb1beavJqa9662OMM9w9m58CvSQRy { width:1.875rem;height:1.875rem;top:6.0625rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRa9E2APRRT1IRVH7yuVppyKlC1uUaR6 { width:1.875rem;height:1.875rem;top:41.375rem;left:3.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qmIaupkK8nHzgAd0TPzU62l8BI53TLRy { width:1.875rem;height:1.875rem;top:44.8125rem;left:3.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NdzuTOCe2iNtgVBpFJALQceQ6B8PTHWn { width:1.875rem;height:1.875rem;top:48.6875rem;left:3.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EmKl0OnfUidcXenpyxTdrLqTJwvQ4LKO { width:1.875rem;height:1.875rem;top:53.25rem;left:3.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxb0s1cqSHAvRa7calBq1fBdLwTucBs6 { width:1.875rem;height:1.875rem;top:57.375rem;left:3.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OIwkpRn3shxDH2VE5zvMXxZteK1QT2TP { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #pnKoSeS3RtISbvR7cmw3QtRmsVZTvNLT { width:47.75rem;height:2rem;top:30rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTrk3nDlpLOD7iGcBpnKpSTyizw8IL5K { display:block; }#BTrk3nDlpLOD7iGcBpnKpSTyizw8IL5K > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lJ7cxOWMLURfhKcuZ7QZoTJ4QJ1Eki8x { width:47.75rem;height:5.6875rem;top:6.3125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XmIh02fbSX8iPkn6lLfwxiO4lxBmhRng { display:block; }#XmIh02fbSX8iPkn6lLfwxiO4lxBmhRng > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EamebeDTCKF5PQHEOTAxQdt1VkpIuFS8 { width:28.125rem;height:;top:8.5625rem;left:19.625rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D86yPsGvMFJXk46qTezWO000wbyKKg5f { width:25.8125rem;height:1.875rem;top:15.3125rem;left:21.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sf9oDvpxweDO3VNcRQND7cyCuvRlc94F { width:2rem;height:4.5625rem;top:14rem;left:24.5rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e2TuNxCTKB6A5WfrzUa2WLKTQQ0Ge0MR { width:0.0625rem;height:0.75rem;top:13.1875rem;left:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #slVdncMmIaODIqfAT33zPM9h81LBR3KW { width:3.375rem;height:0.0625rem;top:13.1875rem;left:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EMaf49A5ZLIyFOtFgmbXWLZr4wpVl1KM { width:3.375rem;height:0.0625rem;top:30.625rem;left:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rlZ0xgn057SIDnghHvJ1VvGDe3ygTJaL { width:31.5rem;height:18.625rem;top:15.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uya5oBCE1Ne3mKThpWepGFbR1hkUrBdo { width:25.5625rem;height:10.75rem;top:18.5625rem;left:22.1875rem;font-size:1rem;display:block; }#Uya5oBCE1Ne3mKThpWepGFbR1hkUrBdo li:before{  }
 }@media only screen and (max-width: 763px) { #sHTDrFk8HpeHT3Q7RKEALzamgetc3tfK { width:0.0625rem;height:12.1875rem;top:18.5rem;left:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #To54VCHQTKxVfwFuPNb24Mqu4QFzdTKD { width:28.125rem;height:;top:3.0625rem;left:9.8125rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U9kAFXTaW0oLGwIPNrtOVosHmgXe8Xub { display:block; }#U9kAFXTaW0oLGwIPNrtOVosHmgXe8Xub > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TTJzhQNrwKz72JgUdaQFl17Z7tENsRZa { width:25.8125rem;height:1.875rem;top:3.375rem;left:21.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xS9QOZHXBvrroagcosg1JTJmVHdpQ2Hm { width:26.875rem;height:;top:2.0625rem;left:20.875rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vlwSDfCdI6e0kETClMpWHG1lOe9DzXxt { width:0.0625rem;height:0.75rem;top:1.25rem;left:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfcPhDLtn4zL6CTRPXseH2T4pzi0u8wK { width:3.375rem;height:0.0625rem;top:1.25rem;left:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hS1n9hoDg6y89up2e8beiExvvT8896ml { width:3.375rem;height:0.0625rem;top:19.25rem;left:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #esqmtT4afoKifbwPtviQil5y0WBzqXbk { width:25.1875rem;height:;top:6.375rem;left:22.5625rem;font-size:1rem;display:block; }#esqmtT4afoKifbwPtviQil5y0WBzqXbk li:before{  }
 }@media only screen and (max-width: 763px) { #dn4OtKkP6zTqVKpvT5qpucTq6H2dEiQi { width:0.0625rem;height:9.25rem;top:10.0625rem;left:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WcHQsRIgZxVmmQfhdkbLXzsAW1gT4per { width:30.4375rem;height:18rem;top:1.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wn3ymT72sW2zyEewTGbQDyXnQeMU10Ti { display:block; }#wn3ymT72sW2zyEewTGbQDyXnQeMU10Ti > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eizSP1RV92EToyTfgzMQLmxBg76Cwsb7 { width:25.8125rem;height:3.75rem;top:2.625rem;left:21.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVzAc4xtpb9OvnV5CzLV0fEZang2GgE4 { width:26.9375rem;height:4.625rem;top:2.0625rem;left:20.8125rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGC9frD88LGoJImte4k84VZsbQV3ABP4 { width:0.0625rem;height:0.75rem;top:1.25rem;left:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQmqIThFBlyVEUJhlqn4d3AUxKCiaaMH { width:3.375rem;height:0.0625rem;top:1.25rem;left:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HilQkozKEVK3ZQrCQ2ATeQT3lQJpoRhT { width:3.375rem;height:0.0625rem;top:33.4375rem;left:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTnlno7He8HbhoKzXEVOMPtT6AJ6FIQh { width:25.5625rem;height:3.375rem;top:8rem;left:22.1875rem;font-size:1rem;display:block; }#uTnlno7He8HbhoKzXEVOMPtT6AJ6FIQh li:before{  }
 }@media only screen and (max-width: 763px) { #BMJuhavwi2eKl6QuVxW0oQ3wLqLV9pK1 { width:29.8125rem;height:29.8125rem;top:5.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJgn8MdPJcKg4nE2WCAT9QSgMMUJPLVB { width:25.5625rem;height:;top:27.0625rem;left:22.1875rem;font-size:1rem;display:block; }#uJgn8MdPJcKg4nE2WCAT9QSgMMUJPLVB li:before{  }
 }@media only screen and (max-width: 763px) { #nKzv7B411a5Rk7inpoLETc9rsOeE7NT9 { width:25.5625rem;height:;top:11.9375rem;left:22.1875rem;font-size:1rem;display:block; }#nKzv7B411a5Rk7inpoLETc9rsOeE7NT9 li:before{  }
 }@media only screen and (max-width: 763px) { #gds5I4zwPvWg2QlZ7hzXstDn3map8y4h { width:0.0625rem;height:12.1875rem;top:21.1875rem;left:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1WmOVFboNbF8AgCVTl4yu0NlfTD3Edk { width:25.8125rem;height:3.75rem;top:35.9375rem;left:21.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ny3XscuxV0RioFHPJiTzVOgMgyw9FdTL { display:block; }#ny3XscuxV0RioFHPJiTzVOgMgyw9FdTL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TpMf6XcpBxkpLqO4d9d9lnf0qkhCfX87 { width:25.8125rem;height:5.625rem;top:2.625rem;left:21.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EfU6fGSX3B8uSmTrQS7TMEA8a1lAyo9T { width:26.875rem;height:;top:2.0625rem;left:20.875rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLsoA5qghxheq9iPFqsBEilz7w4mQgif { width:0.0625rem;height:0.75rem;top:1.25rem;left:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLLpGh458oG05Z2mnwFWVs3LwirD6m8d { width:3.375rem;height:0.0625rem;top:1.25rem;left:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UF2JzETBXdKoi2JAlpGieacqICtgXCRA { width:3.375rem;height:0.0625rem;top:26.125rem;left:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MonSnAoWi4NCPx5StdRaavIlOuai93Si { width:25.5625rem;height:;top:10.875rem;left:22.1875rem;font-size:1rem;display:block; }#MonSnAoWi4NCPx5StdRaavIlOuai93Si li:before{  }
 }@media only screen and (max-width: 763px) { #IIQs11yuox4PAutW15eAka0usg4OGPDl { width:0.0625rem;height:9.5625rem;top:16.5625rem;left:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hgaqc0kh9itwf7ad64cx4OATqt51usVV { width:30.375rem;height:17.9375rem;top:8.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SlKT4vQQgmFfstRLihNyPNp3hC1tLJx6 { display:block; }#SlKT4vQQgmFfstRLihNyPNp3hC1tLJx6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iEmMPbhrs6TkfX3Tk8SHdQMTgbTPDawn { width:25.8125rem;height:1.875rem;top:5.4375rem;left:21.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ps4RJbHLNtdAJZhGJTOWiNAKQlZpGhgt { width:2.375rem;height:4.625rem;top:5.4375rem;left:24.5rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJDwuzSHrupF0nmTlirVCVABDWEiFcwx { width:0.0625rem;height:0.75rem;top:4.625rem;left:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rVBSi40yP1dvxbRESurOE2NJMpAoXP7k { width:3.375rem;height:0.0625rem;top:4.625rem;left:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MbNrDCAdWROQp92GHlspgTemLaQ4AXGn { width:3.375rem;height:0.0625rem;top:26.75rem;left:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OgFt9wwFleGMxwZncp7Bagv9AnmNTUyt { width:21.25rem;height:21.25rem;top:4.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uxEbZobQTGLbt32KVSdAxgryTaWLMelZ { width:0.0625rem;height:12.1875rem;top:14.625rem;left:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzsNZrw4fEN0M1wJD7LVUvVisXLTwa5C { width:25.3125rem;height:17.5rem;top:8.4375rem;left:22.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLl42wvpoRxBZysEwiJNXMKXLz6Ltl5k { display:block; }#vLl42wvpoRxBZysEwiJNXMKXLz6Ltl5k > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZofIs6dKMcKBFLTxr78uiXLAWtcintAi { width:17.125rem;height:3.4375rem;top:2.625rem;left:15.312501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #zlwyGk0qrL9Bf16d8DIwHv7lyb2SDCKt { display:block; }
 }@media only screen and (max-width: 763px) { #bbJTFZTsgAHeQmTKgK5ZW7C3N68Dy8IA { display:block; }#bbJTFZTsgAHeQmTKgK5ZW7C3N68Dy8IA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dDlIe5Ce5h76c9PAxW9wXDwbix6mDO3S { top:11.375rem;left:0rem;width:47.75rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #B90qlcH8qbVgBiPaPGexOUHi5WTcEWTS { top:22.5625rem;left:2rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6sywSgiqFPwHdI55BG1T9llFPFkl5Ai { top:23.125rem;left:2.1875rem;width:2.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #X329ulnohp5VAS7Qgl5OJPZcCJvfZIIh { top:27.3125rem;left:0rem;width:14rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bp6GLUCJJDGSN3W8zmq4OkNPfHKbM5Br { top:22.5625rem;left:22.625rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxoi2G22d6vKNAudvMn0IzzGbG3fKHDk { top:23.125rem;left:22.875rem;width:2.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzLJTV3F9oCATkF6pRN8VPPU5OCdw6ak { top:23.125rem;left:43.4375rem;width:2.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AkvnPqrJaaQU6zSJPvg1lTMATd6k4RHD { top:18.5625rem;left:9.125rem;width:9.75rem;height:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BXrrLG2pST0QeQ2sxzxLuTG4t7uSw9TH { top:27.3125rem;left:16.25rem;width:15.9375rem;height:9.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwdcfxT0bOt0IO8igvXI3hh8acnXNVc1 { width:17.875rem;height:17.875rem;top:30.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uPBPE4l91aTgFbbUBHo1y5MVUyTwnbf2 { width:17.875rem;height:17.875rem;top:44.0625rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lUhMPrDUs1taootCQX2kXUaahstkSpVb { top:27.3125rem;left:33.75rem;width:14rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xaiMeHN3WZbFRwpJqiBOxXC6vggZcuI0 { width:18.6875rem;height:18.6875rem;top:30.25rem;left:29.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p2LuXTi37cnzlc3r2en8nlWkd0fzq7Vn { top:22.5625rem;left:43.25rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6z0azQv6dFv5XtDpS4vosmiyuaEu55k { top:56.75rem;left:40.0625rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vxp8XIBKAio2u0FEQZ6m4bEV5CDiZAuu { top:18.5625rem;left:29rem;width:9.75rem;height:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTD0ibnVaokt0AR8O6hy71aebvsQcCNy { top:73.0625rem;left:4.9375rem;width:10.9375rem;height:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DEOTZ7rmwKBEzNKeF4f7a6r80dmdweMy { top:57.375rem;left:40.25rem;width:2.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGvOqIpMpT666JtdZxgiccqXhCxs6CTO { top:60.25rem;left:35.8125rem;width:11.9375rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mzph5udNuqJ05IzGXrZOn70OdwWkA2Xv { top:54.125rem;left:29.25rem;width:9.8125rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgKduQJ9wgXVnZgv8i8rUy5EKvbTTbJB { top:61.9375rem;left:17.75rem;width:12.75rem;height:9.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BsDFrOZmL0K2m3uOtO7qlNFWvwZfBDnG { top:57.3125rem;left:22.375rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RyPVnCxpDEgVpAl4siplrf2wQUC4rPBy { top:57.9375rem;left:22.625rem;width:2.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #c8CNTsxAqTQ6fyaNA3JObkKeln1TKTiW { top:61.9375rem;left:0rem;width:12.75rem;height:11.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Te8X1JuIWkAxJtV8ye5infaK2rFIg6de { top:57.375rem;left:2.6875rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rMbNSr0l23yBHhrNefSWGmrAGryl8rAQ { top:58rem;left:2.9375rem;width:2.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #b93VPO0Z10kx5iwr1iPbPee7RchPdLMM { top:53.4375rem;left:6.1875rem;width:10.6875rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZp3r8lylnAmuW4FnVMHZU8IeKXPOLar { top:48.125rem;left:37.0625rem;width:10.6875rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fhCFPDboxsTeq4lAd1GF8LaNgTHUdVzL { top:84rem;left:9.6429672241213rem;width:18.0625rem;height:6.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGHDEyu3ge06ymbp7y5PrhbvXwiOra5N { top:79.5rem;left:16.875rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gD65P80y1N3bettzdOLDE7PKGQPsxnpo { top:80.125rem;left:17.125rem;width:2.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yF1svW76IZbwPp5FnheQTvt3ZSEa5TKB { width:18.5625rem;height:18.5625rem;top:86.6875rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pcZA21v1rP3giacnXsvpJLTpGIMEHlpN { width:47.1875rem;height:6.3125rem;top:105.25rem;left:0.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nz2TsQRR5UKHG5mqdJE7AsRqVRn6sOO3 { width:47.75rem;height:4.0625rem;top:15.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gS4w6EyfBKqOLNdU32tsX2NJLavUJc5z { width:10.9375rem;height:10.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #GKaMtSh3mC5fuIRzoZbA5TlmF29ryNTB { width:10.9375rem;height:10.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #a7iIpLtSXIEQKtq1paP8sGaCCiNSc2mv { width:10.9375rem;height:10.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #t2A93FWT8uhRFlaxcfviklk5dApkv1cb { width:10.9375rem;height:10.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #w27igiHmWGF1mwxpAsdTgT6Iu0mz1hzL { width:10.9375rem;height:10.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #V0VmANDOzSixUeKJwtQUQtnfJfSgxQu4 { width:6.25rem;height:6.25rem;top:86.6875rem;left:13.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #v04Qt0wmfyRC7wV6iNxJVVNzsrrPqKnz { top:78.375rem;left:29rem;width:9.75rem;height:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E93v6RzwotcyvtHK8vQbROkexzkAAh1r { width:15.25rem;height:10.6875rem;top:90.5rem;left:32.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WVgBFgKfLRHPOAuVgV4Z5914QPsNio3t { top:82.4375rem;left:39.4375rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5CPKl1lNZbziLZuVLNZBueZ3nvA2CxL { top:83.0625rem;left:39.6875rem;width:2.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pbwDAiIniAbHLvtbpb3XmKD242X060nE { top:86.6875rem;left:32.75rem;width:15rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MMg0Gp6n3sl6RvpuHnOBhZwMT4LTdqsN { width:10.9375rem;height:10.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #x13QT7L2EEFtE0bJrIxcOfmabmR5DVg5 { width:6.25rem;height:6.25rem;top:86.6875rem;left:13.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #lra10xcbcDaRpPFRrtrLHRfhSrlWRNMP { display:block; }#lra10xcbcDaRpPFRrtrLHRfhSrlWRNMP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BV5mbM0SU0c82CE9X1n0V1uG1SgB9fJH { width:41.25rem;height:11.25rem;top:13rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9XVg9RX0MZzHEI3MS9aTpU4TTbdMnt7 { width:41.25rem;height:11.25rem;top:13rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zsAJ9vRIiOcq0Nu9Bao5N3LAbpnLvHgO { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #pm7I2LDVT128zvWotZo8xR8ANmvdZ4wC { width:47.75rem;height:45.3125rem;top:13.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NCurPfeeS2tW63PoksVP06DTfTv037xr { width:47.75rem;height:5.6875rem;top:61.1875rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P5IaFI1DWK4ECo0d1rLOXhNy9NA5Vgps { width:18.75rem;height:17.5625rem;top:40.25rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oibE0s1iv2reVMx2g5aAysORfq8a20q1 { width:12.375rem;height:17.5625rem;top:40.25rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EhDD8aTPcR6kQhdFIU8Z4fSuDhh0uL5X { width:12.375rem;height:17.5625rem;top:40.25rem;left:32.299999237061rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ce3aA2ZQycJhicRdCDLc73Cb2JMwgyZm { width:47.75rem;height:5.6875rem;top:4.5rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gd72BSfpmVInJxEAOaLKzAmwtonNoz9e { width:1.875rem;height:1.875rem;top:72.1875rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSuf8o85sctCAk237zlAenr3kVDcWFn3 { width:1.875rem;height:1.875rem;top:81.375rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHxOoxQdrVZoHKPEaS0Qcva3lr1pHhX0 { width:1.875rem;height:1.875rem;top:88.9375rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tq36CfD7wAeiFXazUGMZGLTItsqohQAe { width:41.25rem;height:11.25rem;top:13rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AhzB11kDCAuJPJPCgnxxvOpll5Mzsgke { width:41.25rem;height:11.25rem;top:13rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vBGi9hxCfmUgiqRpOvwdmxpRw79gJ9rP { width:41.25rem;height:11.25rem;top:13rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J68PV7aHWv2nXyJGcMhIxtwm26SHWgkr { width:1.875rem;height:1.875rem;top:96.5rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BAaLuZriTOQlbBo5pB08ShN12zfZcQWV { width:1.875rem;height:1.875rem;top:105.625rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EILmTwoLMWCtRMfTK989tP1STDdgEleW { width:41.25rem;height:11.25rem;top:13rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfHvc7yZgkDg2TnBl8MTI4DUksg2ZRIA { width:1.875rem;height:1.875rem;top:113.125rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BI0bngQoaVoSeO4JTZhhAUzRrumVDyPC { width:41.25rem;height:11.25rem;top:13rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XXTJeXiVVUdHHKIQfesQTmdA2Sc2DQ8g { width:47.75rem;height:56.1875rem;top:68.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fi3EdQE9L3X2S3TJ141P4tfz8B6EbSLf { display:none; }#fi3EdQE9L3X2S3TJ141P4tfz8B6EbSLf > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #h8bJyyZpg5fHwT968vy316T5aFGOEx8x { display:block; }#h8bJyyZpg5fHwT968vy316T5aFGOEx8x > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DJC3U6b1JXyELvKhdQHsfBwJFaTotSlq { width:47.75rem;height:3.25rem;top:7rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3oTzg3giotPUhrFW7sEkwgNgQ2sTUMD { width:47.75rem;height:4.6875rem;top:12.3125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITkCayKxXCyOdV5rqEcWXCulKXrgpZJD { width:16.875rem;height:3.25rem;top:43.1875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #It0TCNVhIuWm3W8Dh0aTFI5PCXtKORXp { width:16.875rem;height:7.5rem;top:48.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #axVZ5709FK31LdDhGJnZ0BTFr2Wh506a { width:16.875rem;height:10.5rem;top:48.625rem;left:15.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xvDqrrT9c3E4WE4QbJaR3aBWTs0ViXuN { width:16.875rem;height:3.25rem;top:43.8125rem;left:15.517967224121rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W0x5IHwiqQMTlLxUkcWU5SurL0PVbakx { width:16.875rem;height:9rem;top:48.625rem;left:30.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yg4G3E9xliMW2npSO3vQ9DTySbNtXDgw { width:16.875rem;height:1.625rem;top:43.8125rem;left:30.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ApzJ3ViuCDSVkZoqlZiyvgBMwvGQD6N8 { width:16.875rem;height:3.25rem;top:86.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0iLBFclI6h09TlchfPnndsP6OSsvktb { width:16.875rem;height:3.25rem;top:87.25rem;left:30.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ydhkXT4w4xaX66LzTLxQLEqRRvhGgrU1 { width:16.875rem;height:7.5rem;top:92.3125rem;left:15.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbQwaTXwPEUtEz3cmF5AQaFqs4uEl9Nw { width:16.875rem;height:6rem;top:92.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mpt5XVEfc7K2LWTA8cLk4I3ud8bbfLXn { width:16.875rem;height:12rem;top:92.375rem;left:30.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O5KmnBTahKXR1TqaBaIZPG0bFkR14LPa { width:16.875rem;height:3.25rem;top:87.25rem;left:15.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGfs0vssCX0s8vDUkKSVPXJI0TRvxZgX { width:18.8125rem;height:39.125rem;top:21.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JDF6gTtCDn7Stg83mX44mkPApwsVApVW { width:18.3125rem;height:39.3125rem;top:21.5625rem;left:14.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBuXybRZEJnySHlVLGvbo76TcmZOoHXD { width:18.6875rem;height:39.625rem;top:21.5625rem;left:29.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFt5TU7lKryQO7viaPbuS5EtswexTHgT { width:18.875rem;height:41.125rem;top:63.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CzcvERVG5hTXKZUD2DDeNHQFTvNPvECe { width:18.25rem;height:41.1875rem;top:63.6875rem;left:14.700000762939rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTXreQ7GOsBx1ViuIcxOzgq6nFUn9c5k { width:18.6875rem;height:41.3125rem;top:63.6875rem;left:28.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxtvWI4kIdnw1ek3H2q05ALrkMyK6T2y { width:13rem;height:18.5625rem;top:23rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rd2LOMyvLG69VMFDp9iFC9uiK5rir22c { width:13rem;height:18.375rem;top:23rem;left:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bDHB7WEICD2UKg1gSJB1Z3sM4sMAi2Fk { width:13rem;height:18.375rem;top:23rem;left:34.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ay2qWkIXHd8nhWeUkFTqhwOcWOEt7JSh { width:13rem;height:18.375rem;top:65.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #phkAMJy5lmXAUe7n82JLlbVVvAXNcJAe { width:13rem;height:18.375rem;top:65.75rem;left:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5VQIbe2y5772tPkcraZ29lziawxnm8z { width:13rem;height:18.375rem;top:65.75rem;left:34.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nNqhTUkTDI6PTl8eIrWb4R5sA9eBhMbo { display:block; }#nNqhTUkTDI6PTl8eIrWb4R5sA9eBhMbo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fx5Efk5TlXbVikQJ9M8ZEl81Zqtu4puJ { width:17.125rem;height:3.4375rem;top:2.3125rem;left:15.312501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMSDkkAiyey4ehTmUB3iC1mvWW0p2vfR { display:block; }
 }@media only screen and (max-width: 763px) { #lsq2PgJ90HkU5WQlwlZgMSU9sZOy1Jc4 { display:block; }#lsq2PgJ90HkU5WQlwlZgMSU9sZOy1Jc4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AuV3n4o0XeL9SZtvELHCN91PK2zDgmXZ { width:29.375rem;height:38.25rem;top:3.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xd3h5rOhlF01Km3MpW8Pbvq68ndKg2Pw { width:26.125rem;height:43.5rem;top:7.75rem;left:21.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nukHEFX5mkuyTBRzUNe7WhL1OQrtipWH { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #cZTFCJSpCscTwyvOfWQslugUTDdBHoJS { width:25rem;height:4.375rem;top:51.1875rem;left:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6PvEtvhzOJl8mrCCdt4C44VRlSrhG19 { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #sOJTqrwFNTL1LSMA3RADMLwgTTgZhser { width:28.125rem;height:;top:3.5625rem;left:19.625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qHosFHT69BpbOfbmc6eIW9TI6ASWeuuM { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #OlFON3xT4KGSTSA9yMFRKaTmP4b2Rxdo { display:block; }#OlFON3xT4KGSTSA9yMFRKaTmP4b2Rxdo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l8vTFuvyuzTolfT3FGwtT8vr8k0k5VMJ { width:47.75rem;height:3.25rem;top:5.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCTvZnNpmLu27NZqcQmTenLPoyUuTTJu { display:block; }#DCTvZnNpmLu27NZqcQmTenLPoyUuTTJu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H6eTtAi7bpT9Wu9bHu5xd2HrLUuE5p4s { width:27.625rem;height:27.625rem;top:3.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OygVBayQ8g2uDPXpM4sP4wKvyEs1xRvT { width:27.4375rem;height:27.4375rem;top:33.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sKJxOJloy3wiPd4x0bpdLTNR3UW8f4Ub { width:27.625rem;height:27.625rem;top:33.375rem;left:20.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g5dvwlIDwxpKao2LhomyEtTTRxAcMa2T { width:27.625rem;height:27.625rem;top:3.3125rem;left:20.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HrJm1mpbrrKbB2XtViLVNRCxew7siurJ { display:block; }#HrJm1mpbrrKbB2XtViLVNRCxew7siurJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b9DBE1T4XoQL6VRQ69SwuCh3XwlWychL { width:47.75rem;height:3.25rem;top:5.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6L6cXSSEhm88hb99to7Fry0amRsfrlt { width:36.1875rem;height:2rem;top:4.875rem;left:5.78125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #awmZpXgTadKuEmRSyZw5C5aEeTVa7Jqx { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #nRdFRZsIrM4NBnwkOyXrfLbbfGRH0R35 { display:block; }#nRdFRZsIrM4NBnwkOyXrfLbbfGRH0R35 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #scuPaUcha2fw00KTM8lyfcoQSUdUBqRp { width:47.75rem;height:3.25rem;top:5.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fzwNapdo530dMzn7DLfDLaomoqdsqwkc { width:33.0625rem;height:3rem;top:15.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tVXzMBO3A7Ln53197kHxgThorBNZfFLo { width:47.75rem;height:3.25rem;top:5.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aIZ5ytlNNBBzgzVoLfwBD3PiTMlWsUTV { width:3.125rem;height:3.125rem;top:13.0625rem;left:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hi0DldwoK8U01y1JPupSqeDb374cROXN { width:19.6875rem;height:19.6875rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wrRdDeh1yJd4y4srEVqvhfUxUSlDsCTR { width:47.75rem;height:3.25rem;top:5.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MfOfVKNuWIq5aH5EaX44eAdhENU8R4Pg { width:10.9375rem;height:10.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #gKKoXLXVfGl5kiibnGqFRq04g1QzAc2i { display:block; }#gKKoXLXVfGl5kiibnGqFRq04g1QzAc2i > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EBX768HyhH5FnqZFM1b4D8xq8mvBVnS1 { width:47.75rem;height:3.25rem;top:5.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uek8lWF8eqAcEt9nm5MmKRMwzS3HiRUk { width:47.75rem;height:3.25rem;top:5.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #klPsT3mh44Z1oBlMv64sDa9wW00cwcfp { width:3.125rem;height:3.125rem;top:13.0625rem;left:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HayUVBxZgAP82BA90qgtMOCCCLiX5G9S { width:47.75rem;height:3.25rem;top:5.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOx0wSuSlBC59ATbSqkXzoTOMxAd5XIE { width:33.0625rem;height:4.5rem;top:16.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gAhxARg0FJ8qrZOzh4CVdAArBAPbGT38 { width:19.75rem;height:19.75rem;top:1.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PGEl89W3qUEJT8yD3k76PMJoXfvhx61w { display:block; }#PGEl89W3qUEJT8yD3k76PMJoXfvhx61w > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vDz9OoTQO0OOTgHMhs6QMV5sQO6rPGRU { width:47.75rem;height:3.25rem;top:5.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o9VGqMOnCnUIfaz22RpeMZ0qO0LMT2UK { width:47.75rem;height:3.25rem;top:5.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0nabzvIbvAAJn3AakfPoxLxoxPpTGK9 { width:3.125rem;height:3.125rem;top:13.0625rem;left:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #efabNvUoC5n7Kwka4GqoeeI45AVh52oT { width:47.75rem;height:3.25rem;top:5.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sUWpnyf7bqEiiZS9q2Zh0fX3MRdiIdww { width:19.75rem;height:19.75rem;top:1.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #seTm38RvlTe9TKRO5X1CkrtwirwErA46 { width:33.0625rem;height:3rem;top:16.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wq2auw7DfWmSA16NXgrghx5Rzdzzo9ck { display:block; }#Wq2auw7DfWmSA16NXgrghx5Rzdzzo9ck > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RxK6NLUv3qPuULTo4NHSFw7v3OBElyBC { width:47.75rem;height:3.25rem;top:5.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R4uoEh6Dx4X47xeRGgVZ8hhD1Erms0T3 { width:47.75rem;height:3.25rem;top:5.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kwb8ob8bTULrearD3sTx7WcxRXH4iC72 { width:3.125rem;height:3.125rem;top:13.4375rem;left:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VPLSxvom2DG696MxUrTWJFvNx4qmGXE8 { width:47.75rem;height:3.25rem;top:5.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zd2OrScmNgciQTcZlOIZU7kf5LT6qPZF { width:19.75rem;height:19.75rem;top:1.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXSPHPiDrDsmG6a5xw8prOzzmCXHsf9G { display:block; }#EXSPHPiDrDsmG6a5xw8prOzzmCXHsf9G > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H7XNIGcrOwwK08Cv9qsoOK38AikHAbWH { width:47.75rem;height:4.0625rem;top:8.4375rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rkSrKs7TTpUt4Enqhq0n4SiWJJaS3aWs { width:47.75rem;height:1.75rem;top:13.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dk38IdX1AtG424fgbwhB6ZCowpPBxKPt { width:2.5rem;height:0.125rem;top:15.6875rem;left:22.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ov4T47xqoTrok9nRMfeq2Fc9OmcTk1UN { width:47.75rem;height:9.75rem;top:3.375rem;left:0rem;font-size:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ih8q4QTmBn3Z8p8LSLcMitWhIHQtOl2d { width:27.625rem;height:26.9375rem;top:17.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGqhQqMy8FCbqDtqXPCqv7efEs5s8SkK { width:21.75rem;height:18.6875rem;top:24.125rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Blx99CBEteQQqcZgs5XTiVusWAGT8b3z { width:11.25rem;height:1.9375rem;top:22.1875rem;left:30.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q30lrZucdEeL4mnMmbVmVdTTSdZv5eR9 { width:11.25rem;height:1.25rem;top:24.125rem;left:30.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t14fVyLwLebRJMyNxSrt7mkTanHH1aJO { width:7rem;height:7rem;top:21rem;left:22.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UX9q3v8zEolJQmATaJRHWLZfDTIuUndQ { width:22.8125rem;height:17rem;top:44.75rem;left:21.78125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A24TftFqcC5TnGkXBIqNIw3poOvOcsko { width:7.5625rem;height:7.5625rem;top:48.875rem;left:13.2rem;display:block; }
 }@media only screen and (max-width: 763px) { #BUepJio5Vd7WKvNDQPKqV8w3UP0pi2Fz { width:11.25rem;height:1.9375rem;top:57.875rem;left:6.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KmmK8ip7PqG55AdeJDw26XxwTvFftaHa { width:11.25rem;height:1.25rem;top:59.5625rem;left:6.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZTCoXyCDczg7rKBchPvD27n02MayKNF { width:23.375rem;height:3.8125rem;top:41.125rem;left:21.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lApgpLZgDN3PsQArWm0alK4TxfmGHRtg { width:23.375rem;height:3.8125rem;top:20.375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qCXTxM3UVXx7ePGFGpQiwgN3DJ63hRTD { width:27.625rem;height:26.9375rem;top:37.5625rem;left:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bCCnX9TfdCLvlTrZgA5UKCst4COUzrpl { width:2.5rem;height:2.5rem;top:104.8125rem;left:31.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eHcr6qTpqXBNSHJp1I0g3erEed2r9VBn { width:2.5rem;height:2.5rem;top:111.875rem;left:43.987499237061rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLyIQPSqbwtir7prC90nwa3io9azRkIs { width:17.6875rem;height:15.75rem;top:70.1875rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LD3Pp9xFwGTJoepbCPVcqvzJimrLSL12 { width:17.6875rem;height:5.8125rem;top:86.25rem;left:21.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vgx5L13XVO50e1NnPqPOK1h8imLhAz3r { width:24.875rem;height:24.25rem;top:65.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CDMTULOTemcga6X7XoarWyatTnN2EC6f { width:19.4375rem;height:19rem;top:79.875rem;left:20.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lc11KGu5kOFGQXhg9xZpbwaf5L7TarKt { width:2.5rem;height:2.5rem;top:15.625rem;left:43.924999237061rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZW5mXxb4HSpwA7G5DivRoJZzAKBXQr9M { width:18.6875rem;height:18.25rem;top:63.8125rem;left:29.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwNl4dMgXa2naugwgXB98zf99o5W2T9o { width:17.6875rem;height:4.75rem;top:70.5625rem;left:30.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yG7LgWWNJ4z3thMWg1CcVpr0ZRwFXVyK { width:18.5rem;height:9.125rem;top:101.125rem;left:2.48828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0OQJR29weuGookUhxWLHdpeoPre4ygd { width:22.875rem;height:22.3125rem;top:94.5625rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mhZWSXg6WgDTzQyJrMygWmTURnevh7WN { display:block; }#mhZWSXg6WgDTzQyJrMygWmTURnevh7WN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TW6LHnMl2OsgPtzmw4ULs3VTa4ISRqH8 { width:47.75rem;height:3.375rem;top:14.1875rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzyDxLSV7CJn3DsROd26FUnJAPuzSaaR { width:3.4375rem;height:0.125rem;top:7rem;left:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Khl24d8ssO6U8OthCHW2cnCmqVQDM53F { width:3.4375rem;height:0.125rem;top:7rem;left:26rem;display:block; }
 }@media only screen and (max-width: 763px) { #CScD2hhpbGJLzZEMLXc4APA5v33o2vmT { width:11.375rem;height:11.375rem;top:20.3125rem;left:18.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IezVrv5PAcaSCnWRDguWnEiuHmwlEFGB { width:47.75rem;height:38.375rem;top:33.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vsZQBx4N0RTMDPueZak0wBhKraEOlkUP { width:47.75rem;height:55.125rem;top:18.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ef1U9v4O4qNiiNzIykrTCsKGPEZyEtpT { width:3.25rem;height:0.0625rem;top:75.125rem;left:22.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtZeombSwFM826sIFnZppZA7wDZMyXal { width:16.875rem;height:1.5625rem;top:76.6875rem;left:15.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIllLZCOiPGFEZ6TKPCNL7OUn0IoCcgq { width:10.25rem;height:10.25rem;top:20.8125rem;left:18.650001525879rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWz0LUJA3RkoDEpAPlGH1rDUT69NhSsW { width:3.0625rem;height:3.0625rem;top:5.5625rem;left:22.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #En4ha5lT3vfP4tvwy3Tc5QcN4UnsaCkL { width:47.75rem;height:3.375rem;top:9.5625rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #koB0M4O8pUbcAgWStGgPv73aQwFbggRx { display:block; }#koB0M4O8pUbcAgWStGgPv73aQwFbggRx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xwxeCB327Jk6tEHK0pwWTFoQsoNIPTXS { display:block; }#xwxeCB327Jk6tEHK0pwWTFoQsoNIPTXS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RmiiCPJ8tGkg7cBGtJVTF46JsXlBTMvW { width:47.75rem;height:4.875rem;top:13.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OnTxOTS5b9s25Vf6vBABtTo33z5Pbwib { width:39rem;height:6rem;top:6.4375rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xB6kcQP67Vx8QEAKp0cy60ylKh0Lculb { display:block; }#xB6kcQP67Vx8QEAKp0cy60ylKh0Lculb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K4DQ2NCpkq3EWAQtdTRWkLsTtnb43b3L { width:17.5rem;height:3.3125rem;top:78.875rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sxuNWAzikx6NTAy56xmeuEfUe66NM3Kr { display:block; }
 }@media only screen and (max-width: 763px) { #dnnIMP7tH0M3EPpHx3VRMTzpRylgIn04 { width:8.5625rem;height:2.875rem;top:75.1875rem;left:31.312501907349rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #msvVyTmD7csOuK5NkTThST3m4ATlhVN9 { width:12.5rem;height:2.25rem;top:75.5625rem;left:35.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bkp1TBgXHOHVx8TmI4UMgHP7HaZVrXlH { width:12rem;height:1.8125rem;top:75.875rem;left:35.75rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #awz6tIbzqslT1107HROKPzJbTFhdzwzq { width:47.75rem;height:26.865605427975rem;top:2.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O4SaLzqd7VQZVchABh7TgNsApoqGvDUD { width:25.125rem;height:4.75rem;top:40.375rem;left:0.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8Wwtn3PwlCOrywse2Wz9KGh3pZa7IN4 { width:25.1875rem;height:3.1875rem;top:35.75rem;left:0.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uwz844tkcvwTzP595e314EHrTPsUehkp { width:25.875rem;height:3.1875rem;top:51.5625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVXBdv2s8yduSSNpIpqyWXCUW4H6vN9y { width:1.9375rem;height:1.9375rem;top:36.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wh4bk5uIiz9hV8d9tMNfTml9hXODVik2 { width:1.9375rem;height:1.9375rem;top:41.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DXKrfZMlMinGtDJHBxgEuuU7TnKnKPfr { width:28rem;height:4.75rem;top:78.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUctd4JxIGkoniIarmKERkdcxMuIfRvP { width:25.9375rem;height:3.1875rem;top:46.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGPubJ2zoeC8qfKbkhsKAvZzQGLPHyLC { width:25.3125rem;height:17.5rem;top:58.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gEqos0baQp1A5qsLumV2LrgifK5lVBCD { width:1.9375rem;height:1.9375rem;top:46.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EsrUt2VvDVo15u9gPE4AXtKxNeZfEvft { width:1.9375rem;height:1.9375rem;top:51.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AEFzXydA4sg1PoWCTQSPhOzMPRiKJrA4 { width:1.9375rem;height:1.9375rem;top:56rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IuWLQy5BnpF8Pi3d3s85GhSHMSLglZBN { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #t4Dttg7XA22G2diXZ82wNZBMTqe9KMB5 { width:47.75rem;height:5.875rem;top:0.1875rem;left:0rem;font-size:2.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #l4GJD8fsEwVOJlFVaPyXSfTTuH4Zzzg4 { width:25.3125rem;height:1.5625rem;top:56.5625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZFrFmoDmNWcwDUXVJoLlRBh02KTnzxX { display:block; }#vZFrFmoDmNWcwDUXVJoLlRBh02KTnzxX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VBGz2B6OqNwbW7ZD7GZcs0JIl3Ph5fle { width:44.0625rem;height:11.6875rem;top:9rem;left:1.84375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ByF13wPh2AKGTcKg5il7e7wSLSJtJzCS { display:block; }#ByF13wPh2AKGTcKg5il7e7wSLSJtJzCS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ABXtSXlXpo9WKecy8rOGmQPIk0kW73gk { width:22.875rem;height:1.25rem;top:8.0625rem;left:12.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HlsnGwom4FyxhDeVEkveEPPmn9LkLxUQ { width:17rem;height:1.25rem;top:1.75rem;left:15.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sR6WZOtzATHQo5wAJfIQGr11f7EotRQz { width:12rem;height:2.9375rem;top:3.9375rem;left:17.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7ASwGQihtZgMINpygWxS9lTwyTRJZai { display:none; }#z7ASwGQihtZgMINpygWxS9lTwyTRJZai > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #XUCRsIHQ12QngO7sJgBMveEGR0BXGU2v { width:17.125rem;height:3.4375rem;top:32rem;left:3.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #mPpme3cZay5KNyR5zc5c8APMe90UQsgV { display:block; }
 }@media only screen and (max-width: 763px) { body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#NX3pPOGAx0ic4sC5wtAD0H1JDal5r9FN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NX3pPOGAx0ic4sC5wtAD0H1JDal5r9FN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NX3pPOGAx0ic4sC5wtAD0H1JDal5r9FN > .row > .video-iframe-container { display: none; }#NX3pPOGAx0ic4sC5wtAD0H1JDal5r9FN > .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); } }@media only screen and (max-width: 763px) { #heN7zThmtJmAmTwgF8duMV1qF2auL8Ld { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/b6297596-d5b1-4da6-8d62-18da724b2e58/Golden_Dark.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#heN7zThmtJmAmTwgF8duMV1qF2auL8Ld.adaptive-delivery-prevent-bg, #heN7zThmtJmAmTwgF8duMV1qF2auL8Ld.lazyload, #heN7zThmtJmAmTwgF8duMV1qF2auL8Ld.lazyloading { background-image: none; }#heN7zThmtJmAmTwgF8duMV1qF2auL8Ld > .row .container { background-color: transparent; background-image: none; }#heN7zThmtJmAmTwgF8duMV1qF2auL8Ld::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#heN7zThmtJmAmTwgF8duMV1qF2auL8Ld > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#heN7zThmtJmAmTwgF8duMV1qF2auL8Ld > .row .container > .video-iframe-container { display: none; }#heN7zThmtJmAmTwgF8duMV1qF2auL8Ld > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#heN7zThmtJmAmTwgF8duMV1qF2auL8Ld > .row > .video-iframe-container { display: none; }#heN7zThmtJmAmTwgF8duMV1qF2auL8Ld > .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); }#heN7zThmtJmAmTwgF8duMV1qF2auL8Ld > .row .container { width:20rem;height:75.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uuIZ5p8y7PxK2Tn61uLondKi6uXG5BBd { width:20rem;height:8.2875rem;top:45.625rem;left:0rem;font-size:1.0625rem;font-weight:400;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Xh9gdcvMl7gDrePho9mc2C27cDbgqVZc { width:6.1875rem;height:2.275rem;top:63.800000190737rem;left:6.9062498807906rem;font-size:1.75rem;z-index:15017;color:#000000;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TaJGs3mEIN4FnIWv8w5e4UlgwXTMw38O { width:17.9375rem;height:2.375rem;top:63.750122070312rem;left:1.03125rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #utvCxoHBOHTfQiAslGB8TnOhwLf8eKWl { width:6rem;height:1.70625rem;top:64.084375381469rem;left:13.093750357628rem;font-size:1.3125rem;z-index:15016;text-align:center;text-align-last:center;color:#534a4a;display:block; }
 }@media only screen and (max-width: 763px) { #uFKtEpAccPfE6tl8izV1FdnpPqSSmshr { width:20rem;height:11.1875rem;top:14.871096730232rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #nQyTxfqACBNqdNddTMUTauLS46qiN8vF { width:20rem;height:3.4125rem;top:54.75rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #UFkGRFhXOmZh2VCzO90TLgrKpkHW8C3a { display:flex;top:58.9375rem;left:8.4375rem;width:3.125rem;height:3.125rem;z-index:15026; }
 }@media only screen and (max-width: 763px) { #wTVrwEANMGSZIZVncHDocqfA6yrOJDpP { width:14.9375rem;height:2.7rem;top:8.1265630722044rem;left:4.0500000715256rem;font-size:1.5rem;font-weight:700;font-style:normal;line-height:.9;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #A5R9IsX5WvtucEppVrq6qr9XOUOzKQVS { width:17.625rem;height:2.475rem;top:11.76406288147rem;left:2.3750001192093rem;font-size:2.25rem;text-align:center;text-align-last:center;line-height:1.1;color:#ffffff;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #rVJq5CuOGGk3nUcBaL44bQf4DzyN4lfO { display:flex;width:3.125rem;height:3.125rem;top:70.75rem;left:8.4375003576281rem; }
 }@media only screen and (max-width: 763px) { #l5MVRzMptRwuzi2bZ8CN1TLnUildVBJL { width:16.9375rem;height:3.0625rem;top:67.6875rem;left:2.0812500715256rem;font-family:"source sans pro";text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HELOVsiprm65DQD8dBQ0D0no214n7e2l { display:block; }
 }@media only screen and (max-width: 763px) { #yXIoVtwCvAeHysDVVQ4GG3hZBG95dtRO { display:flex;width:3.125rem;height:3.125rem;top:5.0015625953674rem;left:8.4375003576281rem; }
 }@media only screen and (max-width: 763px) { #rGWx4k181RRwgap7mBfh07wxKJ32tFMB { width:20rem;height:4.63125rem;top:1.1117191314698rem;left:0rem;font-size:1.1875rem;font-weight:400;font-style:normal;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EodDNJXPb3z98pVUFPAB5SOGtz6RBF6O { width:19.875rem;height:11.1875rem;top:25.05859375rem;left:0rem;overflow:hidden;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #vaAhumKwKWpqzVeS7TxqWWdaZbbwpK6d { top:31.550000190735rem;left:1.28125rem;width:17.4375rem;height:17.4375rem;z-index:15030;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #SkVQAn9U91VOVkSAUTm3irOxXnaKWZs2 { top:64.03125rem;left:5.8749998807907rem;width:1.8125rem;height:1.8125rem;z-index:15031;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #hq2HisfU1Qm84THXgT32aTtQdut0064D { top:64.03125rem;left:12.250000357628rem;width:1.8125rem;height:1.8125rem;z-index:15032;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #RQSfhXpGtDdtG5pv0pITwpV2WpoUV8ov { top:9.4265632629394rem;left:0rem;width:5.875rem;height:5.875rem;z-index:15033;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #vpOXeTg9A2I2RuzvxPMqyAfRWV5sD1eG { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/96990804-3cad-4b16-b0b6-657dd2a5d2fc/Krainasnw_to_dark_sky.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#vpOXeTg9A2I2RuzvxPMqyAfRWV5sD1eG.adaptive-delivery-prevent-bg, #vpOXeTg9A2I2RuzvxPMqyAfRWV5sD1eG.lazyload, #vpOXeTg9A2I2RuzvxPMqyAfRWV5sD1eG.lazyloading { background-image: none; }#vpOXeTg9A2I2RuzvxPMqyAfRWV5sD1eG > .row .container { background-color: transparent; background-image: none; }#vpOXeTg9A2I2RuzvxPMqyAfRWV5sD1eG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vpOXeTg9A2I2RuzvxPMqyAfRWV5sD1eG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vpOXeTg9A2I2RuzvxPMqyAfRWV5sD1eG > .row .container > .video-iframe-container { display: none; }#vpOXeTg9A2I2RuzvxPMqyAfRWV5sD1eG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vpOXeTg9A2I2RuzvxPMqyAfRWV5sD1eG > .row > .video-iframe-container { display: none; }#vpOXeTg9A2I2RuzvxPMqyAfRWV5sD1eG > .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); }#vpOXeTg9A2I2RuzvxPMqyAfRWV5sD1eG > .row .container { width:20rem;height:75.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rWqVZuCIxIS711KKd5621qxrH36fgCDQ { width:20rem;height:7.8rem;top:1.0929778814316rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;font-weight:300;font-style:normal;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #lZDS4H4pTHvR1IVes5ICThhXfIebAFEQ { width:19.5625rem;height:4.8rem;top:32.35390663147rem;left:0.21875rem;text-align:center;text-align-last:center;font-size:1rem;color:#ffffff;font-weight:400;font-style:normal;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #o1r2h4WCePGzBW3Qhw5JRC8CwUrHCqg5 { width:18.6875rem;height:11.7rem;top:9.9750027656556rem;left:0.65625rem;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #nDAq6mTJq7Scc2CWwZS7OtBbvLJ21vLA { width:20rem;height:3.2rem;top:41.500001907349rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;color:#ffffff;font-weight:400;font-style:normal;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #lraKOixTVtsZQy720WHqFJXTgyk2EMUW { width:20rem;height:4.8rem;top:48.906251907349rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;color:#ffffff;font-weight:400;font-style:normal;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #Haku7st0ZfBEqOUI4JBrm2rTx1TaCsu9 { width:20rem;height:4.8rem;top:59.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;color:#ffffff;font-weight:400;font-style:normal;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #ZxNRK9TXezq1FoRE54iR0ZN1sTkQWWZB { width:19.125rem;height:3.2rem;top:69.624219894406rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;color:#ffffff;font-weight:400;font-style:normal;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #PxCiC9JylmZuwZwdw5FAPlX2etUPG7VC { width:20rem;height:1.625rem;top:26.011719226837rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;font-weight:700;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #iFz0eG6D6JkbVbPtNuuDqp36oKGNVzve { display:flex;top:23.624218463897rem;left:9.03125rem;width:1.9375rem;height:1.9375rem;z-index:15022; }
 }@media only screen and (max-width: 763px) { #gmuWE4umFkzktQIk7VZ9Ud33RGRMP9Ae { width:3.125rem;height:3.125rem;top:29.278907775879rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ArpmbI8GTFTr0hbgxoVTcdMQKaeDEhG9 { width:3.5625rem;height:3.5625rem;top:45.343751907349rem;left:8.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L3dhKZLnPV9B3mhtxUNTMQnS0D9kSNA2 { width:3.5625rem;height:3.5625rem;top:64.962501525881rem;left:8.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #csIFp5K2QeBhip2spSxJThvc1ODZgEpy { width:3.5625rem;height:3.5625rem;top:54.737504959106rem;left:8.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AVaMrBmJpSSzdwRpMpOG4eNkTL9pD8Pz { width:3.5625rem;height:3.5625rem;top:37.937501907349rem;left:8.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0vLV5AdDH73P6u0PF5OplmPpVoTk1Tx { width:20rem;height:18.75rem;top:219.49766921997rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #xUuE6gwIzNyC99bMhq6keA6DJCyn8E4P { top:0rem;left:0rem;width:20rem;height:22.875rem;z-index:15002;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #XB8Ohsuh34SSSkKPpulihzlZEETJlCK9 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/bcefe99b-a0a3-4c80-8266-0f6204d58786/Krainasnw_to_hand_eye_pink_moon.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#XB8Ohsuh34SSSkKPpulihzlZEETJlCK9.adaptive-delivery-prevent-bg, #XB8Ohsuh34SSSkKPpulihzlZEETJlCK9.lazyload, #XB8Ohsuh34SSSkKPpulihzlZEETJlCK9.lazyloading { background-image: none; }#XB8Ohsuh34SSSkKPpulihzlZEETJlCK9 > .row .container { background-color: transparent; background-image: none; }#XB8Ohsuh34SSSkKPpulihzlZEETJlCK9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XB8Ohsuh34SSSkKPpulihzlZEETJlCK9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XB8Ohsuh34SSSkKPpulihzlZEETJlCK9 > .row .container > .video-iframe-container { display: none; }#XB8Ohsuh34SSSkKPpulihzlZEETJlCK9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XB8Ohsuh34SSSkKPpulihzlZEETJlCK9 > .row > .video-iframe-container { display: none; }#XB8Ohsuh34SSSkKPpulihzlZEETJlCK9 > .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); }#XB8Ohsuh34SSSkKPpulihzlZEETJlCK9 > .row .container { width:20rem;height:114.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AnbV0POuV546RH3MdraCt3BRiTVqM2yz { width:20rem;height:0;top:23.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RxXTerAJnOeDMamfLCGS9S9EP8yCmBHT { width:20rem;height:10.5rem;top:33.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.4;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Z8U5ETle4Ii9euWDEbNRTTmCUbHybKt8 { width:20rem;height:15.6rem;top:15.972665786743rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ipl7vGaJseEpMJL1gkLccrKZL8y9Qvhl { width:20rem;height:7.4375rem;top:54.27499961853rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #F7uUgxfsckooOCPs7OmkJgyQweKPhK1P { width:18.9375rem;height:4.4625rem;top:67.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #a8AUOwIxsM31NTdzH0GimwuTPPynkPB7 { width:20rem;height:2.975rem;top:77.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #w1LyztrX7ucs7tVpJQ3JVcJ6VLEPUGPJ { width:20rem;height:5.95rem;top:85.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #TUqWDNWJcHZecvyqPg22OsvPgkU9huFI { width:20rem;height:2.975rem;top:96.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #lEHGmr8BIRBuB55rXtx68qqsHXXDHLD2 { width:20rem;height:8.925rem;top:103.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #ngGIpE5WhlkSm949KCJJRp8AvOxxxds4 { width:1.875rem;height:1.875rem;top:51.4375rem;left:9.0625003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #ySaqb1beavJqa9662OMM9w9m58CvSQRy { width:1.875rem;height:1.875rem;top:13.339844465256rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRa9E2APRRT1IRVH7yuVppyKlC1uUaR6 { width:1.875rem;height:1.875rem;top:100.6875rem;left:9.0625003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #qmIaupkK8nHzgAd0TPzU62l8BI53TLRy { width:1.875rem;height:1.875rem;top:64.512499809262rem;left:9.0625003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #NdzuTOCe2iNtgVBpFJALQceQ6B8PTHWn { width:1.875rem;height:1.875rem;top:73.4375rem;left:9.0625003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #EmKl0OnfUidcXenpyxTdrLqTJwvQ4LKO { width:1.875rem;height:1.875rem;top:92.875rem;left:9.0625003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxb0s1cqSHAvRa7calBq1fBdLwTucBs6 { width:1.875rem;height:1.875rem;top:82rem;left:9.0625003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #OIwkpRn3shxDH2VE5zvMXxZteK1QT2TP { top:15.972656965256rem;left:0rem;width:20rem;height:16.5625rem;z-index:15002;background-color:rgba(255,255,255,0.47);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #pnKoSeS3RtISbvR7cmw3QtRmsVZTvNLT { width:20rem;height:3.5rem;top:46.800001144409rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.4;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #BTrk3nDlpLOD7iGcBpnKpSTyizw8IL5K { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/c91594b2-99db-46a7-a039-cbe9880bc2cb/Krainasnw_to_dark_pink_moon.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#BTrk3nDlpLOD7iGcBpnKpSTyizw8IL5K.adaptive-delivery-prevent-bg, #BTrk3nDlpLOD7iGcBpnKpSTyizw8IL5K.lazyload, #BTrk3nDlpLOD7iGcBpnKpSTyizw8IL5K.lazyloading { background-image: none; }#BTrk3nDlpLOD7iGcBpnKpSTyizw8IL5K > .row .container { background-color: transparent; background-image: none; }#BTrk3nDlpLOD7iGcBpnKpSTyizw8IL5K::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BTrk3nDlpLOD7iGcBpnKpSTyizw8IL5K > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BTrk3nDlpLOD7iGcBpnKpSTyizw8IL5K > .row .container > .video-iframe-container { display: none; }#BTrk3nDlpLOD7iGcBpnKpSTyizw8IL5K > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BTrk3nDlpLOD7iGcBpnKpSTyizw8IL5K > .row > .video-iframe-container { display: none; }#BTrk3nDlpLOD7iGcBpnKpSTyizw8IL5K > .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); }#BTrk3nDlpLOD7iGcBpnKpSTyizw8IL5K > .row .container { width:20rem;height:20.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lJ7cxOWMLURfhKcuZ7QZoTJ4QJ1Eki8x { width:13.3125rem;height:8.9375rem;top:6.625rem;left:2.65625rem;text-align:center;text-align-last:center;font-size:1.375rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #XmIh02fbSX8iPkn6lLfwxiO4lxBmhRng { background-color:#e7ccd1;background-image:url("https://images.assets-landingi.com/uc/f9fb5475-3a26-4d71-a264-d7448abfe349/Krainasnw_to_hand_gold_planet.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#XmIh02fbSX8iPkn6lLfwxiO4lxBmhRng.adaptive-delivery-prevent-bg, #XmIh02fbSX8iPkn6lLfwxiO4lxBmhRng.lazyload, #XmIh02fbSX8iPkn6lLfwxiO4lxBmhRng.lazyloading { background-image: none; }#XmIh02fbSX8iPkn6lLfwxiO4lxBmhRng > .row .container { background-color: transparent; background-image: none; }#XmIh02fbSX8iPkn6lLfwxiO4lxBmhRng::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XmIh02fbSX8iPkn6lLfwxiO4lxBmhRng > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XmIh02fbSX8iPkn6lLfwxiO4lxBmhRng > .row .container > .video-iframe-container { display: none; }#XmIh02fbSX8iPkn6lLfwxiO4lxBmhRng > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XmIh02fbSX8iPkn6lLfwxiO4lxBmhRng > .row > .video-iframe-container { display: none; }#XmIh02fbSX8iPkn6lLfwxiO4lxBmhRng > .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); }#XmIh02fbSX8iPkn6lLfwxiO4lxBmhRng > .row .container { width:20rem;height:55.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EamebeDTCKF5PQHEOTAxQdt1VkpIuFS8 { width:16.1875rem;height:1.9375rem;top:21.812500953674rem;left:1.90625rem;text-align:center;text-align-last:center;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D86yPsGvMFJXk46qTezWO000wbyKKg5f { width:17.5rem;height:1.6875rem;top:28.124990940094rem;left:2.5rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sf9oDvpxweDO3VNcRQND7cyCuvRlc94F { width:2.0625rem;height:2.4375rem;top:27.75rem;left:0.25rem;text-align:left;text-align-last:left;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e2TuNxCTKB6A5WfrzUa2WLKTQQ0Ge0MR { width:0.0625rem;height:0.75rem;top:26.8125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #slVdncMmIaODIqfAT33zPM9h81LBR3KW { width:3.375rem;height:0.0625rem;top:26.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EMaf49A5ZLIyFOtFgmbXWLZr4wpVl1KM { width:3.375rem;height:0.0625rem;top:14.0625rem;left:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #rlZ0xgn057SIDnghHvJ1VvGDe3ygTJaL { width:19.1875rem;height:11.3125rem;top:30.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uya5oBCE1Ne3mKThpWepGFbR1hkUrBdo { width:20rem;height:11.125rem;top:42.5rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;font-weight:400;font-style:normal;display:block; }#Uya5oBCE1Ne3mKThpWepGFbR1hkUrBdo li:before{  }
 }@media only screen and (max-width: 763px) { #sHTDrFk8HpeHT3Q7RKEALzamgetc3tfK { width:0.0625rem;height:12.1875rem;top:36.625rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #To54VCHQTKxVfwFuPNb24Mqu4QFzdTKD { width:18.3125rem;height:1.6875rem;top:14.184374809265rem;left:0.84375rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U9kAFXTaW0oLGwIPNrtOVosHmgXe8Xub { background-color:#ffffff;background-image:none;display:block; }#U9kAFXTaW0oLGwIPNrtOVosHmgXe8Xub > .row .container { background-color: transparent; background-image: none; }#U9kAFXTaW0oLGwIPNrtOVosHmgXe8Xub::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U9kAFXTaW0oLGwIPNrtOVosHmgXe8Xub > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U9kAFXTaW0oLGwIPNrtOVosHmgXe8Xub > .row .container > .video-iframe-container { display: none; }#U9kAFXTaW0oLGwIPNrtOVosHmgXe8Xub > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U9kAFXTaW0oLGwIPNrtOVosHmgXe8Xub > .row > .video-iframe-container { display: none; }#U9kAFXTaW0oLGwIPNrtOVosHmgXe8Xub > .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); }#U9kAFXTaW0oLGwIPNrtOVosHmgXe8Xub > .row .container { width:20rem;height:28.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TTJzhQNrwKz72JgUdaQFl17Z7tENsRZa { width:17.5rem;height:1.6875rem;top:2.2492132186889rem;left:2.5rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xS9QOZHXBvrroagcosg1JTJmVHdpQ2Hm { width:2.0625rem;height:2.4375rem;top:1.875rem;left:0.25rem;text-align:left;text-align-last:left;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vlwSDfCdI6e0kETClMpWHG1lOe9DzXxt { width:0.0625rem;height:0.75rem;top:0.8125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfcPhDLtn4zL6CTRPXseH2T4pzi0u8wK { width:3.375rem;height:0.0625rem;top:0.8125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hS1n9hoDg6y89up2e8beiExvvT8896ml { width:3.375rem;height:0.0625rem;top:5.0625rem;left:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #esqmtT4afoKifbwPtviQil5y0WBzqXbk { width:20rem;height:8.125rem;top:18.374218344688rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;font-weight:400;font-style:normal;display:block; }#esqmtT4afoKifbwPtviQil5y0WBzqXbk li:before{  }
 }@media only screen and (max-width: 763px) { #dn4OtKkP6zTqVKpvT5qpucTq6H2dEiQi { width:0.0625rem;height:9.25rem;top:29.81325rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #WcHQsRIgZxVmmQfhdkbLXzsAW1gT4per { width:20rem;height:11.8125rem;top:6.4374866485594rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wn3ymT72sW2zyEewTGbQDyXnQeMU10Ti { background-color:#e7ccd1;background-image:url("https://images.assets-landingi.com/uc/96990804-3cad-4b16-b0b6-657dd2a5d2fc/Krainasnw_to_dark_sky.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#wn3ymT72sW2zyEewTGbQDyXnQeMU10Ti.adaptive-delivery-prevent-bg, #wn3ymT72sW2zyEewTGbQDyXnQeMU10Ti.lazyload, #wn3ymT72sW2zyEewTGbQDyXnQeMU10Ti.lazyloading { background-image: none; }#wn3ymT72sW2zyEewTGbQDyXnQeMU10Ti > .row .container { background-color: transparent; background-image: none; }#wn3ymT72sW2zyEewTGbQDyXnQeMU10Ti::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wn3ymT72sW2zyEewTGbQDyXnQeMU10Ti > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wn3ymT72sW2zyEewTGbQDyXnQeMU10Ti > .row .container > .video-iframe-container { display: none; }#wn3ymT72sW2zyEewTGbQDyXnQeMU10Ti > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wn3ymT72sW2zyEewTGbQDyXnQeMU10Ti > .row > .video-iframe-container { display: none; }#wn3ymT72sW2zyEewTGbQDyXnQeMU10Ti > .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); }#wn3ymT72sW2zyEewTGbQDyXnQeMU10Ti > .row .container { width:20rem;height:63.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eizSP1RV92EToyTfgzMQLmxBg76Cwsb7 { width:16.75rem;height:3.375rem;top:2.3125066757202rem;left:2.3125rem;text-align:left;text-align-last:left;font-size:1.125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #TVzAc4xtpb9OvnV5CzLV0fEZang2GgE4 { width:2.0625rem;height:2.4375rem;top:1.8125rem;left:0.25rem;text-align:left;text-align-last:left;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #yGC9frD88LGoJImte4k84VZsbQV3ABP4 { width:0.0625rem;height:0.75rem;top:0.75rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQmqIThFBlyVEUJhlqn4d3AUxKCiaaMH { width:3.375rem;height:0.0625rem;top:0.75rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HilQkozKEVK3ZQrCQ2ATeQT3lQJpoRhT { width:3.375rem;height:0.0625rem;top:14.0625rem;left:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #uTnlno7He8HbhoKzXEVOMPtT6AJ6FIQh { width:20rem;height:3rem;top:26.375rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;color:#ffffff;font-weight:400;font-style:normal;display:block; }#uTnlno7He8HbhoKzXEVOMPtT6AJ6FIQh li:before{  }
 }@media only screen and (max-width: 763px) { #BMJuhavwi2eKl6QuVxW0oQ3wLqLV9pK1 { width:19.8125rem;height:19.8125rem;top:7.1250004768369rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJgn8MdPJcKg4nE2WCAT9QSgMMUJPLVB { width:20rem;height:6.3125rem;top:49.375001907349rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;color:#ffffff;font-weight:400;font-style:normal;display:block; }#uJgn8MdPJcKg4nE2WCAT9QSgMMUJPLVB li:before{  }
 }@media only screen and (max-width: 763px) { #nKzv7B411a5Rk7inpoLETc9rsOeE7NT9 { width:18.3125rem;height:12rem;top:32.749218940735rem;left:1.5625rem;text-align:left;text-align-last:left;font-size:1rem;color:#ffffff;font-weight:400;font-style:normal;display:block; }#nKzv7B411a5Rk7inpoLETc9rsOeE7NT9 li:before{  }
 }@media only screen and (max-width: 763px) { #gds5I4zwPvWg2QlZ7hzXstDn3map8y4h { width:0.0625rem;height:12.1875rem;top:21.1875rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #g1WmOVFboNbF8AgCVTl4yu0NlfTD3Edk { width:20rem;height:5.0625rem;top:56.9375rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ny3XscuxV0RioFHPJiTzVOgMgyw9FdTL { background-color:#ffffff;background-image:none;display:block; }#ny3XscuxV0RioFHPJiTzVOgMgyw9FdTL > .row .container { background-color: transparent; background-image: none; }#ny3XscuxV0RioFHPJiTzVOgMgyw9FdTL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ny3XscuxV0RioFHPJiTzVOgMgyw9FdTL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ny3XscuxV0RioFHPJiTzVOgMgyw9FdTL > .row .container > .video-iframe-container { display: none; }#ny3XscuxV0RioFHPJiTzVOgMgyw9FdTL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ny3XscuxV0RioFHPJiTzVOgMgyw9FdTL > .row > .video-iframe-container { display: none; }#ny3XscuxV0RioFHPJiTzVOgMgyw9FdTL > .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); }#ny3XscuxV0RioFHPJiTzVOgMgyw9FdTL > .row .container { width:20rem;height:36.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TpMf6XcpBxkpLqO4d9d9lnf0qkhCfX87 { width:17.5rem;height:5.0625rem;top:2.125rem;left:2.5rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EfU6fGSX3B8uSmTrQS7TMEA8a1lAyo9T { width:2.0625rem;height:2.4375rem;top:1.75rem;left:0.25rem;text-align:left;text-align-last:left;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLsoA5qghxheq9iPFqsBEilz7w4mQgif { width:0.0625rem;height:0.75rem;top:0.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLLpGh458oG05Z2mnwFWVs3LwirD6m8d { width:3.375rem;height:0.0625rem;top:0.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UF2JzETBXdKoi2JAlpGieacqICtgXCRA { width:3.375rem;height:0.0625rem;top:14.0625rem;left:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #MonSnAoWi4NCPx5StdRaavIlOuai93Si { width:20rem;height:14.4375rem;top:20.937500476837rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;font-weight:400;font-style:normal;display:block; }#MonSnAoWi4NCPx5StdRaavIlOuai93Si li:before{  }
 }@media only screen and (max-width: 763px) { #IIQs11yuox4PAutW15eAka0usg4OGPDl { width:0.0625rem;height:9.5625rem;top:32rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Hgaqc0kh9itwf7ad64cx4OATqt51usVV { width:19.625rem;height:11.625rem;top:8.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SlKT4vQQgmFfstRLihNyPNp3hC1tLJx6 { background-color:#e7ccd1;background-image:url("https://images.assets-landingi.com/uc/b6297596-d5b1-4da6-8d62-18da724b2e58/Golden_Dark.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#SlKT4vQQgmFfstRLihNyPNp3hC1tLJx6.adaptive-delivery-prevent-bg, #SlKT4vQQgmFfstRLihNyPNp3hC1tLJx6.lazyload, #SlKT4vQQgmFfstRLihNyPNp3hC1tLJx6.lazyloading { background-image: none; }#SlKT4vQQgmFfstRLihNyPNp3hC1tLJx6 > .row .container { background-color: transparent; background-image: none; }#SlKT4vQQgmFfstRLihNyPNp3hC1tLJx6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SlKT4vQQgmFfstRLihNyPNp3hC1tLJx6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SlKT4vQQgmFfstRLihNyPNp3hC1tLJx6 > .row .container > .video-iframe-container { display: none; }#SlKT4vQQgmFfstRLihNyPNp3hC1tLJx6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SlKT4vQQgmFfstRLihNyPNp3hC1tLJx6 > .row > .video-iframe-container { display: none; }#SlKT4vQQgmFfstRLihNyPNp3hC1tLJx6 > .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); }#SlKT4vQQgmFfstRLihNyPNp3hC1tLJx6 > .row .container { width:20rem;height:48.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iEmMPbhrs6TkfX3Tk8SHdQMTgbTPDawn { width:17.5rem;height:2.15625rem;top:2.1906251907349rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.4375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Ps4RJbHLNtdAJZhGJTOWiNAKQlZpGhgt { width:2.0625rem;height:2.4375rem;top:2.0500011444092rem;left:5.1875rem;text-align:left;text-align-last:left;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #OJDwuzSHrupF0nmTlirVCVABDWEiFcwx { width:0.0625rem;height:0.75rem;top:0.9375rem;left:0.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #rVBSi40yP1dvxbRESurOE2NJMpAoXP7k { width:3.375rem;height:0.0625rem;top:0.9375rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MbNrDCAdWROQp92GHlspgTemLaQ4AXGn { width:3.375rem;height:0.0625rem;top:14.0625rem;left:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #OgFt9wwFleGMxwZncp7Bagv9AnmNTUyt { width:20rem;height:20rem;top:5.3617186546326rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uxEbZobQTGLbt32KVSdAxgryTaWLMelZ { width:0.0625rem;height:12.1875rem;top:14.625rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #xzsNZrw4fEN0M1wJD7LVUvVisXLTwa5C { width:18.8125rem;height:21rem;top:26.6875rem;left:0.59375rem;font-size:1rem;line-height:1.5;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #vLl42wvpoRxBZysEwiJNXMKXLz6Ltl5k { display:none; }#vLl42wvpoRxBZysEwiJNXMKXLz6Ltl5k > .row .container { width:20rem;height:9.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ZofIs6dKMcKBFLTxr78uiXLAWtcintAi { width:17.125rem;height:3.4375rem;top:1.25rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zlwyGk0qrL9Bf16d8DIwHv7lyb2SDCKt { display:block; }
 }@media only screen and (max-width: 763px) { #bbJTFZTsgAHeQmTKgK5ZW7C3N68Dy8IA { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/f8682102-39fd-4769-8700-21bb54754a88/Krainasnw_to_goldy.png");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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:block; }#bbJTFZTsgAHeQmTKgK5ZW7C3N68Dy8IA.adaptive-delivery-prevent-bg, #bbJTFZTsgAHeQmTKgK5ZW7C3N68Dy8IA.lazyload, #bbJTFZTsgAHeQmTKgK5ZW7C3N68Dy8IA.lazyloading { background-image: none; }#bbJTFZTsgAHeQmTKgK5ZW7C3N68Dy8IA > .row .container { background-color: transparent; background-image: none; }#bbJTFZTsgAHeQmTKgK5ZW7C3N68Dy8IA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bbJTFZTsgAHeQmTKgK5ZW7C3N68Dy8IA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bbJTFZTsgAHeQmTKgK5ZW7C3N68Dy8IA > .row .container > .video-iframe-container { display: none; }#bbJTFZTsgAHeQmTKgK5ZW7C3N68Dy8IA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bbJTFZTsgAHeQmTKgK5ZW7C3N68Dy8IA > .row > .video-iframe-container { display: none; }#bbJTFZTsgAHeQmTKgK5ZW7C3N68Dy8IA > .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); }#bbJTFZTsgAHeQmTKgK5ZW7C3N68Dy8IA > .row .container { border-width: 0; border-radius: 0; }#bbJTFZTsgAHeQmTKgK5ZW7C3N68Dy8IA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bbJTFZTsgAHeQmTKgK5ZW7C3N68Dy8IA > .row .container { width:20rem;height:192.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dDlIe5Ce5h76c9PAxW9wXDwbix6mDO3S { width:17.4375rem;height:4.55rem;top:2.9875011444092rem;left:1.28125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #B90qlcH8qbVgBiPaPGexOUHi5WTcEWTS { width:2.9375rem;height:2.9375rem;top:19.9375rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6sywSgiqFPwHdI55BG1T9llFPFkl5Ai { width:2.5rem;height:1.625rem;top:20.5rem;left:8.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #X329ulnohp5VAS7Qgl5OJPZcCJvfZIIh { width:12.875rem;height:2.2rem;top:23.5rem;left:3.5625rem;font-size:1rem;font-weight:700;font-style:normal;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #bp6GLUCJJDGSN3W8zmq4OkNPfHKbM5Br { width:2.9375rem;height:2.9375rem;top:45.1875rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxoi2G22d6vKNAudvMn0IzzGbG3fKHDk { width:2.5rem;height:1.625rem;top:45.75rem;left:8.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzLJTV3F9oCATkF6pRN8VPPU5OCdw6ak { width:2.5rem;height:1.625rem;top:61.25rem;left:8.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AkvnPqrJaaQU6zSJPvg1lTMATd6k4RHD { width:5.5rem;height:5.5rem;top:36.312479019165rem;left:7.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #BXrrLG2pST0QeQ2sxzxLuTG4t7uSw9TH { width:18.8125rem;height:6.6rem;top:48.8125rem;left:0.59375rem;font-size:1rem;font-weight:700;font-style:normal;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #TwdcfxT0bOt0IO8igvXI3hh8acnXNVc1 { width:12.25rem;height:12.25rem;top:26.5625rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uPBPE4l91aTgFbbUBHo1y5MVUyTwnbf2 { width:12.3125rem;height:12.3125rem;top:96.3125rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lUhMPrDUs1taootCQX2kXUaahstkSpVb { width:11.1875rem;height:3.3rem;top:64.375rem;left:8.4375rem;font-size:1rem;font-weight:700;font-style:normal;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #xaiMeHN3WZbFRwpJqiBOxXC6vggZcuI0 { width:18.6875rem;height:18.6875rem;top:63.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p2LuXTi37cnzlc3r2en8nlWkd0fzq7Vn { width:2.9375rem;height:2.9375rem;top:60.5625rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6z0azQv6dFv5XtDpS4vosmiyuaEu55k { width:2.9375rem;height:2.9375rem;top:87.625rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vxp8XIBKAio2u0FEQZ6m4bEV5CDiZAuu { width:6.3125rem;height:6.4375rem;top:165.7500038147rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #lTD0ibnVaokt0AR8O6hy71aebvsQcCNy { width:9.5625rem;height:9.5625rem;top:129.89996337891rem;left:5.21875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #DEOTZ7rmwKBEzNKeF4f7a6r80dmdweMy { width:2.5rem;height:1.625rem;top:88.25rem;left:10.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGvOqIpMpT666JtdZxgiccqXhCxs6CTO { width:11.9375rem;height:3.3rem;top:91.1875rem;left:6.8125rem;font-size:1rem;font-weight:700;font-style:normal;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #Mzph5udNuqJ05IzGXrZOn70OdwWkA2Xv { width:10.6875rem;height:10.6875rem;top:126.375rem;left:4.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TgKduQJ9wgXVnZgv8i8rUy5EKvbTTbJB { width:19.3125rem;height:5.5rem;top:108.5859375rem;left:0.34375rem;font-size:1rem;font-weight:700;font-style:normal;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #BsDFrOZmL0K2m3uOtO7qlNFWvwZfBDnG { width:2.9375rem;height:2.9375rem;top:104.3125rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RyPVnCxpDEgVpAl4siplrf2wQUC4rPBy { width:2.5rem;height:1.625rem;top:104.9375rem;left:1.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #c8CNTsxAqTQ6fyaNA3JObkKeln1TKTiW { width:19.5rem;height:6.6rem;top:123.84997558594rem;left:0.3125rem;font-size:1rem;font-weight:700;font-style:normal;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #Te8X1JuIWkAxJtV8ye5infaK2rFIg6de { width:2.9375rem;height:2.9375rem;top:120.22497558594rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rMbNSr0l23yBHhrNefSWGmrAGryl8rAQ { width:2.5rem;height:1.625rem;top:120.84997558594rem;left:8.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #b93VPO0Z10kx5iwr1iPbPee7RchPdLMM { width:10.6875rem;height:10.6875rem;top:93.987536430356rem;left:4.65625rem;display:none; }
 }@media only screen and (max-width: 763px) { #CZp3r8lylnAmuW4FnVMHZU8IeKXPOLar { width:10.6875rem;height:10.6875rem;top:127.87497711182rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #fhCFPDboxsTeq4lAd1GF8LaNgTHUdVzL { width:18.0625rem;height:5.5rem;top:140.84997558594rem;left:1rem;font-size:1rem;font-weight:700;font-style:normal;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #UGHDEyu3ge06ymbp7y5PrhbvXwiOra5N { width:2.9375rem;height:2.9375rem;top:137.16247558594rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gD65P80y1N3bettzdOLDE7PKGQPsxnpo { width:2.5rem;height:1.625rem;top:137.78747558594rem;left:8.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yF1svW76IZbwPp5FnheQTvt3ZSEa5TKB { width:11.9375rem;height:11.9375rem;top:144.53668212891rem;left:4.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pcZA21v1rP3giacnXsvpJLTpGIMEHlpN { width:20rem;height:7.3125rem;top:183.8125rem;left:0rem;font-size:1.125rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Nz2TsQRR5UKHG5mqdJE7AsRqVRn6sOO3 { width:20rem;height:8.125rem;top:11.012451171875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gS4w6EyfBKqOLNdU32tsX2NJLavUJc5z { top:37.3125rem;left:5.6875rem;width:7.3125rem;height:7.3125rem;z-index:15024;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #GKaMtSh3mC5fuIRzoZbA5TlmF29ryNTB { top:81.713256835938rem;left:9.6875rem;width:7.3125rem;height:7.3125rem;z-index:15025;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #a7iIpLtSXIEQKtq1paP8sGaCCiNSc2mv { top:55.611694335938rem;left:8.4375rem;width:7.3125rem;height:7.3125rem;z-index:15026;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #t2A93FWT8uhRFlaxcfviklk5dApkv1cb { top:92.336669921875rem;left:0rem;width:7.3125rem;height:7.3125rem;z-index:15026;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #w27igiHmWGF1mwxpAsdTgT6Iu0mz1hzL { top:114.08435058594rem;left:8.4375rem;width:7.3125rem;height:7.3125rem;z-index:15026;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #V0VmANDOzSixUeKJwtQUQtnfJfSgxQu4 { width:3.0625rem;height:3.0625rem;top:179.5625rem;left:8.5rem;z-index:15007;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #v04Qt0wmfyRC7wV6iNxJVVNzsrrPqKnz { width:9.75rem;height:9.9375rem;top:78.375rem;left:5.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #E93v6RzwotcyvtHK8vQbROkexzkAAh1r { width:15.25rem;height:10.6875rem;top:166.5625rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WVgBFgKfLRHPOAuVgV4Z5914QPsNio3t { width:2.9375rem;height:2.9375rem;top:158.9375rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5CPKl1lNZbziLZuVLNZBueZ3nvA2CxL { width:2.5rem;height:1.625rem;top:159.5625rem;left:8.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pbwDAiIniAbHLvtbpb3XmKD242X060nE { width:15rem;height:2.2rem;top:163.125rem;left:2.5rem;font-size:1rem;font-weight:700;font-style:normal;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #MMg0Gp6n3sl6RvpuHnOBhZwMT4LTdqsN { top:154.61169433594rem;left:8.6875rem;width:7.3125rem;height:7.3125rem;z-index:15027;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #x13QT7L2EEFtE0bJrIxcOfmabmR5DVg5 { width:3.0625rem;height:3.0625rem;top:7.4875011444094rem;left:7.78125rem;z-index:15008;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #lra10xcbcDaRpPFRrtrLHRfhSrlWRNMP { background-color:#f8f2f3;background-image:url("https://images.assets-landingi.com/uc/3e50c619-919a-4621-aa2a-c2a984830fb7/Krainasnw_to_dark_gold_halfmoon.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#lra10xcbcDaRpPFRrtrLHRfhSrlWRNMP.adaptive-delivery-prevent-bg, #lra10xcbcDaRpPFRrtrLHRfhSrlWRNMP.lazyload, #lra10xcbcDaRpPFRrtrLHRfhSrlWRNMP.lazyloading { background-image: none; }#lra10xcbcDaRpPFRrtrLHRfhSrlWRNMP > .row .container { background-color: transparent; background-image: none; }#lra10xcbcDaRpPFRrtrLHRfhSrlWRNMP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lra10xcbcDaRpPFRrtrLHRfhSrlWRNMP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lra10xcbcDaRpPFRrtrLHRfhSrlWRNMP > .row .container > .video-iframe-container { display: none; }#lra10xcbcDaRpPFRrtrLHRfhSrlWRNMP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lra10xcbcDaRpPFRrtrLHRfhSrlWRNMP > .row > .video-iframe-container { display: none; }#lra10xcbcDaRpPFRrtrLHRfhSrlWRNMP > .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); }#lra10xcbcDaRpPFRrtrLHRfhSrlWRNMP > .row .container { width:20rem;height:134.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BV5mbM0SU0c82CE9X1n0V1uG1SgB9fJH { width:18.6875rem;height:7.5rem;top:72.408599853512rem;left:0.65625rem;font-size:1rem;font-weight:700;font-style:normal;color:#000000;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #A9XVg9RX0MZzHEI3MS9aTpU4TTbdMnt7 { width:18.75rem;height:31.5rem;top:15.435137271881rem;left:0.625rem;font-size:1rem;font-weight:400;font-style:normal;line-height:1.5;color:#000000;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zsAJ9vRIiOcq0Nu9Bao5N3LAbpnLvHgO { top:11.421924591064rem;left:8.96875rem;width:2.0625rem;height:2.0625rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #pm7I2LDVT128zvWotZo8xR8ANmvdZ4wC { width:20rem;height:42.5rem;top:13.997650146484rem;left:0rem;background-color:rgba(255,255,255,0.74);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #NCurPfeeS2tW63PoksVP06DTfTv037xr { width:19.0625rem;height:7.06875rem;top:58.671118736267rem;left:0rem;text-align:center;text-align-last:center;font-size:1.8125rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #P5IaFI1DWK4ECo0d1rLOXhNy9NA5Vgps { width:7.6875rem;height:7.1875rem;top:48.671875rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oibE0s1iv2reVMx2g5aAysORfq8a20q1 { width:5.125rem;height:7.4375rem;top:48.609375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EhDD8aTPcR6kQhdFIU8Z4fSuDhh0uL5X { width:5.125rem;height:7.25rem;top:48.640625rem;left:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ce3aA2ZQycJhicRdCDLc73Cb2JMwgyZm { width:17.0625rem;height:9.425rem;top:1.3085851669311rem;left:1.46875rem;text-align:center;text-align-last:center;font-size:1.8125rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #gd72BSfpmVInJxEAOaLKzAmwtonNoz9e { width:1.875rem;height:1.875rem;top:69.346878051756rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSuf8o85sctCAk237zlAenr3kVDcWFn3 { width:1.875rem;height:1.875rem;top:81.658599853512rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHxOoxQdrVZoHKPEaS0Qcva3lr1pHhX0 { width:1.875rem;height:1.875rem;top:90.216400146488rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tq36CfD7wAeiFXazUGMZGLTItsqohQAe { width:19rem;height:4.5rem;top:84.533599853512rem;left:0.875rem;font-size:1rem;font-weight:700;font-style:normal;color:#000000;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #AhzB11kDCAuJPJPCgnxxvOpll5Mzsgke { width:20rem;height:3rem;top:93.03515625rem;left:0rem;font-size:1rem;font-weight:700;font-style:normal;color:#000000;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #vBGi9hxCfmUgiqRpOvwdmxpRw79gJ9rP { width:20rem;height:6rem;top:100.78515625rem;left:0rem;font-size:1rem;font-weight:700;font-style:normal;color:#000000;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #J68PV7aHWv2nXyJGcMhIxtwm26SHWgkr { width:1.875rem;height:1.875rem;top:97.659378051756rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BAaLuZriTOQlbBo5pB08ShN12zfZcQWV { width:1.875rem;height:1.875rem;top:108.91015625rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EILmTwoLMWCtRMfTK989tP1STDdgEleW { width:20rem;height:3rem;top:112.03437805176rem;left:0rem;font-size:1rem;font-weight:700;font-style:normal;color:#000000;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #yfHvc7yZgkDg2TnBl8MTI4DUksg2ZRIA { width:1.875rem;height:1.875rem;top:116.47187805176rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BI0bngQoaVoSeO4JTZhhAUzRrumVDyPC { width:20rem;height:7.5rem;top:119.91015625rem;left:0rem;font-size:1rem;font-weight:700;font-style:normal;color:#000000;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #XXTJeXiVVUdHHKIQfesQTmdA2Sc2DQ8g { width:20rem;height:61.1875rem;top:68.596095561981rem;left:0rem;background-color:rgba(255,255,255,0.74);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #fi3EdQE9L3X2S3TJ141P4tfz8B6EbSLf { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/1ac9cc30-470f-4cee-bf78-32b74ce1220c/Krainasnw_Gold_star.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !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:block; }#fi3EdQE9L3X2S3TJ141P4tfz8B6EbSLf.adaptive-delivery-prevent-bg, #fi3EdQE9L3X2S3TJ141P4tfz8B6EbSLf.lazyload, #fi3EdQE9L3X2S3TJ141P4tfz8B6EbSLf.lazyloading { background-image: none; }#fi3EdQE9L3X2S3TJ141P4tfz8B6EbSLf > .row .container { background-color: transparent; background-image: none; }#fi3EdQE9L3X2S3TJ141P4tfz8B6EbSLf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fi3EdQE9L3X2S3TJ141P4tfz8B6EbSLf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fi3EdQE9L3X2S3TJ141P4tfz8B6EbSLf > .row .container > .video-iframe-container { display: none; }#fi3EdQE9L3X2S3TJ141P4tfz8B6EbSLf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fi3EdQE9L3X2S3TJ141P4tfz8B6EbSLf > .row > .video-iframe-container { display: none; }#fi3EdQE9L3X2S3TJ141P4tfz8B6EbSLf > .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); }#fi3EdQE9L3X2S3TJ141P4tfz8B6EbSLf > .row .container { border-width: 0; border-radius: 0; }#fi3EdQE9L3X2S3TJ141P4tfz8B6EbSLf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fi3EdQE9L3X2S3TJ141P4tfz8B6EbSLf > .row .container { width:20rem;height:30.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h8bJyyZpg5fHwT968vy316T5aFGOEx8x { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/e7ff13e2-494f-4368-8031-ed3c68e98320/golden_Light.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#h8bJyyZpg5fHwT968vy316T5aFGOEx8x.adaptive-delivery-prevent-bg, #h8bJyyZpg5fHwT968vy316T5aFGOEx8x.lazyload, #h8bJyyZpg5fHwT968vy316T5aFGOEx8x.lazyloading { background-image: none; }#h8bJyyZpg5fHwT968vy316T5aFGOEx8x > .row .container { background-color: transparent; background-image: none; }#h8bJyyZpg5fHwT968vy316T5aFGOEx8x::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h8bJyyZpg5fHwT968vy316T5aFGOEx8x > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h8bJyyZpg5fHwT968vy316T5aFGOEx8x > .row .container > .video-iframe-container { display: none; }#h8bJyyZpg5fHwT968vy316T5aFGOEx8x > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h8bJyyZpg5fHwT968vy316T5aFGOEx8x > .row > .video-iframe-container { display: none; }#h8bJyyZpg5fHwT968vy316T5aFGOEx8x > .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); }#h8bJyyZpg5fHwT968vy316T5aFGOEx8x > .row .container { width:20rem;height:236.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DJC3U6b1JXyELvKhdQHsfBwJFaTotSlq { width:18.625rem;height:5.2rem;top:3.1343755722046rem;left:0.6875rem;text-align:center;text-align-last:center;font-size:2rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #F3oTzg3giotPUhrFW7sEkwgNgQ2sTUMD { width:20rem;height:4.5rem;top:9.90859413147rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ITkCayKxXCyOdV5rqEcWXCulKXrgpZJD { width:16.25rem;height:3.575rem;top:35rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1.375rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #It0TCNVhIuWm3W8Dh0aTFI5PCXtKORXp { width:16.25rem;height:7.5rem;top:39.3125rem;left:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #axVZ5709FK31LdDhGJnZ0BTFr2Wh506a { width:16.25rem;height:10.5rem;top:76.3125rem;left:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xvDqrrT9c3E4WE4QbJaR3aBWTs0ViXuN { width:16.25rem;height:3.575rem;top:71.4375rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1.375rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #W0x5IHwiqQMTlLxUkcWU5SurL0PVbakx { width:16.25rem;height:9rem;top:112.625rem;left:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yg4G3E9xliMW2npSO3vQ9DTySbNtXDgw { width:20rem;height:1.7875rem;top:109.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ApzJ3ViuCDSVkZoqlZiyvgBMwvGQD6N8 { width:16.875rem;height:3.575rem;top:144.68749809265rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.375rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #I0iLBFclI6h09TlchfPnndsP6OSsvktb { width:16.875rem;height:3.575rem;top:215.56244850159rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.375rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ydhkXT4w4xaX66LzTLxQLEqRRvhGgrU1 { width:16.875rem;height:7.5rem;top:184.625rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbQwaTXwPEUtEz3cmF5AQaFqs4uEl9Nw { width:16.875rem;height:6rem;top:149.37421607971rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mpt5XVEfc7K2LWTA8cLk4I3ud8bbfLXn { width:16.875rem;height:12rem;top:220.06250953674rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O5KmnBTahKXR1TqaBaIZPG0bFkR14LPa { width:16.875rem;height:3.575rem;top:179.125rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.375rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #DGfs0vssCX0s8vDUkKSVPXJI0TRvxZgX { width:18.75rem;height:33.6875rem;top:15.75rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JDF6gTtCDn7Stg83mX44mkPApwsVApVW { width:18.1875rem;height:36.75rem;top:51.4375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBuXybRZEJnySHlVLGvbo76TcmZOoHXD { width:18.625rem;height:32.8125rem;top:90.25rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFt5TU7lKryQO7viaPbuS5EtswexTHgT { width:18.75rem;height:32.375rem;top:124.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CzcvERVG5hTXKZUD2DDeNHQFTvNPvECe { width:18.1875rem;height:34.4375rem;top:159.3125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTXreQ7GOsBx1ViuIcxOzgq6nFUn9c5k { width:18.625rem;height:38.1875rem;top:195.50000762939rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxtvWI4kIdnw1ek3H2q05ALrkMyK6T2y { width:10.625rem;height:15.25rem;top:18.375rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rd2LOMyvLG69VMFDp9iFC9uiK5rir22c { width:10.625rem;height:15.0625rem;top:54.375rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bDHB7WEICD2UKg1gSJB1Z3sM4sMAi2Fk { width:10.75rem;height:15.25rem;top:92.9375rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ay2qWkIXHd8nhWeUkFTqhwOcWOEt7JSh { width:10.875rem;height:15.4375rem;top:127.375rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #phkAMJy5lmXAUe7n82JLlbVVvAXNcJAe { width:10.75rem;height:15.25rem;top:162.125rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5VQIbe2y5772tPkcraZ29lziawxnm8z { width:10.875rem;height:15.4375rem;top:197.9375rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nNqhTUkTDI6PTl8eIrWb4R5sA9eBhMbo { display:none; }#nNqhTUkTDI6PTl8eIrWb4R5sA9eBhMbo > .row .container { width:20rem;height:9.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Fx5Efk5TlXbVikQJ9M8ZEl81Zqtu4puJ { width:17.125rem;height:3.4375rem;top:1.25rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMSDkkAiyey4ehTmUB3iC1mvWW0p2vfR { display:block; }
 }@media only screen and (max-width: 763px) { #lsq2PgJ90HkU5WQlwlZgMSU9sZOy1Jc4 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/44d910d0-2bb9-4fee-bd11-85e4e4fe272f/Krainasnw_to_circle_centre.png");background-position:center left !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#lsq2PgJ90HkU5WQlwlZgMSU9sZOy1Jc4.adaptive-delivery-prevent-bg, #lsq2PgJ90HkU5WQlwlZgMSU9sZOy1Jc4.lazyload, #lsq2PgJ90HkU5WQlwlZgMSU9sZOy1Jc4.lazyloading { background-image: none; }#lsq2PgJ90HkU5WQlwlZgMSU9sZOy1Jc4 > .row .container { background-color: transparent; background-image: none; }#lsq2PgJ90HkU5WQlwlZgMSU9sZOy1Jc4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lsq2PgJ90HkU5WQlwlZgMSU9sZOy1Jc4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lsq2PgJ90HkU5WQlwlZgMSU9sZOy1Jc4 > .row .container > .video-iframe-container { display: none; }#lsq2PgJ90HkU5WQlwlZgMSU9sZOy1Jc4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lsq2PgJ90HkU5WQlwlZgMSU9sZOy1Jc4 > .row > .video-iframe-container { display: none; }#lsq2PgJ90HkU5WQlwlZgMSU9sZOy1Jc4 > .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); }#lsq2PgJ90HkU5WQlwlZgMSU9sZOy1Jc4 > .row .container { width:20rem;height:98.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AuV3n4o0XeL9SZtvELHCN91PK2zDgmXZ { width:18.75rem;height:24.4375rem;top:4.9367184638977rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xd3h5rOhlF01Km3MpW8Pbvq68ndKg2Pw { width:19.4375rem;height:60rem;top:32.1875rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nukHEFX5mkuyTBRzUNe7WhL1OQrtipWH { top:95.06250190735rem;left:8.4375003576281rem;width:3.125rem;height:3.125rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #cZTFCJSpCscTwyvOfWQslugUTDdBHoJS { width:15.75rem;height:2.6875rem;top:91.237502098081rem;left:2.1250001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6PvEtvhzOJl8mrCCdt4C44VRlSrhG19 { top:31.5625rem;left:-0.22359769878776rem;width:20rem;height:62.8125rem;z-index:15000;background-color:rgba(227,227,227,0.81);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #sOJTqrwFNTL1LSMA3RADMLwgTTgZhser { width:20rem;height:2.1875rem;top:1.6531219482422rem;left:0rem;text-align:center;text-align-last:center;font-size:2.1875rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #qHosFHT69BpbOfbmc6eIW9TI6ASWeuuM { top:-0.002349853515625rem;left:0rem;width:20rem;height:4.9375rem;z-index:15001;background-color:rgba(248,242,243,0.78);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #OlFON3xT4KGSTSA9yMFRKaTmP4b2Rxdo { display:block; }#OlFON3xT4KGSTSA9yMFRKaTmP4b2Rxdo > .row .container { width:20rem;height:7.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l8vTFuvyuzTolfT3FGwtT8vr8k0k5VMJ { width:20rem;height:2.35625rem;top:2.3125143051148rem;left:0rem;font-size:1.8125rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #DCTvZnNpmLu27NZqcQmTenLPoyUuTTJu { display:block; }#DCTvZnNpmLu27NZqcQmTenLPoyUuTTJu > .row .container { width:20rem;height:86.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H6eTtAi7bpT9Wu9bHu5xd2HrLUuE5p4s { width:20rem;height:20rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OygVBayQ8g2uDPXpM4sP4wKvyEs1xRvT { width:20rem;height:20rem;top:44.125024795532rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sKJxOJloy3wiPd4x0bpdLTNR3UW8f4Ub { width:20rem;height:20rem;top:65rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g5dvwlIDwxpKao2LhomyEtTTRxAcMa2T { width:20rem;height:20rem;top:22.736694335938rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HrJm1mpbrrKbB2XtViLVNRCxew7siurJ { display:block; }#HrJm1mpbrrKbB2XtViLVNRCxew7siurJ { background-color: transparent; background-image: none; }#HrJm1mpbrrKbB2XtViLVNRCxew7siurJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HrJm1mpbrrKbB2XtViLVNRCxew7siurJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HrJm1mpbrrKbB2XtViLVNRCxew7siurJ > .row .container > .video-iframe-container { display: none; }#HrJm1mpbrrKbB2XtViLVNRCxew7siurJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HrJm1mpbrrKbB2XtViLVNRCxew7siurJ > .row > .video-iframe-container { display: none; }#HrJm1mpbrrKbB2XtViLVNRCxew7siurJ > .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); }#HrJm1mpbrrKbB2XtViLVNRCxew7siurJ > .row .container { width:20rem;height:20.4375rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/413053bf-48cd-47c0-88b0-77fe063217a2/to_light.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#HrJm1mpbrrKbB2XtViLVNRCxew7siurJ > .row .container.adaptive-delivery-prevent-bg, #HrJm1mpbrrKbB2XtViLVNRCxew7siurJ > .row .container.lazyload, #HrJm1mpbrrKbB2XtViLVNRCxew7siurJ > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #b9DBE1T4XoQL6VRQ69SwuCh3XwlWychL { width:20rem;height:3.81875rem;top:5.4187498092651rem;left:0rem;font-size:2.9375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #L6L6cXSSEhm88hb99to7Fry0amRsfrlt { width:15.4375rem;height:6.3375rem;top:9.237500190735rem;left:3.03125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #awmZpXgTadKuEmRSyZw5C5aEeTVa7Jqx { top:1.5148439407349rem;left:0.8125rem;width:18.4375rem;height:17.625rem;z-index:15001;border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;background-color:rgba(227,227,227,0.54);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #nRdFRZsIrM4NBnwkOyXrfLbbfGRH0R35 { display:block; }#nRdFRZsIrM4NBnwkOyXrfLbbfGRH0R35 > .row .container { width:20rem;height:17.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #scuPaUcha2fw00KTM8lyfcoQSUdUBqRp { width:9.25rem;height:1.4625rem;top:6.6039056777956rem;left:10.050000190735rem;font-size:1.125rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #fzwNapdo530dMzn7DLfDLaomoqdsqwkc { width:18.5rem;height:4.5rem;top:11.910937309265rem;left:0.75rem;text-align:center;text-align-last:center;font-size:1rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #tVXzMBO3A7Ln53197kHxgThorBNZfFLo { width:9.4375rem;height:1.05625rem;top:5.5492186546326rem;left:9.956250190735rem;font-size:0.8125rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #aIZ5ytlNNBBzgzVoLfwBD3PiTMlWsUTV { display:flex;width:3.125rem;height:3.125rem;top:6.555468559265rem;left:13.35000038147rem; }
 }@media only screen and (max-width: 763px) { #Hi0DldwoK8U01y1JPupSqeDb374cROXN { width:9.625rem;height:9.625rem;top:0.79296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wrRdDeh1yJd4y4srEVqvhfUxUSlDsCTR { width:9.875rem;height:2.275rem;top:8.6875009536744rem;left:10.125rem;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #MfOfVKNuWIq5aH5EaX44eAdhENU8R4Pg { top:0rem;left:10.712500572204rem;width:5.8125rem;height:5.8125rem;z-index:15031;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #gKKoXLXVfGl5kiibnGqFRq04g1QzAc2i { display:block; }#gKKoXLXVfGl5kiibnGqFRq04g1QzAc2i > .row .container { width:20rem;height:19rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EBX768HyhH5FnqZFM1b4D8xq8mvBVnS1 { width:9.375rem;height:4.14375rem;top:4.2992191314697rem;left:10.625rem;font-size:1.0625rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #uek8lWF8eqAcEt9nm5MmKRMwzS3HiRUk { width:9.3125rem;height:1.05625rem;top:3.0960445404052rem;left:10.6875rem;font-size:0.8125rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #klPsT3mh44Z1oBlMv64sDa9wW00cwcfp { display:flex;width:3.125rem;height:3.125rem;top:7.0125250816344rem;left:13.75rem; }
 }@media only screen and (max-width: 763px) { #HayUVBxZgAP82BA90qgtMOCCCLiX5G9S { width:8.9375rem;height:2.275rem;top:9.0492935180662rem;left:10.9375rem;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #VOx0wSuSlBC59ATbSqkXzoTOMxAd5XIE { width:20rem;height:6rem;top:12.075000762939rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gAhxARg0FJ8qrZOzh4CVdAArBAPbGT38 { width:10rem;height:10rem;top:1.25rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PGEl89W3qUEJT8yD3k76PMJoXfvhx61w { display:block; }#PGEl89W3qUEJT8yD3k76PMJoXfvhx61w > .row .container { width:20rem;height:18.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vDz9OoTQO0OOTgHMhs6QMV5sQO6rPGRU { width:9.1875rem;height:4.3875rem;top:3.8054695129394rem;left:10.8125rem;font-size:1.125rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #o9VGqMOnCnUIfaz22RpeMZ0qO0LMT2UK { width:9.125rem;height:1.05625rem;top:2.7984375953674rem;left:10.84375rem;font-size:0.8125rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #p0nabzvIbvAAJn3AakfPoxLxoxPpTGK9 { display:flex;width:3.125rem;height:3.125rem;top:7.375rem;left:13.84375rem; }
 }@media only screen and (max-width: 763px) { #efabNvUoC5n7Kwka4GqoeeI45AVh52oT { width:9rem;height:2.275rem;top:9.3992195129394rem;left:11rem;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #sUWpnyf7bqEiiZS9q2Zh0fX3MRdiIdww { width:10.375rem;height:10.375rem;top:1.2500243186951rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #seTm38RvlTe9TKRO5X1CkrtwirwErA46 { width:20rem;height:4.5rem;top:12.924291992188rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wq2auw7DfWmSA16NXgrghx5Rzdzzo9ck { display:block; }#Wq2auw7DfWmSA16NXgrghx5Rzdzzo9ck > .row .container { width:20rem;height:14.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RxK6NLUv3qPuULTo4NHSFw7v3OBElyBC { width:9.0625rem;height:5.525rem;top:4.1023254394531rem;left:10.8125rem;font-size:1.0625rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #R4uoEh6Dx4X47xeRGgVZ8hhD1Erms0T3 { width:7.9375rem;height:1.05625rem;top:3.0953121185302rem;left:11.375rem;font-size:0.8125rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Kwb8ob8bTULrearD3sTx7WcxRXH4iC72 { display:flex;width:3.125rem;height:3.125rem;top:8.6484127044675rem;left:13.78125rem; }
 }@media only screen and (max-width: 763px) { #VPLSxvom2DG696MxUrTWJFvNx4qmGXE8 { width:8.0625rem;height:1.1375rem;top:10.685156345367rem;left:11.3125rem;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #zd2OrScmNgciQTcZlOIZU7kf5LT6qPZF { width:10.25rem;height:10.25rem;top:1.4742183685302rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXSPHPiDrDsmG6a5xw8prOzzmCXHsf9G { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/ec900fd4-0334-48b2-9933-800193110808/Sny_to_long_dark_cosmic_m.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#EXSPHPiDrDsmG6a5xw8prOzzmCXHsf9G.adaptive-delivery-prevent-bg, #EXSPHPiDrDsmG6a5xw8prOzzmCXHsf9G.lazyload, #EXSPHPiDrDsmG6a5xw8prOzzmCXHsf9G.lazyloading { background-image: none; }#EXSPHPiDrDsmG6a5xw8prOzzmCXHsf9G > .row .container { background-color: transparent; background-image: none; }#EXSPHPiDrDsmG6a5xw8prOzzmCXHsf9G::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EXSPHPiDrDsmG6a5xw8prOzzmCXHsf9G > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EXSPHPiDrDsmG6a5xw8prOzzmCXHsf9G > .row .container > .video-iframe-container { display: none; }#EXSPHPiDrDsmG6a5xw8prOzzmCXHsf9G > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EXSPHPiDrDsmG6a5xw8prOzzmCXHsf9G > .row > .video-iframe-container { display: none; }#EXSPHPiDrDsmG6a5xw8prOzzmCXHsf9G > .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); }#EXSPHPiDrDsmG6a5xw8prOzzmCXHsf9G > .row .container { width:20rem;height:150.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H7XNIGcrOwwK08Cv9qsoOK38AikHAbWH { width:20rem;height:2.7625rem;top:10.937499821186rem;left:0rem;text-align:center;text-align-last:center;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rkSrKs7TTpUt4Enqhq0n4SiWJJaS3aWs { width:20rem;height:2.6rem;top:14.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dk38IdX1AtG424fgbwhB6ZCowpPBxKPt { width:2.5rem;height:0.125rem;top:18rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ov4T47xqoTrok9nRMfeq2Fc9OmcTk1UN { width:20rem;height:6.9875rem;top:6.7625001072881rem;left:0rem;text-align:center;text-align-last:center;font-size:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ih8q4QTmBn3Z8p8LSLcMitWhIHQtOl2d { width:20rem;height:32.1875rem;top:37.154714107513rem;left:0rem;border-top-left-radius:1.9375rem;border-top-right-radius:1.9375rem;border-bottom-left-radius:1.9375rem;border-bottom-right-radius:1.9375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #iGqhQqMy8FCbqDtqXPCqv7efEs5s8SkK { width:16.9375rem;height:19.5rem;top:45.399261474609rem;left:1.53125rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.6;font-weight:400;font-style:italic;font-family:"source sans pro";display:block; }
 }@media only screen and (max-width: 763px) { #Blx99CBEteQQqcZgs5XTiVusWAGT8b3z { width:8.6875rem;height:1.54375rem;top:65.02734565735rem;left:5.65625rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q30lrZucdEeL4mnMmbVmVdTTSdZv5eR9 { width:7.8125rem;height:1.3rem;top:66.521877288819rem;left:6.09375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #t14fVyLwLebRJMyNxSrt7mkTanHH1aJO { width:7.4375rem;height:7.4375rem;top:31.685157775879rem;left:6.1812500953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #UX9q3v8zEolJQmATaJRHWLZfDTIuUndQ { width:18.75rem;height:15rem;top:85.926567077638rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.9375rem;font-family:"source sans pro";font-weight:400;font-style:italic;display:block; }
 }@media only screen and (max-width: 763px) { #A24TftFqcC5TnGkXBIqNIw3poOvOcsko { width:7.6875rem;height:7.6875rem;top:72.164063072206rem;left:6.2500000953675rem;display:block; }
 }@media only screen and (max-width: 763px) { #BUepJio5Vd7WKvNDQPKqV8w3UP0pi2Fz { width:11.25rem;height:1.4625rem;top:103.11249923706rem;left:4.375rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#999999;display:block; }
 }@media only screen and (max-width: 763px) { #KmmK8ip7PqG55AdeJDw26XxwTvFftaHa { width:11.25rem;height:1.3rem;top:104.57507324219rem;left:4.375rem;text-align:center;text-align-last:center;font-size:1rem;color:#999999;display:block; }
 }@media only screen and (max-width: 763px) { #WZTCoXyCDczg7rKBchPvD27n02MayKNF { width:20rem;height:3.6rem;top:82.326612472531rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lApgpLZgDN3PsQArWm0alK4TxfmGHRtg { width:15.75rem;height:3.375rem;top:41.01171875rem;left:2.03125rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qCXTxM3UVXx7ePGFGpQiwgN3DJ63hRTD { width:20rem;height:32.3125rem;top:75.130462646488rem;left:0rem;border-top-left-radius:1.9375rem;border-top-right-radius:1.9375rem;border-bottom-left-radius:1.9375rem;border-bottom-right-radius:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bCCnX9TfdCLvlTrZgA5UKCst4COUzrpl { width:2.3125rem;height:2.3125rem;top:68.384353637694rem;left:8.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eHcr6qTpqXBNSHJp1I0g3erEed2r9VBn { width:2.5rem;height:2.5rem;top:106.43515586853rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLyIQPSqbwtir7prC90nwa3io9azRkIs { width:17.6875rem;height:15.75rem;top:111.1226606369rem;left:1.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LD3Pp9xFwGTJoepbCPVcqvzJimrLSL12 { width:17.6875rem;height:5.8125rem;top:126.87266159058rem;left:1.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vgx5L13XVO50e1NnPqPOK1h8imLhAz3r { width:20rem;height:38.375rem;top:109.81015014649rem;left:0rem;border-top-left-radius:1.9375rem;border-top-right-radius:1.9375rem;border-bottom-left-radius:1.9375rem;border-bottom-right-radius:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CDMTULOTemcga6X7XoarWyatTnN2EC6f { width:20rem;height:8.1875rem;top:132.37187385559rem;left:0rem;border-top-left-radius:1.9375rem;border-top-right-radius:1.9375rem;border-bottom-left-radius:1.9375rem;border-bottom-right-radius:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #lc11KGu5kOFGQXhg9xZpbwaf5L7TarKt { width:2.5rem;height:2.5rem;top:146.8125038147rem;left:8.75rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #ZW5mXxb4HSpwA7G5DivRoJZzAKBXQr9M { width:18.6875rem;height:18.25rem;top:63.8125rem;left:0.625rem;border-top-left-radius:1.9375rem;border-top-right-radius:1.9375rem;border-bottom-left-radius:1.9375rem;border-bottom-right-radius:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #rwNl4dMgXa2naugwgXB98zf99o5W2T9o { width:17.6875rem;height:4.75rem;top:132.68515682221rem;left:1.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yG7LgWWNJ4z3thMWg1CcVpr0ZRwFXVyK { width:17.625rem;height:8.75rem;top:138.0625rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0OQJR29weuGookUhxWLHdpeoPre4ygd { width:20rem;height:22.3125rem;top:94.5625rem;left:0rem;border-top-left-radius:1.9375rem;border-top-right-radius:1.9375rem;border-bottom-left-radius:1.9375rem;border-bottom-right-radius:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #mhZWSXg6WgDTzQyJrMygWmTURnevh7WN { background-color:#f5f5f5;background-image:url("https://images.assets-landingi.com/uc/d94daab0-67cc-4301-90a2-52ada4626a00/Starstexture.png");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#mhZWSXg6WgDTzQyJrMygWmTURnevh7WN.adaptive-delivery-prevent-bg, #mhZWSXg6WgDTzQyJrMygWmTURnevh7WN.lazyload, #mhZWSXg6WgDTzQyJrMygWmTURnevh7WN.lazyloading { background-image: none; }#mhZWSXg6WgDTzQyJrMygWmTURnevh7WN > .row .container { background-color: transparent; background-image: none; }#mhZWSXg6WgDTzQyJrMygWmTURnevh7WN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mhZWSXg6WgDTzQyJrMygWmTURnevh7WN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mhZWSXg6WgDTzQyJrMygWmTURnevh7WN > .row .container > .video-iframe-container { display: none; }#mhZWSXg6WgDTzQyJrMygWmTURnevh7WN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mhZWSXg6WgDTzQyJrMygWmTURnevh7WN > .row > .video-iframe-container { display: none; }#mhZWSXg6WgDTzQyJrMygWmTURnevh7WN > .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); }#mhZWSXg6WgDTzQyJrMygWmTURnevh7WN > .row .container { width:20rem;height:123.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TW6LHnMl2OsgPtzmw4ULs3VTa4ISRqH8 { width:20rem;height:2.6rem;top:13.511718630791rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzyDxLSV7CJn3DsROd26FUnJAPuzSaaR { width:3.4375rem;height:0.125rem;top:4.1875rem;left:4.375rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #Khl24d8ssO6U8OthCHW2cnCmqVQDM53F { width:3.4375rem;height:0.125rem;top:4.0625rem;left:12.1875rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #CScD2hhpbGJLzZEMLXc4APA5v33o2vmT { width:11.375rem;height:11.375rem;top:16.749218940735rem;left:3.8625000715256rem;display:block; }
 }@media only screen and (max-width: 763px) { #IezVrv5PAcaSCnWRDguWnEiuHmwlEFGB { width:18.8125rem;height:88.5rem;top:29.774222373962rem;left:1.1875rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vsZQBx4N0RTMDPueZak0wBhKraEOlkUP { width:19rem;height:104rem;top:10.25rem;left:0.5rem;background-color:rgba(255,255,255,0.65);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) { #ef1U9v4O4qNiiNzIykrTCsKGPEZyEtpT { width:3.25rem;height:0.0625rem;top:118.93754386902rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtZeombSwFM826sIFnZppZA7wDZMyXal { width:16.875rem;height:1.6rem;top:119.49921989441rem;left:1.5625001192093rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TIllLZCOiPGFEZ6TKPCNL7OUn0IoCcgq { width:10.25rem;height:10.25rem;top:17.261718630791rem;left:4.3749998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWz0LUJA3RkoDEpAPlGH1rDUT69NhSsW { width:3.0625rem;height:3.0625rem;top:2.4874067306519rem;left:8.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #En4ha5lT3vfP4tvwy3Tc5QcN4UnsaCkL { width:20rem;height:7.8rem;top:5.761719584465rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #koB0M4O8pUbcAgWStGgPv73aQwFbggRx { display:block; }#koB0M4O8pUbcAgWStGgPv73aQwFbggRx > .row .container { width:20rem;height:2.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xwxeCB327Jk6tEHK0pwWTFoQsoNIPTXS { background-color:#f8f2f3;background-image:url("https://images.assets-landingi.com/uc/ec900fd4-0334-48b2-9933-800193110808/Sny_to_long_dark_cosmic_m.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#xwxeCB327Jk6tEHK0pwWTFoQsoNIPTXS.adaptive-delivery-prevent-bg, #xwxeCB327Jk6tEHK0pwWTFoQsoNIPTXS.lazyload, #xwxeCB327Jk6tEHK0pwWTFoQsoNIPTXS.lazyloading { background-image: none; }#xwxeCB327Jk6tEHK0pwWTFoQsoNIPTXS > .row .container { background-color: transparent; background-image: none; }#xwxeCB327Jk6tEHK0pwWTFoQsoNIPTXS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xwxeCB327Jk6tEHK0pwWTFoQsoNIPTXS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xwxeCB327Jk6tEHK0pwWTFoQsoNIPTXS > .row .container > .video-iframe-container { display: none; }#xwxeCB327Jk6tEHK0pwWTFoQsoNIPTXS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xwxeCB327Jk6tEHK0pwWTFoQsoNIPTXS > .row > .video-iframe-container { display: none; }#xwxeCB327Jk6tEHK0pwWTFoQsoNIPTXS > .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); }#xwxeCB327Jk6tEHK0pwWTFoQsoNIPTXS > .row .container { width:20rem;height:17.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RmiiCPJ8tGkg7cBGtJVTF46JsXlBTMvW { width:16.625rem;height:4.875rem;top:5.0625rem;left:1.6875rem;font-size:1.875rem;font-weight:700;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #OnTxOTS5b9s25Vf6vBABtTo33z5Pbwib { width:17.5rem;height:16.875rem;top:0.1875rem;left:1.125rem;background-color:rgba(255,255,255,0.09);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:8.4375rem;border-top-right-radius:8.4375rem;border-bottom-left-radius:8.4375rem;border-bottom-right-radius:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xB6kcQP67Vx8QEAKp0cy60ylKh0Lculb { display:block; }#xB6kcQP67Vx8QEAKp0cy60ylKh0Lculb > .row .container { width:20rem;height:73.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K4DQ2NCpkq3EWAQtdTRWkLsTtnb43b3L { width:17.5rem;height:3.5rem;top:68.87500190735rem;left:1.25rem;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #sxuNWAzikx6NTAy56xmeuEfUe66NM3Kr { display:block; }
 }@media only screen and (max-width: 763px) { #dnnIMP7tH0M3EPpHx3VRMTzpRylgIn04 { width:6.375rem;height:2.19375rem;top:66.068752288819rem;left:4.8125rem;font-size:1.6875rem;text-align:center;text-align-last:center;color:#a38110;display:block; }
 }@media only screen and (max-width: 763px) { #msvVyTmD7csOuK5NkTThST3m4ATlhVN9 { width:6.6875rem;height:1.625rem;top:66.31250190735rem;left:9.5rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bkp1TBgXHOHVx8TmI4UMgHP7HaZVrXlH { width:12.5rem;height:0;top:32.431176185608rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #awz6tIbzqslT1107HROKPzJbTFhdzwzq { width:19.75rem;height:11.125rem;top:2.5312252044677rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O4SaLzqd7VQZVchABh7TgNsApoqGvDUD { width:16.0625rem;height:5.5rem;top:23.25rem;left:2.9375rem;font-size:1rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #x8Wwtn3PwlCOrywse2Wz9KGh3pZa7IN4 { width:16.3125rem;height:2.2rem;top:20rem;left:3.0625rem;font-size:1rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #uwz844tkcvwTzP595e314EHrTPsUehkp { width:16.875rem;height:2.0625rem;top:32.221875190735rem;left:3.125rem;font-size:0.9375rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #oVXBdv2s8yduSSNpIpqyWXCUW4H6vN9y { display:flex;width:1.625rem;height:1.625rem;top:20rem;left:0.625rem; }
 }@media only screen and (max-width: 763px) { #wh4bk5uIiz9hV8d9tMNfTml9hXODVik2 { display:flex;width:1.5625rem;height:1.5625rem;top:23.375rem;left:0.625rem; }
 }@media only screen and (max-width: 763px) { #DXKrfZMlMinGtDJHBxgEuuU7TnKnKPfr { width:15.625rem;height:5.5rem;top:54.292188644409rem;left:3.1750001907349rem;font-size:1rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #zUctd4JxIGkoniIarmKERkdcxMuIfRvP { width:15.6875rem;height:2.0625rem;top:29.359375953674rem;left:3.1124999523163rem;font-size:0.9375rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #oGPubJ2zoeC8qfKbkhsKAvZzQGLPHyLC { width:15.8125rem;height:15.4rem;top:37.325012207031rem;left:2.9874999523163rem;font-size:1rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #gEqos0baQp1A5qsLumV2LrgifK5lVBCD { display:flex;width:1.4375rem;height:1.4375rem;top:29.603125572204rem;left:0.71875rem; }
 }@media only screen and (max-width: 763px) { #EsrUt2VvDVo15u9gPE4AXtKxNeZfEvft { display:flex;width:1.5rem;height:1.5rem;top:35.3125rem;left:0.6875rem; }
 }@media only screen and (max-width: 763px) { #AEFzXydA4sg1PoWCTQSPhOzMPRiKJrA4 { display:flex;width:1.3125rem;height:1.3125rem;top:32.528126716614rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #IuWLQy5BnpF8Pi3d3s85GhSHMSLglZBN { top:16.0625rem;left:0rem;width:20rem;height:52.875rem;z-index:15007;background-color:rgba(255,255,255,0.71);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #t4Dttg7XA22G2diXZ82wNZBMTqe9KMB5 { width:16.25rem;height:2.75rem;top:14.911719322204rem;left:1.875rem;font-size:2.75rem;text-align:center;text-align-last:center;line-height:1;font-family:"source sans pro";font-weight:300;font-style:normal;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #l4GJD8fsEwVOJlFVaPyXSfTTuH4Zzzg4 { width:4.3125rem;height:1.03125rem;top:35.546875rem;left:2.9375rem;font-size:0.9375rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #vZFrFmoDmNWcwDUXVJoLlRBh02KTnzxX { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/c91594b2-99db-46a7-a039-cbe9880bc2cb/Krainasnw_to_dark_pink_moon.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;display:block; }#vZFrFmoDmNWcwDUXVJoLlRBh02KTnzxX.adaptive-delivery-prevent-bg, #vZFrFmoDmNWcwDUXVJoLlRBh02KTnzxX.lazyload, #vZFrFmoDmNWcwDUXVJoLlRBh02KTnzxX.lazyloading { background-image: none; }#vZFrFmoDmNWcwDUXVJoLlRBh02KTnzxX > .row .container { background-color: transparent; background-image: none; }#vZFrFmoDmNWcwDUXVJoLlRBh02KTnzxX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vZFrFmoDmNWcwDUXVJoLlRBh02KTnzxX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vZFrFmoDmNWcwDUXVJoLlRBh02KTnzxX > .row .container > .video-iframe-container { display: none; }#vZFrFmoDmNWcwDUXVJoLlRBh02KTnzxX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vZFrFmoDmNWcwDUXVJoLlRBh02KTnzxX > .row > .video-iframe-container { display: none; }#vZFrFmoDmNWcwDUXVJoLlRBh02KTnzxX > .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); }#vZFrFmoDmNWcwDUXVJoLlRBh02KTnzxX > .row .container { width:20rem;height:23.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VBGz2B6OqNwbW7ZD7GZcs0JIl3Ph5fle { width:18rem;height:15.35625rem;top:3.9468765258789rem;left:1rem;font-size:1.6875rem;color:#000000;font-weight:300;font-style:italic;display:block; }
 }@media only screen and (max-width: 763px) { #ByF13wPh2AKGTcKg5il7e7wSLSJtJzCS { position:relative;z-index:auto;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/b6297596-d5b1-4da6-8d62-18da724b2e58/Golden_Dark.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.125rem solid #222222;border-left:0;border-right:0;border-bottom:0rem solid #ee3162;display:block; }#ByF13wPh2AKGTcKg5il7e7wSLSJtJzCS.adaptive-delivery-prevent-bg, #ByF13wPh2AKGTcKg5il7e7wSLSJtJzCS.lazyload, #ByF13wPh2AKGTcKg5il7e7wSLSJtJzCS.lazyloading { background-image: none; }#ByF13wPh2AKGTcKg5il7e7wSLSJtJzCS > .row .container { background-color: transparent; background-image: none; }#ByF13wPh2AKGTcKg5il7e7wSLSJtJzCS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ByF13wPh2AKGTcKg5il7e7wSLSJtJzCS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ByF13wPh2AKGTcKg5il7e7wSLSJtJzCS > .row .container > .video-iframe-container { display: none; }#ByF13wPh2AKGTcKg5il7e7wSLSJtJzCS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ByF13wPh2AKGTcKg5il7e7wSLSJtJzCS > .row > .video-iframe-container { display: none; }#ByF13wPh2AKGTcKg5il7e7wSLSJtJzCS > .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); }#ByF13wPh2AKGTcKg5il7e7wSLSJtJzCS > .row .container { border-width: 0; border-radius: 0; }#ByF13wPh2AKGTcKg5il7e7wSLSJtJzCS > .row .container { width:20rem;height:13.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ABXtSXlXpo9WKecy8rOGmQPIk0kW73gk { width:15.5rem;height:2.6rem;top:7.2000007629394rem;left:2.2500000596046rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HlsnGwom4FyxhDeVEkveEPPmn9LkLxUQ { width:17rem;height:1.3rem;top:1.7546882629394rem;left:1.5000000596046rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sR6WZOtzATHQo5wAJfIQGr11f7EotRQz { width:9.375rem;height:2.3125rem;top:4.0625rem;left:5.3125002980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7ASwGQihtZgMINpygWxS9lTwyTRJZai { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;border-top:0.1875rem solid #000000;border-left:0rem solid #ee3162;border-right:0rem solid #ee3162;border-bottom:0rem solid #000000;background-color:#ffffff;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#z7ASwGQihtZgMINpygWxS9lTwyTRJZai > .row .container { background-color: transparent; background-image: none; }#z7ASwGQihtZgMINpygWxS9lTwyTRJZai::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z7ASwGQihtZgMINpygWxS9lTwyTRJZai > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z7ASwGQihtZgMINpygWxS9lTwyTRJZai > .row .container > .video-iframe-container { display: none; }#z7ASwGQihtZgMINpygWxS9lTwyTRJZai > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z7ASwGQihtZgMINpygWxS9lTwyTRJZai > .row > .video-iframe-container { display: none; }#z7ASwGQihtZgMINpygWxS9lTwyTRJZai > .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); }#z7ASwGQihtZgMINpygWxS9lTwyTRJZai > .row .container { border-width: 0; border-radius: 0; }#z7ASwGQihtZgMINpygWxS9lTwyTRJZai > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#z7ASwGQihtZgMINpygWxS9lTwyTRJZai > .row .container { width:20rem;height:4.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XUCRsIHQ12QngO7sJgBMveEGR0BXGU2v { width:12.0625rem;height:2.5625rem;top:0.875rem;left:3.9687498807907rem;z-index:15009;font-size:1.0625rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #mPpme3cZay5KNyR5zc5c8APMe90UQsgV { display:block; }
 }