.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: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #cccccc, #000000);background-image: -moz-linear-gradient(180deg, #cccccc, #000000);background-image: -ms-linear-gradient(180deg, #cccccc, #000000);background-image: -o-linear-gradient(180deg, #cccccc, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#000000' );";background-image: linear-gradient(180deg, #cccccc, #000000);background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VloBAzq97q1fhEad4VR27Ttwl56HHgBc { background-color:rgba(40,40,40,0.77);background-image:url("https://images.assets-landingi.com/uc/ff05b877-5397-4462-9591-4d8cbab98d64/bg_main_01.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VloBAzq97q1fhEad4VR27Ttwl56HHgBc.adaptive-delivery-prevent-bg, #VloBAzq97q1fhEad4VR27Ttwl56HHgBc.lazyload, #VloBAzq97q1fhEad4VR27Ttwl56HHgBc.lazyloading { background-image: none; }#VloBAzq97q1fhEad4VR27Ttwl56HHgBc > .row .container { background-color: transparent; background-image: none; }#VloBAzq97q1fhEad4VR27Ttwl56HHgBc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VloBAzq97q1fhEad4VR27Ttwl56HHgBc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VloBAzq97q1fhEad4VR27Ttwl56HHgBc > .row .container > .video-iframe-container { display: none; }#VloBAzq97q1fhEad4VR27Ttwl56HHgBc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VloBAzq97q1fhEad4VR27Ttwl56HHgBc > .row > .video-iframe-container { display: none; }#VloBAzq97q1fhEad4VR27Ttwl56HHgBc > .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); }#VloBAzq97q1fhEad4VR27Ttwl56HHgBc > .row .container { border-width: 0; border-radius: 0; }#VloBAzq97q1fhEad4VR27Ttwl56HHgBc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VloBAzq97q1fhEad4VR27Ttwl56HHgBc > .row .container { width:60rem;height:72rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#VBUyUSP5kFR7LaTAP8W2sQwQNChoosdA { color:#ffd03d;display:block;width:46.875rem;position:absolute;font-family:"baloo 2";font-size:3.3125rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:8.5rem;left:6.53125rem;height:10.9306875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KTWuuRkCcGh7XvwoAdpal4GIFWptqVqJ { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:17.125rem;top:3.125rem;left:21.40625rem;overflow:hidden;display:block; }
#yKfOkz1i1CL0ypnu7KFQ0ZLbS6dp2aNT { color:#ffffff;display:block;width:48.6875rem;position:absolute;font-family:"baloo 2";font-size:2.3125rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:21.25rem;left:5.625rem;height:8.3246875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xdNKLMLc9iZZPqaWFE92XmrHDrufx0b9 { position:absolute;display:block;z-index:15006;height:21.75rem;width:38.75rem;top:33.6875rem;left:10.59375rem;display:block; }
#eGD3nFIInX866CE5WBfTAPMTeicDpvq3 { background-color:transparent;background-image: -webkit-linear-gradient(196deg, #ffd03d, #ee5c22);background-image: -moz-linear-gradient(196deg, #ffd03d, #ee5c22);background-image: -ms-linear-gradient(196deg, #ffd03d, #ee5c22);background-image: -o-linear-gradient(196deg, #ffd03d, #ee5c22);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd03d', endColorstr='#ee5c22' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd03d', endColorstr='#ee5c22' );";background-image: linear-gradient(196deg, #ffd03d, #ee5c22);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;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:"baloo 2";font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:21.0625rem;height:3.75rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:60.375rem;left:19.4375rem;display:block; }
#G9KPuLfeqMCwEd8vk0HZMlhVBDDaUzSh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wNUu1Go9CKcUE5HtTndqrfS5ZLFHp9PX { color:#ffffff;display:block;width:24.25rem;position:absolute;font-family:rubik;font-size:0.8125rem;font-weight:300;z-index:15045;line-height:1.1;letter-spacing:0;top:65.3125rem;left:17.84375rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DZk84Nag0dIb3JncqkAXtJLLBekTeLOE { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#DZk84Nag0dIb3JncqkAXtJLLBekTeLOE > .row .container { background-color: transparent; background-image: none; }#DZk84Nag0dIb3JncqkAXtJLLBekTeLOE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DZk84Nag0dIb3JncqkAXtJLLBekTeLOE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DZk84Nag0dIb3JncqkAXtJLLBekTeLOE > .row .container > .video-iframe-container { display: none; }#DZk84Nag0dIb3JncqkAXtJLLBekTeLOE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DZk84Nag0dIb3JncqkAXtJLLBekTeLOE > .row > .video-iframe-container { display: none; }#DZk84Nag0dIb3JncqkAXtJLLBekTeLOE > .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); }#DZk84Nag0dIb3JncqkAXtJLLBekTeLOE > .row .container { border-width: 0; border-radius: 0; }#DZk84Nag0dIb3JncqkAXtJLLBekTeLOE > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#DZk84Nag0dIb3JncqkAXtJLLBekTeLOE > .row .container { width:60rem;height:50.8125rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#KmLyXFX7ZKQfGsF9JOpx4xlNAlkdr5J7 { color:#000000;display:block;width:52.25rem;position:absolute;font-family:rubik;font-size:1.3125rem;font-weight:300;z-index:15005;line-height:1.4;letter-spacing:0;top:14.125rem;left:4.6875rem;height:7.34960625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rX1s6zQkIpC3oo1sDTZFvKIAhKphFo8L { color:#000000;display:block;width:40.375rem;position:absolute;font-family:"baloo 2";font-size:2.3125rem;font-weight:700;z-index:15007;line-height:1.2;letter-spacing:0;top:6.287109375rem;left:11.375rem;height:5.54980625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#N5aoZN2ITG1W1mCTXCfcqguwRy8pzl2J { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.625rem;width:5.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:6.25rem;left:4.6875rem; }
#NWTILw735TanXTQbpD8ZHk5UfyICMtxs { color:#000000;display:block;width:52.25rem;position:absolute;font-family:rubik;font-size:1.3125rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:33.3125rem;left:4.6875rem;height:12.8618125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#DwZvDRy0U14BpvP3eVSxHUG1U0ylZFHp { color:#000000;display:block;width:52.25rem;position:absolute;font-family:rubik;font-size:1.3125rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:22.75rem;left:4.6875rem;height:7.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#aJeCpxGuG0BUgzDybK7aeZNeSlcSoFuk { background-color:#e5f4ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#aJeCpxGuG0BUgzDybK7aeZNeSlcSoFuk > .row .container { background-color: transparent; background-image: none; }#aJeCpxGuG0BUgzDybK7aeZNeSlcSoFuk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aJeCpxGuG0BUgzDybK7aeZNeSlcSoFuk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aJeCpxGuG0BUgzDybK7aeZNeSlcSoFuk > .row .container > .video-iframe-container { display: none; }#aJeCpxGuG0BUgzDybK7aeZNeSlcSoFuk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aJeCpxGuG0BUgzDybK7aeZNeSlcSoFuk > .row > .video-iframe-container { display: none; }#aJeCpxGuG0BUgzDybK7aeZNeSlcSoFuk > .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); }#aJeCpxGuG0BUgzDybK7aeZNeSlcSoFuk > .row .container { border-width: 0; border-radius: 0; }#aJeCpxGuG0BUgzDybK7aeZNeSlcSoFuk > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#aJeCpxGuG0BUgzDybK7aeZNeSlcSoFuk > .row .container { width:60rem;height:74.125rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#yt5iTFIHoHTTos7ww8i72KdppU9SVe8u { color:#000000;display:block;width:49.875rem;position:absolute;font-family:"baloo 2";font-size:2.3125rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:6.25rem;left:5.03125rem;height:2.7749rem;text-align:center;text-align-last:center;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; }
#MO3QB4FqKpg3bgEorQIEhTIbLu45IK7y { color:#000000;display:block;width:51.0625rem;position:absolute;font-family:rubik;font-size:1.3125rem;font-weight:300;z-index:15007;line-height:1.4;letter-spacing:0;top:53.0625rem;left:4.4375rem;height:7.34960625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#nVZAxwoMmFf4xzcWi3hinN0R2b6PK6iO { color:#000000;display:block;width:51.125rem;position:absolute;font-family:rubik;font-size:1.3125rem;font-weight:300;z-index:15016;line-height:1.5;letter-spacing:0;top:11.375rem;left:4.40625rem;height:;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;display:block; }#nVZAxwoMmFf4xzcWi3hinN0R2b6PK6iO li:not(:first-child){ padding-top:0.875rem;padding-right:0;padding-bottom:0;padding-left:0; }#nVZAxwoMmFf4xzcWi3hinN0R2b6PK6iO li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/1bb814c7-783b-4c24-aae6-fda39cbe1f04/ico_green.png); }
#IlNO4zcLkc0KD8GZ3yK7KMC1TrzxIZug { background-color:transparent;background-image: -webkit-linear-gradient(196deg, #ffd03d, #ee5c22);background-image: -moz-linear-gradient(196deg, #ffd03d, #ee5c22);background-image: -ms-linear-gradient(196deg, #ffd03d, #ee5c22);background-image: -o-linear-gradient(196deg, #ffd03d, #ee5c22);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd03d', endColorstr='#ee5c22' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd03d', endColorstr='#ee5c22' );";background-image: linear-gradient(196deg, #ffd03d, #ee5c22);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;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:"baloo 2";font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:21.0625rem;height:3.75rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:65rem;left:19.4375rem;display:block; }
#bFan7p628eSURnGx6Wkth8JONEQRvTBn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#h6lRyLZLTOaky0RPr4lRQ2i2uSZoWm7l { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.75rem;width:14.6875rem;top:60.97412109375rem;left:7.25rem;overflow:hidden;display:block; }
#M7RNCNZH69uasxRd5goVc03mXPCc7Zka { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#M7RNCNZH69uasxRd5goVc03mXPCc7Zka > .row .container { background-color: transparent; background-image: none; }#M7RNCNZH69uasxRd5goVc03mXPCc7Zka::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M7RNCNZH69uasxRd5goVc03mXPCc7Zka > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M7RNCNZH69uasxRd5goVc03mXPCc7Zka > .row .container > .video-iframe-container { display: none; }#M7RNCNZH69uasxRd5goVc03mXPCc7Zka > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M7RNCNZH69uasxRd5goVc03mXPCc7Zka > .row > .video-iframe-container { display: none; }#M7RNCNZH69uasxRd5goVc03mXPCc7Zka > .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); }#M7RNCNZH69uasxRd5goVc03mXPCc7Zka > .row .container { border-width: 0; border-radius: 0; }#M7RNCNZH69uasxRd5goVc03mXPCc7Zka > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#M7RNCNZH69uasxRd5goVc03mXPCc7Zka > .row .container { font-size:0.875rem;font-family:arial;height:65.5625rem;width:60rem;position:relative;display:block; }#F7vVSMglnSBqruB8DzELfOhEJ2NI3gvr { color:#000000;display:block;width:32.5625rem;position:absolute;font-family:rubik;font-size:1.3125rem;font-weight:300;z-index:15007;line-height:1.4;letter-spacing:0;top:13rem;left:0rem;height:47.77245625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#i59PICNaRgtUTHUeEJ0g3tPIiAiQSmDX { color:#000000;display:block;width:43.3125rem;position:absolute;font-family:"baloo 2";font-size:2.3125rem;font-weight:700;z-index:15009;line-height:1.2;letter-spacing:0;top:5.8125rem;left:8.34375rem;height:2.7749rem;text-align:center;text-align-last:center;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; }
#gPwx1MoFScfR72MKhe89TAvd3GvN86TI { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.625rem;width:26.625rem;top:13rem;left:33.375rem;overflow:hidden;display:block; }
#ikv7H0VSS3Ws8wnGVzoHZ14HhMcd58Q2 { 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:17.375rem;width:26.625rem;top:33.1123046875rem;left:33.375rem;overflow:hidden;display:block; }
#LK5X2JP1be0sQpNLiFzfqkuyg4W16swp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #007efc, #0c33b4);background-image: -moz-linear-gradient(180deg, #007efc, #0c33b4);background-image: -ms-linear-gradient(180deg, #007efc, #0c33b4);background-image: -o-linear-gradient(180deg, #007efc, #0c33b4);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#007efc', endColorstr='#0c33b4' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#007efc', endColorstr='#0c33b4' );";background-image: linear-gradient(180deg, #007efc, #0c33b4);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; }#LK5X2JP1be0sQpNLiFzfqkuyg4W16swp > .row .container { background-color: transparent; background-image: none; }#LK5X2JP1be0sQpNLiFzfqkuyg4W16swp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LK5X2JP1be0sQpNLiFzfqkuyg4W16swp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LK5X2JP1be0sQpNLiFzfqkuyg4W16swp > .row .container > .video-iframe-container { display: none; }#LK5X2JP1be0sQpNLiFzfqkuyg4W16swp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LK5X2JP1be0sQpNLiFzfqkuyg4W16swp > .row > .video-iframe-container { display: none; }#LK5X2JP1be0sQpNLiFzfqkuyg4W16swp > .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); }#LK5X2JP1be0sQpNLiFzfqkuyg4W16swp > .row .container { border-width: 0; border-radius: 0; }#LK5X2JP1be0sQpNLiFzfqkuyg4W16swp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LK5X2JP1be0sQpNLiFzfqkuyg4W16swp > .row .container { font-size:0.875rem;font-family:arial;height:76.5625rem;width:60rem;position:relative;display:block; }#Sg9yEiIKw5gaIhGv6Kkpav6RJXz5nNad { color:#ffffff;display:block;width:57.625rem;position:absolute;font-family:"baloo 2";font-size:2.3125rem;font-weight:700;z-index:15022;line-height:1.2;letter-spacing:0;top:6.25rem;left:1.15625rem;height:2.7749rem;text-align:center;text-align-last:center;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; }
#eaQotuLFUTnbVkTkDTAui2ecuMFRIUXl { color:#ffffff;display:block;width:27.0625rem;position:absolute;font-family:rubik;font-size:1.5rem;font-weight:700;z-index:15033;line-height:1.4;letter-spacing:0;top:18.03125rem;left:32.9375rem;height:4.19921875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WUgpZWTt7H4BKToUBxgzUh50IVI6nxd0 { color:#ffffff;display:block;width:27.25rem;position:absolute;font-family:rubik;font-size:1.3125rem;font-weight:300;z-index:15034;line-height:1.4;letter-spacing:0;top:24.21875rem;left:32.75rem;height:9.187rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Z4Z7n9HbMPKq6nlxakORCyXZLtTlsAwK { position:absolute;display:block;z-index:15035;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:28.9375rem;width:28.9375rem;top:11.9052734375rem;left:0rem;overflow:hidden;display:block; }
#U9gJlp9w62bg96bJf1XagCUQvP7JNwd2 { color:#ffffff;display:block;width:27.0625rem;position:absolute;font-family:rubik;font-size:1.5rem;font-weight:700;z-index:15034;line-height:1.4;letter-spacing:0;top:44.5rem;left:0rem;height:4.199225rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#uGxoqvPZXrhEui9qcwncuhFpUm3hmoCu { color:#ffffff;display:block;width:27.25rem;position:absolute;font-family:rubik;font-size:1.3125rem;font-weight:300;z-index:15035;line-height:1.4;letter-spacing:0;top:50.59375rem;left:0rem;height:9.187rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#kNP0JkT14TIxLPWrHwldG4rhh18CCuyq { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.375rem;width:30.375rem;top:40rem;left:29.625rem;overflow:hidden;display:block; }
#lJHi46XkNlh1a0A7BodDHplKGMpW7WxJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lJHi46XkNlh1a0A7BodDHplKGMpW7WxJ > .row .container { background-color: transparent; background-image: none; }#lJHi46XkNlh1a0A7BodDHplKGMpW7WxJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lJHi46XkNlh1a0A7BodDHplKGMpW7WxJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lJHi46XkNlh1a0A7BodDHplKGMpW7WxJ > .row .container > .video-iframe-container { display: none; }#lJHi46XkNlh1a0A7BodDHplKGMpW7WxJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lJHi46XkNlh1a0A7BodDHplKGMpW7WxJ > .row > .video-iframe-container { display: none; }#lJHi46XkNlh1a0A7BodDHplKGMpW7WxJ > .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); }#lJHi46XkNlh1a0A7BodDHplKGMpW7WxJ > .row .container { border-width: 0; border-radius: 0; }#lJHi46XkNlh1a0A7BodDHplKGMpW7WxJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lJHi46XkNlh1a0A7BodDHplKGMpW7WxJ > .row .container { font-size:0.875rem;font-family:arial;height:62.3125rem;width:60rem;position:relative;display:block; }#tfWarJdQAtObydRkNBhH6mTZBCxsmCWq { color:#000000;display:block;width:48.4375rem;position:absolute;font-family:"baloo 2";font-size:2.3125rem;font-weight:700;z-index:15020;line-height:1.2;letter-spacing:0;top:6.25rem;left:5.78125rem;height:2.7749rem;text-align:center;text-align-last:center;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; }
#McKta2EOp4VyCzZTzNNGFOAvZIrTIP5R { color:#000000;display:block;width:15.75rem;position:absolute;font-family:rubik;font-size:1.3125rem;font-weight:300;z-index:15033;line-height:1.3;letter-spacing:0;top:21.337890625rem;left:3.625rem;height:3.4121125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mLJfuo3CLWsaG9tT6FTArz0V5f4hsXdB { color:#000000;display:block;width:15.75rem;position:absolute;font-family:rubik;font-size:1.3125rem;font-weight:300;z-index:15034;line-height:1.3;letter-spacing:0;top:21.337890625rem;left:21.25rem;height:5.1181625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gfPBTWdXT86FISbp3uebyo2VMBT3p3XO { color:#000000;display:block;width:16.375rem;position:absolute;font-family:rubik;font-size:1.3125rem;font-weight:300;z-index:15035;line-height:1.3;letter-spacing:0;top:21.337890625rem;left:37.90625rem;height:5.1181625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rtPfPBToTGA2qMGQ6207eIIFodayPm2y { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:13.5625rem;left:8.375rem;overflow:hidden;display:block; }
#XGBrWvIDIac6VmHAkVSIqIN6pxcHLwpx { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:13.5625rem;left:26rem;overflow:hidden;display:block; }
#L9awTUDhchrVr2P9BMRPmZt4Iw8g1guo { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:13.5625rem;left:42.6875rem;overflow:hidden;display:block; }
#ctb3fT1pZcfi6kNkkmE8nrfhwmHTBkTu { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:30.875rem;left:8.375rem;overflow:hidden;display:block; }
#fGR5kboC8StVoUc2TfxbVU0IGkN6FT3z { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:30.875rem;left:26rem;overflow:hidden;display:block; }
#tdKhBKdtXEreQwEfsuFz4IgRu3C7QGnh { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:7.1875rem;top:30.875rem;left:42.5rem;overflow:hidden;display:block; }
#lCr3qDnrBFWFaNapTG8rFTzhFu3HPQLN { color:#000000;display:block;width:15.75rem;position:absolute;font-family:rubik;font-size:1.3125rem;font-weight:300;z-index:15034;line-height:1.3;letter-spacing:0;top:38.6875rem;left:3.625rem;height:3.4121125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Pt2hx5IMk8TuSMUCyN0cSw1rhwRcwOHf { color:#000000;display:block;width:15.75rem;position:absolute;font-family:rubik;font-size:1.3125rem;font-weight:300;z-index:15035;line-height:1.3;letter-spacing:0;top:38.6875rem;left:21.25rem;height:5.1181625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LehaWPfg2TLueFLRNfhgGDoaQLylnFNd { color:#000000;display:block;width:16.375rem;position:absolute;font-family:rubik;font-size:1.3125rem;font-weight:300;z-index:15036;line-height:1.3;letter-spacing:0;top:38.6875rem;left:37.90625rem;height:5.1181625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Z1bMkFKoc69SZrr5112ki4aJRIgaR3SZ { background-color:transparent;background-image: -webkit-linear-gradient(196deg, #ffd03d, #ee5c22);background-image: -moz-linear-gradient(196deg, #ffd03d, #ee5c22);background-image: -ms-linear-gradient(196deg, #ffd03d, #ee5c22);background-image: -o-linear-gradient(196deg, #ffd03d, #ee5c22);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd03d', endColorstr='#ee5c22' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd03d', endColorstr='#ee5c22' );";background-image: linear-gradient(196deg, #ffd03d, #ee5c22);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;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:"baloo 2";font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:21.0625rem;height:3.75rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:50.375rem;left:18.59375rem;display:block; }
#a3pkA7kA6w068A3ikZ4ODOfakJV0Ft8N { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GPI2q4Cs1RGXFOyHgTginC0gSpQu49uW { color:#000000;display:block;width:24.25rem;position:absolute;font-family:rubik;font-size:0.8125rem;font-weight:300;z-index:15046;line-height:1.1;letter-spacing:0;top:55.0625rem;left:17rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XW5aeckmxgqfTUoE43OUHTNzEEVwHghB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e5f4ff;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; }#XW5aeckmxgqfTUoE43OUHTNzEEVwHghB > .row .container { background-color: transparent; background-image: none; }#XW5aeckmxgqfTUoE43OUHTNzEEVwHghB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XW5aeckmxgqfTUoE43OUHTNzEEVwHghB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XW5aeckmxgqfTUoE43OUHTNzEEVwHghB > .row .container > .video-iframe-container { display: none; }#XW5aeckmxgqfTUoE43OUHTNzEEVwHghB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XW5aeckmxgqfTUoE43OUHTNzEEVwHghB > .row > .video-iframe-container { display: none; }#XW5aeckmxgqfTUoE43OUHTNzEEVwHghB > .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); }#XW5aeckmxgqfTUoE43OUHTNzEEVwHghB > .row .container { border-width: 0; border-radius: 0; }#XW5aeckmxgqfTUoE43OUHTNzEEVwHghB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XW5aeckmxgqfTUoE43OUHTNzEEVwHghB > .row .container { font-size:0.875rem;font-family:arial;height:336.875rem;width:60rem;position:relative;display:block; }#UFnW5QVp5yFJ4OHkA9b8g9eHzIIzkFxa { color:#000000;display:block;width:49.6875rem;position:absolute;font-family:"baloo 2";font-size:2.3125rem;font-weight:700;z-index:15022;line-height:1.2;letter-spacing:0;top:5.625rem;left:5.1875rem;height:2.7749rem;text-align:center;text-align-last:center;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; }
#PnN8G6z1C3TyTpl2axTyMoE5HdrX9RH9 { position:absolute;display:block;z-index:15022;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:35.9375rem;width:60rem;top:11.375rem;left:0rem;display:block; }
#tn8U39xJWZechT0oEdrhoi1t7kPNV4gU { color:#000000;display:block;width:47.375rem;position:absolute;font-family:rubik;font-size:1.3125rem;font-weight:300;z-index:15038;line-height:1.5;letter-spacing:0;top:21.5rem;left:3.8125rem;height:3.9375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pvgf7wlLEaseG2L8qMxiggMiLDsyGd9A { color:#000000;display:block;width:31.3125rem;position:absolute;font-family:rubik;font-size:1.3125rem;font-weight:300;z-index:15041;line-height:1.4;letter-spacing:0;top:14.6875rem;left:3.75rem;height:1.8374rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#SDuTZarMPT55F06TMpnwHuMZgUidTNHK { color:#007efc;display:block;width:45rem;position:absolute;font-family:"baloo 2";font-size:1.9375rem;font-weight:400;z-index:15042;line-height:1.2;letter-spacing:0;top:17.3125rem;left:3.75rem;height:2.32470625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QpDTG8RVnwBWgukKXMkbL07x3xcnTT7y { color:#000000;display:block;width:33.875rem;position:absolute;font-family:rubik;font-size:1.3125rem;font-weight:300;z-index:15039;line-height:1.4;letter-spacing:0;top:27.375rem;left:3.75rem;height:1.8374rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#d6BgwMJeROsKZBoTFrCW442PMpUiQRrK { color:#000000;display:block;width:51.1875rem;position:absolute;font-family:rubik;font-size:1.3125rem;font-weight:300;z-index:15023;line-height:1.5;letter-spacing:0;top:30.625rem;left:3.75rem;height:13.5625rem;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;display:block; }#d6BgwMJeROsKZBoTFrCW442PMpUiQRrK li:not(:first-child){ padding-top:0.875rem;padding-right:0;padding-bottom:0;padding-left:0; }#d6BgwMJeROsKZBoTFrCW442PMpUiQRrK li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/75fc527b-6f04-4255-a946-2675a7a27e70/ico_blue.png); }
#kv2DmfcoPNi335gF129BNkFtZSflfOFy { position:absolute;display:block;z-index:15028;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:40.1875rem;width:60rem;top:93.125rem;left:0rem;display:block; }
#vMsNXsWs1KSnnTKbNkxBqs7R71xTBoXt { color:#000000;display:block;width:52.25rem;position:absolute;font-family:rubik;font-size:1.3125rem;font-weight:300;z-index:15029;line-height:1.5;letter-spacing:0;top:116.625rem;left:3.75rem;height:13.5625rem;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;display:block; }#vMsNXsWs1KSnnTKbNkxBqs7R71xTBoXt li:not(:first-child){ padding-top:0.875rem;padding-right:0;padding-bottom:0;padding-left:0; }#vMsNXsWs1KSnnTKbNkxBqs7R71xTBoXt li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/75fc527b-6f04-4255-a946-2675a7a27e70/ico_blue.png); }
#IqReEMdaeQxWDt0Ua9bk5yVNbL4UrSwJ { color:#000000;display:block;width:33.875rem;position:absolute;font-family:rubik;font-size:1.3125rem;font-weight:300;z-index:15045;line-height:1.4;letter-spacing:0;top:113.375rem;left:3.75rem;height:1.8374rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#CV5LEWFpzKJyAuq19qizFhTm4uEHgug2 { color:#000000;display:block;width:48.75rem;position:absolute;font-family:rubik;font-size:1.3125rem;font-weight:300;z-index:15044;line-height:1.5;letter-spacing:0;top:105.5625rem;left:3.75rem;height:5.90625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#V5Eox1uOl7FueZsRyTGEQp41efFny8WO { color:#007efc;display:block;width:45rem;position:absolute;font-family:"baloo 2";font-size:1.9375rem;font-weight:400;z-index:15048;line-height:1.2;letter-spacing:0;top:99.0625rem;left:3.75rem;height:4.6494125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#UaiSUyTd6D4DM78DSBlDR4L5g3WO6bNy { color:#000000;display:block;width:31.3125rem;position:absolute;font-family:rubik;font-size:1.3125rem;font-weight:300;z-index:15047;line-height:1.4;letter-spacing:0;top:96.4375rem;left:3.75rem;height:1.8374rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#LDrVtP8bwUTQRA0FRCBIeZO8Fhr92ZWK { position:absolute;display:block;z-index:15034;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:37.875rem;width:60rem;top:135.1875rem;left:0rem;display:block; }
#UXqa6L0LZMItpTv6v6wPHo8Fnpdg4y2t { color:#000000;display:block;width:50.125rem;position:absolute;font-family:rubik;font-size:1.3125rem;font-weight:300;z-index:15035;line-height:1.5;letter-spacing:0;top:154.4375rem;left:3.75rem;height:15.53125rem;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;display:block; }#UXqa6L0LZMItpTv6v6wPHo8Fnpdg4y2t li:not(:first-child){ padding-top:0.875rem;padding-right:0;padding-bottom:0;padding-left:0; }#UXqa6L0LZMItpTv6v6wPHo8Fnpdg4y2t li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/75fc527b-6f04-4255-a946-2675a7a27e70/ico_blue.png); }
#Mob6E16ukpoaZSOfUQQHwiJmt5AE6EAW { color:#000000;display:block;width:33.875rem;position:absolute;font-family:rubik;font-size:1.3125rem;font-weight:300;z-index:15051;line-height:1.4;letter-spacing:0;top:151.1875rem;left:3.75rem;height:1.8374rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#D77hTWxpPJUVhs4TqvD2LtgpGl3WUQ0Q { color:#000000;display:block;width:48.75rem;position:absolute;font-family:rubik;font-size:1.3125rem;font-weight:300;z-index:15050;line-height:1.5;letter-spacing:0;top:145.3125rem;left:3.75rem;height:3.9375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#iTmlaq8V89GlfahxMahT6fAWHQIU6Kw4 { color:#007efc;display:block;width:50.8125rem;position:absolute;font-family:"baloo 2";font-size:1.9375rem;font-weight:400;z-index:15054;line-height:1.2;letter-spacing:0;top:141.125rem;left:3.75rem;height:2.32470625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#OKQSguafcNSLXAXnUmyVHpQqRJrficG5 { color:#000000;display:block;width:31.3125rem;position:absolute;font-family:rubik;font-size:1.3125rem;font-weight:300;z-index:15053;line-height:1.4;letter-spacing:0;top:138.5rem;left:3.75rem;height:1.8374rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Ld0MoSCEwD6h4ab8y4wfQTN4QwEppDib { position:absolute;display:block;z-index:15040;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:35.9375rem;width:60rem;top:174.9375rem;left:0rem;display:block; }
#frxmIqIH6snGZxelRKTBhNvzRZ80Pbts { color:#000000;display:block;width:53rem;position:absolute;font-family:rubik;font-size:1.3125rem;font-weight:300;z-index:15041;line-height:1.5;letter-spacing:0;top:194.1875rem;left:3.75rem;height:13.5625rem;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;display:block; }#frxmIqIH6snGZxelRKTBhNvzRZ80Pbts li:not(:first-child){ padding-top:0.875rem;padding-right:0;padding-bottom:0;padding-left:0; }#frxmIqIH6snGZxelRKTBhNvzRZ80Pbts li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/75fc527b-6f04-4255-a946-2675a7a27e70/ico_blue.png); }
#p2rqhCQkIXlwOVFP5xAXNOCXDwbKnZ2U { color:#000000;display:block;width:33.875rem;position:absolute;font-family:rubik;font-size:1.3125rem;font-weight:300;z-index:15057;line-height:1.4;letter-spacing:0;top:190.9375rem;left:3.75rem;height:1.8374rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TQDwKeOGCtmpelSr9H0U6iOfn2UaeqbP { color:#000000;display:block;width:48.75rem;position:absolute;font-family:rubik;font-size:1.3125rem;font-weight:300;z-index:15056;line-height:1.5;letter-spacing:0;top:185.0625rem;left:3.75rem;height:3.9375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#fkN0aZD3a9ehmAw0IM8rtThZ59N9hE5V { color:#007efc;display:block;width:50.8125rem;position:absolute;font-family:"baloo 2";font-size:1.9375rem;font-weight:400;z-index:15060;line-height:1.2;letter-spacing:0;top:180.875rem;left:3.75rem;height:2.32470625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#XFKGRXS09PmI9eJQnxsdQX5TzaKzTRTq { color:#000000;display:block;width:31.3125rem;position:absolute;font-family:rubik;font-size:1.3125rem;font-weight:300;z-index:15059;line-height:1.4;letter-spacing:0;top:178.25rem;left:3.75rem;height:1.8374rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#E8mys3lnooqSmDzDym94hli5yqvxOECS { position:absolute;display:block;z-index:15046;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:38.25rem;width:60rem;top:212.6875rem;left:0rem;display:block; }
#R6NDKiVaVqZ8pA5wuDlEzrUEM8eJc9B8 { color:#000000;display:block;width:52.75rem;position:absolute;font-family:rubik;font-size:1.3125rem;font-weight:300;z-index:15047;line-height:1.5;letter-spacing:0;top:234.25rem;left:3.75rem;height:13.5625rem;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;display:block; }#R6NDKiVaVqZ8pA5wuDlEzrUEM8eJc9B8 li:not(:first-child){ padding-top:0.875rem;padding-right:0;padding-bottom:0;padding-left:0; }#R6NDKiVaVqZ8pA5wuDlEzrUEM8eJc9B8 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/75fc527b-6f04-4255-a946-2675a7a27e70/ico_blue.png); }
#lGAwrWwBkDpBk8TFWNlmzS74c9VV0nms { color:#000000;display:block;width:33.875rem;position:absolute;font-family:rubik;font-size:1.3125rem;font-weight:300;z-index:15063;line-height:1.4;letter-spacing:0;top:231rem;left:3.75rem;height:1.8374rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#mgrIxBV2KzHXnHFVdBXUpfsk7ys02ZGb { color:#000000;display:block;width:51.375rem;position:absolute;font-family:rubik;font-size:1.3125rem;font-weight:300;z-index:15062;line-height:1.5;letter-spacing:0;top:225.125rem;left:3.75rem;height:3.9375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#DBFX9rHtSHoGdTCxGS1KEFx834mTHrAd { color:#007efc;display:block;width:47.25rem;position:absolute;font-family:"baloo 2";font-size:1.9375rem;font-weight:400;z-index:15066;line-height:1.2;letter-spacing:0;top:218.625rem;left:3.75rem;height:4.6494125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dQcrtve4qE8HRO0HrPHTN6FD2zqp7ECp { color:#000000;display:block;width:31.3125rem;position:absolute;font-family:rubik;font-size:1.3125rem;font-weight:300;z-index:15065;line-height:1.4;letter-spacing:0;top:216rem;left:3.75rem;height:1.8374rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#z8vl0S3h7MOaEEtPzkdh6fNWetUPQCNb { position:absolute;display:block;z-index:15052;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:37.9375rem;width:60rem;top:252.8125rem;left:0rem;display:block; }
#MKshrPzmwsHBURnbwQRd7ddlRP7XdZ5Z { color:#000000;display:block;width:51.9375rem;position:absolute;font-family:rubik;font-size:1.3125rem;font-weight:300;z-index:15053;line-height:1.5;letter-spacing:0;top:274.0625rem;left:3.75rem;height:13.5625rem;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;display:block; }#MKshrPzmwsHBURnbwQRd7ddlRP7XdZ5Z li:not(:first-child){ padding-top:0.875rem;padding-right:0;padding-bottom:0;padding-left:0; }#MKshrPzmwsHBURnbwQRd7ddlRP7XdZ5Z li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/75fc527b-6f04-4255-a946-2675a7a27e70/ico_blue.png); }
#QasAXEvHNNlr1aUxR33MC4Zi8ZpA5Q93 { color:#000000;display:block;width:33.875rem;position:absolute;font-family:rubik;font-size:1.3125rem;font-weight:300;z-index:15069;line-height:1.4;letter-spacing:0;top:270.8125rem;left:3.75rem;height:1.8374rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#r2Ji7SfZBZ2RQnTuhCbsIuBzho8sZk58 { color:#000000;display:block;width:50.125rem;position:absolute;font-family:rubik;font-size:1.3125rem;font-weight:300;z-index:15068;line-height:1.5;letter-spacing:0;top:263rem;left:3.75rem;height:5.90625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WOIEUN6J2AXdz64SQzHL7PO7kkKwytgS { color:#007efc;display:block;width:47.25rem;position:absolute;font-family:"baloo 2";font-size:1.9375rem;font-weight:400;z-index:15072;line-height:1.2;letter-spacing:0;top:258.8125rem;left:3.75rem;height:2.32470625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pArRs9fSnelAeRHc9tSxXvOlSDupxAiT { color:#000000;display:block;width:31.3125rem;position:absolute;font-family:rubik;font-size:1.3125rem;font-weight:300;z-index:15071;line-height:1.4;letter-spacing:0;top:256.1875rem;left:3.75rem;height:1.8374rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#OwS54No0T03etLAiJ4H4wFE8THLUW0SE { position:absolute;display:block;z-index:15058;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:37.9375rem;width:60rem;top:292.625rem;left:0rem;display:block; }
#JhtDBeQ6o0USM2c8bO9By9GMTekZZcQ4 { color:#000000;display:block;width:51.9375rem;position:absolute;font-family:rubik;font-size:1.3125rem;font-weight:300;z-index:15059;line-height:1.5;letter-spacing:0;top:313.875rem;left:3.75rem;height:13.5625rem;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;display:block; }#JhtDBeQ6o0USM2c8bO9By9GMTekZZcQ4 li:not(:first-child){ padding-top:0.875rem;padding-right:0;padding-bottom:0;padding-left:0; }#JhtDBeQ6o0USM2c8bO9By9GMTekZZcQ4 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/75fc527b-6f04-4255-a946-2675a7a27e70/ico_blue.png); }
#PLJW2PbUeTZd0KtXlgcOagEQAuCpB196 { color:#000000;display:block;width:33.875rem;position:absolute;font-family:rubik;font-size:1.3125rem;font-weight:300;z-index:15075;line-height:1.4;letter-spacing:0;top:310.625rem;left:3.75rem;height:1.8374rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#cZBQeH9tythlOeU8g4gV6rky6mmmDZdi { color:#000000;display:block;width:51.8125rem;position:absolute;font-family:rubik;font-size:1.3125rem;font-weight:300;z-index:15074;line-height:1.5;letter-spacing:0;top:302.8125rem;left:3.75rem;height:5.90625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#aLg1h8ZL6ZuTXCmpHd03TdteCcKRdzfP { color:#007efc;display:block;width:47.25rem;position:absolute;font-family:"baloo 2";font-size:1.9375rem;font-weight:400;z-index:15078;line-height:1.2;letter-spacing:0;top:298.625rem;left:3.75rem;height:2.32470625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wh5eJTCxe8dPFNB0tpFX7G35FASrBMdS { color:#000000;display:block;width:31.3125rem;position:absolute;font-family:rubik;font-size:1.3125rem;font-weight:300;z-index:15077;line-height:1.4;letter-spacing:0;top:296rem;left:3.75rem;height:1.8374rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#iyKerBNSxS1HmbBGqU1Rwgx5Q7FyU2yB { position:absolute;display:block;z-index:15028;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:42.125rem;width:60rem;top:49.1875rem;left:0rem;display:block; }
#EXKq7rfKIG5ktLGQeVbz6934lwMFGyTP { color:#000000;display:block;width:53.5rem;position:absolute;font-family:rubik;font-size:1.3125rem;font-weight:300;z-index:15029;line-height:1.5;letter-spacing:0;top:72.6875rem;left:3.75rem;height:15.53125rem;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;display:block; }#EXKq7rfKIG5ktLGQeVbz6934lwMFGyTP li:not(:first-child){ padding-top:0.875rem;padding-right:0;padding-bottom:0;padding-left:0; }#EXKq7rfKIG5ktLGQeVbz6934lwMFGyTP li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/75fc527b-6f04-4255-a946-2675a7a27e70/ico_blue.png); }
#ImQT6M3yiEBIEfvptU1JkPBIKBXazvUq { color:#000000;display:block;width:51.5625rem;position:absolute;font-family:rubik;font-size:1.3125rem;font-weight:300;z-index:15044;line-height:1.5;letter-spacing:0;top:61.625rem;left:3.75rem;height:5.90625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#DCXWNVLRuzyEdxM83T0DgutSU9NXbDdr { color:#000000;display:block;width:33.875rem;position:absolute;font-family:rubik;font-size:1.3125rem;font-weight:300;z-index:15045;line-height:1.4;letter-spacing:0;top:69.4375rem;left:3.75rem;height:1.8374rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ahcXLsFIoMFl8rrtHvTmOWklsrxZtC59 { color:#007efc;display:block;width:45rem;position:absolute;font-family:"baloo 2";font-size:1.9375rem;font-weight:400;z-index:15048;line-height:1.2;letter-spacing:0;top:55.125rem;left:3.75rem;height:4.6494125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#G0WxQRdlpN4rKJSo6iHsPIrpfkElZp55 { color:#000000;display:block;width:31.3125rem;position:absolute;font-family:rubik;font-size:1.3125rem;font-weight:300;z-index:15047;line-height:1.4;letter-spacing:0;top:52.5rem;left:3.75rem;height:1.8374rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#sIkHCQpDctOFi4GSffVTRw64p6IwyxxT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#sIkHCQpDctOFi4GSffVTRw64p6IwyxxT > .row .container { background-color: transparent; background-image: none; }#sIkHCQpDctOFi4GSffVTRw64p6IwyxxT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sIkHCQpDctOFi4GSffVTRw64p6IwyxxT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sIkHCQpDctOFi4GSffVTRw64p6IwyxxT > .row .container > .video-iframe-container { display: none; }#sIkHCQpDctOFi4GSffVTRw64p6IwyxxT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sIkHCQpDctOFi4GSffVTRw64p6IwyxxT > .row > .video-iframe-container { display: none; }#sIkHCQpDctOFi4GSffVTRw64p6IwyxxT > .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); }#sIkHCQpDctOFi4GSffVTRw64p6IwyxxT > .row .container { border-width: 0; border-radius: 0; }#sIkHCQpDctOFi4GSffVTRw64p6IwyxxT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sIkHCQpDctOFi4GSffVTRw64p6IwyxxT > .row .container { font-size:0.875rem;font-family:arial;height:158.125rem;width:60rem;position:relative;display:block; }#J39OOmL9pTqwK5aIXaxhNwNsSkPKffuP { color:#000000;display:block;width:49.6875rem;position:absolute;font-family:"baloo 2";font-size:2.3125rem;font-weight:700;z-index:15023;line-height:1.2;letter-spacing:0;top:6.25rem;left:5.15625rem;height:5.54980625rem;text-align:center;text-align-last:center;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; }
#ONOmGAAdOmqHGUEEvbbtl0hQ6RBZKB6L { color:#007efc;display:block;width:21.3125rem;position:absolute;font-family:"baloo 2";font-size:2rem;font-weight:400;z-index:15082;line-height:1.3;letter-spacing:0;top:18.8125rem;left:4.75rem;height:10.3984375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#GCMIsGhzQc6AqhWRIuShLPq1TTKkKriX { color:#000000;display:block;width:10.875rem;position:absolute;font-family:rubik;font-size:1.3125rem;font-weight:300;z-index:15081;line-height:1.4;letter-spacing:0;top:16.3125rem;left:4.8125rem;height:1.8374rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#KzxhpQksXFs83f9Kgc3VTTc2Wzn38G0l { color:#000000;display:block;width:48.375rem;position:absolute;font-family:rubik;font-size:1.3125rem;font-weight:300;z-index:15078;line-height:1.5;letter-spacing:0;top:31.1875rem;left:4.75rem;height:9.84375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#GH4oZQl86hViVg5R69FtHpKiMdw65751 { position:absolute;display:block;z-index:15083;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.8125rem;width:29.5rem;top:14.125rem;left:27.125rem;overflow:hidden;display:block; }
#r24MSyt5KqQhT51ASpT08RNCB8lnPrxc { color:#000000;display:block;width:50.3125rem;position:absolute;font-family:rubik;font-size:1.3125rem;font-weight:300;z-index:15082;line-height:1.5;letter-spacing:0;top:61.5625rem;left:4.75rem;height:13.78125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#n7bTXHhV8uxFGTTxQMifJagdAJcOcJcZ { position:absolute;display:block;z-index:15087;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.8125rem;width:29.375rem;top:44.375rem;left:28.375rem;overflow:hidden;display:block; }
#evlKuT52H52FRUQydgyK4p1hPv8VIk3M { color:#007efc;display:block;width:24.3125rem;position:absolute;font-family:"baloo 2";font-size:2rem;font-weight:400;z-index:15086;line-height:1.3;letter-spacing:0;top:49.0625rem;left:4.75rem;height:10.3984375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#CJzhqXdLhaQ2FONA3bqUmSmvUxOqlF9S { color:#000000;display:block;width:10.875rem;position:absolute;font-family:rubik;font-size:1.3125rem;font-weight:300;z-index:15085;line-height:1.4;letter-spacing:0;top:46.5625rem;left:4.8125rem;height:1.8374rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#XaZkKXI3v4GZpP85lU1WueZkei0UKXWW { color:#000000;display:block;width:48.375rem;position:absolute;font-family:rubik;font-size:1.3125rem;font-weight:300;z-index:15086;line-height:1.5;letter-spacing:0;top:97.125rem;left:4.75rem;height:13.78125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#MFWGqOl15nCmZv6zdAswVnOteGfp7PLo { position:absolute;display:block;z-index:15091;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.8125rem;width:29.375rem;top:79.9375rem;left:28.375rem;overflow:hidden;display:block; }
#HHMyqmDzFwbhkF6JUxGzlK6rsxsq2o7J { color:#007efc;display:block;width:24.4375rem;position:absolute;font-family:"baloo 2";font-size:2rem;font-weight:400;z-index:15090;line-height:1.3;letter-spacing:0;top:82.75rem;left:4.75rem;height:12.9980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rvrPW5r5NKmonc1tFroDbdC1Q77mFptw { color:#000000;display:block;width:10.875rem;position:absolute;font-family:rubik;font-size:1.3125rem;font-weight:300;z-index:15089;line-height:1.4;letter-spacing:0;top:80.25rem;left:4.8125rem;height:1.8374rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hwZ7fQaBJVXJzkT1fNPEOEuo9AhtyxJh { color:#000000;display:block;width:47.25rem;position:absolute;font-family:rubik;font-size:1.3125rem;font-weight:300;z-index:15090;line-height:1.5;letter-spacing:0;top:131.375rem;left:4.75rem;height:9.84375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#yhdDtC7Zp713WEhpqdS6u60CiASM2tOk { position:absolute;display:block;z-index:15095;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.8125rem;width:29.375rem;top:114.1875rem;left:28.375rem;overflow:hidden;display:block; }
#nt8CutokuwfZfTA4ZD4PdMGMgfFONBIi { color:#007efc;display:block;width:21.6875rem;position:absolute;font-family:"baloo 2";font-size:2rem;font-weight:400;z-index:15094;line-height:1.3;letter-spacing:0;top:120.125rem;left:4.75rem;height:7.7988125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#AJ9hERQUKd3p7qvf5i5NtxcPp7S31JAo { color:#000000;display:block;width:10.875rem;position:absolute;font-family:rubik;font-size:1.3125rem;font-weight:300;z-index:15093;line-height:1.4;letter-spacing:0;top:117.625rem;left:4.8125rem;height:1.8374rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#eowsyHtONykZ99WauTUmUbquinChZnbo { background-color:transparent;background-image: -webkit-linear-gradient(196deg, #ffd03d, #ee5c22);background-image: -moz-linear-gradient(196deg, #ffd03d, #ee5c22);background-image: -ms-linear-gradient(196deg, #ffd03d, #ee5c22);background-image: -o-linear-gradient(196deg, #ffd03d, #ee5c22);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd03d', endColorstr='#ee5c22' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd03d', endColorstr='#ee5c22' );";background-image: linear-gradient(196deg, #ffd03d, #ee5c22);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;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:"baloo 2";font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:21.0625rem;height:3.75rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:146.5rem;left:19.46875rem;display:block; }
#KriKtdETiccZbxn8bdz8lRxQ41EAX3Cb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QdPSfDfIRkLCpJXHTHta4omEX6ZyTQQt { color:#000000;display:block;width:24.25rem;position:absolute;font-family:rubik;font-size:0.8125rem;font-weight:300;z-index:15047;line-height:1.1;letter-spacing:0;top:151.375rem;left:17.875rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rH9EKCsGbGcT0Rxn6PpUThXtyQa5qoyX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fdf3e3;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; }#rH9EKCsGbGcT0Rxn6PpUThXtyQa5qoyX > .row .container { background-color: transparent; background-image: none; }#rH9EKCsGbGcT0Rxn6PpUThXtyQa5qoyX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rH9EKCsGbGcT0Rxn6PpUThXtyQa5qoyX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rH9EKCsGbGcT0Rxn6PpUThXtyQa5qoyX > .row .container > .video-iframe-container { display: none; }#rH9EKCsGbGcT0Rxn6PpUThXtyQa5qoyX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rH9EKCsGbGcT0Rxn6PpUThXtyQa5qoyX > .row > .video-iframe-container { display: none; }#rH9EKCsGbGcT0Rxn6PpUThXtyQa5qoyX > .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); }#rH9EKCsGbGcT0Rxn6PpUThXtyQa5qoyX > .row .container { border-width: 0; border-radius: 0; }#rH9EKCsGbGcT0Rxn6PpUThXtyQa5qoyX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rH9EKCsGbGcT0Rxn6PpUThXtyQa5qoyX > .row .container { font-size:0.875rem;font-family:arial;height:46.125rem;width:60rem;position:relative;display:block; }#hotrghF8vI3Qy9sgcTdgFEmIKdgWt4Qo { color:#000000;display:block;width:53.5625rem;position:absolute;font-family:"baloo 2";font-size:9.5625rem;font-weight:700;z-index:15026;line-height:1.2;letter-spacing:0;top:6.25rem;left:3.21875rem;height:22.94925rem;text-align:center;text-align-last:center;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; }
#bAirbJqrPLwHfckh8Kc0lXxEw0QSVWpw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e5f4ff;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; }#bAirbJqrPLwHfckh8Kc0lXxEw0QSVWpw > .row .container { background-color: transparent; background-image: none; }#bAirbJqrPLwHfckh8Kc0lXxEw0QSVWpw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bAirbJqrPLwHfckh8Kc0lXxEw0QSVWpw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bAirbJqrPLwHfckh8Kc0lXxEw0QSVWpw > .row .container > .video-iframe-container { display: none; }#bAirbJqrPLwHfckh8Kc0lXxEw0QSVWpw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bAirbJqrPLwHfckh8Kc0lXxEw0QSVWpw > .row > .video-iframe-container { display: none; }#bAirbJqrPLwHfckh8Kc0lXxEw0QSVWpw > .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); }#bAirbJqrPLwHfckh8Kc0lXxEw0QSVWpw > .row .container { border-width: 0; border-radius: 0; }#bAirbJqrPLwHfckh8Kc0lXxEw0QSVWpw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bAirbJqrPLwHfckh8Kc0lXxEw0QSVWpw > .row .container { font-size:0.875rem;font-family:arial;height:68.875rem;width:60rem;position:relative;display:block; }#zsOnGL380EInS3UeocLyvCnLpCnOUnOz { color:#000000;display:block;width:53.5625rem;position:absolute;font-family:"baloo 2";font-size:2.3125rem;font-weight:700;z-index:15024;line-height:1.2;letter-spacing:0;top:6.25rem;left:3.21875rem;height:5.54980625rem;text-align:center;text-align-last:center;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; }
#vav4ULXV0XPndyIehBHF7c07PobWhsfE { color:#000000;display:block;width:50.0625rem;position:absolute;font-family:rubik;font-size:1.3125rem;font-weight:300;z-index:15091;line-height:1.5;letter-spacing:0;top:14.125rem;left:4.96875rem;height:49.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ss399I96BVhP220UJESzxw5mdyhQsJp2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #007efc, #0c33b4);background-image: -moz-linear-gradient(180deg, #007efc, #0c33b4);background-image: -ms-linear-gradient(180deg, #007efc, #0c33b4);background-image: -o-linear-gradient(180deg, #007efc, #0c33b4);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#007efc', endColorstr='#0c33b4' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#007efc', endColorstr='#0c33b4' );";background-image: linear-gradient(180deg, #007efc, #0c33b4);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; }#ss399I96BVhP220UJESzxw5mdyhQsJp2 > .row .container { background-color: transparent; background-image: none; }#ss399I96BVhP220UJESzxw5mdyhQsJp2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ss399I96BVhP220UJESzxw5mdyhQsJp2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ss399I96BVhP220UJESzxw5mdyhQsJp2 > .row .container > .video-iframe-container { display: none; }#ss399I96BVhP220UJESzxw5mdyhQsJp2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ss399I96BVhP220UJESzxw5mdyhQsJp2 > .row > .video-iframe-container { display: none; }#ss399I96BVhP220UJESzxw5mdyhQsJp2 > .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); }#ss399I96BVhP220UJESzxw5mdyhQsJp2 > .row .container { border-width: 0; border-radius: 0; }#ss399I96BVhP220UJESzxw5mdyhQsJp2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ss399I96BVhP220UJESzxw5mdyhQsJp2 > .row .container { font-size:0.875rem;font-family:arial;height:69.3125rem;width:60rem;position:relative;display:block; }#bksGWTBsvF8aH1IOPXG2tbHv9GI1rgle { color:#ffffff;display:block;width:48.9375rem;position:absolute;font-family:"baloo 2";font-size:2.3125rem;font-weight:700;z-index:15025;line-height:1.2;letter-spacing:0;top:6.25rem;left:5.4375rem;height:5.54980625rem;text-align:center;text-align-last:center;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; }
#THPsvucZd63nH0Ds0rbB6C84MTOOt9JB { background-color:transparent;background-image: -webkit-linear-gradient(196deg, #ffd03d, #ee5c22);background-image: -moz-linear-gradient(196deg, #ffd03d, #ee5c22);background-image: -ms-linear-gradient(196deg, #ffd03d, #ee5c22);background-image: -o-linear-gradient(196deg, #ffd03d, #ee5c22);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd03d', endColorstr='#ee5c22' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd03d', endColorstr='#ee5c22' );";background-image: linear-gradient(196deg, #ffd03d, #ee5c22);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;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:"baloo 2";font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:19.3125rem;height:3.75rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:59.25rem;left:20.34375rem;display:block; }
#FKFhhpwPsTVFA3GGXbTOw0COzEDZHOS1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lCrO3MIXOxfOiVma18mcm0LpbmsXZyKA { color:#ffffff;display:block;width:54rem;position:absolute;font-family:rubik;font-size:1.3125rem;font-weight:300;z-index:15046;line-height:1.5;letter-spacing:0;top:14.125rem;left:3.34375rem;height:28.875rem;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;display:block; }#lCrO3MIXOxfOiVma18mcm0LpbmsXZyKA li:not(:first-child){ padding-top:0.875rem;padding-right:0;padding-bottom:0;padding-left:0; }#lCrO3MIXOxfOiVma18mcm0LpbmsXZyKA li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/1bb814c7-783b-4c24-aae6-fda39cbe1f04/ico_green.png); }
#H1ac3tGDO5kOSkFKWU4oI9Mtern9kmeK { color:#ffffff;display:block;width:48.0625rem;position:absolute;font-family:"baloo 2";font-size:2.125rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:45.9375rem;left:5.96875rem;height:11.04883125rem;text-align:center;text-align-last:center;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; }
#DqXc3D77mKenf4Bxk1zzy623P5UstwL2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DqXc3D77mKenf4Bxk1zzy623P5UstwL2 > .row .container { background-color: transparent; background-image: none; }#DqXc3D77mKenf4Bxk1zzy623P5UstwL2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DqXc3D77mKenf4Bxk1zzy623P5UstwL2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DqXc3D77mKenf4Bxk1zzy623P5UstwL2 > .row .container > .video-iframe-container { display: none; }#DqXc3D77mKenf4Bxk1zzy623P5UstwL2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DqXc3D77mKenf4Bxk1zzy623P5UstwL2 > .row > .video-iframe-container { display: none; }#DqXc3D77mKenf4Bxk1zzy623P5UstwL2 > .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); }#DqXc3D77mKenf4Bxk1zzy623P5UstwL2 > .row .container { border-width: 0; border-radius: 0; }#DqXc3D77mKenf4Bxk1zzy623P5UstwL2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DqXc3D77mKenf4Bxk1zzy623P5UstwL2 > .row .container { font-size:0.875rem;font-family:arial;height:50.6875rem;width:60rem;position:relative;display:block; }#AA3aPIV4OmOUbJ8tySHVKxQnSzIkcWAQ { color:#000000;display:block;width:53.5625rem;position:absolute;font-family:"baloo 2";font-size:2.3125rem;font-weight:700;z-index:15025;line-height:1.2;letter-spacing:0;top:6.25rem;left:3.21875rem;height:2.7749rem;text-align:center;text-align-last:center;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; }
#cVdD8JoHs87ztQiANeZgz8lvflXdwsIA { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.3125rem;width:16.4375rem;top:12.1875rem;left:0rem;overflow:hidden;display:block; }
#CTpwuUDNT2fJH3TmilpueV2rKKTtUwQw { color:#000000;display:block;width:41.875rem;position:absolute;font-family:rubik;font-size:1.3125rem;font-weight:300;z-index:15092;line-height:1.5;letter-spacing:0;top:12.125rem;left:18.125rem;height:7.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#epXZhckBGoghT4SOksI4pfVmoXWuUTKh { color:#000000;display:block;width:54.0625rem;position:absolute;font-family:rubik;font-size:1.3125rem;font-weight:300;z-index:15093;line-height:1.5;letter-spacing:0;top:36.4375rem;left:2.5625rem;height:7.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hT1ZBUqvMl9cLGDhOFMHs2hJaUG6haTZ { color:#000000;display:block;width:40.5rem;position:absolute;font-family:rubik;font-size:1.3125rem;font-weight:300;z-index:15048;line-height:1.5;letter-spacing:0;top:20.625rem;left:18.125rem;height:14.65625rem;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;display:block; }#hT1ZBUqvMl9cLGDhOFMHs2hJaUG6haTZ li:not(:first-child){ padding-top:0.875rem;padding-right:0;padding-bottom:0;padding-left:0; }#hT1ZBUqvMl9cLGDhOFMHs2hJaUG6haTZ li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/75fc527b-6f04-4255-a946-2675a7a27e70/ico_blue.png); }
#VyFhCFEVLhiMA0duKurT8FFhft6JT8H3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VyFhCFEVLhiMA0duKurT8FFhft6JT8H3 > .row .container { background-color: transparent; background-image: none; }#VyFhCFEVLhiMA0duKurT8FFhft6JT8H3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VyFhCFEVLhiMA0duKurT8FFhft6JT8H3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VyFhCFEVLhiMA0duKurT8FFhft6JT8H3 > .row .container > .video-iframe-container { display: none; }#VyFhCFEVLhiMA0duKurT8FFhft6JT8H3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VyFhCFEVLhiMA0duKurT8FFhft6JT8H3 > .row > .video-iframe-container { display: none; }#VyFhCFEVLhiMA0duKurT8FFhft6JT8H3 > .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); }#VyFhCFEVLhiMA0duKurT8FFhft6JT8H3 > .row .container { border-width: 0; border-radius: 0; }#VyFhCFEVLhiMA0duKurT8FFhft6JT8H3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VyFhCFEVLhiMA0duKurT8FFhft6JT8H3 > .row .container { font-size:0.875rem;font-family:arial;height:50.25rem;width:60rem;position:relative;display:block; }#MJkxTwG5w4yfU4t7kg8Ea5sZIPDfnWI1 { color:#000000;display:block;width:45.0625rem;position:absolute;font-family:"baloo 2";font-size:2.3125rem;font-weight:700;z-index:15027;line-height:1.2;letter-spacing:0;top:6.25rem;left:7.46875rem;height:5.54980625rem;text-align:center;text-align-last:center;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; }
#FUHHpG9HQVDTT82rmOufHE6x0SScr2ZW { color:#000000;display:block;width:47rem;position:absolute;font-family:rubik;font-size:1.3125rem;font-weight:300;z-index:15095;line-height:1.5;letter-spacing:0;top:14.1875rem;left:6.21875rem;height:3.9375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#nK5ckqaldVbPws20ePo0ySQCB8clVue2 { color:#000000;display:block;width:43.5625rem;position:absolute;font-family:rubik;font-size:1.3125rem;font-weight:300;z-index:15095;line-height:1.5;letter-spacing:0;top:20.6875rem;left:10.1875rem;height:23.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#gn4rR1SmHbP0gA6GAiDymcnKt9F7ckdw { position:absolute;display:block;z-index:15096;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:3.3125rem;top:20.9375rem;left:5.71875rem;overflow:hidden;display:block; }
#LJxFVrp1FsJOtS4ollzXQrUEiT6QgcSz { position:absolute;display:block;z-index:15097;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:3.3125rem;top:26.9375rem;left:5.71875rem;overflow:hidden;display:block; }
#g4nibtZDeTZ5Ar7OT9XcU2xBNfh6pzhn { position:absolute;display:block;z-index:15098;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:3.3125rem;top:34.75rem;left:5.71875rem;overflow:hidden;display:block; }
#z76T0UQ2nvaqRVghllXCNT56rirw3Kki { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e5f4ff;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; }#z76T0UQ2nvaqRVghllXCNT56rirw3Kki > .row .container { background-color: transparent; background-image: none; }#z76T0UQ2nvaqRVghllXCNT56rirw3Kki::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z76T0UQ2nvaqRVghllXCNT56rirw3Kki > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z76T0UQ2nvaqRVghllXCNT56rirw3Kki > .row .container > .video-iframe-container { display: none; }#z76T0UQ2nvaqRVghllXCNT56rirw3Kki > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z76T0UQ2nvaqRVghllXCNT56rirw3Kki > .row > .video-iframe-container { display: none; }#z76T0UQ2nvaqRVghllXCNT56rirw3Kki > .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); }#z76T0UQ2nvaqRVghllXCNT56rirw3Kki > .row .container { border-width: 0; border-radius: 0; }#z76T0UQ2nvaqRVghllXCNT56rirw3Kki > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#z76T0UQ2nvaqRVghllXCNT56rirw3Kki > .row .container { font-size:0.875rem;font-family:arial;height:49rem;width:60rem;position:relative;display:block; }#WK6U4UyVDBfZr9eUDOkeXv08ZRgEEspq { color:#000000;display:block;width:48.8125rem;position:absolute;font-family:"baloo 2";font-size:2.3125rem;font-weight:700;z-index:15028;line-height:1.2;letter-spacing:0;top:6.3125rem;left:5.59375rem;height:8.3246875rem;text-align:center;text-align-last:center;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; }
#s5CQW87dvyBp0pGzyJuAwA3p8lkqMRBl { color:#000000;display:block;width:48.375rem;position:absolute;font-family:rubik;font-size:1.3125rem;font-weight:300;z-index:15047;line-height:1.5;letter-spacing:0;top:16.96875rem;left:6.09375rem;height:;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;display:block; }#s5CQW87dvyBp0pGzyJuAwA3p8lkqMRBl li:not(:first-child){ padding-top:0.875rem;padding-right:0;padding-bottom:0;padding-left:0; }#s5CQW87dvyBp0pGzyJuAwA3p8lkqMRBl li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/965ce8b8-561c-4530-ac01-bac7d16f2aa8/ico_blue_02.png); }
#c4TllwztBQT8ae0OX4pxXMeL8XPkRtey { color:#000000;display:block;width:47rem;position:absolute;font-family:rubik;font-size:1.3125rem;font-weight:300;z-index:15096;line-height:1.5;letter-spacing:0;top:32.96875rem;left:5.96875rem;height:9.84375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#sNlnc5wKimNK2BLp2l9a3rOVm9OX6MOQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/ff05b877-5397-4462-9591-4d8cbab98d64/bg_main_01.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#sNlnc5wKimNK2BLp2l9a3rOVm9OX6MOQ.adaptive-delivery-prevent-bg, #sNlnc5wKimNK2BLp2l9a3rOVm9OX6MOQ.lazyload, #sNlnc5wKimNK2BLp2l9a3rOVm9OX6MOQ.lazyloading { background-image: none; }#sNlnc5wKimNK2BLp2l9a3rOVm9OX6MOQ > .row .container { background-color: transparent; background-image: none; }#sNlnc5wKimNK2BLp2l9a3rOVm9OX6MOQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sNlnc5wKimNK2BLp2l9a3rOVm9OX6MOQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sNlnc5wKimNK2BLp2l9a3rOVm9OX6MOQ > .row .container > .video-iframe-container { display: none; }#sNlnc5wKimNK2BLp2l9a3rOVm9OX6MOQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sNlnc5wKimNK2BLp2l9a3rOVm9OX6MOQ > .row > .video-iframe-container { display: none; }#sNlnc5wKimNK2BLp2l9a3rOVm9OX6MOQ > .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); }#sNlnc5wKimNK2BLp2l9a3rOVm9OX6MOQ > .row .container { border-width: 0; border-radius: 0; }#sNlnc5wKimNK2BLp2l9a3rOVm9OX6MOQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sNlnc5wKimNK2BLp2l9a3rOVm9OX6MOQ > .row .container { font-size:0.875rem;font-family:arial;height:74rem;width:60rem;position:relative;display:block; }#XFb2UIbTs754FmdU3RCz2A7ssQ6CRGLE { color:#ffffff;display:block;width:48.8125rem;position:absolute;font-family:"baloo 2";font-size:2.3125rem;font-weight:700;z-index:15029;line-height:1.2;letter-spacing:0;top:6.25rem;left:5.59375rem;height:2.7749rem;text-align:center;text-align-last:center;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; }
#XVqAifaovOffZcxTgQBsrSd9rUNKSJ66 { color:#ffffff;display:block;width:41.5625rem;position:absolute;font-family:rubik;font-size:1.3125rem;font-weight:300;z-index:15097;line-height:1.5;letter-spacing:0;top:11.375rem;left:8.21875rem;height:33.46875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#gyaeyT9qoGbnzHQStCPkNGUyRkQauJ2C { color:#ffffff;display:block;width:48.0625rem;position:absolute;font-family:"baloo 2";font-size:2.125rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:47.625rem;left:5.96875rem;height:11.04883125rem;text-align:center;text-align-last:center;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; }
#XuWWXFifbxPmbpZU4mxgpdw9Tm9FqVRi { background-color:transparent;background-image: -webkit-linear-gradient(196deg, #ffd03d, #ee5c22);background-image: -moz-linear-gradient(196deg, #ffd03d, #ee5c22);background-image: -ms-linear-gradient(196deg, #ffd03d, #ee5c22);background-image: -o-linear-gradient(196deg, #ffd03d, #ee5c22);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd03d', endColorstr='#ee5c22' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd03d', endColorstr='#ee5c22' );";background-image: linear-gradient(196deg, #ffd03d, #ee5c22);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;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:"baloo 2";font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:19.3125rem;height:3.75rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:60.9375rem;left:20.34375rem;display:block; }
#C2qzO2SlTgv1TqMi844Nw6VJCHALh4Ar { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#r1mTPqIV7Erq8SimNCwwnI5I7q6q0Jye { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#r1mTPqIV7Erq8SimNCwwnI5I7q6q0Jye > .row .container { background-color: transparent; background-image: none; }#r1mTPqIV7Erq8SimNCwwnI5I7q6q0Jye::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r1mTPqIV7Erq8SimNCwwnI5I7q6q0Jye > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r1mTPqIV7Erq8SimNCwwnI5I7q6q0Jye > .row .container > .video-iframe-container { display: none; }#r1mTPqIV7Erq8SimNCwwnI5I7q6q0Jye > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r1mTPqIV7Erq8SimNCwwnI5I7q6q0Jye > .row > .video-iframe-container { display: none; }#r1mTPqIV7Erq8SimNCwwnI5I7q6q0Jye > .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); }#r1mTPqIV7Erq8SimNCwwnI5I7q6q0Jye > .row .container { border-width: 0; border-radius: 0; }#r1mTPqIV7Erq8SimNCwwnI5I7q6q0Jye > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#r1mTPqIV7Erq8SimNCwwnI5I7q6q0Jye > .row .container { font-size:0.875rem;font-family:arial;height:3.75rem;width:60rem;position:relative;display:block; }#rcSqWcfitWnTZXRO8ty3ZIDkTGfalUva { color:#ffffff;display:block;width:44.0625rem;position:absolute;font-family:rubik;font-size:0.75rem;font-weight:300;z-index:15019;line-height:1.5;letter-spacing:0;top:1.3125rem;left:0rem;height:1.125rem;text-align:center;text-align-last:center;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; }
#VED9UH8QBT2cH4yf9brLTbwlrnnTxs3p { position:absolute;display:block;z-index:15020;height:0.625rem;width:9.8125rem;top:1.4375rem;left:37.875rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VloBAzq97q1fhEad4VR27Ttwl56HHgBc { display:block; }#VloBAzq97q1fhEad4VR27Ttwl56HHgBc > .row .container { width:47.75rem;height:16.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VBUyUSP5kFR7LaTAP8W2sQwQNChoosdA { width:33.375rem;height:2.25rem;top:6.75rem;left:6.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTWuuRkCcGh7XvwoAdpal4GIFWptqVqJ { width:14.75rem;height:1.9375rem;top:4rem;left:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #yKfOkz1i1CL0ypnu7KFQ0ZLbS6dp2aNT { width:33.375rem;height:2.25rem;top:6.75rem;left:6.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdNKLMLc9iZZPqaWFE92XmrHDrufx0b9 { width:38.75rem;height:21.75rem;top:33.6875rem;left:4.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eGD3nFIInX866CE5WBfTAPMTeicDpvq3 { width:21.0625rem;height:3.75rem;top:60.375rem;left:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9KPuLfeqMCwEd8vk0HZMlhVBDDaUzSh { display:block; }
 }@media only screen and (max-width: 763px) { #wNUu1Go9CKcUE5HtTndqrfS5ZLFHp9PX { width:35.125rem;height:12.50926875rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZk84Nag0dIb3JncqkAXtJLLBekTeLOE { display:block; }#DZk84Nag0dIb3JncqkAXtJLLBekTeLOE > .row .container { width:47.75rem;height:29.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KmLyXFX7ZKQfGsF9JOpx4xlNAlkdr5J7 { width:35.125rem;height:12.50926875rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rX1s6zQkIpC3oo1sDTZFvKIAhKphFo8L { width:35.125rem;height:0.8125rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N5aoZN2ITG1W1mCTXCfcqguwRy8pzl2J { width:5.625rem;height:5.625rem;top:6.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWTILw735TanXTQbpD8ZHk5UfyICMtxs { width:35.125rem;height:12.50926875rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DwZvDRy0U14BpvP3eVSxHUG1U0ylZFHp { width:35.125rem;height:12.50926875rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJeCpxGuG0BUgzDybK7aeZNeSlcSoFuk { display:block; }#aJeCpxGuG0BUgzDybK7aeZNeSlcSoFuk > .row .container { width:47.75rem;height:25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yt5iTFIHoHTTos7ww8i72KdppU9SVe8u { width:35.125rem;height:0.8125rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MO3QB4FqKpg3bgEorQIEhTIbLu45IK7y { width:35.125rem;height:12.50926875rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVZAxwoMmFf4xzcWi3hinN0R2b6PK6iO { width:35.125rem;height:21.25rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }#nVZAxwoMmFf4xzcWi3hinN0R2b6PK6iO li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/1bb814c7-783b-4c24-aae6-fda39cbe1f04/ico_green.png); }
 }@media only screen and (max-width: 763px) { #IlNO4zcLkc0KD8GZ3yK7KMC1TrzxIZug { width:21.0625rem;height:3.75rem;top:65rem;left:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFan7p628eSURnGx6Wkth8JONEQRvTBn { display:block; }
 }@media only screen and (max-width: 763px) { #h6lRyLZLTOaky0RPr4lRQ2i2uSZoWm7l { width:14.6875rem;height:8.75rem;top:60.9375rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7RNCNZH69uasxRd5goVc03mXPCc7Zka { display:block; }#M7RNCNZH69uasxRd5goVc03mXPCc7Zka > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F7vVSMglnSBqruB8DzELfOhEJ2NI3gvr { width:35.125rem;height:12.50926875rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i59PICNaRgtUTHUeEJ0g3tPIiAiQSmDX { width:35.125rem;height:0.8125rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPwx1MoFScfR72MKhe89TAvd3GvN86TI { width:26.625rem;height:17.625rem;top:13rem;left:21.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ikv7H0VSS3Ws8wnGVzoHZ14HhMcd58Q2 { width:26.625rem;height:17.375rem;top:33.0625rem;left:21.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LK5X2JP1be0sQpNLiFzfqkuyg4W16swp { display:block; }#LK5X2JP1be0sQpNLiFzfqkuyg4W16swp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Sg9yEiIKw5gaIhGv6Kkpav6RJXz5nNad { width:35.125rem;height:0.8125rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eaQotuLFUTnbVkTkDTAui2ecuMFRIUXl { width:35.125rem;height:12.50926875rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WUgpZWTt7H4BKToUBxgzUh50IVI6nxd0 { width:35.125rem;height:12.50926875rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z4Z7n9HbMPKq6nlxakORCyXZLtTlsAwK { width:28.9375rem;height:28.9375rem;top:11.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U9gJlp9w62bg96bJf1XagCUQvP7JNwd2 { width:35.125rem;height:12.50926875rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGxoqvPZXrhEui9qcwncuhFpUm3hmoCu { width:35.125rem;height:12.50926875rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kNP0JkT14TIxLPWrHwldG4rhh18CCuyq { width:30.375rem;height:30.375rem;top:40rem;left:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJHi46XkNlh1a0A7BodDHplKGMpW7WxJ { display:block; }#lJHi46XkNlh1a0A7BodDHplKGMpW7WxJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tfWarJdQAtObydRkNBhH6mTZBCxsmCWq { width:35.125rem;height:0.8125rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #McKta2EOp4VyCzZTzNNGFOAvZIrTIP5R { width:35.125rem;height:12.50926875rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mLJfuo3CLWsaG9tT6FTArz0V5f4hsXdB { width:35.125rem;height:12.50926875rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gfPBTWdXT86FISbp3uebyo2VMBT3p3XO { width:35.125rem;height:12.50926875rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rtPfPBToTGA2qMGQ6207eIIFodayPm2y { width:6.25rem;height:6.25rem;top:13.5625rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGBrWvIDIac6VmHAkVSIqIN6pxcHLwpx { width:6.25rem;height:6.25rem;top:13.5625rem;left:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L9awTUDhchrVr2P9BMRPmZt4Iw8g1guo { width:6.25rem;height:6.25rem;top:13.5625rem;left:36.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ctb3fT1pZcfi6kNkkmE8nrfhwmHTBkTu { width:6.25rem;height:6.25rem;top:30.875rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fGR5kboC8StVoUc2TfxbVU0IGkN6FT3z { width:6.25rem;height:6.25rem;top:30.875rem;left:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tdKhBKdtXEreQwEfsuFz4IgRu3C7QGnh { width:7.1875rem;height:6.25rem;top:30.875rem;left:36.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lCr3qDnrBFWFaNapTG8rFTzhFu3HPQLN { width:35.125rem;height:12.50926875rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pt2hx5IMk8TuSMUCyN0cSw1rhwRcwOHf { width:35.125rem;height:12.50926875rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LehaWPfg2TLueFLRNfhgGDoaQLylnFNd { width:35.125rem;height:12.50926875rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1bMkFKoc69SZrr5112ki4aJRIgaR3SZ { width:21.0625rem;height:3.75rem;top:50.375rem;left:12.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a3pkA7kA6w068A3ikZ4ODOfakJV0Ft8N { display:block; }
 }@media only screen and (max-width: 763px) { #GPI2q4Cs1RGXFOyHgTginC0gSpQu49uW { width:35.125rem;height:12.50926875rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XW5aeckmxgqfTUoE43OUHTNzEEVwHghB { display:block; }#XW5aeckmxgqfTUoE43OUHTNzEEVwHghB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UFnW5QVp5yFJ4OHkA9b8g9eHzIIzkFxa { width:35.125rem;height:0.8125rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PnN8G6z1C3TyTpl2axTyMoE5HdrX9RH9 { width:47.75rem;height:35.9375rem;top:11.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tn8U39xJWZechT0oEdrhoi1t7kPNV4gU { width:35.125rem;height:12.50926875rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pvgf7wlLEaseG2L8qMxiggMiLDsyGd9A { width:35.125rem;height:12.50926875rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDuTZarMPT55F06TMpnwHuMZgUidTNHK { width:35.125rem;height:12.50926875rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QpDTG8RVnwBWgukKXMkbL07x3xcnTT7y { width:35.125rem;height:12.50926875rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6BgwMJeROsKZBoTFrCW442PMpUiQRrK { width:35.125rem;height:21.25rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }#d6BgwMJeROsKZBoTFrCW442PMpUiQRrK li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/75fc527b-6f04-4255-a946-2675a7a27e70/ico_blue.png); }
 }@media only screen and (max-width: 763px) { #kv2DmfcoPNi335gF129BNkFtZSflfOFy { width:47.75rem;height:40.1875rem;top:93.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vMsNXsWs1KSnnTKbNkxBqs7R71xTBoXt { width:35.125rem;height:21.25rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }#vMsNXsWs1KSnnTKbNkxBqs7R71xTBoXt li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/75fc527b-6f04-4255-a946-2675a7a27e70/ico_blue.png); }
 }@media only screen and (max-width: 763px) { #IqReEMdaeQxWDt0Ua9bk5yVNbL4UrSwJ { width:35.125rem;height:12.50926875rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CV5LEWFpzKJyAuq19qizFhTm4uEHgug2 { width:35.125rem;height:12.50926875rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5Eox1uOl7FueZsRyTGEQp41efFny8WO { width:35.125rem;height:12.50926875rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UaiSUyTd6D4DM78DSBlDR4L5g3WO6bNy { width:35.125rem;height:12.50926875rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LDrVtP8bwUTQRA0FRCBIeZO8Fhr92ZWK { width:47.75rem;height:37.875rem;top:135.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXqa6L0LZMItpTv6v6wPHo8Fnpdg4y2t { width:35.125rem;height:21.25rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }#UXqa6L0LZMItpTv6v6wPHo8Fnpdg4y2t li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/75fc527b-6f04-4255-a946-2675a7a27e70/ico_blue.png); }
 }@media only screen and (max-width: 763px) { #Mob6E16ukpoaZSOfUQQHwiJmt5AE6EAW { width:35.125rem;height:12.50926875rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D77hTWxpPJUVhs4TqvD2LtgpGl3WUQ0Q { width:35.125rem;height:12.50926875rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTmlaq8V89GlfahxMahT6fAWHQIU6Kw4 { width:35.125rem;height:12.50926875rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKQSguafcNSLXAXnUmyVHpQqRJrficG5 { width:35.125rem;height:12.50926875rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ld0MoSCEwD6h4ab8y4wfQTN4QwEppDib { width:47.75rem;height:35.9375rem;top:174.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #frxmIqIH6snGZxelRKTBhNvzRZ80Pbts { width:35.125rem;height:21.25rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }#frxmIqIH6snGZxelRKTBhNvzRZ80Pbts li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/75fc527b-6f04-4255-a946-2675a7a27e70/ico_blue.png); }
 }@media only screen and (max-width: 763px) { #p2rqhCQkIXlwOVFP5xAXNOCXDwbKnZ2U { width:35.125rem;height:12.50926875rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQDwKeOGCtmpelSr9H0U6iOfn2UaeqbP { width:35.125rem;height:12.50926875rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fkN0aZD3a9ehmAw0IM8rtThZ59N9hE5V { width:35.125rem;height:12.50926875rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XFKGRXS09PmI9eJQnxsdQX5TzaKzTRTq { width:35.125rem;height:12.50926875rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8mys3lnooqSmDzDym94hli5yqvxOECS { width:47.75rem;height:38.25rem;top:212.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6NDKiVaVqZ8pA5wuDlEzrUEM8eJc9B8 { width:35.125rem;height:21.25rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }#R6NDKiVaVqZ8pA5wuDlEzrUEM8eJc9B8 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/75fc527b-6f04-4255-a946-2675a7a27e70/ico_blue.png); }
 }@media only screen and (max-width: 763px) { #lGAwrWwBkDpBk8TFWNlmzS74c9VV0nms { width:35.125rem;height:12.50926875rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgrIxBV2KzHXnHFVdBXUpfsk7ys02ZGb { width:35.125rem;height:12.50926875rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBFX9rHtSHoGdTCxGS1KEFx834mTHrAd { width:35.125rem;height:12.50926875rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQcrtve4qE8HRO0HrPHTN6FD2zqp7ECp { width:35.125rem;height:12.50926875rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z8vl0S3h7MOaEEtPzkdh6fNWetUPQCNb { width:47.75rem;height:37.9375rem;top:252.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKshrPzmwsHBURnbwQRd7ddlRP7XdZ5Z { width:35.125rem;height:21.25rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }#MKshrPzmwsHBURnbwQRd7ddlRP7XdZ5Z li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/75fc527b-6f04-4255-a946-2675a7a27e70/ico_blue.png); }
 }@media only screen and (max-width: 763px) { #QasAXEvHNNlr1aUxR33MC4Zi8ZpA5Q93 { width:35.125rem;height:12.50926875rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2Ji7SfZBZ2RQnTuhCbsIuBzho8sZk58 { width:35.125rem;height:12.50926875rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOIEUN6J2AXdz64SQzHL7PO7kkKwytgS { width:35.125rem;height:12.50926875rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pArRs9fSnelAeRHc9tSxXvOlSDupxAiT { width:35.125rem;height:12.50926875rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OwS54No0T03etLAiJ4H4wFE8THLUW0SE { width:47.75rem;height:37.9375rem;top:292.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JhtDBeQ6o0USM2c8bO9By9GMTekZZcQ4 { width:35.125rem;height:21.25rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }#JhtDBeQ6o0USM2c8bO9By9GMTekZZcQ4 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/75fc527b-6f04-4255-a946-2675a7a27e70/ico_blue.png); }
 }@media only screen and (max-width: 763px) { #PLJW2PbUeTZd0KtXlgcOagEQAuCpB196 { width:35.125rem;height:12.50926875rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZBQeH9tythlOeU8g4gV6rky6mmmDZdi { width:35.125rem;height:12.50926875rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLg1h8ZL6ZuTXCmpHd03TdteCcKRdzfP { width:35.125rem;height:12.50926875rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wh5eJTCxe8dPFNB0tpFX7G35FASrBMdS { width:35.125rem;height:12.50926875rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iyKerBNSxS1HmbBGqU1Rwgx5Q7FyU2yB { width:47.75rem;height:42.125rem;top:49.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXKq7rfKIG5ktLGQeVbz6934lwMFGyTP { width:35.125rem;height:21.25rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }#EXKq7rfKIG5ktLGQeVbz6934lwMFGyTP li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/75fc527b-6f04-4255-a946-2675a7a27e70/ico_blue.png); }
 }@media only screen and (max-width: 763px) { #ImQT6M3yiEBIEfvptU1JkPBIKBXazvUq { width:35.125rem;height:12.50926875rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCXWNVLRuzyEdxM83T0DgutSU9NXbDdr { width:35.125rem;height:12.50926875rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ahcXLsFIoMFl8rrtHvTmOWklsrxZtC59 { width:35.125rem;height:12.50926875rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0WxQRdlpN4rKJSo6iHsPIrpfkElZp55 { width:35.125rem;height:12.50926875rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sIkHCQpDctOFi4GSffVTRw64p6IwyxxT { display:block; }#sIkHCQpDctOFi4GSffVTRw64p6IwyxxT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J39OOmL9pTqwK5aIXaxhNwNsSkPKffuP { width:35.125rem;height:0.8125rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ONOmGAAdOmqHGUEEvbbtl0hQ6RBZKB6L { width:35.125rem;height:12.50926875rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GCMIsGhzQc6AqhWRIuShLPq1TTKkKriX { width:35.125rem;height:12.50926875rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KzxhpQksXFs83f9Kgc3VTTc2Wzn38G0l { width:35.125rem;height:12.50926875rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GH4oZQl86hViVg5R69FtHpKiMdw65751 { width:29.5rem;height:16.8125rem;top:14.125rem;left:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #r24MSyt5KqQhT51ASpT08RNCB8lnPrxc { width:35.125rem;height:12.50926875rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n7bTXHhV8uxFGTTxQMifJagdAJcOcJcZ { width:29.375rem;height:16.8125rem;top:44.375rem;left:18.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #evlKuT52H52FRUQydgyK4p1hPv8VIk3M { width:35.125rem;height:12.50926875rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CJzhqXdLhaQ2FONA3bqUmSmvUxOqlF9S { width:35.125rem;height:12.50926875rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XaZkKXI3v4GZpP85lU1WueZkei0UKXWW { width:35.125rem;height:12.50926875rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFWGqOl15nCmZv6zdAswVnOteGfp7PLo { width:29.375rem;height:16.8125rem;top:79.9375rem;left:18.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HHMyqmDzFwbhkF6JUxGzlK6rsxsq2o7J { width:35.125rem;height:12.50926875rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvrPW5r5NKmonc1tFroDbdC1Q77mFptw { width:35.125rem;height:12.50926875rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hwZ7fQaBJVXJzkT1fNPEOEuo9AhtyxJh { width:35.125rem;height:12.50926875rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yhdDtC7Zp713WEhpqdS6u60CiASM2tOk { width:29.375rem;height:16.8125rem;top:114.1875rem;left:18.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nt8CutokuwfZfTA4ZD4PdMGMgfFONBIi { width:35.125rem;height:12.50926875rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJ9hERQUKd3p7qvf5i5NtxcPp7S31JAo { width:35.125rem;height:12.50926875rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eowsyHtONykZ99WauTUmUbquinChZnbo { width:21.0625rem;height:3.75rem;top:146.5rem;left:13.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KriKtdETiccZbxn8bdz8lRxQ41EAX3Cb { display:block; }
 }@media only screen and (max-width: 763px) { #QdPSfDfIRkLCpJXHTHta4omEX6ZyTQQt { width:35.125rem;height:12.50926875rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rH9EKCsGbGcT0Rxn6PpUThXtyQa5qoyX { display:block; }#rH9EKCsGbGcT0Rxn6PpUThXtyQa5qoyX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hotrghF8vI3Qy9sgcTdgFEmIKdgWt4Qo { width:35.125rem;height:0.8125rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bAirbJqrPLwHfckh8Kc0lXxEw0QSVWpw { display:block; }#bAirbJqrPLwHfckh8Kc0lXxEw0QSVWpw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zsOnGL380EInS3UeocLyvCnLpCnOUnOz { width:35.125rem;height:0.8125rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vav4ULXV0XPndyIehBHF7c07PobWhsfE { width:35.125rem;height:12.50926875rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ss399I96BVhP220UJESzxw5mdyhQsJp2 { display:block; }#ss399I96BVhP220UJESzxw5mdyhQsJp2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bksGWTBsvF8aH1IOPXG2tbHv9GI1rgle { width:35.125rem;height:0.8125rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #THPsvucZd63nH0Ds0rbB6C84MTOOt9JB { width:19.3125rem;height:3.75rem;top:59.25rem;left:14.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FKFhhpwPsTVFA3GGXbTOw0COzEDZHOS1 { display:block; }
 }@media only screen and (max-width: 763px) { #lCrO3MIXOxfOiVma18mcm0LpbmsXZyKA { width:35.125rem;height:21.25rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }#lCrO3MIXOxfOiVma18mcm0LpbmsXZyKA li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/1bb814c7-783b-4c24-aae6-fda39cbe1f04/ico_green.png); }
 }@media only screen and (max-width: 763px) { #H1ac3tGDO5kOSkFKWU4oI9Mtern9kmeK { width:35.125rem;height:0.8125rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqXc3D77mKenf4Bxk1zzy623P5UstwL2 { display:block; }#DqXc3D77mKenf4Bxk1zzy623P5UstwL2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AA3aPIV4OmOUbJ8tySHVKxQnSzIkcWAQ { width:35.125rem;height:0.8125rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cVdD8JoHs87ztQiANeZgz8lvflXdwsIA { width:16.4375rem;height:14.3125rem;top:12.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTpwuUDNT2fJH3TmilpueV2rKKTtUwQw { width:35.125rem;height:12.50926875rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #epXZhckBGoghT4SOksI4pfVmoXWuUTKh { width:35.125rem;height:12.50926875rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hT1ZBUqvMl9cLGDhOFMHs2hJaUG6haTZ { width:35.125rem;height:21.25rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }#hT1ZBUqvMl9cLGDhOFMHs2hJaUG6haTZ li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/75fc527b-6f04-4255-a946-2675a7a27e70/ico_blue.png); }
 }@media only screen and (max-width: 763px) { #VyFhCFEVLhiMA0duKurT8FFhft6JT8H3 { display:block; }#VyFhCFEVLhiMA0duKurT8FFhft6JT8H3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MJkxTwG5w4yfU4t7kg8Ea5sZIPDfnWI1 { width:35.125rem;height:0.8125rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FUHHpG9HQVDTT82rmOufHE6x0SScr2ZW { width:35.125rem;height:12.50926875rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nK5ckqaldVbPws20ePo0ySQCB8clVue2 { width:35.125rem;height:12.50926875rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gn4rR1SmHbP0gA6GAiDymcnKt9F7ckdw { width:3.3125rem;height:3.3125rem;top:20.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJxFVrp1FsJOtS4ollzXQrUEiT6QgcSz { width:3.3125rem;height:3.3125rem;top:26.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g4nibtZDeTZ5Ar7OT9XcU2xBNfh6pzhn { width:3.3125rem;height:3.3125rem;top:34.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z76T0UQ2nvaqRVghllXCNT56rirw3Kki { display:block; }#z76T0UQ2nvaqRVghllXCNT56rirw3Kki > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WK6U4UyVDBfZr9eUDOkeXv08ZRgEEspq { width:35.125rem;height:0.8125rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5CQW87dvyBp0pGzyJuAwA3p8lkqMRBl { width:35.125rem;height:21.25rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }#s5CQW87dvyBp0pGzyJuAwA3p8lkqMRBl li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/965ce8b8-561c-4530-ac01-bac7d16f2aa8/ico_blue_02.png); }
 }@media only screen and (max-width: 763px) { #c4TllwztBQT8ae0OX4pxXMeL8XPkRtey { width:35.125rem;height:12.50926875rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNlnc5wKimNK2BLp2l9a3rOVm9OX6MOQ { display:block; }#sNlnc5wKimNK2BLp2l9a3rOVm9OX6MOQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XFb2UIbTs754FmdU3RCz2A7ssQ6CRGLE { width:35.125rem;height:0.8125rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVqAifaovOffZcxTgQBsrSd9rUNKSJ66 { width:35.125rem;height:12.50926875rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gyaeyT9qoGbnzHQStCPkNGUyRkQauJ2C { width:35.125rem;height:0.8125rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XuWWXFifbxPmbpZU4mxgpdw9Tm9FqVRi { width:19.3125rem;height:3.75rem;top:60.9375rem;left:14.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C2qzO2SlTgv1TqMi844Nw6VJCHALh4Ar { display:block; }
 }@media only screen and (max-width: 763px) { #r1mTPqIV7Erq8SimNCwwnI5I7q6q0Jye { display:block; }#r1mTPqIV7Erq8SimNCwwnI5I7q6q0Jye > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rcSqWcfitWnTZXRO8ty3ZIDkTGfalUva { width:16.8125rem;height:0.5625rem;top:35.88720703125rem;left:29.19091796875rem;font-size:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VED9UH8QBT2cH4yf9brLTbwlrnnTxs3p { width:9.8125rem;height:0.625rem;top:1.4375rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VloBAzq97q1fhEad4VR27Ttwl56HHgBc { background-color:#10189a;background-image:url("https://images.assets-landingi.com/uc/ff05b877-5397-4462-9591-4d8cbab98d64/bg_main_01.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#VloBAzq97q1fhEad4VR27Ttwl56HHgBc.adaptive-delivery-prevent-bg, #VloBAzq97q1fhEad4VR27Ttwl56HHgBc.lazyload, #VloBAzq97q1fhEad4VR27Ttwl56HHgBc.lazyloading { background-image: none; }#VloBAzq97q1fhEad4VR27Ttwl56HHgBc > .row .container { background-color: transparent; background-image: none; }#VloBAzq97q1fhEad4VR27Ttwl56HHgBc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VloBAzq97q1fhEad4VR27Ttwl56HHgBc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VloBAzq97q1fhEad4VR27Ttwl56HHgBc > .row .container > .video-iframe-container { display: none; }#VloBAzq97q1fhEad4VR27Ttwl56HHgBc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VloBAzq97q1fhEad4VR27Ttwl56HHgBc > .row > .video-iframe-container { display: none; }#VloBAzq97q1fhEad4VR27Ttwl56HHgBc > .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); }#VloBAzq97q1fhEad4VR27Ttwl56HHgBc > .row .container { width:20rem;height:55.6621125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VBUyUSP5kFR7LaTAP8W2sQwQNChoosdA { width:20rem;height:6.599125rem;top:6.8125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #KTWuuRkCcGh7XvwoAdpal4GIFWptqVqJ { width:13.625rem;height:1.75rem;top:1.875rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yKfOkz1i1CL0ypnu7KFQ0ZLbS6dp2aNT { width:20rem;height:8.69925rem;top:14.6875rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #xdNKLMLc9iZZPqaWFE92XmrHDrufx0b9 { width:20rem;height:21.75rem;top:24.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eGD3nFIInX866CE5WBfTAPMTeicDpvq3 { width:19rem;height:3.75rem;top:47.625rem;left:0.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9KPuLfeqMCwEd8vk0HZMlhVBDDaUzSh { display:block; }
 }@media only screen and (max-width: 763px) { #wNUu1Go9CKcUE5HtTndqrfS5ZLFHp9PX { width:20rem;height:0;top:52.625rem;left:0rem;font-size:0.8125rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DZk84Nag0dIb3JncqkAXtJLLBekTeLOE { background-color:#ffffff;background-image:none;display:block; }#DZk84Nag0dIb3JncqkAXtJLLBekTeLOE > .row .container { background-color: transparent; background-image: none; }#DZk84Nag0dIb3JncqkAXtJLLBekTeLOE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DZk84Nag0dIb3JncqkAXtJLLBekTeLOE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DZk84Nag0dIb3JncqkAXtJLLBekTeLOE > .row .container > .video-iframe-container { display: none; }#DZk84Nag0dIb3JncqkAXtJLLBekTeLOE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DZk84Nag0dIb3JncqkAXtJLLBekTeLOE > .row > .video-iframe-container { display: none; }#DZk84Nag0dIb3JncqkAXtJLLBekTeLOE > .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); }#DZk84Nag0dIb3JncqkAXtJLLBekTeLOE > .row .container { width:20rem;height:121.0488125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KmLyXFX7ZKQfGsF9JOpx4xlNAlkdr5J7 { width:20rem;height:76.875rem;top:12.8125rem;left:0.0625rem;font-size:1.25rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rX1s6zQkIpC3oo1sDTZFvKIAhKphFo8L { width:20rem;height:7.974625rem;top:3.125rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #N5aoZN2ITG1W1mCTXCfcqguwRy8pzl2J { display:flex;width:5.625rem;height:5.625rem;top:90.9375rem;left:7.1875rem; }
 }@media only screen and (max-width: 763px) { #NWTILw735TanXTQbpD8ZHk5UfyICMtxs { width:20rem;height:0;top:106.9375rem;left:0rem;font-size:1.25rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DwZvDRy0U14BpvP3eVSxHUG1U0ylZFHp { width:20rem;height:0;top:97.8125rem;left:0rem;font-size:1.25rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aJeCpxGuG0BUgzDybK7aeZNeSlcSoFuk { background-color:#e5f4ff;background-image:none;display:block; }#aJeCpxGuG0BUgzDybK7aeZNeSlcSoFuk > .row .container { background-color: transparent; background-image: none; }#aJeCpxGuG0BUgzDybK7aeZNeSlcSoFuk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aJeCpxGuG0BUgzDybK7aeZNeSlcSoFuk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aJeCpxGuG0BUgzDybK7aeZNeSlcSoFuk > .row .container > .video-iframe-container { display: none; }#aJeCpxGuG0BUgzDybK7aeZNeSlcSoFuk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aJeCpxGuG0BUgzDybK7aeZNeSlcSoFuk > .row > .video-iframe-container { display: none; }#aJeCpxGuG0BUgzDybK7aeZNeSlcSoFuk > .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); }#aJeCpxGuG0BUgzDybK7aeZNeSlcSoFuk > .row .container { width:20rem;height:127.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yt5iTFIHoHTTos7ww8i72KdppU9SVe8u { width:18.1875rem;height:4.5rem;top:3.125rem;left:0.875rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MO3QB4FqKpg3bgEorQIEhTIbLu45IK7y { width:20rem;height:13.125rem;top:97.375rem;left:0rem;font-size:1.25rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nVZAxwoMmFf4xzcWi3hinN0R2b6PK6iO { width:20rem;height:85.875rem;top:9.5rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }#nVZAxwoMmFf4xzcWi3hinN0R2b6PK6iO li:not(:first-child){ padding-top:0.75rem;padding-right:0;padding-bottom:0;padding-left:0; }#nVZAxwoMmFf4xzcWi3hinN0R2b6PK6iO li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/1bb814c7-783b-4c24-aae6-fda39cbe1f04/ico_green.png); }
 }@media only screen and (max-width: 763px) { #IlNO4zcLkc0KD8GZ3yK7KMC1TrzxIZug { width:19rem;height:3.75rem;top:112.5rem;left:0.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFan7p628eSURnGx6Wkth8JONEQRvTBn { display:block; }
 }@media only screen and (max-width: 763px) { #h6lRyLZLTOaky0RPr4lRQ2i2uSZoWm7l { width:14.6875rem;height:8.75rem;top:117.5rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7RNCNZH69uasxRd5goVc03mXPCc7Zka { display:block; }#M7RNCNZH69uasxRd5goVc03mXPCc7Zka > .row .container { width:20rem;height:91.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F7vVSMglnSBqruB8DzELfOhEJ2NI3gvr { width:20rem;height:24.375rem;top:18.5rem;left:0rem;font-size:1.25rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #i59PICNaRgtUTHUeEJ0g3tPIiAiQSmDX { width:20rem;height:13.5rem;top:3.125rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gPwx1MoFScfR72MKhe89TAvd3GvN86TI { width:20rem;height:13.239436619718rem;top:44.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ikv7H0VSS3Ws8wnGVzoHZ14HhMcd58Q2 { width:20rem;height:13.051643192488rem;top:58.614436619718rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LK5X2JP1be0sQpNLiFzfqkuyg4W16swp { display:block; }#LK5X2JP1be0sQpNLiFzfqkuyg4W16swp > .row .container { width:20rem;height:111.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Sg9yEiIKw5gaIhGv6Kkpav6RJXz5nNad { width:20rem;height:6.75rem;top:3.125rem;left:-0.3125rem;font-size:1.875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #eaQotuLFUTnbVkTkDTAui2ecuMFRIUXl { width:20rem;height:0;top:32.375rem;left:0rem;font-size:1.5rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WUgpZWTt7H4BKToUBxgzUh50IVI6nxd0 { width:20rem;height:0;top:37.82421875rem;left:0rem;font-size:1.25rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Z4Z7n9HbMPKq6nlxakORCyXZLtTlsAwK { width:20rem;height:20rem;top:11.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U9gJlp9w62bg96bJf1XagCUQvP7JNwd2 { width:20rem;height:0;top:48.26071875rem;left:0rem;font-size:1.5rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uGxoqvPZXrhEui9qcwncuhFpUm3hmoCu { width:20rem;height:0;top:53.7099375rem;left:0rem;font-size:1.25rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kNP0JkT14TIxLPWrHwldG4rhh18CCuyq { width:20rem;height:20rem;top:64.1464375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJHi46XkNlh1a0A7BodDHplKGMpW7WxJ { display:block; }#lJHi46XkNlh1a0A7BodDHplKGMpW7WxJ > .row .container { width:20rem;height:162.4550828125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tfWarJdQAtObydRkNBhH6mTZBCxsmCWq { width:20rem;height:6.75rem;top:3.125rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #McKta2EOp4VyCzZTzNNGFOAvZIrTIP5R { width:12.9375rem;height:3.75rem;top:96.4580078125rem;left:5.1875rem;font-size:1.25rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mLJfuo3CLWsaG9tT6FTArz0V5f4hsXdB { width:14.8125rem;height:3.75rem;top:102.0517578125rem;left:5.1875rem;font-size:1.25rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gfPBTWdXT86FISbp3uebyo2VMBT3p3XO { width:14.875rem;height:5.625rem;top:107.6455078125rem;left:5.125rem;font-size:1.25rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rtPfPBToTGA2qMGQ6207eIIFodayPm2y { width:4.375rem;height:4.375rem;top:95.8955078125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGBrWvIDIac6VmHAkVSIqIN6pxcHLwpx { width:3.9375rem;height:3.9375rem;top:101.9580078125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L9awTUDhchrVr2P9BMRPmZt4Iw8g1guo { width:3.9375rem;height:3.9375rem;top:107.8330078125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ctb3fT1pZcfi6kNkkmE8nrfhwmHTBkTu { width:6.25rem;height:6.25rem;top:114.5205078125rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fGR5kboC8StVoUc2TfxbVU0IGkN6FT3z { width:6.25rem;height:6.25rem;top:122.0205078125rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tdKhBKdtXEreQwEfsuFz4IgRu3C7QGnh { width:7.1875rem;height:6.25rem;top:129.5205078125rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lCr3qDnrBFWFaNapTG8rFTzhFu3HPQLN { width:15.75rem;height:0;top:137.0205078125rem;left:2.125rem;font-size:1.25rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Pt2hx5IMk8TuSMUCyN0cSw1rhwRcwOHf { width:15.75rem;height:0;top:141.6826203125rem;left:2.125rem;font-size:1.25rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LehaWPfg2TLueFLRNfhgGDoaQLylnFNd { width:16.375rem;height:0;top:148.0502953125rem;left:1.8125rem;font-size:1.25rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Z1bMkFKoc69SZrr5112ki4aJRIgaR3SZ { width:19rem;height:3.75rem;top:154.4179703125rem;left:0.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a3pkA7kA6w068A3ikZ4ODOfakJV0Ft8N { display:block; }
 }@media only screen and (max-width: 763px) { #GPI2q4Cs1RGXFOyHgTginC0gSpQu49uW { width:20rem;height:0;top:159.4179703125rem;left:0rem;font-size:0.8125rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XW5aeckmxgqfTUoE43OUHTNzEEVwHghB { display:block; }#XW5aeckmxgqfTUoE43OUHTNzEEVwHghB > .row .container { width:20rem;height:528.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UFnW5QVp5yFJ4OHkA9b8g9eHzIIzkFxa { width:20rem;height:4.5rem;top:3.125rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #PnN8G6z1C3TyTpl2axTyMoE5HdrX9RH9 { width:20rem;height:52.25rem;top:9.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tn8U39xJWZechT0oEdrhoi1t7kPNV4gU { width:18.8125rem;height:11.25rem;top:16.6875rem;left:0.875rem;font-size:1.25rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pvgf7wlLEaseG2L8qMxiggMiLDsyGd9A { width:20rem;height:1.5996125rem;top:11.6875rem;left:0rem;font-size:1rem;line-height:1.6;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SDuTZarMPT55F06TMpnwHuMZgUidTNHK { width:20rem;height:1.94970625rem;top:13.4375rem;left:0rem;font-size:1.625rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QpDTG8RVnwBWgukKXMkbL07x3xcnTT7y { width:13.9375rem;height:3rem;top:29.3125rem;left:0.875rem;font-size:1.25rem;line-height:1.2;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #d6BgwMJeROsKZBoTFrCW442PMpUiQRrK { width:18.5625rem;height:25.875rem;top:33.25rem;left:0.71875rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }#d6BgwMJeROsKZBoTFrCW442PMpUiQRrK li:not(:first-child){ padding-top:0.75rem;padding-right:0;padding-bottom:0;padding-left:0; }#d6BgwMJeROsKZBoTFrCW442PMpUiQRrK li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/75fc527b-6f04-4255-a946-2675a7a27e70/ico_blue.png); }
 }@media only screen and (max-width: 763px) { #kv2DmfcoPNi335gF129BNkFtZSflfOFy { width:20rem;height:67.6875rem;top:142.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vMsNXsWs1KSnnTKbNkxBqs7R71xTBoXt { width:18.25rem;height:33.375rem;top:175rem;left:0.625rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }#vMsNXsWs1KSnnTKbNkxBqs7R71xTBoXt li:not(:first-child){ padding-top:0.75rem;padding-right:0;padding-bottom:0;padding-left:0; }#vMsNXsWs1KSnnTKbNkxBqs7R71xTBoXt li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/75fc527b-6f04-4255-a946-2675a7a27e70/ico_blue.png); }
 }@media only screen and (max-width: 763px) { #IqReEMdaeQxWDt0Ua9bk5yVNbL4UrSwJ { width:16.25rem;height:2rem;top:172.125rem;left:0.625rem;font-size:1.25rem;line-height:1.6;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CV5LEWFpzKJyAuq19qizFhTm4uEHgug2 { width:18.75rem;height:15rem;top:155.75rem;left:0.625rem;font-size:1.25rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #V5Eox1uOl7FueZsRyTGEQp41efFny8WO { width:20rem;height:7.7988125rem;top:146.8125rem;left:0rem;font-size:1.625rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UaiSUyTd6D4DM78DSBlDR4L5g3WO6bNy { width:20rem;height:1.5996125rem;top:144.8125rem;left:0rem;font-size:1rem;line-height:1.6;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LDrVtP8bwUTQRA0FRCBIeZO8Fhr92ZWK { width:20rem;height:58.25rem;top:212.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXqa6L0LZMItpTv6v6wPHo8Fnpdg4y2t { width:18.375rem;height:31.5rem;top:236.6875rem;left:0.625rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }#UXqa6L0LZMItpTv6v6wPHo8Fnpdg4y2t li:not(:first-child){ padding-top:0.75rem;padding-right:0;padding-bottom:0;padding-left:0; }#UXqa6L0LZMItpTv6v6wPHo8Fnpdg4y2t li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/75fc527b-6f04-4255-a946-2675a7a27e70/ico_blue.png); }
 }@media only screen and (max-width: 763px) { #Mob6E16ukpoaZSOfUQQHwiJmt5AE6EAW { width:14.5625rem;height:2rem;top:234rem;left:0.625rem;font-size:1.25rem;line-height:1.6;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #D77hTWxpPJUVhs4TqvD2LtgpGl3WUQ0Q { width:18.8125rem;height:9.375rem;top:223.25rem;left:0.625rem;font-size:1.25rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iTmlaq8V89GlfahxMahT6fAWHQIU6Kw4 { width:20rem;height:5.84911875rem;top:216.125rem;left:0rem;font-size:1.625rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OKQSguafcNSLXAXnUmyVHpQqRJrficG5 { width:20rem;height:1.5996125rem;top:214.375rem;left:0rem;font-size:1rem;line-height:1.6;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ld0MoSCEwD6h4ab8y4wfQTN4QwEppDib { width:20rem;height:54.5rem;top:272.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #frxmIqIH6snGZxelRKTBhNvzRZ80Pbts { width:18.0625rem;height:27.75rem;top:296.8125rem;left:0.625rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }#frxmIqIH6snGZxelRKTBhNvzRZ80Pbts li:not(:first-child){ padding-top:0.75rem;padding-right:0;padding-bottom:0;padding-left:0; }#frxmIqIH6snGZxelRKTBhNvzRZ80Pbts li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/75fc527b-6f04-4255-a946-2675a7a27e70/ico_blue.png); }
 }@media only screen and (max-width: 763px) { #p2rqhCQkIXlwOVFP5xAXNOCXDwbKnZ2U { width:15.1875rem;height:2rem;top:294.125rem;left:0.625rem;font-size:1.25rem;line-height:1.6;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TQDwKeOGCtmpelSr9H0U6iOfn2UaeqbP { width:18rem;height:9.375rem;top:283.375rem;left:0.625rem;font-size:1.25rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fkN0aZD3a9ehmAw0IM8rtThZ59N9hE5V { width:20rem;height:5.84911875rem;top:276.25rem;left:0rem;font-size:1.625rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XFKGRXS09PmI9eJQnxsdQX5TzaKzTRTq { width:20rem;height:1.5996125rem;top:274.5rem;left:0rem;font-size:1rem;line-height:1.6;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #E8mys3lnooqSmDzDym94hli5yqvxOECS { width:20rem;height:67.6875rem;top:328.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6NDKiVaVqZ8pA5wuDlEzrUEM8eJc9B8 { width:18.3125rem;height:37.125rem;top:357.125rem;left:0.625rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }#R6NDKiVaVqZ8pA5wuDlEzrUEM8eJc9B8 li:not(:first-child){ padding-top:0.75rem;padding-right:0;padding-bottom:0;padding-left:0; }#R6NDKiVaVqZ8pA5wuDlEzrUEM8eJc9B8 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/75fc527b-6f04-4255-a946-2675a7a27e70/ico_blue.png); }
 }@media only screen and (max-width: 763px) { #lGAwrWwBkDpBk8TFWNlmzS74c9VV0nms { width:16.75rem;height:2rem;top:354.4375rem;left:0.625rem;font-size:1.25rem;line-height:1.6;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mgrIxBV2KzHXnHFVdBXUpfsk7ys02ZGb { width:18.875rem;height:11.25rem;top:341.8125rem;left:0.625rem;font-size:1.25rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DBFX9rHtSHoGdTCxGS1KEFx834mTHrAd { width:20rem;height:7.7988125rem;top:332.75rem;left:0rem;font-size:1.625rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dQcrtve4qE8HRO0HrPHTN6FD2zqp7ECp { width:20rem;height:1.5996125rem;top:330.875rem;left:0rem;font-size:1rem;line-height:1.6;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #z8vl0S3h7MOaEEtPzkdh6fNWetUPQCNb { width:20rem;height:60.0625rem;top:398.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKshrPzmwsHBURnbwQRd7ddlRP7XdZ5Z { width:18.5rem;height:31.5rem;top:424.5625rem;left:0.625rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }#MKshrPzmwsHBURnbwQRd7ddlRP7XdZ5Z li:not(:first-child){ padding-top:0.75rem;padding-right:0;padding-bottom:0;padding-left:0; }#MKshrPzmwsHBURnbwQRd7ddlRP7XdZ5Z li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/75fc527b-6f04-4255-a946-2675a7a27e70/ico_blue.png); }
 }@media only screen and (max-width: 763px) { #QasAXEvHNNlr1aUxR33MC4Zi8ZpA5Q93 { width:14.8125rem;height:2rem;top:421.875rem;left:0.625rem;font-size:1.25rem;line-height:1.6;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #r2Ji7SfZBZ2RQnTuhCbsIuBzho8sZk58 { width:18.5rem;height:11.25rem;top:409.25rem;left:0.625rem;font-size:1.25rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WOIEUN6J2AXdz64SQzHL7PO7kkKwytgS { width:20rem;height:5.84911875rem;top:402.125rem;left:0rem;font-size:1.625rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pArRs9fSnelAeRHc9tSxXvOlSDupxAiT { width:20rem;height:1.5996125rem;top:400.3125rem;left:0rem;font-size:1rem;line-height:1.6;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OwS54No0T03etLAiJ4H4wFE8THLUW0SE { width:20rem;height:63.6875rem;top:460.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JhtDBeQ6o0USM2c8bO9By9GMTekZZcQ4 { width:18.625rem;height:33.375rem;top:488.5625rem;left:0.625rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }#JhtDBeQ6o0USM2c8bO9By9GMTekZZcQ4 li:not(:first-child){ padding-top:0.75rem;padding-right:0;padding-bottom:0;padding-left:0; }#JhtDBeQ6o0USM2c8bO9By9GMTekZZcQ4 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/75fc527b-6f04-4255-a946-2675a7a27e70/ico_blue.png); }
 }@media only screen and (max-width: 763px) { #PLJW2PbUeTZd0KtXlgcOagEQAuCpB196 { width:13.8125rem;height:2rem;top:485.875rem;left:0.625rem;font-size:1.25rem;line-height:1.6;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cZBQeH9tythlOeU8g4gV6rky6mmmDZdi { width:18.625rem;height:13.125rem;top:471.375rem;left:0.625rem;font-size:1.25rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aLg1h8ZL6ZuTXCmpHd03TdteCcKRdzfP { width:17.9375rem;height:5.84911875rem;top:464.25rem;left:1.0625rem;font-size:1.625rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wh5eJTCxe8dPFNB0tpFX7G35FASrBMdS { width:20rem;height:1.5996125rem;top:462.5rem;left:0rem;font-size:1rem;line-height:1.6;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iyKerBNSxS1HmbBGqU1Rwgx5Q7FyU2yB { width:20rem;height:77.125rem;top:63.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXKq7rfKIG5ktLGQeVbz6934lwMFGyTP { width:17.75rem;height:40.875rem;top:97.5625rem;left:0.625rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }#EXKq7rfKIG5ktLGQeVbz6934lwMFGyTP li:not(:first-child){ padding-top:0.75rem;padding-right:0;padding-bottom:0;padding-left:0; }#EXKq7rfKIG5ktLGQeVbz6934lwMFGyTP li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/75fc527b-6f04-4255-a946-2675a7a27e70/ico_blue.png); }
 }@media only screen and (max-width: 763px) { #ImQT6M3yiEBIEfvptU1JkPBIKBXazvUq { width:18.5625rem;height:15rem;top:78.5rem;left:0.625rem;font-size:1.25rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DCXWNVLRuzyEdxM83T0DgutSU9NXbDdr { width:16.375rem;height:2rem;top:94.875rem;left:0.625rem;font-size:1.25rem;line-height:1.6;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ahcXLsFIoMFl8rrtHvTmOWklsrxZtC59 { width:20rem;height:9.7485625rem;top:67.5625rem;left:0rem;font-size:1.625rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #G0WxQRdlpN4rKJSo6iHsPIrpfkElZp55 { width:20rem;height:1.5996125rem;top:65.75rem;left:0rem;font-size:1rem;line-height:1.6;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sIkHCQpDctOFi4GSffVTRw64p6IwyxxT { display:block; }#sIkHCQpDctOFi4GSffVTRw64p6IwyxxT > .row .container { width:20rem;height:218.8496125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J39OOmL9pTqwK5aIXaxhNwNsSkPKffuP { width:20rem;height:9rem;top:3.125rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ONOmGAAdOmqHGUEEvbbtl0hQ6RBZKB6L { width:17.375rem;height:8.44925rem;top:27.75rem;left:1.3125rem;font-size:1.625rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GCMIsGhzQc6AqhWRIuShLPq1TTKkKriX { width:10.875rem;height:1.5996125rem;top:26rem;left:4.25rem;font-size:1rem;line-height:1.6;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KzxhpQksXFs83f9Kgc3VTTc2Wzn38G0l { width:20rem;height:20.625rem;top:37.25rem;left:0rem;font-size:1.25rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GH4oZQl86hViVg5R69FtHpKiMdw65751 { width:20rem;height:11.398305084746rem;top:14.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r24MSyt5KqQhT51ASpT08RNCB8lnPrxc { width:20rem;height:28.125rem;top:83.6875rem;left:0rem;font-size:1.25rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #n7bTXHhV8uxFGTTxQMifJagdAJcOcJcZ { width:20rem;height:11.446808510638rem;top:60.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #evlKuT52H52FRUQydgyK4p1hPv8VIk3M { width:20rem;height:8.44925rem;top:74.8125rem;left:0rem;font-size:1.625rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CJzhqXdLhaQ2FONA3bqUmSmvUxOqlF9S { width:10.875rem;height:1.5996125rem;top:72.3125rem;left:4.5625rem;font-size:1rem;line-height:1.6;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XaZkKXI3v4GZpP85lU1WueZkei0UKXWW { width:20rem;height:30rem;top:139.3125rem;left:0rem;font-size:1.25rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MFWGqOl15nCmZv6zdAswVnOteGfp7PLo { width:20rem;height:11.446808510638rem;top:114.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HHMyqmDzFwbhkF6JUxGzlK6rsxsq2o7J { width:20rem;height:10.5615rem;top:128.375rem;left:0rem;font-size:1.625rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rvrPW5r5NKmonc1tFroDbdC1Q77mFptw { width:10.875rem;height:1.5996125rem;top:126.625rem;left:4.5625rem;font-size:1rem;line-height:1.6;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hwZ7fQaBJVXJzkT1fNPEOEuo9AhtyxJh { width:20rem;height:16.875rem;top:192.6875rem;left:0rem;font-size:1.25rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yhdDtC7Zp713WEhpqdS6u60CiASM2tOk { width:20rem;height:11.446808510638rem;top:172.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nt8CutokuwfZfTA4ZD4PdMGMgfFONBIi { width:17.6875rem;height:6.3369375rem;top:185.75rem;left:1.15625rem;font-size:1.625rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AJ9hERQUKd3p7qvf5i5NtxcPp7S31JAo { width:10.875rem;height:1.5996125rem;top:184rem;left:4.5625rem;font-size:1rem;line-height:1.6;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eowsyHtONykZ99WauTUmUbquinChZnbo { width:19rem;height:3.75rem;top:210.8125rem;left:0.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KriKtdETiccZbxn8bdz8lRxQ41EAX3Cb { display:block; }
 }@media only screen and (max-width: 763px) { #QdPSfDfIRkLCpJXHTHta4omEX6ZyTQQt { width:20rem;height:0;top:215.8125rem;left:0rem;font-size:0.8125rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rH9EKCsGbGcT0Rxn6PpUThXtyQa5qoyX { display:block; }#rH9EKCsGbGcT0Rxn6PpUThXtyQa5qoyX > .row .container { width:20rem;height:89.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hotrghF8vI3Qy9sgcTdgFEmIKdgWt4Qo { width:20rem;height:4.5rem;top:3.125rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #bAirbJqrPLwHfckh8Kc0lXxEw0QSVWpw { display:block; }#bAirbJqrPLwHfckh8Kc0lXxEw0QSVWpw > .row .container { width:20rem;height:111.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zsOnGL380EInS3UeocLyvCnLpCnOUnOz { width:18.1875rem;height:13.5rem;top:3.125rem;left:0.90625rem;font-size:1.875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #vav4ULXV0XPndyIehBHF7c07PobWhsfE { width:20rem;height:90rem;top:18.5625rem;left:0rem;font-size:1.25rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ss399I96BVhP220UJESzxw5mdyhQsJp2 { display:block; }#ss399I96BVhP220UJESzxw5mdyhQsJp2 > .row .container { width:20rem;height:107.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bksGWTBsvF8aH1IOPXG2tbHv9GI1rgle { width:20rem;height:13.5rem;top:1.75rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #THPsvucZd63nH0Ds0rbB6C84MTOOt9JB { width:17.3125rem;height:3.75rem;top:99.5625rem;left:1.34375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FKFhhpwPsTVFA3GGXbTOw0COzEDZHOS1 { display:block; }
 }@media only screen and (max-width: 763px) { #lCrO3MIXOxfOiVma18mcm0LpbmsXZyKA { width:20rem;height:60.75rem;top:16.25rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }#lCrO3MIXOxfOiVma18mcm0LpbmsXZyKA li:not(:first-child){ padding-top:0.75rem;padding-right:0;padding-bottom:0;padding-left:0; }#lCrO3MIXOxfOiVma18mcm0LpbmsXZyKA li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/1bb814c7-783b-4c24-aae6-fda39cbe1f04/ico_green.png); }
 }@media only screen and (max-width: 763px) { #H1ac3tGDO5kOSkFKWU4oI9Mtern9kmeK { width:20rem;height:18.89646875rem;top:79.6875rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #DqXc3D77mKenf4Bxk1zzy623P5UstwL2 { display:block; }#DqXc3D77mKenf4Bxk1zzy623P5UstwL2 > .row .container { width:20rem;height:91.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AA3aPIV4OmOUbJ8tySHVKxQnSzIkcWAQ { width:20rem;height:6.75rem;top:3.125rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #cVdD8JoHs87ztQiANeZgz8lvflXdwsIA { width:16.4375rem;height:14.3125rem;top:11.125rem;left:1.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTpwuUDNT2fJH3TmilpueV2rKKTtUwQw { width:20rem;height:13.125rem;top:27.3125rem;left:0rem;font-size:1.25rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #epXZhckBGoghT4SOksI4pfVmoXWuUTKh { width:20rem;height:16.875rem;top:70.625rem;left:0rem;font-size:1.25rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hT1ZBUqvMl9cLGDhOFMHs2hJaUG6haTZ { width:20rem;height:27rem;top:41.625rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }#hT1ZBUqvMl9cLGDhOFMHs2hJaUG6haTZ li:not(:first-child){ padding-top:0.75rem;padding-right:0;padding-bottom:0;padding-left:0; }#hT1ZBUqvMl9cLGDhOFMHs2hJaUG6haTZ li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/75fc527b-6f04-4255-a946-2675a7a27e70/ico_blue.png); }
 }@media only screen and (max-width: 763px) { #VyFhCFEVLhiMA0duKurT8FFhft6JT8H3 { display:block; }#VyFhCFEVLhiMA0duKurT8FFhft6JT8H3 > .row .container { width:20rem;height:79.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MJkxTwG5w4yfU4t7kg8Ea5sZIPDfnWI1 { width:20rem;height:9rem;top:3.125rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #FUHHpG9HQVDTT82rmOufHE6x0SScr2ZW { width:20rem;height:9.375rem;top:14rem;left:0rem;font-size:1.25rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nK5ckqaldVbPws20ePo0ySQCB8clVue2 { width:15.625rem;height:50.625rem;top:25.375rem;left:4.375rem;font-size:1.25rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gn4rR1SmHbP0gA6GAiDymcnKt9F7ckdw { width:3.3125rem;height:3.3125rem;top:25.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJxFVrp1FsJOtS4ollzXQrUEiT6QgcSz { width:3.3125rem;height:3.3125rem;top:37.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g4nibtZDeTZ5Ar7OT9XcU2xBNfh6pzhn { width:3.3125rem;height:3.3125rem;top:52.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z76T0UQ2nvaqRVghllXCNT56rirw3Kki { display:block; }#z76T0UQ2nvaqRVghllXCNT56rirw3Kki > .row .container { width:20rem;height:64.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WK6U4UyVDBfZr9eUDOkeXv08ZRgEEspq { width:20rem;height:13.5rem;top:3.125rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #s5CQW87dvyBp0pGzyJuAwA3p8lkqMRBl { width:20rem;height:22.125rem;top:18.5rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }#s5CQW87dvyBp0pGzyJuAwA3p8lkqMRBl li:not(:first-child){ padding-top:0.75rem;padding-right:0;padding-bottom:0;padding-left:0; }#s5CQW87dvyBp0pGzyJuAwA3p8lkqMRBl li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/965ce8b8-561c-4530-ac01-bac7d16f2aa8/ico_blue_02.png); }
 }@media only screen and (max-width: 763px) { #c4TllwztBQT8ae0OX4pxXMeL8XPkRtey { width:20rem;height:18.75rem;top:42.625rem;left:0rem;font-size:1.25rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sNlnc5wKimNK2BLp2l9a3rOVm9OX6MOQ { display:block; }#sNlnc5wKimNK2BLp2l9a3rOVm9OX6MOQ > .row .container { width:20rem;height:95.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XFb2UIbTs754FmdU3RCz2A7ssQ6CRGLE { width:20rem;height:4.5rem;top:3.125rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #XVqAifaovOffZcxTgQBsrSd9rUNKSJ66 { width:20rem;height:54.375rem;top:10.125rem;left:0rem;font-size:1.25rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gyaeyT9qoGbnzHQStCPkNGUyRkQauJ2C { width:20rem;height:16.79684375rem;top:67.75rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #XuWWXFifbxPmbpZU4mxgpdw9Tm9FqVRi { width:17.875rem;height:3.75rem;top:86.25rem;left:1.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C2qzO2SlTgv1TqMi844Nw6VJCHALh4Ar { display:block; }
 }@media only screen and (max-width: 763px) { #r1mTPqIV7Erq8SimNCwwnI5I7q6q0Jye { display:block; }#r1mTPqIV7Erq8SimNCwwnI5I7q6q0Jye > .row .container { width:20rem;height:6.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rcSqWcfitWnTZXRO8ty3ZIDkTGfalUva { width:20rem;height:2.0625rem;top:1.25rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VED9UH8QBT2cH4yf9brLTbwlrnnTxs3p { width:9.8125rem;height:0.625rem;top:4.5625rem;left:5.0625rem;display:block; }
 }