.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:"Roboto";--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); }#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 !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.5); }#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.5); }#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:50.625rem;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.375rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:11.5625rem;left:31.375rem;height:5.68714375rem;font-style:normal;text-align:center;text-align-last:center;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.875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:19.061611175537rem;left:35.060369491577rem;height:7.310875rem;text-align:center;text-align-last:center;display:block; }
#ObrXP56fh8MxEJPQKfiM1rZTixwiUx7M { position:absolute;display:block;z-index:15017;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);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:9.375rem;width:9.375rem;top:22.6875rem;left:13.75rem;overflow:hidden;display:block; }
#rJaNvMZSqG4lElNpkgSowwfTNakNFuX6 { position:absolute;display:block;z-index:15018;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);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:9.375rem;width:9.375rem;top:7.5625rem;left:5.1875rem;overflow:hidden;display:block; }
#oTTvXcvIFz7yp5tpZrO525Ay7RuAvpAq { color:rgba(var(--color-tertiary-0),1);display:block;width:14.6875rem;position:absolute;font-family:caveat;font-size:1.875rem;font-weight:normal;z-index:15003;line-height:1.7;letter-spacing:0;top:17.0625rem;left:2.625rem;height:3.18714375rem;text-align:center;text-align-last:center;display:block; }
#WptAFTD8G5zJUUCyIHk6K9qLkDkuXq3r { color:rgba(var(--color-tertiary-0),1);display:block;width:14.6875rem;position:absolute;font-family:caveat;font-size:1.875rem;font-weight:normal;z-index:15004;line-height:1.7;letter-spacing:0;top:32rem;left:11.1875rem;height:3.18714375rem;text-align:center;text-align-last:center;display:block; }
#V3GMV6u86fSKH5mDyaaBDlrTDPhimvXr { position:absolute;display:block;z-index:15019;height:2.56214375rem;width:4.62446875rem;top:4.1246447563171rem;left:21.306818008423rem;display:block; }
#fp33tdibaf5Dzv2kWkz4dEXxktH3qfhH { position:absolute;display:block;z-index:15020;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:12.5rem;width:21.875rem;top:2.875rem;left:41.125rem;overflow:hidden;display:block; }
#lh3s5bCe3lWoIJKFKpBmp9SH6KWlTZxk { color:#000000;display:block;width:12.874625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:7.125rem;left:45.625rem;height:3.900925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OHee3OfOr0K4vKaf1vPuAAbBbWVTBiUU { position:absolute;display:block;z-index:15027;height:4.31196875rem;width:7.6864375rem;top:3.3061077594757rem;left:29.378549575806rem;display:block; }
#Awi9yTqNync1ITLmU5S2PXcfUcr94J49 { box-sizing:content-box;height:23.25rem;width:28.625rem;position:absolute;display:block;z-index:15021;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:41.125rem;left:2.625rem;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; }
#zZRuuUZdX31Cope6J3lFsfmInDFDX2UK { box-sizing:content-box;height:23.25rem;width:28.5618125rem;position:absolute;display:block;z-index:15022;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:41.125rem;left:40.3125rem;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; }
#AGeX7zUWyVx5PfhQxSorqZ5ni1StKgK7 { box-sizing:content-box;height:22.1244375rem;width:27.8125rem;position:absolute;display:block;z-index:15050;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:41.8125rem;left:40.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; }
#poqxKM1nmWBHkqPbJKxBoHgiw3AWVt2U { color:rgba(var(--color-tertiary-0),1);display:block;width:15.2494375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:44.875rem;left:3.5625rem;height:4.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mefunMSh7Ls0sypfOWogVhBw4kFuwJJv { position:absolute;display:block;z-index:15048;height:1.93625625rem;width:6.875rem;top:42.9375rem;left:3.5625rem;display:block; }
#lm8oINgmb46wXewNwc8RkzxnJ3TkHk4B { position:absolute;display:block;z-index:15049;height:1.93536875rem;width:6.875rem;top:42.125rem;left:41.3125rem;display:block; }
#wCnSqaUIzV7u3Vyowrapq9EOgBU3KRqg { color:rgba(var(--color-tertiary-0),0.99);display:block;width:11.62375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:44.875rem;left:41.3125rem;height:4.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vhSXibSburrRn7qiHEnyTaGwaJWbzoq2 { 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:15051;opacity:1;top:42.616298675537rem;left:52.529294967651rem; }
#fA7TM8f4W0fTcDRXkyx9HUNy9FE1fd2r { 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.0625rem solid rgba(var(--color-secondary-3),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-3),1);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:none; }
#tGTH21KDK12Cvc3MPOF3xFexN3Ksmwwc { position:absolute;display:block;z-index:15015;height:1.93714375rem;width:6.25rem;top:48.199572563171rem;left:4.5623226165771rem;display:none; }
#UcoKtzQ15ihzNumaviaM3x4O83dZpkDp { 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:none; }
#fqXT0InoOFe8GmHyxGDzfWqkoATnnlVE { 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.0625rem solid rgba(var(--color-secondary-3),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-3),1);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:none; }
#eyBsTvti0ZPEdSGtlCZt9dgsbX2G4Ibf { position:absolute;display:block;z-index:15015;height:1.93714375rem;width:6.25rem;top:48.199572563171rem;left:4.5623226165771rem;display:none; }
#Omy3bVy8f41pNtBr0HJs3wKwWXHCCntQ { 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:none; }
#UAemAXOTFMtaRTzqbElRdsAOfDiAfNxk { 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; }
#mlt2vGCdfCtPUPLOlTK1XtMixDQyFLl3 { 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; }
#A7HMShABzf7Ls4iDQMVS5B4TSmaQMT0G { 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; }
#UaeMqWSAh3AQ9T15NQ55vh12NtBG9BTF { 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; }
#u2xDppt1NyK0GKge2QQ69m9pwe8oLvRp { 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; }
#GWfT9LXP9cp53De1XgwrlS0t9F3NwGSF { 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; }
#GTZliPi70WR3euTxvJunqAKVoBtk6tU4 { 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.0625rem solid rgba(var(--color-secondary-3),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-3),1);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:none; }
#KZVEoTi9ampvwaZeUEFtbLG6LSBsf7Qn { position:absolute;display:block;z-index:15016;height:1.93625625rem;width:6.25rem;top:48.198684692382rem;left:43.061964035034rem;display:none; }
#OsuETWGAua7WvegMODbgV1WPQo1JyG1T { 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:none; }
#DkzIprAQMgziCC7eP1sw9JMIKvQlVpmt { 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; }
#cuWlAHOSsz4qfIxzwBrrGxbPqVe4rcOW { 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; }
#S2EGE6BnrbaMU7z9UgkDQ1plrGbqJPFZ { 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; }
#CK6LAA9sfcGnmdFIUczA6ergRoyAren6 { 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; }
#q0vmu93bPx5dFq1FluU1qp8lFiDlL5uC { 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; }
#CMqdrydrgSBQQ7IbwWkAP2y2vLBVtTV3 { 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:none; }
#FGtwaOE9nNzBHrhPB3aS8zkUZewo6onn { 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;display:none; }
#EnvtA0HqQQVQzKThgOP3tk0Fp2c5Auin { 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; }
#nBoXPGyJpgTdiEdnEI56Ie33IrM0iJwD { 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; }
#sz8xpmPrsTuBShN7lzHQ9A99oTQSvrIW { 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:15004;text-align:center;text-align-last:center;top:27.844451904297rem;left:39.311079025269rem;display:block; }
#dZu4vVzUBrSTsqJ5ZIeP8ilBkHDt7D2d { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#p6IJ2ZJdmDgfrcTMJtIT2xTGQGKphxdS { position:absolute;display:block;z-index:15026;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.0610625rem;top:34.8125rem;left:48.4375rem;overflow:hidden;display:block; }
#OO51T962NV64rBV4AFg7dU6vQT9IbNQO { color:rgba(var(--color-tertiary-0),1);display:block;width:12.4369375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:33.5625rem;left:47.75rem;height:1.298825rem;font-style:normal;display:block; }
#cquFgNfV1gruC95lCzfc7ELQUcSb4LtL { 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; }#cquFgNfV1gruC95lCzfc7ELQUcSb4LtL > .row .container { background-color: transparent; background-image: none; }#cquFgNfV1gruC95lCzfc7ELQUcSb4LtL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cquFgNfV1gruC95lCzfc7ELQUcSb4LtL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cquFgNfV1gruC95lCzfc7ELQUcSb4LtL > .row .container > .video-iframe-container { display: none; }#cquFgNfV1gruC95lCzfc7ELQUcSb4LtL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cquFgNfV1gruC95lCzfc7ELQUcSb4LtL > .row > .video-iframe-container { display: none; }#cquFgNfV1gruC95lCzfc7ELQUcSb4LtL > .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); }#cquFgNfV1gruC95lCzfc7ELQUcSb4LtL > .row .container { border-width: 0; border-radius: 0; }#cquFgNfV1gruC95lCzfc7ELQUcSb4LtL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cquFgNfV1gruC95lCzfc7ELQUcSb4LtL > .row .container { font-size:0.875rem;font-family:arial;height:2.8125rem;width:75rem;position:relative;display:block; }#HZU33lFXevz5zB0NGfW5DeTIJ8T3X7rU { 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; }
#k8ETR282M0NXEGDEunb2uZzzqN4ZU6Fc { 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; }
#dWUvKCpUxbhzDVdxDuzdFXZMfgRyONCa { 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; }
#Jif8giaCBWGKewM3wfkk1qpnMT2KBahA { 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; }#Jif8giaCBWGKewM3wfkk1qpnMT2KBahA > .row .container { background-color: transparent; background-image: none; }#Jif8giaCBWGKewM3wfkk1qpnMT2KBahA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jif8giaCBWGKewM3wfkk1qpnMT2KBahA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jif8giaCBWGKewM3wfkk1qpnMT2KBahA > .row .container > .video-iframe-container { display: none; }#Jif8giaCBWGKewM3wfkk1qpnMT2KBahA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jif8giaCBWGKewM3wfkk1qpnMT2KBahA > .row > .video-iframe-container { display: none; }#Jif8giaCBWGKewM3wfkk1qpnMT2KBahA > .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); }#Jif8giaCBWGKewM3wfkk1qpnMT2KBahA > .row .container { border-width: 0; border-radius: 0; }#Jif8giaCBWGKewM3wfkk1qpnMT2KBahA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Jif8giaCBWGKewM3wfkk1qpnMT2KBahA > .row .container { font-size:0.875rem;font-family:arial;height:17.5rem;width:75rem;position:relative;display:block; }#hqC1FTFaWpbckPxT9Oymrps4ES6RKCao { 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; }
#Saoh2TkuCfIMCqhw1uvFDAC28QEJWqXM { color:rgba(var(--color-tertiary-0),1);display:block;width:38.3735625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15049;line-height:1.3;letter-spacing:0;top:0rem;left:3.8121452331543rem;height:3.2492875rem;text-align:left;text-align-last:left;display:block; }
#prloFRX8etCoGyXXBSB0Zu30Qs7O6fJi { 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:15023;opacity:1;top:5rem;left:3.8125rem; }
#F5Ck6U8FlozHM9q9G9raUskdLJA8TpQF { 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:15024;opacity:1;top:7rem;left:3.8125rem; }
#HiEuKa5bSf6fnhAbapa1ou515DmcuWO9 { 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:15025;opacity:1;top:9.1875rem;left:3.8125rem; }
#wtD6JJI8OsWLOnAJhMGdfWsDhyScAocJ { 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:15026;opacity:1;top:11.125rem;left:3.8125rem; }
#UsGx3059afTpDENF1npTneJJiGBNrvGJ { 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:15050;line-height:1.7;letter-spacing:0;top:4.4375rem;left:5.5625rem;height:8.497875rem;text-align:left;text-align-last:left;display:block; }
#CMqgWgraDmy4bqNcgxQu8gdiMVdnpyCN { 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:15049;line-height:1.3;letter-spacing:0;top:0rem;left:41.5625rem;height:4.8739375rem;text-align:left;text-align-last:left;display:block; }
#Jnlla22u8qDIGN2PNZ40DaqKUM7tBxDF { 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:15049;line-height:1.7;letter-spacing:0;top:5.5rem;left:43.4375rem;height:6.37340625rem;text-align:left;text-align-last:left;display:block; }
#oKoqLXmyLe7I6PpMtT7Vc2uzgFx7HWc9 { 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:15025;opacity:1;top:10.4375rem;left:41.5625rem; }
#BzJK718uMQCu0X1tqrRg47kgbviPiV86 { 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:15024;opacity:1;top:8.0625rem;left:41.5625rem; }
#Vl06iFAbxlG7aiIR6n1XK8U0V1ioPAwz { 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:15023;opacity:1;top:6.0625rem;left:41.5625rem; }
#DOeiJEQzqdgv3sJiCTuZXIKVwe5wPMdM { 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:15051;line-height:1.3;letter-spacing:0;top:3.9994678497314rem;left:46.119493484497rem;height:3.2492875rem;text-align:center;text-align-last:center;display:block; }
#ad96mBqm2cb6zpHW5vWqL8RfhwyP5Xkm { 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:15051;line-height:1.3;letter-spacing:0;top:0.45987319946289rem;left:42.183946609497rem;height:2.843575rem;text-align:center;text-align-last:center;display:block; }
#TuuDPHncB4OTmo1Nix8lCWGHXNuBlTJ6 { 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; }#TuuDPHncB4OTmo1Nix8lCWGHXNuBlTJ6.adaptive-delivery-prevent-bg, #TuuDPHncB4OTmo1Nix8lCWGHXNuBlTJ6.lazyload, #TuuDPHncB4OTmo1Nix8lCWGHXNuBlTJ6.lazyloading { background-image: none; }#TuuDPHncB4OTmo1Nix8lCWGHXNuBlTJ6 > .row .container { background-color: transparent; background-image: none; }#TuuDPHncB4OTmo1Nix8lCWGHXNuBlTJ6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.69); }#TuuDPHncB4OTmo1Nix8lCWGHXNuBlTJ6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TuuDPHncB4OTmo1Nix8lCWGHXNuBlTJ6 > .row .container > .video-iframe-container { display: none; }#TuuDPHncB4OTmo1Nix8lCWGHXNuBlTJ6 > .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); }#TuuDPHncB4OTmo1Nix8lCWGHXNuBlTJ6 > .row > .video-iframe-container { display: none; }#TuuDPHncB4OTmo1Nix8lCWGHXNuBlTJ6 > .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); }#TuuDPHncB4OTmo1Nix8lCWGHXNuBlTJ6 > .row .container { border-width: 0; border-radius: 0; }#TuuDPHncB4OTmo1Nix8lCWGHXNuBlTJ6::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; }#TuuDPHncB4OTmo1Nix8lCWGHXNuBlTJ6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TuuDPHncB4OTmo1Nix8lCWGHXNuBlTJ6 > .row .container { font-size:0.875rem;font-family:arial;height:43.0625rem;width:75rem;position:relative;display:block; }#rlXZgqFNcCrPTxg5wsphWCosbakehcoU { 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; }
#D3gO8SRVCtseTzJIvvJUEGxhBKVEKBBR { 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; }
#gLV6ZXnshDwsPTzc5uGtEdXmwT6gFl6N { 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; }
#m2iO8WhghBv16WTqLMlcH7XPCOxmHFQt { 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; }
#fDiwbbzvKKFcNquoE27hEcz4QxkwoTSg { 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:1.8679rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gBqouzwNxChitbMOD1KpAVGDvmALPPKL { 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; }
#VyZkMUxTATZGsR1S5obZReaAulikHvOT { 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; }
#DF89hbwKNQfmEWlUTiHPy8isu7EmV3OL { 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; }
#Vxl4BxZWuNXtgULLdfMDbaslcKa9pPJz { 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; }
#h8Ozfr7cD1sRazFbPsTsuPToXZJf2xKI { 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; }
#lc3wcz3rFTJUi46kysMM19GcxCpwx1B9 { 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; }
#Zy48gNWhUAvqd8TAqQRLnOwe5vT07Jgi { 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; }
#qg27fFKcedRinN5zfdXr5bUeMybyrhsK { position:absolute;display:block;z-index:15013;height:3.125rem;width:38.75rem;top:2.5146484375rem;left:16.80908203125rem;display:block; }
#fp3OctEOp5doelIqicZvN5X3FqqkdlSw { 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; }
#WDABkX0VGCbJxFF1tHsg9MzyNeekbahT { 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; }
#tZ1RA4TzDlwsFFsU9mbUaRRxvbbtcSRT { 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; }
#qSHLwMO73J8Gict5ZW1QOELdAJic4uE9 { 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; }
#JTKif798OJ59ic3kWmvE191fnV6yFUnu { 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; }
#nMrSuwdHafssO5JVJB8dXE0kE7exrBvr { 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; }
#G2m5QW0SGfnATo9XEmq1Jygh72u7ZX0o { 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; }
#htKFxrA19QB5oDKNlf6W2dlPqPRMnXVB { 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; }
#iI1qHcSXFiiwAHLOsX4E63BD7TF2S1Qh { 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:15005;text-align:center;text-align-last:center;top:34.922761917114rem;left:22.310014724731rem;display:block; }
#pNNbhQuoVrQoQmSgz2LTUe3cdMImcWW7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VoMBAT6N4xPuDWAoTKIDaK9ZyG9IVo3b { position:relative;display:block; }#VoMBAT6N4xPuDWAoTKIDaK9ZyG9IVo3b { background-color: transparent; background-image: none; }#VoMBAT6N4xPuDWAoTKIDaK9ZyG9IVo3b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VoMBAT6N4xPuDWAoTKIDaK9ZyG9IVo3b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VoMBAT6N4xPuDWAoTKIDaK9ZyG9IVo3b > .row .container > .video-iframe-container { display: none; }#VoMBAT6N4xPuDWAoTKIDaK9ZyG9IVo3b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VoMBAT6N4xPuDWAoTKIDaK9ZyG9IVo3b > .row > .video-iframe-container { display: none; }#VoMBAT6N4xPuDWAoTKIDaK9ZyG9IVo3b > .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); }#VoMBAT6N4xPuDWAoTKIDaK9ZyG9IVo3b { border-width: 0; border-radius: 0; }#VoMBAT6N4xPuDWAoTKIDaK9ZyG9IVo3b > .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; }#VoMBAT6N4xPuDWAoTKIDaK9ZyG9IVo3b > .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; }#lHNPkEWvsB4rRRLKZgI7MQsA6dt525n2 { 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.1875rem;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:13.875rem;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:13.875rem;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.0625rem;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.3125rem;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.3125rem;left:40.375rem;overflow:hidden;display:block; }
#c6o0SxI2Xp7UW5lsqMCJNlkuUOZx0iHZ { 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:15006;text-align:center;text-align-last:center;top:42.624289274216rem;left:23.624822616577rem;display:block; }
#hZpJGAZqiiPXl6nMIe9MCP9hRwSpAgE4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;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) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kcAW1gpmJtHvBoROnObL3CBPF39LDwWk { top:11.5625rem;left:4.1875rem;width:43.5625rem;height:5.625rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vh1C9U1E95O7GnNC8M1zb5xJlhqUD69g { top:19rem;left:11.5rem;width:36.25rem;height:7.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ObrXP56fh8MxEJPQKfiM1rZTixwiUx7M { top:22.6875rem;left:0.125rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJaNvMZSqG4lElNpkgSowwfTNakNFuX6 { top:7.5625rem;left:0rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTTvXcvIFz7yp5tpZrO525Ay7RuAvpAq { top:17.0625rem;left:0rem;width:14.6875rem;height:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WptAFTD8G5zJUUCyIHk6K9qLkDkuXq3r { top:32rem;left:0rem;width:14.6875rem;height:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3GMV6u86fSKH5mDyaaBDlrTDPhimvXr { top:4.0625rem;left:7.6818180084231rem;width:4.5625rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fp33tdibaf5Dzv2kWkz4dEXxktH3qfhH { top:2.875rem;left:25.875rem;width:21.875rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lh3s5bCe3lWoIJKFKpBmp9SH6KWlTZxk { top:7.0625rem;left:31.999998092651rem;width:12.8125rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHee3OfOr0K4vKaf1vPuAAbBbWVTBiUU { top:3.25rem;left:15.753549575806rem;width:7.625rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Awi9yTqNync1ITLmU5S2PXcfUcr94J49 { top:41.125rem;left:0rem;width:28.5625rem;height:23.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZRuuUZdX31Cope6J3lFsfmInDFDX2UK { top:41.125rem;left:19.1875rem;width:28.5rem;height:23.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AGeX7zUWyVx5PfhQxSorqZ5ni1StKgK7 { top:41.8125rem;left:19.9375rem;width:27.8125rem;height:22.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #poqxKM1nmWBHkqPbJKxBoHgiw3AWVt2U { top:44.875rem;left:0rem;width:15.1875rem;height:4.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mefunMSh7Ls0sypfOWogVhBw4kFuwJJv { top:42.9375rem;left:0rem;width:6.875rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lm8oINgmb46wXewNwc8RkzxnJ3TkHk4B { top:42.125rem;left:27.6875rem;width:6.875rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCnSqaUIzV7u3Vyowrapq9EOgBU3KRqg { top:44.875rem;left:27.6875rem;width:11.5625rem;height:4.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vhSXibSburrRn7qiHEnyTaGwaJWbzoq2 { top:42.5625rem;left:38.904294967651rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fA7TM8f4W0fTcDRXkyx9HUNy9FE1fd2r { top:46.25rem;left:0rem;width:28.5rem;height:26.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #tGTH21KDK12Cvc3MPOF3xFexN3Ksmwwc { top:48.1875rem;left:0rem;width:6.25rem;height:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #UcoKtzQ15ihzNumaviaM3x4O83dZpkDp { top:51.375rem;left:0rem;width:15.25rem;height:4.0625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #fqXT0InoOFe8GmHyxGDzfWqkoATnnlVE { top:46.25rem;left:0rem;width:28.5rem;height:26.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #eyBsTvti0ZPEdSGtlCZt9dgsbX2G4Ibf { top:48.1875rem;left:0rem;width:6.25rem;height:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Omy3bVy8f41pNtBr0HJs3wKwWXHCCntQ { top:51.375rem;left:0rem;width:15.25rem;height:4.0625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #UAemAXOTFMtaRTzqbElRdsAOfDiAfNxk { top:4.625rem;left:0rem;width:38.3125rem;height:3.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #mlt2vGCdfCtPUPLOlTK1XtMixDQyFLl3 { top:16.875rem;left:0rem;width:16.25rem;height:7.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #A7HMShABzf7Ls4iDQMVS5B4TSmaQMT0G { top:9.8125rem;left:0rem;width:1.25rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #UaeMqWSAh3AQ9T15NQ55vh12NtBG9BTF { top:11.8125rem;left:0rem;width:1.25rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #u2xDppt1NyK0GKge2QQ69m9pwe8oLvRp { top:14rem;left:0rem;width:1.25rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #GWfT9LXP9cp53De1XgwrlS0t9F3NwGSF { top:15.9375rem;left:0rem;width:1.25rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #GTZliPi70WR3euTxvJunqAKVoBtk6tU4 { top:46.25rem;left:19.1875rem;width:28.5rem;height:26.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #KZVEoTi9ampvwaZeUEFtbLG6LSBsf7Qn { top:48.1875rem;left:29.436964035034rem;width:6.25rem;height:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #OsuETWGAua7WvegMODbgV1WPQo1JyG1T { top:51.375rem;left:29.361505508423rem;width:11.5625rem;height:4.0625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #DkzIprAQMgziCC7eP1sw9JMIKvQlVpmt { top:3.8125rem;left:25.25rem;width:22.5rem;height:4.8125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #cuWlAHOSsz4qfIxzwBrrGxbPqVe4rcOW { top:10.3125rem;left:29rem;width:18.75rem;height:6.3125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #S2EGE6BnrbaMU7z9UgkDQ1plrGbqJPFZ { top:12.875rem;left:29.24342918396rem;width:1.25rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #CK6LAA9sfcGnmdFIUczA6ergRoyAren6 { top:15.1875rem;left:29.24342918396rem;width:1.25rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #q0vmu93bPx5dFq1FluU1qp8lFiDlL5uC { top:10.875rem;left:29.25rem;width:1.25rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #CMqdrydrgSBQQ7IbwWkAP2y2vLBVtTV3 { top:46.9375rem;left:19.9375rem;width:27.8125rem;height:25.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #FGtwaOE9nNzBHrhPB3aS8zkUZewo6onn { top:50.125rem;left:39.778760910034rem;width:4.6875rem;height:4.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #EnvtA0HqQQVQzKThgOP3tk0Fp2c5Auin { top:3.8125rem;left:22.75rem;width:25rem;height:2.8125rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #nBoXPGyJpgTdiEdnEI56Ie33IrM0iJwD { top:7.875rem;left:29.8125rem;width:17.9375rem;height:3.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #sz8xpmPrsTuBShN7lzHQ9A99oTQSvrIW { width:27.6875rem;height:3.4375rem;top:27.8125rem;left:20.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZu4vVzUBrSTsqJ5ZIeP8ilBkHDt7D2d { display:block; }
 }@media only screen and (max-width: 763px) { #p6IJ2ZJdmDgfrcTMJtIT2xTGQGKphxdS { top:34.8125rem;left:34.75rem;width:13rem;height:2.986000392414rem;display:block; }
 }@media only screen and (max-width: 763px) { #OO51T962NV64rBV4AFg7dU6vQT9IbNQO { top:33.5625rem;left:34.125rem;width:12.375rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cquFgNfV1gruC95lCzfc7ELQUcSb4LtL { display:block; }#cquFgNfV1gruC95lCzfc7ELQUcSb4LtL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HZU33lFXevz5zB0NGfW5DeTIJ8T3X7rU { top:0.75rem;left:7.5619678497312rem;width:32.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8ETR282M0NXEGDEunb2uZzzqN4ZU6Fc { top:0.625rem;left:5.875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWUvKCpUxbhzDVdxDuzdFXZMfgRyONCa { top:0.625rem;left:35.9375rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jif8giaCBWGKewM3wfkk1qpnMT2KBahA { display:block; }#Jif8giaCBWGKewM3wfkk1qpnMT2KBahA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hqC1FTFaWpbckPxT9Oymrps4ES6RKCao { top:16.875rem;left:0rem;width:16.25rem;height:7.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Saoh2TkuCfIMCqhw1uvFDAC28QEJWqXM { top:0rem;left:0rem;width:38.3125rem;height:3.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #prloFRX8etCoGyXXBSB0Zu30Qs7O6fJi { top:5rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #F5Ck6U8FlozHM9q9G9raUskdLJA8TpQF { top:7rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HiEuKa5bSf6fnhAbapa1ou515DmcuWO9 { top:9.1875rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wtD6JJI8OsWLOnAJhMGdfWsDhyScAocJ { top:11.125rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UsGx3059afTpDENF1npTneJJiGBNrvGJ { top:4.4375rem;left:0rem;width:33.75rem;height:8.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CMqgWgraDmy4bqNcgxQu8gdiMVdnpyCN { top:0rem;left:25.25rem;width:22.5rem;height:4.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jnlla22u8qDIGN2PNZ40DaqKUM7tBxDF { top:5.5rem;left:29rem;width:18.75rem;height:6.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oKoqLXmyLe7I6PpMtT7Vc2uzgFx7HWc9 { top:10.4375rem;left:27.9375rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BzJK718uMQCu0X1tqrRg47kgbviPiV86 { top:8.0625rem;left:27.9375rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vl06iFAbxlG7aiIR6n1XK8U0V1ioPAwz { top:6.0625rem;left:27.9375rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DOeiJEQzqdgv3sJiCTuZXIKVwe5wPMdM { top:3.9375rem;left:29.8125rem;width:17.9375rem;height:3.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ad96mBqm2cb6zpHW5vWqL8RfhwyP5Xkm { top:0.4375rem;left:22.75rem;width:25rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuuDPHncB4OTmo1Nix8lCWGHXNuBlTJ6 { display:block; }#TuuDPHncB4OTmo1Nix8lCWGHXNuBlTJ6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rlXZgqFNcCrPTxg5wsphWCosbakehcoU { top:5.5rem;left:0.74733543395994rem;width:43.5625rem;height:;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D3gO8SRVCtseTzJIvvJUEGxhBKVEKBBR { top:18.125rem;left:0rem;width:9.5rem;height:1.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gLV6ZXnshDwsPTzc5uGtEdXmwT6gFl6N { top:21rem;left:0rem;width:13.625rem;height:5.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m2iO8WhghBv16WTqLMlcH7XPCOxmHFQt { 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) { #fDiwbbzvKKFcNquoE27hEcz4QxkwoTSg { 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) { #gBqouzwNxChitbMOD1KpAVGDvmALPPKL { top:21.75rem;left:16.687498092651rem;width:14.375rem;height:5.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VyZkMUxTATZGsR1S5obZReaAulikHvOT { top:22.5625rem;left:38.6875rem;width:9.0625rem;height:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DF89hbwKNQfmEWlUTiHPy8isu7EmV3OL { top:15.125rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vxl4BxZWuNXtgULLdfMDbaslcKa9pPJz { top:15.125rem;left:22.781248092651rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8Ozfr7cD1sRazFbPsTsuPToXZJf2xKI { top:15.125rem;left:45.5625rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lc3wcz3rFTJUi46kysMM19GcxCpwx1B9 { top:32rem;left:9.249755859375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zy48gNWhUAvqd8TAqQRLnOwe5vT07Jgi { top:18.6875rem;left:33.680574417114rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qg27fFKcedRinN5zfdXr5bUeMybyrhsK { top:2.5rem;left:3.18408203125rem;width:38.75rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fp3OctEOp5doelIqicZvN5X3FqqkdlSw { top:7.75rem;left:24.187498092651rem;width:16.875rem;height:2.12358125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WDABkX0VGCbJxFF1tHsg9MzyNeekbahT { top:18.125rem;left:9.0561084747312rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZ1RA4TzDlwsFFsU9mbUaRRxvbbtcSRT { top:32rem;left:9.249755859375rem;width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #qSHLwMO73J8Gict5ZW1QOELdAJic4uE9 { top:9.125rem;left:0rem;width:25.6875rem;height:25.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTKif798OJ59ic3kWmvE191fnV6yFUnu { top:9.1875rem;left:10.999467849731rem;width:25.6875rem;height:22.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMrSuwdHafssO5JVJB8dXE0kE7exrBvr { top:9.1875rem;left:22.0625rem;width:25.6875rem;height:25.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2m5QW0SGfnATo9XEmq1Jygh72u7ZX0o { top:9.1875rem;left:10.999467849731rem;width:25.6875rem;height:22.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #htKFxrA19QB5oDKNlf6W2dlPqPRMnXVB { top:9.1875rem;left:10.999467849731rem;width:25.6875rem;height:22.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #iI1qHcSXFiiwAHLOsX4E63BD7TF2S1Qh { width:27.6875rem;height:3.4375rem;top:34.875rem;left:8.6850147247312rem;display:block; }
 }@media only screen and (max-width: 763px) { #pNNbhQuoVrQoQmSgz2LTUe3cdMImcWW7 { display:block; }
 }@media only screen and (max-width: 763px) { #VoMBAT6N4xPuDWAoTKIDaK9ZyG9IVo3b { display:block; }#VoMBAT6N4xPuDWAoTKIDaK9ZyG9IVo3b > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lHNPkEWvsB4rRRLKZgI7MQsA6dt525n2 { 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.1875rem;left:0rem;width:16.5625rem;height:12.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lxcl6Fm2PTIXkyviXn0zFqEwPh79mmUZ { top:13.875rem;left:0rem;width:17.5rem;height:4.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NadxJgXi5qB2l7Qasw9Ll3ObbINVcHTd { top:13.875rem;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.0625rem;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.3125rem;left:0rem;width:25.5625rem;height:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HkCkWbou3siHOhpOT5TH09K8W5Z4uQK8 { top:8.3125rem;left:22.25rem;width:25.5rem;height:31.174280118633rem;display:block; }
 }@media only screen and (max-width: 763px) { #c6o0SxI2Xp7UW5lsqMCJNlkuUOZx0iHZ { width:27.6875rem;height:3.4375rem;top:42.5625rem;left:9.9998226165769rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZpJGAZqiiPXl6nMIe9MCP9hRwSpAgE4 { 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) { #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:87.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kcAW1gpmJtHvBoROnObL3CBPF39LDwWk { width:20rem;height:2.59943125rem;top:10.875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vh1C9U1E95O7GnNC8M1zb5xJlhqUD69g { width:16.5625rem;height:5.84871875rem;top:14rem;left:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ObrXP56fh8MxEJPQKfiM1rZTixwiUx7M { width:4.375rem;height:4.375rem;top:32.9375rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJaNvMZSqG4lElNpkgSowwfTNakNFuX6 { width:4.43714375rem;height:4.43714375rem;top:32.9375rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTTvXcvIFz7yp5tpZrO525Ay7RuAvpAq { width:7.6243125rem;height:1.69921875rem;top:38.375rem;left:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WptAFTD8G5zJUUCyIHk6K9qLkDkuXq3r { width:6.312125rem;height:1.69921875rem;top:38.375rem;left:11.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3GMV6u86fSKH5mDyaaBDlrTDPhimvXr { width:1.9992875rem;height:2.5rem;top:15rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fp33tdibaf5Dzv2kWkz4dEXxktH3qfhH { width:12.7494375rem;height:7.249625rem;top:4.5rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lh3s5bCe3lWoIJKFKpBmp9SH6KWlTZxk { width:7.874625rem;height:2.59765625rem;top:6.8125rem;left:6.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHee3OfOr0K4vKaf1vPuAAbBbWVTBiUU { width:3.125rem;height:1.749825rem;top:26.125rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Awi9yTqNync1ITLmU5S2PXcfUcr94J49 { width:20rem;height:23.2493125rem;top:30.498933792114rem;left:0rem;border-top:0.25rem solid #fdb800;border-left:0;border-right:0;border-bottom:0;display:none; }
 }@media only screen and (max-width: 763px) { #zZRuuUZdX31Cope6J3lFsfmInDFDX2UK { width:20rem;height:23.25rem;top:73.428814766844rem;left:0rem;border-top:0.25rem solid #fdb800;border-left:0;border-right:0;border-bottom:0;display:none; }
 }@media only screen and (max-width: 763px) { #AGeX7zUWyVx5PfhQxSorqZ5ni1StKgK7 { width:20rem;height:22.125rem;top:74.065890191037rem;left:0rem;background-color:rgba(var(--color-tertiary-4),0.76);background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #poqxKM1nmWBHkqPbJKxBoHgiw3AWVt2U { width:15.1873125rem;height:0;top:34.4375rem;left:0.9375rem;font-size:1.25rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #mefunMSh7Ls0sypfOWogVhBw4kFuwJJv { width:6.25rem;height:1.875rem;top:32.5rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #lm8oINgmb46wXewNwc8RkzxnJ3TkHk4B { width:6.25rem;height:1.875rem;top:74.442665932619rem;left:0.58860015869141rem;display:none; }
 }@media only screen and (max-width: 763px) { #wCnSqaUIzV7u3Vyowrapq9EOgBU3KRqg { width:11.5625rem;height:0;top:77.190358040769rem;left:0.595703125rem;font-size:1.25rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #vhSXibSburrRn7qiHEnyTaGwaJWbzoq2 { display:flex;width:4.6875rem;height:4.6875rem;top:76.877858040769rem;left:11.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #fA7TM8f4W0fTcDRXkyx9HUNy9FE1fd2r { width:19.75rem;height:21.1875rem;top:70.75rem;left:0rem;border-top:0.25rem solid #fdb800;border-left:0;border-right:0;border-bottom:0;z-index:15009;display:none; }
 }@media only screen and (max-width: 763px) { #tGTH21KDK12Cvc3MPOF3xFexN3Ksmwwc { width:9.437125rem;height:1.875rem;top:72.625rem;left:8.25rem;z-index:15023;display:none; }
 }@media only screen and (max-width: 763px) { #UcoKtzQ15ihzNumaviaM3x4O83dZpkDp { width:13.5618125rem;height:0;top:75.875rem;left:6.1875rem;font-size:1.25rem;text-align:left;text-align-last:left;z-index:15010;display:none; }
 }@media only screen and (max-width: 763px) { #fqXT0InoOFe8GmHyxGDzfWqkoATnnlVE { width:19.75rem;height:21.3125rem;top:40.625rem;left:0rem;border-top:0.25rem solid #fdb800;border-left:0;border-right:0;border-bottom:0;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #eyBsTvti0ZPEdSGtlCZt9dgsbX2G4Ibf { width:9.43625rem;height:1.875rem;top:41.9375rem;left:0.8125rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #Omy3bVy8f41pNtBr0HJs3wKwWXHCCntQ { width:13.5618125rem;height:3.2492875rem;top:44.8125rem;left:0.8125rem;font-size:1.25rem;text-align:left;text-align-last:left;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #UAemAXOTFMtaRTzqbElRdsAOfDiAfNxk { width:15.4989375rem;height:3.89648125rem;top:48.5625rem;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) { #mlt2vGCdfCtPUPLOlTK1XtMixDQyFLl3 { width:16.25rem;height:8.394875rem;top:53.3125rem;left:2.75rem;font-size:1rem;text-align:left;text-align-last:left;line-height:2.1;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #A7HMShABzf7Ls4iDQMVS5B4TSmaQMT0G { display:flex;width:1.25rem;height:1.25rem;top:53.75rem;left:1.1875rem;z-index:15027; }
 }@media only screen and (max-width: 763px) { #UaeMqWSAh3AQ9T15NQ55vh12NtBG9BTF { display:flex;width:1.25rem;height:1.25rem;top:55.75rem;left:1.1875rem;z-index:15028; }
 }@media only screen and (max-width: 763px) { #u2xDppt1NyK0GKge2QQ69m9pwe8oLvRp { display:flex;width:1.25rem;height:1.25rem;top:57.9375rem;left:1.1875rem;z-index:15029; }
 }@media only screen and (max-width: 763px) { #GWfT9LXP9cp53De1XgwrlS0t9F3NwGSF { display:flex;width:1.25rem;height:1.25rem;top:59.875rem;left:1.1875rem;z-index:15030; }
 }@media only screen and (max-width: 763px) { #GTZliPi70WR3euTxvJunqAKVoBtk6tU4 { width:19.9360625rem;height:20.37375rem;top:64.3125rem;left:0rem;border-top:0.25rem solid #fdb800;border-left:0;border-right:0;border-bottom:0;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #KZVEoTi9ampvwaZeUEFtbLG6LSBsf7Qn { width:6.25rem;height:1.875rem;top:65.4375rem;left:0.8125rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #OsuETWGAua7WvegMODbgV1WPQo1JyG1T { width:15.1864375rem;height:3.2492875rem;top:68.4375rem;left:0.8125rem;font-size:1.25rem;text-align:left;text-align-last:left;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #DkzIprAQMgziCC7eP1sw9JMIKvQlVpmt { width:17.87375rem;height:3.8964875rem;top:71.6875rem;left:0.8125rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #cuWlAHOSsz4qfIxzwBrrGxbPqVe4rcOW { width:13.4375rem;height:6.29615625rem;top:76.1875rem;left:3rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15006;line-height:2.1;display:block; }
 }@media only screen and (max-width: 763px) { #S2EGE6BnrbaMU7z9UgkDQ1plrGbqJPFZ { display:flex;width:1.25rem;height:1.25rem;top:78.6875rem;left:0.8125rem;z-index:15026; }
 }@media only screen and (max-width: 763px) { #CK6LAA9sfcGnmdFIUczA6ergRoyAren6 { display:flex;width:1.25rem;height:1.25rem;top:81.0625rem;left:0.8125rem;z-index:15027; }
 }@media only screen and (max-width: 763px) { #q0vmu93bPx5dFq1FluU1qp8lFiDlL5uC { display:flex;width:1.25rem;height:1.25rem;top:76.6875rem;left:0.8125rem;z-index:15025; }
 }@media only screen and (max-width: 763px) { #CMqdrydrgSBQQ7IbwWkAP2y2vLBVtTV3 { width:19.0625rem;height:19.2489375rem;top:65rem;left:0.5rem;background-color:rgba(var(--color-tertiary-4),0.76);background-image:none;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #FGtwaOE9nNzBHrhPB3aS8zkUZewo6onn { display:flex;width:2.87286875rem;height:2.87286875rem;top:67.3125rem;left:7.875rem;z-index:15029; }
 }@media only screen and (max-width: 763px) { #EnvtA0HqQQVQzKThgOP3tk0Fp2c5Auin { width:20rem;height:2.03125rem;top:72.625rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #nBoXPGyJpgTdiEdnEI56Ie33IrM0iJwD { width:17.9368125rem;height:2.59765625rem;top:76.1875rem;left:1rem;font-size:1rem;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #sz8xpmPrsTuBShN7lzHQ9A99oTQSvrIW { width:19rem;height:3.4375rem;top:21rem;left:0.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZu4vVzUBrSTsqJ5ZIeP8ilBkHDt7D2d { display:block; }
 }@media only screen and (max-width: 763px) { #p6IJ2ZJdmDgfrcTMJtIT2xTGQGKphxdS { width:13rem;height:2.986000392414rem;top:27.3125rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OO51T962NV64rBV4AFg7dU6vQT9IbNQO { width:12.3748125rem;height:1.055575rem;top:25.625rem;left:3.8125rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cquFgNfV1gruC95lCzfc7ELQUcSb4LtL { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#cquFgNfV1gruC95lCzfc7ELQUcSb4LtL > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HZU33lFXevz5zB0NGfW5DeTIJ8T3X7rU { width:14.9369375rem;height:2.59765625rem;top:0.68714487552644rem;left:2.5301846265793rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8ETR282M0NXEGDEunb2uZzzqN4ZU6Fc { display:flex;width:1.25rem;height:1.25rem;top:1.1875rem;left:0.62411212921143rem; }
 }@media only screen and (max-width: 763px) { #dWUvKCpUxbhzDVdxDuzdFXZMfgRyONCa { display:flex;width:1.25rem;height:1.25rem;top:1.1875rem;left:17.465376257896rem; }
 }@media only screen and (max-width: 763px) { #Jif8giaCBWGKewM3wfkk1qpnMT2KBahA { background-color:rgba(var(--color-primary-4),1);background-image:none;display:none; }#Jif8giaCBWGKewM3wfkk1qpnMT2KBahA > .row .container { width:20rem;height:1.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #hqC1FTFaWpbckPxT9Oymrps4ES6RKCao { 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) { #Saoh2TkuCfIMCqhw1uvFDAC28QEJWqXM { width:20rem;height:0;top:8.8423290252688rem;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) { #prloFRX8etCoGyXXBSB0Zu30Qs7O6fJi { display:flex;width:1.25rem;height:1.25rem;top:10.6543rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #F5Ck6U8FlozHM9q9G9raUskdLJA8TpQF { display:flex;width:1.25rem;height:1.25rem;top:13.1543rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #HiEuKa5bSf6fnhAbapa1ou515DmcuWO9 { display:flex;width:1.25rem;height:1.25rem;top:22.6527rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #wtD6JJI8OsWLOnAJhMGdfWsDhyScAocJ { display:flex;width:1.25rem;height:1.25rem;top:27.6527rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #UsGx3059afTpDENF1npTneJJiGBNrvGJ { width:20rem;height:0;top:30.1527rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.9;display:none; }
 }@media only screen and (max-width: 763px) { #CMqgWgraDmy4bqNcgxQu8gdiMVdnpyCN { width:20rem;height:0;top:38.9977rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Jnlla22u8qDIGN2PNZ40DaqKUM7tBxDF { width:18.75rem;height:0;top:47.6216375rem;left:0.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #oKoqLXmyLe7I6PpMtT7Vc2uzgFx7HWc9 { display:flex;width:1.25rem;height:1.25rem;top:45.1216375rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #BzJK718uMQCu0X1tqrRg47kgbviPiV86 { display:flex;width:1.25rem;height:1.25rem;top:25.1527rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Vl06iFAbxlG7aiIR6n1XK8U0V1ioPAwz { display:flex;width:1.25rem;height:1.25rem;top:15.6543rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #DOeiJEQzqdgv3sJiCTuZXIKVwe5wPMdM { width:17.9368125rem;height:0;top:18.1543rem;left:1rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ad96mBqm2cb6zpHW5vWqL8RfhwyP5Xkm { width:20rem;height:0;top:7.37305rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #TuuDPHncB4OTmo1Nix8lCWGHXNuBlTJ6 { 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; }#TuuDPHncB4OTmo1Nix8lCWGHXNuBlTJ6.adaptive-delivery-prevent-bg, #TuuDPHncB4OTmo1Nix8lCWGHXNuBlTJ6.lazyload, #TuuDPHncB4OTmo1Nix8lCWGHXNuBlTJ6.lazyloading { background-image: none; }#TuuDPHncB4OTmo1Nix8lCWGHXNuBlTJ6 > .row .container { background-color: transparent; background-image: none; }#TuuDPHncB4OTmo1Nix8lCWGHXNuBlTJ6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.69); }#TuuDPHncB4OTmo1Nix8lCWGHXNuBlTJ6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TuuDPHncB4OTmo1Nix8lCWGHXNuBlTJ6 > .row .container > .video-iframe-container { display: none; }#TuuDPHncB4OTmo1Nix8lCWGHXNuBlTJ6 > .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); }#TuuDPHncB4OTmo1Nix8lCWGHXNuBlTJ6 > .row > .video-iframe-container { display: none; }#TuuDPHncB4OTmo1Nix8lCWGHXNuBlTJ6 > .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); }#TuuDPHncB4OTmo1Nix8lCWGHXNuBlTJ6 > .row .container { width:20rem;height:71.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rlXZgqFNcCrPTxg5wsphWCosbakehcoU { width:15.374625rem;height:5.1988625rem;top:3.7375698089599rem;left:2.3117896318436rem;font-size:2rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #D3gO8SRVCtseTzJIvvJUEGxhBKVEKBBR { width:9.56175rem;height:1.7871125rem;top:15.125rem;left:5.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gLV6ZXnshDwsPTzc5uGtEdXmwT6gFl6N { width:11.5625rem;height:5.1953125rem;top:17.625rem;left:4.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m2iO8WhghBv16WTqLMlcH7XPCOxmHFQt { width:13.18625rem;height:1.62464375rem;top:33rem;left:3.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDiwbbzvKKFcNquoE27hEcz4QxkwoTSg { width:13.81125rem;height:1.62464375rem;top:52.875rem;left:3.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gBqouzwNxChitbMOD1KpAVGDvmALPPKL { width:12.7485625rem;height:5.19530625rem;top:36.1875rem;left:3.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VyZkMUxTATZGsR1S5obZReaAulikHvOT { width:8.187125rem;height:3.8964875rem;top:56.625rem;left:5.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DF89hbwKNQfmEWlUTiHPy8isu7EmV3OL { display:flex;width:1.9375rem;height:1.9375rem;top:13.0625rem;left:9.25rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #Vxl4BxZWuNXtgULLdfMDbaslcKa9pPJz { display:flex;width:1.9375rem;height:1.9375rem;top:31.125rem;left:9rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #h8Ozfr7cD1sRazFbPsTsuPToXZJf2xKI { display:flex;width:1.9375rem;height:1.9375rem;top:50.25rem;left:9rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #lc3wcz3rFTJUi46kysMM19GcxCpwx1B9 { display:flex;width:3.125rem;height:3.125rem;top:25.5rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #Zy48gNWhUAvqd8TAqQRLnOwe5vT07Jgi { display:flex;width:3.125rem;height:3.125rem;top:49.875rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #qg27fFKcedRinN5zfdXr5bUeMybyrhsK { width:20rem;height:1.5625rem;top:1.3467645645142rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fp3OctEOp5doelIqicZvN5X3FqqkdlSw { width:10.625rem;height:1.25rem;top:7.7405891418456rem;left:5.9907668828964rem;display:block; }
 }@media only screen and (max-width: 763px) { #WDABkX0VGCbJxFF1tHsg9MzyNeekbahT { display:flex;width:3.125rem;height:3.125rem;top:77.557701586913rem;left:16.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #tZ1RA4TzDlwsFFsU9mbUaRRxvbbtcSRT { display:flex;width:3.125rem;height:3.125rem;top:44.0625rem;left:8.4375rem;z-index:15012; }
 }@media only screen and (max-width: 763px) { #qSHLwMO73J8Gict5ZW1QOELdAJic4uE9 { width:20rem;height:20rem;top:10.209517120789rem;left:-0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #JTKif798OJ59ic3kWmvE191fnV6yFUnu { width:20rem;height:17.1875rem;top:8.8125rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #nMrSuwdHafssO5JVJB8dXE0kE7exrBvr { width:20rem;height:20rem;top:111.07332658691rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #G2m5QW0SGfnATo9XEmq1Jygh72u7ZX0o { width:20rem;height:17.1875rem;top:27.5rem;left:0rem;overflow:hidden;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #htKFxrA19QB5oDKNlf6W2dlPqPRMnXVB { width:20rem;height:17.1875rem;top:46.375rem;left:0rem;overflow:hidden;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #iI1qHcSXFiiwAHLOsX4E63BD7TF2S1Qh { width:19rem;height:3.4375rem;top:64.8125rem;left:0.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pNNbhQuoVrQoQmSgz2LTUe3cdMImcWW7 { display:block; }
 }@media only screen and (max-width: 763px) { #VoMBAT6N4xPuDWAoTKIDaK9ZyG9IVo3b { display:block; }#VoMBAT6N4xPuDWAoTKIDaK9ZyG9IVo3b > .row .container { width:20rem;height:6.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lHNPkEWvsB4rRRLKZgI7MQsA6dt525n2 { 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:61.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TrIs4Kl24ueLXwbzJfKX4Bpp9A4UpdJZ { width:20rem;height:2.59943125rem;top:0.93572807312012rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #hM7W0oMqTXoSDfSw3tDuegwVbDTGeOEF { width:20rem;height:12.5967625rem;top:13.299892425537rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lxcl6Fm2PTIXkyviXn0zFqEwPh79mmUZ { width:17.5rem;height:4.0625rem;top:7.8116130828856rem;left:1.2491122484207rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NadxJgXi5qB2l7Qasw9Ll3ObbINVcHTd { width:19.4983125rem;height:4.0625rem;top:34.74853515625rem;left:0.250244140625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lu85HxSGVuPFlkT8mSoJhfPAL4O67F1I { width:13.0619375rem;height:14.3963125rem;top:38.810367584229rem;left:3.4676846265793rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vK93ay30lVNUdvWsiVBNMCvVPogUmXAZ { width:20rem;height:24.5623125rem;top:4.7025928497314rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HkCkWbou3siHOhpOT5TH09K8W5Z4uQK8 { width:20rem;height:24.4504375rem;top:31.558052062988rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c6o0SxI2Xp7UW5lsqMCJNlkuUOZx0iHZ { width:19rem;height:3.4375rem;top:57.256737182617rem;left:0.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZpJGAZqiiPXl6nMIe9MCP9hRwSpAgE4 { 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; }
 }