.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:214,236,254;--color-primary-1:133,199,251;--color-primary-2:51,162,248;--color-primary-3:0,139,246;--color-primary-4:7,124,214;--color-secondary-0:255,226,221;--color-secondary-1:255,160,143;--color-secondary-2:255,64,30;--color-secondary-3:128,32,15;--color-secondary-4:38,10,5;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Barlow";--paragraphs-font-family:"Barlow"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/43979b00-a51b-4409-ac4e-a0b7ecfe26c3/GrafikaLanding.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#oqNluzoZWTS08TbwfZaiOu6Ng51WgTxn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oqNluzoZWTS08TbwfZaiOu6Ng51WgTxn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oqNluzoZWTS08TbwfZaiOu6Ng51WgTxn > .row > .video-iframe-container { display: none; }#oqNluzoZWTS08TbwfZaiOu6Ng51WgTxn > .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); }#ZVrhwqTC7ObOrOfz0UFM4zKlJUciaMXH { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/beef7ad7-3e95-4f21-a938-c9a5bbe7cb58/ToLanding.png");background-position:bottom center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZVrhwqTC7ObOrOfz0UFM4zKlJUciaMXH.adaptive-delivery-prevent-bg, #ZVrhwqTC7ObOrOfz0UFM4zKlJUciaMXH.lazyload, #ZVrhwqTC7ObOrOfz0UFM4zKlJUciaMXH.lazyloading { background-image: none; }#ZVrhwqTC7ObOrOfz0UFM4zKlJUciaMXH > .row .container { background-color: transparent; background-image: none; }#ZVrhwqTC7ObOrOfz0UFM4zKlJUciaMXH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZVrhwqTC7ObOrOfz0UFM4zKlJUciaMXH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZVrhwqTC7ObOrOfz0UFM4zKlJUciaMXH > .row .container > .video-iframe-container { display: none; }#ZVrhwqTC7ObOrOfz0UFM4zKlJUciaMXH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZVrhwqTC7ObOrOfz0UFM4zKlJUciaMXH > .row > .video-iframe-container { display: none; }#ZVrhwqTC7ObOrOfz0UFM4zKlJUciaMXH > .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); }#ZVrhwqTC7ObOrOfz0UFM4zKlJUciaMXH > .row .container { border-width: 0; border-radius: 0; }#ZVrhwqTC7ObOrOfz0UFM4zKlJUciaMXH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZVrhwqTC7ObOrOfz0UFM4zKlJUciaMXH > .row .container { width:60rem;height:45.9375rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#iFsEDtbQ6q606mn6o7naUkRXUcxqGaHq { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1.875rem rgba(var(--color-tertiary-4),0.26);top:26.375rem;left:0rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#oFpTNRcrag98TfmKJPyJ7FqTxeoSD9r7 { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.9375rem;font-weight:normal;z-index:15002;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1.875rem rgba(var(--color-tertiary-4),0.26);top:15.625rem;left:0rem;height:8.6621125rem;text-align:center;text-align-last:center;display:block; }
#pPTvGTu1oxXGJOJ88gsRC9hN3T62abmy { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:34.75rem;left:19.71249961853rem; }
#sumxcSuvB9WGk6VPggsIeyLfD2NNGFyr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:35.375rem;left:4.1492195129394rem; }
#ixBqBMintzWMAoIsbwOG9w3ovpMX7lGh { 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:15014;opacity:1;top:31.625rem;left:1.6492195129394rem; }
#BeslAEySJdSAhOeBHFSVANHLq9h8QqF0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:34.75rem;left:8.5242195129394rem; }
#fxSxwOPRlVyM1tQUv8pOw8b3DLTQhWwH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:33.0625rem;left:5.8367195129394rem; }
#lifvyVqSTmT4kzVn5DozkmPDRryWfUXI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:33.0625rem;left:14.02499961853rem; }
#pWBs3JMvgctehxLTkiIvd32dsuTsCvWD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:31.75rem;left:10.274219512939rem; }
#yqZclOR2m3hxkGmBG4HhlAinTztgdnkl { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:38.125rem;left:28.46249961853rem; }
#xZPE8RhTsTtru5rUwiJUe442JaJbsHhp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:37.5625rem;left:32.83749961853rem; }
#AzyFESUD5fwtkNd2oLwHNTbbsAuWFo2q { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:34.237501144409rem;left:34.83749961853rem; }
#QKsu3hiOPT72KOMtymH7zx4AOf2kgZ9M { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:35.9375rem;left:38.71249961853rem; }
#Jcg922TpsPRFDqT0Fv1xy3MOpe8nLOpI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:36.5625rem;left:49.33749961853rem; }
#LHpqwkUwwtxsvgp8r7iEQkMNLJyzdqAe { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:34.75rem;left:47.14999961853rem; }
#CyGgVgzp7hNlXMmlTFtB3xsHsicE0qnt { 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:15024;opacity:1;top:34.75rem;left:57.79999961853rem; }
#p0DVeeZrOcP7wdf6gMJBonZ8sVmmuRhM { 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:15025;opacity:1;top:33.800001144409rem;left:50.52499961853rem; }
#MekLl2WAyUJDqmVvSmqPOTgaVV2MxSJu { 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:15026;opacity:1;top:33.0625rem;left:43.14999961853rem; }
#WoAuO07LGaP1twSBaJZOBoUdZT1cTAOn { 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:15027;opacity:1;top:33.800001144409rem;left:37.762498855591rem; }
#lTPcJTrEQFsbEcflxfxh1K66OT4lm1Ry { 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:15028;opacity:1;top:33.0625rem;left:26.89999961853rem; }
#XbaiHIuslSGfzQT5IS65fyQKT7dxooKS { 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:15029;opacity:1;top:33.0625rem;left:21.52499961853rem; }
#tVe2gP5fDyuuw2L0KVkqI5LsJXPfnzNT { 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:15030;opacity:1;top:33.0625rem;left:17.58749961853rem; }
#FDkPttugviTx5VEd9gERLQQ1giNv62Tw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),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; }#FDkPttugviTx5VEd9gERLQQ1giNv62Tw > .row .container { background-color: transparent; background-image: none; }#FDkPttugviTx5VEd9gERLQQ1giNv62Tw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FDkPttugviTx5VEd9gERLQQ1giNv62Tw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FDkPttugviTx5VEd9gERLQQ1giNv62Tw > .row .container > .video-iframe-container { display: none; }#FDkPttugviTx5VEd9gERLQQ1giNv62Tw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FDkPttugviTx5VEd9gERLQQ1giNv62Tw > .row > .video-iframe-container { display: none; }#FDkPttugviTx5VEd9gERLQQ1giNv62Tw > .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); }#FDkPttugviTx5VEd9gERLQQ1giNv62Tw > .row .container { border-width: 0; border-radius: 0; }#FDkPttugviTx5VEd9gERLQQ1giNv62Tw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FDkPttugviTx5VEd9gERLQQ1giNv62Tw > .row .container { font-size:0.875rem;font-family:arial;height:5.3125rem;width:60rem;position:relative;display:block; }#DbQIWioeK0VAaOOE7JZ5LdmoladDUUww { background-color:transparent;background-image:none;border-top:0.125rem solid #0073cc;border-left:0.125rem solid #0073cc;border-right:0.125rem solid #0073cc;border-bottom:0.125rem solid #0073cc;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;box-sizing:border-box;color:#0073cc;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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.375rem;height:5rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:2rem;left:0.3125rem;display:block; }
#tOkGaPP1I9T4N0UtJGTU5VywXsIlSXF3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tKyc0mmXE4t8mOlG8tPWMZ6hiZ6CvJ5s { background-color:transparent;background-image:none;border-top:0.125rem solid #ffc903;border-left:0.125rem solid #ffc903;border-right:0.125rem solid #ffc903;border-bottom:0.125rem solid #ffc903;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;box-sizing:border-box;color:#ffc903;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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.375rem;height:5rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:2rem;left:15.3125rem;display:block; }
#LJnHkwUy6sIeWirnx5UM3iwBNtnZTbIC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KzznrIusOGMzshS6XGFZadNZbZ4nxqiZ { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);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;box-sizing:border-box;color:rgba(var(--color-secondary-2),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.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.375rem;height:5rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:2rem;left:30.3125rem;display:block; }
#vpAIy3ZnR9BVlwSTblBkpUqwEN7RNInr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iAH5uG6y0FmiN7KzawDxvlXqhuGr8f29 { background-color:rgba(var(--color-primary-3),1);background-image:none;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: 0.0625rem 0.0625rem 1.875rem rgba(var(--color-tertiary-4),0.12) ;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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.375rem;height:5rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:2rem;left:45.3125rem;display:block; }
#QieC8lDBALcOcNhtLq1UK1kzhDAVX1wV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FpgIEeAtsrED06WSsn037Jpyi0SiBMMw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fefefe;background-image:url("https://images.assets-landingi.com/uc/dda889c0-d6c8-429d-addc-077f973cc17f/Beznazwy1.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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; }#FpgIEeAtsrED06WSsn037Jpyi0SiBMMw.adaptive-delivery-prevent-bg, #FpgIEeAtsrED06WSsn037Jpyi0SiBMMw.lazyload, #FpgIEeAtsrED06WSsn037Jpyi0SiBMMw.lazyloading { background-image: none; }#FpgIEeAtsrED06WSsn037Jpyi0SiBMMw > .row .container { background-color: transparent; background-image: none; }#FpgIEeAtsrED06WSsn037Jpyi0SiBMMw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FpgIEeAtsrED06WSsn037Jpyi0SiBMMw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FpgIEeAtsrED06WSsn037Jpyi0SiBMMw > .row .container > .video-iframe-container { display: none; }#FpgIEeAtsrED06WSsn037Jpyi0SiBMMw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FpgIEeAtsrED06WSsn037Jpyi0SiBMMw > .row > .video-iframe-container { display: none; }#FpgIEeAtsrED06WSsn037Jpyi0SiBMMw > .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); }#FpgIEeAtsrED06WSsn037Jpyi0SiBMMw > .row .container { border-width: 0; border-radius: 0; }#FpgIEeAtsrED06WSsn037Jpyi0SiBMMw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FpgIEeAtsrED06WSsn037Jpyi0SiBMMw > .row .container { font-size:0.875rem;font-family:arial;height:40.5625rem;width:60rem;position:relative;display:block; }#coX0TW44Z7FzfnNs3mAsuPRmgWccTOsg { color:#fbba3a;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.66845703125rem;left:0rem;height:3.4125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#T29P4D79qoHvJ25nO9nukJ7Z4eHLIbxm { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:dosis;font-size:1.125rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:5.375rem;left:0rem;height:;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vL96q25wyEmw2LUT7hfGT3TxzrQtl17s { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:25.25rem;left:1.25rem;height:9.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#d1OGLxHngNt7PI1EXUrnx3RlSH4kK5ZX { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:25.25rem;left:16.250001907349rem;height:11.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Zv86ra8FFUbUrOq68E9BflbK0CKdzDhN { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:25.25rem;left:31.250001907349rem;height:11.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XgVBUUQBOMVtToBKsJ65ATK9VWMdw44b { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:25.25rem;left:46.250001907349rem;height:8.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NmTd9x9XTdgTEE7zswpuLtiKNCx7cQwl { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #fbba3a;border-left:0.1875rem solid #fbba3a;border-right:0.1875rem solid #fbba3a;border-bottom:0.1875rem solid #fbba3a;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;box-sizing:border-box;color:rgba(var(--color-tertiary-4),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.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.9375rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:19.75rem;left:1.25rem;display:block; }
#WQCUN4cPKPC1KaeNgo01WkWsWFN2XQS1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rtlTUXFE3rrKGQnfOAuzMKWtSFlhO8L0 { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #fbba3a;border-left:0.1875rem solid #fbba3a;border-right:0.1875rem solid #fbba3a;border-bottom:0.1875rem solid #fbba3a;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;box-sizing:border-box;color:rgba(var(--color-tertiary-4),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.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.9375rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:19.75rem;left:16.25rem;display:block; }
#V3whZPeLqMdWOR8ZGbyJc9EIJvLddq2f { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GuqbsLHOXTvQ5p04DixzHtKJxnTh8pAN { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #fbba3a;border-left:0.1875rem solid #fbba3a;border-right:0.1875rem solid #fbba3a;border-bottom:0.1875rem solid #fbba3a;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;box-sizing:border-box;color:rgba(var(--color-tertiary-4),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.375rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:12.5rem;height:3.9375rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:19.75rem;left:31.25rem;display:block; }
#Tn1op88O7AX22KM5R46cHGhfDWTJHoOp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#G7m88DbGGTEiwWdEqKsvoX07P9vZFwgU { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #fbba3a;border-left:0.1875rem solid #fbba3a;border-right:0.1875rem solid #fbba3a;border-bottom:0.1875rem solid #fbba3a;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;box-sizing:border-box;color:rgba(var(--color-tertiary-4),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.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.9375rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:19.75rem;left:46.25rem;display:block; }
#QD3DJsLBS6RFFJr5JC11UPTA3ERHVXDw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gOwP89oi7X3kxoghTEHr7tx6zUSx0TaJ { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.5rem;width:14.5rem;top:7.0804687440394rem;left:30.000001907349rem;overflow:hidden;display:block; }
#rZDqxBzFIyWWVbla9OkqAXixZWN4Qg6H { position:absolute;display:block;z-index:15022;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:10.75rem;width:10.75rem;top:8.0625003799794rem;left:2.125rem;overflow:hidden;display:block; }
#DLseL0zTLTsqzHgAnT0qK3V4X8ACFOQI { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.1875rem;width:7.25rem;top:9.3437505662444rem;left:18.875001907349rem;overflow:hidden;display:block; }
#itMehv8IQS38C6wDhopN5oaLSllXBo24 { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.1875rem;width:10.75rem;top:10.343750566244rem;left:47.124219894409rem;overflow:hidden;display:block; }
#llHgJv1SONTtZNlq8KwtvCs0VT3m379q { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),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; }#llHgJv1SONTtZNlq8KwtvCs0VT3m379q > .row .container { background-color: transparent; background-image: none; }#llHgJv1SONTtZNlq8KwtvCs0VT3m379q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#llHgJv1SONTtZNlq8KwtvCs0VT3m379q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#llHgJv1SONTtZNlq8KwtvCs0VT3m379q > .row .container > .video-iframe-container { display: none; }#llHgJv1SONTtZNlq8KwtvCs0VT3m379q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#llHgJv1SONTtZNlq8KwtvCs0VT3m379q > .row > .video-iframe-container { display: none; }#llHgJv1SONTtZNlq8KwtvCs0VT3m379q > .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); }#llHgJv1SONTtZNlq8KwtvCs0VT3m379q > .row .container { border-width: 0; border-radius: 0; }#llHgJv1SONTtZNlq8KwtvCs0VT3m379q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#llHgJv1SONTtZNlq8KwtvCs0VT3m379q > .row .container { font-size:0.875rem;font-family:arial;height:54.875rem;width:60rem;position:relative;display:block; }#cHNMnnW8wH1skWUbor6ZTZtlnJ7RWNT9 { color:rgba(var(--color-tertiary-4),1);display:block;width:26.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.4375rem;left:33.75rem;height:2.92480625rem;font-style:normal;display:block; }
#TRAwKsCZgPrzXcrcTfRuXaPXS2UuC1C5 { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-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:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:0.25rem;width:4.6875rem;top:7.375rem;left:33.75rem;display:block; }
#HMs3AOsh0strQexTMZ9Va1X4CVuWQJAM { color:rgba(var(--color-tertiary-4),1);display:block;width:23.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:8.62451171875rem;left:33.75rem;height:44.35110625rem;font-style:normal;display:block; }
#vZ0kyfHc5ZCCmU3rC5rMLOkEOQ3W446W { 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:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.1875rem 0.375rem rgba(var(--color-tertiary-4),0.16) ;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:10.3125rem;height:3.125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:49.91259765625rem;left:3rem;display:block; }
#u5tCbldLD6Fc4ESp51w2fivtepVpU9nv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zNATPHrP2tm8VlduQ1CD6BbhtcJlTasx { color:rgba(var(--color-tertiary-4),1);display:block;width:26.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:5.5rem;left:33.75rem;height:1.3rem;font-style:normal;display:block; }
#e3FGaqeBbhmr1HtvIHrobDdCS1nttiih { color:rgba(var(--color-tertiary-4),1);display:block;width:21.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:45.875rem;left:6.5625rem;height:2.9248rem;font-style:normal;display:block; }
#L86XPzzkyIz2bAJtwR7XE5pRBXTiMNVP { color:#ffc901;display:block;width:4.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:43.125rem;left:3rem;height:1.86875rem;font-style:normal;display:block; }
#Fu4gqrUH2T74lEs7Ofwi17uGgtdl218g { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:2.9375rem;top:45.875rem;left:3.25rem;overflow:hidden;display:block; }
#DdnHI1mHOQHghJyZ4Fst8yUJu5QMIOJ8 { position:absolute;display:block;z-index:15011;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: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:39.75rem;width:24.125rem;top:2.4375rem;left:2.9375rem;overflow:hidden;display:block; }
#dEJ5b6HABnHaUVqvcr8Pch8WxaHH1Z1N { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.125rem;width:5.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:6.03125rem;left:57.062498092651rem; }
#OTJPDXXHvTXWXEMQPNS8w92IvbsAebLf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.875rem;width:3.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:1;top:1.5374999046326rem;left:28.125001907349rem; }
#OBNLds6lR5bo54es2E1D8ObVhhTUeQvn { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.375rem;width:6.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:39.887500762939rem;left:24.39999961853rem; }
#zZ8ZtQtx7RmbU9cpCCpEQfwxoEdaTEMR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:42.84033203125rem;left:56.9375rem; }
#Wmfxb7e0AGXDMfP4eKpgi8twr6PEWJul { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),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; }#Wmfxb7e0AGXDMfP4eKpgi8twr6PEWJul > .row .container { background-color: transparent; background-image: none; }#Wmfxb7e0AGXDMfP4eKpgi8twr6PEWJul::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wmfxb7e0AGXDMfP4eKpgi8twr6PEWJul > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wmfxb7e0AGXDMfP4eKpgi8twr6PEWJul > .row .container > .video-iframe-container { display: none; }#Wmfxb7e0AGXDMfP4eKpgi8twr6PEWJul > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wmfxb7e0AGXDMfP4eKpgi8twr6PEWJul > .row > .video-iframe-container { display: none; }#Wmfxb7e0AGXDMfP4eKpgi8twr6PEWJul > .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); }#Wmfxb7e0AGXDMfP4eKpgi8twr6PEWJul > .row .container { border-width: 0; border-radius: 0; }#Wmfxb7e0AGXDMfP4eKpgi8twr6PEWJul > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Wmfxb7e0AGXDMfP4eKpgi8twr6PEWJul > .row .container { font-size:0.875rem;font-family:arial;height:61.0625rem;width:60rem;position:relative;display:block; }#SdVcsCit8ALKJMrculOfnmrF0yaXyvru { color:rgba(var(--color-tertiary-4),1);display:block;width:26.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:4.8125rem;left:2.3125rem;height:1.3rem;font-style:normal;display:block; }
#bmV0SmOgmOSSVgvOmTld2w91phe5WP4G { color:rgba(var(--color-tertiary-4),1);display:block;width:23.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:8.322265625rem;left:2.3125rem;height:51.17423125rem;font-style:normal;display:block; }
#ExZaVqUG7WdvwVqhgOFnkgzB16rMTsur { color:rgba(var(--color-tertiary-4),1);display:block;width:26.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:1.75rem;left:2.3125rem;height:2.84375rem;font-style:normal;display:block; }
#CqkKF4o3HGIQQI8Wd6gSKriluxXVS3hZ { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-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:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:0.25rem;width:4.6875rem;top:7.1875rem;left:2.3125rem;display:block; }
#lhBAcGgckhbgOmEAGkrZ0WR2SeXdn77o { color:rgba(var(--color-tertiary-4),1);display:block;width:15.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:51.625rem;left:36.625rem;height:2.9248rem;font-style:normal;display:block; }
#oI1SQhTHmgW4DhEQXRb3qHZZsvJ3UW1s { 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:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.1875rem 0.375rem rgba(var(--color-tertiary-4),0.16) ;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:10.3125rem;height:3.125rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:55.87060546875rem;left:33.1875rem;display:block; }
#cyee2JJHl3ABi1I1qba97hDumoh2rJ3Z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#H4cMqV7qVTonJPHTyzSncVLfOeZ8mBwX { color:#ffc901;display:block;width:4.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:48.8125rem;left:33.1875rem;height:1.86875rem;font-style:normal;display:block; }
#lgdohUs4UiQKJbhSAIvEDOLzc3vRQZ3i { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:2.9375rem;top:51.546875rem;left:33.187501907349rem;overflow:hidden;display:block; }
#i1suHfLP2nnWOEUuPdN4Ld8VyTCrN3MV { position:absolute;display:block;z-index:15012;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: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.37) ;height:42.75rem;width:23.625rem;top:1.75rem;left:33.187501907349rem;overflow:hidden;display:block; }
#clfVUlesUXovLbISd1zl1q5mwV212sS0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.375rem;width:6.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:8.875rem;left:26.237501144409rem; }
#RZpw1Tozp90f3HEQShNAJ9KEG5gfoKJp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.8125rem;width:7.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:40.3125rem;left:53.624998092651rem; }
#XmpdNCfrxhedmyprUXrzxF9kTvOGSQ0D { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),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; }#XmpdNCfrxhedmyprUXrzxF9kTvOGSQ0D > .row .container { background-color: transparent; background-image: none; }#XmpdNCfrxhedmyprUXrzxF9kTvOGSQ0D::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XmpdNCfrxhedmyprUXrzxF9kTvOGSQ0D > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XmpdNCfrxhedmyprUXrzxF9kTvOGSQ0D > .row .container > .video-iframe-container { display: none; }#XmpdNCfrxhedmyprUXrzxF9kTvOGSQ0D > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XmpdNCfrxhedmyprUXrzxF9kTvOGSQ0D > .row > .video-iframe-container { display: none; }#XmpdNCfrxhedmyprUXrzxF9kTvOGSQ0D > .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); }#XmpdNCfrxhedmyprUXrzxF9kTvOGSQ0D > .row .container { border-width: 0; border-radius: 0; }#XmpdNCfrxhedmyprUXrzxF9kTvOGSQ0D > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XmpdNCfrxhedmyprUXrzxF9kTvOGSQ0D > .row .container { font-size:0.875rem;font-family:arial;height:58.4375rem;width:60rem;position:relative;display:block; }#fcb5AlsTUho58QWdMGT67J2UZJ10GhvO { color:rgba(var(--color-tertiary-4),1);display:block;width:26.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.4375rem;left:33.75rem;height:2.68115rem;font-style:normal;display:block; }
#T3wMzoixGTbT14UAnOJ3PRToCt3MTpWU { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-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:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:0.25rem;width:4.6875rem;top:7.8125rem;left:33.75rem;display:block; }
#DIXUUgVMF9qdKDDoKrfrx4V2bfPTXTHu { color:rgba(var(--color-tertiary-4),1);display:block;width:24.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:9.4375rem;left:33.75rem;height:46.62548125rem;display:block; }
#UV5Wa6e5TlRElF39IbXindX3LTgTQB9c { color:rgba(var(--color-tertiary-4),1);display:block;width:26.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:5.5rem;left:33.75rem;height:1.3rem;font-style:normal;display:block; }
#Wwk0T7TnXEaeE6Dl85fOTNVZcZIh68Ji { 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:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.1875rem 0.375rem rgba(var(--color-tertiary-4),0.16) ;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:10.3125rem;height:3.125rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:53.189453125rem;left:3.3125rem;display:block; }
#kEuK8bbIOx1TABQ6Uf0iFXRvRfux7O8l { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#My8XaQ78zn49HeTCkm0O5UPwfInDynl4 { color:#ffc901;display:block;width:4.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:45.875rem;left:3.3125rem;height:1.86875rem;font-style:normal;display:block; }
#zXQCdLw5i439WFDun6JvHmJg6FXb8P69 { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:2.9375rem;top:48.75rem;left:3.3125rem;overflow:hidden;display:block; }
#JpcTKfKi3CnxUcfyrs8HUoDGHRKVOn4u { color:rgba(var(--color-tertiary-4),1);display:block;width:15.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:48.75rem;left:7.5rem;height:2.9248rem;font-style:normal;display:block; }
#wWfHF6mEZ1FivHMDdkOtSCVUGGwDmC7a { position:absolute;display:block;z-index:15015;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: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.37) ;height:42.0625rem;width:23.6875rem;top:2.4375rem;left:3.15625rem;overflow:hidden;display:block; }
#bUTOEp9ePRLnGGqGBmcd4TaoFC3NzzQI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.5625rem;width:5.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:0rem;left:24.500001907349rem; }
#sqnzPMdH3AglKe9wI59BEFREc4XGE3av { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.125rem;width:4.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:5.875rem;left:55.0625rem; }
#yyX3xblCUFHlBDQLInPtkuNLoPzk0qqD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:8.625rem;width:8.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:43.125rem;left:20.25rem; }
#e47nAEEww9pbCDr4DzgXsobPX0OVguPP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0090ff;background-image:url("https://images.assets-landingi.com/uc/0b63eedf-7a0e-4a18-a777-688ac928a484/ToGaleria.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#e47nAEEww9pbCDr4DzgXsobPX0OVguPP.adaptive-delivery-prevent-bg, #e47nAEEww9pbCDr4DzgXsobPX0OVguPP.lazyload, #e47nAEEww9pbCDr4DzgXsobPX0OVguPP.lazyloading { background-image: none; }#e47nAEEww9pbCDr4DzgXsobPX0OVguPP > .row .container { background-color: transparent; background-image: none; }#e47nAEEww9pbCDr4DzgXsobPX0OVguPP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e47nAEEww9pbCDr4DzgXsobPX0OVguPP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e47nAEEww9pbCDr4DzgXsobPX0OVguPP > .row .container > .video-iframe-container { display: none; }#e47nAEEww9pbCDr4DzgXsobPX0OVguPP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e47nAEEww9pbCDr4DzgXsobPX0OVguPP > .row > .video-iframe-container { display: none; }#e47nAEEww9pbCDr4DzgXsobPX0OVguPP > .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); }#e47nAEEww9pbCDr4DzgXsobPX0OVguPP > .row .container { border-width: 0; border-radius: 0; }#e47nAEEww9pbCDr4DzgXsobPX0OVguPP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#e47nAEEww9pbCDr4DzgXsobPX0OVguPP > .row .container { font-size:0.875rem;font-family:arial;height:40.25rem;width:60rem;position:relative;display:block; }#ztzGa38rUTALDkWF5oRvznhUiD5ZBieX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:14999;opacity:1;top:2.4375rem;left:38.573438644409rem; }
#vMbIh7TnL0G2027omSOHVgDoRSHfSIKG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:7.9375rem;left:33.58749961853rem; }
#fVBiXqOmPGl1T3K1SzXa4FVWac02uZOU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5rem;width:5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:14998;opacity:1;top:5.1875rem;left:4.3992195129394rem; }
#DgFTkPA5hT0d0owOZhhwOhJx8TKTDM5G { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:8.21875rem;left:25.625001907349rem; }
#I8AXxMExpKRsC77L1aOAtq1yiRzV747y { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:5.1875rem;left:23.862501144409rem; }
#UStqzbyMk21DHiBiTSdfLeKTfHVIezax { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:3.28125rem;left:31.824998855591rem; }
#BLTAK4lviVbQa89hdzykvCNVpzrZA2PX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:1.3617191314698rem;left:24.312501907349rem; }
#UTsG1bNuzMO7krThB7UJ1JtrnZKnezxc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:5.7375011444092rem;left:29.460939407349rem; }
#aWxlPTvcHHTeUrkIszCl3xCERsDn4tr3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:1.3617191314698rem;left:34.824998855591rem; }
#pp55Ncx4xHqItbnuHXyi9DUQQmOL3vZ0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:14997;opacity:1;top:4.59375rem;left:56.77499961853rem; }
#qIVtO1GFxwyBnvTJmteiTHXGETzrQgU7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:20.8125rem;left:58.687498092651rem; }
#t4EzGmJVPfVuFahJqAMpoBfrs3oblX8v { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.5rem;width:3.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:14996;opacity:1;top:20.8125rem;left:44.03750038147rem; }
#uSfLnKFvNWNGuOTEOdgDdMt1zx3Z48Vt { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:23.88046836853rem;left:17.02499961853rem; }
#E7zZx9H5QNfcB979TkLhMzSiD4mVtTa5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:32.674999237061rem;left:23.312501907349rem; }
#dRIwX4kv5wRSJW3vT5f0wSW7ftZBZAOz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.5rem;width:3.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:14995;opacity:1;top:2.0625rem;left:50.249219894409rem; }
#k6mcyNSRLe8EXL7CiSw2d2eEBELrcdfv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:38.9375rem;left:57.39999961853rem; }
#WVs98dbiS71M0QJINCGZvFTFFoJtArti { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:32.67578125rem;left:58.687498092651rem; }
#AZT31pUaonMbE2FqvLnZKT6tq2CyDR4C { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:23.411719322204rem;left:2.5242195129394rem; }
#OriyFyo0AIiK6r1lzNzy15AqCOeeatmU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:2.4375rem;left:1.9375rem; }
#BRcM3oDIrZoP5S9N38qhrWD2ra3O3lBh { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:20.8125rem;left:58.687498092651rem;display:none; }
#OkWT7JgZxEFKxhsEhkQVHFG3K2wKJikX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:20.8125rem;left:58.687498092651rem;display:none; }
#Qkfrl6pf258MBXybinefDkyPNwdn24vF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:1.3617191314698rem;left:24.312501907349rem;display:none; }
#npm0Bd5cssrlF3ZfvCf5IWEiTFSEmxCx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:1.3617191314698rem;left:24.312501907349rem;display:none; }
#KTbUlcZVSC2EgbPBpxRNC4ICtW0fkoM2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:1.3617191314698rem;left:24.312501907349rem;display:none; }
#mZLHK1y4gTcoZzX5WMQfhuTppbSma3ca { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:1.3617191314698rem;left:24.312501907349rem;display:none; }
#W13f7kiJUPoNOpfnugWsONvOKo9ThF9h { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:1.3617191314698rem;left:24.312501907349rem;display:none; }
#vDZmMIH6ntWtTqpSmKoHwoyN5OocPXaL { position:absolute;display:block;z-index:15025;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:29.25rem;width:29.25rem;top:9.59375rem;left:13.4609375rem;overflow:hidden;display:block; }
#otbTBMTSIdawXhBd6TUNJmCIZvhWGVQN { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:36.5625rem;width:36.5625rem;top:16.9375rem;left:23.437501907349rem;overflow:hidden;display:block; }
#UMIEZbUaNKJ1iwecBUUT3M3rUuSv2nLf { position:absolute;display:block;z-index:15033;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:30rem;width:30rem;top:25.875rem;left:0rem;overflow:hidden;display:block; }
#kRJCddKDf01XnINaudkhVdTPwxXblOAk { 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:15026;opacity:1;top:25.875rem;left:51.39999961853rem; }
#k1ETDwgkwvm8RqLKQsN7vy1MRAxeXaO7 { 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:15027;opacity:1;top:28.1875rem;left:10.899219512939rem; }
#sL2myULgpv3JTKakPhzHqUazKE44TDmf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:30.41250038147rem;left:4.3992195129394rem; }
#qLWOBsQRmBG10DiyNvwua0TECTL4iwAO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:24.3125rem;left:8.4562492370606rem; }
#TiXEQ500h2WJuZa4bVxTE2I3z6T8i02h { position:absolute;display:block;z-index:15024;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:22.875rem;width:34.25rem;top:1.3609371185302rem;left:0rem;overflow:hidden;display:block; }
#WssJFgLI0yLd67SVp3Ng8GA64qDHCvdl { position:absolute;display:block;z-index:15024;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:22.625rem;width:33.375rem;top:3.75rem;left:26.625001907349rem;overflow:hidden;display:block; }
#zgfytJGnSzcnbx9T7tnGITO2ROCJH4l5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:7.25rem;left:18.71249961853rem;display:none; }
#t6CnTb6BaLEHQIrcnrXdDNakufaORp6e { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:7.25rem;left:18.71249961853rem;display:none; }
#K67aG64MnTWstrMFa3QRna82bRz5wNAK { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:60rem;width:60rem;display:none; }
#OCI0OakTwe8EQeqqJDHJ3re4KLIqUMt6 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:60rem;width:60rem;display:none; }
#JAqQkBTCnHN0aR2u6Vc0ucUrvRWHz8DW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:5.1875rem;left:23.862501144409rem;display:none; }
#EeJyB8lBk9s8Ly5vn84goJgeK2a7CHhp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0090ff;background-image:url("https://images.assets-landingi.com/uc/e581af49-3157-4165-a098-5387364deca4/Beznazwy1.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#EeJyB8lBk9s8Ly5vn84goJgeK2a7CHhp.adaptive-delivery-prevent-bg, #EeJyB8lBk9s8Ly5vn84goJgeK2a7CHhp.lazyload, #EeJyB8lBk9s8Ly5vn84goJgeK2a7CHhp.lazyloading { background-image: none; }#EeJyB8lBk9s8Ly5vn84goJgeK2a7CHhp > .row .container { background-color: transparent; background-image: none; }#EeJyB8lBk9s8Ly5vn84goJgeK2a7CHhp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EeJyB8lBk9s8Ly5vn84goJgeK2a7CHhp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EeJyB8lBk9s8Ly5vn84goJgeK2a7CHhp > .row .container > .video-iframe-container { display: none; }#EeJyB8lBk9s8Ly5vn84goJgeK2a7CHhp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EeJyB8lBk9s8Ly5vn84goJgeK2a7CHhp > .row > .video-iframe-container { display: none; }#EeJyB8lBk9s8Ly5vn84goJgeK2a7CHhp > .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); }#EeJyB8lBk9s8Ly5vn84goJgeK2a7CHhp > .row .container { border-width: 0; border-radius: 0; }#EeJyB8lBk9s8Ly5vn84goJgeK2a7CHhp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EeJyB8lBk9s8Ly5vn84goJgeK2a7CHhp > .row .container { font-size:0.875rem;font-family:arial;height:14.375rem;width:60rem;position:relative;display:block; }#HVs5m6nvf7LLw23z6tG51PJ4cEk6RcEv { background-color:rgba(var(--color-secondary-2),1);background-image:none;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: 0.0625rem 0.0625rem 1.875rem rgba(var(--color-tertiary-4),0.12) ;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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.375rem;height:5rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:5.9367227554321rem;left:42.187501907349rem;display:block; }
#EJy7uEFAwHLwwez3cF9EtpTy64UP54Xv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wX2CbwiFalJnTr79RMxPWi4AApcGJZ9P { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:7.25rem;left:18.71249961853rem; }
#yZNGA9lmIXU8VwaWRnEuEQANGepsgbvA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:7.25rem;left:18.71249961853rem;display:none; }
#prLcVGreCT9EAcTBLhs8tdaWlyCOUxn5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:7.25rem;left:18.71249961853rem;display:none; }
#GfHvTZwakFcuPqQo3puCqLr5n7BtvK7y { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.0625rem;width:3.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:1.625rem;left:20.71249961853rem; }
#OObebO95ggSFBGFvTlDeHiVaSiMvv0T4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:14998;opacity:1;top:4.0492191314697rem;left:56.02499961853rem; }
#QuPpesfyTbIMnVdzWBVXDcLBHvEUxTB6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:4.6750001907349rem;left:34.92421913147rem; }
#svvVTrmS9NaEQmPgm4TtBQeuBDlV37oD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#4072b0;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; }#svvVTrmS9NaEQmPgm4TtBQeuBDlV37oD > .row .container { background-color: transparent; background-image: none; }#svvVTrmS9NaEQmPgm4TtBQeuBDlV37oD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#svvVTrmS9NaEQmPgm4TtBQeuBDlV37oD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#svvVTrmS9NaEQmPgm4TtBQeuBDlV37oD > .row .container > .video-iframe-container { display: none; }#svvVTrmS9NaEQmPgm4TtBQeuBDlV37oD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#svvVTrmS9NaEQmPgm4TtBQeuBDlV37oD > .row > .video-iframe-container { display: none; }#svvVTrmS9NaEQmPgm4TtBQeuBDlV37oD > .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); }#svvVTrmS9NaEQmPgm4TtBQeuBDlV37oD > .row .container { border-width: 0; border-radius: 0; }#svvVTrmS9NaEQmPgm4TtBQeuBDlV37oD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#svvVTrmS9NaEQmPgm4TtBQeuBDlV37oD > .row .container { font-size:0.875rem;font-family:arial;height:37.125rem;width:60rem;position:relative;display:block; }#S8MqWZmNuWm7UNTtmOsbmH2TMEc5DtPz { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat: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:24.75rem;width:20rem;top:7.4375rem;left:0rem;display:block; }
#TaVO4dlkoPB4Tmml6TOZWlHZ3l6DL5fa { color:rgba(var(--color-tertiary-4),1);display:block;width:16.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15014;line-height:1.6;letter-spacing:0;top:12.0625rem;left:1.21875rem;height:18.69676875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gWRu0WMDa66ElitVnRECl7LiOuUd9vF7 { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat: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:24.75rem;width:20rem;top:7.3125rem;left:40rem;display:block; }
#BJTzQzNNOANCMbbTcgH185Bk1EsRSBTD { color:#0780dc;display:block;width:8.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:8.5rem;left:45.78125rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GwRnT8Qi9oAEnpzhdZJiRVoSfsa4Xrld { position:absolute;display:block;z-index:15022;background-color:#0780dc;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;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:0.125rem;width:8.125rem;top:11.162109375rem;left:45.9375rem;display:block; }
#Z6GPg4uLXJicEXFcZJkqxUNqgDm5sA8u { color:rgba(var(--color-tertiary-4),1);display:block;width:16.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15015;line-height:1.6;letter-spacing:0;top:12.0625rem;left:42.0625rem;height:10.7988375rem;font-style:normal;text-align:left;text-align-last:left;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; }
#ZuwFFdO3mANEJeJ8qSB6Eb8JahHAkITf { color:#0780dc;display:block;width:5.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:8.5rem;left:5.75rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yeTQU4UheWKhShQHVzquFiOrM0HTAfaT { position:absolute;display:block;z-index:15023;background-color:#0780dc;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;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:0.125rem;width:6.25rem;top:11.162109375rem;left:5.375rem;display:block; }
#llyVuqTa75yxSu4HTIkGzvBcrkfPJpAE { background-color:transparent;background-image:none;border-top:0.25rem solid rgba(var(--color-tertiary-0),1);border-left:0.25rem solid rgba(var(--color-tertiary-0),1);border-right:0.25rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-0),1);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;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.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.375rem;height:3.5rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:1.9375rem;left:20.8125rem;display:block; }
#HK3n9Ny5AXoThrcm7SiQh1v56cJhDNHX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RTrAfZl6s6vK0Gk5u6D6FiQRT5y6NBkV { position:absolute;display:block;z-index:15025;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:22.3125rem;width:22.3125rem;top:8.65625rem;left:18.843751907349rem;overflow:hidden;display:block; }
#rIRtUAK10US2sxKqf6r3DG1nFedgoSmn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0090ff;background-image:url("https://images.assets-landingi.com/uc/e581af49-3157-4165-a098-5387364deca4/Beznazwy1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rIRtUAK10US2sxKqf6r3DG1nFedgoSmn.adaptive-delivery-prevent-bg, #rIRtUAK10US2sxKqf6r3DG1nFedgoSmn.lazyload, #rIRtUAK10US2sxKqf6r3DG1nFedgoSmn.lazyloading { background-image: none; }#rIRtUAK10US2sxKqf6r3DG1nFedgoSmn > .row .container { background-color: transparent; background-image: none; }#rIRtUAK10US2sxKqf6r3DG1nFedgoSmn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rIRtUAK10US2sxKqf6r3DG1nFedgoSmn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rIRtUAK10US2sxKqf6r3DG1nFedgoSmn > .row .container > .video-iframe-container { display: none; }#rIRtUAK10US2sxKqf6r3DG1nFedgoSmn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rIRtUAK10US2sxKqf6r3DG1nFedgoSmn > .row > .video-iframe-container { display: none; }#rIRtUAK10US2sxKqf6r3DG1nFedgoSmn > .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); }#rIRtUAK10US2sxKqf6r3DG1nFedgoSmn > .row .container { border-width: 0; border-radius: 0; }#rIRtUAK10US2sxKqf6r3DG1nFedgoSmn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rIRtUAK10US2sxKqf6r3DG1nFedgoSmn > .row .container { font-size:0.875rem;font-family:arial;height:50.9375rem;width:60rem;position:relative;display:block; }#fCOVQNe9zz3JyPEoLa0IIvmA8y1LSOPO { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat: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:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:11.375rem;width:28.125rem;top:10.9375rem;left:0rem;display:block; }
#oT1JOPJisb8T3N0B89NrreifgCtDUIHi { color:rgba(var(--color-primary-3),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:14.6748046875rem;left:7.8125rem;height:3.8999rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WpiBlOxlPFQvGcTkOmULbAA4CTpNeUno { color:rgba(var(--color-primary-3),1);display:block;width:14.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:16.5625rem;left:7rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TFbz5eTuCoNAPxlhHNLSOT5WfFZCTRIX { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:top left !important;background-repeat: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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(var(--color-tertiary-4),0.29) ;height:16.375rem;width:28.125rem;top:22.3125rem;left:0rem;display:block; }
#NzuNKdfEqTwF5DSxTaeZiZw8S1JKSsVa { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:top left !important;background-repeat: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:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(var(--color-tertiary-4),0.26) ;height:11.375rem;width:28.125rem;top:10.9375rem;left:31.875rem;display:block; }
#Zb8wwtQ1Tc3AmEzWmceZmWgT8buB2UlU { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:14.6748046875rem;left:39.6875rem;height:3.8999rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wD9v4Ws0TM95Hw72DBZzkWP6Pm3wckoX { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat: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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:16.625rem;width:28.125rem;top:22.3125rem;left:31.875rem;display:block; }
#TVOZTuPTCoJwrrXFPrbb70yILE70kzyE { color:rgba(var(--color-tertiary-0),1);display:block;width:14.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:23.625rem;left:6.96875rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#urcyxVoBcnuRrsvJliJ1KB8OoqwK3JFJ { color:rgba(var(--color-tertiary-0),1);display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15017;line-height:1.8;letter-spacing:0;top:26.2626953125rem;left:5.96875rem;height:8.724125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#urcyxVoBcnuRrsvJliJ1KB8OoqwK3JFJ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#urcyxVoBcnuRrsvJliJ1KB8OoqwK3JFJ li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/NheKm5qd/black_bullet.png); }
#HxIZI6UudclWA8rCguDxLg7z63Am4wov { background-color:rgba(var(--color-secondary-2),1);background-image:none;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: 0.0625rem 0.0625rem 1.875rem rgba(var(--color-tertiary-4),0.12) ;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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.375rem;height:5rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:37.000007629394rem;left:6.875rem;display:block; }
#eFodTV5zQ7pDCPlAfNTbTPsT5bIQxloK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VaTTdyZ07zJLE4TGt6cP3NTe16Gk4WCH { background-color:rgba(var(--color-secondary-2),1);background-image:none;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: 0.0625rem 0.0625rem 1.875rem rgba(var(--color-tertiary-4),0.12) ;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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.375rem;height:5rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:37.000007629394rem;left:38.750001907349rem;display:block; }
#DFU5Mz2cw3pRJifKphbiHvWlISQ7IbDU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#boJ5N6TrVaUFPUZiqyOHhK4uva8DunTs { color:rgba(var(--color-tertiary-0),1);display:block;width:21.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:5.1875rem;left:3.46875rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qPtTHUvuwf5ZXAJilbIIIBxCmB6H0T1i { color:rgba(var(--color-tertiary-0),1);display:block;width:21.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:5.1875rem;left:34.40625rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#EQIDAuZWWgMx1dpSmldSzXffx7nsKiFt { color:rgba(var(--color-primary-3),1);display:block;width:13.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:23.625rem;left:39.21875rem;height:1.95rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OZHMw2pUnkMaH44DQE6an4iiTKAnkxHG { color:rgba(var(--color-primary-3),1);display:block;width:17.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15018;line-height:1.8;letter-spacing:0;top:26.1376953125rem;left:37.125rem;height:8.724125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#OZHMw2pUnkMaH44DQE6an4iiTKAnkxHG li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#OZHMw2pUnkMaH44DQE6an4iiTKAnkxHG li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/NheKm5qd/black_bullet.png); }
#TqGvcdfa4lBJ0zxFqTd7sf4bFF2bc00t { color:rgba(var(--color-tertiary-0),1);display:block;width:48.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:44.812507629394rem;left:5.96875rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QOSoEPBkJdG2MCe0nbOId7PNqJC0Tnay { background-color:transparent;background-image:none;border-top:0.25rem solid rgba(var(--color-tertiary-0),1);border-left:0.25rem solid rgba(var(--color-tertiary-0),1);border-right:0.25rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-0),1);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;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.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.375rem;height:3.5rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:7.62939453125E-6rem;left:21.125001907349rem;display:block; }
#sOzzUrA47qqNLuvEWnEVGnhVUTZGiTqT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pbRggAGvgQKKKnDy2VaRyFKcQzPRFUfd { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-4),1);background-image:url("https://images.assets-landingi.com/uc/e581af49-3157-4165-a098-5387364deca4/Beznazwy1.preview.flip.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#pbRggAGvgQKKKnDy2VaRyFKcQzPRFUfd.adaptive-delivery-prevent-bg, #pbRggAGvgQKKKnDy2VaRyFKcQzPRFUfd.lazyload, #pbRggAGvgQKKKnDy2VaRyFKcQzPRFUfd.lazyloading { background-image: none; }#pbRggAGvgQKKKnDy2VaRyFKcQzPRFUfd > .row .container { background-color: transparent; background-image: none; }#pbRggAGvgQKKKnDy2VaRyFKcQzPRFUfd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pbRggAGvgQKKKnDy2VaRyFKcQzPRFUfd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pbRggAGvgQKKKnDy2VaRyFKcQzPRFUfd > .row .container > .video-iframe-container { display: none; }#pbRggAGvgQKKKnDy2VaRyFKcQzPRFUfd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pbRggAGvgQKKKnDy2VaRyFKcQzPRFUfd > .row > .video-iframe-container { display: none; }#pbRggAGvgQKKKnDy2VaRyFKcQzPRFUfd > .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); }#pbRggAGvgQKKKnDy2VaRyFKcQzPRFUfd > .row .container { border-width: 0; border-radius: 0; }#pbRggAGvgQKKKnDy2VaRyFKcQzPRFUfd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pbRggAGvgQKKKnDy2VaRyFKcQzPRFUfd > .row .container { font-size:0.875rem;font-family:arial;height:30.75rem;width:60rem;position:relative;display:block; }#bKzLFNzrzUmfK817SE6aCwpNtSQTxoPF { border-bottom:0.0625rem solid rgba(52,52,52,0.2);border-left:0.0625rem solid rgba(52,52,52,0.2);border-right:0.0625rem solid rgba(52,52,52,0.2);border-top:0.0625rem solid rgba(52,52,52,0.2);border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:17.375rem;width:26.25rem;position:absolute;display:block;z-index:15000;top:10.8125rem;left:0rem;display:block; }
#MeIZMhq1LNmzDZuHczhC52iVblX0wC1I { border-top:0.25rem solid rgba(var(--color-tertiary-4),1);border-left:0.25rem solid rgba(var(--color-tertiary-4),1);border-right:0.25rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/3640eafb-bc51-4342-8ccc-b9a560563f93/IkonaMama1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;height:9.0625rem;width:9.0625rem;position:absolute;display:block;z-index:15001;top:6.125rem;left:8.375rem;display:block; }#MeIZMhq1LNmzDZuHczhC52iVblX0wC1I.adaptive-delivery-prevent-bg, #MeIZMhq1LNmzDZuHczhC52iVblX0wC1I.lazyload, #MeIZMhq1LNmzDZuHczhC52iVblX0wC1I.lazyloading { background-image: none; }
#voAblpRJLTSVNmiK62TeWkVlk3DFXiXl { display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15002;line-height:1.5;letter-spacing:0;top:17.5625rem;left:1.3125rem;height:6rem;color:#333333;font-style:italic;text-align:center;text-align-last:center;display:block; }
#T3dGZMH0vphN0nLkCiSlBoa6fH1TSeFW { display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:24.125rem;left:0.6875rem;height:1.7875rem;font-style:normal;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-4),1);display:block; }
#CMa2NN1guUqt684OQoUwtcnPZTJIbTNk { border-bottom:0.0625rem solid rgba(52,52,52,0.2);border-left:0.0625rem solid rgba(52,52,52,0.2);border-right:0.0625rem solid rgba(52,52,52,0.2);border-top:0.0625rem solid rgba(52,52,52,0.2);border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:17.375rem;width:26.25rem;position:absolute;display:block;z-index:15004;top:10.8125rem;left:33.625rem;display:block; }
#ZBeCFZUPoBGCigRLUFg7vpM561Lnh6oD { border-top:0.25rem solid rgba(var(--color-tertiary-4),1);border-left:0.25rem solid rgba(var(--color-tertiary-4),1);border-right:0.25rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/aa27235d-6648-4fda-b299-39a7cfe46405/IkonaMama2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;height:9.0625rem;width:9.0625rem;position:absolute;display:block;z-index:15005;top:6.125rem;left:42rem;display:block; }#ZBeCFZUPoBGCigRLUFg7vpM561Lnh6oD.adaptive-delivery-prevent-bg, #ZBeCFZUPoBGCigRLUFg7vpM561Lnh6oD.lazyload, #ZBeCFZUPoBGCigRLUFg7vpM561Lnh6oD.lazyloading { background-image: none; }
#oZVDG7N3v9yVnQ2vcExIH8ly3sTxVoHZ { display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:17.5625rem;left:34.9375rem;height:6rem;color:#333333;font-style:italic;text-align:center;text-align-last:center;display:block; }
#scOBVQs2w9MD7WhHBqbBv5lXrJ1fgl5U { display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:24.125rem;left:34.3125rem;height:1.7875rem;font-style:normal;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-4),1);display:block; }
#J6JmgnTAT5JXJbHSBM44aTJbA3PxKB9H { display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.125rem;left:0rem;height:3.9rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);font-style:normal;display:block; }
#pka3u8qce9rGZfxV1iJbHqMGT9TVdcfm { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:14.550000548362rem;left:29.406251907349rem; }
#K2ZpTPRAd9KKS3rVUloMbexDeZQdVVEg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:27.087499976158rem;left:25.062501907349rem; }
#gahHrTw17bvZ3T615ree0nEqXh4uTD6z { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:27.462499976158rem;left:50.77499961853rem; }
#yoQH9EI6EaLmfZVV3UDmaO7aKmz5zTfz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:21.087499976158rem;left:31.39999961853rem; }
#Nu3fuXP5zq1IDWvPnU7geKXJFovyBiHy { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:28.287500739097rem;left:15.27499961853rem; }
#zLaSldUiGVIdZtMCymEE6WulnyMyDyZ7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:8.7124999761581rem;left:38.89999961853rem; }
#GJrI40q8Sv8rRwsWbPHSfhMaZJnQuHOK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:18.956249594688rem;left:26.35000038147rem; }
#smPhCLTGNTbqVC5VB816DZTnFq1T0fxr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:2.8874998092651rem;left:3.1492195129394rem; }
#yxzd0p8WKK16D5BCqSTFGHVPKVNERmvg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:6.574999809265rem;left:17.937501907349rem; }
#sudm0FW8C8l5RRuMSdNxofVxbQAEBXs1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:3.9875001907349rem;left:55.39999961853rem; }
#LVAWu2TlrkTVkTOUVRDTFThbXwIQzGmn { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:1.98046875rem;left:41.46249961853rem; }
#NsE6cQS8R08qe16lsT0kbCQECCqQTWAK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:2.29296875rem;left:13.762500762939rem; }
#nDazTVrgnLVTSKxTGCFg2pLVFrvuhOpt { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:7.574999809265rem;left:30.593751907349rem; }
#vcTfNZoQ5fXHNDOlHB6Vwif7ZPta3msK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);background-image:url("https://images.assets-landingi.com/uc/beef7ad7-3e95-4f21-a938-c9a5bbe7cb58/ToLanding.preview.invert.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !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; }#vcTfNZoQ5fXHNDOlHB6Vwif7ZPta3msK.adaptive-delivery-prevent-bg, #vcTfNZoQ5fXHNDOlHB6Vwif7ZPta3msK.lazyload, #vcTfNZoQ5fXHNDOlHB6Vwif7ZPta3msK.lazyloading { background-image: none; }#vcTfNZoQ5fXHNDOlHB6Vwif7ZPta3msK > .row .container { background-color: transparent; background-image: none; }#vcTfNZoQ5fXHNDOlHB6Vwif7ZPta3msK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vcTfNZoQ5fXHNDOlHB6Vwif7ZPta3msK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vcTfNZoQ5fXHNDOlHB6Vwif7ZPta3msK > .row .container > .video-iframe-container { display: none; }#vcTfNZoQ5fXHNDOlHB6Vwif7ZPta3msK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vcTfNZoQ5fXHNDOlHB6Vwif7ZPta3msK > .row > .video-iframe-container { display: none; }#vcTfNZoQ5fXHNDOlHB6Vwif7ZPta3msK > .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); }#vcTfNZoQ5fXHNDOlHB6Vwif7ZPta3msK > .row .container { border-width: 0; border-radius: 0; }#vcTfNZoQ5fXHNDOlHB6Vwif7ZPta3msK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vcTfNZoQ5fXHNDOlHB6Vwif7ZPta3msK > .row .container { font-size:0.875rem;font-family:arial;height:42.8125rem;width:60rem;position:relative;display:block; }#lcGNXek9G8MAPAcrN1JbokzzwVXM8KTp { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:9.1875rem;left:0rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz .widget-form-header {  }
#EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:25rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;line-height:1.4; }
#EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:25rem;box-sizing:border-box;height:3.4375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:dosis; }
#EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz .widget-input-text {padding-top: 0; padding-bottom: 0;}#EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:25rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:dosis; }
#EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:25rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:dosis;font-size:0.875rem;overflow:hidden; }
#EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz .widget-input-select {padding-top: 0; padding-bottom: 0;}#EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz .widget-input-button { border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;background-color:#ffc901;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:5rem;margin-bottom:0.25rem;margin-left:5rem;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#f2f9ff;width:15rem;height:5rem;font-family:var(--paragraphs-font-family);overflow:hidden; }
#EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz [class*="-text"]:-moz-placeholder { color:#333333;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;font-style:normal;text-align:center;text-align-last:center; }
#EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz [class*="-text"]::-moz-placeholder { color:#333333;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;font-style:normal;text-align:center;text-align-last:center; }
#EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz [class*="-text"]:-ms-input-placeholder { color:#333333;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;font-style:normal;text-align:center;text-align-last:center; }
#EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz [class*="-text"]::-webkit-input-placeholder { color:#333333;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;font-style:normal;text-align:center;text-align-last:center; }
#EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;color:rgba(var(--color-tertiary-0),1);vertical-align:top;width:23.75rem;overflow:hidden;font-style:normal;line-height:1.5; }
#EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:dosis;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz .widget-container:first-of-type{padding-top:0;}#EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz .widget-container:last-of-type{padding-bottom:0;}#EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:25rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15004;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:11.625rem;left:16.25rem; }
#EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:25rem; }
#EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz .widget-info-text { display:block;height:auto;font-family:dosis;font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-0),1);vertical-align:top;overflow:hidden;font-style:normal; }
#EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz {display:block;}#EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:25rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15004;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:11.625rem;left:16.25rem; }
#EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz #rPU99MeFG2pgJwSv6Te0EeBZdSG5Q5lw { position:relative; }
#EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz #iwgDb4FzkDXANdmgIQXQTeo1lvndZ3LH { position:relative;display:block; }
#EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz #ES5AL1lx3lSLIzETadV1Pdtpr5rZD98J { position:relative; }
#EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz #qSezEuotJd5LNFlT9aqx4APWFB33pmqx { position:relative; }
#EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz #Xp3QyRolTIz7gCMBXIqc6lbJqqnlFkTN { position:relative;display:block; }
#EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz #ehmVCpOdZQeOTOvErrsW7BCKwD5edfyD { position:relative; }
#EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz #WInHICXuJPzpKObpEZ0xuJRE0sSbmePO { position:relative; }
#EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz #TioBu0T94bBTpAnaV3WQZl7pATTE5LfX { position:relative;display:block; }
#EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz #QP2FOyoeLOAViox4xW9y439pSrT4VbgZ { position:relative; }
#EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz #P0b6vs2lThrppEb624AWMs8k9RRnaMti { position:relative; }
#EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz #CFVBUpaq4sTa5Hzfn0tnE7c0b6lrNASs { position:relative;z-index:2; }
#EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz #cHybUqhaxSGiK3l1KVAewGPhQmqxklUn { position:relative; }
#EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz #tJyZmDV9ZOK3uquKaeKzbbFTynCaIsci { position:relative; }
#EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz #VXPKixHsvnpZwOzhiO9yT9wbfVvD9DcW { position:relative; }
#IiXTl9AbDoRdk9C2WIz4O7qMSZZD2BN9 { color:#ffc901;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.1875rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:2.6750001907349rem;left:0rem;height:5.44375rem;text-align:center;text-align-last:center;display:block; }
#g4Efo9uAwedVOXaikgXexNT5pJhlqqEg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:13.200001239777rem;left:13.862499237061rem; }
#vkNz3dVUn8T5o0XZrLIbeG2JH5Vyy9QI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:24.837500095367rem;left:1.8367195129394rem; }
#dnPD2PqX296vpNZJn7SxiFeTU0caaucZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:20.562500476837rem;left:11.399219512939rem; }
#THUQ26cP7TmrkKhxTT62I6OMwf9wunuc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:6.2750000953675rem;left:1.8367195129394rem; }
#KkxLTDT6p1VTOoJ8bMTuGeut8esocLxJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:19.424999713897rem;left:5.01171875rem; }
#N0aXNx2ZAVmTbPKeeiZHl5wxfctcF32z { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:26.525000095367rem;left:12.149219512939rem; }
#h8Pi5gm4MEG4azZ9Tc4SOKxXxtCKkMKm { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:13.900000095367rem;left:2.63671875rem; }
#lzditnhotHSDsU9ZOahPDWpWL3AP4RrC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:16.587500095367rem;left:8.8367195129394rem; }
#bKH7VSWWktB1DGfaTmG9iPwUTtd9XWWl { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:23.700001239777rem;left:7.69921875rem; }
#eiWo2c3TCkU2sgBR6yHRidsTfl89bkm7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:9.5625004768369rem;left:7.44921875rem; }
#bT7NiGnEEwg1WD3JC8ynD9JeORKkSoTX { 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:15011;opacity:1;top:1.6750001907349rem;left:7.88671875rem; }
#BXQZtJlSCOecogVEt19AgSmh6TJQzbxR { 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:15012;opacity:1;top:13.200001239777rem;left:10.44921875rem; }
#ZoI2ZpAUsdd8vBlaWQNgmXovVCQaPP16 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:2.625rem;left:55.58749961853rem; }
#Pg5MW4JDQCl1dJqVdUsHdOr3IotzTeCq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:9.1875004768369rem;left:48.58749961853rem; }
#UvIQUIdKCabOODtUzyfKdi4ShG9XVLGb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:23.6875rem;left:51.125rem; }
#gqmXLH0O06rRpVgIZBSChar6JfKgAmWb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:18.287500858307rem;left:48.58749961853rem; }
#DHPKNOEDnEKaSHsAPsMEcAmSuet0TTsh { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:14.950001239777rem;left:45.437501907349rem; }
#GPxAeOpRhavqlNcTnEyViRFuTPVTOCtR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:15.637501239777rem;left:56.887502670288rem; }
#Cv0n6XDSEU5xWtCZIUloM6OtBNg37c7b { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:30.5625rem;left:56.75rem; }
#tTTbrQ4uCHNSRC3URgwao6zXVeSUo9H5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:18.174999713897rem;left:53.200002670288rem; }
#d1i6lEKLkl1qEXwy7GHprbFtXBMOmLk4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:11.625000476837rem;left:53.312498092651rem; }
#f01SnIbu0z6J7InVURBoeHIonle7D1zO { 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:15013;opacity:1;top:3.34375rem;left:26.89999961853rem; }
#KZSFhT4iR2BOKLzcxHptCTrTnJLe6G0i { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:0.53750038146973rem;left:39.71249961853rem; }
#bHtsBS7tTXocdOVX43ayhMeETgImsGFC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:25.087500095367rem;left:44.925001144409rem; }
#GyusH2yI8e2TqdoLkIZZI0Tl7LN2lvnk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:24.837500095367rem;left:55.58749961853rem; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ZVrhwqTC7ObOrOfz0UFM4zKlJUciaMXH { display:block; }#ZVrhwqTC7ObOrOfz0UFM4zKlJUciaMXH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iFsEDtbQ6q606mn6o7naUkRXUcxqGaHq { width:47.75rem;height:2.4375rem;top:26.375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oFpTNRcrag98TfmKJPyJ7FqTxeoSD9r7 { width:47.75rem;height:8.625rem;top:15.625rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPTvGTu1oxXGJOJ88gsRC9hN3T62abmy { width:1.1875rem;height:1.1875rem;top:34.75rem;left:13.58749961853rem;display:block; }
 }@media only screen and (max-width: 763px) { #sumxcSuvB9WGk6VPggsIeyLfD2NNGFyr { width:1.1875rem;height:1.1875rem;top:35.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ixBqBMintzWMAoIsbwOG9w3ovpMX7lGh { width:1.4375rem;height:1.4375rem;top:31.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BeslAEySJdSAhOeBHFSVANHLq9h8QqF0 { width:1.1875rem;height:1.1875rem;top:34.75rem;left:2.3992195129394rem;display:block; }
 }@media only screen and (max-width: 763px) { #fxSxwOPRlVyM1tQUv8pOw8b3DLTQhWwH { width:1.1875rem;height:1.1875rem;top:33.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lifvyVqSTmT4kzVn5DozkmPDRryWfUXI { width:1.1875rem;height:1.1875rem;top:33.0625rem;left:7.89999961853rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWBs3JMvgctehxLTkiIvd32dsuTsCvWD { width:1.1875rem;height:1.1875rem;top:31.75rem;left:4.1492195129394rem;display:block; }
 }@media only screen and (max-width: 763px) { #yqZclOR2m3hxkGmBG4HhlAinTztgdnkl { width:1.1875rem;height:1.1875rem;top:38.125rem;left:22.33749961853rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZPE8RhTsTtru5rUwiJUe442JaJbsHhp { width:1.1875rem;height:1.1875rem;top:37.5625rem;left:26.71249961853rem;display:block; }
 }@media only screen and (max-width: 763px) { #AzyFESUD5fwtkNd2oLwHNTbbsAuWFo2q { width:1.1875rem;height:1.1875rem;top:34.1875rem;left:28.71249961853rem;display:block; }
 }@media only screen and (max-width: 763px) { #QKsu3hiOPT72KOMtymH7zx4AOf2kgZ9M { width:1.1875rem;height:1.1875rem;top:35.9375rem;left:32.58749961853rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jcg922TpsPRFDqT0Fv1xy3MOpe8nLOpI { width:1.1875rem;height:1.1875rem;top:36.5625rem;left:43.21249961853rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHpqwkUwwtxsvgp8r7iEQkMNLJyzdqAe { width:1.1875rem;height:1.1875rem;top:34.75rem;left:41.02499961853rem;display:block; }
 }@media only screen and (max-width: 763px) { #CyGgVgzp7hNlXMmlTFtB3xsHsicE0qnt { width:1rem;height:1rem;top:34.75rem;left:46.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0DVeeZrOcP7wdf6gMJBonZ8sVmmuRhM { width:1rem;height:1rem;top:33.75rem;left:44.39999961853rem;display:block; }
 }@media only screen and (max-width: 763px) { #MekLl2WAyUJDqmVvSmqPOTgaVV2MxSJu { width:1rem;height:1rem;top:33.0625rem;left:37.02499961853rem;display:block; }
 }@media only screen and (max-width: 763px) { #WoAuO07LGaP1twSBaJZOBoUdZT1cTAOn { width:1rem;height:1rem;top:33.75rem;left:31.637498855591rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTPcJTrEQFsbEcflxfxh1K66OT4lm1Ry { width:1rem;height:1rem;top:33.0625rem;left:20.77499961853rem;display:block; }
 }@media only screen and (max-width: 763px) { #XbaiHIuslSGfzQT5IS65fyQKT7dxooKS { width:1rem;height:1rem;top:33.0625rem;left:15.39999961853rem;display:block; }
 }@media only screen and (max-width: 763px) { #tVe2gP5fDyuuw2L0KVkqI5LsJXPfnzNT { width:1rem;height:1rem;top:33.0625rem;left:11.46249961853rem;display:block; }
 }@media only screen and (max-width: 763px) { #FDkPttugviTx5VEd9gERLQQ1giNv62Tw { display:block; }#FDkPttugviTx5VEd9gERLQQ1giNv62Tw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DbQIWioeK0VAaOOE7JZ5LdmoladDUUww { width:14.375rem;height:5rem;top:2rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOkGaPP1I9T4N0UtJGTU5VywXsIlSXF3 { display:block; }
 }@media only screen and (max-width: 763px) { #tKyc0mmXE4t8mOlG8tPWMZ6hiZ6CvJ5s { width:14.375rem;height:5rem;top:2rem;left:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJnHkwUy6sIeWirnx5UM3iwBNtnZTbIC { display:block; }
 }@media only screen and (max-width: 763px) { #KzznrIusOGMzshS6XGFZadNZbZ4nxqiZ { width:14.375rem;height:5rem;top:2rem;left:21.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vpAIy3ZnR9BVlwSTblBkpUqwEN7RNInr { display:block; }
 }@media only screen and (max-width: 763px) { #iAH5uG6y0FmiN7KzawDxvlXqhuGr8f29 { width:14.375rem;height:5rem;top:2rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QieC8lDBALcOcNhtLq1UK1kzhDAVX1wV { display:block; }
 }@media only screen and (max-width: 763px) { #FpgIEeAtsrED06WSsn037Jpyi0SiBMMw { display:block; }#FpgIEeAtsrED06WSsn037Jpyi0SiBMMw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #coX0TW44Z7FzfnNs3mAsuPRmgWccTOsg { width:47.75rem;height:3.375rem;top:3.625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T29P4D79qoHvJ25nO9nukJ7Z4eHLIbxm { width:47.75rem;height:;top:5.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vL96q25wyEmw2LUT7hfGT3TxzrQtl17s { width:12.5rem;height:9.75rem;top:25.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1OGLxHngNt7PI1EXUrnx3RlSH4kK5ZX { width:12.5rem;height:11.375rem;top:25.25rem;left:11.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zv86ra8FFUbUrOq68E9BflbK0CKdzDhN { width:12.5rem;height:11.375rem;top:25.25rem;left:23.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XgVBUUQBOMVtToBKsJ65ATK9VWMdw44b { width:12.5rem;height:8.125rem;top:25.25rem;left:35.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NmTd9x9XTdgTEE7zswpuLtiKNCx7cQwl { width:12.5rem;height:3.9375rem;top:19.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQCUN4cPKPC1KaeNgo01WkWsWFN2XQS1 { display:block; }
 }@media only screen and (max-width: 763px) { #rtlTUXFE3rrKGQnfOAuzMKWtSFlhO8L0 { width:12.5rem;height:3.9375rem;top:19.75rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3whZPeLqMdWOR8ZGbyJc9EIJvLddq2f { display:block; }
 }@media only screen and (max-width: 763px) { #GuqbsLHOXTvQ5p04DixzHtKJxnTh8pAN { width:12.5rem;height:3.9375rem;top:19.75rem;left:23.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tn1op88O7AX22KM5R46cHGhfDWTJHoOp { display:block; }
 }@media only screen and (max-width: 763px) { #G7m88DbGGTEiwWdEqKsvoX07P9vZFwgU { width:12.5rem;height:3.9375rem;top:19.75rem;left:35.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QD3DJsLBS6RFFJr5JC11UPTA3ERHVXDw { display:block; }
 }@media only screen and (max-width: 763px) { #gOwP89oi7X3kxoghTEHr7tx6zUSx0TaJ { width:14.5rem;height:14.5rem;top:7.0625rem;left:21.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZDqxBzFIyWWVbla9OkqAXixZWN4Qg6H { width:10.75rem;height:10.75rem;top:8.0625rem;left:0.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DLseL0zTLTsqzHgAnT0qK3V4X8ACFOQI { width:7.25rem;height:8.1875rem;top:9.3125rem;left:14.281251907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #itMehv8IQS38C6wDhopN5oaLSllXBo24 { width:10.75rem;height:6.1875rem;top:10.3125rem;left:36.405469894409rem;display:block; }
 }@media only screen and (max-width: 763px) { #llHgJv1SONTtZNlq8KwtvCs0VT3m379q { display:block; }#llHgJv1SONTtZNlq8KwtvCs0VT3m379q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cHNMnnW8wH1skWUbor6ZTZtlnJ7RWNT9 { top:2.4375rem;left:21.5rem;width:26.25rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRAwKsCZgPrzXcrcTfRuXaPXS2UuC1C5 { top:7.375rem;left:24.5625rem;width:4.6875rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMs3AOsh0strQexTMZ9Va1X4CVuWQJAM { top:8.5625rem;left:24.5625rem;width:23.1875rem;height:44.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZ0kyfHc5ZCCmU3rC5rMLOkEOQ3W446W { width:10.3125rem;height:3.125rem;top:49.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u5tCbldLD6Fc4ESp51w2fivtepVpU9nv { display:block; }
 }@media only screen and (max-width: 763px) { #zNATPHrP2tm8VlduQ1CD6BbhtcJlTasx { top:5.5rem;left:21.5rem;width:26.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3FGaqeBbhmr1HtvIHrobDdCS1nttiih { top:45.875rem;left:2.3125rem;width:21.5625rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L86XPzzkyIz2bAJtwR7XE5pRBXTiMNVP { width:4.25rem;height:1.8125rem;top:43.125rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fu4gqrUH2T74lEs7Ofwi17uGgtdl218g { width:2.9375rem;height:2.9375rem;top:45.875rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DdnHI1mHOQHghJyZ4Fst8yUJu5QMIOJ8 { width:24.125rem;height:39.75rem;top:2.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dEJ5b6HABnHaUVqvcr8Pch8WxaHH1Z1N { width:5.125rem;height:5.125rem;top:6rem;left:42.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTJPDXXHvTXWXEMQPNS8w92IvbsAebLf { width:3.875rem;height:3.875rem;top:1.5rem;left:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #OBNLds6lR5bo54es2E1D8ObVhhTUeQvn { width:6.375rem;height:6.375rem;top:39.875rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZ8ZtQtx7RmbU9cpCCpEQfwxoEdaTEMR { width:2.4375rem;height:2.4375rem;top:42.8125rem;left:45.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wmfxb7e0AGXDMfP4eKpgi8twr6PEWJul { display:block; }#Wmfxb7e0AGXDMfP4eKpgi8twr6PEWJul > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SdVcsCit8ALKJMrculOfnmrF0yaXyvru { top:4.8125rem;left:0rem;width:26.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bmV0SmOgmOSSVgvOmTld2w91phe5WP4G { top:8.3125rem;left:0rem;width:23.1875rem;height:51.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExZaVqUG7WdvwVqhgOFnkgzB16rMTsur { top:1.75rem;left:0rem;width:26.25rem;height:2.8125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqkKF4o3HGIQQI8Wd6gSKriluxXVS3hZ { top:7.1875rem;left:0rem;width:4.6875rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhBAcGgckhbgOmEAGkrZ0WR2SeXdn77o { top:51.625rem;left:27.4375rem;width:15.0625rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oI1SQhTHmgW4DhEQXRb3qHZZsvJ3UW1s { width:10.3125rem;height:3.125rem;top:55.8125rem;left:24rem;display:block; }
 }@media only screen and (max-width: 763px) { #cyee2JJHl3ABi1I1qba97hDumoh2rJ3Z { display:block; }
 }@media only screen and (max-width: 763px) { #H4cMqV7qVTonJPHTyzSncVLfOeZ8mBwX { width:4.25rem;height:1.8125rem;top:48.8125rem;left:24rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lgdohUs4UiQKJbhSAIvEDOLzc3vRQZ3i { width:2.9375rem;height:2.9375rem;top:51.5rem;left:24.000001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1suHfLP2nnWOEUuPdN4Ld8VyTCrN3MV { width:23.625rem;height:42.75rem;top:1.75rem;left:24.000001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #clfVUlesUXovLbISd1zl1q5mwV212sS0 { width:6.375rem;height:6.375rem;top:8.875rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZpw1Tozp90f3HEQShNAJ9KEG5gfoKJp { width:7.8125rem;height:7.8125rem;top:40.3125rem;left:39.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XmpdNCfrxhedmyprUXrzxF9kTvOGSQ0D { display:block; }#XmpdNCfrxhedmyprUXrzxF9kTvOGSQ0D > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fcb5AlsTUho58QWdMGT67J2UZJ10GhvO { top:2.4375rem;left:21.5rem;width:26.25rem;height:2.625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3wMzoixGTbT14UAnOJ3PRToCt3MTpWU { top:7.8125rem;left:24.5625rem;width:4.6875rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DIXUUgVMF9qdKDDoKrfrx4V2bfPTXTHu { top:9.4375rem;left:23.375rem;width:24.375rem;height:46.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UV5Wa6e5TlRElF39IbXindX3LTgTQB9c { top:5.5rem;left:21.5rem;width:26.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wwk0T7TnXEaeE6Dl85fOTNVZcZIh68Ji { width:10.3125rem;height:3.125rem;top:53.1875rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kEuK8bbIOx1TABQ6Uf0iFXRvRfux7O8l { display:block; }
 }@media only screen and (max-width: 763px) { #My8XaQ78zn49HeTCkm0O5UPwfInDynl4 { width:4.25rem;height:1.8125rem;top:45.875rem;left:0.25rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zXQCdLw5i439WFDun6JvHmJg6FXb8P69 { width:2.9375rem;height:2.9375rem;top:48.75rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JpcTKfKi3CnxUcfyrs8HUoDGHRKVOn4u { top:48.75rem;left:4.4375rem;width:15.0625rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wWfHF6mEZ1FivHMDdkOtSCVUGGwDmC7a { width:23.6875rem;height:42.0625rem;top:2.4375rem;left:0.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUTOEp9ePRLnGGqGBmcd4TaoFC3NzzQI { width:5.5625rem;height:5.5625rem;top:0rem;left:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sqnzPMdH3AglKe9wI59BEFREc4XGE3av { width:4.125rem;height:4.125rem;top:5.875rem;left:43.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yyX3xblCUFHlBDQLInPtkuNLoPzk0qqD { width:8.625rem;height:8.625rem;top:43.125rem;left:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #e47nAEEww9pbCDr4DzgXsobPX0OVguPP { display:block; }#e47nAEEww9pbCDr4DzgXsobPX0OVguPP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ztzGa38rUTALDkWF5oRvznhUiD5ZBieX { width:2.75rem;height:2.75rem;top:2.4375rem;left:29.385938644409rem;display:block; }
 }@media only screen and (max-width: 763px) { #vMbIh7TnL0G2027omSOHVgDoRSHfSIKG { width:1.9375rem;height:1.9375rem;top:7.9375rem;left:24.39999961853rem;display:block; }
 }@media only screen and (max-width: 763px) { #fVBiXqOmPGl1T3K1SzXa4FVWac02uZOU { width:5rem;height:5rem;top:5.1875rem;left:1.3367195129394rem;display:block; }
 }@media only screen and (max-width: 763px) { #DgFTkPA5hT0d0owOZhhwOhJx8TKTDM5G { width:1.375rem;height:1.375rem;top:8.1875rem;left:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8AXxMExpKRsC77L1aOAtq1yiRzV747y { width:1.8125rem;height:1.8125rem;top:5.1875rem;left:20.800001144409rem;display:block; }
 }@media only screen and (max-width: 763px) { #UStqzbyMk21DHiBiTSdfLeKTfHVIezax { width:1.3125rem;height:1.3125rem;top:3.25rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BLTAK4lviVbQa89hdzykvCNVpzrZA2PX { width:1.3125rem;height:1.3125rem;top:1.3125rem;left:21.250001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTsG1bNuzMO7krThB7UJ1JtrnZKnezxc { width:1.3125rem;height:1.3125rem;top:5.6875rem;left:22.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aWxlPTvcHHTeUrkIszCl3xCERsDn4tr3 { width:1.3125rem;height:1.3125rem;top:1.3125rem;left:25.637498855591rem;display:block; }
 }@media only screen and (max-width: 763px) { #pp55Ncx4xHqItbnuHXyi9DUQQmOL3vZ0 { width:1.9375rem;height:1.9375rem;top:4.5625rem;left:45.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qIVtO1GFxwyBnvTJmteiTHXGETzrQgU7 { width:1.3125rem;height:1.3125rem;top:20.8125rem;left:46.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4EzGmJVPfVuFahJqAMpoBfrs3oblX8v { width:3.5rem;height:3.5rem;top:20.8125rem;left:34.85000038147rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSfLnKFvNWNGuOTEOdgDdMt1zx3Z48Vt { width:1.3125rem;height:1.3125rem;top:23.875rem;left:13.96249961853rem;display:block; }
 }@media only screen and (max-width: 763px) { #E7zZx9H5QNfcB979TkLhMzSiD4mVtTa5 { width:1.3125rem;height:1.3125rem;top:32.625rem;left:20.250001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #dRIwX4kv5wRSJW3vT5f0wSW7ftZBZAOz { width:3.5rem;height:3.5rem;top:2.0625rem;left:41.061719894409rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6mcyNSRLe8EXL7CiSw2d2eEBELrcdfv { width:1.3125rem;height:1.3125rem;top:38.9375rem;left:46.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WVs98dbiS71M0QJINCGZvFTFFoJtArti { width:1.3125rem;height:1.3125rem;top:32.625rem;left:46.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AZT31pUaonMbE2FqvLnZKT6tq2CyDR4C { width:1.3125rem;height:1.3125rem;top:23.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OriyFyo0AIiK6r1lzNzy15AqCOeeatmU { width:1.3125rem;height:1.3125rem;top:2.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BRcM3oDIrZoP5S9N38qhrWD2ra3O3lBh { width:1.3125rem;height:1.3125rem;top:20.8125rem;left:46.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #OkWT7JgZxEFKxhsEhkQVHFG3K2wKJikX { width:1.3125rem;height:1.3125rem;top:20.8125rem;left:46.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Qkfrl6pf258MBXybinefDkyPNwdn24vF { width:1.3125rem;height:1.3125rem;top:1.3125rem;left:21.250001907349rem;display:none; }
 }@media only screen and (max-width: 763px) { #npm0Bd5cssrlF3ZfvCf5IWEiTFSEmxCx { width:1.3125rem;height:1.3125rem;top:1.3125rem;left:21.250001907349rem;display:none; }
 }@media only screen and (max-width: 763px) { #KTbUlcZVSC2EgbPBpxRNC4ICtW0fkoM2 { width:1.3125rem;height:1.3125rem;top:1.3125rem;left:21.250001907349rem;display:none; }
 }@media only screen and (max-width: 763px) { #mZLHK1y4gTcoZzX5WMQfhuTppbSma3ca { width:1.3125rem;height:1.3125rem;top:1.3125rem;left:21.250001907349rem;display:none; }
 }@media only screen and (max-width: 763px) { #W13f7kiJUPoNOpfnugWsONvOKo9ThF9h { width:1.3125rem;height:1.3125rem;top:1.3125rem;left:21.250001907349rem;display:none; }
 }@media only screen and (max-width: 763px) { #vDZmMIH6ntWtTqpSmKoHwoyN5OocPXaL { width:29.25rem;height:29.25rem;top:9.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #otbTBMTSIdawXhBd6TUNJmCIZvhWGVQN { width:36.5625rem;height:36.5625rem;top:16.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UMIEZbUaNKJ1iwecBUUT3M3rUuSv2nLf { width:30rem;height:30rem;top:25.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kRJCddKDf01XnINaudkhVdTPwxXblOAk { width:3.125rem;height:3.125rem;top:25.875rem;left:42.21249961853rem;display:block; }
 }@media only screen and (max-width: 763px) { #k1ETDwgkwvm8RqLKQsN7vy1MRAxeXaO7 { width:3.125rem;height:3.125rem;top:28.1875rem;left:7.8367195129394rem;display:block; }
 }@media only screen and (max-width: 763px) { #sL2myULgpv3JTKakPhzHqUazKE44TDmf { width:2.3125rem;height:2.3125rem;top:30.375rem;left:1.3367195129394rem;display:block; }
 }@media only screen and (max-width: 763px) { #qLWOBsQRmBG10DiyNvwua0TECTL4iwAO { width:1.9375rem;height:1.9375rem;top:24.3125rem;left:5.3937492370606rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiXEQ500h2WJuZa4bVxTE2I3z6T8i02h { width:34.25rem;height:22.875rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WssJFgLI0yLd67SVp3Ng8GA64qDHCvdl { width:33.375rem;height:22.625rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zgfytJGnSzcnbx9T7tnGITO2ROCJH4l5 { width:1.3125rem;height:1.3125rem;top:7.25rem;left:15.64999961853rem;display:none; }
 }@media only screen and (max-width: 763px) { #t6CnTb6BaLEHQIrcnrXdDNakufaORp6e { width:1.3125rem;height:1.3125rem;top:7.25rem;left:15.64999961853rem;display:none; }
 }@media only screen and (max-width: 763px) { #K67aG64MnTWstrMFa3QRna82bRz5wNAK { width:47.75rem;height:47.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #OCI0OakTwe8EQeqqJDHJ3re4KLIqUMt6 { width:47.75rem;height:47.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #JAqQkBTCnHN0aR2u6Vc0ucUrvRWHz8DW { width:1.8125rem;height:1.8125rem;top:5.1875rem;left:20.800001144409rem;display:none; }
 }@media only screen and (max-width: 763px) { #EeJyB8lBk9s8Ly5vn84goJgeK2a7CHhp { display:block; }#EeJyB8lBk9s8Ly5vn84goJgeK2a7CHhp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HVs5m6nvf7LLw23z6tG51PJ4cEk6RcEv { width:14.375rem;height:5rem;top:5.875rem;left:33.000001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJy7uEFAwHLwwez3cF9EtpTy64UP54Xv { display:block; }
 }@media only screen and (max-width: 763px) { #wX2CbwiFalJnTr79RMxPWi4AApcGJZ9P { width:1.3125rem;height:1.3125rem;top:7.25rem;left:15.64999961853rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZNGA9lmIXU8VwaWRnEuEQANGepsgbvA { width:1.3125rem;height:1.3125rem;top:7.25rem;left:15.64999961853rem;display:none; }
 }@media only screen and (max-width: 763px) { #prLcVGreCT9EAcTBLhs8tdaWlyCOUxn5 { width:1.3125rem;height:1.3125rem;top:7.25rem;left:15.64999961853rem;display:none; }
 }@media only screen and (max-width: 763px) { #GfHvTZwakFcuPqQo3puCqLr5n7BtvK7y { width:3.0625rem;height:3.0625rem;top:1.625rem;left:17.64999961853rem;display:block; }
 }@media only screen and (max-width: 763px) { #OObebO95ggSFBGFvTlDeHiVaSiMvv0T4 { width:1.9375rem;height:1.9375rem;top:4rem;left:45.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QuPpesfyTbIMnVdzWBVXDcLBHvEUxTB6 { width:2.625rem;height:2.625rem;top:4.625rem;left:25.73671913147rem;display:block; }
 }@media only screen and (max-width: 763px) { #svvVTrmS9NaEQmPgm4TtBQeuBDlV37oD { display:block; }#svvVTrmS9NaEQmPgm4TtBQeuBDlV37oD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S8MqWZmNuWm7UNTtmOsbmH2TMEc5DtPz { width:20rem;height:24.75rem;top:7.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TaVO4dlkoPB4Tmml6TOZWlHZ3l6DL5fa { width:16.9375rem;height:18.6875rem;top:12.0625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gWRu0WMDa66ElitVnRECl7LiOuUd9vF7 { width:20rem;height:24.75rem;top:7.3125rem;left:27.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJTzQzNNOANCMbbTcgH185Bk1EsRSBTD { width:8.4375rem;height:1.9375rem;top:8.5rem;left:35.46875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GwRnT8Qi9oAEnpzhdZJiRVoSfsa4Xrld { width:8.125rem;height:0.125rem;top:11.125rem;left:35.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6GPg4uLXJicEXFcZJkqxUNqgDm5sA8u { width:16.9375rem;height:10.75rem;top:12.0625rem;left:30.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZuwFFdO3mANEJeJ8qSB6Eb8JahHAkITf { width:5.5rem;height:1.9375rem;top:8.5rem;left:3.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yeTQU4UheWKhShQHVzquFiOrM0HTAfaT { width:6.25rem;height:0.125rem;top:11.125rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #llyVuqTa75yxSu4HTIkGzvBcrkfPJpAE { width:18.375rem;height:3.5rem;top:1.9375rem;left:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HK3n9Ny5AXoThrcm7SiQh1v56cJhDNHX { display:block; }
 }@media only screen and (max-width: 763px) { #RTrAfZl6s6vK0Gk5u6D6FiQRT5y6NBkV { width:22.3125rem;height:22.3125rem;top:8.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rIRtUAK10US2sxKqf6r3DG1nFedgoSmn { display:block; }#rIRtUAK10US2sxKqf6r3DG1nFedgoSmn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fCOVQNe9zz3JyPEoLa0IIvmA8y1LSOPO { width:28.125rem;height:11.375rem;top:10.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oT1JOPJisb8T3N0B89NrreifgCtDUIHi { width:12.5rem;height:3.875rem;top:14.625rem;left:4.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WpiBlOxlPFQvGcTkOmULbAA4CTpNeUno { width:14.125rem;height:;top:16.5625rem;left:3.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFbz5eTuCoNAPxlhHNLSOT5WfFZCTRIX { width:28.125rem;height:16.375rem;top:22.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NzuNKdfEqTwF5DSxTaeZiZw8S1JKSsVa { width:28.125rem;height:11.375rem;top:10.9375rem;left:19.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zb8wwtQ1Tc3AmEzWmceZmWgT8buB2UlU { width:12.5rem;height:3.875rem;top:14.625rem;left:30.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wD9v4Ws0TM95Hw72DBZzkWP6Pm3wckoX { width:28.125rem;height:16.625rem;top:22.3125rem;left:19.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVOZTuPTCoJwrrXFPrbb70yILE70kzyE { width:14.1875rem;height:1.9375rem;top:23.625rem;left:3.90625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #urcyxVoBcnuRrsvJliJ1KB8OoqwK3JFJ { width:16.1875rem;height:8.6875rem;top:26.25rem;left:2.90625rem;font-size:1rem;display:block; }#urcyxVoBcnuRrsvJliJ1KB8OoqwK3JFJ li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/NheKm5qd/black_bullet.png); }
 }@media only screen and (max-width: 763px) { #HxIZI6UudclWA8rCguDxLg7z63Am4wov { width:14.375rem;height:5rem;top:37rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eFodTV5zQ7pDCPlAfNTbTPsT5bIQxloK { display:block; }
 }@media only screen and (max-width: 763px) { #VaTTdyZ07zJLE4TGt6cP3NTe16Gk4WCH { width:14.375rem;height:5rem;top:37rem;left:29.562501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFU5Mz2cw3pRJifKphbiHvWlISQ7IbDU { display:block; }
 }@media only screen and (max-width: 763px) { #boJ5N6TrVaUFPUZiqyOHhK4uva8DunTs { width:21.1875rem;height:;top:5.1875rem;left:0.40625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qPtTHUvuwf5ZXAJilbIIIBxCmB6H0T1i { width:21.1875rem;height:;top:5.1875rem;left:25.21875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQIDAuZWWgMx1dpSmldSzXffx7nsKiFt { width:13.4375rem;height:1.9375rem;top:23.625rem;left:30.03125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZHMw2pUnkMaH44DQE6an4iiTKAnkxHG { width:17.625rem;height:8.6875rem;top:26.125rem;left:27.9375rem;font-size:1rem;display:block; }#OZHMw2pUnkMaH44DQE6an4iiTKAnkxHG li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/NheKm5qd/black_bullet.png); }
 }@media only screen and (max-width: 763px) { #TqGvcdfa4lBJ0zxFqTd7sf4bFF2bc00t { width:47.75rem;height:4.0625rem;top:44.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QOSoEPBkJdG2MCe0nbOId7PNqJC0Tnay { width:18.375rem;height:3.5rem;top:0rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sOzzUrA47qqNLuvEWnEVGnhVUTZGiTqT { display:block; }
 }@media only screen and (max-width: 763px) { #pbRggAGvgQKKKnDy2VaRyFKcQzPRFUfd { display:block; }#pbRggAGvgQKKKnDy2VaRyFKcQzPRFUfd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bKzLFNzrzUmfK817SE6aCwpNtSQTxoPF { width:23.125rem;height:15.625rem;top:4.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MeIZMhq1LNmzDZuHczhC52iVblX0wC1I { width:9.0625rem;height:9.0625rem;top:0rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #voAblpRJLTSVNmiK62TeWkVlk3DFXiXl { width:21.875rem;height:5.75rem;top:10.1875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3dGZMH0vphN0nLkCiSlBoa6fH1TSeFW { width:21.875rem;height:1.9375rem;top:16.6875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CMa2NN1guUqt684OQoUwtcnPZTJIbTNk { width:23.125rem;height:15.625rem;top:4.6875rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZBeCFZUPoBGCigRLUFg7vpM561Lnh6oD { width:9.0625rem;height:9.0625rem;top:0rem;left:31.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZVDG7N3v9yVnQ2vcExIH8ly3sTxVoHZ { width:21.875rem;height:5.75rem;top:10.125rem;left:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #scOBVQs2w9MD7WhHBqbBv5lXrJ1fgl5U { width:21.875rem;height:1.9375rem;top:16.6875rem;left:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6JmgnTAT5JXJbHSBM44aTJbA3PxKB9H { width:47.75rem;height:3.875rem;top:1.125rem;left:0rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pka3u8qce9rGZfxV1iJbHqMGT9TVdcfm { width:1.1875rem;height:1.1875rem;top:14.5rem;left:23.281251907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #K2ZpTPRAd9KKS3rVUloMbexDeZQdVVEg { width:2.4375rem;height:2.4375rem;top:27.0625rem;left:18.937501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #gahHrTw17bvZ3T615ree0nEqXh4uTD6z { width:1.6875rem;height:1.6875rem;top:27.4375rem;left:44.64999961853rem;display:block; }
 }@media only screen and (max-width: 763px) { #yoQH9EI6EaLmfZVV3UDmaO7aKmz5zTfz { width:1.1875rem;height:1.1875rem;top:21.0625rem;left:25.27499961853rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nu3fuXP5zq1IDWvPnU7geKXJFovyBiHy { width:1.1875rem;height:1.1875rem;top:28.25rem;left:9.14999961853rem;display:block; }
 }@media only screen and (max-width: 763px) { #zLaSldUiGVIdZtMCymEE6WulnyMyDyZ7 { width:1.1875rem;height:1.1875rem;top:8.6875rem;left:32.77499961853rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJrI40q8Sv8rRwsWbPHSfhMaZJnQuHOK { width:1.1875rem;height:1.1875rem;top:18.9375rem;left:20.22500038147rem;display:block; }
 }@media only screen and (max-width: 763px) { #smPhCLTGNTbqVC5VB816DZTnFq1T0fxr { width:2.1875rem;height:2.1875rem;top:2.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxzd0p8WKK16D5BCqSTFGHVPKVNERmvg { width:2.1875rem;height:2.1875rem;top:6.5625rem;left:11.812501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #sudm0FW8C8l5RRuMSdNxofVxbQAEBXs1 { width:2.1875rem;height:2.1875rem;top:3.9375rem;left:45.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVAWu2TlrkTVkTOUVRDTFThbXwIQzGmn { width:1.5625rem;height:1.5625rem;top:1.9375rem;left:35.33749961853rem;display:block; }
 }@media only screen and (max-width: 763px) { #NsE6cQS8R08qe16lsT0kbCQECCqQTWAK { width:1.5625rem;height:1.5625rem;top:2.25rem;left:7.6375007629394rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDazTVrgnLVTSKxTGCFg2pLVFrvuhOpt { width:1.1875rem;height:1.1875rem;top:7.5625rem;left:24.468751907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #vcTfNZoQ5fXHNDOlHB6Vwif7ZPta3msK { display:block; }#vcTfNZoQ5fXHNDOlHB6Vwif7ZPta3msK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lcGNXek9G8MAPAcrN1JbokzzwVXM8KTp { width:47.75rem;height:2.4375rem;top:9.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz .widget-regular-label { width:25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz .widget-input-text { width:25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz .widget-input-text {padding-top: 0; padding-bottom: 0;}#EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz .widget-textarea { width:25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz .widget-input-select { width:25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz .widget-input-select {padding-top: 0; padding-bottom: 0;}#EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz .widget-input-button { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:5rem; }
#EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz .widget-checkbox-label { width:23.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz  { width:25rem;height:auto;top:11.625rem;left:10.125rem; }
#EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz .radio-container { width:25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz {display:block;}#EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz { width:25rem;height:auto;top:11.625rem;left:10.125rem; }
 }@media only screen and (max-width: 763px) { #EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz #rPU99MeFG2pgJwSv6Te0EeBZdSG5Q5lw {  }
 }@media only screen and (max-width: 763px) { #EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz #iwgDb4FzkDXANdmgIQXQTeo1lvndZ3LH { display:block; }
 }@media only screen and (max-width: 763px) { #EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz #ES5AL1lx3lSLIzETadV1Pdtpr5rZD98J {  }
 }@media only screen and (max-width: 763px) { #EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz #qSezEuotJd5LNFlT9aqx4APWFB33pmqx {  }
 }@media only screen and (max-width: 763px) { #EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz #Xp3QyRolTIz7gCMBXIqc6lbJqqnlFkTN { display:block; }
 }@media only screen and (max-width: 763px) { #EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz #ehmVCpOdZQeOTOvErrsW7BCKwD5edfyD {  }
 }@media only screen and (max-width: 763px) { #EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz #WInHICXuJPzpKObpEZ0xuJRE0sSbmePO {  }
 }@media only screen and (max-width: 763px) { #EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz #TioBu0T94bBTpAnaV3WQZl7pATTE5LfX {  }
 }@media only screen and (max-width: 763px) { #EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz #QP2FOyoeLOAViox4xW9y439pSrT4VbgZ {  }
 }@media only screen and (max-width: 763px) { #EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz #P0b6vs2lThrppEb624AWMs8k9RRnaMti {  }
 }@media only screen and (max-width: 763px) { #EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz #CFVBUpaq4sTa5Hzfn0tnE7c0b6lrNASs {  }
 }@media only screen and (max-width: 763px) { #EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz #cHybUqhaxSGiK3l1KVAewGPhQmqxklUn {  }
 }@media only screen and (max-width: 763px) { #EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz #tJyZmDV9ZOK3uquKaeKzbbFTynCaIsci {  }
 }@media only screen and (max-width: 763px) { #EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz #VXPKixHsvnpZwOzhiO9yT9wbfVvD9DcW {  }
 }@media only screen and (max-width: 763px) { #IiXTl9AbDoRdk9C2WIz4O7qMSZZD2BN9 { width:47.75rem;height:5.4375rem;top:2.625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g4Efo9uAwedVOXaikgXexNT5pJhlqqEg { width:2.4375rem;height:2.4375rem;top:13.1875rem;left:7.7374992370606rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkNz3dVUn8T5o0XZrLIbeG2JH5Vyy9QI { width:1.6875rem;height:1.6875rem;top:24.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnPD2PqX296vpNZJn7SxiFeTU0caaucZ { width:1.6875rem;height:1.6875rem;top:20.5625rem;left:5.2742195129394rem;display:block; }
 }@media only screen and (max-width: 763px) { #THUQ26cP7TmrkKhxTT62I6OMwf9wunuc { width:2.4375rem;height:2.4375rem;top:6.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KkxLTDT6p1VTOoJ8bMTuGeut8esocLxJ { width:1.1875rem;height:1.1875rem;top:19.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N0aXNx2ZAVmTbPKeeiZHl5wxfctcF32z { width:1.1875rem;height:1.1875rem;top:26.5rem;left:6.0242195129394rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8Pi5gm4MEG4azZ9Tc4SOKxXxtCKkMKm { width:1.6875rem;height:1.6875rem;top:13.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzditnhotHSDsU9ZOahPDWpWL3AP4RrC { width:1.1875rem;height:1.1875rem;top:16.5625rem;left:2.7117195129394rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKH7VSWWktB1DGfaTmG9iPwUTtd9XWWl { width:1.1875rem;height:1.1875rem;top:23.6875rem;left:1.57421875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eiWo2c3TCkU2sgBR6yHRidsTfl89bkm7 { width:1.6875rem;height:1.6875rem;top:9.5625rem;left:1.32421875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bT7NiGnEEwg1WD3JC8ynD9JeORKkSoTX { width:1rem;height:1rem;top:1.625rem;left:1.76171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BXQZtJlSCOecogVEt19AgSmh6TJQzbxR { width:1rem;height:1rem;top:13.1875rem;left:4.32421875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZoI2ZpAUsdd8vBlaWQNgmXovVCQaPP16 { width:2.4375rem;height:2.4375rem;top:2.625rem;left:45.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pg5MW4JDQCl1dJqVdUsHdOr3IotzTeCq { width:1.1875rem;height:1.1875rem;top:9.1875rem;left:42.46249961853rem;display:block; }
 }@media only screen and (max-width: 763px) { #UvIQUIdKCabOODtUzyfKdi4ShG9XVLGb { width:1.1875rem;height:1.1875rem;top:23.6875rem;left:45rem;display:block; }
 }@media only screen and (max-width: 763px) { #gqmXLH0O06rRpVgIZBSChar6JfKgAmWb { width:1.1875rem;height:1.1875rem;top:18.25rem;left:42.46249961853rem;display:block; }
 }@media only screen and (max-width: 763px) { #DHPKNOEDnEKaSHsAPsMEcAmSuet0TTsh { width:1.6875rem;height:1.6875rem;top:14.9375rem;left:39.312501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPxAeOpRhavqlNcTnEyViRFuTPVTOCtR { width:1.1875rem;height:1.1875rem;top:15.625rem;left:46.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cv0n6XDSEU5xWtCZIUloM6OtBNg37c7b { width:1.1875rem;height:1.1875rem;top:30.5625rem;left:46.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTTbrQ4uCHNSRC3URgwao6zXVeSUo9H5 { width:2.4375rem;height:2.4375rem;top:18.125rem;left:45.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1i6lEKLkl1qEXwy7GHprbFtXBMOmLk4 { width:1.6875rem;height:1.6875rem;top:11.625rem;left:46.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f01SnIbu0z6J7InVURBoeHIonle7D1zO { width:1rem;height:1rem;top:3.3125rem;left:20.77499961853rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZSFhT4iR2BOKLzcxHptCTrTnJLe6G0i { width:1.1875rem;height:1.1875rem;top:0.5rem;left:33.58749961853rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHtsBS7tTXocdOVX43ayhMeETgImsGFC { width:1.1875rem;height:1.1875rem;top:25.0625rem;left:38.800001144409rem;display:block; }
 }@media only screen and (max-width: 763px) { #GyusH2yI8e2TqdoLkIZZI0Tl7LN2lvnk { width:1.6875rem;height:1.6875rem;top:24.8125rem;left:46.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { background-color:#008bf6;background-image:url("https://images.assets-landingi.com/uc/43979b00-a51b-4409-ac4e-a0b7ecfe26c3/GrafikaLanding.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#oqNluzoZWTS08TbwfZaiOu6Ng51WgTxn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oqNluzoZWTS08TbwfZaiOu6Ng51WgTxn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oqNluzoZWTS08TbwfZaiOu6Ng51WgTxn > .row > .video-iframe-container { display: none; }#oqNluzoZWTS08TbwfZaiOu6Ng51WgTxn > .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); } }@media only screen and (max-width: 763px) { #ZVrhwqTC7ObOrOfz0UFM4zKlJUciaMXH { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/beef7ad7-3e95-4f21-a938-c9a5bbe7cb58/ToLanding.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#ZVrhwqTC7ObOrOfz0UFM4zKlJUciaMXH.adaptive-delivery-prevent-bg, #ZVrhwqTC7ObOrOfz0UFM4zKlJUciaMXH.lazyload, #ZVrhwqTC7ObOrOfz0UFM4zKlJUciaMXH.lazyloading { background-image: none; }#ZVrhwqTC7ObOrOfz0UFM4zKlJUciaMXH > .row .container { background-color: transparent; background-image: none; }#ZVrhwqTC7ObOrOfz0UFM4zKlJUciaMXH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZVrhwqTC7ObOrOfz0UFM4zKlJUciaMXH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZVrhwqTC7ObOrOfz0UFM4zKlJUciaMXH > .row .container > .video-iframe-container { display: none; }#ZVrhwqTC7ObOrOfz0UFM4zKlJUciaMXH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZVrhwqTC7ObOrOfz0UFM4zKlJUciaMXH > .row > .video-iframe-container { display: none; }#ZVrhwqTC7ObOrOfz0UFM4zKlJUciaMXH > .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); }#ZVrhwqTC7ObOrOfz0UFM4zKlJUciaMXH > .row .container { width:20rem;height:14.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iFsEDtbQ6q606mn6o7naUkRXUcxqGaHq { width:16.5rem;height:2.76171875rem;top:7.7859377861025rem;left:1.7500001192093rem;text-align:center;text-align-last:center;font-size:1.0625rem;color:#ffffff;text-shadow:0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #oFpTNRcrag98TfmKJPyJ7FqTxeoSD9r7 { width:20rem;height:3.7119125rem;top:2.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;color:#ffffff;text-shadow:0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #pPTvGTu1oxXGJOJ88gsRC9hN3T62abmy { display:flex;width:0.6875rem;height:0.6875rem;top:8.823437690735rem;left:13.250000357628rem; }
 }@media only screen and (max-width: 763px) { #sumxcSuvB9WGk6VPggsIeyLfD2NNGFyr { display:flex;width:0.875rem;height:0.875rem;top:11.095313072204rem;left:2.3125001192093rem; }
 }@media only screen and (max-width: 763px) { #ixBqBMintzWMAoIsbwOG9w3ovpMX7lGh { display:flex;width:1.4375rem;height:1.4375rem;top:9.4609375rem;left:0.875rem; }
 }@media only screen and (max-width: 763px) { #BeslAEySJdSAhOeBHFSVANHLq9h8QqF0 { display:flex;width:0.8125rem;height:0.8125rem;top:12.84218788147rem;left:4.6750000715256rem; }
 }@media only screen and (max-width: 763px) { #fxSxwOPRlVyM1tQUv8pOw8b3DLTQhWwH { display:flex;width:1.1875rem;height:1.1875rem;top:10.939063072204rem;left:18.125000357628rem; }
 }@media only screen and (max-width: 763px) { #lifvyVqSTmT4kzVn5DozkmPDRryWfUXI { display:flex;width:1.0625rem;height:1.0625rem;top:9.4609375rem;left:14.812500357628rem; }
 }@media only screen and (max-width: 763px) { #pWBs3JMvgctehxLTkiIvd32dsuTsCvWD { display:flex;width:1.1875rem;height:1.1875rem;top:12.46718788147rem;left:1.7500001192093rem; }
 }@media only screen and (max-width: 763px) { #yqZclOR2m3hxkGmBG4HhlAinTztgdnkl { display:flex;width:0.8125rem;height:0.8125rem;top:8.698437690735rem;left:9.5937503576281rem; }
 }@media only screen and (max-width: 763px) { #xZPE8RhTsTtru5rUwiJUe442JaJbsHhp { display:flex;width:0.9375rem;height:0.9375rem;top:8.573437690735rem;left:2.9554687738419rem; }
 }@media only screen and (max-width: 763px) { #AzyFESUD5fwtkNd2oLwHNTbbsAuWFo2q { display:flex;width:0.875rem;height:0.875rem;top:11.970313072204rem;left:13.937500357628rem; }
 }@media only screen and (max-width: 763px) { #QKsu3hiOPT72KOMtymH7zx4AOf2kgZ9M { display:flex;width:0.8125rem;height:0.8125rem;top:12.84218788147rem;left:18.312500357628rem; }
 }@media only screen and (max-width: 763px) { #Jcg922TpsPRFDqT0Fv1xy3MOpe8nLOpI { display:flex;width:1rem;height:1rem;top:7.8375000953675rem;left:11.687500357628rem; }
 }@media only screen and (max-width: 763px) { #LHpqwkUwwtxsvgp8r7iEQkMNLJyzdqAe { display:flex;width:0.625rem;height:0.625rem;top:8.885937690735rem;left:15.581249594688rem; }
 }@media only screen and (max-width: 763px) { #CyGgVgzp7hNlXMmlTFtB3xsHsicE0qnt { display:flex;width:0.6875rem;height:0.6875rem;top:8.823437690735rem;left:18.375000357628rem; }
 }@media only screen and (max-width: 763px) { #p0DVeeZrOcP7wdf6gMJBonZ8sVmmuRhM { display:flex;width:0.625rem;height:0.625rem;top:11.395312309265rem;left:0.29999995231628rem; }
 }@media only screen and (max-width: 763px) { #MekLl2WAyUJDqmVvSmqPOTgaVV2MxSJu { display:flex;width:0.875rem;height:0.875rem;top:9.4609375rem;left:17.174999594688rem; }
 }@media only screen and (max-width: 763px) { #WoAuO07LGaP1twSBaJZOBoUdZT1cTAOn { display:flex;width:0.8125rem;height:0.8125rem;top:8.698437690735rem;left:6.9374998807906rem; }
 }@media only screen and (max-width: 763px) { #lTPcJTrEQFsbEcflxfxh1K66OT4lm1Ry { display:flex;width:1rem;height:1rem;top:9.4609375rem;left:4.4374998807907rem; }
 }@media only screen and (max-width: 763px) { #XbaiHIuslSGfzQT5IS65fyQKT7dxooKS { display:flex;width:1rem;height:1rem;top:12.65468788147rem;left:16.156250357628rem; }
 }@media only screen and (max-width: 763px) { #tVe2gP5fDyuuw2L0KVkqI5LsJXPfnzNT { display:flex;width:1rem;height:1rem;top:9.4609375rem;left:4.4374998807907rem; }
 }@media only screen and (max-width: 763px) { #FDkPttugviTx5VEd9gERLQQ1giNv62Tw { display:block; }#FDkPttugviTx5VEd9gERLQQ1giNv62Tw > .row .container { width:20rem;height:23.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DbQIWioeK0VAaOOE7JZ5LdmoladDUUww { width:13.3rem;height:4.3rem;top:1.3125rem;left:3.3124998807907rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOkGaPP1I9T4N0UtJGTU5VywXsIlSXF3 { display:block; }
 }@media only screen and (max-width: 763px) { #tKyc0mmXE4t8mOlG8tPWMZ6hiZ6CvJ5s { width:13.1125rem;height:4.2375rem;top:6.6875rem;left:3.4437502622604rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJnHkwUy6sIeWirnx5UM3iwBNtnZTbIC { display:block; }
 }@media only screen and (max-width: 763px) { #KzznrIusOGMzshS6XGFZadNZbZ4nxqiZ { width:13.3rem;height:4.2375rem;top:12.1875rem;left:3.3500002622604rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vpAIy3ZnR9BVlwSTblBkpUqwEN7RNInr { display:block; }
 }@media only screen and (max-width: 763px) { #iAH5uG6y0FmiN7KzawDxvlXqhuGr8f29 { width:13.3125rem;height:4.375rem;top:17.8125rem;left:3.3437498807907rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QieC8lDBALcOcNhtLq1UK1kzhDAVX1wV { display:block; }
 }@media only screen and (max-width: 763px) { #FpgIEeAtsrED06WSsn037Jpyi0SiBMMw { display:block; }#FpgIEeAtsrED06WSsn037Jpyi0SiBMMw > .row .container { width:20rem;height:121.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #coX0TW44Z7FzfnNs3mAsuPRmgWccTOsg { width:20rem;height:4.875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T29P4D79qoHvJ25nO9nukJ7Z4eHLIbxm { width:20rem;height:0;top:12.7358125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vL96q25wyEmw2LUT7hfGT3TxzrQtl17s { width:12.5rem;height:9.75rem;top:23.562500476837rem;left:3.7499998807907rem;text-align:center;text-align-last:center;font-size:1.25rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #d1OGLxHngNt7PI1EXUrnx3RlSH4kK5ZX { width:12.5rem;height:11.375rem;top:50.187500953674rem;left:3.7499998807907rem;text-align:center;text-align-last:center;font-size:1.25rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #Zv86ra8FFUbUrOq68E9BflbK0CKdzDhN { width:12.5rem;height:11.375rem;top:77.875rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1.25rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #XgVBUUQBOMVtToBKsJ65ATK9VWMdw44b { width:12.5rem;height:8.125rem;top:105.375rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1.25rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #NmTd9x9XTdgTEE7zswpuLtiKNCx7cQwl { width:12.45rem;height:3.8875rem;top:16.91250038147rem;left:3.7749999761581rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQCUN4cPKPC1KaeNgo01WkWsWFN2XQS1 { display:block; }
 }@media only screen and (max-width: 763px) { #rtlTUXFE3rrKGQnfOAuzMKWtSFlhO8L0 { width:12.5rem;height:3.9375rem;top:44.9375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3whZPeLqMdWOR8ZGbyJc9EIJvLddq2f { display:block; }
 }@media only screen and (max-width: 763px) { #GuqbsLHOXTvQ5p04DixzHtKJxnTh8pAN { width:12.45rem;height:3.8875rem;top:72.5625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tn1op88O7AX22KM5R46cHGhfDWTJHoOp { display:block; }
 }@media only screen and (max-width: 763px) { #G7m88DbGGTEiwWdEqKsvoX07P9vZFwgU { width:12.45rem;height:3.8875rem;top:99.625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QD3DJsLBS6RFFJr5JC11UPTA3ERHVXDw { display:block; }
 }@media only screen and (max-width: 763px) { #gOwP89oi7X3kxoghTEHr7tx6zUSx0TaJ { width:14.5rem;height:14.5rem;top:60.0625rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZDqxBzFIyWWVbla9OkqAXixZWN4Qg6H { width:10.75rem;height:10.75rem;top:6.1249914169311rem;left:4.6249998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #DLseL0zTLTsqzHgAnT0qK3V4X8ACFOQI { width:7.25rem;height:8.1875rem;top:35.5rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #itMehv8IQS38C6wDhopN5oaLSllXBo24 { width:10.75rem;height:6.1875rem;top:91.25rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #llHgJv1SONTtZNlq8KwtvCs0VT3m379q { display:block; }#llHgJv1SONTtZNlq8KwtvCs0VT3m379q > .row .container { width:20rem;height:111.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cHNMnnW8wH1skWUbor6ZTZtlnJ7RWNT9 { width:19.0625rem;height:2.2749rem;top:2.5031251907349rem;left:0.46875rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TRAwKsCZgPrzXcrcTfRuXaPXS2UuC1C5 { width:4.6875rem;height:0.25rem;top:10.804686546326rem;left:7.6562503576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMs3AOsh0strQexTMZ9Va1X4CVuWQJAM { width:18rem;height:51.7515375rem;top:48.17578125rem;left:1rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vZ0kyfHc5ZCCmU3rC5rMLOkEOQ3W446W { width:10.3125rem;height:3.125rem;top:107rem;left:4.84375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u5tCbldLD6Fc4ESp51w2fivtepVpU9nv { display:block; }
 }@media only screen and (max-width: 763px) { #zNATPHrP2tm8VlduQ1CD6BbhtcJlTasx { width:20rem;height:1.3rem;top:8.067187309265rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #e3FGaqeBbhmr1HtvIHrobDdCS1nttiih { width:14.4375rem;height:2.9248rem;top:103.27099609375rem;left:2.78125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #L86XPzzkyIz2bAJtwR7XE5pRBXTiMNVP { width:4.25rem;height:1.86865rem;top:100.8681640625rem;left:7.875rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Fu4gqrUH2T74lEs7Ofwi17uGgtdl218g { width:2.9375rem;height:2.9375rem;top:100.33349609375rem;left:4.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DdnHI1mHOQHghJyZ4Fst8yUJu5QMIOJ8 { width:20rem;height:32.953125rem;top:13.200002193451rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dEJ5b6HABnHaUVqvcr8Pch8WxaHH1Z1N { display:flex;width:5.125rem;height:5.125rem;top:10.803127288818rem;left:0rem;z-index:15030; }
 }@media only screen and (max-width: 763px) { #OTJPDXXHvTXWXEMQPNS8w92IvbsAebLf { display:flex;width:3.875rem;height:3.875rem;top:98.923828125rem;left:15.71875rem; }
 }@media only screen and (max-width: 763px) { #OBNLds6lR5bo54es2E1D8ObVhhTUeQvn { display:flex;width:6.375rem;height:6.375rem;top:41.28359413147rem;left:13.625000357628rem; }
 }@media only screen and (max-width: 763px) { #zZ8ZtQtx7RmbU9cpCCpEQfwxoEdaTEMR { display:flex;width:2.4375rem;height:2.4375rem;top:15.1875rem;left:15.893749594688rem; }
 }@media only screen and (max-width: 763px) { #Wmfxb7e0AGXDMfP4eKpgi8twr6PEWJul { display:block; }#Wmfxb7e0AGXDMfP4eKpgi8twr6PEWJul > .row .container { width:20rem;height:114.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SdVcsCit8ALKJMrculOfnmrF0yaXyvru { width:20rem;height:1.3rem;top:7.125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bmV0SmOgmOSSVgvOmTld2w91phe5WP4G { width:20rem;height:51.7515375rem;top:49.375002861023rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ExZaVqUG7WdvwVqhgOFnkgzB16rMTsur { width:20rem;height:4.19921875rem;top:2.1875rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #CqkKF4o3HGIQQI8Wd6gSKriluxXVS3hZ { width:4.6875rem;height:0.25rem;top:9.5625rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhBAcGgckhbgOmEAGkrZ0WR2SeXdn77o { width:15.5625rem;height:2.9248rem;top:106.3125rem;left:2.21875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oI1SQhTHmgW4DhEQXRb3qHZZsvJ3UW1s { width:10.3125rem;height:3.125rem;top:110.25rem;left:4.84375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cyee2JJHl3ABi1I1qba97hDumoh2rJ3Z { display:block; }
 }@media only screen and (max-width: 763px) { #H4cMqV7qVTonJPHTyzSncVLfOeZ8mBwX { width:4.25rem;height:1.86865rem;top:103.00634765625rem;left:7.875rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lgdohUs4UiQKJbhSAIvEDOLzc3vRQZ3i { width:2.9375rem;height:2.9375rem;top:102.4716796875rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1suHfLP2nnWOEUuPdN4Ld8VyTCrN3MV { width:20rem;height:36.1898125rem;top:10.984375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #clfVUlesUXovLbISd1zl1q5mwV212sS0 { display:flex;width:6.375rem;height:6.375rem;top:8.42421913147rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RZpw1Tozp90f3HEQShNAJ9KEG5gfoKJp { display:flex;width:4.875rem;height:4.875rem;top:101.1259765625rem;left:15.125rem; }
 }@media only screen and (max-width: 763px) { #XmpdNCfrxhedmyprUXrzxF9kTvOGSQ0D { display:block; }#XmpdNCfrxhedmyprUXrzxF9kTvOGSQ0D > .row .container { width:20rem;height:114.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fcb5AlsTUho58QWdMGT67J2UZJ10GhvO { width:19.0625rem;height:4.875rem;top:1.5000009536743rem;left:0.46875rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T3wMzoixGTbT14UAnOJ3PRToCt3MTpWU { width:4.6875rem;height:0.25rem;top:9.625rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DIXUUgVMF9qdKDDoKrfrx4V2bfPTXTHu { width:18rem;height:53.86381875rem;top:48.625000119209rem;left:1rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UV5Wa6e5TlRElF39IbXindX3LTgTQB9c { width:20rem;height:1.3rem;top:7.3125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Wwk0T7TnXEaeE6Dl85fOTNVZcZIh68Ji { width:10.3125rem;height:3.125rem;top:110.375rem;left:4.84375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kEuK8bbIOx1TABQ6Uf0iFXRvRfux7O8l { display:block; }
 }@media only screen and (max-width: 763px) { #My8XaQ78zn49HeTCkm0O5UPwfInDynl4 { width:4.25rem;height:1.86865rem;top:103.84619140625rem;left:7.875rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zXQCdLw5i439WFDun6JvHmJg6FXb8P69 { width:2.9375rem;height:2.9375rem;top:103.3125rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JpcTKfKi3CnxUcfyrs8HUoDGHRKVOn4u { width:15.0625rem;height:2.9248rem;top:106.25rem;left:2.46875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wWfHF6mEZ1FivHMDdkOtSCVUGGwDmC7a { width:20rem;height:35.5140625rem;top:11.159375190735rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUTOEp9ePRLnGGqGBmcd4TaoFC3NzzQI { display:flex;width:5.5625rem;height:5.5625rem;top:8.6125011444094rem;left:14.018750548362rem; }
 }@media only screen and (max-width: 763px) { #sqnzPMdH3AglKe9wI59BEFREc4XGE3av { display:flex;width:1.5rem;height:1.5rem;top:90.050000190738rem;left:4.8124998807907rem; }
 }@media only screen and (max-width: 763px) { #yyX3xblCUFHlBDQLInPtkuNLoPzk0qqD { display:flex;width:2.8125rem;height:2.8125rem;top:42.800001144409rem;left:16.237499594688rem; }
 }@media only screen and (max-width: 763px) { #e47nAEEww9pbCDr4DzgXsobPX0OVguPP { display:block; }#e47nAEEww9pbCDr4DzgXsobPX0OVguPP > .row .container { width:20rem;height:106.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ztzGa38rUTALDkWF5oRvznhUiD5ZBieX { display:flex;width:2.75rem;height:2.75rem;top:43.425001144409rem;left:1.8125001192093rem; }
 }@media only screen and (max-width: 763px) { #vMbIh7TnL0G2027omSOHVgDoRSHfSIKG { display:flex;width:1.9375rem;height:1.9375rem;top:104.81326293945rem;left:-2.5rem; }
 }@media only screen and (max-width: 763px) { #fVBiXqOmPGl1T3K1SzXa4FVWac02uZOU { display:flex;width:1.9375rem;height:1.9375rem;top:5.90625rem;left:14.250000357628rem; }
 }@media only screen and (max-width: 763px) { #DgFTkPA5hT0d0owOZhhwOhJx8TKTDM5G { display:flex;width:1.375rem;height:1.375rem;top:48.737501144409rem;left:1.8125001192093rem; }
 }@media only screen and (max-width: 763px) { #I8AXxMExpKRsC77L1aOAtq1yiRzV747y { display:flex;width:1.8125rem;height:1.8125rem;top:1.25rem;left:16.924999594688rem; }
 }@media only screen and (max-width: 763px) { #UStqzbyMk21DHiBiTSdfLeKTfHVIezax { display:flex;width:1.3125rem;height:1.3125rem;top:14.705468177796rem;left:0.6875rem; }
 }@media only screen and (max-width: 763px) { #BLTAK4lviVbQa89hdzykvCNVpzrZA2PX { display:flex;width:1.3125rem;height:1.3125rem;top:67.43750190735rem;left:1.8125001192093rem; }
 }@media only screen and (max-width: 763px) { #UTsG1bNuzMO7krThB7UJ1JtrnZKnezxc { display:flex;width:1.3125rem;height:1.3125rem;top:26.331237792969rem;left:9.3125rem; }
 }@media only screen and (max-width: 763px) { #aWxlPTvcHHTeUrkIszCl3xCERsDn4tr3 { display:flex;width:1.3125rem;height:1.3125rem;top:33.48828125rem;left:17.475000739097rem; }
 }@media only screen and (max-width: 763px) { #pp55Ncx4xHqItbnuHXyi9DUQQmOL3vZ0 { display:flex;width:1.9375rem;height:1.9375rem;top:46.125rem;left:18.6875rem; }
 }@media only screen and (max-width: 763px) { #qIVtO1GFxwyBnvTJmteiTHXGETzrQgU7 { display:flex;width:1.3125rem;height:1.3125rem;top:55.000013351441rem;left:17.174999594688rem; }
 }@media only screen and (max-width: 763px) { #t4EzGmJVPfVuFahJqAMpoBfrs3oblX8v { display:flex;width:1.875rem;height:1.875rem;top:10.75rem;left:11.25rem; }
 }@media only screen and (max-width: 763px) { #uSfLnKFvNWNGuOTEOdgDdMt1zx3Z48Vt { display:flex;width:1.3125rem;height:1.3125rem;top:22.03671836853rem;left:17.174999594688rem; }
 }@media only screen and (max-width: 763px) { #E7zZx9H5QNfcB979TkLhMzSiD4mVtTa5 { display:flex;width:1.3125rem;height:1.3125rem;top:29.17421913147rem;left:16.187500357628rem; }
 }@media only screen and (max-width: 763px) { #dRIwX4kv5wRSJW3vT5f0wSW7ftZBZAOz { display:flex;width:1.9375rem;height:1.9375rem;top:33.17578125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #k6mcyNSRLe8EXL7CiSw2d2eEBELrcdfv { display:flex;width:1.3125rem;height:1.3125rem;top:13.442968130112rem;left:4.9687498807907rem; }
 }@media only screen and (max-width: 763px) { #WVs98dbiS71M0QJINCGZvFTFFoJtArti { display:flex;width:1.3125rem;height:1.3125rem;top:16.9375rem;left:11.8125rem; }
 }@media only screen and (max-width: 763px) { #AZT31pUaonMbE2FqvLnZKT6tq2CyDR4C { display:flex;width:1.3125rem;height:1.3125rem;top:23.299987792969rem;left:2.5242195129394rem; }
 }@media only screen and (max-width: 763px) { #OriyFyo0AIiK6r1lzNzy15AqCOeeatmU { display:flex;width:1.3125rem;height:1.3125rem;top:2.3257751464844rem;left:1.9375rem; }
 }@media only screen and (max-width: 763px) { #BRcM3oDIrZoP5S9N38qhrWD2ra3O3lBh { display:flex;width:1.3125rem;height:1.3125rem;top:66.175001144406rem;left:17.174999594688rem;z-index:15021; }
 }@media only screen and (max-width: 763px) { #OkWT7JgZxEFKxhsEhkQVHFG3K2wKJikX { display:flex;width:1.3125rem;height:1.3125rem;top:62.137500762939rem;left:15.937500357628rem;z-index:15022; }
 }@media only screen and (max-width: 763px) { #Qkfrl6pf258MBXybinefDkyPNwdn24vF { display:flex;width:1.3125rem;height:1.3125rem;top:83.600000381469rem;left:1.8125001192093rem;z-index:15019; }
 }@media only screen and (max-width: 763px) { #npm0Bd5cssrlF3ZfvCf5IWEiTFSEmxCx { display:flex;width:1.3125rem;height:1.3125rem;top:82.950000762938rem;left:17.174999594688rem;z-index:15020; }
 }@media only screen and (max-width: 763px) { #KTbUlcZVSC2EgbPBpxRNC4ICtW0fkoM2 { display:flex;width:1.3125rem;height:1.3125rem;top:87.762500762938rem;left:17.475000739097rem;z-index:15021; }
 }@media only screen and (max-width: 763px) { #mZLHK1y4gTcoZzX5WMQfhuTppbSma3ca { display:flex;width:1.3125rem;height:1.3125rem;top:51.125rem;left:0rem;z-index:15020; }
 }@media only screen and (max-width: 763px) { #W13f7kiJUPoNOpfnugWsONvOKo9ThF9h { display:flex;width:1.3125rem;height:1.3125rem;top:51.125rem;left:16.5rem;z-index:15021; }
 }@media only screen and (max-width: 763px) { #vDZmMIH6ntWtTqpSmKoHwoyN5OocPXaL { width:20rem;height:20rem;top:56.831251144409rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #otbTBMTSIdawXhBd6TUNJmCIZvhWGVQN { width:20rem;height:20rem;top:86.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UMIEZbUaNKJ1iwecBUUT3M3rUuSv2nLf { width:20rem;height:20rem;top:72.099999904631rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kRJCddKDf01XnINaudkhVdTPwxXblOAk { display:flex;width:3.125rem;height:3.125rem;top:74.125rem;left:13.5625rem; }
 }@media only screen and (max-width: 763px) { #k1ETDwgkwvm8RqLKQsN7vy1MRAxeXaO7 { display:flex;width:3.125rem;height:3.125rem;top:75.9375rem;left:3.1875001192093rem; }
 }@media only screen and (max-width: 763px) { #sL2myULgpv3JTKakPhzHqUazKE44TDmf { display:flex;width:2.3125rem;height:2.3125rem;top:60.0625rem;left:3.6875rem; }
 }@media only screen and (max-width: 763px) { #qLWOBsQRmBG10DiyNvwua0TECTL4iwAO { display:flex;width:1.9375rem;height:1.9375rem;top:53.9375rem;left:7.75rem; }
 }@media only screen and (max-width: 763px) { #TiXEQ500h2WJuZa4bVxTE2I3z6T8i02h { width:20rem;height:13.3125rem;top:46.175001144409rem;left:0rem;z-index:15034;display:block; }
 }@media only screen and (max-width: 763px) { #WssJFgLI0yLd67SVp3Ng8GA64qDHCvdl { width:20rem;height:13.5rem;top:17.03671836853rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zgfytJGnSzcnbx9T7tnGITO2ROCJH4l5 { display:flex;width:1.3125rem;height:1.3125rem;top:101.56250572204rem;left:17.174999594688rem;z-index:15025; }
 }@media only screen and (max-width: 763px) { #t6CnTb6BaLEHQIrcnrXdDNakufaORp6e { display:flex;width:0.9375rem;height:0.9375rem;top:102.87578582764rem;left:8.4250005483625rem;z-index:15026; }
 }@media only screen and (max-width: 763px) { #K67aG64MnTWstrMFa3QRna82bRz5wNAK { top:0rem;left:0rem;width:20rem;height:20rem;z-index:15035;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #OCI0OakTwe8EQeqqJDHJ3re4KLIqUMt6 { top:28.78750038147rem;left:0rem;width:20rem;height:20rem;z-index:15036;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #JAqQkBTCnHN0aR2u6Vc0ucUrvRWHz8DW { display:flex;width:1.8125rem;height:1.8125rem;top:1.25rem;left:9.0937503576281rem;z-index:15017; }
 }@media only screen and (max-width: 763px) { #EeJyB8lBk9s8Ly5vn84goJgeK2a7CHhp { display:block; }#EeJyB8lBk9s8Ly5vn84goJgeK2a7CHhp > .row .container { width:20rem;height:11.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HVs5m6nvf7LLw23z6tG51PJ4cEk6RcEv { width:13.6875rem;height:3.9375rem;top:5.09375rem;left:3.1562501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJy7uEFAwHLwwez3cF9EtpTy64UP54Xv { display:block; }
 }@media only screen and (max-width: 763px) { #wX2CbwiFalJnTr79RMxPWi4AApcGJZ9P { display:flex;width:1.3125rem;height:1.3125rem;top:2.7492179870606rem;left:4.5179690122604rem; }
 }@media only screen and (max-width: 763px) { #yZNGA9lmIXU8VwaWRnEuEQANGepsgbvA { display:flex;width:1.6875rem;height:1.6875rem;top:4.01171875rem;left:16.968750357628rem;z-index:15025; }
 }@media only screen and (max-width: 763px) { #prLcVGreCT9EAcTBLhs8tdaWlyCOUxn5 { display:flex;width:1.1875rem;height:1.1875rem;top:10.03125rem;left:2.0187500715256rem;z-index:15026; }
 }@media only screen and (max-width: 763px) { #GfHvTZwakFcuPqQo3puCqLr5n7BtvK7y { display:flex;width:1.75rem;height:1.75rem;top:8.28125rem;left:6.9937499761581rem;z-index:14996; }
 }@media only screen and (max-width: 763px) { #OObebO95ggSFBGFvTlDeHiVaSiMvv0T4 { display:flex;width:1.9375rem;height:1.9375rem;top:9.03125rem;left:16.843750357628rem; }
 }@media only screen and (max-width: 763px) { #QuPpesfyTbIMnVdzWBVXDcLBHvEUxTB6 { display:flex;width:2.625rem;height:2.625rem;top:4.65625rem;left:1.8929687738419rem;z-index:14997; }
 }@media only screen and (max-width: 763px) { #svvVTrmS9NaEQmPgm4TtBQeuBDlV37oD { display:block; }#svvVTrmS9NaEQmPgm4TtBQeuBDlV37oD > .row .container { width:20rem;height:65.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S8MqWZmNuWm7UNTtmOsbmH2TMEc5DtPz { width:17.375rem;height:20.125rem;top:6.375rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TaVO4dlkoPB4Tmml6TOZWlHZ3l6DL5fa { width:13.4375rem;height:15.3989125rem;top:10.3125rem;left:3.3125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gWRu0WMDa66ElitVnRECl7LiOuUd9vF7 { width:17.375rem;height:14.1875rem;top:48.5625rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJTzQzNNOANCMbbTcgH185Bk1EsRSBTD { width:6.5625rem;height:1.4625rem;top:49.875rem;left:6.6875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GwRnT8Qi9oAEnpzhdZJiRVoSfsa4Xrld { width:6.25rem;height:0.125rem;top:52.1875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6GPg4uLXJicEXFcZJkqxUNqgDm5sA8u { width:13.75rem;height:8.39940625rem;top:53.375rem;left:3.125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZuwFFdO3mANEJeJ8qSB6Eb8JahHAkITf { width:5.5rem;height:1.4625rem;top:7.375rem;left:7.25rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yeTQU4UheWKhShQHVzquFiOrM0HTAfaT { width:6.25rem;height:0.125rem;top:9.5rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #llyVuqTa75yxSu4HTIkGzvBcrkfPJpAE { width:18.25rem;height:3.375rem;top:1.53271484375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HK3n9Ny5AXoThrcm7SiQh1v56cJhDNHX { display:block; }
 }@media only screen and (max-width: 763px) { #RTrAfZl6s6vK0Gk5u6D6FiQRT5y6NBkV { width:20rem;height:20rem;top:27.718751192093rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rIRtUAK10US2sxKqf6r3DG1nFedgoSmn { display:block; }#rIRtUAK10US2sxKqf6r3DG1nFedgoSmn > .row .container { width:20rem;height:71.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fCOVQNe9zz3JyPEoLa0IIvmA8y1LSOPO { width:16.25rem;height:7.8125rem;top:12rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oT1JOPJisb8T3N0B89NrreifgCtDUIHi { width:12.5rem;height:2.275rem;top:14.768750190735rem;left:3.7499998807907rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WpiBlOxlPFQvGcTkOmULbAA4CTpNeUno { width:12.5rem;height:0;top:16rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFbz5eTuCoNAPxlhHNLSOT5WfFZCTRIX { width:16.25rem;height:10.1875rem;top:19.8125rem;left:1.875rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.29) ;display:block; }
 }@media only screen and (max-width: 763px) { #NzuNKdfEqTwF5DSxTaeZiZw8S1JKSsVa { width:16.25rem;height:7.8125rem;top:40.6875rem;left:1.875rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.26) ;display:block; }
 }@media only screen and (max-width: 763px) { #Zb8wwtQ1Tc3AmEzWmceZmWgT8buB2UlU { width:12.5rem;height:2.275rem;top:43.4375rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wD9v4Ws0TM95Hw72DBZzkWP6Pm3wckoX { width:16.25rem;height:10.1875rem;top:48.5rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVOZTuPTCoJwrrXFPrbb70yILE70kzyE { width:18.75rem;height:1.3rem;top:20.5625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #urcyxVoBcnuRrsvJliJ1KB8OoqwK3JFJ { width:11rem;height:6.0244125rem;top:22.5rem;left:4.5rem;font-size:1rem;display:block; }#urcyxVoBcnuRrsvJliJ1KB8OoqwK3JFJ li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/NheKm5qd/black_bullet.png); }
 }@media only screen and (max-width: 763px) { #HxIZI6UudclWA8rCguDxLg7z63Am4wov { width:12.0625rem;height:4.125rem;top:29.375rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #eFodTV5zQ7pDCPlAfNTbTPsT5bIQxloK { display:block; }
 }@media only screen and (max-width: 763px) { #VaTTdyZ07zJLE4TGt6cP3NTe16Gk4WCH { width:12.0625rem;height:4.125rem;top:58.0625rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFU5Mz2cw3pRJifKphbiHvWlISQ7IbDU { display:block; }
 }@media only screen and (max-width: 763px) { #boJ5N6TrVaUFPUZiqyOHhK4uva8DunTs { width:18.8125rem;height:4.0625rem;top:7.1250009536744rem;left:0.59375rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qPtTHUvuwf5ZXAJilbIIIBxCmB6H0T1i { width:15.8125rem;height:4.0625rem;top:36.0625rem;left:2.125rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQIDAuZWWgMx1dpSmldSzXffx7nsKiFt { width:13.4375rem;height:1.3rem;top:49.5rem;left:3.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZHMw2pUnkMaH44DQE6an4iiTKAnkxHG { width:11.5rem;height:6.0244125rem;top:51.4375rem;left:4.25rem;font-size:1rem;display:block; }#OZHMw2pUnkMaH44DQE6an4iiTKAnkxHG li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/NheKm5qd/black_bullet.png); }
 }@media only screen and (max-width: 763px) { #TqGvcdfa4lBJ0zxFqTd7sf4bFF2bc00t { width:16rem;height:5.19921875rem;top:64.236719131469rem;left:2.0000001192093rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QOSoEPBkJdG2MCe0nbOId7PNqJC0Tnay { width:18.375rem;height:3.5rem;top:1.6875rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sOzzUrA47qqNLuvEWnEVGnhVUTZGiTqT { display:block; }
 }@media only screen and (max-width: 763px) { #pbRggAGvgQKKKnDy2VaRyFKcQzPRFUfd { display:block; }#pbRggAGvgQKKKnDy2VaRyFKcQzPRFUfd > .row .container { width:20rem;height:47rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bKzLFNzrzUmfK817SE6aCwpNtSQTxoPF { width:17.375rem;height:15.625rem;top:7.375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MeIZMhq1LNmzDZuHczhC52iVblX0wC1I { width:5rem;height:5rem;top:4.25rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #voAblpRJLTSVNmiK62TeWkVlk3DFXiXl { width:16.25rem;height:8.4375rem;top:11.0625rem;left:1.875rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3dGZMH0vphN0nLkCiSlBoa6fH1TSeFW { width:17.5rem;height:1.7875rem;top:20rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CMa2NN1guUqt684OQoUwtcnPZTJIbTNk { width:17.375rem;height:14rem;top:29.3125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZBeCFZUPoBGCigRLUFg7vpM561Lnh6oD { width:5rem;height:5rem;top:25.375rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZVDG7N3v9yVnQ2vcExIH8ly3sTxVoHZ { width:15.5rem;height:7.03125rem;top:32.4375rem;left:2.25rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #scOBVQs2w9MD7WhHBqbBv5lXrJ1fgl5U { width:20rem;height:1.7875rem;top:40.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6JmgnTAT5JXJbHSBM44aTJbA3PxKB9H { width:20rem;height:2.6rem;top:0.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #pka3u8qce9rGZfxV1iJbHqMGT9TVdcfm { display:flex;width:1.1875rem;height:1.1875rem;top:24.237501144409rem;left:15.187500357628rem; }
 }@media only screen and (max-width: 763px) { #K2ZpTPRAd9KKS3rVUloMbexDeZQdVVEg { display:flex;width:2.4375rem;height:2.4375rem;top:15.662499904633rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #gahHrTw17bvZ3T615ree0nEqXh4uTD6z { display:flex;width:1.6875rem;height:1.6875rem;top:27.281249046326rem;left:17.087499976158rem; }
 }@media only screen and (max-width: 763px) { #yoQH9EI6EaLmfZVV3UDmaO7aKmz5zTfz { display:flex;width:1.1875rem;height:1.1875rem;top:24.237501144409rem;left:6.6249998807906rem; }
 }@media only screen and (max-width: 763px) { #Nu3fuXP5zq1IDWvPnU7geKXJFovyBiHy { display:flex;width:1.1875rem;height:1.1875rem;top:8.6125011444094rem;left:18.725000739097rem; }
 }@media only screen and (max-width: 763px) { #zLaSldUiGVIdZtMCymEE6WulnyMyDyZ7 { display:flex;width:1.1875rem;height:1.1875rem;top:24.237501144409rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #GJrI40q8Sv8rRwsWbPHSfhMaZJnQuHOK { display:flex;width:1.1875rem;height:1.1875rem;top:27.531250953674rem;left:4.9374998807907rem; }
 }@media only screen and (max-width: 763px) { #smPhCLTGNTbqVC5VB816DZTnFq1T0fxr { display:flex;width:2.1875rem;height:2.1875rem;top:40.050000667572rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #yxzd0p8WKK16D5BCqSTFGHVPKVNERmvg { display:flex;width:2.1875rem;height:2.1875rem;top:43.412482261658rem;left:16.587499976158rem; }
 }@media only screen and (max-width: 763px) { #sudm0FW8C8l5RRuMSdNxofVxbQAEBXs1 { display:flex;width:2.1875rem;height:2.1875rem;top:16.600000858307rem;left:17.812500357628rem; }
 }@media only screen and (max-width: 763px) { #LVAWu2TlrkTVkTOUVRDTFThbXwIQzGmn { display:flex;width:1.5625rem;height:1.5625rem;top:43.724219322204rem;left:3.4250000715256rem; }
 }@media only screen and (max-width: 763px) { #NsE6cQS8R08qe16lsT0kbCQECCqQTWAK { display:flex;width:1rem;height:1rem;top:24.300001144409rem;left:11.937500357628rem; }
 }@media only screen and (max-width: 763px) { #nDazTVrgnLVTSKxTGCFg2pLVFrvuhOpt { display:flex;width:1.1875rem;height:1.1875rem;top:4.2500011920929rem;left:3.8000000715256rem; }
 }@media only screen and (max-width: 763px) { #vcTfNZoQ5fXHNDOlHB6Vwif7ZPta3msK { background-color:#077cd6;background-image:url("https://images.assets-landingi.com/PF6BjaEA/mobile_bottom_div.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#vcTfNZoQ5fXHNDOlHB6Vwif7ZPta3msK.adaptive-delivery-prevent-bg, #vcTfNZoQ5fXHNDOlHB6Vwif7ZPta3msK.lazyload, #vcTfNZoQ5fXHNDOlHB6Vwif7ZPta3msK.lazyloading { background-image: none; }#vcTfNZoQ5fXHNDOlHB6Vwif7ZPta3msK > .row .container { background-color: transparent; background-image: none; }#vcTfNZoQ5fXHNDOlHB6Vwif7ZPta3msK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vcTfNZoQ5fXHNDOlHB6Vwif7ZPta3msK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vcTfNZoQ5fXHNDOlHB6Vwif7ZPta3msK > .row .container > .video-iframe-container { display: none; }#vcTfNZoQ5fXHNDOlHB6Vwif7ZPta3msK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vcTfNZoQ5fXHNDOlHB6Vwif7ZPta3msK > .row > .video-iframe-container { display: none; }#vcTfNZoQ5fXHNDOlHB6Vwif7ZPta3msK > .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); }#vcTfNZoQ5fXHNDOlHB6Vwif7ZPta3msK > .row .container { width:20rem;height:48.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lcGNXek9G8MAPAcrN1JbokzzwVXM8KTp { width:11.0625rem;height:2.6rem;top:7.13671875rem;left:4.46875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block;text-align:center;text-align-last:center; }
#EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz .widget-input-text {padding-top: 0; padding-bottom: 0;}#EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz .widget-input-select {padding-top: 0; padding-bottom: 0;}#EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz .widget-input-button { width:10.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:3.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; }
#EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz  { width:17.5rem;height:auto;top:10.8740234375rem;left:0rem; }
#EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz {display:block;}#EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz { width:17.5rem;height:auto;top:10.8740234375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz #rPU99MeFG2pgJwSv6Te0EeBZdSG5Q5lw {  }
 }@media only screen and (max-width: 763px) { #EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz #iwgDb4FzkDXANdmgIQXQTeo1lvndZ3LH { display:block; }
 }@media only screen and (max-width: 763px) { #EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz #ES5AL1lx3lSLIzETadV1Pdtpr5rZD98J {  }
 }@media only screen and (max-width: 763px) { #EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz #qSezEuotJd5LNFlT9aqx4APWFB33pmqx {  }
 }@media only screen and (max-width: 763px) { #EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz #Xp3QyRolTIz7gCMBXIqc6lbJqqnlFkTN { display:block; }
 }@media only screen and (max-width: 763px) { #EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz #ehmVCpOdZQeOTOvErrsW7BCKwD5edfyD {  }
 }@media only screen and (max-width: 763px) { #EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz #WInHICXuJPzpKObpEZ0xuJRE0sSbmePO {  }
 }@media only screen and (max-width: 763px) { #EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz #TioBu0T94bBTpAnaV3WQZl7pATTE5LfX {  }
 }@media only screen and (max-width: 763px) { #EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz #QP2FOyoeLOAViox4xW9y439pSrT4VbgZ {  }
 }@media only screen and (max-width: 763px) { #EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz #P0b6vs2lThrppEb624AWMs8k9RRnaMti {  }
 }@media only screen and (max-width: 763px) { #EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz #CFVBUpaq4sTa5Hzfn0tnE7c0b6lrNASs {  }
 }@media only screen and (max-width: 763px) { #EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz #cHybUqhaxSGiK3l1KVAewGPhQmqxklUn {  }
 }@media only screen and (max-width: 763px) { #EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz #tJyZmDV9ZOK3uquKaeKzbbFTynCaIsci {  }
 }@media only screen and (max-width: 763px) { #EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz #VXPKixHsvnpZwOzhiO9yT9wbfVvD9DcW {  }
 }@media only screen and (max-width: 763px) { #IiXTl9AbDoRdk9C2WIz4O7qMSZZD2BN9 { width:17.1875rem;height:4.875rem;top:1.5rem;left:1.40625rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g4Efo9uAwedVOXaikgXexNT5pJhlqqEg { display:flex;width:1.5625rem;height:1.5625rem;top:45.531249046326rem;left:15.531250357628rem;z-index:15001; }
 }@media only screen and (max-width: 763px) { #vkNz3dVUn8T5o0XZrLIbeG2JH5Vyy9QI { display:flex;width:1.6875rem;height:1.6875rem;top:39.160937309265rem;left:15.906250357628rem; }
 }@media only screen and (max-width: 763px) { #dnPD2PqX296vpNZJn7SxiFeTU0caaucZ { display:flex;width:1.6875rem;height:1.6875rem;top:1.5rem;left:2.0625001192093rem; }
 }@media only screen and (max-width: 763px) { #THUQ26cP7TmrkKhxTT62I6OMwf9wunuc { display:flex;width:2.4375rem;height:2.4375rem;top:26.81015586853rem;left:15.531250357628rem; }
 }@media only screen and (max-width: 763px) { #KkxLTDT6p1VTOoJ8bMTuGeut8esocLxJ { display:flex;width:1.1875rem;height:1.1875rem;top:5.9992189407349rem;left:17.456249594688rem; }
 }@media only screen and (max-width: 763px) { #N0aXNx2ZAVmTbPKeeiZHl5wxfctcF32z { display:flex;width:1.1875rem;height:1.1875rem;top:34.472657203674rem;left:14.393750548362rem; }
 }@media only screen and (max-width: 763px) { #h8Pi5gm4MEG4azZ9Tc4SOKxXxtCKkMKm { display:flex;width:1.1875rem;height:1.1875rem;top:0rem;left:11.187500357628rem; }
 }@media only screen and (max-width: 763px) { #lzditnhotHSDsU9ZOahPDWpWL3AP4RrC { display:flex;width:1.1875rem;height:1.1875rem;top:7.1367194652556rem;left:3.3312500715256rem; }
 }@media only screen and (max-width: 763px) { #bKH7VSWWktB1DGfaTmG9iPwUTtd9XWWl { display:flex;width:1.1875rem;height:1.1875rem;top:43.185936927796rem;left:17.456249594688rem; }
 }@media only screen and (max-width: 763px) { #eiWo2c3TCkU2sgBR6yHRidsTfl89bkm7 { display:flex;width:1.0625rem;height:1.0625rem;top:35.610156059265rem;left:17.456249594688rem; }
 }@media only screen and (max-width: 763px) { #bT7NiGnEEwg1WD3JC8ynD9JeORKkSoTX { display:flex;width:1rem;height:1rem;top:31.93515586853rem;left:17.643749594688rem; }
 }@media only screen and (max-width: 763px) { #BXQZtJlSCOecogVEt19AgSmh6TJQzbxR { display:flex;width:1rem;height:1rem;top:43.185936927796rem;left:8.5000003576281rem; }
 }@media only screen and (max-width: 763px) { #ZoI2ZpAUsdd8vBlaWQNgmXovVCQaPP16 { display:flex;width:2.4375rem;height:2.4375rem;top:40.79843711853rem;left:2.7062500715256rem;z-index:15002; }
 }@media only screen and (max-width: 763px) { #Pg5MW4JDQCl1dJqVdUsHdOr3IotzTeCq { display:flex;width:1.1875rem;height:1.1875rem;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #UvIQUIdKCabOODtUzyfKdi4ShG9XVLGb { display:flex;width:1.1875rem;height:1.1875rem;top:24.562500953674rem;left:16.937500357628rem; }
 }@media only screen and (max-width: 763px) { #gqmXLH0O06rRpVgIZBSChar6JfKgAmWb { display:flex;width:1.1875rem;height:1.1875rem;top:9.0625rem;left:15.5625rem; }
 }@media only screen and (max-width: 763px) { #DHPKNOEDnEKaSHsAPsMEcAmSuet0TTsh { display:flex;width:0.75rem;height:0.75rem;top:45.531249046326rem;left:11.406250357628rem; }
 }@media only screen and (max-width: 763px) { #GPxAeOpRhavqlNcTnEyViRFuTPVTOCtR { display:flex;width:1.1875rem;height:1.1875rem;top:10.871874809265rem;left:13.250000357628rem; }
 }@media only screen and (max-width: 763px) { #Cv0n6XDSEU5xWtCZIUloM6OtBNg37c7b { display:flex;width:1.1875rem;height:1.1875rem;top:45.937499046326rem;left:4.4687498807907rem; }
 }@media only screen and (max-width: 763px) { #tTTbrQ4uCHNSRC3URgwao6zXVeSUo9H5 { display:flex;width:2.4375rem;height:2.4375rem;top:26.81015586853rem;left:2.0804687738419rem; }
 }@media only screen and (max-width: 763px) { #d1i6lEKLkl1qEXwy7GHprbFtXBMOmLk4 { display:flex;width:1.6875rem;height:1.6875rem;top:1.4999997615814rem;left:16.956249594688rem; }
 }@media only screen and (max-width: 763px) { #f01SnIbu0z6J7InVURBoeHIonle7D1zO { display:flex;width:1rem;height:1rem;top:36.622656822204rem;left:1.4062501192093rem; }
 }@media only screen and (max-width: 763px) { #KZSFhT4iR2BOKLzcxHptCTrTnJLe6G0i { display:flex;width:1.1875rem;height:1.1875rem;top:10.873438835144rem;left:17.456249594688rem; }
 }@media only screen and (max-width: 763px) { #bHtsBS7tTXocdOVX43ayhMeETgImsGFC { display:flex;width:1.1875rem;height:1.1875rem;top:43.185938835144rem;left:1.4062501192093rem; }
 }@media only screen and (max-width: 763px) { #GyusH2yI8e2TqdoLkIZZI0Tl7LN2lvnk { display:flex;width:1.6875rem;height:1.6875rem;top:19.186718940735rem;left:0.42499995231628rem; }
 }