.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:231,239,255;--color-primary-1:174,201,255;--color-primary-2:93,146,255;--color-primary-3:47,73,128;--color-primary-4:14,22,38;--color-secondary-0:225,219,232;--color-secondary-1:157,134,178;--color-secondary-2:58,12,101;--color-secondary-3:29,6,51;--color-secondary-4:9,2,15;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:76,76,76;--color-tertiary-4:0,0,0;--headlines-font-family:"Barlow";--paragraphs-font-family:"Barlow"; }@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:transparent;background-image:none;position:relative;display:block; }
 #TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR *:focus-visible, #TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR input[type="text"]:focus-visible, #TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR input[type="email"]:focus-visible, #TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR input[type="tel"]:focus-visible, #TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR textarea:focus-visible { outline:0.125rem solid rgba(255,255,255,1);; } #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); }#dOeyFBrD867Xb5qEfzOMTVO20O1vK91d { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#4d0000;background-image:url("https://images.assets-landingi.com/uc/3546c1d6-8f9b-42f4-89ff-30f33146c355/oranges_NL_headercopy.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dOeyFBrD867Xb5qEfzOMTVO20O1vK91d.adaptive-delivery-prevent-bg, #dOeyFBrD867Xb5qEfzOMTVO20O1vK91d.lazyload, #dOeyFBrD867Xb5qEfzOMTVO20O1vK91d.lazyloading { background-image: none; }#dOeyFBrD867Xb5qEfzOMTVO20O1vK91d > .row .container { background-color: transparent; background-image: none; }#dOeyFBrD867Xb5qEfzOMTVO20O1vK91d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dOeyFBrD867Xb5qEfzOMTVO20O1vK91d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dOeyFBrD867Xb5qEfzOMTVO20O1vK91d > .row .container > .video-iframe-container { display: none; }#dOeyFBrD867Xb5qEfzOMTVO20O1vK91d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dOeyFBrD867Xb5qEfzOMTVO20O1vK91d > .row > .video-iframe-container { display: none; }#dOeyFBrD867Xb5qEfzOMTVO20O1vK91d > .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); }#dOeyFBrD867Xb5qEfzOMTVO20O1vK91d > .row .container { border-width: 0; border-radius: 0; }#dOeyFBrD867Xb5qEfzOMTVO20O1vK91d > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dOeyFBrD867Xb5qEfzOMTVO20O1vK91d > .row .container { font-size:0.875rem;font-family:"open sans";height:46.875rem;width:75rem;position:relative;display:block; }#tyDIKTSCvoTrDLIr77RmNSQIfZ63Nf6z { background-color:#5d92ff;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:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#ksMREn3SrIsSekglPWEAh5LeaWOEMacy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ERVWGE8woOeZX9LFlkfOSa0q2i1EyTol { background-color:rgba(var(--color-tertiary-0),0);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: none;box-sizing:border-box;color:#fab000;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:3.6875rem;height:3.3125rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:1.40625rem;left:71.3125rem;display:block; }
