.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;
}
:root { --color-primary-0:225,213,253;--color-primary-1:166,128,250;--color-primary-2:107,44,247;--color-primary-3:65,21,150;--color-primary-4:21,9,49;--color-secondary-0:218,251,249;--color-secondary-1:145,242,238;--color-secondary-2:71,233,226;--color-secondary-3:25,227,219;--color-secondary-4:0,173,164;--color-tertiary-0:255,255,255;--color-tertiary-1:228,230,235;--color-tertiary-2:137,138,141;--color-tertiary-3:82,83,85;--color-tertiary-4:73,73,73;--headlines-font-family:"Open Sans";--paragraphs-font-family:"Open Sans"; }@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:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CCmSSBWr3yn4TFzRZfFufVBFgZrdxy8m { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000c43;background-image:url("https://images.assets-landingi.com/uc/f21e9138-f9ac-401a-8ed8-f5899f25e735/PatternFlexge11.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#CCmSSBWr3yn4TFzRZfFufVBFgZrdxy8m.adaptive-delivery-prevent-bg, #CCmSSBWr3yn4TFzRZfFufVBFgZrdxy8m.lazyload, #CCmSSBWr3yn4TFzRZfFufVBFgZrdxy8m.lazyloading { background-image: none; }#CCmSSBWr3yn4TFzRZfFufVBFgZrdxy8m > .row .container { background-color: transparent; background-image: none; }#CCmSSBWr3yn4TFzRZfFufVBFgZrdxy8m::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CCmSSBWr3yn4TFzRZfFufVBFgZrdxy8m > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CCmSSBWr3yn4TFzRZfFufVBFgZrdxy8m > .row .container > .video-iframe-container { display: none; }#CCmSSBWr3yn4TFzRZfFufVBFgZrdxy8m > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CCmSSBWr3yn4TFzRZfFufVBFgZrdxy8m > .row > .video-iframe-container { display: none; }#CCmSSBWr3yn4TFzRZfFufVBFgZrdxy8m > .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); }#CCmSSBWr3yn4TFzRZfFufVBFgZrdxy8m > .row .container { border-width: 0; border-radius: 0; }#CCmSSBWr3yn4TFzRZfFufVBFgZrdxy8m > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CCmSSBWr3yn4TFzRZfFufVBFgZrdxy8m > .row .container { font-size:0.875rem;font-family:arial;height:22.5rem;width:75rem;position:relative;display:block; }#sl9tQPonZ2z9U4MVyZLJr6pFAgCShgBa { position:absolute;display:block;z-index:14998;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),0.2);border-left:0.0625rem solid rgba(var(--color-tertiary-0),0.2);border-right:0.0625rem solid rgba(var(--color-tertiary-0),0.2);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),0.2);border-top-left-radius:11.5625rem;border-top-right-radius:11.5625rem;border-bottom-left-radius:11.5625rem;border-bottom-right-radius:11.5625rem;box-shadow: none;height:8.0625rem;width:8.0625rem;top:20.6875rem;left:37.25rem;display:none; }
#V8pbb4X0qfyVwZik07pOFZ2SnPXPH1L3 { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:0.75rem;width:0.75rem;top:7.331250190735rem;left:62.25rem;display:none; }
#NXriGPU8L1BhNWDA14aEmriTpKIpvSAz { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:0.75rem;width:0.75rem;top:26.0625rem;left:37.25rem;display:none; }
#ATRDxOvvyJZ4Rz42JsOnX3h4vhZ1APoT { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0rem 0.125rem 0.25rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:exo;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.75rem;height:2.8125rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:24.5rem;left:10.125rem;display:none; }
#KWxzkqggy8SwSWuvFhRtAvkSo82NOTfT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qIrQt9Anz1KRrmweMDyowpCSZsmXBLfP { position:absolute;display:block;z-index:14997;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),0.2);border-left:0.0625rem solid rgba(var(--color-tertiary-0),0.2);border-right:0.0625rem solid rgba(var(--color-tertiary-0),0.2);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),0.2);border-top-left-radius:11.5625rem;border-top-right-radius:11.5625rem;border-bottom-left-radius:11.5625rem;border-bottom-right-radius:11.5625rem;box-shadow: none;height:13.4375rem;width:13.4375rem;top:0.9375rem;left:52.875rem;display:none; }
#UGShupAob9V7wl0KRcKsF8ScKD2i4nNf { color:rgba(var(--color-secondary-3),1);display:block;width:31.9375rem;position:absolute;font-family:"dax extrabold";font-size:1.9375rem;font-weight:400;z-index:15001;line-height:1.1;letter-spacing:0;top:1.8125rem;left:20.75rem;height:4.26171875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RzlB3WDgp6ZrJSfyE2Kwfuscw1Ruo8CI { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0rem 0.125rem 0.25rem rgba(0,0,0,0.5) ;height:7.875rem;width:40.5rem;top:7.3125rem;left:16.8125rem;display:block; }
#rkVCmrZ7eJITCxU1wiuRNOOcuvvr7KWx { color:rgba(var(--color-tertiary-0),1);display:block;width:36rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:8.25rem;left:22.25rem;height:1.625rem;display:block; }
#TgcpWFIziNnlb7knG9zw1po6k9Hnkc6R { color:rgba(var(--color-tertiary-0),1);display:block;width:33.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:10.9375rem;left:22.25rem;height:3.25rem;display:block; }
#sFKsUA1WghTMhoaq5bvT6J9aulJFMnPr { box-sizing:content-box;color:#5d92ff;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:7.875rem;left:18.5625rem; }
#gGTP29l9UiD0ANAQRhaH2hJdEnW7isfQ { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:11.3125rem;left:18.4375rem; }
#hkhXN7yttBbK63c0RMtpmSQ8zTW1T2Qc { background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.5rem;height:2.4375rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:18.75rem;left:27.46875rem;display:block; }
#EcTRhUzhzd9KZVwAE98i30OTVsGA5siK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TisEUFMwJVXWMVwQsE81taGnHQLbyxEp { color:rgba(var(--color-tertiary-1),1);display:block;width:36.25rem;position:absolute;font-family:"dax extrabold";font-size:1.5rem;font-weight:400;z-index:15002;line-height:1.1;letter-spacing:0;top:16.125rem;left:19.375rem;height:1.6494125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IKhKAFvJt79gEsEZoGazWbL4U258dRQ0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),1);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; }#IKhKAFvJt79gEsEZoGazWbL4U258dRQ0 > .row .container { background-color: transparent; background-image: none; }#IKhKAFvJt79gEsEZoGazWbL4U258dRQ0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IKhKAFvJt79gEsEZoGazWbL4U258dRQ0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IKhKAFvJt79gEsEZoGazWbL4U258dRQ0 > .row .container > .video-iframe-container { display: none; }#IKhKAFvJt79gEsEZoGazWbL4U258dRQ0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IKhKAFvJt79gEsEZoGazWbL4U258dRQ0 > .row > .video-iframe-container { display: none; }#IKhKAFvJt79gEsEZoGazWbL4U258dRQ0 > .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); }#IKhKAFvJt79gEsEZoGazWbL4U258dRQ0 > .row .container { border-width: 0; border-radius: 0; }#IKhKAFvJt79gEsEZoGazWbL4U258dRQ0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IKhKAFvJt79gEsEZoGazWbL4U258dRQ0 > .row .container { font-size:0.875rem;font-family:arial;height:50.0625rem;width:75rem;position:relative;display:block; }#O8qM8FcXQGQcvEw836I4E2tcWVoXZPTx { box-sizing:content-box;height:25.8125rem;width:14.3125rem;position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:1.9375rem;left:30.375rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:block; }
#tLGXEs01dOeMoOc4iHHGr8zOIJoTxzrF { color:rgba(var(--color-secondary-4),1);display:block;width:2.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:23.625rem;left:38.3125rem;height:1.29980625rem;display:block; }
#Cc0AnSOUx9bxDl8zHTAcqxsWNHVqLUuR { color:rgba(var(--color-secondary-4),1);display:block;width:4.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:23.4375rem;left:34.0625rem;height:1.625rem;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; }
#ECnyg0KFJKLDpvbho4JPSvpedLBWzbHS { color:rgba(var(--color-secondary-4),1);display:block;width:9.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:22.5244140625rem;left:32.90625rem;height:0.9746125rem;text-align:center;text-align-last:center;display:block; }
#rqRPnb8hElm8nCF1bGQUxbXULlpshupx { color:rgba(var(--color-tertiary-4),1);display:block;width:10.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:20.5625rem;left:32.25rem;height:0.9746125rem;text-align:center;text-align-last:center;display:block; }
#r9OHZ4pcLDwAgpu4W9M4q15gv1cZQyue { color:rgba(var(--color-tertiary-4),1);display:block;width:2.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:19.3125rem;left:38.1875rem;height:1.13671875rem;display:block; }
#Ab5QnAOcKOiWsIVbfwTxfk9ML85FfPzN { color:rgba(var(--color-tertiary-4),1);display:block;width:3.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:19.125rem;left:34.4375rem;height:1.4619125rem;display:block; }
#ZLZ72ER26gumnqt3iK3XX1kTv8e6Hg4e { color:rgba(var(--color-tertiary-4),1);display:block;width:11.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:15.1875rem;left:31.125rem;height:1.0556625rem;display:block; }#ZLZ72ER26gumnqt3iK3XX1kTv8e6Hg4e li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ZLZ72ER26gumnqt3iK3XX1kTv8e6Hg4e li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_70738c0d8e740f2b32d3b4c95c7ae6fa4fb56438.svg); }
#D3V30DpCLTVRFK02TugbyyyFZxhv8FLC { color:rgba(var(--color-tertiary-1),1);display:block;width:11.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:8.8125rem;left:31.8125rem;height:1.13671875rem;display:block; }
#d1dTzvvTyVKQddQHJR6ivDqnzurfE2yh { color:rgba(var(--color-tertiary-4),1);display:block;width:10.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:13.0625rem;left:32.1875rem;height:1.0556625rem;display:block; }
#bZ1sGfeSwMucgFmW9dTV7nqaqHWHNA1u { color:rgba(var(--color-tertiary-4),1);display:block;width:10.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:5.5625rem;left:31.5rem;height:2.2734375rem;display:block; }
#eiP2rlaVRzlmJBB6BIWHTFDq7LZHTVKi { color:rgba(var(--color-tertiary-4),1);display:block;width:11.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:11rem;left:32.1875rem;height:1.0556625rem;display:block; }
#b6Gz2malhSGs79BhMaeUzAnX77yyEpNv { color:rgba(var(--color-tertiary-4),1);display:block;width:4.5625rem;position:absolute;font-family:"dax extrabold";font-size:1.125rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:3.25rem;left:35.25rem;height:1.4619125rem;display:block; }
#DHqSD5Hw0KfpeWKC2qdGan1GqpUTtRg6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15047;opacity:1;top:2.8125rem;left:31.8125rem; }
#G9hNEzA91iMEaDR1UmlehBWww1OHaawU { box-sizing:content-box;height:0.0625rem;width:12.8125rem;position:absolute;display:block;z-index:15041;background-color:#e3e3e3;background-image:none;top:12.5625rem;left:31.125rem;display:block; }
#KhyIXJiNrAeaglOetKReU2xiL89lcAaN { box-sizing:content-box;height:0.0625rem;width:12.8125rem;position:absolute;display:block;z-index:15042;background-color:#e3e3e3;background-image:none;top:14.625rem;left:31.125rem;display:block; }
#A4pmaiGbGovn8ZzgP8t08tPP8PDfHDQK { box-sizing:content-box;height:0.0625rem;width:12.8125rem;position:absolute;display:block;z-index:15043;background-color:#e3e3e3;background-image:none;top:16.9375rem;left:31.125rem;display:block; }
#pWTJ7KlNNcf4VHFz7PEIMFUSNzLTd1OB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15057;opacity:1;top:2.6875rem;left:16.25rem; }
#xvNVwHtgMNAK7UT2VExBrL5RMPxLfXOX { color:rgba(var(--color-tertiary-4),1);display:block;width:4.5625rem;position:absolute;font-family:"dax extrabold";font-size:1.125rem;font-weight:normal;z-index:15049;line-height:1.3;letter-spacing:0;top:3.25rem;left:19.4375rem;height:1.4619125rem;display:block; }
#tqVgyf0EmTNzdZdHNgPRCQnsOTn8L5ur { color:rgba(var(--color-tertiary-4),1);display:block;width:10.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15049;line-height:1.3;letter-spacing:0;top:5.625rem;left:16.25rem;height:2.2734375rem;display:block; }
#rVydyTgKHZZnShiKpoX4uyAezE8u7yka { color:rgba(var(--color-tertiary-4),1);display:block;width:11.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15051;line-height:1.3;letter-spacing:0;top:14.5625rem;left:16.4375rem;height:2.111325rem;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; }
#th3ORoXMCzvr63Nv4MJ9v0R0k7OwMy2t { box-sizing:content-box;height:26.0625rem;width:14.3125rem;position:absolute;display:block;z-index:15051;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:1.75rem;left:45.5625rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:block; }
#PJ2fdANQnyorqOKn2bLEULt6Np11RaTd { color:rgba(var(--color-tertiary-4),1);display:block;width:11.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15059;line-height:1.3;letter-spacing:0;top:15.1875rem;left:46.4375rem;height:1.0556625rem;display:block; }#PJ2fdANQnyorqOKn2bLEULt6Np11RaTd li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#PJ2fdANQnyorqOKn2bLEULt6Np11RaTd li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_70738c0d8e740f2b32d3b4c95c7ae6fa4fb56438.svg); }
#Rbf7cau1TeByPpCsm9TxGwfZ1dgQ6KZO { box-sizing:content-box;height:0.0625rem;width:12.8125rem;position:absolute;display:block;z-index:15068;background-color:#e3e3e3;background-image:none;top:16.8125rem;left:46.3125rem;display:block; }
#Gefagg2Nm4f4IhahFvSJD8Teuor7Tgkw { box-sizing:content-box;height:0.0625rem;width:12.8125rem;position:absolute;display:block;z-index:15067;background-color:#e3e3e3;background-image:none;top:14.625rem;left:46.3125rem;display:block; }
#gcVg60l3Z4Pl4KTrEThbQ20Np4IOlOeR { color:rgba(var(--color-tertiary-4),1);display:block;width:12.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15057;line-height:1.3;letter-spacing:0;top:11.0625rem;left:47.125rem;height:1.0556625rem;display:block; }
#nmMhmdg8dL6XMpLXP9WJZJgPsRkQGHX1 { box-sizing:content-box;height:0.0625rem;width:12.8125rem;position:absolute;display:block;z-index:15066;background-color:#e3e3e3;background-image:none;top:12.5rem;left:46.25rem;display:block; }
#NJCHOuGrMqJfEmV9wdT49azrxB13x7Lo { color:rgba(var(--color-tertiary-4),1);display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15056;line-height:1.3;letter-spacing:0;top:13rem;left:47.125rem;height:1.0556625rem;display:block; }
#RxDM62t8T1QJ9vTIa88cykBaczPRRcFh { color:rgba(var(--color-tertiary-4),1);display:block;width:10.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15055;line-height:1.3;letter-spacing:0;top:5.5rem;left:46.8125rem;height:2.2734375rem;display:block; }
#Sbp6wNBdneEHNpaRthca3a3T4hode8Xz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15072;opacity:1;top:2.8125rem;left:46.8125rem; }
#fE7P6ZvO19TN3W7obdsfpBOIu7noquAl { color:rgba(var(--color-tertiary-4),1);display:block;width:4.5625rem;position:absolute;font-family:"dax extrabold";font-size:1.125rem;font-weight:normal;z-index:15054;line-height:1.3;letter-spacing:0;top:3.25rem;left:50.25rem;height:1.4619125rem;display:block; }
#P7F0hoFXK6104lxNzO7yu865Tzsgva8G { box-sizing:content-box;height:26.125rem;width:14.3125rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:1.875rem;left:60.6875rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:block; }
#u0mg0XV8HG9QwXcxvtQuygzHKTNEzrFL { color:rgba(var(--color-secondary-4),1);display:block;width:2.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15084;line-height:1.3;letter-spacing:0;top:23.625rem;left:69rem;height:1.29980625rem;display:block; }
#dbR1gGyK9IUQ9f7smR8rPlMTlTK17Q6Z { color:rgba(var(--color-tertiary-4),1);display:block;width:2.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15081;line-height:1.3;letter-spacing:0;top:19.375rem;left:68.875rem;height:1.13671875rem;display:block; }
#w4MH1zxgk2qi6cnqcPJWurWbkRrP7CkF { color:rgba(var(--color-secondary-4),1);display:block;width:5.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15083;line-height:1.3;letter-spacing:0;top:23.4375rem;left:64.125rem;height:1.625rem;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; }
#cytFl8ThNFhcbuAbwZDo98TR68QJ3TRP { color:rgba(var(--color-tertiary-4),1);display:block;width:4.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15080;line-height:1.3;letter-spacing:0;top:19.1875rem;left:64.5625rem;height:1.4619125rem;display:block; }
#BgCQr6kmddfl9MS2MQccG7ycJ5ZPzQRH { box-sizing:content-box;height:0.0625rem;width:12.8125rem;position:absolute;display:block;z-index:15093;background-color:#e3e3e3;background-image:none;top:16.6875rem;left:61.4375rem;display:block; }
#DtGa6iIQ4PnhZsQITovf4OvqcpQbiBE6 { color:rgba(var(--color-tertiary-4),1);display:block;width:11.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15084;line-height:1.3;letter-spacing:0;top:15.0625rem;left:61.5rem;height:1.0556625rem;display:block; }#DtGa6iIQ4PnhZsQITovf4OvqcpQbiBE6 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#DtGa6iIQ4PnhZsQITovf4OvqcpQbiBE6 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_70738c0d8e740f2b32d3b4c95c7ae6fa4fb56438.svg); }
#oyd1EhEwRRn8OHE3kOvvfthuC3RCfXKb { box-sizing:content-box;height:0.0625rem;width:12.8125rem;position:absolute;display:block;z-index:15092;background-color:#e3e3e3;background-image:none;top:14.625rem;left:61.4375rem;display:block; }
#HpiknXKmkXmL26HbIin85NaeI3OnwR05 { box-sizing:content-box;height:0.0625rem;width:12.8125rem;position:absolute;display:block;z-index:15091;background-color:#e3e3e3;background-image:none;top:12.4375rem;left:61.4375rem;display:block; }
#FfyChUql9xIr29KXCGcEbup4vG9TV1Zx { color:rgba(var(--color-tertiary-4),1);display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15081;line-height:1.3;letter-spacing:0;top:13rem;left:62.25rem;height:1.0556625rem;display:block; }
#keRfOvz2bEs5uts6STS6VrVKmZ839tmc { color:rgba(var(--color-tertiary-4),1);display:block;width:10.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15080;line-height:1.3;letter-spacing:0;top:5.375rem;left:61.8125rem;height:2.2734375rem;display:block; }
#GPNc5smbKfcQlZQOtC0I8BCVSXwCm5gB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15097;opacity:1;top:2.8125rem;left:61.8125rem; }
#NEN7ZRsXgeukTWTUSCAI0rBMsu1o8wHR { color:rgba(var(--color-tertiary-4),1);display:block;width:4.5625rem;position:absolute;font-family:"dax extrabold";font-size:1.125rem;font-weight:normal;z-index:15079;line-height:1.3;letter-spacing:0;top:3.25rem;left:64.75rem;height:1.4619125rem;display:block; }
#woyXE7mzHpE5lZssE5pPDGSNsmSS7rE6 { z-index:15008;top:43.3125rem;left:44.625rem;background-color:rgba(var(--color-secondary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.3125rem 0.3125rem rgba(0,0,0,0.21) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.5rem;height:3.25rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#SoU3RgCnMyvwiJN89PKURC7ZCXeLvqiP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#o3J1Cs5cawRMa8xx4piNoMyhSaNUosT7 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15058;line-height:1.3;letter-spacing:0;top:11rem;left:62.25rem;height:1.0556625rem;display:block; }
#HpszXaN1rRKOXOiZn6lnRcH4CppSrR1G { box-sizing:content-box;height:18.75rem;width:27.75rem;position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:29.75rem;left:7.5rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:block; }
#ZZonbEToWhMi3d9M9D2TsPgJzxy9wcPt { color:rgba(var(--color-tertiary-4),1);display:block;width:8.9375rem;position:absolute;font-family:"dax extrabold";font-size:1.5625rem;font-weight:normal;z-index:15104;line-height:1.3;letter-spacing:0;top:31.25rem;left:13.9375rem;height:2.03125rem;display:block; }
#ZcAPXuCOG9uSmpiF9qWK6cLyTvEa6wq6 { color:rgba(var(--color-tertiary-4),1);display:block;width:10.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15105;line-height:1.3;letter-spacing:0;top:31.125rem;left:23.5rem;height:2.2734375rem;display:block; }
#zSsyvFC0d5f5BrcdRlHBvnMEkbNNWMBH { color:rgba(var(--color-tertiary-1),1);display:block;width:11.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15108;line-height:1.3;letter-spacing:0;top:34.75rem;left:16.3125rem;height:1.13671875rem;display:block; }
#UU6uLHKoQe9O537K5RD9B0BktI701FTZ { box-sizing:content-box;height:0.0625rem;width:12.8125rem;position:absolute;display:block;z-index:15115;background-color:#e3e3e3;background-image:none;top:38.6875rem;left:8.625rem;display:block; }
#KfycmcK1Pm6TDg2C3BizLpWu4Ubdodsw { color:rgba(var(--color-tertiary-4),1);display:block;width:12.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15083;line-height:1.3;letter-spacing:0;top:39.0625rem;left:9.3125rem;height:1.0556625rem;display:block; }
#LIgfgKKENihlR0adkHa40ApC53mV0maK { box-sizing:content-box;height:0.0625rem;width:12.8125rem;position:absolute;display:block;z-index:15116;background-color:#e3e3e3;background-image:none;top:40.5rem;left:8.5625rem;display:block; }
#wXiWZKrTTT41MeHFXP4wUC6Fycamcoz6 { color:rgba(var(--color-tertiary-4),1);display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15106;line-height:1.3;letter-spacing:0;top:37.3125rem;left:9.3125rem;height:1.0556625rem;display:block; }
#iihrTB4VmVb5JSQq7cQh0hqBF5T4Jwf1 { color:rgba(var(--color-tertiary-4),1);display:block;width:11.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15109;line-height:1.3;letter-spacing:0;top:40.8125rem;left:8.5rem;height:1.0556625rem;display:block; }#iihrTB4VmVb5JSQq7cQh0hqBF5T4Jwf1 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#iihrTB4VmVb5JSQq7cQh0hqBF5T4Jwf1 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_70738c0d8e740f2b32d3b4c95c7ae6fa4fb56438.svg); }
#H7Nc2l0OT6Tm0fbyKpXueBQJ9eZdZrpk { 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:15123;opacity:1;top:30.6875rem;left:10.0625rem; }
#edwNzSeBvg30xut7pzEIT9pM6auuUVGZ { box-sizing:content-box;height:0.0625rem;width:12.8125rem;position:absolute;display:block;z-index:15118;background-color:#e3e3e3;background-image:none;top:42.1875rem;left:8.4375rem;display:block; }
#BnSy814NzH70cKm7yEm7ZcT3k2NFG0Pr { color:rgba(var(--color-tertiary-4),1);display:block;width:12.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15114;line-height:1.3;letter-spacing:0;top:44.375rem;left:8.625rem;height:2.111325rem;display:block; }#BnSy814NzH70cKm7yEm7ZcT3k2NFG0Pr li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#BnSy814NzH70cKm7yEm7ZcT3k2NFG0Pr li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_70738c0d8e740f2b32d3b4c95c7ae6fa4fb56438.svg); }
#kTebKu5XVb0DTP24Lu2ivgofqz08gbRM { box-sizing:content-box;height:0.0625rem;width:12.8125rem;position:absolute;display:block;z-index:15119;background-color:#e3e3e3;background-image:none;top:43.875rem;left:8.625rem;display:block; }
#RzfO2yqAOb96ZnIHET1yESTTHkn0eteO { color:rgba(var(--color-tertiary-4),1);display:block;width:11.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15117;line-height:1.3;letter-spacing:0;top:42.5625rem;left:8.5625rem;height:1.0556625rem;display:block; }#RzfO2yqAOb96ZnIHET1yESTTHkn0eteO li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#RzfO2yqAOb96ZnIHET1yESTTHkn0eteO li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_70738c0d8e740f2b32d3b4c95c7ae6fa4fb56438.svg); }
#CJFw6fFaLSufkQtCEa8mHHHvdP5G3Pwr { box-sizing:content-box;height:1.75rem;width:12.9375rem;position:absolute;display:block;z-index:15103;background-color:rgba(var(--color-primary-3),1);background-image:none;top:34.4375rem;left:15.5rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#qDJalwLQ6KN0eE4BRAzDcSahaOhm9otR { box-sizing:content-box;height:1.75rem;width:12.75rem;position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-primary-3),1);background-image:none;top:8.5625rem;left:31.125rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#E3aVnNrOQG0SrmiomFbmddKx3iTOsb9p { color:rgba(var(--color-tertiary-4),1);display:block;width:10.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:18.1494140625rem;left:32.25rem;height:0.9746125rem;text-align:center;text-align-last:center;display:block; }
#ggxLXLfmH1LSvKpA9To489QsZNp6iRl1 { color:rgba(var(--color-secondary-4),1);display:block;width:10.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:24.91796875rem;left:32.25rem;height:0.9746125rem;text-align:center;text-align-last:center;display:block; }
#XsiG1r0zQ8SW7chWHalOR2B4JcCRBMex { box-sizing:content-box;height:25.875rem;width:14.3125rem;position:absolute;display:block;z-index:15046;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:1.875rem;left:15.25rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:block; }
#nDb4MLg5Ch7vbkS8IrBmMe4iWNe0kf2G { color:rgba(var(--color-tertiary-1),1);display:block;width:11.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15054;line-height:1.3;letter-spacing:0;top:8.8125rem;left:16.6875rem;height:1.13671875rem;display:block; }
#CIrSF2qlymnf1zra4i8WHT8C6nM5JJR1 { box-sizing:content-box;height:1.75rem;width:12.75rem;position:absolute;display:block;z-index:15047;background-color:rgba(var(--color-primary-3),1);background-image:none;top:8.5625rem;left:16rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#I8bHpM6aGMHoCEeagTxzTRPgrOZOGeqP { color:rgba(var(--color-tertiary-4),1);display:block;width:10.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15052;line-height:1.3;letter-spacing:0;top:12.875rem;left:16.375rem;height:1.0556625rem;display:block; }
#GrpUrDrZziigsB9WUOAiw8XCT1mXMCS4 { box-sizing:content-box;height:0.0625rem;width:12.8125rem;position:absolute;display:block;z-index:15062;background-color:#e3e3e3;background-image:none;top:12.375rem;left:16rem;display:block; }
#TCdTtte2C6uo1A06JVmEJMwC5FM5eNXC { box-sizing:content-box;height:0.0625rem;width:12.8125rem;position:absolute;display:block;z-index:15063;background-color:#e3e3e3;background-image:none;top:14.25rem;left:15.9375rem;display:block; }
#yWAKTv5HZzq4STT82OI6zRKgiEWRHD0l { box-sizing:content-box;height:0.0625rem;width:12.8125rem;position:absolute;display:block;z-index:15064;background-color:#e3e3e3;background-image:none;top:17.0625rem;left:16rem;display:block; }
#GPR0KOA5NtJ9mTSBJWcOL3lf2AqGxXKm { color:rgba(var(--color-tertiary-4),1);display:block;width:3.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15051;line-height:1.3;letter-spacing:0;top:19.0625rem;left:19.6875rem;height:1.4619125rem;display:block; }
#tGLfIcgtQHCsPEphaFDQvBJuze98uUXw { color:rgba(var(--color-tertiary-4),1);display:block;width:10.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15053;line-height:1.3;letter-spacing:0;top:20.5rem;left:17.5rem;height:0.9746125rem;text-align:center;text-align-last:center;display:block; }
#uIiBVM1rXsIVwJPhoLwN5t5xJrhQ01RR { color:rgba(var(--color-tertiary-4),1);display:block;width:10.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15054;line-height:1.3;letter-spacing:0;top:18.0869140625rem;left:17.46875rem;height:0.9746125rem;text-align:center;text-align-last:center;display:block; }
#tqxfka7RUHtVeW2oRGFZqa0URVJCZMEM { color:rgba(var(--color-secondary-4),1);display:block;width:4.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15054;line-height:1.3;letter-spacing:0;top:23.3125rem;left:19.4375rem;height:1.625rem;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; }
#KM0iKWCOpFQfTPOaEEkNMoExQkP9XUTD { color:rgba(var(--color-tertiary-4),1);display:block;width:2.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15052;line-height:1.3;letter-spacing:0;top:19.25rem;left:23.4375rem;height:1.13671875rem;display:block; }
#CyqWQkzalvoVVHOST432PgovuIcVKOum { color:rgba(var(--color-secondary-4),1);display:block;width:10.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15054;line-height:1.3;letter-spacing:0;top:24.91796875rem;left:17.46875rem;height:0.9746125rem;text-align:center;text-align-last:center;display:block; }
#kxLMh3A3t9XU7I1ol8gW7Pmbwi3mKTcM { color:rgba(var(--color-secondary-4),1);display:block;width:2.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15055;line-height:1.3;letter-spacing:0;top:23.5625rem;left:23.625rem;height:1.29980625rem;display:block; }
#UtEq58Xsi9vcJIBP1QA13ikWFTa74g77 { color:rgba(var(--color-secondary-4),1);display:block;width:10.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15056;line-height:1.3;letter-spacing:0;top:22.3994140625rem;left:17.46875rem;height:0.9746125rem;text-align:center;text-align-last:center;display:block; }
#hgvWNEAz3mPPFUSEaPpPWvNpqlqMDswU { color:rgba(var(--color-tertiary-4),1);display:block;width:12.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15049;line-height:1.3;letter-spacing:0;top:11rem;left:16.375rem;height:1.0556625rem;display:block; }
#x2gl4w6pbMKHiyaEk7eQ9KkxXlLTmxUO { color:rgba(var(--color-tertiary-1),1);display:block;width:11.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15125;line-height:1.3;letter-spacing:0;top:8.8125rem;left:47.0625rem;height:1.13671875rem;display:block; }
#HXXqNRcKTUhsFVZoWUNqoZRnHtME9Tsp { box-sizing:content-box;height:1.75rem;width:12.75rem;position:absolute;display:block;z-index:15124;background-color:rgba(var(--color-primary-3),1);background-image:none;top:8.5rem;left:46.375rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#EJZIgEzZc785OmWmwSz32x3lOm7A5P3o { color:rgba(var(--color-tertiary-4),1);display:block;width:3.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15067;line-height:1.3;letter-spacing:0;top:19.1875rem;left:49.6875rem;height:1.4619125rem;display:block; }
#XdTwSH3Ja7R3aA7hSt6Pw3oE7KL1x7Uv { color:rgba(var(--color-tertiary-4),1);display:block;width:2.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15068;line-height:1.3;letter-spacing:0;top:19.375rem;left:53.4375rem;height:1.13671875rem;display:block; }
#kBLgy9ETtsTM9zXtQJNk5AWEyX2sAECh { color:rgba(var(--color-tertiary-4),1);display:block;width:10.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15069;line-height:1.3;letter-spacing:0;top:20.625rem;left:47.5rem;height:0.9746125rem;text-align:center;text-align-last:center;display:block; }
#amQdo3vA7BAuH4VKZCVPPp9EfhalrMu9 { color:rgba(var(--color-tertiary-4),1);display:block;width:10.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15070;line-height:1.3;letter-spacing:0;top:18.2119140625rem;left:47.46875rem;height:0.9746125rem;text-align:center;text-align-last:center;display:block; }
#Emp9PhpBa9nKtyCta4r0xUctHWrCxAGc { color:rgba(var(--color-secondary-4),1);display:block;width:4.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15070;line-height:1.3;letter-spacing:0;top:23.4375rem;left:49.3125rem;height:1.625rem;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; }
#piizRAgGW4KOXG9vTlJ7X8e7eFyalcbx { color:rgba(var(--color-secondary-4),1);display:block;width:2.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15071;line-height:1.3;letter-spacing:0;top:23.625rem;left:53.5rem;height:1.29980625rem;display:block; }
#I9bgfhMq2qkrL9SxCCcIR55ECQsp4CC0 { color:rgba(var(--color-secondary-4),1);display:block;width:10.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15070;line-height:1.3;letter-spacing:0;top:24.91796875rem;left:47.46875rem;height:0.9746125rem;text-align:center;text-align-last:center;display:block; }
#CnVuAkDtNGLRiAIL1dqP7R5WImETgfsT { color:rgba(var(--color-secondary-4),1);display:block;width:10.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15072;line-height:1.3;letter-spacing:0;top:22.5244140625rem;left:47.46875rem;height:0.9746125rem;text-align:center;text-align-last:center;display:block; }
#bWCivKHNDSSbenPiqVLpsTGp8uZoRMuN { color:rgba(var(--color-tertiary-4),1);display:block;width:10.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15063;line-height:1.3;letter-spacing:0;top:20.75rem;left:62.625rem;height:0.9746125rem;text-align:center;text-align-last:center;display:block; }
#TRwFgToTAtD2ZEPFQGk9OKv9t4yo4CFI { color:rgba(var(--color-tertiary-4),1);display:block;width:10.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15064;line-height:1.3;letter-spacing:0;top:18.1494140625rem;left:62.59375rem;height:0.9746125rem;text-align:center;text-align-last:center;display:block; }
#hGmsJlh7XTKTg5NynVwUpoNIt7sUmAbJ { color:rgba(var(--color-secondary-4),1);display:block;width:10.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15064;line-height:1.3;letter-spacing:0;top:24.91796875rem;left:62.59375rem;height:0.9746125rem;text-align:center;text-align-last:center;display:block; }
#DOlRrd3FGhcpUcusVPB3sBQNNbva1tJi { color:rgba(var(--color-secondary-4),1);display:block;width:10.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15066;line-height:1.3;letter-spacing:0;top:22.5244140625rem;left:62.59375rem;height:0.9746125rem;text-align:center;text-align-last:center;display:block; }
#eogIWSA7qMH0VvqJctGhxv7p44HehVr1 { color:rgba(var(--color-tertiary-1),1);display:block;width:11.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:8.75rem;left:62.125rem;height:1.13671875rem;display:block; }
#I5fqd2AngDfmbT46Zyl57popl1cTHQ8H { box-sizing:content-box;height:1.75rem;width:12.75rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-3),1);background-image:none;top:8.5rem;left:61.5rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#iRXQmFxTWLkmxtmcRoA9xiZ7CR6wUlWb { color:rgba(var(--color-tertiary-4),1);display:block;width:4.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15088;line-height:1.3;letter-spacing:0;top:38.8125rem;left:25.1875rem;height:1.4619125rem;display:block; }
#hmcph3tPGc95iKH6Tldur7zzZRuRSxld { color:rgba(var(--color-tertiary-4),1);display:block;width:2.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15089;line-height:1.3;letter-spacing:0;top:39rem;left:29.5rem;height:1.13671875rem;display:block; }
#Sov5QgqnLB05EWBbKxZKwx7392NWazAE { color:rgba(var(--color-tertiary-4),1);display:block;width:10.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15071;line-height:1.3;letter-spacing:0;top:40.4375rem;left:23.25rem;height:0.9746125rem;text-align:center;text-align-last:center;display:block; }
#JhT9prsvziuyes0GcH6J6eODOdT0ioTg { color:rgba(var(--color-tertiary-4),1);display:block;width:10.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15072;line-height:1.3;letter-spacing:0;top:37.875rem;left:23.25rem;height:0.9746125rem;text-align:center;text-align-last:center;display:block; }
#HT5MibH3MbzfkptbaD0QRoIRKhQAQJwe { color:rgba(var(--color-secondary-4),1);display:block;width:5.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15091;line-height:1.3;letter-spacing:0;top:43.5rem;left:24.8125rem;height:1.625rem;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; }
#I36rfzbdAUt7cpc5JaHtbmlODq3U48R1 { color:rgba(var(--color-secondary-4),1);display:block;width:2.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15092;line-height:1.3;letter-spacing:0;top:43.6875rem;left:29.6875rem;height:1.29980625rem;display:block; }
#K0EQrGcDVqc2D5DNg1nTH98iWB8mmydw { color:rgba(var(--color-secondary-4),1);display:block;width:10.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15072;line-height:1.3;letter-spacing:0;top:45.1875rem;left:23.25rem;height:0.9746125rem;text-align:center;text-align-last:center;display:block; }
#T1I0pPqotqTeUaraGDFchDVB6IwVMSkT { color:rgba(var(--color-secondary-4),1);display:block;width:10.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15074;line-height:1.3;letter-spacing:0;top:42.375rem;left:23.25rem;height:0.9746125rem;text-align:center;text-align-last:center;display:block; }
#S5IvMv8XgAKoVTy9dUSwygOumNWXRM15 { color:rgba(var(--color-secondary-3),1);display:block;width:29.9375rem;position:absolute;font-family:"dax extrabold";font-size:2.1875rem;font-weight:400;z-index:15002;line-height:1.1;letter-spacing:0;top:32.3125rem;left:41.25rem;height:9.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#x6xshDwIKTKJ4KnD4utGzcII97ZVKJIA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15127;opacity:1;top:23.2119140625rem;left:17.0625rem; }
#CcfZaRTiiCwBfXXF3vaJBMcFBLhQfwks { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15128;opacity:1;top:23.3369140625rem;left:31.6875rem; }
#QNKH021lflgJfUfEptCD2wy9KypTnn5F { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15129;opacity:1;top:23.3369140625rem;left:46.9375rem; }
#nhTr7TNRiw9X5Nv5JF07nM359SC34dFb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15130;opacity:1;top:23.3369140625rem;left:61.625rem; }
#al0nPBs7zqG1iauPnOALXmDOXCcnL0BF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15130;opacity:1;top:43.3125rem;left:22.5625rem; }
#TBx7eTd5ny2BGR0vGhmtNonvDEGwUqH2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15133;opacity:1;top:15.1796875rem;left:27.5625rem; }
#TBx7eTd5ny2BGR0vGhmtNonvDEGwUqH2 > img { max-width: 100%;max-height:100%; width:1rem; height:1rem; }#L0EDWQvSMeddxesaG0xOOFHf419brOUX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15134;opacity:1;top:15.0625rem;left:42.5rem; }
#L0EDWQvSMeddxesaG0xOOFHf419brOUX > img { max-width: 100%;max-height:100%; width:1rem; height:1rem; }#Ale2LwQ4MkoTq41LkC1fMehKrZBcv5rH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15135;opacity:1;top:15.1875rem;left:57.625rem; }
#Ale2LwQ4MkoTq41LkC1fMehKrZBcv5rH > img { max-width: 100%;max-height:100%; width:1rem; height:1rem; }#Cp3sLJdFcS3G0COAz23dEcx3ypVch4bw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15136;opacity:1;top:15.125rem;left:72.625rem; }
#Cp3sLJdFcS3G0COAz23dEcx3ypVch4bw > img { max-width: 100%;max-height:100%; width:1rem; height:1rem; }#Gi9JLcZmetBuD6sXFhrcOTczZOJF9vVO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15137;opacity:1;top:40.875rem;left:19.6875rem; }
#Gi9JLcZmetBuD6sXFhrcOTczZOJF9vVO > img { max-width: 100%;max-height:100%; width:1rem; height:1rem; }#VZsQll6ikMM4Ju1UHSkJScyZ4bDVuaFA { box-sizing:content-box;height:25.875rem;width:14.3125rem;position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:1.9375rem;left:0rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:block; }
#ptVFvu2xN4lONatA8ke0DK0mqurmGqQc { color:rgba(var(--color-tertiary-4),1);display:block;width:10.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:5.625rem;left:1.375rem;height:2.2734375rem;display:block; }
#MCaeqyDSNugJ8MPz9pqZsiZeQ1Eaaq3i { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15046;opacity:1;top:3rem;left:1.1875rem; }
#hS9t9TPAr6IcpEtCIUglEK9WWmRT4T8I { color:rgba(var(--color-tertiary-4),1);display:block;width:4.5625rem;position:absolute;font-family:"dax extrabold";font-size:1.125rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:3.4375rem;left:4.875rem;height:1.4619125rem;display:block; }
#kStTUy7oHdO7RGuZbexSzy1t2Pn1sUV4 { color:rgba(var(--color-tertiary-1),1);display:block;width:11.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:9rem;left:1.375rem;height:1.13671875rem;display:block; }
#yudQ3WiZzarismf5QJ5e3aEh3fpGm6g0 { box-sizing:content-box;height:1.75rem;width:12.75rem;position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-primary-3),1);background-image:none;top:8.75rem;left:0.8125rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#TUaTGaAKpmsb55Q4fNNleeEZ3xOivDXZ { box-sizing:content-box;height:0.0625rem;width:12.8125rem;position:absolute;display:block;z-index:15039;background-color:#e3e3e3;background-image:none;top:10.5rem;left:0.625rem;display:block; }
#sxSECo0LfyzQQxCIFmnMPxcAmamB1ZXX { color:rgba(var(--color-tertiary-4),1);display:block;width:12.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:11.25rem;left:1.125rem;height:1.0556625rem;display:block; }
#d3rRbIX9Vm8KvfK6S27uqHmOEHT5qrWl { box-sizing:content-box;height:0.0625rem;width:12.8125rem;position:absolute;display:block;z-index:15040;background-color:#e3e3e3;background-image:none;top:12.625rem;left:0.75rem;display:block; }
#AOEvNTBWCloK7Wh6cOiwDelcOmNLWQ9D { color:rgba(var(--color-tertiary-4),1);display:block;width:10.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:13.0625rem;left:1.1875rem;height:1.0556625rem;display:block; }
#MAMuueUlZqzlibxxsGqfbzBOIJCUb4PM { color:rgba(var(--color-tertiary-4),1);display:block;width:11.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:14.875rem;left:1.125rem;height:2.111325rem;display:block; }
#kX1FO1nWrrbSXmuTlDFpbi29RJNtEItQ { box-sizing:content-box;height:0.0625rem;width:12.8125rem;position:absolute;display:block;z-index:15041;background-color:#e3e3e3;background-image:none;top:14.4375rem;left:0.6875rem;display:block; }
#ronk7zQ6qKDm9DgQmtK98kptwqPae5wd { box-sizing:content-box;height:0.0625rem;width:12.8125rem;position:absolute;display:block;z-index:15042;background-color:#e3e3e3;background-image:none;top:17.3125rem;left:0.8125rem;display:block; }
#kBamPfHSBeN3fGFhZbEugftsXsUcIVFc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15155;opacity:1;top:15.125rem;left:12.25rem; }
#kBamPfHSBeN3fGFhZbEugftsXsUcIVFc > img { max-width: 100%;max-height:100%; width:1rem; height:1rem; }#h8ZzGa8VuGxQUroztQotx40VfGnqLuyF { color:rgba(var(--color-tertiary-4),1);display:block;width:10.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15085;line-height:1.3;letter-spacing:0;top:18.25rem;left:1.9375rem;height:0.9746125rem;text-align:center;text-align-last:center;display:block; }
#rMZphTURC9dPoKnafPOiXfyX9glBGBB0 { color:rgba(var(--color-tertiary-4),1);display:block;width:3.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15085;line-height:1.3;letter-spacing:0;top:19.25rem;left:4.25rem;height:1.4619125rem;display:block; }
#hPF4mcvNptTCz6dqEv41i7rBOuOTmrC4 { color:rgba(var(--color-tertiary-4),1);display:block;width:2.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15086;line-height:1.3;letter-spacing:0;top:19.4375rem;left:8rem;height:1.13671875rem;display:block; }
#roMvZ6rKyBNhtGImAv1y0bkATwzxP5Op { color:rgba(var(--color-tertiary-4),1);display:block;width:7.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15087;line-height:1.3;letter-spacing:0;top:20.6875rem;left:3.4375rem;height:0.9746125rem;text-align:center;text-align-last:center;display:block; }
#y7yTUtT1Zg5mLAkUef9rNWmuAMG78keZ { color:rgba(var(--color-secondary-4),1);display:block;width:10.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15087;line-height:1.3;letter-spacing:0;top:22.5625rem;left:1.875rem;height:0.9746125rem;text-align:center;text-align-last:center;display:block; }
#GATFv0ElzAVdvckPRMrMOfAfsJkRuTJz { color:rgba(var(--color-secondary-4),1);display:block;width:4.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15085;line-height:1.3;letter-spacing:0;top:23.5rem;left:3.75rem;height:1.625rem;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; }
#ouxGTRXxtxEIIEQGGvhKuNvHsvLeNaDe { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15149;opacity:1;top:23.375rem;left:1.4375rem; }
#Q7pTtPG8mCaUAbGDhedux6QZIFTTeIqA { color:rgba(var(--color-secondary-4),1);display:block;width:2.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15086;line-height:1.3;letter-spacing:0;top:23.75rem;left:7.875rem;height:1.29980625rem;display:block; }
#OgUZVFLDaTVgmN53izO8atUprT9eH0As { color:rgba(var(--color-secondary-4),1);display:block;width:10.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15085;line-height:1.3;letter-spacing:0;top:25.125rem;left:1.9375rem;height:0.9746125rem;text-align:center;text-align-last:center;display:block; }
#mEBElKzPaoGKx5uL7aLhw06DRp3DAvIc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#013666;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; }#mEBElKzPaoGKx5uL7aLhw06DRp3DAvIc > .row .container { background-color: transparent; background-image: none; }#mEBElKzPaoGKx5uL7aLhw06DRp3DAvIc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mEBElKzPaoGKx5uL7aLhw06DRp3DAvIc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mEBElKzPaoGKx5uL7aLhw06DRp3DAvIc > .row .container > .video-iframe-container { display: none; }#mEBElKzPaoGKx5uL7aLhw06DRp3DAvIc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mEBElKzPaoGKx5uL7aLhw06DRp3DAvIc > .row > .video-iframe-container { display: none; }#mEBElKzPaoGKx5uL7aLhw06DRp3DAvIc > .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); }#mEBElKzPaoGKx5uL7aLhw06DRp3DAvIc > .row .container { border-width: 0; border-radius: 0; }#mEBElKzPaoGKx5uL7aLhw06DRp3DAvIc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mEBElKzPaoGKx5uL7aLhw06DRp3DAvIc > .row .container { font-size:0.875rem;font-family:arial;height:7.875rem;width:75rem;position:relative;display:block; }#Od4Eq0o5vvLNr3M2IGzMbSrg4yUZ99X3 { position:absolute;display:block;z-index:15068;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:4.75rem;top:1.5rem;left:0rem;overflow:hidden;display:block; }
#pic1Nbi9DTTAHMRQr7TBLWzDAtIWbcWK { color:rgba(var(--color-tertiary-1),1);display:block;width:9.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15046;line-height:1.3;letter-spacing:0;top:4.125rem;left:0rem;height:2.111325rem;text-align:left;text-align-last:left;display:block; }
#sw19qTcoUh2UgaIODya7x5NbsH0OTTLG { position:absolute;display:block;z-index:15037;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.3125rem 0.625rem 1.0625rem rgba(0,0,0,0.05) ;height:2.5rem;width:2.5rem;top:3.1875rem;left:65rem;display:block; }
#f5FG2XAUXVC0DR9es1yqWS9suLU0lZdt { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15067;opacity:1;top:3.75rem;left:65.5rem; }
#f5FG2XAUXVC0DR9es1yqWS9suLU0lZdt > img { max-width: 100%;max-height:100%; width:1.4375rem; height:1.4375rem; }#n1pVkpz6bGkQhDtwogiTt7WbqZmGEift { position:absolute;display:block;z-index:15035;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.3125rem 0.625rem 1.0625rem rgba(0,0,0,0.05) ;height:2.5rem;width:2.5rem;top:3.1875rem;left:68.75rem;display:block; }
#r2SvNDuUOw8zBzND763I1f4qcsAUGfXy { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15066;opacity:1;top:3.8125rem;left:69.4375rem; }
#r2SvNDuUOw8zBzND763I1f4qcsAUGfXy > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; }#pHnSHTXwpyvCmXcuBZpLPLG9Ou91RGpG { position:absolute;display:block;z-index:15039;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.3125rem 0.625rem 1.0625rem rgba(0,0,0,0.05) ;height:2.5rem;width:2.5rem;top:3.1875rem;left:72.5rem;display:block; }
#aMMEvEofu3XZgyzZg8tAS3fz2GNyh2dC { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15064;top:3.6875rem;left:72.9375rem; }
#aMMEvEofu3XZgyzZg8tAS3fz2GNyh2dC > img { max-width: 100%;max-height:100%; width:1.625rem; height:1.625rem; }#ZBVGSiZopwi4re1RvlEi3KrdDhtbNxUq { color:rgba(var(--color-tertiary-1),1);display:block;width:9.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15046;line-height:1.3;letter-spacing:0;top:4.125rem;left:0rem;height:2.111325rem;text-align:left;text-align-last:left;display:none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #CCmSSBWr3yn4TFzRZfFufVBFgZrdxy8m { display:block; }#CCmSSBWr3yn4TFzRZfFufVBFgZrdxy8m > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sl9tQPonZ2z9U4MVyZLJr6pFAgCShgBa { top:20.6875rem;left:23.625rem;width:8.0625rem;height:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8pbb4X0qfyVwZik07pOFZ2SnPXPH1L3 { top:7.3125rem;left:47rem;width:0.75rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NXriGPU8L1BhNWDA14aEmriTpKIpvSAz { top:26.0625rem;left:23.625rem;width:0.75rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATRDxOvvyJZ4Rz42JsOnX3h4vhZ1APoT { width:25.75rem;height:2.8125rem;top:24.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KWxzkqggy8SwSWuvFhRtAvkSo82NOTfT { display:block; }
 }@media only screen and (max-width: 763px) { #qIrQt9Anz1KRrmweMDyowpCSZsmXBLfP { top:0.9375rem;left:34.1875rem;width:13.4375rem;height:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGShupAob9V7wl0KRcKsF8ScKD2i4nNf { top:1.8125rem;left:7.125rem;width:31.9375rem;height:4.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RzlB3WDgp6ZrJSfyE2Kwfuscw1Ruo8CI { top:7.3125rem;left:3.1875rem;width:40.5rem;height:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rkVCmrZ7eJITCxU1wiuRNOOcuvvr7KWx { top:8.25rem;left:8.625rem;width:36rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgcpWFIziNnlb7knG9zw1po6k9Hnkc6R { top:10.9375rem;left:8.625rem;width:33.8125rem;height:3.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sFKsUA1WghTMhoaq5bvT6J9aulJFMnPr { top:7.875rem;left:4.9375rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gGTP29l9UiD0ANAQRhaH2hJdEnW7isfQ { top:11.3125rem;left:4.8125rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hkhXN7yttBbK63c0RMtpmSQ8zTW1T2Qc { width:18.5rem;height:2.4375rem;top:18.75rem;left:13.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EcTRhUzhzd9KZVwAE98i30OTVsGA5siK { display:block; }
 }@media only screen and (max-width: 763px) { #TisEUFMwJVXWMVwQsE81taGnHQLbyxEp { top:16.125rem;left:5.75rem;width:36.25rem;height:1.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IKhKAFvJt79gEsEZoGazWbL4U258dRQ0 { display:block; }#IKhKAFvJt79gEsEZoGazWbL4U258dRQ0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O8qM8FcXQGQcvEw836I4E2tcWVoXZPTx { top:1.9375rem;left:16.75rem;width:14.3125rem;height:25.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLGXEs01dOeMoOc4iHHGr8zOIJoTxzrF { top:23.625rem;left:24.6875rem;width:2.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cc0AnSOUx9bxDl8zHTAcqxsWNHVqLUuR { top:23.4375rem;left:20.4375rem;width:4.375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ECnyg0KFJKLDpvbho4JPSvpedLBWzbHS { top:22.5rem;left:19.28125rem;width:9.1875rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqRPnb8hElm8nCF1bGQUxbXULlpshupx { top:20.5625rem;left:18.625rem;width:10.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9OHZ4pcLDwAgpu4W9M4q15gv1cZQyue { top:19.3125rem;left:24.5625rem;width:2.3125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ab5QnAOcKOiWsIVbfwTxfk9ML85FfPzN { top:19.125rem;left:20.8125rem;width:3.9375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZLZ72ER26gumnqt3iK3XX1kTv8e6Hg4e { top:15.1875rem;left:17.5rem;width:11.1875rem;height:1rem;font-size:0.8125rem;display:block; }#ZLZ72ER26gumnqt3iK3XX1kTv8e6Hg4e li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_70738c0d8e740f2b32d3b4c95c7ae6fa4fb56438.svg); }
 }@media only screen and (max-width: 763px) { #D3V30DpCLTVRFK02TugbyyyFZxhv8FLC { top:8.8125rem;left:18.1875rem;width:11.375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1dTzvvTyVKQddQHJR6ivDqnzurfE2yh { top:13.0625rem;left:18.5625rem;width:10.5rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZ1sGfeSwMucgFmW9dTV7nqaqHWHNA1u { top:5.5625rem;left:17.875rem;width:10.875rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eiP2rlaVRzlmJBB6BIWHTFDq7LZHTVKi { top:11rem;left:18.5625rem;width:11.125rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b6Gz2malhSGs79BhMaeUzAnX77yyEpNv { top:3.25rem;left:21.625rem;width:4.5625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DHqSD5Hw0KfpeWKC2qdGan1GqpUTtRg6 { top:2.8125rem;left:18.1875rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9hNEzA91iMEaDR1UmlehBWww1OHaawU { top:12.5625rem;left:17.5rem;width:12.8125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KhyIXJiNrAeaglOetKReU2xiL89lcAaN { top:14.625rem;left:17.5rem;width:12.8125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4pmaiGbGovn8ZzgP8t08tPP8PDfHDQK { top:16.9375rem;left:17.5rem;width:12.8125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWTJ7KlNNcf4VHFz7PEIMFUSNzLTd1OB { top:2.6875rem;left:2.625rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xvNVwHtgMNAK7UT2VExBrL5RMPxLfXOX { top:3.25rem;left:5.8125rem;width:4.5625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tqVgyf0EmTNzdZdHNgPRCQnsOTn8L5ur { top:5.625rem;left:2.625rem;width:10.875rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rVydyTgKHZZnShiKpoX4uyAezE8u7yka { top:14.5625rem;left:2.8125rem;width:11.1875rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #th3ORoXMCzvr63Nv4MJ9v0R0k7OwMy2t { top:1.75rem;left:31.9375rem;width:14.3125rem;height:26.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJ2fdANQnyorqOKn2bLEULt6Np11RaTd { top:15.1875rem;left:32.8125rem;width:11.1875rem;height:1rem;font-size:0.8125rem;display:block; }#PJ2fdANQnyorqOKn2bLEULt6Np11RaTd li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_70738c0d8e740f2b32d3b4c95c7ae6fa4fb56438.svg); }
 }@media only screen and (max-width: 763px) { #Rbf7cau1TeByPpCsm9TxGwfZ1dgQ6KZO { top:16.8125rem;left:32.6875rem;width:12.8125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gefagg2Nm4f4IhahFvSJD8Teuor7Tgkw { top:14.625rem;left:32.6875rem;width:12.8125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gcVg60l3Z4Pl4KTrEThbQ20Np4IOlOeR { top:11.0625rem;left:33.5rem;width:12.375rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmMhmdg8dL6XMpLXP9WJZJgPsRkQGHX1 { top:12.5rem;left:32.625rem;width:12.8125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJCHOuGrMqJfEmV9wdT49azrxB13x7Lo { top:13rem;left:33.5rem;width:11.25rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RxDM62t8T1QJ9vTIa88cykBaczPRRcFh { top:5.5rem;left:33.1875rem;width:10.875rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sbp6wNBdneEHNpaRthca3a3T4hode8Xz { top:2.8125rem;left:33.1875rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fE7P6ZvO19TN3W7obdsfpBOIu7noquAl { top:3.25rem;left:36.625rem;width:4.5625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P7F0hoFXK6104lxNzO7yu865Tzsgva8G { top:1.875rem;left:33.4375rem;width:14.3125rem;height:26.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u0mg0XV8HG9QwXcxvtQuygzHKTNEzrFL { top:23.625rem;left:45.0625rem;width:2.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbR1gGyK9IUQ9f7smR8rPlMTlTK17Q6Z { top:19.375rem;left:45.4375rem;width:2.3125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w4MH1zxgk2qi6cnqcPJWurWbkRrP7CkF { top:23.4375rem;left:42.6875rem;width:5.0625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cytFl8ThNFhcbuAbwZDo98TR68QJ3TRP { top:19.1875rem;left:43.375rem;width:4.375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BgCQr6kmddfl9MS2MQccG7ycJ5ZPzQRH { top:16.6875rem;left:34.9375rem;width:12.8125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DtGa6iIQ4PnhZsQITovf4OvqcpQbiBE6 { top:15.0625rem;left:36.5625rem;width:11.1875rem;height:1rem;font-size:0.8125rem;display:block; }#DtGa6iIQ4PnhZsQITovf4OvqcpQbiBE6 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_70738c0d8e740f2b32d3b4c95c7ae6fa4fb56438.svg); }
 }@media only screen and (max-width: 763px) { #oyd1EhEwRRn8OHE3kOvvfthuC3RCfXKb { top:14.625rem;left:34.9375rem;width:12.8125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HpiknXKmkXmL26HbIin85NaeI3OnwR05 { top:12.4375rem;left:34.9375rem;width:12.8125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FfyChUql9xIr29KXCGcEbup4vG9TV1Zx { top:13rem;left:36.5rem;width:11.25rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #keRfOvz2bEs5uts6STS6VrVKmZ839tmc { top:5.375rem;left:36.875rem;width:10.875rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPNc5smbKfcQlZQOtC0I8BCVSXwCm5gB { top:2.8125rem;left:45.375rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NEN7ZRsXgeukTWTUSCAI0rBMsu1o8wHR { top:3.25rem;left:43.1875rem;width:4.5625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #woyXE7mzHpE5lZssE5pPDGSNsmSS7rE6 { top:43.3125rem;left:23.25rem;width:24.5rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SoU3RgCnMyvwiJN89PKURC7ZCXeLvqiP { display:block; }
 }@media only screen and (max-width: 763px) { #o3J1Cs5cawRMa8xx4piNoMyhSaNUosT7 { top:11rem;left:35.375rem;width:12.375rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HpszXaN1rRKOXOiZn6lnRcH4CppSrR1G { top:29.75rem;left:0rem;width:27.75rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZonbEToWhMi3d9M9D2TsPgJzxy9wcPt { top:31.25rem;left:0.3125rem;width:8.9375rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZcAPXuCOG9uSmpiF9qWK6cLyTvEa6wq6 { top:31.125rem;left:9.875rem;width:10.875rem;height:2.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSsyvFC0d5f5BrcdRlHBvnMEkbNNWMBH { top:34.75rem;left:2.6875rem;width:11.6875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UU6uLHKoQe9O537K5RD9B0BktI701FTZ { top:38.6875rem;left:0rem;width:12.8125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KfycmcK1Pm6TDg2C3BizLpWu4Ubdodsw { top:39.0625rem;left:0rem;width:12.375rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LIgfgKKENihlR0adkHa40ApC53mV0maK { top:40.5rem;left:0rem;width:12.8125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wXiWZKrTTT41MeHFXP4wUC6Fycamcoz6 { top:37.3125rem;left:0rem;width:11.25rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iihrTB4VmVb5JSQq7cQh0hqBF5T4Jwf1 { top:40.8125rem;left:0rem;width:11.1875rem;height:1rem;font-size:0.8125rem;display:block; }#iihrTB4VmVb5JSQq7cQh0hqBF5T4Jwf1 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_70738c0d8e740f2b32d3b4c95c7ae6fa4fb56438.svg); }
 }@media only screen and (max-width: 763px) { #H7Nc2l0OT6Tm0fbyKpXueBQJ9eZdZrpk { top:30.6875rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #edwNzSeBvg30xut7pzEIT9pM6auuUVGZ { top:42.1875rem;left:0rem;width:12.8125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BnSy814NzH70cKm7yEm7ZcT3k2NFG0Pr { top:44.375rem;left:0rem;width:12.25rem;height:2.0625rem;font-size:0.8125rem;display:block; }#BnSy814NzH70cKm7yEm7ZcT3k2NFG0Pr li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_70738c0d8e740f2b32d3b4c95c7ae6fa4fb56438.svg); }
 }@media only screen and (max-width: 763px) { #kTebKu5XVb0DTP24Lu2ivgofqz08gbRM { top:43.875rem;left:0rem;width:12.8125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RzfO2yqAOb96ZnIHET1yESTTHkn0eteO { top:42.5625rem;left:0rem;width:11.1875rem;height:1rem;font-size:0.8125rem;display:block; }#RzfO2yqAOb96ZnIHET1yESTTHkn0eteO li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_70738c0d8e740f2b32d3b4c95c7ae6fa4fb56438.svg); }
 }@media only screen and (max-width: 763px) { #CJFw6fFaLSufkQtCEa8mHHHvdP5G3Pwr { top:34.4375rem;left:1.875rem;width:12.9375rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDJalwLQ6KN0eE4BRAzDcSahaOhm9otR { top:8.5625rem;left:17.5rem;width:12.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #E3aVnNrOQG0SrmiomFbmddKx3iTOsb9p { top:18.125rem;left:18.625rem;width:10.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ggxLXLfmH1LSvKpA9To489QsZNp6iRl1 { top:24.875rem;left:18.625rem;width:10.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XsiG1r0zQ8SW7chWHalOR2B4JcCRBMex { top:1.875rem;left:1.625rem;width:14.3125rem;height:25.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDb4MLg5Ch7vbkS8IrBmMe4iWNe0kf2G { top:8.8125rem;left:3.0625rem;width:11.4375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIrSF2qlymnf1zra4i8WHT8C6nM5JJR1 { top:8.5625rem;left:2.375rem;width:12.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8bHpM6aGMHoCEeagTxzTRPgrOZOGeqP { top:12.875rem;left:2.75rem;width:10.5rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GrpUrDrZziigsB9WUOAiw8XCT1mXMCS4 { top:12.375rem;left:2.375rem;width:12.8125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCdTtte2C6uo1A06JVmEJMwC5FM5eNXC { top:14.25rem;left:2.3125rem;width:12.8125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yWAKTv5HZzq4STT82OI6zRKgiEWRHD0l { top:17.0625rem;left:2.375rem;width:12.8125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPR0KOA5NtJ9mTSBJWcOL3lf2AqGxXKm { top:19.0625rem;left:6.0625rem;width:3.9375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGLfIcgtQHCsPEphaFDQvBJuze98uUXw { top:20.5rem;left:3.875rem;width:10.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uIiBVM1rXsIVwJPhoLwN5t5xJrhQ01RR { top:18.0625rem;left:3.84375rem;width:10.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tqxfka7RUHtVeW2oRGFZqa0URVJCZMEM { top:23.3125rem;left:5.8125rem;width:4.375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KM0iKWCOpFQfTPOaEEkNMoExQkP9XUTD { top:19.25rem;left:9.8125rem;width:2.3125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CyqWQkzalvoVVHOST432PgovuIcVKOum { top:24.875rem;left:3.84375rem;width:10.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kxLMh3A3t9XU7I1ol8gW7Pmbwi3mKTcM { top:23.5625rem;left:10rem;width:2.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UtEq58Xsi9vcJIBP1QA13ikWFTa74g77 { top:22.375rem;left:3.84375rem;width:10.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hgvWNEAz3mPPFUSEaPpPWvNpqlqMDswU { top:11rem;left:2.75rem;width:12.0625rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x2gl4w6pbMKHiyaEk7eQ9KkxXlLTmxUO { top:8.8125rem;left:33.4375rem;width:11.8125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HXXqNRcKTUhsFVZoWUNqoZRnHtME9Tsp { top:8.5rem;left:32.75rem;width:12.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJZIgEzZc785OmWmwSz32x3lOm7A5P3o { top:19.1875rem;left:36.0625rem;width:3.9375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XdTwSH3Ja7R3aA7hSt6Pw3oE7KL1x7Uv { top:19.375rem;left:39.8125rem;width:2.3125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBLgy9ETtsTM9zXtQJNk5AWEyX2sAECh { top:20.625rem;left:33.875rem;width:10.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #amQdo3vA7BAuH4VKZCVPPp9EfhalrMu9 { top:18.1875rem;left:33.84375rem;width:10.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Emp9PhpBa9nKtyCta4r0xUctHWrCxAGc { top:23.4375rem;left:35.6875rem;width:4.25rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #piizRAgGW4KOXG9vTlJ7X8e7eFyalcbx { top:23.625rem;left:39.875rem;width:2.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I9bgfhMq2qkrL9SxCCcIR55ECQsp4CC0 { top:24.875rem;left:33.84375rem;width:10.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CnVuAkDtNGLRiAIL1dqP7R5WImETgfsT { top:22.5rem;left:33.84375rem;width:10.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWCivKHNDSSbenPiqVLpsTGp8uZoRMuN { top:20.75rem;left:37.25rem;width:10.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRwFgToTAtD2ZEPFQGk9OKv9t4yo4CFI { top:18.125rem;left:37.25rem;width:10.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hGmsJlh7XTKTg5NynVwUpoNIt7sUmAbJ { top:24.875rem;left:37.25rem;width:10.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DOlRrd3FGhcpUcusVPB3sBQNNbva1tJi { top:22.5rem;left:37.25rem;width:10.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eogIWSA7qMH0VvqJctGhxv7p44HehVr1 { top:8.75rem;left:35.9375rem;width:11.8125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5fqd2AngDfmbT46Zyl57popl1cTHQ8H { top:8.5rem;left:35rem;width:12.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRXQmFxTWLkmxtmcRoA9xiZ7CR6wUlWb { top:38.8125rem;left:11.5625rem;width:4.375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hmcph3tPGc95iKH6Tldur7zzZRuRSxld { top:39rem;left:15.875rem;width:2.3125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sov5QgqnLB05EWBbKxZKwx7392NWazAE { top:40.4375rem;left:9.625rem;width:10.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JhT9prsvziuyes0GcH6J6eODOdT0ioTg { top:37.875rem;left:9.625rem;width:10.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HT5MibH3MbzfkptbaD0QRoIRKhQAQJwe { top:43.5rem;left:11.1875rem;width:5.0625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #I36rfzbdAUt7cpc5JaHtbmlODq3U48R1 { top:43.6875rem;left:16.0625rem;width:2.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0EQrGcDVqc2D5DNg1nTH98iWB8mmydw { top:45.1875rem;left:9.625rem;width:10.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1I0pPqotqTeUaraGDFchDVB6IwVMSkT { top:42.375rem;left:9.625rem;width:10.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5IvMv8XgAKoVTy9dUSwygOumNWXRM15 { top:32.3125rem;left:17.8125rem;width:29.9375rem;height:9.625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6xshDwIKTKJ4KnD4utGzcII97ZVKJIA { top:23.1875rem;left:3.4375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CcfZaRTiiCwBfXXF3vaJBMcFBLhQfwks { top:23.3125rem;left:18.0625rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QNKH021lflgJfUfEptCD2wy9KypTnn5F { top:23.3125rem;left:33.3125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nhTr7TNRiw9X5Nv5JF07nM359SC34dFb { top:23.3125rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #al0nPBs7zqG1iauPnOALXmDOXCcnL0BF { top:43.3125rem;left:8.9375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBx7eTd5ny2BGR0vGhmtNonvDEGwUqH2 { top:15.125rem;left:13.9375rem;width:1rem;height:1rem;display:block; }
#TBx7eTd5ny2BGR0vGhmtNonvDEGwUqH2 > img { max-width: 100%;max-height:100%; width:1rem; height:1rem; } }@media only screen and (max-width: 763px) { #L0EDWQvSMeddxesaG0xOOFHf419brOUX { top:15.0625rem;left:28.875rem;width:1rem;height:1rem;display:block; }
#L0EDWQvSMeddxesaG0xOOFHf419brOUX > img { max-width: 100%;max-height:100%; width:1rem; height:1rem; } }@media only screen and (max-width: 763px) { #Ale2LwQ4MkoTq41LkC1fMehKrZBcv5rH { top:15.1875rem;left:44rem;width:1rem;height:1rem;display:block; }
#Ale2LwQ4MkoTq41LkC1fMehKrZBcv5rH > img { max-width: 100%;max-height:100%; width:1rem; height:1rem; } }@media only screen and (max-width: 763px) { #Cp3sLJdFcS3G0COAz23dEcx3ypVch4bw { top:15.125rem;left:46.75rem;width:1rem;height:1rem;display:block; }
#Cp3sLJdFcS3G0COAz23dEcx3ypVch4bw > img { max-width: 100%;max-height:100%; width:1rem; height:1rem; } }@media only screen and (max-width: 763px) { #Gi9JLcZmetBuD6sXFhrcOTczZOJF9vVO { top:40.875rem;left:6.0625rem;width:1rem;height:1rem;display:block; }
#Gi9JLcZmetBuD6sXFhrcOTczZOJF9vVO > img { max-width: 100%;max-height:100%; width:1rem; height:1rem; } }@media only screen and (max-width: 763px) { #VZsQll6ikMM4Ju1UHSkJScyZ4bDVuaFA { top:1.9375rem;left:0rem;width:14.3125rem;height:25.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ptVFvu2xN4lONatA8ke0DK0mqurmGqQc { top:5.625rem;left:0rem;width:10.875rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MCaeqyDSNugJ8MPz9pqZsiZeQ1Eaaq3i { top:3rem;left:0rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hS9t9TPAr6IcpEtCIUglEK9WWmRT4T8I { top:3.4375rem;left:0rem;width:4.5625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kStTUy7oHdO7RGuZbexSzy1t2Pn1sUV4 { top:9rem;left:0rem;width:11.8125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yudQ3WiZzarismf5QJ5e3aEh3fpGm6g0 { top:8.75rem;left:0rem;width:12.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUaTGaAKpmsb55Q4fNNleeEZ3xOivDXZ { top:10.5rem;left:0rem;width:12.8125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sxSECo0LfyzQQxCIFmnMPxcAmamB1ZXX { top:11.25rem;left:0rem;width:12.0625rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3rRbIX9Vm8KvfK6S27uqHmOEHT5qrWl { top:12.625rem;left:0rem;width:12.8125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AOEvNTBWCloK7Wh6cOiwDelcOmNLWQ9D { top:13.0625rem;left:0rem;width:10.5rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MAMuueUlZqzlibxxsGqfbzBOIJCUb4PM { top:14.875rem;left:0rem;width:11.1875rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kX1FO1nWrrbSXmuTlDFpbi29RJNtEItQ { top:14.4375rem;left:0rem;width:12.8125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ronk7zQ6qKDm9DgQmtK98kptwqPae5wd { top:17.3125rem;left:0rem;width:12.8125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBamPfHSBeN3fGFhZbEugftsXsUcIVFc { top:15.125rem;left:0rem;width:1rem;height:1rem;display:block; }
#kBamPfHSBeN3fGFhZbEugftsXsUcIVFc > img { max-width: 100%;max-height:100%; width:1rem; height:1rem; } }@media only screen and (max-width: 763px) { #h8ZzGa8VuGxQUroztQotx40VfGnqLuyF { top:18.25rem;left:0rem;width:10.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rMZphTURC9dPoKnafPOiXfyX9glBGBB0 { top:19.25rem;left:0rem;width:3.9375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hPF4mcvNptTCz6dqEv41i7rBOuOTmrC4 { top:19.4375rem;left:0rem;width:2.3125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #roMvZ6rKyBNhtGImAv1y0bkATwzxP5Op { top:20.6875rem;left:0rem;width:7.4375rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7yTUtT1Zg5mLAkUef9rNWmuAMG78keZ { top:22.5625rem;left:0rem;width:10.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GATFv0ElzAVdvckPRMrMOfAfsJkRuTJz { top:23.5rem;left:0rem;width:4.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ouxGTRXxtxEIIEQGGvhKuNvHsvLeNaDe { top:23.375rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7pTtPG8mCaUAbGDhedux6QZIFTTeIqA { top:23.75rem;left:0rem;width:2.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OgUZVFLDaTVgmN53izO8atUprT9eH0As { top:25.125rem;left:0rem;width:10.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mEBElKzPaoGKx5uL7aLhw06DRp3DAvIc { display:block; }#mEBElKzPaoGKx5uL7aLhw06DRp3DAvIc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Od4Eq0o5vvLNr3M2IGzMbSrg4yUZ99X3 { top:1.5rem;left:0rem;width:4.75rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pic1Nbi9DTTAHMRQr7TBLWzDAtIWbcWK { top:4.125rem;left:0rem;width:9.25rem;height:2.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sw19qTcoUh2UgaIODya7x5NbsH0OTTLG { top:3.1875rem;left:45.25rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5FG2XAUXVC0DR9es1yqWS9suLU0lZdt { top:3.75rem;left:46.3125rem;width:1.4375rem;height:1.4375rem;display:block; }
#f5FG2XAUXVC0DR9es1yqWS9suLU0lZdt > img { max-width: 100%;max-height:100%; width:1.4375rem; height:1.4375rem; } }@media only screen and (max-width: 763px) { #n1pVkpz6bGkQhDtwogiTt7WbqZmGEift { top:3.1875rem;left:45.25rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2SvNDuUOw8zBzND763I1f4qcsAUGfXy { top:3.8125rem;left:46.5rem;width:1.25rem;height:1.25rem;display:block; }
#r2SvNDuUOw8zBzND763I1f4qcsAUGfXy > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #pHnSHTXwpyvCmXcuBZpLPLG9Ou91RGpG { top:3.1875rem;left:45.25rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aMMEvEofu3XZgyzZg8tAS3fz2GNyh2dC { top:3.6875rem;left:46.125rem;width:1.625rem;height:1.625rem;display:block; }
#aMMEvEofu3XZgyzZg8tAS3fz2GNyh2dC > img { max-width: 100%;max-height:100%; width:1.625rem; height:1.625rem; } }@media only screen and (max-width: 763px) { #ZBVGSiZopwi4re1RvlEi3KrdDhtbNxUq { top:4.125rem;left:0rem;width:9.25rem;height:2.125rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #CCmSSBWr3yn4TFzRZfFufVBFgZrdxy8m { background-color:#000c43;background-image:url("https://images.assets-landingi.com/uc/9a1fc1f0-06ca-4695-a712-1d6ac3cb1452/blurv2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;z-index:auto;display:block; }#CCmSSBWr3yn4TFzRZfFufVBFgZrdxy8m.adaptive-delivery-prevent-bg, #CCmSSBWr3yn4TFzRZfFufVBFgZrdxy8m.lazyload, #CCmSSBWr3yn4TFzRZfFufVBFgZrdxy8m.lazyloading { background-image: none; }#CCmSSBWr3yn4TFzRZfFufVBFgZrdxy8m > .row .container { background-color: transparent; background-image: none; }#CCmSSBWr3yn4TFzRZfFufVBFgZrdxy8m::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CCmSSBWr3yn4TFzRZfFufVBFgZrdxy8m > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CCmSSBWr3yn4TFzRZfFufVBFgZrdxy8m > .row .container > .video-iframe-container { display: none; }#CCmSSBWr3yn4TFzRZfFufVBFgZrdxy8m > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CCmSSBWr3yn4TFzRZfFufVBFgZrdxy8m > .row > .video-iframe-container { display: none; }#CCmSSBWr3yn4TFzRZfFufVBFgZrdxy8m > .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); }#CCmSSBWr3yn4TFzRZfFufVBFgZrdxy8m > .row .container { border-width: 0; border-radius: 0; }#CCmSSBWr3yn4TFzRZfFufVBFgZrdxy8m > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CCmSSBWr3yn4TFzRZfFufVBFgZrdxy8m > .row .container { width:20rem;height:28.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sl9tQPonZ2z9U4MVyZLJr6pFAgCShgBa { width:8.0625rem;height:8.0625rem;top:15.2109375rem;left:11.8125rem;z-index:14996;display:none; }
 }@media only screen and (max-width: 763px) { #V8pbb4X0qfyVwZik07pOFZ2SnPXPH1L3 { width:0.75rem;height:0.75rem;top:7.3125rem;left:9.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #NXriGPU8L1BhNWDA14aEmriTpKIpvSAz { width:0.75rem;height:0.75rem;top:15.5625rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATRDxOvvyJZ4Rz42JsOnX3h4vhZ1APoT { width:12.5rem;height:2.1875rem;top:24.5rem;left:3.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #KWxzkqggy8SwSWuvFhRtAvkSo82NOTfT { display:block; }
 }@media only screen and (max-width: 763px) { #qIrQt9Anz1KRrmweMDyowpCSZsmXBLfP { width:5.625rem;height:5.625rem;top:0.9375rem;left:7.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #UGShupAob9V7wl0KRcKsF8ScKD2i4nNf { width:16.4375rem;height:6.1875rem;top:1.25rem;left:1.75rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RzlB3WDgp6ZrJSfyE2Kwfuscw1Ruo8CI { width:18.75rem;height:15.125rem;top:8.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rkVCmrZ7eJITCxU1wiuRNOOcuvvr7KWx { width:12.5625rem;height:4.38574375rem;top:9.625rem;left:6.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgcpWFIziNnlb7knG9zw1po6k9Hnkc6R { width:12.625rem;height:7.3095625rem;top:15.1875rem;left:5.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sFKsUA1WghTMhoaq5bvT6J9aulJFMnPr { display:flex;width:2.375rem;height:2.375rem;top:10.6298828125rem;left:2.375rem; }
 }@media only screen and (max-width: 763px) { #gGTP29l9UiD0ANAQRhaH2hJdEnW7isfQ { display:flex;width:2.5rem;height:2.5rem;top:17.591796875rem;left:2.3125rem; }
 }@media only screen and (max-width: 763px) { #hkhXN7yttBbK63c0RMtpmSQ8zTW1T2Qc { width:16.75rem;height:1.875rem;top:25.0625rem;left:1.625rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #EcTRhUzhzd9KZVwAE98i30OTVsGA5siK { display:block; }
 }@media only screen and (max-width: 763px) { #TisEUFMwJVXWMVwQsE81taGnHQLbyxEp { width:20rem;height:3.0234375rem;top:17.5rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IKhKAFvJt79gEsEZoGazWbL4U258dRQ0 { display:block; }#IKhKAFvJt79gEsEZoGazWbL4U258dRQ0 > .row .container { width:20rem;height:178.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O8qM8FcXQGQcvEw836I4E2tcWVoXZPTx { width:14.3125rem;height:24.9375rem;top:55.5rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLGXEs01dOeMoOc4iHHGr8zOIJoTxzrF { width:2.6875rem;height:1.29980625rem;top:77.1875rem;left:10.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cc0AnSOUx9bxDl8zHTAcqxsWNHVqLUuR { width:4.25rem;height:1.625rem;top:77rem;left:6.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ECnyg0KFJKLDpvbho4JPSvpedLBWzbHS { width:10.5rem;height:0.9746125rem;top:76.0869140625rem;left:5.34375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqRPnb8hElm8nCF1bGQUxbXULlpshupx { width:10.5rem;height:0.9746125rem;top:74.125rem;left:4.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9OHZ4pcLDwAgpu4W9M4q15gv1cZQyue { width:2.3125rem;height:1.13671875rem;top:72.875rem;left:10.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ab5QnAOcKOiWsIVbfwTxfk9ML85FfPzN { width:3.9375rem;height:1.4619125rem;top:72.6875rem;left:6.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZLZ72ER26gumnqt3iK3XX1kTv8e6Hg4e { width:11.1875rem;height:1.0556625rem;top:68.75rem;left:3.5625rem;font-size:0.8125rem;display:block; }#ZLZ72ER26gumnqt3iK3XX1kTv8e6Hg4e li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_70738c0d8e740f2b32d3b4c95c7ae6fa4fb56438.svg); }
 }@media only screen and (max-width: 763px) { #D3V30DpCLTVRFK02TugbyyyFZxhv8FLC { width:10.5rem;height:1.0556625rem;top:62.375rem;left:4.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1dTzvvTyVKQddQHJR6ivDqnzurfE2yh { width:10.5rem;height:1.0556625rem;top:66.625rem;left:4.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZ1sGfeSwMucgFmW9dTV7nqaqHWHNA1u { width:10.875rem;height:2.2734375rem;top:59.125rem;left:3.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eiP2rlaVRzlmJBB6BIWHTFDq7LZHTVKi { width:10.375rem;height:1.0556625rem;top:64.5625rem;left:4.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b6Gz2malhSGs79BhMaeUzAnX77yyEpNv { width:4.5625rem;height:1.4619125rem;top:56.8125rem;left:7.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DHqSD5Hw0KfpeWKC2qdGan1GqpUTtRg6 { display:flex;width:2.375rem;height:2.375rem;top:56.375rem;left:4.25rem; }
 }@media only screen and (max-width: 763px) { #G9hNEzA91iMEaDR1UmlehBWww1OHaawU { width:12.8125rem;height:0.0625rem;top:66.125rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KhyIXJiNrAeaglOetKReU2xiL89lcAaN { width:12.8125rem;height:0.0625rem;top:68.1875rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4pmaiGbGovn8ZzgP8t08tPP8PDfHDQK { width:12.8125rem;height:0.0625rem;top:70.5rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWTJ7KlNNcf4VHFz7PEIMFUSNzLTd1OB { display:flex;width:2.375rem;height:2.375rem;top:29.1875rem;left:3.8125rem; }
 }@media only screen and (max-width: 763px) { #xvNVwHtgMNAK7UT2VExBrL5RMPxLfXOX { width:4.5625rem;height:1.4619125rem;top:29.75rem;left:7rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tqVgyf0EmTNzdZdHNgPRCQnsOTn8L5ur { width:10.875rem;height:2.2734375rem;top:32.125rem;left:3.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rVydyTgKHZZnShiKpoX4uyAezE8u7yka { width:11.1875rem;height:2.111325rem;top:41.0625rem;left:4rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #th3ORoXMCzvr63Nv4MJ9v0R0k7OwMy2t { width:14.3125rem;height:25.375rem;top:81.6875rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJ2fdANQnyorqOKn2bLEULt6Np11RaTd { width:11.1875rem;height:1.0556625rem;top:95.125rem;left:3.6875rem;font-size:0.8125rem;display:block; }#PJ2fdANQnyorqOKn2bLEULt6Np11RaTd li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_70738c0d8e740f2b32d3b4c95c7ae6fa4fb56438.svg); }
 }@media only screen and (max-width: 763px) { #Rbf7cau1TeByPpCsm9TxGwfZ1dgQ6KZO { width:12.8125rem;height:0.0625rem;top:96.75rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gefagg2Nm4f4IhahFvSJD8Teuor7Tgkw { width:12.8125rem;height:0.0625rem;top:94.5625rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gcVg60l3Z4Pl4KTrEThbQ20Np4IOlOeR { width:10.375rem;height:1.0556625rem;top:91rem;left:4.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmMhmdg8dL6XMpLXP9WJZJgPsRkQGHX1 { width:12.8125rem;height:0.0625rem;top:92.4375rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJCHOuGrMqJfEmV9wdT49azrxB13x7Lo { width:11.25rem;height:1.0556625rem;top:92.9375rem;left:4.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RxDM62t8T1QJ9vTIa88cykBaczPRRcFh { width:10.875rem;height:2.2734375rem;top:85.4375rem;left:4.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sbp6wNBdneEHNpaRthca3a3T4hode8Xz { display:flex;width:2.375rem;height:2.375rem;top:82.75rem;left:4.0625rem; }
 }@media only screen and (max-width: 763px) { #fE7P6ZvO19TN3W7obdsfpBOIu7noquAl { width:4.5625rem;height:1.4619125rem;top:83.1875rem;left:7.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P7F0hoFXK6104lxNzO7yu865Tzsgva8G { width:14.3125rem;height:25.3125rem;top:108.3125rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u0mg0XV8HG9QwXcxvtQuygzHKTNEzrFL { width:2.6875rem;height:1.29980625rem;top:130.0625rem;left:11.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbR1gGyK9IUQ9f7smR8rPlMTlTK17Q6Z { width:2.3125rem;height:1.13671875rem;top:125.8125rem;left:11rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w4MH1zxgk2qi6cnqcPJWurWbkRrP7CkF { width:6.625rem;height:1.625rem;top:129.875rem;left:6.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cytFl8ThNFhcbuAbwZDo98TR68QJ3TRP { width:4.375rem;height:1.4619125rem;top:125.625rem;left:6.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BgCQr6kmddfl9MS2MQccG7ycJ5ZPzQRH { width:12.8125rem;height:0.0625rem;top:123.125rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DtGa6iIQ4PnhZsQITovf4OvqcpQbiBE6 { width:11.1875rem;height:1.0556625rem;top:121.5rem;left:3.625rem;font-size:0.8125rem;display:block; }#DtGa6iIQ4PnhZsQITovf4OvqcpQbiBE6 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_70738c0d8e740f2b32d3b4c95c7ae6fa4fb56438.svg); }
 }@media only screen and (max-width: 763px) { #oyd1EhEwRRn8OHE3kOvvfthuC3RCfXKb { width:12.8125rem;height:0.0625rem;top:121.0625rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HpiknXKmkXmL26HbIin85NaeI3OnwR05 { width:12.8125rem;height:0.0625rem;top:118.875rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FfyChUql9xIr29KXCGcEbup4vG9TV1Zx { width:11.25rem;height:1.0556625rem;top:119.4375rem;left:4.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #keRfOvz2bEs5uts6STS6VrVKmZ839tmc { width:10.875rem;height:2.2734375rem;top:111.8125rem;left:3.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPNc5smbKfcQlZQOtC0I8BCVSXwCm5gB { display:flex;width:2.375rem;height:2.375rem;top:109.25rem;left:3.9375rem; }
 }@media only screen and (max-width: 763px) { #NEN7ZRsXgeukTWTUSCAI0rBMsu1o8wHR { width:4.5625rem;height:1.4619125rem;top:109.6875rem;left:6.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #woyXE7mzHpE5lZssE5pPDGSNsmSS7rE6 { top:173.609375rem;left:0.5rem;width:19rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SoU3RgCnMyvwiJN89PKURC7ZCXeLvqiP { display:block; }
 }@media only screen and (max-width: 763px) { #o3J1Cs5cawRMa8xx4piNoMyhSaNUosT7 { width:12.375rem;height:1.0556625rem;top:117.4375rem;left:4.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HpszXaN1rRKOXOiZn6lnRcH4CppSrR1G { width:15.9375rem;height:26.9375rem;top:134.875rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZonbEToWhMi3d9M9D2TsPgJzxy9wcPt { width:8.9375rem;height:2.03125rem;top:135.4375rem;left:7.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZcAPXuCOG9uSmpiF9qWK6cLyTvEa6wq6 { width:10.75rem;height:1.94921875rem;top:137.15625rem;left:7.34375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSsyvFC0d5f5BrcdRlHBvnMEkbNNWMBH { width:10.625rem;height:1.0556625rem;top:139.875rem;left:4.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UU6uLHKoQe9O537K5RD9B0BktI701FTZ { width:12.8125rem;height:0.0625rem;top:143.8125rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KfycmcK1Pm6TDg2C3BizLpWu4Ubdodsw { width:12.375rem;height:1.0556625rem;top:144.1875rem;left:3.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LIgfgKKENihlR0adkHa40ApC53mV0maK { width:12.8125rem;height:0.0625rem;top:145.625rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wXiWZKrTTT41MeHFXP4wUC6Fycamcoz6 { width:11.25rem;height:1.0556625rem;top:142.4375rem;left:3.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iihrTB4VmVb5JSQq7cQh0hqBF5T4Jwf1 { width:11.1875rem;height:1.0556625rem;top:145.9375rem;left:3rem;font-size:0.8125rem;display:block; }#iihrTB4VmVb5JSQq7cQh0hqBF5T4Jwf1 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_70738c0d8e740f2b32d3b4c95c7ae6fa4fb56438.svg); }
 }@media only screen and (max-width: 763px) { #H7Nc2l0OT6Tm0fbyKpXueBQJ9eZdZrpk { display:flex;width:2.6875rem;height:2.6875rem;top:136.046875rem;left:3.875rem; }
 }@media only screen and (max-width: 763px) { #edwNzSeBvg30xut7pzEIT9pM6auuUVGZ { width:12.8125rem;height:0.0625rem;top:147.3125rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BnSy814NzH70cKm7yEm7ZcT3k2NFG0Pr { width:12.25rem;height:2.111325rem;top:149.5rem;left:3.125rem;font-size:0.8125rem;display:block; }#BnSy814NzH70cKm7yEm7ZcT3k2NFG0Pr li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_70738c0d8e740f2b32d3b4c95c7ae6fa4fb56438.svg); }
 }@media only screen and (max-width: 763px) { #kTebKu5XVb0DTP24Lu2ivgofqz08gbRM { width:12.8125rem;height:0.0625rem;top:149rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RzfO2yqAOb96ZnIHET1yESTTHkn0eteO { width:11.1875rem;height:1.0556625rem;top:147.6875rem;left:3.0625rem;font-size:0.8125rem;display:block; }#RzfO2yqAOb96ZnIHET1yESTTHkn0eteO li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_70738c0d8e740f2b32d3b4c95c7ae6fa4fb56438.svg); }
 }@media only screen and (max-width: 763px) { #CJFw6fFaLSufkQtCEa8mHHHvdP5G3Pwr { width:12.9375rem;height:1.75rem;top:139.5625rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDJalwLQ6KN0eE4BRAzDcSahaOhm9otR { width:12.75rem;height:1.75rem;top:62.125rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E3aVnNrOQG0SrmiomFbmddKx3iTOsb9p { width:10.5rem;height:0.9746125rem;top:71.7119140625rem;left:4.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ggxLXLfmH1LSvKpA9To489QsZNp6iRl1 { width:10.5rem;height:0.9746125rem;top:78.48046875rem;left:4.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XsiG1r0zQ8SW7chWHalOR2B4JcCRBMex { width:14.3125rem;height:25.875rem;top:28.375rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDb4MLg5Ch7vbkS8IrBmMe4iWNe0kf2G { width:10.5625rem;height:1.0556625rem;top:35.3125rem;left:4.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIrSF2qlymnf1zra4i8WHT8C6nM5JJR1 { width:12.75rem;height:1.75rem;top:35.0625rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8bHpM6aGMHoCEeagTxzTRPgrOZOGeqP { width:10.5rem;height:1.0556625rem;top:39.375rem;left:3.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GrpUrDrZziigsB9WUOAiw8XCT1mXMCS4 { width:12.8125rem;height:0.0625rem;top:38.875rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCdTtte2C6uo1A06JVmEJMwC5FM5eNXC { width:12.8125rem;height:0.0625rem;top:40.75rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yWAKTv5HZzq4STT82OI6zRKgiEWRHD0l { width:12.8125rem;height:0.0625rem;top:43.5625rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPR0KOA5NtJ9mTSBJWcOL3lf2AqGxXKm { width:3.9375rem;height:1.4619125rem;top:45.5625rem;left:7.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGLfIcgtQHCsPEphaFDQvBJuze98uUXw { width:10.5rem;height:0.9746125rem;top:47rem;left:5.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uIiBVM1rXsIVwJPhoLwN5t5xJrhQ01RR { width:10.5rem;height:0.9746125rem;top:44.5869140625rem;left:5.03125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tqxfka7RUHtVeW2oRGFZqa0URVJCZMEM { width:4.625rem;height:1.625rem;top:49.8125rem;left:7rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KM0iKWCOpFQfTPOaEEkNMoExQkP9XUTD { width:2.3125rem;height:1.13671875rem;top:45.75rem;left:11rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CyqWQkzalvoVVHOST432PgovuIcVKOum { width:10.5rem;height:0.9746125rem;top:51.41796875rem;left:5.03125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kxLMh3A3t9XU7I1ol8gW7Pmbwi3mKTcM { width:2.6875rem;height:1.29980625rem;top:50.0625rem;left:11.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UtEq58Xsi9vcJIBP1QA13ikWFTa74g77 { width:10.5rem;height:0.9746125rem;top:48.8994140625rem;left:5.03125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hgvWNEAz3mPPFUSEaPpPWvNpqlqMDswU { width:12.0625rem;height:1.0556625rem;top:37.5rem;left:3.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x2gl4w6pbMKHiyaEk7eQ9KkxXlLTmxUO { width:10.625rem;height:1.0556625rem;top:88.75rem;left:4.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HXXqNRcKTUhsFVZoWUNqoZRnHtME9Tsp { width:12.75rem;height:1.75rem;top:88.4375rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJZIgEzZc785OmWmwSz32x3lOm7A5P3o { width:3.9375rem;height:1.4619125rem;top:99.125rem;left:6.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XdTwSH3Ja7R3aA7hSt6Pw3oE7KL1x7Uv { width:2.3125rem;height:1.13671875rem;top:99.3125rem;left:10.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBLgy9ETtsTM9zXtQJNk5AWEyX2sAECh { width:10.5rem;height:0.9746125rem;top:100.5625rem;left:4.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #amQdo3vA7BAuH4VKZCVPPp9EfhalrMu9 { width:10.5rem;height:0.9746125rem;top:98.1494140625rem;left:4.71875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Emp9PhpBa9nKtyCta4r0xUctHWrCxAGc { width:6rem;height:1.625rem;top:103.375rem;left:6.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #piizRAgGW4KOXG9vTlJ7X8e7eFyalcbx { width:2.6875rem;height:1.29980625rem;top:103.5625rem;left:10.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I9bgfhMq2qkrL9SxCCcIR55ECQsp4CC0 { width:10.5rem;height:0.9746125rem;top:104.85546875rem;left:4.71875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CnVuAkDtNGLRiAIL1dqP7R5WImETgfsT { width:10.5rem;height:0.9746125rem;top:102.4619140625rem;left:4.71875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWCivKHNDSSbenPiqVLpsTGp8uZoRMuN { width:10.5rem;height:0.9746125rem;top:127.1875rem;left:4.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRwFgToTAtD2ZEPFQGk9OKv9t4yo4CFI { width:10.5rem;height:0.9746125rem;top:124.5869140625rem;left:4.71875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hGmsJlh7XTKTg5NynVwUpoNIt7sUmAbJ { width:10.5rem;height:0.9746125rem;top:131.35546875rem;left:4.71875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DOlRrd3FGhcpUcusVPB3sBQNNbva1tJi { width:10.5rem;height:0.9746125rem;top:128.9619140625rem;left:4.71875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eogIWSA7qMH0VvqJctGhxv7p44HehVr1 { width:10.5625rem;height:1.0556625rem;top:115.1875rem;left:4.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5fqd2AngDfmbT46Zyl57popl1cTHQ8H { width:12.75rem;height:1.75rem;top:114.9375rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRXQmFxTWLkmxtmcRoA9xiZ7CR6wUlWb { width:4.375rem;height:1.4619125rem;top:153.712890625rem;left:6.65625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hmcph3tPGc95iKH6Tldur7zzZRuRSxld { width:2.3125rem;height:1.13671875rem;top:153.875rem;left:10.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sov5QgqnLB05EWBbKxZKwx7392NWazAE { width:10.5rem;height:0.9746125rem;top:155.3125rem;left:4.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JhT9prsvziuyes0GcH6J6eODOdT0ioTg { width:10.5rem;height:0.9746125rem;top:152.75rem;left:4.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HT5MibH3MbzfkptbaD0QRoIRKhQAQJwe { width:6.625rem;height:1.625rem;top:158.0625rem;left:6.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #I36rfzbdAUt7cpc5JaHtbmlODq3U48R1 { width:2.6875rem;height:1.29980625rem;top:158.25rem;left:11.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0EQrGcDVqc2D5DNg1nTH98iWB8mmydw { width:10.5rem;height:0.9746125rem;top:159.6875rem;left:5.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1I0pPqotqTeUaraGDFchDVB6IwVMSkT { width:10.5rem;height:0.9746125rem;top:157.0625rem;left:5.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5IvMv8XgAKoVTy9dUSwygOumNWXRM15 { width:20rem;height:7.421875rem;top:164.9375rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #x6xshDwIKTKJ4KnD4utGzcII97ZVKJIA { display:flex;width:1.875rem;height:1.875rem;top:49.7119140625rem;left:4.625rem; }
 }@media only screen and (max-width: 763px) { #CcfZaRTiiCwBfXXF3vaJBMcFBLhQfwks { display:flex;width:1.875rem;height:1.875rem;top:76.8994140625rem;left:4.125rem; }
 }@media only screen and (max-width: 763px) { #QNKH021lflgJfUfEptCD2wy9KypTnn5F { display:flex;width:1.875rem;height:1.875rem;top:103.2744140625rem;left:4.1875rem; }
 }@media only screen and (max-width: 763px) { #nhTr7TNRiw9X5Nv5JF07nM359SC34dFb { display:flex;width:1.875rem;height:1.875rem;top:129.7744140625rem;left:3.75rem; }
 }@media only screen and (max-width: 763px) { #al0nPBs7zqG1iauPnOALXmDOXCcnL0BF { display:flex;width:1.875rem;height:1.875rem;top:157.8125rem;left:4.1875rem; }
 }@media only screen and (max-width: 763px) { #TBx7eTd5ny2BGR0vGhmtNonvDEGwUqH2 { display:flex;width:1rem;height:1rem;top:41.6796875rem;left:15.125rem; }
#TBx7eTd5ny2BGR0vGhmtNonvDEGwUqH2 > img { max-width: 100%;max-height:100%; width:1rem; height:1rem; } }@media only screen and (max-width: 763px) { #L0EDWQvSMeddxesaG0xOOFHf419brOUX { display:flex;width:1rem;height:1rem;top:68.625rem;left:14.9375rem; }
#L0EDWQvSMeddxesaG0xOOFHf419brOUX > img { max-width: 100%;max-height:100%; width:1rem; height:1rem; } }@media only screen and (max-width: 763px) { #Ale2LwQ4MkoTq41LkC1fMehKrZBcv5rH { display:flex;width:1rem;height:1rem;top:95.125rem;left:14.875rem; }
#Ale2LwQ4MkoTq41LkC1fMehKrZBcv5rH > img { max-width: 100%;max-height:100%; width:1rem; height:1rem; } }@media only screen and (max-width: 763px) { #Cp3sLJdFcS3G0COAz23dEcx3ypVch4bw { display:flex;width:1rem;height:1rem;top:121.5625rem;left:14.75rem; }
#Cp3sLJdFcS3G0COAz23dEcx3ypVch4bw > img { max-width: 100%;max-height:100%; width:1rem; height:1rem; } }@media only screen and (max-width: 763px) { #Gi9JLcZmetBuD6sXFhrcOTczZOJF9vVO { display:flex;width:1rem;height:1rem;top:146rem;left:14.1875rem; }
#Gi9JLcZmetBuD6sXFhrcOTczZOJF9vVO > img { max-width: 100%;max-height:100%; width:1rem; height:1rem; } }@media only screen and (max-width: 763px) { #VZsQll6ikMM4Ju1UHSkJScyZ4bDVuaFA { width:14.3125rem;height:25.875rem;top:1.25rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ptVFvu2xN4lONatA8ke0DK0mqurmGqQc { width:10.875rem;height:2.2734375rem;top:4.9375rem;left:4.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MCaeqyDSNugJ8MPz9pqZsiZeQ1Eaaq3i { display:flex;width:2.375rem;height:2.375rem;top:2.3125rem;left:4rem; }
 }@media only screen and (max-width: 763px) { #hS9t9TPAr6IcpEtCIUglEK9WWmRT4T8I { width:4.5625rem;height:1.4619125rem;top:2.75rem;left:7.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kStTUy7oHdO7RGuZbexSzy1t2Pn1sUV4 { width:11.8125rem;height:1.0556625rem;top:8.3125rem;left:4.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yudQ3WiZzarismf5QJ5e3aEh3fpGm6g0 { width:12.75rem;height:1.75rem;top:8.0625rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUaTGaAKpmsb55Q4fNNleeEZ3xOivDXZ { width:12.8125rem;height:0.0625rem;top:9.8125rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sxSECo0LfyzQQxCIFmnMPxcAmamB1ZXX { width:12.0625rem;height:1.0556625rem;top:10.5625rem;left:3.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3rRbIX9Vm8KvfK6S27uqHmOEHT5qrWl { width:12.8125rem;height:0.0625rem;top:11.9375rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AOEvNTBWCloK7Wh6cOiwDelcOmNLWQ9D { width:10.5rem;height:1.0556625rem;top:12.375rem;left:4rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MAMuueUlZqzlibxxsGqfbzBOIJCUb4PM { width:11.1875rem;height:2.111325rem;top:14.1875rem;left:3.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kX1FO1nWrrbSXmuTlDFpbi29RJNtEItQ { width:12.8125rem;height:0.0625rem;top:13.75rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ronk7zQ6qKDm9DgQmtK98kptwqPae5wd { width:12.8125rem;height:0.0625rem;top:16.625rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBamPfHSBeN3fGFhZbEugftsXsUcIVFc { display:flex;width:1rem;height:1rem;top:14.4375rem;left:15.0625rem; }
#kBamPfHSBeN3fGFhZbEugftsXsUcIVFc > img { max-width: 100%;max-height:100%; width:1rem; height:1rem; } }@media only screen and (max-width: 763px) { #h8ZzGa8VuGxQUroztQotx40VfGnqLuyF { width:10.5rem;height:0.9746125rem;top:17.5625rem;left:4.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rMZphTURC9dPoKnafPOiXfyX9glBGBB0 { width:3.9375rem;height:1.4619125rem;top:18.5625rem;left:7.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hPF4mcvNptTCz6dqEv41i7rBOuOTmrC4 { width:2.3125rem;height:1.13671875rem;top:18.75rem;left:10.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #roMvZ6rKyBNhtGImAv1y0bkATwzxP5Op { width:7.4375rem;height:0.9746125rem;top:20rem;left:6.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7yTUtT1Zg5mLAkUef9rNWmuAMG78keZ { width:10.5rem;height:0.9746125rem;top:21.875rem;left:4.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GATFv0ElzAVdvckPRMrMOfAfsJkRuTJz { width:4.75rem;height:1.625rem;top:22.8125rem;left:6.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ouxGTRXxtxEIIEQGGvhKuNvHsvLeNaDe { display:flex;width:1.875rem;height:1.875rem;top:22.6875rem;left:4.25rem; }
 }@media only screen and (max-width: 763px) { #Q7pTtPG8mCaUAbGDhedux6QZIFTTeIqA { width:2.6875rem;height:1.29980625rem;top:23.0625rem;left:10.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OgUZVFLDaTVgmN53izO8atUprT9eH0As { width:10.5rem;height:0.9746125rem;top:24.4375rem;left:4.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mEBElKzPaoGKx5uL7aLhw06DRp3DAvIc { display:block; }#mEBElKzPaoGKx5uL7aLhw06DRp3DAvIc > .row .container { width:20rem;height:8.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Od4Eq0o5vvLNr3M2IGzMbSrg4yUZ99X3 { width:4.75rem;height:2.25rem;top:1.25rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pic1Nbi9DTTAHMRQr7TBLWzDAtIWbcWK { width:9.25rem;height:auto;top:4.125rem;left:5.375rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #sw19qTcoUh2UgaIODya7x5NbsH0OTTLG { width:2.5rem;height:2.5rem;top:4.6875rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5FG2XAUXVC0DR9es1yqWS9suLU0lZdt { display:flex;width:1.4375rem;height:1.4375rem;top:5.25rem;left:3.8125rem; }
#f5FG2XAUXVC0DR9es1yqWS9suLU0lZdt > img { max-width: 100%;max-height:100%; width:1.4375rem; height:1.4375rem; } }@media only screen and (max-width: 763px) { #n1pVkpz6bGkQhDtwogiTt7WbqZmGEift { width:2.5rem;height:2.5rem;top:4.6875rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2SvNDuUOw8zBzND763I1f4qcsAUGfXy { display:flex;width:1.25rem;height:1.25rem;top:5.3125rem;left:9.4375rem; }
#r2SvNDuUOw8zBzND763I1f4qcsAUGfXy > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #pHnSHTXwpyvCmXcuBZpLPLG9Ou91RGpG { width:2.5rem;height:2.5rem;top:4.6875rem;left:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #aMMEvEofu3XZgyzZg8tAS3fz2GNyh2dC { width:1.625rem;height:1.625rem;top:5.1875rem;left:14.4375rem;display:block; }
#aMMEvEofu3XZgyzZg8tAS3fz2GNyh2dC > img { max-width: 100%;max-height:100%; width:1.625rem; height:1.625rem; } }@media only screen and (max-width: 763px) { #ZBVGSiZopwi4re1RvlEi3KrdDhtbNxUq { width:9.25rem;height:0;top:8.875rem;left:10.78125rem;font-size:0.8125rem;text-align:center;text-align-last:center;z-index:15047;display:none; }
 }