.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/06d11f0a-89df-4e66-9e09-58ac5c113469/Seo1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:50rem;width:75rem;overflow:visible;position:relative;display:block; }#GFQk0O1RneH1RtcFI6tp9wPyLEiQBhQb { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:13.6875rem;top:6.9375rem;left:1.3125rem;overflow:hidden;display:block; }
#vrHXlGevM8xbEBCRMA2Hok6Moe88ECbL { color:#ffffff;display:block;width:27.875rem;position:absolute;font-family:"source serif 4";font-size:2.5rem;font-weight:300;z-index:15001;line-height:1.2;letter-spacing:0;top:10.75rem;left:1.25rem;height:9rem;font-style:normal;display:block; }
#VhqwKwV3Ag6nW1kN01ZEKZ6N5VlfiM6C { color:#ffffff;display:block;width:27.875rem;position:absolute;font-family:"dm sans";font-size:1.375rem;font-weight:300;z-index:15002;line-height:1.5;letter-spacing:0;top:20.1875rem;left:1.3125rem;height:8.25rem;font-style:normal;display:block; }
#QTP1o8iUhoB7yBDt9Sdd96by7KR0ywfW .widget-form-header {  }
#QTP1o8iUhoB7yBDt9Sdd96by7KR0ywfW .widget-regular-label { height:auto;display:block;font-family:"dm sans";font-size:0.875rem;font-weight:400;color:#ffffff;width:26.625rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;font-style:normal;text-align:left;text-align-last:left;vertical-align:top; }
#QTP1o8iUhoB7yBDt9Sdd96by7KR0ywfW .widget-input-text { border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;background-color:rgba(53,106,120,0.15);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid rgba(255,255,255,0.27);border-left:0.0625rem solid rgba(255,255,255,0.27);border-right:0.0625rem solid rgba(255,255,255,0.27);border-bottom:0.0625rem solid rgba(255,255,255,0.27);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:26.625rem;box-sizing:border-box;height:2.5625rem;color:#ffffff;font-size:0.875rem;overflow:hidden;font-family:"dm sans";vertical-align:top; }
#QTP1o8iUhoB7yBDt9Sdd96by7KR0ywfW .widget-input-text {padding-top: 0; padding-bottom: 0;}#QTP1o8iUhoB7yBDt9Sdd96by7KR0ywfW .widget-textarea { border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;background-color:rgba(53,106,120,0.15);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid rgba(255,255,255,0.27);border-left:0.0625rem solid rgba(255,255,255,0.27);border-right:0.0625rem solid rgba(255,255,255,0.27);border-bottom:0.0625rem solid rgba(255,255,255,0.27);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:26.625rem;box-sizing:border-box;height:4.375rem;color:#ffffff;font-size:0.875rem;overflow:hidden;font-family:"dm sans";vertical-align:top; }
#QTP1o8iUhoB7yBDt9Sdd96by7KR0ywfW .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:26.625rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:arial;font-size:0.875rem;overflow:hidden;vertical-align:top; }
#QTP1o8iUhoB7yBDt9Sdd96by7KR0ywfW .widget-input-select {padding-top: 0; padding-bottom: 0;}#QTP1o8iUhoB7yBDt9Sdd96by7KR0ywfW .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#QTP1o8iUhoB7yBDt9Sdd96by7KR0ywfW .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#QTP1o8iUhoB7yBDt9Sdd96by7KR0ywfW .widget-input-button { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #60ff1a, #27c117);background-image: -moz-linear-gradient(90deg, #60ff1a, #27c117);background-image: -ms-linear-gradient(90deg, #60ff1a, #27c117);background-image: -o-linear-gradient(90deg, #60ff1a, #27c117);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#60ff1a', endColorstr='#27c117' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#60ff1a', endColorstr='#27c117' );";background-image: linear-gradient(90deg, #60ff1a, #27c117);background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:700;color:#ffffff;width:26.625rem;height:3.375rem;font-family:"dm sans";overflow:hidden;line-height:1;font-style:normal; }
#QTP1o8iUhoB7yBDt9Sdd96by7KR0ywfW [class*="-text"]:-moz-placeholder { color:#ffffff;font-family:"dm sans";font-size:0.875rem; }
#QTP1o8iUhoB7yBDt9Sdd96by7KR0ywfW [class*="-text"]::-moz-placeholder { color:#ffffff;font-family:"dm sans";font-size:0.875rem; }
#QTP1o8iUhoB7yBDt9Sdd96by7KR0ywfW [class*="-text"]:-ms-input-placeholder { color:#ffffff;font-family:"dm sans";font-size:0.875rem; }
#QTP1o8iUhoB7yBDt9Sdd96by7KR0ywfW [class*="-text"]::-webkit-input-placeholder { color:#ffffff;font-family:"dm sans";font-size:0.875rem; }
#QTP1o8iUhoB7yBDt9Sdd96by7KR0ywfW .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:arial;line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:25.4375rem;overflow:hidden;font-style:normal;float:none; }
#QTP1o8iUhoB7yBDt9Sdd96by7KR0ywfW .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#QTP1o8iUhoB7yBDt9Sdd96by7KR0ywfW .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:arial;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#QTP1o8iUhoB7yBDt9Sdd96by7KR0ywfW .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#QTP1o8iUhoB7yBDt9Sdd96by7KR0ywfW .widget-container:first-of-type{padding-top:0;}#QTP1o8iUhoB7yBDt9Sdd96by7KR0ywfW .widget-container:last-of-type{padding-bottom:0;}#QTP1o8iUhoB7yBDt9Sdd96by7KR0ywfW  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:26.625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15009;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:28.5rem;left:0rem; }
#QTP1o8iUhoB7yBDt9Sdd96by7KR0ywfW .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:26.625rem;display:block;vertical-align:top; }
#QTP1o8iUhoB7yBDt9Sdd96by7KR0ywfW .widget-info-text { display:block;height:auto;font-family:arial;font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#QTP1o8iUhoB7yBDt9Sdd96by7KR0ywfW {display:block;}#QTP1o8iUhoB7yBDt9Sdd96by7KR0ywfW { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:26.625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15009;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:28.5rem;left:0rem; }
#QTP1o8iUhoB7yBDt9Sdd96by7KR0ywfW #pwxB1JtVnuQkJ43w61Ec97HdNTy1nXmx { position:relative; }
#QTP1o8iUhoB7yBDt9Sdd96by7KR0ywfW #yTbddBtqzwwiq7gVNPJ504mpKx22OsK6 { position:relative;display:none; }
#QTP1o8iUhoB7yBDt9Sdd96by7KR0ywfW #TmMIi4UaT5IaAVRLiy45MrTvPannonhE { position:relative; }
#QTP1o8iUhoB7yBDt9Sdd96by7KR0ywfW #Zw2ozg5JihgWxDc6SIxTxVCcDSJy7ebt { position:relative; }
#QTP1o8iUhoB7yBDt9Sdd96by7KR0ywfW #VReMZwoFu4MmShJsSZqWXtEI1z1S6DoX { position:relative;display:none; }
#QTP1o8iUhoB7yBDt9Sdd96by7KR0ywfW #qdQauZKwzyTKLBsckoZxErhu7rPnM3vJ { position:relative; }
#QTP1o8iUhoB7yBDt9Sdd96by7KR0ywfW #d1VWD1DOnKFwQO4BBsT86qWkCDEdKNex { position:relative; }
#QTP1o8iUhoB7yBDt9Sdd96by7KR0ywfW #byLUBuMb7kHfOqWz1FQAxiqWMiad3GiQ { position:relative;display:none; }
#QTP1o8iUhoB7yBDt9Sdd96by7KR0ywfW #J4mpaR7mXsfCvaoV4bIHDy1f4rIxIUWd { position:relative; }
#QTP1o8iUhoB7yBDt9Sdd96by7KR0ywfW #A60kCtvkgtnMOQfHQnI3LUCIFfpaFc6k { position:relative; }
#QTP1o8iUhoB7yBDt9Sdd96by7KR0ywfW #KWC3HgKx2V0VyRStfIRiXa9BLfyNcWis { position:relative; }
#egNMBUfM7Io3NOE27y6oMZrkByhFxDnc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f2f2;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#egNMBUfM7Io3NOE27y6oMZrkByhFxDnc > .row .container { background-color: transparent; background-image: none; }#egNMBUfM7Io3NOE27y6oMZrkByhFxDnc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#egNMBUfM7Io3NOE27y6oMZrkByhFxDnc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#egNMBUfM7Io3NOE27y6oMZrkByhFxDnc > .row .container > .video-iframe-container { display: none; }#egNMBUfM7Io3NOE27y6oMZrkByhFxDnc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#egNMBUfM7Io3NOE27y6oMZrkByhFxDnc > .row > .video-iframe-container { display: none; }#egNMBUfM7Io3NOE27y6oMZrkByhFxDnc > .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); }#egNMBUfM7Io3NOE27y6oMZrkByhFxDnc > .row .container { border-width: 0; border-radius: 0; }#egNMBUfM7Io3NOE27y6oMZrkByhFxDnc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#egNMBUfM7Io3NOE27y6oMZrkByhFxDnc > .row .container { font-size:0.875rem;font-family:arial;height:50rem;width:75rem;position:relative;display:block; }#qaTPySFuuTbbez2XTSx2SGaD0rTpIrLZ { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:36.9375rem;width:32.0625rem;top:3.25rem;left:1.15625rem;overflow:hidden;display:block; }
#Tpf1bTMc9sVTiGaIoI7sxbfumgypSfh8 { color:#414141;display:block;width:34.375rem;position:absolute;font-family:"source serif 4";font-size:2.5rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:6.6875rem;left:37.5rem;height:6.5rem;font-style:normal;display:block; }
#pQUUvc7cDdGkgusueiPRcbVufPniyCTT { color:#356a78;display:block;width:35.6875rem;position:absolute;font-family:"dm sans";font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:4.625rem;left:37.5rem;height:1.875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ggr5W2iLHtV2W3NsavBX2Ay9pfhqSfnz { color:#414141;display:block;width:35.6875rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:13.75rem;left:37.5rem;height:24rem;font-style:normal;display:block; }
#KhXxlJ8NR37ZyOqFIhw1U1FMJEuOS4cz { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #60ff1a, #27c117);background-image: -moz-linear-gradient(90deg, #60ff1a, #27c117);background-image: -ms-linear-gradient(90deg, #60ff1a, #27c117);background-image: -o-linear-gradient(90deg, #60ff1a, #27c117);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#60ff1a', endColorstr='#27c117' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#60ff1a', endColorstr='#27c117' );";background-image: linear-gradient(90deg, #60ff1a, #27c117);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;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:"dm sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:29.4375rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:40.3125rem;left:37.5rem;display:block; }
#PPT3hh2SgJsAyHuAsxoTihL8TN0aMNap { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SywTqKgMKiAk3B1hhe9VgQ74Ny8HnOrV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/bdb8b310-8f0e-414e-af7d-bea1c19b321a/Seo31.png");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; }#SywTqKgMKiAk3B1hhe9VgQ74Ny8HnOrV.adaptive-delivery-prevent-bg, #SywTqKgMKiAk3B1hhe9VgQ74Ny8HnOrV.lazyload, #SywTqKgMKiAk3B1hhe9VgQ74Ny8HnOrV.lazyloading { background-image: none; }#SywTqKgMKiAk3B1hhe9VgQ74Ny8HnOrV > .row .container { background-color: transparent; background-image: none; }#SywTqKgMKiAk3B1hhe9VgQ74Ny8HnOrV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SywTqKgMKiAk3B1hhe9VgQ74Ny8HnOrV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SywTqKgMKiAk3B1hhe9VgQ74Ny8HnOrV > .row .container > .video-iframe-container { display: none; }#SywTqKgMKiAk3B1hhe9VgQ74Ny8HnOrV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SywTqKgMKiAk3B1hhe9VgQ74Ny8HnOrV > .row > .video-iframe-container { display: none; }#SywTqKgMKiAk3B1hhe9VgQ74Ny8HnOrV > .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); }#SywTqKgMKiAk3B1hhe9VgQ74Ny8HnOrV > .row .container { border-width: 0; border-radius: 0; }#SywTqKgMKiAk3B1hhe9VgQ74Ny8HnOrV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SywTqKgMKiAk3B1hhe9VgQ74Ny8HnOrV > .row .container { font-size:0.875rem;font-family:arial;height:59.375rem;width:75rem;position:relative;display:block; }#quoclKHkTOaKdfGwmkdDonQCOnxxeKiJ { color:#ffffff;display:block;width:10.3125rem;position:absolute;font-family:"dm sans";font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:5.5625rem;left:32.375rem;height:1.875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#LpNur0iNiNObMRqwyW3c7NxrXZEC8tL2 { color:#ffffff;display:block;width:30.0625rem;position:absolute;font-family:"source serif 4";font-size:2rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:7.375rem;left:22.5rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TX4CMfpNRE4nyirX3AbSKOwVhX6Aq9MC { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14rem;width:23rem;top:11.5625rem;left:0rem;overflow:hidden;display:block; }
#JxktaMzcgitwuDUavs5IH1T2JIt2BrzK { color:#ffffff;display:block;width:21.25rem;position:absolute;font-family:"dm sans";font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:26.375rem;left:0.875rem;height:5.0625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#bg6rkzPqLqFlEd0OBgolGNT6ny6MtiwT { color:#ffffff;display:block;width:22.75rem;position:absolute;font-family:"dm sans";font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:26.375rem;left:26.125rem;height:6.75rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#aT0lohSwvCyV78MdiWewDst8v3SwLCuT { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14rem;width:23rem;top:11.5625rem;left:26rem;overflow:hidden;display:block; }
#cZHQtb6xfw5fpMAVUfytXmEDhbzPSIBg { color:#ffffff;display:block;width:21.25rem;position:absolute;font-family:"dm sans";font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:26.375rem;left:52.875rem;height:3.375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#ydHSPPmL6cTRyumoIHPZSLouwrrn7ZK2 { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14rem;width:23rem;top:11.5625rem;left:52rem;overflow:hidden;display:block; }
#qLuerfvOmLpgoMCzV0k5pM4aFpRmzUAQ { color:#ffffff;display:block;width:22.625rem;position:absolute;font-family:"dm sans";font-size:1.125rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:49rem;left:13.1875rem;height:5.0625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#u4F5Oe3ME6mXRIk8Gemr3i5HAaWQ9P3p { 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:14rem;width:23rem;top:34.1875rem;left:13rem;overflow:hidden;display:block; }
#JyBU5pRR5wic2p6rRwMbkNSti6U6HVuN { color:#ffffff;display:block;width:19.375rem;position:absolute;font-family:"dm sans";font-size:1.125rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:49rem;left:40.8125rem;height:5.0625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#zNstD3TrszndfGbcZBGmQVwTJn5TrS26 { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14rem;width:23rem;top:34.1875rem;left:39rem;overflow:hidden;display:block; }
#GcgQxbef2WS5UbUqVVeeyQamwrIq0yU1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/e44092ec-46a4-403d-a8b3-acf908b40a55/Seo41.png");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; }#GcgQxbef2WS5UbUqVVeeyQamwrIq0yU1.adaptive-delivery-prevent-bg, #GcgQxbef2WS5UbUqVVeeyQamwrIq0yU1.lazyload, #GcgQxbef2WS5UbUqVVeeyQamwrIq0yU1.lazyloading { background-image: none; }#GcgQxbef2WS5UbUqVVeeyQamwrIq0yU1 > .row .container { background-color: transparent; background-image: none; }#GcgQxbef2WS5UbUqVVeeyQamwrIq0yU1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GcgQxbef2WS5UbUqVVeeyQamwrIq0yU1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GcgQxbef2WS5UbUqVVeeyQamwrIq0yU1 > .row .container > .video-iframe-container { display: none; }#GcgQxbef2WS5UbUqVVeeyQamwrIq0yU1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GcgQxbef2WS5UbUqVVeeyQamwrIq0yU1 > .row > .video-iframe-container { display: none; }#GcgQxbef2WS5UbUqVVeeyQamwrIq0yU1 > .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); }#GcgQxbef2WS5UbUqVVeeyQamwrIq0yU1 > .row .container { border-width: 0; border-radius: 0; }#GcgQxbef2WS5UbUqVVeeyQamwrIq0yU1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GcgQxbef2WS5UbUqVVeeyQamwrIq0yU1 > .row .container { font-size:0.875rem;font-family:arial;height:43.75rem;width:75rem;position:relative;display:block; }#uF8KKRIbIpLyTMJCfVEQ5gwpTmK1KGTC { color:#ffffff;display:block;width:30.6875rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:10.9375rem;left:0rem;height:21rem;font-style:normal;display:block; }
#CRTLXpcVwvSn7qZdtXw5pWlrxUU41DbG { color:#ffffff;display:block;width:30.9375rem;position:absolute;font-family:"source serif 4";font-size:2rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:7.75rem;left:0rem;height:2.5996125rem;font-style:normal;display:block; }
#UkyaZMMOfmHLrc6r4nQGMAGUiT02VCaN { color:#ffffff;display:block;width:35.6875rem;position:absolute;font-family:"dm sans";font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:5.9375rem;left:0rem;height:1.875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mhKc5EVcyohhyaHDgApQH0X9ti32IKVe { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #60ff1a, #27c117);background-image: -moz-linear-gradient(90deg, #60ff1a, #27c117);background-image: -ms-linear-gradient(90deg, #60ff1a, #27c117);background-image: -o-linear-gradient(90deg, #60ff1a, #27c117);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#60ff1a', endColorstr='#27c117' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#60ff1a', endColorstr='#27c117' );";background-image: linear-gradient(90deg, #60ff1a, #27c117);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;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:"dm sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:29.4375rem;height:3.4375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:34.375rem;left:0rem;display:block; }
#kH5kMFtKm5Hq0dWmUbBCOdxUZmmmEbMD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#b9H21ki1C7fSTyeGRgovLfUkpohWB7BT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/018325e6-f09b-416d-bbe6-928a1eb6d509/Seo51.png");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; }#b9H21ki1C7fSTyeGRgovLfUkpohWB7BT.adaptive-delivery-prevent-bg, #b9H21ki1C7fSTyeGRgovLfUkpohWB7BT.lazyload, #b9H21ki1C7fSTyeGRgovLfUkpohWB7BT.lazyloading { background-image: none; }#b9H21ki1C7fSTyeGRgovLfUkpohWB7BT > .row .container { background-color: transparent; background-image: none; }#b9H21ki1C7fSTyeGRgovLfUkpohWB7BT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b9H21ki1C7fSTyeGRgovLfUkpohWB7BT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b9H21ki1C7fSTyeGRgovLfUkpohWB7BT > .row .container > .video-iframe-container { display: none; }#b9H21ki1C7fSTyeGRgovLfUkpohWB7BT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b9H21ki1C7fSTyeGRgovLfUkpohWB7BT > .row > .video-iframe-container { display: none; }#b9H21ki1C7fSTyeGRgovLfUkpohWB7BT > .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); }#b9H21ki1C7fSTyeGRgovLfUkpohWB7BT > .row .container { border-width: 0; border-radius: 0; }#b9H21ki1C7fSTyeGRgovLfUkpohWB7BT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#b9H21ki1C7fSTyeGRgovLfUkpohWB7BT > .row .container { font-size:0.875rem;font-family:arial;height:26.875rem;width:75rem;position:relative;display:block; }#INnxZPN7imV35iLVQCy029PF7X4Zau8a { color:#ffffff;display:block;width:30.0625rem;position:absolute;font-family:"source serif 4";font-size:2rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:7.3125rem;left:22.5rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yLaPfeIunIKV9DJdRAfibdTMcXO9ncJk { color:#ffffff;display:block;width:12.75rem;position:absolute;font-family:"dm sans";font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:5.5rem;left:31.125rem;height:1.875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#WlsaZVedXzmV2pTdqFHTzmhTQGbM6NOx { box-sizing:content-box;height:9.9375rem;width:23.75rem;position:absolute;display:block;z-index:15009;background-color:rgba(255,255,255,0.1);background-image:none;top:11.5rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#UEFZnMvxRAayuoeURCD9H8tHliUVWMdV { color:#ffffff;display:block;width:19.8125rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:13.5rem;left:2rem;height:6rem;font-style:normal;display:block; }
#FEd62NJU4KGkKtNqFf3IozvlJ0CtyGk6 { box-sizing:content-box;height:9.9375rem;width:23.75rem;position:absolute;display:block;z-index:15011;background-color:rgba(255,255,255,0.1);background-image:none;top:11.5rem;left:25.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#kAn14PpGhCBbXr1IDOE3A5pDAlZmiWTX { color:#ffffff;display:block;width:19.8125rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:300;z-index:15012;line-height:1.5;letter-spacing:0;top:14.25rem;left:27.625rem;height:4.5rem;font-style:normal;display:block; }
#SprrT0afGkFPRsHopR4fVHNcGITs4WSI { box-sizing:content-box;height:9.9375rem;width:23.75rem;position:absolute;display:block;z-index:15013;background-color:rgba(255,255,255,0.1);background-image:none;top:11.5rem;left:51.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#cTan3vUAfehPmFafzySE8lfBhXDFpEWA { color:#ffffff;display:block;width:19.8125rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:300;z-index:15014;line-height:1.5;letter-spacing:0;top:14.25rem;left:53.25rem;height:4.5rem;font-style:normal;display:block; }
#HPOGk6LRIWnno0ybvVAMVCqmEey0PFIk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/fd441f8a-d329-483f-b0e9-42470d14aa88/Seo6.png");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; }#HPOGk6LRIWnno0ybvVAMVCqmEey0PFIk.adaptive-delivery-prevent-bg, #HPOGk6LRIWnno0ybvVAMVCqmEey0PFIk.lazyload, #HPOGk6LRIWnno0ybvVAMVCqmEey0PFIk.lazyloading { background-image: none; }#HPOGk6LRIWnno0ybvVAMVCqmEey0PFIk > .row .container { background-color: transparent; background-image: none; }#HPOGk6LRIWnno0ybvVAMVCqmEey0PFIk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HPOGk6LRIWnno0ybvVAMVCqmEey0PFIk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HPOGk6LRIWnno0ybvVAMVCqmEey0PFIk > .row .container > .video-iframe-container { display: none; }#HPOGk6LRIWnno0ybvVAMVCqmEey0PFIk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HPOGk6LRIWnno0ybvVAMVCqmEey0PFIk > .row > .video-iframe-container { display: none; }#HPOGk6LRIWnno0ybvVAMVCqmEey0PFIk > .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); }#HPOGk6LRIWnno0ybvVAMVCqmEey0PFIk > .row .container { border-width: 0; border-radius: 0; }#HPOGk6LRIWnno0ybvVAMVCqmEey0PFIk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HPOGk6LRIWnno0ybvVAMVCqmEey0PFIk > .row .container { font-size:0.875rem;font-family:arial;height:43.75rem;width:75rem;position:relative;display:block; }#xnAdgTvJkGsByyuUfk2Jl4fo2KB8RWrP { color:#414141;display:block;width:34.375rem;position:absolute;font-family:"source serif 4";font-size:2.5rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:14.375rem;left:39.5625rem;height:3.25rem;font-style:normal;display:block; }
#i9fSNOCfHLrqJBL5HEXHqVTdiyKlW0yO { color:#356a78;display:block;width:33.5rem;position:absolute;font-family:"dm sans";font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:12.3125rem;left:39.5625rem;height:1.875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#oier30V69wHlyoQat6TWbdAW7XNXScwh { color:#414141;display:block;width:34.75rem;position:absolute;font-family:"dm sans";font-size:1.375rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:18.625rem;left:39.5625rem;height:8.25rem;font-style:normal;display:block; }
#w5xHW7sX3qe9BylO5BzZLryW16wyCpxN { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #60ff1a, #27c117);background-image: -moz-linear-gradient(90deg, #60ff1a, #27c117);background-image: -ms-linear-gradient(90deg, #60ff1a, #27c117);background-image: -o-linear-gradient(90deg, #60ff1a, #27c117);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#60ff1a', endColorstr='#27c117' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#60ff1a', endColorstr='#27c117' );";background-image: linear-gradient(90deg, #60ff1a, #27c117);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;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:"dm sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.4375rem;height:3.4375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:28rem;left:39.5625rem;display:block; }
#dgmlVOE0Umweplaw80R5oK5rhEOsMHmd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lpIR1pOmrfofqayK3UHzf0yB4ycrXh9x { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/f505bfd0-d683-4b32-813f-8760049bd594/Seo7.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lpIR1pOmrfofqayK3UHzf0yB4ycrXh9x.adaptive-delivery-prevent-bg, #lpIR1pOmrfofqayK3UHzf0yB4ycrXh9x.lazyload, #lpIR1pOmrfofqayK3UHzf0yB4ycrXh9x.lazyloading { background-image: none; }#lpIR1pOmrfofqayK3UHzf0yB4ycrXh9x > .row .container { background-color: transparent; background-image: none; }#lpIR1pOmrfofqayK3UHzf0yB4ycrXh9x::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lpIR1pOmrfofqayK3UHzf0yB4ycrXh9x > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lpIR1pOmrfofqayK3UHzf0yB4ycrXh9x > .row .container > .video-iframe-container { display: none; }#lpIR1pOmrfofqayK3UHzf0yB4ycrXh9x > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lpIR1pOmrfofqayK3UHzf0yB4ycrXh9x > .row > .video-iframe-container { display: none; }#lpIR1pOmrfofqayK3UHzf0yB4ycrXh9x > .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); }#lpIR1pOmrfofqayK3UHzf0yB4ycrXh9x > .row .container { border-width: 0; border-radius: 0; }#lpIR1pOmrfofqayK3UHzf0yB4ycrXh9x > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lpIR1pOmrfofqayK3UHzf0yB4ycrXh9x > .row .container { font-size:0.875rem;font-family:arial;height:50rem;width:75rem;position:relative;display:block; }#JXdPEmDUfRu7dGlxty51p7V4Toi7u0EH { color:#ffffff;display:block;width:22.25rem;position:absolute;font-family:"dm sans";font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:7rem;left:0rem;height:1.875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xOH4dzTUxpQpTrQbZHwkx28eLyS0ET1p { color:#ffffff;display:block;width:24.875rem;position:absolute;font-family:"source serif 4";font-size:2rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:8.8125rem;left:0rem;height:2.5996125rem;font-style:normal;display:block; }
#CJCN46XadROWUaT2xO485yDpmdKBfOsD { color:#ffffff;display:block;width:22.25rem;position:absolute;font-family:"dm sans";font-size:1.125rem;font-weight:300;z-index:15025;line-height:1.5;letter-spacing:0;top:12.4375rem;left:2.0625rem;height:3.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#v1zGta2fRhGsyLR4QflE4sXdEPq5Othd { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:12.375rem;left:0rem; }
#h33r9SRHWmUIH5ESLOXPpeWwu2ZR4iRi { box-sizing:content-box;height:0.125rem;width:25rem;position:absolute;display:block;z-index:15027;background-color:rgba(255,255,255,0.5);background-image:none;top:16.25rem;left:0rem;display:block; }
#Z3OVed5uPZJ9Oo0Vt4xCedHbThGrmw6a { box-sizing:content-box;height:0.125rem;width:25rem;position:absolute;display:block;z-index:15030;background-color:rgba(255,255,255,0.5);background-image:none;top:19.5625rem;left:0rem;display:block; }
#qvgCGJ4TvfhhRitc1Go2WqumCTkElzdw { color:#ffffff;display:block;width:22.25rem;position:absolute;font-family:"dm sans";font-size:1.125rem;font-weight:300;z-index:15028;line-height:1.5;letter-spacing:0;top:17.1875rem;left:2.0625rem;height:1.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Gf4vJORVs0aXV9RrFETp6FE6COa1zTur { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:17.125rem;left:0rem; }
#vOQg0c2GLSSgZ4QtI4IUMv6mZcc5h2gq { box-sizing:content-box;height:0.125rem;width:25rem;position:absolute;display:block;z-index:15033;background-color:rgba(255,255,255,0.5);background-image:none;top:22.8125rem;left:0rem;display:block; }
#c0oweU510EQJyQAx7bTWukEeOlHDLM7X { color:#ffffff;display:block;width:22.25rem;position:absolute;font-family:"dm sans";font-size:1.125rem;font-weight:300;z-index:15031;line-height:1.5;letter-spacing:0;top:20.4375rem;left:2.0625rem;height:1.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OSzWti4qBJ6FgxSTSOhipverKJiOuB0Q { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:20.375rem;left:0rem; }
#Fm7qcf2uUeDpfUc8WGXl9EKc4dkz3Gun { box-sizing:content-box;height:0.125rem;width:25rem;position:absolute;display:block;z-index:15036;background-color:rgba(255,255,255,0.5);background-image:none;top:27.6875rem;left:0rem;display:block; }
#AvMggJEgL6udE9g4T1PgyCarmw5cTvUA { color:#ffffff;display:block;width:22.25rem;position:absolute;font-family:"dm sans";font-size:1.125rem;font-weight:300;z-index:15034;line-height:1.5;letter-spacing:0;top:23.75rem;left:2.0625rem;height:3.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#taKNMNHk7Oe2ET5pQZWQeq33MEhFvPlD { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:23.6875rem;left:0rem; }
#qONUuKvIIhUZZusxnzOA7FHaHuNDNTG5 { box-sizing:content-box;height:0.125rem;width:25rem;position:absolute;display:block;z-index:15039;background-color:rgba(255,255,255,0.5);background-image:none;top:30.8125rem;left:0rem;display:block; }
#toFmDtmIUPTWaC7VUV3nl0JJiiI5tGxS { color:#ffffff;display:block;width:22.25rem;position:absolute;font-family:"dm sans";font-size:1.125rem;font-weight:300;z-index:15037;line-height:1.5;letter-spacing:0;top:28.5rem;left:2.0625rem;height:1.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wyGkSgrcMTlBuhNCDlkimxbvzpmWxXyZ { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;opacity:1;top:28.4375rem;left:0rem; }
#TW6Jlwq4KAOkMehM7F0Ot3Vya9ovcQ8O { color:#ffffff;display:block;width:22.25rem;position:absolute;font-family:"dm sans";font-size:1.125rem;font-weight:300;z-index:15040;line-height:1.5;letter-spacing:0;top:31.6875rem;left:2.0625rem;height:1.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WCbyXXxW36J2RAPlQgTt2K7LfGnQHnAh { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;opacity:1;top:31.625rem;left:0rem; }
#RqAmaDGAn3si8pQKPo5aa7gHTh5wMxXb { color:#ffffff;display:block;width:24.8125rem;position:absolute;font-family:"dm sans";font-size:0.875rem;font-weight:300;z-index:15041;line-height:1.5;letter-spacing:0;top:34.9375rem;left:0rem;height:2.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vXhf4gQzOv3IKm4mrvMzoiW63vUZ6wZA { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #60ff1a, #27c117);background-image: -moz-linear-gradient(90deg, #60ff1a, #27c117);background-image: -ms-linear-gradient(90deg, #60ff1a, #27c117);background-image: -o-linear-gradient(90deg, #60ff1a, #27c117);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#60ff1a', endColorstr='#27c117' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#60ff1a', endColorstr='#27c117' );";background-image: linear-gradient(90deg, #60ff1a, #27c117);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;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:"dm sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.3125rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:39.625rem;left:0rem;display:block; }
#qJbiD3aVFMLLXbfO8XtkHAtZRXvc9Mzv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KyB6S4a7l1y9ddMLx4nTcNw6BpuU6oqB { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:40.4375rem;width:42.8125rem;top:4.28125rem;left:32.1875rem;overflow:hidden;display:block; }
#i2Z99mROd8Jz3FzrNTwlB6IcgNJ8O9VG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/e3b8379d-1b60-4a9d-96b8-40f32aa15148/Seo81.png");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; }#i2Z99mROd8Jz3FzrNTwlB6IcgNJ8O9VG.adaptive-delivery-prevent-bg, #i2Z99mROd8Jz3FzrNTwlB6IcgNJ8O9VG.lazyload, #i2Z99mROd8Jz3FzrNTwlB6IcgNJ8O9VG.lazyloading { background-image: none; }#i2Z99mROd8Jz3FzrNTwlB6IcgNJ8O9VG > .row .container { background-color: transparent; background-image: none; }#i2Z99mROd8Jz3FzrNTwlB6IcgNJ8O9VG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i2Z99mROd8Jz3FzrNTwlB6IcgNJ8O9VG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i2Z99mROd8Jz3FzrNTwlB6IcgNJ8O9VG > .row .container > .video-iframe-container { display: none; }#i2Z99mROd8Jz3FzrNTwlB6IcgNJ8O9VG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i2Z99mROd8Jz3FzrNTwlB6IcgNJ8O9VG > .row > .video-iframe-container { display: none; }#i2Z99mROd8Jz3FzrNTwlB6IcgNJ8O9VG > .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); }#i2Z99mROd8Jz3FzrNTwlB6IcgNJ8O9VG > .row .container { border-width: 0; border-radius: 0; }#i2Z99mROd8Jz3FzrNTwlB6IcgNJ8O9VG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#i2Z99mROd8Jz3FzrNTwlB6IcgNJ8O9VG > .row .container { font-size:0.875rem;font-family:arial;height:43.75rem;width:75rem;position:relative;display:block; }#Jr5MALTuDfnSFxppITho5qLkwoXswoIt { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.5rem;width:35.25rem;top:4.6875rem;left:38.3125rem;overflow:hidden;display:block; }
#O4vI9DlOx03olikNrkcw1nvqh159kfx4 { color:#ffffff;display:block;width:24.875rem;position:absolute;font-family:"source serif 4";font-size:1.625rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:27.6875rem;left:43.5rem;height:2.11230625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WABKTLTOXBWyShxB5MeNKihz8qhZklbF { color:#ffffff;display:block;width:28.4375rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:300;z-index:15032;line-height:1.5;letter-spacing:0;top:30.0625rem;left:41.75rem;height:7.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GZ7stsb9LkqDtvuTHT0FKpkntyR7hz5U { color:#ffffff;display:block;width:28.4375rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:300;z-index:15035;line-height:1.5;letter-spacing:0;top:30.0625rem;left:4.875rem;height:9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qIDNlfP4oCUMdd5tS7yKKcIDOuIP39LP { color:#ffffff;display:block;width:32.125rem;position:absolute;font-family:"source serif 4";font-size:1.625rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:27.6875rem;left:3.0625rem;height:2.11230625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#O7NHSXyx4Rgx7PJDcMHOa1FPgFrFTbCh { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.5rem;width:35.25rem;top:4.6875rem;left:1.4375rem;overflow:hidden;display:block; }
#bigT1SwxGZfnn7htHnhGQ69l9wsk7CCd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }#bigT1SwxGZfnn7htHnhGQ69l9wsk7CCd > .row .container { background-color: transparent; background-image: none; }#bigT1SwxGZfnn7htHnhGQ69l9wsk7CCd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bigT1SwxGZfnn7htHnhGQ69l9wsk7CCd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bigT1SwxGZfnn7htHnhGQ69l9wsk7CCd > .row .container > .video-iframe-container { display: none; }#bigT1SwxGZfnn7htHnhGQ69l9wsk7CCd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bigT1SwxGZfnn7htHnhGQ69l9wsk7CCd > .row > .video-iframe-container { display: none; }#bigT1SwxGZfnn7htHnhGQ69l9wsk7CCd > .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); }#bigT1SwxGZfnn7htHnhGQ69l9wsk7CCd > .row .container { border-width: 0; border-radius: 0; }#bigT1SwxGZfnn7htHnhGQ69l9wsk7CCd > .row > .video-iframe-container { border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem; }#bigT1SwxGZfnn7htHnhGQ69l9wsk7CCd > .row .container { font-size:0.875rem;font-family:arial;height:49.875rem;width:75rem;position:relative;display:block; }#PnKVxJbSJp12lTBZfcczGgSqUoxy52Bb { color:#414141;display:block;width:23.6875rem;position:absolute;font-family:"source serif 4";font-size:1.125rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:8.9375rem;left:8rem;height:4.38574375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OpqAkCd4OP0erOIRxQzgrGgAm4dW6STW { color:#181618;display:block;width:19.0625rem;position:absolute;font-family:"plus jakarta sans";font-size:1.125rem;font-weight:300;z-index:15023;line-height:1.3;letter-spacing:0;top:14.8125rem;left:11.25rem;height:2.923825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KtkwtucTf6PMIJwJ3ZahFT1V4TlB2pg9 { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:15.4375rem;left:9.1875rem; }
#k9i8q7ThMEp5EM9WHvVB6Jzz2RZfyfHk { color:#525252;display:block;width:19.0625rem;position:absolute;font-family:"plus jakarta sans";font-size:0.8125rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:41.25rem;left:10.3125rem;height:1.0556625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#J2daTF7Lk5rI5EUw1onGxxZymVDKkp63 { box-sizing:content-box;height:15.8125rem;width:31.75rem;position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #387a89, #51b5cc);background-image: -moz-linear-gradient(90deg, #387a89, #51b5cc);background-image: -ms-linear-gradient(90deg, #387a89, #51b5cc);background-image: -o-linear-gradient(90deg, #387a89, #51b5cc);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#387a89', endColorstr='#51b5cc' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#387a89', endColorstr='#51b5cc' );";background-image: linear-gradient(90deg, #387a89, #51b5cc);background-size:auto !important;top:2.8125rem;left:38.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#r1ai6BmvB0g2mHWKIZWEZ8nOMq5IEshZ { color:#ffffff;display:block;width:23.75rem;position:absolute;font-family:"source serif 4";font-size:5rem;font-weight:700;z-index:15023;line-height:1;letter-spacing:0;top:5.6875rem;left:41.875rem;height:10rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VJumsTbGJb5Gnc0uyp2mC9f6toJfKGIp { box-sizing:content-box;height:27.5rem;width:31.75rem;position:absolute;display:block;z-index:15008;background-color:#e2c7a5;background-image:url("https://images.assets-landingi.com/uc/d28834b4-eab8-4202-bd20-3bc0686fecaf/Rectangle40502.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:19.25rem;left:38.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }#VJumsTbGJb5Gnc0uyp2mC9f6toJfKGIp.adaptive-delivery-prevent-bg, #VJumsTbGJb5Gnc0uyp2mC9f6toJfKGIp.lazyload, #VJumsTbGJb5Gnc0uyp2mC9f6toJfKGIp.lazyloading { background-image: none; }
#uNSi6SzggFlATrEXTEERy0fknZZHqcNP { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:19.1875rem;left:9.1875rem; }
#tLd2BR32JOAsR5PRe4aJLBLfTVkkfFv5 { color:#181618;display:block;width:19.0625rem;position:absolute;font-family:"plus jakarta sans";font-size:1.125rem;font-weight:300;z-index:15025;line-height:1.3;letter-spacing:0;top:18.5625rem;left:11.25rem;height:2.923825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vzNtJPAxIBNfr7xMxgxDCer2lwueBPIb { color:#181618;display:block;width:19.0625rem;position:absolute;font-family:"plus jakarta sans";font-size:1.125rem;font-weight:300;z-index:15027;line-height:1.3;letter-spacing:0;top:22.3125rem;left:11.25rem;height:2.923825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XDa0mvEpMBu1FXXV21q8r32DdvirASZT { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:22.9375rem;left:9.1875rem; }
#qSDBgdmfaWcqn8AwNxSKtmrOzNooTMOq { color:#181618;display:block;width:19.0625rem;position:absolute;font-family:"plus jakarta sans";font-size:1.125rem;font-weight:300;z-index:15029;line-height:1.3;letter-spacing:0;top:26.0625rem;left:11.25rem;height:2.923825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#n2UlSZRSbM5yoiuULPBBaJM1MAX7mIyk { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:26.6875rem;left:9.1875rem; }
#VXQySSdomSwEF6cR2bQ9H62FZh5UqUiK { color:#181618;display:block;width:19.0625rem;position:absolute;font-family:"plus jakarta sans";font-size:1.125rem;font-weight:300;z-index:15031;line-height:1.3;letter-spacing:0;top:29.8125rem;left:11.25rem;height:1.4619125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zR7iPxW5HA4h7Bx8cdQEDOmDKxu2C6Eq { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:30.4375rem;left:9.1875rem; }
#cCyv3x5tURWpzhGtWFXLZwIyCvmHyaF8 { color:#181618;display:block;width:19.0625rem;position:absolute;font-family:"plus jakarta sans";font-size:1.125rem;font-weight:300;z-index:15033;line-height:1.3;letter-spacing:0;top:33.625rem;left:11.375rem;height:1.4619125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#t97nPM5Tct4ASI3QBtXEnoXFXTkoxzTN { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:33.5625rem;left:9.1875rem; }
#ec9gAOtuwyNT2s7zrtMrOptfSC6sHRn5 { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #60ff1a, #27c117);background-image: -moz-linear-gradient(90deg, #60ff1a, #27c117);background-image: -ms-linear-gradient(90deg, #60ff1a, #27c117);background-image: -o-linear-gradient(90deg, #60ff1a, #27c117);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#60ff1a', endColorstr='#27c117' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#60ff1a', endColorstr='#27c117' );";background-image: linear-gradient(90deg, #60ff1a, #27c117);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;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:"dm sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.3125rem;height:3.4375rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:37.1875rem;left:7.6875rem;display:block; }
#TsiVQwsRTsfs8Tk0noW0n1TLqSLxFQEl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kx5s3pT4lwOkrcs4NGEOcksL2iym4HL9 { box-sizing:content-box;height:43.375rem;width:32.125rem;position:absolute;display:block;z-index:15006;background-color:rgba(0,0,0,0);background-image:none;top:3.1875rem;left:3.6875rem;border-top:0.0625rem solid #a2a2a2;border-left:0.0625rem solid #a2a2a2;border-right:0.0625rem solid #a2a2a2;border-bottom:0.0625rem solid #a2a2a2;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GFQk0O1RneH1RtcFI6tp9wPyLEiQBhQb { top:6.9375rem;left:0rem;width:13.6875rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vrHXlGevM8xbEBCRMA2Hok6Moe88ECbL { top:10.75rem;left:0rem;width:27.875rem;height:9rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VhqwKwV3Ag6nW1kN01ZEKZ6N5VlfiM6C { top:20.1875rem;left:0rem;width:27.875rem;height:8.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTP1o8iUhoB7yBDt9Sdd96by7KR0ywfW .widget-regular-label { width:26.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto; }
#QTP1o8iUhoB7yBDt9Sdd96by7KR0ywfW .widget-input-text { width:26.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QTP1o8iUhoB7yBDt9Sdd96by7KR0ywfW .widget-input-text {padding-top: 0; padding-bottom: 0;}#QTP1o8iUhoB7yBDt9Sdd96by7KR0ywfW .widget-textarea { width:26.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QTP1o8iUhoB7yBDt9Sdd96by7KR0ywfW .widget-input-select { width:26.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QTP1o8iUhoB7yBDt9Sdd96by7KR0ywfW .widget-input-select {padding-top: 0; padding-bottom: 0;}#QTP1o8iUhoB7yBDt9Sdd96by7KR0ywfW .widget-input-button { width:26.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QTP1o8iUhoB7yBDt9Sdd96by7KR0ywfW .widget-checkbox-label { width:25.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#QTP1o8iUhoB7yBDt9Sdd96by7KR0ywfW  { width:26.625rem;height:auto;top:28.5rem;left:0rem; }
#QTP1o8iUhoB7yBDt9Sdd96by7KR0ywfW .radio-container { width:26.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QTP1o8iUhoB7yBDt9Sdd96by7KR0ywfW {display:block;}#QTP1o8iUhoB7yBDt9Sdd96by7KR0ywfW { width:26.625rem;height:auto;top:28.5rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #QTP1o8iUhoB7yBDt9Sdd96by7KR0ywfW #pwxB1JtVnuQkJ43w61Ec97HdNTy1nXmx {  }
 }@media only screen and (max-width: 763px) { #QTP1o8iUhoB7yBDt9Sdd96by7KR0ywfW #yTbddBtqzwwiq7gVNPJ504mpKx22OsK6 {  }
 }@media only screen and (max-width: 763px) { #QTP1o8iUhoB7yBDt9Sdd96by7KR0ywfW #TmMIi4UaT5IaAVRLiy45MrTvPannonhE {  }
 }@media only screen and (max-width: 763px) { #QTP1o8iUhoB7yBDt9Sdd96by7KR0ywfW #Zw2ozg5JihgWxDc6SIxTxVCcDSJy7ebt {  }
 }@media only screen and (max-width: 763px) { #QTP1o8iUhoB7yBDt9Sdd96by7KR0ywfW #VReMZwoFu4MmShJsSZqWXtEI1z1S6DoX {  }
 }@media only screen and (max-width: 763px) { #QTP1o8iUhoB7yBDt9Sdd96by7KR0ywfW #qdQauZKwzyTKLBsckoZxErhu7rPnM3vJ {  }
 }@media only screen and (max-width: 763px) { #QTP1o8iUhoB7yBDt9Sdd96by7KR0ywfW #d1VWD1DOnKFwQO4BBsT86qWkCDEdKNex {  }
 }@media only screen and (max-width: 763px) { #QTP1o8iUhoB7yBDt9Sdd96by7KR0ywfW #byLUBuMb7kHfOqWz1FQAxiqWMiad3GiQ {  }
 }@media only screen and (max-width: 763px) { #QTP1o8iUhoB7yBDt9Sdd96by7KR0ywfW #J4mpaR7mXsfCvaoV4bIHDy1f4rIxIUWd {  }
 }@media only screen and (max-width: 763px) { #QTP1o8iUhoB7yBDt9Sdd96by7KR0ywfW #A60kCtvkgtnMOQfHQnI3LUCIFfpaFc6k {  }
 }@media only screen and (max-width: 763px) { #QTP1o8iUhoB7yBDt9Sdd96by7KR0ywfW #KWC3HgKx2V0VyRStfIRiXa9BLfyNcWis {  }
 }@media only screen and (max-width: 763px) { #egNMBUfM7Io3NOE27y6oMZrkByhFxDnc { display:block; }#egNMBUfM7Io3NOE27y6oMZrkByhFxDnc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qaTPySFuuTbbez2XTSx2SGaD0rTpIrLZ { top:3.25rem;left:0rem;width:32.0625rem;height:36.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tpf1bTMc9sVTiGaIoI7sxbfumgypSfh8 { top:6.6875rem;left:13.375rem;width:34.375rem;height:6.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQUUvc7cDdGkgusueiPRcbVufPniyCTT { top:4.625rem;left:12.0625rem;width:35.6875rem;height:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ggr5W2iLHtV2W3NsavBX2Ay9pfhqSfnz { top:13.75rem;left:12.0625rem;width:35.6875rem;height:25.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KhXxlJ8NR37ZyOqFIhw1U1FMJEuOS4cz { width:29.4375rem;height:3.4375rem;top:40.3125rem;left:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPT3hh2SgJsAyHuAsxoTihL8TN0aMNap { display:block; }
 }@media only screen and (max-width: 763px) { #SywTqKgMKiAk3B1hhe9VgQ74Ny8HnOrV { display:block; }#SywTqKgMKiAk3B1hhe9VgQ74Ny8HnOrV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #quoclKHkTOaKdfGwmkdDonQCOnxxeKiJ { top:5.5625rem;left:18.75rem;width:10.3125rem;height:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LpNur0iNiNObMRqwyW3c7NxrXZEC8tL2 { top:7.375rem;left:8.875rem;width:30.0625rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TX4CMfpNRE4nyirX3AbSKOwVhX6Aq9MC { top:11.5625rem;left:0rem;width:23rem;height:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #JxktaMzcgitwuDUavs5IH1T2JIt2BrzK { top:26.375rem;left:0rem;width:21.25rem;height:5.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bg6rkzPqLqFlEd0OBgolGNT6ny6MtiwT { top:26.375rem;left:12.5rem;width:22.75rem;height:6.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aT0lohSwvCyV78MdiWewDst8v3SwLCuT { top:11.5625rem;left:12.375rem;width:23rem;height:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZHQtb6xfw5fpMAVUfytXmEDhbzPSIBg { top:26.375rem;left:26.5rem;width:21.25rem;height:5.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ydHSPPmL6cTRyumoIHPZSLouwrrn7ZK2 { top:11.5625rem;left:24.75rem;width:23rem;height:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #qLuerfvOmLpgoMCzV0k5pM4aFpRmzUAQ { top:49rem;left:0rem;width:22.625rem;height:5.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4F5Oe3ME6mXRIk8Gemr3i5HAaWQ9P3p { top:34.1875rem;left:0rem;width:23rem;height:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #JyBU5pRR5wic2p6rRwMbkNSti6U6HVuN { top:49rem;left:27.1875rem;width:19.375rem;height:5.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNstD3TrszndfGbcZBGmQVwTJn5TrS26 { top:34.1875rem;left:24.75rem;width:23rem;height:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #GcgQxbef2WS5UbUqVVeeyQamwrIq0yU1 { display:block; }#GcgQxbef2WS5UbUqVVeeyQamwrIq0yU1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uF8KKRIbIpLyTMJCfVEQ5gwpTmK1KGTC { top:10.9375rem;left:0rem;width:30.6875rem;height:22.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CRTLXpcVwvSn7qZdtXw5pWlrxUU41DbG { top:7.75rem;left:0rem;width:30.9375rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #UkyaZMMOfmHLrc6r4nQGMAGUiT02VCaN { top:5.9375rem;left:0rem;width:35.6875rem;height:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mhKc5EVcyohhyaHDgApQH0X9ti32IKVe { width:29.4375rem;height:3.4375rem;top:34.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kH5kMFtKm5Hq0dWmUbBCOdxUZmmmEbMD { display:block; }
 }@media only screen and (max-width: 763px) { #b9H21ki1C7fSTyeGRgovLfUkpohWB7BT { display:block; }#b9H21ki1C7fSTyeGRgovLfUkpohWB7BT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #INnxZPN7imV35iLVQCy029PF7X4Zau8a { top:7.3125rem;left:8.875rem;width:30.0625rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #yLaPfeIunIKV9DJdRAfibdTMcXO9ncJk { top:5.5rem;left:17.5rem;width:12.75rem;height:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WlsaZVedXzmV2pTdqFHTzmhTQGbM6NOx { top:11.5rem;left:0rem;width:23.75rem;height:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UEFZnMvxRAayuoeURCD9H8tHliUVWMdV { top:13.5rem;left:0rem;width:19.8125rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FEd62NJU4KGkKtNqFf3IozvlJ0CtyGk6 { top:11.5rem;left:12rem;width:23.75rem;height:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kAn14PpGhCBbXr1IDOE3A5pDAlZmiWTX { top:14.25rem;left:14rem;width:19.8125rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SprrT0afGkFPRsHopR4fVHNcGITs4WSI { top:11.5rem;left:24rem;width:23.75rem;height:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTan3vUAfehPmFafzySE8lfBhXDFpEWA { top:14.25rem;left:27.9375rem;width:19.8125rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HPOGk6LRIWnno0ybvVAMVCqmEey0PFIk { display:block; }#HPOGk6LRIWnno0ybvVAMVCqmEey0PFIk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xnAdgTvJkGsByyuUfk2Jl4fo2KB8RWrP { top:14.375rem;left:13.375rem;width:34.375rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9fSNOCfHLrqJBL5HEXHqVTdiyKlW0yO { top:12.3125rem;left:14.25rem;width:33.5rem;height:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oier30V69wHlyoQat6TWbdAW7XNXScwh { top:18.625rem;left:13rem;width:34.75rem;height:8.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5xHW7sX3qe9BylO5BzZLryW16wyCpxN { width:19.4375rem;height:3.4375rem;top:28rem;left:25.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgmlVOE0Umweplaw80R5oK5rhEOsMHmd { display:block; }
 }@media only screen and (max-width: 763px) { #lpIR1pOmrfofqayK3UHzf0yB4ycrXh9x { display:block; }#lpIR1pOmrfofqayK3UHzf0yB4ycrXh9x > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JXdPEmDUfRu7dGlxty51p7V4Toi7u0EH { top:7rem;left:0rem;width:22.25rem;height:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xOH4dzTUxpQpTrQbZHwkx28eLyS0ET1p { top:8.8125rem;left:0rem;width:24.875rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #CJCN46XadROWUaT2xO485yDpmdKBfOsD { top:12.4375rem;left:0rem;width:22.25rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1zGta2fRhGsyLR4QflE4sXdEPq5Othd { top:12.375rem;left:0rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h33r9SRHWmUIH5ESLOXPpeWwu2ZR4iRi { top:16.25rem;left:0rem;width:25rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3OVed5uPZJ9Oo0Vt4xCedHbThGrmw6a { top:19.5625rem;left:0rem;width:25rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qvgCGJ4TvfhhRitc1Go2WqumCTkElzdw { top:17.1875rem;left:0rem;width:22.25rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gf4vJORVs0aXV9RrFETp6FE6COa1zTur { top:17.125rem;left:0rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vOQg0c2GLSSgZ4QtI4IUMv6mZcc5h2gq { top:22.8125rem;left:0rem;width:25rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0oweU510EQJyQAx7bTWukEeOlHDLM7X { top:20.4375rem;left:0rem;width:22.25rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OSzWti4qBJ6FgxSTSOhipverKJiOuB0Q { top:20.375rem;left:0rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fm7qcf2uUeDpfUc8WGXl9EKc4dkz3Gun { top:27.6875rem;left:0rem;width:25rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AvMggJEgL6udE9g4T1PgyCarmw5cTvUA { top:23.75rem;left:0rem;width:22.25rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #taKNMNHk7Oe2ET5pQZWQeq33MEhFvPlD { top:23.6875rem;left:0rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qONUuKvIIhUZZusxnzOA7FHaHuNDNTG5 { top:30.8125rem;left:0rem;width:25rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #toFmDtmIUPTWaC7VUV3nl0JJiiI5tGxS { top:28.5rem;left:0rem;width:22.25rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wyGkSgrcMTlBuhNCDlkimxbvzpmWxXyZ { top:28.4375rem;left:0rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TW6Jlwq4KAOkMehM7F0Ot3Vya9ovcQ8O { top:31.6875rem;left:0rem;width:22.25rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCbyXXxW36J2RAPlQgTt2K7LfGnQHnAh { top:31.625rem;left:0rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RqAmaDGAn3si8pQKPo5aa7gHTh5wMxXb { top:34.9375rem;left:0rem;width:24.8125rem;height:3.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vXhf4gQzOv3IKm4mrvMzoiW63vUZ6wZA { width:24.3125rem;height:3.4375rem;top:39.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJbiD3aVFMLLXbfO8XtkHAtZRXvc9Mzv { display:block; }
 }@media only screen and (max-width: 763px) { #KyB6S4a7l1y9ddMLx4nTcNw6BpuU6oqB { top:4.25rem;left:4.9375rem;width:42.8125rem;height:40.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i2Z99mROd8Jz3FzrNTwlB6IcgNJ8O9VG { display:block; }#i2Z99mROd8Jz3FzrNTwlB6IcgNJ8O9VG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jr5MALTuDfnSFxppITho5qLkwoXswoIt { top:4.6875rem;left:12.5rem;width:35.25rem;height:21.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #O4vI9DlOx03olikNrkcw1nvqh159kfx4 { top:27.6875rem;left:22.875rem;width:24.875rem;height:2.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WABKTLTOXBWyShxB5MeNKihz8qhZklbF { top:30.0625rem;left:19.3125rem;width:28.4375rem;height:9rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZ7stsb9LkqDtvuTHT0FKpkntyR7hz5U { top:30.0625rem;left:0rem;width:28.4375rem;height:9rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qIDNlfP4oCUMdd5tS7yKKcIDOuIP39LP { top:27.6875rem;left:0rem;width:32.125rem;height:2.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O7NHSXyx4Rgx7PJDcMHOa1FPgFrFTbCh { top:4.6875rem;left:0rem;width:35.25rem;height:21.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bigT1SwxGZfnn7htHnhGQ69l9wsk7CCd { display:block; }#bigT1SwxGZfnn7htHnhGQ69l9wsk7CCd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PnKVxJbSJp12lTBZfcczGgSqUoxy52Bb { top:8.9375rem;left:0.1875rem;width:23.6875rem;height:4.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OpqAkCd4OP0erOIRxQzgrGgAm4dW6STW { top:14.8125rem;left:4.4375rem;width:19.0625rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KtkwtucTf6PMIJwJ3ZahFT1V4TlB2pg9 { top:15.4375rem;left:2.375rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k9i8q7ThMEp5EM9WHvVB6Jzz2RZfyfHk { top:41.25rem;left:3.5rem;width:19.0625rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2daTF7Lk5rI5EUw1onGxxZymVDKkp63 { top:2.8125rem;left:16rem;width:31.75rem;height:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r1ai6BmvB0g2mHWKIZWEZ8nOMq5IEshZ { top:5.6875rem;left:23.875rem;width:23.75rem;height:10rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJumsTbGJb5Gnc0uyp2mC9f6toJfKGIp { top:19.25rem;left:16rem;width:31.75rem;height:27.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uNSi6SzggFlATrEXTEERy0fknZZHqcNP { top:19.1875rem;left:2.375rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLd2BR32JOAsR5PRe4aJLBLfTVkkfFv5 { top:18.5625rem;left:4.4375rem;width:19.0625rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vzNtJPAxIBNfr7xMxgxDCer2lwueBPIb { top:22.3125rem;left:4.4375rem;width:19.0625rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDa0mvEpMBu1FXXV21q8r32DdvirASZT { top:22.9375rem;left:2.375rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSDBgdmfaWcqn8AwNxSKtmrOzNooTMOq { top:26.0625rem;left:4.4375rem;width:19.0625rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2UlSZRSbM5yoiuULPBBaJM1MAX7mIyk { top:26.6875rem;left:2.375rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VXQySSdomSwEF6cR2bQ9H62FZh5UqUiK { top:29.8125rem;left:4.4375rem;width:19.0625rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zR7iPxW5HA4h7Bx8cdQEDOmDKxu2C6Eq { top:30.4375rem;left:2.375rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cCyv3x5tURWpzhGtWFXLZwIyCvmHyaF8 { top:33.625rem;left:4.5625rem;width:19.0625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t97nPM5Tct4ASI3QBtXEnoXFXTkoxzTN { top:33.5625rem;left:2.375rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ec9gAOtuwyNT2s7zrtMrOptfSC6sHRn5 { width:24.3125rem;height:3.4375rem;top:37.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsiVQwsRTsfs8Tk0noW0n1TLqSLxFQEl { display:block; }
 }@media only screen and (max-width: 763px) { #kx5s3pT4lwOkrcs4NGEOcksL2iym4HL9 { top:3.1875rem;left:0rem;width:32.125rem;height:43.375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/d95c97af-35ec-43cd-9ffc-dfdd8d018188/bgmobile1.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:50rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GFQk0O1RneH1RtcFI6tp9wPyLEiQBhQb { width:13.6875rem;height:2.5rem;top:16.875rem;left:3.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vrHXlGevM8xbEBCRMA2Hok6Moe88ECbL { width:20rem;height:5.84765625rem;top:20.4375rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VhqwKwV3Ag6nW1kN01ZEKZ6N5VlfiM6C { width:20rem;height:6rem;top:27rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QTP1o8iUhoB7yBDt9Sdd96by7KR0ywfW .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;display:block;vertical-align:top;height:auto; }
#QTP1o8iUhoB7yBDt9Sdd96by7KR0ywfW .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#QTP1o8iUhoB7yBDt9Sdd96by7KR0ywfW .widget-input-text {padding-top: 0; padding-bottom: 0;}#QTP1o8iUhoB7yBDt9Sdd96by7KR0ywfW .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#QTP1o8iUhoB7yBDt9Sdd96by7KR0ywfW .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#QTP1o8iUhoB7yBDt9Sdd96by7KR0ywfW .widget-input-select {padding-top: 0; padding-bottom: 0;}#QTP1o8iUhoB7yBDt9Sdd96by7KR0ywfW .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#QTP1o8iUhoB7yBDt9Sdd96by7KR0ywfW .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#QTP1o8iUhoB7yBDt9Sdd96by7KR0ywfW .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QTP1o8iUhoB7yBDt9Sdd96by7KR0ywfW .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#QTP1o8iUhoB7yBDt9Sdd96by7KR0ywfW  { width:17.5rem;height:auto;top:32.9375rem;left:0rem; }
#QTP1o8iUhoB7yBDt9Sdd96by7KR0ywfW .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#QTP1o8iUhoB7yBDt9Sdd96by7KR0ywfW {display:block;}#QTP1o8iUhoB7yBDt9Sdd96by7KR0ywfW { width:17.5rem;height:auto;top:32.9375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #QTP1o8iUhoB7yBDt9Sdd96by7KR0ywfW #pwxB1JtVnuQkJ43w61Ec97HdNTy1nXmx {  }
 }@media only screen and (max-width: 763px) { #QTP1o8iUhoB7yBDt9Sdd96by7KR0ywfW #yTbddBtqzwwiq7gVNPJ504mpKx22OsK6 { display:none; }
 }@media only screen and (max-width: 763px) { #QTP1o8iUhoB7yBDt9Sdd96by7KR0ywfW #TmMIi4UaT5IaAVRLiy45MrTvPannonhE {  }
 }@media only screen and (max-width: 763px) { #QTP1o8iUhoB7yBDt9Sdd96by7KR0ywfW #Zw2ozg5JihgWxDc6SIxTxVCcDSJy7ebt {  }
 }@media only screen and (max-width: 763px) { #QTP1o8iUhoB7yBDt9Sdd96by7KR0ywfW #VReMZwoFu4MmShJsSZqWXtEI1z1S6DoX { display:none; }
 }@media only screen and (max-width: 763px) { #QTP1o8iUhoB7yBDt9Sdd96by7KR0ywfW #qdQauZKwzyTKLBsckoZxErhu7rPnM3vJ {  }
 }@media only screen and (max-width: 763px) { #QTP1o8iUhoB7yBDt9Sdd96by7KR0ywfW #d1VWD1DOnKFwQO4BBsT86qWkCDEdKNex {  }
 }@media only screen and (max-width: 763px) { #QTP1o8iUhoB7yBDt9Sdd96by7KR0ywfW #byLUBuMb7kHfOqWz1FQAxiqWMiad3GiQ { display:none; }
 }@media only screen and (max-width: 763px) { #QTP1o8iUhoB7yBDt9Sdd96by7KR0ywfW #J4mpaR7mXsfCvaoV4bIHDy1f4rIxIUWd {  }
 }@media only screen and (max-width: 763px) { #QTP1o8iUhoB7yBDt9Sdd96by7KR0ywfW #A60kCtvkgtnMOQfHQnI3LUCIFfpaFc6k {  }
 }@media only screen and (max-width: 763px) { #QTP1o8iUhoB7yBDt9Sdd96by7KR0ywfW #KWC3HgKx2V0VyRStfIRiXa9BLfyNcWis {  }
 }@media only screen and (max-width: 763px) { #egNMBUfM7Io3NOE27y6oMZrkByhFxDnc { display:block; }#egNMBUfM7Io3NOE27y6oMZrkByhFxDnc > .row .container { width:20rem;height:80.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qaTPySFuuTbbez2XTSx2SGaD0rTpIrLZ { width:19.5625rem;height:22.5625rem;top:1.6875rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Tpf1bTMc9sVTiGaIoI7sxbfumgypSfh8 { width:17.875rem;height:4.0625rem;top:27.4375rem;left:1.0625rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pQUUvc7cDdGkgusueiPRcbVufPniyCTT { width:18.75rem;height:1.6875rem;top:25.75rem;left:0.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ggr5W2iLHtV2W3NsavBX2Ay9pfhqSfnz { width:18.75rem;height:42rem;top:32.4375rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KhXxlJ8NR37ZyOqFIhw1U1FMJEuOS4cz { width:19rem;height:3.4375rem;top:75.3125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPT3hh2SgJsAyHuAsxoTihL8TN0aMNap { display:block; }
 }@media only screen and (max-width: 763px) { #SywTqKgMKiAk3B1hhe9VgQ74Ny8HnOrV { display:block; }#SywTqKgMKiAk3B1hhe9VgQ74Ny8HnOrV > .row .container { width:20rem;height:110.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #quoclKHkTOaKdfGwmkdDonQCOnxxeKiJ { width:10.3125rem;height:1.6875rem;top:2.375rem;left:4.84375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LpNur0iNiNObMRqwyW3c7NxrXZEC8tL2 { width:20rem;height:5.19921875rem;top:4rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TX4CMfpNRE4nyirX3AbSKOwVhX6Aq9MC { width:20rem;height:12.173913043478rem;top:10.63671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JxktaMzcgitwuDUavs5IH1T2JIt2BrzK { width:20rem;height:4.78125rem;top:23.5322265625rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bg6rkzPqLqFlEd0OBgolGNT6ny6MtiwT { width:20rem;height:6rem;top:44.0322265625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aT0lohSwvCyV78MdiWewDst8v3SwLCuT { width:20rem;height:12.173913043478rem;top:31rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZHQtb6xfw5fpMAVUfytXmEDhbzPSIBg { width:17.125rem;height:4.5rem;top:64.9697265625rem;left:1.4375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ydHSPPmL6cTRyumoIHPZSLouwrrn7ZK2 { width:20rem;height:12.173913043478rem;top:51.943359375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qLuerfvOmLpgoMCzV0k5pM4aFpRmzUAQ { width:16.4375rem;height:6rem;top:83.375rem;left:1.8125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #u4F5Oe3ME6mXRIk8Gemr3i5HAaWQ9P3p { width:20rem;height:12.173913043478rem;top:70.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JyBU5pRR5wic2p6rRwMbkNSti6U6HVuN { width:17rem;height:4.5rem;top:104.3173828125rem;left:1.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zNstD3TrszndfGbcZBGmQVwTJn5TrS26 { width:20rem;height:12.173913043478rem;top:91.2060546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GcgQxbef2WS5UbUqVVeeyQamwrIq0yU1 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/2dde0cc8-404c-4af4-97cd-ffca2d24624d/bgmobile2.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#GcgQxbef2WS5UbUqVVeeyQamwrIq0yU1.adaptive-delivery-prevent-bg, #GcgQxbef2WS5UbUqVVeeyQamwrIq0yU1.lazyload, #GcgQxbef2WS5UbUqVVeeyQamwrIq0yU1.lazyloading { background-image: none; }#GcgQxbef2WS5UbUqVVeeyQamwrIq0yU1 > .row .container { background-color: transparent; background-image: none; }#GcgQxbef2WS5UbUqVVeeyQamwrIq0yU1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GcgQxbef2WS5UbUqVVeeyQamwrIq0yU1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GcgQxbef2WS5UbUqVVeeyQamwrIq0yU1 > .row .container > .video-iframe-container { display: none; }#GcgQxbef2WS5UbUqVVeeyQamwrIq0yU1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GcgQxbef2WS5UbUqVVeeyQamwrIq0yU1 > .row > .video-iframe-container { display: none; }#GcgQxbef2WS5UbUqVVeeyQamwrIq0yU1 > .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); }#GcgQxbef2WS5UbUqVVeeyQamwrIq0yU1 > .row .container { width:20rem;height:64.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uF8KKRIbIpLyTMJCfVEQ5gwpTmK1KGTC { width:20rem;height:33rem;top:24.4375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CRTLXpcVwvSn7qZdtXw5pWlrxUU41DbG { width:20rem;height:5.19921875rem;top:18.6875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UkyaZMMOfmHLrc6r4nQGMAGUiT02VCaN { width:20rem;height:1.6875rem;top:17.0625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mhKc5EVcyohhyaHDgApQH0X9ti32IKVe { width:19rem;height:3.4375rem;top:58.5625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kH5kMFtKm5Hq0dWmUbBCOdxUZmmmEbMD { display:block; }
 }@media only screen and (max-width: 763px) { #b9H21ki1C7fSTyeGRgovLfUkpohWB7BT { display:block; }#b9H21ki1C7fSTyeGRgovLfUkpohWB7BT > .row .container { width:20rem;height:42.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #INnxZPN7imV35iLVQCy029PF7X4Zau8a { width:20rem;height:2.5996125rem;top:3.75rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yLaPfeIunIKV9DJdRAfibdTMcXO9ncJk { width:12.75rem;height:1.6875rem;top:2.125rem;left:3.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WlsaZVedXzmV2pTdqFHTzmhTQGbM6NOx { width:20rem;height:9.9375rem;top:8.0371125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UEFZnMvxRAayuoeURCD9H8tHliUVWMdV { width:16.9375rem;height:7.5rem;top:9.255859375rem;left:1.53125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FEd62NJU4KGkKtNqFf3IozvlJ0CtyGk6 { width:20rem;height:9.9375rem;top:19.2246125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kAn14PpGhCBbXr1IDOE3A5pDAlZmiWTX { width:16.125rem;height:6rem;top:21.193359375rem;left:1.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SprrT0afGkFPRsHopR4fVHNcGITs4WSI { width:20rem;height:9.9375rem;top:30.4121125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTan3vUAfehPmFafzySE8lfBhXDFpEWA { width:16.9375rem;height:6rem;top:32.380859375rem;left:1.53125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HPOGk6LRIWnno0ybvVAMVCqmEey0PFIk { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/6f3dd231-5552-4e22-8be1-1654c37a87e2/bgmobile3.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#HPOGk6LRIWnno0ybvVAMVCqmEey0PFIk.adaptive-delivery-prevent-bg, #HPOGk6LRIWnno0ybvVAMVCqmEey0PFIk.lazyload, #HPOGk6LRIWnno0ybvVAMVCqmEey0PFIk.lazyloading { background-image: none; }#HPOGk6LRIWnno0ybvVAMVCqmEey0PFIk > .row .container { background-color: transparent; background-image: none; }#HPOGk6LRIWnno0ybvVAMVCqmEey0PFIk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HPOGk6LRIWnno0ybvVAMVCqmEey0PFIk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HPOGk6LRIWnno0ybvVAMVCqmEey0PFIk > .row .container > .video-iframe-container { display: none; }#HPOGk6LRIWnno0ybvVAMVCqmEey0PFIk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HPOGk6LRIWnno0ybvVAMVCqmEey0PFIk > .row > .video-iframe-container { display: none; }#HPOGk6LRIWnno0ybvVAMVCqmEey0PFIk > .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); }#HPOGk6LRIWnno0ybvVAMVCqmEey0PFIk > .row .container { width:20rem;height:50.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xnAdgTvJkGsByyuUfk2Jl4fo2KB8RWrP { width:20rem;height:2.03125rem;top:28.75rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #i9fSNOCfHLrqJBL5HEXHqVTdiyKlW0yO { width:20rem;height:1.6875rem;top:27.125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oier30V69wHlyoQat6TWbdAW7XNXScwh { width:19.125rem;height:13.125rem;top:31.9375rem;left:0.4375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #w5xHW7sX3qe9BylO5BzZLryW16wyCpxN { width:19.4375rem;height:3.4375rem;top:45.625rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgmlVOE0Umweplaw80R5oK5rhEOsMHmd { display:block; }
 }@media only screen and (max-width: 763px) { #lpIR1pOmrfofqayK3UHzf0yB4ycrXh9x { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/f505bfd0-d683-4b32-813f-8760049bd594/Seo7.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#lpIR1pOmrfofqayK3UHzf0yB4ycrXh9x.adaptive-delivery-prevent-bg, #lpIR1pOmrfofqayK3UHzf0yB4ycrXh9x.lazyload, #lpIR1pOmrfofqayK3UHzf0yB4ycrXh9x.lazyloading { background-image: none; }#lpIR1pOmrfofqayK3UHzf0yB4ycrXh9x > .row .container { background-color: transparent; background-image: none; }#lpIR1pOmrfofqayK3UHzf0yB4ycrXh9x::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lpIR1pOmrfofqayK3UHzf0yB4ycrXh9x > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lpIR1pOmrfofqayK3UHzf0yB4ycrXh9x > .row .container > .video-iframe-container { display: none; }#lpIR1pOmrfofqayK3UHzf0yB4ycrXh9x > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lpIR1pOmrfofqayK3UHzf0yB4ycrXh9x > .row > .video-iframe-container { display: none; }#lpIR1pOmrfofqayK3UHzf0yB4ycrXh9x > .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); }#lpIR1pOmrfofqayK3UHzf0yB4ycrXh9x > .row .container { width:20rem;height:69.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JXdPEmDUfRu7dGlxty51p7V4Toi7u0EH { width:20rem;height:1.6875rem;top:5rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xOH4dzTUxpQpTrQbZHwkx28eLyS0ET1p { width:20rem;height:5.19921875rem;top:6.6875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CJCN46XadROWUaT2xO485yDpmdKBfOsD { width:17.9375rem;height:3.375rem;top:13.3125rem;left:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1zGta2fRhGsyLR4QflE4sXdEPq5Othd { display:flex;width:1.625rem;height:1.625rem;top:13.375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #h33r9SRHWmUIH5ESLOXPpeWwu2ZR4iRi { width:20rem;height:0.125rem;top:17.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3OVed5uPZJ9Oo0Vt4xCedHbThGrmw6a { width:20rem;height:0.125rem;top:22.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qvgCGJ4TvfhhRitc1Go2WqumCTkElzdw { width:17.9375rem;height:3.375rem;top:18.375rem;left:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gf4vJORVs0aXV9RrFETp6FE6COa1zTur { display:flex;width:1.625rem;height:1.625rem;top:18.5rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #vOQg0c2GLSSgZ4QtI4IUMv6mZcc5h2gq { width:20rem;height:0.125rem;top:27.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0oweU510EQJyQAx7bTWukEeOlHDLM7X { width:17.9375rem;height:3.375rem;top:23.3125rem;left:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OSzWti4qBJ6FgxSTSOhipverKJiOuB0Q { display:flex;width:1.625rem;height:1.625rem;top:23.4375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Fm7qcf2uUeDpfUc8WGXl9EKc4dkz3Gun { width:20rem;height:0.125rem;top:32.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AvMggJEgL6udE9g4T1PgyCarmw5cTvUA { width:17.9375rem;height:3.375rem;top:28rem;left:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #taKNMNHk7Oe2ET5pQZWQeq33MEhFvPlD { display:flex;width:1.625rem;height:1.625rem;top:28rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qONUuKvIIhUZZusxnzOA7FHaHuNDNTG5 { width:20rem;height:0.125rem;top:35.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #toFmDtmIUPTWaC7VUV3nl0JJiiI5tGxS { width:17.9375rem;height:1.6875rem;top:33.125rem;left:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wyGkSgrcMTlBuhNCDlkimxbvzpmWxXyZ { display:flex;width:1.625rem;height:1.625rem;top:33.125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TW6Jlwq4KAOkMehM7F0Ot3Vya9ovcQ8O { width:17.9375rem;height:1.6875rem;top:36.4375rem;left:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCbyXXxW36J2RAPlQgTt2K7LfGnQHnAh { display:flex;width:1.625rem;height:1.625rem;top:36.4375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RqAmaDGAn3si8pQKPo5aa7gHTh5wMxXb { width:19.75rem;height:3.9375rem;top:43.6875rem;left:0.125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vXhf4gQzOv3IKm4mrvMzoiW63vUZ6wZA { width:19rem;height:3.4375rem;top:39.5rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJbiD3aVFMLLXbfO8XtkHAtZRXvc9Mzv { display:block; }
 }@media only screen and (max-width: 763px) { #KyB6S4a7l1y9ddMLx4nTcNw6BpuU6oqB { width:20rem;height:18.890510948905rem;top:49.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i2Z99mROd8Jz3FzrNTwlB6IcgNJ8O9VG { display:block; }#i2Z99mROd8Jz3FzrNTwlB6IcgNJ8O9VG > .row .container { width:20rem;height:70.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jr5MALTuDfnSFxppITho5qLkwoXswoIt { width:20rem;height:12.198581560284rem;top:38.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O4vI9DlOx03olikNrkcw1nvqh159kfx4 { width:14.6875rem;height:3.57421875rem;top:51.75rem;left:2.6875rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WABKTLTOXBWyShxB5MeNKihz8qhZklbF { width:20rem;height:13.5rem;top:55.63671875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZ7stsb9LkqDtvuTHT0FKpkntyR7hz5U { width:20rem;height:13.5rem;top:21.5732421875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qIDNlfP4oCUMdd5tS7yKKcIDOuIP39LP { width:17.5625rem;height:3.57421875rem;top:17.375rem;left:1.25rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #O7NHSXyx4Rgx7PJDcMHOa1FPgFrFTbCh { width:20rem;height:12.198581560284rem;top:4.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bigT1SwxGZfnn7htHnhGQ69l9wsk7CCd { display:block; }#bigT1SwxGZfnn7htHnhGQ69l9wsk7CCd > .row .container { width:20rem;height:80.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PnKVxJbSJp12lTBZfcczGgSqUoxy52Bb { width:18.625rem;height:6.5rem;top:17.125rem;left:0.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OpqAkCd4OP0erOIRxQzgrGgAm4dW6STW { width:16.125rem;height:4.38574375rem;top:24.625rem;left:3.0625rem;font-size:1.125rem;font-family:"dm sans";display:block; }
 }@media only screen and (max-width: 763px) { #KtkwtucTf6PMIJwJ3ZahFT1V4TlB2pg9 { display:flex;width:1.625rem;height:1.625rem;top:26rem;left:0.9375rem; }
 }@media only screen and (max-width: 763px) { #k9i8q7ThMEp5EM9WHvVB6Jzz2RZfyfHk { width:12.25rem;height:2.111325rem;top:54.9375rem;left:3.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2daTF7Lk5rI5EUw1onGxxZymVDKkp63 { width:20rem;height:11.375rem;top:3rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r1ai6BmvB0g2mHWKIZWEZ8nOMq5IEshZ { width:14.625rem;height:6rem;top:5.6875rem;left:2.6875rem;font-size:3rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VJumsTbGJb5Gnc0uyp2mC9f6toJfKGIp { width:20rem;height:17.125rem;top:59.4609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uNSi6SzggFlATrEXTEERy0fknZZHqcNP { display:flex;width:1.625rem;height:1.625rem;top:30.5rem;left:0.9375rem; }
 }@media only screen and (max-width: 763px) { #tLd2BR32JOAsR5PRe4aJLBLfTVkkfFv5 { width:16.125rem;height:2.923825rem;top:29.875rem;left:3.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vzNtJPAxIBNfr7xMxgxDCer2lwueBPIb { width:16.125rem;height:4.38574375rem;top:33.6875rem;left:3.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDa0mvEpMBu1FXXV21q8r32DdvirASZT { display:flex;width:1.625rem;height:1.625rem;top:35.0625rem;left:0.9375rem; }
 }@media only screen and (max-width: 763px) { #qSDBgdmfaWcqn8AwNxSKtmrOzNooTMOq { width:16.125rem;height:2.923825rem;top:39.25rem;left:3.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2UlSZRSbM5yoiuULPBBaJM1MAX7mIyk { display:flex;width:1.625rem;height:1.625rem;top:39.875rem;left:0.9375rem; }
 }@media only screen and (max-width: 763px) { #VXQySSdomSwEF6cR2bQ9H62FZh5UqUiK { width:16.125rem;height:2.923825rem;top:43.125rem;left:3.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zR7iPxW5HA4h7Bx8cdQEDOmDKxu2C6Eq { display:flex;width:1.625rem;height:1.625rem;top:43.75rem;left:0.9375rem; }
 }@media only screen and (max-width: 763px) { #cCyv3x5tURWpzhGtWFXLZwIyCvmHyaF8 { width:16.125rem;height:2.923825rem;top:46.75rem;left:3.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t97nPM5Tct4ASI3QBtXEnoXFXTkoxzTN { display:flex;width:1.625rem;height:1.625rem;top:47.375rem;left:0.9375rem; }
 }@media only screen and (max-width: 763px) { #ec9gAOtuwyNT2s7zrtMrOptfSC6sHRn5 { width:16.6875rem;height:3.4375rem;top:51rem;left:1.75rem;font-size:1rem;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsiVQwsRTsfs8Tk0noW0n1TLqSLxFQEl { display:block; }
 }@media only screen and (max-width: 763px) { #kx5s3pT4lwOkrcs4NGEOcksL2iym4HL9 { width:19.875rem;height:43.375rem;top:15.25rem;left:0.0625rem;display:block; }
 }