.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:219,245,226;--color-primary-1:147,224,169;--color-primary-2:75,204,111;--color-primary-3:45,122,67;--color-primary-4:4,118,59;--color-secondary-0:249,220,221;--color-secondary-1:255,113,118;--color-secondary-2:225,78,83;--color-secondary-3:217,34,40;--color-secondary-4:45,16,17;--color-tertiary-0:255,255,255;--color-tertiary-1:106,107,112;--color-tertiary-2:53,53,53;--color-tertiary-3:25,25,25;--color-tertiary-4:0,0,0;--headlines-font-family:"montserrat";--paragraphs-font-family:"montserrat"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { 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;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-secondary-3),1);background-color:rgba(var(--color-tertiary-0),1);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:8.0625rem;width:60rem;position:relative;display:block; }#BvQr3zwNQKJoMfRTZ6BNG6OR8tATiZn5 { 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:5.3125rem;width:20.375rem;top:1.375rem;left:0rem;overflow:hidden;display:block; }
#uEzhTQRL3TaQuzRRicg2lBIMkmuJR1iF { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-1),1), #e20000);background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-1),1), #e20000);background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-1),1), #e20000);background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-1),1), #e20000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='#e20000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='#e20000' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-1),1), #e20000);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: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:2.1875rem;left:23rem;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-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);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-3),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:15007;text-align:center;text-align-last:center;top:2.15625rem;left:41.8125rem;display:block; }
#CZvlJQ1lbLlDk2FWOJm7Shuy4TaPIiN7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TaE4Tq4duImwT6Lq170w8nqDWg7KoosJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-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; }#TaE4Tq4duImwT6Lq170w8nqDWg7KoosJ > .row .container { background-color: transparent; background-image: none; }#TaE4Tq4duImwT6Lq170w8nqDWg7KoosJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TaE4Tq4duImwT6Lq170w8nqDWg7KoosJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TaE4Tq4duImwT6Lq170w8nqDWg7KoosJ > .row .container > .video-iframe-container { display: none; }#TaE4Tq4duImwT6Lq170w8nqDWg7KoosJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TaE4Tq4duImwT6Lq170w8nqDWg7KoosJ > .row > .video-iframe-container { display: none; }#TaE4Tq4duImwT6Lq170w8nqDWg7KoosJ > .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); }#TaE4Tq4duImwT6Lq170w8nqDWg7KoosJ > .row .container { border-width: 0; border-radius: 0; }#TaE4Tq4duImwT6Lq170w8nqDWg7KoosJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TaE4Tq4duImwT6Lq170w8nqDWg7KoosJ > .row .container { font-size:0.875rem;font-family:arial;height:11.1875rem;width:60rem;position:relative;display:block; }#hVWTIWaDlBMwBmcNIPUZnlcLEq1iJCyH { color:#001935;display:block;width:46.4375rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(var(--color-tertiary-4),0.5);top:8.7578125rem;left:6.78125rem;height:1.950075rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OTZC9nqacEqNeb4JmB4b5sz65fzG4SIU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:8.7013893127444rem;left:53.218753814698rem;filter: drop-shadow(0.1875rem 0.1875rem 0.1875rem #ffc061); }
#xiT6fXoDUCP0EWdG6TplTvaZfSNBLFPN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:8.7013893127444rem;left:4.7838554382324rem;filter: drop-shadow(0.1875rem 0.1875rem 0.1875rem #ffc061); }
#VyVITyKtemJTDVllSifgsFQiK2srZktg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#VyVITyKtemJTDVllSifgsFQiK2srZktg > .row .container { border-width: 0; border-radius: 0; }#VyVITyKtemJTDVllSifgsFQiK2srZktg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VyVITyKtemJTDVllSifgsFQiK2srZktg > .row .container { font-size:0.875rem;font-family:arial;height:11.4375rem;width:60rem;position:relative;display:none; }#CippFNEXDbfuHlukyNTfrIi2qyCIGxko { color:rgba(var(--color-tertiary-0),1);display:block;width:58.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:9.0718755722044rem;left:0.96875rem;height:1.46180625rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#wWGwCPERN7bdS8ZgXD0s2oNLUbNtHTXg { border-top:0;border-left:0;border-right:0;border-bottom:0.25rem solid rgba(var(--color-secondary-3),1);background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:none; }#wWGwCPERN7bdS8ZgXD0s2oNLUbNtHTXg > .row .container { border-width: 0; border-radius: 0; }#wWGwCPERN7bdS8ZgXD0s2oNLUbNtHTXg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wWGwCPERN7bdS8ZgXD0s2oNLUbNtHTXg > .row .container { font-size:0.875rem;font-family:"open sans";height:8.0625rem;width:60rem;position:relative;display:none; }#yJVXeJ2LSVsCmqvwEbWXRBVXJvhpWTev { 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:4.125rem;width:14.3125rem;top:3.0000002384186rem;left:5.3125rem;overflow:hidden;display:block; }
#VaDeNL93weiXkA0d4HJ7sOdTUTTBDESw { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-1),1), #e20000);background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-1),1), #e20000);background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-1),1), #e20000);background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-1),1), #e20000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='#e20000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='#e20000' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-1),1), #e20000);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: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:2.1875rem;left:23rem;display:block; }
#PxJCq1vUfyPfcFh9IgtuoT3Wu3NTL93y { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Emv9QZ3IAZMh8v8r9KnTMU0rA7qk4UT8 { 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-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);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-3),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.0625rem;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:15007;text-align:center;text-align-last:center;top:2.125rem;left:41.8125rem;display:block; }
#Sox8UermsKu6gwKsr0Su9DoulibmVWcs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GuiNdCtBMcumZ4fXxfDPDaK9iTJsrNLf { color:#d22c36;display:block;width:19.125rem;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:0.81250005960463rem;left:0.50833129882812rem;height:1.70625rem;font-style:normal;display:block; }
#q5P5k0XfAPPcPDTJwS7LXB6lCOWSQpT2 { 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:5.3125rem;width:5.3125rem;top:2.28125rem;left:0rem;overflow:hidden;display:block; }
#rhMLlcW8ZCMThPVPTm7z98xuOFaPCBwh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/9f4583e5-2454-4ad9-9278-0a31e3362185/ChristmasLightsonHouse.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; }#rhMLlcW8ZCMThPVPTm7z98xuOFaPCBwh.adaptive-delivery-prevent-bg, #rhMLlcW8ZCMThPVPTm7z98xuOFaPCBwh.lazyload, #rhMLlcW8ZCMThPVPTm7z98xuOFaPCBwh.lazyloading { background-image: none; }#rhMLlcW8ZCMThPVPTm7z98xuOFaPCBwh > .row .container { border-width: 0; border-radius: 0; }#rhMLlcW8ZCMThPVPTm7z98xuOFaPCBwh::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; }#rhMLlcW8ZCMThPVPTm7z98xuOFaPCBwh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rhMLlcW8ZCMThPVPTm7z98xuOFaPCBwh > .row .container { font-size:0.875rem;font-family:arial;height:71.125rem;width:60rem;position:relative;display:none; }#F6a9h1NGFi66FV6y4mv1DUtuLgZ6moKD { color:rgba(var(--color-tertiary-0),1);display:block;width:32.3125rem;position:absolute;font-family:poppins;font-size:3.75rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.25rem;left:1.96875rem;height:4.875rem;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; }
#SD5xUEi8Q5znKDP743ifCThXEd74JACa { color:rgba(var(--color-tertiary-0),1);display:block;width:36.25rem;position:absolute;font-family:poppins;font-size:2.8125rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:7.4375rem;left:0rem;height:12.65625rem;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; }
#u06MAAwavUvm7Zhg8G0sV18yqqMBOxA3 { color:rgba(var(--color-tertiary-0),1);display:block;width:36.875rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.9;letter-spacing:0;top:19rem;left:0rem;height:9.49950625rem;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:italic;display:block; }
#hpV4T4zI7xg68yGeblZJXKSzkr9rbNMM { box-sizing:content-box;height:6.125rem;width:25.3125rem;position:absolute;display:block;z-index:15008;background-color:#ff0000;background-image:none;top:30.625rem;left:5.4375rem;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; }
#UORfXfG4ebqSARoWN4K0Nh9c7hr4m7BH { color:#014a7c;display:block;width:23.0625rem;position:absolute;font-family:lato;font-size:1.4375rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:32.875rem;left:6.6875rem;height:3.736575rem;text-align:center;text-align-last:center;display:block; }
#TvpkhJx59UxxJPFw7sG44OJEF6ov9RSL .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; }
#TvpkhJx59UxxJPFw7sG44OJEF6ov9RSL .widget-text.counter-number { border-top:0.1875rem solid #139a57;border-left:0.1875rem solid #139a57;border-right:0.1875rem solid #139a57;border-bottom:0.1875rem solid #139a57;background-color:rgba(var(--color-tertiary-0),1);background-image:none;color:#139a57;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; }
#TvpkhJx59UxxJPFw7sG44OJEF6ov9RSL .widget-text.counter-label { background-color:;background-image:none;color:#139a57;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; }
#TvpkhJx59UxxJPFw7sG44OJEF6ov9RSL { 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.4998125rem;height:5.43728125rem;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:37.9375rem;left:7.875rem;z-index:15010; }
#TvpkhJx59UxxJPFw7sG44OJEF6ov9RSL #ybQlQag7irqPsGW28SNfpcIS7Ku4Tg1F { display:flex;position:relative;top:0rem;left:0rem; }
#TvpkhJx59UxxJPFw7sG44OJEF6ov9RSL #dv5FPzmEHtl4UMkr0nnmpbNUlkabRbww { width:auto; }
#TvpkhJx59UxxJPFw7sG44OJEF6ov9RSL #ZdkHfuna9xLQGVgXxQ8CmR9R8LcGbkGa {  }
#TvpkhJx59UxxJPFw7sG44OJEF6ov9RSL #a1blpOGMvPWtd3EZanwnpXrSG500dgig { display:flex;position:relative;top:0rem;left:0rem; }
#TvpkhJx59UxxJPFw7sG44OJEF6ov9RSL #fcpOp4ectfk8iN5vl9g9MLb5h6A4ZzF9 {  }
#TvpkhJx59UxxJPFw7sG44OJEF6ov9RSL #M9sNAOSZvJrCVpGzMhR09q19INVNwm2E {  }
#TvpkhJx59UxxJPFw7sG44OJEF6ov9RSL #vX37geyNkeReaxBzHUv98zQfymXuTEAP { display:flex;position:relative;top:0rem;left:0rem; }
#TvpkhJx59UxxJPFw7sG44OJEF6ov9RSL #VtuzbH2uCvgeSoPOQwaA9KWHz1FaszwH {  }
#TvpkhJx59UxxJPFw7sG44OJEF6ov9RSL #IVGeWT3KJmLtbd1cwibScSZLq2EDtwSU {  }
#TvpkhJx59UxxJPFw7sG44OJEF6ov9RSL #t1wv3kZu1EAodgSR7CE76SRdz3glrU1H { display:flex;position:relative;top:0rem;left:0rem; }
#TvpkhJx59UxxJPFw7sG44OJEF6ov9RSL #oNpgxwHoHgyALcxMczQkdodUS1cEs9rB {  }
#TvpkhJx59UxxJPFw7sG44OJEF6ov9RSL #KFRIqQUCJCJTETdhWR8tnePJ5oIhiA1i {  }
#vafG7b0eTMaCxUUs3SgApoe5Xr2p1kLi { position:absolute;display:block;z-index:15004;border-top:0.1875rem solid rgba(var(--color-tertiary-0),1);border-left:0.1875rem solid rgba(var(--color-tertiary-0),1);border-right:0.1875rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:11.1875rem;width:16.9375rem;top:49rem;left:0.5625rem;overflow:hidden;display:block; }
#acF4CxgDhJmRAzah58sSnqM81vKNDsSI { position:absolute;display:block;z-index:15005;border-top:0.1875rem solid rgba(var(--color-tertiary-0),1);border-left:0.1875rem solid rgba(var(--color-tertiary-0),1);border-right:0.1875rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:11.1875rem;width:16.9375rem;top:49rem;left:18.8125rem;overflow:hidden;display:block; }
#Nh9qRchL78ftKcbrdOiLSNLIgpzeGWVI { color:rgba(var(--color-tertiary-0),1);display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;text-shadow:0.1875rem 0.0625rem 0.1875rem #e30000;top:60.5rem;left:1.1875rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RSvsMZTAz8xcZdl435N41rmBRJCyVuMh { color:rgba(var(--color-tertiary-0),1);display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;text-shadow:0.1875rem 0.0625rem 0.1875rem #e30000;top:60.5rem;left:19.3125rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Gqa33TOG74ypM3mLAFVFEtFUS7LFTWe0 { color:#014a7c;display:block;width:23.0620625rem;position:absolute;font-family:lato;font-size:1.625rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:30.878364086151rem;left:6.5928802490238rem;height:2.1120875rem;text-align:center;text-align-last:center;display:block; }
#KXHNiSuol5I4xUKc7bonl9O70XTAwQ8h { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/9f4583e5-2454-4ad9-9278-0a31e3362185/ChristmasLightsonHouse.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KXHNiSuol5I4xUKc7bonl9O70XTAwQ8h.adaptive-delivery-prevent-bg, #KXHNiSuol5I4xUKc7bonl9O70XTAwQ8h.lazyload, #KXHNiSuol5I4xUKc7bonl9O70XTAwQ8h.lazyloading { background-image: none; }#KXHNiSuol5I4xUKc7bonl9O70XTAwQ8h > .row .container { background-color: transparent; background-image: none; }#KXHNiSuol5I4xUKc7bonl9O70XTAwQ8h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-2),0.49); }#KXHNiSuol5I4xUKc7bonl9O70XTAwQ8h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KXHNiSuol5I4xUKc7bonl9O70XTAwQ8h > .row .container > .video-iframe-container { display: none; }#KXHNiSuol5I4xUKc7bonl9O70XTAwQ8h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-2),0.49); }#KXHNiSuol5I4xUKc7bonl9O70XTAwQ8h > .row > .video-iframe-container { display: none; }#KXHNiSuol5I4xUKc7bonl9O70XTAwQ8h > .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); }#KXHNiSuol5I4xUKc7bonl9O70XTAwQ8h > .row .container { border-width: 0; border-radius: 0; }#KXHNiSuol5I4xUKc7bonl9O70XTAwQ8h::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; }#KXHNiSuol5I4xUKc7bonl9O70XTAwQ8h > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KXHNiSuol5I4xUKc7bonl9O70XTAwQ8h > .row .container { font-size:0.875rem;font-family:arial;height:38.1875rem;width:60rem;position:relative;display:block; }#gJ9RfCWn5n5JBMImTk34IxHTMvSrAeJx { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-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:3.25rem;left:0rem;height:5.68725625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xuBEERTJfyTFo05XVe73t8sNU68r3pte { color:rgba(var(--color-tertiary-0),1);display:block;width:47.562125rem;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:8.3125rem;left:6.1875rem;height:5.361325rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#L90IShhyFehCq9acAV7rGJgS0dZewZVl { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem dashed rgba(var(--color-tertiary-0),1);border-left:0.1875rem dashed rgba(var(--color-tertiary-0),1);border-right:0.1875rem dashed rgba(var(--color-tertiary-0),1);border-bottom:0.1875rem dashed rgba(var(--color-tertiary-0),1);border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:20.25rem;width:27.5625rem;top:15.622918367386rem;left:16.085414886474rem;display:block; }
#lT5n97D1GoZ2q0arwJun7AW2qM1OpL7o { color:#014a7c;display:block;width:25.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:17.481249809265rem;left:17.40625rem;height:4.2236375rem;text-align:center;text-align-last:center;display:block; }
#pa53by72hTSh18LtxowAxkolEzR4SZ1k .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;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#pa53by72hTSh18LtxowAxkolEzR4SZ1k .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-3),1);background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0.515625rem;padding-right:0.450625rem;padding-bottom:0.515625rem;padding-left:0.450625rem;display:block;align-items:center;width:2.7025rem;min-width:2.7025rem;height:2.770625rem;position:relative;font-family:arial;font-size:2.061875rem;font-weight:700;line-height:44.33px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#pa53by72hTSh18LtxowAxkolEzR4SZ1k .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-secondary-3),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.321875rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.60375rem;height:1.09375rem;position:relative;font-family:"open sans";font-size:0.773125rem;font-weight:700;line-height:17.5px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#pa53by72hTSh18LtxowAxkolEzR4SZ1k { border-top:0.515625rem solid rgba(var(--color-tertiary-0),1);border-left:0.515rem solid rgba(var(--color-tertiary-0),1);border-right:0.515rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.515625rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;background-color:#ffffff;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:18.4375rem;height:5.125rem;padding-top:0.064375rem;padding-right:0.064375rem;padding-bottom:0.064375rem;padding-left:0.064375rem;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:23.476042747498rem;left:20.248958587646rem;z-index:15007; }
#pa53by72hTSh18LtxowAxkolEzR4SZ1k #uwTa1uhPxdnNSAheRzlDf2tT86SKlPcy { display:flex;position:relative;top:0rem;left:0rem; }
#pa53by72hTSh18LtxowAxkolEzR4SZ1k #Q9kIybZUtnhDEs32f8JFvAwo7WMrKIaN { width:auto; }
#pa53by72hTSh18LtxowAxkolEzR4SZ1k #skmkTqhm6VKK8yb8TymRrKfXXVnd7iJB {  }
#pa53by72hTSh18LtxowAxkolEzR4SZ1k #fTLfVmcJuJD8fB6hoN8XFn6rd2B2RBv7 { display:flex;position:relative;top:0rem;left:0rem; }
#pa53by72hTSh18LtxowAxkolEzR4SZ1k #T3R91JSNNl5rc6F7hBs4yD2Xb3XF8oVb {  }
#pa53by72hTSh18LtxowAxkolEzR4SZ1k #Sy8xAH1s641tLTw0MI0cSURPJ3St0kNB {  }
#pa53by72hTSh18LtxowAxkolEzR4SZ1k #QglbB86TfKcvr4XsFxtCMkoZHKLeEn7K { display:flex;position:relative;top:0rem;left:0rem; }
#pa53by72hTSh18LtxowAxkolEzR4SZ1k #CGxtHS0xJzP16ZggVGPVAXB2O6nHK4xh {  }
#pa53by72hTSh18LtxowAxkolEzR4SZ1k #cTgRoT44TaVJcJSul1GdwpB2tA4a6cXl {  }
#pa53by72hTSh18LtxowAxkolEzR4SZ1k #hT3F7fgnhIr3td3VMZPZ1CZXhPDIhoo2 { display:flex;position:relative;top:0rem;left:0rem; }
#pa53by72hTSh18LtxowAxkolEzR4SZ1k #DF96ozdvasfltqPObfn8PLUFuRg55uPF {  }
#pa53by72hTSh18LtxowAxkolEzR4SZ1k #is3ncWowWupy9CSwGoIVUTDdeqLTXD3e {  }
#lenZrAhWwAC4xX5onyTqy6HrSPZnQaMi { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-1),1), #e20000);background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-1),1), #e20000);background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-1),1), #e20000);background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-1),1), #e20000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='#e20000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='#e20000' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-1),1), #e20000);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:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.0625rem;height:3.75rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:30.8115234375rem;left:18.96875rem;display:block; }
#irThMF23DJpW8Bi4S1QikSMCMJIvcD1L { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XEfGQAauvN138qXeRXTOUvoqCBMa1DSn { box-sizing:content-box;height:5.5625rem;width:25.6875rem;position:absolute;display:block;z-index:15008;background-color:#002961;background-image:none;top:16.843751192093rem;left:17.15625rem;border-top-right-radius:1.125rem;border-bottom-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-top-left-radius:1.125rem;display:block; }
#cLh0zLtZIGuo0a1X9qH7JkIsQcT2SklI { 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; }#cLh0zLtZIGuo0a1X9qH7JkIsQcT2SklI > .row .container { border-width: 0; border-radius: 0; }#cLh0zLtZIGuo0a1X9qH7JkIsQcT2SklI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cLh0zLtZIGuo0a1X9qH7JkIsQcT2SklI > .row .container { font-size:0.875rem;font-family:arial;height:10.0625rem;width:60rem;position:relative;display:none; }#VBUvStxaOvFwDLWwV3Akv2xxEh1e4eJ2 { 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.375rem;width:10.25rem;top:1.125rem;left:2.375rem;overflow:hidden;display:block; }
#gfuIcbTIzbJ3p25vO0wTkNWa1IXrF3Py { 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.5625rem;top:1.6875rem;left:16.71875rem;overflow:hidden;display:block; }
#wUM2DA2NLF1Z3FxOe4T1cAMm8nTHDupm { 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:4.5625rem;width:9.4375rem;top:0.3125rem;left:32.8125rem;overflow:hidden;display:block; }
#aUnL6piCBkSIwuSPcJd36WKRfDOBZ1FJ { 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:3.9375rem;width:10.625rem;top:0.84375rem;left:47.1875rem;overflow:hidden;display:block; }
#cqJTzm7gbR5EdBNKTw7OnFD3f8N2Xskt { 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.0625rem;width:10.5625rem;top:5.0625rem;left:2.25rem;overflow:hidden;display:block; }
#GZPQMtBuGkFvzfJIbvuXr0SDQ8qIs9Fn { 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.0625rem;width:10.5625rem;top:5.0625rem;left:17.21875rem;overflow:hidden;display:block; }
#VlqtSaLfmxn1pBWpy6dTnLlfAItCuAgT { 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:2.0625rem;width:10.5625rem;top:5.125rem;left:32.3125rem;overflow:hidden;display:block; }
#o391Fft9Hl33cmvlVeClQhB6dX95wHyk { 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.0625rem;width:10.5625rem;top:5.0625rem;left:47.21875rem;overflow:hidden;display:block; }
#A8CTFQOsAsfRWGzrtNbffP1hLecyAKdI { color:#032842;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:7.5625rem;left:1.25rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#uuMt3lrhMsTZaKSfBiw45oXUTDuUPX1O { color:#032842;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:7.5625rem;left:16.25rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#k33EA65WRe2k1JCUa8GfTB5e3VquO3uh { color:#032842;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:7.5rem;left:31.25rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#OzJZzhsC9HR48wKPFOkCNG5koHrOHQny { color:#032842;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:7.5625rem;left:46.25rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#Sxgpvl8K0WaVyPIKSGotRXHkukcyphas { 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; }#Sxgpvl8K0WaVyPIKSGotRXHkukcyphas > .row .container { border-width: 0; border-radius: 0; }#Sxgpvl8K0WaVyPIKSGotRXHkukcyphas > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Sxgpvl8K0WaVyPIKSGotRXHkukcyphas > .row .container { font-size:0.875rem;font-family:arial;height:11.75rem;width:60rem;position:relative;display:none; }#MOaUXdrka7lJA62EBfuSSS7XU4ikVSQ2 { 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:3.375rem;width:10.25rem;top:1.75rem;left:4.875rem;overflow:hidden;display:block; }
#APeSXrv2hrXTxgaZeHKnhAJUUThLhWfq { 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:2.25rem;width:11.5625rem;top:2.3125rem;left:24.21875rem;overflow:hidden;display:block; }
#qxdaZAmIXXpAfPyslkTUlSKstX2L8Uby { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:10.5625rem;top:5.4375rem;left:4.71875rem;overflow:hidden;display:block; }
#RihrRCOSKxBKsraxk65UtB9y2id12TI3 { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:10.5625rem;top:5.4375rem;left:24.71875rem;overflow:hidden;display:block; }
#GQTRU10O4XZTZcn9x1t8wDE7Q7sa9pA4 { color:#032842;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:7.8125rem;left:43.75rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#AGAyGZXOPNU6vZiir29na6ZnbTDflUag { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:10.5625rem;top:5.4375rem;left:44.71875rem;overflow:hidden;display:block; }
#dKWnhRfCDHnmZThJ70EX3xo1r6lu75KH { 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:4.5625rem;width:9.4375rem;top:0.625rem;left:45.28125rem;overflow:hidden;display:block; }
#eP6wESfkLKp9Txir2DdA2wKsbGWhcXdm { color:#032842;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:7.8125rem;left:3.75rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#t9nLBT98SrQDtzqL0WyTM5rPQnaOsO0m { color:#032842;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:7.9375rem;left:23.75rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#JnivXCDRyqnsEX2ZSTKAM5mQcHBqkf9l { 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:block; }#JnivXCDRyqnsEX2ZSTKAM5mQcHBqkf9l > .row .container { background-color: transparent; background-image: none; }#JnivXCDRyqnsEX2ZSTKAM5mQcHBqkf9l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JnivXCDRyqnsEX2ZSTKAM5mQcHBqkf9l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JnivXCDRyqnsEX2ZSTKAM5mQcHBqkf9l > .row .container > .video-iframe-container { display: none; }#JnivXCDRyqnsEX2ZSTKAM5mQcHBqkf9l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JnivXCDRyqnsEX2ZSTKAM5mQcHBqkf9l > .row > .video-iframe-container { display: none; }#JnivXCDRyqnsEX2ZSTKAM5mQcHBqkf9l > .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); }#JnivXCDRyqnsEX2ZSTKAM5mQcHBqkf9l > .row .container { border-width: 0; border-radius: 0; }#JnivXCDRyqnsEX2ZSTKAM5mQcHBqkf9l > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JnivXCDRyqnsEX2ZSTKAM5mQcHBqkf9l > .row .container { font-size:0.875rem;font-family:arial;height:10.0625rem;width:60rem;position:relative;display:block; }#sfVeTc8TLHGk7HAABX8CEPgmEcU8V1Vk { color:#032842;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:7.5625rem;left:23.8125rem;height:1.2994375rem;text-align:center;text-align-last:center;display:block; }
#Poq9kE1ZS7e1ohDzrTP9T8wM5OEeB4O3 { 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:2.0625rem;width:10.5625rem;top:4.9375rem;left:24.75rem;overflow:hidden;display:block; }
#vwF5SXLQIb32TfsguZukWmP9hnOHFxpe { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:10.25rem;top:1.25rem;left:24.875rem;overflow:hidden;display:block; }
#vudv5wqFWIxXvMlBo034xE3x2VeyIOh7 { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.5rem;width:8.5rem;top:0.78125rem;left:12.375rem;overflow:hidden;display:block; }
#UhTJy1xCxATAeprkB3RCi3665qQwO2Fn { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.625rem;width:8.625rem;top:0.71875rem;left:47.5rem;overflow:hidden;display:block; }
#a4WktWp8SOmsSDsWwf6dGR1s0VEZLnzQ { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.5rem;width:8.5rem;top:0.78125rem;left:3.9375rem;overflow:hidden;display:block; }
#U9aEdyMPkVyRWkNHifvoHWoehMwixHKL { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.5rem;width:8.5rem;top:0.78125rem;left:39rem;overflow:hidden;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/q5bcdN4f/House_with_Lights.jpg");background-position:top 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; }#lezzhi6T3Lox3tD0lCrxA0kQ8JqQvDMT.adaptive-delivery-prevent-bg, #lezzhi6T3Lox3tD0lCrxA0kQ8JqQvDMT.lazyload, #lezzhi6T3Lox3tD0lCrxA0kQ8JqQvDMT.lazyloading { background-image: none; }#lezzhi6T3Lox3tD0lCrxA0kQ8JqQvDMT > .row .container { background-color: transparent; background-image: none; }#lezzhi6T3Lox3tD0lCrxA0kQ8JqQvDMT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.9); }#lezzhi6T3Lox3tD0lCrxA0kQ8JqQvDMT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lezzhi6T3Lox3tD0lCrxA0kQ8JqQvDMT > .row .container > .video-iframe-container { display: none; }#lezzhi6T3Lox3tD0lCrxA0kQ8JqQvDMT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.9); }#lezzhi6T3Lox3tD0lCrxA0kQ8JqQvDMT > .row > .video-iframe-container { display: none; }#lezzhi6T3Lox3tD0lCrxA0kQ8JqQvDMT > .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); }#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:69.875rem;width:60rem;position:relative;display:block; }#wPmHGOPLXDuLlwwF9taUHsaHkmbFSwP5 { color:rgba(var(--color-secondary-3),1);display:block;width:31.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.5208358764649rem;left:0rem;height:2.68125rem;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:6.1875rem;left:0rem;height:5.9985375rem;display:block; }
#b1mctybCxeWnOW1Qfkh1Qk2rl0n3z6dA { color:rgba(var(--color-primary-2),1);display:block;width:19.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:17.8125rem;left:0rem;height:2.11181875rem;font-style:normal;display:block; }
#OhiHeN3dLDg8xTPvT2KydFyTGEaJeAMo { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-1),1), #e20000);background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-1),1), #e20000);background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-1),1), #e20000);background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-1),1), #e20000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='#e20000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='#e20000' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-1),1), #e20000);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: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:52.687377929688rem;left:5.5303955078125rem;display:block; }
#Zxh0BSiAAkNIbLBaRiR5syyT5RXPsLPo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#n1BTm8Hf67tyu19cECoTnH3KBcPiTT06 { color:rgba(var(--color-tertiary-4),1);display:block;width:26.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.5;letter-spacing:0;top:20.5rem;left:0rem;height:;display:block; }#n1BTm8Hf67tyu19cECoTnH3KBcPiTT06 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#n1BTm8Hf67tyu19cECoTnH3KBcPiTT06 li:before{  }
#dFHBq1l1VZPQ7mAvw0ARk2ETPq94pOce { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-2),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:29.375rem;top:13.5625rem;left:0rem;display:block; }
#ztWdCgvWlU2dqzQkUwuV9RP1b8XU6Ct0 { color:rgba(var(--color-tertiary-0),1);display:block;width:29rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:14.125rem;left:0.375rem;height:1.625rem;display:block; }
#s8mQHMtWeH05xZnfwZGLQgH6fLMZmups { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.3125rem;width:9.3125rem;top:40.9375rem;left:11.5rem;overflow:hidden;display:block; }
#RtngsJ2Og2kJKHtnLpdEeNb0LpITaU2s { color:#ff0000;display:block;width:9.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:50.25rem;left:11.5rem;height:1.54375rem;display:block; }
#gEs5LU8y7HSmTdTzJhy4940mJD1dmM9K .widget-form-header {  }
#gEs5LU8y7HSmTdTzJhy4940mJD1dmM9K .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; }
#gEs5LU8y7HSmTdTzJhy4940mJD1dmM9K .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; }
#gEs5LU8y7HSmTdTzJhy4940mJD1dmM9K .widget-input-text {padding-top: 0; padding-bottom: 0;}#gEs5LU8y7HSmTdTzJhy4940mJD1dmM9K .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; }
#gEs5LU8y7HSmTdTzJhy4940mJD1dmM9K .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) ; }
#gEs5LU8y7HSmTdTzJhy4940mJD1dmM9K .widget-input-select {padding-top: 0; padding-bottom: 0;}#gEs5LU8y7HSmTdTzJhy4940mJD1dmM9K .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; }
#gEs5LU8y7HSmTdTzJhy4940mJD1dmM9K .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#gEs5LU8y7HSmTdTzJhy4940mJD1dmM9K .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:transparent;background-image: -webkit-linear-gradient(top, rgba(var(--color-secondary-1),1), #e20000);background-image: -moz-linear-gradient(top, rgba(var(--color-secondary-1),1), #e20000);background-image: -ms-linear-gradient(top, rgba(var(--color-secondary-1),1), #e20000);background-image: -o-linear-gradient(top, rgba(var(--color-secondary-1),1), #e20000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='#e20000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='#e20000' );";background-image: linear-gradient(to bottom, rgba(var(--color-secondary-1),1), #e20000);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:var(--paragraphs-font-family);overflow:hidden;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(var(--color-tertiary-4),0);font-style:normal; }
#gEs5LU8y7HSmTdTzJhy4940mJD1dmM9K [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:ubuntu;font-size:0.8125rem; }
#gEs5LU8y7HSmTdTzJhy4940mJD1dmM9K [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:ubuntu;font-size:0.8125rem; }
#gEs5LU8y7HSmTdTzJhy4940mJD1dmM9K [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:ubuntu;font-size:0.8125rem; }
#gEs5LU8y7HSmTdTzJhy4940mJD1dmM9K [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:ubuntu;font-size:0.8125rem; }
#gEs5LU8y7HSmTdTzJhy4940mJD1dmM9K .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; }
#gEs5LU8y7HSmTdTzJhy4940mJD1dmM9K .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; }
#gEs5LU8y7HSmTdTzJhy4940mJD1dmM9K .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; }
#gEs5LU8y7HSmTdTzJhy4940mJD1dmM9K .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#gEs5LU8y7HSmTdTzJhy4940mJD1dmM9K .widget-container:first-of-type{padding-top:0;}#gEs5LU8y7HSmTdTzJhy4940mJD1dmM9K .widget-container:last-of-type{padding-bottom:0;}#gEs5LU8y7HSmTdTzJhy4940mJD1dmM9K  { 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.187375rem;height:auto;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);left:34.623413085938rem;top:2.520751953125rem;z-index:15007;position:absolute; }
#gEs5LU8y7HSmTdTzJhy4940mJD1dmM9K .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:20.1875rem; }
#gEs5LU8y7HSmTdTzJhy4940mJD1dmM9K .widget-info-text { display:block;height:auto;font-family:ubuntu;font-size:1.625rem;line-height:.9;font-weight:700;color:rgba(var(--color-primary-2),1);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; }
#gEs5LU8y7HSmTdTzJhy4940mJD1dmM9K {display:block;}#gEs5LU8y7HSmTdTzJhy4940mJD1dmM9K { 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.187375rem;height:auto;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);left:34.623413085938rem;top:2.520751953125rem;z-index:15007;position:absolute; }
#gEs5LU8y7HSmTdTzJhy4940mJD1dmM9K #Au0bX30uoZb28lNWynz6ekflxk6yCTmw { position:relative;display:block;z-index:15000; }
#gEs5LU8y7HSmTdTzJhy4940mJD1dmM9K #RJw8mOLoMJzLCwLLbZ6054AWq4kDgTAi { position:relative;display:block;z-index:15000; }
#gEs5LU8y7HSmTdTzJhy4940mJD1dmM9K #hulrc9VvLLNlei5CfqaXpeLFTqbwtARy { position:relative; }
#gEs5LU8y7HSmTdTzJhy4940mJD1dmM9K #JT5TxotOVg7I4hfzVfnPtTOTud2FZ7IK { position:relative;z-index:2; }
#gEs5LU8y7HSmTdTzJhy4940mJD1dmM9K #gLKxr4QwmHV1FEVwqiAdghfuxcnRCp8o { position:relative; }
#gEs5LU8y7HSmTdTzJhy4940mJD1dmM9K #XcifB5DT3Mi63Bo8a0hd91LKotfD6p26 { position:relative; }
#gEs5LU8y7HSmTdTzJhy4940mJD1dmM9K #XvtLKtSHPCBDbvuxZn7kpXMPS5AgUlV0 { position:relative;display:block; }
#gEs5LU8y7HSmTdTzJhy4940mJD1dmM9K #nau22n9nVUU1h2ZXayDw5AQA5Rs8E5hB { position:relative; }
#gEs5LU8y7HSmTdTzJhy4940mJD1dmM9K #ybt81PTuWnibNkmVoIb8Ohz1zuJF4PTh { position:relative; }
#gEs5LU8y7HSmTdTzJhy4940mJD1dmM9K #Mb4q6nln3AwyUXcQdkhl6s2sg8JVZXmz { position:relative;display:block; }
#gEs5LU8y7HSmTdTzJhy4940mJD1dmM9K #y5fZCSZ6nS6GbMi6F6BkPlJXkxsDu8ou { position:relative; }
#gEs5LU8y7HSmTdTzJhy4940mJD1dmM9K #wEAZb0yEAEEM7P895xALN0m7vk3E6A7A { position:relative; }
#gEs5LU8y7HSmTdTzJhy4940mJD1dmM9K #LaGaXHws8t6gQaT1Ie2Ge4bdJXQFmPhy { position:relative;display:block; }
#gEs5LU8y7HSmTdTzJhy4940mJD1dmM9K #NPhC6wZaxsSROkQKVHCeTKZoAPEwpglZ { position:relative; }
#gEs5LU8y7HSmTdTzJhy4940mJD1dmM9K #wz1bTrGJr1TDTbJHFxldrCZapkD3OIXQ { position:relative; }
#gEs5LU8y7HSmTdTzJhy4940mJD1dmM9K #EfuD8ywRPuOSV2mtG0N3IxOzrxeHOoyt { position:relative;display:block; }
#gEs5LU8y7HSmTdTzJhy4940mJD1dmM9K #aW239p47mKG8RAicMt8VpRV0JwFErqLM { position:relative; }
#gEs5LU8y7HSmTdTzJhy4940mJD1dmM9K #K2g95PI8eMGZTB0g6k3i0qgRHDKHZV23 { position:relative; }
#gEs5LU8y7HSmTdTzJhy4940mJD1dmM9K #DiDWI5SNu4x05NADeU0ITVGfaGXSNTLX { position:relative;z-index:2; }
#gEs5LU8y7HSmTdTzJhy4940mJD1dmM9K #W4btAPitVnxQ9l8zGOxsRJrZIyhXwd4N { position:relative; }
#gEs5LU8y7HSmTdTzJhy4940mJD1dmM9K #vhb2XIc8eppQBsShPuf8fN1gXur2r5Z0 { position:relative; }
#gEs5LU8y7HSmTdTzJhy4940mJD1dmM9K #fM0kK016ikKcy2AJttUctfvMBvvAu4UT { position:relative;display:block; }
#gEs5LU8y7HSmTdTzJhy4940mJD1dmM9K #UamVRKT3gbl7FNg0rwsaoaGXK8UQu38s { position:relative; }
#gEs5LU8y7HSmTdTzJhy4940mJD1dmM9K #FuFPvlxcytIyXuNbnOMeP51G8haSWu60 { position:relative; }
#gEs5LU8y7HSmTdTzJhy4940mJD1dmM9K #dHQTJzwTbpRE1GPODeyQgAQ2cQHF2Cd9 { position:relative;display:block; }
#gEs5LU8y7HSmTdTzJhy4940mJD1dmM9K #hRWnkQlINoSlmnE0WQIDCOFT3G7I6vP0 { position:relative; }
#gEs5LU8y7HSmTdTzJhy4940mJD1dmM9K #M49HQEgoM5qWMIvvCcOOJMQKmUzurm4f { position:relative; }
#gEs5LU8y7HSmTdTzJhy4940mJD1dmM9K #OqxTb9xSF6TTW2fCnHhbO8TINGzrdISf { position:relative;display:block; }
#gEs5LU8y7HSmTdTzJhy4940mJD1dmM9K #nTVhvFgJVvnVnmG6hdrqqRTqOTDkpAc7 { position:relative; }
#gEs5LU8y7HSmTdTzJhy4940mJD1dmM9K #v1eaQkGHplgbHW02M4T1r4T27XaIyppt { position:relative; }
#gEs5LU8y7HSmTdTzJhy4940mJD1dmM9K #v1eaQkGHplgbHW02M4T1r4T27XaIyppt .container-column{width:100%;}#gEs5LU8y7HSmTdTzJhy4940mJD1dmM9K #Eu9SFM35mTqkq787N7xO4RO7GTr5u17c { position:relative;display:block; }
#gEs5LU8y7HSmTdTzJhy4940mJD1dmM9K #afOeREBW7rsnTP5uU9w525iA6cd9q50q { position:relative;z-index:2; }
#gEs5LU8y7HSmTdTzJhy4940mJD1dmM9K #hb5Ezf1NU2SD0lENsDaR0AUpc1OXi2W4 { position:relative; }
#gEs5LU8y7HSmTdTzJhy4940mJD1dmM9K #vP4m7fdNdcmTkFa0mrLc0mlLr5g4Js6C { position:relative;z-index:2; }
#gEs5LU8y7HSmTdTzJhy4940mJD1dmM9K #rLlbcPn1WIEnvQktcmGFxTgOInodeamE { position:relative; }
#gEs5LU8y7HSmTdTzJhy4940mJD1dmM9K #sIAxuc9WgOQAbLCZ5guUqCKhghqM7Nq9 { position:relative; }
#gEs5LU8y7HSmTdTzJhy4940mJD1dmM9K #dsa7Te7b7FOT5CHbUsRG9JwLsS6ZQCV6 { position:relative;display:block; }
#gEs5LU8y7HSmTdTzJhy4940mJD1dmM9K #PTSTFgE6GMAoiPENZPcdCIKaPgnsNfhc { position:relative; }
#gEs5LU8y7HSmTdTzJhy4940mJD1dmM9K #TpSxSG5CDnzlqVXTZxzJZ1WCrNeJLBLh { position:relative; }
#gEs5LU8y7HSmTdTzJhy4940mJD1dmM9K #TpbTqTQeUDbFdCztTR2cvG2o44qEiLJI { position:relative;display:block; }
#gEs5LU8y7HSmTdTzJhy4940mJD1dmM9K #llx8cIVs8SkxvWlyoxDTahSRoIWsmfAm { position:relative; }
#gEs5LU8y7HSmTdTzJhy4940mJD1dmM9K #RLI3X1my4rD3OGMXchEpSAsllRyXOpzb { position:relative; }
#gEs5LU8y7HSmTdTzJhy4940mJD1dmM9K #TmI9RhudTLVw0vm8NCuWLMtf3T27hhHr { position:relative; }
#JkpSroaqVa1qPmq0AagWx4bgdZSbHp1H { position:relative;display:none; }#JkpSroaqVa1qPmq0AagWx4bgdZSbHp1H { border-width: 0; border-radius: 0; }#JkpSroaqVa1qPmq0AagWx4bgdZSbHp1H > .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; }#JkpSroaqVa1qPmq0AagWx4bgdZSbHp1H > .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; }#E20C9NF9J2aH5JKfT8M8Lt2e6ywhJOrl { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:15.9375rem;width:28.375rem;top:1.40625rem;left:15.8125rem;display:block; }
#o19xE3LKFxycCDeZObRNnmysq4Xd1lGX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-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; }#o19xE3LKFxycCDeZObRNnmysq4Xd1lGX > .row .container { background-color: transparent; background-image: none; }#o19xE3LKFxycCDeZObRNnmysq4Xd1lGX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o19xE3LKFxycCDeZObRNnmysq4Xd1lGX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o19xE3LKFxycCDeZObRNnmysq4Xd1lGX > .row .container > .video-iframe-container { display: none; }#o19xE3LKFxycCDeZObRNnmysq4Xd1lGX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o19xE3LKFxycCDeZObRNnmysq4Xd1lGX > .row > .video-iframe-container { display: none; }#o19xE3LKFxycCDeZObRNnmysq4Xd1lGX > .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); }#o19xE3LKFxycCDeZObRNnmysq4Xd1lGX > .row .container { border-width: 0; border-radius: 0; }#o19xE3LKFxycCDeZObRNnmysq4Xd1lGX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#o19xE3LKFxycCDeZObRNnmysq4Xd1lGX > .row .container { font-size:0.875rem;font-family:arial;height:4rem;width:60rem;position:relative;display:block; }#PnqasAVzPB5mn3FlD9pS3bEEFeB9qrgz { color:rgba(var(--color-tertiary-0),1);display:block;width:47.4375rem;position:absolute;font-family:var(--headlines-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.5);top:0.5625rem;left:6.28125rem;height:2.843625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UA9wmuGxdZhIva7REXoesd9RvMZwoZKT { position:relative;display:block; }#UA9wmuGxdZhIva7REXoesd9RvMZwoZKT { background-color: transparent; background-image: none; }#UA9wmuGxdZhIva7REXoesd9RvMZwoZKT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UA9wmuGxdZhIva7REXoesd9RvMZwoZKT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UA9wmuGxdZhIva7REXoesd9RvMZwoZKT > .row .container > .video-iframe-container { display: none; }#UA9wmuGxdZhIva7REXoesd9RvMZwoZKT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UA9wmuGxdZhIva7REXoesd9RvMZwoZKT > .row > .video-iframe-container { display: none; }#UA9wmuGxdZhIva7REXoesd9RvMZwoZKT > .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); }#UA9wmuGxdZhIva7REXoesd9RvMZwoZKT { border-width: 0; border-radius: 0; }#UA9wmuGxdZhIva7REXoesd9RvMZwoZKT > .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; }#UA9wmuGxdZhIva7REXoesd9RvMZwoZKT > .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:14.25rem;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; }#nx24QWbITW80VVdalodHyTm3Xs2KAurH { 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:1.8125rem;left:15.875rem;overflow:hidden;display:block; }
#MiDDyyQUsicudLJAJPOtKpLoDb7brZsQ { color:rgba(var(--color-tertiary-3),1);display:block;width:11.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:10.8125rem;left:16.8125rem;height:1.381225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SFthTf9E5LlcpAX9pKVZKSMHRc3GOoT5 { color:rgba(var(--color-tertiary-3),1);display:block;width:11.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:10.9375rem;left:46.8125rem;height:1.381225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eV0ATAQLug63FFPcWzpOoSzzTVIVTGJJ { 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:1.8125rem;left:0.875rem;overflow:hidden;display:block; }
#uK5y1ytnmFrheiHByykD8JQ8OOAvx1fJ { position:absolute;display:block;z-index:15018;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:1.8125rem;left:30.875rem;overflow:hidden;display:block; }
#eihFXg25D9nMIgODJk1fAM8inq567IfX { color:rgba(var(--color-tertiary-3),1);display:block;width:7.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:10.875rem;left:3.9375rem;height:1.381225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#REGUcRDT5gveTTtHiTXsJyd8duXeMLy6 { color:rgba(var(--color-tertiary-3),1);display:block;width:7.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:10.875rem;left:33.9375rem;height:1.381225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZUTrTDKrsrvUX5hXooROI5FxzmwidE4p { box-sizing:content-box;height:1.8125rem;width:13.375rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-2),1);background-image:none;top:10.6875rem;left:30.875rem;display:block; }
#w29bZZoJdzs1RescmdK6GXhxu8BcXWcl { box-sizing:content-box;height:1.8125rem;width:13.375rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-2),1);background-image:none;top:10.6875rem;left:45.875rem;display:block; }
#lVIHZu6TmbiK4RkA4OE0s2KkVlluTX0Z { box-sizing:content-box;height:1.8125rem;width:13.375rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-2),1);background-image:none;top:10.625rem;left:15.875rem;display:block; }
#lowwTgqRNR1Qw9c7J6TtqwDP4FCEzibC { box-sizing:content-box;height:1.8125rem;width:13.375rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-2),1);background-image:none;top:10.6875rem;left:0.875rem;display:block; }
#MbcG6zuCbcsnRA83hqCwl0uBfv1nGz25 { position:absolute;display:block;z-index:15021;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:1.78125rem;left:45.812503814698rem;overflow:hidden;display:block; }
#aBIg2SIcpWgx23df7uG5NN2xyXo6an6q { 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; }#aBIg2SIcpWgx23df7uG5NN2xyXo6an6q > .row .container { border-width: 0; border-radius: 0; }#aBIg2SIcpWgx23df7uG5NN2xyXo6an6q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aBIg2SIcpWgx23df7uG5NN2xyXo6an6q > .row .container { font-size:0.875rem;font-family:arial;height:21.0625rem;width:60rem;position:relative;display:none; }#nVKg2FmOP6LT82WQ1DTHSurrIcMd3hfT { 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:17.4375rem;top:2.5807876586914rem;left:4.9360790252686rem;overflow:hidden;display:block; }
#nO5bHPsweUAkQzU565KwGtFKHweCauKs { 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; }
#xsnkeZxR6znGykio9UrayzHW6OM4T3TV { color:rgba(var(--color-secondary-3),1);display:block;width:21.3743125rem;position:absolute;font-family:var(--headlines-font-family);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; }
#BuREoD5IRs8pX7RQ1G7WO5g89qqwl4g3 { color:rgba(var(--color-secondary-3),1);display:block;width:21.3743125rem;position:absolute;font-family:var(--headlines-font-family);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; }
#EeEIgtTBvJfM22LHeR1CgomwPdEAPJ3S { position:relative;display:block; }#EeEIgtTBvJfM22LHeR1CgomwPdEAPJ3S { background-color: transparent; background-image: none; }#EeEIgtTBvJfM22LHeR1CgomwPdEAPJ3S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EeEIgtTBvJfM22LHeR1CgomwPdEAPJ3S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EeEIgtTBvJfM22LHeR1CgomwPdEAPJ3S > .row .container > .video-iframe-container { display: none; }#EeEIgtTBvJfM22LHeR1CgomwPdEAPJ3S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EeEIgtTBvJfM22LHeR1CgomwPdEAPJ3S > .row > .video-iframe-container { display: none; }#EeEIgtTBvJfM22LHeR1CgomwPdEAPJ3S > .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); }#EeEIgtTBvJfM22LHeR1CgomwPdEAPJ3S { border-width: 0; border-radius: 0; }#EeEIgtTBvJfM22LHeR1CgomwPdEAPJ3S > .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; }#EeEIgtTBvJfM22LHeR1CgomwPdEAPJ3S > .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.125rem;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; }#Nm5xNNf1ZAT18exrtPJJugnT7iSbFRpG { color:#d22c36;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:6.875rem;left:3.75rem;height:1.381225rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EF9NmQE0ptxpZtSKDhhJ4xwh1LRKg2m8 { color:rgba(var(--color-tertiary-1),1);display:block;width:15.3125rem;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:10.0625rem;left:2.375rem;height:6.7993125rem;text-align:center;text-align-last:center;display:block; }
#HwSTra4EZIiDwRMUtssrnvILgMSMCK6i { color:#0a6e33;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:6.875rem;left:23.75rem;height:1.381225rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hlIsFcRHvlEpHQqGHiaq6BqnOunkxzC4 { color:rgba(var(--color-tertiary-1),1);display:block;width:14.5rem;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:10.0625rem;left:22.75rem;height:6.7993125rem;text-align:center;text-align-last:center;display:block; }
#pD029M8dA6hJ0ZRiMrpDTU4P9kiE9BU6 { color:#d22c36;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:6.875rem;left:43.75rem;height:1.381225rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Pb8dbKn5umQNtFAEdTiVGzAH67qTTc6R { color:rgba(var(--color-tertiary-1),1);display:block;width:15.3125rem;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:10.0625rem;left:42.34375rem;height:6.7993125rem;text-align:center;text-align-last:center;display:block; }
#rH85Nibv9SoTyW304BDRD65alOCwG2TV { box-sizing:content-box;color:#5d92ff;font-size:2.8125rem;font-weight:400;line-height:1;height:4.0625rem;width:4.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:1.625rem;left:27.96875rem; }
#pubs0lnh0ii5gsUiKcKTvemgSvuJcCto { box-sizing:content-box;color:#5d92ff;font-size:2.8125rem;font-weight:400;line-height:1;height:4.0625rem;width:4.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:2.3062496185302rem;left:47.96875rem; }
#MaLU0cJN2qnE5Xt6mx0g4Ax1tCdRroMu { box-sizing:content-box;color:#5d92ff;font-size:2.8125rem;font-weight:400;line-height:1;height:4.0625rem;width:4.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:1.625rem;left:7.96875rem; }
#BoEs1s0vK8EaJTm5umv4LQG6qCbz8iL4 { position:relative;display:block; }#BoEs1s0vK8EaJTm5umv4LQG6qCbz8iL4 { background-color: transparent; background-image: none; }#BoEs1s0vK8EaJTm5umv4LQG6qCbz8iL4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BoEs1s0vK8EaJTm5umv4LQG6qCbz8iL4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BoEs1s0vK8EaJTm5umv4LQG6qCbz8iL4 > .row .container > .video-iframe-container { display: none; }#BoEs1s0vK8EaJTm5umv4LQG6qCbz8iL4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BoEs1s0vK8EaJTm5umv4LQG6qCbz8iL4 > .row > .video-iframe-container { display: none; }#BoEs1s0vK8EaJTm5umv4LQG6qCbz8iL4 > .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); }#BoEs1s0vK8EaJTm5umv4LQG6qCbz8iL4 { border-width: 0; border-radius: 0; }#BoEs1s0vK8EaJTm5umv4LQG6qCbz8iL4 > .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; }#BoEs1s0vK8EaJTm5umv4LQG6qCbz8iL4 > .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:19.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; }#o6OUtqxCtvDECxTlPQDq4F95Ard309oQ { color:#226835;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:8.1875rem;left:3.75rem;height:1.381225rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ShrJPpflSIxo9E1nH5JVqNvABzeRLWed { color:rgba(var(--color-tertiary-1),1);display:block;width:14.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:11.125rem;left:2.6875rem;height:6.7993125rem;text-align:center;text-align-last:center;display:block; }
#UD3rDQVd5syUCenm5JAVFVuJRox8ugN6 { color:#d22c36;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:8.1875rem;left:23.75rem;height:1.381225rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UVFKMMTzgXGOu2OCquOINfpTXyUSuJ2f { color:rgba(var(--color-tertiary-1),1);display:block;width:15.3125rem;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:11.125rem;left:22.375rem;height:6.7993125rem;text-align:center;text-align-last:center;display:block; }
#QdxHN6TCne9LFlRKquGHc1N374wWVnzs { color:#226835;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:8.1875rem;left:43.75rem;height:1.381225rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LBVLrb819iGMpbLvfwuHKttIkWfdMuo9 { color:rgba(var(--color-tertiary-1),1);display:block;width:14.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:11.125rem;left:42.6875rem;height:6.7993125rem;text-align:center;text-align-last:center;display:block; }
#IbsINP8zh4SfZKFUsk83qtWdwpoXrKtW { box-sizing:content-box;color:#5d92ff;font-size:2.8125rem;font-weight:400;line-height:1;height:4.0625rem;width:4.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:2.7520771026611rem;left:7.96875rem; }
#SX0r9bt5DzuoVvQCe89splu8K2Vk4HBl { box-sizing:content-box;color:#5d92ff;font-size:2.8125rem;font-weight:400;line-height:1;height:4.0625rem;width:4.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:2.6864585876465rem;left:27.96875rem; }
#I9RltWPZ5Q6PAS3CFoONtHNtmHvKwxNL { box-sizing:content-box;color:#5d92ff;font-size:2.9375rem;font-weight:400;line-height:1;height:4.25rem;width:4.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:2.7822933197021rem;left:47.875rem; }
#EC0k0OGhVyy6CWf7RkafIFAQRbBTA8As { position:relative;display:none; }#EC0k0OGhVyy6CWf7RkafIFAQRbBTA8As { border-width: 0; border-radius: 0; }#EC0k0OGhVyy6CWf7RkafIFAQRbBTA8As > .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; }#EC0k0OGhVyy6CWf7RkafIFAQRbBTA8As > .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.125rem;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; }#ETiTAsQsaoTDfCeASOT1JoH4CHxmc72X { 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:1.375rem;left:7.71875rem;overflow:hidden;display:block; }
#KNNSy0R6mtsWHVCnpOZSyPZy0d1ZWMKN { color:rgba(var(--color-tertiary-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:6.875rem;left:3.75rem;height:1.38139375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PkzJ0FWJ303wqoWMVmLZhalJL2hAEUgn { color:rgba(var(--color-tertiary-1),1);display:block;width:15.3125rem;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:10.0625rem;left:2.375rem;height:5.09895625rem;text-align:center;text-align-last:center;display:block; }
#irS0Ncwdnl3saQLvFdrmubDKB0fy6igt { 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:1.375rem;left:27.71875rem;overflow:hidden;display:block; }
#NmSSOKZTm2QhEZSkRBqB0iHCBnGsU8xF { color:rgba(var(--color-tertiary-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:6.875rem;left:23.75rem;height:1.38139375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lByNT33KAHkwMgywqmXuH88tDa5lW3rn { color:rgba(var(--color-tertiary-1),1);display:block;width:14.5rem;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:10.0625rem;left:22.75rem;height:5.09895625rem;text-align:center;text-align-last:center;display:block; }
#Gc68qzQbIfkhFS3NiFcORbPDUI87CJRX { 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:1.375rem;left:47.71875rem;overflow:hidden;display:block; }
#rSdQgnPEzPA3wGtv4yUDz8dPuLKz99kv { color:rgba(var(--color-tertiary-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:6.875rem;left:43.75rem;height:1.38139375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OmThU4SUVfNpEQwtUnh6X46MiJZkPJM6 { color:rgba(var(--color-tertiary-1),1);display:block;width:15.3125rem;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:10.0625rem;left:42.34375rem;height:5.09895625rem;text-align:center;text-align-last:center;display:block; }
#TH1WftOGuw9KDqlsm9HQ8EZTV4plgVvv { position:relative;display:none; }#TH1WftOGuw9KDqlsm9HQ8EZTV4plgVvv { border-width: 0; border-radius: 0; }#TH1WftOGuw9KDqlsm9HQ8EZTV4plgVvv > .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; }#TH1WftOGuw9KDqlsm9HQ8EZTV4plgVvv > .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:19.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:none; }#K24RmP3V659LJG7TeFLea3or8kMOddb2 { 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.6875rem;left:7.71875rem;overflow:hidden;display:block; }
#ai7M916PEIk2SDBQAuG8sNuRfz9SR6SL { color:rgba(var(--color-tertiary-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:8.1875rem;left:3.75rem;height:1.38139375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DwXU0bpnUBX1BOTZ98voIrMHLHUW57ks { color:rgba(var(--color-tertiary-1),1);display:block;width:14.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:11.125rem;left:2.6875rem;height:5.09895625rem;text-align:center;text-align-last:center;display:block; }
#MM30zEE1daTO3cfeWVVucqCotM8PT6qs { 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:2.6875rem;left:27.71875rem;overflow:hidden;display:block; }
#HPkCc04TwHN3fpvdercbCLWR9lWTo75F { color:rgba(var(--color-tertiary-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:8.1875rem;left:23.75rem;height:1.38139375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CqJrdN1lpMkPMVrX7nPKS0HhnZbfcdDJ { color:rgba(var(--color-tertiary-1),1);display:block;width:15.3125rem;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:11.125rem;left:22.375rem;height:5.09895625rem;text-align:center;text-align-last:center;display:block; }
#UDWXyN6NnhlOc0Ef06i7eQbwFA7LwwmT { 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:2.6875rem;left:47.71875rem;overflow:hidden;display:block; }
#m5ZvtFiywO3qGABT7WFKVEyEXbukDMoi { color:rgba(var(--color-tertiary-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:8.1875rem;left:43.75rem;height:1.38139375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QXZl9isTN2CTqViaWBZLpZ3qWnTW7UXU { color:rgba(var(--color-tertiary-1),1);display:block;width:14.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:11.125rem;left:42.6875rem;height:5.09895625rem;text-align:center;text-align-last:center;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:8.4375rem;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-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);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-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20rem;height:3.75rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:2.0625rem;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-secondary-1),1), #e20000);background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-1),1), #e20000);background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-1),1), #e20000);background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-1),1), #e20000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='#e20000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='#e20000' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-1),1), #e20000);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: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:15005;text-align:center;text-align-last:center;top:2.0625rem;left:9.4375rem;display:block; }
#kIXCTRLtkmHyqFsNfueqOdTsxggIsESc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#m0zT3FKS95b354TqROMBvF55vTLVrCRc { 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/d4cHR92A/2_Christmas_Lights_Ins.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;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; }#m0zT3FKS95b354TqROMBvF55vTLVrCRc.adaptive-delivery-prevent-bg, #m0zT3FKS95b354TqROMBvF55vTLVrCRc.lazyload, #m0zT3FKS95b354TqROMBvF55vTLVrCRc.lazyloading { background-image: none; }#m0zT3FKS95b354TqROMBvF55vTLVrCRc > .row .container { background-color: transparent; background-image: none; }#m0zT3FKS95b354TqROMBvF55vTLVrCRc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m0zT3FKS95b354TqROMBvF55vTLVrCRc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m0zT3FKS95b354TqROMBvF55vTLVrCRc > .row .container > .video-iframe-container { display: none; }#m0zT3FKS95b354TqROMBvF55vTLVrCRc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m0zT3FKS95b354TqROMBvF55vTLVrCRc > .row > .video-iframe-container { display: none; }#m0zT3FKS95b354TqROMBvF55vTLVrCRc > .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); }#m0zT3FKS95b354TqROMBvF55vTLVrCRc > .row .container { border-width: 0; border-radius: 0; }#m0zT3FKS95b354TqROMBvF55vTLVrCRc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#m0zT3FKS95b354TqROMBvF55vTLVrCRc > .row .container { font-size:0.875rem;font-family:arial;height:24.6875rem;width:60rem;position:relative;display:block; }#IEGfDbsx2TaQ6RvTMayapvoiabA7A0T3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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:block; }#IEGfDbsx2TaQ6RvTMayapvoiabA7A0T3 > .row .container { background-color: transparent; background-image: none; }#IEGfDbsx2TaQ6RvTMayapvoiabA7A0T3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IEGfDbsx2TaQ6RvTMayapvoiabA7A0T3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IEGfDbsx2TaQ6RvTMayapvoiabA7A0T3 > .row .container > .video-iframe-container { display: none; }#IEGfDbsx2TaQ6RvTMayapvoiabA7A0T3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IEGfDbsx2TaQ6RvTMayapvoiabA7A0T3 > .row > .video-iframe-container { display: none; }#IEGfDbsx2TaQ6RvTMayapvoiabA7A0T3 > .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); }#IEGfDbsx2TaQ6RvTMayapvoiabA7A0T3 > .row .container { border-width: 0; border-radius: 0; }#IEGfDbsx2TaQ6RvTMayapvoiabA7A0T3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IEGfDbsx2TaQ6RvTMayapvoiabA7A0T3 > .row .container { font-size:0.875rem;font-family:arial;height:17.5625rem;width:60rem;position:relative;display:block; }#dyX13A3KwMADFuRtUKKrL583mWUWTdGW { color:rgba(var(--color-tertiary-0),1);display:block;width:44.375rem;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.96875rem;left:7.8125rem;height:7.31139375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wkTXOtXx8xDvzZHD9FESFUKobGgft2vg { color:rgba(var(--color-tertiary-0),1);display:block;width:44.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15001;line-height:1.6;letter-spacing:0;top:11.53125rem;left:7.90625rem;height:3.3996625rem;text-align:center;text-align-last:center;display:block; }
#kbmFL2TPiGmrFddpUHBOg5TPUFSQsNsl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-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; }#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:28.625rem;width:60rem;position:relative;display:block; }#vFT5UxUu1ErZ50A0Zb28hul9yqvy3OF3 { color:rgba(var(--color-tertiary-0),1);display:block;width:30.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.5625rem;left:14.875rem;height:5.20019375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Hzzhx2UQa7GAQnzeJv2bkrr5B2AtTI86 { 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.875rem;width:4.3125rem;top:6.6875rem;left:7.875rem;overflow:hidden;display:block; }
#G7E50nqTmhkuNDDK9uqClKCvlrlP5lko { color:rgba(var(--color-tertiary-0),1);display:block;width:15.4375rem;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:11.125rem;left:2.4375rem;height:9.44825rem;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:21.25rem;left:4.1875rem;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:23.5rem;left:3.9375rem;height:1.70625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MSO3yamb5H5QHeoa8xD2822dxZVqUIBq { 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.875rem;width:4.3125rem;top:6.6875rem;left:48rem;overflow:hidden;display:block; }
#KpWZGioztET0sZtHyX2G6T03etN0O2if { color:rgba(var(--color-tertiary-0),1);display:block;width:14.8125rem;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:11.125rem;left:42.75rem;height:9.44825rem;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:21.25rem;left:44.375rem;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:23.5625rem;left:44.1875rem;height:1.70625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kWO1LxstLQGusB48HZEODQqH2T0Hlf52 { position:absolute;display:block;z-index:14999;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;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:17.75rem;width:20rem;top:8.6875rem;left:20.1875rem;display:block; }
#HdHFFbvZeQZbebTODTx8cITdmnb2KWfe { color:rgba(var(--color-tertiary-2),1);display:block;width:18.125rem;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:11.125rem;left:21.125rem;height:9.44825rem;text-align:center;text-align-last:center;font-style:italic;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:21.25rem;left:24.375rem;overflow:hidden;display:block; }
#CpGTk5qxWZUKWxgLTZyCk6kce9nQZ73s { color:rgba(var(--color-primary-2),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:23.5625rem;left:23.9375rem;height:1.70625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#B9OzDJGnrmaerNb7sPEb269TtQuopQ9b { position:relative;display:block; }#B9OzDJGnrmaerNb7sPEb269TtQuopQ9b { background-color: transparent; background-image: none; }#B9OzDJGnrmaerNb7sPEb269TtQuopQ9b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B9OzDJGnrmaerNb7sPEb269TtQuopQ9b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B9OzDJGnrmaerNb7sPEb269TtQuopQ9b > .row .container > .video-iframe-container { display: none; }#B9OzDJGnrmaerNb7sPEb269TtQuopQ9b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B9OzDJGnrmaerNb7sPEb269TtQuopQ9b > .row > .video-iframe-container { display: none; }#B9OzDJGnrmaerNb7sPEb269TtQuopQ9b > .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); }#B9OzDJGnrmaerNb7sPEb269TtQuopQ9b { border-width: 0; border-radius: 0; }#B9OzDJGnrmaerNb7sPEb269TtQuopQ9b > .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; }#B9OzDJGnrmaerNb7sPEb269TtQuopQ9b > .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; }#bT3JaMzrWkpwJCVPml8A1MVOPhVUyOHs { 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; }
#TpwXaksLmqf4nZV5S9tx3Flr1fM0FGRq { 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; }
#NPdphaIvNpnpzkSGC2wTTLm3z8o7EdtO { position:relative;display:block; }#NPdphaIvNpnpzkSGC2wTTLm3z8o7EdtO { background-color: transparent; background-image: none; }#NPdphaIvNpnpzkSGC2wTTLm3z8o7EdtO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NPdphaIvNpnpzkSGC2wTTLm3z8o7EdtO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NPdphaIvNpnpzkSGC2wTTLm3z8o7EdtO > .row .container > .video-iframe-container { display: none; }#NPdphaIvNpnpzkSGC2wTTLm3z8o7EdtO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NPdphaIvNpnpzkSGC2wTTLm3z8o7EdtO > .row > .video-iframe-container { display: none; }#NPdphaIvNpnpzkSGC2wTTLm3z8o7EdtO > .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); }#NPdphaIvNpnpzkSGC2wTTLm3z8o7EdtO { border-width: 0; border-radius: 0; }#NPdphaIvNpnpzkSGC2wTTLm3z8o7EdtO > .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; }#NPdphaIvNpnpzkSGC2wTTLm3z8o7EdtO > .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; }#koI8Xs9GamATxXPcGmitKzLKOUxiCyvO { 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; }
#rcPLV5DxBNw2MQHSEqI3lXskSSkDWagp { 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.56196784973144rem;left:31.780006408691rem;overflow:hidden;display:block; }
#qwWPBUIavLqb7mxSLiHqVAWO5lB1O2t8 { position:relative;display:block; }#qwWPBUIavLqb7mxSLiHqVAWO5lB1O2t8 { background-color: transparent; background-image: none; }#qwWPBUIavLqb7mxSLiHqVAWO5lB1O2t8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qwWPBUIavLqb7mxSLiHqVAWO5lB1O2t8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qwWPBUIavLqb7mxSLiHqVAWO5lB1O2t8 > .row .container > .video-iframe-container { display: none; }#qwWPBUIavLqb7mxSLiHqVAWO5lB1O2t8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qwWPBUIavLqb7mxSLiHqVAWO5lB1O2t8 > .row > .video-iframe-container { display: none; }#qwWPBUIavLqb7mxSLiHqVAWO5lB1O2t8 > .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); }#qwWPBUIavLqb7mxSLiHqVAWO5lB1O2t8 { border-width: 0; border-radius: 0; }#qwWPBUIavLqb7mxSLiHqVAWO5lB1O2t8 > .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; }#qwWPBUIavLqb7mxSLiHqVAWO5lB1O2t8 > .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:19rem;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; }#Q03ZX7mWHBNSkq7a8aoJfIdTc8BlOOA4 { 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.654296875rem;left:1.71875rem;overflow:hidden;display:block; }
#LfrycNz3X88U6LThKAovLcTQyaElCgeG { 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.654296875rem;left:31.717861175537rem;overflow:hidden;display:block; }
#S6U5Ezd40k0iQRwDIK2z7caaLbui8Bpr { position:relative;display:block; }#S6U5Ezd40k0iQRwDIK2z7caaLbui8Bpr { background-color: transparent; background-image: none; }#S6U5Ezd40k0iQRwDIK2z7caaLbui8Bpr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S6U5Ezd40k0iQRwDIK2z7caaLbui8Bpr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S6U5Ezd40k0iQRwDIK2z7caaLbui8Bpr > .row .container > .video-iframe-container { display: none; }#S6U5Ezd40k0iQRwDIK2z7caaLbui8Bpr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S6U5Ezd40k0iQRwDIK2z7caaLbui8Bpr > .row > .video-iframe-container { display: none; }#S6U5Ezd40k0iQRwDIK2z7caaLbui8Bpr > .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); }#S6U5Ezd40k0iQRwDIK2z7caaLbui8Bpr { border-width: 0; border-radius: 0; }#S6U5Ezd40k0iQRwDIK2z7caaLbui8Bpr > .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; }#S6U5Ezd40k0iQRwDIK2z7caaLbui8Bpr > .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:19rem;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; }#Vm8FVAEzcbRr6EvcnUe4KisPAkB6nX4B { 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.654296875rem;left:1.71875rem;overflow:hidden;display:block; }
#g5qOuFyD4sDQeK5dt578lxVT1cCaK6oZ { 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.654296875rem;left:31.717861175537rem;overflow:hidden;display:block; }
#OuTEpr2O1lfacES2TFElXfJ9H1zByZ1l { position:relative;display:block; }#OuTEpr2O1lfacES2TFElXfJ9H1zByZ1l { background-color: transparent; background-image: none; }#OuTEpr2O1lfacES2TFElXfJ9H1zByZ1l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OuTEpr2O1lfacES2TFElXfJ9H1zByZ1l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OuTEpr2O1lfacES2TFElXfJ9H1zByZ1l > .row .container > .video-iframe-container { display: none; }#OuTEpr2O1lfacES2TFElXfJ9H1zByZ1l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OuTEpr2O1lfacES2TFElXfJ9H1zByZ1l > .row > .video-iframe-container { display: none; }#OuTEpr2O1lfacES2TFElXfJ9H1zByZ1l > .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); }#OuTEpr2O1lfacES2TFElXfJ9H1zByZ1l { border-width: 0; border-radius: 0; }#OuTEpr2O1lfacES2TFElXfJ9H1zByZ1l > .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; }#OuTEpr2O1lfacES2TFElXfJ9H1zByZ1l > .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; }#oVCM3oRtkW1qyTZ0k8e7ofd2gnNILZx1 { 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.5rem;top:0.5rem;left:1.65625rem;overflow:hidden;display:block; }
#mx9i0UKTkT5I4Dx73FJ2hLGEsbJvB2CT { 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.53002548217774rem;left:31.717861175537rem;overflow:hidden;display:block; }
#ZIB8TVoC1unb93rZTC79G57NrkSgavbW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-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; }#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:12.8125rem;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:3.5625rem;left:1rem;height:2.3625rem;font-style:normal;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:6.9375rem;left:1rem;height:2.3625rem;font-style:normal;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-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);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-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20rem;height:3.75rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:6.6875rem;left:40rem;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-secondary-1),1), #e20000);background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-1),1), #e20000);background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-1),1), #e20000);background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-1),1), #e20000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='#e20000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='#e20000' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-1),1), #e20000);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: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:2.375rem;left:40rem;display:block; }
#M739dnZ6b7TVMVNzVeZTLFqU3i8PayQS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WQVTdNTrlnwZHRq7K8AuB4wZivtNu86x { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2f2f2f;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; }#WQVTdNTrlnwZHRq7K8AuB4wZivtNu86x > .row .container { background-color: transparent; background-image: none; }#WQVTdNTrlnwZHRq7K8AuB4wZivtNu86x::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WQVTdNTrlnwZHRq7K8AuB4wZivtNu86x > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WQVTdNTrlnwZHRq7K8AuB4wZivtNu86x > .row .container > .video-iframe-container { display: none; }#WQVTdNTrlnwZHRq7K8AuB4wZivtNu86x > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WQVTdNTrlnwZHRq7K8AuB4wZivtNu86x > .row > .video-iframe-container { display: none; }#WQVTdNTrlnwZHRq7K8AuB4wZivtNu86x > .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); }#WQVTdNTrlnwZHRq7K8AuB4wZivtNu86x > .row .container { border-width: 0; border-radius: 0; }#WQVTdNTrlnwZHRq7K8AuB4wZivtNu86x > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WQVTdNTrlnwZHRq7K8AuB4wZivtNu86x > .row .container { font-size:0.875rem;font-family:arial;height:8.75rem;width:60rem;position:relative;display:block; }#zGQM77JNCPx2Tx75IlQPoco6FvKCA54f { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:6.3125rem;left:25.375rem; }
#zGQM77JNCPx2Tx75IlQPoco6FvKCA54f > img { max-width: 100%;max-height:100%; width:1.75rem; height:1.75rem; }#W6SoGRHmxwRKlXumfUk7UDOIKe4s6cS4 { box-sizing:content-box;color:#5d92ff;font-size:1.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:1;top:6.3125rem;left:27.8125rem; }
#W6SoGRHmxwRKlXumfUk7UDOIKe4s6cS4 > img { max-width: 100%;max-height:100%; width:1.75rem; height:1.75rem; }#XwST7qqHsXuTF7qeTqK7wQhgzf3dbMN7 { box-sizing:content-box;color:#5d92ff;font-size:1.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:6.3125rem;left:30.3125rem; }
#XwST7qqHsXuTF7qeTqK7wQhgzf3dbMN7 > img { max-width: 100%;max-height:100%; width:1.75rem; height:1.75rem; }#nc01c0Gw5LFXAHTDPJA2Ce3XyLvvRoP3 { box-sizing:content-box;color:#5d92ff;font-size:1.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:6.3125rem;left:32.875rem; }
#nc01c0Gw5LFXAHTDPJA2Ce3XyLvvRoP3 > img { max-width: 100%;max-height:100%; width:1.75rem; height:1.75rem; }#uBP61P3Xpkt3MfTQ1SFBh5PeVMhc2wFV { color:rgba(var(--color-tertiary-4),1);display:block;width:30.3125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.900390625rem;left:14.84375rem;height:3.8983125rem;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-3),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:var(--paragraphs-font-family);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-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);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-3),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.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) { #BvQr3zwNQKJoMfRTZ6BNG6OR8tATiZn5 { top:1.375rem;left:0rem;width:20.375rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uEzhTQRL3TaQuzRRicg2lBIMkmuJR1iF { width:18.1875rem;height:3.75rem;top:2.1875rem;left:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZIenJGf5C0rvJSD6S4GQRHstNpooWfda { display:block; }
 }@media only screen and (max-width: 763px) { #gZaz5OItmUDDOT5Ac1FKrRrrgVm83nJh { width:18.1875rem;height:3.75rem;top:2.125rem;left:29.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZvlJQ1lbLlDk2FWOJm7Shuy4TaPIiN7 { display:block; }
 }@media only screen and (max-width: 763px) { #TaE4Tq4duImwT6Lq170w8nqDWg7KoosJ { display:block; }#TaE4Tq4duImwT6Lq170w8nqDWg7KoosJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hVWTIWaDlBMwBmcNIPUZnlcLEq1iJCyH { top:8.75rem;left:0.65625rem;width:46.4375rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTZC9nqacEqNeb4JmB4b5sz65fzG4SIU { top:8.6875rem;left:45.6875rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xiT6fXoDUCP0EWdG6TplTvaZfSNBLFPN { top:8.6875rem;left:0rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VyVITyKtemJTDVllSifgsFQiK2srZktg { display:block; }#VyVITyKtemJTDVllSifgsFQiK2srZktg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CippFNEXDbfuHlukyNTfrIi2qyCIGxko { top:9.0625rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wWGwCPERN7bdS8ZgXD0s2oNLUbNtHTXg { display:block; }#wWGwCPERN7bdS8ZgXD0s2oNLUbNtHTXg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yJVXeJ2LSVsCmqvwEbWXRBVXJvhpWTev { top:3rem;left:0rem;width:14.3125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VaDeNL93weiXkA0d4HJ7sOdTUTTBDESw { width:18.1875rem;height:3.75rem;top:2.1875rem;left:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PxJCq1vUfyPfcFh9IgtuoT3Wu3NTL93y { display:block; }
 }@media only screen and (max-width: 763px) { #Emv9QZ3IAZMh8v8r9KnTMU0rA7qk4UT8 { width:18.1875rem;height:3.75rem;top:2.125rem;left:29.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sox8UermsKu6gwKsr0Su9DoulibmVWcs { display:block; }
 }@media only screen and (max-width: 763px) { #GuiNdCtBMcumZ4fXxfDPDaK9iTJsrNLf { top:0.8125rem;left:0rem;width:19.125rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5P5k0XfAPPcPDTJwS7LXB6lCOWSQpT2 { top:2.25rem;left:0rem;width:5.3125rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rhMLlcW8ZCMThPVPTm7z98xuOFaPCBwh { display:block; }#rhMLlcW8ZCMThPVPTm7z98xuOFaPCBwh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F6a9h1NGFi66FV6y4mv1DUtuLgZ6moKD { top:3.25rem;left:0rem;width:32.3125rem;height:4.875rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SD5xUEi8Q5znKDP743ifCThXEd74JACa { top:7.4375rem;left:0rem;width:36.25rem;height:12.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u06MAAwavUvm7Zhg8G0sV18yqqMBOxA3 { top:19rem;left:0rem;width:36.875rem;height:9.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hpV4T4zI7xg68yGeblZJXKSzkr9rbNMM { top:30.625rem;left:0rem;width:25.3125rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UORfXfG4ebqSARoWN4K0Nh9c7hr4m7BH { top:32.875rem;left:0.5625rem;width:23rem;height:3.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvpkhJx59UxxJPFw7sG44OJEF6ov9RSL .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TvpkhJx59UxxJPFw7sG44OJEF6ov9RSL .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; }
#TvpkhJx59UxxJPFw7sG44OJEF6ov9RSL .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; }
#TvpkhJx59UxxJPFw7sG44OJEF6ov9RSL { width:19.5rem;height:5.4375rem;display:flex;top:22.9375rem;left:14.561256408691rem;z-index:15005; }
 }@media only screen and (max-width: 763px) { #TvpkhJx59UxxJPFw7sG44OJEF6ov9RSL #ybQlQag7irqPsGW28SNfpcIS7Ku4Tg1F { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TvpkhJx59UxxJPFw7sG44OJEF6ov9RSL #dv5FPzmEHtl4UMkr0nnmpbNUlkabRbww {  }
 }@media only screen and (max-width: 763px) { #TvpkhJx59UxxJPFw7sG44OJEF6ov9RSL #ZdkHfuna9xLQGVgXxQ8CmR9R8LcGbkGa {  }
 }@media only screen and (max-width: 763px) { #TvpkhJx59UxxJPFw7sG44OJEF6ov9RSL #a1blpOGMvPWtd3EZanwnpXrSG500dgig { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TvpkhJx59UxxJPFw7sG44OJEF6ov9RSL #fcpOp4ectfk8iN5vl9g9MLb5h6A4ZzF9 {  }
 }@media only screen and (max-width: 763px) { #TvpkhJx59UxxJPFw7sG44OJEF6ov9RSL #M9sNAOSZvJrCVpGzMhR09q19INVNwm2E {  }
 }@media only screen and (max-width: 763px) { #TvpkhJx59UxxJPFw7sG44OJEF6ov9RSL #vX37geyNkeReaxBzHUv98zQfymXuTEAP { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TvpkhJx59UxxJPFw7sG44OJEF6ov9RSL #VtuzbH2uCvgeSoPOQwaA9KWHz1FaszwH {  }
 }@media only screen and (max-width: 763px) { #TvpkhJx59UxxJPFw7sG44OJEF6ov9RSL #IVGeWT3KJmLtbd1cwibScSZLq2EDtwSU {  }
 }@media only screen and (max-width: 763px) { #TvpkhJx59UxxJPFw7sG44OJEF6ov9RSL #t1wv3kZu1EAodgSR7CE76SRdz3glrU1H { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TvpkhJx59UxxJPFw7sG44OJEF6ov9RSL #oNpgxwHoHgyALcxMczQkdodUS1cEs9rB {  }
 }@media only screen and (max-width: 763px) { #TvpkhJx59UxxJPFw7sG44OJEF6ov9RSL #KFRIqQUCJCJTETdhWR8tnePJ5oIhiA1i {  }
 }@media only screen and (max-width: 763px) { #vafG7b0eTMaCxUUs3SgApoe5Xr2p1kLi { top:49rem;left:0rem;width:16.875rem;height:11.145864083868rem;display:block; }
 }@media only screen and (max-width: 763px) { #acF4CxgDhJmRAzah58sSnqM81vKNDsSI { top:49rem;left:12.6875rem;width:16.875rem;height:11.145864083868rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nh9qRchL78ftKcbrdOiLSNLIgpzeGWVI { top:60.5rem;left:0rem;width:15.9375rem;height:2.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSvsMZTAz8xcZdl435N41rmBRJCyVuMh { top:60.5rem;left:13.1875rem;width:16.125rem;height:2.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gqa33TOG74ypM3mLAFVFEtFUS7LFTWe0 { top:30.875rem;left:0.46788024902344rem;width:23rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KXHNiSuol5I4xUKc7bonl9O70XTAwQ8h { display:block; }#KXHNiSuol5I4xUKc7bonl9O70XTAwQ8h > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gJ9RfCWn5n5JBMImTk34IxHTMvSrAeJx { top:3.25rem;left:0rem;width:47.75rem;height:5.6875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xuBEERTJfyTFo05XVe73t8sNU68r3pte { top:8.3125rem;left:0.0625rem;width:47.5rem;height:5.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L90IShhyFehCq9acAV7rGJgS0dZewZVl { top:15.5625rem;left:9.9604148864744rem;width:27.5625rem;height:20.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lT5n97D1GoZ2q0arwJun7AW2qM1OpL7o { top:17.4375rem;left:11.28125rem;width:25.1875rem;height:4.1875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pa53by72hTSh18LtxowAxkolEzR4SZ1k .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#pa53by72hTSh18LtxowAxkolEzR4SZ1k .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; }
#pa53by72hTSh18LtxowAxkolEzR4SZ1k .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; }
#pa53by72hTSh18LtxowAxkolEzR4SZ1k { width:18rem;height:5.0625rem;display:flex;top:22.9375rem;left:14.561256408691rem;z-index:15005; }
 }@media only screen and (max-width: 763px) { #pa53by72hTSh18LtxowAxkolEzR4SZ1k #uwTa1uhPxdnNSAheRzlDf2tT86SKlPcy { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #pa53by72hTSh18LtxowAxkolEzR4SZ1k #Q9kIybZUtnhDEs32f8JFvAwo7WMrKIaN {  }
 }@media only screen and (max-width: 763px) { #pa53by72hTSh18LtxowAxkolEzR4SZ1k #skmkTqhm6VKK8yb8TymRrKfXXVnd7iJB {  }
 }@media only screen and (max-width: 763px) { #pa53by72hTSh18LtxowAxkolEzR4SZ1k #fTLfVmcJuJD8fB6hoN8XFn6rd2B2RBv7 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #pa53by72hTSh18LtxowAxkolEzR4SZ1k #T3R91JSNNl5rc6F7hBs4yD2Xb3XF8oVb {  }
 }@media only screen and (max-width: 763px) { #pa53by72hTSh18LtxowAxkolEzR4SZ1k #Sy8xAH1s641tLTw0MI0cSURPJ3St0kNB {  }
 }@media only screen and (max-width: 763px) { #pa53by72hTSh18LtxowAxkolEzR4SZ1k #QglbB86TfKcvr4XsFxtCMkoZHKLeEn7K { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #pa53by72hTSh18LtxowAxkolEzR4SZ1k #CGxtHS0xJzP16ZggVGPVAXB2O6nHK4xh {  }
 }@media only screen and (max-width: 763px) { #pa53by72hTSh18LtxowAxkolEzR4SZ1k #cTgRoT44TaVJcJSul1GdwpB2tA4a6cXl {  }
 }@media only screen and (max-width: 763px) { #pa53by72hTSh18LtxowAxkolEzR4SZ1k #hT3F7fgnhIr3td3VMZPZ1CZXhPDIhoo2 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #pa53by72hTSh18LtxowAxkolEzR4SZ1k #DF96ozdvasfltqPObfn8PLUFuRg55uPF {  }
 }@media only screen and (max-width: 763px) { #pa53by72hTSh18LtxowAxkolEzR4SZ1k #is3ncWowWupy9CSwGoIVUTDdeqLTXD3e {  }
 }@media only screen and (max-width: 763px) { #lenZrAhWwAC4xX5onyTqy6HrSPZnQaMi { width:22.0625rem;height:3.75rem;top:30.75rem;left:12.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #irThMF23DJpW8Bi4S1QikSMCMJIvcD1L { display:block; }
 }@media only screen and (max-width: 763px) { #XEfGQAauvN138qXeRXTOUvoqCBMa1DSn { top:16.8125rem;left:11.03125rem;width:25.6875rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cLh0zLtZIGuo0a1X9qH7JkIsQcT2SklI { display:block; }#cLh0zLtZIGuo0a1X9qH7JkIsQcT2SklI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VBUvStxaOvFwDLWwV3Akv2xxEh1e4eJ2 { top:1.125rem;left:0.84375rem;width:10.25rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gfuIcbTIzbJ3p25vO0wTkNWa1IXrF3Py { top:1.6875rem;left:12.125rem;width:11.5625rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wUM2DA2NLF1Z3FxOe4T1cAMm8nTHDupm { top:0.3125rem;left:25.15625rem;width:9.4375rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aUnL6piCBkSIwuSPcJd36WKRfDOBZ1FJ { top:0.8125rem;left:36.46875rem;width:10.625rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cqJTzm7gbR5EdBNKTw7OnFD3f8N2Xskt { top:5.0625rem;left:0.71875rem;width:10.5625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZPQMtBuGkFvzfJIbvuXr0SDQ8qIs9Fn { top:5.0625rem;left:12.625rem;width:10.5625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VlqtSaLfmxn1pBWpy6dTnLlfAItCuAgT { top:5.125rem;left:24.65625rem;width:10.5625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o391Fft9Hl33cmvlVeClQhB6dX95wHyk { top:5.0625rem;left:36.5rem;width:10.5625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A8CTFQOsAsfRWGzrtNbffP1hLecyAKdI { top:7.5625rem;left:0rem;width:12.5rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uuMt3lrhMsTZaKSfBiw45oXUTDuUPX1O { top:7.5625rem;left:11.375rem;width:12.5rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k33EA65WRe2k1JCUa8GfTB5e3VquO3uh { top:7.5rem;left:23.3125rem;width:12.5rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OzJZzhsC9HR48wKPFOkCNG5koHrOHQny { top:7.5625rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sxgpvl8K0WaVyPIKSGotRXHkukcyphas { display:block; }#Sxgpvl8K0WaVyPIKSGotRXHkukcyphas > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MOaUXdrka7lJA62EBfuSSS7XU4ikVSQ2 { top:1.75rem;left:2.8125rem;width:10.25rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #APeSXrv2hrXTxgaZeHKnhAJUUThLhWfq { top:2.3125rem;left:18.03125rem;width:11.5625rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxdaZAmIXXpAfPyslkTUlSKstX2L8Uby { top:5.4375rem;left:2.65625rem;width:10.5625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RihrRCOSKxBKsraxk65UtB9y2id12TI3 { top:5.4375rem;left:18.53125rem;width:10.5625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQTRU10O4XZTZcn9x1t8wDE7Q7sa9pA4 { top:7.8125rem;left:33.4375rem;width:12.5rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AGAyGZXOPNU6vZiir29na6ZnbTDflUag { top:5.4375rem;left:34.40625rem;width:10.5625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dKWnhRfCDHnmZThJ70EX3xo1r6lu75KH { top:0.625rem;left:34.96875rem;width:9.4375rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eP6wESfkLKp9Txir2DdA2wKsbGWhcXdm { top:7.8125rem;left:1.6875rem;width:12.5rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9nLBT98SrQDtzqL0WyTM5rPQnaOsO0m { top:7.9375rem;left:17.5625rem;width:12.5rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JnivXCDRyqnsEX2ZSTKAM5mQcHBqkf9l { display:block; }#JnivXCDRyqnsEX2ZSTKAM5mQcHBqkf9l > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sfVeTc8TLHGk7HAABX8CEPgmEcU8V1Vk { top:7.5625rem;left:11.375rem;width:12.5rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Poq9kE1ZS7e1ohDzrTP9T8wM5OEeB4O3 { top:4.9375rem;left:13.3125rem;width:10.5625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwF5SXLQIb32TfsguZukWmP9hnOHFxpe { top:1.25rem;left:13.625rem;width:10.25rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vudv5wqFWIxXvMlBo034xE3x2VeyIOh7 { top:0.75rem;left:9.3125rem;width:8.5rem;height:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UhTJy1xCxATAeprkB3RCi3665qQwO2Fn { top:0.6875rem;left:38.3125rem;width:8.625rem;height:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4WktWp8SOmsSDsWwf6dGR1s0VEZLnzQ { top:0.75rem;left:0.875rem;width:8.5rem;height:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #U9aEdyMPkVyRWkNHifvoHWoehMwixHKL { top:0.75rem;left:29.8125rem;width:8.5rem;height:8.5rem;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:2.5rem;left:0rem;width:31.0625rem;height:2.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8s4RtzzUENsyFpZQfSMvFDxHOBTlmfA { top:6.1875rem;left:0rem;width:28.5rem;height:6rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1mctybCxeWnOW1Qfkh1Qk2rl0n3z6dA { top:17.8125rem;left:0rem;width:19.3125rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OhiHeN3dLDg8xTPvT2KydFyTGEaJeAMo { width:20rem;height:3.75rem;top:52.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zxh0BSiAAkNIbLBaRiR5syyT5RXPsLPo { display:block; }
 }@media only screen and (max-width: 763px) { #n1BTm8Hf67tyu19cECoTnH3KBcPiTT06 { top:20.5rem;left:0rem;width:26.625rem;height:;font-size:1.125rem;display:block; }#n1BTm8Hf67tyu19cECoTnH3KBcPiTT06 li:before{  }
 }@media only screen and (max-width: 763px) { #dFHBq1l1VZPQ7mAvw0ARk2ETPq94pOce { top:13.5625rem;left:0rem;width:29.375rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ztWdCgvWlU2dqzQkUwuV9RP1b8XU6Ct0 { top:14.125rem;left:0rem;width:28.9375rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #s8mQHMtWeH05xZnfwZGLQgH6fLMZmups { top:40.9375rem;left:5.375rem;width:9.3125rem;height:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RtngsJ2Og2kJKHtnLpdEeNb0LpITaU2s { top:50.25rem;left:5.375rem;width:9.375rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gEs5LU8y7HSmTdTzJhy4940mJD1dmM9K .widget-regular-label { width:20.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#gEs5LU8y7HSmTdTzJhy4940mJD1dmM9K .widget-input-text { width:20.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gEs5LU8y7HSmTdTzJhy4940mJD1dmM9K .widget-input-text {padding-top: 0; padding-bottom: 0;}#gEs5LU8y7HSmTdTzJhy4940mJD1dmM9K .widget-textarea { width:20.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gEs5LU8y7HSmTdTzJhy4940mJD1dmM9K .widget-input-select { width:20.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gEs5LU8y7HSmTdTzJhy4940mJD1dmM9K .widget-input-select {padding-top: 0; padding-bottom: 0;}#gEs5LU8y7HSmTdTzJhy4940mJD1dmM9K .widget-input-button { width:20.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gEs5LU8y7HSmTdTzJhy4940mJD1dmM9K .widget-checkbox-label { width:19rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#gEs5LU8y7HSmTdTzJhy4940mJD1dmM9K  { width:20.1875rem;height:auto;top:1.5625rem;left:24.8125rem; }
#gEs5LU8y7HSmTdTzJhy4940mJD1dmM9K .radio-container { width:20.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gEs5LU8y7HSmTdTzJhy4940mJD1dmM9K {display:block;}#gEs5LU8y7HSmTdTzJhy4940mJD1dmM9K { width:20.1875rem;height:auto;top:1.5625rem;left:24.8125rem; }
 }@media only screen and (max-width: 763px) { #gEs5LU8y7HSmTdTzJhy4940mJD1dmM9K #Au0bX30uoZb28lNWynz6ekflxk6yCTmw {  }
 }@media only screen and (max-width: 763px) { #gEs5LU8y7HSmTdTzJhy4940mJD1dmM9K #RJw8mOLoMJzLCwLLbZ6054AWq4kDgTAi {  }
 }@media only screen and (max-width: 763px) { #gEs5LU8y7HSmTdTzJhy4940mJD1dmM9K #hulrc9VvLLNlei5CfqaXpeLFTqbwtARy {  }
 }@media only screen and (max-width: 763px) { #gEs5LU8y7HSmTdTzJhy4940mJD1dmM9K #JT5TxotOVg7I4hfzVfnPtTOTud2FZ7IK {  }
 }@media only screen and (max-width: 763px) { #gEs5LU8y7HSmTdTzJhy4940mJD1dmM9K #gLKxr4QwmHV1FEVwqiAdghfuxcnRCp8o {  }
 }@media only screen and (max-width: 763px) { #gEs5LU8y7HSmTdTzJhy4940mJD1dmM9K #XcifB5DT3Mi63Bo8a0hd91LKotfD6p26 {  }
 }@media only screen and (max-width: 763px) { #gEs5LU8y7HSmTdTzJhy4940mJD1dmM9K #XvtLKtSHPCBDbvuxZn7kpXMPS5AgUlV0 { display:block; }
 }@media only screen and (max-width: 763px) { #gEs5LU8y7HSmTdTzJhy4940mJD1dmM9K #nau22n9nVUU1h2ZXayDw5AQA5Rs8E5hB {  }
 }@media only screen and (max-width: 763px) { #gEs5LU8y7HSmTdTzJhy4940mJD1dmM9K #ybt81PTuWnibNkmVoIb8Ohz1zuJF4PTh {  }
 }@media only screen and (max-width: 763px) { #gEs5LU8y7HSmTdTzJhy4940mJD1dmM9K #Mb4q6nln3AwyUXcQdkhl6s2sg8JVZXmz { display:block; }
 }@media only screen and (max-width: 763px) { #gEs5LU8y7HSmTdTzJhy4940mJD1dmM9K #y5fZCSZ6nS6GbMi6F6BkPlJXkxsDu8ou {  }
 }@media only screen and (max-width: 763px) { #gEs5LU8y7HSmTdTzJhy4940mJD1dmM9K #wEAZb0yEAEEM7P895xALN0m7vk3E6A7A {  }
 }@media only screen and (max-width: 763px) { #gEs5LU8y7HSmTdTzJhy4940mJD1dmM9K #LaGaXHws8t6gQaT1Ie2Ge4bdJXQFmPhy { display:block; }
 }@media only screen and (max-width: 763px) { #gEs5LU8y7HSmTdTzJhy4940mJD1dmM9K #NPhC6wZaxsSROkQKVHCeTKZoAPEwpglZ {  }
 }@media only screen and (max-width: 763px) { #gEs5LU8y7HSmTdTzJhy4940mJD1dmM9K #wz1bTrGJr1TDTbJHFxldrCZapkD3OIXQ {  }
 }@media only screen and (max-width: 763px) { #gEs5LU8y7HSmTdTzJhy4940mJD1dmM9K #EfuD8ywRPuOSV2mtG0N3IxOzrxeHOoyt { display:block; }
 }@media only screen and (max-width: 763px) { #gEs5LU8y7HSmTdTzJhy4940mJD1dmM9K #aW239p47mKG8RAicMt8VpRV0JwFErqLM {  }
 }@media only screen and (max-width: 763px) { #gEs5LU8y7HSmTdTzJhy4940mJD1dmM9K #K2g95PI8eMGZTB0g6k3i0qgRHDKHZV23 {  }
 }@media only screen and (max-width: 763px) { #gEs5LU8y7HSmTdTzJhy4940mJD1dmM9K #DiDWI5SNu4x05NADeU0ITVGfaGXSNTLX {  }
 }@media only screen and (max-width: 763px) { #gEs5LU8y7HSmTdTzJhy4940mJD1dmM9K #W4btAPitVnxQ9l8zGOxsRJrZIyhXwd4N {  }
 }@media only screen and (max-width: 763px) { #gEs5LU8y7HSmTdTzJhy4940mJD1dmM9K #vhb2XIc8eppQBsShPuf8fN1gXur2r5Z0 {  }
 }@media only screen and (max-width: 763px) { #gEs5LU8y7HSmTdTzJhy4940mJD1dmM9K #fM0kK016ikKcy2AJttUctfvMBvvAu4UT { display:block; }
 }@media only screen and (max-width: 763px) { #gEs5LU8y7HSmTdTzJhy4940mJD1dmM9K #UamVRKT3gbl7FNg0rwsaoaGXK8UQu38s {  }
 }@media only screen and (max-width: 763px) { #gEs5LU8y7HSmTdTzJhy4940mJD1dmM9K #FuFPvlxcytIyXuNbnOMeP51G8haSWu60 {  }
 }@media only screen and (max-width: 763px) { #gEs5LU8y7HSmTdTzJhy4940mJD1dmM9K #dHQTJzwTbpRE1GPODeyQgAQ2cQHF2Cd9 { display:block; }
 }@media only screen and (max-width: 763px) { #gEs5LU8y7HSmTdTzJhy4940mJD1dmM9K #hRWnkQlINoSlmnE0WQIDCOFT3G7I6vP0 {  }
 }@media only screen and (max-width: 763px) { #gEs5LU8y7HSmTdTzJhy4940mJD1dmM9K #M49HQEgoM5qWMIvvCcOOJMQKmUzurm4f {  }
 }@media only screen and (max-width: 763px) { #gEs5LU8y7HSmTdTzJhy4940mJD1dmM9K #OqxTb9xSF6TTW2fCnHhbO8TINGzrdISf { display:block; }
 }@media only screen and (max-width: 763px) { #gEs5LU8y7HSmTdTzJhy4940mJD1dmM9K #nTVhvFgJVvnVnmG6hdrqqRTqOTDkpAc7 {  }
 }@media only screen and (max-width: 763px) { #gEs5LU8y7HSmTdTzJhy4940mJD1dmM9K #v1eaQkGHplgbHW02M4T1r4T27XaIyppt {  }
#gEs5LU8y7HSmTdTzJhy4940mJD1dmM9K #v1eaQkGHplgbHW02M4T1r4T27XaIyppt .container-column{width:50%;} }@media only screen and (max-width: 763px) { #gEs5LU8y7HSmTdTzJhy4940mJD1dmM9K #Eu9SFM35mTqkq787N7xO4RO7GTr5u17c { display:block; }
 }@media only screen and (max-width: 763px) { #gEs5LU8y7HSmTdTzJhy4940mJD1dmM9K #afOeREBW7rsnTP5uU9w525iA6cd9q50q {  }
 }@media only screen and (max-width: 763px) { #gEs5LU8y7HSmTdTzJhy4940mJD1dmM9K #hb5Ezf1NU2SD0lENsDaR0AUpc1OXi2W4 {  }
 }@media only screen and (max-width: 763px) { #gEs5LU8y7HSmTdTzJhy4940mJD1dmM9K #vP4m7fdNdcmTkFa0mrLc0mlLr5g4Js6C {  }
 }@media only screen and (max-width: 763px) { #gEs5LU8y7HSmTdTzJhy4940mJD1dmM9K #rLlbcPn1WIEnvQktcmGFxTgOInodeamE {  }
 }@media only screen and (max-width: 763px) { #gEs5LU8y7HSmTdTzJhy4940mJD1dmM9K #sIAxuc9WgOQAbLCZ5guUqCKhghqM7Nq9 {  }
 }@media only screen and (max-width: 763px) { #gEs5LU8y7HSmTdTzJhy4940mJD1dmM9K #dsa7Te7b7FOT5CHbUsRG9JwLsS6ZQCV6 {  }
 }@media only screen and (max-width: 763px) { #gEs5LU8y7HSmTdTzJhy4940mJD1dmM9K #PTSTFgE6GMAoiPENZPcdCIKaPgnsNfhc {  }
 }@media only screen and (max-width: 763px) { #gEs5LU8y7HSmTdTzJhy4940mJD1dmM9K #TpSxSG5CDnzlqVXTZxzJZ1WCrNeJLBLh {  }
 }@media only screen and (max-width: 763px) { #gEs5LU8y7HSmTdTzJhy4940mJD1dmM9K #TpbTqTQeUDbFdCztTR2cvG2o44qEiLJI { display:block; }
 }@media only screen and (max-width: 763px) { #gEs5LU8y7HSmTdTzJhy4940mJD1dmM9K #llx8cIVs8SkxvWlyoxDTahSRoIWsmfAm {  }
 }@media only screen and (max-width: 763px) { #gEs5LU8y7HSmTdTzJhy4940mJD1dmM9K #RLI3X1my4rD3OGMXchEpSAsllRyXOpzb {  }
 }@media only screen and (max-width: 763px) { #gEs5LU8y7HSmTdTzJhy4940mJD1dmM9K #TmI9RhudTLVw0vm8NCuWLMtf3T27hhHr {  }
 }@media only screen and (max-width: 763px) { #JkpSroaqVa1qPmq0AagWx4bgdZSbHp1H { display:block; }#JkpSroaqVa1qPmq0AagWx4bgdZSbHp1H > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E20C9NF9J2aH5JKfT8M8Lt2e6ywhJOrl { top:1.375rem;left:9.6875rem;width:28.375rem;height:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o19xE3LKFxycCDeZObRNnmysq4Xd1lGX { display:block; }#o19xE3LKFxycCDeZObRNnmysq4Xd1lGX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PnqasAVzPB5mn3FlD9pS3bEEFeB9qrgz { top:0.5625rem;left:0.15625rem;width:47.4375rem;height:0;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UA9wmuGxdZhIva7REXoesd9RvMZwoZKT { display:block; }#UA9wmuGxdZhIva7REXoesd9RvMZwoZKT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nx24QWbITW80VVdalodHyTm3Xs2KAurH { top:1.8125rem;left:10.5rem;width:13.375rem;height:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MiDDyyQUsicudLJAJPOtKpLoDb7brZsQ { top:10.8125rem;left:12.21875rem;width:11.5rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SFthTf9E5LlcpAX9pKVZKSMHRc3GOoT5 { top:10.9375rem;left:36.093753814698rem;width:11.5rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eV0ATAQLug63FFPcWzpOoSzzTVIVTGJJ { top:1.8125rem;left:0rem;width:13.375rem;height:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uK5y1ytnmFrheiHByykD8JQ8OOAvx1fJ { top:1.8125rem;left:22.4375rem;width:13.375rem;height:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eihFXg25D9nMIgODJk1fAM8inq567IfX { top:10.875rem;left:2.40625rem;width:7.3125rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #REGUcRDT5gveTTtHiTXsJyd8duXeMLy6 { top:10.875rem;left:26.28125rem;width:7.3125rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZUTrTDKrsrvUX5hXooROI5FxzmwidE4p { top:10.6875rem;left:22.4375rem;width:13.375rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w29bZZoJdzs1RescmdK6GXhxu8BcXWcl { top:10.6875rem;left:34.375rem;width:13.375rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVIHZu6TmbiK4RkA4OE0s2KkVlluTX0Z { top:10.625rem;left:10.5rem;width:13.375rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lowwTgqRNR1Qw9c7J6TtqwDP4FCEzibC { top:10.6875rem;left:0rem;width:13.375rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MbcG6zuCbcsnRA83hqCwl0uBfv1nGz25 { top:1.75rem;left:34.375rem;width:13.375rem;height:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aBIg2SIcpWgx23df7uG5NN2xyXo6an6q { display:block; }#aBIg2SIcpWgx23df7uG5NN2xyXo6an6q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nVKg2FmOP6LT82WQ1DTHSurrIcMd3hfT { top:2.5625rem;left:1.8735790252686rem;width:17.4375rem;height:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nO5bHPsweUAkQzU565KwGtFKHweCauKs { top:2.75rem;left:25.749465942382rem;width:20.125rem;height:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xsnkeZxR6znGykio9UrayzHW6OM4T3TV { 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) { #BuREoD5IRs8pX7RQ1G7WO5g89qqwl4g3 { 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) { #EeEIgtTBvJfM22LHeR1CgomwPdEAPJ3S { display:block; }#EeEIgtTBvJfM22LHeR1CgomwPdEAPJ3S > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Nm5xNNf1ZAT18exrtPJJugnT7iSbFRpG { top:6.875rem;left:1.6875rem;width:12.5rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EF9NmQE0ptxpZtSKDhhJ4xwh1LRKg2m8 { top:10.0625rem;left:0.3125rem;width:15.3125rem;height:6.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HwSTra4EZIiDwRMUtssrnvILgMSMCK6i { top:6.875rem;left:17.5625rem;width:12.5rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hlIsFcRHvlEpHQqGHiaq6BqnOunkxzC4 { top:10.0625rem;left:16.5625rem;width:14.5rem;height:6.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pD029M8dA6hJ0ZRiMrpDTU4P9kiE9BU6 { top:6.875rem;left:33.4375rem;width:12.5rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pb8dbKn5umQNtFAEdTiVGzAH67qTTc6R { top:10.0625rem;left:32.03125rem;width:15.3125rem;height:6.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rH85Nibv9SoTyW304BDRD65alOCwG2TV { top:1.625rem;left:21.78125rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pubs0lnh0ii5gsUiKcKTvemgSvuJcCto { top:2.25rem;left:37.65625rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MaLU0cJN2qnE5Xt6mx0g4Ax1tCdRroMu { top:1.625rem;left:5.90625rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BoEs1s0vK8EaJTm5umv4LQG6qCbz8iL4 { display:block; }#BoEs1s0vK8EaJTm5umv4LQG6qCbz8iL4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o6OUtqxCtvDECxTlPQDq4F95Ard309oQ { top:8.1875rem;left:1.6875rem;width:12.5rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ShrJPpflSIxo9E1nH5JVqNvABzeRLWed { top:11.125rem;left:0.625rem;width:14.6875rem;height:6.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UD3rDQVd5syUCenm5JAVFVuJRox8ugN6 { top:8.1875rem;left:17.5625rem;width:12.5rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UVFKMMTzgXGOu2OCquOINfpTXyUSuJ2f { top:11.125rem;left:16.1875rem;width:15.3125rem;height:6.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QdxHN6TCne9LFlRKquGHc1N374wWVnzs { top:8.1875rem;left:33.4375rem;width:12.5rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LBVLrb819iGMpbLvfwuHKttIkWfdMuo9 { top:11.125rem;left:32.375rem;width:14.625rem;height:6.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IbsINP8zh4SfZKFUsk83qtWdwpoXrKtW { top:2.75rem;left:5.90625rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SX0r9bt5DzuoVvQCe89splu8K2Vk4HBl { top:2.625rem;left:21.78125rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I9RltWPZ5Q6PAS3CFoONtHNtmHvKwxNL { top:2.75rem;left:37.5625rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EC0k0OGhVyy6CWf7RkafIFAQRbBTA8As { display:block; }#EC0k0OGhVyy6CWf7RkafIFAQRbBTA8As > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ETiTAsQsaoTDfCeASOT1JoH4CHxmc72X { top:1.375rem;left:5.65625rem;width:4.5625rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KNNSy0R6mtsWHVCnpOZSyPZy0d1ZWMKN { top:6.875rem;left:1.6875rem;width:12.5rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkzJ0FWJ303wqoWMVmLZhalJL2hAEUgn { top:10.0625rem;left:0.3125rem;width:15.3125rem;height:6.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #irS0Ncwdnl3saQLvFdrmubDKB0fy6igt { top:1.375rem;left:21.53125rem;width:4.5625rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NmSSOKZTm2QhEZSkRBqB0iHCBnGsU8xF { top:6.875rem;left:17.5625rem;width:12.5rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lByNT33KAHkwMgywqmXuH88tDa5lW3rn { top:10.0625rem;left:16.5625rem;width:14.5rem;height:6.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gc68qzQbIfkhFS3NiFcORbPDUI87CJRX { top:1.375rem;left:37.40625rem;width:4.5625rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSdQgnPEzPA3wGtv4yUDz8dPuLKz99kv { top:6.875rem;left:33.4375rem;width:12.5rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OmThU4SUVfNpEQwtUnh6X46MiJZkPJM6 { top:10.0625rem;left:32.03125rem;width:15.3125rem;height:6.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TH1WftOGuw9KDqlsm9HQ8EZTV4plgVvv { display:block; }#TH1WftOGuw9KDqlsm9HQ8EZTV4plgVvv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K24RmP3V659LJG7TeFLea3or8kMOddb2 { top:2.6875rem;left:5.65625rem;width:4.5625rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ai7M916PEIk2SDBQAuG8sNuRfz9SR6SL { top:8.1875rem;left:1.6875rem;width:12.5rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DwXU0bpnUBX1BOTZ98voIrMHLHUW57ks { top:11.125rem;left:0.625rem;width:14.6875rem;height:6.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MM30zEE1daTO3cfeWVVucqCotM8PT6qs { top:2.6875rem;left:21.53125rem;width:4.5625rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HPkCc04TwHN3fpvdercbCLWR9lWTo75F { top:8.1875rem;left:17.5625rem;width:12.5rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqJrdN1lpMkPMVrX7nPKS0HhnZbfcdDJ { top:11.125rem;left:16.1875rem;width:15.3125rem;height:6.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UDWXyN6NnhlOc0Ef06i7eQbwFA7LwwmT { top:2.6875rem;left:37.40625rem;width:4.5625rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m5ZvtFiywO3qGABT7WFKVEyEXbukDMoi { top:8.1875rem;left:33.4375rem;width:12.5rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXZl9isTN2CTqViaWBZLpZ3qWnTW7UXU { top:11.125rem;left:32.375rem;width:14.625rem;height:6.75rem;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:2.0625rem;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:2.0625rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kIXCTRLtkmHyqFsNfueqOdTsxggIsESc { display:block; }
 }@media only screen and (max-width: 763px) { #m0zT3FKS95b354TqROMBvF55vTLVrCRc { display:block; }#m0zT3FKS95b354TqROMBvF55vTLVrCRc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IEGfDbsx2TaQ6RvTMayapvoiabA7A0T3 { display:block; }#IEGfDbsx2TaQ6RvTMayapvoiabA7A0T3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dyX13A3KwMADFuRtUKKrL583mWUWTdGW { top:1.9375rem;left:1.6875rem;width:44.375rem;height:7.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wkTXOtXx8xDvzZHD9FESFUKobGgft2vg { top:11.5rem;left:1.78125rem;width:44.1875rem;height:3.3125rem;font-size:1.0625rem;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:1.5625rem;left:0rem;width:30.625rem;height:5.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hzzhx2UQa7GAQnzeJv2bkrr5B2AtTI86 { top:6.6875rem;left:5.8125rem;width:4.3125rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G7E50nqTmhkuNDDK9uqClKCvlrlP5lko { top:11.125rem;left:0.375rem;width:15.4375rem;height:9.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FT2dPa8IFtVLDdup7gIJWhazncKGrNaO { top:21.25rem;left:2.125rem;width:11.625rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BtwiS8bRwmgnLJIqCDiIqTThq0mSAQWy { top:23.5rem;left:1.875rem;width:12.5rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MSO3yamb5H5QHeoa8xD2822dxZVqUIBq { top:6.6875rem;left:37.6875rem;width:4.3125rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KpWZGioztET0sZtHyX2G6T03etN0O2if { top:11.125rem;left:32.4375rem;width:14.8125rem;height:9.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0JhcFKEqIGWdacKRfEPJ34STPAD63IW { top:21.25rem;left:34.0625rem;width:11.625rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eA2KneZ2noPTtlwEwhgH2Z1lD4Ah7Dzg { top:23.5625rem;left:33.875rem;width:12.5rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kWO1LxstLQGusB48HZEODQqH2T0Hlf52 { top:8.6875rem;left:11.75rem;width:20rem;height:17.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HdHFFbvZeQZbebTODTx8cITdmnb2KWfe { top:11.125rem;left:13.625rem;width:18.125rem;height:9.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oAQCsuP00AQ3nxqVCuazJb1Tn6g83tPb { top:21.25rem;left:18.1875rem;width:11.625rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CpGTk5qxWZUKWxgLTZyCk6kce9nQZ73s { top:23.5625rem;left:17.75rem;width:12.5rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B9OzDJGnrmaerNb7sPEb269TtQuopQ9b { display:block; }#B9OzDJGnrmaerNb7sPEb269TtQuopQ9b > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bT3JaMzrWkpwJCVPml8A1MVOPhVUyOHs { top:0.5rem;left:0rem;width:26.5625rem;height:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpwXaksLmqf4nZV5S9tx3Flr1fM0FGRq { top:0.5rem;left:21.125rem;width:26.5625rem;height:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPdphaIvNpnpzkSGC2wTTLm3z8o7EdtO { display:block; }#NPdphaIvNpnpzkSGC2wTTLm3z8o7EdtO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #koI8Xs9GamATxXPcGmitKzLKOUxiCyvO { top:0.5rem;left:0rem;width:26.5625rem;height:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rcPLV5DxBNw2MQHSEqI3lXskSSkDWagp { top:0.5rem;left:21rem;width:26.5625rem;height:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qwWPBUIavLqb7mxSLiHqVAWO5lB1O2t8 { display:block; }#qwWPBUIavLqb7mxSLiHqVAWO5lB1O2t8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q03ZX7mWHBNSkq7a8aoJfIdTc8BlOOA4 { top:0.625rem;left:0rem;width:26.5625rem;height:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LfrycNz3X88U6LThKAovLcTQyaElCgeG { top:0.625rem;left:21.1875rem;width:26.5625rem;height:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S6U5Ezd40k0iQRwDIK2z7caaLbui8Bpr { display:block; }#S6U5Ezd40k0iQRwDIK2z7caaLbui8Bpr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vm8FVAEzcbRr6EvcnUe4KisPAkB6nX4B { top:0.625rem;left:0rem;width:26.5625rem;height:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g5qOuFyD4sDQeK5dt578lxVT1cCaK6oZ { top:0.625rem;left:21.1875rem;width:26.5625rem;height:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OuTEpr2O1lfacES2TFElXfJ9H1zByZ1l { display:block; }#OuTEpr2O1lfacES2TFElXfJ9H1zByZ1l > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oVCM3oRtkW1qyTZ0k8e7ofd2gnNILZx1 { top:0.5rem;left:0rem;width:26.5rem;height:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mx9i0UKTkT5I4Dx73FJ2hLGEsbJvB2CT { top:0.5rem;left:21.1875rem;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:3.5625rem;left:0rem;width:39.0625rem;height:2.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQrF11czSfA5LA9NSRuIUzcEXiKI4o0v { top:6.9375rem;left:0rem;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:6.6875rem;left:27.75rem;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:2.375rem;left:27.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #M739dnZ6b7TVMVNzVeZTLFqU3i8PayQS { display:block; }
 }@media only screen and (max-width: 763px) { #WQVTdNTrlnwZHRq7K8AuB4wZivtNu86x { display:block; }#WQVTdNTrlnwZHRq7K8AuB4wZivtNu86x > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zGQM77JNCPx2Tx75IlQPoco6FvKCA54f { top:6.3125rem;left:19.25rem;width:1.75rem;height:1.75rem;display:block; }
#zGQM77JNCPx2Tx75IlQPoco6FvKCA54f > img { max-width: 100%;max-height:100%; width:1.75rem; height:1.75rem; } }@media only screen and (max-width: 763px) { #W6SoGRHmxwRKlXumfUk7UDOIKe4s6cS4 { top:6.3125rem;left:21.6875rem;width:1.75rem;height:1.75rem;display:block; }
#W6SoGRHmxwRKlXumfUk7UDOIKe4s6cS4 > img { max-width: 100%;max-height:100%; width:1.75rem; height:1.75rem; } }@media only screen and (max-width: 763px) { #XwST7qqHsXuTF7qeTqK7wQhgzf3dbMN7 { top:6.3125rem;left:24.1875rem;width:1.75rem;height:1.75rem;display:block; }
#XwST7qqHsXuTF7qeTqK7wQhgzf3dbMN7 > img { max-width: 100%;max-height:100%; width:1.75rem; height:1.75rem; } }@media only screen and (max-width: 763px) { #nc01c0Gw5LFXAHTDPJA2Ce3XyLvvRoP3 { top:6.3125rem;left:26.75rem;width:1.75rem;height:1.75rem;display:block; }
#nc01c0Gw5LFXAHTDPJA2Ce3XyLvvRoP3 > img { max-width: 100%;max-height:100%; width:1.75rem; height:1.75rem; } }@media only screen and (max-width: 763px) { #uBP61P3Xpkt3MfTQ1SFBh5PeVMhc2wFV { top:1.875rem;left:8.71875rem;width:30.3125rem;height:3.875rem;font-size:1rem;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.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BvQr3zwNQKJoMfRTZ6BNG6OR8tATiZn5 { width:19.5625rem;height:5.125rem;top:1.65625rem;left:0.21875rem;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) { #TaE4Tq4duImwT6Lq170w8nqDWg7KoosJ { display:block; }#TaE4Tq4duImwT6Lq170w8nqDWg7KoosJ > .row .container { width:20rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hVWTIWaDlBMwBmcNIPUZnlcLEq1iJCyH { width:14rem;height:4.874675rem;top:0.5rem;left:2.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTZC9nqacEqNeb4JmB4b5sz65fzG4SIU { display:flex;width:1.6875rem;height:1.6875rem;top:2.0625rem;left:16.875rem;font-size:1.125rem; }
 }@media only screen and (max-width: 763px) { #xiT6fXoDUCP0EWdG6TplTvaZfSNBLFPN { display:flex;width:1.6875rem;height:1.6875rem;top:2.0625rem;left:0rem;font-size:1.125rem; }
 }@media only screen and (max-width: 763px) { #VyVITyKtemJTDVllSifgsFQiK2srZktg { display:none; }#VyVITyKtemJTDVllSifgsFQiK2srZktg > .row .container { width:20rem;height:5.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #CippFNEXDbfuHlukyNTfrIi2qyCIGxko { width:18.125rem;height:3.9rem;top:0.68750095367431rem;left:0.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wWGwCPERN7bdS8ZgXD0s2oNLUbNtHTXg { position:relative;z-index:auto;display:none; }#wWGwCPERN7bdS8ZgXD0s2oNLUbNtHTXg > .row .container { width:20rem;height:8.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #yJVXeJ2LSVsCmqvwEbWXRBVXJvhpWTev { width:14.6875rem;height:3.875rem;top:3.5625rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VaDeNL93weiXkA0d4HJ7sOdTUTTBDESw { width:20rem;height:4.0625rem;top:10.0625rem;left:0.0625rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #PxJCq1vUfyPfcFh9IgtuoT3Wu3NTL93y { display:block; }
 }@media only screen and (max-width: 763px) { #Emv9QZ3IAZMh8v8r9KnTMU0rA7qk4UT8 { 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) { #Sox8UermsKu6gwKsr0Su9DoulibmVWcs { display:block; }
 }@media only screen and (max-width: 763px) { #GuiNdCtBMcumZ4fXxfDPDaK9iTJsrNLf { width:19.125rem;height:1.70625rem;top:1.125rem;left:0.4375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5P5k0XfAPPcPDTJwS7LXB6lCOWSQpT2 { width:5.3125rem;height:5.3125rem;top:2.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rhMLlcW8ZCMThPVPTm7z98xuOFaPCBwh { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/9f4583e5-2454-4ad9-9278-0a31e3362185/ChristmasLightsonHouse.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#rhMLlcW8ZCMThPVPTm7z98xuOFaPCBwh.adaptive-delivery-prevent-bg, #rhMLlcW8ZCMThPVPTm7z98xuOFaPCBwh.lazyload, #rhMLlcW8ZCMThPVPTm7z98xuOFaPCBwh.lazyloading { background-image: none; }#rhMLlcW8ZCMThPVPTm7z98xuOFaPCBwh > .row .container { width:20rem;height:97.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #F6a9h1NGFi66FV6y4mv1DUtuLgZ6moKD { width:20rem;height:3.412475rem;top:1.1875rem;left:0rem;font-size:2.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SD5xUEi8Q5znKDP743ifCThXEd74JACa { width:20rem;height:11.9995rem;top:4.0625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #u06MAAwavUvm7Zhg8G0sV18yqqMBOxA3 { width:20rem;height:12.5971125rem;top:14.125rem;left:0rem;font-size:1rem;line-height:1.8;font-family:poppins;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #hpV4T4zI7xg68yGeblZJXKSzkr9rbNMM { width:20rem;height:6rem;top:14.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UORfXfG4ebqSARoWN4K0Nh9c7hr4m7BH { width:20rem;height:3.2495125rem;top:17rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TvpkhJx59UxxJPFw7sG44OJEF6ov9RSL .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; }
#TvpkhJx59UxxJPFw7sG44OJEF6ov9RSL .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; }
#TvpkhJx59UxxJPFw7sG44OJEF6ov9RSL .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; }
#TvpkhJx59UxxJPFw7sG44OJEF6ov9RSL { width:16.3748125rem;height:4.37011875rem;display:flex;top:21.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) { #TvpkhJx59UxxJPFw7sG44OJEF6ov9RSL #ybQlQag7irqPsGW28SNfpcIS7Ku4Tg1F { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TvpkhJx59UxxJPFw7sG44OJEF6ov9RSL #dv5FPzmEHtl4UMkr0nnmpbNUlkabRbww {  }
 }@media only screen and (max-width: 763px) { #TvpkhJx59UxxJPFw7sG44OJEF6ov9RSL #ZdkHfuna9xLQGVgXxQ8CmR9R8LcGbkGa {  }
 }@media only screen and (max-width: 763px) { #TvpkhJx59UxxJPFw7sG44OJEF6ov9RSL #a1blpOGMvPWtd3EZanwnpXrSG500dgig { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TvpkhJx59UxxJPFw7sG44OJEF6ov9RSL #fcpOp4ectfk8iN5vl9g9MLb5h6A4ZzF9 {  }
 }@media only screen and (max-width: 763px) { #TvpkhJx59UxxJPFw7sG44OJEF6ov9RSL #M9sNAOSZvJrCVpGzMhR09q19INVNwm2E {  }
 }@media only screen and (max-width: 763px) { #TvpkhJx59UxxJPFw7sG44OJEF6ov9RSL #vX37geyNkeReaxBzHUv98zQfymXuTEAP { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TvpkhJx59UxxJPFw7sG44OJEF6ov9RSL #VtuzbH2uCvgeSoPOQwaA9KWHz1FaszwH {  }
 }@media only screen and (max-width: 763px) { #TvpkhJx59UxxJPFw7sG44OJEF6ov9RSL #IVGeWT3KJmLtbd1cwibScSZLq2EDtwSU {  }
 }@media only screen and (max-width: 763px) { #TvpkhJx59UxxJPFw7sG44OJEF6ov9RSL #t1wv3kZu1EAodgSR7CE76SRdz3glrU1H { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TvpkhJx59UxxJPFw7sG44OJEF6ov9RSL #oNpgxwHoHgyALcxMczQkdodUS1cEs9rB {  }
 }@media only screen and (max-width: 763px) { #TvpkhJx59UxxJPFw7sG44OJEF6ov9RSL #KFRIqQUCJCJTETdhWR8tnePJ5oIhiA1i {  }
 }@media only screen and (max-width: 763px) { #vafG7b0eTMaCxUUs3SgApoe5Xr2p1kLi { width:16.875rem;height:11.145864083868rem;top:49rem;left:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #acF4CxgDhJmRAzah58sSnqM81vKNDsSI { width:16.875rem;height:11.145864083868rem;top:49rem;left:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Nh9qRchL78ftKcbrdOiLSNLIgpzeGWVI { width:15.9375rem;height:auto;top:60.5rem;left:2rem;font-size:1.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #RSvsMZTAz8xcZdl435N41rmBRJCyVuMh { width:16.125rem;height:auto;top:60.5rem;left:1.9375rem;font-size:1.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Gqa33TOG74ypM3mLAFVFEtFUS7LFTWe0 { width:20rem;height:2.1120875rem;top:14.9375rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KXHNiSuol5I4xUKc7bonl9O70XTAwQ8h { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/9f4583e5-2454-4ad9-9278-0a31e3362185/ChristmasLightsonHouse.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#KXHNiSuol5I4xUKc7bonl9O70XTAwQ8h.adaptive-delivery-prevent-bg, #KXHNiSuol5I4xUKc7bonl9O70XTAwQ8h.lazyload, #KXHNiSuol5I4xUKc7bonl9O70XTAwQ8h.lazyloading { background-image: none; }#KXHNiSuol5I4xUKc7bonl9O70XTAwQ8h > .row .container { background-color: transparent; background-image: none; }#KXHNiSuol5I4xUKc7bonl9O70XTAwQ8h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(53,53,53,0.49); }#KXHNiSuol5I4xUKc7bonl9O70XTAwQ8h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KXHNiSuol5I4xUKc7bonl9O70XTAwQ8h > .row .container > .video-iframe-container { display: none; }#KXHNiSuol5I4xUKc7bonl9O70XTAwQ8h > .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); }#KXHNiSuol5I4xUKc7bonl9O70XTAwQ8h > .row > .video-iframe-container { display: none; }#KXHNiSuol5I4xUKc7bonl9O70XTAwQ8h > .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); }#KXHNiSuol5I4xUKc7bonl9O70XTAwQ8h > .row .container { width:20rem;height:40.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gJ9RfCWn5n5JBMImTk34IxHTMvSrAeJx { width:20rem;height:8.999rem;top:1.625rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #xuBEERTJfyTFo05XVe73t8sNU68r3pte { width:20rem;height:8.77075rem;top:10.014204502106rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #L90IShhyFehCq9acAV7rGJgS0dZewZVl { width:19.6875rem;height:18.75rem;top:20.000001907349rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lT5n97D1GoZ2q0arwJun7AW2qM1OpL7o { width:17.1875rem;height:5.6048625rem;top:21.25rem;left:1.40625rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pa53by72hTSh18LtxowAxkolEzR4SZ1k .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; }
#pa53by72hTSh18LtxowAxkolEzR4SZ1k .widget-text.counter-number { padding-top:0.464375rem;padding-right:0.401875rem;padding-bottom:0.464375rem;padding-left:0.401875rem;width:2.413125rem;min-width:2.413125rem;height:2.495625rem;font-size:1.858125rem;line-height:39.93px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#pa53by72hTSh18LtxowAxkolEzR4SZ1k .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.290625rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.2175rem;height:0.98625rem;font-size:0.696875rem;line-height:15.78px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#pa53by72hTSh18LtxowAxkolEzR4SZ1k { width:16.1875rem;height:4.375rem;display:flex;top:28.312500953674rem;left:1.4468749761581rem;z-index:15005;padding-top:0.058125rem;padding-right:0.0575rem;padding-bottom:0.058125rem;padding-left:0.0575rem;border-top:0.464375rem solid #ffffff;border-left:0.459375rem solid #ffffff;border-right:0.459375rem solid #ffffff;border-bottom:0.464375rem solid #ffffff; }
 }@media only screen and (max-width: 763px) { #pa53by72hTSh18LtxowAxkolEzR4SZ1k #uwTa1uhPxdnNSAheRzlDf2tT86SKlPcy { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #pa53by72hTSh18LtxowAxkolEzR4SZ1k #Q9kIybZUtnhDEs32f8JFvAwo7WMrKIaN {  }
 }@media only screen and (max-width: 763px) { #pa53by72hTSh18LtxowAxkolEzR4SZ1k #skmkTqhm6VKK8yb8TymRrKfXXVnd7iJB {  }
 }@media only screen and (max-width: 763px) { #pa53by72hTSh18LtxowAxkolEzR4SZ1k #fTLfVmcJuJD8fB6hoN8XFn6rd2B2RBv7 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #pa53by72hTSh18LtxowAxkolEzR4SZ1k #T3R91JSNNl5rc6F7hBs4yD2Xb3XF8oVb {  }
 }@media only screen and (max-width: 763px) { #pa53by72hTSh18LtxowAxkolEzR4SZ1k #Sy8xAH1s641tLTw0MI0cSURPJ3St0kNB {  }
 }@media only screen and (max-width: 763px) { #pa53by72hTSh18LtxowAxkolEzR4SZ1k #QglbB86TfKcvr4XsFxtCMkoZHKLeEn7K { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #pa53by72hTSh18LtxowAxkolEzR4SZ1k #CGxtHS0xJzP16ZggVGPVAXB2O6nHK4xh {  }
 }@media only screen and (max-width: 763px) { #pa53by72hTSh18LtxowAxkolEzR4SZ1k #cTgRoT44TaVJcJSul1GdwpB2tA4a6cXl {  }
 }@media only screen and (max-width: 763px) { #pa53by72hTSh18LtxowAxkolEzR4SZ1k #hT3F7fgnhIr3td3VMZPZ1CZXhPDIhoo2 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #pa53by72hTSh18LtxowAxkolEzR4SZ1k #DF96ozdvasfltqPObfn8PLUFuRg55uPF {  }
 }@media only screen and (max-width: 763px) { #pa53by72hTSh18LtxowAxkolEzR4SZ1k #is3ncWowWupy9CSwGoIVUTDdeqLTXD3e {  }
 }@media only screen and (max-width: 763px) { #lenZrAhWwAC4xX5onyTqy6HrSPZnQaMi { width:18.25rem;height:3.25rem;top:34.5625rem;left:0.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #irThMF23DJpW8Bi4S1QikSMCMJIvcD1L { display:block; }
 }@media only screen and (max-width: 763px) { #XEfGQAauvN138qXeRXTOUvoqCBMa1DSn { width:19.0625rem;height:6.375rem;top:20.976041316986rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cLh0zLtZIGuo0a1X9qH7JkIsQcT2SklI { display:none; }#cLh0zLtZIGuo0a1X9qH7JkIsQcT2SklI > .row .container { width:20rem;height:19.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #VBUvStxaOvFwDLWwV3Akv2xxEh1e4eJ2 { width:9.0625rem;height:2.875rem;top:1.125rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gfuIcbTIzbJ3p25vO0wTkNWa1IXrF3Py { width:9.0625rem;height:1.75rem;top:1.6875rem;left:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wUM2DA2NLF1Z3FxOe4T1cAMm8nTHDupm { width:8.3125rem;height:3.875rem;top:9.125rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aUnL6piCBkSIwuSPcJd36WKRfDOBZ1FJ { width:9.625rem;height:3.25rem;top:9.4375rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cqJTzm7gbR5EdBNKTw7OnFD3f8N2Xskt { width:9.4375rem;height:1.6875rem;top:4.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZPQMtBuGkFvzfJIbvuXr0SDQ8qIs9Fn { width:9.4375rem;height:1.8125rem;top:4.5rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VlqtSaLfmxn1pBWpy6dTnLlfAItCuAgT { width:9.4375rem;height:1.8125rem;top:13.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o391Fft9Hl33cmvlVeClQhB6dX95wHyk { width:9.4375rem;height:1.8125rem;top:13.5625rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A8CTFQOsAsfRWGzrtNbffP1hLecyAKdI { width:9.375rem;height:1.13725rem;top:6.9375rem;left:0.3125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uuMt3lrhMsTZaKSfBiw45oXUTDuUPX1O { width:9.1875rem;height:1.13725rem;top:6.9375rem;left:10.6875rem;font-size:0.875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #k33EA65WRe2k1JCUa8GfTB5e3VquO3uh { width:8.75rem;height:1.13725rem;top:16.25rem;left:0.375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OzJZzhsC9HR48wKPFOkCNG5koHrOHQny { width:8.75rem;height:1.13725rem;top:16.25rem;left:10.875rem;font-size:0.875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #Sxgpvl8K0WaVyPIKSGotRXHkukcyphas { display:none; }#Sxgpvl8K0WaVyPIKSGotRXHkukcyphas > .row .container { width:20rem;height:14.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #MOaUXdrka7lJA62EBfuSSS7XU4ikVSQ2 { width:8.25rem;height:2.5rem;top:0.9375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #APeSXrv2hrXTxgaZeHKnhAJUUThLhWfq { width:10.0625rem;height:1.875rem;top:1rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxdaZAmIXXpAfPyslkTUlSKstX2L8Uby { width:8.9375rem;height:1.5625rem;top:3.4375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RihrRCOSKxBKsraxk65UtB9y2id12TI3 { width:9.0625rem;height:1.6875rem;top:3.3125rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQTRU10O4XZTZcn9x1t8wDE7Q7sa9pA4 { width:12.5rem;height:1.1375rem;top:13.375rem;left:3.75rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AGAyGZXOPNU6vZiir29na6ZnbTDflUag { width:10.5625rem;height:2.0625rem;top:11.3125rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dKWnhRfCDHnmZThJ70EX3xo1r6lu75KH { width:9.4375rem;height:4.5625rem;top:6.75rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eP6wESfkLKp9Txir2DdA2wKsbGWhcXdm { width:10.5rem;height:1.1375rem;top:5rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #t9nLBT98SrQDtzqL0WyTM5rPQnaOsO0m { width:10rem;height:1.1375rem;top:5rem;left:10rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JnivXCDRyqnsEX2ZSTKAM5mQcHBqkf9l { display:block; }#JnivXCDRyqnsEX2ZSTKAM5mQcHBqkf9l > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sfVeTc8TLHGk7HAABX8CEPgmEcU8V1Vk { width:10.875rem;height:1.13769375rem;top:5.5rem;left:4.5625003576279rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Poq9kE1ZS7e1ohDzrTP9T8wM5OEeB4O3 { width:8.4375rem;height:1.5625rem;top:3.875rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwF5SXLQIb32TfsguZukWmP9hnOHFxpe { width:10.625rem;height:3.1875rem;top:0.75rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vudv5wqFWIxXvMlBo034xE3x2VeyIOh7 { width:8.5rem;height:8.5rem;top:2.4609375rem;left:10.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #UhTJy1xCxATAeprkB3RCi3665qQwO2Fn { width:8.625rem;height:8.625rem;top:38.3232421875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #a4WktWp8SOmsSDsWwf6dGR1s0VEZLnzQ { width:8.5rem;height:8.5rem;top:2.4609375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #U9aEdyMPkVyRWkNHifvoHWoehMwixHKL { width:8.5rem;height:8.5rem;top:38.3857421875rem;left:11.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #lezzhi6T3Lox3tD0lCrxA0kQ8JqQvDMT { display:block; }#lezzhi6T3Lox3tD0lCrxA0kQ8JqQvDMT > .row .container { width:20rem;height:128.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wPmHGOPLXDuLlwwF9taUHsaHkmbFSwP5 { width:20rem;height:1.70625rem;top:1.25rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #a8s4RtzzUENsyFpZQfSMvFDxHOBTlmfA { width:20rem;height:6.2988125rem;top:4.1033382415771rem;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.499466896057rem;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:55.936889648438rem;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:25.9301875rem;top:18.329162597656rem;left:0rem;font-size:1.125rem;display:block; }#n1BTm8Hf67tyu19cECoTnH3KBcPiTT06 li:before{  }
 }@media only screen and (max-width: 763px) { #dFHBq1l1VZPQ7mAvw0ARk2ETPq94pOce { width:20rem;height:4.3125rem;top:11.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ztWdCgvWlU2dqzQkUwuV9RP1b8XU6Ct0 { width:18.187125rem;height:3.25rem;top:11.592683792114rem;left:0.90553969144819rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #s8mQHMtWeH05xZnfwZGLQgH6fLMZmups { width:7.375rem;height:7.375rem;top:46.0625rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RtngsJ2Og2kJKHtnLpdEeNb0LpITaU2s { width:9.375rem;height:1.3rem;top:53.375rem;left:5.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gEs5LU8y7HSmTdTzJhy4940mJD1dmM9K .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; }
#gEs5LU8y7HSmTdTzJhy4940mJD1dmM9K .widget-input-text { width:17.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gEs5LU8y7HSmTdTzJhy4940mJD1dmM9K .widget-input-text {padding-top: 0; padding-bottom: 0;}#gEs5LU8y7HSmTdTzJhy4940mJD1dmM9K .widget-textarea { width:17.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gEs5LU8y7HSmTdTzJhy4940mJD1dmM9K .widget-input-select { width:17.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gEs5LU8y7HSmTdTzJhy4940mJD1dmM9K .widget-input-select {padding-top: 0; padding-bottom: 0;}#gEs5LU8y7HSmTdTzJhy4940mJD1dmM9K .widget-input-button { width:17.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gEs5LU8y7HSmTdTzJhy4940mJD1dmM9K .widget-checkbox-label { width:16.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#gEs5LU8y7HSmTdTzJhy4940mJD1dmM9K  { width:17.249125rem;height:auto;top:61.310424804688rem;left:0rem; }
#gEs5LU8y7HSmTdTzJhy4940mJD1dmM9K .radio-container { width:17.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gEs5LU8y7HSmTdTzJhy4940mJD1dmM9K {display:block;}#gEs5LU8y7HSmTdTzJhy4940mJD1dmM9K { width:17.249125rem;height:auto;top:61.310424804688rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #gEs5LU8y7HSmTdTzJhy4940mJD1dmM9K #Au0bX30uoZb28lNWynz6ekflxk6yCTmw {  }
 }@media only screen and (max-width: 763px) { #gEs5LU8y7HSmTdTzJhy4940mJD1dmM9K #RJw8mOLoMJzLCwLLbZ6054AWq4kDgTAi {  }
 }@media only screen and (max-width: 763px) { #gEs5LU8y7HSmTdTzJhy4940mJD1dmM9K #hulrc9VvLLNlei5CfqaXpeLFTqbwtARy {  }
 }@media only screen and (max-width: 763px) { #gEs5LU8y7HSmTdTzJhy4940mJD1dmM9K #JT5TxotOVg7I4hfzVfnPtTOTud2FZ7IK {  }
 }@media only screen and (max-width: 763px) { #gEs5LU8y7HSmTdTzJhy4940mJD1dmM9K #gLKxr4QwmHV1FEVwqiAdghfuxcnRCp8o {  }
 }@media only screen and (max-width: 763px) { #gEs5LU8y7HSmTdTzJhy4940mJD1dmM9K #XcifB5DT3Mi63Bo8a0hd91LKotfD6p26 {  }
 }@media only screen and (max-width: 763px) { #gEs5LU8y7HSmTdTzJhy4940mJD1dmM9K #XvtLKtSHPCBDbvuxZn7kpXMPS5AgUlV0 { display:block; }
 }@media only screen and (max-width: 763px) { #gEs5LU8y7HSmTdTzJhy4940mJD1dmM9K #nau22n9nVUU1h2ZXayDw5AQA5Rs8E5hB {  }
 }@media only screen and (max-width: 763px) { #gEs5LU8y7HSmTdTzJhy4940mJD1dmM9K #ybt81PTuWnibNkmVoIb8Ohz1zuJF4PTh {  }
 }@media only screen and (max-width: 763px) { #gEs5LU8y7HSmTdTzJhy4940mJD1dmM9K #Mb4q6nln3AwyUXcQdkhl6s2sg8JVZXmz { display:block; }
 }@media only screen and (max-width: 763px) { #gEs5LU8y7HSmTdTzJhy4940mJD1dmM9K #y5fZCSZ6nS6GbMi6F6BkPlJXkxsDu8ou {  }
 }@media only screen and (max-width: 763px) { #gEs5LU8y7HSmTdTzJhy4940mJD1dmM9K #wEAZb0yEAEEM7P895xALN0m7vk3E6A7A {  }
 }@media only screen and (max-width: 763px) { #gEs5LU8y7HSmTdTzJhy4940mJD1dmM9K #LaGaXHws8t6gQaT1Ie2Ge4bdJXQFmPhy { display:block; }
 }@media only screen and (max-width: 763px) { #gEs5LU8y7HSmTdTzJhy4940mJD1dmM9K #NPhC6wZaxsSROkQKVHCeTKZoAPEwpglZ {  }
 }@media only screen and (max-width: 763px) { #gEs5LU8y7HSmTdTzJhy4940mJD1dmM9K #wz1bTrGJr1TDTbJHFxldrCZapkD3OIXQ {  }
 }@media only screen and (max-width: 763px) { #gEs5LU8y7HSmTdTzJhy4940mJD1dmM9K #EfuD8ywRPuOSV2mtG0N3IxOzrxeHOoyt { display:block; }
 }@media only screen and (max-width: 763px) { #gEs5LU8y7HSmTdTzJhy4940mJD1dmM9K #aW239p47mKG8RAicMt8VpRV0JwFErqLM {  }
 }@media only screen and (max-width: 763px) { #gEs5LU8y7HSmTdTzJhy4940mJD1dmM9K #K2g95PI8eMGZTB0g6k3i0qgRHDKHZV23 {  }
 }@media only screen and (max-width: 763px) { #gEs5LU8y7HSmTdTzJhy4940mJD1dmM9K #DiDWI5SNu4x05NADeU0ITVGfaGXSNTLX {  }
 }@media only screen and (max-width: 763px) { #gEs5LU8y7HSmTdTzJhy4940mJD1dmM9K #W4btAPitVnxQ9l8zGOxsRJrZIyhXwd4N {  }
 }@media only screen and (max-width: 763px) { #gEs5LU8y7HSmTdTzJhy4940mJD1dmM9K #vhb2XIc8eppQBsShPuf8fN1gXur2r5Z0 {  }
 }@media only screen and (max-width: 763px) { #gEs5LU8y7HSmTdTzJhy4940mJD1dmM9K #fM0kK016ikKcy2AJttUctfvMBvvAu4UT { display:block; }
 }@media only screen and (max-width: 763px) { #gEs5LU8y7HSmTdTzJhy4940mJD1dmM9K #UamVRKT3gbl7FNg0rwsaoaGXK8UQu38s {  }
 }@media only screen and (max-width: 763px) { #gEs5LU8y7HSmTdTzJhy4940mJD1dmM9K #FuFPvlxcytIyXuNbnOMeP51G8haSWu60 {  }
 }@media only screen and (max-width: 763px) { #gEs5LU8y7HSmTdTzJhy4940mJD1dmM9K #dHQTJzwTbpRE1GPODeyQgAQ2cQHF2Cd9 { display:block; }
 }@media only screen and (max-width: 763px) { #gEs5LU8y7HSmTdTzJhy4940mJD1dmM9K #hRWnkQlINoSlmnE0WQIDCOFT3G7I6vP0 {  }
 }@media only screen and (max-width: 763px) { #gEs5LU8y7HSmTdTzJhy4940mJD1dmM9K #M49HQEgoM5qWMIvvCcOOJMQKmUzurm4f {  }
 }@media only screen and (max-width: 763px) { #gEs5LU8y7HSmTdTzJhy4940mJD1dmM9K #OqxTb9xSF6TTW2fCnHhbO8TINGzrdISf { display:block; }
 }@media only screen and (max-width: 763px) { #gEs5LU8y7HSmTdTzJhy4940mJD1dmM9K #nTVhvFgJVvnVnmG6hdrqqRTqOTDkpAc7 {  }
 }@media only screen and (max-width: 763px) { #gEs5LU8y7HSmTdTzJhy4940mJD1dmM9K #v1eaQkGHplgbHW02M4T1r4T27XaIyppt {  }
#gEs5LU8y7HSmTdTzJhy4940mJD1dmM9K #v1eaQkGHplgbHW02M4T1r4T27XaIyppt .container-column{width:100%;} }@media only screen and (max-width: 763px) { #gEs5LU8y7HSmTdTzJhy4940mJD1dmM9K #Eu9SFM35mTqkq787N7xO4RO7GTr5u17c { display:block; }
 }@media only screen and (max-width: 763px) { #gEs5LU8y7HSmTdTzJhy4940mJD1dmM9K #afOeREBW7rsnTP5uU9w525iA6cd9q50q {  }
 }@media only screen and (max-width: 763px) { #gEs5LU8y7HSmTdTzJhy4940mJD1dmM9K #hb5Ezf1NU2SD0lENsDaR0AUpc1OXi2W4 {  }
 }@media only screen and (max-width: 763px) { #gEs5LU8y7HSmTdTzJhy4940mJD1dmM9K #vP4m7fdNdcmTkFa0mrLc0mlLr5g4Js6C {  }
 }@media only screen and (max-width: 763px) { #gEs5LU8y7HSmTdTzJhy4940mJD1dmM9K #rLlbcPn1WIEnvQktcmGFxTgOInodeamE {  }
 }@media only screen and (max-width: 763px) { #gEs5LU8y7HSmTdTzJhy4940mJD1dmM9K #sIAxuc9WgOQAbLCZ5guUqCKhghqM7Nq9 {  }
 }@media only screen and (max-width: 763px) { #gEs5LU8y7HSmTdTzJhy4940mJD1dmM9K #dsa7Te7b7FOT5CHbUsRG9JwLsS6ZQCV6 {  }
 }@media only screen and (max-width: 763px) { #gEs5LU8y7HSmTdTzJhy4940mJD1dmM9K #PTSTFgE6GMAoiPENZPcdCIKaPgnsNfhc {  }
 }@media only screen and (max-width: 763px) { #gEs5LU8y7HSmTdTzJhy4940mJD1dmM9K #TpSxSG5CDnzlqVXTZxzJZ1WCrNeJLBLh {  }
 }@media only screen and (max-width: 763px) { #gEs5LU8y7HSmTdTzJhy4940mJD1dmM9K #TpbTqTQeUDbFdCztTR2cvG2o44qEiLJI { display:block; }
 }@media only screen and (max-width: 763px) { #gEs5LU8y7HSmTdTzJhy4940mJD1dmM9K #llx8cIVs8SkxvWlyoxDTahSRoIWsmfAm {  }
 }@media only screen and (max-width: 763px) { #gEs5LU8y7HSmTdTzJhy4940mJD1dmM9K #RLI3X1my4rD3OGMXchEpSAsllRyXOpzb {  }
 }@media only screen and (max-width: 763px) { #gEs5LU8y7HSmTdTzJhy4940mJD1dmM9K #TmI9RhudTLVw0vm8NCuWLMtf3T27hhHr {  }
 }@media only screen and (max-width: 763px) { #JkpSroaqVa1qPmq0AagWx4bgdZSbHp1H { display:none; }#JkpSroaqVa1qPmq0AagWx4bgdZSbHp1H > .row .container { width:20rem;height:13.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #E20C9NF9J2aH5JKfT8M8Lt2e6ywhJOrl { height:11.233375rem;width:20rem;top:0.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o19xE3LKFxycCDeZObRNnmysq4Xd1lGX { display:block; }#o19xE3LKFxycCDeZObRNnmysq4Xd1lGX > .row .container { width:20rem;height:7.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PnqasAVzPB5mn3FlD9pS3bEEFeB9qrgz { width:20rem;height:5.20019375rem;top:1.087890625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #UA9wmuGxdZhIva7REXoesd9RvMZwoZKT { display:block; }#UA9wmuGxdZhIva7REXoesd9RvMZwoZKT > .row .container { width:20rem;height:48.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nx24QWbITW80VVdalodHyTm3Xs2KAurH { width:13.375rem;height:8.875rem;top:13.125rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MiDDyyQUsicudLJAJPOtKpLoDb7brZsQ { width:11.5rem;height:1.381225rem;top:22.125rem;left:4.25rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SFthTf9E5LlcpAX9pKVZKSMHRc3GOoT5 { width:11.5rem;height:1.381225rem;top:45.75rem;left:4.25rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eV0ATAQLug63FFPcWzpOoSzzTVIVTGJJ { width:13.375rem;height:8.875rem;top:1.25rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uK5y1ytnmFrheiHByykD8JQ8OOAvx1fJ { width:13.375rem;height:8.875rem;top:24.8125rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eihFXg25D9nMIgODJk1fAM8inq567IfX { width:7.3125rem;height:1.381225rem;top:10.3125rem;left:6.375rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #REGUcRDT5gveTTtHiTXsJyd8duXeMLy6 { width:7.3125rem;height:1.381225rem;top:33.875rem;left:6.375rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZUTrTDKrsrvUX5hXooROI5FxzmwidE4p { width:13.375rem;height:1.8125rem;top:33.6875rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w29bZZoJdzs1RescmdK6GXhxu8BcXWcl { width:13.375rem;height:1.8125rem;top:45.5rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVIHZu6TmbiK4RkA4OE0s2KkVlluTX0Z { width:13.375rem;height:1.8125rem;top:22rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lowwTgqRNR1Qw9c7J6TtqwDP4FCEzibC { width:13.375rem;height:1.8125rem;top:10.125rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MbcG6zuCbcsnRA83hqCwl0uBfv1nGz25 { width:13.375rem;height:8.9375rem;top:36.618062973022rem;left:3.3125001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #aBIg2SIcpWgx23df7uG5NN2xyXo6an6q { display:block; }#aBIg2SIcpWgx23df7uG5NN2xyXo6an6q > .row .container { width:20rem;height:35.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nVKg2FmOP6LT82WQ1DTHSurrIcMd3hfT { width:20rem;height:12.625rem;top:4.1246447563171rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #nO5bHPsweUAkQzU565KwGtFKHweCauKs { width:20rem;height:12.625rem;top:21.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xsnkeZxR6znGykio9UrayzHW6OM4T3TV { width:20rem;height:2.43713125rem;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) { #BuREoD5IRs8pX7RQ1G7WO5g89qqwl4g3 { 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) { #EeEIgtTBvJfM22LHeR1CgomwPdEAPJ3S { display:block; }#EeEIgtTBvJfM22LHeR1CgomwPdEAPJ3S > .row .container { width:20rem;height:45rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Nm5xNNf1ZAT18exrtPJJugnT7iSbFRpG { width:12.5rem;height:1.381225rem;top:7.0625rem;left:3.75rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EF9NmQE0ptxpZtSKDhhJ4xwh1LRKg2m8 { width:20rem;height:5.0994875rem;top:9.64583337307rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HwSTra4EZIiDwRMUtssrnvILgMSMCK6i { width:12.5rem;height:1.381225rem;top:21.70833337307rem;left:3.75rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hlIsFcRHvlEpHQqGHiaq6BqnOunkxzC4 { width:20rem;height:5.0994875rem;top:24.291666746139rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pD029M8dA6hJ0ZRiMrpDTU4P9kiE9BU6 { width:12.5rem;height:1.381225rem;top:36.354166746139rem;left:3.75rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Pb8dbKn5umQNtFAEdTiVGzAH67qTTc6R { width:20rem;height:5.0994875rem;top:38.937500119209rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rH85Nibv9SoTyW304BDRD65alOCwG2TV { display:flex;width:4.0625rem;height:4.0625rem;top:17.037501335144rem;left:7.9687507748606rem; }
 }@media only screen and (max-width: 763px) { #pubs0lnh0ii5gsUiKcKTvemgSvuJcCto { display:flex;width:4.0625rem;height:4.0625rem;top:31.858334541321rem;left:7.9687507748606rem; }
 }@media only screen and (max-width: 763px) { #MaLU0cJN2qnE5Xt6mx0g4Ax1tCdRroMu { display:flex;width:4.0625rem;height:4.0625rem;top:2.2250003814698rem;left:7.9687507748606rem; }
 }@media only screen and (max-width: 763px) { #BoEs1s0vK8EaJTm5umv4LQG6qCbz8iL4 { display:block; }#BoEs1s0vK8EaJTm5umv4LQG6qCbz8iL4 > .row .container { width:20rem;height:44.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o6OUtqxCtvDECxTlPQDq4F95Ard309oQ { width:12.5rem;height:1.381225rem;top:7.0625rem;left:3.75rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ShrJPpflSIxo9E1nH5JVqNvABzeRLWed { width:20rem;height:5.0994875rem;top:9.64583337307rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UD3rDQVd5syUCenm5JAVFVuJRox8ugN6 { width:20rem;height:1.381225rem;top:21.70833337307rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UVFKMMTzgXGOu2OCquOINfpTXyUSuJ2f { width:20rem;height:5.0994875rem;top:24.291666746139rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QdxHN6TCne9LFlRKquGHc1N374wWVnzs { width:12.5rem;height:1.381225rem;top:36.354166746139rem;left:3.75rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LBVLrb819iGMpbLvfwuHKttIkWfdMuo9 { width:20rem;height:5.0994875rem;top:38.937500119209rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IbsINP8zh4SfZKFUsk83qtWdwpoXrKtW { display:flex;width:4.0625rem;height:4.0625rem;top:2.4750003814698rem;left:7.9687507748606rem; }
 }@media only screen and (max-width: 763px) { #SX0r9bt5DzuoVvQCe89splu8K2Vk4HBl { display:flex;width:4.0625rem;height:4.0625rem;top:17.099999427796rem;left:7.9687507748606rem; }
 }@media only screen and (max-width: 763px) { #I9RltWPZ5Q6PAS3CFoONtHNtmHvKwxNL { display:flex;width:4.25rem;height:4.25rem;top:31.662521362305rem;left:7.8750007748606rem; }
 }@media only screen and (max-width: 763px) { #EC0k0OGhVyy6CWf7RkafIFAQRbBTA8As { display:none; }#EC0k0OGhVyy6CWf7RkafIFAQRbBTA8As > .row .container { width:20rem;height:45.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ETiTAsQsaoTDfCeASOT1JoH4CHxmc72X { width:4.5625rem;height:4.5625rem;top:1.25rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KNNSy0R6mtsWHVCnpOZSyPZy0d1ZWMKN { width:12.5rem;height:1.38139375rem;top:7.0625rem;left:3.75rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PkzJ0FWJ303wqoWMVmLZhalJL2hAEUgn { width:20rem;height:5.1rem;top:9.64583337307rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #irS0Ncwdnl3saQLvFdrmubDKB0fy6igt { width:4.5625rem;height:4.5625rem;top:15.89583337307rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NmSSOKZTm2QhEZSkRBqB0iHCBnGsU8xF { width:12.5rem;height:1.38139375rem;top:21.70833337307rem;left:3.75rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lByNT33KAHkwMgywqmXuH88tDa5lW3rn { width:20rem;height:5.1rem;top:24.291666746139rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Gc68qzQbIfkhFS3NiFcORbPDUI87CJRX { width:4.5625rem;height:4.5625rem;top:30.541666746139rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSdQgnPEzPA3wGtv4yUDz8dPuLKz99kv { width:12.5rem;height:1.38139375rem;top:36.354166746139rem;left:3.75rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OmThU4SUVfNpEQwtUnh6X46MiJZkPJM6 { width:20rem;height:5.1rem;top:38.937500119209rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TH1WftOGuw9KDqlsm9HQ8EZTV4plgVvv { display:none; }#TH1WftOGuw9KDqlsm9HQ8EZTV4plgVvv > .row .container { width:20rem;height:46.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #K24RmP3V659LJG7TeFLea3or8kMOddb2 { width:4.5625rem;height:4.5625rem;top:1.25rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ai7M916PEIk2SDBQAuG8sNuRfz9SR6SL { width:12.5rem;height:1.38139375rem;top:7.0625rem;left:3.75rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DwXU0bpnUBX1BOTZ98voIrMHLHUW57ks { width:20rem;height:5.1rem;top:9.64583337307rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MM30zEE1daTO3cfeWVVucqCotM8PT6qs { width:4.5625rem;height:4.5625rem;top:15.89583337307rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HPkCc04TwHN3fpvdercbCLWR9lWTo75F { width:20rem;height:1.38139375rem;top:21.70833337307rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CqJrdN1lpMkPMVrX7nPKS0HhnZbfcdDJ { width:20rem;height:5.1rem;top:24.291666746139rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UDWXyN6NnhlOc0Ef06i7eQbwFA7LwwmT { width:4.5625rem;height:4.5625rem;top:30.541666746139rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m5ZvtFiywO3qGABT7WFKVEyEXbukDMoi { width:12.5rem;height:1.38139375rem;top:36.354166746139rem;left:3.75rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QXZl9isTN2CTqViaWBZLpZ3qWnTW7UXU { width:20rem;height:5.1rem;top:38.937500119209rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;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.125rem;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) { #m0zT3FKS95b354TqROMBvF55vTLVrCRc { display:block; }#m0zT3FKS95b354TqROMBvF55vTLVrCRc > .row .container { width:20rem;height:19.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IEGfDbsx2TaQ6RvTMayapvoiabA7A0T3 { display:block; }#IEGfDbsx2TaQ6RvTMayapvoiabA7A0T3 > .row .container { width:20rem;height:17.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dyX13A3KwMADFuRtUKKrL583mWUWTdGW { width:20rem;height:4.87468125rem;top:1.8125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wkTXOtXx8xDvzZHD9FESFUKobGgft2vg { width:20rem;height:9.5617625rem;top:7.625rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #kbmFL2TPiGmrFddpUHBOg5TPUFSQsNsl { display:block; }#kbmFL2TPiGmrFddpUHBOg5TPUFSQsNsl > .row .container { width:20rem;height:65.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vFT5UxUu1ErZ50A0Zb28hul9yqvy3OF3 { width:20rem;height:3.25rem;top:1.5625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Hzzhx2UQa7GAQnzeJv2bkrr5B2AtTI86 { width:4.3125rem;height:2.875rem;top:5.9791667461395rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G7E50nqTmhkuNDDK9uqClKCvlrlP5lko { width:17.1875rem;height:9.44825rem;top:10.165625572204rem;left:1.40625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FT2dPa8IFtVLDdup7gIJWhazncKGrNaO { width:11.375rem;height:2.25rem;top:20.8125rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BtwiS8bRwmgnLJIqCDiIqTThq0mSAQWy { width:12.5rem;height:1.70625rem;top:23.0625rem;left:3.75rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MSO3yamb5H5QHeoa8xD2822dxZVqUIBq { width:4.3125rem;height:2.875rem;top:47.0625rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KpWZGioztET0sZtHyX2G6T03etN0O2if { width:15.9375rem;height:7.8735625rem;top:51.5625rem;left:2.0625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T0JhcFKEqIGWdacKRfEPJ34STPAD63IW { width:11.375rem;height:2.1875rem;top:60.5rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eA2KneZ2noPTtlwEwhgH2Z1lD4Ah7Dzg { width:12.5rem;height:1.70625rem;top:62.6875rem;left:3.75rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kWO1LxstLQGusB48HZEODQqH2T0Hlf52 { width:20rem;height:19.25rem;top:26.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HdHFFbvZeQZbebTODTx8cITdmnb2KWfe { width:17.3125rem;height:11.8090625rem;top:27.875rem;left:1.3125rem;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.375rem;height:2.25rem;top:40.1875rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CpGTk5qxWZUKWxgLTZyCk6kce9nQZ73s { width:12.5rem;height:1.70625rem;top:42.375rem;left:3.75rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #B9OzDJGnrmaerNb7sPEb269TtQuopQ9b { display:block; }#B9OzDJGnrmaerNb7sPEb269TtQuopQ9b > .row .container { width:20rem;height:28.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bT3JaMzrWkpwJCVPml8A1MVOPhVUyOHs { width:20rem;height:13.3125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpwXaksLmqf4nZV5S9tx3Flr1fM0FGRq { width:20rem;height:13.3125rem;top:15.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPdphaIvNpnpzkSGC2wTTLm3z8o7EdtO { display:block; }#NPdphaIvNpnpzkSGC2wTTLm3z8o7EdtO > .row .container { width:20rem;height:28.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #koI8Xs9GamATxXPcGmitKzLKOUxiCyvO { width:20rem;height:13.3125rem;top:1.1875004768372rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rcPLV5DxBNw2MQHSEqI3lXskSSkDWagp { width:20rem;height:13.3125rem;top:15.375000953674rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qwWPBUIavLqb7mxSLiHqVAWO5lB1O2t8 { display:block; }#qwWPBUIavLqb7mxSLiHqVAWO5lB1O2t8 > .row .container { width:20rem;height:29.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q03ZX7mWHBNSkq7a8aoJfIdTc8BlOOA4 { width:20rem;height:13.3125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LfrycNz3X88U6LThKAovLcTQyaElCgeG { width:20rem;height:13.3125rem;top:15.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S6U5Ezd40k0iQRwDIK2z7caaLbui8Bpr { display:block; }#S6U5Ezd40k0iQRwDIK2z7caaLbui8Bpr > .row .container { width:20rem;height:29.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vm8FVAEzcbRr6EvcnUe4KisPAkB6nX4B { width:20rem;height:13.3125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g5qOuFyD4sDQeK5dt578lxVT1cCaK6oZ { width:20rem;height:13.3125rem;top:15.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OuTEpr2O1lfacES2TFElXfJ9H1zByZ1l { display:block; }#OuTEpr2O1lfacES2TFElXfJ9H1zByZ1l > .row .container { width:20rem;height:30.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oVCM3oRtkW1qyTZ0k8e7ofd2gnNILZx1 { width:20rem;height:13.3125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mx9i0UKTkT5I4Dx73FJ2hLGEsbJvB2CT { width:20rem;height:13.3125rem;top:15.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZIB8TVoC1unb93rZTC79G57NrkSgavbW { display:block; }#ZIB8TVoC1unb93rZTC79G57NrkSgavbW > .row .container { width:20rem;height:20rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U7qPOZsTbt3RtvxUmnIsKENb0ck4KbVJ { width:20rem;height:3.25rem;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:2.99926875rem;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:3.75rem;top:14.6875rem;left:0rem;font-size:1.125rem;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:10.125rem;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) { #WQVTdNTrlnwZHRq7K8AuB4wZivtNu86x { display:block; }#WQVTdNTrlnwZHRq7K8AuB4wZivtNu86x > .row .container { width:20rem;height:20.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zGQM77JNCPx2Tx75IlQPoco6FvKCA54f { display:flex;width:1.75rem;height:1.75rem;top:8.125rem;left:5.5rem; }
#zGQM77JNCPx2Tx75IlQPoco6FvKCA54f > img { max-width: 100%;max-height:100%; width:1.75rem; height:1.75rem; } }@media only screen and (max-width: 763px) { #W6SoGRHmxwRKlXumfUk7UDOIKe4s6cS4 { display:flex;width:1.75rem;height:1.75rem;top:8.125rem;left:7.8125rem; }
#W6SoGRHmxwRKlXumfUk7UDOIKe4s6cS4 > img { max-width: 100%;max-height:100%; width:1.75rem; height:1.75rem; } }@media only screen and (max-width: 763px) { #XwST7qqHsXuTF7qeTqK7wQhgzf3dbMN7 { display:flex;width:1.75rem;height:1.75rem;top:8.125rem;left:10.25rem; }
#XwST7qqHsXuTF7qeTqK7wQhgzf3dbMN7 > img { max-width: 100%;max-height:100%; width:1.75rem; height:1.75rem; } }@media only screen and (max-width: 763px) { #nc01c0Gw5LFXAHTDPJA2Ce3XyLvvRoP3 { display:flex;width:1.75rem;height:1.75rem;top:8.125rem;left:12.75rem; }
#nc01c0Gw5LFXAHTDPJA2Ce3XyLvvRoP3 > img { max-width: 100%;max-height:100%; width:1.75rem; height:1.75rem; } }@media only screen and (max-width: 763px) { #uBP61P3Xpkt3MfTQ1SFBh5PeVMhc2wFV { width:20rem;height:3.8983125rem;top:3rem;left:0rem;font-size:1rem;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.1875rem;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;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ff7176, #e20000);background-image: -moz-linear-gradient(180deg, #ff7176, #e20000);background-image: -ms-linear-gradient(180deg, #ff7176, #e20000);background-image: -o-linear-gradient(180deg, #ff7176, #e20000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7176', endColorstr='#e20000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7176', endColorstr='#e20000' );";background-image: linear-gradient(180deg, #ff7176, #e20000);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.125rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #Xy7F8UhMJlRfJAXyqkIrqgL0GlUF7mP5 { display:block; }
 }