.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S8f8f77CmDBlLaTFIvw6HaKvSnHyocTb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f1f1;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; }#S8f8f77CmDBlLaTFIvw6HaKvSnHyocTb > .row .container { background-color: transparent; background-image: none; }#S8f8f77CmDBlLaTFIvw6HaKvSnHyocTb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S8f8f77CmDBlLaTFIvw6HaKvSnHyocTb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S8f8f77CmDBlLaTFIvw6HaKvSnHyocTb > .row .container > .video-iframe-container { display: none; }#S8f8f77CmDBlLaTFIvw6HaKvSnHyocTb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S8f8f77CmDBlLaTFIvw6HaKvSnHyocTb > .row > .video-iframe-container { display: none; }#S8f8f77CmDBlLaTFIvw6HaKvSnHyocTb > .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); }#S8f8f77CmDBlLaTFIvw6HaKvSnHyocTb > .row .container { border-width: 0; border-radius: 0; }#S8f8f77CmDBlLaTFIvw6HaKvSnHyocTb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#S8f8f77CmDBlLaTFIvw6HaKvSnHyocTb > .row .container { font-size:0.875rem;font-family:arial;height:4.6875rem;width:60rem;position:relative;display:block; }#nXTFDqsURZsRAJ9qmc8FrWOlPGA4PVXz { 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:3.8125rem;width:3.8125rem;top:0.38802084326744rem;left:29.010417062744rem;overflow:hidden;display:block; }
#K8get0PWPwGfkZSngOh0p0V3TdFiyrL2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#4a6879;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; }#K8get0PWPwGfkZSngOh0p0V3TdFiyrL2 > .row .container { background-color: transparent; background-image: none; }#K8get0PWPwGfkZSngOh0p0V3TdFiyrL2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K8get0PWPwGfkZSngOh0p0V3TdFiyrL2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K8get0PWPwGfkZSngOh0p0V3TdFiyrL2 > .row .container > .video-iframe-container { display: none; }#K8get0PWPwGfkZSngOh0p0V3TdFiyrL2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K8get0PWPwGfkZSngOh0p0V3TdFiyrL2 > .row > .video-iframe-container { display: none; }#K8get0PWPwGfkZSngOh0p0V3TdFiyrL2 > .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); }#K8get0PWPwGfkZSngOh0p0V3TdFiyrL2 > .row .container { border-width: 0; border-radius: 0; }#K8get0PWPwGfkZSngOh0p0V3TdFiyrL2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#K8get0PWPwGfkZSngOh0p0V3TdFiyrL2 > .row .container { font-size:0.875rem;font-family:arial;height:72.875rem;width:60rem;position:relative;display:block; }#Jz4TsATATDaTW441VRuJX5sL4pktQm5Z { color:#ffffff;display:block;width:45.4375rem;position:absolute;font-family:rubik;font-size:2.5625rem;font-weight:700;z-index:15001;line-height:1.5;letter-spacing:0;top:6.0217018127441rem;left:8.15625rem;height:11.53125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#C4fT2x9ntq89zRcocdbeGnBp4a34HxyD { color:#66d7cb;display:block;width:49rem;position:absolute;font-family:rubik;font-size:1.5rem;font-weight:400;z-index:15001;line-height:1.5;letter-spacing:0;top:18.8359375rem;left:6.375rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zTXwBaqdpy6fT4lP2r0c70qBlyZaAw9U { color:#ffffff;display:block;width:44.5rem;position:absolute;font-family:arial;font-size:1.4375rem;font-weight:400;z-index:14998;line-height:1.5;letter-spacing:0;top:50.524305343628rem;left:9.9375rem;height:8.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uNIDfqxTLRVA9ROsORTuco9xvMIVWT4I { color:#000000;display:block;width:58.375rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.2;letter-spacing:0;top:2.3229169845581rem;left:0rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HfnnqvA5wvWk7XdZZD9DvstQEIAbVbAD { background-color:#f4f907;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #4a6879;border-left:0.0625rem solid #4a6879;border-right:0.0625rem solid #4a6879;border-bottom:0.0625rem solid #4a6879;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0rem 0rem 0.9375rem rgba(110,235,131,0.75) ;box-sizing:border-box;color:#000000;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.3);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:2rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:32.8261875rem;height:5.076175rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:61.6103515625rem;left:14.4609375rem;display:block; }
#GiOShTnIlptyJqgE0T2A1sQl6mIZ5hQt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AaQlO15yaFzab1c8V6gubluLi7HbIa1p { color:#f4f907;display:block;width:50.5rem;position:absolute;font-family:arial;font-size:1.1875rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:68.5625rem;left:5.625rem;height:1.6625rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#bRmeklDpKnOLMSlO0dmLlAdys0TzCvG0 { position:absolute;display:block;z-index:15007;background-color:#66d7cb;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:58.375rem;top:1.8845443725586rem;left:0.8125rem;display:block; }
#a8IMI7WBHzfeSUt5eKeBcC4STBI0GozT { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:1.8125rem;left:56.9375rem; }
#Su1DL0Bbh5tMMe9sS2y9U9t8CQJAT3ZO { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:22.5rem;width:40rem;top:25.1875rem;left:10.875rem;display:block; }
#ofzPipc2dO77y1Lv0TE0tLT7v9hcg2HK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f1f1;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; }#ofzPipc2dO77y1Lv0TE0tLT7v9hcg2HK > .row .container { background-color: transparent; background-image: none; }#ofzPipc2dO77y1Lv0TE0tLT7v9hcg2HK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ofzPipc2dO77y1Lv0TE0tLT7v9hcg2HK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ofzPipc2dO77y1Lv0TE0tLT7v9hcg2HK > .row .container > .video-iframe-container { display: none; }#ofzPipc2dO77y1Lv0TE0tLT7v9hcg2HK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ofzPipc2dO77y1Lv0TE0tLT7v9hcg2HK > .row > .video-iframe-container { display: none; }#ofzPipc2dO77y1Lv0TE0tLT7v9hcg2HK > .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); }#ofzPipc2dO77y1Lv0TE0tLT7v9hcg2HK > .row .container { border-width: 0; border-radius: 0; }#ofzPipc2dO77y1Lv0TE0tLT7v9hcg2HK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ofzPipc2dO77y1Lv0TE0tLT7v9hcg2HK > .row .container { font-size:0.875rem;font-family:arial;height:95.5625rem;width:60rem;position:relative;display:block; }#V3xLH37lGoDfTw67I4LgPQnGAONFu6BS { color:#131311;display:block;width:55.375rem;position:absolute;font-family:rubik;font-size:1.875rem;font-weight:400;z-index:15002;line-height:1.5;letter-spacing:0;top:2.2152776718139rem;left:1.5625rem;height:5.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#W6C1SwGTLPXtXyMBxs3JomKD6kXmsMeh { color:#000000;display:block;width:52.934875rem;position:absolute;font-family:arial;font-size:1.4375rem;font-weight:400;z-index:15002;line-height:1.5;letter-spacing:0;top:10.289061546326rem;left:3.5303821563721rem;height:47.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BsvneEfaK3ceOsi0qs6XiZpMPK7hX1ot { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:35.875rem;width:35.875rem;top:58.654510498047rem;left:12.0625rem;overflow:hidden;display:block; }
#vO2cJOF4DhCHftBolMJyH27Hwvplf5Cv { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:60.816837310791rem;left:12.75rem; }
#hW6IPMdMIbE5X2Ggw6pyLZoCswAgWuXV { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:68.678815841675rem;left:12.75rem; }
#BcHytvu2TP9RXmTR8sBDrxD5TKI1TTOc { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:75.458330154419rem;left:12.75rem; }
#D9mTABnrUZK5RWTdIxucLncIEGCEslOh { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:82.75rem;left:12.75rem; }
#PiN7TUJ8biroFGQp8OhC5WgS7kOSqyfR { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:90.536457061769rem;left:12.75rem; }
#OvJHHa22B12MBJmdxyIRT489FwQtcJFO { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:90.535587310794rem;left:45.8125rem; }
#rTsSK74zxnlfOiUx4HQ3scEhKd2T2AxZ { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:82.997392654419rem;left:45.8125rem; }
#LrTIhLUJShyx9TTwlZvexEfxShzioQar { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:75.457462310794rem;left:45.8125rem; }
#zdJqApmNgwWvR6qxJ2l2wnML0opP0e6s { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:68.677080154419rem;left:45.8125rem; }
#ySOlhv617SwXKyPqibJD4fDSOBfgSJoI { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:60.817705154419rem;left:45.8125rem; }
#FWlAXqWKApNXexXM20sFnIUz118y4qQ0 { position:absolute;display:block;z-index:15001;background-color:#66d7cb;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.6875rem;width:47rem;top:1.6857681274414rem;left:5.75rem;display:block; }
#SU26RGrornefttlSuxuC6vodd531oiJD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:91.631955623625rem;left:0.9609375rem;display:none; }
#uA0oFcZtKPfU7xIwBolSQIdHHirkDf5A { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:91.631955623625rem;left:0.9609375rem;display:none; }
#inPN4ETU3VKpURo7y7odUNTFb8B9zKva { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:91.631955623625rem;left:0.9609375rem;display:none; }
#eky0T6ydGWHCqsaNnXRHqGBNt0zAKr98 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:91.631955623625rem;left:0.9609375rem;display:none; }
#vwE70MD1v4Kq2fVFxaToXTSNdfn6Qclt { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:91.819455623625rem;left:56.937501907349rem;display:none; }
#TR8QHHVyzkLWIcRD5GneH0NIsaK1ETTZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:91.819455623625rem;left:56.937501907349rem;display:none; }
#sU2a9TPrpqVAkyypimapl81abfGnNNXx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:91.819455623625rem;left:56.937501907349rem;display:none; }
#v8OGmDS0aSCUnAHiThiT5owJ6K1ZwpXs { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:91.819455623625rem;left:56.937501907349rem;display:none; }
#pmNT4Za3w7nt8Pwe9KdybctCX8QlCzqV { position:relative;display:block; }#pmNT4Za3w7nt8Pwe9KdybctCX8QlCzqV { background-color: transparent; background-image: none; }#pmNT4Za3w7nt8Pwe9KdybctCX8QlCzqV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pmNT4Za3w7nt8Pwe9KdybctCX8QlCzqV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pmNT4Za3w7nt8Pwe9KdybctCX8QlCzqV > .row .container > .video-iframe-container { display: none; }#pmNT4Za3w7nt8Pwe9KdybctCX8QlCzqV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pmNT4Za3w7nt8Pwe9KdybctCX8QlCzqV > .row > .video-iframe-container { display: none; }#pmNT4Za3w7nt8Pwe9KdybctCX8QlCzqV > .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); }#pmNT4Za3w7nt8Pwe9KdybctCX8QlCzqV { border-width: 0; border-radius: 0; }#pmNT4Za3w7nt8Pwe9KdybctCX8QlCzqV > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#pmNT4Za3w7nt8Pwe9KdybctCX8QlCzqV > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#4a6879;background-image:none;font-size:0.875rem;font-family:arial;height:174rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#fyP55dbrQfrWbc3lAK7428xT1bnVPQua { color:#000000;display:block;width:43.9375rem;position:absolute;font-family:rubik;font-size:2.1875rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:1.96875rem;left:9.6180553436281rem;height:13.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dNnKIlVCNxRoRnyZHpRMeKndth4cO4UA { color:#ffffff;display:block;width:52.9331875rem;position:absolute;font-family:arial;font-size:1.4375rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:18.252598762512rem;left:3.5321178436279rem;height:32.34375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Xv3ALavIRcau1ZxTsA6EMIv5WSinHUuV { color:#ffffff;display:block;width:37.8125rem;position:absolute;font-family:arial;font-size:1.4375rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:53.862854957581rem;left:6.7734375rem;height:4.0234375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KNKKR5w4pfkQBqI7Em6WuN1gBTI3Keqd { color:#ffffff;display:block;width:35.25rem;position:absolute;font-family:rubik;font-size:2.5rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:75.217019081119rem;left:12.375rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VKwOf9ZHIeBtz6hJ0GDTmTip9y4mPWzd { 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:41.5625rem;width:23.375rem;top:79.745665550231rem;left:18.3125rem;overflow:hidden;display:block; }
#hMOPHlUnDREoAyoWR4mIfsTmOkHSUezX { position:absolute;display:block;z-index:15007;background-color:#66d7cb;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.0625rem;width:52.6875rem;top:1.96875rem;left:3.65625rem;display:block; }
#wTGrZrgVgDfnnPaEfUgTugQyBe7ID22d { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:54.56250667572rem;left:4.7109375rem; }
#OwDol9DquTqTr9RrTtztOpLlNKqVzCwX { color:#ffffff;display:block;width:49.625rem;position:absolute;font-family:arial;font-size:1.4375rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:64.411467552188rem;left:6.7734375rem;height:4.0243rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#f5nBZQogVS3kosQVsR9fGa5lkRQCXwaq { color:#ffffff;display:block;width:49.625rem;position:absolute;font-family:arial;font-size:1.4375rem;font-weight:400;z-index:15007;line-height:1.4;letter-spacing:0;top:59.027787208557rem;left:6.7734375rem;height:4.0243rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#tlqcD2b7g0t7lhSvuJhhOsAncdWpukyh { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:59.842888832092rem;left:4.7109375rem; }
#JORqIQd3BOOeV1QalMJd779pQ9FUPMXB { color:#ffffff;display:block;width:49.625rem;position:absolute;font-family:arial;font-size:1.4375rem;font-weight:400;z-index:15007;line-height:1.4;letter-spacing:0;top:69.547751426694rem;left:6.7734375rem;height:4.0243rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UldPToV2gCKK2Uim3k7UCAdzyf8OJCMO { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:65.125006675719rem;left:4.7109375rem; }
#OMtDPsepkvb0LzdAO4DT8VwEFTHbrTBk { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:70.250006675719rem;left:4.7109375rem; }
#bsw8Irocwr5xoBAKoN7swOKTkwnHHU7B { color:#66d7cb;display:block;width:33.375rem;position:absolute;font-family:arial;font-size:1.4375rem;font-weight:700;z-index:15006;line-height:1.4;letter-spacing:0;top:51.217188596726rem;left:6.7734375rem;height:2.0125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#l7u4hW24stKPmpDrTUROpuqzOAxeAL3Q { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:54.871523618698rem;left:3.53125rem;display:none; }
#TC487dXgbOKOBVadTccrvVlgKhUEZuPl { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:54.871523618698rem;left:3.53125rem;display:none; }
#MQKHhHi1Q4tdVzAC6KH5An6D9bqTnnfk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:54.871523618698rem;left:3.53125rem;display:none; }
#PuxKBzu8n6GyfmZEcABn1TSMy6QFfZmS { color:#ffffff;display:block;width:50rem;position:absolute;font-family:rubik;font-size:2.5rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:123.09114837646rem;left:5rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#O7xd9yJ9cnORWpt937mvDXvHxls4p4V5 { 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:9.4375rem;width:58.8125rem;top:128.08940887451rem;left:0.59375rem;overflow:hidden;display:block; }
#KV4sSlhCzEnZ5ETTJkITIEaUGkMayJk0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:127.08940887451rem;left:28.84375rem; }
#Z9cFwVUPDJFqOCWnAO5Zde13RM8IUFlq { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.375rem;width:47rem;top:139.51993751526rem;left:9.6180553436281rem;overflow:hidden;display:block; }
#qyt5MkNKRMeIMMT1Lo4rJZ77pPgO47uv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:138.52080535889rem;left:31.961807250976rem; }
#cSPfT5zR86hRanLTetUpCx4DTwDJkB1p { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.875rem;width:55.5625rem;top:157.375rem;left:2.21875rem;overflow:hidden;display:block; }
#XbgnFPGda4DKdOOHIGCC941xKfX4za6T { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:156.2705078125rem;left:26.59375rem; }
#q3fcxLOH9MZbWVApMiHX8Iqe2W10NUsN { position:relative;display:block; }#q3fcxLOH9MZbWVApMiHX8Iqe2W10NUsN { background-color: transparent; background-image: none; }#q3fcxLOH9MZbWVApMiHX8Iqe2W10NUsN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q3fcxLOH9MZbWVApMiHX8Iqe2W10NUsN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q3fcxLOH9MZbWVApMiHX8Iqe2W10NUsN > .row .container > .video-iframe-container { display: none; }#q3fcxLOH9MZbWVApMiHX8Iqe2W10NUsN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q3fcxLOH9MZbWVApMiHX8Iqe2W10NUsN > .row > .video-iframe-container { display: none; }#q3fcxLOH9MZbWVApMiHX8Iqe2W10NUsN > .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); }#q3fcxLOH9MZbWVApMiHX8Iqe2W10NUsN { border-width: 0; border-radius: 0; }#q3fcxLOH9MZbWVApMiHX8Iqe2W10NUsN > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#q3fcxLOH9MZbWVApMiHX8Iqe2W10NUsN > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f1f1f1;background-image:none;font-size:0.875rem;font-family:arial;height:55.4375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#kgr486hBA0LCToRRhm1zrpCesWQxuuGv { color:#000000;display:block;width:36.74825rem;position:absolute;font-family:rubik;font-size:2.5rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:2.4965276718139rem;left:20.848089218139rem;height:6.5rem;display:block; }
#lioKkuPHkHW5AZNwRry5wvVhrCepKFgF { color:#000000;display:block;width:35.5rem;position:absolute;font-family:arial;font-size:1.4375rem;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;top:9.8975219726562rem;left:20.913196563721rem;height:17.25rem;font-style:normal;display:block; }
#g4sAGzbwAzuUhbx2tPTdpE57a5JgkbT4 { color:#000000;display:block;width:38.4375rem;position:absolute;font-family:arial;font-size:1.4375rem;font-weight:400;z-index:15018;line-height:1.5;letter-spacing:0;top:28.420139312744rem;left:2.375rem;height:25.875rem;font-style:normal;display:block; }
#WStzTRUWKuRdQuVibiTH3iaecaHNaXCf { position:absolute;display:block;z-index:15006;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: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.19) ;height:23.6875rem;width:15.5625rem;top:3.072048664093rem;left:2.375rem;overflow:hidden;display:block; }
#vKSmSrgDzxqhO3OE5UqnHATgg2XQQ30y { position:absolute;display:block;z-index:15007;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: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.19) ;height:18.75rem;width:10.6875rem;top:31.996532002441rem;left:43.61093320052rem;overflow:hidden;display:block; }
#FOTpCkkr9w3f9zb0qrGevKTiBrWdK460 { position:relative;display:block; }#FOTpCkkr9w3f9zb0qrGevKTiBrWdK460 { background-color: transparent; background-image: none; }#FOTpCkkr9w3f9zb0qrGevKTiBrWdK460::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FOTpCkkr9w3f9zb0qrGevKTiBrWdK460 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FOTpCkkr9w3f9zb0qrGevKTiBrWdK460 > .row .container > .video-iframe-container { display: none; }#FOTpCkkr9w3f9zb0qrGevKTiBrWdK460 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FOTpCkkr9w3f9zb0qrGevKTiBrWdK460 > .row > .video-iframe-container { display: none; }#FOTpCkkr9w3f9zb0qrGevKTiBrWdK460 > .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); }#FOTpCkkr9w3f9zb0qrGevKTiBrWdK460 { border-width: 0; border-radius: 0; }#FOTpCkkr9w3f9zb0qrGevKTiBrWdK460 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#FOTpCkkr9w3f9zb0qrGevKTiBrWdK460 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#4a6879;background-image:none;font-size:0.875rem;font-family:arial;height:47.5rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#E3581rA5BK1tRpyfqizrKlxJv1GeoByV { 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:39rem;width:26rem;top:7.1232638359069rem;left:17.000001907349rem;overflow:hidden;display:block; }
#GXyrVUhGcRaCNmX7TEnyxBtZafXTFNVL { color:#fbfeff;display:block;width:56.25rem;position:absolute;font-family:rubik;font-size:2.5rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:1.6857538223267rem;left:1.875rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uSQNRAwywfKqmnH17QTSE9EkXgGhGGiH { position:relative;display:block; }#uSQNRAwywfKqmnH17QTSE9EkXgGhGGiH { background-color: transparent; background-image: none; }#uSQNRAwywfKqmnH17QTSE9EkXgGhGGiH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uSQNRAwywfKqmnH17QTSE9EkXgGhGGiH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uSQNRAwywfKqmnH17QTSE9EkXgGhGGiH > .row .container > .video-iframe-container { display: none; }#uSQNRAwywfKqmnH17QTSE9EkXgGhGGiH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uSQNRAwywfKqmnH17QTSE9EkXgGhGGiH > .row > .video-iframe-container { display: none; }#uSQNRAwywfKqmnH17QTSE9EkXgGhGGiH > .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); }#uSQNRAwywfKqmnH17QTSE9EkXgGhGGiH { border-width: 0; border-radius: 0; }#uSQNRAwywfKqmnH17QTSE9EkXgGhGGiH > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#uSQNRAwywfKqmnH17QTSE9EkXgGhGGiH > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#4a6879;background-image:none;font-size:0.875rem;font-family:arial;height:42.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#sxbUrP5grboDwgc6x9zZ0QMS82XMJcUf { color:#ffffff;display:block;width:52.9331875rem;position:absolute;font-family:arial;font-size:1.4375rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:1.0034675598144rem;left:3.5321178436279rem;height:30.1875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yAIABxNaAQHF4wknAzkyWwTU8PJs5u2i { position:absolute;display:block;z-index:15008;background-color:#66d7cb;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.9375rem;width:48.375rem;top:32.989604949951rem;left:5.8125rem;display:block; }
#olA6UUiAQx4evR9TAorMhOrFE0e7uLCf { color:#070707;display:block;width:46.875rem;position:absolute;font-family:rubik;font-size:1.875rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:33.302104949951rem;left:6.5625rem;height:7.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iIO8pp8s8rErLwBK2U0cPRkCbsnctMZ5 { position:relative;display:block; }#iIO8pp8s8rErLwBK2U0cPRkCbsnctMZ5 { background-color: transparent; background-image: none; }#iIO8pp8s8rErLwBK2U0cPRkCbsnctMZ5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iIO8pp8s8rErLwBK2U0cPRkCbsnctMZ5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iIO8pp8s8rErLwBK2U0cPRkCbsnctMZ5 > .row .container > .video-iframe-container { display: none; }#iIO8pp8s8rErLwBK2U0cPRkCbsnctMZ5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iIO8pp8s8rErLwBK2U0cPRkCbsnctMZ5 > .row > .video-iframe-container { display: none; }#iIO8pp8s8rErLwBK2U0cPRkCbsnctMZ5 > .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); }#iIO8pp8s8rErLwBK2U0cPRkCbsnctMZ5 { border-width: 0; border-radius: 0; }#iIO8pp8s8rErLwBK2U0cPRkCbsnctMZ5 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#iIO8pp8s8rErLwBK2U0cPRkCbsnctMZ5 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:64.625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#KG6T72s6ELoVeIQTRZKKtzRCdCknxrxA { color:#000000;display:block;width:41.625rem;position:absolute;font-family:rubik;font-size:2.1875rem;font-weight:normal;z-index:15006;line-height:1.4;letter-spacing:0;top:0.68663930892944rem;left:8.0625rem;height:3.0625rem;display:block; }
#A1TKFrA0ysT6RFtmNz6Te2HPCcXcT7Iq { position:absolute;display:block;z-index:15004;background-color:#f4f4f4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.25rem 0.625rem 1.25rem rgba(0,0,0,0.5) ;height:19.75rem;width:42.0625rem;top:4.4678692817688rem;left:9.875rem;display:block; }
#fs7ERLz83JunaxiG1OWzgRh6lWFkTWO6 { color:#000000;display:block;width:36.6875rem;position:absolute;font-family:arial;font-size:1.4375rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:18.439236164093rem;left:15.305555343628rem;height:4.0234375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dTfUxdliLwTyuWUeZbRVTMGXKsTA5Lv4 { color:#000000;display:block;width:41.625rem;position:absolute;font-family:rubik;font-size:2.1875rem;font-weight:normal;z-index:15007;line-height:1.4;letter-spacing:0;top:25.812490463257rem;left:8.0625rem;height:3.0625rem;display:block; }
#OO7Q4zNFeBFgWmI3TP6h4t3ZEI7ZnDJJ { position:absolute;display:block;z-index:15005;background-color:#f4f4f4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.25rem 0.625rem 1.25rem rgba(0,0,0,0.5) ;height:22.6875rem;width:41.5625rem;top:30.686635971069rem;left:10.125001907349rem;display:block; }
#DrDTa1KyXRwC9lDkXELrd2BGbIadvaLy { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:11.1875rem;width:11.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:53.374114990234rem;left:26.430555343628rem; }
#w3lTDvDTG8qHN6ZLN3vIckxUbTaIMThJ { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:40.704866409302rem;left:12.84375rem; }
#nxIwf1J8eeJhfE6ZXebPawTUFEIvA3zc { color:#000000;display:block;width:34.3125rem;position:absolute;font-family:arial;font-size:1.4375rem;font-weight:700;z-index:15017;line-height:1.4;letter-spacing:0;top:32.229135751724rem;left:14.868055343628rem;height:6.03515625rem;font-style:normal;display:block; }
#EikeqrNhzvFtpdkUZoJSqFqmUMiatQh3 { color:#000000;display:block;width:34.3125rem;position:absolute;font-family:arial;font-size:1.4375rem;font-weight:700;z-index:15018;line-height:1.4;letter-spacing:0;top:40.018198013306rem;left:14.868055343628rem;height:4.0234375rem;font-style:normal;display:block; }
#CUBHCvNTf0Ca9TRT514nTcEW2BtClmXB { color:#000000;display:block;width:35.875rem;position:absolute;font-family:arial;font-size:1.4375rem;font-weight:700;z-index:15019;line-height:1.4;letter-spacing:0;top:45.835906982422rem;left:14.868055343628rem;height:6.03515625rem;font-style:normal;display:block; }
#obGJ5x3r54BwoJQSVBqvEkbdl8Ud8591 { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:32.967887878418rem;left:12.84375rem; }
#n72Xhu1EiLc3gShPLIgZ2Vx1U01clNrM { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:46.522575378418rem;left:12.84375rem; }
#tZSBiE3sVDeaHCgICCKRCaXVh91azN2K { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:6.3923606872556rem;left:13.375rem; }
#QyLqkiz4WEQETTAXa3Ww1d1t4hinBprJ { color:#000000;display:block;width:34.25rem;position:absolute;font-family:arial;font-size:1.4375rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:5.8304681777954rem;left:15.305471420288rem;height:6.03515625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eAOuIPDuQSTlI41wfCAPba9wHOQHLrTk { color:#000000;display:block;width:36.6875rem;position:absolute;font-family:arial;font-size:1.4375rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:13.060764789581rem;left:15.305555343628rem;height:4.0243rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oT917J6vvfyFu4Dk6y4eXBp3eh9eikXn { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:13.715276718139rem;left:13.53125rem; }
#lTs4gAu3sa56K54O5Au3QoMqVlURpPHF { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:19.064235687256rem;left:13.375rem; }
#Dnlsn66Lq2K4oclS9glmb0faRU0I4W2C { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5625rem;width:2.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:5.8307290077209rem;left:11.500001907349rem;display:none; }
#LLThN9GxcBOiHS0Vs6RF6lZ1t7lnGHNR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5625rem;width:2.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:5.8307290077209rem;left:11.500001907349rem;display:none; }
#s52rkDLoDqBdatXWcMCESa8xbfkHAx3t { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:32.843719005585rem;left:11.656251907349rem;display:none; }
#x2JOBPPDQMbSNN4ThUqaQNT733G51Tq6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:32.843719005585rem;left:11.656251907349rem;display:none; }
#palNyGhm3ttOVzUyGrWTAAAInvxFQhvd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/62ab8257-312a-470b-8946-a77592436879/Projektbeznazwy5.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#palNyGhm3ttOVzUyGrWTAAAInvxFQhvd.adaptive-delivery-prevent-bg, #palNyGhm3ttOVzUyGrWTAAAInvxFQhvd.lazyload, #palNyGhm3ttOVzUyGrWTAAAInvxFQhvd.lazyloading { background-image: none; }#palNyGhm3ttOVzUyGrWTAAAInvxFQhvd > .row .container { border-width: 0; border-radius: 0; }#palNyGhm3ttOVzUyGrWTAAAInvxFQhvd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#palNyGhm3ttOVzUyGrWTAAAInvxFQhvd > .row .container { font-size:0.875rem;font-family:arial;height:136.5625rem;width:60rem;position:relative;display:none; }#HICf49URxHJo1Tp7evgXo2hqX7ztOimo { color:#ffffff;display:block;width:57.6875rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:73.5625rem;left:1.1875rem;height:9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uoGDc4IuHuHkF4ZZSW4JK4BPtk1NvOqm { color:#ffffff;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15003;line-height:1.4;letter-spacing:0;top:94.875rem;left:0rem;height:2.098525rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XeIW0O8hVV7h9eb6BcWJxxROWKWsea00 { color:#ffffff;display:block;width:57.6875rem;position:absolute;font-family:montserrat;font-size:3.75rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:80.9375rem;left:1.1875rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RkFGBsHeO0Up9yUT2D4MQgA6D5Hiq5na { color:#ffffff;display:block;width:57.6875rem;position:absolute;font-family:montserrat;font-size:3.75rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:80.9375rem;left:1.1875rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#yG0swxHno3dJ4iidRxF0bP4zKVovuIK3 { color:#ffffff;display:block;width:57.6875rem;position:absolute;font-family:montserrat;font-size:3.75rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:80.9375rem;left:1.1875rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#ShqSGTv9uvlXndt757piTn3qWMFBDTZe { position:absolute;display:block;z-index:15008;background-color:#66d7cb;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.9375rem;width:48.375rem;top:33.246527671814rem;left:5.8125rem;display:none; }
#Nb5zaUW8zheLyxp6Q8nGlIZSp7hkEzTx { background-color:#66d7cb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0rem 0rem 0.9375rem rgba(110,235,131,0.75) ;box-sizing:border-box;color:#000000;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.3);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:2rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:32.9375rem;height:5.1875rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:80.736980438231rem;left:13.531251907349rem;display:none; }
#cHxIGyp1yPO16z9Smx0X2ClncUpvvyyW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KQNzNUanT3NpT0HwAFP28xPadR8JRrzx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#4a6879;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; }#KQNzNUanT3NpT0HwAFP28xPadR8JRrzx > .row .container { background-color: transparent; background-image: none; }#KQNzNUanT3NpT0HwAFP28xPadR8JRrzx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KQNzNUanT3NpT0HwAFP28xPadR8JRrzx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KQNzNUanT3NpT0HwAFP28xPadR8JRrzx > .row .container > .video-iframe-container { display: none; }#KQNzNUanT3NpT0HwAFP28xPadR8JRrzx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KQNzNUanT3NpT0HwAFP28xPadR8JRrzx > .row > .video-iframe-container { display: none; }#KQNzNUanT3NpT0HwAFP28xPadR8JRrzx > .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); }#KQNzNUanT3NpT0HwAFP28xPadR8JRrzx > .row .container { border-width: 0; border-radius: 0; }#KQNzNUanT3NpT0HwAFP28xPadR8JRrzx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KQNzNUanT3NpT0HwAFP28xPadR8JRrzx > .row .container { font-size:0.875rem;font-family:arial;height:65rem;width:60rem;position:relative;display:block; }#o6Z8fzxqW5zQWXzvCMTGaSNTTcUATNwp { color:#ffffff;display:block;width:33.0625rem;position:absolute;font-family:arial;font-size:1.4375rem;font-weight:400;z-index:15025;line-height:1.5;letter-spacing:0;top:1.7491054534912rem;left:25.492189407349rem;height:19.40625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#I0o3tniTd9Rhd2m5kevhXtxfDMkzh4im { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.6875rem;width:21.125rem;top:1.7491521835327rem;left:2.6171875rem;overflow:hidden;display:block; }
#d4KZncQJpoAd0NhVpKr5grhcrIf3WOyu { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.5rem;width:42.625rem;top:41.304687062256rem;left:9.6329048184175rem;overflow:hidden;display:block; }
#D1FrXiUO0xpzhEgtoNrxOT3IBQ3ZwNkp { color:#ffffff;display:block;width:33.6875rem;position:absolute;font-family:arial;font-size:1.4375rem;font-weight:400;z-index:15026;line-height:1.5;letter-spacing:0;top:22.87326335907rem;left:25.1796875rem;height:8.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JBMFn50bIJohJlvuW80hVa5o3owowAnr { color:#66d7cb;display:block;width:53.5625rem;position:absolute;font-family:rubik;font-size:1.875rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:34.996554374695rem;left:3.21875rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yVTufeCRdGPtgFGStTdRv8T7EBWgWBDm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/6f8e6fde-d9ed-46d6-a78c-3a099e3fd129/KopiaplikuART_4769.crop_6000x3307_0,693.preview.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#yVTufeCRdGPtgFGStTdRv8T7EBWgWBDm.adaptive-delivery-prevent-bg, #yVTufeCRdGPtgFGStTdRv8T7EBWgWBDm.lazyload, #yVTufeCRdGPtgFGStTdRv8T7EBWgWBDm.lazyloading { background-image: none; }#yVTufeCRdGPtgFGStTdRv8T7EBWgWBDm > .row .container { background-color: transparent; background-image: none; }#yVTufeCRdGPtgFGStTdRv8T7EBWgWBDm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yVTufeCRdGPtgFGStTdRv8T7EBWgWBDm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yVTufeCRdGPtgFGStTdRv8T7EBWgWBDm > .row .container > .video-iframe-container { display: none; }#yVTufeCRdGPtgFGStTdRv8T7EBWgWBDm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yVTufeCRdGPtgFGStTdRv8T7EBWgWBDm > .row > .video-iframe-container { display: none; }#yVTufeCRdGPtgFGStTdRv8T7EBWgWBDm > .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); }#yVTufeCRdGPtgFGStTdRv8T7EBWgWBDm > .row .container { border-width: 0; border-radius: 0; }#yVTufeCRdGPtgFGStTdRv8T7EBWgWBDm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yVTufeCRdGPtgFGStTdRv8T7EBWgWBDm > .row .container { font-size:0.875rem;font-family:arial;height:113.6875rem;width:60rem;position:relative;display:block; }#XdoLkrITK5V6GQdPEB2a7kNanzTH9T5z { color:#ffffff;display:block;width:57.6831875rem;position:absolute;font-family:rubik;font-size:3.125rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:3.4487781524658rem;left:0rem;height:17.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OVl39f6c5KLmwg378xRJS83k327s72gy { color:#000000;display:block;width:50.25rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:94.295145034787rem;left:4.875rem;height:7.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RhD05RT7q3Iely6BvTVFpmaLkexVEz6b { color:#fffdfe;display:block;width:57.6875rem;position:absolute;font-family:rubik;font-size:4.8125rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:70.158861160281rem;left:1.15625rem;height:5.775rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xGgR4OiXkAOPg21bd2ITinFrnTm4UIhQ { color:#fffdfe;display:block;width:57.6875rem;position:absolute;font-family:rubik;font-size:4.8125rem;font-weight:400;z-index:15007;line-height:1.2;letter-spacing:0;top:84.822923660281rem;left:1.15625rem;height:5.775rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xZft0nqaMOpPuTBeoKCRJLv8TlOi6vh6 { color:#66d7cb;display:block;width:57.6875rem;position:absolute;font-family:rubik;font-size:5.5rem;font-weight:700;z-index:15007;line-height:1.2;letter-spacing:0;top:76.870666503906rem;left:0rem;height:6.6rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#W0BzQ93KpMXJQPoLEhIEvDnTo70UZNH5 { box-sizing:content-box;height:9.5rem;width:50.3125rem;position:absolute;display:block;z-index:15004;background-color:#66d7cb;background-image:none;top:93.201395034787rem;left:4.84375rem;display:block; }
#z8rgIGn0TmhiGZOK9v4u9dAJL0KNprxH { background-color:#f4f907;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #4a6879;border-left:0.0625rem solid #4a6879;border-right:0.0625rem solid #4a6879;border-bottom:0.0625rem solid #4a6879;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0rem 0rem 0.9375rem rgba(110,235,131,0.75) ;box-sizing:border-box;color:#030303;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.3);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:2rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:32.9375rem;height:5.1875rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:105.55380630493rem;left:12.375rem;display:block; }
#mHOANSblbJ7zGTcGfpTJOAHRVr7UGAKh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PQptGs04pmwATJrVTGFFJoZiTJOKbS8p { position:relative;display:block; }#PQptGs04pmwATJrVTGFFJoZiTJOKbS8p { background-color: transparent; background-image: none; }#PQptGs04pmwATJrVTGFFJoZiTJOKbS8p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PQptGs04pmwATJrVTGFFJoZiTJOKbS8p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PQptGs04pmwATJrVTGFFJoZiTJOKbS8p > .row .container > .video-iframe-container { display: none; }#PQptGs04pmwATJrVTGFFJoZiTJOKbS8p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PQptGs04pmwATJrVTGFFJoZiTJOKbS8p > .row > .video-iframe-container { display: none; }#PQptGs04pmwATJrVTGFFJoZiTJOKbS8p > .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); }#PQptGs04pmwATJrVTGFFJoZiTJOKbS8p { border-width: 0; border-radius: 0; }#PQptGs04pmwATJrVTGFFJoZiTJOKbS8p > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#PQptGs04pmwATJrVTGFFJoZiTJOKbS8p > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f1f1f1;background-image:none;font-size:0.875rem;font-family:arial;height:63.125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#vq4N2irsn0A2kAh3EVJHIOvchIFrlHbK { color:#000000;display:block;width:54.75rem;position:absolute;font-family:rubik;font-size:1.875rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:3.140625rem;left:2.625rem;height:5.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WsDWmd7bCfA2tsVV1Vwe6PkNXwVz8ctN { 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: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:12.5rem;width:18.75rem;display:none; }
#ZsEe31TXs24FRH1EtyBqQ3O9DeZOvXyt { color:#000000;display:block;width:52.9331875rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:400;z-index:15024;line-height:1.4;letter-spacing:0;top:12.328993320465rem;left:5.96875rem;height:2.0125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#d5lwUEQs1PBShZu83B4p1R4epMUqTpVG { color:#66d7cb;display:block;width:39.1875rem;position:absolute;font-family:rubik;font-size:2.5rem;font-weight:normal;z-index:15007;line-height:1.2;letter-spacing:0;top:35.330701828003rem;left:10.40625rem;height:3rem;text-align:center;text-align-last:center;display:block; }
#Et3S8MSfm8q1sT5nK6DG3kDE1qX6nZxf { color:#000000;display:block;width:27.4375rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:700;z-index:15025;line-height:1.4;letter-spacing:0;top:29.996500015259rem;left:16.28125rem;height:2.275rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#tL90J4EZp6wBRW3ULO21z5aaQ7seD3aq { color:#000000;display:block;width:43.125rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:400;z-index:15025;line-height:1.4;letter-spacing:0;top:41.176216125488rem;left:5.96875rem;height:4.0243rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#hoyofcc3GcSPpVpXw7KqmaGsEwCMas9h { box-sizing:content-box;height:4.875rem;width:46.0625rem;position:absolute;display:block;z-index:15005;background-color:#4a6879;background-image:none;top:34.394937515259rem;left:5.96875rem;display:block; }
#NduzBMLdCnJFtnUN5Wh2aTEyUXv3dRuS { box-sizing:content-box;height:7.1875rem;width:59.9375rem;position:absolute;display:block;z-index:14999;background-color:#66d7cb;background-image:none;top:2.3619785308838rem;left:0.03125rem;display:block; }
#dPmWWR4l8hhSL9UbyJngWep888NPxvdU { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:12.709188461304rem;left:3.875rem; }
#WIGzAUvLC7FzH4JyXsLXtvHTKlrg128J { color:#000000;display:block;width:52.9331875rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:400;z-index:15025;line-height:1.4;letter-spacing:0;top:15.641492843628rem;left:5.96875rem;height:2.0125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wilCp1RkLCZZ3P8AhBK4S0c6I2A8cTD7 { color:#000000;display:block;width:52.9331875rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:400;z-index:15026;line-height:1.4;letter-spacing:0;top:25.953993797302rem;left:5.96875rem;height:2.0125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WqFu5cwZubNX07yX4wEnQ03TZCnhqtAo { color:#000000;display:block;width:52.9331875rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:400;z-index:15027;line-height:1.4;letter-spacing:0;top:19.098958969116rem;left:5.96875rem;height:2.0125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#uS9ve7R6rQrwAzntfqawXtShQgei4qf3 { color:#000000;display:block;width:52.9331875rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:400;z-index:15027;line-height:1.4;letter-spacing:0;top:22.559895515442rem;left:5.96875rem;height:2.0125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MS5DzaFTkSqx7gK1gilUrQ8JQMlRBmuR { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:16.021688461304rem;left:3.875rem; }
#ocaVQyBJGdaOEdrsEEfHnMszHiKpbv11 { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:22.940090179443rem;left:3.875rem; }
#bSHbRlA5hbGFJDKikGR7qtdhTcKhVDTI { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:19.479152679443rem;left:3.875rem; }
#tSr9rvkERqqMdTNL6ZZTVK50eMsoVUod { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:26.333320617676rem;left:3.875rem; }
#dvP13ZgSwAeIL56u6Uk70PW2XXN76UKl { box-sizing:content-box;height:3.3125rem;width:32.5rem;position:absolute;display:block;z-index:15000;background-color:#66d7cb;background-image:none;top:29.475667953491rem;left:12.75rem;display:block; }
#Fq0kxsMKw7pM06pIy0QCzu6mtoGmQxxL { color:#000000;display:block;width:46.625rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:400;z-index:15026;line-height:1.4;letter-spacing:0;top:58.020832061767rem;left:5.96875rem;height:4.0234375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#JBaMblEndSq6NxXLke4FPV1Og7FBdTQt { color:#000000;display:block;width:36.1875rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:400;z-index:15027;line-height:1.4;letter-spacing:0;top:46.394098281861rem;left:5.96875rem;height:4.0243rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#v3t5JSZo1Qi081ZLG2UAuxQs1AwmfO9q { color:#000000;display:block;width:41.8125rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:400;z-index:15027;line-height:1.4;letter-spacing:0;top:52.208333969116rem;left:5.96875rem;height:4.0243rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#rIOsgoErLhJOFmIpGSoKmWoqRUguPHZT { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:41.769098281861rem;left:3.875rem; }
#NR0GcN91LI9tWTdKrlKdZ9t89GGGqLum { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:47.020833969116rem;left:3.875rem; }
#Rk6QsQTlpNBSrJyUtDtofIHCsTVRbqkD { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:52.833333969116rem;left:3.875rem; }
#RUo8FqJJu7sEq8HkzUJow2JpRVzO5wRf { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:58.581596374512rem;left:3.875rem; }
#uQ7C7n2GMnZZqDsr9pfgolAE8J61Wgmt { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:12.396701335907rem;left:2.625rem;display:none; }
#r2P020tf61G45aO4d2l7hkgoRvDREmIA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:12.396701335907rem;left:2.625rem;display:none; }
#ZVwNH7o9rr6wrr6WzXba7p37equlqLt7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:12.396701335907rem;left:2.625rem;display:none; }
#fb0BulJJmILPJDcQXPdLzKqvie1rDlak { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:12.396701335907rem;left:2.625rem;display:none; }
#TlgOOIrgtwH7ii0JQ9zW9Twg9FPIsNzi { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:56.646667480469rem;left:2.625rem;display:none; }
#kZW9UcGM9DfTiC3rEbiF9xHXWONF2b1S { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:56.646667480469rem;left:2.625rem;display:none; }
#ashTVSAGAVd0R9dXu6w8bEDNa5KZ0mJR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:56.646667480469rem;left:2.625rem;display:none; }
#AMVTi7vWZ2d3ztTBWNQfiIBvpB6zZ7pF { position:relative;display:block; }#AMVTi7vWZ2d3ztTBWNQfiIBvpB6zZ7pF { background-color: transparent; background-image: none; }#AMVTi7vWZ2d3ztTBWNQfiIBvpB6zZ7pF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AMVTi7vWZ2d3ztTBWNQfiIBvpB6zZ7pF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AMVTi7vWZ2d3ztTBWNQfiIBvpB6zZ7pF > .row .container > .video-iframe-container { display: none; }#AMVTi7vWZ2d3ztTBWNQfiIBvpB6zZ7pF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AMVTi7vWZ2d3ztTBWNQfiIBvpB6zZ7pF > .row > .video-iframe-container { display: none; }#AMVTi7vWZ2d3ztTBWNQfiIBvpB6zZ7pF > .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); }#AMVTi7vWZ2d3ztTBWNQfiIBvpB6zZ7pF { border-width: 0; border-radius: 0; }#AMVTi7vWZ2d3ztTBWNQfiIBvpB6zZ7pF > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#AMVTi7vWZ2d3ztTBWNQfiIBvpB6zZ7pF > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#4a6879;background-image:none;font-size:0.875rem;font-family:arial;height:25.3125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#vD4uSo8gUx4ffRupp3TLOezPa4lCaL3R { 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:14.4375rem;width:14.4375rem;top:9.6640830039975rem;left:7.78125rem;overflow:hidden;display:block; }
#DTPPAGMzNzirdQOtbfLnHAcMH1zITzHF { color:#020202;display:block;width:29.0625rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:0.59375rem;left:0.6875rem;height:6.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MdyZE8Um6QPR44c3s7GLF9A77NEVe6Tn { color:#66d7cb;display:block;width:13.8125rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:2.8437636494636rem;left:33.125rem;height:2.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iGSzEzlP63kd8O6q7FabSf6FAaLgtRI1 { color:#ffffff;display:block;width:26.4375rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:6.68489074707rem;left:33.125rem;height:3.736325rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fhERETC37gv9gXULuc021VddE0Ee420M { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:6.9375rem;left:31.125rem; }
#tPpwe5gzokHGVZgRb3WEpShXGtm46f9q { color:#ffffff;display:block;width:26.75rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:11.960069417954rem;left:33.250001907349rem;height:3.736325rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KQhHkoK37q5MOVIPoUfbTEFdo9wvJN6g { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:12.0625rem;left:31.125rem; }
#ng0H0VIVPN7ierS6G4oWtQImb7Gtm4D7 { color:#ffffff;display:block;width:24rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:700;z-index:15009;line-height:1.2;letter-spacing:0;top:22.322916030884rem;left:33rem;height:1.725rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#uO9ruswAlXC7u36HbImRN6w3XOMvibK1 { color:#ffffff;display:block;width:24rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:17.133666992188rem;left:33.25rem;height:3.736325rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#AeKpLVNmyebxKNkpFvK5fPoRIcgWyEIK { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:17.0625rem;left:31.125rem; }
#d1pF1Pex3dDdwBurII9UNZBLRDwe8RnT { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:22.3125rem;left:31.125rem; }
#ofPOlC7q7GKKF98Z6poldn5bT1Gxx8xD { box-sizing:content-box;height:7.9375rem;width:30rem;position:absolute;display:block;z-index:15000;background-color:#66d7cb;background-image:none;top:0rem;left:0rem;display:block; }
#R4XIsiw6ruPZCxPimk0TnIiRcro0RBdS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5625rem;width:2.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:6.6848962306975rem;left:30.000001907349rem;display:none; }
#vd6LUPuFOLuK8hmo3QcNzhOc2fbdwG9o { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5625rem;width:2.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:6.6848962306975rem;left:30.000001907349rem;display:none; }
#WfQsoqR6WwDv7NPezIvk50WVBR9RPfvM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5625rem;width:2.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:6.6848962306975rem;left:30.000001907349rem;display:none; }
#oeT8uxRMhRBLQetLxMap6TdknsxmyLiZ { position:relative;display:block; }#oeT8uxRMhRBLQetLxMap6TdknsxmyLiZ { background-color: transparent; background-image: none; }#oeT8uxRMhRBLQetLxMap6TdknsxmyLiZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oeT8uxRMhRBLQetLxMap6TdknsxmyLiZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oeT8uxRMhRBLQetLxMap6TdknsxmyLiZ > .row .container > .video-iframe-container { display: none; }#oeT8uxRMhRBLQetLxMap6TdknsxmyLiZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oeT8uxRMhRBLQetLxMap6TdknsxmyLiZ > .row > .video-iframe-container { display: none; }#oeT8uxRMhRBLQetLxMap6TdknsxmyLiZ > .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); }#oeT8uxRMhRBLQetLxMap6TdknsxmyLiZ { border-width: 0; border-radius: 0; }#oeT8uxRMhRBLQetLxMap6TdknsxmyLiZ > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#oeT8uxRMhRBLQetLxMap6TdknsxmyLiZ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#4a6879;background-image:none;font-size:0.875rem;font-family:arial;height:28.3125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#HZ6qL6rE69I7qEXt79rc0661v6SNJsA4 { 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:14.4375rem;width:14.4375rem;top:11.250868797303rem;left:7.65625rem;overflow:hidden;display:block; }
#cUDSSAVx9RKVwNCOGxwd5iLNRhMp8Koi { color:#000000;display:block;width:28.875rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:0.40364456176758rem;left:0rem;height:9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NMOcwvqNwb2RPysgVOpoyoKdIxGMaTx7 { color:#66d7cb;display:block;width:14.375rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:2.6562156677246rem;left:32.1875rem;height:2.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FBTemyHZhQzVLuGvBcM4eu1czq6re4RB { color:#fdfffe;display:block;width:26.3125rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:700;z-index:15007;line-height:1.2;letter-spacing:0;top:20.997395515442rem;left:33.125001907349rem;height:1.725rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RcVXV2xETZMDL5gWuwuuprzvfRHKfUrP { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:8.0625rem;left:30.680557250976rem; }
#mCOtGakVWvrXkNmmVbS1TMNrZZMWJv8i { color:#fdfffe;display:block;width:26.3125rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:11.250868797303rem;left:33.125001907349rem;height:1.86875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#e554NWUzN2Tb8xfQLzh5it99qvgwKRpT { color:#fdfffe;display:block;width:26.3125rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:700;z-index:15008;line-height:1.2;letter-spacing:0;top:8.0668401718137rem;left:33.125001907349rem;height:1.725rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#tUtWmDaGfhtypAb4iFtFD8HLoeDJhUKp { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:11.403645515442rem;left:30.680555343628rem; }
#nTC2bOKZ4ED4oOT1uCqkko3GTsyJnL3c { color:#fdfffe;display:block;width:26.3125rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:700;z-index:15008;line-height:1.2;letter-spacing:0;top:14.464409828186rem;left:33.125001907349rem;height:1.725rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vwgumuQTzARfINv54lEBU1dA7rFmNlam { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:14.544270515442rem;left:30.680555343628rem; }
#MTTwwNfU4rHUzvJHQeTVzXBytaqTyHyZ { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:17.516493797302rem;left:30.680555343628rem; }
#rXO1JIeHPuQbJGepGx4xKNTACUWIzknX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5625rem;width:2.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:6.6848962306975rem;left:30.000001907349rem;display:none; }
#vVnFuquvdi38br07lAT9PZdpzkpi8zlD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5625rem;width:2.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:6.6848962306975rem;left:30.000001907349rem;display:none; }
#XKQfhSuusqRzUuzBGXdulZJmMHuqBTTH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5625rem;width:2.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:6.6848962306975rem;left:30.000001907349rem;display:none; }
#SPqmzFbNLcE2DW6UdBsitldb75uFwZNy { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5625rem;width:2.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:6.6848962306975rem;left:30.000001907349rem;display:none; }
#tLA09w4PXNSv1MgI0qMay1zM0ilJNXtV { box-sizing:content-box;height:9.6875rem;width:30rem;position:absolute;display:block;z-index:15001;background-color:#66d7cb;background-image:none;top:0rem;left:0rem;display:block; }
#MwR5370p9Kh7Bv41VDWHTc13Q2k0OavL { color:#fdfffe;display:block;width:26.3125rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:700;z-index:15008;line-height:1.2;letter-spacing:0;top:24.172743797302rem;left:33.125001907349rem;height:3.449225rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#m6Py68WJ7LCTQQpM1SHDAk0H2q8QdtSg { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:21.077256202698rem;left:30.680555343628rem; }
#GTMpGMJq25b0kTbWlUp0B08t7ZAiybxk { color:#fdfffe;display:block;width:26.3125rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:700;z-index:15009;line-height:1.2;letter-spacing:0;top:17.75rem;left:33.125001907349rem;height:1.725rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ScpZu6m9ABJtcgrW0GKIDZsUUORzk1MN { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:24.172743797302rem;left:30.680555343628rem; }
#JhHE1nSKeL8g8hWfSWD0sBDy0LxxTSK5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5625rem;width:2.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:6.6848962306975rem;left:30.000001907349rem;display:none; }
#tC9lWTcat1awAf2BpAPdehbbs0LyVlCn { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5625rem;width:2.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:6.6848962306975rem;left:30.000001907349rem;display:none; }
#JNRrwLEDPnU7GdIJD4HJEiRqLEEiMsMb { position:relative;display:block; }#JNRrwLEDPnU7GdIJD4HJEiRqLEEiMsMb { background-color: transparent; background-image: none; }#JNRrwLEDPnU7GdIJD4HJEiRqLEEiMsMb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JNRrwLEDPnU7GdIJD4HJEiRqLEEiMsMb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JNRrwLEDPnU7GdIJD4HJEiRqLEEiMsMb > .row .container > .video-iframe-container { display: none; }#JNRrwLEDPnU7GdIJD4HJEiRqLEEiMsMb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JNRrwLEDPnU7GdIJD4HJEiRqLEEiMsMb > .row > .video-iframe-container { display: none; }#JNRrwLEDPnU7GdIJD4HJEiRqLEEiMsMb > .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); }#JNRrwLEDPnU7GdIJD4HJEiRqLEEiMsMb { border-width: 0; border-radius: 0; }#JNRrwLEDPnU7GdIJD4HJEiRqLEEiMsMb > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#JNRrwLEDPnU7GdIJD4HJEiRqLEEiMsMb > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#4a6879;background-image:none;font-size:0.875rem;font-family:arial;height:23.9375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#a6e591u18AifTAR2wE3Who3ywJ9woCKJ { 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:13.8125rem;width:13.8125rem;top:9.09218788147rem;left:7.65625rem;overflow:hidden;display:block; }
#cz05gTaQlOopJLXbORp2WdwpZzaytgH1 { color:#000000;display:block;width:28.875rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:0.56251335144043rem;left:0.625rem;height:6.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vTGaaxdSWQ4HCrM8ZTJuU1GuGBMLqOrs { color:#66d7cb;display:block;width:14.375rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:2.8125133514404rem;left:32.743057250976rem;height:2.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PITvGsNCRy9PTKw39E440lmMuCtPQBNJ { color:#fff6f8;display:block;width:24.5rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:11.565626144409rem;left:33.687501907349rem;height:1.86875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lVR0HAzpNZHEgFhgZDD86lfSGL926uBa { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:8.1421880722044rem;left:31.230470657349rem; }
#iOG4CKUCuc2xdmBuuXR1U3h9vPcUW3T7 { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:11.71875rem;left:31.230470657349rem; }
#EX7Wx0oFfzqm7rhiKisIFCTS0xw92c8B { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:15.77968788147rem;left:31.230470657349rem; }
#Jckmi8MJf5L7dgmTxyXKkgiDbLI1ed5D { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5625rem;width:2.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:6.6848962306975rem;left:30.000001907349rem;display:none; }
#Qeg8gLIUaSCuowHq1mQMGh8KSzTKng7a { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5625rem;width:2.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:6.6848962306975rem;left:30.000001907349rem;display:none; }
#hQwZyppyTzhHsys1gyZleT7MXOFslT2v { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5625rem;width:2.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:6.6848962306975rem;left:30.000001907349rem;display:none; }
#nshuTdDhl5BQuBCXqnrgZckqDWy03LVD { box-sizing:content-box;height:7.9375rem;width:30rem;position:absolute;display:block;z-index:15002;background-color:#66d7cb;background-image:none;top:0rem;left:0rem;display:block; }
#ydzFMq9PN6cixlWByTPMsZdIQ0Dyx37l { color:#fff1f4;display:block;width:19.9375rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:700;z-index:15007;line-height:1.2;letter-spacing:0;top:8.1421880722044rem;left:33.687501907349rem;height:1.725rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#np5D5bB5N0IiK5Gp27EW9rqUtzVfZrJ4 { color:#fff1f4;display:block;width:22.625rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:700;z-index:15009;line-height:1.2;letter-spacing:0;top:15.698438644409rem;left:33.687501907349rem;height:1.725rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#E0QRkNlPiblHThuCqCugM30V8cRVWrLx { position:relative;display:block; }#E0QRkNlPiblHThuCqCugM30V8cRVWrLx { background-color: transparent; background-image: none; }#E0QRkNlPiblHThuCqCugM30V8cRVWrLx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E0QRkNlPiblHThuCqCugM30V8cRVWrLx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E0QRkNlPiblHThuCqCugM30V8cRVWrLx > .row .container > .video-iframe-container { display: none; }#E0QRkNlPiblHThuCqCugM30V8cRVWrLx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E0QRkNlPiblHThuCqCugM30V8cRVWrLx > .row > .video-iframe-container { display: none; }#E0QRkNlPiblHThuCqCugM30V8cRVWrLx > .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); }#E0QRkNlPiblHThuCqCugM30V8cRVWrLx { border-width: 0; border-radius: 0; }#E0QRkNlPiblHThuCqCugM30V8cRVWrLx > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#E0QRkNlPiblHThuCqCugM30V8cRVWrLx > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#4a6879;background-image:none;font-size:0.875rem;font-family:arial;height:25.5rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#F3XfdzCsz6czQnXlXxPskyxoAcxDXNBO { 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:14.5rem;width:14.5rem;top:8.5529518127444rem;left:7.75rem;overflow:hidden;display:block; }
#V8nXBgaLOmBOeZalgCOMyUk1NAUhWaRh { color:#66d7cb;display:block;width:14.375rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:2.46875rem;left:31.375rem;height:2.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nzQ2oGpT6eMpm7tkiprNq3Gp9y9Aw7HW { box-sizing:content-box;height:7.1875rem;width:30rem;position:absolute;display:block;z-index:15003;background-color:#66d7cb;background-image:none;top:0rem;left:0rem;display:block; }
#BIfDoGFrN29OteNGX8UC8xCfP5a9FJa7 { color:#fff1f4;display:block;width:20.875rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:18.68359375rem;left:33.750001907349rem;height:3.736325rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dHEPOdqNTP0Q0edq6ZTOvy76ArEcmbfE { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:7.0442829132081rem;left:31.375rem; }
#sATLXvKwvkBbc4ggkIzV5rNaI7ZFTdbW { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:10.517188072204rem;left:31.375001907349rem; }
#ozfQcPm139P2WQ6nf9uMlZ0CFDx93E0X { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:13.985938072204rem;left:31.375001907349rem; }
#Vby4QVg27o6DO5JbIBbPkigqSzfaxVRn { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:18.68359375rem;left:31.375001907349rem; }
#Z2kzJgA8J1J8DMuotKBVGdAGVdIGzkqG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5625rem;width:2.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:6.6848962306975rem;left:30.000001907349rem;display:none; }
#frTpdUblaup06IfUdSQA6QBaaxLTgyDu { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5625rem;width:2.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:6.6848962306975rem;left:30.000001907349rem;display:none; }
#n8RRS3UOQGM5Zr5ipHGWMN9O8DnIJilE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5625rem;width:2.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:6.6848962306975rem;left:30.000001907349rem;display:none; }
#g9BpMPGoBplZWoT8pZtbDI6BBWF1IMaD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5625rem;width:2.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:6.6848962306975rem;left:30.000001907349rem;display:none; }
#TwxTtPWTbU34hHbyIowJXQqX4eJKdJzR { box-sizing:content-box;height:7.1875rem;width:30rem;position:absolute;display:block;z-index:15004;background-color:#66d7cb;background-image:none;top:25.374973297119rem;left:0rem;display:block; }
#ZQnBT9EodQRdCiZeTwKup63loIHK3diV { color:#fff6f8;display:block;width:24.5rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:700;z-index:15008;line-height:1.2;letter-spacing:0;top:6.8773460388181rem;left:33.687501907349rem;height:1.725rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qd0lSC4X001Ktl0JCOTcG0AsLhA9m17c { color:#fff6f8;display:block;width:24.5rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:700;z-index:15008;line-height:1.2;letter-spacing:0;top:10.43515586853rem;left:33.656251907349rem;height:1.725rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wp9B8AdvGSsiF9kofG3aqxT5R22BJVtq { color:#000000;display:block;width:28.875rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:0.78125rem;left:0.5625rem;height:5.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hUTycFqlUVAbXNKwMd50gP4UxQQVf4xo { color:#fff1f4;display:block;width:25.9375rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:13.933604240418rem;left:33.750001907349rem;height:3.736325rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#BQpgO69Gqba8zTEdXRM2gTG97eFoVAim { position:relative;display:block; }#BQpgO69Gqba8zTEdXRM2gTG97eFoVAim { background-color: transparent; background-image: none; }#BQpgO69Gqba8zTEdXRM2gTG97eFoVAim::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BQpgO69Gqba8zTEdXRM2gTG97eFoVAim > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BQpgO69Gqba8zTEdXRM2gTG97eFoVAim > .row .container > .video-iframe-container { display: none; }#BQpgO69Gqba8zTEdXRM2gTG97eFoVAim > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BQpgO69Gqba8zTEdXRM2gTG97eFoVAim > .row > .video-iframe-container { display: none; }#BQpgO69Gqba8zTEdXRM2gTG97eFoVAim > .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); }#BQpgO69Gqba8zTEdXRM2gTG97eFoVAim { border-width: 0; border-radius: 0; }#BQpgO69Gqba8zTEdXRM2gTG97eFoVAim > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#BQpgO69Gqba8zTEdXRM2gTG97eFoVAim > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#4a6879;background-image:none;font-size:0.875rem;font-family:arial;height:22.3125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ERSrSc8My05B2vVVoB1zS5Mz5ofGOG6P { 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:11.625rem;width:13.6875rem;top:8.6822910308837rem;left:8.15625rem;overflow:hidden;display:block; }
#gxNg0B8Jr858vZFWOGZB0wv21wRScei5 { color:#000000;display:block;width:28.875rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:0.65546989440919rem;left:0rem;height:5.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qevHpqNmou6vs6hz6lMT3yDg7TThX7EA { color:#66d7cb;display:block;width:14.5rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:2.3107738494873rem;left:32.368057250976rem;height:2.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JxkE8nCTxF5lWIaU0QMSFiwigwTKJhFs { color:#ffffff;display:block;width:17.375rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:700;z-index:15007;line-height:1.2;letter-spacing:0;top:16.060764312744rem;left:33.499132156372rem;height:1.724825rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ddUVppyXbdA20GZf2OJTcdybGVRtQab0 { color:#ffffff;display:block;width:17.375rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:700;z-index:15008;line-height:1.2;letter-spacing:0;top:8.6840686798094rem;left:33.499134063721rem;height:1.725rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Krug255HJKX3mdgyPTksT7EADiJ6UwcP { color:#ffffff;display:block;width:20.8125rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:700;z-index:15008;line-height:1.2;letter-spacing:0;top:12.230926513672rem;left:33.499132156372rem;height:1.724825rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#cXVJF3uh3LE2IA114znlWuEzoo03VRLs { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:8.6840648651125rem;left:30.805557250976rem; }
#GSwWg7Ts5XVEIXuasJql7SmGbbd2uv1J { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:12.30993270874rem;left:30.805557250976rem; }
#PAxid5I4tdXaTTPzvCyFTeTUBAMwuQ6K { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:16.141494750976rem;left:30.861112594604rem; }
#JwrT0875KtZx87bLmzBpiF5HPn7dsO1v { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5625rem;width:2.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:6.6848962306975rem;left:30.000001907349rem;display:none; }
#CvVfb2bMkJNT3kx7JTCskGRCAly1RGvI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5625rem;width:2.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:6.6848962306975rem;left:30.000001907349rem;display:none; }
#s4PieJ0iMAVImtleCEzZJ2aZvPyV3Xi4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5625rem;width:2.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:6.6848962306975rem;left:30.000001907349rem;display:none; }
#sNay76tHDHP3JpQVrKfdwLhe3UIWWOQI { box-sizing:content-box;height:7.1875rem;width:30rem;position:absolute;display:block;z-index:15004;background-color:#66d7cb;background-image:none;top:25.374973297119rem;left:0rem;display:none; }
#q6XRN78EUJOLweHVPTz6Mtg0lSiMqNKu { position:relative;display:block; }#q6XRN78EUJOLweHVPTz6Mtg0lSiMqNKu { background-color: transparent; background-image: none; }#q6XRN78EUJOLweHVPTz6Mtg0lSiMqNKu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q6XRN78EUJOLweHVPTz6Mtg0lSiMqNKu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q6XRN78EUJOLweHVPTz6Mtg0lSiMqNKu > .row .container > .video-iframe-container { display: none; }#q6XRN78EUJOLweHVPTz6Mtg0lSiMqNKu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q6XRN78EUJOLweHVPTz6Mtg0lSiMqNKu > .row > .video-iframe-container { display: none; }#q6XRN78EUJOLweHVPTz6Mtg0lSiMqNKu > .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); }#q6XRN78EUJOLweHVPTz6Mtg0lSiMqNKu { border-width: 0; border-radius: 0; }#q6XRN78EUJOLweHVPTz6Mtg0lSiMqNKu > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#q6XRN78EUJOLweHVPTz6Mtg0lSiMqNKu > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#66d7cb;background-image:none;font-size:0.875rem;font-family:arial;height:54.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#pD70blsDKTvQaon7DBKCknVXpqcerOBa { color:#000000;display:block;width:46.6875rem;position:absolute;font-family:rubik;font-size:2.5rem;font-weight:normal;z-index:15010;line-height:1.4;letter-spacing:0;top:0.81248092651369rem;left:6.65625rem;height:7rem;text-align:center;text-align-last:center;display:block; }
#qWD5a7k4TXq13IBnMnpv1cxpsKuZ1ch1 { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(171deg, #f3f3ff, #ffffff);background-image: -moz-linear-gradient(171deg, #f3f3ff, #ffffff);background-image: -ms-linear-gradient(171deg, #f3f3ff, #ffffff);background-image: -o-linear-gradient(171deg, #f3f3ff, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3ff', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3ff', endColorstr='#ffffff' );";background-image: linear-gradient(171deg, #f3f3ff, #ffffff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 0.9375rem rgba(241,241,241,0.25) ;height:43.6875rem;width:52.125rem;top:8.8437576293944rem;left:3.9375rem;display:block; }
#PBNE4JWq95ft2Z9EWRcUy2adInPaNtZs { color:#000000;display:block;width:47.5625rem;position:absolute;font-family:rubik;font-size:1.8125rem;font-weight:normal;z-index:15011;line-height:1.5;letter-spacing:0;top:9.9375002384187rem;left:6.21875rem;height:5.4375rem;text-align:left;text-align-last:left;display:block; }
#VuV7D6f0VDb38WD8UpJ9wAwT0ZsC3SDH { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:11.5625rem;width:17.9375rem;top:17.812499761581rem;left:35.461807250976rem;overflow:hidden;display:block; }
#OEnXpn5h7TIFNQB8ODS5g9ruowfqoFTD { color:#000000;display:block;width:26.8125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15026;line-height:1.4;letter-spacing:0;top:17.068576574326rem;left:6.65625rem;height:31.5rem;font-style:normal;display:block; }
#yZ8qTCwvpsDFm2wk5EpO4QJsNRgzqvab { color:#4f4f4f;display:block;width:24.5625rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:15029;line-height:1.4;letter-spacing:0;top:49.638046264649rem;left:6.65625rem;height:1.925rem;font-style:normal;display:block; }
#zQplUu6xix5iGWpdWw9FTa3lwudag0E9 { position:relative;display:block; }#zQplUu6xix5iGWpdWw9FTa3lwudag0E9 { background-color: transparent; background-image: none; }#zQplUu6xix5iGWpdWw9FTa3lwudag0E9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zQplUu6xix5iGWpdWw9FTa3lwudag0E9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zQplUu6xix5iGWpdWw9FTa3lwudag0E9 > .row .container > .video-iframe-container { display: none; }#zQplUu6xix5iGWpdWw9FTa3lwudag0E9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zQplUu6xix5iGWpdWw9FTa3lwudag0E9 > .row > .video-iframe-container { display: none; }#zQplUu6xix5iGWpdWw9FTa3lwudag0E9 > .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); }#zQplUu6xix5iGWpdWw9FTa3lwudag0E9 { border-width: 0; border-radius: 0; }#zQplUu6xix5iGWpdWw9FTa3lwudag0E9 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#zQplUu6xix5iGWpdWw9FTa3lwudag0E9 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#66d7cb;background-image:none;font-size:0.875rem;font-family:arial;height:38.6875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#lMODWOPZT79kB25mxdnOp7STwMCCzuR9 { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(171deg, #f3f3ff, #ffffff);background-image: -moz-linear-gradient(171deg, #f3f3ff, #ffffff);background-image: -ms-linear-gradient(171deg, #f3f3ff, #ffffff);background-image: -o-linear-gradient(171deg, #f3f3ff, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3ff', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3ff', endColorstr='#ffffff' );";background-image: linear-gradient(171deg, #f3f3ff, #ffffff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 0.9375rem rgba(241,241,241,0.25) ;height:35.5625rem;width:52.125rem;top:1.3125rem;left:3.9375rem;display:block; }
#NInMVvO8K40mM72fXz7kHRalg8uOT0RO { color:#000000;display:block;width:46.8125rem;position:absolute;font-family:rubik;font-size:1.8125rem;font-weight:normal;z-index:15011;line-height:1.5;letter-spacing:0;top:2.3106951713562rem;left:6.59375rem;height:5.4375rem;text-align:left;text-align-last:left;display:block; }
#ugeaHRgCokqTw6FfW5TmxZ2g1nrFoyDc { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:12.625rem;width:19.3125rem;top:9.7482640743256rem;left:35.361980438233rem;overflow:hidden;display:block; }
#XsCm1Tud5Lug6WoeuXIZF5TmTlBklrZP { color:#000000;display:block;width:26.8125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15026;line-height:1.4;letter-spacing:0;top:9.7481946945187rem;left:6.59375rem;height:24.5rem;font-style:normal;display:block; }
#b5th8RUQfl2c6tiEA8nRfus2pk0c5PqP { color:#4f4f4f;display:block;width:24.5625rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:15029;line-height:1.4;letter-spacing:0;top:34.128540039062rem;left:6.59375rem;height:1.925rem;font-style:normal;display:block; }
#qg84iWWqq0usiKO4g0Vb1TvRhsJvrP5h { position:relative;display:block; }#qg84iWWqq0usiKO4g0Vb1TvRhsJvrP5h { background-color: transparent; background-image: none; }#qg84iWWqq0usiKO4g0Vb1TvRhsJvrP5h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qg84iWWqq0usiKO4g0Vb1TvRhsJvrP5h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qg84iWWqq0usiKO4g0Vb1TvRhsJvrP5h > .row .container > .video-iframe-container { display: none; }#qg84iWWqq0usiKO4g0Vb1TvRhsJvrP5h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qg84iWWqq0usiKO4g0Vb1TvRhsJvrP5h > .row > .video-iframe-container { display: none; }#qg84iWWqq0usiKO4g0Vb1TvRhsJvrP5h > .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); }#qg84iWWqq0usiKO4g0Vb1TvRhsJvrP5h { border-width: 0; border-radius: 0; }#qg84iWWqq0usiKO4g0Vb1TvRhsJvrP5h > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#qg84iWWqq0usiKO4g0Vb1TvRhsJvrP5h > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#66d7cb;background-image:none;font-size:0.875rem;font-family:arial;height:40.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#SMD7R9v5lZ5zx4AfzCs1ks7vR3Bw7dZh { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(171deg, #f3f3ff, #ffffff);background-image: -moz-linear-gradient(171deg, #f3f3ff, #ffffff);background-image: -ms-linear-gradient(171deg, #f3f3ff, #ffffff);background-image: -o-linear-gradient(171deg, #f3f3ff, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3ff', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3ff', endColorstr='#ffffff' );";background-image: linear-gradient(171deg, #f3f3ff, #ffffff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 0.9375rem rgba(241,241,241,0.25) ;height:37.0625rem;width:52.125rem;top:1.7838306427002rem;left:3.9375rem;display:block; }
#SU8dbAovBOVrCDlHwEGi1eECX03LuQkc { color:#000000;display:block;width:46.8125rem;position:absolute;font-family:rubik;font-size:1.8125rem;font-weight:normal;z-index:15011;line-height:1.5;letter-spacing:0;top:3.490478515625rem;left:6.59375rem;height:5.4375rem;text-align:left;text-align-last:left;display:block; }
#A2wMin3Mhw8uW1uEDq6InZEMPdeml71e { color:#000000;display:block;width:26.8125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15025;line-height:1.4;letter-spacing:0;top:9.4929876327512rem;left:6.59375rem;height:26.25rem;font-style:normal;display:block; }
#RLF1RbMkWMXT51MixTmzvNHh7lIHd1SW { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:11.25rem;width:17.4375rem;top:9.4921197891238rem;left:35.274307250976rem;overflow:hidden;display:block; }
#sKxMv4rELnf47ygFFwG6vGMSEr5vbV0O { color:#4f4f4f;display:block;width:24.5625rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:15029;line-height:1.4;letter-spacing:0;top:36.429620742798rem;left:6.59375rem;height:1.925rem;font-style:normal;display:block; }
#s2hDEL2yyWf14gtAstUyVOzGppMa58Z1 { position:relative;display:block; }#s2hDEL2yyWf14gtAstUyVOzGppMa58Z1 { background-color: transparent; background-image: none; }#s2hDEL2yyWf14gtAstUyVOzGppMa58Z1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s2hDEL2yyWf14gtAstUyVOzGppMa58Z1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s2hDEL2yyWf14gtAstUyVOzGppMa58Z1 > .row .container > .video-iframe-container { display: none; }#s2hDEL2yyWf14gtAstUyVOzGppMa58Z1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s2hDEL2yyWf14gtAstUyVOzGppMa58Z1 > .row > .video-iframe-container { display: none; }#s2hDEL2yyWf14gtAstUyVOzGppMa58Z1 > .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); }#s2hDEL2yyWf14gtAstUyVOzGppMa58Z1 { border-width: 0; border-radius: 0; }#s2hDEL2yyWf14gtAstUyVOzGppMa58Z1 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#s2hDEL2yyWf14gtAstUyVOzGppMa58Z1 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#4a6879;background-image:none;font-size:0.875rem;font-family:arial;height:11.375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#T9O6TkxxVhTd66OFT9sl4Jo7VP0ouL9T { color:#fbfeff;display:block;width:53.6875rem;position:absolute;font-family:rubik;font-size:1.875rem;font-weight:normal;z-index:15011;line-height:1.4;letter-spacing:0;top:1.4375rem;left:1.78125rem;height:2.625rem;text-align:center;text-align-last:center;display:block; }
#QsfVPVo2szNfQ1oS99giBlSZsgW9enKh { color:#020202;display:block;width:33.125rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:400;z-index:15033;line-height:1.4;letter-spacing:0;top:6.2395839691162rem;left:12.75rem;height:2.625rem;font-style:normal;display:block; }
#saz2IGabFJstfCDc6hTXJ3gmcD5OQsyf { box-sizing:content-box;height:3.75rem;width:33.0625rem;position:absolute;display:block;z-index:15010;background-color:#66d7cb;background-image:none;top:5.6770839691162rem;left:12.09375rem;display:block; }
#P8m9tVhLSrdiDrHvo0SIX1kTMdfuwArC { position:relative;display:block; }#P8m9tVhLSrdiDrHvo0SIX1kTMdfuwArC { background-color: transparent; background-image: none; }#P8m9tVhLSrdiDrHvo0SIX1kTMdfuwArC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P8m9tVhLSrdiDrHvo0SIX1kTMdfuwArC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P8m9tVhLSrdiDrHvo0SIX1kTMdfuwArC > .row .container > .video-iframe-container { display: none; }#P8m9tVhLSrdiDrHvo0SIX1kTMdfuwArC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P8m9tVhLSrdiDrHvo0SIX1kTMdfuwArC > .row > .video-iframe-container { display: none; }#P8m9tVhLSrdiDrHvo0SIX1kTMdfuwArC > .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); }#P8m9tVhLSrdiDrHvo0SIX1kTMdfuwArC { border-width: 0; border-radius: 0; }#P8m9tVhLSrdiDrHvo0SIX1kTMdfuwArC > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#P8m9tVhLSrdiDrHvo0SIX1kTMdfuwArC > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f1f1f1;background-image:none;font-size:0.875rem;font-family:arial;height:29.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#htmeDBJoiaxoUmX09aovEGqq8TuIsJIX { color:#66d7cb;display:block;width:26.9375rem;position:absolute;font-family:rubik;font-size:2.8125rem;font-weight:normal;z-index:15006;line-height:1.4;letter-spacing:0;top:2.1875rem;left:16.53125rem;height:3.9375rem;text-align:center;text-align-last:center;display:block; }
#WEaONvnT9HdX5DVysMrzfVWZN5iTIVIm { 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: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:12.5rem;width:18.75rem;display:none; }
#VoZpNhHco3ZMobbgzXc4uN5T9VuQHh5d { color:#000000;display:block;width:41.75rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:700;z-index:15024;line-height:1.7;letter-spacing:0;top:7.9661455154419rem;left:10.993057250976rem;height:4.886725rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Q7b8uUnmJJSBGTrTcgkTalNJZmzyesvl { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:8.3125rem;left:19.930557250976rem; }
#Vas6bxs4d7A7lJauNLqgeoLk0XCwAhai { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:14.347222328186rem;left:8.7430553436281rem; }
#q3umXvzsXGns68JQ3qw7XhSh9gzhadqX { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:17.717881202698rem;left:8.7430553436281rem; }
#uNUPtL7hDzILhFVcfHAuQnenAKRToKGP { box-sizing:content-box;height:3.875rem;width:28.5625rem;position:absolute;display:block;z-index:14999;background-color:#4a6879;background-image:none;top:2.21875rem;left:15.71875rem;display:block; }
#EP1xaXdyvenMJwIzwALxUlest4N1q7H8 { color:#000000;display:block;width:41.0625rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:400;z-index:15025;line-height:1.4;letter-spacing:0;top:23.375rem;left:10.59375rem;height:4.0234375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vF2LOy53NNltVuPT62ZZAhxFOT7UN24A { color:#000000;display:block;width:40.375rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:700;z-index:15026;line-height:1.4;letter-spacing:0;top:14.123332977295rem;left:9.8125rem;height:2.0125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#BkEnST7G2DgApyKAy8VoWiNcRsATm61U { color:#000000;display:block;width:41.0625rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:400;z-index:15026;line-height:1.4;letter-spacing:0;top:17.717882156372rem;left:10.993057250976rem;height:4.0234375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hwXCPdhXLLJlnwg8aNqirsJy54zTTrB2 { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:23.374133110046rem;left:8.7430553436281rem; }
#cAnI0k1X0q5UHZFSAEmd42zxGmZFRPM5 { position:absolute;display:block;z-index:15030;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:27.9375rem;width:41.25rem;top:26.274305343628rem;left:-5.0625rem;overflow:hidden;display:block; }
#pGLfMLOKvChPMUph7n9WsmTVTFeMFAz4 { position:relative;display:block; }#pGLfMLOKvChPMUph7n9WsmTVTFeMFAz4 { background-color: transparent; background-image: none; }#pGLfMLOKvChPMUph7n9WsmTVTFeMFAz4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pGLfMLOKvChPMUph7n9WsmTVTFeMFAz4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pGLfMLOKvChPMUph7n9WsmTVTFeMFAz4 > .row .container > .video-iframe-container { display: none; }#pGLfMLOKvChPMUph7n9WsmTVTFeMFAz4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pGLfMLOKvChPMUph7n9WsmTVTFeMFAz4 > .row > .video-iframe-container { display: none; }#pGLfMLOKvChPMUph7n9WsmTVTFeMFAz4 > .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); }#pGLfMLOKvChPMUph7n9WsmTVTFeMFAz4 { border-width: 0; border-radius: 0; }#pGLfMLOKvChPMUph7n9WsmTVTFeMFAz4 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#pGLfMLOKvChPMUph7n9WsmTVTFeMFAz4 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f1f1f1;background-image:none;font-size:0.875rem;font-family:arial;height:22.6875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#AMwxdQCyNlaSvU2w1vHTXqibUPRN18DG { position:absolute;display:block;z-index:15029;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:18.25rem;width:30.75rem;top:2.25rem;left:25.979167938233rem;overflow:hidden;display:block; }
#XWbeFqaWZ061kcADCXweX6lTw3PVot3G { position:absolute;display:block;z-index:15030;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:27.9375rem;width:15.6875rem;top:26.274305343628rem;left:-5.0625rem;overflow:hidden;display:none; }
#pJBAs2ku0vBFhDp88B0TbS34gScySLTd { position:relative;display:block; }#pJBAs2ku0vBFhDp88B0TbS34gScySLTd { background-color: transparent; background-image: none; }#pJBAs2ku0vBFhDp88B0TbS34gScySLTd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pJBAs2ku0vBFhDp88B0TbS34gScySLTd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pJBAs2ku0vBFhDp88B0TbS34gScySLTd > .row .container > .video-iframe-container { display: none; }#pJBAs2ku0vBFhDp88B0TbS34gScySLTd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pJBAs2ku0vBFhDp88B0TbS34gScySLTd > .row > .video-iframe-container { display: none; }#pJBAs2ku0vBFhDp88B0TbS34gScySLTd > .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); }#pJBAs2ku0vBFhDp88B0TbS34gScySLTd { border-width: 0; border-radius: 0; }#pJBAs2ku0vBFhDp88B0TbS34gScySLTd > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#pJBAs2ku0vBFhDp88B0TbS34gScySLTd > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:35.375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#vqXuNTe2vKeNEzlegOTupD8igkGT3Hyh { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.4375rem solid #f4f907;border-left:0.4375rem solid #f4f907;border-right:0.4375rem solid #f4f907;border-bottom:0.4375rem solid #f4f907;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.35) ;height:20rem;width:51.25rem;top:11.375rem;left:4.1875rem;display:block; }
#sBXTxLfT8wKCCWVdMQ2ECwWP7ZKQO494 { color:#4f4f4f;display:block;width:11.624375rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;top:12.8125rem;left:24.1875rem;height:2.25rem;font-style:normal;display:block; }
#VbaakzLXJryWBC3pV8fTCl9wGS7rmo00 { color:#000000;display:block;width:24.875rem;position:absolute;font-family:montserrat;font-size:2.8125rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:2.1875rem;left:19.0625rem;height:3.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uLIJhRVAPuglNv9DA4X8amitqPgnVpZV { color:#4f4f4f;display:block;width:29.4375rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:15024;line-height:1.5;letter-spacing:0;top:6.4375rem;left:15.3125rem;height:2.0625rem;font-style:normal;display:block; }
#DNM3JMdUdnTHPff1cI3e87Po1KRSSrtV { 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:15025;opacity:1;top:2.3125rem;left:15.9375rem; }
#vGwPnaneoG2HNAIpWyaVLlknIuOt9wiZ { color:#000000;display:block;width:25.4980625rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:15.875rem;left:17.25rem;height:2.69965rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dQduKEvhWvpCGQdypz1ZvuApBho9ZsK7 { background-color:#f4f907;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #4a6879;border-left:0.0625rem solid #4a6879;border-right:0.0625rem solid #4a6879;border-bottom:0.0625rem solid #4a6879;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0rem 0rem 0.9375rem rgba(7,199,37,0.75) ;box-sizing:border-box;color:#000000;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.3);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:2rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:23.125rem;height:4.31206875rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:21.1875rem;left:18.4375rem;display:block; }
#LtuHGrRiRZFQX1JpHXUaFMm5zDgQiTCx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gQSSncxU3QAdC6ifmgNNdhDRwU5QNqOH { position:absolute;display:block;z-index:15027;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:0.25rem;width:15.5625rem;top:13.8125rem;left:6.25rem;display:block; }
#tdM33LxupF59bzce1yOJnNxPIro7JZ5M { position:absolute;display:block;z-index:15028;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:0.25rem;width:15.5625rem;top:13.8125rem;left:37.8125rem;display:block; }
#aTPovMnwtFeBoy6xMTxsuy65WhILSClK { position:absolute;display:block;z-index:15027;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:0.25rem;width:15.5625rem;top:20.75rem;left:6.25rem;display:none; }
#gz67fQV8QfX8iUM6SACMenPEkLxIyIQb { position:absolute;display:block;z-index:15029;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.24935rem;width:12.9373125rem;top:27.8125rem;left:39.6875rem;overflow:hidden;display:block; }
#PeCglkezIkNXeobV1xTXTQBnV9Bed1gE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.31185rem;width:1.31185rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:28.3125rem;left:7.75rem; }
#WgZoHh8JPdiFCwT9S0clQ3ywcfpMUqBU { color:#4f4f4f;display:block;width:10.8745625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15022;line-height:1.5;letter-spacing:0;top:28.1875rem;left:9.9375rem;height:1.5rem;font-style:normal;display:block; }
#tu3yqRhikwcgmmH0ek1GRInd7eBIQPPk { box-sizing:content-box;height:3.75rem;width:28.625rem;position:absolute;display:block;z-index:15000;background-color:#66d7cb;background-image:none;top:2rem;left:15.375rem;display:block; }
#DCm01RkBq145DH67cGwR18390INzD79P { position:relative;display:block; }#DCm01RkBq145DH67cGwR18390INzD79P { background-color: transparent; background-image: none; }#DCm01RkBq145DH67cGwR18390INzD79P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DCm01RkBq145DH67cGwR18390INzD79P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DCm01RkBq145DH67cGwR18390INzD79P > .row .container > .video-iframe-container { display: none; }#DCm01RkBq145DH67cGwR18390INzD79P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DCm01RkBq145DH67cGwR18390INzD79P > .row > .video-iframe-container { display: none; }#DCm01RkBq145DH67cGwR18390INzD79P > .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); }#DCm01RkBq145DH67cGwR18390INzD79P { border-width: 0; border-radius: 0; }#DCm01RkBq145DH67cGwR18390INzD79P > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#DCm01RkBq145DH67cGwR18390INzD79P > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#66d7cb;background-image:none;font-size:0.875rem;font-family:arial;height:52.625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#UwBdg5tvQc3kU1pNJlnTN6M8FNMHD3sx { color:#000000;display:block;width:47.375rem;position:absolute;font-family:rubik;font-size:2.8125rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:1.65625rem;left:6.3125rem;height:6.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Gho4ARneb39Xc1eTkDwTWsMD1tMaJxLP { color:#000000;display:block;width:47.0625rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:15031;line-height:1.4;letter-spacing:0;top:30.937561035156rem;left:6.4375rem;height:19.2480625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xiszsTQMErA2J1hPRrBUqmOmE8TnJntS { position:absolute;display:block;z-index:15028;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:0.5rem;width:38.125rem;top:29.375041007996rem;left:10.9375rem;display:block; }
#h3K79DRooO39ALPXTUy9rziQ2Pm9rDeT { color:#000000;display:block;width:47.125rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:15032;line-height:1.4;letter-spacing:0;top:11.1875rem;left:6.375rem;height:17.32325625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#APJunK73TVIBS7BzWfQwd54dQiQlJPvT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f1f1;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; }#APJunK73TVIBS7BzWfQwd54dQiQlJPvT > .row .container { background-color: transparent; background-image: none; }#APJunK73TVIBS7BzWfQwd54dQiQlJPvT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#APJunK73TVIBS7BzWfQwd54dQiQlJPvT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#APJunK73TVIBS7BzWfQwd54dQiQlJPvT > .row .container > .video-iframe-container { display: none; }#APJunK73TVIBS7BzWfQwd54dQiQlJPvT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#APJunK73TVIBS7BzWfQwd54dQiQlJPvT > .row > .video-iframe-container { display: none; }#APJunK73TVIBS7BzWfQwd54dQiQlJPvT > .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); }#APJunK73TVIBS7BzWfQwd54dQiQlJPvT > .row .container { border-width: 0; border-radius: 0; }#APJunK73TVIBS7BzWfQwd54dQiQlJPvT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#APJunK73TVIBS7BzWfQwd54dQiQlJPvT > .row .container { font-size:0.875rem;font-family:arial;height:66.0625rem;width:60rem;position:relative;display:block; }#ha7LC9udfdNMMXL2svTSexWrqBbonWBF { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;border-top:0.4375rem solid #66d7cb;border-left:0.4375rem solid #66d7cb;border-right:0.4375rem solid #66d7cb;border-bottom:0.4375rem solid #66d7cb;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:51.125rem;top:9.2482604980469rem;left:4.375rem;display:block; }
#ZdsdBnEcQRBdTSFpgI6BqWcp9sImAI42 { color:#000000;display:block;width:42.875rem;position:absolute;font-family:roboto;font-size:1.6875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:10.625rem;left:5.9990234375rem;height:2.193575rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#or37H4MaL383su2XRdZWJ5TimfIC3u9y { color:#454545;display:block;width:47.75rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:300;z-index:15009;line-height:1.6;letter-spacing:0;top:14.265584945679rem;left:6.125rem;height:6rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#iSLSoa0suB8ux9UQDCavS2ZtIvGrXIPS { color:#66d7cb;display:block;width:39.25rem;position:absolute;font-family:rubik;font-size:2.8125rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:3.4956598281861rem;left:10.375rem;height:3.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#huF5Z7sZnFfzOAFEe8hM1LDlSVWJh5d4 { position:absolute;display:block;z-index:15002;background-color:transparent;background-image:none;border-top:0.4375rem solid #66d7cb;border-left:0.4375rem solid #66d7cb;border-right:0.4375rem solid #66d7cb;border-bottom:0.4375rem solid #66d7cb;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.9375rem;width:51.0625rem;top:24.312527298927rem;left:4.3576393127441rem;display:block; }
#SHhayybrC9gKOOGQ5JLh8HcJyUKGfGJP { color:#000000;display:block;width:43.5625rem;position:absolute;font-family:roboto;font-size:1.6875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:26.229194283486rem;left:5.9982643127441rem;height:2.19375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ztQrv3XJkqSMLZrrye32iPuAaCfup2o6 { color:#454545;display:block;width:47.75rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:30.185790657997rem;left:6.125rem;height:8.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Br058GRxWlTKUlVrgowv4kWP8i7gvI7Q { position:absolute;display:block;z-index:15003;background-color:transparent;background-image:none;border-top:0.4375rem solid #66d7cb;border-left:0.4375rem solid #66d7cb;border-right:0.4375rem solid #66d7cb;border-bottom:0.4375rem solid #66d7cb;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.75rem;width:51.0625rem;top:42.062554001808rem;left:4.3576393127441rem;display:block; }
#ordtnWZGfpyrhSv1VF1Xzklkc87VqPwl { color:#000000;display:block;width:41.1875rem;position:absolute;font-family:roboto;font-size:1.6875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:44.000054001808rem;left:5.9982643127441rem;height:2.19375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#NCtqt7WoLDABVv9WePbEVZ34dQgBITKP { color:#454545;display:block;width:47.75rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:48.027832627296rem;left:6.125rem;height:16.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#medM4H51quyCdh8VyREuwhpfrfoLuU1K { box-sizing:content-box;height:4.0625rem;width:38.9375rem;position:absolute;display:block;z-index:15000;background-color:#4a6879;background-image:none;top:3.1545133590698rem;left:10.366321563721rem;display:block; }
#T7zw0MqIA01ZGQXfa5gCFBTmiDaOsCTC { position:relative;display:block; }#T7zw0MqIA01ZGQXfa5gCFBTmiDaOsCTC { background-color: transparent; background-image: none; }#T7zw0MqIA01ZGQXfa5gCFBTmiDaOsCTC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T7zw0MqIA01ZGQXfa5gCFBTmiDaOsCTC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T7zw0MqIA01ZGQXfa5gCFBTmiDaOsCTC > .row .container > .video-iframe-container { display: none; }#T7zw0MqIA01ZGQXfa5gCFBTmiDaOsCTC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T7zw0MqIA01ZGQXfa5gCFBTmiDaOsCTC > .row > .video-iframe-container { display: none; }#T7zw0MqIA01ZGQXfa5gCFBTmiDaOsCTC > .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); }#T7zw0MqIA01ZGQXfa5gCFBTmiDaOsCTC { border-width: 0; border-radius: 0; }#T7zw0MqIA01ZGQXfa5gCFBTmiDaOsCTC > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#T7zw0MqIA01ZGQXfa5gCFBTmiDaOsCTC > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:34.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#CVWAhUtlxHX2mZdIinaAVqfTal36VthL { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.4375rem solid #f4f907;border-left:0.4375rem solid #f4f907;border-right:0.4375rem solid #f4f907;border-bottom:0.4375rem solid #f4f907;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.35) ;height:20rem;width:51.25rem;top:11.375rem;left:4.1875rem;display:block; }
#MZWm6HSdoV9Tp9sMw0QAscOBI7mk6Bhm { color:#4f4f4f;display:block;width:11.624375rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;top:12.8125rem;left:24.1875rem;height:2.25rem;font-style:normal;display:block; }
#J6rEloVBRINSETXmXEyoN0XSMteMXW0a { color:#000000;display:block;width:25.8125rem;position:absolute;font-family:montserrat;font-size:2.8125rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:2.1865367889404rem;left:18.993057250976rem;height:3.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#d3L90l4MimN9UoxTRP8cS37nZ6c71Rkr { color:#4f4f4f;display:block;width:29.4375rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:15024;line-height:1.5;letter-spacing:0;top:6.4375rem;left:15.3125rem;height:2.0625rem;font-style:normal;display:block; }
#vqeX2bXUmLuOzA8MD0tsSZc86GGX4Nrq { 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:15025;opacity:1;top:2.3125rem;left:15.9375rem; }
#HI5CrV3Bp11nITQhu0A9X0X9exhZOude { color:#000000;display:block;width:25.4980625rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:15.875rem;left:17.25rem;height:2.69965rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ykZywMQnDNhvUwTdZmTez4QyVBqRMQTo { background-color:#f4f907;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #4a6879;border-left:0.0625rem solid #4a6879;border-right:0.0625rem solid #4a6879;border-bottom:0.0625rem solid #4a6879;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0rem 0rem 0.9375rem rgba(7,199,37,0.75) ;box-sizing:border-box;color:#000000;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.3);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:2rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:23.125rem;height:4.31206875rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:21.1875rem;left:18.4375rem;display:block; }
#kik5yg3VTk2TumTRln21T59zN0qR90Ld { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZSTAEKAzoxT2PwTqqPe7cHOb7Ln5Q2Hl { position:absolute;display:block;z-index:15027;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:0.25rem;width:15.5625rem;top:13.8125rem;left:6.25rem;display:block; }
#mRGxeHpDbFknF0b9IZ2g8bRlN1hOWDL3 { position:absolute;display:block;z-index:15028;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:0.25rem;width:15.5625rem;top:13.8125rem;left:37.8125rem;display:block; }
#yM7wcZRmVbwB0s0ZhknMVrQqgXtX5VQt { position:absolute;display:block;z-index:15027;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:0.25rem;width:15.5625rem;top:20.75rem;left:6.25rem;display:none; }
#bwWIRv4AcBiwEcuwUuAyeqyp3JNduFbB { position:absolute;display:block;z-index:15029;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.24935rem;width:12.9373125rem;top:27.8125rem;left:39.6875rem;overflow:hidden;display:block; }
#AL19MPXARBAbaEANyHOqVMioeTKZyxiB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.31185rem;width:1.31185rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:28.3125rem;left:7.75rem; }
#NVz3WcieKXH9yoM5MCXSMT0nn24ABAQX { color:#4f4f4f;display:block;width:10.8745625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15022;line-height:1.5;letter-spacing:0;top:28.1875rem;left:9.9375rem;height:1.5rem;font-style:normal;display:block; }
#ObTs3tCEKSazgyDJvUdnT57R7UG0ROgr { box-sizing:content-box;height:3.75rem;width:29.375rem;position:absolute;display:block;z-index:15001;background-color:#66d7cb;background-image:none;top:2.1857604980469rem;left:14.930557250976rem;display:block; }
#X8ptQOWHZS9dQVmL4ixybRbETPVZitLU { box-sizing:content-box;height:3.75rem;width:28.625rem;position:absolute;display:block;z-index:15000;background-color:#66d7cb;background-image:none;top:2rem;left:15.375rem;display:none; }
#qXD4CRROLkXqckSxMxWvPMRfDd0SMmL3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f2f2;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; }#qXD4CRROLkXqckSxMxWvPMRfDd0SMmL3 > .row .container { background-color: transparent; background-image: none; }#qXD4CRROLkXqckSxMxWvPMRfDd0SMmL3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qXD4CRROLkXqckSxMxWvPMRfDd0SMmL3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qXD4CRROLkXqckSxMxWvPMRfDd0SMmL3 > .row .container > .video-iframe-container { display: none; }#qXD4CRROLkXqckSxMxWvPMRfDd0SMmL3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qXD4CRROLkXqckSxMxWvPMRfDd0SMmL3 > .row > .video-iframe-container { display: none; }#qXD4CRROLkXqckSxMxWvPMRfDd0SMmL3 > .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); }#qXD4CRROLkXqckSxMxWvPMRfDd0SMmL3 > .row .container { border-width: 0; border-radius: 0; }#qXD4CRROLkXqckSxMxWvPMRfDd0SMmL3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qXD4CRROLkXqckSxMxWvPMRfDd0SMmL3 > .row .container { font-size:0.875rem;font-family:arial;height:11.6875rem;width:60rem;position:relative;display:block; }#IbIkTqgzBuIgLyNxfcLF4V5kT53hWviu { color:#000000;display:block;width:55.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:5.4427089691162rem;left:2.09375rem;height:4.5rem;text-align:center;text-align-last:center;display:block; }
#qBzyGCIGM4pqpzCTDhSokPhkX8T92bGh { 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:4rem;width:7.5625rem;top:0.81770896911619rem;left:26.21875rem;overflow:hidden;display:block; }
#MJnJMLbvSRNkJ1clvcc5pXoOD8DQv9DG { position:relative;display:block; }#MJnJMLbvSRNkJ1clvcc5pXoOD8DQv9DG { background-color: transparent; background-image: none; }#MJnJMLbvSRNkJ1clvcc5pXoOD8DQv9DG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MJnJMLbvSRNkJ1clvcc5pXoOD8DQv9DG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MJnJMLbvSRNkJ1clvcc5pXoOD8DQv9DG > .row .container > .video-iframe-container { display: none; }#MJnJMLbvSRNkJ1clvcc5pXoOD8DQv9DG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MJnJMLbvSRNkJ1clvcc5pXoOD8DQv9DG > .row > .video-iframe-container { display: none; }#MJnJMLbvSRNkJ1clvcc5pXoOD8DQv9DG > .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); }#MJnJMLbvSRNkJ1clvcc5pXoOD8DQv9DG { border-width: 0; border-radius: 0; }#MJnJMLbvSRNkJ1clvcc5pXoOD8DQv9DG > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#MJnJMLbvSRNkJ1clvcc5pXoOD8DQv9DG > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:4.1875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #S8f8f77CmDBlLaTFIvw6HaKvSnHyocTb { display:block; }#S8f8f77CmDBlLaTFIvw6HaKvSnHyocTb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nXTFDqsURZsRAJ9qmc8FrWOlPGA4PVXz { top:0.375rem;left:22.885417062744rem;width:3.8125rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K8get0PWPwGfkZSngOh0p0V3TdFiyrL2 { display:block; }#K8get0PWPwGfkZSngOh0p0V3TdFiyrL2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jz4TsATATDaTW441VRuJX5sL4pktQm5Z { top:6rem;left:2.03125rem;width:45.4375rem;height:11.5rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4fT2x9ntq89zRcocdbeGnBp4a34HxyD { top:18.8125rem;left:0rem;width:47.75rem;height:4.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTXwBaqdpy6fT4lP2r0c70qBlyZaAw9U { top:50.5rem;left:3.25rem;width:44.5rem;height:8.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uNIDfqxTLRVA9ROsORTuco9xvMIVWT4I { top:2.3125rem;left:0rem;width:47.75rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HfnnqvA5wvWk7XdZZD9DvstQEIAbVbAD { width:32.8125rem;height:5.0625rem;top:61.5625rem;left:8.3359375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GiOShTnIlptyJqgE0T2A1sQl6mIZ5hQt { display:block; }
 }@media only screen and (max-width: 763px) { #AaQlO15yaFzab1c8V6gubluLi7HbIa1p { top:68.5625rem;left:0rem;width:47.75rem;height:1.625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bRmeklDpKnOLMSlO0dmLlAdys0TzCvG0 { top:1.875rem;left:0rem;width:47.75rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8IMI7WBHzfeSUt5eKeBcC4STBI0GozT { top:1.8125rem;left:45.625rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Su1DL0Bbh5tMMe9sS2y9U9t8CQJAT3ZO { top:25.1875rem;left:4.75rem;width:40rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ofzPipc2dO77y1Lv0TE0tLT7v9hcg2HK { display:block; }#ofzPipc2dO77y1Lv0TE0tLT7v9hcg2HK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V3xLH37lGoDfTw67I4LgPQnGAONFu6BS { top:2.1875rem;left:0rem;width:47.75rem;height:5.625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6C1SwGTLPXtXyMBxs3JomKD6kXmsMeh { top:10.25rem;left:0rem;width:47.75rem;height:47.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BsvneEfaK3ceOsi0qs6XiZpMPK7hX1ot { top:58.625rem;left:5.9375rem;width:35.875rem;height:35.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vO2cJOF4DhCHftBolMJyH27Hwvplf5Cv { top:60.8125rem;left:6.625rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hW6IPMdMIbE5X2Ggw6pyLZoCswAgWuXV { top:68.625rem;left:6.625rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BcHytvu2TP9RXmTR8sBDrxD5TKI1TTOc { top:75.4375rem;left:6.625rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9mTABnrUZK5RWTdIxucLncIEGCEslOh { top:82.75rem;left:6.625rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PiN7TUJ8biroFGQp8OhC5WgS7kOSqyfR { top:90.5rem;left:6.625rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OvJHHa22B12MBJmdxyIRT489FwQtcJFO { top:90.5rem;left:39.6875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTsSK74zxnlfOiUx4HQ3scEhKd2T2AxZ { top:82.9375rem;left:39.6875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LrTIhLUJShyx9TTwlZvexEfxShzioQar { top:75.4375rem;left:39.6875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zdJqApmNgwWvR6qxJ2l2wnML0opP0e6s { top:68.625rem;left:39.6875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ySOlhv617SwXKyPqibJD4fDSOBfgSJoI { top:60.8125rem;left:39.6875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FWlAXqWKApNXexXM20sFnIUz118y4qQ0 { top:1.625rem;left:0rem;width:47rem;height:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SU26RGrornefttlSuxuC6vodd531oiJD { top:91.625rem;left:0rem;width:2.625rem;height:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #uA0oFcZtKPfU7xIwBolSQIdHHirkDf5A { top:91.625rem;left:0rem;width:2.625rem;height:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #inPN4ETU3VKpURo7y7odUNTFb8B9zKva { top:91.625rem;left:0rem;width:2.625rem;height:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #eky0T6ydGWHCqsaNnXRHqGBNt0zAKr98 { top:91.625rem;left:0rem;width:2.625rem;height:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #vwE70MD1v4Kq2fVFxaToXTSNdfn6Qclt { top:91.8125rem;left:45.5rem;width:2.25rem;height:2.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #TR8QHHVyzkLWIcRD5GneH0NIsaK1ETTZ { top:91.8125rem;left:45.5rem;width:2.25rem;height:2.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #sU2a9TPrpqVAkyypimapl81abfGnNNXx { top:91.8125rem;left:45.5rem;width:2.25rem;height:2.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #v8OGmDS0aSCUnAHiThiT5owJ6K1ZwpXs { top:91.8125rem;left:45.5rem;width:2.25rem;height:2.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #pmNT4Za3w7nt8Pwe9KdybctCX8QlCzqV { display:block; }#pmNT4Za3w7nt8Pwe9KdybctCX8QlCzqV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fyP55dbrQfrWbc3lAK7428xT1bnVPQua { top:1.9375rem;left:3.4930572509766rem;width:43.9375rem;height:13.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNnKIlVCNxRoRnyZHpRMeKndth4cO4UA { top:18.25rem;left:0rem;width:47.75rem;height:32.3125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xv3ALavIRcau1ZxTsA6EMIv5WSinHUuV { top:53.8125rem;left:0.6484375rem;width:37.8125rem;height:4rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KNKKR5w4pfkQBqI7Em6WuN1gBTI3Keqd { top:75.1875rem;left:6.25rem;width:35.25rem;height:3rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VKwOf9ZHIeBtz6hJ0GDTmTip9y4mPWzd { top:79.6875rem;left:12.1875rem;width:23.375rem;height:41.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMOPHlUnDREoAyoWR4mIfsTmOkHSUezX { top:1.9375rem;left:0rem;width:47.75rem;height:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTGrZrgVgDfnnPaEfUgTugQyBe7ID22d { top:54.5625rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OwDol9DquTqTr9RrTtztOpLlNKqVzCwX { top:64.375rem;left:0rem;width:47.75rem;height:4rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5nBZQogVS3kosQVsR9fGa5lkRQCXwaq { top:59rem;left:0rem;width:47.75rem;height:4rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tlqcD2b7g0t7lhSvuJhhOsAncdWpukyh { top:59.8125rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JORqIQd3BOOeV1QalMJd779pQ9FUPMXB { top:69.5rem;left:0rem;width:47.75rem;height:4rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UldPToV2gCKK2Uim3k7UCAdzyf8OJCMO { top:65.125rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OMtDPsepkvb0LzdAO4DT8VwEFTHbrTBk { top:70.25rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bsw8Irocwr5xoBAKoN7swOKTkwnHHU7B { top:51.1875rem;left:0.6484375rem;width:33.375rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7u4hW24stKPmpDrTUROpuqzOAxeAL3Q { top:54.8125rem;left:0rem;width:2.25rem;height:2.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #TC487dXgbOKOBVadTccrvVlgKhUEZuPl { top:54.8125rem;left:0rem;width:2.25rem;height:2.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #MQKHhHi1Q4tdVzAC6KH5An6D9bqTnnfk { top:54.8125rem;left:0rem;width:2.25rem;height:2.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #PuxKBzu8n6GyfmZEcABn1TSMy6QFfZmS { top:123.0625rem;left:0rem;width:47.75rem;height:3rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O7xd9yJ9cnORWpt937mvDXvHxls4p4V5 { top:128.0625rem;left:0rem;width:47.75rem;height:7.6623273113709rem;display:block; }
 }@media only screen and (max-width: 763px) { #KV4sSlhCzEnZ5ETTJkITIEaUGkMayJk0 { top:127.0625rem;left:22.71875rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z9cFwVUPDJFqOCWnAO5Zde13RM8IUFlq { top:139.5rem;left:0.75rem;width:47rem;height:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qyt5MkNKRMeIMMT1Lo4rJZ77pPgO47uv { top:138.5rem;left:25.836807250976rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSPfT5zR86hRanLTetUpCx4DTwDJkB1p { top:157.375rem;left:0rem;width:47.75rem;height:12.783464566929rem;display:block; }
 }@media only screen and (max-width: 763px) { #XbgnFPGda4DKdOOHIGCC941xKfX4za6T { top:156.25rem;left:20.46875rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q3fcxLOH9MZbWVApMiHX8Iqe2W10NUsN { display:block; }#q3fcxLOH9MZbWVApMiHX8Iqe2W10NUsN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kgr486hBA0LCToRRhm1zrpCesWQxuuGv { top:2.4375rem;left:0rem;width:36.6875rem;height:6.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lioKkuPHkHW5AZNwRry5wvVhrCepKFgF { width:35.5rem;height:17.25rem;top:9.875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g4sAGzbwAzuUhbx2tPTdpE57a5JgkbT4 { width:38.4375rem;height:25.875rem;top:28.375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WStzTRUWKuRdQuVibiTH3iaecaHNaXCf { top:3.0625rem;left:0rem;width:15.5625rem;height:23.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKSmSrgDzxqhO3OE5UqnHATgg2XQQ30y { top:31.9375rem;left:34.42343320052rem;width:10.6875rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FOTpCkkr9w3f9zb0qrGevKTiBrWdK460 { display:block; }#FOTpCkkr9w3f9zb0qrGevKTiBrWdK460 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E3581rA5BK1tRpyfqizrKlxJv1GeoByV { top:7.0625rem;left:10.875001907349rem;width:26rem;height:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXyrVUhGcRaCNmX7TEnyxBtZafXTFNVL { top:1.625rem;left:0rem;width:47.75rem;height:3rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSQNRAwywfKqmnH17QTSE9EkXgGhGGiH { display:block; }#uSQNRAwywfKqmnH17QTSE9EkXgGhGGiH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sxbUrP5grboDwgc6x9zZ0QMS82XMJcUf { top:1rem;left:0rem;width:47.75rem;height:30.1875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAIABxNaAQHF4wknAzkyWwTU8PJs5u2i { top:32.9375rem;left:0rem;width:47.75rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #olA6UUiAQx4evR9TAorMhOrFE0e7uLCf { top:33.25rem;left:0.4375rem;width:46.875rem;height:7.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iIO8pp8s8rErLwBK2U0cPRkCbsnctMZ5 { display:block; }#iIO8pp8s8rErLwBK2U0cPRkCbsnctMZ5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KG6T72s6ELoVeIQTRZKKtzRCdCknxrxA { top:0.625rem;left:1.9375rem;width:41.625rem;height:3.0625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A1TKFrA0ysT6RFtmNz6Te2HPCcXcT7Iq { top:4.4375rem;left:3.75rem;width:42.0625rem;height:19.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fs7ERLz83JunaxiG1OWzgRh6lWFkTWO6 { top:18.4375rem;left:9.1805553436281rem;width:36.6875rem;height:4rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTfUxdliLwTyuWUeZbRVTMGXKsTA5Lv4 { top:25.75rem;left:1.9375rem;width:41.625rem;height:3.0625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OO7Q4zNFeBFgWmI3TP6h4t3ZEI7ZnDJJ { top:30.625rem;left:4.0000019073486rem;width:41.5625rem;height:22.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DrDTa1KyXRwC9lDkXELrd2BGbIadvaLy { top:53.3125rem;left:20.305555343628rem;width:11.1875rem;height:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3lTDvDTG8qHN6ZLN3vIckxUbTaIMThJ { top:40.6875rem;left:6.71875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nxIwf1J8eeJhfE6ZXebPawTUFEIvA3zc { top:32.1875rem;left:8.7430553436281rem;width:34.3125rem;height:6rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EikeqrNhzvFtpdkUZoJSqFqmUMiatQh3 { top:40rem;left:8.7430553436281rem;width:34.3125rem;height:4rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CUBHCvNTf0Ca9TRT514nTcEW2BtClmXB { top:45.8125rem;left:8.7429714202881rem;width:35.875rem;height:6rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #obGJ5x3r54BwoJQSVBqvEkbdl8Ud8591 { top:32.9375rem;left:6.71875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #n72Xhu1EiLc3gShPLIgZ2Vx1U01clNrM { top:46.5rem;left:6.71875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZSBiE3sVDeaHCgICCKRCaXVh91azN2K { top:6.375rem;left:7.25rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QyLqkiz4WEQETTAXa3Ww1d1t4hinBprJ { top:5.8125rem;left:9.1804714202881rem;width:34.25rem;height:6rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eAOuIPDuQSTlI41wfCAPba9wHOQHLrTk { top:13rem;left:9.1805553436281rem;width:36.6875rem;height:4rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oT917J6vvfyFu4Dk6y4eXBp3eh9eikXn { top:13.6875rem;left:7.40625rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTs4gAu3sa56K54O5Au3QoMqVlURpPHF { top:19.0625rem;left:7.25rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dnlsn66Lq2K4oclS9glmb0faRU0I4W2C { top:5.8125rem;left:5.3750019073486rem;width:2.5625rem;height:2.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #LLThN9GxcBOiHS0Vs6RF6lZ1t7lnGHNR { top:5.8125rem;left:5.3750019073486rem;width:2.5625rem;height:2.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #s52rkDLoDqBdatXWcMCESa8xbfkHAx3t { top:32.8125rem;left:5.5312519073486rem;width:2.25rem;height:2.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #x2JOBPPDQMbSNN4ThUqaQNT733G51Tq6 { top:32.8125rem;left:5.5312519073486rem;width:2.25rem;height:2.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #palNyGhm3ttOVzUyGrWTAAAInvxFQhvd { display:block; }#palNyGhm3ttOVzUyGrWTAAAInvxFQhvd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HICf49URxHJo1Tp7evgXo2hqX7ztOimo { top:2.625rem;left:0rem;width:20rem;height:6.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uoGDc4IuHuHkF4ZZSW4JK4BPtk1NvOqm { top:19.3125rem;left:0rem;width:20rem;height:6.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XeIW0O8hVV7h9eb6BcWJxxROWKWsea00 { top:26.9375rem;left:0rem;width:20rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RkFGBsHeO0Up9yUT2D4MQgA6D5Hiq5na { top:32.875rem;left:0rem;width:20rem;height:2.3125rem;font-size:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #yG0swxHno3dJ4iidRxF0bP4zKVovuIK3 { top:33.875rem;left:0rem;width:20rem;height:2.3125rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ShqSGTv9uvlXndt757piTn3qWMFBDTZe { top:33.1875rem;left:0rem;width:47.75rem;height:7.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Nb5zaUW8zheLyxp6Q8nGlIZSp7hkEzTx { width:32.9375rem;height:5.1875rem;top:80.6875rem;left:7.4062519073488rem;display:none; }
 }@media only screen and (max-width: 763px) { #cHxIGyp1yPO16z9Smx0X2ClncUpvvyyW { display:block; }
 }@media only screen and (max-width: 763px) { #KQNzNUanT3NpT0HwAFP28xPadR8JRrzx { display:block; }#KQNzNUanT3NpT0HwAFP28xPadR8JRrzx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o6Z8fzxqW5zQWXzvCMTGaSNTTcUATNwp { top:1.6875rem;left:14.6875rem;width:33.0625rem;height:19.375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0o3tniTd9Rhd2m5kevhXtxfDMkzh4im { top:1.6875rem;left:0rem;width:21.125rem;height:31.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4KZncQJpoAd0NhVpKr5grhcrIf3WOyu { top:41.25rem;left:3.5079048184177rem;width:42.625rem;height:21.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1FrXiUO0xpzhEgtoNrxOT3IBQ3ZwNkp { top:22.8125rem;left:14.0625rem;width:33.6875rem;height:8.625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JBMFn50bIJohJlvuW80hVa5o3owowAnr { top:34.9375rem;left:0rem;width:47.75rem;height:4.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yVTufeCRdGPtgFGStTdRv8T7EBWgWBDm { display:block; }#yVTufeCRdGPtgFGStTdRv8T7EBWgWBDm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XdoLkrITK5V6GQdPEB2a7kNanzTH9T5z { top:3.4375rem;left:0rem;width:47.75rem;height:17.5rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVl39f6c5KLmwg378xRJS83k327s72gy { top:94.25rem;left:0rem;width:47.75rem;height:7.3125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RhD05RT7q3Iely6BvTVFpmaLkexVEz6b { top:70.125rem;left:0rem;width:47.75rem;height:5.75rem;font-size:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xGgR4OiXkAOPg21bd2ITinFrnTm4UIhQ { top:84.8125rem;left:0rem;width:47.75rem;height:5.75rem;font-size:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZft0nqaMOpPuTBeoKCRJLv8TlOi6vh6 { top:76.8125rem;left:0rem;width:47.75rem;height:6.5625rem;font-size:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #W0BzQ93KpMXJQPoLEhIEvDnTo70UZNH5 { top:93.1875rem;left:0rem;width:47.75rem;height:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #z8rgIGn0TmhiGZOK9v4u9dAJL0KNprxH { width:32.9375rem;height:5.1875rem;top:105.5rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mHOANSblbJ7zGTcGfpTJOAHRVr7UGAKh { display:block; }
 }@media only screen and (max-width: 763px) { #PQptGs04pmwATJrVTGFFJoZiTJOKbS8p { display:block; }#PQptGs04pmwATJrVTGFFJoZiTJOKbS8p > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vq4N2irsn0A2kAh3EVJHIOvchIFrlHbK { top:3.125rem;left:0rem;width:47.75rem;height:5.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WsDWmd7bCfA2tsVV1Vwe6PkNXwVz8ctN { width:18.75rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZsEe31TXs24FRH1EtyBqQ3O9DeZOvXyt { top:12.3125rem;left:0rem;width:47.75rem;height:2rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5lwUEQs1PBShZu83B4p1R4epMUqTpVG { top:35.3125rem;left:4.28125rem;width:39.1875rem;height:3rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Et3S8MSfm8q1sT5nK6DG3kDE1qX6nZxf { top:29.9375rem;left:10.15625rem;width:27.4375rem;height:2.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tL90J4EZp6wBRW3ULO21z5aaQ7seD3aq { top:41.125rem;left:0rem;width:43.125rem;height:4rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hoyofcc3GcSPpVpXw7KqmaGsEwCMas9h { top:34.375rem;left:0rem;width:46.0625rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NduzBMLdCnJFtnUN5Wh2aTEyUXv3dRuS { top:2.3125rem;left:0rem;width:47.75rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dPmWWR4l8hhSL9UbyJngWep888NPxvdU { top:12.6875rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WIGzAUvLC7FzH4JyXsLXtvHTKlrg128J { top:15.625rem;left:0rem;width:47.75rem;height:2rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wilCp1RkLCZZ3P8AhBK4S0c6I2A8cTD7 { top:25.9375rem;left:0rem;width:47.75rem;height:2rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WqFu5cwZubNX07yX4wEnQ03TZCnhqtAo { top:19.0625rem;left:0rem;width:47.75rem;height:2rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uS9ve7R6rQrwAzntfqawXtShQgei4qf3 { top:22.5rem;left:0rem;width:47.75rem;height:2rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MS5DzaFTkSqx7gK1gilUrQ8JQMlRBmuR { top:16rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ocaVQyBJGdaOEdrsEEfHnMszHiKpbv11 { top:22.9375rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bSHbRlA5hbGFJDKikGR7qtdhTcKhVDTI { top:19.4375rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tSr9rvkERqqMdTNL6ZZTVK50eMsoVUod { top:26.3125rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dvP13ZgSwAeIL56u6Uk70PW2XXN76UKl { top:29.4375rem;left:6.625rem;width:32.5rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fq0kxsMKw7pM06pIy0QCzu6mtoGmQxxL { top:58rem;left:0rem;width:46.625rem;height:4rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JBaMblEndSq6NxXLke4FPV1Og7FBdTQt { top:46.375rem;left:0rem;width:36.1875rem;height:4rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v3t5JSZo1Qi081ZLG2UAuxQs1AwmfO9q { top:52.1875rem;left:0rem;width:41.8125rem;height:4rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rIOsgoErLhJOFmIpGSoKmWoqRUguPHZT { top:41.75rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NR0GcN91LI9tWTdKrlKdZ9t89GGGqLum { top:47rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rk6QsQTlpNBSrJyUtDtofIHCsTVRbqkD { top:52.8125rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RUo8FqJJu7sEq8HkzUJow2JpRVzO5wRf { top:58.5625rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQ7C7n2GMnZZqDsr9pfgolAE8J61Wgmt { top:12.375rem;left:0rem;width:1.875rem;height:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #r2P020tf61G45aO4d2l7hkgoRvDREmIA { top:12.375rem;left:0rem;width:1.875rem;height:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZVwNH7o9rr6wrr6WzXba7p37equlqLt7 { top:12.375rem;left:0rem;width:1.875rem;height:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #fb0BulJJmILPJDcQXPdLzKqvie1rDlak { top:12.375rem;left:0rem;width:1.875rem;height:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TlgOOIrgtwH7ii0JQ9zW9Twg9FPIsNzi { top:56.625rem;left:0rem;width:1.875rem;height:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #kZW9UcGM9DfTiC3rEbiF9xHXWONF2b1S { top:56.625rem;left:0rem;width:1.875rem;height:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ashTVSAGAVd0R9dXu6w8bEDNa5KZ0mJR { top:56.625rem;left:0rem;width:1.875rem;height:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #AMVTi7vWZ2d3ztTBWNQfiIBvpB6zZ7pF { display:block; }#AMVTi7vWZ2d3ztTBWNQfiIBvpB6zZ7pF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vD4uSo8gUx4ffRupp3TLOezPa4lCaL3R { top:9.625rem;left:4.71875rem;width:14.4375rem;height:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTPPAGMzNzirdQOtbfLnHAcMH1zITzHF { top:0.5625rem;left:0rem;width:29.0625rem;height:6.75rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MdyZE8Um6QPR44c3s7GLF9A77NEVe6Tn { top:2.8125rem;left:23.9375rem;width:13.8125rem;height:2.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGSzEzlP63kd8O6q7FabSf6FAaLgtRI1 { top:6.625rem;left:21.3125rem;width:26.4375rem;height:3.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fhERETC37gv9gXULuc021VddE0Ee420M { top:6.9375rem;left:23.875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tPpwe5gzokHGVZgRb3WEpShXGtm46f9q { top:11.9375rem;left:21rem;width:26.75rem;height:3.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQhHkoK37q5MOVIPoUfbTEFdo9wvJN6g { top:12.0625rem;left:23.875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ng0H0VIVPN7ierS6G4oWtQImb7Gtm4D7 { top:22.3125rem;left:23.75rem;width:24rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uO9ruswAlXC7u36HbImRN6w3XOMvibK1 { top:17.125rem;left:23.75rem;width:24rem;height:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AeKpLVNmyebxKNkpFvK5fPoRIcgWyEIK { top:17.0625rem;left:23.875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1pF1Pex3dDdwBurII9UNZBLRDwe8RnT { top:22.3125rem;left:23.875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ofPOlC7q7GKKF98Z6poldn5bT1Gxx8xD { top:0rem;left:0rem;width:30rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R4XIsiw6ruPZCxPimk0TnIiRcro0RBdS { top:6.625rem;left:23.875rem;width:2.5625rem;height:2.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #vd6LUPuFOLuK8hmo3QcNzhOc2fbdwG9o { top:6.625rem;left:23.875rem;width:2.5625rem;height:2.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #WfQsoqR6WwDv7NPezIvk50WVBR9RPfvM { top:6.625rem;left:23.875rem;width:2.5625rem;height:2.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #oeT8uxRMhRBLQetLxMap6TdknsxmyLiZ { display:block; }#oeT8uxRMhRBLQetLxMap6TdknsxmyLiZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HZ6qL6rE69I7qEXt79rc0661v6SNJsA4 { top:11.25rem;left:4.59375rem;width:14.4375rem;height:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUDSSAVx9RKVwNCOGxwd5iLNRhMp8Koi { top:0.375rem;left:0rem;width:28.875rem;height:9rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMOcwvqNwb2RPysgVOpoyoKdIxGMaTx7 { top:2.625rem;left:23.875rem;width:14.375rem;height:2.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FBTemyHZhQzVLuGvBcM4eu1czq6re4RB { top:20.9375rem;left:21.4375rem;width:26.3125rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RcVXV2xETZMDL5gWuwuuprzvfRHKfUrP { top:8.0625rem;left:23.875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mCOtGakVWvrXkNmmVbS1TMNrZZMWJv8i { top:11.25rem;left:21.4375rem;width:26.3125rem;height:1.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e554NWUzN2Tb8xfQLzh5it99qvgwKRpT { top:8.0625rem;left:21.4375rem;width:26.3125rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tUtWmDaGfhtypAb4iFtFD8HLoeDJhUKp { top:11.375rem;left:23.875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTC2bOKZ4ED4oOT1uCqkko3GTsyJnL3c { top:14.4375rem;left:21.4375rem;width:26.3125rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwgumuQTzARfINv54lEBU1dA7rFmNlam { top:14.5rem;left:23.875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTTwwNfU4rHUzvJHQeTVzXBytaqTyHyZ { top:17.5rem;left:23.875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXO1JIeHPuQbJGepGx4xKNTACUWIzknX { top:6.625rem;left:23.875rem;width:2.5625rem;height:2.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #vVnFuquvdi38br07lAT9PZdpzkpi8zlD { top:6.625rem;left:23.875rem;width:2.5625rem;height:2.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #XKQfhSuusqRzUuzBGXdulZJmMHuqBTTH { top:6.625rem;left:23.875rem;width:2.5625rem;height:2.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #SPqmzFbNLcE2DW6UdBsitldb75uFwZNy { top:6.625rem;left:23.875rem;width:2.5625rem;height:2.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #tLA09w4PXNSv1MgI0qMay1zM0ilJNXtV { top:0rem;left:0rem;width:30rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MwR5370p9Kh7Bv41VDWHTc13Q2k0OavL { top:24.125rem;left:21.4375rem;width:26.3125rem;height:3.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m6Py68WJ7LCTQQpM1SHDAk0H2q8QdtSg { top:21.0625rem;left:23.875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTMpGMJq25b0kTbWlUp0B08t7ZAiybxk { top:17.75rem;left:21.4375rem;width:26.3125rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ScpZu6m9ABJtcgrW0GKIDZsUUORzk1MN { top:24.125rem;left:23.875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JhHE1nSKeL8g8hWfSWD0sBDy0LxxTSK5 { top:6.625rem;left:23.875rem;width:2.5625rem;height:2.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #tC9lWTcat1awAf2BpAPdehbbs0LyVlCn { top:6.625rem;left:23.875rem;width:2.5625rem;height:2.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #JNRrwLEDPnU7GdIJD4HJEiRqLEEiMsMb { display:block; }#JNRrwLEDPnU7GdIJD4HJEiRqLEEiMsMb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a6e591u18AifTAR2wE3Who3ywJ9woCKJ { top:9.0625rem;left:4.59375rem;width:13.8125rem;height:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cz05gTaQlOopJLXbORp2WdwpZzaytgH1 { top:0.5625rem;left:0rem;width:28.875rem;height:6.75rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTGaaxdSWQ4HCrM8ZTJuU1GuGBMLqOrs { top:2.8125rem;left:23.875rem;width:14.375rem;height:2.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PITvGsNCRy9PTKw39E440lmMuCtPQBNJ { top:11.5625rem;left:23.25rem;width:24.5rem;height:1.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVR0HAzpNZHEgFhgZDD86lfSGL926uBa { top:8.125rem;left:23.875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iOG4CKUCuc2xdmBuuXR1U3h9vPcUW3T7 { top:11.6875rem;left:23.875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EX7Wx0oFfzqm7rhiKisIFCTS0xw92c8B { top:15.75rem;left:23.875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jckmi8MJf5L7dgmTxyXKkgiDbLI1ed5D { top:6.625rem;left:23.875rem;width:2.5625rem;height:2.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Qeg8gLIUaSCuowHq1mQMGh8KSzTKng7a { top:6.625rem;left:23.875rem;width:2.5625rem;height:2.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #hQwZyppyTzhHsys1gyZleT7MXOFslT2v { top:6.625rem;left:23.875rem;width:2.5625rem;height:2.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #nshuTdDhl5BQuBCXqnrgZckqDWy03LVD { top:0rem;left:0rem;width:30rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ydzFMq9PN6cixlWByTPMsZdIQ0Dyx37l { top:8.125rem;left:24.500001907349rem;width:19.9375rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #np5D5bB5N0IiK5Gp27EW9rqUtzVfZrJ4 { top:15.6875rem;left:24.500001907349rem;width:22.625rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0QRkNlPiblHThuCqCugM30V8cRVWrLx { display:block; }#E0QRkNlPiblHThuCqCugM30V8cRVWrLx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F3XfdzCsz6czQnXlXxPskyxoAcxDXNBO { top:8.5rem;left:4.6875rem;width:14.5rem;height:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8nXBgaLOmBOeZalgCOMyUk1NAUhWaRh { top:2.4375rem;left:23.875rem;width:14.375rem;height:2.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nzQ2oGpT6eMpm7tkiprNq3Gp9y9Aw7HW { top:0rem;left:0rem;width:30rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BIfDoGFrN29OteNGX8UC8xCfP5a9FJa7 { top:18.625rem;left:24.562501907349rem;width:20.875rem;height:3.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHEPOdqNTP0Q0edq6ZTOvy76ArEcmbfE { top:7rem;left:23.875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sATLXvKwvkBbc4ggkIzV5rNaI7ZFTdbW { top:10.5rem;left:23.875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ozfQcPm139P2WQ6nf9uMlZ0CFDx93E0X { top:13.9375rem;left:23.875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vby4QVg27o6DO5JbIBbPkigqSzfaxVRn { top:18.625rem;left:23.875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z2kzJgA8J1J8DMuotKBVGdAGVdIGzkqG { top:6.625rem;left:23.875rem;width:2.5625rem;height:2.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #frTpdUblaup06IfUdSQA6QBaaxLTgyDu { top:6.625rem;left:23.875rem;width:2.5625rem;height:2.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #n8RRS3UOQGM5Zr5ipHGWMN9O8DnIJilE { top:6.625rem;left:23.875rem;width:2.5625rem;height:2.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #g9BpMPGoBplZWoT8pZtbDI6BBWF1IMaD { top:6.625rem;left:23.875rem;width:2.5625rem;height:2.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TwxTtPWTbU34hHbyIowJXQqX4eJKdJzR { top:25.3125rem;left:0rem;width:30rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQnBT9EodQRdCiZeTwKup63loIHK3diV { top:6.875rem;left:23.25rem;width:24.5rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qd0lSC4X001Ktl0JCOTcG0AsLhA9m17c { top:10.375rem;left:23.25rem;width:24.5rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wp9B8AdvGSsiF9kofG3aqxT5R22BJVtq { top:0.75rem;left:0rem;width:28.875rem;height:5.625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hUTycFqlUVAbXNKwMd50gP4UxQQVf4xo { top:13.875rem;left:21.8125rem;width:25.9375rem;height:3.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQpgO69Gqba8zTEdXRM2gTG97eFoVAim { display:block; }#BQpgO69Gqba8zTEdXRM2gTG97eFoVAim > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ERSrSc8My05B2vVVoB1zS5Mz5ofGOG6P { top:8.625rem;left:5.09375rem;width:13.6875rem;height:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gxNg0B8Jr858vZFWOGZB0wv21wRScei5 { top:0.625rem;left:0rem;width:28.875rem;height:5.625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qevHpqNmou6vs6hz6lMT3yDg7TThX7EA { top:2.25rem;left:23.875rem;width:14.5rem;height:2.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JxkE8nCTxF5lWIaU0QMSFiwigwTKJhFs { top:16rem;left:24.311632156372rem;width:17.375rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ddUVppyXbdA20GZf2OJTcdybGVRtQab0 { top:8.625rem;left:24.311634063721rem;width:17.375rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Krug255HJKX3mdgyPTksT7EADiJ6UwcP { top:12.1875rem;left:24.311632156372rem;width:20.8125rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXVJF3uh3LE2IA114znlWuEzoo03VRLs { top:8.625rem;left:23.875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GSwWg7Ts5XVEIXuasJql7SmGbbd2uv1J { top:12.25rem;left:23.875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PAxid5I4tdXaTTPzvCyFTeTUBAMwuQ6K { top:16.125rem;left:23.875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JwrT0875KtZx87bLmzBpiF5HPn7dsO1v { top:6.625rem;left:23.875rem;width:2.5625rem;height:2.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #CvVfb2bMkJNT3kx7JTCskGRCAly1RGvI { top:6.625rem;left:23.875rem;width:2.5625rem;height:2.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #s4PieJ0iMAVImtleCEzZJ2aZvPyV3Xi4 { top:6.625rem;left:23.875rem;width:2.5625rem;height:2.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #sNay76tHDHP3JpQVrKfdwLhe3UIWWOQI { top:25.3125rem;left:0rem;width:30rem;height:7.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #q6XRN78EUJOLweHVPTz6Mtg0lSiMqNKu { display:block; }#q6XRN78EUJOLweHVPTz6Mtg0lSiMqNKu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pD70blsDKTvQaon7DBKCknVXpqcerOBa { top:0.75rem;left:0.53125rem;width:46.6875rem;height:7rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qWD5a7k4TXq13IBnMnpv1cxpsKuZ1ch1 { width:47.75rem;height:43.6875rem;top:8.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBNE4JWq95ft2Z9EWRcUy2adInPaNtZs { top:9.9375rem;left:0.09375rem;width:47.5625rem;height:5.4375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VuV7D6f0VDb38WD8UpJ9wAwT0ZsC3SDH { top:17.75rem;left:29.336807250976rem;width:17.9375rem;height:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OEnXpn5h7TIFNQB8ODS5g9ruowfqoFTD { width:26.8125rem;height:31.5rem;top:17.0625rem;left:0.53125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZ8qTCwvpsDFm2wk5EpO4QJsNRgzqvab { width:24.5625rem;height:1.875rem;top:49.625rem;left:0.53125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQplUu6xix5iGWpdWw9FTa3lwudag0E9 { display:block; }#zQplUu6xix5iGWpdWw9FTa3lwudag0E9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lMODWOPZT79kB25mxdnOp7STwMCCzuR9 { width:47.75rem;height:35.5625rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NInMVvO8K40mM72fXz7kHRalg8uOT0RO { top:2.25rem;left:0.46875rem;width:46.8125rem;height:5.4375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ugeaHRgCokqTw6FfW5TmxZ2g1nrFoyDc { top:9.6875rem;left:28.3125rem;width:19.3125rem;height:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XsCm1Tud5Lug6WoeuXIZF5TmTlBklrZP { width:26.8125rem;height:24.5rem;top:9.6875rem;left:0.46875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5th8RUQfl2c6tiEA8nRfus2pk0c5PqP { width:24.5625rem;height:1.875rem;top:34.125rem;left:0.46875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qg84iWWqq0usiKO4g0Vb1TvRhsJvrP5h { display:block; }#qg84iWWqq0usiKO4g0Vb1TvRhsJvrP5h > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SMD7R9v5lZ5zx4AfzCs1ks7vR3Bw7dZh { width:47.75rem;height:37.0625rem;top:1.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SU8dbAovBOVrCDlHwEGi1eECX03LuQkc { top:3.4375rem;left:0.46875rem;width:46.8125rem;height:5.4375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2wMin3Mhw8uW1uEDq6InZEMPdeml71e { width:26.8125rem;height:26.25rem;top:9.4375rem;left:0.46875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RLF1RbMkWMXT51MixTmzvNHh7lIHd1SW { top:9.4375rem;left:29.149307250976rem;width:17.4375rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sKxMv4rELnf47ygFFwG6vGMSEr5vbV0O { width:24.5625rem;height:1.875rem;top:36.375rem;left:0.46875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s2hDEL2yyWf14gtAstUyVOzGppMa58Z1 { display:block; }#s2hDEL2yyWf14gtAstUyVOzGppMa58Z1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T9O6TkxxVhTd66OFT9sl4Jo7VP0ouL9T { top:1.4375rem;left:0rem;width:47.75rem;height:2.625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QsfVPVo2szNfQ1oS99giBlSZsgW9enKh { width:33.125rem;height:2.625rem;top:6.1875rem;left:6.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #saz2IGabFJstfCDc6hTXJ3gmcD5OQsyf { top:5.625rem;left:5.96875rem;width:33.0625rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #P8m9tVhLSrdiDrHvo0SIX1kTMdfuwArC { display:block; }#P8m9tVhLSrdiDrHvo0SIX1kTMdfuwArC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #htmeDBJoiaxoUmX09aovEGqq8TuIsJIX { top:2.1875rem;left:10.40625rem;width:26.9375rem;height:3.9375rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WEaONvnT9HdX5DVysMrzfVWZN5iTIVIm { width:18.75rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #VoZpNhHco3ZMobbgzXc4uN5T9VuQHh5d { top:7.9375rem;left:4.8680572509766rem;width:41.75rem;height:4.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7b8uUnmJJSBGTrTcgkTalNJZmzyesvl { top:8.3125rem;left:13.8125rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vas6bxs4d7A7lJauNLqgeoLk0XCwAhai { top:14.3125rem;left:2.6180553436279rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q3umXvzsXGns68JQ3qw7XhSh9gzhadqX { top:17.6875rem;left:2.6180553436279rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uNUPtL7hDzILhFVcfHAuQnenAKRToKGP { top:2.1875rem;left:9.59375rem;width:28.5625rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EP1xaXdyvenMJwIzwALxUlest4N1q7H8 { top:23.375rem;left:4.46875rem;width:41.0625rem;height:4rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vF2LOy53NNltVuPT62ZZAhxFOT7UN24A { top:14.0625rem;left:3.6875rem;width:40.375rem;height:2rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BkEnST7G2DgApyKAy8VoWiNcRsATm61U { top:17.6875rem;left:4.8680572509766rem;width:41.0625rem;height:4rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hwXCPdhXLLJlnwg8aNqirsJy54zTTrB2 { top:23.3125rem;left:2.6180553436279rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cAnI0k1X0q5UHZFSAEmd42zxGmZFRPM5 { top:26.25rem;left:0rem;width:41.25rem;height:27.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGLfMLOKvChPMUph7n9WsmTVTFeMFAz4 { display:block; }#pGLfMLOKvChPMUph7n9WsmTVTFeMFAz4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AMwxdQCyNlaSvU2w1vHTXqibUPRN18DG { top:2.25rem;left:17rem;width:30.75rem;height:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XWbeFqaWZ061kcADCXweX6lTw3PVot3G { top:26.25rem;left:0rem;width:15.6875rem;height:27.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #pJBAs2ku0vBFhDp88B0TbS34gScySLTd { display:block; }#pJBAs2ku0vBFhDp88B0TbS34gScySLTd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vqXuNTe2vKeNEzlegOTupD8igkGT3Hyh { width:47.375rem;height:20rem;top:11.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBXTxLfT8wKCCWVdMQ2ECwWP7ZKQO494 { width:11.5625rem;height:2.25rem;top:12.8125rem;left:18.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbaakzLXJryWBC3pV8fTCl9wGS7rmo00 { top:2.1875rem;left:12.9375rem;width:24.875rem;height:3.375rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uLIJhRVAPuglNv9DA4X8amitqPgnVpZV { width:29.4375rem;height:2.0625rem;top:6.4375rem;left:9.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DNM3JMdUdnTHPff1cI3e87Po1KRSSrtV { top:2.3125rem;left:9.8125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vGwPnaneoG2HNAIpWyaVLlknIuOt9wiZ { top:15.875rem;left:11.125rem;width:25.4375rem;height:2.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQduKEvhWvpCGQdypz1ZvuApBho9ZsK7 { width:23.125rem;height:4.25rem;top:21.1875rem;left:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LtuHGrRiRZFQX1JpHXUaFMm5zDgQiTCx { display:block; }
 }@media only screen and (max-width: 763px) { #gQSSncxU3QAdC6ifmgNNdhDRwU5QNqOH { top:13.8125rem;left:0.125rem;width:15.5625rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tdM33LxupF59bzce1yOJnNxPIro7JZ5M { top:13.8125rem;left:31.6875rem;width:15.5625rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTPovMnwtFeBoy6xMTxsuy65WhILSClK { top:20.75rem;left:0.125rem;width:15.5625rem;height:0.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #gz67fQV8QfX8iUM6SACMenPEkLxIyIQb { top:27.8125rem;left:33.5625rem;width:12.875rem;height:2.2383275458594rem;display:block; }
 }@media only screen and (max-width: 763px) { #PeCglkezIkNXeobV1xTXTQBnV9Bed1gE { top:28.3125rem;left:1.625rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WgZoHh8JPdiFCwT9S0clQ3ywcfpMUqBU { width:10.8125rem;height:1.5rem;top:28.1875rem;left:3.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tu3yqRhikwcgmmH0ek1GRInd7eBIQPPk { top:2rem;left:9.25rem;width:28.625rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCm01RkBq145DH67cGwR18390INzD79P { display:block; }#DCm01RkBq145DH67cGwR18390INzD79P > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UwBdg5tvQc3kU1pNJlnTN6M8FNMHD3sx { top:1.625rem;left:0.1875rem;width:47.375rem;height:6.75rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gho4ARneb39Xc1eTkDwTWsMD1tMaJxLP { width:47.0625rem;height:19.1875rem;top:30.9375rem;left:0.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xiszsTQMErA2J1hPRrBUqmOmE8TnJntS { top:29.375rem;left:4.8125rem;width:38.125rem;height:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3K79DRooO39ALPXTUy9rziQ2Pm9rDeT { width:47.125rem;height:17.3125rem;top:11.1875rem;left:0.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #APJunK73TVIBS7BzWfQwd54dQiQlJPvT { display:block; }#APJunK73TVIBS7BzWfQwd54dQiQlJPvT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ha7LC9udfdNMMXL2svTSexWrqBbonWBF { width:47.5rem;height:12.5rem;top:9.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZdsdBnEcQRBdTSFpgI6BqWcp9sImAI42 { width:42.875rem;height:2.1875rem;top:10.625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #or37H4MaL383su2XRdZWJ5TimfIC3u9y { width:47.75rem;height:6rem;top:14.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSLSoa0suB8ux9UQDCavS2ZtIvGrXIPS { top:3.4375rem;left:4.25rem;width:39.25rem;height:3.375rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #huF5Z7sZnFfzOAFEe8hM1LDlSVWJh5d4 { width:47.5rem;height:14.9375rem;top:24.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHhayybrC9gKOOGQ5JLh8HcJyUKGfGJP { width:43.5625rem;height:2.1875rem;top:26.1875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ztQrv3XJkqSMLZrrye32iPuAaCfup2o6 { width:47.75rem;height:8.125rem;top:30.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Br058GRxWlTKUlVrgowv4kWP8i7gvI7Q { width:47.5rem;height:22.75rem;top:42.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ordtnWZGfpyrhSv1VF1Xzklkc87VqPwl { width:41.1875rem;height:2.1875rem;top:44rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NCtqt7WoLDABVv9WePbEVZ34dQgBITKP { width:47.75rem;height:16.25rem;top:48rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #medM4H51quyCdh8VyREuwhpfrfoLuU1K { top:3.125rem;left:4.2413215637207rem;width:38.9375rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7zw0MqIA01ZGQXfa5gCFBTmiDaOsCTC { display:block; }#T7zw0MqIA01ZGQXfa5gCFBTmiDaOsCTC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CVWAhUtlxHX2mZdIinaAVqfTal36VthL { width:47.375rem;height:20rem;top:11.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZWm6HSdoV9Tp9sMw0QAscOBI7mk6Bhm { width:11.5625rem;height:2.25rem;top:12.8125rem;left:18.062501907349rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6rEloVBRINSETXmXEyoN0XSMteMXW0a { top:2.125rem;left:12.868057250976rem;width:25.8125rem;height:3.375rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3L90l4MimN9UoxTRP8cS37nZ6c71Rkr { width:29.4375rem;height:2.0625rem;top:6.4375rem;left:9.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vqeX2bXUmLuOzA8MD0tsSZc86GGX4Nrq { top:2.3125rem;left:9.8125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HI5CrV3Bp11nITQhu0A9X0X9exhZOude { top:15.875rem;left:11.125rem;width:25.4375rem;height:2.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykZywMQnDNhvUwTdZmTez4QyVBqRMQTo { width:23.125rem;height:4.25rem;top:21.1875rem;left:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kik5yg3VTk2TumTRln21T59zN0qR90Ld { display:block; }
 }@media only screen and (max-width: 763px) { #ZSTAEKAzoxT2PwTqqPe7cHOb7Ln5Q2Hl { top:13.8125rem;left:0.125rem;width:15.5625rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mRGxeHpDbFknF0b9IZ2g8bRlN1hOWDL3 { top:13.8125rem;left:31.6875rem;width:15.5625rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yM7wcZRmVbwB0s0ZhknMVrQqgXtX5VQt { top:20.75rem;left:0.125rem;width:15.5625rem;height:0.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #bwWIRv4AcBiwEcuwUuAyeqyp3JNduFbB { top:27.8125rem;left:33.5625rem;width:12.875rem;height:2.2383275458594rem;display:block; }
 }@media only screen and (max-width: 763px) { #AL19MPXARBAbaEANyHOqVMioeTKZyxiB { top:28.3125rem;left:1.625rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NVz3WcieKXH9yoM5MCXSMT0nn24ABAQX { width:10.8125rem;height:1.5rem;top:28.1875rem;left:3.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ObTs3tCEKSazgyDJvUdnT57R7UG0ROgr { top:2.125rem;left:8.8055572509762rem;width:29.375rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8ptQOWHZS9dQVmL4ixybRbETPVZitLU { top:2rem;left:9.25rem;width:28.625rem;height:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #qXD4CRROLkXqckSxMxWvPMRfDd0SMmL3 { display:block; }#qXD4CRROLkXqckSxMxWvPMRfDd0SMmL3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IbIkTqgzBuIgLyNxfcLF4V5kT53hWviu { width:47.75rem;height:4.5rem;top:5.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qBzyGCIGM4pqpzCTDhSokPhkX8T92bGh { top:0.8125rem;left:20.09375rem;width:7.5625rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJnJMLbvSRNkJ1clvcc5pXoOD8DQv9DG { display:block; }#MJnJMLbvSRNkJ1clvcc5pXoOD8DQv9DG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #S8f8f77CmDBlLaTFIvw6HaKvSnHyocTb { display:block; }#S8f8f77CmDBlLaTFIvw6HaKvSnHyocTb > .row .container { width:20rem;height:2.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nXTFDqsURZsRAJ9qmc8FrWOlPGA4PVXz { width:2.125rem;height:2.125rem;top:0.25rem;left:8.9375002980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #K8get0PWPwGfkZSngOh0p0V3TdFiyrL2 { display:block; }#K8get0PWPwGfkZSngOh0p0V3TdFiyrL2 > .row .container { width:20rem;height:51.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jz4TsATATDaTW441VRuJX5sL4pktQm5Z { width:18.9953125rem;height:7.875rem;top:5.4921913146972rem;left:0.50156253576279rem;font-size:1.3125rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #C4fT2x9ntq89zRcocdbeGnBp4a34HxyD { width:18.75rem;height:5.5234375rem;top:26.532117843628rem;left:0.62413197755814rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #zTXwBaqdpy6fT4lP2r0c70qBlyZaAw9U { width:18.125rem;height:9.84375rem;top:32.814237594604rem;left:0.93663197755812rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uNIDfqxTLRVA9ROsORTuco9xvMIVWT4I { width:15.75rem;height:3.375rem;top:1.0755208730698rem;left:2.1250000596046rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HfnnqvA5wvWk7XdZZD9DvstQEIAbVbAD { width:17.25rem;height:3.625rem;top:43.758680343628rem;left:1.3750000596046rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GiOShTnIlptyJqgE0T2A1sQl6mIZ5hQt { display:block; }
 }@media only screen and (max-width: 763px) { #AaQlO15yaFzab1c8V6gubluLi7HbIa1p { width:16.9375rem;height:1.923825rem;top:48.489062309265rem;left:1.5312500596046rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bRmeklDpKnOLMSlO0dmLlAdys0TzCvG0 { width:17.375rem;height:4rem;top:0.76302081346512rem;left:1.3116319775581rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8IMI7WBHzfeSUt5eKeBcC4STBI0GozT { display:flex;width:1.25rem;height:1.25rem;top:3.256076335907rem;left:15.493056595326rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #Su1DL0Bbh5tMMe9sS2y9U9t8CQJAT3ZO { height:11.25rem;width:20rem;top:14.489582538605rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ofzPipc2dO77y1Lv0TE0tLT7v9hcg2HK { background-color:#f1f1f1;background-image:none;display:block; }#ofzPipc2dO77y1Lv0TE0tLT7v9hcg2HK > .row .container { background-color: transparent; background-image: none; }#ofzPipc2dO77y1Lv0TE0tLT7v9hcg2HK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ofzPipc2dO77y1Lv0TE0tLT7v9hcg2HK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ofzPipc2dO77y1Lv0TE0tLT7v9hcg2HK > .row .container > .video-iframe-container { display: none; }#ofzPipc2dO77y1Lv0TE0tLT7v9hcg2HK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ofzPipc2dO77y1Lv0TE0tLT7v9hcg2HK > .row > .video-iframe-container { display: none; }#ofzPipc2dO77y1Lv0TE0tLT7v9hcg2HK > .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); }#ofzPipc2dO77y1Lv0TE0tLT7v9hcg2HK > .row .container { width:20rem;height:99.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V3xLH37lGoDfTw67I4LgPQnGAONFu6BS { width:20rem;height:8.44925rem;top:1.3116278648376rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #W6C1SwGTLPXtXyMBxs3JomKD6kXmsMeh { width:18.9956875rem;height:65.34375rem;top:12.010417461395rem;left:0.50173610448838rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BsvneEfaK3ceOsi0qs6XiZpMPK7hX1ot { width:20rem;height:20rem;top:78.618055343625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vO2cJOF4DhCHftBolMJyH27Hwvplf5Cv { display:flex;width:0.9375rem;height:0.9375rem;top:96.430557250975rem;left:0.50173610448838rem;font-size:0.625rem; }
 }@media only screen and (max-width: 763px) { #hW6IPMdMIbE5X2Ggw6pyLZoCswAgWuXV { display:flex;width:0.625rem;height:0.625rem;top:172.34549001788rem;left:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #BcHytvu2TP9RXmTR8sBDrxD5TKI1TTOc { display:flex;width:2.625rem;height:2.625rem;top:175.58160400391rem;left:8.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #D9mTABnrUZK5RWTdIxucLncIEGCEslOh { display:flex;width:2.625rem;height:2.625rem;top:182.95660400391rem;left:8.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #PiN7TUJ8biroFGQp8OhC5WgS7kOSqyfR { display:flex;width:2.625rem;height:2.625rem;top:190.33160400391rem;left:8.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #OvJHHa22B12MBJmdxyIRT489FwQtcJFO { display:flex;width:2.25rem;height:2.25rem;top:194.20660400391rem;left:8.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #rTsSK74zxnlfOiUx4HQ3scEhKd2T2AxZ { display:flex;width:2.25rem;height:2.25rem;top:186.83160400391rem;left:8.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #LrTIhLUJShyx9TTwlZvexEfxShzioQar { display:flex;width:2.25rem;height:2.25rem;top:179.45660400391rem;left:8.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #zdJqApmNgwWvR6qxJ2l2wnML0opP0e6s { display:flex;width:2.25rem;height:2.25rem;top:172.08160400391rem;left:8.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ySOlhv617SwXKyPqibJD4fDSOBfgSJoI { display:flex;width:0.9375rem;height:0.9375rem;top:79.75rem;left:18.615451157093rem;font-size:0.625rem; }
 }@media only screen and (max-width: 763px) { #FWlAXqWKApNXexXM20sFnIUz118y4qQ0 { width:20rem;height:10.4375rem;top:0.640625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SU26RGrornefttlSuxuC6vodd531oiJD { display:flex;width:0.9375rem;height:0.9375rem;top:92.243055343625rem;left:0.50173610448838rem;z-index:15025;font-size:0.625rem; }
 }@media only screen and (max-width: 763px) { #uA0oFcZtKPfU7xIwBolSQIdHHirkDf5A { display:flex;width:0.9375rem;height:0.9375rem;top:88.149305343625rem;left:0.50173610448838rem;z-index:15026;font-size:0.625rem; }
 }@media only screen and (max-width: 763px) { #inPN4ETU3VKpURo7y7odUNTFb8B9zKva { display:flex;width:0.9375rem;height:0.9375rem;top:84.368055343625rem;left:0.50173610448838rem;z-index:15027;font-size:0.625rem; }
 }@media only screen and (max-width: 763px) { #eky0T6ydGWHCqsaNnXRHqGBNt0zAKr98 { display:flex;width:0.9375rem;height:0.9375rem;top:79.75rem;left:0.50173610448838rem;z-index:15028;font-size:0.625rem; }
 }@media only screen and (max-width: 763px) { #vwE70MD1v4Kq2fVFxaToXTSNdfn6Qclt { display:flex;width:0.9375rem;height:0.9375rem;top:84.368055343625rem;left:18.615451157093rem;z-index:15023;font-size:0.625rem; }
 }@media only screen and (max-width: 763px) { #TR8QHHVyzkLWIcRD5GneH0NIsaK1ETTZ { display:flex;width:0.9375rem;height:0.9375rem;top:88.149305343625rem;left:18.615451157093rem;z-index:15024;font-size:0.625rem; }
 }@media only screen and (max-width: 763px) { #sU2a9TPrpqVAkyypimapl81abfGnNNXx { display:flex;width:0.9375rem;height:0.9375rem;top:92.243055343625rem;left:18.615451157093rem;z-index:15025;font-size:0.625rem; }
 }@media only screen and (max-width: 763px) { #v8OGmDS0aSCUnAHiThiT5owJ6K1ZwpXs { display:flex;width:0.9375rem;height:0.9375rem;top:96.430557250975rem;left:18.615451157093rem;z-index:15026;font-size:0.625rem; }
 }@media only screen and (max-width: 763px) { #pmNT4Za3w7nt8Pwe9KdybctCX8QlCzqV { display:block; }#pmNT4Za3w7nt8Pwe9KdybctCX8QlCzqV > .row .container { width:20rem;height:136.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fyP55dbrQfrWbc3lAK7428xT1bnVPQua { width:18.6875rem;height:12.50976875rem;top:1.5078125rem;left:0.65538197755812rem;font-size:1.375rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #dNnKIlVCNxRoRnyZHpRMeKndth4cO4UA { width:19.125rem;height:40.5rem;top:15.006937026977rem;left:0.43663197755814rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Xv3ALavIRcau1ZxTsA6EMIv5WSinHUuV { width:16.4375rem;height:4.38574375rem;top:59.764756202697rem;left:3.5616319775581rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #KNKKR5w4pfkQBqI7Em6WuN1gBTI3Keqd { width:20rem;height:2.19375rem;top:84.99218559265rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #VKwOf9ZHIeBtz6hJ0GDTmTip9y4mPWzd { width:11.25rem;height:20rem;top:88.267354965213rem;left:4.3749998211861rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMOPHlUnDREoAyoWR4mIfsTmOkHSUezX { width:18.8125rem;height:13.75rem;top:0.8896484375rem;left:0.62499994039536rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTGrZrgVgDfnnPaEfUgTugQyBe7ID22d { display:flex;width:0.9375rem;height:0.9375rem;top:60.0625rem;left:2.1067708134651rem;font-size:0.625rem; }
 }@media only screen and (max-width: 763px) { #OwDol9DquTqTr9RrTtztOpLlNKqVzCwX { width:16rem;height:4.3857375rem;top:79.139757156375rem;left:3.3975694775581rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #f5nBZQogVS3kosQVsR9fGa5lkRQCXwaq { width:16rem;height:4.3857375rem;top:65.7265625rem;left:3.3975694775581rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #tlqcD2b7g0t7lhSvuJhhOsAncdWpukyh { display:flex;width:2.25rem;height:2.25rem;top:131.79167075195rem;left:8.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #JORqIQd3BOOeV1QalMJd779pQ9FUPMXB { width:15.125rem;height:5.84765rem;top:71.888889312744rem;left:3.5616319775581rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #UldPToV2gCKK2Uim3k7UCAdzyf8OJCMO { display:flex;width:2.25rem;height:2.25rem;top:142.57725825195rem;left:8.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #OMtDPsepkvb0LzdAO4DT8VwEFTHbrTBk { display:flex;width:2.25rem;height:2.25rem;top:155.37588325195rem;left:8.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #bsw8Irocwr5xoBAKoN7swOKTkwnHHU7B { width:20rem;height:3.5rem;top:55.506079673767rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #l7u4hW24stKPmpDrTUROpuqzOAxeAL3Q { display:flex;width:0.9375rem;height:0.9375rem;top:66.125rem;left:2.1067708134651rem;z-index:15018;font-size:0.625rem; }
 }@media only screen and (max-width: 763px) { #TC487dXgbOKOBVadTccrvVlgKhUEZuPl { display:flex;width:0.9375rem;height:0.9375rem;top:72.1875rem;left:2.1067708134651rem;z-index:15019;font-size:0.625rem; }
 }@media only screen and (max-width: 763px) { #MQKHhHi1Q4tdVzAC6KH5An6D9bqTnnfk { display:flex;width:0.9375rem;height:0.9375rem;top:79.5rem;left:2.1067708134651rem;z-index:15020;font-size:0.625rem; }
 }@media only screen and (max-width: 763px) { #PuxKBzu8n6GyfmZEcABn1TSMy6QFfZmS { width:20rem;height:6.58075rem;top:109.51649475097rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #O7xd9yJ9cnORWpt937mvDXvHxls4p4V5 { width:20rem;height:3.2092rem;top:117.44184494019rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KV4sSlhCzEnZ5ETTJkITIEaUGkMayJk0 { display:flex;width:1.625rem;height:1.625rem;top:116.65885829926rem;left:9.1875001192094rem; }
 }@media only screen and (max-width: 763px) { #Z9cFwVUPDJFqOCWnAO5Zde13RM8IUFlq { width:20rem;height:6.542rem;top:122.123046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qyt5MkNKRMeIMMT1Lo4rJZ77pPgO47uv { display:flex;width:1.625rem;height:1.625rem;top:121.3642578125rem;left:15.0615234375rem; }
 }@media only screen and (max-width: 763px) { #cSPfT5zR86hRanLTetUpCx4DTwDJkB1p { width:20rem;height:5.3543307086614rem;top:130.040046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XbgnFPGda4DKdOOHIGCC941xKfX4za6T { display:flex;width:1.625rem;height:1.625rem;top:129.3525390625rem;left:7rem; }
 }@media only screen and (max-width: 763px) { #q3fcxLOH9MZbWVApMiHX8Iqe2W10NUsN { display:block; }#q3fcxLOH9MZbWVApMiHX8Iqe2W10NUsN > .row .container { width:20rem;height:87.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kgr486hBA0LCToRRhm1zrpCesWQxuuGv { width:18.75rem;height:4.548825rem;top:1rem;left:0.62413197755814rem;font-size:1.75rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lioKkuPHkHW5AZNwRry5wvVhrCepKFgF { width:18.5625rem;height:18.89065625rem;top:6.3593759536744rem;left:0.71788197755812rem;font-size:1.125rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #g4sAGzbwAzuUhbx2tPTdpE57a5JgkbT4 { width:18.375rem;height:31.48440625rem;top:41.656242370606rem;left:0.81163197755812rem;font-size:1.125rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WStzTRUWKuRdQuVibiTH3iaecaHNaXCf { width:10.0625rem;height:15.25rem;top:25.815973281861rem;left:4.9687498211861rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.19) ;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKSmSrgDzxqhO3OE5UqnHATgg2XQQ30y { width:6.9375rem;height:12.0625rem;top:74.127344131469rem;left:6.5312500596044rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.19) ;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FOTpCkkr9w3f9zb0qrGevKTiBrWdK460 { display:block; }#FOTpCkkr9w3f9zb0qrGevKTiBrWdK460 > .row .container { width:20rem;height:28rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E3581rA5BK1tRpyfqizrKlxJv1GeoByV { width:13.3125rem;height:20rem;top:7.4982500076294rem;left:3.3428819775581rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXyrVUhGcRaCNmX7TEnyxBtZafXTFNVL { width:18.6875rem;height:4.548825rem;top:1.25rem;left:0.625rem;font-size:1.75rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #uSQNRAwywfKqmnH17QTSE9EkXgGhGGiH { display:block; }#uSQNRAwywfKqmnH17QTSE9EkXgGhGGiH > .row .container { width:20rem;height:50.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sxbUrP5grboDwgc6x9zZ0QMS82XMJcUf { width:18.872375rem;height:38.8125rem;top:0.54773712158203rem;left:0.56163197755814rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yAIABxNaAQHF4wknAzkyWwTU8PJs5u2i { width:20rem;height:9rem;top:40.203125953674rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #olA6UUiAQx4evR9TAorMhOrFE0e7uLCf { width:20rem;height:8.125rem;top:40.924478530884rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iIO8pp8s8rErLwBK2U0cPRkCbsnctMZ5 { display:block; }#iIO8pp8s8rErLwBK2U0cPRkCbsnctMZ5 > .row .container { width:20rem;height:57.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KG6T72s6ELoVeIQTRZKKtzRCdCknxrxA { width:20rem;height:2.1125rem;top:0.87500345706937rem;left:0rem;font-size:1.625rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #A1TKFrA0ysT6RFtmNz6Te2HPCcXcT7Iq { width:20rem;height:19rem;top:3.328125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fs7ERLz83JunaxiG1OWzgRh6lWFkTWO6 { width:13.6875rem;height:4.38574375rem;top:4.1119804382324rem;left:3.1562500596046rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #dTfUxdliLwTyuWUeZbRVTMGXKsTA5Lv4 { width:20rem;height:2.1125rem;top:24.547656536103rem;left:0rem;font-size:1.625rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OO7Q4zNFeBFgWmI3TP6h4t3ZEI7ZnDJJ { width:20rem;height:22.9375rem;top:28.029514312744rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DrDTa1KyXRwC9lDkXELrd2BGbIadvaLy { display:flex;width:6.25rem;height:6.25rem;top:51.529514312744rem;left:6.8749998211863rem; }
 }@media only screen and (max-width: 763px) { #w3lTDvDTG8qHN6ZLN3vIckxUbTaIMThJ { display:flex;width:2.25rem;height:2.25rem;top:101.56774350586rem;left:8.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #nxIwf1J8eeJhfE6ZXebPawTUFEIvA3zc { width:16.9375rem;height:5.84765625rem;top:28.840277671814rem;left:3.0616319775581rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #EikeqrNhzvFtpdkUZoJSqFqmUMiatQh3 { width:16.9375rem;height:6.296875rem;top:36.256944656372rem;left:3.0616319775581rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CUBHCvNTf0Ca9TRT514nTcEW2BtClmXB { width:16.375rem;height:6.296875rem;top:43.8203125rem;left:3.1562500596046rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #obGJ5x3r54BwoJQSVBqvEkbdl8Ud8591 { display:flex;width:1.3125rem;height:1.3125rem;top:29.1328125rem;left:1.1241319775581rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #n72Xhu1EiLc3gShPLIgZ2Vx1U01clNrM { display:flex;width:2.25rem;height:2.25rem;top:114.36636850586rem;left:8.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #tZSBiE3sVDeaHCgICCKRCaXVh91azN2K { display:flex;width:1.3125rem;height:1.3125rem;top:4.5rem;left:1.1241319775581rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #QyLqkiz4WEQETTAXa3Ww1d1t4hinBprJ { width:16.25rem;height:5.84765625rem;top:9.6117188930513rem;left:3.1562500596046rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #eAOuIPDuQSTlI41wfCAPba9wHOQHLrTk { width:12.0625rem;height:4.3857375rem;top:16.712501049042rem;left:3.1562500596046rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #oT917J6vvfyFu4Dk6y4eXBp3eh9eikXn { display:flex;width:2.5625rem;height:2.5625rem;top:71.146718505856rem;left:8.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #lTs4gAu3sa56K54O5Au3QoMqVlURpPHF { display:flex;width:2.5625rem;height:2.5625rem;top:80.932306005856rem;left:8.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Dnlsn66Lq2K4oclS9glmb0faRU0I4W2C { display:flex;width:1.3125rem;height:1.3125rem;top:9.875rem;left:1.1241319775581rem;z-index:15023;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #LLThN9GxcBOiHS0Vs6RF6lZ1t7lnGHNR { display:flex;width:1.3125rem;height:1.3125rem;top:17.0625rem;left:1.1234374642372rem;z-index:15024;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #s52rkDLoDqBdatXWcMCESa8xbfkHAx3t { display:flex;width:1.3125rem;height:1.3125rem;top:36.256978988647rem;left:1.1241319775581rem;z-index:15017;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #x2JOBPPDQMbSNN4ThUqaQNT733G51Tq6 { display:flex;width:1.3125rem;height:1.3125rem;top:43.820298194885rem;left:1.1241319775581rem;z-index:15018;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #palNyGhm3ttOVzUyGrWTAAAInvxFQhvd { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/6f8e6fde-d9ed-46d6-a78c-3a099e3fd129/KopiaplikuART_4769.crop_6000x3307_0,693.preview.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#palNyGhm3ttOVzUyGrWTAAAInvxFQhvd.adaptive-delivery-prevent-bg, #palNyGhm3ttOVzUyGrWTAAAInvxFQhvd.lazyload, #palNyGhm3ttOVzUyGrWTAAAInvxFQhvd.lazyloading { background-image: none; }#palNyGhm3ttOVzUyGrWTAAAInvxFQhvd > .row .container { background-color: transparent; background-image: none; }#palNyGhm3ttOVzUyGrWTAAAInvxFQhvd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#palNyGhm3ttOVzUyGrWTAAAInvxFQhvd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#palNyGhm3ttOVzUyGrWTAAAInvxFQhvd > .row .container > .video-iframe-container { display: none; }#palNyGhm3ttOVzUyGrWTAAAInvxFQhvd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#palNyGhm3ttOVzUyGrWTAAAInvxFQhvd > .row > .video-iframe-container { display: none; }#palNyGhm3ttOVzUyGrWTAAAInvxFQhvd > .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); }#palNyGhm3ttOVzUyGrWTAAAInvxFQhvd > .row .container { width:20rem;height:59.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HICf49URxHJo1Tp7evgXo2hqX7ztOimo { width:20rem;height:7.5rem;top:2.1241321563721rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.5;color:#ffffff;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #uoGDc4IuHuHkF4ZZSW4JK4BPtk1NvOqm { width:20rem;height:6.296875rem;top:48.072050094604rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #XeIW0O8hVV7h9eb6BcWJxxROWKWsea00 { width:20rem;height:2.35625rem;top:36.921008110046rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;line-height:1.3;font-family:rubik;color:#fffbfb;display:block; }
 }@media only screen and (max-width: 763px) { #RkFGBsHeO0Up9yUT2D4MQgA6D5Hiq5na { width:20rem;height:2.68125rem;top:40.095487594604rem;left:0rem;font-size:2.0625rem;text-align:center;text-align-last:center;line-height:1.3;font-family:rubik;color:#66d7cb;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #yG0swxHno3dJ4iidRxF0bP4zKVovuIK3 { width:20rem;height:2.275rem;top:43.751737594604rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;line-height:1.3;font-family:rubik;color:#ffffff;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #ShqSGTv9uvlXndt757piTn3qWMFBDTZe { width:20rem;height:6.75rem;top:47.846355438233rem;left:0rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #Nb5zaUW8zheLyxp6Q8nGlIZSp7hkEzTx { width:13.9375rem;height:2.75rem;top:56.007814407349rem;left:3.0312500596046rem;font-size:1.125rem;z-index:15028;background-color:#f4f907;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) { #cHxIGyp1yPO16z9Smx0X2ClncUpvvyyW { display:block; }
 }@media only screen and (max-width: 763px) { #KQNzNUanT3NpT0HwAFP28xPadR8JRrzx { display:block; }#KQNzNUanT3NpT0HwAFP28xPadR8JRrzx > .row .container { width:20rem;height:67.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o6Z8fzxqW5zQWXzvCMTGaSNTTcUATNwp { width:18.6831875rem;height:23.625rem;top:0.99133968353269rem;left:0.65798610448838rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I0o3tniTd9Rhd2m5kevhXtxfDMkzh4im { width:10.0625rem;height:15.25rem;top:25.686638832092rem;left:4.9687498211861rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #d4KZncQJpoAd0NhVpKr5grhcrIf3WOyu { width:17.4375rem;height:8.8125rem;top:57.907125473022rem;left:1.2803819775581rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1FrXiUO0xpzhEgtoNrxOT3IBQ3ZwNkp { width:20rem;height:8.4375rem;top:41.987848281861rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JBMFn50bIJohJlvuW80hVa5o3owowAnr { width:20rem;height:5.11816875rem;top:51.460067749024rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yVTufeCRdGPtgFGStTdRv8T7EBWgWBDm { display:none; }#yVTufeCRdGPtgFGStTdRv8T7EBWgWBDm > .row .container { width:20rem;height:63.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #XdoLkrITK5V6GQdPEB2a7kNanzTH9T5z { width:20rem;height:auto;top:3.4375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #OVl39f6c5KLmwg378xRJS83k327s72gy { width:20rem;height:6.298625rem;top:9.11198125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RhD05RT7q3Iely6BvTVFpmaLkexVEz6b { width:20rem;height:2.92480625rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #xGgR4OiXkAOPg21bd2ITinFrnTm4UIhQ { width:20rem;height:0;top:16.66060625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #xZft0nqaMOpPuTBeoKCRJLv8TlOi6vh6 { width:20rem;height:0;top:23.66060625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #W0BzQ93KpMXJQPoLEhIEvDnTo70UZNH5 { width:20rem;height:9.5rem;top:31.47310625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #z8rgIGn0TmhiGZOK9v4u9dAJL0KNprxH { width:19rem;height:5.1875rem;top:42.22310625rem;left:0.5rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #mHOANSblbJ7zGTcGfpTJOAHRVr7UGAKh { display:block; }
 }@media only screen and (max-width: 763px) { #PQptGs04pmwATJrVTGFFJoZiTJOKbS8p { display:block; }#PQptGs04pmwATJrVTGFFJoZiTJOKbS8p > .row .container { width:20rem;height:74.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vq4N2irsn0A2kAh3EVJHIOvchIFrlHbK { width:18.684rem;height:8.44924375rem;top:1.2490909099579rem;left:0.65711802244188rem;font-size:1.625rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WsDWmd7bCfA2tsVV1Vwe6PkNXwVz8ctN { top:2.6247706413269rem;left:0.62500005960463rem;width:18.75rem;height:12.5rem;z-index:15026;overflow:hidden;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZsEe31TXs24FRH1EtyBqQ3O9DeZOvXyt { width:16.6875rem;height:4.38574375rem;top:11.440972089768rem;left:3.3116319775581rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #d5lwUEQs1PBShZu83B4p1R4epMUqTpVG { width:18.6875rem;height:4.2246125rem;top:43.626737594604rem;left:0.65538197755812rem;font-size:1.625rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Et3S8MSfm8q1sT5nK6DG3kDE1qX6nZxf { width:20rem;height:1.575rem;top:39.927083969116rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tL90J4EZp6wBRW3ULO21z5aaQ7seD3aq { width:17.4375rem;height:4.72265625rem;top:49.098986625671rem;left:2.5616319775581rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hoyofcc3GcSPpVpXw7KqmaGsEwCMas9h { width:20rem;height:4.875rem;top:43.302083969116rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NduzBMLdCnJFtnUN5Wh2aTEyUXv3dRuS { width:20rem;height:9.5625rem;top:0.94270837306975rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dPmWWR4l8hhSL9UbyJngWep888NPxvdU { display:flex;width:0.9375rem;height:0.9375rem;top:11.875rem;left:1.6796875596046rem;font-size:0.625rem; }
 }@media only screen and (max-width: 763px) { #WIGzAUvLC7FzH4JyXsLXtvHTKlrg128J { width:15.5625rem;height:4.38574375rem;top:17.065972089767rem;left:3.3116319775581rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #wilCp1RkLCZZ3P8AhBK4S0c6I2A8cTD7 { width:15.875rem;height:3.1484375rem;top:35.291665792465rem;left:3.1137152314186rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WqFu5cwZubNX07yX4wEnQ03TZCnhqtAo { width:16.25rem;height:4.72265625rem;top:22.844617605209rem;left:3.1449652314186rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uS9ve7R6rQrwAzntfqawXtShQgei4qf3 { width:16.3125rem;height:4.72265625rem;top:28.932292699814rem;left:3.0824652314186rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MS5DzaFTkSqx7gK1gilUrQ8JQMlRBmuR { display:flex;width:1.875rem;height:1.875rem;top:78.38455200195rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ocaVQyBJGdaOEdrsEEfHnMszHiKpbv11 { display:flex;width:1.875rem;height:1.875rem;top:93.43316450195rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #bSHbRlA5hbGFJDKikGR7qtdhTcKhVDTI { display:flex;width:1.875rem;height:1.875rem;top:85.90885825195rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #tSr9rvkERqqMdTNL6ZZTVK50eMsoVUod { display:flex;width:1.875rem;height:1.875rem;top:102.53125200195rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #dvP13ZgSwAeIL56u6Uk70PW2XXN76UKl { width:20rem;height:3.3125rem;top:39.059007406235rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fq0kxsMKw7pM06pIy0QCzu6mtoGmQxxL { width:16.6875rem;height:6.296875rem;top:67.482654571531rem;left:2.5616319775581rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JBaMblEndSq6NxXLke4FPV1Og7FBdTQt { width:16.9375rem;height:4.72265625rem;top:55.304689407349rem;left:2.4574652314186rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #v3t5JSZo1Qi081ZLG2UAuxQs1AwmfO9q { width:17.4375rem;height:4.72265625rem;top:61.276910781861rem;left:2.5616319775581rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rIOsgoErLhJOFmIpGSoKmWoqRUguPHZT { display:flex;width:1.875rem;height:1.875rem;top:114.61805825195rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #NR0GcN91LI9tWTdKrlKdZ9t89GGGqLum { display:flex;width:1.875rem;height:1.875rem;top:117.74305825195rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Rk6QsQTlpNBSrJyUtDtofIHCsTVRbqkD { display:flex;width:0.9375rem;height:0.9375rem;top:49.601563453674rem;left:1.25rem;font-size:0.625rem; }
 }@media only screen and (max-width: 763px) { #RUo8FqJJu7sEq8HkzUJow2JpRVzO5wRf { display:flex;width:1.875rem;height:1.875rem;top:135.93923325195rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #uQ7C7n2GMnZZqDsr9pfgolAE8J61Wgmt { display:flex;width:0.9375rem;height:0.9375rem;top:17.5rem;left:1.6796875596046rem;font-size:0.625rem;z-index:15018; }
 }@media only screen and (max-width: 763px) { #r2P020tf61G45aO4d2l7hkgoRvDREmIA { display:flex;width:0.9375rem;height:0.9375rem;top:23.3125rem;left:1.6796875596046rem;font-size:0.625rem;z-index:15019; }
 }@media only screen and (max-width: 763px) { #ZVwNH7o9rr6wrr6WzXba7p37equlqLt7 { display:flex;width:0.9375rem;height:0.9375rem;top:29.375rem;left:1.6796875596046rem;font-size:0.625rem;z-index:15020; }
 }@media only screen and (max-width: 763px) { #fb0BulJJmILPJDcQXPdLzKqvie1rDlak { display:flex;width:0.9375rem;height:0.9375rem;top:35.625rem;left:1.6796875596046rem;font-size:0.625rem;z-index:15021; }
 }@media only screen and (max-width: 763px) { #TlgOOIrgtwH7ii0JQ9zW9Twg9FPIsNzi { display:flex;width:0.9375rem;height:0.9375rem;top:55.851551055908rem;left:1.1875rem;font-size:0.625rem;z-index:15024; }
 }@media only screen and (max-width: 763px) { #kZW9UcGM9DfTiC3rEbiF9xHXWONF2b1S { display:flex;width:0.9375rem;height:0.9375rem;top:61.914064407349rem;left:1.125rem;font-size:0.625rem;z-index:15025; }
 }@media only screen and (max-width: 763px) { #ashTVSAGAVd0R9dXu6w8bEDNa5KZ0mJR { display:flex;width:0.9375rem;height:0.9375rem;top:67.875rem;left:1.0625rem;font-size:0.625rem;z-index:15026; }
 }@media only screen and (max-width: 763px) { #AMVTi7vWZ2d3ztTBWNQfiIBvpB6zZ7pF { display:block; }#AMVTi7vWZ2d3ztTBWNQfiIBvpB6zZ7pF > .row .container { width:20rem;height:43.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vD4uSo8gUx4ffRupp3TLOezPa4lCaL3R { width:9.8125rem;height:9.8125rem;top:10.198437690735rem;left:5.0937500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTPPAGMzNzirdQOtbfLnHAcMH1zITzHF { width:19.5625rem;height:8.44924375rem;top:0.63628482818606rem;left:0.21875rem;font-size:1.625rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #MdyZE8Um6QPR44c3s7GLF9A77NEVe6Tn { width:20rem;height:1.95rem;top:21.156250476837rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iGSzEzlP63kd8O6q7FabSf6FAaLgtRI1 { width:16.5rem;height:4.38574375rem;top:23.680557250976rem;left:3.1250001192093rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fhERETC37gv9gXULuc021VddE0Ee420M { display:flex;width:1.3125rem;height:1.3125rem;top:23.680475234986rem;left:1.2500000596046rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #tPpwe5gzokHGVZgRb3WEpShXGtm46f9q { width:16.875rem;height:4.38574375rem;top:28.786719799042rem;left:3.1250000596046rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KQhHkoK37q5MOVIPoUfbTEFdo9wvJN6g { display:flex;width:2.5625rem;height:2.5625rem;top:39.494779492187rem;left:8.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ng0H0VIVPN7ierS6G4oWtQImb7Gtm4D7 { width:10.875rem;height:2.7rem;top:40.045312404632rem;left:3.1250000596046rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uO9ruswAlXC7u36HbImRN6w3XOMvibK1 { width:15.125rem;height:4.38574375rem;top:34.332812786103rem;left:3.125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #AeKpLVNmyebxKNkpFvK5fPoRIcgWyEIK { display:flex;width:2.5625rem;height:2.5625rem;top:48.830716992187rem;left:8.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #d1pF1Pex3dDdwBurII9UNZBLRDwe8RnT { display:flex;width:2.5625rem;height:2.5625rem;top:56.742173242187rem;left:8.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ofPOlC7q7GKKF98Z6poldn5bT1Gxx8xD { width:20rem;height:9.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R4XIsiw6ruPZCxPimk0TnIiRcro0RBdS { display:flex;width:1.3125rem;height:1.3125rem;top:28.786719799042rem;left:1.2500000596046rem;font-size:0.875rem;z-index:15009; }
 }@media only screen and (max-width: 763px) { #vd6LUPuFOLuK8hmo3QcNzhOc2fbdwG9o { display:flex;width:1.3125rem;height:1.3125rem;top:34.332812786103rem;left:1.2500000596046rem;font-size:0.875rem;z-index:15010; }
 }@media only screen and (max-width: 763px) { #WfQsoqR6WwDv7NPezIvk50WVBR9RPfvM { display:flex;width:1.3125rem;height:1.3125rem;top:40.045312404632rem;left:1.2500000596046rem;font-size:0.875rem;z-index:15011; }
 }@media only screen and (max-width: 763px) { #oeT8uxRMhRBLQetLxMap6TdknsxmyLiZ { display:block; }#oeT8uxRMhRBLQetLxMap6TdknsxmyLiZ > .row .container { width:20rem;height:45.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HZ6qL6rE69I7qEXt79rc0661v6SNJsA4 { width:9.6875rem;height:9.6875rem;top:10.310750484466rem;left:5.0937498211861rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUDSSAVx9RKVwNCOGxwd5iLNRhMp8Koi { width:19.4375rem;height:8.44924375rem;top:0.42266082763672rem;left:0.34218746423721rem;font-size:1.625rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #NMOcwvqNwb2RPysgVOpoyoKdIxGMaTx7 { width:20rem;height:1.95rem;top:20.267360687256rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FBTemyHZhQzVLuGvBcM4eu1czq6re4RB { width:13.3125rem;height:2.7rem;top:37.511722564698rem;left:3.125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RcVXV2xETZMDL5gWuwuuprzvfRHKfUrP { display:flex;width:2.5625rem;height:2.5625rem;top:35.084209631347rem;left:8.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #mCOtGakVWvrXkNmmVbS1TMNrZZMWJv8i { width:16.625rem;height:2.923825rem;top:25.957813262939rem;left:3.125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #e554NWUzN2Tb8xfQLzh5it99qvgwKRpT { width:15.9375rem;height:1.35rem;top:23.6875rem;left:3.125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tUtWmDaGfhtypAb4iFtFD8HLoeDJhUKp { display:flex;width:2.5625rem;height:2.5625rem;top:42.994797131347rem;left:8.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #nTC2bOKZ4ED4oOT1uCqkko3GTsyJnL3c { width:16rem;height:2.7rem;top:30.381249904633rem;left:3.125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vwgumuQTzARfINv54lEBU1dA7rFmNlam { display:flex;width:2.5625rem;height:2.5625rem;top:52.330734631347rem;left:8.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #MTTwwNfU4rHUzvJHQeTVzXBytaqTyHyZ { display:flex;width:2.5625rem;height:2.5625rem;top:60.241322131348rem;left:8.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #rXO1JIeHPuQbJGepGx4xKNTACUWIzknX { display:flex;width:1.3125rem;height:1.3125rem;top:23.687527179718rem;left:1.25rem;font-size:0.875rem;z-index:15012; }
 }@media only screen and (max-width: 763px) { #vVnFuquvdi38br07lAT9PZdpzkpi8zlD { display:flex;width:1.3125rem;height:1.3125rem;top:25.957813262939rem;left:1.2500000596046rem;font-size:0.875rem;z-index:15013; }
 }@media only screen and (max-width: 763px) { #XKQfhSuusqRzUuzBGXdulZJmMHuqBTTH { display:flex;width:1.3125rem;height:1.3125rem;top:30.381249904633rem;left:1.2500000596046rem;font-size:0.875rem;z-index:15014; }
 }@media only screen and (max-width: 763px) { #SPqmzFbNLcE2DW6UdBsitldb75uFwZNy { display:flex;width:1.3125rem;height:1.3125rem;top:34.362500667572rem;left:1.2500000596046rem;font-size:0.875rem;z-index:15015; }
 }@media only screen and (max-width: 763px) { #tLA09w4PXNSv1MgI0qMay1zM0ilJNXtV { width:20rem;height:9.3125rem;top:-0.0078392028808594rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MwR5370p9Kh7Bv41VDWHTc13Q2k0OavL { width:15.0625rem;height:2.699225rem;top:41.811719894409rem;left:3.125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #m6Py68WJ7LCTQQpM1SHDAk0H2q8QdtSg { display:flex;width:1.5625rem;height:1.5625rem;top:21.0625rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #GTMpGMJq25b0kTbWlUp0B08t7ZAiybxk { width:16.4375rem;height:1.35rem;top:34.343749523163rem;left:3.125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ScpZu6m9ABJtcgrW0GKIDZsUUORzk1MN { display:flex;width:1.5625rem;height:1.5625rem;top:24.125rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #JhHE1nSKeL8g8hWfSWD0sBDy0LxxTSK5 { display:flex;width:1.3125rem;height:1.3125rem;top:37.511720657349rem;left:1.2500000596046rem;font-size:0.875rem;z-index:15017; }
 }@media only screen and (max-width: 763px) { #tC9lWTcat1awAf2BpAPdehbbs0LyVlCn { display:flex;width:1.3125rem;height:1.3125rem;top:41.811717987061rem;left:1.2500000596046rem;font-size:0.875rem;z-index:15018; }
 }@media only screen and (max-width: 763px) { #JNRrwLEDPnU7GdIJD4HJEiRqLEEiMsMb { display:block; }#JNRrwLEDPnU7GdIJD4HJEiRqLEEiMsMb > .row .container { width:20rem;height:32.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a6e591u18AifTAR2wE3Who3ywJ9woCKJ { width:9.1875rem;height:9.1875rem;top:10.450561046601rem;left:5.0937498211861rem;display:block; }
 }@media only screen and (max-width: 763px) { #cz05gTaQlOopJLXbORp2WdwpZzaytgH1 { width:19.3125rem;height:8.449225rem;top:0.28125rem;left:0.34288197755814rem;font-size:1.625rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #vTGaaxdSWQ4HCrM8ZTJuU1GuGBMLqOrs { width:20rem;height:1.95rem;top:20.236132621765rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PITvGsNCRy9PTKw39E440lmMuCtPQBNJ { width:16.125rem;height:1.4619125rem;top:25.75rem;left:3.375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lVR0HAzpNZHEgFhgZDD86lfSGL926uBa { display:flex;width:2.5625rem;height:2.5625rem;top:40.209202001953rem;left:8.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #iOG4CKUCuc2xdmBuuXR1U3h9vPcUW3T7 { display:flex;width:2.5625rem;height:2.5625rem;top:46.696183251953rem;left:8.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #EX7Wx0oFfzqm7rhiKisIFCTS0xw92c8B { display:flex;width:2.5625rem;height:2.5625rem;top:53.183164501953rem;left:8.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Jckmi8MJf5L7dgmTxyXKkgiDbLI1ed5D { display:flex;width:1.3125rem;height:1.3125rem;top:23.286719322204rem;left:1.3000000119209rem;font-size:0.875rem;z-index:15016; }
 }@media only screen and (max-width: 763px) { #Qeg8gLIUaSCuowHq1mQMGh8KSzTKng7a { display:flex;width:1.3125rem;height:1.3125rem;top:26.073785781861rem;left:1.2994791269302rem;font-size:0.875rem;z-index:15019; }
 }@media only screen and (max-width: 763px) { #hQwZyppyTzhHsys1gyZleT7MXOFslT2v { display:flex;width:1.3125rem;height:1.3125rem;top:29.124113082886rem;left:1.2994791269302rem;font-size:0.875rem;z-index:15020; }
 }@media only screen and (max-width: 763px) { #nshuTdDhl5BQuBCXqnrgZckqDWy03LVD { width:20rem;height:9.0625rem;top:-0.027804851531983rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ydzFMq9PN6cixlWByTPMsZdIQ0Dyx37l { width:15.375rem;height:1.35rem;top:23.26796913147rem;left:3.375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #np5D5bB5N0IiK5Gp27EW9rqUtzVfZrJ4 { width:13.8125rem;height:2.69965rem;top:29.125rem;left:3.375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #E0QRkNlPiblHThuCqCugM30V8cRVWrLx { display:block; }#E0QRkNlPiblHThuCqCugM30V8cRVWrLx > .row .container { width:20rem;height:37.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F3XfdzCsz6czQnXlXxPskyxoAcxDXNBO { width:9.625rem;height:9.625rem;top:8.5616664886475rem;left:5.0937498211861rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8nXBgaLOmBOeZalgCOMyUk1NAUhWaRh { width:20rem;height:1.95rem;top:19.234374523163rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nzQ2oGpT6eMpm7tkiprNq3Gp9y9Aw7HW { width:20rem;height:7.1875rem;top:8.1062316894531E-6rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BIfDoGFrN29OteNGX8UC8xCfP5a9FJa7 { width:15.625rem;height:2.923825rem;top:32.9375rem;left:3.375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dHEPOdqNTP0Q0edq6ZTOvy76ArEcmbfE { display:flex;width:1.5625rem;height:1.5625rem;top:7rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #sATLXvKwvkBbc4ggkIzV5rNaI7ZFTdbW { display:flex;width:1.5625rem;height:1.5625rem;top:10.5rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ozfQcPm139P2WQ6nf9uMlZ0CFDx93E0X { display:flex;width:1.5625rem;height:1.5625rem;top:13.9375rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Vby4QVg27o6DO5JbIBbPkigqSzfaxVRn { display:flex;width:1.5625rem;height:1.5625rem;top:18.625rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z2kzJgA8J1J8DMuotKBVGdAGVdIGzkqG { display:flex;width:1.3125rem;height:1.3125rem;top:22.561632156372rem;left:1.25rem;font-size:0.875rem;z-index:15021; }
 }@media only screen and (max-width: 763px) { #frTpdUblaup06IfUdSQA6QBaaxLTgyDu { display:flex;width:1.3125rem;height:1.3125rem;top:25.034722328186rem;left:1.25rem;font-size:0.875rem;z-index:15022; }
 }@media only screen and (max-width: 763px) { #n8RRS3UOQGM5Zr5ipHGWMN9O8DnIJilE { display:flex;width:1.3125rem;height:1.3125rem;top:28.710068702698rem;left:1.25rem;font-size:0.875rem;z-index:15023; }
 }@media only screen and (max-width: 763px) { #g9BpMPGoBplZWoT8pZtbDI6BBWF1IMaD { display:flex;width:1.3125rem;height:1.3125rem;top:33rem;left:1.25rem;font-size:0.875rem;z-index:15024; }
 }@media only screen and (max-width: 763px) { #TwxTtPWTbU34hHbyIowJXQqX4eJKdJzR { width:20rem;height:7.1875rem;top:41.582454492188rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZQnBT9EodQRdCiZeTwKup63loIHK3diV { width:15.625rem;height:1.349825rem;top:22.542188644409rem;left:3.375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qd0lSC4X001Ktl0JCOTcG0AsLhA9m17c { width:11.5rem;height:2.69965rem;top:25.034375190735rem;left:3.375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wp9B8AdvGSsiF9kofG3aqxT5R22BJVtq { width:20rem;height:7.3125rem;top:0rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hUTycFqlUVAbXNKwMd50gP4UxQQVf4xo { width:15.625rem;height:2.923825rem;top:28.710068702698rem;left:3.375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BQpgO69Gqba8zTEdXRM2gTG97eFoVAim { display:block; }#BQpgO69Gqba8zTEdXRM2gTG97eFoVAim > .row .container { width:20rem;height:25.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ERSrSc8My05B2vVVoB1zS5Mz5ofGOG6P { width:8.4375rem;height:7.1875rem;top:7.0312833786013rem;left:5.7812501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #gxNg0B8Jr858vZFWOGZB0wv21wRScei5 { width:19.25rem;height:4.875rem;top:0.40625rem;left:0.375rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qevHpqNmou6vs6hz6lMT3yDg7TThX7EA { width:20rem;height:1.94965rem;top:15.039932250976rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JxkE8nCTxF5lWIaU0QMSFiwigwTKJhFs { width:12.9375rem;height:1.349825rem;top:22.855034828186rem;left:3.125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ddUVppyXbdA20GZf2OJTcdybGVRtQab0 { width:12.25rem;height:1.349825rem;top:18.346321105957rem;left:3.1250001192093rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Krug255HJKX3mdgyPTksT7EADiJ6UwcP { width:14.1875rem;height:1.349825rem;top:20.483506202698rem;left:3.1250001192093rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cXVJF3uh3LE2IA114znlWuEzoo03VRLs { display:flex;width:1.5625rem;height:1.5625rem;top:8.625rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #GSwWg7Ts5XVEIXuasJql7SmGbbd2uv1J { display:flex;width:1.5625rem;height:1.5625rem;top:12.25rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #PAxid5I4tdXaTTPzvCyFTeTUBAMwuQ6K { display:flex;width:1.5625rem;height:1.5625rem;top:16.125rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #JwrT0875KtZx87bLmzBpiF5HPn7dsO1v { display:flex;width:1.3125rem;height:1.3125rem;top:18.363715171814rem;left:1.2413194179535rem;font-size:0.875rem;z-index:15026; }
 }@media only screen and (max-width: 763px) { #CvVfb2bMkJNT3kx7JTCskGRCAly1RGvI { display:flex;width:1.3125rem;height:1.3125rem;top:20.502604484558rem;left:1.2413194179535rem;font-size:0.875rem;z-index:15027; }
 }@media only screen and (max-width: 763px) { #s4PieJ0iMAVImtleCEzZJ2aZvPyV3Xi4 { display:flex;width:1.3125rem;height:1.3125rem;top:22.872395515442rem;left:1.2413194179535rem;font-size:0.875rem;z-index:15029; }
 }@media only screen and (max-width: 763px) { #sNay76tHDHP3JpQVrKfdwLhe3UIWWOQI { width:20rem;height:5.8125rem;top:0rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #q6XRN78EUJOLweHVPTz6Mtg0lSiMqNKu { display:block; }#q6XRN78EUJOLweHVPTz6Mtg0lSiMqNKu > .row .container { width:20rem;height:65.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pD70blsDKTvQaon7DBKCknVXpqcerOBa { width:17.6875rem;height:7.066375rem;top:1.25rem;left:1.125rem;font-size:1.8125rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qWD5a7k4TXq13IBnMnpv1cxpsKuZ1ch1 { width:19.375rem;height:55.3125rem;top:9.5650939941406rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBNE4JWq95ft2Z9EWRcUy2adInPaNtZs { width:17.684rem;height:5.6044875rem;top:10.628472447396rem;left:1.1579861044884rem;font-size:1.4375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #VuV7D6f0VDb38WD8UpJ9wAwT0ZsC3SDH { width:17.875rem;height:11.5rem;top:17.627571105957rem;left:1.0616319775581rem;display:block; }
 }@media only screen and (max-width: 763px) { #OEnXpn5h7TIFNQB8ODS5g9ruowfqoFTD { width:19.375rem;height:32.16206875rem;top:30.133680343628rem;left:0.3125rem;font-size:1.125rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yZ8qTCwvpsDFm2wk5EpO4QJsNRgzqvab { width:17.1875rem;height:1.575rem;top:62.796009063719rem;left:1.4062500596046rem;font-size:1.125rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zQplUu6xix5iGWpdWw9FTa3lwudag0E9 { display:block; }#zQplUu6xix5iGWpdWw9FTa3lwudag0E9 > .row .container { width:20rem;height:49.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lMODWOPZT79kB25mxdnOp7STwMCCzuR9 { width:19.375rem;height:48.125rem;top:0.75000190734863rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NInMVvO8K40mM72fXz7kHRalg8uOT0RO { width:17.684rem;height:5.6044875rem;top:1.3732776641846rem;left:1.1579861044884rem;font-size:1.4375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ugeaHRgCokqTw6FfW5TmxZ2g1nrFoyDc { width:17.1875rem;height:11.1875rem;top:7.9991321563719rem;left:1.4062500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #XsCm1Tud5Lug6WoeuXIZF5TmTlBklrZP { width:19.625rem;height:27.77633125rem;top:19.760364532471rem;left:0rem;font-size:1.125rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #b5th8RUQfl2c6tiEA8nRfus2pk0c5PqP { width:17.1875rem;height:1.575rem;top:46.645759582519rem;left:1.4062500596046rem;font-size:1.125rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qg84iWWqq0usiKO4g0Vb1TvRhsJvrP5h { display:block; }#qg84iWWqq0usiKO4g0Vb1TvRhsJvrP5h > .row .container { width:20rem;height:50.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SMD7R9v5lZ5zx4AfzCs1ks7vR3Bw7dZh { width:19.375rem;height:49.625rem;top:0.75rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SU8dbAovBOVrCDlHwEGi1eECX03LuQkc { width:17.684rem;height:3.736325rem;top:1.7396106719971rem;left:1.1571180224419rem;font-size:1.4375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #A2wMin3Mhw8uW1uEDq6InZEMPdeml71e { width:18rem;height:29.23829375rem;top:18.069484710693rem;left:1.0616319775581rem;font-size:1.125rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RLF1RbMkWMXT51MixTmzvNHh7lIHd1SW { width:17.4375rem;height:11.25rem;top:6.0303821563721rem;left:1.2803819775581rem;display:block; }
 }@media only screen and (max-width: 763px) { #sKxMv4rELnf47ygFFwG6vGMSEr5vbV0O { width:9.3125rem;height:1.575rem;top:47.855941772461rem;left:5.3437498211861rem;font-size:1.125rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #s2hDEL2yyWf14gtAstUyVOzGppMa58Z1 { display:block; }#s2hDEL2yyWf14gtAstUyVOzGppMa58Z1 > .row .container { width:20rem;height:10.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T9O6TkxxVhTd66OFT9sl4Jo7VP0ouL9T { width:20rem;height:4.2246125rem;top:0.58940887451172rem;left:0rem;font-size:1.625rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QsfVPVo2szNfQ1oS99giBlSZsgW9enKh { width:18.125rem;height:3.8496125rem;top:5.7664794921875rem;left:0.99913197755812rem;font-size:1.375rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #saz2IGabFJstfCDc6hTXJ3gmcD5OQsyf { width:20rem;height:4.3125rem;top:5.2786445617676rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P8m9tVhLSrdiDrHvo0SIX1kTMdfuwArC { display:block; }#P8m9tVhLSrdiDrHvo0SIX1kTMdfuwArC > .row .container { width:20rem;height:34.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #htmeDBJoiaxoUmX09aovEGqq8TuIsJIX { width:18.684rem;height:2.6rem;top:1.2456874847412rem;left:0.65711802244188rem;font-size:2rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WEaONvnT9HdX5DVysMrzfVWZN5iTIVIm { top:2.6247706413269rem;left:0.62500005960463rem;width:18.75rem;height:12.5rem;z-index:15026;overflow:hidden;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #VoZpNhHco3ZMobbgzXc4uN5T9VuQHh5d { width:18.4956875rem;height:4.72265625rem;top:6.8750004768369rem;left:0.75173610448838rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Q7b8uUnmJJSBGTrTcgkTalNJZmzyesvl { display:flex;width:1.3125rem;height:1.3125rem;top:5.6180558204651rem;left:9.3437502980231rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #Vas6bxs4d7A7lJauNLqgeoLk0XCwAhai { display:flex;width:1.3125rem;height:1.3125rem;top:13.334201335907rem;left:9.3437502980231rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #q3umXvzsXGns68JQ3qw7XhSh9gzhadqX { display:flex;width:1.3125rem;height:1.3125rem;top:18.997395992279rem;left:9.3437502980231rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #uNUPtL7hDzILhFVcfHAuQnenAKRToKGP { width:20rem;height:3.875rem;top:0.61024284362793rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EP1xaXdyvenMJwIzwALxUlest4N1q7H8 { width:16.8125rem;height:4.72265625rem;top:28.789063453674rem;left:1.5937500596046rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vF2LOy53NNltVuPT62ZZAhxFOT7UN24A { width:15rem;height:3.1484375rem;top:14.646701335907rem;left:2.5000000596046rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BkEnST7G2DgApyKAy8VoWiNcRsATm61U { width:16.8125rem;height:4.72265625rem;top:20.816840648651rem;left:1.5937500596046rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hwXCPdhXLLJlnwg8aNqirsJy54zTTrB2 { display:flex;width:1.3125rem;height:1.3125rem;top:26.85146856308rem;left:9.3437502980231rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #cAnI0k1X0q5UHZFSAEmd42zxGmZFRPM5 { width:13.0625rem;height:8.8125rem;top:34.687499523163rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #pGLfMLOKvChPMUph7n9WsmTVTFeMFAz4 { display:block; }#pGLfMLOKvChPMUph7n9WsmTVTFeMFAz4 > .row .container { width:20rem;height:8.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AMwxdQCyNlaSvU2w1vHTXqibUPRN18DG { width:10.75rem;height:6.25rem;top:1.3125004768372rem;left:7.31076413393rem;display:block; }
 }@media only screen and (max-width: 763px) { #XWbeFqaWZ061kcADCXweX6lTw3PVot3G { width:4.125rem;height:7.4375rem;top:0.5625rem;left:2.0625rem;z-index:15031;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #pJBAs2ku0vBFhDp88B0TbS34gScySLTd { display:block; }#pJBAs2ku0vBFhDp88B0TbS34gScySLTd > .row .container { width:20rem;height:28.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vqXuNTe2vKeNEzlegOTupD8igkGT3Hyh { width:19.1875rem;height:17.625rem;top:8.5512151718137rem;left:0rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.35) ;display:block; }
 }@media only screen and (max-width: 763px) { #sBXTxLfT8wKCCWVdMQ2ECwWP7ZKQO494 { width:8.75rem;height:1.4875rem;top:10.563367843628rem;left:5.6249998211861rem;font-size:1.0625rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #VbaakzLXJryWBC3pV8fTCl9wGS7rmo00 { width:15rem;height:2.1rem;top:0.82378387451175rem;left:3.8038194775581rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uLIJhRVAPuglNv9DA4X8amitqPgnVpZV { width:20rem;height:3.1484375rem;top:4.4080123901367rem;left:0rem;font-size:1.125rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DNM3JMdUdnTHPff1cI3e87Po1KRSSrtV { display:flex;width:2.5rem;height:2.5rem;top:0.62065887451172rem;left:1.3593750596046rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #vGwPnaneoG2HNAIpWyaVLlknIuOt9wiZ { width:20rem;height:1.95rem;top:12.772569656372rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #dQduKEvhWvpCGQdypz1ZvuApBho9ZsK7 { width:15.634576375rem;height:3.697051375rem;top:15.905382156372rem;left:2.1267362236977rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LtuHGrRiRZFQX1JpHXUaFMm5zDgQiTCx { display:block; }
 }@media only screen and (max-width: 763px) { #gQSSncxU3QAdC6ifmgNNdhDRwU5QNqOH { width:2.5625rem;height:0.25rem;top:11.180555343628rem;left:2.1267362236977rem;display:block; }
 }@media only screen and (max-width: 763px) { #tdM33LxupF59bzce1yOJnNxPIro7JZ5M { width:2.6875rem;height:0.25rem;top:15.4982625rem;left:17.3125rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #aTPovMnwtFeBoy6xMTxsuy65WhILSClK { width:2.5625rem;height:0.25rem;top:11.180568695068rem;left:15.254340469837rem;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #gz67fQV8QfX8iUM6SACMenPEkLxIyIQb { width:12.9331875rem;height:2.2456625rem;top:23.428819656372rem;left:3.5321181416511rem;display:block; }
 }@media only screen and (max-width: 763px) { #PeCglkezIkNXeobV1xTXTQBnV9Bed1gE { display:flex;width:1.3125rem;height:1.3125rem;top:21.322050094604rem;left:2.5468750596046rem; }
 }@media only screen and (max-width: 763px) { #WgZoHh8JPdiFCwT9S0clQ3ywcfpMUqBU { width:9.8125rem;height:1.4rem;top:21.278646469116rem;left:5.0937498211861rem;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #tu3yqRhikwcgmmH0ek1GRInd7eBIQPPk { width:20rem;height:3.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCm01RkBq145DH67cGwR18390INzD79P { display:block; }#DCm01RkBq145DH67cGwR18390INzD79P > .row .container { width:20rem;height:57.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UwBdg5tvQc3kU1pNJlnTN6M8FNMHD3sx { width:20rem;height:6.29883125rem;top:0.75rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Gho4ARneb39Xc1eTkDwTWsMD1tMaJxLP { width:20rem;height:23.61328125rem;top:32.019125rem;left:0rem;font-size:1.125rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xiszsTQMErA2J1hPRrBUqmOmE8TnJntS { width:17.0625rem;height:0.25rem;top:30.519125rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3K79DRooO39ALPXTUy9rziQ2Pm9rDeT { width:20rem;height:22.03909375rem;top:7.8411464691163rem;left:0rem;font-size:1.125rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #APJunK73TVIBS7BzWfQwd54dQiQlJPvT { display:block; }#APJunK73TVIBS7BzWfQwd54dQiQlJPvT > .row .container { width:20rem;height:78.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ha7LC9udfdNMMXL2svTSexWrqBbonWBF { width:19.25rem;height:19.1875rem;top:6.9470891952512rem;left:0.032118082046509rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZdsdBnEcQRBdTSFpgI6BqWcp9sImAI42 { width:17.5625rem;height:3.57465rem;top:7.6996530443431rem;left:1.2178819775581rem;text-align:left;text-align-last:left;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #or37H4MaL383su2XRdZWJ5TimfIC3u9y { width:17.875rem;height:14.3984375rem;top:11.5625rem;left:1.0625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSLSoa0suB8ux9UQDCavS2ZtIvGrXIPS { width:20rem;height:4.19965rem;top:1.25rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #huF5Z7sZnFfzOAFEe8hM1LDlSVWJh5d4 { width:19.25rem;height:19.0625rem;top:27.772570610046rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHhayybrC9gKOOGQ5JLh8HcJyUKGfGJP { width:17.8125rem;height:3.57465rem;top:28.647570610046rem;left:1.09375rem;text-align:left;text-align-last:left;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ztQrv3XJkqSMLZrrye32iPuAaCfup2o6 { width:17.9375rem;height:13.15721875rem;top:32.859375953674rem;left:1.03125rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Br058GRxWlTKUlVrgowv4kWP8i7gvI7Q { width:19.3125rem;height:27.6875rem;top:48.518174886704rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ordtnWZGfpyrhSv1VF1Xzklkc87VqPwl { width:18.0625rem;height:3.57465rem;top:49.393228530884rem;left:0.96875rem;text-align:left;text-align-last:left;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NCtqt7WoLDABVv9WePbEVZ34dQgBITKP { width:17.6206875rem;height:21.92870625rem;top:53.779514312744rem;left:1.189236164093rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #medM4H51quyCdh8VyREuwhpfrfoLuU1K { width:20rem;height:5rem;top:0.91145896911619rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7zw0MqIA01ZGQXfa5gCFBTmiDaOsCTC { display:block; }#T7zw0MqIA01ZGQXfa5gCFBTmiDaOsCTC > .row .container { width:20rem;height:30.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CVWAhUtlxHX2mZdIinaAVqfTal36VthL { width:19.1875rem;height:19.5625rem;top:9.6414928436281rem;left:0.033854126930237rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.35) ;display:block; }
 }@media only screen and (max-width: 763px) { #MZWm6HSdoV9Tp9sMw0QAscOBI7mk6Bhm { width:8.75rem;height:1.4875rem;top:11.750867843628rem;left:5.6249998211861rem;font-size:1.0625rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #J6rEloVBRINSETXmXEyoN0XSMteMXW0a { width:15rem;height:2.1rem;top:1.3472232818604rem;left:3.8124998211861rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #d3L90l4MimN9UoxTRP8cS37nZ6c71Rkr { width:20rem;height:3.1484375rem;top:5.3481035232544rem;left:0rem;font-size:1.125rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vqeX2bXUmLuOzA8MD0tsSZc86GGX4Nrq { display:flex;width:2.5rem;height:2.5rem;top:1.1492919921875rem;left:1.0546874403954rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #HI5CrV3Bp11nITQhu0A9X0X9exhZOude { width:20rem;height:1.95rem;top:14.647569656372rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ykZywMQnDNhvUwTdZmTez4QyVBqRMQTo { width:15.7465rem;height:3.809025rem;top:18.064235687256rem;left:2.1267362236977rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kik5yg3VTk2TumTRln21T59zN0qR90Ld { display:block; }
 }@media only screen and (max-width: 763px) { #ZSTAEKAzoxT2PwTqqPe7cHOb7Ln5Q2Hl { width:2.5625rem;height:0.25rem;top:12.368055343628rem;left:2.1258681416511rem;display:block; }
 }@media only screen and (max-width: 763px) { #mRGxeHpDbFknF0b9IZ2g8bRlN1hOWDL3 { width:2.6875rem;height:0.25rem;top:15.4982625rem;left:17.3125rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #yM7wcZRmVbwB0s0ZhknMVrQqgXtX5VQt { width:2.5625rem;height:0.25rem;top:12.368055343628rem;left:14.375000298023rem;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #bwWIRv4AcBiwEcuwUuAyeqyp3JNduFbB { width:12.934rem;height:2.246525rem;top:25.864583969116rem;left:3.5321181416511rem;display:block; }
 }@media only screen and (max-width: 763px) { #AL19MPXARBAbaEANyHOqVMioeTKZyxiB { display:flex;width:1.3125rem;height:1.3125rem;top:23.822050094604rem;left:2.5546875596046rem; }
 }@media only screen and (max-width: 763px) { #NVz3WcieKXH9yoM5MCXSMT0nn24ABAQX { width:9.8125rem;height:1.4rem;top:23.778646469116rem;left:5.0937498211861rem;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #ObTs3tCEKSazgyDJvUdnT57R7UG0ROgr { width:20rem;height:3.75rem;top:34.962683505859rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #X8ptQOWHZS9dQVmL4ixybRbETPVZitLU { width:20rem;height:3.75rem;top:0.68669891357425rem;left:0rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #qXD4CRROLkXqckSxMxWvPMRfDd0SMmL3 { display:block; }#qXD4CRROLkXqckSxMxWvPMRfDd0SMmL3 > .row .container { width:20rem;height:9.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IbIkTqgzBuIgLyNxfcLF4V5kT53hWviu { width:20rem;height:4.5rem;top:4.1822929382324rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qBzyGCIGM4pqpzCTDhSokPhkX8T92bGh { width:5.125rem;height:2.6875rem;top:0.70051956176756rem;left:7.4375002980231rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #MJnJMLbvSRNkJ1clvcc5pXoOD8DQv9DG { display:block; }#MJnJMLbvSRNkJ1clvcc5pXoOD8DQv9DG > .row .container { width:20rem;height:0.6875rem;position:relative;display:block; } }