.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:255,137,0;--color-primary-1:255,123,0;--color-primary-2:255,121,0;--color-primary-3:255,221,0;--color-primary-4:255,109,0;--color-secondary-0:223,240,255;--color-secondary-1:150,205,255;--color-secondary-2:44,155,255;--color-secondary-3:22,78,128;--color-secondary-4:7,23,38;--color-tertiary-0:255,255,255;--color-tertiary-1:156,155,155;--color-tertiary-2:60,56,51;--color-tertiary-3:42,42,42;--color-tertiary-4:0,0,0;--headlines-font-family:Rubik;--paragraphs-font-family:Rubik; }@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;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S8uRXTlSJCfHgzGcasqKkm3Zsu7yehuu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#S8uRXTlSJCfHgzGcasqKkm3Zsu7yehuu > .row .container { background-color: transparent; background-image: none; }#S8uRXTlSJCfHgzGcasqKkm3Zsu7yehuu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S8uRXTlSJCfHgzGcasqKkm3Zsu7yehuu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S8uRXTlSJCfHgzGcasqKkm3Zsu7yehuu > .row .container > .video-iframe-container { display: none; }#S8uRXTlSJCfHgzGcasqKkm3Zsu7yehuu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S8uRXTlSJCfHgzGcasqKkm3Zsu7yehuu > .row > .video-iframe-container { display: none; }#S8uRXTlSJCfHgzGcasqKkm3Zsu7yehuu > .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); }#S8uRXTlSJCfHgzGcasqKkm3Zsu7yehuu > .row .container { border-width: 0; border-radius: 0; }#S8uRXTlSJCfHgzGcasqKkm3Zsu7yehuu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#S8uRXTlSJCfHgzGcasqKkm3Zsu7yehuu > .row .container { font-size:0.875rem;font-family:arial;height:17.75rem;width:60rem;position:relative;display:block; }#ddOD3wzlC7nWHQxeAbtsV0Fw4ndAHqbW { color:rgba(var(--color-tertiary-0),1);display:block;width:59.9978125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.25rem rgba(var(--color-tertiary-4),0.62);top:1.863064289093rem;left:0rem;height:5.8496125rem;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; }
#P5XETDR6dtaTIw7h8vTP23ncRvnVoAGR { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.77);top:11.759765625rem;left:0rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#w8tmaS6C7p6zmXzqXZRDEkbQx0baw9nD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#w8tmaS6C7p6zmXzqXZRDEkbQx0baw9nD > .row .container { background-color: transparent; background-image: none; }#w8tmaS6C7p6zmXzqXZRDEkbQx0baw9nD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w8tmaS6C7p6zmXzqXZRDEkbQx0baw9nD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w8tmaS6C7p6zmXzqXZRDEkbQx0baw9nD > .row .container > .video-iframe-container { display: none; }#w8tmaS6C7p6zmXzqXZRDEkbQx0baw9nD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w8tmaS6C7p6zmXzqXZRDEkbQx0baw9nD > .row > .video-iframe-container { display: none; }#w8tmaS6C7p6zmXzqXZRDEkbQx0baw9nD > .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); }#w8tmaS6C7p6zmXzqXZRDEkbQx0baw9nD > .row .container { border-width: 0; border-radius: 0; }#w8tmaS6C7p6zmXzqXZRDEkbQx0baw9nD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#w8tmaS6C7p6zmXzqXZRDEkbQx0baw9nD > .row .container { font-size:0.875rem;font-family:arial;height:34.625rem;width:60rem;position:relative;display:block; }#Rntw8PhmOWmJGzug7k1EiTXRZq5F2mF2 { color:#e52020;display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:1.162109375rem;left:-0.064235687255862rem;height:4.0625rem;text-align:justify;text-align-last:initial;display:block; }
#BMwTG2TNrTvqk4ooRAklezBo8TDqobqW { color:rgba(var(--color-tertiary-4),1);display:block;width:59.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:21.580945968628rem;left:-0.0625rem;height:5.1181625rem;text-align:justify;text-align-last:initial;display:block; }
#k0wLFxippVHnC9DqToTspzK2uIBhZswk { 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:5rem;width:9.5rem;top:10.653428554535rem;left:0rem;overflow:hidden;display:block; }
#G4H9IX09eP21HkueIXAfhtz3W4gMkWT3 .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#G4H9IX09eP21HkueIXAfhtz3W4gMkWT3 .widget-text.counter-number { border-top:0.3125rem solid rgba(var(--color-primary-1),1);border-left:0.3125rem solid rgba(var(--color-primary-1),1);border-right:0.3125rem solid rgba(var(--color-primary-1),1);border-bottom:0.3125rem solid rgba(var(--color-primary-1),1);background-color:transparent;background-image:none;color:rgba(var(--color-primary-1),1);padding-top:0.696875rem;padding-right:0.596875rem;padding-bottom:0.696875rem;padding-left:0.596875rem;display:block;align-items:center;width:3.58125rem;min-width:3.58125rem;height:3.745625rem;position:relative;font-family:arial;font-size:2.789375rem;font-weight:700;line-height:59.93px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-left-radius:2.75rem;border-top-right-radius:2.75rem;border-bottom-left-radius:2.75rem;border-bottom-right-radius:2.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#G4H9IX09eP21HkueIXAfhtz3W4gMkWT3 .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-primary-1),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.435625rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:4.775625rem;height:1.448125rem;position:relative;font-family:arial;font-size:1.045625rem;font-weight:700;line-height:23.17px;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; }
#G4H9IX09eP21HkueIXAfhtz3W4gMkWT3 { 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:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:12.8125rem;height:7.648125rem;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:9.6093769073488rem;left:12.025825500488rem;z-index:15007; }
#G4H9IX09eP21HkueIXAfhtz3W4gMkWT3 #p3vpz6DSzmRvgEOs8rMBA1TsZdFQltmk { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#G4H9IX09eP21HkueIXAfhtz3W4gMkWT3 #d4lQbFnb6VAkOxy4khxHsK5ukPHFRf92 { width:auto; }
#G4H9IX09eP21HkueIXAfhtz3W4gMkWT3 #poNA0t5RPl3JdsmF4dMXMIfSuqbyamcl {  }
#G4H9IX09eP21HkueIXAfhtz3W4gMkWT3 #FQkR8SnAVpTXxSUuxGXZhCwlTGRkqzlF { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#G4H9IX09eP21HkueIXAfhtz3W4gMkWT3 #MZTgn8vqkqo1EURB1bHSNNe3a9DzZefD {  }
#G4H9IX09eP21HkueIXAfhtz3W4gMkWT3 #u5XhK4BX00VwGLOdi5qgMSqU6TC3qkB7 {  }
#G4H9IX09eP21HkueIXAfhtz3W4gMkWT3 #pgWGOXzuKLn3auz8OAXNvOPmG6P4EKxU { display:flex;position:relative;top:0rem;left:0rem; }
#G4H9IX09eP21HkueIXAfhtz3W4gMkWT3 #LLUlvC0GgPmpb54922UKerf9H4hSl4PT {  }
#G4H9IX09eP21HkueIXAfhtz3W4gMkWT3 #VFhEThPRVxfNfliRrz2dwlixDJmkqIsT {  }
#G4H9IX09eP21HkueIXAfhtz3W4gMkWT3 #BOEUmqxKpE3xbBonrwqNH6l7kA0SHozd { display:flex;position:relative;top:0rem;left:0rem; }
#G4H9IX09eP21HkueIXAfhtz3W4gMkWT3 #L5zOTraQfHNCzRB0c7ddR5mTKoKHAqzd {  }
#G4H9IX09eP21HkueIXAfhtz3W4gMkWT3 #X1EevNmKyr3U5OVWtPJ8erlGZDi9LdVE {  }
#MgCT7OU5QCoexg9mNhI3smGITSrTxgT6 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.25rem;width:23.1875rem;top:5.2120232582092rem;left:31.868488311767rem;overflow:hidden;display:block; }
#tqBQ01oT1RfvJCS6PBDTVbcmNWnZcxFz { color:#f81313;display:block;width:48.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:29.205078125rem;left:5.9375rem;height:3.8984375rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#CcJPybMNlx5hznKqAZZ2ieZz8P11I5Vy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eaeaea;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; }#CcJPybMNlx5hznKqAZZ2ieZz8P11I5Vy > .row .container { background-color: transparent; background-image: none; }#CcJPybMNlx5hznKqAZZ2ieZz8P11I5Vy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CcJPybMNlx5hznKqAZZ2ieZz8P11I5Vy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CcJPybMNlx5hznKqAZZ2ieZz8P11I5Vy > .row .container > .video-iframe-container { display: none; }#CcJPybMNlx5hznKqAZZ2ieZz8P11I5Vy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CcJPybMNlx5hznKqAZZ2ieZz8P11I5Vy > .row > .video-iframe-container { display: none; }#CcJPybMNlx5hznKqAZZ2ieZz8P11I5Vy > .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); }#CcJPybMNlx5hznKqAZZ2ieZz8P11I5Vy > .row .container { border-width: 0; border-radius: 0; }#CcJPybMNlx5hznKqAZZ2ieZz8P11I5Vy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CcJPybMNlx5hznKqAZZ2ieZz8P11I5Vy > .row .container { font-size:0.875rem;font-family:arial;height:34.9375rem;width:60rem;position:relative;display:block; }#iDLqPx5nrJmv49EETxT6JI2lTpMThMPu { color:rgba(var(--color-tertiary-3),1);display:block;width:51.4980625rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.0625rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:13.7587890625rem;left:4.25rem;height:5.28125rem;text-align:center;text-align-last:center;display:block; }
#I4RZFMUXzAs0UyyxmaCkghs65nWwZdCf { color:rgba(var(--color-tertiary-4),1);display:block;width:17.4980625rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:25.7724609375rem;left:23.9970703125rem;height:7.3125rem;display:block; }
#RNv58k8BCmTbNZXtmR6t8TbEJmXhmfca { color:rgba(var(--color-tertiary-4),1);display:block;width:22.8720625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:11.083984375rem;left:18.5625rem;height:1.2999125rem;text-align:center;text-align-last:center;display:block; }
#qTOWUlfw6Su8GpJBFT01LzaQPlxL7RrN { color:rgba(var(--color-tertiary-4),1);display:block;width:23.1845625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:20.0615234375rem;left:18.40625rem;height:3.8984375rem;text-align:center;text-align-last:center;display:block; }
#fw7heLdBN5pfmVbXCdPDwxtHfWyvbFLp { color:rgba(var(--color-tertiary-4),1);display:block;width:30.4365rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:7.4013671875rem;left:15.771484375rem;height:2.35611875rem;display:block; }
#CGcODWDqbEbQ1FsIkVOJmqmEO6ndbDvw { color:rgba(var(--color-tertiary-3),1);display:block;width:54.0610625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:0.98162722587588rem;left:2.9680271148682rem;height:5.6875rem;text-align:center;text-align-last:center;display:block; }
#Jpu0FuuHsguXrvmqgF9k8IUWZhbkvViC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Jpu0FuuHsguXrvmqgF9k8IUWZhbkvViC > .row .container { background-color: transparent; background-image: none; }#Jpu0FuuHsguXrvmqgF9k8IUWZhbkvViC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jpu0FuuHsguXrvmqgF9k8IUWZhbkvViC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jpu0FuuHsguXrvmqgF9k8IUWZhbkvViC > .row .container > .video-iframe-container { display: none; }#Jpu0FuuHsguXrvmqgF9k8IUWZhbkvViC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jpu0FuuHsguXrvmqgF9k8IUWZhbkvViC > .row > .video-iframe-container { display: none; }#Jpu0FuuHsguXrvmqgF9k8IUWZhbkvViC > .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); }#Jpu0FuuHsguXrvmqgF9k8IUWZhbkvViC > .row .container { border-width: 0; border-radius: 0; }#Jpu0FuuHsguXrvmqgF9k8IUWZhbkvViC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Jpu0FuuHsguXrvmqgF9k8IUWZhbkvViC > .row .container { font-size:0.875rem;font-family:arial;height:54.875rem;width:60rem;position:relative;display:block; }#lyDpk30XM1Tc11BHTBeygPVPZbii6qMS { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:"times new roman";font-size:2.8125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:5rem;left:0rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PusyrTlnAXdI1wTPCWNPTmv5tZbGVoQz { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);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:20.6875rem;width:18.9375rem;top:14.25rem;left:0rem;display:block; }
#fBWEA80Jty890D1CzNUhuXgsebp9Il9H { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:4.5rem;top:16rem;left:7.21875rem;overflow:hidden;display:block; }
#AV9CCMR3kfgurBg4T6gG5ViHCpQU4t5u { color:rgba(var(--color-tertiary-0),1);display:block;width:16.875rem;position:absolute;font-family:"times new roman";font-size:1.5625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:21.703125rem;left:1.03125rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Cbko3zZZpGPoQvk2kOIukJy98TZZexRp { color:rgba(var(--color-tertiary-0),1);display:block;width:16.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:25.765625rem;left:1.03125rem;height:6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TE0pyE77yEQRgXn5qUMbL50UiDsKemak { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-2),1);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:20.8125rem;width:18.9375rem;top:14.1875rem;left:20.53125rem;display:block; }
#GhuahOVXqGem5DQVN2xHJac3DrmE84mz { color:rgba(var(--color-tertiary-0),1);display:block;width:16.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:25.828125rem;left:21.5625rem;height:6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#L2OtZ0tdfTuiBD8opvBeXmFXN5zTgLyX { color:rgba(var(--color-tertiary-0),1);display:block;width:16.875rem;position:absolute;font-family:"times new roman";font-size:1.5625rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:21.703125rem;left:21.5625rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yGamiaPSoyyknL0hFXoHqT1eDAxb7e0i { 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:4.5rem;width:4.5rem;top:16rem;left:27.75rem;overflow:hidden;display:block; }
#nuBkawTHlXeIbSha2atPebiAzsDqvmTr { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-2),1);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:21.0625rem;width:18.9375rem;top:14.0625rem;left:41.0625rem;display:block; }
#lcmMvJtdiWZKkX8LH4U9L3gcaM5Q2I2X { color:rgba(var(--color-tertiary-0),1);display:block;width:16.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15017;line-height:1.5;letter-spacing:0;top:25.015625rem;left:42.09375rem;height:7.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#W7BT38FwdPDRTRiimq1Ggk3IdJCRqtyg { color:rgba(var(--color-tertiary-0),1);display:block;width:16.875rem;position:absolute;font-family:"times new roman";font-size:1.5625rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:21.703125rem;left:42.09375rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zcJv8TkgiWqQI0L3Wu0eQbd4rqfwDwD0 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:4.5rem;top:16.0625rem;left:48.28125rem;overflow:hidden;display:block; }
#Q1aHN6BrknmUgDM6dZtFFKRgSxbkKRSk { background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.6236875rem;height:4.2487rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:36.149187088013rem;left:15.361978530884rem;display:block; }
#b3Ri4HQrbRAbiN75tNsU2kz2UzEf276C { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#E9J0lM7kOmFn0LTJxUIaE0rGTH1dNDk1 { color:rgba(var(--color-tertiary-4),1);display:block;width:35.4375rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:42.8935546875rem;left:12.90625rem;height:2.11263125rem;text-align:center;text-align-last:center;display:block; }
#I85F9vc7mx55aCUvB69dsr8S8d85O0Ro .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#I85F9vc7mx55aCUvB69dsr8S8d85O0Ro .widget-text.counter-number { border-top:0.3125rem solid rgba(var(--color-primary-1),1);border-left:0.3125rem solid rgba(var(--color-primary-1),1);border-right:0.3125rem solid rgba(var(--color-primary-1),1);border-bottom:0.3125rem solid rgba(var(--color-primary-1),1);background-color:transparent;background-image:none;color:rgba(var(--color-primary-1),1);padding-top:0.696875rem;padding-right:0.596875rem;padding-bottom:0.696875rem;padding-left:0.596875rem;display:block;align-items:center;width:3.58125rem;min-width:3.58125rem;height:3.745625rem;position:relative;font-family:arial;font-size:2.789375rem;font-weight:700;line-height:59.93px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-left-radius:2.75rem;border-top-right-radius:2.75rem;border-bottom-left-radius:2.75rem;border-bottom-right-radius:2.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#I85F9vc7mx55aCUvB69dsr8S8d85O0Ro .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-primary-1),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.435625rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:4.775625rem;height:1.448125rem;position:relative;font-family:arial;font-size:1.045625rem;font-weight:700;line-height:23.17px;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; }
#I85F9vc7mx55aCUvB69dsr8S8d85O0Ro { 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:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:12.8125rem;height:7.648125rem;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:45.943359375rem;left:26.71875rem;z-index:15008; }
#I85F9vc7mx55aCUvB69dsr8S8d85O0Ro #grtz05WhITSyAUmzOiV5zmPvFSXZNZc4 { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#I85F9vc7mx55aCUvB69dsr8S8d85O0Ro #HboapfPBnhulIvRhHk6sonidTrHl55Ay { width:auto; }
#I85F9vc7mx55aCUvB69dsr8S8d85O0Ro #beQSTZIA4kxNNQkagKDAdywOSznvoHAs {  }
#I85F9vc7mx55aCUvB69dsr8S8d85O0Ro #axX10SLULICgJT6I4l9eOkoOoaa9dGGp { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#I85F9vc7mx55aCUvB69dsr8S8d85O0Ro #hKUrpz09dz0aVDGf9ipcbPDWr6FkO5Wg {  }
#I85F9vc7mx55aCUvB69dsr8S8d85O0Ro #HmPhprFq9FDE26cutNawOulxOiF5zSGa {  }
#I85F9vc7mx55aCUvB69dsr8S8d85O0Ro #LDAhezKwT4L15lmE8X889yWO2otQm9Tl { display:flex;position:relative;top:0rem;left:0rem; }
#I85F9vc7mx55aCUvB69dsr8S8d85O0Ro #Dkz8wZTEKJCLPLeOQyOdqTHcCdZt9UQO {  }
#I85F9vc7mx55aCUvB69dsr8S8d85O0Ro #TJW1ztDXq7T1ozJsO7no6CT05Agyoyb6 {  }
#I85F9vc7mx55aCUvB69dsr8S8d85O0Ro #uRzk3yq04zB3wkFTrQqeXrOTb4rtvMKn { display:flex;position:relative;top:0rem;left:0rem; }
#I85F9vc7mx55aCUvB69dsr8S8d85O0Ro #PHnafSN1uq1OqUR5FUBo1enuP36s1yQ5 {  }
#I85F9vc7mx55aCUvB69dsr8S8d85O0Ro #euT6VSWrvK7B03ABTgqwdlyL87hhaLqB {  }
#t6fLEVwvxLVkU3zNgXmN3TRENrmF3n2L { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/Na7Tf9C5/AdobeStock_91290189.jpeg");background-position:top right !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; }#t6fLEVwvxLVkU3zNgXmN3TRENrmF3n2L.adaptive-delivery-prevent-bg, #t6fLEVwvxLVkU3zNgXmN3TRENrmF3n2L.lazyload, #t6fLEVwvxLVkU3zNgXmN3TRENrmF3n2L.lazyloading { background-image: none; }#t6fLEVwvxLVkU3zNgXmN3TRENrmF3n2L > .row .container { background-color: transparent; background-image: none; }#t6fLEVwvxLVkU3zNgXmN3TRENrmF3n2L::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.66); }#t6fLEVwvxLVkU3zNgXmN3TRENrmF3n2L > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t6fLEVwvxLVkU3zNgXmN3TRENrmF3n2L > .row .container > .video-iframe-container { display: none; }#t6fLEVwvxLVkU3zNgXmN3TRENrmF3n2L > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.66); }#t6fLEVwvxLVkU3zNgXmN3TRENrmF3n2L > .row > .video-iframe-container { display: none; }#t6fLEVwvxLVkU3zNgXmN3TRENrmF3n2L > .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); }#t6fLEVwvxLVkU3zNgXmN3TRENrmF3n2L > .row .container { border-width: 0; border-radius: 0; }#t6fLEVwvxLVkU3zNgXmN3TRENrmF3n2L::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; }#t6fLEVwvxLVkU3zNgXmN3TRENrmF3n2L > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#t6fLEVwvxLVkU3zNgXmN3TRENrmF3n2L > .row .container { font-size:0.875rem;font-family:arial;height:35.125rem;width:60rem;position:relative;display:block; }#RAITXb7NW3BWJq2IfkNf0Gb3ze9KZySU { color:rgba(var(--color-tertiary-0),1);display:block;width:59.561625rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:7.8569869995119rem;left:0rem;height:20.473625rem;text-align:center;text-align-last:center;display:block; }
#S5krHpO6AGE9BMn5VtWOdtWzocixQIxV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#S5krHpO6AGE9BMn5VtWOdtWzocixQIxV > .row .container { background-color: transparent; background-image: none; }#S5krHpO6AGE9BMn5VtWOdtWzocixQIxV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S5krHpO6AGE9BMn5VtWOdtWzocixQIxV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S5krHpO6AGE9BMn5VtWOdtWzocixQIxV > .row .container > .video-iframe-container { display: none; }#S5krHpO6AGE9BMn5VtWOdtWzocixQIxV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S5krHpO6AGE9BMn5VtWOdtWzocixQIxV > .row > .video-iframe-container { display: none; }#S5krHpO6AGE9BMn5VtWOdtWzocixQIxV > .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); }#S5krHpO6AGE9BMn5VtWOdtWzocixQIxV > .row .container { border-width: 0; border-radius: 0; }#S5krHpO6AGE9BMn5VtWOdtWzocixQIxV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#S5krHpO6AGE9BMn5VtWOdtWzocixQIxV > .row .container { font-size:0.875rem;font-family:arial;height:38.4375rem;width:60rem;position:relative;display:block; }#rBuKnGegoiDBhvK6XrIh5X2kRVRqkxgQ { color:rgba(var(--color-tertiary-4),1);display:block;width:56.311875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:3rem;left:1.8125rem;height:13.15721875rem;text-align:justify;text-align-last:initial;display:block; }
#OPEc1wvECKOuTiTwV5qru1QtH9mUTl8x { color:rgba(var(--color-tertiary-4),1);display:block;width:48.811875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:19.436851501465rem;left:9.3804244995119rem;height:14.61915625rem;text-align:justify;text-align-last:initial;display:block; }
#blw8dNq0tsGdWiWT5EqZP8ak3Ltcqe7t { 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:6.5625rem;width:6.5625rem;top:20.435115814209rem;left:1.2608489990234rem;overflow:hidden;display:block; }
#lHRGDo0uwdKPNbtVByda5wgFt9O14sTn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/b8Jlf3wQ/AdobeStock_274886317.jpeg");background-position:center !important;background-repeat:repeat-y !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; }#lHRGDo0uwdKPNbtVByda5wgFt9O14sTn.adaptive-delivery-prevent-bg, #lHRGDo0uwdKPNbtVByda5wgFt9O14sTn.lazyload, #lHRGDo0uwdKPNbtVByda5wgFt9O14sTn.lazyloading { background-image: none; }#lHRGDo0uwdKPNbtVByda5wgFt9O14sTn > .row .container { background-color: transparent; background-image: none; }#lHRGDo0uwdKPNbtVByda5wgFt9O14sTn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.54); }#lHRGDo0uwdKPNbtVByda5wgFt9O14sTn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lHRGDo0uwdKPNbtVByda5wgFt9O14sTn > .row .container > .video-iframe-container { display: none; }#lHRGDo0uwdKPNbtVByda5wgFt9O14sTn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.54); }#lHRGDo0uwdKPNbtVByda5wgFt9O14sTn > .row > .video-iframe-container { display: none; }#lHRGDo0uwdKPNbtVByda5wgFt9O14sTn > .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); }#lHRGDo0uwdKPNbtVByda5wgFt9O14sTn > .row .container { border-width: 0; border-radius: 0; }#lHRGDo0uwdKPNbtVByda5wgFt9O14sTn::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; }#lHRGDo0uwdKPNbtVByda5wgFt9O14sTn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lHRGDo0uwdKPNbtVByda5wgFt9O14sTn > .row .container { font-size:0.875rem;font-family:arial;height:41.9375rem;width:60rem;position:relative;display:block; }#lNfp4D2fVO0yR793PFKRUip3KwToQ5kg { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:6.3433084487912rem;left:0rem;height:27.296875rem;text-align:center;text-align-last:center;display:block; }
#CQT0r04qT75kx9mfoTUq2xdCTSKbhMIG { 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:9.4998125rem;width:9.375rem;top:38.997389793396rem;left:49.067928314209rem;overflow:hidden;display:block; }
#k9534GhG589l4efzcEILSo5uTgJlLEDr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#k9534GhG589l4efzcEILSo5uTgJlLEDr > .row .container { background-color: transparent; background-image: none; }#k9534GhG589l4efzcEILSo5uTgJlLEDr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k9534GhG589l4efzcEILSo5uTgJlLEDr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k9534GhG589l4efzcEILSo5uTgJlLEDr > .row .container > .video-iframe-container { display: none; }#k9534GhG589l4efzcEILSo5uTgJlLEDr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k9534GhG589l4efzcEILSo5uTgJlLEDr > .row > .video-iframe-container { display: none; }#k9534GhG589l4efzcEILSo5uTgJlLEDr > .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); }#k9534GhG589l4efzcEILSo5uTgJlLEDr > .row .container { border-width: 0; border-radius: 0; }#k9534GhG589l4efzcEILSo5uTgJlLEDr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#k9534GhG589l4efzcEILSo5uTgJlLEDr > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:block; }#cIkLGwBRH37c3bJIUSmJGKEhIt54i1Zm { color:rgba(var(--color-tertiary-4),1);display:block;width:45.7498125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:3.1868515014649rem;left:1.4670143127441rem;height:11.375rem;text-align:justify;text-align-last:initial;display:block; }
#EwgmLFguDgOO0899xBAKX3y9Rv48dSZd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#EwgmLFguDgOO0899xBAKX3y9Rv48dSZd > .row .container { background-color: transparent; background-image: none; }#EwgmLFguDgOO0899xBAKX3y9Rv48dSZd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EwgmLFguDgOO0899xBAKX3y9Rv48dSZd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EwgmLFguDgOO0899xBAKX3y9Rv48dSZd > .row .container > .video-iframe-container { display: none; }#EwgmLFguDgOO0899xBAKX3y9Rv48dSZd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EwgmLFguDgOO0899xBAKX3y9Rv48dSZd > .row > .video-iframe-container { display: none; }#EwgmLFguDgOO0899xBAKX3y9Rv48dSZd > .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); }#EwgmLFguDgOO0899xBAKX3y9Rv48dSZd > .row .container { border-width: 0; border-radius: 0; }#EwgmLFguDgOO0899xBAKX3y9Rv48dSZd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EwgmLFguDgOO0899xBAKX3y9Rv48dSZd > .row .container { font-size:0.875rem;font-family:arial;height:8.6875rem;width:60rem;position:relative;display:block; }#rUQCuCszL2rDRmpCObyNoIPW26mpUrTw { color:rgba(var(--color-tertiary-4),1);display:block;width:52.6248125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.5440540313721rem;left:5.810546875rem;height:5.361325rem;text-align:center;text-align-last:center;display:block; }
#d2FTQk19qbxO1VvG6sVxd3L4rREuinfT { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.81055rem;width:5.81055rem;top:1.1870517730713rem;left:0.99934768676756rem;overflow:hidden;display:block; }
#gTiFwmRhTmcBOtcT0ChcuoMLsfaXiNCc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gTiFwmRhTmcBOtcT0ChcuoMLsfaXiNCc > .row .container { background-color: transparent; background-image: none; }#gTiFwmRhTmcBOtcT0ChcuoMLsfaXiNCc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gTiFwmRhTmcBOtcT0ChcuoMLsfaXiNCc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gTiFwmRhTmcBOtcT0ChcuoMLsfaXiNCc > .row .container > .video-iframe-container { display: none; }#gTiFwmRhTmcBOtcT0ChcuoMLsfaXiNCc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gTiFwmRhTmcBOtcT0ChcuoMLsfaXiNCc > .row > .video-iframe-container { display: none; }#gTiFwmRhTmcBOtcT0ChcuoMLsfaXiNCc > .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); }#gTiFwmRhTmcBOtcT0ChcuoMLsfaXiNCc > .row .container { border-width: 0; border-radius: 0; }#gTiFwmRhTmcBOtcT0ChcuoMLsfaXiNCc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gTiFwmRhTmcBOtcT0ChcuoMLsfaXiNCc > .row .container { font-size:0.875rem;font-family:arial;height:58.3125rem;width:60rem;position:relative;display:block; }#KZlbhasq3n5766y2KIV2hSqftFIpSUp6 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.18675rem;width:6.9994375rem;top:9.4741036891938rem;left:47.031252861023rem;overflow:hidden;display:block; }
#l1bTkLuxNBiT8gCSZSm9XZfhxTnNEZLv { color:rgba(var(--color-tertiary-4),1);display:block;width:28.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:26.726699829101rem;left:16.030093193054rem;height:7.5rem;text-align:justify;text-align-last:initial;display:block; }#l1bTkLuxNBiT8gCSZSm9XZfhxTnNEZLv li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#l1bTkLuxNBiT8gCSZSm9XZfhxTnNEZLv li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/R2aatcRF/checked_blue.svg); }
#I1hgTbkVqhS73Wc6dt6fqb3VfdZ2g3Tx { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.437375rem;width:6.3744375rem;top:3.0374712944031rem;left:7.6837396621706rem;overflow:hidden;display:block; }
#lR2qNLmg95MO792KPB2D9fGyBxWURE7x { 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:5.9997125rem;width:6.06191875rem;top:19.476273298264rem;left:7.83926486969rem;overflow:hidden;display:block; }
#yHXzHUCl2bOel8M9oF9oCVCb0sktSPbr { 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:5.9997125rem;width:5.9997125rem;top:27.476130485534rem;left:47.531107902527rem;overflow:hidden;display:block; }
#Vxogoxq9t3RQNsas5pwvfiJcORAp7ORZ { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.1245625rem;width:7.062375rem;top:36.587097167969rem;left:7.3386869430544rem;overflow:hidden;display:block; }
#IHyVKhywSI0XQZC9kq3wrgER0bF6095z { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.749875rem;width:6.87425rem;top:46.821472167969rem;left:47.531107902527rem;overflow:hidden;display:block; }
#DRWrFkTBC14xozhmuhlfJSfJBnhIkghb { color:rgba(var(--color-tertiary-4),1);display:block;width:28.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:4.9153594970703rem;left:16.030093193054rem;height:3.75rem;text-align:justify;text-align-last:initial;display:block; }#DRWrFkTBC14xozhmuhlfJSfJBnhIkghb li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#DRWrFkTBC14xozhmuhlfJSfJBnhIkghb li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/R2aatcRF/checked_blue.svg); }
#G39d1K7CPxWNaAF2fvpcnZpQzaMuipvf { color:rgba(var(--color-tertiary-4),1);display:block;width:28.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:9.4147796630863rem;left:16.030093193054rem;height:7.5rem;text-align:justify;text-align-last:initial;display:block; }#G39d1K7CPxWNaAF2fvpcnZpQzaMuipvf li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#G39d1K7CPxWNaAF2fvpcnZpQzaMuipvf li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/R2aatcRF/checked_blue.svg); }
#wDvKzNCawIFwZuUS5IouC0sspUTgAD5e { color:rgba(var(--color-tertiary-4),1);display:block;width:29.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:18.645833969116rem;left:16.029731750488rem;height:5.90625rem;text-align:justify;text-align-last:initial;display:block; }#wDvKzNCawIFwZuUS5IouC0sspUTgAD5e li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#wDvKzNCawIFwZuUS5IouC0sspUTgAD5e li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/R2aatcRF/checked_blue.svg); }
#CCCFDH5Z3TTXsVacZgTMGpkThFJfVrrb { color:rgba(var(--color-tertiary-4),1);display:block;width:28.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:46.447479248047rem;left:16.216725349426rem;height:7.5rem;text-align:justify;text-align-last:initial;display:block; }#CCCFDH5Z3TTXsVacZgTMGpkThFJfVrrb li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#CCCFDH5Z3TTXsVacZgTMGpkThFJfVrrb li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/R2aatcRF/checked_blue.svg); }
#DdUtlDSWTA1dSGVXSX4izUTa2bUbhtA4 { color:rgba(var(--color-tertiary-4),1);display:block;width:28.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:35.464401245118rem;left:16.030093193054rem;height:9.375rem;text-align:justify;text-align-last:initial;display:block; }#DdUtlDSWTA1dSGVXSX4izUTa2bUbhtA4 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#DdUtlDSWTA1dSGVXSX4izUTa2bUbhtA4 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/R2aatcRF/checked_blue.svg); }
#GVH6Hkm318sDuQs4TUp2C1fO2IpJXSLd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#GVH6Hkm318sDuQs4TUp2C1fO2IpJXSLd > .row .container { background-color: transparent; background-image: none; }#GVH6Hkm318sDuQs4TUp2C1fO2IpJXSLd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GVH6Hkm318sDuQs4TUp2C1fO2IpJXSLd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GVH6Hkm318sDuQs4TUp2C1fO2IpJXSLd > .row .container > .video-iframe-container { display: none; }#GVH6Hkm318sDuQs4TUp2C1fO2IpJXSLd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GVH6Hkm318sDuQs4TUp2C1fO2IpJXSLd > .row > .video-iframe-container { display: none; }#GVH6Hkm318sDuQs4TUp2C1fO2IpJXSLd > .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); }#GVH6Hkm318sDuQs4TUp2C1fO2IpJXSLd > .row .container { border-width: 0; border-radius: 0; }#GVH6Hkm318sDuQs4TUp2C1fO2IpJXSLd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GVH6Hkm318sDuQs4TUp2C1fO2IpJXSLd > .row .container { font-size:0.875rem;font-family:arial;height:25.875rem;width:60rem;position:relative;display:block; }#sUrCUBTiExMBHRxQSefTMgh6bsrwT4Ac { color:rgba(var(--color-tertiary-4),1);display:block;width:59.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.1875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:0.78450012207031rem;left:0.099391937255862rem;height:4.14388125rem;text-align:center;text-align-last:center;display:block; }
#NlihkNXLpQaRhGucs6ldhvWoxwQ04Wmo { color:rgba(var(--color-tertiary-4),1);display:block;width:59.561625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.7;letter-spacing:0;top:5.6662330627441rem;left:0rem;height:;text-align:justify;text-align-last:initial;display:block; }#NlihkNXLpQaRhGucs6ldhvWoxwQ04Wmo li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#NlihkNXLpQaRhGucs6ldhvWoxwQ04Wmo li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/KzyQdSfW/right_arrow.svg); }
#rshLInlHlmzn12f51CyTZQeaJkxJGkxr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/NUfaekG8/pexels_julia_m_cameron_4145347.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !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; }#rshLInlHlmzn12f51CyTZQeaJkxJGkxr.adaptive-delivery-prevent-bg, #rshLInlHlmzn12f51CyTZQeaJkxJGkxr.lazyload, #rshLInlHlmzn12f51CyTZQeaJkxJGkxr.lazyloading { background-image: none; }#rshLInlHlmzn12f51CyTZQeaJkxJGkxr > .row .container { background-color: transparent; background-image: none; }#rshLInlHlmzn12f51CyTZQeaJkxJGkxr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.28); }#rshLInlHlmzn12f51CyTZQeaJkxJGkxr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rshLInlHlmzn12f51CyTZQeaJkxJGkxr > .row .container > .video-iframe-container { display: none; }#rshLInlHlmzn12f51CyTZQeaJkxJGkxr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.28); }#rshLInlHlmzn12f51CyTZQeaJkxJGkxr > .row > .video-iframe-container { display: none; }#rshLInlHlmzn12f51CyTZQeaJkxJGkxr > .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); }#rshLInlHlmzn12f51CyTZQeaJkxJGkxr > .row .container { border-width: 0; border-radius: 0; }#rshLInlHlmzn12f51CyTZQeaJkxJGkxr::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; }#rshLInlHlmzn12f51CyTZQeaJkxJGkxr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rshLInlHlmzn12f51CyTZQeaJkxJGkxr > .row .container { font-size:0.875rem;font-family:arial;height:57.6875rem;width:60rem;position:relative;display:block; }#grSN8rn4H6wW8uNzdSCwNaItDolRmx4f { color:rgba(var(--color-tertiary-0),1);display:block;width:55.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:0.35373270511628rem;left:4.4375rem;height:8.7734375rem;text-align:center;text-align-last:center;display:block; }
#rGi28N4QSos2krDSKf5Pqdnu8EwmabKB { color:rgba(var(--color-tertiary-4),1);display:block;width:20.061875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:14.778646409512rem;left:10.564235687256rem;height:32.8125rem;display:block; }#rGi28N4QSos2krDSKf5Pqdnu8EwmabKB li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#rGi28N4QSos2krDSKf5Pqdnu8EwmabKB li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/R2aatcRF/checked_blue.svg); }
#oim9o7e6MrmdUqhns3JWbrVXIvXrTBPq { 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:48.499375rem;width:28.811875rem;top:8.0598964095119rem;left:7.1831588745119rem;overflow:hidden;display:block; }
#zH5d5JpbfikVE79lAZgGB3TTGNM8C0z0 { 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:48.499375rem;width:28.811875rem;top:10.527344644069rem;left:31.187068939209rem;overflow:hidden;display:block; }
#p5g4rdLCNKTcwQG7wObm29NX69yS1kZl { color:rgba(var(--color-tertiary-4),1);display:block;width:21.436625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:18.370225846768rem;left:34.875217437744rem;height:32.8125rem;display:block; }#p5g4rdLCNKTcwQG7wObm29NX69yS1kZl li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#p5g4rdLCNKTcwQG7wObm29NX69yS1kZl li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/R2aatcRF/checked_blue.svg); }
#qgb7c5kPFnTaQJqCQfc149UegDK1eB1s { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#qgb7c5kPFnTaQJqCQfc149UegDK1eB1s > .row .container { background-color: transparent; background-image: none; }#qgb7c5kPFnTaQJqCQfc149UegDK1eB1s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qgb7c5kPFnTaQJqCQfc149UegDK1eB1s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qgb7c5kPFnTaQJqCQfc149UegDK1eB1s > .row .container > .video-iframe-container { display: none; }#qgb7c5kPFnTaQJqCQfc149UegDK1eB1s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qgb7c5kPFnTaQJqCQfc149UegDK1eB1s > .row > .video-iframe-container { display: none; }#qgb7c5kPFnTaQJqCQfc149UegDK1eB1s > .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); }#qgb7c5kPFnTaQJqCQfc149UegDK1eB1s > .row .container { border-width: 0; border-radius: 0; }#qgb7c5kPFnTaQJqCQfc149UegDK1eB1s > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#qgb7c5kPFnTaQJqCQfc149UegDK1eB1s > .row .container { font-size:0.875rem;font-family:arial;height:41.8125rem;width:60rem;position:relative;display:block; }#FIp94RAog0pqfb7QaQtri81imdaaPWJd { display:block;width:56.749875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.623987197876rem;left:2.3748559951783rem;height:2.76236875rem;font-style:normal;color:#2c3e50;display:block; }
#fOffThb1LW3f8XxPqBQrQkbRT4pHfDax { border-bottom:0;border-left:0;border-right:0;border-top:0;height:13.2494375rem;width:9.1869375rem;position:absolute;display:block;z-index:15000;box-shadow: none;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;top:6.4134883880612rem;left:8.3702268600462rem;overflow:hidden;display:block; }
#P3LP2CznCrWmotWcFDQNz0UcFJ27kqzc { display:block;width:33.0620625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15002;line-height:1.6;letter-spacing:0;top:10.849972248077rem;left:18.743491172791rem;height:9.795875rem;color:rgba(var(--color-tertiary-1),1);text-align:justify;text-align-last:initial;display:block; }
#yTzyKGOLUUaRLzbTysz66Fpwslom47VC { display:block;width:11.56175rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:7.1629052162169rem;left:18.743491172791rem;height:1.94986875rem;color:#2c3e50;display:block; }
#JP0ZOkpZQOTQ0t16qFvROw3kfO6qfQG0 { 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:13.43675rem;width:9.249875rem;top:24.991299152374rem;left:40.434752464294rem;overflow:hidden;display:block; }
#W9JXDBdurm1VkRldFewBqXUtrv62mI9e { color:rgba(var(--color-tertiary-1),1);display:block;width:33.0625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15006;line-height:1.6;letter-spacing:0;top:30.154783725739rem;left:7.1824369430544rem;height:8.3965rem;text-align:justify;text-align-last:initial;display:block; }
#fOXx2SEGvh7IuGGocVWpt5sBqrJ6OFOG { display:block;width:11.56175rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:27.055101871491rem;left:7.1824369430544rem;height:1.94986875rem;color:#2c3e50;display:block; }
#u55EMwzhAym2EpdNK9MaChU5fVDPMBaL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#d3d3d3;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; }#u55EMwzhAym2EpdNK9MaChU5fVDPMBaL > .row .container { background-color: transparent; background-image: none; }#u55EMwzhAym2EpdNK9MaChU5fVDPMBaL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u55EMwzhAym2EpdNK9MaChU5fVDPMBaL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u55EMwzhAym2EpdNK9MaChU5fVDPMBaL > .row .container > .video-iframe-container { display: none; }#u55EMwzhAym2EpdNK9MaChU5fVDPMBaL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u55EMwzhAym2EpdNK9MaChU5fVDPMBaL > .row > .video-iframe-container { display: none; }#u55EMwzhAym2EpdNK9MaChU5fVDPMBaL > .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); }#u55EMwzhAym2EpdNK9MaChU5fVDPMBaL > .row .container { border-width: 0; border-radius: 0; }#u55EMwzhAym2EpdNK9MaChU5fVDPMBaL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#u55EMwzhAym2EpdNK9MaChU5fVDPMBaL > .row .container { font-size:0.875rem;font-family:arial;height:37.0625rem;width:60rem;position:relative;display:block; }#C8krsH2Jg03JEraNsQF2yQDix814pKFJ { 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:3.81185rem;width:11.124375rem;top:32.978517532349rem;left:40.291666030884rem;overflow:hidden;display:block; }
#kUIkksRdIPOEvAlFrVbP38Xt28ozVRuU { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.31235625rem;width:7.062375rem;top:33.625rem;left:51.375rem;overflow:hidden;display:block; }
#KLfCgGxLfzR6by2AUZq2dfuruzBdT0a3 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.4980625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:34.630861282349rem;left:26.312501907349rem;height:1.29980625rem;display:block; }
#rMCTdNHR8ZTvBRkGtqOp3KmlDMtIQ7Sc { 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:33.811875rem;width:48.125rem;top:0.86010932922363rem;left:1.099609375rem;overflow:hidden;display:block; }
#cNTgT2TQwg9Vc1iglnTGqdabd54h4Zat { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eaeaea;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; }#cNTgT2TQwg9Vc1iglnTGqdabd54h4Zat > .row .container { background-color: transparent; background-image: none; }#cNTgT2TQwg9Vc1iglnTGqdabd54h4Zat::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cNTgT2TQwg9Vc1iglnTGqdabd54h4Zat > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cNTgT2TQwg9Vc1iglnTGqdabd54h4Zat > .row .container > .video-iframe-container { display: none; }#cNTgT2TQwg9Vc1iglnTGqdabd54h4Zat > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cNTgT2TQwg9Vc1iglnTGqdabd54h4Zat > .row > .video-iframe-container { display: none; }#cNTgT2TQwg9Vc1iglnTGqdabd54h4Zat > .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); }#cNTgT2TQwg9Vc1iglnTGqdabd54h4Zat > .row .container { border-width: 0; border-radius: 0; }#cNTgT2TQwg9Vc1iglnTGqdabd54h4Zat > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cNTgT2TQwg9Vc1iglnTGqdabd54h4Zat > .row .container { font-size:0.875rem;font-family:arial;height:25.6875rem;width:60rem;position:relative;display:block; }#q9xTRJUWoSU7ElrF0pWAGve4S2uImC3r { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:37.374375rem;height:5.06185rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:15.531902313233rem;left:10.555339813233rem;display:block; }
#K7uAGLVE3RFlk8OKQs552UXr7wqHf4p8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lIgf4ydkGtxnueyTsmnUGJRwGmbA6WMn { color:rgba(var(--color-tertiary-4),1);display:block;width:48.12325rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.1328067779541rem;left:5.9366321563721rem;height:5.11816875rem;text-align:center;text-align-last:center;display:block; }
#ZWTUbaaCyraEHzuNqD34CW9lH8gTTtVT { color:rgba(var(--color-tertiary-4),1);display:block;width:26.4351875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:11.124132633209rem;left:10.555556297303rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#TLeX5tq9UitciaTI7Ceeg8oTUC5W4lAH { color:rgba(var(--color-tertiary-4),1);display:block;width:12.4980625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:22.597005844116rem;left:10.5546875rem;height:1.29980625rem;display:block; }
#EUHSRII0IkEPIMpkZcPeyTeFnBGHNGyz { color:rgba(var(--color-tertiary-4),1);display:block;width:12.4980625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:22.597005844116rem;left:30.709634780884rem;height:1.29980625rem;display:block; }
#UP3oG3TAfoAh3xlHTg46f8nTgqNqpM12 .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#UP3oG3TAfoAh3xlHTg46f8nTgqNqpM12 .widget-text.counter-number { border-top:0.25rem solid rgba(var(--color-primary-1),1);border-left:0.25rem solid rgba(var(--color-primary-1),1);border-right:0.25rem solid rgba(var(--color-primary-1),1);border-bottom:0.25rem solid rgba(var(--color-primary-1),1);background-color:transparent;background-image:none;color:rgba(var(--color-primary-1),1);padding-top:0.696875rem;padding-right:0.596875rem;padding-bottom:0.696875rem;padding-left:0.596875rem;display:block;align-items:center;width:3.58125rem;min-width:3.58125rem;height:3.745625rem;position:relative;font-family:arial;font-size:2.789375rem;font-weight:700;line-height:59.93px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-left-radius:2.75rem;border-top-right-radius:2.75rem;border-bottom-left-radius:2.75rem;border-bottom-right-radius:2.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#UP3oG3TAfoAh3xlHTg46f8nTgqNqpM12 .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-primary-1),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.435625rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:4.775625rem;height:1.448125rem;position:relative;font-family:arial;font-size:1.045625rem;font-weight:700;line-height:23.17px;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; }
#UP3oG3TAfoAh3xlHTg46f8nTgqNqpM12 { 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:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:12.5625rem;height:7.523125rem;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:7.5091152191163rem;left:35.408855438233rem;z-index:15009; }
#UP3oG3TAfoAh3xlHTg46f8nTgqNqpM12 #tynPbSNL08WthcOPcCXKdkq5mZsxU6yu { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#UP3oG3TAfoAh3xlHTg46f8nTgqNqpM12 #UsRJIMIzBhGSnNJWIz7U2VQ3qHlT3xzu { width:auto; }
#UP3oG3TAfoAh3xlHTg46f8nTgqNqpM12 #pkLqTG8L9PGp7Lk45X0fLFxOnTxMKSEW {  }
#UP3oG3TAfoAh3xlHTg46f8nTgqNqpM12 #kxEvUiQR7iyZGFWgpzrPv6eRC1ElX1iI { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#UP3oG3TAfoAh3xlHTg46f8nTgqNqpM12 #FA74BEedCBdzOfGOER5C1AHWlnRBT9P6 {  }
#UP3oG3TAfoAh3xlHTg46f8nTgqNqpM12 #zszHa2wmb44oO75SitcO0WSTsqLbU1BW {  }
#UP3oG3TAfoAh3xlHTg46f8nTgqNqpM12 #vWoC6Pe8sdI7ktpzcHHoSbkQSf22T8Sf { display:flex;position:relative;top:0rem;left:0rem; }
#UP3oG3TAfoAh3xlHTg46f8nTgqNqpM12 #UQM2y2xBHniHTxtzPfJcKRxbC8d89ZvG {  }
#UP3oG3TAfoAh3xlHTg46f8nTgqNqpM12 #aKXd34kfRlPUiWDI04b8V05IgkpREDBA {  }
#UP3oG3TAfoAh3xlHTg46f8nTgqNqpM12 #KlN8c35aU2eAqHsneDAfaWelKFuGLZH4 { display:flex;position:relative;top:0rem;left:0rem; }
#UP3oG3TAfoAh3xlHTg46f8nTgqNqpM12 #Kl9MbiRbGTOW2DtiNZXF7mqta4zlbA3U {  }
#UP3oG3TAfoAh3xlHTg46f8nTgqNqpM12 #IOc6cRTXJQySSDZqZon6tg0S9Qysh50w {  }
#z3D9r0FJlP7XptxUnezRX9rnFbpoBBRZ { color:rgba(var(--color-tertiary-4),1);display:block;width:26.434875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:20.826324462891rem;left:17.973958969116rem;height:1.13688125rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #S8uRXTlSJCfHgzGcasqKkm3Zsu7yehuu { display:block; }#S8uRXTlSJCfHgzGcasqKkm3Zsu7yehuu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ddOD3wzlC7nWHQxeAbtsV0Fw4ndAHqbW { width:26.6875rem;height:7.75rem;top:18.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P5XETDR6dtaTIw7h8vTP23ncRvnVoAGR { top:11.75rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8tmaS6C7p6zmXzqXZRDEkbQx0baw9nD { display:block; }#w8tmaS6C7p6zmXzqXZRDEkbQx0baw9nD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rntw8PhmOWmJGzug7k1EiTXRZq5F2mF2 { top:1.125rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMwTG2TNrTvqk4ooRAklezBo8TDqobqW { top:21.5625rem;left:0rem;width:47.75rem;height:5.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0wLFxippVHnC9DqToTspzK2uIBhZswk { top:10.625rem;left:0rem;width:9.5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4H9IX09eP21HkueIXAfhtz3W4gMkWT3 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#G4H9IX09eP21HkueIXAfhtz3W4gMkWT3 .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; }
#G4H9IX09eP21HkueIXAfhtz3W4gMkWT3 .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; }
#G4H9IX09eP21HkueIXAfhtz3W4gMkWT3 { width:10.25rem;height:5.6875rem;display:flex;top:3.25rem;left:20.539351463318rem;z-index:15007; }
 }@media only screen and (max-width: 763px) { #G4H9IX09eP21HkueIXAfhtz3W4gMkWT3 #p3vpz6DSzmRvgEOs8rMBA1TsZdFQltmk { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #G4H9IX09eP21HkueIXAfhtz3W4gMkWT3 #d4lQbFnb6VAkOxy4khxHsK5ukPHFRf92 {  }
 }@media only screen and (max-width: 763px) { #G4H9IX09eP21HkueIXAfhtz3W4gMkWT3 #poNA0t5RPl3JdsmF4dMXMIfSuqbyamcl {  }
 }@media only screen and (max-width: 763px) { #G4H9IX09eP21HkueIXAfhtz3W4gMkWT3 #FQkR8SnAVpTXxSUuxGXZhCwlTGRkqzlF { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #G4H9IX09eP21HkueIXAfhtz3W4gMkWT3 #MZTgn8vqkqo1EURB1bHSNNe3a9DzZefD {  }
 }@media only screen and (max-width: 763px) { #G4H9IX09eP21HkueIXAfhtz3W4gMkWT3 #u5XhK4BX00VwGLOdi5qgMSqU6TC3qkB7 {  }
 }@media only screen and (max-width: 763px) { #G4H9IX09eP21HkueIXAfhtz3W4gMkWT3 #pgWGOXzuKLn3auz8OAXNvOPmG6P4EKxU { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #G4H9IX09eP21HkueIXAfhtz3W4gMkWT3 #LLUlvC0GgPmpb54922UKerf9H4hSl4PT {  }
 }@media only screen and (max-width: 763px) { #G4H9IX09eP21HkueIXAfhtz3W4gMkWT3 #VFhEThPRVxfNfliRrz2dwlixDJmkqIsT {  }
 }@media only screen and (max-width: 763px) { #G4H9IX09eP21HkueIXAfhtz3W4gMkWT3 #BOEUmqxKpE3xbBonrwqNH6l7kA0SHozd { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #G4H9IX09eP21HkueIXAfhtz3W4gMkWT3 #L5zOTraQfHNCzRB0c7ddR5mTKoKHAqzd {  }
 }@media only screen and (max-width: 763px) { #G4H9IX09eP21HkueIXAfhtz3W4gMkWT3 #X1EevNmKyr3U5OVWtPJ8erlGZDi9LdVE {  }
 }@media only screen and (max-width: 763px) { #MgCT7OU5QCoexg9mNhI3smGITSrTxgT6 { top:5.1875rem;left:24.5625rem;width:23.1875rem;height:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tqBQ01oT1RfvJCS6PBDTVbcmNWnZcxFz { top:29.1875rem;left:0rem;width:47.75rem;height:3.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CcJPybMNlx5hznKqAZZ2ieZz8P11I5Vy { display:block; }#CcJPybMNlx5hznKqAZZ2ieZz8P11I5Vy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iDLqPx5nrJmv49EETxT6JI2lTpMThMPu { top:13.75rem;left:0rem;width:47.75rem;height:5.25rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4RZFMUXzAs0UyyxmaCkghs65nWwZdCf { top:25.75rem;left:17.871746063233rem;width:17.4375rem;height:7.3125rem;font-size:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNv58k8BCmTbNZXtmR6t8TbEJmXhmfca { top:11.0625rem;left:12.4375rem;width:22.8125rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTOWUlfw6Su8GpJBFT01LzaQPlxL7RrN { top:20rem;left:12.28125rem;width:23.125rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fw7heLdBN5pfmVbXCdPDwxtHfWyvbFLp { top:7.375rem;left:9.646484375rem;width:30.375rem;height:2.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CGcODWDqbEbQ1FsIkVOJmqmEO6ndbDvw { top:0.9375rem;left:0rem;width:47.75rem;height:5.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jpu0FuuHsguXrvmqgF9k8IUWZhbkvViC { display:block; }#Jpu0FuuHsguXrvmqgF9k8IUWZhbkvViC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lyDpk30XM1Tc11BHTBeygPVPZbii6qMS { width:47.75rem;height:3.625rem;top:5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PusyrTlnAXdI1wTPCWNPTmv5tZbGVoQz { width:18.9375rem;height:20.6875rem;top:14.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fBWEA80Jty890D1CzNUhuXgsebp9Il9H { width:4.5rem;height:4.5rem;top:16rem;left:1.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AV9CCMR3kfgurBg4T6gG5ViHCpQU4t5u { width:16.875rem;height:2rem;top:21.6875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cbko3zZZpGPoQvk2kOIukJy98TZZexRp { width:16.875rem;height:5.9375rem;top:25.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TE0pyE77yEQRgXn5qUMbL50UiDsKemak { width:18.9375rem;height:20.8125rem;top:14.1875rem;left:14.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GhuahOVXqGem5DQVN2xHJac3DrmE84mz { width:16.875rem;height:6rem;top:25.8125rem;left:15.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2OtZ0tdfTuiBD8opvBeXmFXN5zTgLyX { width:16.875rem;height:2rem;top:21.6875rem;left:15.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGamiaPSoyyknL0hFXoHqT1eDAxb7e0i { width:4.5rem;height:4.5rem;top:16rem;left:21.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nuBkawTHlXeIbSha2atPebiAzsDqvmTr { width:18.9375rem;height:21.0625rem;top:14.0625rem;left:28.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lcmMvJtdiWZKkX8LH4U9L3gcaM5Q2I2X { width:16.875rem;height:7.5rem;top:25rem;left:30.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7BT38FwdPDRTRiimq1Ggk3IdJCRqtyg { width:16.875rem;height:2rem;top:21.6875rem;left:30.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zcJv8TkgiWqQI0L3Wu0eQbd4rqfwDwD0 { width:4.5rem;height:4.5rem;top:16.0625rem;left:42.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1aHN6BrknmUgDM6dZtFFKRgSxbkKRSk { width:31.5625rem;height:4.1875rem;top:36.125rem;left:9.2369785308837rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3Ri4HQrbRAbiN75tNsU2kz2UzEf276C { display:block; }
 }@media only screen and (max-width: 763px) { #E9J0lM7kOmFn0LTJxUIaE0rGTH1dNDk1 { top:42.875rem;left:6.78125rem;width:35.4375rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I85F9vc7mx55aCUvB69dsr8S8d85O0Ro .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#I85F9vc7mx55aCUvB69dsr8S8d85O0Ro .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; }
#I85F9vc7mx55aCUvB69dsr8S8d85O0Ro .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; }
#I85F9vc7mx55aCUvB69dsr8S8d85O0Ro { width:10.25rem;height:5.6875rem;display:flex;top:3.25rem;left:20.539351463318rem;z-index:15007; }
 }@media only screen and (max-width: 763px) { #I85F9vc7mx55aCUvB69dsr8S8d85O0Ro #grtz05WhITSyAUmzOiV5zmPvFSXZNZc4 { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #I85F9vc7mx55aCUvB69dsr8S8d85O0Ro #HboapfPBnhulIvRhHk6sonidTrHl55Ay {  }
 }@media only screen and (max-width: 763px) { #I85F9vc7mx55aCUvB69dsr8S8d85O0Ro #beQSTZIA4kxNNQkagKDAdywOSznvoHAs {  }
 }@media only screen and (max-width: 763px) { #I85F9vc7mx55aCUvB69dsr8S8d85O0Ro #axX10SLULICgJT6I4l9eOkoOoaa9dGGp { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #I85F9vc7mx55aCUvB69dsr8S8d85O0Ro #hKUrpz09dz0aVDGf9ipcbPDWr6FkO5Wg {  }
 }@media only screen and (max-width: 763px) { #I85F9vc7mx55aCUvB69dsr8S8d85O0Ro #HmPhprFq9FDE26cutNawOulxOiF5zSGa {  }
 }@media only screen and (max-width: 763px) { #I85F9vc7mx55aCUvB69dsr8S8d85O0Ro #LDAhezKwT4L15lmE8X889yWO2otQm9Tl { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #I85F9vc7mx55aCUvB69dsr8S8d85O0Ro #Dkz8wZTEKJCLPLeOQyOdqTHcCdZt9UQO {  }
 }@media only screen and (max-width: 763px) { #I85F9vc7mx55aCUvB69dsr8S8d85O0Ro #TJW1ztDXq7T1ozJsO7no6CT05Agyoyb6 {  }
 }@media only screen and (max-width: 763px) { #I85F9vc7mx55aCUvB69dsr8S8d85O0Ro #uRzk3yq04zB3wkFTrQqeXrOTb4rtvMKn { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #I85F9vc7mx55aCUvB69dsr8S8d85O0Ro #PHnafSN1uq1OqUR5FUBo1enuP36s1yQ5 {  }
 }@media only screen and (max-width: 763px) { #I85F9vc7mx55aCUvB69dsr8S8d85O0Ro #euT6VSWrvK7B03ABTgqwdlyL87hhaLqB {  }
 }@media only screen and (max-width: 763px) { #t6fLEVwvxLVkU3zNgXmN3TRENrmF3n2L { display:block; }#t6fLEVwvxLVkU3zNgXmN3TRENrmF3n2L > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RAITXb7NW3BWJq2IfkNf0Gb3ze9KZySU { top:7.8125rem;left:0rem;width:47.75rem;height:20.4375rem;font-size:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5krHpO6AGE9BMn5VtWOdtWzocixQIxV { display:block; }#S5krHpO6AGE9BMn5VtWOdtWzocixQIxV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rBuKnGegoiDBhvK6XrIh5X2kRVRqkxgQ { top:3rem;left:0rem;width:47.75rem;height:13.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPEc1wvECKOuTiTwV5qru1QtH9mUTl8x { top:19.375rem;left:0rem;width:47.75rem;height:14.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #blw8dNq0tsGdWiWT5EqZP8ak3Ltcqe7t { top:20.375rem;left:0rem;width:6.5625rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lHRGDo0uwdKPNbtVByda5wgFt9O14sTn { display:block; }#lHRGDo0uwdKPNbtVByda5wgFt9O14sTn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lNfp4D2fVO0yR793PFKRUip3KwToQ5kg { top:6.3125rem;left:0rem;width:47.75rem;height:27.25rem;font-size:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CQT0r04qT75kx9mfoTUq2xdCTSKbhMIG { top:38.9375rem;left:38.375rem;width:9.375rem;height:9.4998125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k9534GhG589l4efzcEILSo5uTgJlLEDr { display:block; }#k9534GhG589l4efzcEILSo5uTgJlLEDr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cIkLGwBRH37c3bJIUSmJGKEhIt54i1Zm { top:3.125rem;left:0rem;width:45.6875rem;height:11.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EwgmLFguDgOO0899xBAKX3y9Rv48dSZd { display:block; }#EwgmLFguDgOO0899xBAKX3y9Rv48dSZd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rUQCuCszL2rDRmpCObyNoIPW26mpUrTw { top:1.5rem;left:0rem;width:47.75rem;height:5.3125rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2FTQk19qbxO1VvG6sVxd3L4rREuinfT { top:1.125rem;left:0rem;width:5.75rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTiFwmRhTmcBOtcT0ChcuoMLsfaXiNCc { display:block; }#gTiFwmRhTmcBOtcT0ChcuoMLsfaXiNCc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KZlbhasq3n5766y2KIV2hSqftFIpSUp6 { top:9.4375rem;left:40.8125rem;width:6.9375rem;height:7.1231549856687rem;display:block; }
 }@media only screen and (max-width: 763px) { #l1bTkLuxNBiT8gCSZSm9XZfhxTnNEZLv { top:26.6875rem;left:9.9050931930544rem;width:28.5625rem;height:7.5rem;font-size:1rem;display:block; }#l1bTkLuxNBiT8gCSZSm9XZfhxTnNEZLv li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/R2aatcRF/checked_blue.svg); }
 }@media only screen and (max-width: 763px) { #I1hgTbkVqhS73Wc6dt6fqb3VfdZ2g3Tx { top:3rem;left:1.5587396621704rem;width:6.3125rem;height:6.3748259650363rem;display:block; }
 }@media only screen and (max-width: 763px) { #lR2qNLmg95MO792KPB2D9fGyBxWURE7x { top:19.4375rem;left:1.7142648696899rem;width:6rem;height:5.9384291483616rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHXzHUCl2bOel8M9oF9oCVCb0sktSPbr { top:27.4375rem;left:41.406107902527rem;width:5.9375rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vxogoxq9t3RQNsas5pwvfiJcORAp7ORZ { top:36.5625rem;left:1.2136869430542rem;width:7rem;height:7.0616382590844rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHyVKhywSI0XQZC9kq3wrgER0bF6095z { top:46.8125rem;left:40.875rem;width:6.8125rem;height:6.6892422355169rem;display:block; }
 }@media only screen and (max-width: 763px) { #DRWrFkTBC14xozhmuhlfJSfJBnhIkghb { top:4.875rem;left:9.9050931930544rem;width:28.8125rem;height:3.75rem;font-size:1rem;display:block; }#DRWrFkTBC14xozhmuhlfJSfJBnhIkghb li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/R2aatcRF/checked_blue.svg); }
 }@media only screen and (max-width: 763px) { #G39d1K7CPxWNaAF2fvpcnZpQzaMuipvf { top:9.375rem;left:9.9050931930544rem;width:28.75rem;height:7.5rem;font-size:1rem;display:block; }#G39d1K7CPxWNaAF2fvpcnZpQzaMuipvf li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/R2aatcRF/checked_blue.svg); }
 }@media only screen and (max-width: 763px) { #wDvKzNCawIFwZuUS5IouC0sspUTgAD5e { top:18.625rem;left:9.9047317504881rem;width:29.375rem;height:5.875rem;font-size:1rem;display:block; }#wDvKzNCawIFwZuUS5IouC0sspUTgAD5e li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/R2aatcRF/checked_blue.svg); }
 }@media only screen and (max-width: 763px) { #CCCFDH5Z3TTXsVacZgTMGpkThFJfVrrb { top:46.4375rem;left:10.091725349426rem;width:28.8125rem;height:7.5rem;font-size:1rem;display:block; }#CCCFDH5Z3TTXsVacZgTMGpkThFJfVrrb li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/R2aatcRF/checked_blue.svg); }
 }@media only screen and (max-width: 763px) { #DdUtlDSWTA1dSGVXSX4izUTa2bUbhtA4 { top:35.4375rem;left:9.9050931930544rem;width:28.75rem;height:9.375rem;font-size:1rem;display:block; }#DdUtlDSWTA1dSGVXSX4izUTa2bUbhtA4 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/R2aatcRF/checked_blue.svg); }
 }@media only screen and (max-width: 763px) { #GVH6Hkm318sDuQs4TUp2C1fO2IpJXSLd { display:block; }#GVH6Hkm318sDuQs4TUp2C1fO2IpJXSLd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sUrCUBTiExMBHRxQSefTMgh6bsrwT4Ac { top:0.75rem;left:0rem;width:47.75rem;height:4.1875rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NlihkNXLpQaRhGucs6ldhvWoxwQ04Wmo { top:5.625rem;left:0rem;width:47.75rem;height:;font-size:1rem;display:block; }#NlihkNXLpQaRhGucs6ldhvWoxwQ04Wmo li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/KzyQdSfW/right_arrow.svg); }
 }@media only screen and (max-width: 763px) { #rshLInlHlmzn12f51CyTZQeaJkxJGkxr { display:block; }#rshLInlHlmzn12f51CyTZQeaJkxJGkxr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #grSN8rn4H6wW8uNzdSCwNaItDolRmx4f { top:0.3125rem;left:0rem;width:47.75rem;height:8.75rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGi28N4QSos2krDSKf5Pqdnu8EwmabKB { top:14.75rem;left:4.4392356872559rem;width:20rem;height:32.875rem;font-size:1rem;display:block; }#rGi28N4QSos2krDSKf5Pqdnu8EwmabKB li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/R2aatcRF/checked_blue.svg); }
 }@media only screen and (max-width: 763px) { #oim9o7e6MrmdUqhns3JWbrVXIvXrTBPq { top:8rem;left:1.0581588745118rem;width:28.75rem;height:48.395220069849rem;display:block; }
 }@media only screen and (max-width: 763px) { #zH5d5JpbfikVE79lAZgGB3TTGNM8C0z0 { top:10.5rem;left:19rem;width:28.75rem;height:48.395220069849rem;display:block; }
 }@media only screen and (max-width: 763px) { #p5g4rdLCNKTcwQG7wObm29NX69yS1kZl { top:18.3125rem;left:26.375rem;width:21.375rem;height:32.8125rem;font-size:1rem;display:block; }#p5g4rdLCNKTcwQG7wObm29NX69yS1kZl li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/R2aatcRF/checked_blue.svg); }
 }@media only screen and (max-width: 763px) { #qgb7c5kPFnTaQJqCQfc149UegDK1eB1s { display:block; }#qgb7c5kPFnTaQJqCQfc149UegDK1eB1s > .row .container { width:47.75rem;height:27.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FIp94RAog0pqfb7QaQtri81imdaaPWJd { width:20rem;height:2.5625rem;top:3.125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #fOffThb1LW3f8XxPqBQrQkbRT4pHfDax { width:6.5rem;height:9.375rem;top:11.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P3LP2CznCrWmotWcFDQNz0UcFJ27kqzc { width:17.5rem;height:10rem;top:14.125rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTzyKGOLUUaRLzbTysz66Fpwslom47VC { width:17.5rem;height:1.9375rem;top:11.625rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JP0ZOkpZQOTQ0t16qFvROw3kfO6qfQG0 { top:24.9375rem;left:34.309752464294rem;width:9.1875rem;height:13.346141501913rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9JXDBdurm1VkRldFewBqXUtrv62mI9e { top:30.125rem;left:1.0574369430542rem;width:33.0625rem;height:8.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fOXx2SEGvh7IuGGocVWpt5sBqrJ6OFOG { width:17.5rem;height:1.9375rem;top:11.625rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u55EMwzhAym2EpdNK9MaChU5fVDPMBaL { display:block; }#u55EMwzhAym2EpdNK9MaChU5fVDPMBaL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C8krsH2Jg03JEraNsQF2yQDix814pKFJ { top:32.9375rem;left:34.166666030884rem;width:11.0625rem;height:3.7906480701163rem;display:block; }
 }@media only screen and (max-width: 763px) { #kUIkksRdIPOEvAlFrVbP38Xt28ozVRuU { top:33.625rem;left:40.75rem;width:7rem;height:3.282731488857rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLfCgGxLfzR6by2AUZq2dfuruzBdT0a3 { top:34.625rem;left:20.187501907349rem;width:12.4375rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rMCTdNHR8ZTvBRkGtqOp3KmlDMtIQ7Sc { top:0.8125rem;left:0rem;width:47.75rem;height:33.548405844156rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNTgT2TQwg9Vc1iglnTGqdabd54h4Zat { display:block; }#cNTgT2TQwg9Vc1iglnTGqdabd54h4Zat > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q9xTRJUWoSU7ElrF0pWAGve4S2uImC3r { width:37.3125rem;height:5rem;top:15.5rem;left:4.4303398132324rem;display:block; }
 }@media only screen and (max-width: 763px) { #K7uAGLVE3RFlk8OKQs552UXr7wqHf4p8 { display:block; }
 }@media only screen and (max-width: 763px) { #lIgf4ydkGtxnueyTsmnUGJRwGmbA6WMn { top:1.125rem;left:0rem;width:47.75rem;height:5.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWTUbaaCyraEHzuNqD34CW9lH8gTTtVT { top:11.0625rem;left:4.4305562973022rem;width:26.375rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLeX5tq9UitciaTI7Ceeg8oTUC5W4lAH { top:22.5625rem;left:4.4296875rem;width:12.4375rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EUHSRII0IkEPIMpkZcPeyTeFnBGHNGyz { top:22.5625rem;left:24.584634780884rem;width:12.4375rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UP3oG3TAfoAh3xlHTg46f8nTgqNqpM12 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#UP3oG3TAfoAh3xlHTg46f8nTgqNqpM12 .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; }
#UP3oG3TAfoAh3xlHTg46f8nTgqNqpM12 .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; }
#UP3oG3TAfoAh3xlHTg46f8nTgqNqpM12 { width:10rem;height:5.5625rem;display:flex;top:3.25rem;left:20.539351463318rem;z-index:15007; }
 }@media only screen and (max-width: 763px) { #UP3oG3TAfoAh3xlHTg46f8nTgqNqpM12 #tynPbSNL08WthcOPcCXKdkq5mZsxU6yu { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #UP3oG3TAfoAh3xlHTg46f8nTgqNqpM12 #UsRJIMIzBhGSnNJWIz7U2VQ3qHlT3xzu {  }
 }@media only screen and (max-width: 763px) { #UP3oG3TAfoAh3xlHTg46f8nTgqNqpM12 #pkLqTG8L9PGp7Lk45X0fLFxOnTxMKSEW {  }
 }@media only screen and (max-width: 763px) { #UP3oG3TAfoAh3xlHTg46f8nTgqNqpM12 #kxEvUiQR7iyZGFWgpzrPv6eRC1ElX1iI { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #UP3oG3TAfoAh3xlHTg46f8nTgqNqpM12 #FA74BEedCBdzOfGOER5C1AHWlnRBT9P6 {  }
 }@media only screen and (max-width: 763px) { #UP3oG3TAfoAh3xlHTg46f8nTgqNqpM12 #zszHa2wmb44oO75SitcO0WSTsqLbU1BW {  }
 }@media only screen and (max-width: 763px) { #UP3oG3TAfoAh3xlHTg46f8nTgqNqpM12 #vWoC6Pe8sdI7ktpzcHHoSbkQSf22T8Sf { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #UP3oG3TAfoAh3xlHTg46f8nTgqNqpM12 #UQM2y2xBHniHTxtzPfJcKRxbC8d89ZvG {  }
 }@media only screen and (max-width: 763px) { #UP3oG3TAfoAh3xlHTg46f8nTgqNqpM12 #aKXd34kfRlPUiWDI04b8V05IgkpREDBA {  }
 }@media only screen and (max-width: 763px) { #UP3oG3TAfoAh3xlHTg46f8nTgqNqpM12 #KlN8c35aU2eAqHsneDAfaWelKFuGLZH4 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #UP3oG3TAfoAh3xlHTg46f8nTgqNqpM12 #Kl9MbiRbGTOW2DtiNZXF7mqta4zlbA3U {  }
 }@media only screen and (max-width: 763px) { #UP3oG3TAfoAh3xlHTg46f8nTgqNqpM12 #IOc6cRTXJQySSDZqZon6tg0S9Qysh50w {  }
 }@media only screen and (max-width: 763px) { #z3D9r0FJlP7XptxUnezRX9rnFbpoBBRZ { top:21.4375rem;left:12.473958969116rem;width:26.375rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #S8uRXTlSJCfHgzGcasqKkm3Zsu7yehuu { position:relative;z-index:auto;display:block; }#S8uRXTlSJCfHgzGcasqKkm3Zsu7yehuu > .row .container { width:20rem;height:24.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ddOD3wzlC7nWHQxeAbtsV0Fw4ndAHqbW { width:19.9989375rem;height:10.15625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P5XETDR6dtaTIw7h8vTP23ncRvnVoAGR { width:19.996125rem;height:4.38574375rem;top:17.9658203125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8tmaS6C7p6zmXzqXZRDEkbQx0baw9nD { background-color:transparent;background-image:url("https://images.assets-landingi.com/FeDq5q0e/BG_S2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#w8tmaS6C7p6zmXzqXZRDEkbQx0baw9nD.adaptive-delivery-prevent-bg, #w8tmaS6C7p6zmXzqXZRDEkbQx0baw9nD.lazyload, #w8tmaS6C7p6zmXzqXZRDEkbQx0baw9nD.lazyloading { background-image: none; }#w8tmaS6C7p6zmXzqXZRDEkbQx0baw9nD > .row .container { background-color: transparent; background-image: none; }#w8tmaS6C7p6zmXzqXZRDEkbQx0baw9nD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#w8tmaS6C7p6zmXzqXZRDEkbQx0baw9nD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w8tmaS6C7p6zmXzqXZRDEkbQx0baw9nD > .row .container > .video-iframe-container { display: none; }#w8tmaS6C7p6zmXzqXZRDEkbQx0baw9nD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#w8tmaS6C7p6zmXzqXZRDEkbQx0baw9nD > .row > .video-iframe-container { display: none; }#w8tmaS6C7p6zmXzqXZRDEkbQx0baw9nD > .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); }#w8tmaS6C7p6zmXzqXZRDEkbQx0baw9nD > .row .container { border-width: 0; border-radius: 0; }#w8tmaS6C7p6zmXzqXZRDEkbQx0baw9nD::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; }#w8tmaS6C7p6zmXzqXZRDEkbQx0baw9nD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#w8tmaS6C7p6zmXzqXZRDEkbQx0baw9nD > .row .container { width:20rem;height:48.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rntw8PhmOWmJGzug7k1EiTXRZq5F2mF2 { width:19.99925rem;height:5.5240875rem;top:8.6863431930544rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMwTG2TNrTvqk4ooRAklezBo8TDqobqW { width:19.9956875rem;height:11.046875rem;top:16.456164360046rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0wLFxippVHnC9DqToTspzK2uIBhZswk { width:6.24783125rem;height:3.49681875rem;top:2.2417535781861rem;left:1.4988427162171rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4H9IX09eP21HkueIXAfhtz3W4gMkWT3 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#G4H9IX09eP21HkueIXAfhtz3W4gMkWT3 .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; }
#G4H9IX09eP21HkueIXAfhtz3W4gMkWT3 .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; }
#G4H9IX09eP21HkueIXAfhtz3W4gMkWT3 { width:10.25rem;height:5.6875rem;display:flex;top:1.1472802162171rem;left:9.7518815994262rem;z-index:15007; }
 }@media only screen and (max-width: 763px) { #G4H9IX09eP21HkueIXAfhtz3W4gMkWT3 #p3vpz6DSzmRvgEOs8rMBA1TsZdFQltmk { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #G4H9IX09eP21HkueIXAfhtz3W4gMkWT3 #d4lQbFnb6VAkOxy4khxHsK5ukPHFRf92 {  }
 }@media only screen and (max-width: 763px) { #G4H9IX09eP21HkueIXAfhtz3W4gMkWT3 #poNA0t5RPl3JdsmF4dMXMIfSuqbyamcl {  }
 }@media only screen and (max-width: 763px) { #G4H9IX09eP21HkueIXAfhtz3W4gMkWT3 #FQkR8SnAVpTXxSUuxGXZhCwlTGRkqzlF { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #G4H9IX09eP21HkueIXAfhtz3W4gMkWT3 #MZTgn8vqkqo1EURB1bHSNNe3a9DzZefD {  }
 }@media only screen and (max-width: 763px) { #G4H9IX09eP21HkueIXAfhtz3W4gMkWT3 #u5XhK4BX00VwGLOdi5qgMSqU6TC3qkB7 {  }
 }@media only screen and (max-width: 763px) { #G4H9IX09eP21HkueIXAfhtz3W4gMkWT3 #pgWGOXzuKLn3auz8OAXNvOPmG6P4EKxU { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #G4H9IX09eP21HkueIXAfhtz3W4gMkWT3 #LLUlvC0GgPmpb54922UKerf9H4hSl4PT {  }
 }@media only screen and (max-width: 763px) { #G4H9IX09eP21HkueIXAfhtz3W4gMkWT3 #VFhEThPRVxfNfliRrz2dwlixDJmkqIsT {  }
 }@media only screen and (max-width: 763px) { #G4H9IX09eP21HkueIXAfhtz3W4gMkWT3 #BOEUmqxKpE3xbBonrwqNH6l7kA0SHozd { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #G4H9IX09eP21HkueIXAfhtz3W4gMkWT3 #L5zOTraQfHNCzRB0c7ddR5mTKoKHAqzd {  }
 }@media only screen and (max-width: 763px) { #G4H9IX09eP21HkueIXAfhtz3W4gMkWT3 #X1EevNmKyr3U5OVWtPJ8erlGZDi9LdVE {  }
 }@media only screen and (max-width: 763px) { #MgCT7OU5QCoexg9mNhI3smGITSrTxgT6 { width:19.935625rem;height:14.06175rem;top:27.113718986511rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tqBQ01oT1RfvJCS6PBDTVbcmNWnZcxFz { width:20rem;height:5.84765625rem;top:39.861328125rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CcJPybMNlx5hznKqAZZ2ieZz8P11I5Vy { display:block; }#CcJPybMNlx5hznKqAZZ2ieZz8P11I5Vy > .row .container { width:20rem;height:25.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iDLqPx5nrJmv49EETxT6JI2lTpMThMPu { width:15.2459375rem;height:2.1940125rem;top:15.135272502899rem;left:2.3763022422791rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4RZFMUXzAs0UyyxmaCkghs65nWwZdCf { width:17.4334375rem;height:3.0872375rem;top:21.433015823364rem;left:1.2818288803101rem;font-size:2.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RNv58k8BCmTbNZXtmR6t8TbEJmXhmfca { width:19.996375rem;height:1.21875rem;top:12.765481472016rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTOWUlfw6Su8GpJBFT01LzaQPlxL7RrN { width:19.996375rem;height:2.4375rem;top:17.983941555023rem;left:0.0036168694496155rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fw7heLdBN5pfmVbXCdPDwxtHfWyvbFLp { width:19.996375rem;height:1.625rem;top:10.07523059845rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CGcODWDqbEbQ1FsIkVOJmqmEO6ndbDvw { width:19.99925rem;height:5.1181625rem;top:1.311487197876rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jpu0FuuHsguXrvmqgF9k8IUWZhbkvViC { display:block; }#Jpu0FuuHsguXrvmqgF9k8IUWZhbkvViC > .row .container { width:20rem;height:90.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lyDpk30XM1Tc11BHTBeygPVPZbii6qMS { width:20rem;height:4.875rem;top:2.7183990478516rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PusyrTlnAXdI1wTPCWNPTmv5tZbGVoQz { width:18.9375rem;height:18.75rem;top:11rem;left:0.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fBWEA80Jty890D1CzNUhuXgsebp9Il9H { width:4.5rem;height:4.5rem;top:12.5rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AV9CCMR3kfgurBg4T6gG5ViHCpQU4t5u { width:16.25rem;height:1.94986875rem;top:17rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cbko3zZZpGPoQvk2kOIukJy98TZZexRp { width:16.25rem;height:7.5rem;top:19.6240234375rem;left:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TE0pyE77yEQRgXn5qUMbL50UiDsKemak { width:18.9375rem;height:18.75rem;top:31.375rem;left:0.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GhuahOVXqGem5DQVN2xHJac3DrmE84mz { width:16.25rem;height:6rem;top:41.0615234375rem;left:1.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #L2OtZ0tdfTuiBD8opvBeXmFXN5zTgLyX { width:16.25rem;height:1.94986875rem;top:38.4677734375rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGamiaPSoyyknL0hFXoHqT1eDAxb7e0i { width:4.5rem;height:4.5rem;top:32.96875rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nuBkawTHlXeIbSha2atPebiAzsDqvmTr { width:18.9375rem;height:18.75rem;top:51.8115234375rem;left:0.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lcmMvJtdiWZKkX8LH4U9L3gcaM5Q2I2X { width:16.25rem;height:7.5rem;top:61.3916015625rem;left:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #W7BT38FwdPDRTRiimq1Ggk3IdJCRqtyg { width:20rem;height:1.94986875rem;top:58.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zcJv8TkgiWqQI0L3Wu0eQbd4rqfwDwD0 { width:4.5rem;height:4.5rem;top:53.375rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1aHN6BrknmUgDM6dZtFFKRgSxbkKRSk { width:17.4355625rem;height:3.374025rem;top:72.205078125rem;left:1.28125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3Ri4HQrbRAbiN75tNsU2kz2UzEf276C { display:block; }
 }@media only screen and (max-width: 763px) { #E9J0lM7kOmFn0LTJxUIaE0rGTH1dNDk1 { width:19.996125rem;height:4.2252625rem;top:78.516281127931rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I85F9vc7mx55aCUvB69dsr8S8d85O0Ro .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#I85F9vc7mx55aCUvB69dsr8S8d85O0Ro .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; }
#I85F9vc7mx55aCUvB69dsr8S8d85O0Ro .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; }
#I85F9vc7mx55aCUvB69dsr8S8d85O0Ro { width:10.25rem;height:5.6875rem;display:flex;top:83.953781127931rem;left:4.8750001192093rem;z-index:15007; }
 }@media only screen and (max-width: 763px) { #I85F9vc7mx55aCUvB69dsr8S8d85O0Ro #grtz05WhITSyAUmzOiV5zmPvFSXZNZc4 { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #I85F9vc7mx55aCUvB69dsr8S8d85O0Ro #HboapfPBnhulIvRhHk6sonidTrHl55Ay {  }
 }@media only screen and (max-width: 763px) { #I85F9vc7mx55aCUvB69dsr8S8d85O0Ro #beQSTZIA4kxNNQkagKDAdywOSznvoHAs {  }
 }@media only screen and (max-width: 763px) { #I85F9vc7mx55aCUvB69dsr8S8d85O0Ro #axX10SLULICgJT6I4l9eOkoOoaa9dGGp { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #I85F9vc7mx55aCUvB69dsr8S8d85O0Ro #hKUrpz09dz0aVDGf9ipcbPDWr6FkO5Wg {  }
 }@media only screen and (max-width: 763px) { #I85F9vc7mx55aCUvB69dsr8S8d85O0Ro #HmPhprFq9FDE26cutNawOulxOiF5zSGa {  }
 }@media only screen and (max-width: 763px) { #I85F9vc7mx55aCUvB69dsr8S8d85O0Ro #LDAhezKwT4L15lmE8X889yWO2otQm9Tl { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #I85F9vc7mx55aCUvB69dsr8S8d85O0Ro #Dkz8wZTEKJCLPLeOQyOdqTHcCdZt9UQO {  }
 }@media only screen and (max-width: 763px) { #I85F9vc7mx55aCUvB69dsr8S8d85O0Ro #TJW1ztDXq7T1ozJsO7no6CT05Agyoyb6 {  }
 }@media only screen and (max-width: 763px) { #I85F9vc7mx55aCUvB69dsr8S8d85O0Ro #uRzk3yq04zB3wkFTrQqeXrOTb4rtvMKn { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #I85F9vc7mx55aCUvB69dsr8S8d85O0Ro #PHnafSN1uq1OqUR5FUBo1enuP36s1yQ5 {  }
 }@media only screen and (max-width: 763px) { #I85F9vc7mx55aCUvB69dsr8S8d85O0Ro #euT6VSWrvK7B03ABTgqwdlyL87hhaLqB {  }
 }@media only screen and (max-width: 763px) { #t6fLEVwvxLVkU3zNgXmN3TRENrmF3n2L { display:block; }#t6fLEVwvxLVkU3zNgXmN3TRENrmF3n2L > .row .container { width:20rem;height:10rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RAITXb7NW3BWJq2IfkNf0Gb3ze9KZySU { width:20rem;height:6.82325rem;top:1.25rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5krHpO6AGE9BMn5VtWOdtWzocixQIxV { display:block; }#S5krHpO6AGE9BMn5VtWOdtWzocixQIxV > .row .container { width:20rem;height:60.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rBuKnGegoiDBhvK6XrIh5X2kRVRqkxgQ { width:19.9985625rem;height:23.15625rem;top:2.2222156524658rem;left:0.00072336196899413rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPEc1wvECKOuTiTwV5qru1QtH9mUTl8x { width:19.9985625rem;height:24.375rem;top:33.748563766479rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #blw8dNq0tsGdWiWT5EqZP8ak3Ltcqe7t { width:6.56175rem;height:6.56175rem;top:26.23481464386rem;left:6.7187504768369rem;display:block; }
 }@media only screen and (max-width: 763px) { #lHRGDo0uwdKPNbtVByda5wgFt9O14sTn { display:block; }#lHRGDo0uwdKPNbtVByda5wgFt9O14sTn > .row .container { width:20rem;height:25.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lNfp4D2fVO0yR793PFKRUip3KwToQ5kg { width:19.9985625rem;height:10.3984375rem;top:5.704571723938rem;left:0.00072336196899413rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #CQT0r04qT75kx9mfoTUq2xdCTSKbhMIG { width:3.99956875rem;height:4.1247125rem;top:1.056134223938rem;left:12.435619354248rem;display:block; }
 }@media only screen and (max-width: 763px) { #k9534GhG589l4efzcEILSo5uTgJlLEDr { display:block; }#k9534GhG589l4efzcEILSo5uTgJlLEDr > .row .container { width:20rem;height:19.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cIkLGwBRH37c3bJIUSmJGKEhIt54i1Zm { width:19.99925rem;height:16.8974375rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EwgmLFguDgOO0899xBAKX3y9Rv48dSZd { display:block; }#EwgmLFguDgOO0899xBAKX3y9Rv48dSZd > .row .container { width:20rem;height:19.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rUQCuCszL2rDRmpCObyNoIPW26mpUrTw { width:19.9989375rem;height:10.9678rem;top:8.2487rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2FTQk19qbxO1VvG6sVxd3L4rREuinfT { width:5.7487rem;height:5.7487rem;top:1.25rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTiFwmRhTmcBOtcT0ChcuoMLsfaXiNCc { display:block; }#gTiFwmRhTmcBOtcT0ChcuoMLsfaXiNCc > .row .container { width:20rem;height:83.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KZlbhasq3n5766y2KIV2hSqftFIpSUp6 { width:4.4987rem;height:4.5601875rem;top:11.076389789581rem;left:7.7488431930544rem;display:block; }
 }@media only screen and (max-width: 763px) { #l1bTkLuxNBiT8gCSZSm9XZfhxTnNEZLv { width:19.996375rem;height:7.99805rem;top:43.788341522217rem;left:0rem;font-size:1rem;line-height:1.6;text-align:left;text-align-last:left;display:block; }#l1bTkLuxNBiT8gCSZSm9XZfhxTnNEZLv li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/R2aatcRF/checked_blue.svg); }
 }@media only screen and (max-width: 763px) { #I1hgTbkVqhS73Wc6dt6fqb3VfdZ2g3Tx { width:3.99956875rem;height:3.99956875rem;top:1.25rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #lR2qNLmg95MO792KPB2D9fGyBxWURE7x { width:3.8114875rem;height:3.8114875rem;top:25.574365139008rem;left:8.0931720733644rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHXzHUCl2bOel8M9oF9oCVCb0sktSPbr { width:4.31206875rem;height:4.31206875rem;top:39.592733383179rem;left:7.8428821563719rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vxogoxq9t3RQNsas5pwvfiJcORAp7ORZ { width:4.5601875rem;height:4.5601875rem;top:54.914647102356rem;left:7.7184610366819rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHyVKhywSI0XQZC9kq3wrgER0bF6095z { width:4.37283125rem;height:4.37283125rem;top:71.202982902525rem;left:7.8117771148681rem;display:block; }
 }@media only screen and (max-width: 763px) { #DRWrFkTBC14xozhmuhlfJSfJBnhIkghb { width:19.99675rem;height:3.19986875rem;top:6.49956875rem;left:0rem;font-size:1rem;line-height:1.6;text-align:left;text-align-last:left;display:block; }#DRWrFkTBC14xozhmuhlfJSfJBnhIkghb li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/R2aatcRF/checked_blue.svg); }
 }@media only screen and (max-width: 763px) { #G39d1K7CPxWNaAF2fvpcnZpQzaMuipvf { width:19.996375rem;height:7.99805rem;top:15.575088024139rem;left:0.0036168694496155rem;font-size:1rem;line-height:1.6;text-align:left;text-align-last:left;display:block; }#G39d1K7CPxWNaAF2fvpcnZpQzaMuipvf li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/R2aatcRF/checked_blue.svg); }
 }@media only screen and (max-width: 763px) { #wDvKzNCawIFwZuUS5IouC0sspUTgAD5e { width:19.996375rem;height:6.3984375rem;top:29.887154579163rem;left:0rem;font-size:1rem;line-height:1.6;text-align:left;text-align-last:left;display:block; }#wDvKzNCawIFwZuUS5IouC0sspUTgAD5e li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/R2aatcRF/checked_blue.svg); }
 }@media only screen and (max-width: 763px) { #CCCFDH5Z3TTXsVacZgTMGpkThFJfVrrb { width:19.996375rem;height:6.3984375rem;top:75.514326095581rem;left:0rem;font-size:1rem;line-height:1.6;text-align:left;text-align-last:left;display:block; }#CCCFDH5Z3TTXsVacZgTMGpkThFJfVrrb li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/R2aatcRF/checked_blue.svg); }
 }@media only screen and (max-width: 763px) { #DdUtlDSWTA1dSGVXSX4izUTa2bUbhtA4 { width:19.99675rem;height:9.597675rem;top:59.41360625rem;left:0rem;font-size:1rem;line-height:1.6;text-align:left;text-align-last:left;display:block; }#DdUtlDSWTA1dSGVXSX4izUTa2bUbhtA4 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/R2aatcRF/checked_blue.svg); }
 }@media only screen and (max-width: 763px) { #GVH6Hkm318sDuQs4TUp2C1fO2IpJXSLd { display:block; }#GVH6Hkm318sDuQs4TUp2C1fO2IpJXSLd > .row .container { width:20rem;height:42.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sUrCUBTiExMBHRxQSefTMgh6bsrwT4Ac { width:19.9989375rem;height:5.20019375rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #NlihkNXLpQaRhGucs6ldhvWoxwQ04Wmo { width:19.9989375rem;height:34.921875rem;top:7.6964rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#NlihkNXLpQaRhGucs6ldhvWoxwQ04Wmo li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/KzyQdSfW/right_arrow.svg); }
 }@media only screen and (max-width: 763px) { #rshLInlHlmzn12f51CyTZQeaJkxJGkxr { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/NUfaekG8/pexels_julia_m_cameron_4145347.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;display:block; }#rshLInlHlmzn12f51CyTZQeaJkxJGkxr.adaptive-delivery-prevent-bg, #rshLInlHlmzn12f51CyTZQeaJkxJGkxr.lazyload, #rshLInlHlmzn12f51CyTZQeaJkxJGkxr.lazyloading { background-image: none; }#rshLInlHlmzn12f51CyTZQeaJkxJGkxr > .row .container { background-color: transparent; background-image: none; }#rshLInlHlmzn12f51CyTZQeaJkxJGkxr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rshLInlHlmzn12f51CyTZQeaJkxJGkxr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rshLInlHlmzn12f51CyTZQeaJkxJGkxr > .row .container > .video-iframe-container { display: none; }#rshLInlHlmzn12f51CyTZQeaJkxJGkxr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rshLInlHlmzn12f51CyTZQeaJkxJGkxr > .row > .video-iframe-container { display: none; }#rshLInlHlmzn12f51CyTZQeaJkxJGkxr > .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); }#rshLInlHlmzn12f51CyTZQeaJkxJGkxr > .row .container { width:20rem;height:48.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #grSN8rn4H6wW8uNzdSCwNaItDolRmx4f { width:19.9980625rem;height:10.3984375rem;top:1.4990234375rem;left:0.0009765625rem;font-size:2rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #rGi28N4QSos2krDSKf5Pqdnu8EwmabKB { width:17.6865rem;height:14.610375rem;top:13.7939453125rem;left:1.15625rem;font-size:1rem;display:block; }#rGi28N4QSos2krDSKf5Pqdnu8EwmabKB li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/R2aatcRF/checked_blue.svg); }
 }@media only screen and (max-width: 763px) { #oim9o7e6MrmdUqhns3JWbrVXIvXrTBPq { width:20rem;height:34.6875rem;top:11.8974609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zH5d5JpbfikVE79lAZgGB3TTGNM8C0z0 { width:9.0615rem;height:15.374rem;top:26.271484375rem;left:9.8427734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p5g4rdLCNKTcwQG7wObm29NX69yS1kZl { width:17.3115rem;height:17.20993125rem;top:27.3828125rem;left:1.34375rem;font-size:1rem;display:block; }#p5g4rdLCNKTcwQG7wObm29NX69yS1kZl li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/R2aatcRF/checked_blue.svg); }
 }@media only screen and (max-width: 763px) { #qgb7c5kPFnTaQJqCQfc149UegDK1eB1s { display:block; }#qgb7c5kPFnTaQJqCQfc149UegDK1eB1s > .row .container { width:20rem;height:89.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FIp94RAog0pqfb7QaQtri81imdaaPWJd { width:20rem;height:10.3984375rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fOffThb1LW3f8XxPqBQrQkbRT4pHfDax { width:8.6230625rem;height:12.4989375rem;top:13.0193125rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P3LP2CznCrWmotWcFDQNz0UcFJ27kqzc { width:19.9989375rem;height:16.793rem;top:30.0295375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTzyKGOLUUaRLzbTysz66Fpwslom47VC { width:19.9989375rem;height:1.94986875rem;top:26.76825rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JP0ZOkpZQOTQ0t16qFvROw3kfO6qfQG0 { width:11.8739375rem;height:17.1235rem;top:68.0217625rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9JXDBdurm1VkRldFewBqXUtrv62mI9e { width:19.9989375rem;height:15.3935625rem;top:51.2622rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fOXx2SEGvh7IuGGocVWpt5sBqrJ6OFOG { width:11.5614375rem;height:1.94986875rem;top:48.0634125rem;left:4.1875rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #u55EMwzhAym2EpdNK9MaChU5fVDPMBaL { display:block; }#u55EMwzhAym2EpdNK9MaChU5fVDPMBaL > .row .container { width:20rem;height:15.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C8krsH2Jg03JEraNsQF2yQDix814pKFJ { width:4.624025rem;height:1.56005625rem;top:11.993000984192rem;left:15.375161528587rem;display:block; }
 }@media only screen and (max-width: 763px) { #kUIkksRdIPOEvAlFrVbP38Xt28ozVRuU { width:3.49609375rem;height:1.62109375rem;top:13.551432609558rem;left:16.503091216088rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLfCgGxLfzR6by2AUZq2dfuruzBdT0a3 { width:12.43325rem;height:0.9749375rem;top:11.018878936767rem;left:6.87825524807rem;font-size:0.75rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #rMCTdNHR8ZTvBRkGtqOp3KmlDMtIQ7Sc { width:19.8726875rem;height:14.06175rem;top:0.62351989746094rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNTgT2TQwg9Vc1iglnTGqdabd54h4Zat { display:block; }#cNTgT2TQwg9Vc1iglnTGqdabd54h4Zat > .row .container { width:20rem;height:31.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q9xTRJUWoSU7ElrF0pWAGve4S2uImC3r { width:19.9989375rem;height:3.2487rem;top:21.5067625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K7uAGLVE3RFlk8OKQs552UXr7wqHf4p8 { display:block; }
 }@media only screen and (max-width: 763px) { #lIgf4ydkGtxnueyTsmnUGJRwGmbA6WMn { width:19.99675rem;height:9.75rem;top:8.06206875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWTUbaaCyraEHzuNqD34CW9lH8gTTtVT { width:19.99675rem;height:1.13736875rem;top:19.05819375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLeX5tq9UitciaTI7Ceeg8oTUC5W4lAH { width:12.4323125rem;height:0.9749375rem;top:27.588409423828rem;left:7.56705725193rem;font-size:0.75rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #EUHSRII0IkEPIMpkZcPeyTeFnBGHNGyz { width:12.4355625rem;height:0.9749375rem;top:29.187500953674rem;left:7.5638023614881rem;font-size:0.75rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #UP3oG3TAfoAh3xlHTg46f8nTgqNqpM12 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#UP3oG3TAfoAh3xlHTg46f8nTgqNqpM12 .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; }
#UP3oG3TAfoAh3xlHTg46f8nTgqNqpM12 .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; }
#UP3oG3TAfoAh3xlHTg46f8nTgqNqpM12 { width:10rem;height:5.5625rem;display:flex;top:1.25rem;left:5rem;z-index:15007; }
 }@media only screen and (max-width: 763px) { #UP3oG3TAfoAh3xlHTg46f8nTgqNqpM12 #tynPbSNL08WthcOPcCXKdkq5mZsxU6yu { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #UP3oG3TAfoAh3xlHTg46f8nTgqNqpM12 #UsRJIMIzBhGSnNJWIz7U2VQ3qHlT3xzu {  }
 }@media only screen and (max-width: 763px) { #UP3oG3TAfoAh3xlHTg46f8nTgqNqpM12 #pkLqTG8L9PGp7Lk45X0fLFxOnTxMKSEW {  }
 }@media only screen and (max-width: 763px) { #UP3oG3TAfoAh3xlHTg46f8nTgqNqpM12 #kxEvUiQR7iyZGFWgpzrPv6eRC1ElX1iI { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #UP3oG3TAfoAh3xlHTg46f8nTgqNqpM12 #FA74BEedCBdzOfGOER5C1AHWlnRBT9P6 {  }
 }@media only screen and (max-width: 763px) { #UP3oG3TAfoAh3xlHTg46f8nTgqNqpM12 #zszHa2wmb44oO75SitcO0WSTsqLbU1BW {  }
 }@media only screen and (max-width: 763px) { #UP3oG3TAfoAh3xlHTg46f8nTgqNqpM12 #vWoC6Pe8sdI7ktpzcHHoSbkQSf22T8Sf { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #UP3oG3TAfoAh3xlHTg46f8nTgqNqpM12 #UQM2y2xBHniHTxtzPfJcKRxbC8d89ZvG {  }
 }@media only screen and (max-width: 763px) { #UP3oG3TAfoAh3xlHTg46f8nTgqNqpM12 #aKXd34kfRlPUiWDI04b8V05IgkpREDBA {  }
 }@media only screen and (max-width: 763px) { #UP3oG3TAfoAh3xlHTg46f8nTgqNqpM12 #KlN8c35aU2eAqHsneDAfaWelKFuGLZH4 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #UP3oG3TAfoAh3xlHTg46f8nTgqNqpM12 #Kl9MbiRbGTOW2DtiNZXF7mqta4zlbA3U {  }
 }@media only screen and (max-width: 763px) { #UP3oG3TAfoAh3xlHTg46f8nTgqNqpM12 #IOc6cRTXJQySSDZqZon6tg0S9Qysh50w {  }
 }@media only screen and (max-width: 763px) { #z3D9r0FJlP7XptxUnezRX9rnFbpoBBRZ { width:20rem;height:0.9749375rem;top:25.286456108093rem;left:0rem;font-size:0.75rem;display:block; }
 }