#I5J3pzRp71apCkDbZt3c2a6ubAqVlEVm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LJs0lpoNb5N2zDw04kcQbMzP2rTy26B3 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.75rem;top:2.15625rem;left:1.1875rem;overflow:hidden;display:block; }
#FwZ3VUEIifJ108UDkIOXchN7J0ooRv6i { position:absolute;display:block;z-index:15026;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.25rem;width:20.1875rem;top:2.15625rem;left:27.40625rem;overflow:hidden;display:block; }
#JIB87zJhaR9ixAdtVpPLZsGN6WsdpZ8e { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.5625rem;width:6.4375rem;top:13.71875rem;left:56.08642578125rem;overflow:hidden;display:block; }
#V5l2XikN1vU36KJr8VwozVQiNRdGikKg { position:absolute;display:block;z-index:15025;height:22.75rem;width:40.625rem;top:10.75rem;left:17.1875rem;display:block; }
#u7qrOtU82POtR8lJMW47Dwv2AM3MISop { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.5625rem;width:8.9375rem;top:46.1875rem;left:47.59375rem;overflow:hidden;display:block; }
#RN7hJd99tzxhuKqhF4QduT92v3Pp1wie { background-color:transparent;background-image:none;border-top:0.125rem solid #fbf2b3;border-left:0.125rem solid #fbf2b3;border-right:0.125rem solid #fbf2b3;border-bottom:0.125rem solid #fbf2b3;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;box-shadow: -0.0625rem -0.0625rem 1.125rem rgba(255,239,134,0.77) ;box-sizing:border-box;color:rgba(var(--color-secondary-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.1875rem;height:2.6875rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:1.71875rem;left:57.8125rem;display:block; }
#p0n9kIvUT8Tu9sQV4JgG0KDnLABJ6OBf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WVkbIsAdpV5MEX2FXuDyvlN1r3lxcTLN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#4d0000;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; }#WVkbIsAdpV5MEX2FXuDyvlN1r3lxcTLN > .row .container { background-color: transparent; background-image: none; }#WVkbIsAdpV5MEX2FXuDyvlN1r3lxcTLN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WVkbIsAdpV5MEX2FXuDyvlN1r3lxcTLN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WVkbIsAdpV5MEX2FXuDyvlN1r3lxcTLN > .row .container > .video-iframe-container { display: none; }#WVkbIsAdpV5MEX2FXuDyvlN1r3lxcTLN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WVkbIsAdpV5MEX2FXuDyvlN1r3lxcTLN > .row > .video-iframe-container { display: none; }#WVkbIsAdpV5MEX2FXuDyvlN1r3lxcTLN > .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); }#WVkbIsAdpV5MEX2FXuDyvlN1r3lxcTLN > .row .container { border-width: 0; border-radius: 0; }#WVkbIsAdpV5MEX2FXuDyvlN1r3lxcTLN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WVkbIsAdpV5MEX2FXuDyvlN1r3lxcTLN > .row .container { font-size:0.875rem;font-family:arial;height:51.6875rem;width:75rem;position:relative;display:block; }#MkiXbJOyh3i9phRQ7BmlkzdQ98ECagVH { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.5625rem;width:9.5625rem;top:41.287109375rem;left:8.3125rem;overflow:hidden;display:none; }
#ff3wyQod5w1NzeKv6ZlumKJ9pvwHv0O0 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.5625rem;width:9.5rem;top:55.412109375rem;left:5.4375rem;overflow:hidden;display:none; }
#I2zZMr0mVUZbFdNs2CZgA7Io63BdHbsx { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.125rem;width:22.9375rem;top:0rem;left:26.03125rem;overflow:hidden;display:none; }
#eeLdW64SulwTeXgZkkamQzisTD6AGITU { 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:15rem;width:12.625rem;top:37rem;left:0rem;overflow:hidden;display:none; }
#Btkdg55TcR8ax3gbRWq0seFMS8cHiD3v { 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:15rem;width:12.625rem;top:37rem;left:0rem;overflow:hidden;display:none; }
#whETgGTCIaSMwk2yZmRrlGhQoeSStPwF { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32.625rem;width:30.375rem;top:2.1875rem;left:21.125rem;overflow:hidden;display:block; }
#KCQPaPtT2U3A2Kv9AvZukpDVR0qCJhmN { color:#ffffff;display:block;width:40.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:39.125rem;left:17.3125rem;height:7.714875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eklbNMcuTwiUi2ouVOtpxl6SBpG4ZSbA { color:#ffffff;display:block;width:42.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:35.75rem;left:16.28125rem;height:2.2744125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FWRq6cHQiN7cMQLezfLliDgwWyN4KSyz { position:absolute;display:block;z-index:15026;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.6875rem;width:5.9375rem;top:6.5625rem;left:19.38671875rem;overflow:hidden;display:block; }
#Q2Nt1W9KyyRwUKQstlaDO7V1Z0HUsIbH { color:#ffffff;display:block;width:40.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:35.75rem;left:17.625rem;height:2.2749rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#ImsltHHQGX0C14JloQ0o6G6Cu0qUMHJT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#4d0000;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; }#ImsltHHQGX0C14JloQ0o6G6Cu0qUMHJT > .row .container { background-color: transparent; background-image: none; }#ImsltHHQGX0C14JloQ0o6G6Cu0qUMHJT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ImsltHHQGX0C14JloQ0o6G6Cu0qUMHJT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ImsltHHQGX0C14JloQ0o6G6Cu0qUMHJT > .row .container > .video-iframe-container { display: none; }#ImsltHHQGX0C14JloQ0o6G6Cu0qUMHJT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ImsltHHQGX0C14JloQ0o6G6Cu0qUMHJT > .row > .video-iframe-container { display: none; }#ImsltHHQGX0C14JloQ0o6G6Cu0qUMHJT > .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); }#ImsltHHQGX0C14JloQ0o6G6Cu0qUMHJT > .row .container { border-width: 0; border-radius: 0; }#ImsltHHQGX0C14JloQ0o6G6Cu0qUMHJT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ImsltHHQGX0C14JloQ0o6G6Cu0qUMHJT > .row .container { font-size:0.875rem;font-family:arial;height:157.1875rem;width:75rem;position:relative;display:block; }#LHUQEGZXbXTW4HI8dHTu2vWHyiz9B0TR { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.5625rem;width:9.5625rem;top:41.287109375rem;left:8.3125rem;overflow:hidden;display:none; }
#HknUg3StyX2dilOm4GLNEF5m0w5qLk3w { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.5625rem;width:9.5rem;top:55.412109375rem;left:5.4375rem;overflow:hidden;display:none; }
#Aqn75tNDyxsOHCn69zvTXkX6FBUazHH8 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.125rem;width:22.9375rem;top:0rem;left:26.03125rem;overflow:hidden;display:none; }
#m7FkLssRxS3rMuD7I49iWAWhKIANhTUZ { 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:15rem;width:12.625rem;top:37rem;left:0rem;overflow:hidden;display:none; }
#GhNaC4mEIKDnhkmLeDSTD8w9yOxWlOEN { 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:15rem;width:12.625rem;top:37rem;left:0rem;overflow:hidden;display:none; }
#QHGx4nF4UaTAOkSs4pTbXTrBvk6N24UV { color:#ffffff;display:block;width:40.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:4.375rem;left:17.3125rem;height:2.2744125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#InsNLUTLi7lqW6l7CbF6gzRZg8io9dua { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.75rem;width:28.1875rem;top:8.25rem;left:23.40625rem;overflow:hidden;display:block; }
#WsD83BiBiCQTGZVT1G3wVJ4bnVLr0w4x { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.1875rem;width:31rem;top:19.625rem;left:19.09375rem;overflow:hidden;display:none; }
#QXXe8aVwq3iNFz9c76q4skvnOB3sByi0 { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.9375rem;width:12.9375rem;top:32.25rem;left:20.0625rem;overflow:hidden;display:block; }
#DkaLqvxcLaa8LT3IeLOn3VnTDPNbt2mL { color:#ffffff;display:block;width:18.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:43.5625rem;left:17.1875rem;height:4.62890625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HUEJ7l4BNHDaqQfJJG8nCA110Nw4nEg4 { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.875rem;width:12.8125rem;top:32.25rem;left:41.0625rem;overflow:hidden;display:block; }
#GKVgECOwzZPomSWoyDbKcnbWxS43UKwu { color:#ffffff;display:block;width:18.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:43.5625rem;left:39.25rem;height:4.62890625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bOSTx1dXrkue4wvArwE72PO8R8reyIEM { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.0625rem;width:36.8125rem;top:79.875rem;left:20.1875rem;overflow:hidden;display:block; }
#yHIWOA2Jq7V8rEn0hympWUPnWt3JMwE8 { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.1875rem;width:14.125rem;top:92.0625rem;left:15.3125rem;overflow:hidden;display:block; }
#f2L5JChewTwrbzA4xwKd6AeHXq5p1eLO { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.375rem;width:14.3125rem;top:92rem;left:31.4375rem;overflow:hidden;display:block; }
#kEnTlFyh4LmrXqXGDxAOooF76HPUrhs8 { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.6875rem;width:14.5625rem;top:91.875rem;left:49.5rem;overflow:hidden;display:block; }
#yieJcdWsWtKJmIq88sc6vnL1vlxs91Ac { color:#ffffff;display:block;width:11.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:109.9375rem;left:16.4375rem;height:4.62890625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dgRMH4FBiz6V1WbKetMVOhX8JFBh3ms1 { color:#ffffff;display:block;width:14.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:109.875rem;left:31.75rem;height:4.62890625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VPT0GNpcm7GaQGByu0oMkbLtXhlsWCak { color:#ffffff;display:block;width:13.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:109.875rem;left:50.1875rem;height:4.62890625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AXsq16ktJ64gCzHdhzJqTtdPEoy9ZLKr { color:#ffffff;display:block;width:40.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:122.5rem;left:18.0625rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZvDsAKl9GoNrlAOPCtLk2UmTkBWHHqBZ { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.875rem;width:39.8125rem;top:124.25rem;left:18.6875rem;overflow:hidden;display:block; }
#cmr52ucsEEEuBUCFFoFJrrtETWLtLCp3 { color:#ffffff;display:block;width:40.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:4.375rem;left:17.3125rem;height:2.2749rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#dTEeOHNUAbbs8Pdb20LwEk5tMWRMhqhP { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.125rem;width:37rem;top:19.5rem;left:18.53125rem;overflow:hidden;display:block; }
#hcyd5x2rvMUvUhVdnwP4NiqghkkC2mqz { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16rem;width:29.875rem;top:53.75rem;left:19.09375rem;overflow:hidden;display:none; }
#rxqm3DBcWe8M4z7Mrwl2liWiGdh1y06g { color:#ffffff;display:block;width:40.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:96.375rem;left:17rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#dbdvmnAdQuSVhnTysrIbkZmzI7KBv5K2 { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.9375rem;width:24.8125rem;top:98.125rem;left:17.3125rem;overflow:hidden;display:none; }
#FrIv78cFTqkWEsv7wvPGeHCKSx3VxEbL { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.4375rem;width:21.4375rem;top:52.4375rem;left:26.75rem;overflow:hidden;display:block; }
#qVObgPPXvuP1ke0v7CmNfFPAJ74hkDys { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#4d0000;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; }#qVObgPPXvuP1ke0v7CmNfFPAJ74hkDys > .row .container { background-color: transparent; background-image: none; }#qVObgPPXvuP1ke0v7CmNfFPAJ74hkDys::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qVObgPPXvuP1ke0v7CmNfFPAJ74hkDys > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qVObgPPXvuP1ke0v7CmNfFPAJ74hkDys > .row .container > .video-iframe-container { display: none; }#qVObgPPXvuP1ke0v7CmNfFPAJ74hkDys > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qVObgPPXvuP1ke0v7CmNfFPAJ74hkDys > .row > .video-iframe-container { display: none; }#qVObgPPXvuP1ke0v7CmNfFPAJ74hkDys > .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); }#qVObgPPXvuP1ke0v7CmNfFPAJ74hkDys > .row .container { border-width: 0; border-radius: 0; }#qVObgPPXvuP1ke0v7CmNfFPAJ74hkDys > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qVObgPPXvuP1ke0v7CmNfFPAJ74hkDys > .row .container { font-size:0.875rem;font-family:arial;height:17.6875rem;width:75rem;position:relative;display:block; }#e5trEROGUq9CUhAg79bx9B4bT78Za01T { color:rgba(var(--color-tertiary-0),1);display:block;width:21.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:16.6875rem;left:44.375rem;height:5.5234375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#aQmwSwzfPDrfIRvFDcfC0oXIQ8xAGDhE { color:#ffffff;display:block;width:14.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:9.5rem;left:11.28125rem;height:4.62890625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BiCArpZdurtTiOnhGPxyMR9TiEt1G0gr { color:#ffffff;display:block;width:40.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:1.25rem;left:17.3125rem;height:2.2749rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Xyr084QTN7VlWQzzyrZrqXqgbqt8W7BR { color:#ffe694;display:block;width:14.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:6.3125rem;left:11rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tfM9Pips3U5zT5JhK6irwNdQfdpXcqtq { color:#ffe694;display:block;width:14.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:6.3125rem;left:29.9375rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Ic7AGgTEeITfwkwg2GPC9AiClOGh2kHJ { color:#ffffff;display:block;width:18rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:9.5rem;left:28.25rem;height:6.171875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eri6WDUqG1xgpcZSh838MpOLTMutzvdD { color:#ffe694;display:block;width:14.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:6.3125rem;left:51.1875rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BAdpAqdXwH4ri9QXml7VTs4FMU0BGpXk { color:#ffffff;display:block;width:22.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:9.4375rem;left:47.5625rem;height:7.714875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wTL8K439yJnbLilWz3TfeCtT0vEXQvly { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#4d0000;background-image:url("https://images.assets-landingi.com/uc/3a2e9fbd-0f1f-4268-9d62-3abae3ba3a0b/clouds_FG.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wTL8K439yJnbLilWz3TfeCtT0vEXQvly.adaptive-delivery-prevent-bg, #wTL8K439yJnbLilWz3TfeCtT0vEXQvly.lazyload, #wTL8K439yJnbLilWz3TfeCtT0vEXQvly.lazyloading { background-image: none; }#wTL8K439yJnbLilWz3TfeCtT0vEXQvly > .row .container { background-color: transparent; background-image: none; }#wTL8K439yJnbLilWz3TfeCtT0vEXQvly::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wTL8K439yJnbLilWz3TfeCtT0vEXQvly > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wTL8K439yJnbLilWz3TfeCtT0vEXQvly > .row .container > .video-iframe-container { display: none; }#wTL8K439yJnbLilWz3TfeCtT0vEXQvly > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wTL8K439yJnbLilWz3TfeCtT0vEXQvly > .row > .video-iframe-container { display: none; }#wTL8K439yJnbLilWz3TfeCtT0vEXQvly > .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); }#wTL8K439yJnbLilWz3TfeCtT0vEXQvly > .row .container { border-width: 0; border-radius: 0; }#wTL8K439yJnbLilWz3TfeCtT0vEXQvly > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wTL8K439yJnbLilWz3TfeCtT0vEXQvly > .row .container { font-size:0.875rem;font-family:arial;height:18.3125rem;width:75rem;position:relative;display:block; }#I5GfbPGhZ0PbNeD8mWAnXH5Gb61IHmLE { color:rgba(var(--color-tertiary-0),1);display:block;width:21.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:16.6875rem;left:44.375rem;height:5.5234375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#ilfzdOHW7o3qTWlmOX9I230pTvSuMUSl { background-color:#4d0000;background-image:none;border-top:0.125rem solid #fbf2b3;border-left:0.125rem solid #fbf2b3;border-right:0.125rem solid #fbf2b3;border-bottom:0.125rem solid #fbf2b3;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;box-shadow: -0.0625rem -0.0625rem 1.125rem rgba(255,239,134,0.77) ;box-sizing:border-box;color:rgba(var(--color-secondary-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.1875rem;height:2.6875rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:3.5rem;left:30.90625rem;display:block; }
#C0eCLb1q1PSSUb7qJvd8Rn0RAMdV0VM3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#G6fTQlmav57z7h6I7n0fFXy43xJs6FQ1 { border-bottom:0;border-left:0;border-right:0;border-top: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-right-radius:initial;border-bottom-left-radius:initial;display:block; }#G6fTQlmav57z7h6I7n0fFXy43xJs6FQ1 > .row .container { background-color: transparent; background-image: none; }#G6fTQlmav57z7h6I7n0fFXy43xJs6FQ1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G6fTQlmav57z7h6I7n0fFXy43xJs6FQ1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G6fTQlmav57z7h6I7n0fFXy43xJs6FQ1 > .row .container > .video-iframe-container { display: none; }#G6fTQlmav57z7h6I7n0fFXy43xJs6FQ1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G6fTQlmav57z7h6I7n0fFXy43xJs6FQ1 > .row > .video-iframe-container { display: none; }#G6fTQlmav57z7h6I7n0fFXy43xJs6FQ1 > .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); }#G6fTQlmav57z7h6I7n0fFXy43xJs6FQ1 > .row .container { border-width: 0; border-radius: 0; }#G6fTQlmav57z7h6I7n0fFXy43xJs6FQ1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#G6fTQlmav57z7h6I7n0fFXy43xJs6FQ1 > .row .container { font-size:0.875rem;font-family:arial;height:4.875rem;width:75rem;position:relative;display:block; }#cxw66wwaTTxb4cxcypXk5wPBu8RuJc6u { color:rgba(var(--color-tertiary-3),1);display:block;width:20.875rem;position:absolute;font-family:sharpsans;font-size:0.75rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:2.5625rem;left:2.0625rem;height:0.975rem;text-align:left;text-align-last:left;display:block; }
#hGB9kzb4RH8MlT9muWHhIWTAHukvb5e4 { color:rgba(var(--color-tertiary-3),1);display:block;width:19.3125rem;position:absolute;font-family:sharpsans;font-size:0.75rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:1.375rem;left:2.0625rem;height:0.9746125rem;text-align:left;text-align-last:left;display:block; }
#BTpmprsdso30GFgTIvMk092aID8lwcKd { box-sizing:content-box;color:#e41513;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15016;top:1.5rem;left:64.25rem;display:block; }
#vbwrGWxzipxdhQQ88iI086TlKiqy2HZn { box-sizing:content-box;color:#e41513;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15017;top:1.5rem;left:66.1875rem;display:block; }
#Fr1acPFAiSCvpw9KT4gBdb77XXIKPX5x { box-sizing:content-box;color:#e41513;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15018;top:1.4375rem;left:68.4375rem;display:block; }
#dFozcSQTmdNiSXFZ7erOD99n0sKG1mlh { box-sizing:content-box;color:#e41513;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15019;top:1.5rem;left:70.5625rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #dOeyFBrD867Xb5qEfzOMTVO20O1vK91d { display:block; }#dOeyFBrD867Xb5qEfzOMTVO20O1vK91d > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tyDIKTSCvoTrDLIr77RmNSQIfZ63Nf6z { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #ksMREn3SrIsSekglPWEAh5LeaWOEMacy { display:block; }
 }@media only screen and (max-width: 763px) { #ERVWGE8woOeZX9LFlkfOSa0q2i1EyTol { width:3.6875rem;height:3.3125rem;top:1.375rem;left:43.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5J3pzRp71apCkDbZt3c2a6ubAqVlEVm { display:block; }
 }@media only screen and (max-width: 763px) { #LJs0lpoNb5N2zDw04kcQbMzP2rTy26B3 { width:7.75rem;height:2.5rem;top:2.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FwZ3VUEIifJ108UDkIOXchN7J0ooRv6i { width:20.1875rem;height:10.25rem;top:2.125rem;left:13.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JIB87zJhaR9ixAdtVpPLZsGN6WsdpZ8e { width:6.4375rem;height:6.5625rem;top:13.6875rem;left:41.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5l2XikN1vU36KJr8VwozVQiNRdGikKg { top:10.75rem;left:3.5625rem;width:40.625rem;height:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #u7qrOtU82POtR8lJMW47Dwv2AM3MISop { width:8.9375rem;height:11.5625rem;top:46.1875rem;left:33.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RN7hJd99tzxhuKqhF4QduT92v3Pp1wie { width:13.1875rem;height:2.6875rem;top:1.6875rem;left:34.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0n9kIvUT8Tu9sQV4JgG0KDnLABJ6OBf { display:block; }
 }@media only screen and (max-width: 763px) { #WVkbIsAdpV5MEX2FXuDyvlN1r3lxcTLN { display:block; }#WVkbIsAdpV5MEX2FXuDyvlN1r3lxcTLN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MkiXbJOyh3i9phRQ7BmlkzdQ98ECagVH { width:9.5625rem;height:9.5625rem;top:41.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ff3wyQod5w1NzeKv6ZlumKJ9pvwHv0O0 { width:9.5rem;height:9.5625rem;top:55.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #I2zZMr0mVUZbFdNs2CZgA7Io63BdHbsx { width:22.9375rem;height:9.125rem;top:0rem;left:12.40625rem;display:none; }
 }@media only screen and (max-width: 763px) { #eeLdW64SulwTeXgZkkamQzisTD6AGITU { width:12.625rem;height:15rem;top:37rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Btkdg55TcR8ax3gbRWq0seFMS8cHiD3v { width:12.625rem;height:15rem;top:37rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #whETgGTCIaSMwk2yZmRrlGhQoeSStPwF { width:30.375rem;height:32.625rem;top:2.1875rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCQPaPtT2U3A2Kv9AvZukpDVR0qCJhmN { top:39.125rem;left:3.6875rem;width:40.375rem;height:7.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eklbNMcuTwiUi2ouVOtpxl6SBpG4ZSbA { top:35.75rem;left:2.65625rem;width:42.4375rem;height:2.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FWRq6cHQiN7cMQLezfLliDgwWyN4KSyz { width:5.9375rem;height:7.6875rem;top:6.5625rem;left:5.76171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2Nt1W9KyyRwUKQstlaDO7V1Z0HUsIbH { top:23.9375rem;left:0rem;width:14.625rem;height:4.6875rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ImsltHHQGX0C14JloQ0o6G6Cu0qUMHJT { display:block; }#ImsltHHQGX0C14JloQ0o6G6Cu0qUMHJT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LHUQEGZXbXTW4HI8dHTu2vWHyiz9B0TR { width:9.5625rem;height:9.5625rem;top:41.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #HknUg3StyX2dilOm4GLNEF5m0w5qLk3w { width:9.5rem;height:9.5625rem;top:55.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Aqn75tNDyxsOHCn69zvTXkX6FBUazHH8 { width:22.9375rem;height:9.125rem;top:0rem;left:12.40625rem;display:none; }
 }@media only screen and (max-width: 763px) { #m7FkLssRxS3rMuD7I49iWAWhKIANhTUZ { width:12.625rem;height:15rem;top:37rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #GhNaC4mEIKDnhkmLeDSTD8w9yOxWlOEN { width:12.625rem;height:15rem;top:37rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #QHGx4nF4UaTAOkSs4pTbXTrBvk6N24UV { top:4.375rem;left:3.6875rem;width:40.375rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #InsNLUTLi7lqW6l7CbF6gzRZg8io9dua { width:28.1875rem;height:15.75rem;top:8.25rem;left:9.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WsD83BiBiCQTGZVT1G3wVJ4bnVLr0w4x { width:31rem;height:16.1875rem;top:19.625rem;left:5.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXXe8aVwq3iNFz9c76q4skvnOB3sByi0 { width:12.9375rem;height:11.9375rem;top:32.25rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DkaLqvxcLaa8LT3IeLOn3VnTDPNbt2mL { top:43.5625rem;left:3.5625rem;width:18.625rem;height:4.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HUEJ7l4BNHDaqQfJJG8nCA110Nw4nEg4 { width:12.8125rem;height:11.875rem;top:32.25rem;left:27.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKVgECOwzZPomSWoyDbKcnbWxS43UKwu { top:43.5625rem;left:25.625rem;width:18.625rem;height:4.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bOSTx1dXrkue4wvArwE72PO8R8reyIEM { width:36.8125rem;height:16.0625rem;top:79.875rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHIWOA2Jq7V8rEn0hympWUPnWt3JMwE8 { width:14.125rem;height:18.1875rem;top:92.0625rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f2L5JChewTwrbzA4xwKd6AeHXq5p1eLO { width:14.3125rem;height:18.375rem;top:92rem;left:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kEnTlFyh4LmrXqXGDxAOooF76HPUrhs8 { width:14.5625rem;height:18.6875rem;top:91.875rem;left:33.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yieJcdWsWtKJmIq88sc6vnL1vlxs91Ac { top:109.9375rem;left:2.8125rem;width:11.9375rem;height:4.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgRMH4FBiz6V1WbKetMVOhX8JFBh3ms1 { top:109.875rem;left:18.125rem;width:14.125rem;height:4.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VPT0GNpcm7GaQGByu0oMkbLtXhlsWCak { top:109.875rem;left:34.5625rem;width:13.1875rem;height:4.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AXsq16ktJ64gCzHdhzJqTtdPEoy9ZLKr { top:122.5rem;left:4.4375rem;width:40.375rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZvDsAKl9GoNrlAOPCtLk2UmTkBWHHqBZ { width:39.8125rem;height:27.875rem;top:124.25rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmr52ucsEEEuBUCFFoFJrrtETWLtLCp3 { top:3.1875rem;left:0rem;width:14.4375rem;height:4.6875rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #dTEeOHNUAbbs8Pdb20LwEk5tMWRMhqhP { width:37rem;height:16.125rem;top:19.5rem;left:4.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hcyd5x2rvMUvUhVdnwP4NiqghkkC2mqz { width:29.875rem;height:16rem;top:53.75rem;left:5.46875rem;display:none; }
 }@media only screen and (max-width: 763px) { #rxqm3DBcWe8M4z7Mrwl2liWiGdh1y06g { top:139.625rem;left:0rem;width:20rem;height:4.5rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #dbdvmnAdQuSVhnTysrIbkZmzI7KBv5K2 { width:24.8125rem;height:27.9375rem;top:98.125rem;left:3.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #FrIv78cFTqkWEsv7wvPGeHCKSx3VxEbL { width:21.4375rem;height:30.4375rem;top:52.4375rem;left:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qVObgPPXvuP1ke0v7CmNfFPAJ74hkDys { display:block; }#qVObgPPXvuP1ke0v7CmNfFPAJ74hkDys > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e5trEROGUq9CUhAg79bx9B4bT78Za01T { top:16.6875rem;left:26.3125rem;width:21.4375rem;height:5.5rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #aQmwSwzfPDrfIRvFDcfC0oXIQ8xAGDhE { top:9.5rem;left:0rem;width:14.0625rem;height:4.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BiCArpZdurtTiOnhGPxyMR9TiEt1G0gr { top:1.25rem;left:3.6875rem;width:40.375rem;height:2.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xyr084QTN7VlWQzzyrZrqXqgbqt8W7BR { top:6.3125rem;left:0rem;width:14.625rem;height:2.4375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tfM9Pips3U5zT5JhK6irwNdQfdpXcqtq { top:6.3125rem;left:16.3125rem;width:14.625rem;height:2.4375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ic7AGgTEeITfwkwg2GPC9AiClOGh2kHJ { top:9.5rem;left:14.625rem;width:18rem;height:6.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eri6WDUqG1xgpcZSh838MpOLTMutzvdD { top:6.3125rem;left:33.125rem;width:14.625rem;height:2.4375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BAdpAqdXwH4ri9QXml7VTs4FMU0BGpXk { top:9.4375rem;left:25.3125rem;width:22.4375rem;height:7.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTL8K439yJnbLilWz3TfeCtT0vEXQvly { display:block; }#wTL8K439yJnbLilWz3TfeCtT0vEXQvly > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I5GfbPGhZ0PbNeD8mWAnXH5Gb61IHmLE { top:16.6875rem;left:26.3125rem;width:21.4375rem;height:5.5rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ilfzdOHW7o3qTWlmOX9I230pTvSuMUSl { width:13.1875rem;height:2.6875rem;top:3.5rem;left:17.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C0eCLb1q1PSSUb7qJvd8Rn0RAMdV0VM3 { display:block; }
 }@media only screen and (max-width: 763px) { #G6fTQlmav57z7h6I7n0fFXy43xJs6FQ1 { display:block; }#G6fTQlmav57z7h6I7n0fFXy43xJs6FQ1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cxw66wwaTTxb4cxcypXk5wPBu8RuJc6u { top:2.5625rem;left:0rem;width:20.875rem;height:0.9375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hGB9kzb4RH8MlT9muWHhIWTAHukvb5e4 { top:1.375rem;left:0rem;width:19.3125rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTpmprsdso30GFgTIvMk092aID8lwcKd { top:1.5rem;left:45.75rem;width:2rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbwrGWxzipxdhQQ88iI086TlKiqy2HZn { top:1.5rem;left:45.75rem;width:2rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fr1acPFAiSCvpw9KT4gBdb77XXIKPX5x { top:1.4375rem;left:45.75rem;width:2rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFozcSQTmdNiSXFZ7erOD99n0sKG1mlh { top:1.5rem;left:45.75rem;width:2rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #dOeyFBrD867Xb5qEfzOMTVO20O1vK91d { background-color:#660100;background-image:url("https://images.assets-landingi.com/uc/c7e3ff0c-0965-4fe4-b39f-05a537e273f7/temple_NL_header_mobile.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;z-index:auto;display:block; }#dOeyFBrD867Xb5qEfzOMTVO20O1vK91d.adaptive-delivery-prevent-bg, #dOeyFBrD867Xb5qEfzOMTVO20O1vK91d.lazyload, #dOeyFBrD867Xb5qEfzOMTVO20O1vK91d.lazyloading { background-image: none; }#dOeyFBrD867Xb5qEfzOMTVO20O1vK91d > .row .container { background-color: transparent; background-image: none; }#dOeyFBrD867Xb5qEfzOMTVO20O1vK91d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dOeyFBrD867Xb5qEfzOMTVO20O1vK91d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dOeyFBrD867Xb5qEfzOMTVO20O1vK91d > .row .container > .video-iframe-container { display: none; }#dOeyFBrD867Xb5qEfzOMTVO20O1vK91d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dOeyFBrD867Xb5qEfzOMTVO20O1vK91d > .row > .video-iframe-container { display: none; }#dOeyFBrD867Xb5qEfzOMTVO20O1vK91d > .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); }#dOeyFBrD867Xb5qEfzOMTVO20O1vK91d > .row .container { width:20rem;height:34.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tyDIKTSCvoTrDLIr77RmNSQIfZ63Nf6z { top:1.53125rem;left:18.4375rem;width:1.5625rem;height:1.1875rem;z-index:15009;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-weight:700;font-style:normal;font-size:0.875rem;font-family:barlow;color:#fab000;display:block; }
 }@media only screen and (max-width: 763px) { #ksMREn3SrIsSekglPWEAh5LeaWOEMacy { display:block; }
 }@media only screen and (max-width: 763px) { #ERVWGE8woOeZX9LFlkfOSa0q2i1EyTol { width:3.6875rem;height:3.3125rem;top:1.375rem;left:8.125rem;font-size:0.75rem;background-color:rgba(255,255,255,0.2);background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #I5J3pzRp71apCkDbZt3c2a6ubAqVlEVm { display:block; }
 }@media only screen and (max-width: 763px) { #LJs0lpoNb5N2zDw04kcQbMzP2rTy26B3 { width:4.375rem;height:1.375rem;top:1.375rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #FwZ3VUEIifJ108UDkIOXchN7J0ooRv6i { width:16.25rem;height:8.25rem;top:3.9375rem;left:1.875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #JIB87zJhaR9ixAdtVpPLZsGN6WsdpZ8e { width:6.4375rem;height:6.5625rem;top:26.46435546875rem;left:13.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #V5l2XikN1vU36KJr8VwozVQiNRdGikKg { width:20rem;height:22.75rem;top:8.40185546875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #u7qrOtU82POtR8lJMW47Dwv2AM3MISop { width:8.9375rem;height:11.5625rem;top:46.1875rem;left:5.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #RN7hJd99tzxhuKqhF4QduT92v3Pp1wie { width:10.1875rem;height:2.3125rem;top:27.46875rem;left:5.5rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #p0n9kIvUT8Tu9sQV4JgG0KDnLABJ6OBf { display:block; }
 }@media only screen and (max-width: 763px) { #WVkbIsAdpV5MEX2FXuDyvlN1r3lxcTLN { background-color:#660100;background-image:none;display:block; }#WVkbIsAdpV5MEX2FXuDyvlN1r3lxcTLN > .row .container { background-color: transparent; background-image: none; }#WVkbIsAdpV5MEX2FXuDyvlN1r3lxcTLN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WVkbIsAdpV5MEX2FXuDyvlN1r3lxcTLN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WVkbIsAdpV5MEX2FXuDyvlN1r3lxcTLN > .row .container > .video-iframe-container { display: none; }#WVkbIsAdpV5MEX2FXuDyvlN1r3lxcTLN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WVkbIsAdpV5MEX2FXuDyvlN1r3lxcTLN > .row > .video-iframe-container { display: none; }#WVkbIsAdpV5MEX2FXuDyvlN1r3lxcTLN > .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); }#WVkbIsAdpV5MEX2FXuDyvlN1r3lxcTLN > .row .container { width:20rem;height:42rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MkiXbJOyh3i9phRQ7BmlkzdQ98ECagVH { width:2.75rem;height:2.75rem;top:9.9375rem;left:7.65625rem;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #ff3wyQod5w1NzeKv6ZlumKJ9pvwHv0O0 { width:0.125rem;height:1.6875rem;top:1rem;left:11.21875rem;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #I2zZMr0mVUZbFdNs2CZgA7Io63BdHbsx { width:5.8125rem;height:5.8125rem;top:0.5rem;left:5.09375rem;overflow:hidden;z-index:15002;display:none; }
 }@media only screen and (max-width: 763px) { #eeLdW64SulwTeXgZkkamQzisTD6AGITU { width:4.1875rem;height:5rem;top:1.375rem;left:11.09375rem;z-index:15017;display:none; }
 }@media only screen and (max-width: 763px) { #Btkdg55TcR8ax3gbRWq0seFMS8cHiD3v { width:0.625rem;height:0.625rem;top:-0.75rem;left:2.71875rem;z-index:15017;display:none; }
 }@media only screen and (max-width: 763px) { #whETgGTCIaSMwk2yZmRrlGhQoeSStPwF { width:20rem;height:21.5rem;top:2.5rem;left:0rem;overflow:hidden;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #KCQPaPtT2U3A2Kv9AvZukpDVR0qCJhmN { width:14.4375rem;height:12.1875rem;top:27.8125rem;left:2.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eklbNMcuTwiUi2ouVOtpxl6SBpG4ZSbA { width:20rem;height:0;top:23.912109375rem;left:0rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #FWRq6cHQiN7cMQLezfLliDgwWyN4KSyz { width:5.9375rem;height:7.6875rem;top:6.5625rem;left:7rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q2Nt1W9KyyRwUKQstlaDO7V1Z0HUsIbH { width:17.0625rem;height:3.1484375rem;top:24rem;left:1.46875rem;font-size:1.3125rem;z-index:15011;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ImsltHHQGX0C14JloQ0o6G6Cu0qUMHJT { background-color:#660100;background-image:none;display:block; }#ImsltHHQGX0C14JloQ0o6G6Cu0qUMHJT > .row .container { background-color: transparent; background-image: none; }#ImsltHHQGX0C14JloQ0o6G6Cu0qUMHJT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ImsltHHQGX0C14JloQ0o6G6Cu0qUMHJT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ImsltHHQGX0C14JloQ0o6G6Cu0qUMHJT > .row .container > .video-iframe-container { display: none; }#ImsltHHQGX0C14JloQ0o6G6Cu0qUMHJT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ImsltHHQGX0C14JloQ0o6G6Cu0qUMHJT > .row > .video-iframe-container { display: none; }#ImsltHHQGX0C14JloQ0o6G6Cu0qUMHJT > .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); }#ImsltHHQGX0C14JloQ0o6G6Cu0qUMHJT > .row .container { width:20rem;height:170.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LHUQEGZXbXTW4HI8dHTu2vWHyiz9B0TR { width:2.75rem;height:2.75rem;top:9.9375rem;left:7.65625rem;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #HknUg3StyX2dilOm4GLNEF5m0w5qLk3w { width:0.125rem;height:1.6875rem;top:1rem;left:11.21875rem;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #Aqn75tNDyxsOHCn69zvTXkX6FBUazHH8 { width:5.8125rem;height:5.8125rem;top:0.5rem;left:5.09375rem;overflow:hidden;z-index:15002;display:none; }
 }@media only screen and (max-width: 763px) { #m7FkLssRxS3rMuD7I49iWAWhKIANhTUZ { width:4.1875rem;height:5rem;top:1.375rem;left:11.09375rem;z-index:15017;display:none; }
 }@media only screen and (max-width: 763px) { #GhNaC4mEIKDnhkmLeDSTD8w9yOxWlOEN { width:0.625rem;height:0.625rem;top:-0.75rem;left:2.71875rem;z-index:15017;display:none; }
 }@media only screen and (max-width: 763px) { #QHGx4nF4UaTAOkSs4pTbXTrBvk6N24UV { width:20rem;height:0;top:139.34033984375rem;left:0rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #InsNLUTLi7lqW6l7CbF6gzRZg8io9dua { width:14.625rem;height:8.125rem;top:7rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WsD83BiBiCQTGZVT1G3wVJ4bnVLr0w4x { width:20rem;height:10.4375rem;top:14.125rem;left:0.0625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #QXXe8aVwq3iNFz9c76q4skvnOB3sByi0 { width:8.8125rem;height:8.125rem;top:23.4375rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DkaLqvxcLaa8LT3IeLOn3VnTDPNbt2mL { width:14.75rem;height:3.65625rem;top:30.6875rem;left:2.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HUEJ7l4BNHDaqQfJJG8nCA110Nw4nEg4 { width:9.0625rem;height:8.375rem;top:35.625rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKVgECOwzZPomSWoyDbKcnbWxS43UKwu { width:14.3125rem;height:3.65625rem;top:44rem;left:2.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bOSTx1dXrkue4wvArwE72PO8R8reyIEM { width:20rem;height:8.6875rem;top:49.62646484375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #yHIWOA2Jq7V8rEn0hympWUPnWt3JMwE8 { width:11.625rem;height:14.9375rem;top:80.5625rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f2L5JChewTwrbzA4xwKd6AeHXq5p1eLO { width:12.625rem;height:16.3125rem;top:98.125rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kEnTlFyh4LmrXqXGDxAOooF76HPUrhs8 { width:13.25rem;height:17.0625rem;top:117.125rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yieJcdWsWtKJmIq88sc6vnL1vlxs91Ac { width:13.375rem;height:2.4375rem;top:94.8125rem;left:3.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgRMH4FBiz6V1WbKetMVOhX8JFBh3ms1 { width:14.125rem;height:3.65625rem;top:113.75rem;left:2.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VPT0GNpcm7GaQGByu0oMkbLtXhlsWCak { width:16.5625rem;height:2.4375rem;top:133.125rem;left:1.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AXsq16ktJ64gCzHdhzJqTtdPEoy9ZLKr { width:20rem;height:0;top:116.27783203125rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZvDsAKl9GoNrlAOPCtLk2UmTkBWHHqBZ { width:19.8125rem;height:13.875rem;top:117.91552734375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #cmr52ucsEEEuBUCFFoFJrrtETWLtLCp3 { width:16.875rem;height:3.1484375rem;top:3.1875rem;left:1.5625rem;font-size:1.3125rem;z-index:15012;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #dTEeOHNUAbbs8Pdb20LwEk5tMWRMhqhP { width:20rem;height:8.7162162162162rem;top:19.5rem;left:0rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #hcyd5x2rvMUvUhVdnwP4NiqghkkC2mqz { width:20rem;height:10.875rem;top:70.8125rem;left:0rem;z-index:15025;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #rxqm3DBcWe8M4z7Mrwl2liWiGdh1y06g { width:20rem;height:4.5rem;top:139.125rem;left:0rem;font-size:1.25rem;z-index:15013;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #dbdvmnAdQuSVhnTysrIbkZmzI7KBv5K2 { width:19.9375rem;height:22.5rem;top:144.375rem;left:0rem;z-index:15032;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #FrIv78cFTqkWEsv7wvPGeHCKSx3VxEbL { width:14.8125rem;height:21.0625rem;top:50.625rem;left:2.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qVObgPPXvuP1ke0v7CmNfFPAJ74hkDys { background-color:#660100;background-image:none;display:block; }#qVObgPPXvuP1ke0v7CmNfFPAJ74hkDys > .row .container { background-color: transparent; background-image: none; }#qVObgPPXvuP1ke0v7CmNfFPAJ74hkDys::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qVObgPPXvuP1ke0v7CmNfFPAJ74hkDys > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qVObgPPXvuP1ke0v7CmNfFPAJ74hkDys > .row .container > .video-iframe-container { display: none; }#qVObgPPXvuP1ke0v7CmNfFPAJ74hkDys > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qVObgPPXvuP1ke0v7CmNfFPAJ74hkDys > .row > .video-iframe-container { display: none; }#qVObgPPXvuP1ke0v7CmNfFPAJ74hkDys > .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); }#qVObgPPXvuP1ke0v7CmNfFPAJ74hkDys > .row .container { width:20rem;height:31.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e5trEROGUq9CUhAg79bx9B4bT78Za01T { width:20rem;height:0;top:13.15625rem;left:1.53125rem;font-size:1.0625rem;text-align:center;text-align-last:center;z-index:15014;display:none; }
 }@media only screen and (max-width: 763px) { #aQmwSwzfPDrfIRvFDcfC0oXIQ8xAGDhE { width:13.75rem;height:2.4375rem;top:7.8251953125rem;left:3.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BiCArpZdurtTiOnhGPxyMR9TiEt1G0gr { width:20rem;height:1.70605625rem;top:2.45703125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xyr084QTN7VlWQzzyrZrqXqgbqt8W7BR { width:14.625rem;height:1.70605625rem;top:5.91845703125rem;left:2.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tfM9Pips3U5zT5JhK6irwNdQfdpXcqtq { width:14.625rem;height:1.70605625rem;top:12.79345703125rem;left:2.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ic7AGgTEeITfwkwg2GPC9AiClOGh2kHJ { width:18rem;height:4.875rem;top:14.79345703125rem;left:1rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eri6WDUqG1xgpcZSh838MpOLTMutzvdD { width:14.625rem;height:1.70605625rem;top:20.45947265625rem;left:2.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BAdpAqdXwH4ri9QXml7VTs4FMU0BGpXk { width:17.625rem;height:7.3125rem;top:22.7626953125rem;left:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTL8K439yJnbLilWz3TfeCtT0vEXQvly { background-color:#660100;background-image:url("https://images.assets-landingi.com/uc/3a2e9fbd-0f1f-4268-9d62-3abae3ba3a0b/clouds_FG.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#wTL8K439yJnbLilWz3TfeCtT0vEXQvly.adaptive-delivery-prevent-bg, #wTL8K439yJnbLilWz3TfeCtT0vEXQvly.lazyload, #wTL8K439yJnbLilWz3TfeCtT0vEXQvly.lazyloading { background-image: none; }#wTL8K439yJnbLilWz3TfeCtT0vEXQvly > .row .container { background-color: transparent; background-image: none; }#wTL8K439yJnbLilWz3TfeCtT0vEXQvly::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wTL8K439yJnbLilWz3TfeCtT0vEXQvly > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wTL8K439yJnbLilWz3TfeCtT0vEXQvly > .row .container > .video-iframe-container { display: none; }#wTL8K439yJnbLilWz3TfeCtT0vEXQvly > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wTL8K439yJnbLilWz3TfeCtT0vEXQvly > .row > .video-iframe-container { display: none; }#wTL8K439yJnbLilWz3TfeCtT0vEXQvly > .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); }#wTL8K439yJnbLilWz3TfeCtT0vEXQvly > .row .container { width:20rem;height:6.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I5GfbPGhZ0PbNeD8mWAnXH5Gb61IHmLE { width:20rem;height:0;top:13.15625rem;left:1.53125rem;font-size:1.0625rem;text-align:center;text-align-last:center;z-index:15014;display:none; }
 }@media only screen and (max-width: 763px) { #ilfzdOHW7o3qTWlmOX9I230pTvSuMUSl { width:13.1875rem;height:2.6875rem;top:1.25rem;left:3.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C0eCLb1q1PSSUb7qJvd8Rn0RAMdV0VM3 { display:block; }
 }@media only screen and (max-width: 763px) { #G6fTQlmav57z7h6I7n0fFXy43xJs6FQ1 { background-color:rgba(255,255,255,0.96);background-image:none;display:block; }#G6fTQlmav57z7h6I7n0fFXy43xJs6FQ1 > .row .container { background-color: transparent; background-image: none; }#G6fTQlmav57z7h6I7n0fFXy43xJs6FQ1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G6fTQlmav57z7h6I7n0fFXy43xJs6FQ1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G6fTQlmav57z7h6I7n0fFXy43xJs6FQ1 > .row .container > .video-iframe-container { display: none; }#G6fTQlmav57z7h6I7n0fFXy43xJs6FQ1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G6fTQlmav57z7h6I7n0fFXy43xJs6FQ1 > .row > .video-iframe-container { display: none; }#G6fTQlmav57z7h6I7n0fFXy43xJs6FQ1 > .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); }#G6fTQlmav57z7h6I7n0fFXy43xJs6FQ1 > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cxw66wwaTTxb4cxcypXk5wPBu8RuJc6u { width:20rem;height:0.89355625rem;top:3.005859375rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hGB9kzb4RH8MlT9muWHhIWTAHukvb5e4 { width:19.3125rem;height:0.9746125rem;top:1.46875rem;left:0.3125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BTpmprsdso30GFgTIvMk092aID8lwcKd { width:2rem;height:2rem;top:4.4375rem;left:6.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbwrGWxzipxdhQQ88iI086TlKiqy2HZn { width:2rem;height:2rem;top:4.4375rem;left:8rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fr1acPFAiSCvpw9KT4gBdb77XXIKPX5x { width:2rem;height:2rem;top:4.4375rem;left:10rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFozcSQTmdNiSXFZ7erOD99n0sKG1mlh { width:2rem;height:2rem;top:4.4375rem;left:12rem;font-size:1.375rem;display:block; }
 }