.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#idtdUH5ehoM6Pqanr1EubTnCzGBUVRFB { position:relative;display:block; }#idtdUH5ehoM6Pqanr1EubTnCzGBUVRFB { background-color: transparent; background-image: none; }#idtdUH5ehoM6Pqanr1EubTnCzGBUVRFB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#idtdUH5ehoM6Pqanr1EubTnCzGBUVRFB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#idtdUH5ehoM6Pqanr1EubTnCzGBUVRFB > .row .container > .video-iframe-container { display: none; }#idtdUH5ehoM6Pqanr1EubTnCzGBUVRFB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#idtdUH5ehoM6Pqanr1EubTnCzGBUVRFB > .row > .video-iframe-container { display: none; }#idtdUH5ehoM6Pqanr1EubTnCzGBUVRFB > .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); }#idtdUH5ehoM6Pqanr1EubTnCzGBUVRFB { border-width: 0; border-radius: 0; }#idtdUH5ehoM6Pqanr1EubTnCzGBUVRFB > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#idtdUH5ehoM6Pqanr1EubTnCzGBUVRFB > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:8.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#kkAawdmNeHsAmgPLvZID5VTgiC2gLfBc { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.25rem;width:11.25rem;top:1.6875rem;left:2.125rem;overflow:hidden;display:block; }
#vJQAVZLm8tnwit1Zmgvm4eTBQsJZlB0W { color:#014289;display:block;width:9.6875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:3.75rem;left:46.125rem;height:1.3rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Ou48p38AZLSGtPRdvLJvzV9rBrltrhiT { box-sizing:content-box;color:#014289;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15012;top:3.0625rem;left:55.9375rem;display:block; }
#GhEm0W6QH6qvJ5TWN6MAVuZcHhodowEg { color:#014289;display:block;width:6.0625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:3.6875rem;left:58.8125rem;height:1.3rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#q1WyMlnq55FpDcNVQklSUXx1orTlUkC2 { box-sizing:content-box;color:#014289;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15013;top:3rem;left:65.25rem;display:block; }
#OM3Kmgyu7dqt9d8u02Nw6LOgrHdxbZsN { color:#014289;display:block;width:5.75rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:3.6875rem;left:67.625rem;height:1.3rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 { background-color:rgba(11,21,63,0.3);background-image:url("https://images.assets-landingi.com/uc/b2196f11-bce4-4880-9df9-a5c4cbad5d20/shutterstock_2267738379l.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2.adaptive-delivery-prevent-bg, #HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2.lazyload, #HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2.lazyloading { background-image: none; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container { background-color: transparent; background-image: none; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container > .video-iframe-container { display: none; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row > .video-iframe-container { display: none; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .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); }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container { border-width: 0; border-radius: 0; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container { width:75rem;height:41.875rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#UTifFTDhHC3xZHkbdyLnlrcih3VoQNsm { color:rgba(255,255,255,0.92);display:block;width:48.25rem;position:absolute;font-family:ubuntu;font-size:6.25rem;font-weight:700;z-index:15000;line-height:1.1;letter-spacing:0;top:11.9375rem;left:5rem;height:20.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#iv9qNIxTZ1Zy4EISZLDfDt7tSPtKw89I { color:#ffffff;display:block;width:7.1875rem;position:absolute;font-family:ubuntu;font-size:2.1875rem;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:29.125rem;left:48.5625rem;height:3.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#cQw0olhxu82LKbdNXrVrFd4dzEOUSleI { 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:3rem;width:3rem;top:29.0625rem;left:45rem;overflow:hidden;display:block; }
#hwhqFZAzQ4xHyomHJhd5ioenaDtpcAsq { position:absolute;display:block;z-index:15025;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.375rem;width:17.75rem;top:2.7479095458984rem;left:49.809371948243rem;overflow:hidden;display:block; }
#zaZTuTS7ZOs27WTobaHZKGUxNxxcTZhF { position:absolute;display:block;z-index:15028;background-color:#dd042b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.3125rem;width:60.9375rem;top:9.5rem;left:5rem;display:block; }
#TWyzfratGSTwyPfIyCioHeEa5HCWzBlr { color:#ffffff;display:block;width:37.0625rem;position:absolute;font-family:ubuntu;font-size:1.75rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:2.8354187011719rem;left:5rem;height:4.55rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NTvxUTWQ3Zt3CyZOR2J0cReqKMCofNsu { position:absolute;display:block;z-index:15017;background-color:rgba(255,255,255,0.6);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:0.125rem;top:36.6875rem;left:5rem;display:block; }
#m8AfF3RGuLesiNvCGcBL5yv60kSMIKWb { position:absolute;display:block;z-index:15020;background-color:rgba(255,255,255,0.6);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:0.125rem;top:36.6875rem;left:21.25rem;display:block; }
#xJruUp5BQrZTFEqZ1kah70RSif8at53n { color:#ffffff;display:block;width:9.8125rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.6;letter-spacing:0;top:37.25rem;left:10.375rem;height:1.8rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#RB0KZSbpzqT2hlOot9RKTAdsrLIcQRmS { position:absolute;display:block;z-index:15016;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.375rem;width:2.375rem;top:36.9375rem;left:6.5625rem;overflow:hidden;display:block; }
#UK8oAmKVPpByHTTqUBuzp3NRu3RBTC3p { color:#ffffff;display:block;width:9.3125rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:15011;line-height:1.6;letter-spacing:0;top:37.25rem;left:26rem;height:1.8rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#vvIU6TmHMg2NpwvnHnsXiklJIbH0nwAd { 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.375rem;width:2.375rem;top:36.9375rem;left:22.6875rem;overflow:hidden;display:block; }
#zMWsvZ3zpwLBTbiT9ogzfhZJizdF5mtx { color:#ffffff;display:block;width:11.4375rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:15012;line-height:1.6;letter-spacing:0;top:37.25rem;left:42.0625rem;height:1.8rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#fQvGzKd6wnUrB9aMPzdwr0K5bHaaAom3 { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:2.375rem;top:36.9375rem;left:38.5625rem;overflow:hidden;display:block; }
#SKpNMfuE3gOf3M2CRP30Tf5w8DORKguP { position:absolute;display:block;z-index:15021;background-color:rgba(255,255,255,0.6);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:0.125rem;top:36.6875rem;left:37rem;display:block; }
#CwtmTh3UtISLxLi9Ppkgw1AWmmkdLsOT { position:absolute;display:block;z-index:15022;background-color:rgba(255,255,255,0.6);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:0.125rem;top:36.6875rem;left:54.25rem;display:block; }
#WTRCDFmCPopORpIHQGm5zApnUtOCArqC { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:2.375rem;top:36.9375rem;left:55.6875rem;overflow:hidden;display:block; }
#MzXwXf4qq3ndi4szkRO1FEy2MbkHsIvE { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:15013;line-height:1.6;letter-spacing:0;top:37.1875rem;left:59.375rem;height:1.8rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#G27tmUNruAGppTgf6HVFModpSBT2uIBr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ff3557;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; }#G27tmUNruAGppTgf6HVFModpSBT2uIBr > .row .container { background-color: transparent; background-image: none; }#G27tmUNruAGppTgf6HVFModpSBT2uIBr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G27tmUNruAGppTgf6HVFModpSBT2uIBr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G27tmUNruAGppTgf6HVFModpSBT2uIBr > .row .container > .video-iframe-container { display: none; }#G27tmUNruAGppTgf6HVFModpSBT2uIBr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G27tmUNruAGppTgf6HVFModpSBT2uIBr > .row > .video-iframe-container { display: none; }#G27tmUNruAGppTgf6HVFModpSBT2uIBr > .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); }#G27tmUNruAGppTgf6HVFModpSBT2uIBr > .row .container { border-width: 0; border-radius: 0; }#G27tmUNruAGppTgf6HVFModpSBT2uIBr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#G27tmUNruAGppTgf6HVFModpSBT2uIBr > .row .container { font-size:0.875rem;font-family:arial;height:15.875rem;width:75rem;position:relative;display:block; }#VE528EosDovl8JyxvfFgdGknO5vmF29X { background-color:rgba(0,0,0,0);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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:2rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:32.78335375rem;height:4.783335rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:5.4916648864746rem;left:21.054164886474rem;display:block; }
#eTLqzqoDKnGCozmvs3iusNqpmHbkKTw2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RZA9GTbass5Iu9C55sD1IyOftzWkmm5A { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/b2196f11-bce4-4880-9df9-a5c4cbad5d20/shutterstock_2267738379l.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#RZA9GTbass5Iu9C55sD1IyOftzWkmm5A.adaptive-delivery-prevent-bg, #RZA9GTbass5Iu9C55sD1IyOftzWkmm5A.lazyload, #RZA9GTbass5Iu9C55sD1IyOftzWkmm5A.lazyloading { background-image: none; }#RZA9GTbass5Iu9C55sD1IyOftzWkmm5A > .row .container { background-color: transparent; background-image: none; }#RZA9GTbass5Iu9C55sD1IyOftzWkmm5A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RZA9GTbass5Iu9C55sD1IyOftzWkmm5A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RZA9GTbass5Iu9C55sD1IyOftzWkmm5A > .row .container > .video-iframe-container { display: none; }#RZA9GTbass5Iu9C55sD1IyOftzWkmm5A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RZA9GTbass5Iu9C55sD1IyOftzWkmm5A > .row > .video-iframe-container { display: none; }#RZA9GTbass5Iu9C55sD1IyOftzWkmm5A > .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); }#RZA9GTbass5Iu9C55sD1IyOftzWkmm5A > .row .container { border-width: 0; border-radius: 0; }#RZA9GTbass5Iu9C55sD1IyOftzWkmm5A > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RZA9GTbass5Iu9C55sD1IyOftzWkmm5A > .row .container { font-size:0.875rem;font-family:arial;height:28.3125rem;width:75rem;position:relative;display:block; }#LcNbMdzh29pgTKq760QQZXW1M0GVbXoA { color:#ffffff;display:block;width:59.875rem;position:absolute;font-family:ubuntu;font-size:1.875rem;font-weight:300;z-index:15001;line-height:1;letter-spacing:0;top:3.3125rem;left:5.84375rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#C5nx2CQJzCec8T1p5yHRMeGy9zgz1I8K { color:#ffffff;display:block;width:63.3125rem;position:absolute;font-family:ubuntu;font-size:1.375rem;font-weight:400;z-index:15002;line-height:1.8;letter-spacing:0;top:7.4375rem;left:5.84375rem;height:2.475rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#u9dc4nDKD5AmXF8BqOcxTciAPrENDEXe { color:#ffffff;display:block;width:14rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:15.75rem;left:4.4375rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KnqnF6fB9tcaWiQZshMJtXM8pvETvDGv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:11.875rem;left:9.875rem; }
#pZKyePSDDuoiLBEDLuUdGwIG8HIMIXG4 { color:#ffffff;display:block;width:14rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:15.6875rem;left:18rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Wl0GXJlI2dVEs8kVei3uvWTaT8xHDrW6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:11.8125rem;left:23.4375rem; }
#NNEq2zoOsWiMfdlXsuRsUTgVZrFLe9Tv { color:#ffffff;display:block;width:14rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.2;letter-spacing:0;top:15.6875rem;left:30.875rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wI5w9aFnUpWn1BVXwqlJuD3efFLTFkgc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:11.8125rem;left:36.3125rem; }
#xqZ47MsPTLXWhr5EBIXXlTX0lBy5UnZy { color:#ffffff;display:block;width:14rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.2;letter-spacing:0;top:15.6875rem;left:43.625rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MfCqRJ0tG8Cakb4THUIKgUWmzHAWZ8dX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:11.8125rem;left:49.0625rem; }
#hEZudD8qHs7uNMLz6ux6S5tmxoyBagV4 { color:#ffffff;display:block;width:14rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.2;letter-spacing:0;top:16.3125rem;left:56.25rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FTMhwaGHOoRgAOiUspGNWtSlF0JrleyL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;opacity:1;top:11.8125rem;left:61.6875rem; }
#MDmTKTtikhGqEN2yKT5u3FEvtuc1STTN { position:absolute;display:block;z-index:15032;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:60rem;top:23.9375rem;left:7.5rem;display:block; }
#gyhUDEQA4cuUd8TKO4KehhUiD7pmEsqg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/MZ9w2ATR/section3_bg.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gyhUDEQA4cuUd8TKO4KehhUiD7pmEsqg.adaptive-delivery-prevent-bg, #gyhUDEQA4cuUd8TKO4KehhUiD7pmEsqg.lazyload, #gyhUDEQA4cuUd8TKO4KehhUiD7pmEsqg.lazyloading { background-image: none; }#gyhUDEQA4cuUd8TKO4KehhUiD7pmEsqg > .row .container { background-color: transparent; background-image: none; }#gyhUDEQA4cuUd8TKO4KehhUiD7pmEsqg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gyhUDEQA4cuUd8TKO4KehhUiD7pmEsqg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gyhUDEQA4cuUd8TKO4KehhUiD7pmEsqg > .row .container > .video-iframe-container { display: none; }#gyhUDEQA4cuUd8TKO4KehhUiD7pmEsqg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gyhUDEQA4cuUd8TKO4KehhUiD7pmEsqg > .row > .video-iframe-container { display: none; }#gyhUDEQA4cuUd8TKO4KehhUiD7pmEsqg > .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); }#gyhUDEQA4cuUd8TKO4KehhUiD7pmEsqg > .row .container { border-width: 0; border-radius: 0; }#gyhUDEQA4cuUd8TKO4KehhUiD7pmEsqg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gyhUDEQA4cuUd8TKO4KehhUiD7pmEsqg > .row .container { font-size:0.875rem;font-family:arial;height:41.8125rem;width:75rem;position:relative;display:block; }#JfM0wvynQUAEIJDTXD67FPE7VtetokUn { color:#000000;display:block;width:31.4375rem;position:absolute;font-family:ubuntu;font-size:2.375rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:1.3125rem;left:10.03125rem;height:3.0875rem;text-align:left;text-align-last:left;display:block; }
#zn9gDbboZToTA9N2xWrMzg7luGML4Pol { 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.5625rem;width:1.5625rem;top:17.375rem;left:36.75rem;overflow:hidden;display:block; }
#hvxaUppT77gIGU0eqCKPoaWGqVBTpeOo { position:absolute;display:block;z-index:15000;background-color:rgba(255,255,255,0.83);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.5625rem 4.625rem rgba(5,11,38,0.1) ;height:5.5rem;width:60rem;top:0rem;left:7.5rem;display:block; }
#sEpQDBkwLS8oU2xol5I1RPf5x6URNvzM { color:#3a65b3;display:block;width:31.4375rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:8.625rem;left:10.9375rem;height:2.03125rem;text-align:left;text-align-last:left;display:block; }
#EAd83IVlxGVFNH4NrOa1G1I2DsJ6EXty { color:#000000;display:block;width:53.875rem;position:absolute;font-family:ubuntu;font-size:1.375rem;font-weight:normal;z-index:15041;line-height:1.2;letter-spacing:0;top:10.625rem;left:10.9375rem;height:1.65rem;text-align:left;text-align-last:left;display:block; }
#bu08teSIvDm7KpEF82bPmnfoxLWltRfV { color:#3a65b3;display:block;width:31.4375rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:16.125rem;left:10.9375rem;height:2.03125rem;text-align:left;text-align-last:left;display:block; }
#uyOWFE7krQvzTUZExON7KNsM9oBNswEm { color:#000000;display:block;width:53.875rem;position:absolute;font-family:ubuntu;font-size:1.375rem;font-weight:normal;z-index:15042;line-height:1.2;letter-spacing:0;top:18.09375rem;left:10.96875rem;height:1.65rem;text-align:left;text-align-last:left;display:block; }
#T89u02T7xoDKS4fOqNxc4VXI0Wb2cND7 { color:#3a65b3;display:block;width:31.4375rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:23.5625rem;left:10.9375rem;height:2.03125rem;text-align:left;text-align-last:left;display:block; }
#mT7T7sO7Sor78S74T1o6emQPhibdJVhP { color:#000000;display:block;width:53.875rem;position:absolute;font-family:ubuntu;font-size:1.375rem;font-weight:normal;z-index:15043;line-height:1.2;letter-spacing:0;top:25.5625rem;left:10.9375rem;height:1.65rem;text-align:left;text-align-last:left;display:block; }
#EKZUOR4334m2KsOivdeCkLJq4pPynfv3 { position:absolute;display:block;z-index:15001;background-color:rgba(255,255,255,0.83);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.5625rem 4.625rem rgba(5,11,38,0.1) ;height:6.75rem;width:60rem;top:7.1875rem;left:7.5rem;display:block; }
#DAIatcbJ8A5UShmsP9Rl4crTBw4cW27F { position:absolute;display:block;z-index:15002;background-color:rgba(255,255,255,0.83);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.5625rem 4.625rem rgba(5,11,38,0.1) ;height:6.4375rem;width:60rem;top:14.9375rem;left:7.5rem;display:block; }
#rJEdwfHq8Xcm5fTVI54GS9cT2XiyAliw { position:absolute;display:block;z-index:15003;background-color:rgba(255,255,255,0.83);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.5625rem 4.625rem rgba(5,11,38,0.1) ;height:6.4375rem;width:60rem;top:22.4375rem;left:7.5rem;display:block; }
#wU0T7pH56Pviix3SfnBllhi6N3knSB7l { position:absolute;display:block;z-index:15004;background-color:rgba(255,255,255,0.83);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.5625rem 4.625rem rgba(5,11,38,0.1) ;height:8.8125rem;width:60rem;top:30.0625rem;left:7.5rem;display:block; }
#NnTwdbT9zaOLNTtT05c3TqW49oMyH97B { color:#3a65b3;display:block;width:31.4375rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:31.59375rem;left:10.90625rem;height:2.03125rem;text-align:left;text-align-last:left;display:block; }
#zkcp9bVQehGz3CRXnlzQezAguGzKLoEq { color:#000000;display:block;width:53.875rem;position:absolute;font-family:ubuntu;font-size:1.375rem;font-weight:normal;z-index:15044;line-height:1.2;letter-spacing:0;top:33.706249237061rem;left:10.5625rem;height:1.65rem;text-align:left;text-align-last:left;display:block; }
#kxrV4LJ1dD4CN8uK441T568C5VT4bgdg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15045;opacity:1;top:8.875rem;left:8.75rem; }
#DP3KmuLV7t6eHZPqJCEnwqJbqalHonrT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15046;opacity:1;top:16.4375rem;left:8.5625rem; }
#GDQ94eUTbDWusEKmFTIVt1yasGno8pyF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15047;opacity:1;top:23.75rem;left:8.5625rem; }
#vHrIdaIsNMTTtezhTXprcUFvokltd2uX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15048;opacity:1;top:32.140625rem;left:8.53125rem; }
#I5DpKeG4VKe6xBoXDTchHmLsGPPZpGpZ { color:#ff0000;display:block;width:53.875rem;position:absolute;font-family:ubuntu;font-size:1.375rem;font-weight:normal;z-index:15045;line-height:1.2;letter-spacing:0;top:35.712501525879rem;left:10.5625rem;height:1.65rem;text-align:left;text-align-last:left;display:block; }
#KeKoqWxfkThqkKQuTJaW6Kenay6JCvso { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#3a65b3;background-image:url("https://images.assets-landingi.com/uc/b2196f11-bce4-4880-9df9-a5c4cbad5d20/shutterstock_2267738379l.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; }#KeKoqWxfkThqkKQuTJaW6Kenay6JCvso.adaptive-delivery-prevent-bg, #KeKoqWxfkThqkKQuTJaW6Kenay6JCvso.lazyload, #KeKoqWxfkThqkKQuTJaW6Kenay6JCvso.lazyloading { background-image: none; }#KeKoqWxfkThqkKQuTJaW6Kenay6JCvso > .row .container { background-color: transparent; background-image: none; }#KeKoqWxfkThqkKQuTJaW6Kenay6JCvso::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KeKoqWxfkThqkKQuTJaW6Kenay6JCvso > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KeKoqWxfkThqkKQuTJaW6Kenay6JCvso > .row .container > .video-iframe-container { display: none; }#KeKoqWxfkThqkKQuTJaW6Kenay6JCvso > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KeKoqWxfkThqkKQuTJaW6Kenay6JCvso > .row > .video-iframe-container { display: none; }#KeKoqWxfkThqkKQuTJaW6Kenay6JCvso > .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); }#KeKoqWxfkThqkKQuTJaW6Kenay6JCvso > .row .container { border-width: 0; border-radius: 0; }#KeKoqWxfkThqkKQuTJaW6Kenay6JCvso > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KeKoqWxfkThqkKQuTJaW6Kenay6JCvso > .row .container { font-size:0.875rem;font-family:arial;height:15rem;width:75rem;position:relative;display:block; }#bRKGHw3eiyO9vz0taFXdn7gD5f4lZ8cr { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ff0000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.5625rem;height:3.9375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:2.8125rem;left:23.5rem;display:block; }
#uTIx2n3Tvc6RTSJp7H9RaVa95JLlCQq7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mElv3OwgTZLttzHqZGtJOPKaSLtgllOf { color:#ffffff;display:block;width:42.6875rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:7.8125rem;left:15.4375rem;height:5.0625rem;text-align:center;text-align-last:center;display:block; }
#pnfzno5J190StLZk6MIXloZmv4paLPed { 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:none; }#pnfzno5J190StLZk6MIXloZmv4paLPed > .row .container { border-width: 0; border-radius: 0; }#pnfzno5J190StLZk6MIXloZmv4paLPed > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pnfzno5J190StLZk6MIXloZmv4paLPed > .row .container { font-size:0.875rem;font-family:arial;height:17.0625rem;width:75rem;position:relative;display:none; }#oZucxMBwrh63LBNBOFB6eJUrE5swUoqE { 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:none; }#oZucxMBwrh63LBNBOFB6eJUrE5swUoqE > .row .container { border-width: 0; border-radius: 0; }#oZucxMBwrh63LBNBOFB6eJUrE5swUoqE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oZucxMBwrh63LBNBOFB6eJUrE5swUoqE > .row .container { font-size:0.875rem;font-family:arial;height:17.5rem;width:75rem;position:relative;display:none; }#V8VBeJZDTTvxVMvt8UiawnxXPhlVJzV5 { 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:none; }#V8VBeJZDTTvxVMvt8UiawnxXPhlVJzV5 > .row .container { border-width: 0; border-radius: 0; }#V8VBeJZDTTvxVMvt8UiawnxXPhlVJzV5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#V8VBeJZDTTvxVMvt8UiawnxXPhlVJzV5 > .row .container { font-size:0.875rem;font-family:arial;height:17.5rem;width:75rem;position:relative;display:none; }#p8VfZOqi9KRiiBDoqKDBwVEdMXAGv3M5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/gL7IypUn/section4_bg.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#p8VfZOqi9KRiiBDoqKDBwVEdMXAGv3M5.adaptive-delivery-prevent-bg, #p8VfZOqi9KRiiBDoqKDBwVEdMXAGv3M5.lazyload, #p8VfZOqi9KRiiBDoqKDBwVEdMXAGv3M5.lazyloading { background-image: none; }#p8VfZOqi9KRiiBDoqKDBwVEdMXAGv3M5 > .row .container { border-width: 0; border-radius: 0; }#p8VfZOqi9KRiiBDoqKDBwVEdMXAGv3M5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#p8VfZOqi9KRiiBDoqKDBwVEdMXAGv3M5 > .row .container { font-size:0.875rem;font-family:arial;height:17.0625rem;width:75rem;position:relative;display:none; }#UPT9xtao9ocuT1yzLO59zXuLTxBJaQd9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/gL7IypUn/section4_bg.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#UPT9xtao9ocuT1yzLO59zXuLTxBJaQd9.adaptive-delivery-prevent-bg, #UPT9xtao9ocuT1yzLO59zXuLTxBJaQd9.lazyload, #UPT9xtao9ocuT1yzLO59zXuLTxBJaQd9.lazyloading { background-image: none; }#UPT9xtao9ocuT1yzLO59zXuLTxBJaQd9 > .row .container { border-width: 0; border-radius: 0; }#UPT9xtao9ocuT1yzLO59zXuLTxBJaQd9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UPT9xtao9ocuT1yzLO59zXuLTxBJaQd9 > .row .container { font-size:0.875rem;font-family:arial;height:32.875rem;width:75rem;position:relative;display:none; }#mN4AcLOhgSOTtBUlD0g3GRFNSTNq3kzB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/huz0dXcO/section5_bg.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#mN4AcLOhgSOTtBUlD0g3GRFNSTNq3kzB.adaptive-delivery-prevent-bg, #mN4AcLOhgSOTtBUlD0g3GRFNSTNq3kzB.lazyload, #mN4AcLOhgSOTtBUlD0g3GRFNSTNq3kzB.lazyloading { background-image: none; }#mN4AcLOhgSOTtBUlD0g3GRFNSTNq3kzB > .row .container { border-width: 0; border-radius: 0; }#mN4AcLOhgSOTtBUlD0g3GRFNSTNq3kzB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mN4AcLOhgSOTtBUlD0g3GRFNSTNq3kzB > .row .container { font-size:0.875rem;font-family:arial;height:33.3125rem;width:75rem;position:relative;display:none; }#Ie0SqSVp0KPKVaqzbVv8P1rT2skamkWm { 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; }#Ie0SqSVp0KPKVaqzbVv8P1rT2skamkWm > .row .container { background-color: transparent; background-image: none; }#Ie0SqSVp0KPKVaqzbVv8P1rT2skamkWm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ie0SqSVp0KPKVaqzbVv8P1rT2skamkWm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ie0SqSVp0KPKVaqzbVv8P1rT2skamkWm > .row .container > .video-iframe-container { display: none; }#Ie0SqSVp0KPKVaqzbVv8P1rT2skamkWm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ie0SqSVp0KPKVaqzbVv8P1rT2skamkWm > .row > .video-iframe-container { display: none; }#Ie0SqSVp0KPKVaqzbVv8P1rT2skamkWm > .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); }#Ie0SqSVp0KPKVaqzbVv8P1rT2skamkWm > .row .container { border-width: 0; border-radius: 0; }#Ie0SqSVp0KPKVaqzbVv8P1rT2skamkWm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ie0SqSVp0KPKVaqzbVv8P1rT2skamkWm > .row .container { font-size:0.875rem;font-family:arial;height:60.0625rem;width:75rem;position:relative;display:block; }#JflIOzAU6wTVpQwELgE4anPmLJVOdtwq { color:#000000;display:block;width:57.4375rem;position:absolute;font-family:ubuntu;font-size:2.375rem;font-weight:400;z-index:15001;line-height:1.6;letter-spacing:0;top:6.1249904632568rem;left:8.78125rem;height:3.8rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FchnU3CXOxsMTSwAiUvez4eSnEIN52I9 { position:absolute;display:block;z-index:15011;height:46.875rem;width:37.5625rem;top:11.14999961853rem;left:18.71875rem;display:block; }
#aiW6iwpnq10UDsATSFNXIroQB0e0dUfo { position:absolute;display:block;z-index:15000;height:11.25rem;width:20rem;display:none; }
#n9Hq1fQfxkViC9nJVzBX9Ehq9hc4d89i { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/MZ9w2ATR/section3_bg.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#n9Hq1fQfxkViC9nJVzBX9Ehq9hc4d89i.adaptive-delivery-prevent-bg, #n9Hq1fQfxkViC9nJVzBX9Ehq9hc4d89i.lazyload, #n9Hq1fQfxkViC9nJVzBX9Ehq9hc4d89i.lazyloading { background-image: none; }#n9Hq1fQfxkViC9nJVzBX9Ehq9hc4d89i > .row .container { background-color: transparent; background-image: none; }#n9Hq1fQfxkViC9nJVzBX9Ehq9hc4d89i::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n9Hq1fQfxkViC9nJVzBX9Ehq9hc4d89i > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n9Hq1fQfxkViC9nJVzBX9Ehq9hc4d89i > .row .container > .video-iframe-container { display: none; }#n9Hq1fQfxkViC9nJVzBX9Ehq9hc4d89i > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n9Hq1fQfxkViC9nJVzBX9Ehq9hc4d89i > .row > .video-iframe-container { display: none; }#n9Hq1fQfxkViC9nJVzBX9Ehq9hc4d89i > .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); }#n9Hq1fQfxkViC9nJVzBX9Ehq9hc4d89i > .row .container { border-width: 0; border-radius: 0; }#n9Hq1fQfxkViC9nJVzBX9Ehq9hc4d89i > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#n9Hq1fQfxkViC9nJVzBX9Ehq9hc4d89i > .row .container { font-size:0.875rem;font-family:arial;height:13.5625rem;width:75rem;position:relative;display:block; }#yCsNqRZe9dTvE9HZ1ziThM6CRxergVSq { color:#050b26;display:block;width:10.375rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:400;z-index:15005;line-height:1;letter-spacing:0;top:6.1250009536743rem;left:8.375rem;height:1.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#SbrUhpsqRxfnOnTKzemFKni1mR1T0AUm { position:absolute;display:block;z-index:15001;background-color:rgba(255,255,255,0.82);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.5625rem 4.625rem rgba(5,11,38,0.1) ;height:8.375rem;width:65.6875rem;top:2.5rem;left:4.6875rem;display:block; }
#FmWqgGPzxzQZPFClTgWhSpurncGxpmog { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:9.75rem;top:5.53125rem;left:19.375rem;overflow:hidden;display:block; }
#S6QZfJkn88ywiRfp5wibVUuUyurW3XAT { color:#050b26;display:block;width:12.4375rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:400;z-index:15006;line-height:1;letter-spacing:0;top:6.125rem;left:45.761459350586rem;height:1.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BOWpBVEGSCMqsfOyGFMlgpeypMHiwuTE { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:7.4375rem;top:4.96875rem;left:30.53125rem;overflow:hidden;display:block; }
#oGwmbJzQlvX5OTzN2fS44QeZDCSk28mo { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:6.9375rem;top:4.5625rem;left:58.198959350586rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #idtdUH5ehoM6Pqanr1EubTnCzGBUVRFB { display:block; }#idtdUH5ehoM6Pqanr1EubTnCzGBUVRFB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kkAawdmNeHsAmgPLvZID5VTgiC2gLfBc { top:1.6875rem;left:0rem;width:11.25rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJQAVZLm8tnwit1Zmgvm4eTBQsJZlB0W { top:3.75rem;left:32.5rem;width:9.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ou48p38AZLSGtPRdvLJvzV9rBrltrhiT { top:3.0625rem;left:42.3125rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GhEm0W6QH6qvJ5TWN6MAVuZcHhodowEg { top:3.6875rem;left:41.6875rem;width:6.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1WyMlnq55FpDcNVQklSUXx1orTlUkC2 { top:3rem;left:45.25rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OM3Kmgyu7dqt9d8u02Nw6LOgrHdxbZsN { top:3.6875rem;left:42rem;width:5.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 { display:block; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UTifFTDhHC3xZHkbdyLnlrcih3VoQNsm { width:47.75rem;height:20.625rem;top:11.9375rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iv9qNIxTZ1Zy4EISZLDfDt7tSPtKw89I { width:7.1875rem;height:3.5rem;top:29.125rem;left:34.9375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQw0olhxu82LKbdNXrVrFd4dzEOUSleI { width:3rem;height:3rem;top:29.0625rem;left:31.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hwhqFZAzQ4xHyomHJhd5ioenaDtpcAsq { width:17.75rem;height:4.375rem;top:2.6875rem;left:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #zaZTuTS7ZOs27WTobaHZKGUxNxxcTZhF { top:9.5rem;left:0rem;width:47.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWyzfratGSTwyPfIyCioHeEa5HCWzBlr { width:37.0625rem;height:4.5rem;top:2.8125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTvxUTWQ3Zt3CyZOR2J0cReqKMCofNsu { width:0.125rem;height:2.875rem;top:36.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m8AfF3RGuLesiNvCGcBL5yv60kSMIKWb { width:0.125rem;height:2.875rem;top:36.6875rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJruUp5BQrZTFEqZ1kah70RSif8at53n { width:9.8125rem;height:1.75rem;top:37.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RB0KZSbpzqT2hlOot9RKTAdsrLIcQRmS { width:2.375rem;height:2.375rem;top:36.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UK8oAmKVPpByHTTqUBuzp3NRu3RBTC3p { width:9.3125rem;height:1.75rem;top:37.25rem;left:12.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvIU6TmHMg2NpwvnHnsXiklJIbH0nwAd { width:2.375rem;height:2.375rem;top:36.9375rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMWsvZ3zpwLBTbiT9ogzfhZJizdF5mtx { width:11.4375rem;height:1.75rem;top:37.25rem;left:28.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQvGzKd6wnUrB9aMPzdwr0K5bHaaAom3 { width:2.375rem;height:2.375rem;top:36.9375rem;left:24.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SKpNMfuE3gOf3M2CRP30Tf5w8DORKguP { width:0.125rem;height:2.875rem;top:36.6875rem;left:23.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CwtmTh3UtISLxLi9Ppkgw1AWmmkdLsOT { width:0.125rem;height:2.875rem;top:36.6875rem;left:40.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTRCDFmCPopORpIHQGm5zApnUtOCArqC { width:2.375rem;height:2.375rem;top:36.9375rem;left:42.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MzXwXf4qq3ndi4szkRO1FEy2MbkHsIvE { width:12.5rem;height:1.75rem;top:37.1875rem;left:35.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G27tmUNruAGppTgf6HVFModpSBT2uIBr { display:block; }#G27tmUNruAGppTgf6HVFModpSBT2uIBr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VE528EosDovl8JyxvfFgdGknO5vmF29X { width:32.75rem;height:4.75rem;top:5.4375rem;left:7.4291648864744rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTLqzqoDKnGCozmvs3iusNqpmHbkKTw2 { display:block; }
 }@media only screen and (max-width: 763px) { #RZA9GTbass5Iu9C55sD1IyOftzWkmm5A { display:block; }#RZA9GTbass5Iu9C55sD1IyOftzWkmm5A > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LcNbMdzh29pgTKq760QQZXW1M0GVbXoA { width:47.75rem;height:1.875rem;top:3.3125rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5nx2CQJzCec8T1p5yHRMeGy9zgz1I8K { width:47.75rem;height:2.4375rem;top:7.4375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9dc4nDKD5AmXF8BqOcxTciAPrENDEXe { width:14rem;height:3rem;top:15.75rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KnqnF6fB9tcaWiQZshMJtXM8pvETvDGv { top:11.875rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZKyePSDDuoiLBEDLuUdGwIG8HIMIXG4 { width:14rem;height:3rem;top:15.6875rem;left:4.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wl0GXJlI2dVEs8kVei3uvWTaT8xHDrW6 { top:11.8125rem;left:9.8125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NNEq2zoOsWiMfdlXsuRsUTgVZrFLe9Tv { width:14rem;height:3rem;top:15.6875rem;left:17.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wI5w9aFnUpWn1BVXwqlJuD3efFLTFkgc { top:11.8125rem;left:22.6875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqZ47MsPTLXWhr5EBIXXlTX0lBy5UnZy { width:14rem;height:3rem;top:15.6875rem;left:30rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MfCqRJ0tG8Cakb4THUIKgUWmzHAWZ8dX { top:11.8125rem;left:35.4375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hEZudD8qHs7uNMLz6ux6S5tmxoyBagV4 { width:14rem;height:1.5rem;top:16.3125rem;left:33.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTMhwaGHOoRgAOiUspGNWtSlF0JrleyL { top:11.8125rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MDmTKTtikhGqEN2yKT5u3FEvtuc1STTN { width:47.75rem;height:4.375rem;top:23.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gyhUDEQA4cuUd8TKO4KehhUiD7pmEsqg { display:block; }#gyhUDEQA4cuUd8TKO4KehhUiD7pmEsqg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JfM0wvynQUAEIJDTXD67FPE7VtetokUn { width:31.4375rem;height:3.0625rem;top:1.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zn9gDbboZToTA9N2xWrMzg7luGML4Pol { width:1.5625rem;height:1.5625rem;top:17.375rem;left:23.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvxaUppT77gIGU0eqCKPoaWGqVBTpeOo { width:47.75rem;height:5.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sEpQDBkwLS8oU2xol5I1RPf5x6URNvzM { width:31.4375rem;height:2rem;top:8.625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EAd83IVlxGVFNH4NrOa1G1I2DsJ6EXty { width:47.75rem;height:1.625rem;top:10.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bu08teSIvDm7KpEF82bPmnfoxLWltRfV { width:31.4375rem;height:2rem;top:16.125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uyOWFE7krQvzTUZExON7KNsM9oBNswEm { width:47.75rem;height:1.625rem;top:18.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T89u02T7xoDKS4fOqNxc4VXI0Wb2cND7 { width:31.4375rem;height:2rem;top:23.5625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mT7T7sO7Sor78S74T1o6emQPhibdJVhP { width:47.75rem;height:1.625rem;top:25.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EKZUOR4334m2KsOivdeCkLJq4pPynfv3 { width:47.75rem;height:6.75rem;top:7.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DAIatcbJ8A5UShmsP9Rl4crTBw4cW27F { width:47.75rem;height:6.4375rem;top:14.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJEdwfHq8Xcm5fTVI54GS9cT2XiyAliw { width:47.75rem;height:6.4375rem;top:22.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wU0T7pH56Pviix3SfnBllhi6N3knSB7l { width:47.75rem;height:8.8125rem;top:30.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnTwdbT9zaOLNTtT05c3TqW49oMyH97B { width:31.4375rem;height:2rem;top:31.5625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zkcp9bVQehGz3CRXnlzQezAguGzKLoEq { width:47.75rem;height:1.625rem;top:33.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kxrV4LJ1dD4CN8uK441T568C5VT4bgdg { top:8.875rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DP3KmuLV7t6eHZPqJCEnwqJbqalHonrT { top:16.4375rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDQ94eUTbDWusEKmFTIVt1yasGno8pyF { top:23.75rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHrIdaIsNMTTtezhTXprcUFvokltd2uX { top:32.125rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5DpKeG4VKe6xBoXDTchHmLsGPPZpGpZ { width:47.75rem;height:1.625rem;top:35.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KeKoqWxfkThqkKQuTJaW6Kenay6JCvso { display:block; }#KeKoqWxfkThqkKQuTJaW6Kenay6JCvso > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bRKGHw3eiyO9vz0taFXdn7gD5f4lZ8cr { width:24.5625rem;height:3.9375rem;top:2.8125rem;left:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTIx2n3Tvc6RTSJp7H9RaVa95JLlCQq7 { display:block; }
 }@media only screen and (max-width: 763px) { #mElv3OwgTZLttzHqZGtJOPKaSLtgllOf { top:7.8125rem;left:1.8125rem;width:42.6875rem;height:5.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pnfzno5J190StLZk6MIXloZmv4paLPed { display:block; }#pnfzno5J190StLZk6MIXloZmv4paLPed > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oZucxMBwrh63LBNBOFB6eJUrE5swUoqE { display:block; }#oZucxMBwrh63LBNBOFB6eJUrE5swUoqE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V8VBeJZDTTvxVMvt8UiawnxXPhlVJzV5 { display:block; }#V8VBeJZDTTvxVMvt8UiawnxXPhlVJzV5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p8VfZOqi9KRiiBDoqKDBwVEdMXAGv3M5 { display:block; }#p8VfZOqi9KRiiBDoqKDBwVEdMXAGv3M5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UPT9xtao9ocuT1yzLO59zXuLTxBJaQd9 { display:block; }#UPT9xtao9ocuT1yzLO59zXuLTxBJaQd9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mN4AcLOhgSOTtBUlD0g3GRFNSTNq3kzB { display:block; }#mN4AcLOhgSOTtBUlD0g3GRFNSTNq3kzB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ie0SqSVp0KPKVaqzbVv8P1rT2skamkWm { display:block; }#Ie0SqSVp0KPKVaqzbVv8P1rT2skamkWm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JflIOzAU6wTVpQwELgE4anPmLJVOdtwq { width:47.75rem;height:3.75rem;top:6.125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FchnU3CXOxsMTSwAiUvez4eSnEIN52I9 { top:11.125rem;left:5.09375rem;width:37.5625rem;height:46.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aiW6iwpnq10UDsATSFNXIroQB0e0dUfo { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #n9Hq1fQfxkViC9nJVzBX9Ehq9hc4d89i { display:block; }#n9Hq1fQfxkViC9nJVzBX9Ehq9hc4d89i > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yCsNqRZe9dTvE9HZ1ziThM6CRxergVSq { width:10.375rem;height:1.125rem;top:6.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SbrUhpsqRxfnOnTKzemFKni1mR1T0AUm { width:47.75rem;height:8.375rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FmWqgGPzxzQZPFClTgWhSpurncGxpmog { width:9.75rem;height:2.3125rem;top:5.5rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #S6QZfJkn88ywiRfp5wibVUuUyurW3XAT { width:12.4375rem;height:1.125rem;top:6.125rem;left:32.136459350586rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BOWpBVEGSCMqsfOyGFMlgpeypMHiwuTE { width:7.4375rem;height:3.3125rem;top:4.9375rem;left:16.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGwmbJzQlvX5OTzN2fS44QeZDCSk28mo { top:4.5625rem;left:40.8125rem;width:6.9375rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #idtdUH5ehoM6Pqanr1EubTnCzGBUVRFB { display:block; }#idtdUH5ehoM6Pqanr1EubTnCzGBUVRFB > .row .container { width:20rem;height:8.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kkAawdmNeHsAmgPLvZID5VTgiC2gLfBc { width:11.25rem;height:5.25rem;top:1.25rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJQAVZLm8tnwit1Zmgvm4eTBQsJZlB0W { width:9.6875rem;height:auto;top:3.75rem;left:5.125rem;font-size:1rem;text-align:center;text-align-last:center;z-index:14999;display:none; }
 }@media only screen and (max-width: 763px) { #Ou48p38AZLSGtPRdvLJvzV9rBrltrhiT { width:2.5rem;height:2.5rem;top:3.0625rem;left:8.75rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #GhEm0W6QH6qvJ5TWN6MAVuZcHhodowEg { width:6.0625rem;height:auto;top:3.6875rem;left:6.9375rem;font-size:1rem;text-align:center;text-align-last:center;z-index:14999;display:none; }
 }@media only screen and (max-width: 763px) { #q1WyMlnq55FpDcNVQklSUXx1orTlUkC2 { width:2.5rem;height:2.5rem;top:3rem;left:8.75rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #OM3Kmgyu7dqt9d8u02Nw6LOgrHdxbZsN { width:5.75rem;height:auto;top:3.6875rem;left:7.125rem;font-size:1rem;text-align:center;text-align-last:center;z-index:14999;display:none; }
 }@media only screen and (max-width: 763px) { #HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b2196f11-bce4-4880-9df9-a5c4cbad5d20/shutterstock_2267738379l.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2.adaptive-delivery-prevent-bg, #HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2.lazyload, #HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2.lazyloading { background-image: none; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container { background-color: transparent; background-image: none; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(5,11,38,0.3); }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container > .video-iframe-container { display: none; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(5,11,38,0.3); }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row > .video-iframe-container { display: none; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .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); }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container { width:20rem;height:36.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UTifFTDhHC3xZHkbdyLnlrcih3VoQNsm { width:18rem;height:9.45rem;top:10.1875rem;left:1rem;font-size:2.625rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #iv9qNIxTZ1Zy4EISZLDfDt7tSPtKw89I { width:3.5625rem;height:1.225rem;top:20.5625rem;left:9.4375rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #cQw0olhxu82LKbdNXrVrFd4dzEOUSleI { width:1.5rem;height:1.5rem;top:20.424999237061rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hwhqFZAzQ4xHyomHJhd5ioenaDtpcAsq { width:9.375rem;height:2.375rem;top:5.1833333969116rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zaZTuTS7ZOs27WTobaHZKGUxNxxcTZhF { width:18.75rem;height:0.125rem;top:8.6333312988281rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWyzfratGSTwyPfIyCioHeEa5HCWzBlr { width:20rem;height:2.925rem;top:0.96875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NTvxUTWQ3Zt3CyZOR2J0cReqKMCofNsu { width:0.125rem;height:2.875rem;top:37.575rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #m8AfF3RGuLesiNvCGcBL5yv60kSMIKWb { width:0.125rem;height:2.875rem;top:47.7125rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #xJruUp5BQrZTFEqZ1kah70RSif8at53n { width:11.9375rem;height:1.1375rem;top:23.5625rem;left:5.25rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #RB0KZSbpzqT2hlOot9RKTAdsrLIcQRmS { width:1.625rem;height:1.625rem;top:23.3125rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UK8oAmKVPpByHTTqUBuzp3NRu3RBTC3p { width:12.25rem;height:1.1375rem;top:26.5rem;left:5.0625rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #vvIU6TmHMg2NpwvnHnsXiklJIbH0nwAd { width:1.625rem;height:1.625rem;top:26.25rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMWsvZ3zpwLBTbiT9ogzfhZJizdF5mtx { width:11.4375rem;height:1.1375rem;top:29.6875rem;left:5.0625rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #fQvGzKd6wnUrB9aMPzdwr0K5bHaaAom3 { width:1.5625rem;height:1.5625rem;top:29.375rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SKpNMfuE3gOf3M2CRP30Tf5w8DORKguP { width:0.125rem;height:2.875rem;top:36.6875rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #CwtmTh3UtISLxLi9Ppkgw1AWmmkdLsOT { width:0.125rem;height:2.875rem;top:36.6875rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #WTRCDFmCPopORpIHQGm5zApnUtOCArqC { width:1.625rem;height:1.625rem;top:32.25rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MzXwXf4qq3ndi4szkRO1FEy2MbkHsIvE { width:12.5rem;height:1.1375rem;top:32.5rem;left:5.0625rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #G27tmUNruAGppTgf6HVFModpSBT2uIBr { display:block; }#G27tmUNruAGppTgf6HVFModpSBT2uIBr > .row .container { width:20rem;height:5.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VE528EosDovl8JyxvfFgdGknO5vmF29X { width:17.45416625rem;height:2.64166625rem;top:1.4750022888184rem;left:1.21875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTLqzqoDKnGCozmvs3iusNqpmHbkKTw2 { display:block; }
 }@media only screen and (max-width: 763px) { #RZA9GTbass5Iu9C55sD1IyOftzWkmm5A { display:block; }#RZA9GTbass5Iu9C55sD1IyOftzWkmm5A > .row .container { width:20rem;height:28.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LcNbMdzh29pgTKq760QQZXW1M0GVbXoA { width:20rem;height:5.175rem;top:2.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #C5nx2CQJzCec8T1p5yHRMeGy9zgz1I8K { width:18.5625rem;height:1.575rem;top:9.0625rem;left:0.71875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9dc4nDKD5AmXF8BqOcxTciAPrENDEXe { width:14rem;height:2.1rem;top:11.9375rem;left:3.9375rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KnqnF6fB9tcaWiQZshMJtXM8pvETvDGv { display:flex;width:1.875rem;height:1.875rem;top:12.0625rem;left:1.125rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #pZKyePSDDuoiLBEDLuUdGwIG8HIMIXG4 { width:14rem;height:1.05rem;top:15rem;left:3.9375rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wl0GXJlI2dVEs8kVei3uvWTaT8xHDrW6 { display:flex;width:1.875rem;height:1.875rem;top:14.5625rem;left:1.125rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #NNEq2zoOsWiMfdlXsuRsUTgVZrFLe9Tv { width:14rem;height:2.1rem;top:17.125rem;left:3.9375rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wI5w9aFnUpWn1BVXwqlJuD3efFLTFkgc { display:flex;width:1.875rem;height:1.875rem;top:17.25rem;left:1.125rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #xqZ47MsPTLXWhr5EBIXXlTX0lBy5UnZy { width:14rem;height:2.1rem;top:20.1875rem;left:3.9375rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MfCqRJ0tG8Cakb4THUIKgUWmzHAWZ8dX { display:flex;width:1.875rem;height:1.875rem;top:20.1875rem;left:1.125rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #hEZudD8qHs7uNMLz6ux6S5tmxoyBagV4 { width:14rem;height:1.05rem;top:23.25rem;left:3.9375rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTMhwaGHOoRgAOiUspGNWtSlF0JrleyL { display:flex;width:1.875rem;height:1.875rem;top:22.75rem;left:1.125rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #MDmTKTtikhGqEN2yKT5u3FEvtuc1STTN { width:20rem;height:1.5625rem;top:27rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gyhUDEQA4cuUd8TKO4KehhUiD7pmEsqg { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/MZ9w2ATR/section3_bg.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#gyhUDEQA4cuUd8TKO4KehhUiD7pmEsqg.adaptive-delivery-prevent-bg, #gyhUDEQA4cuUd8TKO4KehhUiD7pmEsqg.lazyload, #gyhUDEQA4cuUd8TKO4KehhUiD7pmEsqg.lazyloading { background-image: none; }#gyhUDEQA4cuUd8TKO4KehhUiD7pmEsqg > .row .container { background-color: transparent; background-image: none; }#gyhUDEQA4cuUd8TKO4KehhUiD7pmEsqg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gyhUDEQA4cuUd8TKO4KehhUiD7pmEsqg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gyhUDEQA4cuUd8TKO4KehhUiD7pmEsqg > .row .container > .video-iframe-container { display: none; }#gyhUDEQA4cuUd8TKO4KehhUiD7pmEsqg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gyhUDEQA4cuUd8TKO4KehhUiD7pmEsqg > .row > .video-iframe-container { display: none; }#gyhUDEQA4cuUd8TKO4KehhUiD7pmEsqg > .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); }#gyhUDEQA4cuUd8TKO4KehhUiD7pmEsqg > .row .container { width:20rem;height:39.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JfM0wvynQUAEIJDTXD67FPE7VtetokUn { width:20rem;height:1.625rem;top:0rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zn9gDbboZToTA9N2xWrMzg7luGML4Pol { width:1.25rem;height:1.25rem;top:11.71875rem;left:1.4958333969116rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvxaUppT77gIGU0eqCKPoaWGqVBTpeOo { width:20rem;height:7.875rem;top:-0.05000114440918rem;left:0rem;background-color:rgba(255,255,255,0.68);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #sEpQDBkwLS8oU2xol5I1RPf5x6URNvzM { width:20rem;height:1.54375rem;top:3.1156253814698rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EAd83IVlxGVFNH4NrOa1G1I2DsJ6EXty { width:18.375rem;height:1.35rem;top:5.1625003814697rem;left:0.8125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bu08teSIvDm7KpEF82bPmnfoxLWltRfV { width:20rem;height:1.54375rem;top:11.571876525879rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uyOWFE7krQvzTUZExON7KNsM9oBNswEm { width:20rem;height:1.35rem;top:13.53125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T89u02T7xoDKS4fOqNxc4VXI0Wb2cND7 { width:20rem;height:1.54375rem;top:19.0625rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mT7T7sO7Sor78S74T1o6emQPhibdJVhP { width:20rem;height:2.7rem;top:21.25rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EKZUOR4334m2KsOivdeCkLJq4pPynfv3 { width:20rem;height:6.375rem;top:9.85000038147rem;left:0rem;background-color:rgba(255,255,255,0.68);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #DAIatcbJ8A5UShmsP9Rl4crTBw4cW27F { width:20rem;height:2.5rem;top:-0.050000190734863rem;left:0rem;background-color:rgba(255,255,255,0.68);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #rJEdwfHq8Xcm5fTVI54GS9cT2XiyAliw { width:20rem;height:6.875rem;top:18.1875rem;left:0rem;background-color:rgba(255,255,255,0.68);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #wU0T7pH56Pviix3SfnBllhi6N3knSB7l { width:20rem;height:10.25rem;top:27.125rem;left:0rem;background-color:rgba(255,255,255,0.68);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #NnTwdbT9zaOLNTtT05c3TqW49oMyH97B { width:20rem;height:1.54375rem;top:28.375rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zkcp9bVQehGz3CRXnlzQezAguGzKLoEq { width:14.75rem;height:2.7rem;top:30.4375rem;left:2.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kxrV4LJ1dD4CN8uK441T568C5VT4bgdg { display:flex;width:1.1875rem;height:1.1875rem;top:3.2937507629394rem;left:2.7458333969116rem; }
 }@media only screen and (max-width: 763px) { #DP3KmuLV7t6eHZPqJCEnwqJbqalHonrT { display:flex;width:1.125rem;height:1.125rem;top:11.75rem;left:3.3083333969116rem; }
 }@media only screen and (max-width: 763px) { #GDQ94eUTbDWusEKmFTIVt1yasGno8pyF { display:flex;width:1.1875rem;height:1.1875rem;top:19.178123474121rem;left:2.9958333969116rem; }
 }@media only screen and (max-width: 763px) { #vHrIdaIsNMTTtezhTXprcUFvokltd2uX { display:flex;width:1.125rem;height:1.125rem;top:28.375rem;left:1.8125rem; }
 }@media only screen and (max-width: 763px) { #I5DpKeG4VKe6xBoXDTchHmLsGPPZpGpZ { width:20rem;height:2.7rem;top:33.75rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KeKoqWxfkThqkKQuTJaW6Kenay6JCvso { display:block; }#KeKoqWxfkThqkKQuTJaW6Kenay6JCvso > .row .container { width:20rem;height:19.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bRKGHw3eiyO9vz0taFXdn7gD5f4lZ8cr { width:16.125rem;height:2.875rem;top:2.8125rem;left:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTIx2n3Tvc6RTSJp7H9RaVa95JLlCQq7 { display:block; }
 }@media only screen and (max-width: 763px) { #mElv3OwgTZLttzHqZGtJOPKaSLtgllOf { width:20rem;height:9.5625rem;top:6.9375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pnfzno5J190StLZk6MIXloZmv4paLPed { display:none; }#pnfzno5J190StLZk6MIXloZmv4paLPed > .row .container { width:20rem;height:17.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #oZucxMBwrh63LBNBOFB6eJUrE5swUoqE { display:none; }#oZucxMBwrh63LBNBOFB6eJUrE5swUoqE > .row .container { width:20rem;height:29.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #V8VBeJZDTTvxVMvt8UiawnxXPhlVJzV5 { display:none; }#V8VBeJZDTTvxVMvt8UiawnxXPhlVJzV5 > .row .container { width:20rem;height:6.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #p8VfZOqi9KRiiBDoqKDBwVEdMXAGv3M5 { background-color:#f5f5f5;background-image:none;display:none; }#p8VfZOqi9KRiiBDoqKDBwVEdMXAGv3M5 > .row .container { width:20rem;height:13.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #UPT9xtao9ocuT1yzLO59zXuLTxBJaQd9 { background-color:#fafafa;background-image:none;display:none; }#UPT9xtao9ocuT1yzLO59zXuLTxBJaQd9 > .row .container { width:20rem;height:106.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #mN4AcLOhgSOTtBUlD0g3GRFNSTNq3kzB { display:none; }#mN4AcLOhgSOTtBUlD0g3GRFNSTNq3kzB > .row .container { width:20rem;height:44.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Ie0SqSVp0KPKVaqzbVv8P1rT2skamkWm { display:block; }#Ie0SqSVp0KPKVaqzbVv8P1rT2skamkWm > .row .container { width:20rem;height:67.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JflIOzAU6wTVpQwELgE4anPmLJVOdtwq { width:20rem;height:1.575rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #FchnU3CXOxsMTSwAiUvez4eSnEIN52I9 { width:20rem;height:46.875rem;top:11.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #aiW6iwpnq10UDsATSFNXIroQB0e0dUfo { top:5.6874885559082rem;left:0rem;width:20rem;height:59.375rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #n9Hq1fQfxkViC9nJVzBX9Ehq9hc4d89i { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/MZ9w2ATR/section3_bg.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#n9Hq1fQfxkViC9nJVzBX9Ehq9hc4d89i.adaptive-delivery-prevent-bg, #n9Hq1fQfxkViC9nJVzBX9Ehq9hc4d89i.lazyload, #n9Hq1fQfxkViC9nJVzBX9Ehq9hc4d89i.lazyloading { background-image: none; }#n9Hq1fQfxkViC9nJVzBX9Ehq9hc4d89i > .row .container { background-color: transparent; background-image: none; }#n9Hq1fQfxkViC9nJVzBX9Ehq9hc4d89i::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n9Hq1fQfxkViC9nJVzBX9Ehq9hc4d89i > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n9Hq1fQfxkViC9nJVzBX9Ehq9hc4d89i > .row .container > .video-iframe-container { display: none; }#n9Hq1fQfxkViC9nJVzBX9Ehq9hc4d89i > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n9Hq1fQfxkViC9nJVzBX9Ehq9hc4d89i > .row > .video-iframe-container { display: none; }#n9Hq1fQfxkViC9nJVzBX9Ehq9hc4d89i > .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); }#n9Hq1fQfxkViC9nJVzBX9Ehq9hc4d89i > .row .container { width:20rem;height:23.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yCsNqRZe9dTvE9HZ1ziThM6CRxergVSq { width:10.375rem;height:1.125rem;top:2.6875rem;left:4.8125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SbrUhpsqRxfnOnTKzemFKni1mR1T0AUm { width:20rem;height:21.3125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FmWqgGPzxzQZPFClTgWhSpurncGxpmog { width:10.6875rem;height:2.4375rem;top:5.0625rem;left:4.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S6QZfJkn88ywiRfp5wibVUuUyurW3XAT { width:12.4375rem;height:1.125rem;top:14.1875rem;left:3.78125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BOWpBVEGSCMqsfOyGFMlgpeypMHiwuTE { width:7.4375rem;height:3.3125rem;top:8.28125rem;left:6.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGwmbJzQlvX5OTzN2fS44QeZDCSk28mo { width:6.9375rem;height:4.25rem;top:16.25rem;left:6.53125rem;display:block; }
 }