.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; }
#zISwyDstGkzrULi7tnIkKwPtV2UMDD3P { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(287deg, #000000, #013666);background-image: -moz-linear-gradient(287deg, #000000, #013666);background-image: -ms-linear-gradient(287deg, #000000, #013666);background-image: -o-linear-gradient(287deg, #000000, #013666);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#013666' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#013666' );";background-image: linear-gradient(287deg, #000000, #013666);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zISwyDstGkzrULi7tnIkKwPtV2UMDD3P > .row .container { background-color: transparent; background-image: none; }#zISwyDstGkzrULi7tnIkKwPtV2UMDD3P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zISwyDstGkzrULi7tnIkKwPtV2UMDD3P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zISwyDstGkzrULi7tnIkKwPtV2UMDD3P > .row .container > .video-iframe-container { display: none; }#zISwyDstGkzrULi7tnIkKwPtV2UMDD3P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zISwyDstGkzrULi7tnIkKwPtV2UMDD3P > .row > .video-iframe-container { display: none; }#zISwyDstGkzrULi7tnIkKwPtV2UMDD3P > .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); }#zISwyDstGkzrULi7tnIkKwPtV2UMDD3P > .row .container { border-width: 0; border-radius: 0; }#zISwyDstGkzrULi7tnIkKwPtV2UMDD3P > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zISwyDstGkzrULi7tnIkKwPtV2UMDD3P > .row .container { font-size:0.875rem;font-family:arial;height:10.6875rem;width:75rem;position:relative;display:block; }#Q2DlcV95RpTfNFDxiT8BR7zeuMd52Ems { color:#ffffff;display:block;width:20.0625rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.4;letter-spacing:0;top:2.9375rem;left:43.125rem;height:1.57421875rem;text-align:center;text-align-last:center;display:block; }
#Epl95Q62Kfy6azQvTaitEHaMAQN4TbVb { background-color:#00ada4;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: 0.0625rem 0.0625rem 0.25rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.25rem;height:2.5625rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:5.1875rem;left:46.625rem;display:block; }
#UgeSvdTrN2hz6QqTppf1ly0p0taNTq7C { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WLF9J4UnBkQieDFlVVFKxBX18aEyULP1 { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top: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:10.625rem;width:31.5rem;top:0rem;left:4.8125rem;overflow:hidden;display:block; }
#mLrR8TQvw1C95Skx2skWECgRwbTMsF6T { color:#ffffff;display:block;width:18.4375rem;position:absolute;font-family:inter;font-size:0.625rem;font-weight:normal;z-index:15003;line-height:1.4;letter-spacing:0;top:9.11328125rem;left:28.28125rem;height:0.875rem;text-align:center;text-align-last:center;display:block; }
#selRZxuXwGQReGFBbFoRX5v7zuEoEpre { 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; }#selRZxuXwGQReGFBbFoRX5v7zuEoEpre > .row .container { background-color: transparent; background-image: none; }#selRZxuXwGQReGFBbFoRX5v7zuEoEpre::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#selRZxuXwGQReGFBbFoRX5v7zuEoEpre > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#selRZxuXwGQReGFBbFoRX5v7zuEoEpre > .row .container > .video-iframe-container { display: none; }#selRZxuXwGQReGFBbFoRX5v7zuEoEpre > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#selRZxuXwGQReGFBbFoRX5v7zuEoEpre > .row > .video-iframe-container { display: none; }#selRZxuXwGQReGFBbFoRX5v7zuEoEpre > .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); }#selRZxuXwGQReGFBbFoRX5v7zuEoEpre > .row .container { border-width: 0; border-radius: 0; }#selRZxuXwGQReGFBbFoRX5v7zuEoEpre > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#selRZxuXwGQReGFBbFoRX5v7zuEoEpre > .row .container { font-size:0.875rem;font-family:arial;height:50.0625rem;width:75rem;position:relative;display:block; }#C8VdIQCHFNqONeT0CBQDT3po9uDrRATT { box-sizing:content-box;height:25.875rem;width:14.3125rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:1.8125rem;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; }
#OiitfnfN7KXQHeRTrcHuNwPiTzV0k3Ms { 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:15005;line-height:1.3;letter-spacing:0;top:3.3125rem;left:4.875rem;height:1.4619125rem;display:block; }
#LmkxFLMZdJTsykV1RvfGp5JBauzDTB9N { 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:15006;line-height:1.3;letter-spacing:0;top:5.5rem;left:1.375rem;height:2.2734375rem;display:block; }
#p2oEuUfO8aStwBEctDKpyNUA6NNfNXJN { 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:15007;line-height:1.3;letter-spacing:0;top:12.9375rem;left:1.1875rem;height:1.0556625rem;display:block; }
#eacuZ4GZ5ToIkqUNTivE6V7L1Ws0TMvw { 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:15008;line-height:1.3;letter-spacing:0;top:11.125rem;left:1.125rem;height:1.0556625rem;display:block; }
#URFpGIKVf35CkdxdqC5bWK6RgfPXyUkf { 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:15009;line-height:1.3;letter-spacing:0;top:8.875rem;left:1.375rem;height:1.13671875rem;display:block; }
#iERcv4ZO1BKGbSeyshxMDTV4eTTMQcGi { 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:15010;line-height:1.3;letter-spacing:0;top:14.75rem;left:1.125rem;height:2.111325rem;display:block; }
#rT0lphyz2rJ5Wfr72Ssw1r67URLszrIc { box-sizing:content-box;height:0.0625rem;width:12.8125rem;position:absolute;display:block;z-index:15016;background-color:#e3e3e3;background-image:none;top:10.375rem;left:0.625rem;display:block; }
#IH2DNmEpz2X7Kixqfg9No3LUE9rtaUh8 { box-sizing:content-box;height:0.0625rem;width:12.8125rem;position:absolute;display:block;z-index:15017;background-color:#e3e3e3;background-image:none;top:12.5rem;left:0.75rem;display:block; }
#A20BaMP9g6WlUvLfdNlcXWucdAPsW0Cy { box-sizing:content-box;height:0.0625rem;width:12.8125rem;position:absolute;display:block;z-index:15019;background-color:#e3e3e3;background-image:none;top:17.1875rem;left:0.8125rem;display:block; }
#CTaJKRubg7Kt3H1Gm24h5wiTUORN1aTq { box-sizing:content-box;height:0.0625rem;width:12.8125rem;position:absolute;display:block;z-index:15018;background-color:#e3e3e3;background-image:none;top:14.3125rem;left:0.6875rem;display:block; }
#sTENEBdiXII19E5oi0K93CJI9Lz4aDhG { 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:15023;opacity:1;top:2.875rem;left:1.1875rem; }
#vu8nO1uEkQO3vU6Z5Uoux3i29DzZvCrp { 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; }
#KtJJnB91y6QM0PiEicu4lNCHgtahJduN { 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; }#KtJJnB91y6QM0PiEicu4lNCHgtahJduN li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#KtJJnB91y6QM0PiEicu4lNCHgtahJduN li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_70738c0d8e740f2b32d3b4c95c7ae6fa4fb56438.svg); }
#ucb5wvKT5PstB703dv2G2N344xG30imc { color:rgba(var(--color-tertiary-1),1);display:block;width:11.5625rem;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; }
#kKvZ6dzig3NncBRShuLESnhrTHWXiXhc { 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; }
#Fm0E2K0UGrXi5GnIo3PypAaJrXd58287 { 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; }
#BGgKCwci8Gm3AQp7MvPnh88mWkBzxfKN { 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; }
#RcNosCmqkFVHZL4miJrPPRO4mkqNH8rB { 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; }
#E54bxod1r3Nsz5GvPS8adH5cnnLXJ542 { 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; }
#A6AA9nEmfQTJJ6A3wpGB2A9iLagwIACE { 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; }
#QfRTCVPl93QnZ8A55SxQEFl9y4fhN4wS { 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; }
#fAMQAPtTGC71B1bFmJRNmc1iNKdiNJzQ { 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.8125rem;left:31.125rem;display:block; }
#EEfCLADwB3uWDUJbzMRLEkGGxZ38gfDv { 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; }
#lTd4dN3Dp7N0v4Dddsk6vHfwkz8PkwVl { 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; }
#FAROoX00m5D2z4bJUad3UTpmVA34o0dW { 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; }
#idp4l3aUlhrZrb8uJOXsP6Z6oPxv024u { 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; }
#k1yVRV47mNDeOqWvMbmQHZPouU7wOZfi { 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; }
#oiL8XWaNexGWQWxm5QlAiH5IA9rhvFvG { 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; }#oiL8XWaNexGWQWxm5QlAiH5IA9rhvFvG li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#oiL8XWaNexGWQWxm5QlAiH5IA9rhvFvG li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_70738c0d8e740f2b32d3b4c95c7ae6fa4fb56438.svg); }
#RD8u2mshyxMJxehPzrA2yW9t17EsBxv2 { 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; }
#od6liaZmDtPX7dHUIU5CD263PoSqRiN8 { 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; }
#qskhTJgd9vpxzTpEGT3M7q1qKBTbKczP { 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; }
#zVZZdeGUyJaOPG49gTkgk7InnTTZeCQC { 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; }
#iIZ1IhQvdnX8DkmnCErXv73zxPws1qCO { 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; }
#THNR84acyRQ1nBCdmOTq12ht7NBM3B0q { 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; }
#nrrfr5GaDGefo42nid3ETSvMsk3fG0UB { 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; }
#a9HM56aBaMcOahdH0R4poGhfPI5qDyN7 { 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; }
#ztEZ7XShCPGczGyNcr3vASzgcAu0KAh8 { 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; }
#b9pPGqDS9g5SB2T4PgVIX3CZk4uo9kqC { 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; }
#O9pASl9EhDBNU2shkbzXdfheLfT7xRpG { 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; }#O9pASl9EhDBNU2shkbzXdfheLfT7xRpG li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#O9pASl9EhDBNU2shkbzXdfheLfT7xRpG li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_70738c0d8e740f2b32d3b4c95c7ae6fa4fb56438.svg); }
#k5Q0tD5e0U23zp45aOvo9AZD3OABhfST { 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; }
#fyrMU33J0e1XlvC8pfqwtEXZTMUX5MRA { 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; }
#o0l5J3FTo0hDoElAFOimqUCN8RqDnVm6 { 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; }
#TqrVEiBiNtRiQHJa3oslW3ITBMaSZW0w { 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; }
#T3b6w7lPEQxqPauFnJNkKncPehUZ7GpV { 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; }
#tdUXBUJDmrmTEnKyqxc5sX7bHfg0ziWW { 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; }
#fLXKvwqNFBdX5mduQLMw1ag9i1tGuie1 { z-index:15008;top:43rem;left:43.0625rem;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; }
#CCtkQCvedp24A3oAikdVEBkP3gNc36eN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JvFp6T5rJkrBIEyJts5v2DeRQNylx56n { 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; }
#KSCUHRToLaBBGdhD3T8aFPDefJIU3k4n { 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.4375rem;left:5.9375rem;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; }
#ZTZ5CymttJJFmvye30JrqtbAeaZ3rLs5 { 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:30.9375rem;left:12.375rem;height:2.03125rem;display:block; }
#WbITKTBpdXTVWR94BBGwDFzM9mGVXyKl { 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:30.8125rem;left:21.9375rem;height:2.2734375rem;display:block; }
#nfHMmJ76HNlHkGtwSETzs5NW1yAVTNKJ { 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.4375rem;left:14.75rem;height:1.13671875rem;display:block; }
#Xo4IgW6qFFV5p9DMRDI030n6Qkchza71 { 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.375rem;left:7.0625rem;display:block; }
#W5iaFfzXNCwsbkGB9AUxOLUlyeWTOeKx { 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:38.75rem;left:7.75rem;height:1.0556625rem;display:block; }
#n46TKTEkdduaMsNcm9Abp9mbuTODQbGh { 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.1875rem;left:7rem;display:block; }
#S3ZEmcVENKRMKozLsglPam3uDh21skc4 { 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:37rem;left:7.75rem;height:1.0556625rem;display:block; }
#TcuCy2qI1WhpUzNacOHPCI8N378rCBat { 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.5rem;left:6.9375rem;height:1.0556625rem;display:block; }#TcuCy2qI1WhpUzNacOHPCI8N378rCBat li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TcuCy2qI1WhpUzNacOHPCI8N378rCBat li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_70738c0d8e740f2b32d3b4c95c7ae6fa4fb56438.svg); }
#dVLPkwdFfE6Fw6zcE5XItb0OA7eTefrG { 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.375rem;left:8.5rem; }
#nPiOUwdqqTOcKhnoPXQyb6T36WEy0Nnb { box-sizing:content-box;height:0.0625rem;width:12.8125rem;position:absolute;display:block;z-index:15118;background-color:#e3e3e3;background-image:none;top:41.875rem;left:6.875rem;display:block; }
#emQBy0Pr1AhQNUARpEpfOIKczBzzTOda { 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.0625rem;left:7.0625rem;height:2.111325rem;display:block; }#emQBy0Pr1AhQNUARpEpfOIKczBzzTOda li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#emQBy0Pr1AhQNUARpEpfOIKczBzzTOda li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_70738c0d8e740f2b32d3b4c95c7ae6fa4fb56438.svg); }
#HVmanqIOcoWpiRGaUosZZKxVfB9oKrBC { 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.5625rem;left:7.0625rem;display:block; }
#iZ8vEwyHpy66VHD9nUspeMxV5fDLDpXD { 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.25rem;left:7rem;height:1.0556625rem;display:block; }#iZ8vEwyHpy66VHD9nUspeMxV5fDLDpXD li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#iZ8vEwyHpy66VHD9nUspeMxV5fDLDpXD li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_70738c0d8e740f2b32d3b4c95c7ae6fa4fb56438.svg); }
#ix6kTK3iUPguW5ly1ZTBD4GRDRNRSGOK { 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.125rem;left:13.9375rem;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; }
#wffsnoDIPTNTWkxarLmLSgZfa7DTyMP6 { 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; }
#sv5L2mWx3IsAJ3Lla3z9MDQQUvK5wlzI { 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:2rem;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; }
#hktmJrPSs4XkFnqVTFAJAiwe2EvOJ9HT { 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; }
#kDvA9MLKGe0lXc49nB9iZ0lBH0flmDfC { 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; }
#ZQ7qyWxoNU5WK1up4ktQ9mg6lN0n0zy0 { 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; }
#I2rVn1lH4hsoZeftMC9dyd1KNeTPJtWW { 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; }
#ThpNP9OWrEE2TQqGTs6kyqgkbpl2lrTh { 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; }
#tBv4TyxUnJGRg6xRcTxKZUSXdRvKCx2h { 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; }
#DoW4e63frTRTlQVHeVl0BNy1kJsk6zLx { color:rgba(var(--color-primary-2),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:22.5rem;height:1.4619125rem;display:block; }
#ls1SlJyaqBmf3nSodr0Um4G0EqJP3b5t { color:rgba(var(--color-primary-2),1);display:block;width:6.125rem;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.4375rem;left:22.3125rem;height:0.9746125rem;text-align:center;text-align-last:center;display:block; }
#s4r5NIwEUNDuubun2ov3wDI3OLKksHIw { color:rgba(var(--color-tertiary-4),1);display:block;width:8.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15054;line-height:1.3;letter-spacing:0;top:17.6494140625rem;left:16.1875rem;height:1.0556625rem;text-align:center;text-align-last:center;display:block; }
#rqLGoW3FnPVnhR1P7k3ya64A4kXfOSIP { color:rgba(var(--color-tertiary-4),1);display:block;width:3.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15054;line-height:1.3;letter-spacing:0;top:24.25rem;left:16.4375rem;height:1.29980625rem;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; }
#GAzoQ3MN0bOP7ZvU60TCJNhHkvmhsZmL { color:rgba(var(--color-primary-2),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:26.25rem;height:1.13671875rem;display:block; }
#ggiTl57KNTCrHU1aTV2xLZcQOZksPlao { color:rgba(var(--color-tertiary-4),1);display:block;width:6.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:normal;z-index:15054;line-height:1.3;letter-spacing:0;top:25.375rem;left:15.6875rem;height:0.8125rem;text-align:center;text-align-last:center;display:block; }
#OdXKGRux4UMqvl6TmeqinkrHOAbIW2qf { color:rgba(var(--color-tertiary-4),1);display:block;width:2.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15055;line-height:1.3;letter-spacing:0;top:24.375rem;left:19.75rem;height:0.9746125rem;display:block; }
#S70kTHTmxBlGSlO4Ggbll3g0U3E0wv2e { color:rgba(var(--color-tertiary-4),1);display:block;width:8.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:22.36328125rem;left:16.3125rem;height:1.0556625rem;text-align:center;text-align-last:center;display:block; }
#bAzbDscnEn9KZc7qlEm10XCK2g9HxMeJ { 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; }
#bTANCJ1R8gb0FgPApGwzAGDxX4xLFqSC { box-sizing:content-box;height:1.75rem;width:12.75rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-3),1);background-image:none;top:8.625rem;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; }
#OHFRhluW3EnvK6xtKOPHu6FHKHCo4J1C { 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:15062;line-height:1.3;letter-spacing:0;top:18.125rem;left:1.9375rem;height:0.9746125rem;text-align:center;text-align-last:center;display:block; }
#uyPo9K4t2zRBfaeqbPAbJhQW1fVLaTPw { 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:15062;line-height:1.3;letter-spacing:0;top:23.375rem;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; }
#LB84Gl2NguMzikiCruN9sBep7nz6GnnJ { 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:15063;line-height:1.3;letter-spacing:0;top:23.625rem;left:7.875rem;height:1.29980625rem;display:block; }
#vI9pUQKAxfV9dZrLO9l8E4ocvmOxobpT { 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:15062;line-height:1.3;letter-spacing:0;top:25rem;left:1.9375rem;height:0.9746125rem;text-align:center;text-align-last:center;display:block; }
#DaP55CMZUwRrrPbi35mvxw3LzJORw0c4 { 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:22.4375rem;left:1.875rem;height:0.9746125rem;text-align:center;text-align-last:center;display:block; }
#H0HD4waPy86ua7buQHUZcGVdsBkCdMzD { 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; }
#qEK3ka4t0PxNH5DXr5dKM8TPA2b66CTm { 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; }
#rGyXvvWu3t8wwCUx3iATDHROTJzUbRTS { 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; }
#mXey2VgzMxR7osI60caKbwxJWTsvVmAe { 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; }
#Ppzppb6L6DriNzAZhI04slyXP3Br7lGT { 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:32rem;left:39.6875rem;height:9.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#r3lKwCiDKh6Ed80UiWP9SAWNtfOHro9r { 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:15126;opacity:1;top:23.25rem;left:1.4375rem; }
#Kiye7HkmHusGMvv16er0H2Jz62nt0WTJ { 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:15132;opacity:1;top:15.0546875rem;left:12.25rem; }
#Kiye7HkmHusGMvv16er0H2Jz62nt0WTJ > img { max-width: 100%;max-height:100%; width:1rem; height:1rem; }#Cg9aQ2p3hFEa3X144wEI3ywBGp9t3rba { 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; }
#Cg9aQ2p3hFEa3X144wEI3ywBGp9t3rba > img { max-width: 100%;max-height:100%; width:1rem; height:1rem; }#P4xt6Px4gD6eKvLU7Kb3XkiA02QRXtDC { 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.1875rem;left:42.4375rem; }
#P4xt6Px4gD6eKvLU7Kb3XkiA02QRXtDC > img { max-width: 100%;max-height:100%; width:1rem; height:1rem; }#CWrzdTio7nNTBH0UEXtaeEG2m2gTD9gz { 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; }
#CWrzdTio7nNTBH0UEXtaeEG2m2gTD9gz > img { max-width: 100%;max-height:100%; width:1rem; height:1rem; }#rRRNpXcoMalcDM5RersNBwsWyx0o2tph { 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; }
#rRRNpXcoMalcDM5RersNBwsWyx0o2tph > img { max-width: 100%;max-height:100%; width:1rem; height:1rem; }#vQOWPmNXXJhcTyiarpp5dXwn3BNuBfHU { 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.5625rem;left:18.125rem; }
#vQOWPmNXXJhcTyiarpp5dXwn3BNuBfHU > img { max-width: 100%;max-height:100%; width:1rem; height:1rem; }#WmBrCiCA1aSvKHLQ0f3i7N2Ub2J8seKO { 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:15062;line-height:1.3;letter-spacing:0;top:19.125rem;left:4.25rem;height:1.4619125rem;display:block; }
#WWCmwxoMTDoTeKx3KCTTzd269sNRnsS3 { 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:15063;line-height:1.3;letter-spacing:0;top:19.3125rem;left:8rem;height:1.13671875rem;display:block; }
#VHLBZU05non6VWz4IPfZmmrSTmcXlx0x { 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:15064;line-height:1.3;letter-spacing:0;top:20.5625rem;left:3.4375rem;height:0.9746125rem;text-align:center;text-align-last:center;display:block; }
#zHaqqwTszZSMMIzaKlNQlXcXKkmQGpvO { color:rgba(var(--color-tertiary-4),1);display:block;width:3.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15062;line-height:1.3;letter-spacing:0;top:19.25rem;left:16.375rem;height:1.21875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dhBVpIZaT0xpLAH7dGBsJMRBe7yzlGOz { color:rgba(var(--color-tertiary-4),1);display:block;width:2.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:normal;z-index:15063;line-height:1.3;letter-spacing:0;top:19.4375rem;left:19.4375rem;height:0.89355625rem;display:block; }
#S9ZIDKrrNeusnWXkg8zrmQMSEfCioFHU { color:rgba(var(--color-tertiary-4),1);display:block;width:6.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:normal;z-index:15064;line-height:1.3;letter-spacing:0;top:20.375rem;left:15.625rem;height:0.8125rem;text-align:center;text-align-last:center;display:block; }
#spGIGKvGlQlICIsH27IPt3wQnId1KFsi { box-sizing:content-box;height:2.1875rem;width:2.1875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15138;background-color:rgba(var(--color-secondary-4),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.875rem;left:25.6875rem;display:block; }
#RkVW4L66eMuRyiWVitT8gWiEZ8vI6Hhg { color:#ffffff;display:block;width:2.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;z-index:15140;line-height:1.3;letter-spacing:0;top:17.1875rem;left:25.8125rem;height:1.21875rem;display:block; }
#cHTevhRMqLNDEqPpdv1iklXyQcckP8bs { color:rgba(var(--color-tertiary-0),1);display:block;width:1.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.5625rem;font-weight:normal;z-index:15141;line-height:1.3;letter-spacing:0;top:18.1875rem;left:26rem;height:0.73046875rem;text-align:center;text-align-last:center;display:block; }
#cpanHTZQiA6Oq8QOTyAgmUu4H4eHvp4U { color:rgba(var(--color-primary-2),1);display:block;width:4.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15054;line-height:1.3;letter-spacing:0;top:24.0625rem;left:22.25rem;height:1.3808625rem;display:block; }
#q9b7MWBJX0rJgu9m7FPXJsxMExtA8yA6 { color:rgba(var(--color-primary-2),1);display:block;width:2.3125rem;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:24.25rem;left:26.625rem;height:1.13671875rem;display:block; }
#K7qQ1cdUd8QwBDLaBeIB6NZ6GEgDH9wi { color:rgba(var(--color-primary-2),1);display:block;width:6.125rem;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:25.4375rem;left:22.5625rem;height:0.9746125rem;text-align:center;text-align-last:center;display:block; }
#NcPw8TokagGSALGqZHAz4uM0yyNtnDIF { color:#ffffff;display:block;width:2.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;z-index:15143;line-height:1.3;letter-spacing:0;top:22.125rem;left:25.6875rem;height:1.21875rem;display:block; }
#o7lwhchdxbhT0EEKJntG52JNhycGwLbQ { color:rgba(var(--color-tertiary-0),1);display:block;width:1.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.5625rem;font-weight:normal;z-index:15144;line-height:1.3;letter-spacing:0;top:23.125rem;left:25.875rem;height:0.73046875rem;text-align:center;text-align-last:center;display:block; }
#TKFJG97XvSlUXRt4ftDwR9NstrdkuxhW { box-sizing:content-box;height:2.1875rem;width:2.1875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15141;background-color:rgba(var(--color-secondary-4),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:21.8125rem;left:25.5625rem;display:block; }
#nnXJkXRWLaXE9AOAHft9OhBCh0roIxqa { box-sizing:content-box;height:2.125rem;width:0.125rem;position:absolute;display:block;z-index:15146;background-color:rgba(var(--color-tertiary-1),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:19.1875rem;left:22.0634765625rem;display:block; }
#CnNWboL2CCfpkxmUIuLLUSUzfxVEQsu0 { box-sizing:content-box;height:2.125rem;width:0.125rem;position:absolute;display:block;z-index:15147;background-color:rgba(var(--color-tertiary-1),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.1875rem;left:22.03125rem;display:block; }
#O441teqgXBMsrpRuqeiEgVcTucFZIGHG { color:rgba(var(--color-tertiary-4),1);display:block;width:8.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15076;line-height:1.3;letter-spacing:0;top:37.5625rem;left:20.6875rem;height:1.0556625rem;text-align:center;text-align-last:center;display:block; }
#T2oW1TZsgVAF7TMH0q8o1KEB784HGOdJ { color:#ffffff;display:block;width:2.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;z-index:15162;line-height:1.3;letter-spacing:0;top:37.125rem;left:30.3125rem;height:1.21875rem;display:block; }
#OtERMw9bkzMk0adfaqGFMfF6ZwWc555Z { color:rgba(var(--color-tertiary-0),1);display:block;width:1.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.5625rem;font-weight:normal;z-index:15163;line-height:1.3;letter-spacing:0;top:38.125rem;left:30.5rem;height:0.73046875rem;text-align:center;text-align-last:center;display:block; }
#mvZg4BenuLfkdc8bTeT9snKwcTgKr96D { box-sizing:content-box;height:2.1875rem;width:2.1875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15160;background-color:rgba(var(--color-secondary-4),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:36.8125rem;left:30.1875rem;display:block; }
#peyvJeCHQPPtsHxb7S495h30q3bULEb3 { color:rgba(var(--color-tertiary-4),1);display:block;width:2.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:normal;z-index:15085;line-height:1.3;letter-spacing:0;top:39.375rem;left:23.9375rem;height:0.89355625rem;display:block; }
#wAB9NnTFnsdhn2RGboKXqmCzqhAP8lue { color:rgba(var(--color-tertiary-4),1);display:block;width:6.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:normal;z-index:15086;line-height:1.3;letter-spacing:0;top:40.3125rem;left:19.875rem;height:0.8125rem;text-align:center;text-align-last:center;display:block; }
#Xe6fB67gbMaLFT4m6dwXCmXpp19t8saV { box-sizing:content-box;height:2.125rem;width:0.125rem;position:absolute;display:block;z-index:15168;background-color:rgba(var(--color-tertiary-1),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:39.125rem;left:26.3125rem;display:block; }
#M0cMzNMegyhoDJW4XksNeyJ9cfQMKLuh { color:rgba(var(--color-primary-2),1);display:block;width:4.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15073;line-height:1.3;letter-spacing:0;top:39rem;left:26.5625rem;height:1.4619125rem;display:block; }
#AJ4I3E5hL5VqN0u3sdndBxs8f7VeADvz { color:rgba(var(--color-primary-2),1);display:block;width:2.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15074;line-height:1.3;letter-spacing:0;top:39.1875rem;left:30.8125rem;height:1.13671875rem;display:block; }
#gvyPxolMhMAC50J0HPTlbmhkFfxdukAB { color:rgba(var(--color-primary-2),1);display:block;width:6.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15075;line-height:1.3;letter-spacing:0;top:40.375rem;left:26.8125rem;height:0.9746125rem;text-align:center;text-align-last:center;display:block; }
#AJH6SXpU9a6LmzweIKq01q4Lihr556ff { box-sizing:content-box;height:2.1875rem;width:2.1875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15163;background-color:rgba(var(--color-secondary-4),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:41.75rem;left:30.0625rem;display:block; }
#gcgNucuGkmSl6J1J80aMpUsNPPIO9C5i { color:#ffffff;display:block;width:2.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;z-index:15165;line-height:1.3;letter-spacing:0;top:42.0625rem;left:30.1875rem;height:1.21875rem;display:block; }
#UJdsgyFtDpBn8wNmTbmSv6aROMp2UiSd { color:rgba(var(--color-tertiary-0),1);display:block;width:1.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.5625rem;font-weight:normal;z-index:15166;line-height:1.3;letter-spacing:0;top:43.0625rem;left:30.375rem;height:0.73046875rem;text-align:center;text-align-last:center;display:block; }
#PwaP4V3OE3lcTJpJeN6WOt0kgpqSJBxz { color:rgba(var(--color-tertiary-4),1);display:block;width:8.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15078;line-height:1.3;letter-spacing:0;top:42.25rem;left:20.8125rem;height:1.0556625rem;text-align:center;text-align-last:center;display:block; }
#AK5NDGC1qDbE3aMS6xfKGwm2XGyFzDR9 { color:rgba(var(--color-tertiary-4),1);display:block;width:2.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15077;line-height:1.3;letter-spacing:0;top:44.3125rem;left:23.875rem;height:0.9746125rem;display:block; }
#EGALKMsACaaVg31PXylZScBlQyDCLrqQ { color:rgba(var(--color-tertiary-4),1);display:block;width:6.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:normal;z-index:15076;line-height:1.3;letter-spacing:0;top:45.3125rem;left:19.9375rem;height:0.8125rem;text-align:center;text-align-last:center;display:block; }
#ChptGWRmJAcMZ330kmd4rOB6JDSOyEVT { box-sizing:content-box;height:2.125rem;width:0.125rem;position:absolute;display:block;z-index:15169;background-color:rgba(var(--color-tertiary-1),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:44.125rem;left:26.25rem;display:block; }
#RTwNov1Ourq4XkKNkPykX6CskVp030bM { color:rgba(var(--color-tertiary-4),1);display:block;width:8.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15098;line-height:1.3;letter-spacing:0;top:17.625rem;left:31.4375rem;height:1.0556625rem;text-align:center;text-align-last:center;display:block; }
#V4zp0oxWoulXTwpWIAOsOyNoUxHqEBBs { color:#ffffff;display:block;width:2.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;z-index:15184;line-height:1.3;letter-spacing:0;top:17.1875rem;left:41.0625rem;height:1.21875rem;display:block; }
#UQzJBAfMsGQt6dldPwvzRhXn5OQ1Aivv { color:rgba(var(--color-tertiary-0),1);display:block;width:1.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.5625rem;font-weight:normal;z-index:15185;line-height:1.3;letter-spacing:0;top:18.1875rem;left:41.25rem;height:0.73046875rem;text-align:center;text-align-last:center;display:block; }
#PeT6EwXSlXckrE9tfWdfbd7MJKK3Iqg3 { box-sizing:content-box;height:2.1875rem;width:2.1875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15182;background-color:rgba(var(--color-secondary-4),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.875rem;left:40.9375rem;display:block; }
#eTucZ3lsTzSTLSapATyfHziDeEDSfP8T { color:rgba(var(--color-tertiary-4),1);display:block;width:3.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15106;line-height:1.3;letter-spacing:0;top:19.25rem;left:31.625rem;height:1.21875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dVDcWDQ0XLWIp0QVyPZ3vyGVSavvFhAN { color:rgba(var(--color-tertiary-4),1);display:block;width:2.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:normal;z-index:15107;line-height:1.3;letter-spacing:0;top:19.4375rem;left:34.6875rem;height:0.89355625rem;display:block; }
#vEwXzO0JrthUHzPHJFED0LGAUzZn7rTU { color:rgba(var(--color-tertiary-4),1);display:block;width:6.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:normal;z-index:15108;line-height:1.3;letter-spacing:0;top:20.375rem;left:30.875rem;height:0.8125rem;text-align:center;text-align-last:center;display:block; }
#K2fF1tINoaXXQqgqpkTCPbVox9wNrhoF { box-sizing:content-box;height:2.125rem;width:0.125rem;position:absolute;display:block;z-index:15190;background-color:rgba(var(--color-tertiary-1),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:19.1875rem;left:37.3125rem;display:block; }
#Hvprxw5ZczSFOH1P8HIUHZT3GqHBSXKe { color:rgba(var(--color-primary-2),1);display:block;width:3.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15095;line-height:1.3;letter-spacing:0;top:19.0625rem;left:37.75rem;height:1.4619125rem;display:block; }
#nqMl4mk0ZCMKA7v3IcbwquMlDu69gfmv { color:rgba(var(--color-primary-2),1);display:block;width:2.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15096;line-height:1.3;letter-spacing:0;top:19.25rem;left:41.5rem;height:1.13671875rem;display:block; }
#ku3agosUWJdWk38kWpc2tGZtoQyb4TyO { color:rgba(var(--color-primary-2),1);display:block;width:6.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15097;line-height:1.3;letter-spacing:0;top:20.4375rem;left:37.5625rem;height:0.9746125rem;text-align:center;text-align-last:center;display:block; }
#ReSUotaCwsmOLtMiATsIOTQSgPUdgZGB { box-sizing:content-box;height:2.1875rem;width:2.1875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15185;background-color:rgba(var(--color-secondary-4),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:21.8125rem;left:40.8125rem;display:block; }
#Z9TgaKwVeFWsI0ZMuTuqNaAiffpttWzT { color:#ffffff;display:block;width:2.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;z-index:15187;line-height:1.3;letter-spacing:0;top:22.125rem;left:40.9375rem;height:1.21875rem;display:block; }
#agbkhsiGw1Ks8f6TFWWUWlxSLSxuGliP { color:rgba(var(--color-tertiary-0),1);display:block;width:1.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.5625rem;font-weight:normal;z-index:15188;line-height:1.3;letter-spacing:0;top:23.125rem;left:41.125rem;height:0.73046875rem;text-align:center;text-align-last:center;display:block; }
#qT84FqlA3aAiH1a8pRSsCJilVCtLhcda { color:rgba(var(--color-tertiary-4),1);display:block;width:8.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15100;line-height:1.3;letter-spacing:0;top:22.375rem;left:31.5625rem;height:1.0556625rem;text-align:center;text-align-last:center;display:block; }
#nQgqScxMfS5DW2s7q1rsAB4mJI81UfMT { color:rgba(var(--color-tertiary-4),1);display:block;width:3.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15098;line-height:1.3;letter-spacing:0;top:24.25rem;left:31.6875rem;height:1.29980625rem;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; }
#n6WQlzdmuDAPT88Lg7kwRc5ZoEX4uwpx { color:rgba(var(--color-tertiary-4),1);display:block;width:2.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15099;line-height:1.3;letter-spacing:0;top:24.375rem;left:35rem;height:0.9746125rem;display:block; }
#d9vq0UDPaPkEVuvIbasa7mZWC0iyq5V2 { color:rgba(var(--color-tertiary-4),1);display:block;width:6.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:normal;z-index:15098;line-height:1.3;letter-spacing:0;top:25.375rem;left:30.9375rem;height:0.8125rem;text-align:center;text-align-last:center;display:block; }
#AFUcvlEMFXvTNqdQCtdWkfQZToQS7EKS { box-sizing:content-box;height:2.125rem;width:0.125rem;position:absolute;display:block;z-index:15191;background-color:rgba(var(--color-tertiary-1),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.1875rem;left:37.25rem;display:block; }
#b17WuHAG7HN3T9drkELSy4Oyi4K5d8LG { color:rgba(var(--color-primary-2),1);display:block;width:4.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15098;line-height:1.3;letter-spacing:0;top:24.0625rem;left:37.5rem;height:1.3808625rem;display:block; }
#uPm924NuAJVxPJTgfAhwlXt6tLtLBfLH { color:rgba(var(--color-primary-2),1);display:block;width:2.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15099;line-height:1.3;letter-spacing:0;top:24.25rem;left:41.875rem;height:1.13671875rem;display:block; }
#TwMeOWVHKq4JEVwFy5x1BdooJTHVhPnA { color:rgba(var(--color-primary-2),1);display:block;width:6.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15100;line-height:1.3;letter-spacing:0;top:25.4375rem;left:37.8125rem;height:0.9746125rem;text-align:center;text-align-last:center;display:block; }
#L9Xi7x0s7n7H7HS0KfFTpXi3VJ95DL2l { color:rgba(var(--color-tertiary-4),1);display:block;width:8.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15120;line-height:1.3;letter-spacing:0;top:17.625rem;left:46.625rem;height:1.0556625rem;text-align:center;text-align-last:center;display:block; }
#IGLid6ExC5TaRm0W2pZ0tHfxF4ZwkpFP { color:#ffffff;display:block;width:2.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;z-index:15206;line-height:1.3;letter-spacing:0;top:17.1875rem;left:56.25rem;height:1.21875rem;display:block; }
#zO1aIuGNy1HN0UWgrtCMf6UNpvi6qUAO { color:rgba(var(--color-tertiary-0),1);display:block;width:1.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.5625rem;font-weight:normal;z-index:15207;line-height:1.3;letter-spacing:0;top:18.1875rem;left:56.4375rem;height:0.73046875rem;text-align:center;text-align-last:center;display:block; }
#dbSMWyzFSKwwSFh2brBKWEdytRanfGtK { box-sizing:content-box;height:2.1875rem;width:2.1875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15204;background-color:rgba(var(--color-secondary-4),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.875rem;left:56.125rem;display:block; }
#Rg1oyIchbMgWcgXle3FhQm4nL53P2UTS { color:rgba(var(--color-tertiary-4),1);display:block;width:3.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15128;line-height:1.3;letter-spacing:0;top:19.25rem;left:46.8125rem;height:1.21875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XQhpCf92hSc2mQTJp6q8GwioGUCbIR6f { color:rgba(var(--color-tertiary-4),1);display:block;width:2.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:normal;z-index:15129;line-height:1.3;letter-spacing:0;top:19.4375rem;left:49.875rem;height:0.89355625rem;display:block; }
#uerQP2NZ9DcaEoxCenpZ9CBrSfxc5J9Q { color:rgba(var(--color-tertiary-4),1);display:block;width:6.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:normal;z-index:15130;line-height:1.3;letter-spacing:0;top:20.375rem;left:46.0625rem;height:0.8125rem;text-align:center;text-align-last:center;display:block; }
#RdcFJmpARlencRdrygBPtZTSblaSD1o1 { box-sizing:content-box;height:2.125rem;width:0.125rem;position:absolute;display:block;z-index:15212;background-color:rgba(var(--color-tertiary-1),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:19.1875rem;left:52.5rem;display:block; }
#olrPbHPHD7dUbEItBm7DlTHvZoNxrwPD { color:rgba(var(--color-primary-2),1);display:block;width:3.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15117;line-height:1.3;letter-spacing:0;top:19.0625rem;left:52.9375rem;height:1.4619125rem;display:block; }
#uPmGDZxk7gI8i8yTShXOfr3JsqntITty { color:rgba(var(--color-primary-2),1);display:block;width:2.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15118;line-height:1.3;letter-spacing:0;top:19.25rem;left:56.6875rem;height:1.13671875rem;display:block; }
#v0yKeT01mXLTlzbXLQNEXqdVwDU1vS2H { color:rgba(var(--color-primary-2),1);display:block;width:6.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15119;line-height:1.3;letter-spacing:0;top:20.4375rem;left:52.75rem;height:0.9746125rem;text-align:center;text-align-last:center;display:block; }
#wSAmTSWnr4NSkT34qoNcE5eoT14IAl5P { box-sizing:content-box;height:2.1875rem;width:2.1875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15207;background-color:rgba(var(--color-secondary-4),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:21.8125rem;left:56rem;display:block; }
#iBNDDEiIVQXDuQRJQyeRmUG7ITIyibQb { color:#ffffff;display:block;width:2.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;z-index:15209;line-height:1.3;letter-spacing:0;top:22.125rem;left:56.125rem;height:1.21875rem;display:block; }
#nnCFrNqMT0srwrQPyb1LCzKmsRkfDFPr { color:rgba(var(--color-tertiary-0),1);display:block;width:1.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.5625rem;font-weight:normal;z-index:15210;line-height:1.3;letter-spacing:0;top:23.125rem;left:56.3125rem;height:0.73046875rem;text-align:center;text-align-last:center;display:block; }
#aIKpV5pDRzETXV90xDApQBou8mPfDK3q { color:rgba(var(--color-tertiary-4),1);display:block;width:8.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15122;line-height:1.3;letter-spacing:0;top:22.375rem;left:46.75rem;height:1.0556625rem;text-align:center;text-align-last:center;display:block; }
#TOQRyUTs0rwoq0TOyiQ8A5I8r4mgiiJQ { color:rgba(var(--color-tertiary-4),1);display:block;width:3.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15120;line-height:1.3;letter-spacing:0;top:24.25rem;left:46.875rem;height:1.29980625rem;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; }
#cAaqgENtTn7GVoQ3H73GqFLo3lC3Q5dw { color:rgba(var(--color-tertiary-4),1);display:block;width:2.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15121;line-height:1.3;letter-spacing:0;top:24.375rem;left:50.1875rem;height:0.9746125rem;display:block; }
#qp6U68KpnDoESU1pK4hWyRdBWI4AgwZA { color:rgba(var(--color-tertiary-4),1);display:block;width:6.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:normal;z-index:15120;line-height:1.3;letter-spacing:0;top:25.375rem;left:46.125rem;height:0.8125rem;text-align:center;text-align-last:center;display:block; }
#rWSkXpQZTIZkdkrF0AB0LPTBdS56c1Tc { box-sizing:content-box;height:2.125rem;width:0.125rem;position:absolute;display:block;z-index:15213;background-color:rgba(var(--color-tertiary-1),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.1875rem;left:52.5rem;display:block; }
#FtIMyJ5syKgTlQmD4wxySe7oMLJqytsr { color:rgba(var(--color-primary-2),1);display:block;width:4.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15120;line-height:1.3;letter-spacing:0;top:24.0625rem;left:52.6875rem;height:1.3808625rem;display:block; }
#VQcSDERBTfOyVPQh6FHwinhQeLS4HII7 { color:rgba(var(--color-primary-2),1);display:block;width:2.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15121;line-height:1.3;letter-spacing:0;top:24.25rem;left:57.0625rem;height:1.13671875rem;display:block; }
#BGKA3T3OuwFB8AHAPdfVdLTTQOcooISN { color:rgba(var(--color-primary-2),1);display:block;width:6.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15122;line-height:1.3;letter-spacing:0;top:25.4375rem;left:53rem;height:0.9746125rem;text-align:center;text-align-last:center;display:block; }
#o9ctZJeTn5mh8qVzhke5l2Ccx5EJNmVa { color:rgba(var(--color-tertiary-4),1);display:block;width:8.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15142;line-height:1.3;letter-spacing:0;top:17.625rem;left:61.75rem;height:1.0556625rem;text-align:center;text-align-last:center;display:block; }
#d2EtDOK9HoMBs7F7Ak1AS1NlE7l5G49b { color:#ffffff;display:block;width:2.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;z-index:15228;line-height:1.3;letter-spacing:0;top:17.1875rem;left:71.375rem;height:1.21875rem;display:block; }
#qk2Tg1heLd5TXgEmSTllHTZxnMbrm8KC { color:rgba(var(--color-tertiary-0),1);display:block;width:1.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.5625rem;font-weight:normal;z-index:15229;line-height:1.3;letter-spacing:0;top:18.1875rem;left:71.5625rem;height:0.73046875rem;text-align:center;text-align-last:center;display:block; }
#tamq8pqe9t7dx0pyIUG4dusiOEQxTAfe { box-sizing:content-box;height:2.1875rem;width:2.1875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15226;background-color:rgba(var(--color-secondary-4),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.875rem;left:71.25rem;display:block; }
#s62C7tetib8ogZqFHy8HUddSaLDJuiuo { color:rgba(var(--color-tertiary-4),1);display:block;width:3.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15150;line-height:1.3;letter-spacing:0;top:19.25rem;left:61.5625rem;height:1.21875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TmxHiuvBmUmZQUnDn81M2TLD0rTUi1uI { color:rgba(var(--color-tertiary-4),1);display:block;width:2.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:normal;z-index:15151;line-height:1.3;letter-spacing:0;top:19.4375rem;left:65rem;height:0.89355625rem;display:block; }
#nLPxWos6TfIyOObhvzAX0oazyvMbzeqx { color:rgba(var(--color-tertiary-4),1);display:block;width:6.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:normal;z-index:15152;line-height:1.3;letter-spacing:0;top:20.375rem;left:61.1875rem;height:0.8125rem;text-align:center;text-align-last:center;display:block; }
#c8ISkLO1e7nuIo7WRLsfaE8xMtu4kpql { box-sizing:content-box;height:2.125rem;width:0.125rem;position:absolute;display:block;z-index:15234;background-color:rgba(var(--color-tertiary-1),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:19.1875rem;left:67.625rem;display:block; }
#pUQ6TMdi916p242cnVTqwTJ3Lec9ZMTo { color:rgba(var(--color-primary-2),1);display:block;width:3.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15139;line-height:1.3;letter-spacing:0;top:19.0625rem;left:68.0625rem;height:1.4619125rem;display:block; }
#uhbzV30dI8RlT1lOVOnBww9TyT0W2i2T { color:rgba(var(--color-primary-2),1);display:block;width:2.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15140;line-height:1.3;letter-spacing:0;top:19.25rem;left:71.8125rem;height:1.13671875rem;display:block; }
#JT0NeiyfExCgFEy2cQHJ3gJUurSDaS6C { color:rgba(var(--color-primary-2),1);display:block;width:6.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15141;line-height:1.3;letter-spacing:0;top:20.4375rem;left:67.875rem;height:0.9746125rem;text-align:center;text-align-last:center;display:block; }
#vkEXtJnxaCqazx2RkrvXQRrNGyiHRWV7 { box-sizing:content-box;height:2.1875rem;width:2.1875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15229;background-color:rgba(var(--color-secondary-4),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:21.9375rem;left:71.0625rem;display:block; }
#CrbaqWeS1WtvE3ManDx9PekfsNl4J4f4 { color:#ffffff;display:block;width:2.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;z-index:15231;line-height:1.3;letter-spacing:0;top:22.125rem;left:71.25rem;height:1.21875rem;display:block; }
#a4rlw78AVEO0LzkgMt48RNeOT25UMd8p { color:rgba(var(--color-tertiary-0),1);display:block;width:1.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.5625rem;font-weight:normal;z-index:15232;line-height:1.3;letter-spacing:0;top:23.125rem;left:71.4375rem;height:0.73046875rem;text-align:center;text-align-last:center;display:block; }
#TkbKkqWsstwL7ilE9defclIOTdpLR8Nm { color:rgba(var(--color-tertiary-4),1);display:block;width:8.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15144;line-height:1.3;letter-spacing:0;top:22.375rem;left:61.875rem;height:1.0556625rem;text-align:center;text-align-last:center;display:block; }
#VJaSbS0cAIUa0r4cTtsKlOKLtMqipFoU { color:rgba(var(--color-tertiary-4),1);display:block;width:3.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15142;line-height:1.3;letter-spacing:0;top:24.25rem;left:61.75rem;height:1.29980625rem;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; }
#eIQPv4lBCqNNhwOkm3RNsrpabmOAVDTO { color:rgba(var(--color-tertiary-4),1);display:block;width:2.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15143;line-height:1.3;letter-spacing:0;top:24.375rem;left:65.3125rem;height:0.9746125rem;display:block; }
#Cne6wXQXBXlMtu7S7IVGz4OfJ4LTHlqR { color:rgba(var(--color-tertiary-4),1);display:block;width:6.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:normal;z-index:15142;line-height:1.3;letter-spacing:0;top:25.375rem;left:61.25rem;height:0.8125rem;text-align:center;text-align-last:center;display:block; }
#T3zeN45doODT8dOTImJVXTbHBd2VrSGC { box-sizing:content-box;height:2.125rem;width:0.125rem;position:absolute;display:block;z-index:15235;background-color:rgba(var(--color-tertiary-1),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.1875rem;left:67.625rem;display:block; }
#Vnzqx4q7L0mpkWKI63LMGqan5SWtG1tQ { color:rgba(var(--color-primary-2),1);display:block;width:2.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15143;line-height:1.3;letter-spacing:0;top:24.25rem;left:71.9375rem;height:1.13671875rem;display:block; }
#NJRTuyCtBQymMvADo2nZXDo0k6mINH81 { color:rgba(var(--color-primary-2),1);display:block;width:6.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15144;line-height:1.3;letter-spacing:0;top:25.4375rem;left:68.125rem;height:0.9746125rem;text-align:center;text-align-last:center;display:block; }
#isz1KsVq7JkBse2Tg11cVhgnRzdbC5k8 { color:rgba(var(--color-primary-2),1);display:block;width:3.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15140;line-height:1.3;letter-spacing:0;top:23.9765625rem;left:68.3125rem;height:1.4619125rem;display:block; }
#RTvyp19trapME5WXqTmJW0Ct3nTkK9eR { color:rgba(var(--color-tertiary-4),1);display:block;width:3.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15151;line-height:1.3;letter-spacing:0;top:39.10546875rem;left:20.28125rem;height:1.21875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#f0de1WnBw2LbQBeelG4amved57KsvxoZ { color:rgba(var(--color-tertiary-4),1);display:block;width:3.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15143;line-height:1.3;letter-spacing:0;top:44.099609375rem;left:20.25rem;height:1.29980625rem;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; }
#ursbuPPaSi6X2RoGatuSRvakg320CXHb { color:rgba(var(--color-primary-2),1);display:block;width:4.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15076;line-height:1.3;letter-spacing:0;top:44rem;left:26.5rem;height:1.4619125rem;display:block; }
#ar4Kn6DNqU4TdVPUyJ2lb6Bp95oXD3vb { color:rgba(var(--color-primary-2),1);display:block;width:2.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15077;line-height:1.3;letter-spacing:0;top:44.1875rem;left:30.75rem;height:1.13671875rem;display:block; }
#nAbhNBk8q2DJwXdbMao8abTzQRAUvWtu { color:rgba(var(--color-primary-2),1);display:block;width:6.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15078;line-height:1.3;letter-spacing:0;top:45.375rem;left:26.75rem;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) { #zISwyDstGkzrULi7tnIkKwPtV2UMDD3P { background-color:transparent;background-image: -webkit-linear-gradient(287deg, #000000, #013666);background-image: -moz-linear-gradient(287deg, #000000, #013666);background-image: -ms-linear-gradient(287deg, #000000, #013666);background-image: -o-linear-gradient(287deg, #000000, #013666);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#013666' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#013666' );";background-image: linear-gradient(287deg, #000000, #013666);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#zISwyDstGkzrULi7tnIkKwPtV2UMDD3P > .row .container { background-color: transparent; background-image: none; }#zISwyDstGkzrULi7tnIkKwPtV2UMDD3P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zISwyDstGkzrULi7tnIkKwPtV2UMDD3P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zISwyDstGkzrULi7tnIkKwPtV2UMDD3P > .row .container > .video-iframe-container { display: none; }#zISwyDstGkzrULi7tnIkKwPtV2UMDD3P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zISwyDstGkzrULi7tnIkKwPtV2UMDD3P > .row > .video-iframe-container { display: none; }#zISwyDstGkzrULi7tnIkKwPtV2UMDD3P > .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); }#zISwyDstGkzrULi7tnIkKwPtV2UMDD3P > .row .container { border-width: 0; border-radius: 0; }#zISwyDstGkzrULi7tnIkKwPtV2UMDD3P > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q2DlcV95RpTfNFDxiT8BR7zeuMd52Ems { top:2.9375rem;left:27.6875rem;width:20.0625rem;height:1.5625rem;font-size:1.125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Epl95Q62Kfy6azQvTaitEHaMAQN4TbVb { width:13.25rem;height:2.5625rem;top:5.1875rem;left:33rem;background-color:#00ada4;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;box-shadow: 0.0625rem 0.0625rem 0.25rem rgba(0,0,0,0.5) ;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #UgeSvdTrN2hz6QqTppf1ly0p0taNTq7C { display:block; }
 }@media only screen and (max-width: 763px) { #WLF9J4UnBkQieDFlVVFKxBX18aEyULP1 { top:0rem;left:0rem;width:31.5rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mLrR8TQvw1C95Skx2skWECgRwbTMsF6T { top:9.0625rem;left:14.65625rem;width:18.4375rem;height:0.875rem;font-size:0.5625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #selRZxuXwGQReGFBbFoRX5v7zuEoEpre { display:block; }#selRZxuXwGQReGFBbFoRX5v7zuEoEpre > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C8VdIQCHFNqONeT0CBQDT3po9uDrRATT { top:1.8125rem;left:0rem;width:14.3125rem;height:25.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OiitfnfN7KXQHeRTrcHuNwPiTzV0k3Ms { top:3.3125rem;left:0rem;width:4.5625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LmkxFLMZdJTsykV1RvfGp5JBauzDTB9N { top:5.5rem;left:0rem;width:10.875rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p2oEuUfO8aStwBEctDKpyNUA6NNfNXJN { top:12.9375rem;left:0rem;width:10.5rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eacuZ4GZ5ToIkqUNTivE6V7L1Ws0TMvw { top:11.125rem;left:0rem;width:12.0625rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #URFpGIKVf35CkdxdqC5bWK6RgfPXyUkf { top:8.875rem;left:0rem;width:11.8125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iERcv4ZO1BKGbSeyshxMDTV4eTTMQcGi { top:14.75rem;left:0rem;width:11.1875rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rT0lphyz2rJ5Wfr72Ssw1r67URLszrIc { top:10.375rem;left:0rem;width:12.8125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IH2DNmEpz2X7Kixqfg9No3LUE9rtaUh8 { top:12.5rem;left:0rem;width:12.8125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A20BaMP9g6WlUvLfdNlcXWucdAPsW0Cy { top:17.1875rem;left:0rem;width:12.8125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTaJKRubg7Kt3H1Gm24h5wiTUORN1aTq { top:14.3125rem;left:0rem;width:12.8125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTENEBdiXII19E5oi0K93CJI9Lz4aDhG { top:2.875rem;left:0rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vu8nO1uEkQO3vU6Z5Uoux3i29DzZvCrp { top:1.9375rem;left:16.75rem;width:14.3125rem;height:25.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KtJJnB91y6QM0PiEicu4lNCHgtahJduN { top:15.1875rem;left:17.5rem;width:11.1875rem;height:1rem;font-size:0.8125rem;display:block; }#KtJJnB91y6QM0PiEicu4lNCHgtahJduN li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_70738c0d8e740f2b32d3b4c95c7ae6fa4fb56438.svg); }
 }@media only screen and (max-width: 763px) { #ucb5wvKT5PstB703dv2G2N344xG30imc { top:8.8125rem;left:18.1875rem;width:11.5625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kKvZ6dzig3NncBRShuLESnhrTHWXiXhc { top:13.0625rem;left:18.5625rem;width:10.5rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fm0E2K0UGrXi5GnIo3PypAaJrXd58287 { 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) { #BGgKCwci8Gm3AQp7MvPnh88mWkBzxfKN { top:11rem;left:18.5625rem;width:11.125rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RcNosCmqkFVHZL4miJrPPRO4mkqNH8rB { 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) { #E54bxod1r3Nsz5GvPS8adH5cnnLXJ542 { top:2.8125rem;left:18.1875rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A6AA9nEmfQTJJ6A3wpGB2A9iLagwIACE { top:12.5625rem;left:17.5rem;width:12.8125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QfRTCVPl93QnZ8A55SxQEFl9y4fhN4wS { top:14.625rem;left:17.5rem;width:12.8125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fAMQAPtTGC71B1bFmJRNmc1iNKdiNJzQ { top:16.8125rem;left:17.5rem;width:12.8125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EEfCLADwB3uWDUJbzMRLEkGGxZ38gfDv { top:2.6875rem;left:2.625rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTd4dN3Dp7N0v4Dddsk6vHfwkz8PkwVl { 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) { #FAROoX00m5D2z4bJUad3UTpmVA34o0dW { 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) { #idp4l3aUlhrZrb8uJOXsP6Z6oPxv024u { 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) { #k1yVRV47mNDeOqWvMbmQHZPouU7wOZfi { top:1.75rem;left:31.9375rem;width:14.3125rem;height:26.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oiL8XWaNexGWQWxm5QlAiH5IA9rhvFvG { top:15.1875rem;left:32.8125rem;width:11.1875rem;height:1rem;font-size:0.8125rem;display:block; }#oiL8XWaNexGWQWxm5QlAiH5IA9rhvFvG li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_70738c0d8e740f2b32d3b4c95c7ae6fa4fb56438.svg); }
 }@media only screen and (max-width: 763px) { #RD8u2mshyxMJxehPzrA2yW9t17EsBxv2 { top:16.8125rem;left:32.6875rem;width:12.8125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #od6liaZmDtPX7dHUIU5CD263PoSqRiN8 { top:14.625rem;left:32.6875rem;width:12.8125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qskhTJgd9vpxzTpEGT3M7q1qKBTbKczP { top:11.0625rem;left:33.5rem;width:12.375rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zVZZdeGUyJaOPG49gTkgk7InnTTZeCQC { top:12.5rem;left:32.625rem;width:12.8125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iIZ1IhQvdnX8DkmnCErXv73zxPws1qCO { top:13rem;left:33.5rem;width:11.25rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #THNR84acyRQ1nBCdmOTq12ht7NBM3B0q { 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) { #nrrfr5GaDGefo42nid3ETSvMsk3fG0UB { top:2.8125rem;left:33.1875rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9HM56aBaMcOahdH0R4poGhfPI5qDyN7 { 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) { #ztEZ7XShCPGczGyNcr3vASzgcAu0KAh8 { top:1.875rem;left:33.4375rem;width:14.3125rem;height:26.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9pPGqDS9g5SB2T4PgVIX3CZk4uo9kqC { top:16.6875rem;left:34.9375rem;width:12.8125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9pASl9EhDBNU2shkbzXdfheLfT7xRpG { top:15.0625rem;left:36.5625rem;width:11.1875rem;height:1rem;font-size:0.8125rem;display:block; }#O9pASl9EhDBNU2shkbzXdfheLfT7xRpG li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_70738c0d8e740f2b32d3b4c95c7ae6fa4fb56438.svg); }
 }@media only screen and (max-width: 763px) { #k5Q0tD5e0U23zp45aOvo9AZD3OABhfST { top:14.625rem;left:34.9375rem;width:12.8125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fyrMU33J0e1XlvC8pfqwtEXZTMUX5MRA { top:12.4375rem;left:34.9375rem;width:12.8125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0l5J3FTo0hDoElAFOimqUCN8RqDnVm6 { top:13rem;left:36.5rem;width:11.25rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqrVEiBiNtRiQHJa3oslW3ITBMaSZW0w { 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) { #T3b6w7lPEQxqPauFnJNkKncPehUZ7GpV { top:2.8125rem;left:45.375rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tdUXBUJDmrmTEnKyqxc5sX7bHfg0ziWW { 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) { #fLXKvwqNFBdX5mduQLMw1ag9i1tGuie1 { top:43rem;left:23.25rem;width:24.5rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CCtkQCvedp24A3oAikdVEBkP3gNc36eN { display:block; }
 }@media only screen and (max-width: 763px) { #JvFp6T5rJkrBIEyJts5v2DeRQNylx56n { top:11rem;left:35.375rem;width:12.375rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KSCUHRToLaBBGdhD3T8aFPDefJIU3k4n { top:29.4375rem;left:0rem;width:27.75rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTZ5CymttJJFmvye30JrqtbAeaZ3rLs5 { top:30.9375rem;left:0rem;width:8.9375rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbITKTBpdXTVWR94BBGwDFzM9mGVXyKl { top:30.8125rem;left:8.3125rem;width:10.875rem;height:2.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfHMmJ76HNlHkGtwSETzs5NW1yAVTNKJ { top:34.4375rem;left:1.125rem;width:11.6875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xo4IgW6qFFV5p9DMRDI030n6Qkchza71 { top:38.375rem;left:0rem;width:12.8125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5iaFfzXNCwsbkGB9AUxOLUlyeWTOeKx { top:38.75rem;left:0rem;width:12.375rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n46TKTEkdduaMsNcm9Abp9mbuTODQbGh { top:40.1875rem;left:0rem;width:12.8125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S3ZEmcVENKRMKozLsglPam3uDh21skc4 { top:37rem;left:0rem;width:11.25rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcuCy2qI1WhpUzNacOHPCI8N378rCBat { top:40.5rem;left:0rem;width:11.1875rem;height:1rem;font-size:0.8125rem;display:block; }#TcuCy2qI1WhpUzNacOHPCI8N378rCBat li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_70738c0d8e740f2b32d3b4c95c7ae6fa4fb56438.svg); }
 }@media only screen and (max-width: 763px) { #dVLPkwdFfE6Fw6zcE5XItb0OA7eTefrG { top:30.375rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPiOUwdqqTOcKhnoPXQyb6T36WEy0Nnb { top:41.875rem;left:0rem;width:12.8125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #emQBy0Pr1AhQNUARpEpfOIKczBzzTOda { top:44.0625rem;left:0rem;width:12.25rem;height:2.0625rem;font-size:0.8125rem;display:block; }#emQBy0Pr1AhQNUARpEpfOIKczBzzTOda li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_70738c0d8e740f2b32d3b4c95c7ae6fa4fb56438.svg); }
 }@media only screen and (max-width: 763px) { #HVmanqIOcoWpiRGaUosZZKxVfB9oKrBC { top:43.5625rem;left:0rem;width:12.8125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZ8vEwyHpy66VHD9nUspeMxV5fDLDpXD { top:42.25rem;left:0rem;width:11.1875rem;height:1rem;font-size:0.8125rem;display:block; }#iZ8vEwyHpy66VHD9nUspeMxV5fDLDpXD li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_70738c0d8e740f2b32d3b4c95c7ae6fa4fb56438.svg); }
 }@media only screen and (max-width: 763px) { #ix6kTK3iUPguW5ly1ZTBD4GRDRNRSGOK { top:34.125rem;left:0.3125rem;width:12.9375rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wffsnoDIPTNTWkxarLmLSgZfa7DTyMP6 { top:8.5625rem;left:17.5rem;width:12.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sv5L2mWx3IsAJ3Lla3z9MDQQUvK5wlzI { top:2rem;left:1.625rem;width:14.3125rem;height:25.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hktmJrPSs4XkFnqVTFAJAiwe2EvOJ9HT { 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) { #kDvA9MLKGe0lXc49nB9iZ0lBH0flmDfC { top:8.5625rem;left:2.375rem;width:12.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQ7qyWxoNU5WK1up4ktQ9mg6lN0n0zy0 { top:12.875rem;left:2.75rem;width:10.5rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I2rVn1lH4hsoZeftMC9dyd1KNeTPJtWW { top:12.375rem;left:2.375rem;width:12.8125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThpNP9OWrEE2TQqGTs6kyqgkbpl2lrTh { top:14.25rem;left:2.3125rem;width:12.8125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBv4TyxUnJGRg6xRcTxKZUSXdRvKCx2h { top:17.0625rem;left:2.375rem;width:12.8125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DoW4e63frTRTlQVHeVl0BNy1kJsk6zLx { top:19.0625rem;left:8.875rem;width:3.9375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ls1SlJyaqBmf3nSodr0Um4G0EqJP3b5t { top:20.4375rem;left:8.6875rem;width:6.125rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #s4r5NIwEUNDuubun2ov3wDI3OLKksHIw { top:17.625rem;left:2.5625rem;width:8.9375rem;height:1.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqLGoW3FnPVnhR1P7k3ya64A4kXfOSIP { top:24.25rem;left:2.8125rem;width:3.5625rem;height:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GAzoQ3MN0bOP7ZvU60TCJNhHkvmhsZmL { top:19.25rem;left:12.625rem;width:2.3125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ggiTl57KNTCrHU1aTV2xLZcQOZksPlao { top:25.375rem;left:2.0625rem;width:6.625rem;height:0.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OdXKGRux4UMqvl6TmeqinkrHOAbIW2qf { top:24.375rem;left:6.125rem;width:2.6875rem;height:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S70kTHTmxBlGSlO4Ggbll3g0U3E0wv2e { top:22.3125rem;left:2.6875rem;width:8.25rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bAzbDscnEn9KZc7qlEm10XCK2g9HxMeJ { top:11rem;left:2.75rem;width:12.0625rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTANCJ1R8gb0FgPApGwzAGDxX4xLFqSC { top:8.625rem;left:0rem;width:12.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHFRhluW3EnvK6xtKOPHu6FHKHCo4J1C { top:18.125rem;left:0rem;width:10.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uyPo9K4t2zRBfaeqbPAbJhQW1fVLaTPw { top:23.375rem;left:0rem;width:4.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LB84Gl2NguMzikiCruN9sBep7nz6GnnJ { top:23.625rem;left:0rem;width:2.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vI9pUQKAxfV9dZrLO9l8E4ocvmOxobpT { top:25rem;left:0rem;width:10.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DaP55CMZUwRrrPbi35mvxw3LzJORw0c4 { top:22.4375rem;left:0rem;width:10.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0HD4waPy86ua7buQHUZcGVdsBkCdMzD { 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) { #qEK3ka4t0PxNH5DXr5dKM8TPA2b66CTm { top:8.5rem;left:32.75rem;width:12.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGyXvvWu3t8wwCUx3iATDHROTJzUbRTS { 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) { #mXey2VgzMxR7osI60caKbwxJWTsvVmAe { top:8.5rem;left:35rem;width:12.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ppzppb6L6DriNzAZhI04slyXP3Br7lGT { top:32rem;left:17.8125rem;width:29.9375rem;height:9.625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3lKwCiDKh6Ed80UiWP9SAWNtfOHro9r { top:23.25rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kiye7HkmHusGMvv16er0H2Jz62nt0WTJ { top:15rem;left:0rem;width:1rem;height:1rem;display:block; }
#Kiye7HkmHusGMvv16er0H2Jz62nt0WTJ > img { max-width: 100%;max-height:100%; width:1rem; height:1rem; } }@media only screen and (max-width: 763px) { #Cg9aQ2p3hFEa3X144wEI3ywBGp9t3rba { top:15.125rem;left:13.9375rem;width:1rem;height:1rem;display:block; }
#Cg9aQ2p3hFEa3X144wEI3ywBGp9t3rba > img { max-width: 100%;max-height:100%; width:1rem; height:1rem; } }@media only screen and (max-width: 763px) { #P4xt6Px4gD6eKvLU7Kb3XkiA02QRXtDC { top:15.1875rem;left:28.8125rem;width:1rem;height:1rem;display:block; }
#P4xt6Px4gD6eKvLU7Kb3XkiA02QRXtDC > img { max-width: 100%;max-height:100%; width:1rem; height:1rem; } }@media only screen and (max-width: 763px) { #CWrzdTio7nNTBH0UEXtaeEG2m2gTD9gz { top:15.1875rem;left:44rem;width:1rem;height:1rem;display:block; }
#CWrzdTio7nNTBH0UEXtaeEG2m2gTD9gz > img { max-width: 100%;max-height:100%; width:1rem; height:1rem; } }@media only screen and (max-width: 763px) { #rRRNpXcoMalcDM5RersNBwsWyx0o2tph { top:15.125rem;left:46.75rem;width:1rem;height:1rem;display:block; }
#rRRNpXcoMalcDM5RersNBwsWyx0o2tph > img { max-width: 100%;max-height:100%; width:1rem; height:1rem; } }@media only screen and (max-width: 763px) { #vQOWPmNXXJhcTyiarpp5dXwn3BNuBfHU { top:40.5625rem;left:4.5rem;width:1rem;height:1rem;display:block; }
#vQOWPmNXXJhcTyiarpp5dXwn3BNuBfHU > img { max-width: 100%;max-height:100%; width:1rem; height:1rem; } }@media only screen and (max-width: 763px) { #WmBrCiCA1aSvKHLQ0f3i7N2Ub2J8seKO { top:19.125rem;left:0rem;width:3.9375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWCmwxoMTDoTeKx3KCTTzd269sNRnsS3 { top:19.3125rem;left:0rem;width:2.3125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHLBZU05non6VWz4IPfZmmrSTmcXlx0x { top:20.5625rem;left:0rem;width:7.4375rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zHaqqwTszZSMMIzaKlNQlXcXKkmQGpvO { top:19.25rem;left:2.75rem;width:3.3125rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dhBVpIZaT0xpLAH7dGBsJMRBe7yzlGOz { top:19.4375rem;left:5.8125rem;width:2.3125rem;height:0.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9ZIDKrrNeusnWXkg8zrmQMSEfCioFHU { top:20.375rem;left:2rem;width:6.5rem;height:0.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #spGIGKvGlQlICIsH27IPt3wQnId1KFsi { top:16.875rem;left:12.0625rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RkVW4L66eMuRyiWVitT8gWiEZ8vI6Hhg { top:17.1875rem;left:12.1875rem;width:2.5rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cHTevhRMqLNDEqPpdv1iklXyQcckP8bs { top:18.1875rem;left:12.375rem;width:1.5rem;height:0.6875rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cpanHTZQiA6Oq8QOTyAgmUu4H4eHvp4U { top:24.0625rem;left:8.625rem;width:4.375rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9b7MWBJX0rJgu9m7FPXJsxMExtA8yA6 { top:24.25rem;left:13rem;width:2.3125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K7qQ1cdUd8QwBDLaBeIB6NZ6GEgDH9wi { top:25.4375rem;left:8.9375rem;width:6.125rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NcPw8TokagGSALGqZHAz4uM0yyNtnDIF { top:22.125rem;left:12.0625rem;width:2.25rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7lwhchdxbhT0EEKJntG52JNhycGwLbQ { top:23.125rem;left:12.25rem;width:1.5rem;height:0.6875rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKFJG97XvSlUXRt4ftDwR9NstrdkuxhW { top:21.8125rem;left:11.9375rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nnXJkXRWLaXE9AOAHft9OhBCh0roIxqa { top:19.1875rem;left:8.4384765625rem;width:0.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CnNWboL2CCfpkxmUIuLLUSUzfxVEQsu0 { top:24.1875rem;left:8.40625rem;width:0.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O441teqgXBMsrpRuqeiEgVcTucFZIGHG { top:37.5625rem;left:7.0625rem;width:8.9375rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2oW1TZsgVAF7TMH0q8o1KEB784HGOdJ { top:37.125rem;left:16.6875rem;width:2.5rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtERMw9bkzMk0adfaqGFMfF6ZwWc555Z { top:38.125rem;left:16.875rem;width:1.5rem;height:0.6875rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mvZg4BenuLfkdc8bTeT9snKwcTgKr96D { top:36.8125rem;left:16.5625rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #peyvJeCHQPPtsHxb7S495h30q3bULEb3 { top:39.375rem;left:10.3125rem;width:2.3125rem;height:0.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wAB9NnTFnsdhn2RGboKXqmCzqhAP8lue { top:40.3125rem;left:6.25rem;width:6.5rem;height:0.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xe6fB67gbMaLFT4m6dwXCmXpp19t8saV { top:39.125rem;left:12.6875rem;width:0.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0cMzNMegyhoDJW4XksNeyJ9cfQMKLuh { top:39rem;left:12.9375rem;width:4.375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJ4I3E5hL5VqN0u3sdndBxs8f7VeADvz { top:39.1875rem;left:17.1875rem;width:2.3125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gvyPxolMhMAC50J0HPTlbmhkFfxdukAB { top:40.375rem;left:13.1875rem;width:6.125rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJH6SXpU9a6LmzweIKq01q4Lihr556ff { top:41.75rem;left:16.4375rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gcgNucuGkmSl6J1J80aMpUsNPPIO9C5i { top:42.0625rem;left:16.5625rem;width:2.25rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJdsgyFtDpBn8wNmTbmSv6aROMp2UiSd { top:43.0625rem;left:16.75rem;width:1.5rem;height:0.6875rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PwaP4V3OE3lcTJpJeN6WOt0kgpqSJBxz { top:42.25rem;left:7.1875rem;width:8.25rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AK5NDGC1qDbE3aMS6xfKGwm2XGyFzDR9 { top:44.3125rem;left:10.25rem;width:2.6875rem;height:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGALKMsACaaVg31PXylZScBlQyDCLrqQ { top:45.3125rem;left:6.3125rem;width:6.625rem;height:0.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ChptGWRmJAcMZ330kmd4rOB6JDSOyEVT { top:44.125rem;left:12.625rem;width:0.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTwNov1Ourq4XkKNkPykX6CskVp030bM { top:17.625rem;left:17.8125rem;width:8.9375rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4zp0oxWoulXTwpWIAOsOyNoUxHqEBBs { top:17.1875rem;left:27.4375rem;width:2.5rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQzJBAfMsGQt6dldPwvzRhXn5OQ1Aivv { top:18.1875rem;left:27.625rem;width:1.5rem;height:0.6875rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PeT6EwXSlXckrE9tfWdfbd7MJKK3Iqg3 { top:16.875rem;left:27.3125rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTucZ3lsTzSTLSapATyfHziDeEDSfP8T { top:19.25rem;left:18rem;width:3.3125rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVDcWDQ0XLWIp0QVyPZ3vyGVSavvFhAN { top:19.4375rem;left:21.0625rem;width:2.3125rem;height:0.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vEwXzO0JrthUHzPHJFED0LGAUzZn7rTU { top:20.375rem;left:17.25rem;width:6.5rem;height:0.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K2fF1tINoaXXQqgqpkTCPbVox9wNrhoF { top:19.1875rem;left:23.6875rem;width:0.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hvprxw5ZczSFOH1P8HIUHZT3GqHBSXKe { top:19.0625rem;left:24.125rem;width:3.9375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqMl4mk0ZCMKA7v3IcbwquMlDu69gfmv { top:19.25rem;left:27.875rem;width:2.3125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ku3agosUWJdWk38kWpc2tGZtoQyb4TyO { top:20.4375rem;left:23.9375rem;width:6.125rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ReSUotaCwsmOLtMiATsIOTQSgPUdgZGB { top:21.8125rem;left:27.1875rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z9TgaKwVeFWsI0ZMuTuqNaAiffpttWzT { top:22.125rem;left:27.3125rem;width:2.25rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #agbkhsiGw1Ks8f6TFWWUWlxSLSxuGliP { top:23.125rem;left:27.5rem;width:1.5rem;height:0.6875rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qT84FqlA3aAiH1a8pRSsCJilVCtLhcda { top:22.375rem;left:17.9375rem;width:8.25rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQgqScxMfS5DW2s7q1rsAB4mJI81UfMT { top:24.25rem;left:18.0625rem;width:3.5625rem;height:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n6WQlzdmuDAPT88Lg7kwRc5ZoEX4uwpx { top:24.375rem;left:21.375rem;width:2.6875rem;height:0.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9vq0UDPaPkEVuvIbasa7mZWC0iyq5V2 { top:25.375rem;left:17.3125rem;width:6.625rem;height:0.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AFUcvlEMFXvTNqdQCtdWkfQZToQS7EKS { top:24.1875rem;left:23.625rem;width:0.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b17WuHAG7HN3T9drkELSy4Oyi4K5d8LG { top:24.0625rem;left:23.875rem;width:4.375rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uPm924NuAJVxPJTgfAhwlXt6tLtLBfLH { top:24.25rem;left:28.25rem;width:2.3125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwMeOWVHKq4JEVwFy5x1BdooJTHVhPnA { top:25.4375rem;left:24.1875rem;width:6.125rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #L9Xi7x0s7n7H7HS0KfFTpXi3VJ95DL2l { top:17.625rem;left:33rem;width:8.9375rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IGLid6ExC5TaRm0W2pZ0tHfxF4ZwkpFP { top:17.1875rem;left:42.625rem;width:2.5rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zO1aIuGNy1HN0UWgrtCMf6UNpvi6qUAO { top:18.1875rem;left:42.8125rem;width:1.5rem;height:0.6875rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbSMWyzFSKwwSFh2brBKWEdytRanfGtK { top:16.875rem;left:42.5rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rg1oyIchbMgWcgXle3FhQm4nL53P2UTS { top:19.25rem;left:33.1875rem;width:3.3125rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XQhpCf92hSc2mQTJp6q8GwioGUCbIR6f { top:19.4375rem;left:36.25rem;width:2.3125rem;height:0.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uerQP2NZ9DcaEoxCenpZ9CBrSfxc5J9Q { top:20.375rem;left:32.4375rem;width:6.5rem;height:0.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RdcFJmpARlencRdrygBPtZTSblaSD1o1 { top:19.1875rem;left:38.875rem;width:0.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #olrPbHPHD7dUbEItBm7DlTHvZoNxrwPD { top:19.0625rem;left:39.3125rem;width:3.9375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uPmGDZxk7gI8i8yTShXOfr3JsqntITty { top:19.25rem;left:43.0625rem;width:2.3125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v0yKeT01mXLTlzbXLQNEXqdVwDU1vS2H { top:20.4375rem;left:39.125rem;width:6.125rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wSAmTSWnr4NSkT34qoNcE5eoT14IAl5P { top:21.8125rem;left:42.375rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iBNDDEiIVQXDuQRJQyeRmUG7ITIyibQb { top:22.125rem;left:42.5rem;width:2.25rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nnCFrNqMT0srwrQPyb1LCzKmsRkfDFPr { top:23.125rem;left:42.6875rem;width:1.5rem;height:0.6875rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aIKpV5pDRzETXV90xDApQBou8mPfDK3q { top:22.375rem;left:33.125rem;width:8.25rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOQRyUTs0rwoq0TOyiQ8A5I8r4mgiiJQ { top:24.25rem;left:33.25rem;width:3.5625rem;height:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cAaqgENtTn7GVoQ3H73GqFLo3lC3Q5dw { top:24.375rem;left:36.5625rem;width:2.6875rem;height:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qp6U68KpnDoESU1pK4hWyRdBWI4AgwZA { top:25.375rem;left:32.5rem;width:6.625rem;height:0.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWSkXpQZTIZkdkrF0AB0LPTBdS56c1Tc { top:24.1875rem;left:38.875rem;width:0.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FtIMyJ5syKgTlQmD4wxySe7oMLJqytsr { top:24.0625rem;left:39.0625rem;width:4.375rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQcSDERBTfOyVPQh6FHwinhQeLS4HII7 { top:24.25rem;left:43.4375rem;width:2.3125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BGKA3T3OuwFB8AHAPdfVdLTTQOcooISN { top:25.4375rem;left:39.375rem;width:6.125rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #o9ctZJeTn5mh8qVzhke5l2Ccx5EJNmVa { top:17.625rem;left:38.8125rem;width:8.9375rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2EtDOK9HoMBs7F7Ak1AS1NlE7l5G49b { top:17.1875rem;left:45.25rem;width:2.5rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qk2Tg1heLd5TXgEmSTllHTZxnMbrm8KC { top:18.1875rem;left:46.25rem;width:1.5rem;height:0.6875rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tamq8pqe9t7dx0pyIUG4dusiOEQxTAfe { top:16.875rem;left:45.5625rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s62C7tetib8ogZqFHy8HUddSaLDJuiuo { top:19.25rem;left:44rem;width:3.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmxHiuvBmUmZQUnDn81M2TLD0rTUi1uI { top:19.4375rem;left:45.4375rem;width:2.3125rem;height:0.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nLPxWos6TfIyOObhvzAX0oazyvMbzeqx { top:20.375rem;left:41.25rem;width:6.5rem;height:0.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c8ISkLO1e7nuIo7WRLsfaE8xMtu4kpql { top:19.1875rem;left:47.625rem;width:0.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUQ6TMdi916p242cnVTqwTJ3Lec9ZMTo { top:19.0625rem;left:43.8125rem;width:3.9375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhbzV30dI8RlT1lOVOnBww9TyT0W2i2T { top:19.25rem;left:45.4375rem;width:2.3125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JT0NeiyfExCgFEy2cQHJ3gJUurSDaS6C { top:20.4375rem;left:41.625rem;width:6.125rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkEXtJnxaCqazx2RkrvXQRrNGyiHRWV7 { top:21.9375rem;left:45.5625rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CrbaqWeS1WtvE3ManDx9PekfsNl4J4f4 { top:22.125rem;left:45.5rem;width:2.25rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4rlw78AVEO0LzkgMt48RNeOT25UMd8p { top:23.125rem;left:46.25rem;width:1.5rem;height:0.6875rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkbKkqWsstwL7ilE9defclIOTdpLR8Nm { top:22.375rem;left:39.5rem;width:8.25rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJaSbS0cAIUa0r4cTtsKlOKLtMqipFoU { top:24.25rem;left:44.1875rem;width:3.5625rem;height:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eIQPv4lBCqNNhwOkm3RNsrpabmOAVDTO { top:24.375rem;left:45.0625rem;width:2.6875rem;height:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cne6wXQXBXlMtu7S7IVGz4OfJ4LTHlqR { top:25.375rem;left:41.125rem;width:6.625rem;height:0.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3zeN45doODT8dOTImJVXTbHBd2VrSGC { top:24.1875rem;left:47.625rem;width:0.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vnzqx4q7L0mpkWKI63LMGqan5SWtG1tQ { top:24.25rem;left:45.4375rem;width:2.3125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJRTuyCtBQymMvADo2nZXDo0k6mINH81 { top:25.4375rem;left:41.625rem;width:6.125rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #isz1KsVq7JkBse2Tg11cVhgnRzdbC5k8 { top:23.9375rem;left:43.8125rem;width:3.9375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTvyp19trapME5WXqTmJW0Ct3nTkK9eR { top:39.0625rem;left:6.65625rem;width:3.75rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0de1WnBw2LbQBeelG4amved57KsvxoZ { top:44.0625rem;left:6.625rem;width:3.5625rem;height:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ursbuPPaSi6X2RoGatuSRvakg320CXHb { top:44rem;left:12.875rem;width:4.375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ar4Kn6DNqU4TdVPUyJ2lb6Bp95oXD3vb { top:44.1875rem;left:17.125rem;width:2.3125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nAbhNBk8q2DJwXdbMao8abTzQRAUvWtu { top:45.375rem;left:13.125rem;width:6.125rem;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:14.9375rem;left:6.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sFKsUA1WghTMhoaq5bvT6J9aulJFMnPr { display:flex;width:2.375rem;height:2.375rem;top:9.25rem;left:2.375rem; }
 }@media only screen and (max-width: 763px) { #gGTP29l9UiD0ANAQRhaH2hJdEnW7isfQ { display:flex;width:2.5rem;height:2.5rem;top:15.3125rem;left:2.25rem; }
 }@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) { #zISwyDstGkzrULi7tnIkKwPtV2UMDD3P { background-color:transparent;background-image: -webkit-linear-gradient(287deg, #000000, #013666);background-image: -moz-linear-gradient(287deg, #000000, #013666);background-image: -ms-linear-gradient(287deg, #000000, #013666);background-image: -o-linear-gradient(287deg, #000000, #013666);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#013666' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#013666' );";background-image: linear-gradient(287deg, #000000, #013666);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#zISwyDstGkzrULi7tnIkKwPtV2UMDD3P > .row .container { background-color: transparent; background-image: none; }#zISwyDstGkzrULi7tnIkKwPtV2UMDD3P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zISwyDstGkzrULi7tnIkKwPtV2UMDD3P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zISwyDstGkzrULi7tnIkKwPtV2UMDD3P > .row .container > .video-iframe-container { display: none; }#zISwyDstGkzrULi7tnIkKwPtV2UMDD3P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zISwyDstGkzrULi7tnIkKwPtV2UMDD3P > .row > .video-iframe-container { display: none; }#zISwyDstGkzrULi7tnIkKwPtV2UMDD3P > .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); }#zISwyDstGkzrULi7tnIkKwPtV2UMDD3P > .row .container { border-width: 0; border-radius: 0; }#zISwyDstGkzrULi7tnIkKwPtV2UMDD3P > .row .container { width:20rem;height:19.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q2DlcV95RpTfNFDxiT8BR7zeuMd52Ems { width:9.5rem;height:2.798825rem;top:9.245125rem;left:5.25rem;font-size:1rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Epl95Q62Kfy6azQvTaitEHaMAQN4TbVb { width:13.25rem;height:2.5625rem;top:13.292975rem;left:3.375rem;background-color:#00ada4;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;box-shadow: 0.0625rem 0.0625rem 0.25rem rgba(0,0,0,0.5) ;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #UgeSvdTrN2hz6QqTppf1ly0p0taNTq7C { display:block; }
 }@media only screen and (max-width: 763px) { #WLF9J4UnBkQieDFlVVFKxBX18aEyULP1 { width:20rem;height:6.7460317460317rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mLrR8TQvw1C95Skx2skWECgRwbTMsF6T { width:18.4375rem;height:0.7871125rem;top:17.105475rem;left:0.75rem;font-size:0.5625rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #selRZxuXwGQReGFBbFoRX5v7zuEoEpre { display:block; }#selRZxuXwGQReGFBbFoRX5v7zuEoEpre > .row .container { width:20rem;height:175rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C8VdIQCHFNqONeT0CBQDT3po9uDrRATT { width:16.1875rem;height:25.875rem;top:1.03125rem;left:1.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OiitfnfN7KXQHeRTrcHuNwPiTzV0k3Ms { 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) { #LmkxFLMZdJTsykV1RvfGp5JBauzDTB9N { 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) { #p2oEuUfO8aStwBEctDKpyNUA6NNfNXJN { width:10.5rem;height:1.0556625rem;top:12.375rem;left:4rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eacuZ4GZ5ToIkqUNTivE6V7L1Ws0TMvw { width:12.125rem;height:1.0556625rem;top:10.5625rem;left:3.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #URFpGIKVf35CkdxdqC5bWK6RgfPXyUkf { width:10.5rem;height:1.0556625rem;top:8.3125rem;left:4.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iERcv4ZO1BKGbSeyshxMDTV4eTTMQcGi { 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) { #rT0lphyz2rJ5Wfr72Ssw1r67URLszrIc { width:12.8125rem;height:0.0625rem;top:9.8125rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IH2DNmEpz2X7Kixqfg9No3LUE9rtaUh8 { width:12.8125rem;height:0.0625rem;top:11.9375rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A20BaMP9g6WlUvLfdNlcXWucdAPsW0Cy { width:12.8125rem;height:0.0625rem;top:16.625rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTaJKRubg7Kt3H1Gm24h5wiTUORN1aTq { width:12.8125rem;height:0.0625rem;top:13.75rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTENEBdiXII19E5oi0K93CJI9Lz4aDhG { display:flex;width:2.375rem;height:2.375rem;top:2.3125rem;left:4rem; }
 }@media only screen and (max-width: 763px) { #vu8nO1uEkQO3vU6Z5Uoux3i29DzZvCrp { width:16.3125rem;height:24.9375rem;top:54.6875rem;left:1.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KtJJnB91y6QM0PiEicu4lNCHgtahJduN { width:11.1875rem;height:1.0556625rem;top:67.625rem;left:3.5625rem;font-size:0.8125rem;display:block; }#KtJJnB91y6QM0PiEicu4lNCHgtahJduN li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_70738c0d8e740f2b32d3b4c95c7ae6fa4fb56438.svg); }
 }@media only screen and (max-width: 763px) { #ucb5wvKT5PstB703dv2G2N344xG30imc { width:10.5rem;height:1.0556625rem;top:61.25rem;left:4.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kKvZ6dzig3NncBRShuLESnhrTHWXiXhc { width:10.5rem;height:1.0556625rem;top:65.5rem;left:4.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fm0E2K0UGrXi5GnIo3PypAaJrXd58287 { width:10.875rem;height:2.2734375rem;top:58rem;left:3.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BGgKCwci8Gm3AQp7MvPnh88mWkBzxfKN { width:10.375rem;height:1.0556625rem;top:63.4375rem;left:4.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RcNosCmqkFVHZL4miJrPPRO4mkqNH8rB { width:4.5625rem;height:1.4619125rem;top:55.6875rem;left:7.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E54bxod1r3Nsz5GvPS8adH5cnnLXJ542 { display:flex;width:2.375rem;height:2.375rem;top:55.25rem;left:4.25rem; }
 }@media only screen and (max-width: 763px) { #A6AA9nEmfQTJJ6A3wpGB2A9iLagwIACE { width:12.8125rem;height:0.0625rem;top:65rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QfRTCVPl93QnZ8A55SxQEFl9y4fhN4wS { width:12.8125rem;height:0.0625rem;top:67.0625rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fAMQAPtTGC71B1bFmJRNmc1iNKdiNJzQ { width:12.8125rem;height:0.0625rem;top:69.25rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EEfCLADwB3uWDUJbzMRLEkGGxZ38gfDv { display:flex;width:2.375rem;height:2.375rem;top:28.625rem;left:3.8125rem; }
 }@media only screen and (max-width: 763px) { #lTd4dN3Dp7N0v4Dddsk6vHfwkz8PkwVl { width:4.5625rem;height:1.4619125rem;top:29.1875rem;left:7rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FAROoX00m5D2z4bJUad3UTpmVA34o0dW { width:10.875rem;height:2.2734375rem;top:31.5625rem;left:3.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #idp4l3aUlhrZrb8uJOXsP6Z6oPxv024u { width:11.1875rem;height:2.111325rem;top:40.5rem;left:4rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k1yVRV47mNDeOqWvMbmQHZPouU7wOZfi { width:16.25rem;height:25.375rem;top:80.71875rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oiL8XWaNexGWQWxm5QlAiH5IA9rhvFvG { width:11.1875rem;height:1.0556625rem;top:93.9375rem;left:3.6875rem;font-size:0.8125rem;display:block; }#oiL8XWaNexGWQWxm5QlAiH5IA9rhvFvG li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_70738c0d8e740f2b32d3b4c95c7ae6fa4fb56438.svg); }
 }@media only screen and (max-width: 763px) { #RD8u2mshyxMJxehPzrA2yW9t17EsBxv2 { width:12.8125rem;height:0.0625rem;top:95.5625rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #od6liaZmDtPX7dHUIU5CD263PoSqRiN8 { width:12.8125rem;height:0.0625rem;top:93.375rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qskhTJgd9vpxzTpEGT3M7q1qKBTbKczP { width:10.375rem;height:1.0556625rem;top:89.8125rem;left:4.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zVZZdeGUyJaOPG49gTkgk7InnTTZeCQC { width:12.8125rem;height:0.0625rem;top:91.25rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iIZ1IhQvdnX8DkmnCErXv73zxPws1qCO { width:11.25rem;height:1.0556625rem;top:91.75rem;left:4.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #THNR84acyRQ1nBCdmOTq12ht7NBM3B0q { width:10.875rem;height:2.2734375rem;top:84.25rem;left:4.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nrrfr5GaDGefo42nid3ETSvMsk3fG0UB { display:flex;width:2.375rem;height:2.375rem;top:81.5625rem;left:4.0625rem; }
 }@media only screen and (max-width: 763px) { #a9HM56aBaMcOahdH0R4poGhfPI5qDyN7 { width:4.5625rem;height:1.4619125rem;top:82rem;left:7.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ztEZ7XShCPGczGyNcr3vASzgcAu0KAh8 { width:16.1875rem;height:25.3125rem;top:107.375rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9pPGqDS9g5SB2T4PgVIX3CZk4uo9kqC { width:12.8125rem;height:0.0625rem;top:121.875rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9pASl9EhDBNU2shkbzXdfheLfT7xRpG { width:11.1875rem;height:1.0556625rem;top:120.25rem;left:3.625rem;font-size:0.8125rem;display:block; }#O9pASl9EhDBNU2shkbzXdfheLfT7xRpG li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_70738c0d8e740f2b32d3b4c95c7ae6fa4fb56438.svg); }
 }@media only screen and (max-width: 763px) { #k5Q0tD5e0U23zp45aOvo9AZD3OABhfST { width:12.8125rem;height:0.0625rem;top:119.8125rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fyrMU33J0e1XlvC8pfqwtEXZTMUX5MRA { width:12.8125rem;height:0.0625rem;top:117.625rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0l5J3FTo0hDoElAFOimqUCN8RqDnVm6 { width:11.25rem;height:1.0556625rem;top:118.1875rem;left:4.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqrVEiBiNtRiQHJa3oslW3ITBMaSZW0w { width:10.875rem;height:2.2734375rem;top:110.5625rem;left:3.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3b6w7lPEQxqPauFnJNkKncPehUZ7GpV { display:flex;width:2.375rem;height:2.375rem;top:108rem;left:3.9375rem; }
 }@media only screen and (max-width: 763px) { #tdUXBUJDmrmTEnKyqxc5sX7bHfg0ziWW { width:4.5625rem;height:1.4619125rem;top:108.4375rem;left:6.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fLXKvwqNFBdX5mduQLMw1ag9i1tGuie1 { top:170.87109375rem;left:0.5rem;width:19rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CCtkQCvedp24A3oAikdVEBkP3gNc36eN { display:block; }
 }@media only screen and (max-width: 763px) { #JvFp6T5rJkrBIEyJts5v2DeRQNylx56n { width:12.375rem;height:1.0556625rem;top:116.1875rem;left:4.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KSCUHRToLaBBGdhD3T8aFPDefJIU3k4n { width:15.9375rem;height:27.9375rem;top:134.0625rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTZ5CymttJJFmvye30JrqtbAeaZ3rLs5 { width:8.9375rem;height:2.03125rem;top:135.0625rem;left:7.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbITKTBpdXTVWR94BBGwDFzM9mGVXyKl { width:7.8125rem;height:1.625rem;top:137.125rem;left:7.375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfHMmJ76HNlHkGtwSETzs5NW1yAVTNKJ { width:10.625rem;height:1.0556625rem;top:139.75rem;left:4.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xo4IgW6qFFV5p9DMRDI030n6Qkchza71 { width:12.8125rem;height:0.0625rem;top:143.125rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5iaFfzXNCwsbkGB9AUxOLUlyeWTOeKx { width:12.375rem;height:1.0556625rem;top:143.5rem;left:3.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n46TKTEkdduaMsNcm9Abp9mbuTODQbGh { width:12.8125rem;height:0.0625rem;top:144.9375rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S3ZEmcVENKRMKozLsglPam3uDh21skc4 { width:11.25rem;height:1.0556625rem;top:141.75rem;left:3.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcuCy2qI1WhpUzNacOHPCI8N378rCBat { width:11.1875rem;height:1.0556625rem;top:145.25rem;left:3.0625rem;font-size:0.8125rem;display:block; }#TcuCy2qI1WhpUzNacOHPCI8N378rCBat li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_70738c0d8e740f2b32d3b4c95c7ae6fa4fb56438.svg); }
 }@media only screen and (max-width: 763px) { #dVLPkwdFfE6Fw6zcE5XItb0OA7eTefrG { display:flex;width:2.6875rem;height:2.6875rem;top:135.5625rem;left:3.9375rem; }
 }@media only screen and (max-width: 763px) { #nPiOUwdqqTOcKhnoPXQyb6T36WEy0Nnb { width:12.8125rem;height:0.0625rem;top:146.625rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #emQBy0Pr1AhQNUARpEpfOIKczBzzTOda { width:12.25rem;height:2.111325rem;top:148.8125rem;left:3.1875rem;font-size:0.8125rem;display:block; }#emQBy0Pr1AhQNUARpEpfOIKczBzzTOda li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_70738c0d8e740f2b32d3b4c95c7ae6fa4fb56438.svg); }
 }@media only screen and (max-width: 763px) { #HVmanqIOcoWpiRGaUosZZKxVfB9oKrBC { width:12.8125rem;height:0.0625rem;top:148.3125rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZ8vEwyHpy66VHD9nUspeMxV5fDLDpXD { width:11.1875rem;height:1.0556625rem;top:147rem;left:3.125rem;font-size:0.8125rem;display:block; }#iZ8vEwyHpy66VHD9nUspeMxV5fDLDpXD li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_70738c0d8e740f2b32d3b4c95c7ae6fa4fb56438.svg); }
 }@media only screen and (max-width: 763px) { #ix6kTK3iUPguW5ly1ZTBD4GRDRNRSGOK { width:12.9375rem;height:1.75rem;top:139.4375rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wffsnoDIPTNTWkxarLmLSgZfa7DTyMP6 { width:12.75rem;height:1.75rem;top:61rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sv5L2mWx3IsAJ3Lla3z9MDQQUvK5wlzI { width:16.25rem;height:25.875rem;top:27.78125rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hktmJrPSs4XkFnqVTFAJAiwe2EvOJ9HT { width:10.5625rem;height:1.0556625rem;top:34.75rem;left:4.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDvA9MLKGe0lXc49nB9iZ0lBH0flmDfC { width:12.75rem;height:1.75rem;top:34.4375rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQ7qyWxoNU5WK1up4ktQ9mg6lN0n0zy0 { width:10.5rem;height:1.0556625rem;top:38.8125rem;left:3.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I2rVn1lH4hsoZeftMC9dyd1KNeTPJtWW { width:12.8125rem;height:0.0625rem;top:38.3125rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThpNP9OWrEE2TQqGTs6kyqgkbpl2lrTh { width:12.8125rem;height:0.0625rem;top:40.1875rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBv4TyxUnJGRg6xRcTxKZUSXdRvKCx2h { width:12.8125rem;height:0.0625rem;top:43rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DoW4e63frTRTlQVHeVl0BNy1kJsk6zLx { width:3.9375rem;height:1.4619125rem;top:45rem;left:10.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ls1SlJyaqBmf3nSodr0Um4G0EqJP3b5t { width:6.5625rem;height:0.9746125rem;top:46.4609375rem;left:10.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #s4r5NIwEUNDuubun2ov3wDI3OLKksHIw { width:10.5rem;height:0.9746125rem;top:43.5869140625rem;left:3.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqLGoW3FnPVnhR1P7k3ya64A4kXfOSIP { width:4.625rem;height:1.4619125rem;top:49.9375rem;left:3.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GAzoQ3MN0bOP7ZvU60TCJNhHkvmhsZmL { width:2.3125rem;height:1.13671875rem;top:45.1875rem;left:14.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ggiTl57KNTCrHU1aTV2xLZcQOZksPlao { width:7rem;height:0.8125rem;top:51.1875rem;left:2.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OdXKGRux4UMqvl6TmeqinkrHOAbIW2qf { width:2.6875rem;height:1.13671875rem;top:50.125rem;left:7.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S70kTHTmxBlGSlO4Ggbll3g0U3E0wv2e { width:10.5rem;height:0.9746125rem;top:48.30078125rem;left:3.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bAzbDscnEn9KZc7qlEm10XCK2g9HxMeJ { width:12.0625rem;height:1.0556625rem;top:36.9375rem;left:3.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTANCJ1R8gb0FgPApGwzAGDxX4xLFqSC { width:12.75rem;height:1.75rem;top:8.0625rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHFRhluW3EnvK6xtKOPHu6FHKHCo4J1C { 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) { #uyPo9K4t2zRBfaeqbPAbJhQW1fVLaTPw { width:6rem;height:1.625rem;top:22.8125rem;left:6.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LB84Gl2NguMzikiCruN9sBep7nz6GnnJ { width:2.6875rem;height:1.29980625rem;top:23.0625rem;left:10.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vI9pUQKAxfV9dZrLO9l8E4ocvmOxobpT { 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) { #DaP55CMZUwRrrPbi35mvxw3LzJORw0c4 { 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) { #H0HD4waPy86ua7buQHUZcGVdsBkCdMzD { width:10.625rem;height:1.0556625rem;top:87.5625rem;left:4.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qEK3ka4t0PxNH5DXr5dKM8TPA2b66CTm { width:12.75rem;height:1.75rem;top:87.25rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGyXvvWu3t8wwCUx3iATDHROTJzUbRTS { width:10.5625rem;height:1.0556625rem;top:113.9375rem;left:4.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXey2VgzMxR7osI60caKbwxJWTsvVmAe { width:12.75rem;height:1.75rem;top:113.6875rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ppzppb6L6DriNzAZhI04slyXP3Br7lGT { width:20rem;height:6.32421875rem;top:163.13671875rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #r3lKwCiDKh6Ed80UiWP9SAWNtfOHro9r { display:flex;width:1.875rem;height:1.875rem;top:22.6875rem;left:4.25rem; }
 }@media only screen and (max-width: 763px) { #Kiye7HkmHusGMvv16er0H2Jz62nt0WTJ { display:flex;width:1rem;height:1rem;top:14.4921875rem;left:15.0625rem; }
#Kiye7HkmHusGMvv16er0H2Jz62nt0WTJ > img { max-width: 100%;max-height:100%; width:1rem; height:1rem; } }@media only screen and (max-width: 763px) { #Cg9aQ2p3hFEa3X144wEI3ywBGp9t3rba { display:flex;width:1rem;height:1rem;top:41.1171875rem;left:15.125rem; }
#Cg9aQ2p3hFEa3X144wEI3ywBGp9t3rba > img { max-width: 100%;max-height:100%; width:1rem; height:1rem; } }@media only screen and (max-width: 763px) { #P4xt6Px4gD6eKvLU7Kb3XkiA02QRXtDC { display:flex;width:1rem;height:1rem;top:67.625rem;left:14.875rem; }
#P4xt6Px4gD6eKvLU7Kb3XkiA02QRXtDC > img { max-width: 100%;max-height:100%; width:1rem; height:1rem; } }@media only screen and (max-width: 763px) { #CWrzdTio7nNTBH0UEXtaeEG2m2gTD9gz { display:flex;width:1rem;height:1rem;top:93.9375rem;left:14.875rem; }
#CWrzdTio7nNTBH0UEXtaeEG2m2gTD9gz > img { max-width: 100%;max-height:100%; width:1rem; height:1rem; } }@media only screen and (max-width: 763px) { #rRRNpXcoMalcDM5RersNBwsWyx0o2tph { display:flex;width:1rem;height:1rem;top:120.3125rem;left:14.75rem; }
#rRRNpXcoMalcDM5RersNBwsWyx0o2tph > img { max-width: 100%;max-height:100%; width:1rem; height:1rem; } }@media only screen and (max-width: 763px) { #vQOWPmNXXJhcTyiarpp5dXwn3BNuBfHU { display:flex;width:1rem;height:1rem;top:145.3125rem;left:14.25rem; }
#vQOWPmNXXJhcTyiarpp5dXwn3BNuBfHU > img { max-width: 100%;max-height:100%; width:1rem; height:1rem; } }@media only screen and (max-width: 763px) { #WmBrCiCA1aSvKHLQ0f3i7N2Ub2J8seKO { 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) { #WWCmwxoMTDoTeKx3KCTTzd269sNRnsS3 { 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) { #VHLBZU05non6VWz4IPfZmmrSTmcXlx0x { width:7.4375rem;height:0.9746125rem;top:20rem;left:6.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zHaqqwTszZSMMIzaKlNQlXcXKkmQGpvO { width:4.375rem;height:1.29980625rem;top:45.0625rem;left:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dhBVpIZaT0xpLAH7dGBsJMRBe7yzlGOz { width:2.3125rem;height:1.0556625rem;top:45.25rem;left:6.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9ZIDKrrNeusnWXkg8zrmQMSEfCioFHU { width:7.375rem;height:0.8125rem;top:46.3359375rem;left:2.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #spGIGKvGlQlICIsH27IPt3wQnId1KFsi { width:2.1875rem;height:2.1875rem;top:42.8125rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RkVW4L66eMuRyiWVitT8gWiEZ8vI6Hhg { width:2.5rem;height:1.21875rem;top:43.125rem;left:13.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cHTevhRMqLNDEqPpdv1iklXyQcckP8bs { width:1.5rem;height:0.73046875rem;top:44.125rem;left:13.5625rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cpanHTZQiA6Oq8QOTyAgmUu4H4eHvp4U { width:4.375rem;height:1.3808625rem;top:50rem;left:10.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9b7MWBJX0rJgu9m7FPXJsxMExtA8yA6 { width:2.3125rem;height:1.13671875rem;top:50.1875rem;left:14.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K7qQ1cdUd8QwBDLaBeIB6NZ6GEgDH9wi { width:6.125rem;height:0.9746125rem;top:51.25rem;left:10.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NcPw8TokagGSALGqZHAz4uM0yyNtnDIF { width:2.25rem;height:1.21875rem;top:48.0625rem;left:13.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7lwhchdxbhT0EEKJntG52JNhycGwLbQ { width:1.5rem;height:0.73046875rem;top:49.0625rem;left:13.4375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKFJG97XvSlUXRt4ftDwR9NstrdkuxhW { width:2.1875rem;height:2.1875rem;top:47.75rem;left:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nnXJkXRWLaXE9AOAHft9OhBCh0roIxqa { width:0.125rem;height:2.125rem;top:45.125rem;left:9.6259765625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CnNWboL2CCfpkxmUIuLLUSUzfxVEQsu0 { width:0.125rem;height:2.125rem;top:50.125rem;left:9.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O441teqgXBMsrpRuqeiEgVcTucFZIGHG { width:8.9375rem;height:0.9746125rem;top:151.6875rem;left:4.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2oW1TZsgVAF7TMH0q8o1KEB784HGOdJ { width:2.1875rem;height:1.21875rem;top:151.25rem;left:13.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtERMw9bkzMk0adfaqGFMfF6ZwWc555Z { width:1.5rem;height:0.73046875rem;top:152.25rem;left:14rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mvZg4BenuLfkdc8bTeT9snKwcTgKr96D { width:2.3125rem;height:2.3125rem;top:150.9375rem;left:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #peyvJeCHQPPtsHxb7S495h30q3bULEb3 { width:2.3125rem;height:1.0556625rem;top:153.5rem;left:7.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wAB9NnTFnsdhn2RGboKXqmCzqhAP8lue { width:6.5rem;height:0.8125rem;top:154.4375rem;left:3.0625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xe6fB67gbMaLFT4m6dwXCmXpp19t8saV { width:0.125rem;height:2.125rem;top:153.25rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0cMzNMegyhoDJW4XksNeyJ9cfQMKLuh { width:4.375rem;height:1.4619125rem;top:153.25rem;left:10.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJ4I3E5hL5VqN0u3sdndBxs8f7VeADvz { width:2.3125rem;height:1.13671875rem;top:153.4375rem;left:14.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gvyPxolMhMAC50J0HPTlbmhkFfxdukAB { width:6.125rem;height:0.9746125rem;top:154.625rem;left:10.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJH6SXpU9a6LmzweIKq01q4Lihr556ff { width:2.3125rem;height:2.3125rem;top:155.9375rem;left:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gcgNucuGkmSl6J1J80aMpUsNPPIO9C5i { width:2.25rem;height:1.21875rem;top:156.3125rem;left:13.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJdsgyFtDpBn8wNmTbmSv6aROMp2UiSd { width:1.5rem;height:0.73046875rem;top:157.3125rem;left:14.125rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PwaP4V3OE3lcTJpJeN6WOt0kgpqSJBxz { width:8.25rem;height:0.9746125rem;top:156.6064453125rem;left:4.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AK5NDGC1qDbE3aMS6xfKGwm2XGyFzDR9 { width:2.6875rem;height:1.13671875rem;top:158.5rem;left:7.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGALKMsACaaVg31PXylZScBlQyDCLrqQ { width:6.625rem;height:0.8125rem;top:159.5625rem;left:3.1875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ChptGWRmJAcMZ330kmd4rOB6JDSOyEVT { width:0.125rem;height:2.125rem;top:158.25rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTwNov1Ourq4XkKNkPykX6CskVp030bM { width:8.9375rem;height:0.9746125rem;top:70.0625rem;left:3.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4zp0oxWoulXTwpWIAOsOyNoUxHqEBBs { width:2.5rem;height:1.21875rem;top:69.625rem;left:13.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQzJBAfMsGQt6dldPwvzRhXn5OQ1Aivv { width:1.5rem;height:0.73046875rem;top:70.625rem;left:13.6875rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PeT6EwXSlXckrE9tfWdfbd7MJKK3Iqg3 { width:2.1875rem;height:2.1875rem;top:69.3125rem;left:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTucZ3lsTzSTLSapATyfHziDeEDSfP8T { width:3.3125rem;height:1.29980625rem;top:71.625rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVDcWDQ0XLWIp0QVyPZ3vyGVSavvFhAN { width:2.3125rem;height:1.13671875rem;top:71.8125rem;left:7rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vEwXzO0JrthUHzPHJFED0LGAUzZn7rTU { width:6.5rem;height:0.8125rem;top:72.75rem;left:3.1875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K2fF1tINoaXXQqgqpkTCPbVox9wNrhoF { width:0.125rem;height:2.125rem;top:71.625rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hvprxw5ZczSFOH1P8HIUHZT3GqHBSXKe { width:3.9375rem;height:1.4619125rem;top:71.5rem;left:10.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqMl4mk0ZCMKA7v3IcbwquMlDu69gfmv { width:2.3125rem;height:1.13671875rem;top:71.6875rem;left:14rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ku3agosUWJdWk38kWpc2tGZtoQyb4TyO { width:6.125rem;height:0.9746125rem;top:72.875rem;left:10.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ReSUotaCwsmOLtMiATsIOTQSgPUdgZGB { width:2.1875rem;height:2.1875rem;top:74.0625rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z9TgaKwVeFWsI0ZMuTuqNaAiffpttWzT { width:2.25rem;height:1.21875rem;top:74.375rem;left:13.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #agbkhsiGw1Ks8f6TFWWUWlxSLSxuGliP { width:1.5rem;height:0.73046875rem;top:75.375rem;left:13.5625rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qT84FqlA3aAiH1a8pRSsCJilVCtLhcda { width:8.25rem;height:0.9746125rem;top:74.75rem;left:4rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQgqScxMfS5DW2s7q1rsAB4mJI81UfMT { width:3.5625rem;height:1.3808625rem;top:76.375rem;left:3.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n6WQlzdmuDAPT88Lg7kwRc5ZoEX4uwpx { width:2.6875rem;height:1.21875rem;top:76.5rem;left:7rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9vq0UDPaPkEVuvIbasa7mZWC0iyq5V2 { width:6.625rem;height:0.8125rem;top:77.5625rem;left:3.0625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AFUcvlEMFXvTNqdQCtdWkfQZToQS7EKS { width:0.125rem;height:2.125rem;top:76.5rem;left:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #b17WuHAG7HN3T9drkELSy4Oyi4K5d8LG { width:4.375rem;height:1.3808625rem;top:76.3125rem;left:10.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uPm924NuAJVxPJTgfAhwlXt6tLtLBfLH { width:2.3125rem;height:1.13671875rem;top:76.5rem;left:14.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwMeOWVHKq4JEVwFy5x1BdooJTHVhPnA { width:6.125rem;height:0.9746125rem;top:77.6875rem;left:10.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #L9Xi7x0s7n7H7HS0KfFTpXi3VJ95DL2l { width:8.9375rem;height:0.9746125rem;top:96.375rem;left:3.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IGLid6ExC5TaRm0W2pZ0tHfxF4ZwkpFP { width:2.5rem;height:1.21875rem;top:95.9375rem;left:13.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zO1aIuGNy1HN0UWgrtCMf6UNpvi6qUAO { width:1.5rem;height:0.73046875rem;top:96.9375rem;left:13.6875rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbSMWyzFSKwwSFh2brBKWEdytRanfGtK { width:2.1875rem;height:2.1875rem;top:95.625rem;left:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rg1oyIchbMgWcgXle3FhQm4nL53P2UTS { width:3.3125rem;height:1.29980625rem;top:98rem;left:3.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XQhpCf92hSc2mQTJp6q8GwioGUCbIR6f { width:2.3125rem;height:0.9746125rem;top:98.1875rem;left:7.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uerQP2NZ9DcaEoxCenpZ9CBrSfxc5J9Q { width:6.5rem;height:0.8125rem;top:99.125rem;left:3.3125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RdcFJmpARlencRdrygBPtZTSblaSD1o1 { width:0.125rem;height:2.125rem;top:97.9375rem;left:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #olrPbHPHD7dUbEItBm7DlTHvZoNxrwPD { width:3.9375rem;height:1.4619125rem;top:97.8125rem;left:10.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uPmGDZxk7gI8i8yTShXOfr3JsqntITty { width:2.3125rem;height:1.13671875rem;top:98rem;left:14rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v0yKeT01mXLTlzbXLQNEXqdVwDU1vS2H { width:6.125rem;height:0.9746125rem;top:99.1875rem;left:10.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wSAmTSWnr4NSkT34qoNcE5eoT14IAl5P { width:2.1875rem;height:2.1875rem;top:100.3125rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iBNDDEiIVQXDuQRJQyeRmUG7ITIyibQb { width:2.25rem;height:1.21875rem;top:100.625rem;left:13.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nnCFrNqMT0srwrQPyb1LCzKmsRkfDFPr { width:1.5rem;height:0.73046875rem;top:101.625rem;left:13.5625rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aIKpV5pDRzETXV90xDApQBou8mPfDK3q { width:8.25rem;height:0.9746125rem;top:101.25rem;left:4rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOQRyUTs0rwoq0TOyiQ8A5I8r4mgiiJQ { width:3.5625rem;height:1.3808625rem;top:102.8125rem;left:3.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cAaqgENtTn7GVoQ3H73GqFLo3lC3Q5dw { width:2.6875rem;height:1.13671875rem;top:102.9375rem;left:7.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qp6U68KpnDoESU1pK4hWyRdBWI4AgwZA { width:6.625rem;height:0.8125rem;top:103.9375rem;left:3.1875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWSkXpQZTIZkdkrF0AB0LPTBdS56c1Tc { width:0.125rem;height:2.125rem;top:102.8125rem;left:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FtIMyJ5syKgTlQmD4wxySe7oMLJqytsr { width:4.375rem;height:1.3808625rem;top:102.625rem;left:10.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQcSDERBTfOyVPQh6FHwinhQeLS4HII7 { width:2.3125rem;height:1.13671875rem;top:102.8125rem;left:14.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BGKA3T3OuwFB8AHAPdfVdLTTQOcooISN { width:6.125rem;height:0.9746125rem;top:104rem;left:10.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #o9ctZJeTn5mh8qVzhke5l2Ccx5EJNmVa { width:8.9375rem;height:0.9746125rem;top:122.8125rem;left:3.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2EtDOK9HoMBs7F7Ak1AS1NlE7l5G49b { width:2.5rem;height:1.21875rem;top:122.375rem;left:13.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qk2Tg1heLd5TXgEmSTllHTZxnMbrm8KC { width:1.5rem;height:0.73046875rem;top:123.375rem;left:13.6875rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tamq8pqe9t7dx0pyIUG4dusiOEQxTAfe { width:2.1875rem;height:2.1875rem;top:122.0625rem;left:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s62C7tetib8ogZqFHy8HUddSaLDJuiuo { width:3.75rem;height:1.29980625rem;top:124.375rem;left:3.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmxHiuvBmUmZQUnDn81M2TLD0rTUi1uI { width:2.3125rem;height:0.9746125rem;top:124.5625rem;left:7.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nLPxWos6TfIyOObhvzAX0oazyvMbzeqx { width:6.5rem;height:0.8125rem;top:125.5625rem;left:3.3125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c8ISkLO1e7nuIo7WRLsfaE8xMtu4kpql { width:0.125rem;height:2.125rem;top:124.375rem;left:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUQ6TMdi916p242cnVTqwTJ3Lec9ZMTo { width:3.9375rem;height:1.4619125rem;top:124.25rem;left:10.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhbzV30dI8RlT1lOVOnBww9TyT0W2i2T { width:2.3125rem;height:1.13671875rem;top:124.4375rem;left:14.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JT0NeiyfExCgFEy2cQHJ3gJUurSDaS6C { width:6.125rem;height:0.9746125rem;top:125.625rem;left:10.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkEXtJnxaCqazx2RkrvXQRrNGyiHRWV7 { width:2.1875rem;height:2.1875rem;top:126.75rem;left:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CrbaqWeS1WtvE3ManDx9PekfsNl4J4f4 { width:2.25rem;height:1.21875rem;top:126.9375rem;left:13.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4rlw78AVEO0LzkgMt48RNeOT25UMd8p { width:1.5rem;height:0.73046875rem;top:127.9375rem;left:13.6875rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkbKkqWsstwL7ilE9defclIOTdpLR8Nm { width:8.25rem;height:0.9746125rem;top:127.5625rem;left:4rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJaSbS0cAIUa0r4cTtsKlOKLtMqipFoU { width:3.5625rem;height:1.4619125rem;top:129.25rem;left:3.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eIQPv4lBCqNNhwOkm3RNsrpabmOAVDTO { width:2.6875rem;height:1.13671875rem;top:129.4375rem;left:7.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cne6wXQXBXlMtu7S7IVGz4OfJ4LTHlqR { width:6.625rem;height:0.8125rem;top:130.4375rem;left:3.3125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3zeN45doODT8dOTImJVXTbHBd2VrSGC { width:0.125rem;height:2.125rem;top:129.375rem;left:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vnzqx4q7L0mpkWKI63LMGqan5SWtG1tQ { width:2.3125rem;height:1.13671875rem;top:129.3125rem;left:14.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJRTuyCtBQymMvADo2nZXDo0k6mINH81 { width:6.125rem;height:0.9746125rem;top:130.5rem;left:10.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #isz1KsVq7JkBse2Tg11cVhgnRzdbC5k8 { width:3.9375rem;height:1.4619125rem;top:129.0625rem;left:10.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTvyp19trapME5WXqTmJW0Ct3nTkK9eR { width:3.75rem;height:1.29980625rem;top:153.375rem;left:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0de1WnBw2LbQBeelG4amved57KsvxoZ { width:3.5625rem;height:1.4619125rem;top:158.3125rem;left:3.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ursbuPPaSi6X2RoGatuSRvakg320CXHb { width:4.375rem;height:1.4619125rem;top:158.25rem;left:10.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ar4Kn6DNqU4TdVPUyJ2lb6Bp95oXD3vb { width:2.3125rem;height:1.13671875rem;top:158.4375rem;left:14.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nAbhNBk8q2DJwXdbMao8abTzQRAUvWtu { width:6.125rem;height:0.9746125rem;top:159.625rem;left:10.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mEBElKzPaoGKx5uL7aLhw06DRp3DAvIc { display:block; }#mEBElKzPaoGKx5uL7aLhw06DRp3DAvIc > .row .container { width:20rem;height:8.5rem;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:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5FG2XAUXVC0DR9es1yqWS9suLU0lZdt { display:flex;width:1.4375rem;height:1.4375rem;top:5.25rem;left:5.0625rem; }
#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:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aMMEvEofu3XZgyzZg8tAS3fz2GNyh2dC { width:1.625rem;height:1.625rem;top:5.1875rem;left:13.5625rem;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; }
 }