.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:243,249,219;--color-primary-1:216,237,134;--color-primary-2:177,218,12;--color-primary-3:89,109,6;--color-primary-4:27,33,2;--color-secondary-0:224,241,244;--color-secondary-1:163,212,223;--color-secondary-2:101,183,201;--color-secondary-3:63,165,188;--color-secondary-4:11,86,105;--color-tertiary-0:255,255,255;--color-tertiary-1:55,61,69;--color-tertiary-2:51,51,51;--color-tertiary-3:47,45,45;--color-tertiary-4:0,0,0;--headlines-font-family:"Montserrat";--paragraphs-font-family:"Montserrat"; }@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:transparent;background-image:none;position:relative;display:block; }
#P38wvwkBOITPa2RDf9tgTgaUHXHkFe7v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P38wvwkBOITPa2RDf9tgTgaUHXHkFe7v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P38wvwkBOITPa2RDf9tgTgaUHXHkFe7v > .row > .video-iframe-container { display: none; }#P38wvwkBOITPa2RDf9tgTgaUHXHkFe7v > .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); }#oDyD5tHVmzVixKWTBKHfWxpzLA3LSyuy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#oDyD5tHVmzVixKWTBKHfWxpzLA3LSyuy > .row .container { background-color: transparent; background-image: none; }#oDyD5tHVmzVixKWTBKHfWxpzLA3LSyuy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oDyD5tHVmzVixKWTBKHfWxpzLA3LSyuy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oDyD5tHVmzVixKWTBKHfWxpzLA3LSyuy > .row .container > .video-iframe-container { display: none; }#oDyD5tHVmzVixKWTBKHfWxpzLA3LSyuy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oDyD5tHVmzVixKWTBKHfWxpzLA3LSyuy > .row > .video-iframe-container { display: none; }#oDyD5tHVmzVixKWTBKHfWxpzLA3LSyuy > .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); }#oDyD5tHVmzVixKWTBKHfWxpzLA3LSyuy > .row .container { border-width: 0; border-radius: 0; }#oDyD5tHVmzVixKWTBKHfWxpzLA3LSyuy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oDyD5tHVmzVixKWTBKHfWxpzLA3LSyuy > .row .container { font-size:0.875rem;font-family:arial;height:7.1875rem;width:60rem;position:relative;display:block; }#Nzd7aLe0IkJ7JPXbszq1m438Rn8ThO77 { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:lato;font-size:3rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.7498168945312rem;left:0.031070709228516rem;height:3.90014375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Z7g74v6TtxcJgDWn0fA1Zvw4h9KHmQ2A { position:absolute;display:block;z-index:15020;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.5625rem;width:10.75rem;top:1.375rem;left:8.8125rem;overflow:hidden;display:block; }
#Kg1pJXp8SzwRPnP0MKAGtB9MDviRtuxI { color:rgba(var(--color-tertiary-0),1);display:block;width:12.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:normal;z-index:15002;line-height:1.8;letter-spacing:0;top:1.96875rem;left:45rem;height:3.26171875rem;text-align:right;text-align-last:right;display:block; }
#DTu6wLiNlTHB50WoXDRA35UCATSiMJZM { box-sizing:content-box;color:rgba(var(--color-tertiary-3),1);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:block;z-index:15021;top:2.03125rem;left:42.9375rem;display:block; }
#u7zteAhENqVgarsFcKeuvTTaXO5BkJJh { 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.9375rem;width:6.125rem;top:0.5625rem;left:0rem;overflow:hidden;display:block; }
#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/24fcb5f4-518d-4f66-b6ab-dde3cbdfc583/IMG_3660.JPG");background-position:top center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I.adaptive-delivery-prevent-bg, #fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I.lazyload, #fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I.lazyloading { background-image: none; }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I > .row .container { background-color: transparent; background-image: none; }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I > .row .container > .video-iframe-container { display: none; }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I > .row > .video-iframe-container { display: none; }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I > .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); }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I > .row .container { border-width: 0; border-radius: 0; }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I > .row .container { width:60rem;height:50.5625rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#HnR4uzktUmwSxnIrIwE2lM33RByhBLDi { z-index:15000;top:42.3076171875rem;left:22.43115234375rem;background-color:#d4ff00;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.0625rem #4d4d4d ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:2.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.687rem;height:6.249025rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#KZRRFdJrzc2fIo46Ge9RpwwkmGf3ZwNQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T0xHrxBNSTLnuLCAbrTytQEAiepuZfKW { position:absolute;display:block;z-index:15010;height:7.125rem;width:12.6875rem;top:1.15625rem;left:4.375rem;display:block; }
#FAVJLERa2yWwaFZHKTpbyBbtGzfR541W { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.0625rem;width:45.4375rem;top:17.26318359375rem;left:8.624267578125rem;overflow:hidden;display:block; }
#vaueutBfmIIbei3V8ntxQ20aRNJeCZzd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbffff;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; }#vaueutBfmIIbei3V8ntxQ20aRNJeCZzd > .row .container { background-color: transparent; background-image: none; }#vaueutBfmIIbei3V8ntxQ20aRNJeCZzd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vaueutBfmIIbei3V8ntxQ20aRNJeCZzd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vaueutBfmIIbei3V8ntxQ20aRNJeCZzd > .row .container > .video-iframe-container { display: none; }#vaueutBfmIIbei3V8ntxQ20aRNJeCZzd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vaueutBfmIIbei3V8ntxQ20aRNJeCZzd > .row > .video-iframe-container { display: none; }#vaueutBfmIIbei3V8ntxQ20aRNJeCZzd > .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); }#vaueutBfmIIbei3V8ntxQ20aRNJeCZzd > .row .container { border-width: 0; border-radius: 0; }#vaueutBfmIIbei3V8ntxQ20aRNJeCZzd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vaueutBfmIIbei3V8ntxQ20aRNJeCZzd > .row .container { font-size:0.875rem;font-family:arial;height:30.125rem;width:60rem;position:relative;display:block; }#A2sfAdKS84homo5Q2G4ZW6FURznOwd9L { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:lato;font-size:3rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:4.0625rem;left:0rem;height:3.8997375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SOydPJD0wWDZrmmIM58EDTLFuPVOZN98 { color:rgba(var(--color-tertiary-4),1);display:block;width:31.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15004;line-height:1.9;letter-spacing:0;top:2.875rem;left:9rem;height:3.5625rem;font-style:normal;display:block; }
#rxxxh99c2OutU9nUTvrV16Rr0P5D5ouZ { color:rgba(var(--color-tertiary-4),1);display:block;width:47.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15005;line-height:2.1;letter-spacing:0;top:6.4366321563719rem;left:12.749565124512rem;height:15.75rem;font-style:normal;display:block; }
#FLR91HhSDP5bbTp4ckaZpRa3ge2fpIxf { 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:15006;opacity:1;top:7.0625rem;left:9rem; }
#zscQbeS6B1u77SM6NNv18AcS8mw6vVTS { 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:15007;opacity:1;top:10.9375rem;left:9rem; }
#nCa4m35x2ksaudDSHZwZOzZBSqO7NJqP { 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:15008;opacity:1;top:14.5rem;left:9rem; }
#mcsL2nopFybBfgaa88JQ2DRFb0HttPb1 { 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:15009;opacity:1;top:18.4375rem;left:9rem; }
#vowiftbZXtcr2TQS47nkJTn0IRNszZnN { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15006;line-height:2.1;letter-spacing:0;top:24.1875rem;left:0rem;height:3.1494125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iltb7VpMs6TrAUbKkwN7iypZxDKIHPnS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #3745ff, #00ffff);background-image: -moz-linear-gradient(180deg, #3745ff, #00ffff);background-image: -ms-linear-gradient(180deg, #3745ff, #00ffff);background-image: -o-linear-gradient(180deg, #3745ff, #00ffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3745ff', endColorstr='#00ffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3745ff', endColorstr='#00ffff' );";background-image: linear-gradient(180deg, #3745ff, #00ffff);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; }#iltb7VpMs6TrAUbKkwN7iypZxDKIHPnS > .row .container { background-color: transparent; background-image: none; }#iltb7VpMs6TrAUbKkwN7iypZxDKIHPnS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iltb7VpMs6TrAUbKkwN7iypZxDKIHPnS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iltb7VpMs6TrAUbKkwN7iypZxDKIHPnS > .row .container > .video-iframe-container { display: none; }#iltb7VpMs6TrAUbKkwN7iypZxDKIHPnS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iltb7VpMs6TrAUbKkwN7iypZxDKIHPnS > .row > .video-iframe-container { display: none; }#iltb7VpMs6TrAUbKkwN7iypZxDKIHPnS > .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); }#iltb7VpMs6TrAUbKkwN7iypZxDKIHPnS > .row .container { border-width: 0; border-radius: 0; }#iltb7VpMs6TrAUbKkwN7iypZxDKIHPnS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iltb7VpMs6TrAUbKkwN7iypZxDKIHPnS > .row .container { font-size:0.875rem;font-family:arial;height:23.625rem;width:60rem;position:relative;display:block; }#RqGUodK5wk9Hkm6lMOC4m0HVaZQdyZt0 { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.7495641708374rem;left:0rem;height:19.502925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rH2h5wDOmJLt4P4dwnqcVPtaOeVkfUuc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rH2h5wDOmJLt4P4dwnqcVPtaOeVkfUuc > .row .container { background-color: transparent; background-image: none; }#rH2h5wDOmJLt4P4dwnqcVPtaOeVkfUuc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rH2h5wDOmJLt4P4dwnqcVPtaOeVkfUuc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rH2h5wDOmJLt4P4dwnqcVPtaOeVkfUuc > .row .container > .video-iframe-container { display: none; }#rH2h5wDOmJLt4P4dwnqcVPtaOeVkfUuc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rH2h5wDOmJLt4P4dwnqcVPtaOeVkfUuc > .row > .video-iframe-container { display: none; }#rH2h5wDOmJLt4P4dwnqcVPtaOeVkfUuc > .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); }#rH2h5wDOmJLt4P4dwnqcVPtaOeVkfUuc > .row .container { border-width: 0; border-radius: 0; }#rH2h5wDOmJLt4P4dwnqcVPtaOeVkfUuc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rH2h5wDOmJLt4P4dwnqcVPtaOeVkfUuc > .row .container { font-size:0.875rem;font-family:arial;height:85.6875rem;width:60rem;position:relative;display:block; }#yAU40xmUFXLvUihExtv6NwGTNDEhh7MW { color:rgba(var(--color-tertiary-4),1);display:block;width:32.125rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:9.25rem;left:17.5625rem;height:0;font-style:normal;display:block; }
#OtzNvVhUi5NgVaZc5lxWKOWe1o4IWTfo { color:rgba(var(--color-primary-4),1);display:block;width:53.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:31.5rem;left:4.125rem;height:4.38574375rem;font-style:normal;display:block; }
#yBXKvSJMke36QIL8Rl2LGKCfhGQ3lRcC { color:rgba(var(--color-primary-4),1);display:block;width:52.7495625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:400;z-index:15011;line-height:1.2;letter-spacing:0;top:38.8125rem;left:4.125rem;height:4.048825rem;font-style:normal;display:block; }
#tDGZxs4x41CiXUId7KUsb7nqdv2kTzCI { color:rgba(var(--color-primary-4),1);display:block;width:48.9995625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:46.125rem;left:4.125rem;height:2.19286875rem;font-style:normal;display:block; }
#P7HgeKSikQJLmOyuIy4LOUXezaBC3sK7 { color:rgba(var(--color-primary-4),1);display:block;width:52.4370625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:26rem;left:4.125rem;height:2.19286875rem;font-style:normal;display:block; }
#QnTvuv85N7W6e7y0fvaeETvXEUMCLI47 { position:absolute;display:block;z-index:15077;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:14.6865rem;width:20.0610625rem;top:64.125rem;left:20.03466796875rem;overflow:hidden;display:block; }
#S2JDpc18m2neHiB2c7lioiJOPlGZOxsF { position:absolute;display:block;z-index:15074;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:16.749125rem;width:16.749125rem;top:3.122829914093rem;left:21.691623687744rem;overflow:hidden;display:block; }
#t8xafwlGT3MghXcBvnXu0Q1FcKeVqJTf { position:absolute;display:block;z-index:15076;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:21.249rem;width:21.249rem;top:59.0634765625rem;left:38.7509765625rem;overflow:hidden;display:block; }
#V02k7GyIP4OHgtDxcTQK6d1PCva9wETs { position:absolute;display:block;z-index:15074;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:21.5625rem;width:21.5625rem;top:58.8125rem;left:0rem;overflow:hidden;display:block; }
#x9sa4rzhgO8Cz5NFKkW2PWpaOrLPz9oC { color:rgba(var(--color-primary-4),1);display:block;width:48.9985rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:52.3125rem;left:4.125rem;height:2.19286875rem;font-style:normal;display:block; }
#AVdLkH7ulXngKcG2TppesbNLl9FUbd8b { 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:15011;opacity:1;top:31.25rem;left:0rem; }
#BG27TmWTKwpSJVVBvRmMQrMyAt1tlaMw { 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:15010;opacity:1;top:25.1875rem;left:0rem; }
#GsSmMitEfqOzrCwXAKfCKEmOWRUChvJw { 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:15012;opacity:1;top:38.5rem;left:0rem; }
#KrI9RvSCQxDaAqSsNpOVXrPy19SBhe6k { 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:15013;opacity:1;top:45.25rem;left:0rem; }
#mrdE1Izy90Hv6beorQTJTDOZSa5zcAph { 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:15013;opacity:1;top:51.875rem;left:0rem; }
#ffQF5W8vkFDsHkTRL4xLmIAnlC3otRJh { position:absolute;display:block;z-index:15073;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:21.312rem;width:21.312rem;top:0.75rem;left:0rem;overflow:hidden;display:block; }
#NsUqA5zQrlmN3TTfTmzowCxuoRvbxhVh { position:absolute;display:block;z-index:15075;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:21.249rem;width:21.249rem;top:0.8701171875rem;left:38.7509765625rem;overflow:hidden;display:block; }
#zccJWmubHrol808pDJI4odaxN6dyDFn3 { z-index:15078;top:80.18505859375rem;left:20.8125rem;background-color:#e81c20;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0.1875rem 0rem #4d4d4d ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.0625rem;height:4.9995125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#fvEbG600cCy4JyU6ObT4C60d0Cut3csr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NzX4OtP4XRCGk36ThxWmK5fNxmGM705v { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b7256398-3589-4a9c-8378-e8e4e1729ab9/KopiaProjektbeznazwy2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NzX4OtP4XRCGk36ThxWmK5fNxmGM705v.adaptive-delivery-prevent-bg, #NzX4OtP4XRCGk36ThxWmK5fNxmGM705v.lazyload, #NzX4OtP4XRCGk36ThxWmK5fNxmGM705v.lazyloading { background-image: none; }#NzX4OtP4XRCGk36ThxWmK5fNxmGM705v > .row .container { background-color: transparent; background-image: none; }#NzX4OtP4XRCGk36ThxWmK5fNxmGM705v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(35,242,255,0.57); }#NzX4OtP4XRCGk36ThxWmK5fNxmGM705v > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NzX4OtP4XRCGk36ThxWmK5fNxmGM705v > .row .container > .video-iframe-container { display: none; }#NzX4OtP4XRCGk36ThxWmK5fNxmGM705v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(35,242,255,0.57); }#NzX4OtP4XRCGk36ThxWmK5fNxmGM705v > .row > .video-iframe-container { display: none; }#NzX4OtP4XRCGk36ThxWmK5fNxmGM705v > .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); }#NzX4OtP4XRCGk36ThxWmK5fNxmGM705v > .row .container { border-width: 0; border-radius: 0; }#NzX4OtP4XRCGk36ThxWmK5fNxmGM705v::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; }#NzX4OtP4XRCGk36ThxWmK5fNxmGM705v > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NzX4OtP4XRCGk36ThxWmK5fNxmGM705v > .row .container { font-size:0.875rem;font-family:arial;height:8.5rem;width:60rem;position:relative;display:block; }#bTZi3tMEw5JpIrfQ9lcqdeDZnxgk8TPV { color:#27262e;display:block;width:11.936875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:2.7463111877441rem;left:7.4978294372556rem;height:3.0058625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VNtVc8awQhwxxI0IO25qh1mb1L5P5x9v { color:#27262e;display:block;width:23.2498125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:2.7061634063721rem;left:33.434242248535rem;height:3.0058625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Esmvod9Hyn0mG7fPSR5ilggcgbSmBBae { color:#27262e;display:block;width:15.811625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.1875rem rgba(var(--color-tertiary-4),1);top:2.7061634063721rem;left:19.43359375rem;height:3.087025rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#C4dC7hoDzekwvbeLim1cRUoONHFGeDEJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbffff;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; }#C4dC7hoDzekwvbeLim1cRUoONHFGeDEJ > .row .container { background-color: transparent; background-image: none; }#C4dC7hoDzekwvbeLim1cRUoONHFGeDEJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C4dC7hoDzekwvbeLim1cRUoONHFGeDEJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C4dC7hoDzekwvbeLim1cRUoONHFGeDEJ > .row .container > .video-iframe-container { display: none; }#C4dC7hoDzekwvbeLim1cRUoONHFGeDEJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C4dC7hoDzekwvbeLim1cRUoONHFGeDEJ > .row > .video-iframe-container { display: none; }#C4dC7hoDzekwvbeLim1cRUoONHFGeDEJ > .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); }#C4dC7hoDzekwvbeLim1cRUoONHFGeDEJ > .row .container { border-width: 0; border-radius: 0; }#C4dC7hoDzekwvbeLim1cRUoONHFGeDEJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#C4dC7hoDzekwvbeLim1cRUoONHFGeDEJ > .row .container { font-size:0.875rem;font-family:arial;height:114.25rem;width:60rem;position:relative;display:block; }#C5bU1apEGu3Trk5vs79b5VwsLqd6t9rv { color:#ffffff;display:block;width:16.93725rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:300;z-index:15083;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.1875rem rgba(var(--color-tertiary-4),1);top:20.5615234375rem;left:21.529541015625rem;height:3.41015rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yQyn8Zz7b2xsldOBQ3AbSTceAaNhNz4p { color:#ffffff;display:block;width:16.93725rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:300;z-index:15097;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.1875rem rgba(var(--color-tertiary-4),1);top:20.5615234375rem;left:1.529541015625rem;height:3.41015625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#i1kWTcaNor7FyTATlNWef4vuIZo4xlP1 { color:#ffffff;display:block;width:16.93725rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:300;z-index:15099;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.1875rem rgba(var(--color-tertiary-4),1);top:20.5615234375rem;left:41.529541015625rem;height:3.41015rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RFJWAN0vekpasSB7mQ7cpqaAUd9FoBUd { position:absolute;display:block;z-index:15070;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:19.6875rem;width:19.6875rem;top:0rem;left:0.09375rem;overflow:hidden;display:block; }
#ivuzErmDOcBeQ8depOxsoVJGBiq7OrVF { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:19.6875rem;width:19.6875rem;top:52.001958847046rem;left:20.374347686767rem;overflow:hidden;display:block; }
#Of9bOsVPcdbN5MdC3o5OvLBVNtRg0WRc { color:#ffffff;display:block;width:16.936875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:300;z-index:15089;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.1875rem rgba(var(--color-tertiary-4),1);top:73.4375rem;left:1.0625rem;height:3.41015625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sV8IycGrfiKdEfyqXF3wSkUZn7P9KOSZ { color:#ffffff;display:block;width:16.936875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:300;z-index:15105;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.1875rem rgba(var(--color-tertiary-4),1);top:73.437505722044rem;left:41.531036376953rem;height:1.705075rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pbp0sOTKoPkeo5pPMAX4afXf4ASdItHD { box-sizing:content-box;color:rgba(var(--color-tertiary-4),1);font-size:2.5rem;font-weight:400;line-height:1;height:3.62413125rem;width:3.62413125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15073;top:107.16580581665rem;left:28.030601501465rem;display:block; }
#Tm1KXaNSHyiGeJpkm9f278K8mxHEzAKv { color:rgba(var(--color-tertiary-4),1);display:block;width:19.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15026;line-height:2.1;letter-spacing:0;top:25.1875rem;left:0.875rem;height:2.10069375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kogqUaTXr4QEaOBDvDCy6DyFaDhBgxlx { color:rgba(var(--color-tertiary-4),1);display:block;width:19rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15027;line-height:2.1;letter-spacing:0;top:27.25rem;left:0.5rem;height:11.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KZct67czfNGlFSGsCMlxO0MGuTHktP3p { color:rgba(var(--color-tertiary-4),1);display:block;width:19.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15027;line-height:2.1;letter-spacing:0;top:39.625rem;left:0.75rem;height:2.10069375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bIRlHztD2Qrvqv2PETTRJRu07LHBNhLF { color:rgba(var(--color-tertiary-4),1);display:block;width:19.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15028;line-height:2.1;letter-spacing:0;top:41.75rem;left:0.75rem;height:7.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fpEGLLacJUcKbLVcS3IhKZ6RzUrw85NC { color:rgba(var(--color-tertiary-4),1);display:block;width:19.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15030;line-height:2.1;letter-spacing:0;top:25.1875rem;left:20.875rem;height:2.10069375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gAc5MgTvTln2BUTaeJIv1XGrHMgT7A6F { color:rgba(var(--color-tertiary-4),1);display:block;width:19rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15031;line-height:2.1;letter-spacing:0;top:27.25rem;left:20.5rem;height:7.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZNb7XaHuxDVCRynslQ2FPrk5fG4Jk5wv { color:rgba(var(--color-tertiary-4),1);display:block;width:19.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15031;line-height:2.1;letter-spacing:0;top:39.625rem;left:20.75rem;height:2.10069375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HICPtHdE4fW4BspBRW8hCEUukt9QABxe { color:rgba(var(--color-tertiary-4),1);display:block;width:19.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15032;line-height:2.1;letter-spacing:0;top:41.75rem;left:20.75rem;height:7.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GHeoZhHnKTofyDmwT5DBTzsMhlKN7ZSR { color:rgba(var(--color-tertiary-4),1);display:block;width:19.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15034;line-height:2.1;letter-spacing:0;top:25.3125rem;left:40.8125rem;height:2.10069375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NlM9XdoJBiaEiQM8MWonoIVdZgHNiiJ3 { color:rgba(var(--color-tertiary-4),1);display:block;width:19rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15035;line-height:2.1;letter-spacing:0;top:27.375rem;left:40.4375rem;height:9.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fXqWkgA68K9qLdGT5hZlttg3bnV9Iu4w { color:rgba(var(--color-tertiary-4),1);display:block;width:19.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15035;line-height:2.1;letter-spacing:0;top:39.75rem;left:40.6875rem;height:2.10069375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sC70XQi5P9VbsMD6rxT7oPiuRTJU55gi { color:rgba(var(--color-tertiary-4),1);display:block;width:19.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15036;line-height:2.1;letter-spacing:0;top:41.875rem;left:40.6875rem;height:7.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CT85fG7uCdq56CVmTKUGlagcJoT1CcUh { position:absolute;display:block;z-index:15071;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:19.6875rem;width:19.6875rem;top:0rem;left:20rem;overflow:hidden;display:block; }
#Zph2bUnLXdvcK88VRdDobfyungnX9s2P { position:absolute;display:block;z-index:15072;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:19.6875rem;width:19.6875rem;top:0rem;left:40rem;overflow:hidden;display:block; }
#lDmVoWwUE1iozkFMcdt09rZJFB2TBlBN { color:rgba(var(--color-tertiary-4),1);display:block;width:19.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15045;line-height:2.1;letter-spacing:0;top:77rem;left:0.375rem;height:2.10069375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RxAyHfZ74KPEU6btMlCGGTTLl4JxkttO { color:rgba(var(--color-tertiary-4),1);display:block;width:19rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15046;line-height:2.1;letter-spacing:0;top:79.0625rem;left:0rem;height:9.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TwoO7HdEztQxLBOeuTxgXpLAtuXTJ4LX { color:rgba(var(--color-tertiary-4),1);display:block;width:19rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15050;line-height:2.1;letter-spacing:0;top:78.9375rem;left:40.1875rem;height:11.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ueXAvHSwJoZmt0SZTBWakl28MGgUrUyV { color:rgba(var(--color-tertiary-4),1);display:block;width:19.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15049;line-height:2.1;letter-spacing:0;top:76.875rem;left:40.5625rem;height:2.10069375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZUZtbeIMXNdnoLIya2DHZTRPxqOedwVB { color:rgba(var(--color-tertiary-4),1);display:block;width:19.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15046;line-height:2.1;letter-spacing:0;top:91.4375rem;left:0.25rem;height:2.10069375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#O2ToxCCCbG0EzrEVTHLBM7UedBbIA2Dx { color:rgba(var(--color-tertiary-4),1);display:block;width:19.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15050;line-height:2.1;letter-spacing:0;top:91.3125rem;left:40.4375rem;height:2.10069375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HGQMKfHImeDWFsD2XDVr5S45qQTBEAkQ { color:rgba(var(--color-tertiary-4),1);display:block;width:19.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15047;line-height:2.1;letter-spacing:0;top:93.5625rem;left:0.25rem;height:9.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hniu6WqI3qTUzvoqVa4mbhUcnlZcuQQa { color:rgba(var(--color-tertiary-4),1);display:block;width:19.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15051;line-height:2.1;letter-spacing:0;top:93.4375rem;left:40.4375rem;height:9.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#L2JmaevExdtym3472AGSdokTPNdcEM1q { color:#ffffff;display:block;width:16.936875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:300;z-index:15090;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.1875rem rgba(var(--color-tertiary-4),1);top:73.437507629394rem;left:21.531032562256rem;height:3.41015rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oPnws6Nx9NuvZcTg4eGpDhZMv4qXzVXE { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:19.6875rem;width:19.6875rem;top:52.001959085464rem;left:0.15625rem;overflow:hidden;display:block; }
#qCtAskD7usLRlzwtE3LUBTZPG4wgUXQz { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:19.6875rem;width:19.6875rem;top:52.001960754394rem;left:40.3125rem;overflow:hidden;display:block; }
#stE8cmatve9HoWbfizZi1gPN2ws4RV6z { color:rgba(var(--color-tertiary-4),1);display:block;width:19.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15049;line-height:2.1;letter-spacing:0;top:77rem;left:20.5625rem;height:2.10069375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OSupZz6CKsTfiWC5TBSnG3Rt4hyTAQ6p { color:rgba(var(--color-tertiary-4),1);display:block;width:19.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15050;line-height:2.1;letter-spacing:0;top:79.0625rem;left:20.1875rem;height:11.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bn1bKf2Kz1CIyTX8JXcozf4ZHA6yxKxy { color:rgba(var(--color-tertiary-4),1);display:block;width:19.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15050;line-height:2.1;letter-spacing:0;top:91.4375rem;left:20.4375rem;height:2.10069375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wo7Ninz5JDqDJra7TlvS0esZmXtdlagB { color:rgba(var(--color-tertiary-4),1);display:block;width:19.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15051;line-height:2.1;letter-spacing:0;top:93.5625rem;left:20.4375rem;height:9.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#c81JIgHUrTLxBJGHE0p4toHfxXkCNu6Z { color:rgba(var(--color-secondary-2),1);display:block;width:27.7495625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:300;z-index:15050;line-height:1.6;letter-spacing:0;top:104.66688728332rem;left:16.124130249024rem;height:2.5004875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CTkKnqdgBTqSsiLuAHnMz0z8UFKhqglO { color:rgba(var(--color-tertiary-2),1);display:block;width:54.561625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15049;line-height:1.6;letter-spacing:0;top:111.09267425537rem;left:5.439453125rem;height:2.09911875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cIxJoLvZUNkcVWbURtXUAkl0rD4JDwm2 { 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; }#cIxJoLvZUNkcVWbURtXUAkl0rD4JDwm2 > .row .container { background-color: transparent; background-image: none; }#cIxJoLvZUNkcVWbURtXUAkl0rD4JDwm2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cIxJoLvZUNkcVWbURtXUAkl0rD4JDwm2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cIxJoLvZUNkcVWbURtXUAkl0rD4JDwm2 > .row .container > .video-iframe-container { display: none; }#cIxJoLvZUNkcVWbURtXUAkl0rD4JDwm2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cIxJoLvZUNkcVWbURtXUAkl0rD4JDwm2 > .row > .video-iframe-container { display: none; }#cIxJoLvZUNkcVWbURtXUAkl0rD4JDwm2 > .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); }#cIxJoLvZUNkcVWbURtXUAkl0rD4JDwm2 > .row .container { border-width: 0; border-radius: 0; }#cIxJoLvZUNkcVWbURtXUAkl0rD4JDwm2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cIxJoLvZUNkcVWbURtXUAkl0rD4JDwm2 > .row .container { font-size:0.875rem;font-family:arial;height:317rem;width:60rem;position:relative;display:block; }#TEPxTXBF8HB95sp2hRq0eAGrTqg6o4ZH { z-index:15001;top:309.93017578125rem;left:19.99951171875rem;background-color:#e81c20;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0.1875rem 0rem #4d4d4d ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.0625rem;height:5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#fbh09zbGBL6ub8wv9htGHyCzyIbVBeOV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#y5mRgpGWn7GM1BSmSGScEpIBKzXBgmqb { color:#ffffff;display:block;width:16.9360625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:300;z-index:15095;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.1875rem rgba(var(--color-tertiary-4),1);top:21.874572753906rem;left:21.499565124512rem;height:1.705075rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KpGocEboR8O9PiazgX2Na447scLdLx0t { color:#ffffff;display:block;width:16.9360625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:300;z-index:15109;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.1875rem rgba(var(--color-tertiary-4),1);top:21.874572753906rem;left:1.4995651245118rem;height:1.705075rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zNPomDcxWlqTI8WnWamkRk6xwtzW1Bz7 { color:rgba(var(--color-tertiary-4),1);display:block;width:19.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15038;line-height:2.1;letter-spacing:0;top:24.812278747559rem;left:0.99826431274412rem;height:9.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#O2eNFuNGzQsVZVs1FZR0Q8y9sxExMpPI { color:rgba(var(--color-tertiary-4),1);display:block;width:19.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15037;line-height:2.1;letter-spacing:0;top:24.811195373535rem;left:20.46875rem;height:7.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ahUswZZBRbJDPmKfhpdzsKDxMfMqxrzJ { color:#ffffff;display:block;width:16.9360625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:300;z-index:15111;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.1875rem rgba(var(--color-tertiary-4),1);top:21.874572753906rem;left:41.499565124512rem;height:1.705075rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#I1A4LQe8zEv6H0nu4cQP1lrC7Vda7me3 { color:rgba(var(--color-tertiary-4),1);display:block;width:19.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15039;line-height:2.1;letter-spacing:0;top:25.061195373535rem;left:40.46875rem;height:7.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RT3X0LLrru9HwFHJPE8ryGOSWoBBDIQa { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:19.6875rem;width:19.6875rem;top:35.791015625rem;left:20rem;overflow:hidden;display:block; }
#lZH9TuwEwtrvrykfFtTC3HFNk6p32sAk { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:19.6875rem;width:19.6875rem;top:36.4794921875rem;left:40.3125rem;overflow:hidden;display:block; }
#S9Hn89THqo40wiIsdwGvnlzDR1C3SGOS { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:19.6875rem;width:19.6875rem;top:35.791015625rem;left:0.15625rem;overflow:hidden;display:block; }
#wkJdbZPGPbPqeF9RvxFNQIK8qOvEtu3n { color:#ffffff;display:block;width:16.9360625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:300;z-index:15101;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.1875rem rgba(var(--color-tertiary-4),1);top:58.75rem;left:21.5rem;height:1.705075rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TqzWR4e7kBATCwq20Ts71kTwsHAe8rMS { color:#ffffff;display:block;width:16.93575rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:300;z-index:15115;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.1875rem rgba(var(--color-tertiary-4),1);top:57.896039962769rem;left:1.5310325622559rem;height:3.41015625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vAmlMS013GNIl2r9TOG5CLB1STFTtBWR { color:#ffffff;display:block;width:16.9360625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:300;z-index:15117;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.1875rem rgba(var(--color-tertiary-4),1);top:58.75rem;left:41.53076171875rem;height:1.705075rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#la7Sug8whaCT4xmgRcgbBTsutb3C6MwQ { color:rgba(var(--color-tertiary-4),1);display:block;width:19.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15045;line-height:2.1;letter-spacing:0;top:61.9375rem;left:40.4375rem;height:5.90625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ookEXDxSoKerORzf9aET2QVleRCUVrT2 { color:rgba(var(--color-tertiary-4),1);display:block;width:19.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15043;line-height:2.1;letter-spacing:0;top:62.163627624512rem;left:20rem;height:5.90625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sXe4VhiFSvLyXOnJPIZPEakAoHHnx7GW { color:rgba(var(--color-tertiary-4),1);display:block;width:19.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15044;line-height:2.1;letter-spacing:0;top:61.936841964722rem;left:0.46875rem;height:7.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kJInWGgSWNbzuDWqbv8rrsuPvTqeZmwK { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:19.6875rem;width:19.6875rem;top:73.311767578125rem;left:0rem;overflow:hidden;display:block; }
#bNb88s2ooHOdJTRttU8PouMPdqav22lL { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:19.6875rem;width:19.6875rem;top:73.311767578125rem;left:40rem;overflow:hidden;display:block; }
#ochECiTVng2WXidmHCmPyRH8u416gPiM { color:#ffffff;display:block;width:16.9360625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:300;z-index:15121;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.1875rem rgba(var(--color-tertiary-4),1);top:94.81201171875rem;left:1.53076171875rem;height:1.705075rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WvLDLT6GpRvGDkRwoa26L7ZNdTflNXtS { color:rgba(var(--color-tertiary-4),1);display:block;width:19.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15050;line-height:2.1;letter-spacing:0;top:98.221435546875rem;left:0.46875rem;height:7.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KIvBiol8CR8gB7imb1hxgtowNCBe10XR { color:#ffffff;display:block;width:16.9360625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:300;z-index:15107;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.1875rem rgba(var(--color-tertiary-4),1);top:94.8125rem;left:22rem;height:1.705075rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Gfw29ibXebIfUTa1CwiRcV8hKrTSHgg9 { color:rgba(var(--color-tertiary-4),1);display:block;width:19.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15049;line-height:2.1;letter-spacing:0;top:98.220482826231rem;left:20.46875rem;height:5.90625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZLIrGKUtQlltFaWS4hEBctLydx1qEA1M { color:#ffffff;display:block;width:16.9360625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:300;z-index:15123;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.1875rem rgba(var(--color-tertiary-4),1);top:94.8125rem;left:42.0625rem;height:1.705075rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bA9AdFNT0ZBTQxFqwNrucLStmkid7DIf { color:rgba(var(--color-tertiary-4),1);display:block;width:19.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15051;line-height:2.1;letter-spacing:0;top:98rem;left:40.9375rem;height:7.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JqOmMnL2HIqwFwGRaVg88HFhhmEzXDuL { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:19.6875rem;width:19.6875rem;top:107.61393737793rem;left:40.3125rem;overflow:hidden;display:block; }
#XFEN0Ld2cuwCV6TWAiSDhRBA3ZEz3zm3 { color:#ffffff;display:block;width:16.93575rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:300;z-index:15127;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.1875rem rgba(var(--color-tertiary-4),1);top:129.58334350586rem;left:1.5310325622559rem;height:1.705075rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MEF9hJ4Kx2itiEvvd1IXHwOmBzoaN01k { color:rgba(var(--color-tertiary-4),1);display:block;width:19.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15056;line-height:2.1;letter-spacing:0;top:133.85741329193rem;left:0.46875rem;height:11.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TUTGctzcHmr6yMCxRg3gbxkyB1RUOLfT { color:#ffffff;display:block;width:16.93575rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:300;z-index:15113;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.1875rem rgba(var(--color-tertiary-4),1);top:128.80534362793rem;left:21.532119750976rem;height:3.41015rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZgmxgZdEBCkXehmPaO4MZy8tg9TN0Plu { color:rgba(var(--color-tertiary-4),1);display:block;width:19.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15055;line-height:2.1;letter-spacing:0;top:134.60069656372rem;left:20.46875rem;height:13.78125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sTcU4DR77MmQXrQeTlAlFuCbPhZoOyAV { color:#ffffff;display:block;width:16.93575rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:300;z-index:15129;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.1875rem rgba(var(--color-tertiary-4),1);top:129.58334350586rem;left:41.687286376953rem;height:3.41015rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FWPN1Q0uQTOTWPFBioWxv3ImCEnaHafH { color:rgba(var(--color-tertiary-4),1);display:block;width:19.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15057;line-height:2.1;letter-spacing:0;top:134.59961891174rem;left:40.46875rem;height:5.90625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bTxB2D3gNzs1qsCtBkSzPQ7Ea8UvTMqr { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:19.6875rem;width:19.6875rem;top:150.06185150146rem;left:20rem;overflow:hidden;display:block; }
#QB87Teqhf0qHU9X9DTkTEUFmzT4Jdcy3 { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:19.6875rem;width:19.6875rem;top:150.06185150146rem;left:40.3125rem;overflow:hidden;display:block; }
#W7RSKLQyZOrKma0DotsiZ6ipZUKqTcNt { color:#ffffff;display:block;width:16.93575rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:300;z-index:15119;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.1875rem rgba(var(--color-tertiary-4),1);top:171.93468475342rem;left:21.531032562256rem;height:1.705075rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GSzo64gO8RIDK56R316zFwJ7t4UfBlbr { color:#ffffff;display:block;width:16.9346875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:300;z-index:15135;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.1875rem rgba(var(--color-tertiary-4),1);top:171.93576812744rem;left:41.532119750976rem;height:1.705075rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pETTasyNpdSwqRoF4TTkhadcxpRANv86 { color:rgba(var(--color-tertiary-4),1);display:block;width:19.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15063;line-height:2.1;letter-spacing:0;top:176.12196731567rem;left:40.46875rem;height:9.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BINZNE8O0h2T5BFWRkvaKzVeyqRMi6oy { color:rgba(var(--color-tertiary-4),1);display:block;width:19.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15061;line-height:2.1;letter-spacing:0;top:176.1230506897rem;left:20.46875rem;height:7.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BTOfnQUaUvtTWGCcviClOuTaGprmGDVm { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:19.6875rem;width:19.6875rem;top:150.0625rem;left:0rem;overflow:hidden;display:block; }
#W8oCsspSAMZpbnmmzII9uOB6cHRnW6n7 { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:19.6875rem;width:19.6875rem;top:192.37305831909rem;left:20rem;overflow:hidden;display:block; }
#cu532sMLh2yFMEoWJocAwTXdZHhSTfBp { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:19.6875rem;width:19.6875rem;top:192.37305831909rem;left:40rem;overflow:hidden;display:block; }
#P9STdlCAb3v0GtQMNgkNtI6yoODTiLLy { color:#ffffff;display:block;width:16.93575rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:300;z-index:15125;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.1875rem rgba(var(--color-tertiary-4),1);top:214.1875rem;left:22rem;height:1.705075rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RUFgx9fcLUBDBpXSc2hHgl7p5FIOSQIA { color:#ffffff;display:block;width:16.9346875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:300;z-index:15139;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.1875rem rgba(var(--color-tertiary-4),1);top:171.875rem;left:2rem;height:1.705075rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ea5PEzOHgpfKvK047awTpt7OHSuG9FG0 { color:#ffffff;display:block;width:16.9346875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:300;z-index:15141;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.1875rem rgba(var(--color-tertiary-4),1);top:214.1875rem;left:42rem;height:1.705075rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tg6AG4OQwDmIhtl2CfdTb8vZz9DnqQka { color:rgba(var(--color-tertiary-4),1);display:block;width:19.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15069;line-height:2.1;letter-spacing:0;top:217.68227386474rem;left:40.46875rem;height:3.9375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#u2QNl7PJ7fhzVePLUTv6y9HqWVPDVlV5 { color:rgba(var(--color-tertiary-4),1);display:block;width:19.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15067;line-height:2.1;letter-spacing:0;top:217.68444442749rem;left:20.999347686767rem;height:9.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#h6lOqyvpJxy3IWkApGqyRTS0n4HVwyhZ { color:rgba(var(--color-tertiary-4),1);display:block;width:19.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15068;line-height:2.1;letter-spacing:0;top:175.375rem;left:0.4375rem;height:7.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#za7flbhsOdHUGWmBENbFDuK8xKdCUCie { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:19.6875rem;width:19.6875rem;top:231.87502956391rem;left:40.3125rem;overflow:hidden;display:block; }
#GclgoSrsKs1aJwedXXIlw7D88Qxn929w { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:19.6875rem;width:19.6875rem;top:192.375rem;left:0rem;overflow:hidden;display:block; }
#PoeMDOQgo5QON9uv6Mxtag9R7KqsH8uh { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:19.6875rem;width:19.6875rem;top:231.87502956391rem;left:20.15625rem;overflow:hidden;display:block; }
#Aq8keIQ0ODHkTMSyTHJVaQo8Aipkx92O { color:#ffffff;display:block;width:16.93575rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:300;z-index:15131;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.1875rem rgba(var(--color-tertiary-4),1);top:253.125rem;left:21.5rem;height:3.41015625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FMLuQkHimgpR3OGrgoVViwhbHTdvDeGl { color:#ffffff;display:block;width:16.9346875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:300;z-index:15145;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.1875rem rgba(var(--color-tertiary-4),1);top:213.75rem;left:1.9375rem;height:1.705075rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gd2v9HawGniL8QNTTiVoUZno7oZxVTpA { color:#ffffff;display:block;width:16.9346875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:300;z-index:15147;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.1875rem rgba(var(--color-tertiary-4),1);top:253.125rem;left:41.5rem;height:3.41015625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UWrRVr42RuDn4u8ZThptVA5ZZFQLqOWN { color:rgba(var(--color-tertiary-4),1);display:block;width:19.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15075;line-height:2.1;letter-spacing:0;top:257.3125rem;left:40.5rem;height:9.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#b4tJiLOsfbIO4TwX5vZv9DED9vQ0OsAS { color:rgba(var(--color-tertiary-4),1);display:block;width:19.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15073;line-height:2.1;letter-spacing:0;top:256.5625rem;left:20rem;height:13.78125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Z6O0pH5TziBJzcNIWuspxr0g7rpxf6Jy { color:rgba(var(--color-tertiary-4),1);display:block;width:19.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15074;line-height:2.1;letter-spacing:0;top:217.1875rem;left:0.1875rem;height:13.78125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KkTAqa4rOVQO1TtHGFhmoDsEpsihZy5A { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:19.6875rem;width:19.6875rem;top:231.875rem;left:0.1875rem;overflow:hidden;display:block; }
#Cb3RrFa6zF8sQFZUH29fMvw6Bn8K0Qms { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:19.6875rem;width:19.6875rem;top:274.8125rem;left:9.125rem;overflow:hidden;display:block; }
#WrXbQfE9IIaP1fNKsIPuTAigNiyJLaOX { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:19.6875rem;width:19.6875rem;top:274.8125rem;left:32.0625rem;overflow:hidden;display:block; }
#kZwXbAStNhygyW3vV766oIm9JSXlDOJG { color:#ffffff;display:block;width:16.9346875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:300;z-index:15151;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.1875rem rgba(var(--color-tertiary-4),1);top:253.125rem;left:2.125rem;height:1.705075rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uzWNNkxCRiormpASw6CZPAFxcWLP5ybG { color:#ffffff;display:block;width:16.93575rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:300;z-index:15137;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.1875rem rgba(var(--color-tertiary-4),1);top:296rem;left:10.9375rem;height:1.705075rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aOSoIDgdHpJGs87WsyNzl0fBAP175PBz { color:#ffffff;display:block;width:16.9346875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:300;z-index:15153;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.1875rem rgba(var(--color-tertiary-4),1);top:296rem;left:33.75rem;height:3.41015625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rdQGyyfV6UTNG9BfKxRa2nmIDn8B5DpD { color:rgba(var(--color-tertiary-4),1);display:block;width:19.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15081;line-height:2.1;letter-spacing:0;top:300.1875rem;left:32.6875rem;height:7.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dz0THybTtiIvQEd0lx0yZPxfRpQCuAe2 { color:rgba(var(--color-tertiary-4),1);display:block;width:19.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15079;line-height:2.1;letter-spacing:0;top:300.1875rem;left:9.875rem;height:7.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#r7ZTPoAlWeLmgn2HGFHES02LSiklfDDM { color:rgba(var(--color-tertiary-4),1);display:block;width:19.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15080;line-height:2.1;letter-spacing:0;top:257.3125rem;left:0.625rem;height:5.90625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OfV8mF5J4M5HApybf4T9fTTQ4A47zKut { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:19.6875rem;width:20rem;top:107.54451751709rem;left:20rem;overflow:hidden;display:block; }
#iFCJPdhpDc7BImBdNqVJ4t1HToyNbUVw { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:19.6875rem;width:19.6875rem;top:73.381076812744rem;left:20rem;overflow:hidden;display:block; }
#vQ8M3503caKKLVItkmgBFrh9QecPqKE8 { position:absolute;display:block;z-index:15154;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:19.6875rem;width:19.6875rem;top:107.54449462891rem;left:0.15625rem;overflow:hidden;display:block; }
#WJIBrrFevGGLpm442Zsr82iFF0b8p6t3 { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:19.6875rem;width:19.6875rem;top:0.69335365295412rem;left:0.37434768676758rem;overflow:hidden;display:block; }
#A3qBigMSA2NWq8aUCvv21yfv6dZ1XzGI { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:19.6875rem;width:19.6875rem;top:0.68684387207031rem;left:20.374347686767rem;overflow:hidden;display:block; }
#ZNF73HWNIBKm7wPlfpX9kKqDXnP3xAKQ { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:19.6875rem;width:19.6875rem;top:0.68575859069825rem;left:40rem;overflow:hidden;display:block; }
#nEGV5LhAITvpMgOCeqpOFbiNGk3pLU5w { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b7256398-3589-4a9c-8378-e8e4e1729ab9/KopiaProjektbeznazwy2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nEGV5LhAITvpMgOCeqpOFbiNGk3pLU5w.adaptive-delivery-prevent-bg, #nEGV5LhAITvpMgOCeqpOFbiNGk3pLU5w.lazyload, #nEGV5LhAITvpMgOCeqpOFbiNGk3pLU5w.lazyloading { background-image: none; }#nEGV5LhAITvpMgOCeqpOFbiNGk3pLU5w > .row .container { background-color: transparent; background-image: none; }#nEGV5LhAITvpMgOCeqpOFbiNGk3pLU5w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(35,242,255,0.57); }#nEGV5LhAITvpMgOCeqpOFbiNGk3pLU5w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nEGV5LhAITvpMgOCeqpOFbiNGk3pLU5w > .row .container > .video-iframe-container { display: none; }#nEGV5LhAITvpMgOCeqpOFbiNGk3pLU5w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(35,242,255,0.57); }#nEGV5LhAITvpMgOCeqpOFbiNGk3pLU5w > .row > .video-iframe-container { display: none; }#nEGV5LhAITvpMgOCeqpOFbiNGk3pLU5w > .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); }#nEGV5LhAITvpMgOCeqpOFbiNGk3pLU5w > .row .container { border-width: 0; border-radius: 0; }#nEGV5LhAITvpMgOCeqpOFbiNGk3pLU5w::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; }#nEGV5LhAITvpMgOCeqpOFbiNGk3pLU5w > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nEGV5LhAITvpMgOCeqpOFbiNGk3pLU5w > .row .container { font-size:0.875rem;font-family:arial;height:8.5rem;width:60rem;position:relative;display:block; }#atruc0IPKNlmx2e83i2KAsBmbsV9wzgW { color:#27262e;display:block;width:56.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.375rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.1875rem rgba(var(--color-tertiary-4),1);top:1.3720703125rem;left:3.25rem;height:4.38720625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#olWvZSAAZoymeB7KSFdPTXxBWwAyWhaZ { 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; }#olWvZSAAZoymeB7KSFdPTXxBWwAyWhaZ > .row .container { background-color: transparent; background-image: none; }#olWvZSAAZoymeB7KSFdPTXxBWwAyWhaZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#olWvZSAAZoymeB7KSFdPTXxBWwAyWhaZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#olWvZSAAZoymeB7KSFdPTXxBWwAyWhaZ > .row .container > .video-iframe-container { display: none; }#olWvZSAAZoymeB7KSFdPTXxBWwAyWhaZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#olWvZSAAZoymeB7KSFdPTXxBWwAyWhaZ > .row > .video-iframe-container { display: none; }#olWvZSAAZoymeB7KSFdPTXxBWwAyWhaZ > .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); }#olWvZSAAZoymeB7KSFdPTXxBWwAyWhaZ > .row .container { border-width: 0; border-radius: 0; }#olWvZSAAZoymeB7KSFdPTXxBWwAyWhaZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#olWvZSAAZoymeB7KSFdPTXxBWwAyWhaZ > .row .container { font-size:0.875rem;font-family:arial;height:22.9375rem;width:60rem;position:relative;display:block; }#vPBJlA6rtZoLIJUE3bezEeJO2PMiXTyg { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.0625rem;width:28.6870625rem;top:1.9358129501343rem;left:30.656471252441rem;overflow:hidden;display:block; }
#yeWFTJ7kMT0K1R4uK34GpETfTvAfUaWJ { color:rgba(var(--color-tertiary-2),1);display:block;width:26.3745rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15001;line-height:1.7;letter-spacing:0;top:9.62841796875rem;left:1.810546875rem;height:10.1953125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DVUyZcy25oDl8cmDVLxeTuT0cJrXMP8i { color:rgba(var(--color-tertiary-0),1);display:block;width:26.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15002;line-height:1.7;letter-spacing:0;top:19.731250762939rem;left:1.8125rem;height:2.548825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HpmqFTpRwLdKpBkHaeAaf60BJgGrLZV4 { color:#ceff00;display:block;width:26.124rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.9375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.1875rem rgba(var(--color-tertiary-4),1);top:0.8701171875rem;left:1.93798828125rem;height:7.6347625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SB86yieMpCuN8vTCpkJp6sRlqm5mUgWF { 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; }#SB86yieMpCuN8vTCpkJp6sRlqm5mUgWF > .row .container { background-color: transparent; background-image: none; }#SB86yieMpCuN8vTCpkJp6sRlqm5mUgWF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SB86yieMpCuN8vTCpkJp6sRlqm5mUgWF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SB86yieMpCuN8vTCpkJp6sRlqm5mUgWF > .row .container > .video-iframe-container { display: none; }#SB86yieMpCuN8vTCpkJp6sRlqm5mUgWF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SB86yieMpCuN8vTCpkJp6sRlqm5mUgWF > .row > .video-iframe-container { display: none; }#SB86yieMpCuN8vTCpkJp6sRlqm5mUgWF > .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); }#SB86yieMpCuN8vTCpkJp6sRlqm5mUgWF > .row .container { border-width: 0; border-radius: 0; }#SB86yieMpCuN8vTCpkJp6sRlqm5mUgWF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SB86yieMpCuN8vTCpkJp6sRlqm5mUgWF > .row .container { font-size:0.875rem;font-family:arial;height:22.9375rem;width:60rem;position:relative;display:block; }#UTDPVftVXBXfxQIp9KfKl45mCLGnCl1d { color:rgba(var(--color-tertiary-0),0.4);display:block;width:5.9375rem;position:absolute;font-family:"roboto condensed";font-size:5.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:7.09375rem;left:0rem;height:7.6376875rem;font-style:normal;display:block; }
#k8Eiavk5hyGbmoBuGQ7LPFTTFFdTadSL { 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:19.124375rem;width:28.811875rem;top:1.6232643127441rem;left:0.52951431274414rem;overflow:hidden;display:block; }
#ODurWuQdAxsKfrxwz7BOMiDTzmgeUIMD { 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:19.25rem;width:29.0625rem;top:1.6547317504882rem;left:30.686851501465rem;overflow:hidden;display:block; }
#GW6crRXdQiKt21W4hBtBX5RJFvhoXCBM { 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; }#GW6crRXdQiKt21W4hBtBX5RJFvhoXCBM > .row .container { background-color: transparent; background-image: none; }#GW6crRXdQiKt21W4hBtBX5RJFvhoXCBM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GW6crRXdQiKt21W4hBtBX5RJFvhoXCBM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GW6crRXdQiKt21W4hBtBX5RJFvhoXCBM > .row .container > .video-iframe-container { display: none; }#GW6crRXdQiKt21W4hBtBX5RJFvhoXCBM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GW6crRXdQiKt21W4hBtBX5RJFvhoXCBM > .row > .video-iframe-container { display: none; }#GW6crRXdQiKt21W4hBtBX5RJFvhoXCBM > .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); }#GW6crRXdQiKt21W4hBtBX5RJFvhoXCBM > .row .container { border-width: 0; border-radius: 0; }#GW6crRXdQiKt21W4hBtBX5RJFvhoXCBM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GW6crRXdQiKt21W4hBtBX5RJFvhoXCBM > .row .container { font-size:0.875rem;font-family:arial;height:22.9375rem;width:60rem;position:relative;display:block; }#cn35pN8DrfN9P9H1fSHKyzG8u89UTWs9 { color:rgba(var(--color-tertiary-0),1);display:block;width:26.3745rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.0625rem;font-weight:300;z-index:15002;line-height:1.7;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(var(--color-tertiary-4),1);top:7.161865234375rem;left:31.8115234375rem;height:3.5058625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bqRm6eb2ATNpd1gPuKX3J0ML8hZ8vTq2 { color:#ceff00;display:block;width:26.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.1875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),1);top:1.25rem;left:32.625rem;height:4.14388125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bx2tpGu652wGN5MSTFr4pyQT6LZGN6B5 { color:rgba(var(--color-tertiary-0),1);display:block;width:26.3745rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15003;line-height:1.7;letter-spacing:0;top:10.592041015625rem;left:31.888427734375rem;height:7.646475rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fRkFfnM2heHBaTilD3ghvK1zg3ZB5Hbt { 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:22.4370625rem;width:30.061875rem;top:22.937285065651rem;left:0rem;overflow:hidden;display:block; }
#TZcedTsdHggJvVZvsH8v8VdOVLrJcpAF { 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:22.1875rem;width:29.8125rem;top:22.937285065651rem;left:30.25rem;overflow:hidden;display:block; }
#pdrzLGTvfTnLEnI97EDXwB7ZDcnQIS5M { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.1245625rem;width:29.561625rem;top:0.40690040588379rem;left:0.50021743774414rem;overflow:hidden;display:block; }
#ODNOZKgdcyQNVIiD1CC9bIkzBOOmq8lp { 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; }#ODNOZKgdcyQNVIiD1CC9bIkzBOOmq8lp > .row .container { background-color: transparent; background-image: none; }#ODNOZKgdcyQNVIiD1CC9bIkzBOOmq8lp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ODNOZKgdcyQNVIiD1CC9bIkzBOOmq8lp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ODNOZKgdcyQNVIiD1CC9bIkzBOOmq8lp > .row .container > .video-iframe-container { display: none; }#ODNOZKgdcyQNVIiD1CC9bIkzBOOmq8lp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ODNOZKgdcyQNVIiD1CC9bIkzBOOmq8lp > .row > .video-iframe-container { display: none; }#ODNOZKgdcyQNVIiD1CC9bIkzBOOmq8lp > .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); }#ODNOZKgdcyQNVIiD1CC9bIkzBOOmq8lp > .row .container { border-width: 0; border-radius: 0; }#ODNOZKgdcyQNVIiD1CC9bIkzBOOmq8lp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ODNOZKgdcyQNVIiD1CC9bIkzBOOmq8lp > .row .container { font-size:0.875rem;font-family:arial;height:22.9375rem;width:60rem;position:relative;display:block; }#dFH9wvDBwr70cPgWGsd8JVeKwCtxh9vD { 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; }#dFH9wvDBwr70cPgWGsd8JVeKwCtxh9vD > .row .container { background-color: transparent; background-image: none; }#dFH9wvDBwr70cPgWGsd8JVeKwCtxh9vD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dFH9wvDBwr70cPgWGsd8JVeKwCtxh9vD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dFH9wvDBwr70cPgWGsd8JVeKwCtxh9vD > .row .container > .video-iframe-container { display: none; }#dFH9wvDBwr70cPgWGsd8JVeKwCtxh9vD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dFH9wvDBwr70cPgWGsd8JVeKwCtxh9vD > .row > .video-iframe-container { display: none; }#dFH9wvDBwr70cPgWGsd8JVeKwCtxh9vD > .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); }#dFH9wvDBwr70cPgWGsd8JVeKwCtxh9vD > .row .container { border-width: 0; border-radius: 0; }#dFH9wvDBwr70cPgWGsd8JVeKwCtxh9vD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dFH9wvDBwr70cPgWGsd8JVeKwCtxh9vD > .row .container { font-size:0.875rem;font-family:arial;height:36.875rem;width:60rem;position:relative;display:block; }#JbPhbnBFm7iTW73Jv5iIfxtc7ElUGyUa { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.6875rem;width:25.125rem;top:17.280469059944rem;left:2.4375rem;overflow:hidden;display:block; }
#ZJdkE2p9MUs6mVg6NTZmtvR4O8LgAA0A { color:#ceff00;display:block;width:26.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.1875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),1);top:2.03125rem;left:1.9375rem;height:4.14388125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WfrRVtERV942wWshBVZyzTf2bAXeb4De { color:rgba(var(--color-tertiary-4),1);display:block;width:26.3730625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15003;line-height:1.7;letter-spacing:0;top:11.06103515625rem;left:1.81201171875rem;height:5.09765rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LLubOpsLUa6FUXx41b8wTArk7aBv0En7 { 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:30.375rem;width:22.6875rem;top:2.0304688215256rem;left:33.656251907349rem;overflow:hidden;display:block; }
#mpSR0v0hucx6sPQ9ycTae8TBEPl82VW1 { color:#ceff00;display:block;width:26.12425rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),1);top:7.626953125rem;left:1.937255859375rem;height:2.76269375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DGbB4CczwgWa7xycfD0k1ATDx8HTxb92 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e5dd3937-a622-4a0c-b31d-73468547af9c/Grafikinastron1.png");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DGbB4CczwgWa7xycfD0k1ATDx8HTxb92.adaptive-delivery-prevent-bg, #DGbB4CczwgWa7xycfD0k1ATDx8HTxb92.lazyload, #DGbB4CczwgWa7xycfD0k1ATDx8HTxb92.lazyloading { background-image: none; }#DGbB4CczwgWa7xycfD0k1ATDx8HTxb92 > .row .container { background-color: transparent; background-image: none; }#DGbB4CczwgWa7xycfD0k1ATDx8HTxb92::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(35,242,255,0.57); }#DGbB4CczwgWa7xycfD0k1ATDx8HTxb92 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DGbB4CczwgWa7xycfD0k1ATDx8HTxb92 > .row .container > .video-iframe-container { display: none; }#DGbB4CczwgWa7xycfD0k1ATDx8HTxb92 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(35,242,255,0.57); }#DGbB4CczwgWa7xycfD0k1ATDx8HTxb92 > .row > .video-iframe-container { display: none; }#DGbB4CczwgWa7xycfD0k1ATDx8HTxb92 > .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); }#DGbB4CczwgWa7xycfD0k1ATDx8HTxb92 > .row .container { border-width: 0; border-radius: 0; }#DGbB4CczwgWa7xycfD0k1ATDx8HTxb92::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; }#DGbB4CczwgWa7xycfD0k1ATDx8HTxb92 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DGbB4CczwgWa7xycfD0k1ATDx8HTxb92 > .row .container { font-size:0.875rem;font-family:arial;height:6.125rem;width:60rem;position:relative;display:block; }#yuqS2xRUgMWKAz7JfJCBgP6souneEheF { color:#27262e;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:1.78125rem;left:0rem;height:2.598875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NFoHy9JbfEQRgnoLtPe35RyzdAAXVSC4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NFoHy9JbfEQRgnoLtPe35RyzdAAXVSC4 > .row .container { background-color: transparent; background-image: none; }#NFoHy9JbfEQRgnoLtPe35RyzdAAXVSC4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NFoHy9JbfEQRgnoLtPe35RyzdAAXVSC4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NFoHy9JbfEQRgnoLtPe35RyzdAAXVSC4 > .row .container > .video-iframe-container { display: none; }#NFoHy9JbfEQRgnoLtPe35RyzdAAXVSC4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NFoHy9JbfEQRgnoLtPe35RyzdAAXVSC4 > .row > .video-iframe-container { display: none; }#NFoHy9JbfEQRgnoLtPe35RyzdAAXVSC4 > .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); }#NFoHy9JbfEQRgnoLtPe35RyzdAAXVSC4 > .row .container { border-width: 0; border-radius: 0; }#NFoHy9JbfEQRgnoLtPe35RyzdAAXVSC4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NFoHy9JbfEQRgnoLtPe35RyzdAAXVSC4 > .row .container { font-size:0.875rem;font-family:arial;height:32.0625rem;width:60rem;position:relative;display:block; }#E73nbC91eRWE8qURQE5ihFT1A7G1VgpL { position:absolute;display:block;z-index:14999;background-color:#ceff00;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.0625rem;width:54.5rem;top:1.5rem;left:2.75rem;display:block; }
#WUu1m0JVI7yBTBxRqtqPiE5CxKaypMl5 { position:absolute;display:block;z-index:15004;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.25rem;width:4.5rem;top:0.6875rem;left:55.5rem;overflow:hidden;display:block; }
#I8KKaQZpBmGKuV5aFdZzF9LM6lxlf8na { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:18.6246875rem;width:33.125rem;top:6.71875rem;left:13.4375rem;display:block; }
#erwIKd4FDQXquVVF42NHGHz52QeTDmVT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4b16d5ce-bf34-4953-9cf6-3df162a7cb05/tonastronobozy41.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#erwIKd4FDQXquVVF42NHGHz52QeTDmVT.adaptive-delivery-prevent-bg, #erwIKd4FDQXquVVF42NHGHz52QeTDmVT.lazyload, #erwIKd4FDQXquVVF42NHGHz52QeTDmVT.lazyloading { background-image: none; }#erwIKd4FDQXquVVF42NHGHz52QeTDmVT > .row .container { background-color: transparent; background-image: none; }#erwIKd4FDQXquVVF42NHGHz52QeTDmVT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(35,242,255,0.59); }#erwIKd4FDQXquVVF42NHGHz52QeTDmVT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#erwIKd4FDQXquVVF42NHGHz52QeTDmVT > .row .container > .video-iframe-container { display: none; }#erwIKd4FDQXquVVF42NHGHz52QeTDmVT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(35,242,255,0.59); }#erwIKd4FDQXquVVF42NHGHz52QeTDmVT > .row > .video-iframe-container { display: none; }#erwIKd4FDQXquVVF42NHGHz52QeTDmVT > .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); }#erwIKd4FDQXquVVF42NHGHz52QeTDmVT > .row .container { border-width: 0; border-radius: 0; }#erwIKd4FDQXquVVF42NHGHz52QeTDmVT::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; }#erwIKd4FDQXquVVF42NHGHz52QeTDmVT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#erwIKd4FDQXquVVF42NHGHz52QeTDmVT > .row .container { font-size:0.875rem;font-family:arial;height:30.9375rem;width:60rem;position:relative;display:block; }#skho2dC6auuKlZt42UDIGFeLMckW0NLU { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),0.79);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.1875rem solid #b0c431;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 1.125rem rgba(10,53,87,0.1) ;height:20rem;width:36.9375rem;top:3.125rem;left:-7.375rem;display:block; }
#JcFkBO1GRmc8rvTTOodDnLose2PdxGBN { color:rgba(var(--color-tertiary-4),1);display:block;width:35.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15004;line-height:1.9;letter-spacing:0;top:5.6242065429688rem;left:-6.3125rem;height:11.39940625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WIUyZETeoCXFqtKW6IrQNnacIy70mfmM { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),0.79);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.1875rem solid #b0c431;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 1.125rem rgba(10,53,87,0.1) ;height:20rem;width:40.1875rem;top:3.125rem;left:30.000001907349rem;display:block; }
#aLoCLI9IP3lISGAdJ4hZJE3Jzt3rRcnl { color:rgba(var(--color-tertiary-4),1);display:block;width:35.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15007;line-height:1.9;letter-spacing:0;top:6.2492065429688rem;left:30.781251907349rem;height:9.49950625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pDo6Jbq2radxT4wUlveWCykJPfoyhTT5 { color:rgba(var(--color-tertiary-4),1);display:block;width:20.5625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:19.737501144409rem;left:0rem;height:1.798825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gxACcWlCizS1885qLLBGQRlihi5JxqAx { color:rgba(var(--color-tertiary-4),1);display:block;width:20.5625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15009;line-height:1.6;letter-spacing:0;top:19.737501144409rem;left:38.406251907349rem;height:1.798825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ITBHhDPf8pCQhZKKHpvgFQqyHBbnR226 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4b16d5ce-bf34-4953-9cf6-3df162a7cb05/tonastronobozy41.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ITBHhDPf8pCQhZKKHpvgFQqyHBbnR226.adaptive-delivery-prevent-bg, #ITBHhDPf8pCQhZKKHpvgFQqyHBbnR226.lazyload, #ITBHhDPf8pCQhZKKHpvgFQqyHBbnR226.lazyloading { background-image: none; }#ITBHhDPf8pCQhZKKHpvgFQqyHBbnR226 > .row .container { background-color: transparent; background-image: none; }#ITBHhDPf8pCQhZKKHpvgFQqyHBbnR226::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(35,242,255,0.59); }#ITBHhDPf8pCQhZKKHpvgFQqyHBbnR226 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ITBHhDPf8pCQhZKKHpvgFQqyHBbnR226 > .row .container > .video-iframe-container { display: none; }#ITBHhDPf8pCQhZKKHpvgFQqyHBbnR226 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(35,242,255,0.59); }#ITBHhDPf8pCQhZKKHpvgFQqyHBbnR226 > .row > .video-iframe-container { display: none; }#ITBHhDPf8pCQhZKKHpvgFQqyHBbnR226 > .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); }#ITBHhDPf8pCQhZKKHpvgFQqyHBbnR226 > .row .container { border-width: 0; border-radius: 0; }#ITBHhDPf8pCQhZKKHpvgFQqyHBbnR226::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; }#ITBHhDPf8pCQhZKKHpvgFQqyHBbnR226 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ITBHhDPf8pCQhZKKHpvgFQqyHBbnR226 > .row .container { font-size:0.875rem;font-family:arial;height:30.9375rem;width:60rem;position:relative;display:block; }#tpsNHGF6k0Dii2cRVDciBA7aDO6RfLhH { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),0.79);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.1875rem solid #b0c431;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 1.125rem rgba(10,53,87,0.1) ;height:23rem;width:36.375rem;top:3.125rem;left:-6.9375rem;display:block; }
#hLdzReNOeGVKyDwEJmADwAtDfQNRy7OE { color:rgba(var(--color-tertiary-4),1);display:block;width:33.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15004;line-height:1.9;letter-spacing:0;top:5.6242065429688rem;left:-5.625rem;height:15.1992125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lxi9JWkQsLwSxwtA5LSx1JDWvkE7J1b8 { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),0.79);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.1875rem solid #b0c431;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 1.125rem rgba(10,53,87,0.1) ;height:22.625rem;width:40.375rem;top:3.125rem;left:30.000001907349rem;display:block; }
#lF7I59ezR9VLfVUcdKZlGsVI54RlPP3g { color:rgba(var(--color-tertiary-4),1);display:block;width:33.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15007;line-height:1.9;letter-spacing:0;top:6.2679686546325rem;left:33.250001907349rem;height:7.59960625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ymQ2vBbiN9zOgSKQSRwwwKntOR5O4Xmn { color:rgba(var(--color-tertiary-4),1);display:block;width:20.5625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:22.849219799042rem;left:0.96875rem;height:1.798825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tr1O41wkd3mhKwTaNfcA09l4dBNpGccH { color:rgba(var(--color-tertiary-4),1);display:block;width:20.5625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15009;line-height:1.6;letter-spacing:0;top:17.506249904633rem;left:39.437501907349rem;height:1.798825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KeqxNMe9EXCWWppXh68BvUIG4m2dowm3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4b16d5ce-bf34-4953-9cf6-3df162a7cb05/tonastronobozy41.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KeqxNMe9EXCWWppXh68BvUIG4m2dowm3.adaptive-delivery-prevent-bg, #KeqxNMe9EXCWWppXh68BvUIG4m2dowm3.lazyload, #KeqxNMe9EXCWWppXh68BvUIG4m2dowm3.lazyloading { background-image: none; }#KeqxNMe9EXCWWppXh68BvUIG4m2dowm3 > .row .container { background-color: transparent; background-image: none; }#KeqxNMe9EXCWWppXh68BvUIG4m2dowm3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(35,242,255,0.59); }#KeqxNMe9EXCWWppXh68BvUIG4m2dowm3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KeqxNMe9EXCWWppXh68BvUIG4m2dowm3 > .row .container > .video-iframe-container { display: none; }#KeqxNMe9EXCWWppXh68BvUIG4m2dowm3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(35,242,255,0.59); }#KeqxNMe9EXCWWppXh68BvUIG4m2dowm3 > .row > .video-iframe-container { display: none; }#KeqxNMe9EXCWWppXh68BvUIG4m2dowm3 > .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); }#KeqxNMe9EXCWWppXh68BvUIG4m2dowm3 > .row .container { border-width: 0; border-radius: 0; }#KeqxNMe9EXCWWppXh68BvUIG4m2dowm3::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; }#KeqxNMe9EXCWWppXh68BvUIG4m2dowm3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KeqxNMe9EXCWWppXh68BvUIG4m2dowm3 > .row .container { font-size:0.875rem;font-family:arial;height:30.9375rem;width:60rem;position:relative;display:block; }#hNuepkJLwcze2we6mm0dIP3Iw4D1el5B { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),0.79);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.1875rem solid #b0c431;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 1.125rem rgba(10,53,87,0.1) ;height:16rem;width:36.4375rem;top:5.625rem;left:-6.875rem;display:block; }
#Ix9g56RJO2HappaO6nNqmlNSNqLpITCQ { color:rgba(var(--color-tertiary-4),1);display:block;width:31.6875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15004;line-height:1.9;letter-spacing:0;top:11.186718940735rem;left:-4.125rem;height:3.8rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qe7fdCXWE62lu9hlmIwDVPRrLC2fq6d2 { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),0.79);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.1875rem solid #b0c431;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 1.125rem rgba(10,53,87,0.1) ;height:15.9375rem;width:40.75rem;top:5.75rem;left:30.000001907349rem;display:block; }
#SavbX24cunNZNcHSRpc9LwhzQNXhNU84 { color:rgba(var(--color-tertiary-4),1);display:block;width:34.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15007;line-height:1.9;letter-spacing:0;top:10.686718940735rem;left:33.125001907349rem;height:3.7998rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Um8KGZfUDPuI4QkDfKI4uT6CwTIHewhX { color:rgba(var(--color-tertiary-4),1);display:block;width:20.5625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:17.362500190735rem;left:1.0625rem;height:1.798825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DLf0E0bZUaB78FOiCXPNwDWlGEw2ZEhD { color:rgba(var(--color-tertiary-4),1);display:block;width:23.5625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15009;line-height:1.6;letter-spacing:0;top:17.362500190735rem;left:39.437501907349rem;height:1.798825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QTros1PyV1m3xdLnlJbCGRJvNcHBTsSq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4b16d5ce-bf34-4953-9cf6-3df162a7cb05/tonastronobozy41.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QTros1PyV1m3xdLnlJbCGRJvNcHBTsSq.adaptive-delivery-prevent-bg, #QTros1PyV1m3xdLnlJbCGRJvNcHBTsSq.lazyload, #QTros1PyV1m3xdLnlJbCGRJvNcHBTsSq.lazyloading { background-image: none; }#QTros1PyV1m3xdLnlJbCGRJvNcHBTsSq > .row .container { background-color: transparent; background-image: none; }#QTros1PyV1m3xdLnlJbCGRJvNcHBTsSq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(35,242,255,0.57); }#QTros1PyV1m3xdLnlJbCGRJvNcHBTsSq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QTros1PyV1m3xdLnlJbCGRJvNcHBTsSq > .row .container > .video-iframe-container { display: none; }#QTros1PyV1m3xdLnlJbCGRJvNcHBTsSq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(35,242,255,0.57); }#QTros1PyV1m3xdLnlJbCGRJvNcHBTsSq > .row > .video-iframe-container { display: none; }#QTros1PyV1m3xdLnlJbCGRJvNcHBTsSq > .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); }#QTros1PyV1m3xdLnlJbCGRJvNcHBTsSq > .row .container { border-width: 0; border-radius: 0; }#QTros1PyV1m3xdLnlJbCGRJvNcHBTsSq::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; }#QTros1PyV1m3xdLnlJbCGRJvNcHBTsSq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QTros1PyV1m3xdLnlJbCGRJvNcHBTsSq > .row .container { font-size:0.875rem;font-family:arial;height:27.8125rem;width:60rem;position:relative;display:block; }#gTfnM0A8s5wJOftVRCnxG79Gz9DzHlnA { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),0.79);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.1875rem solid #b0c431;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 1.125rem rgba(10,53,87,0.1) ;height:16.25rem;width:37rem;top:5.75rem;left:-7.5rem;display:block; }
#dmWNvEwBRGJcJ45Pzp0NTcWTtNar7mSq { color:rgba(var(--color-tertiary-4),1);display:block;width:30.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.9;letter-spacing:0;top:8.6109380722044rem;left:-4.5625rem;height:7.5998125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#z7xhzAdikEtani9P2cxgNitIbh9ITPWT { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:17.686718940735rem;left:4.0625rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#n1TrkIZ6xB6NILu0oeesZnmVGlRUTMqT { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),0.79);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.1875rem solid #b0c431;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 1.125rem rgba(10,53,87,0.1) ;height:16.25rem;width:40.25rem;top:5.875rem;left:30.000001907349rem;display:block; }
#HIOSmq8NAMSR2JoGm0K4xvCybX0Be5OB { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:16.436718940735rem;left:42.811719894409rem;height:1.3rem;text-align:right;text-align-last:right;display:block; }
#XlWGwrfpTDW70phPOtzbK5fsIhVmnliw { color:rgba(var(--color-tertiary-4),1);display:block;width:36.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.9;letter-spacing:0;top:9.8101568222044rem;left:31.500001907349rem;height:3.7998rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#ANwUTwHgXkP9MW0DHbnldz1fN79kfHXT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ANwUTwHgXkP9MW0DHbnldz1fN79kfHXT > .row .container { background-color: transparent; background-image: none; }#ANwUTwHgXkP9MW0DHbnldz1fN79kfHXT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ANwUTwHgXkP9MW0DHbnldz1fN79kfHXT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ANwUTwHgXkP9MW0DHbnldz1fN79kfHXT > .row .container > .video-iframe-container { display: none; }#ANwUTwHgXkP9MW0DHbnldz1fN79kfHXT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ANwUTwHgXkP9MW0DHbnldz1fN79kfHXT > .row > .video-iframe-container { display: none; }#ANwUTwHgXkP9MW0DHbnldz1fN79kfHXT > .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); }#ANwUTwHgXkP9MW0DHbnldz1fN79kfHXT > .row .container { border-width: 0; border-radius: 0; }#ANwUTwHgXkP9MW0DHbnldz1fN79kfHXT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ANwUTwHgXkP9MW0DHbnldz1fN79kfHXT > .row .container { font-size:0.875rem;font-family:arial;height:4rem;width:60rem;position:relative;display:block; }#mly2MR8eMbJr2bEEGzyxnpEiNfXNDAhg { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;box-shadow: none;height:0.5625rem;width:0.5625rem;top:1.0625rem;left:27.9375rem;display:block; }
#FzFITZtNyRi3g2sGxllmR1ckBiLkIDpB { position:absolute;display:block;z-index:15001;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;box-shadow: none;height:0.5625rem;width:0.5625rem;top:1.0625rem;left:29.0625rem;display:block; }
#aEKRlHFCeIxsw4fET9CG1twUEWX06E2o { position:absolute;display:block;z-index:15002;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;box-shadow: none;height:0.5625rem;width:0.5625rem;top:1.0625rem;left:30.25rem;display:block; }
#w7GFFiQZ5V58z8hcy5wbZM55LbNzJvlt { position:absolute;display:block;z-index:15003;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;box-shadow: none;height:0.5625rem;width:0.5625rem;top:1.0625rem;left:31.5625rem;display:block; }
#tBnK9hztD2GqiN7HvIlQJcMXtcazU7Hf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e5dd3937-a622-4a0c-b31d-73468547af9c/Grafikinastron1.png");background-position:top left !important;background-repeat: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; }#tBnK9hztD2GqiN7HvIlQJcMXtcazU7Hf.adaptive-delivery-prevent-bg, #tBnK9hztD2GqiN7HvIlQJcMXtcazU7Hf.lazyload, #tBnK9hztD2GqiN7HvIlQJcMXtcazU7Hf.lazyloading { background-image: none; }#tBnK9hztD2GqiN7HvIlQJcMXtcazU7Hf > .row .container { background-color: transparent; background-image: none; }#tBnK9hztD2GqiN7HvIlQJcMXtcazU7Hf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(35,242,255,0.57); }#tBnK9hztD2GqiN7HvIlQJcMXtcazU7Hf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tBnK9hztD2GqiN7HvIlQJcMXtcazU7Hf > .row .container > .video-iframe-container { display: none; }#tBnK9hztD2GqiN7HvIlQJcMXtcazU7Hf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(35,242,255,0.57); }#tBnK9hztD2GqiN7HvIlQJcMXtcazU7Hf > .row > .video-iframe-container { display: none; }#tBnK9hztD2GqiN7HvIlQJcMXtcazU7Hf > .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); }#tBnK9hztD2GqiN7HvIlQJcMXtcazU7Hf > .row .container { border-width: 0; border-radius: 0; }#tBnK9hztD2GqiN7HvIlQJcMXtcazU7Hf::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; }#tBnK9hztD2GqiN7HvIlQJcMXtcazU7Hf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tBnK9hztD2GqiN7HvIlQJcMXtcazU7Hf > .row .container { font-size:0.875rem;font-family:arial;height:7.1875rem;width:60rem;position:relative;display:block; }#UdSnU1VLTrRX0vcVyg5R1ofGFTEL4U7K { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-primary-4),0.5);top:1.53076171875rem;left:0rem;height:3.0058625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WQM0E1NeZtfWmzkTalVg35JztoNlJBEm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WQM0E1NeZtfWmzkTalVg35JztoNlJBEm > .row .container { background-color: transparent; background-image: none; }#WQM0E1NeZtfWmzkTalVg35JztoNlJBEm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WQM0E1NeZtfWmzkTalVg35JztoNlJBEm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WQM0E1NeZtfWmzkTalVg35JztoNlJBEm > .row .container > .video-iframe-container { display: none; }#WQM0E1NeZtfWmzkTalVg35JztoNlJBEm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WQM0E1NeZtfWmzkTalVg35JztoNlJBEm > .row > .video-iframe-container { display: none; }#WQM0E1NeZtfWmzkTalVg35JztoNlJBEm > .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); }#WQM0E1NeZtfWmzkTalVg35JztoNlJBEm > .row .container { border-width: 0; border-radius: 0; }#WQM0E1NeZtfWmzkTalVg35JztoNlJBEm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WQM0E1NeZtfWmzkTalVg35JztoNlJBEm > .row .container { font-size:0.875rem;font-family:arial;height:37.75rem;width:60rem;position:relative;display:block; }#l2RZTU7aIkVTnqQOBZtD22nEI3oTVzSh { color:#d10000;display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:5.9375rem;left:23.5625rem;height:2.599825rem;font-style:normal;display:block; }
#pPTOKkEc6O1BRnzcKod9TAlTaGQcAgpi { position:absolute;display:block;z-index:15004;background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-4),1);border-left:0.125rem solid rgba(var(--color-tertiary-4),1);border-right:0.125rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-4),1);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.625rem;width:20.4375rem;top:1.0625rem;left:18.5625rem;display:block; }
#iTF7egXs7THroigy4yJ44G8LKfvURDD4 { position:absolute;display:block;z-index:15005;background-color:#ceff00;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:3rem;top:1.5rem;left:18.875rem;display:block; }
#dcKacmSTInJV8VkR5sspBXvIuJ30bTiA { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:1.8125rem;top:6.375rem;left:19.4375rem;overflow:hidden;display:block; }
#L6nluMEawKbQO3L2wTUEslio9WkiaTni { position:absolute;display:block;z-index:15008;background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-4),1);border-left:0.125rem solid rgba(var(--color-tertiary-4),1);border-right:0.125rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-4),1);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.5625rem;width:20.3125rem;top:31.625rem;left:18.5625rem;display:block; }
#m4B9wOBxIIpKpXFhSVXlbux1zpVJOegd { color:rgba(var(--color-tertiary-4),1);display:block;width:14.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:2.25rem;left:23.812501907349rem;height:1.29931875rem;font-style:normal;display:block; }
#gnf6pqdTTq2WJ8H8DwgymCKRHHBoBoNn { position:absolute;display:block;z-index:15009;background-color:#ceff00;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:3rem;top:5.75rem;left:18.875rem;display:block; }
#hQfCMa6l9GJpUmmLL2yys68z7v0wq6BV { color:rgba(var(--color-tertiary-1),1);display:block;width:12.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:6.5rem;left:44.25rem;height:1.3rem;font-style:normal;display:block; }
#nS8lLQqBRAUzRnsdTf9qSksMFiACaRLu { position:absolute;display:block;z-index:15017;background-color:#ceff00;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:3rem;top:5.8125rem;left:40.5rem;display:block; }
#FdlETrGTsX3Zaw8DSvo1MICvBObn8hiT { position:absolute;display:block;z-index:15025;background-color:#ceff00;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:3rem;top:10.0625rem;left:40.499134063721rem;display:block; }
#imtHNKPDULVUHz9wKA9nu6xZMuumgQLA { color:rgba(var(--color-tertiary-1),1);display:block;width:14.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:10.8125rem;left:23.5625rem;height:1.3rem;font-style:normal;display:block; }
#IF5h57SfGWSfFdPgVWFH6h1uNLlgb1MN { position:absolute;display:block;z-index:15021;background-color:#ceff00;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:3rem;top:10rem;left:18.875rem;display:block; }
#u0iGCsALpAWEs1tqFTOmHuv9Xxh9y1JJ { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.875rem;top:2.375rem;left:19.4375rem;overflow:hidden;display:block; }
#alvUW3ke77DniSHc4JsPwyd36vEJRP9V { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.625rem;top:10.9375rem;left:19.5625rem;overflow:hidden;display:block; }
#KTc6cBXJfntvDTq2IPHMGNWbMMJGX2zf { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:2.0625rem;top:6.6875rem;left:40.875rem;overflow:hidden;display:block; }
#zETiTT6V3M42JFp5kplloP9dfWNwneN0 { position:absolute;display:block;z-index:15022;background-color:#ceff00;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:3rem;top:14.625rem;left:18.875rem;display:block; }
#TuShGtqDXnNTg1mXibGhT0T7QkKPD8QT { position:absolute;display:block;z-index:15023;background-color:#ceff00;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:3rem;top:18.5rem;left:18.875rem;display:block; }
#nF7J0yGyN81EV0empIXl6VRTC75eGHd5 { position:absolute;display:block;z-index:15023;background-color:#ceff00;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:3rem;top:18.625rem;left:40.4375rem;display:block; }
#EnWXmvfwzZP0EaoyKpZlgamc0ea2Tvt6 { color:rgba(var(--color-tertiary-1),1);display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:14.625rem;left:23.375rem;height:2.599825rem;font-style:normal;display:block; }
#az5fNMrm45zOllpRueSSTG7LQIozircb { color:rgba(var(--color-tertiary-1),1);display:block;width:14.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:19.349826335907rem;left:23.28125rem;height:1.3rem;font-style:normal;display:block; }
#Gp1XSWPbguWqRHkaPO6vKsg0zJLnRcwR { color:rgba(var(--color-tertiary-1),1);display:block;width:12.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:10.830729007721rem;left:44.1875rem;height:1.3rem;font-style:normal;display:block; }
#Tly7qVRBDD76Vi50LetH1AuWKRadaGEk { color:rgba(var(--color-tertiary-1),1);display:block;width:15.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:23.562499523163rem;left:23.09375rem;height:1.3rem;font-style:normal;display:block; }
#xx5rMsgkS7nEZmMGeZuSaO6BfxPtigWA { color:rgba(var(--color-tertiary-1),1);display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:19.349826335907rem;left:44.1875rem;height:1.3rem;font-style:normal;display:block; }
#qW02P5amr76ch8FS6bfsp8t82XuXQDHz { color:rgba(var(--color-tertiary-1),1);display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:27.964410305023rem;left:22.75rem;height:2.599825rem;font-style:normal;display:block; }
#o4rfJOTbsmOUbLw0bLXv4MKwTiz3CsdT { color:rgba(var(--color-tertiary-1),1);display:block;width:15.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:23.286458492279rem;left:44.25rem;height:2.5986375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#JlbWaqW9QFd2Q7Gv5Sy5tKAPRWT1NlAb { position:absolute;display:block;z-index:15024;background-color:#ceff00;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:3rem;top:23.0625rem;left:40.499134063721rem;display:block; }
#GUKB7BHTQfvBQptnrfy7uKQ5Bf1lGvyW { position:absolute;display:block;z-index:15024;background-color:#ceff00;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:3rem;top:14.5rem;left:40.499134063721rem;display:block; }
#XvlpeF9ivwLJTGTtU71zqg8UHHRasZub { position:absolute;display:block;z-index:15024;background-color:#ceff00;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:3rem;top:22.9375rem;left:18.875rem;display:block; }
#oyzHzibJ8cMrPE5o1I594xroDdPsGq3i { position:absolute;display:block;z-index:15025;background-color:#ceff00;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:3rem;top:27.3125rem;left:18.875rem;display:block; }
#HdtKXcutRoNXzpm9mzx5s7fu1BqrfzL0 { box-sizing:content-box;color:rgba(var(--color-tertiary-4),1);font-size:1.75rem;font-weight:400;line-height:1;height:2.5625rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15037;top:23.1875rem;left:19.25rem;display:block; }
#N2Daa7OmT3xU1BcXDyCy20zvrRCMQ44T { box-sizing:content-box;color:rgba(var(--color-tertiary-4),1);font-size:1.6875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15038;top:18.75rem;left:19.1875rem;display:block; }
#RgvFS6T870UzvhSNlFirC88pst7GJFRO { box-sizing:content-box;color:rgba(var(--color-tertiary-4),1);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:block;z-index:15040;top:14.3125rem;left:18.8125rem;display:block; }
#iXMIai9RNlSvpPh7DXR6XHN1KAvvb72A { box-sizing:content-box;color:rgba(var(--color-tertiary-4),1);font-size:1.75rem;font-weight:400;line-height:1;height:2.5625rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15038;top:27.5rem;left:19.25rem;display:block; }
#wV965hzXmEzIy4ezlSSkheA7iJkOKQ4G { position:absolute;display:block;z-index:15024;background-color:#ceff00;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:3rem;top:32.0625rem;left:19.125rem;display:block; }
#ISelkpBBxCLNMEdRUhUObh35fuBq73ES { color:rgba(var(--color-tertiary-4),1);display:block;width:15.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:32.125rem;left:22.8125rem;height:2.599825rem;font-style:normal;display:block; }
#go1JnIDPJh18MmgTcnttQIoWiCSdJQbw { box-sizing:content-box;color:rgba(var(--color-tertiary-4),1);font-size:1.75rem;font-weight:400;line-height:1;height:2.5625rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15039;top:32.3125rem;left:19.4375rem;display:block; }
#SAKXTXugFGuBbDtLxahX80EFPmnKonxd { box-sizing:content-box;color:rgba(var(--color-tertiary-4),1);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:block;z-index:15041;top:22.837203979493rem;left:40.435111999512rem;display:block; }
#xTLQKFd5beUediMwvavJI8pfNd6UEqFb { box-sizing:content-box;color:rgba(var(--color-tertiary-4),1);font-size:1.75rem;font-weight:400;line-height:1;height:2.5625rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15038;top:18.9375rem;left:40.875rem;display:block; }
#J0pUklcSMiwa74GNLJew5GHAPRtuMBLC { color:rgba(var(--color-tertiary-1),1);display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:14.824653148651rem;left:44.0625rem;height:2.599825rem;font-style:normal;display:block; }
#SO7E7fzZ2qh46tXkK5nZliskBmO1vP6x { box-sizing:content-box;color:rgba(var(--color-tertiary-4),1);font-size:1.6875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15039;top:14.875rem;left:40.936634063721rem;display:block; }
#ZvBHFw4e6odaRMrGJ6dInEv6xWOZxHtq { position:absolute;display:block;z-index:15038;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.3125rem;width:2.3125rem;top:10.0625rem;left:40.842884063721rem;overflow:hidden;display:block; }
#zlUirPgIBDB2rn423v4qCLfdfzuDqgy8 { z-index:15002;top:32.8125rem;left:0.6875rem;background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0.0625rem 0rem #4d4d4d ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.875rem;height:2.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#kk2Sihwv3C9oEy6OvndtQSmoiHOAwQc4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Tn3kxgCquZ2ogXGNz2WD2TFTOlgwToiS { color:rgba(var(--color-tertiary-1),1);display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:27.5625rem;left:0rem;height:2.923825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qDiXSu7wmTOTRAdzE4Jeof6LFGlAQzWv { position:absolute;display:block;z-index:15005;background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-4),1);border-left:0.125rem solid rgba(var(--color-tertiary-4),1);border-right:0.125rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-4),1);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.625rem;width:20.4375rem;top:5.25rem;left:18.5625rem;display:block; }
#Bi2PdTf9PRiGbUfXo3RvdI6XIf5u2gA3 { position:absolute;display:block;z-index:15006;background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-4),1);border-left:0.125rem solid rgba(var(--color-tertiary-4),1);border-right:0.125rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-4),1);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.625rem;width:20.4375rem;top:9.5625rem;left:18.5625rem;display:block; }
#I5CgTUmMJeuWMTN8XxPZGF9UUaaxKcZz { position:absolute;display:block;z-index:15007;background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-4),1);border-left:0.125rem solid rgba(var(--color-tertiary-4),1);border-right:0.125rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-4),1);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.625rem;width:20.4375rem;top:13.9375rem;left:18.5625rem;display:block; }
#XpBXhOUe3sFF9f1k9G0Qy8hqIVZyx8z7 { position:absolute;display:block;z-index:15008;background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-4),1);border-left:0.125rem solid rgba(var(--color-tertiary-4),1);border-right:0.125rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-4),1);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.625rem;width:20.4375rem;top:18.1875rem;left:18.5625rem;display:block; }
#trmBFXkP9zmz5pXOLtkcJxT1xm4LKwE2 { position:absolute;display:block;z-index:15009;background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-4),1);border-left:0.125rem solid rgba(var(--color-tertiary-4),1);border-right:0.125rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-4),1);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.625rem;width:20.4375rem;top:22.4375rem;left:18.5625rem;display:block; }
#NI625THbqK9Q86ExgwynOhimfreQRlMd { position:absolute;display:block;z-index:15010;background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-4),1);border-left:0.125rem solid rgba(var(--color-tertiary-4),1);border-right:0.125rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-4),1);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.25rem;width:20.4375rem;top:26.734375rem;left:18.59375rem;display:block; }
#mFx3w9M08CPlslhNaV1L0ZwBDfDvRt2T { position:absolute;display:block;z-index:15009;background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-4),1);border-left:0.125rem solid rgba(var(--color-tertiary-4),1);border-right:0.125rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-4),1);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.625rem;width:19.4375rem;top:5.3125rem;left:40rem;display:block; }
#vsBSlUXGsuVLktkohnyDu04xvgk9FRIH { position:absolute;display:block;z-index:15010;background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-4),1);border-left:0.125rem solid rgba(var(--color-tertiary-4),1);border-right:0.125rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-4),1);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.625rem;width:19.4375rem;top:9.625rem;left:40rem;display:block; }
#rPIFdc80Ccitp6M9EKxZyb7pG1hee9Mv { position:absolute;display:block;z-index:15011;background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-4),1);border-left:0.125rem solid rgba(var(--color-tertiary-4),1);border-right:0.125rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-4),1);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.625rem;width:19.4375rem;top:14.0625rem;left:40rem;display:block; }
#M1GwiV5rKNomH24ZyF75OXCZdqlHJTSG { position:absolute;display:block;z-index:15012;background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-4),1);border-left:0.125rem solid rgba(var(--color-tertiary-4),1);border-right:0.125rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-4),1);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.625rem;width:19.4375rem;top:18.25rem;left:40rem;display:block; }
#MSyzCwDwargo32tmkrAsdgaW1I9GQxTX { position:absolute;display:block;z-index:15013;background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-4),1);border-left:0.125rem solid rgba(var(--color-tertiary-4),1);border-right:0.125rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-4),1);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.6875rem;width:19.4375rem;top:22.4375rem;left:39.999134063721rem;display:block; }
#g2Rqmdq6DSgAGXtT1ZzSs1WS1WuRzZFG { position:absolute;display:block;z-index:15013;background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-4),1);border-left:0.125rem solid rgba(var(--color-tertiary-4),1);border-right:0.125rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-4),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.4375rem;width:19.4375rem;top:26.6982421875rem;left:39.9990234375rem;display:block; }
#neWlrARNPTLoo14luwph0ctPhsvTIDiT { position:absolute;display:block;z-index:15025;background-color:#ceff00;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:3rem;top:27.312499523163rem;left:40.5rem;display:block; }
#i6ELvKMdHEhuQWDqKGsrgelxVgTNdL6d { box-sizing:content-box;color:rgba(var(--color-tertiary-4),1);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:block;z-index:15042;top:27.507560729981rem;left:40.435111999512rem;display:block; }
#D4CgWCL4nWwOGeg9rB0rbxQBdsRhHx8I { z-index:15001;top:15.50537109375rem;left:0.5625rem;background-color:#e81c20;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.0625rem 0rem #4d4d4d ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.9375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#o2EAUNr8iWfEQ4HFGs23HmH5e5uvDiIx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TXfeJ5XW8Q5RbicFaZ0k5XK1cRMK1zfI { position:absolute;display:block;z-index:15010;background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-4),1);border-left:0.125rem solid rgba(var(--color-tertiary-4),1);border-right:0.125rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-4),1);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.625rem;width:19.4375rem;top:1.125rem;left:40rem;display:block; }
#GHf6ieGRB9bWlU9bPD2ITapV9DR8IPD5 { box-sizing:content-box;color:rgba(var(--color-tertiary-4),1);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:block;z-index:15041;top:1.3802089691162rem;left:40.442489624024rem;display:block; }
#NMqHIpxK7m74DNuplGfNeKzHXIM95Dw5 { color:rgba(var(--color-tertiary-1),1);display:block;width:13.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:1.625rem;left:44.1875rem;height:2.7597625rem;font-style:normal;display:block; }
#yJg4Ny9oaEQc0Z8lJIR019RSeLPGTvKM { position:absolute;display:block;z-index:15018;background-color:#ceff00;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:3rem;top:1.5rem;left:40.5rem;display:block; }
#GOpoRUitRhkeinVQ0Tc3LoUXTR0HtEVo { color:rgba(var(--color-tertiary-1),1);display:block;width:14.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:27.3125rem;left:44.250001907349rem;height:7.3125rem;font-style:normal;display:block; }
#kcOUevC4yDOTan7ZL5p3zuX54b5pGA3e { color:rgba(var(--color-tertiary-1),1);display:block;width:16.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:1.41748046875rem;left:1.24951171875rem;height:2.0317375rem;font-style:normal;display:block; }
#a9e6fIUVpDssywF4NdzrtbrEmBgZwTDn { color:#e81c20;display:block;width:15.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.4375rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.1875rem rgba(var(--color-tertiary-4),1);top:4.2998046875rem;left:1.43701171875rem;height:5.7670875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yfBAyDBEKpalkS1Jc29Qg9AFd7BNaTzl { position:absolute;display:block;z-index:15000;background-color:#00cbd2;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:14.1875rem;width:17.75rem;top:0.796875rem;left:0.52978515625rem;display:block; }
#JtSmAcT0TMGcVHrhdxKJsodxpgSB7mF9 { color:rgba(var(--color-tertiary-1),1);display:block;width:8.6870625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:9.09814453125rem;left:8.94287109375rem;height:2.1108375rem;font-style:normal;display:block; }
#sRif7qlHevQ8SGlFq6vpznmUOTzFWa3n { color:rgba(var(--color-tertiary-2),1);display:block;width:9.8745rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:11.30859375rem;left:7.78125rem;height:3.41161875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VD6L48SoFFGoE5L7Oo2cqk9Tqkavssvc { color:rgba(var(--color-tertiary-1),1);display:block;width:10.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:2.85791015625rem;left:6.9697265625rem;height:2.1108375rem;font-style:normal;display:block; }
#wsToFdcNkpEFesRxF4qsXE6cbCBo2p87 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e5dd3937-a622-4a0c-b31d-73468547af9c/Grafikinastron1.png");background-position:top left !important;background-repeat: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; }#wsToFdcNkpEFesRxF4qsXE6cbCBo2p87.adaptive-delivery-prevent-bg, #wsToFdcNkpEFesRxF4qsXE6cbCBo2p87.lazyload, #wsToFdcNkpEFesRxF4qsXE6cbCBo2p87.lazyloading { background-image: none; }#wsToFdcNkpEFesRxF4qsXE6cbCBo2p87 > .row .container { background-color: transparent; background-image: none; }#wsToFdcNkpEFesRxF4qsXE6cbCBo2p87::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(35,242,255,0.57); }#wsToFdcNkpEFesRxF4qsXE6cbCBo2p87 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wsToFdcNkpEFesRxF4qsXE6cbCBo2p87 > .row .container > .video-iframe-container { display: none; }#wsToFdcNkpEFesRxF4qsXE6cbCBo2p87 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(35,242,255,0.57); }#wsToFdcNkpEFesRxF4qsXE6cbCBo2p87 > .row > .video-iframe-container { display: none; }#wsToFdcNkpEFesRxF4qsXE6cbCBo2p87 > .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); }#wsToFdcNkpEFesRxF4qsXE6cbCBo2p87 > .row .container { border-width: 0; border-radius: 0; }#wsToFdcNkpEFesRxF4qsXE6cbCBo2p87::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; }#wsToFdcNkpEFesRxF4qsXE6cbCBo2p87 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wsToFdcNkpEFesRxF4qsXE6cbCBo2p87 > .row .container { font-size:0.875rem;font-family:arial;height:9.5625rem;width:60rem;position:relative;display:block; }#Vk6vMAxzZTdJXV1xH1Tu2pdPJzUp6ks0 { color:rgba(var(--color-tertiary-0),1);display:block;width:56.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.4375rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.125rem #000000;top:1.3125rem;left:1.96875rem;height:5.7670875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#K6qdZlOcxUNDxNNxdPKvdTMvC2fZpWy3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#K6qdZlOcxUNDxNNxdPKvdTMvC2fZpWy3 > .row .container { background-color: transparent; background-image: none; }#K6qdZlOcxUNDxNNxdPKvdTMvC2fZpWy3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K6qdZlOcxUNDxNNxdPKvdTMvC2fZpWy3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K6qdZlOcxUNDxNNxdPKvdTMvC2fZpWy3 > .row .container > .video-iframe-container { display: none; }#K6qdZlOcxUNDxNNxdPKvdTMvC2fZpWy3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K6qdZlOcxUNDxNNxdPKvdTMvC2fZpWy3 > .row > .video-iframe-container { display: none; }#K6qdZlOcxUNDxNNxdPKvdTMvC2fZpWy3 > .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); }#K6qdZlOcxUNDxNNxdPKvdTMvC2fZpWy3 > .row .container { border-width: 0; border-radius: 0; }#K6qdZlOcxUNDxNNxdPKvdTMvC2fZpWy3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#K6qdZlOcxUNDxNNxdPKvdTMvC2fZpWy3 > .row .container { font-size:0.875rem;font-family:arial;height:125.8125rem;width:60rem;position:relative;display:block; }#JXQNypCgSGytAeyLC02Lx1F1RP7SfM7T { position:absolute;display:block;z-index:15010;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.8125rem;width:2.8125rem;top:1.21875rem;left:0rem;overflow:hidden;display:block; }
#s2z8ERMNcZk7utJzdLRHATzKwLZOMJ02 { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:2.8125rem;top:16.15625rem;left:0rem;overflow:hidden;display:block; }
#c2b8vA7qfZFqrPU2fMke4rDea2ZFbzEO { color:rgba(var(--color-tertiary-2),1);display:block;width:56.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.8;letter-spacing:0;top:1.28125rem;left:3.9375rem;height:2.69970625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#KVneJgHFMzMTrKZ5yNyoDaiSOkdXENrC { color:rgba(var(--color-tertiary-2),1);display:block;width:55.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:4.03125rem;left:3.9375rem;height:11.6381875rem;text-align:justify;text-align-last:initial;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#x5X1P5ac9xfbdIqexZRx5bwcerBS3Tet { color:rgba(var(--color-tertiary-2),1);display:block;width:56.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15006;line-height:1.8;letter-spacing:0;top:16.21875rem;left:3.9375rem;height:2.69970625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#NGDvDgZ9tP2Kx7oqMuiy20WGheXIH9Qa { color:rgba(var(--color-tertiary-2),1);display:block;width:55.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15007;line-height:1.4;letter-spacing:0;top:18.96875rem;left:3.9375rem;height:4.98779375rem;text-align:justify;text-align-last:initial;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#duCxSR2Fm3RlnCSMO6x7NKlKal9rm5Gn { position:absolute;display:block;z-index:15012;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.8125rem;width:2.8125rem;top:24.875rem;left:0rem;overflow:hidden;display:block; }
#PBNS0ew6KqQlTeclbCUAPSJyiqIJHBuN { color:rgba(var(--color-tertiary-2),1);display:block;width:56.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15007;line-height:1.8;letter-spacing:0;top:24.9375rem;left:3.9375rem;height:2.69970625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#RLgtZailgG5HM1Wr5lz89Or5TiP8lCC2 { color:rgba(var(--color-tertiary-2),1);display:block;width:55.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15008;line-height:1.4;letter-spacing:0;top:27.625rem;left:3.9375rem;height:3.3252rem;text-align:justify;text-align-last:initial;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#pxb6m3Hnu35hDAG9MZBFHTPPIkoEblvR { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:2.875rem;top:32.625rem;left:0rem;overflow:hidden;display:block; }
#bu1flzDOSvPHFN1rns4xqFhLAIRPkmA1 { color:rgba(var(--color-tertiary-2),1);display:block;width:56.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15008;line-height:1.8;letter-spacing:0;top:32.6875rem;left:3.9375rem;height:2.69970625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#X2KBCekgFwt6wT7VMwL1X4pvfgdLi9mL { color:rgba(var(--color-tertiary-2),1);display:block;width:55.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15009;line-height:1.4;letter-spacing:0;top:36.25rem;left:3.9375rem;height:11.6381875rem;text-align:justify;text-align-last:initial;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KHKxfBkkT8Ku5GolsDfND14bZLfXxb12 { position:absolute;display:block;z-index:15015;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.8125rem;width:2.8125rem;top:50.375rem;left:0.125rem;overflow:hidden;display:block; }
#KJDQTfVtQnxTVOkX1pBzNFL1l3LQuVxc { color:rgba(var(--color-tertiary-2),1);display:block;width:56.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15010;line-height:1.8;letter-spacing:0;top:50.4375rem;left:3.9375rem;height:2.69970625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#lylzHD8SCuBadHMXohg0dhxNeFhihTGO { color:rgba(var(--color-tertiary-2),1);display:block;width:55.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15011;line-height:1.4;letter-spacing:0;top:54.1875rem;left:4.125rem;height:1.6626rem;text-align:justify;text-align-last:initial;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#SabwkvU4P9baTBB3QRSOkmsxTI4UJTbK { position:absolute;display:block;z-index:15016;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.8125rem;width:2.8125rem;top:57.75rem;left:0rem;overflow:hidden;display:block; }
#e3aLitMfE6xBoT5P0TSquI5GNisA5rTg { color:rgba(var(--color-tertiary-2),1);display:block;width:56.0615rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15011;line-height:1.8;letter-spacing:0;top:57.8125rem;left:3.9375rem;height:2.69970625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BCX55Fz8co41rKf3XFriAlSRnur7p23y { color:rgba(var(--color-tertiary-2),1);display:block;width:55.6865rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15012;line-height:1.4;letter-spacing:0;top:61.5625rem;left:4.125rem;height:4.98779375rem;text-align:justify;text-align-last:initial;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#BkRLVbOTKCoom1uQ2o1JbvIAtbB55TLt { position:absolute;display:block;z-index:15017;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.8125rem;width:2.8125rem;top:68.3125rem;left:0.0625rem;overflow:hidden;display:block; }
#bgQpsLTrLIFXRWZOS3CUX5s6GVIbTaQg { color:rgba(var(--color-tertiary-2),1);display:block;width:56.0615rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15012;line-height:1.8;letter-spacing:0;top:68.375rem;left:3.9375rem;height:2.69970625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#oAMI0GGkRAAgWO67mPiLMwl5yfJB6iDH { color:rgba(var(--color-tertiary-2),1);display:block;width:55.6865rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15013;line-height:1.4;letter-spacing:0;top:72rem;left:4.3125rem;height:1.6626rem;text-align:justify;text-align-last:initial;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lx1qTKdgERQZPt42ogSXV2m7BQS2ekGS { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:2.8125rem;top:75.375rem;left:0rem;overflow:hidden;display:block; }
#T2H0aAHlQCEZJCSwGHh1XSREsuTlWc6w { color:rgba(var(--color-tertiary-2),1);display:block;width:56.0615rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15013;line-height:1.8;letter-spacing:0;top:75.4375rem;left:3.9375rem;height:2.69970625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#aH0sMbynv1wnyReJ05SCJLdJQiaxPFEf { color:rgba(var(--color-tertiary-2),1);display:block;width:55.6865rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15013;line-height:1.4;letter-spacing:0;top:79.25rem;left:4.125rem;height:1.6626rem;text-align:justify;text-align-last:initial;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TfkyUm4G2ruyCc6QuyWrFsEedrai6t2a { position:absolute;display:block;z-index:15019;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.8125rem;width:2.8125rem;top:82.9375rem;left:0rem;overflow:hidden;display:block; }
#GqV9M1VLeWRVlkQnTifLtKbvUoCUZhHM { color:rgba(var(--color-tertiary-2),1);display:block;width:56.0615rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:82.9375rem;left:3.9375rem;height:3.8994125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#yN3GRMpZNlUPU8ltx1tv1NuRDfEdn3Hf { color:rgba(var(--color-tertiary-2),1);display:block;width:55.6865rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15014;line-height:1.4;letter-spacing:0;top:87.8125rem;left:4.125rem;height:3.3252rem;text-align:justify;text-align-last:initial;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#PedpMUy29SFiWDyFmJJWZRkK30xUkCJS { position:absolute;display:block;z-index:15020;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.8125rem;width:2.8125rem;top:103.3125rem;left:0rem;overflow:hidden;display:block; }
#BWALsW9tb84dbtTWg8tSmQhHgPamkF9X { color:rgba(var(--color-tertiary-2),1);display:block;width:56.0615rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:103.75rem;left:3.9375rem;height:1.94970625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#tq9sAqtyO0CMsGE6GFSkri64LAETL2Pn { color:rgba(var(--color-tertiary-2),1);display:block;width:55.6865rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15015;line-height:1.4;letter-spacing:0;top:106.9990234375rem;left:3.9375rem;height:3.32519375rem;text-align:justify;text-align-last:initial;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#U3JR3rTTqGaXN0rSfP1KZPEo1dKr8IL6 { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:2.8125rem;top:111.4375rem;left:0rem;overflow:hidden;display:block; }
#Kl4NfXFJC6803X4iQTPMJmgTCexu9yOO { color:rgba(var(--color-tertiary-2),1);display:block;width:56.0615rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:111.875rem;left:3.9375rem;height:1.94970625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#IKHFrliqgNOS0pvFvC1nq7GLKrvmL3Lp { color:rgba(var(--color-tertiary-2),1);display:block;width:55.6865rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15016;line-height:1.4;letter-spacing:0;top:114.25rem;left:4.125rem;height:3.32519375rem;text-align:justify;text-align-last:initial;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vswZLhpdv2VCUdJbb28nrPmiBKkddEwg { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:2.8125rem;top:118.625rem;left:0rem;overflow:hidden;display:block; }
#QLl1qhrSGmcAUFf7uF1nRTU15vHZqJQ7 { color:rgba(var(--color-tertiary-2),1);display:block;width:56.0615rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:118.0625rem;left:3.9375rem;height:1.94970625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZqRzPUphWztiFIyt9upUPKnQ6f86Q8wA { color:rgba(var(--color-tertiary-2),1);display:block;width:55.686875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15017;line-height:1.4;letter-spacing:0;top:120.5rem;left:4.3125rem;height:3.32519375rem;text-align:justify;text-align-last:initial;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mxrtXbJi5LproyhrwcP2KByGRVsFUhRt { color:rgba(var(--color-tertiary-2),1);display:block;width:56.0614375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:91.875rem;left:3.9375rem;height:3.8994125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#arQ23qwR0k5Kptc7Hxch9MBcaE1lfOmV { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:2.8125rem;top:91.875rem;left:0rem;overflow:hidden;display:block; }
#isI0kko3ixKd3kMGQCSc3SAk6gZ1AAVv { color:rgba(var(--color-tertiary-2),1);display:block;width:55.6854375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15015;line-height:1.4;letter-spacing:0;top:96.25rem;left:3.9375rem;height:6.650375rem;text-align:justify;text-align-last:initial;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#HHVnrntFqZTFw62Da8HfAnDATwxnNGTa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ceff00;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; }#HHVnrntFqZTFw62Da8HfAnDATwxnNGTa > .row .container { background-color: transparent; background-image: none; }#HHVnrntFqZTFw62Da8HfAnDATwxnNGTa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HHVnrntFqZTFw62Da8HfAnDATwxnNGTa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HHVnrntFqZTFw62Da8HfAnDATwxnNGTa > .row .container > .video-iframe-container { display: none; }#HHVnrntFqZTFw62Da8HfAnDATwxnNGTa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HHVnrntFqZTFw62Da8HfAnDATwxnNGTa > .row > .video-iframe-container { display: none; }#HHVnrntFqZTFw62Da8HfAnDATwxnNGTa > .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); }#HHVnrntFqZTFw62Da8HfAnDATwxnNGTa > .row .container { border-width: 0; border-radius: 0; }#HHVnrntFqZTFw62Da8HfAnDATwxnNGTa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HHVnrntFqZTFw62Da8HfAnDATwxnNGTa > .row .container { font-size:0.875rem;font-family:arial;height:13.375rem;width:60rem;position:relative;display:block; }#uiB7PWTqbt4Jz0grAGXudaBgHAoHiuqn { color:#4d4d4d;display:block;width:23.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:4.6179695129394rem;left:1.1875rem;height:1.86889375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#J6m4UKH9c1NKoVk6wAWb8h0ytNfm6iBT { color:#4d4d4d;display:block;width:11.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:2.75rem;left:48.09375rem;height:1.86889375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eVUeQIEuQNeTSCdTPqT1MLvufTLADA5N { box-sizing:content-box;color:#4d4d4d;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:block;z-index:15003;top:2.09375rem;left:46.40625rem;display:block; }
#n2rC9Gyr5p8CLgcVC1NcTlBh95r7TB36 { position:absolute;display:block;z-index:15004;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:2rem;width:6.125rem;top:7.2125015258787rem;left:49.530469894409rem;overflow:hidden;display:block; }
#TJAplHBnlo5t9eug4hGEiEJ0GDZnoKnG { color:#4d4d4d;display:block;width:28.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:2.09375rem;left:1.1875rem;height:1.86889375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hKfxaLNGHzR5XnzSy8f2zqC1ueRummko { color:#4d4d4d;display:block;width:11.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:7.2781257629394rem;left:1.1875rem;height:1.86889375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#B0FdomiHr56SRTaSn7dHS8pRvEQVxSLT { color:#4d4d4d;display:block;width:28.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:7.2781257629394rem;left:14.5625rem;height:1.86889375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#LduV9V73FgOO9gCEIhK92Sz2g0DySoFU { position:absolute;display:block;z-index:15007;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.75rem;width:6.125rem;top:0.79921913146975rem;left:37.875001907349rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #oDyD5tHVmzVixKWTBKHfWxpzLA3LSyuy { display:block; }#oDyD5tHVmzVixKWTBKHfWxpzLA3LSyuy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Nzd7aLe0IkJ7JPXbszq1m438Rn8ThO77 { width:47.75rem;height:3.875rem;top:1.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7g74v6TtxcJgDWn0fA1Zvw4h9KHmQ2A { width:10.75rem;height:3.5625rem;top:1.375rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kg1pJXp8SzwRPnP0MKAGtB9MDviRtuxI { width:12.125rem;height:3.25rem;top:1.9375rem;left:35.625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTu6wLiNlTHB50WoXDRA35UCATSiMJZM { width:3.125rem;height:3.125rem;top:2rem;left:36.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u7zteAhENqVgarsFcKeuvTTaXO5BkJJh { width:6.125rem;height:5.9375rem;top:0.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I { display:block; }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HnR4uzktUmwSxnIrIwE2lM33RByhBLDi { top:42.25rem;left:16.30615234375rem;width:24.625rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZRRFdJrzc2fIo46Ge9RpwwkmGf3ZwNQ { display:block; }
 }@media only screen and (max-width: 763px) { #T0xHrxBNSTLnuLCAbrTytQEAiepuZfKW { width:12.6875rem;height:7.125rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FAVJLERa2yWwaFZHKTpbyBbtGzfR541W { width:45.4375rem;height:22.0625rem;top:17.25rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vaueutBfmIIbei3V8ntxQ20aRNJeCZzd { display:block; }#vaueutBfmIIbei3V8ntxQ20aRNJeCZzd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A2sfAdKS84homo5Q2G4ZW6FURznOwd9L { width:47.75rem;height:3.875rem;top:4.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SOydPJD0wWDZrmmIM58EDTLFuPVOZN98 { width:31rem;height:3.5rem;top:2.8125rem;left:2.8745651245117rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rxxxh99c2OutU9nUTvrV16Rr0P5D5ouZ { width:47.0625rem;height:15.6875rem;top:6.375rem;left:0.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLR91HhSDP5bbTp4ckaZpRa3ge2fpIxf { width:3.125rem;height:3.125rem;top:7.0625rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zscQbeS6B1u77SM6NNv18AcS8mw6vVTS { width:3.125rem;height:3.125rem;top:10.9375rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCa4m35x2ksaudDSHZwZOzZBSqO7NJqP { width:3.125rem;height:3.125rem;top:14.5rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mcsL2nopFybBfgaa88JQ2DRFb0HttPb1 { width:3.125rem;height:3.125rem;top:18.4375rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vowiftbZXtcr2TQS47nkJTn0IRNszZnN { width:47.75rem;height:3.125rem;top:24.125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iltb7VpMs6TrAUbKkwN7iypZxDKIHPnS { display:block; }#iltb7VpMs6TrAUbKkwN7iypZxDKIHPnS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RqGUodK5wk9Hkm6lMOC4m0HVaZQdyZt0 { width:47.75rem;height:19.4375rem;top:2.6875rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rH2h5wDOmJLt4P4dwnqcVPtaOeVkfUuc { display:block; }#rH2h5wDOmJLt4P4dwnqcVPtaOeVkfUuc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yAU40xmUFXLvUihExtv6NwGTNDEhh7MW { width:32.0625rem;height:0;top:9.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtzNvVhUi5NgVaZc5lxWKOWe1o4IWTfo { width:47.75rem;height:4.375rem;top:31.5rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yBXKvSJMke36QIL8Rl2LGKCfhGQ3lRcC { width:47.75rem;height:4rem;top:38.8125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tDGZxs4x41CiXUId7KUsb7nqdv2kTzCI { width:47.75rem;height:2.1875rem;top:46.125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P7HgeKSikQJLmOyuIy4LOUXezaBC3sK7 { width:47.75rem;height:2.1875rem;top:26rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QnTvuv85N7W6e7y0fvaeETvXEUMCLI47 { width:20rem;height:14.641796764254rem;top:64.125rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2JDpc18m2neHiB2c7lioiJOPlGZOxsF { width:16.6875rem;height:16.6875rem;top:3.0625rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8xafwlGT3MghXcBvnXu0Q1FcKeVqJTf { width:21.1875rem;height:21.1875rem;top:59.0625rem;left:26.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V02k7GyIP4OHgtDxcTQK6d1PCva9wETs { width:21.5625rem;height:21.5625rem;top:58.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9sa4rzhgO8Cz5NFKkW2PWpaOrLPz9oC { width:47.75rem;height:2.1875rem;top:52.3125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AVdLkH7ulXngKcG2TppesbNLl9FUbd8b { width:3.0625rem;height:3.0625rem;top:31.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BG27TmWTKwpSJVVBvRmMQrMyAt1tlaMw { width:3.0625rem;height:3.0625rem;top:25.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GsSmMitEfqOzrCwXAKfCKEmOWRUChvJw { width:3.0625rem;height:3.0625rem;top:38.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KrI9RvSCQxDaAqSsNpOVXrPy19SBhe6k { width:3.0625rem;height:3.0625rem;top:45.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mrdE1Izy90Hv6beorQTJTDOZSa5zcAph { width:3.0625rem;height:3.0625rem;top:51.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ffQF5W8vkFDsHkTRL4xLmIAnlC3otRJh { width:21.25rem;height:21.25rem;top:0.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NsUqA5zQrlmN3TTfTmzowCxuoRvbxhVh { width:21.1875rem;height:21.1875rem;top:0.8125rem;left:26.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zccJWmubHrol808pDJI4odaxN6dyDFn3 { top:80.125rem;left:3.8125rem;width:20.0625rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fvEbG600cCy4JyU6ObT4C60d0Cut3csr { display:block; }
 }@media only screen and (max-width: 763px) { #NzX4OtP4XRCGk36ThxWmK5fNxmGM705v { display:block; }#NzX4OtP4XRCGk36ThxWmK5fNxmGM705v > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bTZi3tMEw5JpIrfQ9lcqdeDZnxgk8TPV { width:11.875rem;height:3rem;top:2.6875rem;left:1.3728294372559rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VNtVc8awQhwxxI0IO25qh1mb1L5P5x9v { width:23.1875rem;height:3rem;top:2.6875rem;left:24.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Esmvod9Hyn0mG7fPSR5ilggcgbSmBBae { width:15.75rem;height:3.0625rem;top:2.6875rem;left:13.30859375rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4dC7hoDzekwvbeLim1cRUoONHFGeDEJ { display:block; }#C4dC7hoDzekwvbeLim1cRUoONHFGeDEJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C5bU1apEGu3Trk5vs79b5VwsLqd6t9rv { width:16.875rem;height:3.375rem;top:20.5rem;left:14.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQyn8Zz7b2xsldOBQ3AbSTceAaNhNz4p { width:16.875rem;height:3.375rem;top:20.5rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1kWTcaNor7FyTATlNWef4vuIZo4xlP1 { width:16.875rem;height:3.375rem;top:20.5rem;left:30.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RFJWAN0vekpasSB7mQ7cpqaAUd9FoBUd { width:19.6875rem;height:19.6875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ivuzErmDOcBeQ8depOxsoVJGBiq7OrVF { width:19.6875rem;height:19.6875rem;top:52rem;left:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Of9bOsVPcdbN5MdC3o5OvLBVNtRg0WRc { width:16.875rem;height:3.375rem;top:73.4375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sV8IycGrfiKdEfyqXF3wSkUZn7P9KOSZ { width:16.875rem;height:1.6875rem;top:73.4375rem;left:30.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pbp0sOTKoPkeo5pPMAX4afXf4ASdItHD { width:3.5625rem;height:3.5625rem;top:107.125rem;left:21.843101501465rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tm1KXaNSHyiGeJpkm9f278K8mxHEzAKv { width:19.1875rem;height:2.0625rem;top:25.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kogqUaTXr4QEaOBDvDCy6DyFaDhBgxlx { width:18.9375rem;height:11.75rem;top:27.25rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZct67czfNGlFSGsCMlxO0MGuTHktP3p { width:19.0625rem;height:2.0625rem;top:39.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bIRlHztD2Qrvqv2PETTRJRu07LHBNhLF { width:19.0625rem;height:7.8125rem;top:41.75rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpEGLLacJUcKbLVcS3IhKZ6RzUrw85NC { width:19.1875rem;height:2.0625rem;top:25.1875rem;left:12.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gAc5MgTvTln2BUTaeJIv1XGrHMgT7A6F { width:18.9375rem;height:7.8125rem;top:27.25rem;left:12.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZNb7XaHuxDVCRynslQ2FPrk5fG4Jk5wv { width:19.0625rem;height:2.0625rem;top:39.625rem;left:12.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HICPtHdE4fW4BspBRW8hCEUukt9QABxe { width:19.0625rem;height:7.8125rem;top:41.75rem;left:12.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GHeoZhHnKTofyDmwT5DBTzsMhlKN7ZSR { width:19.1875rem;height:2.0625rem;top:25.3125rem;left:28.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NlM9XdoJBiaEiQM8MWonoIVdZgHNiiJ3 { width:18.9375rem;height:9.8125rem;top:27.375rem;left:28.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fXqWkgA68K9qLdGT5hZlttg3bnV9Iu4w { width:19.0625rem;height:2.0625rem;top:39.75rem;left:28.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sC70XQi5P9VbsMD6rxT7oPiuRTJU55gi { width:19.0625rem;height:7.8125rem;top:41.875rem;left:28.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CT85fG7uCdq56CVmTKUGlagcJoT1CcUh { width:19.6875rem;height:19.6875rem;top:0rem;left:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zph2bUnLXdvcK88VRdDobfyungnX9s2P { width:19.6875rem;height:19.6875rem;top:0rem;left:27.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lDmVoWwUE1iozkFMcdt09rZJFB2TBlBN { width:19.1875rem;height:2.0625rem;top:77rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RxAyHfZ74KPEU6btMlCGGTTLl4JxkttO { width:18.9375rem;height:9.8125rem;top:79.0625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwoO7HdEztQxLBOeuTxgXpLAtuXTJ4LX { width:18.9375rem;height:11.75rem;top:78.9375rem;left:28.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ueXAvHSwJoZmt0SZTBWakl28MGgUrUyV { width:19.1875rem;height:2.0625rem;top:76.875rem;left:28.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZUZtbeIMXNdnoLIya2DHZTRPxqOedwVB { width:19.0625rem;height:2.0625rem;top:91.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O2ToxCCCbG0EzrEVTHLBM7UedBbIA2Dx { width:19.0625rem;height:2.0625rem;top:91.3125rem;left:28.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HGQMKfHImeDWFsD2XDVr5S45qQTBEAkQ { width:19.0625rem;height:9.8125rem;top:93.5625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hniu6WqI3qTUzvoqVa4mbhUcnlZcuQQa { width:19.0625rem;height:9.8125rem;top:93.4375rem;left:28.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2JmaevExdtym3472AGSdokTPNdcEM1q { width:16.875rem;height:3.375rem;top:73.4375rem;left:14.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oPnws6Nx9NuvZcTg4eGpDhZMv4qXzVXE { width:19.6875rem;height:19.6875rem;top:52rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qCtAskD7usLRlzwtE3LUBTZPG4wgUXQz { width:19.6875rem;height:19.6875rem;top:52rem;left:27.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #stE8cmatve9HoWbfizZi1gPN2ws4RV6z { width:19.1875rem;height:2.0625rem;top:77rem;left:12.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OSupZz6CKsTfiWC5TBSnG3Rt4hyTAQ6p { width:19.5625rem;height:11.75rem;top:79.0625rem;left:12.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bn1bKf2Kz1CIyTX8JXcozf4ZHA6yxKxy { width:19.0625rem;height:2.0625rem;top:91.4375rem;left:12.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wo7Ninz5JDqDJra7TlvS0esZmXtdlagB { width:19.0625rem;height:9.8125rem;top:93.5625rem;left:12.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c81JIgHUrTLxBJGHE0p4toHfxXkCNu6Z { width:27.6875rem;height:2.5rem;top:104.625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTkKnqdgBTqSsiLuAHnMz0z8UFKhqglO { width:47.75rem;height:2.0625rem;top:111.0625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cIxJoLvZUNkcVWbURtXUAkl0rD4JDwm2 { display:block; }#cIxJoLvZUNkcVWbURtXUAkl0rD4JDwm2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TEPxTXBF8HB95sp2hRq0eAGrTqg6o4ZH { top:309.875rem;left:0rem;width:20.0625rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fbh09zbGBL6ub8wv9htGHyCzyIbVBeOV { display:block; }
 }@media only screen and (max-width: 763px) { #y5mRgpGWn7GM1BSmSGScEpIBKzXBgmqb { width:16.875rem;height:1.6875rem;top:21.8125rem;left:14.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KpGocEboR8O9PiazgX2Na447scLdLx0t { width:16.875rem;height:1.6875rem;top:21.8125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNPomDcxWlqTI8WnWamkRk6xwtzW1Bz7 { width:19.0625rem;height:9.8125rem;top:24.75rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O2eNFuNGzQsVZVs1FZR0Q8y9sxExMpPI { width:19.0625rem;height:7.8125rem;top:24.75rem;left:12.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ahUswZZBRbJDPmKfhpdzsKDxMfMqxrzJ { width:16.875rem;height:1.6875rem;top:21.8125rem;left:30.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1A4LQe8zEv6H0nu4cQP1lrC7Vda7me3 { width:19rem;height:7.875rem;top:25rem;left:28.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RT3X0LLrru9HwFHJPE8ryGOSWoBBDIQa { width:19.6875rem;height:19.6875rem;top:35.75rem;left:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZH9TuwEwtrvrykfFtTC3HFNk6p32sAk { width:19.6875rem;height:19.6875rem;top:36.4375rem;left:27.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9Hn89THqo40wiIsdwGvnlzDR1C3SGOS { width:19.6875rem;height:19.6875rem;top:35.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wkJdbZPGPbPqeF9RvxFNQIK8qOvEtu3n { width:16.875rem;height:1.6875rem;top:58.75rem;left:14.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqzWR4e7kBATCwq20Ts71kTwsHAe8rMS { width:16.875rem;height:3.375rem;top:57.875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vAmlMS013GNIl2r9TOG5CLB1STFTtBWR { width:16.875rem;height:1.6875rem;top:58.75rem;left:30.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #la7Sug8whaCT4xmgRcgbBTsutb3C6MwQ { width:19.0625rem;height:5.875rem;top:61.875rem;left:28.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ookEXDxSoKerORzf9aET2QVleRCUVrT2 { width:19.0625rem;height:5.875rem;top:62.125rem;left:12.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXe4VhiFSvLyXOnJPIZPEakAoHHnx7GW { width:19.0625rem;height:7.8125rem;top:61.875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJInWGgSWNbzuDWqbv8rrsuPvTqeZmwK { width:19.6875rem;height:19.6875rem;top:73.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bNb88s2ooHOdJTRttU8PouMPdqav22lL { width:19.6875rem;height:19.6875rem;top:73.25rem;left:27.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ochECiTVng2WXidmHCmPyRH8u416gPiM { width:16.875rem;height:1.6875rem;top:94.75rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WvLDLT6GpRvGDkRwoa26L7ZNdTflNXtS { width:19.0625rem;height:7.8125rem;top:98.1875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KIvBiol8CR8gB7imb1hxgtowNCBe10XR { width:16.875rem;height:1.6875rem;top:94.8125rem;left:14.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gfw29ibXebIfUTa1CwiRcV8hKrTSHgg9 { width:19.0625rem;height:5.875rem;top:98.1875rem;left:12.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZLIrGKUtQlltFaWS4hEBctLydx1qEA1M { width:16.875rem;height:1.6875rem;top:94.8125rem;left:30.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bA9AdFNT0ZBTQxFqwNrucLStmkid7DIf { width:19.0625rem;height:7.8125rem;top:98rem;left:28.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JqOmMnL2HIqwFwGRaVg88HFhhmEzXDuL { width:19.6875rem;height:19.6875rem;top:107.5625rem;left:27.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XFEN0Ld2cuwCV6TWAiSDhRBA3ZEz3zm3 { width:16.875rem;height:1.6875rem;top:129.5625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MEF9hJ4Kx2itiEvvd1IXHwOmBzoaN01k { width:19.0625rem;height:11.75rem;top:133.8125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUTGctzcHmr6yMCxRg3gbxkyB1RUOLfT { width:16.875rem;height:3.375rem;top:128.75rem;left:14.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZgmxgZdEBCkXehmPaO4MZy8tg9TN0Plu { width:19.0625rem;height:13.75rem;top:134.5625rem;left:12.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTcU4DR77MmQXrQeTlAlFuCbPhZoOyAV { width:16.875rem;height:3.375rem;top:129.5625rem;left:30.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FWPN1Q0uQTOTWPFBioWxv3ImCEnaHafH { width:19.0625rem;height:5.875rem;top:134.5625rem;left:28.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTxB2D3gNzs1qsCtBkSzPQ7Ea8UvTMqr { width:19.6875rem;height:19.6875rem;top:150rem;left:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QB87Teqhf0qHU9X9DTkTEUFmzT4Jdcy3 { width:19.6875rem;height:19.6875rem;top:150rem;left:27.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7RSKLQyZOrKma0DotsiZ6ipZUKqTcNt { width:16.875rem;height:1.6875rem;top:171.875rem;left:14.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GSzo64gO8RIDK56R316zFwJ7t4UfBlbr { width:16.875rem;height:1.6875rem;top:171.875rem;left:30.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pETTasyNpdSwqRoF4TTkhadcxpRANv86 { width:19.0625rem;height:9.8125rem;top:176.0625rem;left:28.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BINZNE8O0h2T5BFWRkvaKzVeyqRMi6oy { width:19.0625rem;height:7.8125rem;top:176.0625rem;left:12.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTOfnQUaUvtTWGCcviClOuTaGprmGDVm { width:19.6875rem;height:19.6875rem;top:150.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8oCsspSAMZpbnmmzII9uOB6cHRnW6n7 { width:19.6875rem;height:19.6875rem;top:192.3125rem;left:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cu532sMLh2yFMEoWJocAwTXdZHhSTfBp { width:19.6875rem;height:19.6875rem;top:192.3125rem;left:28.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P9STdlCAb3v0GtQMNgkNtI6yoODTiLLy { width:16.875rem;height:1.6875rem;top:214.1875rem;left:14.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RUFgx9fcLUBDBpXSc2hHgl7p5FIOSQIA { width:16.875rem;height:1.6875rem;top:171.875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ea5PEzOHgpfKvK047awTpt7OHSuG9FG0 { width:16.875rem;height:1.6875rem;top:214.1875rem;left:30.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tg6AG4OQwDmIhtl2CfdTb8vZz9DnqQka { width:19.0625rem;height:3.875rem;top:217.625rem;left:28.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u2QNl7PJ7fhzVePLUTv6y9HqWVPDVlV5 { width:19.0625rem;height:9.8125rem;top:217.625rem;left:12.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h6lOqyvpJxy3IWkApGqyRTS0n4HVwyhZ { width:19.0625rem;height:7.8125rem;top:175.375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #za7flbhsOdHUGWmBENbFDuK8xKdCUCie { width:19.6875rem;height:19.6875rem;top:231.875rem;left:27.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GclgoSrsKs1aJwedXXIlw7D88Qxn929w { width:19.6875rem;height:19.6875rem;top:192.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PoeMDOQgo5QON9uv6Mxtag9R7KqsH8uh { width:19.6875rem;height:19.6875rem;top:231.875rem;left:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aq8keIQ0ODHkTMSyTHJVaQo8Aipkx92O { width:16.875rem;height:3.375rem;top:253.125rem;left:14.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FMLuQkHimgpR3OGrgoVViwhbHTdvDeGl { width:16.875rem;height:1.6875rem;top:213.75rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gd2v9HawGniL8QNTTiVoUZno7oZxVTpA { width:16.875rem;height:3.375rem;top:253.125rem;left:30.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWrRVr42RuDn4u8ZThptVA5ZZFQLqOWN { width:19.0625rem;height:9.8125rem;top:257.3125rem;left:28.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4tJiLOsfbIO4TwX5vZv9DED9vQ0OsAS { width:19.0625rem;height:13.75rem;top:256.5625rem;left:12.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6O0pH5TziBJzcNIWuspxr0g7rpxf6Jy { width:19.6875rem;height:13.75rem;top:217.1875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KkTAqa4rOVQO1TtHGFhmoDsEpsihZy5A { width:19.6875rem;height:19.6875rem;top:231.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cb3RrFa6zF8sQFZUH29fMvw6Bn8K0Qms { width:19.6875rem;height:19.6875rem;top:274.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WrXbQfE9IIaP1fNKsIPuTAigNiyJLaOX { width:19.6875rem;height:19.6875rem;top:274.8125rem;left:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZwXbAStNhygyW3vV766oIm9JSXlDOJG { width:16.875rem;height:1.6875rem;top:253.125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uzWNNkxCRiormpASw6CZPAFxcWLP5ybG { width:16.875rem;height:1.6875rem;top:296rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aOSoIDgdHpJGs87WsyNzl0fBAP175PBz { width:16.875rem;height:3.375rem;top:296rem;left:14.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdQGyyfV6UTNG9BfKxRa2nmIDn8B5DpD { width:19.0625rem;height:7.8125rem;top:300.1875rem;left:12.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dz0THybTtiIvQEd0lx0yZPxfRpQCuAe2 { width:19.0625rem;height:7.8125rem;top:300.1875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7ZTPoAlWeLmgn2HGFHES02LSiklfDDM { width:19.0625rem;height:5.875rem;top:257.3125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OfV8mF5J4M5HApybf4T9fTTQ4A47zKut { width:20rem;height:19.6875rem;top:107.5rem;left:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iFCJPdhpDc7BImBdNqVJ4t1HToyNbUVw { width:19.6875rem;height:19.6875rem;top:73.375rem;left:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQ8M3503caKKLVItkmgBFrh9QecPqKE8 { width:19.6875rem;height:19.6875rem;top:107.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJIBrrFevGGLpm442Zsr82iFF0b8p6t3 { width:19.6875rem;height:19.6875rem;top:0.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A3qBigMSA2NWq8aUCvv21yfv6dZ1XzGI { width:19.6875rem;height:19.6875rem;top:0.625rem;left:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZNF73HWNIBKm7wPlfpX9kKqDXnP3xAKQ { width:19.6875rem;height:19.6875rem;top:0.625rem;left:27.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nEGV5LhAITvpMgOCeqpOFbiNGk3pLU5w { display:block; }#nEGV5LhAITvpMgOCeqpOFbiNGk3pLU5w > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #atruc0IPKNlmx2e83i2KAsBmbsV9wzgW { width:47.75rem;height:4.375rem;top:1.3125rem;left:0rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #olWvZSAAZoymeB7KSFdPTXxBWwAyWhaZ { display:block; }#olWvZSAAZoymeB7KSFdPTXxBWwAyWhaZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vPBJlA6rtZoLIJUE3bezEeJO2PMiXTyg { width:28.625rem;height:19.021259583479rem;top:1.875rem;left:19.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yeWFTJ7kMT0K1R4uK34GpETfTvAfUaWJ { width:26.3125rem;height:10.1875rem;top:9.625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DVUyZcy25oDl8cmDVLxeTuT0cJrXMP8i { width:26.375rem;height:2.5rem;top:19.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HpmqFTpRwLdKpBkHaeAaf60BJgGrLZV4 { width:26.0625rem;height:7.625rem;top:0.8125rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SB86yieMpCuN8vTCpkJp6sRlqm5mUgWF { display:block; }#SB86yieMpCuN8vTCpkJp6sRlqm5mUgWF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UTDPVftVXBXfxQIp9KfKl45mCLGnCl1d { width:5.9375rem;height:7.625rem;top:7.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8Eiavk5hyGbmoBuGQ7LPFTTFFdTadSL { width:28.75rem;height:19.083304410074rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODurWuQdAxsKfrxwz7BOMiDTzmgeUIMD { width:29.0625rem;height:19.25rem;top:1.625rem;left:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GW6crRXdQiKt21W4hBtBX5RJFvhoXCBM { display:block; }#GW6crRXdQiKt21W4hBtBX5RJFvhoXCBM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cn35pN8DrfN9P9H1fSHKyzG8u89UTWs9 { width:26.3125rem;height:3.5rem;top:7.125rem;left:21.4375rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bqRm6eb2ATNpd1gPuKX3J0ML8hZ8vTq2 { width:26.125rem;height:4.125rem;top:1.25rem;left:21.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bx2tpGu652wGN5MSTFr4pyQT6LZGN6B5 { width:26.3125rem;height:7.625rem;top:10.5625rem;left:21.4375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRkFfnM2heHBaTilD3ghvK1zg3ZB5Hbt { width:30rem;height:22.390881307304rem;top:22.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZcedTsdHggJvVZvsH8v8VdOVLrJcpAF { width:29.8125rem;height:22.187639544903rem;top:22.875rem;left:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdrzLGTvfTnLEnI97EDXwB7ZDcnQIS5M { width:29.5rem;height:22.078441010939rem;top:0.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODNOZKgdcyQNVIiD1CC9bIkzBOOmq8lp { display:block; }#ODNOZKgdcyQNVIiD1CC9bIkzBOOmq8lp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dFH9wvDBwr70cPgWGsd8JVeKwCtxh9vD { display:block; }#dFH9wvDBwr70cPgWGsd8JVeKwCtxh9vD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JbPhbnBFm7iTW73Jv5iIfxtc7ElUGyUa { width:25.125rem;height:17.6875rem;top:17.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJdkE2p9MUs6mVg6NTZmtvR4O8LgAA0A { width:26.125rem;height:4.125rem;top:2rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WfrRVtERV942wWshBVZyzTf2bAXeb4De { width:26.3125rem;height:5.0625rem;top:11rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLubOpsLUa6FUXx41b8wTArk7aBv0En7 { width:22.6875rem;height:30.375rem;top:2rem;left:24.468751907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #mpSR0v0hucx6sPQ9ycTae8TBEPl82VW1 { width:26.0625rem;height:2.75rem;top:7.625rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGbB4CczwgWa7xycfD0k1ATDx8HTxb92 { display:block; }#DGbB4CczwgWa7xycfD0k1ATDx8HTxb92 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yuqS2xRUgMWKAz7JfJCBgP6souneEheF { width:47.75rem;height:2.5625rem;top:1.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NFoHy9JbfEQRgnoLtPe35RyzdAAXVSC4 { display:block; }#NFoHy9JbfEQRgnoLtPe35RyzdAAXVSC4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E73nbC91eRWE8qURQE5ihFT1A7G1VgpL { width:47.75rem;height:29.0625rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WUu1m0JVI7yBTBxRqtqPiE5CxKaypMl5 { width:4.5rem;height:4.25rem;top:0.6875rem;left:43.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8KKaQZpBmGKuV5aFdZzF9LM6lxlf8na { width:33.125rem;height:18.6246875rem;top:6.6875rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #erwIKd4FDQXquVVF42NHGHz52QeTDmVT { display:block; }#erwIKd4FDQXquVVF42NHGHz52QeTDmVT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #skho2dC6auuKlZt42UDIGFeLMckW0NLU { top:3.125rem;left:0rem;width:36.9375rem;height:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #JcFkBO1GRmc8rvTTOodDnLose2PdxGBN { top:5.5625rem;left:0rem;width:35.5625rem;height:11.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WIUyZETeoCXFqtKW6IrQNnacIy70mfmM { top:3.125rem;left:0rem;width:40.1875rem;height:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLoCLI9IP3lISGAdJ4hZJE3Jzt3rRcnl { top:6.1875rem;left:0rem;width:35.8125rem;height:9.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pDo6Jbq2radxT4wUlveWCykJPfoyhTT5 { width:20.5625rem;height:1.75rem;top:19.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gxACcWlCizS1885qLLBGQRlihi5JxqAx { width:20.5625rem;height:1.75rem;top:19.6875rem;left:15.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITBHhDPf8pCQhZKKHpvgFQqyHBbnR226 { display:block; }#ITBHhDPf8pCQhZKKHpvgFQqyHBbnR226 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tpsNHGF6k0Dii2cRVDciBA7aDO6RfLhH { top:3.125rem;left:0rem;width:36.375rem;height:23rem;display:block; }
 }@media only screen and (max-width: 763px) { #hLdzReNOeGVKyDwEJmADwAtDfQNRy7OE { top:5.5625rem;left:0rem;width:33.875rem;height:15.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxi9JWkQsLwSxwtA5LSx1JDWvkE7J1b8 { top:3.125rem;left:0rem;width:40.375rem;height:22.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lF7I59ezR9VLfVUcdKZlGsVI54RlPP3g { top:6.25rem;left:0rem;width:33.25rem;height:7.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ymQ2vBbiN9zOgSKQSRwwwKntOR5O4Xmn { width:20.5625rem;height:1.75rem;top:22.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tr1O41wkd3mhKwTaNfcA09l4dBNpGccH { width:20.5625rem;height:1.75rem;top:17.5rem;left:15.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KeqxNMe9EXCWWppXh68BvUIG4m2dowm3 { display:block; }#KeqxNMe9EXCWWppXh68BvUIG4m2dowm3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hNuepkJLwcze2we6mm0dIP3Iw4D1el5B { top:5.625rem;left:0rem;width:36.4375rem;height:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ix9g56RJO2HappaO6nNqmlNSNqLpITCQ { top:11.125rem;left:0rem;width:31.6875rem;height:3.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qe7fdCXWE62lu9hlmIwDVPRrLC2fq6d2 { top:5.75rem;left:5.75rem;width:40.75rem;height:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SavbX24cunNZNcHSRpc9LwhzQNXhNU84 { top:10.625rem;left:1.4375rem;width:34.375rem;height:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Um8KGZfUDPuI4QkDfKI4uT6CwTIHewhX { width:20.5625rem;height:1.75rem;top:17.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DLf0E0bZUaB78FOiCXPNwDWlGEw2ZEhD { width:23.5625rem;height:1.8125rem;top:17.3125rem;left:15.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTros1PyV1m3xdLnlJbCGRJvNcHBTsSq { display:block; }#QTros1PyV1m3xdLnlJbCGRJvNcHBTsSq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gTfnM0A8s5wJOftVRCnxG79Gz9DzHlnA { top:5.75rem;left:0rem;width:37rem;height:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmWNvEwBRGJcJ45Pzp0NTcWTtNar7mSq { top:8.5625rem;left:0rem;width:30.875rem;height:7.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7xhzAdikEtani9P2cxgNitIbh9ITPWT { top:17.625rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1TrkIZ6xB6NILu0oeesZnmVGlRUTMqT { top:5.875rem;left:0rem;width:40.25rem;height:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HIOSmq8NAMSR2JoGm0K4xvCybX0Be5OB { top:16.375rem;left:23.3125rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XlWGwrfpTDW70phPOtzbK5fsIhVmnliw { top:9.75rem;left:0rem;width:36.125rem;height:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ANwUTwHgXkP9MW0DHbnldz1fN79kfHXT { display:block; }#ANwUTwHgXkP9MW0DHbnldz1fN79kfHXT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mly2MR8eMbJr2bEEGzyxnpEiNfXNDAhg { top:1.0625rem;left:21.8125rem;width:0.5625rem;height:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FzFITZtNyRi3g2sGxllmR1ckBiLkIDpB { top:1.0625rem;left:22.9375rem;width:0.5625rem;height:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aEKRlHFCeIxsw4fET9CG1twUEWX06E2o { top:1.0625rem;left:24.125rem;width:0.5625rem;height:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7GFFiQZ5V58z8hcy5wbZM55LbNzJvlt { top:1.0625rem;left:25.4375rem;width:0.5625rem;height:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBnK9hztD2GqiN7HvIlQJcMXtcazU7Hf { display:block; }#tBnK9hztD2GqiN7HvIlQJcMXtcazU7Hf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UdSnU1VLTrRX0vcVyg5R1ofGFTEL4U7K { width:47.75rem;height:3rem;top:1.5rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQM0E1NeZtfWmzkTalVg35JztoNlJBEm { display:block; }#WQM0E1NeZtfWmzkTalVg35JztoNlJBEm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l2RZTU7aIkVTnqQOBZtD22nEI3oTVzSh { width:15.3125rem;height:2.5625rem;top:5.9375rem;left:16.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPTOKkEc6O1BRnzcKod9TAlTaGQcAgpi { width:20.4375rem;height:3.625rem;top:1.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTF7egXs7THroigy4yJ44G8LKfvURDD4 { width:3rem;height:3rem;top:1.5rem;left:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dcKacmSTInJV8VkR5sspBXvIuJ30bTiA { width:1.8125rem;height:1.625rem;top:6.375rem;left:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6nluMEawKbQO3L2wTUEslio9WkiaTni { width:20.3125rem;height:3.5625rem;top:31.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4B9wOBxIIpKpXFhSVXlbux1zpVJOegd { width:14.5rem;height:1.3125rem;top:2.25rem;left:17.625001907349rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gnf6pqdTTq2WJ8H8DwgymCKRHHBoBoNn { width:3rem;height:3rem;top:5.75rem;left:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQfCMa6l9GJpUmmLL2yys68z7v0wq6BV { width:12.8125rem;height:1.25rem;top:6.5rem;left:33.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nS8lLQqBRAUzRnsdTf9qSksMFiACaRLu { width:3rem;height:3rem;top:5.8125rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FdlETrGTsX3Zaw8DSvo1MICvBObn8hiT { width:3rem;height:3rem;top:10.0625rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #imtHNKPDULVUHz9wKA9nu6xZMuumgQLA { width:14.6875rem;height:1.25rem;top:10.8125rem;left:17.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IF5h57SfGWSfFdPgVWFH6h1uNLlgb1MN { width:3rem;height:3rem;top:10rem;left:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u0iGCsALpAWEs1tqFTOmHuv9Xxh9y1JJ { width:1.875rem;height:1.25rem;top:2.375rem;left:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #alvUW3ke77DniSHc4JsPwyd36vEJRP9V { width:1.625rem;height:1.5625rem;top:10.9375rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTc6cBXJfntvDTq2IPHMGNWbMMJGX2zf { width:2.0625rem;height:1.25rem;top:6.6875rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zETiTT6V3M42JFp5kplloP9dfWNwneN0 { width:3rem;height:3rem;top:14.625rem;left:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuShGtqDXnNTg1mXibGhT0T7QkKPD8QT { width:3rem;height:3rem;top:18.5rem;left:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nF7J0yGyN81EV0empIXl6VRTC75eGHd5 { width:3rem;height:3rem;top:18.625rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EnWXmvfwzZP0EaoyKpZlgamc0ea2Tvt6 { width:14.375rem;height:2.5625rem;top:14.625rem;left:17.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #az5fNMrm45zOllpRueSSTG7LQIozircb { width:14.875rem;height:1.25rem;top:19.3125rem;left:16.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gp1XSWPbguWqRHkaPO6vKsg0zJLnRcwR { width:12.3125rem;height:1.25rem;top:10.8125rem;left:33.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tly7qVRBDD76Vi50LetH1AuWKRadaGEk { width:15.25rem;height:1.25rem;top:23.5rem;left:16.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xx5rMsgkS7nEZmMGeZuSaO6BfxPtigWA { width:13.75rem;height:1.25rem;top:19.3125rem;left:33.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qW02P5amr76ch8FS6bfsp8t82XuXQDHz { width:16.5625rem;height:2.5625rem;top:27.9375rem;left:15.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o4rfJOTbsmOUbLw0bLXv4MKwTiz3CsdT { width:15.75rem;height:2.5625rem;top:23.25rem;left:31.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JlbWaqW9QFd2Q7Gv5Sy5tKAPRWT1NlAb { width:3rem;height:3rem;top:23.0625rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GUKB7BHTQfvBQptnrfy7uKQ5Bf1lGvyW { width:3rem;height:3rem;top:14.5rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XvlpeF9ivwLJTGTtU71zqg8UHHRasZub { width:3rem;height:3rem;top:22.9375rem;left:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oyzHzibJ8cMrPE5o1I594xroDdPsGq3i { width:3rem;height:3rem;top:27.3125rem;left:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HdtKXcutRoNXzpm9mzx5s7fu1BqrfzL0 { width:2.25rem;height:2.5625rem;top:23.1875rem;left:13.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #N2Daa7OmT3xU1BcXDyCy20zvrRCMQ44T { width:2.375rem;height:2.4375rem;top:18.75rem;left:13.5rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RgvFS6T870UzvhSNlFirC88pst7GJFRO { width:3.125rem;height:3.125rem;top:14.3125rem;left:12.75rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iXMIai9RNlSvpPh7DXR6XHN1KAvvb72A { width:2.25rem;height:2.5625rem;top:27.5rem;left:13.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wV965hzXmEzIy4ezlSSkheA7iJkOKQ4G { width:3rem;height:3rem;top:32.0625rem;left:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ISelkpBBxCLNMEdRUhUObh35fuBq73ES { width:15.0625rem;height:2.5625rem;top:32.125rem;left:16.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #go1JnIDPJh18MmgTcnttQIoWiCSdJQbw { width:2.25rem;height:2.5625rem;top:32.3125rem;left:13.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SAKXTXugFGuBbDtLxahX80EFPmnKonxd { width:3.125rem;height:3.125rem;top:22.8125rem;left:31.75rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTLQKFd5beUediMwvavJI8pfNd6UEqFb { width:2.25rem;height:2.5625rem;top:18.9375rem;left:31.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #J0pUklcSMiwa74GNLJew5GHAPRtuMBLC { width:15.9375rem;height:2.5625rem;top:14.8125rem;left:31.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SO7E7fzZ2qh46tXkK5nZliskBmO1vP6x { width:2.125rem;height:2.4375rem;top:14.875rem;left:31.75rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZvBHFw4e6odaRMrGJ6dInEv6xWOZxHtq { width:2.3125rem;height:2.3125rem;top:10.0625rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zlUirPgIBDB2rn423v4qCLfdfzuDqgy8 { top:32.8125rem;left:0rem;width:16.875rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kk2Sihwv3C9oEy6OvndtQSmoiHOAwQc4 { display:block; }
 }@media only screen and (max-width: 763px) { #Tn3kxgCquZ2ogXGNz2WD2TFTOlgwToiS { width:17.125rem;height:2.875rem;top:27.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDiXSu7wmTOTRAdzE4Jeof6LFGlAQzWv { width:20.4375rem;height:3.625rem;top:5.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bi2PdTf9PRiGbUfXo3RvdI6XIf5u2gA3 { width:20.4375rem;height:3.625rem;top:9.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5CgTUmMJeuWMTN8XxPZGF9UUaaxKcZz { width:20.4375rem;height:3.625rem;top:13.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XpBXhOUe3sFF9f1k9G0Qy8hqIVZyx8z7 { width:20.4375rem;height:3.625rem;top:18.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #trmBFXkP9zmz5pXOLtkcJxT1xm4LKwE2 { width:20.4375rem;height:3.625rem;top:22.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NI625THbqK9Q86ExgwynOhimfreQRlMd { width:20.4375rem;height:4.25rem;top:26.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mFx3w9M08CPlslhNaV1L0ZwBDfDvRt2T { width:19.4375rem;height:3.625rem;top:5.3125rem;left:27.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vsBSlUXGsuVLktkohnyDu04xvgk9FRIH { width:19.4375rem;height:3.625rem;top:9.625rem;left:27.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rPIFdc80Ccitp6M9EKxZyb7pG1hee9Mv { width:19.4375rem;height:3.625rem;top:14.0625rem;left:27.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M1GwiV5rKNomH24ZyF75OXCZdqlHJTSG { width:19.4375rem;height:3.625rem;top:18.25rem;left:27.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MSyzCwDwargo32tmkrAsdgaW1I9GQxTX { width:19.4375rem;height:3.6875rem;top:22.4375rem;left:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g2Rqmdq6DSgAGXtT1ZzSs1WS1WuRzZFG { width:19.4375rem;height:8.4375rem;top:26.6875rem;left:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #neWlrARNPTLoo14luwph0ctPhsvTIDiT { width:3rem;height:3rem;top:27.25rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6ELvKMdHEhuQWDqKGsrgelxVgTNdL6d { width:3.125rem;height:3.125rem;top:27.5rem;left:31.75rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4CgWCL4nWwOGeg9rB0rbxQBdsRhHx8I { top:15.5rem;left:0rem;width:17.5rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2EAUNr8iWfEQ4HFGs23HmH5e5uvDiIx { display:block; }
 }@media only screen and (max-width: 763px) { #TXfeJ5XW8Q5RbicFaZ0k5XK1cRMK1zfI { width:19.4375rem;height:3.625rem;top:1.125rem;left:27.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GHf6ieGRB9bWlU9bPD2ITapV9DR8IPD5 { width:3.125rem;height:3.125rem;top:1.375rem;left:31.75rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMqHIpxK7m74DNuplGfNeKzHXIM95Dw5 { width:13.375rem;height:2.75rem;top:1.625rem;left:33.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJg4Ny9oaEQc0Z8lJIR019RSeLPGTvKM { width:3rem;height:3rem;top:1.5rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GOpoRUitRhkeinVQ0Tc3LoUXTR0HtEVo { width:14.875rem;height:7.3125rem;top:27.25rem;left:32.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kcOUevC4yDOTan7ZL5p3zuX54b5pGA3e { width:16.125rem;height:2rem;top:1.375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9e6fIUVpDssywF4NdzrtbrEmBgZwTDn { width:15.375rem;height:5.75rem;top:4.25rem;left:0rem;font-size:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfBAyDBEKpalkS1Jc29Qg9AFd7BNaTzl { width:17.75rem;height:14.1875rem;top:0.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JtSmAcT0TMGcVHrhdxKJsodxpgSB7mF9 { width:8.625rem;height:2.0625rem;top:9.0625rem;left:6.88037109375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sRif7qlHevQ8SGlFq6vpznmUOTzFWa3n { width:9.8125rem;height:3.375rem;top:11.25rem;left:5.71875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #VD6L48SoFFGoE5L7Oo2cqk9Tqkavssvc { width:10.5rem;height:2.125rem;top:2.8125rem;left:4.9072265625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wsToFdcNkpEFesRxF4qsXE6cbCBo2p87 { display:block; }#wsToFdcNkpEFesRxF4qsXE6cbCBo2p87 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vk6vMAxzZTdJXV1xH1Tu2pdPJzUp6ks0 { width:47.75rem;height:5.75rem;top:1.3125rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6qdZlOcxUNDxNNxdPKvdTMvC2fZpWy3 { display:block; }#K6qdZlOcxUNDxNNxdPKvdTMvC2fZpWy3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JXQNypCgSGytAeyLC02Lx1F1RP7SfM7T { width:2.8125rem;height:2.8125rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s2z8ERMNcZk7utJzdLRHATzKwLZOMJ02 { width:2.8125rem;height:2.8125rem;top:16.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2b8vA7qfZFqrPU2fMke4rDea2ZFbzEO { width:47.75rem;height:2.6875rem;top:1.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVneJgHFMzMTrKZ5yNyoDaiSOkdXENrC { width:47.75rem;height:11.625rem;top:4rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5X1P5ac9xfbdIqexZRx5bwcerBS3Tet { width:47.75rem;height:2.6875rem;top:16.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGDvDgZ9tP2Kx7oqMuiy20WGheXIH9Qa { width:47.75rem;height:4.9375rem;top:18.9375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #duCxSR2Fm3RlnCSMO6x7NKlKal9rm5Gn { width:2.8125rem;height:2.8125rem;top:24.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBNS0ew6KqQlTeclbCUAPSJyiqIJHBuN { width:47.75rem;height:2.6875rem;top:24.9375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RLgtZailgG5HM1Wr5lz89Or5TiP8lCC2 { width:47.75rem;height:3.3125rem;top:27.625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pxb6m3Hnu35hDAG9MZBFHTPPIkoEblvR { width:2.875rem;height:2.875rem;top:32.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bu1flzDOSvPHFN1rns4xqFhLAIRPkmA1 { width:47.75rem;height:2.6875rem;top:32.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #X2KBCekgFwt6wT7VMwL1X4pvfgdLi9mL { width:47.75rem;height:11.625rem;top:36.25rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KHKxfBkkT8Ku5GolsDfND14bZLfXxb12 { width:2.8125rem;height:2.8125rem;top:50.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KJDQTfVtQnxTVOkX1pBzNFL1l3LQuVxc { width:47.75rem;height:2.6875rem;top:50.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lylzHD8SCuBadHMXohg0dhxNeFhihTGO { width:47.75rem;height:1.625rem;top:54.1875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SabwkvU4P9baTBB3QRSOkmsxTI4UJTbK { width:2.8125rem;height:2.8125rem;top:57.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3aLitMfE6xBoT5P0TSquI5GNisA5rTg { width:47.75rem;height:2.6875rem;top:57.8125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BCX55Fz8co41rKf3XFriAlSRnur7p23y { width:47.75rem;height:4.9375rem;top:61.5625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BkRLVbOTKCoom1uQ2o1JbvIAtbB55TLt { width:2.8125rem;height:2.8125rem;top:68.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bgQpsLTrLIFXRWZOS3CUX5s6GVIbTaQg { width:47.75rem;height:2.6875rem;top:68.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oAMI0GGkRAAgWO67mPiLMwl5yfJB6iDH { width:47.75rem;height:1.625rem;top:72rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lx1qTKdgERQZPt42ogSXV2m7BQS2ekGS { width:2.8125rem;height:2.8125rem;top:75.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2H0aAHlQCEZJCSwGHh1XSREsuTlWc6w { width:47.75rem;height:2.6875rem;top:75.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aH0sMbynv1wnyReJ05SCJLdJQiaxPFEf { width:47.75rem;height:1.625rem;top:79.25rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfkyUm4G2ruyCc6QuyWrFsEedrai6t2a { width:2.8125rem;height:2.8125rem;top:82.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GqV9M1VLeWRVlkQnTifLtKbvUoCUZhHM { width:47.75rem;height:3.875rem;top:82.9375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yN3GRMpZNlUPU8ltx1tv1NuRDfEdn3Hf { width:47.75rem;height:3.3125rem;top:87.8125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PedpMUy29SFiWDyFmJJWZRkK30xUkCJS { width:2.8125rem;height:2.8125rem;top:103.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BWALsW9tb84dbtTWg8tSmQhHgPamkF9X { width:47.75rem;height:1.9375rem;top:103.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tq9sAqtyO0CMsGE6GFSkri64LAETL2Pn { width:47.75rem;height:3.3125rem;top:106.9375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U3JR3rTTqGaXN0rSfP1KZPEo1dKr8IL6 { width:2.8125rem;height:2.8125rem;top:111.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kl4NfXFJC6803X4iQTPMJmgTCexu9yOO { width:47.75rem;height:1.9375rem;top:111.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IKHFrliqgNOS0pvFvC1nq7GLKrvmL3Lp { width:47.75rem;height:3.3125rem;top:114.25rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vswZLhpdv2VCUdJbb28nrPmiBKkddEwg { width:2.8125rem;height:2.8125rem;top:118.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QLl1qhrSGmcAUFf7uF1nRTU15vHZqJQ7 { width:47.75rem;height:1.9375rem;top:118.0625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZqRzPUphWztiFIyt9upUPKnQ6f86Q8wA { width:47.75rem;height:3.3125rem;top:120.5rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mxrtXbJi5LproyhrwcP2KByGRVsFUhRt { width:47.75rem;height:3.875rem;top:91.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #arQ23qwR0k5Kptc7Hxch9MBcaE1lfOmV { width:2.8125rem;height:2.8125rem;top:91.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #isI0kko3ixKd3kMGQCSc3SAk6gZ1AAVv { width:47.75rem;height:6.625rem;top:96.25rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HHVnrntFqZTFw62Da8HfAnDATwxnNGTa { display:block; }#HHVnrntFqZTFw62Da8HfAnDATwxnNGTa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uiB7PWTqbt4Jz0grAGXudaBgHAoHiuqn { width:23.0625rem;height:1.8125rem;top:4.5625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6m4UKH9c1NKoVk6wAWb8h0ytNfm6iBT { width:11.4375rem;height:1.8125rem;top:2.75rem;left:25.4375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVUeQIEuQNeTSCdTPqT1MLvufTLADA5N { width:3.125rem;height:3.125rem;top:2.0625rem;left:40.28125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2rC9Gyr5p8CLgcVC1NcTlBh95r7TB36 { width:6.125rem;height:2rem;top:7.1875rem;left:41.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJAplHBnlo5t9eug4hGEiEJ0GDZnoKnG { width:28.3125rem;height:1.8125rem;top:2.0625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hKfxaLNGHzR5XnzSy8f2zqC1ueRummko { width:11.875rem;height:1.8125rem;top:7.25rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B0FdomiHr56SRTaSn7dHS8pRvEQVxSLT { width:28.625rem;height:1.8125rem;top:7.25rem;left:8.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LduV9V73FgOO9gCEIhK92Sz2g0DySoFU { width:6.125rem;height:5.75rem;top:0.75rem;left:31.750001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #oDyD5tHVmzVixKWTBKHfWxpzLA3LSyuy { display:block; }#oDyD5tHVmzVixKWTBKHfWxpzLA3LSyuy > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Nzd7aLe0IkJ7JPXbszq1m438Rn8ThO77 { width:12.5rem;height:2.76269375rem;top:0.9375rem;left:3.75rem;text-align:center;text-align-last:center;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7g74v6TtxcJgDWn0fA1Zvw4h9KHmQ2A { width:9.25rem;height:2.9375rem;top:2.234375rem;left:3.1750001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kg1pJXp8SzwRPnP0MKAGtB9MDviRtuxI { width:12.375rem;height:1.80029375rem;top:2.8031253814698rem;left:7.625rem;text-align:right;text-align-last:right;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTu6wLiNlTHB50WoXDRA35UCATSiMJZM { width:2.0625rem;height:2.0625rem;top:2.671875rem;left:11.675000190735rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u7zteAhENqVgarsFcKeuvTTaXO5BkJJh { width:4.8125rem;height:4.6875rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/24fcb5f4-518d-4f66-b6ab-dde3cbdfc583/IMG_3660.JPG");background-position:bottom center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:contain !important;display:block; }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I.adaptive-delivery-prevent-bg, #fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I.lazyload, #fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I.lazyloading { background-image: none; }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I > .row .container { background-color: transparent; background-image: none; }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I > .row .container > .video-iframe-container { display: none; }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I > .row > .video-iframe-container { display: none; }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I > .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); }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I > .row .container { width:20rem;height:28.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HnR4uzktUmwSxnIrIwE2lM33RByhBLDi { top:25.584418773651rem;left:3.0523005127907rem;width:12.561875rem;height:2.1875rem;font-size:0.8125rem;border-top-left-radius:0.0625rem;border-top-right-radius:0.0625rem;border-bottom-left-radius:0.0625rem;border-bottom-right-radius:0.0625rem;box-shadow: 0.0625rem 0.0625rem 0.0625rem #4d4d4d ;display:block; }
 }@media only screen and (max-width: 763px) { #KZRRFdJrzc2fIo46Ge9RpwwkmGf3ZwNQ { display:block; }
 }@media only screen and (max-width: 763px) { #T0xHrxBNSTLnuLCAbrTytQEAiepuZfKW { width:5.75rem;height:3.25rem;top:0rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FAVJLERa2yWwaFZHKTpbyBbtGzfR541W { width:20rem;height:9.7107966057632rem;top:15.499136376953rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vaueutBfmIIbei3V8ntxQ20aRNJeCZzd { background-color:#fbffff;background-image:none;display:block; }#vaueutBfmIIbei3V8ntxQ20aRNJeCZzd > .row .container { background-color: transparent; background-image: none; }#vaueutBfmIIbei3V8ntxQ20aRNJeCZzd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vaueutBfmIIbei3V8ntxQ20aRNJeCZzd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vaueutBfmIIbei3V8ntxQ20aRNJeCZzd > .row .container > .video-iframe-container { display: none; }#vaueutBfmIIbei3V8ntxQ20aRNJeCZzd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vaueutBfmIIbei3V8ntxQ20aRNJeCZzd > .row > .video-iframe-container { display: none; }#vaueutBfmIIbei3V8ntxQ20aRNJeCZzd > .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); }#vaueutBfmIIbei3V8ntxQ20aRNJeCZzd > .row .container { width:20rem;height:27rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A2sfAdKS84homo5Q2G4ZW6FURznOwd9L { width:12.5rem;height:2.76269375rem;top:0.9375rem;left:3.75rem;text-align:center;text-align-last:center;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SOydPJD0wWDZrmmIM58EDTLFuPVOZN98 { width:20rem;height:2.72900625rem;top:0.951602935791rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #rxxxh99c2OutU9nUTvrV16Rr0P5D5ouZ { width:17.8125rem;height:17.4624rem;top:3.6979179382324rem;left:2.125rem;text-align:left;text-align-last:left;font-size:1.1875rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #FLR91HhSDP5bbTp4ckaZpRa3ge2fpIxf { display:flex;width:2.0625rem;height:2.0625rem;top:3.6875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #zscQbeS6B1u77SM6NNv18AcS8mw6vVTS { display:flex;width:1.81206875rem;height:1.81206875rem;top:6.6861982345581rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #nCa4m35x2ksaudDSHZwZOzZBSqO7NJqP { display:flex;width:1.93685rem;height:1.93685rem;top:11.451823234558rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #mcsL2nopFybBfgaa88JQ2DRFb0HttPb1 { display:flex;width:2.06163125rem;height:2.06163125rem;top:16.311849594116rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #vowiftbZXtcr2TQS47nkJTn0IRNszZnN { width:20rem;height:4.4596375rem;top:21.749132633209rem;left:0rem;text-align:left;text-align-last:left;font-size:1.0625rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #iltb7VpMs6TrAUbKkwN7iypZxDKIHPnS { display:block; }#iltb7VpMs6TrAUbKkwN7iypZxDKIHPnS > .row .container { width:20rem;height:17.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RqGUodK5wk9Hkm6lMOC4m0HVaZQdyZt0 { width:20rem;height:13.895525rem;top:1.689453125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rH2h5wDOmJLt4P4dwnqcVPtaOeVkfUuc { display:block; }#rH2h5wDOmJLt4P4dwnqcVPtaOeVkfUuc > .row .container { width:20rem;height:123.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yAU40xmUFXLvUihExtv6NwGTNDEhh7MW { width:15.875rem;height:0;top:1.25rem;left:4.125rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtzNvVhUi5NgVaZc5lxWKOWe1o4IWTfo { width:17.4375rem;height:4.13965rem;top:45.3125rem;left:2.5rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yBXKvSJMke36QIL8Rl2LGKCfhGQ3lRcC { width:16.875rem;height:5.09765rem;top:51rem;left:2.5rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tDGZxs4x41CiXUId7KUsb7nqdv2kTzCI { width:17.3125rem;height:2.7597625rem;top:57.8125rem;left:2.6875rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P7HgeKSikQJLmOyuIy4LOUXezaBC3sK7 { width:17.375rem;height:2.7597625rem;top:40.625rem;left:2.5rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QnTvuv85N7W6e7y0fvaeETvXEUMCLI47 { width:19.9995rem;height:14.937rem;top:0.74951171875rem;left:0.00146484375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2JDpc18m2neHiB2c7lioiJOPlGZOxsF { width:11.625rem;height:11.625rem;top:12.1201171875rem;left:4.1865234375rem;z-index:15079;display:block; }
 }@media only screen and (max-width: 763px) { #t8xafwlGT3MghXcBvnXu0Q1FcKeVqJTf { width:13.5rem;height:13.5rem;top:84.7353515625rem;left:3.2490234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V02k7GyIP4OHgtDxcTQK6d1PCva9wETs { width:19.9980625rem;height:19.9980625rem;top:66.39111328125rem;left:0.00146484375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9sa4rzhgO8Cz5NFKkW2PWpaOrLPz9oC { width:14.6875rem;height:2.7597625rem;top:62.375rem;left:2.8125rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AVdLkH7ulXngKcG2TppesbNLl9FUbd8b { display:flex;width:1.625rem;height:1.625rem;top:45.4375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #BG27TmWTKwpSJVVBvRmMQrMyAt1tlaMw { display:flex;width:1.749025rem;height:1.749025rem;top:40.375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #GsSmMitEfqOzrCwXAKfCKEmOWRUChvJw { display:flex;width:1.8120125rem;height:1.8120125rem;top:50.8125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #KrI9RvSCQxDaAqSsNpOVXrPy19SBhe6k { display:flex;width:1.75rem;height:1.75rem;top:58.0625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #mrdE1Izy90Hv6beorQTJTDOZSa5zcAph { display:flex;width:1.6875rem;height:1.6875rem;top:62.9375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ffQF5W8vkFDsHkTRL4xLmIAnlC3otRJh { width:19.9980625rem;height:19.9980625rem;top:19.36962890625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NsUqA5zQrlmN3TTfTmzowCxuoRvbxhVh { width:19.9980625rem;height:19.9980625rem;top:96.50537109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zccJWmubHrol808pDJI4odaxN6dyDFn3 { top:116.923828125rem;left:0.49951171875rem;width:18.9975625rem;height:4.936525rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fvEbG600cCy4JyU6ObT4C60d0Cut3csr { display:block; }
 }@media only screen and (max-width: 763px) { #NzX4OtP4XRCGk36ThxWmK5fNxmGM705v { display:block; }#NzX4OtP4XRCGk36ThxWmK5fNxmGM705v > .row .container { width:20rem;height:8.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bTZi3tMEw5JpIrfQ9lcqdeDZnxgk8TPV { width:11.874rem;height:1.94970625rem;top:1.34033203125rem;left:4.81201171875rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VNtVc8awQhwxxI0IO25qh1mb1L5P5x9v { width:19.9995rem;height:1.94970625rem;top:5.79345703125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Esmvod9Hyn0mG7fPSR5ilggcgbSmBBae { width:15.7498125rem;height:2.59874375rem;top:3.1977005004883rem;left:2.1245661377907rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4dC7hoDzekwvbeLim1cRUoONHFGeDEJ { background-color:#fbffff;background-image:none;display:block; }#C4dC7hoDzekwvbeLim1cRUoONHFGeDEJ > .row .container { background-color: transparent; background-image: none; }#C4dC7hoDzekwvbeLim1cRUoONHFGeDEJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C4dC7hoDzekwvbeLim1cRUoONHFGeDEJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C4dC7hoDzekwvbeLim1cRUoONHFGeDEJ > .row .container > .video-iframe-container { display: none; }#C4dC7hoDzekwvbeLim1cRUoONHFGeDEJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C4dC7hoDzekwvbeLim1cRUoONHFGeDEJ > .row > .video-iframe-container { display: none; }#C4dC7hoDzekwvbeLim1cRUoONHFGeDEJ > .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); }#C4dC7hoDzekwvbeLim1cRUoONHFGeDEJ > .row .container { width:20rem;height:334.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C5bU1apEGu3Trk5vs79b5VwsLqd6t9rv { width:16.936875rem;height:3.41015rem;top:75.374336242675rem;left:1.5310330986977rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQyn8Zz7b2xsldOBQ3AbSTceAaNhNz4p { width:16.936875rem;height:3.41015625rem;top:22.118056297302rem;left:1.5310330986977rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1kWTcaNor7FyTATlNWef4vuIZo4xlP1 { width:16.936875rem;height:3.41015rem;top:123.8125rem;left:1.375rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RFJWAN0vekpasSB7mQ7cpqaAUd9FoBUd { width:20rem;height:20rem;top:0.85720539093019rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ivuzErmDOcBeQ8depOxsoVJGBiq7OrVF { width:19.9370625rem;height:19.9370625rem;top:208.29537010193rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Of9bOsVPcdbN5MdC3o5OvLBVNtRg0WRc { width:16.875rem;height:3.41015625rem;top:174.9375rem;left:1.625rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sV8IycGrfiKdEfyqXF3wSkUZn7P9KOSZ { width:16.875rem;height:1.705075rem;top:285.9375rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pbp0sOTKoPkeo5pPMAX4afXf4ASdItHD { width:3.62413125rem;height:3.62413125rem;top:325.38303756714rem;left:8.1879342198375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tm1KXaNSHyiGeJpkm9f278K8mxHEzAKv { width:19.1873125rem;height:2.10069375rem;top:26.375rem;left:0.4375rem;text-align:center;text-align-last:center;font-size:1rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #kogqUaTXr4QEaOBDvDCy6DyFaDhBgxlx { width:18.936625rem;height:11.8125rem;top:29.75rem;left:0.5625rem;text-align:center;text-align-last:center;font-size:0.9375rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #KZct67czfNGlFSGsCMlxO0MGuTHktP3p { width:19.0625rem;height:2.10069375rem;top:42.8125rem;left:0.5rem;text-align:center;text-align-last:center;font-size:1rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #bIRlHztD2Qrvqv2PETTRJRu07LHBNhLF { width:19.0625rem;height:7.875rem;top:46.125rem;left:0.5rem;text-align:center;text-align-last:center;font-size:0.9375rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #fpEGLLacJUcKbLVcS3IhKZ6RzUrw85NC { width:19.1873125rem;height:2.10069375rem;top:79.875rem;left:0.5625rem;text-align:center;text-align-last:center;font-size:1rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #gAc5MgTvTln2BUTaeJIv1XGrHMgT7A6F { width:18.936625rem;height:7.875rem;top:83.25rem;left:0.6875rem;text-align:center;text-align-last:center;font-size:0.9375rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ZNb7XaHuxDVCRynslQ2FPrk5fG4Jk5wv { width:19.0625rem;height:2.10069375rem;top:92.3125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #HICPtHdE4fW4BspBRW8hCEUukt9QABxe { width:19.0625rem;height:7.875rem;top:95.6875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.9375rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #GHeoZhHnKTofyDmwT5DBTzsMhlKN7ZSR { width:19.1873125rem;height:2.10069375rem;top:127.9375rem;left:0.125rem;text-align:center;text-align-last:center;font-size:1rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #NlM9XdoJBiaEiQM8MWonoIVdZgHNiiJ3 { width:18.9355625rem;height:9.84375rem;top:130.93750572204rem;left:0.5316841006279rem;text-align:center;text-align-last:center;font-size:0.9375rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #fXqWkgA68K9qLdGT5hZlttg3bnV9Iu4w { width:19.0625rem;height:2.10069375rem;top:141.6875rem;left:0.6875rem;text-align:center;text-align-last:center;font-size:1rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #sC70XQi5P9VbsMD6rxT7oPiuRTJU55gi { width:19.0625rem;height:7.875rem;top:145.0625rem;left:0.6875rem;text-align:center;text-align-last:center;font-size:0.9375rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #CT85fG7uCdq56CVmTKUGlagcJoT1CcUh { width:19.6875rem;height:19.6875rem;top:54.5625rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zph2bUnLXdvcK88VRdDobfyungnX9s2P { width:19.6875rem;height:19.6875rem;top:104.125rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lDmVoWwUE1iozkFMcdt09rZJFB2TBlBN { width:19.1873125rem;height:2.10069375rem;top:179.625rem;left:0.4375rem;text-align:center;text-align-last:center;font-size:1rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #RxAyHfZ74KPEU6btMlCGGTTLl4JxkttO { width:18.936625rem;height:9.84375rem;top:182.9375rem;left:0.5625rem;text-align:center;text-align-last:center;font-size:0.9375rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #TwoO7HdEztQxLBOeuTxgXpLAtuXTJ4LX { width:18.9355625rem;height:11.8125rem;top:291.83052253723rem;left:0.5316841006279rem;text-align:center;text-align-last:center;font-size:0.9375rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ueXAvHSwJoZmt0SZTBWakl28MGgUrUyV { width:19.1873125rem;height:2.10069375rem;top:288.42559242249rem;left:0.40581601858139rem;text-align:center;text-align-last:center;font-size:1rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ZUZtbeIMXNdnoLIya2DHZTRPxqOedwVB { width:19.0625rem;height:2.10069375rem;top:194.0625rem;left:0.5rem;text-align:center;text-align-last:center;font-size:1rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #O2ToxCCCbG0EzrEVTHLBM7UedBbIA2Dx { width:19.0625rem;height:2.10069375rem;top:304.87414550781rem;left:0.46875005960464rem;text-align:center;text-align-last:center;font-size:1rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #HGQMKfHImeDWFsD2XDVr5S45qQTBEAkQ { width:19.0625rem;height:9.84375rem;top:197.375rem;left:0.5rem;text-align:center;text-align-last:center;font-size:0.9375rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #hniu6WqI3qTUzvoqVa4mbhUcnlZcuQQa { width:19.0625rem;height:9.84375rem;top:308.22266769409rem;left:0.46875005960464rem;text-align:center;text-align-last:center;font-size:0.9375rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #L2JmaevExdtym3472AGSdokTPNdcEM1q { width:16.875rem;height:3.41015rem;top:229.125rem;left:1.625rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oPnws6Nx9NuvZcTg4eGpDhZMv4qXzVXE { width:19.874125rem;height:19.874125rem;top:154.04515171051rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qCtAskD7usLRlzwtE3LUBTZPG4wgUXQz { width:20rem;height:20rem;top:265.06078147888rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #stE8cmatve9HoWbfizZi1gPN2ws4RV6z { width:19.1873125rem;height:2.10069375rem;top:233.8125rem;left:0.4375rem;text-align:center;text-align-last:center;font-size:1rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #OSupZz6CKsTfiWC5TBSnG3Rt4hyTAQ6p { width:19.561625rem;height:11.8125rem;top:237.125rem;left:0.25rem;text-align:center;text-align-last:center;font-size:0.9375rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #bn1bKf2Kz1CIyTX8JXcozf4ZHA6yxKxy { width:19.0625rem;height:2.10069375rem;top:250.1875rem;left:0.5rem;text-align:center;text-align-last:center;font-size:1rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #wo7Ninz5JDqDJra7TlvS0esZmXtdlagB { width:19.0625rem;height:9.84375rem;top:253.5625rem;left:0.5rem;text-align:center;text-align-last:center;font-size:0.9375rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #c81JIgHUrTLxBJGHE0p4toHfxXkCNu6Z { width:20rem;height:2.09911875rem;top:321.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTkKnqdgBTqSsiLuAHnMz0z8UFKhqglO { width:20rem;height:5.09765625rem;top:328.93664169311rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cIxJoLvZUNkcVWbURtXUAkl0rD4JDwm2 { background-color:#fbffff;background-image:none;display:block; }#cIxJoLvZUNkcVWbURtXUAkl0rD4JDwm2 > .row .container { background-color: transparent; background-image: none; }#cIxJoLvZUNkcVWbURtXUAkl0rD4JDwm2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cIxJoLvZUNkcVWbURtXUAkl0rD4JDwm2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cIxJoLvZUNkcVWbURtXUAkl0rD4JDwm2 > .row .container > .video-iframe-container { display: none; }#cIxJoLvZUNkcVWbURtXUAkl0rD4JDwm2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cIxJoLvZUNkcVWbURtXUAkl0rD4JDwm2 > .row > .video-iframe-container { display: none; }#cIxJoLvZUNkcVWbURtXUAkl0rD4JDwm2 > .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); }#cIxJoLvZUNkcVWbURtXUAkl0rD4JDwm2 > .row .container { width:20rem;height:798.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TEPxTXBF8HB95sp2hRq0eAGrTqg6o4ZH { top:793.37158203125rem;left:0.4365234375rem;width:19.125rem;height:4.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fbh09zbGBL6ub8wv9htGHyCzyIbVBeOV { display:block; }
 }@media only screen and (max-width: 763px) { #y5mRgpGWn7GM1BSmSGScEpIBKzXBgmqb { width:16.875rem;height:1.705075rem;top:56.125rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KpGocEboR8O9PiazgX2Na447scLdLx0t { width:16.875rem;height:1.705075rem;top:20.75rem;left:2.0625rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNPomDcxWlqTI8WnWamkRk6xwtzW1Bz7 { width:19.0625rem;height:9.84375rem;top:23.6875rem;left:0.9375rem;text-align:left;text-align-last:left;font-size:0.9375rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #O2eNFuNGzQsVZVs1FZR0Q8y9sxExMpPI { width:19.0625rem;height:7.875rem;top:59.0625rem;left:0.4375rem;text-align:left;text-align-last:left;font-size:0.9375rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ahUswZZBRbJDPmKfhpdzsKDxMfMqxrzJ { width:16.875rem;height:1.705075rem;top:90.875rem;left:1.625rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1A4LQe8zEv6H0nu4cQP1lrC7Vda7me3 { width:19.0625rem;height:7.875rem;top:93.8125rem;left:0.5rem;text-align:left;text-align-last:left;font-size:0.9375rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #RT3X0LLrru9HwFHJPE8ryGOSWoBBDIQa { width:19.749rem;height:19.749rem;top:137.62060546875rem;left:0.251953125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZH9TuwEwtrvrykfFtTC3HFNk6p32sAk { width:19.9995rem;height:20.0625rem;top:170.935546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9Hn89THqo40wiIsdwGvnlzDR1C3SGOS { width:19.875rem;height:19.875rem;top:102.12451171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wkJdbZPGPbPqeF9RvxFNQIK8qOvEtu3n { width:16.875rem;height:1.705075rem;top:158.375rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqzWR4e7kBATCwq20Ts71kTwsHAe8rMS { width:16.875rem;height:3.41015625rem;top:123.25rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vAmlMS013GNIl2r9TOG5CLB1STFTtBWR { width:16.875rem;height:1.705075rem;top:191.75rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #la7Sug8whaCT4xmgRcgbBTsutb3C6MwQ { width:19.0625rem;height:5.90625rem;top:194.75rem;left:0.4375rem;text-align:left;text-align-last:left;font-size:0.9375rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ookEXDxSoKerORzf9aET2QVleRCUVrT2 { width:19.0625rem;height:5.90625rem;top:161.3125rem;left:0.4375rem;text-align:left;text-align-last:left;font-size:0.9375rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #sXe4VhiFSvLyXOnJPIZPEakAoHHnx7GW { width:19.0625rem;height:7.875rem;top:127.875rem;left:0.4375rem;text-align:left;text-align-last:left;font-size:0.9375rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #kJInWGgSWNbzuDWqbv8rrsuPvTqeZmwK { width:19.875rem;height:19.875rem;top:202.05908203125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bNb88s2ooHOdJTRttU8PouMPdqav22lL { width:19.8125rem;height:19.8125rem;top:266.5rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ochECiTVng2WXidmHCmPyRH8u416gPiM { width:16.875rem;height:1.705075rem;top:223.0625rem;left:2.0625rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WvLDLT6GpRvGDkRwoa26L7ZNdTflNXtS { width:19.0625rem;height:7.875rem;top:226.0625rem;left:0.9375rem;text-align:left;text-align-last:left;font-size:0.9375rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #KIvBiol8CR8gB7imb1hxgtowNCBe10XR { width:16.875rem;height:1.705075rem;top:256.1875rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gfw29ibXebIfUTa1CwiRcV8hKrTSHgg9 { width:19.0625rem;height:5.90625rem;top:259.125rem;left:0.4375rem;text-align:left;text-align-last:left;font-size:0.9375rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ZLIrGKUtQlltFaWS4hEBctLydx1qEA1M { width:16.875rem;height:1.705075rem;top:287.375rem;left:1.625rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bA9AdFNT0ZBTQxFqwNrucLStmkid7DIf { width:19.0625rem;height:7.875rem;top:290.375rem;left:0.5rem;text-align:left;text-align-last:left;font-size:0.9375rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #JqOmMnL2HIqwFwGRaVg88HFhhmEzXDuL { width:19.9995rem;height:20.187rem;top:377.99853515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XFEN0Ld2cuwCV6TWAiSDhRBA3ZEz3zm3 { width:16.875rem;height:1.705075rem;top:319.875rem;left:1.625rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MEF9hJ4Kx2itiEvvd1IXHwOmBzoaN01k { width:19.0625rem;height:11.8125rem;top:322.8125rem;left:0.5rem;text-align:left;text-align-last:left;font-size:0.9375rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #TUTGctzcHmr6yMCxRg3gbxkyB1RUOLfT { width:16.875rem;height:3.41015rem;top:358.4375rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZgmxgZdEBCkXehmPaO4MZy8tg9TN0Plu { width:19.0625rem;height:13.78125rem;top:363.0625rem;left:0.4375rem;text-align:left;text-align-last:left;font-size:0.9375rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #sTcU4DR77MmQXrQeTlAlFuCbPhZoOyAV { width:16.875rem;height:3.41015rem;top:399.5rem;left:1.625rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FWPN1Q0uQTOTWPFBioWxv3ImCEnaHafH { width:19.0625rem;height:5.90625rem;top:404.1875rem;left:0.5rem;text-align:left;text-align-last:left;font-size:0.9375rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #bTxB2D3gNzs1qsCtBkSzPQ7Ea8UvTMqr { width:19.9365rem;height:19.9365rem;top:445.49560546875rem;left:0.06298828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QB87Teqhf0qHU9X9DTkTEUFmzT4Jdcy3 { width:19.812rem;height:19.812rem;top:479.43310546875rem;left:0.18896484375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7RSKLQyZOrKma0DotsiZ6ipZUKqTcNt { width:16.875rem;height:1.705075rem;top:466.625rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GSzo64gO8RIDK56R316zFwJ7t4UfBlbr { width:16.875rem;height:1.705075rem;top:500.3125rem;left:1.4375rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pETTasyNpdSwqRoF4TTkhadcxpRANv86 { width:19.0625rem;height:9.84375rem;top:503.25rem;left:0.3125rem;text-align:left;text-align-last:left;font-size:0.9375rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #BINZNE8O0h2T5BFWRkvaKzVeyqRMi6oy { width:19.0625rem;height:7.875rem;top:469.5625rem;left:0.4375rem;text-align:left;text-align-last:left;font-size:0.9375rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #BTOfnQUaUvtTWGCcviClOuTaGprmGDVm { width:19.9995rem;height:20.124rem;top:411.99609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8oCsspSAMZpbnmmzII9uOB6cHRnW6n7 { width:19.9995rem;height:19.9995rem;top:552.7470703125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cu532sMLh2yFMEoWJocAwTXdZHhSTfBp { width:19.9365rem;height:19.9365rem;top:587.53125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P9STdlCAb3v0GtQMNgkNtI6yoODTiLLy { width:16.875rem;height:1.705075rem;top:573.625rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RUFgx9fcLUBDBpXSc2hHgl7p5FIOSQIA { width:16.875rem;height:1.705075rem;top:433.1875rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ea5PEzOHgpfKvK047awTpt7OHSuG9FG0 { width:16.875rem;height:1.705075rem;top:608.6875rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tg6AG4OQwDmIhtl2CfdTb8vZz9DnqQka { width:19.0625rem;height:3.9375rem;top:611.6875rem;left:0.4375rem;text-align:left;text-align-last:left;font-size:0.9375rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #u2QNl7PJ7fhzVePLUTv6y9HqWVPDVlV5 { width:19.0625rem;height:9.84375rem;top:576.5625rem;left:0.4375rem;text-align:left;text-align-last:left;font-size:0.9375rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #h6lOqyvpJxy3IWkApGqyRTS0n4HVwyhZ { width:19.0625rem;height:7.875rem;top:436.125rem;left:0.4375rem;text-align:left;text-align-last:left;font-size:0.9375rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #za7flbhsOdHUGWmBENbFDuK8xKdCUCie { width:19.9995rem;height:20.0625rem;top:688.49853515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GclgoSrsKs1aJwedXXIlw7D88Qxn929w { width:19.812rem;height:19.812rem;top:514.55859375rem;left:0.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PoeMDOQgo5QON9uv6Mxtag9R7KqsH8uh { width:19.9365rem;height:19.9365rem;top:647.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aq8keIQ0ODHkTMSyTHJVaQo8Aipkx92O { width:16.875rem;height:3.41015625rem;top:668.4375rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FMLuQkHimgpR3OGrgoVViwhbHTdvDeGl { width:16.875rem;height:1.705075rem;top:535.125rem;left:1.4375rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gd2v9HawGniL8QNTTiVoUZno7oZxVTpA { width:16.875rem;height:3.41015625rem;top:709.625rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWrRVr42RuDn4u8ZThptVA5ZZFQLqOWN { width:19.0625rem;height:9.84375rem;top:714.25rem;left:0.4375rem;text-align:left;text-align-last:left;font-size:0.9375rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #b4tJiLOsfbIO4TwX5vZv9DED9vQ0OsAS { width:19.0625rem;height:13.78125rem;top:673.0625rem;left:0.4375rem;text-align:left;text-align-last:left;font-size:0.9375rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Z6O0pH5TziBJzcNIWuspxr0g7rpxf6Jy { width:19.6875rem;height:13.78125rem;top:538.0625rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #KkTAqa4rOVQO1TtHGFhmoDsEpsihZy5A { width:19.875rem;height:19.875rem;top:616.3125rem;left:0.12451171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cb3RrFa6zF8sQFZUH29fMvw6Bn8K0Qms { width:19.9995rem;height:19.9995rem;top:725.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WrXbQfE9IIaP1fNKsIPuTAigNiyJLaOX { width:19.9365rem;height:19.9365rem;top:758.2470703125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZwXbAStNhygyW3vV766oIm9JSXlDOJG { width:16.875rem;height:1.705075rem;top:637.1875rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uzWNNkxCRiormpASw6CZPAFxcWLP5ybG { width:16.875rem;height:1.705075rem;top:746rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aOSoIDgdHpJGs87WsyNzl0fBAP175PBz { width:16.875rem;height:3.41015625rem;top:779.3125rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdQGyyfV6UTNG9BfKxRa2nmIDn8B5DpD { width:19.0625rem;height:7.875rem;top:783.9375rem;left:0.4375rem;text-align:left;text-align-last:left;font-size:0.9375rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #dz0THybTtiIvQEd0lx0yZPxfRpQCuAe2 { width:19.0625rem;height:7.875rem;top:748.9375rem;left:0.4375rem;text-align:left;text-align-last:left;font-size:0.9375rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #r7ZTPoAlWeLmgn2HGFHES02LSiklfDDM { width:19.0625rem;height:5.90625rem;top:640.1875rem;left:0.4375rem;text-align:left;text-align-last:left;font-size:0.9375rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #OfV8mF5J4M5HApybf4T9fTTQ4A47zKut { width:19.9995rem;height:21.75rem;top:335.68505859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iFCJPdhpDc7BImBdNqVJ4t1HToyNbUVw { width:19.9995rem;height:19.9995rem;top:234.873046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQ8M3503caKKLVItkmgBFrh9QecPqKE8 { width:19.812rem;height:19.812rem;top:299.185546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJIBrrFevGGLpm442Zsr82iFF0b8p6t3 { width:20rem;height:18.9985rem;top:0.56096076965332rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A3qBigMSA2NWq8aUCvv21yfv6dZ1XzGI { width:19.875rem;height:19.9995rem;top:34.810546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZNF73HWNIBKm7wPlfpX9kKqDXnP3xAKQ { width:20rem;height:20.3125rem;top:69.2490234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nEGV5LhAITvpMgOCeqpOFbiNGk3pLU5w { display:block; }#nEGV5LhAITvpMgOCeqpOFbiNGk3pLU5w > .row .container { width:20rem;height:9.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #atruc0IPKNlmx2e83i2KAsBmbsV9wzgW { width:19.9995rem;height:5.1972625rem;top:2.1796875rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #olWvZSAAZoymeB7KSFdPTXxBWwAyWhaZ { display:block; }#olWvZSAAZoymeB7KSFdPTXxBWwAyWhaZ > .row .container { width:20rem;height:28.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vPBJlA6rtZoLIJUE3bezEeJO2PMiXTyg { width:19.9980625rem;height:13.8105625rem;top:5.11669921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yeWFTJ7kMT0K1R4uK34GpETfTvAfUaWJ { width:19.9995rem;height:8.07425rem;top:19.3359375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;color:rgba(var(--color-tertiary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #DVUyZcy25oDl8cmDVLxeTuT0cJrXMP8i { width:20rem;height:1.9125rem;top:26.03750038147rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HpmqFTpRwLdKpBkHaeAaf60BJgGrLZV4 { width:20rem;height:4.3857375rem;top:0.58671951293945rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SB86yieMpCuN8vTCpkJp6sRlqm5mUgWF { display:block; }#SB86yieMpCuN8vTCpkJp6sRlqm5mUgWF > .row .container { width:20rem;height:28.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UTDPVftVXBXfxQIp9KfKl45mCLGnCl1d { width:5.9375rem;height:1.3rem;top:14.25rem;left:7.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #k8Eiavk5hyGbmoBuGQ7LPFTTFFdTadSL { width:20rem;height:13.375rem;top:14.562500715256rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODurWuQdAxsKfrxwz7BOMiDTzmgeUIMD { width:19.8125rem;height:13.0625rem;top:0.73671865463256rem;left:0.095603804555812rem;display:block; }
 }@media only screen and (max-width: 763px) { #GW6crRXdQiKt21W4hBtBX5RJFvhoXCBM { display:block; }#GW6crRXdQiKt21W4hBtBX5RJFvhoXCBM > .row .container { width:20rem;height:43.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cn35pN8DrfN9P9H1fSHKyzG8u89UTWs9 { width:20rem;height:1.8999rem;top:3.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #bqRm6eb2ATNpd1gPuKX3J0ML8hZ8vTq2 { width:6.5rem;height:1.62305rem;top:0.6875rem;left:5.9375rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bx2tpGu652wGN5MSTFr4pyQT6LZGN6B5 { width:20rem;height:5.6997rem;top:34.436818359375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #fRkFfnM2heHBaTilD3ghvK1zg3ZB5Hbt { width:19.9375rem;height:14.9375rem;top:18.249999761581rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZcedTsdHggJvVZvsH8v8VdOVLrJcpAF { width:20rem;height:14.5rem;top:1.9343750476837rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdrzLGTvfTnLEnI97EDXwB7ZDcnQIS5M { width:19.8125rem;height:14.875rem;top:0.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODNOZKgdcyQNVIiD1CC9bIkzBOOmq8lp { display:block; }#ODNOZKgdcyQNVIiD1CC9bIkzBOOmq8lp > .row .container { width:20rem;height:1.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dFH9wvDBwr70cPgWGsd8JVeKwCtxh9vD { display:block; }#dFH9wvDBwr70cPgWGsd8JVeKwCtxh9vD > .row .container { width:20rem;height:56.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JbPhbnBFm7iTW73Jv5iIfxtc7ElUGyUa { width:17.9375rem;height:12.3125rem;top:0.8125rem;left:1.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJdkE2p9MUs6mVg6NTZmtvR4O8LgAA0A { width:20rem;height:1.62305rem;top:13.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WfrRVtERV942wWshBVZyzTf2bAXeb4De { width:20rem;height:4.0371125rem;top:15.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLubOpsLUa6FUXx41b8wTArk7aBv0En7 { width:19.9995rem;height:26.775875rem;top:20.8681640625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mpSR0v0hucx6sPQ9ycTae8TBEPl82VW1 { width:19.9995rem;height:5.1972625rem;top:49.51904296875rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGbB4CczwgWa7xycfD0k1ATDx8HTxb92 { display:block; }#DGbB4CczwgWa7xycfD0k1ATDx8HTxb92 > .row .container { width:20rem;height:5.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yuqS2xRUgMWKAz7JfJCBgP6souneEheF { width:20rem;height:3.24609375rem;top:1.03125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NFoHy9JbfEQRgnoLtPe35RyzdAAXVSC4 { display:block; }#NFoHy9JbfEQRgnoLtPe35RyzdAAXVSC4 > .row .container { width:20rem;height:15.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E73nbC91eRWE8qURQE5ihFT1A7G1VgpL { width:20rem;height:14.125rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WUu1m0JVI7yBTBxRqtqPiE5CxKaypMl5 { width:4.5rem;height:4.25rem;top:8.1875rem;left:8.5000002980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8KKaQZpBmGKuV5aFdZzF9LM6lxlf8na { height:11.25rem;width:20rem;top:3.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #erwIKd4FDQXquVVF42NHGHz52QeTDmVT { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4884aabc-1773-4a2a-bd2b-40b6a17f7102/tonastronobozy_stronagwna15.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#erwIKd4FDQXquVVF42NHGHz52QeTDmVT.adaptive-delivery-prevent-bg, #erwIKd4FDQXquVVF42NHGHz52QeTDmVT.lazyload, #erwIKd4FDQXquVVF42NHGHz52QeTDmVT.lazyloading { background-image: none; }#erwIKd4FDQXquVVF42NHGHz52QeTDmVT > .row .container { background-color: transparent; background-image: none; }#erwIKd4FDQXquVVF42NHGHz52QeTDmVT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(16,115,118,0.59); }#erwIKd4FDQXquVVF42NHGHz52QeTDmVT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#erwIKd4FDQXquVVF42NHGHz52QeTDmVT > .row .container > .video-iframe-container { display: none; }#erwIKd4FDQXquVVF42NHGHz52QeTDmVT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(16,115,118,0.59); }#erwIKd4FDQXquVVF42NHGHz52QeTDmVT > .row > .video-iframe-container { display: none; }#erwIKd4FDQXquVVF42NHGHz52QeTDmVT > .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); }#erwIKd4FDQXquVVF42NHGHz52QeTDmVT > .row .container { width:20rem;height:44.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #skho2dC6auuKlZt42UDIGFeLMckW0NLU { width:20rem;height:21.4375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JcFkBO1GRmc8rvTTOodDnLose2PdxGBN { width:19.1875rem;height:16.6112875rem;top:2.9375rem;left:0.31250011920929rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WIUyZETeoCXFqtKW6IrQNnacIy70mfmM { width:20rem;height:19.0625rem;top:23.718750357628rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLoCLI9IP3lISGAdJ4hZJE3Jzt3rRcnl { width:17.75rem;height:14.95015625rem;top:24.750000476837rem;left:0.86250007152556rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pDo6Jbq2radxT4wUlveWCykJPfoyhTT5 { width:20rem;height:1.600475rem;top:20.375000357628rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gxACcWlCizS1885qLLBGQRlihi5JxqAx { width:20rem;height:1.600475rem;top:40.562500476837rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITBHhDPf8pCQhZKKHpvgFQqyHBbnR226 { display:block; }#ITBHhDPf8pCQhZKKHpvgFQqyHBbnR226 > .row .container { width:20rem;height:44.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tpsNHGF6k0Dii2cRVDciBA7aDO6RfLhH { width:20rem;height:25.3125rem;top:2.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hLdzReNOeGVKyDwEJmADwAtDfQNRy7OE { width:19.4375rem;height:21.59471875rem;top:2.9375rem;left:0.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxi9JWkQsLwSxwtA5LSx1JDWvkE7J1b8 { width:20rem;height:14.25rem;top:28.625000476837rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lF7I59ezR9VLfVUcdKZlGsVI54RlPP3g { width:18.625rem;height:9.96679375rem;top:29.375000476837rem;left:0.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ymQ2vBbiN9zOgSKQSRwwwKntOR5O4Xmn { width:20rem;height:1.600475rem;top:25.149999976158rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tr1O41wkd3mhKwTaNfcA09l4dBNpGccH { width:20rem;height:1.600475rem;top:40.375002384186rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KeqxNMe9EXCWWppXh68BvUIG4m2dowm3 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4b16d5ce-bf34-4953-9cf6-3df162a7cb05/tonastronobozy41.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#KeqxNMe9EXCWWppXh68BvUIG4m2dowm3.adaptive-delivery-prevent-bg, #KeqxNMe9EXCWWppXh68BvUIG4m2dowm3.lazyload, #KeqxNMe9EXCWWppXh68BvUIG4m2dowm3.lazyloading { background-image: none; }#KeqxNMe9EXCWWppXh68BvUIG4m2dowm3 > .row .container { background-color: transparent; background-image: none; }#KeqxNMe9EXCWWppXh68BvUIG4m2dowm3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(16,115,118,0.59); }#KeqxNMe9EXCWWppXh68BvUIG4m2dowm3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KeqxNMe9EXCWWppXh68BvUIG4m2dowm3 > .row .container > .video-iframe-container { display: none; }#KeqxNMe9EXCWWppXh68BvUIG4m2dowm3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(16,115,118,0.59); }#KeqxNMe9EXCWWppXh68BvUIG4m2dowm3 > .row > .video-iframe-container { display: none; }#KeqxNMe9EXCWWppXh68BvUIG4m2dowm3 > .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); }#KeqxNMe9EXCWWppXh68BvUIG4m2dowm3 > .row .container { width:20rem;height:44.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hNuepkJLwcze2we6mm0dIP3Iw4D1el5B { width:20rem;height:11.4375rem;top:8.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ix9g56RJO2HappaO6nNqmlNSNqLpITCQ { width:17.5rem;height:4.983725rem;top:9.125rem;left:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qe7fdCXWE62lu9hlmIwDVPRrLC2fq6d2 { width:20rem;height:12.8125rem;top:26.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SavbX24cunNZNcHSRpc9LwhzQNXhNU84 { width:17.5rem;height:6.644525rem;top:27.8125rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Um8KGZfUDPuI4QkDfKI4uT6CwTIHewhX { width:20rem;height:1.600475rem;top:16.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DLf0E0bZUaB78FOiCXPNwDWlGEw2ZEhD { width:20rem;height:1.600475rem;top:36.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTros1PyV1m3xdLnlJbCGRJvNcHBTsSq { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4b16d5ce-bf34-4953-9cf6-3df162a7cb05/tonastronobozy41.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#QTros1PyV1m3xdLnlJbCGRJvNcHBTsSq.adaptive-delivery-prevent-bg, #QTros1PyV1m3xdLnlJbCGRJvNcHBTsSq.lazyload, #QTros1PyV1m3xdLnlJbCGRJvNcHBTsSq.lazyloading { background-image: none; }#QTros1PyV1m3xdLnlJbCGRJvNcHBTsSq > .row .container { background-color: transparent; background-image: none; }#QTros1PyV1m3xdLnlJbCGRJvNcHBTsSq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(16,115,118,0.57); }#QTros1PyV1m3xdLnlJbCGRJvNcHBTsSq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QTros1PyV1m3xdLnlJbCGRJvNcHBTsSq > .row .container > .video-iframe-container { display: none; }#QTros1PyV1m3xdLnlJbCGRJvNcHBTsSq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(16,115,118,0.57); }#QTros1PyV1m3xdLnlJbCGRJvNcHBTsSq > .row > .video-iframe-container { display: none; }#QTros1PyV1m3xdLnlJbCGRJvNcHBTsSq > .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); }#QTros1PyV1m3xdLnlJbCGRJvNcHBTsSq > .row .container { width:20rem;height:44.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gTfnM0A8s5wJOftVRCnxG79Gz9DzHlnA { width:20rem;height:15.5rem;top:3.625rem;left:0rem;background-color:rgba(255,255,255,0.66);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #dmWNvEwBRGJcJ45Pzp0NTcWTtNar7mSq { width:17.5rem;height:11.6286875rem;top:4.75rem;left:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7xhzAdikEtani9P2cxgNitIbh9ITPWT { width:12.5rem;height:1.3rem;top:16.9375rem;left:4.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1TrkIZ6xB6NILu0oeesZnmVGlRUTMqT { width:20rem;height:17.625rem;top:23.6875rem;left:0rem;background-color:rgba(255,255,255,0.66);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #HIOSmq8NAMSR2JoGm0K4xvCybX0Be5OB { width:12.5rem;height:1.3rem;top:37.5rem;left:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XlWGwrfpTDW70phPOtzbK5fsIhVmnliw { width:17.5rem;height:6.644525rem;top:27.375rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ANwUTwHgXkP9MW0DHbnldz1fN79kfHXT { display:block; }#ANwUTwHgXkP9MW0DHbnldz1fN79kfHXT > .row .container { width:20rem;height:2.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mly2MR8eMbJr2bEEGzyxnpEiNfXNDAhg { width:0.5625rem;height:0.5625rem;top:1.0625rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FzFITZtNyRi3g2sGxllmR1ckBiLkIDpB { width:0.5625rem;height:0.5625rem;top:1.0625rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aEKRlHFCeIxsw4fET9CG1twUEWX06E2o { width:0.5625rem;height:0.5625rem;top:1.0625rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7GFFiQZ5V58z8hcy5wbZM55LbNzJvlt { width:0.5625rem;height:0.5625rem;top:1.0625rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBnK9hztD2GqiN7HvIlQJcMXtcazU7Hf { display:block; }#tBnK9hztD2GqiN7HvIlQJcMXtcazU7Hf > .row .container { width:20rem;height:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UdSnU1VLTrRX0vcVyg5R1ofGFTEL4U7K { width:18.4365rem;height:6.3940625rem;top:0.78076171875rem;left:0.779296875rem;text-align:center;text-align-last:center;font-size:1.9375rem;line-height:1.1;text-shadow:0.0625rem 0.0625rem 0.0625rem #000000;display:block; }
 }@media only screen and (max-width: 763px) { #WQM0E1NeZtfWmzkTalVg35JztoNlJBEm { background-color:#ffffff;background-image:none;display:block; }#WQM0E1NeZtfWmzkTalVg35JztoNlJBEm > .row .container { background-color: transparent; background-image: none; }#WQM0E1NeZtfWmzkTalVg35JztoNlJBEm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WQM0E1NeZtfWmzkTalVg35JztoNlJBEm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WQM0E1NeZtfWmzkTalVg35JztoNlJBEm > .row .container > .video-iframe-container { display: none; }#WQM0E1NeZtfWmzkTalVg35JztoNlJBEm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WQM0E1NeZtfWmzkTalVg35JztoNlJBEm > .row > .video-iframe-container { display: none; }#WQM0E1NeZtfWmzkTalVg35JztoNlJBEm > .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); }#WQM0E1NeZtfWmzkTalVg35JztoNlJBEm > .row .container { width:20rem;height:93.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l2RZTU7aIkVTnqQOBZtD22nEI3oTVzSh { width:12.75rem;height:2.6rem;top:18rem;left:4.5rem;text-align:left;text-align-last:left;font-size:1rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #pPTOKkEc6O1BRnzcKod9TAlTaGQcAgpi { width:19.75rem;height:3.625rem;top:17.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTF7egXs7THroigy4yJ44G8LKfvURDD4 { width:3rem;height:3rem;top:17.8125rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dcKacmSTInJV8VkR5sspBXvIuJ30bTiA { width:1.8125rem;height:1.625rem;top:18.375rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6nluMEawKbQO3L2wTUEslio9WkiaTni { width:19.75rem;height:3.625rem;top:21.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4B9wOBxIIpKpXFhSVXlbux1zpVJOegd { width:14.625rem;height:1.3rem;top:14.4375rem;left:4.8750003576279rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gnf6pqdTTq2WJ8H8DwgymCKRHHBoBoNn { width:3rem;height:3rem;top:13.5625rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQfCMa6l9GJpUmmLL2yys68z7v0wq6BV { width:11.4375rem;height:1.3rem;top:52.3125rem;left:4.5rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nS8lLQqBRAUzRnsdTf9qSksMFiACaRLu { width:3rem;height:3rem;top:26.125rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FdlETrGTsX3Zaw8DSvo1MICvBObn8hiT { width:3rem;height:3rem;top:30.3125rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #imtHNKPDULVUHz9wKA9nu6xZMuumgQLA { width:13.25rem;height:1.3rem;top:22.875rem;left:4.5rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IF5h57SfGWSfFdPgVWFH6h1uNLlgb1MN { width:3rem;height:3rem;top:22rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u0iGCsALpAWEs1tqFTOmHuv9Xxh9y1JJ { width:1.875rem;height:1.25rem;top:14.4375rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #alvUW3ke77DniSHc4JsPwyd36vEJRP9V { width:1.625rem;height:1.5625rem;top:22.6875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTc6cBXJfntvDTq2IPHMGNWbMMJGX2zf { width:2.0625rem;height:1.25rem;top:52.3125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zETiTT6V3M42JFp5kplloP9dfWNwneN0 { width:3rem;height:3rem;top:42.9375rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuShGtqDXnNTg1mXibGhT0T7QkKPD8QT { width:3rem;height:3rem;top:51.4375rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nF7J0yGyN81EV0empIXl6VRTC75eGHd5 { width:3rem;height:3rem;top:55.625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EnWXmvfwzZP0EaoyKpZlgamc0ea2Tvt6 { width:13.125rem;height:2.6rem;top:26.3125rem;left:4.5rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #az5fNMrm45zOllpRueSSTG7LQIozircb { width:12.5rem;height:1.3rem;top:30.5rem;left:4.5rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gp1XSWPbguWqRHkaPO6vKsg0zJLnRcwR { width:11.4375rem;height:1.3rem;top:56.5rem;left:4.5rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tly7qVRBDD76Vi50LetH1AuWKRadaGEk { width:12.5625rem;height:2.6rem;top:34.875rem;left:4.5rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xx5rMsgkS7nEZmMGeZuSaO6BfxPtigWA { width:11.4375rem;height:2.6rem;top:63.9375rem;left:4.5rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qW02P5amr76ch8FS6bfsp8t82XuXQDHz { width:13.875rem;height:3.65625rem;top:38.625rem;left:4.5rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o4rfJOTbsmOUbLw0bLXv4MKwTiz3CsdT { width:15.125rem;height:2.5986375rem;top:67.5rem;left:4.5rem;text-align:left;text-align-last:left;font-size:1rem;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #JlbWaqW9QFd2Q7Gv5Sy5tKAPRWT1NlAb { width:3rem;height:3rem;top:67.9375rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GUKB7BHTQfvBQptnrfy7uKQ5Bf1lGvyW { width:3rem;height:3rem;top:38.9375rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XvlpeF9ivwLJTGTtU71zqg8UHHRasZub { width:3rem;height:3rem;top:34.6875rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oyzHzibJ8cMrPE5o1I594xroDdPsGq3i { width:3rem;height:3rem;top:59.75rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HdtKXcutRoNXzpm9mzx5s7fu1BqrfzL0 { width:2.25rem;height:2.5625rem;top:34.75rem;left:0.8125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #N2Daa7OmT3xU1BcXDyCy20zvrRCMQ44T { width:2.375rem;height:2.4375rem;top:30.625rem;left:0.75rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RgvFS6T870UzvhSNlFirC88pst7GJFRO { width:3.125rem;height:3.125rem;top:26.0625rem;left:0.375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iXMIai9RNlSvpPh7DXR6XHN1KAvvb72A { width:2.25rem;height:2.5625rem;top:39.1875rem;left:0.8125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wV965hzXmEzIy4ezlSSkheA7iJkOKQ4G { width:3rem;height:3rem;top:63.75rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ISelkpBBxCLNMEdRUhUObh35fuBq73ES { width:14.8125rem;height:2.4375rem;top:43.25rem;left:4.5rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #go1JnIDPJh18MmgTcnttQIoWiCSdJQbw { width:2.25rem;height:2.5625rem;top:43.125rem;left:0.8125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SAKXTXugFGuBbDtLxahX80EFPmnKonxd { width:3.125rem;height:3.125rem;top:67.9375rem;left:0.375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTLQKFd5beUediMwvavJI8pfNd6UEqFb { width:2.25rem;height:2.5625rem;top:64rem;left:0.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #J0pUklcSMiwa74GNLJew5GHAPRtuMBLC { width:13rem;height:2.6rem;top:59.9375rem;left:4.5rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SO7E7fzZ2qh46tXkK5nZliskBmO1vP6x { width:2.25rem;height:2.5625rem;top:60rem;left:0.8125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZvBHFw4e6odaRMrGJ6dInEv6xWOZxHtq { width:2.3125rem;height:2.3125rem;top:55.5625rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zlUirPgIBDB2rn423v4qCLfdfzuDqgy8 { top:90.08203125rem;left:1.5615234375rem;width:16.875rem;height:2.1870125rem;font-family:montserrat;background-color:#4d4d4d;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #kk2Sihwv3C9oEy6OvndtQSmoiHOAwQc4 { display:block; }
 }@media only screen and (max-width: 763px) { #Tn3kxgCquZ2ogXGNz2WD2TFTOlgwToiS { width:17.1225625rem;height:2.5986375rem;top:86.9501953125rem;left:1.43701171875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDiXSu7wmTOTRAdzE4Jeof6LFGlAQzWv { width:19.75rem;height:3.625rem;top:25.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bi2PdTf9PRiGbUfXo3RvdI6XIf5u2gA3 { width:19.75rem;height:3.625rem;top:29.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5CgTUmMJeuWMTN8XxPZGF9UUaaxKcZz { width:19.75rem;height:3.625rem;top:42.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XpBXhOUe3sFF9f1k9G0Qy8hqIVZyx8z7 { width:19.75rem;height:3.625rem;top:51rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #trmBFXkP9zmz5pXOLtkcJxT1xm4LKwE2 { width:19.75rem;height:3.625rem;top:55.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NI625THbqK9Q86ExgwynOhimfreQRlMd { width:19.75rem;height:3.625rem;top:59.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mFx3w9M08CPlslhNaV1L0ZwBDfDvRt2T { width:19.75rem;height:3.625rem;top:13.125rem;left:0rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #vsBSlUXGsuVLktkohnyDu04xvgk9FRIH { width:19.75rem;height:3.625rem;top:34.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rPIFdc80Ccitp6M9EKxZyb7pG1hee9Mv { width:19.75rem;height:3.625rem;top:38.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M1GwiV5rKNomH24ZyF75OXCZdqlHJTSG { width:19.75rem;height:3.875rem;top:67.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MSyzCwDwargo32tmkrAsdgaW1I9GQxTX { width:19.75rem;height:3.625rem;top:63.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g2Rqmdq6DSgAGXtT1ZzSs1WS1WuRzZFG { width:19.75rem;height:9rem;top:71.74951171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #neWlrARNPTLoo14luwph0ctPhsvTIDiT { width:3rem;height:3rem;top:72.8125rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6ELvKMdHEhuQWDqKGsrgelxVgTNdL6d { width:3.125rem;height:3.125rem;top:72.75rem;left:0.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4CgWCL4nWwOGeg9rB0rbxQBdsRhHx8I { top:82.02978515625rem;left:1.4677734375rem;width:17.0625rem;height:3.9375rem;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #o2EAUNr8iWfEQ4HFGs23HmH5e5uvDiIx { display:block; }
 }@media only screen and (max-width: 763px) { #TXfeJ5XW8Q5RbicFaZ0k5XK1cRMK1zfI { width:19.75rem;height:3.625rem;top:46.8125rem;left:0rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #GHf6ieGRB9bWlU9bPD2ITapV9DR8IPD5 { width:3.125rem;height:3.125rem;top:47.25rem;left:0.3125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMqHIpxK7m74DNuplGfNeKzHXIM95Dw5 { width:13.375rem;height:2.7597625rem;top:47.3115234375rem;left:4.8125rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJg4Ny9oaEQc0Z8lJIR019RSeLPGTvKM { width:3rem;height:3rem;top:47.25rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GOpoRUitRhkeinVQ0Tc3LoUXTR0HtEVo { width:13.8125rem;height:7.79588125rem;top:72.2509765625rem;left:4.6875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kcOUevC4yDOTan7ZL5p3zuX54b5pGA3e { width:15.75rem;height:1.867675rem;top:0.75rem;left:1.06201171875rem;text-align:left;text-align-last:left;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9e6fIUVpDssywF4NdzrtbrEmBgZwTDn { width:12.3125rem;height:4.7124rem;top:3.75rem;left:3.8125rem;text-align:center;text-align-last:center;font-size:3.625rem;font-family:montserrat;color:#e81c20;display:block; }
 }@media only screen and (max-width: 763px) { #yfBAyDBEKpalkS1Jc29Qg9AFd7BNaTzl { width:20rem;height:12.125rem;top:0.375rem;left:0rem;background-color:#00cbd2;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #JtSmAcT0TMGcVHrhdxKJsodxpgSB7mF9 { width:8.6235625rem;height:1.867675rem;top:7.9423828125rem;left:9.84375rem;text-align:left;text-align-last:left;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sRif7qlHevQ8SGlFq6vpznmUOTzFWa3n { width:9.8100625rem;height:2.59863125rem;top:9.71630859375rem;left:8.6572265625rem;text-align:center;text-align-last:center;font-size:2rem;font-family:montserrat;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #VD6L48SoFFGoE5L7Oo2cqk9Tqkavssvc { width:10.5rem;height:1.867675rem;top:2.6162109375rem;left:7.96875rem;text-align:right;text-align-last:right;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wsToFdcNkpEFesRxF4qsXE6cbCBo2p87 { display:block; }#wsToFdcNkpEFesRxF4qsXE6cbCBo2p87 > .row .container { width:20rem;height:5.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vk6vMAxzZTdJXV1xH1Tu2pdPJzUp6ks0 { width:19.9995rem;height:3.41161875rem;top:0.919921875rem;left:0rem;text-align:center;text-align-last:center;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6qdZlOcxUNDxNNxdPKvdTMvC2fZpWy3 { display:block; }#K6qdZlOcxUNDxNNxdPKvdTMvC2fZpWy3 > .row .container { width:20rem;height:243.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JXQNypCgSGytAeyLC02Lx1F1RP7SfM7T { width:2.8125rem;height:2.8125rem;top:0.6875rem;left:8.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s2z8ERMNcZk7utJzdLRHATzKwLZOMJ02 { width:2.8125rem;height:2.8125rem;top:34.775001525879rem;left:8.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2b8vA7qfZFqrPU2fMke4rDea2ZFbzEO { width:20rem;height:3.24609375rem;top:3.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #KVneJgHFMzMTrKZ5yNyoDaiSOkdXENrC { width:20rem;height:26.77rem;top:7.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5X1P5ac9xfbdIqexZRx5bwcerBS3Tet { width:20rem;height:2.2485375rem;top:37.58749961853rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGDvDgZ9tP2Kx7oqMuiy20WGheXIH9Qa { width:20rem;height:9.44825rem;top:39.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #duCxSR2Fm3RlnCSMO6x7NKlKal9rm5Gn { width:2.8125rem;height:2.8125rem;top:50rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBNS0ew6KqQlTeclbCUAPSJyiqIJHBuN { width:20rem;height:2.2485375rem;top:52.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RLgtZailgG5HM1Wr5lz89Or5TiP8lCC2 { width:20rem;height:9.4482375rem;top:55.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pxb6m3Hnu35hDAG9MZBFHTPPIkoEblvR { width:2.8125rem;height:2.8125rem;top:65.1875rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bu1flzDOSvPHFN1rns4xqFhLAIRPkmA1 { width:20rem;height:3.24609375rem;top:68.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #X2KBCekgFwt6wT7VMwL1X4pvfgdLi9mL { width:20rem;height:31.494125rem;top:72.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KHKxfBkkT8Ku5GolsDfND14bZLfXxb12 { width:2.8125rem;height:2.8125rem;top:104.75rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KJDQTfVtQnxTVOkX1pBzNFL1l3LQuVxc { width:20rem;height:2.2485375rem;top:107.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lylzHD8SCuBadHMXohg0dhxNeFhihTGO { width:20rem;height:4.72411875rem;top:109.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SabwkvU4P9baTBB3QRSOkmsxTI4UJTbK { width:2.8125rem;height:2.8125rem;top:115rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3aLitMfE6xBoT5P0TSquI5GNisA5rTg { width:20rem;height:4.8691375rem;top:118.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #BCX55Fz8co41rKf3XFriAlSRnur7p23y { width:20rem;height:12.597625rem;top:124.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BkRLVbOTKCoom1uQ2o1JbvIAtbB55TLt { width:2.9375rem;height:2.9375rem;top:137.4375rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bgQpsLTrLIFXRWZOS3CUX5s6GVIbTaQg { width:20rem;height:3.24609375rem;top:140.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #oAMI0GGkRAAgWO67mPiLMwl5yfJB6iDH { width:20rem;height:1.575rem;top:144.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lx1qTKdgERQZPt42ogSXV2m7BQS2ekGS { width:2.8125rem;height:2.8125rem;top:146.3125rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2H0aAHlQCEZJCSwGHh1XSREsuTlWc6w { width:20rem;height:3.24609375rem;top:150rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #aH0sMbynv1wnyReJ05SCJLdJQiaxPFEf { width:20rem;height:4.72411875rem;top:153.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfkyUm4G2ruyCc6QuyWrFsEedrai6t2a { width:2.8125rem;height:2.8125rem;top:159.3125rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GqV9M1VLeWRVlkQnTifLtKbvUoCUZhHM { width:19.4375rem;height:6.4921875rem;top:162.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yN3GRMpZNlUPU8ltx1tv1NuRDfEdn3Hf { width:20rem;height:7.87353125rem;top:169.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PedpMUy29SFiWDyFmJJWZRkK30xUkCJS { width:2.8125rem;height:2.8125rem;top:177.875rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BWALsW9tb84dbtTWg8tSmQhHgPamkF9X { width:20rem;height:3.24609375rem;top:180.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tq9sAqtyO0CMsGE6GFSkri64LAETL2Pn { width:20rem;height:6.2988125rem;top:184.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U3JR3rTTqGaXN0rSfP1KZPEo1dKr8IL6 { width:2.8125rem;height:2.8125rem;top:192rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kl4NfXFJC6803X4iQTPMJmgTCexu9yOO { width:20rem;height:3.24609375rem;top:195.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IKHFrliqgNOS0pvFvC1nq7GLKrvmL3Lp { width:20rem;height:6.2988125rem;top:199.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vswZLhpdv2VCUdJbb28nrPmiBKkddEwg { width:2.8125rem;height:2.8125rem;top:206.625rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QLl1qhrSGmcAUFf7uF1nRTU15vHZqJQ7 { width:20rem;height:3.24609375rem;top:210.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZqRzPUphWztiFIyt9upUPKnQ6f86Q8wA { width:20rem;height:4.72411875rem;top:214.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mxrtXbJi5LproyhrwcP2KByGRVsFUhRt { width:20rem;height:6.4921875rem;top:222.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #arQ23qwR0k5Kptc7Hxch9MBcaE1lfOmV { width:2.8125rem;height:2.8125rem;top:219.75rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #isI0kko3ixKd3kMGQCSc3SAk6gZ1AAVv { width:20rem;height:14.172375rem;top:229.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HHVnrntFqZTFw62Da8HfAnDATwxnNGTa { display:block; }#HHVnrntFqZTFw62Da8HfAnDATwxnNGTa > .row .container { width:20rem;height:21.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uiB7PWTqbt4Jz0grAGXudaBgHAoHiuqn { width:20rem;height:1.54394375rem;top:11.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6m4UKH9c1NKoVk6wAWb8h0ytNfm6iBT { width:11.4375rem;height:1.54394375rem;top:0.875rem;left:4.25rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVUeQIEuQNeTSCdTPqT1MLvufTLADA5N { width:1.9375rem;height:1.9375rem;top:0.5625rem;left:4.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2rC9Gyr5p8CLgcVC1NcTlBh95r7TB36 { width:9.125rem;height:2.875rem;top:18.125rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJAplHBnlo5t9eug4hGEiEJ0GDZnoKnG { width:20rem;height:1.54394375rem;top:8.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hKfxaLNGHzR5XnzSy8f2zqC1ueRummko { width:11.3125rem;height:1.54394375rem;top:13.3125rem;left:4.3125rem;text-align:left;text-align-last:left;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B0FdomiHr56SRTaSn7dHS8pRvEQVxSLT { width:20rem;height:2.76041875rem;top:14.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LduV9V73FgOO9gCEIhK92Sz2g0DySoFU { width:4.5625rem;height:4.25rem;top:3.4375rem;left:7.1875rem;display:block; }
 }