.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:231,239,255;--color-primary-1:174,201,255;--color-primary-2:93,146,255;--color-primary-3:47,73,128;--color-primary-4:14,22,38;--color-secondary-0:225,246,246;--color-secondary-1:155,225,226;--color-secondary-2:54,194,196;--color-secondary-3:27,97,98;--color-secondary-4:8,29,29;--color-tertiary-0:255,255,255;--color-tertiary-1:211,211,211;--color-tertiary-2:107,107,107;--color-tertiary-3:54,54,54;--color-tertiary-4:11,11,11;--headlines-font-family:"Poppins";--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: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); }#oOXeQAUDDqBfGr7Xyg5xwt0tiPthTOTs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffc61a;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#oOXeQAUDDqBfGr7Xyg5xwt0tiPthTOTs > .row .container { background-color: transparent; background-image: none; }#oOXeQAUDDqBfGr7Xyg5xwt0tiPthTOTs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oOXeQAUDDqBfGr7Xyg5xwt0tiPthTOTs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oOXeQAUDDqBfGr7Xyg5xwt0tiPthTOTs > .row .container > .video-iframe-container { display: none; }#oOXeQAUDDqBfGr7Xyg5xwt0tiPthTOTs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oOXeQAUDDqBfGr7Xyg5xwt0tiPthTOTs > .row > .video-iframe-container { display: none; }#oOXeQAUDDqBfGr7Xyg5xwt0tiPthTOTs > .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); }#oOXeQAUDDqBfGr7Xyg5xwt0tiPthTOTs > .row .container { border-width: 0; border-radius: 0; }#oOXeQAUDDqBfGr7Xyg5xwt0tiPthTOTs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oOXeQAUDDqBfGr7Xyg5xwt0tiPthTOTs > .row .container { font-size:0.875rem;font-family:arial;height:2.8125rem;width:75rem;position:relative;display:block; }#DTBQii1obr6xrdKr47T3IUZ7tzm2ffWI { color:rgba(var(--color-tertiary-4),1);display:block;width:32.6243125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:0.75639200210569rem;left:21.186967849731rem;height:1.298825rem;display:block; }
#dxr0n4saCP7yAi2oeZLwIyAnyScP26Vg { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:0.625rem;left:19.5rem; }
#AqrdZNJFvCh3Om8fL0PN0mKVfFqd45UB { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:1;top:0.625rem;left:49.5625rem; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/01d0e921-4344-4c04-b329-6d18e31e8592/herobg.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-4),0.74); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-4),0.74); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:52.3125rem;width:75rem;overflow:visible;position:relative;display:block; }#kcAW1gpmJtHvBoROnObL3CBPF39LDwWk { color:rgba(var(--color-tertiary-0),1);display:block;width:43.6239375rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.5rem;font-weight:700;z-index:15022;line-height:1;letter-spacing:0;top:7.8275918960569rem;left:2.5rem;height:9.000375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Vh1C9U1E95O7GnNC8M1zb5xJlhqUD69g { color:rgba(var(--color-tertiary-0),1);display:block;width:36.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:18.010475158691rem;left:2.5rem;height:4.0625rem;text-align:left;text-align-last:left;display:block; }
#wl2xrAMOoW78uQc9arIVpILTC1lw9K9X { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fbbd23, #f2930d);background-image: -moz-linear-gradient(180deg, #fbbd23, #f2930d);background-image: -ms-linear-gradient(180deg, #fbbd23, #f2930d);background-image: -o-linear-gradient(180deg, #fbbd23, #f2930d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbbd23', endColorstr='#f2930d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbbd23', endColorstr='#f2930d' );";background-image: linear-gradient(180deg, #fbbd23, #f2930d);background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.25rem 0.25rem 1.25rem rgba(253,184,0,0.58) ;box-sizing:border-box;color:#0b0b0b;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.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.7485625rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:34.1875rem;left:2.625rem;display:block; }
#SvQI4y73N6FmMA8DpPfIkcC9OPDvkny0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ObrXP56fh8MxEJPQKfiM1rZTixwiUx7M { position:absolute;display:block;z-index:15017;border-top:0.125rem solid #fdb800;border-left:0.125rem solid #fdb800;border-right:0.125rem solid #fdb800;border-bottom:0.125rem solid #fdb800;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:5.8125rem;width:5.8125rem;top:9.3093032836912rem;left:60.249464035034rem;overflow:hidden;display:block; }
#rJaNvMZSqG4lElNpkgSowwfTNakNFuX6 { position:absolute;display:block;z-index:15018;border-top:0.125rem solid #fdb800;border-left:0.125rem solid #fdb800;border-right:0.125rem solid #fdb800;border-bottom:0.125rem solid #fdb800;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:5.812325rem;width:5.812325rem;top:9.31019115448rem;left:48.514738082886rem;overflow:hidden;display:block; }
#oTTvXcvIFz7yp5tpZrO525Ay7RuAvpAq { color:rgba(var(--color-tertiary-0),1);display:block;width:14.6875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:700;z-index:15003;line-height:1.7;letter-spacing:0;top:16.3125rem;left:44.190340042114rem;height:1.69921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WptAFTD8G5zJUUCyIHk6K9qLkDkuXq3r { color:rgba(var(--color-tertiary-0),1);display:block;width:14.6875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:700;z-index:15004;line-height:1.7;letter-spacing:0;top:16.125rem;left:56.487035751343rem;height:1.69921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#V3GMV6u86fSKH5mDyaaBDlrTDPhimvXr { position:absolute;display:block;z-index:15019;height:2.5625rem;width:4.625rem;top:4.4375rem;left:23.5rem;display:block; }
#JwqytoJuBtR9NiODdrR81Tf6uUuRT6nb { color:rgba(var(--color-tertiary-0),1);display:block;width:36.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:23.5625rem;left:5.75rem;height:1.9504625rem;text-align:left;text-align-last:left;display:block; }
#T6azKqvE6P7H6Smyb5e0CmQdcVyGvivR { color:rgba(var(--color-tertiary-0),1);display:block;width:36.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:27.1875rem;left:5.6875rem;height:1.9504625rem;text-align:left;text-align-last:left;display:block; }
#QfxtRLyFuVGeZGNSMc2KPUL219rR1WDJ { color:rgba(var(--color-tertiary-0),1);display:block;width:36.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:30.5625rem;left:5.6875rem;height:1.9504625rem;text-align:left;text-align-last:left;display:block; }
#yVxXdmzGMDppGHvo1vd4gPmreeFmdhhB { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:27.1875rem;left:3rem; }
#kzKg4BPCanRdtbTonR2kWmFcmyqfqdPW { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:24rem;left:3rem; }
#ZQlcrP9w9vyhUCmhQ0pzOQ91tD6f9QTX { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:30.625rem;left:2.875rem; }
#f5IRGiB7QmWHiCG00ZullffAKfm9zvkU { box-sizing:content-box;height:2.5rem;width:2.5rem;position:absolute;display:block;z-index:14998;background-color:rgba(255,198,26,0.25);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.5625rem;left:2.5rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#V8dHAEJr5SRkK6XQPTcBOidN1n0cp2lH { box-sizing:content-box;height:2.5rem;width:2.5rem;position:absolute;display:block;z-index:14997;background-color:rgba(255,198,26,0.25);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:26.75rem;left:2.5rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#Wb28TINwdh9uyEogRQfC8PM4QGLuxnSo { box-sizing:content-box;height:2.5rem;width:2.5rem;position:absolute;display:block;z-index:15001;background-color:rgba(255,198,26,0.25);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:30.3125rem;left:2.5625rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#luAcAKDSX2TMXQFBESslcTNgptGiTUvp { position:absolute;display:block;z-index:14999;border-bottom:0;border-left:0;border-right:0;border-top: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:23.6869375rem;width:23.6869375rem;top:18.197797775269rem;left:46.036043167114rem;overflow:hidden;display:block; }
#PbrWSm9dr8sV1k6KOT9uEgAATfJeznQx { box-sizing:content-box;height:3.5625rem;width:10.8125rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-4),1);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(255,255,255,0.36);border-left:0.0625rem solid rgba(255,255,255,0.36);border-right:0.0625rem solid rgba(255,255,255,0.36);border-bottom:0.0625rem solid rgba(255,255,255,0.36);top:15.96058177948rem;left:46.036043167114rem;border-top-right-radius:1.375rem;border-bottom-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-top-left-radius:1.375rem;display:block; }
#hQO4Pw675RNGq4h5K1TB6G2P8ZKbeUym { color:#fdb800;display:block;width:14.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:normal;z-index:15004;line-height:1.7;letter-spacing:0;top:17.879083633423rem;left:44.189451217651rem;height:1.27485625rem;text-align:center;text-align-last:center;display:block; }
#CiiulIG4xxV6kQpTqeE7HlCVgFJKTT70 { box-sizing:content-box;height:3.5617875rem;width:10.8123125rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-4),1);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),0.36);border-left:0.0625rem solid rgba(var(--color-tertiary-0),0.36);border-right:0.0625rem solid rgba(var(--color-tertiary-0),0.36);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),0.36);top:15.96058177948rem;left:58.4241771698rem;border-top-right-radius:1.375rem;border-bottom-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-top-left-radius:1.375rem;display:block; }
#wUdI4KS17wFv9hhHLUsa6hCh7VMWyphW { color:#fdb800;display:block;width:14.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:normal;z-index:15005;line-height:1.7;letter-spacing:0;top:17.875rem;left:56.487035751343rem;height:1.27485625rem;text-align:center;text-align-last:center;display:block; }
#IZ01Al9AWsKoBSPtRbwswT4H1KyLusRG { position:absolute;display:block;z-index:15024;border-bottom:0;border-left:0;border-right:0;border-top: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.999825rem;width:13.0619375rem;top:40.6875rem;left:1.6875rem;overflow:hidden;display:block; }
#PENTgau6qhG9z2fToMuGPQphOG3czXFK { color:rgba(var(--color-tertiary-0),1);display:block;width:33.6248125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:39.375rem;left:2.625rem;height:1.298825rem;font-style:normal;display:block; }
#TPS86hmbn7ATuiiO4NFhfqv7zWz8C6Ae { position:absolute;display:block;z-index:15026;height:4.31196875rem;width:7.6873125rem;top:5.0514912605286rem;left:36.561609268189rem;display:block; }
#qttEDAoTRT7RQCmZKrows8sXRzWv4NAe { box-sizing:content-box;height:26.4994375rem;width:28.5618125rem;position:absolute;display:block;z-index:15001;background-color:#0b1f2b;background-image:none;box-shadow: none;border-top:0.25rem solid #fdb800;border-left:0;border-right:0;border-bottom:0;top:46.312143325806rem;left:3.3123226165771rem;border-top-right-radius:1.375rem;border-bottom-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-top-left-radius:1.375rem;display:block; }
#GQ1ShKTKalQEiwpNMbcRx9sVR8ksRIsO { position:absolute;display:block;z-index:15015;height:1.93714375rem;width:6.875rem;top:48.199572563171rem;left:4.5623226165771rem;display:block; }
#Eus4yAwC4g71bu84hsqF0nAKpssM1LUB { color:rgba(var(--color-tertiary-0),1);display:block;width:15.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:51.436431884766rem;left:4.4966259002686rem;height:4.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zKKUsbpocUU4XIN7dJPPTB8WTRz87vml { box-sizing:content-box;height:26.4985625rem;width:28.5618125rem;position:absolute;display:block;z-index:15002;background-color:#0b1f2b;background-image:none;box-shadow: none;border-top:0.25rem solid #fdb800;border-left:0;border-right:0;border-bottom:0;top:46.311255455017rem;left:41.624643325806rem;border-top-right-radius:1.375rem;border-bottom-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-top-left-radius:1.375rem;display:block; }
#GcOwAXzv2iur0LJgDOIgR32ghT1tP1Wc { position:absolute;display:block;z-index:15016;height:1.93625625rem;width:6.875rem;top:48.198684692382rem;left:43.061964035034rem;display:block; }
#L0wOuTnws4iNwTBRCTFahMqMBWcefHtW { color:rgba(var(--color-tertiary-0),0.99);display:block;width:11.624625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:51.437320709229rem;left:42.986505508423rem;height:4.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#daJuooc6uTgDWr24AVEcwmwwyv4OitiZ { box-sizing:content-box;height:25.4998125rem;width:27.8125rem;position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-tertiary-4),0.68);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:46.952233791351rem;left:41.965551376343rem;border-top-right-radius:1.375rem;border-bottom-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-top-left-radius:1.375rem;display:block; }
#RJMRJH0xELL9gMrE316prpcgJP9Ni1EK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.6875rem;width:4.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:50.134937286377rem;left:53.403760910034rem; }
#DbMCexPMzxOeWRNTQMTT8JxeDTTJJUax { color:rgba(var(--color-tertiary-0),1);display:block;width:38.3744375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:4.6857242584229rem;left:4.4957389831543rem;height:3.2492875rem;text-align:left;text-align-last:left;display:none; }
#Gq1FUS1lwUTWhESyDS9FOemsg2T9GHH5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:15.9375rem;left:4.5rem;display:none; }
#k5eT1LUtHs51TU03kJVhqh18yW9UH3rh { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:14rem;left:4.5rem;display:none; }
#inreahmVR8LOmN7d1e1gic7yzN8i7ieE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:11.8125rem;left:4.5rem;display:none; }
#VzGG419FQ1JwOT2ercTwgihtSrDuFSeE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:9.8125rem;left:4.5rem;display:none; }
#sdBPa6JZD0urAK7ByUKeVuL9t1vma7TS { color:rgba(var(--color-tertiary-0),1);display:block;width:33.810375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.7;letter-spacing:0;top:21.5rem;left:6.25rem;height:8.497875rem;text-align:left;text-align-last:left;display:none; }
#CHsC16zzdWWv3JwG9siTNidt1oTShLP1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:10.875rem;left:42.86842918396rem;display:none; }
#IUL7LtUuTMXOy2lNRTCi8TbQaT5UdSZy { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:12.881746292114rem;left:42.86842918396rem;display:none; }
#yBc1hr49Pm5sdWxCfVglqOK1Cmg3wiuV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:15.248579025269rem;left:42.86842918396rem;display:none; }
#fUad73gny89vmDZbdlA0q5Pxs4zEq0P4 { color:rgba(var(--color-tertiary-0),0.98);display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:3.8725142478943rem;left:42.86842918396rem;height:4.8739375rem;text-align:left;text-align-last:left;display:none; }
#kKJPe3fE070ADkPrrH88KHEeVf5MtCti { color:rgba(var(--color-tertiary-0),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.7;letter-spacing:0;top:10.31960105896rem;left:44.74342918396rem;height:6.37340625rem;text-align:left;text-align-last:left;display:none; }
#LUKxghIuW87E76SE71mzatRB2dCh8hAU { color:rgba(var(--color-tertiary-0),1);display:block;width:25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:3.870735168457rem;left:43.49342918396rem;height:2.843575rem;text-align:center;text-align-last:center;display:none; }
#RoS5337sC7ZCzN5OVWNPcTAP0k77oHJm { color:rgba(var(--color-tertiary-0),1);display:block;width:17.9989375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:7.9323501586912rem;left:46.993074417114rem;height:3.2492875rem;text-align:center;text-align-last:center;display:none; }
#uUKQXbDNTcxhBG7iUT4KVqxUVIpnvyKH { 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; }#uUKQXbDNTcxhBG7iUT4KVqxUVIpnvyKH > .row .container { background-color: transparent; background-image: none; }#uUKQXbDNTcxhBG7iUT4KVqxUVIpnvyKH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uUKQXbDNTcxhBG7iUT4KVqxUVIpnvyKH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uUKQXbDNTcxhBG7iUT4KVqxUVIpnvyKH > .row .container > .video-iframe-container { display: none; }#uUKQXbDNTcxhBG7iUT4KVqxUVIpnvyKH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uUKQXbDNTcxhBG7iUT4KVqxUVIpnvyKH > .row > .video-iframe-container { display: none; }#uUKQXbDNTcxhBG7iUT4KVqxUVIpnvyKH > .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); }#uUKQXbDNTcxhBG7iUT4KVqxUVIpnvyKH > .row .container { border-width: 0; border-radius: 0; }#uUKQXbDNTcxhBG7iUT4KVqxUVIpnvyKH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uUKQXbDNTcxhBG7iUT4KVqxUVIpnvyKH > .row .container { font-size:0.875rem;font-family:arial;height:23.25rem;width:75rem;position:relative;display:block; }#gx2Zr5eA0MTvdmLI7WHZoOfs3Rqx5CEG { color:rgba(var(--color-tertiary-0),1);display:block;width:38.3744375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:4.6857242584229rem;left:4.4957389831543rem;height:3.2492875rem;text-align:left;text-align-last:left;display:block; }
#yQcl4CIudKKMSigSyExuUmcrmNa5E2Jw { color:rgba(var(--color-tertiary-0),1);display:block;width:33.810375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.7;letter-spacing:0;top:9.2595863342288rem;left:6.25rem;height:8.497875rem;text-align:left;text-align-last:left;display:block; }
#t7oCaasRiVMXdq4ey30CFirkcbDucFtt { color:rgba(var(--color-tertiary-0),0.98);display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:3.8725142478943rem;left:42.86842918396rem;height:4.8739375rem;text-align:left;text-align-last:left;display:block; }
#AlGiekrwuwxQuznAHeNs4cDzR7RDV1p1 { color:rgba(var(--color-tertiary-0),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.7;letter-spacing:0;top:10.31960105896rem;left:44.74342918396rem;height:6.37340625rem;text-align:left;text-align-last:left;display:block; }
#g5hb2HQWlrCSgGfh2tuL04XmrcE8zpQu { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:9.8125rem;left:4.5rem; }
#RNxQtCC4nWgc4apZUzaZWN1xpWTTMxTE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:11.8125rem;left:4.5rem; }
#k3CZMTxigvX5eGXMkk7LFiGBNrxAwUZ1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:14rem;left:4.5rem; }
#dDq5hh0hOTJlCJTiJ1TgoPCQoJEameSv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:15.9375rem;left:4.5rem; }
#QOP3BrrlkJL8OBvzMKLeu8MhUI4KoQo2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:10.875rem;left:42.86842918396rem; }
#ET5ZRUWHxUcsaC8VkcaSeaQWKIDCIVHk { color:rgba(var(--color-tertiary-0),1);display:block;width:25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:3.870735168457rem;left:43.49342918396rem;height:2.843575rem;text-align:center;text-align-last:center;display:block; }
#V8IPdoufRlMltWNUGr34bgSUe0kq1us3 { color:rgba(var(--color-tertiary-0),1);display:block;width:17.9989375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:7.9323501586912rem;left:46.993074417114rem;height:3.2492875rem;text-align:center;text-align-last:center;display:block; }
#nAH2oLJCnJSrVAUCQGzI4cVipIJUD5Ee { color:rgba(var(--color-tertiary-0),1);display:block;width:33.810375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.7;letter-spacing:0;top:21.5rem;left:6.25rem;height:8.497875rem;text-align:left;text-align-last:left;display:none; }
#nTa3cEWKLTuXELWni8zNabWJHZqVzUmR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.87375625rem;width:2.87375625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:0.625rem;left:14.436256408691rem; }
#RDlf4kRgJXv8qwChGyuW8PHAuUh4e6FJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:12.881746292114rem;left:42.86842918396rem; }
#aR7BgJAR9lQdxUb6SQXvUJFafbAl1kWL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:15.248579025269rem;left:42.86842918396rem; }
#SSgfxhOiSTBFVR3gblxi4GyR1nzRhc1w { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f6f701a4-8a31-4720-826a-e553dcad4b64/grebmotbeach4388225_1920.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;display:block; }#SSgfxhOiSTBFVR3gblxi4GyR1nzRhc1w.adaptive-delivery-prevent-bg, #SSgfxhOiSTBFVR3gblxi4GyR1nzRhc1w.lazyload, #SSgfxhOiSTBFVR3gblxi4GyR1nzRhc1w.lazyloading { background-image: none; }#SSgfxhOiSTBFVR3gblxi4GyR1nzRhc1w > .row .container { background-color: transparent; background-image: none; }#SSgfxhOiSTBFVR3gblxi4GyR1nzRhc1w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.69); }#SSgfxhOiSTBFVR3gblxi4GyR1nzRhc1w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SSgfxhOiSTBFVR3gblxi4GyR1nzRhc1w > .row .container > .video-iframe-container { display: none; }#SSgfxhOiSTBFVR3gblxi4GyR1nzRhc1w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.69); }#SSgfxhOiSTBFVR3gblxi4GyR1nzRhc1w > .row > .video-iframe-container { display: none; }#SSgfxhOiSTBFVR3gblxi4GyR1nzRhc1w > .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); }#SSgfxhOiSTBFVR3gblxi4GyR1nzRhc1w > .row .container { border-width: 0; border-radius: 0; }#SSgfxhOiSTBFVR3gblxi4GyR1nzRhc1w::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SSgfxhOiSTBFVR3gblxi4GyR1nzRhc1w > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SSgfxhOiSTBFVR3gblxi4GyR1nzRhc1w > .row .container { font-size:0.875rem;font-family:arial;height:45.0625rem;width:75rem;position:relative;display:block; }#pzWbh4hFwdl30hZ55ENgH9aIsTtDgS7O { color:rgba(var(--color-tertiary-0),1);display:block;width:43.6230625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:5.5625rem;left:14.373046875rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HTpdJbDUt9ySDNnMiZe1n2KwCsdN0dpy { color:rgba(var(--color-tertiary-0),1);display:block;width:9.5623125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:18.157846927643rem;left:8.0903759002688rem;height:1.8679rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zz7gWXbkWUOJlTgBTlwJDri67kfXITKt { color:rgba(var(--color-tertiary-0),1);display:block;width:13.6869375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:21.061789035797rem;left:6.0271663665771rem;height:5.848725rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#L8HW5tAEgFudi3NRzM5v9TAdgXIAiVv2 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.874625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:17.4375rem;left:31.06178855896rem;height:3.73579375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gfJMzXcP1IT4MJzAcIZBZGfkSn6ptmLn { color:rgba(var(--color-tertiary-0),1);display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:17.75rem;left:54.311964035034rem;height:3.73579375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TO6qgeFc1wyUodUckmbguiz6dlxlfZUT { color:rgba(var(--color-tertiary-0),1);display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:21.809303760529rem;left:30.312498092651rem;height:5.848725rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pUf9lUGGT4zTAz4iEfDPU4pIwXUtpwA7 { color:rgba(var(--color-tertiary-0),1);display:block;width:9.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:22.579012393951rem;left:57.592329025269rem;height:4.38654375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ckN7cL5FkTG7gHAPoCmwc6KJzy5wR7UK { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:15.173117160797rem;left:11.77734375rem; }
#dKJUFmvXMuWkDrg33P61u3dTFafFT1vc { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:15.173117160797rem;left:36.406248092651rem; }
#uufZC8DM9XvGzowI9EAW4theZS76SWxs { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:15.173117160797rem;left:61.029829025269rem; }
#F3nFXGi0lSk7zxyLm3vJ8mx5gRZDorEQ { 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:15011;opacity:1;top:32.060546875rem;left:22.874755859375rem;display:none; }
#TKsVPU2MuK6lyBa9H0L4e9KlXs1g3UGu { 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:15012;opacity:1;top:18.741121768951rem;left:47.305574417114rem; }
#B70vNU9OU2fyJ911Rud1lO0OLTdSJgry { position:absolute;display:block;z-index:15013;height:3.125rem;width:38.75rem;top:2.5146484375rem;left:16.80908203125rem;display:block; }
#QLuQ9Rc9inKHBXrMT1Zh56cwDEpqAqNF { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top: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.12358125rem;width:16.875rem;top:7.763671875rem;left:37.812498092651rem;overflow:hidden;display:block; }
#FQ9J0PaAdE5zVQExDcTQRAQbN85GabUl { 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:15013;opacity:1;top:18.157846927643rem;left:22.681108474731rem; }
#cMGDy13Dbh61tZeVzoPWZAJ0wBl2varr { 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:15011;opacity:1;top:32.060546875rem;left:22.874755859375rem;display:none; }
#syoT15dfFFEBeIcQ92qFA8PiaWOgsyla { position:absolute;display:block;z-index:14999;border-bottom:0;border-left:0;border-right:0;border-top: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:25.7493125rem;width:25.7493125rem;top:9.1743597984313rem;left:0rem;overflow:hidden;display:block; }
#ka7bdTXf3rhzQwV8rLJsstITMTlcSiuO { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top: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:22.0625rem;width:25.6875rem;top:9.2160859107969rem;left:24.624467849731rem;overflow:hidden;display:block; }
#T6AJrhD4pLAv04l8Ts9yTEyJg9kxJkgh { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top: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:25.7493125rem;width:25.7493125rem;top:9.2160859107969rem;left:49.250707626343rem;overflow:hidden;display:block; }
#wwvzTDHi53qT2CvBZGhKFx4OlT6JPrDd { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top: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:22.0625rem;width:25.6875rem;top:9.2160859107969rem;left:24.624467849731rem;overflow:hidden;display:none; }
#LBOUMPMgVks2FwXUE5Mh502h3hUbD1en { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top: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:22.0625rem;width:25.6875rem;top:9.2160859107969rem;left:24.624467849731rem;overflow:hidden;display:none; }
#dW6zHtCHqCkJTRqKHramXhJNkrTqUqgo { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fbbd23, #f2930d);background-image: -moz-linear-gradient(180deg, #fbbd23, #f2930d);background-image: -ms-linear-gradient(180deg, #fbbd23, #f2930d);background-image: -o-linear-gradient(180deg, #fbbd23, #f2930d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbbd23', endColorstr='#f2930d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbbd23', endColorstr='#f2930d' );";background-image: linear-gradient(180deg, #fbbd23, #f2930d);background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.25rem 0.25rem 1.25rem rgba(253,184,0,0.58) ;box-sizing:border-box;color:#0b0b0b;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.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.7468125rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:36.000531196594rem;left:22.739702224731rem;display:block; }
#IyUmbh8HNuh9lxgf8logUn2CgGp2FgL3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mhOKsTtwqySRWOBVBEn3RxeF4bHSrhc9 { position:relative;display:block; }#mhOKsTtwqySRWOBVBEn3RxeF4bHSrhc9 { background-color: transparent; background-image: none; }#mhOKsTtwqySRWOBVBEn3RxeF4bHSrhc9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mhOKsTtwqySRWOBVBEn3RxeF4bHSrhc9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mhOKsTtwqySRWOBVBEn3RxeF4bHSrhc9 > .row .container > .video-iframe-container { display: none; }#mhOKsTtwqySRWOBVBEn3RxeF4bHSrhc9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mhOKsTtwqySRWOBVBEn3RxeF4bHSrhc9 > .row > .video-iframe-container { display: none; }#mhOKsTtwqySRWOBVBEn3RxeF4bHSrhc9 > .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); }#mhOKsTtwqySRWOBVBEn3RxeF4bHSrhc9 { border-width: 0; border-radius: 0; }#mhOKsTtwqySRWOBVBEn3RxeF4bHSrhc9 > .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; }#mhOKsTtwqySRWOBVBEn3RxeF4bHSrhc9 > .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:4.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#DBCmwk45V0FaZgZ7qbgD5x1aqXOHfu7F { color:rgba(var(--color-tertiary-4),1);display:block;width:60.5619375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.5021305084229rem;left:7.2185726165769rem;height:1.8679rem;display:block; }
#yzo1o08NvyJyHiiwz0i8PTtzVZm2LldD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/01d0e921-4344-4c04-b329-6d18e31e8592/herobg.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;display:block; }#yzo1o08NvyJyHiiwz0i8PTtzVZm2LldD.adaptive-delivery-prevent-bg, #yzo1o08NvyJyHiiwz0i8PTtzVZm2LldD.lazyload, #yzo1o08NvyJyHiiwz0i8PTtzVZm2LldD.lazyloading { background-image: none; }#yzo1o08NvyJyHiiwz0i8PTtzVZm2LldD > .row .container { background-color: transparent; background-image: none; }#yzo1o08NvyJyHiiwz0i8PTtzVZm2LldD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-4),0.66); }#yzo1o08NvyJyHiiwz0i8PTtzVZm2LldD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yzo1o08NvyJyHiiwz0i8PTtzVZm2LldD > .row .container > .video-iframe-container { display: none; }#yzo1o08NvyJyHiiwz0i8PTtzVZm2LldD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-4),0.66); }#yzo1o08NvyJyHiiwz0i8PTtzVZm2LldD > .row > .video-iframe-container { display: none; }#yzo1o08NvyJyHiiwz0i8PTtzVZm2LldD > .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); }#yzo1o08NvyJyHiiwz0i8PTtzVZm2LldD > .row .container { border-width: 0; border-radius: 0; }#yzo1o08NvyJyHiiwz0i8PTtzVZm2LldD::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yzo1o08NvyJyHiiwz0i8PTtzVZm2LldD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yzo1o08NvyJyHiiwz0i8PTtzVZm2LldD > .row .container { font-size:0.875rem;font-family:arial;height:49.625rem;width:75rem;position:relative;display:block; }#TrIs4Kl24ueLXwbzJfKX4Bpp9A4UpdJZ { color:rgba(var(--color-tertiary-0),1);display:block;width:43.6230625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.8125rem;left:14.0625rem;height:3.65589375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hM7W0oMqTXoSDfSw3tDuegwVbDTGeOEF { color:rgba(var(--color-secondary-4),1);display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.6;letter-spacing:0;top:20.625rem;left:10.3125rem;height:12.5967625rem;text-align:center;text-align-last:center;display:block; }
#Lxcl6Fm2PTIXkyviXn0zFqEwPh79mmUZ { color:rgba(var(--color-tertiary-4),1);display:block;width:17.56125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:14.3125rem;left:9.375rem;height:4.8739375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NadxJgXi5qB2l7Qasw9Ll3ObbINVcHTd { color:rgba(var(--color-tertiary-4),1);display:block;width:19.5614375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:14.3125rem;left:43.375rem;height:4.8739375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lu85HxSGVuPFlkT8mSoJhfPAL4O67F1I { color:rgba(var(--color-tertiary-4),1);display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.6;letter-spacing:0;top:22.5rem;left:45.9375rem;height:10.79725rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vK93ay30lVNUdvWsiVBNMCvVPogUmXAZ { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top: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:31.25rem;width:25.5625rem;top:8.75rem;left:5.8125rem;overflow:hidden;display:block; }
#HkCkWbou3siHOhpOT5TH09K8W5Z4uQK8 { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top: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:31.25rem;width:25.5619375rem;top:8.75rem;left:40.375rem;overflow:hidden;display:block; }
#fvKGyJ6sS7wpX3LdMTPLlMn32RZFJ2Db { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fbbd23, #f2930d);background-image: -moz-linear-gradient(180deg, #fbbd23, #f2930d);background-image: -ms-linear-gradient(180deg, #fbbd23, #f2930d);background-image: -o-linear-gradient(180deg, #fbbd23, #f2930d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbbd23', endColorstr='#f2930d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbbd23', endColorstr='#f2930d' );";background-image: linear-gradient(180deg, #fbbd23, #f2930d);background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.25rem 0.25rem 1.25rem rgba(253,184,0,0.58) ;box-sizing:border-box;color:#0b0b0b;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.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.7468125rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:43.523612976074rem;left:23.624822616577rem;display:block; }
#gzO1rFRJlmAQPU4H6US5l6WuaJcQXvKX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BNQPRExCPKlX0W4ge3yNTALwnexB7Dya { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #06141c, #0b1f2b);background-image: -moz-linear-gradient(180deg, #06141c, #0b1f2b);background-image: -ms-linear-gradient(180deg, #06141c, #0b1f2b);background-image: -o-linear-gradient(180deg, #06141c, #0b1f2b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#06141c', endColorstr='#0b1f2b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#06141c', endColorstr='#0b1f2b' );";background-image: linear-gradient(180deg, #06141c, #0b1f2b);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:none; }#BNQPRExCPKlX0W4ge3yNTALwnexB7Dya > .row .container { border-width: 0; border-radius: 0; }#BNQPRExCPKlX0W4ge3yNTALwnexB7Dya > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BNQPRExCPKlX0W4ge3yNTALwnexB7Dya > .row .container { font-size:0.875rem;font-family:arial;height:41.9375rem;width:75rem;position:relative;display:none; }#nMRP4O2btrtPzRcR4y26hp7T19mHS94s { color:rgba(var(--color-tertiary-0),1);display:block;width:43.6230625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:5.5625rem;left:14.373046875rem;height:3.65600625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zELTy4S4upAiLv3tMSqB5b0C7baIRRpk { position:absolute;display:block;z-index:15013;height:3.125rem;width:38.75rem;top:2.5146484375rem;left:16.80908203125rem;display:block; }
#Om4EBXUeToA2x00MT0lD9kaUz4ksf4Ii { color:rgba(var(--color-tertiary-0),1);display:block;width:55.374625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15003;line-height:1.7;letter-spacing:0;top:11.311254501342rem;left:8.4952049255369rem;height:15.93571875rem;text-align:center;text-align-last:center;display:block; }
#wMnBzWVFFmiZaJe13A0QtPCGJEl8P0zX { background-color:#ffe800;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top: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:#0b0b0b;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.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.749rem;height:4.311525rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:31rem;left:23.625rem;display:block; }
#ELpwtlTvJETqFcyGWCIAMxNHqIvEbSAf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DVtQdPhmhCbHlk9uDAMLtX5mqM1UvhmR { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top: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.124025rem;width:16.875rem;top:7.764892578125rem;left:17.74658203125rem;overflow:hidden;display:block; }
#DwvbxlkUyuQrV3FB5XRnqnBPKdeiugsV { color:rgba(var(--color-tertiary-0),1);display:block;width:55.37475rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15003;line-height:1.7;letter-spacing:0;top:12.625rem;left:8.5rem;height:15.93628125rem;text-align:center;text-align-last:center;display:none; }
#DcMp9OLLtJidiFk31O7JNBMziyhtqd8K { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #06141c, #0b1f2b);background-image: -moz-linear-gradient(180deg, #06141c, #0b1f2b);background-image: -ms-linear-gradient(180deg, #06141c, #0b1f2b);background-image: -o-linear-gradient(180deg, #06141c, #0b1f2b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#06141c', endColorstr='#0b1f2b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#06141c', endColorstr='#0b1f2b' );";background-image: linear-gradient(180deg, #06141c, #0b1f2b);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:none; }#DcMp9OLLtJidiFk31O7JNBMziyhtqd8K > .row .container { border-width: 0; border-radius: 0; }#DcMp9OLLtJidiFk31O7JNBMziyhtqd8K > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DcMp9OLLtJidiFk31O7JNBMziyhtqd8K > .row .container { font-size:0.875rem;font-family:arial;height:23.75rem;width:75rem;position:relative;display:none; }#h5L28kwOyzm4bgTXGlTJiJ2GAoGwsyTu { color:rgba(var(--color-tertiary-0),1);display:block;width:57.68675rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:6.060791015625rem;left:7.3388671875rem;height:3.65600625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LGG2ZifmBrc3ttUXi15qfD20eTCmFn5V { box-sizing:content-box;height:7.87475rem;width:17.312rem;position:absolute;display:block;z-index:15001;background-color:rgba(255,255,255,0.1);background-image:none;box-shadow: 0.25rem 0.25rem 1.25rem rgba(var(--color-tertiary-0),0.07) ;border-top:0.0625rem solid rgba(255,255,255,0.1);border-left:0.0625rem solid rgba(255,255,255,0.1);border-right:0.0625rem solid rgba(255,255,255,0.1);border-bottom:0.0625rem solid rgba(255,255,255,0.1);top:12.1875rem;left:4rem;border-top-right-radius:1.375rem;border-bottom-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-top-left-radius:1.375rem;display:block; }
#lTHdea2yTZg4UTB8vrtzWEl8NfGHCPTA { color:rgba(var(--color-tertiary-0),1);display:block;width:5.7495125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:12.875rem;left:10.5625rem;height:2.43696875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XVDvTU2yPGJQZuTBHJXaPO23HnpqKFyk { color:rgba(var(--color-tertiary-0),1);display:block;width:9.8108125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:15.8125rem;left:10.5625rem;height:3.2492875rem;text-align:left;text-align-last:left;display:block; }
#WUXhyosL8mCfmp5JE4gxQuz4T79cEPGC { box-sizing:content-box;height:7.875rem;width:17.3125rem;position:absolute;display:block;z-index:15002;background-color:rgba(255,255,255,0.1);background-image:none;box-shadow: 0.25rem 0.25rem 1.25rem rgba(var(--color-tertiary-0),0.07) ;border-top:0.0625rem solid rgba(255,255,255,0.1);border-left:0.0625rem solid rgba(255,255,255,0.1);border-right:0.0625rem solid rgba(255,255,255,0.1);border-bottom:0.0625rem solid rgba(255,255,255,0.1);top:12.1875rem;left:27.9375rem;border-top-right-radius:1.375rem;border-bottom-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-top-left-radius:1.375rem;display:block; }
#w4JXn0WmVXaSEhB1Ea13Rc0CGvUCEVIw { box-sizing:content-box;height:7.875rem;width:17.3125rem;position:absolute;display:block;z-index:15003;background-color:rgba(255,255,255,0.1);background-image:none;box-shadow: 0.25rem 0.25rem 1.25rem rgba(var(--color-tertiary-0),0.07) ;border-top:0.0625rem solid rgba(255,255,255,0.1);border-left:0.0625rem solid rgba(255,255,255,0.1);border-right:0.0625rem solid rgba(255,255,255,0.1);border-bottom:0.0625rem solid rgba(255,255,255,0.1);top:12.1875rem;left:51.0625rem;border-top-right-radius:1.375rem;border-bottom-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-top-left-radius:1.375rem;display:block; }
#da5HZUb3SlhrS1f2KlJvDT5wBOK3HlVf { color:rgba(var(--color-tertiary-0),1);display:block;width:10.6860625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:12.875rem;left:34rem;height:2.43696875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Qxl2HNL34InyNdwMmKylvQSfOtTFitay { color:rgba(var(--color-tertiary-0),1);display:block;width:9.5605625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:12.875rem;left:56.75rem;height:2.43696875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iCL58FmhSxKWRbE53ab2b833DXz7DsIT { color:rgba(var(--color-tertiary-0),1);display:block;width:8.4985625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:15.8125rem;left:34.1875rem;height:3.2492875rem;text-align:left;text-align-last:left;display:block; }
#oUPXddahTHAA3CHUHE22U864hdhXdBxn { color:rgba(var(--color-tertiary-0),1);display:block;width:11.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:15.8125rem;left:56.75rem;height:3.2492875rem;text-align:left;text-align-last:left;display:block; }
#mLOSAeb2GtxIT7SX6ERKwUmCbONxS00U { box-sizing:content-box;color:#5d92ff;font-size:3.0625rem;font-weight:400;line-height:1;height:4.375rem;width:4.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:14rem;left:4.75rem; }
#dgtJKXu64VPcuZszgqGUnih0zl3bWQm9 { box-sizing:content-box;color:#5d92ff;font-size:3.0625rem;font-weight:400;line-height:1;height:4.375rem;width:4.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:14rem;left:28.625rem; }
#mlM5b2WzpyutVEey9pT8Nv4CToKcPt7C { box-sizing:content-box;color:#5d92ff;font-size:3.0625rem;font-weight:400;line-height:1;height:4.375rem;width:4.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:14rem;left:51.6875rem; }
#xu3CJye03cw7DqyKdNJRqmtaB9d7NNAT { position:absolute;display:block;z-index:15015;height:1.93725625rem;width:32.37425rem;top:3.486328125rem;left:21.312255859375rem;display:block; }
#upXQ3SnvoPN0hUeymNXXRM6OvytUwLW4 { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top: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.124025rem;width:16.875rem;top:8.250732421875rem;left:36.888427734375rem;overflow:hidden;display:block; }
#MQ4BVocJFWdTFE1iwS6eT2yCDlTJ0HZ1 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/42885d8e-da26-4c59-aa09-f2634fbc61b3/30_summit_background.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#MQ4BVocJFWdTFE1iwS6eT2yCDlTJ0HZ1.adaptive-delivery-prevent-bg, #MQ4BVocJFWdTFE1iwS6eT2yCDlTJ0HZ1.lazyload, #MQ4BVocJFWdTFE1iwS6eT2yCDlTJ0HZ1.lazyloading { background-image: none; }#MQ4BVocJFWdTFE1iwS6eT2yCDlTJ0HZ1 > .row .container { background-color: transparent; background-image: none; }#MQ4BVocJFWdTFE1iwS6eT2yCDlTJ0HZ1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-4),0.64); }#MQ4BVocJFWdTFE1iwS6eT2yCDlTJ0HZ1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MQ4BVocJFWdTFE1iwS6eT2yCDlTJ0HZ1 > .row .container > .video-iframe-container { display: none; }#MQ4BVocJFWdTFE1iwS6eT2yCDlTJ0HZ1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-4),0.64); }#MQ4BVocJFWdTFE1iwS6eT2yCDlTJ0HZ1 > .row > .video-iframe-container { display: none; }#MQ4BVocJFWdTFE1iwS6eT2yCDlTJ0HZ1 > .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); }#MQ4BVocJFWdTFE1iwS6eT2yCDlTJ0HZ1 > .row .container { border-width: 0; border-radius: 0; }#MQ4BVocJFWdTFE1iwS6eT2yCDlTJ0HZ1::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#MQ4BVocJFWdTFE1iwS6eT2yCDlTJ0HZ1 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#MQ4BVocJFWdTFE1iwS6eT2yCDlTJ0HZ1 > .row .container { font-size:0.875rem;font-family:arial;height:3.4375rem;width:75rem;overflow:visible;position:relative;display:block; }#FGBC9UbrtKGkm3JTLx52GS1ubiev4sGt { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:0.9375rem;left:27.78125rem; }
#spE4ceO83N2yJAtpcElIJOgqLnzffnkn { color:rgba(var(--color-tertiary-0),1);display:block;width:20rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:0.974609375rem;left:29.78125rem;height:1.298825rem;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #oOXeQAUDDqBfGr7Xyg5xwt0tiPthTOTs { display:block; }#oOXeQAUDDqBfGr7Xyg5xwt0tiPthTOTs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DTBQii1obr6xrdKr47T3IUZ7tzm2ffWI { top:0.75rem;left:7.5619678497312rem;width:32.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dxr0n4saCP7yAi2oeZLwIyAnyScP26Vg { top:0.625rem;left:5.875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AqrdZNJFvCh3Om8fL0PN0mKVfFqd45UB { top:0.625rem;left:35.9375rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kcAW1gpmJtHvBoROnObL3CBPF39LDwWk { top:7.8125rem;left:0rem;width:43.5625rem;height:9rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vh1C9U1E95O7GnNC8M1zb5xJlhqUD69g { top:18rem;left:0rem;width:36.25rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wl2xrAMOoW78uQc9arIVpILTC1lw9K9X { width:27.6875rem;height:3.4375rem;top:34.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SvQI4y73N6FmMA8DpPfIkcC9OPDvkny0 { display:block; }
 }@media only screen and (max-width: 763px) { #ObrXP56fh8MxEJPQKfiM1rZTixwiUx7M { top:9.25rem;left:41.6875rem;width:5.8125rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJaNvMZSqG4lElNpkgSowwfTNakNFuX6 { top:9.25rem;left:34.889738082886rem;width:5.75rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTTvXcvIFz7yp5tpZrO525Ay7RuAvpAq { top:16.3125rem;left:30.5625rem;width:14.6875rem;height:1.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WptAFTD8G5zJUUCyIHk6K9qLkDkuXq3r { top:16.125rem;left:33.0625rem;width:14.6875rem;height:1.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3GMV6u86fSKH5mDyaaBDlrTDPhimvXr { top:4.4375rem;left:9.875rem;width:4.5625rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JwqytoJuBtR9NiODdrR81Tf6uUuRT6nb { top:23.5625rem;left:0rem;width:36.25rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6azKqvE6P7H6Smyb5e0CmQdcVyGvivR { top:27.1875rem;left:0rem;width:36.25rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QfxtRLyFuVGeZGNSMc2KPUL219rR1WDJ { top:30.5625rem;left:0rem;width:36.25rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yVxXdmzGMDppGHvo1vd4gPmreeFmdhhB { top:27.1875rem;left:0rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzKg4BPCanRdtbTonR2kWmFcmyqfqdPW { top:24rem;left:0rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQlcrP9w9vyhUCmhQ0pzOQ91tD6f9QTX { top:30.625rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5IRGiB7QmWHiCG00ZullffAKfm9zvkU { top:23.5625rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8dHAEJr5SRkK6XQPTcBOidN1n0cp2lH { top:26.75rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wb28TINwdh9uyEogRQfC8PM4QGLuxnSo { top:30.3125rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #luAcAKDSX2TMXQFBESslcTNgptGiTUvp { top:18.1875rem;left:24.0625rem;width:23.625rem;height:23.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PbrWSm9dr8sV1k6KOT9uEgAATfJeznQx { top:15.9375rem;left:32.411043167114rem;width:10.8125rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQO4Pw675RNGq4h5K1TB6G2P8ZKbeUym { top:17.875rem;left:30.564451217651rem;width:14.6875rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CiiulIG4xxV6kQpTqeE7HlCVgFJKTT70 { top:15.9375rem;left:37rem;width:10.75rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wUdI4KS17wFv9hhHLUsa6hCh7VMWyphW { top:17.875rem;left:33.0625rem;width:14.6875rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZ01Al9AWsKoBSPtRbwswT4H1KyLusRG { top:40.6875rem;left:0rem;width:13rem;height:2.9858003512348rem;display:block; }
 }@media only screen and (max-width: 763px) { #PENTgau6qhG9z2fToMuGPQphOG3czXFK { top:39.375rem;left:0rem;width:33.5625rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPS86hmbn7ATuiiO4NFhfqv7zWz8C6Ae { top:5rem;left:22.936609268189rem;width:7.625rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qttEDAoTRT7RQCmZKrows8sXRzWv4NAe { top:46.25rem;left:0rem;width:28.5rem;height:26.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQ1ShKTKalQEiwpNMbcRx9sVR8ksRIsO { top:48.1875rem;left:0rem;width:6.875rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eus4yAwC4g71bu84hsqF0nAKpssM1LUB { top:51.375rem;left:0rem;width:15.25rem;height:4.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKKUsbpocUU4XIN7dJPPTB8WTRz87vml { top:46.25rem;left:19.1875rem;width:28.5rem;height:26.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GcOwAXzv2iur0LJgDOIgR32ghT1tP1Wc { top:48.1875rem;left:29.436964035034rem;width:6.875rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L0wOuTnws4iNwTBRCTFahMqMBWcefHtW { top:51.375rem;left:29.361505508423rem;width:11.5625rem;height:4.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #daJuooc6uTgDWr24AVEcwmwwyv4OitiZ { top:46.9375rem;left:19.9375rem;width:27.8125rem;height:25.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJMRJH0xELL9gMrE316prpcgJP9Ni1EK { top:50.125rem;left:39.778760910034rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DbMCexPMzxOeWRNTQMTT8JxeDTTJJUax { top:4.625rem;left:0rem;width:38.3125rem;height:3.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Gq1FUS1lwUTWhESyDS9FOemsg2T9GHH5 { top:15.9375rem;left:0rem;width:1.25rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #k5eT1LUtHs51TU03kJVhqh18yW9UH3rh { top:14rem;left:0rem;width:1.25rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #inreahmVR8LOmN7d1e1gic7yzN8i7ieE { top:11.8125rem;left:0rem;width:1.25rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #VzGG419FQ1JwOT2ercTwgihtSrDuFSeE { top:9.8125rem;left:0rem;width:1.25rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #sdBPa6JZD0urAK7ByUKeVuL9t1vma7TS { top:16.875rem;left:0rem;width:16.25rem;height:7.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #CHsC16zzdWWv3JwG9siTNidt1oTShLP1 { top:10.875rem;left:29.25rem;width:1.25rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #IUL7LtUuTMXOy2lNRTCi8TbQaT5UdSZy { top:12.875rem;left:29.24342918396rem;width:1.25rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #yBc1hr49Pm5sdWxCfVglqOK1Cmg3wiuV { top:15.1875rem;left:29.24342918396rem;width:1.25rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #fUad73gny89vmDZbdlA0q5Pxs4zEq0P4 { top:3.8125rem;left:25.25rem;width:22.5rem;height:4.8125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #kKJPe3fE070ADkPrrH88KHEeVf5MtCti { top:10.3125rem;left:29rem;width:18.75rem;height:6.3125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #LUKxghIuW87E76SE71mzatRB2dCh8hAU { top:3.8125rem;left:22.75rem;width:25rem;height:2.8125rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #RoS5337sC7ZCzN5OVWNPcTAP0k77oHJm { top:7.875rem;left:29.8125rem;width:17.9375rem;height:3.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #uUKQXbDNTcxhBG7iUT4KVqxUVIpnvyKH { display:block; }#uUKQXbDNTcxhBG7iUT4KVqxUVIpnvyKH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gx2Zr5eA0MTvdmLI7WHZoOfs3Rqx5CEG { top:4.625rem;left:0rem;width:38.3125rem;height:3.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQcl4CIudKKMSigSyExuUmcrmNa5E2Jw { top:9.25rem;left:0rem;width:33.75rem;height:8.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7oCaasRiVMXdq4ey30CFirkcbDucFtt { top:3.8125rem;left:25.25rem;width:22.5rem;height:4.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AlGiekrwuwxQuznAHeNs4cDzR7RDV1p1 { top:10.3125rem;left:29rem;width:18.75rem;height:6.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g5hb2HQWlrCSgGfh2tuL04XmrcE8zpQu { top:9.8125rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNxQtCC4nWgc4apZUzaZWN1xpWTTMxTE { top:11.8125rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #k3CZMTxigvX5eGXMkk7LFiGBNrxAwUZ1 { top:14rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dDq5hh0hOTJlCJTiJ1TgoPCQoJEameSv { top:15.9375rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QOP3BrrlkJL8OBvzMKLeu8MhUI4KoQo2 { top:10.875rem;left:29.25rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ET5ZRUWHxUcsaC8VkcaSeaQWKIDCIVHk { top:3.8125rem;left:22.75rem;width:25rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8IPdoufRlMltWNUGr34bgSUe0kq1us3 { top:7.875rem;left:29.8125rem;width:17.9375rem;height:3.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nAH2oLJCnJSrVAUCQGzI4cVipIJUD5Ee { top:16.875rem;left:0rem;width:16.25rem;height:7.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #nTa3cEWKLTuXELWni8zNabWJHZqVzUmR { top:0.625rem;left:0.81125640869138rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RDlf4kRgJXv8qwChGyuW8PHAuUh4e6FJ { top:12.875rem;left:29.24342918396rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aR7BgJAR9lQdxUb6SQXvUJFafbAl1kWL { top:15.1875rem;left:29.24342918396rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSgfxhOiSTBFVR3gblxi4GyR1nzRhc1w { display:block; }#SSgfxhOiSTBFVR3gblxi4GyR1nzRhc1w > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pzWbh4hFwdl30hZ55ENgH9aIsTtDgS7O { top:5.5rem;left:0.74733543395994rem;width:43.5625rem;height:;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTpdJbDUt9ySDNnMiZe1n2KwCsdN0dpy { top:18.125rem;left:0rem;width:9.5rem;height:1.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zz7gWXbkWUOJlTgBTlwJDri67kfXITKt { top:21rem;left:0rem;width:13.625rem;height:5.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8HW5tAEgFudi3NRzM5v9TAdgXIAiVv2 { top:17.4375rem;left:17.4375rem;width:12.8125rem;height:3.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gfJMzXcP1IT4MJzAcIZBZGfkSn6ptmLn { top:17.75rem;left:32.125rem;width:15.625rem;height:3.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TO6qgeFc1wyUodUckmbguiz6dlxlfZUT { top:21.75rem;left:16.687498092651rem;width:14.375rem;height:5.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUf9lUGGT4zTAz4iEfDPU4pIwXUtpwA7 { top:22.5625rem;left:38.6875rem;width:9.0625rem;height:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ckN7cL5FkTG7gHAPoCmwc6KJzy5wR7UK { top:15.125rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dKJUFmvXMuWkDrg33P61u3dTFafFT1vc { top:15.125rem;left:22.781248092651rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uufZC8DM9XvGzowI9EAW4theZS76SWxs { top:15.125rem;left:45.5625rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3nFXGi0lSk7zxyLm3vJ8mx5gRZDorEQ { top:32rem;left:9.249755859375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKsVPU2MuK6lyBa9H0L4e9KlXs1g3UGu { top:18.6875rem;left:33.680574417114rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B70vNU9OU2fyJ911Rud1lO0OLTdSJgry { top:2.5rem;left:3.18408203125rem;width:38.75rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QLuQ9Rc9inKHBXrMT1Zh56cwDEpqAqNF { top:7.75rem;left:24.187498092651rem;width:16.875rem;height:2.12358125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQ9J0PaAdE5zVQExDcTQRAQbN85GabUl { top:18.125rem;left:9.0561084747312rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMGDy13Dbh61tZeVzoPWZAJ0wBl2varr { top:32rem;left:9.249755859375rem;width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #syoT15dfFFEBeIcQ92qFA8PiaWOgsyla { top:9.125rem;left:0rem;width:25.6875rem;height:25.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ka7bdTXf3rhzQwV8rLJsstITMTlcSiuO { top:9.1875rem;left:10.999467849731rem;width:25.6875rem;height:22.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6AJrhD4pLAv04l8Ts9yTEyJg9kxJkgh { top:9.1875rem;left:22.0625rem;width:25.6875rem;height:25.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwvzTDHi53qT2CvBZGhKFx4OlT6JPrDd { top:9.1875rem;left:10.999467849731rem;width:25.6875rem;height:22.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #LBOUMPMgVks2FwXUE5Mh502h3hUbD1en { top:9.1875rem;left:10.999467849731rem;width:25.6875rem;height:22.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #dW6zHtCHqCkJTRqKHramXhJNkrTqUqgo { width:27.6875rem;height:3.4375rem;top:36rem;left:9.1147022247312rem;display:block; }
 }@media only screen and (max-width: 763px) { #IyUmbh8HNuh9lxgf8logUn2CgGp2FgL3 { display:block; }
 }@media only screen and (max-width: 763px) { #mhOKsTtwqySRWOBVBEn3RxeF4bHSrhc9 { display:block; }#mhOKsTtwqySRWOBVBEn3RxeF4bHSrhc9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DBCmwk45V0FaZgZ7qbgD5x1aqXOHfu7F { top:1.5rem;left:0rem;width:47.75rem;height:1.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yzo1o08NvyJyHiiwz0i8PTtzVZm2LldD { display:block; }#yzo1o08NvyJyHiiwz0i8PTtzVZm2LldD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TrIs4Kl24ueLXwbzJfKX4Bpp9A4UpdJZ { top:2.8125rem;left:0.4375rem;width:43.5625rem;height:3.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hM7W0oMqTXoSDfSw3tDuegwVbDTGeOEF { top:20.625rem;left:0rem;width:16.5625rem;height:12.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lxcl6Fm2PTIXkyviXn0zFqEwPh79mmUZ { top:14.3125rem;left:0rem;width:17.5rem;height:4.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NadxJgXi5qB2l7Qasw9Ll3ObbINVcHTd { top:14.3125rem;left:28.25rem;width:19.5rem;height:4.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lu85HxSGVuPFlkT8mSoJhfPAL4O67F1I { top:22.5rem;left:32.3125rem;width:14.375rem;height:10.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vK93ay30lVNUdvWsiVBNMCvVPogUmXAZ { top:8.75rem;left:0rem;width:25.5rem;height:31.174280118633rem;display:block; }
 }@media only screen and (max-width: 763px) { #HkCkWbou3siHOhpOT5TH09K8W5Z4uQK8 { top:8.75rem;left:22.25rem;width:25.5rem;height:31.175347268917rem;display:block; }
 }@media only screen and (max-width: 763px) { #fvKGyJ6sS7wpX3LdMTPLlMn32RZFJ2Db { width:27.6875rem;height:3.4375rem;top:43.5rem;left:9.9998226165769rem;display:block; }
 }@media only screen and (max-width: 763px) { #gzO1rFRJlmAQPU4H6US5l6WuaJcQXvKX { display:block; }
 }@media only screen and (max-width: 763px) { #BNQPRExCPKlX0W4ge3yNTALwnexB7Dya { display:block; }#BNQPRExCPKlX0W4ge3yNTALwnexB7Dya > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nMRP4O2btrtPzRcR4y26hp7T19mHS94s { top:5.5rem;left:0.74755859375rem;width:43.5625rem;height:;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zELTy4S4upAiLv3tMSqB5b0C7baIRRpk { top:2.5rem;left:3.18408203125rem;width:38.75rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Om4EBXUeToA2x00MT0lD9kaUz4ksf4Ii { top:11.25rem;left:0rem;width:47.75rem;height:15.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMnBzWVFFmiZaJe13A0QtPCGJEl8P0zX { width:27.6875rem;height:4.25rem;top:31rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELpwtlTvJETqFcyGWCIAMxNHqIvEbSAf { display:block; }
 }@media only screen and (max-width: 763px) { #DVtQdPhmhCbHlk9uDAMLtX5mqM1UvhmR { top:7.75rem;left:4.12158203125rem;width:16.875rem;height:2.124025rem;display:block; }
 }@media only screen and (max-width: 763px) { #DwvbxlkUyuQrV3FB5XRnqnBPKdeiugsV { top:11.1875rem;left:0rem;width:20rem;height:15.25rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #DcMp9OLLtJidiFk31O7JNBMziyhtqd8K { display:block; }#DcMp9OLLtJidiFk31O7JNBMziyhtqd8K > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h5L28kwOyzm4bgTXGlTJiJ2GAoGwsyTu { top:6rem;left:0rem;width:47.75rem;height:3.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LGG2ZifmBrc3ttUXi15qfD20eTCmFn5V { top:12.1875rem;left:0rem;width:17.25rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTHdea2yTZg4UTB8vrtzWEl8NfGHCPTA { top:12.875rem;left:0rem;width:5.6875rem;height:2.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVDvTU2yPGJQZuTBHJXaPO23HnpqKFyk { top:15.8125rem;left:0rem;width:9.75rem;height:3.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WUXhyosL8mCfmp5JE4gxQuz4T79cEPGC { top:12.1875rem;left:14.3125rem;width:17.25rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w4JXn0WmVXaSEhB1Ea13Rc0CGvUCEVIw { top:12.1875rem;left:30.375rem;width:17.25rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #da5HZUb3SlhrS1f2KlJvDT5wBOK3HlVf { top:12.875rem;left:20.375rem;width:10.625rem;height:2.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qxl2HNL34InyNdwMmKylvQSfOtTFitay { top:12.875rem;left:38.25rem;width:9.5rem;height:2.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCL58FmhSxKWRbE53ab2b833DXz7DsIT { top:15.8125rem;left:20.5625rem;width:8.4375rem;height:3.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oUPXddahTHAA3CHUHE22U864hdhXdBxn { top:15.8125rem;left:36.1875rem;width:11.5625rem;height:3.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mLOSAeb2GtxIT7SX6ERKwUmCbONxS00U { top:14rem;left:0rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgtJKXu64VPcuZszgqGUnih0zl3bWQm9 { top:14rem;left:15rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mlM5b2WzpyutVEey9pT8Nv4CToKcPt7C { top:14rem;left:38.0625rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xu3CJye03cw7DqyKdNJRqmtaB9d7NNAT { top:3.4375rem;left:7.687255859375rem;width:32.3125rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #upXQ3SnvoPN0hUeymNXXRM6OvytUwLW4 { top:8.25rem;left:23.263427734375rem;width:16.875rem;height:2.124025rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQ4BVocJFWdTFE1iwS6eT2yCDlTJ0HZ1 { display:block; }#MQ4BVocJFWdTFE1iwS6eT2yCDlTJ0HZ1 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FGBC9UbrtKGkm3JTLx52GS1ubiev4sGt { top:0.9375rem;left:14.15625rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #spE4ceO83N2yJAtpcElIJOgqLnzffnkn { top:0.9375rem;left:16.15625rem;width:20rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #oOXeQAUDDqBfGr7Xyg5xwt0tiPthTOTs { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#oOXeQAUDDqBfGr7Xyg5xwt0tiPthTOTs > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DTBQii1obr6xrdKr47T3IUZ7tzm2ffWI { width:14.9369375rem;height:2.59765625rem;top:0.68714487552644rem;left:2.5301846265793rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dxr0n4saCP7yAi2oeZLwIyAnyScP26Vg { display:flex;width:1.25rem;height:1.25rem;top:1.1875rem;left:0.62411212921143rem; }
 }@media only screen and (max-width: 763px) { #AqrdZNJFvCh3Om8fL0PN0mKVfFqd45UB { display:flex;width:1.25rem;height:1.25rem;top:1.1875rem;left:17.465376257896rem; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e816a41c-45f3-4205-bb39-7a7867647551/lucidorigin_Website_hero_background_Caribbean_beach_on_the_left_side_with_palm_trees_coconut0.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.8); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.8); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:109.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kcAW1gpmJtHvBoROnObL3CBPF39LDwWk { width:20rem;height:5rem;top:4.5188207626342rem;left:0rem;font-size:2.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Vh1C9U1E95O7GnNC8M1zb5xJlhqUD69g { width:16.1239375rem;height:5.36133125rem;top:10.749274253845rem;left:1.9371448755264rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wl2xrAMOoW78uQc9arIVpILTC1lw9K9X { width:18.9994375rem;height:3.5617875rem;top:27.25rem;left:0.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SvQI4y73N6FmMA8DpPfIkcC9OPDvkny0 { display:block; }
 }@media only screen and (max-width: 763px) { #ObrXP56fh8MxEJPQKfiM1rZTixwiUx7M { width:4.375rem;height:4.375rem;top:51.75rem;left:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJaNvMZSqG4lElNpkgSowwfTNakNFuX6 { width:4.43625625rem;height:4.43625625rem;top:51.75rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTTvXcvIFz7yp5tpZrO525Ay7RuAvpAq { width:8.6869375rem;height:1.487925rem;top:56.5rem;left:0.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WptAFTD8G5zJUUCyIHk6K9qLkDkuXq3r { width:7.875rem;height:1.487925rem;top:56.5rem;left:11.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3GMV6u86fSKH5mDyaaBDlrTDPhimvXr { width:1.9984rem;height:2.5rem;top:3.9568536281586rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JwqytoJuBtR9NiODdrR81Tf6uUuRT6nb { width:12.874625rem;height:1.46218125rem;top:17.9375rem;left:5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6azKqvE6P7H6Smyb5e0CmQdcVyGvivR { width:14.4993125rem;height:1.46218125rem;top:20.9375rem;left:4.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QfxtRLyFuVGeZGNSMc2KPUL219rR1WDJ { width:16.5625rem;height:1.46218125rem;top:23.625rem;left:3.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yVxXdmzGMDppGHvo1vd4gPmreeFmdhhB { display:flex;width:1.25rem;height:1.25rem;top:21.0625rem;left:1.5625rem; }
 }@media only screen and (max-width: 763px) { #kzKg4BPCanRdtbTonR2kWmFcmyqfqdPW { display:flex;width:1.25rem;height:1.25rem;top:18.0625rem;left:2.5rem; }
 }@media only screen and (max-width: 763px) { #ZQlcrP9w9vyhUCmhQ0pzOQ91tD6f9QTX { display:flex;width:1.25rem;height:1.25rem;top:23.75rem;left:0.5rem; }
 }@media only screen and (max-width: 763px) { #f5IRGiB7QmWHiCG00ZullffAKfm9zvkU { width:1.9375rem;height:1.9375rem;top:17.8125rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8dHAEJr5SRkK6XQPTcBOidN1n0cp2lH { width:1.9375rem;height:1.9375rem;top:20.6875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wb28TINwdh9uyEogRQfC8PM4QGLuxnSo { width:1.9375rem;height:1.9375rem;top:23.25rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #luAcAKDSX2TMXQFBESslcTNgptGiTUvp { width:20rem;height:20rem;top:37.981178283691rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PbrWSm9dr8sV1k6KOT9uEgAATfJeznQx { width:9.4375rem;height:2.9375rem;top:56.375rem;left:0rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQO4Pw675RNGq4h5K1TB6G2P8ZKbeUym { width:8.625rem;height:1.27485625rem;top:58rem;left:0.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CiiulIG4xxV6kQpTqeE7HlCVgFJKTT70 { width:8.75rem;height:3.0625rem;top:56.3125rem;left:11.25rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wUdI4KS17wFv9hhHLUsa6hCh7VMWyphW { width:7.6243125rem;height:1.27485625rem;top:58rem;left:11.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZ01Al9AWsKoBSPtRbwswT4H1KyLusRG { width:10.625rem;height:2.374825rem;top:33.1875rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PENTgau6qhG9z2fToMuGPQphOG3czXFK { width:20rem;height:1.055575rem;top:31.9375rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TPS86hmbn7ATuiiO4NFhfqv7zWz8C6Ae { width:7.6243125rem;height:1.9992875rem;top:83.6875rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qttEDAoTRT7RQCmZKrows8sXRzWv4NAe { width:19.75rem;height:21.1875rem;top:62.25rem;left:0.25rem;border-top:0.25rem solid #fdb800;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #GQ1ShKTKalQEiwpNMbcRx9sVR8ksRIsO { width:9.437125rem;height:1.875rem;top:63.1875rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eus4yAwC4g71bu84hsqF0nAKpssM1LUB { width:13.5618125rem;height:3.2492875rem;top:65.5625rem;left:1.5625rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zKKUsbpocUU4XIN7dJPPTB8WTRz87vml { width:19.9369375rem;height:20.374625rem;top:86.5rem;left:0rem;border-top:0.25rem solid #fdb800;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #GcOwAXzv2iur0LJgDOIgR32ghT1tP1Wc { width:6.25rem;height:1.875rem;top:87.9375rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L0wOuTnws4iNwTBRCTFahMqMBWcefHtW { width:15.1864375rem;height:3.2492875rem;top:90.5625rem;left:0.8125rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #daJuooc6uTgDWr24AVEcwmwwyv4OitiZ { width:19.0625rem;height:19.2498125rem;top:87.1875rem;left:0.5rem;background-color:rgba(var(--color-tertiary-4),0.76);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #RJMRJH0xELL9gMrE316prpcgJP9Ni1EK { display:flex;width:2.87375625rem;height:2.87375625rem;top:90.75rem;left:8.0625rem; }
 }@media only screen and (max-width: 763px) { #DbMCexPMzxOeWRNTQMTT8JxeDTTJJUax { width:15.4998125rem;height:3.89648125rem;top:69.6875rem;left:1.5625rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #Gq1FUS1lwUTWhESyDS9FOemsg2T9GHH5 { display:flex;width:1.25rem;height:1.25rem;top:80.8125rem;left:1.9375rem;z-index:15025; }
 }@media only screen and (max-width: 763px) { #k5eT1LUtHs51TU03kJVhqh18yW9UH3rh { display:flex;width:1.25rem;height:1.25rem;top:78.875rem;left:1.9375rem;z-index:15024; }
 }@media only screen and (max-width: 763px) { #inreahmVR8LOmN7d1e1gic7yzN8i7ieE { display:flex;width:1.25rem;height:1.25rem;top:76.6875rem;left:1.9375rem;z-index:15023; }
 }@media only screen and (max-width: 763px) { #VzGG419FQ1JwOT2ercTwgihtSrDuFSeE { display:flex;width:1.25rem;height:1.25rem;top:74.6875rem;left:1.9375rem;z-index:15022; }
 }@media only screen and (max-width: 763px) { #sdBPa6JZD0urAK7ByUKeVuL9t1vma7TS { width:16.25rem;height:8.394875rem;top:74.3125rem;left:3.75rem;font-size:1rem;text-align:left;text-align-last:left;line-height:2.1;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #CHsC16zzdWWv3JwG9siTNidt1oTShLP1 { display:flex;width:1.25rem;height:1.25rem;top:99.125rem;left:1.9375rem;z-index:15022; }
 }@media only screen and (max-width: 763px) { #IUL7LtUuTMXOy2lNRTCi8TbQaT5UdSZy { display:flex;width:1.25rem;height:1.25rem;top:101.4375rem;left:1.9375rem;z-index:15023; }
 }@media only screen and (max-width: 763px) { #yBc1hr49Pm5sdWxCfVglqOK1Cmg3wiuV { display:flex;width:1.25rem;height:1.25rem;top:103.5625rem;left:1.9375rem;z-index:15024; }
 }@media only screen and (max-width: 763px) { #fUad73gny89vmDZbdlA0q5Pxs4zEq0P4 { width:17.874625rem;height:3.8964875rem;top:93.8125rem;left:0.8125rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #kKJPe3fE070ADkPrrH88KHEeVf5MtCti { width:13.4375rem;height:6.29615625rem;top:99rem;left:3.75rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15005;line-height:2.1;display:block; }
 }@media only screen and (max-width: 763px) { #LUKxghIuW87E76SE71mzatRB2dCh8hAU { width:20rem;height:2.03125rem;top:94.625rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #RoS5337sC7ZCzN5OVWNPcTAP0k77oHJm { width:17.9368125rem;height:2.59765625rem;top:98.5rem;left:1rem;font-size:1rem;z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #uUKQXbDNTcxhBG7iUT4KVqxUVIpnvyKH { background-color:rgba(var(--color-primary-4),1);background-image:none;display:none; }#uUKQXbDNTcxhBG7iUT4KVqxUVIpnvyKH > .row .container { width:20rem;height:4.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #gx2Zr5eA0MTvdmLI7WHZoOfs3Rqx5CEG { width:20rem;height:0;top:12.061767578125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;color:rgba(var(--color-primary-4),1);display:none; }
 }@media only screen and (max-width: 763px) { #yQcl4CIudKKMSigSyExuUmcrmNa5E2Jw { width:16.25rem;height:0;top:17.99982213974rem;left:3.2120026350021rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.9;display:none; }
 }@media only screen and (max-width: 763px) { #t7oCaasRiVMXdq4ey30CFirkcbDucFtt { width:20rem;height:0;top:15.124290466309rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #AlGiekrwuwxQuznAHeNs4cDzR7RDV1p1 { width:20rem;height:0;top:21.125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #g5hb2HQWlrCSgGfh2tuL04XmrcE8zpQu { display:flex;width:1.25rem;height:1.25rem;top:17.960759162903rem;left:1.7178622484207rem;display:none; }
 }@media only screen and (max-width: 763px) { #RNxQtCC4nWgc4apZUzaZWN1xpWTTMxTE { display:flex;width:1.25rem;height:1.25rem;top:20.436789512634rem;left:1.7178622484207rem;display:none; }
 }@media only screen and (max-width: 763px) { #k3CZMTxigvX5eGXMkk7LFiGBNrxAwUZ1 { display:flex;width:1.25rem;height:1.25rem;top:22.374822616577rem;left:1.7178622484207rem;display:none; }
 }@media only screen and (max-width: 763px) { #dDq5hh0hOTJlCJTiJ1TgoPCQoJEameSv { display:flex;width:1.25rem;height:1.25rem;top:24.625rem;left:1.7178622484207rem;display:none; }
 }@media only screen and (max-width: 763px) { #QOP3BrrlkJL8OBvzMKLeu8MhUI4KoQo2 { display:flex;width:1.25rem;height:1.25rem;top:123.84676403503rem;left:1.5758171081543rem;display:none; }
 }@media only screen and (max-width: 763px) { #ET5ZRUWHxUcsaC8VkcaSeaQWKIDCIVHk { width:20rem;height:0;top:6.625rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #V8IPdoufRlMltWNUGr34bgSUe0kq1us3 { width:17.9368125rem;height:0;top:9.6866168975831rem;left:1.0298295021057rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #nAH2oLJCnJSrVAUCQGzI4cVipIJUD5Ee { width:16.25rem;height:0;top:17.960761070251rem;left:3.7499998807907rem;font-size:1rem;text-align:left;text-align-last:left;line-height:2.1;z-index:15004;display:none; }
 }@media only screen and (max-width: 763px) { #nTa3cEWKLTuXELWni8zNabWJHZqVzUmR { display:flex;width:2.87464375rem;height:2.87464375rem;top:95.60191345215rem;left:6.5571731328963rem;display:none; }
 }@media only screen and (max-width: 763px) { #RDlf4kRgJXv8qwChGyuW8PHAuUh4e6FJ { display:flex;width:1.25rem;height:1.25rem;top:126.34677124024rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #aR7BgJAR9lQdxUb6SQXvUJFafbAl1kWL { display:flex;width:1.25rem;height:1.25rem;top:128.84677124024rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #SSgfxhOiSTBFVR3gblxi4GyR1nzRhc1w { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f6f701a4-8a31-4720-826a-e553dcad4b64/grebmotbeach4388225_1920.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#SSgfxhOiSTBFVR3gblxi4GyR1nzRhc1w.adaptive-delivery-prevent-bg, #SSgfxhOiSTBFVR3gblxi4GyR1nzRhc1w.lazyload, #SSgfxhOiSTBFVR3gblxi4GyR1nzRhc1w.lazyloading { background-image: none; }#SSgfxhOiSTBFVR3gblxi4GyR1nzRhc1w > .row .container { background-color: transparent; background-image: none; }#SSgfxhOiSTBFVR3gblxi4GyR1nzRhc1w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.69); }#SSgfxhOiSTBFVR3gblxi4GyR1nzRhc1w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SSgfxhOiSTBFVR3gblxi4GyR1nzRhc1w > .row .container > .video-iframe-container { display: none; }#SSgfxhOiSTBFVR3gblxi4GyR1nzRhc1w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.69); }#SSgfxhOiSTBFVR3gblxi4GyR1nzRhc1w > .row > .video-iframe-container { display: none; }#SSgfxhOiSTBFVR3gblxi4GyR1nzRhc1w > .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); }#SSgfxhOiSTBFVR3gblxi4GyR1nzRhc1w > .row .container { width:20rem;height:70.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pzWbh4hFwdl30hZ55ENgH9aIsTtDgS7O { width:20rem;height:5.1988625rem;top:4.5rem;left:0rem;font-size:2rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #HTpdJbDUt9ySDNnMiZe1n2KwCsdN0dpy { width:9.56175rem;height:1.7871125rem;top:16rem;left:5.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zz7gWXbkWUOJlTgBTlwJDri67kfXITKt { width:11.5625rem;height:5.1953125rem;top:18.5rem;left:4.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8HW5tAEgFudi3NRzM5v9TAdgXIAiVv2 { width:13.18625rem;height:3.2492875rem;top:33.875rem;left:3.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gfJMzXcP1IT4MJzAcIZBZGfkSn6ptmLn { width:13.81125rem;height:3.2492875rem;top:53.75rem;left:3.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TO6qgeFc1wyUodUckmbguiz6dlxlfZUT { width:12.7485625rem;height:5.19530625rem;top:37.0625rem;left:3.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUf9lUGGT4zTAz4iEfDPU4pIwXUtpwA7 { width:8.187125rem;height:3.8964875rem;top:57.5rem;left:5.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ckN7cL5FkTG7gHAPoCmwc6KJzy5wR7UK { display:flex;width:1.9375rem;height:1.9375rem;top:13.9375rem;left:9.25rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #dKJUFmvXMuWkDrg33P61u3dTFafFT1vc { display:flex;width:1.9375rem;height:1.9375rem;top:32rem;left:9rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #uufZC8DM9XvGzowI9EAW4theZS76SWxs { display:flex;width:1.9375rem;height:1.9375rem;top:51.125rem;left:9rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #F3nFXGi0lSk7zxyLm3vJ8mx5gRZDorEQ { display:flex;width:3.125rem;height:3.125rem;top:26.375rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #TKsVPU2MuK6lyBa9H0L4e9KlXs1g3UGu { display:flex;width:3.125rem;height:3.125rem;top:49.875rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #B70vNU9OU2fyJ911Rud1lO0OLTdSJgry { width:20rem;height:1.5625rem;top:2.034912109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QLuQ9Rc9inKHBXrMT1Zh56cwDEpqAqNF { width:10.625rem;height:1.25rem;top:8.50230884552rem;left:4.6874998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQ9J0PaAdE5zVQExDcTQRAQbN85GabUl { display:flex;width:3.125rem;height:3.125rem;top:77.557701586913rem;left:16.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #cMGDy13Dbh61tZeVzoPWZAJ0wBl2varr { display:flex;width:3.125rem;height:3.125rem;top:44.9375rem;left:8.4375rem;z-index:15012; }
 }@media only screen and (max-width: 763px) { #syoT15dfFFEBeIcQ92qFA8PiaWOgsyla { width:20rem;height:20rem;top:10.209517120789rem;left:-0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ka7bdTXf3rhzQwV8rLJsstITMTlcSiuO { width:20rem;height:17.1875rem;top:9.6875rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #T6AJrhD4pLAv04l8Ts9yTEyJg9kxJkgh { width:20rem;height:20rem;top:111.07332658691rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #wwvzTDHi53qT2CvBZGhKFx4OlT6JPrDd { width:20rem;height:17.1875rem;top:28.375rem;left:0rem;overflow:hidden;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #LBOUMPMgVks2FwXUE5Mh502h3hUbD1en { width:20rem;height:17.1875rem;top:47.25rem;left:0rem;overflow:hidden;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #dW6zHtCHqCkJTRqKHramXhJNkrTqUqgo { width:19rem;height:3.4375rem;top:65.6875rem;left:0.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IyUmbh8HNuh9lxgf8logUn2CgGp2FgL3 { display:block; }
 }@media only screen and (max-width: 763px) { #mhOKsTtwqySRWOBVBEn3RxeF4bHSrhc9 { display:block; }#mhOKsTtwqySRWOBVBEn3RxeF4bHSrhc9 > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DBCmwk45V0FaZgZ7qbgD5x1aqXOHfu7F { width:19.6244375rem;height:4.38654375rem;top:1.2109375rem;left:0.18732237815857rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yzo1o08NvyJyHiiwz0i8PTtzVZm2LldD { display:block; }#yzo1o08NvyJyHiiwz0i8PTtzVZm2LldD > .row .container { width:20rem;height:62.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TrIs4Kl24ueLXwbzJfKX4Bpp9A4UpdJZ { width:20rem;height:2.59943125rem;top:2.31090259552rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #hM7W0oMqTXoSDfSw3tDuegwVbDTGeOEF { width:20rem;height:12.5967625rem;top:14.362570762634rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lxcl6Fm2PTIXkyviXn0zFqEwPh79mmUZ { width:17.5rem;height:4.0625rem;top:9.4362573623656rem;left:1.2491122484207rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NadxJgXi5qB2l7Qasw9Ll3ObbINVcHTd { width:19.4975rem;height:4.0625rem;top:35.429692268372rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lu85HxSGVuPFlkT8mSoJhfPAL4O67F1I { width:13.812125rem;height:14.3963125rem;top:39.99733543396rem;left:3.0930396318436rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vK93ay30lVNUdvWsiVBNMCvVPogUmXAZ { width:20rem;height:24.5623125rem;top:5.9321727752686rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HkCkWbou3siHOhpOT5TH09K8W5Z4uQK8 { width:20rem;height:24.4504375rem;top:32.495563983917rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fvKGyJ6sS7wpX3LdMTPLlMn32RZFJ2Db { width:19rem;height:3.4375rem;top:58.195122192382rem;left:0.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gzO1rFRJlmAQPU4H6US5l6WuaJcQXvKX { display:block; }
 }@media only screen and (max-width: 763px) { #BNQPRExCPKlX0W4ge3yNTALwnexB7Dya { display:none; }#BNQPRExCPKlX0W4ge3yNTALwnexB7Dya > .row .container { width:20rem;height:33.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #nMRP4O2btrtPzRcR4y26hp7T19mHS94s { width:20rem;height:5.1988625rem;top:4.9462890625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #zELTy4S4upAiLv3tMSqB5b0C7baIRRpk { width:20rem;height:3.125rem;top:0.82275390625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Om4EBXUeToA2x00MT0lD9kaUz4ksf4Ii { width:20rem;height:0;top:22.88330078125rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #wMnBzWVFFmiZaJe13A0QtPCGJEl8P0zX { width:18.999rem;height:4.24926875rem;top:28.25439453125rem;left:0.499267578125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELpwtlTvJETqFcyGWCIAMxNHqIvEbSAf { display:block; }
 }@media only screen and (max-width: 763px) { #DVtQdPhmhCbHlk9uDAMLtX5mqM1UvhmR { width:12.1875rem;height:1.43676875rem;top:6.826171875rem;left:1.99951171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DwvbxlkUyuQrV3FB5XRnqnBPKdeiugsV { width:20rem;height:15.2912rem;top:11.195068359375rem;left:0rem;font-size:1.125rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #DcMp9OLLtJidiFk31O7JNBMziyhtqd8K { display:none; }#DcMp9OLLtJidiFk31O7JNBMziyhtqd8K > .row .container { width:20rem;height:44.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #h5L28kwOyzm4bgTXGlTJiJ2GAoGwsyTu { width:20rem;height:7.7983125rem;top:4.9365234375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #LGG2ZifmBrc3ttUXi15qfD20eTCmFn5V { width:17.25rem;height:7.8125rem;top:14.625rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTHdea2yTZg4UTB8vrtzWEl8NfGHCPTA { width:5.68725625rem;height:2.43696875rem;top:15.3125rem;left:8rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVDvTU2yPGJQZuTBHJXaPO23HnpqKFyk { width:9.74975rem;height:3.2495125rem;top:18.25rem;left:8rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WUXhyosL8mCfmp5JE4gxQuz4T79cEPGC { width:17.3125rem;height:7.875rem;top:23.8125rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w4JXn0WmVXaSEhB1Ea13Rc0CGvUCEVIw { width:17.3125rem;height:7.875rem;top:33.125rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #da5HZUb3SlhrS1f2KlJvDT5wBOK3HlVf { width:10.625rem;height:2.43696875rem;top:24.5rem;left:7.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qxl2HNL34InyNdwMmKylvQSfOtTFitay { width:9.4995rem;height:2.43696875rem;top:33.8125rem;left:7.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCL58FmhSxKWRbE53ab2b833DXz7DsIT { width:8.4375rem;height:3.2495125rem;top:27.4375rem;left:7.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oUPXddahTHAA3CHUHE22U864hdhXdBxn { width:11.5625rem;height:3.2495125rem;top:36.75rem;left:7.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mLOSAeb2GtxIT7SX6ERKwUmCbONxS00U { display:flex;width:4.375rem;height:4.375rem;top:16.4375rem;left:2.1875rem; }
 }@media only screen and (max-width: 763px) { #dgtJKXu64VPcuZszgqGUnih0zl3bWQm9 { display:flex;width:4.375rem;height:4.375rem;top:25.625rem;left:2.0625rem; }
 }@media only screen and (max-width: 763px) { #mlM5b2WzpyutVEey9pT8Nv4CToKcPt7C { display:flex;width:4.375rem;height:4.375rem;top:34.9375rem;left:2rem; }
 }@media only screen and (max-width: 763px) { #xu3CJye03cw7DqyKdNJRqmtaB9d7NNAT { width:20rem;height:1.875rem;top:1.937255859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #upXQ3SnvoPN0hUeymNXXRM6OvytUwLW4 { width:10.625rem;height:1.25rem;top:12.10693359375rem;left:3.01513671875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQ4BVocJFWdTFE1iwS6eT2yCDlTJ0HZ1 { display:block; }#MQ4BVocJFWdTFE1iwS6eT2yCDlTJ0HZ1 > .row .container { width:20rem;height:2.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FGBC9UbrtKGkm3JTLx52GS1ubiev4sGt { display:flex;width:1.375rem;height:1.375rem;top:0.625rem;left:0.9375rem; }
 }@media only screen and (max-width: 763px) { #spE4ceO83N2yJAtpcElIJOgqLnzffnkn { width:13.625rem;height:1.298825rem;top:0.662109375rem;left:6.375rem;font-size:1rem;display:block; }
 }