.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;
}
sub {
  font-size: smaller;
  vertical-align: sub;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
:root { --color-primary-0:217,239,228;--color-primary-1:142,206,175;--color-primary-2:66,174,121;--color-primary-3:19,154,87;--color-primary-4:20,89,35;--color-secondary-0:251,210,211;--color-secondary-1:244,119,124;--color-secondary-2:236,28,36;--color-secondary-3:210,44,54;--color-secondary-4:217,34,40;--color-tertiary-0:255,255,255;--color-tertiary-1:106,107,112;--color-tertiary-2:34,34,34;--color-tertiary-3:25,25,25;--color-tertiary-4:0,0,0;--headlines-font-family:"Poppins";--paragraphs-font-family:"Lato"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; }
#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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { border-top:0;border-left:0;border-right:0;border-bottom:0.25rem solid rgba(var(--color-primary-4),1);background-color:#f9f9f9;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; }#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:"open sans";height:7.75rem;width:60rem;position:relative;display:block; }#uEzhTQRL3TaQuzRRicg2lBIMkmuJR1iF { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.1875rem;height:3.75rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.875rem;left:23.875rem;display:block; }
#ZIenJGf5C0rvJSD6S4GQRHstNpooWfda { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gZaz5OItmUDDOT5Ac1FKrRrrgVm83nJh { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-primary-4),1);border-left:0.125rem solid rgba(var(--color-primary-4),1);border-right:0.125rem solid rgba(var(--color-primary-4),1);border-bottom:0.125rem solid rgba(var(--color-primary-4),1);border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-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:17.375rem;height:3.75rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:1.875rem;left:42.625rem;display:block; }
#CZvlJQ1lbLlDk2FWOJm7Shuy4TaPIiN7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rvzLNr3dUID7vH1oBZgo30sb0DzpuMsO { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:17.1875rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#EuoRSl17uCieoQACaBDJTM3w4Q1aSOLs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),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; }#EuoRSl17uCieoQACaBDJTM3w4Q1aSOLs > .row .container { background-color: transparent; background-image: none; }#EuoRSl17uCieoQACaBDJTM3w4Q1aSOLs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EuoRSl17uCieoQACaBDJTM3w4Q1aSOLs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EuoRSl17uCieoQACaBDJTM3w4Q1aSOLs > .row .container > .video-iframe-container { display: none; }#EuoRSl17uCieoQACaBDJTM3w4Q1aSOLs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EuoRSl17uCieoQACaBDJTM3w4Q1aSOLs > .row > .video-iframe-container { display: none; }#EuoRSl17uCieoQACaBDJTM3w4Q1aSOLs > .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); }#EuoRSl17uCieoQACaBDJTM3w4Q1aSOLs > .row .container { border-width: 0; border-radius: 0; }#EuoRSl17uCieoQACaBDJTM3w4Q1aSOLs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EuoRSl17uCieoQACaBDJTM3w4Q1aSOLs > .row .container { font-size:0.875rem;font-family:arial;height:11.1875rem;width:60rem;position:relative;display:block; }#hVWTIWaDlBMwBmcNIPUZnlcLEq1iJCyH { color:#001935;display:block;width:59.5625rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:8.7578125rem;left:0.21875rem;height:1.70625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#L5RTf9SODHmRSAuCm3dftnELx6ODLgJ5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:1;top:8.6102428436281rem;left:52.685764312744rem; }
#ES2Grt7heJh1feyuvFf8bRGnRS5ZmzFK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:1;top:8.6102428436281rem;left:5.3185768127441rem; }
#WyOwC16CvGuqmfSM2frBxzJX13HlGri2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d7af1145-bd73-43fa-b0e0-0e360ab4c450/resized.png");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; }#WyOwC16CvGuqmfSM2frBxzJX13HlGri2.adaptive-delivery-prevent-bg, #WyOwC16CvGuqmfSM2frBxzJX13HlGri2.lazyload, #WyOwC16CvGuqmfSM2frBxzJX13HlGri2.lazyloading { background-image: none; }#WyOwC16CvGuqmfSM2frBxzJX13HlGri2 > .row .container { background-color: transparent; background-image: none; }#WyOwC16CvGuqmfSM2frBxzJX13HlGri2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.37); }#WyOwC16CvGuqmfSM2frBxzJX13HlGri2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WyOwC16CvGuqmfSM2frBxzJX13HlGri2 > .row .container > .video-iframe-container { display: none; }#WyOwC16CvGuqmfSM2frBxzJX13HlGri2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.37); }#WyOwC16CvGuqmfSM2frBxzJX13HlGri2 > .row > .video-iframe-container { display: none; }#WyOwC16CvGuqmfSM2frBxzJX13HlGri2 > .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); }#WyOwC16CvGuqmfSM2frBxzJX13HlGri2 > .row .container { border-width: 0; border-radius: 0; }#WyOwC16CvGuqmfSM2frBxzJX13HlGri2::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; }#WyOwC16CvGuqmfSM2frBxzJX13HlGri2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WyOwC16CvGuqmfSM2frBxzJX13HlGri2 > .row .container { font-size:0.875rem;font-family:arial;height:72.9375rem;width:60rem;position:relative;display:block; }#Jn36avbVtEMU1MRlHWI7hh1ySRbTf7QJ { color:rgba(var(--color-secondary-3),1);display:block;width:23.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:8.8125rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0rem 0.0625rem rgba(var(--color-tertiary-0),1);top:30.375rem;left:4.5rem;height:10.575rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ElPamyRUF0N9pO2xWBH4thGKV8tXh8JF { color:rgba(var(--color-tertiary-0),1);display:block;width:20.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:40.1875rem;left:6.375rem;height:2.84399375rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#bB1lmLi2T94ImkRolRzqK1X2xdiD280n { color:rgba(var(--color-tertiary-0),1);display:block;width:6.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:36.3125rem;left:25.125rem;height:2.84399375rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#tWPdB3181AHybvlTNkqR1fLlkVTvShQe { color:rgba(var(--color-tertiary-0),1);display:block;width:6.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:28.6875rem;left:13.125rem;height:2.84399375rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#XRtTOC8FovlGI1ACB4g3wozAXNtXUVDE { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15003;background-color:#e3e3e3;background-image:none;top:27.1875rem;left:7.125rem;display:block; }
#yEn1K7ctaaTqPDQhidRsOKvF3BzwyFs4 { color:rgba(var(--color-tertiary-0),1);display:block;width:31.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:10.25rem;left:0.6875rem;height:16.251rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#oUzdTlNmNcte53Vky87zJuOv14UN9fc8 { color:rgba(var(--color-secondary-3),1);display:block;width:27.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.4375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0rem 0.0625rem rgba(var(--color-tertiary-0),1);top:4.875rem;left:2.75rem;height:5.76855625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#vRbA49AlZewu87zvXxJGaJ353dURie1h .widget-form-header {  }
#vRbA49AlZewu87zvXxJGaJ353dURie1h .widget-regular-label { height:auto;display:block;font-family:ubuntu;font-size:0.9375rem;font-weight:300;color:#19232e;width:20.1875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;font-style:normal;overflow:hidden; }
#vRbA49AlZewu87zvXxJGaJ353dURie1h .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:#ffffff;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);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:20.1875rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.9375rem;overflow:hidden;font-family:ubuntu;box-shadow: 0rem 0rem 0rem rgba(var(--color-tertiary-4),0.5) ;line-height:1.5; }
#vRbA49AlZewu87zvXxJGaJ353dURie1h .widget-input-text {padding-top: 0; padding-bottom: 0;}#vRbA49AlZewu87zvXxJGaJ353dURie1h .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:#ffffff;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);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:20.1875rem;box-sizing:border-box;height:6.4375rem;color:#161616;font-size:0.9375rem;overflow:hidden;font-family:ubuntu;box-shadow: 0rem 0rem 0rem rgba(var(--color-tertiary-4),0.5) ;line-height:1.5; }
#vRbA49AlZewu87zvXxJGaJ353dURie1h .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:20.1875rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:ubuntu;font-size:0.8125rem;overflow:hidden;box-shadow: 0rem 0rem 0rem rgba(var(--color-tertiary-4),0.5) ; }
#vRbA49AlZewu87zvXxJGaJ353dURie1h .widget-input-select {padding-top: 0; padding-bottom: 0;}#vRbA49AlZewu87zvXxJGaJ353dURie1h .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#vRbA49AlZewu87zvXxJGaJ353dURie1h .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#vRbA49AlZewu87zvXxJGaJ353dURie1h .widget-input-button { border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;background-color:transparent;background-image: -webkit-linear-gradient(top, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(top, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(top, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(top, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(to bottom, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));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.3125rem;font-weight:700;color:#f2f9ff;width:20.1875rem;height:3.4375rem;font-family:montserrat;overflow:hidden;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(var(--color-tertiary-4),0);font-style:normal; }
#vRbA49AlZewu87zvXxJGaJ353dURie1h [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:ubuntu;font-size:0.8125rem; }
#vRbA49AlZewu87zvXxJGaJ353dURie1h [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:ubuntu;font-size:0.8125rem; }
#vRbA49AlZewu87zvXxJGaJ353dURie1h [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:ubuntu;font-size:0.8125rem; }
#vRbA49AlZewu87zvXxJGaJ353dURie1h [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:ubuntu;font-size:0.8125rem; }
#vRbA49AlZewu87zvXxJGaJ353dURie1h .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:ubuntu;font-size:0.875rem;font-weight:400;color:#161616;vertical-align:top;width:18.9375rem;overflow:hidden;font-style:normal; }
#vRbA49AlZewu87zvXxJGaJ353dURie1h .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:1rem;height:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#vRbA49AlZewu87zvXxJGaJ353dURie1h .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.625rem;vertical-align:middle;font-family:ubuntu;font-size:0.9375rem;font-weight:400;color:#161616;overflow:hidden;font-style:normal;line-height:1.7; }
#vRbA49AlZewu87zvXxJGaJ353dURie1h .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#vRbA49AlZewu87zvXxJGaJ353dURie1h .widget-container:first-of-type{padding-top:0;}#vRbA49AlZewu87zvXxJGaJ353dURie1h .widget-container:last-of-type{padding-bottom:0;}#vRbA49AlZewu87zvXxJGaJ353dURie1h  { background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.1875rem;height:auto;border-top:0.125rem solid rgba(var(--color-secondary-3),1);border-left:0.125rem solid rgba(var(--color-secondary-3),1);border-right:0.125rem solid rgba(var(--color-secondary-3),1);border-bottom:0.125rem solid rgba(var(--color-secondary-3),1);left:35.18701171875rem;top:4.749755859375rem;z-index:15007;position:absolute;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem; }
#vRbA49AlZewu87zvXxJGaJ353dURie1h .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:20.1875rem; }
#vRbA49AlZewu87zvXxJGaJ353dURie1h .widget-info-text { display:block;height:auto;font-family:ubuntu;font-size:1.625rem;line-height:.9;font-weight:700;color:#04763b;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center; }
#vRbA49AlZewu87zvXxJGaJ353dURie1h {display:block;}#vRbA49AlZewu87zvXxJGaJ353dURie1h { background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.1875rem;height:auto;border-top:0.125rem solid rgba(var(--color-secondary-3),1);border-left:0.125rem solid rgba(var(--color-secondary-3),1);border-right:0.125rem solid rgba(var(--color-secondary-3),1);border-bottom:0.125rem solid rgba(var(--color-secondary-3),1);left:35.18701171875rem;top:4.749755859375rem;z-index:15007;position:absolute;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem; }
#vRbA49AlZewu87zvXxJGaJ353dURie1h #n3gS3dX0Xb4GVy19RqPtrAyt4dSUhTmv { position:relative;display:block;z-index:15000; }
#vRbA49AlZewu87zvXxJGaJ353dURie1h #WAMGlOr1fuiTggFIqhrcf2W4fDed0JRO { position:relative;display:block;z-index:15000; }
#vRbA49AlZewu87zvXxJGaJ353dURie1h #llrPNT2IdPb4TfkLtMUihTeOoCkkcoG8 { position:relative; }
#vRbA49AlZewu87zvXxJGaJ353dURie1h #oNgp7TS88tK7RDkscAe9QBkBJ5gc98ry { position:relative;z-index:2; }
#vRbA49AlZewu87zvXxJGaJ353dURie1h #V2yrTTHxDag1PorJNF2Tyrnq5KLwnApd { position:relative; }
#vRbA49AlZewu87zvXxJGaJ353dURie1h #FffWPSFxGdxZ8zy9A9KbWQpTW58CfpQH { position:relative; }
#vRbA49AlZewu87zvXxJGaJ353dURie1h #AXMiRViTzCRnwKSMDCGxmZ0iTMufqMr5 { position:relative;display:block; }
#vRbA49AlZewu87zvXxJGaJ353dURie1h #vdch4d6SPr74OMn9XWrKszFDF9KgTO6e { position:relative; }
#vRbA49AlZewu87zvXxJGaJ353dURie1h #prsntaFsFHSUPFcHmJ0ILOlxWf20w2ZA { position:relative; }
#vRbA49AlZewu87zvXxJGaJ353dURie1h #NCpsUdyBKQ5Tnpyhr2Ds8dCGQ1EVlnll { position:relative;display:block; }
#vRbA49AlZewu87zvXxJGaJ353dURie1h #UkfBSaU01hJHvBrKfcKXga52SMgCVTmJ { position:relative; }
#vRbA49AlZewu87zvXxJGaJ353dURie1h #kUX1T6VAT600qpme2bXpKQLTuvxnEPQl { position:relative; }
#vRbA49AlZewu87zvXxJGaJ353dURie1h #WolpqRMGGbaIVnSBZfhp0lcoUMNsF2TW { position:relative;display:block; }
#vRbA49AlZewu87zvXxJGaJ353dURie1h #D24KgzX8m99GnHbScMGKvMJcrtbzHVnw { position:relative; }
#vRbA49AlZewu87zvXxJGaJ353dURie1h #qdG05hgQa21kJRCfdqprJhduT0W51n1s { position:relative; }
#vRbA49AlZewu87zvXxJGaJ353dURie1h #ou7ipfnZGRzi4Bp9oiQRaiDxXTP9rIAK { position:relative;display:block; }
#vRbA49AlZewu87zvXxJGaJ353dURie1h #wgnkLymrW5X213znGSQN8OkDRGzm81Di { position:relative; }
#vRbA49AlZewu87zvXxJGaJ353dURie1h #TlPv50TSF7sTomDxBk1IgSE8ZnIA1Ha1 { position:relative; }
#vRbA49AlZewu87zvXxJGaJ353dURie1h #LIfluGxxyBat8FL8ZRQBtGpCfJyimO9h { position:relative;z-index:2; }
#vRbA49AlZewu87zvXxJGaJ353dURie1h #Afnv3iKmm4UfGzJesQkBvdT8WIbZ4sXW { position:relative; }
#vRbA49AlZewu87zvXxJGaJ353dURie1h #c6oScmuh1eFPP0S0rSxLBCClsL9i9gSg { position:relative; }
#vRbA49AlZewu87zvXxJGaJ353dURie1h #qaXTBZTBUigqgMXqzPiDdcVUAwcQDwb1 { position:relative;display:block; }
#vRbA49AlZewu87zvXxJGaJ353dURie1h #TDI4Zca60crspF2xi4lZC1Wb9Iev5Ms2 { position:relative; }
#vRbA49AlZewu87zvXxJGaJ353dURie1h #Q90msxRPkzGODFgXsmbJ3V16aWOk6bIP { position:relative; }
#vRbA49AlZewu87zvXxJGaJ353dURie1h #VWahc6uk4ZhK0pbFxZ87Ov9f5IKikn6K { position:relative;display:block; }
#vRbA49AlZewu87zvXxJGaJ353dURie1h #EhASO5ycPTupV1khdwp4FsxNkcsZ4r24 { position:relative; }
#vRbA49AlZewu87zvXxJGaJ353dURie1h #hfPXTQ3bRivturxbxfr4WT5XaiofneWG { position:relative; }
#vRbA49AlZewu87zvXxJGaJ353dURie1h #PPoe1ATvE4ILTQFuigR0lADfZSTgA3E8 { position:relative;display:block; }
#vRbA49AlZewu87zvXxJGaJ353dURie1h #trVtggithym9x1x1Sfr2AEXCUyXx3P8K { position:relative; }
#vRbA49AlZewu87zvXxJGaJ353dURie1h #ASTL5Ze4bFDOT0W5MTq9DcQazisyL2Zf { position:relative; }
#vRbA49AlZewu87zvXxJGaJ353dURie1h #ASTL5Ze4bFDOT0W5MTq9DcQazisyL2Zf .container-column{width:100%;}#vRbA49AlZewu87zvXxJGaJ353dURie1h #AHNKCpuk1bOMxcRIB002TZiVqTn6MpON { position:relative;display:block; }
#vRbA49AlZewu87zvXxJGaJ353dURie1h #dL553DCmgOTZpW3Ot3xot8Q3XCHJIOAZ { position:relative;z-index:2; }
#vRbA49AlZewu87zvXxJGaJ353dURie1h #K1yyhq1bL5WMNSiR1FWEeg7pPIezlU8D { position:relative; }
#vRbA49AlZewu87zvXxJGaJ353dURie1h #MLBPAArqLalpoWW64liTCfTEFyXNoQxO { position:relative;z-index:2; }
#vRbA49AlZewu87zvXxJGaJ353dURie1h #TFWXrXOL8k3exbx09nrUNPNeO2WtyTsU { position:relative; }
#vRbA49AlZewu87zvXxJGaJ353dURie1h #zu8GTVR2NekBu9PKo08g6pS6XEzwcE8H { position:relative; }
#vRbA49AlZewu87zvXxJGaJ353dURie1h #vUmVgrLq3oDINkpx029gd6vZMLBDQpba { position:relative;display:block; }
#vRbA49AlZewu87zvXxJGaJ353dURie1h #udpeLAAUTuwNcKt2xb70Nqv1KF79XBZN { position:relative; }
#vRbA49AlZewu87zvXxJGaJ353dURie1h #JArOS0DSRXhk3lwk3da6ttI3JpHTM4V3 { position:relative; }
#vRbA49AlZewu87zvXxJGaJ353dURie1h #iPAi0DuOl7qmTe4LywGlRUbrk4MG9rRg { position:relative;display:block; }
#vRbA49AlZewu87zvXxJGaJ353dURie1h #TzLDQz1OCVki1XGZmWvHP1XZmZfQ1u7p { position:relative; }
#vRbA49AlZewu87zvXxJGaJ353dURie1h #GQPd0UBSamglDDHCmzmVdxlp4oI6bizg { position:relative; }
#vRbA49AlZewu87zvXxJGaJ353dURie1h #mTn5div0egLvyQ2E9NBI0591xQRnN0a8 { position:relative; }
#Ep1qePf6EceeO8ouTTBN9f2oZshgW00X .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top; }
#Ep1qePf6EceeO8ouTTBN9f2oZshgW00X .widget-text.counter-number { border-top:0.1875rem solid rgba(var(--color-primary-3),1);border-left:0.1875rem solid rgba(var(--color-primary-3),1);border-right:0.1875rem solid rgba(var(--color-primary-3),1);border-bottom:0.1875rem solid rgba(var(--color-primary-3),1);background-color:rgba(var(--color-tertiary-0),1);background-image:none;color:rgba(var(--color-primary-3),1);padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;display:block;align-items:center;width:2.625rem;min-width:2.625rem;height:2.6875rem;position:relative;font-family:arial;font-size:2rem;font-weight:400;line-height:43px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;font-style:normal; }
#Ep1qePf6EceeO8ouTTBN9f2oZshgW00X .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-primary-3),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.5rem;height:1.0625rem;position:relative;font-family:arial;font-size:0.75rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal; }
#Ep1qePf6EceeO8ouTTBN9f2oZshgW00X { border-top:0.5rem solid rgba(var(--color-tertiary-0),1);border-left:0.5rem solid rgba(var(--color-tertiary-0),1);border-right:0.5rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.5rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:#ffffff;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:19.5rem;height:5.4375rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:52.5625rem;left:6.1875rem;z-index:15006; }
#Ep1qePf6EceeO8ouTTBN9f2oZshgW00X #AgyrFTu9n1o280QdxnzMFQqiIzr7Dg6S { display:flex;position:relative;top:0rem;left:0rem; }
#Ep1qePf6EceeO8ouTTBN9f2oZshgW00X #RPpmUu6nWTxvEdazRX3MRsqmpdfPXJ3s { width:auto; }
#Ep1qePf6EceeO8ouTTBN9f2oZshgW00X #nOpyobCkeQvLMMCKBUCTewHKxHNMszMR {  }
#Ep1qePf6EceeO8ouTTBN9f2oZshgW00X #GKubrGs5GdgUS8JXd0I70MtDUXVxegBk { display:flex;position:relative;top:0rem;left:0rem; }
#Ep1qePf6EceeO8ouTTBN9f2oZshgW00X #QsVZMpv14B5QTKcHRXq1kCMa6kWxkzyH {  }
#Ep1qePf6EceeO8ouTTBN9f2oZshgW00X #rOwaA2hNeyo3tEsTTTnrxUI5po7Z9UXL {  }
#Ep1qePf6EceeO8ouTTBN9f2oZshgW00X #NKNFdyPdo0QL4D4TOwc91FJxmqVOUBPX { display:flex;position:relative;top:0rem;left:0rem; }
#Ep1qePf6EceeO8ouTTBN9f2oZshgW00X #SslZN2Es3oat7ceIWVGWSDB5B9JS23J4 {  }
#Ep1qePf6EceeO8ouTTBN9f2oZshgW00X #Af8DrpwgezQ5Ht3gqEmxmmTzoT9ENxHk {  }
#Ep1qePf6EceeO8ouTTBN9f2oZshgW00X #RGihkRXohfe1H1wBqXlMy7rqp0iIvdQk { display:flex;position:relative;top:0rem;left:0rem; }
#Ep1qePf6EceeO8ouTTBN9f2oZshgW00X #LTXskoL8F8UehVLzaw05pG9B5R47u31y {  }
#Ep1qePf6EceeO8ouTTBN9f2oZshgW00X #sCLCV4UrceOH9D1dbBuoZOiWoAflbwfH {  }
#zrQKwEkZCy6x5xD4y8xPbclQKXFETWsS { box-sizing:content-box;height:4.5625rem;width:25.3125rem;position:absolute;display:block;z-index:15003;background-color:#ff0000;background-image:none;top:45.75rem;left:3.8125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#lT5n97D1GoZ2q0arwJun7AW2qM1OpL7o { color:#014a7c;display:block;width:22.6248125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:46.162112236023rem;left:5.1557083129883rem;height:3.73681875rem;text-align:center;text-align-last:center;display:block; }
#kdTzxZ4imZMF1eLZC9EIbdBKSpserZhr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d7af1145-bd73-43fa-b0e0-0e360ab4c450/resized.png");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:none; }#kdTzxZ4imZMF1eLZC9EIbdBKSpserZhr.adaptive-delivery-prevent-bg, #kdTzxZ4imZMF1eLZC9EIbdBKSpserZhr.lazyload, #kdTzxZ4imZMF1eLZC9EIbdBKSpserZhr.lazyloading { background-image: none; }#kdTzxZ4imZMF1eLZC9EIbdBKSpserZhr > .row .container { border-width: 0; border-radius: 0; }#kdTzxZ4imZMF1eLZC9EIbdBKSpserZhr::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; }#kdTzxZ4imZMF1eLZC9EIbdBKSpserZhr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kdTzxZ4imZMF1eLZC9EIbdBKSpserZhr > .row .container { font-size:0.875rem;font-family:arial;height:38.1875rem;width:60rem;position:relative;display:none; }#rw3cNifnItokygpehdPltgAnudiZCOoT { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.1875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.99);top:2.9375rem;left:0rem;height:2.84399375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XcvTTM7Kz0KpfT3q0zaAHebCSQST8BLt { color:rgba(var(--color-tertiary-0),1);display:block;width:40.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.25rem rgba(var(--color-tertiary-4),1);top:7rem;left:9.625rem;height:5.361325rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xwIIAa2AP56Ln5g7hBVx4nzf3cIsae0z { position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-size:auto !important;border-top:0.3125rem dotted rgba(var(--color-tertiary-0),1);border-left:0.3125rem dotted rgba(var(--color-tertiary-0),1);border-right:0.3125rem dotted rgba(var(--color-tertiary-0),1);border-bottom:0.3125rem dotted rgba(var(--color-tertiary-0),1);border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:19.9375rem;width:28.75rem;top:13.75rem;left:15.375rem;display:block; }
#xkMA1xmrAWlxp5oWpb2FDiyR3cJ7vXML { color:#014a7c;display:block;width:23.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:15.6875rem;left:18.5rem;height:3.73681875rem;text-align:center;text-align-last:center;display:block; }
#Q0G4JUdTbBpa7SSRRdpTTAK6Zt3UACrM .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top; }
#Q0G4JUdTbBpa7SSRRdpTTAK6Zt3UACrM .widget-text.counter-number { border-top:0.1875rem solid rgba(var(--color-primary-3),1);border-left:0.1875rem solid rgba(var(--color-primary-3),1);border-right:0.1875rem solid rgba(var(--color-primary-3),1);border-bottom:0.1875rem solid rgba(var(--color-primary-3),1);background-color:rgba(var(--color-tertiary-0),1);background-image:none;color:rgba(var(--color-primary-3),1);padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;display:block;align-items:center;width:2.625rem;min-width:2.625rem;height:2.6875rem;position:relative;font-family:arial;font-size:2rem;font-weight:400;line-height:43px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;font-style:normal; }
#Q0G4JUdTbBpa7SSRRdpTTAK6Zt3UACrM .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-primary-3),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.5rem;height:1.0625rem;position:relative;font-family:arial;font-size:0.75rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal; }
#Q0G4JUdTbBpa7SSRRdpTTAK6Zt3UACrM { border-top:0.5rem solid rgba(var(--color-tertiary-0),1);border-left:0.5rem solid rgba(var(--color-tertiary-0),1);border-right:0.5rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.5rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:#ffffff;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:19.5rem;height:5.4375rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:21.3125rem;left:19.6875rem;z-index:15006; }
#Q0G4JUdTbBpa7SSRRdpTTAK6Zt3UACrM #Mdg4ZlXHfmBGCeoUxtQaBKBcA8H5Od9F { display:flex;position:relative;top:0rem;left:0rem; }
#Q0G4JUdTbBpa7SSRRdpTTAK6Zt3UACrM #w8k7IiLbJ0ifb3XL1lttuP0S6lKb1sKc { width:auto; }
#Q0G4JUdTbBpa7SSRRdpTTAK6Zt3UACrM #TdDUe0bqz0TJd0qtP5T0ZhNJqIxO4aw3 {  }
#Q0G4JUdTbBpa7SSRRdpTTAK6Zt3UACrM #r8TthdzNf2MVxuCKtQAHKoBEG9XtKTr0 { display:flex;position:relative;top:0rem;left:0rem; }
#Q0G4JUdTbBpa7SSRRdpTTAK6Zt3UACrM #W9PGrl7GGAAmzL2WiMPVaSsTJGPGXdSv {  }
#Q0G4JUdTbBpa7SSRRdpTTAK6Zt3UACrM #PbctypLHFVWTTGR4aTft41t8AM0Vd7IP {  }
#Q0G4JUdTbBpa7SSRRdpTTAK6Zt3UACrM #NHlGTVErTTf0MsBNQBGSUKT1EsUnXOlC { display:flex;position:relative;top:0rem;left:0rem; }
#Q0G4JUdTbBpa7SSRRdpTTAK6Zt3UACrM #iHylT4TSalhtueqkD9lqsRmp3hMRzC0i {  }
#Q0G4JUdTbBpa7SSRRdpTTAK6Zt3UACrM #DQkCukqzLQBHwlbOg4caaZ5bt0FvuzUW {  }
#Q0G4JUdTbBpa7SSRRdpTTAK6Zt3UACrM #QOkegm9ulesAsFH0oiT9z24NC3sokpVi { display:flex;position:relative;top:0rem;left:0rem; }
#Q0G4JUdTbBpa7SSRRdpTTAK6Zt3UACrM #ACKy1qmdo6AZwxQx9tndDoCN9952rC5P {  }
#Q0G4JUdTbBpa7SSRRdpTTAK6Zt3UACrM #TU2uxMQ7JR7UeJ2DinN5sU3Iao8yTpa1 {  }
#L5x38UfZ25NZpveNGkwFgpNGPnmSIF6P { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-primary-4),1);border-left:0.125rem solid rgba(var(--color-primary-4),1);border-right:0.125rem solid rgba(var(--color-primary-4),1);border-bottom:0.125rem solid rgba(var(--color-primary-4),1);border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.6181875rem;height:3.3681625rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:29.0625rem;left:20.1904296875rem;display:block; }
#sBSqduJ255ZN6pbiRRZiKmBh96Z4NFIk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SbuXfIzL6CmwdB1OHSXB2MCsHODSPCUm { box-sizing:content-box;height:5.125rem;width:28.5625rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-secondary-4),1);background-image:none;top:14.9921875rem;left:15.71875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#sKiZdGalhq0TGlqUKOEQExQmR4ygfTs5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f2f2;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; }#sKiZdGalhq0TGlqUKOEQExQmR4ygfTs5 > .row .container { border-width: 0; border-radius: 0; }#sKiZdGalhq0TGlqUKOEQExQmR4ygfTs5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sKiZdGalhq0TGlqUKOEQExQmR4ygfTs5 > .row .container { font-size:0.875rem;font-family:arial;height:27.625rem;width:60rem;position:relative;display:none; }#ORPTJgNVpCLqvaXcpv52oKpSAO7MoVME { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:13.4375rem;width:20.1875rem;top:11.6875rem;left:4.90625rem;overflow:hidden;display:block; }
#aCT4LMZkK0mgRaaB5Tw3gRyw1hzPyHEJ { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:13.4375rem;width:20.1875rem;top:11.6875rem;left:34.90625rem;overflow:hidden;display:block; }
#DVhTnW3gVdiUuvqJJJoyz7rq8oTekB2l { color:rgba(var(--color-tertiary-4),1);display:block;width:24.75rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:5.0625rem;left:2.625rem;height:1.94965rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#S31sCNCE7HorG97Rd6AshMkVF8a6gaDK { color:rgba(var(--color-tertiary-4),1);display:block;width:28.4375rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:5.0625rem;left:30.78125rem;height:1.94965rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#qFD12N0s8BkAk05BldOydcnTAwOXFpi0 { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:raleway;font-size:1.75rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:1.5rem;left:0rem;height:2.2744125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QBTceK2Qt4CdPRmreeyHwEJfVBLTnv6P { color:rgba(var(--color-secondary-3),1);display:block;width:21.375rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:7.01171875rem;left:4.3125rem;height:3.25rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#V8Iy9MTUZAUdT8Bc8H3oSE0IVlRKTb3u { color:rgba(var(--color-secondary-3),1);display:block;width:21.75rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:7.01171875rem;left:34.125rem;height:3.25rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#scIOLEorJJubkWONVPCiMA2kuJT8DLbK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),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; }#scIOLEorJJubkWONVPCiMA2kuJT8DLbK > .row .container { border-width: 0; border-radius: 0; }#scIOLEorJJubkWONVPCiMA2kuJT8DLbK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#scIOLEorJJubkWONVPCiMA2kuJT8DLbK > .row .container { font-size:0.875rem;font-family:arial;height:22.125rem;width:60rem;position:relative;display:none; }#bCppvlXFcEgHgNooIqh58zgTtQtCKIba { position:absolute;display:block;z-index:15000;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;height:13.4375rem;width:20.1875rem;top:6.75rem;left:4.9375rem;overflow:hidden;display:block; }
#oooWq4pR3WftLkZDOeEs8btpcwewnNAN { position:absolute;display:block;z-index:15001;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;height:13.4375rem;width:20.1875rem;top:6.75rem;left:34.9375rem;overflow:hidden;display:block; }
#H7A9aRZ0ysr7eSNNADSahpZPH0k2HW55 { color:rgba(var(--color-tertiary-0),1);display:block;width:21.375rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:4.25rem;left:4.3125rem;height:1.94921875rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#haaPRUKT93gx9rfsW7WQqs6OBWwoM2oX { color:rgba(var(--color-tertiary-0),1);display:block;width:21.375rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:4.25rem;left:34.3125rem;height:1.94921875rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#ZXlTOoBHT7Gr7qPRWHJZ8CyQ4qGX1BSu { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:1.23828125rem;left:0rem;height:1.94921875rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#CyoHuaQmNxA89UwgVyp3N1Q4JIbd1fdM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f3f3;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; }#CyoHuaQmNxA89UwgVyp3N1Q4JIbd1fdM > .row .container { background-color: transparent; background-image: none; }#CyoHuaQmNxA89UwgVyp3N1Q4JIbd1fdM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CyoHuaQmNxA89UwgVyp3N1Q4JIbd1fdM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CyoHuaQmNxA89UwgVyp3N1Q4JIbd1fdM > .row .container > .video-iframe-container { display: none; }#CyoHuaQmNxA89UwgVyp3N1Q4JIbd1fdM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CyoHuaQmNxA89UwgVyp3N1Q4JIbd1fdM > .row > .video-iframe-container { display: none; }#CyoHuaQmNxA89UwgVyp3N1Q4JIbd1fdM > .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); }#CyoHuaQmNxA89UwgVyp3N1Q4JIbd1fdM > .row .container { border-width: 0; border-radius: 0; }#CyoHuaQmNxA89UwgVyp3N1Q4JIbd1fdM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CyoHuaQmNxA89UwgVyp3N1Q4JIbd1fdM > .row .container { font-size:0.875rem;font-family:arial;height:11.25rem;width:60rem;position:relative;display:block; }#wOQS8cH79ThEbMuxfBW9cLAXUZ7yOeso { 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:3.1875rem;width:10.375rem;top:1.875rem;left:2.3125rem;overflow:hidden;display:block; }
#NnIbPOVtAS4WJtDQxWV3bTM7STnifWaE { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:11.5rem;top:2.125rem;left:16.75rem;overflow:hidden;display:block; }
#oJTveRqPhTQIMw1TI7098ZyupTIUW2wm { 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:1.6867875rem;width:10.3125rem;top:2.6242904663086rem;left:32.342861175537rem;overflow:hidden;display:block; }
#dbnwXsGc5AElQTowcPpAl4DZ82o8bJQ3 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:11.1875rem;top:5.625rem;left:1.9375rem;overflow:hidden;display:block; }
#RglTHuZN3AbHVuNOkZKAdUitGwHtB38G { 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:2.1875rem;width:11.1875rem;top:5.4375rem;left:16.9375rem;overflow:hidden;display:block; }
#ERlGmkrTJ7gh4zfpToweJfErHByLP44U { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:11.1875rem;top:5.625rem;left:31.9375rem;overflow:hidden;display:block; }
#db5tiXVJn05GWKLatDEnEJHBqkOHop5p { color:rgba(var(--color-tertiary-2),1);display:block;width:12.4375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:8.125rem;left:1.3125rem;height:1.29931875rem;text-align:center;text-align-last:center;display:block; }
#DGxR3EPPPZ00lx1SmyrHt2T5VbuPZX3y { color:rgba(var(--color-tertiary-2),1);display:block;width:12.4375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:7.9375rem;left:16.3125rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#tC8cecGQBSQWF16OK47DrEED4REJTlOx { color:rgba(var(--color-tertiary-2),1);display:block;width:12.4375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:8.125rem;left:31.3125rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#NdOIF0STknstBlbltLFnwxkFoJGn5hPx { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:8.375rem;top:1.90625rem;left:48.3125rem;overflow:hidden;display:block; }
#TMQZLZF7IbAvbSg0eLKxJwJZaKu6SIcK { 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:2.1875rem;width:11.1875rem;top:5.625rem;left:46.9375rem;overflow:hidden;display:block; }
#zTFcGH2p7BT70LuVibg0oKk3AKdV5R8Z { color:rgba(var(--color-tertiary-2),1);display:block;width:12.4375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:8.125rem;left:46.3125rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#CmTSaGl0xEhqoAPiWMHBcJOHeX9oASqx { 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; }#CmTSaGl0xEhqoAPiWMHBcJOHeX9oASqx > .row .container { background-color: transparent; background-image: none; }#CmTSaGl0xEhqoAPiWMHBcJOHeX9oASqx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CmTSaGl0xEhqoAPiWMHBcJOHeX9oASqx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CmTSaGl0xEhqoAPiWMHBcJOHeX9oASqx > .row .container > .video-iframe-container { display: none; }#CmTSaGl0xEhqoAPiWMHBcJOHeX9oASqx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CmTSaGl0xEhqoAPiWMHBcJOHeX9oASqx > .row > .video-iframe-container { display: none; }#CmTSaGl0xEhqoAPiWMHBcJOHeX9oASqx > .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); }#CmTSaGl0xEhqoAPiWMHBcJOHeX9oASqx > .row .container { border-width: 0; border-radius: 0; }#CmTSaGl0xEhqoAPiWMHBcJOHeX9oASqx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CmTSaGl0xEhqoAPiWMHBcJOHeX9oASqx > .row .container { font-size:0.875rem;font-family:arial;height:4rem;width:60rem;position:relative;display:block; }#vLcXKDBCdT72TqCP9iCiniCfWuZ9qF2n { color:rgba(var(--color-tertiary-0),1);display:block;width:47.4375rem;position:absolute;font-family:montserrat;font-size:2.1875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:0.5625rem;left:6.28125rem;height:2.84399375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zLWPOmh94pb9fvJFdzTSFcmzfpy8Wmwm { position:relative;display:block; }#zLWPOmh94pb9fvJFdzTSFcmzfpy8Wmwm { background-color: transparent; background-image: none; }#zLWPOmh94pb9fvJFdzTSFcmzfpy8Wmwm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zLWPOmh94pb9fvJFdzTSFcmzfpy8Wmwm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zLWPOmh94pb9fvJFdzTSFcmzfpy8Wmwm > .row .container > .video-iframe-container { display: none; }#zLWPOmh94pb9fvJFdzTSFcmzfpy8Wmwm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zLWPOmh94pb9fvJFdzTSFcmzfpy8Wmwm > .row > .video-iframe-container { display: none; }#zLWPOmh94pb9fvJFdzTSFcmzfpy8Wmwm > .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); }#zLWPOmh94pb9fvJFdzTSFcmzfpy8Wmwm { border-width: 0; border-radius: 0; }#zLWPOmh94pb9fvJFdzTSFcmzfpy8Wmwm > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#zLWPOmh94pb9fvJFdzTSFcmzfpy8Wmwm > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:13.9375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Fuzlr4WJHMayt2IF3LXPXQTkBi3iN3xi { color:rgba(var(--color-tertiary-0),1);display:block;width:11.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:1.375rem;left:24.25rem;height:1.4619125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OtOTMKO1HZZ4ns0J23OHHFvcpuRQ0OZV { box-sizing:content-box;height:1.875rem;width:13.375rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-secondary-3),1);background-image:none;top:1.125rem;left:23.3125rem;display:block; }
#oGDAmzptZzkT0bk4xndLZnpb8ZEwUgF8 { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.875rem;width:13.375rem;top:3.9375rem;left:23.375rem;overflow:hidden;display:block; }
#vrGzIk9gzV6ddeB06NmLCRHOOtcK7md7 { color:rgba(var(--color-tertiary-0),1);display:block;width:11.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:1.375rem;left:44.25rem;height:1.4619125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OXtBqGfw3aws4v2rXvXlJUGedSTmGS93 { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.9375rem;width:13.375rem;top:3.875rem;left:43.375rem;overflow:hidden;display:block; }
#N7EwcDGKLJBmPxOoRP3kI9zaBdL1tIgu { box-sizing:content-box;height:1.875rem;width:13.375rem;position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-secondary-3),1);background-image:none;top:1.125rem;left:43.3125rem;display:block; }
#XaSag2kBhkLqmXXtOpvJG1AuCJdlAmd0 { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.875rem;width:13.375rem;top:3.9375rem;left:3.3125rem;overflow:hidden;display:block; }
#xIazbTt2aVHo1dTm5ZwuhPJAXmdgQFiV { color:rgba(var(--color-tertiary-0),1);display:block;width:7.3125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:1.375rem;left:6.375rem;height:1.4619125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xwEnT113vuxqhQDbeXqUk2HgXQ8mHepT { box-sizing:content-box;height:1.875rem;width:13.375rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-secondary-3),1);background-image:none;top:1.125rem;left:3.3125rem;display:block; }
#EKsFFXIXtT1qOTGFJ6HVobFrSQLbGt7T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f2f2;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; }#EKsFFXIXtT1qOTGFJ6HVobFrSQLbGt7T > .row .container { border-width: 0; border-radius: 0; }#EKsFFXIXtT1qOTGFJ6HVobFrSQLbGt7T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EKsFFXIXtT1qOTGFJ6HVobFrSQLbGt7T > .row .container { font-size:0.875rem;font-family:arial;height:21.0625rem;width:60rem;position:relative;display:none; }#pfBgsfG9bXvZerrLagsl4nXUmxTR8fpM { position:absolute;display:block;z-index:15000;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;height:13.0625rem;width:20.125rem;top:2.5807876586914rem;left:4.9360790252686rem;overflow:hidden;display:block; }
#ZGLA5MG7hc6VqJ5T6PpqhJoItEaZn6OZ { position:absolute;display:block;z-index:15001;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;height:12.6875rem;width:20.125rem;top:2.7654476165771rem;left:34.936965942382rem;overflow:hidden;display:block; }
#NVPllNQnMlspRqSM2nPrXd2wVS4GKamO { color:rgba(var(--color-secondary-4),1);display:block;width:21.3743125rem;position:absolute;font-family:montserrat;font-size:2.0625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:16.628195762634rem;left:4.3110790252686rem;height:2.68125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gXnys8WywSoAF80UTSm0NiWXDGGEMLPC { color:rgba(var(--color-secondary-4),1);display:block;width:21.3743125rem;position:absolute;font-family:montserrat;font-size:2.0625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:16.627306938171rem;left:34.311965942382rem;height:2.68125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lezzhi6T3Lox3tD0lCrxA0kQ8JqQvDMT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/fQTtGE3k/Christmas_Light_Installation_2_.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#lezzhi6T3Lox3tD0lCrxA0kQ8JqQvDMT.adaptive-delivery-prevent-bg, #lezzhi6T3Lox3tD0lCrxA0kQ8JqQvDMT.lazyload, #lezzhi6T3Lox3tD0lCrxA0kQ8JqQvDMT.lazyloading { background-image: none; }#lezzhi6T3Lox3tD0lCrxA0kQ8JqQvDMT > .row .container { border-width: 0; border-radius: 0; }#lezzhi6T3Lox3tD0lCrxA0kQ8JqQvDMT::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; }#lezzhi6T3Lox3tD0lCrxA0kQ8JqQvDMT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lezzhi6T3Lox3tD0lCrxA0kQ8JqQvDMT > .row .container { font-size:0.875rem;font-family:arial;height:80.3125rem;width:60rem;position:relative;display:none; }#wPmHGOPLXDuLlwwF9taUHsaHkmbFSwP5 { color:rgba(var(--color-secondary-4),1);display:block;width:28.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.3125rem;left:0rem;height:2.4375rem;font-style:normal;display:block; }
#a8s4RtzzUENsyFpZQfSMvFDxHOBTlmfA { color:rgba(var(--color-tertiary-4),1);display:block;width:28.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.6;letter-spacing:0;top:4.4375rem;left:0rem;height:4rem;display:block; }
#b1mctybCxeWnOW1Qfkh1Qk2rl0n3z6dA { color:#4bcc6f;display:block;width:19.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:12.625rem;left:0rem;height:1.95rem;font-style:normal;display:block; }
#OhiHeN3dLDg8xTPvT2KydFyTGEaJeAMo { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20rem;height:3.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:54.75rem;left:5.1875rem;display:block; }
#Zxh0BSiAAkNIbLBaRiR5syyT5RXPsLPo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#n1BTm8Hf67tyu19cECoTnH3KBcPiTT06 { color:rgba(var(--color-primary-4),1);display:block;width:26.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15008;line-height:1.5;letter-spacing:0;top:15.3125rem;left:0rem;height:10.625rem;display:block; }#n1BTm8Hf67tyu19cECoTnH3KBcPiTT06 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#n1BTm8Hf67tyu19cECoTnH3KBcPiTT06 li:before{  }
#GyDGW24ud2QwJB49TKq5QqZNE7Eg1LV8 { position:absolute;display:block;z-index:15001;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:25.125rem;top:9.0625rem;left:0rem;display:block; }
#gdRpLSftpXWnu1H4GqohSu7R7wx2OOFn { color:rgba(var(--color-tertiary-0),1);display:block;width:25.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:9.625rem;left:0.375rem;height:1.625rem;display:block; }
#gxPZch7f7mHG3ZhDA6q6OC13UTK1kU1i { 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:8.4375rem;width:14.125rem;top:43rem;left:16.5625rem;overflow:hidden;display:block; }
#wLGB7rrRVyezSJe6A4M87gxPgAaRhVL2 { 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:8.4375rem;width:12.6875rem;top:43rem;left:2.28125rem;overflow:hidden;display:block; }
#CNw9znJWAVyUcn2s2ECzqmaZ16yT80CK { color:rgba(var(--color-tertiary-3),1);display:block;width:11.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:41.0625rem;left:2.875rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xVzUSRpv4vTlHimZHKAvVn3TrZKkpDy4 { color:rgba(var(--color-tertiary-3),1);display:block;width:11.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:41.0625rem;left:17.9375rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fTURJ4didhRD5eX1BuQe1DLyu0W4J6K8 { position:absolute;display:block;z-index:15009;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.875rem;width:13.375rem;top:31.1875rem;left:1.875rem;overflow:hidden;display:block; }
#T2rqIQ8v7zit4Demf1skuvuCdz1vK0uM { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.875rem;width:13.375rem;top:31.1875rem;left:16.9375rem;overflow:hidden;display:block; }
#UM9D9lofPvGKuuezAffEZf8oZCEN5pnK { color:rgba(var(--color-tertiary-3),1);display:block;width:7.3125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:29.1875rem;left:5rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#w6uQ76UEeGVJX8rlw1a8EATICTCzpmtT { color:rgba(var(--color-tertiary-3),1);display:block;width:7.3125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:29.1875rem;left:20.0625rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yEP33A5BWKJwKkw7bGRD2exGlPJRghba { position:relative;display:block; }#yEP33A5BWKJwKkw7bGRD2exGlPJRghba { background-color: transparent; background-image: none; }#yEP33A5BWKJwKkw7bGRD2exGlPJRghba::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yEP33A5BWKJwKkw7bGRD2exGlPJRghba > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yEP33A5BWKJwKkw7bGRD2exGlPJRghba > .row .container > .video-iframe-container { display: none; }#yEP33A5BWKJwKkw7bGRD2exGlPJRghba > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yEP33A5BWKJwKkw7bGRD2exGlPJRghba > .row > .video-iframe-container { display: none; }#yEP33A5BWKJwKkw7bGRD2exGlPJRghba > .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); }#yEP33A5BWKJwKkw7bGRD2exGlPJRghba { border-width: 0; border-radius: 0; }#yEP33A5BWKJwKkw7bGRD2exGlPJRghba > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#yEP33A5BWKJwKkw7bGRD2exGlPJRghba > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:46.3125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#b5W5zSiTFcRTk2fmpmPXCrHLhlTqVC8C { 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:4.5625rem;width:4.5625rem;top:2.5625rem;left:2.1875rem;overflow:hidden;display:block; }
#fK0AkqH2Gy760I0lX2ZZsVTHpU8i4GPB { color:rgba(var(--color-secondary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.4375rem;left:8.75rem;height:1.38135rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#a21JZ2z6AG9Vtvb44asXw4IJXloNWLQZ { color:rgba(var(--color-tertiary-1),1);display:block;width:48.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15002;line-height:1.6;letter-spacing:0;top:4.75rem;left:8.75rem;height:1.7rem;text-align:left;text-align-last:left;display:block; }
#aN6NZSndUbfhGwD4DTQiNzZfw26lPCSm { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5625rem;width:4.5625rem;top:9.875rem;left:2.1875rem;overflow:hidden;display:block; }
#Av575rQIfoJcC7BZwwwH75l8V7O3Mfxb { color:rgba(var(--color-secondary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:10.625rem;left:8.75rem;height:1.38135rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Kfk7vMoZ19lgctpIC4OxuG8DrFSMJtkg { color:rgba(var(--color-tertiary-1),1);display:block;width:48.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15005;line-height:1.6;letter-spacing:0;top:12rem;left:8.75rem;height:1.7rem;text-align:left;text-align-last:left;display:block; }
#pb4CKfuFlRpnLbWvWvCpQBcTbBAWJCEb { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5625rem;width:4.5625rem;top:39.375rem;left:2.1875rem;overflow:hidden;display:block; }
#poTbeTwSM9KfnpD9ZQCAqFcSZmQCdO80 { color:rgba(var(--color-secondary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:40.125rem;left:8.75rem;height:1.38135rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#nfH1yaXRoMv3fdTu7uVuIhICmy8lQrhe { color:rgba(var(--color-tertiary-1),1);display:block;width:46.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15008;line-height:1.6;letter-spacing:0;top:41.5rem;left:8.75rem;height:1.7rem;text-align:left;text-align-last:left;display:block; }
#z36W7B2veK2e8pKwbqf2SkETBt1k8NWc { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5625rem;width:4.5625rem;top:17.4375rem;left:2.1875rem;overflow:hidden;display:block; }
#gqDbt1XMJ5IZHAHHH6IybJeqSs7FGe2H { color:rgba(var(--color-secondary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:18.25rem;left:8.75rem;height:1.38135rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QtpHGc2LLEfA3255OQmpgoSeHBgMciZg { color:rgba(var(--color-tertiary-1),1);display:block;width:41.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15008;line-height:1.6;letter-spacing:0;top:19.5625rem;left:8.75rem;height:1.7rem;text-align:left;text-align-last:left;display:block; }
#yiAWWCDgF3iohqg4bTONcq9TJOX3RBCb { 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:4.5625rem;width:4.5625rem;top:24.375rem;left:2.1875rem;overflow:hidden;display:block; }
#kwJgEQWJzTqQQF6PKHbFUWH9uS9gDiwx { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5625rem;width:4.5625rem;top:31.8125rem;left:2.25rem;overflow:hidden;display:block; }
#oFlcfDG2RryS9afkgWw5TtvQGVoASMAi { color:rgba(var(--color-secondary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:32.5625rem;left:8.8125rem;height:1.38135rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#p37s9G4tNvOzpPvafxDc0vBXyg0cqwXn { color:rgba(var(--color-tertiary-1),1);display:block;width:49rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15005;line-height:1.6;letter-spacing:0;top:33.9375rem;left:8.8125rem;height:1.7rem;text-align:left;text-align-last:left;display:block; }
#qaB2cD2mkbOsuhvQHc8ZcS1HdkTrff4n { color:rgba(var(--color-secondary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:25.125rem;left:8.75rem;height:1.38135rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#aDaMPicTS7nTILFWzbDN7RT0uTrbp5Ad { color:rgba(var(--color-tertiary-1),1);display:block;width:45rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15002;line-height:1.6;letter-spacing:0;top:26.5rem;left:8.75rem;height:1.7rem;text-align:left;text-align-last:left;display:block; }
#TNRzyaSilEFpWvpTgVlBTVfVT7t0hnLK { position:relative;display:block; }#TNRzyaSilEFpWvpTgVlBTVfVT7t0hnLK { background-color: transparent; background-image: none; }#TNRzyaSilEFpWvpTgVlBTVfVT7t0hnLK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TNRzyaSilEFpWvpTgVlBTVfVT7t0hnLK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TNRzyaSilEFpWvpTgVlBTVfVT7t0hnLK > .row .container > .video-iframe-container { display: none; }#TNRzyaSilEFpWvpTgVlBTVfVT7t0hnLK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TNRzyaSilEFpWvpTgVlBTVfVT7t0hnLK > .row > .video-iframe-container { display: none; }#TNRzyaSilEFpWvpTgVlBTVfVT7t0hnLK > .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); }#TNRzyaSilEFpWvpTgVlBTVfVT7t0hnLK { border-width: 0; border-radius: 0; }#TNRzyaSilEFpWvpTgVlBTVfVT7t0hnLK > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#TNRzyaSilEFpWvpTgVlBTVfVT7t0hnLK > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:5.8125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#p2fk8ozvRdqDhz1dXNai4waP0JzfFMil { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-primary-4),1);border-left:0.125rem solid rgba(var(--color-primary-4),1);border-right:0.125rem solid rgba(var(--color-primary-4),1);border-bottom:0.125rem solid rgba(var(--color-primary-4),1);border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20rem;height:3.75rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:0.8125rem;left:30.5625rem;display:block; }
#lUxEWMUsEy7pFcu0ufpczpmRhL7NWgUI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DEV5vHNVxTqqTv7fThrT4XTR1nWXEMGI { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;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:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20rem;height:3.75rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:0.8125rem;left:9.4375rem;display:block; }
#kIXCTRLtkmHyqFsNfueqOdTsxggIsESc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#raqTLT0ZyZl54THUJ01tkOVuwfOnTZwL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:url("https://images.assets-landingi.com/uc/72944be1-963a-48e5-a594-d4168451b3fc/resized2.png");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; }#raqTLT0ZyZl54THUJ01tkOVuwfOnTZwL.adaptive-delivery-prevent-bg, #raqTLT0ZyZl54THUJ01tkOVuwfOnTZwL.lazyload, #raqTLT0ZyZl54THUJ01tkOVuwfOnTZwL.lazyloading { background-image: none; }#raqTLT0ZyZl54THUJ01tkOVuwfOnTZwL > .row .container { background-color: transparent; background-image: none; }#raqTLT0ZyZl54THUJ01tkOVuwfOnTZwL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#raqTLT0ZyZl54THUJ01tkOVuwfOnTZwL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#raqTLT0ZyZl54THUJ01tkOVuwfOnTZwL > .row .container > .video-iframe-container { display: none; }#raqTLT0ZyZl54THUJ01tkOVuwfOnTZwL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#raqTLT0ZyZl54THUJ01tkOVuwfOnTZwL > .row > .video-iframe-container { display: none; }#raqTLT0ZyZl54THUJ01tkOVuwfOnTZwL > .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); }#raqTLT0ZyZl54THUJ01tkOVuwfOnTZwL > .row .container { border-width: 0; border-radius: 0; }#raqTLT0ZyZl54THUJ01tkOVuwfOnTZwL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#raqTLT0ZyZl54THUJ01tkOVuwfOnTZwL > .row .container { font-size:0.875rem;font-family:arial;height:25rem;width:60rem;position:relative;display:block; }#kbmFL2TPiGmrFddpUHBOg5TPUFSQsNsl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(135deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(135deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(135deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(135deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(135deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kbmFL2TPiGmrFddpUHBOg5TPUFSQsNsl > .row .container { background-color: transparent; background-image: none; }#kbmFL2TPiGmrFddpUHBOg5TPUFSQsNsl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kbmFL2TPiGmrFddpUHBOg5TPUFSQsNsl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kbmFL2TPiGmrFddpUHBOg5TPUFSQsNsl > .row .container > .video-iframe-container { display: none; }#kbmFL2TPiGmrFddpUHBOg5TPUFSQsNsl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kbmFL2TPiGmrFddpUHBOg5TPUFSQsNsl > .row > .video-iframe-container { display: none; }#kbmFL2TPiGmrFddpUHBOg5TPUFSQsNsl > .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); }#kbmFL2TPiGmrFddpUHBOg5TPUFSQsNsl > .row .container { border-width: 0; border-radius: 0; }#kbmFL2TPiGmrFddpUHBOg5TPUFSQsNsl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kbmFL2TPiGmrFddpUHBOg5TPUFSQsNsl > .row .container { font-size:0.875rem;font-family:arial;height:26.6875rem;width:60rem;position:relative;display:block; }#vFT5UxUu1ErZ50A0Zb28hul9yqvy3OF3 { color:rgba(var(--color-tertiary-0),1);display:block;width:39.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.0625rem;left:10.46875rem;height:2.6001rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#G7E50nqTmhkuNDDK9uqClKCvlrlP5lko { color:rgba(var(--color-tertiary-0),1);display:block;width:14.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.4;letter-spacing:0;top:10.02306522429rem;left:3.4037628173828rem;height:7.8735625rem;text-align:center;text-align-last:center;display:block; }
#FT2dPa8IFtVLDdup7gIJWhazncKGrNaO { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:11.625rem;top:19.5rem;left:4.9375rem;overflow:hidden;display:block; }
#BtwiS8bRwmgnLJIqCDiIqTThq0mSAQWy { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:22.375rem;left:4.5rem;height:1.70625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KpWZGioztET0sZtHyX2G6T03etN0O2if { color:rgba(var(--color-tertiary-0),1);display:block;width:16.3743125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.4;letter-spacing:0;top:10.02040065825rem;left:42.373046875rem;height:7.8735625rem;text-align:center;text-align-last:center;display:block; }
#T0JhcFKEqIGWdacKRfEPJ34STPAD63IW { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:11.625rem;top:19.5rem;left:44.75rem;overflow:hidden;display:block; }
#eA2KneZ2noPTtlwEwhgH2Z1lD4Ah7Dzg { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:22.375rem;left:44.5rem;height:1.70625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HdHFFbvZeQZbebTODTx8cITdmnb2KWfe { color:#353535;display:block;width:16.937125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:9.2329546362163rem;left:21.530536651611rem;height:9.44825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oAQCsuP00AQ3nxqVCuazJb1Tn6g83tPb { 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:2.3125rem;width:11.625rem;top:19.5rem;left:24.9375rem;overflow:hidden;display:block; }
#CpGTk5qxWZUKWxgLTZyCk6kce9nQZ73s { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:22.375rem;left:24.5rem;height:1.70625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ntkKus8ENJDPmtC1o40W8QF8HbSB1JvW { box-sizing:content-box;color:rgba(var(--color-tertiary-0),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:15011;top:6.3125rem;left:48.5625rem;display:block; }
#TuanIHsm6Rl4KVlFfuaXpTWeGV0Biv2L { box-sizing:content-box;color:rgba(var(--color-tertiary-0),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:15012;top:6.3125rem;left:9.1875rem;display:block; }
#A6CUEwqublXt1tOQHvP4iAA2UkcJJa0p { position:relative;display:block; }#A6CUEwqublXt1tOQHvP4iAA2UkcJJa0p { background-color: transparent; background-image: none; }#A6CUEwqublXt1tOQHvP4iAA2UkcJJa0p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A6CUEwqublXt1tOQHvP4iAA2UkcJJa0p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A6CUEwqublXt1tOQHvP4iAA2UkcJJa0p > .row .container > .video-iframe-container { display: none; }#A6CUEwqublXt1tOQHvP4iAA2UkcJJa0p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A6CUEwqublXt1tOQHvP4iAA2UkcJJa0p > .row > .video-iframe-container { display: none; }#A6CUEwqublXt1tOQHvP4iAA2UkcJJa0p > .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); }#A6CUEwqublXt1tOQHvP4iAA2UkcJJa0p { border-width: 0; border-radius: 0; }#A6CUEwqublXt1tOQHvP4iAA2UkcJJa0p > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#A6CUEwqublXt1tOQHvP4iAA2UkcJJa0p > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#M4vt6ZTybhQmZ561mIhfQbRk42dq7vUi { 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:17.6875rem;width:26.5625rem;top:0.5rem;left:1.65625rem;overflow:hidden;display:block; }
#w5Vfk6rEdvB8w48nboDXGvbkIIbFcTmf { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.6875rem;width:26.5625rem;top:0.5rem;left:31.6875rem;overflow:hidden;display:block; }
#KrgEU5IooaMTb63Bmc4VTrMDQaFL4QcE { position:relative;display:block; }#KrgEU5IooaMTb63Bmc4VTrMDQaFL4QcE { background-color: transparent; background-image: none; }#KrgEU5IooaMTb63Bmc4VTrMDQaFL4QcE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KrgEU5IooaMTb63Bmc4VTrMDQaFL4QcE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KrgEU5IooaMTb63Bmc4VTrMDQaFL4QcE > .row .container > .video-iframe-container { display: none; }#KrgEU5IooaMTb63Bmc4VTrMDQaFL4QcE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KrgEU5IooaMTb63Bmc4VTrMDQaFL4QcE > .row > .video-iframe-container { display: none; }#KrgEU5IooaMTb63Bmc4VTrMDQaFL4QcE > .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); }#KrgEU5IooaMTb63Bmc4VTrMDQaFL4QcE { border-width: 0; border-radius: 0; }#KrgEU5IooaMTb63Bmc4VTrMDQaFL4QcE > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#KrgEU5IooaMTb63Bmc4VTrMDQaFL4QcE > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#OKWfwa2p3DTCd1sd2qiyAL0S5ckyRxDW { 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:17.6875rem;width:26.5625rem;top:0.5rem;left:1.6875rem;overflow:hidden;display:block; }
#fAL6OEkwFUtMtyfswahvrdmrofK57Mfx { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.6875rem;width:26.5625rem;top:0.5rem;left:31.65625rem;overflow:hidden;display:block; }
#ii6PC521GSxooxF4156Ot25fbfc0RvsC { position:relative;display:block; }#ii6PC521GSxooxF4156Ot25fbfc0RvsC { background-color: transparent; background-image: none; }#ii6PC521GSxooxF4156Ot25fbfc0RvsC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ii6PC521GSxooxF4156Ot25fbfc0RvsC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ii6PC521GSxooxF4156Ot25fbfc0RvsC > .row .container > .video-iframe-container { display: none; }#ii6PC521GSxooxF4156Ot25fbfc0RvsC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ii6PC521GSxooxF4156Ot25fbfc0RvsC > .row > .video-iframe-container { display: none; }#ii6PC521GSxooxF4156Ot25fbfc0RvsC > .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); }#ii6PC521GSxooxF4156Ot25fbfc0RvsC { border-width: 0; border-radius: 0; }#ii6PC521GSxooxF4156Ot25fbfc0RvsC > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ii6PC521GSxooxF4156Ot25fbfc0RvsC > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#wAQT1RiJ7hsKwLRrUn0ul0K7TbQf2xlI { 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:17.6875rem;width:26.5625rem;top:0.5rem;left:1.6875rem;overflow:hidden;display:block; }
#SWirFscgbRaQXDtfGEgXwM3ngV0ctV7p { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.6875rem;width:26.5625rem;top:0.5rem;left:31.6875rem;overflow:hidden;display:block; }
#ou3l240IAzbOqHJkkxNp9Gdirpibv79G { position:relative;display:block; }#ou3l240IAzbOqHJkkxNp9Gdirpibv79G { background-color: transparent; background-image: none; }#ou3l240IAzbOqHJkkxNp9Gdirpibv79G::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ou3l240IAzbOqHJkkxNp9Gdirpibv79G > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ou3l240IAzbOqHJkkxNp9Gdirpibv79G > .row .container > .video-iframe-container { display: none; }#ou3l240IAzbOqHJkkxNp9Gdirpibv79G > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ou3l240IAzbOqHJkkxNp9Gdirpibv79G > .row > .video-iframe-container { display: none; }#ou3l240IAzbOqHJkkxNp9Gdirpibv79G > .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); }#ou3l240IAzbOqHJkkxNp9Gdirpibv79G { border-width: 0; border-radius: 0; }#ou3l240IAzbOqHJkkxNp9Gdirpibv79G > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ou3l240IAzbOqHJkkxNp9Gdirpibv79G > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#z8EdOv2kIQHoxtt4yN6eRr30McvavnPg { 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:17.6875rem;width:26.5625rem;top:0.5rem;left:1.6875rem;overflow:hidden;display:block; }
#oLQV4NPvOy8Ub3ob7KJg62gddnyFvVCl { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.6875rem;width:26.5625rem;top:0.5rem;left:31.6875rem;overflow:hidden;display:block; }
#c56Z6BDCHSoL2o3h7cLowd4SUncDINoq { position:relative;display:block; }#c56Z6BDCHSoL2o3h7cLowd4SUncDINoq { background-color: transparent; background-image: none; }#c56Z6BDCHSoL2o3h7cLowd4SUncDINoq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c56Z6BDCHSoL2o3h7cLowd4SUncDINoq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c56Z6BDCHSoL2o3h7cLowd4SUncDINoq > .row .container > .video-iframe-container { display: none; }#c56Z6BDCHSoL2o3h7cLowd4SUncDINoq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c56Z6BDCHSoL2o3h7cLowd4SUncDINoq > .row > .video-iframe-container { display: none; }#c56Z6BDCHSoL2o3h7cLowd4SUncDINoq > .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); }#c56Z6BDCHSoL2o3h7cLowd4SUncDINoq { border-width: 0; border-radius: 0; }#c56Z6BDCHSoL2o3h7cLowd4SUncDINoq > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#c56Z6BDCHSoL2o3h7cLowd4SUncDINoq > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#hU0SQWm8cp7wVZtNUMENcbmsMruUfPZx { 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:17.6875rem;width:26.5625rem;top:0.5rem;left:1.6875rem;overflow:hidden;display:block; }
#LrX3dTQa0rrsoldrqcp9nlXBabULRNUd { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.6875rem;width:26.5625rem;top:0.5rem;left:31.6875rem;overflow:hidden;display:block; }
#ZIB8TVoC1unb93rZTC79G57NrkSgavbW { 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; }#ZIB8TVoC1unb93rZTC79G57NrkSgavbW > .row .container { background-color: transparent; background-image: none; }#ZIB8TVoC1unb93rZTC79G57NrkSgavbW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZIB8TVoC1unb93rZTC79G57NrkSgavbW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZIB8TVoC1unb93rZTC79G57NrkSgavbW > .row .container > .video-iframe-container { display: none; }#ZIB8TVoC1unb93rZTC79G57NrkSgavbW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZIB8TVoC1unb93rZTC79G57NrkSgavbW > .row > .video-iframe-container { display: none; }#ZIB8TVoC1unb93rZTC79G57NrkSgavbW > .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); }#ZIB8TVoC1unb93rZTC79G57NrkSgavbW > .row .container { border-width: 0; border-radius: 0; }#ZIB8TVoC1unb93rZTC79G57NrkSgavbW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZIB8TVoC1unb93rZTC79G57NrkSgavbW > .row .container { font-size:0.875rem;font-family:arial;height:15.4375rem;width:60rem;position:relative;display:block; }#U7qPOZsTbt3RtvxUmnIsKENb0ck4KbVJ { color:rgba(var(--color-tertiary-0),1);display:block;width:39.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15000;line-height:1.8;letter-spacing:0;top:1.875rem;left:10.46875rem;height:2.3625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fQrF11czSfA5LA9NSRuIUzcEXiKI4o0v { color:rgba(var(--color-tertiary-0),1);display:block;width:39.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15001;line-height:1.8;letter-spacing:0;top:4.875rem;left:10.46875rem;height:2.3625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iyHyWQAuQwOQsmuRCx2zvcOU95fW0QWh { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-primary-4),1);border-left:0.125rem solid rgba(var(--color-primary-4),1);border-right:0.125rem solid rgba(var(--color-primary-4),1);border-bottom:0.125rem solid rgba(var(--color-primary-4),1);border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-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:20rem;height:3.75rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:8.9375rem;left:32.1875rem;display:block; }
#rNVlpflc14Z9pca8XDIpfsbLlbOODFTC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#N6whJb84FbbLBBkGHnfLtPSKQGxr2zrJ { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20rem;height:3.75rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:8.9375rem;left:7.8125rem;display:block; }
#M739dnZ6b7TVMVNzVeZTLFqU3i8PayQS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#E3pV0V5G22xqEaBK0ONd1vxXt8GPK0ty { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#333333;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; }#E3pV0V5G22xqEaBK0ONd1vxXt8GPK0ty > .row .container { background-color: transparent; background-image: none; }#E3pV0V5G22xqEaBK0ONd1vxXt8GPK0ty::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E3pV0V5G22xqEaBK0ONd1vxXt8GPK0ty > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E3pV0V5G22xqEaBK0ONd1vxXt8GPK0ty > .row .container > .video-iframe-container { display: none; }#E3pV0V5G22xqEaBK0ONd1vxXt8GPK0ty > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E3pV0V5G22xqEaBK0ONd1vxXt8GPK0ty > .row > .video-iframe-container { display: none; }#E3pV0V5G22xqEaBK0ONd1vxXt8GPK0ty > .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); }#E3pV0V5G22xqEaBK0ONd1vxXt8GPK0ty > .row .container { border-width: 0; border-radius: 0; }#E3pV0V5G22xqEaBK0ONd1vxXt8GPK0ty > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#E3pV0V5G22xqEaBK0ONd1vxXt8GPK0ty > .row .container { font-size:0.875rem;font-family:arial;height:6.5625rem;width:60rem;position:relative;display:block; }#vwqWWG5OmIrexboP3ZPgo5fV7K4ZFT9B { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:1.0625rem;left:0rem;height:2.5986375rem;text-align:center;text-align-last:center;display:block; }
#Lvuw7qngZFCHQyIUoqGuCHHyBUTG3ZaB { position:relative;display:none; }#Lvuw7qngZFCHQyIUoqGuCHHyBUTG3ZaB { border-width: 0; border-radius: 0; }#Lvuw7qngZFCHQyIUoqGuCHHyBUTG3ZaB > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Lvuw7qngZFCHQyIUoqGuCHHyBUTG3ZaB > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#BuU1A6FdxK3elsc4aUO3xKk5Bc8EhSey { 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.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;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:montserrat;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22rem;height:4.0625rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:1.5625rem;left:36.75rem;display:none; }
#lNtXSFcDiqCi8S8cBlbPN86Wx1iCecqk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uqtwVhwNHugXKeT53MebEvTbbHkyF2hK { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.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-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;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:montserrat;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22rem;height:4.0625rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:6.875rem;left:36.75rem;display:none; }
#Xy7F8UhMJlRfJAXyqkIrqgL0GlUF7mP5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uEzhTQRL3TaQuzRRicg2lBIMkmuJR1iF { width:18.1875rem;height:3.75rem;top:1.875rem;left:17.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZIenJGf5C0rvJSD6S4GQRHstNpooWfda { display:block; }
 }@media only screen and (max-width: 763px) { #gZaz5OItmUDDOT5Ac1FKrRrrgVm83nJh { width:17.375rem;height:3.75rem;top:1.875rem;left:30.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZvlJQ1lbLlDk2FWOJm7Shuy4TaPIiN7 { display:block; }
 }@media only screen and (max-width: 763px) { #rvzLNr3dUID7vH1oBZgo30sb0DzpuMsO { top:0rem;left:0rem;width:17.1875rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EuoRSl17uCieoQACaBDJTM3w4Q1aSOLs { display:block; }#EuoRSl17uCieoQACaBDJTM3w4Q1aSOLs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hVWTIWaDlBMwBmcNIPUZnlcLEq1iJCyH { top:8.75rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L5RTf9SODHmRSAuCm3dftnELx6ODLgJ5 { top:8.5625rem;left:45.75rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ES2Grt7heJh1feyuvFf8bRGnRS5ZmzFK { top:8.5625rem;left:0rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #WyOwC16CvGuqmfSM2frBxzJX13HlGri2 { display:block; }#WyOwC16CvGuqmfSM2frBxzJX13HlGri2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jn36avbVtEMU1MRlHWI7hh1ySRbTf7QJ { top:30.375rem;left:0rem;width:23.9375rem;height:10.5625rem;font-size:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ElPamyRUF0N9pO2xWBH4thGKV8tXh8JF { top:40.1875rem;left:0.25rem;width:20.25rem;height:2.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bB1lmLi2T94ImkRolRzqK1X2xdiD280n { top:36.3125rem;left:19rem;width:6.6875rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tWPdB3181AHybvlTNkqR1fLlkVTvShQe { top:28.6875rem;left:7rem;width:6.6875rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XRtTOC8FovlGI1ACB4g3wozAXNtXUVDE { top:27.1875rem;left:1rem;width:18.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yEn1K7ctaaTqPDQhidRsOKvF3BzwyFs4 { top:10.25rem;left:0rem;width:31.625rem;height:16.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oUzdTlNmNcte53Vky87zJuOv14UN9fc8 { top:4.875rem;left:0rem;width:27.0625rem;height:5.75rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRbA49AlZewu87zvXxJGaJ353dURie1h .widget-regular-label { width:20.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#vRbA49AlZewu87zvXxJGaJ353dURie1h .widget-input-text { width:20.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#vRbA49AlZewu87zvXxJGaJ353dURie1h .widget-input-text {padding-top: 0; padding-bottom: 0;}#vRbA49AlZewu87zvXxJGaJ353dURie1h .widget-textarea { width:20.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#vRbA49AlZewu87zvXxJGaJ353dURie1h .widget-input-select { width:20.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#vRbA49AlZewu87zvXxJGaJ353dURie1h .widget-input-select {padding-top: 0; padding-bottom: 0;}#vRbA49AlZewu87zvXxJGaJ353dURie1h .widget-input-button { width:20.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#vRbA49AlZewu87zvXxJGaJ353dURie1h .widget-checkbox-label { width:19rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#vRbA49AlZewu87zvXxJGaJ353dURie1h  { width:20.1875rem;height:auto;top:1.5625rem;left:24.8125rem; }
#vRbA49AlZewu87zvXxJGaJ353dURie1h .radio-container { width:20.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#vRbA49AlZewu87zvXxJGaJ353dURie1h {display:block;}#vRbA49AlZewu87zvXxJGaJ353dURie1h { width:20.1875rem;height:auto;top:1.5625rem;left:24.8125rem; }
 }@media only screen and (max-width: 763px) { #vRbA49AlZewu87zvXxJGaJ353dURie1h #n3gS3dX0Xb4GVy19RqPtrAyt4dSUhTmv {  }
 }@media only screen and (max-width: 763px) { #vRbA49AlZewu87zvXxJGaJ353dURie1h #WAMGlOr1fuiTggFIqhrcf2W4fDed0JRO {  }
 }@media only screen and (max-width: 763px) { #vRbA49AlZewu87zvXxJGaJ353dURie1h #llrPNT2IdPb4TfkLtMUihTeOoCkkcoG8 {  }
 }@media only screen and (max-width: 763px) { #vRbA49AlZewu87zvXxJGaJ353dURie1h #oNgp7TS88tK7RDkscAe9QBkBJ5gc98ry {  }
 }@media only screen and (max-width: 763px) { #vRbA49AlZewu87zvXxJGaJ353dURie1h #V2yrTTHxDag1PorJNF2Tyrnq5KLwnApd {  }
 }@media only screen and (max-width: 763px) { #vRbA49AlZewu87zvXxJGaJ353dURie1h #FffWPSFxGdxZ8zy9A9KbWQpTW58CfpQH {  }
 }@media only screen and (max-width: 763px) { #vRbA49AlZewu87zvXxJGaJ353dURie1h #AXMiRViTzCRnwKSMDCGxmZ0iTMufqMr5 { display:block; }
 }@media only screen and (max-width: 763px) { #vRbA49AlZewu87zvXxJGaJ353dURie1h #vdch4d6SPr74OMn9XWrKszFDF9KgTO6e {  }
 }@media only screen and (max-width: 763px) { #vRbA49AlZewu87zvXxJGaJ353dURie1h #prsntaFsFHSUPFcHmJ0ILOlxWf20w2ZA {  }
 }@media only screen and (max-width: 763px) { #vRbA49AlZewu87zvXxJGaJ353dURie1h #NCpsUdyBKQ5Tnpyhr2Ds8dCGQ1EVlnll { display:block; }
 }@media only screen and (max-width: 763px) { #vRbA49AlZewu87zvXxJGaJ353dURie1h #UkfBSaU01hJHvBrKfcKXga52SMgCVTmJ {  }
 }@media only screen and (max-width: 763px) { #vRbA49AlZewu87zvXxJGaJ353dURie1h #kUX1T6VAT600qpme2bXpKQLTuvxnEPQl {  }
 }@media only screen and (max-width: 763px) { #vRbA49AlZewu87zvXxJGaJ353dURie1h #WolpqRMGGbaIVnSBZfhp0lcoUMNsF2TW { display:block; }
 }@media only screen and (max-width: 763px) { #vRbA49AlZewu87zvXxJGaJ353dURie1h #D24KgzX8m99GnHbScMGKvMJcrtbzHVnw {  }
 }@media only screen and (max-width: 763px) { #vRbA49AlZewu87zvXxJGaJ353dURie1h #qdG05hgQa21kJRCfdqprJhduT0W51n1s {  }
 }@media only screen and (max-width: 763px) { #vRbA49AlZewu87zvXxJGaJ353dURie1h #ou7ipfnZGRzi4Bp9oiQRaiDxXTP9rIAK { display:block; }
 }@media only screen and (max-width: 763px) { #vRbA49AlZewu87zvXxJGaJ353dURie1h #wgnkLymrW5X213znGSQN8OkDRGzm81Di {  }
 }@media only screen and (max-width: 763px) { #vRbA49AlZewu87zvXxJGaJ353dURie1h #TlPv50TSF7sTomDxBk1IgSE8ZnIA1Ha1 {  }
 }@media only screen and (max-width: 763px) { #vRbA49AlZewu87zvXxJGaJ353dURie1h #LIfluGxxyBat8FL8ZRQBtGpCfJyimO9h {  }
 }@media only screen and (max-width: 763px) { #vRbA49AlZewu87zvXxJGaJ353dURie1h #Afnv3iKmm4UfGzJesQkBvdT8WIbZ4sXW {  }
 }@media only screen and (max-width: 763px) { #vRbA49AlZewu87zvXxJGaJ353dURie1h #c6oScmuh1eFPP0S0rSxLBCClsL9i9gSg {  }
 }@media only screen and (max-width: 763px) { #vRbA49AlZewu87zvXxJGaJ353dURie1h #qaXTBZTBUigqgMXqzPiDdcVUAwcQDwb1 { display:block; }
 }@media only screen and (max-width: 763px) { #vRbA49AlZewu87zvXxJGaJ353dURie1h #TDI4Zca60crspF2xi4lZC1Wb9Iev5Ms2 {  }
 }@media only screen and (max-width: 763px) { #vRbA49AlZewu87zvXxJGaJ353dURie1h #Q90msxRPkzGODFgXsmbJ3V16aWOk6bIP {  }
 }@media only screen and (max-width: 763px) { #vRbA49AlZewu87zvXxJGaJ353dURie1h #VWahc6uk4ZhK0pbFxZ87Ov9f5IKikn6K { display:block; }
 }@media only screen and (max-width: 763px) { #vRbA49AlZewu87zvXxJGaJ353dURie1h #EhASO5ycPTupV1khdwp4FsxNkcsZ4r24 {  }
 }@media only screen and (max-width: 763px) { #vRbA49AlZewu87zvXxJGaJ353dURie1h #hfPXTQ3bRivturxbxfr4WT5XaiofneWG {  }
 }@media only screen and (max-width: 763px) { #vRbA49AlZewu87zvXxJGaJ353dURie1h #PPoe1ATvE4ILTQFuigR0lADfZSTgA3E8 { display:block; }
 }@media only screen and (max-width: 763px) { #vRbA49AlZewu87zvXxJGaJ353dURie1h #trVtggithym9x1x1Sfr2AEXCUyXx3P8K {  }
 }@media only screen and (max-width: 763px) { #vRbA49AlZewu87zvXxJGaJ353dURie1h #ASTL5Ze4bFDOT0W5MTq9DcQazisyL2Zf {  }
#vRbA49AlZewu87zvXxJGaJ353dURie1h #ASTL5Ze4bFDOT0W5MTq9DcQazisyL2Zf .container-column{width:50%;} }@media only screen and (max-width: 763px) { #vRbA49AlZewu87zvXxJGaJ353dURie1h #AHNKCpuk1bOMxcRIB002TZiVqTn6MpON { display:block; }
 }@media only screen and (max-width: 763px) { #vRbA49AlZewu87zvXxJGaJ353dURie1h #dL553DCmgOTZpW3Ot3xot8Q3XCHJIOAZ {  }
 }@media only screen and (max-width: 763px) { #vRbA49AlZewu87zvXxJGaJ353dURie1h #K1yyhq1bL5WMNSiR1FWEeg7pPIezlU8D {  }
 }@media only screen and (max-width: 763px) { #vRbA49AlZewu87zvXxJGaJ353dURie1h #MLBPAArqLalpoWW64liTCfTEFyXNoQxO {  }
 }@media only screen and (max-width: 763px) { #vRbA49AlZewu87zvXxJGaJ353dURie1h #TFWXrXOL8k3exbx09nrUNPNeO2WtyTsU {  }
 }@media only screen and (max-width: 763px) { #vRbA49AlZewu87zvXxJGaJ353dURie1h #zu8GTVR2NekBu9PKo08g6pS6XEzwcE8H {  }
 }@media only screen and (max-width: 763px) { #vRbA49AlZewu87zvXxJGaJ353dURie1h #vUmVgrLq3oDINkpx029gd6vZMLBDQpba {  }
 }@media only screen and (max-width: 763px) { #vRbA49AlZewu87zvXxJGaJ353dURie1h #udpeLAAUTuwNcKt2xb70Nqv1KF79XBZN {  }
 }@media only screen and (max-width: 763px) { #vRbA49AlZewu87zvXxJGaJ353dURie1h #JArOS0DSRXhk3lwk3da6ttI3JpHTM4V3 {  }
 }@media only screen and (max-width: 763px) { #vRbA49AlZewu87zvXxJGaJ353dURie1h #iPAi0DuOl7qmTe4LywGlRUbrk4MG9rRg { display:block; }
 }@media only screen and (max-width: 763px) { #vRbA49AlZewu87zvXxJGaJ353dURie1h #TzLDQz1OCVki1XGZmWvHP1XZmZfQ1u7p {  }
 }@media only screen and (max-width: 763px) { #vRbA49AlZewu87zvXxJGaJ353dURie1h #GQPd0UBSamglDDHCmzmVdxlp4oI6bizg {  }
 }@media only screen and (max-width: 763px) { #vRbA49AlZewu87zvXxJGaJ353dURie1h #mTn5div0egLvyQ2E9NBI0591xQRnN0a8 {  }
 }@media only screen and (max-width: 763px) { #Ep1qePf6EceeO8ouTTBN9f2oZshgW00X .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Ep1qePf6EceeO8ouTTBN9f2oZshgW00X .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#Ep1qePf6EceeO8ouTTBN9f2oZshgW00X .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#Ep1qePf6EceeO8ouTTBN9f2oZshgW00X { width:19.5rem;height:5.4375rem;display:flex;top:22.9375rem;left:14.561256408691rem;z-index:15005; }
 }@media only screen and (max-width: 763px) { #Ep1qePf6EceeO8ouTTBN9f2oZshgW00X #AgyrFTu9n1o280QdxnzMFQqiIzr7Dg6S { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Ep1qePf6EceeO8ouTTBN9f2oZshgW00X #RPpmUu6nWTxvEdazRX3MRsqmpdfPXJ3s {  }
 }@media only screen and (max-width: 763px) { #Ep1qePf6EceeO8ouTTBN9f2oZshgW00X #nOpyobCkeQvLMMCKBUCTewHKxHNMszMR {  }
 }@media only screen and (max-width: 763px) { #Ep1qePf6EceeO8ouTTBN9f2oZshgW00X #GKubrGs5GdgUS8JXd0I70MtDUXVxegBk { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Ep1qePf6EceeO8ouTTBN9f2oZshgW00X #QsVZMpv14B5QTKcHRXq1kCMa6kWxkzyH {  }
 }@media only screen and (max-width: 763px) { #Ep1qePf6EceeO8ouTTBN9f2oZshgW00X #rOwaA2hNeyo3tEsTTTnrxUI5po7Z9UXL {  }
 }@media only screen and (max-width: 763px) { #Ep1qePf6EceeO8ouTTBN9f2oZshgW00X #NKNFdyPdo0QL4D4TOwc91FJxmqVOUBPX { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Ep1qePf6EceeO8ouTTBN9f2oZshgW00X #SslZN2Es3oat7ceIWVGWSDB5B9JS23J4 {  }
 }@media only screen and (max-width: 763px) { #Ep1qePf6EceeO8ouTTBN9f2oZshgW00X #Af8DrpwgezQ5Ht3gqEmxmmTzoT9ENxHk {  }
 }@media only screen and (max-width: 763px) { #Ep1qePf6EceeO8ouTTBN9f2oZshgW00X #RGihkRXohfe1H1wBqXlMy7rqp0iIvdQk { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Ep1qePf6EceeO8ouTTBN9f2oZshgW00X #LTXskoL8F8UehVLzaw05pG9B5R47u31y {  }
 }@media only screen and (max-width: 763px) { #Ep1qePf6EceeO8ouTTBN9f2oZshgW00X #sCLCV4UrceOH9D1dbBuoZOiWoAflbwfH {  }
 }@media only screen and (max-width: 763px) { #zrQKwEkZCy6x5xD4y8xPbclQKXFETWsS { top:45.75rem;left:0rem;width:25.3125rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lT5n97D1GoZ2q0arwJun7AW2qM1OpL7o { top:46.125rem;left:0rem;width:22.5625rem;height:3.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kdTzxZ4imZMF1eLZC9EIbdBKSpserZhr { display:block; }#kdTzxZ4imZMF1eLZC9EIbdBKSpserZhr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rw3cNifnItokygpehdPltgAnudiZCOoT { top:2.9375rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XcvTTM7Kz0KpfT3q0zaAHebCSQST8BLt { top:7rem;left:3.5rem;width:40.6875rem;height:5.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xwIIAa2AP56Ln5g7hBVx4nzf3cIsae0z { top:13.75rem;left:9.25rem;width:28.75rem;height:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkMA1xmrAWlxp5oWpb2FDiyR3cJ7vXML { top:15.625rem;left:12.37451171875rem;width:23.0625rem;height:3.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q0G4JUdTbBpa7SSRRdpTTAK6Zt3UACrM .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Q0G4JUdTbBpa7SSRRdpTTAK6Zt3UACrM .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#Q0G4JUdTbBpa7SSRRdpTTAK6Zt3UACrM .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#Q0G4JUdTbBpa7SSRRdpTTAK6Zt3UACrM { width:19.5rem;height:5.4375rem;display:flex;top:22.9375rem;left:14.561256408691rem;z-index:15005; }
 }@media only screen and (max-width: 763px) { #Q0G4JUdTbBpa7SSRRdpTTAK6Zt3UACrM #Mdg4ZlXHfmBGCeoUxtQaBKBcA8H5Od9F { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Q0G4JUdTbBpa7SSRRdpTTAK6Zt3UACrM #w8k7IiLbJ0ifb3XL1lttuP0S6lKb1sKc {  }
 }@media only screen and (max-width: 763px) { #Q0G4JUdTbBpa7SSRRdpTTAK6Zt3UACrM #TdDUe0bqz0TJd0qtP5T0ZhNJqIxO4aw3 {  }
 }@media only screen and (max-width: 763px) { #Q0G4JUdTbBpa7SSRRdpTTAK6Zt3UACrM #r8TthdzNf2MVxuCKtQAHKoBEG9XtKTr0 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Q0G4JUdTbBpa7SSRRdpTTAK6Zt3UACrM #W9PGrl7GGAAmzL2WiMPVaSsTJGPGXdSv {  }
 }@media only screen and (max-width: 763px) { #Q0G4JUdTbBpa7SSRRdpTTAK6Zt3UACrM #PbctypLHFVWTTGR4aTft41t8AM0Vd7IP {  }
 }@media only screen and (max-width: 763px) { #Q0G4JUdTbBpa7SSRRdpTTAK6Zt3UACrM #NHlGTVErTTf0MsBNQBGSUKT1EsUnXOlC { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Q0G4JUdTbBpa7SSRRdpTTAK6Zt3UACrM #iHylT4TSalhtueqkD9lqsRmp3hMRzC0i {  }
 }@media only screen and (max-width: 763px) { #Q0G4JUdTbBpa7SSRRdpTTAK6Zt3UACrM #DQkCukqzLQBHwlbOg4caaZ5bt0FvuzUW {  }
 }@media only screen and (max-width: 763px) { #Q0G4JUdTbBpa7SSRRdpTTAK6Zt3UACrM #QOkegm9ulesAsFH0oiT9z24NC3sokpVi { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Q0G4JUdTbBpa7SSRRdpTTAK6Zt3UACrM #ACKy1qmdo6AZwxQx9tndDoCN9952rC5P {  }
 }@media only screen and (max-width: 763px) { #Q0G4JUdTbBpa7SSRRdpTTAK6Zt3UACrM #TU2uxMQ7JR7UeJ2DinN5sU3Iao8yTpa1 {  }
 }@media only screen and (max-width: 763px) { #L5x38UfZ25NZpveNGkwFgpNGPnmSIF6P { width:19.5625rem;height:3.3125rem;top:29.0625rem;left:14.0654296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBSqduJ255ZN6pbiRRZiKmBh96Z4NFIk { display:block; }
 }@media only screen and (max-width: 763px) { #SbuXfIzL6CmwdB1OHSXB2MCsHODSPCUm { top:14.9375rem;left:9.59375rem;width:28.5625rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sKiZdGalhq0TGlqUKOEQExQmR4ygfTs5 { display:block; }#sKiZdGalhq0TGlqUKOEQExQmR4ygfTs5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ORPTJgNVpCLqvaXcpv52oKpSAO7MoVME { top:11.6875rem;left:1.84375rem;width:20.1875rem;height:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aCT4LMZkK0mgRaaB5Tw3gRyw1hzPyHEJ { top:11.6875rem;left:25.71875rem;width:20.1875rem;height:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DVhTnW3gVdiUuvqJJJoyz7rq8oTekB2l { top:5.0625rem;left:0rem;width:24.75rem;height:1.9375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #S31sCNCE7HorG97Rd6AshMkVF8a6gaDK { top:5.0625rem;left:19.3125rem;width:28.4375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFD12N0s8BkAk05BldOydcnTAwOXFpi0 { top:1.5rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBTceK2Qt4CdPRmreeyHwEJfVBLTnv6P { top:7rem;left:1.25rem;width:21.375rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8Iy9MTUZAUdT8Bc8H3oSE0IVlRKTb3u { top:7rem;left:24.9375rem;width:21.75rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #scIOLEorJJubkWONVPCiMA2kuJT8DLbK { display:block; }#scIOLEorJJubkWONVPCiMA2kuJT8DLbK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bCppvlXFcEgHgNooIqh58zgTtQtCKIba { top:6.75rem;left:1.875rem;width:20.1875rem;height:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oooWq4pR3WftLkZDOeEs8btpcwewnNAN { top:6.75rem;left:25.75rem;width:20.1875rem;height:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H7A9aRZ0ysr7eSNNADSahpZPH0k2HW55 { top:4.25rem;left:1.25rem;width:21.375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #haaPRUKT93gx9rfsW7WQqs6OBWwoM2oX { top:4.25rem;left:25.125rem;width:21.375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZXlTOoBHT7Gr7qPRWHJZ8CyQ4qGX1BSu { top:1.1875rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CyoHuaQmNxA89UwgVyp3N1Q4JIbd1fdM { display:block; }#CyoHuaQmNxA89UwgVyp3N1Q4JIbd1fdM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wOQS8cH79ThEbMuxfBW9cLAXUZ7yOeso { top:1.875rem;left:0.78125rem;width:10.375rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnIbPOVtAS4WJtDQxWV3bTM7STnifWaE { top:2.125rem;left:12.15625rem;width:11.5rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJTveRqPhTQIMw1TI7098ZyupTIUW2wm { top:2.5625rem;left:24.686611175537rem;width:10.3125rem;height:1.6867875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbnwXsGc5AElQTowcPpAl4DZ82o8bJQ3 { top:5.625rem;left:0.40625rem;width:11.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RglTHuZN3AbHVuNOkZKAdUitGwHtB38G { top:5.4375rem;left:12.34375rem;width:11.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERlGmkrTJ7gh4zfpToweJfErHByLP44U { top:5.625rem;left:24.28125rem;width:11.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #db5tiXVJn05GWKLatDEnEJHBqkOHop5p { top:8.0625rem;left:0rem;width:12.375rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGxR3EPPPZ00lx1SmyrHt2T5VbuPZX3y { top:7.875rem;left:11.5rem;width:12.375rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tC8cecGQBSQWF16OK47DrEED4REJTlOx { top:8.125rem;left:23.4375rem;width:12.375rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NdOIF0STknstBlbltLFnwxkFoJGn5hPx { top:1.875rem;left:37.59375rem;width:8.375rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMQZLZF7IbAvbSg0eLKxJwJZaKu6SIcK { top:5.625rem;left:36.21875rem;width:11.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTFcGH2p7BT70LuVibg0oKk3AKdV5R8Z { top:8.125rem;left:35.375rem;width:12.375rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CmTSaGl0xEhqoAPiWMHBcJOHeX9oASqx { display:block; }#CmTSaGl0xEhqoAPiWMHBcJOHeX9oASqx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vLcXKDBCdT72TqCP9iCiniCfWuZ9qF2n { top:0.5625rem;left:0.15625rem;width:47.4375rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zLWPOmh94pb9fvJFdzTSFcmzfpy8Wmwm { display:block; }#zLWPOmh94pb9fvJFdzTSFcmzfpy8Wmwm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fuzlr4WJHMayt2IF3LXPXQTkBi3iN3xi { top:1.375rem;left:18.0625rem;width:11.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtOTMKO1HZZ4ns0J23OHHFvcpuRQ0OZV { top:1.125rem;left:17.125rem;width:13.375rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGDAmzptZzkT0bk4xndLZnpb8ZEwUgF8 { top:3.9375rem;left:17.1875rem;width:13.375rem;height:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vrGzIk9gzV6ddeB06NmLCRHOOtcK7md7 { top:1.375rem;left:33.9375rem;width:11.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXtBqGfw3aws4v2rXvXlJUGedSTmGS93 { top:3.875rem;left:33.0625rem;width:13.375rem;height:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N7EwcDGKLJBmPxOoRP3kI9zaBdL1tIgu { top:1.125rem;left:33rem;width:13.375rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XaSag2kBhkLqmXXtOpvJG1AuCJdlAmd0 { top:3.9375rem;left:1.25rem;width:13.375rem;height:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xIazbTt2aVHo1dTm5ZwuhPJAXmdgQFiV { top:1.375rem;left:4.3125rem;width:7.3125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xwEnT113vuxqhQDbeXqUk2HgXQ8mHepT { top:1.125rem;left:1.25rem;width:13.375rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EKsFFXIXtT1qOTGFJ6HVobFrSQLbGt7T { display:block; }#EKsFFXIXtT1qOTGFJ6HVobFrSQLbGt7T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pfBgsfG9bXvZerrLagsl4nXUmxTR8fpM { top:2.5625rem;left:1.8735790252686rem;width:20.125rem;height:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZGLA5MG7hc6VqJ5T6PpqhJoItEaZn6OZ { top:2.75rem;left:25.749465942382rem;width:20.125rem;height:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NVPllNQnMlspRqSM2nPrXd2wVS4GKamO { top:16.625rem;left:1.2485790252686rem;width:21.3125rem;height:2.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gXnys8WywSoAF80UTSm0NiWXDGGEMLPC { top:16.625rem;left:25.124465942382rem;width:21.3125rem;height:2.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lezzhi6T3Lox3tD0lCrxA0kQ8JqQvDMT { display:block; }#lezzhi6T3Lox3tD0lCrxA0kQ8JqQvDMT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wPmHGOPLXDuLlwwF9taUHsaHkmbFSwP5 { top:1.3125rem;left:0rem;width:28.625rem;height:2.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8s4RtzzUENsyFpZQfSMvFDxHOBTlmfA { top:4.375rem;left:0rem;width:28.4375rem;height:3.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1mctybCxeWnOW1Qfkh1Qk2rl0n3z6dA { top:12.625rem;left:0rem;width:19.3125rem;height:1.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OhiHeN3dLDg8xTPvT2KydFyTGEaJeAMo { width:20rem;height:3.75rem;top:54.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zxh0BSiAAkNIbLBaRiR5syyT5RXPsLPo { display:block; }
 }@media only screen and (max-width: 763px) { #n1BTm8Hf67tyu19cECoTnH3KBcPiTT06 { top:15.3125rem;left:0rem;width:26.625rem;height:;font-size:1.125rem;display:block; }#n1BTm8Hf67tyu19cECoTnH3KBcPiTT06 li:before{  }
 }@media only screen and (max-width: 763px) { #GyDGW24ud2QwJB49TKq5QqZNE7Eg1LV8 { top:9.0625rem;left:0rem;width:25.0625rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdRpLSftpXWnu1H4GqohSu7R7wx2OOFn { top:9.625rem;left:0rem;width:25rem;height:1.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gxPZch7f7mHG3ZhDA6q6OC13UTK1kU1i { top:43rem;left:10.4375rem;width:14.125rem;height:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLGB7rrRVyezSJe6A4M87gxPgAaRhVL2 { top:43rem;left:0rem;width:12.6875rem;height:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CNw9znJWAVyUcn2s2ECzqmaZ16yT80CK { top:41.0625rem;left:0rem;width:11.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xVzUSRpv4vTlHimZHKAvVn3TrZKkpDy4 { top:41.0625rem;left:11.8125rem;width:11.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTURJ4didhRD5eX1BuQe1DLyu0W4J6K8 { top:31.1875rem;left:0rem;width:13.375rem;height:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2rqIQ8v7zit4Demf1skuvuCdz1vK0uM { top:31.1875rem;left:10.8125rem;width:13.375rem;height:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UM9D9lofPvGKuuezAffEZf8oZCEN5pnK { top:29.1875rem;left:0rem;width:7.3125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6uQ76UEeGVJX8rlw1a8EATICTCzpmtT { top:29.1875rem;left:13.9375rem;width:7.3125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yEP33A5BWKJwKkw7bGRD2exGlPJRghba { display:block; }#yEP33A5BWKJwKkw7bGRD2exGlPJRghba > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b5W5zSiTFcRTk2fmpmPXCrHLhlTqVC8C { top:2.5625rem;left:0rem;width:4.5625rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fK0AkqH2Gy760I0lX2ZZsVTHpU8i4GPB { top:3.4375rem;left:2.625rem;width:12.5rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a21JZ2z6AG9Vtvb44asXw4IJXloNWLQZ { top:4.75rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aN6NZSndUbfhGwD4DTQiNzZfw26lPCSm { top:9.875rem;left:0rem;width:4.5625rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Av575rQIfoJcC7BZwwwH75l8V7O3Mfxb { top:10.625rem;left:2.625rem;width:12.5rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kfk7vMoZ19lgctpIC4OxuG8DrFSMJtkg { top:12rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pb4CKfuFlRpnLbWvWvCpQBcTbBAWJCEb { top:39.375rem;left:0rem;width:4.5625rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #poTbeTwSM9KfnpD9ZQCAqFcSZmQCdO80 { top:40.125rem;left:2.625rem;width:12.5rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfH1yaXRoMv3fdTu7uVuIhICmy8lQrhe { top:41.5rem;left:1.125rem;width:46.625rem;height:1.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z36W7B2veK2e8pKwbqf2SkETBt1k8NWc { top:17.4375rem;left:0rem;width:4.5625rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gqDbt1XMJ5IZHAHHH6IybJeqSs7FGe2H { top:18.25rem;left:2.625rem;width:12.5rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QtpHGc2LLEfA3255OQmpgoSeHBgMciZg { top:19.5625rem;left:2.625rem;width:41.5rem;height:1.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yiAWWCDgF3iohqg4bTONcq9TJOX3RBCb { top:24.375rem;left:0rem;width:4.5625rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kwJgEQWJzTqQQF6PKHbFUWH9uS9gDiwx { top:31.8125rem;left:0rem;width:4.5625rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oFlcfDG2RryS9afkgWw5TtvQGVoASMAi { top:32.5625rem;left:2.6875rem;width:12.5rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p37s9G4tNvOzpPvafxDc0vBXyg0cqwXn { top:33.9375rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qaB2cD2mkbOsuhvQHc8ZcS1HdkTrff4n { top:25.125rem;left:2.625rem;width:12.5rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aDaMPicTS7nTILFWzbDN7RT0uTrbp5Ad { top:26.5rem;left:2.625rem;width:45rem;height:1.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNRzyaSilEFpWvpTgVlBTVfVT7t0hnLK { display:block; }#TNRzyaSilEFpWvpTgVlBTVfVT7t0hnLK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p2fk8ozvRdqDhz1dXNai4waP0JzfFMil { width:20rem;height:3.75rem;top:0.8125rem;left:24.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lUxEWMUsEy7pFcu0ufpczpmRhL7NWgUI { display:block; }
 }@media only screen and (max-width: 763px) { #DEV5vHNVxTqqTv7fThrT4XTR1nWXEMGI { width:20rem;height:3.75rem;top:0.8125rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kIXCTRLtkmHyqFsNfueqOdTsxggIsESc { display:block; }
 }@media only screen and (max-width: 763px) { #raqTLT0ZyZl54THUJ01tkOVuwfOnTZwL { display:block; }#raqTLT0ZyZl54THUJ01tkOVuwfOnTZwL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kbmFL2TPiGmrFddpUHBOg5TPUFSQsNsl { display:block; }#kbmFL2TPiGmrFddpUHBOg5TPUFSQsNsl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vFT5UxUu1ErZ50A0Zb28hul9yqvy3OF3 { top:2.0625rem;left:0rem;width:39.0625rem;height:2.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G7E50nqTmhkuNDDK9uqClKCvlrlP5lko { top:10rem;left:1.1875rem;width:14.6875rem;height:7.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FT2dPa8IFtVLDdup7gIJWhazncKGrNaO { top:19.5rem;left:2.875rem;width:11.625rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BtwiS8bRwmgnLJIqCDiIqTThq0mSAQWy { top:22.3125rem;left:2.4367885589599rem;width:12.5rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KpWZGioztET0sZtHyX2G6T03etN0O2if { top:10rem;left:31.3125rem;width:16.3125rem;height:7.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0JhcFKEqIGWdacKRfEPJ34STPAD63IW { top:19.5rem;left:34.4375rem;width:11.625rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eA2KneZ2noPTtlwEwhgH2Z1lD4Ah7Dzg { top:22.3125rem;left:34.186790466309rem;width:12.5rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HdHFFbvZeQZbebTODTx8cITdmnb2KWfe { top:9.1875rem;left:14.8125rem;width:16.875rem;height:9.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oAQCsuP00AQ3nxqVCuazJb1Tn6g83tPb { top:19.5rem;left:18.75rem;width:11.625rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CpGTk5qxWZUKWxgLTZyCk6kce9nQZ73s { top:22.3125rem;left:18.311786651611rem;width:12.5rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntkKus8ENJDPmtC1o40W8QF8HbSB1JvW { top:6.3125rem;left:38.25rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuanIHsm6Rl4KVlFfuaXpTWeGV0Biv2L { top:6.3125rem;left:7.125rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A6CUEwqublXt1tOQHvP4iAA2UkcJJa0p { display:block; }#A6CUEwqublXt1tOQHvP4iAA2UkcJJa0p > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M4vt6ZTybhQmZ561mIhfQbRk42dq7vUi { top:0.5rem;left:0rem;width:26.5625rem;height:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5Vfk6rEdvB8w48nboDXGvbkIIbFcTmf { top:0.5rem;left:21.125rem;width:26.5625rem;height:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KrgEU5IooaMTb63Bmc4VTrMDQaFL4QcE { display:block; }#KrgEU5IooaMTb63Bmc4VTrMDQaFL4QcE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OKWfwa2p3DTCd1sd2qiyAL0S5ckyRxDW { top:0.5rem;left:0rem;width:26.5625rem;height:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fAL6OEkwFUtMtyfswahvrdmrofK57Mfx { top:0.5rem;left:21.0625rem;width:26.5625rem;height:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ii6PC521GSxooxF4156Ot25fbfc0RvsC { display:block; }#ii6PC521GSxooxF4156Ot25fbfc0RvsC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wAQT1RiJ7hsKwLRrUn0ul0K7TbQf2xlI { top:0.5rem;left:0rem;width:26.5625rem;height:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SWirFscgbRaQXDtfGEgXwM3ngV0ctV7p { top:0.5rem;left:21.125rem;width:26.5625rem;height:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ou3l240IAzbOqHJkkxNp9Gdirpibv79G { display:block; }#ou3l240IAzbOqHJkkxNp9Gdirpibv79G > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z8EdOv2kIQHoxtt4yN6eRr30McvavnPg { top:0.5rem;left:0rem;width:26.5625rem;height:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oLQV4NPvOy8Ub3ob7KJg62gddnyFvVCl { top:0.5rem;left:21.125rem;width:26.5625rem;height:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c56Z6BDCHSoL2o3h7cLowd4SUncDINoq { display:block; }#c56Z6BDCHSoL2o3h7cLowd4SUncDINoq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hU0SQWm8cp7wVZtNUMENcbmsMruUfPZx { top:0.5rem;left:0rem;width:26.5625rem;height:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LrX3dTQa0rrsoldrqcp9nlXBabULRNUd { top:0.5rem;left:21.125rem;width:26.5625rem;height:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZIB8TVoC1unb93rZTC79G57NrkSgavbW { display:block; }#ZIB8TVoC1unb93rZTC79G57NrkSgavbW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U7qPOZsTbt3RtvxUmnIsKENb0ck4KbVJ { top:1.875rem;left:4.34375rem;width:39.0625rem;height:2.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQrF11czSfA5LA9NSRuIUzcEXiKI4o0v { top:4.875rem;left:4.34375rem;width:39.0625rem;height:2.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iyHyWQAuQwOQsmuRCx2zvcOU95fW0QWh { width:20rem;height:3.75rem;top:8.9375rem;left:26.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rNVlpflc14Z9pca8XDIpfsbLlbOODFTC { display:block; }
 }@media only screen and (max-width: 763px) { #N6whJb84FbbLBBkGHnfLtPSKQGxr2zrJ { width:20rem;height:3.75rem;top:8.9375rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M739dnZ6b7TVMVNzVeZTLFqU3i8PayQS { display:block; }
 }@media only screen and (max-width: 763px) { #E3pV0V5G22xqEaBK0ONd1vxXt8GPK0ty { display:block; }#E3pV0V5G22xqEaBK0ONd1vxXt8GPK0ty > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vwqWWG5OmIrexboP3ZPgo5fV7K4ZFT9B { top:1rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lvuw7qngZFCHQyIUoqGuCHHyBUTG3ZaB { display:none; }#Lvuw7qngZFCHQyIUoqGuCHHyBUTG3ZaB > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #BuU1A6FdxK3elsc4aUO3xKk5Bc8EhSey { width:22rem;height:4.0625rem;top:1.5625rem;left:25.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #lNtXSFcDiqCi8S8cBlbPN86Wx1iCecqk { display:block; }
 }@media only screen and (max-width: 763px) { #uqtwVhwNHugXKeT53MebEvTbbHkyF2hK { width:22rem;height:4.0625rem;top:6.875rem;left:25.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Xy7F8UhMJlRfJAXyqkIrqgL0GlUF7mP5 { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { position:relative;z-index:auto;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:20rem;height:7.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uEzhTQRL3TaQuzRRicg2lBIMkmuJR1iF { width:20rem;height:4.0625rem;top:10.0625rem;left:0.0625rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZIenJGf5C0rvJSD6S4GQRHstNpooWfda { display:block; }
 }@media only screen and (max-width: 763px) { #gZaz5OItmUDDOT5Ac1FKrRrrgVm83nJh { width:17.375rem;height:3.75rem;top:8.75rem;left:1.3125rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #CZvlJQ1lbLlDk2FWOJm7Shuy4TaPIiN7 { display:block; }
 }@media only screen and (max-width: 763px) { #rvzLNr3dUID7vH1oBZgo30sb0DzpuMsO { width:16.0625rem;height:7rem;top:0rem;left:1.81201171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EuoRSl17uCieoQACaBDJTM3w4Q1aSOLs { display:block; }#EuoRSl17uCieoQACaBDJTM3w4Q1aSOLs > .row .container { width:20rem;height:5.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hVWTIWaDlBMwBmcNIPUZnlcLEq1iJCyH { width:20rem;height:5.11743125rem;top:0.40972232818604rem;left:-0.031249880790711rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L5RTf9SODHmRSAuCm3dftnELx6ODLgJ5 { display:flex;width:1.6875rem;height:1.6875rem;top:2.4756956100464rem;left:0rem;font-size:1.125rem; }
 }@media only screen and (max-width: 763px) { #ES2Grt7heJh1feyuvFf8bRGnRS5ZmzFK { display:flex;width:1.6875rem;height:1.6875rem;top:2.4756946563721rem;left:18.311631321907rem;font-size:1.125rem; }
 }@media only screen and (max-width: 763px) { #WyOwC16CvGuqmfSM2frBxzJX13HlGri2 { background-color:transparent;background-image:url("https://images.assets-landingi.com/Hya5Up40/Christmas_Lights_Example_1024x576.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#WyOwC16CvGuqmfSM2frBxzJX13HlGri2.adaptive-delivery-prevent-bg, #WyOwC16CvGuqmfSM2frBxzJX13HlGri2.lazyload, #WyOwC16CvGuqmfSM2frBxzJX13HlGri2.lazyloading { background-image: none; }#WyOwC16CvGuqmfSM2frBxzJX13HlGri2 > .row .container { background-color: transparent; background-image: none; }#WyOwC16CvGuqmfSM2frBxzJX13HlGri2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(53,53,53,0.49); }#WyOwC16CvGuqmfSM2frBxzJX13HlGri2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WyOwC16CvGuqmfSM2frBxzJX13HlGri2 > .row .container > .video-iframe-container { display: none; }#WyOwC16CvGuqmfSM2frBxzJX13HlGri2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(53,53,53,0.49); }#WyOwC16CvGuqmfSM2frBxzJX13HlGri2 > .row > .video-iframe-container { display: none; }#WyOwC16CvGuqmfSM2frBxzJX13HlGri2 > .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); }#WyOwC16CvGuqmfSM2frBxzJX13HlGri2 > .row .container { width:20rem;height:100.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jn36avbVtEMU1MRlHWI7hh1ySRbTf7QJ { width:10.4375rem;height:5.175rem;top:11.44921875rem;left:4.78125rem;font-size:4.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ElPamyRUF0N9pO2xWBH4thGKV8tXh8JF { width:20rem;height:1.62524375rem;top:16.810546875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bB1lmLi2T94ImkRolRzqK1X2xdiD280n { width:3.9375rem;height:2.6001rem;top:14.0859375rem;left:15.21875rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tWPdB3181AHybvlTNkqR1fLlkVTvShQe { width:5.5rem;height:2.6001rem;top:10.9375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XRtTOC8FovlGI1ACB4g3wozAXNtXUVDE { width:12.5rem;height:0.3125rem;top:10.25rem;left:3.75rem;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #yEn1K7ctaaTqPDQhidRsOKvF3BzwyFs4 { width:19.875rem;height:6.09081875rem;top:4.1875rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oUzdTlNmNcte53Vky87zJuOv14UN9fc8 { width:20rem;height:3.0875625rem;top:1.375rem;left:0rem;font-size:2.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vRbA49AlZewu87zvXxJGaJ353dURie1h .widget-regular-label { width:17.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none;display:block; }
#vRbA49AlZewu87zvXxJGaJ353dURie1h .widget-input-text { width:17.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#vRbA49AlZewu87zvXxJGaJ353dURie1h .widget-input-text {padding-top: 0; padding-bottom: 0;}#vRbA49AlZewu87zvXxJGaJ353dURie1h .widget-textarea { width:17.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#vRbA49AlZewu87zvXxJGaJ353dURie1h .widget-input-select { width:17.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#vRbA49AlZewu87zvXxJGaJ353dURie1h .widget-input-select {padding-top: 0; padding-bottom: 0;}#vRbA49AlZewu87zvXxJGaJ353dURie1h .widget-input-button { width:17.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#vRbA49AlZewu87zvXxJGaJ353dURie1h .widget-checkbox-label { width:16.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#vRbA49AlZewu87zvXxJGaJ353dURie1h  { width:17.25rem;height:auto;top:32.875rem;left:0rem; }
#vRbA49AlZewu87zvXxJGaJ353dURie1h .radio-container { width:17.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#vRbA49AlZewu87zvXxJGaJ353dURie1h {display:block;}#vRbA49AlZewu87zvXxJGaJ353dURie1h { width:17.25rem;height:auto;top:32.875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #vRbA49AlZewu87zvXxJGaJ353dURie1h #n3gS3dX0Xb4GVy19RqPtrAyt4dSUhTmv {  }
 }@media only screen and (max-width: 763px) { #vRbA49AlZewu87zvXxJGaJ353dURie1h #WAMGlOr1fuiTggFIqhrcf2W4fDed0JRO {  }
 }@media only screen and (max-width: 763px) { #vRbA49AlZewu87zvXxJGaJ353dURie1h #llrPNT2IdPb4TfkLtMUihTeOoCkkcoG8 {  }
 }@media only screen and (max-width: 763px) { #vRbA49AlZewu87zvXxJGaJ353dURie1h #oNgp7TS88tK7RDkscAe9QBkBJ5gc98ry {  }
 }@media only screen and (max-width: 763px) { #vRbA49AlZewu87zvXxJGaJ353dURie1h #V2yrTTHxDag1PorJNF2Tyrnq5KLwnApd {  }
 }@media only screen and (max-width: 763px) { #vRbA49AlZewu87zvXxJGaJ353dURie1h #FffWPSFxGdxZ8zy9A9KbWQpTW58CfpQH {  }
 }@media only screen and (max-width: 763px) { #vRbA49AlZewu87zvXxJGaJ353dURie1h #AXMiRViTzCRnwKSMDCGxmZ0iTMufqMr5 { display:block; }
 }@media only screen and (max-width: 763px) { #vRbA49AlZewu87zvXxJGaJ353dURie1h #vdch4d6SPr74OMn9XWrKszFDF9KgTO6e {  }
 }@media only screen and (max-width: 763px) { #vRbA49AlZewu87zvXxJGaJ353dURie1h #prsntaFsFHSUPFcHmJ0ILOlxWf20w2ZA {  }
 }@media only screen and (max-width: 763px) { #vRbA49AlZewu87zvXxJGaJ353dURie1h #NCpsUdyBKQ5Tnpyhr2Ds8dCGQ1EVlnll { display:block; }
 }@media only screen and (max-width: 763px) { #vRbA49AlZewu87zvXxJGaJ353dURie1h #UkfBSaU01hJHvBrKfcKXga52SMgCVTmJ {  }
 }@media only screen and (max-width: 763px) { #vRbA49AlZewu87zvXxJGaJ353dURie1h #kUX1T6VAT600qpme2bXpKQLTuvxnEPQl {  }
 }@media only screen and (max-width: 763px) { #vRbA49AlZewu87zvXxJGaJ353dURie1h #WolpqRMGGbaIVnSBZfhp0lcoUMNsF2TW { display:block; }
 }@media only screen and (max-width: 763px) { #vRbA49AlZewu87zvXxJGaJ353dURie1h #D24KgzX8m99GnHbScMGKvMJcrtbzHVnw {  }
 }@media only screen and (max-width: 763px) { #vRbA49AlZewu87zvXxJGaJ353dURie1h #qdG05hgQa21kJRCfdqprJhduT0W51n1s {  }
 }@media only screen and (max-width: 763px) { #vRbA49AlZewu87zvXxJGaJ353dURie1h #ou7ipfnZGRzi4Bp9oiQRaiDxXTP9rIAK { display:block; }
 }@media only screen and (max-width: 763px) { #vRbA49AlZewu87zvXxJGaJ353dURie1h #wgnkLymrW5X213znGSQN8OkDRGzm81Di {  }
 }@media only screen and (max-width: 763px) { #vRbA49AlZewu87zvXxJGaJ353dURie1h #TlPv50TSF7sTomDxBk1IgSE8ZnIA1Ha1 {  }
 }@media only screen and (max-width: 763px) { #vRbA49AlZewu87zvXxJGaJ353dURie1h #LIfluGxxyBat8FL8ZRQBtGpCfJyimO9h {  }
 }@media only screen and (max-width: 763px) { #vRbA49AlZewu87zvXxJGaJ353dURie1h #Afnv3iKmm4UfGzJesQkBvdT8WIbZ4sXW {  }
 }@media only screen and (max-width: 763px) { #vRbA49AlZewu87zvXxJGaJ353dURie1h #c6oScmuh1eFPP0S0rSxLBCClsL9i9gSg {  }
 }@media only screen and (max-width: 763px) { #vRbA49AlZewu87zvXxJGaJ353dURie1h #qaXTBZTBUigqgMXqzPiDdcVUAwcQDwb1 { display:block; }
 }@media only screen and (max-width: 763px) { #vRbA49AlZewu87zvXxJGaJ353dURie1h #TDI4Zca60crspF2xi4lZC1Wb9Iev5Ms2 {  }
 }@media only screen and (max-width: 763px) { #vRbA49AlZewu87zvXxJGaJ353dURie1h #Q90msxRPkzGODFgXsmbJ3V16aWOk6bIP {  }
 }@media only screen and (max-width: 763px) { #vRbA49AlZewu87zvXxJGaJ353dURie1h #VWahc6uk4ZhK0pbFxZ87Ov9f5IKikn6K { display:block; }
 }@media only screen and (max-width: 763px) { #vRbA49AlZewu87zvXxJGaJ353dURie1h #EhASO5ycPTupV1khdwp4FsxNkcsZ4r24 {  }
 }@media only screen and (max-width: 763px) { #vRbA49AlZewu87zvXxJGaJ353dURie1h #hfPXTQ3bRivturxbxfr4WT5XaiofneWG {  }
 }@media only screen and (max-width: 763px) { #vRbA49AlZewu87zvXxJGaJ353dURie1h #PPoe1ATvE4ILTQFuigR0lADfZSTgA3E8 { display:block; }
 }@media only screen and (max-width: 763px) { #vRbA49AlZewu87zvXxJGaJ353dURie1h #trVtggithym9x1x1Sfr2AEXCUyXx3P8K {  }
 }@media only screen and (max-width: 763px) { #vRbA49AlZewu87zvXxJGaJ353dURie1h #ASTL5Ze4bFDOT0W5MTq9DcQazisyL2Zf {  }
#vRbA49AlZewu87zvXxJGaJ353dURie1h #ASTL5Ze4bFDOT0W5MTq9DcQazisyL2Zf .container-column{width:100%;} }@media only screen and (max-width: 763px) { #vRbA49AlZewu87zvXxJGaJ353dURie1h #AHNKCpuk1bOMxcRIB002TZiVqTn6MpON { display:block; }
 }@media only screen and (max-width: 763px) { #vRbA49AlZewu87zvXxJGaJ353dURie1h #dL553DCmgOTZpW3Ot3xot8Q3XCHJIOAZ {  }
 }@media only screen and (max-width: 763px) { #vRbA49AlZewu87zvXxJGaJ353dURie1h #K1yyhq1bL5WMNSiR1FWEeg7pPIezlU8D {  }
 }@media only screen and (max-width: 763px) { #vRbA49AlZewu87zvXxJGaJ353dURie1h #MLBPAArqLalpoWW64liTCfTEFyXNoQxO {  }
 }@media only screen and (max-width: 763px) { #vRbA49AlZewu87zvXxJGaJ353dURie1h #TFWXrXOL8k3exbx09nrUNPNeO2WtyTsU {  }
 }@media only screen and (max-width: 763px) { #vRbA49AlZewu87zvXxJGaJ353dURie1h #zu8GTVR2NekBu9PKo08g6pS6XEzwcE8H {  }
 }@media only screen and (max-width: 763px) { #vRbA49AlZewu87zvXxJGaJ353dURie1h #vUmVgrLq3oDINkpx029gd6vZMLBDQpba {  }
 }@media only screen and (max-width: 763px) { #vRbA49AlZewu87zvXxJGaJ353dURie1h #udpeLAAUTuwNcKt2xb70Nqv1KF79XBZN {  }
 }@media only screen and (max-width: 763px) { #vRbA49AlZewu87zvXxJGaJ353dURie1h #JArOS0DSRXhk3lwk3da6ttI3JpHTM4V3 {  }
 }@media only screen and (max-width: 763px) { #vRbA49AlZewu87zvXxJGaJ353dURie1h #iPAi0DuOl7qmTe4LywGlRUbrk4MG9rRg { display:block; }
 }@media only screen and (max-width: 763px) { #vRbA49AlZewu87zvXxJGaJ353dURie1h #TzLDQz1OCVki1XGZmWvHP1XZmZfQ1u7p {  }
 }@media only screen and (max-width: 763px) { #vRbA49AlZewu87zvXxJGaJ353dURie1h #GQPd0UBSamglDDHCmzmVdxlp4oI6bizg {  }
 }@media only screen and (max-width: 763px) { #vRbA49AlZewu87zvXxJGaJ353dURie1h #mTn5div0egLvyQ2E9NBI0591xQRnN0a8 {  }
 }@media only screen and (max-width: 763px) { #Ep1qePf6EceeO8ouTTBN9f2oZshgW00X .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#Ep1qePf6EceeO8ouTTBN9f2oZshgW00X .widget-text.counter-number { padding-top:0.401875rem;padding-right:0.349375rem;padding-bottom:0.401875rem;padding-left:0.349375rem;width:2.09625rem;min-width:2.09625rem;height:2.160625rem;font-size:1.608125rem;line-height:34.57px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0.150625rem solid #139a57;border-right:0.149375rem solid #139a57;border-bottom:0.150625rem solid #139a57;border-left:0.149375rem solid #139a57; }
#Ep1qePf6EceeO8ouTTBN9f2oZshgW00X .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.25125rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.795625rem;height:0.85375rem;font-size:0.603125rem;line-height:13.66px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#Ep1qePf6EceeO8ouTTBN9f2oZshgW00X { width:16.375rem;height:4.370625rem;display:flex;top:25.6875rem;left:1.375rem;z-index:15005;padding-top:0.05rem;padding-right:0.05rem;padding-bottom:0.05rem;padding-left:0.05rem;border-top:0.401875rem solid #ffffff;border-left:0.399375rem solid #ffffff;border-right:0.399375rem solid #ffffff;border-bottom:0.401875rem solid #ffffff; }
 }@media only screen and (max-width: 763px) { #Ep1qePf6EceeO8ouTTBN9f2oZshgW00X #AgyrFTu9n1o280QdxnzMFQqiIzr7Dg6S { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Ep1qePf6EceeO8ouTTBN9f2oZshgW00X #RPpmUu6nWTxvEdazRX3MRsqmpdfPXJ3s {  }
 }@media only screen and (max-width: 763px) { #Ep1qePf6EceeO8ouTTBN9f2oZshgW00X #nOpyobCkeQvLMMCKBUCTewHKxHNMszMR {  }
 }@media only screen and (max-width: 763px) { #Ep1qePf6EceeO8ouTTBN9f2oZshgW00X #GKubrGs5GdgUS8JXd0I70MtDUXVxegBk { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Ep1qePf6EceeO8ouTTBN9f2oZshgW00X #QsVZMpv14B5QTKcHRXq1kCMa6kWxkzyH {  }
 }@media only screen and (max-width: 763px) { #Ep1qePf6EceeO8ouTTBN9f2oZshgW00X #rOwaA2hNeyo3tEsTTTnrxUI5po7Z9UXL {  }
 }@media only screen and (max-width: 763px) { #Ep1qePf6EceeO8ouTTBN9f2oZshgW00X #NKNFdyPdo0QL4D4TOwc91FJxmqVOUBPX { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Ep1qePf6EceeO8ouTTBN9f2oZshgW00X #SslZN2Es3oat7ceIWVGWSDB5B9JS23J4 {  }
 }@media only screen and (max-width: 763px) { #Ep1qePf6EceeO8ouTTBN9f2oZshgW00X #Af8DrpwgezQ5Ht3gqEmxmmTzoT9ENxHk {  }
 }@media only screen and (max-width: 763px) { #Ep1qePf6EceeO8ouTTBN9f2oZshgW00X #RGihkRXohfe1H1wBqXlMy7rqp0iIvdQk { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Ep1qePf6EceeO8ouTTBN9f2oZshgW00X #LTXskoL8F8UehVLzaw05pG9B5R47u31y {  }
 }@media only screen and (max-width: 763px) { #Ep1qePf6EceeO8ouTTBN9f2oZshgW00X #sCLCV4UrceOH9D1dbBuoZOiWoAflbwfH {  }
 }@media only screen and (max-width: 763px) { #zrQKwEkZCy6x5xD4y8xPbclQKXFETWsS { width:18.375rem;height:4.4375rem;top:19.8125rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lT5n97D1GoZ2q0arwJun7AW2qM1OpL7o { width:17.187rem;height:3.2504875rem;top:20.4052734375rem;left:1.40478515625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kdTzxZ4imZMF1eLZC9EIbdBKSpserZhr { background-color:transparent;background-image:url("https://images.assets-landingi.com/Hya5Up40/Christmas_Lights_Example_1024x576.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#kdTzxZ4imZMF1eLZC9EIbdBKSpserZhr.adaptive-delivery-prevent-bg, #kdTzxZ4imZMF1eLZC9EIbdBKSpserZhr.lazyload, #kdTzxZ4imZMF1eLZC9EIbdBKSpserZhr.lazyloading { background-image: none; }#kdTzxZ4imZMF1eLZC9EIbdBKSpserZhr > .row .container { width:20rem;height:43.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #rw3cNifnItokygpehdPltgAnudiZCOoT { width:20rem;height:6.3375rem;top:1.625rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XcvTTM7Kz0KpfT3q0zaAHebCSQST8BLt { width:20rem;height:9.75rem;top:8.9375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xwIIAa2AP56Ln5g7hBVx4nzf3cIsae0z { width:19.375rem;height:19.5rem;top:20.187321662903rem;left:0rem;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkMA1xmrAWlxp5oWpb2FDiyR3cJ7vXML { width:17.1875rem;height:4.875rem;top:21.4375rem;left:1.40625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Q0G4JUdTbBpa7SSRRdpTTAK6Zt3UACrM .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#Q0G4JUdTbBpa7SSRRdpTTAK6Zt3UACrM .widget-text.counter-number { padding-top:0.401875rem;padding-right:0.349375rem;padding-bottom:0.401875rem;padding-left:0.349375rem;width:2.09625rem;min-width:2.09625rem;height:2.160625rem;font-size:1.608125rem;line-height:34.57px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0.150625rem solid #139a57;border-right:0.149375rem solid #139a57;border-bottom:0.150625rem solid #139a57;border-left:0.149375rem solid #139a57; }
#Q0G4JUdTbBpa7SSRRdpTTAK6Zt3UACrM .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.25125rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.795625rem;height:0.85375rem;font-size:0.603125rem;line-height:13.66px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#Q0G4JUdTbBpa7SSRRdpTTAK6Zt3UACrM { width:16.3739375rem;height:4.36979375rem;display:flex;top:28.311459541321rem;left:1.4281250238419rem;z-index:15005;padding-top:0.05rem;padding-right:0.05rem;padding-bottom:0.05rem;padding-left:0.05rem;border-top:0.401875rem solid #ffffff;border-left:0.399375rem solid #ffffff;border-right:0.399375rem solid #ffffff;border-bottom:0.401875rem solid #ffffff; }
 }@media only screen and (max-width: 763px) { #Q0G4JUdTbBpa7SSRRdpTTAK6Zt3UACrM #Mdg4ZlXHfmBGCeoUxtQaBKBcA8H5Od9F { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Q0G4JUdTbBpa7SSRRdpTTAK6Zt3UACrM #w8k7IiLbJ0ifb3XL1lttuP0S6lKb1sKc {  }
 }@media only screen and (max-width: 763px) { #Q0G4JUdTbBpa7SSRRdpTTAK6Zt3UACrM #TdDUe0bqz0TJd0qtP5T0ZhNJqIxO4aw3 {  }
 }@media only screen and (max-width: 763px) { #Q0G4JUdTbBpa7SSRRdpTTAK6Zt3UACrM #r8TthdzNf2MVxuCKtQAHKoBEG9XtKTr0 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Q0G4JUdTbBpa7SSRRdpTTAK6Zt3UACrM #W9PGrl7GGAAmzL2WiMPVaSsTJGPGXdSv {  }
 }@media only screen and (max-width: 763px) { #Q0G4JUdTbBpa7SSRRdpTTAK6Zt3UACrM #PbctypLHFVWTTGR4aTft41t8AM0Vd7IP {  }
 }@media only screen and (max-width: 763px) { #Q0G4JUdTbBpa7SSRRdpTTAK6Zt3UACrM #NHlGTVErTTf0MsBNQBGSUKT1EsUnXOlC { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Q0G4JUdTbBpa7SSRRdpTTAK6Zt3UACrM #iHylT4TSalhtueqkD9lqsRmp3hMRzC0i {  }
 }@media only screen and (max-width: 763px) { #Q0G4JUdTbBpa7SSRRdpTTAK6Zt3UACrM #DQkCukqzLQBHwlbOg4caaZ5bt0FvuzUW {  }
 }@media only screen and (max-width: 763px) { #Q0G4JUdTbBpa7SSRRdpTTAK6Zt3UACrM #QOkegm9ulesAsFH0oiT9z24NC3sokpVi { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Q0G4JUdTbBpa7SSRRdpTTAK6Zt3UACrM #ACKy1qmdo6AZwxQx9tndDoCN9952rC5P {  }
 }@media only screen and (max-width: 763px) { #Q0G4JUdTbBpa7SSRRdpTTAK6Zt3UACrM #TU2uxMQ7JR7UeJ2DinN5sU3Iao8yTpa1 {  }
 }@media only screen and (max-width: 763px) { #L5x38UfZ25NZpveNGkwFgpNGPnmSIF6P { width:18.75rem;height:3.5rem;top:35.458982467651rem;left:0.62411218881607rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBSqduJ255ZN6pbiRRZiKmBh96Z4NFIk { display:block; }
 }@media only screen and (max-width: 763px) { #SbuXfIzL6CmwdB1OHSXB2MCsHODSPCUm { width:19.25rem;height:5.125rem;top:21.405210494995rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sKiZdGalhq0TGlqUKOEQExQmR4ygfTs5 { display:none; }#sKiZdGalhq0TGlqUKOEQExQmR4ygfTs5 > .row .container { width:20rem;height:56.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ORPTJgNVpCLqvaXcpv52oKpSAO7MoVME { width:20rem;height:13.3125rem;top:19.8076171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aCT4LMZkK0mgRaaB5Tw3gRyw1hzPyHEJ { width:20rem;height:13.3125rem;top:42.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DVhTnW3gVdiUuvqJJJoyz7rq8oTekB2l { width:18.8125rem;height:2.275rem;top:12.223958492279rem;left:0.59375rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #S31sCNCE7HorG97Rd6AshMkVF8a6gaDK { width:12.5rem;height:2.275rem;top:34.75rem;left:3.75rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qFD12N0s8BkAk05BldOydcnTAwOXFpi0 { width:20rem;height:9.09725rem;top:1.25rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QBTceK2Qt4CdPRmreeyHwEJfVBLTnv6P { width:20rem;height:3.25rem;top:15.120125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #V8Iy9MTUZAUdT8Bc8H3oSE0IVlRKTb3u { width:20rem;height:3.25rem;top:37.5rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #scIOLEorJJubkWONVPCiMA2kuJT8DLbK { display:none; }#scIOLEorJJubkWONVPCiMA2kuJT8DLbK > .row .container { width:20rem;height:41.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #bCppvlXFcEgHgNooIqh58zgTtQtCKIba { width:19.5rem;height:13rem;top:9.59765625rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oooWq4pR3WftLkZDOeEs8btpcwewnNAN { width:20rem;height:13.3125rem;top:27.046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H7A9aRZ0ysr7eSNNADSahpZPH0k2HW55 { width:20rem;height:1.94921875rem;top:7.3984375rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #haaPRUKT93gx9rfsW7WQqs6OBWwoM2oX { width:20rem;height:1.94921875rem;top:24.84765625rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZXlTOoBHT7Gr7qPRWHJZ8CyQ4qGX1BSu { width:20rem;height:5.84765625rem;top:1.25rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CyoHuaQmNxA89UwgVyp3N1Q4JIbd1fdM { display:block; }#CyoHuaQmNxA89UwgVyp3N1Q4JIbd1fdM > .row .container { width:20rem;height:13.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wOQS8cH79ThEbMuxfBW9cLAXUZ7yOeso { width:8.125rem;height:2.4375rem;top:0.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnIbPOVtAS4WJtDQxWV3bTM7STnifWaE { width:8.125rem;height:1.5rem;top:1.34375rem;left:11.150390625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJTveRqPhTQIMw1TI7098ZyupTIUW2wm { width:7rem;height:1.25rem;top:8.25rem;left:0.18750011920929rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbnwXsGc5AElQTowcPpAl4DZ82o8bJQ3 { width:9.375rem;height:1.75rem;top:3.3125rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RglTHuZN3AbHVuNOkZKAdUitGwHtB38G { width:8.9375rem;height:1.75rem;top:3.3125rem;left:10.744140625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERlGmkrTJ7gh4zfpToweJfErHByLP44U { width:9.375rem;height:1.8125rem;top:9.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #db5tiXVJn05GWKLatDEnEJHBqkOHop5p { width:9.4375rem;height:2.2749rem;top:5.0618438720703rem;left:0.3125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DGxR3EPPPZ00lx1SmyrHt2T5VbuPZX3y { width:9.25rem;height:1.13769375rem;top:5.0625rem;left:10.587890625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tC8cecGQBSQWF16OK47DrEED4REJTlOx { width:9.3125rem;height:1.13769375rem;top:11.5625rem;left:-0.125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NdOIF0STknstBlbltLFnwxkFoJGn5hPx { width:6.5rem;height:2.4375rem;top:7.34375rem;left:11.962890625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMQZLZF7IbAvbSg0eLKxJwJZaKu6SIcK { width:9.25rem;height:1.8125rem;top:9.8125rem;left:10.587890625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTFcGH2p7BT70LuVibg0oKk3AKdV5R8Z { width:9.375rem;height:1.13769375rem;top:11.59375rem;left:10.744140625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CmTSaGl0xEhqoAPiWMHBcJOHeX9oASqx { display:block; }#CmTSaGl0xEhqoAPiWMHBcJOHeX9oASqx > .row .container { width:20rem;height:4.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vLcXKDBCdT72TqCP9iCiniCfWuZ9qF2n { width:20rem;height:2.6001rem;top:0.94921875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #zLWPOmh94pb9fvJFdzTSFcmzfpy8Wmwm { display:block; }#zLWPOmh94pb9fvJFdzTSFcmzfpy8Wmwm > .row .container { width:20rem;height:39rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fuzlr4WJHMayt2IF3LXPXQTkBi3iN3xi { width:11.5rem;height:1.4619125rem;top:26.375rem;left:4.25rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OtOTMKO1HZZ4ns0J23OHHFvcpuRQ0OZV { width:13.375rem;height:1.875rem;top:26.1875rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGDAmzptZzkT0bk4xndLZnpb8ZEwUgF8 { width:13.375rem;height:8.875rem;top:28.8125rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vrGzIk9gzV6ddeB06NmLCRHOOtcK7md7 { width:11.5rem;height:1.4619125rem;top:13.875rem;left:4.25rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OXtBqGfw3aws4v2rXvXlJUGedSTmGS93 { width:13.375rem;height:8.9375rem;top:16.1875rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N7EwcDGKLJBmPxOoRP3kI9zaBdL1tIgu { width:13.375rem;height:1.875rem;top:13.6875rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XaSag2kBhkLqmXXtOpvJG1AuCJdlAmd0 { width:13.375rem;height:8.875rem;top:3.8125rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xIazbTt2aVHo1dTm5ZwuhPJAXmdgQFiV { width:7.3125rem;height:1.4619125rem;top:1.45703125rem;left:6.34375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xwEnT113vuxqhQDbeXqUk2HgXQ8mHepT { width:13.375rem;height:1.875rem;top:1.25rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EKsFFXIXtT1qOTGFJ6HVobFrSQLbGt7T { display:block; }#EKsFFXIXtT1qOTGFJ6HVobFrSQLbGt7T > .row .container { width:20rem;height:34.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pfBgsfG9bXvZerrLagsl4nXUmxTR8fpM { width:20rem;height:13rem;top:4.1246447563171rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZGLA5MG7hc6VqJ5T6PpqhJoItEaZn6OZ { width:20rem;height:12.625rem;top:21.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NVPllNQnMlspRqSM2nPrXd2wVS4GKamO { width:20rem;height:2.4375rem;top:1.2109386920929rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gXnys8WywSoAF80UTSm0NiWXDGGEMLPC { width:20rem;height:2.4375rem;top:18.625rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lezzhi6T3Lox3tD0lCrxA0kQ8JqQvDMT { display:none; }#lezzhi6T3Lox3tD0lCrxA0kQ8JqQvDMT > .row .container { width:20rem;height:167.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #wPmHGOPLXDuLlwwF9taUHsaHkmbFSwP5 { width:20rem;height:1.7875rem;top:1.25rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #a8s4RtzzUENsyFpZQfSMvFDxHOBTlmfA { width:20rem;height:4.725rem;top:4.3333333730697rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #b1mctybCxeWnOW1Qfkh1Qk2rl0n3z6dA { width:20rem;height:1.70625rem;top:16.061789512634rem;left:0rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OhiHeN3dLDg8xTPvT2KydFyTGEaJeAMo { width:20rem;height:4.0625rem;top:83.5rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zxh0BSiAAkNIbLBaRiR5syyT5RXPsLPo { display:block; }
 }@media only screen and (max-width: 763px) { #n1BTm8Hf67tyu19cECoTnH3KBcPiTT06 { width:20rem;height:11.375rem;top:18.3125rem;left:0rem;font-size:1.125rem;display:block; }#n1BTm8Hf67tyu19cECoTnH3KBcPiTT06 li:before{  }
 }@media only screen and (max-width: 763px) { #GyDGW24ud2QwJB49TKq5QqZNE7Eg1LV8 { width:20rem;height:4.75rem;top:10rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdRpLSftpXWnu1H4GqohSu7R7wx2OOFn { width:17.4369375rem;height:3.575rem;top:10.748400688171rem;left:1.2801845669746rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gxPZch7f7mHG3ZhDA6q6OC13UTK1kU1i { width:15.625rem;height:9.375rem;top:72.4375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLGB7rrRVyezSJe6A4M87gxPgAaRhVL2 { width:15.5rem;height:10.3125rem;top:59.25rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CNw9znJWAVyUcn2s2ECzqmaZ16yT80CK { width:11.5rem;height:1.4625rem;top:57.5rem;left:4.25rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xVzUSRpv4vTlHimZHKAvVn3TrZKkpDy4 { width:11.5rem;height:1.4625rem;top:70.6875rem;left:4.25rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fTURJ4didhRD5eX1BuQe1DLyu0W4J6K8 { width:15.625rem;height:10.375rem;top:32.9375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2rqIQ8v7zit4Demf1skuvuCdz1vK0uM { width:15.625rem;height:10.375rem;top:45.625rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UM9D9lofPvGKuuezAffEZf8oZCEN5pnK { width:7.3125rem;height:1.4625rem;top:31.25rem;left:5.8125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #w6uQ76UEeGVJX8rlw1a8EATICTCzpmtT { width:7.3125rem;height:1.4625rem;top:43.9375rem;left:6.375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yEP33A5BWKJwKkw7bGRD2exGlPJRghba { display:block; }#yEP33A5BWKJwKkw7bGRD2exGlPJRghba > .row .container { width:20rem;height:68.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b5W5zSiTFcRTk2fmpmPXCrHLhlTqVC8C { width:4.5625rem;height:4.5625rem;top:4.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fK0AkqH2Gy760I0lX2ZZsVTHpU8i4GPB { width:13.75rem;height:1.38135rem;top:2.0625rem;left:6.25rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #a21JZ2z6AG9Vtvb44asXw4IJXloNWLQZ { width:13.75rem;height:6.7998125rem;top:4.125rem;left:6.25rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aN6NZSndUbfhGwD4DTQiNzZfw26lPCSm { width:4.5625rem;height:4.5625rem;top:16.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Av575rQIfoJcC7BZwwwH75l8V7O3Mfxb { width:13.75rem;height:1.38135rem;top:15.25rem;left:6.25rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Kfk7vMoZ19lgctpIC4OxuG8DrFSMJtkg { width:13.75rem;height:6.7998125rem;top:16.5625rem;left:6.25rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pb4CKfuFlRpnLbWvWvCpQBcTbBAWJCEb { width:4.5625rem;height:4.5625rem;top:61.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #poTbeTwSM9KfnpD9ZQCAqFcSZmQCdO80 { width:13.75rem;height:1.38135rem;top:59.6875rem;left:6.25rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nfH1yaXRoMv3fdTu7uVuIhICmy8lQrhe { width:13.75rem;height:5.09985625rem;top:61.0625rem;left:6.25rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #z36W7B2veK2e8pKwbqf2SkETBt1k8NWc { width:4.5625rem;height:4.5625rem;top:26.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gqDbt1XMJ5IZHAHHH6IybJeqSs7FGe2H { width:13.75rem;height:1.38135rem;top:26.3125rem;left:6.25rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QtpHGc2LLEfA3255OQmpgoSeHBgMciZg { width:13.75rem;height:5.09985625rem;top:27.6875rem;left:6.25rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yiAWWCDgF3iohqg4bTONcq9TJOX3RBCb { width:4.5625rem;height:4.5625rem;top:38.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kwJgEQWJzTqQQF6PKHbFUWH9uS9gDiwx { width:4.5625rem;height:4.5625rem;top:49.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oFlcfDG2RryS9afkgWw5TtvQGVoASMAi { width:13.75rem;height:1.38135rem;top:47.875rem;left:6.25rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #p37s9G4tNvOzpPvafxDc0vBXyg0cqwXn { width:13.75rem;height:6.7998125rem;top:49.25rem;left:6.25rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qaB2cD2mkbOsuhvQHc8ZcS1HdkTrff4n { width:13.75rem;height:1.38135rem;top:36.6875rem;left:6.25rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aDaMPicTS7nTILFWzbDN7RT0uTrbp5Ad { width:13.75rem;height:6.7998125rem;top:38.0625rem;left:6.25rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TNRzyaSilEFpWvpTgVlBTVfVT7t0hnLK { display:block; }#TNRzyaSilEFpWvpTgVlBTVfVT7t0hnLK > .row .container { width:20rem;height:10.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p2fk8ozvRdqDhz1dXNai4waP0JzfFMil { width:20rem;height:3.75rem;top:5.4375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lUxEWMUsEy7pFcu0ufpczpmRhL7NWgUI { display:block; }
 }@media only screen and (max-width: 763px) { #DEV5vHNVxTqqTv7fThrT4XTR1nWXEMGI { width:20rem;height:3.75rem;top:0.9375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kIXCTRLtkmHyqFsNfueqOdTsxggIsESc { display:block; }
 }@media only screen and (max-width: 763px) { #raqTLT0ZyZl54THUJ01tkOVuwfOnTZwL { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/72944be1-963a-48e5-a594-d4168451b3fc/resized2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#raqTLT0ZyZl54THUJ01tkOVuwfOnTZwL.adaptive-delivery-prevent-bg, #raqTLT0ZyZl54THUJ01tkOVuwfOnTZwL.lazyload, #raqTLT0ZyZl54THUJ01tkOVuwfOnTZwL.lazyloading { background-image: none; }#raqTLT0ZyZl54THUJ01tkOVuwfOnTZwL > .row .container { background-color: transparent; background-image: none; }#raqTLT0ZyZl54THUJ01tkOVuwfOnTZwL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#raqTLT0ZyZl54THUJ01tkOVuwfOnTZwL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#raqTLT0ZyZl54THUJ01tkOVuwfOnTZwL > .row .container > .video-iframe-container { display: none; }#raqTLT0ZyZl54THUJ01tkOVuwfOnTZwL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#raqTLT0ZyZl54THUJ01tkOVuwfOnTZwL > .row > .video-iframe-container { display: none; }#raqTLT0ZyZl54THUJ01tkOVuwfOnTZwL > .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); }#raqTLT0ZyZl54THUJ01tkOVuwfOnTZwL > .row .container { width:20rem;height:19.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kbmFL2TPiGmrFddpUHBOg5TPUFSQsNsl { display:block; }#kbmFL2TPiGmrFddpUHBOg5TPUFSQsNsl > .row .container { width:20rem;height:58.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vFT5UxUu1ErZ50A0Zb28hul9yqvy3OF3 { width:20rem;height:1.7875rem;top:2.5rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #G7E50nqTmhkuNDDK9uqClKCvlrlP5lko { width:20rem;height:6.2988125rem;top:8.3123111724856rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FT2dPa8IFtVLDdup7gIJWhazncKGrNaO { width:11.3743125rem;height:2.24964375rem;top:16rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BtwiS8bRwmgnLJIqCDiIqTThq0mSAQWy { width:12.5rem;height:1.70625rem;top:18.25rem;left:3.75rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KpWZGioztET0sZtHyX2G6T03etN0O2if { width:20rem;height:6.2988125rem;top:43.937320709229rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T0JhcFKEqIGWdacKRfEPJ34STPAD63IW { width:11.3743125rem;height:2.1875rem;top:52.5625rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eA2KneZ2noPTtlwEwhgH2Z1lD4Ah7Dzg { width:12.5rem;height:1.70625rem;top:54.75rem;left:3.75rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HdHFFbvZeQZbebTODTx8cITdmnb2KWfe { width:18.49875rem;height:8.4375rem;top:22.748596191406rem;left:0.75017756223681rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #oAQCsuP00AQ3nxqVCuazJb1Tn6g83tPb { width:11.3743125rem;height:2.24964375rem;top:32.5625rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CpGTk5qxWZUKWxgLTZyCk6kce9nQZ73s { width:12.5rem;height:1.70625rem;top:34.8125rem;left:3.75rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ntkKus8ENJDPmtC1o40W8QF8HbSB1JvW { width:3.125rem;height:3.125rem;top:39.248933792114rem;left:8.4374995827675rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuanIHsm6Rl4KVlFfuaXpTWeGV0Biv2L { width:3.125rem;height:3.125rem;top:5.1875rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A6CUEwqublXt1tOQHvP4iAA2UkcJJa0p { display:block; }#A6CUEwqublXt1tOQHvP4iAA2UkcJJa0p > .row .container { width:20rem;height:29.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M4vt6ZTybhQmZ561mIhfQbRk42dq7vUi { width:20rem;height:13.3125rem;top:1.25rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5Vfk6rEdvB8w48nboDXGvbkIIbFcTmf { width:20rem;height:13.3125rem;top:15.7493125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KrgEU5IooaMTb63Bmc4VTrMDQaFL4QcE { display:block; }#KrgEU5IooaMTb63Bmc4VTrMDQaFL4QcE > .row .container { width:20rem;height:29.123291015625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OKWfwa2p3DTCd1sd2qiyAL0S5ckyRxDW { width:20rem;height:13.3123125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fAL6OEkwFUtMtyfswahvrdmrofK57Mfx { width:20rem;height:13.3125rem;top:15.8114375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ii6PC521GSxooxF4156Ot25fbfc0RvsC { display:block; }#ii6PC521GSxooxF4156Ot25fbfc0RvsC > .row .container { width:20rem;height:29.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wAQT1RiJ7hsKwLRrUn0ul0K7TbQf2xlI { width:20rem;height:13.3123125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SWirFscgbRaQXDtfGEgXwM3ngV0ctV7p { width:20rem;height:13.3123125rem;top:15.8114375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ou3l240IAzbOqHJkkxNp9Gdirpibv79G { display:block; }#ou3l240IAzbOqHJkkxNp9Gdirpibv79G > .row .container { width:20rem;height:29.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z8EdOv2kIQHoxtt4yN6eRr30McvavnPg { width:20rem;height:13.3125rem;top:1.25rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oLQV4NPvOy8Ub3ob7KJg62gddnyFvVCl { width:20rem;height:13.3123125rem;top:15.7493125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c56Z6BDCHSoL2o3h7cLowd4SUncDINoq { display:block; }#c56Z6BDCHSoL2o3h7cLowd4SUncDINoq > .row .container { width:20rem;height:30.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hU0SQWm8cp7wVZtNUMENcbmsMruUfPZx { width:20rem;height:13.3123125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LrX3dTQa0rrsoldrqcp9nlXBabULRNUd { width:20rem;height:13.3123125rem;top:15.8114375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZIB8TVoC1unb93rZTC79G57NrkSgavbW { display:block; }#ZIB8TVoC1unb93rZTC79G57NrkSgavbW > .row .container { width:20rem;height:20.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U7qPOZsTbt3RtvxUmnIsKENb0ck4KbVJ { width:20rem;height:3.2504875rem;top:1.25rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #fQrF11czSfA5LA9NSRuIUzcEXiKI4o0v { width:20rem;height:3rem;top:5.875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #iyHyWQAuQwOQsmuRCx2zvcOU95fW0QWh { width:20rem;height:4.0625rem;top:14.625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rNVlpflc14Z9pca8XDIpfsbLlbOODFTC { display:block; }
 }@media only screen and (max-width: 763px) { #N6whJb84FbbLBBkGHnfLtPSKQGxr2zrJ { width:19.9995rem;height:3.75rem;top:10.1875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M739dnZ6b7TVMVNzVeZTLFqU3i8PayQS { display:block; }
 }@media only screen and (max-width: 763px) { #E3pV0V5G22xqEaBK0ONd1vxXt8GPK0ty { display:block; }#E3pV0V5G22xqEaBK0ONd1vxXt8GPK0ty > .row .container { width:20rem;height:15.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vwqWWG5OmIrexboP3ZPgo5fV7K4ZFT9B { width:20rem;height:2.2749rem;top:1.25rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Lvuw7qngZFCHQyIUoqGuCHHyBUTG3ZaB { background-color:#ffffff;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;position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#Lvuw7qngZFCHQyIUoqGuCHHyBUTG3ZaB > .row .container { background-color: transparent; background-image: none; }#Lvuw7qngZFCHQyIUoqGuCHHyBUTG3ZaB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lvuw7qngZFCHQyIUoqGuCHHyBUTG3ZaB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lvuw7qngZFCHQyIUoqGuCHHyBUTG3ZaB > .row .container > .video-iframe-container { display: none; }#Lvuw7qngZFCHQyIUoqGuCHHyBUTG3ZaB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lvuw7qngZFCHQyIUoqGuCHHyBUTG3ZaB > .row > .video-iframe-container { display: none; }#Lvuw7qngZFCHQyIUoqGuCHHyBUTG3ZaB > .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); }#Lvuw7qngZFCHQyIUoqGuCHHyBUTG3ZaB > .row .container { border-width: 0; border-radius: 0; }#Lvuw7qngZFCHQyIUoqGuCHHyBUTG3ZaB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Lvuw7qngZFCHQyIUoqGuCHHyBUTG3ZaB > .row .container { width:20rem;height:7.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BuU1A6FdxK3elsc4aUO3xKk5Bc8EhSey { width:20rem;height:3.125rem;top:0.3125rem;left:0rem;font-size:1.3125rem;z-index:15007;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #139a57, #145923);background-image: -moz-linear-gradient(180deg, #139a57, #145923);background-image: -ms-linear-gradient(180deg, #139a57, #145923);background-image: -o-linear-gradient(180deg, #139a57, #145923);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#139a57', endColorstr='#145923' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#139a57', endColorstr='#145923' );";background-image: linear-gradient(180deg, #139a57, #145923);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #lNtXSFcDiqCi8S8cBlbPN86Wx1iCecqk { display:block; }
 }@media only screen and (max-width: 763px) { #uqtwVhwNHugXKeT53MebEvTbbHkyF2hK { width:20rem;height:3.125rem;top:3.75rem;left:0rem;font-size:1.3125rem;z-index:15009;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;border-top:0.125rem solid #145923;border-left:0.125rem solid #145923;border-right:0.125rem solid #145923;border-bottom:0.125rem solid #145923;color:#145923;display:block; }
 }@media only screen and (max-width: 763px) { #Xy7F8UhMJlRfJAXyqkIrqgL0GlUF7mP5 { display:block; }
 }