.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color: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:75rem;height:94.8125rem;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.1875rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:8.5rem;left:14rem;height:6.375rem;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:28.875rem;overflow:hidden;display:block; }
#yKfOkz1i1CL0ypnu7KFQ0ZLbS6dp2aNT { color:#ffffff;display:block;width:59.3125rem;position:absolute;font-family:"baloo 2";font-size:2.0625rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:26.5625rem;left:7.75rem;height:4.94921875rem;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:34.4375rem;left:18.0625rem;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:71.25rem;left:26.875rem;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:76.75rem;left:25.3125rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pAilAvI7v3iuIAkTsFIvFQVJl9CJ17Wn { position:absolute;display:block;z-index:15054;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;box-shadow: none;height:3.125rem;width:3.125rem;top:85.875rem;left:33.75rem;overflow:hidden;display:block; }
#tJ8vTLN0JBPpT8HvDU8sLxJgPNgkEznu { position:absolute;display:block;z-index:15051;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;box-shadow: none;height:3.125rem;width:3.125rem;top:85.875rem;left:26.3125rem;overflow:hidden;display:block; }
#kCAHOa9ETH0TuePZ4sMSOCrk76CcmNLI { position:absolute;display:block;z-index:15052;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;box-shadow: none;height:3.125rem;width:3.125rem;top:85.875rem;left:28.875rem;overflow:hidden;display:block; }
#ZvIVTxBramJM1itlqMJPgF2KJ7lbrg9c { position:absolute;display:block;z-index:15053;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;box-shadow: none;height:3.125rem;width:3.125rem;top:85.875rem;left:31.25rem;overflow:hidden;display:block; }
#bbtcT7UzIuubD6QTO01iDwTwCsgOmpDR { position:absolute;display:block;z-index:15050;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;box-shadow: none;height:3.125rem;width:3.125rem;top:85.875rem;left:23.75rem;overflow:hidden;display:block; }
#kByPbuwalqKPnAr2H5L82TbmxRXmuvuI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15098;opacity:1;top:85.46875rem;left:38.5625rem; }
#ybrWuxVFoA9lT4qZNv6fQsT2AOcBonTV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15099;opacity:1;top:85.46875rem;left:40.625rem; }
#lx11FUMnCfwAkcxrnf5qB4xLk7H2xsHx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15100;opacity:1;top:85.46875rem;left:42.6875rem; }
#SdcFfRLS6BD5PVGcrL7WpFKhSDdM20p1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15101;opacity:1;top:85.46875rem;left:44.75rem; }
#BzGSzuc4qMC9MurBT0ZubT3JVRBQ0KPw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15102;opacity:1;top:85.46875rem;left:46.8125rem; }
#KIy8V1EO88GIxA0MO6mirkL4iZ1SpZgg { color:#ffffff;display:block;width:11.3125rem;position:absolute;font-family:rubik;font-size:0.8125rem;font-weight:300;z-index:15046;line-height:1.1;letter-spacing:0;top:87.400390625rem;left:38.3125rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FZl2nHJpG0kSfRFvQyqDzEwAyTNvEiRT { box-sizing:content-box;height:18.625rem;width:30.1875rem;position:absolute;display:block;z-index:15001;background-color:rgba(0,0,0,0);background-image:none;top:62.0625rem;left:22.1875rem;border-top:0.125rem solid #007efc;border-left:0.125rem solid #007efc;border-right:0.125rem solid #007efc;border-bottom:0.125rem solid #007efc;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;display:block; }
#CbdT66IR7gT8uNkL4w5x3GkKqsPorexW { box-sizing:content-box;height:2.625rem;width:12.375rem;position:absolute;display:block;z-index:15103;background-color:#ffd03d;background-image:none;top:60.5615234375rem;left:31.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:3.0625rem;border-bottom-right-radius:3.0625rem;border-bottom-left-radius:3.0625rem;border-top-left-radius:3.0625rem;display:block; }
#AuW0ssUn3ixHCFltBomQiK7OeQA3lTlr { color:#000000;display:block;width:10.625rem;position:absolute;font-family:"baloo 2";font-size:1.1875rem;font-weight:700;z-index:15104;line-height:1.1;letter-spacing:0;top:61.22119140625rem;left:32.125rem;height:1.30615rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gmp6tn7Ie3TI6M8kFUV5IDliHze9r7pq { color:#ffffff;display:block;width:8.9375rem;position:absolute;font-family:"baloo 2";font-size:3.625rem;font-weight:700;z-index:15105;line-height:1.1;letter-spacing:0;top:65.48681640625rem;left:35.8125rem;height:3.98730625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#u9eG07TZGJlbCi4ETi1Tt1rbEH9VQuil { color:#a0a0a0;display:block;width:7.0625rem;position:absolute;font-family:"baloo 2";font-size:2.3125rem;font-weight:700;z-index:15106;line-height:1.1;letter-spacing:0;top:66.208984375rem;left:28.25rem;height:2.54345625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Ql1Jh0dDhbH67x9dzrAqAtnLigirQXDJ { color:#ffffff;display:block;width:46.875rem;position:absolute;font-family:"baloo 2";font-size:3.1875rem;font-weight:700;z-index:15005;line-height:1;letter-spacing:0;top:14.875rem;left:14rem;height:3.1875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Zm9122OFsf8rfir5oP1rmPCR3E8MBLBL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.0625rem;width:3.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:21.16845703125rem;left:19.1875rem; }
#ZWkDlPvSKgFpHGTckUho60HozKzSTCqv { color:#ffd03d;display:block;width:37.4375rem;position:absolute;font-family:"baloo 2";font-size:2.0625rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:21.4619140625rem;left:23.5rem;height:2.4746125rem;text-align:left;text-align-last:left;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:75rem;height:98.4375rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#rX1s6zQkIpC3oo1sDTZFvKIAhKphFo8L { color:#ee5c22;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:8.912109375rem;left:17.625rem;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; }
#bGaOXPHfFAIViu5BtVwzWQWMimaA2vt3 { box-sizing:content-box;height:89.125rem;width:51rem;position:absolute;display:block;z-index:15001;background-color:rgba(0,0,0,0);background-image:none;top:4.375rem;left:12.1875rem;border-top:0.0625rem solid #007efc;border-left:0.0625rem solid #007efc;border-right:0.0625rem solid #007efc;border-bottom:0.0625rem solid #007efc;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;display:block; }
#ILebOGsgau07pHf8VLfiXCnDZ6m75w7T { box-sizing:content-box;height:4.5625rem;width:45.6875rem;position:absolute;display:block;z-index:15002;background-color:rgba(0,0,0,0);background-image:none;top:23.82373046875rem;left:14.875rem;border-top:0.0625rem solid #dadada;border-left:0.0625rem solid #dadada;border-right:0.0625rem solid #dadada;border-bottom:0.0625rem solid #dadada;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#ZMWppZVFmaTkiZCEml2kqDukrtuvssgL { color:#000000;display:block;width:43.3125rem;position:absolute;font-family:rubik;font-size:1.3125rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:25.24853515625rem;left:16.125rem;height:1.8374rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#ZMWppZVFmaTkiZCEml2kqDukrtuvssgL li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ZMWppZVFmaTkiZCEml2kqDukrtuvssgL li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0cb572ecd7e6e6111cc7684da2acdafe576b354d.svg); }
#vG1St7ThVVUyKpNgRTSx081iuZwbeeX3 { box-sizing:content-box;height:4.8125rem;width:45.6875rem;position:absolute;display:block;z-index:15003;background-color:rgba(0,0,0,0);background-image:none;top:30.01171875rem;left:14.875rem;border-top:0.0625rem solid #dadada;border-left:0.0625rem solid #dadada;border-right:0.0625rem solid #dadada;border-bottom:0.0625rem solid #dadada;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#mHlbdHdt15LOTt06SeGxslRN21d7ftrz { color:#000000;display:block;width:35.1875rem;position:absolute;font-family:rubik;font-size:1.8125rem;font-weight:700;z-index:15006;line-height:1.4;letter-spacing:0;top:65.3125rem;left:20.1875rem;height:5.07421875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WVEycuvbOdGCUNo0NI5yPuCoryRpeCXz { color:#a0a0a0;display:block;width:7.0625rem;position:absolute;font-family:"baloo 2";font-size:2.5rem;font-weight:700;z-index:15107;line-height:.8;letter-spacing:0;top:74.18310546875rem;left:28.375rem;height:2rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#w6VxceoXCsMqAWUZil4POkSJZ8UFeBTV { color:#007efc;display:block;width:10.8125rem;position:absolute;font-family:"baloo 2";font-size:4.1875rem;font-weight:700;z-index:15106;line-height:.8;letter-spacing:0;top:73.50830078125rem;left:36.5rem;height:3.3496125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WRMJwvraEETEqyiI0zTX2zaAolzKWeVT { color:#009b89;display:block;width:18.875rem;position:absolute;font-family:rubik;font-size:1.8125rem;font-weight:400;z-index:15007;line-height:1.4;letter-spacing:0;top:79.5625rem;left:28.375rem;height:2.5371125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qctJe5GWcI7h0hM1tL4ozpknNCdTmS3V { 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:23.625rem;height:3.75rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:83.6875rem;left:26rem;display:block; }
#qJIgqqkL61pugxoguewkzISgmTTh7XOT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sU1IU1Am7TMUEW7RDBH5m8I5mbkKh9ax { 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:88.625rem;left:25.6875rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#w0PXPTKFHmFMkVHC03t5nxvUZToVoyDf { color:#000000;display:block;width:39.75rem;position:absolute;font-family:rubik;font-size:1.9375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:15.3125rem;left:17.9375rem;height:5.0371125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#W3d7wLsSJXblPKICpXe5A6oNVRDSE1bU { color:#000000;display:block;width:43.3125rem;position:absolute;font-family:rubik;font-size:1.3125rem;font-weight:300;z-index:15007;line-height:1.4;letter-spacing:0;top:31.5615234375rem;left:16.125rem;height:1.8374rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#W3d7wLsSJXblPKICpXe5A6oNVRDSE1bU li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#W3d7wLsSJXblPKICpXe5A6oNVRDSE1bU li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0cb572ecd7e6e6111cc7684da2acdafe576b354d.svg); }
#HiOrmhSegETU86mVXA3qSqVBlzJt7zt7 { color:#000000;display:block;width:43.3125rem;position:absolute;font-family:rubik;font-size:1.3125rem;font-weight:300;z-index:15008;line-height:1.4;letter-spacing:0;top:38.06103515625rem;left:16.125rem;height:1.8374rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#HiOrmhSegETU86mVXA3qSqVBlzJt7zt7 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#HiOrmhSegETU86mVXA3qSqVBlzJt7zt7 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0cb572ecd7e6e6111cc7684da2acdafe576b354d.svg); }
#N1we0ZakX9B4ZnT19uJMZlfxtSBLQRis { box-sizing:content-box;height:4.8125rem;width:45.6875rem;position:absolute;display:block;z-index:15004;background-color:rgba(0,0,0,0);background-image:none;top:36.51123046875rem;left:14.875rem;border-top:0.0625rem solid #dadada;border-left:0.0625rem solid #dadada;border-right:0.0625rem solid #dadada;border-bottom:0.0625rem solid #dadada;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#xhJwN4klevQHWSMFUIB82X0HPi3RwkM7 { box-sizing:content-box;height:4.8125rem;width:45.6875rem;position:absolute;display:block;z-index:15005;background-color:rgba(0,0,0,0);background-image:none;top:42.88623046875rem;left:14.875rem;border-top:0.0625rem solid #dadada;border-left:0.0625rem solid #dadada;border-right:0.0625rem solid #dadada;border-bottom:0.0625rem solid #dadada;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#aE3NQ1S2N3VQ5Gce5UZxuawAaNHfeOnW { color:#000000;display:block;width:43.3125rem;position:absolute;font-family:rubik;font-size:1.3125rem;font-weight:300;z-index:15009;line-height:1.4;letter-spacing:0;top:44.43603515625rem;left:16.125rem;height:1.8374rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#aE3NQ1S2N3VQ5Gce5UZxuawAaNHfeOnW li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#aE3NQ1S2N3VQ5Gce5UZxuawAaNHfeOnW li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0cb572ecd7e6e6111cc7684da2acdafe576b354d.svg); }
#bsk1lz0P8UdtWnhD6KMOXUg9OrTNZCT1 { box-sizing:content-box;height:4.8125rem;width:45.6875rem;position:absolute;display:block;z-index:15006;background-color:rgba(0,0,0,0);background-image:none;top:49.32373046875rem;left:14.875rem;border-top:0.0625rem solid #dadada;border-left:0.0625rem solid #dadada;border-right:0.0625rem solid #dadada;border-bottom:0.0625rem solid #dadada;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#rLHgw3wJzh0iga43RpLElDQ3gxwEov1N { color:#000000;display:block;width:43.3125rem;position:absolute;font-family:rubik;font-size:1.3125rem;font-weight:300;z-index:15010;line-height:1.4;letter-spacing:0;top:50.87353515625rem;left:16.125rem;height:1.8374rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#rLHgw3wJzh0iga43RpLElDQ3gxwEov1N li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#rLHgw3wJzh0iga43RpLElDQ3gxwEov1N li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0cb572ecd7e6e6111cc7684da2acdafe576b354d.svg); }
#pmbvauxwEMaJrV7TpizdEhcDXwTVUOc8 { box-sizing:content-box;height:4.8125rem;width:45.6875rem;position:absolute;display:block;z-index:15007;background-color:rgba(0,0,0,0);background-image:none;top:55.8125rem;left:14.875rem;border-top:0.0625rem solid #dadada;border-left:0.0625rem solid #dadada;border-right:0.0625rem solid #dadada;border-bottom:0.0625rem solid #dadada;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#b4G28Ao5tQGH5pTICCqkppiv5EMGWqxG { color:#000000;display:block;width:43.3125rem;position:absolute;font-family:rubik;font-size:1.3125rem;font-weight:300;z-index:15011;line-height:1.4;letter-spacing:0;top:57.3623046875rem;left:16.125rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#b4G28Ao5tQGH5pTICCqkppiv5EMGWqxG li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#b4G28Ao5tQGH5pTICCqkppiv5EMGWqxG li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0cb572ecd7e6e6111cc7684da2acdafe576b354d.svg); }
#SZQxpouuVplR4GAevrfHtAsr7bepVht0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;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; }#SZQxpouuVplR4GAevrfHtAsr7bepVht0 > .row .container { background-color: transparent; background-image: none; }#SZQxpouuVplR4GAevrfHtAsr7bepVht0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SZQxpouuVplR4GAevrfHtAsr7bepVht0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SZQxpouuVplR4GAevrfHtAsr7bepVht0 > .row .container > .video-iframe-container { display: none; }#SZQxpouuVplR4GAevrfHtAsr7bepVht0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SZQxpouuVplR4GAevrfHtAsr7bepVht0 > .row > .video-iframe-container { display: none; }#SZQxpouuVplR4GAevrfHtAsr7bepVht0 > .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); }#SZQxpouuVplR4GAevrfHtAsr7bepVht0 > .row .container { border-width: 0; border-radius: 0; }#SZQxpouuVplR4GAevrfHtAsr7bepVht0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SZQxpouuVplR4GAevrfHtAsr7bepVht0 > .row .container { font-size:0.875rem;font-family:arial;height:45.9375rem;width:75rem;position:relative;display:block; }#TFsb0s93cqHmaHC9zhAFiHsQw1ifq3MQ { 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:10.6875rem;height:5.5498rem;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; }
#VZ2Bg4UIau2n3ETnPhynBTcEqLUow1tw { box-sizing:content-box;height:20.75rem;width:19.1875rem;position:absolute;display:block;z-index:15092;background-color:rgba(0,0,0,0);background-image:none;top:18.34375rem;left:7.5rem;border-top:0.125rem solid #b5b5b5;border-left:0.125rem solid #b5b5b5;border-right:0.125rem solid #b5b5b5;border-bottom:0.125rem solid #b5b5b5;border-top-right-radius:3.5rem;border-bottom-right-radius:3.5rem;border-bottom-left-radius:3.5rem;border-top-left-radius:3.5rem;display:block; }
#QNEoWbCA22s8kaGxex8yvHqQ9uFEGnxT { box-sizing:content-box;height:20.75rem;width:19.1875rem;position:absolute;display:block;z-index:15093;background-color:rgba(0,0,0,0);background-image:none;top:18.34375rem;left:27.75rem;border-top:0.125rem solid #b5b5b5;border-left:0.125rem solid #b5b5b5;border-right:0.125rem solid #b5b5b5;border-bottom:0.125rem solid #b5b5b5;border-top-right-radius:3.5rem;border-bottom-right-radius:3.5rem;border-bottom-left-radius:3.5rem;border-top-left-radius:3.5rem;display:block; }
#p36EFXUwEJWHPKQD2va3Ry7bTvPH0zN6 { box-sizing:content-box;height:20.75rem;width:19.1875rem;position:absolute;display:block;z-index:15094;background-color:rgba(0,0,0,0);background-image:none;top:18.34375rem;left:48.0625rem;border-top:0.125rem solid #b5b5b5;border-left:0.125rem solid #b5b5b5;border-right:0.125rem solid #b5b5b5;border-bottom:0.125rem solid #b5b5b5;border-top-right-radius:3.5rem;border-bottom-right-radius:3.5rem;border-bottom-left-radius:3.5rem;border-top-left-radius:3.5rem;display:block; }
#zIiremnzT1ovT9R1KM1IqQDw3KFbItCc { color:#000000;display:block;width:17.875rem;position:absolute;font-family:rubik;font-size:1.3125rem;font-weight:300;z-index:15092;line-height:1.5;letter-spacing:0;top:22.640625rem;left:8.25rem;height:13.78125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gGiAcsVx0HBe6auBGUqS7N0HqTMBCfAZ { color:#000000;display:block;width:18rem;position:absolute;font-family:rubik;font-size:1.3125rem;font-weight:300;z-index:15093;line-height:1.5;letter-spacing:0;top:22.640625rem;left:28.5rem;height:13.78125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TiOykHzyIr2F3EZOJcWvogciWSwBHzEU { color:#000000;display:block;width:17.9375rem;position:absolute;font-family:rubik;font-size:1.3125rem;font-weight:300;z-index:15094;line-height:1.5;letter-spacing:0;top:22.9375rem;left:48.8125rem;height:11.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#P5XTHyBVFLiPviNc0CRsIgwIKwsl0fGf { box-sizing:content-box;color:#5d92ff;font-size:3.375rem;font-weight:400;line-height:1;height:4.875rem;width:4.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15098;opacity:1;top:15.9375rem;left:14.75rem; }
#CLWwV1Jzl7RZmzgDK5I5kAVacJdAHLdo { box-sizing:content-box;color:#5d92ff;font-size:3.375rem;font-weight:400;line-height:1;height:4.875rem;width:4.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15099;opacity:1;top:15.9375rem;left:35.0625rem; }
#IVLm7fAWtemRLSmOB5qrdTp1y1UpO2lD { box-sizing:content-box;color:#5d92ff;font-size:3.375rem;font-weight:400;line-height:1;height:4.875rem;width:4.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15100;opacity:1;top:15.9375rem;left:55.3125rem; }
#e9blk5RkKkOwGWp1zXpyc8yd4qNd0hAV { 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; }#e9blk5RkKkOwGWp1zXpyc8yd4qNd0hAV > .row .container { background-color: transparent; background-image: none; }#e9blk5RkKkOwGWp1zXpyc8yd4qNd0hAV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e9blk5RkKkOwGWp1zXpyc8yd4qNd0hAV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e9blk5RkKkOwGWp1zXpyc8yd4qNd0hAV > .row .container > .video-iframe-container { display: none; }#e9blk5RkKkOwGWp1zXpyc8yd4qNd0hAV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e9blk5RkKkOwGWp1zXpyc8yd4qNd0hAV > .row > .video-iframe-container { display: none; }#e9blk5RkKkOwGWp1zXpyc8yd4qNd0hAV > .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); }#e9blk5RkKkOwGWp1zXpyc8yd4qNd0hAV > .row .container { border-width: 0; border-radius: 0; }#e9blk5RkKkOwGWp1zXpyc8yd4qNd0hAV > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#e9blk5RkKkOwGWp1zXpyc8yd4qNd0hAV > .row .container { width:75rem;height:100.3125rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#LhlIAlTuXHR2E5l87vaA4Q4EshQSWXww { 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:11.4375rem;left:12.1875rem;height:25.72361875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#NLk2mqy3IUT8yWpZ0pSQ6tS63kDDPFaO { 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:18.125rem;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; }
#h4rGvISkb2Ftb5uImt0GwuFrPJkeem9y { 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:69.1875rem;left:12.1875rem;height:12.8618125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hOs6om3BanFE7Qhd19tLssqDKEfvw69v { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.4375rem;width:51.8125rem;top:41.125rem;left:12.40625rem;overflow:hidden;display:block; }
#oTTKrti0QWWQf2o4sC5pGGE8ssbJBM5O { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.125rem;width:13.6875rem;top:85rem;left:14.8125rem;overflow:hidden;display:block; }
#Q49r1OLUgT0XiRRwL0GaGwaCUzBwggmd { 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:23.625rem;height:3.75rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:89.3125rem;left:26.5rem;display:block; }
#Nzr3clC7syASzRvahFbclRRGTh5yCamO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WBJtEpu9o1ZTaOQfUNA0ociVp8kKcMlf { 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:94.625rem;left:26.1875rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Gu1bdsF8MNSSnpTVl7FxVVGkPOEzcxX1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;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; }#Gu1bdsF8MNSSnpTVl7FxVVGkPOEzcxX1 > .row .container { background-color: transparent; background-image: none; }#Gu1bdsF8MNSSnpTVl7FxVVGkPOEzcxX1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gu1bdsF8MNSSnpTVl7FxVVGkPOEzcxX1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gu1bdsF8MNSSnpTVl7FxVVGkPOEzcxX1 > .row .container > .video-iframe-container { display: none; }#Gu1bdsF8MNSSnpTVl7FxVVGkPOEzcxX1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gu1bdsF8MNSSnpTVl7FxVVGkPOEzcxX1 > .row > .video-iframe-container { display: none; }#Gu1bdsF8MNSSnpTVl7FxVVGkPOEzcxX1 > .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); }#Gu1bdsF8MNSSnpTVl7FxVVGkPOEzcxX1 > .row .container { border-width: 0; border-radius: 0; }#Gu1bdsF8MNSSnpTVl7FxVVGkPOEzcxX1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Gu1bdsF8MNSSnpTVl7FxVVGkPOEzcxX1 > .row .container { font-size:0.875rem;font-family:arial;height:53.875rem;width:75rem;position:relative;display:block; }#F0wtrC0pelHf39bT6g9wMo1xGuo1TRic { 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:10.6875rem;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; }
#tnQT6Gdc90KGLHVpTp6hlJSRSNqlibbF { box-sizing:content-box;color:#5d92ff;font-size:3.375rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15100;opacity:1;top:34.59814453125rem;left:24.0625rem; }
#P8OiaquD2DRGCSgZZPCmNxt7lw907dBD { color:#000000;display:block;width:52.25rem;position:absolute;font-family:rubik;font-size:1.3125rem;font-weight:300;z-index:15007;line-height:1.4;letter-spacing:0;top:11.5625rem;left:11.375rem;height:18.37401875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QCLy2cRR6ESn6HXRX7gtaKcO20k4Xxyk { color:#000000;display:block;width:9.5625rem;position:absolute;font-family:rubik;font-size:1.3125rem;font-weight:300;z-index:15008;line-height:1.4;letter-spacing:0;top:35.01123046875rem;left:26.3125rem;height:1.8374rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ILSwWqp7hCWcqH4dBE3hFvp0wvGhxQ6N { color:#000000;display:block;width:8.8125rem;position:absolute;font-family:rubik;font-size:1.3125rem;font-weight:300;z-index:15009;line-height:1.4;letter-spacing:0;top:35.13623046875rem;left:41rem;height:1.8374rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#u3IOhTnWwT784fxnS1oeQcc3s4XuABRw { box-sizing:content-box;color:#5d92ff;font-size:3.375rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15101;opacity:1;top:34.59814453125rem;left:38.6875rem; }
#zlXVUTfWHiW66BWLbpxvEteAJ9H1RGEd { color:#000000;display:block;width:8.8125rem;position:absolute;font-family:rubik;font-size:1.875rem;font-weight:300;z-index:15010;line-height:1.4;letter-spacing:0;top:40.875rem;left:33.0625rem;height:2.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TTU9KzFadsfhOcWBx6DQ6H6INOXc8Fg9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15102;opacity:1;top:45.75rem;left:35.9375rem; }
#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:60.625rem;width:75rem;position:relative;display:block; }#Sg9yEiIKw5gaIhGv6Kkpav6RJXz5nNad { color:#ffffff;display:block;width:51.75rem;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.1875rem;left:11.625rem;height:8.32470625rem;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; }
#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:25rem;width:34.6875rem;top:19.5rem;left:0rem;overflow:hidden;display:block; }
#beqEs3nTg4wmXC7LiOsPuBsaSTTK21bt { 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:47.65625rem;left:6.8125rem;display:block; }
#X1zlZ7Wc3oviEAZ44ZVZ5VH6knaTy4Tb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uDs93ZFRQVgTo0HfRInu0Kv5ZQFTDgz2 { box-sizing:content-box;height:3.5rem;width:36.375rem;position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;top:19.5rem;left:36.0625rem;border-top:0.0625rem solid #dadada;border-left:0.0625rem solid #dadada;border-right:0.0625rem solid #dadada;border-bottom:0.0625rem solid #dadada;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#fUrAXC6lRqrtHNxuQAauGaDGCZbDUCig { color:#000000;display:block;width:32.625rem;position:absolute;font-family:rubik;font-size:1.3125rem;font-weight:300;z-index:15007;line-height:1.4;letter-spacing:0;top:20.3935546875rem;left:38rem;height:1.8374rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#fUrAXC6lRqrtHNxuQAauGaDGCZbDUCig li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#fUrAXC6lRqrtHNxuQAauGaDGCZbDUCig li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e2863bb14c4960376216603f5244beb5f5e476c2.svg); }
#Buhp4xk503bRLf07qCyF0GyrV7qFNJtr { color:#000000;display:block;width:33.8125rem;position:absolute;font-family:rubik;font-size:1.3125rem;font-weight:300;z-index:15008;line-height:1.4;letter-spacing:0;top:25.68701171875rem;left:38rem;height:1.8374rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#Buhp4xk503bRLf07qCyF0GyrV7qFNJtr li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Buhp4xk503bRLf07qCyF0GyrV7qFNJtr li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e2863bb14c4960376216603f5244beb5f5e476c2.svg); }
#r7kH5o4PU2OZTwmO9O7qJyUKFAMemyyt { color:#000000;display:block;width:32.5rem;position:absolute;font-family:rubik;font-size:1.3125rem;font-weight:300;z-index:15009;line-height:1.4;letter-spacing:0;top:31.0810546875rem;left:38rem;height:1.8374rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#r7kH5o4PU2OZTwmO9O7qJyUKFAMemyyt li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#r7kH5o4PU2OZTwmO9O7qJyUKFAMemyyt li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e2863bb14c4960376216603f5244beb5f5e476c2.svg); }
#aQH61cyLQDyhWhvLKPC65qX81oCmwGCl { color:#000000;display:block;width:24.4375rem;position:absolute;font-family:rubik;font-size:1.3125rem;font-weight:300;z-index:15010;line-height:1.4;letter-spacing:0;top:36.130859375rem;left:38rem;height:1.8374rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#aQH61cyLQDyhWhvLKPC65qX81oCmwGCl li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#aQH61cyLQDyhWhvLKPC65qX81oCmwGCl li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e2863bb14c4960376216603f5244beb5f5e476c2.svg); }
#hNddEsFDHPhSnMkpWQ7X3NXHTV1ag5Ul { box-sizing:content-box;height:3.5rem;width:36.375rem;position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;top:24.79345703125rem;left:36.0625rem;border-top:0.0625rem solid #dadada;border-left:0.0625rem solid #dadada;border-right:0.0625rem solid #dadada;border-bottom:0.0625rem solid #dadada;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#rzpv7VHMOkeZ1n8QtX7KZII7n4M9JdMX { box-sizing:content-box;height:3.5rem;width:36.375rem;position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;top:30rem;left:36.0625rem;border-top:0.0625rem solid #dadada;border-left:0.0625rem solid #dadada;border-right:0.0625rem solid #dadada;border-bottom:0.0625rem solid #dadada;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#cy6P5TxOJi6LzS8PdTV5s2uNofo8vatM { box-sizing:content-box;height:3.5rem;width:36.375rem;position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;top:35.2373046875rem;left:36.0625rem;border-top:0.0625rem solid #dadada;border-left:0.0625rem solid #dadada;border-right:0.0625rem solid #dadada;border-bottom:0.0625rem solid #dadada;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#CiDxqvy2NrJFBaTJkSpuFuHp1yzzXhn8 { box-sizing:content-box;height:5.0625rem;width:36.375rem;position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;top:46.9375rem;left:36.0625rem;border-top:0.0625rem solid #dadada;border-left:0.0625rem solid #dadada;border-right:0.0625rem solid #dadada;border-bottom:0.0625rem solid #dadada;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#WbMGM7fkepVwE24wzC1sp8LSzqJr906q { box-sizing:content-box;height:5.1875rem;width:36.375rem;position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;top:40.3125rem;left:36.0625rem;border-top:0.0625rem solid #dadada;border-left:0.0625rem solid #dadada;border-right:0.0625rem solid #dadada;border-bottom:0.0625rem solid #dadada;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#JXE9XWwpzvZ7B7qLTwLW32HF9QMQwB4R { color:#000000;display:block;width:33rem;position:absolute;font-family:rubik;font-size:1.3125rem;font-weight:300;z-index:15011;line-height:1.4;letter-spacing:0;top:41.2060546875rem;left:38rem;height:3.67480625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#JXE9XWwpzvZ7B7qLTwLW32HF9QMQwB4R li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#JXE9XWwpzvZ7B7qLTwLW32HF9QMQwB4R li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e2863bb14c4960376216603f5244beb5f5e476c2.svg); }
#GpTmlkW8JT2c5IIgW2aiH7G0l7EisTdx { color:#000000;display:block;width:34.0625rem;position:absolute;font-family:rubik;font-size:1.3125rem;font-weight:300;z-index:15012;line-height:1.4;letter-spacing:0;top:47.69384765625rem;left:37.28125rem;height:3.67480625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#GpTmlkW8JT2c5IIgW2aiH7G0l7EisTdx li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#GpTmlkW8JT2c5IIgW2aiH7G0l7EisTdx li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e2863bb14c4960376216603f5244beb5f5e476c2.svg); }
#zVzGk0b4UduJBkzzAKi9kzXAbkt2pUir { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.6875rem;width:12.9375rem;top:44.5rem;left:25.125rem;overflow:hidden;display:block; }
#eT6VXRMmx9VLySUg4n8GL4dRFoKaZMXk { 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; }#eT6VXRMmx9VLySUg4n8GL4dRFoKaZMXk > .row .container { background-color: transparent; background-image: none; }#eT6VXRMmx9VLySUg4n8GL4dRFoKaZMXk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eT6VXRMmx9VLySUg4n8GL4dRFoKaZMXk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eT6VXRMmx9VLySUg4n8GL4dRFoKaZMXk > .row .container > .video-iframe-container { display: none; }#eT6VXRMmx9VLySUg4n8GL4dRFoKaZMXk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eT6VXRMmx9VLySUg4n8GL4dRFoKaZMXk > .row > .video-iframe-container { display: none; }#eT6VXRMmx9VLySUg4n8GL4dRFoKaZMXk > .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); }#eT6VXRMmx9VLySUg4n8GL4dRFoKaZMXk > .row .container { border-width: 0; border-radius: 0; }#eT6VXRMmx9VLySUg4n8GL4dRFoKaZMXk > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#eT6VXRMmx9VLySUg4n8GL4dRFoKaZMXk > .row .container { width:75rem;height:18.5rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#tFkbt5dbQTP62DVfbxdlUw7Ffq6GbUwW { 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:6.287109375rem;left:12.1875rem;height:3.67480625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#LBtTZaXIrFBT2AUICsJUa1BoN83hvk8S { color:#000000;display:block;width:52.25rem;position:absolute;font-family:rubik;font-size:1.4375rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:12.349609375rem;left:12.1875rem;height:2.01220625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dRzAukzW8nnE04GqaGIyFalyMxu83n9M { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;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; }#dRzAukzW8nnE04GqaGIyFalyMxu83n9M > .row .container { background-color: transparent; background-image: none; }#dRzAukzW8nnE04GqaGIyFalyMxu83n9M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dRzAukzW8nnE04GqaGIyFalyMxu83n9M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dRzAukzW8nnE04GqaGIyFalyMxu83n9M > .row .container > .video-iframe-container { display: none; }#dRzAukzW8nnE04GqaGIyFalyMxu83n9M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dRzAukzW8nnE04GqaGIyFalyMxu83n9M > .row > .video-iframe-container { display: none; }#dRzAukzW8nnE04GqaGIyFalyMxu83n9M > .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); }#dRzAukzW8nnE04GqaGIyFalyMxu83n9M > .row .container { border-width: 0; border-radius: 0; }#dRzAukzW8nnE04GqaGIyFalyMxu83n9M > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dRzAukzW8nnE04GqaGIyFalyMxu83n9M > .row .container { font-size:0.875rem;font-family:arial;height:140.625rem;width:75rem;position:relative;display:block; }#t5IwDfh9RkK92FSDVPBEF8HN26ZctysB { 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:12.1875rem;left:10.71875rem;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; }
#HQbeawO3xOIymxxHNqI9Cq7o7TgkhPJn { box-sizing:content-box;height:18rem;width:21.8125rem;position:absolute;display:block;z-index:15092;background-color:rgba(0,0,0,0);background-image:none;top:24.03125rem;left:2.4375rem;border-top:0.125rem solid #b5b5b5;border-left:0.125rem solid #b5b5b5;border-right:0.125rem solid #b5b5b5;border-bottom:0.125rem solid #b5b5b5;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;display:block; }
#sgG2gw7mKpfqxCUHyK7lmTHCFuAr3y7Z { color:#000000;display:block;width:19.6875rem;position:absolute;font-family:rubik;font-size:1.3125rem;font-weight:300;z-index:15092;line-height:1.5;letter-spacing:0;top:27.453125rem;left:3.625rem;height:7.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ndIhkah8Ao90LMu6UlVtD81C1XC4XUT8 { box-sizing:content-box;color:#5d92ff;font-size:3.375rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15101;opacity:1;top:22.28125rem;left:11.59375rem; }
#Z37rHlBKlCP22J6pvOzEKuO5z79vfu4H { box-sizing:content-box;color:#5d92ff;font-size:3.375rem;font-weight:400;line-height:1;height:4.875rem;width:4.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15100;opacity:1;top:6.25rem;left:34.40625rem; }
#BIkGowuVSBUtke5Nhg2dKzqMRROaP4CO { box-sizing:content-box;height:18rem;width:21.8125rem;position:absolute;display:block;z-index:15093;background-color:rgba(0,0,0,0);background-image:none;top:24.03125rem;left:26.46875rem;border-top:0.125rem solid #b5b5b5;border-left:0.125rem solid #b5b5b5;border-right:0.125rem solid #b5b5b5;border-bottom:0.125rem solid #b5b5b5;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;display:block; }
#JB5hVlesRSbgp7pOore10lKpRIEr9PR8 { box-sizing:content-box;height:18rem;width:21.8125rem;position:absolute;display:block;z-index:15094;background-color:rgba(0,0,0,0);background-image:none;top:24.03125rem;left:50.40625rem;border-top:0.125rem solid #b5b5b5;border-left:0.125rem solid #b5b5b5;border-right:0.125rem solid #b5b5b5;border-bottom:0.125rem solid #b5b5b5;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;display:block; }
#XGbTIPw2X6mDBEb5sHVqN2p65moa4rAW { color:#000000;display:block;width:19.875rem;position:absolute;font-family:rubik;font-size:1.3125rem;font-weight:300;z-index:15093;line-height:1.5;letter-spacing:0;top:27.453125rem;left:27.5625rem;height:11.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sQrMsqpknpP7yL2qXbzS4JXLz14VzUBa { box-sizing:content-box;color:#5d92ff;font-size:3.375rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15102;opacity:1;top:22.28125rem;left:35.625rem; }
#AenCIySsrkgTxGlSVoiKApXanhbF46w9 { color:#000000;display:block;width:19.6875rem;position:absolute;font-family:rubik;font-size:1.3125rem;font-weight:300;z-index:15094;line-height:1.5;letter-spacing:0;top:27.453125rem;left:51.59375rem;height:13.78125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oEnTcV1Hx4sQHCECvF6swu5beuN7OOJn { box-sizing:content-box;color:#5d92ff;font-size:3.375rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15103;opacity:1;top:22.28125rem;left:59.5625rem; }
#kU8GNwIr4dvRh3qCFT6Nb2OB1T0xS9Lr { box-sizing:content-box;height:22.1875rem;width:21.8125rem;position:absolute;display:block;z-index:15093;background-color:rgba(0,0,0,0);background-image:none;top:46.046875rem;left:2.4375rem;border-top:0.125rem solid #b5b5b5;border-left:0.125rem solid #b5b5b5;border-right:0.125rem solid #b5b5b5;border-bottom:0.125rem solid #b5b5b5;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;display:block; }
#eCK7ndE38yLTzahpPh2L0dmHmM9z27BM { box-sizing:content-box;color:#5d92ff;font-size:3.375rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15102;opacity:1;top:43.84375rem;left:11.59375rem; }
#Q87Nc6D7wTAC2qfWKeIKQTLCTsQX2cHt { box-sizing:content-box;height:22.1875rem;width:21.8125rem;position:absolute;display:block;z-index:15094;background-color:rgba(0,0,0,0);background-image:none;top:46.046875rem;left:26.46875rem;border-top:0.125rem solid #b5b5b5;border-left:0.125rem solid #b5b5b5;border-right:0.125rem solid #b5b5b5;border-bottom:0.125rem solid #b5b5b5;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;display:block; }
#H3Td1VVGoZgbbA47dNuPcb3V3JNnW88s { box-sizing:content-box;height:22.1875rem;width:21.8125rem;position:absolute;display:block;z-index:15095;background-color:rgba(0,0,0,0);background-image:none;top:46.046875rem;left:50.40625rem;border-top:0.125rem solid #b5b5b5;border-left:0.125rem solid #b5b5b5;border-right:0.125rem solid #b5b5b5;border-bottom:0.125rem solid #b5b5b5;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;display:block; }
#w1zWylJSxvn7ZFiRUzACaScNuIEdxpkG { box-sizing:content-box;color:#5d92ff;font-size:3.375rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15103;opacity:1;top:44.375rem;left:35.625rem; }
#ImuI3ZZPUcimHcIhku2o6uyq2M4785tK { box-sizing:content-box;color:#5d92ff;font-size:3.375rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15104;opacity:1;top:44.375rem;left:59.5625rem; }
#rTO3BtOb6h6ZJoRMJu557FZh9gl1Eer1 { color:#000000;display:block;width:19.6875rem;position:absolute;font-family:rubik;font-size:1.3125rem;font-weight:300;z-index:15094;line-height:1.5;letter-spacing:0;top:49.515625rem;left:3.625rem;height:13.78125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qrdLrXvVaWh0wA6H4LTThF4MoDIIEeTF { color:#000000;display:block;width:19.875rem;position:absolute;font-family:rubik;font-size:1.3125rem;font-weight:300;z-index:15095;line-height:1.5;letter-spacing:0;top:49.515625rem;left:27.5625rem;height:17.71875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oy5DLb8JbSes6zQ5L25NVXWtcLqC2OEP { color:#000000;display:block;width:19.875rem;position:absolute;font-family:rubik;font-size:1.3125rem;font-weight:300;z-index:15096;line-height:1.5;letter-spacing:0;top:49.484375rem;left:51.5rem;height:11.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#c4NDAU9g8QaDLWiBVMCtGhEhHByIFoFy { box-sizing:content-box;height:22.375rem;width:21.8125rem;position:absolute;display:block;z-index:15094;background-color:rgba(0,0,0,0);background-image:none;top:72.34375rem;left:2.4375rem;border-top:0.125rem solid #b5b5b5;border-left:0.125rem solid #b5b5b5;border-right:0.125rem solid #b5b5b5;border-bottom:0.125rem solid #b5b5b5;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;display:block; }
#MutBoNoK5QsA5zcy5muhZ7aPMMyXTf08 { box-sizing:content-box;color:#5d92ff;font-size:3.375rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15103;opacity:1;top:70.6875rem;left:11.59375rem; }
#agHTKFmVStxMBaHrBkZJRfSmHuwCSdWV { color:#000000;display:block;width:19.875rem;position:absolute;font-family:rubik;font-size:1.3125rem;font-weight:300;z-index:15095;line-height:1.5;letter-spacing:0;top:76.015625rem;left:3.53125rem;height:17.71875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nemhT0ABJuSytONy03BFScdVwxAb28IX { box-sizing:content-box;height:22.375rem;width:21.8125rem;position:absolute;display:block;z-index:15095;background-color:rgba(0,0,0,0);background-image:none;top:72.34375rem;left:26.46875rem;border-top:0.125rem solid #b5b5b5;border-left:0.125rem solid #b5b5b5;border-right:0.125rem solid #b5b5b5;border-bottom:0.125rem solid #b5b5b5;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;display:block; }
#UAUk2Ob7TT1NhaPZc7hW7Shqs27zlCHM { box-sizing:content-box;height:22.375rem;width:21.8125rem;position:absolute;display:block;z-index:15096;background-color:rgba(0,0,0,0);background-image:none;top:72.34375rem;left:50.40625rem;border-top:0.125rem solid #b5b5b5;border-left:0.125rem solid #b5b5b5;border-right:0.125rem solid #b5b5b5;border-bottom:0.125rem solid #b5b5b5;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;display:block; }
#NTiFN3wUaZ0q6Vg3PPTtUMvwqVDDz3Qp { color:#000000;display:block;width:19.875rem;position:absolute;font-family:rubik;font-size:1.3125rem;font-weight:300;z-index:15096;line-height:1.5;letter-spacing:0;top:76.015625rem;left:27.5625rem;height:15.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aMzEnGf4P1MBlgdymIuzlTxmtoResiOF { color:#000000;display:block;width:19.875rem;position:absolute;font-family:rubik;font-size:1.3125rem;font-weight:300;z-index:15097;line-height:1.5;letter-spacing:0;top:76.3125rem;left:51.5rem;height:11.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HntnMQrkMso61UqR6LcBSmxdGt4P3Hlm { box-sizing:content-box;color:#5d92ff;font-size:3.375rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15104;opacity:1;top:70.6875rem;left:35.625rem; }
#HOHHTthhzTq72KGpeg5e41rFJGKZ78IO { box-sizing:content-box;color:#5d92ff;font-size:3.375rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15105;opacity:1;top:70.6875rem;left:59.5625rem; }
#fQwTyw2V7zs85EPJmxdEgKMZTlA8h0V2 { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(179deg, #0c33b4, #007efc);background-image: -moz-linear-gradient(179deg, #0c33b4, #007efc);background-image: -ms-linear-gradient(179deg, #0c33b4, #007efc);background-image: -o-linear-gradient(179deg, #0c33b4, #007efc);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c33b4', endColorstr='#007efc' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c33b4', endColorstr='#007efc' );";background-image: linear-gradient(179deg, #0c33b4, #007efc);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;height:32.9375rem;width:60.5625rem;top:101.61865234375rem;left:7.21875rem;display:block; }
#XTt0DVGKTZ9vzgRIG4BEEpK1o1NQlGA0 { color:#ffffff;display:block;width:53.25rem;position:absolute;font-family:rubik;font-size:1.625rem;font-weight:300;z-index:15006;line-height:1.1;letter-spacing:0;top:106.125rem;left:10.875rem;height:14.29688125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#A9BJpGRli0r4NTywdETDTFk0fvFfBWCE { 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:23.625rem;height:3.75rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:123.6875rem;left:25.6875rem;display:block; }
#naEWPq0QBdi4m0EugWCou8HI9y5H6Vp0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TQfToHICDUISt3C7fZHhkCWL6KkOuOPD { color:#ffffff;display:block;width:24.25rem;position:absolute;font-family:rubik;font-size:0.8125rem;font-weight:300;z-index:15048;line-height:1.1;letter-spacing:0;top:129.0625rem;left:25.375rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JRituzJW8srwFJHT2g0LaTkRxTVPI8AA { box-sizing:content-box;height:2.6875rem;width:2.6875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15100;background-color:#f6f6f6;background-image:none;top:22.8125rem;left:12.125rem;display:block; }
#ri1rT5hbnKVzIcXZJAX7WkwdDC2VNwCB { box-sizing:content-box;height:2.6875rem;width:2.6875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15101;background-color:#f6f6f6;background-image:none;top:22.8125rem;left:36.15625rem;display:block; }
#KGHEvo1X6tm3LzXglMWSF9ek70uhqkLO { box-sizing:content-box;height:2.6875rem;width:2.6875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15102;background-color:#f6f6f6;background-image:none;top:22.8125rem;left:60.09375rem;display:block; }
#XqSZtAPVPaLO9cavCG5pVhpUtI3xVSbE { box-sizing:content-box;height:2.6875rem;width:2.6875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15100;background-color:#f6f6f6;background-image:none;top:44.375rem;left:12.125rem;display:block; }
#HTSa445zc8PQvgNKuqG1lDgIaWWTxdUZ { box-sizing:content-box;height:2.6875rem;width:2.6875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15102;background-color:#f6f6f6;background-image:none;top:44.96875rem;left:36.15625rem;display:block; }
#D5R3Nn0v7PsTGw68ovJPlVuwHr4geEdt { box-sizing:content-box;height:2.6875rem;width:2.6875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15103;background-color:#f6f6f6;background-image:none;top:44.96875rem;left:60.09375rem;display:block; }
#JCh7hud9oR6xdEbfIT2T7dVKeDOOtwSq { box-sizing:content-box;height:2.6875rem;width:2.6875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15102;background-color:#f6f6f6;background-image:none;top:71.21875rem;left:12.125rem;display:block; }
#T1gL6ic4LGrkTVOmQJzBRbkip9DWW7Rw { box-sizing:content-box;height:2.6875rem;width:2.6875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15103;background-color:#f6f6f6;background-image:none;top:71.03125rem;left:36.15625rem;display:block; }
#LCMomUoz38E1tghVgTh2MTUz3Ckhv25T { box-sizing:content-box;height:2.6875rem;width:2.6875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15104;background-color:#f6f6f6;background-image:none;top:71.21875rem;left:60.09375rem;display:block; }
#uhv2Tn6mXyF0G16V39b4ThLq9LnUL5os { 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; }#uhv2Tn6mXyF0G16V39b4ThLq9LnUL5os > .row .container { background-color: transparent; background-image: none; }#uhv2Tn6mXyF0G16V39b4ThLq9LnUL5os::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uhv2Tn6mXyF0G16V39b4ThLq9LnUL5os > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uhv2Tn6mXyF0G16V39b4ThLq9LnUL5os > .row .container > .video-iframe-container { display: none; }#uhv2Tn6mXyF0G16V39b4ThLq9LnUL5os > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uhv2Tn6mXyF0G16V39b4ThLq9LnUL5os > .row > .video-iframe-container { display: none; }#uhv2Tn6mXyF0G16V39b4ThLq9LnUL5os > .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); }#uhv2Tn6mXyF0G16V39b4ThLq9LnUL5os > .row .container { border-width: 0; border-radius: 0; }#uhv2Tn6mXyF0G16V39b4ThLq9LnUL5os > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uhv2Tn6mXyF0G16V39b4ThLq9LnUL5os > .row .container { font-size:0.875rem;font-family:arial;height:70.3125rem;width:75rem;position:relative;display:block; }#SwxAhaDJ5Ima9eB3VksxURSLznmVwtMp { 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:5.875rem;left:10.71875rem;height:5.5498rem;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; }
#TxfZmmLgUPTHnnSTsBF5qkMAPH7GpxSR { color:#000000;display:block;width:53.875rem;position:absolute;font-family:rubik;font-size:1.3125rem;font-weight:300;z-index:15008;line-height:1.4;letter-spacing:0;top:14.0625rem;left:11rem;height:12.86180625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VKDPBhgstHVDum7d8kTG9AoMOhJAeaXR { box-sizing:content-box;height:27.125rem;width:54.4375rem;position:absolute;display:block;z-index:15007;background-color:rgba(0,0,0,0);background-image:none;top:31.5rem;left:10.15625rem;border-top:0.125rem solid #ee5c22;border-left:0.125rem solid #ee5c22;border-right:0.125rem solid #ee5c22;border-bottom:0.125rem solid #ee5c22;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
#iusKiz3W3lsTkT1gEyGhRyeThc7zTy8A { box-sizing:content-box;color:#5d92ff;font-size:3.375rem;font-weight:400;line-height:1;height:5.25rem;width:5.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15104;opacity:1;top:35.36328125rem;left:13rem; }
#cQZv9H0CvxlAmK6HD4ui0eAPxvuiMKxb { color:#000000;display:block;width:41.0625rem;position:absolute;font-family:rubik;font-size:1.3125rem;font-weight:300;z-index:15009;line-height:1.4;letter-spacing:0;top:39.8310546875rem;left:20rem;height:7.349625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Uwf51lClL8vfdRDooCfXHIZiZSsZhdaT { color:#000000;display:block;width:39.5rem;position:absolute;font-family:rubik;font-size:1.3125rem;font-weight:300;z-index:15010;line-height:1.4;letter-spacing:0;top:50.2685546875rem;left:20.78125rem;height:3.67480625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#IstOvaBTeISUMBTAQ04PW9RQVvmpuLGl { color:#000000;display:block;width:41.0625rem;position:absolute;font-family:rubik;font-size:1.75rem;font-weight:300;z-index:15011;line-height:1.4;letter-spacing:0;top:35.36328125rem;left:20rem;height:2.44970625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#aIUfhKbNQsk5V6VDGOpI0m5b9fi2DIGM { box-sizing:content-box;height:5.9375rem;width:41.875rem;position:absolute;display:block;z-index:15008;background-color:rgba(238,92,34,0.23);background-image:none;top:49.01220703125rem;left:19.46875rem;border-top:0.125rem solid rgba(238,92,34,0.32);border-left:0.125rem solid rgba(238,92,34,0.32);border-right:0.125rem solid rgba(238,92,34,0.32);border-bottom:0.125rem solid rgba(238,92,34,0.32);border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
#aOwbkyyl3Xb1W4xidsAxr5D9clQL3C4E { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15103;opacity:1;top:64.5625rem;left:35.9375rem; }
#NeQJNLoMdyHvoGQKEAaEF2Tqr9DTnuMF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;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; }#NeQJNLoMdyHvoGQKEAaEF2Tqr9DTnuMF > .row .container { background-color: transparent; background-image: none; }#NeQJNLoMdyHvoGQKEAaEF2Tqr9DTnuMF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NeQJNLoMdyHvoGQKEAaEF2Tqr9DTnuMF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NeQJNLoMdyHvoGQKEAaEF2Tqr9DTnuMF > .row .container > .video-iframe-container { display: none; }#NeQJNLoMdyHvoGQKEAaEF2Tqr9DTnuMF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NeQJNLoMdyHvoGQKEAaEF2Tqr9DTnuMF > .row > .video-iframe-container { display: none; }#NeQJNLoMdyHvoGQKEAaEF2Tqr9DTnuMF > .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); }#NeQJNLoMdyHvoGQKEAaEF2Tqr9DTnuMF > .row .container { border-width: 0; border-radius: 0; }#NeQJNLoMdyHvoGQKEAaEF2Tqr9DTnuMF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NeQJNLoMdyHvoGQKEAaEF2Tqr9DTnuMF > .row .container { font-size:0.875rem;font-family:arial;height:79.9375rem;width:75rem;position:relative;display:block; }#T469HewP3v20k1tnSPtfX2QA4kUfeLwc { 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:5.875rem;left:10.71875rem;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; }
#lETVZMAKkxGbko1S1Sx0IgyQ9xMAfDyb { box-sizing:content-box;height:32.4375rem;width:28.375rem;position:absolute;display:block;z-index:15093;background-color:rgba(0,0,0,0);background-image:none;top:12.625rem;left:6.9375rem;border-top:0.125rem solid #b5b5b5;border-left:0.125rem solid #b5b5b5;border-right:0.125rem solid #b5b5b5;border-bottom:0.125rem solid #b5b5b5;border-top-right-radius:3.5rem;border-bottom-right-radius:3.5rem;border-bottom-left-radius:3.5rem;border-top-left-radius:3.5rem;display:block; }
#Ty5QSsDv4FHMKZT1r78HI1fJMFpatyKC { box-sizing:content-box;height:32.5rem;width:29rem;position:absolute;display:block;z-index:15094;background-color:rgba(0,0,0,0);background-image:none;top:12.625rem;left:38.21875rem;border-top:0.125rem solid #b5b5b5;border-left:0.125rem solid #b5b5b5;border-right:0.125rem solid #b5b5b5;border-bottom:0.125rem solid #b5b5b5;border-top-right-radius:3.5rem;border-bottom-right-radius:3.5rem;border-bottom-left-radius:3.5rem;border-top-left-radius:3.5rem;display:block; }
#wub7Q85ILkTc9sqwGT1b0PawxbBz8QlZ { color:#000000;display:block;width:25.5625rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:300;z-index:15094;line-height:1.5;letter-spacing:0;top:21.8125rem;left:8.46875rem;height:20.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#h8c9II4ITbS2KoZRT9c00GTHTPhTFXTO { 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:6.25rem;width:6.25rem;top:14.25rem;left:10.09375rem;overflow:hidden;display:block; }
#k6kDmpW6pTIhzpVlgSTmR1cOUFudFNzM { color:#000000;display:block;width:7.9375rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:300;z-index:15095;line-height:1.5;letter-spacing:0;top:16.484375rem;left:18.3125rem;height:1.6875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#di9M9bfHXFspoOtdAaQ4AF3PaGPPz7HR { color:#000000;display:block;width:7.9375rem;position:absolute;font-family:rubik;font-size:1.0625rem;font-weight:300;z-index:15096;line-height:1.5;letter-spacing:0;top:18.265625rem;left:18.3125rem;height:1.59375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#mL7aZE1LX0nNyT5wx7wwTTEOxDNgV9gy { position:absolute;display:block;z-index:15104;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:8.1875rem;top:14.796875rem;left:18.1875rem;overflow:hidden;display:block; }
#BIustuc0TZtxgbg9lUqgtoWBL7Eu537L { color:#000000;display:block;width:25.5625rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:300;z-index:15095;line-height:1.5;letter-spacing:0;top:21.8125rem;left:40.0625rem;height:21.9375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WS96KeTVroh3XbTVwH1Fxx73KCITd0AD { 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:6.25rem;width:6.25rem;top:14.3125rem;left:41.9375rem;overflow:hidden;display:block; }
#rRwJhl92ByAyLpikm3EagqUoAwwSVuI9 { position:absolute;display:block;z-index:15105;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:8.1875rem;top:14.796875rem;left:50.0625rem;overflow:hidden;display:block; }
#VJladEcRJfgq3GDi7FET4HgGnR1f8Rao { color:#000000;display:block;width:8.875rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:300;z-index:15096;line-height:1.5;letter-spacing:0;top:16.53125rem;left:50.1875rem;height:1.6875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#btaqJDrGbCFPNkJ1US8W3STfvb6yHlnx { color:#000000;display:block;width:13.875rem;position:absolute;font-family:rubik;font-size:1.0625rem;font-weight:300;z-index:15097;line-height:1.5;letter-spacing:0;top:18.171875rem;left:50.1875rem;height:1.59375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Vg5hTkVyV8QVImDVUdR9McXk87xwQVXC { box-sizing:content-box;height:19rem;width:28.375rem;position:absolute;display:block;z-index:15095;background-color:rgba(0,0,0,0);background-image:none;top:49.5rem;left:6.9375rem;border-top:0.125rem solid #b5b5b5;border-left:0.125rem solid #b5b5b5;border-right:0.125rem solid #b5b5b5;border-bottom:0.125rem solid #b5b5b5;border-top-right-radius:3.5rem;border-bottom-right-radius:3.5rem;border-bottom-left-radius:3.5rem;border-top-left-radius:3.5rem;display:block; }
#dJOd3vKTOgPoGWUecOwfOUam8gd809rm { box-sizing:content-box;height:19.0625rem;width:29.0625rem;position:absolute;display:block;z-index:15096;background-color:rgba(0,0,0,0);background-image:none;top:49.46875rem;left:38.1875rem;border-top:0.125rem solid #b5b5b5;border-left:0.125rem solid #b5b5b5;border-right:0.125rem solid #b5b5b5;border-bottom:0.125rem solid #b5b5b5;border-top-right-radius:3.5rem;border-bottom-right-radius:3.5rem;border-bottom-left-radius:3.5rem;border-top-left-radius:3.5rem;display:block; }
#oVyAT0W2z4ePwBDFfbyzvctwULRlgwV2 { 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:6.25rem;width:6.25rem;top:51.1875rem;left:10.09375rem;overflow:hidden;display:block; }
#EK0z1BDof6Gp6EDBdgAwfcnVXrMnr1so { position:absolute;display:block;z-index:15105;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:8.1875rem;top:51.78125rem;left:17.71875rem;overflow:hidden;display:block; }
#VUP4QpyzbcEUC8pdyu0UlcXJU55gOiBE { color:#000000;display:block;width:8.5rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:300;z-index:15096;line-height:1.5;letter-spacing:0;top:53.46875rem;left:17.84375rem;height:1.6875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#CUSDzWMo3sEJ2Zs5szdR1MChngMLmdFG { color:#000000;display:block;width:14.5625rem;position:absolute;font-family:rubik;font-size:1.0625rem;font-weight:300;z-index:15097;line-height:1.5;letter-spacing:0;top:55.15625rem;left:17.84375rem;height:1.59375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#bhAbCUx0sJPJDc8h7TT39HmOHLebFRbs { color:#000000;display:block;width:25rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:300;z-index:15095;line-height:1.5;letter-spacing:0;top:58.75rem;left:8.59375rem;height:8.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xAdFNAFON3rqn3qf6ngTCRluvqBytLG4 { 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:6.25rem;width:6.25rem;top:51.1875rem;left:40.8125rem;overflow:hidden;display:block; }
#HpsuIy2Zd1T6hlxroGCks8WbSuRbEr7s { color:#000000;display:block;width:26.4375rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:300;z-index:15096;line-height:1.5;letter-spacing:0;top:58.75rem;left:39.625rem;height:8.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#eFGUQCohi6cUCGsveLMXC898V2X29TR4 { position:absolute;display:block;z-index:15106;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:8.1875rem;top:51.78125rem;left:49rem;overflow:hidden;display:block; }
#xL0p9GnrdS8JPUZlmqHFhhh2xH6eovFv { color:#000000;display:block;width:9.125rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:300;z-index:15097;line-height:1.5;letter-spacing:0;top:53.46875rem;left:49rem;height:1.6875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#PPqUZqM3f8Q15Qoagy3ogI5b8AZv1mFO { color:#000000;display:block;width:6.625rem;position:absolute;font-family:rubik;font-size:1.0625rem;font-weight:300;z-index:15098;line-height:1.5;letter-spacing:0;top:55.15625rem;left:49rem;height:1.59375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Q8kz9A8Te084kwdRhQiUTfeLDveha4t3 { color:#000000;display:block;width:34.125rem;position:absolute;font-family:rubik;font-size:0.8125rem;font-weight:300;z-index:15053;line-height:1.1;letter-spacing:0;top:73.3125rem;left:20.4375rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;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:34.625rem;width:75rem;position:relative;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:15.8125rem;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; }
#WDsho98v7hTo42VK1NTu2faGqklop9nq { color:#000000;display:block;width:52.25rem;position:absolute;font-family:rubik;font-size:1.3125rem;font-weight:300;z-index:15008;line-height:1.4;letter-spacing:0;top:11.3125rem;left:11.375rem;height:18.37400625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hN9KikhANSmFvZote33ookLdAcZIvt6i { 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; }#hN9KikhANSmFvZote33ookLdAcZIvt6i > .row .container { background-color: transparent; background-image: none; }#hN9KikhANSmFvZote33ookLdAcZIvt6i::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hN9KikhANSmFvZote33ookLdAcZIvt6i > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hN9KikhANSmFvZote33ookLdAcZIvt6i > .row .container > .video-iframe-container { display: none; }#hN9KikhANSmFvZote33ookLdAcZIvt6i > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hN9KikhANSmFvZote33ookLdAcZIvt6i > .row > .video-iframe-container { display: none; }#hN9KikhANSmFvZote33ookLdAcZIvt6i > .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); }#hN9KikhANSmFvZote33ookLdAcZIvt6i > .row .container { border-width: 0; border-radius: 0; }#hN9KikhANSmFvZote33ookLdAcZIvt6i > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hN9KikhANSmFvZote33ookLdAcZIvt6i > .row .container { font-size:0.875rem;font-family:arial;height:35.9375rem;width:75rem;position:relative;display:block; }#xHL4AsSTSPf0kSciTHVIyDEVGDgRT3F2 { color:#000000;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:12.9375rem;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; }
#dFPg94mukOElMGxNG9XBL638BbrZKQpr { color:#000000;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:10.8125rem;height:;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;display:block; }#dFPg94mukOElMGxNG9XBL638BbrZKQpr li:not(:first-child){ padding-top:0.875rem;padding-right:0;padding-bottom:0;padding-left:0; }#dFPg94mukOElMGxNG9XBL638BbrZKQpr li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/1bb814c7-783b-4c24-aae6-fda39cbe1f04/ico_green.png); }
#oMyI1wDXH4q1W9uIpb9bp4gZBlJUllXb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(196deg, #ffd03d, rgba(238,92,34,0.79));background-image: -moz-linear-gradient(196deg, #ffd03d, rgba(238,92,34,0.79));background-image: -ms-linear-gradient(196deg, #ffd03d, rgba(238,92,34,0.79));background-image: -o-linear-gradient(196deg, #ffd03d, rgba(238,92,34,0.79));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd03d', endColorstr='#ee5c22c9' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd03d', endColorstr='#ee5c22c9' );";background-image: linear-gradient(196deg, #ffd03d, rgba(238,92,34,0.79));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; }#oMyI1wDXH4q1W9uIpb9bp4gZBlJUllXb > .row .container { background-color: transparent; background-image: none; }#oMyI1wDXH4q1W9uIpb9bp4gZBlJUllXb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oMyI1wDXH4q1W9uIpb9bp4gZBlJUllXb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oMyI1wDXH4q1W9uIpb9bp4gZBlJUllXb > .row .container > .video-iframe-container { display: none; }#oMyI1wDXH4q1W9uIpb9bp4gZBlJUllXb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oMyI1wDXH4q1W9uIpb9bp4gZBlJUllXb > .row > .video-iframe-container { display: none; }#oMyI1wDXH4q1W9uIpb9bp4gZBlJUllXb > .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); }#oMyI1wDXH4q1W9uIpb9bp4gZBlJUllXb > .row .container { border-width: 0; border-radius: 0; }#oMyI1wDXH4q1W9uIpb9bp4gZBlJUllXb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oMyI1wDXH4q1W9uIpb9bp4gZBlJUllXb > .row .container { font-size:0.875rem;font-family:arial;height:39rem;width:75rem;position:relative;display:block; }#a8errqf9VaVHHbqCXdimbTI1uqehAd8m { color:#000000;display:block;width:45.3125rem;position:absolute;font-family:"baloo 2";font-size:2.125rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:8.125rem;left:14.84375rem;height:5.5244125rem;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; }
#ymFTtfOeGk9g46nOAnmadnpSUMI1JhUo { position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;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:27.625rem;width:54.125rem;top:5.625rem;left:10.3125rem;display:block; }
#JIIpgixnL6gFZz1uxZEuftvzGyLZF9Hf { color:#000000;display:block;width:24.25rem;position:absolute;font-family:rubik;font-size:0.8125rem;font-weight:300;z-index:15049;line-height:1.1;letter-spacing:0;top:28.875rem;left:25.375rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#B4chkyLsHlASm4VMpUTZxdEdksz0vAQk { color:#a0a0a0;display:block;width:7.0625rem;position:absolute;font-family:"baloo 2";font-size:2.5rem;font-weight:700;z-index:15108;line-height:.8;letter-spacing:0;top:15.56201171875rem;left:26.96875rem;height:2rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cNlW14r42CokwSF4worEEeFRZ3radAen { color:#007efc;display:block;width:10.8125rem;position:absolute;font-family:"baloo 2";font-size:4.1875rem;font-weight:700;z-index:15107;line-height:.8;letter-spacing:0;top:14.88671875rem;left:34.8125rem;height:3.3496125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#L9t81WvgCANfHVEApmcDJghbWBJ2DPbT { color:#009b89;display:block;width:18.875rem;position:absolute;font-family:rubik;font-size:1.8125rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:20.46240234375rem;left:28.0625rem;height:2.5371125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Pu72xpnRA4mg8NJr7A3TBRfAmQ2BFOLW { 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:23.625rem;height:3.75rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:24.1875rem;left:25.6875rem;display:block; }
#WLrivyV9SPGwXlnM4APTckcApdGz3ZwN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#z76T0UQ2nvaqRVghllXCNT56rirw3Kki { 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; }#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:59.8125rem;width:75rem;position:relative;display:block; }#Fi8bGHS97Qt8nr7hsy5ZDa1ElQuFDP6H { 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:2.1875rem;width:16.625rem;top:56.3125rem;left:29.1875rem;overflow:hidden;display:block; }
#ftPOag63ERplT8ONVGI5axTquk1Ut8Tq { box-sizing:content-box;height:19.0625rem;width:19.1875rem;position:absolute;display:block;z-index:15094;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;top:6.5625rem;left:7.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:3.5rem;border-bottom-right-radius:3.5rem;border-bottom-left-radius:3.5rem;border-top-left-radius:3.5rem;display:block; }
#RoBf411uhK3MnxwhTCoIvrvNzuCIK5vl { box-sizing:content-box;height:19.0625rem;width:19.1875rem;position:absolute;display:block;z-index:15095;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;top:6.5625rem;left:27.90625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:3.5rem;border-bottom-right-radius:3.5rem;border-bottom-left-radius:3.5rem;border-top-left-radius:3.5rem;display:block; }
#F6ZBNMWsPgwSwL8b4tsq7VZGA6TDZV2P { box-sizing:content-box;height:19.0625rem;width:19.1875rem;position:absolute;display:block;z-index:15096;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;top:6.5625rem;left:48.3125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:3.5rem;border-bottom-right-radius:3.5rem;border-bottom-left-radius:3.5rem;border-top-left-radius:3.5rem;display:block; }
#nCB5H9h5HPPThr5U7oQmyH0IaOPgO8Cw { color:#ffffff;display:block;width:13.6875rem;position:absolute;font-family:rubik;font-size:1.625rem;font-weight:300;z-index:15094;line-height:1.5;letter-spacing:0;top:9.25rem;left:10.25rem;height:9.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#H1D9WMaXwieldFhgOWVJioBhvffJqD65 { color:#ffffff;display:block;width:16.5625rem;position:absolute;font-family:rubik;font-size:1.625rem;font-weight:300;z-index:15095;line-height:1.5;letter-spacing:0;top:9.25rem;left:29.21875rem;height:9.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mC64W6KfEuX9u1ACPQRitTalk4OZ59GU { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:rubik;font-size:1.625rem;font-weight:300;z-index:15096;line-height:1.5;letter-spacing:0;top:9.1875rem;left:49.15625rem;height:14.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Bvk5cktJUiVH7WagJUtd8vZQ0LoebzrW { color:#000000;display:block;width:48.8125rem;position:absolute;font-family:"baloo 2";font-size:2.3125rem;font-weight:700;z-index:15030;line-height:1.2;letter-spacing:0;top:33.0380859375rem;left:12rem;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; }
#oeLWk0b41Kxlfk5cdgJg92mCXTbvKsrX { 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:8.9375rem;width:14.9375rem;top:35.75rem;left:45.8125rem;overflow:hidden;display:block; }
#ApmmBbpkyafHw4tUozVCqTTXGsHH3aF0 { 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:15021;text-align:center;text-align-last:center;top:40.875rem;left:26.96875rem;display:block; }
#oL1A4UlX6oPTe2AwwNVpyW4EdH8TqhW1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#quWRzPDi31RqbZ1polAw8VMIRUTsUSTd { color:#000000;display:block;width:24.25rem;position:absolute;font-family:rubik;font-size:0.8125rem;font-weight:300;z-index:15050;line-height:1.1;letter-spacing:0;top:45.625rem;left:25.375rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;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:75rem;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:7.5rem;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:45.375rem;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:34.4375rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eGD3nFIInX866CE5WBfTAPMTeicDpvq3 { width:21.0625rem;height:3.75rem;top:71.25rem;left:13.25rem;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) { #pAilAvI7v3iuIAkTsFIvFQVJl9CJ17Wn { width:3.125rem;height:3.125rem;top:85.875rem;left:20.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJ8vTLN0JBPpT8HvDU8sLxJgPNgkEznu { width:3.125rem;height:3.125rem;top:85.875rem;left:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCAHOa9ETH0TuePZ4sMSOCrk76CcmNLI { width:3.125rem;height:3.125rem;top:85.875rem;left:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZvIVTxBramJM1itlqMJPgF2KJ7lbrg9c { width:3.125rem;height:3.125rem;top:85.875rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bbtcT7UzIuubD6QTO01iDwTwCsgOmpDR { width:3.125rem;height:3.125rem;top:85.875rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kByPbuwalqKPnAr2H5L82TbmxRXmuvuI { width:2.0625rem;height:2.0625rem;top:85.4375rem;left:24.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ybrWuxVFoA9lT4qZNv6fQsT2AOcBonTV { width:2.0625rem;height:2.0625rem;top:85.4375rem;left:27rem;display:block; }
 }@media only screen and (max-width: 763px) { #lx11FUMnCfwAkcxrnf5qB4xLk7H2xsHx { width:2.0625rem;height:2.0625rem;top:85.4375rem;left:29.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SdcFfRLS6BD5PVGcrL7WpFKhSDdM20p1 { width:2.0625rem;height:2.0625rem;top:85.4375rem;left:31.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BzGSzuc4qMC9MurBT0ZubT3JVRBQ0KPw { width:2.0625rem;height:2.0625rem;top:85.4375rem;left:33.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KIy8V1EO88GIxA0MO6mirkL4iZ1SpZgg { 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) { #FZl2nHJpG0kSfRFvQyqDzEwAyTNvEiRT { width:30.1875rem;height:18.625rem;top:62.0625rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CbdT66IR7gT8uNkL4w5x3GkKqsPorexW { width:12.375rem;height:2.625rem;top:60.5rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AuW0ssUn3ixHCFltBomQiK7OeQA3lTlr { 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) { #gmp6tn7Ie3TI6M8kFUV5IDliHze9r7pq { 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) { #u9eG07TZGJlbCi4ETi1Tt1rbEH9VQuil { 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) { #Ql1Jh0dDhbH67x9dzrAqAtnLigirQXDJ { 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) { #Zm9122OFsf8rfir5oP1rmPCR3E8MBLBL { width:3.0625rem;height:3.0625rem;top:21.125rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWkDlPvSKgFpHGTckUho60HozKzSTCqv { 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) { #DZk84Nag0dIb3JncqkAXtJLLBekTeLOE { display:block; }#DZk84Nag0dIb3JncqkAXtJLLBekTeLOE > .row .container { width:47.75rem;height:29.9375rem;position:relative;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) { #bGaOXPHfFAIViu5BtVwzWQWMimaA2vt3 { width:47.625rem;height:89.125rem;top:4.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILebOGsgau07pHf8VLfiXCnDZ6m75w7T { width:45.6875rem;height:4.5625rem;top:23.8125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZMWppZVFmaTkiZCEml2kqDukrtuvssgL { width:35.125rem;height:12.50926875rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }#ZMWppZVFmaTkiZCEml2kqDukrtuvssgL li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0cb572ecd7e6e6111cc7684da2acdafe576b354d.svg); }
 }@media only screen and (max-width: 763px) { #vG1St7ThVVUyKpNgRTSx081iuZwbeeX3 { width:45.6875rem;height:4.8125rem;top:30rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mHlbdHdt15LOTt06SeGxslRN21d7ftrz { 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) { #WVEycuvbOdGCUNo0NI5yPuCoryRpeCXz { 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) { #w6VxceoXCsMqAWUZil4POkSJZ8UFeBTV { 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) { #WRMJwvraEETEqyiI0zTX2zaAolzKWeVT { 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) { #qctJe5GWcI7h0hM1tL4ozpknNCdTmS3V { width:23.625rem;height:3.75rem;top:83.6875rem;left:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJIgqqkL61pugxoguewkzISgmTTh7XOT { display:block; }
 }@media only screen and (max-width: 763px) { #sU1IU1Am7TMUEW7RDBH5m8I5mbkKh9ax { 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) { #w0PXPTKFHmFMkVHC03t5nxvUZToVoyDf { 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) { #W3d7wLsSJXblPKICpXe5A6oNVRDSE1bU { width:35.125rem;height:12.50926875rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }#W3d7wLsSJXblPKICpXe5A6oNVRDSE1bU li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0cb572ecd7e6e6111cc7684da2acdafe576b354d.svg); }
 }@media only screen and (max-width: 763px) { #HiOrmhSegETU86mVXA3qSqVBlzJt7zt7 { width:35.125rem;height:12.50926875rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }#HiOrmhSegETU86mVXA3qSqVBlzJt7zt7 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0cb572ecd7e6e6111cc7684da2acdafe576b354d.svg); }
 }@media only screen and (max-width: 763px) { #N1we0ZakX9B4ZnT19uJMZlfxtSBLQRis { width:45.6875rem;height:4.8125rem;top:36.5rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhJwN4klevQHWSMFUIB82X0HPi3RwkM7 { width:45.6875rem;height:4.8125rem;top:42.875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aE3NQ1S2N3VQ5Gce5UZxuawAaNHfeOnW { width:35.125rem;height:12.50926875rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }#aE3NQ1S2N3VQ5Gce5UZxuawAaNHfeOnW li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0cb572ecd7e6e6111cc7684da2acdafe576b354d.svg); }
 }@media only screen and (max-width: 763px) { #bsk1lz0P8UdtWnhD6KMOXUg9OrTNZCT1 { width:45.6875rem;height:4.8125rem;top:49.3125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rLHgw3wJzh0iga43RpLElDQ3gxwEov1N { width:35.125rem;height:12.50926875rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }#rLHgw3wJzh0iga43RpLElDQ3gxwEov1N li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0cb572ecd7e6e6111cc7684da2acdafe576b354d.svg); }
 }@media only screen and (max-width: 763px) { #pmbvauxwEMaJrV7TpizdEhcDXwTVUOc8 { width:45.6875rem;height:4.8125rem;top:55.8125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4G28Ao5tQGH5pTICCqkppiv5EMGWqxG { width:35.125rem;height:12.50926875rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }#b4G28Ao5tQGH5pTICCqkppiv5EMGWqxG li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0cb572ecd7e6e6111cc7684da2acdafe576b354d.svg); }
 }@media only screen and (max-width: 763px) { #SZQxpouuVplR4GAevrfHtAsr7bepVht0 { display:block; }#SZQxpouuVplR4GAevrfHtAsr7bepVht0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TFsb0s93cqHmaHC9zhAFiHsQw1ifq3MQ { 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) { #VZ2Bg4UIau2n3ETnPhynBTcEqLUow1tw { width:19.1875rem;height:20.75rem;top:18.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QNEoWbCA22s8kaGxex8yvHqQ9uFEGnxT { width:19.1875rem;height:20.75rem;top:18.3125rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p36EFXUwEJWHPKQD2va3Ry7bTvPH0zN6 { width:19.1875rem;height:20.75rem;top:18.3125rem;left:28.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zIiremnzT1ovT9R1KM1IqQDw3KFbItCc { 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) { #gGiAcsVx0HBe6auBGUqS7N0HqTMBCfAZ { 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) { #TiOykHzyIr2F3EZOJcWvogciWSwBHzEU { 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) { #P5XTHyBVFLiPviNc0CRsIgwIKwsl0fGf { width:4.875rem;height:4.875rem;top:15.9375rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLWwV1Jzl7RZmzgDK5I5kAVacJdAHLdo { width:4.875rem;height:4.875rem;top:15.9375rem;left:21.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IVLm7fAWtemRLSmOB5qrdTp1y1UpO2lD { width:4.875rem;height:4.875rem;top:15.9375rem;left:41.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9blk5RkKkOwGWp1zXpyc8yd4qNd0hAV { display:block; }#e9blk5RkKkOwGWp1zXpyc8yd4qNd0hAV > .row .container { width:47.75rem;height:29.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LhlIAlTuXHR2E5l87vaA4Q4EshQSWXww { 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) { #NLk2mqy3IUT8yWpZ0pSQ6tS63kDDPFaO { 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) { #h4rGvISkb2Ftb5uImt0GwuFrPJkeem9y { 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) { #hOs6om3BanFE7Qhd19tLssqDKEfvw69v { width:47.75rem;height:21.599819059107rem;top:41.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTTKrti0QWWQf2o4sC5pGGE8ssbJBM5O { width:13.6875rem;height:8.125rem;top:85rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q49r1OLUgT0XiRRwL0GaGwaCUzBwggmd { width:23.625rem;height:3.75rem;top:89.3125rem;left:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nzr3clC7syASzRvahFbclRRGTh5yCamO { display:block; }
 }@media only screen and (max-width: 763px) { #WBJtEpu9o1ZTaOQfUNA0ociVp8kKcMlf { 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) { #Gu1bdsF8MNSSnpTVl7FxVVGkPOEzcxX1 { display:block; }#Gu1bdsF8MNSSnpTVl7FxVVGkPOEzcxX1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F0wtrC0pelHf39bT6g9wMo1xGuo1TRic { 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) { #tnQT6Gdc90KGLHVpTp6hlJSRSNqlibbF { width:2.3125rem;height:2.3125rem;top:34.5625rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P8OiaquD2DRGCSgZZPCmNxt7lw907dBD { 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) { #QCLy2cRR6ESn6HXRX7gtaKcO20k4Xxyk { 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) { #ILSwWqp7hCWcqH4dBE3hFvp0wvGhxQ6N { 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) { #u3IOhTnWwT784fxnS1oeQcc3s4XuABRw { width:2.3125rem;height:2.3125rem;top:34.5625rem;left:25.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zlXVUTfWHiW66BWLbpxvEteAJ9H1RGEd { 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) { #TTU9KzFadsfhOcWBx6DQ6H6INOXc8Fg9 { width:3.125rem;height:3.125rem;top:45.75rem;left:22.3125rem;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) { #kNP0JkT14TIxLPWrHwldG4rhh18CCuyq { width:34.6875rem;height:25rem;top:19.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #beqEs3nTg4wmXC7LiOsPuBsaSTTK21bt { width:21.0625rem;height:3.75rem;top:47.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X1zlZ7Wc3oviEAZ44ZVZ5VH6knaTy4Tb { display:block; }
 }@media only screen and (max-width: 763px) { #uDs93ZFRQVgTo0HfRInu0Kv5ZQFTDgz2 { width:36.375rem;height:3.5rem;top:19.5rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fUrAXC6lRqrtHNxuQAauGaDGCZbDUCig { width:35.125rem;height:12.50926875rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }#fUrAXC6lRqrtHNxuQAauGaDGCZbDUCig li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e2863bb14c4960376216603f5244beb5f5e476c2.svg); }
 }@media only screen and (max-width: 763px) { #Buhp4xk503bRLf07qCyF0GyrV7qFNJtr { width:35.125rem;height:12.50926875rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }#Buhp4xk503bRLf07qCyF0GyrV7qFNJtr li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e2863bb14c4960376216603f5244beb5f5e476c2.svg); }
 }@media only screen and (max-width: 763px) { #r7kH5o4PU2OZTwmO9O7qJyUKFAMemyyt { width:35.125rem;height:12.50926875rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }#r7kH5o4PU2OZTwmO9O7qJyUKFAMemyyt li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e2863bb14c4960376216603f5244beb5f5e476c2.svg); }
 }@media only screen and (max-width: 763px) { #aQH61cyLQDyhWhvLKPC65qX81oCmwGCl { width:35.125rem;height:12.50926875rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }#aQH61cyLQDyhWhvLKPC65qX81oCmwGCl li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e2863bb14c4960376216603f5244beb5f5e476c2.svg); }
 }@media only screen and (max-width: 763px) { #hNddEsFDHPhSnMkpWQ7X3NXHTV1ag5Ul { width:36.375rem;height:3.5rem;top:24.75rem;left:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzpv7VHMOkeZ1n8QtX7KZII7n4M9JdMX { width:36.375rem;height:3.5rem;top:30rem;left:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cy6P5TxOJi6LzS8PdTV5s2uNofo8vatM { width:36.375rem;height:3.5rem;top:35.1875rem;left:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CiDxqvy2NrJFBaTJkSpuFuHp1yzzXhn8 { width:36.375rem;height:5.0625rem;top:46.9375rem;left:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbMGM7fkepVwE24wzC1sp8LSzqJr906q { width:36.375rem;height:5.1875rem;top:40.3125rem;left:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JXE9XWwpzvZ7B7qLTwLW32HF9QMQwB4R { width:35.125rem;height:12.50926875rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }#JXE9XWwpzvZ7B7qLTwLW32HF9QMQwB4R li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e2863bb14c4960376216603f5244beb5f5e476c2.svg); }
 }@media only screen and (max-width: 763px) { #GpTmlkW8JT2c5IIgW2aiH7G0l7EisTdx { width:35.125rem;height:12.50926875rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }#GpTmlkW8JT2c5IIgW2aiH7G0l7EisTdx li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e2863bb14c4960376216603f5244beb5f5e476c2.svg); }
 }@media only screen and (max-width: 763px) { #zVzGk0b4UduJBkzzAKi9kzXAbkt2pUir { width:12.9375rem;height:7.6875rem;top:44.5rem;left:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eT6VXRMmx9VLySUg4n8GL4dRFoKaZMXk { display:block; }#eT6VXRMmx9VLySUg4n8GL4dRFoKaZMXk > .row .container { width:47.75rem;height:29.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tFkbt5dbQTP62DVfbxdlUw7Ffq6GbUwW { 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) { #LBtTZaXIrFBT2AUICsJUa1BoN83hvk8S { 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) { #dRzAukzW8nnE04GqaGIyFalyMxu83n9M { display:block; }#dRzAukzW8nnE04GqaGIyFalyMxu83n9M > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t5IwDfh9RkK92FSDVPBEF8HN26ZctysB { 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) { #HQbeawO3xOIymxxHNqI9Cq7o7TgkhPJn { width:21.8125rem;height:18rem;top:24rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgG2gw7mKpfqxCUHyK7lmTHCFuAr3y7Z { 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) { #ndIhkah8Ao90LMu6UlVtD81C1XC4XUT8 { width:3.75rem;height:3.75rem;top:22.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z37rHlBKlCP22J6pvOzEKuO5z79vfu4H { width:4.875rem;height:4.875rem;top:6.25rem;left:20.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BIkGowuVSBUtke5Nhg2dKzqMRROaP4CO { width:21.8125rem;height:18rem;top:24rem;left:12.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JB5hVlesRSbgp7pOore10lKpRIEr9PR8 { width:21.8125rem;height:18rem;top:24rem;left:25.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGbTIPw2X6mDBEb5sHVqN2p65moa4rAW { 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) { #sQrMsqpknpP7yL2qXbzS4JXLz14VzUBa { width:3.75rem;height:3.75rem;top:22.25rem;left:22rem;display:block; }
 }@media only screen and (max-width: 763px) { #AenCIySsrkgTxGlSVoiKApXanhbF46w9 { 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) { #oEnTcV1Hx4sQHCECvF6swu5beuN7OOJn { width:3.75rem;height:3.75rem;top:22.25rem;left:44rem;display:block; }
 }@media only screen and (max-width: 763px) { #kU8GNwIr4dvRh3qCFT6Nb2OB1T0xS9Lr { width:21.8125rem;height:22.1875rem;top:46rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCK7ndE38yLTzahpPh2L0dmHmM9z27BM { width:3.75rem;height:3.75rem;top:43.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q87Nc6D7wTAC2qfWKeIKQTLCTsQX2cHt { width:21.8125rem;height:22.1875rem;top:46rem;left:12.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3Td1VVGoZgbbA47dNuPcb3V3JNnW88s { width:21.8125rem;height:22.1875rem;top:46rem;left:25.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1zWylJSxvn7ZFiRUzACaScNuIEdxpkG { width:3.75rem;height:3.75rem;top:44.375rem;left:22rem;display:block; }
 }@media only screen and (max-width: 763px) { #ImuI3ZZPUcimHcIhku2o6uyq2M4785tK { width:3.75rem;height:3.75rem;top:44.375rem;left:44rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTO3BtOb6h6ZJoRMJu557FZh9gl1Eer1 { 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) { #qrdLrXvVaWh0wA6H4LTThF4MoDIIEeTF { 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) { #oy5DLb8JbSes6zQ5L25NVXWtcLqC2OEP { 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) { #c4NDAU9g8QaDLWiBVMCtGhEhHByIFoFy { width:21.8125rem;height:22.375rem;top:72.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MutBoNoK5QsA5zcy5muhZ7aPMMyXTf08 { width:3.75rem;height:3.75rem;top:70.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #agHTKFmVStxMBaHrBkZJRfSmHuwCSdWV { 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) { #nemhT0ABJuSytONy03BFScdVwxAb28IX { width:21.8125rem;height:22.375rem;top:72.3125rem;left:12.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UAUk2Ob7TT1NhaPZc7hW7Shqs27zlCHM { width:21.8125rem;height:22.375rem;top:72.3125rem;left:25.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTiFN3wUaZ0q6Vg3PPTtUMvwqVDDz3Qp { 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) { #aMzEnGf4P1MBlgdymIuzlTxmtoResiOF { 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) { #HntnMQrkMso61UqR6LcBSmxdGt4P3Hlm { width:3.75rem;height:3.75rem;top:70.6875rem;left:22rem;display:block; }
 }@media only screen and (max-width: 763px) { #HOHHTthhzTq72KGpeg5e41rFJGKZ78IO { width:3.75rem;height:3.75rem;top:70.6875rem;left:44rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQwTyw2V7zs85EPJmxdEgKMZTlA8h0V2 { width:47.75rem;height:32.9375rem;top:101.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTt0DVGKTZ9vzgRIG4BEEpK1o1NQlGA0 { 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) { #A9BJpGRli0r4NTywdETDTFk0fvFfBWCE { width:23.625rem;height:3.75rem;top:123.6875rem;left:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #naEWPq0QBdi4m0EugWCou8HI9y5H6Vp0 { display:block; }
 }@media only screen and (max-width: 763px) { #TQfToHICDUISt3C7fZHhkCWL6KkOuOPD { 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) { #JRituzJW8srwFJHT2g0LaTkRxTVPI8AA { width:2.6875rem;height:2.6875rem;top:22.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ri1rT5hbnKVzIcXZJAX7WkwdDC2VNwCB { width:2.6875rem;height:2.6875rem;top:22.8125rem;left:22.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KGHEvo1X6tm3LzXglMWSF9ek70uhqkLO { width:2.6875rem;height:2.6875rem;top:22.8125rem;left:45.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XqSZtAPVPaLO9cavCG5pVhpUtI3xVSbE { width:2.6875rem;height:2.6875rem;top:44.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTSa445zc8PQvgNKuqG1lDgIaWWTxdUZ { width:2.6875rem;height:2.6875rem;top:44.9375rem;left:22.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5R3Nn0v7PsTGw68ovJPlVuwHr4geEdt { width:2.6875rem;height:2.6875rem;top:44.9375rem;left:45.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JCh7hud9oR6xdEbfIT2T7dVKeDOOtwSq { width:2.6875rem;height:2.6875rem;top:71.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1gL6ic4LGrkTVOmQJzBRbkip9DWW7Rw { width:2.6875rem;height:2.6875rem;top:71rem;left:22.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCMomUoz38E1tghVgTh2MTUz3Ckhv25T { width:2.6875rem;height:2.6875rem;top:71.1875rem;left:45.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhv2Tn6mXyF0G16V39b4ThLq9LnUL5os { display:block; }#uhv2Tn6mXyF0G16V39b4ThLq9LnUL5os > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SwxAhaDJ5Ima9eB3VksxURSLznmVwtMp { 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) { #TxfZmmLgUPTHnnSTsBF5qkMAPH7GpxSR { 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) { #VKDPBhgstHVDum7d8kTG9AoMOhJAeaXR { width:47.5rem;height:27.125rem;top:31.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iusKiz3W3lsTkT1gEyGhRyeThc7zTy8A { width:5.25rem;height:5.25rem;top:35.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQZv9H0CvxlAmK6HD4ui0eAPxvuiMKxb { 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) { #Uwf51lClL8vfdRDooCfXHIZiZSsZhdaT { 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) { #IstOvaBTeISUMBTAQ04PW9RQVvmpuLGl { 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) { #aIUfhKbNQsk5V6VDGOpI0m5b9fi2DIGM { width:41.875rem;height:5.9375rem;top:49rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aOwbkyyl3Xb1W4xidsAxr5D9clQL3C4E { width:3.125rem;height:3.125rem;top:64.5625rem;left:22.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NeQJNLoMdyHvoGQKEAaEF2Tqr9DTnuMF { display:block; }#NeQJNLoMdyHvoGQKEAaEF2Tqr9DTnuMF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T469HewP3v20k1tnSPtfX2QA4kUfeLwc { 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) { #lETVZMAKkxGbko1S1Sx0IgyQ9xMAfDyb { width:28.375rem;height:32.4375rem;top:12.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ty5QSsDv4FHMKZT1r78HI1fJMFpatyKC { width:29rem;height:32.5rem;top:12.625rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wub7Q85ILkTc9sqwGT1b0PawxbBz8QlZ { 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) { #h8c9II4ITbS2KoZRT9c00GTHTPhTFXTO { width:6.25rem;height:6.25rem;top:14.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6kDmpW6pTIhzpVlgSTmR1cOUFudFNzM { 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) { #di9M9bfHXFspoOtdAaQ4AF3PaGPPz7HR { 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) { #mL7aZE1LX0nNyT5wx7wwTTEOxDNgV9gy { width:8.1875rem;height:1.75rem;top:14.75rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BIustuc0TZtxgbg9lUqgtoWBL7Eu537L { 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) { #WS96KeTVroh3XbTVwH1Fxx73KCITd0AD { width:6.25rem;height:6.25rem;top:14.3125rem;left:28.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rRwJhl92ByAyLpikm3EagqUoAwwSVuI9 { width:8.1875rem;height:1.75rem;top:14.75rem;left:36.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJladEcRJfgq3GDi7FET4HgGnR1f8Rao { 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) { #btaqJDrGbCFPNkJ1US8W3STfvb6yHlnx { 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) { #Vg5hTkVyV8QVImDVUdR9McXk87xwQVXC { width:28.375rem;height:19rem;top:49.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJOd3vKTOgPoGWUecOwfOUam8gd809rm { width:29.0625rem;height:19.0625rem;top:49.4375rem;left:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVyAT0W2z4ePwBDFfbyzvctwULRlgwV2 { width:6.25rem;height:6.25rem;top:51.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EK0z1BDof6Gp6EDBdgAwfcnVXrMnr1so { width:8.1875rem;height:1.75rem;top:51.75rem;left:4.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VUP4QpyzbcEUC8pdyu0UlcXJU55gOiBE { 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) { #CUSDzWMo3sEJ2Zs5szdR1MChngMLmdFG { 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) { #bhAbCUx0sJPJDc8h7TT39HmOHLebFRbs { 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) { #xAdFNAFON3rqn3qf6ngTCRluvqBytLG4 { width:6.25rem;height:6.25rem;top:51.1875rem;left:27.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HpsuIy2Zd1T6hlxroGCks8WbSuRbEr7s { 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) { #eFGUQCohi6cUCGsveLMXC898V2X29TR4 { width:8.1875rem;height:1.75rem;top:51.75rem;left:35.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xL0p9GnrdS8JPUZlmqHFhhh2xH6eovFv { 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) { #PPqUZqM3f8Q15Qoagy3ogI5b8AZv1mFO { 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) { #Q8kz9A8Te084kwdRhQiUTfeLDveha4t3 { 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) { #M7RNCNZH69uasxRd5goVc03mXPCc7Zka { display:block; }#M7RNCNZH69uasxRd5goVc03mXPCc7Zka > .row .container { width:47.75rem;position:relative;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) { #WDsho98v7hTo42VK1NTu2faGqklop9nq { 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) { #hN9KikhANSmFvZote33ookLdAcZIvt6i { display:block; }#hN9KikhANSmFvZote33ookLdAcZIvt6i > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xHL4AsSTSPf0kSciTHVIyDEVGDgRT3F2 { 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) { #dFPg94mukOElMGxNG9XBL638BbrZKQpr { width:35.125rem;height:21.25rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }#dFPg94mukOElMGxNG9XBL638BbrZKQpr 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) { #oMyI1wDXH4q1W9uIpb9bp4gZBlJUllXb { display:block; }#oMyI1wDXH4q1W9uIpb9bp4gZBlJUllXb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a8errqf9VaVHHbqCXdimbTI1uqehAd8m { 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) { #ymFTtfOeGk9g46nOAnmadnpSUMI1JhUo { width:47.5rem;height:27.625rem;top:5.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JIIpgixnL6gFZz1uxZEuftvzGyLZF9Hf { 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) { #B4chkyLsHlASm4VMpUTZxdEdksz0vAQk { 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) { #cNlW14r42CokwSF4worEEeFRZ3radAen { 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) { #L9t81WvgCANfHVEApmcDJghbWBJ2DPbT { 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) { #Pu72xpnRA4mg8NJr7A3TBRfAmQ2BFOLW { width:23.625rem;height:3.75rem;top:24.1875rem;left:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WLrivyV9SPGwXlnM4APTckcApdGz3ZwN { 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) { #Fi8bGHS97Qt8nr7hsy5ZDa1ElQuFDP6H { width:16.625rem;height:2.1875rem;top:56.3125rem;left:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ftPOag63ERplT8ONVGI5axTquk1Ut8Tq { width:19.1875rem;height:19.0625rem;top:6.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RoBf411uhK3MnxwhTCoIvrvNzuCIK5vl { width:19.1875rem;height:19.0625rem;top:6.5625rem;left:14.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6ZBNMWsPgwSwL8b4tsq7VZGA6TDZV2P { width:19.1875rem;height:19.0625rem;top:6.5625rem;left:28.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCB5H9h5HPPThr5U7oQmyH0IaOPgO8Cw { 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) { #H1D9WMaXwieldFhgOWVJioBhvffJqD65 { 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) { #mC64W6KfEuX9u1ACPQRitTalk4OZ59GU { 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) { #Bvk5cktJUiVH7WagJUtd8vZQ0LoebzrW { 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) { #oeLWk0b41Kxlfk5cdgJg92mCXTbvKsrX { width:14.9375rem;height:8.9375rem;top:35.75rem;left:32.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ApmmBbpkyafHw4tUozVCqTTXGsHH3aF0 { width:21.0625rem;height:3.75rem;top:40.875rem;left:13.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oL1A4UlX6oPTe2AwwNVpyW4EdH8TqhW1 { display:block; }
 }@media only screen and (max-width: 763px) { #quWRzPDi31RqbZ1polAw8VMIRUTsUSTd { 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) { #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:76.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VBUyUSP5kFR7LaTAP8W2sQwQNChoosdA { width:20rem;height:4.125rem;top:8rem;left:0rem;font-size:1.875rem;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.999rem;top:24.5625rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #xdNKLMLc9iZZPqaWFE92XmrHDrufx0b9 { width:17.25rem;height:9.75rem;top:36.125rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eGD3nFIInX866CE5WBfTAPMTeicDpvq3 { width:15.125rem;height:2.875rem;top:58.0478515625rem;left:2.4375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9KPuLfeqMCwEd8vk0HZMlhVBDDaUzSh { display:block; }
 }@media only screen and (max-width: 763px) { #wNUu1Go9CKcUE5HtTndqrfS5ZLFHp9PX { width:16.125rem;height:1.6875rem;top:61.78466796875rem;left:1.9375rem;font-size:0.5625rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pAilAvI7v3iuIAkTsFIvFQVJl9CJ17Wn { width:1.875rem;height:1.875rem;top:68.2353515625rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJ8vTLN0JBPpT8HvDU8sLxJgPNgkEznu { width:1.875rem;height:1.875rem;top:68.2353515625rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCAHOa9ETH0TuePZ4sMSOCrk76CcmNLI { width:1.875rem;height:1.875rem;top:68.2353515625rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZvIVTxBramJM1itlqMJPgF2KJ7lbrg9c { width:1.875rem;height:1.875rem;top:68.2353515625rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bbtcT7UzIuubD6QTO01iDwTwCsgOmpDR { width:1.875rem;height:1.875rem;top:68.2353515625rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kByPbuwalqKPnAr2H5L82TbmxRXmuvuI { display:flex;width:1.5625rem;height:1.5625rem;top:67.6103515625rem;left:9.21875rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #ybrWuxVFoA9lT4qZNv6fQsT2AOcBonTV { display:flex;width:1.5625rem;height:1.5625rem;top:67.6103515625rem;left:12.40625rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #lx11FUMnCfwAkcxrnf5qB4xLk7H2xsHx { display:flex;width:1.5625rem;height:1.5625rem;top:67.6103515625rem;left:13.96875rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #SdcFfRLS6BD5PVGcrL7WpFKhSDdM20p1 { display:flex;width:1.5625rem;height:1.5625rem;top:67.6103515625rem;left:10.78125rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #BzGSzuc4qMC9MurBT0ZubT3JVRBQ0KPw { display:flex;width:1.5625rem;height:1.5625rem;top:67.6103515625rem;left:15.3125rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #KIy8V1EO88GIxA0MO6mirkL4iZ1SpZgg { width:8.125rem;height:1.6875rem;top:69.1728515625rem;left:9.5rem;font-size:0.5625rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FZl2nHJpG0kSfRFvQyqDzEwAyTNvEiRT { width:17.4375rem;height:13.9375rem;top:51.0380859375rem;left:1.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CbdT66IR7gT8uNkL4w5x3GkKqsPorexW { width:11.5625rem;height:2.625rem;top:49.9228515625rem;left:4.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AuW0ssUn3ixHCFltBomQiK7OeQA3lTlr { width:10.625rem;height:1.6875rem;top:50.3916015625rem;left:4.6875rem;font-size:1.125rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gmp6tn7Ie3TI6M8kFUV5IDliHze9r7pq { width:5.9375rem;height:3rem;top:54.1787109375rem;left:8.28125rem;font-size:2rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #u9eG07TZGJlbCi4ETi1Tt1rbEH9VQuil { width:4.25rem;height:1.78125rem;top:54.7880859375rem;left:4.09375rem;font-size:1.1875rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ql1Jh0dDhbH67x9dzrAqAtnLigirQXDJ { width:20rem;height:4.125rem;top:12.125rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #Zm9122OFsf8rfir5oP1rmPCR3E8MBLBL { display:flex;width:1.875rem;height:1.875rem;top:18.88427734375rem;left:0rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #ZWkDlPvSKgFpHGTckUho60HozKzSTCqv { width:17.9375rem;height:3.5996125rem;top:18.88427734375rem;left:2.0625rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.2;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:105.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rX1s6zQkIpC3oo1sDTZFvKIAhKphFo8L { width:17.4375rem;height:5.98095625rem;top:3.0625rem;left:1.28125rem;font-size:1.8125rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #bGaOXPHfFAIViu5BtVwzWQWMimaA2vt3 { width:18.5625rem;height:100.625rem;top:2.9375rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ILebOGsgau07pHf8VLfiXCnDZ6m75w7T { width:17.3125rem;height:6.6875rem;top:20.8125rem;left:1.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZMWppZVFmaTkiZCEml2kqDukrtuvssgL { width:14.875rem;height:3.5625rem;top:22.40625rem;left:2.5625rem;font-size:1.1875rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }#ZMWppZVFmaTkiZCEml2kqDukrtuvssgL li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0cb572ecd7e6e6111cc7684da2acdafe576b354d.svg); }
 }@media only screen and (max-width: 763px) { #vG1St7ThVVUyKpNgRTSx081iuZwbeeX3 { width:17.3125rem;height:8.5rem;top:29.125rem;left:1.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mHlbdHdt15LOTt06SeGxslRN21d7ftrz { width:17rem;height:5.34375rem;top:81.28955078125rem;left:1.5rem;font-size:1.1875rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WVEycuvbOdGCUNo0NI5yPuCoryRpeCXz { width:5.1875rem;height:2.4375rem;top:88.21875rem;left:3.4375rem;font-size:1.625rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #w6VxceoXCsMqAWUZil4POkSJZ8UFeBTV { width:6.75rem;height:3.9375rem;top:87.46875rem;left:8.625rem;font-size:2.625rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WRMJwvraEETEqyiI0zTX2zaAolzKWeVT { width:14.5rem;height:1.96875rem;top:93.6875rem;left:2.75rem;font-size:1.3125rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qctJe5GWcI7h0hM1tL4ozpknNCdTmS3V { width:16.625rem;height:3.125rem;top:96.375rem;left:1.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJIgqqkL61pugxoguewkzISgmTTh7XOT { display:block; }
 }@media only screen and (max-width: 763px) { #sU1IU1Am7TMUEW7RDBH5m8I5mbkKh9ax { width:20rem;height:1.6875rem;top:100.375rem;left:0rem;font-size:0.5625rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #w0PXPTKFHmFMkVHC03t5nxvUZToVoyDf { width:20rem;height:8.25rem;top:9.5625rem;left:0rem;font-size:1.375rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #W3d7wLsSJXblPKICpXe5A6oNVRDSE1bU { width:14.875rem;height:5.34375rem;top:30.734375rem;left:2.5625rem;font-size:1.1875rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }#W3d7wLsSJXblPKICpXe5A6oNVRDSE1bU li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0cb572ecd7e6e6111cc7684da2acdafe576b354d.svg); }
 }@media only screen and (max-width: 763px) { #HiOrmhSegETU86mVXA3qSqVBlzJt7zt7 { width:14.875rem;height:5.34375rem;top:40.8310546875rem;left:2.5625rem;font-size:1.1875rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }#HiOrmhSegETU86mVXA3qSqVBlzJt7zt7 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0cb572ecd7e6e6111cc7684da2acdafe576b354d.svg); }
 }@media only screen and (max-width: 763px) { #N1we0ZakX9B4ZnT19uJMZlfxtSBLQRis { width:17.3125rem;height:8.25rem;top:39.28125rem;left:1.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhJwN4klevQHWSMFUIB82X0HPi3RwkM7 { width:17.3125rem;height:8.375rem;top:49.0185546875rem;left:1.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aE3NQ1S2N3VQ5Gce5UZxuawAaNHfeOnW { width:14.875rem;height:5.34375rem;top:50.630859375rem;left:2.5625rem;font-size:1.1875rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }#aE3NQ1S2N3VQ5Gce5UZxuawAaNHfeOnW li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0cb572ecd7e6e6111cc7684da2acdafe576b354d.svg); }
 }@media only screen and (max-width: 763px) { #bsk1lz0P8UdtWnhD6KMOXUg9OrTNZCT1 { width:17.3125rem;height:8.375rem;top:59.193359375rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rLHgw3wJzh0iga43RpLElDQ3gxwEov1N { width:14.875rem;height:5.34375rem;top:60.8056640625rem;left:2.5625rem;font-size:1.1875rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }#rLHgw3wJzh0iga43RpLElDQ3gxwEov1N li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0cb572ecd7e6e6111cc7684da2acdafe576b354d.svg); }
 }@media only screen and (max-width: 763px) { #pmbvauxwEMaJrV7TpizdEhcDXwTVUOc8 { width:17.3125rem;height:8.375rem;top:69.2119140625rem;left:1.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4G28Ao5tQGH5pTICCqkppiv5EMGWqxG { width:14.875rem;height:5.34375rem;top:70.76171875rem;left:2.5625rem;font-size:1.1875rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }#b4G28Ao5tQGH5pTICCqkppiv5EMGWqxG li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0cb572ecd7e6e6111cc7684da2acdafe576b354d.svg); }
 }@media only screen and (max-width: 763px) { #SZQxpouuVplR4GAevrfHtAsr7bepVht0 { display:block; }#SZQxpouuVplR4GAevrfHtAsr7bepVht0 > .row .container { width:20rem;height:79.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TFsb0s93cqHmaHC9zhAFiHsQw1ifq3MQ { width:18.1875rem;height:9rem;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) { #VZ2Bg4UIau2n3ETnPhynBTcEqLUow1tw { width:17.3125rem;height:16.75rem;top:17.328125rem;left:1.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QNEoWbCA22s8kaGxex8yvHqQ9uFEGnxT { width:17.3125rem;height:16.75rem;top:39.0625rem;left:1.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p36EFXUwEJWHPKQD2va3Ry7bTvPH0zN6 { width:17.3125rem;height:15.6875rem;top:60.828125rem;left:1.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zIiremnzT1ovT9R1KM1IqQDw3KFbItCc { width:16.25rem;height:12.46875rem;top:19.59375rem;left:1.875rem;font-size:1.1875rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gGiAcsVx0HBe6auBGUqS7N0HqTMBCfAZ { width:16.4375rem;height:12.46875rem;top:41.328125rem;left:1.78125rem;font-size:1.1875rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TiOykHzyIr2F3EZOJcWvogciWSwBHzEU { width:16.0625rem;height:10.6875rem;top:63.984375rem;left:1.96875rem;font-size:1.1875rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #P5XTHyBVFLiPviNc0CRsIgwIKwsl0fGf { display:flex;width:3.4375rem;height:3.4375rem;top:15.578125rem;left:8.28125rem;font-size:2.375rem; }
 }@media only screen and (max-width: 763px) { #CLWwV1Jzl7RZmzgDK5I5kAVacJdAHLdo { display:flex;width:3.4375rem;height:3.4375rem;top:37.3125rem;left:8.28125rem;font-size:2.375rem; }
 }@media only screen and (max-width: 763px) { #IVLm7fAWtemRLSmOB5qrdTp1y1UpO2lD { display:flex;width:3.4375rem;height:3.4375rem;top:59.078125rem;left:8.28125rem;font-size:2.375rem; }
 }@media only screen and (max-width: 763px) { #e9blk5RkKkOwGWp1zXpyc8yd4qNd0hAV { background-color:#ffffff;background-image:none;display:block; }#e9blk5RkKkOwGWp1zXpyc8yd4qNd0hAV > .row .container { background-color: transparent; background-image: none; }#e9blk5RkKkOwGWp1zXpyc8yd4qNd0hAV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e9blk5RkKkOwGWp1zXpyc8yd4qNd0hAV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e9blk5RkKkOwGWp1zXpyc8yd4qNd0hAV > .row .container > .video-iframe-container { display: none; }#e9blk5RkKkOwGWp1zXpyc8yd4qNd0hAV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e9blk5RkKkOwGWp1zXpyc8yd4qNd0hAV > .row > .video-iframe-container { display: none; }#e9blk5RkKkOwGWp1zXpyc8yd4qNd0hAV > .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); }#e9blk5RkKkOwGWp1zXpyc8yd4qNd0hAV > .row .container { width:20rem;height:105.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LhlIAlTuXHR2E5l87vaA4Q4EshQSWXww { width:20rem;height:44.53125rem;top:9.5625rem;left:0rem;font-size:1.1875rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NLk2mqy3IUT8yWpZ0pSQ6tS63kDDPFaO { width:20rem;height:4.125rem;top:3.125rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #h4rGvISkb2Ftb5uImt0GwuFrPJkeem9y { width:19.75rem;height:24.9375rem;top:69.171875rem;left:0rem;font-size:1.1875rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hOs6om3BanFE7Qhd19tLssqDKEfvw69v { width:20rem;height:9.046875rem;top:56.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTTKrti0QWWQf2o4sC5pGGE8ssbJBM5O { width:5.1875rem;height:3.0625rem;top:94.296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q49r1OLUgT0XiRRwL0GaGwaCUzBwggmd { width:16.4375rem;height:2.875rem;top:97.296875rem;left:1.78125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nzr3clC7syASzRvahFbclRRGTh5yCamO { display:block; }
 }@media only screen and (max-width: 763px) { #WBJtEpu9o1ZTaOQfUNA0ociVp8kKcMlf { width:20rem;height:1.6875rem;top:101.171875rem;left:0rem;font-size:0.5625rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Gu1bdsF8MNSSnpTVl7FxVVGkPOEzcxX1 { display:block; }#Gu1bdsF8MNSSnpTVl7FxVVGkPOEzcxX1 > .row .container { width:20rem;height:68.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F0wtrC0pelHf39bT6g9wMo1xGuo1TRic { width:18.1875rem;height:4.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) { #tnQT6Gdc90KGLHVpTp6hlJSRSNqlibbF { display:flex;width:2.3125rem;height:2.3125rem;top:45.5rem;left:8.84375rem; }
 }@media only screen and (max-width: 763px) { #P8OiaquD2DRGCSgZZPCmNxt7lw907dBD { width:20rem;height:33.84375rem;top:10.0625rem;left:0rem;font-size:1.1875rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QCLy2cRR6ESn6HXRX7gtaKcO20k4Xxyk { width:9.5625rem;height:1.875rem;top:47.8125rem;left:5.21875rem;font-size:1.25rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ILSwWqp7hCWcqH4dBE3hFvp0wvGhxQ6N { width:8.8125rem;height:1.875rem;top:53.5rem;left:5.59375rem;font-size:1.25rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #u3IOhTnWwT784fxnS1oeQcc3s4XuABRw { display:flex;width:2.3125rem;height:2.3125rem;top:51.1875rem;left:8.84375rem; }
 }@media only screen and (max-width: 763px) { #zlXVUTfWHiW66BWLbpxvEteAJ9H1RGEd { width:8.8125rem;height:2.25rem;top:59.5rem;left:5.59375rem;font-size:1.5rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TTU9KzFadsfhOcWBx6DQ6H6INOXc8Fg9 { display:flex;width:2.1875rem;height:2.1875rem;top:62.875rem;left:8.90625rem;font-size:1.5rem; }
 }@media only screen and (max-width: 763px) { #LK5X2JP1be0sQpNLiFzfqkuyg4W16swp { display:block; }#LK5X2JP1be0sQpNLiFzfqkuyg4W16swp > .row .container { width:20rem;height:69.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Sg9yEiIKw5gaIhGv6Kkpav6RJXz5nNad { width:20rem;height:10.49805rem;top:3.125rem;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) { #kNP0JkT14TIxLPWrHwldG4rhh18CCuyq { width:15rem;height:10.8125rem;top:16.6875rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #beqEs3nTg4wmXC7LiOsPuBsaSTTK21bt { width:16.75rem;height:3.0625rem;top:63.2802734375rem;left:1.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X1zlZ7Wc3oviEAZ44ZVZ5VH6knaTy4Tb { display:block; }
 }@media only screen and (max-width: 763px) { #uDs93ZFRQVgTo0HfRInu0Kv5ZQFTDgz2 { width:19.875rem;height:3.5rem;top:30.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fUrAXC6lRqrtHNxuQAauGaDGCZbDUCig { width:20rem;height:3.5625rem;top:30.46875rem;left:0rem;font-size:1.1875rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }#fUrAXC6lRqrtHNxuQAauGaDGCZbDUCig li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e2863bb14c4960376216603f5244beb5f5e476c2.svg); }
 }@media only screen and (max-width: 763px) { #Buhp4xk503bRLf07qCyF0GyrV7qFNJtr { width:20rem;height:3.5625rem;top:34.9873046875rem;left:0rem;font-size:1.1875rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }#Buhp4xk503bRLf07qCyF0GyrV7qFNJtr li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e2863bb14c4960376216603f5244beb5f5e476c2.svg); }
 }@media only screen and (max-width: 763px) { #r7kH5o4PU2OZTwmO9O7qJyUKFAMemyyt { width:20rem;height:3.5625rem;top:39.505859375rem;left:0rem;font-size:1.1875rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }#r7kH5o4PU2OZTwmO9O7qJyUKFAMemyyt li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e2863bb14c4960376216603f5244beb5f5e476c2.svg); }
 }@media only screen and (max-width: 763px) { #aQH61cyLQDyhWhvLKPC65qX81oCmwGCl { width:20rem;height:3.5625rem;top:43.8369140625rem;left:0rem;font-size:1.1875rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }#aQH61cyLQDyhWhvLKPC65qX81oCmwGCl li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e2863bb14c4960376216603f5244beb5f5e476c2.svg); }
 }@media only screen and (max-width: 763px) { #hNddEsFDHPhSnMkpWQ7X3NXHTV1ag5Ul { width:19.875rem;height:3.5rem;top:34.9560546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzpv7VHMOkeZ1n8QtX7KZII7n4M9JdMX { width:19.875rem;height:3.5rem;top:39.474609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cy6P5TxOJi6LzS8PdTV5s2uNofo8vatM { width:19.875rem;height:3.5rem;top:43.8056640625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CiDxqvy2NrJFBaTJkSpuFuHp1yzzXhn8 { width:19.875rem;height:5.0625rem;top:52.5302734375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbMGM7fkepVwE24wzC1sp8LSzqJr906q { width:19.875rem;height:3.5rem;top:48.26171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JXE9XWwpzvZ7B7qLTwLW32HF9QMQwB4R { width:20rem;height:3.5625rem;top:48.29296875rem;left:0rem;font-size:1.1875rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }#JXE9XWwpzvZ7B7qLTwLW32HF9QMQwB4R li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e2863bb14c4960376216603f5244beb5f5e476c2.svg); }
 }@media only screen and (max-width: 763px) { #GpTmlkW8JT2c5IIgW2aiH7G0l7EisTdx { width:20rem;height:5.34375rem;top:52.4521484375rem;left:0rem;font-size:1.1875rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }#GpTmlkW8JT2c5IIgW2aiH7G0l7EisTdx li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e2863bb14c4960376216603f5244beb5f5e476c2.svg); }
 }@media only screen and (max-width: 763px) { #zVzGk0b4UduJBkzzAKi9kzXAbkt2pUir { width:5rem;height:2.9375rem;top:60.3427734375rem;left:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #eT6VXRMmx9VLySUg4n8GL4dRFoKaZMXk { background-color:#ffffff;background-image:none;display:block; }#eT6VXRMmx9VLySUg4n8GL4dRFoKaZMXk > .row .container { background-color: transparent; background-image: none; }#eT6VXRMmx9VLySUg4n8GL4dRFoKaZMXk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eT6VXRMmx9VLySUg4n8GL4dRFoKaZMXk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eT6VXRMmx9VLySUg4n8GL4dRFoKaZMXk > .row .container > .video-iframe-container { display: none; }#eT6VXRMmx9VLySUg4n8GL4dRFoKaZMXk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eT6VXRMmx9VLySUg4n8GL4dRFoKaZMXk > .row > .video-iframe-container { display: none; }#eT6VXRMmx9VLySUg4n8GL4dRFoKaZMXk > .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); }#eT6VXRMmx9VLySUg4n8GL4dRFoKaZMXk > .row .container { width:20rem;height:23.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tFkbt5dbQTP62DVfbxdlUw7Ffq6GbUwW { width:19.375rem;height:10.6875rem;top:3.25rem;left:0.3125rem;font-size:1.1875rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LBtTZaXIrFBT2AUICsJUa1BoN83hvk8S { width:19.75rem;height:5.34375rem;top:15.4375rem;left:0.125rem;font-size:1.1875rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dRzAukzW8nnE04GqaGIyFalyMxu83n9M { display:block; }#dRzAukzW8nnE04GqaGIyFalyMxu83n9M > .row .container { width:20rem;height:273.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t5IwDfh9RkK92FSDVPBEF8HN26ZctysB { width:18.1875rem;height:10.874rem;top:7.9375rem;left:0.90625rem;font-size:1.8125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #HQbeawO3xOIymxxHNqI9Cq7o7TgkhPJn { width:17.3125rem;height:13.5rem;top:23.453125rem;left:1.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgG2gw7mKpfqxCUHyK7lmTHCFuAr3y7Z { width:16.25rem;height:9.375rem;top:26.140625rem;left:1.875rem;font-size:1.25rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ndIhkah8Ao90LMu6UlVtD81C1XC4XUT8 { display:flex;width:3.125rem;height:3.125rem;top:21.859375rem;left:8.4375rem;font-size:2.1875rem; }
 }@media only screen and (max-width: 763px) { #Z37rHlBKlCP22J6pvOzEKuO5z79vfu4H { display:flex;width:4.1875rem;height:4.1875rem;top:3.078125rem;left:7.90625rem;font-size:2.875rem; }
 }@media only screen and (max-width: 763px) { #BIkGowuVSBUtke5Nhg2dKzqMRROaP4CO { width:17.3125rem;height:17rem;top:41.828125rem;left:1.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JB5hVlesRSbgp7pOore10lKpRIEr9PR8 { width:17.3125rem;height:17.3125rem;top:63.578125rem;left:1.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGbTIPw2X6mDBEb5sHVqN2p65moa4rAW { width:16.25rem;height:13.125rem;top:44.4375rem;left:1.875rem;font-size:1.25rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sQrMsqpknpP7yL2qXbzS4JXLz14VzUBa { display:flex;width:3.125rem;height:3.125rem;top:40.265625rem;left:8.4375rem;font-size:2.1875rem; }
 }@media only screen and (max-width: 763px) { #AenCIySsrkgTxGlSVoiKApXanhbF46w9 { width:16.25rem;height:13.125rem;top:66.453125rem;left:1.875rem;font-size:1.25rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oEnTcV1Hx4sQHCECvF6swu5beuN7OOJn { display:flex;width:3.125rem;height:3.125rem;top:62.203125rem;left:8.4375rem;font-size:2.1875rem; }
 }@media only screen and (max-width: 763px) { #kU8GNwIr4dvRh3qCFT6Nb2OB1T0xS9Lr { width:17.3125rem;height:18.875rem;top:85.890625rem;left:1.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCK7ndE38yLTzahpPh2L0dmHmM9z27BM { display:flex;width:3.125rem;height:3.125rem;top:84.140625rem;left:8.4375rem;font-size:2.1875rem; }
 }@media only screen and (max-width: 763px) { #Q87Nc6D7wTAC2qfWKeIKQTLCTsQX2cHt { width:17.3125rem;height:22.6875rem;top:109.328125rem;left:1.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3Td1VVGoZgbbA47dNuPcb3V3JNnW88s { width:17.3125rem;height:17.3125rem;top:136.453125rem;left:1.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1zWylJSxvn7ZFiRUzACaScNuIEdxpkG { display:flex;width:3.125rem;height:3.125rem;top:107.828125rem;left:8.4375rem;font-size:2.1875rem; }
 }@media only screen and (max-width: 763px) { #ImuI3ZZPUcimHcIhku2o6uyq2M4785tK { display:flex;width:3.125rem;height:3.125rem;top:135.203125rem;left:8.4375rem;font-size:2.1875rem; }
 }@media only screen and (max-width: 763px) { #rTO3BtOb6h6ZJoRMJu557FZh9gl1Eer1 { width:16.125rem;height:15rem;top:88.453125rem;left:1.9375rem;font-size:1.25rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qrdLrXvVaWh0wA6H4LTThF4MoDIIEeTF { width:16.25rem;height:18.75rem;top:111.953125rem;left:1.875rem;font-size:1.25rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oy5DLb8JbSes6zQ5L25NVXWtcLqC2OEP { width:16.25rem;height:13.125rem;top:139.234375rem;left:1.875rem;font-size:1.25rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #c4NDAU9g8QaDLWiBVMCtGhEhHByIFoFy { width:17.3125rem;height:22.625rem;top:158.390625rem;left:1.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MutBoNoK5QsA5zcy5muhZ7aPMMyXTf08 { display:flex;width:3.125rem;height:3.125rem;top:156.890625rem;left:8.4375rem;font-size:2.1875rem; }
 }@media only screen and (max-width: 763px) { #agHTKFmVStxMBaHrBkZJRfSmHuwCSdWV { width:16.25rem;height:18.75rem;top:160.765625rem;left:1.875rem;font-size:1.25rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nemhT0ABJuSytONy03BFScdVwxAb28IX { width:17.3125rem;height:21.0625rem;top:185.890625rem;left:1.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UAUk2Ob7TT1NhaPZc7hW7Shqs27zlCHM { width:17.3125rem;height:16.625rem;top:211.703125rem;left:1.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTiFN3wUaZ0q6Vg3PPTtUMvwqVDDz3Qp { width:16.25rem;height:16.875rem;top:188.703125rem;left:1.875rem;font-size:1.25rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aMzEnGf4P1MBlgdymIuzlTxmtoResiOF { width:16.25rem;height:13.125rem;top:214.296875rem;left:1.875rem;font-size:1.25rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HntnMQrkMso61UqR6LcBSmxdGt4P3Hlm { display:flex;width:3.125rem;height:3.125rem;top:184.453125rem;left:8.4375rem;font-size:2.1875rem; }
 }@media only screen and (max-width: 763px) { #HOHHTthhzTq72KGpeg5e41rFJGKZ78IO { display:flex;width:3.125rem;height:3.125rem;top:210.265625rem;left:8.4375rem;font-size:2.1875rem; }
 }@media only screen and (max-width: 763px) { #fQwTyw2V7zs85EPJmxdEgKMZTlA8h0V2 { width:20rem;height:37.625rem;top:232.69384765625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTt0DVGKTZ9vzgRIG4BEEpK1o1NQlGA0 { width:19rem;height:23.15625rem;top:235.47509765625rem;left:0.5rem;font-size:1.1875rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #A9BJpGRli0r4NTywdETDTFk0fvFfBWCE { width:17rem;height:2.875rem;top:261.77197265625rem;left:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #naEWPq0QBdi4m0EugWCou8HI9y5H6Vp0 { display:block; }
 }@media only screen and (max-width: 763px) { #TQfToHICDUISt3C7fZHhkCWL6KkOuOPD { width:20rem;height:1.6875rem;top:265.25634765625rem;left:0rem;font-size:0.5625rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JRituzJW8srwFJHT2g0LaTkRxTVPI8AA { width:2.5rem;height:2.5rem;top:22.171875rem;left:8.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ri1rT5hbnKVzIcXZJAX7WkwdDC2VNwCB { width:2.4375rem;height:2.4375rem;top:40.609375rem;left:8.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KGHEvo1X6tm3LzXglMWSF9ek70uhqkLO { width:2.375rem;height:2.375rem;top:62.578125rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XqSZtAPVPaLO9cavCG5pVhpUtI3xVSbE { width:2.4375rem;height:2.4375rem;top:84.484375rem;left:8.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTSa445zc8PQvgNKuqG1lDgIaWWTxdUZ { width:2.4375rem;height:2.4375rem;top:108.171875rem;left:8.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5R3Nn0v7PsTGw68ovJPlVuwHr4geEdt { width:2.4375rem;height:2.4375rem;top:135.546875rem;left:8.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JCh7hud9oR6xdEbfIT2T7dVKeDOOtwSq { width:2.4375rem;height:2.4375rem;top:157.234375rem;left:8.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1gL6ic4LGrkTVOmQJzBRbkip9DWW7Rw { width:2.4375rem;height:2.4375rem;top:184.796875rem;left:8.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCMomUoz38E1tghVgTh2MTUz3Ckhv25T { width:2.375rem;height:2.375rem;top:210.640625rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhv2Tn6mXyF0G16V39b4ThLq9LnUL5os { display:block; }#uhv2Tn6mXyF0G16V39b4ThLq9LnUL5os > .row .container { width:20rem;height:74.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SwxAhaDJ5Ima9eB3VksxURSLznmVwtMp { width:19.6875rem;height:8.699225rem;top:3.0625rem;left:0.15625rem;font-size:1.8125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #TxfZmmLgUPTHnnSTsBF5qkMAPH7GpxSR { width:19.75rem;height:21.375rem;top:13.375rem;left:0.25rem;font-size:1.1875rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VKDPBhgstHVDum7d8kTG9AoMOhJAeaXR { width:19.25rem;height:29.875rem;top:37.26220703125rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iusKiz3W3lsTkT1gEyGhRyeThc7zTy8A { display:flex;width:3.75rem;height:3.75rem;top:39.11328125rem;left:0.15625rem;font-size:2.625rem; }
 }@media only screen and (max-width: 763px) { #cQZv9H0CvxlAmK6HD4ui0eAPxvuiMKxb { width:18.25rem;height:11.8125rem;top:45.04345703125rem;left:0.875rem;font-size:1.125rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Uwf51lClL8vfdRDooCfXHIZiZSsZhdaT { width:16.5625rem;height:5.0625rem;top:58.94970703125rem;left:1.71875rem;font-size:1.125rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IstOvaBTeISUMBTAQ04PW9RQVvmpuLGl { width:14.9375rem;height:3.75rem;top:39.11328125rem;left:4.3125rem;font-size:1.25rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aIUfhKbNQsk5V6VDGOpI0m5b9fi2DIGM { width:18.25rem;height:5.9375rem;top:58.38720703125rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aOwbkyyl3Xb1W4xidsAxr5D9clQL3C4E { display:flex;width:2.5rem;height:2.5rem;top:69.4375rem;left:8.75rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #NeQJNLoMdyHvoGQKEAaEF2Tqr9DTnuMF { display:block; }#NeQJNLoMdyHvoGQKEAaEF2Tqr9DTnuMF > .row .container { width:20rem;height:149.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T469HewP3v20k1tnSPtfX2QA4kUfeLwc { width:20rem;height:4.3496125rem;top:3.125rem;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) { #lETVZMAKkxGbko1S1Sx0IgyQ9xMAfDyb { width:19.75rem;height:39.125rem;top:10.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ty5QSsDv4FHMKZT1r78HI1fJMFpatyKC { width:19.75rem;height:40rem;top:52.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wub7Q85ILkTc9sqwGT1b0PawxbBz8QlZ { width:18.625rem;height:28.6875rem;top:18.875rem;left:0.75rem;font-size:1.125rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #h8c9II4ITbS2KoZRT9c00GTHTPhTFXTO { width:5rem;height:5rem;top:12.375rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6kDmpW6pTIhzpVlgSTmR1cOUFudFNzM { width:7.9375rem;height:1.59375rem;top:14.03125rem;left:8.75rem;font-size:1.0625rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #di9M9bfHXFspoOtdAaQ4AF3PaGPPz7HR { width:7.9375rem;height:1.40625rem;top:15.625rem;left:8.75rem;font-size:0.9375rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mL7aZE1LX0nNyT5wx7wwTTEOxDNgV9gy { width:8.1875rem;height:1.75rem;top:12.375rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BIustuc0TZtxgbg9lUqgtoWBL7Eu537L { width:18.625rem;height:28.6875rem;top:61.4375rem;left:0.6875rem;font-size:1.125rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WS96KeTVroh3XbTVwH1Fxx73KCITd0AD { width:5rem;height:5rem;top:53.8125rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rRwJhl92ByAyLpikm3EagqUoAwwSVuI9 { width:8.1875rem;height:1.75rem;top:53.8125rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJladEcRJfgq3GDi7FET4HgGnR1f8Rao { width:8.875rem;height:1.59375rem;top:55.515625rem;left:8.75rem;font-size:1.0625rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #btaqJDrGbCFPNkJ1US8W3STfvb6yHlnx { width:9.125rem;height:2.8125rem;top:57.109375rem;left:8.75rem;font-size:0.9375rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Vg5hTkVyV8QVImDVUdR9McXk87xwQVXC { width:19.75rem;height:21.5rem;top:94.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJOd3vKTOgPoGWUecOwfOUam8gd809rm { width:19.75rem;height:22.1875rem;top:118.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVyAT0W2z4ePwBDFfbyzvctwULRlgwV2 { width:5rem;height:5rem;top:96.1875rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EK0z1BDof6Gp6EDBdgAwfcnVXrMnr1so { width:8.1875rem;height:1.75rem;top:96.1875rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VUP4QpyzbcEUC8pdyu0UlcXJU55gOiBE { width:8.5rem;height:1.59375rem;top:97.890625rem;left:8.75rem;font-size:1.0625rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CUSDzWMo3sEJ2Zs5szdR1MChngMLmdFG { width:9.1875rem;height:2.8125rem;top:99.484375rem;left:8.75rem;font-size:0.9375rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bhAbCUx0sJPJDc8h7TT39HmOHLebFRbs { width:18.625rem;height:10.125rem;top:103.75rem;left:0.6875rem;font-size:1.125rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xAdFNAFON3rqn3qf6ngTCRluvqBytLG4 { width:5rem;height:5rem;top:120.34375rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HpsuIy2Zd1T6hlxroGCks8WbSuRbEr7s { width:18.625rem;height:11.8125rem;top:126.71875rem;left:0.6875rem;font-size:1.125rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #eFGUQCohi6cUCGsveLMXC898V2X29TR4 { width:8.1875rem;height:1.75rem;top:120.34375rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xL0p9GnrdS8JPUZlmqHFhhh2xH6eovFv { width:9.125rem;height:1.59375rem;top:122.046875rem;left:8.75rem;font-size:1.0625rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PPqUZqM3f8Q15Qoagy3ogI5b8AZv1mFO { width:6.625rem;height:1.40625rem;top:123.640625rem;left:8.75rem;font-size:0.9375rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Q8kz9A8Te084kwdRhQiUTfeLDveha4t3 { width:17.8125rem;height:2.53125rem;top:143.65625rem;left:1.09375rem;font-size:0.5625rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #M7RNCNZH69uasxRd5goVc03mXPCc7Zka { display:block; }#M7RNCNZH69uasxRd5goVc03mXPCc7Zka > .row .container { width:20rem;height:45.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i59PICNaRgtUTHUeEJ0g3tPIiAiQSmDX { width:17.75rem;height:4.3496125rem;top:3.125rem;left:1.125rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WDsho98v7hTo42VK1NTu2faGqklop9nq { width:20rem;height:32.0625rem;top:9.875rem;left:0rem;font-size:1.1875rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hN9KikhANSmFvZote33ookLdAcZIvt6i { display:block; }#hN9KikhANSmFvZote33ookLdAcZIvt6i > .row .container { width:20rem;height:50.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xHL4AsSTSPf0kSciTHVIyDEVGDgRT3F2 { width:20rem;height:10.874rem;top:2.9375rem;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) { #dFPg94mukOElMGxNG9XBL638BbrZKQpr { width:19.125rem;height:30.46875rem;top:16.375rem;left:0rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }#dFPg94mukOElMGxNG9XBL638BbrZKQpr li:not(:first-child){ padding-top:0.75rem;padding-right:0;padding-bottom:0;padding-left:0; }#dFPg94mukOElMGxNG9XBL638BbrZKQpr 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) { #oMyI1wDXH4q1W9uIpb9bp4gZBlJUllXb { display:block; }#oMyI1wDXH4q1W9uIpb9bp4gZBlJUllXb > .row .container { width:20rem;height:34.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a8errqf9VaVHHbqCXdimbTI1uqehAd8m { width:17.5rem;height:7.7988125rem;top:5.5rem;left:1.25rem;font-size:1.625rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ymFTtfOeGk9g46nOAnmadnpSUMI1JhUo { width:19.75rem;height:26.6875rem;top:3.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JIIpgixnL6gFZz1uxZEuftvzGyLZF9Hf { width:20rem;height:1.6875rem;top:26.1728515625rem;left:0rem;font-size:0.5625rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #B4chkyLsHlASm4VMpUTZxdEdksz0vAQk { width:4.5rem;height:2.25rem;top:15.09375rem;left:3.75rem;font-size:1.5rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cNlW14r42CokwSF4worEEeFRZ3radAen { width:5.9375rem;height:3.5625rem;top:14.4375rem;left:8.8125rem;font-size:2.375rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #L9t81WvgCANfHVEApmcDJghbWBJ2DPbT { width:15.4375rem;height:1.96875rem;top:19.57275390625rem;left:2.28125rem;font-size:1.3125rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Pu72xpnRA4mg8NJr7A3TBRfAmQ2BFOLW { width:17.0625rem;height:2.9375rem;top:22.5478515625rem;left:1.46875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WLrivyV9SPGwXlnM4APTckcApdGz3ZwN { display:block; }
 }@media only screen and (max-width: 763px) { #z76T0UQ2nvaqRVghllXCNT56rirw3Kki { display:block; }#z76T0UQ2nvaqRVghllXCNT56rirw3Kki > .row .container { width:20rem;height:71.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fi8bGHS97Qt8nr7hsy5ZDa1ElQuFDP6H { width:15.0625rem;height:1.875rem;top:68.3125rem;left:2.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ftPOag63ERplT8ONVGI5axTquk1Ut8Tq { width:16.5625rem;height:11.75rem;top:4.5rem;left:1.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RoBf411uhK3MnxwhTCoIvrvNzuCIK5vl { width:16.5625rem;height:11.75rem;top:18.75rem;left:1.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6ZBNMWsPgwSwL8b4tsq7VZGA6TDZV2P { width:16.5625rem;height:11.75rem;top:32.5625rem;left:1.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCB5H9h5HPPThr5U7oQmyH0IaOPgO8Cw { width:13.6875rem;height:5.625rem;top:7.5625rem;left:3.15625rem;font-size:1.25rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #H1D9WMaXwieldFhgOWVJioBhvffJqD65 { width:14.9375rem;height:7.5rem;top:20.875rem;left:2.53125rem;font-size:1.25rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mC64W6KfEuX9u1ACPQRitTalk4OZ59GU { width:15.0625rem;height:9.375rem;top:33.75rem;left:2.46875rem;font-size:1.25rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Bvk5cktJUiVH7WagJUtd8vZQ0LoebzrW { width:17.5rem;height:3.44921875rem;top:47.625rem;left:1.25rem;font-size:1.4375rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #oeLWk0b41Kxlfk5cdgJg92mCXTbvKsrX { width:4.5rem;height:2.6875rem;top:51.07421875rem;left:13.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ApmmBbpkyafHw4tUozVCqTTXGsHH3aF0 { width:15.375rem;height:3.3125rem;top:53.76171875rem;left:2.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oL1A4UlX6oPTe2AwwNVpyW4EdH8TqhW1 { display:block; }
 }@media only screen and (max-width: 763px) { #quWRzPDi31RqbZ1polAw8VMIRUTsUSTd { width:20rem;height:1.6875rem;top:57.77392578125rem;left:0rem;font-size:0.5625rem;line-height:1.5;text-align:center;text-align-last:center;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; }
 }