.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#brEQVqR1mlK6xaiqbcpsGT4EaNepmVJo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#brEQVqR1mlK6xaiqbcpsGT4EaNepmVJo > .row .container { background-color: transparent; background-image: none; }#brEQVqR1mlK6xaiqbcpsGT4EaNepmVJo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#brEQVqR1mlK6xaiqbcpsGT4EaNepmVJo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#brEQVqR1mlK6xaiqbcpsGT4EaNepmVJo > .row .container > .video-iframe-container { display: none; }#brEQVqR1mlK6xaiqbcpsGT4EaNepmVJo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#brEQVqR1mlK6xaiqbcpsGT4EaNepmVJo > .row > .video-iframe-container { display: none; }#brEQVqR1mlK6xaiqbcpsGT4EaNepmVJo > .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); }#brEQVqR1mlK6xaiqbcpsGT4EaNepmVJo > .row .container { border-width: 0; border-radius: 0; }#brEQVqR1mlK6xaiqbcpsGT4EaNepmVJo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#brEQVqR1mlK6xaiqbcpsGT4EaNepmVJo > .row .container { font-size:0.875rem;font-family:arial;height:5.75rem;width:60rem;position:relative;display:block; }#l4kv6lMsuqHTEFFpUfwhSDMc5FecF4i3 { background-color:#ff429f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;border-top-left-radius:1.9375rem;border-top-right-radius:1.9375rem;border-bottom-left-radius:1.9375rem;border-bottom-right-radius:1.9375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.5625rem;height:2.5625rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:1.59375rem;left:46.71875rem;display:block; }
#ZVti4AZnNHDx3QD0JLTmIbLivJpWVF7b { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Q8ypNWV6cSZc76TpT80CkK3xkBlUFGCT { position:absolute;display:block;z-index:15006;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:4.375rem;width:4.9375rem;top:0.6875rem;left:2.1552734375rem;overflow:hidden;display:block; }
#W5hVy84nL2BlxLFB05GDVg32XEPfl84h { box-sizing:content-box;height:4.625rem;width:60rem;position:absolute;display:block;z-index:15001;background-color:rgba(255,255,255,0.75);background-image:none;top:0.65625rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#yUMq3WdvESl3Q4ilHI10tCEF7XCCIwPQ { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:13rem;top:1.78125rem;left:7.875rem;overflow:hidden;display:block; }
#qBXG6mgqEwUeSxuN4Xd7wRyUrgZdazDT { background-color:#ff429f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;border-top-left-radius:1.9375rem;border-top-right-radius:1.9375rem;border-bottom-left-radius:1.9375rem;border-bottom-right-radius:1.9375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.5625rem;height:2.5625rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:1.59375rem;left:33.5rem;display:block; }
#EzBn3e7uMWXsScBz2K9ZIOl0fNE4ObTz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tuDvs4l0uUWgkN70U1Fi3OKIZRgKJai8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/0aa2c088-8ff8-4eb4-9568-67128a7ced3f/landingAntykujon2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tuDvs4l0uUWgkN70U1Fi3OKIZRgKJai8.adaptive-delivery-prevent-bg, #tuDvs4l0uUWgkN70U1Fi3OKIZRgKJai8.lazyload, #tuDvs4l0uUWgkN70U1Fi3OKIZRgKJai8.lazyloading { background-image: none; }#tuDvs4l0uUWgkN70U1Fi3OKIZRgKJai8 > .row .container { background-color: transparent; background-image: none; }#tuDvs4l0uUWgkN70U1Fi3OKIZRgKJai8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tuDvs4l0uUWgkN70U1Fi3OKIZRgKJai8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tuDvs4l0uUWgkN70U1Fi3OKIZRgKJai8 > .row .container > .video-iframe-container { display: none; }#tuDvs4l0uUWgkN70U1Fi3OKIZRgKJai8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tuDvs4l0uUWgkN70U1Fi3OKIZRgKJai8 > .row > .video-iframe-container { display: none; }#tuDvs4l0uUWgkN70U1Fi3OKIZRgKJai8 > .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); }#tuDvs4l0uUWgkN70U1Fi3OKIZRgKJai8 > .row .container { border-width: 0; border-radius: 0; }#tuDvs4l0uUWgkN70U1Fi3OKIZRgKJai8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tuDvs4l0uUWgkN70U1Fi3OKIZRgKJai8 > .row .container { font-size:0.875rem;font-family:arial;height:52.5rem;width:60rem;position:relative;display:block; }#WdCpyqUBh1E69ha7TKCfPQiODnpOzIb8 { color:#ff005f;display:block;width:29.375rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:300;z-index:15002;line-height:1.4;letter-spacing:0;top:16rem;left:0rem;height:5.7744125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#m9NmFUMTwqWomJ8wc51sVSWFNHDyk8T0 { color:#ffffff;display:block;width:41.9375rem;position:absolute;font-family:poppins;font-size:2.4375rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:8.6875rem;left:0rem;height:3.4121125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bhD7pqnI96XbxGIAGuWG7ZkNzvEKANBI { background-color:#97c701;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:3.0625rem;border-top-right-radius:3.0625rem;border-bottom-left-radius:3.0625rem;border-bottom-right-radius:3.0625rem;box-shadow: 0.1875rem 0.25rem 1.875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:29.75rem;height:5.1875rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:39.0625rem;left:0rem;display:block; }
#M3EM4iB7VrEdwzoqiuM5V7t9dn4MnT4O { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kJMdfqhi6oHTO35DZXJqRzbiIUqc2JoG { color:#ffffff;display:block;width:41.9375rem;position:absolute;font-family:poppins;font-size:2.75rem;font-weight:300;z-index:15004;line-height:1.4;letter-spacing:0;top:11.224609375rem;left:0rem;height:3.8496125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DfqiEHS12Aw6ycSr0AyxU0yFVHGFxbHN { position:absolute;display:block;z-index:15001;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:4.6875rem;width:25.625rem;top:7.875rem;left:13.375rem;overflow:hidden;display:block; }
#veOhulxTm9xqafy47RppNpdx5srqTfwo { color:#ff005f;display:block;width:26.625rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:25.125rem;left:1.375rem;height:6.29883125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hhGHpHVzdwEMw9AUH0QtXEwkEJu9f3m8 { color:#ff005f;display:block;width:22.625rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:300;z-index:15008;line-height:1.4;letter-spacing:0;top:37.25rem;left:3.375rem;height:1.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iilJJVzD1fvLMTD5pItHSya6PerSG54y { color:#ffffff;display:block;width:25.5rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:300;z-index:15009;line-height:1.4;letter-spacing:0;top:39.494140625rem;left:1.9375rem;height:4.199225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UtiJcFwMbAi4Mt8MteEGQf75S2GptvTQ { background-color:rgba(151,199,1,0.21);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.0625rem;border-top-right-radius:3.0625rem;border-bottom-left-radius:3.0625rem;border-bottom-right-radius:3.0625rem;box-shadow: 0.1875rem 0.25rem 1.875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:29.75rem;height:5.1875rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:39.0625rem;left:0rem;display:block; }
#Bcy5nBlqbc3XWCoiFTtKwGyE8l0WRpX3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gWIz4AxWM8xeUCBiTWXJpdnwDlapHsG8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gWIz4AxWM8xeUCBiTWXJpdnwDlapHsG8 > .row .container { background-color: transparent; background-image: none; }#gWIz4AxWM8xeUCBiTWXJpdnwDlapHsG8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gWIz4AxWM8xeUCBiTWXJpdnwDlapHsG8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gWIz4AxWM8xeUCBiTWXJpdnwDlapHsG8 > .row .container > .video-iframe-container { display: none; }#gWIz4AxWM8xeUCBiTWXJpdnwDlapHsG8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gWIz4AxWM8xeUCBiTWXJpdnwDlapHsG8 > .row > .video-iframe-container { display: none; }#gWIz4AxWM8xeUCBiTWXJpdnwDlapHsG8 > .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); }#gWIz4AxWM8xeUCBiTWXJpdnwDlapHsG8 > .row .container { border-width: 0; border-radius: 0; }#gWIz4AxWM8xeUCBiTWXJpdnwDlapHsG8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gWIz4AxWM8xeUCBiTWXJpdnwDlapHsG8 > .row .container { font-size:0.875rem;font-family:arial;height:59rem;width:60rem;position:relative;display:block; }#T4oQPmGXROxffBAKiTSJyuuKhDrxPXIo { color:#01a3eb;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2.125rem;font-weight:normal;z-index:15156;line-height:1.3;letter-spacing:0;top:2.9375rem;left:0rem;height:2.76171875rem;text-align:center;text-align-last:center;display:block; }
#vBWw33KwOLfzyF76CuA7H5Ju04pMHU9m { position:absolute;display:block;z-index:15003;background-color:rgba(255,129,0,0.12);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem dashed #ff8100;border-left:0.0625rem dashed #ff8100;border-right:0.0625rem dashed #ff8100;border-bottom:0.0625rem dashed #ff8100;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 0.5625rem rgba(0,0,0,0.5) ;height:13.1875rem;width:14.3125rem;top:11.5rem;left:0rem;display:block; }
#gxoRPgoesgfr4y04Q8JsJ3498VG3CWRs { position:absolute;display:block;z-index:15007;background-color:#ff8100;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.9375rem;border-top-right-radius:6.9375rem;border-bottom-left-radius:6.9375rem;border-bottom-right-radius:6.9375rem;box-shadow: -0.3125rem 0.375rem 0.5rem rgba(195,114,3,0.39) ;height:3.8125rem;width:3.8125rem;top:13.6875rem;left:5.3125rem;display:block; }
#RTH4PQHasu7F02ZZf05dJt5saX2qagZC { 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:15011;opacity:1;top:14.5rem;left:6.0625rem; }
#tVqMWKKHRBJqwlwNvbzyzR4tw0uA1JB8 { color:#ff8100;display:block;width:12.5625rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:300;z-index:15004;line-height:1.7;letter-spacing:0;top:19.3369140625rem;left:0.9375rem;height:1.8056625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PkDJi0Th6hen8NDhSM0AkXHnW4rDcx3Z { color:#3c3c3b;display:block;width:12.5625rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:300;z-index:15005;line-height:1.2;letter-spacing:0;top:18.33203125rem;left:0.9375rem;height:1.2744125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OoI9yKqW64OqXg1FPkn1S1XBgGBnFqbJ { position:absolute;display:block;z-index:15008;background-color:rgba(102,81,236,0.12);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem dashed #6651ec;border-left:0.0625rem dashed #6651ec;border-right:0.0625rem dashed #6651ec;border-bottom:0.0625rem dashed #6651ec;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 0.5625rem rgba(0,0,0,0.5) ;height:13.1875rem;width:14.3125rem;top:11.5rem;left:15.3125rem;display:block; }
#OAzpTgypB8hALRDAekHTU3p2Ga2uXrGM { position:absolute;display:block;z-index:15012;background-color:#6651ec;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.9375rem;border-top-right-radius:6.9375rem;border-bottom-left-radius:6.9375rem;border-bottom-right-radius:6.9375rem;box-shadow: -0.3125rem 0.375rem 0.5rem rgba(102,81,236,0.39) ;height:3.8125rem;width:3.8125rem;top:13.6875rem;left:20.625rem;display:block; }
#TvC9M7pNmTFbtDFObBWgI3rSXyeiPtIu { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.875rem;width:2.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:14.0625rem;left:21.125rem; }
#cIWBAplMJKhyF9PPk4cQGnBH33JmgzsT { color:#6651ec;display:block;width:13.9375rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:300;z-index:15009;line-height:1.7;letter-spacing:0;top:20.4365234375rem;left:15.5625rem;height:1.8056625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BDU5xXISWeNsFntvKPl4SxMLfni7MmRk { color:#3c3c3b;display:block;width:12.5625rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:300;z-index:15010;line-height:1.2;letter-spacing:0;top:19.2255859375rem;left:16.25rem;height:1.2744125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qkBe3kwSUZfkbXFTeT0LhJpWc4E5REoT { position:absolute;display:block;z-index:15013;background-color:rgba(230,60,143,0.12);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem dashed #e63c8f;border-left:0.0625rem dashed #e63c8f;border-right:0.0625rem dashed #e63c8f;border-bottom:0.0625rem dashed #e63c8f;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 0.5625rem rgba(0,0,0,0.5) ;height:13.1875rem;width:14.3125rem;top:11.5625rem;left:30.4375rem;display:block; }
#PPXT0DwymVuJNlCt0KlVKEFEx3iyNQTq { position:absolute;display:block;z-index:15017;background-color:#e63c8f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.9375rem;border-top-right-radius:6.9375rem;border-bottom-left-radius:6.9375rem;border-bottom-right-radius:6.9375rem;box-shadow: -0.3125rem 0.375rem 0.5rem rgba(230,60,143,0.39) ;height:3.8125rem;width:3.8125rem;top:13.75rem;left:35.75rem;display:block; }
#MKOGeSlI2ws2QAZZgOgymx0y7BOAuFpN { 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:15021;opacity:1;top:14.5rem;left:36.5rem; }
#t0CtLcPg6tBqSPNZgv8i1WVF1Doa9DaW { color:#e63c8f;display:block;width:14.375rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:300;z-index:15014;line-height:1.2;letter-spacing:0;top:20.125rem;left:30.4375rem;height:2.548825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OTEwamCy64J0oF5Iv1ZMHHFxHifFe6Ap { color:#3c3c3b;display:block;width:13.875rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:300;z-index:15015;line-height:1.2;letter-spacing:0;top:18.875rem;left:30.75rem;height:1.2744125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dCHn0GMfOzep47eXAu2egZh7E89aBRV2 { position:absolute;display:block;z-index:15013;background-color:rgba(1,163,235,0.12);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem dashed #01a3eb;border-left:0.0625rem dashed #01a3eb;border-right:0.0625rem dashed #01a3eb;border-bottom:0.0625rem dashed #01a3eb;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 0.5625rem rgba(0,0,0,0.5) ;height:13.1875rem;width:14.3125rem;top:11.5rem;left:45.5625rem;display:block; }
#XGlTBVwfEcCaKftZ1pC7ORkaDlvGMPyD { color:#3c3c3b;display:block;width:14.75rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:300;z-index:15015;line-height:1.2;letter-spacing:0;top:21.0625rem;left:45.25rem;height:1.2747375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IodqmTELUbkXgQUXc8RAgBMw07hwVeWf { color:#01a3eb;display:block;width:14.375rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:300;z-index:15014;line-height:1.2;letter-spacing:0;top:18.5rem;left:45.625rem;height:2.548825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#raa43Wty8CsgrlgCwKuT4rG7dCHpA2tt { position:absolute;display:block;z-index:15017;background-color:#01a3eb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.9375rem;border-top-right-radius:6.9375rem;border-bottom-left-radius:6.9375rem;border-bottom-right-radius:6.9375rem;box-shadow: -0.3125rem 0.375rem 0.5rem rgba(1,163,235,0.39) ;height:3.8125rem;width:3.8125rem;top:13.5rem;left:50.75rem;display:block; }
#KOhTLTOPDKFplnAN3oG60eV650LoTEOL { 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:15021;opacity:1;top:14.1875rem;left:51.4375rem; }
#ehIfPvgK7yLRFrsORaoxyzrF6PB7qeF1 { position:absolute;display:block;z-index:15018;background-color:rgba(151,199,1,0.12);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem dashed #97c701;border-left:0.0625rem dashed #97c701;border-right:0.0625rem dashed #97c701;border-bottom:0.0625rem dashed #97c701;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 0.5625rem rgba(0,0,0,0.5) ;height:13.25rem;width:14.25rem;top:26.1875rem;left:0rem;display:block; }
#zgkIEIffEDcTdpGdSA274yQckcbGywEo { position:absolute;display:block;z-index:15022;background-color:#97c701;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.9375rem;border-top-right-radius:6.9375rem;border-bottom-left-radius:6.9375rem;border-bottom-right-radius:6.9375rem;box-shadow: -0.3125rem 0.375rem 0.5rem rgba(151,199,1,0.39) ;height:3.8125rem;width:3.8125rem;top:28.1875rem;left:5.25rem;display:block; }
#OQ1Lcbyfb2mJRMDRLldLlVB3rXmNIl2C { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:29rem;left:6.0625rem; }
#S69uhldSWcHW3CzrxupBardTqUI9cDrw { color:#97c701;display:block;width:14.3125rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:300;z-index:15019;line-height:1.7;letter-spacing:0;top:33.97265625rem;left:0rem;height:1.8056625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ssdxxypmMPmPNiZo1PLsr3C5FafvAUaH { color:#3c3c3b;display:block;width:14.4375rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:300;z-index:15020;line-height:1.2;letter-spacing:0;top:35.5390625rem;left:0rem;height:1.2744125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#e8ExnJlaqUtf8GhT50NF8zki2zERt45r { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.375rem;width:5.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15157;opacity:.24;top:42.78125rem;left:3.75rem; }
#EUktbAw1gv00iM976mKeRM5I0sxZyqb2 { 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:15158;opacity:.08;top:43rem;left:8.84375rem; }
#mRe8D7hsOSE0Hx2w9zs5vaTqLVhpetrD { position:absolute;display:block;z-index:15008;background-color:rgba(255,129,0,0.12);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem dashed #ff8100;border-left:0.0625rem dashed #ff8100;border-right:0.0625rem dashed #ff8100;border-bottom:0.0625rem dashed #ff8100;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 0.5625rem rgba(0,0,0,0.5) ;height:13.1875rem;width:14.3125rem;top:26.25rem;left:15.3125rem;display:block; }
#B2ERoZRuya0LIBMxChneAeDVT4cImTTR { position:absolute;display:block;z-index:15012;background-color:#ff8100;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.9375rem;border-top-right-radius:6.9375rem;border-bottom-left-radius:6.9375rem;border-bottom-right-radius:6.9375rem;box-shadow: -0.3125rem 0.375rem 0.5rem rgba(195,114,3,0.39) ;height:3.8125rem;width:3.8125rem;top:28.4375rem;left:20.625rem;display:block; }
#UN04nx2Xr1gKk7vnhoSlqIG8Til9VoUc { 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:15016;opacity:1;top:29.1875rem;left:21.375rem; }
#aZNNMI845dpc4qJCW7hNbn3TGlu33hxI { color:#ff8100;display:block;width:12.5625rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:300;z-index:15009;line-height:1.7;letter-spacing:0;top:35.9609375rem;left:16.25rem;height:1.8059875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#komivKuJgNz4xaaEfnvcQgaxUrkZvDCq { color:#3c3c3b;display:block;width:12.5625rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:300;z-index:15010;line-height:1.2;letter-spacing:0;top:33.599609375rem;left:16.25rem;height:2.548825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dWzSbP6bfnC1XvJ66Fu8or5ToZTG5q6m { position:absolute;display:block;z-index:15013;background-color:rgba(102,81,236,0.12);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem dashed #6651ec;border-left:0.0625rem dashed #6651ec;border-right:0.0625rem dashed #6651ec;border-bottom:0.0625rem dashed #6651ec;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 0.5625rem rgba(0,0,0,0.5) ;height:13.1875rem;width:14.3125rem;top:26.3125rem;left:30.5rem;display:block; }
#DWo0Lm7Ls9iJ6hWVARXJRPC5Sz3GiIvF { position:absolute;display:block;z-index:15017;background-color:#6651ec;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.9375rem;border-top-right-radius:6.9375rem;border-bottom-left-radius:6.9375rem;border-bottom-right-radius:6.9375rem;box-shadow: -0.3125rem 0.375rem 0.5rem rgba(102,81,236,0.39) ;height:3.8125rem;width:3.8125rem;top:28.5rem;left:35.8125rem;display:block; }
#w22cBxOiCtc5CsfkxsUETGGUdexxr9ZT { 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:15021;opacity:1;top:29.375rem;left:36.5625rem; }
#urwi4c7kSSbiR2wh9TUECMnZchOn1NgE { color:#3c3c3b;display:block;width:14.25rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:300;z-index:15015;line-height:1.2;letter-spacing:0;top:33.412109375rem;left:30.625rem;height:1.2744125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CzLouCEPcSAf3SeKGrS9kbVbqH5a0HmC { color:#6651ec;display:block;width:14.375rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:300;z-index:15014;line-height:1.2;letter-spacing:0;top:34.75rem;left:30.5rem;height:3.82324375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Qgk5SJn0tDawbJJ5GvHoDPesM3boWXJ7 { position:absolute;display:block;z-index:15018;background-color:rgba(230,60,143,0.12);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem dashed #e63c8f;border-left:0.0625rem dashed #e63c8f;border-right:0.0625rem dashed #e63c8f;border-bottom:0.0625rem dashed #e63c8f;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 0.5625rem rgba(0,0,0,0.5) ;height:13.1875rem;width:14.3125rem;top:26.25rem;left:45.5625rem;display:block; }
#XLHCkBV8Zxq5dLEfLDKnPL8Mn1rmyWF3 { position:absolute;display:block;z-index:15022;background-color:#e63c8f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.9375rem;border-top-right-radius:6.9375rem;border-bottom-left-radius:6.9375rem;border-bottom-right-radius:6.9375rem;box-shadow: -0.3125rem 0.375rem 0.5rem rgba(230,60,143,0.39) ;height:3.8125rem;width:3.8125rem;top:28.4375rem;left:50.875rem;display:block; }
#PW9RZxnS303LIOxn6tTUi8uiB5npR41e { 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:15026;opacity:1;top:29.125rem;left:51.75rem; }
#G4AM3NR52RDU4KJVdQNX3oQXqIGh4E9K { color:#3c3c3b;display:block;width:14.4375rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:300;z-index:15020;line-height:1.2;letter-spacing:0;top:34.42578125rem;left:45.5625rem;height:1.2744125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MuLKquSRuHDAOEyHfAg2GlAsdUId8fEu { color:#e63c8f;display:block;width:14.375rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:300;z-index:15019;line-height:1.2;letter-spacing:0;top:35.77734375rem;left:45.625rem;height:1.2747375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#D2CPd8kuJgCbEW8OcgwykiUBxRXEBuKM { position:absolute;display:block;z-index:15018;background-color:rgba(1,163,235,0.12);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem dashed #01a3eb;border-left:0.0625rem dashed #01a3eb;border-right:0.0625rem dashed #01a3eb;border-bottom:0.0625rem dashed #01a3eb;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 0.5625rem rgba(0,0,0,0.5) ;height:13.1875rem;width:14.3125rem;top:41.0625rem;left:15.375rem;display:block; }
#AmbyT6PCACwPMH69lXVZQC3vkQz7u4vV { position:absolute;display:block;z-index:15022;background-color:#01a3eb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.9375rem;border-top-right-radius:6.9375rem;border-bottom-left-radius:6.9375rem;border-bottom-right-radius:6.9375rem;box-shadow: -0.3125rem 0.375rem 0.5rem rgba(1,163,235,0.39) ;height:3.8125rem;width:3.8125rem;top:43.0625rem;left:20.5625rem;display:block; }
#c9CIR4g3IVVWHGcJkBIKTdgc4zd5XmiT { 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:15026;opacity:1;top:43.875rem;left:21.3125rem; }
#siyc4aKHkAreo93AvysTK6az9Uk6WXHJ { color:#01a3eb;display:block;width:14.4375rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:300;z-index:15019;line-height:1.2;letter-spacing:0;top:48.8515625rem;left:15.4375rem;height:1.2744125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#h5CaaPzQUJZTN8oqVWga06EQIV1zDWnB { color:#3c3c3b;display:block;width:14.5rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:300;z-index:15020;line-height:1.2;letter-spacing:0;top:50.1875rem;left:15.40625rem;height:1.2744125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BXr3dK4SnSR3N5r9Ks5VSJbUIdqixH5L { position:absolute;display:block;z-index:15023;background-color:rgba(151,199,1,0.12);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem dashed #97c701;border-left:0.0625rem dashed #97c701;border-right:0.0625rem dashed #97c701;border-bottom:0.0625rem dashed #97c701;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 0.5625rem rgba(0,0,0,0.5) ;height:13.25rem;width:14.25rem;top:41rem;left:30.75rem;display:block; }
#cdaZcvw75n0MIgD2Eoz6bXIHGsKfln5T { color:#3c3c3b;display:block;width:14.125rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:300;z-index:15025;line-height:1.2;letter-spacing:0;top:50.7109375rem;left:30.8125rem;height:1.2744125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eAqlelwzHtluUheV49GNG2b11771WQat { color:#97c701;display:block;width:14.4375rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:300;z-index:15024;line-height:1.2;letter-spacing:0;top:48.28125rem;left:30.71875rem;height:2.548825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xChKK6hzAoKgXt3Ldd9TKPA3cXRRe7Ld { position:absolute;display:block;z-index:15027;background-color:#97c701;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.9375rem;border-top-right-radius:6.9375rem;border-bottom-left-radius:6.9375rem;border-bottom-right-radius:6.9375rem;box-shadow: -0.3125rem 0.375rem 0.5rem rgba(151,199,1,0.39) ;height:3.8125rem;width:3.8125rem;top:43rem;left:36rem;display:block; }
#vIbQKNHcw1MwJJsTpAfsSG0QGrlrEysa { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:43.8125rem;left:36.8125rem; }
#z7goOsi3f5RLcp6mabweG0kKl93qE7TP { color:#01a3eb;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:300;z-index:15157;line-height:1.3;letter-spacing:0;top:7.1875rem;left:0rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#N3NM1w0ett1SV7D1D0JVtD00alq1FbtK { color:#3c3c3b;display:block;width:12.5625rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:300;z-index:15006;line-height:1.2;letter-spacing:0;top:20.8916015625rem;left:0.9375rem;height:2.548825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CXHQpXR3ZPmAngVTG46h1IxylZ1umnfp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #18a7e6, #beebff);background-image: -moz-linear-gradient(180deg, #18a7e6, #beebff);background-image: -ms-linear-gradient(180deg, #18a7e6, #beebff);background-image: -o-linear-gradient(180deg, #18a7e6, #beebff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#18a7e6', endColorstr='#beebff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#18a7e6', endColorstr='#beebff' );";background-image: linear-gradient(180deg, #18a7e6, #beebff);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; }#CXHQpXR3ZPmAngVTG46h1IxylZ1umnfp > .row .container { background-color: transparent; background-image: none; }#CXHQpXR3ZPmAngVTG46h1IxylZ1umnfp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CXHQpXR3ZPmAngVTG46h1IxylZ1umnfp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CXHQpXR3ZPmAngVTG46h1IxylZ1umnfp > .row .container > .video-iframe-container { display: none; }#CXHQpXR3ZPmAngVTG46h1IxylZ1umnfp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CXHQpXR3ZPmAngVTG46h1IxylZ1umnfp > .row > .video-iframe-container { display: none; }#CXHQpXR3ZPmAngVTG46h1IxylZ1umnfp > .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); }#CXHQpXR3ZPmAngVTG46h1IxylZ1umnfp > .row .container { border-width: 0; border-radius: 0; }#CXHQpXR3ZPmAngVTG46h1IxylZ1umnfp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CXHQpXR3ZPmAngVTG46h1IxylZ1umnfp > .row .container { font-size:0.875rem;font-family:arial;height:51.8125rem;width:60rem;position:relative;display:block; }#VpTf1TDp0OcASc2Qb6ucwkX8g1K87OlA { position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem dashed #ff8100;border-left:0.0625rem dashed #ff8100;border-right:0.0625rem dashed #ff8100;border-bottom:0.0625rem dashed #ff8100;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 0.5625rem rgba(0,0,0,0.5) ;height:13.1875rem;width:14.3125rem;top:8.1875rem;left:0rem;display:block; }
#vHioaHdv9C5xUQxlw6V8avbMStFRhxQH { position:absolute;display:block;z-index:15007;background-color:#ff8100;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.9375rem;border-top-right-radius:6.9375rem;border-bottom-left-radius:6.9375rem;border-bottom-right-radius:6.9375rem;box-shadow: -0.3125rem 0.375rem 0.5rem rgba(195,114,3,0.39) ;height:3.8125rem;width:3.8125rem;top:10.375rem;left:5.3125rem;display:block; }
#bcCH1bhp3t5hA7WXwgfX6VcwcqQGh2St { 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:15011;opacity:1;top:11.125rem;left:6.0625rem; }
#singPF408skGnmqw4PIxhxz1qbIX0iXf { color:#ff8100;display:block;width:12.5625rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:300;z-index:15004;line-height:1.7;letter-spacing:0;top:17.2109375rem;left:0.9375rem;height:1.8059875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lL1rqxogMXRU1siXpc82lb0LmPfcUeMZ { color:#3c3c3b;display:block;width:12.5625rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:300;z-index:15005;line-height:1.2;letter-spacing:0;top:16.0625rem;left:0.9375rem;height:1.2747375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ra1J1f7mh0SLCw3shBzqZwzn2MxbM1Ow { position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem dashed #6651ec;border-left:0.0625rem dashed #6651ec;border-right:0.0625rem dashed #6651ec;border-bottom:0.0625rem dashed #6651ec;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 0.5625rem rgba(0,0,0,0.5) ;height:13.1875rem;width:14.3125rem;top:8.1875rem;left:15.3125rem;display:block; }
#THoDHFK6H550KgZwyCp0xWKG6SJvyBet { position:absolute;display:block;z-index:15012;background-color:#6651ec;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.9375rem;border-top-right-radius:6.9375rem;border-bottom-left-radius:6.9375rem;border-bottom-right-radius:6.9375rem;box-shadow: -0.3125rem 0.375rem 0.5rem rgba(102,81,236,0.39) ;height:3.8125rem;width:3.8125rem;top:10.375rem;left:20.625rem;display:block; }
#Iq28e1Mnu1rKlKgCdxR7HgcMv0JSxOOl { 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:15016;opacity:1;top:11.125rem;left:21.375rem; }
#SlWyf2eGeHWrV5kbKyeR5VQkkgegWgX5 { color:#6651ec;display:block;width:13.9375rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:300;z-index:15009;line-height:1.7;letter-spacing:0;top:15.796875rem;left:15.5625rem;height:1.8059875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#edHEhk3m1i172zBFyXpH6ffPHcXDc0k8 { color:#3c3c3b;display:block;width:14.5rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:300;z-index:15010;line-height:1.2;letter-spacing:0;top:17.2890625rem;left:15.28125rem;height:1.2747375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TBu9eetAk5AeeS8TBMBPSzIHcZ0noNqf { position:absolute;display:block;z-index:15013;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem dashed #e63c8f;border-left:0.0625rem dashed #e63c8f;border-right:0.0625rem dashed #e63c8f;border-bottom:0.0625rem dashed #e63c8f;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 0.5625rem rgba(0,0,0,0.5) ;height:13.1875rem;width:14.3125rem;top:8.25rem;left:30.4375rem;display:block; }
#qXb5ahT0ZZ1V59Od3Ee6bG8yJfTOmToF { position:absolute;display:block;z-index:15017;background-color:#e63c8f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.9375rem;border-top-right-radius:6.9375rem;border-bottom-left-radius:6.9375rem;border-bottom-right-radius:6.9375rem;box-shadow: -0.3125rem 0.375rem 0.5rem rgba(230,60,143,0.39) ;height:3.8125rem;width:3.8125rem;top:10.4375rem;left:35.75rem;display:block; }
#LBHn9vMALRhaCHrHhivQXWg5JoJ9OJGD { 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:15021;opacity:1;top:11.1875rem;left:36.5rem; }
#VI03VwXbBRTzsNssrhalwUqHfKt48qDP { color:#e63c8f;display:block;width:14.375rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:300;z-index:15014;line-height:1.2;letter-spacing:0;top:16.0625rem;left:30.46875rem;height:1.2747375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mw6LAcaTI83xTF6Xglxy8dli2A6cm9t3 { color:#3c3c3b;display:block;width:14.4375rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:300;z-index:15015;line-height:1.2;letter-spacing:0;top:17.1640625rem;left:30.46875rem;height:1.2747375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vsp3pIkZnRpzOWLMoFcnrtkKyFQf3mo7 { position:absolute;display:block;z-index:15013;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem dashed #01a3eb;border-left:0.0625rem dashed #01a3eb;border-right:0.0625rem dashed #01a3eb;border-bottom:0.0625rem dashed #01a3eb;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 0.5625rem rgba(0,0,0,0.5) ;height:13.1875rem;width:14.3125rem;top:8.1875rem;left:45.5625rem;display:block; }
#AxW8aKTtTm9bO8qgcq9RICUkJWz8PHfT { color:#3c3c3b;display:block;width:14.75rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:300;z-index:15015;line-height:1.2;letter-spacing:0;top:16.837890625rem;left:45.25rem;height:2.548825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oXX4IJSu1ZgoM9lriiewRpH8i9BOlhJX { color:#01a3eb;display:block;width:14.375rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:300;z-index:15014;line-height:1.2;letter-spacing:0;top:15.5625rem;left:45.625rem;height:1.2747375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sBdypvC4pnqPEF8eBKt4rbAA4EiLvVG2 { position:absolute;display:block;z-index:15017;background-color:#01a3eb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.9375rem;border-top-right-radius:6.9375rem;border-bottom-left-radius:6.9375rem;border-bottom-right-radius:6.9375rem;box-shadow: -0.3125rem 0.375rem 0.5rem rgba(1,163,235,0.39) ;height:3.8125rem;width:3.8125rem;top:10.1875rem;left:50.75rem;display:block; }
#DmKUJczn3NIwdUdsG5AWkF4XLRsf9HhT { 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:15021;opacity:1;top:10.875rem;left:51.4375rem; }
#wAxMg3O8omKE0lmHKo5KDDiTav0lV3u6 { position:absolute;display:block;z-index:15018;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem dashed #97c701;border-left:0.0625rem dashed #97c701;border-right:0.0625rem dashed #97c701;border-bottom:0.0625rem dashed #97c701;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 0.5625rem rgba(0,0,0,0.5) ;height:13.25rem;width:14.25rem;top:22.875rem;left:0rem;display:block; }
#Rd76AalFfNdCdXJ7NLsckv90MIcSUxDL { position:absolute;display:block;z-index:15022;background-color:#97c701;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.9375rem;border-top-right-radius:6.9375rem;border-bottom-left-radius:6.9375rem;border-bottom-right-radius:6.9375rem;box-shadow: -0.3125rem 0.375rem 0.5rem rgba(151,199,1,0.39) ;height:3.8125rem;width:3.8125rem;top:24.875rem;left:5.25rem;display:block; }
#GMCy3nDCAr6bVkzhgiIA8MrEbgFOzkMJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:25.6875rem;left:6.0625rem; }
#aBA8u7SXU0cMU9LF8ikNshR1Fcn3d3MP { color:#97c701;display:block;width:14.5rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:300;z-index:15019;line-height:1.2;letter-spacing:0;top:31.5859375rem;left:0rem;height:2.549475rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#evuf2XOkzSiLfarMPq7J8UmXUuTRTK7n { color:#3c3c3b;display:block;width:14.4375rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:300;z-index:15020;line-height:1.2;letter-spacing:0;top:30.3125rem;left:0rem;height:1.2747375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BTdbOktcn3RKsnuo70D5WuhA7RvL7t2v { background-color:#97c701;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:3.0625rem;border-top-right-radius:3.0625rem;border-bottom-left-radius:3.0625rem;border-bottom-right-radius:3.0625rem;box-shadow: 0.1875rem 0.25rem 1.875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:29.5625rem;height:5.1875rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:41.875rem;left:15.5625rem;display:block; }
#cy3tqpyUOZbfwvvb4TbPiR4ftz0dkgZU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#l5TdQBS25N3czmTJRCuGi35ElwUBW8TV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.375rem;width:5.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15157;opacity:.24;top:39.5rem;left:3.75rem; }
#lI57lfyCF2DOXccP5MbdMyx0ACraTTQw { 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:15158;opacity:.08;top:39.6875rem;left:8.875rem; }
#wM4bBdEx2eI19Mgr7xOQAyV4n7WXC4Ae { position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem dashed #ff8100;border-left:0.0625rem dashed #ff8100;border-right:0.0625rem dashed #ff8100;border-bottom:0.0625rem dashed #ff8100;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 0.5625rem rgba(0,0,0,0.5) ;height:13.1875rem;width:14.3125rem;top:22.9375rem;left:15.3125rem;display:block; }
#VX8NNXd8QhcT7yIstf8H5ZFTvahWmW9N { position:absolute;display:block;z-index:15012;background-color:#ff8100;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.9375rem;border-top-right-radius:6.9375rem;border-bottom-left-radius:6.9375rem;border-bottom-right-radius:6.9375rem;box-shadow: -0.3125rem 0.375rem 0.5rem rgba(195,114,3,0.39) ;height:3.8125rem;width:3.8125rem;top:25.125rem;left:20.625rem;display:block; }
#k7g0MOwxSt782eK2gTOBloZLIwlpD1Ha { 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:15016;opacity:1;top:25.875rem;left:21.375rem; }
#HtexX7dphfLHn3wiA368JhFQddAK3etn { color:#ff8100;display:block;width:12.5625rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:300;z-index:15009;line-height:1.7;letter-spacing:0;top:31.95703125rem;left:16.25rem;height:1.8059875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#W7Mn192TmBbWbTzpZTTxoCPixl7b9OlF { color:#3c3c3b;display:block;width:12.5625rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:300;z-index:15010;line-height:1.2;letter-spacing:0;top:30.9375rem;left:16.25rem;height:1.2747375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#S5eFfLoXxslv0dAmd0TT2C6dznUM1ARa { position:absolute;display:block;z-index:15013;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem dashed #6651ec;border-left:0.0625rem dashed #6651ec;border-right:0.0625rem dashed #6651ec;border-bottom:0.0625rem dashed #6651ec;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 0.5625rem rgba(0,0,0,0.5) ;height:13.1875rem;width:14.3125rem;top:23rem;left:30.5rem;display:block; }
#QzhDlQkaI6uK5Hoqq8sw8HNPmXpRhI1k { position:absolute;display:block;z-index:15017;background-color:#6651ec;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.9375rem;border-top-right-radius:6.9375rem;border-bottom-left-radius:6.9375rem;border-bottom-right-radius:6.9375rem;box-shadow: -0.3125rem 0.375rem 0.5rem rgba(102,81,236,0.39) ;height:3.8125rem;width:3.8125rem;top:25.1875rem;left:35.8125rem;display:block; }
#SwyJdGAZk95CiQLL9LNMHZ2CPTWpmPyH { 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:15021;opacity:1;top:25.9375rem;left:36.5625rem; }
#smBpQF9VftoUqRQ8t2MrO4N98VWIGhO4 { color:#3c3c3b;display:block;width:14.25rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:300;z-index:15015;line-height:1.2;letter-spacing:0;top:32.09765625rem;left:30.53125rem;height:1.2747375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FA0XJnX4IrwHbZLu5wbZ08f7fkaik18I { color:#6651ec;display:block;width:14.375rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:300;z-index:15014;line-height:1.2;letter-spacing:0;top:30.9375rem;left:30.5rem;height:1.2747375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CMFANcb9G5mJsd74z9XZHQel0PtA4fmE { position:absolute;display:block;z-index:15018;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem dashed #e63c8f;border-left:0.0625rem dashed #e63c8f;border-right:0.0625rem dashed #e63c8f;border-bottom:0.0625rem dashed #e63c8f;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 0.5625rem rgba(0,0,0,0.5) ;height:13.1875rem;width:14.3125rem;top:22.9375rem;left:45.5625rem;display:block; }
#GgHaO00CLA2xgyFh6splknG69yI7oVpt { position:absolute;display:block;z-index:15022;background-color:#e63c8f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.9375rem;border-top-right-radius:6.9375rem;border-bottom-left-radius:6.9375rem;border-bottom-right-radius:6.9375rem;box-shadow: -0.3125rem 0.375rem 0.5rem rgba(230,60,143,0.39) ;height:3.8125rem;width:3.8125rem;top:25.125rem;left:50.875rem;display:block; }
#MQ5qwXkicTTCF2JTdHWMrm2es0OnUseR { 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:15026;opacity:1;top:25.875rem;left:51.625rem; }
#gwgJRKZccbg3l8riJhIoIWExeQzEPEmC { color:#3c3c3b;display:block;width:14.4375rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:300;z-index:15020;line-height:1.2;letter-spacing:0;top:30.375rem;left:45.5625rem;height:2.549475rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oiRLZDnpgT1Xz6e5SB5sXmNUP0qkf4Nz { color:#e63c8f;display:block;width:14.375rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:300;z-index:15019;line-height:1.2;letter-spacing:0;top:32.9228515625rem;left:45.625rem;height:1.2747375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#g7L29XQ03DpLEPwRBciQWlaCKF3r8gZs { color:#ffffff;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:300;z-index:15157;line-height:1.3;letter-spacing:0;top:2.875rem;left:0rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dUn3q92Goxn79mGLenvqMu3tEJ9EWkM3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dUn3q92Goxn79mGLenvqMu3tEJ9EWkM3 > .row .container { background-color: transparent; background-image: none; }#dUn3q92Goxn79mGLenvqMu3tEJ9EWkM3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dUn3q92Goxn79mGLenvqMu3tEJ9EWkM3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dUn3q92Goxn79mGLenvqMu3tEJ9EWkM3 > .row .container > .video-iframe-container { display: none; }#dUn3q92Goxn79mGLenvqMu3tEJ9EWkM3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dUn3q92Goxn79mGLenvqMu3tEJ9EWkM3 > .row > .video-iframe-container { display: none; }#dUn3q92Goxn79mGLenvqMu3tEJ9EWkM3 > .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); }#dUn3q92Goxn79mGLenvqMu3tEJ9EWkM3 > .row .container { border-width: 0; border-radius: 0; }#dUn3q92Goxn79mGLenvqMu3tEJ9EWkM3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dUn3q92Goxn79mGLenvqMu3tEJ9EWkM3 > .row .container { font-size:0.875rem;font-family:arial;height:110.875rem;width:60rem;position:relative;display:block; }#wzM3nDoEJS6HOKMuOpQg5m43iFgOmRTN { color:#01a3eb;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2.125rem;font-weight:normal;z-index:15156;line-height:1.3;letter-spacing:0;top:3.8125rem;left:0rem;height:2.76171875rem;text-align:center;text-align-last:center;display:block; }
#Uy04eMTMbMH03TWQzIeCtIeEeNvRoS4k { position:absolute;display:block;z-index:15003;background-color:rgba(255,129,0,0.12);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem dashed #ff8100;border-left:0.0625rem dashed #ff8100;border-right:0.0625rem dashed #ff8100;border-bottom:0.0625rem dashed #ff8100;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 0.5625rem rgba(0,0,0,0.5) ;height:19.875rem;width:48.375rem;top:63.875rem;left:7.375rem;display:block; }
#MWfu0M1dEfN4emzoevTVNEeLJfPlwpMO { position:absolute;display:block;z-index:15007;background-color:#ff8100;background-image:url("https://images.assets-landingi.com/uc/3c9b435c-bf24-4175-9870-d9c0425b1c86/Trener1.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.125rem solid #ff8100;border-left:0.125rem solid #ff8100;border-right:0.125rem solid #ff8100;border-bottom:0.125rem solid #ff8100;border-top-left-radius:6.9375rem;border-top-right-radius:6.9375rem;border-bottom-left-radius:6.9375rem;border-bottom-right-radius:6.9375rem;box-shadow: -0.3125rem 0.375rem 0.5rem rgba(195,114,3,0.39) ;height:10.4375rem;width:10.4375rem;top:65.3125rem;left:2.5rem;display:block; }#MWfu0M1dEfN4emzoevTVNEeLJfPlwpMO.adaptive-delivery-prevent-bg, #MWfu0M1dEfN4emzoevTVNEeLJfPlwpMO.lazyload, #MWfu0M1dEfN4emzoevTVNEeLJfPlwpMO.lazyloading { background-image: none; }
#HXxOh1tH1S6kXAZlI9RclIz10T994Jeu { color:#ff8100;display:block;width:12.5625rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:300;z-index:15004;line-height:1.7;letter-spacing:0;top:65.3125rem;left:16rem;height:2.23046875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dSTMTa1fekB51ymqFicrtKAOxibcDJXP { color:#3c3c3b;display:block;width:38.1875rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:300;z-index:15005;line-height:1.2;letter-spacing:0;top:69.25rem;left:16rem;height:10.1953125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VzfX6uT44DXdgQRFZWWggbTg00LP2Jmw { position:absolute;display:block;z-index:15008;background-color:rgba(102,81,236,0.12);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem dashed #6651ec;border-left:0.0625rem dashed #6651ec;border-right:0.0625rem dashed #6651ec;border-bottom:0.0625rem dashed #6651ec;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 0.5625rem rgba(0,0,0,0.5) ;height:19.625rem;width:48.4375rem;top:17.6875rem;left:8.0625rem;display:block; }
#lfURkGfSeQAQs2RIkrqFD8LS0uWSCowd { position:absolute;display:block;z-index:15012;background-color:#6651ec;background-image:url("https://images.assets-landingi.com/uc/e27fde01-9447-45b5-96d3-ef9b1f0ebf89/Trener3.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.125rem solid #6651ec;border-left:0.125rem solid #6651ec;border-right:0.125rem solid #6651ec;border-bottom:0.125rem solid #6651ec;border-top-left-radius:6.9375rem;border-top-right-radius:6.9375rem;border-bottom-left-radius:6.9375rem;border-bottom-right-radius:6.9375rem;box-shadow: -0.3125rem 0.375rem 0.5rem rgba(102,81,236,0.39) ;height:10.8125rem;width:10.8125rem;top:18.8125rem;left:2.5rem;display:block; }#lfURkGfSeQAQs2RIkrqFD8LS0uWSCowd.adaptive-delivery-prevent-bg, #lfURkGfSeQAQs2RIkrqFD8LS0uWSCowd.lazyload, #lfURkGfSeQAQs2RIkrqFD8LS0uWSCowd.lazyloading { background-image: none; }
#lPFRSvLPuR51iU16sxnitduT8om8Tzfp { color:#6651ec;display:block;width:18rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:300;z-index:15009;line-height:1.7;letter-spacing:0;top:19.5625rem;left:16.1875rem;height:2.23046875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WyboSPsgOoyBMAmi6nG6MSdDUnNR53s9 { color:#3c3c3b;display:block;width:39.1875rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:300;z-index:15010;line-height:1.2;letter-spacing:0;top:22.8046875rem;left:16.125rem;height:10.1953125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SGy91A14ez1r1gyGxJaK37HWhkdiUmn4 { position:absolute;display:block;z-index:15013;background-color:rgba(230,60,143,0.12);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem dashed #e63c8f;border-left:0.0625rem dashed #e63c8f;border-right:0.0625rem dashed #e63c8f;border-bottom:0.0625rem dashed #e63c8f;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 0.5625rem rgba(0,0,0,0.5) ;height:20.375rem;width:48.4375rem;top:40.25rem;left:7.5625rem;display:block; }
#aEnZxHWbL8FGDLkmPfaJ4paPkeWrTkPH { position:absolute;display:block;z-index:15017;background-color:#e63c8f;background-image:url("https://images.assets-landingi.com/uc/afe7ca6b-20bf-47d2-89c5-093b409fc96c/Trener2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.125rem solid #e63c8f;border-left:0.125rem solid #e63c8f;border-right:0.125rem solid #e63c8f;border-bottom:0.125rem solid #e63c8f;border-top-left-radius:6.9375rem;border-top-right-radius:6.9375rem;border-bottom-left-radius:6.9375rem;border-bottom-right-radius:6.9375rem;box-shadow: -0.3125rem 0.375rem 0.5rem rgba(230,60,143,0.39) ;height:11.0625rem;width:11.0625rem;top:41.375rem;left:2.5rem;display:block; }#aEnZxHWbL8FGDLkmPfaJ4paPkeWrTkPH.adaptive-delivery-prevent-bg, #aEnZxHWbL8FGDLkmPfaJ4paPkeWrTkPH.lazyload, #aEnZxHWbL8FGDLkmPfaJ4paPkeWrTkPH.lazyloading { background-image: none; }
#Bs6zpwf34MO8l3copu1wkZhzlQAcZSzL { color:#e63c8f;display:block;width:18.1875rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:300;z-index:15014;line-height:1.7;letter-spacing:0;top:42.25rem;left:16.3125rem;height:2.23046875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kN5BHgcPuvDf49e3cvTy2kc74wrlGpkx { color:#3c3c3b;display:block;width:38.125rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:300;z-index:15015;line-height:1.2;letter-spacing:0;top:45.625rem;left:16.3125rem;height:10.1953125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mOl9FIOc4lZ5wUPG0Gcl1Dz8JVRZPNqX { position:absolute;display:block;z-index:15013;background-color:rgba(1,163,235,0.12);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem dashed #01a3eb;border-left:0.0625rem dashed #01a3eb;border-right:0.0625rem dashed #01a3eb;border-bottom:0.0625rem dashed #01a3eb;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 0.5625rem rgba(0,0,0,0.5) ;height:18rem;width:48.375rem;top:86.6875rem;left:7.8125rem;display:block; }
#UBXrn4QlgdPHyy2Vk8tvnouW6Rwo7lcS { color:#3c3c3b;display:block;width:38.25rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:300;z-index:15015;line-height:1.2;letter-spacing:0;top:91.875rem;left:15.875rem;height:7.6465rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#g1yyUWEbz5tIifayaMkDXiX7G8kQSOXo { color:#01a3eb;display:block;width:15rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:300;z-index:15014;line-height:1.7;letter-spacing:0;top:88.3125rem;left:15.6875rem;height:2.23046875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fJNG2tgXN8wvq1qXmVhOCLsw5ivq1z6i { position:absolute;display:block;z-index:15017;background-color:#01a3eb;background-image:url("https://images.assets-landingi.com/uc/1c365f2c-ff50-4ed3-9d14-cfeee5fa1f01/Trener4.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.125rem solid #01a3eb;border-left:0.125rem solid #01a3eb;border-right:0.125rem solid #01a3eb;border-bottom:0.125rem solid #01a3eb;border-top-left-radius:6.9375rem;border-top-right-radius:6.9375rem;border-bottom-left-radius:6.9375rem;border-bottom-right-radius:6.9375rem;box-shadow: -0.3125rem 0.375rem 0.5rem rgba(1,163,235,0.39) ;height:10.875rem;width:10.875rem;top:88.3125rem;left:2rem;display:block; }#fJNG2tgXN8wvq1qXmVhOCLsw5ivq1z6i.adaptive-delivery-prevent-bg, #fJNG2tgXN8wvq1qXmVhOCLsw5ivq1z6i.lazyload, #fJNG2tgXN8wvq1qXmVhOCLsw5ivq1z6i.lazyloading { background-image: none; }
#A9R7KUtLJLS4wgUTmqMatR6MFUuVvxwc { color:#3c3c3b;display:block;width:51.0625rem;position:absolute;font-family:hero;font-size:1.5rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:8.625rem;left:4.46875rem;height:6.2988125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zh7E3wRXK31XTQQro18MwWMSS34XHOin { color:#ff8100;display:block;width:12.5625rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:300;z-index:15005;line-height:1.7;letter-spacing:0;top:80.5625rem;left:16rem;height:1.8056625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VloK73FFqLr5s0sFsN9ZQT6tSA9A8GAJ { color:#ff8100;display:block;width:12.5625rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:300;z-index:15157;line-height:1.7;letter-spacing:0;top:57.125rem;left:16.3125rem;height:1.8056625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cNEoToWTcEEoBplzZNW7vC3VlrNLpNOp { color:#ff8100;display:block;width:12.5625rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:300;z-index:15158;line-height:1.7;letter-spacing:0;top:33.9375rem;left:16.125rem;height:1.8056625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iR5VyyuWTZiPu4ekDBT2VDAS1ErNeWvf { color:#ff8100;display:block;width:12.5625rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:300;z-index:15159;line-height:1.7;letter-spacing:0;top:101.0625rem;left:15.875rem;height:1.8056625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DJpAKOv9B0k1S3wcoI8CVJ5nIMon47IO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(150deg, #18a7e6, #c8ebf8);background-image: -moz-linear-gradient(150deg, #18a7e6, #c8ebf8);background-image: -ms-linear-gradient(150deg, #18a7e6, #c8ebf8);background-image: -o-linear-gradient(150deg, #18a7e6, #c8ebf8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#18a7e6', endColorstr='#c8ebf8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#18a7e6', endColorstr='#c8ebf8' );";background-image: linear-gradient(150deg, #18a7e6, #c8ebf8);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; }#DJpAKOv9B0k1S3wcoI8CVJ5nIMon47IO > .row .container { background-color: transparent; background-image: none; }#DJpAKOv9B0k1S3wcoI8CVJ5nIMon47IO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DJpAKOv9B0k1S3wcoI8CVJ5nIMon47IO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DJpAKOv9B0k1S3wcoI8CVJ5nIMon47IO > .row .container > .video-iframe-container { display: none; }#DJpAKOv9B0k1S3wcoI8CVJ5nIMon47IO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DJpAKOv9B0k1S3wcoI8CVJ5nIMon47IO > .row > .video-iframe-container { display: none; }#DJpAKOv9B0k1S3wcoI8CVJ5nIMon47IO > .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); }#DJpAKOv9B0k1S3wcoI8CVJ5nIMon47IO > .row .container { border-width: 0; border-radius: 0; }#DJpAKOv9B0k1S3wcoI8CVJ5nIMon47IO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DJpAKOv9B0k1S3wcoI8CVJ5nIMon47IO > .row .container { font-size:0.875rem;font-family:arial;height:22.5625rem;width:60rem;position:relative;display:block; }#KApbTI40VVLoGWyvCOGwCI2wd0iwp6iu { color:#3c3c3b;display:block;width:12.5625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.7;letter-spacing:0;top:14.8125rem;left:1.5rem;height:1.9121125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wL06gUlbkEpZlSJVpz4TU8FUOi4g5Rp2 { color:#3c3c3b;display:block;width:12.625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.7;letter-spacing:0;top:14.8125rem;left:15.8125rem;height:1.9121125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gJC1vuRVnFKc8ShqcwQ7LIiVmTcXcxIe { color:#3c3c3b;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:13.8125rem;left:30.9375rem;height:4.72265625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#H2r4MGXovLiXCoGnJchsu3LfL419Oswt { color:#3c3c3b;display:block;width:12.6875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:300;z-index:15012;line-height:1.7;letter-spacing:0;top:14.8125rem;left:45.875rem;height:1.9121125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vWhwlEgTZgGHFLrh3d5db3HHGggohroJ { position:absolute;display:block;z-index:15003;background-color:rgba(255,255,255,0.81);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem dotted #ff429f;border-left:0.125rem dotted #ff429f;border-right:0.125rem dotted #ff429f;border-bottom:0.125rem dotted #ff429f;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 0.5625rem rgba(0,0,0,0.5) ;height:5.5rem;width:12.5rem;top:12.5625rem;left:1.5rem;display:block; }
#mH6usnuWc6UZtK7BEdDRNlcXX4qSoHHb { position:absolute;display:block;z-index:15007;background-color:#ff429f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.9375rem;border-top-right-radius:6.9375rem;border-bottom-left-radius:6.9375rem;border-bottom-right-radius:6.9375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:3.8125rem;width:3.8125rem;top:10.0625rem;left:5.625rem;display:block; }
#EIy5MB3x92w2rkxSmkyPoiiBBWpTv3hz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:10.75rem;left:50.8125rem; }
#L5osgrtfPTywaANptTCy6snrH7H65kwc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:10.8125rem;left:20.6875rem; }
#aDDMJQpqIMWGUMVDzMWIq09TZcGv5oXv { 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:15010;opacity:1;top:9.875rem;left:35.625rem; }
#dQ6vM6Ci8cRKumUQ3yGXlh2ETEeIGSrP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:10.9375rem;left:6.5rem; }
#EMWgPf3PguKAb2IHcrATZSN9MxfubVWX { position:absolute;display:block;z-index:15004;background-color:rgba(255,255,255,0.83);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem dotted #ff429f;border-left:0.125rem dotted #ff429f;border-right:0.125rem dotted #ff429f;border-bottom:0.125rem dotted #ff429f;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 0.5625rem rgba(0,0,0,0.5) ;height:5.5rem;width:12.5rem;top:12.5625rem;left:15.875rem;display:block; }
#HLZl3ldrRvUluTf64S5hF8FqxzRCmXve { position:absolute;display:block;z-index:15005;background-color:rgba(255,255,255,0.79);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem dotted #ff429f;border-left:0.125rem dotted #ff429f;border-right:0.125rem dotted #ff429f;border-bottom:0.125rem dotted #ff429f;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 0.5625rem rgba(0,0,0,0.5) ;height:7.5625rem;width:12.5rem;top:11.8125rem;left:31rem;display:block; }
#LtSgkeaZuML1T4Izh1AT8NVRtnrpTUfW { position:absolute;display:block;z-index:15006;background-color:rgba(255,255,255,0.82);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem dotted #ff429f;border-left:0.125rem dotted #ff429f;border-right:0.125rem dotted #ff429f;border-bottom:0.125rem dotted #ff429f;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 0.5625rem rgba(0,0,0,0.5) ;height:5.5rem;width:12.5rem;top:12.5625rem;left:45.875rem;display:block; }
#aGKEzc2xJSLOyaManBoyu12qLe9Ei3DG { position:absolute;display:block;z-index:15008;background-color:#ff429f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.9375rem;border-top-right-radius:6.9375rem;border-bottom-left-radius:6.9375rem;border-bottom-right-radius:6.9375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:3.8125rem;width:3.8125rem;top:10.0625rem;left:20rem;display:block; }
#a4dTxGTJRhriDvtztKAvwLhRiqkOZm9J { position:absolute;display:block;z-index:15009;background-color:#ff429f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.9375rem;border-top-right-radius:6.9375rem;border-bottom-left-radius:6.9375rem;border-bottom-right-radius:6.9375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:3.8125rem;width:3.8125rem;top:9.125rem;left:34.875rem;display:block; }
#fmaaCPtcHeaUoMoCJXiBrvQA0rExDfTd { position:absolute;display:block;z-index:15010;background-color:#ff429f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.9375rem;border-top-right-radius:6.9375rem;border-bottom-left-radius:6.9375rem;border-bottom-right-radius:6.9375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:3.8125rem;width:3.8125rem;top:10.0625rem;left:50rem;display:block; }
#KDgyFl52qDvTChlauV4tf8lZJV7RiEZC { color:#ffffff;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2.375rem;font-weight:normal;z-index:15155;line-height:1.3;letter-spacing:0;top:2.9765625rem;left:0rem;height:3.0869125rem;text-align:center;text-align-last:center;display:block; }
#flw470gpCpOrg5HGtQgdlb1JhfGM7ygl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#flw470gpCpOrg5HGtQgdlb1JhfGM7ygl > .row .container { background-color: transparent; background-image: none; }#flw470gpCpOrg5HGtQgdlb1JhfGM7ygl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#flw470gpCpOrg5HGtQgdlb1JhfGM7ygl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#flw470gpCpOrg5HGtQgdlb1JhfGM7ygl > .row .container > .video-iframe-container { display: none; }#flw470gpCpOrg5HGtQgdlb1JhfGM7ygl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#flw470gpCpOrg5HGtQgdlb1JhfGM7ygl > .row > .video-iframe-container { display: none; }#flw470gpCpOrg5HGtQgdlb1JhfGM7ygl > .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); }#flw470gpCpOrg5HGtQgdlb1JhfGM7ygl > .row .container { border-width: 0; border-radius: 0; }#flw470gpCpOrg5HGtQgdlb1JhfGM7ygl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#flw470gpCpOrg5HGtQgdlb1JhfGM7ygl > .row .container { font-size:0.875rem;font-family:arial;height:45.1875rem;width:60rem;position:relative;display:block; }#vIinmeoTdnffU4doT16cPJXWR7nQWav5 { color:#dc23ff;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:normal;z-index:15156;line-height:1.3;letter-spacing:0;top:3.8125rem;left:0rem;height:4.548825rem;text-align:center;text-align-last:center;display:block; }
#et5DcTKz8NErBdytGzNBnvluRQ4gGfvW { color:rgba(37,37,37,0.9);display:block;width:27.6875rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:400;z-index:15105;line-height:1.3;letter-spacing:0;top:17.0625rem;left:23.25rem;height:8.285125rem;font-style:normal;text-align:justify;text-align-last:initial;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; }
#QtNSxXWzl17IftDBEaBDdJ0hJ5Tfh8zD { color:rgba(21,21,21,0.91);display:block;width:27.375rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:400;z-index:15158;line-height:1.3;letter-spacing:0;top:35.5625rem;left:10.375rem;height:4.142575rem;font-style:normal;text-align:justify;text-align-last:initial;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; }
#G05IuLDCJXiiRBw9kbFPV3k6Qhdy8V6h { position:absolute;display:block;z-index:15157;background-color:#ffffff;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:3.6875rem;border-top-right-radius:3.6875rem;border-bottom-left-radius:3.6875rem;border-bottom-right-radius:3.6875rem;box-shadow: 0.4375rem 0.0625rem 1.25rem rgba(0,0,0,0.35) ;height:12.5rem;width:44.5rem;top:29.9375rem;left:6.5rem;display:block; }
#oqCHBCEPU8dcArUWo63B4Wwv7g2fHT8B { position:absolute;display:block;z-index:15104;background-color:#ffffff;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:3.6875rem;border-top-right-radius:3.6875rem;border-bottom-left-radius:3.6875rem;border-bottom-right-radius:3.6875rem;box-shadow: 0.4375rem 0.0625rem 1.25rem rgba(0,0,0,0.35) ;height:15.4375rem;width:40.4375rem;top:12.125rem;left:13.375rem;display:block; }
#dyEt5bLMmH5ueVRltdVH5HkPOfo3UH6x { position:absolute;display:block;z-index:15162;background-color:#ac5ad5;background-image:url("https://images.assets-landingi.com/uc/d9bcc85c-7ae5-498d-bc04-10ee3b05458b/trenerTomek.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.6875rem;border-top-right-radius:3.6875rem;border-bottom-left-radius:3.6875rem;border-bottom-right-radius:3.6875rem;box-shadow: -0.0625rem 0.0625rem 0.8125rem rgba(0,0,0,0.35) ;height:15.625rem;width:13.625rem;top:12rem;left:6.125rem;display:block; }#dyEt5bLMmH5ueVRltdVH5HkPOfo3UH6x.adaptive-delivery-prevent-bg, #dyEt5bLMmH5ueVRltdVH5HkPOfo3UH6x.lazyload, #dyEt5bLMmH5ueVRltdVH5HkPOfo3UH6x.lazyloading { background-image: none; }
#J4f6HB8sD9H82WAHJR7XrEK2wVNGTR1g { position:absolute;display:block;z-index:15159;background-color:#ac5ad5;background-image:url("https://images.assets-landingi.com/uc/d786c0c2-cc28-4898-9eac-f4012e03ba8b/trenerAnia.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.6875rem;border-top-right-radius:3.6875rem;border-bottom-left-radius:3.6875rem;border-bottom-right-radius:3.6875rem;box-shadow: 0.4375rem 0.3125rem 0.75rem rgba(0,0,0,0.35) ;height:12.5rem;width:12.6875rem;top:29.9375rem;left:41.1875rem;display:block; }#J4f6HB8sD9H82WAHJR7XrEK2wVNGTR1g.adaptive-delivery-prevent-bg, #J4f6HB8sD9H82WAHJR7XrEK2wVNGTR1g.lazyload, #J4f6HB8sD9H82WAHJR7XrEK2wVNGTR1g.lazyloading { background-image: none; }
#oP1iBxRDnztSwfapTHKnhiTzuwtZ3x7U { color:#ffffff;display:block;width:34.0625rem;position:absolute;font-family:poppins;font-size:1.9375rem;font-weight:700;z-index:15160;line-height:1.3;letter-spacing:0;top:12.5625rem;left:18.6875rem;height:2.51855625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#k7B7CtTNGysy10NFQXcS8sSoEqTDn9hb { color:rgba(255,255,255,0.97);display:block;width:34.75rem;position:absolute;font-family:poppins;font-size:1.9375rem;font-weight:700;z-index:15161;line-height:1.3;letter-spacing:0;top:30.375rem;left:6.6875rem;height:2.51855625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EF68w8yu9zoTBnHUx3ozo1mkSuqJZczq { position:absolute;display:block;z-index:15156;background-color:rgba(151,199,1,0.99);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:3.5rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:3.375rem;width:37.1875rem;top:12.125rem;left:16.5625rem;display:block; }
#mINK63HAniiTd63XEKJyI9LaQ4GnXmqD { position:absolute;display:block;z-index:15157;background-color:rgba(151,199,1,0.99);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:4rem;border-top-right-radius:3.5rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:3.375rem;width:42.5rem;top:29.9375rem;left:6.5rem;display:block; }
#QailrLAf3WKPpn7DgpyISa6tqeCWlL3h { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QailrLAf3WKPpn7DgpyISa6tqeCWlL3h > .row .container { background-color: transparent; background-image: none; }#QailrLAf3WKPpn7DgpyISa6tqeCWlL3h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QailrLAf3WKPpn7DgpyISa6tqeCWlL3h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QailrLAf3WKPpn7DgpyISa6tqeCWlL3h > .row .container > .video-iframe-container { display: none; }#QailrLAf3WKPpn7DgpyISa6tqeCWlL3h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QailrLAf3WKPpn7DgpyISa6tqeCWlL3h > .row > .video-iframe-container { display: none; }#QailrLAf3WKPpn7DgpyISa6tqeCWlL3h > .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); }#QailrLAf3WKPpn7DgpyISa6tqeCWlL3h > .row .container { border-width: 0; border-radius: 0; }#QailrLAf3WKPpn7DgpyISa6tqeCWlL3h > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QailrLAf3WKPpn7DgpyISa6tqeCWlL3h > .row .container { font-size:0.875rem;font-family:arial;height:34.625rem;width:60rem;position:relative;display:block; }#CLXkNddPTNaPdxoBTpdEtFANyS4pdfBt { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:22.5rem;width:40rem;top:2.625rem;left:9.3125rem;display:block; }
#kVOThpr4JG0U2TqvMGcFwfUtMb8gznZN { position:absolute;display:block;z-index:15177;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:11.75rem;width:12.5625rem;top:19.375rem;left:45.125rem;overflow:hidden;display:block; }
#ZtBQDTEIn854Wa7GJ0GUN3GDasbc2JXd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(158deg, #18a7e6, #b1e5fb);background-image: -moz-linear-gradient(158deg, #18a7e6, #b1e5fb);background-image: -ms-linear-gradient(158deg, #18a7e6, #b1e5fb);background-image: -o-linear-gradient(158deg, #18a7e6, #b1e5fb);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#18a7e6', endColorstr='#b1e5fb' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#18a7e6', endColorstr='#b1e5fb' );";background-image: linear-gradient(158deg, #18a7e6, #b1e5fb);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; }#ZtBQDTEIn854Wa7GJ0GUN3GDasbc2JXd > .row .container { background-color: transparent; background-image: none; }#ZtBQDTEIn854Wa7GJ0GUN3GDasbc2JXd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZtBQDTEIn854Wa7GJ0GUN3GDasbc2JXd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZtBQDTEIn854Wa7GJ0GUN3GDasbc2JXd > .row .container > .video-iframe-container { display: none; }#ZtBQDTEIn854Wa7GJ0GUN3GDasbc2JXd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZtBQDTEIn854Wa7GJ0GUN3GDasbc2JXd > .row > .video-iframe-container { display: none; }#ZtBQDTEIn854Wa7GJ0GUN3GDasbc2JXd > .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); }#ZtBQDTEIn854Wa7GJ0GUN3GDasbc2JXd > .row .container { border-width: 0; border-radius: 0; }#ZtBQDTEIn854Wa7GJ0GUN3GDasbc2JXd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZtBQDTEIn854Wa7GJ0GUN3GDasbc2JXd > .row .container { font-size:0.875rem;font-family:arial;height:117.3125rem;width:60rem;position:relative;display:block; }#NW9JpnIPLLdEqKWK1idOcRXm2MmPClct { position:absolute;display:block;z-index:14997;background-color:#97c701;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:5rem;border-top-right-radius:5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.1875rem 0.1875rem 0.4375rem rgba(0,0,0,0.5) ;height:11.75rem;width:41.5rem;top:10.875rem;left:17.25rem;display:block; }
#J6p41XidKgKf3TcDudyNzEzpmeeWJtdy { color:#01a3eb;display:block;width:24.5rem;position:absolute;font-family:"open sans";font-size:1.8125rem;font-weight:normal;z-index:15157;line-height:1.2;letter-spacing:0;top:16.5rem;left:2.1875rem;height:6.52441875rem;text-align:center;text-align-last:center;display:block; }
#eiMJwmippzE84ABmVN9KHyFNuPzxZx66 { background-color:#ff429f;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.25rem;box-shadow: 0.25rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20rem;height:3.75rem;text-decoration:none;z-index:15100;text-align:center;text-align-last:center;top:21.625rem;left:33.375rem;display:block; }
#ahGT4itkR2wAEqtykL53tC2PvS9WQaIG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#c3aGk3CLpcXRRf3BJznLfaCtdbrv6PtW { color:#565656;display:block;width:24.25rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:700;z-index:15095;line-height:1.3;letter-spacing:0;top:25.625rem;left:2.3125rem;height:14.21875rem;font-style:normal;text-align:center;text-align-last:center;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; }
#f3qBV8eMiSfwCtQN3J1q4zvaX3WOonTM { position:absolute;display:block;z-index:14998;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:3.4375rem;border-bottom-right-radius:3.4375rem;box-shadow: 0.1875rem 0.1875rem 0.4375rem rgba(0,0,0,0.5) ;height:29.375rem;width:26rem;top:10.875rem;left:1.3125rem;display:block; }
#txUuWIBa8pDMOi8RCdSQxVnGZXxZO48N { color:#ffffff;display:block;width:28.125rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:15096;line-height:1.3;letter-spacing:0;top:15rem;left:29.3125rem;height:5.84765625rem;font-style:normal;text-align:center;text-align-last:center;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; }
#WH17gg3Z2FDOmfNJdwMtu62Sx3xg41M9 { color:#ffffff;display:block;width:24.9375rem;position:absolute;font-family:"open sans";font-size:1.8125rem;font-weight:normal;z-index:15158;line-height:1.2;letter-spacing:0;top:11.5rem;left:30.90625rem;height:2.17480625rem;text-align:center;text-align-last:center;display:block; }
#QcotCbgUBks5Lav5XqXfK3zrG2y3oD76 { position:absolute;display:block;z-index:14996;background-color:#97c701;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:5rem;border-top-right-radius:5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.1875rem 0.1875rem 0.4375rem rgba(0,0,0,0.5) ;height:11.6875rem;width:41.5rem;top:26.6875rem;left:17.25rem;display:block; }
#WyD6W0HW7qW9zdU9rk8BXCoHdf83VBxc { background-color:#ff429f;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.25rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20rem;height:3.75rem;text-decoration:none;z-index:15101;text-align:center;text-align-last:center;top:37.25rem;left:33.4375rem;display:block; }
#r9dJpGC7aRS2pV0gqpnOUhGe8lv8ctnk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#D7MWDzikLZaUu4ybHtOIxDtqwGGLotrQ { color:#ffffff;display:block;width:24.9375rem;position:absolute;font-family:"open sans";font-size:1.8125rem;font-weight:normal;z-index:15159;line-height:1.2;letter-spacing:0;top:27.3125rem;left:30.9375rem;height:2.17480625rem;text-align:center;text-align-last:center;display:block; }
#RfO2WFcs2faf8WHAKAe0zUOUcDhb3FMn { color:#ffffff;display:block;width:28.125rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:700;z-index:15097;line-height:1.3;letter-spacing:0;top:11.9375rem;left:29.3125rem;height:4.549475rem;font-style:normal;text-align:center;text-align-last:center;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; }
#Su1Vn34GQ5iEstGUXm0ThueTWbwtzRDk { color:#ffffff;display:block;width:28.125rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:700;z-index:15098;line-height:1.3;letter-spacing:0;top:27.5rem;left:29.3125rem;height:4.548825rem;font-style:normal;text-align:center;text-align-last:center;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; }
#eNCG88hIVodBMpiTobE1laOnoV188Iuv { color:#ffffff;display:block;width:28.125rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:15097;line-height:1.3;letter-spacing:0;top:30.4375rem;left:29.9375rem;height:5.84765625rem;font-style:normal;text-align:center;text-align-last:center;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; }
#P06kNLNMhmgdpAT1zqhHkCK8pnmimUCf { position:absolute;display:block;z-index:14999;background-color:rgba(1,163,235,0.13);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem dotted #01a3eb;border-left:0.125rem dotted #01a3eb;border-right:0.125rem dotted #01a3eb;border-bottom:0.125rem dotted #01a3eb;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:3.4375rem;border-bottom-right-radius:3.4375rem;box-shadow: 0.1875rem 0.1875rem 0.4375rem rgba(0,0,0,0.5) ;height:27.625rem;width:24.4375rem;top:11.75rem;left:2.0625rem;display:block; }
#KJ7FNA7GyoylTEONcrfbgiiesrrO3qWM { 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:15000;opacity:1;display:none; }
#CUf6CvRXLpnffazun6cMKpTFFHqmr4ys { 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:15160;opacity:1;top:34.5rem;left:12.875rem; }
#JsD9HKgQUxGbNxBIkEMd6LGEXCTTCk19 { color:#ffffff;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2.125rem;font-weight:normal;z-index:15157;line-height:1.3;letter-spacing:0;top:3.5rem;left:0rem;height:2.76171875rem;text-align:center;text-align-last:center;display:block; }
#Idv578abgVePQhU4OWgSIyT9ZiLpnPAd { color:#ffffff;display:block;width:30.25rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:normal;z-index:15159;line-height:1.2;letter-spacing:0;top:61.125rem;left:27.5625rem;height:2.25rem;text-align:center;text-align-last:center;display:block; }
#nImpDUDhkSAbp7aQ8we5T5IguW4U2GPu { color:#ffffff;display:block;width:20.3125rem;position:absolute;font-family:poppins;font-size:2.1875rem;font-weight:700;z-index:15099;line-height:1.3;letter-spacing:0;top:61.125rem;left:32.53125rem;height:5.6875rem;font-style:normal;text-align:center;text-align-last:center;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; }
#S5QcM2cue4W01nNlmd7IRrzRncXqv2w9 { background-color:#ff429f;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.25rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.5625rem;height:3.75rem;text-decoration:none;z-index:15102;text-align:center;text-align-last:center;top:68.125rem;left:32.40625rem;display:block; }
#G8HowE0i3oJfe7wsl8z84yaDH52wBh9K { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hUlEO8V9fFTnSVc5uwZq0rWdA0x9oHQC { color:#ff429f;display:block;width:28.75rem;position:absolute;font-family:"open sans";font-size:2.6875rem;font-weight:normal;z-index:15157;line-height:1.3;letter-spacing:0;top:82.0625rem;left:15.625rem;height:3.4931625rem;text-align:center;text-align-last:center;display:block; }
#VTBTSKAPFAwcmxAXRSUUWI5acNzWzPRB { color:rgba(37,37,37,0.9);display:block;width:26.0625rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:400;z-index:15163;line-height:1.3;letter-spacing:0;top:86.625rem;left:19.25rem;height:4.142575rem;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; }
#cohoPdwfebHE6xattbeltEIWvTUaxtV3 { box-sizing:content-box;height:1.0625rem;width:1.0625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15001;background-color:#97c701;background-image:none;top:87.75rem;left:15.9375rem;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;display:block; }
#srAgdBJDzq4Ly6m5GQQGo1Cm5gMEb0Gd { box-sizing:content-box;height:1.0625rem;width:1.0625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15002;background-color:#ff429f;background-image:none;top:92.3125rem;left:15.9375rem;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;display:block; }
#T9gBbfL6TOv71IB1w4RMQJ81SNKWOB54 { box-sizing:content-box;height:1.0625rem;width:1.0625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15002;background-color:#97c701;background-image:none;top:95rem;left:15.9375rem;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;display:block; }
#XnpFPO2ix38QIG339u09p14uNTlwxQDF { box-sizing:content-box;height:1.0625rem;width:1.0625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15003;background-color:#ff429f;background-image:none;top:97.4375rem;left:15.9375rem;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;display:block; }
#VFco1hQ8cobkEAJvZxKVQMpSudo2pf22 { color:rgba(37,37,37,0.9);display:block;width:27.5625rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:400;z-index:15164;line-height:1.3;letter-spacing:0;top:92.375rem;left:19.0625rem;height:1.3808625rem;font-style:normal;text-align:justify;text-align-last:initial;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; }
#CrXyr6NR1gsnqodArfoflWtadmnb1WfO { color:rgba(37,37,37,0.9);display:block;width:27.5rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:400;z-index:15165;line-height:1.3;letter-spacing:0;top:95.0625rem;left:19.125rem;height:1.3808625rem;font-style:normal;text-align:justify;text-align-last:initial;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; }
#qDClHlza5PbPHV6uMnJJyp6cT0w507eL { color:rgba(37,37,37,0.9);display:block;width:27.4375rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:400;z-index:15166;line-height:1.3;letter-spacing:0;top:97.5rem;left:19.1875rem;height:1.3808625rem;font-style:normal;text-align:justify;text-align-last:initial;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; }
#kuxqM9MTHk74sfs8gNAQf5G1ezTBiiH2 { background-color:#ff429f;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:3.0625rem;border-top-right-radius:3.0625rem;border-bottom-left-radius:3.0625rem;border-bottom-right-radius:3.0625rem;box-shadow: 0.1875rem 0.25rem 1.875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.3125rem;height:5.1875rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:102.25rem;left:18.375rem;display:block; }
#ontpTtDB0Dx10IAKygw7NzUhMn6sXK98 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wkB4snqG9BlJNk4NWSRQd7pUXST0yET6 { color:#ffffff;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2.125rem;font-weight:normal;z-index:15158;line-height:1.3;letter-spacing:0;top:48.125rem;left:0rem;height:2.76171875rem;text-align:center;text-align-last:center;display:block; }
#lgWphtmr2tUzgDkyfsoQu9aJfiCwKOri { box-sizing:content-box;height:30.5625rem;width:39.75rem;position:absolute;display:block;z-index:14994;background-color:#ffffff;background-image:none;top:79.25rem;left:9.875rem;border-top-right-radius:3.5rem;border-bottom-right-radius:3.5rem;border-bottom-left-radius:3.5rem;border-top-left-radius:3.5rem;border-top:0.25rem dotted #97c701;border-left:0.25rem dotted #97c701;border-right:0.25rem dotted #97c701;border-bottom:0.25rem dotted #97c701;display:block; }
#oqUhIasKGLGFpyKXtRdKPaoDarQqDvzI { position:absolute;display:block;z-index:14997;background-color:#97c701;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:5rem;border-top-right-radius:5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.1875rem 0.1875rem 0.4375rem rgba(0,0,0,0.5) ;height:11.25rem;width:36.625rem;top:59.125rem;left:20.875rem;display:block; }
#ncEsQoI1sPVgxHkba2ReppNsKpSlJItR { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:3.4375rem;border-bottom-right-radius:3.4375rem;box-shadow: 0.1875rem 0.1875rem 0.4375rem rgba(0,0,0,0.5) ;height:16.125rem;width:26rem;top:56.5625rem;left:1.4375rem;display:block; }
#SGQQTo7BZFSJZr1yM2W7kuxxTsXcTxQQ { position:absolute;display:block;z-index:15003;background-color:rgba(151,199,1,0.13);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem dotted #97c701;border-left:0.125rem dotted #97c701;border-right:0.125rem dotted #97c701;border-bottom:0.125rem dotted #97c701;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:3.4375rem;border-bottom-right-radius:3.4375rem;box-shadow: 0.1875rem 0.1875rem 0.4375rem rgba(0,0,0,0.5) ;height:14.0625rem;width:24.4375rem;top:57.4375rem;left:2.1875rem;display:block; }
#HamxpVDormRq5RxWEbLMNFrv9OMPR6DV { color:#565656;display:block;width:24.25rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:700;z-index:15099;line-height:1.3;letter-spacing:0;top:59.125rem;left:2.3125rem;height:14.21875rem;font-style:normal;text-align:center;text-align-last:center;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; }
#Zn7lsEHlyRDHOUcwvudbk16gibmxgxUU { 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:15161;opacity:1;top:67.875rem;left:12.8125rem; }
#PZTWCJJALKXZ4HRCW8pHLFUghcXqrG1D { 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:15000;opacity:1;display:none; }
#nIrDQLAZckyC4wM6ysD1iKFyt2eO4WLz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ab99ce15-8fa4-48f7-8a9b-47c03ad8687d/questionstudentshandraisedportraitknowledgeclassroomsolutionchildrenschoolpupilssmilecuriousanswerinformationlearningstudyingeducation.jpg");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; }#nIrDQLAZckyC4wM6ysD1iKFyt2eO4WLz.adaptive-delivery-prevent-bg, #nIrDQLAZckyC4wM6ysD1iKFyt2eO4WLz.lazyload, #nIrDQLAZckyC4wM6ysD1iKFyt2eO4WLz.lazyloading { background-image: none; }#nIrDQLAZckyC4wM6ysD1iKFyt2eO4WLz > .row .container { background-color: transparent; background-image: none; }#nIrDQLAZckyC4wM6ysD1iKFyt2eO4WLz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(1,163,235,0.81); }#nIrDQLAZckyC4wM6ysD1iKFyt2eO4WLz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nIrDQLAZckyC4wM6ysD1iKFyt2eO4WLz > .row .container > .video-iframe-container { display: none; }#nIrDQLAZckyC4wM6ysD1iKFyt2eO4WLz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(1,163,235,0.81); }#nIrDQLAZckyC4wM6ysD1iKFyt2eO4WLz > .row > .video-iframe-container { display: none; }#nIrDQLAZckyC4wM6ysD1iKFyt2eO4WLz > .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); }#nIrDQLAZckyC4wM6ysD1iKFyt2eO4WLz > .row .container { border-width: 0; border-radius: 0; }#nIrDQLAZckyC4wM6ysD1iKFyt2eO4WLz::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nIrDQLAZckyC4wM6ysD1iKFyt2eO4WLz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nIrDQLAZckyC4wM6ysD1iKFyt2eO4WLz > .row .container { font-size:0.875rem;font-family:arial;height:60.6875rem;width:60rem;position:relative;display:block; }#a18cZhz1fndhZzh9K6RGFRltWAkUmEky { color:#ffffff;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2.125rem;font-weight:normal;z-index:15157;line-height:1.3;letter-spacing:0;top:4.3125rem;left:0rem;height:2.76171875rem;text-align:center;text-align-last:center;display:block; }
#acnREC6udthboFlaDQbhZmBOPMevEZR5 { box-sizing:content-box;height:8.8125rem;width:45.0625rem;position:absolute;display:block;z-index:15158;background-color:#ffffff;background-image:none;top:11.4375rem;left:7.4375rem;border-top-right-radius:0rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:0rem;box-shadow: 0.0625rem 0.4375rem 0.625rem rgba(0,0,0,0.44) ;display:block; }
#bF0QdSseamBCZ7W11LQ06qTTSQumlblL { box-sizing:content-box;height:10.0625rem;width:45.0625rem;position:absolute;display:block;z-index:15156;background-color:#97c701;background-image:none;top:17.1875rem;left:7.4375rem;border-top-right-radius:0rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:0rem;box-shadow: 0.0625rem 0.4375rem 0.625rem rgba(0,0,0,0.44) ;display:block; }
#OMJXsy2ZaIg3BRtq4zbm0pSSDV47oW7T { 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:15159;opacity:1;top:13.0625rem;left:10.75rem; }
#QWRaciqL1IGdB9R2RHaAlnlpP6C7kXaK { 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:15160;opacity:1;top:21.5029296875rem;left:10.75rem; }
#hf4SZ4Zu0cbVAwzFC4obkdvEk8uGFT5z { color:rgba(37,37,37,0.9);display:block;width:32.0625rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:400;z-index:15161;line-height:1.3;letter-spacing:0;top:14.9375rem;left:17.3125rem;height:4.142575rem;font-style:normal;text-align:justify;text-align-last:initial;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; }
#xS5RJkJ1O4rs1rC9sMmLZFXv2Jrb2Arl { color:rgba(37,37,37,0.9);display:block;width:31.4375rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:400;z-index:15162;line-height:1.3;letter-spacing:0;top:23.2958984375rem;left:17.3125rem;height:2.76171875rem;font-style:normal;text-align:justify;text-align-last:initial;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; }
#d7nnay5ngERRUZHWDGXL2F3GfS9DGbQO { box-sizing:content-box;height:10.9375rem;width:45.0625rem;position:absolute;display:block;z-index:15155;background-color:#ffffff;background-image:none;top:24.5rem;left:7.5rem;border-top-right-radius:0rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:0rem;box-shadow: 0.0625rem 0.4375rem 0.625rem rgba(0,0,0,0.44) ;display:block; }
#giFEMpv9T50MC4lDQTXS7BpGGtb3vU1o { box-sizing:content-box;height:13.625rem;width:45.0625rem;position:absolute;display:block;z-index:15154;background-color:#97c701;background-image:none;top:30.5625rem;left:7.5rem;border-top-right-radius:0rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:0rem;box-shadow: 0.0625rem 0.4375rem 0.625rem rgba(0,0,0,0.44) ;display:block; }
#kCcAS9oC2yXlOkhWCa3KSZ8Odk2mPH9c { color:rgba(37,37,37,0.9);display:block;width:32.625rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:400;z-index:15167;line-height:1.3;letter-spacing:0;top:31.25rem;left:17.3125rem;height:2.76171875rem;font-style:normal;text-align:justify;text-align-last:initial;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; }
#NEKvCwllhhlJuD09PxW3B1Dr73mKdrA5 { color:rgba(37,37,37,0.9);display:block;width:33.25rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:400;z-index:15168;line-height:1.3;letter-spacing:0;top:39.6845703125rem;left:17.3125rem;height:2.76171875rem;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; }
#czrAOdJ4dSXbmZTBO8GWxN2g7IfTfRGH { 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:15165;opacity:1;top:29.5625rem;left:10.75rem; }
#ZrZrPf4PxGQaQ52rtoO4n3zqKJwsUCcw { 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:15166;opacity:1;top:37.5595703125rem;left:10.75rem; }
#nPuV80kep8NKCPy8rR7DnxkPRQGfXxTc { background-color:#ffffff;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:3.0625rem;border-top-right-radius:3.0625rem;border-bottom-left-radius:3.0625rem;border-bottom-right-radius:3.0625rem;box-shadow: 0.1875rem 0.25rem 1.875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#01a3eb;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:33.6875rem;height:5.1875rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:49.75rem;left:13.15625rem;display:block; }
#O6k4TUsJm60HTQfiJZH4TcLScPSVusSy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SChzn1VyUWgasvVT5fmydckiHhh9trC5 { color:rgba(37,37,37,0.9);display:block;width:27.6875rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:400;z-index:15162;line-height:1.3;letter-spacing:0;top:12.875rem;left:17.3125rem;height:1.8684875rem;font-style:normal;text-align:justify;text-align-last:initial;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; }
#TzEHp5ZQyyS7D4LJUvI3ZmhHORerciBT { color:rgba(37,37,37,0.9);display:block;width:27.6875rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:400;z-index:15163;line-height:1.3;letter-spacing:0;top:21.3779296875rem;left:17.3125rem;height:1.8684875rem;font-style:normal;text-align:justify;text-align-last:initial;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; }
#tpaUnBdRHShDMGhqEvkNH22TC9ZqrTug { color:rgba(37,37,37,0.9);display:block;width:33.5rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:400;z-index:15164;line-height:1.3;letter-spacing:0;top:29.0625rem;left:17.3125rem;height:1.8684875rem;font-style:normal;text-align:justify;text-align-last:initial;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; }
#IN7HIJVsaSTZCvt3De9J8nVFnBRn0vUv { color:rgba(37,37,37,0.9);display:block;width:27.6875rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:400;z-index:15165;line-height:1.3;letter-spacing:0;top:37.34765625rem;left:17.3125rem;height:1.8681625rem;font-style:normal;text-align:justify;text-align-last:initial;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; }
#wLyJdwsF158g9JJM0SfPWq2T5KrU0TB1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wLyJdwsF158g9JJM0SfPWq2T5KrU0TB1 > .row .container { background-color: transparent; background-image: none; }#wLyJdwsF158g9JJM0SfPWq2T5KrU0TB1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wLyJdwsF158g9JJM0SfPWq2T5KrU0TB1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wLyJdwsF158g9JJM0SfPWq2T5KrU0TB1 > .row .container > .video-iframe-container { display: none; }#wLyJdwsF158g9JJM0SfPWq2T5KrU0TB1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wLyJdwsF158g9JJM0SfPWq2T5KrU0TB1 > .row > .video-iframe-container { display: none; }#wLyJdwsF158g9JJM0SfPWq2T5KrU0TB1 > .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); }#wLyJdwsF158g9JJM0SfPWq2T5KrU0TB1 > .row .container { border-width: 0; border-radius: 0; }#wLyJdwsF158g9JJM0SfPWq2T5KrU0TB1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wLyJdwsF158g9JJM0SfPWq2T5KrU0TB1 > .row .container { font-size:0.875rem;font-family:arial;height:91.5625rem;width:60rem;position:relative;display:block; }#pSbEQyIabvHVo195xqF7TT7xpHxP804R { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:22.5rem;width:40rem;top:16.25rem;left:10rem;display:block; }
#GMGk7PWuKtPWadrgV44tRJoffqd4hJNe { color:#01a3eb;display:block;width:60rem;position:absolute;font-family:poppins;font-size:2.375rem;font-weight:normal;z-index:15155;line-height:1.3;letter-spacing:0;top:4rem;left:0rem;height:3.0869125rem;text-align:center;text-align-last:center;display:block; }
#lOZyrhGVl2tqNVlfe7Dos5lAOURrFsuI { position:absolute;display:block;z-index:15156;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:11.9375rem;width:12.75rem;top:79.625rem;left:47.25rem;overflow:hidden;display:block; }
#z5sVmDeHFteyMuwCBB9qu0Qt2aM8qRaq { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:22.5rem;width:40rem;top:40.875rem;left:10rem;display:block; }
#k45ETfVdCD4SiXoKa3TZ7pvPg2oAufzE { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:22.5rem;width:40rem;top:66rem;left:10rem;display:block; }
#M684FtQJeTWyBtHqN9GqAUdqWTOzhhRX { color:#333333;display:block;width:48.375rem;position:absolute;font-family:hero;font-size:1.5625rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:8.1875rem;left:5.8125rem;height:4.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K > .row .container { background-color: transparent; background-image: none; }#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K > .row .container > .video-iframe-container { display: none; }#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K > .row > .video-iframe-container { display: none; }#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K > .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); }#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K > .row .container { border-width: 0; border-radius: 0; }#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K > .row .container { font-size:0.875rem;font-family:arial;height:40.625rem;width:60rem;position:relative;display:block; }#CUeNEDAf7kDAOJC9HnumwCF8cIOffpo5 { color:#01a3eb;display:block;width:55.375rem;position:absolute;font-family:poppins;font-size:2.125rem;font-weight:normal;z-index:15156;line-height:1.3;letter-spacing:0;top:2.8125rem;left:3.029296875rem;height:2.76171875rem;text-align:left;text-align-last:left;display:block; }
#iiuFV93JSNHdzNScvu9QenrCiTD7U0O6 { background-color:#97c701;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:3.0625rem;border-top-right-radius:3.0625rem;border-bottom-left-radius:3.0625rem;border-bottom-right-radius:3.0625rem;box-shadow: 0.1875rem 0.25rem 1.875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.3741875rem;height:5.18671875rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:17.717576980591rem;left:3.029296875rem;display:block; }
#lLmx6ctcqZNMZbV2sLSHMhB1f5hWaSRk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#A04N1BzcKwWsBKIP7EhE3f1a1Igbovhz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.375rem;width:5.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15158;opacity:.24;top:30.21875rem;left:4.6875rem; }
#tvKcrHi3tuz73kEpxN1K561nDMz26gGq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.9375rem;width:2.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15159;opacity:.11;top:26.125rem;left:49.625rem; }
#MP85Ohmw9x5BloXWo758ZxXP6gHC8MVG { box-sizing:content-box;height:21.0625rem;width:21.0625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15002;background-color:rgba(0,0,0,0);background-image:none;top:11.25rem;left:33.875rem;border-top:0.1875rem dotted #97c701;border-left:0.1875rem dotted #97c701;border-right:0.1875rem dotted #97c701;border-bottom:0.1875rem dotted #97c701;display:block; }
#KHNk9SghEBaG6TWn2VktBcd2yEnLe5fx { box-sizing:content-box;height:18.1875rem;width:18.1875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15003;background-color:rgba(1,163,235,0.17);background-image:none;top:12.75rem;left:35.125rem;border-top:0.1875rem dotted #01a3eb;border-left:0.1875rem dotted #01a3eb;border-right:0.1875rem dotted #01a3eb;border-bottom:0.1875rem dotted #01a3eb;display:block; }
#l79kWvAdHzMAbimN2NTt8syqSHKkNblm { position:absolute;display:block;z-index:15161;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:34.5rem;width:29.1875rem;top:5rem;left:30.8125rem;overflow:hidden;display:block; }
#hGrXNgXpFHwdJd5pWwSx8T1aXqAovnbF { 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:15159;opacity:.09;top:33.4375rem;left:8.9375rem; }
#ZzrZMQaCCWQ3fOw7n0mz8OMIipZHCUtr { 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:15160;opacity:.09;top:12.75rem;left:27rem; }
#M2oHTWEPJZf21UaqPA08aghatNgDo8fx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15161;opacity:.03;top:12.75rem;left:29.779296875rem; }
#ULeuTEWbPlmfn3cy3UQGIZo1ZSVU8WqF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/215191b1-ec51-4ce3-abb8-5fb25a3fd607/landingAntykujon3.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ULeuTEWbPlmfn3cy3UQGIZo1ZSVU8WqF.adaptive-delivery-prevent-bg, #ULeuTEWbPlmfn3cy3UQGIZo1ZSVU8WqF.lazyload, #ULeuTEWbPlmfn3cy3UQGIZo1ZSVU8WqF.lazyloading { background-image: none; }#ULeuTEWbPlmfn3cy3UQGIZo1ZSVU8WqF > .row .container { background-color: transparent; background-image: none; }#ULeuTEWbPlmfn3cy3UQGIZo1ZSVU8WqF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ULeuTEWbPlmfn3cy3UQGIZo1ZSVU8WqF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ULeuTEWbPlmfn3cy3UQGIZo1ZSVU8WqF > .row .container > .video-iframe-container { display: none; }#ULeuTEWbPlmfn3cy3UQGIZo1ZSVU8WqF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ULeuTEWbPlmfn3cy3UQGIZo1ZSVU8WqF > .row > .video-iframe-container { display: none; }#ULeuTEWbPlmfn3cy3UQGIZo1ZSVU8WqF > .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); }#ULeuTEWbPlmfn3cy3UQGIZo1ZSVU8WqF > .row .container { border-width: 0; border-radius: 0; }#ULeuTEWbPlmfn3cy3UQGIZo1ZSVU8WqF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ULeuTEWbPlmfn3cy3UQGIZo1ZSVU8WqF > .row .container { font-size:0.875rem;font-family:arial;height:58.9375rem;width:60rem;position:relative;display:block; }#duGT4f9LTwg9nGIRq2GmIfPh2C7MrWx6 { 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:15000;opacity:1;top:36.875rem;left:2.375rem; }
#uHT6rreB2qQfl0ide5pAooev8LXqchu3 { 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:15001;opacity:1;top:36.875rem;left:27.75rem; }
#mnm6T9Wbvz91dLorrd0PzqbR5dmkMdCt { color:#ffffff;display:block;width:22.8125rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:normal;z-index:15158;line-height:1.3;letter-spacing:0;top:37.125rem;left:2.375rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#NmbboD2oDi6kExDPsyciAK08w0fAoSmo { color:#ffffff;display:block;width:22.8125rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:normal;z-index:15159;line-height:1.3;letter-spacing:0;top:37.25rem;left:32.8125rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#zTx2ftROBlB1LJFsbBCh3rOVNrgKzFyL { color:#ffffff;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2.125rem;font-weight:normal;z-index:15160;line-height:1.3;letter-spacing:0;top:31.75rem;left:0rem;height:2.76171875rem;text-align:center;text-align-last:center;display:block; }
#f9vw0H1zHlGvxzRsXen5XGeQbOgD5vLN { color:#ffffff;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2.125rem;font-weight:normal;z-index:15161;line-height:1.3;letter-spacing:0;top:2.65625rem;left:0rem;height:2.76171875rem;text-align:center;text-align-last:center;display:block; }
#bEf2utJXoz0WnKM8tFhSnw7U1Q7gxq24 { box-sizing:content-box;height:8.75rem;width:28rem;position:absolute;display:block;z-index:15162;background-color:#ffffff;background-image:none;top:9rem;left:0rem;border-top-right-radius:1.75rem;border-bottom-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-top-left-radius:1.75rem;border-top:0.0625rem dotted #5d92ff;border-left:0.0625rem dotted #5d92ff;border-right:0.0625rem dotted #5d92ff;border-bottom:0.0625rem dotted #5d92ff;display:block; }
#TSZBMa8QVDwkRHN6pKEo1ZCQ7NZCwSVi { color:#000000;display:block;width:24.5rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:400;z-index:15165;line-height:1.3;letter-spacing:0;top:12.0625rem;left:1.75rem;height:4.14258125rem;font-style:normal;text-align:center;text-align-last:center;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; }
#FmOoGaSThipqx0Jo9Wqb6ruZXrldXpM7 { box-sizing:content-box;height:4.6875rem;width:26.5625rem;position:absolute;display:block;z-index:15164;background-color:rgba(213,251,83,0.17);background-image:none;top:12.3125rem;left:0.5rem;border-top:0.1875rem dotted #97c701;border-left:0.1875rem dotted #97c701;border-right:0.1875rem dotted #97c701;border-bottom:0.1875rem dotted #97c701;border-top-right-radius:1.625rem;border-bottom-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-top-left-radius:1.625rem;display:block; }
#DJuFtg0lCIpF8megW8ZyeUiyO8d6HqOV { color:#97c701;display:block;width:24.5rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:400;z-index:15166;line-height:1.3;letter-spacing:0;top:8.1875rem;left:1.6875rem;height:3.574225rem;font-style:normal;text-align:center;text-align-last:center;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; }
#hypd14L9qOVshIvp12NXT16XKhQ7IxwF { box-sizing:content-box;height:8.75rem;width:28rem;position:absolute;display:block;z-index:15166;background-color:#ffffff;background-image:none;top:9rem;left:31.875rem;border-top-right-radius:1.75rem;border-bottom-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-top-left-radius:1.75rem;border-top:0.0625rem dotted #5d92ff;border-left:0.0625rem dotted #5d92ff;border-right:0.0625rem dotted #5d92ff;border-bottom:0.0625rem dotted #5d92ff;display:block; }
#hDCCUiXACxiMq7RvtPUTxWsyVXRMrTrG { color:#97c701;display:block;width:24.5rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:400;z-index:15170;line-height:1.3;letter-spacing:0;top:8.1875rem;left:34.1875rem;height:3.574225rem;font-style:normal;text-align:center;text-align-last:center;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; }
#uHKNzJ6N70Znd4HroNKqowzTGpr3L5Ec { color:#000000;display:block;width:24.5rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:400;z-index:15169;line-height:1.3;letter-spacing:0;top:12.0625rem;left:33.625rem;height:4.14258125rem;font-style:normal;text-align:center;text-align-last:center;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; }
#wG91XuT757Es5ob6rhKDxk0e2oC4SEz2 { box-sizing:content-box;height:4.6875rem;width:26.5625rem;position:absolute;display:block;z-index:15168;background-color:rgba(213,251,83,0.17);background-image:none;top:12.3125rem;left:32.375rem;border-top:0.1875rem dotted #97c701;border-left:0.1875rem dotted #97c701;border-right:0.1875rem dotted #97c701;border-bottom:0.1875rem dotted #97c701;border-top-right-radius:1.625rem;border-bottom-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-top-left-radius:1.625rem;display:block; }
#JQ7tniHfI0qUc3nItVp8FgCfdyfAvWJk { box-sizing:content-box;height:8.75rem;width:34.875rem;position:absolute;display:block;z-index:15170;background-color:#ffffff;background-image:none;top:19.9375rem;left:12.5625rem;border-top-right-radius:1.75rem;border-bottom-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-top-left-radius:1.75rem;border-top:0.0625rem dotted #5d92ff;border-left:0.0625rem dotted #5d92ff;border-right:0.0625rem dotted #5d92ff;border-bottom:0.0625rem dotted #5d92ff;display:block; }
#iXV0dO6PKV4G0IIzpGIQ9Nv1aJaPM8OK { color:#97c701;display:block;width:24.5rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:400;z-index:15174;line-height:1.3;letter-spacing:0;top:18.9375rem;left:17.75rem;height:3.574225rem;font-style:normal;text-align:center;text-align-last:center;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; }
#sBX87vcL6OT3ipQgSx6FX9peEexFOTNV { color:#000000;display:block;width:26.875rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:400;z-index:15173;line-height:1.3;letter-spacing:0;top:22.9375rem;left:16.9375rem;height:4.14258125rem;font-style:normal;text-align:center;text-align-last:center;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; }
#qTZ8VwXXbEzV0Kxr9pnBvv4HCQAnX8ay { box-sizing:content-box;height:4.6875rem;width:33.125rem;position:absolute;display:block;z-index:15172;background-color:rgba(213,251,83,0.17);background-image:none;top:23rem;left:13.375rem;border-top:0.1875rem dotted #97c701;border-left:0.1875rem dotted #97c701;border-right:0.1875rem dotted #97c701;border-bottom:0.1875rem dotted #97c701;border-top-right-radius:1.625rem;border-bottom-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-top-left-radius:1.625rem;display:block; }
#CSHGHiSEmXC3mPH2FQhkiTRT4bCITeED { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:13.875rem;width:13.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15175;opacity:.25;top:14.75rem;left:41.8125rem; }
#q74aTBGvui5EkhCqxaKe12licEnTNrd2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.3125rem;width:6.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15176;opacity:.25;top:20.96875rem;left:47.375rem; }
#vO4MicGczsxpFqdrfvshJaHmz3WnOOBs { position:absolute;display:block;z-index:15177;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:11.5625rem;width:11.5625rem;top:45.53125rem;left:23.96875rem;overflow:hidden;display:block; }
#MHzpzNArgMKXuhNctCat1urfrvurQ2LU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#MHzpzNArgMKXuhNctCat1urfrvurQ2LU > .row .container { background-color: transparent; background-image: none; }#MHzpzNArgMKXuhNctCat1urfrvurQ2LU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MHzpzNArgMKXuhNctCat1urfrvurQ2LU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MHzpzNArgMKXuhNctCat1urfrvurQ2LU > .row .container > .video-iframe-container { display: none; }#MHzpzNArgMKXuhNctCat1urfrvurQ2LU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MHzpzNArgMKXuhNctCat1urfrvurQ2LU > .row > .video-iframe-container { display: none; }#MHzpzNArgMKXuhNctCat1urfrvurQ2LU > .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); }#MHzpzNArgMKXuhNctCat1urfrvurQ2LU > .row .container { border-width: 0; border-radius: 0; }#MHzpzNArgMKXuhNctCat1urfrvurQ2LU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MHzpzNArgMKXuhNctCat1urfrvurQ2LU > .row .container { font-size:0.875rem;font-family:arial;height:11.75rem;width:60rem;position:relative;display:block; }#gwmLVcgf94ygvdRmb3rbpsWSMP38WwnB { color:#3c3c3b;display:block;width:60rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:300;z-index:15004;line-height:1.2;letter-spacing:0;top:1.5203247070312rem;left:0rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ca6rSLglTlFvUkT4WhAI4ss8oH1xzf5H { position:absolute;display:block;z-index:15005;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:5.625rem;width:8.625rem;top:5rem;left:16.0625rem;overflow:hidden;display:block; }
#Fs72AD558vCsuZn4T1JWHhfLlzighhhN { position:absolute;display:block;z-index:15006;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:4.875rem;width:8.125rem;top:5.375rem;left:45.375rem;overflow:hidden;display:block; }
#QnTT3iZUNFkrSBbTcdmykBkcw375Uxmf { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:10.8125rem;top:6.125rem;left:29.25rem;overflow:hidden;display:block; }
#QUi795GzbaoeKNUOdKcqMak7VHk5LgRM { position:absolute;display:block;z-index:15006;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:5.8125rem;width:5.1875rem;top:4.625rem;left:6.5625rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #brEQVqR1mlK6xaiqbcpsGT4EaNepmVJo { display:block; }#brEQVqR1mlK6xaiqbcpsGT4EaNepmVJo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l4kv6lMsuqHTEFFpUfwhSDMc5FecF4i3 { width:11.5625rem;height:2.5625rem;top:1.5625rem;left:36rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVti4AZnNHDx3QD0JLTmIbLivJpWVF7b { display:block; }
 }@media only screen and (max-width: 763px) { #Q8ypNWV6cSZc76TpT80CkK3xkBlUFGCT { top:0.6875rem;left:0.6240234375rem;width:4.9375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5hVy84nL2BlxLFB05GDVg32XEPfl84h { top:0.625rem;left:0rem;width:47.75rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yUMq3WdvESl3Q4ilHI10tCEF7XCCIwPQ { top:1.75rem;left:0rem;width:13rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qBXG6mgqEwUeSxuN4Xd7wRyUrgZdazDT { width:11.5625rem;height:2.5625rem;top:1.5625rem;left:24.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EzBn3e7uMWXsScBz2K9ZIOl0fNE4ObTz { display:block; }
 }@media only screen and (max-width: 763px) { #tuDvs4l0uUWgkN70U1Fi3OKIZRgKJai8 { display:block; }#tuDvs4l0uUWgkN70U1Fi3OKIZRgKJai8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WdCpyqUBh1E69ha7TKCfPQiODnpOzIb8 { width:29.375rem;height:5.75rem;top:16rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9NmFUMTwqWomJ8wc51sVSWFNHDyk8T0 { width:41.9375rem;height:3.375rem;top:8.6875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bhD7pqnI96XbxGIAGuWG7ZkNzvEKANBI { width:29.75rem;height:5.1875rem;top:39.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3EM4iB7VrEdwzoqiuM5V7t9dn4MnT4O { display:block; }
 }@media only screen and (max-width: 763px) { #kJMdfqhi6oHTO35DZXJqRzbiIUqc2JoG { width:41.9375rem;height:3.8125rem;top:11.1875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DfqiEHS12Aw6ycSr0AyxU0yFVHGFxbHN { top:7.875rem;left:7.25rem;width:25.625rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #veOhulxTm9xqafy47RppNpdx5srqTfwo { width:26.625rem;height:6.25rem;top:25.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hhGHpHVzdwEMw9AUH0QtXEwkEJu9f3m8 { width:22.625rem;height:1.75rem;top:37.25rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iilJJVzD1fvLMTD5pItHSya6PerSG54y { width:25.5rem;height:4.1875rem;top:39.4375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UtiJcFwMbAi4Mt8MteEGQf75S2GptvTQ { width:29.75rem;height:5.1875rem;top:39.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bcy5nBlqbc3XWCoiFTtKwGyE8l0WRpX3 { display:block; }
 }@media only screen and (max-width: 763px) { #gWIz4AxWM8xeUCBiTWXJpdnwDlapHsG8 { display:block; }#gWIz4AxWM8xeUCBiTWXJpdnwDlapHsG8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T4oQPmGXROxffBAKiTSJyuuKhDrxPXIo { top:2.9375rem;left:0rem;width:47.75rem;height:2.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vBWw33KwOLfzyF76CuA7H5Ju04pMHU9m { top:11.5rem;left:0rem;width:14.3125rem;height:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gxoRPgoesgfr4y04Q8JsJ3498VG3CWRs { top:13.6875rem;left:0rem;width:3.8125rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTH4PQHasu7F02ZZf05dJt5saX2qagZC { top:14.5rem;left:0rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tVqMWKKHRBJqwlwNvbzyzR4tw0uA1JB8 { width:12.5625rem;height:1.75rem;top:19.3125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkDJi0Th6hen8NDhSM0AkXHnW4rDcx3Z { width:12.5625rem;height:1.25rem;top:18.3125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OoI9yKqW64OqXg1FPkn1S1XBgGBnFqbJ { top:11.5rem;left:9.1875rem;width:14.3125rem;height:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OAzpTgypB8hALRDAekHTU3p2Ga2uXrGM { top:13.6875rem;left:14.5rem;width:3.8125rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvC9M7pNmTFbtDFObBWgI3rSXyeiPtIu { top:14.0625rem;left:15rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cIWBAplMJKhyF9PPk4cQGnBH33JmgzsT { width:13.9375rem;height:1.75rem;top:20.375rem;left:9.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BDU5xXISWeNsFntvKPl4SxMLfni7MmRk { width:12.5625rem;height:1.25rem;top:19.1875rem;left:10.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qkBe3kwSUZfkbXFTeT0LhJpWc4E5REoT { top:11.5625rem;left:24.3125rem;width:14.3125rem;height:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPXT0DwymVuJNlCt0KlVKEFEx3iyNQTq { top:13.75rem;left:29.625rem;width:3.8125rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKOGeSlI2ws2QAZZgOgymx0y7BOAuFpN { top:14.5rem;left:30.375rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0CtLcPg6tBqSPNZgv8i1WVF1Doa9DaW { width:14.375rem;height:2.5rem;top:20.125rem;left:24.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTEwamCy64J0oF5Iv1ZMHHFxHifFe6Ap { width:13.875rem;height:1.25rem;top:18.875rem;left:24.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCHn0GMfOzep47eXAu2egZh7E89aBRV2 { top:11.5rem;left:33.3125rem;width:14.3125rem;height:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGlTBVwfEcCaKftZ1pC7ORkaDlvGMPyD { width:14.75rem;height:1.25rem;top:21.0625rem;left:33rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IodqmTELUbkXgQUXc8RAgBMw07hwVeWf { width:14.375rem;height:2.5rem;top:18.5rem;left:33.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #raa43Wty8CsgrlgCwKuT4rG7dCHpA2tt { top:13.5rem;left:43.9375rem;width:3.8125rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KOhTLTOPDKFplnAN3oG60eV650LoTEOL { top:14.1875rem;left:45.3125rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ehIfPvgK7yLRFrsORaoxyzrF6PB7qeF1 { top:26.1875rem;left:0rem;width:14.25rem;height:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zgkIEIffEDcTdpGdSA274yQckcbGywEo { top:28.1875rem;left:0rem;width:3.8125rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQ1Lcbyfb2mJRMDRLldLlVB3rXmNIl2C { top:29rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #S69uhldSWcHW3CzrxupBardTqUI9cDrw { width:14.3125rem;height:1.75rem;top:33.9375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ssdxxypmMPmPNiZo1PLsr3C5FafvAUaH { width:14.4375rem;height:1.25rem;top:35.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8ExnJlaqUtf8GhT50NF8zki2zERt45r { top:42.75rem;left:0rem;width:5.375rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EUktbAw1gv00iM976mKeRM5I0sxZyqb2 { top:43rem;left:2.71875rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mRe8D7hsOSE0Hx2w9zs5vaTqLVhpetrD { top:26.25rem;left:9.1875rem;width:14.3125rem;height:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2ERoZRuya0LIBMxChneAeDVT4cImTTR { top:28.4375rem;left:14.5rem;width:3.8125rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UN04nx2Xr1gKk7vnhoSlqIG8Til9VoUc { top:29.1875rem;left:15.25rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZNNMI845dpc4qJCW7hNbn3TGlu33hxI { width:12.5625rem;height:1.75rem;top:35.9375rem;left:10.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #komivKuJgNz4xaaEfnvcQgaxUrkZvDCq { width:12.5625rem;height:2.5rem;top:33.5625rem;left:10.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWzSbP6bfnC1XvJ66Fu8or5ToZTG5q6m { top:26.3125rem;left:24.375rem;width:14.3125rem;height:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DWo0Lm7Ls9iJ6hWVARXJRPC5Sz3GiIvF { top:28.5rem;left:29.6875rem;width:3.8125rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w22cBxOiCtc5CsfkxsUETGGUdexxr9ZT { top:29.375rem;left:30.4375rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #urwi4c7kSSbiR2wh9TUECMnZchOn1NgE { width:14.25rem;height:1.25rem;top:33.375rem;left:24.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CzLouCEPcSAf3SeKGrS9kbVbqH5a0HmC { width:14.375rem;height:3.8125rem;top:34.75rem;left:24.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qgk5SJn0tDawbJJ5GvHoDPesM3boWXJ7 { top:26.25rem;left:33.3125rem;width:14.3125rem;height:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLHCkBV8Zxq5dLEfLDKnPL8Mn1rmyWF3 { top:28.4375rem;left:43.9375rem;width:3.8125rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PW9RZxnS303LIOxn6tTUi8uiB5npR41e { top:29.125rem;left:45.4375rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4AM3NR52RDU4KJVdQNX3oQXqIGh4E9K { width:14.4375rem;height:1.25rem;top:34.375rem;left:33.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MuLKquSRuHDAOEyHfAg2GlAsdUId8fEu { width:14.375rem;height:1.25rem;top:35.75rem;left:33.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D2CPd8kuJgCbEW8OcgwykiUBxRXEBuKM { top:41.0625rem;left:9.25rem;width:14.3125rem;height:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AmbyT6PCACwPMH69lXVZQC3vkQz7u4vV { top:43.0625rem;left:14.4375rem;width:3.8125rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9CIR4g3IVVWHGcJkBIKTdgc4zd5XmiT { top:43.875rem;left:15.1875rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #siyc4aKHkAreo93AvysTK6az9Uk6WXHJ { width:14.4375rem;height:1.25rem;top:48.8125rem;left:9.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h5CaaPzQUJZTN8oqVWga06EQIV1zDWnB { width:14.5rem;height:1.25rem;top:50.1875rem;left:9.28125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BXr3dK4SnSR3N5r9Ks5VSJbUIdqixH5L { top:41rem;left:24.625rem;width:14.25rem;height:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdaZcvw75n0MIgD2Eoz6bXIHGsKfln5T { width:14.125rem;height:1.25rem;top:50.6875rem;left:24.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eAqlelwzHtluUheV49GNG2b11771WQat { width:14.4375rem;height:2.5rem;top:48.25rem;left:24.59375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xChKK6hzAoKgXt3Ldd9TKPA3cXRRe7Ld { top:43rem;left:29.875rem;width:3.8125rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vIbQKNHcw1MwJJsTpAfsSG0QGrlrEysa { top:43.8125rem;left:30.6875rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7goOsi3f5RLcp6mabweG0kKl93qE7TP { top:7.1875rem;left:0rem;width:47.75rem;height:2rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3NM1w0ett1SV7D1D0JVtD00alq1FbtK { width:12.5625rem;height:2.5rem;top:20.875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CXHQpXR3ZPmAngVTG46h1IxylZ1umnfp { display:block; }#CXHQpXR3ZPmAngVTG46h1IxylZ1umnfp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VpTf1TDp0OcASc2Qb6ucwkX8g1K87OlA { top:8.1875rem;left:0rem;width:14.3125rem;height:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHioaHdv9C5xUQxlw6V8avbMStFRhxQH { top:10.375rem;left:0rem;width:3.8125rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bcCH1bhp3t5hA7WXwgfX6VcwcqQGh2St { top:11.125rem;left:0rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #singPF408skGnmqw4PIxhxz1qbIX0iXf { width:12.5625rem;height:1.75rem;top:17.1875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lL1rqxogMXRU1siXpc82lb0LmPfcUeMZ { width:12.5625rem;height:1.25rem;top:16.0625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ra1J1f7mh0SLCw3shBzqZwzn2MxbM1Ow { top:8.1875rem;left:9.1875rem;width:14.3125rem;height:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #THoDHFK6H550KgZwyCp0xWKG6SJvyBet { top:10.375rem;left:14.5rem;width:3.8125rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iq28e1Mnu1rKlKgCdxR7HgcMv0JSxOOl { top:11.125rem;left:15.25rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SlWyf2eGeHWrV5kbKyeR5VQkkgegWgX5 { width:13.9375rem;height:1.75rem;top:15.75rem;left:9.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #edHEhk3m1i172zBFyXpH6ffPHcXDc0k8 { width:14.5rem;height:1.25rem;top:17.25rem;left:9.15625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBu9eetAk5AeeS8TBMBPSzIHcZ0noNqf { top:8.25rem;left:24.3125rem;width:14.3125rem;height:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qXb5ahT0ZZ1V59Od3Ee6bG8yJfTOmToF { top:10.4375rem;left:29.625rem;width:3.8125rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LBHn9vMALRhaCHrHhivQXWg5JoJ9OJGD { top:11.1875rem;left:30.375rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VI03VwXbBRTzsNssrhalwUqHfKt48qDP { width:14.375rem;height:1.25rem;top:16.0625rem;left:24.34375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mw6LAcaTI83xTF6Xglxy8dli2A6cm9t3 { width:14.4375rem;height:1.25rem;top:17.125rem;left:24.34375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vsp3pIkZnRpzOWLMoFcnrtkKyFQf3mo7 { top:8.1875rem;left:33.3125rem;width:14.3125rem;height:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AxW8aKTtTm9bO8qgcq9RICUkJWz8PHfT { width:14.75rem;height:2.5rem;top:16.8125rem;left:33rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oXX4IJSu1ZgoM9lriiewRpH8i9BOlhJX { width:14.375rem;height:1.25rem;top:15.5625rem;left:33.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBdypvC4pnqPEF8eBKt4rbAA4EiLvVG2 { top:10.1875rem;left:43.9375rem;width:3.8125rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmKUJczn3NIwdUdsG5AWkF4XLRsf9HhT { top:10.875rem;left:45.3125rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wAxMg3O8omKE0lmHKo5KDDiTav0lV3u6 { top:22.875rem;left:0rem;width:14.25rem;height:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rd76AalFfNdCdXJ7NLsckv90MIcSUxDL { top:24.875rem;left:0rem;width:3.8125rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GMCy3nDCAr6bVkzhgiIA8MrEbgFOzkMJ { top:25.6875rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aBA8u7SXU0cMU9LF8ikNshR1Fcn3d3MP { width:14.5rem;height:2.5625rem;top:31.5625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #evuf2XOkzSiLfarMPq7J8UmXUuTRTK7n { width:14.4375rem;height:1.25rem;top:30.3125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTdbOktcn3RKsnuo70D5WuhA7RvL7t2v { width:29.5625rem;height:5.1875rem;top:41.875rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cy3tqpyUOZbfwvvb4TbPiR4ftz0dkgZU { display:block; }
 }@media only screen and (max-width: 763px) { #l5TdQBS25N3czmTJRCuGi35ElwUBW8TV { top:39.5rem;left:0rem;width:5.375rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lI57lfyCF2DOXccP5MbdMyx0ACraTTQw { top:39.6875rem;left:2.75rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wM4bBdEx2eI19Mgr7xOQAyV4n7WXC4Ae { top:22.9375rem;left:9.1875rem;width:14.3125rem;height:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VX8NNXd8QhcT7yIstf8H5ZFTvahWmW9N { top:25.125rem;left:14.5rem;width:3.8125rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7g0MOwxSt782eK2gTOBloZLIwlpD1Ha { top:25.875rem;left:15.25rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HtexX7dphfLHn3wiA368JhFQddAK3etn { width:12.5625rem;height:1.75rem;top:31.9375rem;left:10.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7Mn192TmBbWbTzpZTTxoCPixl7b9OlF { width:12.5625rem;height:1.25rem;top:30.9375rem;left:10.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5eFfLoXxslv0dAmd0TT2C6dznUM1ARa { top:23rem;left:24.375rem;width:14.3125rem;height:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QzhDlQkaI6uK5Hoqq8sw8HNPmXpRhI1k { top:25.1875rem;left:29.6875rem;width:3.8125rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SwyJdGAZk95CiQLL9LNMHZ2CPTWpmPyH { top:25.9375rem;left:30.4375rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #smBpQF9VftoUqRQ8t2MrO4N98VWIGhO4 { width:14.25rem;height:1.25rem;top:32.0625rem;left:24.40625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FA0XJnX4IrwHbZLu5wbZ08f7fkaik18I { width:14.375rem;height:1.25rem;top:30.9375rem;left:24.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CMFANcb9G5mJsd74z9XZHQel0PtA4fmE { top:22.9375rem;left:33.3125rem;width:14.3125rem;height:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GgHaO00CLA2xgyFh6splknG69yI7oVpt { top:25.125rem;left:43.9375rem;width:3.8125rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQ5qwXkicTTCF2JTdHWMrm2es0OnUseR { top:25.875rem;left:45.4375rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwgJRKZccbg3l8riJhIoIWExeQzEPEmC { width:14.4375rem;height:2.5rem;top:30.375rem;left:33.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oiRLZDnpgT1Xz6e5SB5sXmNUP0qkf4Nz { width:14.375rem;height:1.25rem;top:32.875rem;left:33.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7L29XQ03DpLEPwRBciQWlaCKF3r8gZs { top:2.875rem;left:0rem;width:47.75rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUn3q92Goxn79mGLenvqMu3tEJ9EWkM3 { display:block; }#dUn3q92Goxn79mGLenvqMu3tEJ9EWkM3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wzM3nDoEJS6HOKMuOpQg5m43iFgOmRTN { top:3.8125rem;left:0rem;width:47.75rem;height:2.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uy04eMTMbMH03TWQzIeCtIeEeNvRoS4k { top:63.875rem;left:0rem;width:47.625rem;height:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWfu0M1dEfN4emzoevTVNEeLJfPlwpMO { top:65.3125rem;left:0rem;width:10.4375rem;height:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HXxOh1tH1S6kXAZlI9RclIz10T994Jeu { width:12.5625rem;height:2.1875rem;top:65.3125rem;left:9.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dSTMTa1fekB51ymqFicrtKAOxibcDJXP { width:38.1875rem;height:10.1875rem;top:69.25rem;left:9.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VzfX6uT44DXdgQRFZWWggbTg00LP2Jmw { top:17.6875rem;left:0rem;width:47.625rem;height:19.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lfURkGfSeQAQs2RIkrqFD8LS0uWSCowd { top:18.8125rem;left:0rem;width:10.8125rem;height:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPFRSvLPuR51iU16sxnitduT8om8Tzfp { width:18rem;height:2.1875rem;top:19.5625rem;left:10.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WyboSPsgOoyBMAmi6nG6MSdDUnNR53s9 { width:39.1875rem;height:10.1875rem;top:22.75rem;left:8.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SGy91A14ez1r1gyGxJaK37HWhkdiUmn4 { top:40.25rem;left:0rem;width:47.625rem;height:20.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aEnZxHWbL8FGDLkmPfaJ4paPkeWrTkPH { top:41.375rem;left:0rem;width:11.0625rem;height:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bs6zpwf34MO8l3copu1wkZhzlQAcZSzL { width:18.1875rem;height:2.1875rem;top:42.25rem;left:10.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kN5BHgcPuvDf49e3cvTy2kc74wrlGpkx { width:38.125rem;height:10.1875rem;top:45.625rem;left:9.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mOl9FIOc4lZ5wUPG0Gcl1Dz8JVRZPNqX { top:86.6875rem;left:0rem;width:47.625rem;height:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #UBXrn4QlgdPHyy2Vk8tvnouW6Rwo7lcS { width:38.25rem;height:7.625rem;top:91.875rem;left:9.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1yyUWEbz5tIifayaMkDXiX7G8kQSOXo { width:15rem;height:2.1875rem;top:88.3125rem;left:9.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJNG2tgXN8wvq1qXmVhOCLsw5ivq1z6i { top:88.3125rem;left:0rem;width:10.875rem;height:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9R7KUtLJLS4wgUTmqMatR6MFUuVvxwc { width:47.75rem;height:6.25rem;top:8.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zh7E3wRXK31XTQQro18MwWMSS34XHOin { width:12.5625rem;height:1.75rem;top:80.5625rem;left:9.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VloK73FFqLr5s0sFsN9ZQT6tSA9A8GAJ { width:12.5625rem;height:1.75rem;top:57.125rem;left:10.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNEoToWTcEEoBplzZNW7vC3VlrNLpNOp { width:12.5625rem;height:1.75rem;top:33.9375rem;left:10rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iR5VyyuWTZiPu4ekDBT2VDAS1ErNeWvf { width:12.5625rem;height:1.75rem;top:101.0625rem;left:9.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJpAKOv9B0k1S3wcoI8CVJ5nIMon47IO { display:block; }#DJpAKOv9B0k1S3wcoI8CVJ5nIMon47IO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KApbTI40VVLoGWyvCOGwCI2wd0iwp6iu { width:12.5625rem;height:1.875rem;top:14.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wL06gUlbkEpZlSJVpz4TU8FUOi4g5Rp2 { width:12.625rem;height:1.875rem;top:14.8125rem;left:9.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJC1vuRVnFKc8ShqcwQ7LIiVmTcXcxIe { width:12.5rem;height:4.6875rem;top:13.8125rem;left:24.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H2r4MGXovLiXCoGnJchsu3LfL419Oswt { width:12.6875rem;height:1.875rem;top:14.8125rem;left:35.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vWhwlEgTZgGHFLrh3d5db3HHGggohroJ { top:12.5625rem;left:0rem;width:12.5rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mH6usnuWc6UZtK7BEdDRNlcXX4qSoHHb { top:10.0625rem;left:0rem;width:3.8125rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EIy5MB3x92w2rkxSmkyPoiiBBWpTv3hz { top:10.75rem;left:44.6875rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L5osgrtfPTywaANptTCy6snrH7H65kwc { top:10.8125rem;left:14.5625rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aDDMJQpqIMWGUMVDzMWIq09TZcGv5oXv { top:9.875rem;left:29.5rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQ6vM6Ci8cRKumUQ3yGXlh2ETEeIGSrP { top:10.9375rem;left:0.375rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EMWgPf3PguKAb2IHcrATZSN9MxfubVWX { top:12.5625rem;left:9.75rem;width:12.5rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLZl3ldrRvUluTf64S5hF8FqxzRCmXve { top:11.8125rem;left:24.875rem;width:12.5rem;height:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LtSgkeaZuML1T4Izh1AT8NVRtnrpTUfW { top:12.5625rem;left:35rem;width:12.5rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGKEzc2xJSLOyaManBoyu12qLe9Ei3DG { top:10.0625rem;left:13.875rem;width:3.8125rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4dTxGTJRhriDvtztKAvwLhRiqkOZm9J { top:9.125rem;left:28.75rem;width:3.8125rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmaaCPtcHeaUoMoCJXiBrvQA0rExDfTd { top:10.0625rem;left:43.875rem;width:3.8125rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KDgyFl52qDvTChlauV4tf8lZJV7RiEZC { top:2.9375rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #flw470gpCpOrg5HGtQgdlb1JhfGM7ygl { display:block; }#flw470gpCpOrg5HGtQgdlb1JhfGM7ygl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vIinmeoTdnffU4doT16cPJXWR7nQWav5 { top:3.8125rem;left:0rem;width:47.75rem;height:4.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #et5DcTKz8NErBdytGzNBnvluRQ4gGfvW { width:27.6875rem;height:8.25rem;top:17.0625rem;left:17.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #QtNSxXWzl17IftDBEaBDdJ0hJ5Tfh8zD { width:27.375rem;height:4.125rem;top:35.5625rem;left:4.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #G05IuLDCJXiiRBw9kbFPV3k6Qhdy8V6h { top:29.9375rem;left:0.375rem;width:44.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oqCHBCEPU8dcArUWo63B4Wwv7g2fHT8B { top:12.125rem;left:7.25rem;width:40.4375rem;height:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dyEt5bLMmH5ueVRltdVH5HkPOfo3UH6x { top:12rem;left:0rem;width:13.625rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4f6HB8sD9H82WAHJR7XrEK2wVNGTR1g { top:29.9375rem;left:35.0625rem;width:12.6875rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oP1iBxRDnztSwfapTHKnhiTzuwtZ3x7U { top:12.5625rem;left:12.5625rem;width:34.0625rem;height:2.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7B7CtTNGysy10NFQXcS8sSoEqTDn9hb { top:30.375rem;left:0.5625rem;width:34.75rem;height:2.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EF68w8yu9zoTBnHUx3ozo1mkSuqJZczq { top:12.125rem;left:10.4375rem;width:37.1875rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mINK63HAniiTd63XEKJyI9LaQ4GnXmqD { top:29.9375rem;left:0.375rem;width:42.5rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QailrLAf3WKPpn7DgpyISa6tqeCWlL3h { display:block; }#QailrLAf3WKPpn7DgpyISa6tqeCWlL3h > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CLXkNddPTNaPdxoBTpdEtFANyS4pdfBt { top:2.625rem;left:3.1875rem;width:40rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kVOThpr4JG0U2TqvMGcFwfUtMb8gznZN { top:19.375rem;left:35.1875rem;width:12.5625rem;height:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZtBQDTEIn854Wa7GJ0GUN3GDasbc2JXd { display:block; }#ZtBQDTEIn854Wa7GJ0GUN3GDasbc2JXd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NW9JpnIPLLdEqKWK1idOcRXm2MmPClct { top:10.875rem;left:6.25rem;width:41.5rem;height:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6p41XidKgKf3TcDudyNzEzpmeeWJtdy { top:16.5rem;left:0rem;width:24.5rem;height:6.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eiMJwmippzE84ABmVN9KHyFNuPzxZx66 { width:20rem;height:3.75rem;top:21.625rem;left:27.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ahGT4itkR2wAEqtykL53tC2PvS9WQaIG { display:block; }
 }@media only screen and (max-width: 763px) { #c3aGk3CLpcXRRf3BJznLfaCtdbrv6PtW { width:24.25rem;height:14.1875rem;top:25.625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3qBV8eMiSfwCtQN3J1q4zvaX3WOonTM { top:10.875rem;left:0rem;width:26rem;height:29.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #txUuWIBa8pDMOi8RCdSQxVnGZXxZO48N { width:28.125rem;height:5.8125rem;top:15rem;left:19.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WH17gg3Z2FDOmfNJdwMtu62Sx3xg41M9 { top:11.5rem;left:22.8125rem;width:24.9375rem;height:2.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QcotCbgUBks5Lav5XqXfK3zrG2y3oD76 { top:26.6875rem;left:6.25rem;width:41.5rem;height:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WyD6W0HW7qW9zdU9rk8BXCoHdf83VBxc { width:20rem;height:3.75rem;top:37.25rem;left:27.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9dJpGC7aRS2pV0gqpnOUhGe8lv8ctnk { display:block; }
 }@media only screen and (max-width: 763px) { #D7MWDzikLZaUu4ybHtOIxDtqwGGLotrQ { top:27.3125rem;left:22.8125rem;width:24.9375rem;height:2.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RfO2WFcs2faf8WHAKAe0zUOUcDhb3FMn { width:28.125rem;height:4.5rem;top:11.9375rem;left:19.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Su1Vn34GQ5iEstGUXm0ThueTWbwtzRDk { width:28.125rem;height:4.5rem;top:27.5rem;left:19.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eNCG88hIVodBMpiTobE1laOnoV188Iuv { width:28.125rem;height:5.8125rem;top:30.4375rem;left:19.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P06kNLNMhmgdpAT1zqhHkCK8pnmimUCf { top:11.75rem;left:0rem;width:24.4375rem;height:27.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KJ7FNA7GyoylTEONcrfbgiiesrrO3qWM { display:none; }
 }@media only screen and (max-width: 763px) { #CUf6CvRXLpnffazun6cMKpTFFHqmr4ys { top:34.5rem;left:6.75rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JsD9HKgQUxGbNxBIkEMd6LGEXCTTCk19 { top:3.5rem;left:0rem;width:47.75rem;height:2.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Idv578abgVePQhU4OWgSIyT9ZiLpnPAd { top:61.125rem;left:17.5rem;width:30.25rem;height:2.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nImpDUDhkSAbp7aQ8we5T5IguW4U2GPu { width:20.3125rem;height:5.6875rem;top:61.125rem;left:26.40625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5QcM2cue4W01nNlmd7IRrzRncXqv2w9 { width:20.5625rem;height:3.75rem;top:68.125rem;left:26.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8HowE0i3oJfe7wsl8z84yaDH52wBh9K { display:block; }
 }@media only screen and (max-width: 763px) { #hUlEO8V9fFTnSVc5uwZq0rWdA0x9oHQC { top:82.0625rem;left:9.5rem;width:28.75rem;height:3.4375rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTBTSKAPFAwcmxAXRSUUWI5acNzWzPRB { width:26.0625rem;height:4.125rem;top:86.625rem;left:13.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #cohoPdwfebHE6xattbeltEIWvTUaxtV3 { top:87.75rem;left:9.8125rem;width:1.0625rem;height:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #srAgdBJDzq4Ly6m5GQQGo1Cm5gMEb0Gd { top:92.3125rem;left:9.8125rem;width:1.0625rem;height:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9gBbfL6TOv71IB1w4RMQJ81SNKWOB54 { top:95rem;left:9.8125rem;width:1.0625rem;height:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XnpFPO2ix38QIG339u09p14uNTlwxQDF { top:97.4375rem;left:9.8125rem;width:1.0625rem;height:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VFco1hQ8cobkEAJvZxKVQMpSudo2pf22 { width:27.5625rem;height:1.375rem;top:92.375rem;left:12.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #CrXyr6NR1gsnqodArfoflWtadmnb1WfO { width:27.5rem;height:1.375rem;top:95.0625rem;left:13rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #qDClHlza5PbPHV6uMnJJyp6cT0w507eL { width:27.4375rem;height:1.375rem;top:97.5rem;left:13.0625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #kuxqM9MTHk74sfs8gNAQf5G1ezTBiiH2 { width:23.3125rem;height:5.1875rem;top:102.25rem;left:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ontpTtDB0Dx10IAKygw7NzUhMn6sXK98 { display:block; }
 }@media only screen and (max-width: 763px) { #wkB4snqG9BlJNk4NWSRQd7pUXST0yET6 { top:48.125rem;left:0rem;width:47.75rem;height:2.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lgWphtmr2tUzgDkyfsoQu9aJfiCwKOri { top:79.25rem;left:3.75rem;width:39.75rem;height:30.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oqUhIasKGLGFpyKXtRdKPaoDarQqDvzI { top:59.125rem;left:11.125rem;width:36.625rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncEsQoI1sPVgxHkba2ReppNsKpSlJItR { top:56.5625rem;left:0rem;width:26rem;height:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SGQQTo7BZFSJZr1yM2W7kuxxTsXcTxQQ { top:57.4375rem;left:0rem;width:24.4375rem;height:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HamxpVDormRq5RxWEbLMNFrv9OMPR6DV { width:24.25rem;height:14.1875rem;top:59.125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zn7lsEHlyRDHOUcwvudbk16gibmxgxUU { top:67.875rem;left:6.6875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZTWCJJALKXZ4HRCW8pHLFUghcXqrG1D { display:none; }
 }@media only screen and (max-width: 763px) { #nIrDQLAZckyC4wM6ysD1iKFyt2eO4WLz { display:block; }#nIrDQLAZckyC4wM6ysD1iKFyt2eO4WLz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a18cZhz1fndhZzh9K6RGFRltWAkUmEky { top:4.3125rem;left:0rem;width:47.75rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #acnREC6udthboFlaDQbhZmBOPMevEZR5 { top:11.4375rem;left:1.3125rem;width:45.0625rem;height:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bF0QdSseamBCZ7W11LQ06qTTSQumlblL { top:17.1875rem;left:1.3125rem;width:45.0625rem;height:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OMJXsy2ZaIg3BRtq4zbm0pSSDV47oW7T { top:13.0625rem;left:4.625rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWRaciqL1IGdB9R2RHaAlnlpP6C7kXaK { top:21.5rem;left:4.625rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hf4SZ4Zu0cbVAwzFC4obkdvEk8uGFT5z { width:32.0625rem;height:4.125rem;top:14.9375rem;left:11.1875rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #xS5RJkJ1O4rs1rC9sMmLZFXv2Jrb2Arl { width:31.4375rem;height:2.75rem;top:23.25rem;left:11.1875rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #d7nnay5ngERRUZHWDGXL2F3GfS9DGbQO { top:24.5rem;left:1.375rem;width:45.0625rem;height:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #giFEMpv9T50MC4lDQTXS7BpGGtb3vU1o { top:30.5625rem;left:1.375rem;width:45.0625rem;height:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCcAS9oC2yXlOkhWCa3KSZ8Odk2mPH9c { width:32.625rem;height:2.75rem;top:31.25rem;left:11.1875rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #NEKvCwllhhlJuD09PxW3B1Dr73mKdrA5 { width:33.25rem;height:2.75rem;top:39.625rem;left:11.1875rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #czrAOdJ4dSXbmZTBO8GWxN2g7IfTfRGH { top:29.5625rem;left:4.625rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZrZrPf4PxGQaQ52rtoO4n3zqKJwsUCcw { top:37.5rem;left:4.625rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPuV80kep8NKCPy8rR7DnxkPRQGfXxTc { width:33.6875rem;height:5.1875rem;top:49.75rem;left:7.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6k4TUsJm60HTQfiJZH4TcLScPSVusSy { display:block; }
 }@media only screen and (max-width: 763px) { #SChzn1VyUWgasvVT5fmydckiHhh9trC5 { width:27.6875rem;height:1.8125rem;top:12.875rem;left:11.1875rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TzEHp5ZQyyS7D4LJUvI3ZmhHORerciBT { width:27.6875rem;height:1.8125rem;top:21.375rem;left:11.1875rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #tpaUnBdRHShDMGhqEvkNH22TC9ZqrTug { width:33.5rem;height:1.875rem;top:29.0625rem;left:11.1875rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #IN7HIJVsaSTZCvt3De9J8nVFnBRn0vUv { width:27.6875rem;height:1.8125rem;top:37.3125rem;left:11.1875rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #wLyJdwsF158g9JJM0SfPWq2T5KrU0TB1 { display:block; }#wLyJdwsF158g9JJM0SfPWq2T5KrU0TB1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pSbEQyIabvHVo195xqF7TT7xpHxP804R { top:16.25rem;left:3.875rem;width:40rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GMGk7PWuKtPWadrgV44tRJoffqd4hJNe { top:4rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lOZyrhGVl2tqNVlfe7Dos5lAOURrFsuI { top:79.625rem;left:35rem;width:12.75rem;height:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5sVmDeHFteyMuwCBB9qu0Qt2aM8qRaq { top:40.875rem;left:3.875rem;width:40rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #k45ETfVdCD4SiXoKa3TZ7pvPg2oAufzE { top:66rem;left:3.875rem;width:40rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #M684FtQJeTWyBtHqN9GqAUdqWTOzhhRX { width:47.75rem;height:4.375rem;top:8.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zi8mgKWplkqRPDZcPOnqzaqT59oliA6K { display:block; }#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CUeNEDAf7kDAOJC9HnumwCF8cIOffpo5 { top:2.8125rem;left:0rem;width:47.75rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iiuFV93JSNHdzNScvu9QenrCiTD7U0O6 { width:26.3125rem;height:5.125rem;top:17.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lLmx6ctcqZNMZbV2sLSHMhB1f5hWaSRk { display:block; }
 }@media only screen and (max-width: 763px) { #A04N1BzcKwWsBKIP7EhE3f1a1Igbovhz { top:30.1875rem;left:0rem;width:5.375rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tvKcrHi3tuz73kEpxN1K561nDMz26gGq { top:26.125rem;left:43.5rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MP85Ohmw9x5BloXWo758ZxXP6gHC8MVG { top:11.25rem;left:26.3125rem;width:21.0625rem;height:21.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KHNk9SghEBaG6TWn2VktBcd2yEnLe5fx { top:12.75rem;left:29rem;width:18.1875rem;height:18.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l79kWvAdHzMAbimN2NTt8syqSHKkNblm { top:5rem;left:18.5625rem;width:29.1875rem;height:34.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hGrXNgXpFHwdJd5pWwSx8T1aXqAovnbF { top:33.4375rem;left:2.8125rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZzrZMQaCCWQ3fOw7n0mz8OMIipZHCUtr { top:12.75rem;left:20.875rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M2oHTWEPJZf21UaqPA08aghatNgDo8fx { top:12.75rem;left:23.654296875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ULeuTEWbPlmfn3cy3UQGIZo1ZSVU8WqF { display:block; }#ULeuTEWbPlmfn3cy3UQGIZo1ZSVU8WqF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #duGT4f9LTwg9nGIRq2GmIfPh2C7MrWx6 { top:36.875rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHT6rreB2qQfl0ide5pAooev8LXqchu3 { top:36.875rem;left:21.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mnm6T9Wbvz91dLorrd0PzqbR5dmkMdCt { top:37.125rem;left:0rem;width:22.8125rem;height:2.5625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NmbboD2oDi6kExDPsyciAK08w0fAoSmo { top:37.25rem;left:24.9375rem;width:22.8125rem;height:2.4375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTx2ftROBlB1LJFsbBCh3rOVNrgKzFyL { top:31.75rem;left:0rem;width:47.75rem;height:2.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f9vw0H1zHlGvxzRsXen5XGeQbOgD5vLN { top:2.625rem;left:0rem;width:47.75rem;height:2.75rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bEf2utJXoz0WnKM8tFhSnw7U1Q7gxq24 { top:9rem;left:0rem;width:28rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSZBMa8QVDwkRHN6pKEo1ZCQ7NZCwSVi { width:24.5rem;height:4.125rem;top:12.0625rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #FmOoGaSThipqx0Jo9Wqb6ruZXrldXpM7 { top:12.3125rem;left:0rem;width:26.5625rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJuFtg0lCIpF8megW8ZyeUiyO8d6HqOV { width:24.5rem;height:3.5625rem;top:8.1875rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #hypd14L9qOVshIvp12NXT16XKhQ7IxwF { top:9rem;left:19.625rem;width:28rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hDCCUiXACxiMq7RvtPUTxWsyVXRMrTrG { width:24.5rem;height:3.5625rem;top:8.1875rem;left:23.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #uHKNzJ6N70Znd4HroNKqowzTGpr3L5Ec { width:24.5rem;height:4.125rem;top:12.0625rem;left:23.25rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #wG91XuT757Es5ob6rhKDxk0e2oC4SEz2 { top:12.3125rem;left:20.8125rem;width:26.5625rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQ7tniHfI0qUc3nItVp8FgCfdyfAvWJk { top:19.9375rem;left:6.4375rem;width:34.875rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iXV0dO6PKV4G0IIzpGIQ9Nv1aJaPM8OK { width:24.5rem;height:3.5625rem;top:18.9375rem;left:11.625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #sBX87vcL6OT3ipQgSx6FX9peEexFOTNV { width:26.875rem;height:4.125rem;top:22.9375rem;left:10.8125rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #qTZ8VwXXbEzV0Kxr9pnBvv4HCQAnX8ay { top:23rem;left:7.25rem;width:33.125rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSHGHiSEmXC3mPH2FQhkiTRT4bCITeED { top:14.75rem;left:33.875rem;width:13.875rem;height:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q74aTBGvui5EkhCqxaKe12licEnTNrd2 { top:20.9375rem;left:41.25rem;width:6.3125rem;height:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vO4MicGczsxpFqdrfvshJaHmz3WnOOBs { top:45.5rem;left:17.84375rem;width:11.5625rem;height:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHzpzNArgMKXuhNctCat1urfrvurQ2LU { display:block; }#MHzpzNArgMKXuhNctCat1urfrvurQ2LU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gwmLVcgf94ygvdRmb3rbpsWSMP38WwnB { width:47.75rem;height:1.5rem;top:1.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ca6rSLglTlFvUkT4WhAI4ss8oH1xzf5H { top:5rem;left:9.9375rem;width:8.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fs72AD558vCsuZn4T1JWHhfLlzighhhN { top:5.375rem;left:39.25rem;width:8.125rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QnTT3iZUNFkrSBbTcdmykBkcw375Uxmf { top:6.125rem;left:23.125rem;width:10.8125rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QUi795GzbaoeKNUOdKcqMak7VHk5LgRM { top:4.625rem;left:0.4375rem;width:5.1875rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #brEQVqR1mlK6xaiqbcpsGT4EaNepmVJo { position:relative;z-index:auto;background-color:rgba(255,255,255,0.77);background-image:none;display:block; }#brEQVqR1mlK6xaiqbcpsGT4EaNepmVJo > .row .container { background-color: transparent; background-image: none; }#brEQVqR1mlK6xaiqbcpsGT4EaNepmVJo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#brEQVqR1mlK6xaiqbcpsGT4EaNepmVJo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#brEQVqR1mlK6xaiqbcpsGT4EaNepmVJo > .row .container > .video-iframe-container { display: none; }#brEQVqR1mlK6xaiqbcpsGT4EaNepmVJo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#brEQVqR1mlK6xaiqbcpsGT4EaNepmVJo > .row > .video-iframe-container { display: none; }#brEQVqR1mlK6xaiqbcpsGT4EaNepmVJo > .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); }#brEQVqR1mlK6xaiqbcpsGT4EaNepmVJo > .row .container { width:20rem;height:9.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l4kv6lMsuqHTEFFpUfwhSDMc5FecF4i3 { width:8.25rem;height:2.25rem;top:6.25rem;left:1.59375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVti4AZnNHDx3QD0JLTmIbLivJpWVF7b { display:block; }
 }@media only screen and (max-width: 763px) { #Q8ypNWV6cSZc76TpT80CkK3xkBlUFGCT { width:4.625rem;height:4.125rem;top:1.53125rem;left:2.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5hVy84nL2BlxLFB05GDVg32XEPfl84h { width:20rem;height:6.875rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yUMq3WdvESl3Q4ilHI10tCEF7XCCIwPQ { width:10.5625rem;height:1.6875rem;top:2.75rem;left:8.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qBXG6mgqEwUeSxuN4Xd7wRyUrgZdazDT { width:8.4375rem;height:2.25rem;top:6.25rem;left:10.46875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EzBn3e7uMWXsScBz2K9ZIOl0fNE4ObTz { display:block; }
 }@media only screen and (max-width: 763px) { #tuDvs4l0uUWgkN70U1Fi3OKIZRgKJai8 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/e796ac07-35b6-4fd5-b2dc-1346dbd93942/landingAntykujontelefon2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#tuDvs4l0uUWgkN70U1Fi3OKIZRgKJai8.adaptive-delivery-prevent-bg, #tuDvs4l0uUWgkN70U1Fi3OKIZRgKJai8.lazyload, #tuDvs4l0uUWgkN70U1Fi3OKIZRgKJai8.lazyloading { background-image: none; }#tuDvs4l0uUWgkN70U1Fi3OKIZRgKJai8 > .row .container { background-color: transparent; background-image: none; }#tuDvs4l0uUWgkN70U1Fi3OKIZRgKJai8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tuDvs4l0uUWgkN70U1Fi3OKIZRgKJai8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tuDvs4l0uUWgkN70U1Fi3OKIZRgKJai8 > .row .container > .video-iframe-container { display: none; }#tuDvs4l0uUWgkN70U1Fi3OKIZRgKJai8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tuDvs4l0uUWgkN70U1Fi3OKIZRgKJai8 > .row > .video-iframe-container { display: none; }#tuDvs4l0uUWgkN70U1Fi3OKIZRgKJai8 > .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); }#tuDvs4l0uUWgkN70U1Fi3OKIZRgKJai8 > .row .container { width:20rem;height:49.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WdCpyqUBh1E69ha7TKCfPQiODnpOzIb8 { width:14.875rem;height:4.546875rem;top:5.78515625rem;left:2.5625rem;text-align:center;text-align-last:center;font-size:0.8125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #m9NmFUMTwqWomJ8wc51sVSWFNHDyk8T0 { width:19.125rem;height:1.6621125rem;top:1.2197265625rem;left:0.4375rem;text-align:center;text-align-last:center;font-size:1.1875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #bhD7pqnI96XbxGIAGuWG7ZkNzvEKANBI { width:16.75rem;height:4.5rem;top:36.033203125rem;left:1.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3EM4iB7VrEdwzoqiuM5V7t9dn4MnT4O { display:block; }
 }@media only screen and (max-width: 763px) { #kJMdfqhi6oHTO35DZXJqRzbiIUqc2JoG { width:20rem;height:2.0996125rem;top:2.8818359375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #DfqiEHS12Aw6ycSr0AyxU0yFVHGFxbHN { width:12.6875rem;height:2.25rem;top:0.7822265625rem;left:6.9022787513537rem;display:block; }
 }@media only screen and (max-width: 763px) { #veOhulxTm9xqafy47RppNpdx5srqTfwo { width:18.125rem;height:4.1982375rem;top:11.3779296875rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #hhGHpHVzdwEMw9AUH0QtXEwkEJu9f3m8 { width:20rem;height:1.04980625rem;top:34.958984375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #iilJJVzD1fvLMTD5pItHSya6PerSG54y { width:17rem;height:2.625rem;top:36.845703125rem;left:1.53125rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #UtiJcFwMbAi4Mt8MteEGQf75S2GptvTQ { width:16.75rem;height:4.5625rem;top:36.033203125rem;left:1.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bcy5nBlqbc3XWCoiFTtKwGyE8l0WRpX3 { display:block; }
 }@media only screen and (max-width: 763px) { #gWIz4AxWM8xeUCBiTWXJpdnwDlapHsG8 { display:block; }#gWIz4AxWM8xeUCBiTWXJpdnwDlapHsG8 > .row .container { width:20rem;height:132.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T4oQPmGXROxffBAKiTSJyuuKhDrxPXIo { width:17.8125rem;height:2.88671875rem;top:1rem;left:1.25rem;font-size:1.3125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #vBWw33KwOLfzyF76CuA7H5Ju04pMHU9m { width:15.3125rem;height:11.625rem;top:10.6875rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gxoRPgoesgfr4y04Q8JsJ3498VG3CWRs { width:3.8125rem;height:3.8125rem;top:12.0625rem;left:8.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTH4PQHasu7F02ZZf05dJt5saX2qagZC { display:flex;width:2.375rem;height:2.375rem;top:12.78125rem;left:8.8125rem; }
 }@media only screen and (max-width: 763px) { #tVqMWKKHRBJqwlwNvbzyzR4tw0uA1JB8 { width:19.9980625rem;height:1.69921875rem;top:17.69921875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkDJi0Th6hen8NDhSM0AkXHnW4rDcx3Z { width:12.5625rem;height:1.125rem;top:16.82421875rem;left:3.71875rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OoI9yKqW64OqXg1FPkn1S1XBgGBnFqbJ { width:15.3125rem;height:10.375rem;top:23.375rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OAzpTgypB8hALRDAekHTU3p2Ga2uXrGM { width:3.8125rem;height:3.8125rem;top:24.75rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvC9M7pNmTFbtDFObBWgI3rSXyeiPtIu { display:flex;width:2.3125rem;height:2.3125rem;top:25.5rem;left:8.875rem; }
 }@media only screen and (max-width: 763px) { #cIWBAplMJKhyF9PPk4cQGnBH33JmgzsT { width:13.9375rem;height:1.69921875rem;top:29.625rem;left:3.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BDU5xXISWeNsFntvKPl4SxMLfni7MmRk { width:12.5625rem;height:1.125rem;top:31.3125rem;left:3.75rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qkBe3kwSUZfkbXFTeT0LhJpWc4E5REoT { width:15.3125rem;height:11.25rem;top:34.8125rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPXT0DwymVuJNlCt0KlVKEFEx3iyNQTq { width:3.8125rem;height:3.8125rem;top:36.1875rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKOGeSlI2ws2QAZZgOgymx0y7BOAuFpN { display:flex;width:2.3125rem;height:2.3125rem;top:37rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #t0CtLcPg6tBqSPNZgv8i1WVF1Doa9DaW { width:12.5625rem;height:2.3984375rem;top:41.0625rem;left:3.8125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTEwamCy64J0oF5Iv1ZMHHFxHifFe6Ap { width:12.5625rem;height:1.125rem;top:43.6875rem;left:3.8125rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCHn0GMfOzep47eXAu2egZh7E89aBRV2 { width:15.4375rem;height:11.75rem;top:47.4375rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGlTBVwfEcCaKftZ1pC7ORkaDlvGMPyD { width:14.125rem;height:1.125rem;top:56.4375rem;left:2.875rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IodqmTELUbkXgQUXc8RAgBMw07hwVeWf { width:15rem;height:2.3984375rem;top:53.875rem;left:2.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #raa43Wty8CsgrlgCwKuT4rG7dCHpA2tt { width:3.8125rem;height:3.8125rem;top:48.875rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KOhTLTOPDKFplnAN3oG60eV650LoTEOL { display:flex;width:2.4375rem;height:2.4375rem;top:49.5625rem;left:8.75rem; }
 }@media only screen and (max-width: 763px) { #ehIfPvgK7yLRFrsORaoxyzrF6PB7qeF1 { width:15.25rem;height:11.375rem;top:60.4375rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zgkIEIffEDcTdpGdSA274yQckcbGywEo { width:3.8125rem;height:3.8125rem;top:62rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQ1Lcbyfb2mJRMDRLldLlVB3rXmNIl2C { display:flex;width:2.25rem;height:2.25rem;top:62.8125rem;left:8.8125rem; }
 }@media only screen and (max-width: 763px) { #S69uhldSWcHW3CzrxupBardTqUI9cDrw { width:15rem;height:1.69921875rem;top:67.1875rem;left:2.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ssdxxypmMPmPNiZo1PLsr3C5FafvAUaH { width:14.125rem;height:1.125rem;top:68.875rem;left:3rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8ExnJlaqUtf8GhT50NF8zki2zERt45r { display:flex;width:2.25rem;height:2.25rem;top:71.9375rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #EUktbAw1gv00iM976mKeRM5I0sxZyqb2 { display:flex;width:1.3125rem;height:1.3125rem;top:72.625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #mRe8D7hsOSE0Hx2w9zs5vaTqLVhpetrD { width:14.9375rem;height:10.4375rem;top:73.25rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2ERoZRuya0LIBMxChneAeDVT4cImTTR { width:3.8125rem;height:3.8125rem;top:74.75rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UN04nx2Xr1gKk7vnhoSlqIG8Til9VoUc { display:flex;width:2.3125rem;height:2.3125rem;top:75.5625rem;left:9.0625rem; }
 }@media only screen and (max-width: 763px) { #aZNNMI845dpc4qJCW7hNbn3TGlu33hxI { width:15rem;height:1.69921875rem;top:80.6875rem;left:2.8125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #komivKuJgNz4xaaEfnvcQgaxUrkZvDCq { width:15.0625rem;height:1.125rem;top:79.5625rem;left:2.875rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWzSbP6bfnC1XvJ66Fu8or5ToZTG5q6m { width:15rem;height:11.6875rem;top:84.875rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DWo0Lm7Ls9iJ6hWVARXJRPC5Sz3GiIvF { width:3.8125rem;height:3.8125rem;top:86.25rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w22cBxOiCtc5CsfkxsUETGGUdexxr9ZT { display:flex;width:2.3125rem;height:2.3125rem;top:87rem;left:9.125rem; }
 }@media only screen and (max-width: 763px) { #urwi4c7kSSbiR2wh9TUECMnZchOn1NgE { width:15.0625rem;height:1.125rem;top:91.5rem;left:2.875rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CzLouCEPcSAf3SeKGrS9kbVbqH5a0HmC { width:15rem;height:2.3984375rem;top:92.625rem;left:2.875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qgk5SJn0tDawbJJ5GvHoDPesM3boWXJ7 { width:14.9375rem;height:9.8125rem;top:97.75rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLHCkBV8Zxq5dLEfLDKnPL8Mn1rmyWF3 { width:3.8125rem;height:3.8125rem;top:99.1875rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PW9RZxnS303LIOxn6tTUi8uiB5npR41e { display:flex;width:2.3125rem;height:2.3125rem;top:99.8125rem;left:9.0625rem; }
 }@media only screen and (max-width: 763px) { #G4AM3NR52RDU4KJVdQNX3oQXqIGh4E9K { width:15.125rem;height:1.125rem;top:103.875rem;left:2.6875rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MuLKquSRuHDAOEyHfAg2GlAsdUId8fEu { width:15.0625rem;height:1.19921875rem;top:105.0625rem;left:2.6875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D2CPd8kuJgCbEW8OcgwykiUBxRXEBuKM { width:14.8125rem;height:9.75rem;top:108.8125rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AmbyT6PCACwPMH69lXVZQC3vkQz7u4vV { width:3.8125rem;height:3.8125rem;top:110.0625rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9CIR4g3IVVWHGcJkBIKTdgc4zd5XmiT { display:flex;width:2.4375rem;height:2.4375rem;top:110.9375rem;left:9.125rem; }
 }@media only screen and (max-width: 763px) { #siyc4aKHkAreo93AvysTK6az9Uk6WXHJ { width:14.9375rem;height:1.19921875rem;top:115.0625rem;left:2.6875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h5CaaPzQUJZTN8oqVWga06EQIV1zDWnB { width:14.875rem;height:1.125rem;top:116.4375rem;left:2.625rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BXr3dK4SnSR3N5r9Ks5VSJbUIdqixH5L { width:14.9375rem;height:9.75rem;top:120.0625rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdaZcvw75n0MIgD2Eoz6bXIHGsKfln5T { width:15.0625rem;height:1.125rem;top:128.125rem;left:2.8125rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eAqlelwzHtluUheV49GNG2b11771WQat { width:15rem;height:2.3984375rem;top:125.875rem;left:2.875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xChKK6hzAoKgXt3Ldd9TKPA3cXRRe7Ld { width:3.8125rem;height:3.8125rem;top:121.4375rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vIbQKNHcw1MwJJsTpAfsSG0QGrlrEysa { display:flex;width:2.25rem;height:2.25rem;top:122.3125rem;left:9.4375rem; }
 }@media only screen and (max-width: 763px) { #z7goOsi3f5RLcp6mabweG0kKl93qE7TP { width:20rem;height:2.3359375rem;top:5.8125rem;left:0rem;font-size:1.0625rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #N3NM1w0ett1SV7D1D0JVtD00alq1FbtK { width:12.5625rem;height:2.25rem;top:19.13671875rem;left:3.71875rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CXHQpXR3ZPmAngVTG46h1IxylZ1umnfp { display:block; }#CXHQpXR3ZPmAngVTG46h1IxylZ1umnfp > .row .container { width:20rem;height:108.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VpTf1TDp0OcASc2Qb6ucwkX8g1K87OlA { width:15.3125rem;height:9.0625rem;top:5.875rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHioaHdv9C5xUQxlw6V8avbMStFRhxQH { width:3.8125rem;height:3.8125rem;top:6.5rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bcCH1bhp3t5hA7WXwgfX6VcwcqQGh2St { display:flex;width:2.375rem;height:2.375rem;top:7.3125rem;left:8.625rem; }
 }@media only screen and (max-width: 763px) { #singPF408skGnmqw4PIxhxz1qbIX0iXf { width:19.9980625rem;height:1.69921875rem;top:11rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lL1rqxogMXRU1siXpc82lb0LmPfcUeMZ { width:12.5625rem;height:1.125rem;top:12.5625rem;left:3.75rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ra1J1f7mh0SLCw3shBzqZwzn2MxbM1Ow { width:15.3125rem;height:10.4375rem;top:15.875rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #THoDHFK6H550KgZwyCp0xWKG6SJvyBet { width:3.8125rem;height:3.8125rem;top:17.25rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iq28e1Mnu1rKlKgCdxR7HgcMv0JSxOOl { display:flex;width:2.3125rem;height:2.3125rem;top:18rem;left:8.875rem; }
 }@media only screen and (max-width: 763px) { #SlWyf2eGeHWrV5kbKyeR5VQkkgegWgX5 { width:15.375rem;height:1.69921875rem;top:22.125rem;left:2.375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #edHEhk3m1i172zBFyXpH6ffPHcXDc0k8 { width:15.375rem;height:1.125rem;top:23.69921875rem;left:2.40625rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBu9eetAk5AeeS8TBMBPSzIHcZ0noNqf { width:15.3125rem;height:9.9375rem;top:27.4375rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qXb5ahT0ZZ1V59Od3Ee6bG8yJfTOmToF { width:3.8125rem;height:3.8125rem;top:28.8125rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LBHn9vMALRhaCHrHhivQXWg5JoJ9OJGD { display:flex;width:2.3125rem;height:2.3125rem;top:29.625rem;left:8.875rem; }
 }@media only screen and (max-width: 763px) { #VI03VwXbBRTzsNssrhalwUqHfKt48qDP { width:12.5625rem;height:1.19921875rem;top:33.6875rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mw6LAcaTI83xTF6Xglxy8dli2A6cm9t3 { width:12.5625rem;height:1.125rem;top:34.88671875rem;left:3.71875rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vsp3pIkZnRpzOWLMoFcnrtkKyFQf3mo7 { width:15.4375rem;height:10.4375rem;top:38.5625rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AxW8aKTtTm9bO8qgcq9RICUkJWz8PHfT { width:14.125rem;height:1.125rem;top:46.32421875rem;left:2.9375rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oXX4IJSu1ZgoM9lriiewRpH8i9BOlhJX { width:15rem;height:1.19921875rem;top:45rem;left:2.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBdypvC4pnqPEF8eBKt4rbAA4EiLvVG2 { width:3.8125rem;height:3.8125rem;top:40rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmKUJczn3NIwdUdsG5AWkF4XLRsf9HhT { display:flex;width:2.4375rem;height:2.4375rem;top:40.6875rem;left:8.75rem; }
 }@media only screen and (max-width: 763px) { #wAxMg3O8omKE0lmHKo5KDDiTav0lV3u6 { width:15.25rem;height:11.6875rem;top:50.1875rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rd76AalFfNdCdXJ7NLsckv90MIcSUxDL { width:3.8125rem;height:3.8125rem;top:51.75rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GMCy3nDCAr6bVkzhgiIA8MrEbgFOzkMJ { display:flex;width:2.25rem;height:2.25rem;top:52.5625rem;left:8.75rem; }
 }@media only screen and (max-width: 763px) { #aBA8u7SXU0cMU9LF8ikNshR1Fcn3d3MP { width:20rem;height:2.3984375rem;top:58.19921875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #evuf2XOkzSiLfarMPq7J8UmXUuTRTK7n { width:14.125rem;height:1.125rem;top:57.07421875rem;left:2.9375rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTdbOktcn3RKsnuo70D5WuhA7RvL7t2v { width:19rem;height:3.9375rem;top:100.25rem;left:0.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cy3tqpyUOZbfwvvb4TbPiR4ftz0dkgZU { display:block; }
 }@media only screen and (max-width: 763px) { #l5TdQBS25N3czmTJRCuGi35ElwUBW8TV { display:flex;width:2.25rem;height:2.25rem;top:80.625rem;left:16.8125rem; }
 }@media only screen and (max-width: 763px) { #lI57lfyCF2DOXccP5MbdMyx0ACraTTQw { display:flex;width:1.3125rem;height:1.3125rem;top:82.1875rem;left:16.3125rem; }
 }@media only screen and (max-width: 763px) { #wM4bBdEx2eI19Mgr7xOQAyV4n7WXC4Ae { width:15.3125rem;height:10.4375rem;top:63.0625rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VX8NNXd8QhcT7yIstf8H5ZFTvahWmW9N { width:3.8125rem;height:3.8125rem;top:64.5625rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7g0MOwxSt782eK2gTOBloZLIwlpD1Ha { display:flex;width:2.3125rem;height:2.3125rem;top:65.3125rem;left:8.875rem; }
 }@media only screen and (max-width: 763px) { #HtexX7dphfLHn3wiA368JhFQddAK3etn { width:12.5625rem;height:1.69921875rem;top:70.625rem;left:3.71875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7Mn192TmBbWbTzpZTTxoCPixl7b9OlF { width:12.5625rem;height:1.125rem;top:69.6875rem;left:3.71875rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5eFfLoXxslv0dAmd0TT2C6dznUM1ARa { width:15.25rem;height:10.3125rem;top:74.5rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QzhDlQkaI6uK5Hoqq8sw8HNPmXpRhI1k { width:3.8125rem;height:3.8125rem;top:76.0625rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SwyJdGAZk95CiQLL9LNMHZ2CPTWpmPyH { display:flex;width:2.3125rem;height:2.3125rem;top:76.8125rem;left:8.8125rem; }
 }@media only screen and (max-width: 763px) { #smBpQF9VftoUqRQ8t2MrO4N98VWIGhO4 { width:14.25rem;height:1.125rem;top:82.09375rem;left:2.875rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FA0XJnX4IrwHbZLu5wbZ08f7fkaik18I { width:14.375rem;height:1.19921875rem;top:81.025390625rem;left:2.8125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CMFANcb9G5mJsd74z9XZHQel0PtA4fmE { width:15.25rem;height:11.5625rem;top:86rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GgHaO00CLA2xgyFh6splknG69yI7oVpt { width:3.8125rem;height:3.8125rem;top:87.625rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQ5qwXkicTTCF2JTdHWMrm2es0OnUseR { display:flex;width:2.3125rem;height:2.3125rem;top:88.5rem;left:8.875rem; }
 }@media only screen and (max-width: 763px) { #gwgJRKZccbg3l8riJhIoIWExeQzEPEmC { width:14.4375rem;height:2.25rem;top:92.5625rem;left:2.8125rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oiRLZDnpgT1Xz6e5SB5sXmNUP0qkf4Nz { width:14.375rem;height:1.19921875rem;top:94.9375rem;left:2.875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7L29XQ03DpLEPwRBciQWlaCKF3r8gZs { width:20rem;height:1.51171875rem;top:2.3125rem;left:0rem;font-size:1.375rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #dUn3q92Goxn79mGLenvqMu3tEJ9EWkM3 { display:block; }#dUn3q92Goxn79mGLenvqMu3tEJ9EWkM3 > .row .container { width:20rem;height:152.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wzM3nDoEJS6HOKMuOpQg5m43iFgOmRTN { width:18rem;height:1.23730625rem;top:2.75rem;left:1rem;font-size:1.125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #Uy04eMTMbMH03TWQzIeCtIeEeNvRoS4k { width:19.875rem;height:29.25rem;top:89.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWfu0M1dEfN4emzoevTVNEeLJfPlwpMO { width:7.875rem;height:7.875rem;top:86.25rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HXxOh1tH1S6kXAZlI9RclIz10T994Jeu { width:19.9980625rem;height:1.8056625rem;top:94.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dSTMTa1fekB51ymqFicrtKAOxibcDJXP { width:17.9375rem;height:18rem;top:97.375rem;left:1.125rem;text-align:justify;text-align-last:initial;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VzfX6uT44DXdgQRFZWWggbTg00LP2Jmw { width:19.875rem;height:29.6875rem;top:16.3125rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lfURkGfSeQAQs2RIkrqFD8LS0uWSCowd { width:8.0625rem;height:8.0625rem;top:12.5rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPFRSvLPuR51iU16sxnitduT8om8Tzfp { width:13.9375rem;height:1.8056625rem;top:22.3125rem;left:3.0625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WyboSPsgOoyBMAmi6nG6MSdDUnNR53s9 { width:17.375rem;height:16.875rem;top:25.125rem;left:1.625rem;text-align:justify;text-align-last:initial;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SGy91A14ez1r1gyGxJaK37HWhkdiUmn4 { width:19.875rem;height:30.6875rem;top:52.9375rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aEnZxHWbL8FGDLkmPfaJ4paPkeWrTkPH { width:8.125rem;height:8.125rem;top:48.875rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bs6zpwf34MO8l3copu1wkZhzlQAcZSzL { width:12.5625rem;height:1.8056625rem;top:58.8125rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kN5BHgcPuvDf49e3cvTy2kc74wrlGpkx { width:17.5rem;height:18rem;top:61.625rem;left:1.3125rem;text-align:justify;text-align-last:initial;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mOl9FIOc4lZ5wUPG0Gcl1Dz8JVRZPNqX { width:19.875rem;height:23.25rem;top:127rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UBXrn4QlgdPHyy2Vk8tvnouW6Rwo7lcS { width:17.8125rem;height:11.25rem;top:134.8125rem;left:1.125rem;text-align:justify;text-align-last:initial;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1yyUWEbz5tIifayaMkDXiX7G8kQSOXo { width:15rem;height:1.8056625rem;top:132.0625rem;left:2.5625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJNG2tgXN8wvq1qXmVhOCLsw5ivq1z6i { width:8.25rem;height:8.25rem;top:122.125rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9R7KUtLJLS4wgUTmqMatR6MFUuVvxwc { width:20rem;height:6.12305rem;top:5.125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zh7E3wRXK31XTQQro18MwWMSS34XHOin { width:12.5625rem;height:1.69921875rem;top:116.5625rem;left:3.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VloK73FFqLr5s0sFsN9ZQT6tSA9A8GAJ { width:12.5625rem;height:1.69921875rem;top:80.6875rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNEoToWTcEEoBplzZNW7vC3VlrNLpNOp { width:12.5625rem;height:1.69921875rem;top:43.0625rem;left:3.71875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iR5VyyuWTZiPu4ekDBT2VDAS1ErNeWvf { width:12.5625rem;height:1.69921875rem;top:147.375rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJpAKOv9B0k1S3wcoI8CVJ5nIMon47IO { display:block; }#DJpAKOv9B0k1S3wcoI8CVJ5nIMon47IO > .row .container { width:20rem;height:51.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KApbTI40VVLoGWyvCOGwCI2wd0iwp6iu { width:19.9980625rem;height:1.69921875rem;top:13.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wL06gUlbkEpZlSJVpz4TU8FUOi4g5Rp2 { width:12.625rem;height:1.69921875rem;top:22.6875rem;left:3.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJC1vuRVnFKc8ShqcwQ7LIiVmTcXcxIe { width:12.5rem;height:4.1982375rem;top:32.5rem;left:3.6875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H2r4MGXovLiXCoGnJchsu3LfL419Oswt { width:12.6875rem;height:1.69921875rem;top:44.875rem;left:3.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vWhwlEgTZgGHFLrh3d5db3HHGggohroJ { width:12.5rem;height:5.5rem;top:10.875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mH6usnuWc6UZtK7BEdDRNlcXX4qSoHHb { width:3.8125rem;height:3.8125rem;top:8.4375rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EIy5MB3x92w2rkxSmkyPoiiBBWpTv3hz { display:flex;width:2.375rem;height:2.375rem;top:40.5625rem;left:8.8125rem; }
 }@media only screen and (max-width: 763px) { #L5osgrtfPTywaANptTCy6snrH7H65kwc { display:flex;width:2.375rem;height:2.375rem;top:18.6875rem;left:8.75rem; }
 }@media only screen and (max-width: 763px) { #aDDMJQpqIMWGUMVDzMWIq09TZcGv5oXv { display:flex;width:2.3125rem;height:2.3125rem;top:28.3125rem;left:8.625rem; }
 }@media only screen and (max-width: 763px) { #dQ6vM6Ci8cRKumUQ3yGXlh2ETEeIGSrP { display:flex;width:2.375rem;height:2.375rem;top:9.1875rem;left:8.625rem; }
 }@media only screen and (max-width: 763px) { #EMWgPf3PguKAb2IHcrATZSN9MxfubVWX { width:12.5rem;height:5.5rem;top:20.25rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLZl3ldrRvUluTf64S5hF8FqxzRCmXve { width:12.5rem;height:7.5625rem;top:29.9375rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LtSgkeaZuML1T4Izh1AT8NVRtnrpTUfW { width:12.5rem;height:5.5rem;top:42.125rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGKEzc2xJSLOyaManBoyu12qLe9Ei3DG { width:3.8125rem;height:3.8125rem;top:17.8125rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4dTxGTJRhriDvtztKAvwLhRiqkOZm9J { width:3.8125rem;height:3.8125rem;top:27.3125rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmaaCPtcHeaUoMoCJXiBrvQA0rExDfTd { width:3.8125rem;height:3.8125rem;top:39.625rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KDgyFl52qDvTChlauV4tf8lZJV7RiEZC { width:20rem;height:2.88671875rem;top:3rem;left:0rem;font-size:1.3125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #flw470gpCpOrg5HGtQgdlb1JhfGM7ygl { display:block; }#flw470gpCpOrg5HGtQgdlb1JhfGM7ygl > .row .container { width:20rem;height:72.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vIinmeoTdnffU4doT16cPJXWR7nQWav5 { width:18rem;height:3.9169875rem;top:3.25rem;left:1rem;font-size:1.1875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #et5DcTKz8NErBdytGzNBnvluRQ4gGfvW { width:14.1875rem;height:10.2305rem;top:30.125rem;left:2.90625rem;text-align:justify;text-align-last:initial;font-size:0.875rem;z-index:15163;display:block; }
 }@media only screen and (max-width: 763px) { #QtNSxXWzl17IftDBEaBDdJ0hJ5Tfh8zD { width:15.25rem;height:5.68359375rem;top:61.4375rem;left:2.375rem;text-align:justify;text-align-last:initial;font-size:0.875rem;z-index:15164;display:block; }
 }@media only screen and (max-width: 763px) { #G05IuLDCJXiiRBw9kbFPV3k6Qhdy8V6h { width:18.5625rem;height:25.125rem;top:44.9375rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oqCHBCEPU8dcArUWo63B4Wwv7g2fHT8B { width:18.5625rem;height:27.625rem;top:15rem;left:0.8125rem;box-shadow: 0.4375rem 0.0625rem 1.25rem rgba(0,0,0,0.35) ;display:block; }
 }@media only screen and (max-width: 763px) { #dyEt5bLMmH5ueVRltdVH5HkPOfo3UH6x { width:18.625rem;height:15.75rem;top:9.5625rem;left:0.75rem;border-top-left-radius:3.6875rem;border-top-right-radius:3.6875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.0625rem;background-color:#ac5ad5;background-image:url("https://images.assets-landingi.com/uc/d9bcc85c-7ae5-498d-bc04-10ee3b05458b/trenerTomek.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#dyEt5bLMmH5ueVRltdVH5HkPOfo3UH6x.adaptive-delivery-prevent-bg, #dyEt5bLMmH5ueVRltdVH5HkPOfo3UH6x.lazyload, #dyEt5bLMmH5ueVRltdVH5HkPOfo3UH6x.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #J4f6HB8sD9H82WAHJR7XrEK2wVNGTR1g { width:18.5625rem;height:11.75rem;top:44.9375rem;left:0.75rem;border-top-left-radius:3.6875rem;border-top-right-radius:3.6875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oP1iBxRDnztSwfapTHKnhiTzuwtZ3x7U { width:20rem;height:2.03125rem;top:25.75rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7B7CtTNGysy10NFQXcS8sSoEqTDn9hb { width:20rem;height:2.03125rem;top:57.125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EF68w8yu9zoTBnHUx3ozo1mkSuqJZczq { width:18.625rem;height:5.4375rem;top:22.75rem;left:0.75rem;border-top-left-radius:2.3125rem;border-top-right-radius:2.3125rem;border-bottom-left-radius:2.3125rem;border-bottom-right-radius:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mINK63HAniiTd63XEKJyI9LaQ4GnXmqD { width:18.6875rem;height:4.9375rem;top:54.5625rem;left:0.6875rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QailrLAf3WKPpn7DgpyISa6tqeCWlL3h { display:block; }#QailrLAf3WKPpn7DgpyISa6tqeCWlL3h > .row .container { width:20rem;height:16.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CLXkNddPTNaPdxoBTpdEtFANyS4pdfBt { height:11.25rem;width:20rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kVOThpr4JG0U2TqvMGcFwfUtMb8gznZN { width:4.6875rem;height:4.375rem;top:11.4375rem;left:15.163461538461rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZtBQDTEIn854Wa7GJ0GUN3GDasbc2JXd { display:block; }#ZtBQDTEIn854Wa7GJ0GUN3GDasbc2JXd > .row .container { width:20rem;height:135.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NW9JpnIPLLdEqKWK1idOcRXm2MmPClct { width:18.625rem;height:15.5625rem;top:29.625rem;left:0.6875rem;z-index:14987;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6p41XidKgKf3TcDudyNzEzpmeeWJtdy { width:18.4375rem;height:4.3300875rem;top:10.3125rem;left:0.78125rem;font-size:1.3125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #eiMJwmippzE84ABmVN9KHyFNuPzxZx66 { width:18.875rem;height:3.1875rem;top:42.0625rem;left:0.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ahGT4itkR2wAEqtykL53tC2PvS9WQaIG { display:block; }
 }@media only screen and (max-width: 763px) { #c3aGk3CLpcXRRf3BJznLfaCtdbrv6PtW { width:14.625rem;height:9.9736375rem;top:16.375rem;left:2.6875rem;text-align:center;text-align-last:center;font-size:1.1875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #f3qBV8eMiSfwCtQN3J1q4zvaX3WOonTM { width:19.75rem;height:20.3125rem;top:6.9375rem;left:0rem;z-index:14987;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #txUuWIBa8pDMOi8RCdSQxVnGZXxZO48N { width:16.25rem;height:5.0625rem;top:36.25rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #WH17gg3Z2FDOmfNJdwMtu62Sx3xg41M9 { width:18.3125rem;height:3.1621125rem;top:30.3125rem;left:0.875rem;font-size:1.4375rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #QcotCbgUBks5Lav5XqXfK3zrG2y3oD76 { width:20rem;height:14.1875rem;top:47.4375rem;left:0rem;z-index:14987;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WyD6W0HW7qW9zdU9rk8BXCoHdf83VBxc { width:20rem;height:3.75rem;top:59.3125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9dJpGC7aRS2pV0gqpnOUhGe8lv8ctnk { display:block; }
 }@media only screen and (max-width: 763px) { #D7MWDzikLZaUu4ybHtOIxDtqwGGLotrQ { width:20rem;height:1.6494125rem;top:48.3125rem;left:0rem;font-size:1.5rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #RfO2WFcs2faf8WHAKAe0zUOUcDhb3FMn { width:17.375rem;height:4.9482375rem;top:32.6875rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:1.5rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #Su1Vn34GQ5iEstGUXm0ThueTWbwtzRDk { width:17.5rem;height:4.9482375rem;top:49.625rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.5rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #eNCG88hIVodBMpiTobE1laOnoV188Iuv { width:14.875rem;height:4.72265625rem;top:53.5625rem;left:2.5625rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #P06kNLNMhmgdpAT1zqhHkCK8pnmimUCf { width:18.5625rem;height:18.875rem;top:7.5625rem;left:0.5625rem;z-index:14987;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KJ7FNA7GyoylTEONcrfbgiiesrrO3qWM { display:flex;top:22.4375rem;left:8.4375rem;width:3.125rem;height:3.125rem;z-index:15160; }
 }@media only screen and (max-width: 763px) { #CUf6CvRXLpnffazun6cMKpTFFHqmr4ys { display:flex;width:3.125rem;height:3.125rem;top:73.5918rem;left:8.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #JsD9HKgQUxGbNxBIkEMd6LGEXCTTCk19 { width:20rem;height:2.75rem;top:2.5rem;left:0rem;font-size:1.25rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #Idv578abgVePQhU4OWgSIyT9ZiLpnPAd { width:20rem;height:3.4375rem;top:86.6875rem;left:0rem;font-size:1.5625rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #nImpDUDhkSAbp7aQ8we5T5IguW4U2GPu { width:20rem;height:4.3984375rem;top:88.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #S5QcM2cue4W01nNlmd7IRrzRncXqv2w9 { width:20rem;height:3.75rem;top:94.25rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8HowE0i3oJfe7wsl8z84yaDH52wBh9K { display:block; }
 }@media only screen and (max-width: 763px) { #hUlEO8V9fFTnSVc5uwZq0rWdA0x9oHQC { width:20rem;height:2.19921875rem;top:104.3125rem;left:0rem;font-size:2rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #VTBTSKAPFAwcmxAXRSUUWI5acNzWzPRB { width:14.5rem;height:5.68359375rem;top:108rem;left:3.6875rem;text-align:justify;text-align-last:initial;font-size:0.875rem;z-index:15163;display:block; }
 }@media only screen and (max-width: 763px) { #cohoPdwfebHE6xattbeltEIWvTUaxtV3 { width:1.0625rem;height:1.0625rem;top:110.125rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #srAgdBJDzq4Ly6m5GQQGo1Cm5gMEb0Gd { width:1.0625rem;height:1.0625rem;top:115.1875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9gBbfL6TOv71IB1w4RMQJ81SNKWOB54 { width:1.0625rem;height:1.0625rem;top:118rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XnpFPO2ix38QIG339u09p14uNTlwxQDF { width:1.0625rem;height:1.0625rem;top:121.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VFco1hQ8cobkEAJvZxKVQMpSudo2pf22 { width:14.75rem;height:2.2734375rem;top:114.75rem;left:3.75rem;text-align:justify;text-align-last:initial;font-size:0.875rem;z-index:15163;display:block; }
 }@media only screen and (max-width: 763px) { #CrXyr6NR1gsnqodArfoflWtadmnb1WfO { width:15.375rem;height:2.2734375rem;top:118rem;left:3.6875rem;text-align:justify;text-align-last:initial;font-size:0.875rem;z-index:15163;display:block; }
 }@media only screen and (max-width: 763px) { #qDClHlza5PbPHV6uMnJJyp6cT0w507eL { width:15.375rem;height:2.2734375rem;top:121.125rem;left:3.6875rem;text-align:justify;text-align-last:initial;font-size:0.875rem;z-index:15163;display:block; }
 }@media only screen and (max-width: 763px) { #kuxqM9MTHk74sfs8gNAQf5G1ezTBiiH2 { width:13.375rem;height:4rem;top:125.5rem;left:3.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ontpTtDB0Dx10IAKygw7NzUhMn6sXK98 { display:block; }
 }@media only screen and (max-width: 763px) { #wkB4snqG9BlJNk4NWSRQd7pUXST0yET6 { width:20rem;height:2.75rem;top:65.587890625rem;left:0rem;font-size:1.25rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #lgWphtmr2tUzgDkyfsoQu9aJfiCwKOri { width:19.5rem;height:28.25rem;top:102.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oqUhIasKGLGFpyKXtRdKPaoDarQqDvzI { width:20rem;height:10.5rem;top:86.125rem;left:0rem;z-index:14987;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncEsQoI1sPVgxHkba2ReppNsKpSlJItR { width:19.75rem;height:13.4375rem;top:70.5rem;left:0rem;z-index:14987;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SGQQTo7BZFSJZr1yM2W7kuxxTsXcTxQQ { width:18.4375rem;height:11.5rem;top:71.375rem;left:0.6875rem;z-index:14987;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HamxpVDormRq5RxWEbLMNFrv9OMPR6DV { width:20rem;height:9.9736375rem;top:73.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Zn7lsEHlyRDHOUcwvudbk16gibmxgxUU { display:flex;width:3.125rem;height:3.125rem;top:142.0625rem;left:10.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #PZTWCJJALKXZ4HRCW8pHLFUghcXqrG1D { display:flex;top:79.25rem;left:8.4375rem;width:3.125rem;height:3.125rem;z-index:15161; }
 }@media only screen and (max-width: 763px) { #nIrDQLAZckyC4wM6ysD1iKFyt2eO4WLz { display:block; }#nIrDQLAZckyC4wM6ysD1iKFyt2eO4WLz > .row .container { width:20rem;height:54.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a18cZhz1fndhZzh9K6RGFRltWAkUmEky { width:20rem;height:1.3056625rem;top:1.25rem;left:0rem;font-size:1.1875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #acnREC6udthboFlaDQbhZmBOPMevEZR5 { width:20rem;height:11.625rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bF0QdSseamBCZ7W11LQ06qTTSQumlblL { width:20rem;height:11rem;top:13.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OMJXsy2ZaIg3BRtq4zbm0pSSDV47oW7T { display:flex;width:2.1875rem;height:2.1875rem;top:5.41796875rem;left:1.1875rem; }
 }@media only screen and (max-width: 763px) { #QWRaciqL1IGdB9R2RHaAlnlpP6C7kXaK { display:flex;width:2.1875rem;height:2.1875rem;top:16.75rem;left:1.1875rem; }
 }@media only screen and (max-width: 763px) { #hf4SZ4Zu0cbVAwzFC4obkdvEk8uGFT5z { width:14.6875rem;height:6.334rem;top:7.54296875rem;left:4.46875rem;text-align:justify;text-align-last:initial;font-size:0.8125rem;z-index:15163;display:block; }
 }@media only screen and (max-width: 763px) { #xS5RJkJ1O4rs1rC9sMmLZFXv2Jrb2Arl { width:14.375rem;height:4.22265625rem;top:19.4375rem;left:4.625rem;text-align:justify;text-align-last:initial;font-size:0.8125rem;z-index:15163;display:block; }
 }@media only screen and (max-width: 763px) { #d7nnay5ngERRUZHWDGXL2F3GfS9DGbQO { width:20rem;height:11.25rem;top:22.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #giFEMpv9T50MC4lDQTXS7BpGGtb3vU1o { width:20rem;height:11.8125rem;top:32.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCcAS9oC2yXlOkhWCa3KSZ8Odk2mPH9c { width:13rem;height:3.16699375rem;top:29.75rem;left:4.5rem;text-align:justify;text-align-last:initial;font-size:0.8125rem;z-index:15163;display:block; }
 }@media only screen and (max-width: 763px) { #NEKvCwllhhlJuD09PxW3B1Dr73mKdrA5 { width:13.875rem;height:4.22265625rem;top:38.25rem;left:5rem;text-align:justify;text-align-last:initial;font-size:0.8125rem;z-index:15163;display:block; }
 }@media only screen and (max-width: 763px) { #czrAOdJ4dSXbmZTBO8GWxN2g7IfTfRGH { display:flex;width:2.1875rem;height:2.1875rem;top:26.650390625rem;left:1.1875rem; }
 }@media only screen and (max-width: 763px) { #ZrZrPf4PxGQaQ52rtoO4n3zqKJwsUCcw { display:flex;width:2.1875rem;height:2.1875rem;top:35.4375rem;left:1.1875rem; }
 }@media only screen and (max-width: 763px) { #nPuV80kep8NKCPy8rR7DnxkPRQGfXxTc { width:19rem;height:3.9375rem;top:47.4921875rem;left:0.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6k4TUsJm60HTQfiJZH4TcLScPSVusSy { display:block; }
 }@media only screen and (max-width: 763px) { #SChzn1VyUWgasvVT5fmydckiHhh9trC5 { width:14.9375rem;height:1.3808625rem;top:5.4541015625rem;left:4.625rem;text-align:justify;text-align-last:initial;font-size:1.0625rem;z-index:15163;display:block; }
 }@media only screen and (max-width: 763px) { #TzEHp5ZQyyS7D4LJUvI3ZmhHORerciBT { width:12.75rem;height:1.3808625rem;top:17.15234375rem;left:4.46875rem;text-align:justify;text-align-last:initial;font-size:1.0625rem;z-index:15163;display:block; }
 }@media only screen and (max-width: 763px) { #tpaUnBdRHShDMGhqEvkNH22TC9ZqrTug { width:13.125rem;height:2.76171875rem;top:26.36328125rem;left:4.46875rem;text-align:justify;text-align-last:initial;font-size:1.0625rem;z-index:15163;display:block; }
 }@media only screen and (max-width: 763px) { #IN7HIJVsaSTZCvt3De9J8nVFnBRn0vUv { width:14.5rem;height:1.3808625rem;top:35.6875rem;left:5.0625rem;text-align:justify;text-align-last:initial;font-size:1.0625rem;z-index:15163;display:block; }
 }@media only screen and (max-width: 763px) { #wLyJdwsF158g9JJM0SfPWq2T5KrU0TB1 { display:block; }#wLyJdwsF158g9JJM0SfPWq2T5KrU0TB1 > .row .container { width:20rem;height:51.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pSbEQyIabvHVo195xqF7TT7xpHxP804R { height:11.25rem;width:20rem;top:12.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GMGk7PWuKtPWadrgV44tRJoffqd4hJNe { width:20rem;height:1.4433625rem;top:2.625rem;left:0rem;font-size:1.3125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #lOZyrhGVl2tqNVlfe7Dos5lAOURrFsuI { width:5.375rem;height:5.0625rem;top:46.875rem;left:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5sVmDeHFteyMuwCBB9qu0Qt2aM8qRaq { height:11.25rem;width:20rem;top:25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k45ETfVdCD4SiXoKa3TZ7pvPg2oAufzE { height:11.25rem;width:20rem;top:37.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M684FtQJeTWyBtHqN9GqAUdqWTOzhhRX { width:17.25rem;height:5.59765625rem;top:5.794921875rem;left:1.375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zi8mgKWplkqRPDZcPOnqzaqT59oliA6K { display:block; }#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K > .row .container { width:20rem;height:36.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CUeNEDAf7kDAOJC9HnumwCF8cIOffpo5 { width:18.875rem;height:2.75rem;top:2.880859375rem;left:0.5625rem;font-size:1.25rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iiuFV93JSNHdzNScvu9QenrCiTD7U0O6 { width:16.3125rem;height:4.375rem;top:8.4375rem;left:2.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lLmx6ctcqZNMZbV2sLSHMhB1f5hWaSRk { display:block; }
 }@media only screen and (max-width: 763px) { #A04N1BzcKwWsBKIP7EhE3f1a1Igbovhz { display:flex;width:3.6875rem;height:3.6875rem;top:12.8125rem;left:15.0625rem; }
 }@media only screen and (max-width: 763px) { #tvKcrHi3tuz73kEpxN1K561nDMz26gGq { display:flex;width:1.75rem;height:1.75rem;top:7.75rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #MP85Ohmw9x5BloXWo758ZxXP6gHC8MVG { width:13.875rem;height:13.5625rem;top:16.8125rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KHNk9SghEBaG6TWn2VktBcd2yEnLe5fx { width:11.3125rem;height:11.3125rem;top:17.875rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l79kWvAdHzMAbimN2NTt8syqSHKkNblm { width:20rem;height:23.6875rem;top:12.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hGrXNgXpFHwdJd5pWwSx8T1aXqAovnbF { display:flex;width:3.875rem;height:3.875rem;top:16.5rem;left:3rem; }
 }@media only screen and (max-width: 763px) { #ZzrZMQaCCWQ3fOw7n0mz8OMIipZHCUtr { display:flex;width:3.875rem;height:3.875rem;top:27.5rem;left:0.5625rem; }
 }@media only screen and (max-width: 763px) { #M2oHTWEPJZf21UaqPA08aghatNgDo8fx { display:flex;width:1.875rem;height:1.875rem;top:30.75rem;left:16.75rem; }
 }@media only screen and (max-width: 763px) { #ULeuTEWbPlmfn3cy3UQGIZo1ZSVU8WqF { display:block; }#ULeuTEWbPlmfn3cy3UQGIZo1ZSVU8WqF > .row .container { width:20rem;height:83.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #duGT4f9LTwg9nGIRq2GmIfPh2C7MrWx6 { display:flex;width:3.125rem;height:3.125rem;top:47.5576171875rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #uHT6rreB2qQfl0ide5pAooev8LXqchu3 { display:flex;width:3.125rem;height:3.125rem;top:54.6943359375rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #mnm6T9Wbvz91dLorrd0PzqbR5dmkMdCt { width:20rem;height:1.92480625rem;top:51.3076171875rem;left:0rem;font-size:1.75rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #NmbboD2oDi6kExDPsyciAK08w0fAoSmo { width:20rem;height:1.3056625rem;top:59.2568359375rem;left:0rem;font-size:1.1875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #zTx2ftROBlB1LJFsbBCh3rOVNrgKzFyL { width:20rem;height:3.4375rem;top:41.294921875rem;left:0rem;font-size:1.5625rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #f9vw0H1zHlGvxzRsXen5XGeQbOgD5vLN { width:17.875rem;height:3.7109375rem;top:2.5rem;left:1.0625rem;font-size:1.6875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #bEf2utJXoz0WnKM8tFhSnw7U1Q7gxq24 { width:19.875rem;height:8.75rem;top:8.5rem;left:0rem;z-index:14989;display:block; }
 }@media only screen and (max-width: 763px) { #TSZBMa8QVDwkRHN6pKEo1ZCQ7NZCwSVi { width:18.9375rem;height:3.1669875rem;top:12.1875rem;left:0.5625rem;text-align:center;text-align-last:center;font-size:0.8125rem;z-index:14991;display:block; }
 }@media only screen and (max-width: 763px) { #FmOoGaSThipqx0Jo9Wqb6ruZXrldXpM7 { width:18.8125rem;height:4.6875rem;top:11.75rem;left:0.4375rem;z-index:15157;display:block; }
 }@media only screen and (max-width: 763px) { #DJuFtg0lCIpF8megW8ZyeUiyO8d6HqOV { width:20rem;height:2.5996125rem;top:8.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;z-index:14991;display:block; }
 }@media only screen and (max-width: 763px) { #hypd14L9qOVshIvp12NXT16XKhQ7IxwF { width:19.875rem;height:8.75rem;top:18.875rem;left:0rem;z-index:14990;display:block; }
 }@media only screen and (max-width: 763px) { #hDCCUiXACxiMq7RvtPUTxWsyVXRMrTrG { width:20rem;height:2.5996125rem;top:18.5625rem;left:0.0625rem;text-align:center;text-align-last:center;font-size:1rem;z-index:14991;display:block; }
 }@media only screen and (max-width: 763px) { #uHKNzJ6N70Znd4HroNKqowzTGpr3L5Ec { width:18.875rem;height:3.1669875rem;top:22.5625rem;left:0.5625rem;text-align:center;text-align-last:center;font-size:0.8125rem;z-index:14991;display:block; }
 }@media only screen and (max-width: 763px) { #wG91XuT757Es5ob6rhKDxk0e2oC4SEz2 { width:18.6875rem;height:4.6875rem;top:21.9375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQ7tniHfI0qUc3nItVp8FgCfdyfAvWJk { width:19.875rem;height:8.75rem;top:28.75rem;left:0rem;z-index:14988;display:block; }
 }@media only screen and (max-width: 763px) { #iXV0dO6PKV4G0IIzpGIQ9Nv1aJaPM8OK { width:20rem;height:2.5996125rem;top:28.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;z-index:14991;display:block; }
 }@media only screen and (max-width: 763px) { #sBX87vcL6OT3ipQgSx6FX9peEexFOTNV { width:17.6875rem;height:4.22265625rem;top:31.875rem;left:1.1875rem;text-align:center;text-align-last:center;font-size:0.8125rem;z-index:14991;display:block; }
 }@media only screen and (max-width: 763px) { #qTZ8VwXXbEzV0Kxr9pnBvv4HCQAnX8ay { width:18.8125rem;height:4.6875rem;top:31.8125rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSHGHiSEmXC3mPH2FQhkiTRT4bCITeED { display:flex;width:13.875rem;height:13.875rem;top:12.9248046875rem;left:0rem;z-index:14986; }
 }@media only screen and (max-width: 763px) { #q74aTBGvui5EkhCqxaKe12licEnTNrd2 { display:flex;width:6.3125rem;height:6.3125rem;top:14.912109375rem;left:13.6875rem;z-index:14987; }
 }@media only screen and (max-width: 763px) { #vO4MicGczsxpFqdrfvshJaHmz3WnOOBs { width:9.1875rem;height:9.1875rem;top:67.1552734375rem;left:5.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHzpzNArgMKXuhNctCat1urfrvurQ2LU { display:block; }#MHzpzNArgMKXuhNctCat1urfrvurQ2LU > .row .container { width:20rem;height:34.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gwmLVcgf94ygvdRmb3rbpsWSMP38WwnB { width:20rem;height:1.42480625rem;top:0.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ca6rSLglTlFvUkT4WhAI4ss8oH1xzf5H { width:6.75rem;height:4.375rem;top:3.8375005722046rem;left:6.6249998807906rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fs72AD558vCsuZn4T1JWHhfLlzighhhN { width:6.0625rem;height:3.625rem;top:14.592968940735rem;left:6.9687498807906rem;display:block; }
 }@media only screen and (max-width: 763px) { #QnTT3iZUNFkrSBbTcdmykBkcw375Uxmf { width:10.375rem;height:3.3125rem;top:9.5250005722044rem;left:4.8124998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #QUi795GzbaoeKNUOdKcqMak7VHk5LgRM { width:5.1875rem;height:5.8125rem;top:20.1552734375rem;left:7.40625rem;display:block; }
 }