.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;
}
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;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KqqycMSHntq0BtBDSFBFG5zwkyscTNqn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KqqycMSHntq0BtBDSFBFG5zwkyscTNqn > .row .container { background-color: transparent; background-image: none; }#KqqycMSHntq0BtBDSFBFG5zwkyscTNqn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KqqycMSHntq0BtBDSFBFG5zwkyscTNqn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KqqycMSHntq0BtBDSFBFG5zwkyscTNqn > .row .container > .video-iframe-container { display: none; }#KqqycMSHntq0BtBDSFBFG5zwkyscTNqn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KqqycMSHntq0BtBDSFBFG5zwkyscTNqn > .row > .video-iframe-container { display: none; }#KqqycMSHntq0BtBDSFBFG5zwkyscTNqn > .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); }#KqqycMSHntq0BtBDSFBFG5zwkyscTNqn > .row .container { border-width: 0; border-radius: 0; }#KqqycMSHntq0BtBDSFBFG5zwkyscTNqn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KqqycMSHntq0BtBDSFBFG5zwkyscTNqn > .row .container { font-size:0.875rem;font-family:arial;height:10.25rem;width:75rem;position:relative;display:block; }#aO0pmUQ3LG77uSCJPUWzZHrmKqpDG5Jx { position:absolute;display:block;z-index:15001;background-color:rgba(255,255,255,0.44);background-image:none;border-top:0.125rem solid rgba(0,0,0,0);border-left:0.125rem solid rgba(0,0,0,0);border-right:0.125rem solid rgba(0,0,0,0);border-bottom:0.125rem solid rgba(0,0,0,0);border-top-left-radius:3.3125rem;border-top-right-radius:3.3125rem;border-bottom-left-radius:3.3125rem;border-bottom-right-radius:3.3125rem;box-shadow: 0.0625rem 0.3125rem 0.9375rem rgba(155,160,172,0.29) ;height:5.3125rem;width:30.25rem;top:2.125rem;left:18.75rem;display:block; }
#vp7ZCFANrDmKcD6QUnARKEpa04JAIzNH { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.8125rem;width:17.4375rem;top:2rem;left:0rem;overflow:hidden;display:block; }
#XVS73gbM0ZuWprpElJb7gMJiTBBI3xNd { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:10.9375rem;top:2.5625rem;left:61.25rem;overflow:hidden;display:block; }
#A8mKiS91ArgbLv97i2Qxy7mC1IHdart4 { position:absolute;display:block;z-index:15055;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:7.9355625rem;top:3rem;left:20.875rem;overflow:hidden;display:block; }
#yqhMyVnoF9Sp8SUtWMyMsMoCq2el387H { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:5.1875rem;top:3.09375rem;left:30.1875rem;overflow:hidden;display:block; }
#pJ9sADpP5DNs0prTmc4n8SVIZBIDNkwQ { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:5.625rem;top:5.625rem;left:39.25rem;overflow:hidden;display:block; }
#fnDZXIuXmlp5hyf7eKUwP4EoFfE8WovF { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.999025rem;width:10.3730625rem;top:2.9375rem;left:36.5009765625rem;overflow:hidden;display:block; }
#udHb0EFPGQ36RNQtK1KZ7Qd3iLn9DLkP { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.9375rem;width:4.5625rem;top:5.78125rem;left:30.5625rem;overflow:hidden;display:block; }
#hwdVsUigliiUERTx0gRsJym3CZ2LLBgG { position:absolute;display:block;z-index:15041;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:1rem;width:5.625rem;top:5.75rem;left:22.75rem;overflow:hidden;display:block; }
#rSmraTIkLxtvrxCtNbcu7eieqP7h19qF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/806f0bba-e88c-4e86-b15d-4694fe74077d/backingforheaders_Soluthead1copia8.svg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rSmraTIkLxtvrxCtNbcu7eieqP7h19qF.adaptive-delivery-prevent-bg, #rSmraTIkLxtvrxCtNbcu7eieqP7h19qF.lazyload, #rSmraTIkLxtvrxCtNbcu7eieqP7h19qF.lazyloading { background-image: none; }#rSmraTIkLxtvrxCtNbcu7eieqP7h19qF > .row .container { background-color: transparent; background-image: none; }#rSmraTIkLxtvrxCtNbcu7eieqP7h19qF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rSmraTIkLxtvrxCtNbcu7eieqP7h19qF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rSmraTIkLxtvrxCtNbcu7eieqP7h19qF > .row .container > .video-iframe-container { display: none; }#rSmraTIkLxtvrxCtNbcu7eieqP7h19qF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rSmraTIkLxtvrxCtNbcu7eieqP7h19qF > .row > .video-iframe-container { display: none; }#rSmraTIkLxtvrxCtNbcu7eieqP7h19qF > .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); }#rSmraTIkLxtvrxCtNbcu7eieqP7h19qF > .row .container { border-width: 0; border-radius: 0; }#rSmraTIkLxtvrxCtNbcu7eieqP7h19qF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rSmraTIkLxtvrxCtNbcu7eieqP7h19qF > .row .container { font-size:0.875rem;font-family:arial;height:54.25rem;width:75rem;position:relative;display:block; }#ByezpX2bTcD9TCKkcQQg4bPdGRcStgiu { color:#ffffff;display:block;width:32.6875rem;position:absolute;font-family:montserrat;font-size:3.875rem;font-weight:400;z-index:15066;line-height:1.3;letter-spacing:0;top:4.5rem;left:2.8125rem;height:5.0371125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xiORfmtwXGhdUsPQdob10b5agVAeyTVJ { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(240,239,245,0.16), rgba(255,255,255,0.06));background-image: -moz-linear-gradient(180deg, rgba(240,239,245,0.16), rgba(255,255,255,0.06));background-image: -ms-linear-gradient(180deg, rgba(240,239,245,0.16), rgba(255,255,255,0.06));background-image: -o-linear-gradient(180deg, rgba(240,239,245,0.16), rgba(255,255,255,0.06));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#28f0eff5', endColorstr='#0fffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#28f0eff5', endColorstr='#0fffffff' );";background-image: linear-gradient(180deg, rgba(240,239,245,0.16), rgba(255,255,255,0.06));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.3) ;height:16.625rem;width:42.8125rem;top:13.998046875rem;left:2.8125rem;display:block; }
#soUThri1TZG9rcaxnOl1Ba5NRpqmGnsA { color:#ffffff;display:block;width:35.5625rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:15.6875rem;left:6.4375rem;height:3.736325rem;text-align:center;text-align-last:center;display:block; }
#XFednWvA2ShL1BvZoMLfHE4446hVluc0 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.125rem;width:10.6875rem;top:21rem;left:2.8125rem;overflow:hidden;display:block; }
#zvtp07143vyJVKW4DFnPIXMFzRQP2GdG { 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:6.5625rem;width:11.3125rem;top:21.28125rem;left:13.4375rem;overflow:hidden;display:block; }
#R5Hxqyr3VvMRzhTGXwaly1cHCnNnaVoX { 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:8rem;width:12.0625rem;top:20.5625rem;left:25rem;overflow:hidden;display:block; }
#QRVhCrhq0osS30D06QD0XJCkzgkrt4Uv { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ff9d00, #e77320);background-image: -moz-linear-gradient(90deg, #ff9d00, #e77320);background-image: -ms-linear-gradient(90deg, #ff9d00, #e77320);background-image: -o-linear-gradient(90deg, #ff9d00, #e77320);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9d00', endColorstr='#e77320' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9d00', endColorstr='#e77320' );";background-image: linear-gradient(90deg, #ff9d00, #e77320);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.625rem;border-top-right-radius:2.625rem;border-bottom-left-radius:2.625rem;border-bottom-right-radius:2.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.25rem;height:4rem;text-decoration:none;z-index:15112;text-align:center;text-align-last:center;top:45.3125rem;left:2.8125rem;display:block; }
#lEJr1PvGlkHMz8knddGNItuqrJLJhVHX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#moagtmtfs66iQJKbwgW625WtBA23XzFS { position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(240,239,245,0.19), rgba(253,253,253,0.12));background-image: -moz-linear-gradient(180deg, rgba(240,239,245,0.19), rgba(253,253,253,0.12));background-image: -ms-linear-gradient(180deg, rgba(240,239,245,0.19), rgba(253,253,253,0.12));background-image: -o-linear-gradient(180deg, rgba(240,239,245,0.19), rgba(253,253,253,0.12));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#30f0eff5', endColorstr='#1efdfdfd' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#30f0eff5', endColorstr='#1efdfdfd' );";background-image: linear-gradient(180deg, rgba(240,239,245,0.19), rgba(253,253,253,0.12));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.3) ;height:4.75rem;width:14.1875rem;top:42.8125rem;left:3.375rem;display:block; }
#d1QN1Sx4F6HqeryKkPRPNT7rJlArsTbb { color:#ffffff;display:block;width:14.1875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:43.5rem;left:3.375rem;height:1.05rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GtsxSTSSeeH6iSJkQwGka0EPexaHErpI { 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:8.5625rem;width:8.0625rem;top:20.5625rem;left:36.4375rem;overflow:hidden;display:block; }
#gpdNIMFcO6Tt00NPcAob8vsg9TfNoHiI { position:absolute;display:block;z-index:15082;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.375rem;width:34.9375rem;top:32.5rem;left:2.8125rem;overflow:hidden;display:block; }
#k92RTlciapIG1ffSKeI50bw8cbMU5EpU { color:#662483;display:block;width:21.5625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15112;line-height:1.4;letter-spacing:0;top:34.400001525879rem;left:9.3750019073488rem;height:4.19824375rem;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; }
#XxP19mL1H2zZ02vHFwh7K9N9xOgTRbAc { position:absolute;display:block;z-index:15088;height:29.125rem;width:21.8125rem;top:2.1875rem;left:49.21875rem;display:block; }
#N2ZBxmRelUWy1gcbrFDqqJaKDAAfqTbV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#N2ZBxmRelUWy1gcbrFDqqJaKDAAfqTbV > .row .container { background-color: transparent; background-image: none; }#N2ZBxmRelUWy1gcbrFDqqJaKDAAfqTbV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N2ZBxmRelUWy1gcbrFDqqJaKDAAfqTbV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N2ZBxmRelUWy1gcbrFDqqJaKDAAfqTbV > .row .container > .video-iframe-container { display: none; }#N2ZBxmRelUWy1gcbrFDqqJaKDAAfqTbV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N2ZBxmRelUWy1gcbrFDqqJaKDAAfqTbV > .row > .video-iframe-container { display: none; }#N2ZBxmRelUWy1gcbrFDqqJaKDAAfqTbV > .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); }#N2ZBxmRelUWy1gcbrFDqqJaKDAAfqTbV > .row .container { border-width: 0; border-radius: 0; }#N2ZBxmRelUWy1gcbrFDqqJaKDAAfqTbV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#N2ZBxmRelUWy1gcbrFDqqJaKDAAfqTbV > .row .container { font-size:0.875rem;font-family:arial;height:51.875rem;width:75rem;position:relative;display:block; }#zwk3Rnw7RR5bNFdp3ocrN6KE9lHDhp1c { color:#585858;display:block;width:8.6875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15040;line-height:1.4;letter-spacing:0;top:20.0615234375rem;left:39.4990234375rem;height:3.67383125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GaadwmmUPk414AIlJH5CBAWKe1EVWJ7N { color:#585858;display:block;width:9.25rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15039;line-height:1.4;letter-spacing:0;top:20.0615234375rem;left:27.1865234375rem;height:4.8984375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RTKRzkMiKD2CV1rkGL3USLwLQreOTSlG { color:#585858;display:block;width:8.5rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15042;line-height:1.4;letter-spacing:0;top:20.0615234375rem;left:14.4677734375rem;height:6.12305rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#r4AWvrTnbiQpXQaJLuTiWrcXdmv2sQad { color:#585858;display:block;width:8.8125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15041;line-height:1.4;letter-spacing:0;top:20.0615234375rem;left:2.75rem;height:6.12305rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mGmzJNDXnUM0BDSo8yOc3G2i1pIeA1tG { color:#585858;display:block;width:7.6875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15044;line-height:1.4;letter-spacing:0;top:20.0615234375rem;left:64.8740234375rem;height:6.12305rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CuWPPuPondMPWSe4A9UsimewRCS0E8m5 { color:#585858;display:block;width:11.25rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15043;line-height:1.4;letter-spacing:0;top:20.0615234375rem;left:52.0615234375rem;height:4.8984375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#z2gno88UvdLm85KcDLlBpkRt2a6E6fci { position:absolute;display:block;z-index:15046;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;height:7.5rem;width:7.5rem;top:11.8115234375rem;left:2.6875rem;overflow:hidden;display:block; }
#QQ2pRbaFonNCrPWZ0H9n1B9f8vTg2wcT { position:absolute;display:block;z-index:15047;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;height:7.5rem;width:7.5rem;top:11.9375rem;left:14.5rem;overflow:hidden;display:block; }
#ZzcmifmZ43JQPlRtfIri98asWoOx4oMq { position:absolute;display:block;z-index:15048;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;height:7.5rem;width:7.5rem;top:11.9375rem;left:27.1875rem;overflow:hidden;display:block; }
#IrAqnWFGAGAga0FpML35BiIOlAKzhWBH { position:absolute;display:block;z-index:15049;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;height:7.5rem;width:7.5rem;top:11.9375rem;left:39.5rem;overflow:hidden;display:block; }
#R6R7wL2338hHuWcMRTAgJyfPyIDoEIQJ { position:absolute;display:block;z-index:15050;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;height:7.5rem;width:7.5rem;top:11.9375rem;left:52.1875rem;overflow:hidden;display:block; }
#Pim4Hxzsi67V8O12TheDzdMzSc1t38Mb { position:absolute;display:block;z-index:15051;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;height:7.5rem;width:7.5rem;top:11.9375rem;left:64.875rem;overflow:hidden;display:block; }
#Xs6UHBcTJgliiKCNSgOLMmlTSebFT2IC { color:#585858;display:block;width:8.3125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15056;line-height:1.4;letter-spacing:0;top:39.623046875rem;left:64.8740234375rem;height:6.12305rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VP6ebtTJCKAU97UMuMbRxTKO3rb9f4oJ { color:#585858;display:block;width:8.875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15055;line-height:1.4;letter-spacing:0;top:39.5087890625rem;left:52.060546875rem;height:6.12305rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KhBxSdzarcyr9iVKe5dF4Uc7LBAqGw2V { color:#585858;display:block;width:9.75rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15052;line-height:1.4;letter-spacing:0;top:39.3740234375rem;left:39.498046875rem;height:4.8984375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BF3z3nrrGSw91K2Nplyck0FQO1BH9sPD { color:#585858;display:block;width:11.25rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15051;line-height:1.4;letter-spacing:0;top:39.560546875rem;left:27.1865234375rem;height:4.8984375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AyZgc0Ukmw4X5rbvso0SxMsZIdqQsoyf { color:#585858;display:block;width:8.9375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15054;line-height:1.4;letter-spacing:0;top:39.623046875rem;left:14.4365234375rem;height:6.12305rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MeQyp2iXoqdrae2STnstGFVuIgZwXb5W { position:absolute;display:block;z-index:15059;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;height:7.5rem;width:7.5rem;top:31.3740234375rem;left:14.5615234375rem;overflow:hidden;display:block; }
#ZRPrbVmpsnArA3bMTE7FIurE1uT0D6ny { position:absolute;display:block;z-index:15060;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;height:7.5rem;width:7.5rem;top:31.2490234375rem;left:27.1875rem;overflow:hidden;display:block; }
#y5Lb21Qy1oci0nRJ3WlsUsLXVJOdIyBy { position:absolute;display:block;z-index:15061;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;height:7.5rem;width:7.5rem;top:31.1240234375rem;left:39.5615234375rem;overflow:hidden;display:block; }
#qXrOkMhzlfpu5iFUOWevk2k2uQbv4iOF { position:absolute;display:block;z-index:15062;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;height:7.5rem;width:7.5rem;top:31.3115234375rem;left:52.1875rem;overflow:hidden;display:block; }
#ytXEHulaE6ToTVtQ2BaGkETx2VkWxu3Z { position:absolute;display:block;z-index:15063;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;height:7.5rem;width:7.5rem;top:31.3740234375rem;left:64.8125rem;overflow:hidden;display:block; }
#LwaCeKhkH7ws5Glm5EG70OqwJTlEhrV0 { color:#585858;display:block;width:9rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15053;line-height:1.4;letter-spacing:0;top:39.3740234375rem;left:2.841796875rem;height:7.3476625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QEsfZVTmTmbM6wguKFznRbhNpnvuiSnm { position:absolute;display:block;z-index:15058;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;height:7.5rem;width:7.5rem;top:31.1240234375rem;left:2.6875rem;overflow:hidden;display:block; }
#XDvT7RPwX2ehW75rJd5lZuRSbWSQL3Wg { position:absolute;display:block;z-index:15017;background-color:#12b058;background-image:url("https://images.assets-landingi.com/uc/8fc9f778-f96a-43ee-b1ff-2f1da964fd0f/image43.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:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;height:4.8125rem;width:34.375rem;top:3.3125rem;left:2.6875rem;display:block; }#XDvT7RPwX2ehW75rJd5lZuRSbWSQL3Wg.adaptive-delivery-prevent-bg, #XDvT7RPwX2ehW75rJd5lZuRSbWSQL3Wg.lazyload, #XDvT7RPwX2ehW75rJd5lZuRSbWSQL3Wg.lazyloading { background-image: none; }
#DTnFpFFBEnFGGWcKZSxHSI5VrKIidmsA { color:#ffffff;display:block;width:28.9375rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:400;z-index:15067;line-height:1.3;letter-spacing:0;top:4.5rem;left:5.5rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bI4tKxdQNSX6glJbMGao2ygyESmncnKB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f0eff5;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; }#bI4tKxdQNSX6glJbMGao2ygyESmncnKB > .row .container { background-color: transparent; background-image: none; }#bI4tKxdQNSX6glJbMGao2ygyESmncnKB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bI4tKxdQNSX6glJbMGao2ygyESmncnKB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bI4tKxdQNSX6glJbMGao2ygyESmncnKB > .row .container > .video-iframe-container { display: none; }#bI4tKxdQNSX6glJbMGao2ygyESmncnKB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bI4tKxdQNSX6glJbMGao2ygyESmncnKB > .row > .video-iframe-container { display: none; }#bI4tKxdQNSX6glJbMGao2ygyESmncnKB > .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); }#bI4tKxdQNSX6glJbMGao2ygyESmncnKB > .row .container { border-width: 0; border-radius: 0; }#bI4tKxdQNSX6glJbMGao2ygyESmncnKB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bI4tKxdQNSX6glJbMGao2ygyESmncnKB > .row .container { font-size:0.875rem;font-family:arial;height:56.25rem;width:75rem;position:relative;display:block; }#nRVMpbOSQrO1bGIO0k4MmuiJeAmTNQVZ { color:#585858;display:block;width:6.25rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15037;line-height:1.6;letter-spacing:0;top:31.9990234375rem;left:8.1865234375rem;height:1.2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#X7c9OlkebvvmUXdocOeEGiHZ46zGxkpN { color:#585858;display:block;width:6.25rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15038;line-height:1.6;letter-spacing:0;top:31.9990234375rem;left:20.4365234375rem;height:1.2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EAw0VaOWqICCUD5qP4aeDUOrH4Uh88LW { 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:7.875rem;width:11.875rem;top:32.9990234375rem;left:11.0615234375rem;overflow:hidden;display:block; }
#SuqnwpnMPdS6oD97qKTD9VzxdaxaZGJL { color:#585858;display:block;width:6.25rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15042;line-height:1.6;letter-spacing:0;top:40.8740234375rem;left:13.8740234375rem;height:1.2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pyX9a8BpqcrK75EPCXeVLUPOJaIQoSAS { position:absolute;display:block;z-index:15057;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.875rem;width:21.875rem;top:43.9990234375rem;left:7.2490234375rem;overflow:hidden;display:block; }
#RuzElrDTfz6IZTRcWFvKaK24uAwud2Gf { color:#585858;display:block;width:6.25rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15044;line-height:1.6;letter-spacing:0;top:49.6875rem;left:15.0615234375rem;height:1.2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FDcHOs76OgDMP3RQQITWP4hrk25ASFrm { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:11.25rem;top:11.935546875rem;left:13.8740234375rem;overflow:hidden;display:block; }
#u4qTUT2b2AMtxxRbGwthTqrST14mE3bB { color:#585858;display:block;width:19.6875rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15036;line-height:1.6;letter-spacing:0;top:16.8623046875rem;left:8.90625rem;height:1.2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zlxSIJ9Km60O8lq0da4O7C3GNml35JQP { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.81206875rem;width:9.375rem;top:20.0791015625rem;left:14.0625rem;overflow:hidden;display:block; }
#ny4uAugvUe7Mf3UiDcnBQOnZaTagMdDp { position:absolute;display:block;z-index:15053;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:11.25rem;top:24.4990234375rem;left:5.6865234375rem;overflow:hidden;display:block; }
#JfSGDTMow7u5Ct0Clyot6SmQfxgTni75 { position:absolute;display:block;z-index:15054;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:11.25rem;top:24.4990234375rem;left:17.9365234375rem;overflow:hidden;display:block; }
#qBqaa6eSTyMFgethgtGStkdfbLrtMrCJ { color:#585858;display:block;width:6.25rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15042;line-height:1.6;letter-spacing:0;top:49.7490234375rem;left:59.8740234375rem;height:1.2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tNIaRiqGhQzkMbWrza3r9FcBfJTXJVTN { color:#585858;display:block;width:6.25rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15041;line-height:1.6;letter-spacing:0;top:49.7490234375rem;left:47.9365234375rem;height:1.2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XdqnOhogT9a9zyR5lu70uOFnaEEKv0Qs { position:absolute;display:block;z-index:15056;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.4375rem;width:8.125rem;top:40.7490234375rem;left:46rem;overflow:hidden;display:block; }
#S9JwAdbmBPevWU4OoWAShullxLTbJw8T { position:absolute;display:block;z-index:15057;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.75rem;width:8.125rem;top:40.625rem;left:58.9365234375rem;overflow:hidden;display:block; }
#p0sIcuBf2ZTBJJlPTwwKJDwH9g3ilzWi { position:absolute;display:block;z-index:15055;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.3125rem;width:9.375rem;top:25.5615234375rem;left:58.3115234375rem;overflow:hidden;display:block; }
#UTy0nc5ekK0dCuSJ6ZruxOxqkk6pZMyk { position:absolute;display:block;z-index:15054;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.3125rem;width:12.5rem;top:26.5625rem;left:43.8125rem;overflow:hidden;display:block; }
#QFi8EMifFqhT2HT1RyE7iFVRAOTW5aTN { color:#585858;display:block;width:6.25rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15040;line-height:1.6;letter-spacing:0;top:35.8740234375rem;left:48.125rem;height:1.2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Kr8lOvln0AyxH9kV8uBffvCvATJlr5Ta { color:#585858;display:block;width:6.25rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15041;line-height:1.6;letter-spacing:0;top:35.8740234375rem;left:59.8740234375rem;height:1.2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gFDbfT8ZmNN6QNC8CQfF0eDytCcTtm29 { position:absolute;display:block;z-index:15042;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.99956875rem;width:5.24956875rem;top:18.984375rem;left:53.6240234375rem;overflow:hidden;display:block; }
#ZNfG0xentuJBxMCoubb2gKWx716Si7ug { color:#585858;display:block;width:19.561625rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15036;line-height:1.6;letter-spacing:0;top:16.8623046875rem;left:46.4677734375rem;height:1.2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qg54snZWfvsnJlV7dHEx13taPSToWLRq { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.37413125rem;width:9.249125rem;top:12.375rem;left:51.75rem;overflow:hidden;display:block; }
#aDA1UwOiWIxoZIuPXpBM4J1p8NZ6yFiq { position:absolute;display:block;z-index:15004;background-color:#f0eff5;background-image:none;border-top:0.125rem solid rgba(0,0,0,0);border-left:0.125rem solid rgba(0,0,0,0);border-right:0.125rem solid rgba(0,0,0,0);border-bottom:0.125rem solid rgba(0,0,0,0);border-top-left-radius:3.3125rem;border-top-right-radius:3.3125rem;border-bottom-left-radius:3.3125rem;border-bottom-right-radius:3.3125rem;box-shadow: 0.0625rem 0.3125rem 0.9375rem rgba(155,160,172,0.29) ;height:3.75rem;width:15.8105625rem;top:11.396484375rem;left:11.060546875rem;display:block; }
#OF6ur4T8xnUboHhr9mKarmaxPvWVE6bA { position:absolute;display:block;z-index:15005;background-color:#f0eff5;background-image:none;border-top:0.125rem solid rgba(0,0,0,0);border-left:0.125rem solid rgba(0,0,0,0);border-right:0.125rem solid rgba(0,0,0,0);border-bottom:0.125rem solid rgba(0,0,0,0);border-top-left-radius:3.3125rem;border-top-right-radius:3.3125rem;border-bottom-left-radius:3.3125rem;border-bottom-right-radius:3.3125rem;box-shadow: 0.0625rem 0.3125rem 0.9375rem rgba(155,160,172,0.29) ;height:3.75rem;width:15.8105625rem;top:11.4375rem;left:48.375rem;display:block; }
#UKdOoqqrcy56OVHAvcTZPGzQTZmq2VeU { position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;border-top:0.125rem solid #aed3f8;border-left:0.125rem solid #aed3f8;border-right:0.125rem solid #aed3f8;border-bottom:0.125rem solid #aed3f8;border-top-left-radius:3.375rem;border-top-right-radius:3.375rem;border-bottom-left-radius:3.375rem;border-bottom-right-radius:3.375rem;box-shadow: none;height:38.9375rem;width:28.6875rem;top:13.27734375rem;left:4.3359375rem;display:block; }
#sgJiupM7mBVfULnW1RWusS9OrrGZvG2c { position:absolute;display:block;z-index:14999;background-color:transparent;background-image:none;border-top:0.125rem solid #aed3f8;border-left:0.125rem solid #aed3f8;border-right:0.125rem solid #aed3f8;border-bottom:0.125rem solid #aed3f8;border-top-left-radius:3.375rem;border-top-right-radius:3.375rem;border-bottom-left-radius:3.375rem;border-bottom-right-radius:3.375rem;box-shadow: none;height:38.936625rem;width:28.6870625rem;top:13.0595703125rem;left:41.8359375rem;display:block; }
#L5TwqANrTiPsuGesdAkVm5ZZVf7BQ05V { position:absolute;display:block;z-index:15006;background-color:#f0eff5;background-image:none;border-top:0.125rem solid #aed3f8;border-left:0.125rem solid #aed3f8;border-right:0.125rem solid #aed3f8;border-bottom:0.125rem solid #aed3f8;border-top-left-radius:3.1875rem;border-top-right-radius:3.1875rem;border-bottom-left-radius:3.1875rem;border-bottom-right-radius:3.1875rem;box-shadow: none;height:3.125rem;width:0.9375rem;top:39.83984375rem;left:3.8115234375rem;display:block; }
#vNBZaxNHfgFrUhIdEF4LgZbkbaLauIXp { position:absolute;display:block;z-index:15007;background-color:#f0eff5;background-image:none;border-top:0.125rem solid #aed3f8;border-left:0.125rem solid #aed3f8;border-right:0.125rem solid #aed3f8;border-bottom:0.125rem solid #aed3f8;border-top-left-radius:3.1875rem;border-top-right-radius:3.1875rem;border-bottom-left-radius:3.1875rem;border-bottom-right-radius:3.1875rem;box-shadow: none;height:3.125rem;width:0.9375rem;top:18.060546875rem;left:70.0283203125rem;display:block; }
#em2oLry2pI2Sxfxw3hSdLeTXX6nlLlFD { position:absolute;display:block;z-index:15005;background-color:#f0eff5;background-image:none;border-top:0.125rem solid rgba(0,0,0,0);border-left:0.125rem solid rgba(0,0,0,0);border-right:0.125rem solid rgba(0,0,0,0);border-bottom:0.125rem solid rgba(0,0,0,0);border-top-left-radius:3.3125rem;border-top-right-radius:3.3125rem;border-bottom-left-radius:3.3125rem;border-bottom-right-radius:3.3125rem;box-shadow: 0.0625rem 0.3125rem 0.9375rem rgba(155,160,172,0.29) ;height:3.75rem;width:15.8105625rem;top:19.1162109375rem;left:10.7734375rem;display:block; }
#xxWBCNVAux8CVuAK1sVm88vthAXtHVJs { position:absolute;display:block;z-index:15006;background-color:#f0eff5;background-image:none;border-top:0.125rem solid rgba(0,0,0,0);border-left:0.125rem solid rgba(0,0,0,0);border-right:0.125rem solid rgba(0,0,0,0);border-bottom:0.125rem solid rgba(0,0,0,0);border-top-left-radius:3.3125rem;border-top-right-radius:3.3125rem;border-bottom-left-radius:3.3125rem;border-bottom-right-radius:3.3125rem;box-shadow: 0.0625rem 0.3125rem 0.9375rem rgba(155,160,172,0.29) ;height:3.75rem;width:15.8105625rem;top:19.0390625rem;left:48.4599609375rem;display:block; }
#aolumTQ2dpaTLZczZ3gx21hSBJzqDVgT { position:absolute;display:block;z-index:15019;background-color:#12b058;background-image:url("https://images.assets-landingi.com/uc/8fc9f778-f96a-43ee-b1ff-2f1da964fd0f/image43.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:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;height:4.8125rem;width:34.375rem;top:3.25rem;left:2.6875rem;display:block; }#aolumTQ2dpaTLZczZ3gx21hSBJzqDVgT.adaptive-delivery-prevent-bg, #aolumTQ2dpaTLZczZ3gx21hSBJzqDVgT.lazyload, #aolumTQ2dpaTLZczZ3gx21hSBJzqDVgT.lazyloading { background-image: none; }
#o2ZlUebStRgtJHb2AWSn1zAFuTEFr6UQ { color:#ffffff;display:block;width:28.9375rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:400;z-index:15069;line-height:1.3;letter-spacing:0;top:4.4375rem;left:5.5rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#cdmNdAnTI7cyRqCwEVq0BX9tDdVCDaOa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#cdmNdAnTI7cyRqCwEVq0BX9tDdVCDaOa > .row .container { background-color: transparent; background-image: none; }#cdmNdAnTI7cyRqCwEVq0BX9tDdVCDaOa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cdmNdAnTI7cyRqCwEVq0BX9tDdVCDaOa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cdmNdAnTI7cyRqCwEVq0BX9tDdVCDaOa > .row .container > .video-iframe-container { display: none; }#cdmNdAnTI7cyRqCwEVq0BX9tDdVCDaOa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cdmNdAnTI7cyRqCwEVq0BX9tDdVCDaOa > .row > .video-iframe-container { display: none; }#cdmNdAnTI7cyRqCwEVq0BX9tDdVCDaOa > .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); }#cdmNdAnTI7cyRqCwEVq0BX9tDdVCDaOa > .row .container { border-width: 0; border-radius: 0; }#cdmNdAnTI7cyRqCwEVq0BX9tDdVCDaOa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cdmNdAnTI7cyRqCwEVq0BX9tDdVCDaOa > .row .container { font-size:0.875rem;font-family:arial;height:67rem;width:75rem;position:relative;display:block; }#eyu22QLmmo0Py3pMfl7OraAEskpM3Ng6 { color:#585858;display:block;width:6.25rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15059;line-height:1.6;letter-spacing:0;top:43.4365234375rem;left:64.9375rem;height:1.2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DzLqEkR69IUKveE1hnOV08zEk11SS6ds { position:absolute;display:block;z-index:15074;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.3125rem;width:8.3125rem;top:35.1865234375rem;left:63.7490234375rem;overflow:hidden;display:block; }
#zzLd9Eixh2OWzlxNNlPmTdGmbF6GnU5n { color:#585858;display:block;width:6.25rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15053;line-height:1.6;letter-spacing:0;top:33.2490234375rem;left:64.9375rem;height:1.2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tq4PHPGdedn0oc3ga1TD6TLtJ40dAQnu { color:#585858;display:block;width:6.25rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15052;line-height:1.6;letter-spacing:0;top:33.2490234375rem;left:53.0625rem;height:1.2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GLHiZg7BuGL3e5mHw8TaO2kD2JNHe8Ef { color:#585858;display:block;width:6.25rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15058;line-height:1.6;letter-spacing:0;top:43.4365234375rem;left:52.9365234375rem;height:1.2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KIb9kurx6ZTHMMgMyKbpWoz1mcbpsO59 { position:absolute;display:block;z-index:15073;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.875rem;width:7.875rem;top:35.8740234375rem;left:52.4052734375rem;overflow:hidden;display:block; }
#zzM5LsWIdPA4UpSaempCfttVwdDTIOaS { position:absolute;display:block;z-index:15082;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.1875rem;width:8.1875rem;top:35.6240234375rem;left:39.7490234375rem;overflow:hidden;display:block; }
#TU3iTetzncu3y8XwkywZefAMUJTpEDkn { position:absolute;display:block;z-index:15067;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.8125rem;width:7.8125rem;top:25.3740234375rem;left:51.96875rem;overflow:hidden;display:block; }
#HB1EsV7hST20pylfMwqQxvwHWSEsvhlU { position:absolute;display:block;z-index:15068;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.75rem;width:7.75rem;top:25.5615234375rem;left:63.4990234375rem;overflow:hidden;display:block; }
#TEgxenGlV2SiQWKKv2ctT4XbQKFSeg3u { position:absolute;display:block;z-index:15076;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.6875rem;width:7.6875rem;top:25.6240234375rem;left:40.1240234375rem;overflow:hidden;display:block; }
#HiEDdc6mh3cOHiWLECZq0XuDEslTDmyu { color:#585858;display:block;width:6.25rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15061;line-height:1.6;letter-spacing:0;top:33.2490234375rem;left:40.8115234375rem;height:1.2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NlaK7Zl2SmpOkV5DlBBgtVIpxcXMIXWz { color:#585858;display:block;width:6.25rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15067;line-height:1.6;letter-spacing:0;top:43.4365234375rem;left:40.8115234375rem;height:1.2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pk7ETgrVJRD14VaIbv9XCyxFaPraCyAV { position:absolute;display:block;z-index:15056;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:11.25rem;top:16.1865234375rem;left:20.625rem;overflow:hidden;display:block; }
#vplCsQKAfodPLx4ZBDqVuHoTdXTaQO1t { position:absolute;display:block;z-index:15057;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:11.25rem;top:26.8115234375rem;left:21.5625rem;overflow:hidden;display:block; }
#JchIFOdnBKotKUcrMlUEZ3BUS3ym0wl5 { color:#585858;display:block;width:6.25rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15042;line-height:1.6;letter-spacing:0;top:33.3740234375rem;left:24.0625rem;height:1.2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Z4ioSxbH44e1ivcNaGr5EuiZ1X6KiPRn { color:#585858;display:block;width:6.25rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15040;line-height:1.6;letter-spacing:0;top:22.9990234375rem;left:23.125rem;height:1.2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qwqgXHramQMN2ZXr3QaFnbx5zQhnPFCL { position:absolute;display:block;z-index:15066;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.375rem;width:7.375rem;top:15.4990234375rem;left:51.96875rem;overflow:hidden;display:block; }
#rbEWbGseZeShmOLgALkefTswpGW7Uu2T { color:#585858;display:block;width:6.25rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15050;line-height:1.6;letter-spacing:0;top:23.0615234375rem;left:52.9365234375rem;height:1.2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yEb4elilNbGtStdabJkw9a1LyR4NiCNo { position:absolute;display:block;z-index:15067;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.875rem;width:7.875rem;top:15.3740234375rem;left:63.375rem;overflow:hidden;display:block; }
#mFb18mlAE8FmmJNPxHQmL0tITh3brKUm { color:#585858;display:block;width:6.25rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15051;line-height:1.6;letter-spacing:0;top:22.8740234375rem;left:64.7490234375rem;height:1.2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ozxfcb70284eVIG1c8bVtEbSVK6fLVpP { position:absolute;display:block;z-index:15075;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.1875rem;width:7.1875rem;top:15.5615234375rem;left:40.3740234375rem;overflow:hidden;display:block; }
#U0g8fTVwHDJ7a2QTrN45kfGL4VwKkXWe { color:#585858;display:block;width:6.25rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15059;line-height:1.6;letter-spacing:0;top:22.9365234375rem;left:40.6240234375rem;height:1.2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oipG7SIcceQqMAXeqTCpqi2zIenV45U5 { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.8125rem;width:9.375rem;top:10.84375rem;left:14.0625rem;overflow:hidden;display:block; }
#tOZtwZ90XO2h6GNau3qKVpIo2HJeSlqq { position:absolute;display:block;z-index:15055;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:11.25rem;top:16.1865234375rem;left:3.0615234375rem;overflow:hidden;display:block; }
#aduZtVw6eNnpsy3mVox2U8B1kTXMD6mm { position:absolute;display:block;z-index:15056;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:11.25rem;top:26.6865234375rem;left:3.125rem;overflow:hidden;display:block; }
#ume9Hk1T5KOZnS2X1pyudZf10Gcm3kpz { position:absolute;display:block;z-index:15058;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:11.25rem;top:36.8115234375rem;left:11.1240234375rem;overflow:hidden;display:block; }
#Ip65L1Wzkd9NP48AvLUbLsObEs40HgHg { color:#585858;display:block;width:6.25rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15043;line-height:1.6;letter-spacing:0;top:43.3740234375rem;left:13.8115234375rem;height:1.2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ubr0IflCskZ0Tqh0X7ukBVAoWg2bamv6 { position:absolute;display:block;z-index:15052;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:13.5623125rem;top:11.0927734375rem;left:49.4677734375rem;overflow:hidden;display:block; }
#zburrSz7z0RTTrezbAitKrwubH0LI15t { color:#585858;display:block;width:6.25rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15041;line-height:1.6;letter-spacing:0;top:33.2490234375rem;left:5.625rem;height:1.2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DbQbWR2XsUdKsSBLb2EVGNRrWVerQqD0 { color:#585858;display:block;width:6.25rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15039;line-height:1.6;letter-spacing:0;top:22.9990234375rem;left:5.5615234375rem;height:1.2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BH7EXQJg2mUJZEs50WIwyfG7TMCgPEGV { color:#585858;display:block;width:20.9375rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15035;line-height:1.6;letter-spacing:0;top:8.8740234375rem;left:26.875rem;height:1.2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hs8DBlOS3k4dOebHBzALEA68Pa4UgNyd { position:absolute;display:block;z-index:15038;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.56228125rem;width:8.0620625rem;top:3.33984375rem;left:33.505859375rem;overflow:hidden;display:block; }
#FTU1auebWRr5uCS1fQ9reJ1UfGTUr2GJ { position:absolute;display:block;z-index:15005;background-color:#f0eff5;background-image:none;border-top:0.125rem solid rgba(0,0,0,0);border-left:0.125rem solid rgba(0,0,0,0);border-right:0.125rem solid rgba(0,0,0,0);border-bottom:0.125rem solid rgba(0,0,0,0);border-top-left-radius:3.3125rem;border-top-right-radius:3.3125rem;border-bottom-left-radius:3.3125rem;border-bottom-right-radius:3.3125rem;box-shadow: 0.0625rem 0.3125rem 0.9375rem rgba(155,160,172,0.29) ;height:3.75rem;width:15.8105625rem;top:3.1787109375rem;left:29.375rem;display:block; }
#utZeU5cgQtTtsX4mJU84DuzGmSAJnzLv { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;border-top:0.125rem solid #aed3f8;border-left:0.125rem solid #aed3f8;border-right:0.125rem solid #aed3f8;border-bottom:0.125rem solid #aed3f8;border-top-left-radius:3.375rem;border-top-right-radius:3.375rem;border-bottom-left-radius:3.375rem;border-bottom-right-radius:3.375rem;box-shadow: none;height:59rem;width:72.125rem;top:4.96484375rem;left:1.4375rem;display:block; }
#T1KHBIBCC7C3MmhdLNNJWKdiUQgw68KC { position:absolute;display:block;z-index:15006;background-color:#f0eff5;background-image:none;border-top:0.125rem solid rgba(0,0,0,0);border-left:0.125rem solid rgba(0,0,0,0);border-right:0.125rem solid rgba(0,0,0,0);border-bottom:0.125rem solid rgba(0,0,0,0);border-top-left-radius:3.3125rem;border-top-right-radius:3.3125rem;border-bottom-left-radius:3.3125rem;border-bottom-right-radius:3.3125rem;box-shadow: 0.0625rem 0.3125rem 0.9375rem rgba(155,160,172,0.29) ;height:3.75rem;width:15.8105625rem;top:9.8037109375rem;left:10.7734375rem;display:block; }
#wwTV2z0WykgRRLdK53g5EqM2hubFVyLA { position:absolute;display:block;z-index:15007;background-color:#f0eff5;background-image:none;border-top:0.125rem solid rgba(0,0,0,0);border-left:0.125rem solid rgba(0,0,0,0);border-right:0.125rem solid rgba(0,0,0,0);border-bottom:0.125rem solid rgba(0,0,0,0);border-top-left-radius:3.3125rem;border-top-right-radius:3.3125rem;border-bottom-left-radius:3.3125rem;border-bottom-right-radius:3.3125rem;box-shadow: 0.0625rem 0.3125rem 0.9375rem rgba(155,160,172,0.29) ;height:3.75rem;width:15.8105625rem;top:9.8037109375rem;left:48.2734375rem;display:block; }
#ZSIXw6Sd24h4x4eTzobqcV22KspXUy6s { position:absolute;display:block;z-index:15007;background-color:#f0eff5;background-image:none;border-top:0.125rem solid rgba(0,0,0,0);border-left:0.125rem solid rgba(0,0,0,0);border-right:0.125rem solid rgba(0,0,0,0);border-bottom:0.125rem solid rgba(0,0,0,0);border-top-left-radius:3.3125rem;border-top-right-radius:3.3125rem;border-bottom-left-radius:3.3125rem;border-bottom-right-radius:3.3125rem;box-shadow: 0.0625rem 0.3125rem 0.9375rem rgba(155,160,172,0.29) ;height:3.75rem;width:15.8105625rem;top:47.260147094726rem;left:29.375rem;display:block; }
#vRutVxpEwKrqRTml0AMb2ppAOQtyLrFB { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:8.375rem;top:48.415237426757rem;left:33.3486328125rem;overflow:hidden;display:block; }
#Sm2Wl5G6KlkS2m7F4P0u7DCWIulPh4aQ { color:#585858;display:block;width:6.875rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15045;line-height:1.6;letter-spacing:0;top:59.4375rem;left:42.6875rem;height:2.3984375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bXvmiiAywR9APXCfarm7LlhBsmX552Hu { position:absolute;display:block;z-index:15060;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:53.1875rem;left:42.8125rem;overflow:hidden;display:block; }
#bi07lirak5Sgc4nRTAKaKyOyHcaFqN3O { color:#585858;display:block;width:6.875rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15047;line-height:1.6;letter-spacing:0;top:59.5rem;left:52.5rem;height:2.3984375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ekghSukXwxoN8t0pmHTtydGH8zx7UxlC { position:absolute;display:block;z-index:15062;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:53.25rem;left:52.625rem;overflow:hidden;display:block; }
#WFTkXVXrTKLU3rlb6XlUX3PWkQgPfcUu { position:absolute;display:block;z-index:15064;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.1875rem;top:53.25rem;left:13.875rem;overflow:hidden;display:block; }
#wEM2N8OWXng12f2u6KNg2iZhX53szbSh { color:#585858;display:block;width:6.875rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15049;line-height:1.6;letter-spacing:0;top:59.5rem;left:13.75rem;height:2.3984375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VWbZkr9UQiK6VBxwo669mpQHxXkkrUID { position:absolute;display:block;z-index:15066;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.1875rem;width:6.1875rem;top:53.25rem;left:24.4375rem;overflow:hidden;display:block; }
#BSSe2T7buCGarLsC9uHE4hGP2upgAziQ { color:#585858;display:block;width:6.875rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15051;line-height:1.6;letter-spacing:0;top:59.5rem;left:24.3125rem;height:2.3984375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AMSy4vTuewTT1Be1kSC0zWes9avh2WGd { position:absolute;display:block;z-index:15068;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.1875rem;width:6.1875rem;top:53.3125rem;left:34.0625rem;overflow:hidden;display:block; }
#waETiZMphf3QKcTA4cDBpGU9LPe6GBlp { color:#585858;display:block;width:6.875rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15053;line-height:1.6;letter-spacing:0;top:59.5625rem;left:33.9375rem;height:2.3984375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tJHsAXOFTqFCQ2AxS5C94JogkU6AwBO3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tJHsAXOFTqFCQ2AxS5C94JogkU6AwBO3 > .row .container { background-color: transparent; background-image: none; }#tJHsAXOFTqFCQ2AxS5C94JogkU6AwBO3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tJHsAXOFTqFCQ2AxS5C94JogkU6AwBO3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tJHsAXOFTqFCQ2AxS5C94JogkU6AwBO3 > .row .container > .video-iframe-container { display: none; }#tJHsAXOFTqFCQ2AxS5C94JogkU6AwBO3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tJHsAXOFTqFCQ2AxS5C94JogkU6AwBO3 > .row > .video-iframe-container { display: none; }#tJHsAXOFTqFCQ2AxS5C94JogkU6AwBO3 > .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); }#tJHsAXOFTqFCQ2AxS5C94JogkU6AwBO3 > .row .container { border-width: 0; border-radius: 0; }#tJHsAXOFTqFCQ2AxS5C94JogkU6AwBO3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tJHsAXOFTqFCQ2AxS5C94JogkU6AwBO3 > .row .container { font-size:0.875rem;font-family:arial;height:38.5rem;width:75rem;position:relative;display:block; }#xdQA984lNum4sWH1TvhMxLwW3W3n9Xag { color:#585858;display:block;width:33.25rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.6;letter-spacing:0;top:13.3125rem;left:4.875rem;height:15.39355rem;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:justify;text-align-last:initial;display:block; }
#JNOrkQxfflEpKDhnw4R9fEOXZG3nNZMu { position:absolute;display:block;z-index:15049;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;height:16.5625rem;width:29.5615rem;top:13.3125rem;left:40.375rem;overflow:hidden;display:block; }
#JmrnaWSCuLDZpuyn0a5aJInbzKxRIKOq { color:#595d68;display:block;width:24rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.2;letter-spacing:0;top:9.75rem;left:4.875rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vyNo7enDU5IrTPtr9FXW0KspyII5cudb { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(89,93,104,0.2) ;height:31.8125rem;width:69.1875rem;top:3.3125rem;left:2.8125rem;display:block; }
#JhGHBSbzsZcm3xgzrtugEkiaEv2ZZMVs { color:#096fd1;display:block;width:38rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:6.6875rem;left:4.875rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fhkMeVTPyTC7ImZ4s7ONkU9oKm8O2288 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/8fc9f778-f96a-43ee-b1ff-2f1da964fd0f/image43.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fhkMeVTPyTC7ImZ4s7ONkU9oKm8O2288.adaptive-delivery-prevent-bg, #fhkMeVTPyTC7ImZ4s7ONkU9oKm8O2288.lazyload, #fhkMeVTPyTC7ImZ4s7ONkU9oKm8O2288.lazyloading { background-image: none; }#fhkMeVTPyTC7ImZ4s7ONkU9oKm8O2288 > .row .container { background-color: transparent; background-image: none; }#fhkMeVTPyTC7ImZ4s7ONkU9oKm8O2288::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fhkMeVTPyTC7ImZ4s7ONkU9oKm8O2288 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fhkMeVTPyTC7ImZ4s7ONkU9oKm8O2288 > .row .container > .video-iframe-container { display: none; }#fhkMeVTPyTC7ImZ4s7ONkU9oKm8O2288 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fhkMeVTPyTC7ImZ4s7ONkU9oKm8O2288 > .row > .video-iframe-container { display: none; }#fhkMeVTPyTC7ImZ4s7ONkU9oKm8O2288 > .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); }#fhkMeVTPyTC7ImZ4s7ONkU9oKm8O2288 > .row .container { border-width: 0; border-radius: 0; }#fhkMeVTPyTC7ImZ4s7ONkU9oKm8O2288::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; }#fhkMeVTPyTC7ImZ4s7ONkU9oKm8O2288 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fhkMeVTPyTC7ImZ4s7ONkU9oKm8O2288 > .row .container { font-size:0.875rem;font-family:arial;height:38.25rem;width:75rem;position:relative;display:block; }#MHWl3kS4TLOaMXUbBAiCxcb4MTN0iolw { color:#fafafa;display:block;width:29.3125rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:300;z-index:15000;line-height:1.2;letter-spacing:0;top:3.59375rem;left:2.6875rem;height:2.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eViDluL64ULdB6ArlNNbL0k5kyQyduMW { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.1875rem;width:37.5rem;top:7.875rem;left:37.5rem;overflow:hidden;display:block; }
#pf7TkhWo4PGSpnBzzWvdICdW4DEB4SOG { color:#ffffff;display:block;width:34.0625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15004;line-height:1.6;letter-spacing:0;top:6.6875rem;left:2.6875rem;height:9.7959125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#Fv4DtQmcqgcPzXcsuALZ1PolwLaUyS9D { color:#fafafa;display:block;width:15.0625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15001;line-height:1.2;letter-spacing:0;top:33.625rem;left:39.9375rem;height:1.2000875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cF255OTuGLuuzPAk3wRN7DiSAKGVNoco { 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:14.1875rem;width:31.25rem;top:19.46875rem;left:2.21875rem;overflow:hidden;display:block; }
#xwsU7tXrJVhFLHIita9fklRP9dPcOeva { position:absolute;display:block;z-index:15046;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:9.375rem;top:4.3125rem;left:41.71875rem;overflow:hidden;display:block; }
#D15lEKPax47QAXy9BmbzAGHdTRTt5zPN { position:absolute;display:block;z-index:15006;background-color:#f0eff5;background-image:none;border-top:0.125rem solid rgba(0,0,0,0);border-left:0.125rem solid rgba(0,0,0,0);border-right:0.125rem solid rgba(0,0,0,0);border-bottom:0.125rem solid rgba(0,0,0,0);border-top-left-radius:3.3125rem;border-top-right-radius:3.3125rem;border-bottom-left-radius:3.3125rem;border-bottom-right-radius:3.3125rem;box-shadow: 0.0625rem 0.3125rem 0.9375rem rgba(155,160,172,0.29) ;height:3.75rem;width:23.0625rem;top:3.625rem;left:39.9375rem;display:block; }
#TRIUrTBre1kAAqC9TWHrVt99UkcBE0TP { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:8.625rem;top:4.8125rem;left:52.1875rem;overflow:hidden;display:block; }
#QySdZrSJtS1RTDnq97TcCwgz6ehBLp4v { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/8fc9f778-f96a-43ee-b1ff-2f1da964fd0f/image43.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QySdZrSJtS1RTDnq97TcCwgz6ehBLp4v.adaptive-delivery-prevent-bg, #QySdZrSJtS1RTDnq97TcCwgz6ehBLp4v.lazyload, #QySdZrSJtS1RTDnq97TcCwgz6ehBLp4v.lazyloading { background-image: none; }#QySdZrSJtS1RTDnq97TcCwgz6ehBLp4v > .row .container { background-color: transparent; background-image: none; }#QySdZrSJtS1RTDnq97TcCwgz6ehBLp4v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QySdZrSJtS1RTDnq97TcCwgz6ehBLp4v > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QySdZrSJtS1RTDnq97TcCwgz6ehBLp4v > .row .container > .video-iframe-container { display: none; }#QySdZrSJtS1RTDnq97TcCwgz6ehBLp4v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QySdZrSJtS1RTDnq97TcCwgz6ehBLp4v > .row > .video-iframe-container { display: none; }#QySdZrSJtS1RTDnq97TcCwgz6ehBLp4v > .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); }#QySdZrSJtS1RTDnq97TcCwgz6ehBLp4v > .row .container { border-width: 0; border-radius: 0; }#QySdZrSJtS1RTDnq97TcCwgz6ehBLp4v::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; }#QySdZrSJtS1RTDnq97TcCwgz6ehBLp4v > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QySdZrSJtS1RTDnq97TcCwgz6ehBLp4v > .row .container { font-size:0.875rem;font-family:arial;height:36.6875rem;width:75rem;position:relative;display:block; }#F6gD7M7z9Xq5cyBh71maTs12Fxge2CMk { 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.625rem;width:34.5625rem;top:24.625rem;left:1.5625rem;overflow:hidden;display:block; }
#FeBrSmE9UONl6l3tmglCTHTHFP5fPIUT { color:#ffffff;display:block;width:33.8125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15004;line-height:1.6;letter-spacing:0;top:3.3125rem;left:39rem;height:11.1953125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#iWHpiM5Ul3kchcuTlvrWONwDJwHbnicd { color:#fafafa;display:block;width:11.6875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15001;line-height:1.2;letter-spacing:0;top:19rem;left:2.7490234375rem;height:1.2000875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#G9F1c5XJ3oeAqEmyV33syRpIINRdoD8w { 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:15rem;width:25.625rem;top:19rem;left:39rem;overflow:hidden;display:block; }
#qDialIgdVxJID5tQmsyS7wUZtSGzLEUS { color:#fafafa;display:block;width:34.625rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:300;z-index:15001;line-height:1.2;letter-spacing:0;top:1.8115234375rem;left:2.7490234375rem;height:4.19921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xehFLgDRdi88sL4SfIyWKBob13vkCRgn { color:#ffffff;display:block;width:33.875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15005;line-height:1.6;letter-spacing:0;top:9.1806640625rem;left:2.7490234375rem;height:5.59765625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#K9LWmiXnBOvNMzXBwx8bWsamOnf43WND { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#K9LWmiXnBOvNMzXBwx8bWsamOnf43WND > .row .container { background-color: transparent; background-image: none; }#K9LWmiXnBOvNMzXBwx8bWsamOnf43WND::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K9LWmiXnBOvNMzXBwx8bWsamOnf43WND > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K9LWmiXnBOvNMzXBwx8bWsamOnf43WND > .row .container > .video-iframe-container { display: none; }#K9LWmiXnBOvNMzXBwx8bWsamOnf43WND > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K9LWmiXnBOvNMzXBwx8bWsamOnf43WND > .row > .video-iframe-container { display: none; }#K9LWmiXnBOvNMzXBwx8bWsamOnf43WND > .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); }#K9LWmiXnBOvNMzXBwx8bWsamOnf43WND > .row .container { border-width: 0; border-radius: 0; }#K9LWmiXnBOvNMzXBwx8bWsamOnf43WND > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#K9LWmiXnBOvNMzXBwx8bWsamOnf43WND > .row .container { font-size:0.875rem;font-family:arial;height:38.25rem;width:75rem;position:relative;display:block; }#BP57EdsfiVxkN63CUAMCmaREKSLUQniG { color:#177bdc;display:block;width:30.5625rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:300;z-index:15002;line-height:1.2;letter-spacing:0;top:3.3125rem;left:2.75rem;height:4.2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#u51Wd3KglzoCQkQW7wqDlPHJ34WsWb55 { color:#585858;display:block;width:33.875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.6;letter-spacing:0;top:8.0625rem;left:2.6875rem;height:12.59475rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#My2r00GBncRTztgnzIaJvi4m8MAzpu2l { 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:21.875rem;width:37.5rem;top:7.5rem;left:37.5rem;overflow:hidden;display:block; }
#eM0HZshB2RtVVNwTFUWt9E06PvNrXSNb { color:#585858;display:block;width:15.0625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15002;line-height:1.2;letter-spacing:0;top:30.3125rem;left:59.9375rem;height:1.2000875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vZJ7yuXTFOQ9bltU4lt7brJsSk3zpTm3 { 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:7rem;width:33.5rem;top:26.5rem;left:1.8125rem;overflow:hidden;display:block; }
#bQPXIIEqZFWFLvGVtTAwEoETFgqdm9k7 { position:absolute;display:block;z-index:15046;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:3rem;width:7.625rem;top:2.125rem;left:40.875rem;overflow:hidden;display:block; }
#lxLizGXswTTZCv9dfdldCrqS2aX6r13v { background-color:transparent;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.86048625rem;height:4.11046125rem;text-decoration:none;z-index:15078;text-align:center;text-align-last:center;top:5.7044296264649rem;left:94.923610687256rem;display:block; }
#iVdl4lZdz5uyy1JkP3ePSJ8eTAlaBOVp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eBHLTG7DZA0iCS9BTziCoo3Wx0FaumNT { background-color:transparent;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.91017375rem;height:4.11046125rem;text-decoration:none;z-index:15080;text-align:center;text-align-last:center;top:5.7044296264649rem;left:115.98698043823rem;display:block; }
#kpK9GJe4liJQM9PRWgzxk21BIvQw93II { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xO2UDKr129UmXcRI6tATGIsO5fuaLRcJ { position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;border-top:0.125rem solid rgba(0,0,0,0);border-left:0.125rem solid rgba(0,0,0,0);border-right:0.125rem solid rgba(0,0,0,0);border-bottom:0.125rem solid rgba(0,0,0,0);border-top-left-radius:3.3125rem;border-top-right-radius:3.3125rem;border-bottom-left-radius:3.3125rem;border-bottom-right-radius:3.3125rem;box-shadow: 0.0625rem 0.3125rem 0.9375rem rgba(155,160,172,0.29) ;height:3.75rem;width:19.75rem;top:1.71875rem;left:39.6875rem;display:block; }
#dg5omyZirQDWWEch0wD1FRCzDXkuXhU2 { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:9.25rem;top:2.8114013671875rem;left:48.875rem;overflow:hidden;display:block; }
#MPFLwrgPNo2ieZaMTAMgJPPOiAsnHMyC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#MPFLwrgPNo2ieZaMTAMgJPPOiAsnHMyC > .row .container { background-color: transparent; background-image: none; }#MPFLwrgPNo2ieZaMTAMgJPPOiAsnHMyC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MPFLwrgPNo2ieZaMTAMgJPPOiAsnHMyC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MPFLwrgPNo2ieZaMTAMgJPPOiAsnHMyC > .row .container > .video-iframe-container { display: none; }#MPFLwrgPNo2ieZaMTAMgJPPOiAsnHMyC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MPFLwrgPNo2ieZaMTAMgJPPOiAsnHMyC > .row > .video-iframe-container { display: none; }#MPFLwrgPNo2ieZaMTAMgJPPOiAsnHMyC > .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); }#MPFLwrgPNo2ieZaMTAMgJPPOiAsnHMyC > .row .container { border-width: 0; border-radius: 0; }#MPFLwrgPNo2ieZaMTAMgJPPOiAsnHMyC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MPFLwrgPNo2ieZaMTAMgJPPOiAsnHMyC > .row .container { font-size:0.875rem;font-family:arial;height:32.9375rem;width:75rem;position:relative;display:block; }#CxTXgnLnM6240dKdbRPcb7zE4sS9Wo5W { color:#177bdc;display:block;width:29.8125rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:300;z-index:15005;line-height:1.2;letter-spacing:0;top:3.3125rem;left:37.5rem;height:4.2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bFc4FtvPsqwTQhJAfrM9VyA9dLIMV3E1 { color:#585858;display:block;width:36rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.6;letter-spacing:0;top:8.75rem;left:37.5rem;height:8.3965rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#tc4vgbd67cwbibfcB3nBoQpAu26diQA9 { 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:7.9375rem;width:37.5rem;top:21.5rem;left:37.5rem;overflow:hidden;display:block; }
#XWVu0hbmGAXhqmCXRFSyEtC2s3dwcfmw { 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:19.875rem;width:33.9375rem;top:8.5rem;left:1.78125rem;overflow:hidden;display:block; }
#untcTHhPhizyANFlfmJEdmRJ0007ySDD { color:#585858;display:block;width:15.0625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15003;line-height:1.2;letter-spacing:0;top:28.3125rem;left:0rem;height:1.2000875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kB5ZLb9PnJAcUA9J76q5fQfFWSnWZDUp { position:absolute;display:block;z-index:15047;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:7.5rem;top:3.6875rem;left:3.5rem;overflow:hidden;display:block; }
#fOVsyaMoEMVT4Za2D6NQZthcU7N0zPE1 { position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;border-top:0.125rem solid rgba(0,0,0,0);border-left:0.125rem solid rgba(0,0,0,0);border-right:0.125rem solid rgba(0,0,0,0);border-bottom:0.125rem solid rgba(0,0,0,0);border-top-left-radius:3.3125rem;border-top-right-radius:3.3125rem;border-bottom-left-radius:3.3125rem;border-bottom-right-radius:3.3125rem;box-shadow: 0.0625rem 0.3125rem 0.9375rem rgba(155,160,172,0.29) ;height:3.75rem;width:18.6875rem;top:3.3125rem;left:2.6875rem;display:block; }
#RNRFxbyUbnGpiMebLV5zWPtWxbmJyEkG { position:absolute;display:block;z-index:15044;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:9.25rem;top:4.568359375rem;left:11rem;overflow:hidden;display:block; }
#DzxRfxadCbTCGXuFtN8NE3uVzV5cwgIJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(244,243,244,0.9);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; }#DzxRfxadCbTCGXuFtN8NE3uVzV5cwgIJ > .row .container { background-color: transparent; background-image: none; }#DzxRfxadCbTCGXuFtN8NE3uVzV5cwgIJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DzxRfxadCbTCGXuFtN8NE3uVzV5cwgIJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DzxRfxadCbTCGXuFtN8NE3uVzV5cwgIJ > .row .container > .video-iframe-container { display: none; }#DzxRfxadCbTCGXuFtN8NE3uVzV5cwgIJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DzxRfxadCbTCGXuFtN8NE3uVzV5cwgIJ > .row > .video-iframe-container { display: none; }#DzxRfxadCbTCGXuFtN8NE3uVzV5cwgIJ > .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); }#DzxRfxadCbTCGXuFtN8NE3uVzV5cwgIJ > .row .container { border-width: 0; border-radius: 0; }#DzxRfxadCbTCGXuFtN8NE3uVzV5cwgIJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DzxRfxadCbTCGXuFtN8NE3uVzV5cwgIJ > .row .container { font-size:0.875rem;font-family:arial;height:36.8125rem;width:75rem;position:relative;display:block; }#nRoVMuLI4Oni6mVDzqKswH3Od4a4gRBd { color:#595d68;display:block;width:34.8125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15004;line-height:1.6;letter-spacing:0;top:13.625rem;left:2.75rem;height:15.3935625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#NJykut9Xt9w3yNDPXEHwKBPtbps9ycTH { color:#585858;display:block;width:12.0625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15001;line-height:1.2;letter-spacing:0;top:29.5rem;left:56.1875rem;height:1.2000875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#demvlX5MRI8kdb6ZitGNwbSsOH4rRTum { color:#177bdc;display:block;width:31.75rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:300;z-index:15001;line-height:1.2;letter-spacing:0;top:3.3125rem;left:2.625rem;height:2.0996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AcoWc1bBLVES3GoBrrbOKT3XUyabwPX5 { color:#595d68;display:block;width:34.8125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15005;line-height:1.6;letter-spacing:0;top:8.375rem;left:2.6875rem;height:2.798825rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#Er8B6W291MckO7Tu4figxMXHhfWLDkm4 { 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:22.749rem;width:34.375rem;top:9.3125rem;left:40.625rem;overflow:hidden;display:block; }
#zMb8cUy0m9gemdgRQDgKKXh1JbitEFUE { position:absolute;display:block;z-index:15044;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.12456875rem;width:8.75rem;top:4.375rem;left:41.5625rem;overflow:hidden;display:block; }
#Ibsxu5bHHOyUV6erZln6ZH9AQqPF56KI { position:absolute;display:block;z-index:15007;background-color:#f0eff5;background-image:none;border-top:0.125rem solid rgba(0,0,0,0);border-left:0.125rem solid rgba(0,0,0,0);border-right:0.125rem solid rgba(0,0,0,0);border-bottom:0.125rem solid rgba(0,0,0,0);border-top-left-radius:3.3125rem;border-top-right-radius:3.3125rem;border-bottom-left-radius:3.3125rem;border-bottom-right-radius:3.3125rem;box-shadow: 0.0625rem 0.3125rem 0.9375rem rgba(155,160,172,0.29) ;height:3.75rem;width:12.8125rem;top:3.3125rem;left:39.5625rem;display:block; }
#hM8drEBCvhJHiOVL1xi6cK26lql9p8gm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hM8drEBCvhJHiOVL1xi6cK26lql9p8gm > .row .container { background-color: transparent; background-image: none; }#hM8drEBCvhJHiOVL1xi6cK26lql9p8gm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hM8drEBCvhJHiOVL1xi6cK26lql9p8gm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hM8drEBCvhJHiOVL1xi6cK26lql9p8gm > .row .container > .video-iframe-container { display: none; }#hM8drEBCvhJHiOVL1xi6cK26lql9p8gm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hM8drEBCvhJHiOVL1xi6cK26lql9p8gm > .row > .video-iframe-container { display: none; }#hM8drEBCvhJHiOVL1xi6cK26lql9p8gm > .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); }#hM8drEBCvhJHiOVL1xi6cK26lql9p8gm > .row .container { border-width: 0; border-radius: 0; }#hM8drEBCvhJHiOVL1xi6cK26lql9p8gm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hM8drEBCvhJHiOVL1xi6cK26lql9p8gm > .row .container { font-size:0.875rem;font-family:arial;height:46.4375rem;width:75rem;position:relative;display:block; }#MO0UJcOxODxxPLSST3lKTpfFAawLIU0e { color:#177bdc;display:block;width:27.9375rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:300;z-index:15002;line-height:1.2;letter-spacing:0;top:4.1875rem;left:2.5625rem;height:4.199225rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ERV4QUUv2h604yho1lQZDuQPE9awHsan { color:#595d68;display:block;width:32.375rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15005;line-height:1.6;letter-spacing:0;top:9.6875rem;left:2.5625rem;height:28.59568125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#CmhZPkiT10B69QRii1DwKkPtT0zcuz9P { 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:22.9375rem;width:22.9375rem;top:8.88671875rem;left:44.78125rem;overflow:hidden;display:block; }
#MOhyB44Nd0JUGXry06kzSiIDoCv3qV3u { position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;border-top:0.125rem solid rgba(0,0,0,0);border-left:0.125rem solid rgba(0,0,0,0);border-right:0.125rem solid rgba(0,0,0,0);border-bottom:0.125rem solid rgba(0,0,0,0);border-top-left-radius:3.3125rem;border-top-right-radius:3.3125rem;border-bottom-left-radius:3.3125rem;border-bottom-right-radius:3.3125rem;box-shadow: 0.0625rem 0.3125rem 0.9375rem rgba(155,160,172,0.29) ;height:3.75rem;width:18.75rem;top:4.1875rem;left:41.875rem;display:block; }
#Tl1wJpMZW5plDGKTgzQ7RZftcKu8GTeF { 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:1.6875rem;width:8.375rem;top:5.443359375rem;left:50.5625rem;overflow:hidden;display:block; }
#KW50nDXh5a51rSAuiuHhAXyPkhd1b8zS { color:#2b5ed8;display:block;width:22rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15043;line-height:1.4;letter-spacing:0;top:30.6875rem;left:43.0625rem;height:1.575rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#t0xgNIzdaXHSKLntNLyKhgTr8BTPici3 { color:#585858;display:block;width:24.375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15044;line-height:1.4;letter-spacing:0;top:32.75rem;left:45.125rem;height:7.3730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#t0xgNIzdaXHSKLntNLyKhgTr8BTPici3 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#t0xgNIzdaXHSKLntNLyKhgTr8BTPici3 li:before{  }
#LeqMFMk0cQBLnfPPBgewuTT6GbbUasTz { position:absolute;display:block;z-index:15048;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:7.5rem;top:4.5997314453125rem;left:43.25rem;overflow:hidden;display:block; }
#FPgLCl4uQbKgxh7fl4aOAZ7ztNh2e9IR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/6a8663d2-9f32-4b71-8f24-1e15ff905c97/wefef2.preview.mirror.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FPgLCl4uQbKgxh7fl4aOAZ7ztNh2e9IR.adaptive-delivery-prevent-bg, #FPgLCl4uQbKgxh7fl4aOAZ7ztNh2e9IR.lazyload, #FPgLCl4uQbKgxh7fl4aOAZ7ztNh2e9IR.lazyloading { background-image: none; }#FPgLCl4uQbKgxh7fl4aOAZ7ztNh2e9IR > .row .container { background-color: transparent; background-image: none; }#FPgLCl4uQbKgxh7fl4aOAZ7ztNh2e9IR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FPgLCl4uQbKgxh7fl4aOAZ7ztNh2e9IR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FPgLCl4uQbKgxh7fl4aOAZ7ztNh2e9IR > .row .container > .video-iframe-container { display: none; }#FPgLCl4uQbKgxh7fl4aOAZ7ztNh2e9IR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FPgLCl4uQbKgxh7fl4aOAZ7ztNh2e9IR > .row > .video-iframe-container { display: none; }#FPgLCl4uQbKgxh7fl4aOAZ7ztNh2e9IR > .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); }#FPgLCl4uQbKgxh7fl4aOAZ7ztNh2e9IR > .row .container { border-width: 0; border-radius: 0; }#FPgLCl4uQbKgxh7fl4aOAZ7ztNh2e9IR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FPgLCl4uQbKgxh7fl4aOAZ7ztNh2e9IR > .row .container { font-size:0.875rem;font-family:arial;height:59.375rem;width:75rem;position:relative;display:block; }#XrAaEhLZLF6Q0kzBC7DRAecNJL2hrGpG { position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(top, #1250ad, #3169f1);background-image: -moz-linear-gradient(top, #1250ad, #3169f1);background-image: -ms-linear-gradient(top, #1250ad, #3169f1);background-image: -o-linear-gradient(top, #1250ad, #3169f1);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1250ad', endColorstr='#3169f1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1250ad', endColorstr='#3169f1' );";background-image: linear-gradient(to bottom, #1250ad, #3169f1);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.3125rem 0.9375rem rgba(202,202,202,0.37) ;height:18.375rem;width:30.125rem;top:7.625rem;left:9.0625rem;display:block; }
#vglzMa0J7Wvtpc3T8Miy5l7kMkiOBRyO { color:#ffffff;display:block;width:19.1875rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:12.125rem;left:11.6875rem;height:4.142575rem;font-style:normal;display:block; }
#RV8N2fdZR0v06ZDqLMIZwXB89SdwAOTB { color:#ffffff;display:block;width:21.875rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:16.9375rem;left:11.6875rem;height:6.334rem;display:block; }
#hFHAgv4N8BwdJt4DppecAhIXwGAtLoq2 { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(top, #e6f0fc, #ffffff);background-image: -moz-linear-gradient(top, #e6f0fc, #ffffff);background-image: -ms-linear-gradient(top, #e6f0fc, #ffffff);background-image: -o-linear-gradient(top, #e6f0fc, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6f0fc', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6f0fc', endColorstr='#ffffff' );";background-image: linear-gradient(to bottom, #e6f0fc, #ffffff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.3125rem 0.9375rem rgba(202,202,202,0.37) ;height:19.3125rem;width:29.75rem;top:23.3125rem;left:9.0625rem;display:block; }
#qIGSSHSAEdyqeEyTpsvGscz3dKr9FOIV { position:absolute;display:block;z-index:15006;background-color:transparent;background-image: -webkit-linear-gradient(46deg, #ffffff, #e6f0fc);background-image: -moz-linear-gradient(46deg, #ffffff, #e6f0fc);background-image: -ms-linear-gradient(46deg, #ffffff, #e6f0fc);background-image: -o-linear-gradient(46deg, #ffffff, #e6f0fc);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6f0fc' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6f0fc' );";background-image: linear-gradient(46deg, #ffffff, #e6f0fc);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.3125rem 0.9375rem rgba(202,202,202,0.37) ;height:18.375rem;width:29.75rem;top:7.625rem;left:36.125rem;display:block; }
#Hbob0ySPEivn6q5ZfyAn1vnuI4bfbhzv { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(top, #e6f0fc, #ffffff);background-image: -moz-linear-gradient(top, #e6f0fc, #ffffff);background-image: -ms-linear-gradient(top, #e6f0fc, #ffffff);background-image: -o-linear-gradient(top, #e6f0fc, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6f0fc', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6f0fc', endColorstr='#ffffff' );";background-image: linear-gradient(to bottom, #e6f0fc, #ffffff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.3125rem 0.9375rem rgba(202,202,202,0.37) ;height:18.75rem;width:29.75rem;top:23.9375rem;left:36.1875rem;display:block; }
#dcKSR2JX0L3Pk4peOissUMeBs3kGmr9v { color:#595d68;display:block;width:20.625rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:27.75rem;left:11.6875rem;height:4.62890625rem;font-style:normal;display:block; }
#vfvJxGb6AV3EEzX8foKve1sRuhMlW58L { color:#595d68;display:block;width:19.1875rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:14.6875rem;left:41.0625rem;height:7.389625rem;display:block; }
#ZyLZMWbSdzdPkFfeNbMlApqbMmpauhaL { color:#595d68;display:block;width:19.6875rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:9.625rem;left:41.0625rem;height:3.0859375rem;font-style:normal;display:block; }
#HLysLLUHHKww8AlZyAEtZlaln8OduLv6 { color:#595d68;display:block;width:22.5rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:28rem;left:41.0625rem;height:3.0859375rem;font-style:normal;display:block; }
#CpN4BII1tKMn0TTVrHCigE2Gl9xtHByo { color:#595d68;display:block;width:22.375rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:33.25rem;left:11.6875rem;height:6.334rem;display:block; }
#b8Zo4eBV18L1JNkz2KhcyvBM6ozr0m7l { color:#595d68;display:block;width:19.875rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:31.9375rem;left:41.0625rem;height:6.334rem;display:block; }
#XATTX2yVm0zP2z4Wa6hxWXUqgU56uGib { position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(top, #e6f0fc, #ffffff);background-image: -moz-linear-gradient(top, #e6f0fc, #ffffff);background-image: -ms-linear-gradient(top, #e6f0fc, #ffffff);background-image: -o-linear-gradient(top, #e6f0fc, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6f0fc', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6f0fc', endColorstr='#ffffff' );";background-image: linear-gradient(to bottom, #e6f0fc, #ffffff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.3125rem 0.9375rem rgba(202,202,202,0.37) ;height:15.3125rem;width:29.75rem;top:40.638671875rem;left:21.6875rem;display:block; }
#d2TGRqz0rcivzl8HGXogfnKpWgM0X5Ha { color:#595d68;display:block;width:17.5rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:48.1875rem;left:27.8125rem;height:3.16699375rem;text-align:center;text-align-last:center;display:block; }
#wVlOsT2DWxtEWAP64C0rxHTIQI6hsHog { color:#595d68;display:block;width:19.0625rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:44.625rem;left:27.03125rem;height:3.0859375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SrmyOQqKlxtHQ6VTTpXbaE1cMqJQkccg { color:#0e3c5a;display:block;width:62.75rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:15010;line-height:1.2;letter-spacing:0;top:3.5625rem;left:6.125rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pvDvkleI6TvlzUDTrXnZSC0y2vCFJzJr { box-sizing:content-box;height:2.25rem;width:23.1875rem;position:absolute;display:block;z-index:15037;background-color:#ffffff;background-image:none;top:9.125rem;left:11.6875rem;border-top-left-radius:3.3125rem;border-top-right-radius:3.3125rem;border-bottom-left-radius:3.3125rem;border-bottom-right-radius:3.3125rem;display:block; }
#G997mMFqPM5hQdspEG1lcEmgSudfbmuL { position:absolute;display:block;z-index:15063;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:8.75rem;top:52.8125rem;left:39.125rem;overflow:hidden;display:block; }
#r0iHVwErQMgm0ndgV74kxQnRhEzHSQE6 { 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:0.6875rem;width:5.625rem;top:53.125rem;left:33.6875rem;overflow:hidden;display:block; }
#ITfLdkC7GSH4nSL7O9xlR9gMcTFG6cwJ { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.75rem;width:5.625rem;top:53.0625rem;left:27.1875rem;overflow:hidden;display:block; }
#pRfy7JHs1dC92zQJlkFRgU0TfOTEqFCM { position:absolute;display:block;z-index:15045;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.75rem;width:5.625rem;top:9.875rem;left:13.1875rem;overflow:hidden;display:block; }
#b6b52f0zTDwE4rzmTToaIXIzphJZPwze { position:absolute;display:block;z-index:15067;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.6875rem;width:5.625rem;top:9.875rem;left:19.4375rem;overflow:hidden;display:block; }
#W51X9DZHSK7st8lc853fSnPI062hw5rR { position:absolute;display:block;z-index:15066;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:8.75rem;top:9.625rem;left:24.875rem;overflow:hidden;display:block; }
#kzPvfQ9MDMa4qFOVzGBxLsah3Uw5gKMv.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f0eff5;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; } #kzPvfQ9MDMa4qFOVzGBxLsah3Uw5gKMv.widget-smartsection *:focus-visible, #kzPvfQ9MDMa4qFOVzGBxLsah3Uw5gKMv.widget-smartsection input[type="text"]:focus-visible, #kzPvfQ9MDMa4qFOVzGBxLsah3Uw5gKMv.widget-smartsection input[type="email"]:focus-visible, #kzPvfQ9MDMa4qFOVzGBxLsah3Uw5gKMv.widget-smartsection input[type="tel"]:focus-visible, #kzPvfQ9MDMa4qFOVzGBxLsah3Uw5gKMv.widget-smartsection textarea:focus-visible { outline: none; } #VtgTNbS6uBplEs6vh94vnQO2gsHWCqvz > .row .container { background-color: transparent; background-image: none; }#VtgTNbS6uBplEs6vh94vnQO2gsHWCqvz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VtgTNbS6uBplEs6vh94vnQO2gsHWCqvz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VtgTNbS6uBplEs6vh94vnQO2gsHWCqvz > .row .container > .video-iframe-container { display: none; }#VtgTNbS6uBplEs6vh94vnQO2gsHWCqvz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VtgTNbS6uBplEs6vh94vnQO2gsHWCqvz > .row > .video-iframe-container { display: none; }#VtgTNbS6uBplEs6vh94vnQO2gsHWCqvz > .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); }#VtgTNbS6uBplEs6vh94vnQO2gsHWCqvz > .row .container { border-width: 0; border-radius: 0; }#VtgTNbS6uBplEs6vh94vnQO2gsHWCqvz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VtgTNbS6uBplEs6vh94vnQO2gsHWCqvz > .row .container { font-size:0.875rem;font-family:arial;height:26.5rem;width:75rem;position:relative;display:block; }#Bb046292ef85991c924a4a4bebb77957.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/96a8f79e-f8e2-450c-b097-eb8693796b14/voiccross.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Bb046292ef85991c924a4a4bebb77957.widget-smartsection.adaptive-delivery-prevent-bg, #Bb046292ef85991c924a4a4bebb77957.widget-smartsection.lazyload, #Bb046292ef85991c924a4a4bebb77957.widget-smartsection.lazyloading { background-image: none; } #Bb046292ef85991c924a4a4bebb77957.widget-smartsection *:focus-visible, #Bb046292ef85991c924a4a4bebb77957.widget-smartsection input[type="text"]:focus-visible, #Bb046292ef85991c924a4a4bebb77957.widget-smartsection input[type="email"]:focus-visible, #Bb046292ef85991c924a4a4bebb77957.widget-smartsection input[type="tel"]:focus-visible, #Bb046292ef85991c924a4a4bebb77957.widget-smartsection textarea:focus-visible { outline: none; } #WXNlsQ5m1zyvBCC7kSdHk5T241U26GT6 > .row .container { background-color: transparent; background-image: none; }#WXNlsQ5m1zyvBCC7kSdHk5T241U26GT6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WXNlsQ5m1zyvBCC7kSdHk5T241U26GT6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WXNlsQ5m1zyvBCC7kSdHk5T241U26GT6 > .row .container > .video-iframe-container { display: none; }#WXNlsQ5m1zyvBCC7kSdHk5T241U26GT6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WXNlsQ5m1zyvBCC7kSdHk5T241U26GT6 > .row > .video-iframe-container { display: none; }#WXNlsQ5m1zyvBCC7kSdHk5T241U26GT6 > .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); }#WXNlsQ5m1zyvBCC7kSdHk5T241U26GT6 > .row .container { border-width: 0; border-radius: 0; }#WXNlsQ5m1zyvBCC7kSdHk5T241U26GT6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WXNlsQ5m1zyvBCC7kSdHk5T241U26GT6 > .row .container { font-size:0.875rem;font-family:arial;height:24.0625rem;width:75rem;position:relative;display:block; }#zQOuHAVuAPPqnK7IGWzkVMl7C6lNVIAz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zQOuHAVuAPPqnK7IGWzkVMl7C6lNVIAz > .row .container { background-color: transparent; background-image: none; }#zQOuHAVuAPPqnK7IGWzkVMl7C6lNVIAz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zQOuHAVuAPPqnK7IGWzkVMl7C6lNVIAz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zQOuHAVuAPPqnK7IGWzkVMl7C6lNVIAz > .row .container > .video-iframe-container { display: none; }#zQOuHAVuAPPqnK7IGWzkVMl7C6lNVIAz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zQOuHAVuAPPqnK7IGWzkVMl7C6lNVIAz > .row > .video-iframe-container { display: none; }#zQOuHAVuAPPqnK7IGWzkVMl7C6lNVIAz > .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); }#zQOuHAVuAPPqnK7IGWzkVMl7C6lNVIAz > .row .container { border-width: 0; border-radius: 0; }#zQOuHAVuAPPqnK7IGWzkVMl7C6lNVIAz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zQOuHAVuAPPqnK7IGWzkVMl7C6lNVIAz > .row .container { font-size:0.875rem;font-family:arial;height:16.625rem;width:75rem;position:relative;display:block; }#ke1DnzyTf8kX3mPEi50nhGmIUvktozzf { position:absolute;display:block;z-index:15003;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/4f1340cf-5af3-4048-8bc0-9ee9084c90fc/858Convertido1.png");background-position:bottom right !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:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: none;height:9.6875rem;width:63.5rem;top:3.8125rem;left:5.75rem;display:block; }#ke1DnzyTf8kX3mPEi50nhGmIUvktozzf.adaptive-delivery-prevent-bg, #ke1DnzyTf8kX3mPEi50nhGmIUvktozzf.lazyload, #ke1DnzyTf8kX3mPEi50nhGmIUvktozzf.lazyloading { background-image: none; }
#Tf4Joc8cLuqXgkdOf1TCSrtDL6Auwx3q { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.0625rem;width:9.875rem;top:1.5rem;left:7.0625rem;overflow:hidden;display:block; }
#PSUyFi0xJwt2kErSfI4e1b5SMXVFFBdO { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ff9d00, #e77320);background-image: -moz-linear-gradient(90deg, #ff9d00, #e77320);background-image: -ms-linear-gradient(90deg, #ff9d00, #e77320);background-image: -o-linear-gradient(90deg, #ff9d00, #e77320);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9d00', endColorstr='#e77320' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9d00', endColorstr='#e77320' );";background-image: linear-gradient(90deg, #ff9d00, #e77320);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.5625rem;border-top-right-radius:3.5625rem;border-bottom-left-radius:3.5625rem;border-bottom-right-radius:3.5625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.4375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:6.9375rem;left:50.8125rem;display:block; }
#aKp4Tn6GXDmCpwe6M8c8irpvZpNLbNh8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eRsR4rqLeXRcPqOhbGzJOSh72vUnt8nZ { color:#ffffff;display:block;width:24.124rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:6.70703125rem;left:23rem;height:3.8984375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QFrcPCQftw2grXDWqEfPsuaEgeKwLx8U { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#662483;background-image:none;position:relative;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }#QFrcPCQftw2grXDWqEfPsuaEgeKwLx8U > .row .container { background-color: transparent; background-image: none; }#QFrcPCQftw2grXDWqEfPsuaEgeKwLx8U::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QFrcPCQftw2grXDWqEfPsuaEgeKwLx8U > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QFrcPCQftw2grXDWqEfPsuaEgeKwLx8U > .row .container > .video-iframe-container { display: none; }#QFrcPCQftw2grXDWqEfPsuaEgeKwLx8U > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QFrcPCQftw2grXDWqEfPsuaEgeKwLx8U > .row > .video-iframe-container { display: none; }#QFrcPCQftw2grXDWqEfPsuaEgeKwLx8U > .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); }#QFrcPCQftw2grXDWqEfPsuaEgeKwLx8U > .row .container { border-width: 0; border-radius: 0; }#QFrcPCQftw2grXDWqEfPsuaEgeKwLx8U > .row > .video-iframe-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#QFrcPCQftw2grXDWqEfPsuaEgeKwLx8U > .row .container { font-size:0.875rem;font-family:arial;height:2.6875rem;width:75rem;position:relative;display:block; }#lXVbBKKVTCLR2kybtO7O5Ad0rmcT5hBE { color:#ffffff;display:block;width:8.625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:0.65570068359375rem;left:33.187141418457rem;height:1.21875rem;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; }
#bozuOGFQJTvJR1zDPm855w2fIUublkOo { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#bozuOGFQJTvJR1zDPm855w2fIUublkOo { background-color: transparent; background-image: none; }#bozuOGFQJTvJR1zDPm855w2fIUublkOo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bozuOGFQJTvJR1zDPm855w2fIUublkOo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bozuOGFQJTvJR1zDPm855w2fIUublkOo > .row .container > .video-iframe-container { display: none; }#bozuOGFQJTvJR1zDPm855w2fIUublkOo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bozuOGFQJTvJR1zDPm855w2fIUublkOo > .row > .video-iframe-container { display: none; }#bozuOGFQJTvJR1zDPm855w2fIUublkOo > .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); }#bozuOGFQJTvJR1zDPm855w2fIUublkOo { border-width: 0; border-radius: 0; }#bozuOGFQJTvJR1zDPm855w2fIUublkOo > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bozuOGFQJTvJR1zDPm855w2fIUublkOo > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:3.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#Ki3MUGOrA0mh8L2r6mFiTJq9fSC8SAOw { background-color:transparent;background-image: -webkit-linear-gradient(115deg, #8c00b2, #b700ff);background-image: -moz-linear-gradient(115deg, #8c00b2, #b700ff);background-image: -ms-linear-gradient(115deg, #8c00b2, #b700ff);background-image: -o-linear-gradient(115deg, #8c00b2, #b700ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8c00b2', endColorstr='#b700ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8c00b2', endColorstr='#b700ff' );";background-image: linear-gradient(115deg, #8c00b2, #b700ff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:#e8f7ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.6875rem;height:3.0625rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:0rem;left:2.5rem;display:block; }
#fTInkPEPNXm8WhT2I7tyQl0U1qCBP43i { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #KqqycMSHntq0BtBDSFBFG5zwkyscTNqn { display:block; }#KqqycMSHntq0BtBDSFBFG5zwkyscTNqn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aO0pmUQ3LG77uSCJPUWzZHrmKqpDG5Jx { top:2.125rem;left:5.125rem;width:30.25rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vp7ZCFANrDmKcD6QUnARKEpa04JAIzNH { top:2rem;left:0rem;width:17.4375rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVS73gbM0ZuWprpElJb7gMJiTBBI3xNd { top:2.5625rem;left:36.8125rem;width:10.9375rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #A8mKiS91ArgbLv97i2Qxy7mC1IHdart4 { top:3rem;left:7.25rem;width:7.875rem;height:1.8606904047444rem;display:block; }
 }@media only screen and (max-width: 763px) { #yqhMyVnoF9Sp8SUtWMyMsMoCq2el387H { width:5.1875rem;height:1.6875rem;top:3.0625rem;left:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJ9sADpP5DNs0prTmc4n8SVIZBIDNkwQ { width:5.625rem;height:1.4375rem;top:5.625rem;left:25.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fnDZXIuXmlp5hyf7eKUwP4EoFfE8WovF { width:10.3125rem;height:1.9873538130615rem;top:2.9375rem;left:22.8759765625rem;display:block; }
 }@media only screen and (max-width: 763px) { #udHb0EFPGQ36RNQtK1KZ7Qd3iLn9DLkP { width:4.5625rem;height:0.9375rem;top:5.75rem;left:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hwdVsUigliiUERTx0gRsJym3CZ2LLBgG { top:5.75rem;left:9.125rem;width:5.625rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSmraTIkLxtvrxCtNbcu7eieqP7h19qF { display:block; }#rSmraTIkLxtvrxCtNbcu7eieqP7h19qF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ByezpX2bTcD9TCKkcQQg4bPdGRcStgiu { top:4.5rem;left:0rem;width:32.6875rem;height:5rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xiORfmtwXGhdUsPQdob10b5agVAeyTVJ { top:13.9375rem;left:0rem;width:42.8125rem;height:16.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #soUThri1TZG9rcaxnOl1Ba5NRpqmGnsA { top:15.6875rem;left:0rem;width:35.5625rem;height:3.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XFednWvA2ShL1BvZoMLfHE4446hVluc0 { top:21rem;left:0rem;width:10.6875rem;height:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zvtp07143vyJVKW4DFnPIXMFzRQP2GdG { top:21.25rem;left:0rem;width:11.3125rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R5Hxqyr3VvMRzhTGXwaly1cHCnNnaVoX { top:20.5625rem;left:11.375rem;width:12.0625rem;height:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #QRVhCrhq0osS30D06QD0XJCkzgkrt4Uv { width:15.25rem;height:4rem;top:45.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lEJr1PvGlkHMz8knddGNItuqrJLJhVHX { display:block; }
 }@media only screen and (max-width: 763px) { #moagtmtfs66iQJKbwgW625WtBA23XzFS { top:42.8125rem;left:0rem;width:14.1875rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1QN1Sx4F6HqeryKkPRPNT7rJlArsTbb { top:43.5rem;left:0rem;width:14.1875rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GtsxSTSSeeH6iSJkQwGka0EPexaHErpI { top:20.5625rem;left:22.8125rem;width:8.0625rem;height:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gpdNIMFcO6Tt00NPcAob8vsg9TfNoHiI { top:32.5rem;left:0rem;width:34.9375rem;height:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k92RTlciapIG1ffSKeI50bw8cbMU5EpU { top:34.375rem;left:0rem;width:21.5625rem;height:4.1875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XxP19mL1H2zZ02vHFwh7K9N9xOgTRbAc { top:2.1875rem;left:25.9375rem;width:21.8125rem;height:29.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N2ZBxmRelUWy1gcbrFDqqJaKDAAfqTbV { display:block; }#N2ZBxmRelUWy1gcbrFDqqJaKDAAfqTbV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zwk3Rnw7RR5bNFdp3ocrN6KE9lHDhp1c { top:20rem;left:23.125rem;width:8.625rem;height:4.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GaadwmmUPk414AIlJH5CBAWKe1EVWJ7N { top:20rem;left:15.875rem;width:9.1875rem;height:4.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTKRzkMiKD2CV1rkGL3USLwLQreOTSlG { top:20rem;left:5.5625rem;width:8.5rem;height:9.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r4AWvrTnbiQpXQaJLuTiWrcXdmv2sQad { top:20rem;left:0rem;width:8.8125rem;height:7.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mGmzJNDXnUM0BDSo8yOc3G2i1pIeA1tG { top:20rem;left:38.75rem;width:7.6875rem;height:7.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CuWPPuPondMPWSe4A9UsimewRCS0E8m5 { top:20rem;left:31.75rem;width:11.25rem;height:4.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2gno88UvdLm85KcDLlBpkRt2a6E6fci { top:11.75rem;left:0rem;width:7.5rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQ2pRbaFonNCrPWZ0H9n1B9f8vTg2wcT { top:11.9375rem;left:8.375rem;width:7.5rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZzcmifmZ43JQPlRtfIri98asWoOx4oMq { top:11.9375rem;left:15.875rem;width:7.5rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IrAqnWFGAGAga0FpML35BiIOlAKzhWBH { top:11.9375rem;left:24.25rem;width:7.5rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6R7wL2338hHuWcMRTAgJyfPyIDoEIQJ { top:11.9375rem;left:31.75rem;width:7.5rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pim4Hxzsi67V8O12TheDzdMzSc1t38Mb { top:11.9375rem;left:40.125rem;width:7.5rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xs6UHBcTJgliiKCNSgOLMmlTSebFT2IC { top:39.5625rem;left:38.25rem;width:8.3125rem;height:8.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VP6ebtTJCKAU97UMuMbRxTKO3rb9f4oJ { top:39.5rem;left:31.75rem;width:8.875rem;height:8.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KhBxSdzarcyr9iVKe5dF4Uc7LBAqGw2V { top:39.3125rem;left:22rem;width:9.75rem;height:6.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BF3z3nrrGSw91K2Nplyck0FQO1BH9sPD { top:39.5rem;left:15.875rem;width:11.25rem;height:6.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AyZgc0Ukmw4X5rbvso0SxMsZIdqQsoyf { top:39.5625rem;left:5.4375rem;width:8.9375rem;height:8.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MeQyp2iXoqdrae2STnstGFVuIgZwXb5W { top:31.3125rem;left:8.375rem;width:7.5rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZRPrbVmpsnArA3bMTE7FIurE1uT0D6ny { top:31.1875rem;left:15.875rem;width:7.5rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5Lb21Qy1oci0nRJ3WlsUsLXVJOdIyBy { top:31.0625rem;left:24.25rem;width:7.5rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qXrOkMhzlfpu5iFUOWevk2k2uQbv4iOF { top:31.25rem;left:31.75rem;width:7.5rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ytXEHulaE6ToTVtQ2BaGkETx2VkWxu3Z { top:31.3125rem;left:40.125rem;width:7.5rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LwaCeKhkH7ws5Glm5EG70OqwJTlEhrV0 { top:39.3125rem;left:0rem;width:9rem;height:7.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QEsfZVTmTmbM6wguKFznRbhNpnvuiSnm { top:31.0625rem;left:0rem;width:7.5rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDvT7RPwX2ehW75rJd5lZuRSbWSQL3Wg { top:3.3125rem;left:0rem;width:34.375rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTnFpFFBEnFGGWcKZSxHSI5VrKIidmsA { top:4.5rem;left:0rem;width:28.9375rem;height:2.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bI4tKxdQNSX6glJbMGao2ygyESmncnKB { display:block; }#bI4tKxdQNSX6glJbMGao2ygyESmncnKB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nRVMpbOSQrO1bGIO0k4MmuiJeAmTNQVZ { top:31.9375rem;left:1.3740234375rem;width:6.25rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7c9OlkebvvmUXdocOeEGiHZ46zGxkpN { top:31.9375rem;left:13.6240234375rem;width:6.25rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EAw0VaOWqICCUD5qP4aeDUOrH4Uh88LW { top:32.9375rem;left:4.2490234375rem;width:11.875rem;height:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SuqnwpnMPdS6oD97qKTD9VzxdaxaZGJL { top:40.8125rem;left:7.0615234375rem;width:6.25rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pyX9a8BpqcrK75EPCXeVLUPOJaIQoSAS { top:43.9375rem;left:0.4365234375rem;width:21.875rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RuzElrDTfz6IZTRcWFvKaK24uAwud2Gf { top:49.6875rem;left:8.2490234375rem;width:6.25rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FDcHOs76OgDMP3RQQITWP4hrk25ASFrm { top:11.875rem;left:7.0615234375rem;width:11.25rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4qTUT2b2AMtxxRbGwthTqrST14mE3bB { top:16.8125rem;left:2.09375rem;width:19.6875rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zlxSIJ9Km60O8lq0da4O7C3GNml35JQP { top:20.0625rem;left:7.25rem;width:9.375rem;height:1.811525rem;display:block; }
 }@media only screen and (max-width: 763px) { #ny4uAugvUe7Mf3UiDcnBQOnZaTagMdDp { top:24.4375rem;left:0rem;width:11.25rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JfSGDTMow7u5Ct0Clyot6SmQfxgTni75 { top:24.4375rem;left:11.1240234375rem;width:11.25rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qBqaa6eSTyMFgethgtGStkdfbLrtMrCJ { top:49.6875rem;left:39.4365234375rem;width:6.25rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNIaRiqGhQzkMbWrza3r9FcBfJTXJVTN { top:49.6875rem;left:27.4990234375rem;width:6.25rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XdqnOhogT9a9zyR5lu70uOFnaEEKv0Qs { top:40.6875rem;left:25.5625rem;width:8.125rem;height:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9JwAdbmBPevWU4OoWAShullxLTbJw8T { top:40.625rem;left:38.4990234375rem;width:8.125rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0sIcuBf2ZTBJJlPTwwKJDwH9g3ilzWi { top:25.5rem;left:37.8740234375rem;width:9.375rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTy0nc5ekK0dCuSJ6ZruxOxqkk6pZMyk { top:26.5625rem;left:23.875rem;width:12.5rem;height:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QFi8EMifFqhT2HT1RyE7iFVRAOTW5aTN { top:35.8125rem;left:27.6875rem;width:6.25rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kr8lOvln0AyxH9kV8uBffvCvATJlr5Ta { top:35.8125rem;left:39.4365234375rem;width:6.25rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gFDbfT8ZmNN6QNC8CQfF0eDytCcTtm29 { top:18.9375rem;left:33.1865234375rem;width:5.1875rem;height:3.9521515305223rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZNfG0xentuJBxMCoubb2gKWx716Si7ug { top:16.8125rem;left:26.0302734375rem;width:19.5rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qg54snZWfvsnJlV7dHEx13taPSToWLRq { top:12.375rem;left:31.3125rem;width:9.1875rem;height:2.3582392353227rem;display:block; }
 }@media only screen and (max-width: 763px) { #aDA1UwOiWIxoZIuPXpBM4J1p8NZ6yFiq { top:11.375rem;left:4.248046875rem;width:15.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OF6ur4T8xnUboHhr9mKarmaxPvWVE6bA { top:11.4375rem;left:27.9375rem;width:15.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UKdOoqqrcy56OVHAvcTZPGzQTZmq2VeU { top:13.25rem;left:0rem;width:28.6875rem;height:38.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgJiupM7mBVfULnW1RWusS9OrrGZvG2c { top:13rem;left:18.875rem;width:28.625rem;height:38.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L5TwqANrTiPsuGesdAkVm5ZZVf7BQ05V { top:39.8125rem;left:0rem;width:0.9375rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vNBZaxNHfgFrUhIdEF4LgZbkbaLauIXp { top:18rem;left:46.5625rem;width:0.9375rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #em2oLry2pI2Sxfxw3hSdLeTXX6nlLlFD { top:19.0625rem;left:3.9609375rem;width:15.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxWBCNVAux8CVuAK1sVm88vthAXtHVJs { top:19rem;left:28.0224609375rem;width:15.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aolumTQ2dpaTLZczZ3gx21hSBJzqDVgT { top:3.25rem;left:0rem;width:34.375rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2ZlUebStRgtJHb2AWSn1zAFuTEFr6UQ { top:4.4375rem;left:0rem;width:28.9375rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdmNdAnTI7cyRqCwEVq0BX9tDdVCDaOa { display:block; }#cdmNdAnTI7cyRqCwEVq0BX9tDdVCDaOa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eyu22QLmmo0Py3pMfl7OraAEskpM3Ng6 { top:43.375rem;left:41.5rem;width:6.25rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzLqEkR69IUKveE1hnOV08zEk11SS6ds { top:35.125rem;left:39.4375rem;width:8.3125rem;height:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zzLd9Eixh2OWzlxNNlPmTdGmbF6GnU5n { top:33.1875rem;left:41.5rem;width:6.25rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tq4PHPGdedn0oc3ga1TD6TLtJ40dAQnu { top:33.1875rem;left:32.625rem;width:6.25rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GLHiZg7BuGL3e5mHw8TaO2kD2JNHe8Ef { top:43.375rem;left:32.4990234375rem;width:6.25rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KIb9kurx6ZTHMMgMyKbpWoz1mcbpsO59 { top:35.8125rem;left:31.9677734375rem;width:7.875rem;height:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zzM5LsWIdPA4UpSaempCfttVwdDTIOaS { top:35.5625rem;left:23.875rem;width:8.1875rem;height:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TU3iTetzncu3y8XwkywZefAMUJTpEDkn { top:25.3125rem;left:31.53125rem;width:7.8125rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HB1EsV7hST20pylfMwqQxvwHWSEsvhlU { top:25.5rem;left:40rem;width:7.75rem;height:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEgxenGlV2SiQWKKv2ctT4XbQKFSeg3u { top:25.5625rem;left:23.875rem;width:7.6875rem;height:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HiEDdc6mh3cOHiWLECZq0XuDEslTDmyu { top:33.1875rem;left:23.875rem;width:6.25rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NlaK7Zl2SmpOkV5DlBBgtVIpxcXMIXWz { top:43.375rem;left:23.875rem;width:6.25rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pk7ETgrVJRD14VaIbv9XCyxFaPraCyAV { top:16.125rem;left:12.625rem;width:11.25rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vplCsQKAfodPLx4ZBDqVuHoTdXTaQO1t { top:26.75rem;left:12.625rem;width:11.25rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JchIFOdnBKotKUcrMlUEZ3BUS3ym0wl5 { top:33.3125rem;left:17.25rem;width:6.25rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z4ioSxbH44e1ivcNaGr5EuiZ1X6KiPRn { top:22.9375rem;left:16.3125rem;width:6.25rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qwqgXHramQMN2ZXr3QaFnbx5zQhnPFCL { top:15.4375rem;left:31.53125rem;width:7.375rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rbEWbGseZeShmOLgALkefTswpGW7Uu2T { top:23rem;left:32.4990234375rem;width:6.25rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yEb4elilNbGtStdabJkw9a1LyR4NiCNo { top:15.3125rem;left:39.875rem;width:7.875rem;height:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mFb18mlAE8FmmJNPxHQmL0tITh3brKUm { top:22.8125rem;left:41.5rem;width:6.25rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ozxfcb70284eVIG1c8bVtEbSVK6fLVpP { top:15.5rem;left:23.875rem;width:7.1875rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0g8fTVwHDJ7a2QTrN45kfGL4VwKkXWe { top:22.875rem;left:23.875rem;width:6.25rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oipG7SIcceQqMAXeqTCpqi2zIenV45U5 { top:10.8125rem;left:7.25rem;width:9.375rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOZtwZ90XO2h6GNau3qKVpIo2HJeSlqq { top:16.125rem;left:0rem;width:11.25rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aduZtVw6eNnpsy3mVox2U8B1kTXMD6mm { top:26.625rem;left:0rem;width:11.25rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ume9Hk1T5KOZnS2X1pyudZf10Gcm3kpz { top:36.75rem;left:4.3115234375rem;width:11.25rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ip65L1Wzkd9NP48AvLUbLsObEs40HgHg { top:43.3125rem;left:6.9990234375rem;width:6.25rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ubr0IflCskZ0Tqh0X7ukBVAoWg2bamv6 { top:11.0625rem;left:29.0302734375rem;width:13.5rem;height:1.5554142240902rem;display:block; }
 }@media only screen and (max-width: 763px) { #zburrSz7z0RTTrezbAitKrwubH0LI15t { top:33.1875rem;left:0rem;width:6.25rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DbQbWR2XsUdKsSBLb2EVGNRrWVerQqD0 { top:22.9375rem;left:0rem;width:6.25rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BH7EXQJg2mUJZEs50WIwyfG7TMCgPEGV { top:8.8125rem;left:2.9375rem;width:20.9375rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hs8DBlOS3k4dOebHBzALEA68Pa4UgNyd { top:3.3125rem;left:15.875rem;width:8rem;height:3.5343546486386rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTU1auebWRr5uCS1fQ9reJ1UfGTUr2GJ { top:3.125rem;left:7.875rem;width:15.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #utZeU5cgQtTtsX4mJU84DuzGmSAJnzLv { top:4.9375rem;left:0rem;width:47.5rem;height:59rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1KHBIBCC7C3MmhdLNNJWKdiUQgw68KC { top:9.75rem;left:3.9609375rem;width:15.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwTV2z0WykgRRLdK53g5EqM2hubFVyLA { top:9.75rem;left:27.8359375rem;width:15.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZSIXw6Sd24h4x4eTzobqcV22KspXUy6s { top:47.25rem;left:7.875rem;width:15.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRutVxpEwKrqRTml0AMb2ppAOQtyLrFB { width:8.375rem;height:1.6875rem;top:48.375rem;left:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sm2Wl5G6KlkS2m7F4P0u7DCWIulPh4aQ { top:59.4375rem;left:23.875rem;width:6.875rem;height:2.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXvmiiAywR9APXCfarm7LlhBsmX552Hu { top:53.1875rem;left:23.875rem;width:6.5625rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bi07lirak5Sgc4nRTAKaKyOyHcaFqN3O { top:59.5rem;left:32.0625rem;width:6.875rem;height:2.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ekghSukXwxoN8t0pmHTtydGH8zx7UxlC { top:53.25rem;left:32.1875rem;width:6.5625rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFTkXVXrTKLU3rlb6XlUX3PWkQgPfcUu { top:53.25rem;left:7.0625rem;width:6.1875rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wEM2N8OWXng12f2u6KNg2iZhX53szbSh { top:59.5rem;left:6.9375rem;width:6.875rem;height:2.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWbZkr9UQiK6VBxwo669mpQHxXkkrUID { top:53.25rem;left:17.625rem;width:6.1875rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BSSe2T7buCGarLsC9uHE4hGP2upgAziQ { top:59.5rem;left:17rem;width:6.875rem;height:2.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AMSy4vTuewTT1Be1kSC0zWes9avh2WGd { top:53.3125rem;left:17.6875rem;width:6.1875rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #waETiZMphf3QKcTA4cDBpGU9LPe6GBlp { top:59.5625rem;left:17rem;width:6.875rem;height:2.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJHsAXOFTqFCQ2AxS5C94JogkU6AwBO3 { display:block; }#tJHsAXOFTqFCQ2AxS5C94JogkU6AwBO3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xdQA984lNum4sWH1TvhMxLwW3W3n9Xag { top:13.3125rem;left:0rem;width:33.25rem;height:16.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JNOrkQxfflEpKDhnw4R9fEOXZG3nNZMu { top:13.3125rem;left:18.25rem;width:29.5rem;height:16.528043231906rem;display:block; }
 }@media only screen and (max-width: 763px) { #JmrnaWSCuLDZpuyn0a5aJInbzKxRIKOq { top:9.75rem;left:0rem;width:24rem;height:1.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vyNo7enDU5IrTPtr9FXW0KspyII5cudb { top:3.3125rem;left:0rem;width:47.75rem;height:31.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JhGHBSbzsZcm3xgzrtugEkiaEv2ZZMVs { top:6.6875rem;left:0rem;width:38rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fhkMeVTPyTC7ImZ4s7ONkU9oKm8O2288 { display:block; }#fhkMeVTPyTC7ImZ4s7ONkU9oKm8O2288 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MHWl3kS4TLOaMXUbBAiCxcb4MTN0iolw { top:3.5625rem;left:0rem;width:29.3125rem;height:2.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eViDluL64ULdB6ArlNNbL0k5kyQyduMW { top:7.875rem;left:10.25rem;width:37.5rem;height:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pf7TkhWo4PGSpnBzzWvdICdW4DEB4SOG { top:6.6875rem;left:0rem;width:34.0625rem;height:12.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fv4DtQmcqgcPzXcsuALZ1PolwLaUyS9D { top:33.625rem;left:23.875rem;width:15.0625rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cF255OTuGLuuzPAk3wRN7DiSAKGVNoco { top:19.4375rem;left:0rem;width:31.25rem;height:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xwsU7tXrJVhFLHIita9fklRP9dPcOeva { top:4.3125rem;left:23.875rem;width:9.375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D15lEKPax47QAXy9BmbzAGHdTRTt5zPN { top:3.625rem;left:23.875rem;width:23.0625rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRIUrTBre1kAAqC9TWHrVt99UkcBE0TP { top:4.8125rem;left:31.75rem;width:8.625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QySdZrSJtS1RTDnq97TcCwgz6ehBLp4v { display:block; }#QySdZrSJtS1RTDnq97TcCwgz6ehBLp4v > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F6gD7M7z9Xq5cyBh71maTs12Fxge2CMk { top:24.625rem;left:0rem;width:34.5625rem;height:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FeBrSmE9UONl6l3tmglCTHTHFP5fPIUT { top:3.3125rem;left:13.25rem;width:33.8125rem;height:14rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iWHpiM5Ul3kchcuTlvrWONwDJwHbnicd { top:19rem;left:0rem;width:11.6875rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9F1c5XJ3oeAqEmyV33syRpIINRdoD8w { top:19rem;left:22.125rem;width:25.625rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDialIgdVxJID5tQmsyS7wUZtSGzLEUS { top:1.75rem;left:0rem;width:34.625rem;height:6.3125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xehFLgDRdi88sL4SfIyWKBob13vkCRgn { top:9.125rem;left:0rem;width:33.875rem;height:6.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K9LWmiXnBOvNMzXBwx8bWsamOnf43WND { display:block; }#K9LWmiXnBOvNMzXBwx8bWsamOnf43WND > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BP57EdsfiVxkN63CUAMCmaREKSLUQniG { top:3.3125rem;left:0rem;width:30.5625rem;height:4.1875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #u51Wd3KglzoCQkQW7wqDlPHJ34WsWb55 { top:8.0625rem;left:0rem;width:33.875rem;height:15.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #My2r00GBncRTztgnzIaJvi4m8MAzpu2l { top:7.5rem;left:10.25rem;width:37.5rem;height:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eM0HZshB2RtVVNwTFUWt9E06PvNrXSNb { top:30.3125rem;left:32.6875rem;width:15.0625rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZJ7yuXTFOQ9bltU4lt7brJsSk3zpTm3 { top:26.5rem;left:0rem;width:33.5rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQPXIIEqZFWFLvGVtTAwEoETFgqdm9k7 { top:2.125rem;left:23.875rem;width:7.625rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxLizGXswTTZCv9dfdldCrqS2aX6r13v { width:17.8125rem;height:4.0625rem;top:6.3125rem;left:29.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iVdl4lZdz5uyy1JkP3ePSJ8eTAlaBOVp { display:block; }
 }@media only screen and (max-width: 763px) { #eBHLTG7DZA0iCS9BTziCoo3Wx0FaumNT { width:14.875rem;height:4.0625rem;top:6.3125rem;left:32.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kpK9GJe4liJQM9PRWgzxk21BIvQw93II { display:block; }
 }@media only screen and (max-width: 763px) { #xO2UDKr129UmXcRI6tATGIsO5fuaLRcJ { top:1.6875rem;left:23.875rem;width:19.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dg5omyZirQDWWEch0wD1FRCzDXkuXhU2 { top:2.75rem;left:28.4375rem;width:9.25rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MPFLwrgPNo2ieZaMTAMgJPPOiAsnHMyC { display:block; }#MPFLwrgPNo2ieZaMTAMgJPPOiAsnHMyC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CxTXgnLnM6240dKdbRPcb7zE4sS9Wo5W { top:3.3125rem;left:17.9375rem;width:29.8125rem;height:4.1875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFc4FtvPsqwTQhJAfrM9VyA9dLIMV3E1 { top:8.75rem;left:11.75rem;width:36rem;height:9.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tc4vgbd67cwbibfcB3nBoQpAu26diQA9 { top:21.5rem;left:10.25rem;width:37.5rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XWVu0hbmGAXhqmCXRFSyEtC2s3dwcfmw { top:8.5rem;left:0rem;width:33.9375rem;height:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #untcTHhPhizyANFlfmJEdmRJ0007ySDD { top:28.3125rem;left:0rem;width:15.0625rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kB5ZLb9PnJAcUA9J76q5fQfFWSnWZDUp { top:3.6875rem;left:0rem;width:7.5rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fOVsyaMoEMVT4Za2D6NQZthcU7N0zPE1 { top:3.3125rem;left:0rem;width:18.6875rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNRFxbyUbnGpiMebLV5zWPtWxbmJyEkG { top:4.5625rem;left:4.1875rem;width:9.25rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzxRfxadCbTCGXuFtN8NE3uVzV5cwgIJ { display:block; }#DzxRfxadCbTCGXuFtN8NE3uVzV5cwgIJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nRoVMuLI4Oni6mVDzqKswH3Od4a4gRBd { top:13.625rem;left:0rem;width:34.8125rem;height:19.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJykut9Xt9w3yNDPXEHwKBPtbps9ycTH { top:29.5rem;left:35.6875rem;width:12.0625rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #demvlX5MRI8kdb6ZitGNwbSsOH4rRTum { top:3.3125rem;left:0rem;width:31.75rem;height:4.1875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AcoWc1bBLVES3GoBrrbOKT3XUyabwPX5 { top:8.375rem;left:0rem;width:34.8125rem;height:4.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Er8B6W291MckO7Tu4figxMXHhfWLDkm4 { top:9.3125rem;left:13.375rem;width:34.375rem;height:22.749rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMb8cUy0m9gemdgRQDgKKXh1JbitEFUE { top:4.375rem;left:23.875rem;width:8.75rem;height:2.124025rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ibsxu5bHHOyUV6erZln6ZH9AQqPF56KI { top:3.3125rem;left:23.875rem;width:12.8125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hM8drEBCvhJHiOVL1xi6cK26lql9p8gm { display:block; }#hM8drEBCvhJHiOVL1xi6cK26lql9p8gm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MO0UJcOxODxxPLSST3lKTpfFAawLIU0e { top:4.1875rem;left:0rem;width:27.9375rem;height:4.1875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERV4QUUv2h604yho1lQZDuQPE9awHsan { top:9.6875rem;left:0rem;width:32.375rem;height:32.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CmhZPkiT10B69QRii1DwKkPtT0zcuz9P { top:8.875rem;left:24.34375rem;width:22.9375rem;height:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MOhyB44Nd0JUGXry06kzSiIDoCv3qV3u { top:4.1875rem;left:23.875rem;width:18.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tl1wJpMZW5plDGKTgzQ7RZftcKu8GTeF { width:8.375rem;height:1.6875rem;top:5.4375rem;left:30.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KW50nDXh5a51rSAuiuHhAXyPkhd1b8zS { top:30.6875rem;left:23.875rem;width:22rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0xgNIzdaXHSKLntNLyKhgTr8BTPici3 { top:32.75rem;left:23.375rem;width:24.375rem;height:7.3125rem;font-size:0.875rem;display:block; }#t0xgNIzdaXHSKLntNLyKhgTr8BTPici3 li:before{  }
 }@media only screen and (max-width: 763px) { #LeqMFMk0cQBLnfPPBgewuTT6GbbUasTz { top:4.5625rem;left:23.875rem;width:7.5rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FPgLCl4uQbKgxh7fl4aOAZ7ztNh2e9IR { display:block; }#FPgLCl4uQbKgxh7fl4aOAZ7ztNh2e9IR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XrAaEhLZLF6Q0kzBC7DRAecNJL2hrGpG { width:30.125rem;height:18.375rem;top:7.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vglzMa0J7Wvtpc3T8Miy5l7kMkiOBRyO { top:12.125rem;left:0rem;width:19.1875rem;height:4.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RV8N2fdZR0v06ZDqLMIZwXB89SdwAOTB { top:16.9375rem;left:0rem;width:21.875rem;height:7.375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFHAgv4N8BwdJt4DppecAhIXwGAtLoq2 { width:29.75rem;height:19.3125rem;top:23.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qIGSSHSAEdyqeEyTpsvGscz3dKr9FOIV { width:29.75rem;height:18.375rem;top:7.625rem;left:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hbob0ySPEivn6q5ZfyAn1vnuI4bfbhzv { width:29.75rem;height:18.75rem;top:23.9375rem;left:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #dcKSR2JX0L3Pk4peOissUMeBs3kGmr9v { top:27.75rem;left:0rem;width:20.625rem;height:4.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vfvJxGb6AV3EEzX8foKve1sRuhMlW58L { top:14.6875rem;left:25.5rem;width:19.1875rem;height:8.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZyLZMWbSdzdPkFfeNbMlApqbMmpauhaL { top:9.625rem;left:27.4375rem;width:19.6875rem;height:4.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLysLLUHHKww8AlZyAEtZlaln8OduLv6 { top:28rem;left:25.25rem;width:22.5rem;height:3.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CpN4BII1tKMn0TTVrHCigE2Gl9xtHByo { top:33.25rem;left:0rem;width:22.375rem;height:7.375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8Zo4eBV18L1JNkz2KhcyvBM6ozr0m7l { top:31.9375rem;left:26.5rem;width:19.875rem;height:7.375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XATTX2yVm0zP2z4Wa6hxWXUqgU56uGib { width:29.75rem;height:15.3125rem;top:40.625rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2TGRqz0rcivzl8HGXogfnKpWgM0X5Ha { top:48.1875rem;left:14.1875rem;width:17.5rem;height:3.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wVlOsT2DWxtEWAP64C0rxHTIQI6hsHog { top:44.625rem;left:13.40625rem;width:19.0625rem;height:3.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SrmyOQqKlxtHQ6VTTpXbaE1cMqJQkccg { top:3.5625rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pvDvkleI6TvlzUDTrXnZSC0y2vCFJzJr { top:9.125rem;left:0rem;width:23.1875rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #G997mMFqPM5hQdspEG1lcEmgSudfbmuL { width:8.75rem;height:1.3125rem;top:52.8125rem;left:25.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0iHVwErQMgm0ndgV74kxQnRhEzHSQE6 { width:5.625rem;height:0.6875rem;top:53.125rem;left:20.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITfLdkC7GSH4nSL7O9xlR9gMcTFG6cwJ { top:53.0625rem;left:13.5625rem;width:5.625rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pRfy7JHs1dC92zQJlkFRgU0TfOTEqFCM { top:9.875rem;left:0rem;width:5.625rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #b6b52f0zTDwE4rzmTToaIXIzphJZPwze { width:5.625rem;height:0.6875rem;top:9.875rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W51X9DZHSK7st8lc853fSnPI062hw5rR { width:8.75rem;height:1.3125rem;top:9.625rem;left:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzPvfQ9MDMa4qFOVzGBxLsah3Uw5gKMv.widget-smartsection { display:block; } #kzPvfQ9MDMa4qFOVzGBxLsah3Uw5gKMv.widget-smartsection *:focus-visible, #kzPvfQ9MDMa4qFOVzGBxLsah3Uw5gKMv.widget-smartsection input[type="text"]:focus-visible, #kzPvfQ9MDMa4qFOVzGBxLsah3Uw5gKMv.widget-smartsection input[type="email"]:focus-visible, #kzPvfQ9MDMa4qFOVzGBxLsah3Uw5gKMv.widget-smartsection input[type="tel"]:focus-visible, #kzPvfQ9MDMa4qFOVzGBxLsah3Uw5gKMv.widget-smartsection textarea:focus-visible { outline: none; } #VtgTNbS6uBplEs6vh94vnQO2gsHWCqvz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bb046292ef85991c924a4a4bebb77957.widget-smartsection { display:block; } #Bb046292ef85991c924a4a4bebb77957.widget-smartsection *:focus-visible, #Bb046292ef85991c924a4a4bebb77957.widget-smartsection input[type="text"]:focus-visible, #Bb046292ef85991c924a4a4bebb77957.widget-smartsection input[type="email"]:focus-visible, #Bb046292ef85991c924a4a4bebb77957.widget-smartsection input[type="tel"]:focus-visible, #Bb046292ef85991c924a4a4bebb77957.widget-smartsection textarea:focus-visible { outline: none; } #WXNlsQ5m1zyvBCC7kSdHk5T241U26GT6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zQOuHAVuAPPqnK7IGWzkVMl7C6lNVIAz { display:block; }#zQOuHAVuAPPqnK7IGWzkVMl7C6lNVIAz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ke1DnzyTf8kX3mPEi50nhGmIUvktozzf { top:3.8125rem;left:0rem;width:47.75rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tf4Joc8cLuqXgkdOf1TCSrtDL6Auwx3q { top:1.5rem;left:0rem;width:9.875rem;height:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PSUyFi0xJwt2kErSfI4e1b5SMXVFFBdO { width:15.625rem;height:3.4375rem;top:6.9375rem;left:32.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aKp4Tn6GXDmCpwe6M8c8irpvZpNLbNh8 { display:block; }
 }@media only screen and (max-width: 763px) { #eRsR4rqLeXRcPqOhbGzJOSh72vUnt8nZ { top:6.6875rem;left:9.375rem;width:24.0625rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QFrcPCQftw2grXDWqEfPsuaEgeKwLx8U { display:block; }#QFrcPCQftw2grXDWqEfPsuaEgeKwLx8U > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lXVbBKKVTCLR2kybtO7O5Ad0rmcT5hBE { top:0.625rem;left:19.562141418457rem;width:8.625rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bozuOGFQJTvJR1zDPm855w2fIUublkOo { display:block; }#bozuOGFQJTvJR1zDPm855w2fIUublkOo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ki3MUGOrA0mh8L2r6mFiTJq9fSC8SAOw { width:17.6875rem;height:3.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTInkPEPNXm8WhT2I7tyQl0U1qCBP43i { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #KqqycMSHntq0BtBDSFBFG5zwkyscTNqn { background-color:rgba(255,255,255,0.87);background-image:none;display:block; }#KqqycMSHntq0BtBDSFBFG5zwkyscTNqn > .row .container { background-color: transparent; background-image: none; }#KqqycMSHntq0BtBDSFBFG5zwkyscTNqn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KqqycMSHntq0BtBDSFBFG5zwkyscTNqn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KqqycMSHntq0BtBDSFBFG5zwkyscTNqn > .row .container > .video-iframe-container { display: none; }#KqqycMSHntq0BtBDSFBFG5zwkyscTNqn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KqqycMSHntq0BtBDSFBFG5zwkyscTNqn > .row > .video-iframe-container { display: none; }#KqqycMSHntq0BtBDSFBFG5zwkyscTNqn > .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); }#KqqycMSHntq0BtBDSFBFG5zwkyscTNqn > .row .container { width:20rem;height:21.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aO0pmUQ3LG77uSCJPUWzZHrmKqpDG5Jx { width:19.75rem;height:6.5rem;top:6.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vp7ZCFANrDmKcD6QUnARKEpa04JAIzNH { width:14.5625rem;height:4.9375rem;top:0.6123046875rem;left:2.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVS73gbM0ZuWprpElJb7gMJiTBBI3xNd { width:16.1875rem;height:4.125rem;top:15.125rem;left:1.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A8mKiS91ArgbLv97i2Qxy7mC1IHdart4 { width:7.875rem;height:1.859375rem;top:8.8828125rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yqhMyVnoF9Sp8SUtWMyMsMoCq2el387H { width:5rem;height:1.5625rem;top:7.09375rem;left:2.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJ9sADpP5DNs0prTmc4n8SVIZBIDNkwQ { width:5.8125rem;height:1.5rem;top:9.375rem;left:2.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fnDZXIuXmlp5hyf7eKUwP4EoFfE8WovF { width:9.625rem;height:1.625rem;top:7.0625rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #udHb0EFPGQ36RNQtK1KZ7Qd3iLn9DLkP { width:4.5625rem;height:0.9375rem;top:11.3125rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hwdVsUigliiUERTx0gRsJym3CZ2LLBgG { width:5.25rem;height:0.875rem;top:11.15625rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSmraTIkLxtvrxCtNbcu7eieqP7h19qF { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/09a0776a-ebc3-4ba1-9e04-0343ce9d7460/Voicehead.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#rSmraTIkLxtvrxCtNbcu7eieqP7h19qF.adaptive-delivery-prevent-bg, #rSmraTIkLxtvrxCtNbcu7eieqP7h19qF.lazyload, #rSmraTIkLxtvrxCtNbcu7eieqP7h19qF.lazyloading { background-image: none; }#rSmraTIkLxtvrxCtNbcu7eieqP7h19qF > .row .container { background-color: transparent; background-image: none; }#rSmraTIkLxtvrxCtNbcu7eieqP7h19qF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rSmraTIkLxtvrxCtNbcu7eieqP7h19qF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rSmraTIkLxtvrxCtNbcu7eieqP7h19qF > .row .container > .video-iframe-container { display: none; }#rSmraTIkLxtvrxCtNbcu7eieqP7h19qF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rSmraTIkLxtvrxCtNbcu7eieqP7h19qF > .row > .video-iframe-container { display: none; }#rSmraTIkLxtvrxCtNbcu7eieqP7h19qF > .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); }#rSmraTIkLxtvrxCtNbcu7eieqP7h19qF > .row .container { width:20rem;height:94.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ByezpX2bTcD9TCKkcQQg4bPdGRcStgiu { width:20rem;height:3.16875rem;top:2.9527349472046rem;left:0rem;font-size:2.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xiORfmtwXGhdUsPQdob10b5agVAeyTVJ { width:20rem;height:13rem;top:7.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #soUThri1TZG9rcaxnOl1Ba5NRpqmGnsA { width:16.75rem;height:4.38574375rem;top:15.1240234375rem;left:1.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XFednWvA2ShL1BvZoMLfHE4446hVluc0 { width:5.375rem;height:3.5625rem;top:10.03125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zvtp07143vyJVKW4DFnPIXMFzRQP2GdG { width:5rem;height:2.875rem;top:10.375rem;left:14.605235125054rem;display:block; }
 }@media only screen and (max-width: 763px) { #R5Hxqyr3VvMRzhTGXwaly1cHCnNnaVoX { width:6.25rem;height:4.125rem;top:9.75rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QRVhCrhq0osS30D06QD0XJCkzgkrt4Uv { width:15.25rem;height:4rem;top:80.6875rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lEJr1PvGlkHMz8knddGNItuqrJLJhVHX { display:block; }
 }@media only screen and (max-width: 763px) { #moagtmtfs66iQJKbwgW625WtBA23XzFS { width:14.1875rem;height:4.75rem;top:78.1875rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1QN1Sx4F6HqeryKkPRPNT7rJlArsTbb { width:14.1875rem;height:1.19921875rem;top:78.875rem;left:2.875rem;font-size:1rem;color:#595d68;display:block; }
 }@media only screen and (max-width: 763px) { #GtsxSTSSeeH6iSJkQwGka0EPexaHErpI { width:3.8125rem;height:4.0625rem;top:9.78125rem;left:10.8544921875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gpdNIMFcO6Tt00NPcAob8vsg9TfNoHiI { width:20rem;height:4.7942754919499rem;top:87.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k92RTlciapIG1ffSKeI50bw8cbMU5EpU { width:12rem;height:2.625rem;top:88.3125rem;left:3.875rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XxP19mL1H2zZ02vHFwh7K9N9xOgTRbAc { width:20rem;height:49.0625rem;top:23.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N2ZBxmRelUWy1gcbrFDqqJaKDAAfqTbV { background-color:#ffffff;background-image:none;display:block; }#N2ZBxmRelUWy1gcbrFDqqJaKDAAfqTbV > .row .container { background-color: transparent; background-image: none; }#N2ZBxmRelUWy1gcbrFDqqJaKDAAfqTbV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N2ZBxmRelUWy1gcbrFDqqJaKDAAfqTbV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N2ZBxmRelUWy1gcbrFDqqJaKDAAfqTbV > .row .container > .video-iframe-container { display: none; }#N2ZBxmRelUWy1gcbrFDqqJaKDAAfqTbV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N2ZBxmRelUWy1gcbrFDqqJaKDAAfqTbV > .row > .video-iframe-container { display: none; }#N2ZBxmRelUWy1gcbrFDqqJaKDAAfqTbV > .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); }#N2ZBxmRelUWy1gcbrFDqqJaKDAAfqTbV > .row .container { width:20rem;height:182.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zwk3Rnw7RR5bNFdp3ocrN6KE9lHDhp1c { width:15.25rem;height:3.41015625rem;top:90.060546875rem;left:2.0625rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GaadwmmUPk414AIlJH5CBAWKe1EVWJ7N { width:17.1875rem;height:3.41015625rem;top:76.359375rem;left:2.0625rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RTKRzkMiKD2CV1rkGL3USLwLQreOTSlG { width:15.625rem;height:4.546875rem;top:30.68359375rem;left:2.0625rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #r4AWvrTnbiQpXQaJLuTiWrcXdmv2sQad { width:16.625rem;height:3.41015625rem;top:16.5625rem;left:2.0625rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mGmzJNDXnUM0BDSo8yOc3G2i1pIeA1tG { width:15.3125rem;height:3.41015625rem;top:146.3125rem;left:2.0625rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CuWPPuPondMPWSe4A9UsimewRCS0E8m5 { width:16.375rem;height:3.41015625rem;top:132.107421875rem;left:2.0625rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #z2gno88UvdLm85KcDLlBpkRt2a6E6fci { width:7.5rem;height:7.5rem;top:8rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQ2pRbaFonNCrPWZ0H9n1B9f8vTg2wcT { width:7.5rem;height:7.5rem;top:21.875rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZzcmifmZ43JQPlRtfIri98asWoOx4oMq { width:7.5rem;height:7.5rem;top:67.1875rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IrAqnWFGAGAga0FpML35BiIOlAKzhWBH { width:7.5rem;height:7.5rem;top:81.625rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6R7wL2338hHuWcMRTAgJyfPyIDoEIQJ { width:7.5rem;height:7.5rem;top:123.6875rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pim4Hxzsi67V8O12TheDzdMzSc1t38Mb { width:7.5rem;height:7.5rem;top:137.375rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xs6UHBcTJgliiKCNSgOLMmlTSebFT2IC { width:16.1875rem;height:4.546875rem;top:174.873046875rem;left:2.0625rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VP6ebtTJCKAU97UMuMbRxTKO3rb9f4oJ { width:15.25rem;height:4.546875rem;top:160rem;left:2.0625rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KhBxSdzarcyr9iVKe5dF4Uc7LBAqGw2V { width:15.75rem;height:3.41015625rem;top:118.19921875rem;left:2.0625rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BF3z3nrrGSw91K2Nplyck0FQO1BH9sPD { width:17.6875rem;height:3.41015625rem;top:104.0615234375rem;left:2.0625rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #AyZgc0Ukmw4X5rbvso0SxMsZIdqQsoyf { width:17.1875rem;height:4.546875rem;top:60.75rem;left:2.0625rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MeQyp2iXoqdrae2STnstGFVuIgZwXb5W { width:7.5rem;height:7.5rem;top:52.1875rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZRPrbVmpsnArA3bMTE7FIurE1uT0D6ny { width:7.5rem;height:7.5rem;top:95.3125rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5Lb21Qy1oci0nRJ3WlsUsLXVJOdIyBy { width:7.5rem;height:7.5rem;top:109.375rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qXrOkMhzlfpu5iFUOWevk2k2uQbv4iOF { width:7.5rem;height:7.5rem;top:151.5rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ytXEHulaE6ToTVtQ2BaGkETx2VkWxu3Z { width:7.5rem;height:7.5rem;top:166.4375rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LwaCeKhkH7ws5Glm5EG70OqwJTlEhrV0 { width:17.3125rem;height:4.546875rem;top:45.8037109375rem;left:2.0625rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QEsfZVTmTmbM6wguKFznRbhNpnvuiSnm { width:7.5rem;height:7.5rem;top:37.125rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDvT7RPwX2ehW75rJd5lZuRSbWSQL3Wg { width:20rem;height:4.8125rem;top:1.625rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #DTnFpFFBEnFGGWcKZSxHSI5VrKIidmsA { width:19.75rem;height:1.4625rem;top:3.3125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bI4tKxdQNSX6glJbMGao2ygyESmncnKB { display:block; }#bI4tKxdQNSX6glJbMGao2ygyESmncnKB > .row .container { width:20rem;height:131.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nRVMpbOSQrO1bGIO0k4MmuiJeAmTNQVZ { width:6.25rem;height:1.3rem;top:27.5rem;left:6.875rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #X7c9OlkebvvmUXdocOeEGiHZ46zGxkpN { width:6.25rem;height:1.3rem;top:38.1875rem;left:6.875rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EAw0VaOWqICCUD5qP4aeDUOrH4Uh88LW { width:11.875rem;height:7.875rem;top:42rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SuqnwpnMPdS6oD97qKTD9VzxdaxaZGJL { width:6.25rem;height:1.3rem;top:49.875rem;left:6.875rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pyX9a8BpqcrK75EPCXeVLUPOJaIQoSAS { width:20rem;height:4.45703125rem;top:53.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RuzElrDTfz6IZTRcWFvKaK24uAwud2Gf { width:6.25rem;height:1.3rem;top:58.125rem;left:6.875rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FDcHOs76OgDMP3RQQITWP4hrk25ASFrm { width:11.25rem;height:2.8125rem;top:8.8125rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4qTUT2b2AMtxxRbGwthTqrST14mE3bB { width:18.6875rem;height:1.3rem;top:12.8125rem;left:0.6875rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zlxSIJ9Km60O8lq0da4O7C3GNml35JQP { width:9.375rem;height:1.8125rem;top:16rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ny4uAugvUe7Mf3UiDcnBQOnZaTagMdDp { width:11.25rem;height:7.5rem;top:20.0625rem;left:4.375rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #JfSGDTMow7u5Ct0Clyot6SmQfxgTni75 { width:11.25rem;height:7.5rem;top:30.6875rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qBqaa6eSTyMFgethgtGStkdfbLrtMrCJ { width:6.25rem;height:1.3rem;top:125.9375rem;left:7.4375rem;font-size:0.8125rem;text-align:center;text-align-last:center;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #tNIaRiqGhQzkMbWrza3r9FcBfJTXJVTN { width:6.25rem;height:1.3rem;top:112.6875rem;left:7.4375rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XdqnOhogT9a9zyR5lu70uOFnaEEKv0Qs { width:8.125rem;height:8.4375rem;top:104.25rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9JwAdbmBPevWU4OoWAShullxLTbJw8T { width:8.125rem;height:8.75rem;top:117.1875rem;left:6.5rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #p0sIcuBf2ZTBJJlPTwwKJDwH9g3ilzWi { width:9.375rem;height:10.3125rem;top:89.0625rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTy0nc5ekK0dCuSJ6ZruxOxqkk6pZMyk { width:12.5rem;height:8.3125rem;top:77.4375rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QFi8EMifFqhT2HT1RyE7iFVRAOTW5aTN { width:6.25rem;height:1.3rem;top:85.75rem;left:8.125rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Kr8lOvln0AyxH9kV8uBffvCvATJlr5Ta { width:6.25rem;height:1.3rem;top:99.375rem;left:7.4375rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gFDbfT8ZmNN6QNC8CQfF0eDytCcTtm29 { width:6.25rem;height:4.75rem;top:70.875rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZNfG0xentuJBxMCoubb2gKWx716Si7ug { width:18.8748125rem;height:1.3rem;top:69.125rem;left:0.5625rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qg54snZWfvsnJlV7dHEx13taPSToWLRq { width:10.374375rem;height:2.87435rem;top:64.8125rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aDA1UwOiWIxoZIuPXpBM4J1p8NZ6yFiq { width:15.7498125rem;height:3.75rem;top:8.25rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OF6ur4T8xnUboHhr9mKarmaxPvWVE6bA { width:15.7498125rem;height:3.75rem;top:71.3125rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UKdOoqqrcy56OVHAvcTZPGzQTZmq2VeU { width:19.75rem;height:51.8125rem;top:10.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgJiupM7mBVfULnW1RWusS9OrrGZvG2c { width:19.75rem;height:62.75rem;top:65.5rem;left:0rem;z-index:14993;display:block; }
 }@media only screen and (max-width: 763px) { #L5TwqANrTiPsuGesdAkVm5ZZVf7BQ05V { width:0.9375rem;height:3.125rem;top:6.979167461395rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #vNBZaxNHfgFrUhIdEF4LgZbkbaLauIXp { width:0.9375rem;height:3.125rem;top:74.8125rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #em2oLry2pI2Sxfxw3hSdLeTXX6nlLlFD { width:15.7498125rem;height:3.75rem;top:14.9375rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxWBCNVAux8CVuAK1sVm88vthAXtHVJs { width:15.7498125rem;height:3.75rem;top:64.25rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aolumTQ2dpaTLZczZ3gx21hSBJzqDVgT { width:20rem;height:4.8125rem;top:1.5625rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #o2ZlUebStRgtJHb2AWSn1zAFuTEFr6UQ { width:16.5625rem;height:4.0625rem;top:1.9375rem;left:1.75rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cdmNdAnTI7cyRqCwEVq0BX9tDdVCDaOa { display:block; }#cdmNdAnTI7cyRqCwEVq0BX9tDdVCDaOa > .row .container { width:20rem;height:146.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eyu22QLmmo0Py3pMfl7OraAEskpM3Ng6 { width:6.25rem;height:1.3rem;top:98.6875rem;left:7.25rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DzLqEkR69IUKveE1hnOV08zEk11SS6ds { width:8.3125rem;height:8.3125rem;top:90.3125rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zzLd9Eixh2OWzlxNNlPmTdGmbF6GnU5n { width:6.25rem;height:1.3rem;top:75.125rem;left:11.875rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tq4PHPGdedn0oc3ga1TD6TLtJ40dAQnu { width:6.25rem;height:1.3rem;top:75.125rem;left:1.96875rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GLHiZg7BuGL3e5mHw8TaO2kD2JNHe8Ef { width:6.25rem;height:1.3rem;top:86.6875rem;left:11.875rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KIb9kurx6ZTHMMgMyKbpWoz1mcbpsO59 { width:7.875rem;height:7.875rem;top:78.8125rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zzM5LsWIdPA4UpSaempCfttVwdDTIOaS { width:8.1875rem;height:8.1875rem;top:78.5625rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TU3iTetzncu3y8XwkywZefAMUJTpEDkn { width:7.8125rem;height:7.8125rem;top:67.3125rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HB1EsV7hST20pylfMwqQxvwHWSEsvhlU { width:7.75rem;height:7.75rem;top:67.5rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEgxenGlV2SiQWKKv2ctT4XbQKFSeg3u { width:7.6875rem;height:7.6875rem;top:56.5625rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HiEDdc6mh3cOHiWLECZq0XuDEslTDmyu { width:6.25rem;height:1.3rem;top:64.1875rem;left:11.875rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NlaK7Zl2SmpOkV5DlBBgtVIpxcXMIXWz { width:6.25rem;height:1.3rem;top:86.6875rem;left:1.96875rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pk7ETgrVJRD14VaIbv9XCyxFaPraCyAV { width:10rem;height:5.8125rem;top:12.5rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #vplCsQKAfodPLx4ZBDqVuHoTdXTaQO1t { width:10rem;height:5.8125rem;top:21.375rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #JchIFOdnBKotKUcrMlUEZ3BUS3ym0wl5 { width:6.25rem;height:1.3rem;top:27.1875rem;left:11.875rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Z4ioSxbH44e1ivcNaGr5EuiZ1X6KiPRn { width:6.25rem;height:1.3rem;top:18.3125rem;left:11.875rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qwqgXHramQMN2ZXr3QaFnbx5zQhnPFCL { width:7.375rem;height:7.375rem;top:45.125rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rbEWbGseZeShmOLgALkefTswpGW7Uu2T { width:6.25rem;height:1.3rem;top:53.125rem;left:11.8125rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yEb4elilNbGtStdabJkw9a1LyR4NiCNo { width:7.875rem;height:7.875rem;top:56.5rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mFb18mlAE8FmmJNPxHQmL0tITh3brKUm { width:6.25rem;height:1.3rem;top:64.375rem;left:1.875rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ozxfcb70284eVIG1c8bVtEbSVK6fLVpP { width:7.1875rem;height:7.1875rem;top:45.125rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0g8fTVwHDJ7a2QTrN45kfGL4VwKkXWe { width:6.25rem;height:1.3rem;top:53.125rem;left:1.96875rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oipG7SIcceQqMAXeqTCpqi2zIenV45U5 { width:9.375rem;height:1.8125rem;top:8.1875rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOZtwZ90XO2h6GNau3qKVpIo2HJeSlqq { width:10rem;height:5.8125rem;top:12.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aduZtVw6eNnpsy3mVox2U8B1kTXMD6mm { width:10rem;height:5.8125rem;top:21.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ume9Hk1T5KOZnS2X1pyudZf10Gcm3kpz { width:10rem;height:5.8125rem;top:31.0625rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ip65L1Wzkd9NP48AvLUbLsObEs40HgHg { width:6.25rem;height:1.3rem;top:36.875rem;left:6.875rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ubr0IflCskZ0Tqh0X7ukBVAoWg2bamv6 { width:14.75rem;height:1.6875rem;top:41.198568344116rem;left:2.6247830986977rem;display:block; }
 }@media only screen and (max-width: 763px) { #zburrSz7z0RTTrezbAitKrwubH0LI15t { width:6.25rem;height:1.3rem;top:27.1875rem;left:1.875rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DbQbWR2XsUdKsSBLb2EVGNRrWVerQqD0 { width:6.25rem;height:1.3rem;top:18.3125rem;left:1.625rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BH7EXQJg2mUJZEs50WIwyfG7TMCgPEGV { width:20rem;height:1.3rem;top:5.625rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hs8DBlOS3k4dOebHBzALEA68Pa4UgNyd { width:7.5rem;height:3.3125rem;top:1.375rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTU1auebWRr5uCS1fQ9reJ1UfGTUr2GJ { width:15.7498125rem;height:3.75rem;top:1.0828790664673rem;left:2.4283855557442rem;display:block; }
 }@media only screen and (max-width: 763px) { #utZeU5cgQtTtsX4mJU84DuzGmSAJnzLv { width:19.75rem;height:141.125rem;top:2.8046875rem;left:0rem;border-top-left-radius:3.1875rem;border-top-right-radius:3.1875rem;border-bottom-left-radius:3.1875rem;border-bottom-right-radius:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1KHBIBCC7C3MmhdLNNJWKdiUQgw68KC { width:15.7498125rem;height:3.75rem;top:40.116099834442rem;left:2.0540364384651rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwTV2z0WykgRRLdK53g5EqM2hubFVyLA { width:15.7498125rem;height:3.75rem;top:7.1473655700681rem;left:2.0540364384651rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZSIXw6Sd24h4x4eTzobqcV22KspXUy6s { width:15.75rem;height:3.75rem;top:102.5546875rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRutVxpEwKrqRTml0AMb2ppAOQtyLrFB { width:8.375rem;height:1.6875rem;top:103.70977783203rem;left:5.9736328125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sm2Wl5G6KlkS2m7F4P0u7DCWIulPh4aQ { width:6.875rem;height:2.6rem;top:116.25rem;left:1.6875rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bXvmiiAywR9APXCfarm7LlhBsmX552Hu { width:6.5625rem;height:6.5625rem;top:108.9375rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bi07lirak5Sgc4nRTAKaKyOyHcaFqN3O { width:6.875rem;height:2.6rem;top:116.25rem;left:11.5625rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ekghSukXwxoN8t0pmHTtydGH8zx7UxlC { width:6.5625rem;height:6.5625rem;top:108.9375rem;left:11.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFTkXVXrTKLU3rlb6XlUX3PWkQgPfcUu { width:6.1875rem;height:6.5625rem;top:121.125rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #wEM2N8OWXng12f2u6KNg2iZhX53szbSh { width:6.875rem;height:2.6rem;top:127.9375rem;left:1.6875rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VWbZkr9UQiK6VBxwo669mpQHxXkkrUID { width:6.1875rem;height:6.1875rem;top:121.31311035156rem;left:11.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BSSe2T7buCGarLsC9uHE4hGP2upgAziQ { width:6.875rem;height:2.6rem;top:127.93713378906rem;left:11.5625rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AMSy4vTuewTT1Be1kSC0zWes9avh2WGd { width:6.1875rem;height:6.1875rem;top:132.5625rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #waETiZMphf3QKcTA4cDBpGU9LPe6GBlp { width:6.875rem;height:2.6rem;top:139.37536621094rem;left:6.5625rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tJHsAXOFTqFCQ2AxS5C94JogkU6AwBO3 { display:block; }#tJHsAXOFTqFCQ2AxS5C94JogkU6AwBO3 > .row .container { width:20rem;height:58.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xdQA984lNum4sWH1TvhMxLwW3W3n9Xag { width:20rem;height:31.484375rem;top:9.3980102539062rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #JNOrkQxfflEpKDhnw4R9fEOXZG3nNZMu { width:20rem;height:11.2411875rem;top:42.456848144531rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JmrnaWSCuLDZpuyn0a5aJInbzKxRIKOq { width:20rem;height:1.275rem;top:7.4600830078125rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vyNo7enDU5IrTPtr9FXW0KspyII5cudb { width:20rem;height:47.8125rem;top:6.20703125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JhGHBSbzsZcm3xgzrtugEkiaEv2ZZMVs { width:20rem;height:3.25rem;top:2.5620727539062rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fhkMeVTPyTC7ImZ4s7ONkU9oKm8O2288 { display:block; }#fhkMeVTPyTC7ImZ4s7ONkU9oKm8O2288 > .row .container { width:20rem;height:66.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MHWl3kS4TLOaMXUbBAiCxcb4MTN0iolw { width:18.5625rem;height:1.5rem;top:7.6875rem;left:0.75rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #eViDluL64ULdB6ArlNNbL0k5kyQyduMW { width:20rem;height:13.4375rem;top:10.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pf7TkhWo4PGSpnBzzWvdICdW4DEB4SOG { width:20rem;height:23.61328125rem;top:38.875rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #Fv4DtQmcqgcPzXcsuALZ1PolwLaUyS9D { width:15.0625rem;height:1.2000875rem;top:23.8125rem;left:2.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cF255OTuGLuuzPAk3wRN7DiSAKGVNoco { width:20rem;height:9.08rem;top:28.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xwsU7tXrJVhFLHIita9fklRP9dPcOeva { width:9.375rem;height:2.4375rem;top:2.5rem;left:5.3124998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #D15lEKPax47QAXy9BmbzAGHdTRTt5zPN { width:12.8125rem;height:3.75rem;top:1.7730045318604rem;left:3.5232205986977rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRIUrTBre1kAAqC9TWHrVt99UkcBE0TP { width:8.625rem;height:1.5625rem;top:63.73825rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QySdZrSJtS1RTDnq97TcCwgz6ehBLp4v { display:block; }#QySdZrSJtS1RTDnq97TcCwgz6ehBLp4v > .row .container { width:20rem;height:73.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F6gD7M7z9Xq5cyBh71maTs12Fxge2CMk { width:20rem;height:4.5rem;top:9.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FeBrSmE9UONl6l3tmglCTHTHFP5fPIUT { width:20rem;height:26.76175rem;top:32.1875rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #iWHpiM5Ul3kchcuTlvrWONwDJwHbnicd { width:20rem;height:1.2000875rem;top:14.375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #G9F1c5XJ3oeAqEmyV33syRpIINRdoD8w { width:20rem;height:11.707rem;top:60.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDialIgdVxJID5tQmsyS7wUZtSGzLEUS { width:20rem;height:4.5rem;top:2.1875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xehFLgDRdi88sL4SfIyWKBob13vkCRgn { width:20rem;height:14.168rem;top:17.0625rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #K9LWmiXnBOvNMzXBwx8bWsamOnf43WND { display:block; }#K9LWmiXnBOvNMzXBwx8bWsamOnf43WND > .row .container { width:20rem;height:65.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BP57EdsfiVxkN63CUAMCmaREKSLUQniG { width:20rem;height:3rem;top:6rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #u51Wd3KglzoCQkQW7wqDlPHJ34WsWb55 { width:20rem;height:29.910125rem;top:25.0625rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #My2r00GBncRTztgnzIaJvi4m8MAzpu2l { width:20rem;height:11.666rem;top:10.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eM0HZshB2RtVVNwTFUWt9E06PvNrXSNb { width:15.0625rem;height:1.2000875rem;top:22.625rem;left:2.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vZJ7yuXTFOQ9bltU4lt7brJsSk3zpTm3 { width:18.75rem;height:4.125rem;top:56.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQPXIIEqZFWFLvGVtTAwEoETFgqdm9k7 { width:7.5rem;height:3.125rem;top:1.4375rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxLizGXswTTZCv9dfdldCrqS2aX6r13v { width:17.8125rem;height:4.0625rem;top:67.262384257812rem;left:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #iVdl4lZdz5uyy1JkP3ePSJ8eTAlaBOVp { display:block; }
 }@media only screen and (max-width: 763px) { #eBHLTG7DZA0iCS9BTziCoo3Wx0FaumNT { width:14.875rem;height:4.0625rem;top:72.574884257812rem;left:2.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #kpK9GJe4liJQM9PRWgzxk21BIvQw93II { display:block; }
 }@media only screen and (max-width: 763px) { #xO2UDKr129UmXcRI6tATGIsO5fuaLRcJ { width:8.936625rem;height:3.75rem;top:1.0524921417236rem;left:5.4611549973488rem;display:block; }
 }@media only screen and (max-width: 763px) { #dg5omyZirQDWWEch0wD1FRCzDXkuXhU2 { width:9.25rem;height:1.6875rem;top:62.125rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MPFLwrgPNo2ieZaMTAMgJPPOiAsnHMyC { display:block; }#MPFLwrgPNo2ieZaMTAMgJPPOiAsnHMyC > .row .container { width:20rem;height:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CxTXgnLnM6240dKdbRPcb7zE4sS9Wo5W { width:20rem;height:3rem;top:1.0673828125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bFc4FtvPsqwTQhJAfrM9VyA9dLIMV3E1 { width:20rem;height:18.890625rem;top:19.25rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #tc4vgbd67cwbibfcB3nBoQpAu26diQA9 { width:18.75rem;height:4.0625rem;top:39.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XWVu0hbmGAXhqmCXRFSyEtC2s3dwcfmw { width:20rem;height:11.744966442953rem;top:5.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #untcTHhPhizyANFlfmJEdmRJ0007ySDD { width:15.0625rem;height:1.2000875rem;top:17.3125rem;left:2.46875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kB5ZLb9PnJAcUA9J76q5fQfFWSnWZDUp { width:7.5rem;height:3.125rem;top:45.195285797119rem;left:6.2888469696044rem;display:none; }
 }@media only screen and (max-width: 763px) { #fOVsyaMoEMVT4Za2D6NQZthcU7N0zPE1 { width:8.8748125rem;height:3.75rem;top:44.560543060302rem;left:5.4915366768837rem;display:none; }
 }@media only screen and (max-width: 763px) { #RNRFxbyUbnGpiMebLV5zWPtWxbmJyEkG { width:9.25rem;height:1.6875rem;top:44.8125rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzxRfxadCbTCGXuFtN8NE3uVzV5cwgIJ { display:block; }#DzxRfxadCbTCGXuFtN8NE3uVzV5cwgIJ > .row .container { width:20rem;height:77rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nRoVMuLI4Oni6mVDzqKswH3Od4a4gRBd { width:20rem;height:39.3555rem;top:35.9375rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #NJykut9Xt9w3yNDPXEHwKBPtbps9ycTH { width:12.0625rem;height:1.2000875rem;top:23.125rem;left:4rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #demvlX5MRI8kdb6ZitGNwbSsOH4rRTum { width:18.9375rem;height:3rem;top:5.749755859375rem;left:1rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #AcoWc1bBLVES3GoBrrbOKT3XUyabwPX5 { width:20rem;height:7.871125rem;top:26.8125rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #Er8B6W291MckO7Tu4figxMXHhfWLDkm4 { width:20rem;height:13.236363636364rem;top:9.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMb8cUy0m9gemdgRQDgKKXh1JbitEFUE { width:8.75rem;height:2.125rem;top:2rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ibsxu5bHHOyUV6erZln6ZH9AQqPF56KI { width:12.8125rem;height:3.75rem;top:1.1164884567261rem;left:3.5232205986977rem;display:block; }
 }@media only screen and (max-width: 763px) { #hM8drEBCvhJHiOVL1xi6cK26lql9p8gm { display:block; }#hM8drEBCvhJHiOVL1xi6cK26lql9p8gm > .row .container { width:20rem;height:99.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MO0UJcOxODxxPLSST3lKTpfFAawLIU0e { width:20rem;height:3rem;top:8.1873168945312rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ERV4QUUv2h604yho1lQZDuQPE9awHsan { width:20rem;height:51.1669625rem;top:13.562866210938rem;left:0rem;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #CmhZPkiT10B69QRii1DwKkPtT0zcuz9P { width:20rem;height:20rem;top:64.051635742188rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MOhyB44Nd0JUGXry06kzSiIDoCv3qV3u { width:16.125rem;height:3.75rem;top:2.0625rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tl1wJpMZW5plDGKTgzQ7RZftcKu8GTeF { width:8.375rem;height:1.6875rem;top:3.25rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KW50nDXh5a51rSAuiuHhAXyPkhd1b8zS { width:9.6875rem;height:1.575rem;top:83.3125rem;left:1.4375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #t0xgNIzdaXHSKLntNLyKhgTr8BTPici3 { width:17.125rem;height:8.0703125rem;top:85.5rem;left:1.4375rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }#t0xgNIzdaXHSKLntNLyKhgTr8BTPici3 li:before{  }
 }@media only screen and (max-width: 763px) { #LeqMFMk0cQBLnfPPBgewuTT6GbbUasTz { width:6.3125rem;height:2.5625rem;top:2.8125rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FPgLCl4uQbKgxh7fl4aOAZ7ztNh2e9IR { display:block; }#FPgLCl4uQbKgxh7fl4aOAZ7ztNh2e9IR > .row .container { width:20rem;height:93.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XrAaEhLZLF6Q0kzBC7DRAecNJL2hrGpG { width:20rem;height:17.9375rem;top:5.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vglzMa0J7Wvtpc3T8Miy5l7kMkiOBRyO { width:16.375rem;height:3.65625rem;top:10.4375rem;left:1.5rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RV8N2fdZR0v06ZDqLMIZwXB89SdwAOTB { width:16.125rem;height:7.1484375rem;top:14.875rem;left:1.9375rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hFHAgv4N8BwdJt4DppecAhIXwGAtLoq2 { width:20rem;height:15.6875rem;top:24.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qIGSSHSAEdyqeEyTpsvGscz3dKr9FOIV { width:20rem;height:15.3125rem;top:42.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hbob0ySPEivn6q5ZfyAn1vnuI4bfbhzv { width:20rem;height:14.8125rem;top:59.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dcKSR2JX0L3Pk4peOissUMeBs3kGmr9v { width:16.1875rem;height:3.65625rem;top:26.4375rem;left:1.9375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vfvJxGb6AV3EEzX8foKve1sRuhMlW58L { width:15.9375rem;height:7.1484375rem;top:48.6875rem;left:2.0625rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZyLZMWbSdzdPkFfeNbMlApqbMmpauhaL { width:14.1875rem;height:3.65625rem;top:44.1875rem;left:2.9375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HLysLLUHHKww8AlZyAEtZlaln8OduLv6 { width:11.9375rem;height:3.65625rem;top:61rem;left:4.0625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CpN4BII1tKMn0TTVrHCigE2Gl9xtHByo { width:14.375rem;height:8.042rem;top:30.875rem;left:2.8125rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #b8Zo4eBV18L1JNkz2KhcyvBM6ozr0m7l { width:14.25rem;height:7.1484375rem;top:65.3125rem;left:2.875rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XATTX2yVm0zP2z4Wa6hxWXUqgU56uGib { width:20rem;height:12.875rem;top:76rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2TGRqz0rcivzl8HGXogfnKpWgM0X5Ha { width:11.75rem;height:3.57421875rem;top:81.1875rem;left:4.125rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wVlOsT2DWxtEWAP64C0rxHTIQI6hsHog { width:14rem;height:2.4375rem;top:78rem;left:3rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SrmyOQqKlxtHQ6VTTpXbaE1cMqJQkccg { width:20rem;height:1.3496125rem;top:3.2499737739563rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pvDvkleI6TvlzUDTrXnZSC0y2vCFJzJr { width:18.1875rem;height:2.25rem;top:7.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G997mMFqPM5hQdspEG1lcEmgSudfbmuL { width:8.1875rem;height:1.125rem;top:85.8125rem;left:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0iHVwErQMgm0ndgV74kxQnRhEzHSQE6 { width:5.625rem;height:0.5625rem;top:86.125rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITfLdkC7GSH4nSL7O9xlR9gMcTFG6cwJ { width:5.5rem;height:0.625rem;top:86.0625rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pRfy7JHs1dC92zQJlkFRgU0TfOTEqFCM { width:5rem;height:0.5625rem;top:8.0625rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b6b52f0zTDwE4rzmTToaIXIzphJZPwze { width:5rem;height:0.5625rem;top:8.0625rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W51X9DZHSK7st8lc853fSnPI062hw5rR { width:8.125rem;height:1.1875rem;top:7.75rem;left:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzPvfQ9MDMa4qFOVzGBxLsah3Uw5gKMv.widget-smartsection { display:block; } #kzPvfQ9MDMa4qFOVzGBxLsah3Uw5gKMv.widget-smartsection *:focus-visible, #kzPvfQ9MDMa4qFOVzGBxLsah3Uw5gKMv.widget-smartsection input[type="text"]:focus-visible, #kzPvfQ9MDMa4qFOVzGBxLsah3Uw5gKMv.widget-smartsection input[type="email"]:focus-visible, #kzPvfQ9MDMa4qFOVzGBxLsah3Uw5gKMv.widget-smartsection input[type="tel"]:focus-visible, #kzPvfQ9MDMa4qFOVzGBxLsah3Uw5gKMv.widget-smartsection textarea:focus-visible { outline: none; } #VtgTNbS6uBplEs6vh94vnQO2gsHWCqvz > .row .container { width:20rem;height:52.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bb046292ef85991c924a4a4bebb77957.widget-smartsection { display:block; } #Bb046292ef85991c924a4a4bebb77957.widget-smartsection *:focus-visible, #Bb046292ef85991c924a4a4bebb77957.widget-smartsection input[type="text"]:focus-visible, #Bb046292ef85991c924a4a4bebb77957.widget-smartsection input[type="email"]:focus-visible, #Bb046292ef85991c924a4a4bebb77957.widget-smartsection input[type="tel"]:focus-visible, #Bb046292ef85991c924a4a4bebb77957.widget-smartsection textarea:focus-visible { outline: none; } #WXNlsQ5m1zyvBCC7kSdHk5T241U26GT6 > .row .container { width:20rem;height:40.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zQOuHAVuAPPqnK7IGWzkVMl7C6lNVIAz { background-color:#ffffff;background-image:none;display:block; }#zQOuHAVuAPPqnK7IGWzkVMl7C6lNVIAz > .row .container { background-color: transparent; background-image: none; }#zQOuHAVuAPPqnK7IGWzkVMl7C6lNVIAz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zQOuHAVuAPPqnK7IGWzkVMl7C6lNVIAz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zQOuHAVuAPPqnK7IGWzkVMl7C6lNVIAz > .row .container > .video-iframe-container { display: none; }#zQOuHAVuAPPqnK7IGWzkVMl7C6lNVIAz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zQOuHAVuAPPqnK7IGWzkVMl7C6lNVIAz > .row > .video-iframe-container { display: none; }#zQOuHAVuAPPqnK7IGWzkVMl7C6lNVIAz > .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); }#zQOuHAVuAPPqnK7IGWzkVMl7C6lNVIAz > .row .container { width:20rem;height:27.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ke1DnzyTf8kX3mPEi50nhGmIUvktozzf { width:20rem;height:14.625rem;top:10.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tf4Joc8cLuqXgkdOf1TCSrtDL6Auwx3q { width:10.5rem;height:11.75rem;top:2.4375rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PSUyFi0xJwt2kErSfI4e1b5SMXVFFBdO { width:15.625rem;height:3.4375rem;top:19.625rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aKp4Tn6GXDmCpwe6M8c8irpvZpNLbNh8 { display:block; }
 }@media only screen and (max-width: 763px) { #eRsR4rqLeXRcPqOhbGzJOSh72vUnt8nZ { width:17.6875rem;height:3.4125rem;top:14.9375rem;left:2.3125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QFrcPCQftw2grXDWqEfPsuaEgeKwLx8U { background-color:transparent;background-image:url("https://images.assets-landingi.com/bmWSwFvG/mobile1.jpg");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }#QFrcPCQftw2grXDWqEfPsuaEgeKwLx8U.adaptive-delivery-prevent-bg, #QFrcPCQftw2grXDWqEfPsuaEgeKwLx8U.lazyload, #QFrcPCQftw2grXDWqEfPsuaEgeKwLx8U.lazyloading { background-image: none; }#QFrcPCQftw2grXDWqEfPsuaEgeKwLx8U > .row .container { background-color: transparent; background-image: none; }#QFrcPCQftw2grXDWqEfPsuaEgeKwLx8U::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #662483; }#QFrcPCQftw2grXDWqEfPsuaEgeKwLx8U > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QFrcPCQftw2grXDWqEfPsuaEgeKwLx8U > .row .container > .video-iframe-container { display: none; }#QFrcPCQftw2grXDWqEfPsuaEgeKwLx8U > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #662483; }#QFrcPCQftw2grXDWqEfPsuaEgeKwLx8U > .row > .video-iframe-container { display: none; }#QFrcPCQftw2grXDWqEfPsuaEgeKwLx8U > .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); }#QFrcPCQftw2grXDWqEfPsuaEgeKwLx8U::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#QFrcPCQftw2grXDWqEfPsuaEgeKwLx8U > .row > .video-iframe-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#QFrcPCQftw2grXDWqEfPsuaEgeKwLx8U > .row .container { width:20rem;height:2.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lXVbBKKVTCLR2kybtO7O5Ad0rmcT5hBE { width:8.625rem;height:1.1375rem;top:0.4375rem;left:5.6875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bozuOGFQJTvJR1zDPm855w2fIUublkOo { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#bozuOGFQJTvJR1zDPm855w2fIUublkOo > .row .container { width:20rem;height:2.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ki3MUGOrA0mh8L2r6mFiTJq9fSC8SAOw { width:11.0625rem;height:2.25rem;top:0rem;left:4.46875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTInkPEPNXm8WhT2I7tyQl0U1qCBP43i { display:block; }
 }