.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;
}
@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:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/a1042879-1ffc-4671-8a04-e518ff42173a/zodiacsignsgreatdaydecember312021.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:"open sans";height:50rem;width:60rem;overflow:visible;position:relative;display:block; }#DyL1hdHtIbR4WDflDErpANmrfmpSTAPG { position:absolute;display:block;z-index:15000;background-color:rgba(25,23,23,0.9);background-image:none;background-position:top left !important;background-repeat: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:12.25rem;width:60rem;top:34.0625rem;left:0rem;display:block; }
#VKeNVXoQVTOEqUHlnC95NNpOhKRfUUO8 { color:#e5e5e6;display:block;width:23.375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:35.6875rem;left:2rem;height:1.4624rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Rc3A9K4N8Goq0dKWUu8LBLkv2v71dmyM { color:#e5e5e6;display:block;width:23.625rem;position:absolute;font-family:"open sans";font-size:3.875rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:38.875rem;left:1.875rem;height:4.26220625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#SB515830GOhNDyWTDV4fCO1rJ8pKRE5J { background-color:#d80030;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.5rem;height:6.3125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:36.875rem;left:33.75rem;display:block; }
#Zlgc8npE9hZh04PTGH0Js4TUE1VDuqnK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hRz0oKoligUDNqP0S38OVZCidmEU2L0E { 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:1.8125rem;width:9.5rem;top:1.875rem;left:1.875rem;overflow:hidden;display:block; }
#aQpT0VMdPexkGeaT4JTOJRpkcw6VnTCK { color:#ffffff;display:block;width:22.625rem;position:absolute;font-family:"open sans";font-size:1.8125rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:2.0498046875rem;left:37.375rem;height:2.35595625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#ugToTgc13TNrW3K5NQsrfb1EkEH7fLom { 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:8.1875rem;width:8.1875rem;top:45.0625rem;left:24.5rem;overflow:hidden;display:block; }
#K3mX7aUActdxaQrD8f64Qo0Hhzse8wZp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#191717;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; }#K3mX7aUActdxaQrD8f64Qo0Hhzse8wZp > .row .container { background-color: transparent; background-image: none; }#K3mX7aUActdxaQrD8f64Qo0Hhzse8wZp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K3mX7aUActdxaQrD8f64Qo0Hhzse8wZp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K3mX7aUActdxaQrD8f64Qo0Hhzse8wZp > .row .container > .video-iframe-container { display: none; }#K3mX7aUActdxaQrD8f64Qo0Hhzse8wZp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K3mX7aUActdxaQrD8f64Qo0Hhzse8wZp > .row > .video-iframe-container { display: none; }#K3mX7aUActdxaQrD8f64Qo0Hhzse8wZp > .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); }#K3mX7aUActdxaQrD8f64Qo0Hhzse8wZp > .row .container { border-width: 0; border-radius: 0; }#K3mX7aUActdxaQrD8f64Qo0Hhzse8wZp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#K3mX7aUActdxaQrD8f64Qo0Hhzse8wZp > .row .container { font-size:0.875rem;font-family:"open sans";height:20.625rem;width:60rem;position:relative;display:block; }#oMWrARM0VG7l9P6bvXgoDvDtooOQi00F { color:#e5e5e6;display:block;width:28.375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:1.75rem;left:2.6875rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#g8nCiEdaRAc6rESBrnSn3k4SP0XVmwJI { color:#e5e5e6;display:block;width:28.3125rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:3.625rem;left:2.6875rem;height:2.19970625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#OlDoiQ0tk0gHhmF6OcOMSZinEiLGfQa9 { color:#e5e5e6;display:block;width:55.75rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:7.0625rem;left:2.6875rem;height:10.6875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#thNSQdHAJhIeFArIE6b2cvXwoV0HaeJw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#d80030;background-image:url("https://images.assets-landingi.com/JKjBsuKpatU/unsplash/justin-lim-JKjBsuKpatU-photo-1532795986-dbef1643a596.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#thNSQdHAJhIeFArIE6b2cvXwoV0HaeJw.adaptive-delivery-prevent-bg, #thNSQdHAJhIeFArIE6b2cvXwoV0HaeJw.lazyload, #thNSQdHAJhIeFArIE6b2cvXwoV0HaeJw.lazyloading { background-image: none; }#thNSQdHAJhIeFArIE6b2cvXwoV0HaeJw > .row .container { background-color: transparent; background-image: none; }#thNSQdHAJhIeFArIE6b2cvXwoV0HaeJw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#thNSQdHAJhIeFArIE6b2cvXwoV0HaeJw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#thNSQdHAJhIeFArIE6b2cvXwoV0HaeJw > .row .container > .video-iframe-container { display: none; }#thNSQdHAJhIeFArIE6b2cvXwoV0HaeJw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#thNSQdHAJhIeFArIE6b2cvXwoV0HaeJw > .row > .video-iframe-container { display: none; }#thNSQdHAJhIeFArIE6b2cvXwoV0HaeJw > .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); }#thNSQdHAJhIeFArIE6b2cvXwoV0HaeJw > .row .container { border-width: 0; border-radius: 0; }#thNSQdHAJhIeFArIE6b2cvXwoV0HaeJw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#thNSQdHAJhIeFArIE6b2cvXwoV0HaeJw > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:block; }#vPXQIDfzvM5Wuz6OFKPRxd528XKtwRVR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f7fa;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; }#vPXQIDfzvM5Wuz6OFKPRxd528XKtwRVR > .row .container { background-color: transparent; background-image: none; }#vPXQIDfzvM5Wuz6OFKPRxd528XKtwRVR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vPXQIDfzvM5Wuz6OFKPRxd528XKtwRVR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vPXQIDfzvM5Wuz6OFKPRxd528XKtwRVR > .row .container > .video-iframe-container { display: none; }#vPXQIDfzvM5Wuz6OFKPRxd528XKtwRVR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vPXQIDfzvM5Wuz6OFKPRxd528XKtwRVR > .row > .video-iframe-container { display: none; }#vPXQIDfzvM5Wuz6OFKPRxd528XKtwRVR > .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); }#vPXQIDfzvM5Wuz6OFKPRxd528XKtwRVR > .row .container { border-width: 0; border-radius: 0; }#vPXQIDfzvM5Wuz6OFKPRxd528XKtwRVR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vPXQIDfzvM5Wuz6OFKPRxd528XKtwRVR > .row .container { font-size:0.875rem;font-family:"open sans";height:27.1875rem;width:60rem;position:relative;display:block; }#uOv35K2WpOIGLdfGrKvAza0cw5BHbWS1 { color:#262d3c;display:block;width:22.875rem;position:absolute;font-family:"open sans";font-size:1.8125rem;font-weight:700;z-index:15006;line-height:1.1;letter-spacing:0;top:3.3125rem;left:0rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WTkwoFqTWSGb5DDnVusaoCw1kSKfAH7y { position:absolute;display:block;z-index:15007;background-color:#d80030;background-image:none;background-position:top left !important;background-repeat: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:0.125rem;width:22.375rem;top:10.625rem;left:0rem;display:block; }
#zzZUB6oHQyWTqLWRt1THfKq5C3IPTH1M { color:rgba(0,0,0,0.7);display:block;width:33.3125rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:8.6875rem;left:26.6875rem;height:6.33691875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#ZWgBUqJxNZkvh2vM2DGA2n1DeThXm8xS { color:rgba(0,0,0,0.7);display:block;width:32.6875rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:17.125rem;left:26.75rem;height:6.3369375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DEKZdyvA2weERCaTr7UTxt6DAUafUbIo { color:#d80030;display:block;width:22.3125rem;position:absolute;font-family:"open sans";font-size:5rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:2.25rem;left:33.125rem;height:6.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NZMMlqgVPGb3eoMAKeJdupJLm1apc22U { color:#d80030;display:block;width:23.6875rem;position:absolute;font-family:"open sans";font-size:5rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:16.5rem;left:0.8125rem;height:6.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xhRpmyRsgkdBnWbwvkU7tbZx7rUsTLNl { position:absolute;display:block;z-index:15008;background-color:#d80030;background-image:none;background-position:top left !important;background-repeat: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:0.125rem;width:20.5rem;top:14.9619140625rem;left:32.03125rem;display:block; }
#xzaRr6H3eeNUI8nk7JoCpGy3zF0NABsK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#xzaRr6H3eeNUI8nk7JoCpGy3zF0NABsK > .row .container { background-color: transparent; background-image: none; }#xzaRr6H3eeNUI8nk7JoCpGy3zF0NABsK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xzaRr6H3eeNUI8nk7JoCpGy3zF0NABsK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xzaRr6H3eeNUI8nk7JoCpGy3zF0NABsK > .row .container > .video-iframe-container { display: none; }#xzaRr6H3eeNUI8nk7JoCpGy3zF0NABsK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xzaRr6H3eeNUI8nk7JoCpGy3zF0NABsK > .row > .video-iframe-container { display: none; }#xzaRr6H3eeNUI8nk7JoCpGy3zF0NABsK > .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); }#xzaRr6H3eeNUI8nk7JoCpGy3zF0NABsK > .row .container { border-width: 0; border-radius: 0; }#xzaRr6H3eeNUI8nk7JoCpGy3zF0NABsK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xzaRr6H3eeNUI8nk7JoCpGy3zF0NABsK > .row .container { font-size:0.875rem;font-family:arial;height:4.125rem;width:60rem;position:relative;display:block; }#JUhZmJcVnDW5igxqg1ZwxoTcvlpLLPGr { color:#e5e5e6;display:block;width:27.1875rem;position:absolute;font-family:"open sans";font-size:1.8125rem;font-weight:700;z-index:15007;line-height:1.1;letter-spacing:0;top:1.0654296875rem;left:0rem;height:1.99365rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#OoFM7pXgbCxfTfKHC4rXldCtpOoOG3vc { position:absolute;display:block;z-index:4999;background-color:#000000;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:3.0625rem;width:24.25rem;top:0.5rem;left:26.375rem;display:block; }
#VKT18m4mkaBO9VLy31ippTuguKW1JXAA .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-reverse;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; }
#VKT18m4mkaBO9VLy31ippTuguKW1JXAA .widget-text.counter-number { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;color:#ffffff;padding-top:0.426875rem;padding-right:0.390625rem;padding-bottom:0.426875rem;padding-left:0.390625rem;display:block;align-items:center;width:2.349375rem;min-width:2.349375rem;height:2.290625rem;position:relative;font-family:arial;font-size:1.705rem;font-weight:700;line-height:36.65px;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;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#VKT18m4mkaBO9VLy31ippTuguKW1JXAA .widget-text.counter-label { background-color:;background-image:none;color:#000000;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.26625rem;margin-right:0;margin-bottom:0;margin-left:0;display:none;width:3.1325rem;height:0;position:relative;font-family:arial;font-size:0.64rem;font-weight:700;line-height:0;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; }
#VKT18m4mkaBO9VLy31ippTuguKW1JXAA { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:rgba(0,0,0,0.92);background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:4.125rem;height:3.410625rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;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:0.357421875rem;left:45.75rem;z-index:5003; }
#VKT18m4mkaBO9VLy31ippTuguKW1JXAA #TkFyBxqciteWJhipXIfzUnMwiNFTMg1r { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#VKT18m4mkaBO9VLy31ippTuguKW1JXAA #vNTRZQJIEocn6XTcO82eFF11iyqWAlzS { width:auto; }
#VKT18m4mkaBO9VLy31ippTuguKW1JXAA #qKoWVHv1pcXaNdW8WVPisKKe6guSu3Mc {  }
#VKT18m4mkaBO9VLy31ippTuguKW1JXAA #bLTsDax7AsqvglaZVAkF9Hf2wWGQfp29 { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#VKT18m4mkaBO9VLy31ippTuguKW1JXAA #WIKM71pTdnyLL8wpq90U9AhuHN3icvoU {  }
#VKT18m4mkaBO9VLy31ippTuguKW1JXAA #pAx7fLNVlzbLT56rXAzCpuV4L5G8GKII {  }
#VKT18m4mkaBO9VLy31ippTuguKW1JXAA #nXTfrdnvDFCmCGRMxvEB8srHkddFIDq6 { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#VKT18m4mkaBO9VLy31ippTuguKW1JXAA #tyasaKIyxzPSPKd6caNsdlWwneTeTGsl {  }
#VKT18m4mkaBO9VLy31ippTuguKW1JXAA #c6rmkVNw46oVcMh1vqTxozaD4hqIa0T2 {  }
#VKT18m4mkaBO9VLy31ippTuguKW1JXAA #PlBZJgT00h59CpgTt8fbQqk9VhRXeHIt { display:flex;position:relative;top:0rem;left:0rem; }
#VKT18m4mkaBO9VLy31ippTuguKW1JXAA #JMkBzxEskQH4grdl3352OUCXFvunVMOx {  }
#VKT18m4mkaBO9VLy31ippTuguKW1JXAA #WmMtuHlsoAurlQSzOsdChO73xTQ5eyho {  }
#Xbr8uVEwiB9sdq3TcW5nbtEODahkDPn3 { color:#ffffff;display:block;width:1.9375rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:1.0625rem;left:48.75rem;height:1.94970625rem;display:block; }
#BlntosPkG3BV1SfaUxiHqL0Af0Icy7KL { color:#ffffff;display:block;width:1.8125rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:1.0625rem;left:41.25rem;height:1.94970625rem;display:block; }
#VLonxf45FhCbcaHUBp1rM04QeQmGG32A .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-reverse;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; }
#VLonxf45FhCbcaHUBp1rM04QeQmGG32A .widget-text.counter-number { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;color:#ffffff;padding-top:0.426875rem;padding-right:0.390625rem;padding-bottom:0.426875rem;padding-left:0.390625rem;display:block;align-items:center;width:2.349375rem;min-width:2.349375rem;height:2.290625rem;position:relative;font-family:arial;font-size:1.705rem;font-weight:700;line-height:36.65px;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;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#VLonxf45FhCbcaHUBp1rM04QeQmGG32A .widget-text.counter-label { background-color:;background-image:none;color:#000000;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.26625rem;margin-right:0;margin-bottom:0;margin-left:0;display:none;width:3.1325rem;height:0;position:relative;font-family:arial;font-size:0.64rem;font-weight:700;line-height:0;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; }
#VLonxf45FhCbcaHUBp1rM04QeQmGG32A { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:rgba(0,0,0,0.92);background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:4.125rem;height:3.410625rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;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:0.375rem;left:37.9375rem;z-index:5002; }
#VLonxf45FhCbcaHUBp1rM04QeQmGG32A #O744EPuEQkP3s3am1m2QoEXEIdD0iqO5 { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#VLonxf45FhCbcaHUBp1rM04QeQmGG32A #hbMQ2Te28TngTTKz6h5K12d87SnblNTc { width:auto; }
#VLonxf45FhCbcaHUBp1rM04QeQmGG32A #zC7QI3AQ4ICHO0LFxGz1x67c0cVw7Frw {  }
#VLonxf45FhCbcaHUBp1rM04QeQmGG32A #PmQd9FGpqqSb9CJ8xiRJTyL20wOnn0Ds { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#VLonxf45FhCbcaHUBp1rM04QeQmGG32A #ySyfQp8J4fSMxXT4vrpTpIaqftF7GUsS {  }
#VLonxf45FhCbcaHUBp1rM04QeQmGG32A #Ryc7R3kMmU5mm2xMI47CKDcsb8Lgmen9 {  }
#VLonxf45FhCbcaHUBp1rM04QeQmGG32A #NM43hom0s0fdqtkHZ28ZszTJM0DUtbpx { display:flex;position:relative;top:0rem;left:0rem; }
#VLonxf45FhCbcaHUBp1rM04QeQmGG32A #oy00hS0UyiofCWvhGuig301Q0zlyk0wA {  }
#VLonxf45FhCbcaHUBp1rM04QeQmGG32A #xHmpC0vJE9Tvv9yrF9QEgR6Bvi935fhQ {  }
#VLonxf45FhCbcaHUBp1rM04QeQmGG32A #BqIWhXZaQF9VhryiKGA8WoJHE8p2Bm1S { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#VLonxf45FhCbcaHUBp1rM04QeQmGG32A #xLKMdrdFThgZWhxymKCM1yEmhnd93II6 {  }
#VLonxf45FhCbcaHUBp1rM04QeQmGG32A #dR35TwR58yRQmbbCdJeUamA6PVPK8GTv {  }
#qlU58VB7E8Ek9Oi0Od3so97ervx96s06 { color:#ffffff;display:block;width:1.9375rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.0625rem;left:36.0625rem;height:1.94970625rem;display:block; }
#aIkpTpiLzcqtC2pT8mS74Fo4H2rTnCaJ .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-reverse;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; }
#aIkpTpiLzcqtC2pT8mS74Fo4H2rTnCaJ .widget-text.counter-number { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;color:#ffffff;padding-top:0.426875rem;padding-right:0.390625rem;padding-bottom:0.426875rem;padding-left:0.390625rem;display:block;align-items:center;width:2.349375rem;min-width:2.349375rem;height:2.290625rem;position:relative;font-family:arial;font-size:1.705rem;font-weight:700;line-height:36.65px;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;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#aIkpTpiLzcqtC2pT8mS74Fo4H2rTnCaJ .widget-text.counter-label { background-color:;background-image:none;color:#000000;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.26625rem;margin-right:0;margin-bottom:0;margin-left:0;display:none;width:3.1325rem;height:0;position:relative;font-family:arial;font-size:0.64rem;font-weight:700;line-height:0;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; }
#aIkpTpiLzcqtC2pT8mS74Fo4H2rTnCaJ { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:rgba(0,0,0,0.92);background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:4.125rem;height:3.410625rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;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:0.375rem;left:33rem;z-index:5001; }
#aIkpTpiLzcqtC2pT8mS74Fo4H2rTnCaJ #BvExN5umTL7FVazhwyVxv6dffZpCdP8r { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#aIkpTpiLzcqtC2pT8mS74Fo4H2rTnCaJ #LmNrOZySJIBIpLGM6Q4vzEnbEut6T3sG { width:auto; }
#aIkpTpiLzcqtC2pT8mS74Fo4H2rTnCaJ #oEIhw60hgKMTmWT3c9xL7oHkycyuUkyi {  }
#aIkpTpiLzcqtC2pT8mS74Fo4H2rTnCaJ #BbP5u6KO3LxnQcdJMg5LTwwWJgss5gD4 { display:flex;position:relative;top:0rem;left:0rem; }
#aIkpTpiLzcqtC2pT8mS74Fo4H2rTnCaJ #IvxS5wZ4Bs71AGnm4ltyyNPvbegTDoW6 {  }
#aIkpTpiLzcqtC2pT8mS74Fo4H2rTnCaJ #OLJuqqJ6hRaUxXMuR1hzMqMu6LWTqbiH {  }
#aIkpTpiLzcqtC2pT8mS74Fo4H2rTnCaJ #vznZMGKS7P5GU3gnfsV19N500trKvsTq { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#aIkpTpiLzcqtC2pT8mS74Fo4H2rTnCaJ #oXOzNBXgVhWL0Nlq3WK8MFyrHK9xF043 {  }
#aIkpTpiLzcqtC2pT8mS74Fo4H2rTnCaJ #T1sqSLP6MApQT5MlvKC1VlIdupbtb2mP {  }
#aIkpTpiLzcqtC2pT8mS74Fo4H2rTnCaJ #wDTvbJH8KzypFFn7PCyKTkBykOER7c3k { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#aIkpTpiLzcqtC2pT8mS74Fo4H2rTnCaJ #Uy6IvgibTMdhFbkDEJ9gmSR4nczCfygp {  }
#aIkpTpiLzcqtC2pT8mS74Fo4H2rTnCaJ #CKfHQ7E7Ru7uRigp3OZmnq0fMBpb4hDx {  }
#A5OzLGPoOCl6cZ8H9F8kxOEWm5TsFQyC { color:#ffffff;display:block;width:1.9375rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.125rem;left:30.4375rem;height:1.94970625rem;display:block; }
#zCeLbnLJ3dS4TFTQPwFPebAiFWkJrFa8 .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-reverse;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; }
#zCeLbnLJ3dS4TFTQPwFPebAiFWkJrFa8 .widget-text.counter-number { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;color:#ffffff;padding-top:0.426875rem;padding-right:0.390625rem;padding-bottom:0.426875rem;padding-left:0.390625rem;display:block;align-items:center;width:2.349375rem;min-width:2.349375rem;height:2.290625rem;position:relative;font-family:arial;font-size:1.705rem;font-weight:700;line-height:36.65px;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;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#zCeLbnLJ3dS4TFTQPwFPebAiFWkJrFa8 .widget-text.counter-label { background-color:;background-image:none;color:#000000;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.26625rem;margin-right:0;margin-bottom:0;margin-left:0;display:none;width:3.1325rem;height:0;position:relative;font-family:arial;font-size:0.64rem;font-weight:700;line-height:0;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; }
#zCeLbnLJ3dS4TFTQPwFPebAiFWkJrFa8 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:rgba(0,0,0,0.92);background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:4.125rem;height:3.410625rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;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:0.375rem;left:27.4375rem;z-index:5000; }
#zCeLbnLJ3dS4TFTQPwFPebAiFWkJrFa8 #brFJIvMRysnOlCuhL0FTQv64z0IZ1pZU { display:flex;position:relative;top:0rem;left:0rem; }
#zCeLbnLJ3dS4TFTQPwFPebAiFWkJrFa8 #S3ET6lx6FnvMB9alblzSytk7WTfKLX7L { width:auto; }
#zCeLbnLJ3dS4TFTQPwFPebAiFWkJrFa8 #byQMnUO0bH2mC9LyOxALkzveqoxUqbdV {  }
#zCeLbnLJ3dS4TFTQPwFPebAiFWkJrFa8 #KFFbVqQTVdxJUsBzrk7MhihC6O5GrXZ1 { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#zCeLbnLJ3dS4TFTQPwFPebAiFWkJrFa8 #sg8POJPetPWtdnQNesIRSqU7wtnQAJe5 {  }
#zCeLbnLJ3dS4TFTQPwFPebAiFWkJrFa8 #nSHXX8oukQHz0HxUdT9IUtBmwngrP76Z {  }
#zCeLbnLJ3dS4TFTQPwFPebAiFWkJrFa8 #grrrh7RKSG9EchSaONFKo3UETspbxI1V { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#zCeLbnLJ3dS4TFTQPwFPebAiFWkJrFa8 #CFBgd7UTocMMyJsNK8zIiPxqXTdpD51i {  }
#zCeLbnLJ3dS4TFTQPwFPebAiFWkJrFa8 #dbEQbIxIWhTFon5mabIIf0tHU9T9v73X {  }
#zCeLbnLJ3dS4TFTQPwFPebAiFWkJrFa8 #IRQOwJCENnSo5oUOuTxohANwTMuugmbp { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#zCeLbnLJ3dS4TFTQPwFPebAiFWkJrFa8 #l2fLbHS2HQXHhOpTT5OGFZLrNB9onnL1 {  }
#zCeLbnLJ3dS4TFTQPwFPebAiFWkJrFa8 #QmF3LardM3kyAFySaDWTB1A1aaGk5fLS {  }
#fTnB7GfHOJQ8u8NUfpZDv7kHbV5Duqko { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/Q59HmzK38eQ/unsplash/rupixen-com-Q59HmzK38eQ-photo-1563013544-824ae1b704d3.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fTnB7GfHOJQ8u8NUfpZDv7kHbV5Duqko.adaptive-delivery-prevent-bg, #fTnB7GfHOJQ8u8NUfpZDv7kHbV5Duqko.lazyload, #fTnB7GfHOJQ8u8NUfpZDv7kHbV5Duqko.lazyloading { background-image: none; }#fTnB7GfHOJQ8u8NUfpZDv7kHbV5Duqko > .row .container { background-color: transparent; background-image: none; }#fTnB7GfHOJQ8u8NUfpZDv7kHbV5Duqko::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(25,23,23,0.83); }#fTnB7GfHOJQ8u8NUfpZDv7kHbV5Duqko > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fTnB7GfHOJQ8u8NUfpZDv7kHbV5Duqko > .row .container > .video-iframe-container { display: none; }#fTnB7GfHOJQ8u8NUfpZDv7kHbV5Duqko > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(25,23,23,0.83); }#fTnB7GfHOJQ8u8NUfpZDv7kHbV5Duqko > .row > .video-iframe-container { display: none; }#fTnB7GfHOJQ8u8NUfpZDv7kHbV5Duqko > .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); }#fTnB7GfHOJQ8u8NUfpZDv7kHbV5Duqko > .row .container { border-width: 0; border-radius: 0; }#fTnB7GfHOJQ8u8NUfpZDv7kHbV5Duqko::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; }#fTnB7GfHOJQ8u8NUfpZDv7kHbV5Duqko > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fTnB7GfHOJQ8u8NUfpZDv7kHbV5Duqko > .row .container { font-size:0.875rem;font-family:"open sans";height:33.375rem;width:60rem;position:relative;display:block; }#PG05KrO87OAVUO9zZcU5eKtMLuQb7Zkh { color:#e5e5e6;display:block;width:36.625rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:3.625rem;left:2.6875rem;height:2.19970625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bI3BM4aWiELKhklLt91DPmpVz9ZcSfoT { color:#e5e5e6;display:block;width:36.8125rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:7.0625rem;left:2.6875rem;height:24.9375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rnWxTQkOIX9KXZrvoR1yQrMuPzrKXBDn { position:absolute;display:block;z-index:15011;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat: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.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:10.3125rem;width:18.9375rem;top:5.8125rem;left:40.25rem;display:block; }
#bZf9KF7o9QboOCacN54PwpXTwx2tAzVH { color:#333333;display:block;width:18.125rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:12.4375rem;left:40.6875rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FJhfZm5W4ClwILCANfILfehXITqXdToR { color:#000000;display:block;width:18.125rem;position:absolute;font-family:"open sans";font-size:3.1875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:7.5625rem;left:40.6875rem;height:4.14355625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#O2clXm9T69oc0kobHzooUpRZtV512l1T { position:absolute;display:block;z-index:15014;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat: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.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:10.3125rem;width:18.9375rem;top:19.8125rem;left:40.25rem;display:block; }
#CQcs85PuugQzZ0unhWl01Se5zT32LPic { color:#333333;display:block;width:18.125rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:26.4375rem;left:40.6875rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XU0miWV0dQTnBiMzhniqd4WQMw6DOXDW { color:#000000;display:block;width:18.125rem;position:absolute;font-family:"open sans";font-size:3.1875rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:21.5625rem;left:40.6875rem;height:4.14355625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Rr3Xq90hRIENk3DGruLi512g88ep53GC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#Rr3Xq90hRIENk3DGruLi512g88ep53GC > .row .container { background-color: transparent; background-image: none; }#Rr3Xq90hRIENk3DGruLi512g88ep53GC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rr3Xq90hRIENk3DGruLi512g88ep53GC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rr3Xq90hRIENk3DGruLi512g88ep53GC > .row .container > .video-iframe-container { display: none; }#Rr3Xq90hRIENk3DGruLi512g88ep53GC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rr3Xq90hRIENk3DGruLi512g88ep53GC > .row > .video-iframe-container { display: none; }#Rr3Xq90hRIENk3DGruLi512g88ep53GC > .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); }#Rr3Xq90hRIENk3DGruLi512g88ep53GC > .row .container { border-width: 0; border-radius: 0; }#Rr3Xq90hRIENk3DGruLi512g88ep53GC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Rr3Xq90hRIENk3DGruLi512g88ep53GC > .row .container { font-size:0.875rem;font-family:arial;height:3.6875rem;width:60rem;position:relative;display:block; }#qAL5Eyd4guU4BHoXGLuNvCuJLqEA8yO3 { color:#000000;display:block;width:53.3125rem;position:absolute;font-family:"open sans";font-size:1.8125rem;font-weight:700;z-index:15007;line-height:1.1;letter-spacing:0;top:1.0654296875rem;left:0rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TFUsmXroHD1P4aJ6dsJUIal6pkpRAbnc { 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:43.5625rem;width:40.4375rem;top:1.93310546875rem;left:19.5625rem;overflow:hidden;display:block; }
#pfC4kIoZRZhxRzBFMZ3hmuKumKAV8lCH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/56a8a7f7-7279-44a9-a215-98800175186a/rusticvintagesquarediningtablespain1930s.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#pfC4kIoZRZhxRzBFMZ3hmuKumKAV8lCH.adaptive-delivery-prevent-bg, #pfC4kIoZRZhxRzBFMZ3hmuKumKAV8lCH.lazyload, #pfC4kIoZRZhxRzBFMZ3hmuKumKAV8lCH.lazyloading { background-image: none; }#pfC4kIoZRZhxRzBFMZ3hmuKumKAV8lCH > .row .container { background-color: transparent; background-image: none; }#pfC4kIoZRZhxRzBFMZ3hmuKumKAV8lCH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pfC4kIoZRZhxRzBFMZ3hmuKumKAV8lCH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pfC4kIoZRZhxRzBFMZ3hmuKumKAV8lCH > .row .container > .video-iframe-container { display: none; }#pfC4kIoZRZhxRzBFMZ3hmuKumKAV8lCH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pfC4kIoZRZhxRzBFMZ3hmuKumKAV8lCH > .row > .video-iframe-container { display: none; }#pfC4kIoZRZhxRzBFMZ3hmuKumKAV8lCH > .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); }#pfC4kIoZRZhxRzBFMZ3hmuKumKAV8lCH > .row .container { border-width: 0; border-radius: 0; }#pfC4kIoZRZhxRzBFMZ3hmuKumKAV8lCH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pfC4kIoZRZhxRzBFMZ3hmuKumKAV8lCH > .row .container { font-size:0.875rem;font-family:arial;height:37.5rem;width:60rem;position:relative;display:block; }#XynMzTV6LgaGVHI1pfZJ1x3VUOuuVHvp { position:absolute;display:block;z-index:15000;height:37.5rem;width:18.75rem;top:0.93310546875rem;left:30.375rem;display:block; }
#uoEfFw79XlFuZKdvrqNB3uAe8uwh5rge { position:absolute;display:block;z-index:14999;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:25.125rem;width:42.0625rem;top:13.875rem;left:0rem;overflow:hidden;display:block; }
#ZhSSAZ95FmTVxS0Qp5RQ75EOgKQc1EEf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/1392518b-08dc-477c-9289-b7bb37bcc367/MicrosoftTeamsimage101.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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; }#ZhSSAZ95FmTVxS0Qp5RQ75EOgKQc1EEf.adaptive-delivery-prevent-bg, #ZhSSAZ95FmTVxS0Qp5RQ75EOgKQc1EEf.lazyload, #ZhSSAZ95FmTVxS0Qp5RQ75EOgKQc1EEf.lazyloading { background-image: none; }#ZhSSAZ95FmTVxS0Qp5RQ75EOgKQc1EEf > .row .container { border-width: 0; border-radius: 0; }#ZhSSAZ95FmTVxS0Qp5RQ75EOgKQc1EEf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZhSSAZ95FmTVxS0Qp5RQ75EOgKQc1EEf > .row .container { font-size:0.875rem;font-family:arial;height:21.9375rem;width:60rem;position:relative;display:none; }#LvbLpaPXJEDmgvmQBDbPLrCXyLFA45qW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f7fa;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; }#LvbLpaPXJEDmgvmQBDbPLrCXyLFA45qW > .row .container { background-color: transparent; background-image: none; }#LvbLpaPXJEDmgvmQBDbPLrCXyLFA45qW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LvbLpaPXJEDmgvmQBDbPLrCXyLFA45qW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LvbLpaPXJEDmgvmQBDbPLrCXyLFA45qW > .row .container > .video-iframe-container { display: none; }#LvbLpaPXJEDmgvmQBDbPLrCXyLFA45qW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LvbLpaPXJEDmgvmQBDbPLrCXyLFA45qW > .row > .video-iframe-container { display: none; }#LvbLpaPXJEDmgvmQBDbPLrCXyLFA45qW > .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); }#LvbLpaPXJEDmgvmQBDbPLrCXyLFA45qW > .row .container { border-width: 0; border-radius: 0; }#LvbLpaPXJEDmgvmQBDbPLrCXyLFA45qW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LvbLpaPXJEDmgvmQBDbPLrCXyLFA45qW > .row .container { font-size:0.875rem;font-family:"open sans";height:34.375rem;width:60rem;position:relative;display:block; }#JgtlFTewvR7SioC8m4THOdEAPFXP5wKB { color:#000000;display:block;width:58.125rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:3rem;left:0.9375rem;height:14.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#caH69tlDm2dzrTn6orslKzsNWmF3lfx4 { position:absolute;display:block;z-index:15017;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat: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.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:7.5rem;width:18.75rem;top:22.875rem;left:4.6875rem;display:block; }
#ydEEde3bDenEkyx4pCBElhnvN0qTwP3v { color:#333333;display:block;width:18.125rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:28.25rem;left:5.125rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FcTH0wHIFgHwxKFvB6qR0tFNqQeBF7uD { color:#000000;display:block;width:18.125rem;position:absolute;font-family:"open sans";font-size:3.1875rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:23.8125rem;left:5.125rem;height:4.14355625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NrGbPodCKftdubeP3i7T2yf9CL1zXoLx { color:#000000;display:block;width:18.125rem;position:absolute;font-family:"open sans";font-size:3.1875rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:23.8125rem;left:31.75rem;height:4.14355625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xFlh4NKZTyVkRZJKGwoGvUU5TwRpJHV6 { position:absolute;display:block;z-index:15020;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat: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.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:7.5rem;width:18.75rem;top:22.875rem;left:31.3125rem;display:block; }
#dy7DCbpO6f5vtTd2XNv2o39JfFIUTLB1 { color:#333333;display:block;width:18.125rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:28.25rem;left:31.75rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qZ67gD44w9kVOQzoqpMmW1EzeP9ew4OE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#qZ67gD44w9kVOQzoqpMmW1EzeP9ew4OE > .row .container { background-color: transparent; background-image: none; }#qZ67gD44w9kVOQzoqpMmW1EzeP9ew4OE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qZ67gD44w9kVOQzoqpMmW1EzeP9ew4OE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qZ67gD44w9kVOQzoqpMmW1EzeP9ew4OE > .row .container > .video-iframe-container { display: none; }#qZ67gD44w9kVOQzoqpMmW1EzeP9ew4OE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qZ67gD44w9kVOQzoqpMmW1EzeP9ew4OE > .row > .video-iframe-container { display: none; }#qZ67gD44w9kVOQzoqpMmW1EzeP9ew4OE > .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); }#qZ67gD44w9kVOQzoqpMmW1EzeP9ew4OE > .row .container { border-width: 0; border-radius: 0; }#qZ67gD44w9kVOQzoqpMmW1EzeP9ew4OE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qZ67gD44w9kVOQzoqpMmW1EzeP9ew4OE > .row .container { font-size:0.875rem;font-family:arial;height:50.875rem;width:60rem;position:relative;display:block; }#u24c44prViBvMxD0cWwlHEfGDDC3iq44 { color:#000000;display:block;width:58.125rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;z-index:15006;line-height:1.1;letter-spacing:0;top:0.8125rem;left:0.9375rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NeN4wpWDthZ9oLSXTBQlKy90HnLMAOO2 { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat: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.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:9.6875rem;width:17.5625rem;top:4.3125rem;left:1.875rem;display:block; }
#yRQdHG2lD9DkoWSlRD4hq3AEfG3TaDCK { color:#333333;display:block;width:15.25rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:10.859375rem;left:3.03125rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SeTR9lql4kdsG5foZ28hQRoJK60nkN3V { color:#000000;display:block;width:18.125rem;position:absolute;font-family:"open sans";font-size:3.1875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:7.083984375rem;left:1.875rem;height:4.14355625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JSeBqAGSpkzfQTfobeuc7A9kamvCpxDc { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32.3125rem;width:30.1875rem;top:18.75rem;left:29.8125rem;overflow:hidden;display:block; }
#ApLMOJTVB2eSCGKOVOHt31ybhHQz9MF0 { color:#333333;display:block;width:15.25rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:5.349609375rem;left:3.03125rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TKTAOoTLTfKH6D0cIl0AT0oQX6q6Iwkk { background-color:#d80030;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:1.875rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:5.021484375rem;left:21.53125rem;display:block; }
#wMSQouGahtoXnhN61qHQNQIHJgx5ebZy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iM9QV3DCooxCFnZlN8aGkv0DFArz5Hb9 { position:absolute;display:block;z-index:15006;background-color:#dcdcdc;background-image:none;background-position:top left !important;background-repeat: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.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:9.6875rem;width:12.4375rem;top:4.3125rem;left:20rem;display:block; }
#CmsTbOrgydc2TD0HWbQhIrOm3Q6EeFFD { color:#333333;display:block;width:11.375rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:11.46875rem;left:20.34375rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ScZFatJciN2TSN02hGpNToq16ttCVTgE { color:#000000;display:block;width:12.25rem;position:absolute;font-family:"open sans";font-size:3.1875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:7.083984375rem;left:20rem;height:4.14355625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NduTfKRFFTnPTLRsENqGlT9TGDvqHbIu { color:#000000;display:block;width:18.125rem;position:absolute;font-family:"open sans";font-size:3.1875rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:17.5625rem;left:1.875rem;height:4.14355625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eHtCXc25PaqX3xd9TZTxToQrnuZM5H6O { position:absolute;display:block;z-index:15014;background-color:#dcdcdc;background-image:none;background-position:top left !important;background-repeat: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.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:9.6875rem;width:12.4375rem;top:14.8125rem;left:20rem;display:block; }
#J7IywHHuTabDTVW7Kx2eVfg0uTXWZwSJ { color:#333333;display:block;width:11.375rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:21.9375rem;left:20.375rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ltTRV7enprbcnFADc03PMnrvRT7qAJxU { color:#000000;display:block;width:12.25rem;position:absolute;font-family:"open sans";font-size:3.1875rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:17.5625rem;left:20rem;height:4.14355625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#etX2NW16VnoTJNLpDqorA7o5kr4nqWRq { position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat: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.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:9.6875rem;width:17.5625rem;top:14.8125rem;left:1.875rem;display:block; }
#mfXTwdGrPcvbTyV1VvMuK8e3mxdhIoZz { color:#333333;display:block;width:15.25rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:21.3125rem;left:3.0625rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HJTchbtELkkDmn4yytfN9y7I3avdLIEe { background-color:#d80030;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:1.875rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:15.5rem;left:21.5625rem;display:block; }
#f2Ia73V45XR2xC7UpUg15mbKst2Ob7ms { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#arilnVI7ouhIrSUQggx1VXqJHbnXNhO6 { color:#333333;display:block;width:15.25rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:15.8125rem;left:3.0625rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mK8EGUH6AgoJn9OTt3LQMIiye4ThfFxE { position:absolute;display:block;z-index:15022;background-color:#dcdcdc;background-image:none;background-position:top left !important;background-repeat: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.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:9.6875rem;width:12.4375rem;top:25.625rem;left:20rem;display:block; }
#Ki3QEHI2Eo1H0Ucr0WdtgTyrcRhbVnTD { color:#333333;display:block;width:11.375rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:32.75rem;left:20.375rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lm1cbGILF5JwqMBD4d272VgIZieIXyt4 { position:absolute;display:block;z-index:15018;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat: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.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:9.6875rem;width:17.5625rem;top:25.625rem;left:1.875rem;display:block; }
#LIbJCQaF0KKflliiyOnInbEFxOy65USC { color:#000000;display:block;width:18.125rem;position:absolute;font-family:"open sans";font-size:3.1875rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:28.375rem;left:1.875rem;height:4.14355625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#udllN8XGvUiMZfqHVDSo3XldrWaMATN1 { color:#000000;display:block;width:12.25rem;position:absolute;font-family:"open sans";font-size:3.1875rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:28.375rem;left:20rem;height:4.14355625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fXpFJIoQntyesd1dd4BUbmLaPiGVZhzN { color:#333333;display:block;width:15.25rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:32.125rem;left:3.0625rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yGTNSyUgMExI80OgNnI0phe7RDKnCQps { background-color:#d80030;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:1.875rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:26.3125rem;left:21.5625rem;display:block; }
#DDaXEL44kdx2KA8DP2adzJcNfhPfnxJn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pcVHSlTgnMpZ6tWqlTTIg2AwmGIE7vTs { color:#333333;display:block;width:15.25rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:26.625rem;left:3.0625rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UeUKJUDFQMTAJHK5aFnSSJtdoqy4gLZP { position:absolute;display:block;z-index:15030;background-color:#dcdcdc;background-image:none;background-position:top left !important;background-repeat: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.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:9.6875rem;width:12.4375rem;top:36.5rem;left:20rem;display:block; }
#TV8KnhcLAsNxEzq1sohTMR4F4RChnDfO { color:#333333;display:block;width:11.375rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:43.625rem;left:20.375rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cqP6kpnqb8akZ9WqUu9UMMi9yFskfNuL { position:absolute;display:block;z-index:15026;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat: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.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:9.6875rem;width:17.5625rem;top:36.5rem;left:1.875rem;display:block; }
#ofhgzaNRdt9HLQBSBwKM9FHBx6NcW4Iu { color:#000000;display:block;width:18.125rem;position:absolute;font-family:"open sans";font-size:3.1875rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:39.25rem;left:1.875rem;height:4.14355625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MyRHL1qTE7Fq12gWLRDPyFX3MAoxAsM7 { color:#000000;display:block;width:12.25rem;position:absolute;font-family:"open sans";font-size:3.1875rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:39.25rem;left:20rem;height:4.14355625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CFoP78oS580v1VVhpnC9TTICzDrkb8zV { color:#333333;display:block;width:15.25rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:43rem;left:3.0625rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UCL6ThrzC8fFClwE2TGe1REi9sqp7ToT { background-color:#d80030;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:1.875rem;text-decoration:none;z-index:15034;text-align:center;text-align-last:center;top:37.1875rem;left:21.5625rem;display:block; }
#RBk6ghRL0pVzH8V47BGf7WMWvOuloXfn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JbFD3AIXFrGAoX8w4VoTokF2B7ZyHAki { color:#333333;display:block;width:15.25rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:37.5rem;left:3.0625rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tdVI4bUkbEIDc9WhPCMtUwgqZPEMCah9 { background-color:#d80030;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.875rem;height:5.375rem;text-decoration:none;z-index:15035;text-align:center;text-align-last:center;top:6.46875rem;left:37.375rem;display:block; }
#aXdNtEEI0AXKCnyuPNdLmoGJzDJMmExU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AL9nHS9AKfhBpSV7EO6G4xgf3lPKTwLN { background-color:#d80030;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30.25rem;height:1.875rem;text-decoration:none;z-index:15036;text-align:center;text-align-last:center;top:48.5rem;left:2.5rem;display:none; }
#ay9S1XFPGBEkdUmSTKMC4br1T1m2lEWM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eed6mOXlczRvgF5QweIviVeSJJL3kbKW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/Q59HmzK38eQ/unsplash/rupixen-com-Q59HmzK38eQ-photo-1563013544-824ae1b704d3.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#eed6mOXlczRvgF5QweIviVeSJJL3kbKW.adaptive-delivery-prevent-bg, #eed6mOXlczRvgF5QweIviVeSJJL3kbKW.lazyload, #eed6mOXlczRvgF5QweIviVeSJJL3kbKW.lazyloading { background-image: none; }#eed6mOXlczRvgF5QweIviVeSJJL3kbKW > .row .container { background-color: transparent; background-image: none; }#eed6mOXlczRvgF5QweIviVeSJJL3kbKW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.82); }#eed6mOXlczRvgF5QweIviVeSJJL3kbKW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eed6mOXlczRvgF5QweIviVeSJJL3kbKW > .row .container > .video-iframe-container { display: none; }#eed6mOXlczRvgF5QweIviVeSJJL3kbKW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.82); }#eed6mOXlczRvgF5QweIviVeSJJL3kbKW > .row > .video-iframe-container { display: none; }#eed6mOXlczRvgF5QweIviVeSJJL3kbKW > .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); }#eed6mOXlczRvgF5QweIviVeSJJL3kbKW > .row .container { border-width: 0; border-radius: 0; }#eed6mOXlczRvgF5QweIviVeSJJL3kbKW::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; }#eed6mOXlczRvgF5QweIviVeSJJL3kbKW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eed6mOXlczRvgF5QweIviVeSJJL3kbKW > .row .container { font-size:0.875rem;font-family:arial;height:43.75rem;width:60rem;position:relative;display:block; }#XZn7DsJsL9cNVW2TyTnbCIrQ1hUyJTTd { 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: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:23rem;width:34.625rem;top:5.0625rem;left:11.4375rem;overflow:hidden;display:block; }
#E0qebpb27ieag6RTiA2FQ20etPpofeGH { color:#ffffff;display:block;width:57.25rem;position:absolute;font-family:"source sans pro";font-size:2.625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.1875rem;left:0rem;height:3.4121125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#POF8TB7vyc6tKnitxxJPQ3EXUsXQRoE9 { position:absolute;display:block;z-index:14998;background-color:transparent;background-image:none;border-top:0.0625rem solid #f8cbcd;border-left:0.0625rem solid #f8cbcd;border-right:0.0625rem solid #f8cbcd;border-bottom:0.0625rem solid #f8cbcd;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.6875rem;width:34.4375rem;top:31.625rem;left:11.4375rem;display:block; }
#PhCfznvv2glmMTvCkQgXRvs8uz7MP3SH { color:#ffffff;display:block;width:11.9375rem;position:absolute;font-family:"source sans pro";font-size:2.5rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:34rem;left:13.8125rem;height:3.25rem;font-style:normal;display:block; }
#nS67F2NeIIBOtJWrPmnzgp2zeECHQtZt { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat: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:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#162f4e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"source sans pro";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.3125rem;height:4.125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:33.5625rem;left:28.4375rem;display:block; }
#uF6oXbde95CIFmkL5L9CXvTrf2TT4PRI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SsNaMTDnigNLT4Jrw8eRNQnmNQ6ovVqK { position:absolute;display:block;z-index:14999;background-color:#d80030;background-image:none;background-position:top left !important;background-repeat: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:3.75rem;width:34.625rem;top:28.0625rem;left:11.4375rem;display:block; }
#zEkvCKfqcTvI8FydG9Q5HTIyhMbFRQvs { color:#ffffff;display:block;width:26.8125rem;position:absolute;font-family:"source sans pro";font-size:1.375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:29.0625rem;left:16.6875rem;height:1.7871125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hlRXfJr49NcryxmAyVThaw9vruoxuk7L { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f6f7fa, #ffffff);background-image: -moz-linear-gradient(180deg, #f6f7fa, #ffffff);background-image: -ms-linear-gradient(180deg, #f6f7fa, #ffffff);background-image: -o-linear-gradient(180deg, #f6f7fa, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f7fa', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f7fa', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #f6f7fa, #ffffff);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; }#hlRXfJr49NcryxmAyVThaw9vruoxuk7L > .row .container { background-color: transparent; background-image: none; }#hlRXfJr49NcryxmAyVThaw9vruoxuk7L::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hlRXfJr49NcryxmAyVThaw9vruoxuk7L > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hlRXfJr49NcryxmAyVThaw9vruoxuk7L > .row .container > .video-iframe-container { display: none; }#hlRXfJr49NcryxmAyVThaw9vruoxuk7L > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hlRXfJr49NcryxmAyVThaw9vruoxuk7L > .row > .video-iframe-container { display: none; }#hlRXfJr49NcryxmAyVThaw9vruoxuk7L > .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); }#hlRXfJr49NcryxmAyVThaw9vruoxuk7L > .row .container { border-width: 0; border-radius: 0; }#hlRXfJr49NcryxmAyVThaw9vruoxuk7L > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hlRXfJr49NcryxmAyVThaw9vruoxuk7L > .row .container { font-size:0.875rem;font-family:arial;height:2.1875rem;width:60rem;position:relative;display:block; }#ZglMpRJ2Av5KUCaOmgfMtwH67ocB4rcg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#ZglMpRJ2Av5KUCaOmgfMtwH67ocB4rcg > .row .container { background-color: transparent; background-image: none; }#ZglMpRJ2Av5KUCaOmgfMtwH67ocB4rcg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZglMpRJ2Av5KUCaOmgfMtwH67ocB4rcg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZglMpRJ2Av5KUCaOmgfMtwH67ocB4rcg > .row .container > .video-iframe-container { display: none; }#ZglMpRJ2Av5KUCaOmgfMtwH67ocB4rcg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZglMpRJ2Av5KUCaOmgfMtwH67ocB4rcg > .row > .video-iframe-container { display: none; }#ZglMpRJ2Av5KUCaOmgfMtwH67ocB4rcg > .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); }#ZglMpRJ2Av5KUCaOmgfMtwH67ocB4rcg > .row .container { border-width: 0; border-radius: 0; }#ZglMpRJ2Av5KUCaOmgfMtwH67ocB4rcg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZglMpRJ2Av5KUCaOmgfMtwH67ocB4rcg > .row .container { font-size:0.875rem;font-family:"open sans";height:35.125rem;width:60rem;position:relative;display:block; }#EuGD72greys3iK6iOQyUOPGMMr5nAQkO { color:#262d3c;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;z-index:15008;line-height:1.1;letter-spacing:0;top:6.125rem;left:0rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#IRZyTHnRJady25ZTKaoTEa7NsLMnqUmy { position:absolute;display:block;z-index:15009;background-color:#ff0505;background-image:none;background-position:top left !important;background-repeat: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:0.125rem;width:4.375rem;top:12.375rem;left:0rem;display:block; }
#EXrU6buEaALOQtWLOUlSzO7uyekw1gIi { color:#000000;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:4.25rem;left:0rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qQerzQF2v10K3lVoAf8ABhsm9PMwtIxu { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.875rem;width:23.0625rem;top:4.25rem;left:35.5rem;overflow:hidden;display:block; }
#JzO3NCTfEThSB8SkQDg3fEwR2KV8XN8x { color:#262d3c;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.1;letter-spacing:0;top:10.5rem;left:19.0625rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#XfLSPX8U0vivTg9O5ewak62NtV39eTBL { color:rgba(0,0,0,0.7);display:block;width:14.8125rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15009;line-height:1.4;letter-spacing:0;top:12.375rem;left:16.75rem;height:2.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#yxUPAfe41TT5s7dvCMEXIfNkETpD10zi { position:absolute;display:block;z-index:15013;background-color:#262d3c;background-image:none;background-position:top left !important;background-repeat: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:0.0625rem;width:5.625rem;top:11.1875rem;left:32.5rem;display:block; }
#ARJhVmUtMRRMx4h2O7PptSPxcu5w3vqy { position:absolute;display:block;z-index:15014;background-color:#262d3c;background-image:none;background-position:top left !important;background-repeat: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:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:10.75rem;left:38.125rem;display:block; }
#usGUC5G6GLTUoPX9O6s0yylihIhSXleN { position:absolute;display:block;z-index:15017;background-color:#262d3c;background-image:none;background-position:top left !important;background-repeat: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:0.0625rem;width:7.5rem;top:21.8125rem;left:27.1875rem;display:block; }
#vcm0ViuwsMWxbxyJD6oq2sphvQssVBkC { position:absolute;display:block;z-index:15018;background-color:#262d3c;background-image:none;background-position:top left !important;background-repeat: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:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:21.375rem;left:34.625rem;display:block; }
#GSutMrzyfrVWTAiS03LQIUr0FT2Oc4vo { color:#262d3c;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.1;letter-spacing:0;top:21.1875rem;left:4.375rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#cTNfQlbIkVWTJs9COOQqgLAwO8UL6na2 { color:rgba(0,0,0,0.7);display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15011;line-height:1.4;letter-spacing:0;top:21.25rem;left:13.375rem;height:1.3125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#XaXVTw1dUOiNm1PGtwcFmWHt8iOhdsWD { color:rgba(0,0,0,0.7);display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15019;line-height:1.4;letter-spacing:0;top:25.75rem;left:14.6875rem;height:1.3125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#rPa77T8m7lDvrsEnbD6XieVwp0Tx6VpR { position:absolute;display:block;z-index:15026;background-color:#262d3c;background-image:none;background-position:top left !important;background-repeat: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:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:25.8125rem;left:34.5rem;display:block; }
#Qxx3kms7XTdw4lKUZyTAA9NxV4Fw598J { color:#262d3c;display:block;width:18.625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15019;line-height:1.1;letter-spacing:0;top:25.75rem;left:0.625rem;height:1.375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#ek86QHeZccXLQCSTB7ILOewaUw83x8Ty { position:absolute;display:block;z-index:15025;background-color:#262d3c;background-image:none;background-position:top left !important;background-repeat: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:0.0625rem;width:6.5625rem;top:26.3125rem;left:28.5rem;display:block; }
#g7A5mksp59l9nrROblAMg0oTbSfkKEQ0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/64649eb5-9f88-4008-8c32-3a47ad7b0b84/postimehe_maja.jpeg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#g7A5mksp59l9nrROblAMg0oTbSfkKEQ0.adaptive-delivery-prevent-bg, #g7A5mksp59l9nrROblAMg0oTbSfkKEQ0.lazyload, #g7A5mksp59l9nrROblAMg0oTbSfkKEQ0.lazyloading { background-image: none; }#g7A5mksp59l9nrROblAMg0oTbSfkKEQ0 > .row .container { background-color: transparent; background-image: none; }#g7A5mksp59l9nrROblAMg0oTbSfkKEQ0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(246,247,250,0.74); }#g7A5mksp59l9nrROblAMg0oTbSfkKEQ0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g7A5mksp59l9nrROblAMg0oTbSfkKEQ0 > .row .container > .video-iframe-container { display: none; }#g7A5mksp59l9nrROblAMg0oTbSfkKEQ0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(246,247,250,0.74); }#g7A5mksp59l9nrROblAMg0oTbSfkKEQ0 > .row > .video-iframe-container { display: none; }#g7A5mksp59l9nrROblAMg0oTbSfkKEQ0 > .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); }#g7A5mksp59l9nrROblAMg0oTbSfkKEQ0 > .row .container { border-width: 0; border-radius: 0; }#g7A5mksp59l9nrROblAMg0oTbSfkKEQ0::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; }#g7A5mksp59l9nrROblAMg0oTbSfkKEQ0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#g7A5mksp59l9nrROblAMg0oTbSfkKEQ0 > .row .container { font-size:0.875rem;font-family:"open sans";height:41.25rem;width:60rem;position:relative;display:block; }#NXIGhmLEIRhZSozN869k1Dkd38qJ0d7H { color:#000000;display:block;width:20.1875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:16.875rem;left:14.5rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#txXxIwRJUh33llZSoELmQA1TkWnUfcy7 { color:#262d3c;display:block;width:24.4375rem;position:absolute;font-family:"open sans";font-size:3.4375rem;font-weight:700;z-index:15007;line-height:1.1;letter-spacing:0;top:18.8125rem;left:14.5rem;height:3.78125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TJEFCA0cetHsI9TT1wyGmKqRiF43i2fH { color:#262d3c;display:block;width:27.8125rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:15014;line-height:1.4;letter-spacing:0;top:24.4375rem;left:14.5rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#z31TOfU9SzuahmUInZTRwF1KfDMs0lMe { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat: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.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.5rem 1.25rem rgba(0,0,0,0.15) ;height:16.5625rem;width:38.1875rem;top:15.125rem;left:10.9375rem;display:block; }
#HH2d0ePAC7IZQxAd4DCl181pV4H5pGQ3 { background-color:#0064fa;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#HH2d0ePAC7IZQxAd4DCl181pV4H5pGQ3 > .row .container { background-color: transparent; background-image: none; }#HH2d0ePAC7IZQxAd4DCl181pV4H5pGQ3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HH2d0ePAC7IZQxAd4DCl181pV4H5pGQ3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HH2d0ePAC7IZQxAd4DCl181pV4H5pGQ3 > .row .container > .video-iframe-container { display: none; }#HH2d0ePAC7IZQxAd4DCl181pV4H5pGQ3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HH2d0ePAC7IZQxAd4DCl181pV4H5pGQ3 > .row > .video-iframe-container { display: none; }#HH2d0ePAC7IZQxAd4DCl181pV4H5pGQ3 > .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); }#HH2d0ePAC7IZQxAd4DCl181pV4H5pGQ3 > .row .container { border-width: 0; border-radius: 0; }#HH2d0ePAC7IZQxAd4DCl181pV4H5pGQ3 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#HH2d0ePAC7IZQxAd4DCl181pV4H5pGQ3 > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:60rem;overflow:visible;position:relative;display:block; }#WLCS2DqgtIhJ0q2BQWhm9rKJGwkfyqKl { 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:1.4375rem;width:7.4375rem;top:2.5rem;left:-0.0062503814697263rem;overflow:hidden;display:block; }
#oEfBGE2d2AfwPzNLIoQRTHRsONZS44DZ { color:#f9f9f9;display:block;width:8.0625rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.43408203125rem;left:35.125rem;height:1.3808625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Ry2HfryP4hJy1QhnLO6Lyh4yvr3dvaTf { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#f9f9f9;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.0625rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.875rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:right;text-align-last:right;top:1.40625rem;left:43.125rem;display:block; }
#iVWf3KGn5igk1VmVzMdbdX4amqb8OyK5 { 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) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DyL1hdHtIbR4WDflDErpANmrfmpSTAPG { width:47.75rem;height:12.25rem;top:34.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VKeNVXoQVTOEqUHlnC95NNpOhKRfUUO8 { width:23.375rem;height:1.4375rem;top:35.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rc3A9K4N8Goq0dKWUu8LBLkv2v71dmyM { width:23.625rem;height:4.25rem;top:38.875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #SB515830GOhNDyWTDV4fCO1rJ8pKRE5J { width:23.5rem;height:6.3125rem;top:36.875rem;left:24.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zlgc8npE9hZh04PTGH0Js4TUE1VDuqnK { display:block; }
 }@media only screen and (max-width: 763px) { #hRz0oKoligUDNqP0S38OVZCidmEU2L0E { width:9.5rem;height:1.8125rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQpT0VMdPexkGeaT4JTOJRpkcw6VnTCK { width:22.625rem;height:2.3125rem;top:2rem;left:25.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ugToTgc13TNrW3K5NQsrfb1EkEH7fLom { top:45.0625rem;left:18.375rem;width:8.1875rem;height:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3mX7aUActdxaQrD8f64Qo0Hhzse8wZp { display:block; }#K3mX7aUActdxaQrD8f64Qo0Hhzse8wZp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oMWrARM0VG7l9P6bvXgoDvDtooOQi00F { width:28.375rem;height:;top:1.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8nCiEdaRAc6rESBrnSn3k4SP0XVmwJI { width:28.3125rem;height:2.1875rem;top:3.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OlDoiQ0tk0gHhmF6OcOMSZinEiLGfQa9 { width:47.75rem;height:10.6875rem;top:7.0625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #thNSQdHAJhIeFArIE6b2cvXwoV0HaeJw { display:block; }#thNSQdHAJhIeFArIE6b2cvXwoV0HaeJw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vPXQIDfzvM5Wuz6OFKPRxd528XKtwRVR { display:block; }#vPXQIDfzvM5Wuz6OFKPRxd528XKtwRVR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uOv35K2WpOIGLdfGrKvAza0cw5BHbWS1 { width:22.875rem;height:;top:3.3125rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTkwoFqTWSGb5DDnVusaoCw1kSKfAH7y { width:22.375rem;height:0.125rem;top:10.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zzZUB6oHQyWTqLWRt1THfKq5C3IPTH1M { width:33.3125rem;height:6.3125rem;top:8.6875rem;left:14.4375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWgBUqJxNZkvh2vM2DGA2n1DeThXm8xS { width:32.6875rem;height:6.3125rem;top:17.125rem;left:15.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DEKZdyvA2weERCaTr7UTxt6DAUafUbIo { width:22.3125rem;height:6.5rem;top:2.25rem;left:25.4375rem;font-size:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZMMlqgVPGb3eoMAKeJdupJLm1apc22U { width:23.6875rem;height:6.5rem;top:16.5rem;left:0rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhRpmyRsgkdBnWbwvkU7tbZx7rUsTLNl { width:20.5rem;height:0.125rem;top:14.9375rem;left:25.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzaRr6H3eeNUI8nk7JoCpGy3zF0NABsK { display:block; }#xzaRr6H3eeNUI8nk7JoCpGy3zF0NABsK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JUhZmJcVnDW5igxqg1ZwxoTcvlpLLPGr { width:27.1875rem;height:2rem;top:1.0625rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OoFM7pXgbCxfTfKHC4rXldCtpOoOG3vc { top:0.5rem;left:20.25rem;width:24.25rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VKT18m4mkaBO9VLy31ippTuguKW1JXAA .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#VKT18m4mkaBO9VLy31ippTuguKW1JXAA .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; }
#VKT18m4mkaBO9VLy31ippTuguKW1JXAA .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; }
#VKT18m4mkaBO9VLy31ippTuguKW1JXAA { width:4.5rem;height:5.0625rem;display:flex;top:13.1875rem;left:4.375rem;z-index:5000; }
 }@media only screen and (max-width: 763px) { #VKT18m4mkaBO9VLy31ippTuguKW1JXAA #TkFyBxqciteWJhipXIfzUnMwiNFTMg1r { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #VKT18m4mkaBO9VLy31ippTuguKW1JXAA #vNTRZQJIEocn6XTcO82eFF11iyqWAlzS {  }
 }@media only screen and (max-width: 763px) { #VKT18m4mkaBO9VLy31ippTuguKW1JXAA #qKoWVHv1pcXaNdW8WVPisKKe6guSu3Mc {  }
 }@media only screen and (max-width: 763px) { #VKT18m4mkaBO9VLy31ippTuguKW1JXAA #bLTsDax7AsqvglaZVAkF9Hf2wWGQfp29 { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #VKT18m4mkaBO9VLy31ippTuguKW1JXAA #WIKM71pTdnyLL8wpq90U9AhuHN3icvoU {  }
 }@media only screen and (max-width: 763px) { #VKT18m4mkaBO9VLy31ippTuguKW1JXAA #pAx7fLNVlzbLT56rXAzCpuV4L5G8GKII {  }
 }@media only screen and (max-width: 763px) { #VKT18m4mkaBO9VLy31ippTuguKW1JXAA #nXTfrdnvDFCmCGRMxvEB8srHkddFIDq6 { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #VKT18m4mkaBO9VLy31ippTuguKW1JXAA #tyasaKIyxzPSPKd6caNsdlWwneTeTGsl {  }
 }@media only screen and (max-width: 763px) { #VKT18m4mkaBO9VLy31ippTuguKW1JXAA #c6rmkVNw46oVcMh1vqTxozaD4hqIa0T2 {  }
 }@media only screen and (max-width: 763px) { #VKT18m4mkaBO9VLy31ippTuguKW1JXAA #PlBZJgT00h59CpgTt8fbQqk9VhRXeHIt { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VKT18m4mkaBO9VLy31ippTuguKW1JXAA #JMkBzxEskQH4grdl3352OUCXFvunVMOx {  }
 }@media only screen and (max-width: 763px) { #VKT18m4mkaBO9VLy31ippTuguKW1JXAA #WmMtuHlsoAurlQSzOsdChO73xTQ5eyho {  }
 }@media only screen and (max-width: 763px) { #Xbr8uVEwiB9sdq3TcW5nbtEODahkDPn3 { top:1.0625rem;left:42.625rem;width:1.9375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BlntosPkG3BV1SfaUxiHqL0Af0Icy7KL { top:1.0625rem;left:35.125rem;width:1.8125rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLonxf45FhCbcaHUBp1rM04QeQmGG32A .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#VLonxf45FhCbcaHUBp1rM04QeQmGG32A .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; }
#VLonxf45FhCbcaHUBp1rM04QeQmGG32A .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; }
#VLonxf45FhCbcaHUBp1rM04QeQmGG32A { width:4.5rem;height:5.0625rem;display:flex;top:13.1875rem;left:4.375rem;z-index:5000; }
 }@media only screen and (max-width: 763px) { #VLonxf45FhCbcaHUBp1rM04QeQmGG32A #O744EPuEQkP3s3am1m2QoEXEIdD0iqO5 { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #VLonxf45FhCbcaHUBp1rM04QeQmGG32A #hbMQ2Te28TngTTKz6h5K12d87SnblNTc {  }
 }@media only screen and (max-width: 763px) { #VLonxf45FhCbcaHUBp1rM04QeQmGG32A #zC7QI3AQ4ICHO0LFxGz1x67c0cVw7Frw {  }
 }@media only screen and (max-width: 763px) { #VLonxf45FhCbcaHUBp1rM04QeQmGG32A #PmQd9FGpqqSb9CJ8xiRJTyL20wOnn0Ds { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #VLonxf45FhCbcaHUBp1rM04QeQmGG32A #ySyfQp8J4fSMxXT4vrpTpIaqftF7GUsS {  }
 }@media only screen and (max-width: 763px) { #VLonxf45FhCbcaHUBp1rM04QeQmGG32A #Ryc7R3kMmU5mm2xMI47CKDcsb8Lgmen9 {  }
 }@media only screen and (max-width: 763px) { #VLonxf45FhCbcaHUBp1rM04QeQmGG32A #NM43hom0s0fdqtkHZ28ZszTJM0DUtbpx { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VLonxf45FhCbcaHUBp1rM04QeQmGG32A #oy00hS0UyiofCWvhGuig301Q0zlyk0wA {  }
 }@media only screen and (max-width: 763px) { #VLonxf45FhCbcaHUBp1rM04QeQmGG32A #xHmpC0vJE9Tvv9yrF9QEgR6Bvi935fhQ {  }
 }@media only screen and (max-width: 763px) { #VLonxf45FhCbcaHUBp1rM04QeQmGG32A #BqIWhXZaQF9VhryiKGA8WoJHE8p2Bm1S { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #VLonxf45FhCbcaHUBp1rM04QeQmGG32A #xLKMdrdFThgZWhxymKCM1yEmhnd93II6 {  }
 }@media only screen and (max-width: 763px) { #VLonxf45FhCbcaHUBp1rM04QeQmGG32A #dR35TwR58yRQmbbCdJeUamA6PVPK8GTv {  }
 }@media only screen and (max-width: 763px) { #qlU58VB7E8Ek9Oi0Od3so97ervx96s06 { top:1.0625rem;left:29.9375rem;width:1.9375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aIkpTpiLzcqtC2pT8mS74Fo4H2rTnCaJ .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#aIkpTpiLzcqtC2pT8mS74Fo4H2rTnCaJ .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; }
#aIkpTpiLzcqtC2pT8mS74Fo4H2rTnCaJ .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; }
#aIkpTpiLzcqtC2pT8mS74Fo4H2rTnCaJ { width:4.5rem;height:5.0625rem;display:flex;top:13.1875rem;left:4.375rem;z-index:5000; }
 }@media only screen and (max-width: 763px) { #aIkpTpiLzcqtC2pT8mS74Fo4H2rTnCaJ #BvExN5umTL7FVazhwyVxv6dffZpCdP8r { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #aIkpTpiLzcqtC2pT8mS74Fo4H2rTnCaJ #LmNrOZySJIBIpLGM6Q4vzEnbEut6T3sG {  }
 }@media only screen and (max-width: 763px) { #aIkpTpiLzcqtC2pT8mS74Fo4H2rTnCaJ #oEIhw60hgKMTmWT3c9xL7oHkycyuUkyi {  }
 }@media only screen and (max-width: 763px) { #aIkpTpiLzcqtC2pT8mS74Fo4H2rTnCaJ #BbP5u6KO3LxnQcdJMg5LTwwWJgss5gD4 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #aIkpTpiLzcqtC2pT8mS74Fo4H2rTnCaJ #IvxS5wZ4Bs71AGnm4ltyyNPvbegTDoW6 {  }
 }@media only screen and (max-width: 763px) { #aIkpTpiLzcqtC2pT8mS74Fo4H2rTnCaJ #OLJuqqJ6hRaUxXMuR1hzMqMu6LWTqbiH {  }
 }@media only screen and (max-width: 763px) { #aIkpTpiLzcqtC2pT8mS74Fo4H2rTnCaJ #vznZMGKS7P5GU3gnfsV19N500trKvsTq { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #aIkpTpiLzcqtC2pT8mS74Fo4H2rTnCaJ #oXOzNBXgVhWL0Nlq3WK8MFyrHK9xF043 {  }
 }@media only screen and (max-width: 763px) { #aIkpTpiLzcqtC2pT8mS74Fo4H2rTnCaJ #T1sqSLP6MApQT5MlvKC1VlIdupbtb2mP {  }
 }@media only screen and (max-width: 763px) { #aIkpTpiLzcqtC2pT8mS74Fo4H2rTnCaJ #wDTvbJH8KzypFFn7PCyKTkBykOER7c3k { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #aIkpTpiLzcqtC2pT8mS74Fo4H2rTnCaJ #Uy6IvgibTMdhFbkDEJ9gmSR4nczCfygp {  }
 }@media only screen and (max-width: 763px) { #aIkpTpiLzcqtC2pT8mS74Fo4H2rTnCaJ #CKfHQ7E7Ru7uRigp3OZmnq0fMBpb4hDx {  }
 }@media only screen and (max-width: 763px) { #A5OzLGPoOCl6cZ8H9F8kxOEWm5TsFQyC { top:1.125rem;left:24.3125rem;width:1.9375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zCeLbnLJ3dS4TFTQPwFPebAiFWkJrFa8 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#zCeLbnLJ3dS4TFTQPwFPebAiFWkJrFa8 .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; }
#zCeLbnLJ3dS4TFTQPwFPebAiFWkJrFa8 .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; }
#zCeLbnLJ3dS4TFTQPwFPebAiFWkJrFa8 { width:4.5rem;height:5.0625rem;display:flex;top:13.1875rem;left:4.375rem;z-index:5000; }
 }@media only screen and (max-width: 763px) { #zCeLbnLJ3dS4TFTQPwFPebAiFWkJrFa8 #brFJIvMRysnOlCuhL0FTQv64z0IZ1pZU { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #zCeLbnLJ3dS4TFTQPwFPebAiFWkJrFa8 #S3ET6lx6FnvMB9alblzSytk7WTfKLX7L {  }
 }@media only screen and (max-width: 763px) { #zCeLbnLJ3dS4TFTQPwFPebAiFWkJrFa8 #byQMnUO0bH2mC9LyOxALkzveqoxUqbdV {  }
 }@media only screen and (max-width: 763px) { #zCeLbnLJ3dS4TFTQPwFPebAiFWkJrFa8 #KFFbVqQTVdxJUsBzrk7MhihC6O5GrXZ1 { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #zCeLbnLJ3dS4TFTQPwFPebAiFWkJrFa8 #sg8POJPetPWtdnQNesIRSqU7wtnQAJe5 {  }
 }@media only screen and (max-width: 763px) { #zCeLbnLJ3dS4TFTQPwFPebAiFWkJrFa8 #nSHXX8oukQHz0HxUdT9IUtBmwngrP76Z {  }
 }@media only screen and (max-width: 763px) { #zCeLbnLJ3dS4TFTQPwFPebAiFWkJrFa8 #grrrh7RKSG9EchSaONFKo3UETspbxI1V { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #zCeLbnLJ3dS4TFTQPwFPebAiFWkJrFa8 #CFBgd7UTocMMyJsNK8zIiPxqXTdpD51i {  }
 }@media only screen and (max-width: 763px) { #zCeLbnLJ3dS4TFTQPwFPebAiFWkJrFa8 #dbEQbIxIWhTFon5mabIIf0tHU9T9v73X {  }
 }@media only screen and (max-width: 763px) { #zCeLbnLJ3dS4TFTQPwFPebAiFWkJrFa8 #IRQOwJCENnSo5oUOuTxohANwTMuugmbp { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #zCeLbnLJ3dS4TFTQPwFPebAiFWkJrFa8 #l2fLbHS2HQXHhOpTT5OGFZLrNB9onnL1 {  }
 }@media only screen and (max-width: 763px) { #zCeLbnLJ3dS4TFTQPwFPebAiFWkJrFa8 #QmF3LardM3kyAFySaDWTB1A1aaGk5fLS {  }
 }@media only screen and (max-width: 763px) { #fTnB7GfHOJQ8u8NUfpZDv7kHbV5Duqko { display:block; }#fTnB7GfHOJQ8u8NUfpZDv7kHbV5Duqko > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PG05KrO87OAVUO9zZcU5eKtMLuQb7Zkh { width:36.625rem;height:4.375rem;top:3.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bI3BM4aWiELKhklLt91DPmpVz9ZcSfoT { width:36.8125rem;height:24.9375rem;top:7.0625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rnWxTQkOIX9KXZrvoR1yQrMuPzrKXBDn { width:18.9375rem;height:10.3125rem;top:5.8125rem;left:28.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZf9KF7o9QboOCacN54PwpXTwx2tAzVH { width:18.125rem;height:1.1875rem;top:12.4375rem;left:29.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJhfZm5W4ClwILCANfILfehXITqXdToR { width:18.125rem;height:4.125rem;top:7.5625rem;left:29.625rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O2clXm9T69oc0kobHzooUpRZtV512l1T { width:18.9375rem;height:10.3125rem;top:19.8125rem;left:28.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CQcs85PuugQzZ0unhWl01Se5zT32LPic { width:18.125rem;height:1.1875rem;top:26.4375rem;left:29.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XU0miWV0dQTnBiMzhniqd4WQMw6DOXDW { width:18.125rem;height:4.125rem;top:21.5625rem;left:29.625rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rr3Xq90hRIENk3DGruLi512g88ep53GC { display:block; }#Rr3Xq90hRIENk3DGruLi512g88ep53GC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qAL5Eyd4guU4BHoXGLuNvCuJLqEA8yO3 { width:47.75rem;height:;top:1.0625rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFUsmXroHD1P4aJ6dsJUIal6pkpRAbnc { top:1.875rem;left:7.3125rem;width:40.4375rem;height:43.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pfC4kIoZRZhxRzBFMZ3hmuKumKAV8lCH { display:block; }#pfC4kIoZRZhxRzBFMZ3hmuKumKAV8lCH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XynMzTV6LgaGVHI1pfZJ1x3VUOuuVHvp { top:0.875rem;left:24.25rem;width:18.75rem;height:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uoEfFw79XlFuZKdvrqNB3uAe8uwh5rge { top:13.875rem;left:0rem;width:42.0625rem;height:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZhSSAZ95FmTVxS0Qp5RQ75EOgKQc1EEf { display:block; }#ZhSSAZ95FmTVxS0Qp5RQ75EOgKQc1EEf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LvbLpaPXJEDmgvmQBDbPLrCXyLFA45qW { display:block; }#LvbLpaPXJEDmgvmQBDbPLrCXyLFA45qW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JgtlFTewvR7SioC8m4THOdEAPFXP5wKB { width:47.75rem;height:14.25rem;top:3rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #caH69tlDm2dzrTn6orslKzsNWmF3lfx4 { width:18.75rem;height:7.5rem;top:22.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ydEEde3bDenEkyx4pCBElhnvN0qTwP3v { width:18.125rem;height:1.1875rem;top:28.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FcTH0wHIFgHwxKFvB6qR0tFNqQeBF7uD { width:18.125rem;height:4.125rem;top:23.8125rem;left:0rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NrGbPodCKftdubeP3i7T2yf9CL1zXoLx { width:18.125rem;height:4.125rem;top:23.8125rem;left:25.625rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xFlh4NKZTyVkRZJKGwoGvUU5TwRpJHV6 { width:18.75rem;height:7.5rem;top:22.875rem;left:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dy7DCbpO6f5vtTd2XNv2o39JfFIUTLB1 { width:18.125rem;height:1.1875rem;top:28.25rem;left:25.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZ67gD44w9kVOQzoqpMmW1EzeP9ew4OE { display:block; }#qZ67gD44w9kVOQzoqpMmW1EzeP9ew4OE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u24c44prViBvMxD0cWwlHEfGDDC3iq44 { width:47.75rem;height:;top:0.8125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NeN4wpWDthZ9oLSXTBQlKy90HnLMAOO2 { width:17.5625rem;height:9.6875rem;top:4.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yRQdHG2lD9DkoWSlRD4hq3AEfG3TaDCK { width:15.25rem;height:2.4375rem;top:10.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SeTR9lql4kdsG5foZ28hQRoJK60nkN3V { width:18.125rem;height:4.125rem;top:7.0625rem;left:0rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JSeBqAGSpkzfQTfobeuc7A9kamvCpxDc { top:18.75rem;left:17.5625rem;width:30.1875rem;height:32.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ApLMOJTVB2eSCGKOVOHt31ybhHQz9MF0 { width:15.25rem;height:1.4375rem;top:5.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKTAOoTLTfKH6D0cIl0AT0oQX6q6Iwkk { width:9.375rem;height:1.875rem;top:5rem;left:15.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMSQouGahtoXnhN61qHQNQIHJgx5ebZy { display:block; }
 }@media only screen and (max-width: 763px) { #iM9QV3DCooxCFnZlN8aGkv0DFArz5Hb9 { width:12.4375rem;height:9.6875rem;top:4.3125rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CmsTbOrgydc2TD0HWbQhIrOm3Q6EeFFD { width:11.375rem;height:1.1875rem;top:11.4375rem;left:14.21875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ScZFatJciN2TSN02hGpNToq16ttCVTgE { width:12.25rem;height:4.125rem;top:7.0625rem;left:13.875rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NduTfKRFFTnPTLRsENqGlT9TGDvqHbIu { width:18.125rem;height:4.125rem;top:17.5625rem;left:0rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eHtCXc25PaqX3xd9TZTxToQrnuZM5H6O { width:12.4375rem;height:9.6875rem;top:14.8125rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7IywHHuTabDTVW7Kx2eVfg0uTXWZwSJ { width:11.375rem;height:1.1875rem;top:21.9375rem;left:14.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ltTRV7enprbcnFADc03PMnrvRT7qAJxU { width:12.25rem;height:4.125rem;top:17.5625rem;left:13.875rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #etX2NW16VnoTJNLpDqorA7o5kr4nqWRq { width:17.5625rem;height:9.6875rem;top:14.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfXTwdGrPcvbTyV1VvMuK8e3mxdhIoZz { width:15.25rem;height:2.4375rem;top:21.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJTchbtELkkDmn4yytfN9y7I3avdLIEe { width:9.375rem;height:1.875rem;top:15.5rem;left:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f2Ia73V45XR2xC7UpUg15mbKst2Ob7ms { display:block; }
 }@media only screen and (max-width: 763px) { #arilnVI7ouhIrSUQggx1VXqJHbnXNhO6 { width:15.25rem;height:1.4375rem;top:15.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mK8EGUH6AgoJn9OTt3LQMIiye4ThfFxE { width:12.4375rem;height:9.6875rem;top:25.625rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ki3QEHI2Eo1H0Ucr0WdtgTyrcRhbVnTD { width:11.375rem;height:1.1875rem;top:32.75rem;left:14.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lm1cbGILF5JwqMBD4d272VgIZieIXyt4 { width:17.5625rem;height:9.6875rem;top:25.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LIbJCQaF0KKflliiyOnInbEFxOy65USC { width:18.125rem;height:4.125rem;top:28.375rem;left:0rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #udllN8XGvUiMZfqHVDSo3XldrWaMATN1 { width:12.25rem;height:4.125rem;top:28.375rem;left:13.875rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fXpFJIoQntyesd1dd4BUbmLaPiGVZhzN { width:15.25rem;height:2.4375rem;top:32.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGTNSyUgMExI80OgNnI0phe7RDKnCQps { width:9.375rem;height:1.875rem;top:26.3125rem;left:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDaXEL44kdx2KA8DP2adzJcNfhPfnxJn { display:block; }
 }@media only screen and (max-width: 763px) { #pcVHSlTgnMpZ6tWqlTTIg2AwmGIE7vTs { width:15.25rem;height:1.4375rem;top:26.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UeUKJUDFQMTAJHK5aFnSSJtdoqy4gLZP { width:12.4375rem;height:9.6875rem;top:36.5rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TV8KnhcLAsNxEzq1sohTMR4F4RChnDfO { width:11.375rem;height:1.1875rem;top:43.625rem;left:14.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cqP6kpnqb8akZ9WqUu9UMMi9yFskfNuL { width:17.5625rem;height:9.6875rem;top:36.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ofhgzaNRdt9HLQBSBwKM9FHBx6NcW4Iu { width:18.125rem;height:4.125rem;top:39.25rem;left:0rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MyRHL1qTE7Fq12gWLRDPyFX3MAoxAsM7 { width:12.25rem;height:4.125rem;top:39.25rem;left:13.875rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CFoP78oS580v1VVhpnC9TTICzDrkb8zV { width:15.25rem;height:2.4375rem;top:43rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UCL6ThrzC8fFClwE2TGe1REi9sqp7ToT { width:9.375rem;height:1.875rem;top:37.1875rem;left:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RBk6ghRL0pVzH8V47BGf7WMWvOuloXfn { display:block; }
 }@media only screen and (max-width: 763px) { #JbFD3AIXFrGAoX8w4VoTokF2B7ZyHAki { width:15.25rem;height:1.4375rem;top:37.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tdVI4bUkbEIDc9WhPCMtUwgqZPEMCah9 { width:19.875rem;height:5.375rem;top:6.4375rem;left:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXdNtEEI0AXKCnyuPNdLmoGJzDJMmExU { display:block; }
 }@media only screen and (max-width: 763px) { #AL9nHS9AKfhBpSV7EO6G4xgf3lPKTwLN { width:30.25rem;height:1.875rem;top:48.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ay9S1XFPGBEkdUmSTKMC4br1T1m2lEWM { display:block; }
 }@media only screen and (max-width: 763px) { #eed6mOXlczRvgF5QweIviVeSJJL3kbKW { display:block; }#eed6mOXlczRvgF5QweIviVeSJJL3kbKW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XZn7DsJsL9cNVW2TyTnbCIrQ1hUyJTTd { width:34.625rem;height:23rem;top:5.0625rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0qebpb27ieag6RTiA2FQ20etPpofeGH { width:47.75rem;height:3.4375rem;top:1.1875rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #POF8TB7vyc6tKnitxxJPQ3EXUsXQRoE9 { width:34.4375rem;height:8.6875rem;top:31.625rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PhCfznvv2glmMTvCkQgXRvs8uz7MP3SH { width:11.9375rem;height:3.25rem;top:34rem;left:7.6875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nS67F2NeIIBOtJWrPmnzgp2zeECHQtZt { width:15.3125rem;height:4.125rem;top:33.5625rem;left:22.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uF6oXbde95CIFmkL5L9CXvTrf2TT4PRI { display:block; }
 }@media only screen and (max-width: 763px) { #SsNaMTDnigNLT4Jrw8eRNQnmNQ6ovVqK { width:34.625rem;height:3.75rem;top:28.0625rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zEkvCKfqcTvI8FydG9Q5HTIyhMbFRQvs { width:26.8125rem;height:1.75rem;top:29.0625rem;left:10.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hlRXfJr49NcryxmAyVThaw9vruoxuk7L { display:block; }#hlRXfJr49NcryxmAyVThaw9vruoxuk7L > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZglMpRJ2Av5KUCaOmgfMtwH67ocB4rcg { display:block; }#ZglMpRJ2Av5KUCaOmgfMtwH67ocB4rcg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EuGD72greys3iK6iOQyUOPGMMr5nAQkO { width:47.75rem;height:;top:6.125rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IRZyTHnRJady25ZTKaoTEa7NsLMnqUmy { width:4.375rem;height:0.125rem;top:12.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXrU6buEaALOQtWLOUlSzO7uyekw1gIi { width:47.75rem;height:;top:4.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQerzQF2v10K3lVoAf8ABhsm9PMwtIxu { width:23.0625rem;height:30.875rem;top:4.25rem;left:24.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JzO3NCTfEThSB8SkQDg3fEwR2KV8XN8x { width:12.5rem;height:;top:10.5rem;left:12.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XfLSPX8U0vivTg9O5ewak62NtV39eTBL { width:14.8125rem;height:2.625rem;top:12.375rem;left:10.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxUPAfe41TT5s7dvCMEXIfNkETpD10zi { width:5.625rem;height:0.0625rem;top:11.1875rem;left:26.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ARJhVmUtMRRMx4h2O7PptSPxcu5w3vqy { width:0.9375rem;height:0.9375rem;top:10.75rem;left:32rem;display:block; }
 }@media only screen and (max-width: 763px) { #usGUC5G6GLTUoPX9O6s0yylihIhSXleN { width:7.5rem;height:0.0625rem;top:21.8125rem;left:21.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vcm0ViuwsMWxbxyJD6oq2sphvQssVBkC { width:0.9375rem;height:0.9375rem;top:21.375rem;left:28.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GSutMrzyfrVWTAiS03LQIUr0FT2Oc4vo { width:12.5rem;height:;top:21.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTNfQlbIkVWTJs9COOQqgLAwO8UL6na2 { width:12.5rem;height:1.3125rem;top:21.25rem;left:7.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XaXVTw1dUOiNm1PGtwcFmWHt8iOhdsWD { width:12.5rem;height:1.3125rem;top:25.75rem;left:8.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rPa77T8m7lDvrsEnbD6XieVwp0Tx6VpR { width:0.9375rem;height:0.9375rem;top:25.8125rem;left:28.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qxx3kms7XTdw4lKUZyTAA9NxV4Fw598J { width:18.625rem;height:1.375rem;top:25.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ek86QHeZccXLQCSTB7ILOewaUw83x8Ty { width:6.5625rem;height:0.0625rem;top:26.3125rem;left:22.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7A5mksp59l9nrROblAMg0oTbSfkKEQ0 { display:block; }#g7A5mksp59l9nrROblAMg0oTbSfkKEQ0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NXIGhmLEIRhZSozN869k1Dkd38qJ0d7H { width:20.1875rem;height:;top:16.875rem;left:8.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #txXxIwRJUh33llZSoELmQA1TkWnUfcy7 { width:24.4375rem;height:3.75rem;top:18.8125rem;left:8.375rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJEFCA0cetHsI9TT1wyGmKqRiF43i2fH { width:27.8125rem;height:;top:24.4375rem;left:8.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z31TOfU9SzuahmUInZTRwF1KfDMs0lMe { width:38.1875rem;height:16.5625rem;top:15.125rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HH2d0ePAC7IZQxAd4DCl181pV4H5pGQ3 { display:block; }#HH2d0ePAC7IZQxAd4DCl181pV4H5pGQ3 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WLCS2DqgtIhJ0q2BQWhm9rKJGwkfyqKl { width:7.4375rem;height:1.4375rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oEfBGE2d2AfwPzNLIoQRTHRsONZS44DZ { width:8.0625rem;height:1.375rem;top:2.375rem;left:29rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ry2HfryP4hJy1QhnLO6Lyh4yvr3dvaTf { width:16.875rem;height:3.4375rem;top:1.375rem;left:27.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iVWf3KGn5igk1VmVzMdbdX4amqb8OyK5 { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/a1042879-1ffc-4671-8a04-e518ff42173a/zodiacsignsgreatdaydecember312021.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:41.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DyL1hdHtIbR4WDflDErpANmrfmpSTAPG { width:15.4375rem;height:10.625rem;top:25.8125rem;left:0rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VKeNVXoQVTOEqUHlnC95NNpOhKRfUUO8 { width:11.8125rem;height:0;top:12.35546875rem;left:0.65625rem;text-align:left;text-align-last:left;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Rc3A9K4N8Goq0dKWUu8LBLkv2v71dmyM { width:15.625rem;height:2.19970625rem;top:26.5rem;left:0.65625rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #SB515830GOhNDyWTDV4fCO1rJ8pKRE5J { width:13rem;height:3.5rem;top:31.125rem;left:0.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zlgc8npE9hZh04PTGH0Js4TUE1VDuqnK { display:block; }
 }@media only screen and (max-width: 763px) { #hRz0oKoligUDNqP0S38OVZCidmEU2L0E { width:9.5rem;height:1.8125rem;top:1.25rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQpT0VMdPexkGeaT4JTOJRpkcw6VnTCK { width:12.8125rem;height:1.21875rem;top:29.203125rem;left:0.6875rem;text-align:left;text-align-last:left;font-size:0.9375rem;color:#ffffff;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #ugToTgc13TNrW3K5NQsrfb1EkEH7fLom { width:8.1875rem;height:8.1875rem;top:33.5625rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3mX7aUActdxaQrD8f64Qo0Hhzse8wZp { display:block; }#K3mX7aUActdxaQrD8f64Qo0Hhzse8wZp > .row .container { width:20rem;height:18.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oMWrARM0VG7l9P6bvXgoDvDtooOQi00F { width:20rem;height:0;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #g8nCiEdaRAc6rESBrnSn3k4SP0XVmwJI { width:20rem;height:1.0996125rem;top:1.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OlDoiQ0tk0gHhmF6OcOMSZinEiLGfQa9 { width:20rem;height:11.8125rem;top:3.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #thNSQdHAJhIeFArIE6b2cvXwoV0HaeJw { background-color:#d80030;background-image:url("https://images.assets-landingi.com/JKjBsuKpatU/unsplash/justin-lim-JKjBsuKpatU-photo-1532795986-dbef1643a596.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;display:none; }#thNSQdHAJhIeFArIE6b2cvXwoV0HaeJw.adaptive-delivery-prevent-bg, #thNSQdHAJhIeFArIE6b2cvXwoV0HaeJw.lazyload, #thNSQdHAJhIeFArIE6b2cvXwoV0HaeJw.lazyloading { background-image: none; }#thNSQdHAJhIeFArIE6b2cvXwoV0HaeJw > .row .container { width:20rem;height:21.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #vPXQIDfzvM5Wuz6OFKPRxd528XKtwRVR { display:block; }#vPXQIDfzvM5Wuz6OFKPRxd528XKtwRVR > .row .container { width:20rem;height:37.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uOv35K2WpOIGLdfGrKvAza0cw5BHbWS1 { width:20rem;height:7.974625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTkwoFqTWSGb5DDnVusaoCw1kSKfAH7y { width:4.375rem;height:0.125rem;top:9.8623046875rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zzZUB6oHQyWTqLWRt1THfKq5C3IPTH1M { width:19.75rem;height:3.89941875rem;top:18.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWgBUqJxNZkvh2vM2DGA2n1DeThXm8xS { width:20rem;height:3.8994125rem;top:31rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DEKZdyvA2weERCaTr7UTxt6DAUafUbIo { width:20rem;height:5.8496125rem;top:11.89892578125rem;left:0rem;text-align:center;text-align-last:center;font-size:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZMMlqgVPGb3eoMAKeJdupJLm1apc22U { width:20rem;height:5.19970625rem;top:23.74853515625rem;left:0rem;text-align:center;text-align-last:center;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhRpmyRsgkdBnWbwvkU7tbZx7rUsTLNl { width:13.75rem;height:0.125rem;top:22.81103515625rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzaRr6H3eeNUI8nk7JoCpGy3zF0NABsK { display:block; }#xzaRr6H3eeNUI8nk7JoCpGy3zF0NABsK > .row .container { width:20rem;height:14.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JUhZmJcVnDW5igxqg1ZwxoTcvlpLLPGr { width:20rem;height:3.98730625rem;top:2.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OoFM7pXgbCxfTfKHC4rXldCtpOoOG3vc { width:20rem;height:3.0625rem;top:11.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VKT18m4mkaBO9VLy31ippTuguKW1JXAA .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#VKT18m4mkaBO9VLy31ippTuguKW1JXAA .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; }
#VKT18m4mkaBO9VLy31ippTuguKW1JXAA .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; }
#VKT18m4mkaBO9VLy31ippTuguKW1JXAA { width:4.5rem;height:5.0625rem;display:flex;top:5.2373046875rem;left:15.0625rem;z-index:5000; }
 }@media only screen and (max-width: 763px) { #VKT18m4mkaBO9VLy31ippTuguKW1JXAA #TkFyBxqciteWJhipXIfzUnMwiNFTMg1r { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #VKT18m4mkaBO9VLy31ippTuguKW1JXAA #vNTRZQJIEocn6XTcO82eFF11iyqWAlzS {  }
 }@media only screen and (max-width: 763px) { #VKT18m4mkaBO9VLy31ippTuguKW1JXAA #qKoWVHv1pcXaNdW8WVPisKKe6guSu3Mc {  }
 }@media only screen and (max-width: 763px) { #VKT18m4mkaBO9VLy31ippTuguKW1JXAA #bLTsDax7AsqvglaZVAkF9Hf2wWGQfp29 { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #VKT18m4mkaBO9VLy31ippTuguKW1JXAA #WIKM71pTdnyLL8wpq90U9AhuHN3icvoU {  }
 }@media only screen and (max-width: 763px) { #VKT18m4mkaBO9VLy31ippTuguKW1JXAA #pAx7fLNVlzbLT56rXAzCpuV4L5G8GKII {  }
 }@media only screen and (max-width: 763px) { #VKT18m4mkaBO9VLy31ippTuguKW1JXAA #nXTfrdnvDFCmCGRMxvEB8srHkddFIDq6 { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #VKT18m4mkaBO9VLy31ippTuguKW1JXAA #tyasaKIyxzPSPKd6caNsdlWwneTeTGsl {  }
 }@media only screen and (max-width: 763px) { #VKT18m4mkaBO9VLy31ippTuguKW1JXAA #c6rmkVNw46oVcMh1vqTxozaD4hqIa0T2 {  }
 }@media only screen and (max-width: 763px) { #VKT18m4mkaBO9VLy31ippTuguKW1JXAA #PlBZJgT00h59CpgTt8fbQqk9VhRXeHIt { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VKT18m4mkaBO9VLy31ippTuguKW1JXAA #JMkBzxEskQH4grdl3352OUCXFvunVMOx {  }
 }@media only screen and (max-width: 763px) { #VKT18m4mkaBO9VLy31ippTuguKW1JXAA #WmMtuHlsoAurlQSzOsdChO73xTQ5eyho {  }
 }@media only screen and (max-width: 763px) { #Xbr8uVEwiB9sdq3TcW5nbtEODahkDPn3 { width:1.9375rem;height:1.94970625rem;top:7.4375rem;left:18.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BlntosPkG3BV1SfaUxiHqL0Af0Icy7KL { width:1.8125rem;height:1.94970625rem;top:7.4375rem;left:12.3125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLonxf45FhCbcaHUBp1rM04QeQmGG32A .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#VLonxf45FhCbcaHUBp1rM04QeQmGG32A .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; }
#VLonxf45FhCbcaHUBp1rM04QeQmGG32A .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; }
#VLonxf45FhCbcaHUBp1rM04QeQmGG32A { width:4.5rem;height:5.0625rem;display:flex;top:5.2373046875rem;left:8.8125rem;z-index:5000; }
 }@media only screen and (max-width: 763px) { #VLonxf45FhCbcaHUBp1rM04QeQmGG32A #O744EPuEQkP3s3am1m2QoEXEIdD0iqO5 { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #VLonxf45FhCbcaHUBp1rM04QeQmGG32A #hbMQ2Te28TngTTKz6h5K12d87SnblNTc {  }
 }@media only screen and (max-width: 763px) { #VLonxf45FhCbcaHUBp1rM04QeQmGG32A #zC7QI3AQ4ICHO0LFxGz1x67c0cVw7Frw {  }
 }@media only screen and (max-width: 763px) { #VLonxf45FhCbcaHUBp1rM04QeQmGG32A #PmQd9FGpqqSb9CJ8xiRJTyL20wOnn0Ds { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #VLonxf45FhCbcaHUBp1rM04QeQmGG32A #ySyfQp8J4fSMxXT4vrpTpIaqftF7GUsS {  }
 }@media only screen and (max-width: 763px) { #VLonxf45FhCbcaHUBp1rM04QeQmGG32A #Ryc7R3kMmU5mm2xMI47CKDcsb8Lgmen9 {  }
 }@media only screen and (max-width: 763px) { #VLonxf45FhCbcaHUBp1rM04QeQmGG32A #NM43hom0s0fdqtkHZ28ZszTJM0DUtbpx { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VLonxf45FhCbcaHUBp1rM04QeQmGG32A #oy00hS0UyiofCWvhGuig301Q0zlyk0wA {  }
 }@media only screen and (max-width: 763px) { #VLonxf45FhCbcaHUBp1rM04QeQmGG32A #xHmpC0vJE9Tvv9yrF9QEgR6Bvi935fhQ {  }
 }@media only screen and (max-width: 763px) { #VLonxf45FhCbcaHUBp1rM04QeQmGG32A #BqIWhXZaQF9VhryiKGA8WoJHE8p2Bm1S { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #VLonxf45FhCbcaHUBp1rM04QeQmGG32A #xLKMdrdFThgZWhxymKCM1yEmhnd93II6 {  }
 }@media only screen and (max-width: 763px) { #VLonxf45FhCbcaHUBp1rM04QeQmGG32A #dR35TwR58yRQmbbCdJeUamA6PVPK8GTv {  }
 }@media only screen and (max-width: 763px) { #qlU58VB7E8Ek9Oi0Od3so97ervx96s06 { width:1.9375rem;height:1.94970625rem;top:7.4375rem;left:8.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aIkpTpiLzcqtC2pT8mS74Fo4H2rTnCaJ .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#aIkpTpiLzcqtC2pT8mS74Fo4H2rTnCaJ .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; }
#aIkpTpiLzcqtC2pT8mS74Fo4H2rTnCaJ .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; }
#aIkpTpiLzcqtC2pT8mS74Fo4H2rTnCaJ { width:4.5rem;height:5.0625rem;display:flex;top:5.2373046875rem;left:4.5rem;z-index:5000; }
 }@media only screen and (max-width: 763px) { #aIkpTpiLzcqtC2pT8mS74Fo4H2rTnCaJ #BvExN5umTL7FVazhwyVxv6dffZpCdP8r { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #aIkpTpiLzcqtC2pT8mS74Fo4H2rTnCaJ #LmNrOZySJIBIpLGM6Q4vzEnbEut6T3sG {  }
 }@media only screen and (max-width: 763px) { #aIkpTpiLzcqtC2pT8mS74Fo4H2rTnCaJ #oEIhw60hgKMTmWT3c9xL7oHkycyuUkyi {  }
 }@media only screen and (max-width: 763px) { #aIkpTpiLzcqtC2pT8mS74Fo4H2rTnCaJ #BbP5u6KO3LxnQcdJMg5LTwwWJgss5gD4 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #aIkpTpiLzcqtC2pT8mS74Fo4H2rTnCaJ #IvxS5wZ4Bs71AGnm4ltyyNPvbegTDoW6 {  }
 }@media only screen and (max-width: 763px) { #aIkpTpiLzcqtC2pT8mS74Fo4H2rTnCaJ #OLJuqqJ6hRaUxXMuR1hzMqMu6LWTqbiH {  }
 }@media only screen and (max-width: 763px) { #aIkpTpiLzcqtC2pT8mS74Fo4H2rTnCaJ #vznZMGKS7P5GU3gnfsV19N500trKvsTq { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #aIkpTpiLzcqtC2pT8mS74Fo4H2rTnCaJ #oXOzNBXgVhWL0Nlq3WK8MFyrHK9xF043 {  }
 }@media only screen and (max-width: 763px) { #aIkpTpiLzcqtC2pT8mS74Fo4H2rTnCaJ #T1sqSLP6MApQT5MlvKC1VlIdupbtb2mP {  }
 }@media only screen and (max-width: 763px) { #aIkpTpiLzcqtC2pT8mS74Fo4H2rTnCaJ #wDTvbJH8KzypFFn7PCyKTkBykOER7c3k { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #aIkpTpiLzcqtC2pT8mS74Fo4H2rTnCaJ #Uy6IvgibTMdhFbkDEJ9gmSR4nczCfygp {  }
 }@media only screen and (max-width: 763px) { #aIkpTpiLzcqtC2pT8mS74Fo4H2rTnCaJ #CKfHQ7E7Ru7uRigp3OZmnq0fMBpb4hDx {  }
 }@media only screen and (max-width: 763px) { #A5OzLGPoOCl6cZ8H9F8kxOEWm5TsFQyC { width:1.9375rem;height:1.94970625rem;top:7.4375rem;left:3.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zCeLbnLJ3dS4TFTQPwFPebAiFWkJrFa8 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#zCeLbnLJ3dS4TFTQPwFPebAiFWkJrFa8 .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; }
#zCeLbnLJ3dS4TFTQPwFPebAiFWkJrFa8 .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; }
#zCeLbnLJ3dS4TFTQPwFPebAiFWkJrFa8 { width:4.5rem;height:5.0625rem;display:flex;top:5.2373046875rem;left:0rem;z-index:5000; }
 }@media only screen and (max-width: 763px) { #zCeLbnLJ3dS4TFTQPwFPebAiFWkJrFa8 #brFJIvMRysnOlCuhL0FTQv64z0IZ1pZU { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #zCeLbnLJ3dS4TFTQPwFPebAiFWkJrFa8 #S3ET6lx6FnvMB9alblzSytk7WTfKLX7L {  }
 }@media only screen and (max-width: 763px) { #zCeLbnLJ3dS4TFTQPwFPebAiFWkJrFa8 #byQMnUO0bH2mC9LyOxALkzveqoxUqbdV {  }
 }@media only screen and (max-width: 763px) { #zCeLbnLJ3dS4TFTQPwFPebAiFWkJrFa8 #KFFbVqQTVdxJUsBzrk7MhihC6O5GrXZ1 { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #zCeLbnLJ3dS4TFTQPwFPebAiFWkJrFa8 #sg8POJPetPWtdnQNesIRSqU7wtnQAJe5 {  }
 }@media only screen and (max-width: 763px) { #zCeLbnLJ3dS4TFTQPwFPebAiFWkJrFa8 #nSHXX8oukQHz0HxUdT9IUtBmwngrP76Z {  }
 }@media only screen and (max-width: 763px) { #zCeLbnLJ3dS4TFTQPwFPebAiFWkJrFa8 #grrrh7RKSG9EchSaONFKo3UETspbxI1V { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #zCeLbnLJ3dS4TFTQPwFPebAiFWkJrFa8 #CFBgd7UTocMMyJsNK8zIiPxqXTdpD51i {  }
 }@media only screen and (max-width: 763px) { #zCeLbnLJ3dS4TFTQPwFPebAiFWkJrFa8 #dbEQbIxIWhTFon5mabIIf0tHU9T9v73X {  }
 }@media only screen and (max-width: 763px) { #zCeLbnLJ3dS4TFTQPwFPebAiFWkJrFa8 #IRQOwJCENnSo5oUOuTxohANwTMuugmbp { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #zCeLbnLJ3dS4TFTQPwFPebAiFWkJrFa8 #l2fLbHS2HQXHhOpTT5OGFZLrNB9onnL1 {  }
 }@media only screen and (max-width: 763px) { #zCeLbnLJ3dS4TFTQPwFPebAiFWkJrFa8 #QmF3LardM3kyAFySaDWTB1A1aaGk5fLS {  }
 }@media only screen and (max-width: 763px) { #fTnB7GfHOJQ8u8NUfpZDv7kHbV5Duqko { background-color:transparent;background-image:url("https://images.assets-landingi.com/Q59HmzK38eQ/unsplash/rupixen-com-Q59HmzK38eQ-photo-1563013544-824ae1b704d3.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fTnB7GfHOJQ8u8NUfpZDv7kHbV5Duqko.adaptive-delivery-prevent-bg, #fTnB7GfHOJQ8u8NUfpZDv7kHbV5Duqko.lazyload, #fTnB7GfHOJQ8u8NUfpZDv7kHbV5Duqko.lazyloading { background-image: none; }#fTnB7GfHOJQ8u8NUfpZDv7kHbV5Duqko > .row .container { background-color: transparent; background-image: none; }#fTnB7GfHOJQ8u8NUfpZDv7kHbV5Duqko::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(25,23,23,0.83); }#fTnB7GfHOJQ8u8NUfpZDv7kHbV5Duqko > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fTnB7GfHOJQ8u8NUfpZDv7kHbV5Duqko > .row .container > .video-iframe-container { display: none; }#fTnB7GfHOJQ8u8NUfpZDv7kHbV5Duqko > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(25,23,23,0.83); }#fTnB7GfHOJQ8u8NUfpZDv7kHbV5Duqko > .row > .video-iframe-container { display: none; }#fTnB7GfHOJQ8u8NUfpZDv7kHbV5Duqko > .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); }#fTnB7GfHOJQ8u8NUfpZDv7kHbV5Duqko > .row .container { border-width: 0; border-radius: 0; }#fTnB7GfHOJQ8u8NUfpZDv7kHbV5Duqko::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; }#fTnB7GfHOJQ8u8NUfpZDv7kHbV5Duqko > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fTnB7GfHOJQ8u8NUfpZDv7kHbV5Duqko > .row .container { width:20rem;height:49.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PG05KrO87OAVUO9zZcU5eKtMLuQb7Zkh { width:20rem;height:1.0996125rem;top:1.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bI3BM4aWiELKhklLt91DPmpVz9ZcSfoT { width:20rem;height:22.3125rem;top:4.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rnWxTQkOIX9KXZrvoR1yQrMuPzrKXBDn { width:18.9375rem;height:10.3125rem;top:25.4375rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZf9KF7o9QboOCacN54PwpXTwx2tAzVH { width:18.125rem;height:1.29980625rem;top:32.0625rem;left:1rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJhfZm5W4ClwILCANfILfehXITqXdToR { width:18.125rem;height:2.5996125rem;top:27.1875rem;left:1rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #O2clXm9T69oc0kobHzooUpRZtV512l1T { width:18.9375rem;height:10.3125rem;top:37rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CQcs85PuugQzZ0unhWl01Se5zT32LPic { width:18.125rem;height:1.29980625rem;top:43.625rem;left:1rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XU0miWV0dQTnBiMzhniqd4WQMw6DOXDW { width:18.125rem;height:2.5996125rem;top:38.75rem;left:1rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rr3Xq90hRIENk3DGruLi512g88ep53GC { display:block; }#Rr3Xq90hRIENk3DGruLi512g88ep53GC > .row .container { width:20rem;height:7.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qAL5Eyd4guU4BHoXGLuNvCuJLqEA8yO3 { width:20rem;height:5.98095625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFUsmXroHD1P4aJ6dsJUIal6pkpRAbnc { width:20rem;height:20.494590417311rem;top:8.48046875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #pfC4kIoZRZhxRzBFMZ3hmuKumKAV8lCH { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/56a8a7f7-7279-44a9-a215-98800175186a/rusticvintagesquarediningtablespain1930s.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#pfC4kIoZRZhxRzBFMZ3hmuKumKAV8lCH.adaptive-delivery-prevent-bg, #pfC4kIoZRZhxRzBFMZ3hmuKumKAV8lCH.lazyload, #pfC4kIoZRZhxRzBFMZ3hmuKumKAV8lCH.lazyloading { background-image: none; }#pfC4kIoZRZhxRzBFMZ3hmuKumKAV8lCH > .row .container { background-color: transparent; background-image: none; }#pfC4kIoZRZhxRzBFMZ3hmuKumKAV8lCH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pfC4kIoZRZhxRzBFMZ3hmuKumKAV8lCH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pfC4kIoZRZhxRzBFMZ3hmuKumKAV8lCH > .row .container > .video-iframe-container { display: none; }#pfC4kIoZRZhxRzBFMZ3hmuKumKAV8lCH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pfC4kIoZRZhxRzBFMZ3hmuKumKAV8lCH > .row > .video-iframe-container { display: none; }#pfC4kIoZRZhxRzBFMZ3hmuKumKAV8lCH > .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); }#pfC4kIoZRZhxRzBFMZ3hmuKumKAV8lCH > .row .container { width:20rem;height:39.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XynMzTV6LgaGVHI1pfZJ1x3VUOuuVHvp { width:18.75rem;height:37.5rem;top:0.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uoEfFw79XlFuZKdvrqNB3uAe8uwh5rge { width:20rem;height:11.946508172363rem;top:40rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZhSSAZ95FmTVxS0Qp5RQ75EOgKQc1EEf { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/1392518b-08dc-477c-9289-b7bb37bcc367/MicrosoftTeamsimage101.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:none; }#ZhSSAZ95FmTVxS0Qp5RQ75EOgKQc1EEf.adaptive-delivery-prevent-bg, #ZhSSAZ95FmTVxS0Qp5RQ75EOgKQc1EEf.lazyload, #ZhSSAZ95FmTVxS0Qp5RQ75EOgKQc1EEf.lazyloading { background-image: none; }#ZhSSAZ95FmTVxS0Qp5RQ75EOgKQc1EEf > .row .container { width:20rem;height:9.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #LvbLpaPXJEDmgvmQBDbPLrCXyLFA45qW { display:block; }#LvbLpaPXJEDmgvmQBDbPLrCXyLFA45qW > .row .container { width:20rem;height:42.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JgtlFTewvR7SioC8m4THOdEAPFXP5wKB { width:20rem;height:19.6875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #caH69tlDm2dzrTn6orslKzsNWmF3lfx4 { width:18.75rem;height:6.5625rem;top:23.9375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ydEEde3bDenEkyx4pCBElhnvN0qTwP3v { width:18.125rem;height:1.29980625rem;top:27.5rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FcTH0wHIFgHwxKFvB6qR0tFNqQeBF7uD { width:18.125rem;height:2.5996125rem;top:24.875rem;left:1.0625rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #NrGbPodCKftdubeP3i7T2yf9CL1zXoLx { width:18.125rem;height:2.5996125rem;top:32.5rem;left:1.0625rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #xFlh4NKZTyVkRZJKGwoGvUU5TwRpJHV6 { width:18.75rem;height:6.625rem;top:31.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dy7DCbpO6f5vtTd2XNv2o39JfFIUTLB1 { width:18.125rem;height:1.29980625rem;top:35.625rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZ67gD44w9kVOQzoqpMmW1EzeP9ew4OE { display:block; }#qZ67gD44w9kVOQzoqpMmW1EzeP9ew4OE > .row .container { width:20rem;height:106.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u24c44prViBvMxD0cWwlHEfGDDC3iq44 { width:20rem;height:2.88671875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NeN4wpWDthZ9oLSXTBQlKy90HnLMAOO2 { width:17.5rem;height:18.375rem;top:4.625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yRQdHG2lD9DkoWSlRD4hq3AEfG3TaDCK { width:15.25rem;height:2.5996125rem;top:10.8125rem;left:2.375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SeTR9lql4kdsG5foZ28hQRoJK60nkN3V { width:18.125rem;height:2.5996125rem;top:7.6875rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #JSeBqAGSpkzfQTfobeuc7A9kamvCpxDc { width:19.9375rem;height:21.375rem;top:80.5625rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ApLMOJTVB2eSCGKOVOHt31ybhHQz9MF0 { width:15.25rem;height:1.4624rem;top:5.375rem;left:2.125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKTAOoTLTfKH6D0cIl0AT0oQX6q6Iwkk { width:14.625rem;height:2.625rem;top:18.875rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMSQouGahtoXnhN61qHQNQIHJgx5ebZy { display:block; }
 }@media only screen and (max-width: 763px) { #iM9QV3DCooxCFnZlN8aGkv0DFArz5Hb9 { width:17.5rem;height:7.5rem;top:15.224609375rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #CmsTbOrgydc2TD0HWbQhIrOm3Q6EeFFD { width:16.0625rem;height:1.29980625rem;top:16.787109375rem;left:1.96875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ScZFatJciN2TSN02hGpNToq16ttCVTgE { width:12.25rem;height:2.5996125rem;top:14.1875rem;left:3.875rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #NduTfKRFFTnPTLRsENqGlT9TGDvqHbIu { width:18.125rem;height:2.5996125rem;top:27.3125rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #eHtCXc25PaqX3xd9TZTxToQrnuZM5H6O { width:12.4375rem;height:9.6875rem;top:34.9375rem;left:3.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #J7IywHHuTabDTVW7Kx2eVfg0uTXWZwSJ { width:11.375rem;height:1.29980625rem;top:36.162109375rem;left:4.3125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ltTRV7enprbcnFADc03PMnrvRT7qAJxU { width:12.25rem;height:2.5996125rem;top:33.5625rem;left:3.875rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #etX2NW16VnoTJNLpDqorA7o5kr4nqWRq { width:17.5625rem;height:18.4375rem;top:24rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfXTwdGrPcvbTyV1VvMuK8e3mxdhIoZz { width:15.25rem;height:2.5996125rem;top:30.375rem;left:2.375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJTchbtELkkDmn4yytfN9y7I3avdLIEe { width:14.625rem;height:2.625rem;top:38.625rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f2Ia73V45XR2xC7UpUg15mbKst2Ob7ms { display:block; }
 }@media only screen and (max-width: 763px) { #arilnVI7ouhIrSUQggx1VXqJHbnXNhO6 { width:15.25rem;height:1.4624rem;top:25rem;left:2.125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mK8EGUH6AgoJn9OTt3LQMIiye4ThfFxE { width:12.4375rem;height:9.6875rem;top:54.375rem;left:3.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ki3QEHI2Eo1H0Ucr0WdtgTyrcRhbVnTD { width:11.375rem;height:1.29980625rem;top:55.13671875rem;left:4.3125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lm1cbGILF5JwqMBD4d272VgIZieIXyt4 { width:17.5625rem;height:18.4375rem;top:43.4375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LIbJCQaF0KKflliiyOnInbEFxOy65USC { width:18.125rem;height:2.5996125rem;top:47.39990234375rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #udllN8XGvUiMZfqHVDSo3XldrWaMATN1 { width:12.25rem;height:2.5996125rem;top:52.537109375rem;left:3.875rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #fXpFJIoQntyesd1dd4BUbmLaPiGVZhzN { width:15.25rem;height:2.5996125rem;top:49.9375rem;left:2.125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGTNSyUgMExI80OgNnI0phe7RDKnCQps { width:14.625rem;height:2.625rem;top:57.625rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDaXEL44kdx2KA8DP2adzJcNfhPfnxJn { display:block; }
 }@media only screen and (max-width: 763px) { #pcVHSlTgnMpZ6tWqlTTIg2AwmGIE7vTs { width:15.25rem;height:1.4624rem;top:44.4375rem;left:2.125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UeUKJUDFQMTAJHK5aFnSSJtdoqy4gLZP { width:12.4375rem;height:9.6875rem;top:73.75rem;left:3.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #TV8KnhcLAsNxEzq1sohTMR4F4RChnDfO { width:11.375rem;height:1.29980625rem;top:74.912109375rem;left:4.3125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cqP6kpnqb8akZ9WqUu9UMMi9yFskfNuL { width:17.5625rem;height:18.4375rem;top:62.8125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ofhgzaNRdt9HLQBSBwKM9FHBx6NcW4Iu { width:18.125rem;height:2.5996125rem;top:66.775390625rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #MyRHL1qTE7Fq12gWLRDPyFX3MAoxAsM7 { width:12.25rem;height:2.5996125rem;top:72.25rem;left:3.875rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #CFoP78oS580v1VVhpnC9TTICzDrkb8zV { width:15.25rem;height:2.5996125rem;top:69.3125rem;left:2.125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UCL6ThrzC8fFClwE2TGe1REi9sqp7ToT { width:14.625rem;height:2.625rem;top:77.3125rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RBk6ghRL0pVzH8V47BGf7WMWvOuloXfn { display:block; }
 }@media only screen and (max-width: 763px) { #JbFD3AIXFrGAoX8w4VoTokF2B7ZyHAki { width:15.25rem;height:1.4624rem;top:63.8125rem;left:2.125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tdVI4bUkbEIDc9WhPCMtUwgqZPEMCah9 { width:20rem;height:2.9375rem;top:101.380859375rem;left:0rem;z-index:15036;display:none; }
 }@media only screen and (max-width: 763px) { #aXdNtEEI0AXKCnyuPNdLmoGJzDJMmExU { display:block; }
 }@media only screen and (max-width: 763px) { #AL9nHS9AKfhBpSV7EO6G4xgf3lPKTwLN { width:20rem;height:4.25rem;top:101.5625rem;left:0rem;z-index:15036;display:block; }
 }@media only screen and (max-width: 763px) { #ay9S1XFPGBEkdUmSTKMC4br1T1m2lEWM { display:block; }
 }@media only screen and (max-width: 763px) { #eed6mOXlczRvgF5QweIviVeSJJL3kbKW { display:block; }#eed6mOXlczRvgF5QweIviVeSJJL3kbKW > .row .container { width:20rem;height:37.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XZn7DsJsL9cNVW2TyTnbCIrQ1hUyJTTd { width:18.75rem;height:12.5rem;top:10.2983125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0qebpb27ieag6RTiA2FQ20etPpofeGH { width:20rem;height:5.19921875rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #POF8TB7vyc6tKnitxxJPQ3EXUsXQRoE9 { width:18.625rem;height:7.9375rem;top:28.5625rem;left:0.625rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #PhCfznvv2glmMTvCkQgXRvs8uz7MP3SH { width:7.8125rem;height:2.4375rem;top:29.3125rem;left:6.09375rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nS67F2NeIIBOtJWrPmnzgp2zeECHQtZt { width:11.25rem;height:3.125rem;top:32.40625rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uF6oXbde95CIFmkL5L9CXvTrf2TT4PRI { display:block; }
 }@media only screen and (max-width: 763px) { #SsNaMTDnigNLT4Jrw8eRNQnmNQ6ovVqK { width:18.75rem;height:4.375rem;top:24.0478515625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zEkvCKfqcTvI8FydG9Q5HTIyhMbFRQvs { width:16.5rem;height:3.574225rem;top:24.5107421875rem;left:1.75rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hlRXfJr49NcryxmAyVThaw9vruoxuk7L { display:block; }#hlRXfJr49NcryxmAyVThaw9vruoxuk7L > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZglMpRJ2Av5KUCaOmgfMtwH67ocB4rcg { display:block; }#ZglMpRJ2Av5KUCaOmgfMtwH67ocB4rcg > .row .container { width:20rem;height:50.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EuGD72greys3iK6iOQyUOPGMMr5nAQkO { width:20rem;height:4.26171875rem;top:5.42480625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IRZyTHnRJady25ZTKaoTEa7NsLMnqUmy { width:4.375rem;height:0.125rem;top:11.29833984375rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXrU6buEaALOQtWLOUlSzO7uyekw1gIi { width:19.9375rem;height:2.92480625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQerzQF2v10K3lVoAf8ABhsm9PMwtIxu { width:16.25rem;height:21.75rem;top:27.84521484375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JzO3NCTfEThSB8SkQDg3fEwR2KV8XN8x { width:20rem;height:1.0996125rem;top:12.69873046875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XfLSPX8U0vivTg9O5ewak62NtV39eTBL { width:16.0625rem;height:2.79980625rem;top:13.79833984375rem;left:1.96875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxUPAfe41TT5s7dvCMEXIfNkETpD10zi { width:5.625rem;height:0.0625rem;top:44.720225rem;left:-0.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ARJhVmUtMRRMx4h2O7PptSPxcu5w3vqy { width:0.9375rem;height:0.9375rem;top:44.282725rem;left:5.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #usGUC5G6GLTUoPX9O6s0yylihIhSXleN { width:9.375rem;height:0.0625rem;top:23.847175rem;left:5.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #vcm0ViuwsMWxbxyJD6oq2sphvQssVBkC { width:0.9375rem;height:0.9375rem;top:55.345225rem;left:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #GSutMrzyfrVWTAiS03LQIUr0FT2Oc4vo { width:12.5rem;height:1.0996125rem;top:18.09814453125rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTNfQlbIkVWTJs9COOQqgLAwO8UL6na2 { width:12.5rem;height:1.3999rem;top:19.19775390625rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XaXVTw1dUOiNm1PGtwcFmWHt8iOhdsWD { width:12.5rem;height:1.3999rem;top:23.25rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rPa77T8m7lDvrsEnbD6XieVwp0Tx6VpR { width:0.9375rem;height:0.9375rem;top:65.282725rem;left:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Qxx3kms7XTdw4lKUZyTAA9NxV4Fw598J { width:15.5rem;height:1.0996125rem;top:22.125rem;left:2.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ek86QHeZccXLQCSTB7ILOewaUw83x8Ty { width:6.5625rem;height:0.0625rem;top:36.470225rem;left:6.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #g7A5mksp59l9nrROblAMg0oTbSfkKEQ0 { display:block; }#g7A5mksp59l9nrROblAMg0oTbSfkKEQ0 > .row .container { width:20rem;height:25.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NXIGhmLEIRhZSozN869k1Dkd38qJ0d7H { width:15.625rem;height:1.29980625rem;top:5.0625rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #txXxIwRJUh33llZSoELmQA1TkWnUfcy7 { width:20rem;height:2.61230625rem;top:7.625rem;left:0rem;text-align:center;text-align-last:center;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJEFCA0cetHsI9TT1wyGmKqRiF43i2fH { width:18.125rem;height:5.5996125rem;top:11.875rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z31TOfU9SzuahmUInZTRwF1KfDMs0lMe { width:20rem;height:16rem;top:3.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HH2d0ePAC7IZQxAd4DCl181pV4H5pGQ3 { display:block; }#HH2d0ePAC7IZQxAd4DCl181pV4H5pGQ3 > .row .container { width:20rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WLCS2DqgtIhJ0q2BQWhm9rKJGwkfyqKl { width:7.4375rem;height:1.4375rem;top:6.75rem;left:6.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oEfBGE2d2AfwPzNLIoQRTHRsONZS44DZ { width:9.1875rem;height:1.29980625rem;top:2.8125rem;left:5.4375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ry2HfryP4hJy1QhnLO6Lyh4yvr3dvaTf { width:17.3125rem;height:3.4375rem;top:3.375rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iVWf3KGn5igk1VmVzMdbdX4amqb8OyK5 { display:block; }
 }