.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:227,227,231;--color-primary-1:171,170,182;--color-primary-2:115,113,134;--color-primary-3:69,68,80;--color-primary-4:22,18,53;--color-secondary-0:240,220,242;--color-secondary-1:211,149,215;--color-secondary-2:181,78,189;--color-secondary-3:162,34,172;--color-secondary-4:138,41,154;--color-tertiary-0:255,255,255;--color-tertiary-1:255,255,255;--color-tertiary-2:255,255,255;--color-tertiary-3:128,128,128;--color-tertiary-4:38,38,38;--headlines-font-family:"montserrat";--paragraphs-font-family:"montserrat"; }@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;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#nuOzhQwbrqfFIRhbBRwKQvDL2VFg5qB0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(26,21,66,0.9);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; }#nuOzhQwbrqfFIRhbBRwKQvDL2VFg5qB0 > .row .container { background-color: transparent; background-image: none; }#nuOzhQwbrqfFIRhbBRwKQvDL2VFg5qB0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nuOzhQwbrqfFIRhbBRwKQvDL2VFg5qB0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nuOzhQwbrqfFIRhbBRwKQvDL2VFg5qB0 > .row .container > .video-iframe-container { display: none; }#nuOzhQwbrqfFIRhbBRwKQvDL2VFg5qB0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nuOzhQwbrqfFIRhbBRwKQvDL2VFg5qB0 > .row > .video-iframe-container { display: none; }#nuOzhQwbrqfFIRhbBRwKQvDL2VFg5qB0 > .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); }#nuOzhQwbrqfFIRhbBRwKQvDL2VFg5qB0 > .row .container { border-width: 0; border-radius: 0; }#nuOzhQwbrqfFIRhbBRwKQvDL2VFg5qB0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nuOzhQwbrqfFIRhbBRwKQvDL2VFg5qB0 > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:75rem;position:relative;display:block; }#JRXJF0tlkBP8H7awXrfJcsxHFCVVtitV { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.5625rem;height:3.4375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:0.5rem;left:8.875rem;display:block; }
#BQwSq7acQdD52R5TST513W16U79T6U8n { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Pvc3G53QTNmwHUiLeGROTmWoC2eQtJQx { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.375rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:0.5rem;left:17.375rem;display:block; }
#dN72Z5Sdsc9lZXZA4JdO7pqz6Kk11CMi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HTfusdF7i6dFUa0bBTLblDkrAyVanqJP { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.125rem;height:3.4375rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:0.5rem;left:24.6875rem;display:block; }
#EMVF7a5FT87ZucwWCQ10Rs8fbRJ5rGNg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#s7Xyx7lXmMaaAT1XGRQTv85ZH7OhNMAr { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.4375rem;height:3.4375rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:0.5rem;left:29.75rem;display:none; }
#msS71Bp3Ko87HsU18EC5wonkfrgZKMO8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TAC5B7viT2OpWWNmOdDLTsgpiWReMb3w { background-color:rgba(var(--color-secondary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0rem 0.625rem rgba(var(--color-secondary-4),0.79) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.8125rem;height:4.375rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:0rem;left:65.1875rem;display:block; }
#FzfZ8klnqAOkpQqw3ugxP3RxZB2RihB3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZsFxyTLMpyO4yihkpItOMPpDHoREkRF7 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.4375rem;height:3.4375rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:0.46875rem;left:29.812501907349rem;display:block; }
#l4kPUkMGlTT0nKZ31pp3PNpnthx9UBrg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ukMXSxESBvasHgX9W9WOxbyRguFvD1fx { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9375rem;width:7.0625rem;top:1.21875rem;left:0rem;overflow:hidden;display:block; }
#iXhCWicmeIMclNFgzGOutBgLQtfqsZD2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(26,21,66,0.9);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;z-index:auto;display:none; }#iXhCWicmeIMclNFgzGOutBgLQtfqsZD2 > .row .container { border-width: 0; border-radius: 0; }#iXhCWicmeIMclNFgzGOutBgLQtfqsZD2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iXhCWicmeIMclNFgzGOutBgLQtfqsZD2 > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:75rem;position:relative;display:none; }#i6KTH4cHFu8F8albrDVTN6vOuWyPdM4N { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.5625rem;height:3.4375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:0.5rem;left:34.5rem;display:block; }
#gk7J2N87NhJPF61XPQ7g6PESdLaR0Wu3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gBKAN14y1EbcVlGRGrTfeD8UIo7TQAfC { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.375rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:0.5rem;left:43rem;display:block; }
#aJPG4UyQzR1REpPO6vwrgVp86sUb4WA7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZpofulJFktVbgS5fHelcvTfSTGok6dEc { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.125rem;height:3.4375rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:0.5rem;left:50.375rem;display:block; }
#MoQbK7t6f7ARl52GAtQSCQP2IaWRhPTG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iKZGSgBQ3cDhaklsb2MSIN6sctRem3gr { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.6875rem;height:3.4375rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:0.46875rem;left:61.8125rem;display:block; }
#Ps88iJwC84VlRvcN0696oO0sNvnu5GTJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tDzLpB4RT5fx4HTPz2QLPdxlnTRgzz2y { 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;text-shadow:0.0625rem 0.0625rem 0.0625rem #000000;display:block;z-index:15000;display:none; }
#tE3iI6o1MUx3TtfBEwc6OwEvRA9MnnWL { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.4375rem;height:3.4375rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:0.46875rem;left:55.5rem;display:none; }
#QzJcbDerQPyu5gSEVx2dQgqEAyHMtNuk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OJP0xOxT1brVfcPC0vMv06P87vUQQmig { 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:block;z-index:15000;display:none; }
#wmxEU9qeLycMLi6y3F8P0eRIZH2LvF7G { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.0625rem;width:75rem;display:none; }
#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #1a1542);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #1a1542);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #1a1542);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #1a1542);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#1a1542' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#1a1542' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #1a1542);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; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { font-size:0.875rem;font-family:arial;height:44.6875rem;width:75rem;position:relative;display:block; }#oBpcpv8rmr1JZrovZaDk9A5cCtc5WWpP { background-color:rgba(var(--color-secondary-3),0.73);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0rem 0rem 0.625rem #17264a ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:4.6875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:35rem;left:47.500001907349rem;display:block; }
#c944uPNBsOhXPEgMFGh5gBkGSroM3ZCQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NfpR96B6CbWXdtvIipa550kROA9A44Pv { background-color:rgba(9,141,213,0.75);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0rem 0rem 0.625rem #17264a ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:4.6875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:35rem;left:10.0625rem;display:block; }
#QlViclZbCd4pspg54SApKsSDXberiwxm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pls0UzGAPdryHTqgGZzPA72ikCiNFUMA { color:rgba(var(--color-tertiary-0),1);display:block;width:44.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.6875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:17.5rem;left:15.15625rem;height:6.911764625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AQTzVCfw8uoA2b0kcI7lybOEhO4Ki60p { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.3125rem;width:22.0625rem;top:9.375rem;left:26.4375rem;overflow:hidden;display:block; }
#oBTgoQwtEwM11TWwBGMUb8a7ep7D9s90 { color:rgba(var(--color-tertiary-0),1);display:block;width:46.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:26.25rem;left:14.0625rem;height:6.4705881875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bHPHIM9NVZVysgdH75EQtM1QdhTDA73y { color:rgba(var(--color-tertiary-0),1);display:block;width:42.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:27.112501144409rem;left:16.375rem;height:6.5rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#IuTgOigNST6kTAQvIAnkQ6PBFxmbp6tm { color:rgba(var(--color-tertiary-0),1);display:block;width:42.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:27.112501144409rem;left:16.375rem;height:6.5rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#DcMdzwwgEBuDVcpT8fWwTizad239nx6J { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1a1542;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; }#DcMdzwwgEBuDVcpT8fWwTizad239nx6J > .row .container { background-color: transparent; background-image: none; }#DcMdzwwgEBuDVcpT8fWwTizad239nx6J::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DcMdzwwgEBuDVcpT8fWwTizad239nx6J > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DcMdzwwgEBuDVcpT8fWwTizad239nx6J > .row .container > .video-iframe-container { display: none; }#DcMdzwwgEBuDVcpT8fWwTizad239nx6J > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DcMdzwwgEBuDVcpT8fWwTizad239nx6J > .row > .video-iframe-container { display: none; }#DcMdzwwgEBuDVcpT8fWwTizad239nx6J > .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); }#DcMdzwwgEBuDVcpT8fWwTizad239nx6J > .row .container { border-width: 0; border-radius: 0; }#DcMdzwwgEBuDVcpT8fWwTizad239nx6J > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DcMdzwwgEBuDVcpT8fWwTizad239nx6J > .row .container { font-size:0.875rem;font-family:arial;height:28.9375rem;width:75rem;position:relative;display:block; }#lJ8bnR1X8S1bI7LWfC62Hsw80LRfDR7y { color:rgba(var(--color-tertiary-0),1);display:block;width:22.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:11.25rem;left:0rem;height:2.7205881875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#aCUcUAWfRmkEvTuP554ExUTDpMZnhJyS { color:rgba(var(--color-tertiary-0),1);display:block;width:26rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:14.75rem;left:0rem;height:1.911764625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xgQLvpRqTNnpN18w8JzCSBSnsOvCUTWu { color:rgba(var(--color-tertiary-0),1);display:block;width:44.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.4;letter-spacing:0;top:4.5234375rem;left:30.9375rem;height:18.529411rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#p8LqrnLT7UaO9TNHSI7OdJvwnuzdVqEP { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0rem 0.625rem rgba(var(--color-secondary-4),0.5) ;height:0.125rem;width:18.75rem;top:14.34375rem;left:0rem;display:block; }
#xDUn0S22k8RNvCQKiqkN8aX9ScITFTSU { 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; }#xDUn0S22k8RNvCQKiqkN8aX9ScITFTSU > .row .container { background-color: transparent; background-image: none; }#xDUn0S22k8RNvCQKiqkN8aX9ScITFTSU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xDUn0S22k8RNvCQKiqkN8aX9ScITFTSU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xDUn0S22k8RNvCQKiqkN8aX9ScITFTSU > .row .container > .video-iframe-container { display: none; }#xDUn0S22k8RNvCQKiqkN8aX9ScITFTSU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xDUn0S22k8RNvCQKiqkN8aX9ScITFTSU > .row > .video-iframe-container { display: none; }#xDUn0S22k8RNvCQKiqkN8aX9ScITFTSU > .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); }#xDUn0S22k8RNvCQKiqkN8aX9ScITFTSU > .row .container { border-width: 0; border-radius: 0; }#xDUn0S22k8RNvCQKiqkN8aX9ScITFTSU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xDUn0S22k8RNvCQKiqkN8aX9ScITFTSU > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;position:relative;display:block; }#Lpv3uIw5TUF9Rxq9ldWh6WzvNpxtwGJi { color:#1a1542;display:block;width:48.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.125rem;left:13.0625rem;height:2.7205881875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VDA12oPKk5pJkvgC8WB9IdzKEmLA5k7M { 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; }#VDA12oPKk5pJkvgC8WB9IdzKEmLA5k7M > .row .container { background-color: transparent; background-image: none; }#VDA12oPKk5pJkvgC8WB9IdzKEmLA5k7M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VDA12oPKk5pJkvgC8WB9IdzKEmLA5k7M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VDA12oPKk5pJkvgC8WB9IdzKEmLA5k7M > .row .container > .video-iframe-container { display: none; }#VDA12oPKk5pJkvgC8WB9IdzKEmLA5k7M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VDA12oPKk5pJkvgC8WB9IdzKEmLA5k7M > .row > .video-iframe-container { display: none; }#VDA12oPKk5pJkvgC8WB9IdzKEmLA5k7M > .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); }#VDA12oPKk5pJkvgC8WB9IdzKEmLA5k7M > .row .container { border-width: 0; border-radius: 0; }#VDA12oPKk5pJkvgC8WB9IdzKEmLA5k7M > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VDA12oPKk5pJkvgC8WB9IdzKEmLA5k7M > .row .container { font-size:0.875rem;font-family:arial;height:9.25rem;width:75rem;position:relative;display:block; }#v7R28awTFGuvhmchR8i3Fey2ON31933d { position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/eb1bdc02-91e5-4e82-903c-072cf74ded43/3mlogo21.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.625rem;width:13.1875rem;top:2.3125rem;left:4.6875rem;display:block; }#v7R28awTFGuvhmchR8i3Fey2ON31933d.adaptive-delivery-prevent-bg, #v7R28awTFGuvhmchR8i3Fey2ON31933d.lazyload, #v7R28awTFGuvhmchR8i3Fey2ON31933d.lazyloading { background-image: none; }
#yJ7OHovlhJtKw3Ick5sNTleNJW0nbpwR { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),0);background-image:url("https://images.assets-landingi.com/uc/09deb67e-f48f-4d6e-a32a-c5dd1ce23b8b/Canon.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:10.875rem;top:2.78125rem;left:58.3125rem;display:block; }#yJ7OHovlhJtKw3Ick5sNTleNJW0nbpwR.adaptive-delivery-prevent-bg, #yJ7OHovlhJtKw3Ick5sNTleNJW0nbpwR.lazyload, #yJ7OHovlhJtKw3Ick5sNTleNJW0nbpwR.lazyloading { background-image: none; }
#zt5rz6sPTMTygkxTEtUvFDOEOBdOpSw3 { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),0);background-image:url("https://images.assets-landingi.com/uc/7072f74c-c98f-4f52-b5b2-361aa9f3aaf6/Angelinilogo.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:13.875rem;top:2.28125rem;left:39.312501907349rem;display:block; }#zt5rz6sPTMTygkxTEtUvFDOEOBdOpSw3.adaptive-delivery-prevent-bg, #zt5rz6sPTMTygkxTEtUvFDOEOBdOpSw3.lazyload, #zt5rz6sPTMTygkxTEtUvFDOEOBdOpSw3.lazyloading { background-image: none; }
#B9g5s6aawlTnAtFuR2s2KLgT5iubnWQF { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),0);background-image:url("https://images.assets-landingi.com/uc/300274f5-2bbd-481a-bf5c-f5ecdff39e99/Align_Digital_Product_Lockups_Vertical_Primary.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.9375rem;width:14.0625rem;top:2.15625rem;left:21.71875rem;display:block; }#B9g5s6aawlTnAtFuR2s2KLgT5iubnWQF.adaptive-delivery-prevent-bg, #B9g5s6aawlTnAtFuR2s2KLgT5iubnWQF.lazyload, #B9g5s6aawlTnAtFuR2s2KLgT5iubnWQF.lazyloading { background-image: none; }
#CGirbPBghRBwIOKuBkgVg30VwQFxHpdk { 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; }#CGirbPBghRBwIOKuBkgVg30VwQFxHpdk > .row .container { background-color: transparent; background-image: none; }#CGirbPBghRBwIOKuBkgVg30VwQFxHpdk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CGirbPBghRBwIOKuBkgVg30VwQFxHpdk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CGirbPBghRBwIOKuBkgVg30VwQFxHpdk > .row .container > .video-iframe-container { display: none; }#CGirbPBghRBwIOKuBkgVg30VwQFxHpdk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CGirbPBghRBwIOKuBkgVg30VwQFxHpdk > .row > .video-iframe-container { display: none; }#CGirbPBghRBwIOKuBkgVg30VwQFxHpdk > .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); }#CGirbPBghRBwIOKuBkgVg30VwQFxHpdk > .row .container { border-width: 0; border-radius: 0; }#CGirbPBghRBwIOKuBkgVg30VwQFxHpdk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CGirbPBghRBwIOKuBkgVg30VwQFxHpdk > .row .container { font-size:0.875rem;font-family:arial;height:9.4375rem;width:75rem;position:relative;display:block; }#IdxXRa3rWd7usrw1B2lt4P7zWpyQ249z { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),0);background-image:url("https://images.assets-landingi.com/uc/61a04548-77a3-4f32-b789-812caf5a6826/Logo_DD_EN_RGB.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.1875rem;width:15.8125rem;top:2.125rem;left:20.84375rem;display:block; }#IdxXRa3rWd7usrw1B2lt4P7zWpyQ249z.adaptive-delivery-prevent-bg, #IdxXRa3rWd7usrw1B2lt4P7zWpyQ249z.lazyload, #IdxXRa3rWd7usrw1B2lt4P7zWpyQ249z.lazyloading { background-image: none; }
#cJBNiwsVFaNmr0ZAhS8s9VgoLepuurt2 { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),0);background-image:url("https://images.assets-landingi.com/bJf9x0aC/Logo_Colgate_smile.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.0625rem;width:15rem;top:1.6875rem;left:3.8125rem;display:block; }#cJBNiwsVFaNmr0ZAhS8s9VgoLepuurt2.adaptive-delivery-prevent-bg, #cJBNiwsVFaNmr0ZAhS8s9VgoLepuurt2.lazyload, #cJBNiwsVFaNmr0ZAhS8s9VgoLepuurt2.lazyloading { background-image: none; }
#mDXyziZg1RlTVV3G0hS42GTNr4W1i4iE { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),0);background-image:url("https://images.assets-landingi.com/66z8DpmB/ecolab_kopia.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:10.125rem;top:3rem;left:41.187501907349rem;display:block; }#mDXyziZg1RlTVV3G0hS42GTNr4W1i4iE.adaptive-delivery-prevent-bg, #mDXyziZg1RlTVV3G0hS42GTNr4W1i4iE.lazyload, #mDXyziZg1RlTVV3G0hS42GTNr4W1i4iE.lazyloading { background-image: none; }
#ibKmU4XZLT4KVAkTrnxaT2nZ9okRL7Cf { position:absolute;display:block;z-index:15001;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/2O62atK5/1200px_GSK_logo_svg.svg.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5625rem;width:13rem;top:2.4375rem;left:57.25rem;display:block; }#ibKmU4XZLT4KVAkTrnxaT2nZ9okRL7Cf.adaptive-delivery-prevent-bg, #ibKmU4XZLT4KVAkTrnxaT2nZ9okRL7Cf.lazyload, #ibKmU4XZLT4KVAkTrnxaT2nZ9okRL7Cf.lazyloading { background-image: none; }
#WWATcgqtyHSEs84BTi6fBCJuz596m0il { 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; }#WWATcgqtyHSEs84BTi6fBCJuz596m0il > .row .container { background-color: transparent; background-image: none; }#WWATcgqtyHSEs84BTi6fBCJuz596m0il::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WWATcgqtyHSEs84BTi6fBCJuz596m0il > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WWATcgqtyHSEs84BTi6fBCJuz596m0il > .row .container > .video-iframe-container { display: none; }#WWATcgqtyHSEs84BTi6fBCJuz596m0il > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WWATcgqtyHSEs84BTi6fBCJuz596m0il > .row > .video-iframe-container { display: none; }#WWATcgqtyHSEs84BTi6fBCJuz596m0il > .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); }#WWATcgqtyHSEs84BTi6fBCJuz596m0il > .row .container { border-width: 0; border-radius: 0; }#WWATcgqtyHSEs84BTi6fBCJuz596m0il > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WWATcgqtyHSEs84BTi6fBCJuz596m0il > .row .container { font-size:0.875rem;font-family:arial;height:9.25rem;width:75rem;position:relative;display:block; }#zmsCG9N88lhPAsH3zahWV0PuvRXOTkR9 { position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/31362b4b-6a11-448f-b4bf-1fe748a1003f/happydentallog.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.8125rem;width:13.75rem;top:2.1875rem;left:4.375rem;display:block; }#zmsCG9N88lhPAsH3zahWV0PuvRXOTkR9.adaptive-delivery-prevent-bg, #zmsCG9N88lhPAsH3zahWV0PuvRXOTkR9.lazyload, #zmsCG9N88lhPAsH3zahWV0PuvRXOTkR9.lazyloading { background-image: none; }
#TrcKgDtAWqq1yEuuiullc43bDmm9Ayat { position:absolute;display:block;z-index:15001;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/fe7659b1-c34a-45b8-a14b-d172c04e408f/indentpoprawioneszare451x128.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:11.4375rem;top:2.65625rem;left:23.031251907349rem;display:block; }#TrcKgDtAWqq1yEuuiullc43bDmm9Ayat.adaptive-delivery-prevent-bg, #TrcKgDtAWqq1yEuuiullc43bDmm9Ayat.lazyload, #TrcKgDtAWqq1yEuuiullc43bDmm9Ayat.lazyloading { background-image: none; }
#RFeTwHt9Ep3f5HTQfBpDTdn9H91xAXKZ { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),0);background-image:url("https://images.assets-landingi.com/0faxB955/Glamorous_Listerine_Logo_69_On_Logo_Design_Online_with_Listerine_Logo.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.3125rem;width:12.0625rem;top:2.46875rem;left:40.218751907349rem;display:block; }#RFeTwHt9Ep3f5HTQfBpDTdn9H91xAXKZ.adaptive-delivery-prevent-bg, #RFeTwHt9Ep3f5HTQfBpDTdn9H91xAXKZ.lazyload, #RFeTwHt9Ep3f5HTQfBpDTdn9H91xAXKZ.lazyloading { background-image: none; }
#luF49Gc6bv6qS4UCgaCfczTXC7zzqrI7 { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),0);background-image:url("https://images.assets-landingi.com/uc/40307d8f-bfd7-4785-8e56-c6796765eb76/Makromed_logo.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.3125rem;width:12.0625rem;top:2.46875rem;left:57.6875rem;display:block; }#luF49Gc6bv6qS4UCgaCfczTXC7zzqrI7.adaptive-delivery-prevent-bg, #luF49Gc6bv6qS4UCgaCfczTXC7zzqrI7.lazyload, #luF49Gc6bv6qS4UCgaCfczTXC7zzqrI7.lazyloading { background-image: none; }
#zhdx9eqTqhGZFMFGvp4TIxre3lb1HoWT { 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; }#zhdx9eqTqhGZFMFGvp4TIxre3lb1HoWT > .row .container { background-color: transparent; background-image: none; }#zhdx9eqTqhGZFMFGvp4TIxre3lb1HoWT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zhdx9eqTqhGZFMFGvp4TIxre3lb1HoWT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zhdx9eqTqhGZFMFGvp4TIxre3lb1HoWT > .row .container > .video-iframe-container { display: none; }#zhdx9eqTqhGZFMFGvp4TIxre3lb1HoWT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zhdx9eqTqhGZFMFGvp4TIxre3lb1HoWT > .row > .video-iframe-container { display: none; }#zhdx9eqTqhGZFMFGvp4TIxre3lb1HoWT > .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); }#zhdx9eqTqhGZFMFGvp4TIxre3lb1HoWT > .row .container { border-width: 0; border-radius: 0; }#zhdx9eqTqhGZFMFGvp4TIxre3lb1HoWT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zhdx9eqTqhGZFMFGvp4TIxre3lb1HoWT > .row .container { font-size:0.875rem;font-family:arial;height:9.25rem;width:75rem;position:relative;display:block; }#JuEqZBZmKzA8g1cskTgBaC1zZQWtq4Oa { position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/0e570d62-1271-44de-a586-ba5ed50514c8/marrodent_A_HS_Co_cmyk.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:12.6875rem;top:2.4374980926514rem;left:4.9375rem;display:block; }#JuEqZBZmKzA8g1cskTgBaC1zZQWtq4Oa.adaptive-delivery-prevent-bg, #JuEqZBZmKzA8g1cskTgBaC1zZQWtq4Oa.lazyload, #JuEqZBZmKzA8g1cskTgBaC1zZQWtq4Oa.lazyloading { background-image: none; }
#iM0qcq5rFlL6ogfWt9ugNqdHmISCUXzX { position:absolute;display:block;z-index:15001;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/813928f2-c787-47ea-bb78-b1e179799c0a/Meditrans_ProclinicGrouplogorodkowane.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:12.375rem;top:2.65625rem;left:22.5625rem;display:block; }#iM0qcq5rFlL6ogfWt9ugNqdHmISCUXzX.adaptive-delivery-prevent-bg, #iM0qcq5rFlL6ogfWt9ugNqdHmISCUXzX.lazyload, #iM0qcq5rFlL6ogfWt9ugNqdHmISCUXzX.lazyloading { background-image: none; }
#tCcaKDU6tzsTB2zMMmNRl8I58Nr4t56l { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),0);background-image:url("https://images.assets-landingi.com/uc/7c8396ad-0d68-4d80-afe4-3ef2bd09986e/nil_logo.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.5625rem;width:12rem;top:1.34375rem;left:40.250001907349rem;display:block; }#tCcaKDU6tzsTB2zMMmNRl8I58Nr4t56l.adaptive-delivery-prevent-bg, #tCcaKDU6tzsTB2zMMmNRl8I58Nr4t56l.lazyload, #tCcaKDU6tzsTB2zMMmNRl8I58Nr4t56l.lazyloading { background-image: none; }
#TTHxrmdqlyhQNuTrV34exFo9GAeOvwAd { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),0);background-image:url("https://images.assets-landingi.com/uc/b4c13dd4-e81f-4317-940b-225c5144d04d/OIL_Rzeszo_w.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.5625rem;width:12rem;top:1.34375rem;left:57.75rem;display:block; }#TTHxrmdqlyhQNuTrV34exFo9GAeOvwAd.adaptive-delivery-prevent-bg, #TTHxrmdqlyhQNuTrV34exFo9GAeOvwAd.lazyload, #TTHxrmdqlyhQNuTrV34exFo9GAeOvwAd.lazyloading { background-image: none; }
#FFORNXXTaXp1S3KGQtdymX3QTuIrD5AB { 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; }#FFORNXXTaXp1S3KGQtdymX3QTuIrD5AB > .row .container { background-color: transparent; background-image: none; }#FFORNXXTaXp1S3KGQtdymX3QTuIrD5AB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FFORNXXTaXp1S3KGQtdymX3QTuIrD5AB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FFORNXXTaXp1S3KGQtdymX3QTuIrD5AB > .row .container > .video-iframe-container { display: none; }#FFORNXXTaXp1S3KGQtdymX3QTuIrD5AB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FFORNXXTaXp1S3KGQtdymX3QTuIrD5AB > .row > .video-iframe-container { display: none; }#FFORNXXTaXp1S3KGQtdymX3QTuIrD5AB > .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); }#FFORNXXTaXp1S3KGQtdymX3QTuIrD5AB > .row .container { border-width: 0; border-radius: 0; }#FFORNXXTaXp1S3KGQtdymX3QTuIrD5AB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FFORNXXTaXp1S3KGQtdymX3QTuIrD5AB > .row .container { font-size:0.875rem;font-family:arial;height:9.4375rem;width:75rem;position:relative;display:block; }#dLo1v9g02vNhaixqSmbXM9scxnfdDmTT { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),0);background-image:url("https://images.assets-landingi.com/uc/df5fa609-b170-4482-960f-8849ba16d999/Optident.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:11.5rem;top:2.6874980926514rem;left:5.5rem;display:block; }#dLo1v9g02vNhaixqSmbXM9scxnfdDmTT.adaptive-delivery-prevent-bg, #dLo1v9g02vNhaixqSmbXM9scxnfdDmTT.lazyload, #dLo1v9g02vNhaixqSmbXM9scxnfdDmTT.lazyloading { background-image: none; }
#al5W53GSiN55hsncCR4mscuULWmaKZHW { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),0);background-image:url("https://images.assets-landingi.com/uc/c190888c-598c-460d-b2a0-75696fe0535f/Logo_OralB_v2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:11.3125rem;top:2.84375rem;left:23.093751907349rem;display:block; }#al5W53GSiN55hsncCR4mscuULWmaKZHW.adaptive-delivery-prevent-bg, #al5W53GSiN55hsncCR4mscuULWmaKZHW.lazyload, #al5W53GSiN55hsncCR4mscuULWmaKZHW.lazyloading { background-image: none; }
#wAadMzEqOdLR6LAUnbNM4pfDcJKw0Lia { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),0);background-image:url("https://images.assets-landingi.com/uc/e6e199db-af85-4ede-a63b-e633f6c51094/philipslogo.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:11.25rem;top:2.78125rem;left:58.125rem;display:block; }#wAadMzEqOdLR6LAUnbNM4pfDcJKw0Lia.adaptive-delivery-prevent-bg, #wAadMzEqOdLR6LAUnbNM4pfDcJKw0Lia.lazyload, #wAadMzEqOdLR6LAUnbNM4pfDcJKw0Lia.lazyloading { background-image: none; }
#E21C3ufU3pZTDJnFNaE9LNINxRaJUmmO { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),0);background-image:url("https://images.assets-landingi.com/uc/0f7308f5-3685-484a-a366-90c848c246f5/Pfizer_Logo_Color_PMS.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:10.875rem;top:2.875rem;left:40.812501907349rem;display:block; }#E21C3ufU3pZTDJnFNaE9LNINxRaJUmmO.adaptive-delivery-prevent-bg, #E21C3ufU3pZTDJnFNaE9LNINxRaJUmmO.lazyload, #E21C3ufU3pZTDJnFNaE9LNINxRaJUmmO.lazyloading { background-image: none; }
#owakBEQDTKmiM63Gwf1TM2txHnwxmNEw { 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; }#owakBEQDTKmiM63Gwf1TM2txHnwxmNEw > .row .container { background-color: transparent; background-image: none; }#owakBEQDTKmiM63Gwf1TM2txHnwxmNEw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#owakBEQDTKmiM63Gwf1TM2txHnwxmNEw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#owakBEQDTKmiM63Gwf1TM2txHnwxmNEw > .row .container > .video-iframe-container { display: none; }#owakBEQDTKmiM63Gwf1TM2txHnwxmNEw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#owakBEQDTKmiM63Gwf1TM2txHnwxmNEw > .row > .video-iframe-container { display: none; }#owakBEQDTKmiM63Gwf1TM2txHnwxmNEw > .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); }#owakBEQDTKmiM63Gwf1TM2txHnwxmNEw > .row .container { border-width: 0; border-radius: 0; }#owakBEQDTKmiM63Gwf1TM2txHnwxmNEw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#owakBEQDTKmiM63Gwf1TM2txHnwxmNEw > .row .container { font-size:0.875rem;font-family:arial;height:9.4375rem;width:75rem;position:relative;display:block; }#zibsipaoiwGKpUW9DT7qVcFrMtQX8TTy { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),0);background-image:url("https://images.assets-landingi.com/WTX8aDOl/gum_logo_sunstarblue_fullcolor_cmyk_ai.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.9375rem;width:15rem;top:1.75rem;left:56.25rem;display:block; }#zibsipaoiwGKpUW9DT7qVcFrMtQX8TTy.adaptive-delivery-prevent-bg, #zibsipaoiwGKpUW9DT7qVcFrMtQX8TTy.lazyload, #zibsipaoiwGKpUW9DT7qVcFrMtQX8TTy.lazyloading { background-image: none; }
#HH6zv5RcZHTadyDUAHnmnNzu9wx7KKxX { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),0);background-image:url("https://images.assets-landingi.com/uc/a1aa9cb2-249a-4c8e-a63b-7b1043995b18/Polskie_Towarzystwo_Stomatologiczne819x1024.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.875rem;width:6.625rem;top:1.78125rem;left:42.937501907349rem;display:block; }#HH6zv5RcZHTadyDUAHnmnNzu9wx7KKxX.adaptive-delivery-prevent-bg, #HH6zv5RcZHTadyDUAHnmnNzu9wx7KKxX.lazyload, #HH6zv5RcZHTadyDUAHnmnNzu9wx7KKxX.lazyloading { background-image: none; }
#KzPcdsLB47vBSmxlMra8T64W7cb4gL0L { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),0);background-image:url("https://images.assets-landingi.com/uc/ada88aa1-b1b3-435c-84c7-6c722f7bd97a/PASE_032.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5625rem;width:10.875rem;top:1.9375rem;left:23.312501907349rem;display:block; }#KzPcdsLB47vBSmxlMra8T64W7cb4gL0L.adaptive-delivery-prevent-bg, #KzPcdsLB47vBSmxlMra8T64W7cb4gL0L.lazyload, #KzPcdsLB47vBSmxlMra8T64W7cb4gL0L.lazyloading { background-image: none; }
#fHAVVWzeihEoCIkIsvegxMPKqZA2rKQl { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),0);background-image:url("https://images.assets-landingi.com/uc/74e63494-e93d-4b04-8e50-3e830394c9b8/PierreFabrelogo.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:10.875rem;top:2.875rem;left:5.8125rem;display:block; }#fHAVVWzeihEoCIkIsvegxMPKqZA2rKQl.adaptive-delivery-prevent-bg, #fHAVVWzeihEoCIkIsvegxMPKqZA2rKQl.lazyload, #fHAVVWzeihEoCIkIsvegxMPKqZA2rKQl.lazyloading { background-image: none; }
#ANk8MlOttBuIHgQq8itQZLxXi0ovIwIZ { 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; }#ANk8MlOttBuIHgQq8itQZLxXi0ovIwIZ > .row .container { background-color: transparent; background-image: none; }#ANk8MlOttBuIHgQq8itQZLxXi0ovIwIZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ANk8MlOttBuIHgQq8itQZLxXi0ovIwIZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ANk8MlOttBuIHgQq8itQZLxXi0ovIwIZ > .row .container > .video-iframe-container { display: none; }#ANk8MlOttBuIHgQq8itQZLxXi0ovIwIZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ANk8MlOttBuIHgQq8itQZLxXi0ovIwIZ > .row > .video-iframe-container { display: none; }#ANk8MlOttBuIHgQq8itQZLxXi0ovIwIZ > .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); }#ANk8MlOttBuIHgQq8itQZLxXi0ovIwIZ > .row .container { border-width: 0; border-radius: 0; }#ANk8MlOttBuIHgQq8itQZLxXi0ovIwIZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ANk8MlOttBuIHgQq8itQZLxXi0ovIwIZ > .row .container { font-size:0.875rem;font-family:arial;height:9.4375rem;width:75rem;position:relative;display:block; }#w9oBR3rEABBVL9M6dpTZs8Ttmim6ZJPo { 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:4.2497701875rem;width:11.9990806875rem;top:2.55859375rem;left:31.383269309998rem;overflow:hidden;display:block; }
#RzkT1QDdcX3Ib1afVRv7JHciJiMfeVWg { 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; }#RzkT1QDdcX3Ib1afVRv7JHciJiMfeVWg > .row .container { background-color: transparent; background-image: none; }#RzkT1QDdcX3Ib1afVRv7JHciJiMfeVWg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RzkT1QDdcX3Ib1afVRv7JHciJiMfeVWg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RzkT1QDdcX3Ib1afVRv7JHciJiMfeVWg > .row .container > .video-iframe-container { display: none; }#RzkT1QDdcX3Ib1afVRv7JHciJiMfeVWg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RzkT1QDdcX3Ib1afVRv7JHciJiMfeVWg > .row > .video-iframe-container { display: none; }#RzkT1QDdcX3Ib1afVRv7JHciJiMfeVWg > .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); }#RzkT1QDdcX3Ib1afVRv7JHciJiMfeVWg > .row .container { border-width: 0; border-radius: 0; }#RzkT1QDdcX3Ib1afVRv7JHciJiMfeVWg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RzkT1QDdcX3Ib1afVRv7JHciJiMfeVWg > .row .container { font-size:0.875rem;font-family:arial;height:5.5625rem;width:75rem;position:relative;display:block; }#UNHHMAd0gIN29ThhTurGPXiFv9WJBEfI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/57e3ee19-f162-4837-a7c5-7a4747bba870/1920x1080_tlo_GD.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#UNHHMAd0gIN29ThhTurGPXiFv9WJBEfI.adaptive-delivery-prevent-bg, #UNHHMAd0gIN29ThhTurGPXiFv9WJBEfI.lazyload, #UNHHMAd0gIN29ThhTurGPXiFv9WJBEfI.lazyloading { background-image: none; }#UNHHMAd0gIN29ThhTurGPXiFv9WJBEfI > .row .container { background-color: transparent; background-image: none; }#UNHHMAd0gIN29ThhTurGPXiFv9WJBEfI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(26,21,66,0.75); }#UNHHMAd0gIN29ThhTurGPXiFv9WJBEfI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UNHHMAd0gIN29ThhTurGPXiFv9WJBEfI > .row .container > .video-iframe-container { display: none; }#UNHHMAd0gIN29ThhTurGPXiFv9WJBEfI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(26,21,66,0.75); }#UNHHMAd0gIN29ThhTurGPXiFv9WJBEfI > .row > .video-iframe-container { display: none; }#UNHHMAd0gIN29ThhTurGPXiFv9WJBEfI > .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); }#UNHHMAd0gIN29ThhTurGPXiFv9WJBEfI > .row .container { border-width: 0; border-radius: 0; }#UNHHMAd0gIN29ThhTurGPXiFv9WJBEfI::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; }#UNHHMAd0gIN29ThhTurGPXiFv9WJBEfI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UNHHMAd0gIN29ThhTurGPXiFv9WJBEfI > .row .container { font-size:0.875rem;font-family:arial;height:11.625rem;width:75rem;position:relative;display:block; }#WPDGJVnpAU1flPkPdQwSlaAX3vTC0cAG { color:rgba(var(--color-tertiary-0),1);display:block;width:48.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;text-shadow:0rem 0rem 0.625rem rgba(var(--color-secondary-4),1);top:4.4375rem;left:13.0625rem;height:2.7205881875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#I2qrUMrhxwtsGpHKzoy1qKRLq9wnTgX7 { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0rem 0.625rem rgba(var(--color-secondary-4),0.5) ;height:0.125rem;width:18.75rem;top:8.1875rem;left:28.125rem;display:block; }
#GPtVnzyQIKTwpkuZUblAnvG89LJTbsFx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/57e3ee19-f162-4837-a7c5-7a4747bba870/1920x1080_tlo_GD.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#GPtVnzyQIKTwpkuZUblAnvG89LJTbsFx.adaptive-delivery-prevent-bg, #GPtVnzyQIKTwpkuZUblAnvG89LJTbsFx.lazyload, #GPtVnzyQIKTwpkuZUblAnvG89LJTbsFx.lazyloading { background-image: none; }#GPtVnzyQIKTwpkuZUblAnvG89LJTbsFx > .row .container { background-color: transparent; background-image: none; }#GPtVnzyQIKTwpkuZUblAnvG89LJTbsFx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(26,21,66,0.75); }#GPtVnzyQIKTwpkuZUblAnvG89LJTbsFx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GPtVnzyQIKTwpkuZUblAnvG89LJTbsFx > .row .container > .video-iframe-container { display: none; }#GPtVnzyQIKTwpkuZUblAnvG89LJTbsFx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(26,21,66,0.75); }#GPtVnzyQIKTwpkuZUblAnvG89LJTbsFx > .row > .video-iframe-container { display: none; }#GPtVnzyQIKTwpkuZUblAnvG89LJTbsFx > .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); }#GPtVnzyQIKTwpkuZUblAnvG89LJTbsFx > .row .container { border-width: 0; border-radius: 0; }#GPtVnzyQIKTwpkuZUblAnvG89LJTbsFx::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; }#GPtVnzyQIKTwpkuZUblAnvG89LJTbsFx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GPtVnzyQIKTwpkuZUblAnvG89LJTbsFx > .row .container { font-size:0.875rem;font-family:arial;height:14.6875rem;width:75rem;position:relative;display:block; }#AQlsNTOuxtQqhKrG6XSsTf9TbXFSohBK { color:rgba(var(--color-tertiary-0),1);display:block;width:45rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.4;letter-spacing:0;top:4.375rem;left:20.3125rem;height:3.088235125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#tVC7NaGbtowZcrqITRTxq5MtatghuE1t { color:rgba(var(--color-tertiary-0),1);display:block;width:26rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.4375rem;left:20.3125rem;height:1.911764625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ym2SAX7OLXNqIRJraxw0lLQl4KKdA4yN { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-secondary-4),1);border-left:0.125rem solid rgba(var(--color-secondary-4),1);border-right:0.125rem solid rgba(var(--color-secondary-4),1);border-bottom:0.125rem solid rgba(var(--color-secondary-4),1);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0rem 0rem 0.625rem #17264a ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:2.9375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:9.375rem;left:20.3125rem;display:block; }
#n9KiG7G95gARVZ6f6VJeUfVTFrhKJ7KW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EiIBzxKVAK5DL8KCO8NOskZKVpWHH4iv { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.625rem;width:10.625rem;top:1.4375rem;left:4.5625rem;overflow:hidden;display:block; }
#OlCELX8nfOu8ViqGWPAinIXcNRf4DBtZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/57e3ee19-f162-4837-a7c5-7a4747bba870/1920x1080_tlo_GD.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OlCELX8nfOu8ViqGWPAinIXcNRf4DBtZ.adaptive-delivery-prevent-bg, #OlCELX8nfOu8ViqGWPAinIXcNRf4DBtZ.lazyload, #OlCELX8nfOu8ViqGWPAinIXcNRf4DBtZ.lazyloading { background-image: none; }#OlCELX8nfOu8ViqGWPAinIXcNRf4DBtZ > .row .container { background-color: transparent; background-image: none; }#OlCELX8nfOu8ViqGWPAinIXcNRf4DBtZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(26,21,66,0.75); }#OlCELX8nfOu8ViqGWPAinIXcNRf4DBtZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OlCELX8nfOu8ViqGWPAinIXcNRf4DBtZ > .row .container > .video-iframe-container { display: none; }#OlCELX8nfOu8ViqGWPAinIXcNRf4DBtZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(26,21,66,0.75); }#OlCELX8nfOu8ViqGWPAinIXcNRf4DBtZ > .row > .video-iframe-container { display: none; }#OlCELX8nfOu8ViqGWPAinIXcNRf4DBtZ > .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); }#OlCELX8nfOu8ViqGWPAinIXcNRf4DBtZ > .row .container { border-width: 0; border-radius: 0; }#OlCELX8nfOu8ViqGWPAinIXcNRf4DBtZ::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; }#OlCELX8nfOu8ViqGWPAinIXcNRf4DBtZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OlCELX8nfOu8ViqGWPAinIXcNRf4DBtZ > .row .container { font-size:0.875rem;font-family:arial;height:14.6875rem;width:75rem;position:relative;display:block; }#Dx93uggyHTy8UnpB6wiAX5gnWP45CPtO { color:rgba(var(--color-tertiary-0),1);display:block;width:45rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.4;letter-spacing:0;top:4.25rem;left:20.3125rem;height:3.088235125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wd6GhGCfwrgKTOHzsDqFllcKzIIAt9d7 { color:rgba(var(--color-tertiary-0),1);display:block;width:26rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.3125rem;left:20.3125rem;height:1.911764625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#OrGkO4H2GkR67GZB49hla7Lrw9MJ5o1x { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-secondary-4),1);border-left:0.125rem solid rgba(var(--color-secondary-4),1);border-right:0.125rem solid rgba(var(--color-secondary-4),1);border-bottom:0.125rem solid rgba(var(--color-secondary-4),1);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0rem 0rem 0.625rem #17264a ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:2.9375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:9.375rem;left:20.3125rem;display:block; }
#vKCm9kVqHUC6dsg79Db3mc3BiszOky2w { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bKdBV1a1HG3T0eH8kdHi2aLwMFpVTlt7 { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.5rem;width:10.625rem;top:1.4375rem;left:4.5625rem;overflow:hidden;display:block; }
#lHl6OdJVDfKJM665bNv8Q8tf5UDwSUQe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/57e3ee19-f162-4837-a7c5-7a4747bba870/1920x1080_tlo_GD.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lHl6OdJVDfKJM665bNv8Q8tf5UDwSUQe.adaptive-delivery-prevent-bg, #lHl6OdJVDfKJM665bNv8Q8tf5UDwSUQe.lazyload, #lHl6OdJVDfKJM665bNv8Q8tf5UDwSUQe.lazyloading { background-image: none; }#lHl6OdJVDfKJM665bNv8Q8tf5UDwSUQe > .row .container { background-color: transparent; background-image: none; }#lHl6OdJVDfKJM665bNv8Q8tf5UDwSUQe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(26,21,66,0.75); }#lHl6OdJVDfKJM665bNv8Q8tf5UDwSUQe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lHl6OdJVDfKJM665bNv8Q8tf5UDwSUQe > .row .container > .video-iframe-container { display: none; }#lHl6OdJVDfKJM665bNv8Q8tf5UDwSUQe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(26,21,66,0.75); }#lHl6OdJVDfKJM665bNv8Q8tf5UDwSUQe > .row > .video-iframe-container { display: none; }#lHl6OdJVDfKJM665bNv8Q8tf5UDwSUQe > .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); }#lHl6OdJVDfKJM665bNv8Q8tf5UDwSUQe > .row .container { border-width: 0; border-radius: 0; }#lHl6OdJVDfKJM665bNv8Q8tf5UDwSUQe::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; }#lHl6OdJVDfKJM665bNv8Q8tf5UDwSUQe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lHl6OdJVDfKJM665bNv8Q8tf5UDwSUQe > .row .container { font-size:0.875rem;font-family:arial;height:14.6875rem;width:75rem;position:relative;display:block; }#gz4fHFX6Qf2TNLWzIDsUP4C7axaAxUhL { color:rgba(var(--color-tertiary-0),1);display:block;width:45rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.4;letter-spacing:0;top:4.3125rem;left:20.3125rem;height:3.088235125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#PxIh0ovUMcbVfgXdkNEe7RAtLwQu0fSw { color:rgba(var(--color-tertiary-0),1);display:block;width:26rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.375rem;left:20.3125rem;height:1.911764625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#eaPLUxdh4GbgyfR0vJDBo6l34hxsHTlb { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-secondary-4),1);border-left:0.125rem solid rgba(var(--color-secondary-4),1);border-right:0.125rem solid rgba(var(--color-secondary-4),1);border-bottom:0.125rem solid rgba(var(--color-secondary-4),1);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0rem 0rem 0.625rem #17264a ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:2.9375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:9.375rem;left:20.3125rem;display:block; }
#s7DUOWlfhf6aCKlBuPWFzpHXo5IOn9wN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JZBpQmUIGKn1tV0znQz2E6nQ901eXHnN { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.75rem;width:10.625rem;top:2.875rem;left:4.5625rem;overflow:hidden;display:block; }
#xhH9gwTewIuJAk72OriL8VQ47QFnzOFd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/57e3ee19-f162-4837-a7c5-7a4747bba870/1920x1080_tlo_GD.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xhH9gwTewIuJAk72OriL8VQ47QFnzOFd.adaptive-delivery-prevent-bg, #xhH9gwTewIuJAk72OriL8VQ47QFnzOFd.lazyload, #xhH9gwTewIuJAk72OriL8VQ47QFnzOFd.lazyloading { background-image: none; }#xhH9gwTewIuJAk72OriL8VQ47QFnzOFd > .row .container { background-color: transparent; background-image: none; }#xhH9gwTewIuJAk72OriL8VQ47QFnzOFd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(26,21,66,0.75); }#xhH9gwTewIuJAk72OriL8VQ47QFnzOFd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xhH9gwTewIuJAk72OriL8VQ47QFnzOFd > .row .container > .video-iframe-container { display: none; }#xhH9gwTewIuJAk72OriL8VQ47QFnzOFd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(26,21,66,0.75); }#xhH9gwTewIuJAk72OriL8VQ47QFnzOFd > .row > .video-iframe-container { display: none; }#xhH9gwTewIuJAk72OriL8VQ47QFnzOFd > .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); }#xhH9gwTewIuJAk72OriL8VQ47QFnzOFd > .row .container { border-width: 0; border-radius: 0; }#xhH9gwTewIuJAk72OriL8VQ47QFnzOFd::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; }#xhH9gwTewIuJAk72OriL8VQ47QFnzOFd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xhH9gwTewIuJAk72OriL8VQ47QFnzOFd > .row .container { font-size:0.875rem;font-family:arial;height:16.25rem;width:75rem;position:relative;display:block; }#fbRbDr6fQTiMAdHTB1kBGf67wcHeo8mp { color:rgba(var(--color-tertiary-0),1);display:block;width:45rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.4;letter-spacing:0;top:4.4375rem;left:20.3125rem;height:4.6323528125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zlT7ikVA4EzqkAWmTndxd066JaWbXRTF { color:rgba(var(--color-tertiary-0),1);display:block;width:26rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.5rem;left:20.3125rem;height:1.911764625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Z5892ry5rPVOIsK74mEIKcbh17RpUs9h { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-secondary-4),1);border-left:0.125rem solid rgba(var(--color-secondary-4),1);border-right:0.125rem solid rgba(var(--color-secondary-4),1);border-bottom:0.125rem solid rgba(var(--color-secondary-4),1);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0rem 0rem 0.625rem #17264a ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:2.9375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:10.625rem;left:20.3125rem;display:block; }
#C8qF6yFX7SDgRAr4PlKT3mt9g6Z9hADc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mCkVDZOoLZAEIu3vTWDyRJZVRNr9yP0z { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.3125rem;width:10.625rem;top:3.6875rem;left:4.5625rem;overflow:hidden;display:block; }
#ZI4uekOsDigeOQiqhG060CR7xCAz23h7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/57e3ee19-f162-4837-a7c5-7a4747bba870/1920x1080_tlo_GD.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZI4uekOsDigeOQiqhG060CR7xCAz23h7.adaptive-delivery-prevent-bg, #ZI4uekOsDigeOQiqhG060CR7xCAz23h7.lazyload, #ZI4uekOsDigeOQiqhG060CR7xCAz23h7.lazyloading { background-image: none; }#ZI4uekOsDigeOQiqhG060CR7xCAz23h7 > .row .container { background-color: transparent; background-image: none; }#ZI4uekOsDigeOQiqhG060CR7xCAz23h7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(26,21,66,0.75); }#ZI4uekOsDigeOQiqhG060CR7xCAz23h7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZI4uekOsDigeOQiqhG060CR7xCAz23h7 > .row .container > .video-iframe-container { display: none; }#ZI4uekOsDigeOQiqhG060CR7xCAz23h7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(26,21,66,0.75); }#ZI4uekOsDigeOQiqhG060CR7xCAz23h7 > .row > .video-iframe-container { display: none; }#ZI4uekOsDigeOQiqhG060CR7xCAz23h7 > .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); }#ZI4uekOsDigeOQiqhG060CR7xCAz23h7 > .row .container { border-width: 0; border-radius: 0; }#ZI4uekOsDigeOQiqhG060CR7xCAz23h7::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; }#ZI4uekOsDigeOQiqhG060CR7xCAz23h7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZI4uekOsDigeOQiqhG060CR7xCAz23h7 > .row .container { font-size:0.875rem;font-family:arial;height:16.4375rem;width:75rem;position:relative;display:block; }#uWBFG9neHPsx74QVttDKpflQtWlUVkh6 { color:rgba(var(--color-tertiary-0),1);display:block;width:45rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.4;letter-spacing:0;top:5rem;left:20.25rem;height:3.088235125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#nU9mEwAikLSoAS58aHiuoTMXF4f8mRHP { color:rgba(var(--color-tertiary-0),1);display:block;width:26rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.0625rem;left:20.25rem;height:1.911764625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#bgJaLJOhq3rRMnHS6xACFqc1PtpqBUZJ { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-secondary-4),1);border-left:0.125rem solid rgba(var(--color-secondary-4),1);border-right:0.125rem solid rgba(var(--color-secondary-4),1);border-bottom:0.125rem solid rgba(var(--color-secondary-4),1);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0rem 0rem 0.625rem #17264a ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:2.9375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:9.375rem;left:20.3125rem;display:block; }
#RvksAS9a1TWIfr9JzLFzOgzMRkN0ktFU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QEp6SMVXNIZQgZSy6DOI0h0KifUptGD2 { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.625rem;width:8.0625rem;top:1.4375rem;left:5.3125rem;overflow:hidden;display:block; }
#JLT8as5N17TZFnTgkxA8P42KINVUCQBT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/57e3ee19-f162-4837-a7c5-7a4747bba870/1920x1080_tlo_GD.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JLT8as5N17TZFnTgkxA8P42KINVUCQBT.adaptive-delivery-prevent-bg, #JLT8as5N17TZFnTgkxA8P42KINVUCQBT.lazyload, #JLT8as5N17TZFnTgkxA8P42KINVUCQBT.lazyloading { background-image: none; }#JLT8as5N17TZFnTgkxA8P42KINVUCQBT > .row .container { background-color: transparent; background-image: none; }#JLT8as5N17TZFnTgkxA8P42KINVUCQBT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(26,21,66,0.75); }#JLT8as5N17TZFnTgkxA8P42KINVUCQBT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JLT8as5N17TZFnTgkxA8P42KINVUCQBT > .row .container > .video-iframe-container { display: none; }#JLT8as5N17TZFnTgkxA8P42KINVUCQBT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(26,21,66,0.75); }#JLT8as5N17TZFnTgkxA8P42KINVUCQBT > .row > .video-iframe-container { display: none; }#JLT8as5N17TZFnTgkxA8P42KINVUCQBT > .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); }#JLT8as5N17TZFnTgkxA8P42KINVUCQBT > .row .container { border-width: 0; border-radius: 0; }#JLT8as5N17TZFnTgkxA8P42KINVUCQBT::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; }#JLT8as5N17TZFnTgkxA8P42KINVUCQBT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JLT8as5N17TZFnTgkxA8P42KINVUCQBT > .row .container { font-size:0.875rem;font-family:arial;height:16.25rem;width:75rem;position:relative;display:block; }#lN8eEncc02hNrzvFhMZw4rCop4FTzlLd { color:rgba(var(--color-tertiary-0),1);display:block;width:45rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.4;letter-spacing:0;top:4.875rem;left:20.1875rem;height:3.088235125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#IPxeVC71OXiSyfAAVtvF368G3S54lcds { color:rgba(var(--color-tertiary-0),1);display:block;width:26rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.9375rem;left:20.1875rem;height:1.911764625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#har1ybXNJFy56JFXU0bTIJC4u26h4Oah { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-secondary-4),1);border-left:0.125rem solid rgba(var(--color-secondary-4),1);border-right:0.125rem solid rgba(var(--color-secondary-4),1);border-bottom:0.125rem solid rgba(var(--color-secondary-4),1);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0rem 0rem 0.625rem #17264a ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:2.9375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:10rem;left:20.3125rem;display:block; }
#rVhW0sPIopIHRIOGCyQTP3ZONAvdCw41 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ye02bfTsA0sTTuXBeFZKKTATWdBNIBTb { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.625rem;width:10.625rem;top:2.0625rem;left:4.5625rem;overflow:hidden;display:block; }
#BGi1mvrtedebQAcIKPeDriFLLTZ8xnKL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),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:none; }#BGi1mvrtedebQAcIKPeDriFLLTZ8xnKL > .row .container { border-width: 0; border-radius: 0; }#BGi1mvrtedebQAcIKPeDriFLLTZ8xnKL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BGi1mvrtedebQAcIKPeDriFLLTZ8xnKL > .row .container { font-size:0.875rem;font-family:arial;height:12.8125rem;width:75rem;position:relative;display:none; }#xgtkA4skTKTD6XOZKeXuxGvTUZoPyxlZ { color:rgba(var(--color-tertiary-0),1);display:block;width:46.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:5.1875rem;left:1.875rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#KppAwRpBaaoS6VSg9p2I1NEamRlctXdp { background-color:rgba(var(--color-tertiary-0),1);background-image:none;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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:2.9375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:4.75rem;left:59.9375rem;display:block; }
#QdDaMgc0GNNUmnrZkfA6i7rbcktFy4uh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bUTGTwbXBFPwJc4c3kL403THmsQuqX0p { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:2.4375rem;font-weight:400;line-height:1;height:3.5625rem;width:3.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15005;top:4.625rem;left:47.0625rem;display:block; }
#gvGlT3ggl8ghV8TmKLBNVKiewk7laioR { 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:block;z-index:15000;display:none; }
#q0ao6emv0Kpw4sTngOyIyk6vTuoZUe1u { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),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; }#q0ao6emv0Kpw4sTngOyIyk6vTuoZUe1u > .row .container { background-color: transparent; background-image: none; }#q0ao6emv0Kpw4sTngOyIyk6vTuoZUe1u::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q0ao6emv0Kpw4sTngOyIyk6vTuoZUe1u > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q0ao6emv0Kpw4sTngOyIyk6vTuoZUe1u > .row .container > .video-iframe-container { display: none; }#q0ao6emv0Kpw4sTngOyIyk6vTuoZUe1u > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q0ao6emv0Kpw4sTngOyIyk6vTuoZUe1u > .row > .video-iframe-container { display: none; }#q0ao6emv0Kpw4sTngOyIyk6vTuoZUe1u > .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); }#q0ao6emv0Kpw4sTngOyIyk6vTuoZUe1u > .row .container { border-width: 0; border-radius: 0; }#q0ao6emv0Kpw4sTngOyIyk6vTuoZUe1u > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#q0ao6emv0Kpw4sTngOyIyk6vTuoZUe1u > .row .container { font-size:0.875rem;font-family:arial;height:0.875rem;width:75rem;position:relative;display:block; }#xakROB2Vp7XJEfO1KxmBAabCCk9qTiiQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #1a1542, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #1a1542, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #1a1542, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #1a1542, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a1542', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a1542', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #1a1542, rgba(0,0,0,0));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; }#xakROB2Vp7XJEfO1KxmBAabCCk9qTiiQ > .row .container { background-color: transparent; background-image: none; }#xakROB2Vp7XJEfO1KxmBAabCCk9qTiiQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xakROB2Vp7XJEfO1KxmBAabCCk9qTiiQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xakROB2Vp7XJEfO1KxmBAabCCk9qTiiQ > .row .container > .video-iframe-container { display: none; }#xakROB2Vp7XJEfO1KxmBAabCCk9qTiiQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xakROB2Vp7XJEfO1KxmBAabCCk9qTiiQ > .row > .video-iframe-container { display: none; }#xakROB2Vp7XJEfO1KxmBAabCCk9qTiiQ > .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); }#xakROB2Vp7XJEfO1KxmBAabCCk9qTiiQ > .row .container { border-width: 0; border-radius: 0; }#xakROB2Vp7XJEfO1KxmBAabCCk9qTiiQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xakROB2Vp7XJEfO1KxmBAabCCk9qTiiQ > .row .container { font-size:0.875rem;font-family:arial;height:30.625rem;width:75rem;position:relative;display:block; }#GtZJSafPZR0MF2RVQ6TTBke5vNyMm0bP { color:rgba(var(--color-tertiary-0),1);display:block;width:23.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:4.375rem;left:2.5rem;height:5.4411764375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#LLEaAHxmXJ8Qa2bTodZeFowaOml0XPAk { color:rgba(var(--color-tertiary-0),1);display:block;width:28.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:11.4375rem;left:2.5rem;height:3.82352925rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#PHOuQfgg6d7nX2QLPTC1PftXeF1TRMCT .widget-form-header {  }
#PHOuQfgg6d7nX2QLPTC1PftXeF1TRMCT .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:bold;color:#000000;width:26.75rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left; }
#PHOuQfgg6d7nX2QLPTC1PftXeF1TRMCT .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-tertiary-0),0.9);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:26.75rem;box-sizing:border-box;height:3.125rem;color:#1a1542;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;box-shadow: 0rem 0rem 0.3125rem rgba(0,0,0,0.5) ;text-align:center;text-align-last:center; }
#PHOuQfgg6d7nX2QLPTC1PftXeF1TRMCT .widget-input-text {padding-top: 0; padding-bottom: 0;}#PHOuQfgg6d7nX2QLPTC1PftXeF1TRMCT .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-tertiary-0),0.9);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:26.75rem;box-sizing:border-box;height:4.375rem;color:#1a1542;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;box-shadow: 0rem 0rem 0.3125rem rgba(0,0,0,0.5) ;text-align:center;text-align-last:center; }
#PHOuQfgg6d7nX2QLPTC1PftXeF1TRMCT .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:26.75rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;vertical-align:top; }
#PHOuQfgg6d7nX2QLPTC1PftXeF1TRMCT .widget-input-select {padding-top: 0; padding-bottom: 0;}#PHOuQfgg6d7nX2QLPTC1PftXeF1TRMCT .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#PHOuQfgg6d7nX2QLPTC1PftXeF1TRMCT .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#PHOuQfgg6d7nX2QLPTC1PftXeF1TRMCT .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-secondary-3),0.75);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:26.75rem;height:3.75rem;font-family:var(--paragraphs-font-family);overflow:hidden;box-shadow: 0rem 0rem 0.3125rem rgba(0,0,0,0.5) ; }
#PHOuQfgg6d7nX2QLPTC1PftXeF1TRMCT [class*="-text"]:-moz-placeholder { color:#1a1542;font-family:var(--paragraphs-font-family);font-size:0.875rem;text-align:center;text-align-last:center; }
#PHOuQfgg6d7nX2QLPTC1PftXeF1TRMCT [class*="-text"]::-moz-placeholder { color:#1a1542;font-family:var(--paragraphs-font-family);font-size:0.875rem;text-align:center;text-align-last:center; }
#PHOuQfgg6d7nX2QLPTC1PftXeF1TRMCT [class*="-text"]:-ms-input-placeholder { color:#1a1542;font-family:var(--paragraphs-font-family);font-size:0.875rem;text-align:center;text-align-last:center; }
#PHOuQfgg6d7nX2QLPTC1PftXeF1TRMCT [class*="-text"]::-webkit-input-placeholder { color:#1a1542;font-family:var(--paragraphs-font-family);font-size:0.875rem;text-align:center;text-align-last:center; }
#PHOuQfgg6d7nX2QLPTC1PftXeF1TRMCT .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-0),1);vertical-align:top;width:25.5rem;overflow:hidden;font-style:normal; }
#PHOuQfgg6d7nX2QLPTC1PftXeF1TRMCT .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#PHOuQfgg6d7nX2QLPTC1PftXeF1TRMCT .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#PHOuQfgg6d7nX2QLPTC1PftXeF1TRMCT .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#PHOuQfgg6d7nX2QLPTC1PftXeF1TRMCT .widget-container:first-of-type{padding-top:0;}#PHOuQfgg6d7nX2QLPTC1PftXeF1TRMCT .widget-container:last-of-type{padding-bottom:0;}#PHOuQfgg6d7nX2QLPTC1PftXeF1TRMCT  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:26.75rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15005;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:3.4375rem;left:45.0625rem; }
#PHOuQfgg6d7nX2QLPTC1PftXeF1TRMCT .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:26.75rem;display:block;vertical-align:top; }
#PHOuQfgg6d7nX2QLPTC1PftXeF1TRMCT .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#PHOuQfgg6d7nX2QLPTC1PftXeF1TRMCT {display:block;}#PHOuQfgg6d7nX2QLPTC1PftXeF1TRMCT { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:26.75rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15005;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:3.4375rem;left:45.0625rem; }
#PHOuQfgg6d7nX2QLPTC1PftXeF1TRMCT #eJEMtSHQlT5AFXeqcuAxvLQJOtII0C5d { position:relative; }
#PHOuQfgg6d7nX2QLPTC1PftXeF1TRMCT #cD9TBkJFbxD4CunDZGKLqdsuqIfdR8bQ { position:relative;display:none; }
#PHOuQfgg6d7nX2QLPTC1PftXeF1TRMCT #x0XWdcCIOHziF8udngMMlT8D3JQoTZ9W { position:relative; }
#PHOuQfgg6d7nX2QLPTC1PftXeF1TRMCT #V8sUd7TeiITFDf4nhMkfrsoa7dxT3JPu { position:relative; }
#PHOuQfgg6d7nX2QLPTC1PftXeF1TRMCT #Cok16ZfFK9Vmlau8xcXWuEPHS29lVpld { position:relative;display:none; }
#PHOuQfgg6d7nX2QLPTC1PftXeF1TRMCT #LBENtfedeT3R8TG8ntoLLmKO2B96XdkV { position:relative; }
#PHOuQfgg6d7nX2QLPTC1PftXeF1TRMCT #kcmGJ4C1qgOvT2XX20tK5Xv8t94eLEky { position:relative; }
#PHOuQfgg6d7nX2QLPTC1PftXeF1TRMCT #EWSFTbibw0DHBzxyCf7ygqLhT5qWpcWm { position:relative;display:none; }
#PHOuQfgg6d7nX2QLPTC1PftXeF1TRMCT #FEZ2HH5kpNHfKsKd8OOxhpm9t7Xl13Gh { position:relative; }
#PHOuQfgg6d7nX2QLPTC1PftXeF1TRMCT #gllXKuviSu9HFGlzq8H51uUDnTCMibfP { position:relative; }
#PHOuQfgg6d7nX2QLPTC1PftXeF1TRMCT #dpOl7of3k9G1X4ARBvxAGRkMTTZkIkqT { position:relative;z-index:2; }
#PHOuQfgg6d7nX2QLPTC1PftXeF1TRMCT #RkuoiUflwpHGh1tHuG5RNot05wuTu6kk { position:relative; }
#PHOuQfgg6d7nX2QLPTC1PftXeF1TRMCT #JC1FNeLbVfrT4qtkNcx0SHO4Rl4ZNXHR { position:relative; }
#PHOuQfgg6d7nX2QLPTC1PftXeF1TRMCT #qXSbB09EA9h7ce6gcsfUs0MP161iBpJs { position:relative; }
#pJROExQqa8zwpTz4f1BEdbwmE7FHwu1N { box-sizing:content-box;color:rgba(var(--color-secondary-3),1);font-size:2.8125rem;font-weight:400;line-height:1;height:4.0625rem;width:4.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15006;top:18.0625rem;left:2.5rem;display:block; }
#knrriqiacQJ73AoTwMCOnxmOQLd7OkJs { box-sizing:content-box;color:rgba(var(--color-secondary-3),1);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:block;z-index:15007;top:22.593751192093rem;left:2.9687502384186rem;display:block; }
#xnPzUqtcH4cBRU6dQlpFZo8rU12Et2Rh { color:rgba(var(--color-tertiary-0),1);display:block;width:28.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:19.281251192093rem;left:6.5625002384187rem;height:1.6176470625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#SiaOEkbob2woM3w9H5L7koCi3Tdbiwgc { color:rgba(var(--color-tertiary-0),1);display:block;width:28.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:23.343751192093rem;left:6.5625002384187rem;height:1.6176470625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#IUAeBxbdZtr9qGtroDIkqAb0FqBIhQU1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),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; }#IUAeBxbdZtr9qGtroDIkqAb0FqBIhQU1 > .row .container { background-color: transparent; background-image: none; }#IUAeBxbdZtr9qGtroDIkqAb0FqBIhQU1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IUAeBxbdZtr9qGtroDIkqAb0FqBIhQU1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IUAeBxbdZtr9qGtroDIkqAb0FqBIhQU1 > .row .container > .video-iframe-container { display: none; }#IUAeBxbdZtr9qGtroDIkqAb0FqBIhQU1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IUAeBxbdZtr9qGtroDIkqAb0FqBIhQU1 > .row > .video-iframe-container { display: none; }#IUAeBxbdZtr9qGtroDIkqAb0FqBIhQU1 > .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); }#IUAeBxbdZtr9qGtroDIkqAb0FqBIhQU1 > .row .container { border-width: 0; border-radius: 0; }#IUAeBxbdZtr9qGtroDIkqAb0FqBIhQU1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IUAeBxbdZtr9qGtroDIkqAb0FqBIhQU1 > .row .container { font-size:0.875rem;font-family:arial;height:3.125rem;width:75rem;position:relative;display:block; }#PnQVNBxJfvd02mGA9c8v8xi21QZC0Mp3 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:1.07421875rem;left:0rem;height:0.9558823125rem;display:block; }
#DUFZPQTRIySwTZB52A252SPpU0G785Ni { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:1.07421875rem;left:62.5rem;height:0.9558823125rem;text-align:right;text-align-last:right;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #nuOzhQwbrqfFIRhbBRwKQvDL2VFg5qB0 { display:block; }#nuOzhQwbrqfFIRhbBRwKQvDL2VFg5qB0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JRXJF0tlkBP8H7awXrfJcsxHFCVVtitV { width:8.5625rem;height:3.4375rem;top:0.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQwSq7acQdD52R5TST513W16U79T6U8n { display:block; }
 }@media only screen and (max-width: 763px) { #Pvc3G53QTNmwHUiLeGROTmWoC2eQtJQx { width:7.375rem;height:3.4375rem;top:0.5rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dN72Z5Sdsc9lZXZA4JdO7pqz6Kk11CMi { display:block; }
 }@media only screen and (max-width: 763px) { #HTfusdF7i6dFUa0bBTLblDkrAyVanqJP { width:5.125rem;height:3.4375rem;top:0.5rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EMVF7a5FT87ZucwWCQ10Rs8fbRJ5rGNg { display:block; }
 }@media only screen and (max-width: 763px) { #s7Xyx7lXmMaaAT1XGRQTv85ZH7OhNMAr { width:6.4375rem;height:3.4375rem;top:0.5rem;left:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #msS71Bp3Ko87HsU18EC5wonkfrgZKMO8 { display:block; }
 }@media only screen and (max-width: 763px) { #TAC5B7viT2OpWWNmOdDLTsgpiWReMb3w { width:9.8125rem;height:4.375rem;top:0rem;left:37.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FzfZ8klnqAOkpQqw3ugxP3RxZB2RihB3 { display:block; }
 }@media only screen and (max-width: 763px) { #ZsFxyTLMpyO4yihkpItOMPpDHoREkRF7 { width:5.4375rem;height:3.4375rem;top:0.4375rem;left:16.187501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4kPUkMGlTT0nKZ31pp3PNpnthx9UBrg { display:block; }
 }@media only screen and (max-width: 763px) { #ukMXSxESBvasHgX9W9WOxbyRguFvD1fx { width:7.0625rem;height:1.9375rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iXhCWicmeIMclNFgzGOutBgLQtfqsZD2 { display:none; }#iXhCWicmeIMclNFgzGOutBgLQtfqsZD2 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #i6KTH4cHFu8F8albrDVTN6vOuWyPdM4N { width:8.5625rem;height:3.4375rem;top:0.5rem;left:20.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gk7J2N87NhJPF61XPQ7g6PESdLaR0Wu3 { display:block; }
 }@media only screen and (max-width: 763px) { #gBKAN14y1EbcVlGRGrTfeD8UIo7TQAfC { width:7.375rem;height:3.4375rem;top:0.5rem;left:29.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJPG4UyQzR1REpPO6vwrgVp86sUb4WA7 { display:block; }
 }@media only screen and (max-width: 763px) { #ZpofulJFktVbgS5fHelcvTfSTGok6dEc { width:5.125rem;height:3.4375rem;top:0.5rem;left:36.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MoQbK7t6f7ARl52GAtQSCQP2IaWRhPTG { display:block; }
 }@media only screen and (max-width: 763px) { #iKZGSgBQ3cDhaklsb2MSIN6sctRem3gr { width:5.6875rem;height:3.4375rem;top:0.4375rem;left:42.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ps88iJwC84VlRvcN0696oO0sNvnu5GTJ { display:block; }
 }@media only screen and (max-width: 763px) { #tDzLpB4RT5fx4HTPz2QLPdxlnTRgzz2y { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #tE3iI6o1MUx3TtfBEwc6OwEvRA9MnnWL { width:6.4375rem;height:3.4375rem;top:0rem;left:41.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #QzJcbDerQPyu5gSEVx2dQgqEAyHMtNuk { display:block; }
 }@media only screen and (max-width: 763px) { #OJP0xOxT1brVfcPC0vMv06P87vUQQmig { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #wmxEU9qeLycMLi6y3F8P0eRIZH2LvF7G { width:47.75rem;height:14.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oBpcpv8rmr1JZrovZaDk9A5cCtc5WWpP { width:17.5rem;height:4.6875rem;top:35rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #c944uPNBsOhXPEgMFGh5gBkGSroM3ZCQ { display:block; }
 }@media only screen and (max-width: 763px) { #NfpR96B6CbWXdtvIipa550kROA9A44Pv { width:17.5rem;height:4.6875rem;top:35rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QlViclZbCd4pspg54SApKsSDXberiwxm { display:block; }
 }@media only screen and (max-width: 763px) { #pls0UzGAPdryHTqgGZzPA72ikCiNFUMA { width:44.6875rem;height:6.9375rem;top:17.5rem;left:1.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQTzVCfw8uoA2b0kcI7lybOEhO4Ki60p { width:22.0625rem;height:6.3125rem;top:9.375rem;left:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBTgoQwtEwM11TWwBGMUb8a7ep7D9s90 { width:46.875rem;height:6.5rem;top:26.25rem;left:0.43750119209289rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #bHPHIM9NVZVysgdH75EQtM1QdhTDA73y { width:20rem;height:8.125rem;top:28rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IuTgOigNST6kTAQvIAnkQ6PBFxmbp6tm { width:20rem;height:6.5rem;top:20.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DcMdzwwgEBuDVcpT8fWwTizad239nx6J { display:block; }#DcMdzwwgEBuDVcpT8fWwTizad239nx6J > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lJ8bnR1X8S1bI7LWfC62Hsw80LRfDR7y { width:22.75rem;height:2.75rem;top:11.25rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aCUcUAWfRmkEvTuP554ExUTDpMZnhJyS { width:26rem;height:1.9375rem;top:14.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgQLvpRqTNnpN18w8JzCSBSnsOvCUTWu { width:44.0625rem;height:19rem;top:4.5rem;left:3.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p8LqrnLT7UaO9TNHSI7OdJvwnuzdVqEP { width:18.75rem;height:0.125rem;top:14.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDUn0S22k8RNvCQKiqkN8aX9ScITFTSU { display:block; }#xDUn0S22k8RNvCQKiqkN8aX9ScITFTSU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lpv3uIw5TUF9Rxq9ldWh6WzvNpxtwGJi { width:47.75rem;height:2.75rem;top:3.125rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDA12oPKk5pJkvgC8WB9IdzKEmLA5k7M { display:block; }#VDA12oPKk5pJkvgC8WB9IdzKEmLA5k7M > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v7R28awTFGuvhmchR8i3Fey2ON31933d { width:13.1875rem;height:4.625rem;top:2.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJ7OHovlhJtKw3Ick5sNTleNJW0nbpwR { width:10.875rem;height:3.6875rem;top:2.8125rem;left:35.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zt5rz6sPTMTygkxTEtUvFDOEOBdOpSw3 { width:13.875rem;height:4.6875rem;top:2.25rem;left:21.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B9g5s6aawlTnAtFuR2s2KLgT5iubnWQF { width:14.0625rem;height:4.9375rem;top:2.125rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CGirbPBghRBwIOKuBkgVg30VwQFxHpdk { display:block; }#CGirbPBghRBwIOKuBkgVg30VwQFxHpdk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IdxXRa3rWd7usrw1B2lt4P7zWpyQ249z { width:15.8125rem;height:5.1875rem;top:2.125rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJBNiwsVFaNmr0ZAhS8s9VgoLepuurt2 { width:15rem;height:6.0625rem;top:1.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mDXyziZg1RlTVV3G0hS42GTNr4W1i4iE { width:10.125rem;height:3.4375rem;top:3rem;left:24.156251907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #ibKmU4XZLT4KVAkTrnxaT2nZ9okRL7Cf { width:13rem;height:4.5625rem;top:2.4375rem;left:34.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWATcgqtyHSEs84BTi6fBCJuz596m0il { display:block; }#WWATcgqtyHSEs84BTi6fBCJuz596m0il > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zmsCG9N88lhPAsH3zahWV0PuvRXOTkR9 { width:13.75rem;height:4.8125rem;top:2.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrcKgDtAWqq1yEuuiullc43bDmm9Ayat { width:11.4375rem;height:3.9375rem;top:2.625rem;left:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RFeTwHt9Ep3f5HTQfBpDTdn9H91xAXKZ { width:12.0625rem;height:4.3125rem;top:2.4375rem;left:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #luF49Gc6bv6qS4UCgaCfczTXC7zzqrI7 { width:12.0625rem;height:4.3125rem;top:2.5rem;left:35.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhdx9eqTqhGZFMFGvp4TIxre3lb1HoWT { display:block; }#zhdx9eqTqhGZFMFGvp4TIxre3lb1HoWT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JuEqZBZmKzA8g1cskTgBaC1zZQWtq4Oa { width:12.6875rem;height:4.375rem;top:2.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iM0qcq5rFlL6ogfWt9ugNqdHmISCUXzX { width:12.375rem;height:3.9375rem;top:2.625rem;left:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tCcaKDU6tzsTB2zMMmNRl8I58Nr4t56l { width:12rem;height:6.5625rem;top:1.3125rem;left:23.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTHxrmdqlyhQNuTrV34exFo9GAeOvwAd { width:12rem;height:6.5625rem;top:1.375rem;left:35.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FFORNXXTaXp1S3KGQtdymX3QTuIrD5AB { display:block; }#FFORNXXTaXp1S3KGQtdymX3QTuIrD5AB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dLo1v9g02vNhaixqSmbXM9scxnfdDmTT { width:11.5rem;height:4.0625rem;top:2.6875rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #al5W53GSiN55hsncCR4mscuULWmaKZHW { width:11.3125rem;height:3.75rem;top:2.8125rem;left:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wAadMzEqOdLR6LAUnbNM4pfDcJKw0Lia { width:11.25rem;height:3.875rem;top:2.8125rem;left:35.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E21C3ufU3pZTDJnFNaE9LNINxRaJUmmO { width:10.875rem;height:3.6875rem;top:2.875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #owakBEQDTKmiM63Gwf1TM2txHnwxmNEw { display:block; }#owakBEQDTKmiM63Gwf1TM2txHnwxmNEw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zibsipaoiwGKpUW9DT7qVcFrMtQX8TTy { width:15rem;height:5.9375rem;top:1.75rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HH6zv5RcZHTadyDUAHnmnNzu9wx7KKxX { width:6.625rem;height:5.875rem;top:1.75rem;left:25.906251907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #KzPcdsLB47vBSmxlMra8T64W7cb4gL0L { width:10.875rem;height:5.5625rem;top:1.9375rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHAVVWzeihEoCIkIsvegxMPKqZA2rKQl { width:10.875rem;height:3.6875rem;top:2.875rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ANk8MlOttBuIHgQq8itQZLxXi0ovIwIZ { display:block; }#ANk8MlOttBuIHgQq8itQZLxXi0ovIwIZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w9oBR3rEABBVL9M6dpTZs8Ttmim6ZJPo { width:11.9375rem;height:4.2279598691365rem;top:2.5rem;left:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RzkT1QDdcX3Ib1afVRv7JHciJiMfeVWg { display:block; }#RzkT1QDdcX3Ib1afVRv7JHciJiMfeVWg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UNHHMAd0gIN29ThhTurGPXiFv9WJBEfI { display:block; }#UNHHMAd0gIN29ThhTurGPXiFv9WJBEfI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WPDGJVnpAU1flPkPdQwSlaAX3vTC0cAG { width:47.75rem;height:2.75rem;top:4.4375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I2qrUMrhxwtsGpHKzoy1qKRLq9wnTgX7 { width:18.75rem;height:0.125rem;top:8.1875rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPtVnzyQIKTwpkuZUblAnvG89LJTbsFx { display:none; }#GPtVnzyQIKTwpkuZUblAnvG89LJTbsFx > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #AQlsNTOuxtQqhKrG6XSsTf9TbXFSohBK { width:45rem;height:3.125rem;top:4.375rem;left:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tVC7NaGbtowZcrqITRTxq5MtatghuE1t { width:26rem;height:1.9375rem;top:1.4375rem;left:6.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ym2SAX7OLXNqIRJraxw0lLQl4KKdA4yN { width:13.75rem;height:2.9375rem;top:9.375rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n9KiG7G95gARVZ6f6VJeUfVTFrhKJ7KW { display:block; }
 }@media only screen and (max-width: 763px) { #EiIBzxKVAK5DL8KCO8NOskZKVpWHH4iv { width:10.625rem;height:10.625rem;top:1.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OlCELX8nfOu8ViqGWPAinIXcNRf4DBtZ { display:none; }#OlCELX8nfOu8ViqGWPAinIXcNRf4DBtZ > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Dx93uggyHTy8UnpB6wiAX5gnWP45CPtO { width:45rem;height:3.125rem;top:4.25rem;left:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wd6GhGCfwrgKTOHzsDqFllcKzIIAt9d7 { width:26rem;height:1.9375rem;top:1.3125rem;left:6.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OrGkO4H2GkR67GZB49hla7Lrw9MJ5o1x { width:13.75rem;height:2.9375rem;top:9.375rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKCm9kVqHUC6dsg79Db3mc3BiszOky2w { display:block; }
 }@media only screen and (max-width: 763px) { #bKdBV1a1HG3T0eH8kdHi2aLwMFpVTlt7 { width:10.625rem;height:9.5rem;top:1.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lHl6OdJVDfKJM665bNv8Q8tf5UDwSUQe { display:none; }#lHl6OdJVDfKJM665bNv8Q8tf5UDwSUQe > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #gz4fHFX6Qf2TNLWzIDsUP4C7axaAxUhL { width:45rem;height:3.125rem;top:4.3125rem;left:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PxIh0ovUMcbVfgXdkNEe7RAtLwQu0fSw { width:26rem;height:1.9375rem;top:1.375rem;left:6.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eaPLUxdh4GbgyfR0vJDBo6l34hxsHTlb { width:13.75rem;height:2.9375rem;top:9.375rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7DUOWlfhf6aCKlBuPWFzpHXo5IOn9wN { display:block; }
 }@media only screen and (max-width: 763px) { #JZBpQmUIGKn1tV0znQz2E6nQ901eXHnN { width:10.625rem;height:7.75rem;top:2.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhH9gwTewIuJAk72OriL8VQ47QFnzOFd { display:none; }#xhH9gwTewIuJAk72OriL8VQ47QFnzOFd > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #fbRbDr6fQTiMAdHTB1kBGf67wcHeo8mp { width:45rem;height:4.625rem;top:4.4375rem;left:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zlT7ikVA4EzqkAWmTndxd066JaWbXRTF { width:26rem;height:1.875rem;top:1.5rem;left:6.6875011920931rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5892ry5rPVOIsK74mEIKcbh17RpUs9h { width:13.75rem;height:2.9375rem;top:10.625rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C8qF6yFX7SDgRAr4PlKT3mt9g6Z9hADc { display:block; }
 }@media only screen and (max-width: 763px) { #mCkVDZOoLZAEIu3vTWDyRJZVRNr9yP0z { width:10.625rem;height:8.3125rem;top:3.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZI4uekOsDigeOQiqhG060CR7xCAz23h7 { display:none; }#ZI4uekOsDigeOQiqhG060CR7xCAz23h7 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #uWBFG9neHPsx74QVttDKpflQtWlUVkh6 { width:45rem;height:3.125rem;top:5rem;left:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nU9mEwAikLSoAS58aHiuoTMXF4f8mRHP { width:26rem;height:1.9375rem;top:2.0625rem;left:6.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bgJaLJOhq3rRMnHS6xACFqc1PtpqBUZJ { width:13.75rem;height:2.9375rem;top:9.375rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RvksAS9a1TWIfr9JzLFzOgzMRkN0ktFU { display:block; }
 }@media only screen and (max-width: 763px) { #QEp6SMVXNIZQgZSy6DOI0h0KifUptGD2 { width:8.0625rem;height:10.625rem;top:1.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JLT8as5N17TZFnTgkxA8P42KINVUCQBT { display:none; }#JLT8as5N17TZFnTgkxA8P42KINVUCQBT > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #lN8eEncc02hNrzvFhMZw4rCop4FTzlLd { width:45rem;height:3.125rem;top:4.875rem;left:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IPxeVC71OXiSyfAAVtvF368G3S54lcds { width:26rem;height:1.9375rem;top:1.9375rem;left:6.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #har1ybXNJFy56JFXU0bTIJC4u26h4Oah { width:13.75rem;height:2.9375rem;top:10rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rVhW0sPIopIHRIOGCyQTP3ZONAvdCw41 { display:block; }
 }@media only screen and (max-width: 763px) { #ye02bfTsA0sTTuXBeFZKKTATWdBNIBTb { width:10.625rem;height:10.625rem;top:2.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BGi1mvrtedebQAcIKPeDriFLLTZ8xnKL { display:none; }#BGi1mvrtedebQAcIKPeDriFLLTZ8xnKL > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xgtkA4skTKTD6XOZKeXuxGvTUZoPyxlZ { width:46.25rem;height:2.4375rem;top:5.1875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KppAwRpBaaoS6VSg9p2I1NEamRlctXdp { width:13.75rem;height:2.9375rem;top:4.75rem;left:34rem;display:block; }
 }@media only screen and (max-width: 763px) { #QdDaMgc0GNNUmnrZkfA6i7rbcktFy4uh { display:block; }
 }@media only screen and (max-width: 763px) { #bUTGTwbXBFPwJc4c3kL403THmsQuqX0p { width:3.5625rem;height:3.5625rem;top:4.625rem;left:33.4375rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gvGlT3ggl8ghV8TmKLBNVKiewk7laioR { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #q0ao6emv0Kpw4sTngOyIyk6vTuoZUe1u { display:block; }#q0ao6emv0Kpw4sTngOyIyk6vTuoZUe1u > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xakROB2Vp7XJEfO1KxmBAabCCk9qTiiQ { display:block; }#xakROB2Vp7XJEfO1KxmBAabCCk9qTiiQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GtZJSafPZR0MF2RVQ6TTBke5vNyMm0bP { width:23.25rem;height:5.5625rem;top:4.375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLEaAHxmXJ8Qa2bTodZeFowaOml0XPAk { width:28.5rem;height:3.875rem;top:11.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PHOuQfgg6d7nX2QLPTC1PftXeF1TRMCT .widget-regular-label { width:26.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#PHOuQfgg6d7nX2QLPTC1PftXeF1TRMCT .widget-input-text { width:26.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#PHOuQfgg6d7nX2QLPTC1PftXeF1TRMCT .widget-input-text {padding-top: 0; padding-bottom: 0;}#PHOuQfgg6d7nX2QLPTC1PftXeF1TRMCT .widget-textarea { width:26.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#PHOuQfgg6d7nX2QLPTC1PftXeF1TRMCT .widget-input-select { width:26.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#PHOuQfgg6d7nX2QLPTC1PftXeF1TRMCT .widget-input-select {padding-top: 0; padding-bottom: 0;}#PHOuQfgg6d7nX2QLPTC1PftXeF1TRMCT .widget-input-button { width:26.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#PHOuQfgg6d7nX2QLPTC1PftXeF1TRMCT .widget-checkbox-label { width:25.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#PHOuQfgg6d7nX2QLPTC1PftXeF1TRMCT  { width:26.75rem;height:auto;top:3.4375rem;left:18.5rem; }
#PHOuQfgg6d7nX2QLPTC1PftXeF1TRMCT .radio-container { width:26.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#PHOuQfgg6d7nX2QLPTC1PftXeF1TRMCT {display:block;}#PHOuQfgg6d7nX2QLPTC1PftXeF1TRMCT { width:26.75rem;height:auto;top:3.4375rem;left:18.5rem; }
 }@media only screen and (max-width: 763px) { #PHOuQfgg6d7nX2QLPTC1PftXeF1TRMCT #eJEMtSHQlT5AFXeqcuAxvLQJOtII0C5d {  }
 }@media only screen and (max-width: 763px) { #PHOuQfgg6d7nX2QLPTC1PftXeF1TRMCT #cD9TBkJFbxD4CunDZGKLqdsuqIfdR8bQ { display:none; }
 }@media only screen and (max-width: 763px) { #PHOuQfgg6d7nX2QLPTC1PftXeF1TRMCT #x0XWdcCIOHziF8udngMMlT8D3JQoTZ9W {  }
 }@media only screen and (max-width: 763px) { #PHOuQfgg6d7nX2QLPTC1PftXeF1TRMCT #V8sUd7TeiITFDf4nhMkfrsoa7dxT3JPu {  }
 }@media only screen and (max-width: 763px) { #PHOuQfgg6d7nX2QLPTC1PftXeF1TRMCT #Cok16ZfFK9Vmlau8xcXWuEPHS29lVpld { display:none; }
 }@media only screen and (max-width: 763px) { #PHOuQfgg6d7nX2QLPTC1PftXeF1TRMCT #LBENtfedeT3R8TG8ntoLLmKO2B96XdkV {  }
 }@media only screen and (max-width: 763px) { #PHOuQfgg6d7nX2QLPTC1PftXeF1TRMCT #kcmGJ4C1qgOvT2XX20tK5Xv8t94eLEky {  }
 }@media only screen and (max-width: 763px) { #PHOuQfgg6d7nX2QLPTC1PftXeF1TRMCT #EWSFTbibw0DHBzxyCf7ygqLhT5qWpcWm { display:none; }
 }@media only screen and (max-width: 763px) { #PHOuQfgg6d7nX2QLPTC1PftXeF1TRMCT #FEZ2HH5kpNHfKsKd8OOxhpm9t7Xl13Gh {  }
 }@media only screen and (max-width: 763px) { #PHOuQfgg6d7nX2QLPTC1PftXeF1TRMCT #gllXKuviSu9HFGlzq8H51uUDnTCMibfP {  }
 }@media only screen and (max-width: 763px) { #PHOuQfgg6d7nX2QLPTC1PftXeF1TRMCT #dpOl7of3k9G1X4ARBvxAGRkMTTZkIkqT {  }
 }@media only screen and (max-width: 763px) { #PHOuQfgg6d7nX2QLPTC1PftXeF1TRMCT #RkuoiUflwpHGh1tHuG5RNot05wuTu6kk {  }
 }@media only screen and (max-width: 763px) { #PHOuQfgg6d7nX2QLPTC1PftXeF1TRMCT #JC1FNeLbVfrT4qtkNcx0SHO4Rl4ZNXHR {  }
 }@media only screen and (max-width: 763px) { #PHOuQfgg6d7nX2QLPTC1PftXeF1TRMCT #qXSbB09EA9h7ce6gcsfUs0MP161iBpJs {  }
 }@media only screen and (max-width: 763px) { #pJROExQqa8zwpTz4f1BEdbwmE7FHwu1N { width:4.0625rem;height:4.0625rem;top:18.0625rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #knrriqiacQJ73AoTwMCOnxmOQLd7OkJs { width:3.125rem;height:3.125rem;top:22.5625rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xnPzUqtcH4cBRU6dQlpFZo8rU12Et2Rh { width:28.5rem;height:1.625rem;top:19.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SiaOEkbob2woM3w9H5L7koCi3Tdbiwgc { width:28.5rem;height:1.625rem;top:23.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUAeBxbdZtr9qGtroDIkqAb0FqBIhQU1 { display:block; }#IUAeBxbdZtr9qGtroDIkqAb0FqBIhQU1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PnQVNBxJfvd02mGA9c8v8xi21QZC0Mp3 { width:12.5rem;height:0.9375rem;top:1.0625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DUFZPQTRIySwTZB52A252SPpU0G785Ni { width:12.5rem;height:0.9375rem;top:1.0625rem;left:35.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:rgba(0,0,0,0);background-image:none;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #nuOzhQwbrqfFIRhbBRwKQvDL2VFg5qB0 { position:relative;z-index:auto;display:none; }#nuOzhQwbrqfFIRhbBRwKQvDL2VFg5qB0 > .row .container { width:20rem;height:27.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #JRXJF0tlkBP8H7awXrfJcsxHFCVVtitV { width:8.5625rem;height:3.4375rem;top:3.4375rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQwSq7acQdD52R5TST513W16U79T6U8n { display:block; }
 }@media only screen and (max-width: 763px) { #Pvc3G53QTNmwHUiLeGROTmWoC2eQtJQx { width:7.375rem;height:3.4375rem;top:6.875rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dN72Z5Sdsc9lZXZA4JdO7pqz6Kk11CMi { display:block; }
 }@media only screen and (max-width: 763px) { #HTfusdF7i6dFUa0bBTLblDkrAyVanqJP { width:5.125rem;height:3.4375rem;top:10.3125rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EMVF7a5FT87ZucwWCQ10Rs8fbRJ5rGNg { display:block; }
 }@media only screen and (max-width: 763px) { #s7Xyx7lXmMaaAT1XGRQTv85ZH7OhNMAr { width:6.4375rem;height:3.4375rem;top:13.75rem;left:6.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #msS71Bp3Ko87HsU18EC5wonkfrgZKMO8 { display:block; }
 }@media only screen and (max-width: 763px) { #TAC5B7viT2OpWWNmOdDLTsgpiWReMb3w { width:5.6875rem;height:3.4375rem;top:17.1875rem;left:7.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FzfZ8klnqAOkpQqw3ugxP3RxZB2RihB3 { display:block; }
 }@media only screen and (max-width: 763px) { #ZsFxyTLMpyO4yihkpItOMPpDHoREkRF7 { width:5.4375rem;height:3.4375rem;top:18.4375rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4kPUkMGlTT0nKZ31pp3PNpnthx9UBrg { display:block; }
 }@media only screen and (max-width: 763px) { #ukMXSxESBvasHgX9W9WOxbyRguFvD1fx { width:7.0625rem;height:1.9375rem;top:23.125rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iXhCWicmeIMclNFgzGOutBgLQtfqsZD2 { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#iXhCWicmeIMclNFgzGOutBgLQtfqsZD2 > .row .container { width:20rem;height:22.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i6KTH4cHFu8F8albrDVTN6vOuWyPdM4N { width:8.5625rem;height:3.4375rem;top:4.9375rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gk7J2N87NhJPF61XPQ7g6PESdLaR0Wu3 { display:block; }
 }@media only screen and (max-width: 763px) { #gBKAN14y1EbcVlGRGrTfeD8UIo7TQAfC { width:7.375rem;height:3.4375rem;top:8.375rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJPG4UyQzR1REpPO6vwrgVp86sUb4WA7 { display:block; }
 }@media only screen and (max-width: 763px) { #ZpofulJFktVbgS5fHelcvTfSTGok6dEc { width:5.125rem;height:3.4375rem;top:11.8125rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MoQbK7t6f7ARl52GAtQSCQP2IaWRhPTG { display:block; }
 }@media only screen and (max-width: 763px) { #iKZGSgBQ3cDhaklsb2MSIN6sctRem3gr { width:5.6875rem;height:3.4375rem;top:18.6875rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ps88iJwC84VlRvcN0696oO0sNvnu5GTJ { display:block; }
 }@media only screen and (max-width: 763px) { #tDzLpB4RT5fx4HTPz2QLPdxlnTRgzz2y { top:0rem;left:16.5625rem;width:3.4375rem;height:3.4375rem;z-index:15015;font-size:2.375rem;color:#ca3fd5;text-shadow:0rem 0rem 0.5rem rgba(240,115,250,0.54);display:block; }
 }@media only screen and (max-width: 763px) { #tE3iI6o1MUx3TtfBEwc6OwEvRA9MnnWL { width:6.4375rem;height:3.4375rem;top:15.25rem;left:6.8125rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #QzJcbDerQPyu5gSEVx2dQgqEAyHMtNuk { display:block; }
 }@media only screen and (max-width: 763px) { #OJP0xOxT1brVfcPC0vMv06P87vUQQmig { top:0rem;left:11.9375rem;width:3.4375rem;height:3.4375rem;z-index:15016;color:#ffffff;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wmxEU9qeLycMLi6y3F8P0eRIZH2LvF7G { top:0.625rem;left:0rem;width:8rem;height:2.1875rem;z-index:15017;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/7e5ea0d6-2004-491e-a393-9453a1dca11e/tlo1.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.adaptive-delivery-prevent-bg, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyload, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyloading { background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(26,21,66,0.3); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(26,21,66,0.3); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:20rem;height:45.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oBpcpv8rmr1JZrovZaDk9A5cCtc5WWpP { width:17.5rem;height:4.0625rem;top:40.3125rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c944uPNBsOhXPEgMFGh5gBkGSroM3ZCQ { display:block; }
 }@media only screen and (max-width: 763px) { #NfpR96B6CbWXdtvIipa550kROA9A44Pv { width:17.5rem;height:4.0625rem;top:35rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QlViclZbCd4pspg54SApKsSDXberiwxm { display:block; }
 }@media only screen and (max-width: 763px) { #pls0UzGAPdryHTqgGZzPA72ikCiNFUMA { width:20rem;height:6.17647025rem;top:9.375rem;left:0rem;font-size:1.625rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #AQTzVCfw8uoA2b0kcI7lybOEhO4Ki60p { width:10.625rem;height:2.875rem;top:5rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBTgoQwtEwM11TWwBGMUb8a7ep7D9s90 { width:20rem;height:0;top:20rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #bHPHIM9NVZVysgdH75EQtM1QdhTDA73y { width:20rem;height:8.088234875rem;top:25rem;left:0rem;font-size:1.25rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #IuTgOigNST6kTAQvIAnkQ6PBFxmbp6tm { width:20rem;height:6.4705881875rem;top:17.1875rem;left:0rem;font-size:1.25rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #DcMdzwwgEBuDVcpT8fWwTizad239nx6J { display:block; }#DcMdzwwgEBuDVcpT8fWwTizad239nx6J > .row .container { width:20rem;height:36.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lJ8bnR1X8S1bI7LWfC62Hsw80LRfDR7y { width:20rem;height:2.0588235625rem;top:3.4375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aCUcUAWfRmkEvTuP554ExUTDpMZnhJyS { width:20rem;height:1.6176470625rem;top:6.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgQLvpRqTNnpN18w8JzCSBSnsOvCUTWu { width:20rem;height:22.3529405rem;top:10.1875rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #p8LqrnLT7UaO9TNHSI7OdJvwnuzdVqEP { width:12.5rem;height:0.125rem;top:5.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDUn0S22k8RNvCQKiqkN8aX9ScITFTSU { display:block; }#xDUn0S22k8RNvCQKiqkN8aX9ScITFTSU > .row .container { width:20rem;height:10rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lpv3uIw5TUF9Rxq9ldWh6WzvNpxtwGJi { width:20rem;height:6.17647025rem;top:3.3125rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDA12oPKk5pJkvgC8WB9IdzKEmLA5k7M { display:block; }#VDA12oPKk5pJkvgC8WB9IdzKEmLA5k7M > .row .container { width:20rem;height:3.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v7R28awTFGuvhmchR8i3Fey2ON31933d { width:6.6875rem;height:2.25rem;top:1.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJ7OHovlhJtKw3Ick5sNTleNJW0nbpwR { width:3.75rem;height:1.3125rem;top:1.53125rem;left:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zt5rz6sPTMTygkxTEtUvFDOEOBdOpSw3 { width:4.625rem;height:2.1875rem;top:1.09375rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B9g5s6aawlTnAtFuR2s2KLgT5iubnWQF { width:4.125rem;height:2.125rem;top:1.125rem;left:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CGirbPBghRBwIOKuBkgVg30VwQFxHpdk { display:block; }#CGirbPBghRBwIOKuBkgVg30VwQFxHpdk > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IdxXRa3rWd7usrw1B2lt4P7zWpyQ249z { width:4.8125rem;height:2.1875rem;top:1.25rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJBNiwsVFaNmr0ZAhS8s9VgoLepuurt2 { width:2.9375rem;height:2.75rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mDXyziZg1RlTVV3G0hS42GTNr4W1i4iE { width:4.625rem;height:1.625rem;top:1.5rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ibKmU4XZLT4KVAkTrnxaT2nZ9okRL7Cf { width:2.75rem;height:2.125rem;top:1.25rem;left:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWATcgqtyHSEs84BTi6fBCJuz596m0il { display:block; }#WWATcgqtyHSEs84BTi6fBCJuz596m0il > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zmsCG9N88lhPAsH3zahWV0PuvRXOTkR9 { width:5.1875rem;height:1.8125rem;top:0.59375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrcKgDtAWqq1yEuuiullc43bDmm9Ayat { width:4.125rem;height:1.3125rem;top:0.84375rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RFeTwHt9Ep3f5HTQfBpDTdn9H91xAXKZ { width:4.4375rem;height:1.5625rem;top:0.71875rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #luF49Gc6bv6qS4UCgaCfczTXC7zzqrI7 { width:4.125rem;height:1.4375rem;top:0.78125rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhdx9eqTqhGZFMFGvp4TIxre3lb1HoWT { display:block; }#zhdx9eqTqhGZFMFGvp4TIxre3lb1HoWT > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JuEqZBZmKzA8g1cskTgBaC1zZQWtq4Oa { width:5rem;height:1.6875rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iM0qcq5rFlL6ogfWt9ugNqdHmISCUXzX { width:4.8125rem;height:1.5rem;top:1.21875rem;left:7.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tCcaKDU6tzsTB2zMMmNRl8I58Nr4t56l { width:2.6875rem;height:2.875rem;top:0.53125rem;left:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTHxrmdqlyhQNuTrV34exFo9GAeOvwAd { width:2.5rem;height:2.5625rem;top:0.6875rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FFORNXXTaXp1S3KGQtdymX3QTuIrD5AB { display:block; }#FFORNXXTaXp1S3KGQtdymX3QTuIrD5AB > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dLo1v9g02vNhaixqSmbXM9scxnfdDmTT { width:4.4375rem;height:1.5625rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #al5W53GSiN55hsncCR4mscuULWmaKZHW { width:5.0625rem;height:2rem;top:0.90625rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wAadMzEqOdLR6LAUnbNM4pfDcJKw0Lia { width:5.0625rem;height:2.0625rem;top:0.875rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E21C3ufU3pZTDJnFNaE9LNINxRaJUmmO { width:4.625rem;height:1.6875rem;top:1.0625rem;left:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #owakBEQDTKmiM63Gwf1TM2txHnwxmNEw { display:block; }#owakBEQDTKmiM63Gwf1TM2txHnwxmNEw > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zibsipaoiwGKpUW9DT7qVcFrMtQX8TTy { width:4.9375rem;height:2.6875rem;top:0.53125rem;left:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HH6zv5RcZHTadyDUAHnmnNzu9wx7KKxX { width:2.5625rem;height:2.4375rem;top:0.65625rem;left:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KzPcdsLB47vBSmxlMra8T64W7cb4gL0L { width:3.1875rem;height:2.25rem;top:0.75rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHAVVWzeihEoCIkIsvegxMPKqZA2rKQl { width:4.5rem;height:1.5rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ANk8MlOttBuIHgQq8itQZLxXi0ovIwIZ { display:block; }#ANk8MlOttBuIHgQq8itQZLxXi0ovIwIZ > .row .container { width:20rem;height:3.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w9oBR3rEABBVL9M6dpTZs8Ttmim6ZJPo { width:5.9375rem;height:2.0622701875rem;top:0.9375rem;left:7.0301007032394rem;display:block; }
 }@media only screen and (max-width: 763px) { #RzkT1QDdcX3Ib1afVRv7JHciJiMfeVWg { display:block; }#RzkT1QDdcX3Ib1afVRv7JHciJiMfeVWg > .row .container { width:20rem;height:4.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UNHHMAd0gIN29ThhTurGPXiFv9WJBEfI { background-color:rgba(26,21,66,0.75);background-image:url("https://images.assets-landingi.com/uc/57e3ee19-f162-4837-a7c5-7a4747bba870/1920x1080_tlo_GD.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#UNHHMAd0gIN29ThhTurGPXiFv9WJBEfI.adaptive-delivery-prevent-bg, #UNHHMAd0gIN29ThhTurGPXiFv9WJBEfI.lazyload, #UNHHMAd0gIN29ThhTurGPXiFv9WJBEfI.lazyloading { background-image: none; }#UNHHMAd0gIN29ThhTurGPXiFv9WJBEfI > .row .container { background-color: transparent; background-image: none; }#UNHHMAd0gIN29ThhTurGPXiFv9WJBEfI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UNHHMAd0gIN29ThhTurGPXiFv9WJBEfI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UNHHMAd0gIN29ThhTurGPXiFv9WJBEfI > .row .container > .video-iframe-container { display: none; }#UNHHMAd0gIN29ThhTurGPXiFv9WJBEfI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UNHHMAd0gIN29ThhTurGPXiFv9WJBEfI > .row > .video-iframe-container { display: none; }#UNHHMAd0gIN29ThhTurGPXiFv9WJBEfI > .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); }#UNHHMAd0gIN29ThhTurGPXiFv9WJBEfI > .row .container { border-width: 0; border-radius: 0; }#UNHHMAd0gIN29ThhTurGPXiFv9WJBEfI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UNHHMAd0gIN29ThhTurGPXiFv9WJBEfI > .row .container { width:20rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WPDGJVnpAU1flPkPdQwSlaAX3vTC0cAG { width:20rem;height:4.1176471875rem;top:3.6875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I2qrUMrhxwtsGpHKzoy1qKRLq9wnTgX7 { width:12.5rem;height:0.125rem;top:8.75rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPtVnzyQIKTwpkuZUblAnvG89LJTbsFx { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/57e3ee19-f162-4837-a7c5-7a4747bba870/1920x1080_tlo_GD.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;display:block; }#GPtVnzyQIKTwpkuZUblAnvG89LJTbsFx.adaptive-delivery-prevent-bg, #GPtVnzyQIKTwpkuZUblAnvG89LJTbsFx.lazyload, #GPtVnzyQIKTwpkuZUblAnvG89LJTbsFx.lazyloading { background-image: none; }#GPtVnzyQIKTwpkuZUblAnvG89LJTbsFx > .row .container { background-color: transparent; background-image: none; }#GPtVnzyQIKTwpkuZUblAnvG89LJTbsFx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(26,21,66,0.75); }#GPtVnzyQIKTwpkuZUblAnvG89LJTbsFx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GPtVnzyQIKTwpkuZUblAnvG89LJTbsFx > .row .container > .video-iframe-container { display: none; }#GPtVnzyQIKTwpkuZUblAnvG89LJTbsFx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(26,21,66,0.75); }#GPtVnzyQIKTwpkuZUblAnvG89LJTbsFx > .row > .video-iframe-container { display: none; }#GPtVnzyQIKTwpkuZUblAnvG89LJTbsFx > .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); }#GPtVnzyQIKTwpkuZUblAnvG89LJTbsFx > .row .container { width:20rem;height:19.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AQlsNTOuxtQqhKrG6XSsTf9TbXFSohBK { width:20rem;height:4.1911764375rem;top:7.375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tVC7NaGbtowZcrqITRTxq5MtatghuE1t { width:12.9375rem;height:3.82352925rem;top:1.9375rem;left:5.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ym2SAX7OLXNqIRJraxw0lLQl4KKdA4yN { width:12.5rem;height:2.9375rem;top:13.51171875rem;left:3.75rem;font-size:1.25rem;font-weight:300;font-style:normal;border-top:0.0625rem solid #8a299a;border-left:0.0625rem solid #8a299a;border-right:0.0625rem solid #8a299a;border-bottom:0.0625rem solid #8a299a;display:block; }
 }@media only screen and (max-width: 763px) { #n9KiG7G95gARVZ6f6VJeUfVTFrhKJ7KW { display:block; }
 }@media only screen and (max-width: 763px) { #EiIBzxKVAK5DL8KCO8NOskZKVpWHH4iv { width:4.0625rem;height:4.0625rem;top:1.85546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OlCELX8nfOu8ViqGWPAinIXcNRf4DBtZ { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/57e3ee19-f162-4837-a7c5-7a4747bba870/1920x1080_tlo_GD.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;display:block; }#OlCELX8nfOu8ViqGWPAinIXcNRf4DBtZ.adaptive-delivery-prevent-bg, #OlCELX8nfOu8ViqGWPAinIXcNRf4DBtZ.lazyload, #OlCELX8nfOu8ViqGWPAinIXcNRf4DBtZ.lazyloading { background-image: none; }#OlCELX8nfOu8ViqGWPAinIXcNRf4DBtZ > .row .container { background-color: transparent; background-image: none; }#OlCELX8nfOu8ViqGWPAinIXcNRf4DBtZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(26,21,66,0.75); }#OlCELX8nfOu8ViqGWPAinIXcNRf4DBtZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OlCELX8nfOu8ViqGWPAinIXcNRf4DBtZ > .row .container > .video-iframe-container { display: none; }#OlCELX8nfOu8ViqGWPAinIXcNRf4DBtZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(26,21,66,0.75); }#OlCELX8nfOu8ViqGWPAinIXcNRf4DBtZ > .row > .video-iframe-container { display: none; }#OlCELX8nfOu8ViqGWPAinIXcNRf4DBtZ > .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); }#OlCELX8nfOu8ViqGWPAinIXcNRf4DBtZ > .row .container { width:20rem;height:20rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dx93uggyHTy8UnpB6wiAX5gnWP45CPtO { width:20rem;height:5.588234875rem;top:7.84375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wd6GhGCfwrgKTOHzsDqFllcKzIIAt9d7 { width:11.25rem;height:3.82352925rem;top:2.375rem;left:5.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OrGkO4H2GkR67GZB49hla7Lrw9MJ5o1x { width:12.5rem;height:2.9375rem;top:15.318359375rem;left:3.75rem;font-size:1.25rem;font-weight:300;font-style:normal;border-top:0.0625rem solid #8a299a;border-left:0.0625rem solid #8a299a;border-right:0.0625rem solid #8a299a;border-bottom:0.0625rem solid #8a299a;display:block; }
 }@media only screen and (max-width: 763px) { #vKCm9kVqHUC6dsg79Db3mc3BiszOky2w { display:block; }
 }@media only screen and (max-width: 763px) { #bKdBV1a1HG3T0eH8kdHi2aLwMFpVTlt7 { width:4.5625rem;height:4.0625rem;top:2.29296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lHl6OdJVDfKJM665bNv8Q8tf5UDwSUQe { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/57e3ee19-f162-4837-a7c5-7a4747bba870/1920x1080_tlo_GD.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;display:block; }#lHl6OdJVDfKJM665bNv8Q8tf5UDwSUQe.adaptive-delivery-prevent-bg, #lHl6OdJVDfKJM665bNv8Q8tf5UDwSUQe.lazyload, #lHl6OdJVDfKJM665bNv8Q8tf5UDwSUQe.lazyloading { background-image: none; }#lHl6OdJVDfKJM665bNv8Q8tf5UDwSUQe > .row .container { background-color: transparent; background-image: none; }#lHl6OdJVDfKJM665bNv8Q8tf5UDwSUQe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(26,21,66,0.75); }#lHl6OdJVDfKJM665bNv8Q8tf5UDwSUQe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lHl6OdJVDfKJM665bNv8Q8tf5UDwSUQe > .row .container > .video-iframe-container { display: none; }#lHl6OdJVDfKJM665bNv8Q8tf5UDwSUQe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(26,21,66,0.75); }#lHl6OdJVDfKJM665bNv8Q8tf5UDwSUQe > .row > .video-iframe-container { display: none; }#lHl6OdJVDfKJM665bNv8Q8tf5UDwSUQe > .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); }#lHl6OdJVDfKJM665bNv8Q8tf5UDwSUQe > .row .container { width:20rem;height:19.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gz4fHFX6Qf2TNLWzIDsUP4C7axaAxUhL { width:20rem;height:5.588234875rem;top:7.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PxIh0ovUMcbVfgXdkNEe7RAtLwQu0fSw { width:11.4375rem;height:3.82352925rem;top:1.8125rem;left:6.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eaPLUxdh4GbgyfR0vJDBo6l34hxsHTlb { width:12.5rem;height:2.9375rem;top:14.349609375rem;left:3.75rem;font-size:1.25rem;font-weight:300;font-style:normal;border-top:0.0625rem solid #8a299a;border-left:0.0625rem solid #8a299a;border-right:0.0625rem solid #8a299a;border-bottom:0.0625rem solid #8a299a;display:block; }
 }@media only screen and (max-width: 763px) { #s7DUOWlfhf6aCKlBuPWFzpHXo5IOn9wN { display:block; }
 }@media only screen and (max-width: 763px) { #JZBpQmUIGKn1tV0znQz2E6nQ901eXHnN { width:5.5625rem;height:4.0625rem;top:1.73046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhH9gwTewIuJAk72OriL8VQ47QFnzOFd { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/57e3ee19-f162-4837-a7c5-7a4747bba870/1920x1080_tlo_GD.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;display:block; }#xhH9gwTewIuJAk72OriL8VQ47QFnzOFd.adaptive-delivery-prevent-bg, #xhH9gwTewIuJAk72OriL8VQ47QFnzOFd.lazyload, #xhH9gwTewIuJAk72OriL8VQ47QFnzOFd.lazyloading { background-image: none; }#xhH9gwTewIuJAk72OriL8VQ47QFnzOFd > .row .container { background-color: transparent; background-image: none; }#xhH9gwTewIuJAk72OriL8VQ47QFnzOFd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(26,21,66,0.75); }#xhH9gwTewIuJAk72OriL8VQ47QFnzOFd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xhH9gwTewIuJAk72OriL8VQ47QFnzOFd > .row .container > .video-iframe-container { display: none; }#xhH9gwTewIuJAk72OriL8VQ47QFnzOFd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(26,21,66,0.75); }#xhH9gwTewIuJAk72OriL8VQ47QFnzOFd > .row > .video-iframe-container { display: none; }#xhH9gwTewIuJAk72OriL8VQ47QFnzOFd > .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); }#xhH9gwTewIuJAk72OriL8VQ47QFnzOFd > .row .container { width:20rem;height:19.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fbRbDr6fQTiMAdHTB1kBGf67wcHeo8mp { width:20rem;height:6.985293875rem;top:7rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zlT7ikVA4EzqkAWmTndxd066JaWbXRTF { width:12.0625rem;height:3.82352925rem;top:1.5rem;left:6.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5892ry5rPVOIsK74mEIKcbh17RpUs9h { width:12.5rem;height:2.9375rem;top:15.3125rem;left:3.75rem;font-size:1.25rem;font-weight:300;font-style:normal;border-top:0.0625rem solid #8a299a;border-left:0.0625rem solid #8a299a;border-right:0.0625rem solid #8a299a;border-bottom:0.0625rem solid #8a299a;display:block; }
 }@media only screen and (max-width: 763px) { #C8qF6yFX7SDgRAr4PlKT3mt9g6Z9hADc { display:block; }
 }@media only screen and (max-width: 763px) { #mCkVDZOoLZAEIu3vTWDyRJZVRNr9yP0z { width:5.1875rem;height:4.0625rem;top:1.41796875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZI4uekOsDigeOQiqhG060CR7xCAz23h7 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/57e3ee19-f162-4837-a7c5-7a4747bba870/1920x1080_tlo_GD.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;display:block; }#ZI4uekOsDigeOQiqhG060CR7xCAz23h7.adaptive-delivery-prevent-bg, #ZI4uekOsDigeOQiqhG060CR7xCAz23h7.lazyload, #ZI4uekOsDigeOQiqhG060CR7xCAz23h7.lazyloading { background-image: none; }#ZI4uekOsDigeOQiqhG060CR7xCAz23h7 > .row .container { background-color: transparent; background-image: none; }#ZI4uekOsDigeOQiqhG060CR7xCAz23h7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(26,21,66,0.75); }#ZI4uekOsDigeOQiqhG060CR7xCAz23h7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZI4uekOsDigeOQiqhG060CR7xCAz23h7 > .row .container > .video-iframe-container { display: none; }#ZI4uekOsDigeOQiqhG060CR7xCAz23h7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(26,21,66,0.75); }#ZI4uekOsDigeOQiqhG060CR7xCAz23h7 > .row > .video-iframe-container { display: none; }#ZI4uekOsDigeOQiqhG060CR7xCAz23h7 > .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); }#ZI4uekOsDigeOQiqhG060CR7xCAz23h7 > .row .container { width:20rem;height:18.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uWBFG9neHPsx74QVttDKpflQtWlUVkh6 { width:20rem;height:5.588234875rem;top:7.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nU9mEwAikLSoAS58aHiuoTMXF4f8mRHP { width:12.375rem;height:5.735293875rem;top:0.875rem;left:3.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bgJaLJOhq3rRMnHS6xACFqc1PtpqBUZJ { width:12.5rem;height:2.9375rem;top:14.0625rem;left:3.7499998807907rem;font-size:1.25rem;font-weight:300;font-style:normal;border-top:0.0625rem solid #8a299a;border-left:0.0625rem solid #8a299a;border-right:0.0625rem solid #8a299a;border-bottom:0.0625rem solid #8a299a;display:block; }
 }@media only screen and (max-width: 763px) { #RvksAS9a1TWIfr9JzLFzOgzMRkN0ktFU { display:block; }
 }@media only screen and (max-width: 763px) { #QEp6SMVXNIZQgZSy6DOI0h0KifUptGD2 { width:3rem;height:4.0625rem;top:0.79296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JLT8as5N17TZFnTgkxA8P42KINVUCQBT { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/57e3ee19-f162-4837-a7c5-7a4747bba870/1920x1080_tlo_GD.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;display:block; }#JLT8as5N17TZFnTgkxA8P42KINVUCQBT.adaptive-delivery-prevent-bg, #JLT8as5N17TZFnTgkxA8P42KINVUCQBT.lazyload, #JLT8as5N17TZFnTgkxA8P42KINVUCQBT.lazyloading { background-image: none; }#JLT8as5N17TZFnTgkxA8P42KINVUCQBT > .row .container { background-color: transparent; background-image: none; }#JLT8as5N17TZFnTgkxA8P42KINVUCQBT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(26,21,66,0.75); }#JLT8as5N17TZFnTgkxA8P42KINVUCQBT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JLT8as5N17TZFnTgkxA8P42KINVUCQBT > .row .container > .video-iframe-container { display: none; }#JLT8as5N17TZFnTgkxA8P42KINVUCQBT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(26,21,66,0.75); }#JLT8as5N17TZFnTgkxA8P42KINVUCQBT > .row > .video-iframe-container { display: none; }#JLT8as5N17TZFnTgkxA8P42KINVUCQBT > .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); }#JLT8as5N17TZFnTgkxA8P42KINVUCQBT > .row .container { width:20rem;height:19.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lN8eEncc02hNrzvFhMZw4rCop4FTzlLd { width:20rem;height:6.985293875rem;top:6.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IPxeVC71OXiSyfAAVtvF368G3S54lcds { width:13.9375rem;height:3.82352925rem;top:1.84375rem;left:5.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #har1ybXNJFy56JFXU0bTIJC4u26h4Oah { width:12.5rem;height:2.9375rem;top:14.9375rem;left:3.75rem;font-size:1.25rem;font-weight:300;font-style:normal;border-top:0.0625rem solid #8a299a;border-left:0.0625rem solid #8a299a;border-right:0.0625rem solid #8a299a;border-bottom:0.0625rem solid #8a299a;display:block; }
 }@media only screen and (max-width: 763px) { #rVhW0sPIopIHRIOGCyQTP3ZONAvdCw41 { display:block; }
 }@media only screen and (max-width: 763px) { #ye02bfTsA0sTTuXBeFZKKTATWdBNIBTb { width:4.0625rem;height:4.0625rem;top:1.76171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BGi1mvrtedebQAcIKPeDriFLLTZ8xnKL { display:none; }#BGi1mvrtedebQAcIKPeDriFLLTZ8xnKL > .row .container { width:20rem;height:29.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xgtkA4skTKTD6XOZKeXuxGvTUZoPyxlZ { width:18.75rem;height:6.4rem;top:4.4375rem;left:0.625rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KppAwRpBaaoS6VSg9p2I1NEamRlctXdp { width:16.5625rem;height:4rem;top:20.75rem;left:1.75rem;font-size:1.25rem;font-weight:700;font-style:normal;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #QdDaMgc0GNNUmnrZkfA6i7rbcktFy4uh { display:block; }
 }@media only screen and (max-width: 763px) { #bUTGTwbXBFPwJc4c3kL403THmsQuqX0p { width:3.5625rem;height:3.5625rem;top:13.38671875rem;left:8.21875rem;font-size:2.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #gvGlT3ggl8ghV8TmKLBNVKiewk7laioR { top:11.375rem;left:7.875rem;width:4.3125rem;height:4.3125rem;z-index:15006;font-size:3rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #q0ao6emv0Kpw4sTngOyIyk6vTuoZUe1u { display:none; }#q0ao6emv0Kpw4sTngOyIyk6vTuoZUe1u > .row .container { width:20rem;height:17rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xakROB2Vp7XJEfO1KxmBAabCCk9qTiiQ { background-color:#1a1542;background-image:url("https://images.assets-landingi.com/uc/f502d31f-4cb1-4054-8ef7-d2cdc52313ec/tlo2.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#xakROB2Vp7XJEfO1KxmBAabCCk9qTiiQ.adaptive-delivery-prevent-bg, #xakROB2Vp7XJEfO1KxmBAabCCk9qTiiQ.lazyload, #xakROB2Vp7XJEfO1KxmBAabCCk9qTiiQ.lazyloading { background-image: none; }#xakROB2Vp7XJEfO1KxmBAabCCk9qTiiQ > .row .container { background-color: transparent; background-image: none; }#xakROB2Vp7XJEfO1KxmBAabCCk9qTiiQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xakROB2Vp7XJEfO1KxmBAabCCk9qTiiQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xakROB2Vp7XJEfO1KxmBAabCCk9qTiiQ > .row .container > .video-iframe-container { display: none; }#xakROB2Vp7XJEfO1KxmBAabCCk9qTiiQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xakROB2Vp7XJEfO1KxmBAabCCk9qTiiQ > .row > .video-iframe-container { display: none; }#xakROB2Vp7XJEfO1KxmBAabCCk9qTiiQ > .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); }#xakROB2Vp7XJEfO1KxmBAabCCk9qTiiQ > .row .container { width:20rem;height:54.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GtZJSafPZR0MF2RVQ6TTBke5vNyMm0bP { width:18.4375rem;height:4.1176471875rem;top:4.5rem;left:0.78125rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LLEaAHxmXJ8Qa2bTodZeFowaOml0XPAk { width:18.4375rem;height:4.8529410625rem;top:10.0625rem;left:0.78125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PHOuQfgg6d7nX2QLPTC1PftXeF1TRMCT .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#PHOuQfgg6d7nX2QLPTC1PftXeF1TRMCT .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#PHOuQfgg6d7nX2QLPTC1PftXeF1TRMCT .widget-input-text {padding-top: 0; padding-bottom: 0;}#PHOuQfgg6d7nX2QLPTC1PftXeF1TRMCT .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#PHOuQfgg6d7nX2QLPTC1PftXeF1TRMCT .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#PHOuQfgg6d7nX2QLPTC1PftXeF1TRMCT .widget-input-select {padding-top: 0; padding-bottom: 0;}#PHOuQfgg6d7nX2QLPTC1PftXeF1TRMCT .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#PHOuQfgg6d7nX2QLPTC1PftXeF1TRMCT .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#PHOuQfgg6d7nX2QLPTC1PftXeF1TRMCT  { width:17.5rem;height:auto;top:15.750000238419rem;left:0rem; }
#PHOuQfgg6d7nX2QLPTC1PftXeF1TRMCT .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#PHOuQfgg6d7nX2QLPTC1PftXeF1TRMCT {display:block;}#PHOuQfgg6d7nX2QLPTC1PftXeF1TRMCT { width:17.5rem;height:auto;top:15.750000238419rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #PHOuQfgg6d7nX2QLPTC1PftXeF1TRMCT #eJEMtSHQlT5AFXeqcuAxvLQJOtII0C5d {  }
 }@media only screen and (max-width: 763px) { #PHOuQfgg6d7nX2QLPTC1PftXeF1TRMCT #cD9TBkJFbxD4CunDZGKLqdsuqIfdR8bQ { display:none; }
 }@media only screen and (max-width: 763px) { #PHOuQfgg6d7nX2QLPTC1PftXeF1TRMCT #x0XWdcCIOHziF8udngMMlT8D3JQoTZ9W {  }
 }@media only screen and (max-width: 763px) { #PHOuQfgg6d7nX2QLPTC1PftXeF1TRMCT #V8sUd7TeiITFDf4nhMkfrsoa7dxT3JPu {  }
 }@media only screen and (max-width: 763px) { #PHOuQfgg6d7nX2QLPTC1PftXeF1TRMCT #Cok16ZfFK9Vmlau8xcXWuEPHS29lVpld { display:none; }
 }@media only screen and (max-width: 763px) { #PHOuQfgg6d7nX2QLPTC1PftXeF1TRMCT #LBENtfedeT3R8TG8ntoLLmKO2B96XdkV {  }
 }@media only screen and (max-width: 763px) { #PHOuQfgg6d7nX2QLPTC1PftXeF1TRMCT #kcmGJ4C1qgOvT2XX20tK5Xv8t94eLEky {  }
 }@media only screen and (max-width: 763px) { #PHOuQfgg6d7nX2QLPTC1PftXeF1TRMCT #EWSFTbibw0DHBzxyCf7ygqLhT5qWpcWm { display:none; }
 }@media only screen and (max-width: 763px) { #PHOuQfgg6d7nX2QLPTC1PftXeF1TRMCT #FEZ2HH5kpNHfKsKd8OOxhpm9t7Xl13Gh {  }
 }@media only screen and (max-width: 763px) { #PHOuQfgg6d7nX2QLPTC1PftXeF1TRMCT #gllXKuviSu9HFGlzq8H51uUDnTCMibfP {  }
 }@media only screen and (max-width: 763px) { #PHOuQfgg6d7nX2QLPTC1PftXeF1TRMCT #dpOl7of3k9G1X4ARBvxAGRkMTTZkIkqT {  }
 }@media only screen and (max-width: 763px) { #PHOuQfgg6d7nX2QLPTC1PftXeF1TRMCT #RkuoiUflwpHGh1tHuG5RNot05wuTu6kk {  }
 }@media only screen and (max-width: 763px) { #PHOuQfgg6d7nX2QLPTC1PftXeF1TRMCT #JC1FNeLbVfrT4qtkNcx0SHO4Rl4ZNXHR {  }
 }@media only screen and (max-width: 763px) { #PHOuQfgg6d7nX2QLPTC1PftXeF1TRMCT #qXSbB09EA9h7ce6gcsfUs0MP161iBpJs {  }
 }@media only screen and (max-width: 763px) { #pJROExQqa8zwpTz4f1BEdbwmE7FHwu1N { width:4.0625rem;height:4.0625rem;top:38.574999809265rem;left:7.9375003576281rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #knrriqiacQJ73AoTwMCOnxmOQLd7OkJs { width:3.125rem;height:3.125rem;top:46.825001716614rem;left:8.4375003576281rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xnPzUqtcH4cBRU6dQlpFZo8rU12Et2Rh { width:20rem;height:1.6176470625rem;top:43.324999809265rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SiaOEkbob2woM3w9H5L7koCi3Tdbiwgc { width:20rem;height:1.6176470625rem;top:50.887501716614rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IUAeBxbdZtr9qGtroDIkqAb0FqBIhQU1 { display:block; }#IUAeBxbdZtr9qGtroDIkqAb0FqBIhQU1 > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PnQVNBxJfvd02mGA9c8v8xi21QZC0Mp3 { width:12.5rem;height:0.9558823125rem;top:1.25rem;left:3.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DUFZPQTRIySwTZB52A252SPpU0G785Ni { width:12.5rem;height:0.9558823125rem;top:3.4558823125rem;left:3.75rem;font-size:0.75rem;display:block; }
 }